﻿/* ============================================================
   DESIGN SYSTEM — Industrial Automotive v2
   Dark #0a0a0a + Gold #c8a84e
   Fonts: Unbounded (display) + Onest (body)
   ============================================================ */
:root{--bg:#0a0a0a;--bg2:#111;--card:#161616;--card-h:#1e1e1e;--surface:#1a1a1a;--gold:#c8a84e;--gold-d:#a68b3c;--gold-g:rgba(200,168,78,.12);--green:#22c55e;--red:#ef4444;--white:#f5f5f0;--white-d:#c8c8c0;--gray:#888880;--gray-d:#555550;--brd:#222;--viber:#7360f2;--tg:#26a5e4;--r:12px;--rl:20px;--mw:1280px;--fd:'Unbounded',system-ui,sans-serif;--fb:'Onest',system-ui,sans-serif}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--fb);background:var(--bg);color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100dvh;overflow-x:hidden}
body::before{content:'';position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");pointer-events:none;z-index:9999}
a{color:var(--gold);text-decoration:none;transition:.2s}a:hover{color:var(--white)}
img{max-width:100%;height:auto;display:block}
.wrap{max-width:var(--mw);margin:0 auto;padding:0 24px}
h1,h2,h3,h4{font-family:var(--fd);font-weight:700;line-height:1.15;letter-spacing:-.02em}

/* TOPBAR */
.topbar{position:sticky;top:0;z-index:100;background:rgba(10,10,10,.88);backdrop-filter:blur(16px) saturate(1.4);border-bottom:1px solid rgba(200,168,78,.1);padding:0 24px}
.topbar-inner{max-width:var(--mw);margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:60px;gap:16px}
.logo{font-family:var(--fd);font-weight:900;font-size:1.05rem;text-transform:uppercase;letter-spacing:.06em;color:var(--white)}.logo:hover{color:var(--white)}.logo span{color:var(--gold)}
.topbar-nav{display:flex;gap:22px;list-style:none}
.topbar-nav a{color:var(--gray);font-size:.85rem;font-weight:600;transition:.2s;position:relative}.topbar-nav a:hover{color:var(--white)}
.topbar-nav a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gold);transition:width .3s}.topbar-nav a:hover::after{width:100%}
.topbar-cta{display:inline-flex;align-items:center;gap:6px;background:var(--gold);color:var(--bg);padding:8px 18px;border-radius:8px;font-weight:700;font-size:.88rem;transition:.25s;white-space:nowrap}.topbar-cta:hover{background:var(--white);color:var(--bg);transform:translateY(-1px)}

/* HERO */
.hero{position:relative;padding:72px 0 56px;background-size:cover;background-position:center 40%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,10,10,.93),rgba(10,10,10,.72) 50%,rgba(10,10,10,.88));z-index:1}
.hero .wrap{position:relative;z-index:2}
.hero-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:44px;align-items:start}
.hero-tag{display:inline-flex;align-items:center;gap:6px;background:var(--gold-g);border:1px solid rgba(200,168,78,.2);color:var(--gold);padding:6px 14px;border-radius:999px;font-size:.76rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;margin-bottom:18px}
.hero h1{font-size:clamp(1.9rem,4.5vw,3.2rem);font-weight:900;margin-bottom:14px;line-height:1.08}
.hero h1 .gold,.gold{color:var(--gold)}
.hero-lead{font-size:1.15rem;color:var(--white-d);margin-bottom:22px;font-weight:500}
.hero-lead strong{color:var(--gold)}
.hero-checks{list-style:none;margin-bottom:28px}
.hero-checks li{padding:6px 0 6px 28px;position:relative;font-size:.95rem;color:var(--white-d);line-height:1.5}
.hero-checks li::before{content:'✓';position:absolute;left:0;color:var(--gold);font-weight:900}
.hero-checks li strong{color:var(--white)}
.hero-stats{display:flex;gap:28px;margin-bottom:0}
.stat-num{font-family:var(--fd);font-weight:900;font-size:1.9rem;color:var(--gold);line-height:1}
.stat-label{font-size:.76rem;color:var(--gray);margin-top:4px;font-weight:500}

/* HERO FORM */
.hero-form-card{background:var(--card);border:1px solid rgba(200,168,78,.12);border-radius:var(--rl);padding:30px;position:relative}
.hero-form-card::before{content:'';position:absolute;top:0;left:24px;right:24px;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-d),transparent);border-radius:0 0 4px 4px}
.form-title{font-family:var(--fd);font-size:1.1rem;font-weight:700;margin-bottom:4px}.form-sub{color:var(--gray);font-size:.84rem;margin-bottom:16px}
.form-group{margin-bottom:12px}.form-group label{display:block;font-size:.73rem;font-weight:600;color:var(--gray);margin-bottom:4px;text-transform:uppercase;letter-spacing:.06em}
.form-group input,.form-group select{width:100%;padding:11px 13px;background:var(--surface);border:1.5px solid var(--brd);border-radius:8px;color:var(--white);font-size:.93rem;font-family:var(--fb);transition:.2s;outline:none}
.form-group input::placeholder{color:var(--gray-d)}.form-group input:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-g)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form-honeypot{position:absolute;left:-9999px}
.submit-btn{width:100%;padding:15px;background:var(--gold);color:var(--bg);border:none;border-radius:10px;font-size:.98rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:.25s;font-family:var(--fd);margin-top:4px}
.submit-btn:hover{background:var(--white);transform:translateY(-2px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}
.form-note{text-align:center;font-size:.7rem;color:var(--gray-d);margin-top:9px}
.form-status{margin-top:12px;padding:10px;border-radius:8px;font-size:.86rem;text-align:center;display:none}
.form-status.success{display:block;background:rgba(34,197,94,.1);color:var(--green);border:1px solid var(--green)}
.form-status.error{display:block;background:rgba(239,68,68,.1);color:var(--red);border:1px solid var(--red)}

/* TRUST STRIP */
.trust-strip{background:linear-gradient(90deg,var(--gold),var(--gold-d));padding:13px 0}
.trust-inner{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;font-size:.82rem;font-weight:700;color:var(--bg);text-transform:uppercase;letter-spacing:.04em}
.trust-item{white-space:nowrap}

/* SECTIONS */
.section{padding:72px 0}.section-dark{background:var(--bg2)}
.section-header{margin-bottom:44px}
.section-tag{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:10px}
.section-title{font-size:clamp(1.4rem,3.2vw,2.1rem);font-weight:900;margin-bottom:10px}
.section-sub{color:var(--gray);font-size:.98rem;max-width:540px;line-height:1.6}
.section-sub strong{color:var(--gold)}

/* MESSENGER CTA */
.messenger-section{border-bottom:1px solid var(--brd)}
.messenger-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:10px;font-weight:700;font-size:.92rem;cursor:pointer;border:none;transition:.25s;text-decoration:none;font-family:var(--fb)}
.btn:hover{transform:translateY(-2px);color:#fff}
.btn-gold{background:var(--gold);color:var(--bg)}.btn-gold:hover{background:var(--white);color:var(--bg)}
.btn-viber{background:var(--viber);color:#fff}.btn-tg{background:var(--tg);color:#fff}
.btn-lg{padding:16px 32px;font-size:1rem}

/* STEPS */
.steps-visual{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}
.step-card{background:var(--card);border:1px solid var(--brd);border-radius:var(--rl);padding:30px 22px;text-align:center;position:relative;overflow:hidden}
.step-card--photo{padding:0;text-align:left}
.step-card--photo img{width:100%;height:180px;object-fit:cover}
.step-card--photo h4,.step-card--photo p{padding:0 20px}
.step-card--photo h4{padding-top:14px}.step-card--photo p{padding-bottom:18px}
.step-num-badge{position:absolute;top:14px;left:14px;z-index:3;width:34px;height:34px;background:var(--gold);color:var(--bg);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--fd);font-weight:900;font-size:.92rem}
.step-icon-big{font-size:2.2rem;margin:6px 0 14px}
.step-card h4{font-size:.95rem;margin-bottom:7px}.step-card p{color:var(--gray);font-size:.86rem;line-height:1.5}

/* SERVICES */
.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(270px,100%),1fr));gap:14px}
.service-card{background:var(--card);border:1px solid var(--brd);border-radius:var(--r);padding:22px;transition:.3s;display:block;position:relative;overflow:hidden;min-height:150px}
.service-card:hover{border-color:var(--gold);background:var(--card-h);transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.4)}
.service-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:var(--gold);opacity:0;transition:.3s}.service-card:hover::before{opacity:1}
.service-icon{font-size:1.7rem;margin-bottom:10px;display:block}
.service-card h3{font-size:.92rem;font-weight:700;margin-bottom:7px;color:var(--white);font-family:var(--fd)}
.service-card p{color:var(--gray);font-size:.84rem;line-height:1.5}
.service-card .arrow{position:absolute;bottom:16px;right:16px;color:var(--gold);opacity:0;transform:translateX(-8px);transition:.3s;font-size:1.1rem}.service-card:hover .arrow{opacity:1;transform:translateX(0)}
.service-card--photo{padding:0;background-size:cover;background-position:center;min-height:190px;display:flex;align-items:flex-end}.service-card--photo::before{display:none}
.service-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,10,10,.93),rgba(10,10,10,.25) 55%,transparent)}
.service-card-body{position:relative;z-index:2;padding:18px 22px;width:100%}
.service-card-body h3{color:var(--white)}.service-card-body p{color:var(--white-d)}

/* BUY / DON'T BUY */
.buy-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:960px;margin:0 auto}
.buy-col{background:var(--card);border-radius:var(--rl);padding:32px;border:1px solid var(--brd)}
.buy-col ul{list-style:none}
.buy-col li{padding:9px 0 9px 28px;position:relative;font-size:.92rem;color:var(--white-d);line-height:1.45;border-bottom:1px solid rgba(255,255,255,.04)}
.buy-col li:last-child{border-bottom:none}
.buy-col--yes{border-color:rgba(34,197,94,.25)}.buy-col--no{border-color:rgba(239,68,68,.2)}
.buy-col--yes li::before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:900}
.buy-col--no li::before{content:'✗';position:absolute;left:0;color:var(--red);font-weight:900;font-size:1.1rem}
.buy-col-title{font-size:1.1rem;margin-bottom:18px;font-family:var(--fd)}
.buy-col-title--yes{color:var(--green)}.buy-col-title--no{color:var(--red)}

/* CASES */
.cases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(270px,100%),1fr));gap:16px}
.case-card{background:var(--card);border:1px solid var(--brd);border-radius:var(--r);overflow:hidden;transition:.3s}
.case-card:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.4)}
.case-img{height:195px;overflow:hidden}.case-img img{width:100%;height:100%;object-fit:cover;transition:.4s}.case-card:hover .case-img img{transform:scale(1.05)}
.case-body{padding:16px 18px}
.case-badge{display:inline-block;background:rgba(34,197,94,.12);color:var(--green);font-size:.7rem;font-weight:700;padding:3px 9px;border-radius:999px;margin-bottom:7px;text-transform:uppercase;letter-spacing:.05em}
.case-body h3{font-size:1rem;font-weight:700;margin-bottom:3px;font-family:var(--fd)}
.case-meta{font-size:.76rem;color:var(--gray);margin-bottom:7px}
.case-body p{font-size:.86rem;color:var(--white-d);line-height:1.45}

/* CTA PHOTO */
.cta-photo{position:relative;padding:64px 0;background-size:cover;background-position:center}
.cta-photo-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,10,10,.87),rgba(200,168,78,.18))}
.cta-photo h2{font-size:clamp(1.3rem,3vw,1.9rem);color:var(--white);margin-bottom:10px}
.cta-photo p{color:var(--white-d);font-size:1rem;margin-bottom:22px}

/* FAQ */
.faq{max-width:800px}
.faq details{background:var(--card);border:1px solid var(--brd);border-radius:var(--r);margin-bottom:10px;transition:.2s}
.faq details[open]{border-color:var(--gold)}
.faq summary{padding:16px 20px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--white);font-size:.93rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+';font-size:1.4rem;color:var(--gold);font-weight:900;transition:.2s;flex-shrink:0;margin-left:12px}
.faq details[open] summary::after{content:'−'}
.faq .answer{padding:0 20px 16px;color:var(--gray);line-height:1.7;font-size:.88rem}

/* PILLS */
.pills{display:flex;flex-wrap:wrap;gap:9px;list-style:none}
.pills a{display:inline-block;padding:7px 15px;background:var(--card);border:1px solid var(--brd);border-radius:999px;font-size:.83rem;font-weight:600;color:var(--white-d);transition:.2s}
.pills a:hover{background:var(--gold);color:var(--bg);border-color:var(--gold)}

/* FOOTER */
.footer{background:var(--bg);border-top:1px solid #1a1a1a;padding:52px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px}
.footer h4{font-family:var(--fd);font-size:.73rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);margin-bottom:14px}
.footer ul{list-style:none}.footer ul li{margin-bottom:7px}.footer ul a{color:var(--white);font-size:.86rem;transition:.2s}.footer ul a:hover{color:var(--gold)}
.footer-trust li{color:var(--white);font-size:.86rem}
.footer-contact{color:var(--white);font-size:.86rem;line-height:1.7}.footer-contact a{color:var(--gold);font-weight:700}
.footer-bottom{margin-top:36px;padding-top:18px;border-top:1px solid #1a1a1a;text-align:center;color:var(--white);font-size:.74rem}

/* SUBPAGE HERO */
.subpage-hero{position:relative;padding:52px 0 44px;background-size:cover;background-position:center}
.subpage-hero .hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,10,10,.93),rgba(10,10,10,.75));z-index:1}
.subpage-hero .wrap{position:relative;z-index:2}
.subpage-hero-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:36px;align-items:start}
.subpage-hero h1{font-size:clamp(1.5rem,3.8vw,2.4rem);font-weight:900;margin-bottom:14px;line-height:1.1}
.subpage-hero .hero-sub{font-size:.98rem;color:var(--white-d);max-width:500px;margin-bottom:22px;line-height:1.6}
.hero-btns{display:flex;gap:10px;flex-wrap:wrap}

/* KEY TAKEAWAYS */
.takeaways{background:rgba(200,168,78,.06);border:1px solid rgba(200,168,78,.15);border-radius:var(--rl);padding:26px 28px;margin:36px 0;max-width:820px}
.takeaways h3{font-size:.82rem;color:var(--gold);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;font-family:var(--fd)}
.takeaways ul{list-style:none}
.takeaways li{padding:7px 0 7px 26px;position:relative;color:var(--white-d);font-size:.92rem;line-height:1.5;border-bottom:1px solid rgba(200,168,78,.08)}
.takeaways li:last-child{border-bottom:none}
.takeaways li::before{content:'✓';position:absolute;left:0;top:7px;color:var(--gold);font-weight:900}

/* PROSE */
.prose{max-width:820px;font-size:.98rem;color:var(--white-d);line-height:1.7}
.prose p{margin:0 0 14px}.prose h3{font-size:1.2rem;color:var(--gold);margin:32px 0 10px;text-transform:uppercase;font-family:var(--fd)}
.prose ul,.prose ol{padding-left:20px;margin:0 0 14px}.prose li{margin-bottom:5px}
.prose strong{color:var(--white)}.prose a{color:var(--gold)}

/* LINKS STRIP */
.links-strip{background:var(--bg2);padding:32px 0;border-top:1px solid #1a1a1a}

/* MOBILE */


@media(max-width:900px){
.topbar{padding:0}
.topbar-nav{display:none}
.topbar-inner{height:auto;flex-direction:column;align-items:stretch;gap:0;padding:0}
.logo{padding:10px 16px;text-align:center}
.topbar-cta{border-radius:0;text-align:center;justify-content:center;font-size:.88rem;padding:9px 16px;max-width:100%;background:var(--gold-d)}
.hero{padding:44px 0 32px}
.hero-grid,.subpage-hero-grid{grid-template-columns:1fr;gap:24px}
.hero-stats{gap:18px}.stat-num{font-size:1.5rem}
.steps-visual{grid-template-columns:1fr;gap:14px}
.buy-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr 1fr;gap:24px}
.section{padding:48px 0}
.section-header{margin-bottom:32px}
.trust-inner{gap:14px;font-size:.74rem}
.services-grid{grid-template-columns:1fr 1fr}
.subpage-hero h1{font-size:1.6rem}
}

@media(max-width:700px){
.step-card--photo img{height:160px}
.buy-col{padding:24px}
.buy-col li{font-size:.86rem}
}

@media(max-width:600px){
.services-grid{grid-template-columns:1fr}
.service-card--photo{min-height:160px}
.service-card h3{font-size:.88rem}
.service-card p{font-size:.82rem}
.cases-grid{grid-template-columns:1fr}
.case-img{height:180px}
.trust-inner{flex-direction:column;align-items:center;gap:4px;font-size:.72rem}
}

@media(max-width:500px){
.topbar{padding:0 12px}
.topbar-inner{height:50px}
.logo{font-size:.9rem}
.topbar-cta{max-width:100%;font-size:.8rem;padding:6px 12px}
.wrap{padding:0 16px}
.footer-grid{grid-template-columns:1fr}
.form-row{grid-template-columns:1fr}
.hero{padding:40px 0 28px}
.hero h1{font-size:1.7rem;line-height:1.12}
.hero-checks li{font-size:.87rem}
.hero-stats{flex-wrap:wrap;gap:16px}
.stat{min-width:80px}
.hero-form-card{padding:20px}
.trust-inner{flex-direction:column;align-items:center;gap:4px;font-size:.72rem}
.messenger-btns{flex-direction:column;align-items:center}
.section{padding:36px 0}
.section-title{font-size:1.3rem}
.section-header{margin-bottom:28px}
.cta-photo{padding:48px 0}
.cta-photo h2{font-size:1.2rem}
.faq summary{padding:14px 16px;font-size:.88rem}
.faq .answer{padding:0 16px 14px;font-size:.84rem}
.takeaways{padding:20px}
.takeaways li{font-size:.88rem}
.prose{font-size:.93rem}
.prose h3{font-size:1.1rem}
.subpage-hero h1{font-size:1.4rem}
.subpage-hero .hero-sub{font-size:.92rem}
}

@media(max-width:400px){
.hero-btns,.cta-photo [style*="display:flex"]{flex-direction:column}
.hero-btns .btn{width:100%;justify-content:center}
}

/* ── Service card with blurred photo background ── */
.service-card--bg {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 180px;
    overflow: hidden;
}
.service-card--bg::after {
    content: '';
    position: absolute;
    inset: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(10,10,10,0.35);
    z-index: 0;
}
.service-card--bg > * {
    position: relative;
    z-index: 1;
}
.service-card--bg.service-card--photo {
    padding: 0;
    display: flex;
    align-items: flex-end;
}
.service-card--bg.service-card--photo .service-card-overlay {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: linear-gradient(to top, rgba(10,10,10,0.8), rgba(10,10,10,0.1) 50%, transparent);
    position: absolute;
    inset: 0;
    z-index: 1;
}
.service-card--bg.service-card--photo > .service-card-body {
    position: relative;
    z-index: 2;
}
/* Placeholder gradient when no photo yet */
.service-card--placeholder {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
}
/* Photo backgrounds for each service (add your photo later) */
.sc-dtp        { background-image: url('img/sc-dtp.jpg'); }
.sc-tow        { background-image: url('img/sc-tow.jpg'); }
.sc-terminovyi { background-image: url('img/sc-terminovyi.jpg'); }
.sc-shtrafamy  { background-image: url('img/sc-shtrafamy.jpg'); }
.sc-areshti    { background-image: url('img/sc-areshti.jpg'); }
.sc-tehpasport { background-image: url('img/sc-tehpasport.jpg'); }
.sc-otsinka    { background-image: url('img/sc-otsinka.jpg'); }

/* ── PLACEHOLDER HERO IMAGES (change URL when user sends photos) ──
   To update:
   .hero-shtrafamy { background-image: url('assets/img/YOUR_PHOTO.jpg'); }
   .hero-areshti   { background-image: url('assets/img/YOUR_PHOTO.jpg'); }
   .hero-otsinka   { background-image: url('assets/img/YOUR_PHOTO.jpg'); }
   PLACEHOLDER HEROES ── */
.hero-shtrafamy { background-image: url('assets/img/hero-subpage.jpg'); }
.hero-areshti   { background-image: url('assets/img/hero-subpage.jpg'); }
.hero-otsinka   { background-image: url('assets/img/case-skoda.jpg'); }

/* ── MOBILE FLOATING CTA BAR ── */
.mobile-cta-bar {
  display: none;
}
@media (max-width: 900px) {
  .mobile-cta-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: rgba(10,10,10,0.97);
    border-top: 1px solid rgba(200,168,78,0.35);
    padding: 10px 12px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    gap: 8px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .mobile-cta-bar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 11px 6px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 0.82rem;
    text-decoration: none;
    transition: opacity 0.2s;
    white-space: nowrap;
  }
  .mobile-cta-bar a:hover { opacity: 0.85; }
  .mobile-cta-bar .mcta-call {
    background: var(--gold);
    color: var(--bg);
    flex: 1.3;
  }
  .mobile-cta-bar .mcta-viber { background: var(--viber); color: #fff; }
  .mobile-cta-bar .mcta-tg    { background: var(--tg);    color: #fff; }
  /* Push page content above the bar */
  body { padding-bottom: 74px; }
}

/* ── FOCUS-VISIBLE (accessibility + keyboard nav) ── */
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ── REDUCED MOTION ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
  html { scroll-behavior: auto; }
}

/* ── ACTIVE NAV ITEM ── */
.topbar-nav a[aria-current="page"] {
  color: var(--white);
}
.topbar-nav a[aria-current="page"]::after {
  width: 100%;
}

/* ════════════════════════════════════════════════════
   DESIGN POLISH v3 — animations & micro-interactions
   ════════════════════════════════════════════════════ */

/* ── Hero entrance animations ── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-content > * { animation: fadeInUp .72s cubic-bezier(.22,1,.36,1) both; }
.hero-content .hero-tag    { animation-delay: .05s; }
.hero-content h1           { animation-delay: .18s; }
.hero-content .hero-lead   { animation-delay: .28s; }
.hero-content .hero-checks { animation-delay: .38s; }
.hero-content .hero-stats  { animation-delay: .5s; }
.hero-form-wrap            { animation: fadeInUp .72s cubic-bezier(.22,1,.36,1) .1s both; }

/* ── Scroll reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .62s cubic-bezier(.22,1,.36,1), transform .62s cubic-bezier(.22,1,.36,1);
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .1s; }
.reveal-d2 { transition-delay: .2s; }
.reveal-d3 { transition-delay: .3s; }

/* ── Trust strip scrolling marquee ── */
.trust-strip { overflow: hidden; cursor: default; }
.trust-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: max-content !important;
  gap: 0 !important;
  animation: marquee 30s linear infinite;
}
.trust-item { padding: 0 22px; border-right: 1px solid rgba(10,10,10,.2); white-space: nowrap; }
.trust-strip:hover .trust-inner { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── Service card: richer hover glow ── */
.service-card:hover {
  box-shadow: 0 16px 40px rgba(0,0,0,.55), 0 0 0 1px rgba(200,168,78,.3), 0 0 36px rgba(200,168,78,.08);
}

/* ── Submit button shimmer ── */
.submit-btn { position: relative; overflow: hidden; }
.submit-btn::after {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transform: skewX(-20deg);
  animation: shimmer 4s ease-in-out 2s infinite;
  pointer-events: none;
}
@keyframes shimmer {
  0%, 60% { left: -80%; }
  100%     { left: 140%; }
}

/* ── Stat numbers: gold gradient text ── */
.stat-num {
  font-size: 2.1rem;
  background: linear-gradient(135deg, #edd47a 0%, var(--gold) 55%, #a68b3c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Hero h1 .gold word: gradient ── */
.hero h1 .gold {
  background: linear-gradient(120deg, #edd47a, var(--gold), #b89440);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Topbar: gradient bottom border + scroll shadow ── */
.topbar { border-bottom: none; }
.topbar::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(200,168,78,.25) 30%, var(--gold) 50%, rgba(200,168,78,.25) 70%, transparent 100%);
  pointer-events: none;
}
.topbar.is-scrolled { box-shadow: 0 4px 28px rgba(0,0,0,.55); }

/* ── Section tag: gold line accent ── */
.section-tag::before {
  content: '';
  display: inline-block;
  width: 16px; height: 2px;
  background: var(--gold);
  vertical-align: middle;
  margin-right: 7px;
  border-radius: 2px;
}

/* ── Footer: gradient top border ── */
.footer { border-top: none; position: relative; }
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,168,78,.4), transparent);
  pointer-events: none;
}

/* ── Dark sections: subtle warm glow at top ── */
.section-dark {
  background: radial-gradient(ellipse 80% 40% at 50% 0%, rgba(200,168,78,.035) 0%, var(--bg2) 70%);
}

/* ── Hero form card: depth shadow ── */
.hero-form-card {
  box-shadow: 0 0 0 1px rgba(200,168,78,.07), 0 24px 60px rgba(0,0,0,.5);
}

/* ── Case badge glow ── */
.case-badge { box-shadow: 0 0 10px rgba(34,197,94,.12); }
