:root{--navy:#14263d;--teal:#2cb7a3;--amber:#f2c75c;--off-white:#f7f8f3;--muted:#647184;--line:#dce2de;--white:#ffffff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--off-white);color:var(--navy);font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Yu Gothic,Noto Sans JP,sans-serif}button,input{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible+*{outline:3px solid color-mix(in srgb,var(--teal) 45%,white);outline-offset:4px}.site-shell{min-height:100svh;background:radial-gradient(circle at 8% 92%,rgb(44 183 163/8%),transparent 26%),radial-gradient(circle at 94% 8%,rgb(242 199 92/16%),transparent 20%),var(--off-white)}.site-header{width:min(1180px,calc(100% - 48px));min-height:88px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgb(20 38 61/10%)}.site-header>p{margin:0;color:var(--muted);font-size:13px;letter-spacing:.05em}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--navy);text-decoration:none}.brand>span:last-child{display:grid;gap:2px}.brand strong{font-size:16px;letter-spacing:.04em}.brand small{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.17em}.brand-mark{position:relative;width:38px;height:38px;display:block;border:2px solid var(--navy);border-radius:50%}.brand-mark i{position:absolute;width:8px;height:8px;transform:rotate(45deg);background:var(--teal)}.brand-mark i:first-child{left:5px;top:14px;background:var(--navy)}.brand-mark i:nth-child(2){left:14px;top:7px}.brand-mark i:nth-child(3){right:5px;top:14px;background:var(--amber)}.hero{width:min(1180px,calc(100% - 48px));min-height:calc(100svh - 88px);margin:0 auto;padding:72px 0 84px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.82fr);align-items:center;gap:clamp(48px,8vw,112px)}.eyebrow{margin:0 0 20px;color:#168d7d;font-size:12px;font-weight:800;letter-spacing:.18em}.hero h1,.question-panel h1{margin:0;font-size:clamp(40px,5.1vw,70px);line-height:1.18;letter-spacing:-.045em}.hero h1 span{display:block}.hero-description{max-width:680px;margin:28px 0 0;color:var(--muted);font-size:clamp(16px,1.7vw,19px);line-height:2}.safety-note{max-width:620px;margin-top:28px;padding:15px 18px;display:flex;align-items:flex-start;gap:12px;border:1px solid rgb(44 183 163/28%);border-radius:14px;background:rgb(255 255 255/72%)}.safety-note p{margin:0;color:#496477;font-size:14px;line-height:1.7}.safety-icon{flex:0 0 auto;color:white;background:var(--teal);width:22px;height:22px;display:grid;place-items:center;border-radius:50%;font-weight:900}.form-actions,.hero-actions{margin-top:30px;display:flex;align-items:center;gap:22px}.primary-button,.secondary-button{min-height:54px;padding:0 24px;border-radius:12px;border:0;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:32px;color:white;background:var(--navy);box-shadow:0 12px 28px rgb(20 38 61/17%)}.primary-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 34px rgb(20 38 61/22%)}.primary-button:disabled{cursor:not-allowed;opacity:.4;box-shadow:none}.secondary-button{color:var(--navy);background:transparent;border:1px solid #c9d1ce}.text-link{color:var(--navy);font-size:14px;font-weight:800;text-underline-offset:5px}.memo-preview,.preview-card{position:relative;overflow:hidden;border:1px solid rgb(20 38 61/11%);border-radius:24px;background:rgb(255 255 255/88%);box-shadow:0 28px 70px rgb(20 38 61/11%)}.preview-card:before{content:"";position:absolute;top:0;left:0;right:0;height:7px;background:linear-gradient(90deg,var(--teal) 0 64%,var(--amber) 64%)}.preview-card{padding:30px}.memo-preview-header,.preview-card-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.preview-card-header>span:first-child{color:var(--teal);font-size:11px;font-weight:900;letter-spacing:.17em}.memo-preview-header span,.privacy-badge{padding:7px 10px;border-radius:99px;color:#167767;background:#e9f7f3;font-size:10px;font-weight:800}.preview-card h2{margin:22px 0;font-size:21px}.step-list{margin:0;padding:0;list-style:none;display:grid;gap:8px}.step-list li{min-height:48px;padding:0 12px;display:grid;grid-template-columns:30px 1fr 18px;align-items:center;gap:10px;border-radius:10px;background:#f7f8f5}.step-list li>span{color:var(--teal);font-size:11px;font-weight:900}.step-list p{margin:0;font-size:13px;font-weight:700}.step-list i{width:7px;height:7px;justify-self:center;border-radius:50%;background:#cfd8d5}.step-list b{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:var(--navy);background:var(--amber);font-size:12px}.sample-section{padding:96px max(24px,calc((100% - 1180px) / 2)) 104px;border-top:1px solid rgb(20 38 61/10%);background:#eef3ef;scroll-margin-top:24px}.sample-heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.7fr);align-items:end;gap:48px}.sample-heading h2{margin:0;font-size:clamp(36px,4.4vw,58px);line-height:1.24;letter-spacing:-.04em}.sample-heading h2 span{display:block}.sample-heading>p{margin:0 0 8px;color:var(--muted);font-size:15px;line-height:1.9}.sample-flow{margin-top:52px;display:grid;grid-template-columns:.88fr .88fr 1.25fr;gap:18px;align-items:stretch}.sample-card{min-width:0;padding:22px;overflow:hidden;border:1px solid rgb(20 38 61/11%);border-radius:19px;background:rgb(255 255 255/88%);box-shadow:0 20px 45px rgb(20 38 61/7%)}.sample-card-heading{display:flex;align-items:center;gap:12px}.sample-card-heading>span{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:10px;color:#167767;background:#e6f6f2;font-size:10px;font-weight:900}.sample-card-heading small{display:block;color:var(--teal);font-size:8px;font-weight:900;letter-spacing:.15em}.sample-card-heading h3{margin:3px 0 0;font-size:14px}.sample-input dl{margin:22px 0 0}.sample-input dl>div{padding:14px 0;border-top:1px solid var(--line)}.sample-input dt{margin-bottom:6px;color:var(--muted);font-size:9px;font-weight:800}.sample-input dd{margin:0;font-size:12px;font-weight:800;line-height:1.7}.request-paper{margin-top:22px;padding:18px;border-radius:12px;color:#34475b;background:#f5f7f4;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.request-paper p{margin:0 0 15px;font-size:10px;line-height:1.75}.request-paper p:last-child{margin-bottom:0}.study-app{margin-top:22px;overflow:hidden;border:1px solid #cdd8d4;border-radius:14px;background:#f6f8f5;box-shadow:0 16px 32px rgb(20 38 61/12%)}.study-app-bar{min-height:34px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dce3df;background:white}.study-app-bar>span{display:flex;gap:4px}.study-app-bar i{width:6px;height:6px;border-radius:50%;background:#ced6d3}.study-app-bar i:first-child{background:var(--amber)}.study-app-bar i:nth-child(2){background:var(--teal)}.study-app-bar small{color:var(--muted);font-size:6px;font-weight:900;letter-spacing:.16em}.study-app-body{padding:18px}.study-app-body header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.study-app-body header div{display:grid;gap:4px}.study-app-body header small{color:#168d7d;font-size:6px;font-weight:900;letter-spacing:.13em}.study-app-body header strong{font-size:14px}.study-app-body header b{padding:5px 7px;border-radius:6px;color:var(--muted);background:white;font-size:7px}.study-summary{margin-top:15px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.study-summary>div{padding:12px;display:grid;gap:4px;border-radius:9px;background:white}.study-form>small,.study-summary small,.study-tasks>small{color:var(--muted);font-size:7px;font-weight:800}.study-summary strong{font-size:19px}.study-summary em{margin-left:2px;color:var(--muted);font-size:8px;font-style:normal}.study-content{margin-top:8px;display:grid;grid-template-columns:1.05fr .95fr;gap:8px}.study-form,.study-tasks{padding:12px;border-radius:9px;background:white}.study-form p{min-height:27px;margin:4px 0 8px;padding:7px;border:1px solid #dce3df;color:#536373;line-height:1.5}.study-form p,.study-form span{border-radius:6px;font-size:7px}.study-form span{min-height:25px;display:grid;place-items:center;color:white;background:var(--navy);font-weight:900}.study-tasks>p{margin:8px 0 0;display:flex;align-items:center;gap:6px;color:#536373;font-size:7px;line-height:1.4}.study-tasks i{width:13px;height:13px;flex:0 0 auto;display:grid;place-items:center;border:1px solid #cbd5d1;border-radius:4px;color:white;font-size:7px;font-style:normal}.study-tasks .done i{border-color:var(--teal);background:var(--teal)}.sample-note{margin-top:28px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:32px;border:1px solid rgb(44 183 163/25%);border-radius:16px;background:rgb(255 255 255/70%)}.sample-note p{max-width:700px;margin:0;color:var(--muted);font-size:12px;line-height:1.8}.sample-note strong{color:var(--navy)}.sample-note .primary-button{min-height:48px;flex:0 0 auto;font-size:12px}.progress-wrap{width:min(1180px,calc(100% - 48px));margin:28px auto 0}.progress-copy{display:flex;align-items:center;justify-content:space-between;gap:16px}.progress-copy p{margin:0;color:var(--teal);font-size:12px;font-weight:900;letter-spacing:.15em}.progress-copy span{color:var(--muted);font-size:13px;font-weight:700}.progress-track{height:5px;margin-top:12px;overflow:hidden;border-radius:99px;background:#dfe6e2}.progress-track span{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--teal),#5bc9b8)}.form-layout{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:60px 0 80px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.75fr);gap:clamp(40px,7vw,88px);align-items:start}.question-panel h1{font-size:clamp(34px,4.3vw,54px)}.question-description{margin:20px 0 0;color:var(--muted);line-height:1.8}.option-grid{margin:34px 0 0;padding:0;border:0;display:grid;gap:12px}.option-card{position:relative;min-height:90px;padding:17px 52px 17px 18px;display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:14px;border:1px solid var(--line);border-radius:15px;background:rgb(255 255 255/74%);cursor:pointer;transition:border .16s ease,box-shadow .16s ease,transform .16s ease}.option-card:hover{transform:translateY(-1px);border-color:#8fd6cb}.option-card.selected{border:2px solid var(--teal);background:white;box-shadow:0 12px 30px rgb(44 183 163/12%)}.option-card input{position:absolute;opacity:0;pointer-events:none}.option-number{grid-row:1/3;width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:var(--teal);background:#e9f7f3;font-size:11px;font-weight:900}.option-card strong{align-self:end;font-size:16px}.option-card small{align-self:start;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.5}.option-check{position:absolute;right:18px;top:50%;width:24px;height:24px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid #ccd6d2;border-radius:50%;color:transparent}.option-card.selected .option-check{color:white;border-color:var(--teal);background:var(--teal)}.inline-message{margin:18px 0 0;padding:12px 15px;border-radius:10px;color:#176f62;background:#e9f7f3;font-size:13px;font-weight:700}.form-actions{justify-content:space-between}.memo-preview{position:sticky;top:24px}.memo-preview:before{content:"";display:block;height:7px;background:linear-gradient(90deg,var(--navy) 0 68%,var(--amber) 68%)}.memo-preview-header{padding:20px 22px;border-bottom:1px solid var(--line)}.memo-preview-header p{margin:0;font-size:13px;font-weight:900}.memo-body{min-height:300px;padding:28px 22px}.memo-label{margin:0 0 9px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.08em}.memo-placeholder,.memo-value{margin:0;font-size:20px;font-weight:900}.memo-placeholder{color:#a6afac;font-size:15px;font-weight:600}.memo-divider{height:1px;margin:26px 0;background:var(--line)}.memo-body ul{margin:0;padding-left:20px;color:var(--muted);font-size:13px;line-height:2}.memo-footnote{margin:0;padding:14px 22px;color:var(--muted);background:#f2f4f1;font-size:11px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.brand-button{padding:0;border:0;background:transparent;cursor:pointer;text-align:left}.step-heading{margin-bottom:34px}.field-stack{display:grid;gap:24px}.text-field{display:grid;gap:10px}.choice-section>legend,.cost-options>legend,.text-field>label{font-size:14px;font-weight:900}.required-label{display:inline-block;margin-left:7px;padding:3px 6px;border-radius:5px;color:#9a6200;background:#fff3cc;font-size:9px;font-weight:900;vertical-align:2px}.feature-row input,.text-field textarea{width:100%;border:1px solid #cfd8d5;border-radius:12px;color:var(--navy);background:rgb(255 255 255/88%);transition:border .16s ease,box-shadow .16s ease}.text-field textarea{min-height:110px;padding:14px 16px;line-height:1.75;resize:vertical}.feature-row input::placeholder,.text-field textarea::placeholder{color:#9ca7a3}.feature-row input:focus,.text-field textarea:focus{outline:0;border-color:var(--teal);box-shadow:0 0 0 4px rgb(44 183 163/13%)}.text-field textarea[aria-invalid=true]{border-color:#c74a46}.error-message{margin:10px 0 0;color:#af302c;font-size:13px;font-weight:800;line-height:1.6}.suggestion-block{margin-bottom:24px;padding:18px;border:1px solid rgb(44 183 163/22%);border-radius:14px;background:rgb(233 247 243/62%)}.suggestion-block>p{margin:0 0 11px;color:#167767;font-size:12px;font-weight:900}.suggestion-list{display:flex;flex-wrap:wrap;gap:8px}.add-button,.suggestion-list button{border:1px solid #b9dcd5;border-radius:9px;color:#176f62;background:white;font-size:12px;font-weight:800;cursor:pointer}.suggestion-list button{padding:8px 11px}.add-button:hover,.suggestion-list button:hover{border-color:var(--teal)}.feature-list{display:grid;gap:12px}.feature-row{padding:14px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 12px;border:1px solid var(--line);border-radius:14px;background:rgb(255 255 255/76%)}.feature-row>label{grid-column:1/-1;color:var(--muted);font-size:11px;font-weight:900}.feature-row input{min-height:44px;padding:0 12px}.feature-controls{display:flex;gap:5px}.feature-controls button{min-width:38px;min-height:44px;padding:0 9px;border:1px solid #d7dedb;border-radius:8px;color:var(--muted);background:white;cursor:pointer;font-size:11px;font-weight:800}.feature-controls button:disabled{cursor:not-allowed;opacity:.35}.add-button{margin-top:12px;min-height:44px;padding:0 16px}.choice-section,.completion-list,.cost-options,.security-list fieldset{margin:0;padding:0;border:0}.choice-section{margin-bottom:30px}.choice-section>legend,.cost-options>legend{margin-bottom:13px}.chip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.chip-grid label,.completion-list>label,.cost-options>label,.radio-row label{position:relative;cursor:pointer}.chip-grid input,.completion-list input,.cost-options input,.radio-row input,.segmented-control input{position:absolute;opacity:0;pointer-events:none}.chip-grid label{min-height:50px;padding:0 40px 0 14px;display:flex;align-items:center;border:1px solid var(--line);border-radius:11px;background:rgb(255 255 255/75%)}.chip-grid label.selected{border-color:var(--teal);background:#edf9f6}.chip-grid label>span{font-size:13px;font-weight:800}.chip-grid label>b{position:absolute;right:13px;color:transparent}.chip-grid label.selected>b{color:var(--teal)}.radio-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.radio-row label{min-height:62px;padding:10px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:rgb(255 255 255/75%);text-align:center}.radio-row label.selected{border:2px solid var(--teal);background:#edf9f6}.radio-row span{font-size:12px;font-weight:800;line-height:1.5}.security-notice{margin-bottom:24px;padding:16px 18px;border-left:5px solid var(--amber);border-radius:10px;background:#fff9e8}.security-notice strong{display:block;margin-bottom:5px;font-size:12px}.security-notice p{margin:0;color:#685f49;font-size:12px;line-height:1.7}.security-list{display:grid;gap:13px}.security-list fieldset{padding:16px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;border:1px solid var(--line);border-radius:13px;background:rgb(255 255 255/78%)}.security-list legend{display:contents;font-size:13px;font-weight:800}.security-list legend>span{display:inline-block;margin-right:8px;color:var(--teal);font-size:10px}.segmented-control{display:grid;grid-template-columns:repeat(3,72px);overflow:hidden;border:1px solid #ccd6d2;border-radius:9px}.segmented-control label{min-height:38px;display:grid;place-items:center;border-right:1px solid #d6ddda;cursor:pointer}.segmented-control label:last-child{border-right:0}.segmented-control label.selected{color:white;background:var(--navy)}.segmented-control span{font-size:11px;font-weight:800}.cost-options{margin-top:30px;display:grid;gap:9px}.cost-options>legend{margin-bottom:4px}.cost-options>label{min-height:54px;padding:12px 16px 12px 45px;display:flex;align-items:center;border:1px solid var(--line);border-radius:11px;background:rgb(255 255 255/75%)}.cost-options>label:before{content:"";position:absolute;left:16px;width:16px;height:16px;border:2px solid #bdc7c3;border-radius:50%}.cost-options>label.selected{border-color:var(--teal);background:#edf9f6}.cost-options>label.selected:before{border:5px solid var(--teal)}.cost-options span{font-size:12px;font-weight:800;line-height:1.6}.completion-list{display:grid;gap:10px;margin-bottom:26px}.completion-list>label{min-height:56px;padding:12px 16px;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:12px;border:1px solid var(--line);border-radius:12px;background:rgb(255 255 255/76%)}.completion-list>label.selected{border-color:var(--teal);background:#edf9f6}.completion-list>label>span:last-child{font-size:13px;font-weight:800;line-height:1.5}.check-box{width:24px;height:24px;display:grid;place-items:center;border:1px solid #bdc8c4;border-radius:7px;color:transparent;background:white}.completion-list>label.selected .check-box{color:white;border-color:var(--teal);background:var(--teal)}.compact-memo{padding-top:20px;padding-bottom:20px}.preview-item{padding:16px 0;border-bottom:1px solid var(--line)}.preview-item:first-child{padding-top:0}.preview-item:last-child{border-bottom:0}.preview-value{margin:0;overflow-wrap:anywhere;font-size:13px;font-weight:800;line-height:1.7}.review-layout{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:58px 0 90px}.review-heading{max-width:780px}.review-heading h1{margin:0;font-size:clamp(34px,4.2vw,56px);line-height:1.25;letter-spacing:-.04em}.review-heading>p:last-child{margin:18px 0 0;color:var(--muted);line-height:1.8}.warning-box{margin-top:28px;padding:18px 20px;border:1px solid #ebc361;border-radius:13px;background:#fff9e7}.warning-box strong{font-size:14px}.warning-box ul{margin:9px 0 0;padding-left:20px;color:#685f49;font-size:12px;line-height:1.8}.review-grid{margin-top:36px;display:grid;grid-template-columns:minmax(0,.85fr) minmax(430px,1.15fr);gap:28px;align-items:start}.review-summary{display:grid;gap:12px}.review-card{padding:18px;display:grid;grid-template-columns:1fr auto;gap:16px;border:1px solid var(--line);border-radius:14px;background:rgb(255 255 255/78%)}.review-card h2{margin:0 0 8px;font-size:12px}.review-card p{margin:0;white-space:pre-wrap;color:var(--muted);font-size:12px;line-height:1.7}.review-card button{align-self:start;border:0;color:#167767;background:transparent;cursor:pointer;font-size:11px;font-weight:900;text-decoration:underline;text-underline-offset:4px}.generated-memo{position:sticky;top:22px;overflow:hidden;border:1px solid rgb(20 38 61/14%);border-radius:18px;background:white;box-shadow:0 24px 60px rgb(20 38 61/10%)}.generated-memo-header{padding:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.generated-memo-header p{margin:0 0 4px;font-size:14px;font-weight:900}.generated-memo-header div>span{color:var(--muted);font-size:10px}.generated-memo pre{max-height:620px;margin:0;padding:22px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;color:#2a394d;background:#fbfcfa;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.75}.copy-button{width:calc(100% - 40px);margin:20px}.copy-status{margin:-8px 20px 20px;padding:11px 13px;border-radius:9px;font-size:12px;font-weight:800;line-height:1.6}.copy-status.success{color:#176f62;background:#e9f7f3}.copy-status.failure{color:#a43b37;background:#fff0ef}.final-actions{margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.reset-button{border:0;color:#a43b37;background:transparent;cursor:pointer;font-size:12px;font-weight:900;text-decoration:underline;text-underline-offset:4px}.reset-confirm{padding:13px 15px;display:flex;align-items:center;gap:9px;border:1px solid #efb7b3;border-radius:11px;background:#fff5f4}.reset-confirm p{margin:0 8px 0 0;color:#89302d;font-size:11px;font-weight:800}.reset-confirm button{min-height:34px;padding:0 10px;border:1px solid #dca5a2;border-radius:7px;color:#89302d;background:white;cursor:pointer;font-size:10px;font-weight:800}.reset-confirm button:last-child{color:white;border-color:#a43b37;background:#a43b37}@media (max-width:860px){.site-header>p{display:none}.form-layout,.hero{grid-template-columns:1fr}.hero{padding-top:52px;gap:52px}.sample-heading{grid-template-columns:1fr;gap:20px}.sample-heading>p{max-width:640px}.sample-flow{grid-template-columns:repeat(2,1fr)}.sample-result{grid-column:1/-1}.study-app{max-width:620px;margin-left:auto;margin-right:auto}.form-layout>.memo-preview{display:none}.review-grid{grid-template-columns:1fr}.generated-memo{position:static}.security-list fieldset{grid-template-columns:1fr}}@media (max-width:560px){.form-layout,.hero,.progress-wrap,.site-header{width:min(100% - 32px,1180px)}.site-header{min-height:76px}.hero{min-height:auto;padding:46px 0 56px}.hero h1{font-size:clamp(36px,11vw,48px);line-height:1.25}.hero h1 span{display:inline}.hero h1 span:first-child:after{content:" "}.hero-description{line-height:1.85}.hero-actions{align-items:stretch;flex-direction:column;gap:18px}.text-link{align-self:center}.preview-card{padding:24px 18px;border-radius:20px}.sample-section{padding:68px 16px 76px}.sample-heading h2{font-size:clamp(32px,10vw,44px)}.sample-heading h2 span{display:inline}.sample-heading h2 span:first-child:after{content:" "}.sample-flow{margin-top:36px;grid-template-columns:1fr}.sample-result{grid-column:auto}.sample-note{align-items:stretch;flex-direction:column;gap:18px}.sample-note .primary-button{width:100%}.progress-wrap{margin-top:22px}.form-layout{padding-top:44px;gap:38px}.question-panel h1{line-height:1.28}.option-card{min-height:100px;padding-left:14px;grid-template-columns:40px 1fr}.form-actions{gap:12px}.form-actions button{flex:1 1}.primary-button{gap:20px}.chip-grid,.feature-row,.radio-row{grid-template-columns:1fr}.feature-controls{justify-content:flex-end}.segmented-control{grid-template-columns:repeat(3,1fr)}.review-layout{width:min(100% - 32px,1180px);padding-top:44px}.review-heading h1{font-size:clamp(32px,9vw,44px)}.generated-memo-header{align-items:flex-start}.final-actions,.reset-confirm{align-items:stretch;flex-direction:column}.reset-confirm p{margin:0 0 4px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}