/* Support page: editorial splits, an open timeline, and native disclosures. */
.support-page .support-hero{background:white;padding:36px 0 56px}
.support-page .support-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.support-page .support-hero h1{font-size:clamp(36px,3.5vw,52px);line-height:1.1;margin-bottom:26px}
.support-page .support-hero .lead{font-size:18px;line-height:1.75}.support-page .support-hero .actions{gap:20px}
.support-page .support-photo{margin:0;min-width:0}.support-page .support-photo img{width:100%;aspect-ratio:1.35;object-fit:cover;border-radius:4px}
.support-page .support-promises{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;padding:32px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.support-page .support-promises article{display:flex;gap:18px;align-items:flex-start;min-width:0}.support-page .support-promise-mark{color:var(--accent);font-size:24px;font-weight:700;line-height:1.2;min-width:36px;flex-shrink:0}
.support-page .support-promises h2{font-size:19px;letter-spacing:-.02em;margin-bottom:10px}.support-page .support-promises p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}
.support-page .support-jump-links{display:flex;flex-wrap:wrap;gap:10px 28px;padding:22px 0 0}.support-page .support-jump-links a{font-size:14px;font-weight:700;padding:4px 0}
.support-page .support-channels{display:grid;grid-template-columns:1fr 1fr;gap:56px}.support-page .support-channel{border-top:2px solid var(--accent);padding-top:26px;min-width:0}
.support-page .support-channel-icon{display:block;width:28px;height:28px;color:var(--accent);margin-bottom:20px}.support-page .support-channel h3{font-size:28px;margin-bottom:20px}
.support-page .support-channel p,.support-page .support-channel li{font-size:16px;line-height:1.75;color:var(--muted)}.support-page .support-channel ul{padding-left:20px;margin:18px 0 24px}.support-page .support-channel li+li{margin-top:8px}
.support-page .support-direct-links{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.support-page .support-direct-links a{display:inline-flex;align-items:center;gap:10px;padding:8px 0;font-size:14px;line-height:1.5;font-weight:700;max-width:100%;overflow-wrap:anywhere}.support-page .support-direct-links span{min-width:0}.support-page .support-direct-links svg{width:18px;height:18px}
.support-page .support-steps{list-style:none;padding:0;margin:0;display:grid;gap:0}
.support-page .support-step{display:grid;grid-template-columns:.85fr 1.5fr;gap:0 64px;border-top:1px solid #bac7d7;padding:36px 0}
.support-page .support-step-heading{grid-row:1/4;display:flex;align-items:flex-start;gap:24px}.support-page .support-step-heading>span{font-size:52px;line-height:1;font-weight:700;letter-spacing:-.06em;color:var(--mist);-webkit-text-stroke:1px #8393a9}
.support-page .support-step h3{font-size:27px;margin:3px 0 0;line-height:1.25}.support-page .support-step>p,.support-page .support-step li{font-size:16px;line-height:1.75;color:var(--muted)}
.support-page .support-step ul{grid-column:2;padding-left:20px;margin:0 0 20px}.support-page .support-step li+li{margin-top:8px}.support-page .support-step .support-benefit{grid-column:2;border-left:2px solid var(--accent);padding-left:16px;margin-bottom:0;font-size:14px}
.support-page .support-split--details{align-items:start}.support-page .support-details article,.support-page .support-after-steps article{padding:22px 0;border-top:1px solid var(--line)}
.support-page .support-details h3,.support-page .support-after-steps h3{font-size:23px;margin-bottom:12px}.support-page .support-details p,.support-page .support-after-steps p{font-size:16px;line-height:1.75;color:var(--muted);margin:0}
.support-page .support-terms{font-size:15px;line-height:1.7;color:var(--muted);margin:24px 0}
.support-page .support-faq-wrap{display:grid;grid-template-columns:.8fr 1.5fr;gap:64px}.support-page .support-faq details{border-top:1px solid var(--line);padding-bottom:20px}
.support-page .support-faq summary{position:relative;list-style:none;cursor:pointer;padding:22px 32px 8px 0;font-size:19px;font-weight:700;line-height:1.5;color:var(--ink)}
.support-page .support-faq summary::-webkit-details-marker{display:none}.support-page .support-faq summary::after{content:'';position:absolute;right:4px;top:29px;width:9px;height:9px;border-right:1.7px solid var(--accent);border-bottom:1.7px solid var(--accent);transform:rotate(-45deg);transition:transform .16s}
.support-page .support-faq details[open] summary::after{transform:rotate(45deg)}.support-page .support-faq p{margin:12px 0 0;font-size:16px;line-height:1.75;color:var(--muted)}
.support-page .support-final{padding:56px 0;background:var(--ink);color:white}.support-page .support-final-inner{display:grid;grid-template-columns:1.5fr 1fr;gap:56px;align-items:center}
.support-page .support-final h2{font-size:36px;color:white}.support-page .support-final p{margin:0;color:#d3ddea;font-size:17px;line-height:1.7}.support-page .support-final .actions{margin:0;justify-content:flex-end}.support-page .support-final .button--secondary{color:white;border-color:#9aacbf}
@media(max-width:1100px){.support-page .support-split,.support-page .support-channels{gap:32px}.support-page .support-promises{gap:24px}.support-page .support-promises article{display:block}.support-page .support-promise-mark{display:block;margin-bottom:14px}.support-page .support-step{gap:0 32px}.support-page .support-step-heading{gap:16px}.support-page .support-step h3{font-size:24px}.support-page .support-faq-wrap{gap:32px}}
@media(max-width:900px){.support-page .support-split,.support-page .support-channels,.support-page .support-final-inner,.support-page .support-faq-wrap{grid-template-columns:1fr}.support-page .support-photo img{aspect-ratio:1.7}.support-page .support-promises{grid-template-columns:1fr;gap:24px}.support-page .support-promises article{display:flex}.support-page .support-promise-mark{min-width:48px}.support-page .support-final .actions{justify-content:flex-start}.support-page .support-step{grid-template-columns:1fr}.support-page .support-step-heading{grid-row:auto;margin-bottom:24px;align-items:center}.support-page .support-step ul,.support-page .support-step .support-benefit{grid-column:1}.support-page .support-faq-wrap{gap:16px}}
@media(max-width:600px){.support-page .support-hero{padding:24px 0 40px}.support-page .support-hero h1{font-size:34px}.support-page .support-hero .lead{font-size:17px}.support-page .support-hero .actions{align-items:stretch;flex-direction:column}.support-page .support-hero .button{font-size:14px}.support-page .support-photo img{aspect-ratio:1.5}.support-page .support-channel h3{font-size:25px}.support-page .support-step-heading>span{font-size:44px}.support-page .support-step h3{font-size:23px}.support-page .support-step{padding:28px 0}.support-page .support-final h2{font-size:30px}.support-page .support-final .actions{align-items:stretch;flex-direction:column}.support-page .support-final .button{font-size:14px}.support-page .support-faq summary{font-size:18px}}
