:root{--ink:#173b3a;--teal:#175c5a;--teal2:#237773;--cream:#f7f2e8;--paper:#fffdf8;--line:#d9e2dc;--coral:#dd765e;--muted:#617574;--shadow:0 18px 55px rgba(23,59,58,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"Yu Gothic UI","Hiragino Sans",sans-serif;line-height:1.7}header{height:72px;padding:0 max(24px,calc((100vw - 1120px)/2));display:flex;align-items:center;justify-content:space-between;background:rgba(247,242,232,.9);backdrop-filter:blur(12px);position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(23,92,90,.12)}.brand{display:flex;gap:10px;align-items:center;color:var(--ink);font-weight:800;text-decoration:none}.brand span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--teal);color:white}.local{font-size:12px;color:var(--muted);padding:7px 12px;border:1px solid var(--line);border-radius:99px}main{max-width:1120px;margin:auto;padding:0 24px}.hero{min-height:570px;display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:64px;padding:54px 0}.hero img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:36px 8px 36px 8px;box-shadow:var(--shadow)}.eyebrow{margin:0 0 12px;color:var(--teal2);font-size:12px;font-weight:900;letter-spacing:.16em}.hero h1{font-size:clamp(38px,5vw,64px);line-height:1.22;margin:0 0 22px;letter-spacing:-.04em}.hero h1 em{font-style:normal;color:var(--coral)}.hero-copy>p:not(.eyebrow){color:var(--muted);max-width:520px;margin-bottom:30px}.primary,.secondary,.add,.text-button{font:inherit;cursor:pointer;border:0}.primary{display:inline-flex;align-items:center;justify-content:center;gap:28px;background:var(--teal);color:#fff;text-decoration:none;padding:14px 22px;border-radius:12px;font-weight:800;box-shadow:0 9px 24px rgba(23,92,90,.2)}.primary:hover{background:#104b49}.trust{display:flex;gap:18px;margin-top:24px;font-size:13px;color:var(--muted)}.trust span:before{content:"✓";color:var(--teal);font-weight:900;margin-right:5px}.steps{display:grid;grid-template-columns:repeat(3,1fr);background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);margin-bottom:80px}.steps article{padding:22px 28px;display:flex;align-items:center;gap:16px}.steps article+article{border-left:1px solid var(--line)}.steps b{color:var(--coral);font-size:12px}.workspace,.summary{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:clamp(22px,5vw,56px);box-shadow:var(--shadow);margin-bottom:72px}.editor-head,.summary-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:34px}.editor-head h2,.summary h2,.premium h2{font-size:clamp(28px,4vw,42px);margin:0}.editor-head>p{font-size:12px;color:var(--muted);padding:7px 12px;background:#edf5f2;border-radius:99px}fieldset{border:0;padding:0;margin:0 0 46px}legend{font-size:20px;font-weight:900;margin-bottom:22px}legend span{display:inline-grid;place-items:center;width:31px;height:31px;margin-right:10px;border-radius:50%;background:var(--teal);color:#fff;font-size:13px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.wide{grid-column:1/-1}label{display:grid;gap:8px;font-weight:700;font-size:14px;margin-bottom:18px}input,select,textarea{width:100%;font:inherit;color:var(--ink);background:#fff;border:1px solid #cbd8d2;border-radius:11px;padding:13px 14px;outline:none;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(23,92,90,.12)}.repeat-item{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:10px}.remove{border:0;background:#f7e9e5;color:#9b4938;border-radius:10px;width:44px;cursor:pointer}.add{color:var(--teal);background:#edf5f2;border-radius:10px;padding:10px 14px;font-weight:800}.actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.secondary{padding:12px 18px;border-radius:11px;border:1px solid var(--line);background:#fff;color:var(--ink);font-weight:800}.text-button{background:transparent;color:var(--muted);padding:10px}.hidden{display:none!important}.summary-block{padding:22px 0;border-top:1px solid var(--line)}.summary-block h3{font-size:13px;color:var(--teal2);letter-spacing:.08em;margin:0 0 7px}.summary-block p{margin:0;white-space:pre-wrap}.summary-block ol{margin:0;padding-left:22px}.notice{padding:16px;background:#f7f0dc;border-radius:12px;font-size:13px;color:#6c624c}.premium{text-align:center;padding:70px 24px;margin-bottom:70px;background:var(--teal);color:#fff;border-radius:28px}.premium .eyebrow{color:#9bd3ca}.premium p{max-width:600px;margin:12px auto 22px;color:#d6e9e5}.premium span{display:inline-block;border:1px solid #8abdb5;border-radius:99px;padding:7px 18px;font-size:12px}footer{max-width:1120px;margin:0 auto;padding:30px 24px 50px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:13px}footer nav{display:flex;gap:18px}footer a{color:inherit}@media(max-width:760px){header{height:62px}.local{display:none}.hero{grid-template-columns:1fr;gap:28px;padding:42px 0}.hero img{order:-1;border-radius:22px}.hero h1{font-size:40px}.steps{grid-template-columns:1fr}.steps article+article{border-left:0;border-top:1px solid var(--line)}.grid{grid-template-columns:1fr}.wide{grid-column:auto}.editor-head,.summary-top{display:block}.editor-head>p{display:inline-block}.actions>*{width:100%}footer{display:block}footer nav{margin-top:12px}}@media print{header,.hero,.steps,.workspace,.premium,footer,.summary-top button{display:none!important}body{background:#fff}.summary{display:block!important;box-shadow:none;border:0;padding:0;margin:0}.notice{border:1px solid #ddd}}
