:root {
  --vip-gold: #e8bd6a;
  --vip-gold-light: #ffe1a1;
  --vip-gold-deep: #a8752c;
  --vip-ink: #080713;
  --vip-panel: rgba(18, 16, 36, 0.78);
  --vip-line: rgba(255, 255, 255, 0.1);
  --vip-copy: #d6d2e6;
}

html { scroll-behavior: smooth; }

body.vip-page {
  display: block;
  overflow-x: hidden;
  background: var(--vip-ink);
  color: var(--text-main);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
}

.vip-page a { color: inherit; }
.vip-page svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.vip-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.vip-skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; border-radius: 0 0 8px 8px; background: var(--vip-gold); color: #16101c !important; font-weight: 800; transition: top .2s; }
.vip-skip-link:focus { top: 0; }

.vip-header { padding: 0; background: rgba(8, 7, 19, .82); border-color: rgba(255,255,255,.08); }
.vip-nav-shell { width: min(1160px, calc(100% - 40px)); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.vip-brand { color: #fff; text-decoration: none; min-width: max-content; }
.vip-brand .hn-logo-icon { box-shadow: 0 10px 28px rgba(138,43,226,.3); }
.vip-brand .hn-logo-text { display: flex; flex-direction: column; }
.vip-brand-name { font-size: 1.15rem; font-weight: 850; line-height: 1; letter-spacing: -.04em; }
.vip-brand-tagline { margin-top: 5px; color: var(--text-muted); font-size: .67rem; letter-spacing: .035em; }
.vip-brand .hn-clock-o { font-size: .78em; }
.vip-nav { display: flex; align-items: center; gap: 28px; }
.vip-nav a { position: relative; color: #bbb6ce; font-size: .83rem; font-weight: 700; text-decoration: none; transition: color .2s, transform .2s; }
.vip-nav a:not(.vip-nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: linear-gradient(90deg,var(--accent-pink),var(--vip-gold)); transition: right .2s; }
.vip-nav a:hover, .vip-nav a:focus-visible, .vip-nav a[aria-current="page"] { color: #fff; }
.vip-nav a:hover::after, .vip-nav a:focus-visible::after, .vip-nav a[aria-current="page"]::after { right: 0; }
.vip-nav-cta { padding: 10px 17px; border: 1px solid rgba(232,189,106,.5); border-radius: 999px; color: var(--vip-gold-light) !important; }
.vip-nav-cta:hover { transform: translateY(-2px); background: rgba(232,189,106,.1); }

.vip-hero { position: relative; min-height: 760px; display: grid; align-items: center; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 77% 45%, rgba(138,43,226,.26), transparent 32%), radial-gradient(circle at 14% 5%, rgba(255,79,216,.24), transparent 31%), linear-gradient(135deg,#0b0819 0%,#100a24 49%,#080713 100%); }
.vip-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to bottom,black,transparent 88%); }
.vip-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; z-index: -1; background: linear-gradient(transparent,var(--vip-ink)); }
.vip-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .4; z-index: -1; }
.vip-orb-one { width: 420px; height: 420px; left: -250px; top: 130px; border: 1px solid rgba(255,79,216,.25); box-shadow: inset 0 0 100px rgba(255,79,216,.08); }
.vip-orb-two { width: 600px; height: 600px; right: -300px; bottom: -260px; border: 1px solid rgba(232,189,106,.15); box-shadow: inset 0 0 130px rgba(232,189,106,.06); }
.vip-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 8%; padding-block: 100px 120px; }
.vip-eyebrow, .vip-kicker { margin: 0 0 20px; color: var(--vip-gold); font-size: .73rem; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.vip-eyebrow { display: flex; align-items: center; gap: 10px; }
.vip-eyebrow span { width: 32px; height: 1px; background: var(--vip-gold); }
.vip-hero h1 { max-width: 680px; margin: 0; font-size: clamp(3.15rem,6.1vw,5.8rem); line-height: .94; letter-spacing: -.07em; text-wrap: balance; }
.vip-hero h1 em { display: block; color: transparent; font-style: normal; background: linear-gradient(100deg,var(--accent-pink),#c88cff 48%,var(--vip-gold-light)); -webkit-background-clip: text; background-clip: text; }
.vip-hero-lead { max-width: 620px; margin: 28px 0 0; color: var(--vip-copy); font-size: clamp(1rem,1.4vw,1.16rem); line-height: 1.75; }
.vip-hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }
.vip-button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 50px; padding: 0 23px; border-radius: 999px; font-size: .82rem; font-weight: 850; letter-spacing: .03em; text-decoration: none; transition: transform .22s, box-shadow .22s, border-color .22s, background .22s; }
.vip-button svg { width: 18px; height: 18px; }
.vip-button:hover { transform: translateY(-3px); }
.vip-button:active { transform: translateY(-1px); }
.vip-button-gold { color: #17101a !important; background: linear-gradient(135deg,var(--vip-gold-light),var(--vip-gold) 55%,#c88c37); box-shadow: 0 13px 35px rgba(200,140,55,.22), inset 0 1px rgba(255,255,255,.5); }
.vip-button-gold:hover { box-shadow: 0 18px 43px rgba(232,189,106,.32), inset 0 1px rgba(255,255,255,.5); }
.vip-text-link { color: #fff; font-size: .83rem; font-weight: 750; text-decoration: none; }
.vip-text-link span { display: inline-block; margin-left: 7px; color: var(--vip-gold); transition: transform .2s; }
.vip-text-link:hover span { transform: translateY(4px); }
.vip-proof-row { display: flex; flex-wrap: wrap; gap: 15px 22px; margin-top: 42px; color: #a9a4bb; font-size: .73rem; }
.vip-proof-row span { display: flex; align-items: center; gap: 6px; }
.vip-proof-row svg { width: 15px; height: 15px; color: var(--vip-gold); }

.vip-hero-visual { position: relative; min-height: 520px; perspective: 1300px; }
.vip-hero-card { position: absolute; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 35px 80px rgba(0,0,0,.48); backdrop-filter: blur(20px); }
.vip-hero-card-back { width: 330px; height: 400px; top: 20px; right: 40px; padding: 28px; border-radius: 34px; background: linear-gradient(160deg,rgba(255,79,216,.18),rgba(17,13,38,.7)); transform: rotate(11deg); }
.vip-hero-card-back span { color: var(--vip-gold); font-size: .62rem; font-weight: 800; letter-spacing: .16em; }
.vip-hero-card-back strong { position: absolute; left: 30px; right: 30px; bottom: 42px; font-size: 1.55rem; line-height: 1.15; }
.vip-hero-card-front { width: 360px; min-height: 460px; left: 25px; top: 42px; padding: 16px; border-radius: 36px; background: linear-gradient(145deg,rgba(26,20,48,.92),rgba(10,9,24,.96)); transform: rotate(-4deg); }
.vip-mini-topline { display: flex; align-items: center; justify-content: space-between; padding: 2px 3px 13px; }
.vip-mini-badge { padding: 6px 9px; border-radius: 999px; color: #23170c; background: linear-gradient(135deg,var(--vip-gold-light),var(--vip-gold)); font-size: .52rem; font-weight: 900; letter-spacing: .1em; }
.vip-mini-distance { color: #aaa3bc; font-size: .65rem; }
.vip-mini-art { position: relative; height: 225px; overflow: hidden; border-radius: 24px; background: linear-gradient(180deg,#ef7fc7 0%,#8a2be2 43%,#16112e 100%); }
.vip-mini-art::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 22%,rgba(255,230,180,.85) 0 3%,transparent 3.5%), linear-gradient(165deg,transparent 52%,rgba(8,7,19,.65) 52%); }
.vip-mini-moon { position: absolute; width: 80px; height: 80px; right: 35px; top: 35px; border-radius: 50%; background: rgba(255,222,170,.75); box-shadow: 0 0 50px rgba(255,210,150,.45); }
.vip-mini-building { position: absolute; left: 20px; right: 20px; bottom: 0; height: 87px; background: #141024; clip-path: polygon(0 28%,10% 28%,10% 5%,42% 5%,42% 34%,56% 34%,56% 18%,80% 18%,80% 0,100% 0,100% 100%,0 100%); }
.vip-mini-building::after { content: ""; position: absolute; inset: 28px 20px 0; background: repeating-linear-gradient(90deg,transparent 0 20px,rgba(232,189,106,.7) 21px 26px,transparent 27px 40px); }
.vip-mini-content { display: flex; justify-content: space-between; gap: 15px; padding: 19px 5px 12px; }
.vip-mini-content p { margin: 0 0 5px; color: var(--vip-gold); font-size: .5rem; letter-spacing: .12em; }
.vip-mini-content h2 { margin: 0; font-size: 1.45rem; letter-spacing: -.04em; }
.vip-mini-rating { align-self: center; color: var(--vip-gold-light); font-size: .7rem; white-space: nowrap; }
.vip-mini-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.vip-mini-pills span { padding: 10px; border-radius: 999px; text-align: center; background: rgba(255,255,255,.07); color: #d9d4e6; font-size: .65rem; font-weight: 700; }
.vip-float-note { position: absolute; padding: 11px 15px; border: 1px solid rgba(232,189,106,.28); border-radius: 999px; color: var(--vip-gold-light); background: rgba(8,7,19,.78); box-shadow: 0 15px 35px rgba(0,0,0,.28); backdrop-filter: blur(16px); font-size: .64rem; font-weight: 700; }
.vip-note-one { right: 0; top: 145px; }
.vip-note-two { left: -8px; bottom: 10px; }
.vip-scroll-cue { position: absolute; left: 50%; bottom: 34px; width: 24px; height: 38px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; transform: translateX(-50%); }
.vip-scroll-cue span { position: absolute; width: 4px; height: 4px; left: 9px; top: 8px; border-radius: 50%; background: var(--vip-gold); animation: vip-scroll 1.7s infinite; }
@keyframes vip-scroll { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(15px); } }

.vip-section { position: relative; padding: 112px 0; }
.vip-section-heading { max-width: 690px; margin: 0 auto 54px; text-align: center; }
.vip-section-heading-left { margin-left: 0; text-align: left; }
.vip-section-heading h2, .vip-why-copy h2, .vip-preview-copy h2, .vip-contact-inner h2 { margin: 0; font-size: clamp(2.25rem,4vw,3.8rem); line-height: 1.02; letter-spacing: -.055em; text-wrap: balance; }
.vip-section-heading > p:last-child, .vip-why-copy > p, .vip-preview-copy > p, .vip-contact-inner > p { color: var(--vip-copy); line-height: 1.75; }
.vip-section-heading > p:last-child { max-width: 630px; margin: 22px auto 0; }
.vip-section-heading-left > p:last-child { margin-left: 0; }
.vip-packages { background: linear-gradient(180deg,var(--vip-ink),#0d0a1b 45%,var(--vip-ink)); }
.vip-pricing-grid { display: grid; grid-template-columns: .94fr .94fr 1.08fr; align-items: start; gap: 20px; }
.vip-price-card { position: relative; min-height: 675px; padding: 31px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--vip-line); border-radius: 26px; background: linear-gradient(150deg,rgba(255,255,255,.065),rgba(255,255,255,.018)); box-shadow: 0 24px 55px rgba(0,0,0,.22); transition: transform .3s, border-color .3s, box-shadow .3s; }
.vip-price-card::before { content: ""; position: absolute; width: 160px; height: 160px; right: -85px; top: -85px; border-radius: 50%; background: rgba(138,43,226,.18); filter: blur(25px); }
.vip-price-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,.2); box-shadow: 0 32px 70px rgba(0,0,0,.32); }
.vip-price-card-priority { margin-top: 28px; }
.vip-price-card-featured { min-height: 750px; margin-top: -14px; border-color: rgba(232,189,106,.6); background: radial-gradient(circle at 100% 0,rgba(232,189,106,.14),transparent 30%), linear-gradient(150deg,rgba(48,34,25,.6),rgba(16,13,31,.98) 45%); box-shadow: 0 28px 75px rgba(173,116,40,.17), inset 0 0 40px rgba(232,189,106,.03); }
.vip-price-card-featured::before { width: 280px; height: 280px; right: -100px; top: -130px; background: rgba(232,189,106,.2); }
.vip-recommended { position: absolute; right: 23px; top: 23px; padding: 7px 12px; border-radius: 999px; color: #24170c; background: linear-gradient(135deg,var(--vip-gold-light),var(--vip-gold)); font-size: .56rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 8px 25px rgba(232,189,106,.2); }
.vip-package-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; color: #c5bed6; background: rgba(255,255,255,.045); }
.vip-package-icon svg { width: 23px; height: 23px; }
.vip-price-card-featured .vip-package-icon { color: var(--vip-gold-light); border-color: rgba(232,189,106,.3); background: rgba(232,189,106,.08); }
.vip-plan-label { min-height: 32px; margin: 0 0 18px; color: #bbb5cd; font-size: .72rem; font-weight: 900; letter-spacing: .105em; line-height: 1.45; text-transform: uppercase; }
.vip-price-card-featured .vip-plan-label { color: var(--vip-gold-light); }
.vip-price { display: flex; align-items: flex-start; color: #fff; }
.vip-price sup { margin-top: 8px; font-size: 1.1rem; font-weight: 800; }
.vip-price strong { font-size: 4rem; line-height: .9; letter-spacing: -.08em; }
.vip-price span { margin-top: 5px; font-size: 1.2rem; font-weight: 800; }
.vip-price-note { margin: 13px 0 0; color: #9d97ae; font-size: .75rem; }
.vip-includes-label { margin: 26px 0 4px; color: #ddd8e9; font-size: .75rem; font-weight: 750; }
.vip-feature-list { display: grid; gap: 12px; padding: 24px 0 28px; margin: 0; list-style: none; color: #c5c0d1; font-size: .78rem; line-height: 1.45; }
.vip-feature-list li { position: relative; padding-left: 23px; }
.vip-feature-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #ce80ea; font-weight: 900; }
.vip-price-card-featured .vip-feature-list li::before { color: var(--vip-gold); }
.vip-price-card .vip-button { margin-top: auto; }
.vip-button-outline { border: 1px solid rgba(255,255,255,.17); color: #fff; background: rgba(255,255,255,.035); }
.vip-button-outline:hover { border-color: rgba(200,140,255,.55); background: rgba(138,43,226,.1); }

.vip-comparison-section { overflow: hidden; background: #080713; }
.vip-comparison-section::before { content: ""; position: absolute; width: 500px; height: 500px; left: -320px; top: 100px; border-radius: 50%; background: rgba(138,43,226,.14); filter: blur(70px); }
.vip-table-wrap { overflow-x: auto; border: 1px solid var(--vip-line); border-radius: 24px; background: rgba(255,255,255,.025); box-shadow: 0 25px 60px rgba(0,0,0,.24); }
.vip-comparison-table { width: 100%; min-width: 740px; border-collapse: collapse; color: #c7c1d5; font-size: .79rem; }
.vip-comparison-table th, .vip-comparison-table td { padding: 17px 21px; border-bottom: 1px solid rgba(255,255,255,.07); text-align: center; }
.vip-comparison-table thead th { padding-block: 24px; color: #fff; background: rgba(255,255,255,.035); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.vip-comparison-table thead th:first-child { text-align: left; }
.vip-comparison-table thead span { display: inline-block; margin-top: 6px; color: #aaa3ba; font-size: .65rem; letter-spacing: normal; }
.vip-comparison-table tbody th { width: 42%; color: #d9d5e4; font-weight: 600; text-align: left; }
.vip-comparison-table tbody tr:last-child th, .vip-comparison-table tbody tr:last-child td { border-bottom: 0; }
.vip-comparison-table tbody tr:hover { background: rgba(255,255,255,.025); }
.vip-table-featured { background: rgba(232,189,106,.055) !important; }
.vip-comparison-table thead .vip-table-featured { color: var(--vip-gold-light); box-shadow: inset 0 3px var(--vip-gold); }
.vip-check { display: inline-grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: #17101a; background: linear-gradient(135deg,#efb3ff,#9e4fd2); font-size: .7rem; font-weight: 900; }
.vip-table-featured .vip-check { background: linear-gradient(135deg,var(--vip-gold-light),var(--vip-gold)); }
.vip-dash { color: #5e586d; }

.vip-why-section { background: radial-gradient(circle at 78% 50%,rgba(255,79,216,.14),transparent 27%), linear-gradient(135deg,#0d0a1c,#080713 60%); }
.vip-why-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 12%; }
.vip-why-copy > p { max-width: 620px; margin: 24px 0 0; font-size: 1.02rem; }
.vip-why-points { display: grid; gap: 11px; margin-top: 34px; }
.vip-why-points > div { display: flex; align-items: center; gap: 17px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.07); border-radius: 16px; background: rgba(255,255,255,.025); }
.vip-why-points span { color: var(--vip-gold); font-size: .65rem; font-weight: 900; letter-spacing: .08em; }
.vip-why-points p { margin: 0; color: #a9a3b9; font-size: .76rem; }
.vip-why-points strong { display: block; margin-bottom: 3px; color: #f5f1fb; font-size: .84rem; }
.vip-compass { position: relative; aspect-ratio: 1; max-width: 470px; margin-inline: auto; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle,rgba(138,43,226,.13),transparent 62%); }
.vip-compass-ring { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.vip-ring-one { inset: 6%; }
.vip-ring-two { inset: 22%; border-style: dashed; animation: vip-spin 28s linear infinite; }
.vip-ring-three { inset: 38%; border-color: rgba(232,189,106,.25); }
@keyframes vip-spin { to { transform: rotate(360deg); } }
.vip-map-dot { position: absolute; width: 9px; height: 9px; border: 2px solid #0b0918; border-radius: 50%; background: var(--accent-pink); box-shadow: 0 0 0 5px rgba(255,79,216,.13); }
.vip-map-dot-one { left: 19%; top: 33%; }
.vip-map-dot-two { right: 16%; top: 54%; background: #ad76ed; }
.vip-map-dot-three { left: 34%; bottom: 12%; background: var(--vip-gold); box-shadow: 0 0 0 5px rgba(232,189,106,.13); }
.vip-location-pin { position: relative; width: 88px; height: 88px; display: grid; place-items: center; border: 1px solid rgba(232,189,106,.35); border-radius: 50% 50% 50% 10%; background: linear-gradient(135deg,var(--vip-gold-light),var(--vip-gold-deep)); box-shadow: 0 0 60px rgba(232,189,106,.24); transform: rotate(-45deg); }
.vip-location-pin span { width: 31px; height: 31px; border-radius: 50%; background: #191024; box-shadow: inset 0 0 0 7px rgba(255,255,255,.08); }
.vip-compass > p { position: absolute; bottom: 14%; margin: 0; color: #ada7bb; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.vip-preview-section { overflow: hidden; background: linear-gradient(180deg,#080713,#0c0919); }
.vip-preview-section::after { content: ""; position: absolute; width: 550px; height: 550px; left: 5%; top: 25%; border-radius: 50%; background: rgba(138,43,226,.1); filter: blur(70px); }
.vip-preview-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 12%; }
.vip-phone-wrap { position: relative; display: flex; justify-content: center; }
.vip-phone-wrap::before { content: ""; position: absolute; width: 450px; height: 450px; top: 18%; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.vip-phone { position: relative; z-index: 1; width: 315px; padding: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 43px; color: #f8f6ff; background: #090813; box-shadow: 0 45px 90px rgba(0,0,0,.55), 0 0 0 5px #171422; }
.vip-phone-bar { height: 25px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; font-size: .56rem; }
.vip-phone-bar i { width: 82px; height: 21px; border-radius: 20px; background: #020205; }
.vip-app-head { height: 49px; display: flex; align-items: center; gap: 8px; padding: 0 10px; }
.vip-app-mark { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; font-size: .75rem; background: linear-gradient(135deg,var(--accent-pink),var(--accent-purple)); }
.vip-app-head strong { font-size: .72rem; }
.vip-app-menu { margin-left: auto; color: #8f899c; letter-spacing: 2px; }
.vip-app-image { position: relative; height: 250px; overflow: hidden; border-radius: 23px; background: linear-gradient(180deg,#f288c7,#7439af 52%,#161222); }
.vip-app-badge { position: absolute; z-index: 2; left: 12px; top: 12px; padding: 6px 8px; border-radius: 999px; color: #2a1a0c; background: linear-gradient(135deg,var(--vip-gold-light),var(--vip-gold)); font-size: .46rem; font-weight: 900; letter-spacing: .08em; }
.vip-app-scene { position: absolute; inset: 0; background: radial-gradient(circle at 70% 25%,#ffdda7 0 9%,transparent 9.4%), linear-gradient(166deg,transparent 55%,rgba(10,8,20,.45) 55%); }
.vip-app-scene::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 105px; background: #12101c; clip-path: polygon(0 36%,15% 36%,15% 15%,41% 15%,41% 42%,57% 42%,57% 24%,77% 24%,77% 0,100% 0,100% 100%,0 100%); }
.vip-app-scene::after { content: ""; position: absolute; left: 28px; right: 20px; bottom: 22px; height: 47px; background: repeating-linear-gradient(90deg,rgba(232,189,106,.6) 0 5px,transparent 6px 23px); }
.vip-app-image-dots { position: absolute; z-index: 2; bottom: 9px; left: 0; right: 0; display: flex; justify-content: center; gap: 4px; }
.vip-app-image-dots i { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.4); }
.vip-app-image-dots i:first-child { width: 12px; border-radius: 10px; background: #fff; }
.vip-app-body { padding: 16px 8px 8px; }
.vip-app-type { margin: 0 0 5px; color: var(--vip-gold); font-size: .43rem; font-weight: 800; letter-spacing: .12em; }
.vip-app-title { display: flex; align-items: center; justify-content: space-between; }
.vip-app-title h3 { margin: 0; font-size: 1.18rem; letter-spacing: -.035em; }
.vip-app-title span { color: var(--vip-gold-light); font-size: .55rem; }
.vip-app-place { margin: 5px 0 10px; color: #827d8f; font-size: .54rem; }
.vip-app-desc { margin: 0; color: #bdb7c8; font-size: .57rem; line-height: 1.55; }
.vip-app-offer { display: flex; flex-direction: column; gap: 3px; margin: 13px 0; padding: 10px; border: 1px solid rgba(232,189,106,.18); border-radius: 12px; background: rgba(232,189,106,.07); }
.vip-app-offer span { color: var(--vip-gold); font-size: .4rem; font-weight: 900; letter-spacing: .1em; }
.vip-app-offer strong { font-size: .61rem; }
.vip-app-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.vip-app-actions span { padding: 9px; border-radius: 999px; text-align: center; color: #17101a; background: linear-gradient(135deg,var(--vip-gold-light),var(--vip-gold)); font-size: .54rem; font-weight: 850; }
.vip-app-actions span:last-child { color: #e7e1ef; background: rgba(255,255,255,.07); }
.vip-preview-copy > p { margin: 24px 0 0; font-size: 1rem; }
.vip-preview-list { display: grid; gap: 20px; padding: 0; margin: 38px 0 0; list-style: none; }
.vip-preview-list li { display: grid; grid-template-columns: 48px 1fr; gap: 17px; align-items: start; }
.vip-preview-list li > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(232,189,106,.22); border-radius: 15px; color: var(--vip-gold); background: rgba(232,189,106,.06); }
.vip-preview-list svg { width: 23px; height: 23px; }
.vip-preview-list strong { font-size: .9rem; }
.vip-preview-list p { margin: 5px 0 0; color: #aaa4b7; font-size: .77rem; line-height: 1.6; }

.vip-faq-section { background: radial-gradient(circle at 15% 25%,rgba(255,79,216,.09),transparent 25%),#090815; }
.vip-faq-grid { display: grid; grid-template-columns: .7fr 1fr; align-items: start; gap: 10%; }
.vip-faq-list { display: grid; gap: 10px; }
.vip-faq-list details { border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: rgba(255,255,255,.027); transition: border-color .2s, background .2s; }
.vip-faq-list details[open] { border-color: rgba(232,189,106,.26); background: rgba(232,189,106,.035); }
.vip-faq-list summary { position: relative; padding: 20px 55px 20px 21px; list-style: none; cursor: pointer; color: #eeeaf4; font-size: .85rem; font-weight: 750; }
.vip-faq-list summary::-webkit-details-marker { display: none; }
.vip-faq-list summary span, .vip-faq-list summary span::after { position: absolute; width: 13px; height: 1px; right: 22px; top: 50%; background: var(--vip-gold); transition: transform .2s; }
.vip-faq-list summary span::after { content: ""; right: 0; top: 0; transform: rotate(90deg); }
.vip-faq-list details[open] summary span::after { transform: rotate(0); }
.vip-faq-list details p { margin: 0; padding: 0 50px 21px 21px; color: #aaa4b8; font-size: .78rem; line-height: 1.65; }

.vip-contact-section { position: relative; padding: 115px 0; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 0,rgba(138,43,226,.34),transparent 48%),linear-gradient(145deg,#100a24,#080713); }
.vip-contact-section::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(30deg,transparent 49.8%,rgba(255,255,255,.05) 50%,transparent 50.2%),linear-gradient(-30deg,transparent 49.8%,rgba(255,255,255,.04) 50%,transparent 50.2%); background-size: 55px 95px; }
.vip-contact-orbit { position: absolute; width: 600px; height: 600px; left: 50%; top: -360px; border: 1px solid rgba(232,189,106,.13); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 80px rgba(255,255,255,.012),0 0 0 160px rgba(255,255,255,.009); }
.vip-contact-inner { position: relative; max-width: 800px; }
.vip-contact-inner > p { max-width: 610px; margin: 22px auto 0; }
.vip-email-address { display: block; width: fit-content; margin: 27px auto 25px; color: var(--vip-gold-light) !important; font-size: clamp(.85rem,2vw,1.05rem); text-decoration: none; border-bottom: 1px solid rgba(232,189,106,.4); }
.vip-button-large { min-height: 57px; padding-inline: 32px; }
.vip-footer { padding: 30px 0; border-top: 1px solid rgba(255,255,255,.07); background: #06050d; }
.vip-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.vip-footer-links { display: flex; gap: 24px; }
.vip-footer-links a { color: #918b9e; font-size: .72rem; text-decoration: none; }
.vip-footer-links a:hover { color: var(--vip-gold); }
.vip-footer-inner > p { margin: 0; color: #6f697c; font-size: .67rem; }

.vip-reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease,transform .75s cubic-bezier(.22,1,.36,1); }
.vip-reveal-delay { transition-delay: .12s; }
.vip-reveal-late { transition-delay: .2s; }
.vip-reveal.vip-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .vip-hero { min-height: auto; }
  .vip-hero-grid { grid-template-columns: 1fr; gap: 70px; padding-top: 90px; }
  .vip-hero-copy { max-width: 720px; }
  .vip-hero-visual { width: min(600px,100%); margin: auto; }
  .vip-pricing-grid { grid-template-columns: 1fr 1fr; }
  .vip-price-card-featured { grid-column: 1 / -1; width: min(570px,100%); min-height: auto; margin: 10px auto 0; }
  .vip-price-card-priority { margin-top: 0; }
  .vip-why-grid, .vip-preview-grid { gap: 7%; }
}

@media (max-width: 760px) {
  .vip-shell, .vip-nav-shell { width: min(100% - 28px,1160px); }
  .vip-nav-shell { min-height: 68px; }
  .vip-nav { gap: 15px; }
  .vip-nav a { font-size: .71rem; }
  .vip-nav a:first-child { display: none; }
  .vip-nav-cta { padding: 8px 12px; }
  .vip-brand .hn-logo-icon { width: 35px; height: 35px; border-radius: 12px; font-size: 18px; }
  .vip-brand-name { font-size: 1rem; }
  .vip-brand-tagline { font-size: .58rem; }
  .vip-hero-grid { padding-block: 75px 100px; }
  .vip-hero h1 { font-size: clamp(3.05rem,13vw,5rem); }
  .vip-proof-row { display: grid; }
  .vip-hero-visual { min-height: 490px; }
  .vip-hero-card-back { right: 6%; }
  .vip-hero-card-front { left: 5%; }
  .vip-section { padding: 82px 0; }
  .vip-pricing-grid { grid-template-columns: 1fr; }
  .vip-price-card, .vip-price-card-featured { width: 100%; min-height: auto; margin: 0; }
  .vip-price-card .vip-button { margin-top: 5px; }
  .vip-why-grid, .vip-preview-grid, .vip-faq-grid { grid-template-columns: 1fr; gap: 70px; }
  .vip-preview-copy { order: -1; }
  .vip-compass { width: min(470px,100%); }
  .vip-faq-grid { gap: 35px; }
  .vip-footer-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .vip-nav a[aria-current="page"] { display: none; }
  .vip-hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .vip-text-link { text-align: center; }
  .vip-hero-visual { min-height: 430px; transform: scale(.86); transform-origin: top center; margin-bottom: -60px; }
  .vip-hero-card-front { width: 330px; left: 50%; transform: translateX(-54%) rotate(-4deg); }
  .vip-hero-card-back { width: 300px; right: 50%; transform: translateX(57%) rotate(11deg); }
  .vip-note-one { right: -20px; }
  .vip-note-two { left: -15px; }
  .vip-section-heading h2, .vip-why-copy h2, .vip-preview-copy h2, .vip-contact-inner h2 { font-size: 2.35rem; }
  .vip-price-card { padding: 25px 22px; }
  .vip-table-wrap::after { content: "Swipe to compare →"; display: block; position: sticky; left: 16px; width: max-content; padding: 11px 16px; color: #8d879c; font-size: .65rem; }
  .vip-phone { transform: scale(.94); }
  .vip-footer-links { gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .vip-reveal { opacity: 1; transform: none; }
}
