:root {
  --bg: #fbf6f0;
  --paper: #ffffff;
  --paper-soft: #fffaf6;
  --ink: #221c19;
  --muted: #7b7068;
  --line: rgba(77, 55, 41, 0.13);
  --accent: #b98596;
  --accent-dark: #875568;
  --mint: #eef8f1;
  --mint-strong: #6f9f88;
  --blue-soft: #f1effb;
  --rose-soft: #fff3f6;
  --sand: #efe0d1;
  --cream: #fffaf4;
  --shadow: 0 28px 70px rgba(71, 48, 31, 0.12);
  --soft-shadow: 0 12px 34px rgba(71, 48, 31, 0.07);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% -4%, rgba(255, 217, 228, 0.52), transparent 28%),
    radial-gradient(circle at 86% 2%, rgba(220, 210, 245, 0.26), transparent 30%),
    linear-gradient(180deg, #fffaf6 0%, var(--bg) 44%, #ffffff 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(34, 28, 25, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 28, 25, 0.02) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 70%);
}

body::after {
  content: "";
  position: fixed;
  inset: -24%;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 30%, rgba(255, 218, 229, 0.22), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(226, 207, 190, 0.18), transparent 30%),
    radial-gradient(circle at 66% 86%, rgba(220, 210, 245, 0.14), transparent 32%);
  filter: blur(10px);
  animation: ambientDrift 24s ease-in-out infinite alternate;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

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

h1 {
  max-width: 1040px;
  margin: 0 auto 18px;
  font-size: clamp(44px, 6.2vw, 82px);
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 760;
  text-align: center;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 740;
}

h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 760;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 78px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(77, 55, 41, 0.08);
  background: rgba(255, 250, 246, 0.82);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  gap: 28px;
}

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

.brand img {
  width: 154px;
  height: auto;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a,
.text-link {
  color: rgba(34, 28, 25, 0.72);
  font-size: 15px;
  font-weight: 650;
  transition: color 160ms ease;
}

.site-nav a:hover,
.text-link:hover {
  color: var(--accent-dark);
}

.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid #251f1c;
  border-radius: 999px;
  background: #251f1c;
  color: #fff;
  font-weight: 760;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  box-shadow: 0 14px 32px rgba(135, 85, 104, 0.2);
  transform: translateY(-2px);
}

.button-small {
  min-height: 44px;
  padding: 11px 18px;
}

.button-ghost {
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  border-color: var(--line);
}

.button-ghost:hover {
  background: #fff;
  border-color: rgba(135, 85, 104, 0.28);
  color: var(--ink);
}

.menu-button {
  display: none;
}

.login-icon-link {
  display: none;
}

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

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 78px);
  padding: 72px 18px 100px;
  background:
    linear-gradient(90deg, rgba(255, 250, 246, 0.94) 0%, rgba(252, 243, 236, 0.84) 52%, rgba(226, 207, 190, 0.62) 100%),
    radial-gradient(circle at 26% 12%, rgba(255, 230, 236, 0.62), transparent 36%),
    radial-gradient(circle at 78% 18%, rgba(203, 180, 160, 0.28), transparent 34%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: -18%;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.52), transparent 22%),
    radial-gradient(circle at 72% 18%, rgba(255, 218, 229, 0.2), transparent 24%),
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.2) 45%, transparent 64%);
  opacity: 0.72;
  animation: heroLightSweep 18s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.28;
}

.hero::after {
  right: 4%;
  top: 120px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  filter: blur(58px);
  animation: softFloat 12s ease-in-out infinite alternate;
}

.hero-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1fr);
  align-items: center;
  gap: 54px;
  text-align: left;
}

.hero-copy {
  padding-top: 20px;
}

.hero h1 {
  max-width: 620px;
  margin: 0 0 22px;
  text-align: left;
  font-size: clamp(46px, 5vw, 48px);
  line-height: 1.08;
  font-weight: 760;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 590px;
  margin: 0 0 32px;
  color: rgba(34, 28, 25, 0.68);
  font-size: 20px;
  line-height: 1.62;
  font-weight: 500;
}

.hero-actions,
.final-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-trust {
  margin-top: 44px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  color: rgba(34, 28, 25, 0.76);
  font-size: 14px;
  font-weight: 560;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hero-trust span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 2px;
  border-radius: 999px;
  background: rgba(185, 133, 150, 0.56);
}

.hero-trust svg {
  width: 22px;
  height: 22px;
  color: #d99cab;
  stroke-width: 1.8;
}

.hero-composer {
  position: relative;
  width: 100%;
  height: clamp(440px, 46vw, 560px);
}

.hero-product-card,
.hero-result-card {
  position: absolute;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-product-card span,
.hero-result-card span {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  padding: 10px 18px;
  border-radius: 999px;
  color: rgba(34, 28, 25, 0.86);
  font-size: 14px;
  font-weight: 650;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(14px);
}

.hero-product-card {
  z-index: 3;
  left: 0;
  top: 24%;
  width: 42%;
  height: 69%;
  padding: 0;
  border-radius: 28px;
}

.hero-product-card img {
  width: 100%;
  height: 100%;
 
  filter: drop-shadow(0 24px 28px rgba(58, 39, 28, 0.12));
}

.hero-result-card {
  right: 0;
  top: 6%;
  width: 70%;
  height: 100%;
  border-radius: 28px;
  background: #dcc6b6;
}

.hero-result-card span {
  background: rgba(252, 219, 213, 0.82);
}

.hero-result-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hero-arrow {
  position: absolute;
  z-index: 4;
  left: 38%;
  top: 53%;
  width: clamp(58px, 6vw, 60px);
  height: clamp(58px, 6vw, 60px);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #74222a;
  box-shadow: 0 20px 46px rgba(71, 48, 31, 0.14);
  display: grid;
  place-items: center;
}

.hero-arrow svg {
  width: clamp(28px, 3vw, 36px);
  height: clamp(28px, 3vw, 36px);
  stroke-width: 1.8;
}

.hero-demo {
  margin: 54px auto 0;
  padding: 18px;
  border: 1px solid rgba(219, 229, 239, 0.92);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) auto minmax(0, 0.78fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.hero-banner {
  margin: 56px auto 0;
  padding: 14px;
  border: 1px solid rgba(77, 55, 41, 0.11);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-banner img {
  width: 100%;
  border-radius: 26px;
  object-fit: contain;
}

.demo-card {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  border-radius: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.demo-card img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
}

.product-card {
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(255, 255, 255, 0.86);
}

.product-card img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1;
  object-fit: contain;
}

.demo-label {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-size: 12px;
  font-weight: 760;
}

.demo-symbol {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--accent-dark);
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 760;
}

.who-section {
  padding: 96px 0 58px;
}

.who-section .section-heading {
  max-width: 900px;
  margin-bottom: 48px;
}

.who-section .section-heading h2 {
  font-size: clamp(40px, 5vw, 62px);
}

.who-section .section-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(34, 28, 25, 0.62);
  font-size: 20px;
  line-height: 1.55;
}

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

.who-grid article,
.steps article,
.price-card,
.faq-list details {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--soft-shadow);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.who-grid article:hover,
.steps article:hover,
.price-card:hover,
.faq-list details:hover {
  transform: translateY(-3px);
  border-color: rgba(135, 85, 104, 0.22);
  box-shadow: 0 18px 44px rgba(71, 48, 31, 0.1);
}

.who-grid article {
  min-height: 300px;
  padding: 34px 32px 32px;
  border-radius: 26px;
  text-align: center;
}

.who-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.82), transparent 44%),
    rgba(244, 222, 225, 0.78);
  color: #c36f80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 18px 34px rgba(135, 85, 104, 0.07);
}

.who-icon svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.8;
  color: #c36f80;
  stroke: currentColor;
}

.who-grid article:nth-child(2n) .who-icon {
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.82), transparent 44%),
    rgba(244, 222, 225, 0.78);
  color: #c36f80;
}

.who-grid article:nth-child(3n) .who-icon {
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.82), transparent 44%),
    rgba(244, 222, 225, 0.78);
  color: #c36f80;
}

.who-grid strong,
.who-grid article > span:not(.who-icon) {
  display: block;
}

.who-grid strong {
  max-width: 290px;
  margin: 0 auto 20px;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 760;
  margin-top: 24px;
}

.who-grid strong::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin: 22px auto 0;
  border-radius: 999px;
  background: rgba(217, 156, 171, 0.44);
}

.who-grid span {
  color: var(--muted);
  max-width: 300px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}

.who-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

.audience-grid {
  padding: 90px 0 58px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.audience-card {
  min-height: 386px;
  padding: 38px;
  border: 1px solid rgba(135, 85, 104, 0.16);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 243, 247, 0.86)),
    radial-gradient(circle at 92% 8%, rgba(216, 201, 244, 0.18), transparent 32%);
  box-shadow: var(--soft-shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}

.audience-card.soft {
  border-color: rgba(111, 159, 136, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(239, 248, 241, 0.9)),
    radial-gradient(circle at 92% 8%, rgba(255, 218, 229, 0.18), transparent 32%);
}

.audience-card p:not(.eyebrow) {
  max-width: 600px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.results-gallery-section {
  padding: 90px 0 66px;
  overflow: hidden;
}

.results-gallery-section .section-heading {
  max-width: 880px;
  margin-bottom: 34px;
}

.results-gallery-section .section-heading h2 {
  font-size: clamp(38px, 5vw, 58px);
}

.results-gallery-section .section-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(34, 28, 25, 0.62);
  font-size: 19px;
  line-height: 1.55;
}

.results-slider-wrap {
  position: relative;
  width: 100%;
  margin-left: 0;
  overflow: hidden;
  padding: 0 0 4px;
}

.results-viewport {
  overflow: hidden;
  width: 100%;
  padding: 8px 0 18px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.results-viewport.is-dragging {
  cursor: grabbing;
}

.results-track {
  display: flex;
  gap: var(--results-gap, 18px);
  will-change: transform;
}

.result-slide {
  flex: 0 0 var(--result-slide-width, 100%);
  overflow: hidden;
  border: 1px solid rgba(77, 55, 41, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 247, 241, 0.9));
  box-shadow: 0 8px 22px rgba(71, 48, 31, 0.045);
  will-change: transform;
}

.result-slide img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
}

.results-slider-controls {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.results-pagination {
  width: auto;
  min-width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.results-pagination button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  margin: 0 !important;
  background: rgba(135, 85, 104, 0.26);
  opacity: 1;
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.results-pagination button.is-active {
  width: 26px;
  border-radius: 999px;
  background: var(--accent-dark);
}

.how-section,
.pricing-section,
.seo-section,
.faq-section {
  padding: 78px 0;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 17px;
}

.how-section {
  width: min(1280px, calc(100% - 36px));
  margin-top: 100px;
  padding: 58px clamp(22px, 5vw, 72px) 66px;
  border: 1px solid rgba(77, 55, 41, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 247, 241, 0.88)),
    radial-gradient(circle at 12% 4%, rgba(255, 218, 229, 0.22), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(225, 215, 246, 0.14), transparent 34%);
  box-shadow: 0 26px 70px rgba(71, 48, 31, 0.08);
}

.how-section .section-heading {
  margin-bottom: 44px;
}

.how-section .eyebrow {
  color: #bd7789;
}

.how-section h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 3.2vw, 42px);
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 52px);
}

.steps::before,
.steps::after {
  content: "";
  position: absolute;
  top: 58px;
  height: 2px;
  border-top: 2px dotted rgba(217, 156, 171, 0.46);
}

.steps::before {
  left: calc(16.66% + 68px);
  right: calc(50% + 68px);
}

.steps::after {
  left: calc(50% + 68px);
  right: calc(16.66% + 68px);
}

.steps article {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  transition: none;
}

.steps article:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.step-icon {
  width: 118px;
  height: 118px;
  margin: 0 auto 34px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.86), transparent 44%),
    rgba(244, 222, 225, 0.82);
  color: #b96e82;
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 18px 34px rgba(135, 85, 104, 0.08);
}

.step-icon svg {
  width: 48px;
  height: 48px;
  stroke-width: 1.8;
}

.step-title {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.step-title span {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(244, 222, 225, 0.86);
  color: #9f5c70;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 760;
}

.step-title h3 {
  margin: 0;
  font-size: 21px;
}

.steps p {
  max-width: 310px;
  margin: 0 auto;
  color: rgba(34, 28, 25, 0.64);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.feature-section {
  padding: 54px 0 86px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 20px;
}

.feature-copy {
  padding: 48px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 249, 244, 0.9)),
    radial-gradient(circle at 94% 0%, rgba(255, 218, 229, 0.26), transparent 34%);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.feature-copy p:not(.eyebrow) {
  font-size: 17px;
  font-weight: 500;
}

.clean-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.clean-list li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  font-weight: 700;
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.feature-image {
  width: min(470px, 100%);
  margin: 0 auto;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  max-height: 610px;
  border-radius: 24px;
  object-fit: cover;
 
}

.feature-image-wide {
  width: min(520px, 100%);
}

.feature-image-wide img {
  aspect-ratio: 1746 / 901;
  max-height: none;
  object-position: center;
}

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

.price-card {
  position: relative;
  min-height: 284px;
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.price-card > span:not(.popular-badge) {
  display: block;
  margin-bottom: 8px;
  color: #7a879d;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-card h3 {
  margin-bottom: 18px;
  font-size: 28px;
}

.price-card strong {
  display: block;
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 1;
  font-weight: 760;
}

.price-card p {
  margin-bottom: 18px;
  font-weight: 500;
}

.price-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.price-list li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
}

.price-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mint-strong);
}

.price-card.popular .price-list li::before {
  background: var(--accent);
}

.price-button {
  width: 100%;
  margin-top: auto;
  min-height: 48px;
  padding: 12px 18px;
}

.price-card.popular {
  border-color: rgba(135, 85, 104, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 248, 251, 0.96), rgba(255, 246, 240, 0.94)),
    radial-gradient(circle at 92% 8%, rgba(216, 201, 244, 0.2), transparent 30%);
  box-shadow: var(--shadow);
}

.popular-badge {
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(185, 133, 150, 0.13);
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 760;
}

.seo-section {
  padding-top: 26px;
}

.seo-copy {
  max-width: 920px;
  margin: 0 auto;
  padding: 34px 38px;
  border: 1px solid rgba(77, 55, 41, 0.1);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 248, 244, 0.82)),
    radial-gradient(circle at 92% 10%, rgba(255, 218, 229, 0.2), transparent 32%);
  box-shadow: 0 16px 46px rgba(71, 48, 31, 0.06);
  text-align: center;
}

.seo-copy h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(28px, 3vw, 38px);
}

.seo-copy p:last-child {
  max-width: 780px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 500;
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 22px 24px;
  border-radius: 24px;
}

.faq-list summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 740;
}

.faq-list p {
  margin: 12px 0 0;
  font-weight: 500;
}

.faq-list ul {
  margin: 10px 0 0;
  padding-left: 20px;
  color: var(--muted);
  font-weight: 500;
}

.faq-list li + li {
  margin-top: 4px;
}

.final-cta {
  margin: 68px auto;
  padding: 48px;
  border: 1px solid rgba(135, 85, 104, 0.16);
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 244, 238, 0.92)),
    radial-gradient(circle at 8% 10%, rgba(255, 218, 229, 0.34), transparent 34%);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: -40% 36% auto auto;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: rgba(255, 218, 229, 0.22);
  filter: blur(42px);
  pointer-events: none;
  animation: softFloat 13s ease-in-out infinite alternate-reverse;
}

.final-cta > * {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  max-width: 660px;
  margin-bottom: 8px;
  font-size: 26px;
}

.final-cta p:last-child {
  margin-bottom: 0;
  font-weight: 500;
}

.site-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 8px 0 36px;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  font-weight: 600;
}

@keyframes ambientDrift {
  0% {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }

  100% {
    transform: translate3d(1.5%, 1%, 0) scale(1.03);
  }
}

@keyframes heroLightSweep {
  0% {
    transform: translate3d(-2%, -1%, 0) rotate(0deg);
    opacity: 0.58;
  }

  100% {
    transform: translate3d(2%, 1.5%, 0) rotate(1deg);
    opacity: 0.78;
  }
}

@keyframes softFloat {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(18px, -16px, 0);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 760px) {
  body::after {
    display: none;
  }

  body::before {
    position: absolute;
    opacity: 0.18;
    mask-image: linear-gradient(180deg, #000 0%, transparent 46%);
  }

  .site-header {
    backdrop-filter: none;
    background: rgba(255, 250, 246, 0.96);
  }

  .hero::before,
  .hero::after,
  .final-cta::before {
    animation: none;
    filter: none;
  }

  .hero::before {
    opacity: 0.38;
  }

  .hero::after {
    opacity: 0.16;
  }
}

.footer-brand img {
  width: 132px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links a:hover {
  color: var(--accent-dark);
}

.footer-disclaimer {
  flex-basis: 100%;
  max-width: 920px;
  margin: 0;
  color: #7a879d;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
}

.legal-page {
  padding: 54px 0 72px;
}

.legal-card {
  max-width: 940px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(23, 32, 54, 0.06);
}

.legal-card h1 {
  margin: 0 0 12px;
  max-width: none;
  text-align: left;
  font-size: 42px;
  line-height: 1.08;
}

.legal-card h2 {
  margin: 32px 0 10px;
  font-size: 24px;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  font-weight: 600;
}

.legal-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.legal-note {
  margin: 22px 0;
  padding: 16px 18px;
  border: 1px solid #efb7d1;
  border-radius: 18px;
  background: var(--rose-soft);
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 1060px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 36px;
  }

  .site-nav {
    position: fixed;
    inset: 88px 16px auto 16px;
    display: none;
    margin: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  body.menu-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .text-link,
  .header-actions .button {
    display: none;
  }

  .login-icon-link {
    width: 44px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .login-icon-link svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.4;
  }

  .menu-button {
    width: 44px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .menu-button span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--ink);
  }

  .hero-demo {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-copy,
  .hero h1 {
    text-align: center;
  }

  .hero h1,
  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }
  .hero h1{
    font-size: 32px;
  }

  .hero-actions,
  .hero-trust {
    justify-content: center;
  }

  .hero-composer {
    width: min(720px, 100%);
    height: clamp(420px, 72vw, 560px);
    margin: 0 auto;
  }

  .hero-banner {
    max-width: 760px;
  }

  .demo-symbol {
    margin: -8px auto;
    transform: rotate(90deg);
  }

  .who-grid,
  .audience-grid,
  .steps,
  .feature-section,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .how-section {
    width: min(1180px, calc(100% - 36px));
  }

  .steps {
    gap: 36px;
  }

  .steps::before,
  .steps::after {
    display: none;
  }

  .feature-copy {
    padding: 32px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding: 0 14px;
  }

  .brand img {
    width: 132px;
  }

  .hero {
    min-height: auto;
    padding: 42px 12px 80px;
  }

  h1 {
    font-size: 40px;
    line-height: 1.04;
  }

  h2 {
    font-size: 29px;
  }

  .hero-lead {
    font-size: 16px;
  }

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

  .hero-trust {
    margin-top: 28px;
    padding: 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-content: stretch;
    border: 1px solid rgba(217, 156, 171, 0.2);
    border-radius: 24px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 246, 242, 0.84)),
      radial-gradient(circle at 100% 0%, rgba(255, 218, 229, 0.28), transparent 34%);
    box-shadow: 0 18px 42px rgba(71, 48, 31, 0.07);
  }

  .hero-trust span {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid rgba(217, 156, 171, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.58);
    color: rgba(34, 28, 25, 0.76);
    font-size: 14px;
    font-weight: 680;
  }

  .hero-trust span + span::before {
    display: none;
  }

  .hero-trust svg {
    width: 32px;
    height: 32px;
    padding: 7px;
    flex: 0 0 auto;
    border-radius: 12px;
    background: rgba(244, 222, 225, 0.74);
    color: #c9788b;
    box-sizing: border-box;
  }

  .hero-composer {
    width: min(100%, 430px);
    height: clamp(360px, 108vw, 460px);
  }

  .hero-product-card span,
  .hero-result-card span {
    top: 14px;
    left: 14px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .hero-product-card,
  .hero-result-card {
    border-radius: 22px;
  }

  .hero-demo {
    margin-top: 34px;
    padding: 10px;
    border-radius: 24px;
  }

  .hero-banner {
    margin-top: 34px;
    padding: 10px;
    border-radius: 24px;
  }

  .hero-banner img {
    border-radius: 18px;
  }

  .demo-card,
  .demo-card img {
    min-height: 260px;
  }

  .product-card img {
    min-height: 0;
  }

  .who-section {
    padding: 50px 0 30px;
  }

  .who-section .section-heading h2 {
    font-size: 34px;
  }

  .who-section .section-heading p:not(.eyebrow) {
    font-size: 16px;
  }

  .who-grid {
    gap: 14px;
  }

  .who-grid article {
    min-height: auto;
    padding: 28px 22px;
  }

  .who-icon {
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
  }

  .who-icon svg {
    width: 34px;
    height: 34px;
  }

  .who-grid strong {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .who-grid strong::after {
    margin-top: 18px;
  }

  .who-grid span {
    font-size: 15px;
  }

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

  .audience-grid {
    padding-top: 50px;
  }

  .audience-card,
  .feature-copy,
  .final-cta {
    padding: 24px;
    border-radius: 22px;
  }

  .results-gallery-section {
    padding: 58px 0 44px;
  }

  .results-gallery-section .section-heading {
    margin-bottom: 24px;
    text-align: center;
  }

  .results-gallery-section .section-heading h2 {
    font-size: 34px;
  }

  .results-gallery-section .section-heading p:not(.eyebrow) {
    font-size: 16px;
  }

  .result-slide {
    border-radius: 24px;
  }

  .results-slider-controls {
    gap: 14px;
  }

  .how-section,
  .pricing-section,
  .seo-section,
  .faq-section {
    padding: 46px 0;
  }

  .seo-copy {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .seo-copy h2 {
    font-size: 28px;
  }

  .seo-copy p:last-child {
    font-size: 16px;
  }

  .how-section {
    padding: 34px 18px 40px;
    border-radius: 26px;
  }

  .how-section .section-heading {
    margin-bottom: 34px;
    text-align: center;
  }

  .step-icon {
    width: 96px;
    height: 96px;
    margin-bottom: 22px;
  }

  .step-icon svg {
    width: 40px;
    height: 40px;
  }

  .feature-image {
    max-width: 100%;
  }

  .site-footer,
  .final-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-card {
    padding: 24px;
  }

  .legal-card h1 {
    font-size: 32px;
  }
}
