:root{
  --ink:#171717;
  --muted:#6d665d;
  --paper:#f7f3ed;
  --sand:#e9e0d3;
  --red:#cf1726;
  --red-dark:#a90f1c;
  --line:#d8cfc3;
  --white:#fff;
  --max:1500px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5}
img{display:block;max-width:100%}
a{color:inherit}
.shell{width:min(calc(100% - 64px),var(--max));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(247,243,237,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.header-inner{min-height:98px;display:flex;align-items:center;gap:40px}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none;margin-right:auto}
.brand img{width:52px;height:54px;object-fit:cover}
.brand strong{display:block;font-size:24px;letter-spacing:.06em}
.brand small{display:block;margin-top:2px;color:var(--muted);font-size:10px;letter-spacing:.08em}
.desktop-nav{display:flex;gap:36px}
.desktop-nav a{text-decoration:none;font-size:15px}
.desktop-nav a:hover{color:var(--red)}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 28px;border:1px solid var(--red);background:var(--red);color:#fff;text-decoration:none;font-weight:700;transition:.2s ease}
.button:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-1px)}
.button-small{min-height:48px;padding:0 22px;font-size:14px}
.hero{padding:78px 0 88px;background:linear-gradient(120deg,#f7f3ed 0%,#f7f3ed 60%,#ebe2d6 60%,#ebe2d6 100%)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:80px;align-items:center}
.eyebrow{margin:0 0 18px;color:var(--red);font-size:12px;font-weight:800;letter-spacing:.2em}
h1,h2,h3{margin-top:0}
h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.03}
h1{max-width:900px;margin-bottom:28px;font-size:clamp(48px,5.4vw,86px)}
h1 span{color:var(--red);font-style:italic}
.hero-lead{max-width:800px;margin:0 0 34px;color:#4f4942;font-family:Georgia,"Times New Roman",serif;font-size:23px;line-height:1.55}
.hero-actions{display:flex;align-items:center;gap:28px}
.text-link{font-weight:700;text-underline-offset:5px}
.privacy-note{max-width:710px;margin-top:38px;padding:18px 20px;display:flex;gap:14px;border:1px solid #d9b6b9;background:#fff}
.privacy-note span{display:grid;place-items:center;flex:0 0 30px;height:30px;border-radius:50%;background:var(--red);color:#fff;font-weight:800}
.privacy-note p{margin:0;color:#575048;font-size:14px}
.hero-visual{position:relative}
.logo-card{padding:18px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 55px rgba(35,25,16,.14)}
.logo-card img{width:100%;aspect-ratio:1;object-fit:cover}
.channel-label{position:absolute;right:-22px;bottom:-26px;min-width:255px;padding:20px 22px;display:grid;grid-template-columns:auto 1fr;gap:4px 9px;align-items:center;background:var(--ink);color:#fff;box-shadow:0 12px 34px rgba(0,0,0,.18)}
.channel-label strong{grid-column:2;color:#f1b8bd;font-size:12px;text-transform:uppercase;letter-spacing:.1em}
.live-dot{width:10px;height:10px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(207,23,38,.2)}
.trust-strip{background:var(--ink);color:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid div{min-height:145px;padding:32px;border-left:1px solid #393939;display:flex;flex-direction:column;justify-content:center}
.trust-grid div:last-child{border-right:1px solid #393939}
.trust-grid strong{font-family:Georgia,"Times New Roman",serif;font-size:36px;font-weight:500;color:#ef9097}
.trust-grid span{margin-top:5px;color:#c7c7c7;font-size:13px;text-transform:uppercase;letter-spacing:.06em}
.section{padding:110px 0}
.section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.65fr);gap:80px;align-items:end;margin-bottom:52px}
.section-heading h2,.author-copy h2,.faq-section h2{margin-bottom:0;font-size:clamp(42px,4.5vw,70px)}
.section-heading p{margin:0;color:var(--muted);font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.55}
.topic-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.topic-card{min-height:300px;padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.topic-card>span{color:var(--red);font-size:12px;font-weight:800;letter-spacing:.12em}
.topic-card h3{margin:60px 0 16px;font-family:Georgia,"Times New Roman",serif;font-size:28px;font-weight:500}
.topic-card p{margin:0;color:var(--muted)}
.topic-card a{display:inline-block;margin-top:20px;font-weight:700;text-underline-offset:4px}
.accent-card{background:var(--red);color:#fff}
.accent-card>span,.accent-card p{color:#fff}
.author-section{background:var(--sand)}
.author-grid{display:grid;grid-template-columns:minmax(320px,.62fr) minmax(0,1fr);gap:90px;align-items:center}
.author-photo{padding:18px;background:#fff;border:1px solid var(--line)}
.author-photo img{width:100%;aspect-ratio:1;object-fit:cover;object-position:center}
.author-copy h2{margin-bottom:22px}
.author-role{max-width:720px;margin:0 0 28px;font-family:Georgia,"Times New Roman",serif;font-size:23px;line-height:1.45}
.author-list{margin:0 0 34px;padding:0;list-style:none}
.author-list li{padding:16px 0 16px 30px;border-top:1px solid #cabdad;position:relative}
.author-list li:last-child{border-bottom:1px solid #cabdad}
.author-list li:before{content:"—";position:absolute;left:0;color:var(--red);font-weight:800}
.cases-section{background:#fff}
.section-heading.compact{margin-bottom:46px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.steps article{padding:34px;background:var(--paper);border:1px solid var(--line)}
.steps span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--red);color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:22px}
.steps h3{margin:45px 0 14px;font-family:Georgia,"Times New Roman",serif;font-size:28px;font-weight:500}
.steps p{margin:0;color:var(--muted)}
.narrow{max-width:1050px}
.faq-section h2{margin-bottom:42px}
details{border-top:1px solid var(--line)}
details:last-child{border-bottom:1px solid var(--line)}
summary{padding:24px 44px 24px 0;cursor:pointer;font-family:Georgia,"Times New Roman",serif;font-size:22px;list-style:none;position:relative}
summary::-webkit-details-marker{display:none}
summary:after{content:"+";position:absolute;right:4px;top:20px;color:var(--red);font-family:Arial,sans-serif;font-size:28px}
details[open] summary:after{content:"–"}
details p{max-width:780px;margin:0;padding:0 0 26px;color:var(--muted)}
.final-cta{padding:80px 0;background:var(--red);color:#fff}
.final-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:70px;align-items:center}
.eyebrow.light{color:#fff}
.final-cta h2{max-width:900px;margin-bottom:22px;font-size:clamp(40px,4vw,64px)}
.final-cta p{margin:0;font-size:18px}
.final-action{display:flex;flex-direction:column;align-items:stretch;gap:12px}
.button-light{background:#fff;border-color:#fff;color:var(--red);font-size:17px}
.button-light:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.final-action small{text-align:center;color:#f5c8cc}
.site-footer{padding:50px 0 28px;background:var(--ink);color:#fff}
.footer-grid{display:flex;justify-content:space-between;gap:50px}
.footer-grid strong{letter-spacing:.08em}
.footer-grid p{color:#aaa}
.footer-links{display:flex;flex-wrap:wrap;gap:24px}
.footer-links a{color:#fff;text-underline-offset:4px}
.copyright{margin-top:38px;padding-top:24px;border-top:1px solid #373737;color:#888;font-size:12px}
.floating-telegram{position:fixed;z-index:15;right:24px;bottom:24px;width:62px;height:62px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.24)}
@media(max-width:1000px){
  .desktop-nav{display:none}
  .hero{padding-top:55px;background:var(--paper)}
  .hero-grid,.author-grid,.section-heading,.final-grid{grid-template-columns:1fr}
  .hero-grid{gap:55px}
  .hero-visual{max-width:560px}
  .topic-grid{grid-template-columns:repeat(2,1fr)}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .section-heading{gap:20px}
}
@media(max-width:680px){
  .shell{width:min(calc(100% - 32px),var(--max))}
  .header-inner{min-height:76px}
  .brand img{width:42px;height:44px}
  .brand strong{font-size:20px}
  .brand small{display:none}
  .button-small{padding:0 14px;font-size:12px}
  .hero{padding:48px 0 60px}
  h1{font-size:42px}
  .hero-lead{font-size:19px}
  .hero-actions{align-items:stretch;flex-direction:column}
  .text-link{text-align:center}
  .channel-label{right:-6px;bottom:-22px}
  .trust-grid,.topic-grid,.steps{grid-template-columns:1fr}
  .trust-grid div{min-height:112px;border-right:1px solid #393939}
  .section{padding:74px 0}
  .section-heading h2,.author-copy h2,.faq-section h2{font-size:42px}
  .topic-card{min-height:255px}
  .topic-card h3{margin-top:38px}
  .author-grid{gap:42px}
  .footer-grid{flex-direction:column}
  .floating-telegram{width:54px;height:54px;right:16px;bottom:16px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition:none!important}
}
