:root {
  --pitch: #073f37;
  --pitch-deep: #052c2a;
  --lime: #d8ff63;
  --cream: #f6f6ee;
  --paper: #fffef9;
  --ink: #122321;
  --muted: #58726a;
  --line: #d9e2db;
  --shadow: 0 26px 70px rgba(4, 39, 35, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; }
img { max-width: 100%; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.hero { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg, var(--pitch-deep), var(--pitch) 52%, #0f5b4d); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none; background-image: linear-gradient(110deg, rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(20deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 34px 34px, 46px 46px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-shell { position: relative; z-index: 1; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-orb-one { width: 500px; height: 500px; right: -250px; top: -225px; background: rgba(120, 211, 136, .24); }
.hero-orb-two { width: 260px; height: 260px; left: -160px; bottom: 35px; background: rgba(216, 255, 99, .12); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: white; font-weight: 900; text-decoration: none; letter-spacing: -.04em; }
.brand small { display: block; margin-top: -3px; color: #b8d2c5; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { width: 34px; height: 38px; display: grid; place-items: center; background: var(--lime); color: var(--pitch-deep); clip-path: polygon(50% 0, 100% 16%, 88% 76%, 50% 100%, 12% 76%, 0 16%); }
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; font-size: .9rem; color: #d9ece1; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--lime); }

.hero-layout { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 36px; min-height: 650px; padding: 28px 0 54px; }
.jotowi-intro { width: min(172px, 38vw); margin: -14px 0 -22px -7px; }
.jotowi-intro img { display: block; width: 100%; filter: drop-shadow(0 12px 18px rgba(0,0,0,.22)); }
.eyebrow { color: var(--lime); font-size: .74rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dark { color: #167052; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin: 16px 0 20px; font-size: clamp(3.45rem, 6.4vw, 6.35rem); line-height: .9; letter-spacing: -.075em; }
h1 span { color: var(--lime); }
.hero-lead { max-width: 560px; margin-bottom: 0; color: #d7ebe0; font-size: clamp(1.04rem, 1.8vw, 1.25rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 19px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.14); }
.button-primary { background: var(--lime); color: var(--pitch-deep); }
.button-secondary { border-color: #76a795; color: white; }
.button-dark { background: var(--pitch); color: white; white-space: nowrap; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 24px; color: #b9d2c5; font-size: .85rem; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.hero-points span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }

.hero-visual { position: relative; display: flex; justify-content: center; min-height: 532px; padding: 22px 0 16px; }
.hero-glow { position: absolute; width: 390px; height: 390px; top: 58px; border-radius: 50%; background: radial-gradient(circle, rgba(216,255,99,.32), rgba(216,255,99,0) 70%); filter: blur(9px); }
.phone-shot { position: relative; z-index: 1; width: min(328px, 66vw); overflow: hidden; border: 7px solid rgba(255,255,255,.8); border-radius: 31px; background: #eef1e8; box-shadow: var(--shadow); transform: rotate(4deg); }
.phone-shot img { display: block; width: 100%; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.65); border-radius: 15px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .82rem; }
.floating-card small { color: var(--muted); font-size: .69rem; }
.floating-card-top { top: 97px; left: 0; transform: rotate(-4deg); }
.floating-card-bottom { right: 0; bottom: 69px; transform: rotate(3deg); }
.floating-icon { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; background: #dff3df; color: #206449; }
.pin { display: inline-block; width: 15px; height: 19px; border-radius: 50% 50% 50% 0; background: #24754f; transform: rotate(-45deg); }

.quick-facts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: -25px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); box-shadow: 0 10px 25px rgba(5, 45, 39, .08); }
.quick-facts div { padding: 20px 25px; background: var(--paper); }
.quick-facts strong, .quick-facts span { display: block; }
.quick-facts strong { font-size: 1.12rem; }
.quick-facts span { color: var(--muted); font-size: .9rem; }

.intro-section { padding: 104px 0 58px; }
.section-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, .65fr); gap: 48px; align-items: end; margin-bottom: 32px; }
h2 { margin-bottom: 14px; font-size: clamp(2.15rem, 4vw, 3.8rem); line-height: .98; letter-spacing: -.058em; }
.section-heading p, .stadium-copy p { margin: 0 0 8px; color: var(--muted); font-size: 1.06rem; }
.feature-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 18px; }
.feature-card { position: relative; overflow: hidden; min-height: 410px; border-radius: 25px; }
.feature-card-large { display: grid; grid-template-columns: .78fr 1.22fr; align-items: stretch; background: var(--paper); border: 1px solid var(--line); }
.feature-card-accent { padding: 34px; color: white; background: linear-gradient(150deg, #124f46, #0a3c38); }
.feature-copy { position: relative; z-index: 1; padding: 34px; }
.feature-card h3 { margin: 9px 0 10px; font-size: clamp(1.55rem, 2.4vw, 2.25rem); line-height: 1; letter-spacing: -.04em; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: .98rem; }
.feature-card-accent p { color: #d2e4da; }
.feature-number { color: #19855d; font-weight: 900; font-size: .74rem; letter-spacing: .12em; }
.feature-card-large img { align-self: end; width: 100%; height: 100%; max-height: 445px; object-fit: cover; object-position: top; border-radius: 23px 0 0 0; }
.sticker-detail { position: absolute; right: -36px; bottom: -32px; width: 235px; height: 235px; border: 1px solid rgba(216,255,99,.25); border-radius: 50%; background: radial-gradient(circle at 42% 40%, #d8ff63 0 6px, transparent 7px), radial-gradient(circle at 45% 40%, transparent 0 39px, #f2c55d 40px 66px, transparent 67px); transform: rotate(-14deg); }
.sticker-line { position: absolute; left: 21px; bottom: 64px; width: 90px; height: 8px; border-radius: 99px; background: rgba(255,255,255,.34); }
.sticker-line.short { bottom: 45px; width: 57px; }

.how-section { margin-top: 52px; padding: 96px 0; color: white; background: var(--pitch-deep); }
.how-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; }
.how-copy > p { max-width: 520px; margin-bottom: 30px; color: #c6ddd2; font-size: 1.04rem; }
.steps { display: grid; gap: 20px; max-width: 530px; padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; }
.steps li > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--pitch-deep); font-weight: 900; font-size: .86rem; }
.steps strong { display: block; margin-top: 3px; font-size: 1rem; }
.steps p { margin: 2px 0 0; color: #b5d0c2; font-size: .92rem; }
.how-visual { position: relative; max-width: 380px; justify-self: center; }
.how-visual img { display: block; width: 100%; overflow: hidden; border: 6px solid rgba(255,255,255,.72); border-radius: 28px; box-shadow: 0 22px 44px rgba(0,0,0,.28); transform: rotate(3deg); }
.map-note { position: absolute; right: -52px; bottom: 36px; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border-radius: 16px; background: var(--paper); color: var(--ink); box-shadow: 0 14px 26px rgba(0,0,0,.24); font-size: .88rem; }

.stadium-section { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(38px, 7vw, 94px); align-items: center; padding: 108px 0; }
.stadium-visual { position: relative; max-width: 395px; justify-self: center; }
.stadium-visual::before { content: ""; position: absolute; inset: 7% -15% -4% 12%; z-index: -1; border-radius: 38px; background: #dcebd6; transform: rotate(-5deg); }
.stadium-visual img { display: block; width: 100%; border-radius: 28px; box-shadow: 0 20px 44px rgba(8, 55, 45, .16); }
.stadium-copy { max-width: 500px; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 29px 0 0; list-style: none; color: #32594b; font-weight: 700; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; }
.check-list li::before { content: "✓"; display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; border-radius: 50%; background: #d9f2d9; color: #176747; font-size: .8rem; }

.privacy-wrap { padding: 0 0 90px; }
.privacy { display: grid; grid-template-columns: 1.15fr .85fr; gap: 58px; padding: clamp(32px, 5vw, 60px); border-radius: 28px; color: white; background: linear-gradient(130deg, #104d42, #0c3934); }
.privacy h2 { max-width: 650px; }
.privacy p { max-width: 600px; margin-bottom: 0; color: #cae0d4; }
.privacy-list { display: grid; align-content: center; gap: 12px; }
.privacy-list span { display: flex; align-items: center; gap: 11px; padding: 15px 16px; border-radius: 14px; background: rgba(255,255,255,.09); font-weight: 700; }
.privacy-list b { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--pitch-deep); }

.cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 72px; padding: 36px 40px; border-radius: 24px; background: #e5efdb; }
.cta h2 { max-width: 665px; margin-bottom: 8px; font-size: clamp(1.9rem, 3.4vw, 3rem); }
.cta p { margin: 0; color: var(--muted); }

.footer { padding: 0 0 44px; color: #667d74; font-size: .9rem; }
.footer-logo { width: 90px; margin: 0 0 7px -4px; }
.footer-logo img { display: block; width: 100%; }
.footer-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; padding-top: 22px; border-top: 1px solid var(--line); }
.footer-row span:last-child { display: flex; flex-wrap: wrap; gap: 14px; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--pitch); }

.legal-page { min-height: 100vh; background: var(--cream); }
.legal-header { background: var(--pitch); color: white; }
.legal-header .nav-links { color: #dcece1; }
.legal { width: min(800px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0; }
.legal h1 { margin-bottom: 28px; font-size: clamp(2.8rem, 7vw, 5rem); }
.legal h2 { margin: 46px 0 12px; font-size: 1.5rem; }
.legal p, .legal li { color: #3e5c4d; }
.notice { padding: 16px 18px; border-left: 4px solid #d1a000; border-radius: 0 12px 12px 0; background: #fff7d6; color: #5d4b00; }

@media (max-width: 850px) {
  .hero-layout, .how-layout, .stadium-section { grid-template-columns: 1fr; }
  .hero-layout { padding-top: 5px; }
  .hero-copy { text-align: center; }
  .jotowi-intro { margin-right: auto; margin-left: auto; }
  .actions, .hero-points { justify-content: center; }
  .hero-visual { min-height: 500px; }
  .section-heading, .privacy { grid-template-columns: 1fr; gap: 22px; }
  .feature-grid { grid-template-columns: 1fr; }
  .stadium-copy { max-width: none; }
  .how-copy { max-width: 600px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1120px); }
  .nav { align-items: flex-start; flex-direction: column; }
  .nav-links { gap: 11px 16px; justify-content: flex-start; }
  .hero-layout { min-height: auto; padding-bottom: 48px; }
  h1 { font-size: clamp(3.05rem, 14.5vw, 4.65rem); }
  .hero-visual { min-height: 440px; }
  .phone-shot { width: min(280px, 71vw); }
  .floating-card-top { left: -3px; top: 72px; }
  .floating-card-bottom { right: -5px; bottom: 36px; }
  .quick-facts { grid-template-columns: 1fr; margin-top: 0; border-radius: 0; }
  .quick-facts div { padding: 16px 20px; }
  .intro-section { padding-top: 64px; }
  .feature-card-large { grid-template-columns: 1fr; }
  .feature-card-large img { max-height: 355px; border-radius: 0; }
  .feature-card { min-height: 0; }
  .how-section { padding: 68px 0; }
  .how-layout { gap: 42px; }
  .map-note { right: -8px; bottom: 20px; max-width: 235px; }
  .stadium-section { padding: 70px 0; }
  .privacy-wrap { padding-bottom: 55px; }
  .privacy { border-radius: 22px; }
  .cta { align-items: flex-start; flex-direction: column; padding: 30px 24px; margin-bottom: 54px; }
  .button-dark { width: 100%; }
  .legal { padding: 58px 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
