/* ==========================================================================
   Moregate — Website
   One typeface (Jost), the logo purple as the only accent, hairline rules
   instead of card shadows, one animated moment on the home page.
   ========================================================================== */

@font-face {
    font-family: "Jost";
    src: url("../fonts/jost-latin-400-normal.woff2") format("woff2");
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: "Jost";
    src: url("../fonts/jost-latin-500-normal.woff2") format("woff2");
    font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
    font-family: "Jost";
    src: url("../fonts/jost-latin-600-normal.woff2") format("woff2");
    font-weight: 600; font-style: normal; font-display: swap;
}

:root {
    --plum:        #50226b;
    --plum-deep:   #2b1039;
    --plum-mid:    #6b3189;
    --plum-light:  #a97cc4;
    --ink:         #1e1526;
    --ink-soft:    #56495f;
    --paper:       #ffffff;
    --lilac:       #f5f2f7;
    --lilac-deep:  #ebe4ef;
    --rule:        #ded6e4;
    --rule-dark:   #4a3059;
    --signal:      #a8590a;
    --signal-bg:   #fdf3e3;
    --signal-rule: #e8c893;

    --measure: 64ch;
    --gutter: clamp(1.25rem, 4vw, 3rem);
    --shell: 1180px;
    --radius: 3px;
}

*, *::before, *::after { box-sizing: border-box; }

[hidden] { display: none !important; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Jost", "Segoe UI", system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.62;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.025em;
    margin: 0 0 0.5em;
    text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 5.6vw, 4.1rem); line-height: 0.99; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.3rem; letter-spacing: -0.015em; }
h4 { font-size: 1.05rem; letter-spacing: 0; }

p { margin: 0 0 1.1em; max-width: var(--measure); }
p:last-child { margin-bottom: 0; }

a { color: var(--plum); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--plum-mid); }

:focus-visible {
    outline: 2px solid var(--plum);
    outline-offset: 3px;
    border-radius: 2px;
}

.shell {
    width: min(100% - 2 * var(--gutter), var(--shell));
    margin-inline: auto;
}

.lede { font-size: 1.2rem; color: var(--ink-soft); }

.skip {
    position: absolute; left: -9999px; top: 0; z-index: 100;
    background: var(--plum); color: #fff; padding: 0.7rem 1.1rem;
}
.skip:focus { left: 0; }

/* --------------------------------------------------------------------------
   header
   -------------------------------------------------------------------------- */
.masthead {
    position: sticky; top: 0; z-index: 40;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--rule);
}
.masthead-inner {
    display: flex; align-items: center; gap: 2rem;
    min-height: 72px;
}
.brand { display: flex; align-items: center; margin-right: auto; }
.brand img { display: block; height: 30px; width: auto; }

.nav { display: flex; align-items: center; gap: 1.6rem; }
.nav a {
    color: var(--ink); text-decoration: none; font-weight: 500;
    padding: 0.4rem 0; border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--plum); }
.nav a[aria-current="page"] { border-bottom-color: var(--plum); color: var(--plum); }

/* Sprachumschalter / language switch */
.lang-switch {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 2.4rem; padding: 0.25rem 0.5rem;
    border: 1px solid var(--rule); border-radius: var(--radius);
    font-size: 0.85rem; font-weight: 500; letter-spacing: 0.04em;
    color: var(--ink-soft); text-decoration: none;
}
.lang-switch:hover { border-color: var(--plum); color: var(--plum); background: var(--lilac); }

.visually-hidden {
    position: absolute; width: 1px; height: 1px; overflow: hidden;
    clip-path: inset(50%); white-space: nowrap;
}

.foot-links { display: flex; flex-wrap: wrap; gap: 1.2rem; }

.nav-toggle {
    display: none; background: none; border: 1px solid var(--rule);
    border-radius: var(--radius); padding: 0.45rem 0.7rem; cursor: pointer;
    font: inherit; color: var(--ink);
}

@media (max-width: 820px) {
    /* Sprachumschalter / language switch */
.lang-switch {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 2.4rem; padding: 0.25rem 0.5rem;
    border: 1px solid var(--rule); border-radius: var(--radius);
    font-size: 0.85rem; font-weight: 500; letter-spacing: 0.04em;
    color: var(--ink-soft); text-decoration: none;
}
.lang-switch:hover { border-color: var(--plum); color: var(--plum); background: var(--lilac); }

.visually-hidden {
    position: absolute; width: 1px; height: 1px; overflow: hidden;
    clip-path: inset(50%); white-space: nowrap;
}

.foot-links { display: flex; flex-wrap: wrap; gap: 1.2rem; }

.nav-toggle { display: block; }
    .nav {
        display: none; position: absolute; inset: 72px 0 auto;
        flex-direction: column; align-items: stretch; gap: 0;
        background: var(--paper); border-bottom: 1px solid var(--rule);
        padding: 0.5rem var(--gutter) 1.2rem;
    }
    .nav.open { display: flex; }
    .nav a { padding: 0.75rem 0; border-bottom: 1px solid var(--rule); }
    .nav .lang-switch {
        margin-top: 0.8rem; align-self: flex-start; border-bottom: 1px solid var(--rule);
        padding: 0.35rem 0.7rem;
    }
    .nav .btn { margin-top: 0.8rem; text-align: center; }
}

/* --------------------------------------------------------------------------
   buttons
   -------------------------------------------------------------------------- */
.btn {
    display: inline-block; font: inherit; font-weight: 500;
    padding: 0.72rem 1.4rem; border-radius: var(--radius);
    border: 1px solid var(--plum); background: var(--plum); color: #fff;
    text-decoration: none; cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}
.btn:hover { background: var(--plum-mid); border-color: var(--plum-mid); color: #fff; }
.btn-ghost { background: transparent; color: var(--plum); }
.btn-ghost:hover { background: var(--lilac); color: var(--plum); border-color: var(--plum); }
.btn-on-dark { background: #fff; border-color: #fff; color: var(--plum-deep); }
.btn-on-dark:hover { background: var(--lilac); border-color: var(--lilac); color: var(--plum-deep); }
.btn-outline-dark { background: transparent; border-color: var(--plum-light); color: #fff; }
.btn-outline-dark:hover { background: rgba(255,255,255,0.1); border-color: #fff; color: #fff; }
.btn[disabled] { opacity: 0.45; cursor: not-allowed; }

.btn-row { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }

/* --------------------------------------------------------------------------
   hero
   -------------------------------------------------------------------------- */
.hero {
    background: var(--plum-deep);
    color: #fff;
    padding: clamp(3.5rem, 8vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem);
    overflow: hidden;
}
.hero-grid {
    display: grid; gap: clamp(2rem, 5vw, 4rem);
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
}
@media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-figure { order: -1; max-width: 380px; }
}
.hero h1 { color: #fff; margin-bottom: 1.2rem; }
.hero p { color: #e0d5e8; }
.hero .lede { color: #e6dced; font-size: clamp(1.1rem, 1.6vw, 1.32rem); max-width: 42ch; }
.hero .btn-row { margin-top: 2.2rem; }
.hero-note {
    margin-top: 1.8rem; padding-top: 1.1rem;
    border-top: 1px solid var(--rule-dark);
    font-size: 0.93rem; color: #c6b3d3; max-width: 46ch;
}
.hero-figure svg { width: 100%; height: auto; display: block; }

/* the cube draws itself once when the page loads */
.cube-line {
    stroke-dasharray: var(--len, 600);
    stroke-dashoffset: var(--len, 600);
    animation: draw 1.15s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    animation-delay: var(--delay, 0s);
}
.cube-label { opacity: 0; animation: appear 0.5s ease forwards; animation-delay: 1.1s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes appear { to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
    .cube-line { animation: none; stroke-dashoffset: 0; }
    .cube-label { animation: none; opacity: 1; }
}

/* --------------------------------------------------------------------------
   sections
   -------------------------------------------------------------------------- */
.band { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.band-tint { background: var(--lilac); }
.band-dark { background: var(--plum); color: #fff; }
.band-dark h2, .band-dark h3 { color: #fff; }
.band-dark p { color: #e6dced; }
.band + .band { border-top: 1px solid var(--rule); }
.band-tint + .band, .band + .band-tint, .band-dark + .band { border-top: 0; }

.band-head { max-width: 48ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.band-head p { color: var(--ink-soft); font-size: 1.12rem; }
.band-dark .band-head p { color: #ddcde7; }

/* products: two panels split by a hairline, not two floating cards */
.products {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 0; border-top: 1px solid var(--rule);
}
.product {
    padding: clamp(1.8rem, 3vw, 2.6rem) 0;
    border-bottom: 1px solid var(--rule);
}
.products > .product:first-child {
    padding-right: clamp(1.8rem, 4vw, 3.5rem);
    border-right: 1px solid var(--rule);
}
.products > .product:last-child { padding-left: clamp(1.8rem, 4vw, 3.5rem); }
@media (max-width: 800px) {
    .products { grid-template-columns: 1fr; }
    .products > .product:first-child {
        padding-right: 0; border-right: 0;
    }
    .products > .product:last-child { padding-left: 0; }
}

.product-head { display: flex; align-items: baseline; gap: 0.8rem; flex-wrap: wrap; }
.product h3 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); margin-bottom: 0.15rem; }
.product-tagline { color: var(--plum); font-weight: 500; margin-bottom: 1rem; }
.product-summary { color: var(--ink-soft); }

.feature-list { margin: 1.6rem 0 0; padding: 0; list-style: none; }
.feature-list li { border-top: 1px solid var(--rule); padding: 0.85rem 0; }
.feature-list b { display: block; font-weight: 500; }
.feature-list span { color: var(--ink-soft); font-size: 0.97rem; }

.version-chip {
    font-size: 0.82rem; font-weight: 500; letter-spacing: 0.01em;
    color: var(--signal); background: var(--signal-bg);
    border: 1px solid var(--signal-rule); border-radius: 100px;
    padding: 0.12rem 0.6rem; white-space: nowrap;
}

/* on-prem arguments */
.reasons {
    display: grid; gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    border-top: 1px solid var(--rule);
}
.reason {
    padding: 1.7rem clamp(1.2rem, 2.5vw, 2rem) 1.7rem 0;
    border-bottom: 1px solid var(--rule);
}
.reason h3 { font-size: 1.16rem; margin-bottom: 0.4rem; }
.reason p { color: var(--ink-soft); font-size: 0.99rem; }
.band-dark .reasons, .band-dark .reason { border-color: var(--rule-dark); }
.band-dark .reason p { color: #ded0e7; }

/* hosting comparison */
.compare-wrap { overflow-x: auto; }
table.compare {
    width: 100%; border-collapse: collapse; min-width: 640px;
    font-size: 1rem;
}
table.compare caption {
    text-align: left; color: var(--ink-soft); padding-bottom: 1rem;
    max-width: var(--measure);
}
table.compare th, table.compare td {
    text-align: left; padding: 0.95rem 1.1rem;
    border-bottom: 1px solid var(--rule); vertical-align: top;
}
table.compare thead th {
    font-size: 1.15rem; font-weight: 600; letter-spacing: -0.015em;
    border-bottom: 2px solid var(--plum); padding-bottom: 0.6rem;
}
table.compare thead th span {
    display: block; font-size: 0.9rem; font-weight: 400;
    color: var(--ink-soft); letter-spacing: 0;
}
table.compare tbody th { font-weight: 500; width: 27%; padding-left: 0; }
table.compare tbody td { color: var(--ink-soft); }
table.compare .col-onprem { background: var(--lilac); }
table.compare tfoot td { border-bottom: 0; padding-top: 1.4rem; }

/* download packages */
.packages { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.package {
    border: 1px solid var(--rule); border-top: 3px solid var(--plum);
    border-radius: var(--radius); padding: 1.6rem 1.7rem 1.7rem;
    background: var(--paper); display: flex; flex-direction: column;
}
.package h3 { margin-bottom: 0.2rem; }
.package .meta {
    margin: 0.9rem 0 1.2rem; padding: 0; list-style: none;
    font-size: 0.95rem; color: var(--ink-soft);
}
.package .meta li {
    display: flex; justify-content: space-between; gap: 1rem;
    padding: 0.4rem 0; border-bottom: 1px solid var(--rule);
}
.package .meta li:last-child { border-bottom: 0; }
.package .meta .mono { font-variant-numeric: tabular-nums; color: var(--ink); }
.package form { margin-top: auto; }

.mono { font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
        font-size: 0.92em; }

/* Handbücher / handbooks */
.handbooks { display: grid; gap: 1.2rem; }
.handbook {
    display: flex; gap: 1.5rem; align-items: flex-start;
    border: 1px solid var(--rule); border-left: 3px solid var(--plum);
    border-radius: var(--radius); padding: 1.5rem 1.7rem;
    background: var(--paper);
}
.handbook-mark { color: var(--plum-light); flex: none; margin-top: 0.2rem; }
.handbook-body { min-width: 0; }
.handbook h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.handbook-meta {
    display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem;
    color: var(--ink-soft); font-size: 0.95rem; margin: 0;
}
@media (max-width: 560px) {
    .handbook { gap: 1rem; padding: 1.2rem 1.2rem; }
    .handbook-mark svg { width: 34px; height: 42px; }
}

/* beta notice */
.beta-banner {
    border: 1px solid var(--signal-rule); border-left: 4px solid var(--signal);
    background: var(--signal-bg); border-radius: var(--radius);
    padding: 1.3rem 1.5rem; margin-bottom: 2.5rem;
}
.beta-banner h2 { font-size: 1.25rem; color: var(--signal); margin-bottom: 0.35rem; }
.beta-banner p { color: #6a4110; max-width: 70ch; }
.beta-banner ul { margin: 0.6rem 0 0; padding-left: 1.2rem; color: #6a4110; }
.beta-banner li { margin-bottom: 0.25rem; }

.beta-dot {
    display: inline-block; margin-left: 0.4rem; font-size: 0.75rem;
    font-weight: 500; color: var(--signal); background: var(--signal-bg);
    border: 1px solid var(--signal-rule); border-radius: 100px;
    padding: 0 0.45rem;
}

/* release table rendered by PHP */
.release-table { width: 100%; border-collapse: collapse; margin-top: 1rem; }
.release-table caption {
    text-align: left; font-weight: 500; padding-bottom: 0.7rem;
}
.release-table th, .release-table td {
    text-align: left; padding: 0.6rem 1rem 0.6rem 0;
    border-bottom: 1px solid var(--rule); font-size: 0.95rem;
}
.release-table thead th { font-weight: 500; color: var(--ink-soft); }
.release-table tbody th { font-weight: 500; }
.release-table td { color: var(--ink-soft); }
.note { font-size: 0.9rem; color: var(--ink-soft); margin-top: 0.8rem; }

/* --------------------------------------------------------------------------
   forms
   -------------------------------------------------------------------------- */
.form-layout {
    display: grid; gap: clamp(2rem, 5vw, 4rem);
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: start;
}
@media (max-width: 880px) { .form-layout { grid-template-columns: 1fr; } }

.aside {
    background: var(--lilac); border-radius: var(--radius);
    padding: 1.7rem 1.8rem; border-top: 3px solid var(--plum);
}
.aside h3 { font-size: 1.1rem; }
.aside p, .aside li { color: var(--ink-soft); font-size: 0.97rem; }
.aside ul { padding-left: 1.1rem; margin: 0 0 1rem; }
.aside li { margin-bottom: 0.45rem; }

fieldset { border: 0; padding: 0; margin: 0 0 2rem; }
legend {
    font-weight: 500; font-size: 1.05rem; padding: 0 0 0.8rem;
    border-bottom: 1px solid var(--rule); width: 100%; margin-bottom: 1.2rem;
}

.field { margin-bottom: 1.25rem; }
.field label, .field .label { display: block; font-weight: 500; margin-bottom: 0.35rem; }
.field .hint { font-size: 0.9rem; color: var(--ink-soft); font-weight: 400; }

input[type="text"], input[type="email"], input[type="tel"],
input[type="password"], input[type="search"], select, textarea {
    width: 100%; font: inherit; color: var(--ink);
    background: var(--paper);
    border: 1px solid var(--rule); border-radius: var(--radius);
    padding: 0.65rem 0.8rem;
    transition: border-color 0.15s ease;
}
input:hover, select:hover, textarea:hover { border-color: var(--plum-light); }
input:focus, select:focus, textarea:focus {
    border-color: var(--plum); outline: 2px solid rgba(80, 34, 107, 0.18);
    outline-offset: 0;
}
textarea { min-height: 7.5rem; resize: vertical; }
select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--plum) 50%),
                      linear-gradient(135deg, var(--plum) 50%, transparent 50%);
    background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 2.4rem;
}

.choices { display: grid; gap: 0.6rem; }
.field .choice, .choice {
    display: flex; gap: 0.7rem; align-items: flex-start;
    font-weight: 400; margin-bottom: 0;
    border: 1px solid var(--rule); border-radius: var(--radius);
    padding: 0.8rem 0.95rem; cursor: pointer;
}
.choice:hover { border-color: var(--plum-light); background: var(--lilac); }
.choice input { margin-top: 0.3rem; accent-color: var(--plum); flex: none; }
.choice b { font-weight: 500; display: block; margin-bottom: 0; }
.choice span { color: var(--ink-soft); font-size: 0.93rem; }
.choice:has(input:checked) { border-color: var(--plum); background: var(--lilac); }

.field .checkline, .checkline { display: flex; gap: 0.7rem; align-items: flex-start; }
.checkline input { margin-top: 0.35rem; accent-color: var(--plum); flex: none; }
.checkline label { font-weight: 400; font-size: 0.97rem; display: inline; margin-bottom: 0; }

.honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.error-text { color: #a3182b; font-size: 0.92rem; margin-top: 0.3rem; }
.field-error input, .field-error select, .field-error textarea { border-color: #a3182b; }

.alert {
    border: 1px solid #e7b8bf; background: #fdf1f2; color: #8c1525;
    border-left: 4px solid #a3182b; border-radius: var(--radius);
    padding: 1rem 1.2rem; margin-bottom: 1.8rem;
}

.form-actions {
    display: flex; flex-wrap: wrap; gap: 1rem; align-items: center;
    border-top: 1px solid var(--rule); padding-top: 1.5rem;
}
.form-actions .note { margin: 0; }

/* --------------------------------------------------------------------------
   beta confirmation dialog
   -------------------------------------------------------------------------- */
dialog.confirm {
    border: 0; border-radius: var(--radius); padding: 0;
    max-width: 540px; width: calc(100% - 2rem);
    box-shadow: 0 24px 60px rgba(30, 21, 38, 0.3);
    color: var(--ink);
}
dialog.confirm::backdrop { background: rgba(30, 21, 38, 0.55); }
.confirm-head {
    background: var(--plum-deep); color: #fff;
    padding: 1.3rem 1.7rem;
}
.confirm-head h2 { font-size: 1.4rem; margin: 0; color: #fff; }
.confirm-body { padding: 1.5rem 1.7rem; }
.confirm-body p { font-size: 1rem; }
.confirm-body ul { padding-left: 1.2rem; color: var(--ink-soft); margin: 0 0 1.2rem; }
.confirm-body li { margin-bottom: 0.3rem; }
.confirm-foot {
    display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: flex-end;
    padding: 1.1rem 1.7rem 1.5rem; border-top: 1px solid var(--rule);
}
@media (max-width: 480px) {
    .confirm-foot { flex-direction: column-reverse; }
    .confirm-foot .btn { width: 100%; text-align: center; }
}

/* --------------------------------------------------------------------------
   call to action band + footer
   -------------------------------------------------------------------------- */
.cta-band {
    background: var(--plum); color: #fff;
    padding: clamp(3rem, 6vw, 4.5rem) 0;
}
.cta-inner {
    display: flex; gap: 2rem; align-items: center;
    justify-content: space-between; flex-wrap: wrap;
}
.cta-inner h2 { color: #fff; margin-bottom: 0.4rem; max-width: 20ch; }
.cta-inner p { color: #e6dced; max-width: 44ch; }

.foot {
    background: var(--plum-deep); color: #c6b3d3;
    padding: clamp(2.5rem, 5vw, 4rem) 0 2rem; font-size: 0.95rem;
}
.foot-grid {
    display: grid; gap: 2rem;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
}
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .foot-grid { grid-template-columns: 1fr; } }
.foot h4 { color: #fff; font-weight: 500; margin-bottom: 0.8rem; font-size: 0.98rem; }
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: 0.5rem; }
.foot a { color: #ddd0e6; text-decoration: none; }
.foot a:hover { color: #fff; text-decoration: underline; }
.foot img { height: 26px; width: auto; margin-bottom: 1rem; }
.foot p { color: #c6b3d3; }
.foot-base {
    margin-top: 2.5rem; padding-top: 1.4rem;
    border-top: 1px solid var(--rule-dark);
    display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between;
    font-size: 0.88rem;
}

/* --------------------------------------------------------------------------
   simple pages
   -------------------------------------------------------------------------- */
.page-head {
    padding: clamp(2.8rem, 6vw, 4.5rem) 0 clamp(1.5rem, 3vw, 2.5rem);
    border-bottom: 1px solid var(--rule);
}
.page-head p { font-size: 1.15rem; color: var(--ink-soft); }

.prose h2 { font-size: 1.5rem; margin-top: 2.5rem; }
.prose h3 { font-size: 1.15rem; margin-top: 1.8rem; }
.prose ul { padding-left: 1.2rem; max-width: var(--measure); }
.prose li { margin-bottom: 0.4rem; }
.prose dl { max-width: var(--measure); }
.prose dt { font-weight: 500; margin-top: 1rem; }
.prose dd { margin: 0; color: var(--ink-soft); }

.center-narrow { max-width: 620px; }
.big-check {
    width: 56px; height: 56px; border-radius: 50%;
    background: var(--lilac); color: var(--plum);
    display: grid; place-items: center; margin-bottom: 1.5rem;
}
