*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-padding-top:68px}
html{scroll-behavior:smooth}
body{font-family:'Sora',sans-serif;background:#F5F0EB;color:#0B1F4B;overflow-x:hidden}
:root{
  --navy:#0B1F4B;--blue:#2563EB;--blue-light:#EFF6FF;
  --white:#fff;--gray:#F8FAFC;--muted:#64748B;--border:#E2E8F0;
  --cream:#F5F0EB;--gold:#C8A86A;
}

/* NAV */
nav{
  position:fixed;top:0;left:0;right:0;z-index:999;
  display:flex;align-items:center;
  padding:0 48px;height:68px;
  background:rgba(255,255,255,0.97);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--border);
}
.nav-links{margin-left:auto}
.logo{font-size:20px;font-weight:800;color:var(--navy);letter-spacing:-0.4px;display:flex;align-items:center;gap:10px;text-decoration:none}
.logo img{height:38px;width:auto;display:block;object-fit:contain}
.logo-text{display:flex;flex-direction:column;line-height:1}
.logo-name{font-weight:800;font-size:18px}
.logo-tag{font-size:9px;font-weight:600;color:var(--blue);letter-spacing:1.4px;margin-top:3px}
.logo-center{display:none;align-items:center;text-decoration:none}
.logo-center img{height:40px;width:auto;display:block;object-fit:contain}
.logo-icon{width:32px;height:32px;background:var(--navy);border-radius:8px;display:flex;align-items:center;justify-content:center}
.logo-icon svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none}
.nav-links a{text-decoration:none;font-size:14px;font-weight:500;color:var(--muted);transition:color .2s}
.nav-links a:hover{color:var(--navy)}
.nav-right{display:flex;align-items:center;gap:12px}
.btn-outline-nav{
  display:none;
  border:1.5px solid var(--border);color:var(--navy);
  padding:9px 22px;border-radius:100px;
  font-size:14px;font-weight:600;text-decoration:none;
  margin-left:24px;
  transition:border-color .2s ease;
}
.btn-outline-nav.is-visible{
  display:inline-flex;align-items:center;
  animation:navBtnIn .35s cubic-bezier(.16,1,.3,1);
}
.btn-outline-nav:hover{border-color:var(--navy)}
@keyframes navBtnIn{
  from{opacity:0;transform:translateX(16px)}
  to{opacity:1;transform:translateX(0)}
}
.btn-filled-nav{
  background:var(--navy);color:#fff;
  padding:9px 22px;border-radius:100px;
  font-size:14px;font-weight:600;text-decoration:none;
  transition:background .2s;
}
.btn-filled-nav:hover{background:var(--blue)}

/* ============ HERO ============ */
.hero-wrap{
  margin-top:68px;
  padding:20px 24px 0;
  background:var(--cream);
}

/* trust pill — top of frame (3-zone layout: pill / title / CTA) */
.hero-trust-pill{
  display:inline-flex;align-items:center;gap:13px;
  background:rgba(255,255,255,0.96);
  border:1px solid rgba(255,255,255,0.7);
  border-radius:100px;
  padding:7px 22px 7px 7px;
  margin:0 auto;
  box-shadow:0 10px 30px rgba(0,0,0,0.22),0 1px 0 rgba(255,255,255,0.55) inset;
  backdrop-filter:blur(12px);
  align-self:center;
  animation:ediFadeIn .8s ease both;animation-delay:.2s;
}
.htp-stack{display:flex;align-items:center;flex-shrink:0}
.htp-av{
  width:32px;height:32px;border-radius:50%;
  border:2px solid #fff;
  font-size:10.5px;font-weight:700;color:#fff;
  display:flex;align-items:center;justify-content:center;
  margin-left:-8px;flex-shrink:0;
  box-shadow:0 2px 5px rgba(11,31,75,0.16);
  letter-spacing:0.3px;
}
.htp-av:first-child{margin-left:0}
.htp-av.a1{background:linear-gradient(135deg,#1E5BB8,#2E7AD9)}
.htp-av.a2{background:linear-gradient(135deg,#0A1F44,#1a4486)}
.htp-av.a3{background:linear-gradient(135deg,#C8A86A,#a78a4d)}
.htp-av.a4{background:linear-gradient(135deg,#0E7A4D,#16a34a)}
.htp-info{display:flex;flex-direction:column;line-height:1.25;min-width:0}
.htp-text{font-size:12.5px;color:var(--navy);font-weight:500;letter-spacing:-0.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.htp-text b{color:var(--blue);font-weight:600}
.htp-stars{color:#F59E0B;font-size:11px;letter-spacing:0.5px;display:block;margin-top:3px;font-weight:500}
.htp-stars em{font-style:normal;color:var(--gold);font-weight:600;margin-left:2px}
.hero-img-container{width:100%}
.hero-img-container{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  width:100%;
  background:#fff;
  background-image:
    radial-gradient(circle at 20% 20%,rgba(30,91,184,0.06),transparent 40%),
    radial-gradient(circle at 80% 80%,rgba(200,168,106,0.08),transparent 50%);
  box-shadow:0 1px 0 rgba(255,255,255,0.6) inset, 0 24px 60px -16px rgba(11,31,75,0.18);
  border:1px solid rgba(255,255,255,0.6);
}

/* === Editorial hero (v4 magazine) — fits inside .hero-img-container.hero-edi-box === */
.hero-img-container.hero-edi-box{
  background:#06152F;
  background-image:none;
  border:1px solid rgba(255,255,255,0.08);
  box-shadow:0 1px 0 rgba(255,255,255,0.06) inset,0 30px 70px -20px rgba(11,31,75,0.5);
  color:#fff;
}

/* top bar */
.edi-topbar{
  position:relative;z-index:5;
  display:flex;justify-content:space-between;align-items:center;
  padding:14px 32px;
  border-bottom:1px solid rgba(255,255,255,0.1);
  font-size:11px;letter-spacing:1.5px;text-transform:uppercase;
  font-weight:600;color:rgba(255,255,255,0.65);
}
.edi-tick{display:inline-flex;align-items:center;gap:8px}
.edi-tick-dot{
  width:7px;height:7px;border-radius:50%;background:#22C55E;
  box-shadow:0 0 0 4px rgba(34,197,94,0.18);
  animation:ediPulse 1.6s ease-in-out infinite;
}
@keyframes ediPulse{0%,100%{opacity:1}50%{opacity:0.5}}
.edi-topbar-r{display:flex;align-items:center;gap:14px}
.edi-issue{color:var(--gold);letter-spacing:2px}
.edi-loc{color:rgba(255,255,255,0.65)}
.edi-sep{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,0.3)}

/* stage — box-bound */
.edi-stage{
  position:relative;
  height:680px;
  overflow:hidden;
}

.edi-scene{
  position:absolute;inset:0;
  background:
    radial-gradient(ellipse at 50% 30%,rgba(46,122,217,0.18),transparent 60%),
    linear-gradient(180deg,#06152F 0%,#0A1F44 60%,#06152F 100%);
}
.edi-scene-svg{
  position:absolute;inset:0;width:100%;height:100%;
  opacity:0.4;
}
.edi-layer-back,.edi-layer-mid{will-change:transform}
.edi-steam{animation:ediSteam 4s ease-in-out infinite}
@keyframes ediSteam{
  0%,100%{opacity:0.4;transform:translateY(0)}
  50%{opacity:0.6;transform:translateY(-8px)}
}

/* orbiting accents — hidden, too noisy in box-bound layout */
.edi-orbit{
  display:none;
  position:absolute;border-radius:50%;
  border:1px solid rgba(200,168,106,0.18);
  pointer-events:none;
}
.edi-orbit-1{
  width:780px;height:780px;
  top:50%;left:50%;
  transform:translate(-50%,-50%);
  animation:ediOrbit 60s linear infinite;
}
.edi-orbit-1::before{
  content:'';position:absolute;
  width:10px;height:10px;border-radius:50%;
  background:var(--gold);top:-5px;left:50%;
  margin-left:-5px;
  box-shadow:0 0 20px rgba(200,168,106,0.6);
}
.edi-orbit-2{
  width:1100px;height:1100px;
  top:50%;left:50%;
  transform:translate(-50%,-50%);
  border-color:rgba(168,201,240,0.1);
  animation:ediOrbit 90s linear reverse infinite;
}
.edi-orbit-2::before{
  content:'';position:absolute;
  width:6px;height:6px;border-radius:50%;
  background:#a8c9f0;bottom:-3px;left:30%;
  box-shadow:0 0 14px rgba(168,201,240,0.5);
}
@keyframes ediOrbit{
  to{transform:translate(-50%,-50%) rotate(360deg)}
}

/* editorial frame — flex column, chip top + title fills middle */
.edi-frame{
  position:absolute;z-index:3;
  top:0;left:0;right:0;bottom:208px;
  max-width:1400px;margin:0 auto;
  padding:32px 48px;
  display:flex;flex-direction:column;
}

.edi-chip-row{
  display:flex;align-items:center;gap:14px;
  animation:ediFadeIn .8s ease both;animation-delay:.1s;
}
.edi-chip{
  display:inline-flex;align-items:center;justify-content:center;
  width:62px;height:62px;border-radius:50%;
  background:var(--gold);color:var(--navy);
  font-size:13px;font-weight:800;letter-spacing:0;
  border:2px solid rgba(255,255,255,0.15);
}
.edi-chip em{font-style:normal;font-size:18px;margin-left:1px}
.edi-chip-label{
  font-size:10px;font-weight:800;letter-spacing:2.2px;
  text-transform:uppercase;color:rgba(255,255,255,0.7);
  line-height:1.5;border-left:1px solid rgba(255,255,255,0.2);
  padding-left:14px;
}

.edi-title-block{
  flex:1;
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  text-align:center;
  padding:0 24px;
}

/* title stack — h1 ↔ logo glitch swap */
.edi-title-stack{
  display:grid;
  width:100%;
  place-items:center;
  position:relative;
}
.edi-title-stack > .switch-item{
  grid-area:1/1;
  opacity:0;
  pointer-events:none;
}
.edi-title-stack > .switch-item.is-active{
  opacity:1;
  pointer-events:auto;
  animation:glitchIn .65s steps(10) forwards;
}
.edi-title-stack > .switch-item.is-leaving{
  opacity:1;
  pointer-events:none;
  animation:glitchOut .65s steps(10) forwards;
}

@keyframes glitchIn{
  0%  {opacity:0;transform:translate(0,0);clip-path:inset(0 0 100% 0);filter:hue-rotate(0) saturate(1)}
  10% {opacity:1;transform:translate(-6px,2px);clip-path:inset(0 0 60% 0);filter:hue-rotate(90deg) saturate(2)}
  20% {opacity:.6;transform:translate(5px,-3px);clip-path:inset(50% 0 0 0);filter:hue-rotate(-60deg) saturate(1.6)}
  30% {opacity:1;transform:translate(-3px,1px);clip-path:inset(0 0 30% 0);filter:hue-rotate(140deg)}
  40% {opacity:.75;transform:translate(2px,-2px);clip-path:inset(20% 0 50% 0);filter:hue-rotate(-40deg) saturate(1.4)}
  55% {opacity:1;transform:translate(-2px,1px);clip-path:inset(0 0 10% 0);filter:hue-rotate(60deg)}
  70% {opacity:.9;transform:translate(1px,0);clip-path:inset(0 0 0 0);filter:hue-rotate(0)}
  85% {opacity:1;transform:translate(-1px,0);filter:contrast(1.2)}
  100%{opacity:1;transform:translate(0,0);clip-path:inset(0 0 0 0);filter:none}
}
@keyframes glitchOut{
  0%  {opacity:1;transform:translate(0,0);clip-path:inset(0 0 0 0);filter:none}
  12% {opacity:.85;transform:translate(5px,-2px);clip-path:inset(0 0 30% 0);filter:hue-rotate(80deg) saturate(2)}
  24% {opacity:.6;transform:translate(-5px,3px);clip-path:inset(40% 0 20% 0);filter:hue-rotate(-100deg)}
  36% {opacity:.9;transform:translate(4px,-1px);clip-path:inset(10% 0 60% 0);filter:hue-rotate(120deg)}
  48% {opacity:.5;transform:translate(-3px,2px);clip-path:inset(50% 0 0 0);filter:hue-rotate(-50deg) saturate(1.5)}
  62% {opacity:.4;transform:translate(2px,-1px);clip-path:inset(20% 0 60% 0);filter:hue-rotate(180deg)}
  76% {opacity:.25;clip-path:inset(60% 0 10% 0);filter:hue-rotate(0) blur(1px)}
  88% {opacity:.12;clip-path:inset(40% 0 40% 0)}
  100%{opacity:0;transform:translate(0,0);clip-path:inset(50% 0 50% 0);filter:none}
}

/* tagline below title/logo */
.edi-tagline{
  margin-top:18px;
  max-width:540px;
  font-size:14.5px;line-height:1.65;
  color:rgba(255,255,255,0.72);
  text-align:center;letter-spacing:0.15px;
  font-weight:400;
  animation:ediFadeIn .8s ease both;animation-delay:1s;
}

/* logo mark — alternative title display (white logo only, overlay on h1 area) */
.edi-logo-mark{
  position:absolute;inset:0;
  display:flex;align-items:center;justify-content:center;
  padding:0;
}
.edi-logo-img{
  width:clamp(180px,22vw,280px);height:auto;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 6px rgba(168,201,240,0.3))
    drop-shadow(0 2px 8px rgba(46,122,217,0.15));
}
.edi-rule{
  display:flex;align-items:center;gap:18px;
  justify-content:center;
  margin-bottom:18px;
  font-size:11px;font-weight:600;letter-spacing:3px;
  text-transform:uppercase;color:rgba(255,255,255,0.55);
  animation:ediFadeIn .8s ease both;animation-delay:.2s;
}
.edi-rule em{font-style:italic;font-weight:500;font-family:'Fraunces','Sora',serif;letter-spacing:0.4px;color:rgba(255,255,255,0.75);text-transform:none;font-size:13px}
.edi-rule span{flex:1;height:1px;max-width:120px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.35),transparent)}

.edi-h1{
  font-size:clamp(40px,4.6vw,78px);
  font-weight:800;
  line-height:0.95;letter-spacing:-2.6px;
  color:#fff;
  font-feature-settings:'ss01';
  margin-bottom:18px;
  display:flex;flex-direction:column;gap:0.06em;
}
.edi-h1 .line{
  display:block;animation:ediRise .9s cubic-bezier(.16,1,.3,1) both;
  text-shadow:
    0 0 18px rgba(168,201,240,0.28),
    0 2px 12px rgba(46,122,217,0.16);
}
.edi-h1 .line-1{animation-delay:.3s}
.edi-h1 .line-2{animation-delay:.45s;color:rgba(255,255,255,0.92)}
.edi-h1 .line-3{animation-delay:.6s}
.edi-h1 i{
  font-style:italic;font-family:'Fraunces','Sora',serif;
  color:var(--gold);font-weight:600;letter-spacing:-1.6px;
  position:relative;padding:0 0.05em;
  text-shadow:
    0 0 16px rgba(200,168,106,0.45),
    0 2px 12px rgba(200,168,106,0.32);
}
.edi-h1 i::before{
  content:'';position:absolute;left:0.05em;right:0.05em;
  bottom:0.1em;height:0.18em;
  background:rgba(200,168,106,0.18);
  border-radius:2px;z-index:-1;
}

.edi-byline{
  display:flex;align-items:center;justify-content:center;gap:16px;
  font-size:13px;letter-spacing:0.3px;
  color:rgba(255,255,255,0.6);font-weight:500;
  animation:ediFadeIn .8s ease both;animation-delay:.75s;
}
.edi-byline b{color:#fff;font-weight:700}
.edi-byline-sep{color:rgba(255,255,255,0.3)}

/* ribbon — pinned at stage bottom, above marquee */
.edi-ribbon{
  position:absolute;left:0;right:0;bottom:48px;
  z-index:3;
  display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:0;
  max-width:1400px;margin:0 auto;
  padding:22px 48px 24px;
  border-top:1px solid rgba(255,255,255,0.18);
  animation:ediFadeIn .8s ease both;animation-delay:.9s;
}
.edi-cell{
  padding:0 22px;
  border-right:1px solid rgba(255,255,255,0.1);
  display:flex;flex-direction:column;justify-content:flex-end;
  min-height:110px;
}
.edi-cell:last-child{border-right:none}
.edi-cell-eye{
  font-size:10px;font-weight:700;letter-spacing:2.2px;
  text-transform:uppercase;color:var(--gold);margin-bottom:12px;
}
.edi-cell-num{
  font-size:clamp(32px,3vw,46px);font-weight:800;color:#fff;
  letter-spacing:-1.6px;line-height:0.95;margin-bottom:6px;
  font-feature-settings:'tnum';display:flex;align-items:baseline;
}
.edi-cell-num em{font-style:normal;font-size:0.4em;color:var(--gold);font-weight:700;letter-spacing:-1px;margin-left:4px}
.edi-cell-lbl{
  font-size:12px;line-height:1.5;color:rgba(255,255,255,0.65);
  font-weight:500;letter-spacing:0.2px;
}

.edi-cell-cta{padding-left:0;justify-content:center}
.edi-cta{
  display:inline-flex;align-items:center;gap:14px;
  background:var(--gold);color:var(--navy);
  padding:18px 32px 18px 26px;border-radius:100px;
  text-decoration:none;
  border:none;cursor:pointer;font-family:inherit;
  align-self:flex-start;position:relative;
  transition:transform .2s,box-shadow .2s;
  box-shadow:0 14px 36px rgba(200,168,106,0.4),0 1px 0 rgba(255,255,255,0.3) inset;
}
.edi-cta:hover{transform:translateY(-2px);box-shadow:0 20px 48px rgba(200,168,106,0.5),0 1px 0 rgba(255,255,255,0.3) inset}
.edi-cta svg{width:22px;height:22px;stroke:var(--navy);fill:none;flex-shrink:0}
.edi-cta-text{display:flex;flex-direction:column;line-height:1.15;text-align:left}
.edi-cta-title{font-size:17px;font-weight:800;letter-spacing:-0.3px}
.edi-cta-sub{font-size:11px;font-weight:600;letter-spacing:0.4px;text-transform:uppercase;opacity:0.62;margin-top:2px}
.edi-cta-pulse{
  position:absolute;top:11px;right:11px;width:8px;height:8px;
  border-radius:50%;background:var(--navy);
}
.edi-cta-pulse::after{
  content:'';position:absolute;inset:-3px;border-radius:50%;
  background:rgba(11,31,75,0.55);animation:pulseRing 1.8s ease-out infinite;
}
@keyframes pulseRing{
  0%{transform:scale(0.8);opacity:1}
  100%{transform:scale(2.6);opacity:0}
}
.edi-cell-link{
  font-size:12px;color:rgba(255,255,255,0.7);
  text-decoration:none;font-weight:500;letter-spacing:0.2px;
  transition:color .2s;
}
.edi-cell-link:hover{color:var(--gold)}

/* chat bubbles — left side, mock WhatsApp conversation, centered vertically */
.edi-chat{
  position:absolute;
  top:32px;left:40px;bottom:220px;
  z-index:3;
  width:340px;
  display:flex;flex-direction:column;justify-content:center;
  gap:10px;
  pointer-events:none;
}
.edi-bubble{
  position:relative;
  padding:10px 14px;
  border-radius:18px;
  font-size:12.5px;line-height:1.45;
  display:flex;flex-direction:column;
  box-shadow:0 8px 22px rgba(0,0,0,0.25);
  max-width:88%;
  opacity:0;
}
.edi-bubble.bub-cust{
  align-self:flex-start;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.14);
  color:rgba(255,255,255,0.92);
  border-bottom-left-radius:4px;
  backdrop-filter:blur(10px);
}
.edi-bubble.bub-indri{
  align-self:flex-end;
  background:rgba(37,211,102,0.22);
  border:1px solid rgba(37,211,102,0.4);
  color:#fff;
  border-bottom-right-radius:4px;
  backdrop-filter:blur(10px);
}
.edi-bubble .bub-text{display:block}
.edi-bubble .bub-time{
  display:block;
  font-size:9.5px;letter-spacing:0.3px;
  margin-top:3px;
  opacity:0.6;
  align-self:flex-end;
}
.edi-bubble .bub-time em{font-style:normal;color:#5dd9ff;font-weight:700}

/* looping conversation — 8s cycle: ~4s reveal + ~3.5s pause + fade out */
.edi-chat > .edi-bubble:nth-child(1){animation:chatBub1 8s cubic-bezier(.16,1,.3,1) infinite}
.edi-chat > .edi-bubble:nth-child(2){animation:chatBub2 8s cubic-bezier(.16,1,.3,1) infinite}
.edi-chat > .edi-bubble:nth-child(3){animation:chatBub3 8s cubic-bezier(.16,1,.3,1) infinite}
.edi-chat > .edi-bubble:nth-child(4){animation:chatBub4 8s cubic-bezier(.16,1,.3,1) infinite}

@keyframes chatBub1{
  0%,8%{opacity:0;transform:translateY(10px) scale(.94)}
  13%,94%{opacity:1;transform:translateY(0) scale(1)}
  100%{opacity:0;transform:scale(.96)}
}
@keyframes chatBub2{
  0%,20%{opacity:0;transform:translateY(10px) scale(.94)}
  25%,94%{opacity:1;transform:translateY(0) scale(1)}
  100%{opacity:0;transform:scale(.96)}
}
@keyframes chatBub3{
  0%,32%{opacity:0;transform:translateY(10px) scale(.94)}
  38%,94%{opacity:1;transform:translateY(0) scale(1)}
  100%{opacity:0;transform:scale(.96)}
}
@keyframes chatBub4{
  0%,45%{opacity:0;transform:translateY(10px) scale(.94)}
  52%,94%{opacity:1;transform:translateY(0) scale(1)}
  100%{opacity:0;transform:scale(.96)}
}

/* side stack — wraps featured + contact, centered vertically on right */
.edi-side-stack{
  position:absolute;
  top:32px;right:32px;bottom:220px;
  width:300px;z-index:4;
  display:flex;flex-direction:column;justify-content:center;
  gap:14px;
}

/* featured testimonial */
.edi-feature{
  width:100%;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.14);
  backdrop-filter:blur(14px);
  border-radius:18px;
  padding:20px 22px 18px;
  animation:ediFadeIn .8s ease both;animation-delay:.4s;
}
.edi-feature-head{
  display:flex;justify-content:space-between;align-items:center;
  margin-bottom:14px;
}
.edi-feature-stars{color:#F59E0B;font-size:13px;letter-spacing:2.5px}
.edi-feature-eye{
  font-size:9.5px;font-weight:800;letter-spacing:2px;
  color:var(--gold);text-transform:uppercase;
}
.edi-feature-quote{position:relative;padding-left:6px;margin-bottom:18px}
.edi-feature-mark{
  position:absolute;top:-22px;left:-8px;
  font-family:'Fraunces','Sora',serif;font-style:italic;
  font-size:64px;font-weight:600;
  color:rgba(200,168,106,0.5);
  line-height:1;pointer-events:none;
}
.edi-feature-quote p{
  font-family:'Fraunces','Sora',serif;
  font-style:italic;font-weight:500;
  font-size:14.5px;line-height:1.55;
  color:rgba(255,255,255,0.94);
  position:relative;z-index:1;
  letter-spacing:-0.1px;
}
.edi-feature-author{
  display:flex;align-items:center;gap:12px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,0.1);
}
.edi-feature-av{
  width:38px;height:38px;border-radius:50%;
  background:linear-gradient(135deg,var(--gold),#a78a4d);
  color:var(--navy);font-weight:800;font-size:13px;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
  box-shadow:0 4px 10px rgba(200,168,106,0.35);
}
.edi-feature-info{flex:1;min-width:0}
.edi-feature-name{
  font-size:13px;font-weight:700;color:#fff;
  display:flex;align-items:center;gap:5px;
}
.edi-feature-name .verif{
  display:inline-flex;align-items:center;justify-content:center;
  width:13px;height:13px;border-radius:50%;
  background:var(--blue);color:#fff;
  font-size:8px;font-weight:900;
}
.edi-feature-meta{font-size:10.5px;color:rgba(255,255,255,0.55);margin-top:2px}
.edi-feature-rating{
  display:flex;align-items:baseline;
  font-feature-settings:'tnum';
  color:rgba(255,255,255,0.85);
}
.edi-feature-rating b{font-size:18px;font-weight:800;letter-spacing:-0.5px;color:var(--gold)}
.edi-feature-rating span{font-size:10px;color:rgba(255,255,255,0.4);margin-left:1px}
.edi-feature-more{
  display:block;margin-top:14px;
  font-size:10.5px;font-weight:700;letter-spacing:0.5px;
  color:var(--gold);text-decoration:none;
  text-transform:uppercase;
  transition:opacity .2s;
}
.edi-feature-more:hover{opacity:0.75}

/* contact card — below featured testimonial (in side-stack) */
.edi-contact-card{
  width:100%;
  display:flex;align-items:center;gap:12px;
  background:rgba(37,211,102,0.14);
  border:1px solid rgba(37,211,102,0.38);
  backdrop-filter:blur(14px);
  border-radius:16px;
  padding:13px 18px 13px 14px;
  text-decoration:none;
  transition:transform .2s,background .2s,box-shadow .2s;
  animation:ediFadeIn .8s ease both;animation-delay:.6s;
  box-shadow:0 10px 28px rgba(37,211,102,0.18);
}
.edi-contact-card:hover{
  transform:translateY(-2px);
  background:rgba(37,211,102,0.22);
  box-shadow:0 14px 36px rgba(37,211,102,0.28);
}
.edi-contact-icon{
  width:40px;height:40px;border-radius:50%;
  background:#25D366;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
  box-shadow:0 6px 16px rgba(37,211,102,0.45);
}
.edi-contact-icon svg{width:20px;height:20px;fill:#fff}
.edi-contact-text{display:flex;flex-direction:column;flex:1;min-width:0}
.edi-contact-title{font-size:14px;font-weight:800;color:#fff;letter-spacing:-0.2px}
.edi-contact-sub{font-size:10.5px;color:rgba(255,255,255,0.62);margin-top:2px;letter-spacing:0.2px}
.edi-contact-arrow{
  font-size:18px;font-weight:600;color:rgba(255,255,255,0.8);
  flex-shrink:0;transition:transform .2s;
}
.edi-contact-card:hover .edi-contact-arrow{transform:translateX(3px);color:#fff}

/* marquee */
.edi-marquee{
  position:absolute;left:0;right:0;bottom:0;
  z-index:4;
  height:48px;
  background:rgba(0,0,0,0.32);
  border-top:1px solid rgba(255,255,255,0.08);
  overflow:hidden;
  display:flex;align-items:center;
}
.edi-marquee-track{
  display:flex;align-items:center;gap:24px;
  width:max-content;
  animation:ediMarquee 50s linear infinite;
  white-space:nowrap;
}
.edi-marquee-track span{
  font-family:'Fraunces','Sora',serif;
  font-size:18px;font-weight:500;font-style:italic;
  color:rgba(255,255,255,0.55);letter-spacing:-0.3px;
  padding:0 8px;
}
.edi-marquee-track span:nth-child(odd){font-family:'Sora',sans-serif;font-style:normal;font-weight:600;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,0.85)}
.edi-marquee-track span:nth-child(even){color:var(--gold);font-size:14px}
@keyframes ediMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

@keyframes ediFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@keyframes ediRise{
  from{opacity:0;transform:translateY(40px);clip-path:inset(0 0 100% 0)}
  to{opacity:1;transform:translateY(0);clip-path:inset(0 0 0 0)}
}

/* ============ BELOW HERO ============ */
.below-hero{background:var(--cream);padding:10px 24px 10px;font-size:11.5px;color:#94A3B8;text-align:right;font-style:italic;letter-spacing:0.2px}

/* CEK STATUS STRIP */
.cek-strip{background:var(--cream);padding:16px 24px 0}
.cek-strip-inner{max-width:1060px;margin:0 auto;background:var(--navy);border-radius:16px;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.cek-strip-text{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,0.85);font-size:14px}
.cek-strip-text svg{flex-shrink:0;opacity:.7}
.cek-strip-btn{background:#fff;color:var(--navy);padding:9px 20px;border-radius:100px;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;transition:opacity .2s}
.cek-strip-btn:hover{opacity:.85}
.btn-cek-nav{background:var(--navy);color:#fff !important;border-color:var(--navy) !important}
.btn-cek-nav:hover{background:var(--blue);border-color:var(--blue) !important}
@media(max-width:600px){
  .cek-strip-inner{flex-direction:column;text-align:center;gap:12px}
}

/* FEAT SECTIONS */
.feat-section{
  padding:100px 72px;
  display:grid;grid-template-columns:1fr 1fr;
  align-items:center;gap:80px;
  max-width:1200px;margin:0 auto;
}
.feat-section.rev{direction:rtl}
.feat-section.rev>*{direction:ltr}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--blue);margin-bottom:14px}
.feat-h{font-size:clamp(30px,4vw,44px);font-weight:800;line-height:1.1;letter-spacing:-1.5px;color:var(--navy);margin-bottom:18px}
.feat-p{font-size:16px;line-height:1.75;color:var(--muted);margin-bottom:28px}
.feat-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:15px;font-weight:600;text-decoration:none;transition:gap .2s}
.feat-link:hover{gap:14px}
.feat-link::after{content:'→'}
.vis-box{border-radius:24px;overflow:hidden;min-height:320px;position:relative}
.vis-navy-bg{background:var(--navy);padding:32px}
.vis-light-bg{background:var(--blue-light);border:1px solid rgba(37,99,235,0.12);padding:32px}
.vis-gray-bg{background:#F8FAFC;border:1px solid var(--border);padding:32px}

/* bubble chat in vis */
.bub-wrap{display:flex;flex-direction:column;gap:12px}
.bub{display:flex;align-items:flex-end;gap:8px}
.bub.r{flex-direction:row-reverse}
.bav{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,0.2);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0}
.btxt{background:rgba(255,255,255,0.15);color:#fff;font-size:13px;line-height:1.5;padding:10px 15px;border-radius:16px;border-bottom-left-radius:3px;max-width:200px}
.bub.r .btxt{border-radius:16px;border-bottom-right-radius:3px;background:rgba(255,255,255,0.25)}

/* svc mini grid */
.svc-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.svc-m{background:#fff;border-radius:14px;padding:18px;border:1px solid var(--border)}
.svc-m-ico{font-size:24px;margin-bottom:8px}
.svc-m-n{font-size:13px;font-weight:700;color:var(--navy)}
.svc-m-p{font-size:11px;color:var(--muted);margin-top:2px}

/* icon rows */
.icon-rows{display:flex;flex-direction:column;gap:12px}
.irow{background:#fff;border-radius:14px;padding:14px 18px;border:1px solid var(--border);display:flex;align-items:center;gap:12px}
.idot{width:38px;height:38px;border-radius:10px;background:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.idot svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round}
.ilbl{font-size:13px;font-weight:700;color:var(--navy)}
.isub{font-size:11px;color:var(--muted)}
.ichk{margin-left:auto;color:#22C55E;font-weight:700;font-size:16px}

/* SERVICES SECTION */
.services-section{background:#F8FAFC;padding:100px 72px}
.sh{text-align:center;margin-bottom:60px}
.sh .eyebrow{margin-bottom:12px}
.sh h2{font-size:clamp(30px,4vw,44px);font-weight:800;letter-spacing:-1.5px;color:var(--navy);margin-bottom:14px}
.sh p{font-size:16px;color:var(--muted);max-width:440px;margin:0 auto;line-height:1.7}
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1060px;margin:0 auto}
.svc-card{background:#fff;border-radius:20px;padding:30px 26px;border:1px solid var(--border);transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}
.svc-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--navy),var(--blue));transform:scaleX(0);transform-origin:left;transition:transform .3s}
.svc-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(11,31,75,0.1)}
.svc-card:hover::before{transform:scaleX(1)}
.svc-ico{width:50px;height:50px;background:var(--blue-light);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.svc-ico svg{width:22px;height:22px;stroke:var(--blue);fill:none;stroke-width:2;stroke-linecap:round}
.svc-n{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:8px}
.svc-d{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:18px}
.svc-pr{font-size:20px;font-weight:800;color:var(--navy)}
.svc-pr small{font-size:12px;font-weight:400;color:var(--muted)}

/* TESTI */
.testi-section{padding:100px 72px}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1060px;margin:60px auto 0}
.testi-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:26px}
.stars{color:#F59E0B;font-size:13px;letter-spacing:2px;margin-bottom:12px}
.testi-txt{font-size:14px;color:#374151;line-height:1.7;margin-bottom:18px;font-style:italic}
.t-author{display:flex;align-items:center;gap:10px}
.av{width:38px;height:38px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}
.av-n{font-size:13px;font-weight:700;color:var(--navy)}
.av-l{font-size:11px;color:var(--muted)}

/* CTA */
.cta-full{background:var(--navy);padding:100px 72px;text-align:center;position:relative;overflow:hidden}
.cta-full::before{content:'';position:absolute;width:700px;height:700px;border-radius:50%;border:100px solid rgba(255,255,255,0.03);top:-250px;right:-150px}
.cta-full h2{font-size:clamp(32px,5vw,60px);font-weight:800;color:#fff;letter-spacing:-2px;line-height:1.1;max-width:600px;margin:0 auto 16px;position:relative;z-index:1}
.cta-full h2 em{color:rgba(255,255,255,0.4);font-style:normal}
.cta-full p{font-size:16px;color:rgba(255,255,255,0.6);margin-bottom:40px;position:relative;z-index:1}
.btn-white{display:inline-flex;align-items:center;gap:10px;background:#25D366;color:#fff;padding:16px 42px;border-radius:100px;font-size:16px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;position:relative;z-index:1;box-shadow:0 10px 30px rgba(37,211,102,0.3)}
.btn-white:hover{transform:scale(1.03);box-shadow:0 20px 50px rgba(37,211,102,0.4)}
.btn-white svg{width:20px;height:20px;fill:#fff}

/* FOOTER */
footer{background:#060F26;padding:60px 72px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}
.f-brand .logo{margin-bottom:14px}
.f-brand .logo-name{color:#fff}
.f-tag{font-size:13px;color:rgba(255,255,255,0.4);line-height:1.7;margin-bottom:18px}
.f-contact{display:flex;flex-direction:column;gap:6px}
.f-contact a{font-size:13px;color:rgba(255,255,255,0.5);text-decoration:none;transition:color .2s}
.f-contact a:hover{color:#fff}
.f-col h4{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,0.6);margin-bottom:14px}
.f-col ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.f-col ul a{font-size:13px;color:rgba(255,255,255,0.4);text-decoration:none;transition:color .2s}
.f-col ul a:hover{color:#fff}
.f-bottom{background:#030915;padding:18px 72px;display:flex;justify-content:space-between;font-size:12px;color:rgba(255,255,255,0.2)}

/* FLOATING WA BUTTON */
.wa-float{
  display:none;
}
@media(max-width:768px){
  .wa-float{
    display:flex;align-items:center;gap:10px;
    position:fixed;bottom:24px;right:20px;
    padding:12px 18px;border-radius:100px;
    background:#25D366;
    box-shadow:0 4px 16px rgba(37,211,102,0.5);
    z-index:9999;
    text-decoration:none;
    transition:opacity .35s ease, transform .35s ease;
  }
  .wa-float svg{width:24px;height:24px;flex-shrink:0}
  .wa-label{font-size:14px;font-weight:700;color:#fff;white-space:nowrap}
  .wa-float.hide,
  .wa-float.hide-by-section{
    opacity:0;
    transform:scale(0.8);
    pointer-events:none;
  }
}

/* reveal */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s,transform .7s}
.reveal.on{opacity:1;transform:none}

/* HAMBURGER */
.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:8px;background:none;border:none;z-index:1001}
.hamburger span{display:block;width:24px;height:2.5px;background:var(--navy);border-radius:3px;transition:all .3s ease}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.active span:nth-child(2){opacity:0;transform:translateX(-8px)}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* MOBILE MENU OVERLAY */
.mobile-menu{
  display:none;position:fixed;
  top:68px;left:0;right:0;
  background:#fff;border-bottom:1px solid var(--border);
  padding:20px 24px 28px;flex-direction:column;gap:4px;
  z-index:997;box-shadow:0 12px 40px rgba(0,0,0,0.12);
}
.mobile-menu.open{display:flex}
.mobile-menu a{
  font-size:15px;font-weight:600;color:var(--navy);
  text-decoration:none;padding:14px 0;
  border-bottom:1px solid var(--border);transition:color .2s;
}
.mobile-menu a:last-child{border-bottom:none}
.mobile-menu a:hover{color:var(--blue)}
.mobile-menu .mm-cta{
  margin-top:12px;background:var(--navy);color:#fff;
  padding:14px 24px;border-radius:100px;text-align:center;
  font-size:15px;font-weight:700;border-bottom:none !important;
}

/* editorial hero — tablet collapse (compact ~60% of original) */
@media(max-width:1100px){
  .edi-frame{position:relative;bottom:auto;padding:24px 22px 16px;flex:1}
  .edi-side-stack,.edi-chat{display:none}
  .edi-h1{font-size:clamp(34px,9vw,60px);letter-spacing:-2px;margin-bottom:4px;line-height:0.98}
  .edi-tagline{margin-top:8px;font-size:13px;line-height:1.55;max-width:90%}
  .edi-ribbon{position:relative;bottom:auto;border-top:none;padding:18px 20px;background:transparent;margin-top:auto;display:flex;justify-content:center}
  .edi-cell{border-right:none;border-bottom:none;padding:0;min-height:auto;display:flex;justify-content:center}
  .edi-cell:not(.edi-cell-cta){display:none}
  .edi-cell-eye{font-size:8px;margin-bottom:6px}
  .edi-cta{padding:15px 30px 15px 22px;align-self:center}
  .edi-cta-title{font-size:17px;letter-spacing:-0.3px}
  .edi-cta-sub{font-size:11px}
  .edi-cta svg{width:22px;height:22px}
  .edi-stage{height:auto;min-height:515px;display:flex;flex-direction:column}
  .edi-marquee{position:relative;bottom:auto;height:30px}
  .edi-marquee-track span{font-size:11.5px}
  .edi-marquee-track span:nth-child(odd){font-size:9px;letter-spacing:1px}
  .edi-orbit{display:none}
  .edi-logo-img{width:clamp(180px,40vw,280px)}
}

@media(max-width:768px){
  nav{padding:0 20px}
  .nav-links,.nav-right{display:none}
  .hamburger{
    display:flex;
    margin-left:auto;
    transition:opacity .4s ease;
    transition-delay:.35s;
  }
  .logo img{height:36px}
  .logo-name{font-size:15px}
  .logo-tag{font-size:8px;letter-spacing:1.2px}
  .logo-left{transition:opacity .4s ease;transition-delay:.35s}
  .logo-center{
    display:flex;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    opacity:0;
    pointer-events:none;
    transition:opacity .4s ease;
    transition-delay:0s;
  }

  nav.is-scrolling .hamburger,
  nav.is-scrolling .logo-left{
    opacity:0;
    transition-delay:0s;
  }
  nav.is-scrolling .logo-center{
    opacity:1;
    pointer-events:auto;
    transition-delay:.35s;
  }

  .hero-wrap{padding:10px 12px 0}
  .hero-img-container{border-radius:20px}
  .hero-trust-pill{padding:5px 16px 5px 5px;gap:10px;margin-bottom:16px}
  .htp-av{width:24px;height:24px;font-size:9px;border-width:1.5px;margin-left:-6px}
  .htp-text{font-size:11px;font-weight:400;white-space:normal;line-height:1.3}
  .htp-text b{font-weight:600}
  .htp-stars{font-size:10px;margin-top:2px;font-weight:500}
  .htp-stars em{font-weight:600}
  .edi-topbar{display:none}
  .edi-frame{padding:20px 18px 12px}
  .edi-h1{font-size:clamp(30px,9vw,52px);letter-spacing:-1.6px}
  .edi-tagline{font-size:12.5px;margin-top:6px}
  .edi-cell-num{font-size:22px}
  .edi-marquee{height:26px}
  .edi-marquee-track span{font-size:10.5px}
  .edi-marquee-track span:nth-child(odd){font-size:8.5px}

  .feat-section{grid-template-columns:1fr;padding:52px 20px;gap:32px}
  .feat-section.rev{direction:ltr}
  .feat-h{font-size:clamp(24px,6vw,34px)}
  .vis-box{min-height:240px}

  .svc-mini-grid{grid-template-columns:1fr 1fr}

  .services-section{padding:52px 20px}
  .sh h2{font-size:clamp(24px,6vw,34px)}
  .svc-grid{grid-template-columns:1fr 1fr;gap:12px;max-width:100%}
  .svc-card{padding:20px 16px}

  .testi-section{padding:52px 20px}
  .testi-grid{grid-template-columns:1fr;max-width:100%}

  .cta-full{padding:60px 20px}
  .cta-full h2{font-size:clamp(26px,7vw,40px)}

  footer{grid-template-columns:1fr;padding:40px 20px;gap:28px}
  .f-bottom{padding:14px 20px;flex-direction:column;gap:6px;text-align:center}
}

@media(max-width:480px){
  .edi-frame{padding:16px 14px 10px}
  .edi-h1{font-size:30px;letter-spacing:-1.2px;line-height:1.0}
  .edi-tagline{font-size:11.5px;margin-top:5px;line-height:1.5}
  .edi-cta{padding:13px 26px 13px 18px}
  .edi-cta-title{font-size:15px}
  .edi-cta-sub{font-size:10px}
  .edi-cta svg{width:19px;height:19px}
  .edi-cell-num{font-size:19px}
  .edi-cell-lbl{font-size:9px}
  .svc-grid{grid-template-columns:1fr}
  .svc-mini-grid{grid-template-columns:1fr}
}

/* ============ ABOUT — MAGAZINE EDITORIAL (v2 design) ============ */
:root{--gold:#C8A86A}
.about-mag{max-width:1240px;margin:30px auto 0;padding:120px 48px}
.about-mag-header{
  display:grid;grid-template-columns:1fr 1fr;
  gap:80px;align-items:end;
  margin-bottom:64px;padding-bottom:56px;
  border-bottom:1px solid var(--border);
}
.about-mag-eyebrow-row{
  display:flex;align-items:center;gap:14px;
  margin-bottom:24px;flex-wrap:wrap;
}
.about-mag-tick{
  display:inline-flex;align-items:center;gap:8px;
  background:#fff;border:1px solid var(--border);
  padding:7px 14px 7px 9px;border-radius:100px;
  font-size:11px;font-weight:700;letter-spacing:1.2px;
  text-transform:uppercase;color:var(--navy);
  box-shadow:0 1px 2px rgba(11,31,75,0.04);
}
.about-mag-tick::before{
  content:'';width:7px;height:7px;border-radius:50%;
  background:#22C55E;box-shadow:0 0 0 3px rgba(34,197,94,0.2);
}
.about-mag-eyebrow{
  display:inline-flex;align-items:center;
  font-size:11px;font-weight:700;letter-spacing:2.5px;
  text-transform:uppercase;color:var(--blue);
  position:relative;padding-left:18px;
}
.about-mag-eyebrow::before{
  content:'';position:absolute;left:0;top:50%;
  width:10px;height:1.5px;background:var(--blue);
  transform:translateY(-50%);
}
.about-mag-h{
  font-size:clamp(36px,4.8vw,64px);
  font-weight:800;line-height:1.02;letter-spacing:-2.4px;
  color:var(--navy);font-feature-settings:'ss01';
}
.about-mag-h em{
  font-style:italic;font-family:'Fraunces','Sora',serif;
  font-weight:500;color:var(--blue);
  letter-spacing:-1.2px;
  position:relative;display:inline-block;
  padding:0 0.05em;
}
.about-mag-h em::after{
  content:'';position:absolute;
  left:0.05em;right:0.05em;
  bottom:0.1em;height:0.18em;
  background:rgba(200,168,106,0.38);
  z-index:-1;border-radius:2px;
}
.about-mag-side{
  display:flex;flex-direction:column;gap:18px;
  padding-bottom:8px;
}
.about-mag-lede{
  font-size:17px;line-height:1.65;
  color:var(--navy);font-weight:500;letter-spacing:-0.1px;
}
.about-mag-sub{
  font-size:14.5px;line-height:1.75;
  color:var(--muted);font-weight:400;
}
.about-mag-body{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:start}

/* Before/After visual */
.ba-stack{display:flex;flex-direction:column;gap:16px}
.ba-frame{position:relative;border-radius:24px;overflow:hidden;background:var(--navy);aspect-ratio:16/10;box-shadow:0 30px 70px -20px rgba(11,31,75,0.35);cursor:ew-resize;user-select:none;-webkit-user-select:none;touch-action:none;--ba-pos:50%}
.ba-img{position:absolute;inset:0;pointer-events:none}
.ba-img.before{background:linear-gradient(135deg,#3a2d1e 0%,#5a4530 50%,#3a2d1e 100%)}
.ba-img.after{background:linear-gradient(135deg,#0A1F44 0%,#1a4486 50%,#2E7AD9 100%);clip-path:polygon(var(--ba-pos) 0,100% 0,100% 100%,var(--ba-pos) 100%)}
.ba-svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.ba-divider{position:absolute;top:0;bottom:0;left:var(--ba-pos);transform:translateX(-50%);width:3px;background:#fff;box-shadow:0 0 18px rgba(0,0,0,0.4);z-index:5;pointer-events:none}
.ba-handle{position:absolute;top:50%;left:var(--ba-pos);transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(0,0,0,0.3);z-index:6;pointer-events:none}
.ba-handle svg{width:18px;height:18px;fill:none;stroke:var(--navy);stroke-width:2.4;stroke-linecap:round}
.ba-label{position:absolute;top:14px;font-size:10px;font-weight:800;letter-spacing:1.5px;color:#fff;background:rgba(0,0,0,0.55);backdrop-filter:blur(8px);padding:5px 10px;border-radius:100px;z-index:4}
.ba-label.bef{left:14px}
.ba-label.aft{right:14px}
.ba-caption{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted);flex-wrap:wrap;gap:8px}
.ba-caption-meta{display:flex;align-items:center;gap:8px;font-weight:600}
.ba-caption-meta svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2}

/* Editorial highlight cards */
.about-edit{display:flex;flex-direction:column;gap:12px}
.edit-row{
  display:flex;gap:18px;padding:20px 22px;
  background:#fff;border:1px solid var(--border);border-radius:16px;
  transition:transform .25s,box-shadow .25s,border-color .25s;
}
.edit-row:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px -10px rgba(11,31,75,0.12);
  border-color:#c7d2e8;
}
.edit-num{
  font-size:24px;font-weight:800;color:var(--blue);
  font-feature-settings:'tnum';line-height:1;min-width:52px;
  letter-spacing:-0.5px;
}
.edit-num small{
  display:block;font-size:9.5px;font-weight:700;
  letter-spacing:1.5px;color:var(--muted);
  text-transform:uppercase;margin-top:6px;
}
.edit-body{flex:1;min-width:0}
.edit-h{
  font-size:15px;font-weight:700;color:var(--navy);
  margin-bottom:5px;letter-spacing:-0.2px;
}
.edit-p{font-size:13px;color:var(--muted);line-height:1.65}

.about-mag-quote{
  margin-top:20px;padding:24px 26px;
  border-left:3px solid var(--gold);
  background:linear-gradient(to right,rgba(200,168,106,0.1),transparent);
  border-radius:0 14px 14px 0;
}
.about-mag-quote p{
  font-family:'Fraunces','Sora',serif;
  font-style:italic;font-weight:500;
  font-size:15.5px;color:var(--navy);
  line-height:1.65;letter-spacing:-0.2px;
  margin-bottom:12px;
}
.about-mag-quote cite{
  font-size:11px;color:var(--muted);
  font-style:normal;font-weight:700;
  letter-spacing:1.8px;text-transform:uppercase;
}

/* ============ TESTIMONIALS — MODERN NOTION/LINEAR (v2 design) ============ */
.testi-modern{padding:120px 48px;background:linear-gradient(180deg,#fff 0%,var(--cream) 100%);position:relative;overflow:hidden}
.testi-modern::before{content:'';position:absolute;top:80px;left:50%;transform:translateX(-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(46,122,217,0.06) 0%,transparent 70%);pointer-events:none}
.testi-mod-wrap{max-width:1240px;margin:0 auto;position:relative}
.testi-mod-head{text-align:center;margin-bottom:14px}
.testi-mod-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border);padding:7px 14px 7px 7px;border-radius:100px;font-size:11.5px;font-weight:600;color:var(--navy);margin-bottom:22px;box-shadow:0 1px 2px rgba(0,0,0,0.03)}
.testi-mod-eyebrow .av-stack{display:flex}
.testi-mod-eyebrow .av-stack span{width:22px;height:22px;border-radius:50%;border:2px solid #fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;color:#fff;margin-left:-6px}
.testi-mod-eyebrow .av-stack span:first-child{margin-left:0}
.testi-mod-eyebrow .av-stack span:nth-child(1){background:var(--blue)}
.testi-mod-eyebrow .av-stack span:nth-child(2){background:var(--navy)}
.testi-mod-eyebrow .av-stack span:nth-child(3){background:var(--gold)}
.testi-mod-h{font-size:clamp(28px,4.4vw,54px);font-weight:800;letter-spacing:-2px;color:var(--navy);line-height:1.05;margin-bottom:18px;max-width:780px;margin-left:auto;margin-right:auto}
.testi-mod-sub{font-size:16px;color:var(--muted);max-width:540px;margin:0 auto 36px;line-height:1.65}
.testi-rating-row{display:flex;align-items:center;gap:36px;background:#fff;border:1px solid var(--border);border-radius:100px;padding:14px 28px;margin:0 auto 48px;width:fit-content;max-width:100%;box-shadow:0 4px 16px -4px rgba(11,31,75,0.06)}
.trr-cell{display:flex;align-items:center;gap:10px}
.trr-cell:not(:last-child){border-right:1px solid var(--border);padding-right:36px}
.trr-icon{width:32px;height:32px;border-radius:50%;background:var(--blue-light);display:flex;align-items:center;justify-content:center}
.trr-icon svg{width:16px;height:16px;fill:var(--blue)}
.trr-num{font-size:18px;font-weight:800;color:var(--navy);line-height:1;font-feature-settings:'tnum'}
.trr-num + .trr-lbl{font-size:10.5px;color:var(--muted);font-weight:600;letter-spacing:0.4px;text-transform:uppercase;margin-top:2px}
.testi-mod-grid{column-count:3;column-gap:20px;max-width:1100px;margin:0 auto}
.tm-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:24px;break-inside:avoid;margin-bottom:20px;display:inline-block;width:100%;transition:transform .25s,box-shadow .25s;position:relative}
.tm-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px -12px rgba(11,31,75,0.12)}
.tm-card.feat{background:var(--navy);border-color:transparent;color:#fff}
.tm-card.feat .tm-text{color:rgba(255,255,255,0.95)}
.tm-card.feat .tm-author-name{color:#fff}
.tm-card.feat .tm-author-meta{color:rgba(255,255,255,0.6)}
.tm-card.feat .tm-platform{background:rgba(255,255,255,0.12);color:rgba(255,255,255,0.9);border-color:rgba(255,255,255,0.16)}
.tm-card.feat::before{content:'"';position:absolute;top:-8px;right:18px;font-size:80px;font-family:Georgia,serif;color:rgba(200,168,106,0.5);line-height:1;font-weight:400}
.tm-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.tm-stars{color:#F59E0B;font-size:14px;letter-spacing:2px}
.tm-platform{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:600;color:var(--muted);background:#F4F6FA;border:1px solid var(--border);padding:4px 10px;border-radius:100px}
.tm-platform svg{width:11px;height:11px}
.tm-text{font-size:14px;line-height:1.65;color:#1f2a44;margin-bottom:18px;font-weight:450}
.tm-text mark{background:rgba(200,168,106,0.25);color:inherit;font-weight:600;padding:1px 2px;border-radius:2px}
.tm-card.feat .tm-text mark{background:rgba(200,168,106,0.4)}
.tm-author{display:flex;align-items:center;gap:12px}
.tm-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;letter-spacing:0.3px}
.tm-author-info{flex:1;min-width:0}
.tm-author-name{font-size:13.5px;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:5px}
.tm-verified{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:var(--blue);flex-shrink:0}
.tm-verified svg{width:8px;height:8px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.tm-author-meta{font-size:11.5px;color:var(--muted);font-weight:500;margin-top:1px}
.tm-time{font-size:11px;color:var(--muted);font-weight:500}
.tm-card.photo .tm-photo{aspect-ratio:16/10;border-radius:12px;margin-bottom:14px;overflow:hidden;position:relative;background:linear-gradient(135deg,var(--navy) 0%,#1a4486 100%)}
.tm-card.photo .tm-photo svg{position:absolute;inset:0;width:100%;height:100%}
.tm-card.photo .tm-photo-tag{position:absolute;bottom:10px;left:10px;background:rgba(255,255,255,0.95);color:var(--navy);font-size:10px;font-weight:700;padding:4px 10px;border-radius:100px;letter-spacing:0.4px}

/* Trust strip */
.trust-strip{margin-top:60px;padding:36px;background:#fff;border:1px solid var(--border);border-radius:24px;display:grid;grid-template-columns:auto 1fr;gap:36px;align-items:center}
.trust-strip-label{font-size:11px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:var(--muted);max-width:130px;line-height:1.5}
.trust-strip-list{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px}
.trust-logo{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--navy);letter-spacing:-0.2px;opacity:0.7;transition:opacity .2s}
.trust-logo:hover{opacity:1}
.trust-logo svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:768px){
  .about-mag{padding:70px 24px}
  .about-mag-header{grid-template-columns:1fr;gap:32px;margin-bottom:40px;padding-bottom:32px}
  .about-mag-body{grid-template-columns:1fr;gap:40px}
  .testi-modern{padding:70px 24px}
  .testi-mod-grid{column-count:1}
  .testi-rating-row{flex-direction:column;align-items:stretch;border-radius:18px;gap:14px;padding:18px 22px}
  .trr-cell:not(:last-child){border-right:none;padding-right:0;border-bottom:1px solid var(--border);padding-bottom:14px}
  .trust-strip{grid-template-columns:1fr;gap:18px;padding:24px}
  .trust-strip-list{justify-content:flex-start}
}
@media(max-width:480px){
  .about-mag{padding:50px 18px}
  .testi-modern{padding:50px 18px}
}

/* ============ HOURS / VISIT (v2 design) ============ */
.visit-section{padding:100px 48px;background:#F8FAFC}
.visit-section .sh{text-align:center;margin-bottom:50px}
.visit-section .sh .eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--blue);margin-bottom:12px}
.visit-section .sh h2{font-size:clamp(28px,4vw,44px);font-weight:800;letter-spacing:-1.5px;color:var(--navy);margin-bottom:14px}
.visit-section .sh p{font-size:15px;color:var(--muted);max-width:480px;margin:0 auto;line-height:1.7}
.visit-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1060px;margin:0 auto}
.visit-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:36px}
.visit-card h3{font-size:22px;font-weight:800;color:var(--navy);margin-bottom:6px;letter-spacing:-0.5px}
.visit-card .vp{font-size:13px;color:var(--muted);margin-bottom:22px}
.hours-list{display:flex;flex-direction:column;gap:1px;background:var(--border);border-radius:12px;overflow:hidden;border:1px solid var(--border)}
.hours-row{background:#fff;display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;padding:13px 16px}
.hours-row.closed-row{background:#FAFBFD}
.hours-day{font-size:13px;color:var(--navy);font-weight:600}
.hours-time{font-size:12px;color:var(--muted)}
.hours-status{font-size:9.5px;font-weight:700;letter-spacing:0.6px;text-transform:uppercase;padding:3px 8px;border-radius:100px}
.hours-status.open{background:#E8F8EF;color:#16A34A}
.hours-status.closed{background:#F4F6FA;color:#94A3B8}

.contact-card{background:var(--navy);color:#fff;border:none;position:relative;overflow:hidden}
.contact-card::before{content:'';position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(46,122,217,0.25) 0%,transparent 70%);bottom:-100px;right:-100px}
.contact-card h3{color:#fff;position:relative}
.contact-card .vp{color:rgba(255,255,255,0.65);position:relative}
.visit-map{margin-bottom:14px;position:relative;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,0.15)}
.visit-map iframe{filter:invert(0.92) hue-rotate(180deg) saturate(0.6) contrast(0.9)}
.map-open-btn{position:absolute;bottom:10px;right:10px;display:inline-flex;align-items:center;gap:7px;padding:9px 14px;background:rgba(255,255,255,0.95);color:var(--navy);font-size:12px;font-weight:700;border-radius:100px;text-decoration:none;box-shadow:0 4px 14px rgba(0,0,0,0.25);backdrop-filter:blur(8px);transition:transform .2s,background .2s;z-index:2}
.map-open-btn:hover{transform:translateY(-1px);background:#fff}
.map-open-btn svg{width:14px;height:14px}
.map-open-btn .map-arrow{width:12px;height:12px;opacity:0.5}
.contact-list{display:flex;flex-direction:column;gap:10px;position:relative}
.contact-row{display:flex;align-items:center;gap:14px;padding:13px 16px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:12px;text-decoration:none;color:#fff;transition:all .2s}
.contact-row:hover{background:rgba(255,255,255,0.12);border-color:rgba(255,255,255,0.25)}
.contact-icon{width:36px;height:36px;background:rgba(46,122,217,0.2);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-icon svg{width:16px;height:16px;fill:none;stroke:#a8c9f0;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.contact-content{flex:1}
.contact-label{font-size:10px;color:rgba(255,255,255,0.55);letter-spacing:1px;text-transform:uppercase;margin-bottom:2px}
.contact-value{font-size:13.5px;color:#fff;font-weight:500}

@media(max-width:768px){
  .visit-section{padding:70px 24px}
  .visit-grid{grid-template-columns:1fr}
  .visit-card{padding:28px 22px}
}
@media(max-width:480px){
  .visit-section{padding:50px 18px}
}
