:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17191f;background:#f7f8f6}*{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}body{margin:0;background:linear-gradient(180deg,var(--accent-soft),#f7f8f6 320px);color:#17191f}a{color:inherit}button,input,textarea,select{font:inherit}button{border:0;background:var(--accent);color:#fff;font-weight:750;padding:12px 16px;border-radius:8px;cursor:pointer}button.secondary{background:#fff;color:#17191f;border:1px solid #d9ded7}.site-header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px clamp(18px,4vw,56px);border-bottom:1px solid rgba(20,20,20,.08);background:rgba(255,255,255,.72);backdrop-filter:blur(12px);position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800}.brand span{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:var(--accent);color:#fff;flex:0 0 auto}.site-header nav{display:flex;gap:18px;font-size:.95rem}.site-header nav a{text-decoration:none;color:#4b4f58}.hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:28px;align-items:center;padding:48px clamp(18px,4vw,56px) 28px;max-width:1180px;margin:0 auto}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:800;color:var(--accent);margin:0 0 10px}h1,h2,h3,p{overflow-wrap:anywhere}h1{font-size:clamp(2rem,4vw,4.6rem);line-height:1.02;margin:0;letter-spacing:0;max-width:860px}h2{font-size:1.55rem;line-height:1.15;margin:0 0 10px}h3{font-size:1rem;margin:0 0 8px}.lede{font-size:1.12rem;line-height:1.65;color:#454b54;max-width:680px;margin:18px 0 0}.visual-panel{background:#fff;border:1px solid #dde3dc;border-radius:8px;padding:22px;min-height:260px;display:grid;place-items:center;box-shadow:0 18px 50px rgba(20,30,20,.08)}.visual-panel svg{width:100%;max-width:360px;height:auto}.tool-grid{display:grid;grid-template-columns:minmax(280px,430px) minmax(0,1fr);gap:24px;max-width:1180px;margin:0 auto;padding:18px clamp(18px,4vw,56px) 28px}.tool-card,.output-card,.content-section{background:#fff;border:1px solid #dde3dc;border-radius:8px;box-shadow:0 12px 36px rgba(20,30,20,.06);min-width:0}.tool-card{padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.tool-card label{display:flex;flex-direction:column;gap:7px;color:#33383f;font-weight:720;min-width:0}.tool-card label:has(textarea),.button-row{grid-column:1/-1}.tool-card span,.result-copy-label{font-size:.88rem;color:#4c535c}input,textarea,select{width:100%;min-width:0;border:1px solid #cfd6ce;border-radius:8px;padding:11px 12px;background:#fbfcfb;color:#17191f}textarea{resize:vertical;min-height:120px}.button-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.output-card{padding:22px;min-height:420px}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0}.metric{border:1px solid #e1e6e0;border-radius:8px;padding:14px;background:#fbfcfb;min-width:0}.metric b{display:block;font-size:1.35rem;line-height:1.1;color:#17191f}.metric span{display:block;margin-top:5px;font-size:.82rem;color:#626973}.layout-preview{border:1px dashed #c8d0c7;border-radius:8px;margin:12px 0;padding:12px;min-height:58px;background:#fbfcfb;max-width:100%;overflow:hidden}.fence-bars{display:flex;gap:3px;align-items:stretch;height:64px;overflow:hidden;width:100%;max-width:100%;min-width:0}.fence-bars i{display:block;flex:1 1 4px;min-width:0;max-width:8px;background:var(--accent);border-radius:3px}#result-copy{min-height:160px;margin-top:8px}.ad-band{max-width:1180px;margin:0 auto;padding:8px clamp(18px,4vw,56px)}.ad-slot{border:1px dashed #b8c3b6;border-radius:8px;min-height:92px;display:grid;place-items:center;color:#69716b;background:rgba(255,255,255,.64)}.content-section{max-width:1180px;margin:20px auto;padding:24px clamp(18px,4vw,32px);line-height:1.7;color:#3f454d}.faq details{border-top:1px solid #e2e7e0;padding:14px 0}.faq details:first-of-type{border-top:0}.faq summary{cursor:pointer;font-weight:760;color:#17191f}footer{max-width:1180px;margin:34px auto 0;padding:26px clamp(18px,4vw,56px);display:flex;justify-content:space-between;gap:18px;color:#5e6670;border-top:1px solid #e1e5df}@media(max-width:840px){.site-header{position:static;align-items:flex-start}.site-header,.site-header nav{flex-direction:column}.hero,.tool-grid{grid-template-columns:1fr}.tool-card{grid-template-columns:1fr}.metrics{grid-template-columns:1fr}.visual-panel{min-height:190px}footer{flex-direction:column}}