/* ─────────────────────────────────────────────
   랜딩페이지 전용 스타일 (광고 전환 최적화)
   ───────────────────────────────────────────── */

.lp-body { background: var(--cream-50); }

/* ── Sticky top bar ──────────────────────── */
.lp-topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--navy-900);
  color: var(--cream-50);
  box-shadow: 0 2px 12px rgba(15, 26, 46, 0.18);
  padding-top: env(safe-area-inset-top, 0);
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
}
.lp-topbar-inner { min-width: 0; }
.lp-topbar .brand { min-width: 0; flex-shrink: 1; overflow: hidden; }
.lp-topbar-inner > div { min-width: 0; flex-shrink: 0; }
.lp-topbar-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.lp-topbar .brand { color: var(--cream-50); }
.lp-topbar .brand-mark { background: var(--gold-600); color: var(--navy-900); }
.lp-topbar .brand-name small { color: rgba(245, 235, 214, 0.5); }
.lp-topbar-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  color: var(--navy-950);
  font-weight: 700;
  font-size: 14px;
  border-radius: 999px;
  box-shadow: var(--shadow-gold);
  transition: transform var(--dur-fast) var(--ease);
}
.lp-topbar-cta:hover { transform: translateY(-1px); }
.lp-topbar-phone {
  color: var(--gold-300);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
}
@media (max-width: 540px) { .lp-topbar-phone { display: none; } }

/* ── Hero ────────────────────────────────── */
.lp-hero {
  position: relative;
  background:
    radial-gradient(ellipse at 70% 10%, rgba(201, 169, 110, 0.18), transparent 55%),
    radial-gradient(ellipse at 10% 90%, rgba(59, 87, 136, 0.14), transparent 60%),
    linear-gradient(180deg, #0a1220 0%, #0f1a2e 55%, #182544 100%);
  color: var(--cream-50);
  padding: clamp(56px, 9vw, 110px) 20px clamp(72px, 10vw, 120px);
  overflow: hidden;
}
.lp-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(201, 169, 110, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 169, 110, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 60% 70% at 50% 40%, black 40%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 60% 70% at 50% 40%, black 40%, transparent 100%);
  pointer-events: none;
}
.lp-hero-inner {
  position: relative;
  max-width: 760px; margin: 0 auto;
  text-align: center;
}
.lp-urgent-pill {
  display: inline-flex;
  align-items: center; gap: 10px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(185, 67, 67, 0.16);
  border: 1px solid rgba(235, 107, 107, 0.35);
  color: #ffb8b8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.lp-urgent-pill .blink {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ff6b6b;
  animation: blink 1.2s ease-in-out infinite;
  box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.15);
}
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }

.lp-hero h1 {
  color: var(--cream-50);
  font-size: clamp(28px, 6vw, 54px);
  font-weight: 800;
  margin-top: 22px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.lp-hero h1 .hl {
  color: var(--gold-500);
  font-style: italic;
  position: relative;
  word-break: keep-all;     /* 한국어 단어 단위 줄바꿈 */
  overflow-wrap: anywhere;  /* 너무 길면 어디서든 잘림 */
}
.lp-hero h1 .hl::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -4px;
  height: 8px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.35), transparent);
}
.lp-hero .sub {
  margin-top: 20px;
  color: rgba(245, 235, 214, 0.78);
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.7;
}

/* 한국어 텍스트 — 단어 단위 줄바꿈 (단락 깨짐 방지) */
.lp-why-card h3,
.lp-qbox h3,
.lp-feature h3,
.lp-feed h3 { word-break: keep-all; overflow-wrap: anywhere; }

/* Countdown */
.lp-countdown {
  margin: 36px auto 0;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  padding: 20px 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 169, 110, 0.22);
  border-radius: var(--r-lg);
  backdrop-filter: blur(8px);
}
.cd-col {
  text-align: center;
  min-width: 58px;
}
.cd-num {
  font-family: var(--font-serif);
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 800;
  color: var(--gold-500);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: -0.02em;
}
.cd-lab {
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 235, 214, 0.55);
  font-weight: 600;
}
.cd-sep {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 40px);
  color: rgba(201, 169, 110, 0.4);
  font-weight: 300;
  padding-top: 2px;
}
.lp-countdown-note {
  margin-top: 14px;
  color: rgba(245, 235, 214, 0.6);
  font-size: 13px;
}

.lp-hero-cta {
  margin-top: 32px;
  display: inline-flex;
  align-items: center; gap: 10px;
  padding: 17px 34px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  color: var(--navy-950);
  font-weight: 800;
  font-size: 17px;
  border-radius: 999px;
  box-shadow: 0 14px 40px -10px rgba(201, 169, 110, 0.5);
  transition: all var(--dur) var(--ease);
  animation: nudge 2.4s ease-in-out infinite;
}
.lp-hero-cta:hover { transform: translateY(-3px); box-shadow: 0 20px 50px -10px rgba(201, 169, 110, 0.65); }
@keyframes nudge {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

/* ── Real-time feed ───────────────────────── */
.lp-feed-section {
  margin-top: -40px;
  padding: 0 20px 60px;
  position: relative;
  z-index: 5;
}
.lp-feed {
  max-width: 760px; margin: 0 auto;
  background: #fff;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
}
.lp-feed-head {
  background: linear-gradient(180deg, #fff, var(--cream-50));
  padding: 16px 24px;
  border-bottom: 1px solid var(--ink-100);
  display: flex;
  align-items: center;
  gap: 12px;
}
.lp-live-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #46c878;
  box-shadow: 0 0 0 4px rgba(70, 200, 120, 0.2);
  animation: livepulse 1.6s ease-in-out infinite;
}
@keyframes livepulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.25); box-shadow: 0 0 0 8px rgba(70, 200, 120, 0); } }
.lp-feed-head h3 {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  color: var(--navy-900);
}
.lp-feed-head .cnt {
  margin-left: auto;
  font-size: 12px;
  color: var(--ink-500);
  font-variant-numeric: tabular-nums;
}
.lp-feed-list {
  max-height: 230px;
  overflow: hidden;
  position: relative;
}
.lp-feed-list::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 40px;
  background: linear-gradient(180deg, transparent, #fff);
  pointer-events: none;
}
.lp-feed-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 24px;
  border-bottom: 1px solid var(--ink-100);
  font-size: 13.5px;
  animation: feedIn 400ms var(--ease-out);
}
.lp-feed-item .who {
  display: flex; align-items: center; gap: 10px;
}
.lp-feed-item .who::before {
  content: "";
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-300), var(--gold-700));
  flex: none;
}
.lp-feed-item .who-info {
  line-height: 1.3;
}
.lp-feed-item .name { font-weight: 700; color: var(--navy-900); }
.lp-feed-item .meta { color: var(--ink-500); font-size: 12px; }
.lp-feed-item .tag {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e8f5ec;
  color: #1a6238;
  letter-spacing: 0.02em;
}
@keyframes feedIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Why us ──────────────────────────────── */
.lp-why {
  padding: clamp(48px, 7vw, 80px) 20px;
}
.lp-why-inner { max-width: 1080px; margin: 0 auto; }
.lp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 780px) { .lp-why-grid { grid-template-columns: 1fr; } }
.lp-why-card {
  padding: 30px 28px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: var(--r-lg);
  transition: all var(--dur) var(--ease);
}
.lp-why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold-300); }
.lp-why-icon {
  width: 54px; height: 54px;
  background: linear-gradient(135deg, var(--gold-100), var(--gold-300));
  border-radius: var(--r-md);
  display: grid; place-items: center;
  color: var(--gold-700);
}
.lp-why-card h3 {
  margin-top: 18px;
  font-size: 19px;
  font-weight: 700;
  color: var(--navy-900);
}
.lp-why-card p {
  margin-top: 10px;
  color: var(--ink-500);
  font-size: 14.5px;
  line-height: 1.75;
}

/* ── Qualify boxes ───────────────────────── */
.lp-qualify {
  padding: 0 20px 60px;
}
.lp-qualify-inner {
  max-width: 1080px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 780px) { .lp-qualify-inner { grid-template-columns: 1fr; } }
.lp-qbox {
  padding: 28px;
  border-radius: var(--r-lg);
  border: 1px solid;
}
.lp-qbox.ok {
  background: linear-gradient(180deg, #f3fbf6, #fff);
  border-color: #cfe7d6;
}
.lp-qbox.ng {
  background: linear-gradient(180deg, #fdf5f3, #fff);
  border-color: #ecd0cb;
}
.lp-qbox-head {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.lp-qbox.ok .lp-qbox-head { color: #1a6238; }
.lp-qbox.ng .lp-qbox-head { color: #8a2a2a; }
.lp-qbox h3 {
  margin-top: 8px;
  font-size: 20px;
  color: var(--navy-900);
  font-weight: 700;
}
.lp-qbox ul {
  margin-top: 16px;
  padding-left: 0; list-style: none;
  display: grid; gap: 10px;
}
.lp-qbox ul li {
  padding-left: 28px;
  position: relative;
  font-size: 14.5px;
  color: var(--ink-700);
  line-height: 1.65;
}
.lp-qbox.ok ul li::before {
  content: "";
  position: absolute; left: 0; top: 4px;
  width: 18px; height: 18px;
  background: #2d8a54;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='m9 16.17-3.88-3.88a1 1 0 0 0-1.41 1.41l4.59 4.59a1 1 0 0 0 1.41 0L20.29 7.71a1 1 0 0 0-1.41-1.41Z'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='m9 16.17-3.88-3.88a1 1 0 0 0-1.41 1.41l4.59 4.59a1 1 0 0 0 1.41 0L20.29 7.71a1 1 0 0 0-1.41-1.41Z'/></svg>") center/contain no-repeat;
}
.lp-qbox.ng ul li::before {
  content: "";
  position: absolute; left: 0; top: 4px;
  width: 18px; height: 18px;
  background: #b94343;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>") center/contain no-repeat;
}

/* ── Form ────────────────────────────────── */
.lp-form-section {
  padding: clamp(48px, 7vw, 84px) 20px;
  background: linear-gradient(180deg, var(--cream-50), #fff);
  scroll-margin-top: 80px;
}
.lp-form-inner {
  max-width: 640px; margin: 0 auto;
}
.lp-form-head {
  text-align: center;
  margin-bottom: 32px;
}
.lp-form-head .eyebrow-light {
  color: var(--gold-700);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lp-form-head h2 {
  margin-top: 12px;
  font-size: clamp(22px, 3.4vw, 36px);
  font-weight: 800;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.lp-form-head .scarcity {
  margin-top: 16px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px;
  background: #fff5ed;
  border: 1px solid #f4d6b8;
  border-radius: 999px;
  color: #8c5d1f;
  font-size: 13px;
  font-weight: 600;
}
.lp-form-head .scarcity strong { color: #b74b1a; font-weight: 800; }

.lp-form-card {
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: var(--r-xl);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--shadow-lg);
}

.lp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 540px) { .lp-form-grid { grid-template-columns: 1fr; } }
.lp-form-grid .full { grid-column: 1 / -1; }

.lp-form-card .field label { font-size: 13px; color: var(--ink-700); font-weight: 600; }
.lp-form-card .field label .req { color: var(--danger); margin-left: 4px; font-weight: 700; }
.lp-form-card input, .lp-form-card select, .lp-form-card textarea {
  padding: 13px 14px;
  border: 1.5px solid var(--ink-200);
  border-radius: var(--r-sm);
  background: #fff;
  font-size: 15px;
  transition: border-color var(--dur-fast) var(--ease);
}
.lp-form-card input:focus, .lp-form-card select:focus, .lp-form-card textarea:focus {
  border-color: var(--gold-600);
  outline: none;
  box-shadow: 0 0 0 4px rgba(201, 169, 110, 0.12);
}
.lp-form-card textarea { min-height: 86px; resize: vertical; line-height: 1.6; }

.lp-time-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.lp-time-radio label {
  position: relative;
  display: flex; align-items: center; gap: 10px;
  padding: 13px 14px;
  border: 1.5px solid var(--ink-200);
  border-radius: var(--r-sm);
  cursor: pointer;
  transition: all var(--dur-fast) var(--ease);
  font-size: 14px;
  font-weight: 500;
  color: var(--navy-900);
}
.lp-time-radio label:hover { border-color: var(--gold-500); background: var(--cream-50); }
.lp-time-radio input {
  position: absolute; opacity: 0; pointer-events: none;
}
.lp-time-radio .bullet {
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 2px solid var(--ink-300);
  flex: none;
  position: relative;
}
.lp-time-radio .bullet::after {
  content: ""; position: absolute; inset: 2px;
  border-radius: 50%;
  background: var(--gold-600);
  transform: scale(0);
  transition: transform var(--dur-fast) var(--ease);
}
.lp-time-radio input:checked ~ .bullet { border-color: var(--gold-600); }
.lp-time-radio input:checked ~ .bullet::after { transform: scale(1); }
.lp-time-radio label:has(input:checked) {
  border-color: var(--gold-600);
  background: linear-gradient(180deg, #fffbf3, var(--cream-100));
}

.lp-privacy {
  display: flex; align-items: flex-start; gap: 10px;
  margin: 20px 0 18px;
  font-size: 13px;
  color: var(--ink-500);
  line-height: 1.7;
}
.lp-privacy details summary { cursor: pointer; color: var(--gold-700); font-weight: 600; }
.lp-privacy details[open] summary { margin-bottom: 10px; }
.lp-privacy details .content {
  padding: 12px; background: var(--ink-50); border-radius: 6px;
  font-size: 12px; color: var(--ink-700); line-height: 1.7;
}

.lp-submit {
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, var(--navy-900), var(--navy-800));
  color: var(--cream-50);
  font-size: 17px;
  font-weight: 800;
  border-radius: var(--r-md);
  letter-spacing: -0.01em;
  transition: all var(--dur) var(--ease);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  position: relative;
  overflow: hidden;
}
.lp-submit::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  opacity: 0;
  transition: opacity var(--dur) var(--ease);
}
.lp-submit:hover::before { opacity: 1; }
.lp-submit:hover { color: var(--navy-950); transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.lp-submit > span { position: relative; z-index: 1; }

.lp-trust-row {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--ink-500);
}
.lp-trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.lp-trust-row svg { color: #2d8a54; }

/* ── Fixed mobile CTA ────────────────────── */
.lp-mobile-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 40;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(15, 26, 46, 0.96);
  backdrop-filter: blur(10px);
  display: none;
  gap: 10px;
  box-shadow: 0 -4px 20px rgba(15, 26, 46, 0.2);
  border-top: 1px solid rgba(201, 169, 110, 0.25);
}
@media (max-width: 780px) { .lp-mobile-cta { display: flex; } body { padding-bottom: 80px; } }
.lp-mobile-cta a, .lp-mobile-cta button {
  flex: 1;
  padding: 14px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
}

/* ── Landing mobile optimization ────────── */
@media (max-width: 640px) {
  .lp-topbar-inner { padding: 10px 14px; gap: 8px; }
  .lp-topbar .brand-name small { display: none; }
  .lp-topbar .brand-name { font-size: 13px; }
  .lp-topbar .brand-mark { width: 30px; height: 30px; font-size: 14px; }
  .lp-topbar > div > a:first-child,
  .lp-topbar-phone,
  .dark-nav .auth-login,
  .dark-nav .auth-logout,
  .dark-nav .auth-name { display: none !important; }
  .lp-topbar-cta { padding: 9px 14px; font-size: 12.5px; }

  .lp-hero { padding: 48px 16px 72px; }
  .lp-urgent-pill { padding: 7px 14px; font-size: 11.5px; }
  .lp-hero h1 { font-size: 28px; }
  .lp-hero .sub { font-size: 14.5px; margin-top: 18px; }
  .lp-countdown { padding: 16px 20px; gap: 4px; margin-top: 28px; }
  .cd-num { font-size: 30px; }
  .cd-lab { font-size: 10px; letter-spacing: 0.1em; }
  .cd-sep { font-size: 26px; }
  .lp-hero-cta { padding: 14px 26px; font-size: 15px; margin-top: 24px; }

  .lp-feed-section { padding: 0 14px 44px; margin-top: -30px; }
  .lp-feed { border-radius: 16px; }
  .lp-feed-head { padding: 12px 18px; }
  .lp-feed-head h3 { font-size: 13.5px; }
  .lp-feed-head .cnt { font-size: 11px; }
  .lp-feed-item { padding: 10px 18px; font-size: 12.5px; grid-template-columns: 1fr auto; }
  .lp-feed-item .who::before { width: 26px; height: 26px; }
  .lp-feed-item .meta { font-size: 11px; }
  .lp-feed-item .tag { font-size: 10px; padding: 3px 8px; }

  .lp-why, .lp-qualify, .lp-form-section { padding: 48px 16px; }
  .lp-why-card { padding: 22px; }
  .lp-qbox { padding: 22px; }
  .lp-qbox h3 { font-size: 18px; }
  .lp-qbox ul li { font-size: 13.5px; padding-left: 26px; }

  .lp-form-card { padding: 22px 18px; border-radius: 16px; }
  .lp-form-grid { gap: 14px; }
  .lp-time-radio { grid-template-columns: 1fr 1fr; gap: 8px; }
  .lp-time-radio label { padding: 12px; font-size: 13px; }
  .lp-privacy { font-size: 12.5px; margin: 14px 0 14px; }
  .lp-submit { padding: 16px; font-size: 15px; }
  .lp-trust-row { gap: 14px; font-size: 11.5px; }

  body:has(.lp-mobile-cta) { padding-bottom: 80px; }
}
.lp-mobile-cta .call { background: rgba(245, 235, 214, 0.1); color: var(--cream-50); border: 1px solid rgba(245, 235, 214, 0.25); }
.lp-mobile-cta .apply { background: linear-gradient(135deg, var(--gold-500), var(--gold-700)); color: var(--navy-950); }

/* ── Success overlay ─────────────────────── */
.lp-success {
  position: fixed; inset: 0;
  display: none;
  place-items: center;
  background: rgba(15, 26, 46, 0.6);
  backdrop-filter: blur(8px);
  z-index: 200;
  padding: 24px;
}
.lp-success.show { display: grid; }
.lp-success-card {
  max-width: 400px; width: 100%;
  background: #fff;
  border-radius: var(--r-xl);
  padding: 40px 32px;
  text-align: center;
  box-shadow: var(--shadow-xl);
  animation: fadeUp 400ms var(--ease-out);
}
.lp-success-icon {
  width: 72px; height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7dd3a0, #2d8a54);
  display: grid; place-items: center;
  color: #fff;
}
.lp-success-card h3 { font-size: 22px; color: var(--navy-900); margin-bottom: 10px; }
.lp-success-card p { color: var(--ink-500); font-size: 14px; line-height: 1.7; margin-bottom: 24px; }
.lp-success-card button {
  padding: 12px 24px; background: var(--navy-900); color: var(--cream-50);
  border-radius: 999px; font-weight: 600; font-size: 14px;
}
