.navbar{background:#fff;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:1000}.navbar-content{display:flex;justify-content:space-between;align-items:center;padding:.75rem 5%;height:100px;max-width:1400px;margin:0 auto}.brand-logo{height:70px;width:auto;object-fit:contain;display:block}.nav-links{display:flex;gap:2rem;align-items:center;list-style:none;margin:0;padding:0}.nav-links a{text-decoration:none;font-weight:500;font-size:14px;color:#1a1a2e;transition:color .3s}.nav-links a:hover{color:#ff6b1a}.btn-nav{background:linear-gradient(135deg,#ff6b1a,#e65d0f);color:#fff;border:none;padding:10px 24px;border-radius:40px;font-weight:600;font-size:13px;cursor:pointer;transition:all .3s;white-space:nowrap}.btn-nav:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ff6b1a4d}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px}@media (max-width: 1024px){.mobile-menu-btn{display:block}.nav-links{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;justify-content:center;gap:2rem;transition:right .3s ease;box-shadow:-2px 0 20px #0000001a;z-index:999}.nav-links.active{right:0}.nav-links li{width:100%;text-align:center}.nav-links a{font-size:16px;display:block;padding:10px}.btn-nav{display:none}}@media (max-width: 768px){.brand-logo{height:50px}.navbar-content{padding:.5rem 5%}}.logo-section{display:flex;align-items:center;min-width:480px}.logo-img{width:100px;height:auto;object-fit:contain}.logo-divider{width:1px;height:60px;background:#d8d8d8;margin:0 15px}.logo-text h2{margin:0;font-size:16px;font-weight:700;color:#111}.logo-text h3{margin:0;font-size:13px;font-weight:700;color:#111}.logo-text span{display:block;margin-top:4px;font-size:10px;color:#ff6b35}.nav-links a{text-decoration:none}.brand{display:flex;align-items:center;flex-shrink:0}.brand-logo{height:60px;width:auto;object-fit:contain;display:block}.hero{position:relative;height:115vh;min-height:600px;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#04244eeb,#04244ed9 25%,#04244e4d 55%,#04244e00)}.hero-inner{position:relative;z-index:2;max-width:1400px;width:100%;margin:0 auto;padding:60px 50px 80px;height:100%;display:flex;flex-direction:column;justify-content:center}.hero-content{max-width:800px}.hero-tag{display:inline-block;color:#ff6b1a;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:18px;background:#ff6b1a1f;padding:5px 14px;border-radius:30px}.hero-content h1{color:#fff;font-size:52px;font-weight:800;line-height:1.2;margin-bottom:16px}.hero-content p{color:#ffffffe6;font-size:17px;line-height:1.5;max-width:560px;margin-bottom:28px}.hero-buttons{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.btn-orange{background:#ff6b1a;color:#fff;border:none;padding:12px 28px;font-size:14px;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;border-radius:40px}.btn-orange:hover{background:#e65d0f;transform:translateY(-2px);box-shadow:0 5px 15px #ff6b1a4d}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.8);padding:12px 28px;font-size:14px;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;border-radius:40px}.btn-outline:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);background:#00193cd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:14px;border:1px solid rgba(255,255,255,.1);margin-top:50px;max-width:950px}.stat-box{display:flex;align-items:center;gap:14px;padding:20px 24px;transition:all .3s ease}.stat-box:not(:last-child){border-right:1px solid rgba(255,255,255,.1)}.stat-box svg{color:#ff6b1a;flex-shrink:0;width:30px;height:30px}.stat-box h3{margin:0;color:#fff;font-size:24px;font-weight:800;line-height:1.2}.stat-box span{display:block;margin-top:3px;color:#ffffffb3;font-size:12px;font-weight:500}@media (max-width: 1024px){.hero{height:auto;min-height:550px}.hero-inner{padding:50px 40px 70px}.hero-content h1{font-size:42px}.hero-content{max-width:550px}.hero-stats{max-width:100%;margin-top:40px}.stat-box{padding:18px}.stat-box h3{font-size:20px}.stat-box svg{width:26px;height:26px}}@media (max-width: 768px){.hero{height:auto;min-height:auto}.hero-overlay{background:linear-gradient(to right,#04244ef2,#04244ed9,#04244eb3)}.hero-inner{padding:40px 24px 50px}.hero-content{max-width:100%;text-align:center}.hero-tag{font-size:12px}.hero-content h1{font-size:32px}.hero-content p{font-size:16px;max-width:100%}.hero-buttons{justify-content:center}.btn-orange,.btn-outline{padding:10px 22px;font-size:13px}.hero-stats{grid-template-columns:1fr;border-radius:12px;margin-top:35px}.stat-box{padding:14px 20px;justify-content:center}.stat-box:not(:last-child){border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.stat-box h3{font-size:20px}}@media (max-width: 480px){.hero-inner{padding:30px 20px 40px}.hero-content h1{font-size:28px}.hero-buttons{flex-direction:column;width:100%}.btn-orange,.btn-outline{width:100%;text-align:center}.stat-box{padding:12px 16px}}.about{width:100%;background:linear-gradient(135deg,#f8f9fa,#fff);padding:100px 0;position:relative;overflow:hidden}.about:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,107,53,.05) 0%,transparent 70%);border-radius:50%;pointer-events:none}.about:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(26,58,82,.04) 0%,transparent 70%);border-radius:50%;pointer-events:none}.about-container{max-width:1280px;margin:0 auto;padding:0 5%;position:relative;z-index:1}.about-wrapper{display:flex;justify-content:center}.about-text{max-width:1000px;text-align:center}.about-subtitle{display:inline-block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#ff6b35;background:#ff6b351a;padding:6px 16px;border-radius:30px;margin-bottom:20px;animation:fadeInDown .6s ease-out}.about h2{color:#1a3a52;font-size:38px;font-weight:700;margin-bottom:30px;position:relative;display:inline-block;animation:fadeInUp .6s ease-out .1s both}.about h2 .highlight{color:#ff6b35;position:relative;display:inline-block}.about h2 .highlight:after{content:"";position:absolute;bottom:5px;left:0;right:0;height:8px;background:#ff6b3533;z-index:-1}.about-description{font-size:17px;line-height:1.8;color:#555;margin-bottom:25px;max-width:900px;margin-left:auto;margin-right:auto;animation:fadeInUp .6s ease-out .2s both}.about-description-last{margin-bottom:50px}.industries-section{margin:40px 0 30px;animation:fadeInUp .6s ease-out .25s both}.industries-title{color:#1a3a52;font-size:24px;font-weight:700;margin-bottom:25px;position:relative;display:inline-block}.industries-title:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff6b35,transparent);border-radius:2px}.industries-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px}.industry-item{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:8px 18px;border-radius:40px;box-shadow:0 2px 8px #0000000d;border:1px solid #eef2f6;transition:all .3s ease;font-size:14px;color:#1a3a52;font-weight:500}.industry-item svg{color:#ff6b35}.industry-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff6b351f;border-color:#ff6b354d}.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:20px}.about-stat-item{display:flex;align-items:center;gap:16px;background:#fff;padding:20px;border-radius:16px;box-shadow:0 5px 20px #0000000d;transition:all .3s ease;text-align:left;opacity:1;transform:translateY(0);animation:slideUpFade .6s ease-out forwards}.about-stat-item:nth-child(1){animation-delay:.3s}.about-stat-item:nth-child(2){animation-delay:.4s}.about-stat-item:nth-child(3){animation-delay:.5s}.about-stat-item:nth-child(4){animation-delay:.6s}.about-stat-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #ff6b351a}.about-stat-item svg{color:#ff6b35;flex-shrink:0;stroke-width:1.5;transition:transform .3s ease}.about-stat-item:hover svg{transform:scale(1.1)}.about-stat-item h4{margin:0;font-size:28px;font-weight:700;color:#1a3a52;line-height:1.2}.about-stat-item span{font-size:13px;color:#777;display:block;margin-top:4px}.counter{display:inline-block}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.about{padding:80px 0}.about h2{font-size:32px}.about-stats-grid{gap:20px}.about-stat-item{padding:16px}.about-stat-item h4,.industries-title{font-size:22px}.industry-item{padding:6px 14px;font-size:13px}}@media (max-width: 768px){.about{padding:60px 0}.about h2{font-size:28px}.about-description{font-size:15px;line-height:1.7}.about-stats-grid{grid-template-columns:repeat(2,1fr);gap:15px}.about-stat-item{padding:14px}.about-stat-item h4{font-size:20px}.about-stat-item svg{width:28px;height:28px}.industries-title{font-size:20px}.industries-grid{gap:10px}.industry-item{padding:6px 12px;font-size:12px}}@media (max-width: 480px){.about{padding:50px 0}.about h2{font-size:24px}.about-subtitle{font-size:11px}.about-description{font-size:14px}.about-stats-grid{grid-template-columns:1fr;gap:12px}.about-stat-item{padding:12px 16px}.about-stat-item h4,.industries-title{font-size:18px}.industries-grid{gap:8px}.industry-item{padding:5px 10px;font-size:11px}.industry-item svg{width:14px;height:14px}}.industries-list{max-width:700px;margin:10px auto 20px;text-align:left}.industries-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 30px;list-style:none;padding:0;margin:0}.industries-columns li{position:relative;padding-left:20px;font-size:15px;color:#555;line-height:1.6}.industries-columns li:before{content:"•";color:#ff6b35;font-size:18px;font-weight:700;position:absolute;left:0;top:-1px}.about-description-last{margin-top:25px;margin-bottom:50px}@media (max-width: 768px){.industries-columns{grid-template-columns:1fr;gap:8px}.industries-columns li{font-size:14px}}.industries{width:100%;background:linear-gradient(135deg,#f9f9f9,#fff);padding:80px 0;position:relative}.section-subtitle{display:inline-block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:#ff6b35;background:#ff6b351a;padding:6px 18px;border-radius:30px;margin-bottom:20px;animation:fadeInDown .6s ease-out}.section-header h2{font-size:38px;font-weight:700;color:#1a3a52;margin-bottom:16px;position:relative;display:inline-block}.section-header h2 .highlight:after{content:"";position:absolute;bottom:5px;left:0;right:0;height:8px;background:#ff6b3533;z-index:-1}.industries-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.industry-card{background:#fff;border-radius:20px;text-align:center;transition:all .3s ease;border:1px solid #eee;overflow:hidden;box-shadow:0 2px 8px #0000000d;animation:fadeInUp .5s ease-out forwards;opacity:0;transform:translateY(20px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.industry-card:hover{border-color:#ff6b35;transform:translateY(-8px);box-shadow:0 15px 30px #ff6b3526}.industry-image-wrapper{position:relative;width:100%;height:220px;overflow:hidden;background:#f0f0f0}.industry-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.industry-card:hover .industry-image{transform:scale(1.08)}.industry-icon{display:flex;align-items:center;justify-content:center;margin:18px 0 10px;transition:transform .3s ease;color:#ff6b35}.industry-icon svg{width:42px;height:42px}.industry-card:hover .industry-icon{transform:scale(1.1) rotate(5deg)}.industry-card p{font-size:16px;font-weight:700;color:#1a3a52;margin-bottom:25px;padding:0 10px}.industry-card:nth-child(1){animation-delay:.05s}.industry-card:nth-child(2){animation-delay:.1s}.industry-card:nth-child(3){animation-delay:.15s}.industry-card:nth-child(4){animation-delay:.2s}.industry-card:nth-child(5){animation-delay:.25s}.industry-card:nth-child(6){animation-delay:.3s}.industry-card:nth-child(7){animation-delay:.35s}.industry-card:nth-child(8){animation-delay:.4s}.industry-card:nth-child(9){animation-delay:.45s}.industry-card:nth-child(10){animation-delay:.5s}@media (max-width: 1100px){.industries-grid{grid-template-columns:repeat(3,1fr);gap:25px}.industry-image-wrapper{height:200px}}@media (max-width: 768px){.industries{padding:60px 0}.section-header h2{font-size:28px}.industries-grid{grid-template-columns:repeat(2,1fr);gap:20px}.industry-image-wrapper{height:180px}.industry-icon{margin:15px 0 8px}.industry-icon svg{width:34px;height:34px}.industry-card p{font-size:14px;margin-bottom:20px}}@media (max-width: 480px){.industries-grid{grid-template-columns:repeat(2,1fr);gap:15px}.industry-image-wrapper{height:140px}.industry-icon{margin:12px 0 6px}.industry-icon svg{width:28px;height:28px}.industry-card p{font-size:12px;margin-bottom:15px}}.services{width:100%;background:linear-gradient(135deg,#f8f9fa,#fff);padding:80px 0;position:relative;overflow:hidden}.container{max-width:1400px;margin:0 auto;padding:0 5%}.section-subtitle{display:inline-block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:#ff6b35;background:#ff6b351a;padding:6px 18px;border-radius:30px;margin-bottom:20px}.section-header h2{font-size:38px;font-weight:700;color:#1a3a52;margin-bottom:16px}.section-header h2 .highlight{color:#ff6b35;position:relative}.section-description{font-size:16px;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.services-main-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:60px}.service-card-with-image{background:#fff;border-radius:20px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 20px #0000000d;border:1px solid #eee;width:100%;min-width:0}.service-card-with-image:hover{transform:translateY(-8px);box-shadow:0 15px 35px #ff6b3526;border-color:#ff6b35}.service-image-wrapper{position:relative;width:100%;height:280px;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);display:flex;align-items:center;justify-content:center}.service-image{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .5s ease;padding:15px;background:#fafafa}.service-card-with-image:hover .service-image{transform:scale(1.05)}.service-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ff6b35e6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;opacity:0;transition:opacity .3s ease;color:#fff}.service-overlay span{font-size:14px;font-weight:500}.service-card-with-image:hover .service-overlay{opacity:1}.service-card-with-image h3{font-size:18px;font-weight:700;color:#1a3a52;padding:20px 15px;margin:0;text-align:center;line-height:1.4;min-height:85px;display:flex;align-items:center;justify-content:center}.stage-wise-section{margin-bottom:60px;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px;padding:45px;border:1px solid #eee}.stage-wise-title{font-size:32px;font-weight:700;color:#1a3a52;margin-bottom:40px;text-align:center;position:relative}.stage-wise-title:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(90deg,#ff6b35,#ff8c5a);border-radius:2px}.stage-wise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.stage-wise-card{background:#fff;padding:30px 25px;border-radius:16px;border:1px solid #e0e0e0;transition:all .3s ease;position:relative;overflow:hidden;text-align:center;cursor:default}.stage-wise-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ff6b351f;border-color:#ff6b35}.stage-wise-number{font-size:48px;font-weight:800;color:#ff6b35;opacity:.12;position:absolute;top:10px;right:15px}.stage-wise-card h4{font-size:17px;font-weight:600;color:#1a3a52;margin-bottom:12px;padding-right:35px;line-height:1.4}.products-inspect-section{margin-top:30px}.products-inspect-title{font-size:32px;font-weight:700;color:#1a3a52;margin-bottom:40px;text-align:center;position:relative}.products-inspect-title:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(90deg,#ff6b35,#ff8c5a);border-radius:2px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-card{background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000d;height:auto;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a;border-color:#ff6b35}.product-image-wrapper{position:relative;width:100%;height:200px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.product-image{width:100%;height:100%;object-fit:contain;padding:15px;transition:transform .5s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ff6b35e6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;opacity:0;transition:opacity .3s ease;color:#fff}.product-overlay span{font-size:12px;font-weight:500}.product-card:hover .product-overlay{opacity:1}.product-card h4{font-size:15px;font-weight:600;color:#1a3a52;margin:0;padding:15px 12px;min-height:70px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.3}.product-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.product-modal-container{position:relative;width:auto;max-width:950px;min-width:300px;background:#fff;border-radius:24px;animation:modalSlideUp .4s ease;box-shadow:0 25px 50px #0000004d;overflow:hidden}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.product-modal-close{position:absolute;top:15px;right:15px;width:38px;height:38px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 10px #00000026;transition:all .3s ease}.product-modal-close:hover{background:#ff6b35;color:#fff;transform:rotate(90deg)}.product-modal-content{display:flex;flex-direction:column}.product-modal-image{width:100%;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);display:flex;align-items:center;justify-content:center;padding:35px}.product-modal-image img{width:auto;max-width:100%;height:auto;max-height:380px;object-fit:contain}.product-modal-info{padding:0 40px 40px;text-align:center}.product-modal-info h2{font-size:28px;color:#1a3a52;margin-bottom:18px;font-weight:700;margin-top:0}.product-modal-info p{font-size:16px;color:#555;line-height:1.7;margin-bottom:28px;margin-top:0}.product-enquiry-btn{background:linear-gradient(135deg,#ff6b35,#ff8c5a);color:#fff;border:none;padding:15px 35px;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d}.product-enquiry-btn:hover{transform:translateY(-3px);gap:15px;box-shadow:0 6px 20px #ff6b3566}@media (max-width: 1100px){.services-main-grid{gap:25px}.service-image-wrapper{height:250px}.products-grid{gap:25px}.product-image-wrapper{height:180px}}@media (max-width: 992px){.services-main-grid,.stage-wise-grid,.products-grid{grid-template-columns:repeat(2,1fr);gap:25px}.service-image-wrapper{height:230px}.service-card-with-image h3{font-size:16px;min-height:75px}.product-image-wrapper{height:170px}.product-card h4{font-size:14px}.product-modal-container{max-width:800px}.product-modal-image{padding:30px}.product-modal-image img{max-height:350px}.product-modal-info{padding:0 35px 35px}.product-modal-info h2{font-size:26px}.product-modal-info p{font-size:15px}}@media (max-width: 768px){.services{padding:60px 0}.section-header h2{font-size:28px}.services-main-grid{grid-template-columns:1fr;gap:25px}.service-image-wrapper{height:260px}.service-card-with-image h3{font-size:17px;min-height:auto;padding:18px 15px}.stage-wise-section{padding:30px}.stage-wise-title{font-size:26px}.stage-wise-grid{grid-template-columns:1fr;gap:20px}.stage-wise-card{padding:22px 20px}.stage-wise-card h4{font-size:15px;padding-right:35px}.stage-wise-number{font-size:40px}.products-inspect-title{font-size:26px}.products-grid{grid-template-columns:1fr;gap:20px}.product-image-wrapper{height:200px}.product-card h4{font-size:15px;padding:15px 12px}.product-modal-overlay{padding:15px}.product-modal-container{max-width:500px}.product-modal-image{padding:25px}.product-modal-image img{max-height:280px}.product-modal-info{padding:0 30px 30px}.product-modal-info h2{font-size:24px}.product-modal-info p{font-size:14px;line-height:1.6;margin-bottom:22px}.product-enquiry-btn{padding:13px 30px;font-size:15px}.product-modal-close{width:36px;height:36px;top:12px;right:12px}}@media (max-width: 480px){.service-image-wrapper{height:220px}.service-card-with-image h3{font-size:16px}.stage-wise-title{font-size:22px}.stage-wise-card{padding:18px 15px}.stage-wise-card h4{font-size:14px}.stage-wise-number{font-size:32px}.products-inspect-title{font-size:22px}.product-image-wrapper{height:180px}.product-card h4{font-size:14px}.product-modal-container{max-width:95%}.product-modal-image{padding:20px}.product-modal-image img{max-height:220px}.product-modal-info{padding:0 22px 22px}.product-modal-info h2{font-size:22px;margin-bottom:12px}.product-modal-info p{font-size:13px;margin-bottom:18px}.product-enquiry-btn{padding:10px 24px;font-size:13px}.product-modal-close{width:32px;height:32px;top:10px;right:10px}}.why-choose{position:relative;width:100%;background:linear-gradient(135deg,#122a3c,#263760,#242e65);color:#fff;padding:100px 0;overflow:hidden}.why-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#ffffff0d,#fff0);pointer-events:none}.why-choose:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,transparent)}.why-choose:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,rgba(0,0,0,.1),transparent);pointer-events:none}.why-stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:60px;padding:30px 40px;background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255,255,255,.1);animation:fadeInUp .6s ease-out .3s both}.why-stat{display:flex;align-items:center;gap:18px;padding:10px;transition:all .3s ease;position:relative}.why-stat:after{content:"";position:absolute;right:-15px;top:50%;transform:translateY(-50%);width:1px;height:50px;background:#ffffff26}.why-stat:last-child:after{display:none}.why-stat:hover{transform:translate(5px)}.why-stat-icon{width:55px;height:55px;display:flex;align-items:center;justify-content:center;background:#ff6b3533;border-radius:50%;transition:all .3s ease}.why-stat:hover .why-stat-icon{background:#ff6b3559;transform:scale(1.1)}.why-stat-icon svg{color:#ff6b35}.why-stat-info h3{font-size:32px;font-weight:800;margin:0;color:#fff;line-height:1.2}.why-stat-info span{font-size:13px;color:#ffffffbf;display:block;margin-top:5px}.reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:20px}.reason-card{background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:all .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;position:relative;animation:fadeInUp .6s ease-out forwards;opacity:0;animation-fill-mode:forwards}.reason-card:nth-child(1){animation-delay:.4s}.reason-card:nth-child(2){animation-delay:.5s}.reason-card:nth-child(3){animation-delay:.6s}.reason-card:nth-child(4){animation-delay:.7s}.reason-card:nth-child(5){animation-delay:.8s}.reason-card:nth-child(6){animation-delay:.9s}.reason-card-inner{padding:35px 25px;text-align:center;position:relative;z-index:2}.reason-card:before{content:"";position:absolute;top:0;left:0;right:0;height:0;transition:height .4s ease;z-index:0}.reason-card:hover:before{height:100%}.reason-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0003}.reason-icon-wrapper{width:80px;height:80px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:#ff6b3526;border-radius:50%;transition:all .3s ease;position:relative}.reason-icon-wrapper:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;background:#ff6b35;opacity:0;transform:scale(.8);transition:all .3s ease}.reason-card:hover .reason-icon-wrapper:before{opacity:.2;transform:scale(1)}.reason-card:hover .reason-icon-wrapper{transform:scale(1.08);background:#ff6b3540}.reason-icon-wrapper svg{color:#ff6b35}.reason-card h3{color:#fff;font-size:17px;margin-bottom:12px;font-weight:700;transition:color .3s ease}.reason-card:hover h3{color:#ff6b35}.reason-card p{color:#ffffffbf;font-size:13px;line-height:1.5;margin:0;transition:color .3s ease}.reason-card:hover p{color:#ffffffe6}.reason-hover-line{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:3px;background:linear-gradient(90deg,#ff6b35,#ff9a56);transition:width .4s ease}.reason-card:hover .reason-hover-line{width:50%}.counter{display:inline-block;animation:countUp .3s ease-out}@keyframes countUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width: 1024px){.why-choose{padding:80px 0}.why-stats-bar{gap:20px;padding:25px 30px}.why-stat:after{right:-10px}.why-stat-info h3{font-size:28px}.reasons-grid{gap:25px}.reason-card-inner{padding:30px 20px}.reason-icon-wrapper{width:70px;height:70px}.reason-icon-wrapper svg{width:36px;height:36px}.reason-card h3{font-size:15px}.reason-card p{font-size:12px}}@media (max-width: 900px){.reasons-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width: 768px){.why-choose{padding:60px 0}.section-header{margin-bottom:40px}.section-header h2{font-size:28px}.section-description{font-size:14px}.why-stats-bar{grid-template-columns:repeat(2,1fr);gap:20px;padding:20px;margin-bottom:40px}.why-stat:after{display:none}.why-stat{justify-content:center}.why-stat-icon{width:48px;height:48px}.why-stat-icon svg{width:26px;height:26px}.why-stat-info h3{font-size:24px}.why-stat-info span{font-size:11px}.reasons-grid{grid-template-columns:1fr;gap:20px}.reason-card-inner{padding:30px 25px}.reason-icon-wrapper{width:75px;height:75px}.reason-card h3{font-size:17px}}@media (max-width: 480px){.why-choose{padding:50px 0}.section-header h2{font-size:24px}.section-subtitle{font-size:11px}.why-stats-bar{grid-template-columns:1fr;gap:15px}.why-stat{justify-content:flex-start;padding:10px 15px}.reason-card-inner{padding:25px 20px}.reason-icon-wrapper{width:65px;height:65px}.reason-icon-wrapper svg{width:32px;height:32px}.reason-card h3{font-size:16px}.reason-card p{font-size:13px}}.certifications{width:100%;background:linear-gradient(135deg,#f8f9fa,#fff);padding:60px 0}.container{max-width:1280px;margin:0 auto;padding:0 5%}.certifications-top{margin-bottom:60px;padding-bottom:40px;border-bottom:2px solid rgba(255,107,53,.2)}.section-header{text-align:center;margin-bottom:40px}.section-header h2{font-size:32px;font-weight:700;color:#000;position:relative;display:inline-block;padding-bottom:15px}.section-header h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:70px;height:3px;background:#ff6b35}.section-header h2 .dark{color:#000}.section-header h2 .highlight{color:#ff6b35}.certifications-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:20px}.cert-item{background:#fff;border-radius:12px;padding:25px 15px;text-align:center;transition:all .3s ease;box-shadow:0 2px 10px #0000000d;border:1px solid #eee}.cert-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #ff6b351a;border-color:#ff6b35}.cert-image-wrapper{width:80px;height:80px;margin:0 auto 15px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:12px;padding:10px}.cert-image{width:60px;height:60px;object-fit:contain}.cert-item h3{font-size:20px;font-weight:800;color:#1a3a52;margin-bottom:8px;letter-spacing:.5px}.cert-subtitle{font-size:11px;color:#ff6b35;margin:0;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.certifications-bottom{padding-top:20px}.process-header{text-align:center;margin-bottom:35px}.process-subtitle{display:inline-block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#ff6b35;background:#ff6b351a;padding:4px 12px;border-radius:20px;margin-bottom:10px}.process-header h3{font-size:28px;font-weight:700;color:#1a3a52;margin:0}.process-header h3 .highlight{color:#ff6b35}.process-steps-horizontal{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.process-step-horizontal{flex:1;text-align:center;position:relative;background:#f8f9fa;border-radius:10px;padding:15px 8px;transition:all .3s ease;border:1px solid #eee;min-width:100px}.process-step-horizontal:hover{transform:translateY(-3px);border-color:#ff6b35;background:#fff;box-shadow:0 5px 15px #ff6b351a}.step-number-circle{width:36px;height:36px;background:#ff6b35;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.step-number-circle span{font-size:14px;font-weight:700;color:#fff}.process-step-horizontal h4{font-size:11px;font-weight:600;color:#333;margin:0;line-height:1.4}.step-arrow{position:absolute;right:-12px;top:50%;transform:translateY(-50%);font-size:18px;color:#ff6b35;font-weight:700}.process-step-horizontal:last-child .step-arrow{display:none}@media (max-width: 1100px){.certifications-grid{grid-template-columns:repeat(4,1fr);gap:20px}.process-steps-horizontal{flex-wrap:wrap;justify-content:center}.process-step-horizontal{min-width:120px;flex:auto}.step-arrow{display:none}}@media (max-width: 768px){.certifications{padding:40px 0}.certifications-top{margin-bottom:40px;padding-bottom:30px}.section-header h2{font-size:24px}.certifications-grid{grid-template-columns:repeat(2,1fr);gap:15px}.cert-item{padding:20px 12px}.cert-image-wrapper{width:70px;height:70px}.cert-image{width:50px;height:50px}.cert-item h3{font-size:18px}.process-header h3{font-size:22px}.process-steps-horizontal{gap:15px}.process-step-horizontal{min-width:100%;padding:12px;display:flex;align-items:center;gap:15px;text-align:left}.step-number-circle{margin:0}.process-step-horizontal h4{font-size:13px}.step-arrow{display:none}}@media (max-width: 480px){.certifications-grid{grid-template-columns:1fr;gap:12px}.cert-item{display:flex;align-items:center;gap:15px;text-align:left;padding:15px}.cert-image-wrapper{margin:0;width:60px;height:60px}.cert-image{width:45px;height:45px}.cert-item h3{font-size:16px;margin-bottom:4px}.section-header h2{font-size:20px}.process-step-horizontal{padding:10px}}.process{width:100%;background-color:#fff;padding:80px 0}.process h2{position:relative;padding-bottom:30px;margin-bottom:30px}.process h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:#ff6b35}.process-intro{text-align:center;color:#666;font-size:16px;animation:fadeInUp .8s ease-out}.contact{position:relative;width:100%;background:linear-gradient(135deg,#122a3c,#263760,#242e65);color:#fff;padding:100px 0;overflow:hidden}.contact-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#ffffff08,#0000001a);pointer-events:none}.contact:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#ff6b35,transparent)}.contact:after{content:"✉";position:absolute;bottom:30px;right:30px;font-size:150px;color:#ff6b3508;pointer-events:none;font-family:monospace}.section-header{text-align:center;margin-bottom:60px}.section-subtitle{display:inline-block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:#ff6b35;background:#ff6b351f;padding:6px 18px;border-radius:30px;margin-bottom:20px;animation:fadeInDown .6s ease-out}.section-header h2{font-size:38px;font-weight:700;color:#fff;margin-bottom:16px;position:relative;display:inline-block;animation:fadeInUp .6s ease-out .1s both}.section-header h2 .highlight{color:#ff6b35;position:relative;display:inline-block}.section-header h2 .highlight:after{content:"";position:absolute;bottom:5px;left:0;right:0;height:8px;background:#ff6b3540;z-index:-1}.section-description{font-size:16px;color:#fffc;max-width:600px;margin:0 auto;line-height:1.6;animation:fadeInUp .6s ease-out .2s both}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:20px}.contact-info{animation:fadeInLeft .8s ease-out}.info-card{background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;border:1px solid rgba(255,255,255,.1);padding:40px;transition:all .3s ease;height:100%}.info-card:hover{transform:translateY(-5px);border-color:#ff6b354d;box-shadow:0 20px 40px #0003}.info-header{margin-bottom:35px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.info-header h3{font-size:24px;font-weight:700;margin-bottom:10px;color:#fff}.info-header p{font-size:14px;color:#ffffffb3}.info-items{display:flex;flex-direction:column;gap:25px;margin-bottom:35px}.info-item{display:flex;align-items:flex-start;gap:18px;transition:transform .3s ease}.info-item:hover{transform:translate(8px)}.info-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ff6b3526;border-radius:12px;transition:all .3s ease;flex-shrink:0}.info-item:hover .info-icon{background:#ff6b354d;transform:scale(1.1)}.info-icon svg{color:#ff6b35;stroke-width:1.5}.info-content h4{font-size:16px;font-weight:700;margin-bottom:6px;color:#ff6b35}.info-content p{font-size:14px;color:#ffffffd9;line-height:1.6;margin:0}.info-content a{color:#ffffffd9;text-decoration:none;transition:color .3s ease}.info-content a:hover{color:#ff6b35}.clients-only-section{margin:30px 0;padding:25px;background:linear-gradient(135deg,#ff6b351a,#ff6b350d);border-radius:20px;border:1px solid rgba(255,107,53,.2);transition:all .3s ease}.clients-only-section:hover{transform:translateY(-3px);border-color:#ff6b3566;box-shadow:0 10px 25px #ff6b3526}.clients-badge{display:inline-flex;align-items:center;gap:8px;background:#ff6b3533;padding:6px 14px;border-radius:30px;margin-bottom:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ff6b35}.clients-badge svg{color:#ff6b35}.linkedin-connect{display:flex;align-items:center;gap:20px}.linkedin-icon-wrapper{width:65px;height:65px;display:flex;align-items:center;justify-content:center;background:#0a66c2;border-radius:50%;transition:all .3s ease;box-shadow:0 5px 15px #0a66c24d;flex-shrink:0}.linkedin-connect:hover .linkedin-icon-wrapper{transform:scale(1.1);box-shadow:0 8px 25px #0a66c280}.linkedin-icon-wrapper svg{color:#fff}.linkedin-content h4{font-size:16px;font-weight:700;margin-bottom:6px;color:#fff}.linkedin-content p{font-size:13px;color:#ffffffb3;margin-bottom:12px;line-height:1.4}.linkedin-btn{display:inline-flex;align-items:center;gap:8px;background:#0a66c2;color:#fff;padding:10px 20px;border-radius:40px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.linkedin-btn svg{color:#fff}.linkedin-btn:hover{background:#005e9e;transform:translate(5px);box-shadow:0 5px 15px #0a66c266}.social-links h4{font-size:16px;font-weight:600;margin-bottom:15px;color:#fff}.social-icons{display:flex;gap:15px;flex-wrap:wrap}.social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;transition:all .3s ease;color:#fff;text-decoration:none}.social-icon.facebook:hover{background:#1877f2;color:#fff}.social-icon.twitter:hover{background:#1da1f2;color:#fff}.social-icon.linkedin:hover{background:#0a66c2;color:#fff}.social-icon.instagram:hover{background:#e4405f;color:#fff}.contact-form{animation:fadeInRight .8s ease-out}.form-card{background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;border:1px solid rgba(255,255,255,.1);padding:40px;transition:all .3s ease;height:100%}.form-card:hover{border-color:#ff6b354d;box-shadow:0 20px 40px #0003}.form-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:30px;text-align:center}.form-header svg{color:#ff6b35;stroke-width:1.5}.form-header h3{font-size:22px;font-weight:700;margin:0;color:#fff}form{display:flex;flex-direction:column;gap:20px}.form-group{width:100%}input,select,textarea{width:100%;padding:14px 18px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:#ffffff14;color:#fff;font-family:inherit;font-size:14px;transition:all .3s ease;box-sizing:border-box}input:focus,select:focus,textarea:focus{outline:none;border-color:#ff6b35;background:#ff6b351a;transform:translateY(-2px)}input::placeholder,select::placeholder,textarea::placeholder{color:#ffffff80}textarea{resize:vertical;min-height:150px}select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");background-repeat:no-repeat;background-position:right 18px center}select option{background:#1a3a52;color:#fff}.btn-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#ff6b35;color:#fff;border:none;padding:14px 28px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:12px;cursor:pointer;transition:all .3s ease;margin-top:10px}.btn-submit:hover{background:#e65d0f;transform:translateY(-3px);box-shadow:0 10px 20px #ff6b354d}.btn-submit:active{transform:translateY(0)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1024px){.contact{padding:80px 0}.contact-grid{gap:40px}.info-card,.form-card{padding:30px}.section-header h2{font-size:32px}}@media (max-width: 900px){.contact-grid{grid-template-columns:1fr;gap:40px}.form-row{grid-template-columns:1fr;gap:15px}}@media (max-width: 768px){.contact{padding:60px 0}.section-header{margin-bottom:40px}.section-header h2{font-size:28px}.section-description{font-size:14px}.info-card,.form-card{padding:25px}.info-header h3,.form-header h3{font-size:20px}.linkedin-connect{flex-direction:column;text-align:center}.clients-badge{margin:0 auto 20px}.linkedin-content{text-align:center}.linkedin-icon-wrapper{width:55px;height:55px}.linkedin-icon-wrapper svg{width:28px;height:28px}.social-icons{justify-content:center}.info-item{flex-direction:column;text-align:center}.info-icon{margin:0 auto}.info-content{text-align:center}}@media (max-width: 480px){.contact{padding:50px 0}.section-header h2{font-size:24px}.section-subtitle{font-size:11px;letter-spacing:2px}.section-description{font-size:13px}.info-card,.form-card{padding:20px}.info-header h3,.form-header h3{font-size:18px}.form-header svg{width:22px;height:22px}.info-item{gap:12px}.info-icon{width:40px;height:40px}.info-icon svg{width:18px;height:18px}.info-content h4{font-size:14px}.info-content p{font-size:12px}.clients-only-section{padding:20px}.linkedin-btn{width:100%;justify-content:center}.social-icon{width:35px;height:35px}.btn-submit{width:100%}input,select,textarea{padding:12px 15px;font-size:13px}}@media (max-width: 380px){.info-card,.form-card{padding:15px}.linkedin-icon-wrapper{width:50px;height:50px}.linkedin-icon-wrapper svg{width:24px;height:24px}.linkedin-btn{padding:8px 16px;font-size:12px}}.required-fields-note{font-size:12px;color:#ff6b6b;margin-top:5px;font-weight:400}.success-message{background-color:#4caf50;color:#fff;padding:15px;border-radius:8px;margin-bottom:20px;text-align:center;animation:slideDown .5s ease;font-size:14px}.error-message{background-color:#f44336;color:#fff;padding:15px;border-radius:8px;margin-bottom:20px;text-align:center;animation:slideDown .5s ease;font-size:14px}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.form-group input:required,.form-group select:required,.form-group textarea:required{border-left:3px solid #ff6b6b}.form-group input:required:valid,.form-group select:required:valid,.form-group textarea:required:valid{border-left:3px solid #4CAF50}.form-group input:required::placeholder,.form-group textarea:required::placeholder{color:#ff6b6b}.footer{position:relative;width:100%;background:linear-gradient(135deg,#0a2540,#0a1a2e,#061222);color:#fff;padding:70px 0 20px;overflow:hidden;margin-top:0}.footer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#ffffff05,#0000001a);pointer-events:none}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#ff6b35,transparent)}.footer:after{content:"✦";position:absolute;bottom:20px;right:20px;font-size:100px;color:#ff6b3508;pointer-events:none;font-family:monospace}.container{max-width:1280px;margin:0 auto;padding:0 5%;position:relative;z-index:2}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr 1.3fr;gap:40px;margin-bottom:50px}.footer-section h4{color:#ff6b35;font-size:18px;font-weight:700;margin-bottom:25px;position:relative;padding-bottom:12px;letter-spacing:.5px}.footer-section h4:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:#ff6b35;border-radius:3px}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#ffffffbf;text-decoration:none;font-size:14px;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.footer-section ul li a:before{content:"→";opacity:0;transform:translate(-5px);transition:all .3s ease;color:#ff6b35}.footer-section ul li a:hover{color:#ff6b35;transform:translate(5px)}.footer-section ul li a:hover:before{opacity:1;transform:translate(0)}.company-info{animation:fadeInUp .6s ease-out}.footer-logo{display:flex;align-items:center;gap:5px;margin-bottom:5px}.footer-logo-img{width:160px;height:160px;object-fit:contain}.footer-logo-text h3{font-size:20px;font-weight:800;margin:0 0 5px;letter-spacing:1px}.footer-logo-text h3 span{color:#ff6b35;font-size:18px}.footer-logo-text p{font-size:11px;color:#ffffffb3;letter-spacing:1px;margin:0}.company-description{font-size:13px;line-height:1.6;color:#ffffffbf;margin-bottom:25px}.footer-contact{display:flex;flex-direction:column;gap:12px}.contact-item{display:flex;align-items:flex-start;gap:12px;font-size:13px;color:#ffffffb3}.contact-item svg{color:#ff6b35;flex-shrink:0;margin-top:2px}.contact-item a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#ff6b35}.social-section{margin-top:25px}.social-section h4{margin-bottom:15px}.social-section h4:after{width:30px}.social-links{display:flex;gap:12px;flex-wrap:wrap}.social-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:50%;transition:all .3s ease;color:#fff;text-decoration:none}.social-icon:hover{transform:translateY(-5px)}.social-icon.facebook:hover{background:#1877f2}.social-icon.twitter:hover{background:#1da1f2}.social-icon.linkedin:hover{background:#0a66c2}.social-icon.instagram:hover{background:#e4405f}.footer-bottom{padding-top:30px;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-bottom p{color:#fff9;font-size:12px;margin:0}.footer-bottom-links{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.footer-bottom-links a{color:#fff9;text-decoration:none;font-size:12px;transition:color .3s ease}.footer-bottom-links a:hover{color:#ff6b35}.footer-bottom-links span{color:#ffffff4d}@media (max-width: 1024px){.footer{padding:60px 0 20px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width: 768px){.footer{padding:50px 0 20px}.footer-grid{grid-template-columns:1fr;gap:35px}.footer-section h4{font-size:16px;margin-bottom:20px}.footer-logo{justify-content:center}.footer-logo-text{text-align:left}.footer-logo-text h3{font-size:18px}.footer-logo-text h3 span{font-size:16px}.company-description{font-size:13px;text-align:center}.footer-contact{align-items:center}.contact-item{text-align:center}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}.footer-section ul li a{font-size:13px}.social-section{text-align:center}.social-section h4:after{left:50%;transform:translate(-50%)}.social-links{justify-content:center}}@media (max-width: 480px){.footer{padding:40px 0 15px}.footer-grid{gap:30px}.footer-section h4{font-size:15px;text-align:center}.footer-section h4:after{left:50%;transform:translate(-50%)}.footer-logo{flex-direction:column;text-align:center}.footer-logo-text{text-align:center}.footer-logo-img{width:50px;height:50px}.footer-logo-text h3{font-size:16px}.footer-logo-text h3 span{font-size:14px}.contact-item{font-size:11px;flex-direction:column;align-items:center;text-align:center}.social-icon{width:35px;height:35px}.footer-bottom p,.footer-bottom-links a{font-size:10px}}.careers-page{min-height:100vh;background:linear-gradient(135deg,#1a3a52,#0f2a3c);padding:40px 5%;position:relative}.back-home-btn{position:fixed;top:30px;left:30px;display:flex;align-items:center;gap:8px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.2);padding:10px 20px;border-radius:40px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;z-index:100}.back-home-btn:hover{background:#ff6b35cc;border-color:#ff6b35;transform:translate(-5px)}.mode-toggle-container{display:flex;justify-content:center;margin-bottom:40px;padding-top:20px}.mode-toggle{display:flex;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;padding:5px;gap:5px;border:1px solid rgba(255,255,255,.2)}.mode-btn{display:flex;align-items:center;gap:10px;padding:12px 30px;border-radius:40px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;background:transparent;border:none;color:#ffffffb3}.mode-btn.active{background:#ff6b35;color:#fff;box-shadow:0 4px 15px #ff6b354d}.mode-btn:hover:not(.active){background:#ffffff1a;color:#fff}.careers-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 150px)}.careers-card{max-width:800px;width:100%;background:#fff;border-radius:24px;padding:40px;box-shadow:0 20px 60px #0000004d;animation:slideUp .5s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.careers-header{text-align:center;margin-bottom:30px}.careers-icon{width:70px;height:70px;background:linear-gradient(135deg,#ff6b35,#ff8c5a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff}.careers-header h1{font-size:32px;color:#1a3a52;margin-bottom:10px}.careers-header p{color:#666;font-size:14px}.careers-success-message{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;padding:15px 20px;border-radius:12px;margin-bottom:25px;display:flex;align-items:center;gap:15px;animation:slideDown .5s ease}.careers-success-message strong{display:block;margin-bottom:4px}.careers-success-message p{font-size:13px;opacity:.9;margin:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.careers-error-message{background:#f44336;color:#fff;padding:12px 20px;border-radius:12px;margin-bottom:25px;text-align:center;font-size:14px}.careers-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1a3a52}.required{color:#ff6b35}.form-group input,.form-group select{padding:12px 15px;border:1px solid #e0e0e0;border-radius:10px;font-size:14px;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.submit-btn{background:linear-gradient(135deg,#ff6b35,#ff8c5a);color:#fff;border:none;padding:14px 28px;border-radius:40px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;margin-top:10px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #ff6b3566;gap:15px}.submit-btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){.careers-page{padding:20px}.back-home-btn{top:20px;left:20px;padding:8px 16px;font-size:12px}.mode-toggle{margin-top:50px}.mode-btn{padding:8px 20px;font-size:12px}.careers-card{padding:25px}.careers-header h1{font-size:24px}.form-row{grid-template-columns:1fr;gap:15px}}@media (max-width: 480px){.mode-btn span{display:none}.mode-btn{padding:10px 18px}.careers-card{padding:20px}}.legal-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#fff);padding:100px 5% 60px;position:relative}.legal-container{max-width:1000px;margin:0 auto}.legal-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #00000014;animation:fadeInUp .5s ease-out}.legal-header{text-align:center;padding:50px 30px 30px;background:linear-gradient(135deg,#1a3a52,#0a2540);color:#fff}.legal-icon{width:80px;height:80px;background:#ff6b3526;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#ff6b35}.legal-header h1{font-size:36px;font-weight:800;margin-bottom:10px}.legal-header p{color:#ffffffb3;font-size:14px}.legal-content{padding:40px}.legal-content section{margin-bottom:35px;padding-bottom:25px;border-bottom:1px solid #eee}.legal-content section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.legal-content h2{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:700;color:#1a3a52;margin-bottom:20px}.legal-content h2 svg{color:#ff6b35}.legal-content p{font-size:15px;line-height:1.7;color:#555;margin-bottom:15px}.legal-content ul{margin:15px 0;padding-left:25px}.legal-content li{font-size:14px;line-height:1.6;color:#555;margin-bottom:8px}.legal-content strong{color:#1a3a52}.legal-content a{color:#ff6b35;text-decoration:none}.legal-content a:hover{text-decoration:underline}@media (max-width: 768px){.legal-page{padding:80px 4% 40px}.back-home-btn{top:80px;left:4%;padding:8px 16px;font-size:12px}.legal-header{padding:35px 20px 25px}.legal-header h1{font-size:28px}.legal-content{padding:25px}.legal-content h2{font-size:18px}.legal-content p,.legal-content li{font-size:13px}}@media (max-width: 480px){.legal-page{padding:70px 3% 30px}.back-home-btn{top:75px;left:3%}.legal-header h1{font-size:24px}.legal-content{padding:20px}.legal-content h2{font-size:16px}}.sitemap-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#fff);padding:100px 5% 60px;position:relative}.back-home-btn{position:fixed;top:90px;left:5%;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e0e0e0;padding:10px 20px;border-radius:40px;cursor:pointer;font-size:14px;font-weight:500;color:#1a3a52;transition:all .3s ease;z-index:100;box-shadow:0 2px 8px #0000000d}.back-home-btn:hover{background:#ff6b35;color:#fff;border-color:#ff6b35;transform:translate(-5px)}.sitemap-container{max-width:1200px;margin:0 auto}.sitemap-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #00000014;animation:fadeInUp .5s ease-out}.sitemap-header{text-align:center;padding:50px 30px 30px;background:linear-gradient(135deg,#1a3a52,#0a2540);color:#fff}.sitemap-icon{width:80px;height:80px;background:#ff6b3526;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#ff6b35}.sitemap-header h1{font-size:36px;font-weight:800;margin-bottom:10px}.sitemap-header p{color:#ffffffb3;font-size:14px}.sitemap-content{padding:40px}.sitemap-section{margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #eee}.sitemap-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.sitemap-section h2{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:700;color:#1a3a52;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #ff6b35;display:inline-flex}.sitemap-section h2 svg{color:#ff6b35}.sitemap-links{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:12px}.sitemap-links.two-columns{grid-template-columns:repeat(2,1fr)}.sitemap-links.three-columns-tablet{grid-template-columns:repeat(3,1fr)}.sitemap-links li{margin-bottom:0}.sitemap-links a{display:inline-flex;align-items:center;gap:8px;color:#555;text-decoration:none;font-size:14px;transition:all .3s ease;padding:6px 0}.sitemap-links a:before{content:"→";opacity:0;transform:translate(-5px);transition:all .3s ease;color:#ff6b35}.sitemap-links a:hover{color:#ff6b35;transform:translate(5px)}.sitemap-links a:hover:before{opacity:1;transform:translate(0)}.sitemap-links li:not(a){color:#555;font-size:14px;padding:6px 0;display:flex;align-items:center;gap:8px}.sitemap-links li:not(a):before{content:"•";color:#ff6b35;font-weight:700;font-size:16px}.contact-info-list{list-style:none;padding:0;margin:0}.contact-info-list li{font-size:14px;color:#555;padding:8px 0;line-height:1.6}.contact-info-list strong{color:#1a3a52;width:80px;display:inline-block}.contact-info-list a{color:#ff6b35;text-decoration:none}.contact-info-list a:hover{text-decoration:underline}.structure-tree{background:#f8f9fa;border-radius:16px;padding:20px;margin-top:10px}.structure-tree ul{list-style:none;padding-left:20px;margin:5px 0}.structure-tree>ul{padding-left:0}.structure-tree li{margin:8px 0;font-size:14px;color:#444;position:relative}.structure-tree li strong{color:#1a3a52}.structure-tree li:before{content:"│";position:absolute;left:-15px;color:#ff6b35;opacity:.5}.structure-tree li:last-child:before{content:"└"}.sitemap-footer{padding:20px 40px 30px;text-align:center;border-top:1px solid #eee;background:#fafafa}.sitemap-footer p{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#888;margin:0}@media (max-width: 992px){.sitemap-links.three-columns-tablet{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.sitemap-page{padding:80px 4% 40px}.back-home-btn{top:80px;left:4%;padding:8px 16px;font-size:12px}.sitemap-header{padding:35px 20px 25px}.sitemap-header h1{font-size:28px}.sitemap-content{padding:25px}.sitemap-section h2{font-size:18px}.sitemap-links.two-columns,.sitemap-links.three-columns-tablet{grid-template-columns:1fr}.sitemap-links a,.sitemap-links li:not(a){font-size:13px}.contact-info-list li{font-size:13px}.contact-info-list strong{width:auto;display:block;margin-bottom:4px}.structure-tree{padding:15px}.structure-tree li{font-size:13px}.sitemap-footer{padding:15px 25px 20px}}@media (max-width: 480px){.sitemap-page{padding:70px 3% 30px}.back-home-btn{top:75px;left:3%}.sitemap-header h1{font-size:24px}.sitemap-content{padding:20px}.sitemap-section h2{font-size:16px}.structure-tree{padding:12px}.structure-tree li{font-size:12px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-in-down{animation:fadeInDown .8s ease-out forwards}.animate-fade-in-left{animation:fadeInLeft .8s ease-out forwards}.animate-fade-in-right{animation:fadeInRight .8s ease-out forwards}.animate-slide-in-up{animation:slideInUp .8s ease-out forwards}.animate-scale-in{animation:scaleIn .6s ease-out forwards}html{scroll-behavior:smooth}section{width:100%;padding:80px 0;display:flex;flex-direction:column;justify-content:center}.container{max-width:1200px;margin:0 auto;padding:0 40px;width:100%}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary{background-color:#ff6b35;color:#fff}.btn-primary:hover{background-color:#e55a2b;transform:translateY(-2px);box-shadow:0 8px 16px #ff6b354d}.btn-secondary{background-color:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background-color:#ffffff1a;transform:translateY(-2px)}h1,h2,h3,h4,h5,h6{line-height:1.3;margin-bottom:16px}h2{font-size:36px;font-weight:700;color:#1a3a52;text-align:center;margin-bottom:50px;text-transform:uppercase}h3{font-size:20px;font-weight:600;color:#1a3a52}
