*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f8fafc;color:#1e293b;line-height:1.6;min-height:100vh;scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center;margin-bottom:2rem}.hero-content h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#fbbf24}.stat-label{display:block;font-size:.875rem;font-weight:500;opacity:.9;margin-top:.25rem}header{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;padding:1rem 0;box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1rem}.logo h1{font-size:1.5rem;font-weight:700;margin:0}.logo a,.logo h1{text-decoration:none;color:#fff}nav{display:flex;align-items:center}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links a{text-decoration:none;color:#fff;font-weight:500;font-size:1rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:.5rem}.nav-links a:hover{background-color:hsla(0,0%,100%,.1);transform:translateY(-1px)}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem}@media (max-width:768px){.mobile-menu-btn{display:block}.nav-links{position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#2563eb,#7c3aed);flex-direction:column;gap:0;padding:1rem 0;box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-links.active{transform:translateY(0);opacity:1;visibility:visible}.nav-links li{width:100%;text-align:center}.nav-links a{display:block;padding:1rem;width:100%}}.section{padding:3rem 2rem;background:#fff;margin:2rem auto;max-width:800px;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.1);text-align:center}.section h2{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;text-align:center}.section p{color:#64748b;line-height:1.7;margin-bottom:1rem}.section img,.section-main-image{max-width:100%;height:auto;border-radius:.75rem;margin:1.5rem auto;display:block;max-height:400px;object-fit:cover;box-shadow:0 4px 6px rgba(0,0,0,.1)}.section ul{list-style-type:none;padding:0;margin:1.5rem 0}.section li{background:#f1f5f9;margin:.5rem 0;padding:1rem;border-radius:.5rem;border-left:4px solid #2563eb;text-align:left;color:#475569}.pricing-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 2rem;text-align:center}.pricing-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.1);max-width:800px;margin:0 auto}.pricing-list{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.pricing-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border-radius:.5rem;border-left:4px solid #2563eb}.pricing-item .service{font-weight:600;color:#1e293b;flex:1 1}.pricing-item .price{font-size:1.25rem;font-weight:700;color:#2563eb;margin-left:1rem}.pricing-item .description{font-size:.875rem;color:#64748b;margin-left:.5rem}.pricing-card img{max-width:100%;height:auto;border-radius:.75rem;margin:2rem auto 0;display:block;max-height:300px;object-fit:cover;box-shadow:0 4px 6px rgba(0,0,0,.1)}.contact-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 2rem}.contact-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.1);max-width:600px;margin:0 auto}.contact-card p{margin-bottom:1rem;color:#64748b}.contact-card a{color:#2563eb;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-card a:hover{color:#1d4ed8;text-decoration:underline}.contact-info{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.contact-info h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.contact-details p{display:flex;align-items:flex-start;margin-bottom:.75rem;color:#64748b}.contact-icon{margin-right:.5rem;font-size:1.1rem;flex-shrink:0}.contact-details a{color:#2563eb;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-details a:hover{color:#1d4ed8;text-decoration:underline}footer{background:#1e293b;color:#cbd5e1;text-align:center;padding:2rem 1rem;margin-top:4rem}.contact-form{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.1);max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;font-size:1rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;font-size:1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#f9fafb;color:#111827;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.submit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.3)}.success-message{background-color:#dcfce7;color:#166534;border-radius:.5rem;border:1px solid #bbf7d0}.error-message,.success-message{padding:1rem;margin-top:1rem;text-align:center}.error-message{background-color:#fef2f2;color:#dc2626;border-radius:.5rem;border:1px solid #fecaca}.reviews-list{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.review-card{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.1);border-left:4px solid #2563eb;position:relative;overflow:hidden}.review-card:before{content:'"';position:absolute;top:1.5rem;left:2rem;font-size:4rem;color:#e5e7eb;font-family:Georgia,serif;line-height:1;z-index:1}.review-quote{font-size:1.2rem;font-style:italic;color:#374151;line-height:1.7;margin-bottom:1.5rem;display:block;padding-left:1.5rem;position:relative;z-index:2}.review-author{font-weight:600;color:#1e293b;display:block;margin-bottom:1rem;font-size:1rem;text-align:right;padding-right:1rem}.review-link{display:inline-block;color:#2563eb;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:.5rem;border:1px solid #2563eb;margin-left:1rem}.review-link:hover{color:#fff;background-color:#2563eb;transform:translateY(-1px)}.team-intro{font-size:1.1rem;color:#64748b;text-align:center;margin-top:1rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.team-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.1);display:flex;gap:1.5rem;align-items:flex-start}.team-image{flex-shrink:0}.team-image img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #f1f5f9}.team-info h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.team-role{color:#2563eb;font-weight:600;margin-bottom:1rem;font-size:.95rem}.team-info p{color:#64748b;line-height:1.6;margin-bottom:1rem}.team-interests{color:#475569!important;font-style:italic;margin-bottom:0!important}@media (max-width:768px){.hero-section{padding:3rem 1rem}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.1rem}.hero-stats{flex-direction:column;gap:1.5rem}.section{margin:1rem;padding:2rem 1.5rem}.section h2{font-size:1.5rem}.header-container{padding:0 .5rem}.logo h1{font-size:1.25rem}.nav-links{gap:0}.contact-form{margin:0 1rem;padding:1.5rem}.pricing-item{flex-direction:column;align-items:flex-start;gap:.5rem}.pricing-item .price{margin-left:0}.team-grid{grid-template-columns:1fr;gap:1.5rem}.team-card{flex-direction:column;text-align:center;gap:1rem}.team-image img{width:100px;height:100px}.pricing-card img,.section img,.section-main-image{max-height:250px;margin:1rem auto}}