*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{color-scheme:dark}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#09090b;color:#e4e4e7;min-height:100vh;overflow-x:hidden}::selection{background:rgba(99,102,241,.4)}.ambient{position:fixed;top:-40%;left:50%;transform:translateX(-50%);width:800px;height:600px;background:radial-gradient(ellipse at center,rgba(99,102,241,.08) 0,transparent 70%);pointer-events:none;z-index:0}.container{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:3rem 1.5rem;text-align:center;max-width:720px;margin:0 auto}.chip,.container{align-items:center}.chip{display:inline-flex;gap:.5rem;padding:.4rem 1.1rem;border-radius:9999px;font-size:.75rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;border:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.dot{width:6px;height:6px;border-radius:50%;background:currentColor;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.domain-name{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(2.8rem,9vw,5.5rem);font-weight:400;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.25rem}.domain-name .tld{opacity:.7}.tagline{max-width:540px;color:#a1a1aa;font-size:1.05rem;font-weight:300;line-height:1.7;margin-bottom:2.5rem}.values{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:center}.value-card{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.25rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:.75rem;transition:border-color .2s}.value-card .icon{font-size:1.3rem}.value-card .label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#71717a;margin-bottom:.1rem}.value-card .stat{font-size:.95rem;font-weight:500}.cta-section{margin-bottom:3rem}.price-row{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:.35rem}.price{font-family:"DM Serif Display",Georgia,serif;font-size:3rem;font-weight:400}.price-note{font-size:.9rem;color:#71717a;font-weight:300}.or-offer{color:#71717a;font-size:.85rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 2rem;font-size:.95rem;font-weight:500;font-family:inherit;border-radius:.6rem;border:none;cursor:pointer;text-decoration:none;transition:all .2s}.btn-primary{color:#000}.btn-primary:hover{transform:translateY(-1px)}.btn-secondary{background:transparent;color:#a1a1aa;border:1px solid rgba(255,255,255,.12)}.btn-secondary:hover{background:rgba(255,255,255,.05);color:#e4e4e7}.footer{color:#52525b;font-size:.78rem;line-height:1.6}.footer a{text-decoration:none}.footer a:hover{text-decoration:underline}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem;opacity:0;transition:opacity .2s}.modal-overlay.active{opacity:1}.modal{background:#18181b;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:2rem;width:100%;max-width:440px;position:relative}.modal h2{font-family:"DM Serif Display",Georgia,serif;font-size:1.5rem;font-weight:400;margin-bottom:.5rem}.modal>div>p{color:#a1a1aa;font-size:.9rem;margin-bottom:1.5rem;line-height:1.5}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#71717a;font-size:1.5rem;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:background .15s}.modal-close:hover{background:rgba(255,255,255,.05);color:#e4e4e7}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.8rem;font-weight:500;color:#a1a1aa;margin-bottom:.35rem}.form-group input,.form-group textarea{width:100%;padding:.65rem .85rem;font-size:.95rem;font-family:inherit;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.3);color:#e4e4e7;outline:none;transition:border-color .2s}.form-group textarea{resize:vertical;min-height:80px}.form-group input::placeholder,.form-group textarea::placeholder{color:#52525b}.form-submit{width:100%;justify-content:center;margin-top:.5rem;padding:.75rem}.form-submit:disabled{opacity:.6;cursor:wait}.error-msg{display:none;color:#ef4444;font-size:.85rem;margin-bottom:.75rem}.success-msg{display:none;text-align:center;padding:2rem 0}.success-msg .check{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:rgba(34,197,94,.15);color:#22c55e;font-size:1.5rem;margin-bottom:1rem}.success-msg h3{font-family:"DM Serif Display",Georgia,serif;font-size:1.3rem;font-weight:400;margin-bottom:.5rem}.success-msg p{color:#a1a1aa;font-size:.9rem;line-height:1.5}@media (max-width:480px){.container{padding:2rem 1rem}.values{flex-direction:column;align-items:center}.value-card{width:100%;max-width:280px}.price{font-size:2.5rem}.cta-buttons{flex-direction:column;width:100%}.btn{justify-content:center}}