:root {
  --bg: #f6ece2;
  --bg-soft: #fff8f1;
  --paper: #fffaf4;
  --surface: rgba(255, 250, 244, 0.86);
  --surface-strong: #ffffff;
  --ink: #241411;
  --text: #2b1a17;
  --muted: #7b665d;
  --muted-strong: #604b43;
  --line: rgba(95, 49, 38, 0.14);
  --line-strong: rgba(95, 49, 38, 0.24);
  --primary: #9b183c;
  --primary-dark: #651026;
  --primary-deep: #3f0718;
  --primary-soft: #fff0f4;
  --secondary: #cb5a3e;
  --gold: #d79a3f;
  --cream: #fff3e6;
  --shadow: 0 24px 70px rgba(50, 25, 18, 0.10);
  --shadow-strong: 0 34px 110px rgba(101, 16, 38, 0.22);
  --shadow-soft: 0 14px 34px rgba(50, 25, 18, 0.08);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --container: 1160px;
  --section-space: 108px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 4%, rgba(155, 24, 60, 0.18), transparent 28%),
    radial-gradient(circle at 88% 6%, rgba(203, 90, 62, 0.13), transparent 25%),
    linear-gradient(180deg, #fff9f1 0%, #f8eadc 38%, #f3dfcd 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(155, 24, 60, 0.14);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.46;
  background-image:
    radial-gradient(rgba(66, 36, 30, 0.16) 0.6px, transparent 0.7px),
    linear-gradient(120deg, transparent 0 46%, rgba(255,255,255,0.55) 46% 47%, transparent 47% 100%);
  background-size: 18px 18px, 100% 680px;
}

::selection { color: #fff; background: var(--primary); }

a { color: inherit; text-decoration: none; }
a, button, summary { touch-action: manipulation; }
img { display: block; max-width: 100%; height: auto; }
iframe { display: block; width: 100%; border: 0; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--primary-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  transform: translateY(-150%);
  transition: transform 0.18s ease;
}

.skip-link:focus-visible { transform: translateY(0); outline: 3px solid rgba(203, 90, 62, 0.34); outline-offset: 3px; }

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.page-shell::before {
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(99, 55, 44, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 55, 44, 0.075) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, black 0%, transparent 54%);
}

.page-shell::after {
  top: 520px;
  right: -160px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(155, 24, 60, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 0 58px rgba(255, 255, 255, 0.16), inset 0 0 0 100px rgba(155, 24, 60, 0.035);
}

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

.section { padding: var(--section-space) 0; }

.preview-section,
.audience-section,
.problem-section,
.comparison-section,
.features-section,
.workflow-section,
.pricing-section,
.faq-section {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.eyebrow,
.offer-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 16px;
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.emoji-inline { display: inline-block; font-size: 1em; line-height: 1; vertical-align: -0.08em; }
.emoji-inline-lg { font-size: 1.05em; vertical-align: -0.12em; }

.heading-icon {
  display: inline-grid;
  place-items: center;
  width: 0.95em;
  height: 0.95em;
  margin-left: 0.12em;
  border: 1px solid rgba(155, 24, 60, 0.14);
  border-radius: 0.24em;
  background: linear-gradient(180deg, #fff7f9, #ffe9ef);
  color: var(--primary);
  vertical-align: -0.1em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.85);
}

.heading-icon svg {
  width: 0.52em;
  height: 0.52em;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

h1, h2, h3 {
  color: var(--ink);
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

h1,
.section-heading h2,
.pricing-copy h2,
.faq-copy h2 {
  font-family: "Arial Black", "Segoe UI", system-ui, sans-serif;
  font-weight: 900;
}

h3 { font-weight: 900; }
p { color: var(--muted); line-height: 1.78; }

.hero { padding-top: 0; }

.sticky-offer-wrap {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  border-bottom: 1px solid rgba(155, 24, 60, 0.12);
  background: rgba(255, 248, 241, 0.78);
  box-shadow: 0 12px 34px rgba(78, 39, 29, 0.08);
  backdrop-filter: blur(20px) saturate(145%);
}

.offer-strip {
  display: flex;
  justify-content: center;
  gap: 18px;
  align-items: center;
  padding: 10px 0;
}

.offer-strip p,
.offer-strip strong,
.offer-pill { margin: 0; }

.offer-copy {
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.offer-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(155, 24, 60, 0.24);
  border-radius: 999px;
  background: linear-gradient(180deg, #fffafb 0%, #fff0f4 100%);
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 10px 22px rgba(155,24,60,0.07);
}

.offer-pill-right { color: #fff; background: linear-gradient(135deg, var(--primary-dark), var(--primary)); }
.offer-pill-icon { font-size: 14px; line-height: 1; }

.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 26px;
  align-items: center;
  margin-top: 88px;
  padding: 42px;
  border: 1px solid rgba(255, 239, 220, 0.22);
  border-radius: 46px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 222, 166, 0.16), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(203, 90, 62, 0.22), transparent 30%),
    linear-gradient(145deg, #54101f 0%, #731229 45%, #9b183c 100%);
  box-shadow: 0 38px 120px rgba(101, 16, 38, 0.30);
  backdrop-filter: blur(18px);
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 239, 220, 0.16);
  border-radius: 36px;
  pointer-events: none;
}

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

.hero-copy .eyebrow {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 239, 220, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #fff1c6;
  font-size: 12px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 10px 24px rgba(34, 7, 15, 0.12);
}

.hero-copy h1 {
  color: #fff8ed;
  text-shadow: 0 2px 0 rgba(63, 7, 24, 0.14);
}

.hero-copy h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(44px, 6.6vw, 88px);
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 244, 231, 0.80);
  font-size: clamp(17px, 1.55vw, 21px);
}

.hero-actions,
.hero-benefits,
.footer-row,
.pricing-points { display: flex; gap: 14px; }

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

.button {
  position: relative;
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  overflow: hidden;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.button:hover { transform: translateY(-2px); }

.button:focus-visible,
.faq-item summary:focus-visible,
.site-footer a:focus-visible,
.checkout-head-copy a:focus-visible,
.mobile-cta:focus-visible {
  outline: 3px solid rgba(203, 90, 62, 0.34);
  outline-offset: 4px;
}

.button-primary,
.mobile-cta {
  color: var(--primary-deep);
  background: linear-gradient(135deg, #fff8cf 0%, #fff0b7 42%, #e8bd66 100%);
  box-shadow: 0 18px 42px rgba(255, 207, 119, 0.24), inset 0 1px 0 rgba(255,255,255,0.55);
}

.button-primary::after,
.mobile-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 28%, rgba(255,255,255,0.54) 42%, transparent 54% 100%);
  transform: translateX(-120%);
  transition: transform 0.75s ease;
}

.button-primary:hover::after,
.mobile-cta:hover::after { transform: translateX(120%); }

.button-secondary {
  border: 1px solid rgba(255, 239, 220, 0.32);
  background: rgba(255, 255, 255, 0.10);
  color: #fff8ed;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 12px 30px rgba(49, 24, 17, 0.10);
}

.avatar-proof {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 32px;
  padding: 16px;
  border: 1px solid rgba(255, 239, 220, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09);
}

.avatar-proof p { margin: 0; max-width: 500px; color: rgba(255, 244, 231, 0.76); font-size: 14px; line-height: 1.68; }
.avatar-stack { display: flex; align-items: center; }

.avatar-stack span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-left: -12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(180deg, #fffaf5 0%, #f7e6d3 100%);
  font-size: 24px;
  box-shadow: 0 10px 24px rgba(36, 24, 21, 0.08);
}

.avatar-stack span:first-child { margin-left: 0; }
.hero-benefits { flex-wrap: wrap; margin-top: 24px; }

.hero-benefits span,
.pricing-points span,
.price-box span,
.price-box small { color: var(--muted); }

.hero-benefits span,
.pricing-points span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 239, 220, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 244, 231, 0.86);
  font-size: 13px;
  font-weight: 850;
}

.hero-media {
  position: relative;
  min-height: 500px;
  isolation: isolate;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 40px 8px 34px 8px;
  z-index: -1;
  border-radius: 44px;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 210, 185, 0.26), transparent 48%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 238, 226, 0.16));
  filter: blur(1px);
}

.hero-media-large { display: flex; align-items: center; justify-content: center; }

.hero-device-card {
  overflow: hidden;
  border-radius: 34px;
}

.hero-device-card-clean {
  width: min(100%, 740px);
  background: transparent;
  filter: drop-shadow(0 36px 48px rgba(22, 4, 10, 0.34));
}

.hero-device-card img {
  width: 100%;
  max-width: 740px;
  aspect-ratio: 1 / 1.02;
  object-fit: contain;
  object-position: center;
  transform: scale(1.36) translateX(3%);
  transform-origin: center;
}

.hero-float {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  min-width: 168px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.74);
  border-radius: 20px;
  background: rgba(255, 248, 238, 0.94);
  box-shadow: 0 22px 44px rgba(25, 5, 12, 0.22);
  backdrop-filter: blur(16px);
}

.hero-float strong { color: var(--primary-dark); font-size: 20px; letter-spacing: -0.035em; }
.hero-float span { color: var(--muted); font-size: 12px; font-weight: 800; }
.hero-float-top { top: 58px; right: 12px; }
.hero-float-bottom { left: 4px; bottom: 62px; }

.price-box p,
.price-box strong,
.check-list,
.testimonial-card span,
.stats-grid article p,
.stats-grid article span,
.stats-grid article strong { margin: 0; }

.section-heading { margin-bottom: 40px; }
.section-heading h2 { margin-bottom: 16px; font-size: clamp(34px, 4.5vw, 58px); }
.section-heading > p:not(.eyebrow) { max-width: 750px; font-size: 17px; }
.section-heading.center, .section-heading.narrow { text-align: center; }
.section-heading.center > p:not(.eyebrow), .section-heading.narrow > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
.section-heading.narrow { max-width: 830px; margin-left: auto; margin-right: auto; }

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.76fr);
  gap: 34px;
  align-items: end;
}

.split-heading > p { margin-bottom: 6px; font-size: 17px; }

.preview-section { position: relative; padding-top: 84px; }

.preview-card,
.comparison-table-wrap {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.90), rgba(255, 247, 239, 0.80));
  box-shadow: var(--shadow);
}

.preview-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.preview-frame {
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(255, 241, 225, 0.7);
  background: rgba(255, 251, 246, 0.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.86), 0 26px 62px rgba(88, 39, 28, 0.10);
}

.preview-frame-empty {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  background:
    radial-gradient(circle at 18% 24%, rgba(215, 154, 63, 0.20), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(155, 24, 60, 0.18), transparent 26%),
    linear-gradient(135deg, #fffaf4, #fff0e4 48%, #fff8f1);
}

.preview-frame-empty::after {
  content: "";
  position: absolute;
  inset: 48px 0 0;
  opacity: 0.45;
  background:
    linear-gradient(90deg, rgba(95,49,38,0.07) 1px, transparent 1px),
    linear-gradient(rgba(95,49,38,0.07) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, black, transparent 88%);
}

.video-preview-shell {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 36px), 980px);
  padding: 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.video-preview-chip {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 239, 220, 0.5);
  border-radius: 999px;
  background: rgba(84, 16, 31, 0.82);
  color: #fff0b7;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(55, 17, 21, 0.22);
}

.preview-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(95, 49, 38, 0.12);
  border-radius: 26px;
  background: linear-gradient(135deg, #2d0c15, #571123 55%, #7e1732);
  box-shadow: 0 24px 60px rgba(57, 22, 18, 0.20);
}

.preview-browser-bar {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 8px;
  align-items: center;
  height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(95, 49, 38, 0.12);
  background: rgba(255,255,255,0.74);
  backdrop-filter: blur(10px);
}

.preview-browser-bar span { width: 10px; height: 10px; border-radius: 50%; background: #e8aa76; }
.preview-browser-bar span:nth-child(2) { background: #d77b63; }
.preview-browser-bar span:nth-child(3) { background: var(--primary); }
.preview-browser-bar strong { margin-left: 8px; color: var(--muted-strong); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }

.preview-showcase {
  position: relative;
  z-index: 2;
  min-height: 472px;
  padding: 44px;
}

.preview-shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.84);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(59, 29, 22, 0.18);
}

.preview-shot img { width: 100%; height: 100%; object-fit: cover; }
.preview-shot-main { inset: 46px 20% 54px 10%; }
.preview-shot-side { width: 31%; height: 38%; }
.preview-shot-one { top: 86px; right: 8%; transform: rotate(2deg); }
.preview-shot-two { right: 13%; bottom: 52px; transform: rotate(-2.4deg); }

.preview-metric {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.78);
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 20px 42px rgba(55, 25, 20, 0.13);
  backdrop-filter: blur(14px);
}

.preview-metric strong { color: var(--primary-dark); font-size: 18px; }
.preview-metric span { color: var(--muted); font-size: 12px; font-weight: 800; }
.preview-metric-left { left: 44px; bottom: 46px; }
.preview-metric-right { top: 34px; right: 21%; }

.stats-grid,
.audience-grid,
.problem-grid,
.workflow-grid,
.testimonial-grid { display: grid; gap: 20px; }

.stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 28px; }

.stats-grid article,
.audience-grid article,
.problem-card,
.workflow-grid article,
.testimonial-card,
.comparison-card,
.checkout-panel,
.pricing-copy,
.faq-shell,
.feature-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.audience-grid article,
.problem-card,
.workflow-grid article,
.testimonial-card { padding: 26px; }

.audience-grid article,
.feature-card,
.testimonial-card,
.problem-card { transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease; }
.audience-grid article:hover,
.feature-card:hover,
.testimonial-card:hover,
.problem-card:hover { transform: translateY(-4px); border-color: rgba(155,24,60,0.18); box-shadow: var(--shadow); }

.audience-grid article h3,
.problem-card h3,
.workflow-grid h3,
.feature-card h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.12; }
.audience-grid article p,
.problem-card p,
.workflow-grid article p,
.feature-card p { margin-bottom: 0; font-size: 15px; }

.icon-badge {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  border: 1px solid rgba(155, 24, 60, 0.10);
  background: linear-gradient(180deg, #fff8f3 0%, #fff1e7 100%);
  color: var(--primary);
  line-height: 1;
  box-shadow: 0 12px 24px rgba(36, 24, 21, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.icon-badge svg { width: 21px; height: 21px; stroke: currentColor; stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.icon-step { color: #fff; background: linear-gradient(135deg, var(--primary-dark), var(--secondary)); font-size: 16px; font-weight: 900; }
.icon-rose { color: var(--primary); background: linear-gradient(180deg, #fff7f9, #ffe9ef); }
.icon-orange { color: #b2462f; background: linear-gradient(180deg, #fff6ef, #ffe8db); }
.icon-amber { color: #9a6417; background: linear-gradient(180deg, #fff9e9, #ffecc2); }

.stats-grid article strong { display: block; margin-bottom: 8px; color: var(--text); font-size: clamp(28px, 3vw, 38px); letter-spacing: -0.05em; }
.stats-grid article span { display: block; margin-bottom: 8px; color: var(--text); font-weight: 800; }

.audience-section { position: relative; }
.audience-grid { grid-template-columns: 1.12fr 0.92fr 0.92fr 1.12fr; }
.audience-grid article:nth-child(1),
.audience-grid article:nth-child(4) { margin-top: 24px; }

.problem-section,
.features-section,
.comparison-table-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.20), rgba(255,255,255,0)),
    radial-gradient(circle at 50% 0%, rgba(155,24,60,0.08), transparent 34%);
}

.problem-grid,
.workflow-grid,
.testimonial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.problem-card { overflow: hidden; min-height: 260px; background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,240,243,0.78)); }
.problem-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -44px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(155,24,60,0.12), transparent 66%);
}
.problem-card strong { display: inline-block; margin-top: 14px; color: var(--primary); font-size: 14px; }

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

.comparison-card,
.pricing-copy,
.checkout-panel,
.faq-shell { padding: 32px; }

.comparison-card { overflow: hidden; }
.comparison-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: rgba(95,49,38,0.12); }
.comparison-card span,
.workflow-grid article span,
.price-box small {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.comparison-card h3 { margin-bottom: 18px; font-size: clamp(26px, 2.6vw, 36px); }
.comparison-before { background: linear-gradient(180deg, #fff8f3, #fff0f3); }
.comparison-before::before { background: linear-gradient(90deg, #8b7b70, #d7b49d); }
.comparison-after { color: #fff; background: linear-gradient(145deg, var(--primary-deep), var(--primary-dark) 48%, #9b183c); }
.comparison-after h3,
.comparison-after span { color: #fff; }
.comparison-after::before { background: linear-gradient(90deg, var(--gold), #fff0b7); }

.comparison-card ul,
.check-list { padding-left: 0; list-style: none; }
.comparison-card li,
.check-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  color: var(--muted);
  line-height: 1.72;
}

.comparison-card.comparison-after li {
  color: rgba(255, 255, 255, 0.86);
}

.comparison-card.comparison-after li strong,
.comparison-card.comparison-after p {
  color: rgba(255, 255, 255, 0.9);
}
.comparison-card li::before,
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(155,24,60,0.10);
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
}
.comparison-before li::before { content: "—"; color: #8b7b70; background: rgba(95,49,38,0.08); }
.comparison-after li::before { color: var(--primary-deep); background: #fff0b7; }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.feature-card { overflow: hidden; min-height: 238px; height: 100%; }
.feature-card:nth-child(5), .feature-card:nth-child(16) { background: linear-gradient(145deg, #fff, #fff0e7); }
.feature-card::after {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(203,90,62,0.10), transparent 68%);
}
.feature-card-copy { position: relative; z-index: 2; display: flex; min-height: 238px; flex-direction: column; padding: 26px; }
.feature-card .icon-badge { flex: 0 0 auto; }
.feature-card h3 { min-height: 50px; }

.workflow-grid article { overflow: hidden; min-height: 250px; padding-top: 84px; }
.workflow-grid article::before { content: ""; position: absolute; inset: auto auto 0 0; width: 100%; height: 5px; background: linear-gradient(90deg, var(--primary), var(--secondary), var(--gold)); }
.workflow-grid article:nth-child(2) { transform: none; }

.workflow-grid article .icon-step {
  position: absolute;
  top: 26px;
  left: 26px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border-radius: 16px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.workflow-grid article > span:not(.icon-step) {
  display: block;
  margin-bottom: 16px;
}

.pricing-section { position: relative; }
.workflow-section { padding-bottom: 56px; }
.pricing-section { padding-top: 56px; }
.pricing-shell { align-items: start; }
.pricing-copy,
.checkout-panel { height: auto; }
.pricing-copy {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 18% 4%, rgba(215,154,63,0.25), transparent 26%),
    linear-gradient(145deg, var(--primary-deep), var(--primary-dark) 46%, #8e1739);
  box-shadow: var(--shadow-strong);
}
.pricing-copy h2,
.pricing-copy p,
.pricing-copy .eyebrow { color: #fff; }
.pricing-copy > p { color: rgba(255,255,255,0.78); }
.pricing-points { flex-wrap: wrap; }
.pricing-points span { border-color: rgba(255,255,255,0.18); background: rgba(255,255,255,0.10); color: rgba(255,255,255,0.82); }
.price-box {
  display: grid;
  gap: 8px;
  margin: 26px 0;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 26px;
  background: rgba(255,255,255,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16);
}
.price-box strong { display: block; margin: 6px 0; color: #fff0b7; font-size: clamp(38px, 4.4vw, 62px); letter-spacing: -0.07em; }
.price-box small, .price-box span, .price-box p { color: rgba(255,255,255,0.78); }
.check-list li { color: rgba(255,255,255,0.82); }
.check-list li::before { background: #fff0b7; color: var(--primary-dark); }

.checkout-panel { background: rgba(255,255,255,0.84); }
.checkout-head-copy h3 { margin-bottom: 10px; font-size: clamp(26px, 3vw, 36px); }
.checkout-head-copy a { color: var(--primary); font-weight: 850; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.checkout-frame-wrap {
  min-height: 1130px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff9f4, #ffffff);
}
.checkout-frame-wrap::before { content: "Memuat checkout…"; display: flex; align-items: center; justify-content: center; min-height: 1130px; color: var(--muted); font-weight: 700; }
.checkout-loaded .checkout-frame-wrap::before { display: none; }
#checkout-frame { min-height: 1130px; height: 1130px; background: transparent; }

.comparison-table-wrap { overflow-x: auto; }
.comparison-table { width: 100%; min-width: 620px; border-collapse: collapse; }
.comparison-table td:nth-child(2),
.comparison-table td:nth-child(3),
.price-box strong,
.hero-float strong { font-variant-numeric: tabular-nums; }
.comparison-table th,
.comparison-table td { padding: 20px 22px; border-bottom: 1px solid rgba(95,49,38,0.11); text-align: left; }
.comparison-table th { background: linear-gradient(180deg, #fff2f5, #fff8f1); color: var(--text); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }
.comparison-table td:nth-child(2),
.comparison-table td:nth-child(3) { width: 116px; text-align: center; font-weight: 900; }
.comparison-table td:nth-child(3) { color: var(--primary); }

.testimonial-card { overflow: hidden; background: linear-gradient(180deg, #ffffff, #fff8f1); }
.testimonial-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: linear-gradient(180deg, var(--primary), var(--gold)); }
.testimonial-card strong { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 18px; }
.testimonial-card .icon-inline {
  display: inline-grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border-radius: 999px;
}
.testimonial-card .icon-inline svg { width: 16px; height: 16px; }
.testimonial-card > span { display: inline-flex; margin-top: 10px; padding: 8px 11px; border-radius: 999px; background: var(--primary-soft); color: var(--primary-dark); font-size: 12px; font-weight: 900; }

.faq-shell { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.faq-copy { position: sticky; top: 94px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { padding: 21px 22px; border: 1px solid rgba(95,49,38,0.13); border-radius: 20px; background: rgba(255, 255, 255, 0.70); transition: background 0.2s ease, border-color 0.2s ease; }
.faq-item[open] { background: #fff; border-color: rgba(155,24,60,0.18); }
.faq-item summary { cursor: pointer; list-style: none; color: var(--text); font-size: 17px; font-weight: 850; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { margin: 12px 0 0; }

.site-footer { padding: 0 0 110px; }
.footer-row { justify-content: space-between; flex-wrap: wrap; padding: 28px 0 0; border-top: 1px solid rgba(95,49,38,0.18); }
.footer-row p { margin-bottom: 0; }
.site-footer a { color: var(--primary); font-weight: 800; }

.mobile-cta {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 30;
  display: none;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 24px));
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.show-mobile-cta .mobile-cta {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; }
}

@media (max-width: 1120px) {
  .hero-shell,
  .pricing-shell,
  .split-heading,
  .faq-shell,
  .comparison-grid { grid-template-columns: 1fr; }

  .audience-grid,
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .problem-grid,
  .workflow-grid,
  .testimonial-grid { grid-template-columns: 1fr; }

  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-card,
  .feature-card:nth-child(1),
  .feature-card:nth-child(2),
  .feature-card:nth-child(5),
  .feature-card:nth-child(6),
  .feature-card:nth-child(16),
  .feature-card:nth-child(18) { grid-column: span 1; }

  .hero-media { min-height: 460px; }
  .faq-copy { position: static; }
  .workflow-grid article:nth-child(2) { transform: none; }
}

@media (max-width: 720px) {
  :root { --section-space: 76px; }
  html { scroll-padding-top: 148px; }

  .container { width: min(var(--container), calc(100% - 24px)); }

  .sticky-offer-wrap { padding-top: 8px; }
  .offer-strip { flex-direction: column; align-items: stretch; gap: 10px; padding: 10px 0; }
  .offer-copy,
  .offer-pill { text-align: center; justify-content: center; }
  .offer-copy { font-size: 13px; }
  .offer-pill-left { display: none; }

  .hero-shell,
  .comparison-card,
  .pricing-copy,
  .checkout-panel,
  .faq-shell { padding: 22px; }

  .hero-shell { margin-top: 136px; border-radius: 30px; gap: 20px; }
  .hero-shell::before { inset: 8px; border-radius: 24px; }
  .hero-copy h1 { font-size: clamp(40px, 12vw, 58px); }
  .hero-actions .button { width: 100%; }
  .avatar-proof { grid-template-columns: 1fr; }
  .hero-media { min-height: 330px; }
  .hero-device-card img { transform: scale(1.26); }
  .hero-float { display: none; }

  .section-heading h2 { font-size: clamp(31px, 10vw, 44px); }
  .section-heading.center { text-align: left; }
  .section-heading.center > p:not(.eyebrow) { margin-left: 0; }

  .audience-grid,
  .stats-grid,
  .feature-grid { grid-template-columns: 1fr; }
  .audience-grid article:nth-child(1),
  .audience-grid article:nth-child(4) { margin-top: 0; }

  .preview-card { padding: 0; border-radius: 0; }
  .preview-frame {
    border-radius: 28px;
  }
  .preview-frame-empty {
    min-height: 380px;
  }
  .video-preview-shell {
    width: min(calc(100% - 12px), 100%);
    padding: 12px;
  }
  .video-preview-chip {
    top: 12px;
    left: 12px;
    min-height: 32px;
    padding: 0 12px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }
  .preview-video {
    aspect-ratio: 1.42 / 1;
    border-radius: 22px;
  }
  .preview-showcase { min-height: 470px; padding: 20px; }
  .preview-shot-main { inset: 42px 14px 190px 14px; }
  .preview-shot-side { width: 72%; height: 25%; }
  .preview-shot-one { top: 272px; right: 18px; }
  .preview-shot-two { right: auto; left: 18px; bottom: 30px; }
  .preview-metric { display: none; }

  .comparison-table th,
  .comparison-table td { padding: 14px 12px; font-size: 14px; }
  .checkout-frame-wrap,
  #checkout-frame { min-height: 1300px; height: 1300px; }
  .checkout-frame-wrap::before { min-height: 1300px; }

  .footer-row { display: grid; gap: 10px; }
  .mobile-cta { display: inline-flex; }
  .site-footer { padding-bottom: 120px; }
}
