:root {
  --bg: #fdfaf7;
  --paper: #fffefa;
  --paper-soft: #f8f2ea;
  --ink: #0b342f;
  --ink-deep: #06241f;
  --muted: #665f57;
  --line: #e6dac9;
  --accent: #a51f28;
  --accent-dark: #86151d;
  --accent-soft: #fbebe7;
  --green: #0a4239;
  --cream: #f3eadf;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

button,
a,
audio {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
audio:focus-visible {
  outline: 3px solid rgba(165, 31, 40, 0.28);
  outline-offset: 4px;
}

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

h1,
h2,
h3,
p {
  margin: 0;
  overflow-wrap: break-word;
}

h1,
.brand-copy strong {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0;
}

h2,
h3 {
  font-family: "Nunito Sans", Arial, sans-serif;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  max-width: 100%;
  font-size: clamp(4rem, 5.6vw, 5.2rem);
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

h1 span {
  color: var(--accent);
}

h2 {
  font-size: clamp(2.6rem, 4.2vw, 4rem);
  line-height: 1.03;
}

h3 {
  font-size: 1.52rem;
  line-height: 1.08;
}

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

.site-header {
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(253, 250, 247, 0.96);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 14px;
}

.brand-mark {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-copy strong {
  font-size: 30px;
  line-height: 0.92;
}

.brand-copy small {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3.2vw, 48px);
  color: var(--ink-deep);
  font-size: 18px;
  font-weight: 900;
}

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

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--accent);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 28px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

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

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--accent-dark);
}

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

.button-secondary:hover,
.button-secondary:focus-visible {
  color: #fffefa;
  background: var(--ink);
}

.header-cta {
  min-height: 48px;
  padding: 13px 27px;
}

.hero {
  overflow: hidden;
  padding: 60px 0 46px;
  background: var(--bg);
}

.hero-main {
  display: grid;
  grid-template-columns: minmax(0, 860px) minmax(360px, 1fr);
  align-items: center;
  gap: 42px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero-lead {
  max-width: 675px;
  margin-top: 24px;
  color: #3f3b35;
  font-size: clamp(1.28rem, 1.75vw, 1.58rem);
  font-weight: 800;
  line-height: 1.42;
}

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

.hero-art-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.hero-art {
  width: min(650px, 46vw);
  max-width: none;
  height: auto;
  object-fit: contain;
}

.hero-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px;
  margin-top: 22px;
}

.flow-step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.flow-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: #fffefa;
  background: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.flow-step h2 {
  font-size: 25px;
  line-height: 1.08;
}

.flow-step p {
  margin-top: 6px;
  color: #4b4740;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.32;
}

.demo-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 34px;
  margin-top: 8px;
}

.demo-card {
  min-height: 204px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
}

.demo-card-order {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 12px 18px;
  align-items: center;
  padding: 20px;
}

.demo-card-order .demo-thumb {
  grid-row: 1 / span 3;
}

.demo-thumb {
  overflow: hidden;
  border-radius: 10px;
  background: var(--cream);
  aspect-ratio: 1;
}

.demo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo-lines {
  display: grid;
  gap: 12px;
}

.demo-lines i {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: #ebe4dc;
}

.demo-lines i:nth-child(3) {
  width: 72%;
}

.demo-card button {
  border: 1px solid var(--accent-dark);
  border-radius: 8px;
  color: #fffefa;
  background: var(--accent);
  font: 900 17px/1 "Nunito Sans", Arial, sans-serif;
}

.demo-card-order button {
  grid-column: 2;
  min-height: 44px;
}

.demo-card-order small {
  grid-column: 2;
  margin-top: -8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.demo-card-form {
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 16px 24px;
}

.demo-card-form label {
  color: var(--ink-deep);
  font-size: 13px;
  font-weight: 900;
}

.demo-card-form div,
.demo-card-form p {
  min-height: 22px;
  border: 1px solid #e6ded3;
  border-radius: 8px;
  background: #f7f2eb;
}

.demo-card-form p {
  padding: 5px 10px;
  color: #6f665d;
  font-size: 13px;
  font-weight: 700;
}

.demo-card-form button {
  min-height: 36px;
  margin-top: 4px;
  background: var(--ink);
  border-color: var(--ink);
}

.demo-card-player {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 20px;
  align-items: center;
  padding: 18px 20px;
}

.player-copy h2 {
  color: var(--ink);
  font-size: 31px;
}

.player-copy p {
  margin-top: 4px;
  color: #4b4740;
  font-size: 18px;
  font-weight: 800;
}

.wave {
  width: 100%;
  height: 12px;
  margin-top: 18px;
  border-top: 2px solid #6c9f92;
  border-bottom: 2px solid #6c9f92;
  border-radius: 999px;
}

.player-line {
  position: relative;
  overflow: hidden;
  height: 4px;
  margin-top: 18px;
  border-radius: 999px;
  background: #ded5c8;
}

.player-line::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 55%;
  background: var(--ink);
}

.benefit-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-top: 18px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.benefit-row article {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
}

.benefit-row img {
  width: 76px;
  height: 76px;
  border-radius: 999px;
  object-fit: cover;
}

.benefit-row h2 {
  font-size: 25px;
  line-height: 1.08;
}

.benefit-row p {
  margin-top: 6px;
  color: #4b4740;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.32;
}

.section {
  padding: 76px 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  align-items: start;
  gap: 72px;
}

.split-layout.reverse {
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1fr);
}

.split-layout.reverse .section-copy {
  grid-column: 2;
}

.split-layout.reverse .soft-panel {
  grid-column: 1;
  grid-row: 1;
}

.section-kicker {
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-lead {
  max-width: 680px;
  margin-top: 18px;
  color: #4b4740;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.42;
}

.earn-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.earn-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 235px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg);
}

.earn-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #fffefa;
  background: var(--accent);
  font-size: 18px;
  font-weight: 900;
}

.earn-grid h3 {
  font-size: 29px;
}

.earn-grid p {
  color: #4b4740;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.34;
}

.workflow-section,
.audio-section {
  background: var(--bg);
}

.workflow-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.78fr);
  align-items: start;
  gap: 56px;
}

.site-preview {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
}

.site-preview-top {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line);
}

.site-preview-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
}

.site-preview-top span:nth-child(2) {
  background: #d2a748;
}

.site-preview-top span:nth-child(3) {
  background: var(--ink);
}

.site-preview-top strong {
  margin-left: 8px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.site-preview-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.site-preview-actions button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  font: 900 16px/1 "Nunito Sans", Arial, sans-serif;
}

.site-preview-actions button:last-child {
  color: #fffefa;
  border-color: var(--ink);
  background: var(--ink);
}

.site-preview-actions b {
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.site-preview-product {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 28px 24px 30px;
}

.site-preview-product img {
  width: 92px;
  height: 92px;
  border-radius: 18px;
  object-fit: cover;
}

.site-preview-product h3 {
  font-size: 31px;
}

.site-preview-product p {
  margin-top: 7px;
  color: #4b4740;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.34;
}

.niche-strip {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.niche-strip h3 {
  font-size: 33px;
}

.niche-strip p {
  max-width: 760px;
  margin-top: 7px;
  color: #4b4740;
  font-size: 20px;
  font-weight: 700;
}

.niche-strip .niche-note {
  max-width: 680px;
  margin-top: 12px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.32;
}

.section-head {
  max-width: 800px;
  margin-bottom: 30px;
}

.audio-grid {
  display: grid;
  gap: 12px;
}

.audio-card {
  display: grid;
  grid-template-columns: 58px minmax(180px, 1fr) minmax(300px, 420px);
  gap: 22px;
  align-items: center;
  min-height: 108px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
}

.audio-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  color: #fffefa;
  background: var(--accent);
  font-weight: 900;
}

.audio-card h3 {
  font-size: 28px;
}

.audio-card p {
  margin-top: 4px;
  color: #4b4740;
  font-size: 17px;
  font-weight: 700;
}

.audio-card audio {
  width: 100%;
  accent-color: var(--accent);
}

.contact-section {
  padding: 78px 0;
  color: #fffefa;
  background: var(--ink);
}

.contact-section h2,
.contact-section .section-kicker {
  color: #fffefa;
}

.contact-section p {
  max-width: 740px;
  margin-top: 18px;
  color: rgba(255, 254, 250, 0.78);
  font-size: 23px;
  font-weight: 700;
}

.contact-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.contact-notes li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 254, 250, 0.24);
  border-radius: 999px;
  color: rgba(255, 254, 250, 0.78);
  font-size: 15px;
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.58fr);
  gap: 58px;
  align-items: center;
}

.contact-actions {
  display: grid;
  gap: 14px;
}

.contact-card {
  display: grid;
  gap: 3px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 254, 250, 0.22);
  border-radius: 12px;
  color: #fffefa;
}

.contact-card span {
  color: inherit;
  opacity: 0.72;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card strong {
  font-size: 30px;
  line-height: 1.12;
}

.messenger-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 4px;
}

.messenger-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  border: 1px solid rgba(255, 254, 250, 0.92);
  border-radius: 18px;
  background: #fffefa;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.messenger-link:hover,
.messenger-link:focus-visible {
  border-color: #fffefa;
  background: #ffffff;
  transform: translateY(-2px);
}

.messenger-link img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.messenger-max img {
  width: 78px;
  height: 78px;
}

.site-footer {
  padding: 24px 0;
  color: rgba(255, 254, 250, 0.68);
  background: var(--ink-deep);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .container {
    width: min(100% - 56px, 1320px);
  }

  .hero-main,
  .split-layout,
  .split-layout.reverse,
  .workflow-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .split-layout.reverse .section-copy,
  .split-layout.reverse .soft-panel {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-art-wrap {
    justify-content: flex-start;
  }

  .hero-art {
    width: min(620px, 100%);
  }

  .demo-flow {
    grid-template-columns: 1fr;
    max-width: 680px;
  }
}

@media (max-width: 920px) {
  .site-nav {
    display: none;
  }

  h1 {
    font-size: clamp(3.25rem, 13vw, 5.1rem);
  }

  .hero-flow,
  .benefit-row,
  .earn-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .niche-strip {
    display: grid;
    align-items: start;
  }

  .audio-card {
    grid-template-columns: 52px 1fr;
  }

  .audio-card audio {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 76px;
  }

  .container {
    width: min(100% - 32px, 1320px);
  }

  .header-inner {
    min-height: 74px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .brand-copy strong {
    font-size: 23px;
  }

  .brand-copy small {
    font-size: 12px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding: 34px 0 36px;
  }

  .hero-main {
    gap: 28px;
  }

  h1 {
    font-size: clamp(2.34rem, 10.4vw, 2.95rem);
    line-height: 1.06;
  }

  h2 {
    font-size: 2.55rem;
  }

  .hero-lead,
  .section-lead,
  .contact-section p {
    font-size: 18px;
  }

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

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

  .hero-flow {
    margin-top: 38px;
  }

  .flow-step {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .flow-step span {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .flow-step h2,
  .benefit-row h2 {
    font-size: 23px;
  }

  .flow-step p,
  .benefit-row p {
    font-size: 18px;
  }

  .demo-card-order,
  .demo-card-player {
    grid-template-columns: 1fr;
  }

  .demo-card-order button {
    grid-column: auto;
  }

  .section,
  .contact-section {
    padding: 68px 0;
  }

  .earn-grid article {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
  }

  .site-preview-product {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 16px;
    padding: 24px 18px;
  }

  .site-preview-product img {
    width: 74px;
    height: 74px;
  }

  .site-preview-product h3,
  .niche-strip h3 {
    font-size: 24px;
  }

  .niche-strip .niche-note {
    font-size: 19px;
  }

  .contact-card strong {
    font-size: 23px;
  }

  .messenger-link {
    min-height: 86px;
    border-radius: 16px;
  }

  .messenger-link img {
    width: 58px;
    height: 58px;
  }

  .messenger-max img {
    width: 64px;
    height: 64px;
  }
}

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

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