:root{
  --bg:#f6f6f6;
  --surface:#ffffff;
  --surface-soft:#f0f0f0;
  --text:#1a1a1a;
  --muted:#505050;
  --line:#e0e0e0;
  --brand:#2c2c2c;
  --brand-dark:#111111;
  --brand-soft:#e8e8e8;
  --brand-mid:#444444;
  --slate:#111111;
  --slate-mid:#2c2c2c;
  --accent:#2c2c2c;
  --radius-sm:.55rem;
  --radius:.9rem;
  --radius-lg:1.2rem;
  --shadow-sm:0 2px 8px rgba(0,0,0,.06);
  --shadow:0 8px 28px rgba(0,0,0,.10);
  --shadow-lg:0 20px 48px rgba(0,0,0,.13);
  --max:1100px;
  color-scheme:light;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:18px;
  line-height:1.65;
  color:var(--text);
  background:var(--bg);
  text-rendering:optimizeLegibility;
}
a{color:var(--brand);text-underline-offset:.18em;text-decoration-thickness:.08em}
a:hover{color:var(--brand-dark)}
img{display:block;max-width:100%;height:auto;border-radius:var(--radius)}
strong{font-weight:600;color:var(--brand-dark)}
.container{width:min(var(--max),calc(100% - 32px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:.5rem;z-index:100;background:#fff;color:var(--brand-dark);padding:.65rem .9rem;border-radius:var(--radius-sm);box-shadow:var(--shadow)}
.skip-link:focus{left:.5rem}

/* ── TOPBAR ── */
.topbar{background:var(--slate);color:rgba(255,255,255,.6);font-size:.82rem;padding:.42rem 0;letter-spacing:.01em}
.topbar-inner{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}
.topbar-left{display:flex;align-items:center;gap:1.1rem}
.topbar-pill{display:inline-flex;align-items:center;gap:.35rem;background:rgba(255,255,255,.1);border-radius:999px;padding:.18rem .65rem;font-size:.78rem}
.topbar-pill .dot{width:6px;height:6px;border-radius:50%;background:#4ade80;flex-shrink:0}
.topbar a{color:rgba(255,255,255,.8);text-decoration:none;font-weight:600}
.topbar a:hover{color:#fff}

/* ── HEADER ── */
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:saturate(140%) blur(12px);-webkit-backdrop-filter:saturate(140%) blur(12px)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0}
.logo{display:inline-flex;align-items:center;gap:.6rem;color:var(--text);font-weight:600;text-decoration:none;letter-spacing:-.025em}
.logo-mark{display:inline-grid;place-items:center;width:2.35rem;height:2.35rem;border-radius:.65rem;background:var(--brand);color:#fff;font-weight:600;font-size:1rem;flex-shrink:0}
.logo-text{display:flex;flex-direction:column;line-height:1.2}
.logo-text strong{font-size:1rem;font-weight:600;color:var(--brand-dark)}
.logo-text span{font-size:.75rem;color:var(--muted);letter-spacing:.005em;font-weight:400}
.nav{display:flex;align-items:center;gap:.2rem;flex-wrap:wrap;font-size:.93rem}
.nav a{color:var(--muted);text-decoration:none;padding:.42rem .62rem;border-radius:999px;font-weight:500;transition:background .15s,color .15s}
.nav a:hover,.nav a[aria-current="page"]{background:var(--brand-soft);color:var(--brand-dark)}
.nav-cta{display:inline-flex;align-items:center;gap:.4rem;background:var(--brand)!important;color:#fff!important;border-radius:999px!important;padding:.46rem 1rem!important;font-size:.88rem!important;font-weight:500!important;margin-left:.4rem;transition:background .15s!important}
.nav-cta:hover{background:var(--brand-dark)!important;color:#fff!important}

/* ── HERO ── */
.hero{background:linear-gradient(140deg,var(--surface) 0%,var(--surface-soft) 60%,var(--brand-soft) 100%);border-bottom:1px solid var(--line);padding:2rem 0 2.4rem;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);gap:2rem;align-items:center}
.kicker{display:inline-flex;align-items:center;gap:.45rem;margin:0 0 1rem;padding:.28rem .75rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.85);color:var(--muted);font-size:.9rem;font-weight:500}
h1,h2,h3{color:var(--brand-dark);letter-spacing:-.028em;text-wrap:balance}
h1{font-size:clamp(2rem,5.2vw,3.5rem);line-height:1.04;margin:0 0 1rem;letter-spacing:-.052em}
h2{font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.14;margin:0 0 1rem}
h3{font-size:1.15rem;line-height:1.25;margin:.1rem 0 .55rem}
p{margin:.75rem 0}
.lead{font-size:clamp(1.06rem,2.2vw,1.3rem);color:var(--muted);max-width:67ch;margin:0 0 1.35rem}
.text-muted{color:var(--muted)}
.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.25rem 0 1rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:3rem;padding:.82rem 1.25rem;border:2px solid transparent;border-radius:999px;font-weight:500;text-decoration:none;line-height:1.1;font-size:.97rem;transition:background .15s,box-shadow .15s,transform .1s}
.btn:active{transform:scale(.98)}
.btn-primary{background:var(--brand);color:#fff;box-shadow:0 4px 14px rgba(0,0,0,.2)}
.btn-primary:hover{background:var(--brand-dark);color:#fff;box-shadow:0 6px 20px rgba(0,0,0,.28)}
.trust-list{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0 0;padding:0;list-style:none}
.trust-list li{background:rgba(255,255,255,.85);border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.9rem;padding:.32rem .72rem;display:flex;align-items:center;gap:.35rem}
.trust-list li::before{content:"✓";color:var(--brand);font-weight:600;font-size:.8rem}
.media-panel{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:.8rem}
.media-panel img{width:100%;aspect-ratio:16/10;object-fit:cover}
.media-caption{position:absolute;left:1.35rem;right:1.35rem;bottom:1.35rem;background:rgba(255,255,255,.95);border:1px solid var(--line);border-radius:var(--radius);padding:.7rem .85rem;color:var(--brand-dark);font-weight:600;font-size:.9rem;box-shadow:0 8px 20px rgba(0,0,0,.1)}

/* ── MAIN ── */
main{padding:2.2rem 0 3.6rem}
.section{padding:2rem 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}
.section-head p{max-width:65ch;color:var(--muted);margin:.2rem 0 0}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.2rem;box-shadow:var(--shadow-sm);transition:box-shadow .18s,transform .18s}
.card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.card p{color:var(--muted);margin:.45rem 0}
.card a{color:var(--brand);font-weight:600;font-size:.93rem}
.card img{margin-top:.85rem;width:100%;object-fit:cover}
.icon-card{position:relative;overflow:hidden}
.icon-card::before{content:"";display:block;width:2rem;height:.25rem;border-radius:999px;background:var(--brand-mid);margin-bottom:.9rem;opacity:.5}
.service-list,.check-list{padding-left:1.15rem;margin:.75rem 0 0;color:var(--muted)}
.service-list li,.check-list li{margin:.3rem 0}

/* ── HIGHLIGHT BAND ── */
.highlight{background:var(--slate);color:#fff;border-radius:var(--radius-lg);padding:1.5rem 1.75rem;border:1px solid rgba(255,255,255,.06);box-shadow:var(--shadow)}
.highlight h2,.highlight h3{color:#fff}
.highlight p,.highlight li{color:rgba(255,255,255,.80)}
.highlight a{color:#fff}
.highlight-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:1rem;align-items:start}
.info-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1rem}
.info-item{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:.9rem 1rem}
.info-item span{display:block;color:rgba(255,255,255,.62);font-size:.88rem}
.info-item strong{display:block;color:#fff;font-size:1.05rem;font-weight:500}

/* ── STEPS ── */
.steps{counter-reset:step;display:grid;gap:.85rem}
.step{counter-increment:step;display:grid;grid-template-columns:auto 1fr;gap:.85rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1rem}
.step::before{content:counter(step);display:grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:var(--brand);color:#fff;font-weight:600;font-size:.95rem}
.step p{margin:.2rem 0;color:var(--muted)}

/* ── FAQ / DETAILS ── */
details{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.1rem;margin:.75rem 0;box-shadow:var(--shadow-sm)}
summary{cursor:pointer;font-weight:600;color:var(--brand-dark)}
details p{color:var(--muted)}

/* ── INTERNAL LINKS ── */
.internal-links{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.9rem}
.internal-links a{background:#fff;border:1px solid var(--line);border-radius:999px;padding:.46rem .78rem;text-decoration:none;color:var(--brand);font-size:.93rem;font-weight:600;transition:background .15s,border-color .15s}
.internal-links a:hover{background:var(--brand-soft);border-color:var(--brand-mid)}

/* ── CONTACT ── */
.contact-box{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.2rem;box-shadow:var(--shadow)}
.contact-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}

/* ── BREADCRUMBS ── */
.breadcrumbs{font-size:.88rem;color:var(--muted);margin:.6rem 0 0}
.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin:0;padding:0}
.breadcrumbs li+li::before{content:"/";margin-right:.4rem;color:#505050}

/* ── BLOG ARTICLE LIST ── */
.article-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.35rem 1.25rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.6rem;text-decoration:none;color:inherit;transition:box-shadow .18s,transform .18s}
.article-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.article-card .tag{display:inline-flex;align-items:center;padding:.24rem .68rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.8);color:var(--muted);font-size:.86rem;font-weight:600;width:fit-content}
.article-card h2{font-size:1.15rem;line-height:1.22;margin:0;color:var(--brand-dark)}
.article-card p{color:var(--muted);margin:0;font-size:.95rem}
.article-card .read-more{color:var(--brand);font-weight:600;font-size:.9rem;margin-top:.3rem}
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}

/* ── FOOTER ── */
.site-footer{background:var(--slate);color:rgba(255,255,255,.55);margin-top:3rem}
.footer-top{padding:3rem 0 2rem;border-bottom:1px solid rgba(255,255,255,.07)}
.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:2rem}
.footer-brand-mark{display:grid;place-items:center;width:2.6rem;height:2.6rem;border-radius:.65rem;background:var(--brand-mid);color:#fff;font-weight:600;font-size:1.1rem;margin-bottom:.85rem}
.footer-brand strong{display:block;color:#fff;font-size:1rem;font-weight:600;margin-bottom:.3rem;letter-spacing:-.02em}
.footer-brand p{color:rgba(255,255,255,.62);font-size:.88rem;line-height:1.55;margin:.3rem 0}
.footer-contact{display:flex;flex-direction:column;gap:.5rem;margin-top:.85rem}
.footer-contact-row{display:flex;align-items:center;gap:.5rem;font-size:.87rem}
.footer-contact-row a{color:rgba(255,255,255,.8);text-decoration:none;font-weight:600}
.footer-contact-row a:hover{color:#fff}
.footer-contact-row span{color:rgba(255,255,255,.62)}
.footer-badge{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);padding:.5rem .85rem;margin-top:.5rem;font-size:.82rem}
.footer-badge span{color:rgba(255,255,255,.62)}
.footer-badge strong{color:rgba(255,255,255,.85);font-weight:500}
.footer-col h3{color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.85rem}
.footer-col ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.45rem}
.footer-col li a{color:rgba(255,255,255,.62);text-decoration:none;font-size:.88rem;transition:color .15s}
.footer-col li a:hover{color:#fff}
.footer-bottom{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1rem 0;flex-wrap:wrap;text-align:center}
.footer-bottom p{font-size:.82rem;color:rgba(255,255,255,.62)}
.footer-bottom a{color:rgba(255,255,255,.62);text-decoration:none}
.footer-bottom a:hover{color:rgba(255,255,255,.6)}

/* ── WHATSAPP FLOAT ── */
.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:30;width:60px;height:60px;border-radius:50%;box-shadow:0 6px 20px rgba(0,0,0,.25);transition:transform .18s,box-shadow .18s}
.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 10px 28px rgba(0,0,0,.3)}
.whatsapp-float img{border-radius:50%;width:100%;height:100%;object-fit:cover}

/* ── RESPONSIVE ── */
@media(max-width:920px){
  .hero-grid,.highlight-grid{grid-template-columns:1fr}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .info-strip{grid-template-columns:1fr}
  .section-head{display:block}
  .media-caption{position:static;margin-top:.8rem}
  .contact-actions{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .topbar-left span:last-child{display:none}
}
@media(max-width:720px){
  body{font-size:17px}
  .topbar{display:none}
  .header-inner{align-items:flex-start;flex-direction:column}
  .nav{justify-content:flex-start;font-size:.91rem}
  .nav-cta{margin-left:0}
  .hero{padding:2.1rem 0 1.9rem}
  .grid,.grid-2,.blog-grid{grid-template-columns:1fr}
  .cta-row .btn{width:100%}
  .container{width:min(var(--max),calc(100% - 24px))}
  .whatsapp-float{width:54px;height:54px;right:14px;bottom:14px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{display:block}
  .footer-bottom p{margin:.35rem 0}
  .logo-text span{display:none}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
