:root{
  --navy:#082c5d; --navy2:#0c407f; --gold:#c9962e; --gold2:#e3b950;
  --blue:#dfeef9; --blue2:#f4f9fd; --text:#1f3552; --muted:#65758b;
  --line:#dce6ef; --white:#fff; --shadow:0 18px 45px rgba(8,44,93,.10); --shadow-lg:0 26px 70px rgba(8,44,93,.14); --gold-soft:#f6ead0;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,230,239,.7)}
.nav{height:86px;display:flex;align-items:center;gap:26px}
.brand{width:175px;flex:0 0 175px}
.brand img{width:100%;height:72px;object-fit:contain}
.menu{margin-left:auto;display:flex;gap:28px;align-items:center;font-weight:700;font-size:14px;color:var(--navy)}
.menu a{position:relative;padding:10px 0}
.menu a:after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:2px;background:var(--gold);transition:.25s}
.menu a:hover:after{right:0}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:12px;font-weight:800;transition:.25s;border:1px solid transparent}
.btn:hover{transform:translateY(-2px);box-shadow:0 16px 28px rgba(8,44,93,.12)}
.btn-gold{position:relative;overflow:hidden}
.btn-gold:before{content:"";position:absolute;inset:-150% auto auto -30%;width:40%;height:300%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transform:rotate(25deg);animation:shine 5s linear infinite}
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:white;box-shadow:0 10px 28px rgba(201,150,46,.25)}
.btn-outline{border-color:#aac1d8;color:var(--navy);background:white}
.nav-cta{white-space:nowrap}
.menu-toggle{display:none;margin-left:auto;border:0;background:none;font-size:26px;color:var(--navy)}

.hero{position:relative;overflow:hidden;padding:75px 0 42px;background:radial-gradient(circle at 12% 22%, rgba(201,150,46,.10), transparent 18%), radial-gradient(circle at 85% 18%, rgba(8,44,93,.06), transparent 18%), linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(201,150,46,.10) 1.2px, transparent 1.2px);background-size:28px 28px;opacity:.18;mask-image:linear-gradient(180deg,rgba(0,0,0,.55),transparent 80%)}
.hero-skyline{position:absolute;left:0;right:0;bottom:-40px;width:100%;opacity:.62;pointer-events:none}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.eyebrow,.section-heading>span{display:inline-block;color:var(--gold);text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:12px}
.hero h1{font-size:clamp(44px,5vw,70px);line-height:1.02;letter-spacing:-.045em;margin:14px 0 22px;color:var(--navy)}
.hero h1 span{color:var(--gold)}
.hero p{font-size:18px;line-height:1.7;color:#52667e;max-width:650px}
.hero-actions{display:flex;gap:14px;margin:30px 0 18px;flex-wrap:wrap}
.hero-highlights{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.hero-highlights span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.75);border:1px solid #d8e5f0;box-shadow:0 10px 20px rgba(8,44,93,.05);font-size:13px;font-weight:800;color:var(--navy)}
.app-pill{display:inline-flex;gap:6px;align-items:center;padding:12px 16px;background:#fff;border:1px solid var(--line);border-radius:999px;box-shadow:0 9px 24px rgba(8,44,93,.06);font-size:14px;color:var(--navy)}
.hero-visual{min-height:520px;position:relative;display:grid;place-items:center}
.flight-path{position:absolute;width:380px;height:210px;border:2px dashed #8bb5df;border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;right:0;top:45px;transform:rotate(8deg);opacity:.8}
.phone{width:305px;border:9px solid #121820;border-radius:44px;background:#101720;padding:7px;box-shadow:0 30px 60px rgba(8,44,93,.25);position:relative;z-index:3;transform:rotate(5deg)}
.phone-top{height:28px;width:115px;background:#111820;border-radius:0 0 18px 18px;position:absolute;top:-1px;left:50%;transform:translateX(-50%);z-index:4}
.phone-screen{background:#f7fafc;border-radius:32px;padding:34px 15px 16px;min-height:500px}
.phone-head{display:flex;gap:10px;align-items:center}
.phone-head img{width:52px;height:38px;object-fit:contain}
.phone-head strong,.phone-head small{display:block}
.phone-head small{font-size:10px;color:var(--muted);margin-top:3px}
.address-card{margin:16px 0;background:white;border:1px solid #dbe7f1;border-radius:15px;padding:14px}
.address-card span,.address-card small{display:block;font-size:10px;color:var(--muted)}
.address-card strong{font-size:13px;color:var(--navy);display:block;margin:4px 0}
.phone-title{display:flex;justify-content:space-between;font-size:11px;margin:12px 2px}
.phone-title span{color:var(--navy2)}
.purchase{display:flex;align-items:center;gap:10px;background:white;border:1px solid #e3ebf2;border-radius:12px;padding:10px;margin:8px 0;font-size:10px}
.purchase>div{flex:1}.purchase strong,.purchase small{display:block}.purchase small{color:var(--muted);margin-top:2px}
.purchase-icon{font-size:20px}
.status{font-size:8px!important;padding:5px 7px;background:#e7f7ee;color:#2a8250;border-radius:999px}
.status.blue{background:#e9f2fb;color:#2f6fa4}
.phone-screen button{width:100%;border:0;background:var(--navy2);color:white;padding:12px;border-radius:11px;margin-top:12px;font-weight:800}
.mascot-card{position:absolute;right:0;bottom:40px;width:210px;height:210px;border-radius:38px;background:linear-gradient(145deg,#edf5fb,#d7e8f5);box-shadow:var(--shadow);display:grid;place-items:center;transform:rotate(-5deg)}
.mascot-card img{width:185px;height:185px;object-fit:contain}
.section{padding:92px 0}
.section-soft{background:var(--blue2)}
.section-heading{text-align:center;margin-bottom:40px}
.section-heading h2{font-size:clamp(32px,4vw,48px);color:var(--navy);margin:7px 0 10px;letter-spacing:-.035em}
.section-heading p{color:var(--muted);max-width:700px;margin:auto;line-height:1.7}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.steps-five{grid-template-columns:repeat(5,1fr)}
.card{background:white;border:1px solid var(--line);border-radius:20px;box-shadow:0 14px 35px rgba(8,44,93,.07);transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease}
.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:#cddfed}
.step{padding:28px 24px;text-align:center;position:relative;overflow:hidden}
.step:after{content:"";position:absolute;inset:auto -30px -30px auto;width:85px;height:85px;background:radial-gradient(circle,#f8efd8 0%,rgba(248,239,216,0) 68%);opacity:.9}
.step b{position:absolute;top:16px;left:18px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#fff4dc;color:#9a6a12}
.icon{width:54px;height:54px;border-radius:16px;background:#eaf3fb;display:grid;place-items:center;font-size:26px;margin:0 auto 18px}
.step h3,.service h3,.tutorial-body h3{color:var(--navy);margin:0 0 10px;font-size:18px}
.step p,.service p,.tutorial-body p{color:var(--muted);font-size:14px;line-height:1.6;margin:0}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service{padding:24px;background:linear-gradient(180deg,#fff,#fcfeff)}.service .icon{margin:0 0 14px}
.benefit-row{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.beeclub{background:linear-gradient(180deg,#fff,#fbfdff)}
.benefit-premium{grid-template-columns:repeat(4,1fr);gap:18px}
.premium-card{padding:26px 22px;text-align:left;border-radius:24px;background:linear-gradient(180deg,#ffffff,#fbfdff);position:relative;overflow:hidden}
.premium-card:before{content:"";position:absolute;right:-18px;top:-18px;width:86px;height:86px;background:radial-gradient(circle,rgba(201,150,46,.14),transparent 70%)}
.benefit-icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#fff5de,#fff);border:1px solid #f2dfb6;font-size:24px;margin-bottom:16px}
.premium-card h3{margin:0 0 10px;color:var(--navy);font-size:20px}
.premium-card p{margin:0;color:var(--muted);line-height:1.6;font-size:14px}
.app-section{background:radial-gradient(circle at 82% 30%, rgba(201,150,46,.10), transparent 16%), linear-gradient(135deg,#eaf4fb,#f9fcfe)}
.app-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}
.app-phone{display:grid;place-items:center}
.phone-small{transform:rotate(-5deg);width:275px}
.phone-small .phone-screen{min-height:420px}
.app-copy h2,.orlando-card h2{font-size:clamp(34px,4vw,50px);color:var(--navy);letter-spacing:-.04em;line-height:1.08;margin:9px 0 18px}
.app-copy p{color:var(--muted);line-height:1.7;font-size:17px}
.app-copy ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0}
.app-copy li:before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#e5f1fb;color:var(--navy2);margin-right:8px;font-weight:900}
.store-badges{display:flex;gap:12px;flex-wrap:wrap}
.store{display:flex;align-items:center;gap:10px;background:#080b10;color:white;padding:10px 16px;border-radius:10px;min-width:170px}
.store>span{font-size:10px;line-height:1.2}.store strong{font-size:17px}
.tutorial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.tutorial-card{overflow:hidden;background:white;border:1px solid var(--line);border-radius:20px;box-shadow:0 15px 32px rgba(8,44,93,.07)}
.video-placeholder{height:150px;background:linear-gradient(135deg,#0b3569,#185a9f);position:relative;display:grid;place-items:center;color:white}
.video-placeholder:before{content:"";position:absolute;inset:0;background:url('assets/orlando-skyline.svg') center/cover no-repeat;opacity:.13}
.video-placeholder span{width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.18);display:grid;place-items:center;padding-left:4px;font-size:23px;z-index:2;border:1px solid rgba(255,255,255,.35)}
.video-placeholder small{position:absolute;right:12px;top:12px;background:#fff4dc;color:#8a6219;padding:6px 9px;border-radius:999px;font-weight:800}
.tutorial-body{padding:20px}
.tutorial-body>span{color:var(--gold);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.tutorial-body h3{margin-top:8px}
.tutorial-body button{margin-top:18px;width:100%;border:1px solid var(--line);background:#f3f6f8;color:#8b97a5;border-radius:10px;padding:11px;font-weight:800}
.tutorial-cta{margin-top:24px;border:1px solid #cfe0ed;background:white;border-radius:18px;padding:22px 26px;display:flex;justify-content:space-between;gap:20px;align-items:center}
.tutorial-cta strong{color:var(--navy);font-size:18px}.tutorial-cta p{color:var(--muted);margin:5px 0 0}
.orlando-section{padding-top:70px}
.orlando-card{display:grid;grid-template-columns:1.05fr 1.2fr .65fr;gap:30px;align-items:center;background:white;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow)}
.orlando-visual{background:linear-gradient(180deg,#f3f9fd,#e7f3fb);border-radius:18px;overflow:hidden}
.orlando-visual img{height:190px;width:100%;object-fit:cover}
.orlando-card h2{font-size:34px}.orlando-card p{color:var(--muted);line-height:1.6}
.social-actions{display:grid;gap:12px}
.social{border:1px solid #c9d8e6;border-radius:13px;padding:15px;text-align:center;color:var(--navy);font-weight:800;background:#fff}
.footer{background:linear-gradient(180deg,#071f42 0%,#05162f 100%);color:#d9e5f0;padding-top:34px;position:relative;overflow:hidden}
.footer:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);background-size:26px 26px;opacity:.18}
.footer-shell{position:relative;z-index:1}
.footer-topline{display:flex;justify-content:space-between;align-items:center;padding:0 0 22px;margin-bottom:26px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-topline>span{font-weight:800;color:#ffffff;letter-spacing:.02em}
.footer-topline-links{display:flex;gap:22px;flex-wrap:wrap}
.footer-topline-links a{font-size:14px;color:#a9bdd1}
.footer-grid{display:grid;grid-template-columns:1.65fr 1fr 1fr 1.25fr;gap:46px;padding-bottom:34px}
.premium-footer-brand{display:grid;grid-template-columns:84px 1fr;gap:18px;align-items:start}
.footer-seal{width:84px;height:84px;border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;box-shadow:0 18px 32px rgba(0,0,0,.18)}
.footer-seal img{width:66px;height:66px;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(0,0,0,.18))}
.footer-brand-copy h3{margin:0;color:white;font-size:28px;letter-spacing:-.03em}
.footer-badge{display:inline-flex;margin:10px 0 12px;padding:7px 12px;border-radius:999px;background:rgba(201,150,46,.15);color:#f0c96b;border:1px solid rgba(201,150,46,.22);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.footer p{color:#afc2d6;line-height:1.7;margin:0 0 16px}.footer h4{color:white;margin-top:0;margin-bottom:10px;font-size:17px}.footer a,.footer span,.footer small{display:block;color:#b9cada;margin:10px 0;font-size:14px}.footer small{font-size:12px;color:#7f99b3;line-height:1.5}
.footer-app-link{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:12px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:white!important;font-weight:800;margin-top:14px!important;box-shadow:0 12px 22px rgba(201,150,46,.20)}
.footer-bottom{text-align:center;padding:18px 0 22px;border-top:1px solid rgba(255,255,255,.08);font-size:13px;color:#8fa7bd}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}
.reveal.visible{opacity:1;transform:none}
.delay-1{transition-delay:.10s}.delay-2{transition-delay:.20s}.delay-3{transition-delay:.30s}
.floating{animation:float 5s ease-in-out infinite}
@keyframes float{0%,100%{transform:rotate(5deg) translateY(0)}50%{transform:rotate(4deg) translateY(-12px)}}
@media(max-width:980px){
  .nav-cta{display:none}.menu{display:none;position:absolute;left:20px;right:20px;top:76px;background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:18px;flex-direction:column;align-items:stretch}
  .menu.open{display:flex}.menu-toggle{display:block}.hero-grid,.app-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{min-height:500px}
  .steps,.steps-five{grid-template-columns:1fr 1fr}.services-grid{grid-template-columns:1fr 1fr}.benefit-premium{grid-template-columns:1fr 1fr}.tutorial-grid{grid-template-columns:1fr 1fr}.orlando-card{grid-template-columns:1fr 1fr}.social-actions{grid-column:1/-1;grid-template-columns:1fr 1fr}.beelovers-card{grid-template-columns:1fr}.beelovers-tags{justify-content:flex-start}.footer-topline{flex-direction:column;align-items:flex-start;gap:12px}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .container{width:min(100% - 24px,1160px)}.nav{height:76px}.brand{width:145px;flex-basis:145px}.brand img{height:64px}.hero{padding-top:52px}.hero h1{font-size:44px}.hero p{font-size:16px}
  .hero-visual{min-height:450px}.phone{width:250px}.phone-screen{min-height:430px}.mascot-card{width:150px;height:150px;right:-5px}.mascot-card img{width:130px;height:130px}
  .section{padding:68px 0}.steps,.steps-five,.services-grid,.tutorial-grid,.app-copy ul,.benefit-premium{grid-template-columns:1fr}.hero-highlights{justify-content:center}.tutorial-cta{align-items:flex-start;flex-direction:column}.orlando-card{grid-template-columns:1fr}.social-actions{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:26px}.premium-footer-brand{grid-template-columns:72px 1fr}.footer-seal{width:72px;height:72px;border-radius:22px}.footer-seal img{width:56px;height:56px}.footer-brand-copy h3{font-size:24px}.footer-topline-links{gap:14px}
}

.beelovers-strip{padding-top:30px;padding-bottom:30px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.beelovers-card{display:grid;grid-template-columns:1.15fr .85fr;gap:26px;align-items:center;padding:28px 30px;border-radius:28px;background:linear-gradient(135deg,#0a2b58,#0c3d7b);color:white;box-shadow:0 24px 60px rgba(8,44,93,.18);position:relative;overflow:hidden}
.beelovers-card:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.12) 1.1px, transparent 1.1px);background-size:24px 24px;opacity:.25}
.beelovers-card .eyebrow{color:#f0c96b}
.beelovers-card h2{margin:8px 0 12px;font-size:clamp(28px,4vw,42px);line-height:1.08;letter-spacing:-.035em;position:relative;z-index:1}
.beelovers-card p{margin:0;color:rgba(255,255,255,.82);line-height:1.7;position:relative;z-index:1}
.beelovers-tags{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;position:relative;z-index:1}
.beelovers-tags span{display:inline-flex;align-items:center;min-height:46px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(8px);font-weight:800}
.tutorial-card,.orlando-card,.tutorial-cta,.benefit.premium-card{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.tutorial-card:hover,.orlando-card:hover,.tutorial-cta:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.social:hover,.store:hover{transform:translateY(-2px)}
.store,.social{transition:transform .25s ease, box-shadow .25s ease}
.app-pill:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(8,44,93,.10)}
@keyframes shine{0%{transform:translateX(-220%) rotate(25deg)}100%{transform:translateX(520%) rotate(25deg)}}
.site-header.scrolled{box-shadow:0 10px 30px rgba(8,44,93,.08)}

/* ===== V5 LUXO REFINEMENTS ===== */
:root{
  --navy:#062650;
  --navy2:#0c3f7c;
  --gold:#c89a35;
  --gold2:#e8c265;
  --text:#203552;
  --shadow:0 20px 48px rgba(8,44,93,.10);
  --shadow-lg:0 30px 72px rgba(8,44,93,.16);
}
body{background:linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%)}
.site-header{background:rgba(255,255,255,.88);backdrop-filter:blur(18px)}
.nav{height:90px}
.menu a{font-size:15px}
.hero{padding:84px 0 38px;background:radial-gradient(circle at 14% 20%, rgba(200,154,53,.10), transparent 18%),radial-gradient(circle at 86% 14%, rgba(8,44,93,.06), transparent 18%),linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.hero:after{content:"";position:absolute;right:-20px;top:40px;width:240px;height:208px;background:url('assets/honeycomb.svg') center/contain no-repeat;opacity:.23;pointer-events:none}
.hero-copy{position:relative}
.hero-copy h1{max-width:700px}
.hero p{max-width:620px;font-size:19px}
.btn{border-radius:14px}
.btn-gold{box-shadow:0 14px 28px rgba(200,154,53,.20)}
.app-pill{font-weight:700}
.hero-highlights span{background:rgba(255,255,255,.82);backdrop-filter:blur(8px);font-size:12.5px}
.phone{box-shadow:0 35px 80px rgba(8,44,93,.22)}
.mascot-card{background:linear-gradient(145deg,#ffffff,#dfeef8);border:1px solid rgba(8,44,93,.06)}
.section-heading h2{font-size:clamp(34px,4.4vw,54px)}
.section-heading p{font-size:16px}
.trust-strip{margin-top:-8px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:10px}
.trust-chip{min-height:88px;padding:20px;border-radius:22px;background:rgba(255,255,255,.82);border:1px solid #dde8f1;box-shadow:0 16px 35px rgba(8,44,93,.06);display:flex;flex-direction:column;justify-content:center;gap:6px}
.trust-chip strong{color:var(--navy);font-size:18px;letter-spacing:-.02em}
.trust-chip span{color:#6d8199;font-size:13px}
.steps-five{gap:20px}
.step{padding:32px 24px;border-radius:22px}
.step .icon{width:58px;height:58px;border-radius:18px;background:linear-gradient(145deg,#f8fbfe,#eaf3fb)}
.step h3{font-size:20px}
.services-grid{gap:20px}
.service{padding:28px;border-radius:22px}
.service h3{font-size:20px}
.service p{font-size:14.5px}
.beeclub{background:linear-gradient(180deg,#fff 0%,#f9fcff 100%)}
.premium-card{border-radius:26px;padding:30px 24px}
.premium-card h3{font-size:21px}
.app-section{position:relative;overflow:hidden}
.app-section:before{content:"";position:absolute;left:-60px;bottom:30px;width:240px;height:208px;background:url('assets/honeycomb.svg') center/contain no-repeat;opacity:.16}
.app-copy h2{max-width:700px}
.feature-list li{position:relative;padding-left:0;color:var(--text);font-weight:700}
.store{border-radius:14px;box-shadow:0 14px 32px rgba(8,44,93,.14)}
.beelovers-strip{padding-top:38px;padding-bottom:40px}
.beelovers-card{border-radius:32px;padding:34px 36px;background:linear-gradient(135deg,#082a58,#0c3f7d 55%,#124d95 100%)}
.beelovers-card:after{content:"";position:absolute;right:-50px;bottom:-40px;width:260px;height:260px;background:radial-gradient(circle,rgba(232,194,101,.22),transparent 68%)}
.beelovers-tags span{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.20)}
.tutorial-card{border-radius:22px}
.tutorial-body{padding:22px}
.tutorial-body h3{font-size:20px}
.tutorial-cta{border-radius:22px;padding:26px 28px}
.orlando-card{border-radius:28px;padding:30px;background:linear-gradient(180deg,#ffffff,#fbfdff)}
.orlando-visual{background:linear-gradient(180deg,#f6fbff,#ebf4fb)}
.social{border-radius:14px;transition:all .25s ease}
.social:hover{background:var(--navy);color:white;box-shadow:0 14px 28px rgba(8,44,93,.18)}
.footer{padding-top:22px;background:radial-gradient(circle at 16% 20%, rgba(200,154,53,.10), transparent 18%),linear-gradient(180deg,#061a38 0%,#041229 100%)}
.footer:before{opacity:.12;background-image:radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px)}
.footer-shell{padding-bottom:8px}
.footer-cta-panel{display:grid;grid-template-columns:1.1fr .6fr;gap:24px;align-items:center;padding:28px;border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.10);box-shadow:0 22px 50px rgba(0,0,0,.18);margin-bottom:30px;backdrop-filter:blur(10px)}
.footer-cta-brand{display:grid;grid-template-columns:92px 1fr;gap:18px;align-items:center}
.luxe-seal{width:92px;height:92px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.06));box-shadow:0 18px 40px rgba(0,0,0,.18)}
.luxe-seal img{width:70px;height:70px}
.footer-cta-copy h3{margin:8px 0 10px;font-size:32px;line-height:1.06;letter-spacing:-.04em;color:white}
.footer-cta-copy p{margin:0;color:#c2d1df;line-height:1.7}
.footer-mini-chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.footer-mini-chips span{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);font-size:12px;font-weight:800;color:#edf4fb}
.footer-cta-actions{display:flex;flex-direction:column;gap:12px;justify-self:end;width:100%;max-width:240px}
.btn-footer-outline{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:14px;background:transparent;color:#edf4fb;border:1px solid rgba(255,255,255,.18);font-weight:800}
.btn-footer-outline:hover{background:rgba(255,255,255,.06);transform:translateY(-2px)}
.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:40px;padding:6px 0 30px}
.footer-wordmark{font-size:32px;font-weight:900;letter-spacing:-.04em;color:white;margin-bottom:14px}
.footer-brand-col p{color:#afc2d6;line-height:1.7;max-width:420px;margin:0 0 14px}
.footer-brand-col strong{color:#f0c96b;font-size:18px}
.footer-link-col h4{font-size:16px;margin:0 0 12px;color:white}
.footer-link-col a,.footer-link-col span,.footer-link-col small{display:block;color:#b7cada;margin:10px 0;font-size:14px;line-height:1.55}
.footer-link-col a:hover{color:white}
.footer-bottom{padding-top:18px}
.reveal{transition:opacity .75s ease,transform .75s ease,filter .75s ease;filter:blur(3px)}
.reveal.visible{filter:none}
@media(max-width:980px){
  .trust-strip{grid-template-columns:1fr 1fr}
  .footer-cta-panel{grid-template-columns:1fr}
  .footer-cta-actions{justify-self:start;max-width:none;flex-direction:row;flex-wrap:wrap}
  .footer-main{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .trust-strip{grid-template-columns:1fr}
  .trust-chip{min-height:auto}
  .footer-cta-panel{padding:22px}
  .footer-cta-brand{grid-template-columns:72px 1fr;align-items:start}
  .luxe-seal{width:72px;height:72px;border-radius:22px}
  .luxe-seal img{width:54px;height:54px}
  .footer-cta-copy h3{font-size:26px}
  .footer-main{grid-template-columns:1fr;gap:24px}
  .footer-wordmark{font-size:26px}
}


/* ===== V6 FINAL POLISH ===== */
:root{
  --gold:#c6a04e;
  --gold2:#e2c576;
}
.site-header{background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(209,224,236,.66)}
.nav{height:92px}
.brand{width:210px;flex:0 0 210px}
.brand img{height:84px;filter:drop-shadow(0 8px 22px rgba(8,44,93,.05))}
.menu{gap:34px;font-size:14px}
.nav-cta{min-width:170px}
.hero{padding:72px 0 34px;background:radial-gradient(circle at 12% 22%, rgba(198,160,78,.09), transparent 18%), radial-gradient(circle at 85% 18%, rgba(8,44,93,.05), transparent 18%), linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.hero:before{opacity:.12;background-size:30px 30px}
.hero-skyline{bottom:-28px;opacity:.72}
.hero-grid{grid-template-columns:1.04fr .96fr;gap:42px}
.hero-copy{max-width:690px}
.hero h1,.hero-copy h1{font-size:clamp(42px,4.6vw,64px);max-width:640px;line-height:1.02;letter-spacing:-.05em;margin:12px 0 18px}
.hero p{max-width:590px;font-size:17px;line-height:1.68;color:#536982}
.hero-actions{gap:12px;margin:28px 0 12px}
.hero-proof{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-top:4px}
.app-pill{padding:12px 16px;font-size:13.5px;border-color:#dce7f0;box-shadow:0 12px 24px rgba(8,44,93,.05)}
.hero-highlights{gap:10px;margin-top:0}
.hero-highlights span{padding:10px 13px;font-size:12.5px;background:rgba(255,255,255,.88);border-color:#dbe7f0;box-shadow:0 10px 18px rgba(8,44,93,.045)}
.hero-visual{min-height:500px}
.flight-path{width:340px;height:196px;right:16px;top:52px;opacity:.62;border-width:2px}
.phone{width:280px;border-width:8px;border-radius:40px;box-shadow:0 28px 60px rgba(8,44,93,.18)}
.phone-screen{min-height:462px;padding:34px 14px 14px}
.phone button{margin-top:12px}
.mascot-card{width:188px;height:188px;bottom:52px;right:8px;border-radius:32px;box-shadow:0 22px 50px rgba(8,44,93,.12)}
.mascot-card img{width:158px;height:158px}
.trust-strip{margin-top:4px;gap:14px}
.trust-chip{min-height:82px;padding:18px 18px 17px;border-radius:20px;box-shadow:0 14px 30px rgba(8,44,93,.05)}
.trust-chip strong{font-size:17px}
.trust-chip span{font-size:12.5px}
.footer{padding-top:18px;background:radial-gradient(circle at 16% 18%, rgba(198,160,78,.08), transparent 18%), linear-gradient(180deg,#061b3a 0%,#041124 100%)}
.footer:before{opacity:.08}
.footer-shell{padding-bottom:10px}
.footer-cta-panel{grid-template-columns:1.15fr .52fr;gap:18px;padding:22px 24px;border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.035));margin-bottom:24px;box-shadow:0 16px 36px rgba(0,0,0,.16)}
.footer-cta-brand{grid-template-columns:74px 1fr;gap:16px;align-items:center}
.luxe-seal{width:74px;height:74px;border-radius:22px;box-shadow:0 14px 28px rgba(0,0,0,.16)}
.luxe-seal img{width:54px;height:54px}
.footer-cta-copy .eyebrow{font-size:11px;letter-spacing:.16em;color:#d2dce8}
.footer-cta-copy h3{font-size:28px;line-height:1.02;margin:6px 0 8px;max-width:600px}
.footer-cta-copy p{font-size:15px;line-height:1.6;max-width:700px;color:#bfcedb}
.footer-mini-chips{margin-top:14px;gap:8px}
.footer-mini-chips span{min-height:34px;padding:0 11px;font-size:11.5px;background:rgba(255,255,255,.065)}
.footer-cta-actions{justify-self:end;display:grid;gap:10px;max-width:220px;width:100%}
.footer-cta-actions .btn,.btn-footer-outline{min-height:46px;border-radius:13px;padding:0 18px;width:100%;justify-content:center;font-size:15px}
.btn-footer-outline{border-color:rgba(255,255,255,.14);background:rgba(7,30,61,.22)}
.footer-main{grid-template-columns:1.3fr .92fr .92fr 1fr;gap:38px;padding:8px 0 26px}
.footer-wordmark{font-size:30px;margin-bottom:12px}
.footer-brand-col p{color:#b5c6d7;line-height:1.72;max-width:380px;margin:0 0 12px;font-size:15px}
.footer-brand-col strong{font-size:17px;color:#e7c165}
.footer-link-col h4{margin-bottom:10px;font-size:15px}
.footer-link-col a,.footer-link-col span,.footer-link-col small{margin:8px 0;color:#b0c4d7;font-size:14px}
.footer-bottom{padding-top:16px;border-top:1px solid rgba(255,255,255,.08);font-size:13px;color:#9eb4c8}
@media (max-width:980px){
  .brand{width:190px;flex-basis:190px}
  .brand img{height:78px}
  .hero-grid{grid-template-columns:1fr;gap:24px}
  .hero-copy{max-width:none}
  .hero-visual{min-height:440px}
  .footer-cta-panel{grid-template-columns:1fr}
  .footer-cta-actions{justify-self:start;max-width:360px;grid-template-columns:1fr 1fr}
  .footer-main{grid-template-columns:1fr 1fr}
}
@media (max-width:620px){
  .nav{height:82px}
  .brand{width:160px;flex-basis:160px}
  .brand img{height:66px}
  .hero{padding:56px 0 20px}
  .hero h1,.hero-copy h1{font-size:clamp(34px,9vw,46px);max-width:none}
  .hero p{font-size:16px}
  .hero-proof{gap:12px}
  .hero-highlights{gap:8px}
  .hero-highlights span{font-size:12px;padding:9px 12px}
  .phone{width:245px}
  .phone-screen{min-height:414px}
  .mascot-card{width:150px;height:150px;right:2px;bottom:34px}
  .mascot-card img{width:126px;height:126px}
  .trust-strip{grid-template-columns:1fr;gap:12px}
  .footer-cta-panel{padding:18px}
  .footer-cta-brand{grid-template-columns:60px 1fr;align-items:start}
  .luxe-seal{width:60px;height:60px;border-radius:18px}
  .luxe-seal img{width:42px;height:42px}
  .footer-cta-copy h3{font-size:24px}
  .footer-cta-actions{grid-template-columns:1fr}
  .footer-main{grid-template-columns:1fr;gap:22px}
  .footer-wordmark{font-size:26px}
}


/* footer mascot fix */
.footer-seal,
.luxe-seal{
  overflow: visible;
}
.footer-seal img,
.luxe-seal img{
  width: 52px !important;
  height: auto !important;
  max-width: 72%;
  max-height: 72%;
  object-fit: contain;
  object-position: center center;
  display:block;
  margin:0 auto;
  transform: translateY(1px);
  filter: drop-shadow(0 8px 14px rgba(0,0,0,.16));
}
@media (max-width:620px){
  .footer-seal img,
  .luxe-seal img{
    width: 42px !important;
    max-width: 70%;
    max-height: 70%;
  }
}


/* ===== V7 CLEANER FOOTER + HERO ===== */
.hero{padding-bottom:52px !important;}
.hero-skyline{opacity:.5 !important;bottom:-10px !important;}
.trust-strip,.beelovers-strip{display:none !important;}
.hero-proof{margin-top:10px !important;gap:14px !important;}
.hero-highlights{gap:10px !important;flex-wrap:wrap;}
.hero-highlights span{box-shadow:none !important;background:rgba(255,255,255,.9) !important;}
.app-pill{box-shadow:none !important;}
.mascot-card{opacity:.92;bottom:72px !important;}

.footer-minimal{padding:44px 0 12px !important;background:linear-gradient(180deg,#041631 0%, #031127 100%) !important;}
.footer-minimal:before{opacity:.04 !important;}
.footer-simple{display:flex;flex-direction:column;gap:26px;}
.footer-simple-top{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:0 0 8px;border-bottom:1px solid rgba(255,255,255,.08);}
.footer-mini-brand{display:flex;align-items:center;gap:14px;max-width:520px;}
.footer-mini-brand img{width:56px;height:56px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.18));}
.footer-mini-brand strong{display:block;color:#fff;font-size:20px;line-height:1.15;margin-bottom:4px;}
.footer-mini-brand span{display:block;color:#a9bfd4;font-size:14px;line-height:1.6;}
.footer-simple-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;}
.footer-simple-actions .btn{min-height:48px;border-radius:14px;padding:0 22px;}
.footer-simple-grid{display:grid;grid-template-columns:1.05fr .9fr .9fr 1fr;gap:36px;padding-top:4px;}
.footer-simple-col h4{margin:0 0 12px;color:#fff;font-size:16px;}
.footer-simple-col a,.footer-simple-col span{display:block;margin:10px 0;color:#b8cbdd;font-size:15px;line-height:1.6;}
.footer-simple-col a:hover{color:#fff;}
.footer-simple-col:first-child a{color:#e6c067;font-weight:700;}
.footer-bottom{padding-top:18px;border-top:1px solid rgba(255,255,255,.08);text-align:center;color:#9db2c8;font-size:13px;}

@media (max-width:980px){
  .footer-simple-top{flex-direction:column;align-items:flex-start;}
  .footer-simple-actions{justify-content:flex-start;}
  .footer-simple-grid{grid-template-columns:1fr 1fr;gap:28px;}
}
@media (max-width:620px){
  .hero{padding-bottom:36px !important;}
  .hero-highlights{gap:8px !important;}
  .footer-minimal{padding-top:34px !important;}
  .footer-mini-brand img{width:48px;height:48px;}
  .footer-mini-brand strong{font-size:18px;}
  .footer-simple-grid{grid-template-columns:1fr;gap:20px;}
  .footer-simple-actions{width:100%;}
  .footer-simple-actions .btn{width:100%;justify-content:center;}
}


/* ===== V8 PROFESSIONAL FOOTER ===== */
.footer-pro{padding-top:40px !important;}
.footer-pro-shell{display:flex;flex-direction:column;gap:0;}
.footer-pro-grid{display:grid;grid-template-columns:1.15fr .8fr .8fr 1fr;gap:44px;align-items:start;}
.footer-simple,.footer-simple-top,.footer-simple-grid,.footer-mini-brand,.footer-simple-actions,.footer-simple-col{all:unset;}
.footer-pro-col h3{margin:0 0 14px;color:#ffffff;font-size:30px;line-height:1.05;font-weight:800;letter-spacing:-.03em;}
.footer-pro-col h4{margin:0 0 14px;color:#ffffff;font-size:17px;font-weight:700;}
.footer-pro-col p,.footer-pro-col span,.footer-pro-col small,.footer-pro-col a{display:block;color:#b9cbe0;font-size:15px;line-height:1.7;margin:0 0 10px;}
.footer-pro-col a:hover{color:#ffffff;}
.footer-pro-brand p{max-width:360px;}
.footer-domain{display:inline-flex !important;align-items:center;color:#e5bf67 !important;font-weight:700;margin-top:8px !important;}
.footer-pro-contact small{margin-top:2px;color:#95aac2;max-width:320px;}
.footer-pro-actions{display:flex;flex-direction:column;gap:12px;margin-top:18px;max-width:260px;}
.footer-pro-actions .btn{width:100%;justify-content:center;min-height:48px;border-radius:14px;box-shadow:none !important;}
.footer-pro-actions .btn-gold{background:linear-gradient(135deg,#c89d36,#e7c667);}
.footer-pro .footer-bottom{margin-top:28px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);}
@media (max-width:1080px){
  .footer-pro-grid{grid-template-columns:1fr 1fr;gap:32px;}
}
@media (max-width:640px){
  .footer-pro{padding-top:30px !important;}
  .footer-pro-grid{grid-template-columns:1fr;gap:24px;}
  .footer-pro-col h3{font-size:26px;}
  .footer-pro-actions{max-width:none;}
}


/* ===== V9 REFINEMENT ===== */
:root{--section:#f8fbfe;}
.site-header{backdrop-filter:blur(18px);background:rgba(255,255,255,.86) !important;}
.nav{min-height:86px;}
.brand img{height:62px !important;width:auto !important;}
.hero{position:relative;background:linear-gradient(180deg,#fbfdff 0%, #f6f9fc 100%) !important;padding:56px 0 56px !important;overflow:hidden;}
.hero::before{content:"";position:absolute;inset:auto auto -180px -140px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle, rgba(209,227,243,.45) 0%, rgba(209,227,243,0) 68%);pointer-events:none;}
.hero::after{content:"";position:absolute;top:120px;right:-90px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle, rgba(217,183,95,.12) 0%, rgba(217,183,95,0) 72%);pointer-events:none;}
.hero-skyline,.flight-path,.mascot-card{display:none !important;}
.hero-grid{align-items:center !important;gap:72px !important;}
.hero-copy{max-width:680px;}
.hero-copy h1{max-width:760px;line-height:.94 !important;letter-spacing:-.05em;}
.hero-copy p{max-width:640px;font-size:18px;line-height:1.7;color:#4f6781;}
.hero-actions{margin-top:28px !important;gap:14px !important;}
.hero-actions .btn{min-height:56px;padding:0 28px;border-radius:16px;box-shadow:none !important;}
.hero-proof{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-top:18px !important;}
.app-pill{background:#fff !important;border:1px solid #dbe6ef !important;border-radius:999px;padding:14px 18px !important;color:#17345d !important;font-weight:700;}
.hero-highlights{display:flex;gap:12px !important;flex-wrap:wrap;}
.hero-highlights span{background:#fff !important;border:1px solid #dbe6ef !important;color:#17345d !important;font-size:13px !important;font-weight:700 !important;padding:11px 14px !important;border-radius:999px !important;}
.hero-visual{min-height:unset !important;display:flex;justify-content:center;}
.hero-visual .phone{transform:rotate(5deg);width:320px !important;box-shadow:0 40px 80px rgba(6,29,63,.16), 0 14px 30px rgba(6,29,63,.12) !important;}
.hero-visual .phone-screen{min-height:548px !important;}
.purchase,.address-card{box-shadow:none !important;border:1px solid #e7eef5 !important;}

.section-heading p{max-width:760px;margin-inline:auto;}
.orlando-section{padding-top:40px !important;}
.orlando-card{background:linear-gradient(135deg,#082b63 0%,#0d418e 100%) !important;border:none !important;box-shadow:0 24px 60px rgba(8,43,99,.12);}
.orlando-card h2,.orlando-card p,.orlando-card .eyebrow{color:#fff !important;}
.orlando-card p{opacity:.9;}
.social{background:rgba(255,255,255,.1) !important;color:#fff !important;border-color:rgba(255,255,255,.16) !important;}
.social:hover{background:rgba(255,255,255,.16) !important;}

.footer-pro{padding:34px 0 14px !important;background:linear-gradient(180deg,#04152d 0%, #031124 100%) !important;}
.footer-pro-grid{grid-template-columns:1.1fr .85fr .85fr 1fr !important;gap:36px !important;}
.footer-pro-col h3{font-size:24px !important;letter-spacing:-.03em;line-height:1.08 !important;margin-bottom:10px !important;}
.footer-pro-col h4{font-size:16px !important;margin-bottom:12px !important;}
.footer-pro-col p,.footer-pro-col span,.footer-pro-col small,.footer-pro-col a{font-size:14.5px !important;line-height:1.65 !important;color:#b7c9dd !important;}
.footer-domain{margin-top:10px !important;}
.footer-pro-actions{margin-top:16px !important;max-width:230px !important;}
.footer-pro-actions .btn{min-height:46px !important;border-radius:13px !important;font-size:15px;}
.footer-pro-actions .btn-gold{color:#17345d;}
.footer-bottom{font-size:12.5px !important;color:#8ea5bd !important;}

@media (max-width: 980px){
  .hero-grid{gap:40px !important;}
  .hero-copy h1{font-size:72px !important;}
  .hero-visual .phone{width:292px !important;}
  .footer-pro-grid{grid-template-columns:1fr 1fr !important;gap:28px !important;}
}
@media (max-width: 640px){
  .nav{min-height:76px;}
  .brand img{height:54px !important;}
  .hero{padding:34px 0 34px !important;}
  .hero-copy h1{font-size:54px !important;}
  .hero-copy p{font-size:17px;}
  .hero-actions .btn{width:100%;justify-content:center;}
  .hero-proof{align-items:stretch;}
  .app-pill{justify-content:center;}
  .hero-highlights{gap:8px !important;}
  .hero-highlights span{width:100%;justify-content:center;}
  .hero-visual .phone{width:252px !important;transform:none;}
  .hero-visual .phone-screen{min-height:470px !important;}
  .footer-pro-grid{grid-template-columns:1fr !important;}
  .footer-pro-actions{max-width:none !important;}
}


/* ===== V10 ULTRA PREMIUM ===== */
:root{
  --ink:#0a2a55;
  --ink-2:#143d70;
  --champagne:#d5b15a;
  --champagne-2:#efd58c;
  --mist:#f6f9fc;
  --line-soft:#dfe9f2;
}
body{background:#fff;letter-spacing:-.008em;}
.container{width:min(1180px,calc(100% - 48px));}
.site-header{transition:background .28s ease,box-shadow .28s ease,border-color .28s ease;}
.site-header.scrolled{background:rgba(255,255,255,.94) !important;box-shadow:0 12px 36px rgba(9,42,85,.06) !important;border-color:rgba(207,221,233,.85);}
.nav{height:82px !important;}
.brand{width:188px !important;flex:0 0 188px !important;}
.brand img{height:66px !important;}
.menu{gap:28px !important;}
.menu a{font-size:14px !important;color:#17365f !important;padding:30px 0 28px !important;}
.menu a:after{height:2px !important;background:linear-gradient(90deg,var(--champagne),var(--champagne-2)) !important;bottom:22px !important;}
.menu a.active{color:#071f43 !important;}
.nav-cta{min-width:156px !important;min-height:48px !important;border-radius:14px !important;color:#17365f !important;background:linear-gradient(135deg,var(--champagne),var(--champagne-2)) !important;box-shadow:0 10px 26px rgba(213,177,90,.20) !important;}

.hero{padding:72px 0 66px !important;background:linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%) !important;}
.hero::before{left:-220px !important;bottom:-250px !important;width:640px !important;height:640px !important;background:radial-gradient(circle,rgba(212,228,241,.45) 0%,rgba(212,228,241,0) 68%) !important;}
.hero::after{right:-140px !important;top:90px !important;width:420px !important;height:420px !important;background:radial-gradient(circle,rgba(213,177,90,.10) 0%,rgba(213,177,90,0) 70%) !important;}
.hero-grid{grid-template-columns:1.06fr .94fr !important;gap:74px !important;}
.eyebrow,.section-heading>span{font-size:11.5px !important;letter-spacing:.18em !important;font-weight:800 !important;color:#b78728 !important;}
.hero-copy .eyebrow{display:flex;align-items:center;gap:10px;}
.hero-copy .eyebrow:before{content:"";width:32px;height:1px;background:linear-gradient(90deg,#b78728,#e6c97e);display:inline-block;}
.hero-copy h1{font-size:clamp(46px,4.8vw,68px) !important;line-height:.96 !important;margin:16px 0 22px !important;color:#082a58 !important;}
.hero-copy h1 span{color:#c89e42 !important;}
.hero-copy p{font-size:18px !important;line-height:1.72 !important;color:#536982 !important;max-width:610px !important;}
.hero-actions{margin:30px 0 16px !important;}
.hero-actions .btn{min-height:54px !important;padding:0 26px !important;border-radius:15px !important;font-size:15px !important;}
.hero-actions .btn-gold{color:#16365e !important;background:linear-gradient(135deg,var(--champagne),var(--champagne-2)) !important;box-shadow:0 14px 28px rgba(213,177,90,.18) !important;}
.hero-actions .btn-outline{background:rgba(255,255,255,.8) !important;border-color:#cbdce9 !important;box-shadow:0 8px 24px rgba(8,42,88,.04) !important;}
.hero-proof{gap:12px !important;margin-top:18px !important;}
.app-pill{display:inline-flex !important;align-items:center !important;gap:7px !important;padding:12px 16px !important;background:rgba(255,255,255,.82) !important;border:1px solid #dce7f0 !important;border-radius:12px !important;color:#50667e !important;font-size:13px !important;font-weight:600 !important;}
.app-pill strong{color:#0b376f !important;font-weight:800 !important;}
.hero-trustline{display:flex;align-items:center;gap:11px;flex-wrap:wrap;color:#75879a;font-size:12.5px;font-weight:600;}
.hero-trustline i{display:block;width:3px;height:3px;border-radius:50%;background:#d1ab50;}
.hero-visual{display:flex !important;align-items:center !important;justify-content:center !important;}
.hero-visual .phone{width:306px !important;transform:rotate(3deg) !important;box-shadow:0 42px 88px rgba(7,35,74,.15),0 12px 26px rgba(7,35,74,.08) !important;border-width:8px !important;}
.hero-visual .phone-screen{min-height:522px !important;background:linear-gradient(180deg,#f9fbfd,#f4f8fb) !important;}
.floating{animation:floatPremium 7s ease-in-out infinite !important;}
@keyframes floatPremium{0%,100%{transform:rotate(3deg) translateY(0)}50%{transform:rotate(2deg) translateY(-8px)}}

.section{padding:88px 0 !important;}
.section-soft{background:linear-gradient(180deg,#f7fafc,#fbfdff) !important;}
.section-heading{margin-bottom:46px !important;}
.section-heading h2{font-size:clamp(34px,4vw,50px) !important;line-height:1.05 !important;color:#082a58 !important;margin-top:10px !important;}
.section-heading p{color:#63778d !important;line-height:1.72 !important;}
.card,.tutorial-card,.orlando-card{border-color:#e1eaf2 !important;box-shadow:0 14px 34px rgba(8,42,88,.055) !important;}
.card:hover,.tutorial-card:hover{transform:translateY(-4px) !important;box-shadow:0 22px 44px rgba(8,42,88,.09) !important;}
.steps-five{gap:16px !important;}
.step{border-radius:22px !important;padding:30px 20px !important;}
.step b{background:#f6eedb !important;color:#9b6f1d !important;}
.step .icon,.service .icon{background:#f3f7fa !important;border:1px solid #e4edf4 !important;}
.step h3,.service h3,.tutorial-body h3{font-size:18px !important;letter-spacing:-.02em;}
.service{padding:26px !important;}
.premium-card{background:#fff !important;border:1px solid #e1eaf2 !important;}
.premium-card:before{opacity:.45 !important;}
.benefit-icon{background:#fbf7ed !important;border-color:#ecdfbf !important;}
.app-section{background:linear-gradient(180deg,#f7fafc,#eef5fa) !important;}
.app-grid{gap:84px !important;}
.phone-small{box-shadow:0 30px 64px rgba(7,35,74,.14) !important;}
.feature-list li{font-size:15px !important;}
.store{background:#07182f !important;border-radius:13px !important;box-shadow:none !important;}
.tutorial-card{border-radius:20px !important;}
.video-placeholder{background:linear-gradient(135deg,#092b5e,#124983) !important;}
.tutorial-cta{border-radius:20px !important;box-shadow:none !important;}
.orlando-card{padding:28px 30px !important;border-radius:24px !important;}

.footer-pro{padding:40px 0 12px !important;background:linear-gradient(180deg,#04162f,#031125) !important;}
.footer-pro-grid{grid-template-columns:1.14fr .82fr .82fr 1fr !important;gap:42px !important;}
.footer-pro-col h3{font-size:25px !important;}
.footer-pro-col h4{font-size:15.5px !important;letter-spacing:.01em;}
.footer-pro-col p,.footer-pro-col span,.footer-pro-col small,.footer-pro-col a{font-size:14px !important;line-height:1.7 !important;}
.footer-domain{color:#d9b45d !important;}
.footer-pro-actions{max-width:220px !important;}
.footer-pro-actions .btn{min-height:44px !important;font-size:14px !important;border-radius:12px !important;}
.footer-pro-actions .btn-gold{color:#15355e !important;background:linear-gradient(135deg,var(--champagne),var(--champagne-2)) !important;}
.footer-pro-actions .btn-footer-outline{background:transparent !important;border-color:rgba(255,255,255,.13) !important;color:#d8e4f0 !important;}

.reveal{transform:translateY(16px) !important;filter:blur(1.5px) !important;transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1),filter .7s ease !important;}
.reveal.visible{transform:none !important;filter:none !important;}

@media(max-width:980px){
  .container{width:min(100% - 36px,1180px);}
  .hero-grid{grid-template-columns:1fr !important;gap:44px !important;}
  .hero-copy{text-align:left !important;max-width:760px;}
  .hero-actions{justify-content:flex-start !important;}
  .hero-visual .phone{width:288px !important;}
  .app-grid{gap:50px !important;}
  .footer-pro-grid{grid-template-columns:1fr 1fr !important;gap:30px !important;}
}
@media(max-width:640px){
  .container{width:min(100% - 24px,1180px);}
  .nav{height:74px !important;}
  .brand{width:150px !important;flex-basis:150px !important;}
  .brand img{height:52px !important;}
  .hero{padding:42px 0 46px !important;}
  .hero-copy{text-align:left !important;}
  .hero-copy h1{font-size:clamp(38px,11vw,52px) !important;}
  .hero-copy p{font-size:16px !important;}
  .hero-actions{display:grid !important;grid-template-columns:1fr 1fr !important;}
  .hero-actions .btn{width:100% !important;padding:0 14px !important;}
  .hero-trustline{gap:8px !important;font-size:11.5px !important;}
  .hero-visual .phone{width:244px !important;transform:none !important;}
  .hero-visual .phone-screen{min-height:454px !important;}
  .section{padding:64px 0 !important;}
  .steps-five,.services-grid,.benefit-premium,.tutorial-grid{grid-template-columns:1fr !important;}
  .app-grid{gap:36px !important;}
  .footer-pro-grid{grid-template-columns:1fr !important;gap:24px !important;}
  .footer-pro-actions{max-width:none !important;}
}


/* ===== V10.3 FOOTER BUTTON FIXES ===== */
.btn-gold:before{pointer-events:none;}
.footer-pro-contact{align-self:start;}
.footer-pro-actions{display:grid !important;grid-template-columns:1fr !important;gap:14px !important;width:100% !important;max-width:280px !important;}
.footer-pro-actions .btn{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;min-height:52px !important;padding:0 22px !important;font-size:16px !important;font-weight:800 !important;line-height:1.1 !important;text-align:center !important;white-space:nowrap !important;position:relative !important;}
.footer-pro-actions .btn span{position:relative;z-index:2;display:inline-block;}
.footer-pro-actions .btn-gold{color:#123b67 !important;background:linear-gradient(135deg,#d7b35c,#efd88f) !important;}
.footer-pro-actions .btn-footer-outline{background:rgba(6,25,50,.16) !important;border:1px solid rgba(255,255,255,.18) !important;color:#eef5fc !important;box-shadow:none !important;}
.footer-pro-actions .btn-footer-outline:hover{background:rgba(255,255,255,.06) !important;}
@media(max-width:640px){.footer-pro-actions{max-width:none !important;}.footer-pro-actions .btn{min-height:50px !important;font-size:15.5px !important;}}
