*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:600}a{text-decoration:none;color:inherit}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;background-color:#007bff;color:#fff;border:none;border-radius:5px;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center}.btn:hover{background-color:#0056b3;transform:translateY(-2px)}.btn-primary{background-color:#007bff}.btn-secondary{background-color:#6c757d}.btn-secondary:hover{background-color:#5a6268}.text-center{text-align:center}.section{padding:80px 0}.layout{min-height:100vh;display:flex;flex-direction:column}main{flex:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up.animate{animation:fadeInUp .8s ease-out forwards}@media (max-width: 768px){.container{padding:0 15px}}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:.5rem 0;position:sticky;top:0;z-index:100}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.navbar-logo{font-size:1.5rem;font-weight:700;color:#0a74ee;text-decoration:none;display:flex;align-items:center}.logo-image{height:80px;width:auto;margin-right:20px;margin-top:-5px;margin-bottom:-10px}.navbar-menu{display:flex;list-style:none;margin:0;padding:0}.navbar-menu li{margin-left:2rem}.navbar-menu a{color:#333;text-decoration:none;font-weight:500;transition:color .3s}.navbar-menu a:hover{color:#ffb400}.navbar-right{display:flex;align-items:center;gap:1rem}.search-btn span{font-size:1.2rem}.hamburger{display:none;flex-direction:column;cursor:pointer;background:none;border:none;padding:0}.bar{width:25px;height:3px;background-color:#333;margin:3px 0;transition:.3s;transform-origin:center}.hamburger.active .bar:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 768px){.navbar{padding:.5rem}.navbar-container{padding:0 10px;position:relative}.navbar-menu{position:fixed;top:56px;right:-80vw;width:50vw;height:auto;max-height:calc(100vh - 70px);overflow-y:auto;background:linear-gradient(135deg,#667eea,#764ba2);flex-direction:column;justify-content:flex-start;padding:0;box-shadow:-4px 0 12px #00000026;transition:right .3s ease;z-index:100;color:#fff;border-radius:0 0 12px 12px}.navbar-menu.active{right:0}.menu-header{display:flex;justify-content:flex-end;padding:1rem 2rem .5rem;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:.5rem}.close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .3s}.close-btn:hover{background-color:#ffffff1a}.navbar-menu li{margin:0;border-bottom:1px solid rgba(255,255,255,.2)}.navbar-menu li:last-child{border-bottom:none}.navbar-menu li.menu-header{border-bottom:1px solid rgba(255,255,255,.2)}.navbar-menu a{color:#fff;font-size:1.1rem;padding:1rem 2rem;display:block;transition:all .3s ease;text-decoration:none;width:100%;box-sizing:border-box}.navbar-menu a:hover{background-color:#ffffff1a;color:#ffb400;padding-left:2.5rem}.navbar-right{gap:.5rem}.search-btn{display:flex}.language-selector,.contact-btn{display:none}.hamburger{display:flex}.logo-image{height:50px}}.footer{background-color:#007bff;color:#2825bb;padding:2rem 0 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;padding:0 20px;flex-wrap:wrap}.footer-content h3,.footer-links h4{color:#ffb400;margin-bottom:1rem}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fff;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#ffb400}.footer-bottom{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.home{color:#333}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="a" patternUnits="userSpaceOnUse" width="20" height="20"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="1000" height="1000" fill="url(%23a)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-content p{font-size:1.3rem;margin-bottom:2.5rem;font-weight:300;line-height:1.6;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-buttons .btn{font-size:1.1rem;padding:15px 30px;min-width:150px}.hero-buttons .btn-secondary{background-color:#fff3;border:2px solid rgba(255,255,255,.5)}.hero-buttons .btn-secondary:hover{background-color:#ffffff4d;border-color:#ffffffb3}.features{background-color:#f8f9fa}.features h2{font-size:2.5rem;margin-bottom:3rem;color:#333;font-weight:600}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.feature:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature h3{color:#333;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.feature p{color:#666;line-height:1.6}.cta-section{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.cta-section h2{font-size:2.2rem;margin-bottom:1rem;font-weight:600}.cta-section p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.stats{background-color:#fff}.stat{padding:2rem 0}.stat-number{font-size:3rem;font-weight:700;color:#007bff;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:#666;font-weight:500}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:300px}.features h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.stat-number{font-size:2.5rem}}.about{color:#333}.about-hero{position:relative;height:60vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;color:#fff}.parallax-bg:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="a" patternUnits="userSpaceOnUse" width="30" height="30"><circle cx="15" cy="15" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="15" cy="15" r="1" fill="rgba(255,255,255,0.2)"/></pattern></defs><rect width="1000" height="1000" fill="url(%23a)"/></svg>');transform:translateZ(0);will-change:transform}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.3rem;opacity:.9;font-weight:300}.mission-vision{background-color:#f8f9fa}.mission-vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem}.mv-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 8px 32px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.mv-card:hover{transform:translateY(-5px);box-shadow:0 16px 48px #00000026}.mv-icon{font-size:4rem;margin-bottom:1.5rem}.mv-card h2{font-size:2rem;color:#007bff;margin-bottom:1rem;font-weight:600}.mv-card p{line-height:1.7;color:#666}.story{background:#fff}.story-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.story-text p{margin-bottom:1.5rem;line-height:1.8;color:#555}.story-stats{display:flex;flex-direction:column;gap:2rem}.stat-item{text-align:center;padding:2rem;background:linear-gradient(135deg,#007bff,#0056b3);border-radius:12px;color:#fff}.stat-number{font-size:2.5rem;font-weight:700;display:block;margin-bottom:.5rem}.values{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 16px #0000000d;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001a}.value-icon{font-size:3rem;margin-bottom:1.5rem}.value-card h3{color:#007bff;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.value-card p{color:#666;line-height:1.6}.timeline{background:#fff}.timeline-container{position:relative;max-width:800px;margin:0 auto}.timeline-container:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;background:linear-gradient(to bottom,#007bff,#667eea)}.timeline-item{position:relative;margin-bottom:3rem;width:50%;padding-right:2rem}.timeline-item:nth-child(2n){left:50%;padding-left:2rem;padding-right:0}.timeline-item:nth-child(2n) .timeline-content{text-align:right}.timeline-dot{position:absolute;top:1rem;right:-.5rem;width:1rem;height:1rem;background:#007bff;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 3px #007bff33}.timeline-item:nth-child(2n) .timeline-dot{left:-.5rem;right:auto}.timeline-content{background:#f8f9fa;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #0000000d}.timeline-content h3{color:#007bff;margin-bottom:1rem;font-size:1.3rem}.timeline-content p{color:#666;line-height:1.6}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.mission-vision-grid,.story-content{grid-template-columns:1fr;gap:2rem}.story-stats{flex-direction:row;flex-wrap:wrap;justify-content:center}.stat-item{flex:1;min-width:150px}.timeline-container:before{left:2rem}.timeline-item{width:100%;padding-left:4rem;padding-right:0}.timeline-item:nth-child(2n){left:0}.timeline-item:nth-child(2n) .timeline-content{text-align:left}.timeline-dot{left:1.5rem}.timeline-item:nth-child(2n) .timeline-dot{left:1.5rem}}.services-hero{position:relative;height:60vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;color:#fff}.services-main{background:#f8f9fa}.services-intro{text-align:center;margin-bottom:4rem}.services-intro h2{font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:600}.services-intro p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 8px 32px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#007bff,#667eea)}.service-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00000026}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.service-card h3{color:#007bff;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.service-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;padding:0;margin:0}.service-features li{color:#555;border-bottom:1px solid #eee;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#007bff;font-weight:700}.service-features li:last-child{border-bottom:none}.process{background:#fff}.process h2{font-size:2.5rem;margin-bottom:3rem;color:#333}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.process-step{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px;position:relative}.process-step:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);width:20px;height:20px;background:#007bff;border-radius:50%;border:3px solid #fff}.step-number{font-size:2rem;font-weight:700;color:#007bff;margin-bottom:1rem;display:block}.process-step h3{color:#333;margin-bottom:1rem;font-size:1.3rem}.process-step p{color:#666;line-height:1.6}.services-cta{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.services-cta h2{font-size:2.2rem;margin-bottom:1rem}.services-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}@media (max-width: 768px){.services-grid,.process-steps{grid-template-columns:1fr}.services-intro h2,.process h2{font-size:2rem}}.portfolio-hero{position:relative;height:60vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;color:#fff}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:600}.section-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.devices-section{background:#f8f9fa}.devices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.device-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.device-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00000026}.device-image{position:relative;height:200px;overflow:hidden}.device-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.device-card:hover .device-image img{transform:scale(1.05)}.device-category{position:absolute;top:1rem;right:1rem;background:#007bffe6;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:500}.device-content{padding:2rem}.device-content h3{color:#007bff;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.device-content p{color:#666;line-height:1.6}.projects-section{background:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.project-card{background:#f8f9fa;padding:2.5rem;border-radius:16px;box-shadow:0 4px 16px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e9ecef}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 32px #0000001a}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.project-header h3{color:#007bff;font-size:1.4rem;font-weight:600;flex:1;margin-right:1rem}.project-category{background:#007bff;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500;white-space:nowrap}.project-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#e9ecef;color:#495057;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.portfolio-stats{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item{padding:2rem 0}.stat-number{font-size:3rem;font-weight:700;display:block;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}.portfolio-cta{background:#f8f9fa}.portfolio-cta h2{font-size:2.2rem;margin-bottom:1rem;color:#333}.portfolio-cta p{font-size:1.1rem;margin-bottom:2rem;color:#666}@media (max-width: 768px){.devices-grid,.projects-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.section-header h2{font-size:2rem}.project-header{flex-direction:column;align-items:flex-start}.project-header h3{margin-bottom:.5rem}}.team-hero{position:relative;height:60vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;color:#fff}.team-section{background:#f8f9fa}.section-intro{text-align:center;margin-bottom:4rem}.section-intro h2{font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:600}.section-intro p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.team-member-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.team-member-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00000026}.member-image{position:relative;height:300px;overflow:hidden;background-color:#f7af29}.member-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease;cursor:pointer}.member-image img.zoomed{transform:scale(1.1)}.team-member-card:hover .member-image img{transform:scale(1.05)}.member-overlay{position:absolute;inset:0;background:#007bffcc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.team-member-card:hover .member-overlay{opacity:1}.member-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#fff3;border-radius:50%;color:#fff;text-decoration:none;font-size:1.5rem;transition:background .3s ease}.social-link:hover{background:#ffffff4d}.member-content{padding:2rem}.member-content h3{color:#007bff;margin-bottom:.5rem;font-size:1.4rem;font-weight:600}.member-role{color:#666;font-weight:500;margin-bottom:1rem;font-size:1rem}.member-bio{color:#555;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.member-skills{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#e9ecef;color:#495057;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.culture-section{background:#fff}.culture-section h2{font-size:2.5rem;margin-bottom:3rem;color:#333}.culture-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.culture-item{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px;box-shadow:0 4px 16px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.culture-item:hover{transform:translateY(-5px);box-shadow:0 8px 32px #0000001a}.culture-icon{font-size:3rem;margin-bottom:1.5rem}.culture-item h3{color:#007bff;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.culture-item p{color:#666;line-height:1.6}.join-us{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.join-us h2{font-size:2.2rem;margin-bottom:1rem}.join-us p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.fade-in-up.animate{opacity:1;transform:translateY(0)}.image-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;cursor:pointer}.modal-content{position:relative;max-width:90%;max-height:90%;cursor:default}.modal-content img{max-width:100%;max-height:100%;object-fit:contain}.close-modal{position:absolute;top:-40px;right:0;background:#00000080;color:#fff;border:none;font-size:2rem;cursor:pointer;padding:.5rem;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.team-grid,.culture-grid{grid-template-columns:1fr}.section-intro h2,.culture-section h2{font-size:2rem}.member-content{padding:1.5rem}.member-image{height:250px}}@media (max-width: 480px){.team-grid{grid-template-columns:1fr;gap:1rem}.member-image{height:200px}.section-intro h2{font-size:1.8rem}.member-content h3{font-size:1.2rem}.member-role,.member-bio{font-size:.9rem}}.contact{color:#333}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;min-height:400px;display:flex;align-items:center;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="a" patternUnits="userSpaceOnUse" width="20" height="20"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="1000" height="1000" fill="url(%23a)"/></svg>');opacity:.3}.contact-section{background-color:#f8f9fa;padding:80px 0}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info{background:#e7bf50;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000000d}.contact-info h2{font-size:2rem;margin-bottom:2rem;color:#333}.info-item{display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}.info-item:last-child{border-bottom:none}.info-icon{font-size:2rem;flex-shrink:0;min-width:3rem;display:flex;align-items:center}.info-content h3{font-size:1.1rem;margin-bottom:.5rem;color:#333}.info-content p{color:#666;line-height:1.6}.info-content a{color:#007bff;text-decoration:none;transition:color .3s}.info-content a:hover{color:#0056b3}.contact-form-wrapper{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000000d}.contact-form-wrapper h2{font-size:2rem;margin-bottom:2rem;color:#333}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;margin-bottom:.5rem;color:#333;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-group textarea{resize:vertical;min-height:150px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.submit-btn{margin-top:1rem;padding:12px 24px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.submit-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 8px 20px #007bff4d}.success-message{background-color:#d4edda;color:#155724;padding:1rem;border-radius:6px;margin-bottom:1.5rem;border:1px solid #c3e6cb;display:flex;align-items:center;gap:.75rem}.error-message{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:6px;margin-bottom:1.5rem;border:1px solid #f5c6cb;display:flex;align-items:center;gap:.75rem}.faq-section{background-color:#fff}.faq-section h2{font-size:2.5rem;margin-bottom:3rem;color:#333}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.faq-item{background-color:#f8f9fa;padding:2rem;border-radius:12px;border-left:4px solid #007bff;transition:transform .3s ease,box-shadow .3s ease}.faq-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.faq-item h3{font-size:1.1rem;margin-bottom:1rem;color:#333}.faq-item p{color:#666;line-height:1.6}@media (max-width: 768px){.contact-wrapper{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.contact-hero{min-height:300px}.contact-info,.contact-form-wrapper{padding:1.5rem}.faq-grid{grid-template-columns:1fr}.contact-info h2,.contact-form-wrapper h2{font-size:1.5rem}}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}
