/* Minified CSS for Performance */
*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all 0.3s ease;height:auto;min-height:80px}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo-image{height:80px;width:auto;max-width:320px;object-fit:contain;transition:all 0.3s ease;display:block;background:transparent}.logo-image:hover{transform:scale(1.05)}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color 0.3s ease;position:relative}.nav-link:hover{color:#2563eb}.nav-link::after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#2563eb;transition:width 0.3s ease}.nav-link:hover::after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#333;margin:3px 0;transition:0.3s}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white;position:relative;overflow:hidden;padding-top:100px}.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 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="%23ffffff" stop-opacity="0.1"/><stop offset="100%" stop-color="%23ffffff" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="100" fill="url(%23a)"/><circle cx="800" cy="300" r="150" fill="url(%23a)"/><circle cx="400" cy="700" r="120" fill="url(%23a)"/></svg>');opacity:0.3}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;justify-items:center;position:relative;z-index:1;min-height:80vh}.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;width:100%}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-description{font-size:1.2rem;margin-bottom:2rem;opacity:0.9;line-height:1.6}.hero-buttons{display:flex;gap:1rem}.btn{padding:1rem 2rem;border:none;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:#2563eb;color:white}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 25px rgba(37,99,235,0.3)}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.btn-primary:disabled:hover{background:#9ca3af;transform:none;box-shadow:none}.btn-loading{display:flex;align-items:center;gap:0.5rem}.btn-loading i{animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.btn-secondary{background:transparent;color:white;border:2px solid white}.btn-secondary:hover{background:white;color:#2563eb;transform:translateY(-2px)}.hero-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.hero-graphic{display:flex;justify-content:center;align-items:center;height:400px;width:100%;max-width:400px;background:rgba(255,255,255,0.1);border-radius:20px;backdrop-filter:blur(10px);margin:0 auto}.hero-graphic i{font-size:8rem;color:rgba(255,255,255,0.8);animation:float 3s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0px)}50%{transform:translateY(-20px)}}.services{padding:6rem 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto}.service-card{background:white;padding:2.5rem 2rem;border-radius:15px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,0.05);transition:all 0.3s ease;border:1px solid #e2e8f0}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,0.1)}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.service-icon i{font-size:2rem;color:white}.service-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.service-card p{color:#64748b;line-height:1.6}.reviews{padding:6rem 0;background:#f8fafc}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-bottom:4rem;padding:0 1rem}.review-card{background:white;padding:3rem 2rem 2.5rem 2rem;border-radius:15px;box-shadow:0 4px 6px rgba(0,0,0,0.05);transition:all 0.3s ease;border:1px solid #e2e8f0;position:relative;overflow:hidden}.review-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.review-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,0.1)}.review-rating{display:flex;gap:0.3rem;margin-bottom:1.5rem}.review-rating i{color:#fbbf24;font-size:1.2rem}.review-text{font-size:1.1rem;line-height:1.7;color:#4b5563;margin-bottom:2rem;font-style:italic;position:relative}.review-text::before{content:'"';font-size:4rem;color:#e5e7eb;position:absolute;top:-1rem;left:-0.5rem;font-family:serif;line-height:1}.review-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:1.2rem}.author-info h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:0.25rem}.author-info span{font-size:0.9rem;color:#64748b}.rating-summary{background:white;padding:3rem 2rem;border-radius:15px;box-shadow:0 4px 6px rgba(0,0,0,0.05);border:1px solid #e2e8f0}.rating-stats{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center}.rating-number{text-align:center}.rating-score{font-size:4rem;font-weight:700;color:#2563eb;display:block;line-height:1;margin-bottom:0.5rem}.rating-stars{display:flex;justify-content:center;gap:0.3rem;margin-bottom:1rem}.rating-stars i{color:#fbbf24;font-size:1.5rem}.rating-number p{color:#64748b;font-size:1.1rem}.rating-breakdown{display:flex;flex-direction:column;gap:1rem}.rating-bar{display:flex;align-items:center;gap:1rem}.rating-bar span:first-child{min-width:60px;font-size:0.9rem;color:#64748b}.rating-bar span:last-child{min-width:40px;font-size:0.9rem;color:#64748b;text-align:right}.bar{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.bar .fill{height:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:4px;transition:width 1s ease}.experts{padding:6rem 0;background:white}.experts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.expert-card{background:white;border-radius:15px;box-shadow:0 4px 6px rgba(0,0,0,0.05);transition:all 0.3s ease;border:1px solid #e2e8f0;overflow:hidden;position:relative}.expert-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,0.1)}.expert-image{position:relative;height:200px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.expert-avatar{width:100px;height:100px;background:rgba(255,255,255,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:2.5rem;backdrop-filter:blur(10px);border:3px solid rgba(255,255,255,0.3);transition:all 0.3s ease}.expert-card:hover .expert-avatar{transform:scale(1.1)}.expert-info{padding:2rem}.expert-info h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:0.5rem}.expert-role{color:#2563eb;font-weight:500;font-size:1rem;margin-bottom:1rem}.expert-description{color:#64748b;line-height:1.6;margin-bottom:1.5rem;font-size:0.95rem}.expert-skills{display:flex;flex-wrap:wrap;gap:0.5rem}.skill-tag{background:#f1f5f9;color:#475569;padding:0.3rem 0.8rem;border-radius:20px;font-size:0.8rem;font-weight:500;border:1px solid #e2e8f0;transition:all 0.3s ease}.skill-tag:hover{background:#2563eb;color:white;transform:translateY(-1px)}.about{padding:6rem 0;background:white}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.about-text p{font-size:1.1rem;color:#64748b;margin-bottom:2rem;line-height:1.7}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat{text-align:center}.stat h3{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:0.5rem}.stat p{color:#64748b;font-weight:500}.about-graphic{display:flex;justify-content:center;align-items:center;height:300px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px}.about-graphic i{font-size:6rem;color:white}.contact{padding:6rem 0;background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.contact-item i{width:50px;height:50px;background:#2563eb;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.contact-item h4{font-weight:600;color:#1e293b;margin-bottom:0.25rem}.contact-item p{color:#64748b}.contact-form{background:white;padding:2.5rem;border-radius:15px;box-shadow:0 4px 6px rgba(0,0,0,0.05)}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:border-color 0.3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#1e293b;color:white;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:white}.footer-section p{color:#94a3b8;margin-bottom:1.5rem;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:0.5rem}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color 0.3s ease}.footer-section ul li a:hover{color:#2563eb}.footer-logo{height:60px;width:auto;max-width:200px;margin-bottom:1rem;filter:brightness(0) invert(1);transition:all 0.3s ease}.footer-logo:hover{filter:brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(200deg);transform:scale(1.05)}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#374151;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all 0.3s ease}.social-links a:hover{background:#2563eb;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#94a3b8}@media (max-width:768px){.container{padding:0 15px}.nav-container{padding:0 15px}.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:white;width:100%;text-align:center;transition:0.3s;box-shadow:0 10px 27px rgba(0,0,0,0.05);padding:2rem 0}.nav-menu.active{left:0}.hero{padding:2rem 0;min-height:90vh;padding-top:80px}.hero-container{grid-template-columns:1fr;text-align:center;gap:3rem;padding:0 15px;min-height:70vh}.hero-content{align-items:center;text-align:center}.hero-title{font-size:2.5rem;line-height:1.1;margin-bottom:1rem;text-align:center;word-wrap:break-word;hyphens:auto;padding:0 1rem}.hero-description{font-size:1.1rem;margin-bottom:2rem;padding:0 1rem}.hero-buttons{justify-content:center;flex-wrap:wrap;gap:1rem;padding:0 1rem}.hero-image{width:100%;display:flex;justify-content:center}.hero-graphic{height:250px;margin:0 auto;max-width:300px;width:100%}.hero-graphic i{font-size:5rem}.services{padding:4rem 0}.section-header{margin-bottom:3rem;padding:0 1rem}.section-header h2{font-size:2.2rem;margin-bottom:1rem}.section-header p{font-size:1.1rem;padding:0 1rem}.services-grid{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.service-card{padding:2rem 1.5rem;margin:0 auto;max-width:400px}.reviews{padding:4rem 0}.reviews-grid{grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem;padding:0 1rem}.review-card{padding:2.5rem 1.5rem 2rem 1.5rem;margin:0 auto;max-width:400px}.rating-summary{padding:2rem 1.5rem;margin:0 1rem}.rating-stats{grid-template-columns:1fr;gap:2rem;text-align:center}.rating-score{font-size:3rem}.rating-breakdown{gap:0.8rem}.experts{padding:4rem 0}.experts-grid{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.expert-card{margin:0 auto;max-width:400px}.expert-image{height:180px}.expert-avatar{width:80px;height:80px;font-size:2rem}.expert-info{padding:1.5rem}.expert-info h3{font-size:1.3rem}.expert-description{font-size:0.9rem}.about{padding:4rem 0}.about-content{grid-template-columns:1fr;gap:3rem;padding:0 1rem}.about-text h2{font-size:2.2rem;text-align:center;margin-bottom:1.5rem}.about-text p{text-align:center;padding:0 1rem}.stats{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.stat{padding:1rem}.about-graphic{height:200px;margin:0 auto;max-width:300px}.about-graphic i{font-size:4rem}.contact{padding:4rem 0}.contact-content{grid-template-columns:1fr;gap:3rem;margin-top:2rem;padding:0 1rem}.contact-info{text-align:center}.contact-item{justify-content:center;text-align:center;margin-bottom:2rem;padding:0 1rem}.contact-form{padding:2rem 1.5rem;margin:0 auto;max-width:500px}.footer{padding:3rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding:0 1rem;text-align:center}.social-links{justify-content:center}}@media (max-width:480px){.container{padding:0 10px}.nav-container{padding:0 10px}.hero{padding:1.5rem 0;min-height:85vh;padding-top:75px}.hero-container{padding:0 10px;gap:2rem;min-height:65vh}.hero-content{align-items:center;text-align:center}.hero-title{font-size:1.8rem;line-height:1.2;margin-bottom:1rem;padding:0 0.5rem;text-align:center;word-wrap:break-word;hyphens:auto;max-width:100%;overflow-wrap:break-word}.hero-description{font-size:1rem;margin-bottom:1.5rem;padding:0 0.5rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem;padding:0 0.5rem}.btn{padding:0.8rem 1.5rem;font-size:0.9rem;width:100%;max-width:250px}.hero-image{width:100%;display:flex;justify-content:center}.hero-graphic{height:200px;max-width:250px;width:100%}.hero-graphic i{font-size:4rem}.services{padding:3rem 0}.section-header{margin-bottom:2rem;padding:0 0.5rem}.section-header h2{font-size:1.8rem;margin-bottom:0.8rem}.section-header p{font-size:1rem;padding:0 0.5rem}.services-grid{gap:1.5rem;padding:0 0.5rem}.service-card{padding:1.5rem 1rem;margin:0 auto;max-width:350px}.reviews{padding:3rem 0}.reviews-grid{gap:2rem;margin-bottom:2rem;padding:0 0.5rem}.review-card{padding:2rem 1rem 1.5rem 1rem;margin:0 auto;max-width:350px}.review-text{font-size:1rem;margin-bottom:1.5rem}.review-text::before{font-size:3rem;top:-0.8rem;left:-0.3rem}.author-avatar{width:40px;height:40px;font-size:1rem}.author-info h4{font-size:1rem}.author-info span{font-size:0.85rem}.rating-summary{padding:1.5rem 1rem;margin:0 0.5rem}.rating-score{font-size:2.5rem}.rating-stars i{font-size:1.2rem}.rating-breakdown{gap:0.6rem}.rating-bar{gap:0.8rem}.rating-bar span:first-child{min-width:50px;font-size:0.8rem}.rating-bar span:last-child{min-width:35px;font-size:0.8rem}.bar{height:6px}.experts{padding:3rem 0}.experts-grid{gap:1.5rem;padding:0 0.5rem}.expert-card{max-width:350px}.expert-image{height:160px}.expert-avatar{width:70px;height:70px;font-size:1.8rem}.expert-info{padding:1.2rem}.expert-info h3{font-size:1.2rem}.expert-role{font-size:0.9rem}.expert-description{font-size:0.85rem;margin-bottom:1rem}.skill-tag{padding:0.25rem 0.6rem;font-size:0.75rem}.service-icon{width:60px;height:60px;margin-bottom:1rem}.service-icon i{font-size:1.5rem}.service-card h3{font-size:1.3rem;margin-bottom:0.8rem}.service-card p{font-size:0.9rem}.about{padding:3rem 0}.about-content{gap:2rem;padding:0 0.5rem}.about-text h2{font-size:1.8rem;margin-bottom:1rem}.about-text p{font-size:1rem;padding:0 0.5rem}.stats{gap:1.5rem;margin-top:1.5rem}.stat{padding:0.8rem}.stat h3{font-size:2rem;margin-bottom:0.3rem}.stat p{font-size:0.9rem}.about-graphic{height:150px;max-width:250px}.about-graphic i{font-size:3rem}.contact{padding:3rem 0}.contact-content{gap:2rem;margin-top:1.5rem;padding:0 0.5rem}.contact-item{margin-bottom:1.5rem;padding:0 0.5rem;flex-direction:column;text-align:center;gap:0.5rem}.contact-item i{width:40px;height:40px;font-size:1rem}.contact-item h4{font-size:1rem;margin-bottom:0.2rem}.contact-item p{font-size:0.9rem}.contact-form{padding:1.5rem 1rem;margin:0 auto;max-width:400px}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{padding:0.8rem;font-size:0.9rem}.footer{padding:2rem 0 1rem}.footer-content{gap:1.5rem;margin-bottom:1.5rem;padding:0 0.5rem}.footer-section h3,.footer-section h4{font-size:1.1rem;margin-bottom:0.8rem}.footer-logo{height:50px;max-width:150px;margin-bottom:0.8rem}.footer-section p{font-size:0.9rem;margin-bottom:1rem}.footer-section ul li{margin-bottom:0.3rem}.footer-section ul li a{font-size:0.9rem}.social-links{gap:0.8rem}.social-links a{width:35px;height:35px;font-size:0.9rem}.footer-bottom{padding-top:0.8rem;font-size:0.8rem}}@media (max-width:360px){.container{padding:0 8px}.nav-container{padding:0 8px}.hero{padding-top:110px}.hero-container{padding:0 8px}.hero-title{font-size:1.6rem;padding:0 0.3rem;text-align:center;word-wrap:break-word;hyphens:auto;max-width:100%;overflow-wrap:break-word;line-height:1.3;margin-bottom:1rem}.hero-description{font-size:0.95rem;padding:0 0.3rem}.hero-buttons{padding:0 0.3rem}.btn{padding:0.7rem 1.2rem;font-size:0.85rem;max-width:220px}.section-header{padding:0 0.3rem}.section-header h2{font-size:1.6rem}.section-header p{padding:0 0.3rem;font-size:0.95rem}.services-grid{padding:0 0.3rem}.service-card{padding:1.2rem 0.8rem;max-width:320px}.about-content{padding:0 0.3rem}.about-text h2{font-size:1.6rem}.about-text p{padding:0 0.3rem;font-size:0.95rem}.contact-content{padding:0 0.3rem}.contact-item{padding:0 0.3rem}.contact-form{padding:1.2rem 0.8rem;max-width:350px}.footer-content{padding:0 0.3rem}}@media (max-width:768px){.logo-image{height:90px;max-width:320px}.nav-menu{padding:1.5rem 0}.nav-link{padding:0.8rem 0;font-size:1.1rem}}*{max-width:100%}img,svg,video{max-width:100%;height:auto}@media (max-width:768px){.btn,.nav-link,.hamburger{min-height:44px;min-width:44px}.social-links a{min-height:44px;min-width:44px}}@media (max-width:320px){.hero-title{font-size:1.4rem!important;line-height:1.3!important;padding:0 0.2rem!important;word-spacing:-0.1em}}@media (max-width:280px){.hero-title{font-size:1.2rem!important;line-height:1.4!important;padding:0 0.1rem!important;word-spacing:-0.2em;letter-spacing:-0.02em}}@media (max-width:768px){.navbar{min-height:70px;padding:0.6rem 0}.nav-container{min-height:60px;display:flex;align-items:center}.logo-image{height:55px!important;max-width:200px!important;width:auto!important;transform:scale(1)!important}.hamburger{margin:0}}@media (max-width:480px){.navbar{min-height:65px;padding:0.5rem 0}.nav-container{min-height:55px}.logo-image{height:85px;max-width:280px}}@media (max-width:360px){.navbar{min-height:60px;padding:0.4rem 0}.nav-container{min-height:50px}.logo-image{height:80px;max-width:260px}}html{scroll-behavior:smooth}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-card,.about-text,.contact-item{animation:fadeInUp 0.6s ease-out}
