@charset "UTF-8";
.pricing-heading{text-align:center;max-width:650px;margin:0 auto 35px}.pricing-heading h2{font-size:42px}.billing-label{display:inline-block;padding:9px 15px;border:1px solid var(--edge);border-radius:30px;color:var(--muted);font-size:12px}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.price-card{display:flex;flex-direction:column;padding:30px;border:1px solid var(--edge);border-radius:13px;background:linear-gradient(135deg,#18232f,#0c131b)}.price-card.recommended{border-color:#b0c8df;background:linear-gradient(135deg,#2e4054,#111c28);box-shadow:0 0 40px #8cb8e41a}.plan-label{font-size:9px;letter-spacing:.16em;color:#c9d9ea;margin-bottom:20px}.price-card h3{font-size:25px;margin-bottom:12px}.plan-description{font-size:13px;min-height:44px}.plan-price{display:flex;align-items:baseline;gap:10px;margin:0 0 6px;color:var(--text)}.plan-price strong{font-size:53px;line-height:1.2;font-weight:500;letter-spacing:-.05em}.plan-price span{font-size:13px;color:var(--muted)}.price-exclusion{font-size:12px;margin-bottom:24px}.price-card ul{list-style:none;padding:23px 0;margin:0 0 22px;border-top:1px solid var(--edge);display:grid;gap:15px;flex:1}.price-card li{font-size:13px;line-height:1.5;color:#ccd7e5;padding-left:22px;position:relative}.price-card li:before{content:"✓";position:absolute;left:0;color:#e2edfa}.price-card .button{width:100%;white-space:normal}.pricing-note{text-align:center;font-size:12px;margin:24px auto;max-width:720px}.plan-access{display:flex;align-items:center;gap:30px;justify-content:space-between;padding:24px;border:1px solid var(--edge);border-radius:9px;background:#121d27}.plan-access h3{margin-bottom:8px}.plan-access p{font-size:13px;margin:0;max-width:710px}
@media(max-width:1000px){.price-card{padding:22px}.plan-price strong{font-size:45px}}
@media(max-width:700px){.pricing-grid{grid-template-columns:1fr}.price-card{padding:28px}.plan-description{min-height:0}.pricing-heading h2{font-size:35px}.plan-access{align-items:flex-start;flex-direction:column}.header nav{flex-wrap:wrap;justify-content:center;column-gap:18px}.pricing-heading{margin-bottom:25px}}
:root {
  color-scheme: dark;
  --bg: #080d11;
  --surface: #10171e;
  --text: #eef2f8;
  --muted: #afb9c7;
  --subtle: #96a3b4;
  --line: #a0bad31c;
  --edge: #7f9bb638;
  --silver: linear-gradient(125deg, #fff 0%, #e1e7f0 48%, #c4cedc 100%);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(ellipse at 50% 0, #23364824, transparent 650px), var(--bg); }
html { scroll-padding-top: 24px; }
a { color: inherit; text-decoration: none; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
a:focus-visible, summary:focus-visible { outline: 2px solid #d3e8ff; outline-offset: 5px; border-radius: 3px; }
p { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0 0 24px; }
h1, h2, h3 { margin: 0; font-weight: 450; }
h1, h2 { letter-spacing: -.055em; line-height: 1.06; }
h2 { font-size: clamp(30px, 3.1vw, 45px); margin-bottom: 22px; }
h3 { font-size: 17px; letter-spacing: -.025em; line-height: 1.3; }
.wrap { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.eyebrow { font-size: 9px; font-weight: 650; letter-spacing: .23em; color: #c4cfde; line-height: 1.6; margin-bottom: 18px; }
.header { min-height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; font-size: 16px; font-weight: 650; letter-spacing: .13em; }
.brand svg { width: 26px; height: 29px; color: #dce5f1; }
.header nav { display: flex; gap: 30px; }
.header nav a, .footer nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: 12px; color: #c4cbd5; }
.header nav a:hover, .footer nav a:hover { color: #fff; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 46px; padding: 12px 20px; border: 1px solid #e6eef9; border-radius: 7px; font-size: 12px; font-weight: 600; color: #111923; background: var(--silver); box-shadow: inset 0 1px 0 #fff, 0 0 26px #b5d2ff14; white-space: nowrap; }
.button svg { width: 16px; height: 16px; }
.button:hover { background: #fff; box-shadow: 0 0 22px #d4e4ff2a; }
.button:active { transform: translateY(1px); }
.button.compact { min-height: 40px; padding: 9px 17px; }
.button.secondary { color: #d9e2ed; background: #111a2344; border-color: #6e89a14f; box-shadow: none; font-weight: 450; }
.button.secondary:hover { background: #202b37; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 12px; font-weight: 550; }
.circle-arrow { display: grid; place-items: center; border: 1px solid #91a5bb; width: 25px; height: 25px; border-radius: 50%; font-size: 17px; }
.hero { display: grid; grid-template-columns: 1fr 1.1fr; position: relative; align-items: center; padding-block: 62px 64px; min-height: 500px; }
.hero-copy { position: relative; z-index: 1; }
.hero h1 { font-size: clamp(64px, 6.3vw, 90px); font-weight: 440; line-height: .98; letter-spacing: -.06em; margin-bottom: 24px; }
.hero h1 span { color: #e1e7f0; }
.lead { font-size: 17px; line-height: 1.5; max-width: 470px; margin-bottom: 25px; }
.micro { font-size: 11px; color: #aab7c6; margin: 19px 0 0; }
.hero-art { position: relative; min-width: 0; align-self: stretch; display: grid; align-items: center; }
.hero-art img { width: 112%; max-width: none; height: auto; margin-left: -12%; display: block; mix-blend-mode: screen; mask-image: radial-gradient(ellipse at center, black 44%, transparent 73%); }
.art-caption { position: absolute; right: 0; top: 35%; font-size: 8px; line-height: 1.8; letter-spacing: .22em; color: #9aaec5; }
.art-caption span { display: block; height: 1px; width: 17px; background: #7590ab; margin-block: 26px; }
.benefit-band { border-block: 1px solid var(--line); background: #0a101533; }
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 31px; }
.benefit { display: flex; gap: 18px; align-items: flex-start; padding-inline: 24px; border-right: 1px solid var(--line); }
.benefit:first-child { padding-left: 0; }
.benefit:last-child { padding-right: 0; border: 0; }
.benefit h2 { font-size: 15px; letter-spacing: -.02em; line-height: 1.25; margin: 1px 0 8px; }
.benefit p { font-size: 11px; margin: 0; line-height: 1.5; }
.icon-box, .icon-orb { display: inline-grid; place-items: center; flex-shrink: 0; color: #d6e2f0; background: linear-gradient(130deg,#2c3947,#10171f); border: 1px solid #8ca2bb24; box-shadow: inset 0 1px 0 #d5e9ff0c; }
.icon-box { width: 44px; height: 44px; border-radius: 9px; }
.icon-orb { width: 51px; height: 51px; border-radius: 50%; }
.wordpress { font-family: Georgia,serif; font-size: 34px; width: 45px; height: 45px; outline: 1px solid #a6b7cc66; outline-offset: -5px; }
.section { padding-block: 68px; }
.product-section { position: relative; background: radial-gradient(ellipse at 60% 90%, #3d5d7a19, transparent 65%); }
.product-layout { display: grid; grid-template-columns: .8fr 1.5fr; gap: 60px; align-items: center; }
.section-copy p:not(.eyebrow) { max-width: 330px; }
.section-copy .actions { gap: 10px; }
.section-copy .button { padding-inline: 15px; gap: 12px; }
.product-figure { margin: 0; min-width: 0; }
.product-frame { position: relative; padding: 10px; border: 1px solid #93aec155; border-radius: 17px; background: linear-gradient(130deg,#3f526724,#080d11 35%,#31415233); box-shadow: 0 0 0 3px #778ea30a, 0 16px 70px #0008, 0 -4px 32px #90b7da12; }
.product-frame::before { content: ""; position: absolute; height: 1px; left: 10%; right: 10%; top: -1px; background: linear-gradient(90deg,transparent,#d4ecff,transparent); box-shadow: 0 0 15px #b6d9ff; }
.product-screen { display: grid; grid-template-columns: 125px minmax(0,1fr); border: 1px solid #8198af2e; border-radius: 10px; background: linear-gradient(130deg,#121b23,#090e13 70%); overflow: hidden; }
.preview-sidebar { display: flex; flex-direction: column; padding: 21px 10px; gap: 5px; border-right: 1px solid var(--line); }
.mini-brand { display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 700; letter-spacing: .13em; margin: 0 4px 21px; }
.mini-brand svg { width: 18px; height: 21px; }
.preview-nav { display: flex; align-items: center; gap: 8px; font-size: 10px; padding: 9px 8px; color: #afbccc; border: 1px solid transparent; border-radius: 5px; }
.preview-nav svg { width: 13px; height: 13px; }
.preview-nav.active { color: #edf4ff; background: linear-gradient(100deg,#3b4b5f,#23303e); border-color: #a3bcd22b; }
.preview-account { margin-top: auto; padding: 35px 8px 0; font-size: 7px; line-height: 2; color: #9cabbc; letter-spacing: .08em; }
.preview-account strong { font-size: 10px; font-weight: 450; letter-spacing: 0; color: #c1cddb; }
.preview-main { padding: 21px 23px 23px; min-width: 0; }
.preview-topline { display: flex; align-items: center; justify-content: space-between; font-size: 7px; color: #9caec1; letter-spacing: .15em; margin-bottom: 13px; }
.profile { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #293747; color: #d9e6f5; font-size: 11px; }
.preview-main h3 { font-size: 21px; line-height: 1.15; letter-spacing: -.04em; margin-bottom: 20px; }
.preview-banner { display: flex; align-items: center; gap: 9px; background: linear-gradient(105deg,#253140,#18222d); border: 1px solid #7891ab33; border-radius: 5px; padding: 11px; font-size: 9px; color: #c7d2df; }
.preview-banner svg { width: 14px; height: 14px; }
.status { margin-left: auto; display: flex; align-items: center; gap: 5px; font-size: 8px; white-space: nowrap; }
.status i { width: 4px; height: 4px; border-radius: 50%; background: #cde3f6; box-shadow: 0 0 7px #99c5f0; }
.preview-tools { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-block: 14px 20px; }
.preview-tools>div { display: flex; flex-direction: column; align-items: flex-start; padding: 12px 10px; border: 1px solid #91a6be21; border-radius: 6px; background: linear-gradient(135deg,#202d3b,#111b25); }
.preview-tools svg { width: 19px; height: 19px; margin-bottom: 14px; padding: 3px; box-sizing: content-box; border-radius: 7px; background: #9cbed015; color: #dae7f7; }
.preview-tools strong { font-size: 10px; font-weight: 450; }
.preview-tools span { font-size: 8px; color: #a1b0c2; margin-top: 4px; }
.table-heading { display: flex; justify-content: space-between; gap: 10px; font-size: 9px; margin-bottom: 10px; }
.table-heading strong { font-weight: 450; }
.table-heading>span { color: #9caec1; font-size: 8px; }
.preview-row { display: flex; align-items: center; gap: 9px; min-height: 43px; padding: 7px 0; border-bottom: 1px solid #7f9eb51a; }
.preview-row:last-child { border: 0; }
.row-icon { display: grid; place-items: center; border-radius: 4px; width: 22px; height: 24px; background: #2a3747; border: 1px solid #b7d1e533; }
.row-icon svg { width: 13px; height: 13px; }
.preview-row strong { display: block; font-size: 10px; font-weight: 450; }
.preview-row div span { display: block; font-size: 8px; color: #9cacbf; margin-top: 3px; }
.row-state { font-size: 8px; color: #aebed0; margin-left: auto; }
figcaption { font-size: 10px; color: #99aabd; margin-top: 13px; text-align: right; line-height: 1.5; }
.features { border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 22px; }
.section-heading h2 { font-size: 32px; margin: 0; }
.section-heading .eyebrow { margin-bottom: 10px; }
.section-heading>p { max-width: 390px; font-size: 13px; margin: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.feature { display: flex; align-items: flex-start; gap: 16px; padding: 23px 18px; border: 1px solid #8ba6bf23; border-radius: 10px; background: linear-gradient(125deg,#1b252f,#0a1118); }
.feature .icon-orb { width: 42px; height: 42px; }
.feature .icon-orb svg { width: 22px; height: 22px; }
.feature h3 { font-size: 15px; margin-bottom: 15px; }
.feature p { font-size: 12px; line-height: 1.6; margin: 0; }
.ruled { border-top: 1px solid var(--line); }
.split-layout { display: grid; grid-template-columns: .85fr 1.65fr; gap: 55px; }
.split-layout h2 { font-size: 34px; }
.section-intro { text-align: right; font-size: 13px; margin-bottom: 24px; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 23px; }
.step-track { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.step-track::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg,#7d96af70,#7d96af20); }
.step-track span { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; border: 1px solid #a1bdd231; background: linear-gradient(120deg,#263341,#0b1219); font-size: 19px; font-weight: 300; }
.steps h3 { font-size: 16px; margin-bottom: 10px; }
.steps p { font-size: 12px; margin: 0; }
.audience { align-items: center; }
.audience>div>p:not(.eyebrow) { font-size: 14px; }
.audience-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; text-align: center; }
.audience-grid h3 { font-size: 16px; margin-block: 17px 12px; }
.audience-grid p { font-size: 12px; max-width: 190px; margin: 0 auto; }
.faq { display: grid; grid-template-columns: 1fr 1.3fr; gap: 55px; }
.faq h2 { font-size: 36px; }
.questions { border: 1px solid var(--edge); border-radius: 9px; padding-inline: 18px; background: linear-gradient(125deg,#131e2833,transparent); }
.questions details { border-bottom: 1px solid var(--line); }
.questions details:last-child { border: 0; }
.questions summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 47px; padding-block: 13px; font-size: 13px; color: #d3dce8; line-height: 1.5; }
.questions summary::-webkit-details-marker { display: none; }
.questions summary::after { content: "+"; font-size: 19px; color: #b2c6df; }
.questions details[open] summary::after { content: "−"; }
.questions details p { font-size: 13px; margin: 2px 25px 18px 0; }
.closing { position: relative; isolation: isolate; padding: 47px 25px; text-align: center; border: 1px solid #99b7d03b; border-radius: 13px; background: radial-gradient(ellipse at 50% 110%,#23384999,transparent 70%),linear-gradient(130deg,#15212b,#0a1117 60%); overflow: hidden; }
.closing>div { position: relative; z-index: 1; }
.closing .eyebrow { font-size: 8px; margin-bottom: 12px; }
.closing h2 { font-size: 37px; margin-bottom: 16px; }
.closing p:not(.eyebrow) { font-size: 13px; margin-bottom: 19px; }
.closing small { display: block; font-size: 10px; color: #a6b6c8; margin-top: 13px; }
.closing-waves { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .7; z-index: 0; pointer-events: none; }
.footer { padding-block: 25px 15px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer .brand { font-size: 12px; min-height: 30px; }
.footer .brand svg { width: 19px; height: 21px; }
.footer p { font-size: 10px; margin-bottom: 16px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 25px; }
.footer nav a { font-size: 11px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #9baec3; font-size: 10px; padding-top: 14px; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 30px; }
.skip { position: absolute; top: -100px; z-index: 10; padding: 15px; background: white; color: #111; }
.skip:focus { top: 10px; left: 10px; }
@media (min-width: 1600px) { .hero { min-height: 570px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 56px); }
  .header nav { gap: 22px; }
  .hero { grid-template-columns: 1fr 1fr; min-height: 470px; }
  .hero h1 { font-size: 73px; }
  .hero-art img { width: 108%; margin-left: -8%; }
  .art-caption { display: none; }
  .benefit { padding-inline: 17px; gap: 12px; }
  .benefit h2 { font-size: 14px; }
  .benefit p { font-size: 10px; }
  .benefit .icon-box,.benefit .icon-orb { width: 36px; height: 36px; }
  .wordpress { font-size: 27px; }
  .product-layout { grid-template-columns: .8fr 1.35fr; gap: 30px; }
  .section-copy h2 { font-size: 38px; }
  .product-screen { grid-template-columns: 105px minmax(0,1fr); }
  .preview-sidebar { padding-inline: 7px; }
  .preview-main { padding: 17px 14px; }
  .preview-tools>div { padding-inline: 8px; }
  .feature { flex-direction: column; gap: 14px; }
  .feature h3 { font-size: 16px; }
  .split-layout { gap: 32px; }
}
@media (max-width: 800px) {
  .header { gap: 15px; }
  .header nav { gap: 15px; }
  .header nav a { font-size: 11px; }
  .hero { grid-template-columns: 1fr .9fr; min-height: 440px; padding-block: 45px; }
  .hero h1 { font-size: 60px; }
  .lead { font-size: 15px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: .16em; }
  .hero-art img { width: 106%; margin-left: -6%; }
  .hero .actions { gap: 9px; }
  .micro { font-size: 10px; }
  .benefits { grid-template-columns: repeat(2,1fr); gap: 25px 0; }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(3) { padding-left: 0; }
  .benefit h2 { font-size: 15px; }
  .benefit p { font-size: 12px; }
  .section { padding-block: 50px; }
  .product-layout { grid-template-columns: 1fr; gap: 32px; }
  .section-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
  .section-copy .eyebrow { grid-column: 1/-1; }
  .section-copy h2 { grid-column: 1; grid-row: 2/4; font-size: 42px; }
  .section-copy p:not(.eyebrow) { max-width: none; }
  .section-copy .actions { grid-column: 2; }
  .product-screen { grid-template-columns: 135px minmax(0,1fr); }
  .preview-main { padding: 24px; }
  .preview-sidebar { padding: 24px 12px; }
  .preview-tools>div { padding: 15px; }
  .preview-tools strong { font-size: 12px; }
  .preview-tools span { font-size: 9px; }
  .feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .feature { flex-direction: row; padding: 23px; }
  .section-heading { display: block; }
  .section-heading>p { margin-top: 17px; max-width: none; }
  .split-layout { grid-template-columns: 1fr; gap: 18px; }
  .section-intro { text-align: left; }
  .audience { gap: 28px; }
  .audience>div>p:not(.eyebrow) { max-width: 490px; }
  .faq { gap: 30px; grid-template-columns: 1fr 1.3fr; }
  .faq h2 { font-size: 31px; }
}
@media (max-width: 580px) {
  .wrap { width: calc(100% - 40px); }
  .header { flex-wrap: wrap; padding-block: 13px 0; gap: 3px 15px; min-height: 105px; }
  .header nav { order: 3; width: 100%; justify-content: space-between; border-top: 1px solid var(--line); gap: 10px; }
  .brand { font-size: 14px; }
  .header .button { min-height: 40px; font-size: 11px; }
  .hero { grid-template-columns: 1fr; padding-block: 35px 10px; }
  .hero h1 { font-size: clamp(52px,14vw,78px); }
  .hero .eyebrow { font-size: 8px; letter-spacing: .12em; }
  .lead { font-size: 16px; max-width: 400px; }
  .desktop-break { display: none; }
  .hero-art { margin-top: 10px; }
  .hero-art img { width: 100%; margin: 0; }
  .micro { font-size: 11px; }
  .benefits { padding-block: 24px; gap: 23px 0; }
  .benefit { gap: 10px; padding-inline: 12px; }
  .benefit .icon-box,.benefit .icon-orb { width: 30px; height: 30px; }
  .benefit svg { width: 18px; height: 18px; }
  .wordpress { font-size: 23px; }
  .benefit h2 { font-size: 12px; }
  .benefit p { font-size: 10px; }
  .section { padding-block: 42px; }
  .section-copy { display: block; }
  .section-copy h2 { font-size: 40px; }
  .section-copy p:not(.eyebrow) { max-width: 400px; }
  .section-copy .actions { flex-wrap: wrap; }
  .product-frame { padding: 6px; border-radius: 12px; }
  .product-screen { grid-template-columns: 1fr; }
  .preview-sidebar { display: none; }
  .preview-main { padding: 19px 14px; }
  .preview-main h3 { font-size: 23px; }
  .preview-topline { font-size: 8px; }
  .preview-banner { font-size: 10px; gap: 7px; }
  .status { font-size: 8px; }
  .preview-tools { gap: 7px; }
  .preview-tools>div { padding: 12px 8px; }
  .preview-tools strong { font-size: 10px; }
  .preview-tools span { font-size: 9px; line-height: 1.4; }
  .table-heading { font-size: 11px; }
  .table-heading>span { font-size: 9px; }
  .preview-row { min-height: 49px; }
  .preview-row strong { font-size: 12px; }
  .preview-row div span { font-size: 10px; }
  .row-state { font-size: 9px; }
  figcaption { text-align: left; font-size: 10px; }
  .section-heading h2 { font-size: 32px; }
  .feature-grid { grid-template-columns: 1fr; gap: 12px; }
  .feature { padding: 23px; gap: 20px; }
  .feature h3 { font-size: 19px; }
  .feature h3 br { display: none; }
  .feature p { font-size: 14px; }
  .feature .icon-orb { width: 45px; height: 45px; }
  .split-layout h2 { font-size: 35px; }
  .steps { grid-template-columns: 1fr; gap: 27px; }
  .step-track { margin-bottom: 13px; }
  .steps h3 { font-size: 20px; }
  .steps p { font-size: 14px; }
  .audience-grid { grid-template-columns: 1fr; text-align: left; gap: 25px; }
  .audience-grid article { display: grid; grid-template-columns: 50px 1fr; column-gap: 20px; }
  .audience-grid .icon-orb { grid-row: 1/3; }
  .audience-grid h3 { margin: 2px 0 8px; font-size: 18px; }
  .audience-grid p { max-width: none; font-size: 14px; grid-column: 2; }
  .faq { grid-template-columns: 1fr; gap: 4px; }
  .faq h2 { font-size: 36px; }
  .questions { padding-inline: 15px; }
  .questions summary { font-size: 14px; min-height: 55px; }
  .questions details p { font-size: 14px; }
  .closing { padding: 40px 18px; }
  .closing h2 { font-size: clamp(28px,8.1vw,39px); }
  .closing-waves { opacity: .35; }
  .footer-top { display: block; }
  .footer nav { gap: 19px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
}
@media (prefers-reduced-motion: no-preference) {
  .button, .text-link, .header nav a, .footer nav a { transition: color .18s, background .18s, box-shadow .18s; }
}
