/* Slothpilot marketing site.
   Standalone rather than built on the app's stylesheet: the product is a
   restrained editorial grey, the brand is bright orange and navy with rounded
   cards, and forcing one to inherit the other would compromise both. */

:root {
  --navy: #0f2f66;
  --navy-deep: #0a2350;
  --navy-soft: #33538c;
  --orange: #f6821f;
  --orange-deep: #ea6a00;
  --blue: #1857c4;
  --ink: #12203c;
  --muted: #5b6b88;
  --paper: #ffffff;
  --wash: #f2f6fb;
  --line: #dbe4f0;
  --radius: 16px;
  --shadow: 0 2px 10px rgba(15, 47, 102, .06);
}

*, *::before, *::after { box-sizing: border-box; }

body.site {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.site a { color: inherit; }

/* — buttons — */
.b {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px; border: 2px solid transparent;
  font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none; cursor: pointer; transition: background .15s, color .15s;
}
.b-orange { background: var(--orange); color: #fff; }
.b-orange:hover { background: var(--orange-deep); }
.b-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.b-outline:hover { background: var(--navy); color: #fff; }
.b-light { background: #fff; color: var(--navy); }
.b-lg { padding: 16px 32px; font-size: 14px; }

/* — nav — */
.nav {
  position: sticky; top: 0; z-index: 30; background: #fff;
  border-bottom: 1px solid var(--line);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; color: var(--navy); letter-spacing: -.01em; }
.logo img { height: 34px; width: auto; }
.logo .b2 { color: var(--orange); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { text-decoration: none; font-size: 15px; font-weight: 600; color: var(--navy); }
.nav-links a:hover { color: var(--orange); }
@media (max-width: 780px) { .nav-links a:not(.b) { display: none; } }

/* — hero — */
.hero { position: relative; background: var(--orange); color: #fff; overflow: hidden; }
/* The curve is the brand's signature shape; a pseudo-element keeps it out of
   the markup so the section stays one readable block of content. */
.hero::after {
  content: ""; position: absolute; left: -5%; right: -5%; bottom: -1px; height: 90px;
  background: var(--navy); border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}
.hero .wrap {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center;
  padding-top: 72px; padding-bottom: 96px;
}
.hero h1 { font-size: clamp(32px, 5vw, 54px); line-height: 1.08; margin: 0 0 18px; letter-spacing: -.02em; }
.hero p { font-size: clamp(16px, 1.6vw, 19px); max-width: 34rem; margin: 0 0 28px; opacity: .96; }
.hero-art { position: relative; z-index: 1; }
.hero-art img { width: 100%; height: auto; display: block; }
@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; padding-bottom: 72px; }
  .hero-art { order: -1; max-width: 340px; }
}

/* — sections — */
.sec { padding: 88px 0; }
.sec.wash { background: var(--wash); }
.sec.navy { background: var(--navy); color: #fff; }
.pill {
  display: inline-block; background: var(--blue); color: #fff; font-size: 12px;
  font-weight: 700; letter-spacing: .04em; padding: 6px 16px; border-radius: 999px;
  margin-bottom: 18px;
}
.sec h2 { font-size: clamp(26px, 3.6vw, 40px); line-height: 1.15; margin: 0 0 14px; color: var(--navy); letter-spacing: -.02em; }
.sec.navy h2 { color: #fff; }
.sec .sub { font-size: 17px; color: var(--muted); max-width: 42rem; margin: 0 0 40px; }
.sec.navy .sub { color: rgba(255,255,255,.82); }
.centre { text-align: center; }
.centre .sub { margin-left: auto; margin-right: auto; }

/* — cards — */
.cards { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow); text-align: left;
}
.card h3 { color: var(--navy); font-size: 21px; margin: 0 0 10px; line-height: 1.25; }
.card p { color: var(--muted); font-size: 15px; margin: 0; }
.step-n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--blue); color: #fff; font-weight: 700; font-size: 14px; margin-bottom: 14px;
}
.card figure { margin: 20px 0 0; }
.card figure img { width: 100%; height: auto; border-radius: 12px; display: block; }

/* — split — */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split img { width: 100%; height: auto; display: block; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 32px; } }

/* — stats — */
.stats { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); }
.stat { background: #fff; border-radius: var(--radius); padding: 26px; text-align: center; box-shadow: var(--shadow); }
.stat .n { font-size: 40px; font-weight: 800; color: var(--navy); line-height: 1; letter-spacing: -.03em; }
.stat .l { font-size: 14px; color: var(--muted); margin-top: 8px; }

/* — pricing — */
.plans { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)); max-width: 800px; margin: 0 auto; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.plan.pick { border: 2px solid var(--orange); }
.plan .name { font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--navy); }
.plan .tag { font-size: 14px; color: var(--muted); margin: 4px 0 18px; }
.plan .price { font-size: 42px; font-weight: 800; color: var(--navy); letter-spacing: -.03em; line-height: 1; }
.plan .price span { font-size: 16px; font-weight: 500; color: var(--muted); letter-spacing: 0; }
.plan .b { width: 100%; margin: 22px 0; }
.plan ul { list-style: none; margin: 0; padding: 20px 0 0; border-top: 1px solid var(--line); }
.plan li { position: relative; padding-left: 26px; margin-bottom: 12px; font-size: 15px; color: var(--ink); }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }
.badge { float: right; background: var(--blue); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 999px; letter-spacing: .04em; }

/* — faq — */
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
@media (max-width: 860px) { .faq { grid-template-columns: 1fr; gap: 28px; } }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 24px; margin-bottom: 14px; box-shadow: var(--shadow);
}
.faq details[open] { border-color: var(--orange); }
.faq summary {
  list-style: none; cursor: pointer; font-weight: 700; color: var(--navy);
  font-size: 17px; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "⌄"; flex: 0 0 34px; height: 34px; border-radius: 50%;
  background: var(--navy); color: #fff; display: inline-flex;
  align-items: center; justify-content: center; font-size: 18px; line-height: 1;
  transform: translateY(-3px);
}
.faq details[open] summary::after { content: "⌃"; transform: translateY(3px); }
.faq details p { color: var(--muted); font-size: 15px; margin: 14px 0 0; }

/* — footer — */
.foot { background: var(--navy-deep); color: #fff; padding: 56px 0 40px; }
.foot .wrap { display: grid; gap: 32px; grid-template-columns: 1.2fr 1fr; align-items: start; }
@media (max-width: 700px) { .foot .wrap { grid-template-columns: 1fr; } }
.foot .logo { color: #fff; }
.foot p { color: rgba(255,255,255,.7); font-size: 14px; max-width: 26rem; }
.foot nav { display: flex; flex-wrap: wrap; gap: 20px; }
.foot nav a { color: rgba(255,255,255,.85); text-decoration: none; font-size: 14px; }
.foot nav a:hover { color: var(--orange); }
.foot .by { margin-top: 28px; font-size: 13px; color: rgba(255,255,255,.55); }

/* — legal pages — */
.legal { max-width: 46rem; margin: 0 auto; padding: 64px 24px 96px; }
.legal h1 { font-size: clamp(28px, 4vw, 40px); margin: 0 0 8px; color: var(--navy); }
.legal h2 { font-size: 19px; margin: 36px 0 10px; color: var(--navy); }
.legal p, .legal li { font-size: 15px; line-height: 1.7; }
.legal ul { padding-left: 22px; }
.legal .updated { font-size: 13px; color: var(--muted); margin-bottom: 32px; }
/* Placeholders are meant to be impossible to miss before this goes live. */
.legal mark { background: #fff3cd; color: #8a5a00; padding: 1px 5px; }
