:root {
  --accent: #FB4A4A;
  --accent-dark: #FF7A6B;
  --bg: #FAF8F5;
  --ink: #1A1A1E;
  --ink-soft: #56534F;
  --muted: #7C7871;
  --faint: #938F89;
  --line: #EAE5DE;
  --line-strong: #DED8CF;
  --card: #F7F4EF;
  --white: #FFFFFF;

  --z1: #3BBB85;
  --z2: #35A9CB;
  --z3: #DCA92A;
  --z4: #FB7A4A;
  --z5: #FB4A4A;

  --font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --font-body: 'Manrope', system-ui, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-dark); }

img { max-width: 100%; display: block; }

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 6vw;
}

.accent-text { color: var(--accent); }

/* ---------- buttons & badges ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 10px 26px rgba(251, 74, 74, 0.35);
}
.btn-primary:hover { background: #FF6257; color: var(--white); transform: translateY(-1px); }
.btn-small { padding: 10px 18px; font-size: 13px; }
.btn-large { padding: 17px 30px; font-size: 15px; }
.btn-form { width: 100%; height: 56px; margin-top: 6px; }

.eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(251, 74, 74, 0.12);
  border: 1px solid rgba(251, 74, 74, 0.3);
  color: var(--accent);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.03em;
}
.eyebrow-light {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--white);
}

.badge-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 4px; }
.badge {
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  color: var(--ink-soft);
  font-weight: 700;
  font-size: 13px;
}
.badge-solid {
  background: var(--accent);
  color: var(--white);
  font-weight: 800;
  border: none;
  letter-spacing: 0.02em;
}

/* ---------- header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(250, 248, 245, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(222, 216, 207, 0.6);
}
.header-inner {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: flex; align-items: center; }

/* ---------- hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 64px;
  background: radial-gradient(120% 90% at 8% 0%, #FFECE4 0%, #FDF7F1 55%, #FAF8F5 100%);
}
.hero-blob {
  position: absolute;
  top: -120px;
  left: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: var(--accent);
  filter: blur(160px);
  opacity: 0.28;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.85fr;
  gap: 48px;
  align-items: center;
}
.hero-copy { display: flex; flex-direction: column; gap: 24px; }
.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.02em;
}
.lede {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--ink-soft);
  max-width: 560px;
}
.hero-cta { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.hero-cta-hint { font-size: 12px; font-weight: 600; color: var(--faint); }

.hero-visual { display: flex; justify-content: center; }

/* ---------- phone mockup ---------- */

.phone {
  width: 300px;
  height: 620px;
  background: var(--white);
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 70px rgba(40, 30, 26, 0.14);
  display: flex;
  flex-direction: column;
  position: relative;
  flex-shrink: 0;
}
.phone-hero { width: 320px; height: 660px; }

.phone-photo {
  position: relative;
  height: 230px;
  flex-shrink: 0;
}
.phone-photo.short { height: 156px; }

.photo-slot {
  background: linear-gradient(160deg, #F1EEE8 0%, #E7E2D9 100%);
  position: relative;
  overflow: hidden;
}
.photo-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(80% 60% at 20% 20%, rgba(251, 74, 74, 0.16), transparent 60%),
    linear-gradient(180deg, rgba(20, 16, 14, 0.34) 0%, rgba(255, 255, 255, 0) 40%, rgba(250, 248, 245, 1) 100%);
}

.phone-topbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  padding: 16px 16px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
}
.phone-topbar img { filter: drop-shadow(0 2px 10px rgba(0,0,0,0.35)); }
.mini-user {
  display: flex; align-items: center; gap: 6px;
  padding: 6px 10px 6px 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(0,0,0,0.1);
  backdrop-filter: blur(8px);
  font-size: 10px; font-weight: 800; color: var(--ink);
}
.mini-avatar {
  width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, #FFD3C4, #FB4A4A);
}

.hero-text-rotator {
  position: absolute;
  left: 16px; right: 16px; bottom: 16px;
  display: flex; flex-direction: column; gap: 6px;
  z-index: 2;
}
.hero-text-rotator.static { position: static; padding: 0 16px; margin-top: -46px; margin-bottom: 14px; }
.hero-text-rotator .kicker {
  font-size: 9px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; color: var(--accent);
}
.hero-text-rotator .title {
  font-family: var(--font-display); font-weight: 800; font-size: 21px; line-height: 1.08; color: var(--ink); letter-spacing: -0.01em;
}
.hero-text-rotator .sub { font-size: 11px; font-weight: 600; color: #57534E; }

.hero-dots {
  position: absolute;
  left: 16px; bottom: -1px;
  display: flex; gap: 5px;
  z-index: 2;
}
.hero-dots span { height: 3px; border-radius: 999px; background: var(--line-strong); transition: width 0.3s ease, background 0.3s ease; }
.hero-dots span.active { background: var(--accent); width: 22px !important; }

.phone-body {
  flex: 1;
  overflow: hidden;
  padding: 16px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.phone-body.no-photo { padding-top: 20px; }

/* session card */

.session-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(158deg, #FFF4F0 0%, #FFFFFF 62%);
  border: 1px solid #F5D9D0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.session-card-glow {
  position: absolute; top: -40px; right: -30px;
  width: 140px; height: 140px; border-radius: 50%;
  background: var(--accent); filter: blur(56px); opacity: 0.22;
  pointer-events: none;
}
.session-card-top { position: relative; display: flex; align-items: center; justify-content: space-between; }
.session-club { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 800; letter-spacing: 0.03em; color: #6b5a56; }
.club-logo-slot {
  width: 22px; height: 22px; border-radius: 7px; flex-shrink: 0;
  background: linear-gradient(135deg, #FFDCCF, var(--accent));
  border: 1px solid #F0DCD5;
}
.club-logo-slot.tiny { width: 14px; height: 14px; border-radius: 4px; }
.session-live { position: relative; display: flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; background: rgba(251,74,74,0.14); border: 1px solid rgba(251,74,74,0.32); font-size: 9px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); }
.live-dot { position: relative; width: 6px; height: 6px; display: block; border-radius: 50%; background: var(--accent); }
.live-dot::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--accent);
  animation: pace-pulse 2s ease-in-out infinite;
}
.session-meta { position: relative; display: flex; flex-direction: column; gap: 5px; }
.session-kicker { font-size: 9px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; color: var(--muted); }
.session-title { font-family: var(--font-display); font-weight: 800; font-size: 27px; line-height: 1; letter-spacing: -0.02em; color: #16161A; }
.session-sub { font-size: 11px; font-weight: 600; color: #6E6A64; }

.effort-bars { position: relative; display: flex; align-items: flex-end; gap: 2px; height: 38px; }
.effort-bars span { flex: 1; border-radius: 3px 3px 1px 1px; }
.effort-bars.small { height: 46px; }

.session-bottom { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding-top: 12px; border-top: 1px solid #F6E0D8; }
.session-stats { display: flex; gap: 16px; }
.stat { display: flex; flex-direction: column; gap: 1px; }
.stat b { font-family: var(--font-mono); font-weight: 600; font-size: 17px; color: #16161A; }
.stat.accent b { color: var(--accent); }
.stat i { font-style: normal; font-size: 8px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: var(--faint); }
.export-btn {
  width: 50px; height: 50px; border-radius: 50%; flex-shrink: 0;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(251,74,74,0.38);
}

.session-attendees { position: relative; display: flex; align-items: center; justify-content: space-between; }
.avatar-stack { display: flex; align-items: center; }
.avatar-slot {
  width: 22px; height: 22px; border-radius: 50%; display: block;
  border: 2px solid #171216; margin-left: -8px;
  background: linear-gradient(135deg, #FFD3C4, #FB4A4A);
}
.avatar-slot:first-child { margin-left: 0; }
.attendee-count { margin-left: 8px; font-size: 10px; font-weight: 700; color: #6E6A64; }

.session-card.compact { padding: 14px; gap: 11px; }

/* upcoming list */

.upcoming-list { display: flex; flex-direction: column; gap: 9px; }
.upcoming-head { display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; color: var(--faint); }
.upcoming-item { display: flex; align-items: center; gap: 11px; padding: 10px 12px; background: var(--card); border-radius: 15px; border: 1px solid var(--line); }
.upcoming-date { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 36px; height: 40px; border-radius: 10px; background: #F4F1EC; border: 1px solid var(--line); flex-shrink: 0; }
.upcoming-date i { font-style: normal; font-size: 8px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; color: var(--faint); }
.upcoming-date b { font-family: var(--font-mono); font-weight: 600; font-size: 14px; color: #1F1F23; line-height: 1; }
.upcoming-info { flex: 1; display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.upcoming-info b { font-weight: 800; font-size: 12px; color: #1F1F23; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.upcoming-info i { font-style: normal; display: flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-size: 9px; font-weight: 600; color: #7C7871; }
.dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.dot.z2 { background: var(--z2); } .dot.z4 { background: var(--z4); }

.phone-tabbar { display: flex; align-items: center; justify-content: space-around; padding: 10px 12px 18px; background: rgba(255,255,255,0.94); border-top: 1px solid var(--line); }
.tab { font-size: 8px; font-weight: 800; letter-spacing: 0.05em; color: #ABA6A0; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.tab::before { content: ""; width: 16px; height: 16px; border-radius: 5px; background: #ABA6A0; }
.tab.active { color: var(--accent); }
.tab.active::before { background: var(--accent); }

/* detail / export screen */

.detail-topbar { position: absolute; top: 16px; left: 16px; right: 16px; display: flex; align-items: center; justify-content: space-between; z-index: 3; }
.round-btn {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.88); border: 1px solid rgba(0,0,0,0.09);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800; color: var(--ink);
  backdrop-filter: blur(8px);
}
.round-btn.lg { width: 50px; height: 48px; border: 1px solid var(--line-strong); flex-shrink: 0; color: #6E6A64; font-size: 12px; }
.detail-heading { padding: 0 16px; margin-top: -70px; position: relative; z-index: 2; display: flex; flex-direction: column; gap: 6px; }
.tag-pill { display: inline-flex; width: fit-content; padding: 4px 10px; border-radius: 999px; background: var(--accent); color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.detail-title { font-family: var(--font-display); font-weight: 800; font-size: 22px; line-height: 1.05; letter-spacing: -0.02em; color: #16161A; }
.detail-sub { font-size: 11px; font-weight: 600; color: #57534E; }

.sheet-overlay {
  position: absolute; inset: 0; z-index: 4;
  background: rgba(40,30,26,0.32);
  display: flex; align-items: flex-end;
  backdrop-filter: blur(3px);
}
.sheet {
  width: 100%; background: var(--white); border-radius: 28px 28px 34px 34px;
  border-top: 1px solid #EDE7DF; padding: 18px 18px 22px;
  display: flex; flex-direction: column; gap: 13px;
  box-shadow: 0 -24px 60px rgba(40,30,26,0.16);
}
.sheet-handle { width: 34px; height: 4px; border-radius: 999px; background: #D5CFC5; margin: 0 auto; }
.sheet-head { display: flex; flex-direction: column; gap: 3px; }
.sheet-kicker { font-size: 9px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; color: var(--faint); }
.sheet-title { font-family: var(--font-display); font-weight: 800; font-size: 18px; letter-spacing: -0.01em; color: #16161A; }
.sheet-file { font-family: var(--font-mono); font-size: 10px; font-weight: 600; color: var(--faint); }

.watch-list { display: flex; flex-direction: column; gap: 7px; }
.watch-row { display: flex; align-items: center; gap: 10px; padding: 11px 13px; background: var(--card); border-radius: 15px; border: 1px solid var(--line); }
.watch-row.active { background: rgba(251,74,74,0.08); border-color: rgba(251,74,74,0.32); }
.watch-logo-slot { width: 26px; height: 26px; border-radius: 8px; flex-shrink: 0; background: linear-gradient(135deg, #E7E2DA, #C7C1B7); border: 1px solid #E1DCD3; }
.watch-info { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.watch-info b { font-weight: 800; font-size: 12px; color: #1F1F23; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.watch-info i { font-style: normal; font-size: 9px; font-weight: 700; color: #7C7871; }
.watch-info i.ok { color: #1F9D66; }
.radio { width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--line-strong); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.radio.active { border-color: var(--accent); }
.radio.active::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }

.btn-pill-full {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  height: 50px; border-radius: 999px; background: var(--accent); color: var(--white);
  font-weight: 800; font-size: 14px; box-shadow: 0 10px 30px rgba(251,74,74,0.4);
}
.sheet-footnote { font-size: 10px; font-weight: 600; color: #A8A29A; text-align: center; }

/* builder screen */

.builder-top { padding: 22px 16px 14px; display: flex; flex-direction: column; gap: 14px; flex-shrink: 0; }
.builder-nav { display: flex; align-items: center; justify-content: space-between; }
.round-btn { position: static; }
.step { font-size: 11px; font-weight: 800; color: var(--faint); }
.builder-title { font-family: var(--font-display); font-weight: 800; font-size: 25px; line-height: 1.05; letter-spacing: -0.02em; color: #16161A; }
.progress-track { display: flex; gap: 5px; }
.progress-fill { flex: 2; height: 3px; border-radius: 999px; background: var(--accent); }
.progress-track::after { content: ""; flex: 1; height: 3px; border-radius: 999px; background: var(--line); }

.segmented { display: flex; padding: 3px; background: var(--card); border-radius: 999px; border: 1px solid var(--line); gap: 3px; }
.segmented span { flex: 1; text-align: center; padding: 9px 4px; border-radius: 999px; color: var(--faint); font-weight: 800; font-size: 11px; }
.segmented span.active { background: var(--accent); color: var(--white); }

.field-group { display: flex; flex-direction: column; gap: 6px; }
.field-group label, .form-label-static { font-size: 9px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; color: var(--faint); }
.field-value { display: flex; align-items: center; height: 44px; padding: 0 14px; background: var(--card); border-radius: 14px; border: 1.5px solid var(--accent); font-weight: 700; font-size: 13px; color: var(--ink); }
.field-head { display: flex; align-items: center; justify-content: space-between; }
.add-pill { display: flex; align-items: center; gap: 5px; padding: 5px 11px; border-radius: 999px; background: rgba(251,74,74,0.13); border: 1px solid rgba(251,74,74,0.3); font-size: 10px; font-weight: 800; color: var(--accent); }

.block-row { display: flex; gap: 9px; align-items: stretch; margin-top: 7px; }
.bar { width: 3px; border-radius: 999px; flex-shrink: 0; }
.bar.z1 { background: var(--z1); } .bar.z2 { background: var(--z2); } .bar.z5 { background: var(--z5); }
.block-info { flex: 1; display: flex; flex-direction: column; gap: 2px; padding: 10px 12px; background: var(--card); border-radius: 14px; border: 1px solid var(--line); min-width: 0; }
.block-info b { font-weight: 800; font-size: 12px; color: #1F1F23; }
.block-info i { font-style: normal; font-family: var(--font-mono); font-size: 9px; font-weight: 600; color: var(--faint); }

.load-preview { display: flex; flex-direction: column; gap: 8px; padding: 13px; background: var(--card); border-radius: 16px; border: 1px solid var(--line); }
.load-preview label { font-size: 9px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; color: var(--faint); }
.load-scale { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 9px; font-weight: 600; color: #A8A29A; }

.builder-footer { padding: 14px 16px 22px; border-top: 1px solid var(--line); background: rgba(255,255,255,0.96); display: flex; gap: 9px; }

/* profile screen */

.profile-top { position: relative; padding: 22px 16px 18px; background: radial-gradient(110% 100% at 15% 0%, #FFEBE3 0%, #FFFDFB 70%); flex-shrink: 0; overflow: hidden; }
.profile-id { position: relative; display: flex; align-items: center; gap: 13px; }
.profile-avatar-slot { width: 58px; height: 58px; border-radius: 20px; flex-shrink: 0; background: linear-gradient(135deg, #FFD3C4, #FB4A4A); border: 1px solid #F0DCD5; }
.profile-name { display: flex; flex-direction: column; gap: 6px; }
.profile-name b { font-family: var(--font-display); font-weight: 800; font-size: 19px; letter-spacing: -0.01em; color: #16161A; }
.profile-name i { font-style: normal; display: flex; align-items: center; gap: 6px; width: fit-content; padding: 4px 10px; border-radius: 999px; background: rgba(251,74,74,0.14); border: 1px solid rgba(251,74,74,0.3); font-size: 9px; font-weight: 800; letter-spacing: 0.04em; color: var(--accent); }
.profile-stats { position: relative; display: flex; gap: 7px; margin-top: 16px; }
.pstat { flex: 1; display: flex; flex-direction: column; gap: 2px; padding: 11px; background: rgba(255,255,255,0.84); border-radius: 14px; border: 1px solid #EDE7DF; }
.pstat b { font-family: var(--font-mono); font-weight: 600; font-size: 16px; color: #16161A; line-height: 1; }
.pstat i { font-style: normal; font-size: 8px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); }

.dashed-pill { display: flex; align-items: center; justify-content: center; gap: 6px; height: 40px; margin-top: 7px; border-radius: 999px; border: 1px dashed var(--line-strong); font-size: 11px; font-weight: 800; color: #7C7871; }

.settings-list { display: flex; flex-direction: column; gap: 2px; padding: 4px 14px; background: var(--card); border-radius: 16px; border: 1px solid var(--line); margin-top: 16px; }
.setting-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.setting-row.no-border { border-bottom: none; }
.setting-row span:first-child { display: flex; flex-direction: column; gap: 2px; }
.setting-row b { font-weight: 700; font-size: 12px; color: #1F1F23; }
.setting-row i { font-style: normal; font-size: 9px; font-weight: 600; color: #9A968F; }
.switch { width: 40px; height: 24px; border-radius: 999px; background: var(--line-strong); position: relative; flex-shrink: 0; }
.switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #9A968F; transition: left 0.2s ease; }
.switch.on { background: var(--accent); }
.switch.on::after { left: 19px; background: var(--white); }

/* ---------- marquee ---------- */

.marquee {
  overflow: hidden;
  background: var(--accent);
  transform: rotate(-1.2deg);
  margin: 30px -2vw;
  padding: 13px 0;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: pace-marquee 26s linear infinite;
}
.marquee-track span {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  color: var(--white);
  padding: 0 20px;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

@keyframes pace-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes pace-pulse { 0%, 100% { opacity: 0.55; transform: scale(1); } 50% { opacity: 0.15; transform: scale(1.35); } }

/* ---------- screens section ---------- */

.screens { padding: 60px 0 10px; }
.section-head { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }
.section-head h2 { margin: 0; font-family: var(--font-display); font-weight: 800; font-size: 30px; letter-spacing: -0.01em; }
.section-hint { font-size: 13px; font-weight: 600; color: var(--faint); }

.screens-row {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  padding-bottom: 24px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.screen { margin: 0; flex-shrink: 0; scroll-snap-align: start; display: flex; flex-direction: column; gap: 12px; }
.screen figcaption { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 14px; }
.screen-num {
  width: 22px; height: 22px; border-radius: 7px; background: var(--accent); color: var(--white);
  font-family: var(--font-mono); font-weight: 600; font-size: 11px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

/* ---------- values ---------- */

.values { padding: 50px 0 70px; }
.value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.value-card { display: flex; flex-direction: column; gap: 10px; padding: 22px; background: var(--white); border-radius: 22px; border: 1px solid var(--line); }
.value-num { font-family: var(--font-mono); font-size: 12px; font-weight: 600; color: var(--accent); }
.value-card h3 { margin: 0; font-family: var(--font-display); font-weight: 800; font-size: 17px; letter-spacing: -0.01em; }
.value-card p { margin: 0; font-size: 13.5px; line-height: 1.55; font-weight: 500; color: var(--muted); }

/* ---------- beta section ---------- */

.beta {
  position: relative;
  overflow: hidden;
  background: #1A1412;
  color: var(--white);
  padding: 70px 0 80px;
}
.beta-blob {
  position: absolute; top: -100px; right: -100px; width: 420px; height: 420px; border-radius: 50%;
  background: var(--accent); filter: blur(150px); opacity: 0.35; pointer-events: none;
}
.beta-inner { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.beta-copy { display: flex; flex-direction: column; gap: 16px; }
.beta-copy h2 { margin: 0; font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -0.01em; }
.beta-copy p { margin: 0; font-size: 15.5px; line-height: 1.6; font-weight: 500; color: rgba(255,255,255,0.72); max-width: 420px; }

.beta-form {
  display: flex; flex-direction: column; gap: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 24px;
  padding: 26px;
}
.form-row { display: flex; flex-direction: column; gap: 7px; }
.form-row label, .form-label-static { font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.form-row input[type="text"], .form-row input[type="email"] {
  height: 48px;
  padding: 0 15px;
  border-radius: 13px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  outline: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.form-row input::placeholder { color: rgba(255,255,255,0.32); }
.form-row input:focus { border-color: var(--accent); background: rgba(255,255,255,0.1); }

.role-toggle { display: flex; gap: 8px; }
.role-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.role-toggle label {
  flex: 1; text-align: center; padding: 11px 8px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.05);
  font-size: 12.5px; font-weight: 700; color: rgba(255,255,255,0.7);
  cursor: pointer; transition: all 0.15s ease;
}
.role-toggle input:checked + label { background: var(--accent); border-color: var(--accent); color: var(--white); }

.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-status { margin: 0; min-height: 18px; font-size: 13px; font-weight: 700; text-align: center; }
.form-status.ok { color: #6FE0A8; }
.form-status.err { color: #FF8A80; }

/* ---------- footer ---------- */

.site-footer { padding: 30px 0 40px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-inner span { font-size: 12px; font-weight: 600; color: var(--faint); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-legal a { font-size: 12px; font-weight: 700; color: var(--muted); }
.footer-legal a:hover { color: var(--accent); }
.footer-rule { border: none; border-top: 1px solid var(--line); margin: 18px 0; }

/* ---------- legal pages ---------- */

.legal-hero { padding: 44px 0 8px; }
.legal-hero h1 { margin: 0 0 8px; font-family: var(--font-display); font-weight: 800; font-size: clamp(30px, 4vw, 42px); letter-spacing: -0.01em; }
.legal-updated { font-size: 13px; font-weight: 700; color: var(--faint); }

.legal-content { padding: 20px 0 70px; max-width: 760px; }
.legal-content h2 { font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: -0.01em; margin: 36px 0 12px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-weight: 800; font-size: 15px; margin: 20px 0 8px; }
.legal-content p { font-size: 14.5px; line-height: 1.65; font-weight: 500; color: var(--ink-soft); margin: 0 0 12px; }
.legal-content ul { margin: 0 0 14px; padding-left: 20px; display: flex; flex-direction: column; gap: 6px; }
.legal-content li { font-size: 14.5px; line-height: 1.6; font-weight: 500; color: var(--ink-soft); }
.legal-content strong { color: var(--ink); }
.legal-content a { font-weight: 700; }
.legal-callout {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--card);
  border: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
  color: var(--muted);
}
.legal-placeholder { color: var(--accent); background: rgba(251,74,74,0.1); padding: 1px 6px; border-radius: 6px; }
.legal-toc { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 18px 0 0; padding: 0; list-style: none; }
.legal-toc a { font-size: 12.5px; font-weight: 700; color: var(--muted); }
.legal-toc a:hover { color: var(--accent); }

/* ---------- responsive ---------- */

@media (max-width: 880px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .phone-hero { width: 280px; height: 580px; }
  .beta-inner { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .wrap { padding: 0 5vw; }
  .hero { padding: 40px 0 48px; }
  .badge-row { gap: 8px; }
  .phone-hero { width: 260px; height: 540px; }
  .beta-form { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .live-dot::after { animation: none; }
  html { scroll-behavior: auto; }
}
