/* RunningBuds marketing site styles */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #101a33;
  background: #eef3ff;
  line-height: 1.5;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { max-width: 1024px; margin: 0 auto; }

/* nav */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 64px;
  max-width: 1152px;
  margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 34px; height: 34px; border-radius: 10px; }
.brand span { font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-size: 15px; font-weight: 600; color: #52607d; text-decoration: none; }
.nav-links a:hover { color: #1366ff; }

/* hero */
.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
  padding: 48px 64px 70px;
  max-width: 1152px;
  margin: 0 auto;
}
.hero h1 {
  font-size: 54px; line-height: 1.08; letter-spacing: -.03em;
  font-weight: 800; margin: 0; text-wrap: balance;
}
.hero h1 .accent { color: #1366ff; }
.hero p {
  font-size: 19px; line-height: 1.55; color: #52607d;
  margin: 24px 0 0; max-width: 460px; text-wrap: pretty;
}
.hero-cta { display: flex; align-items: center; gap: 18px; margin-top: 34px; }
.store-badge {
  display: inline-flex; align-items: center; gap: 11px;
  background: #101a33; color: #fff; padding: 15px 26px; border-radius: 999px;
  text-decoration: none;
}
.store-badge .stack { display: flex; flex-direction: column; line-height: 1.1; text-align: left; }
.store-badge .small { font-size: 11px; color: #9fb0d0; }
.store-badge .big { font-size: 18px; font-weight: 700; }
.hero-req { font-size: 13.5px; font-weight: 600; color: #52607d; line-height: 1.4; }

/* phone mockup */
.phone-col { display: flex; justify-content: center; }
.phone {
  width: 286px; height: 582px; background: #fff; border-radius: 48px;
  padding: 10px; box-shadow: 0 30px 60px -24px rgba(19,102,255,.4);
}
.phone-screen {
  position: relative; width: 100%; height: 100%;
  background: linear-gradient(180deg, #1366ff 0%, #0b4fe0 100%);
  border-radius: 40px; overflow: hidden; display: flex; flex-direction: column;
}
.phone-island {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 28px; background: #0a1530; border-radius: 16px; z-index: 2;
}
.phone-status {
  display: flex; align-items: center; justify-content: space-between;
  padding: 15px 24px 0; font-size: 12.5px; font-weight: 700; color: #fff;
}
.phone-status .net { font-size: 11px; }
.phone-title { text-align: center; font-size: 14px; font-weight: 700; color: rgba(255,255,255,.85); padding: 28px 0 0; }
.phone-body { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 0 26px; }
.waveform { width: 112px; height: 112px; border-radius: 50%; background: rgba(255,255,255,.16); display: flex; align-items: center; justify-content: center; gap: 5px; }
.waveform span { width: 6px; background: #fff; border-radius: 3px; }
.phone-connected { font-size: 20px; font-weight: 800; color: #fff; }
.phone-sub { font-size: 12.5px; color: rgba(255,255,255,.8); margin-top: 6px; line-height: 1.4; }
.phone-end { padding: 0 24px 30px; }
.phone-end div { background: #fff; color: #ff453a; text-align: center; font-size: 15px; font-weight: 800; padding: 15px; border-radius: 999px; }

/* sections */
.section-white { background: #fff; }
.steps-section { background: #fff; border-radius: 36px 36px 0 0; padding: 72px 64px; }
.section-title { font-size: 36px; line-height: 1.12; letter-spacing: -.025em; font-weight: 800; text-align: center; margin: 0 0 8px; }
.section-lead { text-align: center; font-size: 16px; color: #52607d; margin: 0 0 48px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { background: #f3f7ff; border-radius: 26px; padding: 32px; }
.step-num {
  width: 48px; height: 48px; border-radius: 16px; background: #1366ff; color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; margin-bottom: 20px;
}
.step h3 { font-size: 19px; font-weight: 700; margin: 0 0 9px; }
.step p { font-size: 14.5px; line-height: 1.55; color: #52607d; margin: 0; }

/* features */
.features-section { background: #fff; padding: 8px 64px 76px; }
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 1024px; margin: 0 auto; }
.feature { background: #eef3ff; border-radius: 26px; padding: 34px; }
.feature-icon { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 16px; background: #fff; margin-bottom: 20px; }
.feature h3 { font-size: 20px; font-weight: 700; margin: 0 0 9px; }
.feature p { font-size: 15px; line-height: 1.55; color: #52607d; margin: 0; }
.note-glyph { font-size: 27px; line-height: 1; color: #1366ff; }
.lock { display: flex; flex-direction: column; align-items: center; }
.lock .shackle { width: 12px; height: 9px; border: 3px solid #1366ff; border-bottom: none; border-radius: 7px 7px 0 0; margin-bottom: -1px; }
.lock .body { width: 18px; height: 13px; border: 3px solid #1366ff; border-radius: 4px; }
.bars { display: flex; align-items: center; gap: 3px; }
.bars span { width: 4px; background: #1366ff; border-radius: 2px; }

/* requirements */
.req-section { padding: 0 64px 76px; background: #fff; }
.req-card { background: linear-gradient(135deg, #1366ff, #0b4fe0); border-radius: 30px; padding: 48px 52px; color: #fff; max-width: 1024px; margin: 0 auto; }
.req-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-bottom: 14px; }
.req-card h2 { font-size: 28px; line-height: 1.15; letter-spacing: -.02em; font-weight: 800; margin: 0 0 28px; max-width: 520px; }
.req-list { display: flex; gap: 16px; flex-wrap: wrap; }
.req-pill { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.15); border-radius: 999px; padding: 14px 22px; font-size: 15px; font-weight: 600; }
.req-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; flex: none; }

/* faq */
.faq-section { background: #fff; padding: 0 64px 80px; }
.faq-title { font-size: 32px; letter-spacing: -.02em; font-weight: 800; text-align: center; margin: 0 0 40px; }
.faq-list { display: flex; flex-direction: column; gap: 14px; max-width: 740px; margin: 0 auto; }
.faq-item { background: #f3f7ff; border-radius: 20px; padding: 24px 28px; }
.faq-item h3 { font-size: 17px; font-weight: 700; margin: 0 0 8px; }
.faq-item p { font-size: 15px; line-height: 1.55; color: #52607d; margin: 0; }

/* footer */
.footer { background: #101a33; padding: 56px 64px; text-align: center; color: #fff; }
.footer-brand { display: flex; align-items: center; justify-content: center; gap: 11px; margin-bottom: 16px; }
.footer-brand img { width: 30px; height: 30px; border-radius: 9px; }
.footer-brand span { font-size: 18px; font-weight: 800; }
.footer-tag { font-size: 14px; color: #9fb0d0; margin-bottom: 14px; }
.footer-links { display: flex; gap: 22px; justify-content: center; margin-bottom: 16px; }
.footer-links a { font-size: 14px; font-weight: 600; color: #cdd7ea; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-copy { font-size: 13px; color: #5e6f92; }

/* legal pages */
.legal { background: #fff; }
.legal-inner { max-width: 760px; margin: 0 auto; padding: 64px 64px 96px; }
.legal-inner h1 { font-size: 40px; font-weight: 800; letter-spacing: -.02em; margin: 0 0 8px; }
.legal-updated { font-size: 14px; color: #8693ad; margin: 0 0 40px; }
.legal-inner h2 { font-size: 22px; font-weight: 700; letter-spacing: -.01em; margin: 40px 0 12px; }
.legal-inner p, .legal-inner li { font-size: 16px; line-height: 1.65; color: #3a455c; }
.legal-inner ul { padding-left: 22px; }
.legal-inner li { margin-bottom: 8px; }
.legal-inner a { color: #1366ff; }

/* responsive */
@media (max-width: 880px) {
  .nav { padding: 20px 24px; }
  .hero { grid-template-columns: 1fr; padding: 24px 24px 48px; text-align: center; }
  .hero p { margin-left: auto; margin-right: auto; }
  .hero-cta { justify-content: center; flex-wrap: wrap; }
  .phone-col { order: -1; }
  .hero h1 { font-size: 40px; }
  .steps-section { padding: 56px 24px; }
  .steps { grid-template-columns: 1fr; }
  .features-section { padding: 8px 24px 56px; }
  .features { grid-template-columns: 1fr; }
  .req-section { padding: 0 24px 56px; }
  .req-card { padding: 36px 28px; }
  .faq-section { padding: 0 24px 64px; }
  .footer { padding: 48px 24px; }
  .section-title, .faq-title { font-size: 28px; }
  .legal-inner { padding: 48px 24px 72px; }
  .legal-inner h1 { font-size: 32px; }
}
