@charset "UTF-8";
:root { color-scheme: light; --ink: #082957; --muted: #52627a; --paper: #fffbef; --cream: #fff5d8; --blue: #279ef2; --orange: #ed7215; --yellow: #ffd51f; --line: #cfdbdf; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 17px/1.65 ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: var(--ink); text-underline-offset: .22em; text-decoration-thickness: 1.5px; }
a:hover { color: #a64200; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; border-radius: 4px; }
img { display: block; max-width: 100%; height: auto; }
.skip-link { position: fixed; top: 8px; left: 12px; z-index: 20; padding: 10px 18px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(1120px, calc(100% - 64px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 29px; font-weight: 850; letter-spacing: -.9px; white-space: nowrap; }
.brand img { width: 42px; height: 42px; border-radius: 11px; }
.nav { display: flex; gap: 26px; align-items: center; }
.nav a { font-size: 14px; font-weight: 750; text-decoration: none; padding: 9px 0; }
.nav a[aria-current="page"] { box-shadow: 0 3px 0 var(--orange); }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; padding: 76px 0 74px; }
.eyebrow { display: flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 1.9px; font-size: 12px; font-weight: 850; margin: 0 0 20px; }
.eyebrow::before { content: ""; width: 9px; height: 9px; background: var(--orange); border-radius: 3px; transform: rotate(-12deg); }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(46px, 6.1vw, 74px); line-height: 1.04; letter-spacing: -3.8px; font-weight: 900; margin-bottom: 25px; }
h1 em { font-style: normal; position: relative; display: inline-block; }
h1 em::after { content: ""; position: absolute; z-index: -1; left: -1%; right: -3%; bottom: 2px; height: 19px; background: var(--yellow); transform: rotate(-2deg); border-radius: 4px; }
.lead { font-size: 19px; max-width: 480px; color: var(--muted); line-height: 1.7; }
.actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 12px 22px; border: 2px solid var(--ink); border-radius: 14px; background: var(--yellow); box-shadow: 0 4px 0 var(--ink); color: var(--ink); text-decoration: none; font-weight: 850; font-size: 15px; transition: transform .15s, box-shadow .15s; }
.button:hover { color: var(--ink); transform: translateY(2px); box-shadow: 0 2px 0 var(--ink); }
.text-link { font-size: 15px; font-weight: 750; }
.scene { position: relative; min-height: 420px; display: grid; place-items: center; isolation: isolate; }
.scene::before { content: ""; position: absolute; inset: 18px 3% 24px; border-radius: 48% 48% 30% 35%; background: #e7f5fa; border: 2px solid #b4deef; transform: rotate(-6deg); z-index: -2; }
.scene::after { content: ""; position: absolute; width: 65%; height: 28px; bottom: 28px; background: #08295716; border-radius: 50%; filter: blur(4px); z-index: -1; }
.tempo { width: 310px; animation: tempo-breathe 4.8s ease-in-out infinite; filter: drop-shadow(0 12px 5px #08295712); }
.bubble { position: absolute; background: white; border: 2px solid var(--ink); border-radius: 17px; box-shadow: 0 4px 0 #08295718; font-size: 13px; font-weight: 850; padding: 11px 17px; }
.bubble.top { top: 0; left: 1%; transform: rotate(-5deg); }
.bubble.bottom { right: -2%; bottom: 45px; transform: rotate(5deg); background: var(--yellow); }
.spark { position: absolute; font-size: 39px; color: var(--orange); line-height: 1; }
.spark.one { right: 10%; top: 58px; transform: rotate(12deg); }
.spark.two { left: 8%; bottom: 68px; font-size: 27px; }
.strip { padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.strip span { font-size: 13px; font-weight: 750; display: flex; gap: 10px; align-items: center; }
.strip b { color: #226b4b; }
.section { padding: 76px 0; }
.section-heading { max-width: 600px; margin-bottom: 35px; }
h2 { font-size: 35px; letter-spacing: -1.3px; line-height: 1.2; font-weight: 850; margin-bottom: 15px; }
h3 { font-size: 21px; letter-spacing: -.5px; line-height: 1.35; margin-bottom: 10px; font-weight: 800; }
.muted { color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.card { padding: 28px; background: white; border: 1.5px solid var(--line); border-radius: 21px; box-shadow: 0 5px 0 #08295707; }
.card p { color: var(--muted); font-size: 15px; margin: 0; }
.step { display: inline-grid; place-items: center; width: 43px; height: 43px; margin-bottom: 28px; border: 1.5px solid var(--ink); background: var(--yellow); border-radius: 13px; font-size: 19px; font-weight: 900; box-shadow: 0 3px 0 var(--ink); transform: rotate(-5deg); }
.card:nth-child(2) .step { background: #bce8fb; transform: rotate(4deg); }
.card:nth-child(3) .step { background: #ffd4a6; transform: rotate(-3deg); }
.help-banner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 36px 40px; border: 1.5px solid #dfc88b; background: var(--cream); border-radius: 23px; margin-bottom: 70px; }
.help-banner h2 { font-size: 27px; margin: 0 0 6px; }
.help-banner p { margin: 0; color: var(--muted); font-size: 15px; }
.site-footer { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 26px 0 34px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-links { display: flex; gap: 23px; flex-wrap: wrap; }
.footer-links a { font-size: 13px; }
.page-intro { max-width: 770px; padding: 67px 0 44px; }
.page-intro h1 { font-size: clamp(43px, 6vw, 62px); letter-spacing: -2.6px; }
.page-intro .lead { max-width: 650px; margin-bottom: 14px; }
.document-layout { display: grid; grid-template-columns: 200px 1fr; gap: 60px; align-items: start; padding-bottom: 80px; }
.contents { position: sticky; top: 24px; padding-top: 10px; }
.contents p { font-size: 11px; text-transform: uppercase; letter-spacing: 1.4px; font-weight: 850; color: var(--muted); margin-bottom: 14px; }
.contents a { display: block; font-size: 13px; text-decoration: none; padding: 7px 0; font-weight: 650; }
.document { max-width: 750px; }
.document section { padding: 25px 0; border-bottom: 1px solid var(--line); }
.document section:first-child { padding-top: 6px; }
.document h2 { font-size: 26px; letter-spacing: -.7px; margin-bottom: 16px; }
.document p, .document li { color: #354b68; font-size: 16px; }
.document p:last-child { margin-bottom: 0; }
.document ul, .document ol { padding-left: 23px; margin: 14px 0 18px; }
.document li { padding-left: 3px; margin-bottom: 9px; }
.document strong { color: var(--ink); }
.notice { padding: 21px 24px; border-radius: 16px; border: 1px solid #badbec; background: #eaf6fb; margin-bottom: 28px; font-size: 15px; }
.notice p { font-size: 15px; margin: 0; }
.meta { font-size: 12px; color: var(--muted); }
.support-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 50px; padding-bottom: 80px; }
.faq-group { padding-bottom: 28px; }
.faq-group h2 { font-size: 25px; letter-spacing: -.7px; margin: 0 0 18px; }
details { border-top: 1px solid var(--line); padding: 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 19px 35px 19px 0; cursor: pointer; font-size: 16px; font-weight: 750; list-style: none; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 14px; font-size: 24px; color: var(--orange); font-weight: 500; }
details[open] summary::after { content: "−"; }
.answer { padding: 0 12px 19px 0; }
.answer p, .answer li { font-size: 15px; color: #354b68; }
.answer p:last-child { margin-bottom: 0; }
.answer ul, .answer ol { padding-left: 21px; }
.answer li { padding-left: 2px; margin-bottom: 8px; }
.contact-card { position: sticky; top: 24px; background: var(--cream); padding: 28px; border: 1.5px solid #dfc88b; border-radius: 22px; text-align: left; }
.contact-card img { width: 130px; margin: -10px auto 16px; }
.contact-card p { font-size: 14px; color: var(--muted); }
.contact-card a { font-size: 14px; font-weight: 750; overflow-wrap: anywhere; }
.contact-card .button { display: flex; font-size: 14px; margin-top: 19px; margin-bottom: 20px; gap: 10px; }
.small { font-size: 12px !important; line-height: 1.6; }
.contact-box { background: var(--cream); border: 1px solid #dfc88b; padding: 20px 24px; border-radius: 16px; margin-bottom: 18px; }
.contact-box a { overflow-wrap: anywhere; }
@keyframes tempo-breathe { 0%,100% { transform: translateY(1px) rotate(-1deg); } 50% { transform: translateY(-6px) rotate(1deg); } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
@media (max-width: 850px) { .wrap { width: min(1120px, calc(100% - 40px)); } .hero { gap: 22px; padding: 50px 0; } h1 { font-size: 53px; letter-spacing: -2.7px; } .scene { min-height: 340px; } .tempo { width: 260px; } .bubble.top { left: 0; } .bubble.bottom { right: 0; bottom: 20px; } .cards { gap: 13px; } .card { padding: 23px; } .document-layout { grid-template-columns: 160px 1fr; gap: 32px; } .support-layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 25px; } .contact-card { padding: 24px; } }
@media (max-width: 640px) { .wrap { width: calc(100% - 38px); } .site-header { gap: 16px; padding: 20px 0; } .brand { font-size: 25px; gap: 8px; } .brand img { width: 35px; height: 35px; } .nav { gap: 15px; } .nav a { font-size: 12px; } .hero { grid-template-columns: 1fr; gap: 25px; padding: 42px 0 35px; } h1 { font-size: 55px; letter-spacing: -3px; max-width: 460px; } .lead { font-size: 17px; } .eyebrow { font-size: 10px; letter-spacing: 1.6px; margin-bottom: 17px; } .actions { gap: 19px; margin-top: 25px; } .scene { min-height: 330px; max-width: 350px; width: 100%; margin: 12px auto 0; } .scene::before { inset: 17px 7% 20px; } .tempo { width: 249px; } .bubble { font-size: 11px; padding: 10px 14px; } .bubble.top { top: 7px; } .bubble.bottom { right: 0; bottom: 19px; } .spark.one { right: 9%; top: 62px; font-size: 32px; } .strip { gap: 14px; padding: 20px 0; } .strip span { font-size: 12px; } .section { padding: 45px 0; } h2 { font-size: 30px; } .cards { grid-template-columns: 1fr; gap: 16px; } .card { padding: 24px; } .step { margin-bottom: 20px; } .help-banner { grid-template-columns: 1fr; padding: 29px; gap: 22px; margin-bottom: 45px; } .help-banner .button { justify-self: start; } .site-footer { align-items: start; flex-direction: column; gap: 16px; } .page-intro { padding: 43px 0 29px; } .page-intro h1 { font-size: 46px; letter-spacing: -2px; } .document-layout { grid-template-columns: 1fr; gap: 24px; padding-bottom: 45px; } .contents { position: static; border: 1px solid var(--line); border-radius: 16px; padding: 17px 20px; } .contents p { margin-bottom: 7px; } .contents a { padding: 4px 0; display: inline-block; margin-right: 18px; } .document section { padding: 23px 0; } .document h2 { font-size: 24px; } .document p,.document li { font-size: 15px; } .support-layout { grid-template-columns: 1fr; gap: 12px; padding-bottom: 45px; } .contact-card { position: static; } .contact-card img { float: right; width: 96px; margin: -8px 0 0 12px; } .contact-card .button { clear: both; } .faq-group h2 { font-size: 24px; } }
@media (max-width: 640px) { .site-header { flex-wrap: wrap; gap: 8px; } .nav { flex-basis: 100%; justify-content: space-between; } .nav a { font-size: 13px; min-height: 44px; display: inline-flex; align-items: center; } }
@media (max-width: 360px) { .nav { gap: 10px; } h1 { font-size: 48px; } .brand { font-size: 23px; } .brand img { width: 31px; height: 31px; } }
