/* finesse · register=brand · A=warm-white+forge-orange · B=system-750/400 · C=asymmetric-product+resource-rows · D=quota-route+image-transition · E=client-product-gallery · SOUL=7 SPECTACLE=3 DENSITY=5 · approved-original-direction */
:root {
  --bg:#fff8f2; --surface:#fffdfb; --ink:#2f2925; --muted:#6e6057;
  --accent:#f97727; --accent-ink:#b5450b; --button-ink:#3d1a08; --soft:#ffead7;
  --line:rgba(166,87,38,.17); --strong-line:rgba(166,87,38,.3); --shadow:rgba(113,62,31,.12);
  --dark:#101315; --dark-surface:#1a1f23; --dark-ink:#edf0f1; --dark-muted:#b4b9bc;
  --dark-line:rgba(186,201,205,.17); --backdrop:rgba(16,19,21,.55); --hover:#fca45e;
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  --radius:9px; --nav-h:78px; --z-nav:30; --ease:cubic-bezier(.16,1,.3,1);
  --claude-brand:#d97757;
}
* { box-sizing:border-box; }
html,body { margin:0; overflow-x:clip; }
html { scroll-behavior:smooth; scroll-padding-top:calc(var(--nav-h) + 24px); }
body { background:var(--bg); color:var(--ink); font:16px/1.7 var(--font); }
body::before { content:""; position:fixed; inset:0; pointer-events:none; z-index:60; opacity:.022; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath d='M0 0h150v150H0z' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
a { color:inherit; text-decoration:none; }
button { font:inherit; color:inherit; cursor:pointer; }
button,a { -webkit-tap-highlight-color:transparent; white-space:nowrap; }
button:focus-visible,a:focus-visible,summary:focus-visible { outline:3px solid var(--accent-ink); outline-offset:5px; }
button:disabled { cursor:default; }
button:active,.button:active { transform:translateY(1px); }
h1,h2,h3,p,figure { margin:0; }
h1,h2 { min-width:0; overflow-wrap:anywhere; letter-spacing:-.045em; line-height:1.25; }
h1,h2,h3 { font-weight:750; }
img { display:block; max-width:100%; height:auto; }
svg { display:block; }
.wrap { width:min(1280px,calc(100% - 112px)); margin-inline:auto; }
.skip-link { position:fixed; top:10px; left:16px; padding:12px 20px; background:var(--accent); color:var(--button-ink); z-index:90; transform:translateY(-160%); }
.skip-link:focus { transform:translateY(0); }
.site-header { position:sticky; top:0; z-index:var(--z-nav); background:var(--surface); border-bottom:1px solid var(--line); }
.nav-wrap { min-height:var(--nav-h); width:min(1400px,calc(100% - 112px)); margin:auto; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.brand { display:inline-flex; align-items:center; gap:12px; min-height:44px; font-size:23px; font-weight:720; letter-spacing:-.6px; min-width:0; }
.brand img { width:36px; flex-shrink:0; border-radius:8px; }
.desktop-nav,.nav-actions { display:flex; align-items:center; gap:27px; }
.desktop-nav a { font-size:14px; padding-block:12px; }
.desktop-nav a:hover,.site-footer a:hover { color:var(--accent-ink); }
.nav-actions { gap:18px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:13px; padding:15px 25px; min-height:55px; border:1px solid transparent; background:var(--accent); color:var(--button-ink); border-radius:var(--radius); font-size:15px; font-weight:700; transition:transform .3s var(--ease),background .2s; }
.button:hover { background:var(--hover); transform:translateY(-2px); }
.button-small { padding:11px 17px; min-height:44px; font-size:13px; }
.download-icon { font-size:23px; line-height:1; }
.motion-toggle { display:flex; align-items:center; justify-content:center; gap:6px; border:0; background:none; min-width:44px; min-height:44px; padding:4px; color:var(--muted); font-size:11px; }
.motion-toggle[hidden] { display:none; }
.motion-icon { font-size:14px; }
.text-link { display:inline-flex; align-items:center; gap:13px; color:var(--accent-ink); min-height:44px; font-size:15px; font-weight:650; }
.text-link span { display:inline-block; transition:transform .25s var(--ease); }
.text-link:hover span { transform:translate(3px,-3px); }
.hero { display:grid; grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr); align-items:center; gap:55px; padding-top:90px; padding-bottom:74px; min-height:630px; }
.hero-copy { position:relative; z-index:2; min-width:0; }
.eyebrow { display:flex; align-items:center; gap:9px; font-size:13px; letter-spacing:.015em; font-weight:550; color:var(--accent-ink); margin-bottom:22px; }
.eyebrow>span { height:6px; width:6px; border-radius:50%; background:var(--accent); }
h1 { font-size:clamp(38px,4vw,61px); font-weight:790; letter-spacing:-.05em; line-height:1.25; }
h1>span { color:var(--accent-ink); }
.hero-description { font-size:16px; line-height:1.95; color:var(--muted); margin-top:25px; max-width:490px; }
.faq-list p a { color:var(--accent-ink); text-decoration:underline; text-underline-offset:3px; }
.hero-models { margin:22px 0 0; padding:13px 0; border-block:1px solid var(--line); max-width:490px; }
.hero-models>div { display:grid; grid-template-columns:64px minmax(0,1fr); gap:14px; align-items:baseline; }
.hero-models>div+div { margin-top:8px; }
.hero-models dt { font-size:12px; color:var(--muted); }
.hero-models dd { margin:0; min-width:0; display:flex; flex-wrap:wrap; gap:4px 16px; font-size:14px; font-weight:650; line-height:1.7; }
.hero-models dd>span { white-space:nowrap; }
.hero-models>div:first-child dd { color:var(--accent-ink); }
.hero-actions { display:flex; flex-wrap:wrap; align-items:center; gap:26px; margin-top:31px; }
.platform-note { font-size:12px; margin-top:17px; color:var(--muted); }
.platform-note>span { margin-inline:6px; }
.hero-visual { position:relative; min-width:0; }
.orbit-decoration { position:absolute; z-index:-1; inset:-80px -100px 60px 60px; pointer-events:none; overflow:clip; }
.orbit-decoration i { position:absolute; width:460px; height:460px; border:1px solid var(--strong-line); border-radius:50%; transform:rotate(-28deg) scaleY(.65); right:-100px; top:-65px; }
.orbit-decoration i+i { width:620px; height:620px; right:-165px; top:-145px; opacity:.6; }
.product-figure { transform-style:preserve-3d; will-change:transform; }
.product-figure>img { width:100%; border:1px solid var(--dark-line); border-radius:var(--radius); box-shadow:0 18px 45px var(--shadow); background:var(--dark); }
figcaption { display:flex; justify-content:center; align-items:center; gap:18px; margin-top:15px; color:var(--muted); font-size:11px; }
.product-figure figcaption { justify-content:space-between; padding-inline:3px; }
.image-tabs { display:flex; gap:3px; }
.image-tabs button { background:none; border:1px solid transparent; padding:4px 14px; min-height:44px; font-size:12px; border-radius:6px; }
.image-tabs button[aria-pressed=true] { color:var(--accent-ink); background:var(--soft); border-color:var(--line); }
.image-tabs button:hover { background:var(--soft); }
.pool-route { display:flex; align-items:center; gap:11px; font-size:12px; margin-top:24px; white-space:nowrap; }
.pool-route>strong { font-weight:650; color:var(--accent-ink); }
.route-track { position:relative; display:block; flex:1; height:1px; background:var(--strong-line); min-width:16px; }
.route-track i { display:block; position:absolute; width:7px; height:7px; border-radius:50%; background:var(--accent); top:-3px; left:0; animation:route-flow 5s linear infinite; }
.second-track i { animation-delay:2.5s; }
.route-note { font-size:10px; text-align:center; color:var(--muted); margin-top:11px; }
@keyframes route-flow { 0% { transform:translateX(0); opacity:0; } 8% { opacity:1; } 48% { opacity:1; } 50%,100% { transform:translateX(var(--travel,60px)); opacity:0; } }
.benefit-band { background:var(--surface); border-block:1px solid var(--line); }
.benefits { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); padding-block:33px; gap:25px; }
.benefits>div { display:flex; align-items:center; gap:16px; min-width:0; border-right:1px solid var(--line); padding-right:15px; }
.benefits>div:last-child { border:0; }
.benefits svg { width:26px; height:26px; fill:none; stroke:var(--accent-ink); stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; }
.benefits .brand-icon { fill:currentColor; stroke:none; }
.benefits .brand-icon--claude { color:var(--claude-brand); }
.benefits .brand-icon--cursor { color:var(--ink); }
.benefits strong { display:block; font-size:14px; line-height:1.5; }
.benefits p>span { display:block; color:var(--muted); font-size:11px; margin-top:5px; }
.section-space { padding-top:79px; padding-bottom:74px; }
h2 { font-size:clamp(30px,3vw,44px); }
.section-heading>p { color:var(--muted); margin-top:17px; font-size:16px; }
.usage-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,.34fr); gap:49px; align-items:center; margin-top:35px; }
.usage-figure img { border:1px solid var(--line); border-radius:var(--radius); width:100%; box-shadow:0 16px 35px var(--shadow); }
.usage-points>div { padding-block:19px; border-bottom:1px solid var(--line); }
.usage-points>div:first-child { padding-top:0; }
.usage-points>div:last-of-type { border:0; }
.usage-points h3 { display:inline; font-size:22px; line-height:1.5; }
.usage-points p { color:var(--muted); font-size:14px; line-height:1.85; margin-top:10px; }
.point-icon { display:inline-block; width:24px; height:24px; vertical-align:-4px; margin-right:9px; fill:none; stroke:var(--accent-ink); stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.point-symbol { color:var(--accent-ink); font-size:27px; line-height:1; margin-right:9px; }
.bars-symbol { font-size:24px; }
.usage-points>.text-link { margin-top:5px; }
.extensions { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:65px; align-items:center; background:var(--soft); border-radius:18px; padding:46px 49px; }
.extensions h2 { font-size:clamp(30px,3vw,44px); }
.extensions>div>p { color:var(--muted); font-size:14px; margin-top:19px; }
.extensions .text-link { margin-top:24px; }
.extension-list { background:var(--surface); border-radius:12px; padding:9px 25px; min-width:0; }
details>summary { cursor:pointer; list-style:none; }
details>summary::-webkit-details-marker { display:none; }
.extension-list details { border-bottom:1px solid var(--line); }
.extension-list details:last-child { border:0; }
.extension-list summary { display:flex; align-items:center; gap:14px; padding-block:19px; min-height:69px; font-size:15px; }
.extension-list strong { font-weight:650; }
.extension-icon { width:24px; height:24px; color:var(--accent-ink); fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; }
.extension-caption { color:var(--muted); font-size:12px; }
.chevron { margin-left:auto; color:var(--muted); font-size:24px; transition:transform .2s; }
details[open] .chevron { transform:rotate(90deg); }
.extension-list details>p { margin:0 0 20px 38px; font-size:13px; line-height:1.8; color:var(--muted); }
.guide h2 { font-size:28px; }
.steps { padding:0; margin:30px 0 0; list-style:none; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:30px; }
.steps li { display:flex; align-items:center; min-width:0; gap:18px; }
.step-number { flex-shrink:0; width:49px; height:49px; display:grid; place-items:center; font-size:24px; font-weight:550; color:var(--accent-ink); background:var(--soft); border:1px solid var(--line); border-radius:50%; }
.steps h3 { font-size:15px; }
.steps p { font-size:12px; color:var(--muted); margin-top:4px; }
.step-arrow { font-size:28px; color:var(--muted); margin-left:auto; }
.faq { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:65px; padding-bottom:79px; }
.faq h2 { font-size:28px; }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list details:first-child { border-top:1px solid var(--line); }
.faq-list summary { display:flex; justify-content:space-between; align-items:center; padding-block:18px; gap:15px; font-size:15px; font-weight:600; }
.faq-list summary>span { color:var(--accent-ink); font-weight:400; font-size:21px; }
.faq-list details[open] summary>span { transform:rotate(45deg); }
.faq-list p { padding-bottom:21px; color:var(--muted); font-size:14px; line-height:1.9; }
.download-section { background:var(--dark); color:var(--dark-ink); overflow:clip; }
.download-layout { position:relative; padding-block:66px 48px; }
.download-layout>div { position:relative; z-index:1; }
.download-section h2 { font-size:clamp(32px,3.5vw,47px); }
.download-section p { font-size:16px; color:var(--dark-muted); margin-top:16px; }
.download-options { display:flex; flex-wrap:wrap; gap:23px; margin-top:28px; }
.download-options>div { text-align:center; }
.download-options small { display:block; color:var(--dark-muted); font-size:11px; margin-top:9px; }
.download-options svg { width:19px; height:19px; fill:currentColor; }
.download-options .button[aria-disabled=true] { background:var(--dark-surface); color:var(--dark-muted); border-color:var(--dark-line); cursor:default; transform:none; }
.release-version:empty { display:none; }
.release-version::before { content:" · "; }
.download-feedback { display:flex; flex-wrap:wrap; align-items:center; gap:4px 12px; margin-top:17px; min-height:44px; }
.download-feedback #download-status { margin:0; font-size:12px; }
.download-retry { min-height:44px; padding:0 8px; border:0; background:none; color:var(--accent); font-size:12px; text-decoration:underline; text-underline-offset:4px; }
.download-retry[hidden] { display:none; }
.download-section .download-noscript { font-size:12px; }
.os-icon { font-size:24px; line-height:1; font-weight:500; }
.download-mark { position:absolute; width:400px; right:-40px; bottom:-85px; opacity:.77; transform:rotate(-13deg); -webkit-mask-image:radial-gradient(ellipse at center,var(--ink) 36%,transparent 73%); mask-image:radial-gradient(ellipse at center,var(--ink) 36%,transparent 73%); }
.site-footer { background:var(--dark); color:var(--dark-ink); border-top:1px solid var(--dark-line); }
.footer-wrap { display:flex; align-items:center; justify-content:space-between; gap:25px; min-height:112px; }
.site-footer .brand { font-size:18px; }
.site-footer .brand img { width:32px; }
.site-footer nav { display:flex; gap:25px; }
.site-footer nav a { font-size:12px; padding-block:15px; }
.site-footer a:hover { color:var(--accent); }
.site-footer p { color:var(--dark-muted); text-align:right; font-size:11px; }
.site-footer small { display:block; font-size:10px; margin-top:5px; }
.site-footer .footer-disclosure { padding-bottom:18px; text-align:left; font-size:12px; line-height:1.8; }
.footer-disclosure a { display:inline-flex; align-items:center; min-height:44px; color:var(--dark-ink); text-decoration:underline; text-underline-offset:3px; }
html[data-motion=paused] { scroll-behavior:auto; }
html[data-motion=paused] *,html[data-motion=paused] *::before,html[data-motion=paused] *::after { animation:none!important; transition:none!important; }
html[data-motion=paused] .route-track i { opacity:1; transform:translateX(0); }
html[data-motion=paused] .product-figure { transform:none!important; }
@media(max-width:1200px) {
  .desktop-nav { gap:20px; }.nav-actions { gap:12px; }.motion-label { display:none; }
  .wrap,.nav-wrap { width:calc(100% - 80px); }.hero { gap:34px; padding-top:72px; padding-bottom:66px; min-height:590px; }h1 { font-size:clamp(36px,4vw,49px); }
  .benefits { gap:18px; }.benefits>div { gap:12px; padding-right:12px; }.benefits strong { font-size:12px; }.benefits p>span { font-size:10px; }
  .usage-layout { gap:32px; grid-template-columns:minmax(0,1fr) minmax(0,.38fr); }.usage-points h3 { font-size:19px; }.usage-points p { font-size:13px; }
  .extensions { padding:38px; gap:38px; }.extension-list { padding-inline:19px; }.extension-list summary { gap:10px; font-size:13px; }.extension-caption { font-size:11px; }
}
@media(max-width:1000px) {
  .desktop-nav { display:none; }.motion-label { display:inline; }.hero { grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:28px; min-height:560px; }h1 { font-size:36px; }
  .hero-description { font-size:14px; }.hero-actions { gap:14px; }.hero-actions .button { padding-inline:20px; font-size:14px; }.hero-actions .text-link { font-size:13px; }.platform-note { font-size:10px; }
  .product-figure figcaption { flex-wrap:wrap; gap:2px; }.pool-route { font-size:10px; gap:7px; }.usage-layout { align-items:start; }.usage-points>div { padding-block:17px; }.usage-points h3 { font-size:18px; }.point-symbol,.point-icon { display:none; }
  .extension-list summary { flex-wrap:wrap; }.extension-caption { width:calc(100% - 45px); margin-left:34px; order:4; }.chevron { margin-left:auto; }.extensions h2 { font-size:33px; }
  .steps { gap:15px; }.steps li { gap:12px; }.steps h3 { font-size:13px; }.step-arrow { display:none; }.faq { gap:40px; }.faq h2 { font-size:25px; }
  .footer-wrap { flex-wrap:wrap; padding-block:22px; gap:10px 20px; }.site-footer p { width:100%; text-align:left; }.site-footer small { display:inline; margin-left:16px; }
}
@media(max-width:768px) {
  :root { --nav-h:68px; }.wrap,.nav-wrap { width:calc(100% - 40px); }.nav-wrap { gap:13px; }.brand { font-size:19px; gap:8px; }.brand img { width:31px; }
  .nav-actions { gap:10px; }.motion-label { display:none; }.button-small { font-size:12px; padding-inline:12px; gap:8px; }
  .hero { grid-template-columns:minmax(0,1fr); padding-top:48px; padding-bottom:38px; gap:35px; min-height:0; }.hero-copy { max-width:560px; }.eyebrow { font-size:12px; margin-bottom:18px; }h1 { font-size:clamp(35px,6.1vw,48px); }
  .hero-description { font-size:15px; max-width:480px; margin-top:20px; }.hero-actions { gap:25px; margin-top:24px; }.hero-actions .button { font-size:14px; }.hero-actions .text-link { font-size:14px; }.platform-note { font-size:11px; margin-top:13px; }
  .hero-models { margin-top:18px; }.hero-models>div { grid-template-columns:56px minmax(0,1fr); gap:10px; }.hero-models dd { font-size:13px; gap:4px 12px; }
  .hero-visual { max-width:630px; }.product-figure figcaption { flex-wrap:nowrap; font-size:10px; }.pool-route { margin-top:17px; font-size:12px; gap:13px; }.route-note { margin-top:8px; }.orbit-decoration { inset:-20px -70px 30px 50px; }
  .benefits { grid-template-columns:repeat(2,minmax(0,1fr)); gap:27px 16px; padding-block:28px; }.benefits>div { border:0; gap:12px; padding:0; }.benefits strong { font-size:12px; }.benefits p>span { font-size:10px; }.benefits svg { width:23px; height:23px; }
  .section-space { padding-top:50px; padding-bottom:47px; }h2 { font-size:31px; }.section-heading>p { font-size:14px; margin-top:14px; }.usage-layout { grid-template-columns:minmax(0,1fr); gap:21px; margin-top:27px; }
  .usage-points { display:grid; grid-template-columns:minmax(0,1fr); gap:18px; }.usage-points>div,.usage-points>div:first-child { border:0; border-bottom:1px solid var(--line); padding:0 0 18px; }.usage-points h3 { font-size:18px; }.usage-points p { font-size:13px; margin-top:10px; }.usage-points>.text-link { margin:0; font-size:14px; }
  .extensions { grid-template-columns:minmax(0,1fr); gap:25px; padding:30px 24px; border-radius:15px; }.extensions h2 { font-size:32px; }.extensions>div>p { font-size:13px; margin-top:14px; }.extensions .text-link { margin-top:13px; font-size:14px; }
  .extension-list { padding-inline:18px; }.extension-list summary { flex-wrap:nowrap; font-size:14px; padding-block:17px; }.extension-caption { width:auto; margin:0; order:0; font-size:11px; }.extension-list details>p { margin-left:0; }
  .guide h2 { font-size:26px; }.steps { grid-template-columns:minmax(0,1fr); gap:24px; margin-top:26px; }.steps li { gap:18px; }.step-number { width:46px; height:46px; font-size:23px; }.steps h3 { font-size:15px; }.steps p { font-size:12px; }
  .faq { grid-template-columns:minmax(0,1fr); gap:23px; padding-bottom:48px; }.faq h2 { font-size:26px; }.faq-list summary { font-size:14px; }.faq-list p { font-size:13px; }
  .download-layout { padding-block:48px 36px; }.download-section h2 { font-size:32px; }.download-section p { font-size:14px; max-width:290px; }.download-mark { width:290px; right:-120px; bottom:-46px; opacity:.2; }.download-options { gap:12px; margin-top:24px; }.download-options .button { padding-inline:18px; font-size:13px; gap:10px; }
  .footer-wrap { padding-block:22px; gap:13px; }.site-footer .brand { font-size:17px; }.site-footer .brand img { width:28px; }.site-footer nav { gap:16px; }.site-footer nav a { font-size:11px; }.site-footer p { font-size:10px; }
}
@media(max-width:420px) {
  .extension-list summary { flex-wrap:wrap; gap:8px 11px; }.extension-caption { width:calc(100% - 36px); margin-left:35px; order:4; }.extension-list strong { font-size:14px; }.extensions { padding:27px 20px; }
  .benefits>div { gap:9px; }.benefits strong { font-size:11px; }.benefits p>span { font-size:10px; }.benefits svg { width:20px; height:20px; }
  .download-options { flex-direction:column; align-items:flex-start; gap:18px; }.download-options>div { width:210px; }.download-options .button { width:100%; }.site-footer nav { width:100%; }.site-footer small { display:block; margin:5px 0 0; }
  .pay-grid,.product-hero { grid-template-columns:1fr; }
  .pay-methods { grid-template-columns:1fr; }
}
@media(max-width:360px) {
  .wrap,.nav-wrap { width:calc(100% - 32px); }.nav-wrap { gap:5px; }.brand { font-size:17px; gap:7px; }.brand img { width:27px; }.nav-actions { gap:4px; }.button-small { font-size:11px; padding-inline:10px; min-height:44px; }.button-small .download-icon { display:none; }
  h1 { font-size:31px; }.eyebrow { font-size:11px; }.hero-description { font-size:14px; }.hero-actions { gap:13px; }.hero-actions .button { padding-inline:17px; gap:10px; font-size:13px; }.hero-actions .text-link { font-size:12px; gap:7px; }
  .pool-route { font-size:10px; gap:7px; }.image-tabs button { padding-inline:10px; }.product-figure figcaption { gap:0; font-size:9px; }.benefits { grid-template-columns:minmax(0,1fr); gap:21px; }.benefits>div { gap:13px; }.benefits svg { width:23px; height:23px; }.benefits strong { font-size:13px; }.benefits p>span { font-size:11px; }
  .usage-points { gap:15px; }.usage-points h3 { font-size:16px; }.usage-points p { font-size:12px; }.download-section h2 { font-size:28px; }
}
.plans-section .section-heading { max-width:640px; }
.plan-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; margin-top:34px; }
.plan-card { position:relative; background:var(--surface); border:1px solid var(--line); border-radius:16px; padding:28px 24px 24px; display:flex; flex-direction:column; min-width:0; }
.plan-card-featured { border-color:var(--accent); box-shadow:0 16px 35px var(--shadow); background:#fff; }
.plan-badge { position:absolute; top:16px; right:16px; margin:0; padding:4px 10px; border-radius:999px; background:var(--soft); color:var(--accent-ink); font-size:12px; font-weight:650; }
.plan-card h3 { font-size:20px; }
.plan-price { font-size:42px; font-weight:790; letter-spacing:-.04em; margin:12px 0 8px; line-height:1.1; }
.plan-price span { font-size:20px; margin-right:2px; }
.plan-card>p { color:var(--muted); font-size:14px; }
.plan-card ul { margin:18px 0 24px; padding:0; list-style:none; color:var(--muted); font-size:13px; }
.plan-card li { padding:7px 0 7px 18px; position:relative; border-top:1px solid var(--line); }
.plan-card li::before { content:""; position:absolute; left:0; top:15px; width:8px; height:8px; border-radius:50%; background:var(--accent); }
.plan-card .button { width:100%; }
.plans-more { margin-top:22px; }
.page-main { padding-top:48px; padding-bottom:64px; }
.product-hero { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr); gap:40px; align-items:center; margin-bottom:48px; }
.product-hero img { width:100%; border-radius:var(--radius); border:1px solid var(--line); box-shadow:0 16px 35px var(--shadow); }
.product-kicker { color:var(--accent-ink); font-size:13px; font-weight:650; margin-bottom:12px; }
.product-meta { display:flex; flex-wrap:wrap; gap:10px; margin:18px 0 24px; }
.product-meta span { font-size:12px; color:var(--muted); border:1px solid var(--line); border-radius:999px; padding:6px 12px; background:var(--surface); }
.pay-grid { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr); gap:28px; align-items:start; }
.pay-panel,.order-panel { background:var(--surface); border:1px solid var(--line); border-radius:16px; padding:28px; }
.pay-panel h2,.order-panel h2 { font-size:22px; }
.field { display:flex; flex-direction:column; gap:8px; margin-top:16px; }
.field label { font-size:13px; font-weight:650; }
.field input { min-height:48px; border:1px solid var(--line); border-radius:10px; padding:0 14px; font:inherit; background:#fff; }
.pay-methods { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:18px; }
.pay-method { display:flex; align-items:center; gap:10px; min-height:56px; border:1px solid var(--line); border-radius:12px; padding:0 14px; cursor:pointer; background:#fff; }
.pay-method:has(input:checked) { border-color:var(--accent); background:var(--soft); }
.pay-method input { accent-color:var(--accent); }
.order-row { display:flex; justify-content:space-between; gap:16px; padding:12px 0; border-bottom:1px solid var(--line); font-size:14px; }
.order-row strong { font-size:28px; color:var(--accent-ink); }
.pay-note { color:var(--muted); font-size:12px; margin-top:14px; line-height:1.8; }
.pay-result { display:none; text-align:center; padding:18px 8px 8px; }
.pay-result.is-visible { display:block; }
.pay-qr { width:180px; height:180px; margin:18px auto; border:1px solid var(--line); border-radius:12px; display:grid; place-items:center; background:
  repeating-linear-gradient(90deg,#2f2925 0 8px,transparent 8px 16px),
  repeating-linear-gradient(#2f2925 0 8px,transparent 8px 16px);
  background-size:100% 12px,12px 100%; background-position:center; }
.pay-qr span { background:var(--surface); padding:8px 10px; font-size:12px; font-weight:700; }
.pay-form.is-hidden { display:none; }
.site-crumb { color:var(--muted); font-size:13px; margin-bottom:18px; }
.site-crumb a { color:var(--accent-ink); }
.plan-specs { margin:18px 0 22px; padding:0; font-size:13px; }
.plan-specs>div { display:grid; grid-template-columns:72px minmax(0,1fr); gap:10px; padding:8px 0; border-top:1px solid var(--line); }
.plan-specs dt { color:var(--muted); }
.plan-specs dd { margin:0; font-weight:600; }
.plan-card .plan-specs+.button { margin-top:auto; }
.steps-4 { grid-template-columns:repeat(4,minmax(0,1fr)); }
.steps p a { color:var(--accent-ink); text-decoration:underline; text-underline-offset:3px; }
.detail-section { margin-top:56px; }
.detail-section h2 { font-size:28px; }
.detail-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin-top:22px; }
.info-box { background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:22px 24px; min-width:0; }
.info-box h3 { font-size:17px; margin-bottom:10px; }
.info-box p { color:var(--muted); font-size:14px; line-height:1.85; }
.info-box a { color:var(--accent-ink); text-decoration:underline; text-underline-offset:3px; }
.check-list,.number-list { margin:0; padding-left:0; color:var(--muted); font-size:14px; line-height:1.85; }
.check-list { list-style:none; }
.check-list li { position:relative; padding-left:24px; margin-top:6px; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--accent-ink); font-weight:700; }
.number-list { padding-left:22px; }
.number-list li { margin-top:6px; }
.spec-table { width:100%; border-collapse:collapse; margin-top:26px; font-size:14px; background:var(--surface); border:1px solid var(--line); border-radius:14px; overflow:hidden; }
.spec-table caption { text-align:left; font-weight:700; font-size:16px; padding:0 0 12px; }
.spec-table th,.spec-table td { padding:12px 16px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; }
.spec-table thead th { background:var(--soft); color:var(--accent-ink); font-weight:650; }
.spec-table tbody th { font-weight:600; color:var(--ink); width:180px; }
.spec-table td { color:var(--muted); }
.spec-table tr:last-child th,.spec-table tr:last-child td { border-bottom:0; }
.plan-switch { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:8px; }
.plan-switch a { font-size:13px; padding:8px 14px; border:1px solid var(--line); border-radius:999px; background:#fff; color:var(--muted); }
.plan-switch a[aria-current=true] { border-color:var(--accent); background:var(--soft); color:var(--accent-ink); font-weight:650; }
.fieldset-reset { border:0; padding:0; margin:22px 0 0; }
.fieldset-reset legend { font-size:15px; font-weight:700; padding:0; }
.pay-panel h2 { font-size:18px; }
.pay-method { flex-wrap:wrap; align-content:center; min-height:64px; padding:10px 14px; gap:4px 10px; }
.pay-method-name { font-weight:650; }
.pay-method-note { width:100%; padding-left:26px; color:var(--muted); font-size:12px; }
.agree-line { display:flex; align-items:center; gap:8px; margin-top:18px; font-size:13px; color:var(--muted); white-space:normal; }
.agree-line a { color:var(--accent-ink); text-decoration:underline; text-underline-offset:3px; }
.agree-line input { accent-color:var(--accent); width:16px; height:16px; }
.pay-submit { width:100%; margin-top:18px; }
.order-total { border-bottom:0; padding-top:16px; }
.order-panel .order-row span:last-child { text-align:right; }
.merchant-box { margin-top:18px; padding-top:16px; border-top:1px solid var(--line); }
.merchant-box h3 { font-size:14px; margin-bottom:8px; }
.merchant-box p { font-size:12px; color:var(--muted); line-height:1.8; margin:0; }
.merchant-box a { color:var(--accent-ink); text-decoration:underline; text-underline-offset:3px; }
.pay-result { margin-top:18px; text-align:left; }
.pay-result h2 { margin-top:4px; }
.order-facts { margin:18px 0 0; padding:0; font-size:14px; }
.order-facts>div { display:grid; grid-template-columns:110px minmax(0,1fr); gap:12px; padding:10px 0; border-top:1px solid var(--line); }
.order-facts dt { color:var(--muted); }
.order-facts dd { margin:0; font-weight:600; overflow-wrap:anywhere; }
.result-price { color:var(--accent-ink); font-size:22px; }
.pay-qr { width:220px; height:220px; margin:22px auto; border:1px dashed var(--strong-line); border-radius:12px; display:grid; place-items:center; background:var(--soft); padding:20px; text-align:center; }
.pay-qr span { background:transparent; padding:0; font-size:13px; font-weight:600; color:var(--accent-ink); line-height:1.6; }
.pay-note a { color:var(--accent-ink); text-decoration:underline; text-underline-offset:3px; }
.doc-toc { display:flex; flex-wrap:wrap; gap:8px; margin:26px 0 10px; }
.doc-toc a { font-size:13px; padding:8px 14px; border:1px solid var(--line); border-radius:999px; background:var(--surface); color:var(--accent-ink); }
.doc-toc a:hover { background:var(--soft); }
.doc { max-width:860px; }
.doc section { padding:30px 0 6px; border-bottom:1px solid var(--line); scroll-margin-top:calc(var(--nav-h) + 20px); }
.doc section:last-child { border-bottom:0; }
.doc h2 { font-size:24px; margin-bottom:14px; }
.doc p,.doc li { color:var(--muted); font-size:15px; line-height:1.9; }
.doc p { margin-bottom:12px; }
.doc ul,.doc ol { padding-left:22px; margin:0 0 12px; }
.doc li { margin-top:6px; }
.doc a { color:var(--accent-ink); text-decoration:underline; text-underline-offset:3px; }
.doc strong { color:var(--ink); }
.doc .spec-table { margin-top:14px; margin-bottom:12px; font-size:14px; }
@media(max-width:1000px) {
  .plan-grid { grid-template-columns:1fr; }
  .steps-4 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .detail-grid { grid-template-columns:1fr; }
}
@media(max-width:768px) {
  .steps-4 { grid-template-columns:1fr; }
  .spec-table tbody th { width:auto; }
  .spec-table th,.spec-table td { padding:10px 12px; font-size:13px; }
  .detail-section h2 { font-size:24px; }
  .doc h2 { font-size:21px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }*,*::before,*::after { animation:none!important; transition:none!important; }
  .product-figure { transform:none!important; }.route-track i { opacity:1; transform:translateX(0); }
}
