@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;700&display=swap";:root{--color-primary: #c4b5fd;--color-secondary: #f8bbd9;--color-accent: #a78bfa;--gradient-primary: linear-gradient(135deg, #c4b5fd, #f8bbd9)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#1a1a1a;overflow-x:hidden}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.header{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid transparent;box-shadow:none;z-index:1000;padding:1rem 0;transition:all .3s ease}.header.scrolled{border-bottom:1px solid rgba(196,181,253,.2);box-shadow:0 2px 20px #c4b5fd14}.header nav{display:flex;justify-content:space-between;align-items:center}.nav-right{display:flex;align-items:center;gap:1rem}.logo{height:40px;width:auto}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#64748b;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px}.nav-links a:hover{color:var(--color-primary);background:#c4b5fd1a}.nav-contact-btn{background:var(--color-primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #c4b5fd4d}.nav-contact-btn:hover{background:var(--color-accent);transform:translateY(-2px);box-shadow:0 6px 20px #c4b5fd66}.hero{min-height:100vh;display:flex;align-items:center;position:relative;padding-top:6rem}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.hero-text h1{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-text .highlight{color:var(--color-primary)}.hero-text p{font-size:1.2rem;color:#666;margin-bottom:2rem;max-width:500px}.cta-group{display:flex;gap:1rem;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#1a1a1a;color:#fff;padding:1rem 2rem;text-decoration:none;border:none;border-radius:50px;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:inherit;font-size:1rem;min-width:280px;white-space:nowrap}.cta-button:hover{background:#333;transform:translateY(-2px);box-shadow:0 10px 30px #1a1a1a33}.cta-secondary{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.cta-secondary:hover{background:var(--color-primary);color:#fff}.instagram-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:50px;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:inherit;border:none;box-shadow:0 4px 15px #bc188833;font-size:1rem;min-width:200px;white-space:nowrap}.instagram-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #bc18884d;filter:brightness(1.05)}.instagram-button:active{transform:translateY(0)}.instagram-icon{width:20px;height:20px;flex-shrink:0}.hero-visual{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.hero-image-container{position:relative;width:400px;height:400px;border-radius:25px;overflow:hidden;box-shadow:0 25px 50px #00000026;transform:rotate(3deg);transition:all .4s ease;background:#fff;border:4px solid white}.hero-image-container:hover{transform:rotate(0) scale(1.05);box-shadow:0 35px 70px #0003}.hero-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hero-image-container:hover .hero-image{transform:scale(1.1)}.hero-image-overlay{position:absolute;inset:0;background:var(--gradient-primary);opacity:0;pointer-events:none;transition:opacity .3s ease}.about{padding:6rem 0;background:#f8fafc}.developer{padding:6rem 0;background:#fff}.developer-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.developer-text h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem;color:#1a1a1a}.developer-text .highlight{color:var(--color-primary)}.developer-text p{font-size:1.1rem;color:#666;margin-bottom:1.5rem;line-height:1.7}.tech-highlights{margin-top:2rem;padding:1.5rem;background:#f8fafc;border-radius:12px;border-left:4px solid var(--color-primary)}.tech-highlights h3{font-size:1.3rem;margin-bottom:1rem;color:#1a1a1a;font-weight:600}.tech-list{list-style:none;padding:0}.tech-list li{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;color:#555}.tech-list li:before{content:"✓";color:var(--color-primary);font-weight:700;font-size:1.1rem}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem;color:#1a1a1a}.about-text .highlight{color:var(--color-primary)}.about-text p{font-size:1.1rem;color:#666;margin-bottom:1.5rem;line-height:1.7}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:2rem 0}.stat-item{text-align:center;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000000d}.stat-number{font-size:2.5rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.stat-label{color:#666;font-weight:500}.about-image{position:relative}.image-container{position:relative;width:100%;height:400px;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.main-image{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease}.image-overlay{position:absolute;bottom:10px;right:10px;width:120px;height:120px;border-radius:12px;overflow:hidden;border:3px solid white;box-shadow:0 8px 20px #0003;cursor:pointer;transition:all .3s ease}.image-overlay:hover{transform:scale(1.05);box-shadow:0 12px 30px #0000004d}.overlay-image{width:100%;height:100%;object-fit:cover}.swap-btn{margin-top:1rem;background:#8b5cf61a;border:2px solid #8b5cf6;color:#8b5cf6;padding:.8rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:500;transition:all .3s ease;display:block;margin-left:auto;margin-right:auto;font-family:inherit}.swap-btn:hover{background:#8b5cf6;color:#fff;transform:translateY(-2px)}.services{padding:6rem 0;background:#fff}.section-title{text-align:center;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);color:#1a1a1a;margin-bottom:1rem}.section-subtitle{text-align:center;color:#666;font-size:1.2rem;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.service-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000d;border:1px solid #f0f0f0;transition:all .3s ease;text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a;border-color:var(--color-primary)}.service-icon{width:60px;height:60px;background:var(--gradient-primary);border-radius:12px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a}.service-card p{color:#666;line-height:1.6}.testimonials{padding:6rem 0;background:#f8fafc}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000000d;border:1px solid #f0f0f0}.testimonial-header{display:flex;align-items:center;margin-bottom:1.5rem}.testimonial-avatar{width:50px;height:50px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;margin-right:1rem}.testimonial-info h4{font-weight:600;margin-bottom:.2rem}.testimonial-info p{color:#666;font-size:.9rem}.stars{display:flex;margin-bottom:1rem}.star{font-size:1rem}.testimonial-text{color:#666;font-style:italic;line-height:1.6}footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-section h3{font-family:Playfair Display,serif;margin-bottom:1rem}.footer-section p,.footer-section a{color:#fffc;text-decoration:none;margin-bottom:.5rem;display:block}.footer-section a:hover{color:#8b5cf6}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{width:40px;height:40px;background:#ffffff1a;border-radius:8px;display:block;text-decoration:none;color:#fff;transition:all .3s ease;padding:8px;box-sizing:border-box}.social-link:hover{background:#8b5cf6;transform:translateY(-2px)}.social-icon{width:100%;height:100%;display:block;transition:all .3s ease}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.modal-content{background:#fff;border-radius:20px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid #f0f0f0}.modal-header h2{font-family:Playfair Display,serif;color:#1a1a1a}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.5rem;border-radius:50%;transition:all .3s ease}.close-button:hover{background:#f0f0f0;color:#1a1a1a}.contact-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#1a1a1a}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#8b5cf6}.form-group textarea{resize:vertical;min-height:100px}.submit-button{width:100%;background:#8b5cf6;color:#fff;border:none;padding:1rem;border-radius:25px;font-weight:500;cursor:pointer;font-size:1rem;transition:all .3s ease;font-family:inherit}.submit-button:hover{background:#7c3aed;transform:translateY(-2px)}.city-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.city-subtitle{font-size:1.1rem;color:#666;margin-bottom:1.5rem}.city-stats{display:flex;gap:2rem;margin-bottom:2rem;align-items:center}.city-stat{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-number{font-size:1.8rem;font-weight:700;color:var(--color-primary);margin-bottom:.25rem}.stat-label{font-size:.9rem;color:#666;font-weight:500}.stat-text{font-size:1rem;color:#666;font-weight:500;padding:.5rem 1rem;background:#c4b5fd1a;border-radius:20px}.city-insights{padding:6rem 0;background:#fff}.insights-content{max-width:800px;margin:0 auto}.insights-text h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:3rem;text-align:center;color:#1a1a1a}.business-focus,.local-insight,.market-challenge,.opportunity{margin-bottom:2.5rem;padding:1.5rem;border-radius:12px;background:#f8fafc}.business-focus h3,.local-insight h3,.market-challenge h3,.opportunity h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.3rem;font-weight:600}.business-focus p,.local-insight p,.market-challenge p,.opportunity p{color:#555;line-height:1.7;font-size:1rem}.opportunity{background:var(--gradient-primary);color:#fff}.opportunity h3{color:#fff}.opportunity p{color:#ffffffe6}.city-services{background:#f8fafc}.city-services .service-card h3{color:var(--color-primary)}.cta-section{padding:6rem 0;background:#1a1a1a;color:#fff;text-align:center}.cta-content h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1.5rem}.cta-content p{font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-secondary{background:transparent;color:#fff;border:2px solid white}.cta-secondary:hover{background:#fff;color:#1a1a1a}@media(max-width:768px){.header{position:relative;border-bottom:none;box-shadow:none;padding:1rem 0}.header.scrolled{border-bottom:none;box-shadow:none}.hero-content,.about-content,.developer-content{grid-template-columns:1fr;text-align:center}.hero{padding-top:2rem;padding-bottom:4rem}.hero-text h1{font-size:clamp(1.8rem,8vw,2.8rem);line-height:1.3;margin-bottom:1rem}.hero-text p{font-size:1.1rem;margin-bottom:1.5rem}.developer-content{gap:2rem}.developer-text{order:2}.developer-image{order:1}.nav-links{display:none}.nav-right{gap:.5rem}.hero-visual{height:350px;margin-top:2rem}.hero-image-container{width:280px;height:280px;transform:rotate(2deg)}.hero-image-container:hover{transform:rotate(0) scale(1.03)}.services-grid,.testimonials-grid{grid-template-columns:1fr}.cta-group{justify-content:center;flex-direction:column;align-items:center;gap:1rem}.cta-button,.instagram-button{width:100%;max-width:320px;text-align:center;justify-content:center;padding:.8rem 1.5rem;font-size:.9rem;line-height:1.4;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.instagram-icon{width:18px;height:18px}.stats-grid{grid-template-columns:1fr;gap:1rem}.about-content{gap:2rem}.about-text{order:2}.about-image{order:1}.container{padding:0 1rem}.modal-content{margin:1rem}.city-hero{padding-top:5rem;padding-bottom:4rem}.city-subtitle{font-size:1rem;margin-bottom:1rem}.city-stats{flex-direction:column;gap:1rem;align-items:center;margin-bottom:1.5rem}.city-insights{padding:3rem 0}.business-focus,.local-insight,.market-challenge,.opportunity{margin-bottom:1.5rem;padding:1rem}.cta-section{padding:4rem 0}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}.cta-buttons .cta-button{width:100%;max-width:320px;padding:.8rem 1.5rem;font-size:.9rem;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}}@media(max-width:480px){.container{padding:0 .75rem}.hero-text h1{font-size:clamp(1.5rem,9vw,2.2rem)}.cta-button,.instagram-button{max-width:100%;padding:.75rem 1rem;font-size:.85rem}.city-stats{gap:.75rem}.business-focus,.local-insight,.market-challenge,.opportunity{padding:.75rem;margin-bottom:1rem}.service-card{padding:1.5rem}.section-title{font-size:clamp(1.5rem,7vw,2.2rem)}}.toast{position:fixed;top:20px;right:20px;z-index:10000;min-width:300px;max-width:500px;padding:1rem;border-radius:8px;box-shadow:0 4px 12px #00000026;animation:slideInRight .3s ease-out;font-family:Inter,sans-serif}.toast-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.toast-error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.toast-content{display:flex;align-items:center;gap:.75rem}.toast-icon{font-size:1.2rem;font-weight:700;flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%}.toast-message{flex:1;font-size:.9rem;line-height:1.4}.toast-close{background:none;border:none;color:#fff;font-size:1.4rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;flex-shrink:0}.toast-close:hover{background:#fff3}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:768px){.toast{right:10px;left:10px;min-width:auto;max-width:none}}
