@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.block{display:block}.underline{text-decoration-line:underline}}:root{--primary:#173f73;--accent:#e66b32;--ink:#142235;--muted:#5e6c7d;--bg:#f7f9fc;--surface:#fff;--line:#dce3ec;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:Yu Gothic UI,Hiragino Sans,Meiryo,sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1120px,100% - 40px);margin-inline:auto}.eyebrow{color:var(--primary);letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;font-weight:800}.title{letter-spacing:-.03em;margin:.5rem 0 1rem;font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.35}.lead,.muted{color:var(--muted)}.lead{max-width:680px}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:54px;padding:0 26px;font-weight:800;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 10px 26px #e66b3240}.btn-primary:hover{background:#c95320;transform:translateY(-1px)}.btn-secondary{border-color:var(--line);color:var(--primary);background:#fff}.btn:disabled{opacity:.55;cursor:not-allowed}.btn:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #75a7dd}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 30px #142e500d}.grid3{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.site-header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f9fceb;border-bottom:1px solid #dce3eccc;align-items:center;height:72px;display:flex;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;display:flex}.brand{color:var(--primary);letter-spacing:-.02em;font-weight:900}.brand-mark{background:var(--primary);color:#fff;border-radius:9px;place-items:center;width:30px;height:30px;margin-right:8px;display:inline-grid}.hero{padding:70px 0 82px;overflow:hidden}.hero-grid{grid-template-columns:1.12fr .88fr;align-items:center;gap:64px;display:grid}.hero h1{letter-spacing:-.055em;margin:15px 0 24px;font-size:clamp(2.45rem,5.6vw,4.5rem);line-height:1.15}.hero-note{color:var(--muted);flex-wrap:wrap;gap:20px;margin-top:22px;font-size:.9rem;display:flex}.hero-note span:before{content:"✓";color:#238166;margin-right:6px;font-weight:900}.signal{padding:28px;position:relative}.signal:before{content:"";z-index:-1;background:radial-gradient(circle,#dceafb 0,#0000 68%);position:absolute;inset:-50px -70px}.signal-top{background:var(--primary);color:#fff;border-radius:14px;padding:24px}.signal-list{gap:12px;margin-top:16px;display:grid}.signal-item{border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;gap:14px;padding:14px;display:flex}.icon{height:38px;color:var(--primary);background:#edf4fb;border-radius:10px;flex:0 0 38px;place-items:center;font-weight:900;display:grid}.problem,.feature,.step{padding:26px}.problem p,.feature p,.step p{color:var(--muted);margin-bottom:0}.feature-num{color:var(--accent);font-size:.75rem;font-weight:900}.steps{counter-reset:step;grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.step:before{counter-increment:step;content:"0" counter(step);color:var(--primary);font-size:1.45rem;font-weight:900;display:block}.audience{grid-template-columns:1fr 1fr;align-items:center;gap:32px;display:grid}.checklist{gap:12px;padding:0;list-style:none;display:grid}.checklist li{border:1px solid var(--line);background:#fff;border-radius:12px;padding:13px 16px 13px 46px;position:relative}.checklist li:before{content:"✓";color:#238166;font-weight:900;position:absolute;left:17px}.notice{border-left:4px solid var(--primary);background:#edf4fb;border-radius:0 14px 14px 0;padding:24px}.faq{max-width:820px}.faq details{border-bottom:1px solid var(--line);padding:20px 2px}.faq summary{cursor:pointer;font-weight:800;list-style:none}.faq summary:after{content:"＋";float:right;color:var(--primary)}.faq details[open] summary:after{content:"−"}.faq p{color:var(--muted);margin-bottom:0}.final-cta{text-align:center;background:var(--primary);color:#fff;border-radius:28px;padding:68px 24px}.final-cta p{color:#d8e5f4}.footer{color:var(--muted);padding:35px 0;font-size:.85rem}.footer-row{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}.footer-links{gap:20px;display:flex}.form-shell{background:linear-gradient(#edf3fa 0,#f7f9fc 45%);min-height:100vh}.form-main{width:min(720px,100% - 32px);margin:0 auto;padding:46px 0 80px}.progress-label{color:var(--primary);justify-content:space-between;font-size:.85rem;font-weight:800;display:flex}.progress{background:#dbe4ef;border-radius:99px;height:7px;margin:10px 0 32px;overflow:hidden}.progress span{background:var(--accent);height:100%;transition:width .3s;display:block}.form-card{padding:clamp(24px,5vw,44px)}.form-card h1{font-size:clamp(1.55rem,4vw,2.1rem);line-height:1.35}.field{gap:8px;margin-top:22px;display:grid}.field label,.legend{font-weight:800}.required{color:#c9462d;margin-left:7px;font-size:.73rem}.input{width:100%;min-height:52px;color:var(--ink);background:#fff;border:1px solid #cbd5e1;border-radius:11px;padding:12px 14px}textarea.input{resize:vertical;min-height:112px}.choices{grid-template-columns:1fr 1fr;gap:10px;display:grid}.choice{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:11px;align-items:center;gap:10px;min-height:52px;padding:11px 14px;display:flex}.choice:has(input:checked){border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary);background:#edf4fb}.error{color:#b63827;margin:0;font-size:.85rem}.form-actions{justify-content:space-between;gap:12px;margin-top:32px;display:flex}.form-actions .btn-primary{margin-left:auto}.consent{align-items:flex-start;gap:10px;padding:13px 0;display:flex}.consent input{min-width:18px;min-height:18px;margin-top:7px}.alert{color:#9c3224;background:#fff0ed;border:1px solid #f2c5bc;border-radius:11px;padding:14px 16px}.legal{max-width:780px}.legal h2{margin-top:42px;font-size:1.3rem}.legal p,.legal li{color:var(--muted)}.thanks{text-align:center;padding:90px 0}.success-mark{color:#157055;background:#e5f5ef;border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto 24px;font-size:2rem;display:grid}@media (max-width:800px){.container{width:min(100% - 32px,680px)}.section{padding:62px 0}.nav .btn{min-height:44px;padding:0 17px;font-size:.85rem}.hero{padding:42px 0 60px}.hero-grid,.audience{grid-template-columns:1fr;gap:38px}.hero h1{font-size:clamp(2.25rem,11vw,3.4rem)}.signal{padding:18px}.grid3,.steps,.choices{grid-template-columns:1fr}.final-cta{border-radius:20px}.form-main{padding-top:28px}.footer-row{display:grid}.footer-links{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.progress span{transition:none}}.temporary-name{color:var(--muted);margin-left:5px;font-size:.65rem;font-weight:600}.audience-label{color:var(--primary);letter-spacing:.03em;margin:0;font-size:.86rem;font-weight:800;display:inline-block}.signal-top p{color:#c6dcf4;margin:0 0 4px;font-size:.82rem;font-weight:700}.signal-top h2{margin:.25rem 0 0}.check-icon,.feature-check{color:#157055;background:#e5f5ef;border-radius:50%;flex:0 0 38px;place-items:center;height:38px;font-weight:900;display:grid}.problem{padding:28px;position:relative}.problem h3{margin:3px 38px 8px 0;line-height:1.5}.problem-icon{width:28px;height:28px;color:var(--primary);background:#e8eef6;border-radius:50%;place-items:center;font-weight:900;display:grid;position:absolute;top:25px;right:24px}.feature-grid{margin-top:32px}.feature-check{margin-bottom:18px}.disclaimer{color:var(--muted);margin:18px 0 0;font-size:.78rem}.partner-highlight{background:#f0f6fc;border-color:#b9cee7;grid-template-columns:.85fr 1.15fr;align-items:center;gap:38px;margin-top:36px;padding:30px 34px;display:grid}.partner-highlight h3{color:var(--primary);margin:5px 0 0;font-size:1.35rem;line-height:1.5}.partner-highlight p{color:var(--muted);margin:0}.partner-label{color:var(--accent);font-size:.76rem;font-weight:800}.flow-section,.faq-section{background:#fff}.audience-section{padding-bottom:68px}.audience-section .notice{margin-top:24px}.faq-section{padding-top:68px;padding-bottom:42px}.cta-section{padding:42px 0 64px}.badge{vertical-align:2px;border-radius:5px;margin-left:9px;padding:1px 7px;font-size:.68rem;line-height:1.7;display:inline-block}.badge.required{color:#ad3926;background:#fff0ed}.badge.optional{color:#687587;background:#edf1f5}.fieldset{border:0;padding:0}.field-note{color:var(--muted);margin:0;font-size:.84rem}.consent-intro{border:1px solid var(--line);background:#f0f5fa;border-radius:13px;margin:24px 0 8px;padding:22px}.consent-intro h2{margin:0 0 6px;font-size:1.05rem}.consent-intro p{color:var(--muted);margin:0;font-size:.92rem}.consent-intro a{color:var(--primary);font-weight:700;text-decoration:underline}.honeypot{position:absolute;left:-9999px}.form-actions.single{justify-content:flex-end}@media (max-width:800px){.partner-highlight{grid-template-columns:1fr;gap:10px;padding:24px}.audience-section{padding-bottom:52px}.faq-section{padding-top:54px;padding-bottom:28px}.cta-section{padding:28px 0 48px}.form-actions .btn{flex:1;min-width:0;padding-inline:18px}.form-actions.single .btn{flex:0 62%}}body{overflow-x:hidden}.container{width:calc(100% - 40px);max-width:1120px}.form-main{width:calc(100% - 32px);max-width:720px}.hero h1{overflow-wrap:anywhere}@media (max-width:800px){.container{width:calc(100% - 32px);max-width:680px}}@media (max-width:460px){.site-header .nav>.btn{display:none}.hero h1{font-size:2.45rem}.form-card{padding:24px}.form-actions.single .btn{flex-basis:70%}}.hero{background:radial-gradient(circle at 82% 14%,#5b94d333,#0000 29%),linear-gradient(145deg,#f8faff 0%,#eef4fb 58%,#f8fafc 100%);padding:78px 0 0;position:relative}.hero:before{content:"";pointer-events:none;opacity:.25;background-image:linear-gradient(#173f7312 1px,#0000 1px),linear-gradient(90deg,#173f7312 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 76%);mask-image:linear-gradient(#000,#0000 76%)}.hero>.container{max-width:1200px;position:relative}.hero-grid{grid-template-columns:1.35fr .75fr;gap:56px}.hero h1{letter-spacing:-.045em;overflow-wrap:normal;word-break:normal;line-break:strict;margin:18px 0 24px;font-size:2.62rem;line-height:1.28}.hero-line{white-space:nowrap;display:block}.hero h1 strong{color:var(--primary);white-space:nowrap;font-weight:900}.hero-copy .lead{max-width:650px;font-size:1.02rem}.hero-action{align-items:center;gap:18px;display:flex}.hero-action small{color:var(--muted);font-weight:700}.hero-cta{min-height:62px;padding:0 31px;font-size:1rem;box-shadow:0 15px 34px #e66b3252}.cta-arrow{background:#ffffff2e;border-radius:50%;place-items:center;width:27px;height:27px;margin-left:14px;display:grid}.signal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border:1px solid #b9cee7e6;border-radius:24px;padding:20px;box-shadow:0 24px 70px #173f7329}.signal:before{background:radial-gradient(circle,#a8c9ec7a,#0000 68%);inset:-80px -90px}.signal-accent{color:var(--accent);letter-spacing:.04em;text-align:center;margin:-6px 0 14px;font-size:.76rem;font-weight:900}.signal-top{background:linear-gradient(140deg,#173f73,#245a97);padding:24px 22px;box-shadow:0 12px 26px #173f732e}.signal-top h2{font-size:1.28rem;line-height:1.55}.signal-top em{color:#fff;text-underline-offset:7px;font-style:normal;-webkit-text-decoration:underline #ef8a5b;text-decoration:underline #ef8a5b;text-decoration-thickness:3px}.signal-item{padding:12px 14px}.direct-access{color:#fff;background:linear-gradient(105deg,#102f58 0%,#173f73 68%,#21578f 100%);border:1px solid #ffffff24;border-radius:20px;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;margin-top:58px;padding:25px 30px;display:grid;position:relative;transform:translateY(29px);box-shadow:0 20px 50px #102f583d}.direct-access-mark{color:#ffb08b;letter-spacing:.12em;border:1px solid #ffffff47;border-radius:50%;place-items:center;width:74px;height:74px;font-size:.67rem;font-weight:900;display:grid}.direct-access p{color:#adc8e5;margin:0;font-size:.78rem;font-weight:800}.direct-link{color:#fff;white-space:nowrap;border-bottom:1px solid #ef8a5b;padding:10px 0;font-size:.86rem;font-weight:800}.problems{background:linear-gradient(#e7eef7,#f1f5fa);padding-top:117px}.problem{box-shadow:0 14px 36px #142e5012}.partner-highlight{background:linear-gradient(135deg,#eef5fc,#fff);box-shadow:0 18px 45px #173f7314}.flow-section .step{border-top:4px solid var(--primary)}@media (max-width:1100px){.hero-grid{grid-template-columns:1.2fr .8fr;gap:36px}.hero h1{font-size:clamp(2.35rem,4.5vw,2.75rem)}.hero-line{white-space:normal;display:inline}.hero-line+.hero-line:before{content:" "}.direct-access h2{font-size:1.12rem}}@media (max-width:800px){.hero{padding:46px 0 0}.hero-grid{grid-template-columns:1fr;gap:38px}.hero h1{letter-spacing:-.04em;font-size:clamp(2.15rem,10vw,2.7rem);line-height:1.3}.hero-copy .lead{font-size:.96rem}.hero-action{flex-direction:column;align-items:flex-start;gap:9px}.hero-note{margin-top:18px}.signal{border-radius:20px;padding:16px}.direct-access{grid-template-columns:auto 1fr;gap:15px;margin-top:38px;padding:22px 20px;transform:translateY(24px)}.direct-access-mark{width:54px;height:54px}.direct-access h2{font-size:1.02rem}.direct-access .direct-link{grid-column:1/-1;justify-self:start;margin-left:69px}.desktop-only{display:none}.problems{padding-top:94px}.service{background:#f8fafc}}@media (max-width:460px){.hero h1{font-size:2.12rem}.hero-cta{width:100%;min-height:60px}.hero-action{width:100%}.direct-access{grid-template-columns:1fr}.direct-access-mark{border-radius:999px;justify-self:start;width:auto;height:auto;padding:5px 10px}.direct-access .direct-link{margin-left:0}.audience-label{font-size:.78rem}}.hero{padding-bottom:1px}.hero-copy .audience-label{animation:.55s ease-out both hero-in}.hero-copy h1{animation:.7s ease-out 80ms both hero-in}.hero-copy>.lead{animation:.7s ease-out .16s both hero-in}.hero-action{animation:.65s ease-out .25s both hero-in}.hero-note{animation:.65s ease-out .32s both hero-in}.signal{animation:.75s cubic-bezier(.2,.75,.25,1) .16s both signal-in}.signal-top{animation:.55s ease-out .3s both hero-in}.signal-item{animation:.5s ease-out both hero-in}.signal-item:first-child{animation-delay:.38s}.signal-item:nth-child(2){animation-delay:.46s}.signal-item:nth-child(3){animation-delay:.54s}.hero:after{content:"";filter:blur(60px);pointer-events:none;background:#61a0e126;border-radius:50%;width:290px;height:290px;animation:8s ease-in-out infinite alternate ambient;position:absolute;top:90px;right:4%}.hero-grid,.direct-access{z-index:1;position:relative}.direct-access{background:linear-gradient(125deg,#0e2c52 0%,#173f73 55%,#245f9d 100%);border-radius:26px;margin:66px 0 72px;padding:38px 42px;animation:.75s cubic-bezier(.2,.75,.25,1) .45s both direct-in;display:block;overflow:visible;transform:none;box-shadow:0 25px 65px #102f5840}.direct-access:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(110deg,#0000 5%,#ffffff0e 48%,#0000 78%);position:absolute;inset:0}.direct-heading{align-items:center;gap:22px;display:flex}.direct-access-mark{color:#fff;letter-spacing:.08em;background:#e66b3229;border-color:#ffb08b8c;flex:0 0 66px;width:66px;height:66px;font-size:.75rem}.direct-access h2{margin:2px 0 0;font-size:1.48rem;line-height:1.55}.route-compare{grid-template-columns:1fr auto 1.35fr;align-items:stretch;gap:18px;margin-top:27px;display:grid}.route-card{background:#fff1;border:1px solid #ffffff26;border-radius:15px;padding:18px 20px;position:relative}.route-featured{box-shadow:inset 3px 0 0 var(--accent);background:#ffffff1f;border-color:#ffb08b7a}.route-label{color:#adc8e5;margin-bottom:10px;font-size:.75rem;font-weight:800;display:block}.route-path{align-items:center;gap:10px;min-height:34px;font-size:.85rem;display:flex}.route-node{white-space:nowrap;background:#ffffff17;border-radius:6px;padding:4px 8px}.route-arrow{color:#ff9c70;font-weight:900}.route-path strong{color:#fff;line-height:1.4}.route-divider{color:#ffffff40;align-self:center;font-size:1.6rem}.direct-footer{justify-content:space-between;align-items:center;gap:24px;margin-top:22px;display:flex}.direct-footer p{color:#c6d8ea;margin:0;font-size:.84rem}.direct-link{color:#fff;border-bottom:2px solid var(--accent);flex:none;align-items:center;gap:10px;padding:9px 0;transition:transform .2s,color .2s;display:inline-flex}.direct-link:hover{color:#ffbd9e;transform:translate(3px)}.btn-primary{transition:transform .22s,box-shadow .22s,background-color .22s}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 16px 36px #e66b3257}.card,.signal-item{transition:transform .22s,box-shadow .22s,border-color .22s}.problem:hover,.feature:hover,.step:hover{border-color:#c4d3e4;transform:translateY(-3px);box-shadow:0 17px 38px #142e5017}.reveal{opacity:1}.reveal.reveal-ready:not(.is-visible){opacity:0;transform:translateY(24px)}.reveal.reveal-ready.is-visible{opacity:1;transition:opacity .65s,transform .65s cubic-bezier(.2,.75,.25,1);transform:none}@keyframes hero-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes signal-in{0%{opacity:0;transform:translateY(20px)scale(.985)}to{opacity:1;transform:none}}@keyframes direct-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes ambient{0%{opacity:.65;transform:translate(-8px,-4px)scale(.96)}to{opacity:1;transform:translate(10px,8px)scale(1.05)}}@media (max-width:900px){.route-compare{grid-template-columns:1fr}.route-divider{display:none}.route-path{flex-wrap:wrap}.direct-access h2{font-size:1.28rem}}@media (max-width:800px){.direct-access{margin:48px 0 52px;padding:28px 24px;display:block;transform:none}.direct-heading{align-items:flex-start}.direct-access-mark{border-radius:50%;flex-basis:52px;width:52px;height:52px;padding:0}.direct-access h2{font-size:1.13rem}.route-compare{gap:12px;margin-top:22px}.route-card{padding:16px}.direct-footer{flex-direction:column;align-items:flex-start;gap:12px}.direct-access .direct-link{grid-column:auto;margin-left:0}.problems{padding-top:62px}}@media (max-width:460px){.direct-heading{display:block}.direct-access-mark{border-radius:999px;width:auto;height:auto;margin-bottom:11px;padding:4px 10px;display:inline-grid}.route-path{gap:7px;font-size:.79rem}.route-node{white-space:normal}.hero:after{width:190px;height:190px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-copy .audience-label,.hero-copy h1,.hero-copy>.lead,.hero-action,.hero-note,.signal,.signal-top,.signal-item,.direct-access,.hero:after{animation:none!important}.reveal.reveal-ready:not(.is-visible),.reveal.reveal-ready.is-visible{opacity:1;transition:none;transform:none}.btn-primary,.card,.signal-item,.direct-link{transition:none}.btn-primary:hover,.problem:hover,.feature:hover,.step:hover,.direct-link:hover{transform:none}}:root{--teal:#087f73;--violet:#6257b8;--gold:#c88b18;--coral:#e66b32}.site-header{height:auto;min-height:72px}.header-inner{grid-template-columns:auto 1fr;align-items:center;min-height:72px;display:grid}.header-inner .nav{display:contents}.header-tabs{border:1px solid var(--line);background:#ffffffb8;border-radius:999px;grid-area:1/2;justify-self:center;gap:6px;padding:5px;display:flex}.header-tabs a{color:#516176;border-radius:999px;padding:7px 13px;font-size:.78rem;font-weight:800;transition:all .2s}.header-tabs a:hover{color:var(--primary);background:#eaf1f9}.header-cta{grid-area:1/2;justify-self:end;min-height:46px;padding-inline:19px;font-size:.82rem}.section{padding:72px 0}.section-heading>span{color:var(--teal);letter-spacing:.08em;align-items:center;gap:7px;font-size:.76rem;font-weight:900;display:inline-flex}.section-heading>span:before{content:"";background:var(--teal);border-radius:4px;width:22px;height:3px}.section-heading .title{margin-top:6px}.problem-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.problem{padding:23px}.problem h3{font-size:1rem}.problem p{font-size:.88rem}.problem:nth-child(2) .problem-icon{color:var(--violet);background:#eeebff}.problem:nth-child(3) .problem-icon{color:var(--gold);background:#fff5db}.problem:nth-child(4) .problem-icon{color:var(--teal);background:#e4f5f1}.support-section{color:#fff;background:linear-gradient(130deg,#0d756c 0%,#086a73 48%,#173f73 100%)}.support-intro{grid-template-columns:1.35fr .65fr;align-items:end;gap:40px;display:grid}.support-kicker{color:#aee9df;font-size:.78rem;font-weight:900}.support-intro .title{color:#fff}.support-intro p{color:#d5eeeb;max-width:680px}.support-promise{background:#ffffff17;border:1px solid #ffffff3b;border-radius:16px;gap:5px;padding:19px 21px;display:grid}.support-promise strong{color:#ffe1a6;letter-spacing:.12em;font-size:.76rem}.support-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px;display:grid}.support-grid article{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:17px;min-height:190px;padding:22px;box-shadow:0 16px 35px #00232a1f}.support-grid article>span{color:#bdeee7;background:#ffffff21;border-radius:9px;place-items:center;width:34px;height:34px;font-size:.75rem;font-weight:900;display:inline-grid}.support-grid h3{margin:14px 0 7px;font-size:1rem}.support-grid p{color:#d4e7e8;margin:0;font-size:.84rem}.support-grid .tax-support{background:linear-gradient(145deg,#c88b1838,#ffffff1a);border-color:#ffde9985}.tax-support>span{color:#ffe19e!important}.stories-section{color:#fff;background:radial-gradient(circle at 78% 20%,#8577db4d,#0000 35%),linear-gradient(135deg,#302b63,#433b81 62%,#28345f)}.section-heading.light>span{color:#d8d2ff}.section-heading.light>span:before{background:#f1ad67}.section-heading.light .title{color:#fff}.section-heading.light>p{color:#d9d8ed;max-width:700px}.story-grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:28px;display:grid}.story-card{background:#ffffff17;border:1px solid #ffffff2e;border-radius:20px;min-height:220px;padding:28px;position:relative;box-shadow:0 18px 45px #0c0a262e}.story-type{color:#ffc184;font-size:.76rem;font-weight:900}.story-card h3{font-size:1.22rem}.story-card p{color:#deddf0}.story-status{color:#c9c6e6;background:#ffffff1c;border-radius:7px;margin-top:12px;padding:5px 10px;font-size:.72rem;display:inline-block}.user-story{background:#ffffff21}.contact-row{grid-template-columns:1.25fr .75fr;gap:14px;display:grid}.floating-check{z-index:30;background:#fff;border:1px solid #ffd2bd;border-radius:20px;width:210px;padding:19px;position:fixed;top:50%;right:16px;transform:translateY(-42%);box-shadow:0 22px 60px #142e5033}.floating-label{color:#a94720;background:#fff0e9;border-radius:6px;padding:3px 8px;font-size:.68rem;font-weight:900;display:inline-block}.floating-check>strong{color:var(--primary);margin:9px 0;font-size:1.1rem;line-height:1.45;display:block}.floating-check ul{color:var(--muted);margin:0 0 14px;padding:0;font-size:.72rem;list-style:none}.floating-check li:before{content:"✓";color:var(--teal);margin-right:5px;font-weight:900}.floating-check .btn{width:100%;min-height:48px;padding:0 10px;font-size:.76rem}@media (min-width:1180px){main{margin-right:225px}.hero>.container{max-width:1120px}}@media (max-width:1179px){.floating-check{border-radius:16px;align-items:center;gap:12px;width:auto;padding:9px 10px 9px 15px;display:flex;inset:auto 16px 14px;transform:none}.floating-check>strong{margin:0;font-size:.84rem;line-height:1.3}.floating-check>strong br,.floating-check ul,.floating-label{display:none}.floating-check .btn{width:auto;min-width:170px;margin-left:auto}.footer{padding-bottom:92px}}@media (max-width:980px){.header-tabs{display:none}.header-inner{display:block}.header-inner .nav{display:flex}.problem-grid,.support-grid{grid-template-columns:1fr 1fr}.support-intro{grid-template-columns:1fr}.support-promise{max-width:500px}.hero>.container{max-width:900px}}@media (max-width:650px){.section{padding:56px 0}.problem-grid,.support-grid,.story-grid,.contact-row{grid-template-columns:1fr}.support-grid article,.story-card{min-height:0}.header-cta,.floating-check>strong{display:none}.floating-check .btn{width:100%}.hero-note{gap:9px 16px}.hero-note span{font-size:.8rem}}@media (min-width:981px){.header-inner{grid-template-columns:auto 1fr auto}.header-tabs{grid-column:2}.header-cta{grid-column:3}}@media (max-width:980px){.site-header{min-height:0}.header-inner{padding-bottom:9px}.header-tabs{scrollbar-width:none;background:0 0;border:0;border-radius:0;justify-content:flex-start;width:100%;margin-top:6px;display:flex;overflow-x:auto}.header-tabs::-webkit-scrollbar{display:none}.header-tabs a{background:#f0f4f9;flex:none;padding:6px 12px}.header-inner .nav{min-height:54px}}@media (max-width:420px){.header-tabs{gap:5px}.header-tabs a{padding:6px 10px;font-size:.72rem}.hero{padding-top:34px}}.title{font-size:clamp(2rem,4vw,3rem)}.problem h3,.support-grid h3{font-size:1.08rem}.problem p,.support-grid p,.feature p,.step p{font-size:.96rem}.hero{color:#fff;background:radial-gradient(circle at 78% 18%,#087f7370,#0000 31%),radial-gradient(circle at 16% 85%,#6257b847,#0000 28%),linear-gradient(135deg,#0a2341 0%,#123b6b 58%,#0e315c 100%);min-height:760px;padding:82px 0 1px}.hero:before{opacity:.32;background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px)}.hero .audience-label{color:#bcece4;background:#087f732e;border:1px solid #bcece452;border-radius:999px;padding:7px 12px;font-size:.92rem}.hero h1{color:#fff;letter-spacing:-.055em;text-shadow:0 7px 28px #0003;margin:24px 0 28px;font-size:clamp(3rem,4.3vw,4.35rem);line-height:1.18}.hero h1 span{color:#fff}.hero h1 strong{color:#ff9b6c;text-shadow:0 6px 24px #e66b3233;position:relative}.hero h1 strong:after{content:"";background:linear-gradient(90deg,#ff8b55,#ffd092);border-radius:5px;height:5px;position:absolute;bottom:-7px;left:0;right:0}.hero-copy .lead{color:#d7e4f1;font-size:1.12rem}.hero-action small,.hero-note{color:#c7d8e8}.hero-note span:before{color:#76d7c6}.hero-cta{min-height:68px;padding-inline:36px;font-size:1.08rem;box-shadow:0 18px 45px #e66b326b}.signal{background:#fffffffa;box-shadow:0 28px 80px #00000047}.direct-access{background:linear-gradient(125deg,#ffffff1a,#ffffff0f);border-color:#ffffff3d;margin-bottom:58px;box-shadow:0 22px 55px #00000038}.problems{padding-top:72px}.quick-panel{z-index:40;width:400px;color:var(--ink);background:#fff;border-left:1px solid #dbe3ed;padding:34px 30px;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-18px 0 60px #071d3724}.quick-panel-head{text-align:center}.quick-panel-head>span{color:#a8431f;background:#fff0e9;border-radius:999px;padding:5px 10px;font-size:.78rem;font-weight:900;display:inline-block}.quick-panel-head>strong{color:var(--primary);margin:14px 0 5px;font-size:1.65rem;line-height:1.35;display:block}.quick-panel-head p{color:var(--muted);margin:0;font-size:.92rem}.quick-panel form{margin-top:25px}.quick-field{gap:8px;margin-top:19px;display:grid}.quick-field label{font-size:.9rem;font-weight:800}.quick-field label b,.quick-field label small{border-radius:4px;margin-left:7px;padding:2px 5px;font-size:.68rem}.quick-field label b{color:#b5412b;background:#fff0ed}.quick-field label small{color:#637084;background:#edf1f5}.quick-field select,.quick-field textarea{width:100%;min-height:54px;color:var(--ink);background:#fafdff;border:1px solid #bdc9d8;border-radius:10px;padding:12px 14px}.quick-field textarea{resize:vertical;min-height:104px}.quick-progress{color:var(--primary);justify-content:space-between;margin-top:24px;font-size:.76rem;font-weight:800;display:flex}.quick-progress-bar{background:#e1e7ef;border-radius:9px;height:7px;margin:7px 0 21px;overflow:hidden}.quick-progress-bar span{background:linear-gradient(90deg,var(--accent),#f0a14a);width:25%;height:100%;display:block}.quick-panel .btn{width:100%;min-height:60px;font-size:1rem}.quick-reassurance{text-align:center;color:var(--teal);margin:13px 0 0;font-size:.82rem;font-weight:800}.quick-mobile-link{display:none!important}@media (min-width:1180px){.site-header,main,.footer{margin-right:400px}.hero>.container{max-width:1040px}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:970px;padding:54px 0 34px}.hero h1{font-size:clamp(3.6rem,5vw,5rem)}.hero .signal{display:none}}@media (max-width:1179px){.quick-panel{border:1px solid #ffc9b1;border-radius:18px;width:auto;padding:10px;inset:auto 14px 12px;overflow:visible;box-shadow:0 14px 40px #142e5040}.quick-panel-head,.quick-panel form{display:none}.quick-mobile-link{min-height:56px;display:flex!important}.footer{padding-bottom:92px}}.hero-question-part{display:inline}.hero-question-part+.hero-question-part:before{content:" "}@media (max-width:800px){body{font-size:16px}.hero{min-height:0;padding-top:44px}.hero h1{font-size:clamp(2.35rem,10.8vw,3.05rem);line-height:1.22}.hero-main-line strong,.hero-question-part{white-space:nowrap;display:block}.hero-question-part+.hero-question-part:before{content:none}.hero-copy .lead{font-size:1.04rem}.hero-note{font-size:.88rem}.problem p,.support-grid p,.feature p,.step p{font-size:.98rem}}.lead{font-size:1.16rem}.header-tabs a{font-size:.94rem}.quick-panel{width:425px;padding:25px 27px}.quick-panel-head>strong{font-size:1.72rem}.sidebar-form{box-shadow:none;border:0;border-radius:0;margin-top:22px;padding:0}.sidebar-form h2{color:var(--primary);margin:21px 0 2px;font-size:1.5rem;line-height:1.35}.sidebar-form>.muted{margin-top:4px;font-size:.92rem}.sidebar-form .progress{margin-bottom:22px}.sidebar-form .field{margin-top:18px}.sidebar-form .input,.sidebar-form .choice{min-height:56px}.sidebar-form textarea.input{min-height:96px}.sidebar-form .form-actions{margin-top:25px}.sidebar-form .btn{min-height:58px;padding-inline:20px}.sidebar-form .consent-intro{padding:17px}.sidebar-form .consent-intro h2{font-size:1.04rem}.sidebar-form .consent-intro p,.sidebar-form .field-note{font-size:.84rem}@media (min-width:1180px){.site-header,main,.footer{margin-right:425px}.site-header .container,main .container,.footer .container,.hero>.container{width:90%;max-width:none}.hero-copy{max-width:1100px}.hero h1{font-size:clamp(3.7rem,4.7vw,5.4rem)}}@media (max-width:1179px){.quick-panel{width:auto}.quick-mobile-link{display:flex!important}.quick-panel>.sidebar-form{display:none}}@media (max-width:800px){body{font-size:17px}.lead{font-size:1.08rem}.section-heading>span,.support-kicker,.story-type{font-size:.84rem}.problem h3,.support-grid h3,.feature h3,.step h3{font-size:1.12rem}.problem p,.support-grid p,.feature p,.step p,.story-card p,.faq p{font-size:1rem}}.support-flow{border-top:1px solid #fff3;grid-template-columns:1.2fr repeat(3,1fr);align-items:stretch;gap:12px;margin-top:28px;padding-top:28px;display:grid}.support-flow-title{flex-direction:column;justify-content:center;padding-right:18px;display:flex}.support-flow-title span{color:#aee9df;font-size:.84rem;font-weight:900}.support-flow-title strong{margin-top:5px;font-size:1.15rem;line-height:1.45}.support-flow article{background:#ffffff17;border:1px solid #ffffff2e;border-radius:14px;align-items:center;gap:12px;padding:17px;display:flex}.support-flow article>b{color:#ffe0a0;background:#ffffff1f;border-radius:50%;flex:0 0 36px;place-items:center;height:36px;font-size:.78rem;display:grid}.support-flow h3{margin:0;font-size:1rem}.support-flow p{color:#d4e7e8;margin:3px 0 0;font-size:.82rem;line-height:1.5}@media (min-width:1180px){.quick-panel{width:30vw;min-width:425px;max-width:560px}.site-header,main,.footer{margin-right:clamp(425px,30vw,560px)}.site-header .container,main .container,.footer .container,.hero>.container{width:82%;max-width:1180px}.hero-copy{text-align:center;max-width:100%}.hero .audience-label{margin-inline:auto}.hero-copy .lead{max-width:800px;margin-inline:auto}.hero-action,.hero-note{justify-content:center}.hero h1{font-size:clamp(3.6rem,4.4vw,5.2rem)}.direct-access{text-align:left}.problem-grid,.support-grid{gap:18px}}@media (max-width:1050px){.support-flow{grid-template-columns:1fr 1fr}.support-flow-title{grid-column:1/-1}}@media (min-width:1180px) and (max-width:1500px){.support-grid{grid-template-columns:repeat(2,1fr)}.support-grid article{min-height:0}}@media (max-width:650px){.support-flow{grid-template-columns:1fr}.support-flow-title{grid-column:auto}.support-flow article{padding:15px}}.direct-access{color:var(--ink);background:#fff;border:0;padding:42px 46px;box-shadow:0 28px 70px #0212264d}.direct-access:before{background:linear-gradient(120deg,#087f7312,#0000 44%,#e66b320f)}.direct-heading{text-align:left;justify-content:center}.direct-access-mark{color:#fff;background:var(--accent);border:0;flex-basis:74px;width:74px;height:74px;font-size:.9rem;box-shadow:0 10px 25px #e66b3240}.direct-access p{color:#52657a;font-size:1rem}.direct-access h2{color:var(--primary);font-size:clamp(1.65rem,2.3vw,2.2rem);line-height:1.45}.route-compare{grid-template-columns:1fr 54px 1.25fr;gap:18px;margin-top:32px}.route-card{background:#f4f7fb;border:1px solid #cbd7e5;flex-direction:column;justify-content:center;min-height:132px;padding:23px 25px;display:flex}.route-featured{box-shadow:0 13px 30px #173f7338,inset 5px 0 0 var(--accent);background:linear-gradient(125deg,#173f73,#245f96);border:0}.route-label{color:#64758a;margin-bottom:14px;font-size:.9rem}.route-featured .route-label{color:#ffc09f}.route-path{min-height:42px;color:var(--primary);gap:12px;font-size:1rem}.route-node{color:var(--primary);background:#e5edf6;padding:7px 10px;font-weight:800}.route-featured .route-node{color:#fff;background:#ffffff24}.route-path strong{color:var(--primary);font-size:1.05rem}.route-featured .route-path strong{color:#fff}.route-arrow{font-size:1.1rem}.route-divider{color:#0000;background:#e7eef6;border-radius:50%;align-self:center;place-items:center;width:48px;height:48px;font-size:0;display:grid}.route-divider:before{content:"→";color:var(--primary);font-size:1.3rem;font-weight:900}.direct-footer{border-top:1px solid #e0e7ef;margin-top:25px;padding-top:21px}.direct-footer p{color:#52657a;font-size:.95rem}.direct-link{color:var(--primary);border-color:var(--accent);font-size:.96rem}.direct-link:hover{color:var(--accent)}@media (max-width:900px){.direct-access{padding:32px 26px}.route-compare{grid-template-columns:1fr}.route-divider{justify-self:center;width:42px;height:42px;transform:rotate(90deg)}.route-card{min-height:0}.direct-access h2{font-size:1.55rem}}@media (min-width:1180px) and (max-width:1600px){.direct-access{padding:38px 40px}.route-compare{grid-template-columns:1fr;gap:12px}.route-divider{justify-self:center;width:42px;height:42px;transform:rotate(90deg)}.route-card{min-height:112px}.route-path{flex-wrap:wrap}.direct-footer{align-items:flex-start}.direct-access h2{font-size:1.75rem}}@media (max-width:520px){.direct-access{padding:27px 20px}.direct-heading{display:block}.direct-access-mark{border-radius:999px;width:auto;height:auto;margin-bottom:12px;padding:6px 13px;display:inline-grid}.direct-access h2{font-size:1.35rem}.route-label{font-size:.84rem}.route-path{font-size:.94rem}.direct-footer p{font-size:.9rem}}body{background:#f8f9fd;font-size:19px}.site-header{background:#fffffff0;min-height:82px;box-shadow:0 8px 30px #1c304e0f}.header-inner{min-height:82px}.header-inner .nav{min-height:64px}.brand{font-size:1.08rem}.brand-mark{background:linear-gradient(145deg,var(--primary),var(--violet))}.temporary-name{font-size:.74rem}.header-tabs{border-color:#d8dfeb;gap:9px;padding:7px;box-shadow:0 7px 20px #173f730f}.header-tabs a{padding:10px 21px;font-size:1rem}.header-tabs a:first-child:hover{color:var(--violet);background:#f0edff}.header-tabs a:nth-child(2):hover{color:var(--teal);background:#e8f7f3}.header-tabs a:nth-child(3):hover{color:#a66a00;background:#fff4d7}.header-tabs a:nth-child(4):hover{color:var(--coral);background:#fff0e9}.header-cta{min-height:52px;font-size:.94rem}.hero{background:radial-gradient(circle at 82% 12%,#1fb8a085,#0000 31%),radial-gradient(circle at 8% 86%,#7463cd6b,#0000 32%),radial-gradient(circle at 53% 55%,#2c67aa52,#0000 38%),linear-gradient(135deg,#092442,#153f72 60%,#10325b)}.hero .audience-label{background:#129c893d;font-size:1rem}.hero-action small{font-size:.98rem}.hero-note{font-size:1rem}.hero-cta{background:linear-gradient(110deg,#ed6c31,#f29242);font-size:1.13rem}.problem{background:#ffffffe6;box-shadow:0 16px 38px #27385817}.problem:first-child{border-top:5px solid var(--coral)}.problem:nth-child(2){border-top:5px solid var(--violet)}.problem:nth-child(3){border-top:5px solid var(--gold)}.problem:nth-child(4){border-top:5px solid var(--teal)}.feature{border-bottom:5px solid #dbe8f6}.feature:first-child{border-bottom-color:#8cd4c8}.feature:nth-child(2){border-bottom-color:#f0a06f}.feature:nth-child(3){border-bottom-color:#a99ee5}.checklist li:nth-child(odd){background:#f2fbf8}.checklist li:nth-child(2n){background:#f5f3ff}.final-cta{background:radial-gradient(circle at 80% 20%,#ffbe703d,#0000 30%),linear-gradient(120deg,#173f73,#554b9d)}.section-heading>span,.support-kicker,.story-type{font-size:.96rem}.problem h3,.support-grid h3,.feature h3,.step h3{font-size:1.24rem}.support-promise strong{font-size:.88rem}.support-promise span{font-size:1.06rem}.support-flow-title span{font-size:.9rem}.support-flow-title strong{font-size:1.22rem}.support-flow h3{font-size:1.08rem}.support-flow p{font-size:.9rem}.route-label{font-size:.96rem}.route-path{font-size:1.06rem}.direct-footer p,.direct-link{font-size:1rem}.quick-panel-head>span{font-size:.84rem}.quick-panel-head p{font-size:1.02rem}.progress-label{font-size:.94rem}.sidebar-form>.muted{font-size:.98rem}.sidebar-form .field label,.sidebar-form .legend{font-size:1.02rem}.badge{font-size:.75rem}.field-note,.consent-intro p{font-size:.9rem}.footer{font-size:.94rem}@media (max-width:980px){.site-header,.header-inner{min-height:0}.header-tabs{gap:7px;padding:4px}.header-tabs a{padding:8px 16px;font-size:.88rem}}@media (max-width:520px){body{font-size:17px}.header-tabs{gap:5px}.header-tabs a{padding:7px 13px;font-size:.8rem}.hero .audience-label{font-size:.88rem}.hero-copy .lead{font-size:1.08rem}.hero-note{font-size:.94rem}.section-heading>span,.support-kicker,.story-type{font-size:.88rem}.problem p,.support-grid p,.feature p,.story-card p,.faq p{font-size:1.02rem}}.problems{background:#eef3f9}.problem{background:#fff;border-top-color:#d7e1ec!important}.problem:nth-child(2) .problem-icon,.problem:nth-child(3) .problem-icon,.problem:nth-child(4) .problem-icon{color:var(--primary);background:#e8eef6}.service{background:#fff}.feature,.feature:first-child,.feature:nth-child(2),.feature:nth-child(3){border-bottom-color:#dbe5f0}.audience-section{background:#f2f6fa}.checklist li:nth-child(odd),.checklist li:nth-child(2n){background:#fff}.notice{border-left-color:var(--primary);background:#edf4fb}.faq-section{background:#f8fafc}.hero{isolation:isolate;background:radial-gradient(circle at 82% 17%,#14c2ae99,#0000 27%),radial-gradient(circle at 13% 91%,#5c4dba80,#0000 31%),linear-gradient(128deg,#071d38 0%,#0d3767 52%,#075d70 100%);min-height:820px}.hero:before{opacity:.38;background-size:48px 48px;-webkit-mask-image:linear-gradient(#000 10%,#0000 88%);mask-image:linear-gradient(#000 10%,#0000 88%)}.hero:after{filter:blur(1px);background:linear-gradient(145deg,#ff975e3d,#ffd2830f);border:1px solid #ffffff1f;width:420px;height:420px;animation:9s ease-in-out infinite alternate ambient;top:125px;right:9%;box-shadow:0 0 90px #23cab42e}.hero-copy{position:relative}.hero-copy:before,.hero-copy:after{content:"";z-index:-1;pointer-events:none;border-radius:50%;position:absolute}.hero-copy:before{background:#6257b829;border:1px solid #ffffff1f;width:170px;height:170px;top:22px;left:-80px}.hero-copy:after{background:#ff9b6c;width:22px;height:22px;bottom:18%;right:2%;box-shadow:38px -45px #ffffff29,-25px -73px #6ddccb66}.hero .audience-label{color:#fff;background:#081e396b;border-color:#ffffff61;padding:9px 17px;box-shadow:0 10px 32px #00000029}.hero h1{text-shadow:0 12px 38px #0000004d;margin-top:30px;font-size:clamp(4rem,5vw,5.8rem);line-height:1.12}.hero h1 strong{color:#ff9b6c;text-shadow:0 8px 32px #ff753842;background:0 0;padding:0}.hero h1 strong:after{display:none}.hero-copy .lead{color:#e5eef7;max-width:850px;font-size:1.27rem;line-height:1.9}.hero-action{margin-top:36px}.hero-cta{background:linear-gradient(105deg,#f05f27,#ff994e);min-height:74px;padding-inline:42px;font-size:1.18rem;box-shadow:0 18px 48px #f05f2780,0 0 0 7px #ffffff12}.hero-note{color:#d9e7f2;margin-top:25px}.direct-access{box-shadow:0 30px 90px #000e226b}.hero-visual{z-index:0;pointer-events:none;filter:drop-shadow(0 26px 30px #000f2357);width:clamp(220px,18vw,330px);animation:.8s cubic-bezier(.2,.75,.25,1) .35s both signal-in;display:none;position:absolute;top:350px;right:1%}.hero-visual img{width:100%;height:auto;display:block}.strength-badge{color:#fff;letter-spacing:.04em;background:linear-gradient(105deg,#e95f29,#f39443);border-radius:999px;margin:-58px auto 22px;padding:8px 18px;font-size:.88rem;font-weight:900;display:table;box-shadow:0 10px 25px #e66b3247}.direct-footer strong{color:var(--primary);font-size:1.06rem}@media (min-width:1180px){.hero-copy{padding-top:66px;padding-inline:clamp(0px,5vw,90px)}.hero h1{font-size:clamp(3.7rem,4.35vw,5.3rem)}.hero-visual{display:block}.hero-copy:before,.hero-copy:after,.hero:after{display:none}.hero-copy h1,.hero-copy>.lead,.hero-action,.hero-note{z-index:2;position:relative}.hero-copy>.lead{max-width:720px}.hero-action,.hero-note{padding-right:clamp(120px,15vw,260px)}}@media (max-width:800px){.hero{min-height:0}.hero:after{width:270px;height:270px;top:110px;right:-100px}.hero-copy:before{width:130px;height:130px;left:-70px}.hero h1{font-size:clamp(2.6rem,11.5vw,3.35rem);line-height:1.18}.hero-copy .lead{font-size:1.12rem;line-height:1.8}.hero-cta{min-height:66px;padding-inline:28px;font-size:1.08rem}.hero-copy:after{display:none}}@media (prefers-reduced-motion:reduce){.hero-visual{animation:none!important}}@media (min-width:1180px){.quick-panel{width:35vw;min-width:480px;max-width:660px}.site-header,main,.footer{margin-right:clamp(480px,35vw,660px)}}.story-card h3{margin:12px 0 20px;line-height:1.55}.story-body{gap:14px;display:grid}.story-body p{margin:0;line-height:1.85}.owner-story{border-top:4px solid #f1ad67}.user-story{border-top:4px solid #9f96e3}.story-card{cursor:pointer;transition:transform .38s,box-shadow .38s,background-color .38s,border-color .38s;overflow:hidden}.story-card:focus-visible{outline-offset:5px;outline:3px solid #ffb074}.story-cue{color:#fff;align-items:center;gap:10px;margin-top:auto;font-weight:900;display:none}.story-cue>span{background:#ffffff1f;border-radius:50%;place-items:center;width:32px;height:32px;transition:transform .3s,background-color .3s;display:grid}.stories-section .section-heading{max-width:830px}@media (hover:hover) and (min-width:651px){.story-grid{grid-template-columns:1.28fr .72fr;gap:22px;transition:grid-template-columns .48s cubic-bezier(.2,.75,.25,1)}.story-card{flex-direction:column;min-height:480px;padding:34px 36px;display:flex}.story-card:hover,.story-card:focus-visible{transform:translateY(-5px);box-shadow:0 28px 70px #05112c4d}.story-body{opacity:1;max-height:700px;transition:max-height .48s cubic-bezier(.2,.75,.25,1),opacity .28s .12s,transform .38s;transform:translateY(0)}.user-story .story-body{opacity:0;pointer-events:none;max-height:0;transform:translateY(14px)}.user-story .story-cue{display:flex}:is(.story-grid:has(.user-story:hover),.story-grid:has(.user-story:focus-visible)){grid-template-columns:.72fr 1.28fr}:is(.story-grid:has(.user-story:hover) .owner-story .story-body,.story-grid:has(.user-story:focus-visible) .owner-story .story-body){opacity:0;pointer-events:none;max-height:0;transform:translateY(14px)}:is(.story-grid:has(.user-story:hover) .owner-story .story-cue,.story-grid:has(.user-story:focus-visible) .owner-story .story-cue){display:flex}:is(.story-grid:has(.user-story:hover) .user-story .story-body,.story-grid:has(.user-story:focus-visible) .user-story .story-body){opacity:1;pointer-events:auto;max-height:700px;transform:none}:is(.story-grid:has(.user-story:hover) .user-story .story-cue,.story-grid:has(.user-story:focus-visible) .user-story .story-cue){display:none}.story-card:hover .story-cue>span,.story-card:focus-visible .story-cue>span{background:#fff3;transform:translate(4px)}}@media (min-width:1180px){.stories-section .container{width:92%;max-width:1320px}.quick-panel{background:radial-gradient(circle at 100% 0,#e86b321a,#0000 27%),linear-gradient(#fff 0%,#f8fbff 100%);border-left:1px solid #cfdae8;width:40vw;min-width:500px;max-width:760px;box-shadow:-24px 0 70px #09224124}.quick-panel:before{content:"";z-index:2;background:linear-gradient(90deg,#173f73 0%,#5a4e9f 42%,#e86b32 100%);height:5px;position:absolute;top:0;left:0;right:0}.site-header,main,.footer{margin-right:clamp(500px,40vw,760px)}.quick-panel-head{background:linear-gradient(135deg,#fff8f3,#fff 58%,#f1f6fc);border:1px solid #e4d9d2;border-radius:22px;padding:20px 22px;box-shadow:0 14px 36px #173f7314}.quick-panel-head>span{color:#b64a1e;background:#ffeadf;border-radius:999px;padding:5px 11px;display:inline-flex}.sidebar-form .input,.sidebar-form .choice{background:#fffffff2;border-color:#bdcad9;box-shadow:0 5px 16px #173f730a}.sidebar-form .progress{background:#dce5ef;height:9px}.quick-panel .btn-primary{background:linear-gradient(105deg,#eb622b,#f39443);box-shadow:0 15px 34px #e66b3247}}@media (max-width:650px),(hover:none){.story-card{cursor:default;min-height:0}.story-body{opacity:1!important;max-height:none!important;transform:none!important}.story-cue{display:none!important}}@media (prefers-reduced-motion:reduce){.story-grid,.story-card,.story-body,.story-cue>span{transition:none!important}}.brand-mark{width:38px}.contact-method{align-items:flex-start;padding:16px}.contact-method input{margin-top:5px}.contact-method span{gap:2px;display:grid}.contact-method strong{color:var(--primary);font-size:1.04rem}.contact-method small{color:var(--muted);font-size:.78rem;line-height:1.45}.thanks{max-width:780px}.thanks-id-label{color:var(--muted);margin:28px 0 4px;font-size:.84rem;font-weight:800}.thanks-id{color:var(--primary);letter-spacing:.05em;background:#f2f6fb;border:1px solid #cbd8e7;border-radius:10px;padding:8px 16px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;display:inline-block}.contact-next{text-align:left;border:1px solid var(--line);background:#fff;border-radius:20px;grid-template-columns:auto 1fr;gap:20px;margin:34px auto 0;padding:26px;display:grid;box-shadow:0 16px 42px #173f7317}.contact-next-icon{color:#fff;background:var(--primary);border-radius:18px;place-items:center;width:68px;height:68px;font-size:.78rem;font-weight:900;display:grid}.line-next{background:linear-gradient(135deg,#f1fff5,#fff);border-color:#b9e6c7}.line-next .contact-next-icon{background:#06c755}.contact-next h2{color:var(--primary);margin:0;font-size:1.35rem}.contact-next p{color:var(--muted);margin:6px 0 18px}.line-button{color:#fff;background:#06c755;box-shadow:0 12px 28px #06c75538}.line-button:hover{color:#fff;background:#05aa49}.setup-notice{background:#fff5d9;border-radius:10px;padding:13px 15px;color:#7b5416!important}.thanks-reassurance{color:var(--muted);margin:24px 0 0;font-size:.92rem}.thanks-actions{margin-top:30px}@media (max-width:560px){.contact-methods{grid-template-columns:1fr}.contact-next{grid-template-columns:1fr;padding:22px}.contact-next-icon{width:58px;height:58px}.line-button{width:100%}}.brand{align-items:center;gap:9px;line-height:1.2;display:inline-flex}.brand-mark{margin-right:0}.brand-copy{gap:3px;display:grid}.brand-copy strong{color:var(--primary);letter-spacing:-.02em;font-size:1.35rem}.brand-copy small{color:#52657a;white-space:nowrap;font-size:.82rem;font-weight:750}@media (max-width:800px){.brand-copy strong{font-size:1.16rem}.brand-copy small{font-size:.7rem}}@media (max-width:520px){.brand-copy small{font-size:.64rem}.brand-copy strong{font-size:1.05rem}.brand-mark{width:34px;height:34px;font-size:.72rem}}body{font-family:Noto Sans JP,Yu Gothic UI,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;font-size:20px}p,li{line-height:1.85}.problem p,.support-grid p,.feature p,.step p,.story-card p,.faq p,.support-intro p,.section-heading>p,.partner-highlight p,.audience-section .lead{font-size:1.12rem}.hero h1{font-size:clamp(4.15rem,4.8vw,5.75rem)}.hero-copy .lead{font-size:1.22rem}.story-grid{grid-template-columns:1fr 1fr!important;gap:28px!important;transition:none!important}.story-card{cursor:default;overflow:visible;min-height:0!important;padding:34px 36px!important;transition:box-shadow .25s!important;display:block!important;transform:none!important}.story-card:hover{box-shadow:0 24px 58px #0c0a2640;transform:none!important}.story-card:before{content:"";border:12px solid #0000;border-left-width:0;border-right:15px solid #ffffff2e;position:absolute;top:80px;left:-14px}.story-speaker{align-items:center;gap:20px;margin-bottom:23px;display:flex}.story-avatar{background:linear-gradient(145deg,#ffe1c9,#d9f5ef);border:3px solid #ffffffb8;border-radius:50%;flex:0 0 112px;width:112px;height:112px;display:block;position:relative;overflow:hidden;box-shadow:0 12px 30px #070e2847}.story-avatar img{width:220px;max-width:none;height:auto;position:absolute;top:3px}.owner-avatar img{left:-8px}.user-avatar img{right:-5px}.story-speaker h3{margin:8px 0 0;font-size:1.34rem;line-height:1.5}.story-body{opacity:1!important;pointer-events:auto!important;gap:15px!important;max-height:none!important;transform:none!important}.story-cue{display:none!important}.check-intro{text-align:center;background:linear-gradient(145deg,#f4f8fd,#fff8f2);border:1px solid #d9e3ee;border-radius:18px;justify-items:center;margin-top:24px;padding:24px 22px;display:grid}.check-intro-mark{color:#fff;background:linear-gradient(135deg,var(--teal),#32af9e);border-radius:50%;place-items:center;width:54px;height:54px;margin-bottom:14px;font-size:1.35rem;font-weight:900;display:grid;box-shadow:0 10px 24px #087f7333}.check-intro strong{color:var(--primary);font-size:1.2rem}.check-intro p{color:var(--muted);margin:8px 0;font-size:.95rem;line-height:1.7}.check-intro ul{flex-wrap:wrap;justify-content:center;gap:8px;margin:8px 0 0;padding:0;list-style:none;display:flex}.check-intro li{color:#466079;background:#fff;border-radius:999px;padding:4px 10px;font-size:.78rem;font-weight:800}@media (min-width:1500px){.hero-copy>.lead{white-space:nowrap;max-width:none;font-size:clamp(1.05rem,1.05vw,1.22rem)}}@media (max-width:1179px){.hero h1{font-size:clamp(3.1rem,6vw,4.5rem)}}@media (max-width:800px){body{font-size:18px}.hero h1{font-size:clamp(2.7rem,11.8vw,3.5rem)}.hero-copy .lead{font-size:1.15rem}.problem p,.support-grid p,.feature p,.step p,.story-card p,.faq p,.support-intro p,.section-heading>p,.partner-highlight p,.audience-section .lead{font-size:1.06rem}.story-grid{grid-template-columns:1fr!important}.story-card{padding:28px 24px!important}.story-speaker{align-items:flex-start}.story-avatar{flex-basis:88px;width:88px;height:88px}.story-avatar img{width:174px}.story-speaker h3{font-size:1.2rem}}@media (max-width:460px){.story-speaker{display:grid}.story-avatar{width:82px;height:82px}.story-avatar img{width:164px}.check-intro{padding:20px 16px}}@media (prefers-reduced-motion:reduce){.story-card{transition:none!important}}body{font-size:18px}.story-grid{max-width:1040px;margin-inline:auto;grid-template-columns:1fr!important}.story-card{padding:38px 42px!important}.story-card:nth-child(2n):before{border-width:12px 0 12px 15px;border-color:#0000 #0000 #0000 #ffffff2e;left:auto;right:-14px}.story-speaker h3{font-size:1.48rem}.story-card p{font-size:1.08rem}@media (min-width:1500px){.hero h1{font-size:clamp(4.45rem,4.95vw,6rem)}.hero-copy>.lead{font-size:clamp(1.08rem,1.08vw,1.24rem)}}@media (min-width:1180px) and (max-width:1449px){.site-header,main,.footer{margin-right:0}.quick-panel{border:1px solid #ffc9b1;border-radius:18px;width:auto;min-width:0;max-width:none;padding:10px;inset:auto 14px 12px;overflow:visible;box-shadow:0 14px 40px #142e5040}.quick-panel:before,.quick-panel-head,.quick-panel>.sidebar-form{display:none}.quick-mobile-link{min-height:56px;display:flex!important}.footer{padding-bottom:92px}.header-tabs{display:flex}.hero>.container,.site-header .container,main .container,.footer .container{width:calc(100% - 48px);max-width:1180px}.hero-copy{padding-inline:0}.hero-copy>.lead{white-space:nowrap;max-width:none;font-size:1rem}}@media (max-width:800px){body{font-size:17px}.story-card{padding:28px 24px!important}.story-card p{font-size:1.04rem}.story-speaker h3{font-size:1.26rem}}@media (min-width:801px){.stories-section .container{width:96%;max-width:1400px}.story-grid{max-width:none;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:24px!important}.story-card{padding:32px 30px!important}.story-avatar{flex-basis:100px;width:100px;height:100px}.story-avatar img{width:196px}.story-speaker{gap:17px;margin-bottom:21px}.story-speaker h3{font-size:1.35rem}.story-card p{font-size:1.1rem;line-height:1.9}}@media (min-width:1500px){.hero-copy{text-align:center;padding-inline:clamp(20px,3vw,52px)}.hero-copy .audience-label,.hero-copy>.lead{margin-inline:auto}.hero-copy .audience-label,.hero-copy h1,.hero-copy>.lead{position:relative;left:-10.5%}.hero-action,.hero-note{justify-content:center;padding-right:clamp(180px,15vw,270px)}.hero-visual{width:clamp(210px,14vw,270px);top:405px;right:2.5%}}.start-screen{padding-top:2px}.start-screen>.muted{margin-bottom:0}.start-steps{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:9px;margin:30px 0 20px;display:grid}.start-steps div{border-top:3px solid var(--primary);background:linear-gradient(145deg,#f2f6fb,#fff);border-radius:13px;place-items:center;gap:4px;min-height:88px;padding:14px 8px;display:grid;box-shadow:0 8px 22px #173f7312}.start-steps div:nth-of-type(2){border-top-color:var(--teal)}.start-steps div:nth-of-type(3){border-top-color:var(--accent)}.start-steps b{color:var(--primary);letter-spacing:.08em;font-size:.8rem}.start-steps span{color:#344d68;text-align:center;font-size:.85rem;font-weight:800}.start-steps i{color:#91a2b6;font-size:.9rem;font-style:normal}.start-note{text-align:center;color:#52677e;margin:0;font-size:.86rem}.start-note span{color:var(--teal);font-weight:900}.start-screen .form-actions{margin-top:25px}.start-screen .form-actions .btn{flex-basis:auto;width:100%}.start-assurance{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:17px;display:flex}.start-assurance span{color:#50657c;background:#eef3f8;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:800}@media (max-width:520px){.start-steps{gap:5px}.start-steps div{min-height:78px;padding:11px 5px}.start-steps span{font-size:.76rem}.start-note{font-size:.8rem}}
