:root{
  color-scheme:light;
  --blue:#0A2F6B;
  --blue-2:#0E4A8A;
  --blue-soft:#EAF3FF;
  --red:#D7263D;
  --red-soft:#FFF0F2;
  --ink:#0B1220;
  --text:#1F2937;
  --muted:#526071;
  --line:#DCE6F2;
  --paper:#FFFFFF;
  --soft:#F6F9FD;
  --shadow:0 24px 60px rgba(10,47,107,.12);
  --radius:26px;
  --max:1180px;
}
*{box-sizing:border-box;min-width:0}
html{scroll-behavior:smooth;background:#fff;color:var(--text)}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  background:#fff;
  color:var(--text);
  line-height:1.65;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body.menu-open{overflow:hidden}
a{color:var(--blue);text-decoration:none}
a:hover{color:var(--red)}
img{max-width:100%;height:auto}
.container{width:min(var(--max),calc(100% - 32px));margin-inline:auto}
.skip-link{position:absolute;left:16px;top:16px;z-index:999;background:var(--blue);color:#fff;padding:10px 14px;border-radius:999px;transform:translateY(-160%)}
.skip-link:focus{transform:translateY(0)}
.site-header{
  position:sticky;top:0;z-index:80;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  box-shadow:0 10px 34px rgba(15,23,42,.06);
  backdrop-filter:blur(14px) saturate(150%);
}
.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:inline-flex;align-items:center;gap:12px}
.brand img{display:block;height:46px;width:auto}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:8px;flex:1}
.nav-link,.mega-trigger{
  appearance:none;border:1px solid transparent;background:transparent;color:var(--ink);
  min-height:44px;padding:0 14px;border-radius:999px;font-weight:850;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;gap:6px;
}
.nav-link:hover,.nav-link.active,.mega-trigger:hover,.mega-trigger[aria-expanded=true]{background:var(--blue-soft);border-color:rgba(10,47,107,.14);color:var(--blue)}
.mega{position:relative}
.mega-panel{
  position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%);
  width:min(880px,calc(100vw - 32px));display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:18px;
  background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--shadow);
}
.mega-panel[hidden]{display:none}
.mega-col{display:grid;gap:10px;align-content:start}
.mega-col h3{margin:0;color:var(--ink);font-size:1rem;letter-spacing:-.02em}
.mega-col p{margin:0;color:var(--muted)}
.mega-col a{display:block;padding:11px 12px;border:1px solid var(--line);border-radius:16px;color:var(--ink);font-weight:750;background:#fff}
.mega-col a:hover{background:var(--blue-soft);color:var(--blue);border-color:rgba(10,47,107,.18)}
.header-actions{display:flex;align-items:center;gap:10px}
.lang-pill,.top-cta,.inline-cta,.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:46px;padding:0 16px;border-radius:999px;font-weight:850;border:1px solid var(--line);
}
.lang-pill{background:#fff;color:var(--blue)}
.top-cta,.btn-primary,.inline-cta{background:var(--blue);border-color:var(--blue);color:#fff}
.top-cta:hover,.btn-primary:hover,.inline-cta:hover{background:#082657;color:#fff;box-shadow:0 14px 34px rgba(10,47,107,.18)}
.btn-secondary{background:#fff;color:var(--blue);border-color:var(--line)}
.btn-secondary:hover{background:var(--red-soft);color:var(--red);border-color:rgba(215,38,61,.22)}
.mobile-bottom{display:none}
.mobile-sheet{display:none}

.hero{
  position:relative;isolation:isolate;overflow:hidden;
  background:linear-gradient(180deg,#fff 0%,#F7FBFF 100%);
  border-bottom:1px solid var(--line);
}
.hero::before{
  content:"";position:absolute;inset:0 0 0 auto;width:min(58%,820px);z-index:-2;
  background-image:var(--hero-img);background-size:cover;background-position:center right;background-repeat:no-repeat;
  opacity:.31;mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.14) 18%,#000 58%);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.14) 18%,#000 58%);
}
.hero::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 44%,rgba(255,255,255,.75) 76%,rgba(255,255,255,.62) 100%);
}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.88fr);gap:clamp(32px,5vw,72px);align-items:center;padding-block:clamp(64px,8vw,122px)}
.kicker,.pill{
  display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;
  background:var(--blue-soft);color:var(--blue);border:1px solid rgba(10,47,107,.14);font-weight:850;font-size:.9rem;
}
.hero h1{margin:18px 0 16px;color:var(--ink);font-size:clamp(2.1rem,5vw,5rem);line-height:.96;letter-spacing:-.058em;text-wrap:balance}
.accent{color:var(--red)}
.lead{font-size:clamp(1.05rem,1.8vw,1.23rem);color:#334155;max-width:760px}
.hero-actions,.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.hero-panel,.card,.photo-card,.process-card,.trust-card,.footer-card,.service-card,.city-card,.faq-card,.content-box{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);color:var(--text)
}
.hero-panel{overflow:hidden}
.hero-panel img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover}
.hero-panel-body{padding:20px}
.hero-panel-body h2{margin:0 0 8px;color:var(--ink)}
.hero-panel-body p{margin:0;color:var(--muted)}
.section{padding-block:clamp(54px,7vw,92px)}
.section.soft{background:var(--soft);border-block:1px solid var(--line)}
.section-head{max-width:780px;margin-bottom:28px}
.section-head h2{font-size:clamp(1.8rem,3.4vw,3.2rem);line-height:1.05;letter-spacing:-.045em;color:var(--ink);margin:0 0 12px;text-wrap:balance}
.section-head p{color:var(--muted);font-size:1.08rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.service-card,.city-card,.process-card,.trust-card,.faq-card,.content-box{padding:22px}
.service-card .icon{width:44px;height:44px;border-radius:16px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;font-weight:900;font-size:1.2rem;margin-bottom:16px}
.service-card h3,.city-card h3,.process-card h3,.trust-card h3,.faq-card h3{margin:0 0 8px;color:var(--ink);letter-spacing:-.025em}
.service-card p,.city-card p,.process-card p,.trust-card p,.faq-card p,.content-box p,.content-box li{color:#334155}
.service-card a,.city-card a{font-weight:850}
.photo-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center}
.photo-card{overflow:hidden}
.photo-card img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover}
.check-list{display:grid;gap:12px;margin-top:18px}
.check{display:flex;gap:10px;align-items:flex-start;color:#334155}
.check b{color:var(--ink)}
.check::before{content:"✓";flex:0 0 26px;width:26px;height:26px;display:grid;place-items:center;border-radius:999px;background:var(--red-soft);color:var(--red);font-weight:900}
.process-card{overflow:hidden;padding:0}
.process-card img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover}
.process-card div{padding:20px}
.breadcrumbs{font-size:.9rem;color:var(--muted);padding:18px 0}
.breadcrumbs a{font-weight:750}
.faq{display:grid;gap:12px}
details{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px 18px}
summary{cursor:pointer;color:var(--ink);font-weight:850}
details p{color:#334155;margin-bottom:0}
.final-cta{
  background:linear-gradient(135deg,var(--blue),#061A3A);color:#fff;border-radius:32px;padding:clamp(28px,5vw,52px);overflow:hidden;position:relative
}
.final-cta h2,.final-cta p{color:#fff}
.final-cta .btn-secondary{border-color:rgba(255,255,255,.34);background:#fff;color:var(--blue)}
.site-footer{background:#fff;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.25fr repeat(4,1fr);gap:22px;padding-block:50px}
.footer-card,.footer-col{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 14px 34px rgba(15,23,42,.05)}
.footer-col h3,.footer-card h3{color:var(--ink);margin:0 0 12px}
.footer-col a{display:block;color:var(--blue);font-weight:730;padding:7px 0}
.footer-card p,.footer-bottom{color:#334155}
.footer-badges{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:18px 0;list-style:none}
.footer-badges li{background:var(--blue-soft);color:var(--blue);border:1px solid rgba(10,47,107,.14);border-radius:999px;padding:7px 10px;font-size:.86rem;font-weight:800}
.footer-bottom{display:flex;justify-content:space-between;gap:16px;padding:0 0 28px;font-weight:700}
.article-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:32px;align-items:start}
.sidebar{position:sticky;top:110px;display:grid;gap:14px}
.sidebar .content-box{padding:18px}
.sidebar a{display:block;font-weight:800;padding:8px 0}
@media (max-width:991px){
  body{padding-bottom:96px}
  .desktop-nav,.header-actions .lang-pill{display:none}
  .topbar{height:72px}
  .brand img{height:42px}
  .top-cta{min-height:42px;padding-inline:14px;font-size:.92rem}
  .mobile-bottom{
    position:fixed;left:12px;right:12px;bottom:12px;z-index:90;
    display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:8px;border:1px solid var(--line);border-radius:26px;
    background:rgba(255,255,255,.97);box-shadow:0 -14px 34px rgba(15,23,42,.12);backdrop-filter:blur(14px)
  }
  .mobile-bottom a,.mobile-bottom button{
    appearance:none;border:0;background:transparent;color:var(--muted);border-radius:18px;min-height:58px;
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:.78rem;font-weight:850
  }
  .mobile-bottom a.active,.mobile-bottom button[aria-expanded=true],.mobile-bottom .primary{background:var(--blue);color:#fff}
  .mobile-sheet{
    position:fixed;left:12px;right:12px;bottom:92px;z-index:91;background:#fff;border:1px solid var(--line);
    border-radius:28px;box-shadow:0 28px 54px rgba(15,23,42,.18);padding:18px
  }
  .mobile-sheet[hidden]{display:none}
  .mobile-sheet-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:10px}
  .mobile-sheet-close{width:40px;height:40px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--blue);font-size:1.4rem}
  .mobile-sheet-grid{display:grid;grid-template-columns:1fr;gap:16px;padding-top:14px}
  .mobile-sheet-col{display:grid;gap:8px}
  .mobile-sheet-col h3{margin:0;color:var(--ink)}
  .mobile-sheet-col a{background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:11px 12px;color:var(--ink);font-weight:750}
  .hero-grid,.grid-3,.grid-2,.photo-split,.footer-grid,.article-shell{grid-template-columns:1fr}
  .hero::before{width:100%;opacity:.13;background-position:center top;mask-image:linear-gradient(180deg,#000 0%,transparent 68%);-webkit-mask-image:linear-gradient(180deg,#000 0%,transparent 68%)}
  .hero::after{background:rgba(255,255,255,.88)}
  .hero-grid{padding-block:48px 70px}
  .hero h1{font-size:clamp(2.2rem,12vw,3.65rem);line-height:1}
  .hero-actions .btn,.cta-row .btn{width:100%}
  .footer-bottom{padding-bottom:112px;flex-direction:column}
  .sidebar{position:static}
}
@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}


/* ===== v202: branded images + fixed desktop/mobile menus + reusable WhatsApp widget ===== */

.site-header{
  z-index:120;
}
.topbar{
  gap:16px;
}
.desktop-nav{
  overflow:visible;
}
.mega{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:2px;
  border-radius:999px;
}
.mega-main-link{
  padding-right:9px!important;
}
.mega-toggle{
  appearance:none;
  border:1px solid transparent;
  background:transparent;
  color:var(--blue);
  width:36px;
  min-width:36px;
  height:42px;
  border-radius:999px;
  font-weight:900;
  cursor:pointer;
  display:inline-grid;
  place-items:center;
  transform-origin:center;
}
.mega:hover,.mega:focus-within{
  background:var(--blue-soft);
}
.mega:hover .mega-main-link,.mega:focus-within .mega-main-link{
  color:var(--blue);
}
.mega-toggle:hover,.mega-toggle[aria-expanded="true"]{
  background:#fff;
  border-color:rgba(10,47,107,.18);
  color:var(--red);
}
.mega-toggle[aria-expanded="true"]{
  transform:rotate(180deg);
}
.mega-panel{
  top:calc(100% + 12px)!important;
  left:50%!important;
  transform:translateX(-50%) translateY(0)!important;
  width:min(920px,calc(100vw - 32px));
  grid-template-columns:1fr 1fr .92fr;
  z-index:140;
}
.mega:hover .mega-panel,
.mega:focus-within .mega-panel{
  display:grid;
}
.mega-panel[hidden]{
  display:none!important;
}
.mega.is-open .mega-panel{
  display:grid!important;
}
.mega.is-open .mega-panel[hidden]{
  display:grid!important;
}
.mega-col a{
  position:relative;
  z-index:2;
}
.mega-note{
  background:linear-gradient(180deg,var(--blue-soft),#fff);
  border:1px solid rgba(10,47,107,.12);
  border-radius:22px;
  padding:16px;
}
.inline-cta{
  margin-top:8px;
}

/* Stronger hero image treatment after regenerated casual branded photos */
.hero::before{
  opacity:.42;
  width:min(62%,880px);
}
.hero-panel img{
  aspect-ratio:16/9;
}
.photo-card img,.process-card img{
  aspect-ratio:16/9;
}

/* Mobile mockup-inspired header and bottom app nav */
@media (max-width:991px){
  body{
    padding-bottom:104px;
  }
  .site-header{
    top:0;
    background:rgba(255,255,255,.94);
    border-bottom:0;
    box-shadow:none;
  }
  .topbar{
    width:calc(100% - 20px)!important;
    margin:10px auto 0;
    height:66px;
    padding:0 10px 0 16px;
    border:1px solid var(--line);
    border-radius:24px;
    background:rgba(255,255,255,.96);
    box-shadow:0 12px 32px rgba(15,23,42,.08);
  }
  .brand img{
    height:39px;
    max-width:170px;
  }
  .header-actions{
    display:flex!important;
  }
  .header-actions .top-cta{
    min-height:42px;
    min-width:42px;
    padding:0 13px;
    border-radius:18px;
    font-size:0;
    position:relative;
  }
  .header-actions .top-cta::before{
    content:"✆";
    font-size:1.12rem;
    line-height:1;
  }
  .desktop-nav,.header-actions .lang-pill{
    display:none!important;
  }

  .hero-grid{
    padding-block:38px 62px;
  }
  .hero{
    border-bottom:0;
  }
  .hero::before{
    width:100%;
    opacity:.22;
    background-position:center right;
    mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.28) 34%,#000 100%);
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.28) 34%,#000 100%);
  }
  .hero::after{
    background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.94) 48%,rgba(255,255,255,.62) 100%);
  }
  .hero h1{
    letter-spacing:-.05em;
  }
  .hero-panel{
    border-radius:28px;
  }

  .mobile-bottom{
    left:12px;
    right:12px;
    bottom:12px;
    padding:8px;
    gap:6px;
    border-radius:30px;
    border:1px solid rgba(220,230,242,.9);
    background:rgba(255,255,255,.96);
    box-shadow:0 -18px 42px rgba(15,23,42,.14);
    backdrop-filter:blur(18px) saturate(150%);
  }
  .mobile-bottom a,.mobile-bottom button{
    border-radius:22px;
    min-height:62px;
    color:#4B5563;
    transition:transform .18s ease,background .18s ease,color .18s ease;
  }
  .mobile-bottom a:hover,.mobile-bottom button:hover{
    transform:translateY(-1px);
    background:var(--blue-soft);
    color:var(--blue);
  }
  .mobile-bottom a.active,
  .mobile-bottom button.active,
  .mobile-bottom button[aria-expanded="true"],
  .mobile-bottom .primary.active{
    background:var(--blue-soft);
    color:var(--blue);
    box-shadow:inset 0 -3px 0 var(--blue);
  }
  .mobile-bottom .primary{
    background:transparent;
    color:#4B5563;
  }
  .mb-icon{
    width:26px;
    height:26px;
    border-radius:10px;
    display:grid;
    place-items:center;
    font-size:1.15rem;
    line-height:1;
  }
  .mobile-bottom a.active .mb-icon,
  .mobile-bottom button[aria-expanded="true"] .mb-icon{
    background:#fff;
    color:var(--blue);
    box-shadow:0 8px 18px rgba(10,47,107,.12);
  }

  .mobile-sheet{
    display:block;
    left:12px;
    right:12px;
    bottom:98px;
    z-index:130;
    max-height:min(72vh,620px);
    overflow:auto;
    border-radius:30px;
    border:1px solid var(--line);
    background:rgba(255,255,255,.98);
    box-shadow:0 30px 70px rgba(15,23,42,.20);
    backdrop-filter:blur(18px) saturate(155%);
  }
  .mobile-sheet[hidden]{
    display:none!important;
  }
  .mobile-sheet-head{
    position:sticky;
    top:0;
    background:rgba(255,255,255,.96);
    z-index:2;
    border-bottom:1px solid var(--line);
  }
  .mobile-sheet-grid{
    grid-template-columns:1fr;
  }
  .mobile-sheet-col a{
    min-height:46px;
    display:flex;
    align-items:center;
  }

  .wa-widget{
    right:18px!important;
    bottom:104px!important;
  }
}

/* Reusable WhatsApp bubble component */
.wa-widget{
  position:fixed;
  right:22px;
  bottom:24px;
  z-index:115;
  display:flex;
  align-items:flex-end;
  gap:12px;
  pointer-events:none;
}
.wa-float{
  pointer-events:auto;
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:64px;
  padding:10px 16px 10px 10px;
  border-radius:999px;
  background:#fff;
  color:var(--ink);
  border:1px solid var(--line);
  box-shadow:0 20px 50px rgba(15,23,42,.18);
  overflow:visible;
  text-decoration:none;
  isolation:isolate;
}
.wa-float:hover{
  color:var(--ink);
  transform:translateY(-2px);
}
.wa-icon{
  width:48px;
  height:48px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#22c55e,#16a34a);
  color:#fff;
  box-shadow:0 10px 24px rgba(34,197,94,.34);
  position:relative;
  z-index:2;
}
.wa-copy{
  display:grid;
  line-height:1.15;
  position:relative;
  z-index:2;
}
.wa-copy b{
  color:var(--ink);
  font-size:1rem;
}
.wa-copy small{
  color:#526071;
  font-weight:700;
  white-space:nowrap;
}
.wa-dot{
  position:absolute;
  top:6px;
  right:8px;
  width:13px;
  height:13px;
  border-radius:999px;
  background:var(--red);
  border:2px solid #fff;
  z-index:4;
  animation:waBlink 1.4s ease-in-out infinite;
}
.wa-ripple{
  position:absolute;
  left:10px;
  top:50%;
  width:48px;
  height:48px;
  border-radius:999px;
  transform:translateY(-50%);
  border:1px solid rgba(34,197,94,.35);
  z-index:-1;
  animation:waPulse 2.4s ease-out infinite;
}
.wa-ripple-two{
  animation-delay:.8s;
}
.wa-card{
  pointer-events:none;
  position:absolute;
  right:0;
  bottom:78px;
  width:min(270px,calc(100vw - 38px));
  padding:10px;
  border-radius:24px;
  background:rgba(255,255,255,.98);
  border:1px solid var(--line);
  box-shadow:0 24px 58px rgba(15,23,42,.16);
  opacity:0;
  transform:translateY(10px) scale(.96);
  transition:opacity .22s ease, transform .22s ease;
}
.wa-card img{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:18px;
}
.wa-card div{
  padding:8px 8px 4px;
  display:grid;
  gap:2px;
}
.wa-card b{
  color:var(--ink);
}
.wa-card span{
  color:#526071;
  font-weight:700;
  font-size:.9rem;
}
.wa-widget:hover .wa-card,
.wa-widget:focus-within .wa-card{
  opacity:1;
  transform:translateY(0) scale(1);
}
@keyframes waPulse{
  0%{opacity:.75;transform:translateY(-50%) scale(1)}
  100%{opacity:0;transform:translateY(-50%) scale(2.25)}
}
@keyframes waBlink{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(.78);opacity:.65}
}

@media (max-width:520px){
  .wa-float{
    width:64px;
    height:64px;
    padding:8px;
    justify-content:center;
  }
  .wa-copy{
    display:none;
  }
  .wa-card{
    display:none;
  }
  .wa-icon{
    width:48px;
    height:48px;
  }
}

@media (prefers-reduced-motion:reduce){
  .wa-ripple,.wa-dot{animation:none!important}
}



/* ===== v203 production-clean: click-stable desktop menu, localized WhatsApp, clean mobile labels ===== */
.mega{
  position:relative;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
}
.mega-trigger{
  appearance:none;
  border:1px solid transparent;
  background:transparent;
  color:var(--ink);
  min-height:44px;
  padding:0 15px;
  border-radius:999px;
  font-weight:850;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
}
.mega-trigger:hover,
.mega-trigger[aria-expanded="true"],
.mega.is-open .mega-trigger,
.mega.category-active .mega-trigger{
  background:var(--blue-soft);
  border-color:rgba(10,47,107,.14);
  color:var(--blue);
}
.mega-trigger[aria-expanded="true"] span{
  transform:rotate(180deg);
}
.mega-panel{
  top:calc(100% + 12px)!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:min(920px,calc(100vw - 32px));
  z-index:160;
  grid-template-columns:1fr 1fr .92fr;
}
.mega-panel[hidden]{
  display:none!important;
}
.mega.is-open .mega-panel{
  display:grid!important;
}
.mega-note{
  background:linear-gradient(180deg,var(--blue-soft),#fff);
  border:1px solid rgba(10,47,107,.12);
  border-radius:22px;
  padding:16px;
}
.mega-col a:focus,
.mobile-sheet-col a:focus,
.mobile-bottom a:focus,
.mobile-bottom button:focus,
.mega-trigger:focus{
  outline:3px solid rgba(10,47,107,.18);
  outline-offset:2px;
}

/* Prevent older hover CSS from opening/closing unexpectedly */
.mega:hover .mega-panel,
.mega:focus-within .mega-panel{
  display:inherit;
}
.mega:not(.is-open) .mega-panel{
  display:none!important;
}

/* Better active category states */
.desktop-nav .nav-link.active,
.desktop-nav .mega.category-active .mega-trigger{
  background:var(--blue-soft);
  border-color:rgba(10,47,107,.16);
  color:var(--blue);
}

/* Localized WhatsApp hover card: no image text, pure HTML */
.wa-card{
  width:min(286px,calc(100vw - 38px));
  padding:0;
  overflow:hidden;
}
.wa-card img{display:none!important}
.wa-card-top{
  display:flex;
  align-items:center;
  gap:8px;
  background:linear-gradient(135deg,var(--blue),var(--blue-2));
  color:#fff;
  padding:11px 14px;
}
.wa-card-top b{
  color:#fff;
}
.wa-card-body{
  padding:14px;
  background:#fff;
  display:grid;
  gap:5px;
}
.wa-card-body strong{
  color:var(--ink);
  font-size:1.05rem;
}
.wa-card-body p{
  color:#334155;
  margin:0;
  font-weight:750;
  line-height:1.45;
}
.wa-card-body small{
  color:#526071;
  line-height:1.45;
}
.wa-card-body em{
  color:var(--blue);
  font-style:normal;
  font-weight:850;
  margin-top:4px;
}

/* Mobile app navigation stability */
@media (max-width:991px){
  .mobile-bottom a.active,
  .mobile-bottom button.active,
  .mobile-bottom button[aria-expanded="true"]{
    background:var(--blue-soft);
    color:var(--blue);
    box-shadow:inset 0 -3px 0 var(--blue);
  }
  .mobile-bottom .primary{
    background:transparent;
    color:#4B5563;
  }
}



/* ===== v204 guard: mobile bottom app menu remains fixed at bottom ===== */
@media (max-width:991px){
  .mobile-bottom{
    display:grid!important;
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
    z-index:190!important;
  }
  .mobile-sheet{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    bottom:98px!important;
    z-index:191!important;
  }
}
@media (min-width:992px){
  .mobile-bottom,.mobile-sheet{display:none!important}
}



/* ===== v205 hard fix: bottom mobile menu is pinned to viewport ===== */
.mobile-bottom[data-fixed-bottom-nav="true"],
body > .mobile-bottom{
  position:fixed!important;
  left:max(12px,env(safe-area-inset-left))!important;
  right:max(12px,env(safe-area-inset-right))!important;
  bottom:calc(10px + env(safe-area-inset-bottom))!important;
  z-index:9990!important;
}
.mobile-sheet[data-fixed-mobile-sheet="true"],
body > .mobile-sheet{
  position:fixed!important;
  left:max(12px,env(safe-area-inset-left))!important;
  right:max(12px,env(safe-area-inset-right))!important;
  bottom:calc(92px + env(safe-area-inset-bottom))!important;
  z-index:9991!important;
}
@media (max-width:991px){
  html,body{min-height:100%!important}
  body{padding-bottom:calc(112px + env(safe-area-inset-bottom))!important}
  body > .mobile-bottom{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    transform:none!important;
    visibility:visible!important;
    opacity:1!important;
  }
  body > .mobile-sheet[hidden]{display:none!important}
  body > .mobile-sheet:not([hidden]){display:block!important}
  /* If JS has not moved the mobile nav to body yet, keep the header-contained fixed nav visible. */
}
@media (min-width:992px){
  body > .mobile-bottom,
  body > .mobile-sheet{display:none!important}
}



/* ===== v206: mobile header language flag + remove top contact button ===== */
@media (max-width:991px){
  .site-header .topbar{
    grid-template-columns:auto 1fr auto;
  }
  .site-header .header-actions{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
  }
  .site-header .header-actions .top-cta{
    display:none!important;
  }
  .site-header .header-actions .lang-pill,
  .site-header .header-actions a.lang-pill[data-mobile-language="true"]{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    min-height:42px!important;
    height:42px!important;
    padding:0 12px!important;
    border-radius:18px!important;
    background:var(--blue-soft)!important;
    border:1px solid rgba(10,47,107,.16)!important;
    color:var(--blue)!important;
    box-shadow:0 10px 22px rgba(10,47,107,.08)!important;
    font-size:.9rem!important;
    font-weight:900!important;
    line-height:1!important;
    gap:7px!important;
  }
  .site-header .header-actions .lang-pill span:first-child{
    font-size:1.22rem!important;
    line-height:1!important;
  }
  .site-header .header-actions .lang-pill span:last-child{
    font-size:.86rem!important;
    letter-spacing:.02em!important;
  }
  .site-header .header-actions .lang-pill:focus,
  .site-header .header-actions .lang-pill:hover{
    background:#fff!important;
    color:var(--red)!important;
    border-color:rgba(215,38,61,.22)!important;
  }
}
@media (min-width:992px){
  .site-header .header-actions .top-cta{
    display:inline-flex!important;
  }
}



/* ===== v207 article patch ===== */
.article-hero .hero-panel img{aspect-ratio:16/9;object-fit:cover}
.article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 24px;
  color:#526071;
  font-size:.92rem;
  font-weight:750;
}
.article-meta span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 10px;
  border-radius:999px;
  background:var(--soft);
  border:1px solid var(--line);
}
.article-content{
  padding:clamp(22px,4vw,38px);
}
.article-content h2{
  color:var(--ink);
  font-size:clamp(1.36rem,2.2vw,2rem);
  line-height:1.15;
  letter-spacing:-.025em;
  margin:30px 0 10px;
}
.article-content p{
  color:#243244;
  font-size:1.05rem;
  line-height:1.82;
}
.article-callout{
  margin-top:34px;
  padding:24px;
  border-radius:24px;
  background:linear-gradient(135deg,var(--blue-soft),#fff);
  border:1px solid rgba(10,47,107,.14);
}
.article-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.article-card{
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  border-radius:26px;
  box-shadow:var(--shadow);
}
.article-card-img{
  display:block;
  overflow:hidden;
}
.article-card-img img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  transition:transform .28s ease;
}
.article-card:hover .article-card-img img{
  transform:scale(1.035);
}
.article-card-body{
  padding:20px;
}
.article-card-body h2{
  font-size:1.22rem;
  line-height:1.2;
  letter-spacing:-.02em;
  margin:12px 0 9px;
}
.article-card-body h2 a{
  color:var(--ink);
}
.article-card-body p{
  color:#334155;
}
.read-more{
  font-weight:900;
}
@media (max-width:991px){
  .article-grid{grid-template-columns:1fr}
  .article-shell{grid-template-columns:1fr!important}
  .article-content p{font-size:1rem;line-height:1.75}
}



/* ===== v208 article stage 2 polish ===== */
.article-grid{
  align-items:stretch;
}
.article-card{
  height:100%;
}
.article-card-body{
  display:grid;
  gap:8px;
}
.article-card-body .pill{
  justify-self:start;
}
.article-content ul{
  color:#243244;
  line-height:1.8;
  font-size:1.03rem;
}
.article-callout .btn{
  margin-top:8px;
}
@media (max-width:991px){
  .article-grid{gap:18px}
}



/* ===== v209 article stage 3 polish ===== */
.article-card-body h2{
  min-height:2.35em;
}
.article-card-body p{
  min-height:4.8em;
}
@media (max-width:991px){
  .article-card-body h2,
  .article-card-body p{
    min-height:0;
  }
}



/* ===== v210 article stage 4 polish ===== */
.article-grid{
  grid-auto-rows:1fr;
}
.article-card-body{
  align-content:start;
}
.article-card-body h2{
  min-height:2.45em;
}
.article-card-body p{
  min-height:5.1em;
}
@media (max-width:991px){
  .article-card-body h2,
  .article-card-body p{
    min-height:0;
  }
}



/* ===== v211 article stage 5 polish ===== */
.article-card-body h2{
  min-height:2.55em;
}
.article-card-body p{
  min-height:5.2em;
}
@media (max-width:991px){
  .article-card-body h2,
  .article-card-body p{
    min-height:0;
  }
}



/* ===== v212 article stage 6 polish ===== */
.article-card-body h2{
  min-height:2.65em;
}
.article-card-body p{
  min-height:5.3em;
}
@media (max-width:991px){
  .article-card-body h2,
  .article-card-body p{
    min-height:0;
  }
}
