/* ============================================================================
 * site.css — PaddleReady marketing site (paddleready.app)
 * Shared by index.html, features.html, about.html, sponsors.html.
 * Same palette + type system as _styles.css (the legal pages) so the marketing
 * pages and the policy pages read as one site.
 * ==========================================================================*/

:root {
  --navy:        #03045E;
  --deep-ocean:  #0077B6;
  --teal:        #00B4D8;
  --light-blue:  #CAF0F8;
  --amber:       #FFB703;
  --coral:       #FF6B35;
  --white:       #FFFFFF;
  --ink:         #1A1A2E;
  --muted:       #4A6FA5;
  --bg:          #F0F9FF;
  --border:      #E8F4FD;
  --maxw:        1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; font-family: 'Inter', system-ui, -apple-system, sans-serif; color: var(--ink); background: var(--bg); }
h1, h2, h3, h4 { font-family: 'Syne', system-ui, sans-serif; letter-spacing: -0.5px; line-height: 1.12; }
a { color: var(--deep-ocean); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

/* ── Header / nav ─────────────────────────────────────────────────────────*/
header.nav { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); background: rgba(255,255,255,0.85); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: 'Syne'; font-weight: 800; font-size: 22px; color: var(--navy); }
.brand:hover { text-decoration: none; }
.brand .dot { width: 14px; height: 14px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--deep-ocean)); }
nav.menu { display: flex; align-items: center; }
nav.menu a { color: var(--ink); font-weight: 500; margin-left: 28px; font-size: 15px; }
nav.menu a:hover { color: var(--deep-ocean); text-decoration: none; }
nav.menu a.active { color: var(--deep-ocean); font-weight: 700; }
.menu a.cta { background: var(--navy); color: #fff; padding: 9px 18px; border-radius: 999px; }
.menu a.cta:hover { opacity: 0.92; color: #fff; }

/* ── Hero (home) ──────────────────────────────────────────────────────────*/
.hero { background: linear-gradient(135deg, var(--navy) 0%, var(--deep-ocean) 45%, var(--teal) 100%); color: #fff; padding: 80px 24px 100px; overflow: hidden; position: relative; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.07) 1px, transparent 1px); background-size: 20px 20px; opacity: 0.4; }
.hero-inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; position: relative; }
.hero h1 { font-size: clamp(38px, 6vw, 62px); font-weight: 800; margin: 0 0 18px; }
.hero .tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); padding: 6px 14px; border-radius: 999px; font-size: 12.5px; font-weight: 600; color: var(--light-blue); margin-bottom: 20px; }
.hero .tag i { color: var(--amber); }
.hero p.lede { font-size: 18px; line-height: 1.5; color: rgba(255,255,255,0.86); max-width: 540px; margin: 0 0 24px; }
.stores { display: flex; gap: 12px; flex-wrap: wrap; }
.store-btn { display: inline-flex; align-items: center; gap: 10px; background: #fff; color: var(--navy); border-radius: 12px; padding: 12px 18px; font-weight: 700; font-size: 14px; }
.store-btn:hover { text-decoration: none; opacity: 0.92; }
.store-btn i { font-size: 22px; }
.store-btn small { display: block; font-size: 10px; opacity: 0.6; font-weight: 500; letter-spacing: 0.4px; }
.store-btn.soon { position: relative; opacity: 0.95; }
.store-btn.soon::after { content: 'Coming soon'; position: absolute; top: -9px; right: -8px; background: var(--amber); color: var(--navy); font-size: 9px; font-weight: 800; padding: 2px 7px; border-radius: 999px; letter-spacing: 0.3px; }
.hero .disclaim { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-size: 12.5px; color: rgba(255,255,255,0.72); }
.hero .disclaim i { color: var(--amber); }

/* Phone mockup */
.phone { width: 100%; max-width: 380px; aspect-ratio: 9/19; margin: 0 auto; background: linear-gradient(180deg, #fff 0%, #f0f9ff 100%); border-radius: 38px; box-shadow: 0 30px 80px -10px rgba(0,0,0,0.45), inset 0 0 0 8px #0c2855; padding: 22px 18px; display: flex; flex-direction: column; gap: 10px; }
.phone .ph-head { background: linear-gradient(135deg, var(--navy), var(--teal)); padding: 14px 12px 16px; border-radius: 18px; color: #fff; }
.phone .ph-head h2 { font-family: 'Syne'; font-size: 17px; margin: 0; }
.phone .ph-head small { color: var(--light-blue); font-size: 11px; }
.badge { background: #DCFCE7; border: 2px solid #86EFAC; border-radius: 16px; padding: 18px 14px; text-align: center; }
.badge .lbl { font-family: 'Syne'; font-weight: 800; color: #14532D; font-size: 32px; letter-spacing: 1px; }
.badge .sub { color: #166534; font-size: 12px; font-weight: 600; margin-top: 2px; }
.ph-disclaim { font-size: 10px; background: #E0F4FB; color: var(--deep-ocean); padding: 6px 10px; border-radius: 8px; font-weight: 600; text-align: center; }
.ph-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ph-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 10px; font-size: 11px; }
.ph-card b { display: block; color: var(--navy); font-size: 13px; margin-bottom: 2px; }
.ph-card .v { font-family: 'Syne'; font-weight: 800; font-size: 18px; color: var(--deep-ocean); }

/* ── Sub-page hero (features / about / sponsors) ──────────────────────────*/
.subhero { background: linear-gradient(135deg, var(--navy), var(--deep-ocean)); color: #fff; padding: 64px 24px 56px; }
.subhero-inner { max-width: var(--maxw); margin: 0 auto; }
.subhero .eyebrow { color: var(--amber); }
.subhero h1 { font-size: clamp(32px, 5vw, 50px); margin: 0 0 14px; color: #fff; }
.subhero p { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,0.86); max-width: 720px; margin: 0; }

/* ── Generic sections ─────────────────────────────────────────────────────*/
section { padding: 72px 24px; }
.section-inner { max-width: var(--maxw); margin: 0 auto; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 1.4px; color: var(--teal); text-transform: uppercase; margin-bottom: 12px; }
h2.section-title { font-size: clamp(28px, 4vw, 42px); margin: 0 0 16px; color: var(--navy); }
p.section-lede { font-size: 17px; line-height: 1.55; color: var(--muted); max-width: 720px; margin: 0 0 48px; }
.alt { background: #fff; }
.prose { max-width: 760px; }
.prose p { font-size: 16px; line-height: 1.65; color: #2b2b3a; margin: 0 0 16px; }
.prose h3 { font-size: 22px; color: var(--navy); margin: 32px 0 10px; }
.prose ul { margin: 8px 0 18px 20px; padding: 0; }
.prose li { font-size: 16px; line-height: 1.6; color: #2b2b3a; margin-bottom: 7px; }

/* Feature grid */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.feature { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 28px; transition: transform 0.2s, box-shadow 0.2s; }
.feature:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -10px rgba(0, 119, 182, 0.18); }
.feature .ic { width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, var(--teal), var(--deep-ocean)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 14px; }
.feature h3 { font-size: 19px; margin: 0 0 8px; color: var(--navy); }
.feature p { font-size: 14.5px; line-height: 1.55; color: var(--muted); margin: 0; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; counter-reset: step; }
.step { position: relative; padding: 32px 24px 28px; border: 2px dashed var(--border); border-radius: 16px; background: var(--bg); }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: -20px; left: 24px; background: var(--navy); color: var(--amber); width: 40px; height: 40px; border-radius: 50%; font-family: 'Syne'; font-weight: 800; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.step h3 { font-size: 18px; color: var(--navy); margin: 8px 0 6px; }
.step p { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; }

/* Pro section */
.pro { background: linear-gradient(135deg, var(--navy), var(--deep-ocean)); color: #fff; }
.pro h2.section-title { color: #fff; }
.pro p.section-lede { color: rgba(255,255,255,0.78); }
.pro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.pro ul { list-style: none; padding: 0; margin: 0; }
.pro li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.12); display: flex; gap: 12px; align-items: flex-start; }
.pro li i { color: var(--amber); margin-top: 4px; }
.pro li b { display: block; margin-bottom: 2px; }
.pro li span { color: rgba(255,255,255,0.78); font-size: 14px; }
.pro .card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; padding: 32px; }

/* ── Waitlist ─────────────────────────────────────────────────────────────*/
.waitlist { background: var(--bg); }
.waitlist .panel { max-width: 720px; margin: 0 auto; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 40px 36px; text-align: center; box-shadow: 0 18px 50px -20px rgba(0,119,182,0.25); }
.waitlist h2 { font-size: clamp(24px, 3.5vw, 34px); color: var(--navy); margin: 0 0 10px; }
.waitlist p { font-size: 15.5px; line-height: 1.55; color: var(--muted); margin: 0 auto 22px; max-width: 520px; }
.wl-form { display: flex; gap: 10px; max-width: 480px; margin: 0 auto; flex-wrap: wrap; }
.wl-form input[type=email] { flex: 1 1 220px; font-size: 15px; padding: 14px 16px; border: 1.5px solid #cdd; border-radius: 12px; font-family: inherit; }
.wl-form input[type=email]:focus { outline: none; border-color: var(--teal); }
.wl-form button { background: var(--navy); color: #fff; font-weight: 800; font-size: 15px; padding: 14px 26px; border: none; border-radius: 12px; cursor: pointer; font-family: inherit; }
.wl-form button:hover { background: var(--deep-ocean); }
.wl-form button:disabled { opacity: 0.6; cursor: default; }
.wl-note { font-size: 12px; color: var(--muted); margin-top: 14px; }
.wl-msg { margin-top: 16px; font-size: 14.5px; font-weight: 600; min-height: 20px; }
.wl-msg.ok { color: #166534; }
.wl-msg.err { color: #B71C1C; }

/* ── Sponsor / CTA blocks ─────────────────────────────────────────────────*/
.center { text-align: center; }
.btn-amber { display: inline-block; background: var(--amber); color: var(--navy); padding: 14px 32px; border-radius: 999px; font-weight: 800; font-size: 16px; margin-top: 8px; }
.btn-amber:hover { text-decoration: none; opacity: 0.92; }
.tier-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; margin-top: 12px; text-align: left; }
.tier { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 26px; }
.tier h3 { color: var(--navy); font-size: 19px; margin: 0 0 8px; }
.tier p { font-size: 14.5px; color: var(--muted); line-height: 1.55; margin: 0; }
.tier .ic { color: var(--teal); font-size: 22px; margin-bottom: 12px; }

/* Quotes / community */
.community-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.quote { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 22px; }
.quote .q { font-size: 14.5px; line-height: 1.55; color: var(--ink); margin-bottom: 12px; }
.quote .who { font-size: 12px; color: var(--muted); font-weight: 600; }

/* Disclaimer banner */
.legal-banner { background: #FFF9C4; border-top: 2px solid #F0E060; border-bottom: 2px solid #F0E060; padding: 16px 24px; text-align: center; font-size: 13px; color: #5D4037; font-weight: 600; }
.legal-banner i { color: #92400E; }

/* ── Footer ───────────────────────────────────────────────────────────────*/
footer.site { background: var(--navy); color: rgba(255,255,255,0.78); padding: 56px 24px 28px; font-size: 14px; }
.footer-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
footer.site h4 { color: #fff; font-family: 'Syne'; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 14px; }
footer.site a { color: rgba(255,255,255,0.78); display: block; padding: 4px 0; font-size: 13.5px; }
footer.site a:hover { color: var(--amber); text-decoration: none; }
footer.site .brand { color: #fff; margin-bottom: 12px; }
footer.site .blurb { font-size: 13.5px; line-height: 1.55; }
.colophon { max-width: var(--maxw); margin: 36px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 12px; color: rgba(255,255,255,0.55); }
.colophon p { margin: 6px 0; line-height: 1.5; }

/* ── Responsive ───────────────────────────────────────────────────────────*/
@media (max-width: 900px) {
  .hero-inner, .pro-grid { grid-template-columns: 1fr; }
  .phone { max-width: 320px; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  nav.menu a:not(.cta) { display: none; }
}
@media (max-width: 540px) {
  .footer-grid { grid-template-columns: 1fr; }
  section { padding: 52px 20px; }
  .hero { padding: 60px 20px 68px; }
  .waitlist .panel { padding: 28px 20px; }
}
