/* =========================================================
   Addrox — Amazon Account Reinstatement
   Global stylesheet
   ========================================================= */
:root{
  --brand:#a1000b;
  --brand-dark:#7d0009;
  --brand-light:#fdeeef;
  --accent:#39b54a;
  --accent-dark:#2d9a3c;
  --navy:#0f1b2d;
  --navy-2:#16243a;
  --ink:#1f2937;
  --muted:#5b6472;
  --line:#e6e9ee;
  --bg:#ffffff;
  --bg-soft:#f6f7f9;
  --radius:14px;
  --shadow:0 10px 30px rgba(15,27,45,.08);
  --shadow-lg:0 24px 60px rgba(15,27,45,.14);
  --font-head:"Urbanist","Segoe UI",system-ui,-apple-system,sans-serif;
  --font-body:"Fira Sans","Segoe UI",system-ui,-apple-system,sans-serif;
  --container:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}
body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.7;color:var(--ink);background:var(--bg)}
img,svg{max-width:100%;display:block}
a{color:var(--brand);text-decoration:none}
a:hover{color:var(--brand-dark)}
h1,h2,h3,h4{font-family:var(--font-head);line-height:1.2;color:var(--navy);margin:0 0 .6em;font-weight:800}
h1{font-size:clamp(2.1rem,4.5vw,3.4rem)}
h2{font-size:clamp(1.7rem,3.2vw,2.5rem)}
h3{font-size:1.25rem}
p{margin:0 0 1em}
ul{padding-left:1.2em}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}
.section{padding:80px 0}
.section-soft{background:var(--bg-soft)}
.section-dark{background:var(--navy);color:#cbd5e1}
.section-dark h2,.section-dark h3{color:#fff}
.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-head);font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;color:var(--brand);margin-bottom:.8rem}
.eyebrow::before{content:"";width:22px;height:3px;background:var(--brand);border-radius:2px}
.section-dark .eyebrow{color:#fca5a5}.section-dark .eyebrow::before{background:#fca5a5}
.center{text-align:center}
.center .eyebrow{justify-content:center}
.lead{font-size:1.1rem;color:var(--muted);max-width:720px}
.center .lead{margin-inline:auto}
.icon{width:1.1em;height:1.1em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}
.icon-fill{width:1.1em;height:1.1em;fill:currentColor;flex:none}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.9rem 1.6rem;border-radius:999px;font-family:var(--font-head);font-weight:700;font-size:.95rem;letter-spacing:.02em;border:2px solid transparent;cursor:pointer;transition:.2s ease;white-space:nowrap}
.btn .icon{transition:transform .2s}
.btn:hover .icon{transform:translateX(3px)}
.btn-primary{background:var(--brand);color:#fff;border-color:var(--brand)}
.btn-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}
.btn-accent{background:var(--accent);color:#fff;border-color:var(--accent)}
.btn-accent:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#fff}
.btn-outline{background:transparent;color:var(--navy);border-color:var(--navy)}
.btn-outline:hover{background:var(--navy);color:#fff}
.btn-light{background:#fff;color:var(--navy);border-color:#fff}
.btn-light:hover{background:var(--brand-light);color:var(--brand)}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}
.btn-ghost:hover{background:#fff;color:var(--navy)}
.btn-block{width:100%}

/* Top bar */
.topbar{background:var(--navy);color:#cbd5e1;font-size:.86rem}
.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:42px;flex-wrap:wrap}
.topbar-info{display:flex;gap:1.5rem;flex-wrap:wrap}
.topbar-info a,.topbar-info span{display:inline-flex;align-items:center;gap:.45rem;color:#cbd5e1}
.topbar-info a:hover{color:#fff}
.social{display:flex;gap:.4rem;list-style:none;margin:0;padding:0}
.social a{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;transition:.2s}
.social a:hover{background:var(--brand);transform:translateY(-2px)}
.social .icon-fill{width:15px;height:15px}

/* Header */
.header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 2px 20px rgba(15,27,45,.06)}
.header .container{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:82px}
.logo{display:inline-flex;align-items:center;gap:.6rem;color:var(--navy)}
.logo svg,.logo img{height:44px;width:auto}
.nav{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}
.nav>li{position:relative}
.nav a{display:inline-flex;align-items:center;gap:.35rem;padding:.7rem .95rem;font-family:var(--font-head);font-weight:700;font-size:.95rem;color:var(--navy);border-radius:8px;transition:.2s}
.nav a:hover,.nav a[aria-current="page"]{color:var(--brand)}
.nav .caret{width:14px;height:14px}
.submenu{position:absolute;top:100%;left:0;min-width:270px;background:#fff;border-radius:12px;box-shadow:var(--shadow-lg);padding:.5rem;list-style:none;margin:.35rem 0 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}
.nav>li:hover>.submenu,.nav>li:focus-within>.submenu{opacity:1;visibility:visible;transform:none}
.submenu a{display:block;padding:.6rem .8rem;font-weight:600;font-size:.9rem;border-radius:8px}
.submenu a:hover{background:var(--brand-light)}
.header-cta{display:flex;align-items:center;gap:1.2rem}
.call-now{display:flex;align-items:center;gap:.7rem;color:var(--navy)}
.call-now .ring{width:44px;height:44px;border-radius:50%;background:var(--brand-light);color:var(--brand);display:grid;place-items:center}
.call-now small{display:block;font-size:.75rem;color:var(--muted);line-height:1.2}
.call-now strong{font-family:var(--font-head);font-size:1rem;white-space:nowrap}
.nav-toggle{display:none;background:none;border:0;padding:.4rem;cursor:pointer;color:var(--navy)}
.nav-toggle .icon{width:28px;height:28px}

/* Hero */
.hero{position:relative;background:radial-gradient(1200px 600px at 85% -10%,#2b1a1f 0%,transparent 60%),linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 60%,#2a1116 100%);color:#e2e8f0;overflow:hidden}
.hero::after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath d='M0 39.5H40M39.5 0V40' stroke='rgba(255,255,255,.05)'/%3E%3C/svg%3E");pointer-events:none}
.hero .container{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center;padding-top:90px;padding-bottom:90px}
.hero h1{color:#fff;margin-bottom:1rem}
.hero .lead{color:#cbd5e1;font-size:1.15rem}
.hero .eyebrow{color:#fca5a5}.hero .eyebrow::before{background:#fca5a5}
.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.6rem}
.hero-points{list-style:none;padding:0;margin:1.8rem 0 0;display:grid;gap:.6rem}
.hero-points li{display:flex;align-items:center;gap:.6rem;color:#e2e8f0;font-weight:500}
.hero-points .check{width:22px;height:22px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;flex:none}
.hero-points .check .icon{width:13px;height:13px;stroke-width:3}

/* Quote form card */
.quote-card{background:#fff;color:var(--ink);border-radius:20px;padding:1.8rem;box-shadow:var(--shadow-lg)}
.quote-card h3{margin-bottom:.25rem}
.quote-card p{color:var(--muted);font-size:.92rem}
.form-grid{display:grid;gap:.8rem}
.form-grid .row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.field{display:grid;gap:.3rem}
.field label{font-size:.82rem;font-weight:600;color:var(--navy)}
.field input,.field select,.field textarea{width:100%;padding:.75rem .9rem;border:1.5px solid var(--line);border-radius:10px;font:inherit;font-size:.95rem;background:#fbfbfc;color:var(--ink);transition:.2s}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--brand);background:#fff;box-shadow:0 0 0 4px rgba(161,0,11,.08)}
.field textarea{min-height:110px;resize:vertical}
.form-note{font-size:.8rem;color:var(--muted);margin:.4rem 0 0}
.form-status{display:none;margin-top:.8rem;padding:.7rem .9rem;border-radius:10px;font-size:.9rem}
.form-status.ok{display:block;background:#e9f8ec;color:#1e6b2b}
.form-status.err{display:block;background:#fdeeef;color:var(--brand)}
.honeypot{position:absolute;left:-9999px;opacity:0;height:0;width:0}

/* Trust strip */
.trust{background:var(--brand);color:#fff}
.trust .container{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.4rem 20px}
.trust-item{display:flex;align-items:center;gap:.8rem;font-family:var(--font-head);font-weight:700;font-size:.95rem}
.trust-item .badge{width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.14);display:grid;place-items:center;flex:none}
.trust-item .badge .icon{width:20px;height:20px}
.trust-item a{color:#fff}

/* Grids & cards */
.grid{display:grid;gap:1.5rem}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem;transition:.25s;position:relative}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:transparent}
.card .card-icon{width:58px;height:58px;border-radius:14px;background:var(--brand-light);color:var(--brand);display:grid;place-items:center;margin-bottom:1.1rem}
.card .card-icon .icon{width:28px;height:28px;stroke-width:1.8}
.card h3{font-size:1.15rem}
.card p{color:var(--muted);font-size:.95rem;margin-bottom:.8rem}
.card .more{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-head);font-weight:700;font-size:.9rem}
.card .more .icon{transition:transform .2s}
.card:hover .more .icon{transform:translateX(3px)}
.card-link::after{content:"";position:absolute;inset:0}
.case-card{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.3rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);font-family:var(--font-head);font-weight:700;color:var(--navy);transition:.25s}
.case-card:hover{border-color:var(--brand);color:var(--brand);box-shadow:var(--shadow);transform:translateY(-3px)}
.case-card .badge{width:46px;height:46px;border-radius:12px;background:var(--brand-light);color:var(--brand);display:grid;place-items:center;flex:none}
.case-card .badge .icon{width:22px;height:22px}
.case-card .icon-arrow{margin-left:auto;opacity:.5}

/* Split sections */
.split{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.split-media{position:relative}
.split-media .panel{background:linear-gradient(145deg,var(--navy),var(--navy-2));border-radius:24px;padding:2.2rem;color:#e2e8f0;box-shadow:var(--shadow-lg)}
.split-media .panel h3{color:#fff}
.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.stat{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.1rem}
.stat strong{display:block;font-family:var(--font-head);font-size:1.9rem;color:#fff;line-height:1.1}
.stat span{font-size:.85rem;color:#cbd5e1}
.check-list{list-style:none;padding:0;margin:1.2rem 0;display:grid;gap:.6rem}
.check-list li{display:flex;gap:.7rem;align-items:flex-start}
.check-list .check{width:22px;height:22px;border-radius:50%;background:#e9f8ec;color:var(--accent-dark);display:grid;place-items:center;flex:none;margin-top:.2rem}
.check-list .check .icon{width:13px;height:13px;stroke-width:3}

/* Process */
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;counter-reset:step}
.step{text-align:center;padding:1.5rem 1rem;position:relative}
.step .num{width:72px;height:72px;border-radius:50%;margin:0 auto 1rem;background:#fff;border:2px dashed var(--brand);display:grid;place-items:center;font-family:var(--font-head);font-weight:800;font-size:1.4rem;color:var(--brand);position:relative}
.step .num::after{content:"";position:absolute;inset:6px;border-radius:50%;background:var(--brand-light);z-index:-1}
.step h3{font-size:1.1rem}
.step p{color:var(--muted);font-size:.93rem}
.step:not(:last-child)::after{content:"";position:absolute;top:52px;left:calc(50% + 46px);width:calc(100% - 92px);border-top:2px dashed #cfd5dd}

/* Testimonials */
.testi-wrap{position:relative}
.testi-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 3rem)/3);gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:.5rem 0 1rem}
.testi-track::-webkit-scrollbar{display:none}
.testi{scroll-snap-align:start;background:#fff;border-radius:var(--radius);padding:1.8rem;border:1px solid var(--line);display:flex;flex-direction:column;gap:1rem}
.testi .quote{color:var(--brand);width:32px;height:32px}
.testi p{color:var(--ink);font-size:1rem;flex:1;margin:0}
.testi .stars{color:#f59e0b;display:flex;gap:2px}
.testi .stars .icon-fill{width:16px;height:16px}
.testi .who{display:flex;align-items:center;gap:.8rem}
.testi .avatar{width:44px;height:44px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-family:var(--font-head);font-weight:800}
.testi .who strong{display:block;font-family:var(--font-head)}
.testi .who span{font-size:.82rem;color:var(--muted)}
.testi-nav{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem}
.testi-nav button{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--line);background:#fff;color:var(--navy);cursor:pointer;display:grid;place-items:center;transition:.2s}
.testi-nav button:hover{background:var(--brand);border-color:var(--brand);color:#fff}

/* Why choose */
.why{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.why-item{display:flex;gap:1rem;padding:1.5rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius)}
.why-item .n{font-family:var(--font-head);font-weight:800;font-size:1.6rem;color:#fca5a5;line-height:1;flex:none}
.why-item h3{font-size:1.05rem;margin-bottom:.4rem}
.why-item p{font-size:.92rem;margin:0;color:#cbd5e1}

/* Guarantee banner */
.guarantee{background:linear-gradient(120deg,var(--accent-dark),var(--accent));color:#fff;border-radius:24px;padding:2.5rem;display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center}
.guarantee .shield{width:84px;height:84px;border-radius:22px;background:rgba(255,255,255,.18);display:grid;place-items:center}
.guarantee .shield .icon{width:44px;height:44px}
.guarantee h2{color:#fff;font-size:1.7rem;margin-bottom:.3rem}
.guarantee p{margin:0;color:#ecfdf5}

/* FAQ */
.faq{max-width:860px;margin:0 auto;display:grid;gap:.8rem}
.faq details{background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 1.3rem;transition:.2s}
.faq details[open]{border-color:var(--brand);box-shadow:var(--shadow)}
.faq summary{list-style:none;cursor:pointer;padding:1.1rem 0;font-family:var(--font-head);font-weight:700;font-size:1.02rem;color:var(--navy);display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary .icon{width:20px;height:20px;color:var(--brand);transition:transform .2s}
.faq details[open] summary .icon{transform:rotate(45deg)}
.faq .answer{padding:0 0 1.2rem;color:var(--muted)}
.faq .answer ul{margin:.4rem 0 0}

/* CTA band */
.cta-band{background:var(--brand);color:#fff}
.cta-band .container{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:3rem 20px;flex-wrap:wrap}
.cta-band h2{color:#fff;margin:0}
.cta-band p{margin:.3rem 0 0;color:#fecaca}

/* Page hero (inner pages) */
.page-hero{background:linear-gradient(135deg,var(--navy),var(--navy-2) 70%,#2a1116);color:#fff;padding:70px 0}
.page-hero h1{color:#fff;margin-bottom:.4rem}
.breadcrumb{display:flex;gap:.5rem;list-style:none;padding:0;margin:0;font-size:.9rem;color:#cbd5e1;flex-wrap:wrap}
.breadcrumb a{color:#fff}
.breadcrumb li+li::before{content:"/";margin-right:.5rem;color:#64748b}

/* Service detail */
.detail{display:grid;grid-template-columns:1fr 340px;gap:3rem;align-items:start}
.article h2{font-size:1.55rem;margin-top:2rem}
.article h3{font-size:1.2rem;margin-top:1.6rem}
.article p{color:var(--ink)}
.article .intro{font-size:1.1rem;color:var(--muted)}
.article .callout{background:var(--brand-light);border-left:4px solid var(--brand);padding:1.1rem 1.3rem;border-radius:0 12px 12px 0;margin:1.5rem 0}
.article .callout p{margin:0}
.steps{list-style:none;padding:0;margin:1rem 0;display:grid;gap:.8rem;counter-reset:s}
.steps li{position:relative;padding:1.1rem 1.2rem 1.1rem 4rem;background:var(--bg-soft);border-radius:12px;counter-increment:s}
.steps li::before{content:counter(s,decimal-leading-zero);position:absolute;left:1.1rem;top:1rem;font-family:var(--font-head);font-weight:800;color:var(--brand);font-size:1.15rem}
.steps li strong{display:block;color:var(--navy);font-family:var(--font-head);margin-bottom:.15rem}
.bullets{list-style:none;padding:0;margin:1rem 0;display:grid;gap:.6rem}
.bullets li{display:flex;gap:.7rem;align-items:flex-start}
.bullets .icon{color:var(--accent-dark);margin-top:.3rem;width:18px;height:18px;stroke-width:2.5}
.bullets strong{color:var(--navy)}
.sidebar{position:sticky;top:100px;display:grid;gap:1.5rem}
.widget{background:var(--bg-soft);border-radius:var(--radius);padding:1.5rem}
.widget h3{font-size:1.1rem;margin-bottom:1rem}
.widget-links{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}
.widget-links a{display:flex;align-items:center;justify-content:space-between;padding:.75rem .9rem;background:#fff;border-radius:10px;font-weight:600;color:var(--navy);font-size:.92rem;transition:.2s}
.widget-links a:hover,.widget-links a[aria-current="page"]{background:var(--brand);color:#fff}
.hours{list-style:none;padding:0;margin:0;display:grid;gap:.5rem;font-size:.93rem}
.hours li{display:flex;align-items:center;gap:.6rem}
.hours .icon{color:var(--brand)}
.widget-cta{background:var(--navy);color:#cbd5e1;text-align:center}
.widget-cta h3{color:#fff}
.widget-cta p{font-size:.92rem}
.widget-cta .btn{margin-top:.5rem}

/* Contact page */
.office{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem}
.office .flag{font-size:1.8rem;line-height:1}
.office h3{margin:.6rem 0 1rem}
.office dl{margin:0;display:grid;gap:.9rem}
.office dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:700}
.office dd{margin:.15rem 0 0;display:flex;gap:.6rem;align-items:flex-start;color:var(--ink)}
.office dd .icon{color:var(--brand);margin-top:.3rem}
.office dd a{color:var(--navy);font-weight:600}
.office dd a:hover{color:var(--brand)}
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:2rem;box-shadow:var(--shadow)}
.channel-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}
.channel-list li{display:flex;gap:1rem;align-items:flex-start}
.channel-list .badge{width:46px;height:46px;border-radius:12px;background:var(--brand-light);color:var(--brand);display:grid;place-items:center;flex:none}
.channel-list strong{display:block;font-family:var(--font-head);color:var(--navy)}
.channel-list a{color:var(--ink)}
.channel-list a:hover{color:var(--brand)}
.social-lg{display:flex;gap:.6rem;flex-wrap:wrap;list-style:none;padding:0;margin:0}
.social-lg a{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border:1.5px solid var(--line);border-radius:999px;color:var(--navy);font-weight:600;font-size:.9rem;transition:.2s}
.social-lg a:hover{border-color:var(--brand);color:var(--brand)}
.social-lg .icon-fill{width:16px;height:16px}

/* About */
.founder{display:flex;gap:1.2rem;align-items:center;background:var(--bg-soft);border-radius:var(--radius);padding:1.3rem 1.5rem;margin-top:1.5rem}
.founder .avatar{width:64px;height:64px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-family:var(--font-head);font-weight:800;font-size:1.3rem;flex:none}
.founder small{display:block;color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}
.founder strong{font-family:var(--font-head);font-size:1.15rem;color:var(--navy)}
.founder a{margin-left:auto;font-weight:700;white-space:nowrap}
.values .card{text-align:left}

/* Footer */
.footer{background:var(--navy);color:#cbd5e1}
.footer-top{padding:70px 0 40px;display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:2.5rem}
.footer h3{color:#fff;font-size:1.05rem;margin-bottom:1rem}
.footer p{font-size:.93rem}
.footer .logo{color:#fff;margin-bottom:1rem}
.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem;font-size:.93rem}
.footer ul.social{display:flex;gap:.4rem}
.footer ul a{color:#cbd5e1}
.footer ul a:hover{color:#fff}
.footer .office-block+.office-block{margin-top:1.3rem}
.footer .office-block strong{display:block;color:#fff;font-family:var(--font-head);margin-bottom:.4rem}
.footer .office-block li{display:flex;gap:.55rem;align-items:flex-start}
.footer .office-block .icon{color:#fca5a5;margin-top:.3rem;width:16px;height:16px}
.footer .social{margin-top:1.2rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.2rem 0;font-size:.86rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:#94a3b8}
.footer-bottom a{color:#cbd5e1}

/* Floating buttons */
.to-top{position:fixed;right:20px;bottom:20px;width:46px;height:46px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:.25s;z-index:40}
.to-top.show{opacity:1;visibility:visible}
.whatsapp{position:fixed;left:20px;bottom:20px;width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;box-shadow:var(--shadow-lg);z-index:40;transition:.2s}
.whatsapp:hover{transform:scale(1.06);color:#fff}
.whatsapp .icon-fill{width:28px;height:28px}

/* Reveal animation */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

/* Responsive */
@media (max-width:1100px){
  .nav a{padding:.7rem .7rem;font-size:.9rem}
  .call-now small{display:none}
}
@media (max-width:980px){
  .nav-toggle{display:inline-flex}
  .nav-wrap{position:fixed;inset:0;top:0;background:#fff;z-index:60;padding:1.5rem 20px;overflow-y:auto;transform:translateX(100%);visibility:hidden;transition:transform .3s ease,visibility 0s .3s}
  .nav-wrap.open{transform:none;visibility:visible;transition:transform .3s ease}
  .nav-wrap .nav-close{display:flex;justify-content:flex-end;margin-bottom:1rem}
  .nav{flex-direction:column;align-items:stretch;gap:0}
  .nav a{padding:.9rem .5rem;border-bottom:1px solid var(--line);border-radius:0;justify-content:space-between}
  .submenu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding:0 0 0 1rem;margin:0;min-width:0}
  .submenu a{font-size:.9rem}
  .header-cta .btn{display:none}
  .hero .container{grid-template-columns:1fr;padding-top:60px;padding-bottom:60px}
  .trust .container{grid-template-columns:1fr 1fr}
  .grid-3,.grid-4{grid-template-columns:1fr 1fr}
  .split{grid-template-columns:1fr;gap:2rem}
  .process{grid-template-columns:1fr 1fr}
  .step:not(:last-child)::after{display:none}
  .testi-track{grid-auto-columns:calc((100% - 1.5rem)/2)}
  .why{grid-template-columns:1fr 1fr}
  .detail{grid-template-columns:1fr}
  .sidebar{position:static}
  .contact-layout{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr 1fr}
  .guarantee{grid-template-columns:1fr;text-align:center}
  .guarantee .shield{margin:0 auto}
}
@media (max-width:640px){
  .section{padding:56px 0}
  .topbar .topbar-info span{display:none}
  .call-now{display:none}
  .trust .container{grid-template-columns:1fr}
  .grid-2,.grid-3,.grid-4{grid-template-columns:1fr}
  .form-grid .row{grid-template-columns:1fr}
  .process,.why{grid-template-columns:1fr}
  .testi-track{grid-auto-columns:100%}
  .footer-top{grid-template-columns:1fr}
  .cta-band .container{justify-content:center;text-align:center}
  .hero-actions .btn{width:100%}
}
