:root{--bg:#12100e;--bg-glow:#1f1a15;--text:#f4efe8;--muted:#b3a99c;--accent:#e0754a;--line:rgba(244,239,232,0.14)}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%}body{background:radial-gradient(1200px 700px at 50% -10%,var(--bg-glow) 0,var(--bg) 60%) var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100dvh}body,main{display:flex}main{flex:1 1;flex-direction:column}.hero{min-height:100dvh;justify-content:center;padding:2rem 1.5rem;gap:1.25rem}.hero,.showcase{display:flex;flex-direction:column;align-items:center;text-align:center}.showcase{border-top:1px solid var(--line);width:100%;max-width:920px;margin:0 auto;padding:4.5rem 1.5rem 3.5rem;gap:1.1rem}.kicker{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}.showcase h2{font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(1.6rem,4vw,2.3rem);letter-spacing:-.01em}.showcase .lead{color:var(--muted);max-width:58ch;line-height:1.6;font-size:clamp(.95rem,2vw,1.05rem)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));grid-gap:.9rem;gap:.9rem;width:100%;margin-top:1rem;text-align:left}.feature{border:1px solid var(--line);border-radius:14px;padding:1.1rem 1.2rem;background:rgba(244,239,232,.03)}.feature h3{font-size:1rem;font-weight:600;margin-bottom:.35rem}.feature p{font-size:.92rem;color:var(--muted);line-height:1.5}.closing{font-family:Georgia,Times New Roman,serif;font-size:1.15rem;margin-top:.8rem}.closing-cta{display:inline-block;margin-top:.4rem;background:var(--accent);color:#12100e;border-radius:10px;padding:.7rem 1.3rem;font-size:.95rem;font-weight:600;text-decoration:none}.closing-cta:hover{filter:brightness(1.08)}.badge{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:.45rem 1.1rem}.wordmark{font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(2.4rem,7vw,4.8rem);letter-spacing:-.02em;line-height:1.05}.wordmark .dot{color:var(--accent)}.claim{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.15rem,2.6vw,1.6rem);color:var(--text);max-width:34ch;line-height:1.35}.sub{font-size:clamp(.95rem,2vw,1.05rem);max-width:52ch;line-height:1.6}.foot,.sub{color:var(--muted)}.foot{text-align:center;padding:1.4rem 1.5rem;font-size:.85rem}.foot a{color:var(--muted);text-decoration:underline;text-underline-offset:3px}.foot a:hover{color:var(--text)}.cta{display:flex;flex-direction:column;gap:.8rem;align-items:center;margin-top:.5rem}.cta-label{font-size:.95rem;color:var(--muted)}.cta-row{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center}.cta-row input{background:rgba(244,239,232,.06);border:1px solid var(--line);border-radius:10px;padding:.7rem 1rem;color:var(--text);font-size:.95rem;min-width:240px}.cta-row input::placeholder{color:rgba(179,169,156,.6)}.cta-row input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:transparent}.cta-row button{background:var(--accent);color:#12100e;border:none;border-radius:10px;padding:.7rem 1.3rem;font-size:.95rem;font-weight:600;cursor:pointer}.cta-row button:hover{filter:brightness(1.08)}.back{color:var(--accent);text-decoration:none}.back:hover{text-decoration:underline}