:root {
  color-scheme: light;
  --paper: #f4efe7;
  --paper-deep: #e7ddd0;
  --surface: #fbf8f2;
  --ink: #201915;
  --muted: #71665c;
  --soft: #b8aa9c;
  --line: rgba(32, 25, 21, 0.16);
  --accent: #b95832;
  --accent-dark: #78351f;
  --olive: #667052;
  --clay: #c98763;
  --cream: #fffaf1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(32, 25, 21, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 25, 21, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 70px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(244, 239, 231, 0.9);
  backdrop-filter: blur(18px);
}

.site-header[data-scrolled="true"] {
  box-shadow: 0 10px 30px rgba(32, 25, 21, 0.08);
}
.brand,
.site-nav,
.hero-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 720;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(32, 25, 21, 0.18);
  border-radius: 8px;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 760;
}

.site-nav {
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 620;
}

.site-nav a:hover,
.header-action:hover,
.button:hover {
  color: var(--accent-dark);
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 720;
}

.header-action {
  padding: 0 16px;
  border: 1px solid var(--line);
  background: rgba(251, 248, 242, 0.58);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.68fr);
  gap: clamp(30px, 7vw, 88px);
  align-items: start;
  min-height: calc(100svh - 70px);
  padding: clamp(18px, 3vw, 28px) clamp(18px, 6vw, 86px) clamp(34px, 5vw, 72px);
}

.hero-inner {
  max-width: 920px;
  text-align: center;
  margin-top: -6px;
}
.hero-highlight {
  position: relative;
  z-index: 0;
  grid-column: 1 / -1;
  justify-self: center;
  display: block;
  width: fit-content;
  margin: 0 0 -10px;
  padding: 0.18rem 0.95rem 0.24rem;
  color: var(--accent-dark);
  font-size: clamp(1.575rem, 3.15vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
}

.hero-highlight::before {
  position: absolute;
  left: -0.45rem;
  right: -0.45rem;
  top: 50%;
  height: 1.08em;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(233, 207, 94, 0.16), rgba(233, 207, 94, 0.78));
  clip-path: polygon(1% 34%, 5% 22%, 11% 27%, 17% 18%, 24% 25%, 31% 16%, 39% 23%, 46% 14%, 54% 20%, 61% 12%, 69% 19%, 76% 15%, 84% 24%, 90% 18%, 96% 28%, 99% 38%, 98% 69%, 94% 81%, 87% 73%, 80% 84%, 73% 76%, 65% 86%, 57% 78%, 49% 87%, 41% 80%, 33% 88%, 25% 79%, 17% 86%, 10% 77%, 4% 82%, 1% 68%);
  transform: translateY(-50%) rotate(-1.4deg);
  filter: saturate(1.02);
}

.eyebrow,
.plan-label {
  margin: 0 0 16px;
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(3.65rem, 9vw, 8.75rem);
  line-height: 0.9;
}
.hero-full-title {
  grid-column: 1 / -1;
  max-width: 1200px;
  margin: 0 auto 10px;
  text-align: center;
  justify-self: center;
}

h2 {
  max-width: 830px;
  margin-bottom: 0;
  font-size: clamp(2.35rem, 5.4vw, 5.2rem);
  line-height: 0.94;
}

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

.hero-text {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.42rem);
}
.hero-statement {
  grid-column: 1 / -1;
  max-width: 1050px;
  margin: -6px auto 0;
  text-align: center;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: clamp(1.55rem, 3.6vw, 3.15rem);
  line-height: 1.08;
  justify-self: center;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  padding: 0 20px;
  border: 1px solid var(--line);
}

.button.primary {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--cream);
}

.button.primary:hover {
  color: var(--cream);
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.button.ghost {
  background: rgba(251, 248, 242, 0.54);
}

.hero-art {
  width: min(100%, 470px);
  margin: -18px 0 0;
  justify-self: end;
}

.hero-art img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 60px rgba(32, 25, 21, 0.13));
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 clamp(18px, 6vw, 86px) clamp(44px, 6vw, 78px);
}

.trust-strip article {
  min-height: 150px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(251, 248, 242, 0.68);
}

.trust-strip strong {
  display: block;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.05;
}

.trust-strip p {
  margin-bottom: 0;
  color: var(--muted);
}
.intro-band {
  padding: clamp(34px, 5vw, 62px) clamp(18px, 6vw, 86px);
  border-block: 1px solid var(--line);
  background: rgba(251, 248, 242, 0.54);
}

.intro-band p {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: clamp(1.55rem, 3.6vw, 3.15rem);
  line-height: 1.08;
}

.section,
.feature-section,
.dashboard-band {
  padding: clamp(66px, 9vw, 124px) clamp(18px, 6vw, 86px);
}

.section-heading {
  margin-bottom: clamp(30px, 5vw, 58px);
}

.section-heading.compact {
  max-width: 900px;
}

.process-grid,
.pricing-grid,
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.process-grid article,
.pricing-grid article,
.feature-list article,
.preview-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(251, 248, 242, 0.68);
}

.process-grid article,
.pricing-grid article,
.feature-list article {
  padding: 24px;
}

.process-grid span {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--clay);
  font-weight: 820;
}

.process-grid p,
.feature-copy p,
.feature-list p,
.pricing-grid p,
.preview-list p {
  color: var(--muted);
}

.feature-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 76px);
  border-block: 1px solid var(--line);
  background: var(--paper-deep);
}

.feature-copy p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 24px;
  font-size: 1.08rem;
}

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

.dashboard-band {
  background: linear-gradient(180deg, rgba(244, 239, 231, 0), rgba(185, 88, 50, 0.08));
}

.preview-card {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 30px);
  background: var(--surface);
  box-shadow: 0 30px 90px rgba(32, 25, 21, 0.11);
}

.preview-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  color: var(--muted);
}

.preview-header strong {
  color: var(--ink);
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.preview-grid article {
  min-height: 112px;
  padding: 18px;
  border-radius: 8px;
  background: var(--paper);
}

.preview-grid strong {
  display: block;
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: 2.7rem;
  font-weight: 500;
}

.preview-grid span {
  color: var(--muted);
}

.preview-list {
  display: grid;
  gap: 10px;
}

.preview-list p {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.preview-list span {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: var(--accent);
}

.pricing {
  background: var(--surface);
}

.pricing-grid strong {
  display: block;
  margin: 18px 0;
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: 2rem;
  font-weight: 500;
}

.featured-plan {
  background: var(--ink) !important;
  color: var(--cream);
}

.featured-plan p,
.featured-plan .plan-label {
  color: rgba(255, 250, 241, 0.72);
}

.site-footer {
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 6vw, 86px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-x-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(32, 25, 21, 0.14);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(32, 25, 21, 0.96), rgba(80, 67, 58, 0.96));
  color: var(--cream);
  font-size: 0.94rem;
  font-weight: 720;
  box-shadow: 0 16px 34px rgba(32, 25, 21, 0.14);
}

.footer-x-button:hover {
  color: var(--cream);
  background: linear-gradient(180deg, rgba(120, 53, 31, 0.98), rgba(32, 25, 21, 0.96));
}


@media (max-width: 940px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero-section,
  .feature-section {
    grid-template-columns: 1fr;
  }

  .hero-art {
    justify-self: center;
  }

  .process-grid,
  .pricing-grid,
  .preview-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .header-action {
    padding: 0 12px;
  }

  .hero-section {
    padding-top: 18px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

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

  .preview-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.subpage-highlight {
  margin: 0 auto 10px;
}

.subpage-hero {
  padding: clamp(64px, 10vw, 132px) clamp(18px, 6vw, 86px) clamp(42px, 6vw, 78px);
  border-bottom: 1px solid var(--line);
}

.subpage-hero h1 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 8vw, 7.2rem);
}

.subpage-hero p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
}

.feature-section.standalone {
  border-top: 0;
}
















/* Homepage hero refinement */
.hero-section {
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  min-height: auto;
  padding-top: 28px;
}

.hero-inner {
  display: none;
}

.hero-highlight {
  grid-column: 1;
  justify-self: center;
  margin-bottom: 4px;
  font-size: 1.875rem;
}

.hero-full-title {
  grid-column: 1;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  font-size: 5.6rem;
  line-height: 0.96;
}

.hero-statement {
  grid-column: 1;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  line-height: 1.15;
}

.hero-actions {
  grid-column: 1;
  justify-content: center;
  margin-top: 8px;
}

.hero-art {
  grid-column: 1;
  width: min(100%, 360px);
  margin: 6px auto 0;
  justify-self: center;
}

@media (max-width: 940px) {
  .hero-full-title {
    font-size: 4.4rem;
  }

  .hero-statement {
    font-size: 1.65rem;
  }
}

@media (max-width: 620px) {
  .hero-full-title {
    font-size: 3.2rem;
  }

  .hero-statement {
    font-size: 1.35rem;
  }

  .hero-highlight {
    font-size: 1.5rem;
  }
}


.store-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 10px 20px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--cream);
  font: inherit;
  font-weight: 720;
  cursor: default;
  box-shadow: 0 18px 42px rgba(32, 25, 21, 0.14);
}

.store-cta-copy {
  display: grid;
  gap: 1px;
  text-align: center;
  line-height: 1.08;
}

.store-cta-copy span {
  color: rgba(255, 250, 241, 0.78);
  font-size: 0.78rem;
  font-weight: 650;
}

.store-cta-copy strong {
  color: var(--cream);
  font-size: 1rem;
}

.store-logos {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.store-logo {
  display: block;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

.apple-logo {
  fill: var(--cream);
}

.play-blue { fill: #5bb8ff; }
.play-green { fill: #63d875; }
.play-yellow { fill: #ffd15a; }
.play-red { fill: #ff6b57; }

.store-cta:focus-visible {
  outline: 3px solid rgba(185, 88, 50, 0.42);
  outline-offset: 3px;
}

@media (max-width: 620px) {
  .store-cta {
    width: 100%;
    justify-content: space-between;
  }
}



/* Benefit card text alignment */
.trust-strip article,
.trust-strip strong,
.trust-strip p {
  text-align: center;
}


/* Pricing page layout refinement */
.pricing-page .subpage-hero {
  display: grid;
  justify-items: center;
  padding-top: clamp(38px, 6vw, 70px);
  padding-bottom: clamp(30px, 5vw, 52px);
  text-align: center;
}

.pricing-page .subpage-highlight {
  margin-bottom: 14px;
  font-size: 1.55rem;
}

.pricing-page .subpage-hero h1 {
  max-width: 960px;
  margin-bottom: 18px;
  font-size: clamp(3.1rem, 7vw, 6.1rem);
  line-height: 0.94;
}

.pricing-page .subpage-hero p:not(.eyebrow):not(.hero-highlight) {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
}

.pricing-page .pricing {
  padding-top: clamp(34px, 5vw, 62px);
}

.pricing-page .pricing-grid {
  align-items: stretch;
  max-width: 1120px;
  margin: 0 auto;
}

.pricing-page .pricing-grid article {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
}

.pricing-page .pricing-grid h3 {
  font-size: 1.35rem;
}

.pricing-page .pricing-grid strong {
  margin: 18px 0 16px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1;
}

.pricing-page .pricing-grid p:last-child {
  margin-bottom: 0;
}

.pricing-page .featured-plan {
  position: relative;
  transform: translateY(-12px);
  box-shadow: 0 24px 54px rgba(32, 25, 21, 0.16);
}

.pricing-page .featured-plan::before {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 250, 241, 0.22);
  border-radius: 999px;
  color: var(--cream);
  content: "Popular Choice";
  font-size: 0.76rem;
  font-weight: 760;
}

@media (max-width: 940px) {
  .pricing-page .featured-plan {
    transform: none;
  }
}

@media (max-width: 620px) {
  .pricing-page .subpage-highlight {
    font-size: 1.2rem;
  }

  .pricing-page .subpage-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }
}

/* Pricing hero spacing match */
.pricing-page .subpage-hero {
  padding-top: 28px;
}


.plan-points {
  display: grid;
  gap: 10px;
  margin: 8px 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.plan-points li::marker {
  color: var(--accent);
}


/* Plan bullet brightness */
.pricing-page .plan-points {
  color: var(--ink);
}

.pricing-page .featured-plan .plan-points {
  color: var(--cream);
}


.free-emphasis {
  color: #2f8f4e;
  text-shadow: 0 0 26px rgba(47, 143, 78, 0.18);
}

.inline-link {
  color: var(--accent-dark);
  font-weight: 760;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.inline-link:hover {
  color: var(--accent);
}

/* Pricing card label centering */
.pricing-page .pricing-grid article {
  text-align: center;
}

.pricing-page .featured-plan::before {
  align-self: center;
}

.pricing-page .plan-points {
  text-align: left;
}

/* Features page layout refinement */
.features-page .subpage-hero {
  display: grid;
  justify-items: center;
  padding-top: 28px;
  padding-bottom: clamp(30px, 5vw, 52px);
  text-align: center;
}

.features-page .subpage-highlight {
  margin-bottom: 14px;
  font-size: 1.55rem;
}

.features-page .subpage-hero h1 {
  max-width: 960px;
  margin-bottom: 18px;
  font-size: clamp(3.1rem, 7vw, 6.1rem);
  line-height: 0.94;
}

.features-page .subpage-hero p:not(.eyebrow):not(.hero-highlight) {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
}

.features-page .feature-section.standalone {
  align-items: start;
  padding-top: clamp(46px, 6vw, 76px);
}

.features-page .feature-list article {
  min-height: 178px;
}

@media (max-width: 620px) {
  .features-page .subpage-highlight {
    font-size: 1.2rem;
  }

  .features-page .subpage-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }
}

/* Works page layout refinement */
.works-page .subpage-hero {
  display: grid;
  justify-items: center;
  padding-top: 28px;
  padding-bottom: clamp(30px, 5vw, 52px);
  text-align: center;
}

.works-page .subpage-highlight {
  margin-bottom: 14px;
  font-size: 1.55rem;
}

.works-page .subpage-hero h1 {
  max-width: 960px;
  margin-bottom: 18px;
  font-size: clamp(3.1rem, 7vw, 6.1rem);
  line-height: 0.94;
}

.works-page .subpage-hero p:not(.eyebrow):not(.hero-highlight) {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
}

.works-page .section {
  padding-top: clamp(46px, 6vw, 76px);
}

.works-page .process-grid article {
  min-height: 230px;
}

@media (max-width: 620px) {
  .works-page .subpage-highlight {
    font-size: 1.2rem;
  }

  .works-page .subpage-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }
}

/* Works card centering */
.works-page .process-grid article {
  text-align: center;
}

.works-page .process-grid span {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.works-card-heading {
  margin: 0 auto clamp(22px, 4vw, 36px);
  text-align: center;
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: clamp(2.2rem, 4.6vw, 4.4rem);
  line-height: 1;
}

.logo-brand {
  width: min(190px, 42vw);
}

.logo-brand img {
  display: block;
  width: 100%;
  height: auto;
}

/* Final responsive system */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

.logo-brand {
  width: min(210px, 30vw);
  min-width: 150px;
}

.site-header {
  grid-template-columns: auto 1fr;
}

.site-nav {
  justify-self: center;
}

.hero-section,
.subpage-hero,
.section,
.feature-section,
.dashboard-band,
.intro-band,
.site-footer {
  width: 100%;
}

.process-grid article,
.pricing-grid article,
.feature-list article,
.trust-strip article {
  min-width: 0;
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding: 12px 18px 14px;
  }

  .logo-brand {
    width: min(200px, 68vw);
    min-width: 0;
  }

  .site-nav {
    display: flex !important;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    font-size: 0.9rem;
  }

  .hero-section {
    padding: 22px 22px 36px;
  }

  .hero-full-title,
  .pricing-page .subpage-hero h1,
  .features-page .subpage-hero h1,
  .works-page .subpage-hero h1 {
    max-width: 720px;
    font-size: clamp(2.85rem, 10vw, 4.8rem);
    line-height: 0.98;
  }

  .hero-statement,
  .intro-band p {
    font-size: clamp(1.28rem, 4.7vw, 2rem);
    line-height: 1.16;
  }

  .subpage-hero {
    padding-inline: 22px;
  }

  .feature-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .feature-copy,
  .feature-copy h2,
  .feature-copy p:not(.eyebrow) {
    max-width: none;
  }

  .process-grid,
  .pricing-grid,
  .trust-strip,
  .feature-list,
  .preview-grid {
    grid-template-columns: 1fr;
  }

  .pricing-page .featured-plan {
    transform: none;
  }
}

@media (max-width: 620px) {
  .site-header {
    position: sticky;
    min-height: auto;
  }

  .site-nav {
    gap: 8px 14px;
    font-size: 0.84rem;
  }

  .hero-section,
  .subpage-hero {
    padding-top: 18px;
  }

  .hero-highlight,
  .pricing-page .subpage-highlight,
  .features-page .subpage-highlight,
  .works-page .subpage-highlight {
    max-width: calc(100vw - 42px);
    white-space: normal;
    font-size: clamp(1rem, 4.6vw, 1.35rem);
  }

  .hero-full-title,
  .pricing-page .subpage-hero h1,
  .features-page .subpage-hero h1,
  .works-page .subpage-hero h1 {
    font-size: clamp(2.5rem, 12.4vw, 3.55rem);
    line-height: 1;
  }

  .hero-statement,
  .pricing-page .subpage-hero p:not(.eyebrow):not(.hero-highlight),
  .features-page .subpage-hero p:not(.eyebrow):not(.hero-highlight),
  .works-page .subpage-hero p:not(.eyebrow):not(.hero-highlight) {
    font-size: clamp(1.05rem, 4.7vw, 1.35rem);
    line-height: 1.28;
  }

  .store-cta {
    width: 100%;
    max-width: 340px;
    gap: 12px;
    padding-inline: 16px;
  }

  .store-cta-copy strong {
    font-size: 0.92rem;
  }

  .store-logo {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .hero-art {
    width: min(82vw, 300px);
  }

  .trust-strip,
  .section,
  .feature-section,
  .dashboard-band,
  .intro-band {
    padding-inline: 22px;
  }

  .process-grid article,
  .pricing-grid article,
  .feature-list article,
  .trust-strip article {
    padding: 22px;
    min-height: auto !important;
  }

  .pricing-page .pricing-grid strong {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  .plan-points {
    padding-left: 1rem;
  }

  .works-card-heading {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .site-footer {
    align-items: stretch;
  }

  .footer-x-button {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .site-nav {
    font-size: 0.8rem;
    gap: 7px 10px;
  }

  .hero-full-title,
  .pricing-page .subpage-hero h1,
  .features-page .subpage-hero h1,
  .works-page .subpage-hero h1 {
    font-size: clamp(2.2rem, 11.8vw, 3rem);
  }

  .trust-strip,
  .section,
  .feature-section,
  .dashboard-band,
  .intro-band,
  .hero-section,
  .subpage-hero {
    padding-left: 18px;
    padding-right: 18px;
  }
}
