:root{--color-bg:#faf6f1;--color-surface:#ffffff;--color-surface-tint:#f5eee6;--color-border:#e8ddd1;--color-text:#3a2e28;--color-text-muted:#786a5f;--color-text-faint:#b5a99c;--color-primary:#c6603d;--color-primary-hover:#b14f30;--color-primary-active:#9c4527;--color-on-primary:#ffffff;--color-danger:#a8402c;--color-danger-bg:#fbeae6;--color-danger-border:#edc9bd;--color-warning:#8a6d1f;--color-warning-bg:#faf1d9;--color-warning-border:#e8d9a8;--color-success:#5f7a55;--color-success-bg:#eef2ea;--color-success-border:#d3ddc9;--radius-sm:10px;--radius-md:14px;--radius-lg:24px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--shadow-sm:0 1px 3px rgba(58,46,40,0.06);--shadow-md:0 8px 28px rgba(58,46,40,0.08);--shadow-focus:0 0 0 3px rgba(198,96,61,0.28);--font-size-h1:32px;--font-size-h2:24px;--font-size-h3:17px;--font-size-body:16px;--font-size-body-lg:18px;--font-size-small:14px;--font-size-micro:12px;--content-width-shell:1120px;--content-width-hero:640px;--content-width-cards:720px;--content-width-prose:640px;--content-width-showcase:960px}@media (min-width:900px){:root{--font-size-h1:48px}}.hero-headline-wide{display:none}@media (min-width:900px){.hero-headline-narrow{display:none}.hero-headline-wide{display:inline}}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Hiragino Kaku Gothic ProN,Yu Gothic,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit}img{max-width:100%;display:block}.container{padding:0 20px 56px;min-height:100dvh;display:flex;flex-direction:column}.container,.header-row{max-width:480px;margin:0 auto}.header-row{padding:0 20px}.container-wide{max-width:560px}.container-checkout{max-width:640px}.checkout-heading{font-size:clamp(24px,4vw,30px);font-weight:600;line-height:1.4;letter-spacing:-.01em;margin:0 0 24px;text-wrap:balance}:lang(ja) .checkout-heading{font-weight:700;line-height:1.6;text-wrap:wrap}@media (min-width:900px){.container-wide{max-width:var(--content-width-shell)}}.bleed{margin-left:-20px;margin-right:-20px;width:calc(100% + 40px)}.section-hero-inner{max-width:var(--content-width-hero);margin:0 auto}.section-cards-inner{max-width:var(--content-width-cards);margin:0 auto}.section-showcase-inner{max-width:var(--content-width-showcase);margin:0 auto;container-type:inline-size;container-name:showcase}.section-prose-inner{margin:0 auto}.footer-wrap,.section-prose-inner{max-width:var(--content-width-prose)}.footer-wrap{margin-top:auto;width:100%;margin-left:auto;margin-right:auto}.section{margin-top:var(--space-16);width:100%}.section:first-of-type{margin-top:var(--space-5)}.stack{display:flex;flex-direction:column;gap:var(--space-4)}.center{align-items:center;text-align:center}.page-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-5) 0}.brand{font-size:var(--font-size-small);font-weight:600;letter-spacing:.02em;text-decoration:none;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-h1,.text-h2,.text-h3{text-wrap:balance;max-width:100%;overflow-wrap:break-word}:lang(ja){line-height:1.85;line-break:strict;word-break:normal;font-feature-settings:"palt"}:lang(ja) .btn,:lang(ja) .checkout-heading,:lang(ja) .industry-example-after-headline,:lang(ja) .showcase-headline,:lang(ja) .text-h1,:lang(ja) .text-h2,:lang(ja) .text-h3{word-break:keep-all}:lang(ja) .text-h1,:lang(ja) .text-h2,:lang(ja) .text-h3{letter-spacing:0;line-height:1.5;text-wrap:wrap}:lang(ja) .text-body,:lang(ja) .text-small{letter-spacing:0}:lang(ja) .btn{white-space:nowrap}.text-h1{font-size:var(--font-size-h1)}.text-h1,.text-h2{font-weight:500;line-height:1.5;margin:0}.text-h2{font-size:var(--font-size-h2)}.text-h3{font-size:var(--font-size-h3);font-weight:600;line-height:1.5;margin:0}.text-body{font-size:var(--font-size-body);margin:0}.text-muted{color:var(--color-text-muted)}.text-small{font-size:var(--font-size-small);margin:0}.text-micro{font-size:var(--font-size-micro);margin:0}.text-center{text-align:center}.nowrap{white-space:nowrap}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);height:52px;padding:0 var(--space-6);border-radius:var(--radius-md);font-weight:500;font-size:var(--font-size-body);text-decoration:none;border:1px solid transparent;cursor:pointer;width:100%;transition:background-color .15s ease,border-color .15s ease,opacity .15s ease}.btn:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.btn:disabled,.btn[aria-disabled=true]{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:var(--color-on-primary)}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-primary:active:not(:disabled){background:var(--color-primary-active)}.btn-secondary{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn-secondary:hover:not(:disabled){background:var(--color-surface-tint)}.btn-secondary:active:not(:disabled){background:var(--color-border)}.btn-loading{color:transparent;pointer-events:none}@media (min-width:641px){.hero-cta{width:auto;padding-left:var(--space-8);padding-right:var(--space-8)}}.btn-loading .spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.4);border-top-color:currentcolor;animation:spin .7s linear infinite;flex-shrink:0}.spinner-on-surface{border-color:var(--color-border);border-top-color:var(--color-primary);color:var(--color-primary)}.spinner-lg{width:34px;height:34px;border-width:3px}@keyframes spin{to{transform:rotate(1turn)}}.card{padding:var(--space-5) 0}.card-link{display:block;text-decoration:none;color:inherit}.category-badge{display:inline-flex;align-items:center;height:28px;padding:0 var(--space-3);border-radius:999px;background:var(--color-surface-tint);color:var(--color-text);font-size:var(--font-size-small);font-weight:600}.category-subtitle{font-size:var(--font-size-small);color:var(--color-text-muted);margin:0}.status-badge{display:inline-flex;align-items:center;height:22px;padding:0 var(--space-2);border-radius:999px;background:var(--color-surface-tint);color:var(--color-text-muted);font-size:var(--font-size-micro);font-weight:600}.card-v2{position:relative;display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-5);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);text-decoration:none;color:inherit;transition:border-color .15s ease,background-color .15s ease}.card-v2[data-status=available]{cursor:pointer}.card-v2[data-status=available]:hover{border-color:var(--color-text-faint);background:var(--color-surface-tint)}.card-v2[data-status=available]:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.card-v2[data-status=coming-soon]{border-style:dashed;background:transparent;cursor:default}.card-v2[data-status=coming-soon] .card-v2-subtitle,.card-v2[data-status=coming-soon] .card-v2-title{color:var(--color-text-muted)}.showcase-pair{display:flex;align-items:stretch;gap:var(--space-2)}.showcase-half{position:relative;flex:1 1;min-width:0;margin:0}.showcase-half img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius-sm);background:var(--color-surface-tint)}.showcase-divider{flex:0 0 1px;align-self:stretch;background:var(--color-border)}.showcase-label{position:absolute;left:var(--space-2);bottom:var(--space-2);margin:0;padding:2px var(--space-2);border-radius:999px;background:rgba(58,46,40,.55);color:#fff;font-size:var(--font-size-micro);font-weight:600}.card-v2-title{font-size:18px;font-weight:600;margin:0}.card-v2-subtitle{font-size:var(--font-size-small);color:var(--color-text-muted);margin:0}.card-v2-cta{margin-top:var(--space-2);width:100%}.card-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-5);gap:var(--space-5)}@media (min-width:641px){.card-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-6)}}.coming-soon-card{border-radius:var(--radius-md);border:1px dashed var(--color-border);padding:var(--space-5)}.hero-image-placeholder .showcase-half img{aspect-ratio:4/5}@media (min-width:641px){.hero-image-placeholder{max-width:720px;width:100%;margin-left:auto;margin-right:auto}}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-3);gap:var(--space-3)}.gallery-grid figure{margin:0}.gallery-grid img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius-md);display:block}@media (min-width:641px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}.coming-soon-list{display:flex;flex-direction:column;gap:var(--space-4)}.coming-soon-item{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3)}.input{width:100%;font-family:inherit;height:48px;padding:0 var(--space-4);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:var(--font-size-body)}textarea.input{height:auto;padding-top:var(--space-3);padding-bottom:var(--space-3);resize:vertical}.input::placeholder{color:var(--color-text-faint)}.input:focus-visible{outline:none;border-color:var(--color-primary);box-shadow:var(--shadow-focus)}.file-input-wrapper{position:relative}.file-input-native{position:absolute;inset:0;opacity:0;cursor:pointer}.file-input-display{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-10) var(--space-4);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface-tint);color:var(--color-text-muted);font-size:var(--font-size-small);text-align:center}.file-input-display.has-file{border-color:var(--color-primary);background:var(--color-surface);color:var(--color-text)}.checkbox-row{display:flex;gap:var(--space-3);align-items:flex-start;cursor:pointer}.checkbox-row input[type=checkbox]{width:20px;height:20px;flex-shrink:0;margin-top:1px;accent-color:var(--color-primary)}.checkbox-row input[type=checkbox]:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.error-box{background:var(--color-danger-bg);border-radius:var(--radius-sm);color:var(--color-danger)}.error-box,.notice-box{padding:var(--space-3) var(--space-4);font-size:var(--font-size-small)}.notice-box{background:var(--color-warning-bg);border:1px solid var(--color-warning-border);border-radius:var(--radius-sm);color:var(--color-warning);white-space:pre-line;text-align:center}.progress-bar-track{width:100%;max-width:320px;margin:0 auto;height:6px;background:var(--color-surface-tint);border-radius:999px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--color-primary);border-radius:999px;transition:width .5s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.progress-bar-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);animation:generating-shimmer 1.8s ease-in-out infinite}@keyframes generating-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.generating-ambient{position:relative}.generating-ambient:before{content:"";position:absolute;inset:-40px;z-index:-1;background:radial-gradient(circle,var(--color-primary) 0,transparent 65%);opacity:.08;animation:generating-breathe 4s ease-in-out infinite;pointer-events:none}@keyframes generating-breathe{0%,to{transform:scale(.92);opacity:.06}50%{transform:scale(1.05);opacity:.13}}@media (prefers-reduced-motion:reduce){.generating-ambient:before,.progress-bar-fill:after{animation:none}}.steps{display:flex;flex-direction:column;gap:var(--space-8)}@media (min-width:900px){.steps{flex-direction:row}.steps>div{flex:1 1}}.step-number{font-size:var(--font-size-small);font-weight:600;color:var(--color-primary);letter-spacing:.04em}.faq-item{border-top:1px solid var(--color-border);padding:var(--space-5) 0}.lang-switcher{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--font-size-micro)}.lang-switcher button{border:none;background:transparent;color:var(--color-text-faint);font-size:var(--font-size-micro);font-weight:500;padding:var(--space-1);cursor:pointer}.lang-switcher button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}.lang-switcher button.is-active{color:var(--color-text);font-weight:600}.lang-switcher-divider{color:var(--color-border)}.page-footer{margin-top:auto;padding-top:var(--space-10);color:var(--color-text-faint);font-size:var(--font-size-micro);display:flex;flex-direction:column;gap:var(--space-2)}.page-footer-legal{display:flex;flex-wrap:wrap;gap:var(--space-3) var(--space-4);margin-bottom:var(--space-2)}.page-footer-legal a{color:var(--color-text-faint);text-decoration:underline;text-underline-offset:2px}.page-footer-legal a:hover{color:var(--color-text-muted)}.page-footer-link-disabled{color:var(--color-text-faint);cursor:default}.result-image{width:100%;border-radius:var(--radius-lg)}.hero-image{width:100%;display:block;object-fit:cover}.price-tag{font-size:var(--font-size-h2);font-weight:500;color:var(--color-text)}.pricing-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-tint);padding:var(--space-6)}.goal-card-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-3);gap:var(--space-3)}.goal-card{display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left;padding:var(--space-4);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.goal-card:hover{border-color:var(--color-text-faint)}.goal-card[aria-pressed=true]{border-color:var(--color-primary);background:var(--color-surface-tint)}.goal-card:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.goal-card-title{font-size:var(--font-size-small);font-weight:600}.goal-card-desc{font-size:var(--font-size-micro);color:var(--color-text-muted)}.world-card-grid{display:flex;flex-direction:column;gap:var(--space-3)}.world-card{display:flex;align-items:center;gap:var(--space-4);text-align:left;padding:var(--space-4);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;transition:border-color .15s ease,background-color .15s ease,transform .1s ease}.world-card:hover{border-color:var(--color-text-faint)}.world-card[aria-pressed=true]{border-color:var(--world-accent,var(--color-primary));background:var(--color-surface-tint)}.world-card:active{transform:scale(.99)}.world-card:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.world-card:disabled{cursor:default;opacity:.6}.world-card-icon{flex-shrink:0;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;background:color-mix(in srgb,var(--world-accent,var(--color-primary)) 16%,var(--color-surface))}.world-card-body{display:flex;flex-direction:column;gap:2px;min-width:0}.world-card-title{font-size:var(--font-size-small);font-weight:600}.world-card-desc{font-size:var(--font-size-micro);color:var(--color-text-muted)}.feedback-choice-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:8px;gap:8px}.feedback-choice-grid-3{grid-template-columns:repeat(3,1fr)}.feedback-choice{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center;padding:var(--space-3) var(--space-2);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.feedback-choice:hover{border-color:var(--color-text-faint)}.feedback-choice[aria-pressed=true]{border-color:var(--color-primary);background:var(--color-surface-tint)}.feedback-choice:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.feedback-choice-number{font-size:var(--font-size-h3);font-weight:600}.feedback-choice-label{font-size:var(--font-size-micro);color:var(--color-text-muted)}@media (max-width:480px){.feedback-choice-grid{grid-template-columns:repeat(auto-fit,minmax(56px,1fr))}}.goal-more-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:8px;gap:8px;margin-top:var(--space-3)}.contact-sheet-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-3);gap:var(--space-3)}@media (min-width:641px){.contact-sheet-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-4)}}.sticky-cta-bar{margin-top:var(--space-6)}@media (max-width:640px){.sticky-cta-bar{position:fixed;left:0;right:0;bottom:0;z-index:20;margin-top:0;background:var(--color-bg);border-top:1px solid var(--color-border);padding:var(--space-3) 20px calc(var(--space-3) + env(safe-area-inset-bottom))}.sticky-cta-bar-inner{max-width:440px;margin:0 auto}.sticky-cta-spacer{height:calc(130px + env(safe-area-inset-bottom))}}.container-admin{max-width:1080px;margin:0 auto;padding:0 20px 56px;min-height:100dvh}.admin-header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3);padding:var(--space-5) 0;flex-wrap:wrap}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:var(--space-3);gap:var(--space-3)}.kpi-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4) var(--space-5)}.kpi-value{font-size:var(--font-size-h1);font-weight:500;line-height:1.3}.kpi-value-unavailable{font-size:var(--font-size-h3);font-weight:500;color:var(--color-text-faint);line-height:1.3}.kpi-label{font-size:var(--font-size-small);color:var(--color-text-muted);margin-top:var(--space-1)}.exec-prelaunch-banner{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3);background:var(--color-surface-tint);border:1px dashed var(--color-text-faint);border-radius:var(--radius-md);padding:var(--space-3) var(--space-5)}.exec-prelaunch-badge{display:inline-flex;align-items:center;font-size:var(--font-size-micro);font-weight:700;letter-spacing:.06em;padding:3px var(--space-3);border-radius:999px;background:var(--color-text);color:var(--color-bg);white-space:nowrap}.exec-mission{display:flex;align-items:center;gap:var(--space-3);background:var(--color-surface);border:1px solid var(--color-primary);border-radius:var(--radius-md);padding:var(--space-3) var(--space-5);margin-bottom:var(--space-4)}.exec-mission-label{font-size:var(--font-size-micro);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary);white-space:nowrap}.exec-mission-text{font-size:var(--font-size-body);font-weight:500;flex:1 1}.exec-mission a.exec-mission-link{font-size:var(--font-size-small);font-weight:600;color:var(--color-primary);text-decoration:none;white-space:nowrap}.exec-mission a.exec-mission-link:hover{color:var(--color-primary-hover);text-decoration:underline}.exec-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-3);gap:var(--space-3);align-items:stretch}@media (max-width:860px){.exec-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.exec-grid{grid-template-columns:1fr}}.exec-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:var(--space-4) var(--space-5);display:flex;flex-direction:column;min-height:100%}.exec-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-2)}.exec-card-label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.exec-card-label,.status-pill{font-size:var(--font-size-micro);font-weight:600}.status-pill{display:inline-flex;align-items:center;gap:5px;padding:2px var(--space-2);border-radius:999px;white-space:nowrap;flex-shrink:0}.status-pill.green{background:var(--color-success-bg);color:var(--color-success);border:1px solid var(--color-success-border)}.status-pill.yellow{background:var(--color-warning-bg);color:var(--color-warning);border:1px solid var(--color-warning-border)}.status-pill.red{background:var(--color-danger-bg);color:var(--color-danger);border:1px solid var(--color-danger-border)}.status-pill .dot{width:6px;height:6px;border-radius:50%;background:currentColor}.milestone-badge{display:inline-flex;align-items:center;font-size:var(--font-size-micro);font-weight:600;padding:2px var(--space-2);border-radius:999px;white-space:nowrap;flex-shrink:0;background:var(--color-surface-tint);color:var(--color-text-muted);border:1px solid var(--color-border)}.exec-value-row{display:flex;align-items:baseline;gap:var(--space-2);margin-top:var(--space-2);flex-wrap:wrap}.exec-value{font-size:clamp(22px,4vw,var(--font-size-h1));font-weight:600;line-height:1.15;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.01em}.exec-trend{font-size:var(--font-size-micro);font-weight:600}.exec-trend.up{color:var(--color-success)}.exec-trend.down{color:var(--color-danger)}.exec-trend.flat{color:var(--color-text-faint);font-weight:500}.exec-context{color:var(--color-text-muted);margin-top:2px}.exec-benchmark,.exec-context{font-size:var(--font-size-micro)}.exec-benchmark{color:var(--color-text-faint);margin-top:var(--space-3);padding-top:var(--space-2);border-top:1px solid var(--color-border);display:flex;flex-wrap:wrap;gap:4px var(--space-2);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.exec-benchmark .band.active{color:var(--color-text);font-weight:600}.exec-caveat{padding:6px var(--space-2);background:var(--color-warning-bg);border:1px solid var(--color-warning-border);border-radius:var(--radius-sm);line-height:1.45;color:var(--color-warning)}.exec-action,.exec-caveat{margin-top:var(--space-2);font-size:var(--font-size-micro)}.exec-action{padding-top:var(--space-2);border-top:1px solid var(--color-border);line-height:1.5}.exec-action .exec-action-heading{font-weight:600;color:var(--color-text);display:block;margin-bottom:2px}.exec-action ul{margin:0;padding:0 0 0 14px;color:var(--color-text-muted)}.exec-action li{margin:1px 0}.journey-track{margin-top:var(--space-2);display:flex;flex-direction:column;gap:4px}.journey-stage{display:flex;align-items:center;gap:6px;font-size:var(--font-size-micro);color:var(--color-text-faint)}.journey-stage.reached{color:var(--color-success);font-weight:600}.journey-stage.is-next{color:var(--color-text);font-weight:600}.milestone-bar{height:6px;border-radius:999px;background:var(--color-surface-tint);overflow:hidden;margin-top:4px}.milestone-bar-fill{height:100%;border-radius:999px;background:var(--color-primary)}.diagnostics-divider{display:flex;align-items:baseline;gap:var(--space-3);margin:var(--space-10) 0 var(--space-3)}.diagnostics-divider h2{white-space:nowrap}.diagnostics-divider .line{height:1px;background:var(--color-border);flex:1 1}.admin-table-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius-md)}.admin-table{width:100%;border-collapse:collapse;font-size:var(--font-size-small);white-space:nowrap}.admin-table td,.admin-table th{text-align:left;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border)}.admin-table th{color:var(--color-text-muted);font-weight:600;font-size:var(--font-size-micro);text-transform:uppercase;letter-spacing:.04em;background:var(--color-surface-tint)}.admin-table tr:last-child td{border-bottom:none}.admin-table code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.admin-table code,.badge{font-size:var(--font-size-micro)}.badge{display:inline-flex;align-items:center;padding:2px var(--space-2);border-radius:999px;font-weight:600;white-space:nowrap}.badge-complete,.badge-paid{background:#eaf1e6;color:var(--color-success)}.badge-failed,.badge-refunded{background:var(--color-danger-bg);color:var(--color-danger)}.badge-pending{background:var(--color-surface-tint);color:var(--color-text-muted)}.badge-processing{background:#fdf1e6;color:var(--color-primary)}.badge-none{background:var(--color-surface-tint);color:var(--color-text-faint)}.admin-search-form{display:flex;gap:var(--space-2);flex-wrap:wrap}.admin-search-form select{height:44px;padding:0 var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:var(--font-size-small)}.admin-search-form .input{flex:1 1;min-width:200px;height:44px}.admin-search-form .btn{width:auto;height:44px;padding:0 var(--space-5)}.admin-note{font-size:var(--font-size-micro);color:var(--color-text-faint)}.ceo-range-selector{display:flex;flex-wrap:wrap;gap:var(--space-2)}.ceo-range-link{padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);font-size:var(--font-size-small);font-weight:600;text-decoration:none}.ceo-range-link.active{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-on-primary)}.funnel-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-6);gap:var(--space-6)}@media (max-width:860px){.funnel-grid{grid-template-columns:1fr}}.funnel-product{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-5);background:var(--color-surface)}.funnel-product-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:var(--space-2)}.funnel-product-price{color:var(--color-text-muted);font-size:var(--font-size-small)}.funnel-stage-bar-track{background:var(--color-surface-tint);border-radius:var(--radius-sm);overflow:hidden;height:36px;position:relative;margin-top:var(--space-3)}.funnel-stage-bar-fill{background:var(--color-primary);height:100%;border-radius:var(--radius-sm)}.funnel-stage-bar-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-3);font-size:var(--font-size-small);font-weight:600;color:var(--color-text)}.funnel-transition{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-1) 0 var(--space-1) var(--space-3);font-size:var(--font-size-micro);color:var(--color-text-muted);text-decoration:none;border:none;background:none;width:100%;cursor:pointer;font-family:inherit}.funnel-transition:hover{color:var(--color-text)}.funnel-transition-arrow{font-weight:700}.funnel-transition.green .funnel-transition-arrow{color:var(--color-success)}.funnel-transition.yellow .funnel-transition-arrow{color:var(--color-warning)}.funnel-transition.red .funnel-transition-arrow{color:var(--color-danger)}.funnel-transition-drop{color:var(--color-text-faint)}.funnel-drilldown{margin:0 0 var(--space-3) var(--space-3);padding:var(--space-4);border-radius:var(--radius-sm);background:var(--color-surface-tint);font-size:var(--font-size-small)}.funnel-drilldown dt{font-weight:600;margin-top:var(--space-3);color:var(--color-text)}.funnel-drilldown dt:first-child{margin-top:0}.funnel-drilldown dd{color:var(--color-text-muted);margin:2px 0 0}.leak-list{display:flex;flex-direction:column;gap:var(--space-3)}.leak-row{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.leak-rank{font-size:22px;font-weight:700;color:var(--color-text-faint);min-width:28px}.leak-body{flex:1 1;min-width:0}.leak-transition{font-weight:600;color:var(--color-text)}.leak-detail{font-size:var(--font-size-small);color:var(--color-text-muted);margin-top:2px}.leak-revenue{font-size:var(--font-size-body);font-weight:700;color:var(--color-primary);white-space:nowrap}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-6);gap:var(--space-6)}@media (max-width:860px){.comparison-grid{grid-template-columns:1fr}}.comparison-card{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-5)}.comparison-card.winner{border-color:var(--color-success-border);background:var(--color-success-bg)}.comparison-metric{display:flex;justify-content:space-between;padding:var(--space-2) 0;border-top:1px solid var(--color-border)}.comparison-metric:first-of-type{border-top:none}.alert-list{display:flex;flex-direction:column;gap:var(--space-2)}.alert-row{display:flex;align-items:baseline;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:1px solid var(--color-border);font-size:var(--font-size-small)}.alert-row.red{background:var(--color-danger-bg);border-color:var(--color-danger-border);color:var(--color-danger)}.alert-row.yellow{background:var(--color-warning-bg);border-color:var(--color-warning-border);color:var(--color-warning)}.alert-row.green{background:var(--color-success-bg);border-color:var(--color-success-border);color:var(--color-success)}.alert-row a{color:inherit;font-weight:600;text-decoration:underline;white-space:nowrap}.waterfall-table td:first-child{color:var(--color-text-muted)}.waterfall-table tr.waterfall-total td{border-top:2px solid var(--color-text);font-weight:700}.waterfall-table td.waterfall-amount{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.freshness-bar{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-4);font-size:var(--font-size-micro);color:var(--color-text-muted)}.chart-wrap{overflow-x:auto}.chart-legend{display:flex;gap:var(--space-4);font-size:var(--font-size-micro);color:var(--color-text-muted);margin-top:var(--space-2)}.chart-legend-item{display:inline-flex;align-items:center;gap:5px}.chart-legend-swatch{width:10px;height:10px;border-radius:2px;display:inline-block}.biz-sans{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.biz-anticipation{gap:22px;background:radial-gradient(circle at 50% 40%,#232a52 0,#0b0c0f 70%);border-radius:var(--radius-lg)}.biz-anticipation,.biz-failed{width:clamp(280px,88vw,400px);min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px}.biz-failed{gap:20px;background:var(--color-danger-bg);border:1px solid var(--color-danger-border);border-radius:var(--radius-lg)}.biz-failed-icon{width:48px;height:48px;border-radius:50%;background:#ffffff;border:2px solid var(--color-danger);color:var(--color-danger);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;flex-shrink:0}.biz-failed-message{color:var(--color-danger);max-width:420px}.biz-retry-block{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.biz-retry-error{color:var(--color-danger)}.biz-failed-support{color:var(--color-text-muted)}.biz-failed-support a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.biz-preparing{width:100%;max-width:640px;margin:0 auto;text-align:center}.biz-preparing-eyebrow{text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.biz-preparing-title{margin-bottom:10px;text-wrap:balance}.biz-preparing-subhead{margin-bottom:28px}.biz-preparing-card{text-align:left;background:var(--color-surface-tint);border-radius:var(--radius-lg);padding:24px 28px;margin-bottom:32px}.biz-preparing-card-title{font-weight:700;margin-bottom:14px}.biz-preparing-steps{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:10px}.biz-preparing-step{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--color-text-muted)}.biz-preparing-step-icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:1.5px solid var(--color-text-muted);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.biz-preparing-step-done{color:var(--color-text)}.biz-preparing-step-done .biz-preparing-step-icon{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.biz-preparing-eta{font-size:13px;color:var(--color-text-muted);margin:0}.biz-preparing-eta-label{font-weight:700;color:var(--color-text);margin-right:6px}.biz-preparing-reassurance{margin-top:28px}.biz-orb{width:56px;height:56px;border-radius:50%;background:conic-gradient(from 0deg,#7d97ff,#b98bff,#7d97ff);box-shadow:0 0 40px 6px rgba(125,151,255,.35);animation:biz-orb-spin 2.4s linear infinite}@keyframes biz-orb-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.biz-orb{animation:none}}.biz-anticipation-word{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14.5px;font-weight:600;letter-spacing:.01em;line-height:1.4;color:#e7e9ff;height:calc(1.4em * 2);display:flex;align-items:center;justify-content:center;text-align:center;max-width:100%}.biz-progress-track{width:100%;max-width:320px;height:6px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden}.biz-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#7d97ff,#b98bff);transition:width .5s cubic-bezier(.22,1,.36,1)}.biz-progress-meta{display:flex;justify-content:space-between;align-items:baseline;width:100%;max-width:320px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;color:rgba(231,233,255,.65)}.biz-progress-percent{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700;color:#e7e9ff;font-size:13px}.biz-anticipation-done{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:2px}.biz-built-in{font-size:15.5px;font-weight:700;color:#e7e9ff}.biz-built-in,.biz-value-message{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}.biz-value-message{font-size:13px;color:rgba(231,233,255,.72);max-width:300px;text-align:center}@media (prefers-reduced-motion:reduce){.biz-progress-fill{transition:none}}.biz-toggle{display:inline-flex;gap:3px;padding:3px;border-radius:999px;border:1px solid var(--color-border);margin-bottom:20px}.biz-toggle button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12.5px;font-weight:600;padding:7px 18px;border-radius:999px;border:none;background:transparent;color:var(--color-text-muted);cursor:pointer}.biz-toggle button.on{background:#16171c;color:#fff}.biz-viewport{transition:max-width .25s ease;max-width:100%;margin:0 auto}.biz-viewport-mobile{max-width:390px}.showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px 32px;gap:40px 32px}@container showcase (max-width: 680px){.showcase-grid{grid-template-columns:1fr;gap:28px}}.showcase-card{position:relative;border-radius:24px;overflow:hidden;border:1px solid var(--color-border);box-shadow:0 20px 40px -30px rgba(0,0,0,.28);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease;display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer}.showcase-explore{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:700;margin-top:14px;display:inline-block;transition:transform .25s ease}.showcase-card:focus-visible .showcase-explore,.showcase-card:hover .showcase-explore{transform:translateX(3px)}@media (prefers-reduced-motion:reduce){.showcase-explore{transition:none}}.showcase-card:hover{transform:translateY(-6px);box-shadow:0 34px 60px -28px rgba(0,0,0,.34)}.showcase-before{position:relative;padding:0;overflow:hidden}.showcase-tag{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#9a958c;margin-bottom:4px}.showcase-tag-before{position:absolute;top:8px;right:8px;z-index:1;margin-bottom:0;background:rgba(255,255,255,.85);padding:3px 8px;border-radius:4px;color:#6b6558}.dated-site{font-size:10px;line-height:1.4;color:#333;transition:opacity .45s ease,filter .45s ease}.dated-site-chrome{display:flex;align-items:center;gap:5px;padding:7px 10px;background:#d8d4cb}.dated-site-chrome span{width:6px;height:6px;border-radius:50%;background:#aaa39190}.dated-site-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px;padding:10px 12px}.dated-site-logo{font-weight:700;font-size:11px}.dated-site-nav{font-size:9px;display:flex;flex-wrap:wrap}.dated-site-nav-link{text-decoration:underline}.dated-site-hero{text-align:center;padding:22px 16px 16px}.dated-site-hero-headline{font-size:16px;font-weight:700;margin:0 0 6px;line-height:1.3}.dated-site-tagline{font-size:10px;color:#6b6b6b;margin:0}.dated-site-photos{display:flex;gap:5px;padding:0 16px 16px}.dated-site-photos img{flex:1 1;min-width:0;aspect-ratio:4/3;object-fit:cover;border-radius:3px;display:block;filter:saturate(.72) contrast(.94) brightness(.97)}.dated-site-footer{text-align:center;font-size:8.5px;color:#8a8a8a;padding:8px 12px;border-top:1px solid rgba(0,0,0,.08)}.dated-site-phonebar{display:flex;align-items:center;justify-content:space-between;gap:6px;flex-wrap:wrap;padding:5px 10px;background:#fff;border-bottom:2px solid;font-size:7.5px;color:#555}.dated-site-phonebar-label{opacity:.8}.dated-site-phonebar-number{font-weight:700;font-size:10px;font-family:Arial,sans-serif}.dated-site-phonebar-hours{font-size:7px;opacity:.75}.dated-site-news{padding:10px 14px 4px}.dated-site-news-title{font-size:9px;font-weight:700;margin:0 0 4px}.dated-site-news ul{list-style:none;margin:0;padding:0}.dated-site-news li{display:flex;align-items:baseline;gap:5px;font-size:7.5px;color:#555;padding:2px 0;border-bottom:1px dotted rgba(0,0,0,.12)}.dated-site-news-date{font-family:Arial,sans-serif;color:#888;flex-shrink:0}.dated-site-news-badge{background:#d33;color:#fff;font-size:6px;font-weight:700;padding:1px 3px;border-radius:2px;flex-shrink:0}.dated-site-news-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.showcase-card:focus-within .dated-site,.showcase-card:hover .dated-site{opacity:.5;filter:saturate(.5)}.showcase-arrow{align-self:center;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:-20px;margin-bottom:-20px;font-size:15px;z-index:3;box-shadow:0 8px 18px -6px rgba(0,0,0,.35);border:3px solid var(--color-bg,#fff);transition:transform .35s cubic-bezier(.22,1,.36,1)}.showcase-card:hover .showcase-arrow{transform:scale(1.14)}.showcase-after{flex:1 1;padding:48px 32px 40px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;min-height:280px;justify-content:center}.showcase-tag-after{border:1px solid;border-radius:999px;padding:3px 11px;font-size:10px;letter-spacing:.1em;background:rgba(255,255,255,.05);margin-bottom:8px}.showcase-industry,.showcase-tag-after{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;text-transform:uppercase}.showcase-industry{font-size:11px;letter-spacing:.08em;margin:0}.showcase-name{font-size:13px;font-weight:600;opacity:.75;margin:4px 0 0}.showcase-headline{font-size:25px;font-weight:800;line-height:1.26;margin:12px 0 0;text-wrap:balance;max-width:320px}.showcase-sub{font-size:13.5px;margin:10px 0 0;max-width:300px}:lang(ja) .showcase-headline{letter-spacing:0;line-height:1.6;max-width:15.5em}@media (prefers-reduced-motion:reduce){.showcase-arrow,.showcase-before-image,.showcase-before-line,.showcase-card{transition:none}}.industry-example-back{display:inline-block;color:var(--color-text-muted);text-decoration:none;margin-bottom:24px}.industry-example-back:hover{color:var(--color-text)}.industry-example-header{max-width:640px;margin-bottom:28px}.story-headline-manual-break{text-wrap:wrap}.story-headline-clause2-narrow{display:none}@media (max-width:899px){.story-headline-clause2-narrow{display:inline}.story-headline-clause2-wide{display:none}}.industry-example-industry{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0}:lang(ja) .industry-example-industry{letter-spacing:0;text-transform:none}.industry-example-transform{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:0;gap:0;border-radius:24px;overflow:hidden;border:1px solid var(--color-border);box-shadow:0 20px 40px -30px rgba(0,0,0,.28);margin-bottom:32px}@media (max-width:720px){.industry-example-transform{grid-template-columns:1fr}}.industry-example-before{position:relative;overflow:hidden;background:#f0ede6}.industry-example-after,.industry-example-before{display:flex;flex-direction:column;justify-content:center}.industry-example-after{padding:56px 40px;align-items:center;text-align:center;gap:6px;min-height:320px}.industry-example-tag-after{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border:1px solid;border-radius:999px;padding:3px 11px;background:rgba(255,255,255,.05);align-self:center;margin-bottom:6px}.industry-example-after-name{font-size:14px;font-weight:600;opacity:.75;margin:0}.industry-example-after-headline{font-size:32px;font-weight:800;line-height:1.3;margin:12px 0 0;text-wrap:balance;overflow-wrap:break-word;max-width:420px}:lang(ja) .industry-example-after-headline{letter-spacing:0;line-height:1.6;max-width:15.5em}.story-block{max-width:640px;margin-bottom:36px}.industry-example-improvements{max-width:none;margin-bottom:36px}.industry-example-improvements-list{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.industry-example-improvements .industry-example-improvements-list{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:32px;column-gap:32px;grid-row-gap:12px;row-gap:12px}@media (max-width:640px){.industry-example-improvements .industry-example-improvements-list{grid-template-columns:1fr}}.industry-example-improvements-list li{position:relative;padding-left:28px;font-size:15px}.industry-example-check{position:absolute;left:0;font-weight:700}.industry-example-cta{border-radius:24px;padding:56px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.industry-example-cta-eyebrow{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px}:lang(ja) .industry-example-cta-eyebrow{letter-spacing:0;text-transform:none}.industry-example-cta-supporting{font-size:15px;opacity:.8;margin:8px 0 0}.btn-premium-cta{width:auto;height:48px;padding:0 40px;border-radius:999px;font-weight:700;background:var(--color-primary);color:var(--color-on-primary)}.btn-premium-cta:hover{background:var(--color-primary-hover)}.story-device-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:start;margin-bottom:36px}.story-device-note{font-size:11.5px;color:var(--color-text-muted);opacity:.8;margin:14px 0 0}@media (max-width:860px){.story-device-row{grid-template-columns:1fr;gap:32px}}.story-block-wide{margin-bottom:36px}.story-lead-caption{max-width:720px;margin:0 0 20px;font-size:16px;line-height:1.7;color:var(--color-text-muted)}.story-compare-spread{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:28px;gap:28px;align-items:start;margin-bottom:36px}.story-compare-arrow{color:var(--color-border,#e4ddd0);font-size:20px;margin-top:32px}@media (max-width:720px){.story-compare-spread{grid-template-columns:1fr;gap:20px}.story-compare-arrow{display:none}}.story-testimonial{border-radius:20px;padding:56px 48px;text-align:center;max-width:none}.story-testimonial-label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 18px}:lang(ja) .story-testimonial-label{letter-spacing:0;text-transform:none}.story-testimonial-quote{font-size:28px;font-weight:700;line-height:1.5;margin:0 auto;max-width:760px;text-wrap:balance;overflow-wrap:break-word}:lang(ja) .story-testimonial-quote{letter-spacing:0;line-height:1.75}@media (max-width:640px){.story-testimonial{padding:40px 24px}.story-testimonial-quote{font-size:21px}}.story-access-row{display:flex;align-items:center;gap:10px;font-size:14px;margin-top:12px}.story-access-icon{font-size:16px}.story-news-list{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.story-news-list li{display:flex;gap:12px;font-size:13.5px}.story-news-date{font-family:ui-monospace,SF Mono,Menlo,monospace;color:var(--color-text-muted);flex-shrink:0}.story-hiring-banner{display:flex;align-items:center;gap:10px;padding:14px 20px;border-radius:12px;font-size:14px;font-weight:600;max-width:640px;margin-bottom:36px}.health-score-table{border-radius:var(--radius-lg);padding:24px 24px 20px;margin-bottom:36px;background:var(--color-bg-raised,#f7f5f1);border:1px solid var(--color-border,#e4ddd0)}.health-score-panel-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin:0 0 16px;text-align:center}.health-score-table-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:16px;gap:16px;padding-bottom:16px;margin-bottom:8px;border-bottom:1px solid var(--color-border,#e4ddd0)}.health-score-table-header-col{display:flex;flex-direction:column;align-items:center;gap:2px}.health-score-table-header-tag{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.health-score-table-header-center{font-size:12px;font-weight:700;color:var(--color-text-muted);white-space:nowrap;padding:0 8px}.health-score-overall-value{font-size:34px;font-weight:800;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.health-score-overall-max{font-size:14px;font-weight:600;opacity:.55;margin-left:2px}.health-score-band-low{color:var(--color-danger);background:var(--color-danger)}.health-score-band-mid{color:var(--color-warning);background:var(--color-warning)}.health-score-band-high{color:var(--color-success);background:var(--color-success)}.health-score-overall-value.health-score-band-high,.health-score-overall-value.health-score-band-low,.health-score-overall-value.health-score-band-mid{background:none}.health-score-table-rows{display:grid;grid-template-columns:1fr auto 1fr}.health-score-table-row{display:grid;grid-template-columns:subgrid;grid-column:1/-1;align-items:center;grid-gap:16px;gap:16px;padding:8px 0;border-bottom:1px solid var(--color-border,#e4ddd0)}.health-score-table-row:last-child{border-bottom:none}.health-score-table-category{font-size:12.5px;font-weight:600;text-align:center;white-space:nowrap;padding:0 6px}.health-score-table-cell{display:flex;align-items:center;gap:8px}.health-score-table-track{flex:1 1;height:6px;border-radius:999px;background:var(--color-border,#e4ddd0);overflow:hidden}.health-score-table-fill{height:100%;border-radius:999px}.health-score-table-fill-before{background:var(--color-danger)}.health-score-table-fill-after{background:var(--color-success)}.health-score-table-value{font-size:12.5px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:0;width:20px}.health-score-table-value-before{color:var(--color-danger);text-align:right}.health-score-table-value-after{color:var(--color-success)}.health-score-table-disclaimer{margin:14px 0 0;font-size:11px;color:var(--color-text-muted);text-align:center;opacity:.75}@media (max-width:640px){.health-score-table{padding:18px 16px 16px}.health-score-overall-value{font-size:26px}.health-score-table-header-center{display:none}.health-score-table-row{grid-template-columns:1fr;gap:4px;padding:12px 0}.health-score-table-category{text-align:left;order:-1;font-weight:700;white-space:normal}.health-score-table-cell-before{flex-direction:row-reverse}.health-score-table-value-before{text-align:left}}.showcase-score-badge{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding:10px 12px;border-radius:var(--radius-sm);background:rgba(255,255,255,.14);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.showcase-score-badge-label{font-size:11px;font-weight:600;opacity:.68}.showcase-score-badge-values{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.showcase-score-badge-before{opacity:.55}.showcase-score-badge-arrow{opacity:.4;font-weight:400}.featured-transform{max-width:760px;margin:0 auto}.featured-transform-spread{margin-bottom:0;box-shadow:0 28px 56px -30px rgba(0,0,0,.32)}.featured-transform-spread .industry-example-after{min-height:400px;padding:64px 44px}.featured-transform-spread .industry-example-after-headline{font-size:36px}.featured-transform-score{margin-top:18px;min-width:220px}.featured-transform-proof{margin-top:28px;text-align:center}.featured-transform-improvements{display:inline-flex;flex-direction:column;gap:8px;text-align:left;margin:0 auto}.featured-transform-quote{margin:24px auto 0;max-width:480px;font-size:15px;font-style:italic;color:var(--color-text-muted)}.featured-transform-link{display:inline-block;margin-top:16px}.story-hero-compare{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:20px;gap:20px;align-items:start;margin-bottom:36px}.story-hero-compare-col{min-width:0}.story-hero-compare-label{font-size:12px;font-weight:700;margin:0 0 10px}.story-hero-compare-frame{border-radius:16px;overflow:hidden;border:1px solid var(--color-border);box-shadow:0 16px 32px -24px rgba(0,0,0,.25)}.story-hero-compare-arrow{align-self:center;margin-top:42px;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--color-bg-raised,#f7f5f1);border:1px solid var(--color-border);color:var(--color-text-muted);flex-shrink:0;font-size:15px}@media (max-width:780px){.story-hero-compare{grid-template-columns:1fr}.story-hero-compare-arrow{margin:0 auto;transform:rotate(90deg)}}.transformed-site{font-size:11px;line-height:1.4}.transformed-site-chrome{display:flex;gap:5px;padding:7px 10px;background:rgba(0,0,0,.08)}.transformed-site-chrome span{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.25}.transformed-site-phonebar{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;padding:6px 14px;font-size:10px}.transformed-site-phonebar-label{opacity:.75}.transformed-site-phonebar-number{font-weight:700;font-size:11.5px}.transformed-site-phonebar-cta{font-size:9.5px;font-weight:700;padding:4px 11px;border-radius:999px;white-space:nowrap}.transformed-site-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;padding:12px 14px}.transformed-site-logo{font-weight:800;font-size:12px}.transformed-site-nav{display:flex;gap:12px;font-size:10px;opacity:.75}.transformed-site-hero{padding:44px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;min-height:240px;justify-content:center}.transformed-site-hero-headline{font-size:20px;font-weight:800;color:#fff;margin:0;line-height:1.35;text-wrap:balance;max-width:280px}:lang(ja) .transformed-site-hero-headline{letter-spacing:0;line-height:1.6;word-break:keep-all}.transformed-site-hero-sub{font-size:11.5px;color:rgba(255,255,255,.88);margin:0}.transformed-site-hero-cta{margin-top:10px;font-size:11px;font-weight:700;padding:9px 20px;border-radius:999px}.transformed-site-chips{display:flex;gap:8px;padding:14px;flex-wrap:wrap;justify-content:center}.transformed-site-chip{display:flex;align-items:center;gap:6px;font-size:10.5px;font-weight:600}.transformed-site-chip-icon{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9.5px;font-weight:800;flex-shrink:0}.device-showcase{position:relative;height:300px;min-width:280px}.device-frame{position:absolute;border-radius:10px;overflow:hidden;background:#17181a;box-shadow:0 24px 48px -24px rgba(0,0,0,.4)}.device-frame-desktop{width:76%;aspect-ratio:16/10;top:0;left:0;padding:10px 10px 0;border-radius:12px 12px 3px 3px}.device-frame-desktop .device-frame-screen{border-radius:3px}.device-frame-tablet{width:30%;aspect-ratio:3/4;bottom:0;right:14%;padding:10px 7px;border-radius:18px}.device-frame-phone{width:15%;aspect-ratio:9/19;bottom:-14px;right:-2px;padding:7px 4px;border-radius:22px;z-index:2}.device-frame-screen{width:100%;height:100%;background-size:cover;background-position:50%;position:relative;border-radius:2px;overflow:hidden}.device-frame-bar{position:absolute;top:0;left:0;right:0;height:12%}@media (max-width:560px){.device-showcase{height:220px}}.business-outcomes{display:flex;flex-direction:column;gap:18px}.business-outcome-item{display:flex;align-items:flex-start;gap:12px}.business-outcome-icon{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;flex-shrink:0;margin-top:1px}.business-outcome-headline{font-weight:700;font-size:14.5px;margin:0}.business-outcome-support{font-size:13px;color:var(--color-text-muted);margin:4px 0 0;font-style:italic}.story-info-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px;gap:28px;margin-bottom:36px;align-items:start}.story-info-col{display:flex;flex-direction:column}.story-info-col .story-testimonial{padding:28px 26px;border-radius:16px}.story-info-panel{border:1px solid var(--color-border,#e4ddd0);border-radius:16px;padding:28px 26px}.story-info-col .story-testimonial-quote{font-size:17px;max-width:none}.story-photo-strip{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-top:12px}.story-photo-strip img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;display:block}.story-info-news-link{display:inline-block;margin-top:10px;font-size:13px;cursor:default}@media (max-width:720px){.story-info-row{grid-template-columns:1fr;gap:20px}}