body{margin:0;font-family:'Inter',sans-serif;background-color:#0a0a14;color:#e0e0e0;line-height:1.6}.container{max-width:1100px;margin:0 auto;padding:0 20px}h1,h2,h3{font-family:'Inter',sans-serif;font-weight:700;color:#ffffff}.section-title{font-size:2.5rem;text-align:center;margin-bottom:50px;line-height:1.2}.hero{background:linear-gradient(rgba(10,10,20,0.85),rgba(10,10,20,0.95)),url('https://www.transparenttextures.com/patterns/cubes.png');padding:100px 0;text-align:center;border-bottom:1px solid #2a2a3a}.domain-name{font-family:'Roboto Mono',monospace;font-size:4rem;margin:0;color:#f0b90b;letter-spacing:1px}.sub-headline{font-size:1.5rem;color:#c0c0c0;margin:20px 0 40px;max-width:700px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background-color:#f0b90b;color:#0a0a14;padding:15px 35px;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:5px;transition:background-color 0.3s,transform 0.2s;border:none;cursor:pointer}.cta-button:hover{background-color:#ffd700;transform:translateY(-2px)}section{padding:80px 0}.value-props{background-color:#10101c}.props-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;text-align:center}.prop-item.prop-icon{width:60px;height:60px;margin:0 auto 20px;color:#f0b90b}.prop-item h3{font-size:1.5rem;margin-bottom:10px}.data-cards{display:flex;justify-content:space-around;flex-wrap:wrap;gap:30px}.card{background-color:#1a1a2a;padding:30px;border-radius:8px;text-align:center;flex-basis:300px;border:1px solid #2a2a3a;transition:transform 0.3s,box-shadow 0.3s}.card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.2)}.card-value{display:block;font-size:2.8rem;font-weight:700;color:#f0b90b;margin-bottom:10px;font-family:'Roboto Mono',monospace}.card-label{font-size:1rem;color:#a0a0b0}.comparables{background-color:#10101c}.comparables-list{max-width:800px;margin:0 auto}.comp-item{display:flex;justify-content:space-between;padding:20px;font-size:1.2rem;border-bottom:1px solid #2a2a3a;transition:background-color 0.3s}.comp-item:last-child{border-bottom:none}.comp-item:hover{background-color:#1a1a2a}.comp-item span:first-child{font-weight:600;color:#ffffff}.comp-item span:last-child{font-family:'Roboto Mono',monospace;color:#f0b90b;font-weight:700}.contact-intro{text-align:center;max-width:700px;margin:0 auto 40px;font-size:1.1rem}#contact-form{max-width:600px;margin:0 auto;background-color:#1a1a2a;padding:40px;border-radius:8px;border:1px solid #2a2a3a}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#c0c0c0}.form-group input,.form-group textarea{width:100%;padding:12px;background-color:#0a0a14;border:1px solid #3a3a4a;border-radius:5px;color:#e0e0e0;font-size:1rem;font-family:'Inter',sans-serif}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f0b90b;box-shadow:0 0 0 2px rgba(240,185,11,0.2)}#contact-form button{width:100%}#form-status{text-align:center;margin-top:20px;font-weight:600}.site-footer{background-color:#0a0a14;text-align:center;padding:30px 0;border-top:1px solid #2a2a3a;font-size:0.9rem;color:#a0a0b0}.site-footer p{margin:5px 0}.site-footer a{color:#f0b90b;text-decoration:none}.site-footer a:hover{text-decoration:underline}@media (max-width:768px){.section-title{font-size:2rem}.domain-name{font-size:2.5rem}.sub-headline{font-size:1.2rem}.props-grid{grid-template-columns:1fr}}