*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d0c09;--surface:#171511;--surface-input:#1f1c17;--border:#2a2620;--amber:#c8812a;--amber-light:#e09840;--text:#f0ebe0;--text-soft:#a89e8e;--text-muted:#5e584f}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:64px 24px;display:flex}.brand{color:var(--text-muted);letter-spacing:.04em;margin-bottom:36px;font-family:Playfair Display,Georgia,serif;font-size:15px}.brand em{color:var(--amber);font-style:italic}.headline{color:var(--text);margin-bottom:48px;font-family:Playfair Display,Georgia,serif;font-size:clamp(38px,7vw,68px);font-weight:600;line-height:1.12}.card{background:var(--surface);border:1px solid var(--border);text-align:left;border-radius:16px;width:100%;max-width:460px;padding:36px}.card-intro{color:var(--text-soft);margin-bottom:28px;font-size:14px;line-height:1.65}.field{margin-bottom:18px}label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px;font-size:11px;font-weight:600;display:block}input{background:var(--surface-input);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .15s}input::placeholder{color:var(--text-muted)}input:focus{border-color:var(--amber);outline:none}button{background:var(--amber);color:#0d0c09;cursor:pointer;letter-spacing:.01em;border:none;border-radius:8px;width:100%;margin-top:10px;padding:14px;font-family:inherit;font-size:15px;font-weight:600;transition:background .15s}button:hover{background:var(--amber-light)}#result{margin-top:20px}.confirmation{color:var(--amber-light);background:#c8812a14;border:1px solid #c8812a38;border-radius:8px;padding:16px;font-size:14px;line-height:1.65}.why{background:var(--surface);border-top:1px solid var(--border);padding:96px 24px}.why-inner{flex-direction:column;gap:28px;max-width:620px;margin:0 auto;display:flex}.why-inner p{color:var(--text-soft);font-size:clamp(16px,2.2vw,19px);line-height:1.8}.why-pull{border-left:3px solid var(--amber);padding-left:22px;color:var(--text)!important}
