:root{
  --color-primary:#0D1B2A;--color-primary-dark:#060D14;
  --color-accent:#C8960C;--color-accent-dark:#A07A08;--color-accent-light:#F5C842;
  --color-danger:#C0392B;--color-danger-dark:#992D22;
  --color-bg:#F4F5F7;--color-bg-alt:#EAECF2;--color-surface:#FFFFFF;
  --color-dark:#060D14;--color-text:#12192A;--color-text-muted:#4A5568;
  --color-text-light:#718096;--color-border:#CBD5E0;--color-success:#1A7A4A;
  --color-white:#FFFFFF;--color-hero-overlay:rgba(6,13,20,0.78);
  --color-whatsapp:#25D366;--color-whatsapp-dark:#128C7E;
  --space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;
  --space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem;
  --radius-sm:4px;--radius-md:10px;--radius-lg:18px;--radius-full:9999px;
  --shadow-sm:0 1px 3px rgba(0,0,0,.10),0 1px 2px rgba(0,0,0,.06);
  --shadow-md:0 4px 18px rgba(0,0,0,.13),0 2px 6px rgba(0,0,0,.08);
  --shadow-lg:0 12px 44px rgba(0,0,0,.18),0 4px 14px rgba(0,0,0,.10);
  --shadow-xl:0 24px 72px rgba(0,0,0,.22);
  --shadow-gold:0 4px 24px rgba(200,150,12,.35);
  --transition:all 0.22s cubic-bezier(0.4,0,0.2,1);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{overflow-x:hidden;scroll-behavior:smooth;}
body{font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-size:16px;line-height:1.7;color:var(--color-text);
  background:var(--color-bg);overflow-x:hidden;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;}
button{cursor:pointer;border:none;background:none;font:inherit;}
.skip-link{position:absolute;top:-40px;left:0;background:var(--color-accent);
  color:#000;padding:.5rem 1rem;z-index:9999;border-radius:0 0 var(--radius-sm) 0;
  font-weight:600;transition:top .2s;}
.skip-link:focus{top:0;}
.container{max-width:1240px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem);}
h1,h2,h3,h4{font-family:'Barlow Condensed',-apple-system,sans-serif;
  letter-spacing:-0.01em;line-height:1.15;}
h1{font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:800;}
h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;}
h3{font-size:1.3rem;font-weight:700;}
h4{font-size:1.1rem;font-weight:700;}
p{margin-bottom:1rem;}p:last-child{margin-bottom:0;}
#topbar{background:var(--color-dark);color:rgba(255,255,255,.85);
  font-size:13px;font-weight:500;padding:0 clamp(1rem,4vw,2rem);}
#topbar .topbar-inner{max-width:1240px;margin:0 auto;display:flex;
  align-items:center;justify-content:space-between;height:40px;gap:1rem;}
#topbar .tb-left{display:flex;align-items:center;gap:1.5rem;}
#topbar .tb-right a{color:var(--color-accent);font-weight:700;
  display:flex;align-items:center;gap:.4rem;}
#topbar .tb-right a:hover{color:var(--color-accent-light);}
@media(max-width:768px){#topbar .tb-left{display:none;}}
@media(max-width:480px){#topbar{display:none;}}
#navbar{background:var(--color-primary);position:sticky;top:0;z-index:1000;
  overflow:visible;transition:box-shadow .3s;}
#navbar.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.4);
  border-bottom:1px solid rgba(200,150,12,.25);}
.nav-inner{display:flex;align-items:center;justify-content:space-between;
  padding:.8rem clamp(1rem,4vw,2rem);max-width:1240px;margin:0 auto;}
.logo{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:1.5rem;
  color:var(--color-white);display:flex;align-items:center;gap:.5rem;
  letter-spacing:-.01em;}
.nav-links{display:flex;list-style:none;align-items:center;gap:1.5rem;}
.nav-links a{color:rgba(255,255,255,.9);font-size:14px;font-weight:600;
  position:relative;padding:.2rem 0;transition:var(--transition);}
.nav-links a::after{content:'';position:absolute;bottom:-2px;left:0;
  width:0;height:2px;background:var(--color-accent);transition:width .22s ease;}
.nav-links a:hover{color:var(--color-accent);}
.nav-links a:hover::after,.nav-links a.active::after{width:100%;}
.nav-links a.active{color:var(--color-accent);}
.nav-cta.whatsapp-cta{background:var(--color-whatsapp);color:#fff!important;
  padding:.55rem 1.4rem;border-radius:var(--radius-full);font-weight:600;
  font-size:14px;white-space:nowrap;transition:var(--transition);}
.nav-cta.whatsapp-cta:hover{background:var(--color-whatsapp-dark);transform:scale(1.03);}
.nav-cta.whatsapp-cta::after{display:none!important;}
.hamburger{display:none;flex-direction:column;gap:5px;padding:.5rem;cursor:pointer;}
.hamburger span{display:block;width:24px;height:2px;background:var(--color-white);
  border-radius:2px;transition:var(--transition);}
.nav-drawer{display:none;position:fixed;top:0;right:0;bottom:0;
  width:min(340px,88vw);background:var(--color-surface);z-index:1999;
  flex-direction:column;transform:translateX(100%);
  transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-xl);}
.nav-drawer.is-open{display:flex;transform:translateX(0);}
.nav-backdrop{display:none;position:fixed;inset:0;z-index:1998;
  background:rgba(0,0,0,.55);backdrop-filter:blur(3px);}
.nav-backdrop.is-open{display:block;}
.drawer-header{display:flex;align-items:center;justify-content:space-between;
  padding:1.2rem 1.5rem;border-bottom:2px solid var(--color-accent);
  background:var(--color-primary);}
.drawer-header .logo{color:var(--color-white);font-size:1.3rem;}
.drawer-close{color:rgba(255,255,255,.8);font-size:1.4rem;padding:.4rem;
  background:none;border:none;cursor:pointer;line-height:1;}
.drawer-close:hover{color:var(--color-accent);}
.drawer-links{padding:1.5rem;flex:1;overflow-y:auto;}
.drawer-links li{border-bottom:1px solid var(--color-border);}
.drawer-links a{display:block;padding:.9rem 0;font-weight:600;
  color:var(--color-text);font-size:1rem;transition:color .2s;}
.drawer-links a:hover{color:var(--color-accent);}
.drawer-cta{padding:1.5rem;}
.drawer-cta a{display:flex;align-items:center;justify-content:center;gap:.5rem;
  background:var(--color-whatsapp);color:#fff;padding:1rem;
  border-radius:var(--radius-full);font-weight:700;font-size:1rem;
  text-align:center;transition:var(--transition);}
.drawer-cta a:hover{background:var(--color-whatsapp-dark);}
@media(max-width:960px){.nav-links{display:none;}.hamburger{display:flex;}}
.section{padding:var(--space-2xl) 0;}
@media(max-width:768px){.section{padding:var(--space-xl) 0;}}
.section-alt{background:var(--color-bg-alt);}
.section-dark{background:var(--color-primary);color:var(--color-white);}
.section-darker{background:var(--color-dark);color:var(--color-white);}
.section-header{text-align:center;margin-bottom:var(--space-lg);}
.section-label{display:block;font-size:11px;font-weight:700;
  letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem;}
.section-rule{display:block;width:40px;height:2px;background:var(--color-accent);
  margin:0 auto .75rem;}
.section-header h2{color:var(--color-text);}
.section-dark .section-header h2,.section-darker .section-header h2{color:var(--color-white);}
.section-subtitle{font-size:1.05rem;color:var(--color-text-muted);
  max-width:640px;margin:.75rem auto 0;}
.section-dark .section-subtitle,.section-darker .section-subtitle{color:rgba(255,255,255,.75);}
.hero{position:relative;display:flex;align-items:center;min-height:100vh;overflow:hidden;}
.hero-sm{min-height:460px;}
.hero-bg{position:absolute;inset:0;z-index:0;}
.hero-bg img{width:100%;height:100%;object-fit:cover;display:block;}
.hero-overlay{position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(6,13,20,.82) 0%,rgba(13,27,42,.68) 100%);}
.hero-grid{position:absolute;inset:0;
  background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l60 60M60 0L0 60' stroke='rgba(200,150,12,.06)' stroke-width='1'/%3E%3C/svg%3E");
  background-size:60px 60px;}
.hero-content{position:relative;z-index:2;padding:7rem clamp(1rem,4vw,2rem) 5rem;
  max-width:1240px;margin:0 auto;width:100%;}
.hero-inner{max-width:700px;}
.hero-pill{display:inline-flex;align-items:center;gap:.4rem;
  background:rgba(200,150,12,.15);border:1px solid rgba(200,150,12,.4);
  color:var(--color-accent-light);font-size:.8rem;font-weight:700;
  padding:.35rem .85rem;border-radius:var(--radius-full);margin-bottom:1rem;letter-spacing:.05em;}
.trust-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem;}
.trust-badge{display:inline-flex;align-items:center;gap:.35rem;
  background:rgba(26,122,74,.15);border:1px solid rgba(26,122,74,.4);
  color:#4ade80;font-size:.75rem;font-weight:600;padding:.3rem .75rem;border-radius:var(--radius-full);}
.hero h1{color:var(--color-white);margin-bottom:1rem;}
.hero-subtitle{font-size:1.1rem;color:rgba(255,255,255,.85);
  max-width:580px;margin-bottom:2rem;line-height:1.6;}
.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;}
.btn-wa{display:inline-flex;align-items:center;gap:.6rem;
  background:var(--color-whatsapp);color:#fff;
  font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:1.1rem;
  padding:1rem 2.5rem;border-radius:var(--radius-full);min-height:58px;white-space:nowrap;
  animation:wa-pulse 2.4s cubic-bezier(.45,.05,.55,.95) infinite;
  transition:background .22s,transform .22s;}
.btn-wa:hover{background:var(--color-whatsapp-dark);transform:scale(1.03);animation:none;}
.btn-outline{display:inline-flex;align-items:center;gap:.5rem;
  border:2px solid rgba(255,255,255,.6);color:#fff;
  font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:1.05rem;
  padding:.9rem 2rem;border-radius:var(--radius-full);min-height:58px;
  white-space:nowrap;transition:var(--transition);}
.btn-outline:hover{border-color:var(--color-accent);color:var(--color-accent);}
.hero-fine{font-size:.8rem;color:rgba(255,255,255,.6);margin-top:.5rem;}
.hero-social-proof{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;flex-wrap:wrap;}
.avatar-cluster{display:flex;}
.avatar-cluster .av{width:36px;height:36px;border-radius:50%;
  background:var(--color-primary);border:2px solid var(--color-accent);
  display:flex;align-items:center;justify-content:center;
  font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:.85rem;
  color:var(--color-accent-light);}
.avatar-cluster .av:not(:first-child){margin-left:-10px;}
.hero-rating{color:rgba(255,255,255,.9);font-size:.9rem;}
.hero-rating strong{color:var(--color-accent-light);}
.hero-stats{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;}
.hero-stat-pill{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);
  color:rgba(255,255,255,.9);font-size:.8rem;font-weight:600;
  padding:.4rem .85rem;border-radius:var(--radius-full);}
@keyframes wa-pulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,.6);}
  70%{box-shadow:0 0 0 18px rgba(37,211,102,0);}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}
@media(max-width:600px){.hero-ctas{flex-direction:column;}
  .btn-wa,.btn-outline{width:100%;justify-content:center;}}
.trust-bar{background:var(--color-primary);padding:20px 0;}
.trust-bar-inner{display:flex;flex-wrap:wrap;align-items:center;
  justify-content:center;gap:2rem;}
.trust-item{display:flex;align-items:center;gap:.6rem;
  color:var(--color-white);font-size:14px;font-weight:600;}
.trust-item strong{color:var(--color-accent);}
.card-grid{display:grid;gap:1.5rem;}
.card-grid-2{grid-template-columns:repeat(2,1fr);}
.card-grid-3{grid-template-columns:repeat(3,1fr);}
.card-grid-4{grid-template-columns:repeat(4,1fr);}
@media(max-width:900px){.card-grid-4{grid-template-columns:repeat(2,1fr);}
  .card-grid-3{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.card-grid-4,.card-grid-3,.card-grid-2{grid-template-columns:1fr;}}
.service-card{background:var(--color-surface);border-left:4px solid var(--color-accent);
  border-radius:var(--radius-md);padding:1.75rem 1.75rem 1.75rem 2rem;
  box-shadow:var(--shadow-sm);transition:var(--transition);display:flex;
  flex-direction:column;gap:.75rem;}
.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px);}
.hex-icon{width:52px;height:52px;background:var(--color-primary);
  clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.service-card h3{font-size:1.15rem;color:var(--color-text);}
.service-card p{font-size:.9rem;color:var(--color-text-muted);
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.card-link{color:var(--color-accent);font-weight:600;font-size:.875rem;
  display:inline-flex;align-items:center;gap:.25rem;margin-top:auto;transition:gap .2s;}
.card-link:hover{gap:.5rem;}
.location-card{background:var(--color-surface);border-radius:var(--radius-md);
  box-shadow:var(--shadow-sm);overflow:hidden;transition:var(--transition);}
.location-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);}
.location-card-top{height:6px;background:var(--color-accent);}
.location-card-body{padding:1.5rem;}
.location-card h3{font-size:1.1rem;color:var(--color-text);margin-bottom:.25rem;}
.location-card p{font-size:.85rem;color:var(--color-text-muted);}
.stats-bar{background:var(--color-primary);padding:var(--space-xl) 0;}
.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;text-align:center;}
.stat-item .stat-num{font-family:'Barlow Condensed',sans-serif;font-weight:800;
  font-size:3.5rem;color:var(--color-accent-light);line-height:1;}
.stat-item .stat-label{color:rgba(255,255,255,.8);font-size:.875rem;margin-top:.35rem;}
@media(max-width:900px){.stats-grid{grid-template-columns:repeat(3,1fr);}}
@media(max-width:600px){.stats-grid{grid-template-columns:repeat(2,1fr);}}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;}
.step{text-align:center;}
.step-num{width:64px;height:64px;background:var(--color-primary);
  clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;
  font-family:'Barlow Condensed',sans-serif;font-weight:800;font-size:1.6rem;
  color:var(--color-accent-light);}
.step h3{font-size:1.05rem;margin-bottom:.5rem;}
.step p{font-size:.875rem;color:var(--color-text-muted);}
@media(max-width:768px){.steps-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:480px){.steps-grid{grid-template-columns:1fr;}}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.testimonial-card{background:var(--color-surface);border-radius:var(--radius-md);
  padding:2rem;box-shadow:var(--shadow-sm);border-top:4px solid var(--color-accent);}
.testimonial-card .stars{color:var(--color-accent);font-size:1.1rem;
  letter-spacing:2px;margin-bottom:.75rem;}
.testimonial-card p{font-size:.95rem;color:var(--color-text-muted);
  font-style:italic;margin-bottom:1rem;}
.testimonial-card cite{font-style:normal;font-weight:700;font-size:.875rem;color:var(--color-text);display:block;}
.testimonial-card .verified{display:inline-flex;align-items:center;gap:.25rem;
  background:rgba(26,122,74,.1);color:var(--color-success);
  font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:var(--radius-full);margin-top:.5rem;}
@media(max-width:900px){.testimonials-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.testimonials-grid{grid-template-columns:1fr;}}
.faq-list{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem;}
.faq-item{background:var(--color-surface);border-radius:var(--radius-md);
  border-left:4px solid var(--color-accent);box-shadow:var(--shadow-sm);overflow:hidden;}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;
  padding:1.1rem 1.5rem;text-align:left;background:none;border:none;cursor:pointer;
  font-weight:600;font-size:1rem;color:var(--color-text);gap:1rem;}
.faq-q:hover{color:var(--color-accent);}
.faq-chevron{flex-shrink:0;color:var(--color-accent);transition:transform .25s;}
.faq-item.open .faq-chevron{transform:rotate(180deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s;}
.faq-item.open .faq-a{max-height:600px;padding:0 1.5rem 1.25rem;}
.faq-a p{color:var(--color-text-muted);font-size:.95rem;}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.pricing-card{background:rgba(255,255,255,.04);border:1px solid rgba(200,150,12,.25);
  border-radius:var(--radius-lg);padding:2rem;transition:var(--transition);}
.pricing-card.featured{border-color:var(--color-accent);background:rgba(200,150,12,.06);}
.pricing-card:hover{border-color:var(--color-accent);transform:translateY(-4px);}
.pricing-card .plan-name{font-family:'Barlow Condensed',sans-serif;font-weight:700;
  color:var(--color-accent);font-size:1.2rem;margin-bottom:.5rem;}
.pricing-card .price{font-family:'Barlow Condensed',sans-serif;font-weight:800;
  font-size:2.8rem;color:var(--color-white);line-height:1;margin-bottom:.25rem;}
.pricing-card .price-note{font-size:.8rem;color:rgba(255,255,255,.5);margin-bottom:1.5rem;}
.pricing-card ul{margin-bottom:1.5rem;}
.pricing-card ul li{display:flex;align-items:flex-start;gap:.6rem;
  font-size:.9rem;color:rgba(255,255,255,.8);margin-bottom:.6rem;}
.pricing-card ul li::before{content:"checkmark";color:var(--color-success);font-weight:700;flex-shrink:0;}
@media(max-width:768px){.pricing-grid{grid-template-columns:1fr;}}
.cta-box{background:linear-gradient(135deg,var(--color-primary) 0%,#060D14 100%);
  padding:3.5rem 2rem;text-align:center;position:relative;overflow:hidden;}
.cta-box::before{content:'';position:absolute;left:0;top:0;bottom:0;
  width:4px;background:var(--color-accent);}
.cta-box h2{color:var(--color-white);margin-bottom:.75rem;}
.cta-box p{color:rgba(255,255,255,.75);margin-bottom:2rem;}
.cta-trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.25rem;}
.cta-trust-pill{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15);
  color:rgba(255,255,255,.8);font-size:.8rem;font-weight:600;
  padding:.3rem .8rem;border-radius:var(--radius-full);}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-family:'Barlow Condensed',sans-serif;font-weight:700;border-radius:var(--radius-full);
  transition:var(--transition);min-height:52px;padding:.85rem 2rem;
  font-size:1.1rem;white-space:nowrap;}
.btn-primary-wa{background:var(--color-whatsapp);color:#fff;
  animation:wa-pulse 2.4s cubic-bezier(.45,.05,.55,.95) infinite;}
.btn-primary-wa:hover{background:var(--color-whatsapp-dark);animation:none;transform:scale(1.03);}
.btn-danger{background:var(--color-danger);color:#fff;}
.btn-danger:hover{background:var(--color-danger-dark);}
.btn-ghost{border:2px solid var(--color-accent);color:var(--color-accent);}
.btn-ghost:hover{background:var(--color-accent);color:var(--color-dark);}
.float-wa{position:fixed;bottom:28px;right:28px;z-index:9999;
  width:64px;height:64px;border-radius:50%;background:var(--color-whatsapp);
  box-shadow:0 4px 20px rgba(37,211,102,.5);
  display:flex;align-items:center;justify-content:center;
  animation:wa-pulse 2.4s cubic-bezier(.45,.05,.55,.95) infinite;
  transition:var(--transition);}
.float-wa:hover{background:var(--color-whatsapp-dark);animation:none;transform:scale(1.05);}
.float-wa svg{width:30px;height:30px;color:#fff;}
.float-wa-tooltip{position:absolute;right:76px;bottom:50%;transform:translateY(50%);
  background:var(--color-dark);color:#fff;font-size:.8rem;font-weight:600;
  padding:.4rem .8rem;border-radius:var(--radius-sm);white-space:nowrap;
  opacity:0;pointer-events:none;transition:opacity .2s;box-shadow:var(--shadow-md);}
.float-wa:hover .float-wa-tooltip{opacity:1;}
.float-emergency{position:fixed;bottom:108px;right:28px;z-index:9999;
  background:var(--color-danger);color:#fff;display:none;align-items:center;gap:.4rem;
  padding:.6rem 1rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:700;
  box-shadow:0 4px 20px rgba(192,57,43,.5);transition:var(--transition);}
.float-emergency.visible{display:flex;}
.float-emergency:hover{background:var(--color-danger-dark);}
@media(max-width:600px){.float-wa{bottom:20px;right:16px;width:68px;height:68px;}
  .float-emergency{bottom:104px;right:16px;}}
.breadcrumbs{background:var(--color-bg-alt);padding:.75rem 0;font-size:.85rem;color:var(--color-text-muted);}
.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;}
.breadcrumbs li{display:flex;align-items:center;gap:.25rem;}
.breadcrumbs li::after{content:'/';color:var(--color-border);}
.breadcrumbs li:last-child::after{display:none;}
.breadcrumbs a{color:var(--color-accent);}
.breadcrumbs a:hover{text-decoration:underline;}
.resource-box{background:var(--color-bg-alt);border-left:4px solid var(--color-accent);
  border-radius:var(--radius-md);padding:1.5rem;margin:2rem 0;}
.resource-box strong{display:block;margin-bottom:.75rem;color:var(--color-text);font-size:1rem;}
.resource-box ul{display:flex;flex-direction:column;gap:.4rem;list-style:disc;padding-left:1rem;}
.resource-box ul a{color:var(--color-accent);font-size:.9rem;}
.resource-box ul a:hover{text-decoration:underline;}
.blog-card{background:var(--color-surface);border-radius:var(--radius-md);
  box-shadow:var(--shadow-sm);overflow:hidden;transition:var(--transition);}
.blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);}
.blog-card img{width:100%;height:200px;object-fit:cover;}
.blog-card-body{padding:1.5rem;}
.blog-card .post-date{font-size:.8rem;color:var(--color-text-light);margin-bottom:.5rem;}
.blog-card h3{font-size:1.1rem;color:var(--color-text);margin-bottom:.5rem;}
.blog-card p{font-size:.875rem;color:var(--color-text-muted);
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.content-wrap{max-width:900px;margin:0 auto;padding:var(--space-lg) clamp(1rem,4vw,2rem) var(--space-2xl);}
.content-wrap-flush{max-width:900px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem) var(--space-2xl);}
.content-wrap h2{font-size:clamp(1.5rem,3vw,2.2rem);margin:2rem 0 1rem;}
.content-wrap h3{font-size:1.3rem;margin:1.5rem 0 .75rem;}
.content-wrap p{color:var(--color-text-muted);margin-bottom:1rem;}
.content-wrap ul,.content-wrap ol{margin:.75rem 0 1rem 1.5rem;}
.content-wrap ul li,.content-wrap ol li{color:var(--color-text-muted);margin-bottom:.4rem;}
.content-wrap ul{list-style:disc;}.content-wrap ol{list-style:decimal;}
.ai-snippet{background:var(--color-bg-alt);border-left:3px solid var(--color-accent);
  padding:1.2rem 1.5rem;border-radius:0 var(--radius-md) var(--radius-md) 0;margin:1.5rem 0;}
.ai-snippet p{color:var(--color-text);font-size:.95rem;margin:0;}
.map-wrap{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);margin-top:2rem;}
.map-wrap iframe{width:100%;height:400px;border:0;display:block;}
footer{background:var(--color-dark);color:var(--color-text-light);padding:var(--space-2xl) 0 0;}
.footer-grid{display:grid;grid-template-columns:2fr 1.5fr 1.5fr 1fr 1.5fr;gap:2.5rem;
  padding-bottom:var(--space-xl);}
.footer-col h4{font-family:'Barlow Condensed',sans-serif;font-weight:700;
  font-size:1.1rem;color:var(--color-white);margin-bottom:1.1rem;padding-bottom:.5rem;
  border-bottom:2px solid rgba(200,150,12,.3);}
.footer-col ul{display:flex;flex-direction:column;gap:.45rem;}
.footer-col a{color:var(--color-text-light);font-size:.875rem;transition:color .2s;}
.footer-col a:hover{color:var(--color-accent);}
.footer-logo{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:1.6rem;
  color:var(--color-white);display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;}
.footer-nap{font-size:.875rem;line-height:1.8;margin-bottom:1rem;}
.footer-social{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem;}
.footer-social a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.07);
  display:flex;align-items:center;justify-content:center;transition:var(--transition);}
.footer-social a:hover{background:var(--color-accent);}
.footer-social svg{width:18px;height:18px;color:rgba(255,255,255,.7);}
.footer-social a:hover svg{color:var(--color-dark);}
.footer-disclaimer{background:rgba(200,150,12,.07);border:1px solid rgba(200,150,12,.2);
  border-radius:var(--radius-md);padding:1rem 1.25rem;font-size:.8rem;
  color:rgba(255,255,255,.55);line-height:1.6;margin:1rem 0;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding:1.25rem 0;
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;
  gap:1rem;font-size:.8rem;color:rgba(255,255,255,.4);}
.footer-bottom-links{display:flex;gap:1.5rem;}
.footer-bottom-links a{color:rgba(255,255,255,.4);}
.footer-bottom-links a:hover{color:var(--color-accent);}
.footer-legal-badges{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.75rem;color:rgba(255,255,255,.35);}
@media(max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem;}}
@media(max-width:600px){.footer-grid{grid-template-columns:1fr;}}
.badge-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0;}
.badge{display:inline-flex;align-items:center;gap:.35rem;
  background:rgba(200,150,12,.1);border:1px solid rgba(200,150,12,.3);
  color:var(--color-accent);font-size:.75rem;font-weight:700;
  padding:.3rem .75rem;border-radius:var(--radius-full);}
.reveal-on-scroll{opacity:0;transform:translateY(24px);
  transition:opacity .55s ease,transform .55s ease;}
.reveal-on-scroll.revealed{opacity:1;transform:translateY(0);}
:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.why-card{background:var(--color-surface);border-radius:var(--radius-md);
  padding:2rem;box-shadow:var(--shadow-sm);border-top:4px solid var(--color-accent);text-align:center;}
.why-card .hex-icon{margin:0 auto 1rem;}
.why-card h3{margin-bottom:.5rem;}
.why-card p{font-size:.9rem;color:var(--color-text-muted);}
@media(max-width:900px){.why-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.why-grid{grid-template-columns:1fr;}}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
@media(max-width:900px){.reviews-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.reviews-grid{grid-template-columns:1fr;}}
.page-404{min-height:80vh;display:flex;align-items:center;
  justify-content:center;text-align:center;padding:4rem 2rem;}
.page-404 .num{font-family:'Barlow Condensed',sans-serif;font-size:8rem;
  font-weight:800;color:var(--color-accent);line-height:1;}
.page-404 h1{font-size:2.5rem;margin:.5rem 0 1rem;}
.page-404 p{color:var(--color-text-muted);margin-bottom:2rem;}
@media print{.float-wa,.float-emergency,#topbar,#navbar,.nav-drawer,.nav-backdrop{display:none!important;}}
