:root {
  color-scheme: light;
  --ink: #17211d;
  --muted: #63716b;
  --soft: rgba(255, 255, 255, 0.64);
  --line: rgba(23, 33, 29, 0.13);
  --accent: #2f7f6f;
  --accent-strong: #176859;
  --coral: #e9745f;
  --gold: #d59b38;
  --sky: #7eb7c9;
  --shadow: 0 24px 70px rgba(25, 50, 42, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background:
    linear-gradient(145deg, rgba(126, 183, 201, 0.2) 0%, transparent 34%),
    linear-gradient(315deg, rgba(233, 116, 95, 0.18) 0%, transparent 38%),
    linear-gradient(135deg, #f5efe5 0%, #dceee8 48%, #eef3f7 100%);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
  backdrop-filter: saturate(112%);
}

.nav {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 760;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(23, 104, 89, 0.18);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(23, 33, 29, 0.72);
  font-size: 14px;
}

.nav-links a {
  text-decoration: none;
}

.hero {
  width: min(1120px, calc(100% - 40px));
  min-height: calc(100vh - 90px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: center;
  gap: 52px;
  padding: 34px 0 76px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-weight: 720;
  font-size: 14px;
}

h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(54px, 8vw, 104px);
  line-height: 0.94;
  font-weight: 820;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: #405149;
  font-size: 21px;
  line-height: 1.55;
}

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

.button {
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.52);
  text-decoration: none;
  font-weight: 720;
  box-shadow: 0 14px 34px rgba(25, 50, 42, 0.14);
}

.button.primary {
  color: #ffffff;
  background: linear-gradient(135deg, #176859, #2f7f6f 50%, #e9745f);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(18px);
}

.phone-scene {
  justify-self: center;
  width: min(100%, 390px);
  aspect-ratio: 0.72;
  border-radius: 34px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.phone-screen {
  height: 100%;
  border-radius: 26px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.36)),
    radial-gradient(circle at 20% 0%, rgba(126, 183, 201, 0.45), transparent 42%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.nori-mark {
  width: 118px;
  height: 118px;
  border-radius: 26px;
  box-shadow: 0 18px 44px rgba(23, 104, 89, 0.16);
}

.pause-card {
  padding: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
}

.pause-card h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.15;
}

.pause-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.timer-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 16px;
}

.timer-row span {
  min-height: 46px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: 760;
  background: rgba(255, 255, 255, 0.48);
  color: var(--accent-strong);
}

.band {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.26);
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 74px 0;
}

.section h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-lead {
  max-width: 760px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature {
  min-height: 190px;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(25, 50, 42, 0.08);
}

.feature .kicker {
  margin-bottom: 28px;
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 780;
}

.feature h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.feature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.legal {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 52px 0 90px;
}

.legal h1 {
  font-size: clamp(42px, 6vw, 72px);
}

.legal h2 {
  margin: 38px 0 12px;
  font-size: 26px;
}

.legal p,
.legal li {
  color: #405149;
  line-height: 1.7;
}

.legal ul {
  padding-left: 22px;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 26px 0;
  color: rgba(23, 33, 29, 0.62);
}

.footer-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer a {
  text-decoration: none;
}

@media (max-width: 820px) {
  .nav {
    width: min(100% - 28px, 1120px);
  }

  .nav-links {
    gap: 12px;
    font-size: 13px;
  }

  .hero {
    width: min(100% - 28px, 1120px);
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 28px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .phone-scene {
    width: min(100%, 340px);
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .section,
  .legal,
  .footer-inner {
    width: min(100% - 28px, 1120px);
  }
}
