/* =========================================================
   SITENAP — modern agency design system  (light #F5F8FA)
   High-contrast typography, fluid responsive scaling & agency finish
   ========================================================= */
:root{
  color-scheme: light;
  --bg:#F5F8FA; --surface:#FFFFFF; --surface-2:#EEF4F8; --surface-3:#E6EDF3;
  --line:#E2E9EF; --line-2:#D3DDE5;
  --ink:#0B1724; --ink-2:#1E2F40; --muted:#475569; --muted-2:#64748B;
  --blue:#1763FF; --blue-deep:#0A47CC; --cyan:#1FA2FF; --green:#16A34A;
  --grad-blue:linear-gradient(135deg,#2E86FF 0%,#1763FF 48%,#0A47CC 100%);
  --grad-steel:linear-gradient(135deg,#64748B 0%,#334155 52%,#0F172A 100%);
  --radius:16px; --radius-lg:22px; --maxw:1180px;
  --shadow-sm:0 1px 2px rgba(15,30,46,.05),0 1px 3px rgba(15,30,46,.04);
  --shadow:0 12px 32px -16px rgba(15,30,46,.16),0 4px 12px -8px rgba(15,30,46,.08);
  --shadow-lg:0 24px 60px -24px rgba(15,30,46,.22);
  --shadow-blue:0 14px 36px -12px rgba(23,99,255,.38);
  --ease:cubic-bezier(.22,.61,.36,1);
  --ease-out:cubic-bezier(0.16,1,0.3,1);
  --ease-spring:cubic-bezier(0.34,1.45,0.64,1);
  --ease-smooth:cubic-bezier(0.25,1,0.5,1);
  --nav-h:78px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:90px;overflow-x:hidden;overflow-x:clip;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:'Inter','Space Grotesk',system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink);font-size:clamp(0.92rem,1.4vw,1rem);line-height:1.68;overflow-x:hidden;overflow-x:clip;width:100%;max-width:100vw;-webkit-font-smoothing:antialiased}
a,button,input,select,textarea,.card,.pkg,.option-card,.menu-btn,.nav-btn,summary{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font-family:inherit}
::selection{background:rgba(23,99,255,.16);color:var(--ink)}

/* =========================================================
   ACCESSIBILITY & KEYBOARD FOCUS RING
   ========================================================= */
:focus-visible {
  outline: 2px solid var(--blue, #1763ff) !important;
  outline-offset: 3px !important;
}
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--blue, #1763ff) !important;
  outline-offset: 3px !important;
}

/* Accessible Skip Link */
.skip, .skip-link {
  position: absolute;
  top: -120px;
  left: 16px;
  background: var(--blue, #1763ff);
  color: #ffffff !important;
  padding: 12px 20px;
  border-radius: 10px;
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  z-index: 9999999;
  box-shadow: 0 8px 24px rgba(23, 99, 255, 0.4);
  transition: top 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
}
.skip:focus, .skip:focus-visible, .skip-link:focus, .skip-link:focus-visible {
  top: 16px;
}

/* ambient layers */
.bg-fx{position:fixed;inset:0;z-index:-3;pointer-events:none;background:
  radial-gradient(1100px 750px at 85% -8%,rgba(23,99,255,.14),transparent 65%),
  radial-gradient(950px 700px at 5% 10%,rgba(31,162,255,.10),transparent 60%),
  radial-gradient(850px 850px at 50% 115%,rgba(99,102,241,.08),transparent 65%),
  radial-gradient(600px 600px at 30% 60%,rgba(23,99,255,.05),transparent 70%),var(--bg)}
.bg-grid{position:fixed;inset:0;z-index:-2;pointer-events:none;opacity:.55;background-image:
  linear-gradient(rgba(15,30,46,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(15,30,46,.04) 1px,transparent 1px);
  background-size:56px 56px;-webkit-mask-image:radial-gradient(ellipse 95% 75% at 50% 22%,#000 30%,transparent 82%);mask-image:radial-gradient(ellipse 95% 75% at 50% 22%,#000 30%,transparent 82%)}
.ambient{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden}
.amb{position:absolute;background-image:url('logo.png');
background-repeat:no-repeat;background-position:center;background-size:contain;mix-blend-mode:normal;opacity:.04;will-change:transform}
.amb-1{width:120px;height:120px;left:6%;top:18%;animation:drift1 22s ease-in-out infinite}
.amb-2{width:210px;height:210px;right:8%;top:46%;opacity:.05;animation:drift2 28s ease-in-out infinite}
.amb-3{width:90px;height:90px;left:14%;bottom:8%;opacity:.07;animation:drift3 19s ease-in-out infinite}
@keyframes drift1{0%,100%{transform:translate(0,0) rotate(0)}50%{transform:translate(34px,-44px) rotate(10deg)}}
@keyframes drift2{0%,100%{transform:translate(0,0) rotate(0)}50%{transform:translate(-40px,30px) rotate(-8deg)}}
@keyframes drift3{0%,100%{transform:translate(0,0) rotate(0)}50%{transform:translate(26px,34px) rotate(14deg)}}

/* layout */
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 clamp(16px, 3vw, 24px)}
section:not(#loginView):not(#appView){position:relative;padding:clamp(54px, 7vw, 96px) 0}
.band-white{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.eyebrow{font-family:'Orbitron',sans-serif;font-weight:700;font-size:clamp(0.68rem, 1.2vw, 0.74rem);letter-spacing:.26em;text-transform:uppercase;color:var(--blue);display:inline-flex;align-items:center;gap:8px}
.eyebrow::before{content:"";width:22px;height:1.5px;background:var(--grad-blue)}
h1,h2,h3,h4{font-family:'Space Grotesk',sans-serif;line-height:1.15;letter-spacing:-.025em;color:var(--ink)}
.grad{background:var(--grad-blue);-webkit-background-clip:text;background-clip:text;color:transparent}
.silver{background:var(--grad-steel);-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{color:var(--muted);font-size:clamp(0.96rem, 1.8vw, 1.08rem);line-height:1.68}
.section-head{max-width:740px;margin:0 auto clamp(36px, 5vw, 56px);text-align:center}
.section-head.left{margin-left:0;margin-right:auto;text-align:left}
.section-head.left .eyebrow::before{display:none}
.section-head.left .eyebrow{padding-left:12px;border-left:3px solid var(--blue)}
.section-head h2{font-size:clamp(1.65rem,3.6vw,2.5rem);font-weight:700;margin:14px 0 12px}
.section-head p{color:var(--muted);font-size:clamp(0.92rem,1.6vw,1.05rem);line-height:1.65;max-width:62ch}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:9px;cursor:pointer;font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:clamp(0.9rem,1.4vw,0.96rem);padding:clamp(11px, 2vw, 13px) clamp(20px, 3vw, 26px);border-radius:999px;border:1px solid transparent;will-change:transform,box-shadow;transition:transform .3s var(--ease-spring),box-shadow .3s var(--ease-out),background .3s ease,border-color .3s ease,color .3s ease;white-space:nowrap;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.btn svg{width:16px;height:16px}
.btn-primary{position:relative;overflow:hidden;background:var(--grad-blue);color:#fff;box-shadow:var(--shadow-blue)}
.btn-primary::before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.35),transparent);transform:skewX(-22deg);transition:left .65s ease;pointer-events:none}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 60px -16px rgba(23,99,255,.52)}
.btn-primary:hover::before{left:160%}
.btn-ghost{background:var(--surface);border-color:var(--line);color:var(--ink);box-shadow:var(--shadow-sm)}
.btn-ghost:hover{transform:translateY(-2px);border-color:rgba(23,99,255,.45);background:rgba(23,99,255,.06);color:var(--blue-deep)}
.btn:active{transform:scale(0.96)!important}
.btn-block{width:100%;justify-content:center}
:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:6px}

/* brand / logo (inline SVG sprite) */
.brand{display:inline-flex;align-items:center;gap:10px}
.brand-mark{width:38px;height:38px;flex:0 0 auto;display:block;mix-blend-mode:normal;background-image:none;border:0;color:transparent;filter:drop-shadow(0 4px 12px rgba(23,99,255,.24))}
.brand-word{font-family:'Orbitron',sans-serif;font-weight:800;font-size:1.3rem;letter-spacing:.12em;line-height:1}
.bw1{background:var(--grad-steel);-webkit-background-clip:text;background-clip:text;color:transparent}
.bw2{background:var(--grad-blue);-webkit-background-clip:text;background-clip:text;color:transparent}
/* =========================================================
   ENTERPRISE KINETIC PRELOADER (Google / Microsoft / Stripe Level)
   ========================================================= */
#kinetic-loader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: radial-gradient(circle at 50% 40%, #0d1726 0%, #080f1a 60%, #040810 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              filter 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.65s;
  will-change: opacity, transform, filter;
}

#kinetic-loader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-20px) scale(0.98);
  filter: blur(10px);
}

/* Top Laser Bar (Google/YouTube/Stripe style) */
.loader-top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: rgba(23, 99, 255, 0.12);
  overflow: hidden;
  z-index: 10;
}

.loader-top-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #1763ff 0%, #00d4ff 45%, #8b5cf6 75%, #1763ff 100%);
  background-size: 200% 100%;
  animation: snGradientShift 2s linear infinite;
  box-shadow: 0 0 16px rgba(0, 212, 255, 0.8), 0 0 4px #1763ff;
  transition: width 0.1s linear;
}

@keyframes snGradientShift {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

/* Center Content */
.loader-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 380px;
  width: 90%;
  text-align: center;
  z-index: 2;
  transform: translateY(0);
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Clean Minimalist Emblem */
.loader-logo-wrapper {
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle, rgba(23, 99, 255, 0.35) 0%, rgba(0, 212, 255, 0.15) 50%, transparent 70%);
  border-radius: 50%;
  filter: blur(16px);
  animation: snPulseOrb 2.4s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes snPulseOrb {
  0% { transform: scale(0.88); opacity: 0.45; }
  100% { transform: scale(1.15); opacity: 0.9; }
}

.loader-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(23, 99, 255, 0.65));
  z-index: 3;
  animation: logo-breathe 2.4s ease-in-out infinite;
}

@keyframes logo-breathe {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 16px rgba(23, 99, 255, 0.65)); }
  50% { transform: scale(1.06); filter: drop-shadow(0 0 24px rgba(0, 212, 255, 0.85)); }
}

/* Brand & Tagline */
.loader-text-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.loader-brand {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.loader-brand .bw1, .loader-brand .brand-s {
  background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.loader-brand .bw2, .loader-brand .brand-n {
  background: linear-gradient(135deg, #38bdf8 0%, #1763ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.loader-tagline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: #94a3b8;
  text-transform: uppercase;
  font-weight: 600;
}

/* Precision Progress Bar Track */
.loader-progress-track {
  width: 240px;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}

.loader-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #1763FF, #00d4ff, #8b5cf6);
  border-radius: 99px;
  box-shadow: 0 0 14px rgba(0, 212, 255, 0.8), 0 0 4px #1763FF;
  transition: width 0.08s linear;
}

/* Status & Live Percentage */
.loader-status-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.loader-status-text {
  color: #64748b;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.loader-status-pct {
  color: #38bdf8;
  font-variant-numeric: tabular-nums;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  #kinetic-loader {
    display: none !important;
  }
}

.skip{position:absolute;left:-999px;top:0;background:var(--blue);color:#fff;padding:10px 16px;border-radius:0 0 8px 0;z-index:300}
.skip:focus{left:0}

/* nav */
header.nav{position:fixed;top:0;left:0;right:0;z-index:60;transition:background .3s,border-color .3s,box-shadow .3s,backdrop-filter .3s}
header.nav.scrolled{background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);box-shadow:var(--shadow-sm)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:var(--nav-h)}
.nav-links{display:flex;align-items:center;gap:30px}
.nav-links a{font-size:.92rem;color:var(--muted);font-weight:500;transition:color .2s;position:relative;padding:6px 0}
.nav-links a:hover,.nav-links a.active{color:var(--ink)}
.nav-links a::after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0;background:var(--grad-blue);transition:width .25s var(--ease)}
.nav-links a:hover::after,.nav-links a.active::after{width:100%}
.nav-cta{display:flex;align-items:center;gap:12px}

/* interior page head */
.page-head{position:relative;overflow:hidden;border-bottom:1px solid var(--line);padding:calc(var(--nav-h) + clamp(48px, 6vw, 72px)) 0 clamp(36px, 5vw, 56px)}
.page-head .wrap{position:relative;z-index:2;text-align:left}
.page-head .ph-mark{position:absolute;right:-30px;top:50%;transform:translateY(-50%);width:min(420px,46vw);height:auto;display:block;opacity:.08;z-index:1;mix-blend-mode:normal;background-image:none;border:0;color:transparent;pointer-events:none}
.page-head .crumbs{font-size:.82rem;color:var(--muted-2);letter-spacing:.04em}
.page-head .crumbs a:hover{color:var(--blue)}
.page-head .eyebrow{margin-top:14px}
.page-head h1{font-size:clamp(1.8rem,4.8vw,3.4rem);font-weight:700;margin:12px 0 12px;max-width:20ch}
.page-head h1::after{content:"";display:block;width:56px;height:3px;border-radius:3px;background:var(--grad-blue);margin-top:16px}
.page-head p{max-width:58ch;margin:0;color:var(--muted);font-size:clamp(0.95rem, 1.8vw, 1.08rem);line-height:1.65}

/* ============ EDITORIAL HERO (home) ============ */
.sn-hero{
  --font:"Inter Tight","Helvetica Neue",Helvetica,Arial,sans-serif,system-ui;
  --text:#0B1724;--text-2:#1E2F40;--mute:#475569;--mute-2:#64748B;
  --card:#fff;--line:rgba(15,30,46,.08);--line-2:rgba(15,30,46,.14);--accent:#1763FF;
  --tile:linear-gradient(135deg,#2E86FF 0%,#1763FF 50%,#0A47CC 100%);
  position:relative;max-width:1280px;margin:0 auto;padding:calc(var(--nav-h) + clamp(48px, 6vw, 70px)) clamp(24px,4vw,48px) 36px;overflow:hidden;z-index:1;isolation:isolate;
}
.sn-hero .hero-meta,
.sn-hero .title,
.sn-hero .hero-cta,
.sn-hero .resource-list{
  position:relative;
  z-index:4;
}
.sn-hero .wave-wrap{
  position: absolute;
  top: -45px;
  right: -45px;
  z-index: 2;
  pointer-events: none;
  width: min(1200px, 90vw);
  height: auto;
  filter: none;
  transform-origin: top right;
  will-change: transform;
}
.sn-hero .wave-wrap img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: top right;
  transform-origin: top right;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 6%, rgba(0, 0, 0, 0.85) 15%, #000 25%),
                      linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.4) 4%, #000 14%),
                      linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.4) 6%, #000 16%),
                      linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 6%, #000 16%),
                      linear-gradient(140deg, #000 64%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.25) 86%, transparent 95%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 6%, rgba(0, 0, 0, 0.85) 15%, #000 25%),
              linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.4) 4%, #000 14%),
              linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.4) 6%, #000 16%),
              linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 6%, #000 16%),
              linear-gradient(140deg, #000 64%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.25) 86%, transparent 95%);
  mask-composite: intersect;
}
.sn-hero .wave-glow,
.sn-hero .wave-glow.b{
  display: none !important;
}
.sn-hero .bg-text{
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: var(--font);
  font-size: clamp(140px, 22vw, 320px);
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(15, 15, 25, 0.08);
  pointer-events: none;
  white-space: nowrap;
  user-select: none;
}
.sn-hero .hero-meta{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:18px;position:relative;z-index:4}
.sn-hero .sn-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font);font-size:12px;letter-spacing:.04em;color:var(--text-2);margin:0}
.sn-hero .sn-eyebrow::before{content:"";width:10px;height:1px;background:currentColor}
.sn-hero .sn-eyebrow::after{content:"";width:4px;height:4px;border-radius:50%;background:currentColor;margin-left:4px}
.sn-hero .live-pill{display:inline-flex;align-items:center;gap:8px;font-family:var(--font);font-size:12px;font-weight:500;color:var(--text-2);background:var(--card);border:1px solid var(--line-2);border-radius:999px;padding:6px 13px;box-shadow:0 1px 0 #fff inset,0 4px 12px rgba(20,40,80,.06)}
.sn-hero .lp-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 0 rgba(22,163,74,.5);animation:pulse 1.8s infinite}
.sn-hero .partner-badge{
  border-color: rgba(23,99,255,.32) !important;
  background: linear-gradient(135deg, rgba(23,99,255,.05), rgba(31,162,255,.05)) !important;
  box-shadow: 0 4px 14px rgba(23,99,255,.08), inset 0 1px 0 #fff !important;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease) !important;
  cursor: default;
}
.sn-hero .partner-badge:hover{
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 6px 20px rgba(23,99,255,.14), inset 0 1px 0 #fff !important;
  border-color: rgba(23,99,255,.45) !important;
}
.sn-hero .partner-badge svg{
  animation: badgePulse 2s infinite ease-in-out;
  flex-shrink: 0;
}
@keyframes badgePulse{
  0%, 100%{ opacity: 1; transform: scale(1); }
  50%{ opacity: .8; transform: scale(1.08); }
}
.sn-hero .title{font-family:var(--font);font-weight:800;font-size:clamp(40px,8vw,92px);line-height:.94;letter-spacing:-.03em;color:var(--text);margin:0;position:relative;z-index:4}
.sn-hero .title .word{display:inline-block;transition:transform .3s cubic-bezier(0.34,1.56,0.64,1),color .3s ease;cursor:default}
.sn-hero .title .word:hover{
  background:linear-gradient(135deg,#0B1724 0%,#1763FF 45%,#00D4FF 55%,#0B1724 100%);
  background-size:200% auto;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:shineWord 2.2s linear infinite;
  transform:translateY(-2px) scale(1.01);
}
@keyframes shineWord{to{background-position:200% center}}
.sn-hero .title-line{display:flex;align-items:center;gap:clamp(12px,1.4vw,22px);flex-wrap:wrap}
.sn-hero .title-desc{font-family:var(--font);font-weight:400;font-size:clamp(12px,1vw,15px);line-height:1.4;color:var(--text-2);max-width:26ch;letter-spacing:0;text-transform:none;margin:0;align-self:center}
.sn-hero .paren-group{display:inline-flex;align-items:center;gap:clamp(6px, 1vw, 10px);font-family:var(--font);line-height:.94}
.sn-hero .paren-group .paren{color:var(--text);display:inline-block;transform:translateY(-2%);font-weight:400}
.sn-hero .hero-token-img-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:clamp(38px,4.5vw,54px);height:clamp(38px,4.5vw,54px);border-radius:50%;overflow:hidden;box-shadow:0 8px 24px -4px rgba(23,99,255,.45),0 0 0 1.5px rgba(255,255,255,.95);transition:transform .35s cubic-bezier(0.34,1.56,0.64,1),box-shadow .35s ease;vertical-align:middle;flex-shrink:0;z-index:2;animation:tokenBreath 3.6s ease-in-out infinite alternate}
@keyframes tokenBreath{
  0%{box-shadow:0 8px 22px -4px rgba(23,99,255,.35),0 0 12px rgba(23,99,255,.15),0 0 0 1.5px rgba(255,255,255,.95)}
  100%{box-shadow:0 12px 28px -2px rgba(23,99,255,.6),0 0 20px rgba(31,162,255,.35),0 0 0 2px rgba(255,255,255,1)}
}
.sn-hero .hero-token-img-wrap:hover{transform:translateY(-4px) scale(1.12);box-shadow:0 16px 36px -4px rgba(23,99,255,.65),0 0 24px rgba(0,212,255,.5)}
.sn-hero .hero-token-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%;transform:scale(1.05)}
/* Founder photo */
.avatar {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: block;
  object-fit: cover;
  object-position: top center;
  background: radial-gradient(circle at 50% 35%, #ffffff 0%, #edf5ff 65%, #dceaff 100%);
  box-shadow: 0 12px 32px -8px rgba(23, 99, 255, 0.42), 0 0 0 3px #fff, 0 0 0 5px rgba(23, 99, 255, 0.3);
  position: relative;
  transition: transform .4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .4s ease;
}
.avatar:hover {
  transform: scale(1.06) translateY(-4px);
  box-shadow: 0 18px 42px -6px rgba(23, 99, 255, 0.55), 0 0 0 3px #fff, 0 0 22px rgba(0, 212, 255, 0.45);
}
.sn-hero .icon-tile{position:relative;width:50px;height:50px;border-radius:100px;background:var(--tile);display:inline-flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 24px 40px -16px rgba(10,40,120,.5),0 10px 20px -6px rgba(10,40,120,.32),inset 0 2px 0 rgba(255,255,255,.25),inset 0 -3px 6px rgba(0,0,0,.35);z-index:10;will-change:transform}
.sn-hero .icon-tile::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(155deg,rgba(255,255,255,.25) 0%,transparent 35%,transparent 70%,rgba(0,0,0,.25) 100%)}
.sn-hero .icon-tile svg{width:24px;height:24px;fill:currentColor;position:relative;z-index:1}
.sn-hero .future-tag{font-family:var(--font);font-weight:500;font-size:clamp(12px,1vw,14px);line-height:1.35;color:var(--text-2);align-self:center;margin-left:4px}
.sn-hero .hero-desc-right{width:fit-content;text-align:left;font-size:.92rem;color:var(--text-2);font-weight:500;letter-spacing:normal}
.sn-hero .hero-desc-right strong{color:var(--text)}
.sn-hero .hero-desc-right svg{color:var(--accent);vertical-align:-3px;margin-right:4px;flex-shrink:0}
.sn-hero .sn-badge{position:relative;left:auto;top:auto;display:block;width:108px;height:108px;margin:30px 0 0 2px;z-index:6;will-change:transform,opacity}
.sn-hero .sn-badge .ring{position:absolute;inset:0;animation:sn-spin 18s linear infinite}
.sn-hero .sn-badge:hover .ring{animation-duration:6s}
.sn-hero .sn-badge-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:30px;height:30px;border-radius:50%;background:var(--card);border:1px solid var(--line-2);display:grid;place-items:center;box-shadow:0 6px 16px rgba(15,30,46,.12),inset 0 1px 0 #fff}
.sn-hero .sn-badge-center svg{width:14px;height:14px;color:var(--text)}
.sn-hero .resource-list{position:relative;z-index:4;margin:64px 0 8px;margin-left:auto;max-width:380px}
.sn-hero .res-item{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:18px;padding:14px 4px;border-top:1px solid var(--line-2);color:var(--mute);font-size:15px;font-family:var(--font);transition:color .25s,padding .25s}
.sn-hero .res-item:last-child{border-bottom:1px solid var(--line-2)}
.sn-hero .res-item:hover{color:var(--text);padding-left:8px}
.sn-hero .res-item .label{display:inline-flex;gap:6px}
.sn-hero .res-item .dots{display:inline-flex;gap:4px}
.sn-hero .res-item .dots span{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.25}
.sn-hero .res-item:hover .dots span:nth-child(2){opacity:1}
.sn-hero .res-item .arrow svg{width:18px;height:18px;transition:transform .3s}
.sn-hero .res-item:hover .arrow svg{transform:translateX(4px)}

/* marquee */
.marquee{border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden;padding:18px 0;background:linear-gradient(90deg,transparent,rgba(23,99,255,.035),transparent)}
.marquee-track{display:flex;gap:54px;width:max-content;animation:scroll 26s linear infinite}
.marquee-track span{font-family:'Orbitron',sans-serif;font-weight:600;letter-spacing:.22em;font-size:.82rem;color:var(--muted-2);display:inline-flex;align-items:center;gap:54px}
.marquee-track span::after{content:"◆";color:var(--blue);font-size:.6rem}
@keyframes scroll{to{transform:translateX(-50%)}}

/* stats */
.stats{padding:60px 0 90px}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.stat{padding:30px 22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);text-align:center;transition:.3s var(--ease)}
.stat:hover{transform:translateY(-4px);border-color:rgba(23,99,255,.35);box-shadow:var(--shadow)}
.stat .num{font-family:'JetBrains Mono',ui-monospace,SFMono-Regular,Consolas,monospace;font-weight:800;font-size:2.4rem;letter-spacing:-0.03em;background:var(--grad-blue);-webkit-background-clip:text;background-clip:text;color:transparent}
.stat .lbl{color:var(--muted);font-size:.9rem;margin-top:6px}

/* cards */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.card{position:relative;border:1px solid var(--line);border-radius:var(--radius-lg);padding:36px 30px;background:var(--surface);box-shadow:var(--shadow-sm);overflow:hidden;will-change:transform,box-shadow;transform:translate3d(0,0,0);backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:transform .35s var(--ease-smooth),box-shadow .35s var(--ease-out),border-color .3s ease}
.card::before{content:"";position:absolute;inset:0;border-radius:var(--radius-lg);padding:1px;background:linear-gradient(140deg,rgba(23,99,255,.55),transparent 42%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .35s ease}
.card:hover{transform:translate3d(0,-8px,0);box-shadow:0 20px 44px -14px rgba(23,99,255,.20),0 6px 16px -8px rgba(15,30,46,.06);border-color:rgba(23,99,255,.45)}
.card:hover::before{opacity:1}
.card .glow{position:absolute;top:-40px;right:-40px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(23,99,255,.16),transparent 70%);opacity:0;transition:opacity .35s ease}
.card:hover .glow{opacity:1}
.card::after, .pkg::after, .svc-info-card::after {content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(350px circle at var(--mouse-x, -9999px) var(--mouse-y, -9999px),rgba(23,99,255,.07),transparent 65%);pointer-events:none;opacity:0;transition:opacity .3s ease}
.card:hover::after, .pkg:hover::after, .svc-info-card:hover::after {opacity:1}

/* Service cards specific enhancements */
.service-card {
  will-change:transform,box-shadow;
  transition:transform .45s var(--ease-spring),box-shadow .45s var(--ease-out),border-color .35s ease;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.service-card:hover {transform:translate3d(0,-8px,0) !important;box-shadow:0 22px 48px -12px rgba(23,99,255,.22),0 8px 20px -8px rgba(15,30,46,.08) !important;border-color:rgba(23,99,255,.5) !important}
.service-card .service-image {
  position:relative;
  width:100%;
  aspect-ratio:3 / 2;
  height:auto;
  border-radius:14px;
  margin-bottom:20px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:0 4px 14px rgba(15,30,46,0.04);
  background:transparent;
}
.service-card .service-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  border-radius:13px;
  transition:transform .6s var(--ease-spring);
}
.service-card:hover .service-image img {
  transform:scale(1.04);
}
.service-card .ic {transition:transform .4s var(--ease-spring),background-color .3s ease,box-shadow .3s ease}
.service-card:hover .ic {transform:scale(1.08) translateY(-2px);background:rgba(23,99,255,.12);box-shadow:0 6px 18px rgba(23,99,255,.2)}
.service-card .link-arrow {transition:gap .25s ease,color .25s ease;margin-top:auto;padding-top:14px}
.service-card:hover .link-arrow {gap:13px;color:var(--blue-deep)}

.ic{width:60px;height:60px;border-radius:16px;display:grid;place-items:center;margin-bottom:22px;background:linear-gradient(140deg,rgba(23,99,255,.12),rgba(23,99,255,.04));border:1px solid var(--line);flex-shrink:0}
.ic svg{width:30px;height:30px;stroke:var(--blue);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block;flex-shrink:0}
.card h3{font-size:1.4rem;font-weight:600;margin-bottom:12px}
.card p{color:var(--muted);font-size:.98rem;margin-bottom:18px}
.feat{list-style:none;display:flex;flex-direction:column;gap:10px}
.feat li{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:.93rem}
.feat li::before{content:"";width:7px;height:7px;border-radius:2px;background:var(--grad-blue);transform:rotate(45deg) translateY(6px);flex:0 0 auto}
.link-arrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:600;font-size:.92rem;margin-top:20px;transition:gap .2s}
.link-arrow:hover{gap:13px}
.link-arrow svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;display:block;flex-shrink:0}

/* service detail */
.svc-detail{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center;padding:48px 0;border-top:1px solid var(--line)}
.svc-detail:nth-child(even){grid-template-columns:1.1fr .9fr}
.svc-detail:nth-child(even) .svc-visual{order:2}
.svc-detail .num{font-family:'Orbitron',sans-serif;font-weight:800;font-size:1rem;color:var(--blue);letter-spacing:.2em}
.svc-detail h3{font-size:clamp(1.6rem,3.4vw,2.3rem);font-weight:700;margin:10px 0 14px}
.svc-visual{border:1px solid var(--line);border-radius:var(--radius-lg);padding:40px;background:radial-gradient(420px 220px at 70% 0%,rgba(23,99,255,.10),transparent 70%),var(--surface-2);display:grid;place-items:center;min-height:240px}
.svc-visual .big-ic svg{width:96px;height:96px;stroke:var(--blue);fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}

/* packages */
.pkg{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius-lg);padding:34px 30px;background:var(--surface);box-shadow:var(--shadow-sm);transition:.3s var(--ease)}
.pkg:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.pkg.featured{border-color:rgba(23,99,255,.45);background:linear-gradient(160deg,rgba(23,99,255,.06),var(--surface));box-shadow:var(--shadow);position:relative}
.pkg .tag{position:absolute;top:18px;right:18px;font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;font-family:'Orbitron',sans-serif;color:#fff;background:var(--grad-blue);padding:5px 11px;border-radius:999px}
.pkg h4{font-size:1.25rem;font-weight:700}
.pkg .price{font-family:'Space Grotesk',sans-serif;font-size:2rem;font-weight:700;margin:14px 0 4px;color:var(--ink)}
.pkg .price small{font-size:.85rem;color:var(--muted);font-weight:400}
.pkg .desc{color:var(--muted);font-size:.92rem;margin-bottom:18px}

/* founder */
.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}
.roles{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 30px}
.roles span{font-size:.82rem;padding:7px 14px;border-radius:999px;border:1px solid var(--line);background:var(--surface-2);color:var(--ink-2)}
.roles span b{color:var(--blue);font-weight:600}
.fcard{position:relative;border:1px solid var(--line);border-radius:var(--radius-lg);padding:40px 32px;text-align:center;overflow:hidden;background:linear-gradient(160deg,rgba(23,99,255,.06),var(--surface));box-shadow:var(--shadow);transition:transform .4s var(--ease-spring),box-shadow .4s ease,border-color .35s ease}
.fcard:hover{transform:translateY(-8px);box-shadow:0 24px 60px -16px rgba(23,99,255,.24),0 10px 24px -8px rgba(15,30,46,.1);border-color:rgba(23,99,255,.4)}
.fcard::before{content:"";position:absolute;inset:0;background:radial-gradient(420px 200px at 50% -10%,rgba(23,99,255,.14),transparent 70%);pointer-events:none}
.fcard h3{font-size:1.55rem;font-weight:700}
.fcard .role{color:var(--blue);font-family:'Orbitron',sans-serif;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;margin-top:8px}
.solo{display:inline-flex;align-items:center;gap:8px;font-size:.84rem;font-weight:700;color:var(--blue-deep);background:linear-gradient(135deg,rgba(23,99,255,.12),rgba(31,162,255,.06));border:1px solid rgba(23,99,255,.32);padding:7px 18px;border-radius:999px;margin:18px 0;letter-spacing:.04em;box-shadow:0 4px 16px rgba(23,99,255,.12);transition:all .3s ease}
.solo:hover{transform:scale(1.04);border-color:rgba(23,99,255,.55);box-shadow:0 6px 20px rgba(23,99,255,.22)}
.solo .dot{width:8px;height:8px;border-radius:50%;background:#10B981;box-shadow:0 0 0 0 rgba(16,185,129,.7);animation:soloPulse 2s infinite}
@keyframes soloPulse{0%{box-shadow:0 0 0 0 rgba(16,185,129,.7)}70%{box-shadow:0 0 0 8px rgba(16,185,129,0)}100%{box-shadow:0 0 0 0 rgba(16,185,129,0)}}
.fcard .quote{color:var(--muted);font-style:italic;margin-bottom:24px;line-height:1.6}

/* story content styling */
.story-content-box{display:flex;flex-direction:column}
.story-highlight-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(23,99,255,.08);border:1px solid rgba(23,99,255,.2);color:var(--blue);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:20px;width:fit-content}
.story-lead{font-size:1.15rem;line-height:1.6;color:var(--ink);margin-bottom:18px}
.story-lead strong{color:var(--ink);font-weight:700}
.story-body{font-size:1rem;line-height:1.7;color:var(--muted);margin-bottom:18px}
.story-body strong{color:var(--ink);font-weight:600}
.roles-list{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 20px}
.roles-list span{font-size:.84rem;font-weight:600;padding:7px 16px;border-radius:999px;border:1px solid var(--line);background:var(--surface-2);color:var(--ink-2);transition:all .3s ease}
.roles-list span:hover{border-color:rgba(23,99,255,.4);color:var(--blue);transform:translateY(-2px)}
.story-cta-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}

/* =========================================================
   Animated Skill & Progress Bars System
   ========================================================= */
.skills{display:grid;grid-template-columns:1fr 1fr;gap:22px 40px;margin-top:18px}
.skill{transition:transform .3s var(--ease-spring)}
.skill:hover{transform:translateY(-2px)}
.skill .top{display:flex;justify-content:space-between;align-items:baseline;font-size:.92rem;font-weight:600;margin-bottom:9px;color:var(--ink-2)}
.skill .top span:last-child{color:var(--blue);font-family:'JetBrains Mono',ui-monospace,monospace;font-weight:700;font-size:.95rem}
.bar{position:relative;height:9px;border-radius:999px;background:var(--surface-3);overflow:hidden;box-shadow:inset 0 1px 3px rgba(15,30,46,.08)}
.bar i{
  position:relative;
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#1763FF 0%,#2E86FF 35%,#00D4FF 70%,#1763FF 100%);
  background-size:200% 100%;
  width:0;
  box-shadow:0 0 14px rgba(23,99,255,.45);
  transition:width 1.35s cubic-bezier(0.16,1,0.3,1);
  animation:barShimmer 2.8s linear infinite;
  overflow:visible;
}
@keyframes barShimmer{
  0%{background-position:100% 0}
  100%{background-position:-100% 0}
}
.bar i::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  width:7px;
  height:7px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 8px 2px rgba(0,212,255,.9),0 0 14px 4px rgba(23,99,255,.7);
}
.skill:hover .bar i{
  box-shadow:0 0 20px rgba(0,212,255,.65);
}

/* Universal Progress Bar Shimmer Beam */
.portal-progress-bar,
[class*="rounded-full h-2"] > div {
  position:relative;
  overflow:hidden;
}
.portal-progress-bar::after,
[class*="rounded-full h-2"] > div::after {
  content:"";
  position:absolute;
  top:0;left:0;bottom:0;right:0;
  background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.45) 50%,transparent 100%);
  transform:translateX(-100%);
  animation:progressLightBeam 2.4s infinite;
}
@keyframes progressLightBeam{
  0%{transform:translateX(-100%)}
  100%{transform:translateX(200%)}
}
.stack{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.stack span{font-size:.8rem;padding:7px 13px;border-radius:10px;border:1px solid var(--line);background:var(--surface-2);color:var(--muted)}

/* values */
.value{padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}
.value h4{font-size:1.1rem;margin-bottom:8px}
.value p{color:var(--muted);font-size:.93rem}

/* timeline */
.timeline{position:relative;max-width:860px;margin:0 auto;padding-left:38px}
.timeline::before{content:"";position:absolute;left:13px;top:6px;bottom:6px;width:2px;background:linear-gradient(var(--blue),var(--line))}
.tl-item{position:relative;padding:0 0 44px 26px}
.tl-item::before{content:"";position:absolute;left:-31px;top:4px;width:16px;height:16px;border-radius:50%;background:var(--grad-blue);box-shadow:0 0 0 5px rgba(23,99,255,.12)}
.tl-item .phase{font-family:'Orbitron',sans-serif;font-size:.72rem;letter-spacing:.2em;color:var(--blue);text-transform:uppercase}
.tl-item h3{font-size:1.4rem;font-weight:700;margin:8px 0 10px}
.tl-item p{color:var(--muted)}
.tl-item .deliv{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.tl-item .deliv span{font-size:.78rem;padding:5px 11px;border-radius:999px;border:1px solid var(--line);background:var(--surface-2);color:var(--muted)}

/* steps */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.steps.zigzag .step:nth-child(even){margin-top:22px}
.step{position:relative;padding:30px 24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);transition:.3s var(--ease)}
.step:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:rgba(23,99,255,.3)}
.step .n{font-family:'Orbitron',sans-serif;font-weight:800;font-size:2.3rem;background:var(--grad-steel);-webkit-background-clip:text;background-clip:text;color:transparent}
.step h4{font-size:1.12rem;font-weight:600;margin:10px 0 8px}
.step p{color:var(--muted);font-size:.92rem}

/* contact */
.contact-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:50px;align-items:start}
.info-card{border:1px solid var(--line);border-radius:var(--radius-lg);padding:34px;box-shadow:var(--shadow-sm);background:radial-gradient(500px 260px at 80% 0%,rgba(23,99,255,.08),transparent 70%),var(--surface)}
.contact-meta{display:flex;flex-direction:column;gap:16px;margin:24px 0}
.contact-meta a{display:inline-flex;align-items:center;gap:12px;font-weight:500;color:var(--ink);transition:color .2s}
.contact-meta a:hover{color:var(--blue)}
.contact-meta svg{width:20px;height:20px;stroke:var(--blue);fill:none;stroke-width:1.7}
.avail{display:inline-flex;align-items:center;gap:9px;font-size:.85rem;color:var(--muted);border:1px solid var(--line);padding:9px 16px;border-radius:999px}
.avail .dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 10px rgba(22,163,74,.5);animation:pulse 1.8s infinite}
form{display:flex;flex-direction:column;gap:16px;border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px;background:var(--surface);box-shadow:var(--shadow)}
.field{display:flex;flex-direction:column;gap:7px}
.field label{font-size:.82rem;color:var(--muted);font-weight:500}
.field input,.field select,.field textarea{background:#FBFDFF;border:1px solid var(--line);border-radius:12px;padding:13px 15px;color:var(--ink);font-family:inherit;font-size:.96rem;transition:border-color .2s,box-shadow .2s}
.field input::placeholder,.field textarea::placeholder{color:var(--muted-2)}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(23,99,255,.15)}
.field textarea{resize:vertical;min-height:120px}
.field select option{background:#fff;color:var(--ink)}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-success{display:none;text-align:center;padding:24px 10px}
.form-success.show{display:block;animation:fade .4s ease}
.form-success .tick{width:64px;height:64px;border-radius:50%;background:var(--grad-blue);display:grid;place-items:center;margin:0 auto 18px;box-shadow:var(--shadow-blue)}
.form-success .tick svg{width:30px;height:30px;stroke:#fff;fill:none;stroke-width:2.5}
@keyframes fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

/* =========================================================
   FAQ - Vengeance UI Style Animation
   ========================================================= */
.faq { 
  max-width: 820px; 
  margin: 0 auto; 
  display: flex; 
  flex-direction: column; 
  /* Removed gap for a seamless border-list look */
}

.faq-item {
  position: relative;
  border-bottom: 1px solid var(--line);
  transition: background-color 0.3s ease;
}
.faq-item:last-child { border-bottom: none; }

/* Active State Background */
.faq-item[open] {
  background: rgba(23, 99, 255, 0.03);
}

/* Left Border Accent (Animates width) */
.faq-item::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--line);
  transition: width 0.25s ease, background 0.25s ease;
  z-index: 2;
}
.faq-item[open]::before {
  width: 8px;
  background: var(--blue);
}

/* Summary / Question Button */
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 16px 50px 16px 60px; /* Left padding makes room for the icon */
  position: relative;
  outline: none;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink);
  transition: color 0.2s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--blue); }

/* Plus/Minus Icon */
.faq-item summary::before {
  content: "+";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 400;
  color: var(--muted);
  line-height: 1;
  transition: all 0.25s ease;
}
.faq-item[open] summary::before {
  content: "−"; /* Minus sign */
  font-size: 32px;
  color: var(--blue);
}

/* Rotating Chevron */
.faq-chevron {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px; height: 8px;
  border-top: 2px solid var(--muted);
  border-right: 2px solid var(--muted);
  transition: transform 0.35s ease, border-color 0.35s ease;
}
.faq-item[open] .faq-chevron {
  transform: translateY(-50%) rotate(-135deg);
  border-color: var(--blue);
}

/* Smooth Height Animation using CSS Grid */
.faq-a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item[open] .faq-a-wrap {
  grid-template-rows: 1fr;
}
.faq-a {
  overflow: hidden;
}
.faq-a p {
  padding: 0 50px 24px 60px; /* Aligns perfectly with the question text */
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

/* cta band */
.cta-band{padding:0;content-visibility:auto;contain-intrinsic-size:1px 360px}
.cta-inner{border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(34px,5vw,64px);text-align:center;overflow:hidden;box-shadow:var(--shadow);background:radial-gradient(700px 320px at 50% 0%,rgba(23,99,255,.10),transparent 70%),var(--surface);transform:translateZ(0);backface-visibility:hidden}
.cta-inner h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;margin-bottom:14px}
.cta-inner p{color:var(--muted);max-width:560px;margin:0 auto 28px}
.cta-inner .hero-cta{margin-top:0}
.hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:36px}

/* =========================================================
   FOOTER (Modern 4-Column with Threads WebGL Integration)
   ========================================================= */
footer, .site-footer {
  position: relative;
  border-top: 1px solid var(--line);
  padding: clamp(56px, 7vw, 84px) 0 36px;
  background: var(--surface-2);
  overflow: hidden;
}
footer .threads-canvas-host {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
}
footer .wrap {
  position: relative;
  z-index: 1;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 1.05fr 0.9fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: flex-start;
}
.foot-stay-connected {
  position: relative;
}
.foot-brand-header {
  margin-bottom: 14px;
}
.foot-heading {
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.foot-desc {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.55;
  margin-bottom: 20px;
  max-width: 320px;
}
.foot-subscribe-form {
  position: relative;
  max-width: 340px;
}
.foot-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.foot-input-wrap input[type="email"] {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border: 1.5px solid var(--line-2);
  border-radius: 999px;
  padding: 13px 52px 13px 20px;
  font-family: inherit;
  font-size: 0.92rem !important;
  color: var(--ink);
  outline: none;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(15, 30, 46, 0.04);
  transition: all 0.25s ease;
}
.foot-input-wrap input[type="email"]:focus {
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(23, 99, 255, 0.16), 0 4px 14px rgba(23, 99, 255, 0.08);
}
.foot-send-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1763ff 0%, #00b4d8 100%);
  color: #fff;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.34, 1.4, 0.64, 1);
  box-shadow: 0 4px 14px rgba(23, 99, 255, 0.38);
  flex-shrink: 0;
  z-index: 2;
}
.foot-send-btn svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  transition: transform 0.25s ease;
}
.foot-send-btn:hover {
  transform: translateY(-50%) scale(1.1);
  background: linear-gradient(135deg, #0052cc 0%, #1763ff 100%);
  box-shadow: 0 6px 20px rgba(23, 99, 255, 0.55);
}
.foot-send-btn:hover svg {
  transform: translate(2px, -2px);
}
.foot-send-btn:active {
  transform: translateY(-50%) scale(0.94);
  box-shadow: 0 2px 8px rgba(23, 99, 255, 0.35);
}
.foot-glow-orb {
  position: absolute;
  top: -10px;
  right: -15px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(23, 99, 255, 0.14);
  filter: blur(32px);
  pointer-events: none;
  z-index: -1;
}
.foot-col h5 {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-bottom: 16px;
}
.foot-col a {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 10px;
  text-decoration: none;
  transition: color 0.2s, transform 0.2s;
}
.foot-col a:hover {
  color: var(--blue);
  transform: translateX(2px);
}
.foot-address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.foot-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.91rem;
  margin: 0;
}
.foot-contact-item svg {
  width: 15px;
  height: 15px;
  stroke: var(--blue);
  flex-shrink: 0;
}
.foot-contact-item a {
  margin-bottom: 0;
  display: inline;
}
.foot-founder-tag {
  font-size: 0.83rem;
  color: var(--muted-2);
  margin-top: 8px;
}
.foot-subtext {
  font-size: 0.91rem;
  color: var(--muted);
  margin-bottom: 14px;
}
.foot-socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

/* Uiverse Expanding Pill Social Buttons */
.foot-socials .Btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  margin: 0;
}

.foot-socials .sign {
  width: 100%;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding-left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.foot-socials .sign svg {
  width: 22px;
  height: 22px;
  display: block;
}

.foot-socials .sign svg path {
  fill: #ffffff;
}

.foot-socials .text {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: #ffffff;
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity 0.25s ease, width 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding-right 0.35s;
  letter-spacing: 0.02em;
}

/* Individual Brand Styling */
.foot-socials .Btn.btn-x {
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.foot-socials .Btn.btn-linkedin {
  background-color: #0a66c2;
}

.foot-socials .Btn.btn-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.foot-socials .Btn.btn-reddit {
  background: linear-gradient(135deg, #ff4500 0%, #ff5700 50%, #d83a00 100%);
}

.foot-socials .Btn.btn-whatsapp {
  background-color: #00d757;
}

/* Hover Expansion Rules */
.foot-socials .Btn:hover {
  border-radius: 40px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.foot-socials .Btn.btn-x:hover {
  width: 120px;
}

.foot-socials .Btn.btn-linkedin:hover {
  width: 135px;
}

.foot-socials .Btn.btn-instagram:hover {
  width: 145px;
}

.foot-socials .Btn.btn-reddit:hover {
  width: 125px;
  box-shadow: 0 6px 20px rgba(255, 69, 0, 0.45);
}

.foot-socials .Btn.btn-whatsapp:hover {
  width: 148px;
}

.foot-socials .Btn:hover .sign {
  width: 32%;
  padding-left: 10px;
}

.foot-socials .Btn:hover .text {
  opacity: 1;
  width: 68%;
  padding-right: 12px;
}

.foot-socials .Btn:active {
  transform: translate(2px, 2px);
}
.foot-bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--muted-2);
  font-size: 0.85rem;
}
.foot-policy-links {
  display: flex;
  gap: 20px;
}
.foot-policy-links a {
  color: var(--muted-2);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
}
.foot-policy-links a:hover {
  color: var(--blue);
}

@media (max-width: 960px) {
  .foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}
@media (max-width: 640px) {
  .foot-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .foot-bottom {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .foot-policy-links {
    justify-content: center;
  }
}

/* reveal */
.reveal{opacity:0;transform:translate3d(0,24px,0) scale(0.985);will-change:opacity,transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:opacity .65s var(--ease-out),transform .65s var(--ease-out);transition-delay:var(--d,0s)}
.reveal.in{opacity:1;transform:translate3d(0,0,0) scale(1)}

/* shared keyframes */
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.35}}
@keyframes sn-spin{to{transform:rotate(360deg)}}

/* progressive enhancement */
.js-anim .sn-hero .wave-wrap,.js-anim .sn-hero .wave-glow,.js-anim .sn-hero .bg-text,.js-anim .sn-hero .sn-badge{opacity:0}
.sn-anim-fallback .sn-hero .wave-wrap,.sn-anim-fallback .sn-hero .wave-glow,.sn-anim-fallback .sn-hero .bg-text,.sn-anim-fallback .sn-hero .sn-badge{opacity:1 !important}

/* ============ RESPONSIVE ============ */
@media(max-width:980px){
  .about-grid,.contact-grid{grid-template-columns:1fr;gap:36px}
  .svc-detail,.svc-detail:nth-child(even){grid-template-columns:1fr;gap:24px}
  .svc-detail:nth-child(even) .svc-visual{order:0}
  .grid-3{grid-template-columns:1fr 1fr;gap:20px}
  .steps{grid-template-columns:1fr 1fr;gap:18px}
  .stat-grid{grid-template-columns:1fr 1fr;gap:16px}
  .skills{grid-template-columns:1fr}
  .steps.zigzag .step:nth-child(even){margin-top:0}
}
@media(max-width:900px){
  .sn-hero{padding-top:clamp(135px, 17vh, 160px); overflow:hidden;}
  .page-head, .builder-hero{padding-top:clamp(140px, 18vh, 165px) !important;}
  .sn-hero .bg-text{font-size:clamp(110px, 28vw, 200px) !important;}
  .sn-hero .wave-wrap{
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
    width: clamp(380px, 85vw, 560px) !important;
    opacity: 1 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    transform-origin: top right !important;
    filter: none !important;
  }
  .sn-hero .wave-wrap img{
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: top right !important;
    transform-origin: top right !important;
  }
  .sn-hero .hero-meta,
  .sn-hero .title,
  .sn-hero .hero-cta,
  .sn-hero .resource-list,
  .sn-hero .sn-badge {
    position: relative !important;
    z-index: 2 !important;
  }
  .sn-hero .sn-badge{margin:20px 0 0 2px}
  .sn-hero .resource-list{margin-left:0;max-width:100%;margin-top:40px}
  .page-head .ph-mark{opacity:.06;right:-60px}
}
@media(max-width:768px){
  .sn-hero{padding-top:clamp(140px, 18vh, 165px); padding-left:clamp(20px, 5vw, 32px); padding-right:clamp(20px, 5vw, 32px);}
  .page-head, .builder-hero{padding-top:clamp(140px, 18vh, 165px) !important;}
  .sn-hero .wave-wrap{
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
    width: clamp(340px, 88vw, 480px) !important;
    transform-origin: top right !important;
  }
  .nav-links{position:fixed;top:var(--nav-h);left:0;right:0;flex-direction:column;gap:0;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);border-bottom:1px solid var(--line);padding:10px 24px 24px;transform:translateY(-130%);transition:transform .35s var(--ease);align-items:stretch;box-shadow:var(--shadow)}
  .nav-links.open{transform:translateY(0)}
  .nav-links a{padding:14px 0;border-bottom:1px solid var(--line);font-size:.95rem}
  .nav-links a::after{display:none}
  .nav-cta .btn-ghost{display:none}
  .menu-btn{display:flex}
  .grid-3,.grid-2{grid-template-columns:1fr;gap:18px}
  .row2{grid-template-columns:1fr}
  /* Prevent iOS input focus auto-zoom & ensure comfortable tap target */
  .field input, .field select, .field textarea, input, select, textarea { font-size: 16px !important; min-height: 44px; }
  
  /* Compact Floating WhatsApp Button */
  .whatsapp-float { bottom: 16px; right: 16px; }
  .whatsapp-float .Btn { width: 44px; height: 44px; }
  .whatsapp-float .sign svg { width: 22px; }
}
@media(max-width:640px){
  .wrap{padding:0 16px}
  section{padding:clamp(40px, 7vw, 60px) 0}
  .card, .pkg, .fcard, .info-card, .value, .step { padding: clamp(20px, 4.5vw, 26px) clamp(16px, 4vw, 20px) !important; border-radius: 18px !important; }
  .ic { width: 48px; height: 48px; border-radius: 12px; margin-bottom: 16px; }
  .ic svg { width: 24px; height: 24px; }
  .service-card .service-image { width: 100%; aspect-ratio: 3 / 2; height: auto; border-radius: 13px; margin-bottom: 16px; overflow: hidden; background: transparent; }
  .service-card .service-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 12px; display: block; }
  .sn-hero{padding-top:clamp(142px, 18vh, 168px) !important; padding-left:clamp(18px, 5vw, 24px) !important; padding-right:clamp(18px, 5vw, 24px) !important;}
  .page-head, .builder-hero{padding-top:clamp(144px, 18vh, 168px) !important;}
  .sn-hero .hero-meta{gap:8px; margin-top:4px; margin-bottom:16px; flex-direction:column; align-items:flex-start}
  .sn-hero .partner-badge{font-size:11.5px; padding:7px 12px; max-width:100%; white-space:normal; line-height:1.45}
  .sn-hero .future-tag{width:100%; margin-top:8px; display:block}
  .sn-hero .hero-desc-right{font-size:clamp(12px, 3.2vw, 13.5px); line-height:1.5; display:inline-flex; align-items:center; gap:6px; flex-wrap:wrap}
  .sn-hero .wave-wrap{
    position: absolute !important;
    top: -12px !important;
    right: -12px !important;
    width: clamp(320px, 90vw, 440px) !important;
    opacity: 1 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    transform-origin: top right !important;
    filter: none !important;
  }
  .sn-hero .wave-wrap img{
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: top right !important;
    transform-origin: top right !important;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 8%, rgba(0, 0, 0, 0.8) 18%, #000 30%),
                        linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.35) 6%, #000 16%),
                        linear-gradient(140deg, #000 58%, rgba(0, 0, 0, 0.5) 75%, transparent 95%);
    -webkit-mask-composite: source-in;
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 8%, rgba(0, 0, 0, 0.8) 18%, #000 30%),
                linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.35) 6%, #000 16%),
                linear-gradient(140deg, #000 58%, rgba(0, 0, 0, 0.5) 75%, transparent 95%);
    mask-composite: intersect;
  }
  .timeline{padding-left:24px}
  .timeline::before{left:8px}
  .tl-item{padding:0 0 28px 16px}
  .tl-item::before{left:-22px;width:14px;height:14px}
  .foot-top{flex-direction:column;gap:20px}
  .foot-links{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%}
  .foot-bottom{flex-direction:column;text-align:center;gap:8px;margin-top:32px;padding-top:20px}
}
@media(max-width:540px){
  .sn-hero .wave-wrap{
    top: -10px !important;
    right: -10px !important;
    width: clamp(300px, 92vw, 400px) !important;
    transform-origin: top right !important;
  }
  .steps,.stat-grid{grid-template-columns:1fr 1fr;gap:10px}
  .stat{padding:18px 12px;}
  .stat .num{font-size:clamp(1.5rem, 6.2vw, 2.1rem);}
  .sn-hero{padding-top:148px !important; padding-left:18px !important; padding-right:18px !important;}
  .page-head, .builder-hero{padding-top:148px !important;}
  .sn-hero .title{font-size:clamp(24px,7.5vw,34px); line-height:1.1; overflow-wrap:break-word; word-break:break-word;}
  .sn-hero .paren-group{font-size:clamp(24px,7.5vw,34px); flex-wrap:wrap; gap:5px;}
  .sn-hero .hero-token-img-wrap{width:34px;height:34px}
  .sn-hero .title-line{gap:6px}
  .sn-hero .title-desc{max-width:100%; font-size:13px; line-height:1.45; margin:8px 0 10px}
  .sn-hero .icon-tile{width:36px; height:36px}
  .sn-hero .icon-tile svg{width:18px; height:18px}
  .sn-hero .hero-meta{gap:8px; margin-top:6px; margin-bottom:14px}
  .sn-hero .hero-cta{flex-direction:column; width:100%; gap:10px}
  .sn-hero .hero-cta .btn{width:100%; justify-content:center; padding:12px 18px}

  /* FAQ mobile spacing */
  .faq-item summary{padding:14px 34px 14px 38px; font-size:0.92rem; min-height:54px}
  .faq-item summary::before{left:12px; font-size:18px}
  .faq-chevron{right:12px}
  .faq-a p{padding:0 12px 14px 38px; font-size:0.88rem; line-height:1.55}

  /* --- DNA Ribbon Mobile Optimization (Highlighted Behind Content) --- */
  .sn-hero .wave-wrap {
    display: block !important;
    position: absolute !important;
    top: clamp(55px, 12vh, 95px) !important;
    right: -10px !important;
    width: min(270px, 68vw) !important;
    opacity: 1 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    transform: rotate(-4deg);
    filter: none !important;
    -webkit-filter: none !important;
  }

  .sn-hero .sn-badge{width:76px;height:76px;margin:14px 0 0 0}
  .amb-2{display:none}
}

/* Additional fix for very small screens (320px - 380px) */
@media(max-width:380px){
  .wrap{padding:0 12px}
  .sn-hero{padding-top:140px !important; padding-left:14px !important; padding-right:14px !important;}
  .page-head, .builder-hero{padding-top:140px !important;}
  .sn-hero .title{font-size:clamp(21px,6.8vw,26px);}
  .sn-hero .hero-token-img-wrap{width:28px;height:28px}
  .sn-hero .partner-badge{font-size:10px; padding:5px 8px}
  .sn-hero .wave-wrap {
    position: absolute !important;
    width: min(220px, 62vw) !important;
    top: 60px !important;
    right: -10px !important;
    opacity: 1 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    filter: none !important;
    -webkit-filter: none !important;
  }
  .steps,.stat-grid{grid-template-columns:1fr; gap:10px}
  .foot-links{grid-template-columns:1fr; gap:16px}
  .btn{padding:11px 14px; font-size:.85rem}
  .faq-item summary{padding:12px 30px 12px 32px; font-size:0.88rem}
  .faq-item summary::before{left:8px; font-size:16px}
  .faq-chevron{right:8px}
  .faq-a p{padding:0 8px 12px 32px; font-size:0.82rem}
}

@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
  .ambient{display:none}
  .sn-hero .wave-wrap,.sn-hero .wave-glow,.sn-hero .bg-text,.sn-hero .sn-badge{opacity:1 !important}
}
/* =========================================================
   LIQUID GLASS NAV (Apple-style) — light theme
   ========================================================= */
header.nav{
  position:fixed; top:12px; left:0; right:0; z-index:60;
  display:flex; justify-content:center; padding:0 16px;
  background:transparent; border:0; box-shadow:none; backdrop-filter:none;
}
.nav-ambient{
  position:absolute; top:-40px; left:0; right:0; height:240px; z-index:-1;
  pointer-events:none; overflow:hidden; opacity:.85;
}
.nav-ambient span{ position:absolute; border-radius:50%; filter:blur(70px); opacity:.5; animation:navBlob 22s infinite alternate ease-in-out; will-change:transform; }
.nav-ambient .nb1{ width:340px; height:340px; top:-30%; left:8%;  background:#1f8bff; }
.nav-ambient .nb2{ width:300px; height:300px; top:-20%; right:10%; background:#7ad8ff; animation-delay:-7s; }
.nav-ambient .nb3{ width:260px; height:260px; top:-10%; left:44%; background:#9aa7b4; animation-delay:-13s; }
@keyframes navBlob{
  0%{ transform:translate(0,0) scale(1); }
  50%{ transform:translate(4%,10%) scale(1.08); }
  100%{ transform:translate(-4%,-6%) scale(.96); }
}
.liquid-nav{
  position:relative; display:flex; align-items:center; padding:7px; border-radius:99px;
  background:rgba(255,255,255,.42);
  backdrop-filter:blur(26px) saturate(180%); -webkit-backdrop-filter:blur(26px) saturate(180%);
  box-shadow:
    0 24px 50px -18px rgba(15,30,46,.30),
    0 8px 22px -10px rgba(15,30,46,.18),
    inset 0 2px 3px -1px rgba(255,255,255,.85),
    inset 0 -2px 4px -1px rgba(255,255,255,.40),
    inset 0 0 0 1px rgba(255,255,255,.55);
  transition:box-shadow .4s ease, background .4s ease;
}
.liquid-nav::before{
  content:""; position:absolute; top:1px; left:1px; right:1px; height:46%;
  border-radius:99px 99px 24px 24px / 99px 99px 12px 12px;
  background:linear-gradient(180deg, rgba(255,255,255,.65) 0%, rgba(255,255,255,0) 100%);
  pointer-events:none; z-index:6;
}
.liquid-glare-container{ position:absolute; inset:0; border-radius:99px; overflow:hidden; pointer-events:none; z-index:5; }
.liquid-glare{
  position:absolute; inset:0; opacity:0; transition:opacity .3s ease; mix-blend-mode:overlay;
  background:radial-gradient(circle 90px at var(--x,50%) var(--y,50%), rgba(255,255,255,.55) 0%, transparent 100%);
}
.liquid-nav:hover .liquid-glare{ opacity:1; }

.nav-brand{ position:relative; z-index:3; display:flex; align-items:center; gap:9px; padding:0 14px 0 8px; height:44px; }
.nav-brand .brand-mark{ width:28px; height:28px; filter:drop-shadow(0 3px 8px rgba(23,99,255,.35)); }
.nav-brand .brand-word{ font-size:1.05rem; }

.nav-items{ position:relative; display:flex; gap:4px; z-index:3; }
.active-pill{
  position:absolute; top:0; left:0; height:44px; width:0; opacity:0;
  background:rgba(255,255,255,.72); border-radius:99px;
  box-shadow:0 4px 12px rgba(15,30,46,.10), 0 1px 2px rgba(15,30,46,.06), inset 0 1px 1px rgba(255,255,255,.85);
  transition:transform .5s cubic-bezier(.34,1.2,.64,1), width .5s cubic-bezier(.34,1.2,.64,1), opacity .3s ease;
  z-index:1;
}
.nav-btn{
  position:relative; z-index:2; background:transparent; border:0; padding:0 18px; height:44px;
  border-radius:99px; font-family:'Inter',sans-serif; font-size:14.5px; font-weight:600;
  color:rgba(15,30,46,.55); cursor:pointer; -webkit-tap-highlight-color:transparent; outline:none;
  transition:color .3s ease; white-space:nowrap;
}
.nav-btn .btn-content{ display:flex; align-items:center; gap:8px; pointer-events:none; transition:transform .2s cubic-bezier(.32,.72,0,1); }
.nav-btn:active .btn-content{ transform:scale(.92); }
.nav-btn.active{ color:rgba(15,30,46,.95); }
.nav-btn svg{ width:18px; height:18px; }

.nav-divider{ width:1px; height:24px; background:rgba(15,30,46,.15); margin:0 6px; z-index:3; }

/* From Uiverse.io by Gaurav-WebDev - Start a Project Button */
.button {
  height: 44px;
  width: 195px;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid #1795e8;
  overflow: hidden;
  border-radius: 30px;
  color: #1795e8;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 13.5px;
  box-sizing: border-box;
  isolation: isolate;
  z-index: 3;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}

.btn-txt {
  z-index: 2;
  font-weight: 950;
  letter-spacing: 2px;
  position: relative;
  white-space: nowrap;
  transition: color 0.4s ease-in-out;
}

.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: #1795e8;
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: 1;
}

.button:hover {
  box-shadow: 1px 1px 200px #252525, 0 0 20px rgba(23, 149, 232, 0.4);
  color: #fff;
  border: 2px solid #1795e8;
}

.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}

.nav-cta {
  display: none;
}

/* mobile menu button (shown < 860px) */
.menu-btn{ display:none; position:relative; z-index:10; width:44px; height:44px; border-radius:50%; border:0; background:rgba(255,255,255,.6); cursor:pointer; align-items:center; justify-content:center; flex-direction:column; gap:5px; box-shadow:inset 0 1px 1px rgba(255,255,255,.8); -webkit-tap-highlight-color:transparent; pointer-events:auto; }
.menu-btn span{ width:18px; height:2px; background:rgba(15,30,46,.8); border-radius:2px; transition:.3s; pointer-events:none; }
.menu-btn.open span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.menu-btn.open span:nth-child(2){ opacity:0; }
.menu-btn.open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

/* body scroll lock when mobile menu is active */
body.menu-open{ overflow:hidden!important; touch-action:none; }

/* mobile dropdown */
.nav-mobile{ position:fixed; top:74px; left:16px; right:16px; z-index:59; display:none; flex-direction:column; gap:4px; padding:12px;
  max-height:calc(100vh - 90px); overflow-y:auto; -webkit-overflow-scrolling:touch;
  border-radius:22px; background:rgba(255,255,255,.94); backdrop-filter:blur(24px) saturate(180%); -webkit-backdrop-filter:blur(24px) saturate(180%);
  box-shadow:0 24px 50px -18px rgba(15,30,46,.35), inset 0 0 0 1px rgba(255,255,255,.7);
  transform:translateY(-8px); opacity:0; transition:transform .25s var(--ease), opacity .25s ease; }
.nav-mobile.open{ display:flex; transform:translateY(0); opacity:1; }
.nav-mobile a{ display:flex; align-items:center; gap:10px; padding:14px 16px; min-height:46px; border-radius:14px; font-weight:600; color:rgba(15,30,46,.75); transition:background .2s, color .2s; }
.nav-mobile a svg{ width:20px; height:20px; flex-shrink:0; }
.nav-mobile a.active{ background:rgba(23,99,255,.08); color:var(--blue-deep); box-shadow:0 2px 8px rgba(15,30,46,.06); }
.nav-mobile .button{ justify-content:center; margin-top:8px; width:100%; height:48px; }

@media (max-width:1200px){
  .nav-btn{ padding:0 10px; font-size:13.5px; }
  .nav-brand{ padding:0 10px 0 6px; }
  .nav-brand .brand-word{ font-size:0.98rem; }
  .button{ width:180px; font-size:12.5px; }
  .btn-txt{ letter-spacing:1.5px; }
}
@media (max-width:1040px){
  .nav-btn{ padding:0 7px; font-size:12.8px; }
  .nav-brand .brand-word{ display:none; }
  .button{ width:170px; font-size:12px; }
  .btn-txt{ letter-spacing:1px; }
}
@media (max-width:860px){
  header.nav{ padding: 0 12px; top: 10px; }
  .liquid-nav{ width: 100%; max-width: 580px; justify-content: space-between; padding: 7px 10px 7px 14px; min-height: 48px; }
  .nav-brand{ display: inline-flex !important; align-items: center !important; gap: 9px !important; min-height: 36px; padding-bottom: 2px; }
  .nav-brand .brand-word{ display: inline-block !important; position: relative !important; font-size: 1.02rem !important; }
  .nav-brand .brand-word::after{ display: block !important; position: absolute !important; left: .04em !important; top: calc(100% + .14em) !important; font-size: .44rem !important; letter-spacing: .42em !important; }
  .nav-items, .nav-divider, .liquid-nav .nav-cta, .liquid-nav .button{ display:none !important; }
  .menu-btn{ display:flex !important; }
  .nav-mobile{ top: 68px; left: 12px; right: 12px; padding: 14px 12px; border-radius: 24px; }
}
@media (max-width:480px){
  header.nav{ padding: 0 10px; top: 8px; }
  .liquid-nav{ padding: 6px 8px 6px 12px; min-height: 46px; }
  .nav-brand{ padding: 0 8px 2px 4px; min-height: 34px; }
  .nav-brand .brand-mark{ width: 28px !important; height: 28px !important; }
  .nav-brand .brand-word{ font-size: 0.94rem !important; }
  .nav-brand .brand-word::after{ font-size: .4rem !important; letter-spacing: .38em !important; }
  .menu-btn{ width: 40px; height: 40px; }
  .nav-mobile{ top: 64px; left: 10px; right: 10px; }
}

/* Mobile Current Tab Pill Badge (Displayed ONLY on phone/mobile screens) */
.mobile-current-tab {
  display: none !important;
}

@media (max-width: 860px) {
  .mobile-current-tab {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, rgba(23, 99, 255, 0.12) 0%, rgba(59, 130, 246, 0.08) 100%);
    border: 1px solid rgba(23, 99, 255, 0.24);
    padding: 4px 11px;
    border-radius: 999px;
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--blue-deep, #1763ff);
    box-shadow: 0 2px 8px rgba(23, 99, 255, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    flex-shrink: 0;
  }
  .mobile-current-tab::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1763ff;
    box-shadow: 0 0 8px #1763ff;
    flex-shrink: 0;
    animation: tabPulseDot 2.2s infinite ease-in-out;
  }
  @keyframes tabPulseDot {
    0%, 100% {
      transform: scale(1);
      opacity: 1;
      box-shadow: 0 0 6px rgba(23, 99, 255, 0.9);
    }
    50% {
      transform: scale(1.25);
      opacity: 0.8;
      box-shadow: 0 0 12px rgba(23, 99, 255, 1);
    }
  }
}

@media (max-width: 480px) {
  .mobile-current-tab {
    font-size: 0.72rem;
    padding: 3px 9px;
    max-width: 115px;
    gap: 5px;
  }
  .mobile-current-tab::before {
    width: 5px;
    height: 5px;
  }
}

@media (max-width: 360px) {
  .mobile-current-tab {
    font-size: 0.67rem;
    padding: 2.5px 7px;
    max-width: 90px;
    gap: 4px;
  }
}
@media (prefers-reduced-motion:reduce){ .nav-ambient span, .mobile-current-tab::before{ animation:none; } }
/* ── NAV fix: vertically center button text + remove the mouse-follow glow ──
   Append-only override. The ambient blue glow behind the bar (.nav-ambient)
   is NOT touched, so it keeps glowing. The glass blur/transparency stay. */
.nav-btn{ display:flex; align-items:center; justify-content:center; }   /* centers icon+label in the 44px pill */
.nav-items{ align-items:center; }                                        /* belt-and-braces vertical alignment */
.liquid-glare-container,
.liquid-glare{ display:none !important; }                                /* kills the cursor glow trail */
/* ── NAV fix: erase the rectangular blur box behind the bar ──
   The glow behind the glass (.nav-ambient) was hard-clipped to a
   rectangle, so on dark sections its light ended in a straight edge
   = a visible box behind the bar. A radial mask now fades that glow
   to transparent on every side, turning the box into a soft centred
   halo. Glow stays (glass still refracts), rectangle is gone.
   Append-only — nothing else changes. */
.nav-ambient{
  opacity:.7;
  -webkit-mask-image: radial-gradient(80% 130% at 50% -12%, #000 18%, transparent 70%);
          mask-image: radial-gradient(80% 130% at 50% -12%, #000 18%, transparent 70%);
}
/* ── brand lockup: add the "AGENCY" subline under SITENAP (nav + footer, all pages) ──
   Mirrors the original logo lockup (SITENAP over a tracked micro-label). Pure CSS on
   the shared .brand-word, so it appears in every navbar + footer automatically. The
   subline is absolutely placed, so it never shifts the mark or the pill layout. */
.brand-word{ position:relative; }
.brand-word::after{
  content:"Agency";
  position:absolute; left:.04em; top:calc(100% + .14em);
  font-family:'Orbitron',sans-serif;
  font-size:.5rem; font-weight:600; line-height:1;
  letter-spacing:.46em; text-transform:uppercase;
  color:#6b7785;
  white-space:nowrap; pointer-events:none;
}
/* Logo image styling */
.brand-mark{
  width:42px; height:42px; flex:0 0 auto; display:block;
  object-fit:contain; filter:drop-shadow(0 4px 12px rgba(23,99,255,.3));
}
.nav-brand .brand-mark{ width:32px; height:32px; }
.login-brand .lb-mark{ width:46px; height:46px; filter:drop-shadow(0 8px 22px rgba(31,139,255,.55)); }
.dt-mark{ width:40px; height:40px; filter:drop-shadow(0 6px 16px rgba(23,99,255,.3)); }
.pm{ width:84px; height:84px; animation:floaty 2.4s ease-in-out infinite; }
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

/* WhatsApp Floating Button Positioning (Bottom-Right Corner) */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
}

/* WhatsApp Button Styles (From Uiverse.io) */
.whatsapp-float .Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  background-color: #00d757;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.whatsapp-float .sign {
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float .sign svg {
  width: 25px;
}

.whatsapp-float .sign svg path {
  fill: white;
}

.whatsapp-float .text {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  transition-duration: 0.3s;
  font-family: 'Inter', sans-serif;
}

.whatsapp-float .Btn:hover {
  width: 150px;
  border-radius: 40px;
  transition-duration: 0.3s;
}

.whatsapp-float .Btn:hover .sign {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 10px;
}

.whatsapp-float .Btn:hover .text {
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
  padding-right: 10px;
}

.whatsapp-float .Btn:active {
  transform: translate(2px, 2px);
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 215, 87, 0.55);
  animation: waFloatRipple 3.2s infinite ease-out;
  pointer-events: none;
  z-index: -1;
}
@keyframes waFloatRipple {
  0% { box-shadow: 0 0 0 0 rgba(0, 215, 87, 0.55); opacity: 1; }
  70% { box-shadow: 0 0 0 16px rgba(0, 215, 87, 0); opacity: 0; }
  100% { box-shadow: 0 0 0 0 rgba(0, 215, 87, 0); opacity: 0; }
}

/* Adjust WhatsApp position on mobile so it doesn't block content */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 20px;
    right: 18px;
  }
  .whatsapp-float .Btn {
    width: 46px;
    height: 46px;
  }
  .whatsapp-float .sign svg {
    width: 24px;
    height: 24px;
  }
}


/* ---- Threads WebGL canvas background ---- */
.threads-canvas-host {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.45;
}
.threads-canvas-host canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.newsletter-success {
  display: none;
  margin-top: 12px;
  padding: 10px 16px;
  border-radius: 12px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.32);
  color: #15803d;
  font-weight: 600;
  font-size: 0.88rem;
  animation: fade .35s ease;
}
.newsletter-success.show {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* =========================================================
   Services Info Cards (Timeline, Payment & Payment Methods)
   ========================================================= */
.services-info-grid {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px dashed var(--line-2);
}
.svc-info-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), border-color 0.35s ease;
  overflow: hidden;
}
.svc-info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  padding: 1px;
  background: linear-gradient(140deg, rgba(23, 99, 255, 0.45), transparent 45%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.svc-info-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(23, 99, 255, 0.35);
}
.svc-info-card:hover::before {
  opacity: 1;
}
.svc-info-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(140deg, rgba(23, 99, 255, 0.12), rgba(23, 99, 255, 0.03));
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  margin-bottom: 6px;
  color: var(--blue);
}
.svc-info-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--blue);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svc-info-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
  margin-top: 2px;
}
.svc-info-card p {
  font-size: 0.96rem;
  color: var(--muted);
  line-height: 1.6;
}
.pay-methods-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}
.pay-method-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 0.86rem;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  color: var(--ink-2);
  transition: border-color 0.25s, transform 0.25s, background 0.25s, color 0.25s;
}
.pay-method-tag:hover {
  border-color: var(--blue);
  background: rgba(23, 99, 255, 0.08);
  color: var(--blue-deep);
  transform: translateY(-2px);
}
.pay-method-tag .tag-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

/* =========================================================
   Client Advisory: Common Mistakes Section (Process Page)
   ========================================================= */
.mistakes-section {
  position: relative;
  padding: clamp(60px, 8vw, 100px) 0;
  background: radial-gradient(1000px 500px at 50% 0%, rgba(23, 99, 255, 0.05) 0%, transparent 70%), #ffffff;
  color: var(--ink);
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.advisory-header-wrap {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(36px, 5vw, 54px);
}

.advisory-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.22);
  color: #2563eb;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.08);
}

.advisory-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 8px rgba(37, 99, 235, 0.6);
}

.advisory-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.18;
  color: #0f172a;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.advisory-title .advisory-grad {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 60%, #9333ea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.advisory-sub {
  font-size: clamp(0.95rem, 1.8vw, 1.08rem);
  color: #64748b;
  line-height: 1.6;
  margin: 0 auto;
}

.advisory-cards-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 680px;
  margin: 0 auto;
}

.advisory-card {
  position: relative;
  background: #ffffff;
  border-radius: 26px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 22px;
  box-shadow: 0 10px 30px -6px rgba(15, 23, 42, 0.06), 0 2px 6px rgba(0, 0, 0, 0.02);
  border: 1px solid #e2e8f0;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.advisory-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14%;
  bottom: 14%;
  width: 4.5px;
  border-radius: 0 4px 4px 0;
  background: var(--card-accent, #3b82f6);
  opacity: 0.9;
  transition: all 0.3s ease;
}

.advisory-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px -8px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(37, 99, 235, 0.18);
}

.advisory-card:hover::before {
  top: 0;
  bottom: 0;
  width: 6px;
}

/* Card 1: Blue */
.advisory-card.card-blue {
  --card-accent: #2563eb;
  --card-num-color: #2563eb;
  --card-badge-bg: #eff6ff;
  --card-badge-color: #2563eb;
  --card-badge-border: rgba(37, 99, 235, 0.2);
  --card-btn-color: #2563eb;
}
.advisory-card.card-blue .advisory-icon-squircle {
  background: linear-gradient(145deg, #60a5fa 0%, #2563eb 60%, #1d4ed8 100%);
  box-shadow: 0 10px 24px -4px rgba(37, 99, 235, 0.45);
}

/* Card 2: Purple */
.advisory-card.card-purple {
  --card-accent: #9333ea;
  --card-num-color: #9333ea;
  --card-badge-bg: #faf5ff;
  --card-badge-color: #9333ea;
  --card-badge-border: rgba(147, 51, 234, 0.2);
  --card-btn-color: #9333ea;
}
.advisory-card.card-purple .advisory-icon-squircle {
  background: linear-gradient(145deg, #c084fc 0%, #9333ea 60%, #7e22ce 100%);
  box-shadow: 0 10px 24px -4px rgba(147, 51, 234, 0.45);
}

/* Card 3: Green */
.advisory-card.card-green {
  --card-accent: #16a34a;
  --card-num-color: #16a34a;
  --card-badge-bg: #f0fdf4;
  --card-badge-color: #16a34a;
  --card-badge-border: rgba(22, 163, 74, 0.2);
  --card-btn-color: #16a34a;
}
.advisory-card.card-green .advisory-icon-squircle {
  background: linear-gradient(145deg, #4ade80 0%, #16a34a 60%, #15803d 100%);
  box-shadow: 0 10px 24px -4px rgba(22, 163, 74, 0.45);
}

/* Card 4: Orange */
.advisory-card.card-orange {
  --card-accent: #ea580c;
  --card-num-color: #ea580c;
  --card-badge-bg: #fff7ed;
  --card-badge-color: #ea580c;
  --card-badge-border: rgba(234, 88, 12, 0.2);
  --card-btn-color: #ea580c;
}
.advisory-card.card-orange .advisory-icon-squircle {
  background: linear-gradient(145deg, #fb923c 0%, #ea580c 60%, #c2410c 100%);
  box-shadow: 0 10px 24px -4px rgba(234, 88, 12, 0.45);
}

.advisory-icon-squircle {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
  position: relative;
}
.advisory-icon-squircle svg {
  width: 36px;
  height: 36px;
  stroke: #ffffff;
  stroke-width: 2.2;
  fill: none;
}

.advisory-card-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.advisory-top-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 6px;
}

.advisory-num {
  font-family: 'Space Grotesk', 'Orbitron', sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  color: var(--card-num-color);
  letter-spacing: -0.02em;
}

.advisory-tag {
  display: inline-flex;
  align-items: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  background: var(--card-badge-bg);
  color: var(--card-badge-color);
  border: 1px solid var(--card-badge-border);
  padding: 3px 10px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.advisory-card-content h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.16rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.advisory-card-content p {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

.advisory-arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: var(--card-btn-color, #2563eb);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
  cursor: pointer;
  text-decoration: none;
}
.advisory-arrow-btn svg {
  width: 17px;
  height: 17px;
  transition: transform 0.25s ease;
}
.advisory-card:hover .advisory-arrow-btn {
  background: var(--card-btn-color, #2563eb);
  border-color: var(--card-btn-color, #2563eb);
  color: #ffffff;
  transform: scale(1.05);
}
.advisory-card:hover .advisory-arrow-btn svg {
  transform: translateX(2px);
}

/* Bottom Highlight Banner */
.advisory-bottom-banner {
  margin-top: 8px;
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 30%, #7c3aed 70%, #a855f7 100%);
  border-radius: 24px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 16px 40px -8px rgba(37, 99, 235, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.advisory-bottom-banner::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 70%);
  pointer-events: none;
}

.advisory-banner-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  color: #ffffff;
  flex-shrink: 0;
}
.advisory-banner-icon svg {
  width: 22px;
  height: 22px;
}

.advisory-banner-text h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 4px 0;
  line-height: 1.25;
}

.advisory-banner-text p {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  line-height: 1.45;
}

@media (max-width: 600px) {
  .advisory-card {
    padding: 18px 16px;
    gap: 14px;
    border-radius: 20px;
  }
  .advisory-icon-squircle {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }
  .advisory-icon-squircle svg {
    width: 22px;
    height: 22px;
    stroke-width: 2;
  }
  .advisory-num {
    font-size: 1.25rem;
  }
  .advisory-tag {
    font-size: 0.68rem;
    padding: 2px 8px;
  }
  .advisory-card-content h4 {
    font-size: 1.05rem;
    margin-bottom: 4px;
  }
  .advisory-card-content p {
    font-size: 0.84rem;
    line-height: 1.5;
  }
  .advisory-arrow-btn {
    width: 34px;
    height: 34px;
  }
  .advisory-arrow-btn svg {
    width: 15px;
    height: 15px;
  }
  .advisory-bottom-banner {
    padding: 16px 18px;
    gap: 14px;
    border-radius: 20px;
  }
  .advisory-banner-icon {
    width: 40px;
    height: 40px;
  }
  .advisory-banner-icon svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 420px) {
  .advisory-card {
    padding: 15px 13px;
    gap: 12px;
  }
  .advisory-icon-squircle {
    width: 42px;
    height: 42px;
    border-radius: 11px;
  }
  .advisory-icon-squircle svg {
    width: 20px;
    height: 20px;
  }
  .advisory-arrow-btn {
    width: 30px;
    height: 30px;
  }
  .advisory-arrow-btn svg {
    width: 13px;
    height: 13px;
  }
}

/* =========================================================
   Free Design Preview Offer Section (Home Page)
   ========================================================= */
.free-preview-section {
  position: relative;
  padding: 80px 0 40px;
}
.free-preview-card {
  position: relative;
  background: linear-gradient(175deg, #FFFFFF 0%, #F5F9FD 100%);
  border: 1.5px solid rgba(23, 99, 255, 0.22);
  border-radius: var(--radius-lg);
  padding: 54px 44px;
  box-shadow: 0 24px 60px -20px rgba(23, 99, 255, 0.12), 0 4px 20px rgba(15, 30, 46, 0.04);
  overflow: hidden;
  text-align: center;
}
.free-preview-card::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%; height: 2px;
  background: var(--grad-blue);
  opacity: 0.85;
}
.free-preview-glow {
  position: absolute;
  top: -80px; left: 50%;
  transform: translateX(-50%);
  width: 480px; height: 240px;
  background: radial-gradient(circle, rgba(23, 99, 255, 0.12), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.free-preview-top {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
}
.badge-pill-free {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(22, 163, 74, 0.09);
  border: 1px solid rgba(22, 163, 74, 0.28);
  color: #15803d;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.badge-pill-free .pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.5);
  animation: pulse 1.8s infinite;
}
.free-preview-card h2 {
  font-size: clamp(1.9rem, 4.4vw, 2.9rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
  color: var(--ink);
}
.free-preview-subtitle {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
  max-width: 680px;
  margin: 0 auto;
}

/* Feature grid in free preview */
.preview-features-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 38px 0;
  text-align: left;
}
.preview-feat-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease-out), border-color 0.3s ease;
}
.preview-feat-item:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 99, 255, 0.35);
}
.pf-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(140deg, rgba(23, 99, 255, 0.12), rgba(31, 162, 255, 0.04));
  border: 1px solid rgba(23, 99, 255, 0.18);
  color: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.pf-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--blue);
}
.pf-text h5 {
  font-size: 1.04rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.pf-text p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

/* Warning Callout Box */
.warning-callout-box {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #FFF8F3 0%, #FEF2F2 100%);
  border: 1.5px solid rgba(234, 88, 12, 0.32);
  border-radius: 18px;
  padding: 24px 28px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  text-align: left;
  margin: 34px 0 38px;
  box-shadow: 0 10px 26px -10px rgba(234, 88, 12, 0.12);
}
.warning-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(234, 88, 12, 0.12);
  border: 1px solid rgba(234, 88, 12, 0.25);
  color: #ea580c;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.warning-icon-wrap svg {
  width: 24px;
  height: 24px;
  stroke: #ea580c;
}
.warning-title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #c2410c;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.warning-text {
  font-size: 0.95rem;
  color: #7c2d12;
  line-height: 1.6;
  margin: 0;
}
.warning-text strong {
  color: #9a3412;
  font-weight: 700;
}

/* Action Buttons with step tags */
.preview-cta-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.preview-cta-row .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: normal;
  text-align: left;
  line-height: 1.35;
}
.preview-cta-row .btn > span:not(.btn-step-tag) {
  flex: 1;
  min-width: 0;
}
.preview-cta-row .btn svg {
  flex-shrink: 0;
}
.btn-step-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-step-tag.sub {
  background: rgba(23, 99, 255, 0.09);
  border-color: rgba(23, 99, 255, 0.22);
  color: var(--blue-deep);
}

@media (max-width: 860px) {
  .preview-features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .free-preview-card {
    padding: 34px 18px;
    border-radius: 22px;
  }
  .warning-callout-box {
    flex-direction: column;
    padding: 20px 18px;
    gap: 14px;
    margin: 26px 0 30px;
    border-radius: 16px;
  }
  .warning-icon-wrap {
    margin-top: 0;
  }
  .preview-cta-row {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .preview-cta-row .btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 13px 16px;
    font-size: 0.88rem;
    gap: 10px;
  }
  .btn-step-tag {
    font-size: 0.68rem;
    padding: 3px 8px;
    letter-spacing: 0.04em;
  }
}

/* =========================================================
   Bundles Page & Tier Styling (Gold, Silver, Platinum)
   ========================================================= */
.bundle-notice-card {
  position: relative;
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 32px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 48px;
  overflow: hidden;
}
.bundle-notice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bundle-notice-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.bni-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(23, 99, 255, 0.08);
  border: 1px solid rgba(23, 99, 255, 0.2);
  color: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.bni-icon.alert-icon {
  background: rgba(234, 88, 12, 0.1);
  border-color: rgba(234, 88, 12, 0.25);
  color: #ea580c;
}
.bni-icon.green-icon {
  background: rgba(22, 163, 74, 0.1);
  border-color: rgba(22, 163, 74, 0.25);
  color: #16a34a;
}
.bni-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}
.bni-text h5 {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 3px;
}
.bni-text p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

/* Bundle Cards */
.bundles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}
.bundle-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 38px 30px 34px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), border-color 0.35s ease;
  overflow: hidden;
}
.bundle-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

/* Gold Tier */
.bundle-card.gold {
  border-color: rgba(217, 119, 6, 0.38);
  background: linear-gradient(175deg, #FFFFFF 0%, #FFFDF5 100%);
}
.bundle-card.gold::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #F59E0B, #D97706, #B45309);
}
.bundle-card.gold:hover {
  border-color: rgba(217, 119, 6, 0.6);
  box-shadow: 0 20px 48px -16px rgba(217, 119, 6, 0.22);
}
.bundle-tag.gold-tag {
  background: rgba(217, 119, 6, 0.1);
  border: 1px solid rgba(217, 119, 6, 0.3);
  color: #b45309;
}

/* Silver Tier (Featured) */
.bundle-card.silver {
  border: 2px solid rgba(23, 99, 255, 0.55);
  background: linear-gradient(175deg, #FFFFFF 0%, #F4F8FD 100%);
  box-shadow: var(--shadow);
  transform: translateY(-10px);
}
.bundle-card.silver::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: var(--grad-blue);
}
.bundle-card.silver:hover {
  transform: translateY(-16px);
  box-shadow: 0 24px 60px -18px rgba(23, 99, 255, 0.32);
}
.bundle-tag.silver-tag {
  background: var(--grad-blue);
  color: #fff;
  box-shadow: 0 4px 12px rgba(23, 99, 255, 0.35);
}

/* Platinum Tier */
.bundle-card.platinum {
  border-color: rgba(139, 92, 246, 0.38);
  background: linear-gradient(175deg, #FFFFFF 0%, #F9F7FF 100%);
}
.bundle-card.platinum::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #8B5CF6, #6366F1, #3B82F6);
}
.bundle-card.platinum:hover {
  border-color: rgba(139, 92, 246, 0.6);
  box-shadow: 0 20px 48px -16px rgba(139, 92, 246, 0.22);
}
.bundle-tag.platinum-tag {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(99, 102, 241, 0.12));
  border: 1px solid rgba(139, 92, 246, 0.35);
  color: #6d28d9;
}

/* Bundle Header & Elements */
.bundle-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 13px;
  border-radius: 999px;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 14px;
}
.bundle-card h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}
.bundle-best-for {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.bundle-price-wrap {
  margin: 12px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.bundle-price {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1;
}
.bundle-price small {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--muted);
  margin-left: 4px;
}
.bundle-desc {
  font-size: 0.94rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 22px;
}

/* Bundle Feature List */
.bundle-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 30px;
  flex-grow: 1;
}
.bundle-features li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 0.93rem;
  color: var(--ink-2);
  line-height: 1.5;
}
.bf-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(22, 163, 74, 0.12);
  color: #16a34a;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.bf-check svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 2.8;
}
.bf-check.blue {
  background: rgba(23, 99, 255, 0.12);
  color: var(--blue);
}
.bf-check.purple {
  background: rgba(139, 92, 246, 0.12);
  color: #8b5cf6;
}
.bundle-card .btn {
  margin-top: auto;
}

/* Comparison Table */
.table-scroll-hint {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--blue);
  background: rgba(23, 99, 255, 0.08);
  border: 1px solid rgba(23, 99, 255, 0.2);
  border-radius: 999px;
  padding: 6px 14px;
  margin: 0 auto 16px auto;
  max-width: max-content;
}
@media (max-width: 860px) {
  .table-scroll-hint {
    display: inline-flex;
  }
}
.bundle-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.bundle-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 680px;
}
.bundle-table th, .bundle-table td {
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  font-size: 0.94rem;
}
.bundle-table th {
  background: var(--surface-2);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: var(--ink);
  font-size: 1rem;
}
.bundle-table tr:last-child td {
  border-bottom: none;
}
.bundle-table td:first-child {
  font-weight: 600;
  color: var(--ink);
}
.bundle-table .text-center {
  text-align: center;
}

@media (max-width: 920px) {
  .bundles-grid {
    grid-template-columns: 1fr;
  }
  .bundle-card.silver {
    transform: none;
  }
  .bundle-card.silver:hover {
    transform: translateY(-8px);
  }
  .bundle-notice-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Vision & Mission Section
   ========================================================================== */
.vision-mission-section {
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
}
.vm-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 40px;
  align-items: stretch;
}
.vm-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s;
  overflow: hidden;
}
.vm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(23, 99, 255, 0.3);
}
.vm-card-glow {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
  opacity: 0.4;
  transition: opacity 0.4s;
}
.vm-card:hover .vm-card-glow {
  opacity: 0.7;
}
.vm-card-vision .vm-card-glow {
  background: radial-gradient(circle, rgba(234, 179, 8, 0.25), transparent 70%);
}
.vm-card-mission .vm-card-glow {
  background: radial-gradient(circle, rgba(23, 99, 255, 0.25), transparent 70%);
}

.vm-card-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.vm-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.vm-icon-box svg {
  width: 26px;
  height: 26px;
}
.vision-icon {
  background: rgba(234, 179, 8, 0.12);
  border: 1px solid rgba(234, 179, 8, 0.3);
  color: #d97706;
}
.mission-icon {
  background: rgba(23, 99, 255, 0.12);
  border: 1px solid rgba(23, 99, 255, 0.3);
  color: var(--blue);
}
.vm-pill {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 4px;
}
.vision-pill {
  background: rgba(234, 179, 8, 0.12);
  color: #b45309;
  border: 1px solid rgba(234, 179, 8, 0.25);
}
.mission-pill {
  background: rgba(23, 99, 255, 0.1);
  color: var(--blue);
  border: 1px solid rgba(23, 99, 255, 0.25);
}
.vm-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
  line-height: 1.2;
}
.vm-lead {
  font-size: 0.98rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 24px;
}

.vm-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.vm-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--muted);
}
.vm-list li strong {
  color: var(--ink);
  display: inline;
  font-weight: 600;
  margin-right: 4px;
}
.vm-check {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.vm-check svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
}
.vision-check {
  background: rgba(234, 179, 8, 0.15);
  color: #b45309;
  border: 1px solid rgba(234, 179, 8, 0.3);
}
.mission-check {
  background: rgba(23, 99, 255, 0.15);
  color: var(--blue);
  border: 1px solid rgba(23, 99, 255, 0.3);
}

.vm-quote-box {
  position: relative;
  padding: 18px 20px 18px 46px;
  border-radius: 12px;
  margin-top: auto;
}
.vision-quote {
  background: rgba(234, 179, 8, 0.06);
  border-left: 3px solid #d97706;
}
.mission-quote {
  background: rgba(23, 99, 255, 0.06);
  border-left: 3px solid var(--blue);
}
.vm-quote-icon {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 18px;
  height: 18px;
  opacity: 0.35;
}
.vision-quote .vm-quote-icon {
  color: #d97706;
}
.mission-quote .vm-quote-icon {
  color: var(--blue);
}
.vm-quote-box p {
  font-size: 0.88rem;
  font-style: italic;
  color: var(--ink);
  margin: 0;
  line-height: 1.5;
}

/* Bottom Bridge Card */
.vm-bridge-card {
  margin-top: 36px;
  background: linear-gradient(135deg, rgba(23, 99, 255, 0.05) 0%, rgba(255, 255, 255, 0.9) 100%);
  border: 1px solid rgba(23, 99, 255, 0.2);
  border-radius: var(--radius-lg);
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 10px 30px rgba(23, 99, 255, 0.04);
}
.vm-bridge-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue);
  margin-bottom: 8px;
}
.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  animation: glow-pulse 2s infinite;
}
.vm-bridge-content h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 6px 0;
}
.vm-bridge-content p {
  font-size: 0.92rem;
  color: var(--muted);
  margin: 0;
  max-width: 620px;
  line-height: 1.5;
}
.vm-bridge-action {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

@media (max-width: 920px) {
  .vm-grid {
    grid-template-columns: 1fr;
  }
  .vm-bridge-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
  }
  .vm-bridge-action {
    width: 100%;
    flex-direction: column;
  }
  .vm-bridge-action .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   Create Your Own Bundle Callout Banner (bundles.html)
   ========================================================================== */
.create-bundle-cta-banner {
  margin-top: 48px;
  margin-bottom: 20px;
  position: relative;
  background: linear-gradient(135deg, rgba(23, 99, 255, 0.08) 0%, rgba(234, 179, 8, 0.06) 50%, var(--surface) 100%);
  border: 1px solid rgba(23, 99, 255, 0.25);
  border-radius: var(--radius-lg);
  padding: 42px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.create-bundle-cta-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -20%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 99, 255, 0.2), transparent 70%);
  pointer-events: none;
}
.cb-banner-left {
  position: relative;
  z-index: 1;
}
.cb-banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--blue);
  background: rgba(23, 99, 255, 0.1);
  border: 1px solid rgba(23, 99, 255, 0.25);
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.cb-banner-left h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 10px 0;
  line-height: 1.25;
}
.cb-banner-left p {
  font-size: 0.96rem;
  color: var(--muted);
  max-width: 660px;
  line-height: 1.6;
  margin: 0;
}
.cb-banner-right {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}
.btn-builder-launch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--grad-blue);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(23, 99, 255, 0.35);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.btn-builder-launch:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(23, 99, 255, 0.5);
  color: #fff;
}

@media (max-width: 920px) {
  .create-bundle-cta-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 24px;
  }
  .cb-banner-right {
    width: 100%;
  }
  .btn-builder-launch {
    width: 100%;
  }
}

/* ==========================================================================
   Interactive Custom Bundle Builder Page (custom-bundle.html)
   ========================================================================== */
.builder-hero {
  padding: calc(var(--nav-h) + 54px) 0 32px;
  text-align: center;
  position: relative;
}
.builder-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.back-link-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--muted);
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 8px 18px;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  transition: all 0.25s ease;
  text-decoration: none;
}
.back-link-pill svg {
  width: 15px;
  height: 15px;
  transition: transform 0.25s ease;
}
.back-link-pill:hover {
  color: var(--blue-deep);
  border-color: rgba(23, 99, 255, 0.4);
  background: rgba(23, 99, 255, 0.05);
  transform: translateX(-3px);
}
.back-link-pill:hover svg {
  transform: translateX(-2px);
}
.crumb-current {
  color: var(--ink);
  font-weight: 600;
}
.builder-hero-content {
  max-width: 780px;
  margin: 0 auto;
}
.builder-preset-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 28px 0 10px;
}
.preset-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 999px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  color: var(--ink-2);
  cursor: pointer;
  transition: all 0.25s ease;
}
.preset-btn:hover {
  border-color: var(--blue);
  color: var(--blue);
  transform: translateY(-2px);
}
.preset-btn.preset-gold:hover {
  border-color: #d97706;
  color: #d97706;
}
.preset-btn.preset-silver:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.preset-btn.preset-platinum:hover {
  border-color: #8b5cf6;
  color: #8b5cf6;
}

/* Builder Layout Grid */
.builder-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 36px;
  align-items: start;
  margin-top: 30px;
  margin-bottom: 80px;
}

/* Category Cards */
.builder-cat-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 30px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.3s;
}
.builder-cat-card:hover {
  border-color: rgba(23, 99, 255, 0.3);
}
.bcat-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.bcat-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(23, 99, 255, 0.08);
  border: 1px solid rgba(23, 99, 255, 0.2);
  color: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.bcat-icon svg {
  width: 20px;
  height: 20px;
}
.bcat-info h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
}
.bcat-info p {
  font-size: 0.84rem;
  color: var(--muted);
  margin: 2px 0 0 0;
}

/* Option Items (Clean, High-Visibility Selector Cards) */
.option-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.option-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: var(--surface-2);
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
}
.option-card:hover {
  border-color: rgba(23, 99, 255, 0.45);
  background: rgba(23, 99, 255, 0.04);
  transform: translateY(-2px);
}
.option-card.active {
  border-color: var(--blue);
  background: rgba(23, 99, 255, 0.08);
  box-shadow: 0 0 0 1px var(--blue), 0 8px 24px rgba(23, 99, 255, 0.12);
}

.opt-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
}

/* Custom Selector Dot / Box */
.opt-control {
  flex-shrink: 0;
  display: grid;
  place-items: center;
}
.opt-radio-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  background: var(--surface);
  position: relative;
  transition: all 0.2s ease;
}
.option-card.active .opt-radio-dot {
  border-color: var(--blue);
  background: rgba(23, 99, 255, 0.1);
}
.option-card.active .opt-radio-dot::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--blue);
}

.opt-checkbox-box {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 2px solid var(--line-2);
  background: var(--surface);
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
}
.option-card.active .opt-checkbox-box {
  background: var(--blue);
  border-color: var(--blue);
}
.opt-checkbox-box svg {
  width: 14px;
  height: 14px;
  stroke: #fff;
  stroke-width: 3;
  fill: none;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}
.option-card.active .opt-checkbox-box svg {
  opacity: 1;
  transform: scale(1);
}

.opt-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.option-card.active .opt-title {
  color: var(--ink);
}

.opt-price-tag {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--blue);
  background: rgba(23, 99, 255, 0.1);
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(23, 99, 255, 0.25);
  white-space: nowrap;
  flex-shrink: 0;
}
.opt-price-tag.free-tag {
  color: var(--muted);
  background: var(--surface-3);
  border-color: var(--line);
}
.option-card.active .opt-price-tag {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
  box-shadow: 0 4px 12px rgba(23, 99, 255, 0.3);
}
.option-card.active .opt-price-tag.free-tag {
  background: var(--surface-3);
  color: var(--ink);
  border-color: var(--line-2);
  box-shadow: none;
}

/* Sticky Builder Receipt Sidebar */
.builder-receipt-box {
  position: sticky;
  top: 100px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 26px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.receipt-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.receipt-header h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
}
.receipt-badge {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan);
  background: rgba(0, 212, 255, 0.08);
  border: 1px solid rgba(0, 212, 255, 0.25);
  padding: 4px 10px;
  border-radius: 999px;
}

/* Big Price Display */
.receipt-total-display {
  background: linear-gradient(135deg, rgba(23, 99, 255, 0.08), rgba(0, 212, 255, 0.04));
  border: 1px solid rgba(23, 99, 255, 0.2);
  border-radius: 14px;
  padding: 20px;
  text-align: center;
}
.rtd-label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 4px;
}
.rtd-amount {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 6px;
}
.rtd-currency {
  font-size: 1.1rem;
  color: var(--blue);
  margin-right: 4px;
}
.rtd-tax-note {
  font-size: 0.76rem;
  color: var(--muted);
}

/* Milestone Deposit Breakdown Box */
.receipt-milestone-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: var(--surface-2);
  border-radius: 10px;
  padding: 14px;
  border: 1px solid var(--line);
}
.rm-item {
  display: flex;
  flex-direction: column;
}
.rm-item-lbl {
  font-size: 0.72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 2px;
}
.rm-item-val {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
}
.rm-item-note {
  font-size: 0.68rem;
  color: var(--blue);
}

/* Itemized selected list */
.receipt-items-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 4px;
}
.receipt-items-list::-webkit-scrollbar {
  width: 4px;
}
.receipt-items-list::-webkit-scrollbar-thumb {
  background: var(--line-2);
  border-radius: 4px;
}
.r-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.84rem;
  padding: 6px 0;
  border-bottom: 1px dashed var(--line);
}
.r-item-name {
  color: var(--ink-2);
  font-weight: 500;
  max-width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.r-item-price {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  color: var(--ink);
}

/* Payment Methods Strip */
.receipt-payments-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--surface-2);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.76rem;
  color: var(--muted);
}
.receipt-payments-strip strong {
  color: var(--ink);
}

/* CTA buttons inside receipt */
.receipt-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.btn-whatsapp-order {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #16a34a;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 13px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.3);
}
.btn-whatsapp-order:hover {
  background: #15803d;
  transform: translateY(-2px);
  color: #fff;
}
.btn-copy-specs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 600;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-copy-specs:hover {
  border-color: var(--blue);
  color: var(--blue);
}

/* Copy Toast */
.copied-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #0f172a;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 9999;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.copied-toast.show {
  transform: translateY(0);
  opacity: 1;
}

/* Mobile Floating Billing Summary Bar (custom-bundle.html) */
.mobile-builder-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-top: 1px solid var(--line);
  padding: 12px 18px;
  z-index: 55;
  box-shadow: 0 -8px 30px rgba(15, 30, 46, 0.12);
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mbb-info {
  display: flex;
  flex-direction: column;
}
.mbb-lbl {
  font-size: 0.70rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.mbb-total {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.1;
}
.mbb-deposit {
  font-size: 0.68rem;
  color: var(--blue);
  font-weight: 600;
}
.mbb-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-mbb-order {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #16a34a;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 9px 14px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.35);
  white-space: nowrap;
}
.btn-mbb-bill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.80rem;
  font-weight: 600;
  padding: 9px 12px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 920px) {
  .builder-layout {
    grid-template-columns: 1fr;
    margin-bottom: 90px;
  }
  .builder-receipt-box {
    position: static;
  }
  .mobile-builder-bar {
    display: flex;
  }
  body[data-page="bundles"] .whatsapp-float {
    bottom: 80px;
  }
  body[data-page="bundles"] .sn-ai-widget {
    bottom: 80px !important;
  }
}

@media (max-width: 600px) {
  .option-card {
    padding: 12px 14px;
  }
  .opt-title {
    font-size: 0.88rem;
  }
  .opt-price-tag {
    font-size: 0.80rem;
    padding: 4px 10px;
  }
  .builder-cat-card {
    padding: 22px 18px;
  }
  .bcat-info h4 {
    font-size: 1.05rem;
  }
}

@media (max-width: 380px) {
  .option-card {
    flex-wrap: wrap;
    gap: 8px;
  }
  .opt-price-tag {
    margin-left: auto;
  }
  .preset-btn {
    font-size: 0.76rem;
    padding: 6px 12px;
  }
}

/* =========================================================
   24/7 LIVE AI SUPPORT AGENT WIDGET (Bottom-Left Floating Widget)
   ========================================================= */
.sn-ai-widget {
  position: fixed !important;
  left: 20px !important;
  bottom: 20px !important;
  right: auto !important;
  top: auto !important;
  z-index: 999999 !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  user-select: none;
  margin: 0 !important;
  padding: 0 !important;
}

/* Clean Floating Launcher Button */
.sn-ai-launcher {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #0a131f;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 8px 16px 8px 10px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 10px 30px -6px rgba(10, 19, 31, 0.45), 0 0 0 1px rgba(23, 99, 255, 0.2);
  transition: transform 0.25s var(--ease-spring), box-shadow 0.25s var(--ease-out), border-color 0.25s;
  animation: cleanCornerFloat 4s ease-in-out infinite;
  -webkit-tap-highlight-color: transparent;
}
.sn-ai-launcher:hover {
  transform: translateY(-3px) scale(1.03);
  border-color: rgba(0, 212, 255, 0.5);
  box-shadow: 0 14px 36px -6px rgba(23, 99, 255, 0.45), 0 0 20px rgba(0, 212, 255, 0.25);
}
.sn-ai-launcher:active {
  transform: scale(0.96);
}
@keyframes cleanCornerFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.sn-ai-launcher-avatar {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--grad-blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(23, 99, 255, 0.4);
}
.sn-ai-launcher-avatar img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.sn-ai-launcher-status {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 9px;
  height: 9px;
  background: #22c55e;
  border: 1.5px solid #0a131f;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.sn-ai-launcher-info {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.2;
}
.sn-ai-launcher-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
}
.sn-ai-sparkle {
  color: #38bdf8;
  font-size: 0.75rem;
}
.sn-ai-launcher-role {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

/* Minimal Floating Callout */
.sn-ai-clean-callout {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  right: auto;
  background: rgba(10, 19, 31, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f1f5f9;
  font-size: 0.76rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}
.sn-ai-clean-callout::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(10, 19, 31, 0.95) transparent transparent transparent;
}
.sn-ai-clean-callout.hide {
  opacity: 0;
  transform: translateY(4px);
}

/* Clean Chat Modal Window (Anchored Bottom-Left) */
.sn-ai-modal {
  position: fixed !important;
  left: 20px !important;
  bottom: 78px !important;
  right: auto !important;
  top: auto !important;
  width: 385px !important;
  max-width: calc(100vw - 32px) !important;
  height: 550px !important;
  max-height: calc(100vh - 95px) !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  box-shadow:
    0 24px 60px -12px rgba(15, 23, 42, 0.22),
    0 0 0 1px rgba(15, 23, 42, 0.05) !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  z-index: 1000000 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: scale(0.95) translateY(14px) !important;
  transform-origin: bottom left !important;
  transition: opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.28s !important;
}
.sn-ai-modal.open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: scale(1) translateY(0) !important;
  animation: snAiModalPop 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}

@keyframes snAiModalPop {
  0% { transform: scale(0.9) translateY(20px); box-shadow: 0 0 0 0 rgba(0, 82, 204, 0.6); }
  60% { transform: scale(1.03) translateY(-4px); box-shadow: 0 0 0 10px rgba(0, 82, 204, 0.2); }
  100% { transform: scale(1) translateY(0); box-shadow: 0 24px 60px -12px rgba(15, 23, 42, 0.35); }
}

/* Clean Header */
.sn-ai-header {
  padding: 14px 16px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.sn-ai-head-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sn-ai-avatar {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--grad-blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(23, 99, 255, 0.3);
}
.sn-ai-avatar img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.sn-ai-avatar-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 9px;
  height: 9px;
  background: #22c55e;
  border: 1.5px solid #fff;
  border-radius: 50%;
}
.sn-ai-title-wrap h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}
.sn-ai-title-wrap p {
  font-size: 0.72rem;
  color: #64748b;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sn-ai-live-indicator {
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.sn-ai-head-controls {
  display: flex;
  align-items: center;
  gap: 4px;
}
.sn-ai-ctrl-btn {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid transparent;
  color: #64748b;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.15s ease;
}
.sn-ai-ctrl-btn:hover {
  background: #e2e8f0;
  color: #0f172a;
}
.sn-ai-ctrl-btn svg {
  width: 14px;
  height: 14px;
}

/* Quick Suggestion Chips Carousel */
.sn-ai-chips-container {
  padding: 8px 12px;
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.sn-ai-chips-container::-webkit-scrollbar {
  display: none;
}
.sn-ai-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.74rem;
  font-weight: 500;
  padding: 5px 11px;
  border-radius: 999px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.sn-ai-chip:hover {
  border-color: var(--blue);
  color: var(--blue);
  background: #eff6ff;
}

/* Messages Stream */
.sn-ai-messages {
  flex: 1;
  padding: 14px;
  background: #f8fafc;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sn-ai-messages::-webkit-scrollbar {
  width: 4px;
}
.sn-ai-messages::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

/* Clean Message Bubbles */
.sn-ai-msg {
  display: flex;
  flex-direction: column;
  max-width: 88%;
  animation: msgPop 0.25s ease-out both;
}
@keyframes msgPop {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}
.sn-ai-msg.ai {
  align-self: flex-start;
}
.sn-ai-msg.user {
  align-self: flex-end;
}
.sn-ai-bubble {
  padding: 11px 14px;
  border-radius: 14px;
  font-size: 0.84rem;
  line-height: 1.55;
}
.sn-ai-msg.ai .sn-ai-bubble {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #1e293b;
  border-bottom-left-radius: 3px;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}
.sn-ai-msg.user .sn-ai-bubble {
  background: var(--grad-blue);
  color: #ffffff;
  border-bottom-right-radius: 3px;
  box-shadow: 0 4px 12px rgba(23, 99, 255, 0.3);
}
.sn-ai-bubble p {
  margin: 0 0 6px 0;
}
.sn-ai-bubble p:last-child {
  margin-bottom: 0;
}
.sn-ai-bubble ul {
  margin: 4px 0 6px 16px;
  padding: 0;
}
.sn-ai-bubble li {
  margin-bottom: 3px;
}
.sn-ai-time {
  font-size: 0.64rem;
  color: #94a3b8;
  margin-top: 4px;
  padding: 0 2px;
}
.sn-ai-msg.user .sn-ai-time {
  text-align: right;
}

/* Clean Interactive Action Buttons inside AI response */
.sn-ai-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.sn-ai-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 6px 11px;
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.15s ease;
  border: 1px solid transparent;
}
.sn-ai-action-btn.primary {
  background: var(--blue);
  color: #fff;
}
.sn-ai-action-btn.primary:hover {
  background: #0d4ed8;
  box-shadow: 0 2px 8px rgba(23, 99, 255, 0.35);
}
.sn-ai-action-btn.whatsapp {
  background: #16a34a;
  color: #fff;
}
.sn-ai-action-btn.whatsapp:hover {
  background: #15803d;
}
.sn-ai-action-btn.ghost {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #334155;
}
.sn-ai-action-btn.ghost:hover {
  border-color: var(--blue);
  color: var(--blue);
  background: #eff6ff;
}

/* Typing indicator */
.sn-ai-typing {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  border-bottom-left-radius: 3px;
  width: fit-content;
  align-self: flex-start;
}
.sn-ai-dot {
  width: 5px;
  height: 5px;
  background: var(--blue);
  border-radius: 50%;
  animation: typingBounce 1.4s infinite ease-in-out both;
}
.sn-ai-dot:nth-child(1) { animation-delay: -0.32s; }
.sn-ai-dot:nth-child(2) { animation-delay: -0.16s; }
@keyframes typingBounce {
  0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
  40% { transform: scale(1); opacity: 1; }
}

/* Footer & Input */
.sn-ai-footer {
  padding: 10px 14px;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
}
.sn-ai-form {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sn-ai-input {
  flex: 1;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 15px !important;
  color: #0f172a;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.sn-ai-input:focus {
  border-color: var(--blue);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(23, 99, 255, 0.12);
}
.sn-ai-input::placeholder {
  color: #94a3b8;
}
.sn-ai-send-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--grad-blue);
  border: none;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  flex-shrink: 0;
}
.sn-ai-send-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 10px rgba(23, 99, 255, 0.35);
}
.sn-ai-send-btn:active {
  transform: scale(0.92);
}
.sn-ai-send-btn svg {
  width: 15px;
  height: 15px;
}
.sn-ai-watermark {
  font-size: 0.62rem;
  color: #94a3b8;
  text-align: center;
  margin-top: 5px;
  font-weight: 500;
}

/* Responsive Mobile Rules */
@media (max-width: 768px) {
  .sn-ai-widget {
    left: 16px !important;
    bottom: 16px !important;
    right: auto !important;
    top: auto !important;
  }
  .sn-ai-clean-callout {
    display: none;
  }
  .sn-ai-modal {
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    width: calc(100vw - 16px) !important;
    height: calc(100vh - 16px) !important;
    max-height: 86vh !important;
    border-radius: 18px !important;
    transform: scale(0.96) translateY(16px) !important;
    transform-origin: bottom center !important;
  }
  .sn-ai-modal.open {
    transform: scale(1) translateY(0) !important;
  }
}

/* ==========================================================================
   Privacy Policy & Legal Content Styles
   ========================================================================== */
.legal-section {
  padding: 40px 0 100px;
  position: relative;
  z-index: 1;
}

.legal-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}

@media (max-width: 960px) {
  .legal-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.legal-sidebar {
  position: sticky;
  top: 100px;
  background: var(--card-bg, #ffffff);
  border: 1px solid var(--line, rgba(23, 99, 255, 0.12));
  border-radius: var(--radius-lg, 16px);
  padding: 24px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.legal-sidebar h4 {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue, #1763FF);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line, rgba(23, 99, 255, 0.12));
}

.legal-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.legal-toc-list a {
  display: block;
  font-size: 0.86rem;
  color: var(--muted, #5C6F82);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
  line-height: 1.4;
}

.legal-toc-list a:hover,
.legal-toc-list a.active {
  color: #ffffff;
  background: var(--blue, #1763FF);
  transform: translateX(4px);
}

.legal-content-card {
  background: var(--card-bg, #ffffff);
  border: 1px solid var(--line, rgba(23, 99, 255, 0.12));
  border-radius: var(--radius-lg, 20px);
  padding: 44px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  color: var(--fg, #0A121C);
  line-height: 1.75;
}

@media (max-width: 640px) {
  .legal-content-card {
    padding: 26px 20px;
  }
}

.legal-intro-lead {
  font-size: 1.05rem;
  color: var(--fg, #0A121C);
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.7;
}

.legal-block {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line, rgba(23, 99, 255, 0.1));
}

.legal-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.legal-block h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--fg, #0A121C);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  scroll-margin-top: 110px;
}

.legal-block h2 .sec-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(23, 99, 255, 0.1);
  color: var(--blue, #1763FF);
  border-radius: 8px;
  font-size: 0.85rem;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  flex-shrink: 0;
}

.legal-block h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--blue, #1763FF);
  margin: 20px 0 10px;
}

.legal-block p {
  color: var(--muted, #475569);
  font-size: 0.95rem;
  margin-bottom: 14px;
}

.legal-block ul {
  margin: 10px 0 18px 20px;
  color: var(--muted, #475569);
  font-size: 0.95rem;
}

.legal-block li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.legal-callout {
  background: linear-gradient(135deg, rgba(23, 99, 255, 0.05) 0%, rgba(122, 216, 255, 0.05) 100%);
  border-left: 4px solid var(--blue, #1763FF);
  border-radius: 0 12px 12px 0;
  padding: 16px 20px;
  margin: 20px 0;
  font-size: 0.94rem;
  color: var(--fg, #0A121C);
}

.legal-effective-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(23, 99, 255, 0.08);
  border: 1px solid rgba(23, 99, 255, 0.2);
  border-radius: 100px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.82rem;
  color: var(--blue, #1763FF);
  margin-bottom: 20px;
}

/* ==========================================================================
   PRODUCTION PERFORMANCE ENGINE (CORE WEB VITALS OPTIMIZATION)
   ========================================================================== */

/* 1. Paint & Layout Shift Containment (content-visibility for deep below-fold sections) */
@media (min-width: 768px) {
  .faq-section,
  .reviews-section,
  .comparison-section,
  .foot {
    content-visibility: auto;
    contain-intrinsic-size: 1px 500px;
  }
}

/* 2. Hardware Acceleration & Composite Layers for Kinetic Elements */
.marquee-track,
.sn-hero .sn-badge .ring,
.hero-token-img-wrap,
.ribbon-img {
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}

/* 3. Image aspect ratio and layout stability defaults */
img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
  shape-margin: 0.75rem;
}

img[loading="lazy"] {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================================================
   MULTI-BREAKPOINT RESPONSIVE DESIGN ENFORCEMENT (320px to 1440px+)
   ========================================================================== */

/* 1. Global Viewport & Container Containment */
html, body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden !important;
  position: relative;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Large Screens (>= 1440px) */
@media (min-width: 1440px) {
  .wrap {
    max-width: 1320px;
    margin: 0 auto;
  }
}

/* 3. Standard Desktop / Laptops (1025px - 1280px) */
@media (max-width: 1280px) {
  .wrap {
    padding: 0 24px;
  }
}

/* 4. Horizontal Tablets / Small Laptops (769px - 1024px) */
@media (max-width: 1024px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .foot-grid {
    grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
    gap: 28px;
  }
}

/* 5. Vertical Tablets (481px - 768px) */
@media (max-width: 768px) {
  .grid-3, .grid-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .svc-detail, .svc-detail:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .svc-detail:nth-child(even) .svc-visual {
    order: 0;
  }
  .about-grid, .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* 6. Standard Mobile Devices (381px - 480px) */
@media (max-width: 480px) {
  .wrap {
    padding: 0 16px;
  }
  .stat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .foot-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero-cta {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }
  .section-head h2 {
    font-size: clamp(1.6rem, 7vw, 2.1rem);
  }
}

/* 7. Micro Mobile Devices (320px - 380px: iPhone SE, Fold) */
@media (max-width: 380px) {
  .wrap {
    padding: 0 12px;
  }
  .stat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .stat {
    padding: 14px 8px;
  }
  .stat .num {
    font-size: 1.5rem;
  }
  .stat .lbl {
    font-size: 0.78rem;
  }
  .card, .pkg, .fcard, .info-card {
    padding: 20px 14px !important;
  }
  .hero-meta {
    width: 100%;
  }
  .partner-badge {
    font-size: 10px;
    padding: 6px 10px;
    width: 100%;
  }
}


