@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #111827;
  --muted: #64748b;
  --line: #e2e8f0;
  --paper: #ffffff;
  --soft: #f7f8fc;
  --blue-soft: #eef4ff;
  --purple: #5b21d1;
  --purple-dark: #4312a5;
  --green: #8fce46;
  --pink: #df35e7;
  --white: #ffffff;
  --container: min(1280px, calc(100% - 48px));
  --shadow: 0 22px 55px rgba(46, 31, 104, 0.14);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
}
.container {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
}
.brand img {
  width: 36px;
  height: 36px;
  border-radius: 9px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  color: #334155;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--purple);
}
.nav-links .nav-cta,
.nav-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 20px;
  border-radius: 7px;
  color: white;
  background: var(--purple);
  font-weight: 700;
  text-decoration: none;
}
.nav-links .nav-cta:hover {
  color: white;
  background: var(--purple-dark);
}
.menu-button {
  display: none;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: white;
  font:
    600 0.85rem "Inter",
    sans-serif;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 105px;
  background:
    radial-gradient(
      circle at 87% 24%,
      rgba(223, 53, 231, 0.12),
      transparent 25%
    ),
    radial-gradient(
      circle at 72% 70%,
      rgba(91, 33, 209, 0.11),
      transparent 28%
    ),
    white;
}
.hero::before {
  position: absolute;
  top: 30px;
  right: -140px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(91, 33, 209, 0.13);
  border-radius: 50%;
  content: "";
}
.hero-grid {
  display: grid;
  min-height: 535px;
  align-items: center;
  gap: 68px;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
}
.eyebrow {
  display: inline-block;
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.hero h1 {
  max-width: 670px;
  margin: 18px 0 24px;
  font-size: clamp(3.1rem, 5.15vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}
.hero-copy-block > p {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background 160ms ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  color: white;
  background: var(--purple);
  box-shadow: 0 9px 22px rgba(91, 33, 209, 0.22);
}
.button-primary:hover {
  background: var(--purple-dark);
}
.button-link {
  padding-inline: 4px;
  color: var(--purple);
}
.button-light {
  color: var(--purple);
  background: white;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 0.77rem;
  font-weight: 600;
}
.trust-check {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-right: -10px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--green);
  font-size: 0.67rem;
}

.app-visual {
  position: relative;
  min-height: 510px;
}
.visual-orbit {
  position: absolute;
  border: 1px solid rgba(91, 33, 209, 0.17);
  border-radius: 50%;
}
.visual-orbit-one {
  inset: 6% 0 3% 13%;
}
.visual-orbit-two {
  inset: 18% 9% 14% 2%;
}
.app-window {
  position: absolute;
  z-index: 2;
  top: 42px;
  right: 18px;
  width: min(590px, 92%);
  overflow: hidden;
  border: 1px solid #d9deea;
  border-radius: 14px;
  background: white;
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}
.app-window-top {
  display: grid;
  height: 52px;
  align-items: center;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  color: #475569;
  font-size: 0.7rem;
  font-weight: 700;
  grid-template-columns: 1fr 1fr 1fr;
}
.window-dots {
  display: flex;
  gap: 5px;
}
.window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cbd5e1;
}
.app-window-top > span:first-of-type {
  text-align: center;
}
.window-status {
  color: #16a34a;
  text-align: right;
}
.app-window-body {
  display: grid;
  min-height: 382px;
  grid-template-columns: 64px 1fr;
}
.mock-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  padding-top: 18px;
  background: #f7f8fc;
}
.mock-logo img {
  width: 31px;
  height: 31px;
  border-radius: 7px;
}
.mock-sidebar > i {
  width: 17px;
  height: 17px;
  border: 2px solid #aeb7c7;
  border-radius: 4px;
}
.mock-sidebar > i.active {
  border-color: var(--purple);
  background: #e9ddff;
}
.mock-content {
  padding: 28px 32px 27px;
}
.mock-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mock-heading div {
  display: grid;
  gap: 7px;
}
.mock-heading div span:first-child {
  width: 126px;
  height: 11px;
  border-radius: 4px;
  background: #1e293b;
}
.mock-heading div span:last-child {
  width: 185px;
  height: 7px;
  border-radius: 4px;
  background: #d7dce5;
}
.mock-heading b {
  color: var(--purple);
  font-size: 0.67rem;
}
.source-tabs {
  display: grid;
  margin-top: 25px;
  padding: 4px;
  border-radius: 7px;
  background: #f1f3f8;
  color: #7b8494;
  font-size: 0.66rem;
  font-weight: 700;
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
}
.source-tabs span {
  padding: 7px;
  border-radius: 5px;
}
.source-tabs .selected {
  color: var(--purple);
  background: white;
  box-shadow: 0 2px 5px rgba(15, 23, 42, 0.08);
}
.mock-fields {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  grid-template-columns: 1fr 0.7fr;
}
.mock-fields label {
  color: #6b7280;
  font-size: 0.6rem;
  font-weight: 600;
}
.mock-fields label span {
  display: block;
  margin-top: 4px;
  padding: 9px;
  border: 1px solid #e1e5ed;
  border-radius: 5px;
  color: #263244;
  background: #fff;
  font-size: 0.66rem;
}
.mock-coupon {
  position: relative;
  display: grid;
  min-height: 112px;
  align-content: center;
  justify-items: center;
  margin-top: 17px;
  overflow: hidden;
  border-radius: 8px;
  color: white;
  background: linear-gradient(135deg, #5b21d1, #9427db);
}
.mock-coupon::before,
.mock-coupon::after {
  position: absolute;
  top: 43px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: white;
  content: "";
}
.mock-coupon::before {
  left: -13px;
}
.mock-coupon::after {
  right: -13px;
}
.mock-coupon small {
  font-size: 0.48rem;
  letter-spacing: 0.16em;
}
.mock-coupon strong {
  margin: 4px 0 0;
  font-size: 1.45rem;
  letter-spacing: 0.05em;
}
.mock-coupon span {
  color: #e5cbff;
  font-size: 0.68rem;
  font-weight: 800;
}
.mock-button {
  margin-top: 15px;
  padding: 10px;
  border-radius: 5px;
  color: white;
  background: var(--purple);
  font-size: 0.65rem;
  font-weight: 700;
  text-align: center;
}
.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
  box-shadow: 0 13px 30px rgba(34, 25, 72, 0.14);
}
.floating-card strong,
.floating-card small {
  display: block;
  line-height: 1.4;
}
.floating-card strong {
  font-size: 0.72rem;
}
.floating-card small {
  color: var(--muted);
  font-size: 0.59rem;
}
.float-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 7px;
  color: var(--purple);
  background: #eee6ff;
  font-size: 0.82rem;
  font-weight: 800;
}
.card-codes {
  top: 2px;
  left: 15px;
}
.card-editable {
  right: -8px;
  bottom: 12px;
}

.logo-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fafbfe;
}
.benefit-row {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.benefit-row span {
  position: relative;
  padding-left: 19px;
  color: #687386;
  font-size: 0.75rem;
  font-weight: 700;
}
.benefit-row span::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--purple);
  content: "";
  transform: rotate(45deg);
}

.section {
  padding: 112px 0;
}
.centered-heading {
  display: grid;
  max-width: 720px;
  justify-items: center;
  margin: 0 auto 56px;
  text-align: center;
}
.section-heading h2,
.workflow-copy h2,
.plan-copy h2 {
  margin: 14px 0 17px;
  font-size: clamp(2.35rem, 4vw, 3.8rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.section-heading p,
.workflow-copy > p,
.plan-copy > p {
  margin: 0;
  color: var(--muted);
}
.feature-section {
  background: white;
}
.feature-cards {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}
.feature-card {
  min-height: 310px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(32, 24, 70, 0.09);
}
.feature-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 10px;
  color: var(--purple);
  background: #eee8ff;
}
.feature-icon svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature-card:nth-child(2) .feature-icon {
  color: #166534;
  background: #effbdc;
}
.feature-card:nth-child(3) .feature-icon {
  color: #a21caf;
  background: #fce7fe;
}
.feature-card h3 {
  margin: 50px 0 11px;
  font-size: 1.2rem;
}
.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.workflow-section {
  background: var(--soft);
}
.workflow-grid {
  display: grid;
  align-items: center;
  gap: 88px;
  grid-template-columns: 1.08fr 0.92fr;
}
.workflow-visual {
  position: relative;
  min-height: 480px;
}
.workflow-canvas {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid #dce1ea;
  border-radius: 14px;
  background: #e9edf5;
  box-shadow: var(--shadow);
}
.canvas-toolbar {
  display: flex;
  height: 48px;
  align-items: center;
  gap: 7px;
  padding: 0 17px;
  background: white;
}
.canvas-toolbar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cbd5e1;
}
.canvas-toolbar span {
  width: 90px;
  height: 7px;
  margin-left: 13px;
  border-radius: 3px;
  background: #e2e8f0;
}
.coupon-stack {
  position: relative;
  width: 330px;
  height: 300px;
  margin: 65px auto 0;
}
.coupon {
  position: absolute;
  display: grid;
  width: 310px;
  height: 185px;
  align-content: center;
  justify-items: center;
  border-radius: 13px;
  color: white;
  background: linear-gradient(135deg, #5522c8, #be36db);
  box-shadow: 0 17px 28px rgba(57, 36, 126, 0.18);
}
.coupon-back {
  top: -18px;
  left: -35px;
  opacity: 0.3;
  transform: rotate(-10deg);
}
.coupon-middle {
  top: 17px;
  left: 35px;
  opacity: 0.55;
  transform: rotate(8deg);
}
.coupon-front {
  top: 52px;
  left: 8px;
  z-index: 3;
}
.coupon-front small {
  font-size: 0.55rem;
  letter-spacing: 0.14em;
}
.coupon-front strong {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
.coupon-front span {
  color: #e8d4ff;
  font-weight: 700;
}
.workflow-copy {
  max-width: 560px;
}
.workflow-copy code {
  padding: 2px 5px;
  border-radius: 4px;
  color: var(--purple);
  background: #eee8ff;
  font:
    600 0.9em "Inter",
    sans-serif;
}
.check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  color: #394457;
  font-size: 0.9rem;
}
.check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--green);
  content: "✓";
  font-size: 0.68rem;
  font-weight: 800;
}
.text-link,
.text-action {
  color: var(--purple);
  font-weight: 700;
  text-decoration: none;
}
.text-link:hover,
.text-action:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.plan-section {
  background: white;
}
.plan-grid {
  display: grid;
  align-items: center;
  gap: 95px;
  grid-template-columns: 1fr 0.9fr;
}
.plan-copy {
  max-width: 590px;
}
.plan-copy .button {
  margin-top: 29px;
}
.plan-cards {
  display: grid;
  gap: 20px;
}
.plan-card {
  overflow: hidden;
  border: 1px solid #dcd8e8;
  border-radius: 14px;
  background: white;
  box-shadow: var(--shadow);
}
.plan-card-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px;
  color: white;
  background: var(--purple);
  font-size: 0.8rem;
}
.plan-card-head strong {
  color: #dbcaff;
}
.plan-metric {
  display: flex;
  align-items: baseline;
  gap: 15px;
  padding: 34px 30px 25px;
}
.plan-metric strong {
  color: var(--purple);
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.06em;
}
.plan-metric span {
  color: var(--muted);
  font-size: 0.87rem;
  font-weight: 600;
}
.plan-features {
  display: grid;
  gap: 0;
  padding: 0 30px 30px;
}
.plan-features span {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: #475569;
  font-size: 0.86rem;
}
.plan-features span::before {
  margin-right: 10px;
  color: var(--green);
  content: "✓";
  font-weight: 800;
}

.cta-section {
  padding: 20px 0 110px;
}
.cta-panel {
  padding: 72px 55px;
  border-radius: 14px;
  color: white;
  background:
    radial-gradient(
      circle at 93% 16%,
      rgba(223, 53, 231, 0.45),
      transparent 25%
    ),
    linear-gradient(120deg, #4614ac, #6c20ce);
  text-align: center;
}
.cta-panel .eyebrow {
  color: #d9c7ff;
}
.cta-panel h2 {
  max-width: 850px;
  margin: 13px auto 15px;
  font-size: clamp(2.25rem, 4vw, 3.7rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.cta-panel p {
  margin: 0 auto 27px;
  color: #ddd0f8;
}

.site-footer {
  padding: 31px 0;
  border-top: 1px solid var(--line);
  background: white;
}
.footer-bottom {
  display: grid;
  min-height: 40px;
  align-items: center;
  gap: 22px;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer-brand {
  justify-self: start;
}
.footer-copy {
  margin: 0;
  color: #475569;
  font-size: 0.78rem;
  text-align: center;
}
.footer-links {
  display: flex;
  justify-self: end;
  gap: 27px;
}
.footer-links a,
.footer-bottom > span:last-child a {
  font-size: 0.8rem;
  text-decoration: none;
}
.footer-links a:hover,
.footer-bottom > span:last-child a:hover {
  color: var(--purple);
}
.footer-grid {
  display: grid;
  align-items: center;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer-column {
  display: flex;
  justify-content: center;
  gap: 22px;
}
.footer-column a {
  font-size: 0.8rem;
  text-decoration: none;
}

/* Inner pages */
.page-hero {
  padding: 98px 0 82px;
  background:
    radial-gradient(
      circle at 78% 15%,
      rgba(223, 53, 231, 0.13),
      transparent 23%
    ),
    var(--blue-soft);
  text-align: center;
}
.page-hero h1 {
  margin: 12px 0 16px;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}
.page-hero p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--muted);
}
.page-hero .eyebrow {
  margin-bottom: 0;
}
.content-shell,
.legal-layout {
  display: grid;
  align-items: start;
  gap: 44px;
  padding: 82px 0 105px;
  grid-template-columns: 220px minmax(0, 820px);
  justify-content: center;
}
.side-nav,
.legal-nav {
  position: sticky;
  top: 30px;
  display: grid;
  gap: 4px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.side-nav strong {
  margin-bottom: 8px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}
.side-nav a,
.legal-nav a {
  padding: 6px 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-decoration: none;
}
.side-nav a:hover,
.legal-nav a:hover {
  color: var(--purple);
}
.prose {
  padding: 45px 48px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: 0 12px 34px rgba(30, 41, 59, 0.05);
}
.prose section {
  scroll-margin-top: 30px;
}
.prose section + section {
  margin-top: 38px;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}
.prose h2,
.support-card h2,
.tutorial-step h2 {
  margin: 0 0 13px;
  font-size: 1.55rem;
  line-height: 1.25;
}
.prose h3 {
  margin: 25px 0 9px;
}
.prose p,
.prose li {
  color: #536074;
}
.prose li + li {
  margin-top: 7px;
}
.note {
  margin: 22px 0;
  padding: 18px;
  border-left: 4px solid var(--purple);
  background: #f0eaff;
}
.code-pill {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--purple);
  background: #eee8ff;
  font-weight: 700;
}

.support-grid,
.tutorial-layout {
  display: grid;
  gap: 20px;
  padding: 75px 0 105px;
  grid-template-columns: repeat(2, 1fr);
}
.support-card,
.tutorial-step {
  min-height: 245px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
}
.support-card p,
.tutorial-step p {
  color: var(--muted);
}
.step-number {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 48px;
  place-items: center;
  border-radius: 9px;
  color: var(--purple);
  background: #eee8ff;
  font-size: 0.75rem;
  font-weight: 800;
}
.section,
.section-tinted,
.section-dark {
  padding: 95px 0;
}
.section-tinted {
  background: var(--blue-soft);
}
.section-dark {
  color: white;
  background: var(--purple);
}
.privacy-card {
  display: grid;
  gap: 45px;
  padding: 45px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  grid-template-columns: 1fr 0.8fr;
}
.privacy-card h2 {
  margin: 0 0 16px;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1.1;
}
.privacy-points {
  display: grid;
  gap: 10px;
}
.privacy-point {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--blue-soft);
}
.check {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--green);
  font-size: 0.68rem;
}
.faq-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 75px 0 105px;
}
.faq-item {
  border-top: 1px solid var(--line);
}
.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  font-size: 1.08rem;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  color: var(--purple);
  content: "+";
  font-size: 1.4rem;
}
.faq-item[open] summary::after {
  content: "−";
}
.faq-answer {
  max-width: 760px;
  padding: 0 0 22px;
  color: var(--muted);
}
.section-heading {
  margin-bottom: 48px;
}
.steps-grid {
  display: grid;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  grid-template-columns: repeat(3, 1fr);
  counter-reset: steps;
}
.step-card {
  min-height: 270px;
  padding: 28px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  counter-increment: steps;
}
.step-card::before {
  display: block;
  margin-bottom: 62px;
  content: "0" counter(steps);
  font-size: 0.74rem;
  font-weight: 800;
}
.step-card h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}
.step-card p {
  margin: 0;
}

.contact-layout {
  display: grid;
  gap: clamp(45px, 8vw, 100px);
  padding-top: 82px;
  padding-bottom: 105px;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1fr);
}
.contact-intro h2 {
  max-width: 600px;
  margin: 14px 0 25px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}
.section-label {
  margin: 0;
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.contact-checklist {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: contact-step;
}
.contact-checklist li {
  display: grid;
  align-items: center;
  gap: 13px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  grid-template-columns: 32px 1fr;
  counter-increment: contact-step;
}
.contact-checklist li::before {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 7px;
  color: var(--purple);
  background: #eee8ff;
  content: counter(contact-step);
  font-size: 0.7rem;
  font-weight: 800;
}
.contact-note {
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}
.contact-form {
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: var(--shadow);
}
.form-row {
  display: grid;
  gap: 7px;
  margin-bottom: 19px;
}
.form-row label {
  font-size: 0.82rem;
  font-weight: 700;
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid #cfd6e1;
  border-radius: 6px;
  color: var(--ink);
  background: white;
  font: inherit;
}
.form-row input,
.form-row select {
  min-height: 48px;
  padding: 0 13px;
}
.form-row textarea {
  min-height: 160px;
  padding: 12px 13px;
  resize: vertical;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--purple);
  outline: 3px solid rgba(91, 33, 209, 0.12);
}
.field-hint {
  color: var(--muted);
  font-size: 0.73rem;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.consent-row {
  display: grid;
  align-items: start;
  gap: 11px;
  margin: 2px 0 22px;
  font-size: 0.82rem;
  grid-template-columns: 20px 1fr;
}
.consent-row input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--purple);
}
.form-submit {
  border: 0;
  cursor: pointer;
}
.form-submit:disabled {
  cursor: wait;
  opacity: 0.62;
}
.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  font-size: 0.84rem;
  font-weight: 600;
}
.form-status[data-state="success"] {
  color: #166534;
}
.form-status[data-state="error"] {
  color: #b42318;
}
.legal-shell {
  display: grid;
  min-height: 100vh;
  padding: 24px;
  background: var(--soft);
  align-items: center;
}
.legal-card {
  max-width: 520px;
  margin: auto;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  text-align: center;
}
.legal-card h1 {
  margin: 0 0 12px;
}
.legal-card p {
  margin: 0;
  color: var(--muted);
}
.legal-card p + p {
  margin-top: 14px;
}
.legal-card .button {
  margin-top: 22px;
}
.legal-card .button + .button {
  margin-top: 10px;
}

@media (max-width: 980px) {
  .hero-grid {
    gap: 35px;
    grid-template-columns: 1fr;
  }
  .hero-copy-block {
    max-width: 720px;
    text-align: center;
    justify-self: center;
  }
  .hero-copy-block > p {
    margin-inline: auto;
  }
  .hero-actions,
  .hero-trust {
    justify-content: center;
  }
  .app-visual {
    width: min(720px, 100%);
    justify-self: center;
  }
  .workflow-grid,
  .plan-grid {
    gap: 58px;
    grid-template-columns: 1fr;
  }
  .workflow-copy,
  .plan-copy {
    max-width: 720px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .nav-wrap {
    min-height: 70px;
  }
  .nav-links {
    display: none;
  }
  .nav-wrap > .nav-cta {
    display: none;
  }
  .nav-links.is-open {
    position: absolute;
    top: 69px;
    right: 20px;
    left: 20px;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    box-shadow: var(--shadow);
  }
  .nav-links.is-open a {
    padding: 11px;
  }
  .menu-button {
    display: block;
  }
  .feature-cards,
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    min-height: 250px;
  }
  .feature-card h3 {
    margin-top: 35px;
  }
  .benefit-row {
    flex-wrap: wrap;
    justify-content: center;
    padding: 22px 0;
  }
  .content-shell,
  .legal-layout {
    grid-template-columns: 1fr;
  }
  .side-nav,
  .legal-nav {
    position: static;
  }
  .footer-bottom,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand,
  .footer-links {
    justify-self: center;
  }
  .footer-column {
    flex-wrap: wrap;
  }
  .footer-copy {
    text-align: center;
  }
  .support-grid,
  .tutorial-layout,
  .privacy-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  :root {
    --container: min(100% - 30px, 1280px);
  }
  .hero {
    padding: 68px 0 75px;
  }
  .hero h1 {
    font-size: clamp(2.55rem, 13vw, 3.6rem);
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-trust {
    display: grid;
    grid-template-columns: 18px 1fr;
    text-align: left;
  }
  .app-visual {
    min-height: 390px;
  }
  .app-window {
    top: 35px;
    right: 0;
    width: 100%;
  }
  .app-window-body {
    min-height: 285px;
    grid-template-columns: 46px 1fr;
  }
  .mock-sidebar {
    gap: 17px;
  }
  .mock-content {
    padding: 20px 16px;
  }
  .mock-fields {
    grid-template-columns: 1fr;
  }
  .mock-coupon {
    min-height: 92px;
  }
  .card-codes {
    left: -5px;
  }
  .card-editable {
    right: -4px;
    bottom: -3px;
  }
  .floating-card {
    min-width: 132px;
    padding: 9px 10px;
  }
  .section {
    padding: 78px 0;
  }
  .workflow-visual {
    min-height: 380px;
  }
  .coupon-stack {
    width: 255px;
    margin-top: 65px;
    transform: scale(0.78);
    transform-origin: top left;
  }
  .plan-card-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
  .cta-section {
    padding-bottom: 75px;
  }
  .cta-panel {
    padding: 54px 22px;
  }
  .page-hero {
    padding: 72px 0 60px;
  }
  .page-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }
  .prose,
  .privacy-card {
    padding: 28px 22px;
  }
  .contact-layout,
  .support-grid,
  .tutorial-layout,
  .content-shell,
  .legal-layout {
    padding-top: 58px;
    padding-bottom: 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button,
  .feature-card {
    transition: none;
  }
}
