body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}ol,ul{list-style:none}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer}input,select,textarea{font-family:inherit;font-size:inherit}:focus{outline:2px solid #667eea;outline-offset:2px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#fff;color:#333;font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;line-height:1.2}h1{font-size:3.5rem}h1,h2{margin-bottom:1rem}h2{font-size:2.5rem}h3{font-size:2rem;margin-bottom:.8rem}.btn{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#2c3e50}.btn-primary:hover{background-color:#34495e}.btn-secondary{background-color:initial;border:2px solid #2c3e50;color:#2c3e50}.btn-secondary:hover{background-color:#2c3e50}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{margin-bottom:60px;text-align:center}.section-title h2{color:#2c3e50;margin-bottom:15px}.section-title p{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.grid{grid-gap:30px;display:grid;gap:30px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.img-fluid{border-radius:10px;height:auto;width:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5a6fd8}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}.section{padding:60px 0}.container{padding:0 15px}}@media (max-width:480px){h1{font-size:2rem}h2{font-size:1.8rem}.section{padding:40px 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.p-5{padding:3rem}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #2c3e501a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.header-content{justify-content:space-between;padding:1rem 0}.header-content,.logo{align-items:center;display:flex}.logo{color:#2c3e50;text-decoration:none}.logo-container{align-items:center;display:flex;gap:1rem}.logo-image{display:block;height:40px;object-fit:contain;width:auto}.logo-text{align-items:flex-start;display:flex;flex-direction:column}.logo-text h2{color:#2c3e50;font-size:1.8rem;font-weight:700;margin:0}.logo-text span{color:#666;font-size:.9rem;font-weight:400}.nav{align-items:center;display:flex}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-item{margin:0}.nav-link{color:#2c3e50;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:#34495e}.nav-link.active:after{background-color:#2c3e50;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:all .3s ease;width:100%}.header-actions{gap:1rem}.contact-link,.header-actions{align-items:center;display:flex}.contact-link{color:#2c3e50;font-size:.9rem;font-weight:500;gap:.5rem;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#34495e}.contact-text{display:none}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;padding:.5rem;transition:all .3s ease}.hamburger{display:block;position:relative}.hamburger,.hamburger:after,.hamburger:before{background-color:#2c3e50;height:3px;transition:all .3s ease;width:25px}.hamburger:after,.hamburger:before{content:"";position:absolute}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger.open{background-color:initial}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{bottom:0;transform:rotate(-45deg)}@media (max-width:768px){.nav{background:#fff;box-shadow:0 5px 15px #0000001a;left:0;max-height:calc(100vh - 100%);opacity:0;overflow-y:auto;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .4s cubic-bezier(.4,0,.2,1);visibility:hidden}.nav.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:0;padding:2rem 0}.nav-item{width:100%}.nav-link{border-bottom:1px solid #2c3e501a;display:block;padding:1rem 2rem;transition:all .3s ease}.nav-link.active,.nav-link:hover{background-color:#2c3e500d;color:#667eea}.nav-link.active:after{display:none}.mobile-menu-btn{display:block}.contact-text{display:none}.logo-image{height:35px}.logo-text h2{font-size:1.5rem}.logo-text span{font-size:.8rem}}@media (max-width:480px){.header-content{padding:.8rem 0}.logo-container{gap:.5rem}.logo-image{height:30px}.logo-text h2{font-size:1.3rem}.logo-text span{font-size:.7rem}.nav-link{font-size:1.1rem;padding:1.2rem 2rem}}.footer{background:#2c3e50;color:#fff;padding:60px 0 20px}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-section h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.footer-logo h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-logo p{color:#ecf0f1;font-weight:500;margin-bottom:1rem}.footer-description{color:#bdc3c7;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:inline-block;display:flex;font-size:1.2rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#667eea;transform:translateY(-2px)}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#ecf0f1;font-weight:500;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#667eea}.contact-info{border:1px solid #fff3;border-radius:10px;flex-direction:column;gap:1rem}.contact-item{gap:.8rem}.contact-icon{color:#667eea;font-size:1.2rem}.contact-item a,.contact-item span{color:#ecf0f1}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom-content p{color:#bdc3c7;font-size:.9rem;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#ecf0f1;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#667eea}@media (max-width:768px){.footer{padding:40px 0 20px}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}.contact-info{padding:1.2rem}.contact-item{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width:480px){.social-links{justify-content:center}.contact-info{padding:1rem}.contact-item{flex-direction:column;gap:.5rem;text-align:center}.footer-bottom-links{flex-direction:column;gap:1rem}}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-background{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');background-size:50px 50px}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:#0000004d}.hero-content{margin:0 auto;max-width:800px;padding:2rem 0;position:relative;text-align:center;z-index:2}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-title .highlight{color:#f39c12}.hero-subtitle{font-size:1.3rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-actions{gap:1rem;margin-bottom:3rem}.hero-actions,.hero-stats{display:flex;flex-wrap:wrap;justify-content:center}.hero-stats{gap:3rem}.stat{text-align:center}.stat-number{color:#f39c12;display:block;font-size:2.5rem;font-weight:700}.stat-label{font-size:1rem;opacity:.8}.services-preview{background-color:#f8f9fa}.service-card{text-align:center;transition:transform .3s ease}.service-card:hover{transform:translateY(-10px)}.service-card h3{color:#2c3e50;margin-bottom:1rem}.service-card p{color:#666;line-height:1.6}.about-preview{background:#fff}.about-content h2{color:#2c3e50;margin-bottom:1.5rem}.about-content p{color:#666;line-height:1.8}.about-content p,.highlights{margin-bottom:2rem}.highlight-item{align-items:center;color:#2c3e50;display:flex;gap:.5rem;margin-bottom:.8rem}.highlight-icon{color:#27ae60;font-weight:700}.about-image{align-items:center;display:flex;justify-content:center}.image-placeholder{border-radius:15px;max-width:400px;padding:4rem 2rem;text-align:center}.image-placeholder span{display:block;font-size:4rem;margin-bottom:1rem}.image-placeholder p{font-size:1.2rem;margin:0}.contact-cta{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;position:relative}.contact-cta:before{background:#0000004d;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.cta-content{position:relative;z-index:2}.cta-content p{color:#ffffffe6;font-size:1.1rem}.contact-info{grid-gap:1.5rem;background:#ffffff1a;border:1px solid #2c3f51;border-radius:15px;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem;padding:2rem}.contact-info,.contact-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-item{align-items:center;background:#ffffff26;border:1px solid #fff3;border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.contact-item:hover{background:#fff3;box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.contact-item .contact-icon{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;flex-shrink:0;font-size:2.5rem;height:60px;justify-content:center;width:60px}.contact-item div{display:flex;flex-direction:column;gap:.3rem}.contact-item strong{color:#ffffffe6;font-size:1rem;font-weight:600;margin-bottom:.2rem}.contact-item a,.contact-item span{color:#fff;font-size:1.1rem;font-weight:500;line-height:1.4;text-decoration:none}.contact-item a:hover{color:#667eea;text-decoration:underline}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-actions{align-items:center;flex-direction:column}.hero-stats{gap:2rem}.stat-number{font-size:2rem}.contact-info{gap:1rem;grid-template-columns:1fr;padding:1.5rem}.contact-item{padding:1.2rem}.contact-item .contact-icon{font-size:2rem;height:50px;width:50px}.cta-actions{align-items:center;flex-direction:column}.image-placeholder{padding:3rem 1.5rem}.image-placeholder span{font-size:3rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.stat-number{font-size:1.8rem}.contact-info{padding:1rem}.contact-item{flex-direction:column;gap:.8rem;text-align:center}.contact-item .contact-icon{font-size:2.5rem;height:60px;width:60px}.contact-item div{align-items:center}}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.about-hero-content h1{color:#fff;font-size:3.5rem;margin-bottom:1rem}.about-hero-content p{font-size:1.3rem;margin:0 auto;max-width:600px;opacity:.9}.mission-section{background:#fff}.mission-content h2{color:#2c3e50;margin-bottom:1.5rem}.mission-content p{color:#666;line-height:1.8;margin-bottom:1.5rem}.mission-values{margin-top:2rem}.value-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.value-icon{flex-shrink:0;font-size:2rem}.value-item h4{color:#2c3e50;margin-bottom:.5rem}.value-item p{color:#666;line-height:1.6;margin:0}.mission-image{align-items:center;display:flex;justify-content:center}.mission-image .image-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;max-width:400px;padding:4rem 2rem;text-align:center;width:100%}.mission-image .image-placeholder span{display:block;font-size:4rem;margin-bottom:1rem}.mission-image .image-placeholder p{color:#fff;font-size:1.2rem;margin:0}.stats-section{background:#f8f9fa}.stat-card{background:#fff;box-shadow:0 5px 15px #0000001a}.process-section{background:#f8f9fa}.process-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.process-step{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;position:relative;text-align:center}.process-step:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px 10px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.step-number{color:#667eea;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.process-step h3{color:#2c3e50;margin-bottom:1rem}.process-step p{color:#666;line-height:1.6;margin:0}@media (max-width:768px){.about-hero-content h1{font-size:2.5rem}.about-hero-content p{font-size:1.1rem}.value-item{flex-direction:column;text-align:center}.stats-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:1fr}}@media (max-width:480px){.about-hero-content h1{font-size:2rem}.stats-grid{grid-template-columns:1fr}.stat-card .stat-number{font-size:2.5rem}}.services-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.services-hero-content h1{color:#fff;font-size:3.5rem;margin-bottom:1rem}.services-hero-content p{font-size:1.3rem;margin:0 auto;max-width:600px;opacity:.9}.services-grid-section{background:#f8f9fa}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.service-card-detailed{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.service-card-detailed:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.service-header{margin-bottom:2rem;text-align:center}.service-icon{font-size:3rem;margin-bottom:1rem}.service-header h3{color:#2c3e50;margin-bottom:1rem}.service-description{color:#666;line-height:1.6;margin:0}.service-features{flex:1 1;margin-bottom:2rem}.service-features h4{color:#2c3e50;font-size:1.1rem;margin-bottom:1rem}.service-features ul{list-style:none;margin:0;padding:0}.service-features li{color:#666;line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.service-features li:before{color:#27ae60;content:"✓";font-weight:700;left:0;position:absolute}.service-price{margin-bottom:1.5rem;text-align:center}.price{color:#667eea;font-size:1.3rem;font-weight:600}.service-card-detailed .btn{align-self:center;max-width:200px;width:100%}.process-section{background:#fff}.process-timeline{margin:0 auto;max-width:800px;position:relative}.process-timeline:before{background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;content:"";left:30px;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:3rem;padding-left:80px;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;left:0;position:absolute;top:0;width:60px;z-index:2}.timeline-content{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:1.5rem}.timeline-content h3{color:#2c3e50;margin-bottom:1rem}.timeline-content p{color:#666;line-height:1.6;margin:0}.cta-actions{margin-bottom:2rem}.contact-info{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.contact-info .contact-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px;display:flex;gap:.5rem;padding:1rem 1.5rem}.contact-info .contact-icon{font-size:1.2rem}.contact-info a{color:#fff}.contact-info a:hover{color:#f39c12}@media (max-width:768px){.services-hero-content h1{font-size:2.5rem}.services-hero-content p{font-size:1.1rem}.services-grid{grid-template-columns:1fr}.process-timeline:before{left:20px}.timeline-item{padding-left:60px}.timeline-number{font-size:1.2rem;height:40px;width:40px}.contact-info,.cta-actions{align-items:center;flex-direction:column}}@media (max-width:480px){.services-hero-content h1{font-size:2rem}.service-card-detailed{padding:1.5rem}.timeline-content{padding:1rem}}.portfolio-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.portfolio-hero-content h1{color:#fff;font-size:3.5rem;margin-bottom:1rem}.portfolio-hero-content p{font-size:1.3rem;margin:0 auto;max-width:600px;opacity:.9}.filter-section{background:#fff;padding:40px 0}.filter-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.filter-btn{background:#0000;border:2px solid #2c3e50;border-radius:25px;color:#2c3e50;cursor:pointer;font-size:1rem;font-weight:500;padding:12px 24px;transition:all .3s ease}.filter-btn.active,.filter-btn:hover{background:#2c3e50;color:#fff}.portfolio-grid-section{background:#f8f9fa}.portfolio-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.portfolio-item{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;overflow:hidden;transition:transform .3s ease}.portfolio-item:hover{transform:translateY(-5px)}.portfolio-image{height:250px;overflow:hidden;position:relative}.image-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:4rem;height:100%;width:100%}.image-placeholder,.portfolio-overlay{align-items:center;display:flex;justify-content:center}.portfolio-overlay{background:#2c3e50e6;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.portfolio-item:hover .portfolio-overlay{opacity:1}.overlay-content{color:#fff;padding:2rem;text-align:center}.overlay-content h3{color:#fff;margin-bottom:1rem}.overlay-content p{margin-bottom:1rem;opacity:.9}.project-details{display:flex;font-size:.9rem;gap:1rem;justify-content:center;opacity:.8}.portfolio-info{padding:1.5rem}.portfolio-info h3{color:#2c3e50;margin-bottom:.5rem}.project-category{color:#667eea;font-size:.9rem;font-weight:600;margin-bottom:1rem}.project-description{color:#666;line-height:1.6;margin-bottom:1rem}.project-meta{color:#999;display:flex;font-size:.9rem;justify-content:space-between}.stats-section{background:#fff}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{background:#f8f9fa;border-radius:10px;padding:2rem;text-align:center;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-card .stat-number{color:#667eea;display:block;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-card .stat-label{color:#666;font-size:1.1rem}.cta-section{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff}.cta-content h2{color:#fff;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:768px){.portfolio-hero-content h1{font-size:2.5rem}.portfolio-hero-content p{font-size:1.1rem}.filter-buttons{gap:.5rem}.filter-btn{font-size:.9rem;padding:10px 20px}.portfolio-grid{grid-template-columns:1fr}.portfolio-image{height:200px}.image-placeholder{font-size:3rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.cta-actions{align-items:center;flex-direction:column}}@media (max-width:480px){.portfolio-hero-content h1{font-size:2rem}.filter-buttons{align-items:center;flex-direction:column}.filter-btn{max-width:200px;width:100%}.stats-grid{grid-template-columns:1fr}.stat-card .stat-number{font-size:2.5rem}.project-meta{flex-direction:column;gap:.5rem}}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.contact-hero-content h1{color:#fff;font-size:3.5rem;margin-bottom:1rem}.contact-hero-content p{font-size:1.3rem;margin:0 auto;max-width:600px;opacity:.9}.contact-content{background:#fff;padding:80px 0}.contact-form-section h2,.contact-info-section h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem}.contact-form-section p,.contact-info-section p{color:#666;line-height:1.6;margin-bottom:2rem}.contact-form{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;max-width:100%;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e1e8ed;border-radius:8px;font-family:inherit;font-size:1rem;padding:12px 15px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.contact-form .btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:15px 30px;width:100%}.contact-form .btn:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724;margin-top:1rem;padding:1rem}.error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;margin-top:1rem;padding:1rem}.contact-info-section{background:#f8f9fa;border-radius:10px;height:fit-content;padding:2rem}.contact-info-grid{margin-bottom:2rem}.contact-info-item{align-items:flex-start;background:#fff;border-radius:10px;box-shadow:0 2px 5px #0000000d;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;transition:transform .3s ease}.contact-info-item:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.contact-icon{flex-shrink:0;font-size:2rem}.contact-details h3{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.contact-details a,.contact-details p{color:#666;line-height:1.6;margin:0;text-decoration:none}.contact-details a:hover{color:#667eea}.social-links h3{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem}.social-icons{display:flex;flex-wrap:wrap;gap:1rem}.social-icon{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 5px #0000000d;color:#2c3e50;display:inline-flex;font-weight:500;gap:.5rem;padding:.8rem 1.2rem;text-decoration:none;transition:all .3s ease}.social-icon:hover{background:#667eea;box-shadow:0 5px 15px #667eea4d;color:#fff;transform:translateY(-2px)}.map-section{background:#f8f9fa;padding:80px 0}.map-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;margin:0 auto;max-width:800px;padding:4rem 2rem;text-align:center}.map-content span{display:block;font-size:4rem;margin-bottom:1rem}.map-content h3{color:#fff;font-size:2rem;margin-bottom:1rem}.map-content p{color:#ffffffe6;font-size:1.1rem;margin-bottom:2rem}.map-content .btn{background:#fff3;border:2px solid #ffffff4d;color:#fff;font-weight:500;padding:12px 30px}.map-content .btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.grid-2{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}@media (max-width:768px){.contact-hero-content h1{font-size:2.5rem}.contact-hero-content p{font-size:1.1rem}.grid-2{gap:2rem;grid-template-columns:1fr}.contact-info-item{flex-direction:column;text-align:center}.social-icons{justify-content:center}.map-placeholder{padding:3rem 1.5rem}.map-content span{font-size:3rem}.contact-form,.contact-info-section{padding:1.5rem}}@media (max-width:480px){.contact-hero-content h1{font-size:2rem}.form-group input,.form-group select,.form-group textarea{padding:10px 12px}.social-icons{align-items:center;flex-direction:column}.social-icon{justify-content:center;max-width:200px;width:100%}.contact-form,.contact-info-section{padding:1rem}}.privacy-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.privacy-hero-content h1{color:#fff;font-size:3.5rem;margin-bottom:1rem}.privacy-hero-content p{font-size:1.3rem;margin:0 auto;max-width:600px;opacity:.9}.privacy-content{background:#fff;padding:80px 0}.policy-content{line-height:1.8;margin:0 auto;max-width:800px}.policy-section{margin-bottom:3rem}.policy-section h2{border-bottom:2px solid #667eea;color:#2c3e50;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem}.policy-section h3{color:#34495e;font-size:1.3rem;margin:1.5rem 0 1rem}.policy-section p{color:#555;line-height:1.7;margin-bottom:1rem}.policy-section ul{margin:1rem 0;padding-left:1.5rem}.policy-section li{color:#555;line-height:1.6;margin-bottom:.5rem}.policy-section strong{color:#2c3e50;font-weight:600}.contact-info{background:#f8f9fa}.policy-links{border-top:1px solid #eee;display:flex;gap:1rem;justify-content:center;margin-top:3rem;padding-top:2rem}.policy-links .btn{border-radius:6px;font-weight:500;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}@media (max-width:768px){.privacy-hero-content h1{font-size:2.5rem}.privacy-hero-content p{font-size:1.1rem}.policy-content{padding:0 1rem}.policy-section h2{font-size:1.5rem}.policy-section h3{font-size:1.2rem}.policy-links{align-items:center;flex-direction:column}.policy-links .btn{max-width:200px;text-align:center;width:100%}}@media (max-width:480px){.privacy-hero-content h1{font-size:2rem}.privacy-hero-content p{font-size:1rem}.policy-section{margin-bottom:2rem}.policy-section h2{font-size:1.3rem}.policy-section h3{font-size:1.1rem}}.terms-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.terms-hero-content h1{color:#fff;font-size:3.5rem;margin-bottom:1rem}.terms-hero-content p{font-size:1.3rem;margin:0 auto;max-width:600px;opacity:.9}.terms-content{background:#fff;padding:80px 0}.terms-content-wrapper{line-height:1.8;margin:0 auto;max-width:800px}.last-updated{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-bottom:2rem;padding:1rem 1.5rem}.last-updated p{color:#666;font-size:.9rem;margin:0}.terms-section{margin-bottom:3rem}.terms-section h2{border-bottom:2px solid #667eea;color:#2c3e50;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem}.terms-section h3{color:#34495e;font-size:1.3rem;margin:1.5rem 0 1rem}.terms-section p{color:#555;line-height:1.7;margin-bottom:1rem}.terms-section ul{margin:1rem 0;padding-left:1.5rem}.terms-section li{color:#555;line-height:1.6;margin-bottom:.5rem}.terms-section strong{color:#2c3e50;font-weight:600}.contact-info{background:#2c3d50;border-radius:8px;margin:1rem 0;padding:1.5rem}.contact-info p{margin:.5rem 0}.contact-info a{color:#667eea;font-weight:500;text-decoration:none}.contact-info a:hover{text-decoration:underline}.terms-links{border-top:1px solid #eee;display:flex;gap:1rem;justify-content:center;margin-top:3rem;padding-top:2rem}.terms-links .btn{border-radius:6px;font-weight:500;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.btn-primary:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.terms-hero-content h1{font-size:2.5rem}.terms-hero-content p{font-size:1.1rem}.terms-content-wrapper{padding:0 1rem}.terms-section h2{font-size:1.5rem}.terms-section h3{font-size:1.2rem}.terms-links{align-items:center;flex-direction:column}.terms-links .btn{max-width:200px;text-align:center;width:100%}}@media (max-width:480px){.terms-hero-content h1{font-size:2rem}.terms-hero-content p{font-size:1rem}.terms-section{margin-bottom:2rem}.terms-section h2{font-size:1.3rem}.terms-section h3{font-size:1.1rem}}
/*# sourceMappingURL=main.7ddb58c5.css.map*/