.mt-root{--mt-ink:#2a2640;--mt-ink-soft:#5f5a78;--mt-coral:#ff7a59;--mt-coral-deep:#ff5e7d;--mt-lav:#9b7bff;--mt-lav-text:#6847d6;--mt-peach:#ffd6c2;--mt-cream:#fff8f3;--mt-mint:#3ec9a7;--mt-gold:#e2a33e;--mt-white:#fff;--mt-radius:22px;--mt-shadow:0 18px 50px -20px #7850c859;--mt-cta-shadow:0 12px 30px -8px oklch(from var(--mt-coral-deep)l c h/.6);--mt-maxw:1080px;--color-text-primary:var(--mt-ink);--color-text-title:var(--mt-ink);--color-text-muted:var(--mt-ink-soft);--color-border:#e4ddf0;--color-surface-input:var(--mt-white);--color-error-muted:#c2334d;--color-bg-primary:var(--mt-cream);--color-accent:var(--mt-coral);--color-button-primary-text:var(--mt-white);--color-accent-text:var(--mt-lav-text);color:var(--mt-ink);background:var(--mt-cream);font-family:Hiragino Sans,Hiragino Kaku Gothic ProN,Noto Sans JP,system-ui,-apple-system,sans-serif;line-height:1.8;overflow-x:clip}.mt-root *{box-sizing:border-box}.mt-wrap{max-width:var(--mt-maxw);margin:0 auto;padding:0 24px}.mt-root a{color:inherit;text-decoration:none}.mt-btn{white-space:nowrap;background:linear-gradient(135deg,var(--mt-coral),var(--mt-coral-deep));color:var(--mt-ink);cursor:pointer;box-shadow:var(--mt-cta-shadow);border:none;border-radius:999px;align-items:center;gap:10px;padding:16px 34px;font-size:1.05rem;font-weight:700;transition:transform .18s,box-shadow .18s;display:inline-flex}.mt-btn:hover{transform:translateY(-3px)}.mt-section{padding:96px 0}.mt-root main>:nth-child(odd){background:var(--mt-peach)}.mt-root main>:nth-child(2n){background:var(--mt-white)}.mt-center{text-align:center}.mt-section-title{margin:0;font-size:clamp(1.7rem,4vw,2.5rem);font-weight:800;line-height:1.4}.mt-section-title,.mt-lead:not(.mt-why-lead){word-break:keep-all;overflow-wrap:anywhere}.mt-why-lead,.mt-turn,.mt-muted,.mt-faq-a,.mt-uc-block p,.mt-voice blockquote{word-break:auto-phrase}.mt-muted{color:var(--mt-ink-soft)}.mt-header{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(12px);backdrop-filter:saturate(180%)blur(12px);background:#fff8f3c7;border-bottom:1px solid #9b7bff1f;position:sticky;top:0}.mt-nav{justify-content:space-between;align-items:center;height:70px;display:flex}.mt-logo{align-items:center;gap:10px;font-size:1.4rem;font-weight:900;display:flex}.mt-nav-links{color:var(--mt-ink-soft);align-items:center;gap:28px;font-size:.92rem;font-weight:600;display:flex}.mt-btn.mt-btn-disabled{background:var(--mt-ink-soft);box-shadow:none;cursor:not-allowed;opacity:.75}.mt-btn.mt-btn-disabled:hover{box-shadow:none;transform:none}.mt-nav-links .mt-btn{color:var(--mt-ink);padding:10px 22px;font-size:.92rem}@media (max-width:760px){.mt-nav-links a:not(.mt-btn):not(.mt-locale-toggle){display:none}}@media (max-width:599px){.mt-logo{gap:6px;font-size:1.1rem}.mt-logo-mark{height:26px}.mt-nav-links{gap:8px}.mt-nav-links .mt-btn{padding:8px 12px;font-size:.85rem}.mt-locale-seg{padding:4px 9px}}@media (max-width:479px){.mt-logo-text{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}}.mt-logo-mark{width:auto;height:32px;display:block}.mt-locale-toggle{border:1.5px solid var(--mt-lav);font:inherit;cursor:pointer;background:0 0;border-radius:999px;grid-auto-columns:1fr;grid-auto-flow:column;padding:0;text-decoration:none;display:inline-grid;position:relative;overflow:hidden}.mt-locale-toggle:before{content:"";background:var(--mt-lav);width:50%;transition:transform .2s;position:absolute;inset:0 auto 0 0}.mt-locale-toggle[data-locale=ja]:before{transform:translate(100%)}.mt-locale-seg{text-align:center;white-space:nowrap;color:var(--mt-lav-text);padding:6px 14px;font-size:.78rem;font-weight:700;transition:color .2s;position:relative}.mt-locale-seg-active{color:var(--mt-white)}.mt-hero{background:var(--mt-peach);padding:260px 0 270px;position:relative;overflow:hidden}.mt-hero-grid{z-index:2;text-align:center;max-width:680px;margin:0 auto;position:relative}.mt-hero h1{word-break:keep-all;white-space:pre-line;margin:0;font-size:clamp(2.1rem,8vw,35pt);font-weight:900;line-height:1.32}.mt-hl{color:var(--mt-coral-deep);font-weight:900}.mt-lead{color:var(--mt-ink-soft);max-width:520px;margin:24px auto 0;font-size:1.12rem}.mt-hero-cta{margin-top:32px}.mt-float-layer{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.mt-float-card{perspective:600px;opacity:0;pointer-events:auto;cursor:pointer;width:270px;height:160px;animation:18s ease-in-out infinite alternate mt-float-drift,.8s cubic-bezier(.16,1,.3,1) forwards mt-float-in;position:absolute}.mt-float-card-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .5s cubic-bezier(.16,1,.3,1);position:relative}.mt-float-card:hover .mt-float-card-inner{transform:rotateY(180deg)}.mt-float-card-front,.mt-float-card-back{backface-visibility:hidden;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffb8;border:1px solid #fffc;border-radius:12px;flex-direction:column;padding:12px;display:flex;position:absolute;inset:0;box-shadow:0 0 0 .5px #2d2a3a14,0 4px 12px #2d2a3a14,0 12px 32px #2d2a3a0f}.mt-float-card-back{transform:rotateY(180deg)}.mt-float-card-head{align-items:center;gap:10px;margin-bottom:10px;display:flex}.mt-float-card-icon{object-fit:cover;border-radius:50%;flex:none;width:36px;height:36px}.mt-float-card-title{flex:1;min-width:0}.mt-float-card-name{color:var(--mt-ink);font-size:.82rem;font-weight:700;line-height:1.2}.mt-float-card-sub{letter-spacing:.05em;text-transform:uppercase;color:var(--mt-ink-soft);background:#2a264012;border-radius:4px;margin-top:3px;padding:2px 6px;font-size:.52rem;font-weight:700;display:inline-block}html[lang=ja] .mt-float-card-sub{letter-spacing:0;font-size:.62rem}.mt-float-card-sub[data-band=need]{color:#1a8a6e;background:#3ec9a726}.mt-float-card-sub[data-band=nice]{color:var(--mt-lav-text);background:#9b7bff1f}.mt-float-card-sub[data-band=neutral]{color:var(--mt-ink-soft);background:#2a264012}.mt-float-card-sub-q{color:var(--mt-lav-text);background:#9b7bff1f}.mt-float-card-pct{color:var(--mt-ink-soft);flex:none;font-size:.78rem;font-weight:800}.mt-float-card-insight{color:var(--mt-ink-soft);font-size:.72rem;line-height:1.5}.mt-float-card-question{color:var(--mt-ink);font-size:.72rem;font-weight:500;line-height:1.5}.mt-float-card-actions{gap:8px;margin-top:auto;padding-top:8px;display:flex}.mt-float-card-actions svg{width:16px;height:16px;color:var(--mt-ink-soft);opacity:.45}@keyframes mt-float-drift{0%{transform:var(--float-from)}to{transform:var(--float-to)}}@keyframes mt-float-in{0%{opacity:0;transform:translateY(12px)var(--float-from)}to{opacity:var(--float-opacity,.7);transform:var(--float-from)}}@media (max-width:880px){.mt-float-layer{display:none}.mt-hero{padding:56px 0 64px}}@media (prefers-reduced-motion:reduce){.mt-float-card{opacity:var(--float-opacity,.7);animation:none}.mt-float-card-inner{transition:none}}.mt-card-mock{background:var(--mt-white);border-radius:var(--mt-radius);box-shadow:var(--mt-shadow);text-align:left;padding:24px 24px 20px;position:relative}.mt-card-badge{background:var(--mt-ink);color:var(--mt-white);border-radius:999px;padding:5px 12px;font-size:.7rem;font-weight:700;position:absolute;top:-13px;left:24px}.mt-card-mock h4{margin:0 0 3px;font-size:.98rem}.mt-card-sub{color:var(--mt-ink-soft);margin-bottom:14px;font-size:.74rem}.mt-bar{align-items:center;gap:8px;margin:6px 0;padding-right:34px;display:flex}.mt-bar-name{text-align:right;white-space:nowrap;flex:none;width:112px;font-size:.72rem;font-weight:700}.mt-bar-track{background:linear-gradient(90deg,#eef2f6 0 30%,#e6edf1 30% 70%,#dce4e9 70% 100%);border-radius:2px;flex:1;height:15px;position:relative}.mt-bar-fill{background:linear-gradient(90deg,#9cb6c5,#2f4a5e);border-radius:2px 0 0 2px;height:100%;position:absolute;top:0;left:0}.mt-bar-pct{color:#2f4a5e;white-space:nowrap;font-size:.68rem;font-weight:700;position:absolute;top:50%;transform:translateY(-50%)}.mt-ecards{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}@media (max-width:760px){.mt-ecards{grid-template-columns:1fr}}.mt-ecard{background:var(--mt-white);border-radius:18px;align-items:center;min-height:96px;padding:28px 26px;display:flex;box-shadow:0 10px 30px -18px #7850c859}.mt-ecard p{color:var(--mt-ink-soft);margin:0;font-size:.96rem}.mt-turn{text-align:center;white-space:pre-line;margin-top:46px;font-size:clamp(1.3rem,3.4vw,1.9rem);font-weight:800;line-height:1.6}.mt-turn .mt-accent{color:var(--mt-coral-deep)}.mt-mot-panes{text-align:left;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);align-items:start;gap:22px;margin-top:34px;display:grid}@media (max-width:880px){.mt-mot-panes{grid-template-columns:minmax(0,1fr)}}.mt-mot-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;gap:12px;display:grid}@media (max-width:440px){.mt-mot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.mt-mchip{text-align:center;background:var(--chip-color);color:var(--mt-white);font:inherit;cursor:pointer;border:1px solid #0000;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;padding:20px 10px 16px;transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s;display:flex}.mt-mchip:hover{transform:translateY(-3px)}.mt-mchip[aria-selected=true]{border-color:var(--mt-ink);box-shadow:0 0 0 2px var(--mt-ink),0 8px 22px -10px var(--chip-color)}.mt-mchip img{width:54px;max-width:100%;height:54px;display:block}.mt-mchip h5{margin:0;font-size:.86rem;font-weight:800;line-height:1.4}.mt-mot-hint{border:2px dashed oklch(from var(--mt-lav-text)l c h/.4);color:var(--mt-lav-text);text-align:center;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:2px;margin:0;padding:16px 10px;font-size:.8rem;font-weight:700;line-height:1.5;display:flex}.mt-mot-hint b{font-size:.95rem;font-weight:800}.mt-mot-detail{border-radius:var(--mt-radius);background:var(--chip-color);color:var(--mt-white);flex-direction:column;padding:28px 32px 20px;display:flex}@media (min-width:881px){.mt-mot-detail{min-height:32rem}}.mt-mot-detail-live{flex-direction:column;display:flex}.mt-mot-detail-content{flex-direction:column;animation:.26s ease-out mt-view-in-right;display:flex}.mt-mot-detail-head{border-bottom:1px solid oklch(from var(--mt-white)l c h/.45);align-items:center;gap:14px;padding-bottom:16px;display:flex}.mt-mot-detail-head img{flex-shrink:0;width:68px;max-width:100%;height:68px}.mt-mot-detail-head h3{margin:0;font-size:1.45rem;font-weight:800;line-height:1.35}.mt-mot-detail-head p{letter-spacing:.04em;color:oklch(from var(--mt-white)l c h/.92);margin:0;font-size:.82rem;font-weight:700}.mt-mot-detail-body{overflow-wrap:anywhere;max-width:52ch;margin:18px 0 0;font-size:.95rem;line-height:1.95}.mt-mot-detail-values{margin:14px 0 0;padding:0;font-size:.9rem;line-height:1.85;list-style:none}.mt-mot-detail-values li{overflow-wrap:anywhere;padding-left:1.15em;position:relative}.mt-mot-detail-values li:before{content:"●";color:oklch(from var(--mt-white)l c h/.85);font-size:.7em;line-height:2.5;position:absolute;left:0}.mt-mot-detail-foot{justify-content:flex-end;align-items:center;gap:10px;margin-top:auto;padding-top:20px;display:flex}.mt-mot-detail-count{font-variant-numeric:tabular-nums;color:oklch(from var(--mt-white)l c h/.92);margin-right:4px;font-size:.78rem;font-weight:700}.mt-mot-detail-arrow{border:1px solid var(--mt-ink);background:var(--mt-white);width:40px;height:40px;color:var(--mt-ink);cursor:pointer;border-radius:50%;flex-shrink:0;place-items:center;padding:0;transition:background-color .15s;display:grid}.mt-mot-detail-arrow:hover{background:oklch(from var(--mt-ink)l c h/.12)}.mt-mot-detail-arrow:focus-visible{outline-color:var(--mt-ink);outline-offset:2px}@media (max-width:560px){.mt-mot-detail{padding:24px 20px 18px}.mt-mot-detail-head img{width:54px;height:54px}.mt-mot-detail-head h3{font-size:1.2rem}}@media (prefers-reduced-motion:reduce){.mt-mot-detail-content{animation:none}.mt-mchip{transition:none}.mt-mchip:hover{transform:none}}.mt-step-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:50px;display:grid}@media (max-width:760px){.mt-step-grid{grid-template-columns:1fr}}.mt-step{background:var(--mt-cream);border-radius:20px;flex-direction:column;padding:30px 24px;display:flex}.mt-step-n{color:#ff7a5959;font-size:2.4rem;font-weight:900;line-height:1}.mt-step h4{margin:8px 0;font-size:1.15rem}.mt-step p{color:var(--mt-ink-soft);margin:0;font-size:.92rem}.mt-why-lead{text-align:left;max-width:760px}.mt-why-sublabel{text-align:center;color:var(--mt-lav-text);margin:54px 0 0;font-weight:700}.mt-why-grid{grid-template-rows:auto repeat(4,auto);row-gap:0}.mt-why-card{grid-row:span 5;grid-template-rows:subgrid;display:grid}.mt-why-card dl{grid-row:span 4;grid-template-rows:subgrid;margin:14px 0 0;display:grid}.mt-why-row{padding-top:14px}.mt-why-card dt{color:var(--mt-lav-text);font-size:.74rem;font-weight:700}.mt-why-card dd{color:var(--mt-ink-soft);margin:4px 0 0;font-size:.92rem}@media (max-width:760px){.mt-why-grid{row-gap:24px}.mt-why-card{display:flex}.mt-why-card dl{display:block}}.mt-why-card-lead{background:var(--mt-white);box-shadow:var(--mt-shadow);position:relative}.mt-why-card-lead dd{color:var(--mt-ink)}.mt-why-pill{background:var(--mt-ink);color:var(--mt-white);border-radius:999px;padding:5px 12px;font-size:.7rem;font-weight:700;position:absolute;top:-13px;right:24px}@media (max-width:760px){.mt-why-pill{align-self:flex-start;margin-bottom:10px;position:static}}.mt-survey-anim{background:var(--mt-white);border-radius:14px;margin-top:auto;padding-top:18px;overflow:hidden;box-shadow:0 4px 16px #00000014}.mt-survey-progress{background:#d9553526;height:4px}.mt-survey-progress-fill{background:#d95535;border-radius:0 2px 2px 0;height:100%;transition:width .4s}.mt-survey-card{padding:20px;transition:opacity .4s,transform .4s}.mt-survey-card.mt-survey-fade{opacity:0;transform:translate(-12px)}.mt-survey-qnum{color:#c9354d;letter-spacing:.05em;margin-bottom:6px;font-size:.7rem;font-weight:700}.mt-survey-qtext{color:var(--mt-ink);margin:0 0 16px;font-size:.88rem;font-weight:600;line-height:1.4}.mt-survey-scale{justify-content:space-between;align-items:center;padding:0 4px;display:flex}.mt-survey-dot{cursor:default;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.mt-survey-dot-circle{background:0 0;border:2px solid #d9553559;border-radius:50%;width:18px;height:18px;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.mt-survey-dot-active .mt-survey-dot-circle{background:#d95535;border-color:#d95535;transform:scale(1.3);box-shadow:0 0 0 4px #d9553533}.mt-survey-labels{justify-content:space-between;padding:4px 4px 0;display:flex}.mt-survey-label{color:var(--mt-ink-soft);text-align:center;white-space:nowrap;min-width:36px;font-size:.62rem}.mt-profile-anim{background:var(--mt-white);border-radius:14px;margin-top:auto;padding:18px 16px 16px;overflow:hidden;box-shadow:0 4px 16px #00000014}.mt-profile-header{align-items:center;gap:10px;margin-bottom:14px;display:flex}.mt-profile-avatar{background:linear-gradient(135deg,var(--mt-peach),var(--mt-coral));border-radius:50%;flex:none;width:32px;height:32px}.mt-profile-info{flex-direction:column;flex:1;gap:4px;display:flex}.mt-profile-name-bar{background:#2a26401f;border-radius:4px;width:80px;height:8px}.mt-profile-sub-bar{background:#2a264012;border-radius:3px;width:50px;height:6px}.mt-profile-bars{flex-direction:column;gap:6px;display:flex}.mt-profile-row{align-items:center;gap:6px;display:flex}.mt-profile-label{text-align:right;width:72px;color:var(--mt-ink-soft);white-space:nowrap;flex:none;font-size:.62rem;font-weight:600}.mt-profile-track{background:#2a26400f;border-radius:5px;flex:1;height:10px;overflow:hidden}.mt-profile-fill{border-radius:5px;height:100%;transition:width .6s cubic-bezier(.34,1.56,.64,1)}.mt-profile-pct{width:28px;color:var(--mt-ink-soft);flex:none;font-size:.62rem;font-weight:700;transition:opacity .3s}.mt-report-anim{background:var(--mt-white);border-radius:14px;margin-top:auto;padding:18px 16px 16px;overflow:hidden;box-shadow:0 4px 16px #00000014}.mt-report-title-bar{align-items:center;gap:8px;margin-bottom:14px;display:flex}.mt-report-title-pill{background:var(--mt-coral);border-radius:50%;width:10px;height:10px}.mt-report-title-text{background:#2a26401f;border-radius:4px;width:100px;height:8px}.mt-report-dots{justify-content:center;gap:6px;margin-bottom:12px;display:flex}.mt-report-dot{background:#2a264026;border-radius:50%;width:6px;height:6px;transition:background .3s}.mt-report-dot-active{background:var(--mt-lav)}.mt-report-stage{min-height:70px;position:relative}.mt-report-section{opacity:0;pointer-events:none;background:#9b7bff0d;border-radius:8px;padding:10px;transition:opacity .5s,transform .5s;position:absolute;inset:0;transform:translateY(6px)}.mt-report-section.mt-report-active{opacity:1;pointer-events:auto;transform:translateY(0)}.mt-report-section-head{color:var(--mt-ink);align-items:center;gap:6px;margin-bottom:8px;font-size:.72rem;font-weight:700;display:flex}.mt-report-section-head svg{color:var(--mt-lav-text);flex:none}.mt-report-lines{flex-direction:column;gap:5px;display:flex}.mt-report-line{background:#2a264014;border-radius:3px;height:5px}.mt-video-frame{width:100%;max-width:760px;height:0;box-shadow:var(--mt-shadow);border-radius:18px;margin:40px auto 0;padding-bottom:min(56.25%,427px);position:relative;overflow:hidden}.mt-video-frame iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.mt-price-card{background:var(--mt-cream);border:2px solid var(--mt-coral);max-width:440px;box-shadow:var(--mt-shadow);text-align:center;border-radius:24px;margin:46px auto 0;padding:40px 34px}.mt-price-card h3{margin:0;font-size:1.3rem}.mt-amt{margin:10px 0 2px;font-size:2.8rem;font-weight:900}.mt-amt small{color:var(--mt-ink-soft);font-size:1rem;font-weight:600}.mt-price-note{color:var(--mt-ink-soft);margin-bottom:24px;font-size:.82rem}.mt-price-card ul{text-align:left;flex-direction:column;gap:11px;margin:0 0 26px;padding:0;list-style:none;display:flex}.mt-price-card li{gap:9px;font-size:.94rem;display:flex}.mt-price-card li:before{content:"✓";color:var(--mt-mint);font-weight:900}.mt-faq details{background:var(--mt-white);box-shadow:0 8px 24px -20px oklch(from var(--mt-lav)l c h/.4);border-radius:14px;margin-top:14px;padding:4px 22px}.mt-faq summary{cursor:pointer;justify-content:space-between;align-items:center;padding:18px 0;font-size:1rem;font-weight:700;list-style:none;display:flex}.mt-faq summary::-webkit-details-marker{display:none}.mt-faq summary:after{content:"+";color:var(--mt-lav);font-size:1.5rem;font-weight:400;transition:transform .25s}.mt-faq details[open] summary:after{transform:rotate(45deg)}.mt-faq details{interpolate-size:allow-keywords}.mt-faq details::details-content{block-size:0;transition:block-size .3s ease,content-visibility .3s allow-discrete;overflow-y:clip}.mt-faq details[open]::details-content{block-size:auto}@media (prefers-reduced-motion:reduce){.mt-faq details::details-content{transition:none}.mt-faq summary:after{transition:none}}.mt-faq-a{padding:0 0 20px;font-size:.92rem;line-height:1.85}.mt-faq-a strong{color:var(--mt-ink);font-weight:700}.mt-faq-a span{color:var(--mt-ink-soft);margin-top:8px;display:block}.mt-faq-a ul{color:var(--mt-ink-soft);margin:8px 0 0 1.1em}.mt-checkout-panel{background:var(--mt-white);border-radius:var(--mt-radius);max-width:30rem;box-shadow:var(--mt-shadow);text-align:left;margin:40px auto 0;padding:34px 30px}@keyframes mt-attention-pulse{0%{box-shadow:var(--mt-shadow),0 0 0 0 oklch(from var(--mt-coral)l c h/.55)}70%{box-shadow:var(--mt-shadow),0 0 0 16px oklch(from var(--mt-coral)l c h/0)}to{box-shadow:var(--mt-shadow),0 0 0 0 oklch(from var(--mt-coral)l c h/0)}}.mt-checkout-panel.mt-attention{animation:.9s ease-out 2 mt-attention-pulse}@media (prefers-reduced-motion:reduce){.mt-checkout-panel.mt-attention{outline:3px solid var(--mt-coral);outline-offset:4px;animation:none}}.mt-checkout-btn{width:100%;font:inherit;color:var(--mt-white);background:linear-gradient(135deg,var(--mt-coral),var(--mt-coral-deep));cursor:pointer;box-shadow:var(--mt-cta-shadow);border:none;border-radius:999px;margin-top:6px;padding:14px 16px;font-size:1rem;font-weight:700;transition:transform .18s,box-shadow .18s}.mt-checkout-btn:hover:not(:disabled){transform:translateY(-3px)}.mt-checkout-btn:disabled{cursor:wait;opacity:.7}.mt-confirm-card{background:var(--mt-cream);border:1px solid var(--color-border);border-radius:14px;margin-bottom:16px;padding:16px 18px}.mt-confirm-card h2{margin:0 0 8px;font-size:.95rem;font-weight:700}.mt-confirm-card dl{margin:0}.mt-confirm-product{margin:0 0 6px;font-weight:700}.mt-kv{justify-content:space-between;gap:14px;padding:4px 0;font-size:.9rem;line-height:1.5;display:flex}.mt-kv dt{color:var(--mt-ink-soft)}.mt-kv dd{text-align:right;overflow-wrap:anywhere;margin:0}.mt-kv-total{border-top:1px solid var(--color-border);margin-top:6px;padding-top:10px;font-size:1.1rem;font-weight:800}.mt-kv-total dt{color:inherit}.mt-kv-total dd{color:var(--mt-ink)}.mt-disclosure{margin-top:12px;font-size:.85rem;line-height:1.6}.mt-disclosure:first-child{margin-top:0}.mt-disclosure dt{font-weight:700}.mt-disclosure dd{color:var(--mt-ink-soft);margin:2px 0 0}.mt-textlink{font:inherit;color:var(--mt-lav-text);cursor:pointer;background:0 0;border:none;margin-top:10px;padding:0;font-size:.85rem;text-decoration:underline}.mt-textlink:disabled{cursor:default;opacity:.5;text-decoration:none}.mt-confirm-footnote{color:var(--mt-ink-soft);margin:10px 0 0;font-size:.78rem;line-height:1.6}.mt-checkout-anchor{scroll-margin-top:84px}@keyframes mt-view-in-right{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:none}}@keyframes mt-view-in-left{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:none}}.mt-view-forward{animation:.26s ease-out mt-view-in-right}.mt-view-back{animation:.26s ease-out mt-view-in-left}@media (prefers-reduced-motion:reduce){.mt-view-forward,.mt-view-back{animation:none}}.mt-footer{background:var(--mt-ink);color:#ffffffb3;padding:50px 0 36px;font-size:.86rem}.mt-footer .mt-logo{color:var(--mt-white)}.mt-foot-grid{flex-wrap:wrap;justify-content:space-between;gap:30px;display:flex}.mt-foot-cols{flex-wrap:wrap;gap:60px;display:flex}.mt-foot-col h6{color:var(--mt-white);margin:0 0 12px;font-size:.82rem}.mt-foot-col a{margin-bottom:8px;display:block}.mt-foot-bottom{color:#ffffff80;border-top:1px solid #ffffff1f;margin-top:36px;padding-top:24px;font-size:.78rem}.mt-uc-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:46px;display:grid}@media (max-width:760px){.mt-uc-grid{grid-template-columns:1fr}}.mt-uc{--mt-uc-tint:var(--mt-coral);background:var(--mt-white);border-radius:var(--mt-radius);box-shadow:0 10px 30px -20px oklch(from var(--mt-lav)l c h/.4);padding:30px 28px}.mt-uc:nth-child(2){--mt-uc-tint:var(--mt-lav)}.mt-uc:nth-child(3){--mt-uc-tint:var(--mt-mint)}.mt-uc:nth-child(4){--mt-uc-tint:var(--mt-gold)}.mt-uc-head{border-bottom:1px solid var(--color-border);align-items:flex-start;gap:14px;padding-bottom:18px;display:flex}.mt-uc-head h3{margin:0;font-size:1.08rem;line-height:1.5}.mt-uc-av{background:var(--mt-uc-tint);width:44px;height:44px;color:var(--mt-white);border-radius:13px;flex:none;justify-content:center;align-items:center;display:flex}.mt-uc-av svg{width:26px;height:26px}.mt-uc-who{color:var(--mt-ink-soft);flex-wrap:wrap;align-items:center;margin:8px 0 0;font-size:.85rem;display:flex}.mt-uc-person{color:var(--mt-ink);font-weight:700}.mt-uc-role{border-left:1px solid var(--color-border);margin-left:10px;padding-left:10px}.mt-uc-block{margin-top:20px}.mt-uc-block p{color:var(--mt-ink-soft);margin:10px 0 0;font-size:.92rem;line-height:1.85}.mt-uc-label{border-radius:8px;padding:3px 12px;font-size:.78rem;font-weight:700;line-height:1.7;display:inline-block}.mt-uc-label-problem{background:oklch(from var(--mt-ink-soft)l c h/.12);color:var(--mt-ink)}.mt-uc-label-solution{background:oklch(from var(--mt-lav)l c h/.16);color:var(--mt-lav-text)}.mt-voice-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:46px;display:grid}@media (max-width:760px){.mt-voice-grid{grid-template-columns:1fr}}.mt-voice{--mt-voice-tint:var(--mt-peach);background:var(--mt-white);box-shadow:0 10px 30px -20px oklch(from var(--mt-lav)l c h/.4);border-radius:18px;margin:0;padding:28px 26px}.mt-voice:nth-child(2){--mt-voice-tint:oklch(from var(--mt-lav)l c h/.34)}.mt-voice:nth-child(3){--mt-voice-tint:oklch(from var(--mt-mint)l c h/.34)}.mt-voice blockquote{margin:0;padding-left:1.7em;font-size:.96rem;line-height:1.85;position:relative}.mt-voice blockquote:before{content:"“";color:var(--mt-lav);font-size:1.8rem;font-weight:700;line-height:1;position:absolute;top:.15em;left:0}.mt-voice figcaption{border-top:1px solid var(--color-border);color:var(--mt-ink-soft);align-items:center;gap:12px;margin-top:22px;padding-top:18px;font-size:.85rem;display:flex}.mt-voice-av{background:var(--mt-voice-tint);width:34px;height:34px;color:var(--mt-white);border-radius:999px;flex:none;justify-content:center;align-items:center;display:flex}.mt-voice-av svg{width:20px;height:20px}