:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;width:100%;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 2.5rem;background:#fff;box-shadow:0 2px 12px #ff7a000f;border-radius:0 0 1.2rem 1.2rem;position:relative;z-index:10}.navbar-logo{display:flex;align-items:center;font-size:1.2rem}.navbar-links{list-style:none;display:flex;gap:2.2rem;margin:0;padding:0;align-items:center}.navbar-links li a{text-decoration:none;color:#222;font-weight:600;font-size:1.13rem;transition:color .18s;padding:.2rem .5rem;border-radius:.3rem}.navbar-links li a:hover,.navbar-links li a.active{color:#fff;background:#ff7a00}.navbar-hamburger{display:none;flex-direction:column;justify-content:center;width:2.2rem;height:2.2rem;cursor:pointer;margin-left:1.2rem}.navbar-hamburger span{height:3.5px;width:100%;background:#ff7a00;margin:3px 0;border-radius:2px;transition:.2s}@media (max-width: 900px){.navbar{padding:1rem}.navbar-links{gap:1.2rem}}@media (max-width: 700px){.navbar{flex-direction:row;justify-content:space-between;align-items:center;padding:.7rem 1rem;position:relative}.navbar-logo{margin-bottom:0;flex:1}.navbar-hamburger{display:flex;margin-left:0;order:2}.navbar-links{flex-direction:column;gap:.5rem;background:#fff;position:absolute;top:100%;left:0;width:100vw;box-shadow:0 4px 16px #ff7a0014;border-radius:0 0 1.2rem 1.2rem;padding:1.2rem .5rem 1.2rem 1.5rem;z-index:9;display:none;margin:0}.navbar-links.open{display:flex}}@media (max-width: 480px){.navbar{padding:.5rem .8rem}.navbar-logo{font-size:1rem}.navbar-hamburger{width:1.8rem;height:1.8rem}.navbar-hamburger span{height:3px;margin:2px 0}.navbar-links{padding:1rem .8rem}.navbar-links li a{font-size:1rem;padding:.5rem}}.footer{background-color:#000;color:#fff;padding:40px 0 0;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto 30px;padding:0 20px;display:grid;grid-template-columns:1fr 2fr;gap:40px}.footer-brand h3{color:#ff7b00;font-size:24px;margin-bottom:10px;font-weight:700}.footer-brand p{color:#ccc;font-size:16px;margin:0}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:40px}.footer-section h4{color:#fff;font-size:18px;margin-bottom:15px;font-weight:600}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{color:#ccc;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-section ul li a:hover{color:#ff7b00}.footer-section ul li:not(:has(a)){color:#ccc;font-size:14px}.footer-bottom{border-top:1px solid #333333;padding:20px 0;text-align:center}.footer-bottom p{margin:0;color:#999;font-size:14px}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:30px;text-align:center}.footer-links{grid-template-columns:1fr;gap:30px}.footer-brand h3{font-size:20px}}.home{width:100%;margin:0;padding:0;overflow-x:hidden}.hero-section{height:100vh;width:100%;position:relative;background-image:url(/assets/image2-DLBztNWR.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;animation:slideShow 20s infinite;display:flex;align-items:center;justify-content:center}@keyframes slideShow{0%,33%{background-image:url(/assets/image2-DLBztNWR.jpg)}34%,66%{background-image:url(/assets/image1-x5MJ8OQU.jpg)}67%,to{background-image:url(/assets/image3-D-BP2Rgf.jpg)}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#0006);display:flex;align-items:center;justify-content:center;text-align:center;padding:0 2rem;z-index:2}.hero-content{max-width:800px;animation:fadeInUp 1s ease-out}.company-name-animation{margin-bottom:1.5rem;animation:fadeIn 1.5s ease-out}.full-company-name{color:gold;font-size:1.8rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.4);animation:shimmer 3s infinite;background:linear-gradient(90deg,#ffd700b3,gold,#ffd700b3);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-overlay h1{color:#fff;font-size:4rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.5);line-height:1.2}.hero-overlay p{color:#fff;font-size:1.4rem;margin-bottom:2.5rem;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.4);opacity:.95}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:15px 35px;border-radius:30px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;border:2px solid transparent}.btn-primary{background:linear-gradient(135deg,#ff7a00,#ff9500);color:#fff;border-color:#ff7a00}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #ff7a0066}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#333;transform:translateY(-3px)}.hero-floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.floating-icon{position:absolute;font-size:3rem;opacity:.1;animation:float 6s ease-in-out infinite}.floating-icon:nth-child(1){top:20%;left:10%;animation-delay:0s}.floating-icon:nth-child(2){top:60%;right:15%;animation-delay:2s}.floating-icon:nth-child(3){bottom:30%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}.stats-section{background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 2rem;margin-top:-100px;position:relative;z-index:3}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-card{text-align:center;padding:2rem;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease;animation:fadeInUp .8s ease-out calc(.2s + var(--index) * .1s) both}.stat-card:hover{transform:translateY(-10px)}.stat-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.stat-number{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#ffffffe6;font-size:1rem;margin:0}.stat-card:nth-child(1){--index: 0}.stat-card:nth-child(2){--index: 1}.stat-card:nth-child(3){--index: 2}.stat-card:nth-child(4){--index: 3}.main-intro{text-align:center;margin-bottom:4rem;animation:fadeInUp .8s ease-out .4s both}.intro-content h2{font-size:2.8rem;color:#333;margin-bottom:1.5rem;font-weight:700;line-height:1.3}.main-intro .highlight{color:#ff7a00;position:relative}.main-intro .highlight:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#ff7a00,#ff9500);border-radius:2px}.intro-content p{color:#666;font-size:1.2rem;max-width:800px;margin:0 auto 2rem;line-height:1.7}.intro-badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 20px;border-radius:20px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.about{margin-bottom:4rem;animation:fadeInUp .8s ease-out .6s both}.about-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center}.about-text h2{color:#333;font-size:2.2rem;margin-bottom:1.5rem;font-weight:600}.about-text p{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.about-feature{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#f8f9fa;border-radius:10px;font-weight:600;color:#333}.feature-icon{font-size:1.5rem}.about-visual{display:flex;justify-content:center}.about-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2.5rem;border-radius:15px;text-align:center;box-shadow:0 15px 35px #667eea4d;transform:rotate(5deg);transition:transform .3s ease}.about-card:hover{transform:rotate(0) scale(1.05)}.about-card h3{font-size:1.5rem;margin-bottom:1rem;font-weight:600}.about-card p{font-size:1rem;line-height:1.6;margin:0}.features{margin-bottom:4rem;animation:fadeInUp .8s ease-out .8s both}.features-header{text-align:center;margin-bottom:3rem}.features-header h2{color:#333;font-size:2.5rem;margin-bottom:1rem;font-weight:700}.features-header p{color:#666;font-size:1.2rem;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}.feature-card{background:#fff;border-radius:20px;padding:2.5rem;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;border:1px solid #f0f0f0}.feature-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:4px;background:linear-gradient(90deg,#ff7a00,#ff9500);transition:left .5s ease}.feature-card:hover:before{left:0}.feature-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 20px 40px #ff7a0033}.feature-icon{margin-bottom:1.5rem;animation:bounce 2s infinite}.feature-card h3{color:#333;font-size:1.6rem;margin-bottom:1rem;font-weight:600}.feature-card p{color:#666;margin-bottom:1.5rem;line-height:1.6;font-size:1rem}.feature-highlights{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.highlight-tag{background:#f8f9fa;color:#ff7a00;padding:5px 12px;border-radius:15px;font-size:.85rem;font-weight:600;border:1px solid #FF7A00}.feature-btn{background:linear-gradient(135deg,#ff7a00,#ff9500);color:#fff;border:none;padding:12px 30px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.feature-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ff7a0066}.testimonials{margin-bottom:4rem;animation:fadeInUp .8s ease-out 1s both}.testimonials h2{text-align:center;color:#333;font-size:2.5rem;margin-bottom:3rem;font-weight:700}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 10px 25px #0000001a;transition:transform .3s ease;border-left:4px solid #FF7A00}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-rating{margin-bottom:1rem}.star{font-size:1.2rem;margin-right:.2rem}.testimonial-card blockquote{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.testimonial-author strong{color:#333;font-size:1rem;display:block;margin-bottom:.5rem}.testimonial-author span{color:#ff7a00;font-size:.9rem;font-weight:600}.home-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:3rem 2rem;text-align:center;animation:fadeInUp .8s ease-out 1.2s both}.cta-content p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@keyframes shimmer{0%{background-position:200% center;text-shadow:0 0 5px rgba(255,215,0,.3)}50%{background-position:0% center;text-shadow:0 0 15px rgba(255,215,0,.6)}to{background-position:200% center;text-shadow:0 0 5px rgba(255,215,0,.3)}}@media (max-width: 900px){.full-company-name{font-size:1.6rem}.hero-overlay h1{font-size:3rem}.hero-overlay p{font-size:1.2rem}.stats-container{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr;gap:2rem}.about-card{transform:rotate(0)}.features-grid,.testimonials-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:100%}}@media (max-width: 600px){.hero-section{height:80vh}.full-company-name{font-size:1.3rem;padding:0 10px}.hero-overlay h1{font-size:2.5rem}.hero-overlay p{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:200px}.stats-container{grid-template-columns:1fr;gap:1.5rem}.content-container{padding:2rem .5rem}.intro-content h2{font-size:2.2rem}.features-grid{grid-template-columns:1fr;gap:2rem}.feature-card{padding:2rem 1.5rem}.testimonials-grid{grid-template-columns:1fr}.home-cta{padding:2rem 1rem}.cta-content h2{font-size:2rem}}.services-page{width:100%;margin:0;padding:0;overflow-x:hidden}.services-hero{height:400px;width:100%;position:relative;background:linear-gradient(#00000080,#00000080),url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3&w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center}.services-hero:before{content:"";position:absolute;inset:0;background:#0006}.services-hero-overlay{position:relative;z-index:2;text-align:center;padding:0 2rem;animation:fadeInUp 1s ease-out}.services-hero-overlay h1{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.4)}.services-hero-overlay p{color:#fff;font-size:1.3rem;max-width:700px;margin:0 auto;text-shadow:0 1px 2px rgba(0,0,0,.4);line-height:1.6}.services-content{max-width:1200px;margin:0 auto;padding:4rem 1rem}.services-intro{text-align:center;margin-bottom:4rem;animation:fadeInUp .8s ease-out .2s both}.services-intro h2{color:#333;font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.services-intro .highlight{color:#ff7a00;position:relative}.services-intro .highlight:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff7a00,#ff9500);border-radius:2px}.services-intro p{color:#666;font-size:1.2rem;max-width:800px;margin:0 auto;line-height:1.7}.services-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-bottom:4rem}.service-card{background:#fff;border-radius:15px;padding:2.5rem;box-shadow:0 10px 30px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;overflow:hidden;animation:fadeInUp .8s ease-out calc(.4s + var(--index) * .1s) both;border:1px solid #f0f0f0}.service-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:4px;background:linear-gradient(90deg,#ff7a00,#ff9500);transition:left .5s ease}.service-card:hover:before{left:0}.service-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 20px 40px #ff7a0033}.service-icon{margin-bottom:1.5rem;animation:bounce 2s infinite}.icon-emoji{font-size:3.5rem;display:inline-block;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 8px 20px #667eea4d}.service-card h3{color:#333;font-size:1.6rem;margin-bottom:1rem;font-weight:600}.service-card>p{color:#666;margin-bottom:2rem;line-height:1.6;font-size:1rem}.service-features{margin-bottom:2rem;text-align:left}.service-features h4{color:#ff7a00;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.service-features ul{list-style:none;padding:0}.service-features li{color:#555;margin-bottom:.5rem;padding-left:1.5rem;position:relative;font-size:.95rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#28a745;font-weight:700}.service-btn{background:linear-gradient(135deg,#ff7a00,#ff9500);color:#fff;border:none;padding:12px 30px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.service-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ff7a0066}.additional-services{margin-bottom:4rem;animation:fadeInUp .8s ease-out .6s both}.additional-services h2{text-align:center;color:#333;font-size:2.2rem;margin-bottom:2.5rem;font-weight:600}.additional-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.additional-service-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:1px solid #f0f0f0}.additional-service-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #00000026}.additional-icon{font-size:2.5rem;display:inline-block;margin-bottom:1rem;padding:15px;background:linear-gradient(135deg,#ffecd2,#fcb69f);border-radius:50%}.additional-service-card h4{color:#333;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.additional-service-card p{color:#666;line-height:1.6;font-size:.95rem}.services-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;padding:3rem 2rem;text-align:center;animation:fadeInUp .8s ease-out .8s both}.cta-content h2{color:#fff;font-size:2.2rem;margin-bottom:1rem;font-weight:600}.cta-content p{color:#ffffffe6;font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-btn{padding:12px 30px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-size:.9rem;border:2px solid transparent}.cta-btn.primary:hover{background:#e66a00;transform:translateY(-2px);box-shadow:0 5px 15px #ff7a0066}.cta-btn.secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.service-card:nth-child(1){--index: 0}.service-card:nth-child(2){--index: 1}.service-card:nth-child(3){--index: 2}@media (max-width: 900px){.services-hero{height:300px}.services-hero-overlay h1{font-size:2.8rem}.services-list{grid-template-columns:1fr;gap:2rem}.additional-services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:200px}}@media (max-width: 600px){.services-hero{height:250px}.services-hero-overlay h1{font-size:2.2rem}.services-hero-overlay p{font-size:1.1rem}.services-content{padding:2rem .5rem}.services-intro h2{font-size:2rem}.service-card{padding:2rem 1.5rem}.icon-emoji{font-size:3rem;padding:15px}.additional-services-grid{grid-template-columns:1fr}.services-cta{padding:2rem 1rem}}.contact-page{width:100%;margin:0;padding:0;overflow-x:hidden}.contact-hero{min-height:80vh;width:100%;position:relative;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;margin-top:0;padding:3rem 0;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 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.contact-hero-overlay{position:relative;z-index:2;text-align:center;padding:2rem;animation:fadeInUp 1s ease-out;width:100%;box-sizing:border-box}.hero-content h1{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3);line-height:1.2}.hero-content p{color:#ffffffe6;font-size:1.3rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;justify-content:center;align-items:center;margin-top:2rem;width:100%;max-width:1000px;margin-left:auto;margin-right:auto;padding:0 1rem;box-sizing:border-box;position:relative}.hero-stat{text-align:center;color:#fff;background:#ffffff1a;padding:2rem 1.5rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-sizing:border-box;width:100%}.stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9;text-transform:uppercase;letter-spacing:1px}.content-container{max-width:1200px;margin:0 auto;padding:4rem 1rem}.contact-main{display:flex;justify-content:center;margin-bottom:4rem;animation:fadeInUp .8s ease-out .2s both}.contact-form-section{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 15px 35px #0000001a;border:1px solid #f0f0f0;max-width:800px;width:100%}.form-header{margin-bottom:2.5rem}.form-header h2{color:#333;font-size:2.2rem;margin-bottom:1rem;font-weight:700}.form-header p{color:#666;font-size:1.1rem;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#333;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:2px solid #e1e5e9;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fafbfc;color:#333;-webkit-text-fill-color:#333333}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#ff7a00;background:#fff;box-shadow:0 0 0 3px #ff7a001a}.form-group textarea{min-height:120px;resize:vertical;line-height:1.6}.submit-btn{background:linear-gradient(135deg,#ff7a00,#ff9500);color:#fff;border:none;border-radius:12px;padding:15px 30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center;justify-content:center;gap:10px;min-width:150px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #ff7a0066}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.submit-btn.submitting{background:#999}.spinner{width:18px;height:18px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-message{background:#d4edda;color:#155724;padding:15px 20px;border-radius:10px;border:1px solid #c3e6cb;display:flex;align-items:center;gap:10px;font-weight:600;animation:slideIn .3s ease-out}.error-message{background:#f8d7da;color:#721c24;padding:15px 20px;border-radius:10px;border:1px solid #f5c6cb;display:flex;align-items:center;gap:10px;font-weight:600;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-info-section{padding:2rem}.contact-info-section h3{color:#333;font-size:1.8rem;margin-bottom:1rem;font-weight:700}.contact-info-section>p{color:#666;margin-bottom:2.5rem;line-height:1.6}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.contact-method{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 5px 15px #00000014;transition:all .3s ease;text-decoration:none;color:inherit;border:1px solid #f0f0f0}.contact-method:hover{transform:translateY(-3px);box-shadow:0 10px 25px #ff7a0026;border-color:#ff7a00}.method-icon{font-size:2rem;padding:12px;background:linear-gradient(135deg,#ffecd2,#fcb69f);border-radius:50%;min-width:60px;height:60px;display:flex;align-items:center;justify-content:center}.method-details h4{color:#333;font-size:1.1rem;margin-bottom:.3rem;font-weight:600}.method-detail{color:#ff7a00;font-weight:600;margin-bottom:.2rem}.method-description{color:#888;font-size:.9rem}.social-links{text-align:center}.social-links h4{color:#333;margin-bottom:1rem;font-weight:600}.social-icons{display:flex;gap:1rem;justify-content:center}.social-icon{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;text-decoration:none;font-size:1.2rem;transition:all .3s ease}.social-icon:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 5px 15px #667eea66}.contact-methods-section{margin-bottom:4rem;animation:fadeInUp .8s ease-out .2s both}.contact-methods-section h2{text-align:center;color:#333;font-size:2.5rem;margin-bottom:3rem;font-weight:700}.contact-methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.contact-method-card{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;text-decoration:none;color:inherit;border:2px solid transparent}.contact-method-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ff7a0033;border-color:#ff7a00}.contact-method-card .method-icon{font-size:2.5rem;padding:15px;background:linear-gradient(135deg,#ffecd2,#fcb69f);border-radius:50%;min-width:70px;height:70px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-method-card .method-content h3{color:#333;font-size:1.3rem;margin-bottom:.5rem;font-weight:600}.contact-method-card .method-detail{color:#ff7a00;font-weight:600;margin-bottom:.3rem;font-size:1rem}.contact-method-card .method-description{color:#666;font-size:.9rem;margin:0;line-height:1.4}.office-locations{margin-bottom:4rem;animation:fadeInUp .8s ease-out .3s both}.office-locations h2{text-align:center;color:#333;font-size:2.5rem;margin-bottom:3rem;font-weight:700}.offices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;max-width:800px;margin:0 auto}.office-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border-left:4px solid #FF7A00;position:relative;overflow:hidden}.office-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ff7a0033}.office-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:4px;background:linear-gradient(90deg,#ff7a00,#ff9500);transition:left .5s ease}.office-card:hover:before{left:0}.office-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.office-icon{font-size:2rem;padding:12px;background:linear-gradient(135deg,#ffecd2,#fcb69f);border-radius:50%;min-width:60px;height:60px;display:flex;align-items:center;justify-content:center}.office-header h3{color:#333;font-size:1.5rem;font-weight:600;margin:0}.office-address{color:#666;line-height:1.8}.office-address p{margin:.3rem 0;font-size:1rem}.faq-section{margin-bottom:4rem;animation:fadeInUp .8s ease-out .4s both}.faq-section h2{text-align:center;color:#333;font-size:2.5rem;margin-bottom:3rem;font-weight:700}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.faq-item{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 25px #0000001a;transition:transform .3s ease;border-left:4px solid #ff7a00}.faq-item:hover{transform:translateY(-5px)}.faq-item h3{color:#333;font-size:1.2rem;margin-bottom:1rem;font-weight:600;line-height:1.4}.faq-item p{color:#666;line-height:1.6;margin:0}.contact-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:4rem 2rem;text-align:center;animation:fadeInUp .8s ease-out .6s both;display:flex;align-items:center;justify-content:center;min-height:300px}.cta-content{max-width:800px;margin:0 auto;width:100%}.cta-content h2{color:#fff;font-size:2.5rem;margin-bottom:1.5rem;font-weight:700;line-height:1.2}.cta-content p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap}@media (max-width: 900px){.hero-content h1{font-size:2.8rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:100%;padding:0 1rem;margin:2rem auto 0}.hero-stat{padding:1.5rem 1rem;width:100%}.contact-main{margin-bottom:3rem}.offices-grid{grid-template-columns:1fr;gap:2rem}.contact-methods-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.contact-form-section{padding:2rem}.faq-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:250px}}@media (max-width: 768px){.form-group input,.form-group select,.form-group textarea{color:#000!important;-webkit-text-fill-color:#000000!important;opacity:1!important;background-color:#fff;font-weight:500}input::placeholder,textarea::placeholder{color:#888!important;opacity:1!important}input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:#000000!important}}@media (max-width: 600px){.contact-hero{min-height:auto;padding:3rem 0}.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1.1rem}.hero-stats{grid-template-columns:1fr;gap:1.5rem;align-items:center;justify-content:center;width:100%;max-width:400px;margin:2rem auto 0}.hero-stat{width:100%;max-width:300px;padding:1.5rem;justify-self:center}.content-container{padding:2rem .5rem}.office-card{padding:2rem 1.5rem}.contact-methods-grid{grid-template-columns:1fr;gap:1.5rem}.contact-method-card,.contact-form-section{padding:1.5rem}.form-header h2{font-size:1.8rem}.social-icons{gap:.5rem}.social-icon{width:40px;height:40px;font-size:1rem}.contact-cta{padding:3rem 1.5rem;min-height:250px;display:flex;align-items:center;justify-content:center}.cta-content{width:100%;text-align:center}.cta-content h2{font-size:2rem;margin-bottom:1.5rem}.cta-content p{font-size:1.1rem;margin-bottom:2rem}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}}@supports (-webkit-touch-callout: none){input,textarea,select{font-size:16px!important;color:#000!important}}@media screen and (-webkit-min-device-pixel-ratio:0){select,textarea,input{font-size:16px!important;color:#000!important;background-color:#fff!important}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:#000000!important}.portfolio-page{width:100%;margin:0;padding:0;overflow-x:hidden}.portfolio-hero{min-height:80vh;width:100%;position:relative;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;margin-top:0;padding:3rem 0;overflow:hidden}.portfolio-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.portfolio-hero-overlay{position:relative;z-index:2;text-align:center;padding:2rem;animation:fadeInUp 1s ease-out;width:100%;box-sizing:border-box}.hero-content h1{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-content p{color:#ffffffe6;font-size:1.3rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-content{width:100%;max-width:900px;margin:0 auto}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:800px;margin:0 auto;padding:0 1rem;box-sizing:border-box;width:100%}.hero-stat{text-align:center;color:#fff;padding:1.5rem;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease;box-sizing:border-box;min-width:0}.hero-stat:hover{transform:translateY(-5px)}.hero-stat .stat-icon{font-size:2rem;display:block;margin-bottom:.5rem}.hero-stat .stat-number{display:block;font-size:2rem;font-weight:700;margin-bottom:.3rem}.hero-stat .stat-label{font-size:.9rem;opacity:.9;text-transform:uppercase;letter-spacing:1px}.portfolio-container{max-width:1200px;margin:0 auto;padding:4rem 1rem}.portfolio-intro{text-align:center;margin-bottom:3rem;animation:fadeInUp .8s ease-out .2s both}.portfolio-intro h2{color:#333;font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.portfolio-intro .highlight{color:#ff7a00;position:relative}.portfolio-intro .highlight:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff7a00,#ff9500);border-radius:2px}.portfolio-intro p{color:#666;font-size:1.2rem;max-width:800px;margin:0 auto;line-height:1.7}.filter-section{margin-bottom:3rem;animation:fadeInUp .8s ease-out .4s both}.filter-section h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem;text-align:center;font-weight:600}.filter-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.filter-btn{padding:12px 25px;border:2px solid #e1e5e9;background:#fff;border-radius:25px;color:#666;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.filter-btn:hover{border-color:#ff7a00;color:#ff7a00;transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,#ff7a00,#ff9500);border-color:#ff7a00;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #ff7a004d}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-bottom:4rem}.project-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;animation:fadeInUp .8s ease-out both;border:1px solid #f0f0f0;width:100%;max-width:100%}.project-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 25px 50px #00000026}.project-image{position:relative;height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.project-card:hover .project-image img{transform:scale(1.1)}.project-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.view-details{color:#fff;font-weight:600;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px}.project-status{position:absolute;top:15px;right:15px}.status-badge{padding:5px 12px;border-radius:15px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.status-badge.completed{background:#28a745;color:#fff}.status-badge.ongoing{background:#ff7a00;color:#fff}.project-content{padding:2rem}.project-category{color:#ff7a00;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.project-content h3{color:#333;font-size:1.4rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.project-content p{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#f8f9fa;color:#555;padding:5px 12px;border-radius:15px;font-size:.8rem;font-weight:600;border:1px solid #e1e5e9}.tech-tag.more{background:#ff7a00;color:#fff;border-color:#ff7a00}.project-meta{display:flex;justify-content:space-between;gap:1rem;font-size:.85rem;color:#888}.duration,.client{display:flex;align-items:center;gap:.3rem}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease-out}.modal-content{background:#fff;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideInUp .3s ease-out}.modal-close{position:absolute;top:20px;right:20px;background:#00000080;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;cursor:pointer;z-index:10;transition:background .3s ease}.modal-close:hover{background:#000000b3}.modal-header{position:relative;height:250px;overflow:hidden}.modal-header img{width:100%;height:100%;object-fit:cover}.modal-header-content{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:2rem}.modal-header-content h2{font-size:2rem;margin-bottom:.5rem;font-weight:700}.modal-header-content p{font-size:1.1rem;line-height:1.6;margin:0}.modal-body{padding:2rem}.modal-section{margin-bottom:2rem}.modal-section h3{color:#333;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.modal-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.modal-technologies .tech-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.project-details{display:grid;gap:1rem}.detail-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:10px}.detail-item strong{color:#333;min-width:80px}.results-list{list-style:none;padding:0}.results-list li{border-bottom:1px solid #eee;position:relative;padding:.8rem 0 .8rem 2rem;color:#666;line-height:1.5}.results-list li:before{content:"✓";position:absolute;left:0;color:#28a745;font-weight:700;font-size:1.2rem}.results-list li:last-child{border-bottom:none}.portfolio-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:3rem 2rem;text-align:center;animation:fadeInUp .8s ease-out .6s both}.cta-content h2{color:#fff;font-size:2.5rem;margin-bottom:1rem;font-weight:700}.cta-content p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-btn{padding:15px 35px;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-size:1rem;border:2px solid transparent}.cta-btn.primary{background:#ff7a00;color:#fff;border-color:#ff7a00}.cta-btn.primary:hover{background:#e66a00;transform:translateY(-3px);box-shadow:0 8px 20px #ff7a0066}.cta-btn.secondary{background:transparent;color:#fff;border-color:#fff}.cta-btn.secondary:hover{background:#fff;color:#667eea;transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.hero-content h1{font-size:2.8rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.projects-grid{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.filter-buttons{flex-direction:column;align-items:center}.filter-btn{width:200px}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:250px}}@media (max-width: 768px){.portfolio-container{padding:2rem .5rem}.portfolio-hero{padding:3rem 1rem;min-height:auto}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0;max-width:100%;margin:2rem auto 0}.hero-stat{padding:1rem;min-width:0}.projects-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 .5rem}.project-card{margin:0 auto;max-width:400px}.project-content{padding:1.5rem}.project-technologies{justify-content:flex-start;gap:.3rem}.tech-tag{font-size:.75rem;padding:3px 8px}.project-meta{flex-direction:column;gap:.5rem;align-items:flex-start}}@media (max-width: 600px){.portfolio-hero{min-height:auto;padding:3rem 1rem}.hero-content h1{font-size:2.2rem;line-height:1.2;margin-top:2rem}.hero-content p{font-size:1.1rem;padding:0}.hero-stats{grid-template-columns:1fr;gap:1rem;max-width:300px;padding-bottom:2rem}.hero-stat{padding:1rem}.hero-stat .stat-number{font-size:1.8rem}.portfolio-container{padding:2rem .5rem}.portfolio-intro{padding:0 1rem}.portfolio-intro h2{font-size:2rem;line-height:1.2}.portfolio-intro p{font-size:1rem;padding:0 .5rem}.filter-section{padding:0 1rem}.filter-buttons{gap:.5rem}.filter-btn{width:100%;max-width:280px;font-size:.85rem;padding:10px 20px}.projects-grid{grid-template-columns:1fr;gap:1.5rem;padding:0}.project-card{margin:0;max-width:100%;border-radius:15px}.project-image{height:180px}.project-content{padding:1.2rem}.project-content h3{font-size:1.2rem;line-height:1.3}.project-content p{font-size:.9rem;line-height:1.5}.project-technologies{gap:.3rem;margin-bottom:1rem}.tech-tag{font-size:.7rem;padding:2px 6px}.project-meta{font-size:.8rem;flex-direction:column;gap:.3rem}.modal-overlay{padding:.5rem}.modal-content{border-radius:15px;max-height:95vh}.modal-header{height:180px}.modal-header-content{padding:1rem}.modal-header-content h2{font-size:1.3rem;line-height:1.2}.modal-header-content p{font-size:.9rem}.modal-body{padding:1rem}.modal-section h3{font-size:1.1rem}.detail-item{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.8rem}.detail-item strong{min-width:auto}.portfolio-cta{padding:2rem 1rem;margin:0 .5rem;border-radius:15px}.cta-content h2{font-size:1.8rem;line-height:1.2}.cta-content p{font-size:1rem;padding:0 .5rem}.cta-buttons{gap:1rem}.cta-btn{width:100%;max-width:280px;font-size:.9rem;padding:12px 25px}}@media (max-width: 480px){.portfolio-hero{min-height:auto;padding:2rem .5rem}.portfolio-hero-overlay{padding:1rem .5rem;width:100%;box-sizing:border-box}.hero-content h1{font-size:1.8rem;margin-top:1.5rem}.hero-content p{font-size:1rem;padding:0;margin-bottom:2rem}.hero-stats{grid-template-columns:1fr;gap:1rem;max-width:100%;margin:0 auto 1rem;padding:0 .5rem 1rem}.hero-stat{padding:1rem .8rem;margin:0 auto;max-width:250px;min-width:0}.hero-stat .stat-number{font-size:1.5rem}.hero-stat .stat-label{font-size:.8rem}.portfolio-intro h2{font-size:1.6rem}.portfolio-intro p{font-size:.95rem}.project-card{border-radius:12px}.project-image{height:160px}.project-content{padding:1rem}.project-content h3{font-size:1.1rem}.tech-tag{font-size:.65rem}.cta-content h2{font-size:1.5rem}.filter-btn{font-size:.8rem;padding:8px 16px}}@media (max-width: 360px){.portfolio-hero,.portfolio-hero-overlay{padding:0 .5rem}.hero-content h1{font-size:1.5rem}.hero-content p{font-size:.9rem;padding:0}.hero-stats{gap:.6rem;padding:0}.hero-stat{padding:.8rem .6rem;max-width:200px}.hero-stat .stat-number{font-size:1.3rem}.hero-stat .stat-label{font-size:.75rem}}#root{min-height:100vh;display:flex;flex-direction:column;width:100%;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{margin:0;padding:0;font-family:Segoe UI,Roboto,Arial,sans-serif;background:#f8f9fa;color:#222;min-height:100vh;width:100%;overflow-x:hidden}main{min-height:80vh;width:100%;overflow-x:hidden;box-sizing:border-box}@media (max-width: 700px){body{font-size:.98rem}main{min-height:70vh;padding-bottom:2.5rem}}
