:root{--primary: #9b87f5;--primary-dark: #1A1F2C;--secondary: #7E69AB;--accent: #F97316;--background: #ffffff;--text: #333333;--text-light: #666666;--border: #e5e7eb;--radius: 8px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.5;color:var(--text);background-color:var(--background)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero{background:linear-gradient(135deg,var(--primary-dark),var(--secondary));color:#fff;padding:2rem 0 6rem}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{height:40px;width:auto}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:#fff;text-decoration:none;font-weight:500}.hero-content{text-align:center;max-width:800px;margin:4rem auto}h1{font-size:3rem;line-height:1.2;margin-bottom:1.5rem}.subheadline{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-button{display:inline-block;padding:.875rem 1.5rem;border-radius:var(--radius);font-weight:600;text-decoration:none;transition:all .3s ease}.cta-button.primary{background-color:var(--accent);color:#fff}.cta-button.secondary{background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.cta-group{display:flex;gap:1rem;justify-content:center}.section{padding:5rem 0}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem}.bg-gradient{background:linear-gradient(135deg,#f6f9fc,#eef2f7)}.bg-dark{background-color:var(--primary-dark);color:#fff}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-list{list-style:none}.feature-list li{margin-bottom:1rem;padding-left:1.5rem;position:relative}.feature-list li:before{content:"•";color:var(--accent);position:absolute;left:0}.feature-card{background:#fff;padding:2rem;border-radius:var(--radius);box-shadow:0 4px 6px #0000000d}.feature-card h3{margin-bottom:1rem;color:var(--primary-dark)}.business-card{background:#fff;padding:2rem;border-radius:var(--radius);text-align:center;box-shadow:0 4px 6px #0000000d}.business-card h3{color:var(--primary-dark);margin-bottom:1rem}.business-card p{margin-bottom:1.5rem;color:var(--text-light)}.link-button{color:var(--accent);text-decoration:none;font-weight:600}.market-stats{display:flex;justify-content:space-around;text-align:center}.stat{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:2.5rem;font-weight:700;color:var(--accent);margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}.contact-form{max-width:800px;margin:0 auto}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit}.footer{background-color:var(--primary-dark);color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-logo{height:32px;margin-bottom:1rem}.footer-info p{opacity:.8;max-width:300px}.footer-links,.footer-social{display:flex;flex-direction:column;gap:1rem}.footer-links h4,.footer-social h4{margin-bottom:1rem}.footer-links a,.footer-social a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s ease}.footer-links a:hover,.footer-social a:hover{opacity:1}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){h1{font-size:2.25rem}.grid-2,.grid-3,.form-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:2rem}.nav-links{display:none}.market-stats{flex-direction:column;gap:2rem}}
