:root {
  --primary: #2864eb;
  --primary-700: #1d4ed8;
  --primary-900: #17398f;
  --primary-soft: #eef5ff;
  --ink: #101828;
  --text: #344054;
  --muted: #667085;
  --subtle: #98a2b3;
  --line: #e4e7ec;
  --surface: #fff;
  --soft: #f8fafc;
  --success: #12a150;
  --success-soft: #ecfdf3;
  --warning: #d97706;
  --warning-soft: #fffbeb;
  --danger: #d92d20;
  --danger-soft: #fff1f0;
  --radius: 10px;
  --card-radius: 12px;
  --shadow: 0 3px 10px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .04);
  --shadow-lg: 0 18px 45px rgba(16, 24, 40, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
a { color: var(--primary); text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(40, 100, 235, .25); outline-offset: 2px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, strong, b { color: var(--ink); }
h1 { margin-bottom: 18px; font-size: clamp(2.7rem, 5.4vw, 4.6rem); line-height: 1.03; letter-spacing: -.052em; }
h2 { margin-bottom: 14px; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.1; letter-spacing: -.035em; }
h3 { line-height: 1.3; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 50; height: 65px; border-bottom: 1px solid rgba(228, 231, 236, .9); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; gap: 34px; width: min(1216px, calc(100% - 40px)); height: 100%; margin: auto; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand-logo { display: block; width: auto; height: 34px; object-fit: contain; }
.brand-icon { display: none; width: 34px; height: 34px; object-fit: contain; }
.nav-wrap nav { display: flex; align-items: center; gap: 3px; margin: auto; }
.nav-wrap nav a, .sign-in { padding: 9px 13px; border-radius: 7px; color: #475467; font-size: 14px; font-weight: 550; }
.nav-wrap nav a:hover, .sign-in:hover { color: var(--primary); background: var(--primary-soft); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.menu-button { display: none; width: 40px; padding: 8px; border: 0; background: none; }
.menu-button > span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 4px auto; border-radius: 2px; background: #475467; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; padding: 10px 18px; border: 1px solid var(--primary); border-radius: 8px; background: var(--primary); color: #fff; font-weight: 700; cursor: pointer; box-shadow: 0 2px 5px rgba(40,100,235,.18); transition: transform .16s, background .16s, border-color .16s, box-shadow .16s; }
.button:hover { background: var(--primary-700); border-color: var(--primary-700); box-shadow: 0 5px 15px rgba(40,100,235,.2); transform: translateY(-1px); }
.button svg { font-size: 17px; }
.button.small { min-height: 38px; padding: 7px 17px; font-size: 14px; }
.button.large { min-height: 52px; padding: 13px 23px; font-size: 16px; }
.button.outline, .button.secondary { border-color: #b9d0ff; background: #fff; color: var(--primary); box-shadow: none; }
.button.outline:hover, .button.secondary:hover { background: var(--primary-soft); border-color: var(--primary); }
.button.light { border-color: #fff; background: #fff; color: var(--primary-900); }
.button.full { width: 100%; }
.messages { position: relative; z-index: 12; max-width: 1080px; margin: 14px auto -4px; padding: 0 20px; }
.notice { padding: 12px 15px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); color: var(--text); font-size: 13px; }
.notice.info { border-color: #bfdbfe; background: var(--primary-soft); color: var(--primary-900); }
.notice.success { border-color: #b7ebc8; background: var(--success-soft); color: #067333; }
.notice.error { border-color: #fecaca; background: var(--danger-soft); color: #991b1b; }

/* Public marketing pages */
.hero { overflow: hidden; background: linear-gradient(120deg, #f4f8ff 0%, #fff 54%, #f3f8ff 100%); }
.hero-inner { display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; gap: 68px; width: min(1216px, calc(100% - 40px)); min-height: 538px; margin: auto; padding: 60px 0 54px; }
.hero-copy h1 em, .page-hero h1 em { color: var(--primary); font-style: normal; }
.hero-copy > p { max-width: 610px; margin-bottom: 28px; color: var(--muted); font-size: 18px; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 17px; padding: 5px 10px; border: 1px solid #bfdbfe; border-radius: 20px; background: #e8f1ff; color: var(--primary-700); font-size: 12px; font-weight: 750; }
.eyebrow svg { font-size: 13px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 25px; color: var(--subtle); font-size: 13px; }
.trust-row span { display: flex; align-items: center; gap: 6px; }
.trust-row svg { color: var(--success); }
.inbox-preview { position: relative; border: 1px solid #d7e0eb; border-radius: 13px; background: #fff; box-shadow: 0 25px 55px rgba(23,57,143,.14); transform: perspective(1200px) rotateY(-2deg); }
.browser-bar { display: flex; align-items: center; gap: 7px; height: 42px; padding: 0 15px; border-bottom: 1px solid var(--line); background: #f6f7f9; border-radius: 13px 13px 0 0; }
.browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: #ff6b6b; }
.browser-bar i:nth-child(2) { background: #fbbf24; }.browser-bar i:nth-child(3) { background: #43d17a; }
.browser-bar span { flex: 1; margin-left: 14px; padding: 4px 12px; border: 1px solid #e1e5eb; border-radius: 4px; background: #fff; color: #a0a8b6; font-size: 10px; }
.preview-body { display: grid; grid-template-columns: 165px 1fr; min-height: 320px; }
.preview-body aside { display: flex; flex-direction: column; gap: 4px; padding: 15px 12px; border-right: 1px solid var(--line); background: #fbfcfe; font-size: 11px; }
.preview-profile { display: grid; grid-template-columns: 27px 1fr; align-items: center; gap: 8px; margin-bottom: 10px; }
.preview-profile > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--primary); color: #fff; font-size: 10px; font-weight: 800; }
.preview-body aside button { padding: 8px; margin-bottom: 6px; border: 0; border-radius: 6px; background: var(--primary); color: #fff; text-align: left; font-size: 11px; font-weight: 700; }
.preview-body aside a { padding: 7px 9px; border-radius: 6px; color: var(--muted); }
.preview-body aside a.selected { background: #e8f1ff; color: var(--primary); font-weight: 700; }
.preview-body aside em { float: right; padding: 0 5px; border-radius: 10px; background: var(--primary); color: #fff; font-style: normal; }
.preview-body section { padding: 14px 16px; }
.preview-title { display: flex; justify-content: space-between; padding-bottom: 9px; font-size: 12px; }.preview-title small { color: var(--subtle); }
.mock-message { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 9px; min-height: 61px; padding: 8px 0; border-top: 1px solid #eef1f5; font-size: 10px; }
.mock-message:first-of-type { margin: 0 -16px; padding-right: 16px; padding-left: 16px; background: #f5f8ff; }
.mock-message .avatar { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: #e5edff; color: var(--primary); font-weight: 800; }
.mock-message small { display: block; overflow: hidden; max-width: 190px; color: var(--subtle); text-overflow: ellipsis; white-space: nowrap; }
.mock-message time { color: var(--subtle); }
.setup-toast { position: absolute; right: -18px; bottom: -18px; display: flex; align-items: center; gap: 11px; min-width: 190px; padding: 13px; border: 1px solid #d8eee2; border-radius: 10px; background: #fff; box-shadow: var(--shadow-lg); font-size: 11px; }
.setup-toast > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--success-soft); color: var(--success); font-size: 18px; }
.setup-toast b { display: flex; flex-direction: column; }.setup-toast small { color: var(--subtle); font-weight: 400; }
.audience-strip { padding: 28px 20px 32px; border-top: 1px solid #eef1f5; border-bottom: 1px solid #eef1f5; text-align: center; }
.audience-strip > span { color: var(--subtle); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.audience-strip div { display: flex; flex-wrap: wrap; justify-content: center; gap: 48px; margin-top: 20px; }.audience-strip b { color: #5c6677; font-size: 13px; font-weight: 600; }
.section { padding: 86px max(20px, calc((100% - 1216px)/2)); }.section-soft { background: var(--soft); }
.section-heading { max-width: 690px; margin: 0 auto 42px; text-align: center; }.section-heading p { color: var(--muted); font-size: 16px; }
.kicker { display: inline-block; margin-bottom: 12px; color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }.kicker.light { color: #cfe0ff; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-grid article { min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: var(--card-radius); background: #fff; box-shadow: var(--shadow); }
.feature-grid h3 { margin: 17px 0 8px; font-size: 16px; }.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px; font-size: 20px; font-weight: 800; }.feature-icon svg { font-size: 21px; }
.feature-icon.blue { background: #dbeafe; color: #2563eb; }.feature-icon.green { background: #dcfce7; color: #16a34a; }.feature-icon.purple { background: #f3e8ff; color: #9333ea; }.feature-icon.amber { background: #fef3c7; color: #d97706; }.feature-icon.cyan { background: #cffafe; color: #0891b2; }.feature-icon.rose { background: #ffe4e6; color: #e11d48; }
.setup-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 0; list-style: none; counter-reset: setup; }.setup-grid li { position: relative; padding: 24px 20px; text-align: center; }.setup-grid li:not(:last-child)::after { position: absolute; top: 38px; right: -20px; width: 40px; border-top: 2px dashed #cbd5e1; content: ""; }
.setup-grid > li > span { display: grid; place-items: center; width: 44px; height: 44px; margin: 0 auto 17px; border-radius: 50%; background: var(--primary-soft); color: var(--primary); font-weight: 800; }.setup-grid h3 { font-size: 15px; }.setup-grid p { color: var(--muted); font-size: 13px; }
.domain-banner { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; padding: 76px max(20px, calc((100% - 1050px)/2)); background: linear-gradient(135deg, #2864eb, #163b92); color: #fff; }.domain-banner h2 { color: #fff; }.domain-banner p { max-width: 460px; color: #d7e5ff; }.dns-demo { overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: rgba(7,25,71,.25); box-shadow: 0 20px 40px rgba(7,25,71,.2); }.dns-demo > div { display: grid; grid-template-columns: 1fr auto; gap: 5px 15px; padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.15); }.dns-demo > div:last-child { border: 0; }.dns-demo small { grid-column: 1/-1; color: #9fbdfc; font-size: 9px; font-weight: 800; letter-spacing: .1em; }.dns-demo code { color: #fff; font-size: 12px; }.dns-demo span { color: #7ce7a6; font-size: 11px; font-weight: 700; }
.security-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }.security-visual { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 310px; padding: 50px; border-radius: 22px; background: linear-gradient(145deg, #eaf2ff, #f8fbff); box-shadow: inset 0 0 0 1px #d9e7ff; }.security-visual > span { display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: var(--primary); color: #fff; font-size: 42px; box-shadow: 0 15px 35px rgba(40,100,235,.25); }.security-visual div { display: flex; flex-direction: column; }.security-visual small { color: var(--muted); }
.check-list { padding: 0; list-style: none; }.check-list li { position: relative; margin: 12px 0; padding-left: 28px; }.check-list li::before { position: absolute; left: 0; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--success-soft); color: var(--success); content: "✓"; font-size: 11px; font-weight: 900; }
.section-link { margin: 32px 0 0; text-align: center; }.section-link a { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; }
.faq-section { width: 100%; }.faq-inner { width: min(820px, 100%); margin: auto; }.faq-section .section-heading { margin-bottom: 36px; }.faq-list { display: grid; width: 100%; gap: 12px; }.faq-list details { overflow: hidden; width: 100%; border: 1px solid var(--line); border-radius: var(--card-radius); background: #fff; box-shadow: var(--shadow); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 60px; padding: 17px 20px; color: var(--ink); font-weight: 700; line-height: 1.4; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { display: grid; flex: 0 0 28px; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--primary-soft); color: var(--primary); font-size: 20px; font-weight: 500; line-height: 1; transition: transform .16s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { margin: 0; padding: 0 64px 19px 20px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.cta { padding: 74px 20px; background: linear-gradient(135deg, #2864eb, #183f9e); color: #fff; text-align: center; }.cta h2 { color: #fff; }.cta p { margin-bottom: 25px; color: #d9e6ff; }
.page-hero { padding: 85px 20px 66px; background: linear-gradient(180deg, #f1f6ff, #fff); text-align: center; }.page-hero h1 { font-size: clamp(2.8rem, 5vw, 4rem); }.page-hero p { max-width: 650px; margin: auto; color: var(--muted); font-size: 17px; }
.pricing-page { padding-top: 30px; }.essentials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }.essentials-grid > div { display: grid; grid-template-columns: 38px 1fr; gap: 1px 12px; padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }.essentials-grid svg { grid-row: 1/3; width: 30px; height: 30px; padding: 6px; border-radius: 8px; background: var(--primary-soft); color: var(--primary); }.essentials-grid small { color: var(--muted); }

/* Plan cards */
.plan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--card-radius); background: #fff; box-shadow: var(--shadow); }.plan-card.featured { border: 2px solid var(--primary); box-shadow: 0 12px 35px rgba(40,100,235,.13); }.plan-card h3 { margin: 15px 0 6px; font-size: 19px; }.plan-card > p { min-height: 42px; color: var(--muted); font-size: 13px; }
.popular { position: absolute; top: -12px; right: 16px; padding: 4px 10px; border-radius: 16px; background: var(--primary); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.plan-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 9px; background: var(--primary-soft); color: var(--primary); font-size: 19px; }.plan-price { display: flex; align-items: baseline; gap: 7px; min-height: 48px; margin: 8px 0 14px; }.plan-price strong { font-size: 27px; letter-spacing: -.035em; }.plan-price strong span { font-size: 12px; letter-spacing: 0; }.plan-price small { color: var(--muted); font-size: 11px; }.plan-limit { padding: 12px 0; border-top: 1px solid #eef1f5; border-bottom: 1px solid #eef1f5; font-size: 13px; }
.plan-features { flex: 1; padding: 5px 0; list-style: none; }.plan-features li { display: flex; align-items: flex-start; gap: 8px; margin: 9px 0; color: #475467; font-size: 12px; }.plan-features svg { flex: 0 0 auto; margin-top: 2px; color: var(--success); }.plan-features li.muted { color: var(--muted); }.plan-card .button { margin-top: 8px; font-size: 13px; }
.price-choice { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 43px; margin-top: 8px; border: 1px solid #b9d0ff; border-radius: 8px; color: var(--primary); font-size: 13px; font-weight: 750; cursor: pointer; }.price-choice:has(input:checked) { border-color: var(--primary); background: var(--primary-soft); box-shadow: 0 0 0 2px rgba(40,100,235,.12); }.price-choice input { accent-color: var(--primary); }.plan-custom { border-style: dashed; }

/* Footer and sign in */
.site-footer { padding: 52px max(20px, calc((100% - 1216px)/2)) 22px; background: #101828; color: #98a2b3; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(2, 1fr); gap: 40px; }.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }.footer-brand img { width: auto; max-width: 150px; height: 38px; object-fit: contain; }.footer-brand p { max-width: 280px; margin-top: 12px; }.footer-grid strong { color: #f2f4f7; }.footer-grid a:not(:first-child) { color: #98a2b3; font-size: 13px; }.footer-grid a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 36px; padding-top: 20px; border-top: 1px solid #283344; font-size: 12px; }
.signin-shell { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; }.signin-panel { padding: 120px max(45px, calc((100vw - 1216px)/2)); padding-right: 80px; background: linear-gradient(145deg, #2864eb, #17398f); color: #fff; }.signin-panel h1 { color: #fff; font-size: clamp(2.7rem, 4vw, 4rem); }.signin-panel > p { max-width: 530px; color: #d9e6ff; font-size: 17px; }.light-list li { color: #eaf1ff; }.signin-card { align-self: center; justify-self: center; width: min(460px, calc(100% - 40px)); padding: 38px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow-lg); text-align: center; }.signin-card h2 { font-size: 25px; }.signin-card > p { color: var(--muted); }.signin-card > small { display: block; margin-top: 21px; color: var(--muted); }.handoff-icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 20px; border-radius: 15px; background: var(--primary-soft); color: var(--primary); font-size: 28px; }.secure-note { display: flex; align-items: center; gap: 11px; margin-top: 18px; padding: 13px; border: 1px solid #d7e5ff; border-radius: 8px; background: #f5f8ff; text-align: left; }.secure-note > svg { flex: 0 0 auto; color: var(--primary); font-size: 23px; }.secure-note span { display: flex; flex-direction: column; }.secure-note small { color: var(--muted); }

/* Signup wizard and forms */
.signup-page { min-height: 720px; padding: 0 max(20px, calc((100% - 1080px)/2)) 70px; background: #f8fafc; }.wizard { margin: 0 calc(-1 * max(20px, calc((100vw - 1080px)/2))) 40px; padding: 14px max(20px, calc((100% - 704px)/2)) 16px; border-bottom: 1px solid var(--line); background: #fff; }.wizard-meta { display: flex; justify-content: space-between; margin-bottom: 11px; color: var(--subtle); font-size: 10px; }.wizard-meta strong { color: var(--primary); letter-spacing: .1em; text-transform: uppercase; }.wizard-track { display: grid; grid-template-columns: repeat(9, 1fr); padding: 0; margin: 0; list-style: none; }.wizard-track li { position: relative; display: grid; grid-template-columns: 28px 1fr; grid-template-rows: 28px auto; align-items: center; }.wizard-node { position: relative; z-index: 2; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #e9edf2; color: #7d8797; font-size: 10px; font-weight: 800; }.wizard-node svg { font-size: 14px; }.wizard-line { height: 4px; margin: 0 6px; border-radius: 3px; background: #e1e5ea; }.wizard-track li:last-child .wizard-line { visibility: hidden; }.wizard-track li.complete .wizard-node, .wizard-track li.current .wizard-node { background: var(--primary); color: #fff; }.wizard-track li.complete .wizard-line { background: var(--primary); }.wizard-track li.current .wizard-node { box-shadow: 0 0 0 4px #dbeafe; }.wizard-track small { grid-column: 1/3; margin-top: 6px; color: var(--subtle); font-size: 9px; }.wizard-track li.complete small, .wizard-track li.current small { color: var(--primary); }
.signup-heading { display: flex; align-items: center; gap: 14px; max-width: 704px; margin: 0 0 24px; }.signup-heading h1 { margin: 0; font-size: 25px; letter-spacing: -.025em; }.signup-heading p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }.heading-icon { display: grid; place-items: center; flex: 0 0 auto; width: 39px; height: 39px; border-radius: 9px; background: #dceaff; color: var(--primary); font-size: 19px; }.heading-icon.small { width: 32px; height: 32px; font-size: 15px; }.annual-badge { margin-left: auto; padding: 6px 11px; border-radius: 16px; background: var(--primary-soft); color: var(--primary); font-size: 11px; font-weight: 750; }
.signup-layout { display: grid; grid-template-columns: minmax(0, 704px) 272px; gap: 24px; align-items: start; }.signup-form { min-width: 0; }.form-section, .side-card, .review-section, .status-card, .success-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--card-radius); background: #fff; box-shadow: var(--shadow); }.form-section { margin-bottom: 18px; }.form-section > header { display: flex; align-items: center; gap: 10px; min-height: 55px; padding: 14px 22px; border-bottom: 1px solid #eef1f5; }.form-section > header > svg { color: var(--primary); font-size: 16px; }.form-section header h2 { margin: 0; font-size: 14px; letter-spacing: .035em; text-transform: uppercase; }.form-section header p { margin: 2px 0 0; color: var(--subtle); font-size: 11px; }.form-section header .status-pill { margin-left: auto; }.form-section-body { padding: 21px 22px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.form-group { margin-bottom: 18px; }.form-group:last-child { margin-bottom: 0; }.form-group > label { display: block; margin-bottom: 6px; color: #344054; font-size: 13px; font-weight: 700; }.form-group label em, .checkbox-field em { color: var(--danger); font-style: normal; }.form-group label span { color: var(--subtle); font-size: 11px; font-weight: 500; }.field { width: 100%; height: 44px; padding: 10px 12px; border: 1px solid #d0d5dd; border-radius: 8px; background: #fff; color: var(--ink); outline: none; transition: border .15s, box-shadow .15s; }.field:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(40,100,235,.12); }.field::placeholder { color: #aab2bf; }.form-group small { display: block; margin-top: 5px; color: var(--subtle); font-size: 11px; }.field-error { display: block; margin-top: 5px; color: var(--danger); font-size: 11px; font-weight: 600; }.has-error .field { border-color: var(--danger); }.phone-field { display: grid; grid-template-columns: 128px 1fr; gap: 7px; }.email-builder { display: flex; align-items: stretch; }.email-builder .field { border-radius: 8px 0 0 8px; }.email-builder span { display: flex; align-items: center; padding: 0 12px; border: 1px solid #d0d5dd; border-left: 0; border-radius: 0 8px 8px 0; background: #f6f7f9; color: #475467; font-size: 13px; white-space: nowrap; }
.password-field { position: relative; }.password-field .field { padding-right: 58px; }.password-field button { position: absolute; top: 0; right: 0; height: 44px; padding: 0 13px; border: 0; background: none; color: var(--primary); font-size: 11px; font-weight: 700; cursor: pointer; }.password-strength { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 10px; }.password-strength > div { display: grid; grid-template-columns: repeat(4, 1fr); flex: 1; gap: 4px; }.password-strength i { height: 4px; border-radius: 4px; background: #e4e7ec; }.password-strength i.active { background: var(--primary); }.password-strength b { color: var(--subtle); font-size: 10px; }.password-rules { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; padding: 0; margin: 10px 0 0; list-style: none; }.password-rules li { color: var(--muted); font-size: 10px; }.password-rules li::before { display: inline-grid; place-items: center; width: 14px; height: 14px; margin-right: 5px; border-radius: 50%; background: #eef1f5; color: #98a2b3; content: "✓"; font-size: 8px; }.password-rules li.met { color: #067333; }.password-rules li.met::before { background: var(--success-soft); color: var(--success); }
.checkbox-field { display: flex; align-items: flex-start; gap: 10px; margin: 14px 0; color: var(--text); font-size: 12px; cursor: pointer; }.checkbox-field input { flex: 0 0 auto; margin-top: 3px; accent-color: var(--primary); }.checkbox-field.optional { color: var(--muted); }.checkbox-field small { display: inline; }.checkbox-error { margin-left: 25px; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 20px; }.form-actions > div { display: flex; align-items: center; gap: 16px; }.help-link { color: var(--subtle); font-size: 12px; font-weight: 650; }.side-card { padding: 18px; margin-bottom: 16px; }.side-card h3 { display: flex; align-items: center; gap: 7px; margin: 0 0 11px; font-size: 13px; }.side-card h3 svg { color: var(--primary); }.side-card p { color: var(--muted); font-size: 12px; }.side-card-blue { border-color: #c7dbff; background: #eff6ff; }.side-card-blue h3 { color: var(--primary-900); }.mini-icon { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: var(--primary); color: #fff; font-size: 10px; }.side-steps { padding: 0; margin: 0; list-style: none; }.side-steps li { display: flex; align-items: center; gap: 8px; margin: 9px 0; color: var(--subtle); font-size: 11px; }.side-steps span { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #e9edf2; font-size: 9px; }.side-steps li.active { color: var(--primary); font-weight: 700; }.side-steps li.active span { background: var(--primary); color: #fff; }
.option-card { display: flex; gap: 13px; margin: 18px 22px; padding: 18px; border: 2px solid var(--primary); border-radius: 10px; background: var(--primary-soft); }.option-card p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }.radio-dot { width: 16px; height: 16px; margin-top: 2px; border: 4px solid var(--primary); border-radius: 50%; background: #fff; }.at-icon { color: var(--primary); font-weight: 900; }.domain-entry { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 9px; }.domain-entry .form-group { margin: 0; }.status-pill { display: inline-flex; align-items: center; padding: 3px 8px; border-radius: 15px; font-size: 9px; font-weight: 800; text-transform: uppercase; }.status-pill.blue { background: #dbeafe; color: #1d4ed8; }.status-pill.green { background: var(--success-soft); color: #067333; }.status-pill.amber { background: var(--warning-soft); color: #a15c06; }.status-pill.red { background: var(--danger-soft); color: #b42318; }
.dns-record { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; }.dns-record > div { position: relative; padding: 11px 76px 11px 13px; border-bottom: 1px solid var(--line); }.dns-record > div:last-child { border: 0; }.dns-record small { display: block; color: var(--subtle); font-size: 9px; font-weight: 800; letter-spacing: .08em; }.dns-record code { display: block; overflow-wrap: anywhere; color: var(--primary-900); font-size: 11px; }.dns-record button { position: absolute; top: 16px; right: 10px; display: flex; align-items: center; gap: 4px; border: 0; background: none; color: var(--primary); font-size: 10px; font-weight: 700; cursor: pointer; }.dns-section .notice { margin-top: 14px; }.change-domain { margin: 14px 0 0; text-align: center; font-size: 11px; }.plan-page { max-width: none; padding-right: max(20px, calc((100% - 1216px)/2)); padding-left: max(20px, calc((100% - 1216px)/2)); }.plan-page .signup-heading { max-width: none; }.plan-page .wizard { margin-right: calc(-1 * max(20px, calc((100vw - 1216px)/2))); margin-left: calc(-1 * max(20px, calc((100vw - 1216px)/2))); }.plan-actions { max-width: 720px; margin: 28px auto 0; }

/* Review and async states */
.review-layout, .status-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; gap: 24px; align-items: start; }.review-section { margin-bottom: 16px; }.review-section > header { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 10px; padding: 14px 20px; border-bottom: 1px solid #eef1f5; background: #fbfcfe; }.review-section h2 { margin: 0; font-size: 14px; }.review-section header small { color: var(--subtle); font-size: 10px; }.review-section header > a { font-size: 11px; font-weight: 700; }.review-section dl, .order-summary dl { margin: 0; }.review-section dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 20px; border-bottom: 1px solid #f0f2f5; font-size: 12px; }.review-section dl > div:last-child { border: 0; }.review-section dt, .order-summary dt { color: var(--muted); }.review-section dd, .order-summary dd { margin: 0; color: var(--ink); font-weight: 650; text-align: right; overflow-wrap: anywhere; }.selected-plan { border: 2px solid var(--primary); }.selected-plan > header { background: var(--primary-soft); }.review-plan { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 19px 20px; }.review-plan h3 { margin: 0 0 4px; }.review-plan p { margin: 2px 0; color: var(--muted); font-size: 11px; }.review-plan > strong { color: var(--primary); font-size: 24px; }.review-plan > strong small { color: var(--muted); font-size: 10px; }.order-sidebar .signup-sidebar { display: contents; }.order-summary h3 { padding-bottom: 13px; border-bottom: 1px solid var(--line); }.order-summary dl > div { display: flex; justify-content: space-between; gap: 12px; margin: 10px 0; font-size: 11px; }.summary-total { display: flex; justify-content: space-between; margin: 15px -18px -18px; padding: 15px 18px; border-top: 1px solid var(--line); background: #f8fafc; }.summary-total strong { color: var(--primary); }.promo-code-row { margin: 14px 0; }.promo-code-row label { display: block; margin-bottom: 6px; color: #344054; font-size: 11px; font-weight: 700; }.promo-input-group { display: flex; gap: 8px; }.promo-input-group input { flex: 1; min-width: 0; height: 38px; padding: 8px 10px; border: 1px solid #d0d5dd; border-radius: 8px; background: #fff; color: var(--ink); font-size: 12px; outline: none; text-transform: uppercase; }.promo-input-group input:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(40,100,235,.12); }.promo-input-group .button { height: 38px; padding: 0 14px; font-size: 12px; }.promo-message { min-height: 14px; margin: 7px 0 0; font-size: 11px; font-weight: 650; color: var(--subtle); }.promo-message.success { color: #067647; }.promo-message.error { color: var(--danger); }
.status-signup { padding-bottom: 80px; }.status-layout { max-width: 960px; margin: 55px auto 0; grid-template-columns: minmax(0, 620px) 280px; }.status-card { padding: 35px 42px; text-align: center; }.status-card h1 { margin-bottom: 11px; font-size: 29px; letter-spacing: -.035em; }.status-card > p { color: var(--muted); }.status-visual { position: relative; width: 75px; height: 75px; margin: 0 auto 22px; }.spinner { display: block; width: 75px; height: 75px; border: 5px solid #dbeafe; border-top-color: var(--primary); border-radius: 50%; animation: spin 1s linear infinite; }.amber-spinner { border-color: #fde7b0; border-top-color: var(--warning); }.status-symbol { position: absolute; inset: 13px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--primary); font-size: 23px; font-weight: 800; }.status-symbol.success { inset: 0; background: var(--success-soft); color: var(--success); font-size: 38px; }.status-symbol.danger { inset: 0; background: var(--danger-soft); color: var(--danger); font-size: 32px; }.status-symbol.pending { color: var(--warning); }.redirect-progress { height: 6px; margin: 23px 0; overflow: hidden; border-radius: 6px; background: #e7edfa; }.redirect-progress span { display: block; width: 40%; height: 100%; border-radius: 6px; background: var(--primary); animation: progress 1.8s ease-in-out infinite; }.amber-progress span { background: var(--warning); }.status-steps { padding: 0; margin: 0 0 23px; list-style: none; text-align: left; }.status-steps li { display: flex; align-items: center; gap: 9px; margin: 8px 0; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: #fafbfc; color: var(--subtle); font-size: 11px; }.status-steps li.done { border-color: #c7ead3; background: var(--success-soft); color: #067333; }.status-steps li.active { border-color: #b9d0ff; background: var(--primary-soft); color: var(--primary-900); font-weight: 700; }.mini-spinner { width: 14px; height: 14px; border: 2px solid #c7d7f8; border-top-color: var(--primary); border-radius: 50%; animation: spin .8s linear infinite; }.redirect-warning { display: block; margin-top: 12px; color: var(--subtle); font-size: 10px; }.reference { margin-top: 22px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--subtle); font-size: 10px; }.reference code { color: var(--muted); }.green-text { color: var(--success); }.danger-text { color: var(--danger); }.amber-text { color: var(--warning); }.success-button { border-color: var(--success); background: var(--success); }.text-link { display: inline-block; margin-top: 15px; font-size: 12px; }.simple-list { padding-left: 17px; color: var(--muted); font-size: 12px; }.simple-list li { margin: 8px 0; }
.provision-list { padding: 0; margin: 24px 0; list-style: none; text-align: left; }.provision-list li { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 11px; padding: 12px 0; border-bottom: 1px solid #eef1f5; }.provision-list li > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #eef1f5; color: var(--subtle); font-size: 11px; font-weight: 800; }.provision-list li.done > span { background: var(--success-soft); color: var(--success); }.provision-list li.active > span { background: var(--primary-soft); }.provision-list li div { display: flex; flex-direction: column; }.provision-list small { color: var(--subtle); }.success-signup { padding-top: 0; }.success-card { max-width: 780px; margin: 55px auto 0; padding: 48px; text-align: center; }.success-card h1 { font-size: 38px; }.success-card > p { max-width: 610px; margin: 0 auto 25px; color: var(--muted); }.success-rings { display: grid; place-items: center; width: 100px; height: 100px; margin: 0 auto 18px; border-radius: 50%; background: #effcf3; box-shadow: 0 0 0 12px #f7fdf9; }.success-rings span { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; background: var(--success); color: #fff; font-size: 34px; }.success-summary { display: grid; grid-template-columns: repeat(2, 1fr); margin: 27px 0; border: 1px solid var(--line); border-radius: 10px; background: #f8fafc; }.success-summary div { display: flex; flex-direction: column; gap: 3px; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.success-summary div:nth-child(2n) { border-right: 0; }.success-summary div:nth-last-child(-n+2) { border-bottom: 0; }.success-summary small { color: var(--subtle); font-size: 9px; font-weight: 800; text-transform: uppercase; }.success-summary strong { overflow-wrap: anywhere; }.secure-note.centered { justify-content: center; max-width: 440px; margin: 24px auto 0; }
.empty { grid-column: 1/-1; padding: 40px; text-align: center; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes progress { from { transform: translateX(-100%); } to { transform: translateX(350%); } }

@media (max-width: 980px) {
  .nav-wrap nav { position: absolute; top: 64px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; padding: 13px 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }.nav-wrap nav.open { display: flex; }.menu-button { display: block; order: 3; }.nav-actions { margin-left: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 55px; padding: 60px 0 75px; }.hero-copy { max-width: 760px; }.inbox-preview { width: min(680px, 100%); margin: auto; transform: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }.security-layout, .domain-banner { grid-template-columns: 1fr; gap: 45px; }.security-visual { min-height: 240px; }.setup-grid { grid-template-columns: repeat(2, 1fr); }.setup-grid li::after { display: none; }
  .essentials-grid { grid-template-columns: repeat(2, 1fr); }.footer-grid { grid-template-columns: 2fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2; }
  .signup-layout, .review-layout { grid-template-columns: minmax(0, 1fr) 250px; }.status-layout { grid-template-columns: minmax(0, 1fr) 250px; }
}
@media (max-width: 760px) {
  h1 { font-size: 2.75rem; }.section { padding-top: 66px; padding-bottom: 66px; }.site-header .brand-logo { display: none; }.site-header .brand-icon { display: block; }.sign-in { display: none; }
  .audience-strip div { gap: 20px 30px; }.feature-grid, .essentials-grid { grid-template-columns: 1fr; }.setup-grid { grid-template-columns: 1fr; }.domain-banner { padding-top: 60px; padding-bottom: 60px; }.security-visual { padding: 30px; }.plan-grid { grid-template-columns: 1fr; max-width: 520px; margin: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-grid > div:last-child { grid-column: auto; }
  .signin-shell { grid-template-columns: 1fr; }.signin-panel { padding: 70px 30px; }.signin-card { margin: 45px auto; }
  .wizard { overflow-x: auto; padding-right: 20px; padding-left: 20px; }.wizard-meta, .wizard-track { min-width: 650px; }.signup-heading { align-items: flex-start; }.annual-badge { display: none; }
  .signup-layout, .review-layout, .status-layout { grid-template-columns: 1fr; }.signup-sidebar, .order-sidebar { order: 2; }.review-main { order: 1; }.order-sidebar .signup-sidebar { display: none; }.status-layout { margin-top: 30px; }.status-card { padding: 32px 24px; }.form-grid { grid-template-columns: 1fr; gap: 0; }.form-actions { align-items: stretch; flex-direction: column-reverse; }.form-actions > div { align-items: stretch; flex-direction: column-reverse; }.form-actions .button { width: 100%; }.help-link { text-align: center; }.plan-actions { max-width: 520px; }.success-card { margin-top: 30px; padding: 34px 23px; }
}
@media (max-width: 480px) {
  body { font-size: 14px; }.nav-wrap { width: calc(100% - 28px); }.nav-actions .button { padding: 7px 12px; }.hero-inner { width: calc(100% - 32px); padding-top: 45px; }.hero-copy > p { font-size: 16px; }.button-row { flex-direction: column; }.button-row .button { width: 100%; }.trust-row { gap: 11px; }.preview-body { grid-template-columns: 92px 1fr; }.preview-body aside { padding: 11px 7px; }.preview-profile { grid-template-columns: 1fr; }.preview-profile b { display: none; }.mock-message { grid-template-columns: 27px 1fr; }.mock-message time { display: none; }.setup-toast { right: 8px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.footer-bottom { gap: 15px; flex-direction: column; }.phone-field { grid-template-columns: 115px 1fr; }.email-builder { display: block; }.email-builder .field { border-radius: 8px; }.email-builder span { justify-content: flex-start; height: 38px; border: 1px solid #d0d5dd; border-top: 0; border-radius: 0 0 8px 8px; }.domain-entry { grid-template-columns: 1fr; }.domain-entry .button { width: 100%; }.review-section dl > div { align-items: flex-start; flex-direction: column; gap: 3px; }.review-section dd { text-align: left; }.review-plan { align-items: flex-start; flex-direction: column; }.success-summary { grid-template-columns: 1fr; }.success-summary div { border-right: 0; }.success-summary div:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }.success-summary div:last-child { border-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
