:root{--ink:#070708;--paper:#fff;--pink:#ff4f87;--muted:#b4b4bd;--line:#28282f}*{box-sizing:border-box}body{margin:0;background:var(--ink);color:var(--paper);font-family:Arial,sans-serif}.topbar,main,footer{max-width:1180px;margin:auto}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 28px}.brand{font-size:25px;font-weight:800;color:#fff;text-decoration:none;letter-spacing:1px}.brand span{font-size:12px;font-weight:400;color:var(--muted);letter-spacing:0}.button{display:inline-block;background:var(--pink);color:#fff;text-decoration:none;border:0;border-radius:8px;padding:15px 20px;font-weight:700;cursor:pointer}.button--ghost{background:transparent;border:1px solid #555}.hero{padding:78px 28px 38px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;min-height:560px;background:radial-gradient(circle at 78% 36%,#74213d 0,transparent 31%)}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.02;margin:10px 0 22px;max-width:700px}.eyebrow{font-size:12px;color:var(--pink);font-weight:700;letter-spacing:1px}.hero-copy{max-width:570px;color:#d0d0d6;font-size:18px;line-height:1.6;margin-bottom:28px}.hero img{max-height:500px;width:100%;object-fit:contain}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin:0 28px 96px;border:1px solid var(--line);border-radius:12px;overflow:hidden}.features article{background:#101014;padding:28px}.features strong,.features span{display:block}.features span{margin-top:9px;color:var(--muted);line-height:1.4}.section{background:#f6f6f8;color:#17171a;padding:76px 48px;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.section h2{font-size:42px;line-height:1.08;margin:8px 0 18px}.section-copy p{line-height:1.6;color:#555}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{font-weight:700;font-size:14px}.contact-form input,.contact-form textarea,.contact-form select{display:block;width:100%;margin-top:7px;padding:13px;border:1px solid #d5d5dd;border-radius:7px;font:inherit}.contact-form textarea{min-height:105px}.full{grid-column:1/-1}.consent{font-weight:400!important;line-height:1.4}.consent input{display:inline;width:auto;margin-right:7px}.notice{padding:12px;border-radius:7px}.notice--success{background:#dff6e7}.notice--error{background:#ffe1e7;color:#8a1736}footer{padding:35px 28px;color:#aaa;font-size:14px}footer a{color:#ddd}@media(max-width:760px){.hero,.section{grid-template-columns:1fr;padding:48px 24px}.hero img{max-height:360px}.features{grid-template-columns:1fr;margin-bottom:56px}.contact-form{grid-template-columns:1fr}.section h2{font-size:34px}}
