:root {
  --navy:#07105f;
  --deep-blue:#16136f;
  --purple:#5d2fd1;
  --sky-blue:#0072d8;
  --text:#26262d;
  --muted:#696a73;
  --line:#dedfe6;
  --bg:#f5f5f8;
  --white:#fff;
  --shadow:0 10px 32px rgba(17,23,72,.10);
  --radius:3px;
  font-family:Inter,Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:inherit;line-height:1.55}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.brand-strip{height:4px;background:linear-gradient(90deg,#ff5a00 0%,#ff0033 23%,#e10078 50%,#8000ff 75%,#0066ff 100%)}
.site-header{background:rgba(255,255,255,.98);border-bottom:1px solid #e6e7ec;position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}
.header-inner{width:min(1240px,calc(100% - 48px));min-height:78px;margin:auto;display:flex;align-items:center;gap:34px}
.wordmark{display:inline-flex;align-items:center;justify-content:flex-start;min-width:90px;width:90px;height:52px;flex:0 0 90px;white-space:nowrap;font-size:0;overflow:hidden}
.sky-header-logo{width:74px;height:auto;max-width:74px;display:block;flex:0 0 auto}
.primary-nav{display:flex;align-items:center;gap:28px;flex:1}
.primary-nav a{font-size:14px;color:#30313a;padding:28px 2px 25px;border-bottom:2px solid transparent}
.primary-nav a:hover,.primary-nav a.active{color:#060bb4;border-bottom-color:#060bb4}
.header-actions{display:flex;align-items:center;gap:14px;margin-left:auto}
.header-email{font-size:13px;color:#4e4f57;white-space:nowrap}
.header-call{min-height:40px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;border-radius:2px;background:#007bc7;color:#fff;font-weight:700;font-size:13px}
.header-call:hover{background:#0067a6}
.region-banner{background:#f1f2f5;border-bottom:1px solid #e2e3e8;color:#56575f}
.region-inner{min-height:42px;display:flex;align-items:center;justify-content:center;position:relative;font-size:12px;text-align:center;padding-left:44px;padding-right:44px}
.region-inner>span{display:block;width:100%;text-align:center}
.region-inner button{position:absolute;right:0;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#55565c;font-size:24px;line-height:1;cursor:pointer}
.hero{position:relative;overflow:hidden;min-height:355px;background:linear-gradient(112deg,#060d66 0%,#17116d 40%,#48209e 70%,#7b1fb7 100%);color:#fff}
.hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 25%,rgba(255,255,255,.08),transparent 26%),radial-gradient(circle at 92% 88%,rgba(255,92,180,.16),transparent 32%);pointer-events:none}
.hero-inner{position:relative;z-index:2;padding:78px 0 92px;text-align:center}
.hero-kicker{text-transform:uppercase;letter-spacing:1.9px;font-size:12px;font-weight:700;opacity:.88;margin:0 0 12px}
.hero h1{font-size:52px;line-height:1.04;font-weight:500;letter-spacing:-1.6px;margin:0 0 12px}
.hero-subtitle{font-size:17px;margin:0;color:rgba(255,255,255,.88)}
.hero-glow{position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none}
.hero-glow-a{width:420px;height:420px;right:-130px;top:-170px;background:rgba(125,34,210,.33)}
.hero-glow-b{width:360px;height:360px;left:-190px;bottom:-230px;background:rgba(19,51,198,.35)}
.promo-section{background:#f4f4f9;padding:48px 0 38px;display:flex;justify-content:center}
.promo-card{position:relative;width:min(360px,calc(100vw - 32px));min-height:520px;border-radius:12px;padding:24px 20px;background:linear-gradient(160deg,#ff3b00 0%,#ff007f 35%,#a000ff 65%,#00a6ff 100%);display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.15)}
.speech-bubble{position:relative;background:#fff;border-radius:20px;padding:28px 22px 22px;width:100%;color:#222;box-shadow:0 15px 30px rgba(0,0,0,.25)}
.speech-bubble::after{content:"";position:absolute;bottom:-18px;left:45px;width:0;height:0;border-style:solid;border-width:20px 18px 0 0;border-color:#fff transparent transparent transparent}
.bubble-title{font-size:26px;line-height:1.15;font-weight:800;letter-spacing:-.5px;margin:0 0 20px;color:#1a1a1a}
.bubble-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}
.disclaimer-text{font-size:13px;line-height:1.35;color:#666;font-weight:400;margin:0}
.party-emoji{font-size:38px;line-height:1;flex-shrink:0}
.sky-logo{font-size:48px;font-weight:900;color:#fff;letter-spacing:-1.5px;margin-bottom:8px;text-transform:lowercase;font-family:Arial,sans-serif}
.support-section{background:var(--bg);padding:62px 0 70px}
.support-section h2{margin:0 0 30px;text-align:center;font-weight:400;font-size:34px;letter-spacing:-.6px}
.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.support-card{background:var(--white);border:1px solid var(--line);min-height:300px;padding:28px;display:flex;gap:20px;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease}
.support-card:hover{transform:translateY(-3px);box-shadow:0 13px 38px rgba(17,23,72,.13)}
.card-icon{width:56px;height:56px;flex:0 0 56px;display:grid;place-items:center;border:1px solid #d5d5db;border-radius:3px}
.card-icon svg{width:32px;height:32px;fill:#0b0dbe}
.card-content h3{margin:0 0 11px;font-size:21px;line-height:1.22;font-weight:500;color:#050ab7}
.card-content p{margin:0 0 22px;color:var(--muted);font-size:15px}
.card-content strong{color:#34353c}
.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:2px;font-weight:700;font-size:14px;border:1px solid transparent;cursor:pointer}
.primary-btn{background:#007bc7;color:#fff}
.primary-btn:hover{background:#0069aa}
.secondary-btn{background:#fff;border-color:#bfc0c6;color:#33343a}
.delivery-section{padding:68px 0;background:#fff;border-top:1px solid #e6e6eb}
.delivery-inner{display:grid;grid-template-columns:1.35fr .95fr;gap:60px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:1.7px;color:#0b0db8;font-size:12px;font-weight:700;margin:0 0 8px}
.delivery-inner h2{margin:0 0 16px;font-size:36px;line-height:1.15;font-weight:400}
.delivery-inner p{max-width:720px;color:#62636b;margin:0;font-size:16px}
.delivery-points{display:grid;gap:13px}
.delivery-points>div{background:#f5f6f9;border-left:4px solid #1393e3;padding:15px 18px;display:flex;flex-direction:column}
.delivery-points strong{color:#0a0caf;font-size:16px}.delivery-points span{color:#676870;font-size:14px}
.site-footer{background:#11121c;color:#fff}.footer-inner{padding:44px 0 34px;display:flex;justify-content:space-between;gap:40px}.footer-brand{font-size:22px;font-weight:700}.footer-inner p{max-width:560px;margin:7px 0 0;color:#a8a9b3;font-size:13px}.footer-links{display:flex;flex-direction:column;gap:8px;text-align:right;color:#d8d8de;font-size:13px}.footer-links a:hover,.footer-bottom button:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #30313a;padding:18px 0 22px;display:flex;justify-content:space-between;gap:20px;color:#92939d;font-size:12px}.footer-bottom button{background:none;border:0;color:#c9cad1;cursor:pointer}
.cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;max-width:760px;background:#fff;border:1px solid #d6d6dc;box-shadow:0 18px 50px rgba(0,0,0,.20);padding:16px 18px;display:flex;gap:25px;align-items:center;justify-content:space-between;z-index:50}.cookie-banner[hidden]{display:none}.cookie-banner strong{font-size:14px}.cookie-banner p{margin:3px 0 0;color:#686970;font-size:12px}.cookie-actions{display:flex;gap:9px;flex:0 0 auto}
@media(max-width:920px){.header-inner{gap:20px}.primary-nav{gap:16px}.header-email{display:none}.support-grid{grid-template-columns:1fr}.support-card{min-height:auto}.delivery-inner{grid-template-columns:1fr;gap:30px}}
@media(max-width:680px){.container{width:min(100% - 24px,1180px)}.header-inner{width:calc(100% - 24px);min-height:68px;gap:12px}.wordmark{min-width:72px;width:72px;flex-basis:72px}.sky-header-logo{width:64px;max-width:64px}.primary-nav{justify-content:flex-end;gap:16px}.primary-nav a:nth-child(1),.primary-nav a:nth-child(2){display:none}.primary-nav a{font-size:13px;padding:24px 0 21px}.header-call{min-height:36px;padding:0 12px;font-size:12px}.region-inner{padding:0 34px 0 6px;font-size:11px}.hero{min-height:320px}.hero-inner{padding:64px 0 74px}.hero h1{font-size:42px}.hero-subtitle{font-size:15px}.promo-section{padding-top:36px}.promo-card{min-height:500px}.support-section{padding:46px 0 54px}.support-section h2{font-size:29px}.support-card{padding:22px;gap:14px}.card-icon{width:48px;height:48px;flex-basis:48px}.card-icon svg{width:27px}.card-content h3{font-size:19px}.delivery-inner h2{font-size:30px}.footer-inner{flex-direction:column}.footer-links{text-align:left}.footer-bottom{flex-direction:column;align-items:flex-start}.cookie-banner{left:10px;right:10px;bottom:10px;flex-direction:column;align-items:stretch;gap:12px}.cookie-actions{justify-content:flex-end}}
@media(max-width:430px){.header-inner{min-height:62px}.wordmark{min-width:64px;width:64px;flex-basis:64px}.sky-header-logo{width:58px;max-width:58px}.primary-nav a{font-size:12px}.header-call{display:none}.hero h1{font-size:37px}.hero-subtitle{font-size:14px}.promo-card{width:calc(100vw - 24px);min-height:500px;padding:20px 16px}.bubble-title{font-size:24px}.support-card{display:block}.card-icon{margin-bottom:16px}.card-content p{font-size:14px}.delivery-inner p{font-size:15px}}
/* Restored visible hero wording while keeping the SEO topic headings accessible but unobtrusive. */
.hero-help-heading{margin:10px 0 0;color:#fff;font-size:clamp(1.65rem,4vw,2.6rem);line-height:1.12;font-weight:700;letter-spacing:-.02em}

@media(max-width:680px){.hero-help-heading{font-size:31px}}
@media(max-width:430px){.hero-help-heading{font-size:28px}}

.seo-only-headings{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}
