:root {
  --ink: #06285f;
  --muted: #617985;
  --paper: #ffffff;
  --cream: #edf5f8;
  --green: #0871c9;
  --green-dark: #06285f;
  --lime: #08c3cb;
  --line: #d4e4ed;
  --danger: #b43838;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 8% 12%, #d9fafb 0, transparent 31rem), var(--cream); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.site-header { height: 82px; padding: 0 max(28px, calc((100vw - 1240px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(6,40,95,.1); background: rgba(255,255,255,.82); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand > span:last-child { display: grid; }
.brand-logo { width: 132px; height: 62px; object-fit: contain; }
.brand small { color: var(--muted); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.header-links { display: flex; align-items: center; gap: 24px; }
.header-links a, footer a { color: var(--green-dark); font-weight: 750; text-decoration: none; }
.header-links a:hover, footer a:hover { text-decoration: underline; }
.secure-note { color: var(--muted); font-size: 13px; }
.secure-note::before { content: "●"; color: var(--green); margin-right: 8px; font-size: 9px; }
.page-shell { max-width: 1240px; margin: 0 auto; padding: 74px 28px 68px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: start; }
.intro { padding: 42px 0; position: sticky; top: 90px; }
.eyebrow { margin: 0 0 18px; color: var(--green); font-weight: 800; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.intro h1, .status-card h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.04; letter-spacing: -.035em; margin: 0; font-size: clamp(44px, 5vw, 70px); }
.intro h1 em { color: var(--green); font-weight: 400; }
.intro-copy { max-width: 510px; color: var(--muted); line-height: 1.75; font-size: 17px; margin: 28px 0 36px; }
.info-cta-grid { max-width: 510px; margin: -10px 0 34px; display: grid; gap: 11px; }
.handbook-cta { padding: 17px 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; color: white; background: var(--green-dark); border-radius: 14px; box-shadow: 0 12px 30px rgba(6,40,95,.2); text-decoration: none; transition: transform .15s ease, background .15s ease; }
.handbook-cta:hover { background: var(--green); transform: translateY(-2px); }
.handbook-cta-secondary { color: var(--green-dark); background: var(--paper); border: 1px solid #bfd4e1; box-shadow: none; }
.handbook-cta-secondary:hover { color: white; border-color: var(--green); }
.handbook-cta-icon { min-width: 34px; height: 34px; padding: 0 7px; display: grid; place-items: center; color: var(--green-dark); background: var(--lime); border-radius: 999px; font: 700 15px/1 Georgia, serif; }
.handbook-cta > span:nth-child(2) { display: grid; gap: 3px; }
.handbook-cta strong { font-size: 14px; }
.handbook-cta small { color: rgba(255,255,255,.75); font-size: 11px; }
.handbook-cta-secondary small { color: var(--muted); }
.handbook-cta-secondary:hover small { color: rgba(255,255,255,.8); }
.handbook-cta b { font-size: 20px; }
.intro-facts { display: flex; gap: 28px; border-top: 1px solid #d5d8ce; padding-top: 25px; }
.intro-facts span { display: grid; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.intro-facts b { color: var(--ink); font: 30px/1 Georgia, serif; margin-bottom: 5px; }
.wizard-card { background: var(--paper); border: 1px solid rgba(6,40,95,.08); border-radius: 24px; padding: 34px 40px 38px; box-shadow: 0 22px 70px rgba(6,40,95,.11); min-height: 630px; scroll-margin-top: 20px; }
.steps { display: flex; align-items: flex-start; margin: 0 0 43px; }
.steps i { height: 1px; background: var(--line); flex: 1; margin-top: 16px; }
.step { border: 0; background: none; color: #9ba8a3; padding: 0; display: grid; justify-items: center; gap: 6px; }
.step span { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--paper); border-radius: 50%; font-weight: 800; font-size: 12px; }
.step small { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.step.is-active span { background: var(--green); color: white; border-color: var(--green); box-shadow: 0 0 0 5px #e2f2fa; }
.step.is-active small, .step.is-done { color: var(--green); }
.step.is-done span { background: var(--lime); border-color: var(--lime); color: var(--green-dark); }
fieldset { border: 0; padding: 0; margin: 0; }
.panel { display: none; animation: appear .22s ease; }
.panel.is-active { display: block; }
@keyframes appear { from { opacity: 0; transform: translateY(5px); } }
legend { padding: 0; font: 31px/1.15 Georgia, serif; letter-spacing: -.02em; width: 100%; }
.panel-copy { margin: 9px 0 27px; color: var(--muted); font-size: 14px; line-height: 1.55; }
label { display: grid; gap: 8px; font-size: 13px; font-weight: 750; margin: 0 0 21px; }
input:not([type="radio"]):not([type="checkbox"]):not([type="color"]), select { width: 100%; border: 1px solid #ccd5cf; border-radius: 10px; background: white; color: var(--ink); min-height: 47px; padding: 10px 13px; outline: 0; }
input:focus, select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(8,113,201,.14); }
input::placeholder { color: #a4afaa; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.url-input { display: flex; border: 1px solid #ccd5cf; border-radius: 10px; overflow: hidden; background: white; }
.url-input:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(8,113,201,.14); }
.url-input span { padding: 13px 0 13px 13px; color: var(--muted); font-weight: 500; white-space: nowrap; }
.url-input input { border: 0 !important; box-shadow: none !important; border-radius: 0 !important; padding-left: 2px !important; }
.hint { color: var(--muted); font-weight: 400; font-size: 11px; margin-top: -3px; }
.field-label { display: flex; align-items: center; gap: 6px; }
.field-tooltip { width: 17px; height: 17px; display: inline-grid; place-items: center; color: white; background: var(--green); border-radius: 50%; cursor: help; font: 800 11px/1 Georgia, serif; }
.field-tooltip:focus { outline: 2px solid var(--lime); outline-offset: 2px; }
.availability { min-height: 16px; font-size: 11px; font-weight: 700; }
.availability.is-checking { color: var(--muted); }
.availability.is-available { color: var(--green); }
.availability.is-unavailable { color: var(--danger); }
.field-error { color: var(--danger); font-weight: 500; min-height: 1px; }
.password-note { margin: -9px 0 22px; color: var(--muted); font-size: 11px; }
.ordering-phase-notice { margin: 0 0 24px; padding: 17px 18px; display: grid; gap: 5px; color: var(--green-dark); background: #e8f7fa; border: 1px solid #bce4e8; border-radius: 12px; }
.ordering-phase-notice strong { font-size: 14px; }
.ordering-phase-notice span { font-size: 12px; line-height: 1.55; }
.landing-cost-notice { margin-top: 20px; box-shadow: 0 10px 28px rgba(30, 74, 58, .08); }
.landing-cost-notice strong { font-size: 16px; }
.landing-cost-notice span { font-size: 13px; }
.has-error input, .has-error .url-input { border-color: var(--danger) !important; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; }
.choice span { display: grid; gap: 4px; padding: 16px; border: 1px solid #ccd5cf; border-radius: 12px; min-height: 76px; transition: .15s ease; }
.choice small { color: var(--muted); font-weight: 400; }
.choice input:checked + span { border-color: var(--green); background: #edf7fc; box-shadow: inset 0 0 0 1px var(--green); }
.choice.is-disabled { cursor: not-allowed; }
.choice.is-disabled span { color: #7f8d87; background: #f2f3ef; border-style: dashed; opacity: .78; }
.choice.is-disabled small::before { content: "Demnächst · "; color: var(--green); font-weight: 750; }
.design-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 24px; }
.color-control { display: flex; align-items: center; gap: 10px; border: 1px solid #ccd5cf; border-radius: 10px; padding: 7px 10px; background: white; }
.color-control input { width: 34px; height: 30px; padding: 0; border: 0; background: none; }
.color-control output { font-family: ui-monospace, monospace; font-weight: 500; color: var(--muted); }
.check { display: flex; grid-template-columns: 19px 1fr; align-items: flex-start; gap: 10px; font-weight: 500; line-height: 1.45; margin-bottom: 14px; }
.check input { width: 18px; height: 18px; accent-color: var(--green); margin: 1px 0 0; }
.check a { color: var(--green-dark); font-weight: 750; }
.preview { --preview-primary: #08c3cb; --preview-header: #06285f; border: 7px solid #d9e7ee; border-radius: 18px; overflow: hidden; background: #f3f8fa; box-shadow: 0 14px 28px rgba(6,40,95,.13); align-self: start; }
.preview-bar { background: var(--preview-header); color: white; padding: 12px; font-size: 11px; display: flex; gap: 8px; }
.mini-logo { color: var(--lime); letter-spacing: -2px; }
.preview-body { min-height: 195px; padding: 24px 20px; display: grid; align-content: center; gap: 8px; }
.preview-body span { color: var(--preview-primary); font-size: 10px; text-transform: uppercase; font-weight: 800; }
.preview-body strong { font: 22px/1.15 Georgia, serif; }
.preview-body button { justify-self: start; border: 0; border-radius: 7px; background: var(--preview-primary); color: white; padding: 8px 11px; font-size: 10px; margin-top: 6px; }
.optional-features { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 28px; }
.optional-features h2 { margin: -10px 0 18px; font: 24px/1.2 Georgia, serif; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.feature-card { position: relative; display: grid; grid-template-columns: 24px 1fr; align-items: start; gap: 11px; border: 1px solid #ccd5cf; border-radius: 12px; padding: 15px; cursor: pointer; }
.feature-card input { position: absolute; opacity: 0; }
.feature-check { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid #bcc8c0; border-radius: 6px; color: transparent; }
.feature-card > span:last-child { display: grid; gap: 4px; }
.feature-card small { color: var(--muted); font-weight: 400; line-height: 1.4; }
.feature-card:has(input:checked) { border-color: var(--green); background: #edf7fc; }
.feature-card input:checked + .feature-check { color: white; border-color: var(--green); background: var(--green); }
#jimdo-options { margin-top: 18px; }
.summary { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; }
.summary > div { padding: 15px; border: 1px solid var(--line); border-radius: 11px; display: grid; gap: 3px; overflow: hidden; }
.summary small { color: var(--green); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.summary strong, .summary span { overflow: hidden; text-overflow: ellipsis; }
.summary span { color: var(--muted); font-size: 12px; }
.actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 31px; padding-top: 24px; border-top: 1px solid var(--line); }
.button { min-height: 47px; padding: 0 20px; border-radius: 10px; border: 0; font-weight: 800; font-size: 13px; }
.button.primary { background: var(--green); color: white; box-shadow: 0 7px 17px rgba(8,113,201,.22); }
.button.primary:hover { background: var(--green-dark); transform: translateY(-1px); }
.button.primary span { margin-left: 12px; }
.button.secondary { color: var(--ink); background: transparent; border: 1px solid #ccd5cf; }
.button:disabled { opacity: .65; cursor: wait; transform: none !important; }
.form-error { background: #fff0ed; color: var(--danger); border-radius: 8px; padding: 12px; margin: -15px 0 20px; font-size: 13px; }
.honeypot { position: absolute !important; left: -10000px !important; }
footer { max-width: 1240px; margin: 0 auto; padding: 22px 28px 32px; border-top: 1px solid #d5d8ce; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.status-shell { min-height: calc(100vh - 82px); display: grid; place-items: center; padding: 50px 20px; }
.status-card { width: min(650px, 100%); text-align: center; background: var(--paper); border-top: 5px solid var(--lime); border-radius: 24px; padding: 55px; box-shadow: 0 22px 70px rgba(6,40,95,.12); }
.status-card h1 { font-size: 42px; }
.status-card > p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.loader { width: 70px; height: 70px; border-radius: 50%; background: #e5f5fa; display: flex; place-content: center; align-items: center; gap: 4px; margin: 0 auto 26px; }
.loader span { width: 7px; height: 7px; background: var(--green); border-radius: 50%; animation: pulse 1s infinite alternate; }
.loader span:nth-child(2) { animation-delay: .2s; }.loader span:nth-child(3) { animation-delay: .4s; }
.loader.is-done::after { content: "✓"; font-size: 31px; color: var(--green); font-weight: 800; }
.loader.is-done span { display: none; }
@keyframes pulse { to { opacity: .25; transform: translateY(-5px); } }
.status-track { display: flex; margin: 35px 30px 8px; }
.status-track i { height: 6px; flex: 1; background: #dce2dc; border-radius: 5px; margin-right: 4px; }
.status-track i.done { background: var(--green); }
.status-labels { display: flex; justify-content: space-between; padding: 0 22px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.status-card dl { text-align: left; background: #f1f7fa; border-radius: 12px; padding: 8px 20px; margin: 32px 0 0; }
.status-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid #dce2dc; }
.status-card dl div:last-child { border: 0; }
.status-card dt { color: var(--muted); font-size: 12px; }.status-card dd { margin: 0; font-weight: 700; font-size: 12px; }
.status-help { font-size: 11px; margin-bottom: 0; }
.status-login { display: inline-grid; place-items: center; margin-top: 24px; text-decoration: none; }
.status-license { display: inline-grid; place-items: center; margin: 24px 0 0 10px; text-decoration: none; }
.status-license-manage { display: inline-grid; place-items: center; margin: 12px 0 0 10px; text-decoration: none; }
.resend-verification { margin-top: 24px; }
.resend-verification p { min-height: 20px; margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.pwa-install { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; margin-top: 28px; padding: 24px; text-align: left; background: #edf8fa; border-radius: 18px; }
.pwa-install h2 { margin: 4px 0 8px; font-family: Georgia, serif; color: var(--ink); }
.pwa-install p:not(.eyebrow) { margin: 0 0 12px; color: var(--muted); line-height: 1.5; }
.pwa-install a { color: var(--primary-dark); font-weight: 750; }
.pwa-install img { width: 220px; height: 220px; padding: 10px; background: #fff; border-radius: 14px; }
@media (max-width: 620px) {
  .pwa-install { grid-template-columns: 1fr; text-align: center; }
  .pwa-install img { justify-self: center; width: min(220px, 100%); height: auto; }
}
.login-note { margin: 22px auto 0; max-width: 480px; color: var(--ink) !important; font-size: 13px; }
.license-shell { max-width: 820px; margin: 0 auto; padding: 50px 20px; }
.license-card { background: var(--paper); border-top: 5px solid var(--lime); border-radius: 24px; padding: 42px; box-shadow: 0 22px 70px rgba(6,40,95,.12); }
.license-card h1 { margin: 0; font: 42px/1.1 Georgia, serif; }
.license-card h2 { font: 24px/1.2 Georgia, serif; }
.license-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0; }
.license-summary div { padding: 16px; border: 1px solid var(--line); border-radius: 12px; }
.license-summary dt { color: var(--muted); font-size: 12px; }
.license-summary dd { margin: 5px 0 0; font-weight: 750; }
.referral-notice, .referral-box { padding: 18px; border-radius: 14px; background: #edf8fa; }
.referral-notice { margin-bottom: 24px; color: var(--green-dark); }
.referral-box { margin-top: 28px; }
.referral-box h2 { margin: 0 0 8px; }
.referral-box p { color: var(--muted); line-height: 1.5; }
.referral-box input { width: 100%; }
.referral-box a { color: var(--green-dark); font-weight: 750; }
.referral-box a.button { display: inline-flex; align-items: center; text-decoration: none; }
.referral-box form { margin: 12px 0; }
.referral-box .button:disabled { cursor: not-allowed; }
.referral-disabled-notice { color: var(--muted); background: #f1f2ef; }
.referral-discounts { margin: 14px 0 0; padding-left: 22px; }
.trial-extension { margin-top: 28px; padding: 22px; border-radius: 14px; background: #edf8fa; }
.trial-extension h2 { margin: 0 0 8px; }
.trial-extension p { margin: 0 0 16px; color: var(--muted); }
.trial-extension form { margin: 0; }
.license-form, .request-status { margin-top: 28px; padding-top: 25px; border-top: 1px solid var(--line); }
.license-change-details { margin-top: 28px; border-top: 1px solid var(--line); }
.license-change-details summary {
  padding: 25px 4px 4px;
  color: var(--ink);
  font: 24px/1.2 Georgia, serif;
  cursor: pointer;
  list-style-position: outside;
}
.license-change-details summary:hover { color: var(--green-dark); }
.license-change-details[open] summary { margin-bottom: 4px; }
.license-change-details .license-form { margin-top: 0; border-top: 0; }
.license-form textarea { width: 100%; padding: 12px; border: 1px solid #ccd5cf; border-radius: 10px; resize: vertical; }
.license-form fieldset { margin-bottom: 20px; }
.license-form fieldset legend { margin-bottom: 12px; font: 18px/1.2 Georgia, serif; }
.license-price-box { margin: 24px 0; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #f7f8f5; }
.license-price-box h2 { margin: 0 0 16px; }
.license-price-table-wrap { overflow-x: auto; }
.license-price-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.license-price-table th, .license-price-table td { padding: 10px 8px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.license-price-table th:last-child, .license-price-table td:last-child { text-align: right; white-space: nowrap; }
.license-price-table tfoot th { border-bottom: 0; font-size: 14px; }
.license-price-tax { margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.license-price-free { margin: 0; color: var(--green-dark); font-weight: 750; }
.notice { margin: 22px 0; padding: 13px 15px; border-radius: 10px; }
.notice.success { color: var(--green-dark); background: #e8f7fa; }
.notice.error, .error-text { color: var(--danger); background: #fff0ed; }
.ordering-disabled-notice { color: var(--ink); background: #f1f2ef; border: 1px solid #d5d8ce; line-height: 1.55; }
.feature-showcase { max-width: 1240px; margin: 0 auto; padding: 26px 28px 0; }
.feature-showcase-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 14px; }
.feature-showcase-heading .eyebrow { margin-bottom: 4px; }
.feature-showcase-heading h2 { margin: 0; font: 29px/1.1 Georgia, serif; letter-spacing: -.025em; }
.feature-slider-controls { display: flex; gap: 7px; }
.feature-slider-controls button { width: 35px; height: 35px; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--green-dark); background: var(--paper); font-weight: 800; }
.feature-slider-controls button:hover { color: white; border-color: var(--green); background: var(--green); }
.feature-gallery { overflow: hidden; border-radius: 17px; scroll-behavior: smooth; }
.feature-gallery:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.feature-gallery-track { display: flex; gap: 14px; transition: transform .5s ease; }
.feature-story { flex: 0 0 calc((100% - 42px) / 4); min-width: 0; color: var(--ink); text-decoration: none; }
.feature-story figure { height: 100%; margin: 0; overflow: hidden; background: var(--paper); border: 1px solid rgba(6,40,95,.1); border-radius: 20px; box-shadow: 0 14px 38px rgba(6,40,95,.08); transition: transform .18s ease, box-shadow .18s ease; }
.feature-story:hover figure, .feature-story:focus-visible figure { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(6,40,95,.15); }
.feature-story:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; border-radius: 20px; }
.feature-story img { display: block; width: 100%; height: 250px; object-fit: cover; object-position: center; }
.feature-story figcaption { min-height: 78px; padding: 12px 14px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; }
.feature-story figcaption div { display: grid; gap: 4px; }
.feature-story figcaption strong { font: 17px/1.15 Georgia, serif; }
.feature-story figcaption small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.feature-story figcaption > b { color: var(--green); font-size: 19px; }
.feature-detail-shell { max-width: 1240px; margin: 0 auto; padding: 48px 28px 80px; }
.feature-back { display: inline-block; margin-bottom: 25px; color: var(--green-dark); font-weight: 750; text-decoration: none; }
.feature-detail { overflow: hidden; background: var(--paper); border: 1px solid rgba(6,40,95,.1); border-radius: 26px; box-shadow: 0 22px 70px rgba(6,40,95,.11); }
.feature-detail-copy { max-width: 820px; padding: 48px 52px 42px; }
.feature-detail h1 { margin: 0; font: clamp(40px, 6vw, 70px)/1.02 Georgia, serif; letter-spacing: -.04em; }
.feature-detail-lead { margin: 24px 0 12px; color: var(--green); font-size: 21px; font-weight: 750; line-height: 1.45; }
.feature-detail-copy > p:last-of-type { max-width: 730px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.feature-detail-cta { display: inline-flex; gap: 18px; align-items: center; margin-top: 14px; padding: 14px 18px; color: #fff; background: var(--green-dark); border-radius: 11px; font-weight: 750; text-decoration: none; }
.feature-detail-cta:hover { background: var(--green); }
.feature-detail-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 14px; }
.feature-detail-actions .feature-detail-cta { margin-top: 0; }
.feature-story-link { color: var(--green-dark); font-weight: 750; }
.public-story { padding: 42px 48px; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 18px 55px rgba(6,40,95,.09); }
.public-story h1 { margin: 0 0 24px; font: clamp(36px, 5vw, 60px)/1.05 Georgia, serif; }
.public-story-image { display: block; width: 100%; max-height: 560px; margin: 0 0 28px; object-fit: contain; background: #e7eff2; border-radius: 14px; }
.public-story-content { display: grid; gap: 28px; max-width: 850px; }
.public-story-section { padding-top: 24px; border-top: 1px solid var(--line); }
.public-story-section:first-child { padding-top: 0; border-top: 0; }
.public-story-section h2 { margin: 0 0 10px; color: var(--green-dark); font: 25px/1.2 Georgia, serif; }
.public-story-section p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-detail figure { margin: 0; background: #e7eff2; }
.feature-detail figure img { display: block; width: 100%; max-height: 760px; object-fit: contain; }
.feature-detail-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.feature-detail-nav a { display: grid; gap: 4px; padding: 18px 20px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 14px; text-decoration: none; }
.feature-detail-nav a:last-child { text-align: right; }
.feature-detail-nav small { color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.feature-detail-nav a:hover { border-color: var(--green); }
.license-form[data-ordering-disabled="true"] fieldset,
.license-form[data-ordering-disabled="true"] > label,
.license-form[data-ordering-disabled="true"] > button { opacity: .52; }
.license-form[data-ordering-disabled="true"] input,
.license-form[data-ordering-disabled="true"] select,
.license-form[data-ordering-disabled="true"] textarea,
.license-form[data-ordering-disabled="true"] button { cursor: not-allowed; }

@media (max-width: 900px) {
  .page-shell { grid-template-columns: 1fr; gap: 30px; padding-top: 30px; }
  .intro { position: static; padding: 25px 0 5px; }
  .intro h1 { font-size: 48px; }
  .wizard-card { min-height: 0; }
  .feature-story { flex-basis: calc((100% - 28px) / 3); }
}
@media (max-width: 600px) {
  .site-header { height: 70px; padding: 0 17px; }.secure-note { display: none; }
  .brand-logo { width: 105px; height: 54px; }
  .brand > span:last-child { display: none; }
  .header-links { gap: 12px; font-size: 13px; }
  .page-shell { padding: 22px 14px 45px; }
  .intro h1 { font-size: 39px; }.intro-copy { font-size: 15px; }
  .intro-facts { gap: 16px; }.intro-facts b { font-size: 24px; }
  .wizard-card { padding: 25px 20px; border-radius: 17px; }
  .steps { margin-bottom: 34px; }.step small { display: none; }
  .two-columns, .choice-grid, .design-layout, .summary, .feature-grid { grid-template-columns: 1fr; }
  .preview { max-width: 310px; }
  .url-input span { font-size: 11px; padding-top: 15px; }
  .actions { justify-content: space-between; }.button { padding: 0 14px; }
  .status-card { padding: 38px 20px; }.status-card h1 { font-size: 34px; }
  footer { padding-inline: 17px; }
  .feature-showcase { padding: 18px 14px 0; }
  .feature-showcase-heading h2 { font-size: 25px; }
  .feature-story { flex-basis: 78%; }
  .feature-story img { height: 120px; }
  .feature-story figcaption { min-height: 0; padding: 15px; }
  .feature-story figcaption strong { font-size: 19px; }
  .feature-detail-shell { padding: 28px 14px 55px; }
  .feature-detail-copy { padding: 30px 22px; }
  .public-story { padding: 28px 20px; }
  .feature-detail-lead { font-size: 18px; }
  .feature-detail-nav { grid-template-columns: 1fr; }
  .feature-detail-nav span { display: none; }
}
