*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:.5rem}.domain-name{font-size:1.5rem;font-weight:700;color:#2563eb}.for-sale{background:#f97316;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.header-actions{display:flex;gap:1rem;align-items:center}.btn{padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:500;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-size:.875rem}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.btn-outline{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-outline:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.btn-large{padding:1rem 2rem;font-size:1rem}.btn-full{width:100%}.hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" patternUnits="userSpaceOnUse" width="100" height="100"><circle cx="50" cy="50" r="1" fill="%23e2e8f0" opacity="0.3"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');pointer-events:none}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem;color:#1f2937}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:#6b7280}.hero-highlights{margin-bottom:2rem}.highlight{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.highlight-icon{background:#10b981;color:#fff;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}.hero-actions{display:flex;gap:1rem}.hero-image{position:relative}.hero-img{width:100%;height:auto;border-radius:1rem;box-shadow:0 25px 50px #00000026;transition:transform .3s ease}.hero-img:hover{transform:scale(1.05)}.benefits{padding:4rem 0;background:#fff}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1f2937}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.benefit-card{background:#f8fafc;padding:2rem;border-radius:1rem;border:1px solid #e5e7eb;transition:all .3s ease;position:relative;overflow:hidden}.benefit-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#f97316);transform:scaleX(0);transition:transform .3s ease}.benefit-card:hover:before{transform:scaleX(1)}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.benefit-icon{color:#2563eb;margin-bottom:1rem}.benefit-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.benefit-list{list-style:none}.benefit-list li{padding:.5rem 0;border-bottom:1px solid #e5e7eb}.benefit-list li:last-child{border-bottom:none}.benefit-list li:before{content:"→";color:#2563eb;font-weight:600;margin-right:.5rem}.opportunities{padding:4rem 0;background:#f8fafc}.opportunities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.opportunity-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.opportunity-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #00000026}.opportunity-image{width:100%;height:200px;object-fit:cover}.opportunity-content{padding:1.5rem}.opportunity-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1f2937}.opportunity-content p{color:#6b7280;line-height:1.6}.contact{padding:4rem 0;background:#1f2937;color:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-description{font-size:1.125rem;margin-bottom:2rem;color:#d1d5db}.contact-steps{margin-bottom:2rem}.step{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.step-number{background:#2563eb;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.trust-indicators{margin-top:2rem}.trust-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.trust-icon{font-size:1.25rem}.form{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 20px 40px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#1f2937}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical}.footer{background:#111827;color:#9ca3af;padding:2rem 0}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-left .domain-name{color:#2563eb}.footer a{color:#2563eb;text-decoration:none}.footer a:hover{text-decoration:underline}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}.benefits-grid,.opportunities-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.header-actions{flex-direction:column;gap:.5rem}.nav{flex-direction:column;gap:1rem}.hero{padding:6rem 0 2rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){.container{padding:0 15px}.hero-title{font-size:1.75rem}.section-title{font-size:2rem}.benefit-card,.form{padding:1.5rem}.hero{padding:5rem 0 2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title,.hero-subtitle,.hero-highlights,.hero-actions{animation:fadeInUp .8s ease forwards}.hero-subtitle{animation-delay:.2s}.hero-highlights{animation-delay:.4s}.hero-actions{animation-delay:.6s}html{scroll-behavior:smooth}.btn:focus,input:focus,select:focus,textarea:focus{outline:2px solid #2563eb;outline-offset:2px}
