/* CAMP — editorial, accessible conversion-focused landing page. */
:root{--bg:#fff;--bg-2:#f4f7f4;--panel:#fff;--panel-strong:#eef5f0;--line:#dce6df;--green:#14674f;--green-deep:#0b4535;--orange:#cb542b;--orange-soft:#b9502d;--red:#af3c2e;--gold:#956622;--text:#203b31;--muted:#617069;--white:#173b2e;--shadow:0 12px 35px rgba(19,57,41,.06);--font-display:'Manrope','Noto Sans JP',sans-serif}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:100px}body{background:var(--bg);color:var(--text);font-family:'Noto Sans JP',sans-serif;font-size:15px;line-height:1.95;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #d87742;outline-offset:5px}a:hover{color:var(--green)}section{position:relative;padding:88px 32px}.container{max-width:1120px;margin:0 auto;position:relative}.glow{display:none}h1,h2,h3,h4{font-weight:800;line-height:1.5;letter-spacing:.015em}p{overflow-wrap:anywhere}.skip-link{position:fixed;left:16px;top:-100px;background:white;padding:12px 20px;z-index:1000}.skip-link:focus{top:12px}.campaign-banner{background:#124c3a;color:#fff;min-height:40px;display:flex;justify-content:center;align-items:center;gap:20px;padding:8px 24px;font-size:11px;line-height:1.5;letter-spacing:.02em}.campaign-banner>span{border:1px solid #7c9c88;border-radius:3px;padding:2px 8px;font-size:10px}.campaign-banner b{color:#eadba9;margin-right:8px}.campaign-banner i{font-style:normal;opacity:.45;margin:0 8px}.campaign-banner>a{display:flex;align-items:center;gap:16px;color:#fff;border-bottom:1px solid #668a77}.campaign-banner>a:hover{color:#eadba9}
header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.header-inner{max-width:1320px;margin:auto;padding:17px 36px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:10px;white-space:nowrap}.brand img{width:39px;height:39px;border-radius:50%}.brand-copy{display:flex;flex-direction:column}.brand-copy strong{font-size:15px;letter-spacing:.01em;line-height:1.5}.brand-copy>span{font-family:var(--font-display);font-size:8px;letter-spacing:.11em;color:var(--muted);font-weight:600;margin-top:3px}nav{display:flex;align-items:center;gap:20px;line-height:1.5}nav>a{font-size:11px;font-weight:600;color:#41554a!important;white-space:nowrap}nav>a:hover{color:var(--green)!important}nav .nav-cta{background:var(--green);color:white!important;padding:13px 19px;border-radius:5px;box-shadow:0 3px 7px #16452e10}nav .nav-cta:hover{background:var(--green-deep);color:white!important}.menu-toggle{display:none}
.hero{padding:0;background:linear-gradient(110deg,#fafbf7 0%,#f7f9f3 50%,#edf3eb 100%);overflow:hidden}.hero-inner{max-width:1200px;padding:56px 32px 45px;margin:auto;display:grid;grid-template-columns:1.03fr 1fr;gap:42px;align-items:center}.hero-copy{min-width:0}.hero-eyebrow{display:flex;align-items:center;gap:9px;font-size:11px;color:#547363;font-weight:600;letter-spacing:.04em}.hero-eyebrow>span{width:7px;height:7px;background:#308060;border-radius:50%}.hero-product{font-size:12px;font-weight:700;letter-spacing:.13em;margin:21px 0 12px}h1{font-size:clamp(30px,3.5vw,45px);line-height:1.48;font-weight:900;letter-spacing:-.035em;color:#173d2e}h1>span{color:#258068;background:linear-gradient(transparent 79%,#dcebd5 79%)}.hero-desc{font-size:14px;line-height:1.95;color:#5a6a60;margin-top:21px;font-weight:500}.hero-checks{list-style:none;display:flex;flex-wrap:wrap;gap:13px;margin-top:20px;font-size:10px;font-weight:600}.hero-checks li::before{content:'✓';margin-right:5px;color:var(--green);font-size:12px;font-weight:800}.hero-offer{margin-top:25px;border-top:1px solid #d7e0d4;padding-top:17px;max-width:440px}.offer-label{font-size:11px;font-weight:700;color:var(--orange);letter-spacing:.03em}.hero-offer>div{display:flex;align-items:baseline;gap:7px;line-height:1.25;margin:3px 0 6px}.hero-offer strong{font-family:var(--font-display);font-size:43px;letter-spacing:-.035em;font-weight:800}.offer-annual,.offer-unit{font-size:13px;font-weight:700}.offer-benefit{padding-left:16px;margin-left:12px;border-left:1px solid #cdd8cc;font-size:10px;line-height:1.6;color:var(--green);align-self:center}.offer-benefit b{font-size:12px}.hero-offer>small{font-size:10px;color:#69766b}.hero-actions{display:flex;gap:10px;margin-top:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:52px;padding:14px 25px;border-radius:5px;border:1px solid transparent;font-size:13px;font-weight:700;line-height:1.6;transition:background .2s,box-shadow .2s,transform .2s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn.primary{background:var(--orange);color:#fff;box-shadow:0 5px 12px #99492913}.btn.primary:hover{background:#b5441f;box-shadow:0 6px 18px #99492928}.btn.secondary{border-color:#bbcfc0;background:#fff;color:#305e48}.btn.secondary:hover{background:#ecf4ed}.btn.light{background:#fff;color:#174b38;border-color:#fff}.hero-actions .btn{font-size:11px;padding:14px 17px;gap:12px;min-height:49px}.hero-actions .primary{flex:1.15}.hero-actions .secondary{flex:1}.deadline-note{font-size:10px;color:#7c8173;margin-top:9px}.hero-visual{position:relative;min-width:0;padding:10px 0 0}.hero-visual:before{content:'';position:absolute;width:560px;height:560px;border-radius:50%;border:1px solid #d9e4d5;top:-58px;left:-12px;pointer-events:none}.hero-visual:after{content:'';position:absolute;width:630px;height:630px;border-radius:50%;border:1px solid #e3eadd;top:-93px;left:-47px;pointer-events:none}.visual-overline{position:relative;z-index:1;display:flex;justify-content:space-between;font-family:var(--font-display);font-size:8px;letter-spacing:.16em;font-weight:700;color:#6b8371;margin:0 3px 15px}.analysis-window{background:#fff;border:1px solid #d6e2d8;border-radius:12px;box-shadow:0 24px 55px #174b3614;position:relative;z-index:1;overflow:hidden;transform:rotate(-1deg)}.window-top{padding:12px 19px;border-bottom:1px solid #e5ebe6;display:flex;align-items:center;justify-content:space-between;background:#fcfdfb}.window-brand{font-family:var(--font-display);font-weight:800;font-size:19px;letter-spacing:-.04em}.window-brand>span{margin-left:11px;font-size:9px;letter-spacing:0;font-weight:500}.window-status{font-size:8px;color:#568064}.window-content{padding:21px}.dashboard-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.dashboard-heading small{font-family:var(--font-display);font-size:7px;letter-spacing:.14em;color:#819486;font-weight:600}.dashboard-heading h2{font-size:16px;margin-top:5px}.period{font-size:8px;background:#f4f7f3;border:1px solid #e1e7dc;padding:4px 8px;border-radius:3px;white-space:nowrap}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:20px 0 15px}.metric-row>div{border:1px solid #e1e9e2;border-radius:6px;padding:12px 11px;background:#fff}.metric-row>div:first-child{background:#f0f6f1;border-color:#ccdfcf}.metric-row span{font-size:9px;display:block;color:#6d8072}.metric-row strong{display:block;font-family:var(--font-display);font-size:29px;font-weight:800;line-height:1.6;letter-spacing:-.04em}.metric-row strong small{font-size:10px;margin-left:3px;font-weight:500}.metric-row em{font-size:7px;font-style:normal;color:#6f8f78;display:block}.dashboard-chart{border:1px solid #e4eae3;border-radius:6px;padding:13px 12px 6px}.chart-label{display:flex;align-items:center;justify-content:space-between;font-size:9px;margin-bottom:10px}.chart-label span{font-size:7px;color:#718b79;display:flex;align-items:center;gap:4px}.chart-label i{width:5px;height:5px;border-radius:50%;background:var(--green)}.dashboard-chart svg{width:100%;height:auto;display:block;font-family:var(--font-display)}.insight-card{display:flex;align-items:center;gap:10px;background:#f2f6ed;border-left:3px solid #849b61;border-radius:4px;margin-top:13px;padding:10px 11px;position:relative}.insight-symbol{font-size:25px;color:#6b8644}.insight-card b{font-size:10px}.insight-card p{font-size:8px;line-height:1.7;color:#6a7c66}.insight-tag{position:absolute;right:11px;bottom:11px;border:1px solid #d0ddc1;font-size:7px;border-radius:3px;padding:2px 5px;color:#627947;background:#fafcf7}.sample-note{font-size:7px;padding:0 21px 12px;color:#8a978a}.data-flow{position:relative;z-index:2;margin:19px -10px 0 23px;background:#fff;border:1px solid #d8e3d8;border-radius:8px;padding:14px 17px;display:flex;align-items:center;gap:12px;box-shadow:0 9px 22px #224e3510}.csv-icon{border:1px solid #acccaf;background:#f2f8ef;color:#517d51;border-radius:4px;padding:9px 5px;font-size:10px;font-family:var(--font-display);font-weight:800}.data-flow b{font-size:10px;display:block}.data-flow small{font-size:8px;color:#8a988a;display:block}.flow-arrow{font-size:23px;margin:0 4px;color:#90a58b}.flow-result b{color:#376c43}.hero-update{display:flex;align-items:center;justify-content:center;gap:9px;margin:22px 0 0;font-size:9px;position:relative;z-index:2}.hero-update b{font-size:8px;font-family:var(--font-display);background:#dce8d2;color:#477141;padding:2px 5px;border-radius:2px;letter-spacing:.07em}.hero-proof{background:#fff;border-top:1px solid #e1e6db;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px max(32px,calc((100vw - 1136px)/2));position:relative;z-index:2}.hero-proof>div{display:flex;flex-wrap:wrap;align-items:center;column-gap:15px;max-width:430px}.proof-label{font-size:9px;letter-spacing:.06em;width:100%;color:#81907e}.hero-proof strong{font-size:14px;font-weight:600;white-space:nowrap}.hero-proof strong>span{font-family:var(--font-display);font-weight:800;font-size:29px;margin:0 5px}.hero-proof a{font-size:9px;color:var(--green);border-bottom:1px solid #b9cdb9}.hero-proof ul{display:flex;gap:27px;list-style:none;font-size:10px;color:#60715f}.hero-proof li{display:flex;align-items:center;gap:9px}.hero-proof li b{font-family:var(--font-display);color:#769571;font-size:9px}
/* Long-form explanation */
.section-dark{background:var(--bg-2)}main>section:not(.hero){border-bottom:1px solid #e7ece5}.eyebrow,.eyebrow-small{font-family:var(--font-display);display:flex;align-items:center;gap:12px;font-size:10px;font-weight:800;letter-spacing:.2em;color:#568260;margin-bottom:18px}.eyebrow:before{content:'';width:24px;height:1px;background:#819d72}.section-head{max-width:860px;margin:0 0 34px}.section-head h2{font-size:clamp(25px,3vw,36px);line-height:1.55;margin-bottom:19px;letter-spacing:.01em}.section-head p{font-size:14px;color:var(--muted);line-height:2.05}.grid-2,.grid-3,.ai-grid,.security-grid,.pricing-cards{display:grid;gap:20px}.grid-2,.ai-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3,.security-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.ai-panel,.security-card{padding:28px;background:#fff;border:1px solid var(--line);border-radius:10px}.card h3{font-size:19px;margin-bottom:12px}.card p,.ai-panel p{font-size:13px;color:var(--muted);line-height:2}.card .num{font-family:var(--font-display);font-size:12px;font-weight:700;color:#5b8654;display:flex;align-items:center;justify-content:center;width:35px;height:35px;background:#eff5e9;border:1px solid #dce7d4;border-radius:6px;margin-bottom:20px}.feature-card{border-top:2px solid #86a478}.feature-card h3{font-size:17px}.tone-dark{background:#f2f6ee}.objection-note{padding:23px;background:#edf4ea;border:1px solid #d6e4d0;border-radius:8px;text-align:center;margin-top:25px;color:#406842;font-size:14px;font-weight:600}.kb-years{position:relative;margin:30px 0;padding:28px 34px 28px 290px;background:#154b39;color:#fff;border-radius:12px;min-height:195px;overflow:hidden}.kb-years:after{content:'';position:absolute;left:-140px;bottom:-230px;width:520px;height:520px;border:1px solid #ffffff10;border-radius:50%;pointer-events:none}.kb-who{display:flex;align-items:baseline;flex-wrap:wrap;gap:14px;padding-bottom:14px;border-bottom:1px solid #ffffff24}.kb-who-name{font-size:21px;letter-spacing:.1em}.kb-who-role{font-size:10px;color:#bbd4bb}.kb-num{position:absolute;left:37px;top:27px}.kb-num b{font-family:var(--font-display);font-size:83px;line-height:1;font-weight:600;letter-spacing:-.07em;color:#dbe7b9}.kb-num span{font-size:11px;display:block;line-height:1.7;margin-top:9px;color:#d9e4d3}.kb-br{display:none}.kb-years i{font-style:normal;display:block;margin-top:16px;font-size:12px;line-height:1.95;color:#c0d2c5}.kb-lead{font-size:14px;color:#5c6e61;margin-bottom:27px;line-height:2.1}.kb-lead em{font-style:normal;font-weight:700;color:#275f40}.kb-field-head{font-size:14px;font-weight:700;margin:30px 0 18px}.kb-field-head small{display:block;font-size:11px;font-weight:400;color:var(--muted);margin-top:6px}.kb-tags{display:flex;flex-wrap:wrap;gap:8px}.kb-tag{padding:6px 13px;font-size:11px;border:1px solid #d9e4d2;border-radius:4px;background:#f4f8ef;color:#54744e;white-space:nowrap}.kb-compare{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:28px}.kb-box{padding:25px;border:1px solid var(--line);border-radius:8px;background:#fff}.kb-box.good{border-color:#9cb590;background:#f0f6eb}.kb-label{display:inline-block;font-size:11px;font-weight:700;margin-bottom:12px;background:#eef0eb;padding:5px 10px;border-radius:3px}.good .kb-label{background:#dceacf;color:#3f6633}.kb-box p{font-size:13px;color:var(--muted)}.kb-box strong{color:var(--text)}.kb-tagline{padding:23px;border:1px solid var(--line);border-radius:8px;margin-top:24px;font-size:12px;background:#fff}.kb-chip{color:#4e7540;font-weight:700}.details-panel{border-top:1px solid #d9e1d5;margin-top:32px;padding-top:17px}.details-panel>summary{cursor:pointer;font-size:13px;font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:center;padding:6px 0;color:#526b49;gap:15px}.details-panel>summary::-webkit-details-marker{display:none}.details-panel>summary:after{content:'＋';font-size:20px;font-weight:400}.details-panel[open]>summary:after{content:'−'}.details-panel>summary:hover{color:#204c30}
#newfeature{background:#fff}.nf-flag{display:inline-flex;align-items:center;gap:10px;border:1px solid #dcc6ae;padding:5px 11px;border-radius:3px;color:#98623e;background:#faf5ee;font-size:11px;margin-bottom:22px}.nf-flag b{font-family:var(--font-display);font-size:10px}.nf-ask{font-size:clamp(23px,2.7vw,34px);font-weight:800;line-height:1.7}.nf-ask.second{color:#70866a}.nf-ask .u{background:linear-gradient(transparent 82%,#e5edd9 82%)}.nf-answer{font-size:14px;margin-top:23px;padding-left:18px;border-left:2px solid #a5b794;color:var(--muted);max-width:930px}.nf-three{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}.nf-three>div{padding:24px;background:#f4f7ef;border:1px solid #dfe7d7;border-radius:8px;font-size:13px;line-height:1.9}.nf-three em{font-family:var(--font-display);font-size:10px;letter-spacing:.16em;color:#6c8b59;display:block;font-style:normal;margin-bottom:10px}.nf-block{margin-top:62px}.nf-block .lab{font-size:10px;color:#5b7b4a;background:#ecf3e5;border:1px solid #d7e5cb;padding:4px 10px;border-radius:3px;display:inline-block;margin-bottom:12px}.nf-block h3{font-size:25px;margin-bottom:14px}.nf-block>p{font-size:14px;color:var(--muted);max-width:960px}.shot-row,.shot-row-2{display:grid;gap:18px;margin-top:25px;align-items:start}.shot-row{grid-template-columns:repeat(3,minmax(0,1fr))}.shot-row-2{grid-template-columns:repeat(2,minmax(0,1fr))}.shot{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.shot img{width:100%;cursor:zoom-in}.shot figcaption{font-size:11px;line-height:1.9;color:var(--muted);padding:14px 17px;border-top:1px solid var(--line);background:#f7f9f3}.shot figcaption strong{color:#426038!important}.case{padding:26px;background:#faf8f4;border:1px solid #e6dfd3;border-radius:8px;margin-top:25px}.case h4{color:#8b6047;font-size:16px;margin-bottom:13px}.case p{font-size:13px}.nums{display:flex;flex-wrap:wrap;gap:14px;margin:18px 0}.case .n{background:#fff;border:1px solid #e4e6db;padding:14px 23px;border-radius:5px;min-width:175px}.case .n span{font-size:10px;color:var(--muted);display:block}.case .n b{font-size:31px;font-family:var(--font-display);color:#5c7b45!important}.case .n.bad b{color:#a26857!important}.case .concl{margin-top:18px;font-weight:600}.pdf-cta{display:flex;align-items:center;gap:25px;justify-content:space-between;background:#eff4e9;border:1px solid #d9e5ce;padding:24px 27px;margin-top:26px;border-radius:8px}.pdf-cta .t b{display:block;font-size:17px}.pdf-cta .t span{font-size:12px;color:var(--muted)}.pdf-cta .btn{white-space:nowrap}.nodecide{padding:28px;background:#f4f7ef;border:1px solid var(--line);border-radius:8px;margin-top:26px}.nodecide h4{font-size:21px;margin-bottom:14px}.nodecide p{font-size:13px}.nodecide .two{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:20px}.nodecide .two>div{background:#fff;border:1px solid var(--line);border-radius:6px;padding:20px}.nodecide .two strong{display:block;margin-bottom:8px}.nodecide .two p{color:var(--muted)}
.pain-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pain{padding:20px 22px 20px 50px;border:1px solid var(--line);background:#f7f8f4;border-radius:6px;position:relative;font-size:13px;font-weight:500}.pain:before{content:'?';position:absolute;left:20px;top:20px;color:#9c8457;font-family:var(--font-display);font-weight:700;width:20px;height:20px;border:1px solid #d6ccba;border-radius:50%;text-align:center;line-height:18px;font-size:12px}.simple-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px}.steps{display:grid;gap:14px}.step-card{position:relative;display:flex;gap:18px;border:1px solid var(--line);border-radius:8px;padding:24px;background:white}.step-card:not(:last-child):after{content:'';position:absolute;left:42px;bottom:-15px;height:14px;width:1px;background:#b7c6ab}.step-card i{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:34px;height:34px;background:#eaf2e2;color:#567d43;border-radius:50%;font-size:12px;font-style:normal;font-family:var(--font-display);font-weight:700}.step-card b{display:block;font-size:14px;margin-bottom:6px}.step-card span{display:block;font-size:12px;color:var(--muted)}.ai-panel strong{font-size:18px;display:block;margin-bottom:12px}.security-panel{padding:30px;background:#fff;border:1px solid var(--line);border-radius:10px}.security-panel>p{font-size:14px;color:var(--muted);margin-bottom:15px}.security-grid{margin-top:28px;gap:16px}.security-card{padding:20px;background:#f6f9f2}.security-card.warn{background:#faf6f1}.security-card h3{font-size:14px;margin-bottom:13px}.security-card ul{list-style:none}.security-card li{font-size:11px;padding:10px 0 10px 18px;color:var(--muted);border-bottom:1px dashed #dce3d4;position:relative}.security-card li:last-child{border:none}.security-card li:before{content:'✓';color:#6b8a54;position:absolute;left:0}.security-card.warn li:before{content:'−';color:#967358}.security-highlight{margin-top:22px;padding:20px;background:#f1f5ed;border:1px solid #dce5d3;border-radius:6px;font-size:13px;font-weight:500}.security-download{display:flex;align-items:center;gap:20px;margin-top:26px}.security-download>span{font-size:11px;color:var(--muted)}.security-download .btn{flex-shrink:0}
.video-shell{max-width:850px;margin:auto;padding:20px;background:#f4f7ef;border:1px solid var(--line);border-radius:10px}.video-head{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#5e7552;margin-bottom:15px}.video-label{display:flex;align-items:center;gap:8px}.pulse{width:6px;height:6px;background:#8ba972;border-radius:50%}.video-frame{background:#15372d;border-radius:6px;overflow:hidden}.video-frame video{display:block;width:100%;aspect-ratio:16/9;object-fit:contain}.demo-original-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.demo-copy h2{font-size:27px;margin-bottom:20px}.demo-copy p{font-size:13px;color:var(--muted)}.demo-actions{margin-top:23px}.demo-frame{position:relative;aspect-ratio:16/9;border-radius:8px;overflow:hidden;background:#172c20;border:1px solid var(--line)}.demo-frame iframe{width:100%;height:100%;position:absolute;inset:0;border:0}.demo-caption{font-size:10px;color:var(--muted);margin-top:12px}
/* Offer: quiet hierarchy instead of flashing prices. */
#pricing{background:#edf3e7}.pricing-wrap{padding:48px;background:#fff;border:1px solid #d6e2cf;border-radius:14px;box-shadow:0 18px 50px #45692d08}.pricing-head{display:grid;grid-template-columns:1fr auto;gap:38px;align-items:center}.ext-flag{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:17px;padding:0;color:#9f613e;font-size:12px}.ext-flag .ex1{font-size:10px;border:1px solid #e0cab1;background:#fcf7ee;padding:2px 9px;border-radius:3px}.ext-flag em{font-style:normal;font-weight:700}.pricing-badge{display:inline-block;font-size:11px;color:#5e7c48;border-bottom:1px solid #b9cbaa;margin-bottom:16px}.pricing-head h2{font-size:34px;line-height:1.5}.price-headline{display:flex;align-items:center;gap:25px;margin:25px 0}.ph-now,.ph-after{padding:20px 24px;border:1px solid #d9e5cf;border-radius:6px;flex:1}.ph-now{background:#f2f7ec}.ph-after{background:#f9faf7}.ph-tag,.ph-tag2{font-size:10px;color:#627553;display:block;margin-bottom:7px}.ph-price,.ph-price2{display:flex;align-items:baseline;gap:6px;line-height:1.3}.ph-price b{font-family:var(--font-display);font-size:55px;color:#295d34}.ph-price2 b{font-family:var(--font-display);font-size:35px;color:#84977a}.ph-price .y,.ph-price .man,.ph-price2 .y,.ph-price2 .man{font-size:12px}.ph-arrow{font-size:12px;color:#9aaa8a}.price-lock{display:flex;align-items:center;gap:12px;background:#fbf7eb;border:1px solid #e8dec2;padding:14px 18px;border-radius:5px;margin-bottom:22px;font-size:12px}.lock-tag{white-space:nowrap;background:#8d7743;color:#fff;font-size:10px;padding:3px 8px;border-radius:3px}.lock-txt em{font-style:normal;color:#9a702c;font-weight:700}.pricing-head p{font-size:12px;color:var(--muted)}.pricing-cards{grid-template-columns:1fr 1fr;margin-top:35px}.pricing-card{padding:30px;border:1px solid var(--line);border-radius:8px}.pricing-card:first-child{border-color:#91ad7d;background:#f8fbf3}.pricing-card .cap{font-family:var(--font-display);font-size:10px;letter-spacing:.06em;color:#6a8756;margin-bottom:10px}.pricing-card h3{font-size:20px}.price-row{display:flex;align-items:center;gap:14px;margin:18px 0}.year-tag{font-size:11px;border:1px solid var(--line);padding:3px 10px;border-radius:3px}.yen{font-family:var(--font-display);font-weight:800;font-size:40px;letter-spacing:-.03em;line-height:1.2}.pricing-card p{font-size:12px;color:var(--muted)}.pricing-note{font-size:11px;color:var(--muted);line-height:2;margin-top:23px}.pricing-actions{display:flex;justify-content:center;gap:16px;margin-top:32px}.footer-cta{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;background:#174d3b;padding:43px;border-radius:12px;color:#fff}.footer-cta h2{font-size:30px;color:#fff;margin-bottom:13px}.footer-cta p{font-size:12px;color:#c8d8c9;max-width:620px}.footer-actions{display:flex;gap:12px;flex-direction:column}.footer-actions .btn{min-height:45px;font-size:12px;padding:12px 20px}.footer{background:#f3f6ef;padding:50px 32px 23px;border-top:1px solid var(--line);color:#596b51}.footer-grid{max-width:1120px;margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:45px}.footer-brand{display:flex;align-items:center;gap:10px;color:#244b32;font-weight:700;font-size:15px}.footer-brand img{width:38px;height:38px;border-radius:50%}.footer-desc{font-size:11px;line-height:2;margin-top:17px}.footer-desc a{text-decoration:underline;text-underline-offset:4px}.footer-col h4{font-family:var(--font-display);font-size:11px;letter-spacing:.1em;color:#234832;margin-bottom:17px}.footer-col a{display:block;font-size:11px;margin-bottom:10px}.footer a:hover{text-decoration:underline;text-underline-offset:4px}.footer-bottom{max-width:1120px;margin:37px auto 0;padding-top:19px;border-top:1px solid #dce5d4;display:flex;justify-content:space-between;gap:20px;font-size:9px;color:#7f8b73}.footer-legal{display:flex;gap:18px}.stickybar{display:none}.reveal{opacity:1;transform:none}body [style*="color:#18d98a"]{color:var(--green)!important}body [style*="color:#ffb98a"]{color:var(--orange-soft)!important}
/* Enlarging existing screenshots does not modify their files or their links. */
.image-dialog{margin:auto;padding:12px;border:1px solid #d6e3d1;border-radius:10px;width:min(1100px,94vw);max-height:94dvh;background:#fff;color:var(--text)}.image-dialog::backdrop{background:#0a211bd9;backdrop-filter:blur(5px)}.image-dialog img{max-height:80dvh;width:100%;object-fit:contain}.image-dialog button{display:block;margin-left:auto;margin-bottom:8px;border:1px solid #d3dfcf;background:#f5f8ef;border-radius:4px;padding:6px 13px;font-size:12px;cursor:pointer}.image-dialog p{font-size:12px;text-align:center;margin:8px}.image-trigger{display:block;width:100%;padding:0;background:none;border:0;cursor:zoom-in}.image-trigger:focus-visible{outline-offset:-4px}
@media(min-width:1400px){.hero-inner{padding-top:70px;padding-bottom:65px}.hero-visual{margin-left:8px}}@media(max-width:1130px){.header-inner{padding:16px 24px;gap:16px}nav{gap:12px}nav>a{font-size:10px}.brand-copy strong{font-size:13px}.brand img{width:34px;height:34px}.hero-inner{gap:27px}.hero-proof ul{gap:16px}.hero-proof li{font-size:9px}.hero-actions .btn{padding:13px 10px;font-size:10px;gap:6px}.data-flow{padding:12px;gap:8px}.flow-arrow{margin:0}.data-flow b{font-size:9px}.data-flow small{font-size:7px}.insight-tag{display:none}.pricing-head{grid-template-columns:1fr}.pricing-head>div:last-child{display:flex;justify-content:center}.pricing-head>div:last-child .btn{min-width:260px}.security-card{padding:18px}.hero-visual:before,.hero-visual:after{opacity:.6}}
@media(max-width:900px){section{padding:65px 25px}.campaign-banner{gap:12px;font-size:10px}.campaign-banner>a{display:none}.header-inner{padding:13px 22px}.brand-copy strong{font-size:14px}.brand-copy>span{font-size:8px}.brand img{width:36px;height:36px}.menu-toggle{display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #d9e3d4;border-radius:4px;background:white;color:var(--green);cursor:pointer}.menu-toggle>span{width:17px;height:1px;background:currentColor}nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:20px 24px;box-shadow:0 10px 18px #123b2a0d;grid-template-columns:1fr 1fr;gap:8px 18px;max-height:calc(100dvh - 100px);overflow:auto}nav.is-open{display:grid}nav>a{font-size:12px;padding:12px 8px}nav .nav-cta{text-align:center}.hero-inner{grid-template-columns:1fr;max-width:690px;padding:38px 27px 40px;gap:33px}.hero-product{margin-top:18px}h1{font-size:43px}.hero-desc{font-size:14px}.hero-actions .btn{font-size:12px;padding:15px 17px}.hero-offer{max-width:none}.hero-checks{font-size:11px}.hero-visual{margin:0 auto;width:100%;max-width:550px}.hero-visual:before,.hero-visual:after{left:50%;transform:translateX(-50%)}.hero-proof{padding:23px 25px;gap:16px;flex-direction:column;align-items:flex-start}.hero-proof>div{max-width:none}.hero-proof ul{width:100%;justify-content:space-between;gap:15px;flex-wrap:wrap}.hero-proof li{font-size:10px}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}#knowledge .grid-3{grid-template-columns:1fr}.kb-card{display:grid;grid-template-columns:38px 1fr;gap:0 18px}.kb-card .num{grid-row:1/3;margin:0}.kb-card h3{margin-bottom:8px}.kb-card p{grid-column:2}.simple-grid,.demo-original-grid{grid-template-columns:1fr;gap:30px}.nf-three{gap:12px}.nf-three>div{padding:20px 16px;font-size:12px}.security-grid{grid-template-columns:1fr}.security-card{padding:23px}.security-card li{font-size:12px}.shot-row{grid-template-columns:1fr}.shot-row .shot{max-width:620px;margin:auto;width:100%}.security-panel{padding:26px}.footer-cta{grid-template-columns:1fr;padding:35px}.footer-actions{flex-direction:row}.footer-grid{gap:25px;grid-template-columns:1.2fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.stickybar{position:fixed;bottom:0;left:0;right:0;z-index:110;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 22px calc(12px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);border-top:1px solid #d1ddc9;box-shadow:0 -6px 25px #1b3e2710;backdrop-filter:blur(12px)}.stickybar .txt{font-size:10px;line-height:1.7;color:#647458;font-weight:500}.stickybar .txt em{font-style:normal;font-weight:800;color:#214d32;font-size:14px}.stickybar .txt>em:first-child{display:none}.stickybar .btn{min-height:44px;font-size:12px;padding:12px 23px;flex-shrink:0}body{padding-bottom:calc(82px + env(safe-area-inset-bottom))}.data-flow b{font-size:11px}.data-flow small{font-size:9px}.data-flow{gap:12px;padding:15px}.insight-tag{display:block}}
@media(max-width:600px){body{font-size:14px;line-height:1.9}section{padding:55px 21px}.campaign-banner{padding:8px 12px;gap:5px;flex-direction:column;min-height:48px}.campaign-banner>span{font-size:8px;padding:1px 6px;border:0;letter-spacing:.07em;line-height:1.2}.campaign-banner p{font-size:9px}.campaign-banner b{margin-right:4px}.campaign-banner i{margin:0 3px}.header-inner{padding:11px 18px}.brand-copy strong{font-size:12px}.brand-copy>span{font-size:6.5px;letter-spacing:.08em}.brand img{width:33px;height:33px}.brand{gap:8px}.menu-toggle{width:34px;height:34px}.hero-inner{padding:28px 22px 30px;gap:30px}.hero-eyebrow{font-size:9px;gap:7px}.hero-product{font-size:10px;margin:17px 0 10px}h1{font-size:clamp(27px,8.35vw,43px);line-height:1.5;letter-spacing:-.05em}.hero-desc{font-size:12px;line-height:1.9;margin-top:18px}.hero-checks{font-size:8.5px;gap:10px;margin-top:17px}.hero-checks li:before{font-size:10px;margin-right:4px}.hero-offer{margin-top:20px;padding-top:14px}.offer-label{font-size:10px}.hero-offer strong{font-size:38px}.offer-annual,.offer-unit{font-size:11px}.offer-benefit{margin-left:12px;padding-left:15px}.hero-offer>small{font-size:8px}.hero-actions{gap:9px;margin-top:17px;flex-direction:column}.hero-actions .btn{min-height:47px;font-size:12px;justify-content:space-between;padding:14px 21px}.hero-actions .secondary{min-height:42px;background:transparent;font-size:11px}.deadline-note{font-size:8px;text-align:center;margin-top:8px}.visual-overline{font-size:7px;margin-bottom:12px}.analysis-window{transform:none;border-radius:8px}.window-top{padding:10px 13px}.window-brand{font-size:17px}.window-status{font-size:7px}.window-content{padding:15px 13px}.dashboard-heading h2{font-size:13px}.dashboard-heading small{font-size:6px}.period{font-size:7px;padding:3px 6px}.metric-row{gap:7px;margin:14px 0 12px}.metric-row>div{padding:9px 8px}.metric-row strong{font-size:25px}.metric-row span{font-size:8px}.metric-row em{font-size:6px}.dashboard-chart{padding:10px 8px 5px}.chart-label{font-size:8px}.insight-card{padding:10px 8px;gap:8px}.insight-card b{font-size:9px}.insight-card p{font-size:7px}.insight-tag{font-size:6px;padding:2px 4px;right:8px;bottom:10px}.insight-symbol{font-size:22px}.sample-note{font-size:6px;padding:0 13px 11px}.data-flow{margin:13px 0 0 7px;padding:12px 10px;gap:9px}.csv-icon{font-size:8px;padding:8px 4px}.data-flow b{font-size:9px}.data-flow small{font-size:6.5px}.flow-arrow{font-size:18px}.hero-update{font-size:8px;gap:6px;margin-top:16px}.hero-update b{font-size:7px}.hero-proof{padding:22px;gap:15px}.hero-proof>div{gap:0 14px}.hero-proof strong{font-size:13px}.hero-proof strong>span{font-size:27px}.hero-proof a{font-size:8px}.proof-label{font-size:9px}.hero-proof ul{display:grid;grid-template-columns:1fr;gap:5px;border-top:1px solid #e2e9db;padding-top:13px}.hero-proof li{font-size:10px;gap:13px}.hero-proof li b{font-size:8px}.section-head{margin-bottom:25px}.section-head h2{font-size:25px;line-height:1.6;margin-bottom:17px;letter-spacing:-.025em}.section-head p{font-size:12px;line-height:2}.eyebrow{font-size:9px;margin-bottom:15px}.grid-2,.grid-3,.ai-grid,.pricing-cards,.kb-compare,.nf-three,.shot-row-2,.pain-list,.nodecide .two{grid-template-columns:1fr;gap:14px}.card,.ai-panel{padding:23px}.card h3{font-size:17px}.card p,.ai-panel p{font-size:12px}.card .num{margin-bottom:13px}.kb-card{padding:22px 18px;gap:0 12px;grid-template-columns:32px 1fr}.kb-card .num{width:30px;height:30px;font-size:11px}.kb-card h3{font-size:16px}.kb-card p{font-size:11px}.kb-years{padding:24px;min-height:0;margin:24px 0}.kb-who{gap:8px}.kb-who-name{font-size:20px}.kb-who-role{font-size:9px;line-height:1.8}.kb-num{position:static;margin:20px 0 0;display:flex;align-items:center;gap:22px}.kb-num b{font-size:76px}.kb-num span{font-size:11px;max-width:155px;margin:0}.kb-br{display:block}.kb-years i{font-size:11px;margin-top:18px}.kb-lead{font-size:12px}.kb-field-head{font-size:12px}.kb-field-head small{font-size:10px}.kb-tags{gap:6px}.kb-tag{font-size:10px;padding:5px 9px}.kb-box,.kb-tagline{padding:20px}.kb-box p{font-size:12px}.kb-tagline{font-size:11px}.details-panel>summary{font-size:11px;line-height:1.8}.nf-flag{font-size:10px;margin-bottom:17px}.nf-ask{font-size:22px;line-height:1.6;letter-spacing:-.035em}.nf-ask.second{margin-top:8px}.nf-answer{font-size:12px;padding-left:13px}.nf-three{margin-top:25px}.nf-three>div{padding:18px 20px;font-size:12px}.nf-three em{margin-bottom:4px;font-size:9px}.nf-block{margin-top:43px}.nf-block h3{font-size:21px}.nf-block>p{font-size:12px}.shot-row,.shot-row-2{margin-top:20px}.shot figcaption{font-size:10px;padding:12px 14px}.case{padding:20px 17px}.case h4{font-size:15px}.case p{font-size:11px}.case .n{min-width:0;flex:1;padding:12px}.case .n span{font-size:8px;letter-spacing:0}.case .n b{font-size:26px}.nums{gap:10px}.pdf-cta{flex-direction:column;align-items:stretch;padding:22px;gap:18px}.pdf-cta .t b{font-size:16px}.pdf-cta .t span{font-size:11px;display:block;margin-top:5px}.nodecide{padding:22px 18px}.nodecide h4{font-size:19px}.nodecide p{font-size:11px!important}.nodecide .two>div{padding:17px}.nodecide .two strong{font-size:13px}.pain{font-size:12px;padding:18px 17px 18px 46px}.pain:before{left:16px;top:18px}.simple-grid{gap:25px}.step-card{padding:21px 18px;gap:13px}.step-card b{font-size:13px}.step-card span{font-size:11px}.step-card:not(:last-child):after{left:35px}.objection-note{font-size:12px;padding:18px}.ai-panel strong{font-size:16px}.security-panel{padding:22px 17px}.security-panel>p{font-size:12px}.security-grid{gap:13px}.security-card{padding:19px 16px}.security-card li{font-size:11px}.security-highlight{font-size:11px;padding:17px}.security-download{flex-direction:column;align-items:stretch;gap:12px}.security-download>span{font-size:10px}.btn{font-size:12px;padding:14px 20px;min-height:47px}.video-shell{padding:13px}.video-head{font-size:10px;margin-bottom:10px}.demo-copy h2{font-size:24px}.demo-copy p{font-size:12px}.demo-caption{font-size:9px}.pricing-wrap{padding:26px 19px;border-radius:9px}.pricing-head{gap:22px}.pricing-head h2{font-size:25px}.pricing-badge{font-size:10px}.ext-flag{font-size:10px;gap:7px}.ext-flag .ex1{font-size:9px}.price-headline{gap:10px;margin:20px 0}.ph-now,.ph-after{padding:15px 10px}.ph-price b{font-size:45px}.ph-price2 b{font-size:29px}.ph-tag,.ph-tag2{font-size:9px}.ph-price .y,.ph-price .man,.ph-price2 .y,.ph-price2 .man{font-size:10px}.ph-price,.ph-price2{gap:3px}.ph-arrow{font-size:8px}.price-lock{padding:13px 11px;gap:9px;font-size:10px;align-items:flex-start}.lock-tag{font-size:8px;padding:3px 5px}.pricing-head p{font-size:11px}.pricing-head>div:last-child .btn{min-width:0;width:100%}.pricing-cards{margin-top:27px}.pricing-card{padding:24px 20px}.pricing-card h3{font-size:18px}.yen{font-size:36px}.pricing-card p{font-size:11px}.pricing-note{font-size:10px}.pricing-actions{flex-direction:column;gap:10px;margin-top:25px}.footer-cta{padding:27px 23px;gap:22px}.footer-cta h2{font-size:23px}.footer-cta p{font-size:11px}.footer-actions{flex-direction:column;gap:10px}.footer{padding:38px 23px 22px}.footer-grid{grid-template-columns:1fr 1fr;gap:25px 15px}.footer-brand{font-size:13px}.footer-brand img{width:33px;height:33px}.footer-col h4{font-size:10px;margin-bottom:14px}.footer-col a{font-size:9px}.footer-desc{font-size:10px}.footer-bottom{flex-direction:column;gap:13px;margin-top:25px;font-size:8px}.footer-legal{gap:13px}.stickybar{padding:11px 16px calc(11px + env(safe-area-inset-bottom));gap:10px}.stickybar .txt{font-size:8px;line-height:1.8}.stickybar .txt em{font-size:12px}.stickybar .btn{font-size:10px;padding:12px 17px;min-height:42px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Readability adjustment: keep the existing design and destinations unchanged.
   Main copy: 18px desktop / 17px mobile. Supporting copy: 14px minimum. */
:root { --reading-size: 18px; --support-size: 14px; }
body { font-size: var(--reading-size); }
.hero-desc, .section-head p, .card p, .kb-card p, .kb-lead,
.kb-box p, .kb-tagline, .nf-answer, .nf-block > p, .nf-three > div,
.case p, .pain, .objection-note, .step-card span, .ai-panel p,
.security-panel > p, .security-card li, .security-highlight,
.demo-copy p, .pricing-head p, .pricing-card p, .footer-cta p {
  font-size: var(--reading-size);
  line-height: 2;
}
.nodecide p { font-size: var(--reading-size) !important; line-height: 2; }
.hero-desc, .section-head p, .card p, .kb-card p, .step-card span,
.pricing-head p, .pricing-card p, .demo-copy p { color: #4d5f54; }
.hero-eyebrow, .hero-product, .hero-checks, .hero-checks li::before,
.offer-label, .offer-annual, .offer-unit, .offer-benefit, .offer-benefit b,
.hero-offer > small, .deadline-note, .proof-label, .hero-proof a,
.hero-proof li, .hero-proof li b, .hero-update, .hero-update b,
.campaign-banner, .campaign-banner > span, .campaign-banner p,
.kb-who-role, .kb-num span, .kb-years i, .kb-field-head small,
.kb-tag, .kb-label, .nf-flag, .nf-flag b, .nf-three em, .nf-block .lab,
.shot figcaption, .case .n span, .pdf-cta .t span, .security-download > span,
.video-head, .demo-caption, .ext-flag, .ext-flag .ex1, .pricing-badge,
.ph-tag, .ph-tag2, .ph-price .y, .ph-price .man, .ph-price2 .y, .ph-price2 .man,
.price-lock, .lock-tag, .pricing-card .cap, .year-tag, .pricing-note,
.footer-desc, .footer-col h4, .footer-col a, .footer-bottom,
.image-dialog button, .image-dialog p {
  font-size: var(--support-size);
  line-height: 1.85;
}
.btn, .hero-actions .btn, .hero-actions .secondary, .footer-actions .btn {
  font-size: 17px;
  line-height: 1.65;
  min-height: 54px;
}
.hero-actions { flex-wrap: wrap; }
.hero-actions .btn { flex: 1 1 225px; }
nav { gap: 12px; flex-wrap: wrap; }
nav > a { font-size: 14px; }
.brand-copy strong { font-size: 16px; }
.brand-copy > span { font-size: 10px; }
.brand { flex-shrink: 0; }
.card h3, .feature-card h3, .kb-card h3, .security-card h3,
.step-card b, .ai-panel strong, .case h4, .nodecide .two strong,
.pdf-cta .t b, .kb-field-head { font-size: 20px; line-height: 1.65; }
.details-panel > summary { font-size: 17px; line-height: 1.85; }
.card .num, .step-card i { font-size: 16px; }
.eyebrow, .eyebrow-small { font-size: 13px; }
.hero-proof { flex-wrap: wrap; }
.hero-proof ul { flex-wrap: wrap; gap: 12px 24px; }
.hero-proof strong { font-size: 18px; }
.hero-proof > div { max-width: none; }
.hero-offer { max-width: none; }
.hero-offer > div { flex-wrap: wrap; }
.hero-update { flex-wrap: wrap; }
.price-lock { flex-wrap: wrap; }
.footer-bottom { flex-wrap: wrap; }
/* Diagram labels remain secondary, but no longer shrink to 6–9px. */
.visual-overline, .window-brand > span, .window-status,
.dashboard-heading small, .period, .metric-row span, .metric-row em,
.metric-row strong small, .chart-label, .chart-label span,
.insight-card p, .insight-tag, .sample-note, .data-flow small, .csv-icon {
  font-size: 12px;
  line-height: 1.7;
}
.visual-overline { font-size: 11px; letter-spacing: .06em; gap: 10px; }
.dashboard-heading h2 { font-size: 18px; }
.insight-card b, .data-flow b { font-size: 14px; line-height: 1.8; }
.metric-row strong { font-size: 30px; }
.dashboard-chart svg text { font-size: 12px; }
.insight-card { flex-wrap: wrap; }
.insight-tag { position: static; margin-left: auto; }
.data-flow { flex-wrap: wrap; }
.data-flow > div { min-width: 0; }
@media (min-width: 901px) and (max-width: 1130px) {
  .header-inner { flex-wrap: wrap; }
  nav { width: 100%; justify-content: space-between; }
  html { scroll-padding-top: 150px; }
}
@media (max-width: 900px) {
  .hero-actions .btn { flex: 1 1 auto; }
  .stickybar .txt { font-size: 12px; line-height: 1.8; }
  .stickybar .txt em { font-size: 15px; }
  .stickybar .btn { font-size: 15px; padding: 13px 16px; min-height: 48px; }
  body { padding-bottom: calc(105px + env(safe-area-inset-bottom)); }
}
@media (max-width: 600px) {
  :root { --reading-size: 17px; }
  .campaign-banner { padding: 9px 15px; text-align: center; }
  .campaign-banner, .campaign-banner > span, .campaign-banner p { font-size: 13px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy > span { font-size: 9px; }
  .brand { min-width: 0; flex-shrink: 1; }
  .menu-toggle { flex-shrink: 0; width: 40px; height: 40px; }
  .hero-desc br { display: none; }
  .hero-checks { gap: 8px 14px; }
  .hero-actions .btn { flex: 0 1 auto; }
  .section-head h2, .pricing-head h2 { font-size: 28px; }
  .nf-block h3, .demo-copy h2, .footer-cta h2 { font-size: 25px; }
  .hero-proof li { font-size: 14px; }
  .kb-num span { max-width: 170px; }
  .dashboard-heading { flex-wrap: wrap; }
  .metric-row > div { padding: 9px 6px; min-width: 0; }
  .metric-row strong { font-size: 27px; }
  .metric-row em { font-size: 11px; }
  .data-flow { gap: 8px; margin-left: 0; }
  .data-flow b { font-size: 13px; }
  .data-flow small { font-size: 11px; }
  .visual-overline { font-size: 10px; }
  .price-headline { flex-wrap: wrap; }
  .ph-now, .ph-after { min-width: 118px; }
  .ph-price, .ph-price2 { flex-wrap: wrap; }
  .price-lock { gap: 9px; }
  .footer-grid { grid-template-columns: 1fr; }
  .stickybar { padding-left: 12px; padding-right: 12px; gap: 8px; }
  .stickybar .txt { flex: 1; min-width: 0; }
  .stickybar .btn { font-size: 14px; padding: 12px 13px; white-space: nowrap; }
}
