:root {
  --red: #d20202;
  --red-dark: #a90000;
  --ink: #191919;
  --muted: #68605d;
  --cream: #fff8f4;
  --line: #eadfda;
  --white: #ffffff;
  --green: #079455;
  --shadow: 0 22px 70px rgba(62, 12, 8, 0.12);
  --radius: 28px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Poppins", sans-serif; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; background: #fff; color: var(--red); padding: 12px 16px; z-index: 1000; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(234,223,218,.8); backdrop-filter: blur(18px); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 150px; height: auto; }
.desktop-nav { display: flex; gap: 30px; align-items: center; font-size: 14px; font-weight: 600; }
.desktop-nav a, .text-link { transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover { color: var(--red); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; background: var(--cream); }
.menu-button span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 4px auto; }
.mobile-nav { padding: 4px 20px 18px; background: #fff; }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 600; }

.button { border: 0; border-radius: 999px; min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(210,2,2,.25); outline-offset: 3px; }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 12px 30px rgba(210,2,2,.22); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 16px 36px rgba(210,2,2,.28); }
.button-secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.button-light { background: #fff; color: var(--red); }
.button-ghost { background: #f3efed; color: var(--ink); }
.button-small { min-height: 44px; padding-inline: 20px; font-size: 13px; }
.button-large { min-height: 56px; padding-inline: 28px; }
.button-block { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 92px 0 84px; background: radial-gradient(circle at 15% 20%, #fff 0, #fff9f6 34%, #fff 68%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 62px; }
.eyebrow, .kicker { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; background: #fff0ec; padding: 9px 14px; border-radius: 999px; }
.eyebrow-dot { width: 8px; height: 8px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 6px rgba(210,2,2,.08); }
h1 { font-size: clamp(48px, 6vw, 78px); line-height: .99; letter-spacing: -.055em; margin: 24px 0; max-width: 700px; }
h1 span { color: var(--red); }
.hero-lead { max-width: 620px; font-size: 19px; line-height: 1.7; color: var(--muted); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-notes { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 28px; font-size: 12px; font-weight: 600; color: #5f5754; }
.hero-notes span::before { content: "✓"; color: var(--green); margin-right: 7px; font-weight: 800; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 420px; height: 420px; right: -140px; top: -180px; background: rgba(210,2,2,.055); }
.hero-orb-two { width: 180px; height: 180px; left: -90px; bottom: 20px; background: rgba(255,186,140,.18); }
.phone-stage { position: relative; min-height: 590px; display: flex; justify-content: center; align-items: center; }
.phone { position: absolute; width: 270px; height: 548px; border: 9px solid #171313; border-radius: 42px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone-front { transform: rotate(2deg); z-index: 2; }
.phone-back { transform: translateX(160px) rotate(9deg) scale(.86); opacity: .87; }
.phone-speaker { position: absolute; top: 9px; left: 50%; transform: translateX(-50%); width: 74px; height: 19px; border-radius: 14px; background: #171313; z-index: 2; }
.floating-card { position: absolute; z-index: 5; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border: 1px solid #f1e5df; border-radius: 17px; padding: 15px 17px; box-shadow: 0 18px 42px rgba(42,10,8,.13); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { font-size: 14px; }
.floating-card span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.floating-card-top { top: 62px; left: 2px; }
.floating-card-bottom { bottom: 66px; right: -8px; }

section { padding: 94px 0; }
.section-heading { max-width: 700px; margin-bottom: 44px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2, .merchant-copy h2, .customer-copy h2, .final-cta h2 { font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; letter-spacing: -.04em; margin: 12px 0 18px; }
.section-heading p { color: var(--muted); line-height: 1.7; font-size: 17px; }
.pathways { background: #fff; }
.path-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 18px; }
.path-card { min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.path-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.path-card-featured { color: #fff; border-color: var(--red); background: linear-gradient(145deg, var(--red), #8f0000); }
.path-number { font-size: 12px; letter-spacing: .13em; font-weight: 800; opacity: .65; }
.path-card h3 { font-size: 26px; margin: auto 0 10px; }
.path-card p { margin: 0 0 24px; color: var(--muted); line-height: 1.6; }
.path-card-featured p { color: rgba(255,255,255,.82); }
.card-link { display: flex; justify-content: space-between; align-items: center; width: 100%; border: 0; border-top: 1px solid var(--line); padding: 18px 0 0; background: transparent; color: var(--red); font-weight: 700; cursor: pointer; text-align: left; }
.path-card-featured .card-link { color: #fff; border-color: rgba(255,255,255,.25); }

.merchant-section { color: #fff; background: #171212; position: relative; overflow: hidden; }
.merchant-section::after { content: "018"; position: absolute; right: -40px; bottom: -120px; font-weight: 800; font-size: 320px; letter-spacing: -.1em; color: rgba(255,255,255,.025); }
.merchant-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 84px; align-items: center; position: relative; z-index: 1; }
.merchant-copy p { color: rgba(255,255,255,.7); line-height: 1.75; font-size: 17px; margin-bottom: 32px; }
.kicker-light { color: #ff9b90; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.benefit-card { min-height: 190px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; padding: 25px; background: rgba(255,255,255,.055); }
.benefit-card span { color: #ff9b90; font-weight: 800; font-size: 14px; }
.benefit-card p { margin: 42px 0 0; color: rgba(255,255,255,.72); line-height: 1.55; font-size: 14px; }

.steps-section { background: var(--cream); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step { padding: 24px; border-radius: 22px; background: #fff; border: 1px solid #f0e4df; }
.step > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: #fff; background: var(--red); font-weight: 800; }
.step h3 { font-size: 17px; margin: 30px 0 7px; }
.step p { font-size: 13px; color: var(--muted); line-height: 1.55; margin: 0; }
.sixty-card { margin-top: 24px; border-radius: var(--radius); color: #fff; background: linear-gradient(105deg, #171212, #2d1715); padding: 32px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.sixty-card > div { display: flex; align-items: baseline; gap: 7px; }
.sixty-card strong { font-size: 54px; line-height: 1; color: #ff4a3d; }
.sixty-card span { font-weight: 700; }
.sixty-card p { color: rgba(255,255,255,.7); max-width: 470px; }

.capabilities { background: #fff; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.capability { min-height: 260px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability:nth-child(2n) { border-right: 0; }
.capability:nth-child(n+3) { border-bottom: 0; }
.capability-label { color: var(--red); font-size: 11px; letter-spacing: .14em; font-weight: 800; }
.capability h3 { font-size: 25px; margin: 58px 0 10px; }
.capability p { color: var(--muted); max-width: 440px; line-height: 1.65; }

.customer-section { color: #fff; background: var(--red); overflow: hidden; }
.customer-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.customer-visual { position: relative; min-height: 340px; display: grid; place-items: center; }
.app-icon { width: 230px; height: 230px; overflow: hidden; border-radius: 54px; box-shadow: 0 28px 80px rgba(68,0,0,.35); transform: rotate(-5deg); background: #c00; }
.app-icon img { width: 100%; height: 100%; object-fit: cover; }
.customer-lines span { position: absolute; display: block; height: 2px; background: rgba(255,255,255,.22); border-radius: 3px; }
.customer-lines span:nth-child(1) { width: 130px; top: 30px; left: 10px; transform: rotate(22deg); }
.customer-lines span:nth-child(2) { width: 100px; bottom: 44px; right: 0; transform: rotate(-18deg); }
.customer-lines span:nth-child(3) { width: 70px; top: 95px; right: 15px; transform: rotate(-22deg); }
.customer-copy p { color: rgba(255,255,255,.78); line-height: 1.7; font-size: 17px; max-width: 580px; }
.store-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.store-buttons a { min-width: 180px; padding: 11px 18px; border-radius: 13px; background: #171212; display: flex; flex-direction: column; transition: transform .2s ease; }
.store-buttons a:hover { transform: translateY(-3px); }
.store-buttons small { font-size: 10px; opacity: .7; }
.store-buttons strong { font-size: 17px; }
.store-buttons .smart-download-button { min-width: min(100%, 315px); padding: 13px 20px; }
.smart-download-button strong { display: flex; align-items: center; justify-content: space-between; gap: 16px; }

.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-copy { padding-top: 30px; border-top: 1px solid var(--line); }
.about-copy p { color: var(--muted); font-size: 17px; line-height: 1.8; }
.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-list details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-list summary { list-style: none; cursor: pointer; font-weight: 700; padding-right: 36px; position: relative; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: -5px; color: var(--red); font-size: 26px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { color: var(--muted); line-height: 1.7; font-size: 14px; }
.final-cta { background: #1b1514; color: #fff; }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.final-cta h2 { margin-bottom: 0; }

footer { padding: 64px 0 24px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.footer-grid img { width: 148px; }
.footer-grid p { color: var(--muted); font-size: 13px; }
.footer-grid strong, .footer-grid a { display: block; }
.footer-grid strong { margin-bottom: 14px; }
.footer-grid a { color: var(--muted); margin: 9px 0; font-size: 13px; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 48px; padding-top: 20px; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 18px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(17,10,9,.7); backdrop-filter: blur(8px); }
.modal-panel { position: relative; width: min(650px, 100%); max-height: calc(100vh - 36px); overflow-y: auto; background: #fff; border-radius: 30px; padding: 24px 32px 30px; box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.modal-topbar { display: flex; align-items: center; justify-content: space-between; }
.modal-brand img { width: 128px; }
.close-button { border: 0; background: #f5efec; width: 42px; height: 42px; border-radius: 50%; font-size: 28px; line-height: 1; cursor: pointer; }
.demo-notice { margin: 18px 0 14px; padding: 10px 13px; border-radius: 12px; background: #fff6df; color: #745700; font-size: 11px; font-weight: 600; }
.progress-wrap { display: flex; align-items: center; gap: 13px; margin-bottom: 28px; }
.progress-bar { flex: 1; height: 7px; background: #f1e7e3; border-radius: 10px; overflow: hidden; }
.progress-bar span { display: block; width: 25%; height: 100%; border-radius: inherit; background: var(--red); transition: width .3s ease; }
#progress-label { color: var(--muted); font-size: 11px; font-weight: 600; }
.form-step { display: none; }
.form-step.is-active { display: block; animation: enter .25s ease-out; }
.form-kicker { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-step h2 { font-size: 31px; line-height: 1.14; letter-spacing: -.035em; margin: 8px 0 8px; }
.form-step > p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0 0 22px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field-full { grid-column: 1 / -1; }
.field span { display: block; margin: 0 0 7px 3px; font-size: 12px; font-weight: 700; }
.password-field > label { display: block; margin: 0 0 7px 3px; font-size: 12px; font-weight: 700; }
.field input, .field select { width: 100%; height: 50px; padding: 0 14px; border: 1px solid #ddd2ce; border-radius: 13px; background: #fff; color: var(--ink); }
.field input::placeholder { color: #aaa19e; }
.access-fields { margin-bottom: 15px; }
.password-control { position: relative; }
.password-control input { padding-right: 76px; }
.password-control button { position: absolute; right: 7px; top: 7px; height: 36px; border: 0; border-radius: 9px; padding: 0 10px; color: var(--red); background: #fff1ee; font-size: 11px; font-weight: 700; cursor: pointer; }
.inline-choice, .consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 17px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.inline-choice input, .consent input { width: 18px; height: 18px; accent-color: var(--red); flex: 0 0 auto; }
.choice-group { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 0; margin: 0 0 22px; border: 0; }
.choice-group legend { grid-column: 1 / -1; margin-bottom: 10px; font-size: 13px; font-weight: 700; }
.choice-group label { position: relative; }
.choice-group input { position: absolute; opacity: 0; }
.choice-group span { min-height: 64px; padding: 10px; border: 1px solid #ddd2ce; border-radius: 14px; display: grid; place-items: center; text-align: center; font-size: 12px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.choice-group input:checked + span { color: var(--red); border-color: var(--red); background: #fff2ef; box-shadow: inset 0 0 0 1px var(--red); }
.choice-group input:focus-visible + span { outline: 3px solid rgba(210,2,2,.2); outline-offset: 2px; }
.profile-questions { display: grid; grid-template-columns: 1fr; gap: 16px; }
.profile-questions .choice-group { margin: 0; }
.profile-questions .choice-group legend { margin-bottom: 7px; line-height: 1.45; }
.profile-questions .choice-group span { min-height: 54px; padding: 8px 10px; font-size: 11px; line-height: 1.35; }
.review-card { padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.review-card div { min-width: 0; }
.review-card small { display: block; color: var(--muted); font-size: 10px; }
.review-card strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 25px; }
.form-error { min-height: 20px; margin-top: 12px; color: var(--red); font-size: 12px; font-weight: 600; }
.success-step { text-align: center; padding: 20px 0 0; }
.success-mark { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 18px; border-radius: 50%; color: #fff; background: var(--green); font-size: 34px; box-shadow: 0 0 0 10px rgba(7,148,85,.1); }
.next-checklist { display: grid; gap: 9px; text-align: left; margin: 24px 0; }
.next-checklist span { padding: 12px 14px; border-radius: 12px; background: var(--cream); font-size: 12px; font-weight: 600; }
.next-checklist span::before { content: "✓"; color: var(--green); margin-right: 9px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes enter { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: none; } }

@media (max-width: 960px) {
  .desktop-nav, .desktop-only { display: none; }
  .menu-button { display: block; }
  .hero-grid, .merchant-grid, .customer-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead, .section-heading { margin-inline: auto; }
  .hero-actions, .hero-notes { justify-content: center; }
  .phone-stage { min-height: 520px; }
  .phone { width: 236px; height: 480px; }
  .phone-back { transform: translateX(120px) rotate(8deg) scale(.82); }
  .merchant-grid, .customer-grid { gap: 50px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 250px; }
  .sixty-card { grid-template-columns: auto 1fr; }
  .sixty-card .button { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1160px); }
  .header-inner { height: 68px; }
  .brand img { width: 124px; }
  .header-actions .button { display: none; }
  .hero { padding: 62px 0 52px; }
  h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-notes { gap: 9px 14px; }
  .phone-stage { min-height: 410px; margin-top: 15px; }
  .phone { width: 188px; height: 384px; border-width: 6px; border-radius: 31px; }
  .phone-back { transform: translateX(88px) rotate(8deg) scale(.78); }
  .floating-card { padding: 10px 12px; }
  .floating-card-top { top: 40px; left: 0; }
  .floating-card-bottom { bottom: 40px; right: 0; }
  .floating-card span { display: none; }
  section { padding: 68px 0; }
  .section-heading h2, .merchant-copy h2, .customer-copy h2, .final-cta h2 { font-size: 35px; }
  .benefit-grid, .capability-grid, .steps-grid, .footer-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 150px; }
  .benefit-card p { margin-top: 26px; }
  .capability { border-right: 0; border-bottom: 1px solid var(--line) !important; min-height: 220px; padding: 28px; }
  .capability:last-child { border-bottom: 0 !important; }
  .capability h3 { margin-top: 36px; }
  .sixty-card { grid-template-columns: 1fr; text-align: center; }
  .sixty-card > div { justify-content: center; }
  .customer-visual { min-height: 260px; }
  .app-icon { width: 190px; height: 190px; border-radius: 45px; }
  .store-buttons { display: grid; }
  .store-buttons a { width: 100%; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .modal { padding: 0; align-items: end; }
  .modal-panel { width: 100%; max-height: 100dvh; border-radius: 26px 26px 0 0; padding: 16px 18px 18px; }
  .modal-topbar .close-button { width: 38px; height: 38px; }
  .demo-notice { margin: 12px 0 10px; padding: 8px 11px; }
  .progress-wrap { margin-bottom: 18px; }
  .field-grid, .review-card { grid-template-columns: 1fr; }
  .field-grid { gap: 10px; }
  .field-full { grid-column: auto; }
  .field input, .field select { height: 46px; }
  .password-control button { top: 5px; }
  .choice-group { grid-template-columns: 1fr; }
  .choice-group.compact { grid-template-columns: repeat(3, 1fr); }
  .choice-group span { min-height: 50px; }
  .profile-questions { gap: 13px; }
  .form-step h2 { font-size: 26px; }
  .form-step > p { margin-bottom: 14px; }
  .form-error { min-height: 0; margin-top: 8px; }
  .form-actions { margin-top: 14px; }
  .form-actions .button { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Domain-cutover bridge stays at the top and never blocks app bottom actions. */
.domain-migration-banner {
  position: fixed; z-index: 2000; top: 16px; left: 50%;
  width: min(720px, calc(100% - 24px)); transform: translateX(-50%);
  display: flex; align-items: center; gap: 16px; padding: 14px 48px 14px 18px;
  color: #fff; background: #181818; border-radius: 18px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .25);
}
.domain-migration-banner div { display: grid; flex: 1; }
.domain-migration-banner span { opacity: .78; font-size: .82rem; }
.domain-migration-banner button { border: 0; border-radius: 999px; padding: 10px 16px; color: #fff; background: #d20202; font: inherit; font-weight: 700; cursor: pointer; }
.domain-migration-banner .domain-migration-close { position: absolute; right: 10px; padding: 4px 10px; background: transparent; font-size: 1.25rem; }
.migration-page { min-height: 100vh; display: grid; place-items: center; margin: 0; padding: 24px; background: #fff8f4; font-family: Poppins, sans-serif; }
.migration-card { box-sizing: border-box; width: min(480px, 100%); padding: 36px; text-align: center; border: 1px solid #f1d8d2; border-radius: 28px; background: #fff; box-shadow: 0 22px 60px rgba(90, 20, 10, .12); }
.migration-card img { border-radius: 22%; }
.migration-card h1 { margin: 16px 0 10px; font-size: clamp(1.65rem, 5vw, 2.35rem); line-height: 1.12; }
.migration-card p { color: #6c625f; line-height: 1.65; }
.migration-card small { display: block; margin-top: 16px; color: #817673; }
@media (max-width: 620px) {
  .domain-migration-banner { align-items: stretch; flex-direction: column; gap: 10px; }
  .domain-migration-banner button:not(.domain-migration-close) { width: 100%; }
}
