:root{--main-beige:#e8d8c3;--accent-orange:#f28a2e;--sub-cream-yellow:#fff2bf;--bg:#fcf8f3;--surface:#fff;--text:#3f352d;--muted:#6e635a;--line:#e8ddd1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:linear-gradient(180deg, var(--bg), #fffdf9);margin:0;font-family:Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;line-height:1.75}a{color:#b85a1a}.container{width:min(1140px,92%);margin:0 auto;padding:16px 0 48px}.site-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffaf4f5;padding:10px 14px;position:sticky;top:0}.site-header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:92%;max-width:1140px;margin:0 auto;display:flex}.brand{max-width:100%;color:var(--text);flex:none;align-items:center;text-decoration:none;display:inline-flex}.brand img{width:auto;max-width:100%;height:40px;display:block}.header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.header-nav-panel{order:1;display:block}.site-nav{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.site-nav a{color:#6f5f4f;background:#fff;border:1px solid #ebd7c4;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700;text-decoration:none;display:inline-block}.site-nav a:hover{background:var(--sub-cream-yellow)}.header-call{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#3f7cff,#2450d8);border-radius:999px;order:2;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:800;line-height:1;text-decoration:none;display:inline-flex;box-shadow:0 8px 18px #2450d83d}.header-call:before{content:"";background:currentColor;flex:0 0 12px;width:12px;height:12px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24 11.72 11.72 0 0 0 3.69.59 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.47a1 1 0 0 1 1 1 11.72 11.72 0 0 0 .59 3.69 1 1 0 0 1-.24 1.02Z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24 11.72 11.72 0 0 0 3.69.59 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.47a1 1 0 0 1 1 1 11.72 11.72 0 0 0 .59 3.69 1 1 0 0 1-.24 1.02Z'/%3E%3C/svg%3E") 50%/contain no-repeat}.header-call:hover{color:#fff;filter:brightness(1.03)}.header-menu-toggle{width:42px;height:42px;color:var(--text);cursor:pointer;background:#fff;border:1px solid #ebd7c4;border-radius:12px;justify-content:center;align-items:center;padding:0;display:none;box-shadow:0 6px 16px #3f352d14}.header-menu-toggle:hover{background:var(--sub-cream-yellow)}.header-menu-toggle-box{flex-direction:column;gap:4px;display:inline-flex}.header-menu-toggle-box span{background:currentColor;border-radius:999px;width:18px;height:2px;transition:transform .2s,opacity .2s;display:block}.header-menu-toggle[aria-expanded=true] .header-menu-toggle-box span:first-child{transform:translateY(6px)rotate(45deg)}.header-menu-toggle[aria-expanded=true] .header-menu-toggle-box span:nth-child(2){opacity:0}.header-menu-toggle[aria-expanded=true] .header-menu-toggle-box span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}@media (max-width:820px){.site-header-inner{flex-wrap:nowrap;gap:8px;width:100%}.brand{flex:0 auto;min-width:0}.brand img{height:32px}.header-actions{flex-wrap:wrap;flex:auto;justify-content:flex-end;align-items:center;gap:8px;width:auto}.header-call{order:3;padding:10px 14px;font-size:12px}.header-menu-toggle{flex:none;order:2;display:inline-flex}.header-nav-panel{flex:0 0 100%;order:4;width:100%;display:none}.header-nav-panel.open{display:block}.site-nav{border:1px solid var(--line);background:#fffffffa;border-radius:18px;flex-direction:column;gap:8px;margin-top:4px;padding:12px;box-shadow:0 12px 30px #3f352d1f}.site-nav a{text-align:center;width:100%;padding:10px 12px;font-size:12px}}.demo-toggle{z-index:100;color:#fff;cursor:pointer;background:linear-gradient(135deg,#6b7280,#4b5563);border:none;border-radius:999px;padding:10px 16px;font-size:13px;font-weight:800;position:fixed;bottom:20px;right:20px;box-shadow:0 6px 20px #4b556359}.demo-panel{z-index:99;border:1px solid var(--line);background:#fff;border-radius:16px;width:min(360px,100vw - 40px);padding:18px;display:none;position:fixed;bottom:72px;right:20px;box-shadow:0 12px 40px #3f352d26}.demo-panel.open{display:block}.demo-panel h2{margin:0 0 8px;font-size:16px}.demo-panel p{color:var(--muted);margin:0 0 12px;font-size:13px}.demo-close{float:right;cursor:pointer;color:var(--muted);background:0 0;border:none;font-size:20px;line-height:1}.demo-states label{cursor:pointer;margin:6px 0;font-size:13px;display:block}.section{border:1px solid var(--line);background:var(--surface);border-radius:18px;margin:20px 0;padding:28px;scroll-margin-top:82px;box-shadow:0 8px 20px #3f352d0f}h1,h2,h3{margin:0 0 12px;line-height:1.35}h1{font-size:clamp(26px,4.2vw,40px)}h2{border-left:6px solid var(--accent-orange);padding-left:10px;font-size:clamp(22px,3vw,28px);font-weight:800}h3{font-size:18px}p{color:var(--muted);margin:0 0 12px}.eyebrow-group{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.eyebrow{background:var(--sub-cream-yellow);color:#7e5a2a;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-block}.btn{background:var(--accent-orange);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:15px;font-weight:800;text-decoration:none;display:inline-flex}.btn:hover{filter:brightness(1.05)}.btn-outline{color:var(--accent-orange);border:2px solid var(--accent-orange);background:#fff}.section-cta{text-align:center;margin-top:20px}.section-cta p{margin-bottom:10px;font-size:14px}.hero{background:linear-gradient(135deg,#fff8ef,#f9ecdb);border-color:#efdfcb;grid-template-columns:1fr 1fr;align-items:center;gap:24px;display:grid}.hero h1{font-size:clamp(24px,3.6vw,36px);font-weight:800}@media (max-width:820px){.hero{grid-template-columns:1fr}}.hero-visual{justify-content:center;align-items:center;margin:0;display:flex}.hero-visual img{object-fit:contain;border-radius:16px;width:auto;max-width:min(100%,400px);height:auto;max-height:300px;display:block}.placeholder{text-align:center;color:#9b846f;background:#fffaf4;border:2px dashed #d6bfa7;border-radius:16px;place-items:center;min-height:220px;padding:16px;font-size:14px;font-weight:700;display:grid}.mode-tabs{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.mode-tabs button{border:1px solid var(--line);cursor:pointer;background:#faf7f3;border-radius:999px;padding:10px 16px;font-size:13px;font-weight:700}.mode-tabs button.active{background:var(--accent-orange);color:#fff;border-color:var(--accent-orange)}.form-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}@media (max-width:640px){.form-grid{grid-template-columns:1fr}}.field label{color:var(--text);align-items:center;gap:6px;margin-bottom:4px;font-size:13px;font-weight:700;display:flex}.required-badge{color:#b85f16;background:#fff0e2;border-radius:999px;align-items:center;padding:2px 6px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.field input,.field textarea,.field select{border:1px solid var(--line);border-radius:10px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.field textarea{resize:vertical;min-height:88px}#create{background:radial-gradient(circle at 100% 0,#fff2bfeb,#0000 34%),linear-gradient(#fffaf4 0%,#fff1e4 100%);border-color:#ebcfb2;padding:34px 32px 32px;position:relative;overflow:hidden;box-shadow:0 18px 38px #3f352d1c}#create:before{content:"";border-radius:inherit;pointer-events:none;border:1px solid #ffffff8c;position:absolute;inset:0}#create>*{z-index:1;position:relative}.create-intro{max-width:760px;margin-bottom:20px}.create-eyebrow{color:#a95d1f;letter-spacing:.02em;background:#ffffffbf;border:1px solid #f28a2e38;border-radius:999px;align-items:center;gap:8px;margin-bottom:12px;padding:7px 14px;font-size:12px;font-weight:800;display:inline-flex;box-shadow:0 6px 18px #f28a2e1a}#create h2{border-left-width:8px;margin-bottom:10px;font-size:clamp(24px,3.4vw,32px)}#create .create-intro p{color:#65584d;margin-bottom:0;font-size:15px;line-height:1.8}.create-form-shell{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border:1px solid #e8ddd1f2;border-radius:20px;padding:22px;box-shadow:0 16px 34px #3f352d14,inset 0 1px #ffffffd9}#create .mode-tabs{margin-bottom:18px}#create .field input,#create .field textarea,#create .field select{background:#fffdfb;border-color:#e7dacd;transition:border-color .2s,box-shadow .2s,background-color .2s}#create .field input:focus,#create .field textarea:focus,#create .field select:focus{background:#fff;border-color:#f28a2ecc;outline:none;box-shadow:0 0 0 4px #f28a2e1f}.create-actions{text-align:center;margin-top:20px;margin-bottom:0}#create .create-actions .btn{background:linear-gradient(135deg,#f49a41,#ee7b1f);min-width:min(100%,320px);padding:14px 28px;box-shadow:0 12px 24px #f28a2e47}#create .create-actions .btn:hover{filter:brightness(1.03);transform:translateY(-1px)}.submit-tooltip{display:inline-block;position:relative}.submit-tooltip.is-disabled .btn{cursor:not-allowed;opacity:.58;pointer-events:none;transform:none}.submit-tooltip.is-disabled:hover:after,.submit-tooltip.is-disabled:focus-within:after{content:attr(data-tooltip);z-index:4;color:#fff;text-align:left;white-space:normal;background:#3f352d;border-radius:10px;width:max-content;max-width:min(340px,82vw);padding:9px 12px;font-size:12px;font-weight:700;line-height:1.5;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 10px 22px #3f352d3d}.submit-tooltip.is-disabled:hover:before,.submit-tooltip.is-disabled:focus-within:before{content:"";z-index:5;border:6px solid #0000;border-top-color:#3f352d;position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%)}.create-sample{background:linear-gradient(#fff8f0,#f8efe5);border:1px solid #eedcc8;border-radius:14px;margin-top:20px;padding:16px}.generating-panel{text-align:center;justify-items:center;gap:12px;padding:24px 16px;display:grid}.generating-panel h3{color:#3f352d;margin:0;font-size:20px}.generating-panel ul{color:#65584d;text-align:left;margin:0;padding-left:1.2em;line-height:1.8}.spinner,.draft-generating-float-spinner{border:4px solid #f28a2e33;border-top-color:#ee7b1f;border-radius:999px;width:34px;height:34px;animation:.85s linear infinite gonta-spin}.draft-generating-float{z-index:8990;background:#fffffff5;border:1px solid #e8ddd1f2;border-radius:14px;align-items:center;gap:12px;width:min(380px,100vw - 44px);padding:14px 16px;display:flex;position:fixed;bottom:22px;left:22px;box-shadow:0 16px 34px #3f352d29}.draft-generating-float p{color:#3f352d;margin:0;font-size:14px;font-weight:800;line-height:1.6}@keyframes gonta-spin{to{transform:rotate(360deg)}}.mock-preview-tooltip{color:#9c5a18;cursor:help;background:#fff8ee;border:1px solid #ead8c1;border-radius:999px;align-items:center;margin-left:8px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex;position:relative}.mock-preview-tooltip:hover:after,.mock-preview-tooltip:focus:after{content:"API未接続のモック原稿です";z-index:5;color:#fff;background:#3f352d;border-radius:10px;width:max-content;max-width:min(280px,78vw);padding:8px 10px;font-size:12px;font-weight:700;line-height:1.5;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 10px 22px #3f352d3d}.mock-preview-tooltip:hover:before,.mock-preview-tooltip:focus:before{content:"";z-index:6;border:6px solid #0000;border-top-color:#3f352d;position:absolute;bottom:calc(100% + 2px);left:50%;transform:translate(-50%)}@media (max-width:640px){#create{padding:26px 20px 22px}.create-form-shell{padding:18px 16px}#create .create-actions .btn{width:100%}}[data-visitor-state=new] .state-not-new{display:none!important}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}@media (max-width:900px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.grid-4{grid-template-columns:1fr}}.solve-card{border:1px solid var(--line);background:linear-gradient(#fffdf8,#fff4e8);border-radius:14px;flex-direction:column;justify-content:flex-start;gap:10px;min-height:100%;padding:18px 18px 16px;transition:transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s cubic-bezier(.22,1,.36,1),border-color .24s;display:flex;position:relative;box-shadow:0 10px 22px #3f352d0d}#solve .grid-4>.solve-card:hover,#solve .grid-4>.solve-card.solve-card--lift{z-index:1;border-color:#d9c9ba;transform:translateY(-6px);box-shadow:0 18px 36px #3f352d24}@media (prefers-reduced-motion:reduce){.solve-card{transition:border-color .2s,box-shadow .2s}#solve .grid-4>.solve-card:hover,#solve .grid-4>.solve-card.solve-card--lift{border-color:#cbb59f;transform:none;box-shadow:0 14px 30px #3f352d21}}.solve-card-figure{border:3px solid var(--line);background:linear-gradient(#fffdfb,#fff7ef);border-radius:50%;flex-shrink:0;align-self:center;width:136px;height:136px;margin:auto auto 16px;padding:0;display:block;overflow:hidden;box-shadow:0 4px 14px #3f352d14}.solve-card-figure img{object-fit:contain;object-position:center;transform-origin:50%;width:100%;height:100%;display:block}.solve-card:first-child .solve-card-figure img{object-position:center 54%;transform:scale(.96)}.solve-card:nth-child(2) .solve-card-figure img{object-position:center 52%;transform:scale(1.02)}.solve-card:nth-child(3) .solve-card-figure img{object-position:center 58%;transform:scale(.94)}.solve-card:nth-child(4) .solve-card-figure img{object-position:center 56%;transform:scale(.93)}.solve-card h3{margin:0;font-size:17px;line-height:1.35}.solve-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.notes{color:#7a6e63;background:#fffbf4;border:1px solid #f0e1d2;border-radius:12px;margin-top:14px;padding:12px 14px;font-size:13px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (max-width:768px){.grid-2{grid-template-columns:1fr}}.can-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}@media (max-width:960px){.can-feature-grid{grid-template-columns:1fr}}.feature-block{background:#fffaf6;border:1px dashed #d6bfa7;border-radius:14px;flex-direction:column;min-height:100%;padding:16px;display:flex}.feature-block-figure{justify-content:center;align-items:center;width:100%;min-height:180px;margin:auto 0 0;display:flex}.feature-block-figure img{object-fit:contain;border-radius:12px;width:auto;max-width:100%;height:auto;max-height:160px;display:block}.feature-block>.placeholder{justify-content:center;align-items:center;width:100%;min-height:180px;margin-top:auto;display:flex}.case-section{background:radial-gradient(circle at 100% 0,#ffefd6e6,#0000 32%),linear-gradient(#fffdf9 0%,#fff6ec 100%);border-color:#ecdac6}.case-intro{max-width:760px;margin-bottom:22px}.case-intro p{margin-bottom:0;font-size:15px;line-height:1.8}.case-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}@media (max-width:960px){.case-grid{grid-template-columns:1fr}}.case-card{background:#ffffffdb;border:1px solid #ead8c6;border-radius:18px;flex-direction:column;gap:14px;min-height:100%;padding:20px 18px 18px;display:flex;box-shadow:0 12px 26px #3f352d12}.case-media{aspect-ratio:16/9;background:linear-gradient(135deg,#f8efe4,#fff8f1);border:1px solid #ead8c6e6;border-radius:14px;margin:0;overflow:hidden}.case-media img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.case-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.case-company{color:#9b5b1c;background:#fff3df;border-radius:999px;align-items:center;width:fit-content;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.case-kpi{color:#fff;text-align:center;background:linear-gradient(135deg,#f49a41,#ee7b1f);border-radius:16px;flex-shrink:0;min-width:92px;padding:10px 12px;box-shadow:0 10px 20px #f28a2e3d}.case-kpi strong{font-size:24px;line-height:1.1;display:block}.case-kpi span{letter-spacing:.03em;margin-top:4px;font-size:11px;font-weight:700;display:block}.case-card h3{margin:0;font-size:20px;line-height:1.4}.case-card p{margin:0;font-size:14px;line-height:1.75}.case-points{gap:8px;margin:0;padding:0;list-style:none;display:grid}.case-points li{color:var(--muted);padding-left:16px;font-size:13px;line-height:1.7;position:relative}.case-points li:before{content:"";background:var(--accent-orange);border-radius:50%;width:7px;height:7px;position:absolute;top:9px;left:0}.case-card .btn-outline{background:#ffffffeb;border-width:1px;align-self:flex-start;margin-top:auto;padding:10px 16px;font-size:13px}.whitepaper-section{background:radial-gradient(circle at 100% 0,#fff4e1eb,#0000 34%),linear-gradient(#fffdf9 0%,#fff7ef 100%);border-color:#ecdac6}.whitepaper-intro{max-width:980px;margin-bottom:22px}.whitepaper-intro p{margin-bottom:0;font-size:15px;line-height:1.8}.whitepaper-carousel{flex-direction:column;align-items:stretch;gap:0;margin-top:4px;display:flex}.whitepaper-carousel-stage{grid-template-columns:auto minmax(0,1fr) auto;align-items:stretch;gap:0 12px;display:grid}.whitepaper-carousel-viewport{border-radius:18px;outline:none;overflow:hidden}.whitepaper-carousel-track{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}.whitepaper-card{background:#ffffffe6;border:1px solid #ead8c6;border-radius:18px;flex-direction:column;gap:10px;min-height:100%;padding:12px 12px 14px;display:flex;box-shadow:0 12px 26px #3f352d12}.whitepaper-thumb{aspect-ratio:4/3;background:linear-gradient(135deg,#f8efe4,#fff8f1);border:1px solid #ead8c6e6;border-radius:14px;margin:0;overflow:hidden}.whitepaper-thumb img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.whitepaper-card-body{flex-direction:column;gap:8px;display:flex}.whitepaper-card h3{overflow-wrap:anywhere;margin:0;font-size:clamp(15px,2.4vw,17px);line-height:1.45}.whitepaper-card p{overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.65}.whitepaper-card-actions{justify-content:center;margin-top:auto;display:flex}.whitepaper-card-actions .btn{padding:8px 14px;font-size:12px}.whitepaper-carousel-btn{color:#5c4b3d;cursor:pointer;background:#fffffff2;border:1px solid #e2d0bf;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;font-size:22px;line-height:1;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.whitepaper-carousel-btn:hover:not(:disabled){background:#fff;border-color:#d4b89a}.whitepaper-carousel-btn--side{align-self:center;width:40px;height:40px;font-size:20px}.whitepaper-carousel-status{text-align:center;color:#6b5a4a;letter-spacing:.02em;min-width:4.5em;margin:10px 0 6px;font-size:13px;font-weight:800}.whitepaper-carousel-dots{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:10px;display:flex}.whitepaper-carousel-dot{cursor:pointer;background:#dccbbc;border:none;border-radius:50%;width:9px;height:9px;padding:0;transition:transform .15s,background .15s}.whitepaper-carousel-dot.is-active{background:#c9782a;transform:scale(1.15)}@media (max-width:900px){.whitepaper-carousel-stage,.whitepaper-carousel-track{grid-template-columns:1fr}.whitepaper-carousel-btn--side{display:none}}.steps{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:28px;display:grid}@media (max-width:768px){.steps{grid-template-columns:1fr;gap:34px}}#how .step{text-align:left;box-sizing:border-box;border:1px solid var(--line);background:linear-gradient(#fffdf9,#fff6ed);border-radius:14px;flex-direction:column;align-items:flex-start;height:100%;padding:16px 16px 22px;display:flex;position:relative;overflow:visible;box-shadow:0 10px 22px #3f352d0f}#how .step:not(:last-child):after{content:"";clip-path:polygon(0 35%,66% 35%,66% 0,100% 50%,66% 100%,66% 65%,0 65%);filter:drop-shadow(0 3px 8px #f28a2e2e);z-index:2;background:linear-gradient(90deg,#f28a2e33,#f28a2ec7);width:48px;height:18px;position:absolute;top:50%;right:-24px;transform:translateY(-50%)}#how .step .step-num{margin-bottom:10px}#how .step h3{width:100%;margin-top:0;margin-bottom:8px}#how .step-icon{border:3px solid var(--line);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:124px;height:124px;margin:auto auto 16px;padding:0;display:flex;overflow:hidden;box-shadow:0 4px 14px #3f352d14}#how .step-icon img{object-fit:contain;object-position:center;width:100%;height:100%;display:block;transform:scale(.88)}#how .step:first-of-type .step-icon img{object-position:center 52%;transform:scale(.86)}#how .step:nth-of-type(2) .step-icon img{object-position:center 56%;transform:scale(.86)}#how .step:nth-of-type(3) .step-icon img{object-position:center 54%;transform:scale(.87)}#how .step>p{width:100%;margin-bottom:16px;line-height:1.65}@media (max-width:768px){#how .step:not(:last-child):after{inset:auto auto -24px 50%;transform:translate(-50%)rotate(90deg)}}.step-num{background:var(--sub-cream-yellow);border-radius:8px;margin-bottom:8px;padding:4px 10px;font-size:12px;font-weight:800;display:inline-block}#qa .faq-list{border:1px solid var(--line);background:var(--surface);border-radius:14px;overflow:hidden}#qa details.faq-item{border-bottom:1px solid var(--line)}#qa details.faq-item:last-of-type{border-bottom:none}#qa details.faq-item summary.faq-q{cursor:pointer;color:var(--text);-webkit-user-select:none;user-select:none;margin:0;padding:16px 42px 16px 18px;font-weight:800;list-style:none;position:relative}#qa details.faq-item summary.faq-q::-webkit-details-marker{display:none}#qa details.faq-item summary.faq-q::marker{content:""}#qa details.faq-item summary.faq-q:after{content:"";border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);width:8px;height:8px;transition:transform .2s;position:absolute;top:50%;right:18px;transform:translateY(-70%)rotate(45deg)}#qa details.faq-item[open] summary.faq-q:after{transform:translateY(-30%)rotate(225deg)}#qa details.faq-item summary.faq-q:hover{background:#faf7f3}#qa .faq-a{padding:0 18px 16px}#qa details.faq-item[open] .faq-a{border-top:1px solid var(--line);padding-top:4px}#qa .faq-a p{color:var(--muted);margin:0;font-size:14px}.char-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (max-width:640px){.char-grid{grid-template-columns:1fr}}.char-card{grid-template-columns:220px 1fr;align-items:center;gap:16px;display:grid}@media (max-width:480px){.char-card{grid-template-columns:1fr}}#chars .char-card-visual{justify-content:center;align-items:flex-end;width:100%;max-width:220px;height:220px;margin:0;display:flex}#chars .char-card-visual img{object-fit:contain;object-position:center bottom;border-radius:12px;width:auto;max-width:100%;height:auto;max-height:100%;display:block}#chars .char-card-visual--gonta img{height:206px}#chars .char-card-visual--kanta img{height:198px}@media (max-width:480px){#chars .char-card-visual{max-width:220px;margin-inline:auto}}.site-footer{color:var(--muted);background:linear-gradient(#fff8f1f5 0%,#fffcf8fa 18%,#fff 100%);border-top:1px solid #d87d2d1f;padding:28px 16px 44px;font-size:13px}.site-footer strong{color:var(--text)}.site-footer .site-footer-inner{gap:26px;max-width:960px;margin:0 auto;display:grid}.site-footer .footer-contact{background:radial-gradient(circle at 100% 0,#fff5daeb,#0000 36%),linear-gradient(#fff9f3fa,#fffffffa);border:1px solid #d87d2d33;border-radius:28px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px 20px;margin:0;padding:24px 28px;line-height:1.65;display:grid;box-shadow:0 18px 38px #613a1314}.site-footer .footer-contact-copy{text-align:left;gap:6px;display:grid}.site-footer .footer-contact-label{letter-spacing:0;color:#b85a1a;font-size:clamp(24px,2.7vw,30px);font-weight:900;line-height:1.35;display:block}.site-footer .footer-contact-title{color:#6d5b4b;margin:0;font-size:14px;line-height:1.8}.site-footer .footer-contact-lead{color:#6d5b4b;font-size:14px}.site-footer .footer-contact-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.site-footer .footer-contact-time{color:var(--muted);text-align:left;grid-column:1/-1;font-size:12px;display:block}.site-footer .footer-contact a{color:#fff;background:linear-gradient(135deg,#3f7cff,#2450d8);border-radius:999px;justify-content:center;align-items:center;gap:8px;min-width:220px;padding:12px 18px;font-size:1.2em;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 10px 20px #2450d847}.site-footer .footer-contact a:hover{color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 14px 26px #2450d85c}.site-footer .footer-contact a:before{content:"TEL";letter-spacing:.08em;background:#fff3;border-radius:999px;padding:3px 7px;font-size:11px;display:inline-block}.site-footer .footer-contact a.footer-contact-web{color:#1f4f9d;background:linear-gradient(135deg,#f8fbff,#e6f0ff);border:1px solid #3467c43d;font-size:1em;box-shadow:0 10px 20px #22458624}.site-footer .footer-contact a.footer-contact-web:hover{color:#173f80;background:linear-gradient(135deg,#edf4ff,#d8e8ff);border-color:#2653ab57;text-decoration:none;box-shadow:0 14px 26px #22458633}.site-footer .footer-contact a.footer-contact-web:before{content:"WEB";background:#2450951f}.site-footer .footer-meta{grid-template-columns:minmax(0,1.15fr) repeat(2,minmax(0,.85fr));align-items:start;gap:24px;display:grid}.site-footer .footer-company,.site-footer .footer-resource-nav,.site-footer .footer-links-group{text-align:left;align-content:start;gap:10px;display:grid}.site-footer .footer-company{gap:8px}.site-footer .footer-partner{color:#a16435;letter-spacing:.06em;font-size:11px;font-weight:800;display:block}.site-footer .footer-company-name{margin:0;font-size:19px;line-height:1.4}.site-footer .footer-company-text{color:#6d5b4b;margin:0;font-size:13px;line-height:1.7}.site-footer .footer-resource-title{letter-spacing:.06em;color:#a16435;margin:0;font-size:12px;font-weight:800}.site-footer .footer-resource-links,.site-footer .footer-links{justify-content:start;gap:10px;display:grid}.site-footer .footer-resource-links a,.site-footer .footer-links a,.site-footer .footer-links button{color:#9f541b;font-weight:700;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0 0 0 14px;line-height:1.6;text-decoration:none;position:relative}.site-footer .footer-resource-links a:before,.site-footer .footer-links a:before,.site-footer .footer-links button:before{content:"";background:#b85a1a80;border-radius:50%;width:6px;height:6px;position:absolute;top:.68em;left:0;transform:translateY(-50%)}.site-footer .footer-resource-links a:hover,.site-footer .footer-links a:hover,.site-footer .footer-links button:hover{color:#8a4918;text-decoration:underline}.site-footer .footer-notes{text-align:left;border-top:1px solid #d87d2d24;grid-column:1/-1;gap:6px;padding-top:18px;font-size:12px;line-height:1.7;display:grid}.site-footer .footer-notes p{margin:0}@media (max-width:768px){.site-footer .footer-contact{grid-template-columns:1fr;padding:22px 20px}.site-footer .footer-contact-actions{justify-content:flex-start}.site-footer .footer-meta{grid-template-columns:1fr;gap:18px}}@media (max-width:480px){.site-footer{padding-top:24px}.site-footer .footer-company-name{font-size:17px}.site-footer .footer-contact{border-radius:22px;padding:18px 16px}.site-footer .footer-contact-title{font-size:22px}.site-footer .footer-contact-actions{display:grid}.site-footer .footer-contact a{width:100%;min-width:0;font-size:1.08em}}body.terms-modal-open,body.whitepaper-modal-open,body.consult-modal-open{overflow:hidden}.terms-modal-overlay{z-index:120;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2d211685;position:fixed;inset:0}.terms-modal{z-index:121;background:linear-gradient(#fffaf5fa,#fff);border:1px solid #d87d2d3d;border-radius:24px;width:min(640px,100vw - 32px);max-height:calc(100vh - 48px);padding:24px;position:fixed;inset:50% auto auto 50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 24px 60px #3f352d38}.terms-modal[hidden],.terms-modal-overlay[hidden]{display:none}.terms-modal-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.terms-modal-title-wrap p{letter-spacing:.08em;color:#b85a1a;margin:0 0 6px;font-size:12px;font-weight:800}.terms-modal h2{color:var(--text);margin:0;font-size:24px;line-height:1.4}.terms-modal-close{color:#9f541b;cursor:pointer;background:#9f541b1a;border:0;border-radius:999px;flex:none;width:40px;height:40px;font-size:24px;line-height:1}.terms-modal-body{color:#5f5246;gap:16px;font-size:14px;line-height:1.8;display:grid}.terms-modal-body p,.terms-modal-body li{margin:0}.terms-modal-body ol{gap:12px;margin:0;padding-left:1.25em;display:grid}.terms-modal-note{color:var(--muted);border-top:1px solid #d87d2d2e;padding-top:8px;font-size:12px}.terms-modal-actions{justify-content:flex-end;margin-top:20px;display:flex}.terms-modal-actions button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d97d2d,#b85a1a);border:0;border-radius:999px;min-width:120px;padding:12px 18px;font-weight:800;box-shadow:0 10px 22px #b85a1a3d}@media (max-width:480px){.terms-modal{border-radius:20px;width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:20px 16px 16px}.terms-modal h2{font-size:21px}.terms-modal-body{font-size:13px}.terms-modal-actions button{width:100%}}.whitepaper-modal-overlay{z-index:122;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2d211685;position:fixed;inset:0}.whitepaper-modal{z-index:123;background:linear-gradient(#fffaf5fa,#fff);border:1px solid #d87d2d3d;border-radius:24px;width:min(720px,100vw - 32px);max-height:calc(100vh - 48px);padding:24px;position:fixed;inset:50% auto auto 50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 24px 60px #3f352d38}.whitepaper-modal[hidden],.whitepaper-modal-overlay[hidden]{display:none}.whitepaper-modal-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.whitepaper-modal-title-wrap p{letter-spacing:.08em;color:#b85a1a;margin:0 0 6px;font-size:12px;font-weight:800}.whitepaper-modal h2{color:var(--text);margin:0;font-size:24px;line-height:1.4}.whitepaper-modal-close{color:#9f541b;cursor:pointer;background:#9f541b1a;border:0;border-radius:999px;flex:none;width:40px;height:40px;font-size:24px;line-height:1}.whitepaper-modal-body{color:#5f5246;gap:18px;font-size:14px;line-height:1.8;display:grid}.whitepaper-modal-body p{margin:0}.whitepaper-modal-links{gap:12px;display:grid}.whitepaper-modal-link{background:#fffaf4;border:1px solid #d87d2d29;border-radius:14px;padding:14px 16px}.whitepaper-modal-label{letter-spacing:.08em;color:#b85a1a;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.whitepaper-modal-link a{word-break:break-all}.whitepaper-modal-form{background:#fffdf8;border:1px dashed #d6bfa7;border-radius:14px;padding:16px}.whitepaper-modal-form-value{color:#6d5b4b;background:#f7efe6;border-radius:999px;align-items:center;min-height:36px;padding:6px 12px;font-weight:700;display:inline-flex}.whitepaper-modal-help{color:var(--muted);margin-top:10px;font-size:13px}.whitepaper-modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.whitepaper-modal-actions .btn{min-width:140px}@media (max-width:480px){.whitepaper-modal{border-radius:20px;width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:20px 16px 16px}.whitepaper-modal h2{font-size:21px}.whitepaper-modal-actions .btn,.whitepaper-modal-actions .btn-outline{width:100%}}.consult-inline-trigger{color:#b85a1a;font:inherit;text-underline-offset:.18em;cursor:pointer;background:0 0;border:0;padding:0;font-weight:800;text-decoration:underline}.consult-inline-trigger:hover{color:#8a4918}.consult-modal-overlay{z-index:124;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2d211685;position:fixed;inset:0}.consult-modal{z-index:125;background:linear-gradient(#fffaf5fa,#fff);border:1px solid #d87d2d3d;border-radius:24px;width:min(860px,100vw - 32px);max-height:calc(100vh - 48px);padding:24px;position:fixed;inset:50% auto auto 50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 24px 60px #3f352d38}.consult-modal[hidden],.consult-modal-overlay[hidden]{display:none}.consult-modal-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.consult-modal-title-wrap p{letter-spacing:.08em;color:#b85a1a;margin:0 0 6px;font-size:12px;font-weight:800}.consult-modal h2{color:var(--text);margin:0;font-size:24px;line-height:1.4}.consult-modal-close{color:#9f541b;cursor:pointer;background:#9f541b1a;border:0;border-radius:999px;flex:none;width:40px;height:40px;font-size:24px;line-height:1}.consult-modal-body{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:start;gap:18px;display:grid}.consult-modal-panel{background:#fffaf4;border:1px solid #d87d2d29;border-radius:18px;padding:18px}.consult-modal-panel h3{margin-bottom:10px;font-size:18px}.consult-modal-panel p{color:#5f5246;margin:0 0 12px;font-size:14px;line-height:1.8}.consult-modal-points{color:#5f5246;gap:8px;margin:0;padding-left:1.2em;font-size:14px;display:grid}.consult-modal-form-shell{gap:14px;display:grid}.consult-modal-form-meta{flex-wrap:wrap;gap:8px;display:flex}.consult-modal-badge{color:#7d6752;background:#f7efe6;border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.consult-modal-form-placeholder{text-align:center;background:linear-gradient(#fffdf8,#fff6ee);border:2px dashed #d6bfa7;border-radius:18px;place-items:center;min-height:320px;padding:20px;display:grid}.consult-modal-form-placeholder strong{color:var(--text);margin-bottom:10px;font-size:18px;display:block}.consult-modal-form-placeholder p{color:var(--muted);margin:0;font-size:14px;line-height:1.8}.consult-modal-actions{justify-content:flex-end;margin-top:22px;display:flex}.consult-modal-actions .btn{min-width:140px}@media (max-width:768px){.consult-modal-body{grid-template-columns:1fr}.consult-modal-form-placeholder{min-height:240px}}@media (max-width:480px){.consult-modal{border-radius:20px;width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:20px 16px 16px}.consult-modal h2{font-size:21px}.consult-modal-actions .btn{width:100%}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.error-text{color:#b00020;margin-top:10px;font-size:13px}.draft-preview{margin-top:20px}.preview-header{margin-bottom:14px}.preview-badge{color:#6f5f4f;background:#fff9f2;border:1px solid #ebd9c6;border-radius:999px;align-items:center;gap:6px;margin-bottom:6px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.section-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}@media (max-width:640px){.section-cards{grid-template-columns:1fr}}.section-card{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;gap:10px;height:460px;padding:14px;display:flex;overflow:hidden}@media (max-width:640px){.section-card{height:420px}}.section-card-head{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.section-card-head h4{text-align:center;width:100%;margin:0;font-size:16px;line-height:1.4}.section-card-head p{color:#7e7060;white-space:normal;text-align:center;width:100%;margin:0;font-size:12px;line-height:1.5}.section-card-head{flex-direction:column;align-items:center}.section-card-body{background:#fffdf9;border:1px solid #ebdece;border-radius:10px;flex:auto;min-height:0;padding:10px;position:relative;overflow:auto}.section-card-body p{white-space:pre-wrap;color:#5f5246;margin:0;font-size:13px;line-height:1.75}.section-card-body.is-long-preview{flex:auto}.section-card-body.is-masked:after{content:"";background:linear-gradient(#fffdf900,#fffdf9);width:100%;height:84px;margin-top:-84px;display:block;position:sticky;bottom:-10px;left:0;right:0}.section-card-body.is-masked p{filter:blur(3.4px);opacity:.72}.section-card-body.is-masked,.section-card-body.is-masked *,.variant-list.is-masked,.variant-list.is-masked *{-webkit-user-select:none;user-select:none}.variant-list{gap:8px;max-height:118px;margin:0;padding:0;list-style:none;display:grid;overflow:auto}.variant-list li{background:#fffaf3;border:1px solid #ebddcc;border-radius:10px;gap:6px;padding:8px;display:grid}.variant-text{color:#5f5246;white-space:pre-wrap;font-size:13px;line-height:1.7}.variant-list.is-masked .variant-text{filter:blur(3.2px);opacity:.7}.section-guide{background:#fff4e6;border:1px solid #f2d6b7;border-radius:12px;grid-template-columns:minmax(0,1fr) 54px;justify-content:center;align-items:center;gap:12px;min-height:90px;padding:10px 12px;display:grid}.section-guide-copy{text-align:center;gap:4px;min-width:0;display:grid}.section-guide-label{color:#fff;background:#ef7c1f;border-radius:999px;justify-self:center;align-items:center;padding:3px 10px;font-size:11px;font-weight:800;display:inline-flex}.section-guide p{color:#6a4e35;overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:700;line-height:1.5}.section-guide-char{object-fit:contain;justify-self:center;width:54px;height:54px}.copy-button{color:#74573a;cursor:pointer;background:#fff;border:1px solid #ddc8ae;border-radius:999px;align-self:center;align-items:center;gap:6px;width:fit-content;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.copy-button:disabled{opacity:.55;cursor:not-allowed}.locked-cta{text-align:center;background:#fff5e8;border:1px solid #f0d8b8;border-radius:14px;margin-top:14px;padding:14px}.locked-cta .btn,.locked-cta .cta-button{margin-top:10px}.locked-cta-line{justify-content:center;align-items:center;gap:10px;display:flex}.locked-cta-line p{color:#ef7c1f;text-align:center;margin:0;font-weight:700}.locked-cta-line img{object-fit:contain;flex:0 0 52px;width:52px;height:52px}.demo-lead-form-section{border:1px solid var(--line);background:#fff;border-radius:14px;margin-top:18px;padding:18px}.lead-header p{margin-top:6px}.marketo-wrap{justify-items:center;margin-top:12px;display:grid}.marketo-title{color:var(--text);text-align:center;width:min(100%,640px);margin:0 0 10px;font-size:15px;font-weight:800}#mktoForm_3158{border:1px solid var(--line);background:#fffefb;border-radius:12px;width:min(100%,640px);min-height:220px;margin:0 auto;padding:12px}.marketo-wrap .mktoForm{margin:0 auto!important}@media (max-width:640px){.marketo-wrap .mktoForm,.marketo-wrap .mktoForm .mktoFormRow,.marketo-wrap .mktoForm .mktoFieldDescriptor,.marketo-wrap .mktoForm .mktoFieldWrap,.marketo-wrap .mktoForm .mktoLabel,.marketo-wrap .mktoForm .mktoField,.marketo-wrap .mktoForm .mktoOffset,.marketo-wrap .mktoForm .mktoGutter,.marketo-wrap .mktoForm .mktoButtonWrap{width:100%!important;max-width:100%!important;margin-left:0!important}}.marketo-note,.marketo-error{margin-top:8px;font-size:13px}.marketo-error{color:#b00020}.marketo-retry-btn{color:#8a4918;cursor:pointer;background:#fff7ed;border:1px solid #e3c5a6;border-radius:999px;margin-top:6px;padding:8px 14px;font-size:13px;font-weight:700}.marketo-retry-btn:hover{background:#ffedd8}.tooltip-note{text-align:center;margin-top:10px;font-size:13px}.tooltip-wrap{margin-left:4px;position:relative}.tooltip-trigger{color:#7f5f42;background:#fff;border:1px solid #d8c4ac;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;font-weight:800;display:inline-flex}.tooltip-content{border:1px solid var(--line);min-width:210px;color:var(--text);opacity:0;pointer-events:none;background:#fff;border-radius:8px;padding:8px 10px;transition:opacity .16s;position:absolute;bottom:calc(100% + 8px);left:0}.tooltip-trigger:hover+.tooltip-content,.tooltip-trigger:focus+.tooltip-content{opacity:1}.demo-states input{margin-right:6px}.demo-password-gate-page{background:radial-gradient(circle at top,#fff7ec 0%,#f7efe5 65%,#f0e5d8 100%);place-items:center;min-height:100vh;margin:0;padding:24px;display:grid}.demo-password-gate-card{background:#fff;border:1px solid #e7d7c8;border-radius:18px;width:min(520px,100%);padding:28px;box-shadow:0 18px 40px #4b392a1f}.demo-password-gate-card h1{margin:0 0 10px;font-size:clamp(22px,2.8vw,28px);line-height:1.35}.demo-password-gate-eyebrow{color:#b85a1a;letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:800}.demo-password-gate-help{color:#6e635a;margin:0 0 18px}.demo-password-gate-error{color:#b42318;background:#fff4f4;border:1px solid #f2b8b5;border-radius:10px;margin:0 0 14px;padding:10px 12px;font-size:14px;font-weight:700}.demo-password-gate-form{gap:10px;display:grid}.demo-password-gate-form label{color:#4a4037;font-weight:700}.demo-password-gate-form input{border:1px solid #dbcdbf;border-radius:10px;width:100%;min-height:44px;padding:10px 12px;font-size:16px}.demo-password-gate-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f28a2e,#dc6f1d);border:0;border-radius:999px;min-height:44px;font-weight:800}
