:root{--primary: #1e3a8a;--primary-hover: #14265c;--primary-light: #dbe4f5;--primary-rgb: 30, 58, 138;--secondary: #0d253f;--secondary-light: #1b3d64;--accent: #00ffd5;--bg: #ffffff;--bg-alt: #f8fafc;--bg-dark: #071525;--text: #1e293b;--text-muted: #64748b;--text-light: #f8fafc;--border: #e2e8f0;--success: #10b981;--danger: #ef4444;--font-family-body: "Inter", sans-serif;--font-family-title: "Inter", sans-serif;--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -1px rgba(0, 0, 0, .03);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .04);--shadow-primary: 0 10px 20px -5px rgba(30, 58, 138, .3)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-family-body);color:var(--text);background-color:var(--bg);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-title);color:var(--secondary);font-weight:700;line-height:1.25}.hero,.hero-left-panel,.hero-right-panel,.hero-content,.hero-title,.hero-subtitle,.hero-buttons,.hero-trust-row,.hero-eyebrow,.hero-curve-divider{opacity:1!important;animation:none!important}.hero .reveal-on-scroll,.hero .reveal-on-scroll.reveal-card{opacity:1!important;transform:none!important;transition:none!important}.reveal-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0) translate(0) scale(1);will-change:auto}.reveal-on-scroll.reveal-card{transform:translateY(22px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.reveal-on-scroll.reveal-left{transform:translate(-36px)}.reveal-on-scroll.reveal-right{transform:translate(36px)}.reveal-on-scroll.reveal-scale{transform:scale(.94) translateY(14px)}@media (max-width: 768px){.reveal-on-scroll{transform:translateY(20px)}.reveal-on-scroll.reveal-card{transform:translateY(16px)}.reveal-on-scroll.reveal-left{transform:translate(-20px)}.reveal-on-scroll.reveal-right{transform:translate(20px)}.reveal-on-scroll.reveal-scale{transform:scale(.96) translateY(10px)}}@media (prefers-reduced-motion: reduce){.reveal-on-scroll,.reveal-on-scroll.reveal-card,.reveal-on-scroll.reveal-left,.reveal-on-scroll.reveal-right,.reveal-on-scroll.reveal-scale{opacity:1!important;transform:none!important;transition:none!important}}a{text-decoration:none;color:inherit;transition:var(--transition-fast)}img{max-width:100%;height:auto;display:block}button,input,textarea,select{font-family:inherit;font-size:inherit}.container{width:100%;max-width:1850px;margin:0 auto;padding:0 1.75rem}@media (min-width: 1600px){.container{max-width:2000px;padding:0 2.5rem}}@media (max-width: 768px){.container{padding:0 1.25rem}}@media (max-width: 480px){.container{padding:0 1rem}}.section{padding:8rem 0;position:relative}.section-alt{background-color:var(--bg-alt)}.text-center{text-align:center}.flex{display:flex}.align-center{align-items:center}.justify-between{justify-content:space-between}.section-title{font-size:2.75rem;margin-bottom:1rem;font-weight:800;position:relative;display:inline-block}.section-subtitle{color:var(--primary);text-transform:uppercase;font-weight:700;font-size:.9rem;letter-spacing:2px;margin-bottom:.5rem}.section-desc{max-width:600px;margin:0 auto 4rem;color:var(--text-muted);font-size:1.125rem}header{position:fixed;top:0;left:0;width:100%;z-index:10000!important;background-color:#fff;border-bottom:none!important;transition:var(--transition-normal);padding:.75rem 0}header.scrolled{background-color:#fff;box-shadow:0 4px 20px -2px #0000000a,0 2px 8px -1px #00000005;border-bottom:none!important;padding:.25rem 0}header.home-header:not(.scrolled){background-color:transparent;border-bottom:none!important;backdrop-filter:none;-webkit-backdrop-filter:none}header.home-header:not(.scrolled) .nav-link{color:#334155;text-shadow:none}header.home-header:not(.scrolled) .nav-link.active{color:var(--primary)}header.home-header:not(.scrolled) .mobile-nav-toggle{color:#fff;background:#00000073;border-color:#ffffffa6}.nav-container{height:120px;display:flex;justify-content:space-between;align-items:center;transition:var(--transition-normal)}header.scrolled .nav-container{height:85px}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;color:var(--secondary);font-family:var(--font-family-title)}.logo span{color:var(--primary)}.logo-icon{animation:float 4s ease-in-out infinite}.logo-img{height:110px;width:auto;display:block;transition:height var(--transition-normal)}header.scrolled .logo-img{height:80px}.footer-logo-img{height:80px;width:auto;display:block}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-link{font-weight:550;color:var(--secondary);font-size:1rem;position:relative;padding:.5rem 0;cursor:pointer}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary);transition:var(--transition-normal)}.nav-link:hover{color:var(--primary)}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:var(--primary);font-weight:600}.nav-cta{background-color:var(--primary);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;box-shadow:var(--shadow-primary);transition:var(--transition-fast)}.nav-cta:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 12px 24px -6px #1e3a8a66}.mobile-nav-toggle{display:none;background:#00000073;border:2px solid rgba(255,255,255,.6);color:#fff;cursor:pointer;z-index:1001;border-radius:10px;padding:6px 8px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);line-height:1;box-shadow:0 2px 12px #00000040;transition:background .2s ease,border-color .2s ease}.mobile-nav-toggle:hover{background:#000000a6;border-color:#ffffffe6}header:not(.home-header) .mobile-nav-toggle{background:#0b3c6d14;border-color:#0b3c6d4d;color:var(--secondary)}header:not(.home-header) .mobile-nav-toggle:hover{background:#0b3c6d26;border-color:var(--primary)}.hero{padding:12rem 0 8rem;min-height:95vh;display:flex;align-items:center;background:radial-gradient(circle at 80% 20%,#1e3a8a14,#fff0 50%),radial-gradient(circle at 10% 80%,#00ffd50d,#fff0 50%);position:relative}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center}.hero-title{font-size:3.75rem;font-weight:800;letter-spacing:-1px;margin-bottom:1.5rem;color:var(--secondary)}.hero-title span{color:var(--primary);background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;transition:var(--transition-normal);border:2px solid transparent;white-space:nowrap;flex-shrink:0}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:var(--shadow-primary)}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 12px 24px -6px #1e3a8a73}.btn-secondary{background-color:transparent;border-color:var(--border);color:var(--secondary)}.btn-secondary:hover{background-color:var(--bg-alt);border-color:var(--secondary);color:var(--secondary)}.hero-illustration{position:relative;display:flex;justify-content:center}.hero-waterfall-container{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.hero-waterfall-img{width:100%;max-width:420px;height:420px;object-fit:cover;border-radius:40% 60% 70% 30%/40% 40% 60% 60%;animation:liquid 12s ease-in-out infinite alternate;box-shadow:0 25px 50px -12px #1e3a8a38;border:8px solid white;transition:all var(--transition-slow)}.hero-waterfall-img:hover{border-radius:50%;box-shadow:0 30px 60px -10px #1e3a8a73;transform:scale(1.02)}.water-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:480px;height:480px;border:2px dashed rgba(30,58,138,.15);border-radius:50%;animation:rotate 24s linear infinite;pointer-events:none}.hero-stats-container{margin-top:5rem;margin-bottom:2rem;position:relative;z-index:10}.hero-stats-bar{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;background:#fff;padding:2.25rem 1.5rem;border-radius:24px;box-shadow:0 20px 40px -15px #1e3a8a1f;border:1px solid rgba(30,58,138,.08)}.hero-stat-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.5rem;position:relative}.hero-stat-card:not(:last-child):after{content:"";position:absolute;right:-.75rem;top:15%;height:70%;width:1px;background-color:var(--border)}.stat-number-value{font-family:var(--font-family-title);font-size:2.5rem;font-weight:800;color:var(--primary);line-height:1;margin-bottom:.5rem;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.hero-stat-label{font-size:.9rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}@media (max-width: 991px){.hero-stats-bar{grid-template-columns:repeat(3,1fr);gap:2rem}.hero-stat-card:nth-child(3):after{display:none}}@media (max-width: 768px){.hero-stats-bar{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1.5rem 1rem}.hero-stat-card:after{display:none!important}.water-ring{width:380px;height:380px}}@media (max-width: 480px){.hero-stats-bar{grid-template-columns:1fr;gap:1.25rem}.stat-number-value{font-size:2.1rem}}.wave-divider{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.wave-divider svg{position:relative;display:block;width:calc(100% + 1.3px);height:60px}.wave-divider.top-wave{top:0;bottom:auto;transform:none}.wave-divider .wave-fill{fill:var(--bg-alt)}.wave-divider .wave-fill-white{fill:var(--bg)}.wave-divider .wave-fill-dark{fill:var(--bg-dark)}.products-filter-bar{display:flex;flex-direction:column;align-items:center;margin-bottom:2.5rem;gap:1.25rem}.filter-categories{display:flex;gap:1.5rem;list-style:none;flex-wrap:wrap;justify-content:center}.filter-btn{background-color:transparent;color:var(--text-muted);border:none;border-bottom:2px solid transparent;padding:.5rem .25rem;border-radius:0;font-weight:550;cursor:pointer;transition:var(--transition-fast);position:relative}.filter-btn:hover{background-color:transparent;color:var(--primary);border-color:transparent;border-bottom-color:#1e3a8a4d}.filter-btn.active{background-color:transparent;color:var(--primary);border-bottom:2px solid var(--primary);font-weight:700;box-shadow:none}.search-input-wrapper{position:relative;max-width:320px;width:100%}.search-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid var(--border);border-radius:30px;background-color:var(--bg);color:var(--text);outline:none;transition:var(--transition-fast)}.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1e3a8a26}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:900px;margin-left:auto;margin-right:auto}@media (max-width: 900px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.products-grid{grid-template-columns:1fr}}.product-card{background-color:var(--bg);border:1px solid rgba(226,232,240,.8);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition-normal);display:flex;flex-direction:column;position:relative;z-index:1}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000008;border-color:#1e3a8a4d;z-index:2}.product-image-wrapper{position:relative;height:220px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image-placeholder{font-size:2.25rem;animation:float 5s ease-in-out infinite}.product-image{width:100%;height:100%;object-fit:contain;padding:.5rem;transition:transform var(--transition-normal)}.product-card:hover .product-image{transform:scale(1.04)}.product-info{padding:.85rem;flex-grow:1;display:flex;flex-direction:column}.product-title{font-size:.95rem;margin-bottom:.35rem;font-weight:700;color:var(--secondary)}.product-description{color:var(--text-muted);font-size:.78rem;margin-bottom:.65rem;line-height:1.45;text-align:justify;text-justify:inter-word}.product-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:.5rem}.product-footer:empty{display:none}.product-price{font-size:1rem;font-weight:800;color:var(--secondary)}.product-price span{font-size:.75rem;color:var(--text-muted);font-weight:400}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#071525bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:20000!important;padding:2rem;animation:fadeIn .3s ease}.modal-content{background-color:var(--bg);border-radius:24px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;position:relative;border:1px solid rgba(30,58,138,.1);animation:slideUp .4s cubic-bezier(.16,1,.3,1)}.modal-close-btn{position:absolute;top:1.5rem;right:1.5rem;background-color:var(--bg-alt);border:none;color:var(--secondary);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-fast);z-index:10}.modal-close-btn:hover{background-color:#fee2e2;color:var(--danger)}.modal-grid{display:grid;grid-template-columns:1fr 1.2fr}@media (max-width: 768px){.modal-grid{grid-template-columns:1fr}.modal-image-panel,.modal-info-panel{padding:1.75rem}.modal-product-image{max-height:240px}.modal-overlay{padding:1rem}}@media (max-width: 480px){.product-image-wrapper{height:180px}.modal-image-panel,.modal-info-panel{padding:1.25rem}}.modal-image-panel{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);display:flex;align-items:center;justify-content:center;padding:3rem}.modal-product-image{width:100%;max-height:360px;object-fit:contain}.modal-info-panel{padding:3rem}.modal-category{color:var(--primary);font-weight:700;text-transform:uppercase;font-size:.8rem;letter-spacing:1.5px;margin-bottom:.5rem}.modal-title{font-size:2rem;font-weight:800;color:var(--secondary);margin-bottom:1rem}.modal-price{font-size:1.75rem;font-weight:800;color:var(--primary);margin-bottom:1.5rem}.modal-desc{color:var(--text-muted);margin-bottom:2rem;line-height:1.7;text-align:justify;text-justify:inter-word}.modal-specs-title{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;color:var(--secondary)}.modal-specs-list{list-style:none;margin-bottom:2.5rem}.modal-specs-list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:var(--text);font-size:.925rem}.modal-specs-list li:before{content:"💧";position:absolute;left:0;top:1px;font-size:.9rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-image-wrapper{position:relative}.about-img-box{background:linear-gradient(135deg,var(--primary-light) 0%,rgba(0,255,213,.1) 100%);border-radius:30px;padding:2.5rem;display:flex;justify-content:center;align-items:center;position:relative;box-shadow:var(--shadow-lg)}.about-img-box:before{content:"";position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;border:3px solid var(--primary-light);border-radius:30px;z-index:-1;pointer-events:none}.about-features-badge{position:absolute;bottom:-20px;right:20px;background-color:var(--secondary);color:#fff;padding:1.25rem 2rem;border-radius:20px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:1rem}.badge-number{font-size:2.5rem;font-weight:800;color:var(--primary);line-height:1}.badge-text{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;line-height:1.3}.about-text h3{font-size:2rem;margin-bottom:1.25rem;color:var(--secondary)}.about-paragraph{color:var(--text-muted);margin-bottom:2rem;font-size:1.05rem;text-align:justify;text-justify:inter-word}.about-hero-banner{position:relative;width:100%;height:600px;min-height:600px;overflow:hidden;margin-top:0;background-color:#f7f9fa}.about-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 25%}.about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:4rem;background:none}.about-hero-title{color:#fff;font-size:3rem;font-weight:800;margin-bottom:.75rem}.about-hero-title span{color:var(--accent)}.about-hero-desc{color:#f8fafcd9;font-size:1.1rem;font-weight:600;letter-spacing:.3px}.about-hero-title,.about-hero-desc{display:none}@media (max-width: 768px){.about-hero-banner{height:350px!important;min-height:350px!important}}.about-split-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:3rem;align-items:center;max-width:1100px;margin:0 auto}.about-split-img-wrap{position:relative;display:flex;flex-direction:column}.about-split-img{width:100%;height:480px;object-fit:cover;object-position:center bottom;border-radius:16px;box-shadow:var(--shadow-md);display:block}.about-split-badge{position:absolute;bottom:116px;right:16px;background-color:var(--secondary);color:#fff;padding:.85rem 1.25rem;border-radius:14px;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.75rem}.about-split-badge .badge-number{color:#fff}.about-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.about-gallery-thumb{width:100%;height:100px;object-fit:cover;border-radius:12px;box-shadow:var(--shadow-sm);border:2px solid transparent;transition:transform var(--transition-normal),border-color var(--transition-normal);cursor:pointer}.about-gallery-thumb:hover{transform:translateY(-2px);border-color:var(--primary)}.about-split-text h2{margin-bottom:1rem}@media (max-width: 992px){.about-split-grid{grid-template-columns:1fr;gap:2rem}.about-split-badge{right:0}.about-split-img{height:320px!important;max-height:none!important;object-fit:cover;object-position:center bottom}}.mv-image-grid{display:grid;grid-template-columns:repeat(2,minmax(300px,420px));justify-content:center;gap:2rem;width:100%}.mv-image-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition-normal);display:flex;flex-direction:column;max-width:420px;width:100%;margin:0 auto}.mv-image-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#1e3a8a33}.mv-img-wrapper{position:relative;height:auto;aspect-ratio:16 / 9;width:100%;overflow:hidden;background:linear-gradient(135deg,var(--primary-light) 0%,rgba(0,255,213,.1) 100%)}.mv-card-img{width:100%;height:100%;object-fit:cover;object-position:center center}.mission-card .mv-card-img{object-position:center 75%}.mv-img-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#07152500 60%,#07152540);pointer-events:none}.mv-card-content{padding:1.15rem 1.25rem 1.25rem;position:relative;flex-grow:1;display:flex;flex-direction:column}.mv-card-icon-wrap{width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-top:-36px;margin-bottom:.6rem;border:3px solid var(--bg);z-index:2}.mission-icon{color:var(--primary)}.vision-icon{color:var(--accent)}.mv-card-heading{font-size:1.15rem;font-weight:700;color:var(--secondary);margin-bottom:.45rem}.mv-card-para{color:var(--text-muted);font-size:.85rem;line-height:1.5;margin-bottom:.85rem;text-align:justify;text-justify:inter-word}.mv-card-points{list-style:none;display:flex;flex-direction:column;gap:.45rem;margin-top:auto}.mv-card-points li{font-size:.85rem;color:var(--text);font-weight:550}@media (max-width: 768px){.mv-image-grid{grid-template-columns:1fr;gap:1.75rem;max-width:480px;margin:0 auto}}.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.about-value-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:2rem 1.5rem;text-align:center;position:relative;overflow:hidden;transition:var(--transition-normal)}.about-value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--vcolor, var(--primary))}.about-value-icon{font-size:2.25rem;margin-bottom:1rem}.about-value-title{font-size:1.05rem;font-weight:700;color:var(--secondary);margin-bottom:.5rem}.about-value-desc{font-size:.88rem;color:var(--text-muted);line-height:1.5}.about-value-bar{height:4px;width:40px;background:var(--vcolor, var(--primary));border-radius:4px;margin:1.25rem auto 0}@media (max-width: 900px){.about-values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.about-values-grid{grid-template-columns:1fr}}.about-strengths-list{display:flex;flex-direction:column;gap:.25rem}.about-strength-row{display:flex;align-items:center;gap:1rem;padding:.85rem 0;border-bottom:1px dashed var(--border)}.about-strength-row:last-child{border-bottom:none}.about-strength-icon{font-size:1.3rem;flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--primary-light);border-radius:10px}.about-strength-text{font-size:.98rem;color:var(--text);font-weight:550}.about-offer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.about-offer-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition-normal)}.about-offer-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#1e3a8a40}.about-offer-img-wrap{position:relative;height:150px;overflow:hidden}.about-offer-img{width:100%;height:100%;object-fit:cover}.about-offer-icon-badge{position:absolute;bottom:-18px;left:16px;width:42px;height:42px;border-radius:12px;background:#fff;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;font-size:1.2rem}.about-offer-body{padding:1.75rem 1.25rem 1.25rem}.about-offer-title{font-size:1rem;font-weight:700;color:var(--secondary);margin-bottom:.5rem}.about-offer-desc{font-size:.85rem;color:var(--text-muted);line-height:1.5;text-align:justify;text-justify:inter-word}@media (max-width: 1100px){.about-offer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.about-offer-grid{grid-template-columns:1fr}}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.mv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:1rem}.mv-card{background:var(--bg);border:1px solid var(--border);border-radius:20px;padding:2.5rem;box-shadow:var(--shadow-sm)}.mv-title{font-size:1.4rem;font-weight:700;color:var(--secondary);margin:1rem 0 .75rem}.mv-desc{color:var(--text-muted);font-size:.98rem;line-height:1.6}.pillar-card{background-color:var(--bg);border:1px solid var(--border);padding:1.5rem;border-radius:16px;transition:var(--transition-fast)}.pillar-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:var(--shadow-md)}.pillar-icon{color:var(--primary);margin-bottom:1rem}.pillar-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--secondary)}.pillar-desc{font-size:.85rem;color:var(--text-muted);line-height:1.4}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:1080px;margin-left:auto;margin-right:auto}@media (max-width: 1024px) and (min-width: 641px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.services-grid{grid-template-columns:minmax(0,1fr);gap:1rem}}.service-card{background-color:var(--bg);border:1px solid rgba(226,232,240,.8);border-radius:12px;padding:1.5rem;text-align:left;transition:var(--transition-normal);position:relative;overflow:hidden;box-shadow:var(--shadow-sm);width:100%;min-width:0;box-sizing:border-box}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary),var(--accent));opacity:0;transition:var(--transition-fast)}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#1e3a8a33}.service-card:hover:before{opacity:1}.service-icon-wrapper{width:52px;height:52px;background-color:var(--primary-light);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:1rem;transition:var(--transition-fast)}.service-card:hover .service-icon-wrapper{background-color:var(--primary);color:#fff;transform:scale(1.05) rotate(5deg);box-shadow:0 6px 12px #1e3a8a33}.service-title{font-size:1.15rem;margin-bottom:.6rem;font-weight:700;line-height:1.3;color:var(--secondary)}.service-desc{color:var(--text-muted);font-size:.9rem;line-height:1.55;text-align:justify;text-justify:inter-word}@media (max-width: 992px){.hero-grid,.about-grid{grid-template-columns:1fr;gap:4rem}}.contact-hero{max-width:720px;margin:0 auto 3.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.9rem}.contact-badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--primary-light);color:var(--primary);font-size:.8rem;font-weight:700;padding:.4rem .9rem;border-radius:999px;letter-spacing:.02em}.contact-info-title{font-size:2.4rem;font-weight:800;color:var(--secondary);background:linear-gradient(90deg,var(--secondary),var(--primary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.contact-info-desc{color:var(--text-muted);font-size:1.02rem;line-height:1.7}.office-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;max-width:1200px;margin:0 auto}@media (max-width: 992px){.office-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.office-grid{grid-template-columns:1fr}}@keyframes officeCardIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.office-card{position:relative;display:flex;flex-direction:column;background-color:var(--bg);border:1px solid rgba(226,232,240,.9);border-radius:20px;padding:2rem 1.75rem 1.75rem;text-decoration:none;overflow:hidden;animation:officeCardIn .55s ease both;transition:transform var(--transition-normal),box-shadow var(--transition-normal),border-color var(--transition-normal),background-color var(--transition-normal)}.office-card:hover{transform:translateY(-8px);background-color:var(--primary-light);box-shadow:var(--shadow-lg);border-color:var(--primary)}.office-icon{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;background:var(--secondary);color:var(--accent);margin-bottom:1.25rem;transition:transform var(--transition-normal)}.office-card:hover .office-icon{transform:rotate(-8deg) scale(1.08)}.office-region{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:.6rem}.office-name{font-size:1.05rem;font-weight:800;color:var(--secondary);margin-bottom:.6rem;line-height:1.35}.office-address{color:var(--text-muted);font-size:.92rem;line-height:1.6;margin-bottom:1.25rem;flex-grow:1}.office-phone-row{display:flex;align-items:baseline;gap:.5rem;padding-top:1rem;border-top:1px dashed var(--border);margin-bottom:.75rem}.office-phone-label{font-size:.82rem;font-weight:800;color:var(--primary)}.office-phone-number{font-size:.95rem;font-weight:700;color:var(--secondary);letter-spacing:.01em}.office-call-hint{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;color:var(--text-muted);opacity:0;transform:translate(-4px);transition:opacity var(--transition-fast),transform var(--transition-fast),color var(--transition-fast)}.office-card:hover .office-call-hint{opacity:1;transform:translate(0);color:var(--primary)}.contact-stats-strip{display:flex;justify-content:center;gap:clamp(1.5rem,6vw,4rem);background:var(--bg-dark);border-radius:20px;padding:1.75rem 1.5rem;box-shadow:var(--shadow-lg);max-width:1200px;margin:2.5rem auto 0}.contact-stat{display:flex;flex-direction:column;align-items:center;gap:.2rem}.contact-stat-number{font-size:1.5rem;font-weight:800;color:var(--text-light)}.contact-stat-label{font-size:.78rem;color:#f8fafcbf;text-align:center}@media (max-width: 640px){.contact-stats-strip{gap:1.5rem;flex-wrap:wrap}}.spinner{border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top:3px solid #ffffff;width:20px;height:20px;animation:rotate 1s linear infinite;margin-right:.5rem}footer{background-color:var(--bg-dark);color:var(--text-light);padding:6rem 0 3rem;position:relative;overflow:visible;z-index:0}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:4rem;margin-bottom:4rem;position:relative;z-index:2}@media (max-width: 992px){.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:span 2;margin-bottom:1.5rem}}@media (max-width: 576px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:span 1}}.footer-brand{display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:2}.footer-logo{color:#fff;font-size:1.75rem;position:relative;z-index:2}.footer-logo span{color:#5b9bf5}.footer-brand-desc{color:#e2e8f0;font-size:.95rem;line-height:1.7;position:relative;z-index:2;opacity:1;text-align:justify;text-justify:inter-word}.brand-underline,.social-underline{display:block;color:var(--accent, #00ffd5);overflow:visible;position:relative;z-index:2}.brand-underline{width:160px;height:16px;margin-top:-8px;margin-left:34px}.social-underline{width:170px;height:16px;margin-top:6px}.footer-links-title{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.85rem}.footer-link{color:#94a3b8;font-size:.95rem;cursor:pointer;display:inline-flex;align-items:center;gap:0;position:relative;transition:color .25s ease,gap .25s ease,transform .25s ease}.footer-link:before{content:"›";font-size:1rem;opacity:0;width:0;overflow:hidden;color:var(--accent);transition:opacity .25s ease,width .25s ease;font-weight:700;line-height:1}.footer-link:hover{color:#fff;transform:translate(6px);gap:.3rem}.footer-link:hover:before{opacity:1;width:.8rem}.social-links{display:flex;gap:1rem;margin-top:1rem;position:relative;z-index:3}.social-icon-btn{width:40px;height:40px;background-color:#1b3d64;border:1px solid #3a5f8f;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#e2e8f0;transition:var(--transition-normal);position:relative;z-index:3;opacity:1;visibility:visible}.social-icon-btn:hover{background-color:var(--primary);color:#fff;transform:translateY(-3px) rotate(8deg);box-shadow:0 8px 16px #1e3a8a4d}.footer-bottom{border-top:1px solid #1e3e62;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;color:#cbd5e1;font-size:.875rem;flex-wrap:wrap;gap:1rem;position:relative;z-index:2}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes liquid{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:70% 30% 30% 70%/70% 70% 30% 30%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}@keyframes rotate{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.mobile-nav-toggle{display:block}.nav-container{height:80px}header.scrolled .nav-container{height:65px}.nav-links{position:fixed;top:80px;left:-100%;width:100%;height:calc(100vh - 80px);background-color:var(--bg);flex-direction:column;align-items:center;padding:3rem;gap:2rem;transition:var(--transition-normal);box-shadow:var(--shadow-lg)}header.scrolled .nav-links{top:65px;height:calc(100vh - 65px)}.nav-links.active{left:0}.nav-cta{display:none}.hero-title{font-size:2.75rem}.logo-img{height:65px}.footer-logo-img{height:70px}}@media (max-width: 480px){.logo-img{height:55px}.footer-logo-img{height:50px}}.float-section{padding:6rem 0;overflow:hidden;position:relative}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.grid-2.reverse{direction:ltr}.grid-2.reverse>*:first-child{order:2}.grid-2.reverse>*:last-child{order:1}.section-title-creative{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.section-title-creative span{color:var(--primary);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-paragraph{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.7}.btn-micro{border-radius:12px;padding:.75rem 1.5rem;font-size:.95rem}.section-card-wrapper{display:flex;justify-content:center;align-items:center}.anti-gravity-card{background:#ffffffbf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(30,58,138,.15);border-radius:28px;padding:3rem 2.5rem;max-width:440px;width:100%;box-shadow:0 30px 60px -15px #1e3a8a1f,0 15px 30px -10px #0000000a;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative}.anti-gravity-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 40px 80px -20px #1e3a8a40,0 20px 40px -15px #0000000f;border-color:var(--primary)}.anti-gravity-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1.25rem;color:var(--secondary)}.anti-gravity-card p{color:var(--text-muted);font-size:1.05rem;line-height:1.6;font-style:italic}.card-badge{position:absolute;top:-14px;left:30px;background:var(--primary);color:#fff;padding:.35rem 1rem;border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;box-shadow:0 8px 16px #1e3a8a40}.card-footer-meta{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.9rem}.stats-metric-list{display:flex;flex-direction:column;gap:1rem}.metric-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px dashed var(--border);font-size:1.05rem}.metric-row span{color:var(--text-muted)}.metric-row strong{color:var(--secondary)}.districts-list{list-style:none;display:flex;flex-direction:column;gap:.85rem}.districts-list li{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:var(--secondary)}.districts-list .green{color:var(--success);font-size:.85rem;background:var(--primary-light);padding:.2rem .6rem;border-radius:4px}.legacy-timeline{display:flex;flex-direction:column;gap:1.1rem;position:relative;padding-left:1.5rem}.legacy-timeline:before{content:"";position:absolute;left:4px;top:8px;bottom:8px;width:2px;background:var(--primary-light)}.timeline-node{position:relative;font-size:1rem;color:var(--text-muted)}.timeline-node:before{content:"";position:absolute;left:-21px;top:6px;width:8px;height:8px;border-radius:50%;background:var(--primary);border:2px solid white;box-shadow:0 0 0 2px var(--primary-light)}.timeline-node span{font-weight:700;color:var(--primary)}@keyframes drift1{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(.4deg)}to{transform:translateY(0) rotate(0)}}@keyframes drift2{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-22px) rotate(-.4deg)}to{transform:translateY(0) rotate(0)}}@keyframes drift3{0%{transform:translateY(0) translate(0)}50%{transform:translateY(-16px) translate(6px)}to{transform:translateY(0) translate(0)}}@keyframes drift4{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-18px) scale(1.008)}to{transform:translateY(0) scale(1)}}.float-section-1 .anti-gravity-card{animation:drift1 7.5s ease-in-out infinite}.float-section-2 .anti-gravity-card{animation:drift2 9s ease-in-out infinite}.float-section-3 .anti-gravity-card{animation:drift3 8s ease-in-out infinite}.float-section-4 .anti-gravity-card{animation:drift4 8.5s ease-in-out infinite}@media (max-width: 991px){.grid-2{grid-template-columns:1fr;gap:3rem}.grid-2.reverse>*:first-child{order:unset}.grid-2.reverse>*:last-child{order:unset}.section-card-wrapper{margin-top:1rem}}.brand-tag{display:inline-block;font-size:.9rem;font-weight:700;color:var(--primary);letter-spacing:1.5px;margin-bottom:1.25rem;background:var(--primary-light);padding:.4rem 1rem;border-radius:50px}.stat-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card-new{background:#fff;border-radius:20px;padding:2.5rem 2rem;text-align:center;box-shadow:0 10px 30px #1e3a8a0d;border:1px solid rgba(30,58,138,.06);transition:all var(--transition-normal);display:flex;flex-direction:column;align-items:center}.stat-card-new:hover{transform:translateY(-8px);box-shadow:0 20px 45px #1e3a8a26;border-color:var(--primary)}.stat-card-icon{font-size:2.5rem;margin-bottom:1rem}.stat-card-number{font-size:2.75rem;font-weight:800;color:var(--secondary);line-height:1.1;margin-bottom:.5rem;font-family:var(--font-family-title);background:linear-gradient(135deg,var(--secondary),var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-card-title{font-size:1.2rem;font-weight:700;color:var(--secondary);margin-bottom:.75rem}.stat-card-desc{font-size:.95rem;color:var(--text-muted);line-height:1.5}@media (max-width: 991px){.stat-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 576px){.stat-cards-grid{grid-template-columns:1fr;gap:1.25rem}}.hero-sub-heading-border{font-size:1.2rem;font-weight:600;color:var(--primary);border-left:4px solid var(--primary);padding-left:1.25rem;margin-bottom:1.75rem;line-height:1.4;font-family:var(--font-family-body)}.hero-saas-layout{position:relative;min-height:90vh;width:100%;display:grid;grid-template-columns:42vw 58vw;padding:0;overflow:hidden;background:#fff!important}.hero-left-panel{position:relative;z-index:5;background-color:#fff;display:flex;align-items:center;justify-content:flex-end;padding:5rem 3rem 5rem 6rem;min-height:90vh}.hero-left-panel .hero-content{max-width:520px;width:100%;padding:0;animation:heroTextFadeUp 1s cubic-bezier(.16,1,.3,1) both}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#0f52ba14;color:var(--primary);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.4rem 1rem;border-radius:100px;margin-bottom:1.5rem;border:1px solid rgba(15,82,186,.15)}.hero-left-panel .hero-title{color:#0b3c6d;font-size:3.4rem;font-weight:800;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-left-panel .hero-title span{color:var(--primary);display:block}.hero-left-panel .hero-subtitle{color:#374151;font-size:1rem;line-height:1.8;margin-bottom:2.5rem;font-weight:400;max-width:440px;background:transparent;padding:0;border-radius:0;border:none;backdrop-filter:none;-webkit-backdrop-filter:none}.hero-left-panel .hero-buttons{display:flex;gap:1.25rem;align-items:center}.hero-left-panel .btn-secondary{background-color:#fff;border-color:#0b3c6d;color:#0b3c6d;font-weight:600}.hero-left-panel .btn-secondary:hover{background-color:#0b3c6d;border-color:#0b3c6d;color:#fff}.hero-trust-row{display:flex;align-items:center;gap:1.25rem;margin-top:3rem;flex-wrap:wrap;background:transparent;padding:0;border-radius:0;border:none;backdrop-filter:none;-webkit-backdrop-filter:none}.hero-trust-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.875rem;font-weight:600}.hero-trust-item svg{color:var(--primary)}.hero-trust-divider{width:1px;height:16px;background-color:#cbd5e1}.hero-right-panel{position:relative;z-index:1;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#fff}.hero-right-panel .hero-slides-container{position:relative;width:100%;aspect-ratio:1024 / 558;z-index:1;overflow:hidden}.hero-right-panel .hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:1;z-index:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.hero-right-panel .hero-slide.hero-slide-waterfall{background-size:175%!important;background-position:85% 15%!important}.hero-right-panel .hero-slide.active,.hero-right-panel .hero-slide.prev{transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.hero-right-panel .hero-slide.next{transform:translate(100%);z-index:1;transition:none!important}.hero-right-panel .hero-slide.active{transform:translate(0);z-index:2}.hero-right-panel .hero-slide.prev{transform:translate(-100%);z-index:1}.hero-curve-divider{position:absolute;top:0;left:42vw;width:12vw;height:100%;z-index:6;pointer-events:none}.hero-curve-divider svg{width:100%;height:100%;display:block}@keyframes heroTextFadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.hero-saas-layout{grid-template-columns:46vw 54vw}.hero-left-panel{padding:6rem 3rem 6rem 4rem}.hero-left-panel .hero-title{font-size:3rem}}@media (max-width: 991px){.hero-saas-layout{display:flex;flex-direction:column;height:auto;min-height:auto}.hero-right-panel{order:1;width:100%;height:56.25vw;background-color:#f8fafc}.hero-right-panel .hero-slides-container{left:0;width:100%}.hero-curve-divider{display:none}.hero-left-panel{order:2;width:100%;padding:4rem 2rem 5rem;justify-content:center}.hero-left-panel .hero-content{max-width:600px}.hero-left-panel .hero-title{font-size:2.75rem;text-align:center}.hero-left-panel .hero-title span{display:inline;margin-left:.5rem}.hero-left-panel .hero-subtitle{text-align:center}.hero-left-panel .hero-buttons{justify-content:center}.hero-trust-row{justify-content:center;margin-top:2.5rem}}@media (max-width: 576px){.hero-right-panel{order:1;width:100%;height:56.25vw;background-color:#f8fafc}.hero-left-panel{padding:3rem 1.5rem 4rem}.hero-left-panel .hero-title{font-size:2.1rem}.hero-left-panel .hero-buttons{flex-direction:column;align-items:stretch}.hero-left-panel .hero-buttons .btn{width:100%;text-align:center;justify-content:center}.hero-trust-row{flex-direction:column;gap:.75rem}.hero-trust-divider{display:none}}.hp-section{padding:6rem 0}.hp-section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.hp-stat-badge{display:inline-block;background:linear-gradient(135deg,#e0f2fe,#bfdbfe);color:#1e3a8a;font-size:1.1rem;font-weight:800;padding:.5rem 1.5rem;border-radius:50px;margin-bottom:1.25rem;letter-spacing:.5px}.hp-stat-badge-light{background:#ffffff2e;color:#fff;border:1px solid rgba(255,255,255,.3)}.hp-section-title{font-size:2.6rem;font-weight:800;color:#0a2540;line-height:1.2;margin-bottom:1rem}.hp-customers-section{background:#f8fbff;padding-top:3.5rem}.hp-customer-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:4rem}.hp-customer-card{background:#fff;border-radius:20px;padding:2rem 1.5rem;text-align:center;border:2px solid transparent;box-shadow:0 4px 20px #1e3a8a0f;transition:all .3s ease;cursor:pointer}.hp-customer-card:hover{border-color:var(--accent);transform:translateY(-6px);box-shadow:0 12px 35px #1e3a8a24}.hp-cust-icon{font-size:2.5rem;margin-bottom:.75rem}.hp-cust-count{font-size:2.2rem;font-weight:800;margin-bottom:.4rem}.hp-cust-label{font-size:1.1rem;font-weight:700;color:#0a2540;margin-bottom:.5rem}.hp-cust-desc{font-size:.9rem;color:#64748b;line-height:1.5}.hp-testimonials-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.hp-testimonial-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #0000000f;border-left:4px solid #1e3a8a;transition:transform .3s ease,box-shadow .3s ease}.hp-testimonial-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #0000001a}.hp-stars{color:#f59e0b;font-size:1.2rem;margin-bottom:1rem}.hp-testimonial-text{color:#374151;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem;font-style:italic;text-align:justify;text-justify:inter-word}.hp-testimonial-author{display:flex;align-items:center;gap:.85rem}.hp-author-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#1e3a8a,#14265c);color:#fff;font-weight:800;font-size:1.2rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hp-author-name{font-weight:700;color:#0a2540;font-size:.95rem}.hp-author-role{font-size:.82rem;color:#64748b}.hp-plants-section{background:#fff;position:relative;overflow:hidden;padding:6rem 0;border-bottom:1px solid #f0f5ff}.hp-plants-bg-accent{position:absolute;top:-100px;right:-100px;width:450px;height:450px;border-radius:50%;background:#1e3a8a08;pointer-events:none}.hp-plants-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.hp-plants-image-panel{display:flex;justify-content:center;align-items:center;width:100%}.hp-plant-img{max-width:100%;max-height:520px;object-fit:contain;border-radius:16px;box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.hp-plant-img:hover{transform:scale(1.025);box-shadow:0 25px 35px -5px #1e3a8a2e}.hp-plant-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.85rem;margin:2rem 0 2.5rem}.hp-plant-chip{display:flex;align-items:center;gap:.85rem;background:#f8fbff;border:1px solid #e2edff;border-radius:12px;padding:.85rem 1rem;transition:all .25s ease;cursor:default}.hp-plant-chip:hover{background:#e0f2fe;border-color:#1e3a8a;transform:translateY(-2px)}.hp-plant-chip span{font-size:1.5rem;flex-shrink:0;display:inline-flex;align-items:center}.hp-rupee-icon{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;background-color:#ff9800;color:#fff;border-radius:50%;font-size:1.1rem;font-weight:700;line-height:1;box-shadow:0 2px 5px #ff98004d}.hp-chip-label{font-size:.9rem;font-weight:700;color:#0a2540}.hp-chip-cap{font-size:.78rem;color:#64748b}.hp-service-section{background:#fff}.hp-service-types{display:grid;grid-template-columns:repeat(3,1fr);gap:1.15rem;margin:0 auto 3rem;max-width:1200px;width:100%}.hp-service-card{border-radius:12px;padding:1.25rem 1.15rem;background:#f8fbff;border:1px solid #e2edff;transition:all .3s ease;cursor:default;text-align:left!important;display:flex;flex-direction:column;width:100%}.hp-service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000000d;border-color:var(--scolor)}.hp-svc-icon-wrap{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:.85rem;flex-shrink:0}.hp-svc-title{font-size:.95rem;font-weight:700;color:#0a2540;margin-bottom:.45rem;text-align:left!important}.hp-svc-desc{font-size:.82rem;color:#64748b;line-height:1.5;margin-bottom:.85rem;text-align:justify;text-justify:inter-word;flex-grow:1}.hp-svc-cta{font-size:.82rem;font-weight:700;cursor:pointer;transition:letter-spacing .2s;text-align:left!important;display:inline-block;margin-top:auto}.hp-svc-cta:hover{letter-spacing:.5px}.hp-service-cta-row{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:1rem}.hp-phone-link{display:flex;align-items:center;gap:.6rem;font-size:1.15rem;font-weight:700;color:#0a2540;text-decoration:none;transition:color .2s}.hp-phone-link:hover{color:#1e3a8a}.hp-experience-section{background:#f8fbff}@media (max-width: 1100px){.hp-plants-layout{grid-template-columns:1fr;gap:3rem}.hp-service-types{grid-template-columns:repeat(2,1fr);max-width:800px}}@media (max-width: 900px){.hp-testimonials-row{grid-template-columns:1fr;max-width:520px;margin:0 auto}.hp-section-title{font-size:2rem}}@media (max-width: 768px){.hp-customers-section .hp-section-header{max-width:100%;padding:0 1rem}.hp-customers-section .hp-section-desc{max-width:100%;padding:0 .5rem}.hp-service-section .hp-section-header{max-width:100%;padding:0 1rem}.hp-service-section .hp-section-desc{max-width:100%;padding:0 .5rem}.hp-experience-section .hp-section-header{max-width:100%;padding:0 1rem}.hp-experience-section .hp-section-desc{max-width:100%;padding:0 .5rem}.hp-service-card{text-align:left!important;padding:1.5rem}.hp-service-card,.hp-service-card *{text-align:left!important}}@media (max-width: 600px){.hp-section{padding:4rem 0}.hp-service-types{grid-template-columns:1fr;max-width:500px}.hp-plant-types{grid-template-columns:1fr}.hp-section-title{font-size:1.75rem}}@media (max-width: 480px){.hp-customers-section .hp-section-title,.hp-service-section .hp-section-title,.hp-experience-section .hp-section-title{font-size:1.6rem!important}.hp-customers-section .hp-section-desc,.hp-service-section .hp-section-desc,.hp-experience-section .hp-section-desc{font-size:.95rem}}.hp-customers-section .hp-section-header{text-align:center!important;max-width:820px;margin:0 auto 3rem}.hp-customers-section .hp-section-title{text-align:center!important}.hp-customers-section .hp-section-subheading{text-align:center!important;display:block;border-left:none;padding-left:0;margin:.75rem auto 1.25rem}.hp-customers-section .hp-section-desc{text-align:center!important;max-width:700px;margin:0 auto 1.5rem}.hp-customers-section .btn{margin:1.5rem auto 0;display:inline-flex}.hp-plants-section .hp-plants-left,.hp-plants-section .hp-plants-left .hp-section-title{text-align:left}.hp-plants-section .hp-plants-left .hp-section-subheading{text-align:left;border-left:4px solid #1e3a8a;padding-left:1rem;display:block;margin:.75rem 0 1.25rem}.hp-plants-section .hp-plants-left .hp-section-desc{text-align:left}.hp-service-section .hp-section-header{text-align:center!important;max-width:780px;margin:0 auto 3.5rem}.hp-service-section .hp-section-title{text-align:center!important}.hp-service-section .hp-section-subheading{text-align:center!important;border-left:none;padding-left:0;display:block;margin:.75rem auto 1.25rem}.hp-service-section .hp-section-desc{text-align:center!important;max-width:680px;margin:0 auto}.hp-service-card,.hp-service-card *,.hp-service-card .hp-svc-title,.hp-service-card .hp-svc-desc,.hp-service-card .hp-svc-cta{text-align:left!important}.hp-service-card .hp-svc-icon-wrap{margin-left:0!important;margin-right:auto!important}.hp-experience-section .hp-section-header{text-align:center!important;max-width:780px;margin:0 auto}.hp-experience-section .hp-section-title{text-align:center!important}.hp-experience-section .hp-section-subheading{text-align:center!important;border-left:none;padding-left:0;display:block;margin:.75rem auto 1.25rem}.hp-experience-section .hp-section-desc{text-align:center!important;max-width:680px;margin:0 auto}.hp-service-types .hp-service-card,.hp-service-types .hp-service-card .hp-svc-title{text-align:left!important}.hp-service-types .hp-service-card .hp-svc-desc{text-align:justify!important;text-justify:inter-word}.hp-service-types .hp-service-card .hp-svc-cta{text-align:left!important}.product-showcase-section{background:#f8fbff;border-top:1px solid #eef4ff;border-bottom:1px solid #eef4ff;padding:4rem 0 5rem!important;margin-top:2rem}.marquee-wrapper{overflow:hidden;position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:1.5rem 0}.marquee-content{display:flex;width:max-content;animation:marquee-scroll 45s linear infinite}.marquee-wrapper:hover .marquee-content{animation-play-state:paused}.marquee-item-group{display:flex;gap:2rem;padding-right:2rem}.marquee-card{width:180px;height:180px;background:transparent;border-radius:16px;box-shadow:none;display:flex;align-items:center;justify-content:center;padding:1.25rem;border:none;transition:transform .3s ease}.marquee-card:hover{transform:translateY(-5px) scale(1.06);box-shadow:none}.marquee-img{max-width:100%;max-height:100%;object-fit:contain}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 576px){.product-showcase-section{padding:3rem 0 4rem!important}.marquee-card{width:130px;height:130px;padding:.75rem;border-radius:12px}.marquee-item-group{gap:1.25rem;padding-right:1.25rem}}.hero-right-panel .hero-slide:before{display:none!important;content:none!important;filter:none!important;opacity:0!important}.global-floating-marquee{position:fixed;bottom:0;left:0;width:100%;height:130px;z-index:99999!important;pointer-events:none;background:transparent;overflow:hidden;display:flex;align-items:center;transition:transform .5s cubic-bezier(.25,.8,.25,1),opacity .5s ease}.global-floating-marquee.marquee-toggled-hide{transform:translate3d(0,160px,0);opacity:0;pointer-events:none}.floating-marquee-toggle-btn{position:fixed;z-index:100000;display:flex;align-items:center;gap:6px;padding:8px 16px;font-family:var(--font-family-body);font-size:13px;font-weight:600;border-radius:30px;cursor:pointer;box-shadow:0 4px 15px #1e3a8a26;transition:all .3s cubic-bezier(.25,.8,.25,1);border:1px solid rgba(30,58,138,.1);will-change:transform,opacity;white-space:nowrap;width:max-content}.floating-marquee-toggle-btn.hide-btn{bottom:175px;right:35px;background:#ffffffe6;color:#1e3a8a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.floating-marquee-toggle-btn.hide-btn:hover{background:#1e3a8a;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #1e3a8a40}.floating-marquee-toggle-btn.show-btn{bottom:25px;right:35px;background:#1e3a8a;color:#fff}.floating-marquee-toggle-btn.show-btn:hover{background:#14265c;transform:translateY(-2px);box-shadow:0 6px 20px #14265c4d}.floating-marquee-content{display:flex;width:max-content;align-items:center;flex-shrink:0}.floating-marquee-content:hover,.floating-marquee-content:has(.floating-product-item:hover){animation-play-state:paused}.floating-marquee-group{display:flex;align-items:center;gap:4rem;padding-right:4rem;flex-shrink:0;isolation:auto}.floating-product-item{display:flex;align-items:center;justify-content:center;pointer-events:auto;cursor:pointer;transition:transform .4s cubic-bezier(.25,.8,.25,1);background:transparent;flex-shrink:0;isolation:auto}.floating-product-img{height:90px;width:auto;display:block;object-fit:contain;flex-shrink:0;mix-blend-mode:multiply;transition:transform .3s ease}.floating-product-item:hover{transform:translateY(-8px) scale(1.08)}.floating-product-item:hover .floating-product-img{filter:none}@keyframes floating-marquee-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-33.3333%,0,0)}}@media (max-width: 768px){.global-floating-marquee{bottom:0;height:90px;width:100%;max-width:100%;border-radius:0}.floating-marquee-toggle-btn.hide-btn{bottom:115px;right:20px;padding:6px 12px;font-size:11px}.floating-marquee-toggle-btn.show-btn{bottom:15px;right:20px;padding:6px 12px;font-size:11px}.floating-marquee-group{gap:2.5rem;padding-right:2.5rem}.floating-product-img{height:var(--product-mobile-size, 70px)}}.choose-slides-container{position:relative;width:100%;height:480px;overflow:hidden;border-radius:24px;box-shadow:var(--shadow-md);background-color:#f3f4f6;z-index:1}@media (max-width: 768px){.choose-slides-container{height:320px}}.choose-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center bottom;background-repeat:no-repeat;opacity:1;z-index:1;border-radius:24px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.choose-slide.active,.choose-slide.prev{transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.choose-slide.next{transform:translate(100%);z-index:1;transition:none!important}.choose-slide.active{transform:translate(0);z-index:2}.choose-slide.prev{transform:translate(-100%);z-index:1}.choose-scroll-outer{width:100%;height:480px;overflow:hidden;border-radius:24px;box-shadow:var(--shadow-md);position:relative}@media (max-width: 768px){.choose-scroll-outer{height:280px}}.choose-panel{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center top;background-repeat:no-repeat}.choose-panel-0{animation:choosePanel0 14s linear infinite;z-index:2}@keyframes choosePanel0{0%{transform:translate(0)}35.71%{transform:translate(0)}50%{transform:translate(-100%)}50.01%{transform:translate(100%)}85.71%{transform:translate(100%)}to{transform:translate(0)}}.choose-panel-1{animation:choosePanel1 14s linear infinite;z-index:1}@keyframes choosePanel1{0%{transform:translate(100%)}35.71%{transform:translate(100%)}50%{transform:translate(0)}85.71%{transform:translate(0)}to{transform:translate(-100%)}}.choose-scroll-label{position:absolute;top:16px;left:16px;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;font-size:13px;font-weight:600;padding:5px 14px;border-radius:20px;letter-spacing:.5px;pointer-events:none;-webkit-user-select:none;user-select:none}.lightbox-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000000!important;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:fadeInLightbox .25s ease-out;cursor:zoom-out}@keyframes fadeInLightbox{0%{opacity:0}to{opacity:1}}.lightbox-close-btn{position:absolute;top:24px;right:24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:50%;width:48px;height:48px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease;z-index:1000002}.lightbox-close-btn:hover{background:#fff3;transform:scale(1.1)}.lightbox-img{max-width:90%;max-height:80%;object-fit:contain;border-radius:16px;background:#fff;padding:24px;box-shadow:0 20px 50px #00000080;animation:scaleInLightbox .3s cubic-bezier(.34,1.56,.64,1);cursor:default}@keyframes scaleInLightbox{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.lightbox-caption{color:#fff;font-size:1.1rem;font-weight:500;margin-top:20px;text-align:center;letter-spacing:.5px;text-shadow:0 2px 4px rgba(0,0,0,.8);animation:fadeInLightbox .4s ease-out}.zoom-lens{position:absolute;border:2px dashed var(--primary-light)!important;background:#1e3a8a26!important;box-shadow:0 0 12px #1e3a8a4d;pointer-events:none;border-radius:4px}.zoom-window{position:absolute;top:0;right:0;width:54.5%;height:100%;background-color:#fff;background-size:220% 220%;background-repeat:no-repeat;border-left:1px solid rgba(0,0,0,.1);border-top-right-radius:24px;border-bottom-right-radius:24px;z-index:99;pointer-events:none;box-shadow:-8px 0 24px #0000000d;animation:zoomWindowFadeIn .18s cubic-bezier(.16,1,.3,1)}@keyframes zoomWindowFadeIn{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.zoom-lens,.zoom-window{display:none!important}}
