:root {
  color-scheme: light dark;
  --ink: #10231f;
  --muted: #61766f;
  --subtle: #82948e;
  --paper: #f6faf7;
  --surface: #ffffff;
  --surface-soft: #edf8f2;
  --surface-strong: #dff4ea;
  --line: #d8e7df;
  --accent: #13a77c;
  --accent-strong: #087f61;
  --accent-deep: #073f35;
  --teal: #18c4a0;
  --gold: #9a6a10;
  --danger: #b42318;
  --success: #087f61;
  --shadow: 0 24px 70px rgba(9, 63, 53, 0.12);
  --soft-shadow: 0 14px 34px rgba(9, 63, 53, 0.08);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(237, 248, 242, 0.75) 0, rgba(246, 250, 247, 0) 520px),
    var(--paper);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.simple-page {
  background:
    linear-gradient(180deg, rgba(237, 248, 242, 0.8) 0, rgba(246, 250, 247, 0) 360px),
    var(--paper);
}

h1,
h2,
h3,
h4,
p,
li,
summary,
a,
button {
  overflow-wrap: anywhere;
}

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

p {
  margin-bottom: 0;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(216, 231, 223, 0.86);
  background: rgba(246, 250, 247, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 40px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  font-size: 16px;
  font-weight: 790;
  white-space: nowrap;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(8, 127, 97, 0.16);
}

.brand small {
  display: block;
  margin-top: -2px;
  color: var(--subtle);
  font-size: 12px;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  white-space: nowrap;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--accent-strong);
}

.button,
button.button,
.checkout-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--accent-strong);
  border-radius: 8px;
  padding: 10px 18px;
  background: var(--accent);
  color: #ffffff;
  text-decoration: none;
  font: inherit;
  font-weight: 780;
  line-height: 1.14;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.checkout-button:hover {
  background: var(--accent-strong);
  box-shadow: 0 14px 28px rgba(8, 127, 97, 0.2);
  transform: translateY(-1px);
}

.button:active,
.checkout-button:active {
  transform: translateY(0);
}

.button.secondary {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink);
  box-shadow: none;
}

.button.secondary:hover {
  border-color: #a9cec0;
  background: #f4fbf7;
  color: var(--accent-strong);
}

.button.ghost {
  border-color: transparent;
  background: transparent;
  color: var(--accent-strong);
  padding-right: 8px;
  padding-left: 8px;
  box-shadow: none;
}

.button.full,
.checkout-button {
  width: 100%;
}

.button[disabled],
.checkout-button[disabled] {
  border-color: #c6d4ce;
  background: #dce7e1;
  color: #70827b;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: min(720px, calc(100dvh - 74px));
  margin: 0 auto;
  padding: 66px 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: 58px;
}

.hero-copy-block {
  min-width: 0;
  max-width: 560px;
}

.hero-badge,
.eyebrow,
.meta {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  border: 1px solid #bfe3d4;
  border-radius: 999px;
  padding: 5px 13px;
  background: var(--surface-soft);
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 800;
}

.meta {
  margin-bottom: 16px;
}

h1 {
  margin-bottom: 22px;
  font-size: 64px;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 520px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

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

.supporting-note,
.pricing-note,
.notice {
  color: var(--muted);
  font-size: 14px;
}

.supporting-note {
  margin-top: 14px;
}

.hero-visual {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.hero-logo-card {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--soft-shadow);
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 820;
}

.hero-logo-card img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.product-frame,
.showcase-shot {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.product-frame img,
.showcase-shot img {
  width: 100%;
  border-radius: 6px;
  background: #ffffff;
}

.launch-strip {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  box-shadow: var(--soft-shadow);
}

.launch-strip-inner {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat {
  min-height: 132px;
  padding: 28px 24px;
}

.stat + .stat {
  border-left: 1px solid var(--line);
}

.stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-deep);
  font-size: 18px;
}

.stat span {
  color: var(--muted);
  font-size: 14px;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0;
}

.section.compact {
  padding-top: 54px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 32px;
}

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

.section-head p,
.privacy-panel p,
.legal-layout p,
.support-layout p {
  color: var(--muted);
  font-size: 17px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  grid-auto-flow: dense;
}

.feature-card,
.workflow-panel,
.privacy-panel,
.plan-card,
.support-card,
.legal-layout,
.support-layout,
.checkout-status,
.comparison-grid {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--soft-shadow);
}

.feature-card {
  grid-column: span 2;
  min-height: 236px;
  padding: 24px;
}

.feature-card.wide {
  grid-column: span 3;
}

.feature-card.tinted {
  grid-column: span 3;
  background: var(--surface-soft);
}

.feature-card.visual {
  grid-column: span 2;
  background: #fbf5e6;
}

.feature-card.visual img {
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(154, 106, 16, 0.14);
}

.feature-kicker,
.plan-label {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 4px 10px;
  background: var(--surface-strong);
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 840;
  text-transform: uppercase;
}

.feature-card p,
.workflow-item p,
.plan-card p,
.check-list,
.comparison-grid,
details p,
details summary,
.legal-layout li,
.support-layout li {
  color: var(--muted);
}

.workflow-panel {
  padding: 34px;
  background: var(--accent-deep);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(7, 63, 53, 0.18);
}

.workflow-panel .section-head p,
.workflow-item p {
  color: rgba(255, 255, 255, 0.72);
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.workflow-item {
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.07);
}

.showcase-section {
  padding-top: 44px;
}

.showcase-shot {
  max-width: 980px;
  margin: 0 auto;
}

.privacy-panel {
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: 36px;
  align-items: start;
  background: #f9fdfb;
}

.privacy-list,
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-list {
  display: grid;
  gap: 13px;
}

.privacy-list li,
.check-list li {
  position: relative;
  padding-left: 26px;
}

.privacy-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(19, 167, 124, 0.12);
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.pricing-hero .plans-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plan-card {
  position: relative;
  min-height: 100%;
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.plan-card.featured {
  border-color: rgba(8, 127, 97, 0.55);
  background: linear-gradient(180deg, #f3fbf7 0, #ffffff 100%);
  box-shadow: 0 24px 70px rgba(8, 127, 97, 0.16);
}

.plan-card.free {
  background: #fbf5e6;
}

.pricing-hero .plan-card h2 {
  min-height: 2.24em;
  margin-bottom: 12px;
}

.plan-copy {
  min-height: 78px;
}

.price {
  margin: 22px 0;
  display: grid;
  gap: 4px;
}

.pricing-hero .plan-copy {
  min-height: 96px;
}

.pricing-hero .price {
  min-height: 92px;
  margin: 4px 0 20px;
  grid-template-rows: 18px 42px 20px;
  align-content: start;
  gap: 6px;
}

.pricing-hero .price del,
.pricing-hero .price-placeholder {
  display: block;
  min-height: 18px;
}

.price del {
  color: var(--subtle);
  font-size: 14px;
}

.pricing-hero .price-placeholder {
  visibility: hidden;
}

.price strong {
  color: var(--accent-deep);
  font-size: 42px;
  line-height: 1;
}

.price span {
  color: var(--muted);
  font-weight: 720;
}

.check-list {
  display: grid;
  gap: 9px;
  margin-bottom: 22px;
  font-size: 14px;
}

.plan-card > .button.full,
.plan-card > .checkout-button {
  margin-top: auto;
}

.pricing-note,
.notice {
  max-width: 760px;
  margin: 22px auto 0;
  text-align: center;
}

.checkout-status {
  display: none;
  max-width: 720px;
  margin: 24px auto 0;
  padding: 14px 16px;
  background: var(--surface-soft);
  color: var(--accent-deep);
  font-weight: 740;
  text-align: center;
  box-shadow: none;
}

.checkout-status.is-error {
  border-color: #f0c3bd;
  background: #fff4f2;
  color: var(--danger);
}

.checkout-page {
  background:
    linear-gradient(180deg, rgba(240, 249, 244, 0.96) 0, rgba(247, 251, 248, 0.98) 48%, rgba(240, 248, 244, 0.92) 100%),
    var(--paper);
}

.checkout-main {
  min-height: calc(100dvh - 74px);
  display: flex;
  align-items: flex-start;
}

.checkout-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 58px;
}

.checkout-intro {
  width: min(820px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.checkout-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 16px;
  border: 1px solid #bfe3d4;
  border-radius: 999px;
  padding: 5px 13px;
  background: rgba(223, 244, 234, 0.82);
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 820;
}

.checkout-intro h1 {
  max-width: 1040px;
  margin: 0 auto 16px;
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 0.98;
}

.checkout-intro p {
  max-width: 750px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.checkout-trust {
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 760;
}

.checkout-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 13px;
}

.checkout-trust span + span {
  border-left: 1px solid var(--line);
}

.checkout-plans {
  width: min(1040px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.checkout-plan {
  position: relative;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 54px rgba(9, 63, 53, 0.08);
}

.checkout-plan.featured {
  border-color: rgba(8, 127, 97, 0.66);
  background: linear-gradient(180deg, rgba(240, 250, 245, 0.98) 0, rgba(255, 255, 255, 0.96) 100%);
  box-shadow: 0 22px 66px rgba(8, 127, 97, 0.16);
}

.checkout-plan h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1.05;
}

.checkout-plan .plan-copy {
  min-height: 88px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.56;
}

.checkout-plan .price {
  margin: 18px 0 22px;
  min-height: 112px;
}

.checkout-plan .price del {
  min-height: 22px;
  color: var(--subtle);
  font-size: 14px;
}

.checkout-plan .price strong {
  font-size: clamp(48px, 5vw, 60px);
  letter-spacing: 0;
}

.checkout-plan .price span {
  font-size: 17px;
}

.checkout-plan .check-list {
  gap: 12px;
  margin-bottom: 28px;
  font-size: 15px;
}

.checkout-plan .check-list li {
  padding-left: 28px;
}

.checkout-plan .check-list li::before {
  top: 0.38em;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(19, 167, 124, 0.35);
  background: rgba(19, 167, 124, 0.1);
  box-shadow: none;
}

.checkout-plan .check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.69em;
  width: 5px;
  height: 8px;
  border-right: 2px solid var(--accent-strong);
  border-bottom: 2px solid var(--accent-strong);
  transform: rotate(42deg);
}

.checkout-plan .checkout-button {
  margin-top: auto;
  min-height: 48px;
  border-radius: 8px;
  font-size: 17px;
}

.checkout-note {
  max-width: 780px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.comparison-grid {
  display: grid;
  grid-template-columns: minmax(160px, 0.7fr) repeat(2, minmax(0, 1fr));
  overflow: hidden;
  box-shadow: none;
}

.comparison-grid > div {
  min-height: 58px;
  padding: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.comparison-grid > div:nth-child(3n) {
  border-right: 0;
}

.comparison-grid > div:nth-last-child(-n+3) {
  border-bottom: 0;
}

.comparison-grid .head {
  background: var(--accent-deep);
  color: #ffffff;
  font-weight: 800;
}

.muted {
  color: var(--muted);
}

.legal-layout,
.support-layout {
  width: min(900px, calc(100% - 40px));
  margin: 48px auto 0;
  padding: 34px;
}

.legal-layout h1,
.support-layout h1 {
  margin-bottom: 18px;
  font-size: 48px;
  line-height: 1.05;
}

.legal-layout h2,
.support-layout h2 {
  margin-top: 34px;
  font-size: 26px;
}

.legal-layout ul,
.support-layout ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.legal-layout a,
.support-layout a,
.footer a {
  color: var(--accent-strong);
  font-weight: 740;
}

.support-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.support-card {
  padding: 24px;
}

details {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.76);
}

details summary {
  cursor: pointer;
  font-weight: 780;
  color: var(--ink);
}

details p {
  margin-top: 12px;
}

.footer {
  margin-top: 80px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 160px;
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
}

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

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

.footer-links a {
  text-decoration: none;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 40px;
  }

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

  .launch-strip-inner,
  .workflow-grid,
  .pricing-hero .plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checkout-section {
    padding-top: 42px;
  }

  .checkout-plans {
    width: min(720px, 100%);
    grid-template-columns: 1fr;
  }

  .checkout-plan .plan-copy,
  .checkout-plan .price {
    min-height: 0;
  }

  .feature-card,
  .feature-card.wide,
  .feature-card.tinted,
  .feature-card.visual {
    grid-column: span 3;
  }

  .privacy-panel {
    grid-template-columns: 1fr;
  }

  .stat:nth-child(odd) {
    border-left: 0;
  }

  .stat:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .nav {
    min-height: auto;
    padding: 16px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  h1,
  .legal-layout h1,
  .support-layout h1 {
    font-size: 34px;
    line-height: 1.05;
  }

  h2 {
    font-size: 30px;
  }

  .hero {
    width: auto;
    padding-top: 42px;
    margin-right: 14px;
    margin-left: 14px;
    display: block;
  }

  .section,
  .checkout-section,
  .launch-strip,
  .footer-inner,
  .legal-layout,
  .support-layout {
    width: auto;
    margin-right: 14px;
    margin-left: 14px;
  }

  .hero-copy-block,
  .hero-copy,
  .supporting-note,
  .section-head {
    width: 100%;
    max-width: 100%;
  }

  .hero h1,
  .hero p {
    max-width: calc(100vw - 28px);
  }

  .hero-visual {
    width: 100%;
    max-width: calc(100vw - 28px);
    margin-top: 38px;
  }

  .product-frame,
  .showcase-shot {
    width: 100%;
    max-width: 100%;
  }

  .hero-copy {
    font-size: 18px;
  }

  .hero-logo-card {
    position: static;
    width: 100%;
    margin-bottom: 12px;
  }

  .feature-grid,
  .support-grid,
  .checkout-plans,
  .plans-grid,
  .pricing-hero .plans-grid,
  .launch-strip-inner,
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .pricing-hero .plan-card h2,
  .pricing-hero .plan-copy,
  .pricing-hero .price {
    min-height: 0;
  }

  .feature-card,
  .feature-card.wide,
  .feature-card.tinted,
  .feature-card.visual {
    grid-column: span 1;
  }

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

  .feature-card.visual img {
    width: 84px;
    height: 84px;
  }

  .stat + .stat {
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .stat:first-child {
    border-bottom: 1px solid var(--line);
  }

  .stat:nth-child(n+3) {
    border-top: 0;
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .privacy-panel,
  .workflow-panel,
  .legal-layout,
  .support-layout {
    padding: 24px;
  }

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

  .comparison-grid > div,
  .comparison-grid > div:nth-child(3n),
  .comparison-grid > div:nth-last-child(-n+3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .comparison-grid > div:last-child {
    border-bottom: 0;
  }

  .footer-inner {
    flex-direction: column;
  }

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

  .checkout-section {
    padding: 34px 0 44px;
  }

  .checkout-intro {
    margin-bottom: 24px;
    text-align: left;
  }

  .checkout-intro h1,
  .checkout-intro p {
    margin-right: 0;
    margin-left: 0;
  }

  .checkout-trust {
    justify-content: flex-start;
  }

  .checkout-trust span {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .checkout-trust span + span {
    border-left: 0;
  }

  .checkout-plan {
    padding: 24px;
  }
}

@media (max-width: 420px) {
  h1,
  .legal-layout h1,
  .support-layout h1 {
    font-size: 32px;
  }

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

@media (max-width: 520px) {
  .hero,
  .section,
  .checkout-section,
  .launch-strip,
  .footer-inner,
  .legal-layout,
  .support-layout {
    max-width: 360px;
  }

  .hero-copy-block,
  .hero-copy,
  .supporting-note,
  .hero-visual,
  .product-frame,
  .showcase-shot {
    max-width: 360px;
  }

  .hero h1,
  .hero p {
    max-width: 360px;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --ink: #edf7f2;
    --muted: #aac2b9;
    --subtle: #8aa399;
    --paper: #0f1715;
    --surface: #15211d;
    --surface-soft: #142b25;
    --surface-strong: #17392f;
    --line: #2a443c;
    --accent: #28c99b;
    --accent-strong: #66e2bd;
    --accent-deep: #dcfff2;
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    --soft-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  }

  body,
  body.simple-page {
    background: var(--paper);
  }

  body.checkout-page {
    background:
      linear-gradient(180deg, rgba(18, 34, 30, 0.98) 0, rgba(15, 23, 21, 1) 56%, rgba(18, 32, 28, 0.96) 100%),
      var(--paper);
  }

  .site-header,
  .launch-strip,
  .footer {
    background: rgba(15, 23, 21, 0.88);
  }

  .hero-logo-card,
  details {
    background: rgba(21, 33, 29, 0.94);
  }

  .product-frame,
  .showcase-shot {
    background: #101a17;
  }

  .button.secondary {
    background: transparent;
    color: var(--ink);
  }

  .button.secondary:hover {
    background: #172722;
  }

  .feature-card.visual,
  .plan-card.free {
    background: #262415;
  }

  .plan-card.featured {
    background: linear-gradient(180deg, #132a24 0, #15211d 100%);
  }

  .checkout-kicker {
    border-color: #31584c;
    background: #142b25;
  }

  .checkout-plan {
    background: rgba(21, 33, 29, 0.92);
  }

  .checkout-plan.featured {
    background: linear-gradient(180deg, rgba(20, 43, 37, 0.98) 0, rgba(21, 33, 29, 0.96) 100%);
  }

  .checkout-plan .check-list li::before {
    background: rgba(40, 201, 155, 0.12);
  }

  .privacy-panel {
    background: #121e1a;
  }

  .checkout-status.is-error {
    background: #2a1715;
    color: #ffb4aa;
  }
}
