.discover-page { --discover-ink:#102b40; --discover-muted:#6c8493; --discover-aqua:#4d9dff; --discover-cyan:#4cc9ff; color:var(--discover-ink); background:#f3fafb; }
.discover-hero { position:relative; min-height:570px; display:grid; align-items:end; overflow:hidden; color:#fff; background:#082333; }
.discover-hero::before { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(3,17,29,.88),rgba(3,17,29,.46) 55%,rgba(3,17,29,.16)),var(--discover-hero-image) center/cover; }
.discover-hero::after { content:''; position:absolute; right:0; bottom:0; left:0; height:170px; background:linear-gradient(transparent,rgba(3,17,29,.62)); }
.discover-hero-inner { position:relative; z-index:1; display:flex; align-items:end; justify-content:space-between; gap:42px; width:100%; padding-top:115px; padding-bottom:76px; }
.discover-hero-copy { max-width:790px; }
.discover-eyebrow,.discover-kicker { display:inline-flex; align-items:center; gap:9px; color:#0d929d; font:700 11px 'DM Sans',sans-serif; letter-spacing:.16em; text-transform:uppercase; }
.discover-eyebrow { color:var(--discover-aqua); }
.discover-eyebrow::before,.discover-kicker::before { content:''; width:7px; height:7px; flex:0 0 auto; border-radius:50%; background:currentColor; box-shadow:0 0 15px currentColor; }
.discover-hero h1 { max-width:850px; margin:20px 0 0; color:#fff; font:700 clamp(2.8rem,6.7vw,6.2rem)/.94 'Space Grotesk',sans-serif; letter-spacing:-.075em; }
.discover-hero-copy>strong { display:block; margin-top:20px; color:#fff; font:600 clamp(1.15rem,2.2vw,1.65rem) 'Space Grotesk',sans-serif; }
.discover-hero-copy>p { max-width:630px; margin:14px 0 0; color:#c5dbe4; font-size:clamp(1rem,1.7vw,1.25rem); line-height:1.65; }
.discover-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:32px; }
.discover-actions .btn-ghost { color:#fff; border-color:rgba(255,255,255,.28); background:rgba(255,255,255,.08); }
.discover-hero-note { width:min(280px,100%); padding:21px; border:1px solid rgba(77,157,255,.3); border-radius:19px; background:rgba(5,29,43,.74); backdrop-filter:blur(12px); }
.discover-hero-note>span,.discover-icon,.discover-included-item>span,.discover-safety>span { display:grid; place-items:center; color:#06212b; border-radius:13px; background:linear-gradient(135deg,var(--discover-aqua),var(--discover-cyan)); }
.discover-hero-note>span { width:44px; height:44px; }
.discover-hero-note svg,.discover-icon svg,.discover-included-item svg,.discover-safety svg { width:22px; height:22px; }
.discover-hero-note strong { display:block; margin-top:17px; color:#fff; font:600 1.05rem 'Space Grotesk',sans-serif; }
.discover-hero-note p { margin:7px 0 0; color:#a5c0ca; font-size:12px; line-height:1.6; }
.discover-intro,.discover-facts,.discover-format,.discover-faq { padding:105px 0; }
.discover-intro { background:#f3fafb; }
.discover-intro-grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(35px,6vw,90px); align-items:center; }
.discover-photo { position:relative; min-height:450px; overflow:hidden; border-radius:24px 0 24px 0; box-shadow:0 25px 65px rgba(31,77,97,.15); }
.discover-photo::after { content:''; position:absolute; inset:18px -18px -18px 18px; z-index:-1; border:1px solid rgba(36,119,212,.24); border-radius:24px 0 24px 0; }
.discover-photo img { width:100%; height:450px; object-fit:cover; }
.discover-photo>span { position:absolute; bottom:20px; left:20px; padding:9px 12px; color:#fff; border-radius:999px; background:rgba(4,28,42,.76); font-size:10px; font-weight:700; letter-spacing:.14em; }
.discover-intro-copy h2,.discover-section-head h2,.discover-format-head h2,.discover-cta h2 { margin:17px 0 0; color:var(--discover-ink); font:700 clamp(2rem,4vw,3.5rem)/1.02 'Space Grotesk',sans-serif; letter-spacing:-.065em; }
.discover-copy-cards { display:grid; gap:13px; margin-top:28px; }
.discover-copy-cards p { margin:0; padding:21px 23px; color:var(--discover-muted); font-size:15px; line-height:1.75; border:1px solid rgba(24,70,91,.12); border-radius:18px; background:#fff; box-shadow:0 12px 30px rgba(31,77,97,.055); }
.discover-copy-cards p:first-child { border-color:rgba(36,119,212,.22); background:linear-gradient(135deg,#eaf3ff,#fff); }
.discover-facts { color:#e8f7f9; background:linear-gradient(145deg,#092738,#061622); }
.discover-section-head { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:40px; }
.discover-section-head h2 { color:#fff; }
.discover-section-head>p { max-width:470px; margin:0; color:#9ab5c3; font-size:15px; line-height:1.7; }
.discover-fact-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.discover-fact { position:relative; min-height:245px; padding:24px; overflow:hidden; border:1px solid rgba(149,205,226,.15); border-radius:19px; background:rgba(255,255,255,.045); transition:transform .3s ease,border-color .3s ease,background .3s ease; }
.discover-fact:hover { transform:translateY(-7px); border-color:rgba(77,157,255,.5); background:rgba(77,157,255,.08); }
.discover-number { position:absolute; top:22px; right:22px; color:rgba(172,226,232,.35); font:700 12px 'Space Grotesk',sans-serif; letter-spacing:.1em; }
.discover-icon { width:44px; height:44px; }
.discover-fact h3 { margin:25px 0 0; color:#fff; font:600 1.12rem 'Space Grotesk',sans-serif; }
.discover-fact p { margin:10px 0 0; color:#9bb5c2; font-size:13px; line-height:1.65; }
.discover-included { padding:105px 0; background:#fff; }
.discover-included-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(35px,7vw,105px); align-items:start; }
.discover-included .discover-section-head { display:block; margin:0; }
.discover-included .discover-section-head h2 { color:var(--discover-ink); }
.discover-included .discover-section-head>p { margin-top:18px; color:var(--discover-muted); }
.discover-included-list { display:grid; grid-template-columns:1fr 1fr; gap:13px; }
.discover-included-item { display:flex; align-items:flex-start; gap:14px; min-height:126px; padding:22px; border:1px solid rgba(24,70,91,.12); border-radius:18px; background:#f6fbfc; }
.discover-included-item>span { width:42px; height:42px; flex:0 0 auto; }
.discover-included-item strong { padding-top:4px; color:var(--discover-ink); font:600 1rem/1.45 'Space Grotesk',sans-serif; }
.discover-format { background:#f3fafb; }
.discover-format-head { max-width:720px; }
.discover-format-head>p { max-width:650px; margin:18px 0 0; color:var(--discover-muted); font-size:15px; line-height:1.75; }
.discover-step-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:42px; }
.discover-step { position:relative; min-height:210px; padding:25px 21px; border:1px solid rgba(24,70,91,.13); border-radius:18px; background:#fff; box-shadow:0 13px 32px rgba(31,77,97,.055); }
.discover-step-number { display:grid; width:38px; height:38px; place-items:center; color:#2477d4; border-radius:12px; background:#e7f2ff; font:700 12px 'Space Grotesk',sans-serif; }
.discover-step h3 { margin:24px 0 0; color:var(--discover-ink); font:600 1.02rem 'Space Grotesk',sans-serif; }
.discover-step p { margin:9px 0 0; color:var(--discover-muted); font-size:13px; line-height:1.65; }
.discover-safety { display:flex; align-items:flex-start; gap:16px; margin-top:18px; padding:23px 25px; border:1px solid rgba(36,119,212,.22); border-radius:18px; background:linear-gradient(135deg,#eaf3ff,#fff); }
.discover-safety>span { width:44px; height:44px; flex:0 0 auto; }
.discover-safety h3 { margin:1px 0 0; color:var(--discover-ink); font:600 1.05rem 'Space Grotesk',sans-serif; }
.discover-safety p { margin:7px 0 0; color:var(--discover-muted); font-size:13px; line-height:1.65; }
.discover-faq { background:#fff; }
.discover-faq-head { max-width:none; margin-bottom:38px; text-align:center; }
.discover-faq-head .discover-kicker { justify-content:center; }
.discover-faq-head>p { margin:17px auto 0; }
.discover-faq-list { display:grid; gap:10px; }
.discover-faq-item { border:1px solid rgba(24,70,91,.13); border-radius:14px; background:#f7fbfc; }
.discover-faq-item summary { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:62px; padding:0 20px; color:var(--discover-ink); cursor:pointer; font:600 14px 'Space Grotesk',sans-serif; list-style:none; }
.discover-faq-item summary::-webkit-details-marker { display:none; }
.discover-faq-item summary span { color:#2477d4; font-size:22px; font-weight:400; transition:transform .2s ease; }
.discover-faq-item[open] summary span { transform:rotate(45deg); }
.discover-faq-item p { margin:0; padding:0 20px 20px; color:var(--discover-muted); font-size:13px; line-height:1.65; }
.discover-cta { padding:72px 0; color:#fff; background:linear-gradient(120deg,#0b3445,#061824); }
.discover-cta h2 { color:#fff; }
.discover-cta p { max-width:590px; margin:14px 0 0; color:#a3beca; font-size:14px; line-height:1.65; }
.discover-cta .discover-kicker { color:var(--discover-aqua); }
@media (max-width:950px) { .discover-hero-inner { align-items:start; flex-direction:column; padding-bottom:60px; } .discover-hero-note { width:min(360px,100%); } .discover-intro-grid,.discover-included-layout { grid-template-columns:1fr; } .discover-included-list { max-width:760px; } .discover-step-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:700px) { .discover-hero { min-height:690px; } .discover-hero-inner { padding-top:80px; } .discover-intro,.discover-facts,.discover-included,.discover-format,.discover-faq { padding:76px 0; } .discover-photo,.discover-photo img { min-height:310px; height:310px; } .discover-intro-copy h2,.discover-section-head h2,.discover-format-head h2,.discover-cta h2 { font-size:2.3rem; } .discover-section-head { display:block; } .discover-section-head>p { margin-top:17px; } .discover-fact-grid,.discover-included-list,.discover-step-grid { grid-template-columns:1fr; } .discover-fact { min-height:0; } .discover-included-item { min-height:0; } .discover-safety { flex-direction:column; padding:21px; } }
@media (prefers-reduced-motion:reduce) { .discover-fact { transition:none; } }
