:root {
  --ink: #19362f;
  --ink-soft: #49625b;
  --forest: #163e35;
  --green: #2f6c5c;
  --green-mid: #6f9b79;
  --sage: #b8c99f;
  --lime: #d9e8b5;
  --paper: #f6f3eb;
  --cream: #fbf9f3;
  --sand: #eae2d2;
  --line: rgba(25, 54, 47, 0.14);
  --shadow: 0 30px 80px rgba(37, 65, 55, 0.14);
  --wrap: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: white;
  border-radius: 8px;
}

.skip-link:focus { top: 1rem; }

.mp-wrap {
  width: min(var(--wrap), calc(100% - 3rem));
  margin-inline: auto;
}

.mp-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
}

.nav-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 2.2rem;
  border-bottom: 1px solid var(--line);
}

.mp-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: var(--ink);
  font: 800 1.08rem/1 "Manrope", sans-serif;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.mp-brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 5px 16px rgba(29, 68, 57, 0.14);
}

.mp-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin-left: auto;
}

.mp-nav a,
.mp-footer nav a {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 160ms ease;
}

.mp-nav a:hover,
.mp-footer nav a:hover { color: var(--green); }

.nav-cta {
  border: 1px solid var(--ink);
  border-radius: 100px;
  padding: 0.68rem 1.1rem;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: 180ms ease;
}

.nav-cta:hover { background: var(--ink); color: var(--paper); }

.hero {
  min-height: 770px;
  padding-top: 150px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.hero-copy { position: relative; z-index: 3; }

.eyebrow,
.section-kicker {
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow { display: flex; align-items: center; gap: 0.6rem; }
.eyebrow span { width: 25px; height: 1px; background: var(--green); }

.hero h1,
.section-intro h2,
.privacy-inner h2,
.final-cta h2,
.legal-hero h1 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.hero h1 {
  margin: 1.3rem 0 1.6rem;
  font-size: clamp(3.35rem, 6.3vw, 6rem);
  font-weight: 700;
}

.hero h1 em,
.final-cta h2 em {
  color: var(--green-mid);
  font-family: Georgia, serif;
  font-weight: 400;
}

.hero-lead {
  max-width: 590px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.03rem, 1.4vw, 1.18rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
}

.mp-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  border-radius: 100px;
  padding: 0.78rem 1.35rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.mp-button:hover { transform: translateY(-2px); }

.mp-button.primary {
  background: var(--forest);
  color: white;
  box-shadow: 0 14px 28px rgba(22, 62, 53, 0.18);
}

.mp-button.primary:hover { box-shadow: 0 18px 34px rgba(22, 62, 53, 0.28); }

.text-button { padding-inline: 0.2rem; color: var(--green); }
.text-button::after { content: "↓"; font-size: 1.1rem; }

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.2rem;
  margin-top: 2rem;
  color: var(--ink-soft);
  font-size: 0.81rem;
  font-weight: 600;
}

.trust-row i {
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-right: 0.25rem;
  border-radius: 50%;
  background: #dbe8ce;
  color: var(--green);
  font-style: normal;
}

.hero-visual {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
}

.soft-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 480px; height: 480px; background: #dce7c6; top: 50px; right: -70px; }
.orb-two { width: 220px; height: 220px; background: #e9dfc9; bottom: 10px; left: -20px; }
.phone-shadow { position: absolute; width: 330px; height: 70px; bottom: 14px; border-radius: 50%; background: rgba(37, 64, 53, 0.25); filter: blur(28px); }

.phone {
  position: relative;
  width: 310px;
  padding: 9px;
  border-radius: 46px;
  background: #19332e;
  box-shadow: 0 38px 70px rgba(31, 59, 50, 0.28), inset 0 0 0 1px rgba(255,255,255,0.25);
  transform: rotate(3deg);
  z-index: 2;
}

.phone::before {
  content: "";
  position: absolute;
  width: 92px;
  height: 24px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  background: #19332e;
  z-index: 3;
}

.phone-screen {
  min-height: 585px;
  overflow: hidden;
  position: relative;
  padding: 18px 17px 68px;
  border-radius: 38px;
  background: #f8f5ee;
}

.phone-status { display: flex; justify-content: space-between; padding: 0 5px 17px; color: #15362e; font-size: 0.62rem; font-weight: 800; }
.app-greeting { padding: 4px 4px 9px; }
.app-date { color: #72847b; font-size: 0.53rem; font-weight: 800; letter-spacing: 0.13em; }
.app-greeting h2 { margin: 3px 0 0; font: 800 1.58rem/1.1 "Manrope", sans-serif; letter-spacing: -0.05em; }
.app-greeting p { margin: 2px 0 0; color: #63786f; font-size: 0.74rem; }
.energy-card { display: flex; align-items: center; justify-content: space-between; margin: 10px 0 15px; padding: 12px; border-radius: 15px; background: #e4ecd9; }
.energy-card small { display: block; color: #708179; font-size: 0.47rem; font-weight: 800; letter-spacing: 0.12em; }
.energy-card strong { font-size: 0.83rem; }
.energy-dots { display: flex; gap: 4px; }
.energy-dots span { width: 19px; height: 6px; border-radius: 4px; background: #c2cfb6; }
.energy-dots .active { background: #638c69; }
.today-head { display: flex; justify-content: space-between; align-items: center; margin: 0 3px 8px; font-size: 0.75rem; }
.today-head span { color: #72847b; font-size: 0.6rem; }
.habit { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; padding: 10px; border: 1px solid #e3e0d7; border-radius: 14px; background: #fffefa; box-shadow: 0 5px 12px rgba(43,65,57,0.05); }
.habit b { flex: 0 0 22px; height: 22px; display: grid; place-items: center; border: 1.5px solid #adc0b2; border-radius: 50%; color: white; font-size: 0.63rem; }
.habit.done b { background: #4e7e66; border-color: #4e7e66; }
.habit strong, .habit small { display: block; }
.habit strong { font-size: 0.69rem; }
.habit small { color: #718279; font-size: 0.55rem; }
.kind-note { display: flex; align-items: center; gap: 9px; margin-top: 12px; padding: 11px; border-radius: 14px; background: #eee7da; }
.kind-note span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #dbcdb8; color: #8a6e57; font-size: 0.7rem; }
.kind-note p { margin: 0; color: #695e54; font-size: 0.55rem; line-height: 1.45; }
.app-tabs { position: absolute; inset: auto 0 0; height: 62px; display: flex; justify-content: space-around; padding: 10px 10px 6px; border-top: 1px solid #e8e4dc; background: rgba(255,254,250,0.96); }
.app-tabs span { display: flex; flex-direction: column; align-items: center; gap: 2px; color: #87928d; font-size: 0.72rem; }
.app-tabs small { font-size: 0.48rem; }
.app-tabs .active { color: #3f745c; }

.float-card {
  position: absolute;
  z-index: 4;
  padding: 14px 17px;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 16px;
  background: rgba(255,255,252,0.88);
  box-shadow: 0 16px 36px rgba(34, 64, 54, 0.15);
  backdrop-filter: blur(10px);
}

.float-card span, .float-card small { display: block; color: #708179; font-size: 0.58rem; }
.float-card strong { display: block; font: 800 0.9rem "Manrope", sans-serif; }
.week-card { top: 105px; left: -18px; }
.calm-card { right: -22px; bottom: 95px; }

.promise-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,0.25); }
.promise-inner { min-height: 110px; display: flex; align-items: center; justify-content: center; gap: 0.5rem 0.7rem; flex-wrap: wrap; text-align: center; }
.promise-inner p, .promise-inner strong { margin: 0; font: 600 clamp(1.05rem, 2vw, 1.35rem) "Manrope", sans-serif; }
.promise-inner p { color: #708078; }

.section { padding-block: clamp(5rem, 9vw, 8.5rem); }
.section-intro { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-kicker { margin: 0 0 0.8rem; }
.section-intro h2 { max-width: 730px; margin: 0; font-size: clamp(2.6rem, 5vw, 4.8rem); font-weight: 700; }
.section-intro > p { max-width: 470px; margin: 0 0 0.5rem; color: var(--ink-soft); font-size: 1.05rem; }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.feature-card { min-height: 420px; position: relative; overflow: hidden; padding: clamp(1.6rem, 3vw, 2.4rem); border-radius: 28px; }
.feature-large { grid-row: span 2; min-height: 856px; }
.green-card { color: white; background: var(--green); }
.sand-card { background: var(--sand); }
.cream-card { background: #dfebd8; }
.feature-number { position: absolute; top: 1.7rem; left: 1.9rem; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.15em; opacity: 0.65; }
.feature-copy { position: absolute; inset: auto clamp(1.6rem, 3vw, 2.4rem) clamp(1.8rem, 3vw, 2.7rem); }
.feature-copy h3 { margin: 0 0 0.9rem; font: 700 clamp(1.75rem, 3.2vw, 3rem)/1.04 "Manrope", sans-serif; letter-spacing: -0.05em; }
.feature-card:not(.feature-large) .feature-copy h3 { font-size: clamp(1.55rem, 2.4vw, 2.2rem); }
.feature-copy p { max-width: 520px; margin: 0; opacity: 0.82; }
.mini-week { position: absolute; top: 16%; left: 10%; width: 80%; padding: 1.7rem; border: 1px solid rgba(255,255,255,0.22); border-radius: 25px; background: rgba(255,255,255,0.1); transform: rotate(-2deg); }
.week-labels, .week-dots { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.7rem; text-align: center; }
.week-labels { font-size: 0.65rem; opacity: 0.66; }
.week-dots i { aspect-ratio: 1; display: block; margin-top: 0.8rem; border: 1px solid rgba(255,255,255,0.45); border-radius: 50%; }
.week-dots i.on { position: relative; background: var(--lime); border-color: var(--lime); }
.week-dots i.on::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--green); font-style: normal; }
.week-line { height: 2px; margin-top: 2rem; background: linear-gradient(90deg, var(--lime) 58%, rgba(255,255,255,0.18) 58%); }
.low-energy-icon { width: 145px; height: 145px; position: absolute; top: 60px; right: 60px; display: grid; place-items: center; border-radius: 50%; background: #d4c3a7; color: #6e654d; font-size: 4rem; transform: rotate(-8deg); }
.progress-rings { width: 170px; height: 170px; position: absolute; top: 42px; right: 50px; }
.progress-rings span { position: absolute; inset: 0; border: 15px solid rgba(50, 96, 72, 0.12); border-radius: 50%; }
.progress-rings span:nth-child(2) { border-color: var(--green) transparent var(--green) var(--green); transform: rotate(32deg); }
.progress-rings b { position: absolute; inset: 0; display: grid; place-items: center; font: 800 2.5rem "Manrope", sans-serif; }
.progress-rings small { font-size: 1rem; }

.privacy-section { padding-block: clamp(4.5rem, 8vw, 7.5rem); color: #f5f4e9; background: var(--forest); }
.privacy-inner { display: grid; grid-template-columns: 150px 1fr 0.8fr; gap: 3rem; align-items: center; }
.privacy-mark { width: 125px; height: 125px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,0.18); border-radius: 50%; color: var(--lime); font-size: 4rem; }
.section-kicker.light { color: var(--lime); }
.privacy-inner h2 { max-width: 620px; margin: 0 0 1.2rem; font-size: clamp(2.5rem, 4vw, 4rem); }
.privacy-inner p:not(.section-kicker) { max-width: 620px; color: #bdcdc6; }
.privacy-inner a { display: inline-block; margin-top: 0.8rem; color: var(--lime); font-weight: 700; text-decoration: none; }
.privacy-inner a span { margin-left: 0.5rem; }
.privacy-inner ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,0.15); }
.privacy-inner li { padding: 1.05rem 0; border-bottom: 1px solid rgba(255,255,255,0.15); color: #d9e3df; }
.privacy-inner li span { display: inline-block; width: 42px; color: #7f9d90; font-size: 0.68rem; }

.final-cta { min-height: 420px; display: grid; grid-template-columns: 170px 1fr auto; gap: 3rem; align-items: center; }
.final-cta img { width: 165px; border-radius: 38px; box-shadow: var(--shadow); }
.final-cta h2 { margin: 0; font-size: clamp(2.4rem, 4.5vw, 4.4rem); }
.final-cta p:not(.section-kicker) { max-width: 580px; color: var(--ink-soft); }

.mp-footer { padding-block: 2rem; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto auto; gap: 2.2rem; align-items: center; }
.footer-brand img { width: 34px; height: 34px; border-radius: 10px; }
.footer-inner p, .footer-inner small { color: #718078; font-size: 0.78rem; }
.mp-footer nav { display: flex; gap: 1.25rem; }

/* Shared editorial pages */
.subpage { background: #f3f0e7; }
.subpage .mp-header { position: relative; }
.subpage .nav-inner { min-height: 82px; }
.subpage-main { padding: 4.5rem 0 7rem; }
.legal-shell { width: min(920px, calc(100% - 3rem)); margin: 0 auto; }
.legal-hero { padding: clamp(2rem, 5vw, 4.5rem); margin-bottom: 1.2rem; border-radius: 32px; background: var(--forest); color: white; box-shadow: var(--shadow); }
.legal-hero .section-kicker { color: var(--lime); }
.legal-hero h1 { max-width: 760px; margin: 0.8rem 0 1.2rem; font-size: clamp(2.7rem, 6vw, 5rem); }
.legal-hero > p:not(.section-kicker):not(.legal-meta) { max-width: 690px; color: #cbd8d2; font-size: 1.08rem; }
.legal-meta { color: #9bb0a6; font-size: 0.82rem; }
.legal-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.8rem; }
.legal-actions .mp-button.primary { background: var(--lime); color: var(--forest); }
.legal-actions .mp-button.secondary { border: 1px solid rgba(255,255,255,0.25); color: white; }
.legal-card { margin-top: 1rem; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,0.58); }
.legal-card h2 { margin: 0 0 1rem; font: 700 clamp(1.35rem, 2.5vw, 1.8rem) "Manrope", sans-serif; letter-spacing: -0.035em; }
.legal-card h3 { margin: 1.5rem 0 0.5rem; font: 700 1rem "Manrope", sans-serif; }
.legal-card p, .legal-card li { color: var(--ink-soft); }
.legal-card a { color: var(--green); font-weight: 700; }
.legal-card ul { padding-left: 1.15rem; }
.legal-card li + li { margin-top: 0.45rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-tile { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; }
.contact-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: #dfe8d7; color: var(--green); font-size: 1.25rem; }
.contact-tile a { font-size: 1.05rem; }
.notice { border-left: 3px solid #b69d78; padding: 0.8rem 1rem; background: #eee5d7; border-radius: 0 12px 12px 0; color: #645a4d; font-size: 0.9rem; }
.faq-list { display: grid; gap: 0.65rem; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,0.45); }
.faq-list summary { cursor: pointer; padding: 1.1rem 3rem 1.1rem 1.2rem; position: relative; list-style: none; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 1.2rem; top: 0.82rem; color: var(--green); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 1.2rem 1.2rem; }
.legal-footer { padding: 0 0 3rem; text-align: center; color: var(--ink-soft); font-size: 0.85rem; }
.legal-footer a { color: var(--green); font-weight: 700; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 650px; }
  .section-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .privacy-inner { grid-template-columns: 100px 1fr; }
  .privacy-inner ul { grid-column: 2; }
  .final-cta { grid-template-columns: 130px 1fr; }
  .final-cta img { width: 130px; }
  .final-cta .mp-button { grid-column: 2; justify-self: start; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner p { display: none; }
  .footer-inner small { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .mp-wrap, .legal-shell { width: min(100% - 2rem, var(--wrap)); }
  .nav-inner { min-height: 76px; }
  .mp-nav { display: none; }
  .nav-cta { margin-left: auto; font-size: 0.78rem; }
  .hero { min-height: auto; padding-top: 118px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .text-button { min-height: 40px; }
  .hero-visual { min-height: 580px; transform: scale(0.9); margin-inline: -1rem; }
  .float-card { display: none; }
  .promise-inner { padding: 1.4rem 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large { grid-row: auto; min-height: 630px; }
  .feature-card:not(.feature-large) { min-height: 390px; }
  .mini-week { top: 12%; }
  .privacy-inner { grid-template-columns: 1fr; }
  .privacy-mark { width: 75px; height: 75px; font-size: 2.5rem; }
  .privacy-inner ul { grid-column: auto; }
  .final-cta { min-height: 0; padding-block: 4.5rem; grid-template-columns: 80px 1fr; gap: 1.5rem; }
  .final-cta img { width: 80px; border-radius: 21px; }
  .final-cta h2 { font-size: 2.5rem; }
  .final-cta .mp-button { grid-column: 1 / -1; justify-self: stretch; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .mp-footer nav { flex-wrap: wrap; justify-content: center; }
  .contact-grid { grid-template-columns: 1fr; }
  .subpage-main { padding-top: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
