@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --ink: #20201e;
  --muted: #77766f;
  --line: #deddd7;
  --accent: #dfe8d8;
  --dark: #242522;
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.55;
}

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

.nav {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.nav nav {
  display: flex;
  gap: 30px;
  color: var(--muted);
  font-size: 14px;
}

.nav nav a:hover, .footer a:hover { opacity: .65; }

.nav-cta {
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 10px 17px;
  border-radius: 999px;
  font-size: 14px;
}

.hero {
  width: min(calc(100% - 48px), var(--max));
  min-height: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  padding: 80px 0 100px;
}

.eyebrow {
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
}

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

h1 {
  font-size: clamp(52px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 500;
  margin-bottom: 30px;
}

h1 em, h2 em {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
}

.hero-text {
  max-width: 540px;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 25px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.button-dark { background: var(--dark); color: white; }
.button-light { background: white; color: var(--dark); }

.text-link {
  font-size: 14px;
  color: var(--muted);
}

.text-link span { margin-left: 8px; }

.phone-stage {
  position: relative;
  min-height: 570px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone {
  width: 270px;
  height: 550px;
  padding: 9px;
  border: 7px solid #1d1d1b;
  border-radius: 43px;
  background: #111;
  box-shadow: 0 35px 80px rgba(30,30,25,.18);
  position: relative;
  z-index: 2;
  transform: rotate(3deg);
}

.phone-back {
  position: absolute;
  transform: translateX(-110px) rotate(-8deg);
  opacity: .72;
  z-index: 1;
}

.phone-screen {
  height: 100%;
  border-radius: 30px;
  background: #f4f3ef;
  padding: 28px 18px;
}

.muted-screen { background: #e9e8e2; }

.mini-status { font-size: 9px; text-align: center; margin-bottom: 25px; }
.mini-header { font-size: 19px; font-weight: 600; margin-bottom: 22px; }
.mini-greeting { font-size: 14px; margin-bottom: 20px; }
.mood-row { display: flex; justify-content: space-between; align-items: center; padding: 14px; background: white; border-radius: 18px; margin-bottom: 28px; }
.mini-section-title { font-size: 11px; text-transform: uppercase; color: #8b8a84; letter-spacing: .08em; margin-bottom: 10px; }
.activity { display: flex; align-items: center; gap: 9px; background: white; border-radius: 14px; padding: 14px 12px; margin-bottom: 8px; font-size: 11px; }
.activity i, .dot { width: 9px; height: 9px; border-radius: 50%; background: #b8c8ae; display: block; }
.activity b { margin-left: auto; font-weight: 500; color: #777; }

.mini-line { height: 9px; border-radius: 8px; background: #d0cfc9; margin-bottom: 22px; }
.mini-line.wide { width: 75%; }
.mini-card { height: 130px; background: #f6f5f1; border-radius: 20px; margin-bottom: 10px; }
.mini-card.small { height: 80px; }

.section {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 140px 0;
}

.intro {
  max-width: 900px;
  text-align: center;
  padding-top: 110px;
}



.intro h2, .center-heading h2 {
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 500;
}

.section-lead {
  max-width: 650px;
  margin: 30px auto 0;
  color: var(--muted);
  font-size: 17px;
}

.feature-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.feature-section.reversed { grid-template-columns: 1.1fr .9fr; }

.feature-section h2, .reminder-section h2, .download h2 {
  font-size: clamp(40px, 5vw, 65px);
  line-height: 1.03;
  letter-spacing: -.05em;
  font-weight: 500;
}

.feature-copy p:not(.eyebrow) {
  color: var(--muted);
  max-width: 500px;
  font-size: 17px;
}

.feature-visual {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebe9e1;
  border-radius: var(--radius);
  padding: 60px;
}

.activity-card {
  width: min(100%, 390px);
  background: white;
  border-radius: 25px;
  padding: 28px;
  box-shadow: 0 25px 60px rgba(40,40,35,.08);
}

.mock-label {
  display: block;
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 22px;
}

.mock-row {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 17px 0;
  border-bottom: 1px solid #ecebe6;
  font-size: 14px;
}

.mock-row:last-child { border-bottom: 0; }
.mock-row strong { margin-left: auto; font-weight: 500; color: var(--muted); }

.insight-visual { background: #e5eadf; }
.insight-card {
  background: #fff;
  width: min(100%, 430px);
  border-radius: 26px;
  padding: 34px;
  box-shadow: 0 25px 60px rgba(40,40,35,.08);
}
.insight-tag { font-size: 10px; letter-spacing: .12em; color: #7d8976; font-weight: 600; }
.insight-card h3 { font-size: 27px; line-height: 1.15; letter-spacing: -.03em; font-weight: 500; margin: 18px 0 35px; }
.insight-card p { color: var(--muted); font-size: 12px; margin: 20px 0 0; }

.bars {
  height: 130px;
  display: flex;
  align-items: end;
  gap: 10px;
  border-bottom: 1px solid #e7e6e1;
}
.bars span { flex: 1; border-radius: 7px 7px 0 0; background: #c2cfbb; }

.insight-types { border-top: 1px solid var(--line); }
.center-heading { text-align: center; max-width: 760px; margin: 0 auto 65px; }
.type-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.type-grid article { padding: 30px 24px; border-right: 1px solid var(--line); }
.type-grid article:last-child { border-right: 0; }
.type-grid span { color: var(--muted); font-size: 11px; }
.type-grid h3 { margin: 55px 0 10px; font-size: 22px; font-weight: 500; }
.type-grid p { color: var(--muted); font-size: 14px; }

.history-visual { background: #eeece7; }
.history-card { width: min(100%, 400px); background: white; border-radius: 26px; padding: 30px; box-shadow: 0 25px 60px rgba(40,40,35,.08); }
.history-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.history-title { font-size: 25px; line-height: 1.15; margin: 40px 0 28px; letter-spacing: -.03em; }
.history-entry { padding: 15px 0; border-top: 1px solid #ecebe6; font-size: 13px; }
.history-entry strong { float: right; font-weight: 500; color: var(--muted); }

.reminder-section {
  display: grid;
  grid-template-columns: 1fr .7fr;
  align-items: end;
  gap: 80px;
  background: #dfe8d8;
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100% - var(--max)) / 2));
  padding-right: max(24px, calc((100% - var(--max)) / 2));
}
.reminder-section > p { color: #667061; font-size: 17px; max-width: 450px; }

.philosophy { text-align: center; }
.quote-mark { font-family: Georgia, serif; font-size: 90px; line-height: .6; color: #a8b4a1; }
blockquote { margin: 35px auto 20px; max-width: 850px; font-size: clamp(35px, 5vw, 60px); line-height: 1.08; letter-spacing: -.045em; }
.philosophy > p:last-child { color: var(--muted); }

.download {
  text-align: center;
  max-width: none;
  background: var(--dark);
  color: white;
}
.download h2 { max-width: 800px; margin: 0 auto 20px; }
.download > p:not(.eyebrow) { color: #aaa; }
.download small { display: block; margin-top: 20px; color: #85857f; }

.footer {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 55px 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 40px;
}
.footer p { color: var(--muted); font-size: 13px; margin: 8px 0 0; }
.footer-links { display: flex; gap: 25px; font-size: 13px; color: var(--muted); }
.footer .copyright { margin: 0; }


.contact-section {
    padding: 120px 24px;
    text-align: center;
}

.contact-content {
    max-width: 650px;
    margin: 0 auto;
}

.contact-section .section-eyebrow {
    margin-bottom: 20px;
}

.contact-section h2 {
    margin: 0 0 20px;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.1;
}

.contact-text {
    max-width: 520px;
    margin: 0 auto 36px;
    font-size: 1.1rem;
    line-height: 1.7;
    opacity: 0.7;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    background: #2C2C2E;
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.contact-button:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

@media (max-width: 850px) {
  .nav { height: 70px; }
  .nav nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; text-align: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .phone-stage { min-height: 500px; }
  .feature-section, .feature-section.reversed, .reminder-section { grid-template-columns: 1fr; gap: 50px; }
  .feature-section.reversed .feature-copy { order: -1; }
  .type-grid { grid-template-columns: 1fr 1fr; }
  .type-grid article:nth-child(2) { border-right: 0; }
  .type-grid article:nth-child(3), .type-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .footer { grid-template-columns: 1fr; }
  .footer .copyright { order: 3; }
}

@media (max-width: 520px) {
  .nav, .hero, .section, .footer { width: min(calc(100% - 32px), var(--max)); }
  h1 { font-size: 50px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .phone-stage { transform: scale(.9); margin: -20px 0; }
  .section { padding: 95px 0; }
  .feature-visual { min-height: 390px; padding: 30px; }
  .type-grid { grid-template-columns: 1fr; }
  .type-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .type-grid article:last-child { border-bottom: 0; }
  .reminder-section { width: 100%; padding-left: 24px; padding-right: 24px; }
  .footer-links { flex-wrap: wrap; }
}
