:root {
  --ink: #14221c;
  --muted: #66756d;
  --cream: #fff8ed;
  --cream-strong: #fff1de;
  --paper: #ffffff;
  --green: #154f3b;
  --green-soft: #e3f0e8;
  --mint: #8fc8a8;
  --gold: #f2bd77;
  --line: rgba(20, 34, 28, 0.12);
  --shadow: 0 22px 70px rgba(32, 52, 43, 0.14);
  --soft-shadow: 0 14px 34px rgba(32, 52, 43, 0.09);

  /* Premium Insights Carousel Image Defaults */
  --premium-image-width: 70%;
  --premium-image-top: 50%;
  --premium-image-scale: 1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(143, 200, 168, 0.22), transparent 34rem),
    var(--cream);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

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

.brand,
.nav-menu,
.nav-links,
.hero-actions,
.footer-content,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  flex: 0 0 auto;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 145px;
  height: auto;
  object-fit: contain;
  transform: scale(1.35);
  transform-origin: left center;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(145deg, #1d6d50, #133f31);
  border-radius: 11px;
  box-shadow: 0 10px 24px rgba(21, 79, 59, 0.24);
}

.nav-menu {
  flex: 0 1 auto;
  justify-content: flex-end;
  gap: 0;
  min-width: 0;
}

.nav-links {
  gap: 0;
  margin-left: 0;
}

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

.nav-links a {
  padding: 8px 8px;
  border-radius: 999px;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--green);
  background: rgba(255, 255, 255, 0.72);
}

.app-store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: #ffffff;
  background: #101815;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(16, 24, 21, 0.22);
  white-space: nowrap;
}

.app-store-button {
  min-height: 54px;
  padding: 0 24px;
}

.app-store-button.light {
  color: var(--green);
  background: #ffffff;
  box-shadow: none;
}

.app-store-badge-link {
  display: inline-flex;
  margin: 0;
  line-height: 0;
  text-decoration: none;
}

.app-store-badge-link img {
  display: block;
  width: min(220px, 57vw);
  height: auto;
  margin: 0;
}

.hero {
  position: relative;
  isolation: isolate;
  padding: 86px 0 72px;
  background-color: #ffffff;
  background-image: url("/images/hero-background.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

.hero .container {
  width: min(1400px, calc(100% - 40px));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 5vw, 80px);
  align-items: center;
}

.hero-copy {
  grid-column: 1;
  max-width: 600px;
}

.pill {
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 13px;
  color: var(--green);
  background: rgba(227, 240, 232, 0.88);
  border: 1px solid rgba(21, 79, 59, 0.1);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(3.15rem, 7.3vw, 5.95rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.15rem, 4.5vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
  line-height: 1.2;
}

.hero-text {
  max-width: 510px;
  margin-bottom: 24px;
  color: #4d6258;
  font-size: 1.32rem;
}

.privacy-note {
  margin: 10px 0 0;
  color: #6f7f76;
  font-size: 1.24rem;
  font-weight: 400;
}

.hero-media {
  grid-column: 2;
  width: 100%;
  margin-left: -24px;
  justify-self: end;
  transform: translateY(24px);
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  outline: none;
  overflow: visible;
}

.hero-media img {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  object-fit: contain;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  outline: none;
  overflow: visible;
}

.section {
  padding: 90px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why-work-section .section-heading p:not(.eyebrow) {
  max-width: 650px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 1.15rem;
}

.features-section .section-heading p:not(.eyebrow) {
  max-width: 980px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 1.15rem;
}

.features-section .section-heading {
  max-width: 1040px;
}

.why-work-section .section-heading {
  max-width: 1120px;
}

.why-work-section {
  background: var(--cream);
}

.why-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
}

.why-card,
.feature-card,
.page-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 34, 28, 0.1);
  border-radius: 28px;
  box-shadow: var(--soft-shadow);
}

.why-card {
  min-height: 292px;
  padding: 38px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 52px rgba(32, 52, 43, 0.14);
}

.why-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 50%;
  font-size: 1.28rem;
  font-weight: 850;
  line-height: 1;
}

.why-card h3 {
  margin-bottom: 10px;
  font-size: 1.34rem;
}

.why-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.72;
}

.features-section {
  background: #ffffff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.features-section .container {
  width: min(1300px, calc(100% - 40px));
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
}

.feature-showcase {
  display: grid;
  gap: 24px;
}

.feature-card {
  display: grid;
  grid-template-columns: minmax(160px, 0.64fr) 1fr;
  gap: 24px;
  align-items: center;
  padding: 22px;
}

.feature-card-primary,
.feature-card-dashboard {
  min-height: 460px;
  grid-template-columns: minmax(230px, 0.9fr) 1fr;
  gap: 32px;
  padding: 34px;
}

.feature-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  background: var(--cream-strong);
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(20, 34, 28, 0.08);
}

.feature-showcase-card {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1fr);
  gap: 30px;
  align-items: center;
  padding: 24px 34px;
}

.feature-demo-visual {
  min-width: 0;
}

.feature-demo-frame {
  position: relative;
  overflow: hidden;
  height: clamp(360px, 34vw, 430px);
  max-width: 600px;
  margin: 0 auto;
  border-radius: 24px;
  background: #ffffff;
}

.feature-showcase-card .feature-demo-image {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  transform: translateY(var(--demo-phone-y, 0));
  transition: transform 320ms ease;
}

.feature-demo-focus-box {
  position: absolute;
  left: var(--demo-focus-left, 46%);
  top: var(--demo-focus-top, 16%);
  width: var(--demo-focus-width, 36%);
  height: var(--demo-focus-height, 30%);
  border: 1.5px solid rgba(21, 79, 59, 0.62);
  background: rgba(227, 240, 232, 0.1);
  border-radius: 16px;
  box-shadow: 0 0 0 4px rgba(21, 79, 59, 0.06), 0 14px 34px rgba(32, 52, 43, 0.12);
  pointer-events: none;
  transition: left 320ms ease, top 320ms ease, width 320ms ease, height 320ms ease, box-shadow 320ms ease;
}

.feature-demo-panel {
  max-width: 410px;
  align-self: center;
}

.feature-demo-copy {
  transition: opacity 260ms ease, transform 260ms ease;
}

.feature-demo-copy.is-changing {
  opacity: 0;
  transform: translateY(4px);
}

.demo-step-label {
  margin-bottom: 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-demo-copy h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  font-size: clamp(1.85rem, 2.7vw, 2.65rem);
  line-height: 1;
}

.feature-demo-copy p:last-child {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.65;
}

.feature-demo-controls,
.demo-dots {
  display: flex;
  align-items: center;
}

.feature-demo-controls {
  gap: 16px;
}

.demo-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--green-soft);
  border: 1px solid rgba(21, 79, 59, 0.1);
  border-radius: 50%;
  font: inherit;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.demo-dots {
  gap: 8px;
}

.demo-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(21, 79, 59, 0.22);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.demo-dots button[aria-current="step"] {
  width: 24px;
  background: var(--green);
  border-radius: 999px;
}

.demo-arrow:focus-visible,
.demo-dots button:focus-visible {
  outline: 3px solid rgba(21, 79, 59, 0.28);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .feature-demo-image,
  .feature-demo-focus-box,
  .feature-demo-copy,
  .premium-carousel-image,
  .premium-carousel-copy {
    transition: none;
  }
}

.showcase-points {
  display: grid;
  gap: 18px;
}

.showcase-point {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
}

.showcase-point span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  margin-top: 2px;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
}

.showcase-point h4 {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.showcase-point p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.supporting-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.supporting-feature-card {
  min-height: 380px;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: 26px;
  align-items: center;
  padding: 30px;
}

.budget-anywhere-card {
  min-height: 480px;
  grid-template-columns: 1fr;
  gap: 16px;
  align-content: start;
  padding: 22px;
}

.premium-insights-card {
  min-height: 480px;
  grid-template-columns: 1fr;
  gap: 16px;
  align-content: start;
  padding: 22px;
}

.supporting-feature-visual {
  display: grid;
  place-items: center;
  align-items: center;
  min-height: 300px;
}

.supporting-feature-visual > img {
  height: auto;
  max-height: 340px;
  object-fit: contain;
}

.budget-anywhere-visuals {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 0;
}

.budget-anywhere-visuals img {
  width: 100%;
  aspect-ratio: 2.45 / 1;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center;
  background: transparent;
  border-radius: 18px;
  box-shadow: none;
}

.premium-carousel-visual {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: clamp(210px, 18vw, 245px);
  min-height: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #f8fbf9 url("images/hero-background.png") center / cover no-repeat;
}

.premium-carousel-visual > .premium-carousel-image {
  position: absolute;
  z-index: 2;
  top: var(--premium-image-top, 50%);
  left: var(--premium-image-left, 50%);
  display: block;
  visibility: visible;
  width: var(--premium-image-width, 70%);
  height: auto;
  max-width: none;
  max-height: 90%;
  aspect-ratio: auto;
  object-fit: contain;
  pointer-events: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(var(--premium-image-scale, 1));
  transform-origin: center;
  transition: opacity 280ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.premium-carousel-visual > .premium-carousel-image.is-active {
  z-index: 3;
  opacity: 1;
  transform: translate(-50%, -50%) scale(var(--premium-image-scale, 1));
}

.premium-carousel-visual > .premium-carousel-image.enter-from-right,
.premium-carousel-visual > .premium-carousel-image.exit-to-right {
  z-index: 1;
  opacity: 0;
  transform: translate(calc(-50% + 42px), -50%) scale(var(--premium-image-scale, 1));
}

.premium-carousel-visual > .premium-carousel-image.enter-from-left,
.premium-carousel-visual > .premium-carousel-image.exit-to-left {
  z-index: 1;
  opacity: 0;
  transform: translate(calc(-50% - 42px), -50%) scale(var(--premium-image-scale, 1));
}

.premium-carousel-copy {
  transition: opacity 260ms ease, transform 260ms ease;
}

.premium-carousel-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
}

.premium-carousel-copy.is-changing {
  opacity: 0;
  transform: translateY(4px);
}

.premium-carousel-copy h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.1;
}

.premium-carousel-copy p:last-child {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.feature-check-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.budget-anywhere-card .feature-check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin-top: 16px;
}

.budget-anywhere-card .feature-check-list li:nth-child(1) {
  order: 1;
}

.budget-anywhere-card .feature-check-list li:nth-child(2) {
  order: 3;
}

.budget-anywhere-card .feature-check-list li:nth-child(3) {
  order: 2;
}

.budget-anywhere-card .feature-check-list li:nth-child(4) {
  order: 4;
}

.feature-check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.35;
}

.feature-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.feature-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.feature-check-list li > span[aria-hidden="true"] {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.feature-card-primary img,
.feature-card-dashboard img {
  aspect-ratio: 4 / 5.35;
}

.feature-card-dashboard img {
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  transform-origin: center;
  transform: none;
}

.feature-dashboard-copy > p {
  margin-bottom: 18px;
}

.dashboard-callouts {
  display: grid;
  gap: 12px;
}

.dashboard-callout {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
}

.dashboard-callout span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  margin-top: 1px;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.dashboard-callout h4 {
  margin: 0 0 2px;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.25;
}

.dashboard-callout p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.feature-card p,
.about-copy p,
.page-card p {
  color: var(--muted);
}

.about-section {
  padding: 88px 0 96px;
}

.about-panel {
  width: min(1220px, calc(100% - 40px));
  display: grid;
  grid-template-columns: 0.84fr 1fr;
  gap: 46px;
  align-items: center;
  padding: 54px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.about-copy {
  font-size: 1.18rem;
}

.simple-line {
  margin-bottom: 0;
  color: var(--green) !important;
  font-size: 1.35rem;
  font-weight: 900;
}

.final-cta {
  padding: 82px 0;
  color: #ffffff;
  background: var(--green);
}

.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-content h2 {
  max-width: 680px;
  margin-bottom: 0;
}

.cta-app-store-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  width: min(200px, 52vw);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  line-height: 0;
  transition: all 0.25s ease;
}

.cta-app-store-badge:hover {
  transform: translateY(-2px);
}

.cta-app-store-badge img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}

.page-main {
  padding: 82px 0;
  min-height: 66vh;
}

.narrow {
  max-width: 820px;
}

.page-card {
  padding: 48px;
}

.page-card h1 {
  margin-bottom: 16px;
  font-size: clamp(2.65rem, 6vw, 4.8rem);
}

.page-card h2 {
  margin-top: 30px;
  font-size: 1.35rem;
}

.page-card a {
  color: var(--green);
  font-weight: 800;
}

.updated {
  font-size: 0.96rem;
}

.support-card {
  text-align: center;
}

.support-card .pill {
  margin-right: auto;
  margin-left: auto;
}

.support-email {
  margin: 22px 0;
  font-size: clamp(1.35rem, 4vw, 2.1rem);
  font-weight: 900;
}

.site-footer {
  padding: 30px 0;
  color: var(--muted);
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.footer-content {
  justify-content: center;
  text-align: center;
  font-size: 0.94rem;
}

.footer-links {
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.footer-divider {
  color: var(--line);
}

@media (max-width: 980px) {
  .nav {
    min-height: auto;
    padding: 14px 0;
    align-items: center;
    flex-direction: row;
  }

  .nav-menu {
    width: auto;
    justify-content: flex-end;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .hero-grid,
  .about-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 62px;
    background-position: center bottom;
    background-size: min(920px, 130vw) auto;
  }

  .hero-copy,
  .hero-media {
    grid-column: auto;
  }

  .hero-media {
    width: 100%;
    margin-left: 0;
    max-width: none;
    justify-self: center;
  }

  .hero-media img {
    width: 100%;
    height: auto;
  }

}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .nav-menu {
    align-items: center;
    flex-direction: row;
    gap: 0;
  }

  .nav-links {
    display: none;
  }

  .nav-links a {
    padding: 8px 0;
  }

  .brand-logo {
    width: 140px;
  }

  .hero {
    padding: 48px 0 58px;
  }

  h1 {
    font-size: 3.35rem;
  }

  .hero-text {
    font-size: 1.15rem;
  }

  .section {
    padding: 64px 0;
  }

  .why-card-grid,
  .feature-grid,
  .feature-card,
  .feature-showcase-card,
  .supporting-feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    gap: 18px;
  }

  .supporting-feature-card {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .budget-anywhere-card .feature-check-list {
    grid-template-columns: 1fr;
  }

  .budget-anywhere-card .feature-check-list li {
    order: initial;
  }

  .supporting-feature-visual {
    min-height: auto;
  }

  .budget-anywhere-visuals img {
    min-height: auto;
  }

  .feature-showcase-card {
    gap: 24px;
  }

  .feature-demo-frame {
    height: 340px;
  }

  .feature-demo-panel {
    max-width: none;
  }

  .feature-card-primary,
  .feature-card-dashboard {
    min-height: auto;
    padding: 22px;
  }

  .feature-card img {
    max-height: 460px;
  }

  .why-card {
    min-height: auto;
    padding: 28px;
  }

  .about-panel {
    padding: 34px 24px;
    border-radius: 28px;
  }

  .cta-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-content,
  .footer-links {
    justify-content: center;
  }

  .page-main {
    padding: 58px 0;
  }

  .page-card {
    padding: 34px 22px;
    border-radius: 26px;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 2.85rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .brand {
    font-size: 0.96rem;
  }

  .brand-logo {
    width: 126px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .app-store-button {
    width: 100%;
  }

  .support-email {
    overflow-wrap: anywhere;
  }
}
