:root {
  --canvas: #f7f7f2;
  --surface: #ffffff;
  --text: #17231e;
  --muted: #627168;
  --brand: #1f6f54;
  --border: #dfe4df;
  --purple: #6d4bb7;
  --blue: #2779d9;
  --orange: #c65d19;
  --shadow: 0 16px 42px rgb(23 35 30 / 8%);
  --font-body: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--canvas);
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background: var(--canvas);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  width: min(1120px, calc(100% - 48px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  color: var(--text);
  text-decoration: none;
  text-align: center;
}
.brand span,
.site-footer span {
  display: block;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 0.95;
}
.brand span {
  color: var(--brand);
}
.brand small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.1px;
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}
nav a:hover,
nav a:focus-visible,
nav a.active {
  color: var(--brand);
}

.hero,
.release-hero {
  width: min(1120px, calc(100% - 48px));
  margin: 34px auto 44px;
  padding: clamp(36px, 7vw, 84px);
  border-radius: 32px;
  color: #f7fffa;
  background: linear-gradient(135deg, #15533d, var(--brand));
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.35px;
}
.hero .eyebrow,
.release-hero .eyebrow {
  color: #afdcc5;
}
h1,
h2,
p,
h3 {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: var(--font-display);
}
h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.06;
  letter-spacing: -2.8px;
}
.hero-copy,
.release-hero > p:last-child {
  max-width: 610px;
  margin-bottom: 0;
  color: #d3eadb;
  font-size: clamp(17px, 2.2vw, 21px);
}
.offline-note {
  display: inline-block;
  margin: 26px 0 0;
  padding: 7px 12px;
  border: 1px solid rgb(255 255 255 / 23%);
  border-radius: 999px;
  color: #e8f7ed;
  font-size: 13px;
}

/* Landing page */
.landing-hero {
  width: min(1120px, calc(100% - 48px));
  min-height: 590px;
  margin: 34px auto 88px;
  padding: clamp(38px, 7vw, 80px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  align-items: center;
  gap: clamp(34px, 7vw, 100px);
  overflow: hidden;
  border-radius: 32px;
  color: #f7fffa;
  background:
    radial-gradient(circle at 88% 10%, rgb(131 204 168 / 34%), transparent 32%),
    linear-gradient(135deg, #15533d, var(--brand));
  box-shadow: var(--shadow);
}
.landing-hero .eyebrow {
  color: #afdcc5;
}
.landing-hero h1 {
  max-width: 650px;
  margin-bottom: 21px;
  font-size: clamp(42px, 5.8vw, 70px);
}
.landing-hero-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin-bottom: 0;
  color: #d3eadb;
  font-size: clamp(17px, 2.1vw, 21px);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 780;
  text-decoration: none;
}
.button-primary {
  color: var(--brand);
  background: #fff;
}
.button-secondary {
  border-color: rgb(255 255 255 / 32%);
  color: #ecf8ef;
  background: rgb(255 255 255 / 8%);
}
.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin: 31px 0 0;
  padding: 0;
  color: #d9efdf;
  list-style: none;
  font-size: 12px;
}
.trust-list li::before {
  content: "✓";
  margin-right: 6px;
  color: #aee2bf;
  font-weight: 900;
}
.hero-device {
  display: flex;
  justify-content: center;
}
.hero-product-shot {
  display: block;
  width: min(100%, 278px);
  height: auto;
  transform: rotate(4deg) translateY(14px);
}
.hero-product-shot,
.feature-media img {
  object-fit: contain;
}

.feature-section {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 100px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 30px;
}
.section-heading > div {
  max-width: 620px;
}
.section-heading h2,
.privacy-band h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -1.7px;
}
.section-heading > p {
  max-width: 350px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.feature-stories {
  margin-top: 0;
  display: grid;
  gap: 88px;
}
.feature-story {
  min-height: 490px;
  padding-top: 88px;
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(280px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 8vw, 120px);
  border-top: 1px solid var(--border);
}
.feature-story:first-child {
  padding-top: 0;
  border-top: 0;
}
.feature-story-reverse .feature-copy {
  order: 2;
}
.feature-story-reverse .feature-media {
  order: 1;
}
.feature-copy {
  max-width: 460px;
}
.feature-kicker {
  margin: 0 0 13px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.35px;
}
.feature-copy h3 {
  margin: 0 0 16px;
  font-size: clamp(29px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -1.3px;
}
.feature-copy > p:not(.feature-kicker) {
  margin-bottom: 0;
  color: #53635a;
  font-size: 16px;
}
.feature-copy ul {
  margin: 23px 0 0;
  padding: 0;
  color: #405349;
  list-style: none;
  font-size: 14px;
}
.feature-copy li {
  position: relative;
  margin: 9px 0;
  padding-left: 23px;
}
.feature-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--brand);
  font-weight: 900;
}
.feature-proof {
  margin-top: 22px !important;
  padding: 13px 15px;
  border-left: 3px solid var(--brand);
  border-radius: 0 12px 12px 0;
  color: #405349 !important;
  background: #edf6ef;
  font-size: 14px !important;
}
.feature-media {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-media img {
  display: block;
  width: min(100%, 242px);
  height: auto;
  box-shadow: none;
  filter: none;
}
.feature-media-documents {
  align-items: flex-end;
  gap: 14px;
}
.feature-media-documents .shot-primary {
  width: min(58%, 238px);
}
.feature-media-documents .shot-secondary {
  width: min(48%, 198px);
}
.feature-media-search {
  align-items: flex-end;
  gap: 18px;
}
.feature-media-search img {
  width: min(44%, 200px);
}
.feature-media-search img:nth-child(2) {
  width: min(53%, 250px);
}
.feature-media-single img {
  width: min(100%, 255px);
}

.privacy-band {
  width: min(1120px, calc(100% - 48px));
  margin: 100px auto;
  padding: clamp(34px, 6vw, 64px);
  display: grid;
  grid-template-columns: 1fr 0.67fr;
  gap: clamp(28px, 8vw, 110px);
  border-radius: 28px;
  color: #edf9f0;
  background: #173f30;
}
.privacy-band .eyebrow {
  color: #a9d9b9;
}
.privacy-band h2 {
  max-width: 560px;
}
.privacy-band > div:last-child {
  align-self: end;
}
.privacy-band p:not(.eyebrow) {
  color: #c5decf;
}
.text-link {
  color: #fff;
  font-size: 14px;
  font-weight: 780;
  text-decoration: none;
}

.download-section {
  margin: 0;
  padding: clamp(50px, 8vw, 100px) 24px;
  background: #edf1ed;
}
.download-section-content {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 42px;
}
.download-section .eyebrow {
  color: #527764;
}
.download-section h2 {
  max-width: 580px;
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -1.7px;
}
.download-copy > p:not(.eyebrow) {
  max-width: 550px;
  margin: 0;
  color: var(--muted);
}
.app-store-launch {
  display: grid;
  justify-items: center;
  gap: 10px;
}
.app-store-logo {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  background: linear-gradient(145deg, #3a98ee, #106bc1);
}
.app-store-logo img {
  width: 48px;
  height: 48px;
  display: block;
  filter: brightness(0) invert(1);
}
.app-store-label {
  color: #33483d;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.coming-soon-badge {
  padding: 5px 10px;
  border: 1px solid #9cc8ad;
  border-radius: 999px;
  color: #2b7353;
  background: #f4faf5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

@media (min-width: 761px) and (max-width: 940px) {
  .feature-story {
    min-height: 405px;
    gap: clamp(28px, 5vw, 48px);
  }
  .feature-media {
    min-height: 350px;
  }
  .feature-media-documents .shot-primary {
    width: min(57%, 205px);
  }
  .feature-media-documents .shot-secondary {
    width: min(47%, 170px);
  }
  .feature-media-search img {
    width: min(44%, 168px);
  }
  .feature-media-search img:nth-child(2) {
    width: min(53%, 204px);
  }
  .feature-media-single img {
    width: min(100%, 225px);
  }
}
.feature-grid {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.policy-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 42px auto 100px;
}
.policy-content {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: 0 4px 18px rgb(23 35 30 / 4%);
}
.policy-content h1 {
  margin-bottom: 7px;
  color: var(--text);
  font-size: clamp(38px, 6vw, 58px);
}
.updated {
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 13px;
}
.policy-intro {
  margin-bottom: 42px;
  padding: 20px;
  border-left: 4px solid var(--brand);
  border-radius: 0 16px 16px 0;
  background: #edf6ef;
}
.policy-intro strong {
  color: var(--brand);
}
.policy-intro p {
  margin: 7px 0 0;
  color: #405349;
}
.policy-content h2 {
  margin: 38px 0 10px;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.policy-content p,
.policy-content li {
  color: #405349;
}
.policy-content a {
  color: var(--brand);
  font-weight: 700;
}
.policy-content ul {
  padding-left: 21px;
}

.release-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 42px auto 90px;
}
.release-hero {
  width: 100%;
  margin: 0 0 34px;
  background: linear-gradient(135deg, #53378e, #8c57d1 55%, #b66ddb);
}
.release-hero .eyebrow {
  color: #f1d8ff;
}
.feature-grid {
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
.feature-card {
  min-height: 240px;
  padding: 25px;
  border: 1px solid;
  border-radius: 22px;
  background: var(--surface);
}
.feature-card > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 13px;
  font-size: 23px;
  font-weight: 800;
}
.feature-card h2 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.feature-card p {
  margin: 0;
  color: #405349;
  font-size: 14px;
  line-height: 1.55;
}
.feature-green {
  border-color: #b8d7c3;
}
.feature-green > span {
  color: var(--brand);
  background: #e5f0e7;
}
.feature-purple {
  border-color: #d2c4ee;
}
.feature-purple > span {
  color: #6d4bb7;
  background: #eee9fb;
}
.feature-blue {
  border-color: #b8d8f4;
}
.feature-blue > span {
  color: var(--blue);
  background: #e6f1fb;
}
.feature-orange {
  border-color: #f2c9a7;
}
.feature-orange > span {
  color: var(--orange);
  background: #fff0e4;
}
.feature-yellow {
  border-color: #ebd89a;
}
.feature-yellow > span {
  color: #87630c;
  background: #fff8dd;
}
.feature-pink {
  border-color: #edc1d7;
}
.feature-pink > span {
  color: #a63868;
  background: #fce8f0;
}
.feature-teal {
  border-color: #ace0dc;
}
.feature-teal > span {
  color: #147c73;
  background: #e1f5f2;
}
.feature-lilac {
  border-color: #d6c5ee;
}
.feature-lilac > span {
  color: #7652aa;
  background: #f0eafb;
}
.feature-sky {
  border-color: #b5d9eb;
}
.feature-sky > span {
  color: #287a9e;
  background: #e5f4fa;
}

.site-footer {
  position: relative;
  min-height: 190px;
  padding: 58px 24px;
  display: grid;
  place-content: center;
  background: #edf1ed;
  color: #9aa8a0;
  text-align: center;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1120px, calc(100% - 48px));
  height: 1px;
  background: rgb(82 119 100 / 22%);
  transform: translateX(-50%);
}
.site-footer span {
  opacity: 0.55;
  font-size: 38px;
}
.site-footer p {
  margin: 9px 0 0;
  font-size: 12px;
}

@media (max-width: 760px) {
  .site-header {
    width: min(100% - 32px, 1120px);
    min-height: 82px;
  }
  nav {
    gap: 13px;
  }
  nav a {
    font-size: 12px;
  }
  .brand span {
    font-size: 27px;
  }
  .hero,
  .release-hero {
    width: min(100% - 32px, 1120px);
    margin-top: 18px;
    border-radius: 24px;
  }
  .landing-hero {
    width: min(100% - 32px, 1120px);
    min-height: 0;
    margin: 18px auto 58px;
    grid-template-columns: 1fr;
    gap: 36px;
    border-radius: 24px;
  }
  .landing-hero h1 {
    font-size: clamp(40px, 12vw, 57px);
  }
  .hero-device {
    margin-bottom: -22px;
  }
  .hero-product-shot {
    width: 224px;
  }
  .feature-grid {
    width: min(100% - 32px, 1120px);
    grid-template-columns: 1fr;
  }
  .feature-section {
    width: min(100% - 32px, 1120px);
    margin-bottom: 64px;
  }
  .section-heading,
  .privacy-band {
    grid-template-columns: 1fr;
    display: grid;
    gap: 17px;
  }
  .section-heading > p {
    max-width: 520px;
  }
  .feature-stories {
    margin-top: 0;
    gap: 58px;
  }
  .feature-story {
    min-height: 0;
    padding-top: 58px;
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .feature-story-reverse .feature-copy,
  .feature-story-reverse .feature-media {
    order: initial;
  }
  .feature-copy {
    max-width: 560px;
  }
  .feature-copy h3 {
    font-size: clamp(28px, 9vw, 38px);
  }
  .feature-media {
    min-height: 0;
  }
  .feature-media-documents {
    gap: 8px;
  }
  .feature-media-documents .shot-primary {
    width: min(57%, 210px);
  }
  .feature-media-documents .shot-secondary {
    width: min(47%, 173px);
  }
  .feature-media-search {
    gap: 10px;
  }
  .feature-media-search img {
    width: min(44%, 145px);
  }
  .feature-media-search img:nth-child(2) {
    width: min(53%, 176px);
  }
  .feature-media-single img {
    width: min(100%, 225px);
  }
  .privacy-band {
    width: min(100% - 32px, 1120px);
    margin: 64px auto;
  }
  .download-section {
    margin: 0;
  }
  .download-section-content {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .app-store-launch {
    justify-items: start;
  }
  .site-footer::before {
    width: min(100% - 32px, 1120px);
  }
  .release-shell,
  .policy-shell {
    width: min(100% - 32px, 1120px);
    margin-top: 24px;
  }
  .feature-card {
    min-height: 0;
  }
  h1 {
    letter-spacing: -1.7px;
  }
}

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