/* Padelonic — padelonic.com. The app's own palette (UITheme) and type. */
@font-face { font-family: "Instrument Serif"; src: url("fonts/InstrumentSerif-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Instrument Serif"; src: url("fonts/InstrumentSerif-Italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Caveat"; src: url("fonts/Caveat-VariableFont_wght.woff2") format("woff2"); font-weight: 400 700; font-style: normal; font-display: swap; }

:root {
  --paper: #f4f1ea;
  --card: #fffdf8;
  --line: #e4ded1;
  --ink: #16130f;
  --ink-2: #3d3830;
  --muted: #8a8378;
  --serif-dim: #6b655b;
  --blue: #1b4dff;
  --blue-hover: #4066ff;
  --blue-soft: #8fa8ff;
  --lime: #c8f02d;
  --lime-deep: #6fa11c;
  --lime-pale: #eaf5c8;
  --dark: #101318;
  --dark-card: #1b1713;
  --dark-line: #2a251e;
  --ink-light: #f7f5f0;
  --ink-body: #ddd8ce;
  --ink-dim: #9a9184;
  --amber: #fbbf24;
  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --hand: "Caveat", "Segoe Print", "Bradley Hand", cursive;
  --w: 1160px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; margin: 0; letter-spacing: -0.01em; }
h1 { font-size: clamp(3.2rem, 8vw, 6.4rem); line-height: 0.96; }
h2 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); line-height: 1.02; }
h3 { font-size: 1.6rem; line-height: 1.15; }
p { margin: 0; }
.wrap { width: min(var(--w), 100% - 40px); margin-inline: auto; }
.kicker {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.kicker.lime { color: var(--lime-deep); }
.kicker.on-dark { color: var(--lime); }
.lead { font-size: 1.2rem; color: var(--ink-2); max-width: 34em; }
.italic { font-style: italic; }
.dim { color: var(--serif-dim); }

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 700; font-size: 16px;
  padding: 15px 24px; border-radius: 12px; text-decoration: none;
  border: 1px solid transparent; cursor: pointer; transition: background .15s, border-color .15s, transform .15s;
  white-space: nowrap;
}
.btn.primary { background: var(--blue); color: #fff; }
.btn.primary:hover { background: var(--blue-hover); }
.btn.ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn.ghost:hover { border-color: var(--ink); }
.btn.on-dark { background: var(--lime); color: var(--ink); }
.btn.on-dark:hover { background: #d8f766; }
.btn svg { width: 18px; height: 18px; }
.btn:active { transform: translateY(1px); }

/* nav */
.nav { position: sticky; top: 0; z-index: 20; background: rgba(244,241,234,.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(228,222,209,.7); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 20px; }
.lockup { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.mark { width: 34px; height: 34px; border-radius: 9px; background: var(--lime); display: grid; place-items: center; flex: none; }
.mark svg { width: 23px; height: 23px; }
.wordmark { font-family: var(--serif); font-size: 17px; letter-spacing: 0.24em; text-transform: uppercase; }
.wordmark small { display: block; font-family: var(--sans); font-size: 11px; letter-spacing: 0; text-transform: none; color: var(--muted); font-weight: 600; margin-top: -2px; }
.nav-links { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; font-weight: 600; font-size: 15px; color: var(--ink-2); }
.nav-links a:hover { color: var(--blue); }
.nav .btn { padding: 11px 18px; font-size: 15px; }
@media (max-width: 820px) { .nav-links { display: none; } .wordmark small { display: none; } }

/* hero */
.hero { position: relative; overflow: hidden; padding: 56px 0 0; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.hero-copy { padding-bottom: 56px; }
.hero h1 { margin: 18px 0 10px; }
.hand {
  font-family: var(--hand); font-weight: 600; font-size: clamp(1.7rem, 3vw, 2.2rem); color: var(--ink);
  display: inline-block; position: relative; padding-bottom: 6px; margin: 4px 0 22px;
}
.hand::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; border-radius: 3px; background: var(--lime); transform: rotate(-1.2deg); }
.hero .lead { margin-bottom: 30px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.stores { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.store {
  display: inline-flex; align-items: center; gap: 10px; padding: 9px 16px 9px 12px; border-radius: 10px;
  background: var(--ink); color: var(--ink-light); text-decoration: none; line-height: 1.05;
}
.store svg { width: 22px; height: 22px; }
.store span { display: block; font-size: 10px; font-weight: 600; letter-spacing: .04em; opacity: .75; }
.store strong { display: block; font-size: 16px; font-weight: 700; }
.store.soon { opacity: .55; pointer-events: none; }
.soon-note { font-size: 13px; color: var(--muted); margin-top: 10px; }
.stats { display: flex; flex-wrap: wrap; gap: 24px 32px; margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }
.stat b { display: block; font-family: var(--serif); font-size: 2.2rem; line-height: 1; }
.stat span { font-size: 13px; color: var(--muted); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }

.hero-art { position: relative; min-height: 640px; }
.hero-art .render {
  position: absolute; inset: 40px -60px 0 0; border-radius: 26px 0 0 26px; overflow: hidden;
  background: #3d5f8a; box-shadow: 0 30px 80px rgba(16,19,24,.22);
}
.hero-art .render img { width: 100%; height: 100%; object-fit: cover; }
.hero-art .render::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,19,24,0) 55%, rgba(16,19,24,.35) 100%); }
.phone {
  position: relative; width: 272px; border-radius: 40px; background: #0d0f13; padding: 12px;
  box-shadow: 0 40px 90px rgba(16,19,24,.45), inset 0 0 0 2px #2b2f39;
}
.phone img { border-radius: 30px; width: 100%; }
.hero-art .phone { position: absolute; left: 24px; bottom: 0; }
@media (max-width: 960px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 30px; }
  .hero-art { min-height: 0; height: 540px; }
  .hero-art .render { inset: 30px -20px 0 -20px; border-radius: 26px; }
  .hero-art .phone { left: 50%; transform: translateX(-50%); width: 224px; }
}

/* sections */
section { padding: 96px 0; }
.section-head { max-width: 46em; margin-bottom: 48px; }
.section-head h2 { margin: 14px 0 16px; }
.section-head p { font-size: 1.15rem; color: var(--ink-2); }
@media (max-width: 700px) { section { padding: 72px 0; } }

/* how it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 26px 0; overflow: hidden; display: flex; flex-direction: column; }
.step .num { font-family: var(--serif); font-size: 1.1rem; color: var(--lime-deep); letter-spacing: .1em; }
.step h3 { margin: 8px 0 10px; }
.step p { color: var(--ink-2); font-size: 1rem; margin-bottom: 22px; }
.step .shot { margin-top: auto; margin-inline: auto; width: 78%; max-width: 250px; border-radius: 22px 22px 0 0; background: #0d0f13; padding: 9px 9px 0; box-shadow: 0 -10px 40px rgba(16,19,24,.18); }
.step .shot img { border-radius: 16px 16px 0 0; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } .step { padding-top: 30px; } }

/* padel iq (dark) */
.dark { background: var(--dark); color: var(--ink-light); }
.dark .section-head p { color: var(--ink-body); }
.iq .wrap { display: grid; grid-template-columns: 1fr 0.8fr; gap: 56px; align-items: center; }
.iq h2 { color: var(--ink-light); }
.iq-cats { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 30px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); font-size: 14px; font-weight: 600; }
.chip i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); display: inline-block; }
.iq-score { display: flex; align-items: baseline; gap: 14px; margin-top: 10px; }
.iq-score b { font-family: var(--serif); font-size: 5rem; line-height: 1; }
.iq-score span { color: var(--lime); font-weight: 700; font-size: 1.1rem; }
.iq-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; color: var(--ink-body); }
.iq-list li { padding-left: 22px; position: relative; }
.iq-list li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 700; }
.iq .phone { margin-inline: auto; width: 300px; }
@media (max-width: 900px) { .iq .wrap { grid-template-columns: 1fr; } }

/* journey */
.stages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stage { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 22px 20px; }
.stage .n { font-family: var(--serif); color: var(--muted); font-size: 1rem; }
.stage h3 { font-family: var(--sans); font-weight: 800; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; margin: 8px 0 6px; }
.stage .sub { font-family: var(--serif); font-style: italic; color: var(--serif-dim); font-size: 1.15rem; margin-bottom: 14px; }
.stage ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.stage li { font-size: 15px; color: var(--ink-2); display: flex; justify-content: space-between; gap: 10px; }
.stage li small { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.stage.free { border-color: var(--lime-deep); box-shadow: 0 0 0 3px var(--lime-pale); }
.stage .tag { float: right; font-size: 11px; font-weight: 800; letter-spacing: .1em; padding: 3px 8px; border-radius: 6px; background: var(--lime-pale); color: var(--lime-deep); }
.journey-foot { display: flex; align-items: center; gap: 28px; margin-top: 34px; flex-wrap: wrap; }
.journey-foot .phone { width: 210px; padding: 8px; border-radius: 28px; }
.journey-foot .phone img { border-radius: 21px; }
@media (max-width: 900px) { .stages { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .stages { grid-template-columns: 1fr; } }

/* features */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.feature .tile { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 16px; }
.feature .tile svg { width: 22px; height: 22px; }
.feature h3 { font-family: var(--sans); font-weight: 800; font-size: 1.05rem; margin-bottom: 6px; }
.feature p { color: var(--ink-2); font-size: 15px; }
.t-green { background: #e6f2d8; color: #4e7c1d; }
.t-purple { background: #ece6f9; color: #6b46c9; }
.t-teal { background: #dff2f0; color: #178f86; }
.t-orange { background: #fbe9d9; color: #d9731f; }
.t-blue { background: #e5eaff; color: var(--blue); }
.t-red { background: #f9e1df; color: #cf3f34; }
.screens-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
.screens-row figure { margin: 0; }
.screens-row .phone { width: 100%; padding: 8px; border-radius: 30px; }
.screens-row .phone img { border-radius: 23px; }
.screens-row figcaption { text-align: center; font-size: 14px; color: var(--muted); font-weight: 600; margin-top: 12px; }
@media (max-width: 900px) { .features { grid-template-columns: 1fr 1fr; } .screens-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .features { grid-template-columns: 1fr; } }

/* arena band */
.band { position: relative; padding: 0; min-height: 560px; display: grid; align-items: end; color: var(--ink-light); overflow: hidden; background: #0b1020; }
.band picture, .band picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,16,32,.05) 30%, rgba(11,16,32,.85) 100%); }
.band .wrap { position: relative; z-index: 1; padding: 80px 0 64px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.band h2 { color: var(--ink-light); max-width: 12em; }
.band p { color: var(--ink-body); max-width: 34em; margin-top: 14px; font-size: 1.1rem; }
.band .phone { width: 220px; padding: 9px; border-radius: 32px; }
.band .phone img { border-radius: 24px; }
@media (max-width: 760px) { .band .wrap { grid-template-columns: 1fr; } .band .phone { display: none; } }

/* pro */
.pro .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.plans { display: grid; gap: 12px; }
.plan { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 20px; border-radius: 14px; border: 1px solid var(--line); background: var(--card); }
.plan b { font-size: 1.05rem; }
.plan span { color: var(--muted); font-size: 14px; }
.plan .best { font-size: 11px; font-weight: 800; letter-spacing: .1em; padding: 4px 9px; border-radius: 6px; background: var(--lime-pale); color: var(--lime-deep); }
.plan.free { border-color: var(--lime-deep); }
.pro-note { font-size: 14px; color: var(--muted); margin-top: 14px; }
@media (max-width: 860px) { .pro .wrap { grid-template-columns: 1fr; } }

/* get the app */
.get { text-align: center; padding-top: 0; }
.get .card { background: var(--dark-card); color: var(--ink-light); border-radius: 28px; padding: 64px 28px; position: relative; overflow: hidden; }
.get .card::before { content: ""; position: absolute; inset: -40% -20% auto; height: 120%; background: radial-gradient(60% 60% at 50% 0%, rgba(200,240,45,.22), transparent 70%); pointer-events: none; }
.get h2 { color: var(--ink-light); position: relative; }
.get p { color: var(--ink-body); margin: 14px auto 28px; max-width: 34em; position: relative; }
.get .stores { justify-content: center; position: relative; }
.get .store { background: var(--ink-light); color: var(--ink); }
.get .contact { position: relative; margin-top: 26px; font-size: 15px; color: var(--ink-dim); }
.get .contact a { color: var(--lime); text-decoration: none; font-weight: 700; }

/* footer */
footer { border-top: 1px solid var(--line); padding: 36px 0 48px; font-size: 14px; color: var(--muted); }
footer .wrap { display: flex; flex-wrap: wrap; gap: 18px 32px; align-items: center; justify-content: space-between; }
footer nav { display: flex; gap: 22px; }
footer a { text-decoration: none; color: var(--ink-2); font-weight: 600; }
footer a:hover { color: var(--blue); }

/* legal pages */
.legal { padding: 56px 0 96px; }
.legal .wrap { max-width: 760px; }
.legal h1 { font-size: clamp(2.6rem, 6vw, 4rem); margin: 10px 0 8px; }
.legal .updated { color: var(--muted); font-size: 14px; margin-bottom: 40px; }
.legal h2 { font-size: 1.9rem; margin: 44px 0 12px; }
.legal p, .legal li { color: var(--ink-2); font-size: 16.5px; }
.legal p { margin-bottom: 14px; }
.legal ul { padding-left: 22px; margin: 0 0 14px; }
.legal li { margin-bottom: 6px; }
.legal table { border-collapse: collapse; width: 100%; margin: 8px 0 18px; font-size: 15px; }
.legal th, .legal td { text-align: left; vertical-align: top; padding: 10px 12px; border-bottom: 1px solid var(--line); color: var(--ink-2); }
.legal th { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.legal .note { background: var(--lime-pale); border-left: 4px solid var(--lime-deep); padding: 12px 16px; border-radius: 8px; font-size: 15px; }
