:root {
  --sage: #2E8B57;
  --peach: #FFDAB9;
  --lagoon: #5F9EA0;
  --sand: #EEE8AA;
  --ink: #17211B;
  --muted: #65726B;
  --line: rgba(23, 33, 27, 0.1);
  --paper: #F7FAF7;
  --white: #FFFFFF;
  --shadow: 0 24px 70px rgba(27, 47, 35, 0.14);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, rgba(46, 139, 87, 0.16), rgba(255, 218, 185, 0.25) 42%, rgba(95, 158, 160, 0.12) 70%, rgba(238, 232, 170, 0.22)),
    var(--paper);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(23, 33, 27, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 33, 27, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 62%);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.nav {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 50;
  width: min(1120px, calc(100% - 28px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 46px rgba(27, 47, 35, 0.1);
  backdrop-filter: blur(24px);
}

.nav[data-scrolled="true"] {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 42px rgba(27, 47, 35, 0.13);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 900;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(46, 139, 87, 0.16);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(23, 33, 27, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.nav-links a {
  transition: color 0.24s ease;
}

.nav-links a:hover {
  color: var(--sage);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 0.24s cubic-bezier(.22,.9,.22,1), box-shadow 0.24s ease, background 0.24s ease;
}

.nav-cta,
.button.primary {
  color: #fff;
  background: linear-gradient(145deg, var(--sage), #3FA76D);
  box-shadow: 0 14px 34px rgba(46, 139, 87, 0.28);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 28px rgba(27, 47, 35, 0.08);
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 86svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 74px);
  padding: 98px max(24px, calc((100vw - 1120px) / 2)) 48px;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.ghost-card {
  position: absolute;
  z-index: 1;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  width: min(33vw, 330px);
  min-width: 230px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 22px 62px rgba(27, 47, 35, 0.11);
  backdrop-filter: blur(24px);
  opacity: 0.55;
}

.ghost-card strong,
.ghost-card small {
  display: block;
  min-width: 0;
}

.ghost-card strong {
  overflow: hidden;
  color: rgba(23, 33, 27, 0.86);
  font-size: 15px;
  line-height: 1.12;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ghost-card small {
  margin-top: 4px;
  color: rgba(23, 33, 27, 0.5);
  font-size: 11px;
  font-weight: 900;
}

.ghost-dot {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  background: rgba(46, 139, 87, 0.16);
  box-shadow: inset 0 0 0 10px rgba(46, 139, 87, 0.72);
}

.ghost-dot.lagoon {
  background: rgba(95, 158, 160, 0.18);
  box-shadow: inset 0 0 0 10px rgba(95, 158, 160, 0.78);
}

.ghost-dot.peach {
  background: rgba(255, 218, 185, 0.72);
  box-shadow: inset 0 0 0 10px rgba(189, 131, 92, 0.7);
}

.ghost-one {
  right: clamp(-76px, 5vw, 76px);
  top: 18%;
  transform: rotate(5deg);
}

.ghost-two {
  right: clamp(20px, 13vw, 210px);
  top: 47%;
  transform: rotate(-3deg);
}

.ghost-three {
  right: clamp(-62px, 8vw, 128px);
  bottom: 13%;
  transform: rotate(2deg);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(247, 250, 247, 0.96), rgba(247, 250, 247, 0.68) 48%, rgba(247, 250, 247, 0.24)),
    linear-gradient(180deg, rgba(247, 250, 247, 0.52), rgba(247, 250, 247, 0.94));
}

.hero-noise {
  position: absolute;
  inset: auto 0 0 0;
  z-index: -1;
  height: 140px;
  background: linear-gradient(rgba(247, 250, 247, 0), var(--paper));
}

.hero-content {
  width: min(690px, 100%);
  flex: 1 1 560px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(58px, 9vw, 116px);
  line-height: 0.9;
  font-weight: 900;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 28px;
  color: rgba(23, 33, 27, 0.72);
  font-size: clamp(17px, 2.2vw, 22px);
  line-height: 1.55;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.hero-actions .button {
  min-height: 52px;
  padding-inline: 24px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hero-proof span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  color: rgba(23, 33, 27, 0.64);
  background: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(18px);
}

.hero-product {
  position: relative;
  flex: 0 0 min(30vw, 330px);
  min-width: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
}

.hero-phone {
  width: min(100%, 302px);
  padding: 12px;
  border-radius: 48px;
  background: linear-gradient(145deg, rgba(23, 33, 27, 0.96), rgba(59, 77, 66, 0.96));
  box-shadow: 0 34px 90px rgba(27, 47, 35, 0.24);
  transform: rotate(3deg);
}

.app-mock {
  width: 100%;
  overflow: hidden;
  border-radius: 37px;
  background: #F7FAF7;
  color: var(--ink);
  user-select: none;
}

.timeline-mock {
  min-height: 548px;
  padding: 14px 14px 12px;
  background:
    linear-gradient(180deg, rgba(46, 139, 87, 0.16), rgba(247, 250, 247, 0.96) 30%),
    #F7FAF7;
}

.mock-status {
  display: flex;
  justify-content: space-between;
  padding: 2px 8px 12px;
  color: rgba(23, 33, 27, 0.72);
  font-size: 10px;
  font-weight: 900;
}

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

.mock-header span,
.mock-header strong {
  display: block;
}

.mock-header span {
  color: rgba(23, 33, 27, 0.46);
  font-size: 12px;
  font-weight: 900;
}

.mock-header strong {
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.mock-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 18px;
  color: #fff;
  background: var(--sage);
  box-shadow: 0 12px 26px rgba(46, 139, 87, 0.25);
  font-size: 23px;
  line-height: 1;
}

.mock-days {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-bottom: 18px;
}

.mock-days span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 14px;
  color: rgba(23, 33, 27, 0.55);
  background: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 900;
}

.mock-days .active {
  color: #fff;
  background: var(--ink);
}

.mock-timeline {
  position: relative;
  display: grid;
  gap: 13px;
  padding: 6px 0 8px 30px;
}

.mock-rail {
  position: absolute;
  top: 14px;
  bottom: 16px;
  left: 11px;
  width: 2px;
  border-radius: 999px;
  background: repeating-linear-gradient(
    180deg,
    rgba(46, 139, 87, 0.64) 0 5px,
    rgba(46, 139, 87, 0) 5px 12px
  );
}

.mock-task {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 74px;
  padding: 11px;
  border: 1px solid rgba(23, 33, 27, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(27, 47, 35, 0.07);
}

.mock-task::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--sage);
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(46, 139, 87, 0.12);
}

.mock-task.done {
  opacity: 0.58;
}

.mock-task.active {
  min-height: 94px;
  border-color: rgba(46, 139, 87, 0.28);
  background: rgba(255, 255, 255, 0.96);
}

.mock-task.long {
  min-height: 84px;
}

.task-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 16px;
  color: #fff;
  background: var(--sage);
  font-size: 14px;
  font-weight: 900;
}

.mock-task.active .task-icon {
  background: var(--lagoon);
}

.mock-task.long .task-icon {
  background: #BD835C;
}

.mock-task strong,
.mock-task small {
  display: block;
  min-width: 0;
}

.mock-task strong {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mock-task small {
  margin-top: 4px;
  color: rgba(23, 33, 27, 0.52);
  font-size: 10px;
  font-weight: 900;
}

.mock-now {
  width: fit-content;
  margin-left: -13px;
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--sage);
  background: rgba(46, 139, 87, 0.11);
  font-size: 10px;
  font-weight: 900;
}

.mock-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 17px;
  padding: 9px;
  border: 1px solid rgba(23, 33, 27, 0.05);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
}

.mock-nav span {
  height: 30px;
  border-radius: 15px;
  background: rgba(23, 33, 27, 0.08);
}

.mock-nav .active {
  background: var(--sage);
}

.hero-phone .app-mock {
  width: 100%;
}

.float-card {
  position: absolute;
  min-width: 116px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 42px rgba(27, 47, 35, 0.12);
  backdrop-filter: blur(22px);
  animation: floatSoft 6s ease-in-out infinite;
}

.float-card strong,
.float-card span {
  display: block;
}

.float-card strong {
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
}

.float-card span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.float-one {
  top: 14%;
  left: -24px;
}

.float-two {
  right: -20px;
  top: 42%;
  animation-delay: -2s;
}

.float-three {
  left: 18px;
  bottom: 12%;
  animation-delay: -4s;
}

@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

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

.section-head {
  max-width: 720px;
  margin-bottom: 32px;
}

.section-head h2,
.showcase h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  font-weight: 900;
}

.intro {
  padding-top: 52px;
}

.phone-row {
  display: grid;
  grid-template-columns: minmax(260px, 410px) 1fr;
  gap: 34px;
  align-items: center;
}

.phone-frame {
  padding: 13px;
  border-radius: 50px;
  background: linear-gradient(145deg, #17211B, #405247);
  box-shadow: var(--shadow);
}

.phone-frame .app-mock {
  min-height: 640px;
  border-radius: 38px;
}

.pro-mock {
  position: relative;
  padding: 24px 20px 22px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(46, 139, 87, 0.13), rgba(255, 218, 185, 0.16) 18%, rgba(247, 250, 247, 0.98) 38%),
    #F7FAF7;
}

.mock-close {
  position: absolute;
  top: 22px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: rgba(23, 33, 27, 0.82);
  background: rgba(255, 255, 255, 0.9);
  font: inherit;
  font-size: 19px;
  font-weight: 900;
}

.mock-logo {
  width: 72px;
  height: 72px;
  margin: 38px auto 20px;
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(46, 139, 87, 0.13);
}

.pro-mock h3 {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
}

.pro-mock h3 span {
  color: var(--sage);
}

.pro-mock p {
  width: min(280px, 100%);
  margin: 0 auto 26px;
  color: rgba(23, 33, 27, 0.58);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 900;
}

.mock-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.mock-feature {
  min-height: 104px;
  padding: 14px;
  border: 1px solid rgba(23, 33, 27, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  text-align: left;
  box-shadow: 0 12px 28px rgba(27, 47, 35, 0.06);
}

.mock-feature span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  border-radius: 12px;
  color: #fff;
  background: var(--sage);
  font-size: 12px;
  font-weight: 900;
}

.mock-feature:nth-child(2) span {
  background: #BD835C;
}

.mock-feature:nth-child(3) span {
  background: var(--lagoon);
}

.mock-feature:nth-child(4) span {
  background: #938B4D;
}

.mock-feature strong {
  display: block;
  font-size: 14px;
  line-height: 1.18;
  font-weight: 900;
}

.mock-plan {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 78px;
  margin-top: 10px;
  padding: 12px 14px;
  border: 2px solid rgba(23, 33, 27, 0.06);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  text-align: left;
}

.mock-plan.selected {
  border-color: rgba(46, 139, 87, 0.76);
}

.mock-radio {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(23, 33, 27, 0.1);
  border-radius: 999px;
}

.mock-plan.selected .mock-radio {
  border-color: var(--sage);
  background: radial-gradient(circle, var(--sage) 0 42%, transparent 44%);
}

.mock-plan strong,
.mock-plan small {
  display: block;
}

.mock-plan strong {
  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;
}

.mock-plan small {
  margin-top: 4px;
  color: rgba(23, 33, 27, 0.52);
  font-size: 12px;
  font-weight: 900;
}

.mock-plan b {
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.mock-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  margin-top: 20px;
  border-radius: 24px;
  color: #fff;
  background: var(--sage);
  box-shadow: 0 18px 36px rgba(46, 139, 87, 0.24);
  font-size: 18px;
  font-weight: 900;
}

.mock-footnote {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 16px;
  color: rgba(23, 33, 27, 0.44);
  font-size: 12px;
  font-weight: 900;
}

.mock-footnote span:last-child {
  color: var(--sage);
}

.quick-list {
  display: grid;
  gap: 14px;
}

.quick-item,
.feature-card,
.price-card,
.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 46px rgba(27, 47, 35, 0.08);
  backdrop-filter: blur(22px);
}

.quick-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  align-items: start;
  padding: 22px;
  border-radius: 26px;
}

.quick-item h3,
.feature-card h3 {
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
}

.quick-item p,
.feature-card p,
.price-card p,
.faq-list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 15px;
  font-weight: 700;
}

.mark {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  margin-top: 5px;
  background: var(--sage);
  box-shadow: 0 0 0 7px rgba(46, 139, 87, 0.12);
}

.mark.lagoon {
  background: var(--lagoon);
  box-shadow: 0 0 0 7px rgba(95, 158, 160, 0.13);
}

.mark.peach {
  background: #D99061;
  box-shadow: 0 0 0 7px rgba(255, 218, 185, 0.58);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.feature-card {
  min-height: 270px;
  padding: 22px;
  border-radius: 26px;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  border-radius: 16px;
  color: #fff;
  background: var(--sage);
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(46, 139, 87, 0.22);
}

.feature-icon.accent-2 {
  background: #BD835C;
  box-shadow: 0 12px 26px rgba(189, 131, 92, 0.2);
}

.feature-icon.accent-3 {
  background: var(--lagoon);
  box-shadow: 0 12px 26px rgba(95, 158, 160, 0.2);
}

.feature-icon.accent-4 {
  background: #938B4D;
  box-shadow: 0 12px 26px rgba(147, 139, 77, 0.18);
}

.showcase-band {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 440px);
  gap: 30px;
  align-items: end;
  padding: 44px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(46, 139, 87, 0.94), rgba(95, 158, 160, 0.9) 54%, rgba(238, 232, 170, 0.8));
  color: #fff;
  box-shadow: 0 24px 70px rgba(46, 139, 87, 0.26);
}

.showcase-band .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.metrics div {
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.17);
}

.metrics strong,
.metrics span {
  display: block;
}

.metrics strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.metrics span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
}

.price-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 30px;
}

.primary-price {
  border-color: rgba(46, 139, 87, 0.32);
  box-shadow: 0 24px 70px rgba(46, 139, 87, 0.18);
}

.price-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(46, 139, 87, 0.12), rgba(255, 218, 185, 0.18) 48%, rgba(95, 158, 160, 0.1));
}

.price-card > *:not(.price-glow) {
  position: relative;
}

.price-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.price-top span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--sage);
  background: rgba(46, 139, 87, 0.1);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-top strong {
  font-size: 18px;
  font-weight: 900;
}

.price {
  margin-bottom: 14px;
  font-size: 58px;
  line-height: 0.95;
  font-weight: 900;
}

.price span {
  color: var(--muted);
  font-size: 18px;
}

.price-list {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.price-list li {
  position: relative;
  padding-left: 26px;
  color: rgba(23, 33, 27, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.price-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: var(--sage);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.72);
}

.full {
  width: 100%;
  margin-top: 24px;
}

.pricing-note {
  margin: 18px 0 0;
  color: rgba(23, 33, 27, 0.56);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 20px 22px;
  border-radius: 22px;
}

.faq-list summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
}

.faq-list p {
  padding-top: 12px;
}

.faq-list a {
  color: var(--sage);
}

.footer {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
  padding: 38px 0 42px;
  border-top: 1px solid rgba(23, 33, 27, 0.1);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  color: rgba(23, 33, 27, 0.58);
  font-size: 13px;
  font-weight: 800;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a:hover {
  color: var(--sage);
}

.footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.992);
  transition:
    opacity 0.95s cubic-bezier(.22,.9,.22,1),
    transform 0.95s cubic-bezier(.16,1,.3,1);
  will-change: opacity, transform;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.legal-body {
  background: #F7FAF7;
}

.legal-main {
  width: min(1060px, calc(100% - 28px));
  margin: 0 auto;
  padding: 132px 0 78px;
}

.legal-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86) 44%, rgba(255, 255, 255, 0.78)),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 80px rgba(27, 47, 35, 0.12);
  backdrop-filter: blur(26px);
}

.legal-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 250px;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 0%, rgba(46, 139, 87, 0.18), transparent 36%),
    radial-gradient(circle at 74% 0%, rgba(255, 218, 185, 0.38), transparent 40%),
    linear-gradient(180deg, rgba(238, 232, 170, 0.22), rgba(255, 255, 255, 0));
}

.legal-panel > * {
  position: relative;
  z-index: 1;
}

.legal-panel h1 {
  margin-bottom: 10px;
  max-width: 640px;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.95;
}

.legal-panel h2 {
  margin: 34px 0 10px;
  max-width: 760px;
  font-size: 23px;
  line-height: 1.12;
  font-weight: 900;
}

.legal-panel p,
.legal-panel li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
  font-weight: 700;
}

.legal-panel > p,
.legal-panel > ul {
  max-width: 790px;
}

.legal-panel ul {
  display: grid;
  gap: 8px;
  padding-left: 22px;
}

.legal-panel li::marker {
  color: var(--sage);
}

.legal-panel a {
  color: var(--sage);
  font-weight: 900;
}

.legal-hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  gap: clamp(24px, 4.5vw, 58px);
  align-items: center;
  margin-bottom: 36px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(23, 33, 27, 0.08);
}

.legal-summary {
  display: grid;
  gap: 10px;
}

.legal-summary div {
  position: relative;
  min-height: 88px;
  padding: 16px 16px 16px 46px;
  border: 1px solid rgba(23, 33, 27, 0.07);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 32px rgba(27, 47, 35, 0.06);
}

.legal-summary div::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--sage);
  box-shadow: 0 0 0 7px rgba(46, 139, 87, 0.1);
}

.legal-summary div:nth-child(2)::before {
  background: var(--lagoon);
  box-shadow: 0 0 0 7px rgba(95, 158, 160, 0.12);
}

.legal-summary div:nth-child(3)::before {
  background: #BD835C;
  box-shadow: 0 0 0 7px rgba(255, 218, 185, 0.52);
}

.legal-summary strong,
.legal-summary span {
  display: block;
}

.legal-summary strong {
  font-size: 14px;
  font-weight: 900;
}

.legal-summary span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.legal-callout {
  margin: 30px 0 0;
  max-width: 790px;
  padding: 22px;
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(135deg, var(--sage), var(--lagoon));
  box-shadow: 0 16px 42px rgba(46, 139, 87, 0.18);
}

.legal-callout h2 {
  margin-top: 0;
  color: #fff;
}

.legal-callout p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.legal-callout a {
  color: #fff;
}

.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 30px;
  max-width: 880px;
}

.support-card {
  padding: 22px;
  border: 1px solid rgba(23, 33, 27, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(27, 47, 35, 0.06);
}

.support-card h2 {
  margin-top: 0;
}

.updated {
  color: rgba(23, 33, 27, 0.48);
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: 88svh;
    padding-top: 112px;
  }

  .hero-product {
    display: none;
  }

  .ghost-card {
    width: 270px;
    min-width: 0;
    opacity: 0.42;
  }

  .ghost-one {
    right: -84px;
    top: 18%;
  }

  .ghost-two {
    right: -34px;
    top: 47%;
  }

  .ghost-three {
    right: -74px;
    bottom: 12%;
  }

  .phone-row,
  .showcase-band,
  .pricing-grid,
  .legal-hero-row,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .phone-frame {
    max-width: 360px;
    margin: 0 auto;
  }

  .phone-frame .app-mock {
    min-height: 610px;
  }

  .legal-main {
    padding-top: 116px;
  }

  .legal-hero-row {
    align-items: start;
  }

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

  .footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .nav {
    border-radius: 18px;
  }

  .brand span {
    font-size: 15px;
  }

  .nav-cta {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 13px;
  }

  h1 {
    font-size: clamp(54px, 16vw, 78px);
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .section {
    padding: 66px 0;
  }

  .feature-grid,
  .metrics {
    grid-template-columns: 1fr;
  }

  .showcase-band {
    padding: 28px;
    border-radius: 28px;
  }

  .phone-frame {
    padding: 10px;
    border-radius: 42px;
  }

  .phone-frame .app-mock {
    min-height: auto;
    border-radius: 32px;
  }

  .pro-mock {
    padding: 22px 14px 18px;
  }

  .mock-logo {
    width: 64px;
    height: 64px;
    margin-top: 36px;
    border-radius: 21px;
  }

  .pro-mock h3 {
    font-size: 32px;
  }

  .mock-feature {
    min-height: 96px;
    padding: 12px;
  }

  .mock-plan {
    grid-template-columns: 30px 1fr auto;
    gap: 9px;
    padding: 10px;
  }

  .mock-plan b {
    font-size: 18px;
  }

  .feature-card {
    min-height: 0;
  }

  .legal-main {
    width: min(100% - 20px, 1060px);
    padding: 104px 0 54px;
  }

  .legal-panel {
    padding: 28px 18px;
    border-radius: 28px;
  }

  .legal-panel::before {
    height: 210px;
  }

  .legal-panel h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .legal-hero-row {
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 26px;
  }

  .legal-summary div {
    min-height: 0;
    padding: 15px 15px 15px 44px;
    border-radius: 20px;
  }

  .legal-panel h2 {
    margin-top: 30px;
    font-size: 21px;
  }

  .legal-panel p,
  .legal-panel li {
    font-size: 14px;
    line-height: 1.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
