:root {
  color-scheme: light;
  --ink: #443540;
  --muted: #8f7b88;
  --soft: #aa929f;
  --rose: #d16f98;
  --rose-deep: #bd5f88;
  --lavender: #c7b6e5;
  --mint: #aee4d3;
  --sky: #acd4e7;
  --gold: #d8ad55;
  --paper: #fffafa;
  --blush: #fff1f5;
  --cream: #fffdf9;
  --line: rgba(189, 95, 136, 0.16);
  --line-strong: rgba(110, 72, 95, 0.12);
  --shadow: 0 24px 70px rgba(125, 83, 106, 0.14);
  --soft-shadow: 0 12px 34px rgba(125, 83, 106, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background:
    linear-gradient(135deg, rgba(255, 245, 248, 0.96), rgba(255, 253, 250, 0.98) 48%, rgba(249, 244, 255, 0.98)),
    var(--paper);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image: radial-gradient(rgba(178, 124, 152, 0.22) 0.75px, transparent 0.75px);
  background-size: 18px 18px;
}

a {
  color: var(--rose-deep);
  font-weight: 850;
  text-decoration: none;
}

a:hover {
  color: var(--ink);
}

.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 10px;
}

.brand,
.nav-links {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 950;
}

.nav-links {
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(18px);
}

.nav-links a {
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

.nav-links a[aria-current="page"],
.nav-links a:hover {
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
}

main {
  position: relative;
  z-index: 1;
}

.page {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 40px 20px 76px;
}

.hero-section {
  width: min(1120px, calc(100% - 32px));
  min-height: calc(100vh - 86px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  padding: 38px 0 76px;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--rose-deep);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  max-width: 11ch;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(3.6rem, 9vw, 7.6rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.legal-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
}

h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 1.28rem;
}

p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.lede {
  max-width: 590px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  font-weight: 650;
}

.lede.small {
  max-width: 720px;
}

.updated {
  margin-top: -10px;
  font-size: 0.94rem;
  font-weight: 700;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  box-shadow: var(--soft-shadow);
}

.button.primary {
  border: none;
  color: white;
  background: linear-gradient(135deg, var(--rose), var(--lavender));
}

.brand-mark {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: linear-gradient(145deg, #ffffff, #fff2f7);
  box-shadow: 0 14px 30px rgba(126, 86, 109, 0.16);
}

.brand-mark.mini {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.mark-star,
.mark-heart,
.mark-dot {
  position: absolute;
  display: block;
}

.mark-star {
  left: 8px;
  top: 8px;
  width: 18px;
  height: 18px;
  background: var(--rose);
  clip-path: polygon(50% 0%, 62% 35%, 99% 35%, 69% 57%, 80% 92%, 50% 70%, 20% 92%, 31% 57%, 1% 35%, 38% 35%);
}

.mark-heart {
  right: 8px;
  top: 14px;
  width: 13px;
  height: 13px;
  background: var(--mint);
  transform: rotate(-45deg);
}

.mark-heart::before,
.mark-heart::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--mint);
}

.mark-heart::before {
  top: -6.5px;
}

.mark-heart::after {
  left: 6.5px;
}

.mark-dot {
  left: 15px;
  bottom: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--lavender);
}

.phone-card,
.feature-card,
.closing-card,
.card,
.summary-grid article,
.help-card {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.phone-card {
  position: relative;
  min-height: 620px;
  border-radius: 44px;
  padding: 24px;
  overflow: hidden;
}

.phone-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -70px 24%;
  height: 180px;
  background: linear-gradient(90deg, rgba(174, 228, 211, 0.28), rgba(199, 182, 229, 0.26));
  transform: rotate(-10deg);
  filter: blur(4px);
}

.phone-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.phone-top strong,
.tiny-label {
  display: block;
}

.phone-top strong {
  font-size: 1.4rem;
}

.tiny-label {
  color: var(--soft);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-pill,
.board-count {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: lowercase;
}

.status-pill {
  padding: 9px 12px;
}

.board-preview {
  position: relative;
  height: 514px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 36px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.84), transparent 9rem),
    linear-gradient(155deg, rgba(255, 244, 248, 0.94), rgba(245, 241, 255, 0.9) 62%, rgba(232, 248, 245, 0.78));
  box-shadow: inset 0 0 0 1px rgba(189, 95, 136, 0.1), 0 16px 30px rgba(125, 83, 106, 0.12);
  overflow: hidden;
}

.board-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: radial-gradient(rgba(68, 53, 64, 0.28) 0.8px, transparent 0.8px);
  background-size: 20px 20px;
}

.tape {
  position: absolute;
  width: 96px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 7px;
  background: rgba(199, 182, 229, 0.23);
  transform: rotate(-7deg);
  z-index: 2;
}

.tape-one {
  top: -11px;
  left: 42px;
}

.sticker {
  position: absolute;
  z-index: 3;
  filter:
    drop-shadow(2px 0 0 white)
    drop-shadow(-2px 0 0 white)
    drop-shadow(0 2px 0 white)
    drop-shadow(0 -2px 0 white)
    drop-shadow(0 7px 7px rgba(68, 53, 64, 0.13));
}

.sticker-star {
  width: 76px;
  height: 76px;
  clip-path: polygon(50% 0%, 62% 35%, 99% 35%, 69% 57%, 80% 92%, 50% 70%, 20% 92%, 31% 57%, 1% 35%, 38% 35%);
}

.sticker-heart {
  width: 60px;
  height: 60px;
  transform: rotate(-45deg);
}

.sticker-heart::before,
.sticker-heart::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: inherit;
}

.sticker-heart::before {
  top: -30px;
}

.sticker-heart::after {
  left: 30px;
}

.sticker-flower {
  width: 54px;
  height: 54px;
  border-radius: 50% 50% 48% 48%;
}

.sticker-sparkle {
  width: 62px;
  height: 62px;
  clip-path: polygon(50% 0%, 60% 38%, 100% 50%, 60% 62%, 50% 100%, 40% 62%, 0% 50%, 40% 38%);
}

.pink {
  top: 82px;
  left: 58px;
  background: #f3a6bd;
  transform: rotate(-9deg);
}

.mint {
  top: 150px;
  right: 70px;
  background: var(--mint);
}

.sky {
  top: 280px;
  left: 132px;
  background: var(--sky);
  transform: rotate(8deg);
}

.gold {
  right: 84px;
  bottom: 118px;
  background: var(--gold);
  transform: rotate(12deg);
}

.lavender {
  left: 62px;
  bottom: 86px;
  background: var(--lavender);
  transform: rotate(-4deg);
}

.board-count {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  padding: 10px 15px;
  white-space: nowrap;
}

.feature-row {
  width: min(1120px, calc(100% - 32px));
  margin: -28px auto 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card,
.closing-card,
.summary-grid article,
.help-card {
  border-radius: 28px;
  padding: 24px;
}

.feature-icon {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(209, 111, 152, 0.14), rgba(174, 228, 211, 0.16));
  color: var(--rose-deep);
  font-size: 1.4rem;
  font-weight: 950;
}

.closing-card {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 72px;
  padding: clamp(26px, 5vw, 44px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 239, 245, 0.78), rgba(244, 238, 255, 0.82));
}

.closing-card h2 {
  max-width: 620px;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1;
}

.closing-card p {
  max-width: 720px;
}

.legal-page {
  padding-top: 58px;
}

.legal-hero {
  margin-bottom: 24px;
}

.summary-grid,
.support-grid {
  display: grid;
  gap: 16px;
}

.summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 20px;
}

.summary-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 1.1rem;
}

.summary-grid p {
  margin: 0;
  font-size: 0.96rem;
}

.support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  border-radius: 34px;
  padding: clamp(28px, 5vw, 54px);
}

.legal-card {
  margin-top: 20px;
}

.legal-card h2 {
  margin-top: 30px;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.help-card p {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 36px;
  }

  .hero-copy {
    text-align: center;
    margin: 0 auto;
  }

  .hero-copy h1,
  .hero-copy .lede {
    margin-left: auto;
    margin-right: auto;
  }

  .actions {
    justify-content: center;
  }

  .phone-card {
    min-height: auto;
  }

  .board-preview {
    height: 430px;
  }

  .feature-row,
  .summary-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: min(100% - 24px, 1120px);
    align-items: flex-start;
  }

  .brand span:last-child {
    display: none;
  }

  .nav-links a {
    padding: 8px 11px;
  }

  .page,
  .hero-section {
    width: min(100% - 24px, 1120px);
    padding-left: 0;
    padding-right: 0;
  }

  h1 {
    font-size: clamp(3.1rem, 16vw, 4.4rem);
  }

  .legal-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .phone-card {
    border-radius: 34px;
    padding: 16px;
  }

  .phone-top {
    align-items: flex-start;
  }

  .board-preview {
    height: 390px;
    border-radius: 28px;
  }

  .feature-card,
  .closing-card,
  .summary-grid article,
  .help-card,
  .card {
    border-radius: 24px;
    padding: 20px;
  }
}
