@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=DM+Sans:wght@300;400;500;600;700&display=swap");:root{--blue-950:#0a1628;--blue-900:#0f2044;--blue-800:#1e3a5f;--blue-700:#1a4f8a;--blue-600:#1a56db;--blue-500:#2563eb;--blue-400:#3b82f6;--blue-300:#93c5fd;--blue-200:#bfdbfe;--blue-100:#dbeafe;--blue-50:#eff6ff;--green-800:#14532d;--green-600:#16a34a;--green-500:#22c55e;--green-400:#4ade80;--green-100:#dcfce7;--gold-600:#d97706;--gold-500:#f59e0b;--gold-400:#fbbf24;--gold-100:#fef3c7;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--section-pad:5rem 1.5rem;--shadow-sm:0 1px 3px rgba(0,0,0,.08);--shadow-md:0 4px 16px rgba(26,86,219,.12);--shadow-lg:0 8px 32px rgba(26,86,219,.18);--shadow-xl:0 20px 60px rgba(10,22,40,.25)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body,html{overflow-x:hidden}body{font-family:DM Sans,sans-serif;color:var(--gray-800);background:var(--white);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-tag{display:inline-block;background:var(--blue-100);color:var(--blue-600);font-family:Inter,sans-serif;font-weight:600;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;padding:.35rem 1rem;border-radius:100px;margin-bottom:1rem}.section-title{font-size:clamp(2rem,4vw,2.75rem);color:var(--blue-900);margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--gray-500);max-width:600px;line-height:1.7}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.card-careers{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:16px;padding:2rem;text-align:left}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:8px;font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;cursor:pointer;border:none;transition:all .25s ease;text-decoration:none}.btn-primary{background:var(--blue-600);color:var(--white);box-shadow:0 4px 15px rgba(26,86,219,.35)}.btn-primary:hover{background:var(--blue-700);transform:translateY(-2px);box-shadow:0 8px 25px rgba(26,86,219,.45)}.btn-outline{background:transparent;color:var(--white);border:2px solid hsla(0,0%,100%,.7)}.btn-outline:hover{background:hsla(0,0%,100%,.15);border-color:var(--white);transform:translateY(-2px)}.btn-green{background:var(--green-600);color:var(--white);box-shadow:0 4px 15px rgba(22,163,74,.35)}.btn-green:hover{background:var(--green-800);transform:translateY(-2px)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 1.5rem;height:72px;display:flex;align-items:center;transition:all .3s ease}.navbar.scrolled{background:var(--white);box-shadow:var(--shadow-md)}.navbar.transparent{background:transparent}.navbar-inner{max-width:1200px;width:100%;margin:0 auto;justify-content:space-between}.navbar-inner,.navbar-logo{display:flex;align-items:center}.navbar-logo{gap:.75rem}.navbar-logo-icon{width:44px;height:44px;background:var(--white);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;font-weight:900;font-family:Inter,sans-serif}.navbar-logo-text{display:flex;flex-direction:column;line-height:1.1}.navbar-logo-name{font-family:Inter,sans-serif;font-weight:800;font-size:1rem;color:var(--blue-900)}.navbar.transparent .navbar-logo-name{color:var(--white)}.navbar-logo-sub{font-size:.65rem;color:var(--gray-500);letter-spacing:.05em;text-transform:uppercase}.navbar.transparent .navbar-logo-sub{color:hsla(0,0%,100%,.7)}.navbar-links{display:flex;align-items:center;gap:.25rem;list-style:none}.navbar-links a{padding:.5rem 1rem;border-radius:6px;font-family:Inter,sans-serif;font-weight:500;font-size:.9rem;color:var(--gray-700);transition:all .2s}.navbar.transparent .navbar-links a{color:hsla(0,0%,100%,.85)}.navbar-links a:hover{color:var(--blue-600);background:var(--blue-50)}.navbar.transparent .navbar-links a:hover{color:var(--white);background:hsla(0,0%,100%,.15)}.navbar-cta{background:var(--blue-600)!important;color:var(--white)!important;padding:.5rem 1.25rem!important;border-radius:8px!important}.navbar-cta:hover{background:var(--blue-700)!important;color:var(--white)!important}.navbar-mobile-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--gray-700);font-size:1.5rem}.navbar.transparent .navbar-mobile-btn{color:#fff}@media (max-width:768px){.navbar-links{display:none}.navbar-mobile-btn{display:block}}.mobile-menu{position:fixed;top:72px;left:0;right:0;background:var(--white);box-shadow:var(--shadow-lg);padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;z-index:999;transform:translateY(-120%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.mobile-menu.open{transform:translateY(0)}.mobile-menu a{padding:.85rem 1rem;border-radius:8px;font-family:Inter,sans-serif;font-weight:500;color:var(--gray-700);transition:all .2s;border-bottom:1px solid var(--gray-100)}.mobile-menu a:hover{color:var(--blue-600);background:var(--blue-50)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-bg{z-index:0}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-overlay{background:linear-gradient(135deg,rgba(10,22,40,.82),rgba(15,32,68,.75) 50%,rgba(20,83,45,.55));z-index:1}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;width:100%;padding:5rem 1.5rem 0}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.2);color:var(--gold-400);padding:.45rem 1.1rem;border-radius:100px;font-size:.8rem;font-weight:600;font-family:Inter,sans-serif;letter-spacing:.05em;margin-bottom:1.75rem;animation:fadeInDown .8s ease}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;color:var(--white);line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp .9s ease .1s both}.hero-title span{background:linear-gradient(135deg,var(--blue-300),var(--green-400));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.15rem;color:hsla(0,0%,100%,.82);max-width:580px;line-height:1.75;margin-bottom:2.5rem;animation:fadeInUp .9s ease .2s both}.hero-actions{gap:1rem;animation:fadeInUp .9s ease .3s both}.hero-actions,.hero-stats{display:flex;flex-wrap:wrap}.hero-stats{gap:2.5rem;margin-top:4rem;animation:fadeInUp .9s ease .4s both}.hero-stat{text-align:left}.hero-stat-number{font-size:2.25rem;font-weight:800;color:var(--white);font-family:Inter,sans-serif}.hero-stat-label{font-size:.82rem;letter-spacing:.08em}.hero-scroll,.hero-stat-label{color:hsla(0,0%,100%,.6);text-transform:uppercase}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.4rem;font-size:.75rem;letter-spacing:.1em;animation:bounce 2s infinite}.scroll-animate{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.scroll-animate.is-visible{opacity:1;transform:translateY(0)}.about-section{padding:var(--section-pad);background:var(--white)}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.about-image-wrapper{position:relative}.about-image-main{width:100%;height:500px;object-fit:cover;object-position:center 55%;border-radius:20px;box-shadow:var(--shadow-xl)}.about-badge-card{position:absolute;bottom:-1.5rem;right:-1.5rem;background:var(--white);border-radius:16px;padding:1.25rem 1.5rem;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:1rem;border:1px solid var(--gray-100)}.about-badge-icon{width:48px;height:48px;background:var(--blue-100);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.about-badge-text strong{display:block;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:800;color:var(--blue-900)}.about-badge-text span{font-size:.78rem;color:var(--gray-500)}.about-content{display:flex;flex-direction:column;gap:1.5rem}.about-desc{font-size:1.05rem;color:var(--gray-600);line-height:1.8}.values-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.value-item{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--gray-700);font-weight:500}.value-dot{width:8px;height:8px;border-radius:50%;background:var(--blue-600);flex-shrink:0}.mission-vision-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:.5rem}.mv-card{background:var(--blue-50);border:1px solid var(--blue-100);border-radius:12px;padding:1.25rem}.mv-card-icon{font-size:1.5rem;margin-bottom:.5rem}.mv-card h4{font-size:.85rem;font-weight:700;color:var(--blue-700);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem}.mv-card p{font-size:.85rem;color:var(--gray-600);line-height:1.6}.services-section{padding:var(--section-pad);background:var(--gray-50)}.services-header{text-align:center;margin-bottom:3.5rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.75rem;gap:1.75rem}.service-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);transition:all .35s ease}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--blue-200,#bfdbfe)}.service-card-img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block}video{max-width:100%;box-sizing:border-box}.service-card-body{padding:1.5rem}.service-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1rem}.service-card-icon.blue{background:var(--blue-100)}.service-card-icon.green{background:var(--green-100)}.service-card-icon.gold{background:var(--gold-100)}.service-card h3{font-size:1.15rem;color:var(--blue-900);margin-bottom:.5rem}.service-card p{font-size:.9rem;color:var(--gray-500);line-height:1.7}.stats-banner{background:linear-gradient(135deg,var(--blue-900),var(--blue-700));padding:4rem 1.5rem;position:relative;overflow:hidden}.stats-banner:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.2) 0,transparent 70%);pointer-events:none}.stats-banner-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;text-align:center}.stat-item-number{font-size:3rem;font-weight:900;font-family:Inter,sans-serif;color:var(--white);line-height:1;margin-bottom:.5rem}.stat-item-number span{color:var(--gold-400)}.stat-item-label{font-size:.9rem;color:hsla(0,0%,100%,.7);text-transform:uppercase;letter-spacing:.08em}.products-section{padding:var(--section-pad);background:var(--white)}.products-header{text-align:center;margin-bottom:3.5rem}.products-tabs{display:flex;justify-content:center;gap:.75rem;margin-bottom:2.5rem;flex-wrap:wrap}.product-tab{padding:.6rem 1.5rem;border-radius:100px;border:2px solid var(--gray-200);background:transparent;font-family:Inter,sans-serif;font-weight:600;font-size:.875rem;color:var(--gray-600);cursor:pointer;transition:all .2s}.product-tab.active,.product-tab:hover{background:var(--blue-600);border-color:var(--blue-600);color:var(--white)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem}.product-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:16px;padding:1rem;text-align:center;transition:all .3s ease;cursor:pointer}.product-image-wrapper{position:relative;aspect-ratio:4/3;width:100%;border-radius:12px;overflow:hidden;margin-bottom:1rem;background:var(--gray-50)}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card{padding:.75rem .5rem;border-radius:12px}.product-image-wrapper{aspect-ratio:1/1;border-radius:8px;margin-bottom:.6rem}.product-card h4{font-size:.85rem;margin-bottom:.2rem}.product-card p{font-size:.72rem}}.product-card:hover{background:var(--blue-50);border-color:var(--blue-300);transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-emoji{font-size:3rem;margin-bottom:.75rem}.product-card h4{font-size:1rem;color:var(--blue-900);font-family:Inter,sans-serif;margin-bottom:.35rem}.product-card p{font-size:.8rem;color:var(--gray-500)}.mcc-banner{position:relative;border-radius:24px;overflow:hidden}.mcc-banner-img{width:100%;height:450px;object-fit:cover;display:block}.mcc-banner-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,22,40,.88) 0,rgba(10,22,40,.45) 65%,transparent);display:flex;align-items:center;padding:3rem}.mcc-banner-content{max-width:480px}.mcc-banner-content h3{color:#fff;font-size:1.75rem;margin-bottom:1rem;font-family:Inter,sans-serif}.mcc-banner-content p{color:hsla(0,0%,100%,.85);line-height:1.8;font-size:1rem}@media (max-width:640px){.mcc-banner{border-radius:16px;display:flex;flex-direction:column}.mcc-banner-img{height:220px;border-radius:16px 16px 0 0}.mcc-banner-overlay{position:static;background:var(--blue-900);padding:1.5rem;border-radius:0 0 16px 16px}.mcc-banner-content{max-width:100%}.mcc-banner-content h3{font-size:1.25rem}.mcc-banner-content p{font-size:.9rem}}.gallery-section{padding:var(--section-pad);background:var(--gray-50)}.gallery-header{text-align:center;margin-bottom:3rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;grid-gap:1.25rem;gap:1.25rem}.gallery-item{position:relative;border-radius:16px;overflow:hidden;cursor:pointer}.gallery-item.large{grid-row:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.06)}.gallery-item-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,22,40,.7) 0,transparent 50%);opacity:0;transition:opacity .3s;display:flex;align-items:flex-end;padding:1.25rem}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-overlay span{color:var(--white);font-weight:600;font-family:Inter,sans-serif;font-size:.9rem}.testimonials-section{padding:var(--section-pad);background:var(--blue-950);position:relative;overflow:hidden}.testimonials-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--blue-400),transparent)}.testimonials-header{text-align:center;margin-bottom:3.5rem}.testimonials-header .section-tag{background:rgba(59,130,246,.15);color:var(--blue-300)}.testimonials-header .section-title{color:var(--white)}.testimonials-header .section-subtitle{color:hsla(0,0%,100%,.6)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.75rem;gap:1.75rem}.testimonial-card{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:2rem;transition:all .3s ease}.testimonial-card:hover{background:hsla(0,0%,100%,.08);border-color:rgba(59,130,246,.4);transform:translateY(-4px)}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem;color:var(--gold-400);font-size:1rem}.testimonial-text{font-size:.95rem;color:hsla(0,0%,100%,.8);line-height:1.8;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:Inter,sans-serif;font-size:1rem;color:#fff}.testimonial-author-info strong{display:block;color:var(--white);font-family:Inter,sans-serif;font-size:.9rem}.testimonial-author-info span{font-size:.78rem;color:hsla(0,0%,100%,.5)}.pricing-section{padding:var(--section-pad);background:var(--white)}.pricing-header{text-align:center;margin-bottom:3.5rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.75rem;gap:1.75rem;align-items:start}.pricing-card{border:2px solid var(--gray-200);border-radius:24px;padding:2.5rem 2rem;transition:all .3s ease;position:relative;background:var(--white)}.pricing-card:hover{border-color:var(--blue-400);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.pricing-card.featured{border-color:var(--blue-600);background:linear-gradient(135deg,var(--blue-900) 0,var(--blue-700) 100%);color:var(--white)}.pricing-card.featured:hover{transform:translateY(-8px);box-shadow:0 20px 60px rgba(26,86,219,.35)}.pricing-popular-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--gold-500);color:var(--white);font-family:Inter,sans-serif;letter-spacing:.08em;padding:.3rem 1rem;border-radius:100px}.pricing-card-tag,.pricing-popular-badge{font-size:.75rem;font-weight:700;text-transform:uppercase}.pricing-card-tag{letter-spacing:.1em;color:var(--blue-600);margin-bottom:.5rem}.pricing-card.featured .pricing-card-tag{color:var(--blue-300)}.pricing-card h3{font-size:1.4rem;color:var(--blue-900);margin-bottom:.75rem}.pricing-card.featured h3{color:var(--white)}.pricing-price{font-size:2.5rem;font-weight:900;font-family:Inter,sans-serif;color:var(--blue-900);line-height:1;margin-bottom:.25rem}.pricing-card.featured .pricing-price{color:var(--white)}.pricing-price-unit{font-size:.85rem;color:var(--gray-500);margin-bottom:1.5rem}.pricing-card.featured .pricing-price-unit{color:hsla(0,0%,100%,.6)}.pricing-divider{height:1px;background:var(--gray-100);margin:1.5rem 0}.pricing-card.featured .pricing-divider{background:hsla(0,0%,100%,.15)}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.pricing-feature{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--gray-700)}.pricing-card.featured .pricing-feature{color:hsla(0,0%,100%,.85)}.pricing-check{color:var(--green-600);font-weight:700}.pricing-card.featured .pricing-check{color:var(--green-400)}.quote-section{padding:var(--section-pad);background:var(--gray-50)}.quote-layout{display:grid;grid-template-columns:1fr 1.6fr;grid-gap:4rem;gap:4rem;align-items:start}.quote-info h2{font-size:2.25rem;color:var(--blue-900);margin-bottom:1rem}.quote-info p{color:var(--gray-500);line-height:1.8;margin-bottom:2rem}.quote-contact-items{display:flex;flex-direction:column;gap:1rem}.quote-contact-item{display:flex;align-items:center;gap:1rem}.quote-contact-icon{width:44px;height:44px;background:var(--blue-100);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.quote-contact-item strong{display:block;font-size:.8rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;font-family:Inter,sans-serif}.quote-contact-item span{font-size:.95rem;color:var(--gray-800);font-weight:500}.quote-form-wrapper{background:var(--white);border:1px solid var(--gray-100);border-radius:24px;padding:2.5rem;box-shadow:var(--shadow-md)}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;margin-bottom:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group.full{grid-column:span 2}.form-group label{font-size:.82rem;font-weight:600;color:var(--gray-700);font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.04em}.form-group input,.form-group select,.form-group textarea{padding:.8rem 1rem;border:1.5px solid var(--gray-200);border-radius:10px;font-family:DM Sans,sans-serif;font-size:.95rem;color:var(--gray-800);background:var(--white);transition:border-color .2s,box-shadow .2s;outline:none;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px rgba(37,99,235,.12)}.form-group textarea{resize:vertical;min-height:120px}.form-checkbox-group{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5rem;gap:.5rem;margin-top:.25rem}.form-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-700);cursor:pointer}.form-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--blue-600)}.form-submit{width:100%;padding:1rem;background:linear-gradient(135deg,var(--blue-600),var(--blue-700));color:var(--white);border:none;border-radius:10px;font-family:Inter,sans-serif;font-weight:700;font-size:1rem;cursor:pointer;transition:all .25s;margin-top:.5rem}.form-submit:hover{background:linear-gradient(135deg,var(--blue-700),var(--blue-800));transform:translateY(-2px);box-shadow:0 8px 25px rgba(26,86,219,.35)}.form-success{text-align:center;padding:3rem 2rem}.form-success-icon{font-size:4rem;margin-bottom:1rem}.form-success h3{font-size:1.5rem;color:var(--green-600);margin-bottom:.5rem}.form-success p{color:var(--gray-500)}.contact-section{padding:var(--section-pad);background:var(--white)}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:4rem;gap:4rem;align-items:start}.contact-info-items{display:flex;flex-direction:column;gap:1.5rem}.contact-info-card{display:flex;gap:1.25rem;align-items:flex-start}.contact-info-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.contact-info-icon.blue{background:var(--blue-100)}.contact-info-icon.green{background:var(--green-100)}.contact-info-icon.gold{background:var(--gold-100)}.contact-info-card h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500);margin-bottom:.25rem}.contact-info-card p{color:var(--gray-800);font-weight:500;font-size:.95rem}.contact-map{border-radius:20px;overflow:hidden;height:420px;box-shadow:var(--shadow-md)}.contact-map iframe{width:100%;height:100%;border:none}.footer{background:var(--blue-950);color:hsla(0,0%,100%,.7);padding:5rem 1.5rem 2rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--blue-600),transparent)}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;padding-bottom:3rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.footer-brand-desc{font-size:.9rem;line-height:1.8;margin:1.25rem 0;color:hsla(0,0%,100%,.55)}.footer-social{display:flex;gap:.75rem}.footer-social-btn{width:38px;height:38px;background:hsla(0,0%,100%,.08);border-radius:8px;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.6);font-size:1rem;transition:all .2s;cursor:pointer;text-decoration:none}.footer-social-btn:hover{background:var(--blue-600);color:var(--white)}.footer-col h4{font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--white);margin-bottom:1.25rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-links a{font-size:.875rem;color:hsla(0,0%,100%,.55);transition:color .2s}.footer-links a:hover{color:var(--blue-300)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-bottom p{font-size:.82rem;color:hsla(0,0%,100%,.4)}.footer-logo-name{font-family:Inter,sans-serif;font-weight:800;font-size:1rem;color:var(--white);margin-top:.75rem}.page-hero{background:linear-gradient(135deg,var(--blue-900) 0,var(--blue-700) 100%);padding:8rem 1.5rem 4rem;text-align:center;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:var(--white);-webkit-clip-path:ellipse(55% 100% at 50% 100%);clip-path:ellipse(55% 100% at 50% 100%)}.page-hero .section-tag{background:hsla(0,0%,100%,.15);color:hsla(0,0%,100%,.9)}.page-hero h1{font-size:clamp(2.25rem,5vw,3.5rem);color:var(--white);margin-bottom:1rem}.page-hero p{font-size:1.1rem;color:hsla(0,0%,100%,.75);max-width:560px;margin:0 auto}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-8px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:repeat(3,1fr)}.footer-grid,.pricing-grid,.testimonials-grid{grid-template-columns:1fr 1fr}.stats-banner-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){:root{--section-pad:3.5rem 1.25rem}.navbar-links{display:none}.navbar-mobile-btn{display:flex}.hero-stats{gap:1.5rem}.about-grid{grid-template-columns:1fr}.about-image-wrapper{order:-1}.about-image-main{height:320px}.about-badge-card{right:1rem;bottom:1rem}.mission-vision-grid,.services-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-item.large{grid-row:span 1}.pricing-grid,.testimonials-grid{grid-template-columns:1fr}.pricing-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:20px}.pricing-table-wrapper table{min-width:480px}.pricing-card{padding:1.75rem 1.25rem}.contact-grid,.quote-layout{grid-template-columns:1fr}.stats-banner-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:span 1}.form-checkbox-group,.values-grid{grid-template-columns:1fr}}@media (max-width:480px){.products-grid{grid-template-columns:1fr 1fr}.hero-title{font-size:2.2rem}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%;justify-content:center}.service-card-img{aspect-ratio:16/9;height:auto}.product-image-wrapper{aspect-ratio:1/1;height:auto!important}}.quick-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.quick-actions .btn{display:inline-flex;align-items:center;gap:.5rem}.registration-section{padding:var(--section-pad);background:var(--gray-50)}.registration-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem}.registration-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow-sm);text-align:center;border:1px solid var(--gray-100);transition:transform .2s,box-shadow .2s}.registration-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.registration-icon{width:48px;height:48px;background:var(--blue-50);color:var(--blue-600);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.registration-title{font-size:.875rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-family:Inter,sans-serif;font-weight:600}.registration-val{font-size:1.1rem;font-weight:700;color:var(--blue-900)}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}@font-face{font-family:__DM_Sans_ef116d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__DM_Sans_ef116d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__DM_Sans_ef116d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__DM_Sans_ef116d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__DM_Sans_ef116d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__DM_Sans_ef116d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__DM_Sans_Fallback_ef116d;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_ef116d{font-family:__DM_Sans_ef116d,__DM_Sans_Fallback_ef116d;font-style:normal}