:root {
    --navy: #063e6d;
    --deep: #052f57;
    --ocean: #0579bb;
    --aqua: #16b9db;
    --sky: #c9f6ff;
    --yellow: #ffd84f;
    --orange: #ff9a3d;
    --pink: #ff78ab;
    --paper: #f7fdff;
    --white: #ffffff;
    --ink: #103f59;
    --muted: #5e7b8c;
    --line: #d8edf4;
    --shadow: 0 24px 70px rgba(0, 67, 112, .16);
    --soft-shadow: 0 14px 42px rgba(0, 69, 108, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link {
    position: fixed; top: 10px; left: 10px; z-index: 999;
    transform: translateY(-160%); padding: 10px 15px; border-radius: 12px;
    background: #fff; color: var(--navy); box-shadow: var(--soft-shadow);
}
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 18px 0 auto; z-index: 100; }
.nav-shell {
    width: min(1180px, calc(100% - 28px)); min-height: 70px; margin-inline: auto;
    padding: 8px 10px 8px 14px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
    border: 1px solid rgba(255,255,255,.34); border-radius: 24px;
    background: rgba(4, 86, 134, .42); box-shadow: 0 12px 42px rgba(2, 42, 73, .13);
    backdrop-filter: blur(18px) saturate(140%); transition: .3s ease;
}
.site-header.scrolled .nav-shell { background: rgba(4,72,112,.94); box-shadow: 0 18px 45px rgba(2,42,73,.22); }
.brand { display: flex; align-items: center; gap: 11px; color: #fff; min-width: max-content; }
.brand-mark {
    width: 54px; height: 54px; display: grid; place-items: center; overflow: hidden; border-radius: 17px;
    background: linear-gradient(145deg,#fff,#cbf6ff); box-shadow: inset 0 1px 0 #fff,0 7px 20px rgba(0,42,70,.14);
}
.brand-mark img { width: 64px; height: 64px; object-fit: contain; transform: scale(1.15); }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 19px; letter-spacing: .2px; }
.brand-copy small { margin-top: 5px; font-size: 10px; opacity: .78; }
.main-nav { display: flex; align-items: center; gap: 5px; color: rgba(255,255,255,.94); }
.main-nav a { padding: 12px 13px; border-radius: 14px; font-size: 13px; font-weight: 600; transition: .2s; }
.main-nav a:hover { background: rgba(255,255,255,.12); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 14px; padding: 11px; background: rgba(255,255,255,.12); cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: #fff; border-radius: 10px; }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; padding: 140px 0 90px; color: #fff; }
.hero-ocean { position: absolute; inset: 0; background: linear-gradient(130deg, rgba(3,55,96,.88), rgba(5,121,187,.72)), url("ocean-bg.webp") center/cover no-repeat; }
.hero::after { content:""; position:absolute; left:-5%; right:-5%; bottom:-72px; height:150px; background:var(--paper); border-radius:50% 50% 0 0 / 55% 55% 0 0; }
.hero-glow { position:absolute; border-radius:50%; filter: blur(8px); opacity:.35; }
.glow-one { width:420px; height:420px; background:#65efff; top:90px; right:-140px; }
.glow-two { width:360px; height:360px; background:#7c9dff; bottom:20px; left:-130px; }
.bubble { position:absolute; border:1px solid rgba(255,255,255,.35); border-radius:50%; background:rgba(255,255,255,.08); }
.bubble-one { width:58px; height:58px; top:145px; left:7%; }
.bubble-two { width:30px; height:30px; top:285px; right:8%; }
.bubble-three { width:82px; height:82px; bottom:145px; left:45%; }
.hero-grid { position:relative; z-index:2; display:grid; grid-template-columns: 1.08fr .92fr; align-items:center; gap:55px; }
.hero-copy { max-width: 650px; }
.eyebrow { width:max-content; max-width:100%; padding:9px 13px; display:flex; align-items:center; gap:9px; border:1px solid rgba(255,255,255,.25); background:rgba(255,255,255,.1); border-radius:99px; font-size:12px; font-weight:700; letter-spacing:.02em; }
.eyebrow span { width:8px; height:8px; background:var(--yellow); border-radius:50%; box-shadow:0 0 0 6px rgba(255,216,79,.14); }
h1 { margin:24px 0 20px; font-size:clamp(44px,6vw,78px); line-height:.99; letter-spacing:-.055em; }
h1 em { font-style:normal; color:var(--yellow); }
.hero-lead { max-width:620px; margin:0; color:rgba(255,255,255,.86); font-size:18px; line-height:1.75; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 22px; border-radius:16px; font-size:14px; font-weight:800; transition:.2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background:linear-gradient(135deg,var(--yellow),#ffbc38); color:#654409; box-shadow:0 12px 28px rgba(255,200,48,.2); }
.button-secondary { border:1px solid rgba(255,255,255,.3); background:rgba(255,255,255,.1); color:#fff; }
.hero-points { display:flex; flex-wrap:wrap; gap:10px 18px; margin-top:26px; color:rgba(255,255,255,.84); font-size:12px; font-weight:600; }
.hero-points span { display:flex; align-items:center; gap:7px; }
.hero-points i { display:grid; place-items:center; width:21px; height:21px; border-radius:50%; background:rgba(255,255,255,.12); color:var(--yellow); font-style:normal; }
.hero-visual { position:relative; min-height:500px; display:grid; place-items:center; }
.mascot-halo { position:absolute; width:430px; height:430px; border-radius:50%; background:radial-gradient(circle,rgba(255,255,255,.32),rgba(255,255,255,.03) 65%,transparent 67%); }
.mascot-card { position:relative; width:min(410px,90%); aspect-ratio:1; border:1px solid rgba(255,255,255,.28); background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.05)); border-radius:42% 58% 50% 50% / 46% 44% 56% 54%; box-shadow:0 32px 80px rgba(1,38,68,.28); backdrop-filter:blur(9px); overflow:hidden; }
.mascot-card img { width:100%; height:100%; object-fit:contain; transform:scale(1.04); }
.floating-card { position:absolute; display:flex; align-items:center; gap:11px; padding:12px 15px; min-width:215px; border:1px solid rgba(255,255,255,.34); border-radius:18px; background:rgba(255,255,255,.92); color:var(--ink); box-shadow:0 16px 42px rgba(3,48,80,.18); }
.floating-card strong,.floating-card small { display:block; }
.floating-card strong { font-size:12px; }
.floating-card small { margin-top:3px; font-size:10px; color:var(--muted); }
.floating-icon { width:36px; height:36px; display:grid; place-items:center; flex:0 0 auto; border-radius:12px; background:#e7faff; color:var(--ocean); font-weight:900; }
.card-live { left:-25px; top:28%; }
.card-live .floating-icon { color:#ff5f75; }
.card-connect { right:-25px; bottom:16%; }

.quick-strip { position:relative; z-index:4; margin-top:-6px; padding:24px 0 70px; }
.quick-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.quick-grid article { display:flex; gap:14px; padding:21px; border:1px solid var(--line); border-radius:23px; background:#fff; box-shadow:var(--soft-shadow); }
.mini-icon { width:44px; height:44px; display:grid; place-items:center; flex:0 0 auto; border-radius:14px; background:linear-gradient(145deg,#e8faff,#c9f6ff); color:var(--ocean); font-size:12px; font-weight:900; }
.quick-grid strong { font-size:15px; }
.quick-grid p { margin:5px 0 0; color:var(--muted); font-size:12px; line-height:1.55; }

.section { padding:90px 0; }
.section-heading { max-width:760px; margin:0 auto 42px; text-align:center; }
.kicker { display:inline-block; color:var(--ocean); font-size:12px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.kicker.light { color:#a9f5ff; }
.section-heading h2,.steps-copy h2,.closing-card h2 { margin:12px 0 14px; color:var(--deep); font-size:clamp(34px,4.5vw,54px); line-height:1.05; letter-spacing:-.04em; }
.section-heading p,.steps-copy>p { margin:0 auto; max-width:680px; color:var(--muted); font-size:16px; line-height:1.7; }
.feature-grid { display:grid; grid-template-columns:1.35fr .825fr .825fr; gap:18px; }
.feature-card { position:relative; overflow:hidden; min-height:350px; padding:28px; border:1px solid var(--line); border-radius:30px; background:#fff; box-shadow:var(--soft-shadow); }
.feature-main { display:grid; grid-template-columns:1fr 190px; align-items:end; background:linear-gradient(145deg,#fff 0%,#edfaff 100%); }
.feature-main img { width:215px; align-self:end; justify-self:end; margin-bottom:-28px; }
.feature-number { display:inline-grid; place-items:center; min-width:43px; height:30px; padding:0 9px; border-radius:10px; background:#e8f9ff; color:var(--ocean); font-size:11px; font-weight:900; }
.feature-card h3 { margin:20px 0 11px; color:var(--deep); font-size:24px; line-height:1.15; letter-spacing:-.025em; }
.feature-card p { color:var(--muted); line-height:1.7; font-size:14px; }
.tag-row { display:flex; flex-wrap:wrap; gap:7px; margin-top:20px; }
.tag-row span { padding:8px 10px; background:#fff; border:1px solid var(--line); border-radius:99px; color:var(--ocean); font-size:10px; font-weight:800; }
.feature-orb { width:62px; height:62px; margin-top:38px; display:grid; place-items:center; border-radius:20px; background:linear-gradient(145deg,#c9f6ff,#eafcff); color:var(--ocean); font-size:24px; font-weight:900; }
.accent-card { background:linear-gradient(150deg,#fff8e2,#fff); }
.accent-card .feature-orb { background:linear-gradient(145deg,#fff2ad,#ffd84f); color:#80570a; }

.steps-section { position:relative; overflow:hidden; color:#fff; background:linear-gradient(135deg,var(--deep),#056fa9 66%,#0a95bd); }
.steps-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:center; }
.steps-visual { position:relative; min-height:520px; display:grid; place-items:center; }
.round-window { width:min(430px,100%); aspect-ratio:1; overflow:hidden; border-radius:50%; background:radial-gradient(circle at 50% 35%,#ccfbff,#6bdce9); box-shadow:0 30px 70px rgba(0,27,48,.3),inset 0 0 0 12px rgba(255,255,255,.08); }
.round-window img { width:100%; height:100%; object-fit:contain; transform:scale(1.04); }
.status-card { position:absolute; right:-20px; bottom:30px; width:250px; padding:16px 18px; color:var(--ink); border-radius:18px; background:#fff; box-shadow:0 18px 45px rgba(0,28,49,.25); }
.status-card span,.status-card strong { display:block; }
.status-card span { color:var(--ocean); font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:.07em; }
.status-card strong { margin-top:5px; font-size:12px; }
.status-track { height:8px; margin-top:12px; overflow:hidden; border-radius:99px; background:#dff2f7; }
.status-track i { display:block; width:72%; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--aqua),var(--yellow)); }
.steps-copy h2 { color:#fff; }
.steps-copy>p { margin-left:0; color:rgba(255,255,255,.75); }
.steps-list { display:grid; gap:16px; margin:30px 0 0; padding:0; list-style:none; }
.steps-list li { display:flex; gap:15px; padding:15px 0; border-top:1px solid rgba(255,255,255,.13); }
.steps-list li>span { width:42px; height:42px; display:grid; place-items:center; flex:0 0 auto; border-radius:14px; background:rgba(255,255,255,.1); color:var(--yellow); font-weight:900; }
.steps-list strong { display:block; font-size:15px; }
.steps-list p { margin:5px 0 0; color:rgba(255,255,255,.68); font-size:13px; line-height:1.55; }

.compact-heading { margin-bottom:32px; }
.audience-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.audience-grid article { min-height:300px; padding:38px; border:1px solid var(--line); border-radius:32px; background:#fff; box-shadow:var(--soft-shadow); }
.audience-grid article:first-child { background:linear-gradient(145deg,#fff,#eafcff); }
.audience-grid article:last-child { background:linear-gradient(145deg,#fff,#fff9df); }
.role-label { display:inline-block; padding:8px 11px; border-radius:99px; background:#e2f8ff; color:var(--ocean); font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.audience-grid article:last-child .role-label { background:#fff0b4; color:#80570a; }
.audience-grid h3 { margin:24px 0 12px; color:var(--deep); font-size:28px; line-height:1.1; letter-spacing:-.03em; }
.audience-grid p { max-width:520px; color:var(--muted); line-height:1.75; }

.closing-section { padding:25px 0 90px; }
.closing-card { min-height:330px; display:grid; grid-template-columns:1.2fr .8fr; align-items:center; overflow:hidden; padding:45px 55px; border-radius:38px; color:#fff; background:linear-gradient(130deg,#075b94,#08a4c7); box-shadow:var(--shadow); }
.closing-card h2 { max-width:720px; color:#fff; }
.closing-card p { max-width:620px; color:rgba(255,255,255,.78); line-height:1.65; }
.closing-card img { width:300px; justify-self:end; align-self:end; margin-bottom:-45px; }

.site-footer { padding:45px 0; background:#062f54; color:rgba(255,255,255,.72); }
.footer-grid { display:grid; grid-template-columns:1.2fr .8fr auto; gap:35px; align-items:end; }
.footer-brand p { max-width:380px; margin:16px 0 0; font-size:12px; line-height:1.65; }
.footer-links { display:grid; grid-template-columns:1fr 1fr; gap:11px 22px; font-size:12px; font-weight:600; }
.footer-links a:hover { color:#fff; }
.copyright { margin:0; font-size:11px; white-space:nowrap; }

@media (max-width: 980px) {
    .hero { min-height:auto; padding-top:135px; }
    .hero-grid { grid-template-columns:1fr; text-align:center; }
    .hero-copy { margin-inline:auto; }
    .eyebrow,.hero-actions,.hero-points { justify-content:center; margin-inline:auto; }
    .hero-visual { min-height:430px; }
    .card-live { left:5%; }.card-connect{right:5%;}
    .quick-grid { grid-template-columns:1fr; }
    .feature-grid { grid-template-columns:1fr 1fr; }
    .feature-main { grid-column:1 / -1; }
    .steps-grid { grid-template-columns:1fr; gap:40px; }
    .steps-copy { text-align:center; }
    .steps-copy>p { margin-inline:auto; }
    .steps-list { max-width:650px; margin-inline:auto; text-align:left; }
    .footer-grid { grid-template-columns:1fr 1fr; }
    .copyright { grid-column:1/-1; }
}

@media (max-width: 760px) {
    .container { width:min(100% - 28px,1160px); }
    .site-header { inset:10px 0 auto; }
    .nav-shell { border-radius:19px; min-height:62px; }
    .brand-mark { width:46px; height:46px; border-radius:14px; }
    .brand-copy strong { font-size:17px; }.brand-copy small{display:none;}
    .menu-toggle { display:block; }
    .main-nav { position:absolute; left:14px; right:14px; top:72px; display:none; padding:10px; border-radius:18px; background:rgba(5,54,91,.98); box-shadow:var(--shadow); }
    .main-nav.open { display:grid; }
    .main-nav a { padding:13px 14px; }
    .hero { padding:115px 0 80px; }
    h1 { font-size:clamp(42px,13vw,62px); }
    .hero-lead { font-size:16px; }
    .hero-visual { min-height:370px; }
    .mascot-card { width:320px; }
    .mascot-halo { width:340px; height:340px; }
    .floating-card { min-width:190px; padding:10px 12px; }
    .card-live { left:0; top:20%; }.card-connect { right:0; bottom:8%; }
    .section { padding:70px 0; }
    .feature-grid,.audience-grid { grid-template-columns:1fr; }
    .feature-main { grid-template-columns:1fr 125px; }
    .feature-main img { width:150px; }
    .feature-card { min-height:unset; }
    .steps-visual { min-height:430px; }
    .status-card { right:0; }
    .closing-card { grid-template-columns:1fr; padding:35px 28px 0; text-align:center; }
    .closing-card img { width:220px; justify-self:center; margin-top:10px; }
    .footer-grid { grid-template-columns:1fr; align-items:start; }
    .footer-links { max-width:320px; }
    .copyright { grid-column:auto; }
}

@media (max-width: 480px) {
    .hero-actions { display:grid; }
    .button { width:100%; }
    .hero-points { display:grid; text-align:left; width:max-content; }
    .hero-visual { min-height:350px; }
    .mascot-card { width:275px; }
    .floating-card { min-width:0; max-width:178px; }
    .floating-card small { display:none; }
    .feature-main { grid-template-columns:1fr; }
    .feature-main img { display:none; }
    .audience-grid article { padding:28px; }
    .status-card { width:220px; }
}
