@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #04150f;
  --bg-deep: #020b08;
  --bg-mid: #082d1e;
  --green: #12613f;
  --green-bright: #31c67a;
  --gold: #d4af37;
  --gold-light: #f1d778;
  --text: #f7faf8;
  --muted: rgba(238, 246, 242, .64);
  --line: rgba(255, 255, 255, .10);
  --gold-line: rgba(212, 175, 55, .25);
  --shadow: 0 24px 70px rgba(0, 0, 0, .42);
  --radius: 24px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font: 400 16px/1.65 Inter, system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { max-width: 850px; }
.center { text-align: center; margin-inline: auto; }
.section { padding: 104px 0; }
.section-line { border-block: 1px solid var(--line); background: #061b13; }
.section-dark { background: rgba(0, 0, 0, .18); border-block: 1px solid rgba(255, 255, 255, .07); }
.eyebrow { display: inline-block; margin-bottom: 15px; color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Cinzel, Georgia, serif; }
h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4.1vw, 4rem); line-height: 1.08; letter-spacing: -.035em; }
h3 { margin-bottom: 10px; line-height: 1.2; }
p { color: var(--muted); }
.section-lead { font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.85; }
.section-heading { margin-bottom: 50px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(4, 21, 15, .91); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 52px; height: 52px; border-radius: 13px; }
.brand span { display: flex; flex-direction: column; line-height: 1.2; }
.brand strong { font-family: Cinzel, Georgia, serif; font-size: 1rem; }
.brand small { margin-top: 4px; color: var(--gold-light); font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: rgba(255,255,255,.66); font-size: .85rem; font-weight: 600; transition: color .2s ease; }
.nav-links a:hover { color: var(--gold-light); }
.nav-links .nav-cta { padding: 11px 17px; border-radius: 11px; background: linear-gradient(135deg, #f0d26d, #ba861d); color: #07130e; font-weight: 800; box-shadow: 0 0 24px rgba(212,175,55,.18); }
.nav-toggle { display: none; border: 0; background: transparent; color: white; font-size: 1.6rem; cursor: pointer; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 130px 0 72px; overflow: hidden; background: radial-gradient(circle at 72% 32%, rgba(17,85,58,.92), transparent 38%), radial-gradient(circle at 18% 18%, rgba(212,175,55,.14), transparent 28%), linear-gradient(135deg,#04150f 0%,#082d1e 54%,#04150f 100%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 0 49.9%, rgba(255,255,255,.025) 50%, transparent 50.1%); background-size: 120px 100%; }
.hero-suit { position: absolute; color: rgba(255,255,255,.025); line-height: 1; user-select: none; }
.hero-suit-left { left: 7%; top: 20%; font-size: 12rem; transform: rotate(-18deg); }
.hero-suit-right { right: 3%; bottom: 5%; color: rgba(212,175,55,.04); font-size: 17rem; transform: rotate(16deg); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.hero-copy { max-width: 670px; }
.hero h1 { margin-bottom: 20px; font-size: clamp(3.7rem, 7vw, 7.4rem); line-height: .88; letter-spacing: -.06em; }
.hero h1 span { display: block; color: var(--gold-light); text-shadow: 0 0 32px rgba(212,175,55,.16); }
.hero-kicker { margin-bottom: 18px; color: rgba(255,255,255,.92); font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 700; }
.hero-text { max-width: 640px; font-size: 1.08rem; line-height: 1.85; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: inherit; margin-top: 30px; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border-radius: 12px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #f1d778, #c28a20); color: #07130e; box-shadow: 0 14px 34px rgba(212,175,55,.18); }
.btn-primary:hover { box-shadow: 0 16px 38px rgba(212,175,55,.3); }
.btn-secondary { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.045); color: white; }
.btn-secondary:hover { border-color: rgba(212,175,55,.48); color: var(--gold-light); }
.store-button { min-width: 210px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 10px 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 13px; background: #070b09; color: white; box-shadow: 0 15px 35px rgba(0,0,0,.28); text-align: left; }
.store-button:disabled { cursor: default; opacity: 1; }
.store-button .store-icon { font-size: 2rem; line-height: 1; }
.store-button span:last-child { display: flex; flex-direction: column; line-height: 1.08; }
.store-button small { font-size: .65rem; font-weight: 500; }
.store-button strong { font-size: 1.18rem; letter-spacing: -.02em; }
.trust-row { display: flex; flex-wrap: wrap; gap: 15px 28px; margin: 30px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.58); font-size: .87rem; }
.trust-row span { margin-right: 7px; color: #51dd92; font-weight: 900; }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: 8%; border-radius: 50%; background: rgba(52,211,153,.15); filter: blur(70px); }
.hero-brand-lockup { position: relative; display: flex; align-items: center; justify-content: center; width: min(100%, 760px); margin-inline: auto; }
.hero-brand-lockup img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 28px 50px rgba(0,0,0,.45)); }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.feature-card { min-width: 0; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.035); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(212,175,55,.34); background: rgba(255,255,255,.055); }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 23px; border: 1px solid rgba(49,198,122,.22); border-radius: 14px; background: rgba(49,198,122,.09); color: #54dc94; font-size: 1.4rem; font-weight: 900; }
.feature-card h3 { font-size: 1.22rem; }
.feature-card p { margin-bottom: 0; }

.journey-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.journey-copy { position: sticky; top: 130px; }
.journey-copy > p { font-size: 1.1rem; }
.text-link { display: inline-flex; gap: 9px; margin-top: 18px; color: var(--gold-light); font-weight: 800; }
.steps { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 18px; min-height: 190px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: rgba(0,0,0,.2); }
.steps > li > span { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(212,175,55,.32); border-radius: 50%; background: rgba(212,175,55,.09); color: var(--gold-light); font-weight: 800; }
.steps h3 { margin-top: 8px; }
.steps p { margin-bottom: 0; font-size: .92rem; }

.showcase { background: linear-gradient(120deg,rgba(14,69,47,.48),rgba(0,0,0,.2)); }
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.university-visual { position: relative; overflow: hidden; border: 1px solid var(--gold-line); border-radius: 28px; background: rgba(0,0,0,.28); box-shadow: var(--shadow); }
.university-visual img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { padding-left: 30px; position: relative; color: rgba(255,255,255,.72); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #51dd92; font-weight: 900; }

.premium { background: radial-gradient(circle at 80% 20%,rgba(212,175,55,.13),transparent 30%), linear-gradient(135deg,#061b13,#020b08); }
.premium-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.premium-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 30px; }
.premium-points span { padding: 15px; border: 1px solid var(--gold-line); border-radius: 13px; background: rgba(212,175,55,.05); color: var(--gold-light); font-size: .83rem; font-weight: 800; text-align: center; }
.premium-card { padding: 42px; border: 1px solid rgba(212,175,55,.32); border-radius: 28px; background: linear-gradient(155deg,rgba(212,175,55,.11),rgba(255,255,255,.035)); box-shadow: var(--shadow); }
.premium-chip { display: inline-flex; margin-bottom: 24px; padding: 8px 13px; border: 1px solid rgba(212,175,55,.42); border-radius: 999px; color: var(--gold-light); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.premium-card h3 { font-family: Cinzel, Georgia, serif; font-size: 2rem; }
.premium-card .btn { margin-top: 16px; }
.premium-note { margin: 20px 0 0; color: var(--gold-light); font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.community-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.community-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.03); }
.community-grid article > span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .2em; }
.community-grid h3 { margin-top: 28px; }
.community-grid p { margin-bottom: 0; }

.faq-list { display: grid; gap: 14px; }
.faq-list details { padding: 24px 26px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.faq-list details[open] { border-color: var(--gold-line); }
.faq-list summary { position: relative; padding-right: 36px; cursor: pointer; list-style: none; font-size: 1.06rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; color: var(--gold-light); font-size: 1.4rem; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 18px 0 0; }

.final-cta { padding-top: 74px; }
.cta-panel { position: relative; overflow: hidden; padding: 70px 34px; border: 1px solid var(--gold-line); border-radius: 30px; background: radial-gradient(circle at top,rgba(212,175,55,.17),transparent 55%),linear-gradient(130deg,#0b4a31,#061b13); text-align: center; box-shadow: var(--shadow); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-logo { width: clamp(118px,16vw,170px); height: auto; margin: 0 auto 24px; border-radius: 24%; filter: drop-shadow(0 18px 30px rgba(0,0,0,.4)); }
.cta-panel h2 { margin-bottom: 16px; }
.cta-panel p { max-width: 640px; margin-inline: auto; font-size: 1.1rem; }
.cta-panel .cta-row { justify-content: center; }

.site-footer { border-top: 1px solid var(--line); background: rgba(0,0,0,.3); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; padding-top: 56px; padding-bottom: 42px; }
.footer-brand img { width: 66px; height: 66px; border-radius: 16px; }
.footer-brand p { max-width: 390px; margin-top: 18px; }
.footer-grid h3 { font-size: .92rem; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid a { color: rgba(255,255,255,.5); font-size: .87rem; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; padding-bottom: 34px; border-top: 1px solid var(--line); color: rgba(255,255,255,.34); font-size: .75rem; }

.legal-nav { min-height: 78px; }
.legal-home { color: rgba(255,255,255,.62); font-size: .87rem; font-weight: 700; }
.legal-home:hover { color: var(--gold-light); }
.legal-page { min-height: 100vh; padding: 130px 0 80px; background: radial-gradient(circle at 80% 3%,rgba(17,85,58,.45),transparent 28%),#061b13; }
.legal-container { max-width: 930px; }
.legal-hero { margin-bottom: 54px; padding: 38px; border: 1px solid var(--gold-line); border-radius: 28px; background: rgba(0,0,0,.28); box-shadow: var(--shadow); }
.legal-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid rgba(49,198,122,.22); border-radius: 15px; background: rgba(49,198,122,.09); color: #54dc94; font-size: 1.4rem; }
.legal-hero h1 { margin: 0 0 12px; font-family: Cinzel,Georgia,serif; font-size: clamp(2.6rem,6vw,4.7rem); line-height: 1; }
.legal-hero > p:last-child { max-width: 760px; margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: 1.03rem; }
.legal-date { color: rgba(255,255,255,.5); }
.legal-content { display: grid; gap: 38px; }
.legal-content section { padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { margin-bottom: 14px; color: var(--gold-light); font-family: Cinzel,Georgia,serif; font-size: clamp(1.35rem,3vw,1.75rem); letter-spacing: 0; }
.legal-content p { margin-bottom: 12px; color: rgba(255,255,255,.72); }
.legal-content strong { color: white; }
.legal-content a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.legal-content address { display: flex; flex-direction: column; gap: 6px; width: fit-content; min-width: 280px; margin-top: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(0,0,0,.24); font-style: normal; }
.legal-footer { display: flex; flex-wrap: wrap; gap: 15px 24px; margin-top: 54px; padding-top: 25px; border-top: 1px solid var(--line); color: rgba(255,255,255,.45); font-size: .82rem; }
.legal-footer a:hover { color: var(--gold-light); }
.legal-footer span { margin-left: auto; }

@media (max-width: 1050px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 78px; inset-inline: 0; display: none; align-items: stretch; padding: 24px 20px; border-top: 1px solid var(--line); background: #061b13; }
  .nav-links.is-open { display: flex; flex-direction: column; }
  .nav-links a { padding: 5px 0; }
  .nav-links .nav-cta { margin-top: 6px; padding: 12px 16px; text-align: center; }
  .hero { min-height: auto; }
  .hero-grid, .showcase-grid, .premium-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; text-align: center; margin-inline: auto; }
  .hero h1 span { display: inline; }
  .hero .cta-row, .trust-row { justify-content: center; }
  .hero-visual { max-width: 760px; margin-inline: auto; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-copy { position: static; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 78px 0; }
  .feature-grid, .community-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: auto; }
  .premium-points { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
  .legal-footer span { width: 100%; margin-left: 0; }
}

@media (max-width: 560px) {
  .brand strong { font-size: .82rem; }
  .brand small { font-size: .54rem; }
  .brand img { width: 45px; height: 45px; }
  .hero { padding-top: 122px; }
  .hero h1 { font-size: 3.2rem; }
  .hero h1 span { display: block; }
  .hero-kicker { font-size: 1.1rem; }
  .hero-text { font-size: .98rem; }
  .hero .btn { width: 100%; }
  .trust-row { display: grid; gap: 10px; }
  .hero-brand-lockup { width: 100%; }
  .premium-card { padding: 28px; }
  .cta-panel { padding: 54px 22px; }
  .legal-hero { padding: 28px 22px; }
}

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