:root {
  font-family: 'Segoe UI', Arial, 'Noto Sans', sans-serif;
  color: #071b4a;
  background: #f8fbff;
  font-synthesis: none;
  --navy: #071b4a;
  --blue: #1763ff;
  --blue-deep: #1245df;
  --cyan: #42d8ff;
  --pearl: #f7fbff;
  --line: rgba(22, 76, 170, .14);
  --muted: #62749b;
  --amber: #ffba5b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #f8fbff; color: var(--navy); }
button, a { font: inherit; }
button { border: 0; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.75; }
h1, h2, h3, p { margin-top: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-shell { min-height: 100vh; overflow: hidden; }
.page-view[hidden], .modal-backdrop[hidden] { display: none !important; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 30; color: #fff; }
.nav-wrap { width: min(1180px, calc(100% - 40px)); height: 86px; margin: auto; display: flex; align-items: center; gap: 34px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 800; letter-spacing: -.04em; }
.wordmark img { width: 42px; height: 42px; border-radius: 12px; object-fit: cover; box-shadow: 0 8px 22px rgba(0,38,126,.18); }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.main-nav a { position: relative; font-size: 14px; color: rgba(255,255,255,.86); }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -11px; height: 2px; background: #fff; transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-cta { margin-left: 14px; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; background: rgba(255,255,255,.12); border-radius: 50%; }
.menu-button span { display: block; height: 2px; margin: 4px 0; background: #fff; }

.button { min-height: 47px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; cursor: pointer; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #1672ff, #1049e6); box-shadow: 0 14px 32px rgba(0, 79, 255, .28); }
.button-light { color: #1452db; background: #fff; box-shadow: 0 10px 28px rgba(0, 39, 130, .16); }

.hero { position: relative; min-height: 830px; padding: 130px 0 0; color: #fff; background: radial-gradient(circle at 78% 19%, rgba(95,234,255,.9), transparent 24%), radial-gradient(circle at 20% 35%, rgba(100,197,255,.58), transparent 32%), linear-gradient(135deg, #238fff 0%, #1264f0 48%, #1544dd 100%); }
.hero::after { content: ''; position: absolute; inset: auto -4% -1px; height: 190px; background: #f8fbff; border-radius: 52% 52% 0 0 / 42% 42% 0 0; }
.hero-inner { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; min-height: 510px; }
.hero-copy { padding: 28px 0 70px; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: #3570e8; font-size: 12px; font-weight: 800; letter-spacing: .17em; }
.eyebrow.light { color: rgba(255,255,255,.8); }
.hero h1 { margin-bottom: 25px; font-size: clamp(48px, 6vw, 82px); line-height: 1.03; letter-spacing: -.055em; }
.hero-copy > p { max-width: 620px; color: rgba(255,255,255,.86); font-size: 17px; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 28px; }
.hero-actions > a { color: #fff; font-size: 14px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 4px; }
.aurora { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.aurora-one { width: 460px; height: 460px; right: -100px; top: -170px; background: radial-gradient(circle, rgba(255,210,152,.7), rgba(255,255,255,0) 68%); }
.aurora-two { width: 740px; height: 250px; left: -180px; bottom: 100px; transform: rotate(-12deg); background: radial-gradient(ellipse, rgba(133,219,255,.48), transparent 70%); }
.hero-visual { position: relative; height: 500px; display: grid; place-items: center; }
.hero-visual::before { content: ''; position: absolute; width: 500px; height: 190px; border-radius: 50%; background: rgba(255,255,255,.17); transform: translateY(140px); box-shadow: 0 40px 90px rgba(13,47,173,.28), inset 0 0 50px rgba(255,255,255,.38); }
.trust-object { position: relative; z-index: 3; width: 270px; height: 270px; border: 1px solid rgba(255,255,255,.65); border-radius: 48px; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, rgba(255,255,255,.62), rgba(61,111,249,.4)); box-shadow: 0 35px 70px rgba(6,44,164,.36), inset 0 1px 0 #fff; backdrop-filter: blur(18px); transform: rotate(-2deg); animation: float 5s ease-in-out infinite; }
.hero-brand-logo { width: 220px; height: 220px; display: block; border-radius: 34px; object-fit: cover; box-shadow: 0 18px 45px rgba(10,46,153,.28); }
.trust-check { width: 86px; height: 86px; display: grid; place-items: center; border-radius: 28px; color: #1763ff; background: rgba(255,255,255,.94); font-size: 54px; font-weight: 800; box-shadow: 0 18px 40px rgba(3,60,189,.25); }
.trust-object span { color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; }
.orbit-a { width: 520px; height: 270px; transform: rotate(-12deg); }
.orbit-b { width: 430px; height: 430px; border-color: rgba(255,210,141,.35); }
.glow-sphere { position: absolute; border-radius: 50%; box-shadow: inset 0 0 30px rgba(255,255,255,.6), 0 20px 50px rgba(8,59,183,.25); }
.glow-sphere-a { width: 76px; height: 76px; right: 6%; top: 13%; background: rgba(255,196,117,.7); }
.glow-sphere-b { width: 48px; height: 48px; left: 9%; bottom: 27%; background: rgba(139,244,255,.6); }
@keyframes float { 50% { transform: translateY(-12px) rotate(-2deg); } }

.stats-band { position: relative; z-index: 5; width: min(1120px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); padding: 26px 30px; border: 1px solid rgba(255,255,255,.74); border-radius: 25px; color: var(--navy); background: rgba(255,255,255,.88); box-shadow: 0 26px 70px rgba(11,58,160,.22); backdrop-filter: blur(18px); }
.stats-band > div { padding: 0 26px; border-right: 1px solid var(--line); }
.stats-band > div:last-child { border-right: 0; }
.stats-band span, .stats-band strong { display: block; }
.stats-band span { margin-bottom: 8px; color: #6e7da0; font-size: 12px; }
.stats-band strong { font-size: 16px; line-height: 1.35; }

.section { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 108px 0; }
.section-heading { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.section-heading h2, .example-copy h2 { margin-bottom: 16px; font-size: clamp(32px, 4vw, 48px); line-height: 1.18; letter-spacing: -.045em; }
.section-heading p { max-width: 660px; margin: 0 auto; font-size: 16px; }
.section-heading.light h2, .section-heading.light p { color: #fff; }
.section-heading.light p { color: rgba(255,255,255,.7); }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-item { padding: 34px 28px; border-right: 1px solid var(--line); }
.value-item:last-child { border-right: 0; }
.value-item > span { color: #76a2ff; font-weight: 800; }
.value-item h3 { margin: 34px 0 12px; font-size: 20px; }
.value-item p { margin: 0; font-size: 14px; }

.journey-section { padding-top: 50px; }
.journey-line { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.journey-line::before { content: ''; position: absolute; top: 28px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg, #8db5ff, #5fdbff, #8db5ff); }
.journey-line article { position: relative; padding: 0 18px; text-align: center; }
.journey-line span { position: relative; z-index: 2; width: 56px; height: 56px; margin: 0 auto 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #1771ff, #1640dc); box-shadow: 0 10px 25px rgba(20,85,230,.24); font-size: 13px; font-weight: 800; }
.journey-line article:nth-child(2) span { background: linear-gradient(135deg, #ffbe64, #ff932e); }
.journey-line article:nth-child(3) span { background: linear-gradient(135deg, #4fd7af, #17a979); }
.journey-line article:nth-child(4) span { background: linear-gradient(135deg, #9d8cff, #6a57e8); }
.journey-line h3 { margin-bottom: 10px; }
.journey-line p { font-size: 13px; }

.showcase-section { position: relative; padding: 105px 0 120px; color: #fff; background: radial-gradient(circle at 50% 10%, rgba(81,137,255,.8), transparent 32%), linear-gradient(145deg, #1836cb, #125af0 52%, #1550d8); border-radius: 0 0 55% 55% / 0 0 9% 9%; }
.showcase-inner { width: min(1180px, calc(100% - 40px)); margin: auto; }
.showcase-stage { display: grid; grid-template-columns: 56px 1fr 56px; gap: 26px; align-items: center; }
.showcase-stage > button { width: 52px; height: 52px; border-radius: 50%; color: #164fd3; background: #fff; cursor: pointer; box-shadow: 0 12px 30px rgba(4,23,100,.25); transition: transform .2s; }
.showcase-stage > button:hover { transform: scale(1.08); }
.screen-preview { position: relative; width: min(330px, 72vw); aspect-ratio: 1290 / 2796; min-height: 0; margin: auto; overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 30px; background: #fff; box-shadow: 0 35px 80px rgba(1,17,100,.34), 0 0 0 10px rgba(255,255,255,.08); }
.product-shot { width: 100%; height: 100%; display: block; object-fit: cover; animation: slideIn .35s ease; }
.screen-preview figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.5); border-radius: 14px; color: #fff; background: rgba(7,27,74,.72); backdrop-filter: blur(12px); text-align: center; font-size: 12px; font-weight: 700; }
@keyframes slideIn { from { opacity: 0; transform: translateX(18px); } }
.dots { margin-top: 30px; display: flex; justify-content: center; gap: 8px; }
.dots button { width: 9px; height: 9px; padding: 0; border-radius: 20px; background: rgba(255,255,255,.35); cursor: pointer; transition: width .2s; }
.dots button.active { width: 30px; background: #fff; }

.trust-section { text-align: center; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; text-align: left; }
.trust-grid article { padding: 35px; border: 1px solid var(--line); border-radius: 26px; background: #fff; }
.trust-grid article.featured { background: linear-gradient(145deg, #f4f9ff, #fff8eb); }
.trust-grid article > span { color: #3475f0; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.trust-grid h3 { margin: 26px 0 12px; }
.trust-grid p { margin: 0; font-size: 14px; }
.text-link { display: inline-block; margin-top: 42px; color: #1a61e9; font-weight: 700; }

.support-band { width: min(1180px, calc(100% - 40px)); margin: 0 auto 105px; padding: 48px 55px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 32px; color: #fff; background: linear-gradient(120deg, #164bdd, #136ffa); box-shadow: 0 25px 60px rgba(16,70,200,.25); }
.support-band h2 { margin-bottom: 10px; font-size: 30px; }
.support-band p { margin: 0; color: rgba(255,255,255,.75); }
.static-email { cursor: default; user-select: text; }
.static-email:hover { transform: none; }

.page-hero { position: relative; min-height: 540px; padding: 165px 0 100px; display: grid; place-items: center; overflow: hidden; color: #fff; text-align: center; background: radial-gradient(circle at 15% 20%, rgba(91,220,255,.7), transparent 28%), radial-gradient(circle at 85% 78%, rgba(255,190,102,.35), transparent 24%), linear-gradient(140deg, #258eff, #1548db); }
.page-hero::after { content: ''; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; right: -190px; top: 30px; }
.page-hero-inner { position: relative; z-index: 2; width: min(850px, calc(100% - 40px)); }
.page-hero h1 { margin-bottom: 25px; font-size: clamp(42px, 6vw, 68px); line-height: 1.08; letter-spacing: -.05em; }
.page-hero p { max-width: 700px; margin: 0 auto 30px; color: rgba(255,255,255,.82); font-size: 17px; }
.product-detail { padding-bottom: 50px; }
.detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.detail-grid > div { padding: 34px; display: flex; flex-direction: column; gap: 14px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.detail-grid span { color: var(--muted); font-size: 13px; }.detail-grid strong { font-size: 25px; }
.disclosure { margin-top: 24px; padding: 28px 32px; display: grid; grid-template-columns: 180px 1fr; gap: 28px; border-radius: 20px; background: #eaf3ff; }
.disclosure p { margin: 0; font-size: 14px; }
.example-section { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.example-card { padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 25px 70px rgba(24,67,145,.12); }
.example-card > div { padding: 18px 0; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.example-card .total { color: #175fe8; }.example-card small { display: block; margin-top: 20px; color: var(--muted); }
.eligibility-list { max-width: 900px; margin: auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.eligibility-list p { margin: 0; padding: 20px 24px; border-left: 3px solid #3478ff; background: #fff; box-shadow: 0 10px 30px rgba(25,69,145,.08); }

.about-story { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.about-copy h2 { font-size: 46px; line-height: 1.2; letter-spacing: -.045em; }
.mission-card { padding: 55px 45px; border-radius: 36px; color: #fff; background: radial-gradient(circle at 90% 0, rgba(99,229,255,.8), transparent 33%), linear-gradient(145deg, #176fff, #173bca); box-shadow: 0 28px 70px rgba(12,66,192,.25); }
.mission-card span { font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.mission-card h3 { margin: 70px 0 0; font-size: 30px; line-height: 1.5; }
.contact-section { padding-top: 30px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr 1.2fr; gap: 22px; }
.contact-grid article { min-height: 180px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.contact-grid article > span { display: block; margin-bottom: 24px; color: #3976ed; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.email-text { color: #155add; font-weight: 700; overflow-wrap: anywhere; }
.contact-grid strong { line-height: 1.6; }.contact-grid p { font-size: 13px; }

.legal-list { display: grid; gap: 18px; }
.legal-card { padding: 34px; display: grid; grid-template-columns: 70px 1fr auto; gap: 28px; align-items: center; border: 1px solid var(--line); border-radius: 26px; background: #fff; transition: transform .25s, box-shadow .25s; }
.legal-card:hover { transform: translateY(-4px); box-shadow: 0 20px 55px rgba(21,61,135,.12); }
.legal-card > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: linear-gradient(135deg, #216dff, #1950da); font-weight: 800; }
.legal-card h2 { margin-bottom: 8px; font-size: 24px; }.legal-card p { margin: 0; font-size: 14px; }.legal-card > strong { color: #1a5ee4; font-size: 14px; }
.legal-note { margin-top: 22px; padding: 28px 34px; border-left: 4px solid #f0aa46; background: #fff8eb; }
.legal-note p { margin: 8px 0 0; font-size: 14px; }

.site-footer { padding: 70px max(20px, calc((100vw - 1180px)/2)) 25px; color: rgba(255,255,255,.78); background: #061b4a; }
.footer-top { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 60px; }
.footer-brand p { max-width: 310px; }.site-footer p { color: rgba(255,255,255,.58); font-size: 13px; }
.footer-top h3 { margin-bottom: 24px; color: #fff; font-size: 14px; }.footer-top > div:not(.footer-brand) a { display: block; margin: 12px 0; font-size: 13px; }
.footer-top a:hover { color: #fff; }.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.footer-email { display: block; margin: 12px 0; color: rgba(255,255,255,.78); font-size: 13px; overflow-wrap: anywhere; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(3,14,49,.62); backdrop-filter: blur(10px); }
.modal { position: relative; width: min(480px,100%); padding: 44px; border-radius: 30px; background: #fff; box-shadow: 0 40px 100px rgba(0,19,75,.34); }
.modal h2 { font-size: 32px; }.modal-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 50%; color: #2859b7; background: #edf4ff; font-size: 24px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { position: absolute; top: 76px; left: 20px; right: 20px; display: none; padding: 22px; flex-direction: column; align-items: stretch; gap: 0; border-radius: 22px; color: var(--navy); background: rgba(255,255,255,.97); box-shadow: 0 20px 60px rgba(4,26,89,.2); }
  .main-nav.is-open { display: flex; }.main-nav a { padding: 15px 8px; color: var(--navy); }.main-nav a::after { display: none; }
  .menu-button { display: block; margin-left: auto; }.header-cta { display: none; }
  .hero { min-height: 1000px; }.hero-inner { grid-template-columns: 1fr; }.hero-copy { padding-bottom: 0; text-align: center; }.hero-copy > p { margin-left: auto; margin-right: auto; }.hero-actions { justify-content: center; }.hero-visual { height: 390px; }
  .stats-band { grid-template-columns: repeat(2,1fr); gap: 20px 0; }.stats-band > div:nth-child(2) { border-right: 0; }.hero::after { height: 225px; }
  .value-grid { grid-template-columns: repeat(2,1fr); }.value-item:nth-child(2) { border-right: 0; }.journey-line { grid-template-columns: repeat(2,1fr); gap: 45px 20px; }.journey-line::before { display: none; }
  .trust-grid, .contact-grid { grid-template-columns: 1fr; }.example-section, .about-story { grid-template-columns: 1fr; gap: 45px; }.footer-top { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .nav-wrap { width: calc(100% - 28px); height: 74px; }.wordmark { font-size: 22px; }
  .hero { min-height: 1060px; padding-top: 110px; }.hero h1 { font-size: 49px; }.hero-copy > p { font-size: 15px; }.hero-actions { flex-direction: column; gap: 18px; }
  .hero-visual { height: 350px; }.trust-object { width: 230px; height: 230px; }.hero-brand-logo { width: 190px; height: 190px; border-radius: 28px; }.hero-visual::before { width: 330px; height: 140px; }.orbit-a { width: 360px; height: 210px; }.orbit-b { width: 320px; height: 320px; }
  .stats-band { grid-template-columns: 1fr 1fr; padding: 22px 14px; border-radius: 22px; }.stats-band > div { padding: 8px 12px; }.stats-band strong { font-size: 13px; }.stats-band span { font-size: 10px; }
  .section { width: calc(100% - 32px); padding: 78px 0; }.section-heading { margin-bottom: 42px; }.section-heading h2, .example-copy h2 { font-size: 34px; }
  .value-grid { grid-template-columns: 1fr; }.value-item { border-right: 0; border-bottom: 1px solid var(--line); }.value-item:last-child { border-bottom: 0; }
  .journey-line { grid-template-columns: 1fr; }.journey-line article { padding: 0 25px; }.journey-line span { margin-bottom: 18px; }
  .showcase-section { padding: 78px 0 90px; border-radius: 0 0 45% 45% / 0 0 3% 3%; }.showcase-stage { grid-template-columns: 38px 1fr 38px; gap: 7px; }.showcase-stage > button { width: 38px; height: 38px; }.screen-preview { width: min(270px, 68vw); border-radius: 24px; }.screen-preview figcaption { left: 10px; right: 10px; bottom: 10px; padding: 9px 10px; }
  .trust-grid { grid-template-columns: 1fr; }.support-band { width: calc(100% - 32px); margin-bottom: 75px; padding: 36px 28px; flex-direction: column; align-items: flex-start; }
  .page-hero { min-height: 520px; padding-top: 140px; }.page-hero h1 { font-size: 42px; }.detail-grid, .eligibility-list { grid-template-columns: 1fr; }.disclosure { grid-template-columns: 1fr; gap: 10px; }
  .about-copy h2 { font-size: 37px; }.mission-card { padding: 40px 28px; }.mission-card h3 { margin-top: 50px; font-size: 25px; }
  .legal-card { grid-template-columns: 54px 1fr; padding: 24px; gap: 18px; }.legal-card > span { width: 50px; height: 50px; }.legal-card > strong { grid-column: 2; }.legal-card h2 { font-size: 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }.footer-bottom { flex-direction: column; }.modal { padding: 36px 26px; }
}

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