:root{--brand-navy:#0b2f59;--brand-blue:#124f91;--brand-cyan:#0d91aa;--brand-green:#4e9f3d;--brand-orange:#d57a28;--brand-ink:#122033;--brand-muted:#5c6d80;--brand-soft:#f2f7fa;--brand-line:#dbe6ee;--white:#fff;--shadow-sm:0 10px 30px rgba(13,53,91,.08);--shadow-md:0 22px 60px rgba(13,53,91,.14);--radius-sm:12px;--radius-md:20px;--radius-lg:30px;--header-height:86px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--brand-ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.75;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:var(--brand-blue);text-decoration:none}a:hover{color:var(--brand-navy)}h1,h2,h3,h4,h5,h6{color:var(--brand-navy);font-weight:750;line-height:1.18;letter-spacing:-.025em}h1{font-size:clamp(2.45rem,5vw,5rem)}h2{font-size:clamp(2rem,3.4vw,3.25rem)}h3{font-size:clamp(1.2rem,2vw,1.55rem)}p:last-child{margin-bottom:0}.lead{color:#324a61;font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.75}.skip-link{position:fixed;left:12px;top:-60px;z-index:9999;padding:.75rem 1rem;color:#fff;background:#000;border-radius:8px;transition:top .2s}.skip-link:focus{top:12px;color:#fff}.container{max-width:1240px}.section{position:relative;padding:96px 0}.section-soft{background:var(--brand-soft)}.section-brand{overflow:hidden;background:radial-gradient(circle at 85% 20%,rgba(32,167,183,.3),transparent 30%),linear-gradient(135deg,var(--brand-navy),#0b447e)}.section-brand:before{content:"";position:absolute;inset:0;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:34px 34px}.section-brand>.container{position:relative}.section-brand h2,.section-brand h3,.section-brand p,.section-brand li{color:#fff}.section-heading{max-width:850px;margin-bottom:44px}.section-heading h2{margin:.35rem 0 0}.section-eyebrow,.hero-kicker{display:inline-flex;align-items:center;gap:.6rem;color:var(--brand-cyan);font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.section-eyebrow:before,.hero-kicker:before{content:"";width:28px;height:2px;background:currentColor}.btn{border-radius:999px;font-weight:750;padding:.78rem 1.4rem;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.btn:hover{transform:translateY(-2px)}.btn-brand{color:#fff;border-color:var(--brand-blue);background:linear-gradient(135deg,var(--brand-blue),var(--brand-cyan));box-shadow:0 10px 24px rgba(18,79,145,.22)}.btn-brand:hover,.btn-brand:focus{color:#fff;border-color:var(--brand-navy);background:linear-gradient(135deg,var(--brand-navy),var(--brand-blue));box-shadow:0 14px 30px rgba(18,79,145,.28)}.btn-outline-brand{color:var(--brand-blue);border:1px solid var(--brand-blue);background:transparent}.btn-outline-brand:hover,.btn-outline-brand:focus{color:#fff;background:var(--brand-blue)}.text-link{display:inline-flex;margin-top:.5rem;font-weight:800}.rounded-image{width:100%;border-radius:var(--radius-md);object-fit:cover}.shadow-image{box-shadow:var(--shadow-md)}.site-header{position:sticky;top:0;z-index:1030;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(21,70,110,.08);backdrop-filter:blur(16px);transition:box-shadow .25s ease}.site-header.is-scrolled{box-shadow:0 10px 30px rgba(6,35,66,.11)}.utility-bar{color:#d9e8f5;background:var(--brand-navy);font-size:.78rem;line-height:34px}.navbar{min-height:var(--header-height);padding:.65rem 0}.navbar-brand,.footer-brand{display:inline-flex;align-items:center;gap:.7rem;color:var(--brand-navy)}.brand-logo{width:48px;height:48px;border-radius:50%;object-fit:contain;background:#fff}.navbar-brand span,.footer-brand span{display:flex;flex-direction:column;line-height:1}.navbar-brand strong,.footer-brand strong{color:var(--brand-navy);font-size:1rem;letter-spacing:.04em}.navbar-brand small,.footer-brand small{margin-top:.24rem;color:var(--brand-green);font-size:.65rem;font-weight:800;letter-spacing:.17em}.navbar-nav{gap:.1rem}.nav-link{color:#274158;font-size:.93rem;font-weight:700;padding:.85rem .72rem !important}.nav-link:hover,.nav-link.active,.nav-link.show{color:var(--brand-blue)}.dropdown-menu{border:0;border-radius:14px;padding:.65rem;box-shadow:var(--shadow-md)}.dropdown-item{border-radius:9px;padding:.72rem .85rem;color:#2d465e;font-weight:650}.dropdown-item:hover{color:var(--brand-blue);background:#edf6fb}.mega-menu{left:0 !important;right:0 !important;width:100%;margin-top:0 !important;padding:1.4rem 0;border-radius:0 0 18px 18px}.mega-menu-card{display:flex;min-height:180px;flex-direction:column;padding:1.35rem;color:var(--brand-ink);border:1px solid var(--brand-line);border-radius:16px;background:linear-gradient(150deg,#fff,#f5fbfd);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mega-menu-card:hover{color:var(--brand-ink);transform:translateY(-4px);border-color:#a9d6e3;box-shadow:var(--shadow-sm)}.mega-menu-card span{color:var(--brand-cyan);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.mega-menu-card strong{margin:.55rem 0;color:var(--brand-navy);font-size:1.08rem}.mega-menu-card small{color:var(--brand-muted);line-height:1.6}.navbar-toggler{border:0;box-shadow:none !important}.offcanvas{width:min(92vw,420px) !important}.offcanvas-header{border-bottom:1px solid var(--brand-line)}.mobile-nav-list,.mobile-nav-list ul{margin:0;padding:0;list-style:none}.mobile-nav-list>li{border-bottom:1px solid var(--brand-line)}.mobile-nav-list a,.mobile-nav-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;padding:.95rem 0;color:var(--brand-navy);border:0;background:transparent;font-weight:750;text-align:left}.mobile-nav-list ul{padding:0 0 .75rem 1rem}.mobile-nav-list ul a{padding:.55rem 0;color:var(--brand-muted);font-size:.94rem}.home-hero{position:relative;overflow:hidden;min-height:720px;display:flex;align-items:center;padding:100px 0 110px;background:linear-gradient(118deg,#edf8fb 0%,#fff 54%,#f4f8ed 100%)}.home-hero:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(to top,rgba(255,255,255,.98),transparent);pointer-events:none}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.55}.hero-orb-one{width:420px;height:420px;left:-180px;top:-160px;background:rgba(22,148,175,.18)}.hero-orb-two{width:360px;height:360px;right:-110px;bottom:-90px;background:rgba(101,163,60,.18)}.home-hero .container{position:relative;z-index:2}.home-hero h1{max-width:850px;margin:1rem 0 1.35rem}.hero-lead{max-width:790px;color:#314d65;font-size:clamp(1.12rem,2vw,1.32rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin:2rem 0 1.6rem}.hero-trust{display:flex;flex-wrap:wrap;gap:.75rem}.hero-trust span{padding:.45rem .75rem;color:var(--brand-navy);border:1px solid #c7dbe5;border-radius:999px;background:rgba(255,255,255,.72);font-size:.8rem;font-weight:800}.hero-visual{position:relative;padding:22px;border:1px solid rgba(255,255,255,.7);border-radius:34px;background:rgba(255,255,255,.72);box-shadow:0 32px 70px rgba(18,79,145,.18);transform:rotate(1deg)}.hero-main-image{width:100%;aspect-ratio:1/1.05;border-radius:24px;object-fit:cover}.hero-floating-card{position:absolute;left:-35px;bottom:42px;display:flex;max-width:260px;flex-direction:column;padding:1rem 1.2rem;border:1px solid rgba(255,255,255,.65);border-radius:16px;background:rgba(11,47,89,.94);box-shadow:var(--shadow-md)}.hero-floating-card strong{color:#fff}.hero-floating-card span{color:#cce8ee;font-size:.84rem}.inner-hero{position:relative;overflow:hidden;padding:92px 0;color:#fff;background:linear-gradient(130deg,#092b52,#12568e 70%,#087f92)}.inner-hero-pattern{position:absolute;inset:0;opacity:.2;background-image:radial-gradient(circle at 15% 30%,rgba(255,255,255,.7) 0 1px,transparent 2px),linear-gradient(120deg,transparent 49%,rgba(255,255,255,.15) 50%,transparent 51%);background-size:40px 40px,90px 90px}.inner-hero h1{margin:.75rem 0 1.1rem;color:#fff}.inner-hero .lead{color:#e0eef7}.inner-hero .breadcrumb{margin:0}.inner-hero .breadcrumb-item,.inner-hero .breadcrumb-item a{color:#d4e9f4;font-size:.9rem}.inner-hero .breadcrumb-item.active{color:#fff}.inner-hero .breadcrumb-item+.breadcrumb-item:before{color:#9ac6d9}.inner-hero-media{padding:12px;border:1px solid rgba(255,255,255,.25);border-radius:24px;background:rgba(255,255,255,.08);box-shadow:0 30px 60px rgba(0,0,0,.2)}.inner-hero-image{width:100%;aspect-ratio:4/3;border-radius:16px;object-fit:cover}.check-list{display:grid;gap:.65rem;margin:1.2rem 0 1.6rem;padding:0;list-style:none}.check-list li{position:relative;padding-left:1.75rem}.check-list li:before{content:"✓";position:absolute;left:0;top:.05rem;display:grid;width:1.25rem;height:1.25rem;place-items:center;color:#fff;border-radius:50%;background:linear-gradient(135deg,var(--brand-green),var(--brand-cyan));font-size:.7rem;font-weight:900}.content-card,.feature-card{padding:1.7rem;border:1px solid var(--brand-line);border-radius:var(--radius-md);background:#fff;box-shadow:0 10px 30px rgba(13,53,91,.05);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.content-card:hover,.feature-card:hover{transform:translateY(-5px);border-color:#b9d8e5;box-shadow:var(--shadow-sm)}.content-card h3,.feature-card h3{margin-bottom:.85rem}.feature-card{position:relative;overflow:hidden;padding:2rem}.feature-card:after{content:"";position:absolute;width:110px;height:110px;right:-45px;bottom:-50px;border-radius:50%;background:rgba(13,145,170,.08)}.feature-number{margin-bottom:1.15rem;color:var(--brand-cyan);font-size:.8rem;font-weight:900;letter-spacing:.15em}.product-feature-card{overflow:hidden;height:100%;border:1px solid var(--brand-line);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}.product-feature-media{overflow:hidden;height:300px;background:#eaf2f7}.product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-feature-card:hover .product-card-image{transform:scale(1.035)}.product-feature-body{padding:2rem}.product-feature-body h3{margin:.65rem 0 1rem}.product-feature-body h4{margin-top:1.3rem;font-size:1rem}.image-stack{position:relative;min-height:490px}.image-stack-main{width:84%}.image-stack-main img{height:460px;object-fit:cover}.image-stack-small{position:absolute;right:0;bottom:0;width:48%;padding:9px;border-radius:20px;background:#fff;box-shadow:var(--shadow-md)}.image-stack-small img{height:230px;object-fit:cover}.quality-badge{display:inline-flex;margin-bottom:1.25rem;padding:.5rem .85rem;color:#fff;border-radius:999px;background:var(--brand-green);font-size:.78rem;font-weight:800;text-transform:uppercase}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.industry-pill{display:flex;min-height:105px;align-items:center;justify-content:center;padding:1rem;color:var(--brand-navy);border:1px solid var(--brand-line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm);font-size:1.05rem;font-weight:800;text-align:center}.mini-gallery{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(2,210px);gap:.8rem}.gallery-item{display:block;overflow:hidden;width:100%;padding:0;border:0;border-radius:15px;background:#dde8ef;cursor:zoom-in}.gallery-item-large{grid-row:1 / span 2}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .3s ease}.gallery-item:hover .gallery-image{transform:scale(1.045);filter:saturate(1.06)}.facility-gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:230px;gap:.9rem}.facility-gallery .gallery-item:nth-child(1),.facility-gallery .gallery-item:nth-child(6){grid-column:span 2}.image-modal-close{position:absolute;z-index:2;right:14px;top:14px;padding:.7rem;border-radius:50%;background-color:#fff;opacity:1}#imageModalTarget{width:100%;max-height:86vh;object-fit:contain;background:#071729}.timeline{position:relative;max-width:940px;margin:0 auto;padding-left:40px}.timeline:before{content:"";position:absolute;left:11px;top:5px;bottom:5px;width:2px;background:linear-gradient(var(--brand-cyan),var(--brand-green))}.timeline-item{position:relative;margin-bottom:2.5rem;padding:2rem;border:1px solid var(--brand-line);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}.timeline-marker{position:absolute;left:-38px;top:31px;width:20px;height:20px;border:5px solid #fff;border-radius:50%;background:var(--brand-cyan);box-shadow:0 0 0 2px var(--brand-cyan)}.timeline-year{margin-bottom:.4rem;color:var(--brand-green);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.timeline-content h2{font-size:clamp(1.45rem,2vw,2rem)}.form-card{padding:clamp(1.35rem,4vw,2.5rem);border:1px solid var(--brand-line);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-md)}.form-label{color:var(--brand-navy);font-size:.91rem;font-weight:750}.form-label span{color:#b62929}.form-control,.form-select{min-height:52px;border:1px solid #cbd9e3;border-radius:10px;background-color:#fbfdfe}textarea.form-control{min-height:155px}.form-control:focus,.form-select:focus{border-color:var(--brand-cyan);box-shadow:0 0 0 .22rem rgba(13,145,170,.14)}.enquiry-form.was-validated .form-control:invalid,.enquiry-form.was-validated .form-select:invalid{border-color:#c83d3d}.form-status{min-height:28px;margin-bottom:.7rem;font-weight:700}.form-status.is-success{color:#20743c}.form-status.is-error{color:#a52a2a}.contact-note{display:flex;flex-direction:column;margin-top:1.5rem;padding:1.25rem;border-left:4px solid var(--brand-cyan);border-radius:0 12px 12px 0;background:#eaf6f8}.contact-note strong{color:var(--brand-navy)}.contact-note span{color:var(--brand-muted)}.address-card,.business-hours-card{height:100%;padding:2rem;border:1px solid var(--brand-line);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}.address-card address{margin:1rem 0 0;color:#314b63;font-size:1.08rem;font-style:normal;line-height:1.9}.business-hours-card{color:#fff;background:linear-gradient(135deg,var(--brand-navy),var(--brand-blue))}.business-hours-card h3,.business-hours-card .section-eyebrow{color:#fff}.business-hours-card hr{border-color:rgba(255,255,255,.25)}.display-time{color:#b9edf1;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:850}.business-hours-inline{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.business-hours-inline>div{display:flex;flex-direction:column;padding:1.5rem;border:1px solid var(--brand-line);border-radius:15px;background:#fff}.business-hours-inline span{color:var(--brand-muted)}.business-hours-inline strong{color:var(--brand-navy);font-size:1.2rem}.footer-cta{padding:70px 0 0;background:#fff}.footer-cta-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:-72px;padding:2.2rem 2.5rem;border-radius:24px;background:linear-gradient(135deg,var(--brand-cyan),var(--brand-blue));box-shadow:var(--shadow-md)}.footer-cta-inner h2{max-width:760px;margin:.35rem 0 0;color:#fff;font-size:clamp(1.65rem,3vw,2.55rem)}.site-footer{padding:145px 0 25px;color:#b9c9d8;background:#071e36}.site-footer h2{margin-bottom:1rem;color:#fff;font-size:1.05rem}.site-footer p,.site-footer address{color:#b9c9d8}.site-footer address{font-style:normal}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin-bottom:.52rem}.site-footer a{color:#dce8f2}.site-footer a:hover{color:#fff}.footer-brand{margin-bottom:1.1rem}.footer-brand strong{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.12);color:#8fa6b9;font-size:.87rem}.back-to-top{position:fixed;z-index:1020;right:22px;bottom:22px;display:grid;width:46px;height:46px;place-items:center;color:#fff;border:0;border-radius:50%;background:var(--brand-blue);box-shadow:var(--shadow-sm);opacity:0;visibility:hidden;transform:translateY(12px);transition:.2s ease}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.js [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.js [data-reveal].is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}.js [data-reveal]{opacity:1;transform:none}}@media (min-width:992px){.navbar .dropdown:hover>.dropdown-menu{display:block}.navbar .dropdown-menu{margin-top:0}}@media (max-width:1199.98px){.nav-link{font-size:.87rem;padding-inline:.52rem !important}.facility-gallery{grid-template-columns:repeat(3,1fr)}}@media (max-width:991.98px){:root{--header-height:74px}.section{padding:76px 0}.home-hero{min-height:auto;padding:78px 0 95px}.hero-visual{max-width:600px;margin:1.5rem auto 0;transform:none}.hero-floating-card{left:18px}.inner-hero{padding:72px 0}.inner-hero-media{max-width:620px}.image-stack{min-height:430px}.image-stack-main img{height:400px}.facility-gallery{grid-template-columns:repeat(2,1fr)}.footer-cta-inner{align-items:flex-start;flex-direction:column}}@media (max-width:767.98px){body{font-size:15.5px}.section{padding:62px 0}.section-heading{margin-bottom:30px}.home-hero{padding-top:62px}.hero-actions .btn{width:100%}.hero-floating-card{position:static;max-width:none;margin-top:.8rem}.product-feature-media{height:245px}.product-feature-body,.feature-card,.content-card{padding:1.35rem}.image-stack{min-height:370px}.image-stack-main{width:90%}.image-stack-main img{height:345px}.image-stack-small{width:50%}.image-stack-small img{height:160px}.industry-grid{grid-template-columns:repeat(2,1fr)}.mini-gallery{grid-template-columns:1fr 1fr;grid-template-rows:260px 160px}.gallery-item-large{grid-column:1 / span 2;grid-row:auto}.facility-gallery{grid-auto-rows:190px}.facility-gallery .gallery-item:nth-child(1),.facility-gallery .gallery-item:nth-child(6){grid-column:span 2}.timeline{padding-left:30px}.timeline-item{padding:1.35rem}.timeline-marker{left:-28px}.business-hours-inline{grid-template-columns:1fr}.footer-cta-inner{margin-bottom:-55px;padding:1.7rem}.site-footer{padding-top:125px}.footer-bottom{align-items:flex-start;flex-direction:column}}@media (max-width:479.98px){.navbar-brand .brand-logo{width:42px;height:42px}.navbar-brand strong{font-size:.88rem}.navbar-brand small{font-size:.56rem}.inner-hero{padding:58px 0}.industry-grid{grid-template-columns:1fr}.facility-gallery{grid-template-columns:1fr;grid-auto-rows:220px}.facility-gallery .gallery-item:nth-child(1),.facility-gallery .gallery-item:nth-child(6){grid-column:auto}.form-card{padding:1.15rem}}.admin-bar .site-header{top:32px}@media (max-width:782px){.admin-bar .site-header{top:46px}}.custom-logo-link{display:inline-flex;align-items:center}.custom-logo{width:auto;max-height:56px}.site-footer{position:relative;overflow:hidden;padding:145px 0 28px;color:rgba(231,242,250,.85);background:radial-gradient(circle at 12% 18%,rgba(103,214,179,.18),transparent 24%),radial-gradient(circle at 84% 14%,rgba(13,145,170,.20),transparent 22%),linear-gradient(135deg,#031224 0%,#07284a 38%,#0b4774 72%,#0f6a8d 100%)}.site-footer::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.36),rgba(0,0,0,.12));pointer-events:none}.site-footer>.container{position:relative;z-index:2}.footer-bg-orb{position:absolute;border-radius:50%;filter:blur(16px);opacity:.7;pointer-events:none}.footer-bg-orb-one{width:260px;height:260px;top:95px;left:-50px;background:radial-gradient(circle,rgba(78,159,61,.26) 0%,rgba(78,159,61,0) 68%)}.footer-bg-orb-two{width:320px;height:320px;right:-70px;bottom:25px;background:radial-gradient(circle,rgba(13,145,170,.28) 0%,rgba(13,145,170,0) 70%)}.site-footer h2{display:flex;align-items:center;gap:.65rem;margin-bottom:1.15rem;color:#fff;font-size:1.05rem}.site-footer h2 i{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#fff;background:linear-gradient(135deg,rgba(78,159,61,.95),rgba(13,145,170,.95));box-shadow:0 10px 28px rgba(0,0,0,.18);font-size:.95rem}.site-footer p,.site-footer address{color:rgba(231,242,250,.85)}.site-footer address{margin:0;font-style:normal;line-height:1.8}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer a{color:#eef7ff}.site-footer a:hover{color:#fff}.footer-card{height:100%;padding:1.65rem 1.55rem;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));box-shadow:0 18px 40px rgba(1,12,27,.24);backdrop-filter:blur(10px)}.footer-brand-card p{margin-top:1.2rem;font-size:1.03rem;line-height:1.85}.footer-brand{margin-bottom:.2rem}.footer-brand strong{color:#fff}.footer-links li+li{margin-top:.72rem}.footer-links a{display:inline-flex;align-items:flex-start;gap:.7rem;transition:transform .25s ease,color .25s ease}.footer-links a i{margin-top:.18rem;color:#72d6bc;font-size:.92rem;transition:transform .25s ease,color .25s ease}.footer-links a span{line-height:1.55}.footer-links a:hover{transform:translateX(5px)}.footer-links a:hover i{transform:translateX(2px);color:#ffffff}.footer-contact-list{display:grid;gap:1.1rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.95rem}.footer-icon{flex:0 0 auto;display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;color:#fff;background:linear-gradient(135deg,rgba(18,79,145,.95),rgba(13,145,170,.95));box-shadow:0 12px 26px rgba(0,0,0,.16)}.footer-contact-item p strong{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.14);color:rgba(219,235,246,.78);font-size:.9rem}@media (max-width:991.98px){.footer-card{padding:1.4rem 1.25rem}}@media (max-width:767.98px){.site-footer{padding:120px 0 25px}.footer-bottom{flex-direction:column}}.footer-cta{padding-top:76px;background:#fff}.footer-cta-inner{margin-bottom:-68px;padding:2rem 2.35rem;border:1px solid rgba(255,255,255,.26);border-radius:26px;background:radial-gradient(circle at 92% 14%,rgba(255,255,255,.18),transparent 27%),linear-gradient(120deg,#087e9d 0%,#155aa0 52%,#133f79 100%);box-shadow:0 28px 65px rgba(11,47,89,.24)}.footer-cta-inner .btn{display:inline-flex;align-items:center;gap:.55rem;white-space:nowrap}.site-footer{position:relative;overflow:hidden;padding:136px 0 28px;color:#d8e8f4;background:radial-gradient(circle at 4% 5%,rgba(61,196,170,.18),transparent 25%),radial-gradient(circle at 96% 0%,rgba(47,142,216,.20),transparent 26%),linear-gradient(135deg,#04162a 0%,#082b4d 46%,#0a3f68 100%)}.site-footer::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 92%)}.footer-glow{position:absolute;border-radius:50%;filter:blur(20px);pointer-events:none}.footer-glow-left{width:290px;height:290px;left:-150px;top:120px;background:rgba(75,210,174,.20)}.footer-glow-right{width:340px;height:340px;right:-170px;bottom:-80px;background:rgba(32,143,205,.18)}.site-footer>.container{position:relative;z-index:2}.footer-shell{overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:0 30px 70px rgba(0,9,23,.28);backdrop-filter:blur(14px)}.footer-main-grid{display:grid;grid-template-columns:minmax(300px,1.45fr) minmax(220px,.92fr) minmax(220px,.92fr) minmax(320px,1.35fr);gap:0}.footer-main-grid>*{min-width:0;padding:2.1rem 2rem}.footer-main-grid>*+*{border-left:1px solid rgba(255,255,255,.105)}.footer-brand-column{background:linear-gradient(150deg,rgba(255,255,255,.055),rgba(255,255,255,.018))}.footer-brand{margin-bottom:1.25rem}.footer-brand .brand-logo{width:54px;height:54px;border-radius:50%;object-fit:cover;box-shadow:0 8px 20px rgba(0,0,0,.2)}.footer-brand strong{color:#fff;font-size:1.02rem}.footer-brand small{color:#79d676}.footer-description{margin:0;color:#c7d9e7 !important;font-size:.96rem;line-height:1.8}.footer-primary-link{display:inline-flex;align-items:center;gap:.7rem;margin-top:1.45rem;padding:.7rem .95rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#fff !important;background:rgba(255,255,255,.075);transition:transform .25s ease,background .25s ease,border-color .25s ease}.footer-primary-link:hover{transform:translateY(-2px);border-color:rgba(116,221,193,.45);background:rgba(116,221,193,.11)}.footer-primary-icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#4eaa6c,#1e9bc2)}.footer-primary-link>.bi-arrow-right{margin-left:.2rem}.footer-heading{display:flex;align-items:center;gap:.72rem;margin-bottom:1.25rem}.footer-heading-icon{flex:0 0 auto;display:inline-grid;place-items:center;width:36px;height:36px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#3fae70,#138fb8);box-shadow:0 10px 24px rgba(0,0,0,.16)}.site-footer .footer-heading h2{margin:0;color:#fff;font-size:1.03rem;white-space:nowrap}.footer-links{display:grid;gap:.72rem;margin:0;padding:0;list-style:none}.footer-links li{margin:0}.footer-links a{display:inline-flex;align-items:center;gap:.55rem;color:#e5f1f9;font-size:.94rem;white-space:nowrap;transition:color .22s ease,transform .22s ease}.footer-links a i{color:#6ed7b4;font-size:.73rem}.footer-links a:hover{color:#fff;transform:translateX(4px)}.footer-links a:hover i{color:#fff}.footer-contact-list{display:grid;gap:1.05rem}.footer-contact-item{display:grid;grid-template-columns:44px minmax(0,1fr);gap:.85rem;align-items:start;padding:1rem;border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(255,255,255,.045)}.footer-contact-icon{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#188fc0,#2cb6b2);box-shadow:0 10px 24px rgba(0,0,0,.16)}.footer-contact-label{display:block;margin-bottom:.22rem;color:#fff;font-size:.88rem;font-weight:750}.footer-contact-column address,.footer-contact-column p{margin:0;color:#c9dcea !important;font-size:.9rem;line-height:1.7}.footer-contact-column p+p{margin-top:.12rem}.footer-contact-column strong{color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0;padding:1.05rem 2rem;border-top:1px solid rgba(255,255,255,.11);color:rgba(218,234,245,.72);background:rgba(0,0,0,.09);font-size:.86rem}.footer-bottom-tagline{display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap}.footer-bottom-tagline i{color:#71d6b5}@media (max-width:1199.98px){.footer-main-grid{grid-template-columns:minmax(280px,1.25fr) minmax(210px,.9fr) minmax(210px,.9fr)}.footer-contact-column{grid-column:1 / -1;border-top:1px solid rgba(255,255,255,.105);border-left:0 !important}.footer-contact-list{grid-template-columns:1.35fr 1fr}}@media (max-width:991.98px){.footer-main-grid{grid-template-columns:minmax(270px,1.25fr) minmax(215px,.9fr)}.footer-main-grid>*:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.105)}.footer-contact-column{grid-column:auto;border-left:1px solid rgba(255,255,255,.105) !important}.footer-contact-list{grid-template-columns:1fr}}@media (max-width:767.98px){.site-footer{padding-top:118px}.footer-main-grid{grid-template-columns:1fr}.footer-main-grid>*+*{border-left:0 !important;border-top:1px solid rgba(255,255,255,.105)}.footer-main-grid>*{padding:1.65rem 1.4rem}.footer-bottom{flex-direction:column;align-items:flex-start;padding:1rem 1.4rem}.footer-bottom-tagline{white-space:normal}}.premium-home{overflow:hidden}.premium-home .section{padding:108px 0}.premium-section-title{margin:.55rem 0 1.35rem}.premium-section-heading{max-width:780px;margin-bottom:3.1rem}.premium-section-heading.text-center{margin-inline:auto}.premium-section-heading h2{margin:.55rem 0 1rem}.premium-section-heading p{margin:0;color:#546b80;font-size:1.08rem}.g-xl-6{--bs-gutter-x:4.5rem}.premium-hero{position:relative;background:#071c34}.premium-hero .carousel-inner{overflow:visible}.premium-hero-slide{position:relative;min-height:750px;overflow:hidden;color:#fff}.premium-hero-media,.premium-hero-media img{position:absolute;inset:0;width:100%;height:100%}.premium-hero-media img{object-fit:cover;object-position:center;transform:scale(1.035);transition:transform 8s ease}.premium-hero-slide.active .premium-hero-media img{transform:scale(1)}.premium-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,18,36,.96) 0%,rgba(5,38,67,.88) 43%,rgba(5,35,63,.43) 70%,rgba(2,17,33,.20) 100%)}.premium-hero-overlay-blue{background:linear-gradient(90deg,rgba(2,22,43,.97) 0%,rgba(6,51,86,.89) 46%,rgba(8,70,103,.43) 72%,rgba(3,23,40,.18) 100%)}.premium-hero-overlay-teal{background:linear-gradient(90deg,rgba(3,24,39,.97) 0%,rgba(4,61,71,.88) 47%,rgba(5,94,101,.42) 73%,rgba(2,26,35,.17) 100%)}.premium-hero-pattern{position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.55) 55%,transparent 92%)}.premium-hero-container{position:relative;z-index:3}.min-vh-hero{min-height:750px;padding:88px 0 125px}.premium-hero-content{max-width:830px}.premium-hero-kicker{display:inline-flex;align-items:center;gap:.65rem;padding:.58rem .9rem;border:1px solid rgba(255,255,255,.23);border-radius:999px;color:#dff9f3;background:rgba(255,255,255,.09);backdrop-filter:blur(10px);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.premium-hero-kicker i{color:#79dfbd;font-size:1rem}.premium-hero-content h1,.premium-hero-content h2{max-width:920px;margin:1.25rem 0 1.25rem;color:#fff;font-size:clamp(2.6rem,5.3vw,5.45rem);line-height:1.02;letter-spacing:-.045em;text-shadow:0 8px 28px rgba(0,0,0,.22)}.premium-hero-lead{max-width:790px;margin-bottom:.75rem;color:#e5f1f8;font-size:clamp(1.08rem,1.55vw,1.3rem);line-height:1.7}.premium-hero-copy{max-width:720px;color:#bed2df;font-size:1rem}.premium-hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}.premium-hero-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:54px;padding-inline:1.4rem;border-radius:14px;font-weight:800}.btn-hero-outline{color:#fff;border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.08);backdrop-filter:blur(10px)}.btn-hero-outline:hover{color:#092a4c;border-color:#fff;background:#fff}.premium-hero-float-card{display:flex;align-items:center;gap:1rem;max-width:310px;margin-left:auto;padding:1.15rem 1.25rem;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:rgba(3,27,49,.67);box-shadow:0 22px 55px rgba(0,0,0,.23);backdrop-filter:blur(16px)}.premium-hero-float-icon{display:inline-grid;place-items:center;flex:0 0 auto;width:50px;height:50px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#58b85b,#139bb1);box-shadow:0 12px 30px rgba(10,120,145,.28);font-size:1.25rem}.premium-hero-float-card small{display:block;color:#91b3c6;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.premium-hero-float-card strong{display:block;margin-top:.2rem;color:#fff;font-size:1rem}.premium-hero-control{top:auto;bottom:42px;width:56px;height:56px;opacity:1;z-index:5}.premium-hero-control.carousel-control-prev{left:auto;right:128px}.premium-hero-control.carousel-control-next{right:62px}.premium-hero-control-icon{display:inline-grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.24);border-radius:50%;color:#fff;background:rgba(4,30,52,.52);backdrop-filter:blur(10px);transition:transform .25s ease,background .25s ease}.premium-hero-control:hover .premium-hero-control-icon{transform:translateY(-2px);background:rgba(20,139,165,.86)}.premium-hero-indicators{right:auto;bottom:58px;left:max(24px,calc((100vw - 1240px) / 2));justify-content:flex-start;width:auto;margin:0;gap:.55rem;z-index:5}.premium-hero-indicators [data-bs-target]{width:38px;height:4px;margin:0;border:0;border-radius:999px;background:rgba(255,255,255,.45);opacity:1;transition:width .3s ease,background .3s ease}.premium-hero-indicators .active{width:72px;background:linear-gradient(90deg,#6dd27d,#4ed3d6)}.premium-trust-wrap{position:relative;z-index:8;margin-top:-54px}.premium-trust-bar{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.68);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 28px 65px rgba(6,42,75,.18);backdrop-filter:blur(14px)}.premium-trust-item{display:flex;align-items:center;gap:.85rem;min-height:108px;padding:1.2rem 1.4rem}.premium-trust-item+.premium-trust-item{border-left:1px solid #e2ebf1}.premium-trust-item>span{display:inline-grid;place-items:center;flex:0 0 auto;width:48px;height:48px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#1c88ad,#54a84a);box-shadow:0 10px 24px rgba(23,113,137,.22);font-size:1.15rem}.premium-trust-item strong{display:block;color:var(--brand-navy);font-size:.98rem}.premium-trust-item small{display:block;margin-top:.12rem;color:#6b7e8f;font-size:.8rem}.premium-about-section{padding-top:145px !important;background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%)}.premium-image-collage{position:relative;min-height:580px}.premium-image-collage picture,.premium-image-collage img{width:100%;height:100%}.premium-image-collage img{object-fit:cover}.premium-collage-main{position:absolute;left:0;top:20px;width:68%;height:500px;overflow:hidden;border:10px solid #fff;border-radius:34px;box-shadow:0 28px 65px rgba(11,47,89,.16)}.premium-collage-top{position:absolute;right:0;top:0;width:39%;height:245px;overflow:hidden;border:8px solid #fff;border-radius:28px;box-shadow:0 22px 52px rgba(11,47,89,.15)}.premium-collage-bottom{position:absolute;right:0;bottom:20px;width:43%;height:265px;overflow:hidden;border:8px solid #fff;border-radius:28px;box-shadow:0 22px 52px rgba(11,47,89,.15)}.premium-collage-badge{position:absolute;left:9%;bottom:0;display:flex;min-width:205px;flex-direction:column;padding:1rem 1.25rem;border:1px solid rgba(255,255,255,.4);border-radius:20px;color:#fff;background:linear-gradient(135deg,#0a4479,#078aa2);box-shadow:0 18px 45px rgba(9,66,112,.25)}.premium-collage-badge span{color:#bde4ed;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.premium-collage-badge strong{font-size:2rem;line-height:1.1}.premium-collage-badge small{margin-top:.25rem;color:#e4f3f7}.premium-specialization-card{margin:1.6rem 0;padding:1.4rem 1.5rem;border:1px solid #dfeaf0;border-radius:22px;background:#fff;box-shadow:var(--shadow-sm)}.premium-specialization-card h3{margin-bottom:1rem;font-size:1.08rem}.premium-specialization-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem 1rem}.premium-specialization-grid span{display:flex;align-items:center;gap:.55rem;color:#334c62;font-size:.94rem}.premium-specialization-grid i{color:#47a452;font-size:1.08rem}.premium-inline-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:1.6rem}.premium-inline-actions .btn{display:inline-flex;align-items:center;gap:.55rem}.premium-text-link{display:inline-flex;align-items:center;gap:.45rem;color:var(--brand-navy);font-weight:800}.premium-text-link:hover{color:var(--brand-cyan)}.premium-products-section{position:relative;background:linear-gradient(180deg,#f0f7fa 0%,#fff 100%)}.premium-section-orb{position:absolute;border-radius:50%;filter:blur(4px);opacity:.3}.premium-section-orb-one{width:350px;height:350px;left:-170px;top:70px;background:rgba(13,145,170,.2)}.premium-section-orb-two{width:300px;height:300px;right:-150px;bottom:50px;background:rgba(78,159,61,.18)}.premium-product-card{position:relative;display:flex;height:100%;flex-direction:column;overflow:hidden;border:1px solid #dce8ef;border-radius:28px;background:#fff;box-shadow:0 18px 45px rgba(12,55,92,.09);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.premium-product-card:hover{transform:translateY(-9px);border-color:rgba(13,145,170,.4);box-shadow:0 30px 70px rgba(12,55,92,.16)}.premium-product-card-featured{border-color:rgba(13,145,170,.28)}.premium-product-media{position:relative;height:290px;overflow:hidden;background:#eef5f8}.premium-product-media picture,.premium-product-media img{width:100%;height:100%}.premium-product-media img{object-fit:cover;transition:transform .55s ease}.premium-product-card:hover .premium-product-media img{transform:scale(1.05)}.premium-product-media::after{content:'';position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(to top,rgba(4,31,55,.58),transparent)}.premium-product-label{position:absolute;left:18px;bottom:16px;z-index:2;padding:.45rem .7rem;border-radius:999px;color:#fff;background:rgba(5,40,68,.78);backdrop-filter:blur(8px);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.premium-product-body{position:relative;display:flex;flex:1;flex-direction:column;padding:2rem 1.65rem 1.7rem}.premium-product-icon{position:absolute;right:1.5rem;top:-28px;display:inline-grid;place-items:center;width:58px;height:58px;border:6px solid #fff;border-radius:18px;color:#fff;background:linear-gradient(135deg,#176fba,#16a5a5);box-shadow:0 12px 28px rgba(14,100,142,.25);font-size:1.2rem}.premium-product-body h3{margin:.65rem 0 1rem;font-size:1.27rem;line-height:1.42}.premium-product-body h4{margin:.2rem 0 .6rem;color:#365068;font-size:.9rem;text-transform:uppercase;letter-spacing:.06em}.premium-product-body p{color:#5b6f80}.premium-product-list{display:grid;gap:.52rem;margin:0 0 1.35rem;padding:0;list-style:none}.premium-product-list li{position:relative;padding-left:1.45rem;color:#4a6174;font-size:.93rem}.premium-product-list li::before{content:'\F26A';position:absolute;left:0;top:.02rem;color:#4ca857;font-family:'bootstrap-icons'}.premium-card-link{display:inline-flex;align-items:center;justify-content:space-between;gap:.7rem;margin-top:auto;padding-top:1.1rem;border-top:1px solid #e5edf2;color:var(--brand-navy);font-weight:850}.premium-card-link:hover{color:var(--brand-cyan)}.premium-why-section{background:#fff}.premium-why-image{position:relative;margin-top:2rem;overflow:hidden;border-radius:28px;box-shadow:0 25px 65px rgba(10,54,91,.16)}.premium-why-image picture,.premium-why-image img{width:100%}.premium-why-image img{min-height:420px;object-fit:cover}.premium-why-image::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(5,34,58,.42),transparent 42%)}.premium-why-image-tag{position:absolute;left:20px;right:20px;bottom:20px;z-index:2;display:flex;align-items:center;gap:.8rem;padding:1rem 1.1rem;border:1px solid rgba(255,255,255,.28);border-radius:18px;color:#fff;background:rgba(5,39,66,.78);backdrop-filter:blur(12px)}.premium-why-image-tag i{color:#76d68b;font-size:1.45rem}.premium-why-image-tag span{display:flex;flex-direction:column}.premium-why-image-tag strong{color:#fff}.premium-why-image-tag small{color:#c7dce9}.premium-why-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.premium-why-card{position:relative;min-height:230px;overflow:hidden;padding:1.55rem;border:1px solid #dfe9ef;border-radius:22px;background:linear-gradient(145deg,#fff,#f6fafc);box-shadow:0 12px 32px rgba(9,50,85,.07);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.premium-why-card:hover{transform:translateY(-6px);border-color:rgba(13,145,170,.35);box-shadow:0 22px 50px rgba(9,50,85,.13)}.premium-why-card::after{content:'';position:absolute;right:-42px;bottom:-52px;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,rgba(13,145,170,.14),transparent 70%)}.premium-why-card-wide{grid-column:span 2;min-height:190px}.premium-why-number{position:absolute;right:1.2rem;top:1rem;color:#d9e7ee;font-size:2.15rem;font-weight:900}.premium-why-icon{display:inline-grid;place-items:center;width:46px;height:46px;margin-bottom:1rem;border-radius:15px;color:#fff;background:linear-gradient(135deg,#1d70b7,#18a4a2);box-shadow:0 10px 24px rgba(15,103,143,.2);font-size:1.1rem}.premium-why-card h3{position:relative;z-index:2;margin-bottom:.65rem;font-size:1.12rem}.premium-why-card p{position:relative;z-index:2;margin:0;color:#5d7081;font-size:.93rem;line-height:1.7}.premium-facility-section{position:relative;color:#fff;background:radial-gradient(circle at 90% 10%,rgba(20,151,165,.24),transparent 26%),linear-gradient(135deg,#061b31 0%,#0a3155 48%,#075d70 100%)}.premium-facility-section::before{content:'';position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:45px 45px}.premium-facility-section .container{position:relative;z-index:2}.premium-facility-section h2,.premium-facility-section h3{color:#fff}.premium-facility-section .premium-section-heading p{color:#bed4e1}.premium-facility-layout{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.55fr);gap:2rem;align-items:stretch}.premium-facility-content{padding:2rem;border:1px solid rgba(255,255,255,.13);border-radius:26px;background:rgba(255,255,255,.07);backdrop-filter:blur(12px)}.premium-facility-content h3{margin-bottom:1.2rem}.premium-facility-list{display:grid;gap:.72rem;margin-bottom:1.7rem}.premium-facility-list span{display:flex;align-items:center;gap:.65rem;color:#e1eef5}.premium-facility-list i{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;color:#082c4f;background:#6bd6b7;font-weight:900}.premium-facility-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:235px 235px;gap:.85rem}.premium-facility-image{position:relative;overflow:hidden;padding:0;border:0;border-radius:22px;background:#0b3151;cursor:zoom-in}.premium-facility-image picture,.premium-facility-image img{width:100%;height:100%}.premium-facility-image img{object-fit:cover;transition:transform .5s ease}.premium-facility-image:hover img{transform:scale(1.06)}.premium-facility-image::after{content:'';position:absolute;inset:auto 0 0;height:50%;background:linear-gradient(to top,rgba(2,21,38,.78),transparent)}.premium-facility-image span{position:absolute;left:16px;bottom:13px;z-index:2;color:#fff;font-size:.83rem;font-weight:800}.premium-facility-image-large{grid-row:span 2}.premium-facility-image-wide{grid-column:2}.premium-quality-section{background:linear-gradient(180deg,#f7fbfd 0%,#fff 100%)}.premium-quality-visual{position:relative;max-width:590px;padding:18px;border:1px solid #dce8ef;border-radius:34px;background:#fff;box-shadow:0 28px 70px rgba(10,54,91,.14)}.premium-quality-visual picture,.premium-quality-visual img{width:100%}.premium-quality-visual img{min-height:500px;border-radius:24px;object-fit:cover}.premium-quality-ribbon{position:absolute;right:-24px;bottom:42px;display:flex;align-items:center;gap:.75rem;min-width:210px;padding:1rem 1.15rem;border:1px solid rgba(255,255,255,.45);border-radius:18px;color:#fff;background:linear-gradient(135deg,#0a3f75,#0b8da2);box-shadow:0 18px 42px rgba(9,66,112,.24)}.premium-quality-ribbon i{color:#89dfa1;font-size:1.55rem}.premium-quality-ribbon span{font-size:.79rem;line-height:1.3}.premium-quality-ribbon strong{color:#fff;font-size:1.05rem}.premium-cert-grid{display:grid;gap:.75rem;margin:1.5rem 0}.premium-cert-grid article{display:flex;align-items:center;gap:.9rem;padding:1rem;border:1px solid #dce8ef;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(9,51,86,.06)}.premium-cert-grid article>span{display:inline-grid;place-items:center;flex:0 0 auto;width:44px;height:44px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#1e72b8,#54aa55)}.premium-cert-grid strong{display:block;color:var(--brand-navy)}.premium-cert-grid small{display:block;color:#657a8b}.premium-industries-section{background:linear-gradient(180deg,#fff 0%,#eef6f9 100%)}.premium-industries-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.premium-industries-grid article{position:relative;display:flex;min-height:155px;align-items:center;gap:1rem;overflow:hidden;padding:1.45rem;border:1px solid #dce8ef;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(10,55,91,.07);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.premium-industries-grid article::after{content:'';position:absolute;right:-42px;bottom:-52px;width:135px;height:135px;border-radius:50%;background:radial-gradient(circle,rgba(13,145,170,.12),transparent 70%)}.premium-industries-grid article:hover{transform:translateY(-5px);border-color:rgba(13,145,170,.34);box-shadow:0 22px 48px rgba(10,55,91,.12)}.premium-industries-grid article>span{position:relative;z-index:2;display:inline-grid;place-items:center;flex:0 0 auto;width:58px;height:58px;border-radius:18px;color:#fff;background:linear-gradient(135deg,#1c72b8,#13a3a4);box-shadow:0 12px 28px rgba(14,103,143,.19);font-size:1.3rem}.premium-industries-grid h3{position:relative;z-index:2;margin:0;font-size:1.08rem}@media (max-width:1199.98px){.premium-hero-slide,.min-vh-hero{min-height:700px}.premium-hero-content h1,.premium-hero-content h2{font-size:clamp(2.5rem,5.4vw,4.55rem)}.premium-trust-item{padding-inline:1rem}.premium-trust-item>span{width:43px;height:43px}.premium-image-collage{min-height:530px}.premium-collage-main{height:455px}.premium-collage-top{height:220px}.premium-collage-bottom{height:235px}.premium-facility-layout{grid-template-columns:minmax(290px,.85fr) minmax(0,1.35fr)}}@media (max-width:991.98px){.premium-home .section{padding:86px 0}.premium-hero-slide,.min-vh-hero{min-height:680px}.min-vh-hero{padding-top:75px}.premium-hero-overlay,.premium-hero-overlay-blue,.premium-hero-overlay-teal{background:linear-gradient(90deg,rgba(3,21,39,.96) 0%,rgba(5,46,76,.86) 65%,rgba(5,48,73,.55) 100%)}.premium-hero-content{max-width:760px}.premium-trust-bar{grid-template-columns:repeat(2,1fr)}.premium-trust-item:nth-child(3){border-left:0;border-top:1px solid #e2ebf1}.premium-trust-item:nth-child(4){border-top:1px solid #e2ebf1}.premium-about-section{padding-top:120px !important}.premium-image-collage{max-width:720px;margin:0 auto}.premium-facility-layout{grid-template-columns:1fr}.premium-facility-gallery{grid-template-rows:240px 240px}.premium-quality-visual{margin:0 auto}.premium-industries-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767.98px){.premium-home .section{padding:72px 0}.premium-hero-slide,.min-vh-hero{min-height:720px}.min-vh-hero{padding:58px 0 145px}.premium-hero-content h1,.premium-hero-content h2{font-size:clamp(2.25rem,11vw,3.45rem)}.premium-hero-lead{font-size:1.03rem}.premium-hero-copy{font-size:.93rem}.premium-hero-actions{flex-direction:column;align-items:stretch}.premium-hero-actions .btn{width:100%}.premium-hero-control{bottom:67px}.premium-hero-control.carousel-control-prev{right:76px}.premium-hero-control.carousel-control-next{right:18px}.premium-hero-control-icon{width:44px;height:44px}.premium-hero-indicators{bottom:79px;left:18px}.premium-hero-indicators [data-bs-target]{width:23px}.premium-hero-indicators .active{width:42px}.premium-trust-wrap{margin-top:-40px}.premium-trust-bar{grid-template-columns:1fr;border-radius:20px}.premium-trust-item{min-height:86px}.premium-trust-item+.premium-trust-item{border-left:0;border-top:1px solid #e2ebf1}.premium-about-section{padding-top:105px !important}.premium-image-collage{min-height:470px}.premium-collage-main{width:76%;height:390px;border-width:7px;border-radius:25px}.premium-collage-top{width:42%;height:185px;border-width:6px;border-radius:22px}.premium-collage-bottom{width:47%;height:205px;border-width:6px;border-radius:22px}.premium-collage-badge{left:4%;min-width:170px;padding:.85rem 1rem}.premium-specialization-grid{grid-template-columns:1fr}.premium-product-media{height:255px}.premium-why-grid{grid-template-columns:1fr}.premium-why-card-wide{grid-column:auto}.premium-facility-content{padding:1.4rem}.premium-facility-gallery{grid-template-columns:1fr;grid-template-rows:repeat(4,220px)}.premium-facility-image-large{grid-row:auto}.premium-facility-image-wide{grid-column:auto}.premium-quality-visual{padding:12px}.premium-quality-visual img{min-height:390px}.premium-quality-ribbon{right:12px;bottom:22px}.premium-industries-grid{grid-template-columns:1fr}.premium-industries-grid article{min-height:125px}}@media (max-width:480px){.premium-hero-slide,.min-vh-hero{min-height:760px}.premium-hero-kicker{font-size:.7rem}.premium-image-collage{min-height:420px}.premium-collage-main{height:350px}.premium-collage-top{height:155px}.premium-collage-bottom{height:180px}.premium-collage-badge{min-width:155px}.premium-collage-badge strong{font-size:1.65rem}}body{overflow-x:clip}.utility-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.utility-item{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.utility-item i{color:#86e0c2}.navbar-toggler{display:inline-grid;place-items:center;width:52px;height:52px;border:1px solid rgba(18,79,145,.16);border-radius:16px;background:linear-gradient(135deg,rgba(18,79,145,.08),rgba(13,145,170,.12))}.navbar-toggler-icon{width:1.25rem;height:1.25rem;background-image:none;position:relative}.navbar-toggler-icon::before,.navbar-toggler-icon::after,.navbar-toggler-icon{background:transparent}.navbar-toggler-icon::before,.navbar-toggler-icon::after{content:'';position:absolute;left:0;width:1.25rem;height:2px;border-radius:999px;background:var(--brand-navy);box-shadow:0 6px 0 var(--brand-navy),0 12px 0 var(--brand-navy);top:.1rem}.mega-menu-card-icon{display:inline-grid;place-items:center;width:48px;height:48px;margin-bottom:1rem;border-radius:16px;color:#fff;background:linear-gradient(135deg,var(--brand-blue),var(--brand-cyan));box-shadow:0 16px 34px rgba(15,97,138,.18);font-size:1.15rem}.offcanvas{background:linear-gradient(180deg,#ffffff 0%,#f5fbfd 100%)}.mobile-quick-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1.1rem}.mobile-quick-item{display:flex;align-items:center;gap:.65rem;padding:.9rem .85rem;border:1px solid #dce8ef;border-radius:16px;background:#fff;box-shadow:0 12px 24px rgba(9,51,86,.06);color:var(--brand-navy);font-size:.84rem;font-weight:700;line-height:1.4}.mobile-quick-item i{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--brand-blue),var(--brand-cyan))}.mobile-nav-list a span,.mobile-nav-toggle span{display:inline-flex;align-items:center;gap:.7rem}.mobile-nav-list>li>a>span i,.mobile-nav-toggle>span i{width:18px;text-align:center;color:var(--brand-cyan)}.mobile-nav-list>li>a>i{color:#7d95a7;font-size:.82rem}.mobile-nav-toggle-indicator{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;color:var(--brand-blue);background:#e8f4f8;font-weight:900}.mobile-nav-list ul li a::before{content:'';width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--brand-green),var(--brand-cyan));margin-right:.65rem}.mobile-nav-list ul a{display:flex;align-items:center}.inner-hero .row,.section .row,.premium-facility-layout,.premium-industries-grid,.premium-product-grid,.premium-why-grid,.facility-gallery,.mini-gallery{max-width:100%}.rounded-image,.gallery-image,.inner-hero-image,.product-card-image,.hero-main-image,.premium-product-media img,.premium-quality-visual img,.premium-collage-main img,.premium-collage-top img,.premium-collage-bottom img{image-rendering:auto}@media (max-width:1199.98px){.navbar-nav{gap:0}.nav-link{padding-inline:.55rem !important;font-size:.9rem}.mega-menu-card{min-height:100%}}@media (max-width:991.98px){.section{padding:84px 0}.inner-hero{padding:78px 0}.inner-hero-media{max-width:680px;margin:0 auto}.image-stack{min-height:auto}.image-stack-main{width:100%}.image-stack-main img{height:380px}.image-stack-small{position:relative;width:min(72%,320px);margin:-58px 0 0 auto}.mini-gallery{grid-template-columns:1fr;grid-template-rows:repeat(3,240px)}.gallery-item-large{grid-row:auto}.industry-grid{grid-template-columns:repeat(2,1fr)}.address-card,.business-hours-card{padding:1.6rem}}@media (max-width:767.98px){.section{padding:70px 0}.inner-hero{padding:64px 0}.inner-hero h1{margin-top:.55rem}.inner-hero .lead,.lead{font-size:1rem}.inner-hero-media{padding:10px;border-radius:20px}.inner-hero-image{aspect-ratio:16/11;border-radius:14px}.check-list{gap:.8rem}.content-card,.feature-card,.product-feature-body,.form-card,.address-card,.business-hours-card{padding:1.2rem}.feature-card,.content-card{border-radius:18px}.product-feature-media{height:235px}.industry-grid{grid-template-columns:1fr}.industry-pill{min-height:88px;padding:1rem .85rem}.facility-gallery{grid-template-columns:1fr;grid-auto-rows:220px}.facility-gallery .gallery-item:nth-child(1),.facility-gallery .gallery-item:nth-child(6){grid-column:auto}.contact-note{padding:1rem}.mobile-quick-panel{grid-template-columns:1fr}.footer-main-grid,.footer-links-grid{gap:1rem}}@media (max-width:575.98px){.container{padding-inline:18px}.navbar{min-height:78px}.brand-logo{width:42px;height:42px}.navbar-brand strong,.footer-brand strong{font-size:.95rem}.navbar-brand small,.footer-brand small{font-size:.6rem;letter-spacing:.15em}.section-heading{margin-bottom:34px}.btn{padding:.78rem 1.15rem}.image-stack-main img{height:300px}.image-stack-small{width:82%;margin-top:-44px}.image-stack-small img{height:180px}.timeline{padding-left:28px}.timeline-item{padding:1.2rem}.timeline-marker{left:-26px;top:22px;width:16px;height:16px}.form-control,.form-select{min-height:50px}.premium-hero-control{display:none}.premium-hero-indicators{bottom:34px;left:18px}.premium-trust-item{padding:1rem}.premium-product-media{height:220px}.premium-product-content{padding:1.15rem}.premium-facility-gallery{grid-template-rows:repeat(4,190px)}.premium-quality-visual img{min-height:320px}.premium-quality-ribbon{position:static;margin-top:1rem}.footer-contact-row{gap:.8rem}}.premium-trust-wrap{margin-top:-44px}.premium-trust-bar{align-items:stretch;max-width:1180px;margin-inline:auto;border-radius:26px;box-shadow:0 26px 58px rgba(6,42,75,.15)}.premium-trust-item{min-height:96px;padding:1.1rem 1.2rem}.premium-trust-item>div{min-width:0}.premium-trust-item small{line-height:1.45}.premium-about-section{padding-top:112px !important}.premium-facility-layout{grid-template-columns:minmax(300px,360px) minmax(0,1fr);gap:1.4rem;align-items:start}.premium-facility-content{display:flex;flex-direction:column;gap:1.1rem;padding:2rem 1.7rem;box-shadow:0 20px 46px rgba(0,0,0,.14)}.premium-facility-content .btn{align-self:flex-start}.premium-facility-list{margin-bottom:.2rem}.premium-facility-gallery{grid-template-columns:1.15fr .95fr;grid-template-areas:"large top" "large middle" "wide wide";grid-template-rows:180px 180px 205px;gap:1rem}.premium-facility-image{border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 38px rgba(2,17,31,.18)}.premium-facility-image-large{grid-area:large}.premium-facility-gallery .premium-facility-image:nth-child(2){grid-area:top}.premium-facility-gallery .premium-facility-image:nth-child(3){grid-area:middle}.premium-facility-image-wide{grid-area:wide}.premium-facility-image span{left:18px;bottom:15px;padding:.35rem .6rem;border-radius:999px;background:rgba(4,22,39,.46);backdrop-filter:blur(8px);font-size:.82rem}@media (max-width:991.98px){.premium-about-section{padding-top:96px !important}.premium-trust-wrap{margin-top:-34px}.premium-trust-bar{max-width:100%}.premium-facility-layout{grid-template-columns:1fr}.premium-facility-content{padding:1.5rem}.premium-facility-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"large large" "top middle" "wide wide";grid-template-rows:250px 220px 220px}}@media (max-width:767.98px){.premium-about-section{padding-top:84px !important}.premium-trust-bar{border-radius:20px}.premium-trust-item{min-height:86px;padding:1rem}.premium-facility-gallery{grid-template-columns:1fr;grid-template-areas:"large" "top" "middle" "wide";grid-template-rows:repeat(4,220px);gap:.85rem}}@media (max-width:575.98px){.premium-trust-wrap{margin-top:-24px}.premium-about-section{padding-top:74px !important}}.premium-trust-bridge{position:relative;z-index:10;padding:0 0 28px;background:linear-gradient(180deg,#ffffff 0%,#f8fbfd 100%)}.premium-trust-shell{position:relative;margin-top:-58px;padding:12px;border:1px solid rgba(255,255,255,.34);border-radius:30px;background:radial-gradient(circle at 92% 12%,rgba(255,255,255,.17),transparent 26%),linear-gradient(120deg,#087e9d 0%,#155aa0 52%,#133f79 100%);box-shadow:0 28px 65px rgba(11,47,89,.24)}.premium-trust-shell::before{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.16),transparent 34%,rgba(255,255,255,.06))}.premium-trust-shell .premium-trust-bar{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;max-width:none;margin:0;overflow:visible;border:0;border-radius:20px;background:transparent;box-shadow:none;backdrop-filter:none}.premium-trust-shell .premium-trust-item{min-height:94px;padding:1.15rem 1.2rem;border:1px solid rgba(255,255,255,.18) !important;border-radius:19px;background:rgba(255,255,255,.95);box-shadow:0 12px 28px rgba(2,26,50,.12)}.premium-trust-shell .premium-trust-item>span{width:50px;height:50px;border-radius:16px;background:linear-gradient(135deg,#1498ad,#4ba94f);box-shadow:0 12px 26px rgba(12,111,132,.22)}.premium-trust-shell .premium-trust-item strong{font-size:1rem;line-height:1.25}.premium-trust-shell .premium-trust-item small{margin-top:.25rem;font-size:.8rem;line-height:1.4}.premium-about-section{padding-top:86px !important}@media (max-width:991.98px){.premium-trust-shell{margin-top:-46px;padding:10px;border-radius:26px}.premium-trust-shell .premium-trust-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-trust-shell .premium-trust-item+.premium-trust-item{border-left:1px solid rgba(255,255,255,.18)}.premium-about-section{padding-top:76px !important}}@media (max-width:767.98px){.premium-trust-bridge{padding-bottom:20px}.premium-trust-shell{margin-top:-34px;padding:9px;border-radius:22px}.premium-trust-shell .premium-trust-bar{gap:8px}.premium-trust-shell .premium-trust-item{min-height:88px;padding:.95rem;border-radius:16px}.premium-trust-shell .premium-trust-item>span{width:44px;height:44px;border-radius:14px}.premium-about-section{padding-top:68px !important}}@media (max-width:575.98px){.premium-trust-shell{margin-top:-26px}.premium-trust-shell .premium-trust-bar{grid-template-columns:1fr}.premium-trust-shell .premium-trust-item{min-height:82px}.premium-about-section{padding-top:60px !important}}.premium-trust-bridge{position:relative;z-index:10;padding:0 0 38px;background:linear-gradient(180deg,#ffffff 0%,#ffffff 56%,#f7fbfd 100%)}.premium-trust-shell{max-width:1640px;margin:-76px auto 0;padding:24px;border:1px solid rgba(255,255,255,.28);border-radius:36px;background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.16),transparent 24%),linear-gradient(100deg,#1588a6 0%,#165ca3 52%,#3c69ac 100%);box-shadow:0 28px 68px rgba(11,47,89,.20)}.premium-trust-shell::before{background:linear-gradient(115deg,rgba(255,255,255,.14),transparent 32%,rgba(255,255,255,.05))}.premium-trust-shell .premium-trust-bar{gap:14px;align-items:stretch}.premium-trust-shell .premium-trust-item{min-height:118px;padding:1.35rem 1.45rem;border:1px solid rgba(255,255,255,.16) !important;border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 16px 30px rgba(2,26,50,.10)}.premium-trust-shell .premium-trust-item>span{width:52px;height:52px;border-radius:18px}.premium-trust-shell .premium-trust-item strong{font-size:1rem}.premium-trust-shell .premium-trust-item small{margin-top:.3rem;font-size:.84rem;color:#6b7e8f}.premium-about-section{padding-top:94px !important}@media (max-width:1199.98px){.premium-trust-shell{margin-top:-62px;padding:20px;border-radius:32px}.premium-trust-shell .premium-trust-item{min-height:108px;padding:1.2rem 1.15rem}}@media (max-width:991.98px){.premium-trust-bridge{padding-bottom:30px}.premium-trust-shell{margin-top:-48px;padding:16px;border-radius:28px}.premium-trust-shell .premium-trust-bar{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.premium-trust-shell .premium-trust-item{min-height:102px}.premium-about-section{padding-top:84px !important}}@media (max-width:767.98px){.premium-trust-bridge{padding-bottom:24px}.premium-trust-shell{margin-top:-36px;padding:12px;border-radius:24px}.premium-trust-shell .premium-trust-item{min-height:92px;padding:1rem;border-radius:18px}.premium-trust-shell .premium-trust-item>span{width:46px;height:46px;border-radius:15px}.premium-about-section{padding-top:72px !important}}@media (max-width:575.98px){.premium-trust-shell{margin-top:-28px;padding:10px;border-radius:20px}.premium-trust-shell .premium-trust-bar{grid-template-columns:1fr;gap:10px}.premium-trust-shell .premium-trust-item{min-height:84px}.premium-about-section{padding-top:64px !important}}.premium-home .premium-hero-kicker{backdrop-filter:blur(10px)}.product-category-panel{height:100%;padding:1.7rem;border:1px solid #dce8ef;border-radius:28px;background:linear-gradient(180deg,#ffffff 0%,#f7fbfd 100%);box-shadow:0 20px 45px rgba(13,52,86,.08)}.product-category-panel-head{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.product-category-panel-head h3{margin-bottom:.35rem}.product-category-panel-head p{margin:0;color:#587086}.product-category-icon,.testimonial-icon{display:inline-grid;place-items:center;flex:0 0 auto;width:56px;height:56px;border-radius:18px;color:#fff;background:linear-gradient(135deg,var(--brand-blue),var(--brand-cyan));box-shadow:0 14px 28px rgba(14,99,140,.18);font-size:1.2rem}.product-category-groups{display:grid;gap:1rem}.product-category-group{padding:1rem 1.1rem;border:1px solid #e1ebf0;border-radius:20px;background:#fff}.product-category-group h4{margin-bottom:.85rem;font-size:1rem}.check-list.compact{gap:.65rem}.check-list.compact li{font-size:.95rem}.premium-testimonials-section{background:linear-gradient(180deg,#f6fbfd 0%,#ffffff 100%)}.testimonial-card{height:100%;padding:1.7rem;border:1px solid #dce8ef;border-radius:26px;background:#fff;box-shadow:0 18px 40px rgba(11,47,89,.08)}.testimonial-card h3{margin:1rem 0 .7rem;font-size:1.1rem}.testimonial-card p{margin-bottom:0;color:#516b7e;line-height:1.8}.premium-trust-shell .premium-trust-item small{font-size:.82rem}@media (max-width:991.98px){.product-category-panel{padding:1.35rem;border-radius:24px}.testimonial-card{padding:1.4rem}}@media (max-width:767.98px){.product-category-panel-head{flex-direction:column}.product-category-icon,.testimonial-icon{width:50px;height:50px;border-radius:16px}.product-category-group{padding:.95rem}.testimonial-card{border-radius:22px}}.premium-trust-shell-redesign{margin-top:-58px;padding:1.35rem;border:1px solid rgba(255,255,255,.20);border-radius:34px;background:radial-gradient(circle at 0% 0%,rgba(78,225,222,.28),transparent 28%),radial-gradient(circle at 100% 0%,rgba(94,120,255,.22),transparent 25%),linear-gradient(120deg,#0f8aa6 0%,#145ea3 55%,#4d79bb 100%);box-shadow:0 28px 64px rgba(7,40,76,.18)}.premium-trust-shell-redesign::before{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,0) 35%,rgba(255,255,255,.06))}.premium-trust-intro{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem 1.25rem;margin-bottom:1rem;padding:.2rem .4rem .35rem;color:#fff}.premium-trust-intro h2{margin:0;max-width:620px;color:#fff;font-size:clamp(1.35rem,2vw,2rem)}.premium-trust-intro p{max-width:520px;margin:0;color:rgba(238,246,252,.88);line-height:1.75}.premium-trust-label{display:inline-flex;align-items:center;gap:.55rem;width:100%;margin-bottom:.15rem;font-size:.85rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.92)}.premium-trust-label::before{content:'';width:42px;height:2px;border-radius:99px;background:rgba(255,255,255,.85)}.premium-trust-bar-redesign{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;border:0;background:transparent;box-shadow:none;overflow:visible}.premium-trust-item-redesign{min-height:118px;align-items:center;gap:1rem;padding:1.15rem 1.1rem;border:1px solid rgba(255,255,255,.32);border-radius:24px;background:rgba(255,255,255,.95);box-shadow:0 16px 34px rgba(4,28,53,.10);backdrop-filter:blur(10px)}.premium-trust-item-redesign+.premium-trust-item-redesign{border-left:1px solid rgba(255,255,255,.32)}.premium-trust-item-redesign>span{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#18a4b3,#47ad57);box-shadow:0 14px 28px rgba(20,117,128,.24);font-size:1.2rem}.premium-trust-item-redesign strong{font-size:1.06rem;line-height:1.35}.premium-trust-item-redesign small{margin-top:.24rem;font-size:.88rem;line-height:1.5;color:#5d7286}@media (max-width:1399.98px){.premium-trust-bar-redesign{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:991.98px){.premium-trust-shell-redesign{margin-top:-42px;padding:1rem;border-radius:28px}.premium-trust-intro{padding-inline:.2rem;margin-bottom:.9rem}.premium-trust-intro h2{max-width:100%;font-size:1.45rem}.premium-trust-intro p{max-width:100%}.premium-trust-bar-redesign{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.premium-trust-item-redesign,.premium-trust-item-redesign+.premium-trust-item-redesign{border-left:1px solid rgba(255,255,255,.32)}}@media (max-width:767.98px){.premium-trust-shell-redesign{margin-top:-28px;padding:.85rem;border-radius:22px}.premium-trust-intro h2{font-size:1.25rem}.premium-trust-intro p{font-size:.92rem;line-height:1.65}.premium-trust-bar-redesign{grid-template-columns:1fr;gap:10px}.premium-trust-item-redesign{min-height:92px;padding:1rem;border-radius:18px}.premium-trust-item-redesign>span{width:46px;height:46px;border-radius:15px;font-size:1rem}.premium-trust-item-redesign strong{font-size:1rem}.premium-trust-item-redesign small{font-size:.84rem}}.premium-trust-bridge{padding-top:38px}.premium-trust-shell-redesign{margin-top:-34px}.premium-trust-bar-redesign{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1199.98px){.premium-trust-bridge{padding-top:32px}.premium-trust-bar-redesign{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767.98px){.premium-trust-bridge{padding-top:24px}.premium-trust-shell-redesign{margin-top:-20px}.premium-trust-bar-redesign{grid-template-columns:1fr}}.premium-trust-bridge{padding-top:82px;padding-bottom:70px}.premium-trust-shell-redesign{margin-top:0;padding:2rem}.premium-trust-intro{margin-bottom:1.25rem}@media (max-width:1199.98px){.premium-trust-bridge{padding-top:70px;padding-bottom:60px}.premium-trust-shell-redesign{margin-top:0;padding:1.65rem}}@media (max-width:767.98px){.premium-trust-bridge{padding-top:56px;padding-bottom:52px}.premium-trust-shell-redesign{margin-top:0;padding:1rem}}.premium-hero-media img{content-visibility:auto}.section:not(.premium-about-section):not(.premium-trust-bridge){content-visibility:auto;contain-intrinsic-size:1px 820px}.site-header,.premium-hero,.premium-trust-bridge{content-visibility:visible}@media (max-width:767.98px){.premium-hero-slide,.min-vh-hero{min-height:650px}.min-vh-hero{padding-top:46px;padding-bottom:110px}}.premium-testimonials-home-v2,.premium-testimonials-page-v2{position:relative;overflow:hidden;background:linear-gradient(135deg,#07061f 0%,#0d0a2d 50%,#09031f 100%);color:#fff}.premium-testimonials-home-v2{padding-top:84px;padding-bottom:84px}.premium-testimonials-page-v2{padding-top:84px;padding-bottom:84px}.premium-testimonials-home-v2 .container,.premium-testimonials-page-v2 .container{max-width:1280px}.premium-testimonials-home-v2 h2,.premium-testimonials-page-v2 h2,.premium-testimonials-home-v2 .lead,.premium-testimonials-page-v2 .lead{color:#fff !important}.premium-testimonials-home-v2 .testimonial-showcase-intro,.premium-testimonials-page-v2 .testimonial-showcase-intro{color:rgba(236,242,255,.86) !important;margin-left:auto;max-width:560px}.testimonial-scroll-note{margin-bottom:1rem}.testimonial-scroll-note span{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border-radius:999px;background:rgba(255,255,255,.08);color:#c9d7ff;font-size:.92rem}.testimonial-scroll-wrap{overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.testimonial-scroll-wrap::-webkit-scrollbar{height:10px}.testimonial-scroll-wrap::-webkit-scrollbar-track{background:rgba(255,255,255,.08);border-radius:999px}.testimonial-scroll-wrap::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ff8c22,#ff6a00);border-radius:999px}.testimonial-scroll-track{display:flex;gap:1.5rem;min-width:max-content;padding:.2rem 0 .4rem}.testimonial-page-grid{align-items:stretch}.showcase-testimonial-card.v2{display:flex;flex-direction:column;justify-content:flex-start;width:360px;min-width:360px;min-height:100%;padding:1.65rem;border-radius:28px;background:linear-gradient(180deg,#ff7a10 0%,#ff6b00 100%);border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 48px rgba(0,0,0,.28)}.testimonial-page-grid .showcase-testimonial-card.v2{width:100%;min-width:0;min-height:100%}.showcase-testimonial-card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.showcase-testimonial-photo{width:76px;height:76px;border-radius:20px;background:linear-gradient(180deg,#0a0a0a 0%,#1d1d1d 100%);border:2px solid rgba(255,255,255,.18);display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),0 12px 28px rgba(0,0,0,.22)}.showcase-testimonial-photo span{color:#ffffff;font-size:1.05rem;font-weight:800;letter-spacing:.08em}.showcase-testimonial-card.v2 .showcase-testimonial-rating{margin-bottom:0;justify-content:flex-end;font-size:1rem;color:#ffd54f}.showcase-testimonial-card.v2 .showcase-testimonial-quote{margin-bottom:.8rem;font-size:2.6rem;color:rgba(17,21,66,.8)}.showcase-testimonial-card.v2>p{color:#ffffff !important;line-height:1.86;font-size:1rem;margin-bottom:1.35rem}.showcase-testimonial-card.v2 .showcase-testimonial-person{margin-top:auto;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.18)}.showcase-testimonial-card.v2 .showcase-testimonial-person h3{margin:0 0 .35rem;font-size:1.35rem;color:#ffffff}.showcase-testimonial-card.v2 .showcase-testimonial-person strong{display:inline-block;margin-bottom:.28rem;color:#1a255d;font-weight:800}.showcase-testimonial-card.v2 .showcase-testimonial-person span:last-child{display:block;color:rgba(255,255,255,.93)}@media (max-width:1199.98px){.showcase-testimonial-card.v2{width:330px;min-width:330px}}@media (max-width:991.98px){.premium-testimonials-home-v2,.premium-testimonials-page-v2{padding-top:72px;padding-bottom:72px}.premium-testimonials-home-v2 .testimonial-showcase-intro,.premium-testimonials-page-v2 .testimonial-showcase-intro{margin-left:0;max-width:100%}.testimonial-scroll-track{gap:1.15rem}.showcase-testimonial-card.v2{width:310px;min-width:310px;padding:1.4rem;border-radius:24px}.showcase-testimonial-photo{width:70px;height:70px}}@media (max-width:767.98px){.premium-testimonials-home-v2,.premium-testimonials-page-v2{padding-top:56px;padding-bottom:56px}.testimonial-scroll-note span{font-size:.85rem}.testimonial-scroll-track{gap:1rem}.showcase-testimonial-card.v2{width:86vw;min-width:86vw;padding:1.2rem;border-radius:22px}.testimonial-page-grid .showcase-testimonial-card.v2{width:100%;min-width:0}.showcase-testimonial-photo{width:62px;height:62px;border-radius:18px}.showcase-testimonial-card.v2 .showcase-testimonial-person h3{font-size:1.16rem}}.bio-testimonials-section{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 18%,rgba(34,169,185,.24),transparent 28%),radial-gradient(circle at 86% 74%,rgba(79,166,78,.16),transparent 26%),linear-gradient(135deg,#06192f 0%,#08345a 48%,#0c5c76 100%);color:#fff}.bio-testimonials-section .container{max-width:1280px}.bio-testimonial-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:44px 44px;opacity:.45;mask-image:linear-gradient(120deg,rgba(0,0,0,.75),rgba(0,0,0,.18));pointer-events:none}.bio-testimonial-orb{position:absolute;border-radius:50%;filter:blur(18px);pointer-events:none}.bio-testimonial-orb-left{width:280px;height:280px;left:-92px;bottom:8%;background:radial-gradient(circle,rgba(47,206,193,.25),transparent 68%)}.bio-testimonial-orb-right{width:340px;height:340px;right:-100px;top:8%;background:radial-gradient(circle,rgba(87,183,80,.20),transparent 70%)}.bio-testimonials-home{padding-top:88px;padding-bottom:92px}.bio-testimonial-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(300px,390px) minmax(0,1fr);gap:2rem;align-items:stretch}.bio-testimonial-intro{position:relative;min-height:100%;padding:2rem;border:1px solid rgba(255,255,255,.16);border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.055));box-shadow:0 24px 54px rgba(0,14,32,.24);backdrop-filter:blur(14px)}.bio-testimonial-eyebrow{color:#8ee7dc !important}.bio-testimonial-intro h2,.bio-testimonials-page h2{margin:.55rem 0 1rem;color:#fff;font-size:clamp(2rem,3vw,3.4rem);letter-spacing:-.045em;line-height:1.08}.bio-testimonial-intro p,.bio-testimonials-page .lead,.bio-testimonial-summary p{color:rgba(235,246,252,.88);line-height:1.85}.bio-testimonial-metrics{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;margin:1.55rem 0 1.65rem}.bio-testimonial-metrics span{display:block;padding:1rem;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.08)}.bio-testimonial-metrics strong{display:block;color:#fff;font-size:1.55rem;line-height:1}.bio-testimonial-metrics small{display:block;margin-top:.35rem;color:rgba(229,244,252,.8);line-height:1.35}.bio-testimonial-cta{border-radius:999px;padding-inline:1.4rem}.bio-testimonial-side{min-width:0;display:flex;flex-direction:column}.bio-testimonial-scroll-label{display:inline-flex;align-items:center;gap:.55rem;align-self:flex-start;margin:0 0 1rem;padding:.55rem .9rem;border-radius:999px;color:rgba(236,248,253,.88);background:rgba(255,255,255,.095);border:1px solid rgba(255,255,255,.12);font-size:.9rem}.bio-testimonial-rail{display:flex;gap:1.25rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding:.15rem .1rem .8rem;scrollbar-width:thin;scrollbar-color:rgba(142,231,220,.45) rgba(255,255,255,.09)}.bio-testimonial-rail::-webkit-scrollbar{height:10px}.bio-testimonial-rail::-webkit-scrollbar-track{background:rgba(255,255,255,.09);border-radius:999px}.bio-testimonial-rail::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#28aec0,#62b552);border-radius:999px}.bio-testimonial-card{position:relative;scroll-snap-align:start;flex:0 0 390px;min-height:100%;padding:1.55rem;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:linear-gradient(#ffffff,#ffffff) padding-box,linear-gradient(135deg,rgba(142,231,220,.8),rgba(84,168,74,.45)) border-box;color:var(--brand-navy);box-shadow:0 22px 46px rgba(0,13,30,.22)}.bio-testimonial-card::before{content:'';position:absolute;left:1.55rem;right:1.55rem;top:0;height:4px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,#1c88ad,#54a84a)}.bio-testimonial-card-head{display:flex;align-items:center;gap:1rem;min-height:86px}.bio-testimonial-avatar{display:inline-grid;place-items:center;flex:0 0 auto;width:78px;height:78px;border-radius:24px;background:radial-gradient(circle at 30% 22%,rgba(255,255,255,.10),transparent 26%),linear-gradient(145deg,#050505,#202020);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),0 14px 30px rgba(4,21,38,.20)}.bio-testimonial-avatar span{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#0f6e98,#50a84a);font-weight:800;letter-spacing:.06em}.bio-testimonial-client-meta{min-width:0}.bio-testimonial-stars{display:flex;gap:.18rem;margin-bottom:.45rem;color:#ffc83d;font-size:.95rem}.bio-testimonial-client-meta h3{margin:0;color:#072f55;font-size:1.1rem;line-height:1.25}.bio-testimonial-client-meta>span{display:block;margin-top:.3rem;color:#64788a;font-size:.9rem;line-height:1.4}.bio-testimonial-quote-mark{margin:1.2rem 0 .6rem;color:rgba(28,136,173,.22);font-size:2.5rem;line-height:1}.bio-testimonial-card>p{color:#254259 !important;font-size:1rem;line-height:1.8;margin-bottom:1.35rem}.bio-testimonial-footer{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:1rem;border-top:1px solid #e1ebf0}.bio-testimonial-footer strong{color:#072f55;font-size:.96rem}.bio-testimonial-footer span{color:#6b7e8f;font-size:.84rem;white-space:nowrap}.bio-testimonials-page{padding-top:88px;padding-bottom:92px}.bio-testimonials-page-head{position:relative;z-index:1;margin-bottom:2.2rem}.bio-testimonial-summary{display:flex;align-items:flex-start;gap:1rem;padding:1.35rem;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:rgba(255,255,255,.09);backdrop-filter:blur(12px)}.bio-testimonial-summary i{display:inline-grid;place-items:center;width:54px;height:54px;flex:0 0 auto;border-radius:17px;color:#fff;background:linear-gradient(135deg,#1c88ad,#54a84a)}.bio-testimonials-grid{position:relative;z-index:1}.bio-testimonial-card-page{flex:initial;width:100%;height:100%;min-height:390px}@media (max-width:1199.98px){.bio-testimonial-layout{grid-template-columns:1fr}.bio-testimonial-intro{max-width:100%}.bio-testimonial-card{flex-basis:370px}}@media (max-width:991.98px){.bio-testimonials-home,.bio-testimonials-page{padding-top:72px;padding-bottom:76px}.bio-testimonial-intro{padding:1.6rem;border-radius:26px}.bio-testimonial-card{flex-basis:340px;padding:1.35rem;border-radius:24px}.bio-testimonial-avatar{width:70px;height:70px;border-radius:22px}.bio-testimonial-card-page{min-height:auto}}@media (max-width:767.98px){.bio-testimonials-home,.bio-testimonials-page{padding-top:58px;padding-bottom:62px}.bio-testimonial-layout{gap:1.25rem}.bio-testimonial-metrics{grid-template-columns:1fr}.bio-testimonial-card{flex-basis:86vw;padding:1.2rem}.bio-testimonial-card-head{min-height:auto;align-items:flex-start}.bio-testimonial-avatar{width:62px;height:62px;border-radius:18px}.bio-testimonial-avatar span{width:40px;height:40px;font-size:.9rem}.bio-testimonial-client-meta h3{font-size:1rem}.bio-testimonial-card>p{font-size:.95rem;line-height:1.72}.bio-testimonial-footer{flex-direction:column;align-items:flex-start}.bio-testimonial-footer span{white-space:normal}}.bio-testimonials-home{padding-top:82px;padding-bottom:60px}.bio-testimonials-home .bio-testimonial-layout{align-items:start}.bio-testimonials-home .bio-testimonial-intro,.bio-testimonials-home .bio-testimonial-side{align-self:start}.bio-testimonials-home .bio-testimonial-rail{padding-bottom:.45rem}.bio-testimonials-home .bio-testimonial-card{display:flex;flex-direction:column;min-height:335px}.bio-testimonials-home .bio-testimonial-card>p{margin-bottom:1rem}.bio-testimonials-home .bio-testimonial-footer{margin-top:auto}@media (max-width:1199.98px){.bio-testimonials-home .bio-testimonial-card{min-height:320px}}@media (max-width:991.98px){.bio-testimonials-home{padding-top:70px;padding-bottom:62px}.bio-testimonials-home .bio-testimonial-card{min-height:315px}}@media (max-width:767.98px){.bio-testimonials-home{padding-top:56px;padding-bottom:56px}.bio-testimonials-home .bio-testimonial-card{min-height:auto}}.premium-industries-grid article span i,.industry-pill i,.premium-why-icon,.premium-cert-grid article span i,.premium-trust-item i,.feature-card i,.content-card i{display:inline-flex;align-items:center;justify-content:center;line-height:1}.premium-industries-grid article span .fa-solid{font-size:1.35rem}.premium-why-icon.fa-solid{font-size:1.45rem}.bio-v3-testimonials{position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 9% 12%,rgba(32,174,176,.24),transparent 24%),radial-gradient(circle at 90% 18%,rgba(83,168,74,.18),transparent 24%),linear-gradient(135deg,#06233d 0%,#08385d 45%,#064050 100%);color:#fff;padding:92px 0}.bio-v3-testimonials .container{max-width:1260px}.bio-v3-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:42px 42px;opacity:.35;pointer-events:none;z-index:-3}.bio-v3-orb{position:absolute;border-radius:999px;filter:blur(20px);opacity:.7;pointer-events:none;z-index:-2}.bio-v3-orb-one{width:260px;height:260px;left:-80px;bottom:10%;background:radial-gradient(circle,rgba(47,190,178,.36),transparent 68%)}.bio-v3-orb-two{width:340px;height:340px;right:-130px;top:5%;background:radial-gradient(circle,rgba(88,175,82,.28),transparent 72%)}.bio-v3-head{margin-bottom:2.25rem}.bio-v3-eyebrow{color:#83e3ce !important}.bio-v3-testimonials h2{color:#fff;font-size:clamp(2.1rem,4vw,4.25rem);line-height:1.05;letter-spacing:-.04em;margin-bottom:1rem}.bio-v3-testimonials .lead{color:rgba(235,247,252,.86) !important;max-width:760px}.bio-v3-summary-card{display:flex;align-items:flex-start;gap:1rem;padding:1.35rem;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.06));box-shadow:0 20px 46px rgba(0,0,0,.16);backdrop-filter:blur(12px)}.bio-v3-summary-card>span{display:inline-grid;place-items:center;flex:0 0 auto;width:54px;height:54px;border-radius:18px;color:#fff;background:linear-gradient(135deg,#1396b8,#53a84a);box-shadow:0 16px 30px rgba(0,0,0,.18)}.bio-v3-summary-card strong{display:block;color:#fff;font-size:1.06rem;margin-bottom:.25rem}.bio-v3-summary-card small{display:block;color:rgba(232,244,250,.82);line-height:1.65}.bio-v3-grid{align-items:stretch}.bio-v3-card{position:relative;height:100%;display:flex;flex-direction:column;padding:1.55rem;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,251,253,.96));box-shadow:0 24px 54px rgba(0,18,38,.22);overflow:hidden}.bio-v3-card::before{content:'';position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,#1396b8,#53a84a)}.bio-v3-card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.bio-v3-avatar{display:inline-grid;place-items:center;width:70px;height:70px;border-radius:22px;background:linear-gradient(180deg,#020910,#151719);border:2px solid rgba(4,23,39,.12);box-shadow:0 14px 28px rgba(0,0,0,.14),inset 0 0 0 1px rgba(255,255,255,.08)}.bio-v3-avatar span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#1396b8,#53a84a);font-size:.9rem;font-weight:800;letter-spacing:.06em}.bio-v3-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .7rem;border-radius:999px;color:#0c2c4c;background:#eef9f5;font-weight:800;font-size:.86rem}.bio-v3-badge i{color:#ffbf2f}.bio-v3-quote-icon{color:rgba(19,150,184,.18);font-size:2.35rem;line-height:1;margin-bottom:.6rem}.bio-v3-card>p{color:#37546a;line-height:1.82;font-size:.98rem;margin-bottom:1.35rem}.bio-v3-client{margin-top:auto;padding-top:1rem;border-top:1px solid #dbe8ee}.bio-v3-client h3{color:#062f57;font-size:1.12rem;line-height:1.35;margin-bottom:.35rem}.bio-v3-client strong{display:block;color:#072f57;font-size:.92rem;margin-bottom:.25rem}.bio-v3-client span{display:block;color:#6b7e8f;font-size:.9rem}.bio-v3-cta{border-radius:999px;padding-inline:1.6rem}@media (max-width:991.98px){.bio-v3-testimonials{padding:76px 0}.bio-v3-head{margin-bottom:1.75rem}.bio-v3-card{padding:1.35rem;border-radius:24px}.bio-v3-avatar{width:62px;height:62px;border-radius:20px}}@media (max-width:767.98px){.bio-v3-testimonials{padding:58px 0}.bio-v3-testimonials h2{font-size:clamp(2rem,10vw,2.75rem)}.bio-v3-summary-card{padding:1.1rem;border-radius:20px}.bio-v3-card{border-radius:22px}}@media (min-width:992px){.navbar .dropdown:hover>.dropdown-menu,.navbar .dropdown:focus-within>.dropdown-menu{display:block;opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.navbar .dropdown>.dropdown-menu{display:block;opacity:0;visibility:hidden;transform:translateY(10px);pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.navbar .dropdown-toggle::after{transition:transform .22s ease}.navbar .dropdown:hover .dropdown-toggle::after,.navbar .dropdown:focus-within .dropdown-toggle::after{transform:rotate(180deg)}}.about-page .section-heading p{max-width:720px;margin:.7rem auto 0;color:#5e7286}.about-commitment-grid,.about-value-grid,.about-expertise-grid{display:grid;gap:1rem}.about-commitment-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.about-commitment-grid article,.about-value-grid article,.about-expertise-grid article{position:relative;overflow:hidden;height:100%;border:1px solid #dce8ef;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f7fbfd 100%);box-shadow:0 18px 40px rgba(11,47,89,.07)}.about-commitment-grid article{padding:1.35rem 1.15rem}.about-commitment-grid article span,.about-team-board-header span{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:18px;color:#fff;background:linear-gradient(135deg,var(--brand-blue),var(--brand-cyan));box-shadow:0 14px 28px rgba(14,99,140,.18);margin-bottom:1rem}.about-commitment-grid article h3,.about-value-grid article h3{margin-bottom:.55rem;font-size:1.05rem}.about-commitment-grid article p,.about-value-grid article p{margin:0;color:#526b7d;line-height:1.7}.about-team-section{position:relative;overflow:hidden;background:radial-gradient(circle at 8% 15%,rgba(13,145,170,.10),transparent 26%),linear-gradient(180deg,#ffffff 0%,#f5fbfd 100%)}.about-team-note{display:flex;gap:.85rem;align-items:center;padding:1rem 1.1rem;border:1px solid #dce8ef;border-radius:20px;background:#fff;box-shadow:0 16px 35px rgba(11,47,89,.07)}.about-team-note i{display:inline-grid;place-items:center;flex:0 0 auto;width:46px;height:46px;border-radius:16px;color:#fff;background:linear-gradient(135deg,var(--brand-green),var(--brand-cyan))}.about-team-note span{color:#50697c;line-height:1.65}.about-team-board{padding:1.4rem;border:1px solid rgba(255,255,255,.18);border-radius:30px;background:radial-gradient(circle at 88% 20%,rgba(114,214,188,.18),transparent 30%),linear-gradient(135deg,#07213d 0%,#0a4b74 100%);box-shadow:0 24px 55px rgba(5,35,65,.18)}.about-team-board-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:#fff}.about-team-board-header span{margin-bottom:0;background:linear-gradient(135deg,#26aabd,#54a84a)}.about-team-board-header h3{margin:0 0 .25rem;color:#fff}.about-team-board-header p{margin:0;color:rgba(235,247,252,.82)}.about-director-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.about-director-grid article{display:flex;align-items:center;gap:.85rem;padding:1rem;border:1px solid rgba(255,255,255,.15);border-radius:20px;background:rgba(255,255,255,.95)}.about-director-grid article span,.about-person-avatar{display:inline-grid;place-items:center;flex:0 0 auto;width:52px;height:52px;border-radius:16px;color:#fff;background:#061b33;font-weight:800;letter-spacing:.05em}.about-director-grid h4{margin:0 0 .2rem;color:var(--brand-navy);font-size:.98rem}.about-director-grid p{margin:0;color:#678095;font-weight:700}.about-person-card{display:flex;align-items:flex-start;gap:1rem;padding:1.4rem;border:1px solid #dce8ef;border-radius:26px;background:#fff;box-shadow:0 18px 40px rgba(11,47,89,.08)}.about-person-avatar{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,#061b33,#0b4e73)}.about-person-content span{display:inline-block;margin-bottom:.45rem;color:var(--brand-cyan);font-size:.8rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.about-person-content h3{margin-bottom:.35rem;font-size:1.12rem}.about-person-content p{margin:0;color:#62788b}.about-expertise-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:1.5rem 0}.about-expertise-grid article{display:flex;align-items:center;gap:.85rem;padding:1.1rem}.about-expertise-grid i,.about-value-grid i{display:inline-grid;place-items:center;flex:0 0 auto;width:46px;height:46px;border-radius:15px;color:#fff;background:linear-gradient(135deg,var(--brand-blue),var(--brand-cyan))}.about-expertise-grid span{color:var(--brand-navy);font-weight:800}.about-value-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.about-value-grid article{padding:1.25rem}.about-value-grid i{margin-bottom:1rem}.about-page .check-list:not(.compact){grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.9rem}.about-page .check-list:not(.compact) li{min-height:58px;padding:1rem 1rem 1rem 3rem;border:1px solid #dce8ef;border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(11,47,89,.05)}.about-page .check-list:not(.compact) li:before{left:1rem;top:1rem}@media (max-width:1199.98px){.about-commitment-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-director-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:991.98px){.about-commitment-grid,.about-expertise-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-team-board{padding:1.1rem;border-radius:24px}}@media (max-width:767.98px){.about-commitment-grid,.about-value-grid,.about-expertise-grid,.about-director-grid{grid-template-columns:1fr}.about-person-card{padding:1.15rem;border-radius:22px}.about-team-board-header{align-items:flex-start}}.nav-hover-dropdown:hover>.dropdown-menu,.nav-hover-dropdown:focus-within>.dropdown-menu{display:block;margin-top:0;opacity:1;visibility:visible}.nav-hover-dropdown>.dropdown-menu{display:none}.nav-hover-dropdown>.nav-link::after{transition:transform .2s ease}.nav-hover-dropdown:hover>.nav-link::after{transform:rotate(180deg)}body{background:#f7fbfd}.section{position:relative}.section-heading{max-width:860px}.section-heading h2,.premium-section-title{letter-spacing:-0.035em}.lead{line-height:1.8}.content-card,.feature-card,.product-feature-card,.form-card,.address-card,.business-hours-card{border-radius:28px;border-color:#d9e7ee;background:linear-gradient(180deg,#fff 0%,#fbfdfe 100%);box-shadow:0 22px 54px rgba(6,44,76,.08)}.check-list:not(.compact){grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.check-list:not(.compact) li{display:flex;align-items:flex-start;min-height:56px;padding:.9rem 1rem .9rem 3rem;border:1px solid #dceaf0;border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(7,46,77,.045)}.check-list:not(.compact) li:before{left:1rem;top:.92rem}.inner-hero{background:radial-gradient(circle at 12% 10%,rgba(94,216,196,.25),transparent 30%),linear-gradient(130deg,#062340 0%,#0c4f85 58%,#078195 100%)}.inner-hero-media{border-radius:30px;transform:rotate(-1deg)}.inner-hero-image{border-radius:22px}.home-impact-section{background:#f8fbfd;padding-top:40px}.home-impact-shell{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;padding:2rem;border-radius:36px;background:radial-gradient(circle at 20% 0%,rgba(95,230,207,.2),transparent 28%),linear-gradient(135deg,#062640 0%,#0c5487 58%,#1592a2 100%);color:#fff;box-shadow:0 28px 70px rgba(6,42,76,.18)}.home-impact-content h2{color:#fff;font-size:clamp(1.8rem,3vw,3rem)}.home-impact-content p{color:rgba(236,247,252,.86);line-height:1.85;margin:0}.home-impact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.home-impact-grid article{padding:1.25rem;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px)}.home-impact-grid strong{display:block;color:#fff;font-size:clamp(1.7rem,3vw,2.6rem);line-height:1;margin-bottom:.55rem}.home-impact-grid span{color:rgba(238,248,252,.86);font-size:.9rem;line-height:1.45}.about-premium-hero{position:relative;overflow:hidden;padding:112px 0 52px;color:#fff;background:linear-gradient(130deg,#041e38 0%,#0b4d82 58%,#0c8b98 100%)}.about-premium-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 16% 10%,rgba(115,226,205,.28),transparent 26%),radial-gradient(circle at 90% 5%,rgba(255,255,255,.16),transparent 22%),linear-gradient(120deg,rgba(255,255,255,.06) 0,transparent 35%)}.about-premium-hero .breadcrumb a,.about-premium-hero .breadcrumb-item{color:rgba(238,247,252,.86)}.about-premium-kicker{display:inline-flex;align-items:center;gap:.6rem;padding:.58rem .9rem;margin-bottom:1rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.1);color:#d9fbff;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.about-premium-hero h1{color:#fff;font-size:clamp(2.6rem,5vw,5rem);line-height:.98;letter-spacing:-.055em}.about-premium-hero .lead{color:rgba(237,248,252,.9);max-width:760px}.about-premium-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.about-hero-visual{position:relative;padding:14px;border:1px solid rgba(255,255,255,.22);border-radius:34px;background:rgba(255,255,255,.1);box-shadow:0 30px 70px rgba(0,0,0,.22)}.about-hero-visual img{width:100%;min-height:390px;object-fit:cover;border-radius:24px}.about-hero-badge{position:absolute;left:28px;bottom:28px;display:flex;gap:.75rem;align-items:center;padding:.9rem 1rem;border-radius:20px;background:rgba(4,23,42,.78);color:#fff;backdrop-filter:blur(10px)}.about-hero-badge i{color:#72e0bc;font-size:1.35rem}.about-hero-badge span{line-height:1.4}.about-premium-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem;margin-top:2.4rem;padding:.9rem;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px)}.about-premium-stats article{padding:1rem;border-radius:20px;background:rgba(255,255,255,.12)}.about-premium-stats strong{display:block;color:#fff;font-size:1.8rem;line-height:1}.about-premium-stats span{display:block;margin-top:.45rem;color:rgba(239,249,252,.82);font-size:.88rem;line-height:1.35}.about-story-panel{display:grid;gap:1rem}.about-story-panel article{display:flex;gap:1rem;padding:1.25rem;border:1px solid #dceaf0;border-radius:24px;background:#fff;box-shadow:0 18px 40px rgba(6,44,76,.07)}.about-story-panel i,.about-big-icon,.about-strength-grid i,.positioning-grid i{display:inline-grid;place-items:center;flex:0 0 auto;width:56px;height:56px;border-radius:18px;color:#fff;background:linear-gradient(135deg,#0c76a9,#32ac7d);box-shadow:0 14px 30px rgba(13,110,138,.18)}.about-story-panel h3{margin-bottom:.35rem}.about-story-panel p{margin:0;color:#587086}.about-mission-vision-section{background:#fff}.about-big-card{height:100%;padding:2rem;border-radius:32px;color:#fff;box-shadow:0 22px 58px rgba(6,44,76,.16)}.about-vision-card{background:radial-gradient(circle at right top,rgba(255,255,255,.18),transparent 25%),linear-gradient(135deg,#072a4d,#0e6d98)}.about-mission-card{background:radial-gradient(circle at right top,rgba(255,255,255,.18),transparent 25%),linear-gradient(135deg,#09606f,#36a06c)}.about-big-card h2{color:#fff;margin-top:1rem}.about-big-card p{color:rgba(245,250,252,.88);line-height:1.85;margin:0}.about-values-grid,.about-strength-grid,.positioning-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.about-values-grid article,.about-strength-grid article,.positioning-grid article{position:relative;overflow:hidden;min-height:100%;padding:1.45rem;border:1px solid #dceaf0;border-radius:26px;background:#fff;box-shadow:0 18px 42px rgba(6,44,76,.06)}.about-values-grid article span{display:inline-flex;margin-bottom:1rem;color:#0f8ea3;font-weight:900;letter-spacing:.12em}.about-values-grid i{position:absolute;right:1.2rem;top:1.1rem;color:rgba(14,126,160,.16);font-size:2.5rem}.about-values-grid h3,.about-strength-grid h3,.positioning-grid h3{margin-bottom:.55rem;font-size:1.12rem}.about-values-grid p,.about-strength-grid p,.positioning-grid p{color:#587086;margin:0;line-height:1.75}.about-strength-grid article{padding:1.6rem}.about-strength-grid i,.positioning-grid i{margin-bottom:1rem}.premium-team-v2{background:linear-gradient(180deg,#f7fbfd 0%,#fff 100%)}.team-leadership-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.team-leadership-grid article{padding:1.45rem;border-radius:28px;background:#fff;border:1px solid #dceaf0;box-shadow:0 18px 42px rgba(6,44,76,.07)}.team-leadership-grid span,.team-operations-grid article>span{display:grid;place-items:center;width:64px;height:64px;border-radius:22px;color:#fff;background:linear-gradient(135deg,#061f3b,#1693a3);font-weight:900;margin-bottom:1rem}.team-leadership-grid h3{margin-bottom:.35rem;font-size:1.05rem}.team-leadership-grid p{margin:0;color:#587086}.team-operations-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.team-operations-grid article{display:flex;gap:1rem;align-items:flex-start;padding:1.4rem;border-radius:28px;background:linear-gradient(180deg,#fff,#f9fdff);border:1px solid #dceaf0;box-shadow:0 18px 42px rgba(6,44,76,.07)}.team-operations-grid article>span{flex:0 0 auto;margin:0}.team-operations-grid small{display:block;color:#0f8ea3;font-weight:800;margin-bottom:.35rem}.team-operations-grid h3{font-size:1.08rem;margin-bottom:.35rem}.team-operations-grid p{margin:0;color:#587086}.about-infra-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:1.2rem}.about-infra-grid span{padding:.85rem 1rem;border-radius:16px;background:#fff;border:1px solid #dceaf0;color:#0b2f56;font-weight:800;box-shadow:0 10px 26px rgba(6,44,76,.045)}.about-infra-collage{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:220px 220px;gap:1rem}.about-infra-collage picture{display:block;overflow:hidden;border-radius:28px;box-shadow:0 18px 44px rgba(6,44,76,.12)}.about-infra-collage picture:first-child{grid-row:span 2}.about-infra-collage img{width:100%;height:100%;object-fit:cover}.about-closing-cta h2{color:#fff;font-size:clamp(2rem,3.5vw,3.5rem)}@media (max-width:1199.98px){.about-premium-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.team-leadership-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-impact-shell{grid-template-columns:1fr}}@media (max-width:991.98px){.check-list:not(.compact){grid-template-columns:1fr}.about-premium-hero{padding:84px 0 44px}.about-hero-visual img{min-height:320px}.about-values-grid,.about-strength-grid,.positioning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-operations-grid{grid-template-columns:1fr}.home-impact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767.98px){.about-premium-hero h1{font-size:2.55rem}.about-premium-stats,.about-values-grid,.about-strength-grid,.positioning-grid,.team-leadership-grid,.about-infra-grid,.home-impact-grid{grid-template-columns:1fr}.about-infra-collage{grid-template-columns:1fr;grid-template-rows:repeat(3,220px)}.about-infra-collage picture:first-child{grid-row:auto}.home-impact-shell,.about-big-card{padding:1.3rem;border-radius:26px}}:root{--bio-navy:#062f57;--bio-deep:#041f36;--bio-blue:#124f91;--bio-cyan:#1396b8;--bio-teal:#0d91aa;--bio-green:#53a84a;--bio-soft:#f5fafc;--bio-border:#dce9ef;--bio-text:#1e3447}.section{scroll-margin-top:120px}.corporate-impact-section{padding:92px 0;background:linear-gradient(180deg,#f7fbfd 0%,#ffffff 100%) !important}.corporate-impact-shell{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:2rem;align-items:stretch;padding:2rem;border:1px solid #dce9ef;border-radius:34px;background:#ffffff;box-shadow:0 26px 70px rgba(7,48,84,.12);overflow:hidden}.corporate-impact-shell::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 3% 8%,rgba(19,150,184,.13),transparent 30%),radial-gradient(circle at 100% 0%,rgba(83,168,74,.12),transparent 27%)}.corporate-impact-copy{position:relative;z-index:1;min-height:100%;padding:2.2rem;border-radius:28px;color:#fff;background:linear-gradient(135deg,#062f57 0%,#084c78 58%,#0d91aa 100%);box-shadow:0 22px 54px rgba(6,47,87,.22)}.corporate-impact-copy .corporate-eyebrow{color:#a8f1df !important}.corporate-impact-copy h2{color:#fff;margin:.8rem 0 1rem;font-size:clamp(2rem,3.1vw,3.55rem);line-height:1.06;letter-spacing:-.05em;max-width:720px}.corporate-impact-copy p{color:rgba(241,248,252,.88);line-height:1.85;font-size:1.05rem;margin-bottom:1.4rem}.corporate-impact-tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.2rem}.corporate-impact-tags span{display:inline-flex;align-items:center;gap:.55rem;padding:.75rem .95rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font-weight:700;font-size:.9rem}.corporate-impact-tags i{color:#9df2d2}.corporate-impact-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.corporate-impact-grid article{display:flex;align-items:center;gap:1rem;min-height:136px;padding:1.25rem;border:1px solid var(--bio-border);border-radius:24px;background:linear-gradient(180deg,#fff 0%,#f8fcfd 100%);box-shadow:0 16px 36px rgba(7,48,84,.08)}.corporate-impact-icon{display:inline-grid;place-items:center;flex:0 0 auto;width:58px;height:58px;border-radius:18px;color:#fff;background:linear-gradient(135deg,var(--bio-blue),var(--bio-teal));box-shadow:0 16px 30px rgba(18,79,145,.18);font-size:1.18rem}.corporate-impact-grid strong{display:block;color:var(--bio-navy);font-size:clamp(2rem,3vw,3rem);line-height:1;letter-spacing:-.04em;margin-bottom:.35rem}.corporate-impact-grid small{display:block;color:var(--bio-navy);font-weight:800;font-size:1rem;line-height:1.25}.corporate-impact-grid em{display:block;margin-top:.2rem;color:#6d8294;font-style:normal;font-size:.9rem}.corporate-testimonials-section{position:relative;padding:96px 0;background:linear-gradient(180deg,#ffffff 0%,#f3f9fb 100%) !important;overflow:hidden}.corporate-testimonials-section::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 8% 10%,rgba(19,150,184,.12),transparent 26%),radial-gradient(circle at 95% 18%,rgba(83,168,74,.10),transparent 24%)}.corporate-testimonials-section .container{position:relative;z-index:1;max-width:1260px}.corporate-testimonials-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:end;gap:2rem;margin-bottom:2.2rem}.corporate-testimonials-head h2{color:var(--bio-navy);margin:.6rem 0 0;font-size:clamp(2.2rem,4vw,4.25rem);line-height:1.05;letter-spacing:-.055em}.corporate-testimonials-head p{max-width:560px;margin:0 0 .35rem auto;color:#42596b;line-height:1.85;font-size:1.06rem}.corporate-testimonials-grid{align-items:stretch}.corporate-testimonial-card{position:relative;display:flex;flex-direction:column;height:100%;min-height:360px;padding:1.55rem;border:1px solid var(--bio-border);border-radius:28px;background:#fff;box-shadow:0 22px 48px rgba(7,48,84,.10);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.corporate-testimonial-card::before{content:'';position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,var(--bio-cyan),var(--bio-green))}.corporate-testimonial-card:hover{transform:translateY(-5px);box-shadow:0 28px 60px rgba(7,48,84,.15)}.corporate-testimonial-top{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.2rem}.corporate-testimonial-avatar{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:20px;color:#fff;background:linear-gradient(180deg,#060b12,#1b2229);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 12px 24px rgba(2,15,27,.16);font-size:.95rem;font-weight:900;letter-spacing:.08em}.corporate-testimonial-rating{display:inline-flex;gap:.18rem;color:#f5bd31;font-size:.95rem}.corporate-testimonial-card p{color:#395469;line-height:1.82;font-size:1rem;margin:0 0 1.35rem}.corporate-testimonial-client{margin-top:auto;padding-top:1.05rem;border-top:1px solid #e4edf2}.corporate-testimonial-client h3{margin:0 0 .35rem;color:var(--bio-navy);font-size:1.12rem;line-height:1.35}.corporate-testimonial-client strong{display:block;color:var(--bio-deep);font-size:.92rem;margin-bottom:.22rem}.corporate-testimonial-client span{display:block;color:#6a7e8f;font-size:.9rem}.about-premium-page .section-heading h2,.about-premium-page .premium-section-title{letter-spacing:-.04em}.about-story-panel article,.about-values-grid article,.about-strength-grid article,.positioning-grid article,.team-leadership-grid article,.team-operations-grid article{box-shadow:0 18px 44px rgba(7,48,84,.09) !important}.about-values-grid article,.about-strength-grid article,.positioning-grid article{border:1px solid var(--bio-border) !important;background:#fff !important}.team-leadership-grid article,.team-operations-grid article{border:1px solid var(--bio-border) !important;background:linear-gradient(180deg,#fff,#f8fcfd) !important}@media (max-width:1199.98px){.corporate-impact-shell{grid-template-columns:1fr}.corporate-impact-copy{padding:1.7rem}}@media (max-width:991.98px){.corporate-impact-section,.corporate-testimonials-section{padding:76px 0}.corporate-testimonials-head{grid-template-columns:1fr;gap:1rem}.corporate-testimonials-head p{margin-left:0;max-width:100%}.corporate-testimonial-card{min-height:330px}}@media (max-width:767.98px){.corporate-impact-section,.corporate-testimonials-section{padding:60px 0}.corporate-impact-shell{padding:1rem;border-radius:26px}.corporate-impact-copy{padding:1.25rem;border-radius:22px}.corporate-impact-copy h2,.corporate-testimonials-head h2{font-size:2.35rem}.corporate-impact-grid{grid-template-columns:1fr}.corporate-impact-grid article{min-height:118px;padding:1rem;border-radius:20px}.corporate-impact-icon{width:52px;height:52px;border-radius:16px}.corporate-testimonial-card{min-height:auto;padding:1.25rem;border-radius:22px}.corporate-testimonial-avatar{width:56px;height:56px;border-radius:18px}}:root{--bio-navy:#062f57;--bio-deep:#041f36;--bio-blue:#124f91;--bio-cyan:#1396b8;--bio-teal:#0d91aa;--bio-green:#53a84a;--bio-soft:#f5fafc;--bio-border:#dce9ef;--bio-text:#1e3447}.section{scroll-margin-top:120px}.corporate-impact-section{padding:92px 0;background:linear-gradient(180deg,#f7fbfd 0%,#ffffff 100%) !important}.corporate-impact-shell{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:2rem;align-items:stretch;padding:2rem;border:1px solid #dce9ef;border-radius:34px;background:#ffffff;box-shadow:0 26px 70px rgba(7,48,84,.12);overflow:hidden}.corporate-impact-shell::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 3% 8%,rgba(19,150,184,.13),transparent 30%),radial-gradient(circle at 100% 0%,rgba(83,168,74,.12),transparent 27%)}.corporate-impact-copy{position:relative;z-index:1;min-height:100%;padding:2.2rem;border-radius:28px;color:#fff;background:linear-gradient(135deg,#062f57 0%,#084c78 58%,#0d91aa 100%);box-shadow:0 22px 54px rgba(6,47,87,.22)}.corporate-impact-copy .corporate-eyebrow{color:#a8f1df !important}.corporate-impact-copy h2{color:#fff;margin:.8rem 0 1rem;font-size:clamp(2rem,3.1vw,3.55rem);line-height:1.06;letter-spacing:-.05em;max-width:720px}.corporate-impact-copy p{color:rgba(241,248,252,.88);line-height:1.85;font-size:1.05rem;margin-bottom:1.4rem}.corporate-impact-tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.2rem}.corporate-impact-tags span{display:inline-flex;align-items:center;gap:.55rem;padding:.75rem .95rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font-weight:700;font-size:.9rem}.corporate-impact-tags i{color:#9df2d2}.corporate-impact-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.corporate-impact-grid article{display:flex;align-items:center;gap:1rem;min-height:136px;padding:1.25rem;border:1px solid var(--bio-border);border-radius:24px;background:linear-gradient(180deg,#fff 0%,#f8fcfd 100%);box-shadow:0 16px 36px rgba(7,48,84,.08)}.corporate-impact-icon{display:inline-grid;place-items:center;flex:0 0 auto;width:58px;height:58px;border-radius:18px;color:#fff;background:linear-gradient(135deg,var(--bio-blue),var(--bio-teal));box-shadow:0 16px 30px rgba(18,79,145,.18);font-size:1.18rem}.corporate-impact-grid strong{display:block;color:var(--bio-navy);font-size:clamp(2rem,3vw,3rem);line-height:1;letter-spacing:-.04em;margin-bottom:.35rem}.corporate-impact-grid small{display:block;color:var(--bio-navy);font-weight:800;font-size:1rem;line-height:1.25}.corporate-impact-grid em{display:block;margin-top:.2rem;color:#6d8294;font-style:normal;font-size:.9rem}.corporate-testimonials-section{position:relative;padding:96px 0;background:linear-gradient(180deg,#ffffff 0%,#f3f9fb 100%) !important;overflow:hidden}.corporate-testimonials-section::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 8% 10%,rgba(19,150,184,.12),transparent 26%),radial-gradient(circle at 95% 18%,rgba(83,168,74,.10),transparent 24%)}.corporate-testimonials-section .container{position:relative;z-index:1;max-width:1260px}.corporate-testimonials-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:end;gap:2rem;margin-bottom:2.2rem}.corporate-testimonials-head h2{color:var(--bio-navy);margin:.6rem 0 0;font-size:clamp(2.2rem,4vw,4.25rem);line-height:1.05;letter-spacing:-.055em}.corporate-testimonials-head p{max-width:560px;margin:0 0 .35rem auto;color:#42596b;line-height:1.85;font-size:1.06rem}.corporate-testimonials-grid{align-items:stretch}.corporate-testimonial-card{position:relative;display:flex;flex-direction:column;height:100%;min-height:360px;padding:1.55rem;border:1px solid var(--bio-border);border-radius:28px;background:#fff;box-shadow:0 22px 48px rgba(7,48,84,.10);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.corporate-testimonial-card::before{content:'';position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,var(--bio-cyan),var(--bio-green))}.corporate-testimonial-card:hover{transform:translateY(-5px);box-shadow:0 28px 60px rgba(7,48,84,.15)}.corporate-testimonial-top{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.2rem}.corporate-testimonial-avatar{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:20px;color:#fff;background:linear-gradient(180deg,#060b12,#1b2229);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 12px 24px rgba(2,15,27,.16);font-size:.95rem;font-weight:900;letter-spacing:.08em}.corporate-testimonial-rating{display:inline-flex;gap:.18rem;color:#f5bd31;font-size:.95rem}.corporate-testimonial-card p{color:#395469;line-height:1.82;font-size:1rem;margin:0 0 1.35rem}.corporate-testimonial-client{margin-top:auto;padding-top:1.05rem;border-top:1px solid #e4edf2}.corporate-testimonial-client h3{margin:0 0 .35rem;color:var(--bio-navy);font-size:1.12rem;line-height:1.35}.corporate-testimonial-client strong{display:block;color:var(--bio-deep);font-size:.92rem;margin-bottom:.22rem}.corporate-testimonial-client span{display:block;color:#6a7e8f;font-size:.9rem}.about-premium-page .section-heading h2,.about-premium-page .premium-section-title{letter-spacing:-.04em}.about-story-panel article,.about-values-grid article,.about-strength-grid article,.positioning-grid article,.team-leadership-grid article,.team-operations-grid article{box-shadow:0 18px 44px rgba(7,48,84,.09) !important}.about-values-grid article,.about-strength-grid article,.positioning-grid article{border:1px solid var(--bio-border) !important;background:#fff !important}.team-leadership-grid article,.team-operations-grid article{border:1px solid var(--bio-border) !important;background:linear-gradient(180deg,#fff,#f8fcfd) !important}@media (max-width:1199.98px){.corporate-impact-shell{grid-template-columns:1fr}.corporate-impact-copy{padding:1.7rem}}@media (max-width:991.98px){.corporate-impact-section,.corporate-testimonials-section{padding:76px 0}.corporate-testimonials-head{grid-template-columns:1fr;gap:1rem}.corporate-testimonials-head p{margin-left:0;max-width:100%}.corporate-testimonial-card{min-height:330px}}@media (max-width:767.98px){.corporate-impact-section,.corporate-testimonials-section{padding:60px 0}.corporate-impact-shell{padding:1rem;border-radius:26px}.corporate-impact-copy{padding:1.25rem;border-radius:22px}.corporate-impact-copy h2,.corporate-testimonials-head h2{font-size:2.35rem}.corporate-impact-grid{grid-template-columns:1fr}.corporate-impact-grid article{min-height:118px;padding:1rem;border-radius:20px}.corporate-impact-icon{width:52px;height:52px;border-radius:16px}.corporate-testimonial-card{min-height:auto;padding:1.25rem;border-radius:22px}.corporate-testimonial-avatar{width:56px;height:56px;border-radius:18px}}