@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/home/fonts/Figtree-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("/home/fonts/Figtree-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/home/fonts/BricolageGrotesque-Bold.ttf") format("truetype");
}

:root {
  color-scheme: light;
  --canvas: #fff8ed;
  --paper: #fffcf7;
  --ink: #211f1c;
  --muted: #70685f;
  --subtle: #a49b90;
  --tomato: #e44a2e;
  --herb: #356447;
  --herb-dark: #294f38;
  --herb-wash: #e4efe6;
  --sun-wash: #f7e4b9;
  --line: #ded6ca;
  --shadow: 0 26px 80px rgba(74, 50, 29, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--canvas);
  color: var(--ink);
  font-family: "Figtree", "Avenir Next", "Segoe UI", sans-serif;
  margin: 0;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.skip-link {
  background: var(--ink);
  border-radius: 0 0 12px 12px;
  color: #fff;
  left: 20px;
  padding: 11px 16px;
  position: fixed;
  top: -60px;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

.site-header,
.section-shell,
.site-footer {
  margin: 0 auto;
  max-width: 1180px;
  width: calc(100% - 48px);
}

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

.brand {
  align-items: flex-end;
  display: inline-flex;
  text-decoration: none;
}

.brand img {
  height: 46px;
  width: 46px;
}

.brand span {
  color: var(--tomato);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 4px;
  margin-left: -2px;
  transform: skewX(-8deg);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 24px;
}

.support-link,
.footer-links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.support-link:hover,
.footer-links a:hover {
  color: var(--tomato);
}

.language-toggle {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--subtle);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  gap: 5px;
  min-height: 42px;
  padding: 0 14px;
}

.language-option.is-active {
  color: var(--herb);
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(48px, 8vw, 100px);
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
  min-height: 720px;
  padding: 46px 0 100px;
}

.eyebrow {
  color: var(--tomato);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin: 0 0 15px;
}

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

h1,
h2 {
  font-family: "Bricolage Grotesque", "Figtree", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: clamp(58px, 6.6vw, 92px);
  letter-spacing: -4.7px;
  line-height: 0.96;
  margin-bottom: 27px;
  max-width: 700px;
}

.hero-lead {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 500;
  line-height: 1.52;
  max-width: 610px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
}

.app-store-link {
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 10px;
}

.app-store-link img {
  display: block;
  height: 60px;
  width: auto;
  max-width: 100%;
}

.learn-more-link {
  color: var(--herb);
  font-size: 15px;
  font-weight: 800;
  text-underline-offset: 5px;
}

.button {
  align-items: center;
  border-radius: 18px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.button-primary {
  background: var(--herb);
  color: #fff;
}

.button-primary:hover {
  background: var(--herb-dark);
  transform: translateY(-2px);
}

.hero-points {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 11px 24px;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}

.hero-points li::before {
  color: var(--herb);
  content: "✓";
  font-weight: 900;
  margin-right: 7px;
}

.hero-visual {
  height: 610px;
  position: relative;
}

.phone-card {
  background: var(--paper);
  border: 9px solid var(--ink);
  border-radius: 46px;
  box-shadow: var(--shadow);
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 250px;
}

.phone-card img {
  width: 100%;
}

.phone-card-back {
  right: 9px;
  top: 42px;
  transform: rotate(6deg);
}

.phone-card-front {
  left: 6px;
  top: 4px;
  transform: rotate(-5deg);
  width: 270px;
  z-index: 2;
}

.recipe-note {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 17px;
  bottom: 44px;
  box-shadow: 0 18px 50px rgba(74, 50, 29, 0.16);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 9px;
  padding: 11px 15px;
  position: absolute;
  right: 42px;
  z-index: 3;
}

.recipe-note-mark {
  align-items: center;
  background: var(--herb);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 27px;
  justify-content: center;
  width: 27px;
}

.soft-shape {
  border-radius: 999px;
  filter: blur(1px);
  position: absolute;
}

.soft-shape-one {
  background: var(--sun-wash);
  height: 330px;
  right: -95px;
  top: 55px;
  transform: rotate(-18deg);
  width: 270px;
}

.soft-shape-two {
  background: var(--herb-wash);
  bottom: 50px;
  height: 220px;
  left: -65px;
  transform: rotate(22deg);
  width: 290px;
}

.steps {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 38px;
  padding: clamp(42px, 6vw, 76px);
}

.section-heading {
  max-width: 650px;
}

.section-heading h2,
.planning-copy h2,
.closing h2 {
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -2.8px;
  line-height: 1;
  margin-bottom: 20px;
}

.section-heading > p:last-child,
.planning-copy > p,
.closing > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.step-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 54px 0 0;
  padding: 0;
}

.step-card {
  background: var(--canvas);
  border-radius: 23px;
  min-height: 240px;
  padding: 28px;
}

.step-number {
  color: var(--tomato);
  display: block;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 62px;
}

.step-card h3 {
  font-size: 23px;
  letter-spacing: -0.7px;
  margin-bottom: 9px;
}

.step-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.planning-section {
  align-items: center;
  display: grid;
  gap: clamp(50px, 9vw, 120px);
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  padding: 120px 0;
}

.planning-visual {
  background: var(--sun-wash);
  border-radius: 38px;
  max-height: 680px;
  overflow: hidden;
  padding: 25px 25px 0;
}

.planning-visual img {
  border: 6px solid var(--paper);
  border-radius: 28px 28px 0 0;
  box-shadow: 0 28px 60px rgba(74, 50, 29, 0.16);
  width: 100%;
}

.planning-copy {
  max-width: 570px;
}

.privacy-card {
  align-items: flex-start;
  background: var(--herb-wash);
  border: 1px solid #c7dacb;
  border-radius: 19px;
  display: flex;
  gap: 13px;
  margin-top: 34px;
  padding: 17px;
}

.privacy-icon {
  align-items: center;
  background: var(--herb);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.privacy-card strong {
  color: var(--herb-dark);
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}

.privacy-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 0;
}

.closing {
  align-items: center;
  background: var(--herb);
  border-radius: 38px;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 80px 24px;
  text-align: center;
}

.closing > img {
  background: var(--paper);
  border-radius: 22px;
  margin-bottom: 30px;
  padding: 8px;
}

.closing h2 {
  max-width: 760px;
}

.closing > p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 24px;
}

.site-footer {
  padding: 62px 0 34px;
}

.footer-main {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.brand-small img {
  height: 38px;
  width: 38px;
}

.brand-small span {
  font-size: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 28px;
  justify-content: flex-end;
}

.footer-note {
  border-top: 1px solid var(--line);
  color: var(--subtle);
  font-size: 12px;
  margin: 34px 0 0;
  padding-top: 20px;
}

:focus-visible {
  outline: 3px solid rgba(228, 74, 46, 0.45);
  outline-offset: 4px;
}

@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 68px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-visual {
    margin: 0 auto;
    max-width: 520px;
    width: 100%;
  }

  .planning-section {
    grid-template-columns: 0.88fr 1fr;
  }
}

@media (max-width: 720px) {
  .site-header,
  .section-shell,
  .site-footer {
    width: calc(100% - 32px);
  }

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

  .support-link {
    display: none;
  }

  h1 {
    font-size: clamp(50px, 14vw, 68px);
    letter-spacing: -3.7px;
  }

  .hero {
    gap: 24px;
    padding: 48px 0 72px;
  }

  .hero-visual {
    height: 540px;
    transform: scale(0.92);
    transform-origin: center top;
  }

  .phone-card-front {
    left: -4px;
  }

  .phone-card-back {
    right: -4px;
  }

  .steps {
    border-radius: 28px;
    padding: 38px 22px;
  }

  .step-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

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

  .step-number {
    margin-bottom: 34px;
  }

  .planning-section {
    grid-template-columns: 1fr;
    padding: 78px 0;
  }

  .planning-visual {
    max-height: 560px;
    order: 2;
  }

  .planning-copy {
    order: 1;
  }

  .closing {
    border-radius: 28px;
    padding: 58px 22px;
  }

  .footer-main {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 470px) {
  .hero-visual {
    height: 490px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
  }

  .hero-points {
    flex-direction: column;
  }

  .recipe-note {
    right: 58px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
