:root {
  color-scheme: light;
  --forest: #174f48;
  --forest-deep: #0c3734;
  --mint: #dff2df;
  --cream: #fffaf0;
  --sun: #f7c958;
  --coral: #f37658;
  --ink: #183e3a;
  --muted: #5c7772;
  --line: rgba(23, 79, 72, 0.14);
  --white: #ffffff;
  --shadow: 0 28px 70px rgba(15, 66, 60, 0.17);
  font-family: "Avenir Next", Avenir, "Trebuchet MS", system-ui, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 3%, rgba(247, 201, 88, 0.24), transparent 25rem),
    var(--cream);
  font-size: 17px;
  line-height: 1.65;
}

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

a {
  color: inherit;
}

.site-header,
main,
footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--forest-deep);
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand img {
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(23, 79, 72, 0.18);
}

.site-header nav,
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.site-header nav a,
footer nav a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.site-header nav a:hover,
.site-header nav a[aria-current="page"],
footer nav a:hover {
  color: var(--forest);
}

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
  padding: 62px 0 86px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

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

h1,
h2 {
  color: var(--forest-deep);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 6.7vw, 6.25rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.75rem, 3vw, 3rem);
}

.lede {
  max-width: 650px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

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

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 2px solid var(--forest);
  border-radius: 18px;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

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

.button.primary {
  color: var(--white);
  background: var(--forest);
  box-shadow: 0 12px 24px rgba(23, 79, 72, 0.18);
}

.button.primary:hover {
  background: var(--forest-deep);
}

.button.secondary {
  color: var(--forest);
  background: rgba(255, 255, 255, 0.5);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 25px 0 0;
  padding: 0;
  color: var(--forest);
  font-size: 0.86rem;
  font-weight: 800;
  list-style: none;
}

.trust-list li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--coral);
}

.hero-art {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-art::before {
  position: absolute;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 42% 58% 58% 42% / 48% 38% 62% 52%;
  background: linear-gradient(145deg, #d8f1d6, #f9e8a9);
  content: "";
  transform: rotate(-9deg);
  z-index: -2;
}

.app-icon {
  width: min(78%, 470px);
  border: 10px solid rgba(255, 255, 255, 0.82);
  border-radius: 28%;
  box-shadow: var(--shadow);
  transform: rotate(3deg);
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  z-index: -1;
}

.glow-one {
  width: 110px;
  height: 110px;
  top: 10%;
  right: 7%;
  background: rgba(243, 118, 88, 0.3);
}

.glow-two {
  width: 85px;
  height: 85px;
  bottom: 8%;
  left: 6%;
  background: rgba(247, 201, 88, 0.55);
}

.floating-piece {
  position: absolute;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  color: var(--forest);
  background: var(--white);
  box-shadow: 0 13px 30px rgba(23, 79, 72, 0.15);
  font-size: 1.25rem;
}

.piece-one {
  top: 9%;
  left: 12%;
  transform: rotate(-12deg);
}

.piece-two {
  right: 3%;
  bottom: 25%;
  color: var(--coral);
  transform: rotate(8deg);
}

.piece-three {
  bottom: 3%;
  left: 30%;
  color: #a87b06;
  transform: rotate(-4deg);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
}

.feature-strip article {
  padding: 54px 44px 48px 0;
}

.feature-strip article + article {
  padding-left: 44px;
  border-left: 1px solid var(--line);
}

.feature-number {
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.feature-strip h2 {
  margin: 12px 0;
  font-size: 1.5rem;
}

.feature-strip p {
  margin: 0;
  color: var(--muted);
}

.showcase {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(45px, 7vw, 90px);
  padding: 110px 0;
}

.screenshot-shell {
  padding: 10px;
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: rotate(-1.5deg);
}

.screenshot-shell img {
  border-radius: 22px;
}

.showcase-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.privacy-callout,
.contact-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 7vw, 90px);
  margin-bottom: 110px;
  padding: clamp(34px, 6vw, 70px);
  border-radius: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0, rgba(247, 201, 88, 0.25), transparent 18rem),
    var(--forest);
  box-shadow: var(--shadow);
}

.privacy-callout h2,
.contact-card h2 {
  margin: 0;
  color: var(--white);
}

.privacy-callout p:not(.eyebrow),
.contact-card p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.8);
}

.text-link {
  color: var(--sun);
  font-weight: 900;
  text-decoration: none;
}

footer {
  min-height: 180px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
}

footer strong {
  color: var(--forest);
  font-size: 1rem;
}

footer p {
  margin: 0;
}

.copyright {
  text-align: right;
}

.page-hero {
  max-width: 760px;
  padding: 95px 0 65px;
}

.page-hero h1,
.legal-intro h1,
.not-found h1 {
  font-size: clamp(3rem, 6vw, 5.4rem);
}

.page-hero > p:last-child,
.legal-intro > p {
  color: var(--muted);
  font-size: 1.12rem;
}

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

.faq-grid article {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.66);
}

.faq-grid h2 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}

.faq-grid p {
  margin: 0;
  color: var(--muted);
}

.contact-card {
  align-items: center;
}

.contact-card .button {
  justify-self: end;
  border-color: var(--sun);
  color: var(--forest-deep);
  background: var(--sun);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(55px, 9vw, 130px);
  padding: 95px 0 120px;
}

.legal-intro {
  align-self: start;
  position: sticky;
  top: 40px;
}

.legal-intro h1 {
  margin-bottom: 24px;
}

.policy-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  padding: 18px;
  border: 1px solid rgba(23, 79, 72, 0.12);
  border-radius: 20px;
  background: var(--mint);
}

.policy-badge > span {
  display: grid;
  flex: 0 0 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--forest);
  font-weight: 900;
}

.policy-badge p {
  margin: 0;
  color: var(--forest);
  font-size: 0.85rem;
  line-height: 1.45;
}

.legal-copy section {
  padding: 0 0 40px;
  border-bottom: 1px solid var(--line);
}

.legal-copy section + section {
  padding-top: 40px;
}

.legal-copy h2 {
  font-size: 1.55rem;
}

.legal-copy p,
.legal-copy li {
  color: #496762;
}

.legal-copy a {
  color: var(--forest);
  font-weight: 800;
}

.legal-copy ul {
  padding-left: 1.3rem;
}

.legal-copy li + li {
  margin-top: 8px;
}

.not-found {
  min-height: 100vh;
  display: flex;
  max-width: 750px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.not-found img {
  margin-bottom: 32px;
  border-radius: 42px;
  box-shadow: var(--shadow);
}

@media (max-width: 820px) {
  .site-header,
  main,
  footer {
    width: min(100% - 30px, 680px);
  }

  .site-header {
    min-height: 78px;
  }

  .site-header nav {
    gap: 14px;
  }

  .hero,
  .showcase,
  .privacy-callout,
  .contact-card,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-art {
    min-height: 430px;
  }

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

  .feature-strip article,
  .feature-strip article + article {
    padding: 34px 0;
    border-left: 0;
  }

  .feature-strip article + article {
    border-top: 1px solid var(--line);
  }

  .showcase {
    padding: 75px 0;
  }

  .legal-layout {
    padding-top: 65px;
  }

  .legal-intro {
    position: static;
  }

  .contact-card .button {
    justify-self: start;
  }

  footer {
    grid-template-columns: 1fr;
    padding: 45px 0;
  }

  .copyright {
    text-align: left;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .site-header {
    align-items: flex-start;
    padding: 16px 0;
  }

  .brand span {
    display: none;
  }

  .site-header nav {
    padding-top: 11px;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .hero {
    gap: 22px;
    padding-bottom: 62px;
  }

  .hero-art {
    min-height: 350px;
  }

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

  .privacy-callout,
  .contact-card {
    margin-bottom: 75px;
    border-radius: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
