:root {
  --navy: #101b3d;
  --navy-2: #19274f;
  --coral: #f05a50;
  --blue: #cbdfff;
  --blue-2: #eaf1ff;
  --paper: #f8f8f6;
  --white: #ffffff;
  --ink-muted: #60677a;
  --line: #e7e9ef;
  --shadow: 0 24px 70px rgba(16, 27, 61, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--white);
  font-family: "Noto Sans KR", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  word-break: keep-all;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header {
  width: min(1260px, calc(100% - 48px));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 5px; font-size: 20px; font-weight: 900; letter-spacing: -0.03em; }
.brand i { width: 28px; height: 4px; border-radius: 20px; background: var(--coral); }
.header-cta {
  border: 1px solid var(--navy);
  background: transparent;
  color: var(--navy);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
}
.header-cta:hover { color: white; background: var(--navy); }

.hero {
  min-height: 710px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 70px;
  align-items: center;
  padding: 74px 0 104px;
}
.eyebrow, .section-kicker {
  margin: 0 0 22px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 9px; }
.hero h1 { margin: 0; font-size: clamp(48px, 5vw, 72px); line-height: 1.13; letter-spacing: -.065em; font-weight: 900; }
.hero h1 mark { position: relative; color: var(--navy); background: transparent; z-index: 1; }
.hero h1 mark::before { content: ""; position: absolute; z-index: -1; left: -4px; right: -8px; bottom: 4px; height: 23px; background: var(--blue); transform: rotate(-1deg); border-radius: 3px 8px 4px 7px; }
.hero-description { margin: 30px 0 0; color: var(--ink-muted); font-size: 18px; line-height: 1.8; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 38px; }
.primary-button, .secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.primary-button { border: 0; background: var(--navy); color: white; box-shadow: 0 12px 28px rgba(16,27,61,.18); }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(16,27,61,.23); }
.secondary-button { border: 1px solid var(--line); background: white; }
.secondary-button:hover { background: var(--paper); }
.reservation-note { margin: 16px 0 0; color: #858a98; font-size: 12px; }
.reservation-benefit { margin: 18px 0 0; font-size: 13px; font-weight: 700; }
.reservation-benefit strong { color: var(--coral); font-weight: 900; }

.product-preview { position: relative; }
.preview-window { position: relative; z-index: 2; background: white; border: 1px solid rgba(16,27,61,.08); border-radius: 26px; box-shadow: var(--shadow); overflow: hidden; transform: rotate(1.2deg); }
.window-bar { height: 62px; padding: 0 22px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: #fbfcff; }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 8px; height: 8px; border-radius: 50%; background: #d8dce6; }
.window-title { font-size: 13px; font-weight: 850; }
.window-date { justify-self: end; color: #989dab; font-size: 11px; }
.preview-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 14px; padding: 20px; background: #f6f8fc; }
.preview-grid article { background: white; border: 1px solid #ebedf3; border-radius: 17px; }
.score-card { padding: 24px 20px; }
.score-card p { margin: 0 0 15px; color: #72798b; font-size: 12px; font-weight: 700; }
.score-card strong { display: block; font-size: 52px; line-height: 1; letter-spacing: -.06em; }
.score-card strong span { margin-left: 2px; font-size: 20px; }
.score-track { height: 7px; margin: 20px 0 12px; background: #edf0f6; border-radius: 99px; overflow: hidden; }
.score-track i { display: block; width: 74%; height: 100%; background: var(--navy); border-radius: inherit; }
.score-card small { color: #4c72c5; font-size: 10px; font-weight: 800; }
.illusion-card { grid-row: span 2; padding: 20px; }
.card-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.card-heading > div { display: flex; align-items: center; gap: 7px; }
.card-heading p { margin: 0; font-size: 12px; font-weight: 850; }
.card-heading strong { color: var(--coral); font-size: 13px; }
.alert-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.illusion-card ul { list-style: none; padding: 0; margin: 0; }
.illusion-card li { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 8px; padding: 13px 0; border-top: 1px solid #eef0f5; }
.illusion-card li > span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: #7b8293; background: #f1f3f7; font-size: 9px; font-weight: 800; }
.illusion-card li div { display: flex; flex-direction: column; gap: 4px; }
.illusion-card li b { font-size: 10px; }
.illusion-card li small { color: #9297a5; font-size: 8px; }
.illusion-card li > i { min-width: 34px; padding: 4px 5px; color: #cb473f; background: #fff0ef; border-radius: 99px; font-size: 8px; font-weight: 850; font-style: normal; text-align: center; }
.illusion-card li > i.medium { color: #916f23; background: #fff6d9; }
.next-card { padding: 16px; display: flex; align-items: center; justify-content: space-between; }
.next-card div { display: flex; flex-direction: column; gap: 5px; }
.next-card span { color: #8b91a0; font-size: 9px; }
.next-card strong { font-size: 10px; }
.next-card button { border: 0; padding: 8px 11px; border-radius: 9px; color: white; background: var(--navy); font-size: 8px; font-weight: 800; }
.floating-label { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 12px 15px; color: var(--navy); background: rgba(255,255,255,.96); border: 1px solid rgba(16,27,61,.08); border-radius: 12px; box-shadow: 0 13px 30px rgba(16,27,61,.13); font-size: 11px; font-weight: 850; }
.floating-label span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: white; background: var(--coral); }
.label-one { left: -42px; bottom: 56px; }
.label-two { right: -30px; top: 70px; }
.label-two span { background: #527ed6; }

.problem-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; padding: 112px 0; border-top: 1px solid var(--line); }
.section-intro h2, .section-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.2; letter-spacing: -.05em; }
.problem-copy { align-self: end; padding-bottom: 4px; }
.problem-copy p { margin: 0; color: var(--ink-muted); font-size: 17px; line-height: 1.85; }
.problem-copy p + p { margin-top: 18px; color: var(--navy); font-weight: 750; }

.how-section { padding: 112px 0 130px; }
.section-heading { text-align: center; }
.step-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 58px; }
.step-grid article { position: relative; min-height: 300px; padding: 28px; background: var(--paper); border-radius: 22px; overflow: hidden; }
.step-number { position: absolute; right: 22px; top: 18px; color: rgba(16,27,61,.12); font-size: 38px; font-weight: 900; letter-spacing: -.06em; }
.step-icon { position: relative; width: 62px; height: 62px; margin: 34px 0 30px; border-radius: 19px; background: white; box-shadow: 0 10px 25px rgba(16,27,61,.07); }
.step-icon::before, .step-icon::after, .step-icon i::before, .step-icon i::after { content: ""; position: absolute; }
.upload-icon::before { width: 26px; height: 30px; left: 18px; top: 17px; border: 2px solid var(--navy); border-radius: 4px; }
.upload-icon::after { width: 10px; height: 2px; left: 26px; top: 26px; background: var(--coral); box-shadow: 0 6px 0 var(--coral), 0 12px 0 var(--coral); }
.detect-icon::before { width: 25px; height: 25px; left: 14px; top: 13px; border: 3px solid var(--navy); border-radius: 50%; }
.detect-icon::after { width: 17px; height: 3px; left: 36px; top: 40px; background: var(--navy); transform: rotate(45deg); border-radius: 4px; }
.detect-icon i::before { width: 7px; height: 7px; left: 27px; top: 22px; border-radius: 50%; background: var(--coral); }
.repeat-icon::before { width: 29px; height: 29px; left: 16px; top: 16px; border: 2px solid var(--navy); border-radius: 50%; border-left-color: transparent; }
.repeat-icon::after { width: 7px; height: 7px; left: 13px; top: 19px; border-left: 2px solid var(--navy); border-bottom: 2px solid var(--navy); transform: rotate(18deg); }
.step-grid h3 { margin: 0 0 13px; font-size: 21px; letter-spacing: -.03em; }
.step-grid p { margin: 0; color: var(--ink-muted); font-size: 14px; line-height: 1.75; }

.pricing-section { padding: 120px 0 100px; background: var(--navy); color: white; scroll-margin-top: 20px; }
.pricing-heading > p:last-child { margin: 16px 0 0; color: rgba(255,255,255,.62); font-size: 14px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 54px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 440px; padding: 28px 24px 22px; color: var(--navy); background: white; border: 2px solid white; border-radius: 20px; }
.plan-card.featured { border-color: var(--coral); transform: translateY(-12px); }
.popular-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 7px 13px; border-radius: 999px; background: var(--coral); color: white; font-size: 10px; font-weight: 900; white-space: nowrap; }
.plan-top { min-height: 58px; }
.plan-top h3 { margin: 0; font-size: 24px; letter-spacing: -.04em; }
.plan-top p { margin: 7px 0 0; color: var(--ink-muted); font-size: 12px; }
.price { display: flex; align-items: flex-end; gap: 4px; margin-top: 27px; }
.price strong { font-size: 37px; line-height: 1; letter-spacing: -.055em; }
.price span { padding-bottom: 3px; color: #757b8b; font-size: 11px; font-weight: 700; }
.plan-card ul { list-style: none; padding: 22px 0 0; margin: 22px 0 28px; border-top: 1px solid var(--line); }
.plan-card li { position: relative; padding-left: 17px; color: #52596b; font-size: 12px; line-height: 2.05; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 900; }
.plan-button { width: 100%; min-height: 44px; margin-top: auto; border: 1px solid var(--navy); border-radius: 11px; color: var(--navy); background: white; font-size: 12px; font-weight: 850; cursor: pointer; transition: .2s ease; }
.plan-button:hover, .featured .plan-button { color: white; background: var(--navy); }
.pricing-disclaimer { margin: 25px 0 0; color: rgba(255,255,255,.5); font-size: 11px; text-align: center; }

.final-cta { margin-top: 112px; margin-bottom: 112px; padding: 80px 70px; border-radius: 30px; color: white; background: var(--coral); text-align: center; }
.final-cta > p { margin: 0 0 16px; font-size: 14px; font-weight: 800; }
.final-cta h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.25; letter-spacing: -.055em; }
.primary-button.inverse { margin-top: 32px; color: var(--navy); background: white; box-shadow: none; }

.site-footer { min-height: 120px; display: flex; align-items: center; gap: 28px; border-top: 1px solid var(--line); color: #848997; font-size: 11px; }
.footer-brand { color: var(--navy); margin-right: auto; }

.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(7,14,35,.66); backdrop-filter: blur(7px); }
.modal-panel { position: relative; z-index: 1; width: min(620px, 100%); max-height: calc(100vh - 40px); overflow: hidden; background: white; border-radius: 24px; box-shadow: 0 30px 100px rgba(0,0,0,.28); }
.modal-header { height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px 0 28px; border-bottom: 1px solid var(--line); }
.modal-header p { margin: 0 0 4px; color: var(--coral); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.modal-header h2 { margin: 0; font-size: 22px; letter-spacing: -.04em; }
.modal-close { width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--navy); background: var(--paper); font-size: 26px; line-height: 1; cursor: pointer; }
.modal iframe { display: block; border: 0; background: transparent; }
.form-fallback { display: block; padding: 12px 20px 16px; color: #7c8290; font-size: 10px; text-align: center; text-decoration: underline; }
body.modal-open { overflow: hidden; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 65px; padding-top: 56px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .product-preview { width: min(700px, 100%); margin: 0 auto; }
  .problem-section { gap: 55px; }
  .pricing-grid { grid-template-columns: repeat(2,1fr); gap: 24px 14px; }
  .plan-card.featured { transform: none; }
}

@media (max-width: 720px) {
  .section-shell, .site-header { width: min(100% - 32px, 1180px); }
  .site-header { height: 70px; }
  .hero { min-height: auto; padding: 50px 0 78px; gap: 52px; }
  .hero h1 { font-size: 43px; }
  .hero h1 mark::before { height: 16px; }
  .hero-description { font-size: 15px; }
  .desktop-break { display: none; }
  .hero-actions { flex-direction: column; }
  .primary-button, .secondary-button { width: 100%; }
  .preview-window { transform: none; border-radius: 18px; }
  .preview-grid { grid-template-columns: 1fr; }
  .illusion-card { grid-row: auto; }
  .floating-label { display: none; }
  .problem-section { grid-template-columns: 1fr; gap: 30px; padding: 82px 0; }
  .problem-copy { padding: 0; }
  .how-section { padding: 78px 0 90px; }
  .step-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .step-grid article { min-height: 260px; }
  .pricing-section { padding: 88px 0 72px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 410px; }
  .final-cta { width: calc(100% - 32px); margin-top: 70px; margin-bottom: 70px; padding: 58px 22px; border-radius: 22px; }
  .final-cta h2 { font-size: 34px; }
  .site-footer { flex-wrap: wrap; gap: 8px 20px; padding: 28px 0; }
  .footer-brand { width: 100%; }
  .modal { padding: 0; align-items: end; }
  .modal-panel { width: 100%; max-height: 92vh; border-radius: 22px 22px 0 0; }
  .modal iframe { height: calc(92vh - 132px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* CLANOV product theme */
:root {
  --navy: #f7f8fb;
  --navy-2: #dfe4ff;
  --coral: #7659ff;
  --blue: rgba(86, 211, 255, 0.34);
  --blue-2: rgba(86, 211, 255, 0.12);
  --paper: rgba(255, 255, 255, 0.065);
  --white: #0d1019;
  --ink-muted: rgba(247, 248, 251, 0.62);
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --purple: #7659ff;
  --cyan: #56d3ff;
}

body {
  position: relative;
  min-height: 100vh;
  color: #f7f8fb;
  background:
    radial-gradient(circle at 10% 5%, rgba(118, 89, 255, 0.2), transparent 31rem),
    radial-gradient(circle at 88% 22%, rgba(86, 211, 255, 0.13), transparent 29rem),
    linear-gradient(135deg, #090b12 0%, #111522 48%, #090b12 100%);
  background-color: #090b12;
}

body::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.017) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.017) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

.site-header {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.brand i { background: linear-gradient(90deg, var(--purple), var(--cyan)); }
.header-cta {
  border-color: rgba(255,255,255,.16);
  color: #0c1020;
  background: #f7f8fb;
}
.header-cta:hover { color: #0c1020; background: #fff; box-shadow: 0 0 0 5px rgba(118,89,255,.18); }

.eyebrow, .section-kicker {
  color: #9f8cff;
}
.hero h1 mark { color: #f7f8fb; }
.hero h1 mark::before {
  background: linear-gradient(90deg, rgba(118,89,255,.5), rgba(86,211,255,.34));
  box-shadow: 0 0 38px rgba(118,89,255,.2);
}
.hero-description, .problem-copy p, .step-grid p { color: rgba(247,248,251,.62); }
.reservation-note { color: rgba(247,248,251,.38); }
.reservation-benefit { color: rgba(247,248,251,.64); }
.reservation-benefit strong { color: #76dcff; }

.primary-button {
  color: #0c1020;
  background: #f7f8fb;
  box-shadow: 0 15px 38px rgba(0,0,0,.28), 0 0 0 1px rgba(255,255,255,.1);
}
.primary-button:hover { box-shadow: 0 18px 45px rgba(0,0,0,.34), 0 0 0 5px rgba(118,89,255,.14); }
.secondary-button {
  border-color: rgba(255,255,255,.12);
  color: rgba(247,248,251,.82);
  background: rgba(255,255,255,.065);
  backdrop-filter: blur(16px);
}
.secondary-button:hover { background: rgba(255,255,255,.11); }

.preview-window {
  background: rgba(255,255,255,.065);
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 30px 95px rgba(0,0,0,.48), 0 0 80px rgba(118,89,255,.09);
  backdrop-filter: blur(22px);
}
.window-bar {
  border-color: rgba(255,255,255,.09);
  background: rgba(255,255,255,.035);
}
.window-dots span { background: rgba(255,255,255,.22); }
.window-date { color: rgba(247,248,251,.38); }
.preview-grid { background: rgba(5,7,12,.34); }
.preview-grid article {
  color: #f7f8fb;
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.score-card p, .next-card span { color: rgba(247,248,251,.5); }
.score-track { background: rgba(255,255,255,.1); }
.score-track i { background: linear-gradient(90deg, var(--purple), var(--cyan)); }
.score-card small { color: #76dcff; }
.illusion-card li { border-color: rgba(255,255,255,.08); }
.illusion-card li > span { color: rgba(247,248,251,.58); background: rgba(255,255,255,.07); }
.illusion-card li small { color: rgba(247,248,251,.4); }
.illusion-card li > i { color: #c5baff; background: rgba(118,89,255,.17); }
.illusion-card li > i.medium { color: #7ce0ff; background: rgba(86,211,255,.12); }
.next-card button { color: #0c1020; background: #f7f8fb; }
.alert-dot { background: var(--purple); box-shadow: 0 0 16px rgba(118,89,255,.55); }
.floating-label {
  color: #f7f8fb;
  background: rgba(17,21,34,.83);
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 16px 40px rgba(0,0,0,.38);
  backdrop-filter: blur(18px);
}
.floating-label span { background: var(--purple); }
.label-two span { background: var(--cyan); color: #07111d; }

.problem-section { border-color: rgba(255,255,255,.1); }
.problem-copy p + p { color: #f7f8fb; }
.step-grid article {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 70px rgba(0,0,0,.15);
  backdrop-filter: blur(22px);
}
.step-number { color: rgba(255,255,255,.09); }
.step-icon {
  background: rgba(255,255,255,.085);
  box-shadow: 0 12px 35px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.09);
}
.upload-icon::before, .detect-icon::before, .repeat-icon::before { border-color: #e9eaff; }
.upload-icon::after { background: var(--cyan); box-shadow: 0 6px 0 var(--cyan), 0 12px 0 var(--cyan); }
.detect-icon::after { background: #e9eaff; }
.detect-icon i::before { background: var(--purple); }
.repeat-icon::after { border-color: #e9eaff; }

.pricing-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 45% 20%, rgba(118,89,255,.18), transparent 33rem),
    radial-gradient(circle at 90% 75%, rgba(86,211,255,.1), transparent 25rem),
    rgba(7,9,15,.38);
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.pricing-heading > p:last-child { color: rgba(247,248,251,.5); }
.plan-card {
  color: #f7f8fb;
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.11);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 24px 70px rgba(0,0,0,.22);
  backdrop-filter: blur(22px);
}
.plan-card.featured {
  border-color: rgba(118,89,255,.95);
  background: linear-gradient(160deg, rgba(118,89,255,.16), rgba(255,255,255,.055));
  box-shadow: 0 0 0 1px rgba(118,89,255,.2), 0 25px 75px rgba(36,20,105,.36);
}
.popular-badge {
  color: #090b12;
  background: linear-gradient(90deg, #9e8aff, #69dcff);
}
.plan-top p, .price span, .plan-card li { color: rgba(247,248,251,.55); }
.plan-card ul { border-color: rgba(255,255,255,.1); }
.plan-card li::before { color: var(--cyan); }
.plan-button {
  border-color: rgba(255,255,255,.15);
  color: rgba(247,248,251,.82);
  background: rgba(255,255,255,.055);
}
.plan-button:hover, .featured .plan-button {
  color: #0c1020;
  background: #f7f8fb;
  box-shadow: 0 0 0 5px rgba(118,89,255,.12);
}
.pricing-disclaimer { color: rgba(247,248,251,.38); }

.final-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(118,89,255,.28), rgba(86,211,255,.12));
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 30px 90px rgba(0,0,0,.28);
  backdrop-filter: blur(22px);
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: -60% 40% 20% -20%;
  background: radial-gradient(circle, rgba(118,89,255,.5), transparent 66%);
  pointer-events: none;
}
.final-cta > * { position: relative; z-index: 1; }
.primary-button.inverse { color: #0c1020; background: #f7f8fb; }
.site-footer { border-color: rgba(255,255,255,.1); color: rgba(247,248,251,.38); }
.footer-brand { color: #f7f8fb; }

.modal-backdrop { background: rgba(4,5,10,.78); }
.modal-panel {
  color: #f7f8fb;
  background: #111522;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 35px 110px rgba(0,0,0,.58), 0 0 80px rgba(118,89,255,.13);
}
.modal-header { border-color: rgba(255,255,255,.1); }
.modal-header p { color: #a995ff; }
.modal-close { color: #f7f8fb; background: rgba(255,255,255,.08); }
.modal iframe { background: #fff; }
.form-fallback { color: rgba(247,248,251,.5); }

@media (max-width: 720px) {
  .site-header { padding: 0; }
  .preview-window, .step-grid article, .plan-card { backdrop-filter: blur(14px); }
}
