/* === Reset === */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}

:root{
    --blue:#0165D1;
    --blue-dark:#004BA0;
    --blue-light:#E8F1FC;
    --blue-bg:#F0F5FD;
    --green:#1A9E5C;
    --green-light:#E6F7EE;
    --purple:#6B21A8;
    --purple-light:#F3EAFC;
    --orange:#D97706;
    --orange-light:#FEF3C7;
    --red:#DC2626;
    --red-light:#FEE2E2;
    --grey-50:#F9FAFB;
    --grey-100:#F3F4F6;
    --grey-200:#E5E7EB;
    --grey-300:#D1D5DB;
    --grey-400:#9CA3AF;
    --grey-500:#6B7280;
    --grey-700:#374151;
    --grey-900:#111827;
    --white:#FFFFFF;
    --radius:16px;
    --radius-sm:10px;
    --radius-xs:6px;
    --shadow-sm:0 1px 2px rgba(0,0,0,.05);
    --shadow:0 1px 3px rgba(0,0,0,.06),0 2px 8px rgba(0,0,0,.04);
    --shadow-md:0 4px 16px rgba(0,0,0,.08);
    --transition:.2s ease;
}

html{scroll-behavior:smooth;scroll-padding-top:80px}

body{font-family:'Golos Text',-apple-system,system-ui,sans-serif;color:var(--grey-700);line-height:1.6;background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}

.container{max-width:1140px;margin:0 auto;padding:0 20px}
.container-narrow{max-width:760px}
h1,h2,h3,h4{color:var(--grey-900);line-height:1.2}
a{color:var(--blue);text-decoration:none;transition:color var(--transition)}
a:hover{color:var(--blue-dark)}
code{background:var(--blue-light);padding:2px 8px;border-radius:4px;font-size:.85em;color:var(--blue)}
.gradient-text{background:linear-gradient(135deg,var(--blue),#00A3FF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important}.fade-in{opacity:1;transform:none}}

/* === Buttons === */
.btn{display:inline-flex;align-items:center;gap:8px;font-family:inherit;font-weight:600;font-size:.95rem;padding:12px 28px;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:all var(--transition);text-decoration:none;white-space:nowrap}
.btn:focus-visible{outline:3px solid var(--blue);outline-offset:2px}
.btn-primary{background:var(--blue);color:var(--white)}
.btn-primary:hover{background:var(--blue-dark);color:var(--white);box-shadow:0 4px 12px rgba(1,101,209,.25);transform:translateY(-1px)}
.btn-secondary{background:var(--white);color:var(--blue);border:1.5px solid var(--grey-200)}
.btn-secondary:hover{border-color:var(--blue);background:var(--blue-light)}
.btn-lg{padding:14px 32px;font-size:1rem;border-radius:var(--radius)}
.btn-sm{padding:8px 20px;font-size:.85rem}
.btn-block{width:100%;justify-content:center}
.btn-white{background:var(--white);color:var(--blue);border:none}
.btn-white:hover{background:var(--blue-light);color:var(--blue-dark)}

/* === Header === */
.header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--grey-200);transition:box-shadow var(--transition)}
.header.scrolled{box-shadow:var(--shadow-sm)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:60px}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.logo-icon{display:flex}
.logo-text{font-size:1.15rem;font-weight:800;color:var(--grey-900);letter-spacing:-.01em}
.logo-text--accent{color:var(--blue)}
.logo-text--red{color:var(--red)}
.logo-badge{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px 7px;background:var(--blue);color:var(--white);border-radius:4px}
.nav{display:flex;align-items:center;gap:28px}
.nav-link{font-size:.88rem;font-weight:500;color:var(--grey-500)}
.nav-link:hover{color:var(--grey-900)}
.nav-cta{display:none}
.burger{display:none;background:none;border:none;cursor:pointer;padding:4px}
.burger span{display:block;width:20px;height:2px;background:var(--grey-900);margin:4px 0;transition:all var(--transition);border-radius:1px}

@media(max-width:768px){
    .nav{display:none;position:fixed;top:60px;left:0;right:0;bottom:0;background:var(--white);flex-direction:column;align-items:center;justify-content:center;gap:24px;z-index:99}
    .nav.active{display:flex}
    .nav-link{font-size:1.1rem}
    .nav-cta{display:inline-flex}
    .burger{display:block}
    .burger.active span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}
    .burger.active span:nth-child(2){opacity:0}
    .burger.active span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}
}

/* === Hero === */
.hero{padding:100px 0 60px;background:var(--white)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.hero-tag{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:var(--blue);padding:6px 14px;background:var(--blue-light);border-radius:20px;margin-bottom:24px}
.hero-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;margin-bottom:16px;letter-spacing:-.01em}
.hero-desc{font-size:1rem;color:var(--grey-500);margin-bottom:28px;line-height:1.7;max-width:480px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}
.hero-trust{display:flex;flex-direction:column;gap:8px}
.trust-item{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--grey-700)}
@media(max-width:900px){.hero{padding:90px 0 48px}.hero-grid{grid-template-columns:1fr;gap:36px}.hero-visual{order:1}}
@media(max-width:480px){.hero-actions{flex-direction:column}.btn-lg{width:100%;justify-content:center}}

/* === Chat Demo === */
.chat-demo{background:var(--white);border-radius:var(--radius);border:1px solid var(--grey-200);box-shadow:var(--shadow-md);overflow:hidden}
.chat-demo-header{display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--grey-50);border-bottom:1px solid var(--grey-200)}
.chat-demo-avatar{width:36px;height:36px;border-radius:10px;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:var(--white);flex-shrink:0}
.chat-demo-name{font-size:.88rem;font-weight:600;color:var(--grey-900)}
.chat-demo-sub{font-size:.72rem;color:var(--grey-400)}
.chat-demo-shield{display:flex;align-items:center;gap:4px;font-size:.7rem;color:var(--green);font-weight:600;background:var(--green-light);padding:4px 10px;border-radius:12px;margin-left:auto}
.chat-demo-body{padding:12px 16px;display:flex;flex-direction:column;gap:10px}
.chat-msg{display:flex;flex-direction:column;gap:2px}
.chat-msg-name{font-size:.75rem;font-weight:600;color:var(--blue)}
.chat-msg-name--admin{color:var(--green)}
.chat-msg-name--spam{color:var(--red)}
.chat-msg-name--bot{color:var(--blue)}
.chat-msg-text{font-size:.85rem;color:var(--grey-700);line-height:1.5}
.chat-msg-text--quiet{color:var(--grey-400);font-style:italic}
.chat-msg--spam{background:var(--red-light);padding:10px 12px;border-radius:var(--radius-xs);border-left:3px solid var(--red);position:relative;overflow:hidden;animation:spamLife 6s ease-in-out infinite}
.chat-msg-deleted{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:6px;font-size:.82rem;font-weight:600;color:var(--white);background:rgba(220,38,38,.88);border-radius:var(--radius-xs);opacity:0;animation:deletedOverlay 6s ease-in-out infinite}
.chat-msg--bot{background:var(--blue-light);padding:10px 12px;border-radius:var(--radius-xs);border-left:3px solid var(--blue);animation:botAppear 6s ease-in-out 1s infinite}
.chat-msg--thanks{animation:thanksAppear 6s ease-in-out 1.8s infinite}

@keyframes spamLife{
    0%,20%{opacity:1;transform:translateX(0)}
    35%{opacity:.3;transform:translateX(4px)}
    50%,100%{opacity:.15;transform:translateX(4px)}
}
@keyframes deletedOverlay{
    0%,25%{opacity:0}
    35%,75%{opacity:1}
    90%,100%{opacity:0}
}
@keyframes botAppear{
    0%,30%{opacity:0;transform:translateY(6px)}
    40%,80%{opacity:1;transform:translateY(0)}
    95%,100%{opacity:0;transform:translateY(0)}
}
@keyframes thanksAppear{
    0%,40%{opacity:0;transform:translateY(6px)}
    50%,80%{opacity:1;transform:translateY(0)}
    95%,100%{opacity:0;transform:translateY(0)}
}

/* === Marquee === */
.marquee{overflow:hidden;background:var(--blue);padding:12px 0;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--white)}
.marquee-track{display:flex;align-items:center;gap:0;white-space:nowrap;animation:marquee 25s linear infinite}
.marquee-track span{padding:0 12px}
.marquee-dot{width:5px;height:5px;min-width:5px;min-height:5px;border-radius:50%;background:rgba(255,255,255,.4);display:inline-block;flex-shrink:0;align-self:center}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* === Floating Badges === */
.hero-visual{position:relative}
.float-badge{position:absolute;display:flex;align-items:center;gap:6px;font-size:.72rem;font-weight:600;color:var(--grey-900);background:var(--white);border:1px solid var(--grey-200);padding:8px 14px;border-radius:var(--radius-sm);box-shadow:var(--shadow-md);z-index:2;animation:floatBadge 3s ease-in-out infinite}
.float-badge--1{top:15%;right:-24px;animation-delay:0s}
.float-badge--2{bottom:20%;left:-20px;animation-delay:1.5s}
@keyframes floatBadge{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media(max-width:900px){.float-badge{display:none}}

/* === Stats === */
.stats{padding:32px 0;border-top:1px solid var(--grey-200);border-bottom:1px solid var(--grey-200);background:var(--grey-50)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;text-align:center}
.stat-card{padding:16px 12px}
.stat-card+.stat-card{border-left:1px solid var(--grey-200)}
.stat-value{font-size:1.5rem;font-weight:800;color:var(--blue)}
.stat-label{font-size:.78rem;color:var(--grey-500);margin-top:2px}
@media(max-width:600px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card+.stat-card{border-left:none}.stat-card:nth-child(2n){border-left:1px solid var(--grey-200)}.stat-card:nth-child(n+3){border-top:1px solid var(--grey-200)}}

/* === Sections === */
.section{padding:80px 0}
.section--grey{background:var(--grey-50)}
.section--blue{background:var(--blue);color:var(--white)}
.section--cta{background:var(--blue-bg);border-top:1px solid var(--grey-200)}

.section-header{text-align:center;margin-bottom:48px}
.section-header--light .section-title{color:var(--white)}
.section-tag{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--blue);padding:4px 12px;background:var(--blue-light);border-radius:4px;margin-bottom:12px}
.section-tag--light{background:rgba(255,255,255,.15);color:var(--white)}
.section-title{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800}
.section-desc{font-size:.95rem;color:var(--grey-500);max-width:520px;margin:10px auto 0;line-height:1.6}

/* === Feature Cards (Gosuslugi style) === */
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feature-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:28px;transition:all var(--transition)}
.feature-card:hover{border-color:var(--blue);box-shadow:var(--shadow);transform:translateY(-2px)}
.feature-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.feature-icon--blue{background:var(--blue-light);color:var(--blue)}
.feature-icon--green{background:var(--green-light);color:var(--green)}
.feature-icon--purple{background:var(--purple-light);color:var(--purple)}
.feature-icon--orange{background:var(--orange-light);color:var(--orange)}
.feature-card h3{font-size:1rem;font-weight:700;margin-bottom:8px}
.feature-card p{font-size:.88rem;color:var(--grey-500);line-height:1.6}
@media(max-width:768px){.features-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.features-grid{grid-template-columns:1fr}}

/* === Audience Cards (Gosuslugi style) === */
.audience-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}
.au-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:28px 24px;text-align:center;transition:all var(--transition);cursor:default}
.au-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.au-card--blue{background:linear-gradient(180deg,#EBF2FF 0%,var(--white) 100%)}
.au-card--blue:hover{border-color:var(--blue)}
.au-card--green{background:linear-gradient(180deg,#E6F7EE 0%,var(--white) 100%)}
.au-card--green:hover{border-color:var(--green)}
.au-card--purple{background:linear-gradient(180deg,#F3EAFC 0%,var(--white) 100%)}
.au-card--purple:hover{border-color:var(--purple)}
.au-card-illustration{height:96px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.au-card h3{font-size:1rem;font-weight:700;margin-bottom:6px}
.au-card p{font-size:.85rem;color:var(--grey-500);line-height:1.5}
@media(max-width:600px){.audience-cards{grid-template-columns:1fr}}

/* Audience Details */
.audience-details{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.aud-detail{padding:24px;background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);transition:all var(--transition)}
.aud-detail:hover{border-color:var(--blue);box-shadow:var(--shadow)}
.aud-detail h4{font-size:.95rem;font-weight:700;margin-bottom:8px}
.aud-detail p{font-size:.85rem;color:var(--grey-500);line-height:1.6;margin-bottom:12px}
.audience-tags{display:flex;gap:6px;flex-wrap:wrap}
.audience-tags span{font-size:.72rem;color:var(--grey-500);background:var(--grey-100);padding:3px 10px;border-radius:4px;font-weight:500}
@media(max-width:768px){.audience-details{grid-template-columns:1fr}}

/* === Steps === */
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:48px}
.step-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:28px 24px;text-align:center;transition:all var(--transition)}
.step-card:hover{border-color:var(--blue);box-shadow:var(--shadow)}
.step-card--done{background:var(--green-light);border-color:var(--green)}
.step-num{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--blue-light);color:var(--blue);font-size:1.1rem;font-weight:800;margin:0 auto 14px}
.step-card--done .step-num{background:var(--green);color:var(--white)}
.step-card h3{font-size:.95rem;font-weight:700;margin-bottom:6px}
.step-card p{font-size:.82rem;color:var(--grey-500);line-height:1.5}
@media(max-width:768px){.steps-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.steps-grid{grid-template-columns:1fr}}

/* === Demo Cards === */
.demo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}
.demo-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);overflow:hidden;transition:all var(--transition)}
.demo-card:hover{border-color:var(--blue);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.demo-card h3{font-size:.95rem;font-weight:700;padding:0 24px;margin-bottom:6px}
.demo-card p{font-size:.85rem;color:var(--grey-500);line-height:1.6;padding:0 24px 24px}
.demo-visual{padding:28px 24px;background:var(--grey-50);border-bottom:1px solid var(--grey-200);min-height:140px;display:flex;align-items:center;justify-content:center}

/* Code demo */
.demo-visual--code{background:#1a1f2e}
.demo-code{font-family:'Courier New',monospace;font-size:.78rem;line-height:2;color:#9ca3af}
.c-kw{color:#a78bfa}
.c-fn{color:#60a5fa}
.c-bool{color:#34d399}
.c-num{color:#fbbf24}

/* Captcha demo */
.demo-captcha{text-align:center}
.captcha-label{font-size:.8rem;color:var(--grey-500);margin-bottom:12px}
.captcha-btn{display:inline-block;padding:10px 28px;background:var(--blue);color:var(--white);font-weight:600;font-size:.9rem;border-radius:var(--radius-sm);cursor:pointer;animation:captchaPulse 2s ease-in-out infinite}
.captcha-timer{font-size:1.6rem;font-weight:800;color:var(--grey-900);margin-top:10px;font-variant-numeric:tabular-nums}
@keyframes captchaPulse{0%,100%{box-shadow:0 0 0 0 rgba(1,101,209,.3)}50%{box-shadow:0 0 0 12px rgba(1,101,209,0)}}

/* Strikes demo */
.demo-strikes{display:flex;align-items:center;gap:12px;justify-content:center}
.strike{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;border:2.5px solid var(--grey-300);color:var(--grey-400)}
.strike--warn{border-color:var(--orange);color:var(--orange);background:rgba(217,119,6,.06)}
.strike--danger{border-color:var(--red);color:var(--red);background:rgba(220,38,38,.06);animation:strikePulse 1.5s ease-in-out infinite}
.strike-label{font-size:.88rem;font-weight:700;color:var(--red)}
@keyframes strikePulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}

@media(max-width:768px){.demo-grid{grid-template-columns:1fr}}

/* === Process === */
.process-block{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius);padding:32px}
.process-title{font-size:1rem;font-weight:700;text-align:center;margin-bottom:24px}
.process-flow{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.process-step{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 16px;min-width:100px}
.process-icon{width:44px;height:44px;border-radius:12px;background:var(--blue-light);color:var(--blue);display:flex;align-items:center;justify-content:center}
.process-icon--accent{background:var(--purple-light);color:var(--purple)}
.process-icon--green{background:var(--green-light);color:var(--green)}
.process-step span{font-size:.78rem;font-weight:600;color:var(--grey-700);text-align:center}
.process-arrow{color:var(--grey-300);display:flex;align-items:center}
@media(max-width:600px){.process-flow{flex-direction:column}.process-arrow{transform:rotate(90deg)}}

/* === Compliance === */
.compliance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}
.compliance-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:28px;text-align:center;transition:all var(--transition)}
.compliance-card:hover{background:rgba(255,255,255,.15);transform:translateY(-2px)}
.compliance-icon{width:52px;height:52px;border-radius:14px;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--white)}
.compliance-card h3{font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:8px}
.compliance-card p{font-size:.85rem;color:rgba(255,255,255,.7);line-height:1.6}
@media(max-width:600px){.compliance-grid{grid-template-columns:1fr}}

.entity-block{text-align:center;padding:24px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius)}
.entity-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.5);margin-bottom:4px}
.entity-name{font-size:1.2rem;font-weight:800;color:var(--white);margin-bottom:4px}
.entity-details{font-size:.85rem;color:rgba(255,255,255,.65)}

/* === Pricing === */
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}
.pricing-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:32px 28px;text-align:center;position:relative;transition:all var(--transition)}
.pricing-card:hover{border-color:var(--blue);box-shadow:var(--shadow)}
.pricing-card--featured{border-color:var(--blue);border-width:2px;transform:scale(1.02)}
.pricing-card--featured:hover{transform:scale(1.04)}
.pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--blue);color:var(--white);font-size:.7rem;font-weight:700;padding:4px 16px;border-radius:20px;white-space:nowrap}
.pricing-name{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--grey-400);margin-bottom:10px}
.pricing-price{font-size:2.4rem;font-weight:800;color:var(--grey-900);line-height:1.1}
.pricing-price span{font-size:.85rem;font-weight:500;color:var(--grey-400)}
.pricing-period{font-size:.8rem;color:var(--blue);font-weight:500;margin-top:4px;margin-bottom:24px}
.pricing-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:24px;text-align:left}
.pricing-list li{font-size:.85rem;padding-left:26px;position:relative}
.pricing-list li.yes{color:var(--grey-700)}
.pricing-list li.yes::before{content:'';position:absolute;left:0;top:5px;width:14px;height:8px;border-left:2px solid var(--green);border-bottom:2px solid var(--green);transform:rotate(-45deg)}
.pricing-list li.no{color:var(--grey-400)}
.pricing-list li.no::before{content:'';position:absolute;left:3px;top:3px;width:10px;height:10px;background:linear-gradient(45deg,transparent 43%,var(--grey-300) 43%,var(--grey-300) 57%,transparent 57%),linear-gradient(-45deg,transparent 43%,var(--grey-300) 43%,var(--grey-300) 57%,transparent 57%)}
.pricing-note{text-align:center;font-size:.8rem;color:var(--grey-400);margin-top:24px}
@media(max-width:768px){.pricing-grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}.pricing-card--featured{transform:none}.pricing-card--featured:hover{transform:translateY(-2px)}}

/* === FAQ === */
.faq-list{display:flex;flex-direction:column}
.faq-item{border-bottom:1px solid var(--grey-200)}
.faq-q{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-family:inherit;font-size:.95rem;font-weight:600;color:var(--grey-900);text-align:left;transition:color var(--transition)}
.faq-q:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:4px}
.faq-q::after{content:'+';font-size:1.3rem;color:var(--grey-400);transition:all var(--transition);flex-shrink:0;margin-left:16px}
.faq-item.active .faq-q::after{content:'\2212';color:var(--blue)}
.faq-q:hover{color:var(--blue)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-item.active .faq-a{max-height:200px}
.faq-a p{padding:0 0 20px;font-size:.9rem;color:var(--grey-500);line-height:1.7}

/* === Footer === */
.footer{padding:48px 0 24px;border-top:1px solid var(--grey-200);background:var(--grey-50)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;margin-bottom:32px}
.footer-desc{font-size:.82rem;color:var(--grey-500);margin-top:10px;line-height:1.6}
.footer-col{display:flex;flex-direction:column;gap:8px}
.footer-col h4{font-size:.82rem;font-weight:700;color:var(--grey-900);margin-bottom:2px}
.footer-col a{font-size:.8rem;color:var(--grey-500)}
.footer-col a:hover{color:var(--blue)}
.footer-bottom{border-top:1px solid var(--grey-200);padding-top:20px;text-align:center}
.footer-bottom p{font-size:.75rem;color:var(--grey-400)}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}

/* === Animations === */
.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}
