:root {
  --navy: #102a43;
  --navy-2: #183b56;
  --green: #00a676;
  --green-dark: #008f67;
  --mint: #ecf8f3;
  --cyan: #5ed6c1;
  --muted: #52677c;
  --line: #dce7e3;
  --surface: #f7fbf9;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(16, 42, 67, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--navy); font-family: Inter, Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(220,231,227,.7); backdrop-filter: blur(16px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 30px; font-weight: 800; letter-spacing: -.05em; color: #0d2440; }
.brand-mark { width: 34px; display: grid; gap: 4px; }
.brand-mark i { display: block; height: 7px; background: var(--green); border-radius: 5px; position: relative; }
.brand-mark i::after { content: ""; position: absolute; right: 5px; top: 2px; width: 3px; height: 3px; border-radius: 50%; background: white; }
.brand-mark i:nth-child(2) { width: 29px; }
.brand-mark i:nth-child(3) { width: 24px; }
.nav-links { display: flex; align-items: center; gap: 42px; margin-left: auto; }
.nav-links a { font-weight: 650; font-size: 15px; position: relative; }
.nav-links a::after { content: ""; height: 2px; background: var(--green); position: absolute; left: 0; right: 100%; bottom: -8px; transition: right .2s ease; }
.nav-links a:hover::after { right: 0; }
.login-button { display: inline-flex; align-items: center; gap: 9px; min-height: 45px; padding: 0 20px; margin-left: 20px; background: white; border: 1px solid var(--green); border-radius: 12px; color: var(--navy); font-weight: 700; transition: .2s ease; }
.login-button:hover { background: var(--mint); transform: translateY(-1px); }
.mobile-toggle { display: none; border: 0; background: transparent; color: var(--navy); padding: 8px; }

.hero { position: relative; overflow: hidden; padding: 78px 0 72px; background: radial-gradient(circle at 86% 21%, rgba(94,214,193,.14), transparent 30%), linear-gradient(180deg,#fff 0%,#fbfefd 100%); }
.hero::after { content: ""; position: absolute; width: 620px; height: 200px; left: 18%; bottom: -125px; border: 1px solid rgba(94,214,193,.25); border-radius: 50%; box-shadow: 0 -20px 0 rgba(94,214,193,.04), 0 -40px 0 rgba(94,214,193,.035), 0 -60px 0 rgba(94,214,193,.025); transform: rotate(-7deg); }
.hero-dots { position: absolute; right: -30px; top: 5px; width: 420px; height: 330px; opacity: .32; background-image: radial-gradient(var(--cyan) 1.1px,transparent 1.1px); background-size: 13px 13px; mask-image: linear-gradient(135deg,transparent,black 40%,transparent 92%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 9px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 18px; height: 2px; background: currentColor; }
.hero h1 { margin: 0; font-size: clamp(52px, 5.2vw, 74px); line-height: 1.02; letter-spacing: -.055em; font-weight: 790; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-lead { margin: 25px 0 32px; max-width: 665px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.domain-search { height: 76px; width: min(100%, 700px); display: flex; align-items: center; padding: 8px 9px 8px 22px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: 0 14px 36px rgba(16,42,67,.10); color: var(--green); }
.domain-search input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; padding: 0 16px; color: var(--navy); font-size: 17px; }
.domain-search input::placeholder { color: #8da0af; }
.domain-search button { height: 58px; min-width: 166px; padding: 0 22px; border: 0; border-radius: 12px; background: var(--green); color: white; font-weight: 750; font-size: 16px; transition: .2s ease; }
.domain-search button:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 9px 22px rgba(0,166,118,.24); }
.domain-search button:disabled { opacity: .68; transform: none; }
.domain-result { max-width: 700px; margin-top: 12px; padding: 14px 14px 14px 16px; border-radius: 13px; display: flex; align-items: center; gap: 11px; font-size: 14px; border: 1px solid; }
.domain-result.available { background: #effbf6; border-color: #bfeadc; color: #146d55; }
.domain-result.unavailable { background: #fff6f2; border-color: #f5d4c5; color: #9a4930; }
.result-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: currentColor; color: white; flex: 0 0 auto; }
.domain-result div { flex: 1; }
.domain-result small { display: block; opacity: .72; margin-top: 3px; }
.domain-result button { border: 0; border-radius: 9px; padding: 10px 13px; color: white; background: var(--green); font-weight: 700; }
.trust-row { margin-top: 26px; display: flex; align-items: center; gap: 0; color: var(--navy-2); }
.trust-row span { display: flex; align-items: center; gap: 9px; font-size: 14px; padding: 0 20px; border-right: 1px solid var(--line); white-space: nowrap; }
.trust-row span:first-child { padding-left: 0; }
.trust-row span:last-child { border: 0; }
.trust-row svg { color: var(--green); }
.domain-price { margin-top: 27px; width: fit-content; display: flex; align-items: center; gap: 15px; padding: 14px 19px; border-radius: 15px; background: var(--mint); }
.domain-price b { width: 46px; height: 46px; display: grid; place-items: center; color: var(--green); background: white; border-radius: 50%; font-size: 18px; }
.domain-price strong { font-size: 25px; letter-spacing: -.02em; }
.domain-price small { color: var(--muted); font-size: 11px; }
.hero-visual { min-height: 585px; position: relative; display: flex; align-items: center; justify-content: flex-end; }
.image-frame { width: 88%; height: 570px; border: 10px solid white; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); background: #e8f3f0; }
.image-frame img { width: 100%; height: 100%; display: block; object-fit: cover; }
.status-card { position: absolute; left: -26px; width: 236px; padding: 24px; border: 1px solid rgba(220,231,227,.85); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.status-icon { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; background: var(--mint); color: var(--green); }
.status-card h2 { margin: 16px 0 10px; font-size: 17px; }
.status-card h3 { margin: 20px 0 16px; font-size: 13px; }
.status-card hr { margin: 20px 0; border: 0; border-top: 1px solid var(--line); }
.status-ok { margin: 0; font-size: 11px; color: var(--navy-2); white-space: nowrap; }
.status-ok i, .system-status i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #16c58c; box-shadow: 0 0 0 4px rgba(22,197,140,.12); }
.meter { display: grid; grid-template-columns: 1fr auto; gap: 6px; margin-bottom: 12px; font-size: 11px; color: var(--muted); }
.meter b { font-weight: 600; }
.meter > i { grid-column: 1/-1; display: block; height: 6px; overflow: hidden; border-radius: 10px; background: #e8edee; }
.meter u { display: block; height: 100%; border-radius: 10px; background: var(--green); text-decoration: none; }
.ddos { margin-top: 18px; display: flex; align-items: center; gap: 7px; padding: 11px; background: var(--mint); border-radius: 10px; color: var(--green-dark); font-size: 11px; font-weight: 700; }

.domain-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.domain-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.domain-item { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 84px; border-right: 1px solid var(--line); }
.domain-item:last-child { border: 0; }
.domain-item strong { font-size: 21px; }
.domain-item span { color: var(--muted); font-size: 13px; }
.domain-item.featured strong { color: var(--green); }

.section { padding: 110px 0; }
.section-heading { max-width: 700px; margin: 0 auto 52px; text-align: center; }
.section-heading.left { margin: 0; text-align: left; }
.section-heading h2, .migration h2 { margin: 0; font-size: clamp(38px,4vw,54px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.packages { background: var(--surface); }
.plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.plan-card { position: relative; padding: 36px; border: 1px solid var(--line); border-radius: 23px; background: white; transition: .25s ease; }
.plan-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.plan-card.popular { border: 2px solid var(--green); box-shadow: 0 18px 45px rgba(0,166,118,.10); }
.popular-badge { position: absolute; right: 22px; top: 22px; padding: 7px 10px; border-radius: 20px; background: var(--mint); color: var(--green-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.plan-name { margin: 0 0 14px; color: var(--green); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.plan-card h3 { margin: 0 0 26px; font-size: 20px; }
.price { display: flex; align-items: baseline; gap: 7px; }
.price strong { font-size: 34px; letter-spacing: -.04em; }
.price span, .annual { color: var(--muted); }
.annual { margin: 6px 0 24px; font-size: 12px; }
.plan-card > button, .wp-copy button, .migration-card > button { width: 100%; height: 52px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 11px; background: var(--navy); color: white; font-weight: 750; transition: .2s ease; }
.plan-card.popular > button { background: var(--green); }
.plan-card > button:hover, .wp-copy button:hover, .migration-card > button:hover { background: var(--green-dark); transform: translateY(-2px); }
.plan-card ul { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.plan-card li { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 14px; }
.plan-card li span { width: 23px; height: 23px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--mint); color: var(--green); }
.pricing-note { margin: 18px 0 0; text-align: center; color: #7b8b98; font-size: 11px; }

.reasons-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; color: var(--green-dark); font-weight: 750; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit { padding: 28px; border: 1px solid var(--line); border-radius: 19px; background: white; }
.benefit > span { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 14px; color: var(--green); background: var(--mint); }
.benefit h3 { margin: 20px 0 10px; font-size: 18px; }
.benefit p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.wp-section { padding-top: 50px; }
.wp-card { min-height: 480px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; overflow: hidden; background: var(--navy); color: white; border-radius: 30px; }
.wp-art { align-self: stretch; position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle,rgba(94,214,193,.25),transparent 60%); }
.wp-art::before, .wp-art::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(94,214,193,.22); border-radius: 50%; }
.wp-art::after { width: 390px; height: 390px; }
.wp-art > span { position: relative; z-index: 2; width: 145px; height: 145px; display: grid; place-items: center; border-radius: 36px; background: white; color: var(--green); box-shadow: 0 25px 60px rgba(0,0,0,.22); transform: rotate(-4deg); }
.wp-art i { position: absolute; width: 54px; height: 54px; border-radius: 16px; background: var(--cyan); opacity: .25; }
.wp-art i:nth-of-type(1) { left: 14%; top: 19%; }.wp-art i:nth-of-type(2) { right: 15%; top: 28%; }.wp-art i:nth-of-type(3) { left: 22%; bottom: 17%; }
.wp-copy { padding: 70px 78px 70px 35px; }
.eyebrow.light { color: var(--cyan); }
.wp-copy h2 { margin: 0; font-size: clamp(38px,4vw,54px); line-height: 1.05; letter-spacing: -.045em; }
.wp-copy > p:not(.eyebrow) { margin: 20px 0; color: #bed0dc; line-height: 1.7; }
.wp-points { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 28px 0; }
.wp-points span { display: flex; align-items: center; gap: 6px; font-size: 13px; }
.wp-points svg { color: var(--cyan); }
.wp-copy button { width: auto; padding: 0 22px; background: var(--green); }

.migration { padding-top: 0; }
.migration-card { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 40px 46px; border-radius: 22px; background: var(--mint); }
.migration-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 18px; background: white; color: var(--green); }
.migration .eyebrow { margin-bottom: 9px; }
.migration h2 { font-size: 30px; }
.migration p:not(.eyebrow) { margin: 9px 0 0; color: var(--muted); font-size: 14px; }
.migration-card > button { width: auto; padding: 0 22px; background: var(--green); }

.faq-section { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.support-box { display: flex; align-items: center; gap: 13px; width: fit-content; margin-top: 30px; padding: 15px 18px; border: 1px solid var(--line); background: white; border-radius: 13px; }
.support-box svg { color: var(--green); }.support-box span { display: grid; gap: 3px; }.support-box small { color: var(--muted); }.support-box strong { font-size: 13px; }
.accordion { border-top: 1px solid var(--line); }
.faq { border-bottom: 1px solid var(--line); }
.faq button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 23px 0; border: 0; background: transparent; color: var(--navy); text-align: left; font-weight: 720; }
.faq button i { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: white; border: 1px solid var(--line); color: var(--green); font-style: normal; font-size: 20px; }
.faq > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq > div > p { overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.faq.open > div { grid-template-rows: 1fr; }
.faq.open > div > p { padding: 0 48px 22px 0; }

.final-cta { padding: 55px 0; background: var(--green); color: white; }
.final-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; }
.cta-spark { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.15); }
.final-cta h2 { margin: 0 0 7px; font-size: 30px; }.final-cta p { margin: 0; opacity: .8; }
.final-cta a { display: flex; align-items: center; gap: 9px; padding: 16px 20px; border-radius: 11px; background: white; color: var(--green-dark); font-weight: 800; }

footer { padding: 75px 0 24px; background: #0b2239; color: #d4e0e8; }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 60px; padding-bottom: 60px; }
.brand.inverse { color: white; }
.footer-brand p { max-width: 260px; color: #91a5b5; line-height: 1.6; font-size: 14px; }
.system-status { display: flex; align-items: center; gap: 8px; margin-top: 26px; font-size: 12px; color: #9fd9c8; }
.footer-top h3 { margin: 5px 0 22px; color: white; font-size: 13px; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 14px; }
.footer-top > div:not(.footer-brand) a { color: #91a5b5; font-size: 12px; transition: .2s; }.footer-top a:hover { color: white; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; color: #7f95a6; font-size: 11px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 24px; background: rgba(8,24,40,.66); backdrop-filter: blur(7px); animation: fade .2s ease; }
.modal { position: relative; width: min(590px,100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 42px; border-radius: 24px; background: white; box-shadow: 0 28px 90px rgba(0,0,0,.25); animation: rise .25s ease; }
.modal h2 { margin: 0 0 10px; font-size: 34px; letter-spacing: -.04em; }.modal > p:not(.eyebrow) { color: var(--muted); }.modal-close { position: absolute; right: 18px; top: 18px; width: 39px; height: 39px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--surface); color: var(--navy); }
.modal-form { display: grid; gap: 16px; margin-top: 25px; }
.modal-form label { display: grid; gap: 7px; color: var(--navy-2); font-size: 12px; font-weight: 700; }.modal-form label small { font-weight: 400; color: var(--muted); }
.modal-form input:not([type="checkbox"]) { width: 100%; height: 49px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; outline: 0; color: var(--navy); }.modal-form input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,166,118,.13); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.checkbox { display: flex!important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 9px!important; font-weight: 400!important; line-height: 1.45; }.checkbox input { margin-top: 2px; accent-color: var(--green); }
.modal-form > button, .success-state button { height: 51px; border: 0; border-radius: 11px; background: var(--green); color: white; font-weight: 800; }.modal-form > button:hover, .success-state button:hover { background: var(--green-dark); }
.order-summary { margin-top: 24px; display: flex; justify-content: space-between; padding: 16px; border-radius: 12px; background: var(--mint); font-size: 13px; }.order-summary strong { color: var(--green-dark); }
.demo-message { margin-top: 16px; padding: 12px; background: #fff8dd; border-radius: 9px; color: #765d0f!important; font-size: 12px; }
.success-state { text-align: center; padding: 20px 0 5px; }.success-state > span { width: 70px; height: 70px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); }.success-state p { color: var(--muted); line-height: 1.6; }.success-state button { margin-top: 12px; padding: 0 26px; }

@keyframes fade { from { opacity: 0; } }
@keyframes rise { from { opacity: 0; transform: translateY(12px); } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto!important; transition: none!important; animation: none!important; } }

@media (max-width: 1050px) {
  .nav-links { gap: 24px; }.login-button { margin-left: 0; }
  .hero-grid { grid-template-columns: 1fr .78fr; gap: 30px; }.hero-visual { min-height: 530px; }.image-frame { height: 500px; width: 95%; }.status-card { left: -15px; }
  .trust-row { flex-wrap: wrap; gap: 13px; }.trust-row span { border: 0; padding: 0 12px 0 0; }
  .reasons-grid, .faq-grid { gap: 50px; }.wp-copy { padding-right: 45px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 34px, 700px); }
  .nav-wrap { height: 72px; }.mobile-toggle { display: grid; }.login-button { margin-left: auto; }.login-button span { display: none; }
  .nav-links { display: none; position: absolute; left: 17px; right: 17px; top: 68px; padding: 18px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: var(--shadow); }.nav-links.open { display: flex; }.nav-links a { padding: 13px; }
  .hero { padding-top: 55px; }.hero-grid { grid-template-columns: 1fr; }.hero-visual { margin-top: 20px; min-height: 500px; }.image-frame { width: 88%; }.status-card { left: 0; }
  .domain-grid { grid-template-columns: 1fr 1fr; }.domain-item:nth-child(2) { border-right: 0; }.domain-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 82px 0; }.plan-grid { grid-template-columns: 1fr; }.plan-card { padding: 32px; }
  .reasons-grid, .faq-grid { grid-template-columns: 1fr; }.benefit-grid { margin-top: 12px; }
  .wp-card { grid-template-columns: 1fr; }.wp-art { min-height: 310px; }.wp-copy { padding: 50px; }
  .migration-card { grid-template-columns: auto 1fr; }.migration-card > button { grid-column: 1/-1; }
  .footer-top { grid-template-columns: 1.3fr 1fr 1fr; }.footer-brand { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 520px); }.brand { font-size: 26px; }.brand-mark { width: 30px; }
  .hero { padding: 44px 0 55px; }.hero h1 { font-size: 44px; }.hero-lead { font-size: 16px; }
  .domain-search { height: auto; min-height: 66px; padding: 7px 7px 7px 15px; }.domain-search svg { width: 22px; }.domain-search input { padding: 0 10px; font-size: 14px; }.domain-search button { min-width: 112px; height: 50px; padding: 0 10px; font-size: 13px; }
  .domain-result { align-items: flex-start; flex-wrap: wrap; }.domain-result button { margin-left: 41px; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; }.trust-row span:last-child { grid-column: 1/-1; }.domain-price { gap: 10px; }.domain-price strong { font-size: 20px; }.domain-price small { display: none; }
  .hero-visual { min-height: 390px; }.image-frame { height: 375px; width: 90%; }.status-card { width: 188px; padding: 17px; transform: scale(.88); transform-origin: left center; }
  .domain-item { min-height: 70px; flex-direction: column; gap: 3px; }.section { padding: 68px 0; }.section-heading { margin-bottom: 35px; }.section-heading h2 { font-size: 38px; }
  .benefit-grid { grid-template-columns: 1fr; }.wp-art { min-height: 260px; }.wp-copy { padding: 37px 27px 42px; }.wp-copy h2 { font-size: 38px; }
  .migration-card { grid-template-columns: 1fr; padding: 31px 26px; }.migration-card > button { grid-column: auto; }
  .final-inner { grid-template-columns: 1fr; text-align: center; }.cta-spark { margin: auto; }.final-cta a { justify-content: center; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 38px 20px; }.footer-brand { grid-column: 1/-1; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
  .modal { padding: 34px 22px 25px; }.form-row { grid-template-columns: 1fr; }
}
.modal-backdrop[hidden] {
    display: none !important;
}