/* HostingFor.AI */
:root {
	--ink: #15123A;
	--ink-2: #45416B;
	--muted: #6B678C;
	--line: #E4E1F0;
	--paper: #FAF9F6;
	--card: #FFFFFF;
	--violet: #5B3DF5;
	--violet-dark: #4326D9;
	--violet-soft: #EFEBFF;
	--mint: #14C38E;
	--mint-dark: #0B8F67;
	--mint-soft: #E3F8F0;
	--amber-soft: #FFF6E0;
	--red: #D93B4A;
	--red-soft: #FDECEE;
	--radius: 14px;
	--radius-lg: 22px;
	--shadow: 0 1px 2px rgba(21, 18, 58, .06), 0 8px 24px rgba(21, 18, 58, .07);
	--shadow-lg: 0 2px 4px rgba(21, 18, 58, .05), 0 24px 60px rgba(21, 18, 58, .13);
	--font: 'Plus Jakarta Sans', 'Segoe UI', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
	--mono: 'JetBrains Mono', ui-monospace, Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.6; color: var(--ink); background: var(--paper); }
img, svg { max-width: 100%; }
a { color: var(--violet); text-underline-offset: 3px; }
a:hover { color: var(--violet-dark); }
h1, h2, h3, h4 { line-height: 1.15; letter-spacing: -.02em; margin: 0 0 .5em; }
h1 { font-size: clamp(2.2rem, 5.2vw, 3.7rem); font-weight: 800; letter-spacing: -.035em; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800; letter-spacing: -.03em; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1em; }
code, kbd { font-family: var(--mono); font-size: .88em; background: var(--violet-soft); color: var(--violet-dark); padding: .1em .4em; border-radius: 6px; }
pre { font-family: var(--mono); font-size: .85rem; background: var(--ink); color: #E9E6FF; padding: 1rem 1.2rem; border-radius: var(--radius); overflow-x: auto; line-height: 1.5; }
pre code { background: none; color: inherit; padding: 0; }
:focus-visible { outline: 3px solid var(--violet); outline-offset: 2px; border-radius: 4px; }

.wrap { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 760px; }
.skip { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: .5rem 1rem; z-index: 100; }
.skip:focus { left: 0; }
.muted { color: var(--muted); }
.small { font-size: .88rem; }
.center { text-align: center; }
.eyebrow { display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--violet); margin-bottom: .8rem; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; font: inherit; font-weight: 700; font-size: 1rem; line-height: 1.2; padding: .9em 1.5em; border-radius: 999px; border: 2px solid var(--violet); background: var(--violet); color: #fff; text-decoration: none; white-space: nowrap; cursor: pointer; transition: background .15s, transform .15s, box-shadow .15s; box-shadow: 0 6px 18px rgba(91, 61, 245, .28); }
.btn:hover { background: var(--violet-dark); border-color: var(--violet-dark); color: #fff; transform: translateY(-1px); }
.btn:disabled, .btn[aria-disabled="true"] { opacity: .5; cursor: not-allowed; transform: none; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); box-shadow: none; }
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: var(--ink-2); }
.btn-small { padding: .55em 1.1em; font-size: .92rem; box-shadow: none; }
.btn-block { width: 100%; }
.link-btn { background: none; border: 0; padding: 0; font: inherit; color: var(--violet); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

/* ---------- header / footer */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(250, 249, 246, .86); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid rgba(228, 225, 240, .7); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; color: var(--ink); }
.wordmark { font-weight: 800; font-size: 1.3rem; letter-spacing: -.03em; }
.wordmark span { color: var(--violet); }
.main-nav { display: flex; gap: 1.6rem; margin-left: auto; }
.main-nav a { color: var(--ink-2); text-decoration: none; font-weight: 600; font-size: .95rem; }
.main-nav a:hover { color: var(--violet); }
.header-secure { margin-left: auto; display: inline-flex; align-items: center; gap: .4rem; color: var(--muted); font-size: .9rem; font-weight: 600; }
.header-account { font-size: .9rem; color: var(--muted); }
@media (max-width: 860px) { .main-nav { display: none; } .site-header .btn-small { margin-left: auto; } }
.header-account a, .header-login { text-decoration: none; }
.header-login { font-weight: 600; font-size: .95rem; color: var(--ink-2); }
@media (max-width: 860px) { .header-account, .header-login { margin-left: auto; } .header-login + .btn-small { margin-left: 0 !important; } }
@media (max-width: 520px) { .header-secure { display: none; } .header-account { margin-left: auto; } .wordmark { font-size: 1.15rem; } }

.site-footer { margin-top: 5rem; background: var(--ink); color: #C9C5E8; padding: 3rem 0 2rem; }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; }
.site-footer .brand { color: #fff; }
.site-footer .wordmark span { color: #A996FF; }
.footer-brand p { margin: .6rem 0 0; font-size: .95rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; align-items: flex-start; max-width: 620px; }
.footer-links a { color: #E4E1FF; text-decoration: none; font-size: .95rem; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-legal { margin-top: 2.2rem; padding-top: 1.4rem; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .85rem; color: #9C98C4; }

/* ---------- alerts */
.alert { margin: 1.2rem 0 0; padding: .9rem 1.1rem; border-radius: var(--radius); font-weight: 500; border: 1px solid; }
.alert-error { background: var(--red-soft); border-color: #F6C3C9; color: #8F1D2A; }
.alert-success { background: var(--mint-soft); border-color: #A8E8D2; color: #075E44; }
.alert-info { background: var(--violet-soft); border-color: #D6CCFF; color: var(--violet-dark); }
.alert-warn { background: var(--amber-soft); border-color: #F3DDA0; color: #6D4C00; }

/* ---------- hero */
.hero { position: relative; padding: 4.5rem 0 4rem; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: -30% -10% auto auto; width: 720px; height: 720px; background: radial-gradient(closest-side, rgba(110, 75, 255, .16), transparent 70%); pointer-events: none; }
.hero::after { content: ""; position: absolute; left: -200px; bottom: -260px; width: 560px; height: 560px; background: radial-gradient(closest-side, rgba(20, 195, 142, .12), transparent 70%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; align-items: center; }
.hero h1 .accent { color: var(--violet); }
.hero-lead { font-size: 1.2rem; color: var(--ink-2); max-width: 36em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.8rem 0 1.2rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; list-style: none; padding: 0; margin: 0; color: var(--ink-2); font-size: .95rem; font-weight: 500; }
.hero-points li::before { content: "✓"; color: var(--mint-dark); font-weight: 800; margin-right: .4rem; }
@media (max-width: 920px) { .hero-grid { grid-template-columns: 1fr; } .hero { padding-top: 2.5rem; } }

/* chat illustration */
.chat { background: var(--card); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); border: 1px solid var(--line); overflow: hidden; }
.chat-top { display: flex; align-items: center; gap: .45rem; padding: .8rem 1rem; border-bottom: 1px solid var(--line); background: #FCFBFF; }
.chat-top i { width: 11px; height: 11px; border-radius: 50%; background: #E4E1F0; }
.chat-top span { margin-left: .5rem; font-size: .82rem; color: var(--muted); font-weight: 600; }
.chat-body { padding: 1.3rem; display: flex; flex-direction: column; gap: .9rem; }
.msg { max-width: 88%; padding: .75rem 1rem; border-radius: 16px; font-size: .95rem; line-height: 1.5; }
.msg-user { align-self: flex-end; background: var(--violet); color: #fff; border-bottom-right-radius: 5px; }
.msg-ai { align-self: flex-start; background: #F4F2FB; border-bottom-left-radius: 5px; }
.msg-ai .tool { display: flex; align-items: center; gap: .45rem; font-family: var(--mono); font-size: .78rem; color: var(--ink-2); background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: .35rem .6rem; margin: .5rem 0; }
.msg-ai .tool b { color: var(--mint-dark); }
.live-pill { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; font-size: .85rem; color: var(--mint-dark); background: var(--mint-soft); border-radius: 999px; padding: .25rem .7rem; margin-top: .3rem; }
.live-pill::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(20, 195, 142, .22); }

/* ---------- sections */
.section { padding: 4.5rem 0; }
.section-alt { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 720px; margin: 0 auto 2.8rem; text-align: center; }
.section-head p { color: var(--ink-2); font-size: 1.1rem; }

.gap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.gap-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; }
.gap-card .from { color: var(--muted); text-decoration: line-through; text-decoration-color: rgba(217, 59, 74, .6); font-weight: 600; }
.gap-card .to { color: var(--mint-dark); font-weight: 700; }
@media (max-width: 820px) { .gap-grid { grid-template-columns: 1fr; } }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: step; list-style: none; padding: 0; margin: 0; }
.steps li { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem 1.3rem 1.3rem; }
.steps li::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: var(--violet-soft); color: var(--violet); font-weight: 800; margin-bottom: .9rem; }
.steps li:last-child::before { background: var(--mint-soft); color: var(--mint-dark); }
.steps p { color: var(--ink-2); font-size: .95rem; margin: 0; }
@media (max-width: 920px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem 2rem; }
.feature { display: grid; grid-template-columns: 44px 1fr; gap: .9rem; }
.feature .ico { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--violet-soft); color: var(--violet); }
.feature h3 { font-size: 1.05rem; margin-bottom: .25rem; }
.feature p { font-size: .95rem; color: var(--ink-2); margin: 0; }
@media (max-width: 920px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .features { grid-template-columns: 1fr; } }

/* ---------- pricing */
.term-toggle { display: inline-flex; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 4px; gap: 2px; }
.term-toggle button { font: inherit; font-weight: 600; font-size: .92rem; border: 0; background: none; padding: .5rem 1.1rem; border-radius: 999px; color: var(--ink-2); cursor: pointer; }
.term-toggle button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; margin-top: 2rem; }
@media (max-width: 1060px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .pricing-grid { grid-template-columns: 1fr; } }
.plan { position: relative; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.6rem 1.4rem 1.4rem; box-shadow: var(--shadow); }
.plan.featured { border: 2px solid var(--violet); }
.plan .badge-top { position: absolute; top: -12px; left: 1.4rem; background: var(--violet); color: #fff; font-size: .75rem; font-weight: 700; padding: .25rem .7rem; border-radius: 999px; }
.plan-type { font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.plan h3 { font-size: 1.15rem; margin: .3rem 0 1rem; }
.plan-price { font-size: 2.5rem; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.plan-price small { font-size: 1rem; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.plan-alt { min-height: 1.5em; margin: .4rem 0 0; font-size: .88rem; color: var(--muted); }
.plan ul { list-style: none; padding: 0; margin: 1.2rem 0 1.4rem; font-size: .93rem; color: var(--ink-2); flex: 1; }
.plan li { padding: .3rem 0 .3rem 1.6rem; position: relative; }
.plan li::before { content: ""; position: absolute; left: 0; top: .62em; width: 14px; height: 8px; border-left: 2.5px solid var(--mint); border-bottom: 2.5px solid var(--mint); transform: rotate(-45deg); }
.plan li.no { color: var(--muted); }
.plan li.no::before { border: 0; width: 12px; height: 2.5px; background: #CFCBE3; transform: none; top: .8em; }
.chip { display: inline-block; font-size: .78rem; font-weight: 700; padding: .2rem .6rem; border-radius: 999px; background: var(--mint-soft); color: var(--mint-dark); }
.chip-violet { background: var(--violet-soft); color: var(--violet-dark); }
.chip-muted { background: #F1EFF7; color: var(--muted); }

/* ---------- AI note + FAQ */
.ai-note { display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; align-items: start; background: var(--ink); color: #DCD8F6; border-radius: var(--radius-lg); padding: 2rem; }
.ai-note h2 { color: #fff; font-size: 1.5rem; }
.ai-note a { color: #BFB1FF; }
.ai-note .ico { width: 54px; height: 54px; }
@media (max-width: 600px) { .ai-note { grid-template-columns: 1fr; padding: 1.5rem; } }

.faq { max-width: 820px; margin: 0 auto; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: .7rem; }
.faq summary { cursor: pointer; list-style: none; padding: 1.1rem 3rem 1.1rem 1.3rem; font-weight: 700; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 1.3rem; top: 50%; transform: translateY(-50%); font-size: 1.4rem; font-weight: 500; color: var(--violet); }
.faq details[open] summary::after { content: "–"; }
.faq details > div { padding: 0 1.3rem 1.1rem; color: var(--ink-2); }
.faq details > div p:last-child { margin: 0; }

.cta-band { text-align: center; background: linear-gradient(135deg, #6E4BFF, #4326D9); color: #fff; border-radius: var(--radius-lg); padding: 3.5rem 1.5rem; box-shadow: var(--shadow-lg); }
.cta-band h2 { color: #fff; }
.cta-band p { color: #E2DCFF; font-size: 1.1rem; }
.cta-band .btn { background: #fff; color: var(--violet-dark); border-color: #fff; box-shadow: none; }
.cta-band .btn:hover { background: var(--mint-soft); }

/* ---------- signup flow */
.stepper { display: flex; gap: .4rem; list-style: none; margin: 1.6rem auto 0; max-width: 760px; }
.stepper li { flex: 1; display: flex; align-items: center; gap: .5rem; font-size: .88rem; font-weight: 600; color: var(--muted); padding-bottom: .7rem; border-bottom: 3px solid var(--line); }
.stepper .num { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--line); color: var(--ink-2); font-size: .78rem; font-weight: 800; flex: none; }
.stepper li.current { color: var(--ink); border-color: var(--violet); }
.stepper li.current .num { background: var(--violet); color: #fff; }
.stepper li.done { color: var(--ink-2); border-color: var(--mint); }
.stepper li.done .num { background: var(--mint); color: #fff; }
@media (max-width: 520px) { .stepper li { font-size: 0; gap: 0; justify-content: center; } .stepper .num { font-size: .78rem; } }

.flow-main { max-width: 760px; margin: 2.2rem auto 0; }
.flow-main.wide { max-width: 1000px; }
.flow-main h1 { font-size: clamp(1.8rem, 4vw, 2.4rem); }
.lead { font-size: 1.1rem; color: var(--ink-2); }
.panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.8rem; box-shadow: var(--shadow); margin-bottom: 1.4rem; }
@media (max-width: 520px) { .panel { padding: 1.25rem; } }
.flow-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.6rem; }
.back-link { color: var(--muted); font-weight: 600; text-decoration: none; }
.back-link:hover { color: var(--ink); }

/* option cards (radio) */
.options { display: grid; gap: .8rem; }
.options.cols-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 640px) { .options.cols-2 { grid-template-columns: 1fr; } }
.option { position: relative; display: block; cursor: pointer; }
.option input { position: absolute; opacity: 0; pointer-events: none; }
.option .option-box { display: block; height: 100%; background: #fff; border: 2px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.2rem 1.1rem 3.1rem; transition: border-color .15s, box-shadow .15s; }
.option .option-box::before { content: ""; position: absolute; left: 1.15rem; top: 1.3rem; width: 20px; height: 20px; border-radius: 50%; border: 2px solid #C9C4DE; background: #fff; }
.option input:checked + .option-box { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(91, 61, 245, .1); }
.option input:checked + .option-box::before { border: 6px solid var(--violet); }
.option input:focus-visible + .option-box { outline: 3px solid var(--violet); outline-offset: 2px; }
.option input:disabled + .option-box { opacity: .55; cursor: not-allowed; }
.option-title { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; font-weight: 700; }
.option-price { margin-left: auto; font-weight: 800; }
.option-desc { display: block; font-size: .9rem; color: var(--ink-2); margin-top: .25rem; }

/* forms */
.field { margin-bottom: 1.1rem; }
.field label, .label { display: block; font-weight: 600; font-size: .93rem; margin-bottom: .35rem; }
.field .hint { font-size: .85rem; color: var(--muted); margin-top: .3rem; }
.input, select.input, textarea.input { width: 100%; font: inherit; font-size: 1rem; color: var(--ink); background: #fff; border: 1.5px solid #D5D1E6; border-radius: 12px; padding: .75rem .9rem; transition: border-color .15s, box-shadow .15s; }
.input:focus { outline: none; border-color: var(--violet); box-shadow: 0 0 0 4px rgba(91, 61, 245, .14); }
.input[aria-invalid="true"] { border-color: var(--red); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
.field-row.thirds { grid-template-columns: 2fr 1fr 1fr; }
@media (max-width: 600px) { .field-row, .field-row.thirds { grid-template-columns: 1fr; } }
.input-group { display: flex; align-items: stretch; border: 1.5px solid #D5D1E6; border-radius: 12px; background: #fff; overflow: hidden; }
.input-group:focus-within { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(91, 61, 245, .14); }
.input-group .input { border: 0; border-radius: 0; box-shadow: none; min-width: 0; }
.input-group .addon { display: flex; align-items: center; padding: 0 .9rem; background: #F6F5FB; color: var(--ink-2); font-weight: 600; white-space: nowrap; border-left: 1.5px solid #E4E1F0; }
.input-group select.addon { font: inherit; font-weight: 600; border: 0; border-left: 1.5px solid #E4E1F0; cursor: pointer; }
.check-status { min-height: 1.5em; margin-top: .45rem; font-size: .92rem; font-weight: 600; }
.check-status.ok { color: var(--mint-dark); }
.check-status.bad { color: var(--red); }
.check-status.wait { color: var(--muted); }
.code-input { font-family: var(--mono); font-size: 1.8rem; letter-spacing: .5em; text-align: center; max-width: 280px; }
.checkbox { display: flex; gap: .7rem; align-items: flex-start; font-size: .95rem; }
.checkbox input { width: 20px; height: 20px; margin-top: .15rem; accent-color: var(--violet); flex: none; }
.error-text { color: var(--red); font-size: .88rem; margin-top: .3rem; font-weight: 500; }

/* order summary */
.summary { width: 100%; border-collapse: collapse; font-size: .97rem; }
.summary th, .summary td { padding: .6rem 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.summary td:last-child, .summary th:last-child { text-align: right; }
.summary tr.total td { font-weight: 800; font-size: 1.1rem; border-bottom: 0; }
.summary .muted { font-weight: 400; }
.trial-box { display: flex; gap: .8rem; align-items: flex-start; background: var(--mint-soft); border-radius: var(--radius); padding: 1rem 1.1rem; margin-top: 1rem; color: #075E44; }
#checkout { min-height: 420px; }

/* account area */
.chip-warn { background: var(--amber-soft); color: #7A5600; }
.chip-danger { background: var(--red-soft); color: #A1202F; }
.chip { vertical-align: middle; }
.site-card-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: .8rem; }
.site-card h2 { font-size: 1.3rem; margin: 0 0 .25rem; overflow-wrap: anywhere; }
.site-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: .9rem 1.6rem; margin: 1.2rem 0 0; }
.site-facts dt { font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }
.site-facts dd { margin: .15rem 0 0; font-size: .95rem; }
.site-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1rem; margin-top: 1.3rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.danger-link { color: var(--red); margin-left: auto; }
.btn-danger { background: var(--red); border-color: var(--red); box-shadow: none; }
.btn-danger:hover { background: #B42A38; border-color: #B42A38; }
.dns-help { margin-top: 1rem; }
.summary.activity th, .summary.activity td { text-align: left; padding-right: 1.25rem; }
.summary.activity td:nth-child(3) { overflow-wrap: anywhere; }
.summary.activity th:last-child, .summary.activity td:last-child { padding-right: 0; }
.summary.activity td:first-child { white-space: nowrap; width: 1%; }
.summary.activity td:last-child { width: 16%; }
@media (max-width: 640px) { .summary.activity th:nth-child(4), .summary.activity td:nth-child(4) { display: none; } }
.dns-help summary { cursor: pointer; font-weight: 600; font-size: .92rem; color: var(--violet); }

/* status page */
.status-hero { text-align: center; padding: 1rem 0 .5rem; }
.status-icon { width: 76px; height: 76px; margin: 0 auto 1rem; border-radius: 50%; display: grid; place-items: center; background: var(--mint-soft); color: var(--mint-dark); }
.status-icon.pending { background: var(--amber-soft); color: #9A6B00; }
.status-list { list-style: none; padding: 0; margin: 0; }
.status-list li { display: flex; gap: .8rem; align-items: center; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.status-list li:last-child { border-bottom: 0; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; flex: none; background: #D5D1E6; }
.status-dot.ok { background: var(--mint); }
.status-dot.wip { background: #F2B632; box-shadow: 0 0 0 4px rgba(242, 182, 50, .2); }

/* long-form pages */
.prose { max-width: 780px; }
.prose h1 { font-size: clamp(2rem, 4.5vw, 2.8rem); }
.prose h2 { font-size: 1.45rem; margin-top: 2.2rem; }
.prose h3 { margin-top: 1.6rem; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li { margin-bottom: .4rem; }
.about-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; margin: 1.8rem 0 .6rem; }
.about-facts div { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.2rem; }
.about-facts strong { display: block; font-size: 1.15rem; color: var(--violet-dark); }
.about-facts span { font-size: .93rem; color: var(--ink-2); }
@media (max-width: 560px) { .about-facts { grid-template-columns: 1fr; } }
.prose .client-types { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; padding: 0; margin: 1rem 0 1.2rem; }
.prose .client-types li { margin: 0; background: var(--violet-soft); color: var(--violet-dark); font-weight: 600; font-size: .93rem; padding: .4rem .9rem; border-radius: 999px; }
.tabs { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1rem; }
.tabs button { font: inherit; font-weight: 600; font-size: .92rem; border: 1.5px solid var(--line); background: #fff; padding: .5rem 1rem; border-radius: 999px; cursor: pointer; color: var(--ink-2); }
.tabs button[aria-selected="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.tab-panel[hidden] { display: none; }
