:root{--accent:#ff2647;--accent-text:#b51232;--ink:#1d1d1f;--muted:#626268;--line:#dcdce0;--canvas:#f5f5f7;--surface:#fff;--tint:#fff1f4;--focus:#0068d6;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;color:var(--ink);background:var(--canvas);color-scheme:light;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;font-size:1.0625rem;line-height:1.6;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}a{color:var(--ink);text-underline-offset:5px}a,button,label,select{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;background:#e9e9ed;color:#6b6b72;border-color:transparent;box-shadow:none}button:disabled:hover{transform:none;background:#e9e9ed}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--focus);outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink);letter-spacing:-.045em;line-height:1.1;text-wrap:balance}h1{font-size:clamp(2.5rem,5.5vw,4.25rem);font-weight:750;margin-bottom:18px}h2{font-size:clamp(2rem,3.8vw,3.1rem);font-weight:720;margin-bottom:22px}h3{font-size:1.375rem;font-weight:670;letter-spacing:-.025em;line-height:1.2;margin-bottom:12px}p:last-child{margin-bottom:0}[hidden]{display:none!important}.container{width:min(1120px,calc(100% - 64px));margin-inline:auto}.skip{position:fixed;left:16px;top:-100px;z-index:30;background:var(--ink);color:#fff;padding:12px 20px;border-radius:99px}.skip:focus{top:12px}
.topbar{position:sticky;top:0;z-index:20;background:rgba(250,250,252,.94);border-bottom:1px solid #1d1d1f0e;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.header{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);font-size:1rem;line-height:1.1;font-weight:700;text-decoration:none;flex-shrink:0}.mark{width:40px;height:40px;background:var(--accent);color:var(--ink);border-radius:13px;display:grid;place-items:center;font-size:1.65rem;font-weight:800;letter-spacing:-.08em;padding-right:2px}.brand small{display:block;font-weight:450;color:var(--muted);font-size:.875rem;margin-top:5px}.header-links{display:flex;gap:28px}.header-links a{font-size:.875rem;text-decoration:none;padding-block:14px}.header-links a:hover{color:var(--accent-text)}
.stage{padding:48px 24px 58px;min-height:calc(100svh - 76px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px}.intro{width:100%;max-width:940px;text-align:center}.eyebrow{font-size:.875rem;font-weight:650;color:var(--accent-text);letter-spacing:.02em;margin-bottom:14px}.lead{font-size:1.1875rem;line-height:1.5;color:var(--muted);max-width:620px;margin-inline:auto}.intro .accent{color:var(--accent-text)}.finder{width:min(840px,100%);background:var(--surface);border:1px solid #fff;border-radius:32px;padding:30px 40px 28px;box-shadow:0 20px 50px -28px #18182735,0 2px 10px #18182703;scroll-margin-top:100px}.finder-head{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:.875rem;margin-bottom:16px;font-weight:600}.counter{color:var(--muted);font-variant-numeric:tabular-nums}.step-track{list-style:none;padding:0;margin:0 0 30px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.step-track li{min-height:5px;border-radius:9px;background:#ececef}.step-track li.done{background:var(--ink)}.step-track li.current{background:var(--accent)}.finder fieldset{min-width:0;border:0;margin:0;padding:0}.finder legend{padding:0;margin-bottom:10px;font-size:2rem;font-weight:700;line-height:1.2;letter-spacing:-.04em;width:100%;text-wrap:balance}.help{font-size:1rem;color:var(--muted);margin-bottom:24px}
.choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 30px}.choices.three{grid-template-columns:1fr}.choice{display:flex;align-items:center;position:relative;gap:18px;border:1.5px solid var(--line);border-radius:20px;padding:20px 22px;min-height:104px;cursor:pointer;background:#fff;transition:border-color .16s,background .16s,box-shadow .16s}.choice-copy{min-width:0;flex:1}.choice strong{display:block;font-size:1.3125rem;font-weight:650;letter-spacing:-.025em;line-height:1.25}.choice small{display:block;font-size:.875rem;line-height:1.45;color:var(--muted);margin-top:5px}.choice input{position:absolute;width:1px;height:1px;opacity:0}.choice-check{flex:none;width:24px;height:24px;border:1.5px solid #a1a1a8;border-radius:50%;background:#fff;display:grid;place-items:center}.choice:has(input:checked){border-color:var(--accent-text);box-shadow:inset 0 0 0 .5px var(--accent-text);background:var(--tint)}.choice:has(input:checked) .choice-check{border-color:var(--accent-text);background:var(--accent-text)}.choice:has(input:checked) .choice-check::after{content:"";width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:translateY(-1px) rotate(45deg)}.choice:has(input:focus-visible){outline:3px solid var(--focus);outline-offset:4px}.choice input:focus-visible{outline:none}
.actions{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #ededf0;padding-top:24px}.button{min-height:58px;padding:16px 30px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;border-radius:999px;font-weight:650;font-size:1.0625rem;line-height:1.3;text-decoration:none;transition:background .15s,transform .15s}.primary{background:var(--ink);color:white;min-width:200px;margin-left:auto}.secondary{color:var(--ink);background:var(--canvas);border-color:var(--canvas)}.back{background:transparent;color:var(--muted);padding-inline:10px}.finder-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:22px;font-size:.875rem;color:var(--muted)}.finder-foot a{color:var(--muted);display:inline-flex;align-items:center;min-height:44px}.free-note{display:flex;align-items:center;gap:8px}.free-note span{color:var(--accent-text)}.flow-stage{padding-top:60px;justify-content:flex-start}.flow-stage .intro{max-width:860px}.flow-stage h1{font-size:clamp(2.4rem,5vw,3.6rem)}.flow-stage .finder{margin-top:0}.flow-stage .step-track{margin-bottom:28px}.flow-stage .choices.three .choice{min-height:92px}.step-context{color:var(--muted);font-size:.875rem;text-align:center;margin-top:18px}.select-wrap{margin-bottom:26px}.select-wrap label{display:block;font-size:1rem;font-weight:600;margin-bottom:10px}.select-wrap select{width:100%;min-height:68px;border:1.5px solid var(--line);border-radius:18px;background:#fff;color:var(--ink);font-size:1.1875rem;padding:16px 42px 16px 18px}.area-context{min-height:27px;margin-top:14px;font-size:1rem;color:var(--muted)}.form-error,.flow-notice{color:var(--accent-text);font-size:1rem;margin-top:18px}.noscript{font-size:1rem;padding:20px;border-radius:18px;background:var(--canvas);margin-top:20px}
.result-finder{padding:40px;max-width:900px}.result-title{font-size:clamp(1.8rem,4vw,2.5rem);text-align:center;letter-spacing:-.035em}.complete-mark{display:grid;place-items:center;margin:0 auto 22px;width:54px;height:54px;border-radius:50%;background:var(--tint);color:var(--accent-text);font-size:1.5rem}.tags{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:22px 0}.tags li{padding:8px 14px;border-radius:99px;background:var(--canvas);font-size:.875rem}.result-copy{font-size:1.125rem;color:var(--muted);margin:24px auto;max-width:650px;text-align:center}.price-box{margin:30px 0;background:var(--ink);color:white;border-radius:24px;padding:32px;text-align:center}.price-box p{color:#d3d3d8;font-size:1rem;margin-bottom:12px}.price-value{font-size:clamp(2.1rem,5vw,3.6rem);font-weight:750;letter-spacing:-.045em;line-height:1.15;display:flex;flex-wrap:wrap;justify-content:center;gap:.1em}.price-unit{font-size:1rem;letter-spacing:0;font-weight:500;display:block;margin-top:8px}.price-box .price-note{font-size:.875rem;color:#d3d3d8;margin:22px auto 0;max-width:520px}.result-advice{padding:0;list-style:none;counter-reset:advice;margin-block:28px}.result-advice li{counter-increment:advice;display:flex;gap:16px;padding:18px 0;border-bottom:1px solid var(--line);font-size:1.0625rem}.result-advice li::before{content:counter(advice,decimal-leading-zero);font-size:.875rem;color:var(--accent-text);font-weight:650;padding-top:3px}.result-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.text-link{display:block;text-align:center;font-weight:600;font-size:1rem;margin-top:24px}.notice{font-size:.875rem;line-height:1.65;color:var(--muted);text-align:center;margin-top:24px}.empty-state{text-align:center;padding-block:16px}.empty-state h2{font-size:1.8rem}.empty-state p{color:var(--muted)}
.section{padding-block:88px;background:#fff}.section:nth-of-type(odd){background:var(--canvas)}.section-intro{font-size:1.125rem;color:var(--muted);max-width:740px;line-height:1.65}.section p{color:var(--muted)}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:34px}.guide-grid>div{border:1px solid #e8e8ed;border-radius:24px;padding:28px;background:#fff}.guide-grid p{font-size:1rem;line-height:1.65}.guide-grid>div::before{display:block;font-size:.875rem;color:var(--accent-text);font-weight:650;margin-bottom:28px;content:"01"}.guide-grid>div:nth-child(2)::before{content:"02"}.guide-grid>div:nth-child(3)::before{content:"03"}.local-guide{display:grid;grid-template-columns:1fr 1.25fr;gap:72px}.local-guide h2{font-size:clamp(2rem,3vw,2.7rem)}.local-guide h3{margin-top:30px}.local-note{padding:20px 24px;border-radius:18px;background:#fff;border:1px solid var(--line);font-size:.9375rem!important;margin-top:26px}.crumbs{list-style:none;margin:0 0 32px;padding:0;display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:.875rem}.crumbs a{color:var(--muted)}.areas-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:28px;margin-top:38px}.areas-grid>div{min-width:0}.areas-grid h3{font-size:1.5rem;margin-bottom:18px}.area-links{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px}.area-links a{min-height:46px;display:inline-flex;align-items:center;padding:10px 16px;border-radius:99px;border:1px solid var(--line);font-size:.9375rem;text-decoration:none;line-height:1.3;background:#fff}.area-links a[aria-current=page]{border-color:var(--accent-text);color:var(--accent-text);background:var(--tint)}.faq{max-width:850px}.faq details{border-bottom:1px solid var(--line)}.faq summary{display:flex;align-items:center;justify-content:space-between;gap:24px;list-style:none;min-height:84px;padding-block:22px;font-size:1.1875rem;font-weight:600;line-height:1.4;letter-spacing:-.02em;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";font-size:1.6rem;font-weight:400;color:var(--muted)}.faq details[open] summary::after{content:"−"}.faq details p{font-size:1.0625rem;margin:0 0 26px;max-width:720px}.footer{padding-block:36px;background:var(--canvas);border-top:1px solid #e8e8ed}.footer-inner{display:grid;grid-template-columns:auto 1fr;column-gap:50px;row-gap:16px;align-items:start}.footer p{font-size:.875rem;max-width:78ch;color:var(--muted);margin:0}.footer-inner>a:last-child{font-size:.875rem;grid-column:2;justify-self:start;padding-block:8px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(hover:hover){.primary:hover{background:#353539;transform:translateY(-1px)}.secondary:hover{background:#e9e9ed}.back:hover{color:var(--ink);background:var(--canvas)}.choice:hover{border-color:#96969e;background:#fafafa}.choice:has(input:checked):hover{background:var(--tint)}.area-links a:hover{border-color:var(--ink);background:var(--canvas)}}
@media(max-width:820px){.container{width:calc(100% - 40px)}.guide-grid{gap:14px}.guide-grid>div{padding:22px}.local-guide{gap:30px}.areas-grid{grid-template-columns:1fr;gap:32px}.footer-inner{column-gap:25px}.stage{padding-inline:20px}.finder{padding:28px}.choice{padding:20px 18px}}
@media(max-width:600px){html{scroll-padding-top:78px}.container{width:calc(100% - 32px)}.header{min-height:66px;gap:12px}.brand{font-size:.9375rem;gap:9px}.mark{width:35px;height:35px;border-radius:11px;font-size:1.5rem}.brand small{font-size:.8125rem;margin-top:4px}.header-links{gap:12px}.header-links a{font-size:.875rem}.header-links a:first-child{display:none}.stage{min-height:calc(100svh - 66px);padding:30px 16px 36px;gap:23px;justify-content:flex-start}.intro{padding-inline:2px}h1{font-size:2.625rem;margin-bottom:14px;letter-spacing:-.05em}.lead{font-size:1.0625rem;line-height:1.5}.eyebrow{font-size:.875rem;margin-bottom:12px}.finder{border-radius:26px;padding:24px 18px 18px;scroll-margin-top:82px}.finder-head{font-size:.875rem;margin-bottom:13px}.step-track{gap:6px;margin-bottom:24px}.finder legend{font-size:1.7rem}.help{font-size:1rem;line-height:1.5;margin-bottom:21px}.choices{gap:10px;margin-bottom:22px}.choice{padding:17px 14px;min-height:116px;gap:10px;align-items:flex-start;flex-direction:column-reverse;justify-content:flex-end;border-radius:18px}.choice-check{width:21px;height:21px;align-self:flex-end}.choice-copy{flex:none}.choice strong{font-size:1.125rem}.choice small{font-size:.875rem;line-height:1.35}.choices.three .choice{flex-direction:row;align-items:center;justify-content:space-between;min-height:94px}.choices.three .choice-copy{flex:1}.choices.three .choice-check{align-self:center}.actions{gap:10px;padding-top:20px}.button{min-height:58px;font-size:1.0625rem;padding:16px 22px}.primary{min-width:0;flex:1}.back{padding-inline:12px}.finder-foot{font-size:.875rem;flex-direction:column;gap:0;margin-top:18px;text-align:center}.finder-foot a{min-height:44px}.flow-stage{padding-top:32px}.flow-stage h1{font-size:2.5rem;line-height:1.1}.flow-stage .finder{padding-top:24px}.flow-stage .step-track{margin-bottom:24px}.select-wrap select{font-size:1.0625rem;min-height:66px}.step-context{font-size:.875rem;line-height:1.5}.section{padding-block:54px}.section h2{font-size:2.125rem}.section-intro{font-size:1.0625rem}.guide-grid{grid-template-columns:1fr;gap:14px;margin-top:25px}.guide-grid>div{padding:26px;border-radius:22px}.guide-grid>div::before{margin-bottom:18px}.local-guide{grid-template-columns:1fr;gap:12px}.local-guide h2{margin-bottom:8px}.local-guide h3{margin-top:26px}.crumbs{gap:7px;margin-bottom:28px}.faq summary{font-size:1.125rem;min-height:80px;gap:20px}.faq details p{font-size:1rem}.result-finder{padding:28px 18px}.result-title{font-size:1.875rem}.price-box{padding:28px 16px;border-radius:22px}.price-value{font-size:2.5rem}.price-box .price-note{font-size:.875rem}.result-copy{font-size:1.0625rem}.result-actions{flex-direction:column}.result-actions .button{width:100%}.tags li{font-size:.875rem;padding:7px 11px}.footer-inner{grid-template-columns:1fr;gap:18px}.footer-inner>a:last-child{grid-column:1}.footer p{font-size:.875rem}.footer{padding-bottom:calc(32px + env(safe-area-inset-bottom))}}
@media(max-width:360px){h1{font-size:2.25rem}.flow-stage h1{font-size:2.125rem}.finder{padding-inline:15px}.choices{gap:8px}.choice{padding:15px 11px}.choice strong{font-size:1.0625rem}.price-value{font-size:2.125rem}.finder-head{gap:8px}.header-links a{font-size:.8125rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

.result-actions .primary{margin-left:0}.intro,.choice-copy,.section h2{overflow-wrap:break-word}
@media(max-width:600px){.choices:not(.three) .choice{flex-direction:row;align-items:center;min-height:94px;padding:18px 12px;gap:8px}.choices:not(.three) .choice-copy{flex:1}.choices:not(.three) .choice small{display:none}.choices:not(.three) .choice-check{align-self:center}.stage:not(.flow-stage) .help{display:none}.stage:not(.flow-stage) legend{margin-bottom:22px}}
.header{flex-wrap:wrap;padding-block:12px}.actions{flex-wrap:wrap}.button{overflow-wrap:break-word}.price-value>span{white-space:nowrap}
