
:root{
  --navy:#06142a;
  --navy2:#092448;
  --gold:#d8a84f;
  --gold2:#f1c86d;
  --cream:#f7f2e8;
  --white:#ffffff;
  --text:#111827;
  --muted:#566072;
  --green:#0c7a4b;
  --line:#e6e0d2;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  font-family: Arial, Helvetica, sans-serif;
  background:#f8f8f6;
  color:var(--text);
  line-height:1.55;
}

a{text-decoration:none;color:inherit}

.topbar{
  position:relative;
  z-index:10;
  padding:18px 34px;
  background:rgba(255,255,255,.98);
  display:flex;
  align-items:center;
  justify-content:space-between;
  box-shadow:0 4px 18px rgba(0,0,0,.05);
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--navy);
}

.brand-icon{
  width:40px;
  height:40px;
  border:2px solid var(--gold);
  color:var(--gold);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
}

.brand strong{
  font-size:25px;
  letter-spacing:-.5px;
}

.brand span{
  display:block;
  color:#b0843f;
  letter-spacing:6px;
  font-size:10px;
  margin-top:-5px;
}

.desktop-nav{
  display:flex;
  gap:30px;
  font-weight:700;
  color:#0d1830;
}

.top-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.quote-btn{
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  padding:13px 20px;
  border-radius:8px;
  font-weight:800;
  color:#1c2430;
}

#langSwitcher{
  padding:11px 10px;
  border:1px solid #ddd;
  border-radius:8px;
  background:white;
  font-weight:700;
}

.hero{
  min-height:560px;
  background:var(--navy);
  display:grid;
  grid-template-columns:1.15fr .85fr;
  overflow:hidden;
  color:white;
}

.hero-left{
  padding:75px 50px 70px;
  max-width:760px;
  margin-left:auto;
}

.eyebrow{
  color:var(--gold2);
  font-weight:900;
  letter-spacing:1.5px;
  font-size:14px;
  margin-bottom:24px;
}

.hero h1{
  font-size:60px;
  line-height:1.08;
  letter-spacing:-1.8px;
  margin-bottom:24px;
}

.hero-text{
  font-size:19px;
  color:#e4eaf4;
  max-width:620px;
  margin-bottom:32px;
}

.hero-points{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  max-width:650px;
  margin-bottom:34px;
}

.hero-points div{
  display:flex;
  gap:10px;
  align-items:center;
  border-right:1px solid rgba(255,255,255,.18);
}

.hero-points span{
  color:var(--gold2);
  font-size:26px;
}

.hero-points p{
  font-weight:700;
  color:#eef3fb;
  font-size:14px;
}

.hero-buttons{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.btn-primary,.btn-secondary{
  padding:15px 22px;
  border-radius:8px;
  font-weight:900;
}

.btn-primary{
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#121927;
}

.btn-secondary{
  border:1px solid var(--gold);
  color:white;
}

.hero-right{
  position:relative;
  min-height:560px;
  clip-path:ellipse(88% 78% at 72% 50%);
}

.hero-right img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.saving-card{
  position:absolute;
  right:70px;
  bottom:65px;
  background:rgba(6,20,42,.86);
  border:1px solid rgba(216,168,79,.35);
  backdrop-filter:blur(8px);
  padding:24px;
  border-radius:10px;
  width:260px;
}

.saving-card p{
  color:white;
  margin-bottom:10px;
}

.saving-card strong{
  display:block;
  color:var(--gold2);
  font-size:42px;
  line-height:1;
  margin-bottom:8px;
}

.saving-card span{
  color:#e6edf5;
  font-size:14px;
}

.ai-strip{
  background:white;
  max-width:1180px;
  margin:36px auto 0;
  padding:28px 28px 34px;
  border-radius:12px;
  box-shadow:0 16px 40px rgba(8,18,36,.08);
}

.section-overline{
  text-align:center;
  font-weight:900;
  letter-spacing:1.3px;
  color:#1a2840;
  margin-bottom:20px;
}

.ai-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.ai-cards article{
  border:1px solid #ececec;
  border-radius:10px;
  padding:24px;
  display:grid;
  grid-template-columns:58px 1fr;
  gap:16px;
  align-items:start;
}

.ai-icon{
  width:58px;
  height:58px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-size:28px;
  grid-row:span 2;
}

.blue{background:#1d63e9}
.green{background:#62b53f}
.purple{background:#7045d9}

.ai-cards h3{
  color:#10192d;
  font-size:18px;
  margin-bottom:6px;
}

.ai-cards p{
  color:#566072;
  font-size:14px;
}

.section{
  max-width:1180px;
  margin:auto;
  padding:72px 22px;
}

.section-header{
  text-align:center;
  max-width:820px;
  margin:0 auto 32px;
}

.section-header h2{
  font-size:30px;
  text-transform:uppercase;
  letter-spacing:.7px;
  color:#151c2e;
  margin-bottom:10px;
}

.section-header p{
  color:#5c6677;
  font-size:18px;
}

.category-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.cat-card{
  background:white;
  border:1px solid #e7e7e7;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(6,20,42,.08);
  transition:transform .25s ease, box-shadow .25s ease;
}

.cat-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 42px rgba(6,20,42,.13);
}

.photo-wrap{
  height:205px;
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#0b2347,#102f61);
}

.photo-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(6,20,42,.25));
}

.photo-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}

.cat-card:hover .photo-wrap img{
  transform:scale(1.06);
}

.cat-card div:not(.photo-wrap){
  padding:18px;
}

.cat-card h3{
  font-size:20px;
  margin-bottom:7px;
  color:#101a32;
}

.cat-card p{
  color:#313b4f;
  font-size:15px;
  min-height:70px;
}

.cat-card strong{
  color:var(--green);
  display:block;
  margin-top:10px;
  font-size:15px;
}

.note{
  text-align:center;
  margin-top:26px;
  color:#667085;
  font-size:14px;
}

.services{
  max-width:none;
  background:var(--navy);
  color:white;
}

.services .section-header,
.services .service-grid{
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}

.services .section-header h2{
  color:white;
}

.services .section-header p{
  color:#d3dbe7;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.service-grid article{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  padding:24px;
}

.service-grid span{
  color:var(--gold2);
  font-size:28px;
  font-weight:900;
}

.service-grid h3{
  margin:18px 0 8px;
}

.service-grid p{
  color:#d6deea;
}

.why{
  background:linear-gradient(135deg,#06142a,#0b274f);
  color:white;
  padding:58px 22px;
}

.why h2{
  text-align:center;
  margin-bottom:32px;
  font-size:29px;
}

.why-grid{
  max-width:1180px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:22px;
}

.why-grid div{
  display:flex;
  gap:14px;
  align-items:center;
}

.why-grid span{
  color:var(--gold2);
  font-size:34px;
}

.why-grid p{
  font-weight:700;
}

.pricing{
  background:#f7f2e8;
  max-width:none;
}

.pricing .section-header,
.price-grid{
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}

.price-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.price-grid article{
  background:white;
  border:1px solid var(--line);
  border-radius:12px;
  padding:26px;
  box-shadow:0 10px 26px rgba(0,0,0,.05);
}

.price-grid .featured{
  border:2px solid var(--gold);
}

.price-grid strong{
  color:#9b6a1d;
  font-size:24px;
  display:block;
  margin:14px 0;
}

.contact{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:start;
}

.contact-left{
  background:var(--navy);
  color:white;
  padding:34px;
  border-radius:12px;
}

.contact-left h2{
  font-size:32px;
  margin-bottom:14px;
}

.contact-left p{
  color:#dce5f2;
  margin-bottom:22px;
}

.payment-tags{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.payment-tags span{
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  padding:9px 12px;
  border-radius:999px;
}

.contact-form{
  background:white;
  border:1px solid #e4e4e4;
  border-radius:12px;
  padding:28px;
  display:grid;
  gap:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
}

.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

input,textarea{
  width:100%;
  padding:15px;
  border:1px solid #d7d7d7;
  border-radius:8px;
  font-size:15px;
}

button{
  border:none;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  padding:15px;
  border-radius:8px;
  font-weight:900;
  cursor:pointer;
}

.back-to-top{
  position:fixed;
  right:18px;
  bottom:18px;
  width:48px;
  height:48px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#111827;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:22px;
  box-shadow:0 8px 25px rgba(0,0,0,.22);
  z-index:30;
}

footer{
  background:#06142a;
  color:white;
  text-align:center;
  padding:22px;
}

@media(max-width:980px){
  .topbar{
    padding:16px;
    flex-direction:column;
    gap:14px;
  }

  .desktop-nav{
    flex-wrap:wrap;
    justify-content:center;
    gap:16px;
  }

  .top-actions{
    flex-wrap:wrap;
    justify-content:center;
  }

  .hero{
    grid-template-columns:1fr;
  }

  .hero-left{
    padding:54px 24px;
    margin:0;
    text-align:center;
  }

  .hero h1{
    font-size:40px;
  }

  .hero-points{
    grid-template-columns:1fr 1fr;
  }

  .hero-points div{
    border-right:none;
    justify-content:center;
  }

  .hero-buttons{
    justify-content:center;
  }

  .hero-right{
    clip-path:none;
    min-height:320px;
  }

  .saving-card{
    right:22px;
    bottom:22px;
  }

  .ai-strip{
    margin:24px 14px 0;
  }

  .ai-cards,
  .category-grid,
  .service-grid,
  .why-grid,
  .price-grid,
  .contact,
  .form-row{
    grid-template-columns:1fr;
  }

  .section-header h2{
    font-size:25px;
  }
}


.mini-banner{
  padding-top:20px;
}

.mini-banner-box{
  background:linear-gradient(135deg,#0b2347,#12396f);
  color:white;
  border-radius:16px;
  padding:38px;
  text-align:center;
  box-shadow:0 12px 30px rgba(6,20,42,.12);
}

.mini-banner-box h2{
  font-size:32px;
  margin-bottom:12px;
  color:#f1c86d;
}

.mini-banner-box p{
  max-width:850px;
  margin:auto;
  color:#e5edf8;
  font-size:18px;
}


.product-discovery{
  max-width:none;
  background:linear-gradient(180deg,#fff,#f7f2e8);
}

.product-discovery .section-header,
.product-discovery .opportunity-grid,
.product-discovery .discovery-box,
.product-discovery .note{
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}

.section-tag{
  display:inline-block;
  color:#9b6a1d;
  font-weight:900;
  letter-spacing:1.4px;
  font-size:13px;
  margin-bottom:10px;
}

.opportunity-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.opportunity-card{
  background:white;
  border:1px solid #e6e0d2;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(6,20,42,.08);
  display:flex;
  flex-direction:column;
}

.opportunity-card img{
  width:100%;
  height:170px;
  object-fit:cover;
  display:block;
}

.opportunity-body{
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1;
}

.product-badge{
  align-self:flex-start;
  background:#fff4dd;
  border:1px solid #ead0a5;
  color:#7a4d11;
  padding:6px 10px;
  border-radius:999px;
  font-weight:900;
  font-size:12px;
}

.opportunity-card h3{
  color:#101a32;
  font-size:19px;
}

.opportunity-card p{
  color:#4b5563;
  font-size:14px;
}

.price-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:8px 0;
  border-top:1px solid #edf0f3;
  color:#566072;
  font-size:13px;
}

.price-row strong{
  color:#101a32;
  white-space:nowrap;
}

.saving-line{
  color:#0c7a4b!important;
  font-weight:900;
  font-size:14px!important;
}

.mini-cta{
  margin-top:auto;
  background:#06142a;
  color:white;
  padding:11px 14px;
  border-radius:8px;
  font-weight:900;
  text-align:center;
}

.discovery-box{
  margin-top:28px;
  background:linear-gradient(135deg,#06142a,#0b274f);
  color:white;
  border-radius:16px;
  padding:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  box-shadow:0 14px 34px rgba(6,20,42,.16);
}

.discovery-box h3{
  font-size:26px;
  margin-bottom:8px;
  color:#f1c86d;
}

.discovery-box p{
  color:#e4eaf4;
  max-width:780px;
}

@media(max-width:980px){
  .opportunity-grid{
    grid-template-columns:1fr;
  }

  .discovery-box{
    flex-direction:column;
    text-align:center;
  }
}


.paypal-section{
  max-width:none;
  background:#fff;
  padding-top:60px;
  padding-bottom:60px;
}

.paypal-box{
  max-width:1180px;
  margin:auto;
  background:linear-gradient(135deg,#06142a,#0b274f);
  color:white;
  border-radius:18px;
  padding:34px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:28px;
  align-items:center;
  box-shadow:0 18px 44px rgba(6,20,42,.18);
}

.paypal-box h2{
  font-size:34px;
  margin:8px 0 12px;
  color:#f1c86d;
}

.paypal-box p{
  color:#e4eaf4;
  font-size:17px;
}

.paypal-note{
  margin-top:12px;
  font-size:14px!important;
  color:#cfd8e8!important;
}

.paypal-actions{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.paypal-btn{
  background:linear-gradient(135deg,#f1c86d,#d8a84f);
  color:#111827;
  padding:15px 18px;
  border-radius:10px;
  font-weight:900;
  text-align:center;
}

.paypal-secondary{
  border:1px solid rgba(255,255,255,.35);
  color:white;
  padding:14px 18px;
  border-radius:10px;
  font-weight:900;
  text-align:center;
}

@media(max-width:980px){
  .paypal-box{
    grid-template-columns:1fr;
    text-align:center;
  }
}

.process-section{max-width:none;background:#fff}
.process-section .section-header,.process-grid{max-width:1180px;margin-left:auto;margin-right:auto}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.process-grid article{background:#fff;border:1px solid #e6e0d2;border-radius:14px;padding:24px;box-shadow:0 10px 28px rgba(6,20,42,.06)}
.process-grid span{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:50%;background:#06142a;color:#f1c86d;font-weight:900;margin-bottom:18px}
.process-grid h3{color:#101a32;margin-bottom:10px;font-size:19px}
.process-grid p{color:#566072}
@media(max-width:980px){.process-grid{grid-template-columns:1fr}}

.knowledge-section,.detailed-process{max-width:none;background:#fff}
.product-guide,.faq-section{max-width:none;background:#f7f2e8}
.knowledge-section .section-header,.knowledge-grid,.product-guide .section-header,.guide-list,.detailed-process .section-header,.timeline,.faq-section .section-header,.faq-grid{max-width:1180px;margin-left:auto;margin-right:auto}
.knowledge-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.knowledge-grid article,.guide-list article{background:white;border:1px solid #e6e0d2;border-radius:14px;padding:22px;box-shadow:0 10px 26px rgba(6,20,42,.06)}
.knowledge-grid h3,.guide-list h3{color:#101a32;margin-bottom:10px;font-size:18px}
.knowledge-grid p,.guide-list p{color:#566072;font-size:15px}
.guide-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.timeline div{background:#fff;border:1px solid #e6e0d2;border-radius:14px;padding:22px;box-shadow:0 10px 26px rgba(6,20,42,.06)}
.timeline strong{display:inline-block;color:#d8a84f;font-size:28px;margin-bottom:10px}
.timeline h3{color:#101a32;margin-bottom:8px}.timeline p{color:#566072}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.faq-grid details{background:#fff;border:1px solid #e6e0d2;border-radius:12px;padding:18px;box-shadow:0 8px 20px rgba(6,20,42,.05)}
.faq-grid summary{cursor:pointer;color:#101a32;font-weight:900;font-size:17px}.faq-grid p{margin-top:12px;color:#566072}
@media(max-width:980px){.knowledge-grid,.guide-list,.timeline,.faq-grid{grid-template-columns:1fr}}

.hamburger{
  display:none;
  background:#06142a;
  color:#f1c86d;
  border:none;
  width:42px;
  height:42px;
  border-radius:8px;
  font-size:24px;
  font-weight:900;
  align-items:center;
  justify-content:center;
}

.back-to-top{
  left:18px!important;
  right:auto!important;
  bottom:18px!important;
}

@media(max-width:980px){
  .hamburger{
    display:flex;
    order:2;
  }

  .topbar{
    position:relative;
  }

  .desktop-nav{
    display:none;
    width:100%;
    order:4;
    background:white;
    border-top:1px solid #eee;
    padding-top:12px;
    margin-top:4px;
  }

  .desktop-nav.nav-open{
    display:flex;
    flex-direction:column;
    gap:8px;
  }

  .desktop-nav.nav-open a{
    padding:12px;
    border-radius:8px;
    background:#f7f2e8;
    text-align:center;
  }

  .brand{
    order:1;
  }

  .top-actions{
    order:3;
  }
}


/* V21 fixes */
.hamburger{
  display:none;
  background:#06142a;
  color:#f1c86d;
  border:0;
  width:44px;
  height:44px;
  border-radius:10px;
  font-size:25px;
  font-weight:900;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  line-height:1;
}

.hamburger.active{
  background:#d8a84f;
  color:#06142a;
}

.back-to-top{
  position:fixed!important;
  left:18px!important;
  right:auto!important;
  bottom:18px!important;
  width:50px!important;
  height:50px!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,#f1c86d,#d8a84f)!important;
  color:#06142a!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:24px!important;
  font-weight:900!important;
  z-index:999999!important;
  box-shadow:0 8px 25px rgba(0,0,0,.25)!important;
  text-decoration:none!important;
}

@media(max-width:980px){
  .topbar{
    align-items:center!important;
  }

  .hamburger{
    display:flex!important;
  }

  .desktop-nav{
    display:none!important;
    width:100%!important;
    flex-direction:column!important;
    gap:8px!important;
    background:#fff!important;
    padding:14px!important;
    border-top:1px solid #eee!important;
    margin-top:8px!important;
    border-radius:0 0 12px 12px!important;
  }

  .desktop-nav.nav-open{
    display:flex!important;
  }

  .desktop-nav a{
    padding:13px 14px!important;
    background:#f7f2e8!important;
    border-radius:9px!important;
    text-align:center!important;
    color:#06142a!important;
    width:100%!important;
  }
}


/* V22 definitive menu + back-to-top fix */
.topbar{
  position:relative!important;
  z-index:10000!important;
}

.hamburger{
  display:none;
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  border:0!important;
  border-radius:10px!important;
  background:#06142a!important;
  color:#f1c86d!important;
  font-size:28px!important;
  font-weight:900!important;
  line-height:1!important;
  cursor:pointer!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
}

.back-to-top{
  position:fixed!important;
  left:18px!important;
  right:auto!important;
  bottom:24px!important;
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#f1c86d,#d8a84f)!important;
  color:#06142a!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:26px!important;
  font-weight:900!important;
  z-index:2147483647!important;
  box-shadow:0 8px 26px rgba(0,0,0,.30)!important;
  text-decoration:none!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}

@media(max-width:980px){
  .topbar{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:12px!important;
    align-items:center!important;
    justify-content:space-between!important;
  }

  .brand{
    flex:1 1 auto!important;
  }

  .hamburger{
    display:flex!important;
    order:2!important;
  }

  .top-actions{
    order:3!important;
    width:100%!important;
    justify-content:center!important;
  }

  #mainNav.desktop-nav{
    display:none!important;
    order:4!important;
    width:100%!important;
    flex-direction:column!important;
    gap:8px!important;
    background:#ffffff!important;
    border-top:1px solid #e6e0d2!important;
    padding:12px!important;
    margin-top:4px!important;
    box-shadow:0 10px 24px rgba(6,20,42,.08)!important;
  }

  #mainNav.desktop-nav.nav-open{
    display:flex!important;
  }

  #mainNav.desktop-nav a{
    display:block!important;
    width:100%!important;
    padding:13px 14px!important;
    border-radius:10px!important;
    background:#f7f2e8!important;
    color:#06142a!important;
    text-align:center!important;
    font-weight:900!important;
  }

  .back-to-top{
    left:14px!important;
    bottom:18px!important;
  }
}


/* V23 definitive CSS-only mobile menu */
.mobile-menu{
  display:none;
}

.mobile-menu summary{
  list-style:none;
  cursor:pointer;
  width:46px;
  height:46px;
  border-radius:10px;
  background:#06142a;
  color:#f1c86d;
  font-size:28px;
  font-weight:900;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:46px;
}

.mobile-menu summary::-webkit-details-marker{
  display:none;
}

.mobile-menu[open] summary{
  background:#d8a84f;
  color:#06142a;
}

.mobile-menu[open] summary::before{
  content:"×";
}

.mobile-menu[open] summary{
  font-size:0;
}

.mobile-menu-panel{
  position:absolute;
  left:14px;
  right:14px;
  top:calc(100% + 8px);
  background:#ffffff;
  border:1px solid #e6e0d2;
  border-radius:14px;
  box-shadow:0 18px 44px rgba(6,20,42,.18);
  padding:12px;
  z-index:999999;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.mobile-menu-panel a{
  display:block;
  width:100%;
  padding:14px;
  border-radius:10px;
  background:#f7f2e8;
  color:#06142a!important;
  font-weight:900;
  text-align:center;
}

.back-to-top{
  position:fixed!important;
  left:16px!important;
  right:auto!important;
  bottom:calc(18px + env(safe-area-inset-bottom))!important;
  width:54px!important;
  height:54px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#f1c86d,#d8a84f)!important;
  color:#06142a!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:28px!important;
  font-weight:900!important;
  z-index:2147483647!important;
  box-shadow:0 10px 30px rgba(0,0,0,.32)!important;
  text-decoration:none!important;
  opacity:1!important;
  visibility:visible!important;
}

@media(max-width:980px){
  .topbar{
    position:relative!important;
    z-index:999998!important;
  }

  .desktop-nav{
    display:none!important;
  }

  .mobile-menu{
    display:block!important;
    order:2!important;
  }

  .brand{
    order:1!important;
  }

  .top-actions{
    order:3!important;
    width:100%!important;
    justify-content:center!important;
  }
}


/* V24 cleanup: no dropdown menu, simple reliable navigation */
.hamburger,
.mobile-menu,
.mobile-menu-panel{
  display:none!important;
}

.topbar{
  position:relative!important;
}

.desktop-nav{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:center!important;
}

.back-to-top{
  position:fixed!important;
  left:16px!important;
  right:auto!important;
  bottom:18px!important;
  width:52px!important;
  height:52px!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,#f1c86d,#d8a84f)!important;
  color:#06142a!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:28px!important;
  font-weight:900!important;
  z-index:2147483647!important;
  box-shadow:0 8px 25px rgba(0,0,0,.28)!important;
  text-decoration:none!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}

@media(max-width:980px){
  .topbar{
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
    padding:16px!important;
  }

  .desktop-nav{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    width:100%!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }

  .desktop-nav a{
    display:inline-flex!important;
    padding:9px 11px!important;
    border-radius:999px!important;
    background:#f7f2e8!important;
    color:#06142a!important;
    font-weight:800!important;
    font-size:13px!important;
  }

  .top-actions{
    width:100%!important;
    justify-content:center!important;
  }

  .back-to-top{
    left:14px!important;
    bottom:18px!important;
  }
}


/* V25 image + back button fixes */
.back-to-top{
  position:fixed!important;
  left:16px!important;
  right:auto!important;
  bottom:18px!important;
  width:52px!important;
  height:52px!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,#f1c86d,#d8a84f)!important;
  color:#06142a!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:28px!important;
  font-weight:900!important;
  z-index:2147483647!important;
  box-shadow:0 8px 25px rgba(0,0,0,.28)!important;
  text-decoration:none!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}

@media(max-width:980px){
  .back-to-top{
    left:14px!important;
    right:auto!important;
    bottom:18px!important;
  }
}
