*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #3498db;--secondary-color: #2c3e50;--text-color: #34495e;--light-bg: #f8f9fa;--white: #ffffff}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--white);color:var(--text-color)}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}ul{list-style:none}#root{min-height:100vh;display:flex;flex-direction:column}.header{background-color:#fff;box-shadow:0 2px 8px #0000001a;position:fixed;top:0;width:100%;z-index:1000}.header-container{margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.logo img{height:40px;width:auto}.company-name{font-size:1.5rem;font-weight:700;color:#2c3e50}.nav-list{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-list a{text-decoration:none;color:#34495e;font-weight:500;transition:color .3s ease}.nav-list a:hover{color:#3498db}@media(max-width:768px){.header-container{flex-direction:column;gap:1rem}.nav-list{gap:1rem}}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(30deg,rgba(102,126,234,.1) 12%,transparent 12.5%,transparent 87%,rgba(102,126,234,.1) 87.5%,rgba(102,126,234,.1)),linear-gradient(150deg,rgba(102,126,234,.1) 12%,transparent 12.5%,transparent 87%,rgba(102,126,234,.1) 87.5%,rgba(102,126,234,.1)),linear-gradient(30deg,rgba(102,126,234,.1) 12%,transparent 12.5%,transparent 87%,rgba(102,126,234,.1) 87.5%,rgba(102,126,234,.1)),linear-gradient(150deg,rgba(102,126,234,.1) 12%,transparent 12.5%,transparent 87%,rgba(102,126,234,.1) 87.5%,rgba(102,126,234,.1)),linear-gradient(60deg,rgba(118,75,162,.15) 25%,transparent 25.5%,transparent 75%,rgba(118,75,162,.15) 75%,rgba(118,75,162,.15)),linear-gradient(60deg,rgba(118,75,162,.15) 25%,transparent 25.5%,transparent 75%,rgba(118,75,162,.15) 75%,rgba(118,75,162,.15));background-size:80px 140px;background-position:0 0,0 0,40px 70px,40px 70px,0 0,40px 70px;animation:geometricMove 20s linear infinite;z-index:0}.hero:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background-image:radial-gradient(circle at 20% 50%,rgba(52,152,219,.2) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(155,89,182,.2) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(241,196,15,.1) 0%,transparent 50%),radial-gradient(circle at 60% 70%,rgba(46,204,113,.15) 0%,transparent 50%);animation:float 30s ease-in-out infinite;z-index:0}@keyframes geometricMove{0%{background-position:0 0,0 0,40px 70px,40px 70px,0 0,40px 70px}to{background-position:80px 140px,80px 140px,120px 210px,120px 210px,80px 140px,120px 210px}}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:2rem}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;animation:fadeInUp 1s ease-out}.hero-subtitle{font-size:1.75rem;font-weight:500;margin-bottom:1.5rem;animation:fadeInUp 1.2s ease-out}.hero-description{font-size:1.125rem;line-height:1.8;margin-bottom:2rem;opacity:.95;animation:fadeInUp 1.4s ease-out}.hero-cta{display:flex;gap:1rem;justify-content:center;animation:fadeInUp 1.6s ease-out}.btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover{background-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 12px #3498db66}.btn-secondary{background-color:transparent;color:#fff;border:2px solid #ffffff}.btn-secondary:hover{background-color:#fff;color:#667eea;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-cta{flex-direction:column}.btn{width:100%}}.footer{background-color:#2c3e50;color:#ecf0f1;padding:3rem 2rem 1rem}.footer-container{margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;padding-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#3498db}.footer-description{font-size:.95rem;line-height:1.6;color:#bdc3c7}.footer-heading{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links,.footer-info{list-style:none;padding:0;margin:0}.footer-links li,.footer-info li{margin-bottom:.5rem}.footer-links a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#3498db}.footer-info li{color:#bdc3c7;font-size:.95rem}.footer-bottom{border-top:1px solid #34495e;padding-top:1.5rem;text-align:center;color:#95a5a6;font-size:.9rem;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.privacy-link{color:#3498db;text-decoration:none;transition:color .3s ease}.privacy-link:hover{color:#5dade2;text-decoration:underline}@media(max-width:768px){.footer-container{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.5rem}}.home-page{min-height:100vh;display:flex;flex-direction:column}main{flex:1;margin-top:72px}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}.about{padding:5rem 2rem;background-color:#f8f9fa}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.section-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem}.about-text{font-size:1.125rem;line-height:1.8;color:#34495e;margin-bottom:1.5rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:#3498db;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#7f8c8d;font-weight:500}.about-image{width:100%;height:100%;min-height:400px}.about-image img{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001a}@media(max-width:968px){.about-container{grid-template-columns:1fr;gap:3rem}.about-stats{grid-template-columns:repeat(3,1fr);gap:1rem}.stat-number{font-size:2rem}}@media(max-width:480px){.section-title{font-size:2rem}.about-stats{grid-template-columns:1fr}}.founders{padding:5rem 2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.founders-container{max-width:1200px;margin:0 auto}.founders-header{text-align:center;margin-bottom:4rem}.founders-header .section-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.founders-header .section-subtitle{font-size:1.125rem;color:#7f8c8d;max-width:700px;margin:0 auto;line-height:1.6}.founders-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.founder-card{background:#fff;border-radius:16px;padding:3rem 2rem;text-align:center;box-shadow:0 10px 40px #0000001a;transition:all .4s ease;position:relative;overflow:hidden}.founder-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .4s ease}.founder-card:hover:before{transform:scaleX(1)}.founder-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #667eea33}.founder-icon{font-size:4rem;margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 8px 30px #667eea4d;transition:transform .4s ease}.founder-card:hover .founder-icon{transform:scale(1.1) rotate(5deg)}.founder-name{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:.75rem;line-height:1.3}.founder-expertise{font-size:1.125rem;color:#3498db;font-weight:600;margin-bottom:1.5rem}.founder-divider{width:60px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);margin:0 auto;border-radius:2px}@media(max-width:768px){.founders{padding:3rem 1.5rem}.founders-header .section-title{font-size:2rem}.founders-grid{grid-template-columns:1fr;gap:2rem}.founder-card{padding:2.5rem 1.5rem}.founder-icon{width:80px;height:80px;font-size:3rem}.founder-name{font-size:1.25rem}.founder-expertise{font-size:1rem}}.services{padding:5rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.animated-bg{position:absolute;inset:0;background:linear-gradient(-45deg,#667eea,#764ba2,#f093fb,#4facfe);background-size:400% 400%;animation:gradientShift 15s ease infinite;opacity:.9;z-index:0}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.parallax-shapes{position:absolute;inset:0;pointer-events:none;z-index:1}.shape{position:absolute;border-radius:50%;opacity:.1;filter:blur(60px)}.shape-1{width:400px;height:400px;background:radial-gradient(circle,#fff 0%,transparent 70%);top:10%;left:10%;animation:float 20s ease-in-out infinite}.shape-2{width:300px;height:300px;background:radial-gradient(circle,#f093fb 0%,transparent 70%);top:50%;right:15%;animation:float 15s ease-in-out infinite reverse}.shape-3{width:500px;height:500px;background:radial-gradient(circle,#4facfe 0%,transparent 70%);bottom:10%;left:50%;animation:float 25s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(50px,-50px) rotate(120deg)}66%{transform:translate(-50px,50px) rotate(240deg)}}.services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.section-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2);transition:transform .3s ease}.section-subtitle{font-size:1.125rem;color:#f0f0f0;max-width:600px;margin:0 auto;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.services-grid{display:flex;gap:1.5rem;margin-top:3rem;overflow-x:auto;padding-bottom:2rem;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;position:relative;z-index:2}.services-grid::-webkit-scrollbar{display:none}.services-grid-centered{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:3rem;justify-items:center;max-width:1200px;margin-left:auto;margin-right:auto;position:relative;z-index:2}.service-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.3);min-width:260px;max-width:260px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;opacity:0;transform:translateY(30px) scale(.95)}.service-card.visible{opacity:1;transform:translateY(0) scale(1)}.service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea1a,#764ba21a);opacity:0;transition:opacity .4s ease;z-index:0}.service-card:hover:before{opacity:1}.service-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 16px 48px #667eea4d;border-color:#667eea80;cursor:pointer}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 4px 15px #667eea4d;position:relative;z-index:1;transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.service-card:hover .service-icon{transform:rotateY(360deg) scale(1.1);box-shadow:0 8px 25px #667eea80}.icon-inner{position:relative;z-index:2;color:#fff;transition:transform .3s ease}.service-card:hover .icon-inner{transform:scale(1.2);filter:drop-shadow(0 0 10px rgba(255,255,255,.8))}.icon-particles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity .3s ease}.service-card:hover .icon-particles{opacity:1;animation:particleBurst .6s ease-out}@keyframes particleBurst{0%{transform:translate(-50%,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(3);opacity:0}}.icon-particles:before,.icon-particles:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;border-radius:50%;background:#fffc;transform:translate(-50%,-50%)}.service-title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.4;position:relative;z-index:1;transition:color .3s ease}.service-card:hover .service-title{color:#667eea}.service-description{font-size:1rem;color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem;flex:1;position:relative;z-index:1}.see-more-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:auto;position:relative;z-index:1;overflow:hidden}.see-more-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.see-more-btn:hover:before{left:100%}.see-more-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea80}.btn-arrow{display:inline-block;margin-left:.5rem;transition:transform .3s ease}.see-more-btn:hover .btn-arrow{transform:translate(5px)}.checkmark{color:#3498db;font-weight:700;font-size:1.125rem;flex-shrink:0}.ai-services-section{margin-top:6rem;padding-top:4rem;border-top:2px solid rgba(255,255,255,.2);position:relative;z-index:2}.ai-services-header{text-align:center;margin-bottom:3rem;position:relative;z-index:2}.ai-badge{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#fff3,#ffffff1a);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border-radius:50px;font-size:.875rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;box-shadow:0 4px 15px #0000001a;border:1px solid rgba(255,255,255,.3);animation:floatBadge 3s ease-in-out infinite}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ai-title{color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.2);margin-bottom:1rem}.ai-services-grid{display:flex;gap:1.5rem;margin-top:3rem;overflow-x:auto;padding-bottom:2rem;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;position:relative;z-index:2}.ai-services-grid::-webkit-scrollbar{display:none}@media(max-width:768px){.services{padding:3rem 1.5rem}.section-title{font-size:2rem}.services-grid{gap:1.5rem;padding-bottom:1.5rem}.service-card{padding:1.5rem;min-width:240px;max-width:240px}.service-icon{width:70px;height:70px;font-size:2.5rem}.ai-services-section{margin-top:4rem;padding-top:3rem}.ai-services-grid{gap:1.5rem;padding-bottom:1.5rem}}.service-detail-page{min-height:100vh;display:flex;flex-direction:column}.service-detail-container{max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem;flex:1}.back-btn{background:transparent;border:none;color:#3498db;font-size:1rem;cursor:pointer;padding:.5rem 1rem;margin-bottom:2rem;transition:color .3s ease}.back-btn:hover{color:#2980b9}.service-detail-content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #00000014}.service-detail-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #f1f3f5}.service-detail-icon{font-size:5rem;margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 8px 30px #667eea4d}.service-detail-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.3}.service-detail-description{font-size:1.25rem;color:#7f8c8d;line-height:1.6;max-width:800px;margin:0 auto}.service-detail-body{max-width:900px;margin:0 auto}.service-detail-body h2{font-size:1.875rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;margin-top:2rem}.service-detail-features{list-style:none;padding:0;margin:0 0 3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.service-detail-features li{padding:1rem;background:#f8f9fa;border-radius:8px;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.service-detail-features li:hover{background:#e8f4f8;transform:translate(5px)}.feature-checkmark{color:#3498db;font-weight:700;font-size:1.5rem;flex-shrink:0}.service-detail-info{margin:3rem 0}.service-detail-info p{font-size:1.125rem;line-height:1.8;color:#34495e;margin-bottom:1.5rem}.service-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem;border-radius:12px;text-align:center;margin-top:3rem}.service-cta h3{font-size:2rem;margin-bottom:1rem}.service-cta p{font-size:1.125rem;margin-bottom:2rem;opacity:.95}.contact-btn{background:#fff;color:#667eea;border:none;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}@media(max-width:768px){.service-detail-container{padding:4rem 1.5rem 2rem}.service-detail-content{padding:2rem 1.5rem}.service-detail-icon{width:100px;height:100px;font-size:4rem}.service-detail-title{font-size:1.875rem}.service-detail-description{font-size:1.125rem}.service-detail-body h2{font-size:1.5rem}.service-detail-features{grid-template-columns:1fr}.service-cta{padding:2rem 1.5rem}.service-cta h3{font-size:1.5rem}}.case-study-section{margin:3rem 0;padding:2rem 0;border-top:2px solid #f1f3f5}.case-study-card{background:linear-gradient(145deg,#f8f9ff,#fff);border-radius:12px;padding:2.5rem;border:1px solid rgba(102,126,234,.15);box-shadow:0 4px 15px #0000000d}.case-study-card h3{font-size:1.75rem;font-weight:700;color:#2c3e50;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(102,126,234,.2)}.case-study-item{margin-bottom:2rem}.case-study-item h4{font-size:1.125rem;font-weight:600;color:#667eea;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.case-study-item p{font-size:1.125rem;line-height:1.8;color:#34495e;margin:0}.case-study-tech{background:#667eea1a;border-left:4px solid #667eea;padding:1.25rem 1.5rem;border-radius:8px;margin-top:2rem;font-size:1rem;color:#2c3e50}.case-study-tech strong{color:#667eea;font-weight:600}.tools-section{background:linear-gradient(135deg,#667eea14,#764ba214);border-radius:12px;padding:1.5rem 2rem;font-size:1.125rem;color:#2c3e50;border-left:4px solid #667eea;margin-top:1rem;line-height:1.8}@media(max-width:768px){.case-study-card{padding:1.5rem}.case-study-card h3{font-size:1.5rem}.case-study-item h4,.case-study-item p{font-size:1rem}}.contact-page{min-height:100vh;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.contact-container{max-width:800px;margin:0 auto}.contact-header{text-align:center;margin-bottom:3rem}.contact-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.contact-subtitle{font-size:1.125rem;color:#7f8c8d;line-height:1.6}.contact-form{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 10px 40px #0000001a;margin-bottom:3rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.95rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem;font-size:1rem;border:2px solid #e8e8e8;border-radius:8px;transition:all .3s ease;font-family:inherit;background-color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.form-group textarea{resize:vertical;min-height:120px}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232c3e50' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem}.submit-btn{width:100%;padding:1rem;font-size:1.125rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{background:#fff5f5;border:2px solid #fc8181;border-radius:8px;padding:1rem;margin-bottom:2rem;color:#c53030;text-align:center}.error-message p{margin:0;font-size:.95rem}.success-message{background:#fff;padding:3rem 2.5rem;border-radius:12px;box-shadow:0 10px 40px #0000001a;text-align:center;margin-bottom:3rem}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;margin:0 auto 1.5rem;animation:scaleIn .5s ease}.success-message h2{font-size:2rem;color:#2c3e50;margin-bottom:.75rem}.success-message p{font-size:1.125rem;color:#7f8c8d}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 40px #0000001a}.info-item{display:flex;gap:1rem;align-items:flex-start}.info-icon{font-size:2rem;flex-shrink:0}.info-item h4{font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:.25rem}.info-item p{font-size:.95rem;color:#7f8c8d;margin:0}@media(max-width:768px){.contact-page{padding:5rem 1.5rem 3rem}.contact-title{font-size:2rem}.contact-form{padding:2rem 1.5rem}.contact-info{grid-template-columns:1fr}}.privacy-policy-page{min-height:100vh;display:flex;flex-direction:column}.privacy-policy-container{max-width:900px;margin:0 auto;padding:6rem 2rem 4rem;flex:1}.privacy-policy-title{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem;text-align:center}.privacy-policy-updated{text-align:center;color:#7f8c8d;font-size:1rem;margin-bottom:3rem}.privacy-policy-content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #00000014}.privacy-policy-content section{margin-bottom:2.5rem}.privacy-policy-content section:last-child{margin-bottom:0}.privacy-policy-content h2{font-size:1.75rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #3498db}.privacy-policy-content p{font-size:1.125rem;line-height:1.8;color:#34495e;margin-bottom:1rem}.privacy-policy-content ul{margin:1rem 0;padding-left:2rem}.privacy-policy-content li{font-size:1.125rem;line-height:1.8;color:#34495e;margin-bottom:.75rem}.privacy-policy-content strong{color:#2c3e50;font-weight:600}@media(max-width:768px){.privacy-policy-container{padding:4rem 1.5rem 2rem}.privacy-policy-title{font-size:2rem}.privacy-policy-content{padding:2rem 1.5rem}.privacy-policy-content h2{font-size:1.5rem}.privacy-policy-content p,.privacy-policy-content li{font-size:1rem}.privacy-policy-content ul{padding-left:1.5rem}}.app{min-height:100vh;width:100%;overflow-x:hidden}
