:root {
  --cream: #fff9f4;
  --surface: #fffefc;
  --warm: #fff1e4;
  --blue-soft: #e8f0f7;
  --neutral: #f1ece7;
  --blue: #587796;
  --blue-dark: #46647f;
  --apricot: #f3c99f;
  --apricot-dark: #d99562;
  --ink: #2f2a27;
  --muted: #746d67;
  --border: #e4dad1;
  --divider: #eee6df;
  --error: #b94e48;
  --success: #4f725c;
  --shadow: 0 24px 70px rgba(92, 70, 57, .12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --shell: min(1180px, calc(100% - 56px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--apricot-dark); outline-offset: 4px; }
.section-shell { width: var(--shell); margin: 0 auto; }
.section-padding { padding-top: 132px; padding-bottom: 132px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 8px 14px; border-radius: 8px; background: var(--ink); color: white; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255, 249, 244, .88); border-bottom: 1px solid rgba(228, 218, 209, .65); backdrop-filter: blur(18px); }
.nav-shell { width: var(--shell); min-height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: baseline; gap: 10px; white-space: nowrap; }
.brand-word { font-size: 24px; font-weight: 760; letter-spacing: -.06em; }
.brand-word span { color: var(--blue); }
.brand-cn { color: var(--muted); font-size: 13px; letter-spacing: .15em; }
.main-nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; }
.main-nav > a:not(.nav-cta) { padding: 10px 0; border-bottom: 1px solid transparent; transition: color .2s, border-color .2s; }
.main-nav > a:not(.nav-cta):hover, .main-nav > a.is-active { color: var(--ink); border-color: var(--apricot-dark); }
.nav-cta { padding: 11px 16px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--ink); color: var(--cream); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-size: 24px; cursor: pointer; }

.eyebrow { margin: 0 0 22px; color: var(--blue); font-size: 12px; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--apricot-dark); vertical-align: 1px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 650; letter-spacing: -.055em; line-height: 1.13; }
h1 { margin-bottom: 28px; font-size: clamp(48px, 7vw, 88px); }
h2 { margin-bottom: 22px; font-size: clamp(38px, 5vw, 64px); }
h3 { margin-bottom: 12px; font-size: 22px; }
em { color: var(--blue); font-style: normal; }
.hero { min-height: calc(100vh - 84px); padding-top: 86px; padding-bottom: 90px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: 80px; overflow: hidden; }
.hero-lede { max-width: 570px; margin-bottom: 34px; color: var(--muted); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 48px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .6; transform: none; }
.button-primary { background: var(--blue); color: white; box-shadow: 0 12px 24px rgba(88, 119, 150, .22); }
.button-primary:hover { background: var(--blue-dark); }
.button-light { background: var(--surface); color: var(--blue-dark); }
.button-light:hover { background: var(--apricot); color: var(--ink); }
.text-link, .card-link { color: var(--blue-dark); font-size: 14px; font-weight: 700; }
.text-link span, .card-link span { display: inline-block; margin-left: 8px; transition: transform .2s; }
.text-link:hover span, .card-link:hover span { transform: translate(3px, -3px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 26px; color: var(--muted); font-size: 12px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 5px; }
.hero-proof strong { color: var(--ink); font-weight: 760; }

.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.scene-window { position: relative; z-index: 1; width: min(100%, 570px); aspect-ratio: .88; overflow: hidden; border-radius: 48% 48% 32px 32px; background: #dce4e1; box-shadow: var(--shadow); transform: rotate(2deg); }
.scene-sky { position: absolute; inset: 0 0 42%; background: linear-gradient(160deg, #d8e3e2 0%, #f5ddc5 100%); }
.scene-room { position: absolute; inset: 38% 0 0; background: linear-gradient(125deg, #c4b59e 0%, #ede1d5 49%, #b79982 50%, #d4c4b3 100%); clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%); }
.scene-room::after { content: ""; position: absolute; inset: 18% 0 0; background: repeating-linear-gradient(90deg, transparent 0 44px, rgba(122, 93, 77, .1) 45px 47px); transform: skewY(-2deg); }
.scene-lamp { position: absolute; right: 14%; top: 17%; width: 32px; height: 160px; border-right: 2px solid rgba(80, 67, 61, .35); }
.scene-lamp::before { content: ""; position: absolute; top: 0; right: -31px; width: 62px; height: 31px; border-radius: 50% 50% 8px 8px; background: #f3c99f; box-shadow: 0 15px 50px rgba(243, 201, 159, .8); }
.scene-sofa { position: absolute; left: 12%; bottom: 14%; width: 55%; height: 25%; border-radius: 28px 28px 12px 12px; background: #587796; box-shadow: inset 0 -16px 0 rgba(33, 57, 80, .16); }
.scene-sofa::before { content: ""; position: absolute; left: 7%; right: 7%; top: -24%; height: 48%; border-radius: 25px 25px 8px 8px; background: #7594ae; }
.scene-sofa::after { content: ""; position: absolute; bottom: -28px; left: 18%; width: 12px; height: 34px; border-radius: 4px; background: #4b403c; box-shadow: 200px 0 #4b403c; }
.scene-person { position: absolute; left: 47%; bottom: 24%; width: 110px; height: 265px; filter: drop-shadow(14px 24px 12px rgba(48, 42, 39, .18)); }
.person-head { position: absolute; top: 0; left: 28px; width: 58px; height: 73px; border-radius: 48% 52% 47% 53%; background: #b57b60; box-shadow: inset 0 10px 0 #4e3931; }
.person-head::after { content: ""; position: absolute; right: 9px; top: 36px; width: 7px; height: 7px; border-radius: 50%; background: #2f2a27; box-shadow: -25px 0 #2f2a27; }
.person-body { position: absolute; top: 69px; left: 10px; width: 96px; height: 190px; border-radius: 45px 45px 12px 12px; background: linear-gradient(90deg, #d8b19a 0 18%, #405a6c 19% 83%, #d8b19a 84%); }
.visual-orbit { position: absolute; z-index: 0; border: 1px solid rgba(88, 119, 150, .25); border-radius: 50%; transform: rotate(-22deg); }
.orbit-one { width: 620px; height: 400px; }
.orbit-two { width: 490px; height: 590px; transform: rotate(35deg); border-color: rgba(217, 149, 98, .28); }
.visual-label { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid rgba(228, 218, 209, .85); border-radius: 999px; background: rgba(255, 254, 252, .86); box-shadow: 0 12px 24px rgba(92, 70, 57, .08); color: var(--muted); font-size: 11px; letter-spacing: .04em; backdrop-filter: blur(10px); }
.label-top { top: 12%; left: 2%; }
.label-bottom { right: 0; bottom: 12%; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(79, 114, 92, .14); }
.label-number { color: var(--apricot-dark); font-weight: 800; letter-spacing: .1em; }
.scene-caption { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; gap: 10px; color: rgba(255, 254, 252, .88); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.caption-line { height: 1px; flex: 1; background: rgba(255, 254, 252, .48); }
.conversation-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border-radius: 14px; background: rgba(255, 254, 252, .92); color: var(--ink); box-shadow: 0 12px 30px rgba(51, 41, 36, .13); font-size: 12px; font-weight: 700; }
.conversation-card-one { top: 31%; right: 6%; }
.conversation-card-two { bottom: 33%; left: 5%; background: var(--blue); color: white; }
.mini-avatar { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--apricot); color: var(--ink); font-size: 12px; }

.section-heading { max-width: 660px; margin-bottom: 60px; }
.section-heading > p:last-child, .journey-intro > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.9; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 400px; padding: 30px; border-radius: var(--radius-lg); position: relative; overflow: hidden; }
.feature-card-blue { background: var(--blue-soft); }
.feature-card-apricot { background: var(--warm); }
.feature-card-neutral { background: var(--neutral); }
.feature-number { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.feature-icon { position: absolute; top: 26px; right: 30px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 254, 252, .62); color: var(--blue); }
.icon-thread { display: flex; align-items: flex-end; justify-content: center; gap: 4px; padding-top: 5px; }
.icon-thread span { width: 5px; border-radius: 5px; background: var(--blue); }
.icon-thread span:nth-child(1) { height: 15px; }.icon-thread span:nth-child(2) { height: 29px; }.icon-thread span:nth-child(3) { height: 21px; }
.icon-maybe { font-size: 30px; font-weight: 700; }
.icon-lock span { position: relative; width: 25px; height: 21px; border-radius: 5px; background: var(--blue); }.icon-lock span::before { content: ""; position: absolute; left: 5px; top: -16px; width: 15px; height: 20px; border: 4px solid var(--blue); border-bottom: 0; border-radius: 10px 10px 0 0; }
.feature-card h3 { margin-top: 168px; }
.feature-card p { color: var(--muted); font-size: 14px; line-height: 1.85; }
.card-link { position: absolute; right: 30px; bottom: 28px; left: 30px; }

.journey-section { background: var(--surface); border-top: 1px solid var(--divider); border-bottom: 1px solid var(--divider); }
.journey-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.journey-intro { position: sticky; top: 130px; }
.journey-list { border-top: 1px solid var(--border); }
.journey-item { display: grid; grid-template-columns: 52px 1fr 30px; gap: 22px; align-items: start; padding: 31px 0; border-bottom: 1px solid var(--border); }
.journey-index { color: var(--apricot-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.journey-item h3 { margin-bottom: 4px; font-size: 20px; }.journey-item p { margin: 0; color: var(--muted); font-size: 14px; }.journey-arrow { color: var(--blue); font-size: 22px; }

.safety-section { background: var(--blue); color: white; }
.eyebrow-light { color: var(--apricot); }.safety-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: end; }.safety-section h2 { color: white; }.safety-section h2 em { color: var(--apricot); }.safety-content > p { max-width: 550px; margin-bottom: 30px; color: rgba(255, 255, 255, .78); font-size: 17px; line-height: 1.9; }.safety-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }.safety-pills span { padding: 7px 12px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; color: rgba(255, 255, 255, .8); font-size: 12px; }
.closing-card { display: flex; justify-content: space-between; gap: 80px; align-items: end; padding: 68px; border-radius: var(--radius-lg); background: var(--warm); }.closing-card h2 { margin-bottom: 0; }.closing-action { max-width: 320px; }.closing-action p { color: var(--muted); font-size: 15px; }

.site-footer { padding: 56px 0 24px; border-top: 1px solid var(--border); }.footer-shell, .footer-bottom { width: var(--shell); margin: 0 auto; }.footer-shell { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 36px; padding-bottom: 48px; }.brand-footer { margin-bottom: 12px; }.footer-note, .footer-contact span { color: var(--muted); font-size: 13px; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; align-content: start; font-size: 13px; }.footer-links a:hover { color: var(--blue); }.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; font-size: 13px; }.footer-contact a { color: var(--blue-dark); font-weight: 700; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--border); color: var(--muted); font-size: 11px; }

.form-hero { padding-top: 90px; padding-bottom: 72px; display: grid; grid-template-columns: 1fr .65fr; gap: 100px; align-items: end; }.form-hero-copy { max-width: 680px; }.form-hero h1, .legal-hero h1 { font-size: clamp(48px, 7vw, 78px); }.form-hero-copy > p:last-child, .legal-hero > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 18px; line-height: 1.9; }.form-note { display: flex; gap: 15px; align-items: flex-start; padding: 22px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); box-shadow: 0 14px 34px rgba(92, 70, 57, .06); }.form-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.form-note a { color: var(--blue-dark); font-weight: 700; }.note-mark { color: var(--apricot-dark); font-size: 18px; font-weight: 800; }.form-note-warm { background: var(--warm); border-color: transparent; }.form-note strong { display: block; margin-bottom: 4px; font-size: 14px; }.form-note-warm p { margin: 0; }
.form-section { padding-bottom: 132px; }.form-card { max-width: 850px; margin: 0 auto; padding: 44px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }.form-grid { display: grid; gap: 20px; }.form-grid-two { grid-template-columns: 1fr 1fr; }.form-card label { display: block; margin-bottom: 20px; color: var(--ink); font-size: 13px; font-weight: 720; }.form-card label > input, .form-card label > select, .form-card label > textarea { display: block; width: 100%; margin-top: 8px; padding: 14px 16px; border: 1px solid var(--border); border-radius: 12px; outline: none; background: var(--cream); color: var(--ink); font-size: 15px; font-weight: 400; transition: border-color .2s, box-shadow .2s; }.form-card label > textarea { min-height: 150px; resize: vertical; }.form-card label > input:focus, .form-card label > select:focus, .form-card label > textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(88, 119, 150, .12); }.required { color: var(--apricot-dark); font-size: 11px; font-weight: 500; margin-left: 4px; }.optional { color: var(--muted); font-size: 11px; font-weight: 400; margin-left: 4px; }.field-hint { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; font-weight: 400; }.check-row { display: flex !important; align-items: flex-start; gap: 10px; color: var(--muted) !important; font-size: 12px !important; font-weight: 400 !important; line-height: 1.6; }.check-row input { flex: 0 0 auto; width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--blue); }.check-row a { color: var(--blue-dark); text-decoration: underline; text-underline-offset: 3px; }.trap-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden; clip: rect(0, 0, 0, 0); }.form-submit-row { display: flex; align-items: center; gap: 20px; margin-top: 30px; }.form-status { min-height: 24px; margin: 0; color: var(--muted); font-size: 13px; }.form-status.is-success { color: var(--success); }.form-status.is-error { color: var(--error); }.delete-warning { display: flex; gap: 12px; margin-bottom: 28px; padding: 16px; border-radius: 12px; background: #fff5e8; color: #8a5d20; font-size: 13px; }.delete-warning span { display: grid; flex: 0 0 auto; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--apricot); color: var(--ink); font-weight: 800; }.delete-warning p { margin: 0; }
.delete-process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding-bottom: 72px; }.process-heading h2 { margin-bottom: 0; }.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }.process-steps > div { min-height: 180px; padding: 20px; background: var(--surface); }.process-steps span { color: var(--apricot-dark); font-size: 12px; font-weight: 800; }.process-steps h3 { margin-top: 30px; margin-bottom: 6px; font-size: 17px; }.process-steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.legal-hero { padding-top: 90px; padding-bottom: 70px; }.legal-meta { display: flex; flex-wrap: wrap; gap: 20px 30px; margin-top: 30px; color: var(--muted); font-size: 12px; }.legal-section { padding-bottom: 132px; }.legal-layout { display: grid; grid-template-columns: 190px minmax(0, 760px); gap: 90px; align-items: start; }.legal-toc { position: sticky; top: 120px; display: flex; flex-direction: column; gap: 8px; padding-top: 6px; color: var(--muted); font-size: 12px; }.legal-toc span { margin-bottom: 8px; color: var(--ink); font-weight: 760; }.legal-toc a:hover { color: var(--blue); }.legal-copy { min-width: 0; }.policy-notice { margin-bottom: 45px; padding: 19px 22px; border-left: 3px solid var(--apricot-dark); background: var(--warm); }.policy-notice strong { font-size: 13px; }.policy-notice p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }.legal-copy h2 { margin: 52px 0 16px; font-size: 26px; letter-spacing: -.035em; }.legal-copy h2:first-of-type { margin-top: 0; }.legal-copy h3 { margin: 34px 0 12px; font-size: 19px; }.legal-copy p, .legal-copy li { color: var(--muted); font-size: 15px; line-height: 1.95; }.legal-copy ul, .legal-copy ol { padding-left: 24px; }.legal-copy li + li { margin-top: 8px; }.legal-copy strong { color: var(--ink); }.legal-copy a { color: var(--blue-dark); text-decoration: underline; text-decoration-color: rgba(88, 119, 150, .35); text-underline-offset: 3px; }.legal-copy a:hover { text-decoration-color: var(--blue); }

@media (max-width: 920px) { :root { --shell: min(100% - 40px, 680px); }.hero { grid-template-columns: 1fr; gap: 42px; padding-top: 68px; }.hero-visual { min-height: 540px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 330px; }.feature-card h3 { margin-top: 125px; }.journey-layout, .safety-layout, .delete-process { grid-template-columns: 1fr; gap: 50px; }.journey-intro { position: static; }.form-hero { grid-template-columns: 1fr; gap: 36px; }.legal-layout { grid-template-columns: 1fr; gap: 44px; }.legal-toc { position: static; display: grid; grid-template-columns: repeat(3, 1fr); }.legal-toc span { grid-column: 1 / -1; }.footer-shell { grid-template-columns: 1fr 1fr; }.footer-contact { grid-column: 1 / -1; }.closing-card { align-items: flex-start; flex-direction: column; gap: 28px; } }
@media (max-width: 640px) { :root { --shell: calc(100% - 32px); --radius-lg: 22px; }.site-header { position: relative; }.nav-shell { min-height: 72px; }.menu-toggle { display: block; }.main-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; padding: 16px var(--shell); flex-direction: column; align-items: stretch; gap: 2px; background: rgba(255, 249, 244, .98); border-bottom: 1px solid var(--border); }.main-nav.is-open { display: flex; }.main-nav > a:not(.nav-cta), .nav-cta { padding: 12px 0; border: 0; border-radius: 0; }.nav-cta { color: var(--blue-dark); }.hero { min-height: auto; padding: 58px 0 70px; }.hero h1 { font-size: clamp(45px, 14vw, 65px); }.hero-lede { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; margin-bottom: 36px; }.hero-visual { min-height: 410px; margin-right: -8px; margin-left: -8px; }.scene-window { width: 90%; border-radius: 42% 42% 24px 24px; }.orbit-one { width: 100%; height: 72%; }.orbit-two { width: 82%; height: 100%; }.label-top { top: 7%; left: 0; }.label-bottom { right: 0; bottom: 8%; }.conversation-card { max-width: 57%; font-size: 10px; }.conversation-card-one { top: 31%; right: 0; }.conversation-card-two { left: 0; }.section-padding { padding-top: 82px; padding-bottom: 82px; }.section-heading { margin-bottom: 38px; }.section-heading h2, .journey-intro h2, .safety-section h2, .closing-card h2 { font-size: 40px; }.feature-card { min-height: 310px; padding: 24px; }.feature-card h3 { margin-top: 118px; }.card-link { right: 24px; bottom: 23px; left: 24px; }.journey-item { grid-template-columns: 35px 1fr 20px; gap: 12px; }.safety-layout { gap: 30px; }.form-hero, .legal-hero { padding-top: 58px; padding-bottom: 48px; }.form-hero h1, .legal-hero h1 { font-size: 48px; }.form-hero-copy > p:last-child, .legal-hero > p:not(.eyebrow) { font-size: 16px; }.form-card { padding: 24px; border-radius: 20px; }.form-grid-two, .process-steps { grid-template-columns: 1fr; gap: 0; }.process-steps { background: transparent; border: 0; }.process-steps > div { min-height: auto; padding: 18px 0; border-bottom: 1px solid var(--border); }.process-steps h3 { margin-top: 10px; }.delete-warning { margin-right: -4px; margin-left: -4px; }.form-submit-row { align-items: flex-start; flex-direction: column; gap: 12px; }.legal-toc { grid-template-columns: 1fr 1fr; }.footer-shell { grid-template-columns: 1fr; gap: 28px; padding-bottom: 32px; }.footer-links { max-width: 300px; }.footer-contact { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 5px; } }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

/* Keep consent controls compact; generic form-field styles must not stretch checkboxes. */
.form-card label.check-row > input[type="checkbox"] { display: block; flex: 0 0 17px; width: 17px; height: 17px; min-width: 17px; margin: 2px 0 0; padding: 0; border: 0; border-radius: 3px; background: transparent; box-shadow: none; }
.form-card label.check-row > input[type="checkbox"]:focus { border: 0; box-shadow: 0 0 0 4px rgba(88, 119, 150, .12); }
.check-row > span { flex: 1 1 auto; min-width: 0; overflow-wrap: anywhere; word-break: break-word; }

.faq-section { padding-bottom: 132px; }
.faq-section .section-heading { margin-bottom: 30px; }
.faq-list { max-width: 850px; margin: 0 auto; border-top: 1px solid var(--border); }
.faq-item { padding: 20px 0; border-bottom: 1px solid var(--border); }
.faq-item summary { position: relative; padding-right: 34px; cursor: pointer; color: var(--ink); font-size: 17px; font-weight: 720; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { position: absolute; top: -2px; right: 0; color: var(--blue); content: "+"; font-size: 24px; font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { max-width: 760px; margin: 12px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; }

@media (max-width: 640px) { .faq-section { padding-bottom: 82px; }.faq-item summary { font-size: 16px; line-height: 1.55; }.faq-item p { font-size: 14px; } }
