:root { --brand-clr-bg:#EFF2F6; --blue-main:#27397f; --brand-color:#27397f; --light-gray:#F6F8FA; --border-color:#DDE3EA; --text-color:#16233A; --text-light:#5C6B80; --bg-color:#0B1A2C; --card-color:#0F2236; --text-color-white:#ffffff; --yellow-clr:rgb(253,231,115); --gold:#A9791F; --display:'Big Shoulders Display',sans-serif; --mono:'IBM Plex Mono',monospace; }

/* ANIMISTA KEYFRAMES */
@keyframes fade-in-down { 0%{opacity:0;transform:translateY(-30px)}100%{opacity:1;transform:translateY(0)} }
@keyframes fade-in-up { 0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)} }
@keyframes slide-in-blurred-top { 0%{transform:translateY(-36px) scaleY(0.7);filter:blur(12px);opacity:0}100%{transform:translateY(0) scaleY(1);filter:blur(0);opacity:1} }
@keyframes wire-pulse { 0%,100%{opacity:1}50%{opacity:0.4} }
@keyframes marquee { 0%{transform:translateX(0)}100%{transform:translateX(-50%)} }
@keyframes img-reveal { 0%{clip-path:inset(0 100% 0 0);opacity:0}100%{clip-path:inset(0 0% 0 0);opacity:1} }
@keyframes float-up { 0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)} }
@keyframes draw-stroke { 0%{stroke-dashoffset:1400}100%{stroke-dashoffset:0} }
@keyframes strand-pop { 0%{opacity:0;transform:scale(0.4)}100%{opacity:1;transform:scale(1)} }
@keyframes ticker-scroll { 0%{transform:translateX(0)}100%{transform:translateX(-50%)} }
@keyframes pulse-ring { 0%{transform:scale(0.9);opacity:.8}100%{transform:scale(1.4);opacity:0} }
@keyframes spin-slow { 0%{transform:rotate(0)}100%{transform:rotate(360deg)} }

/* GLOBAL */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'IBM Plex Sans',sans-serif;color:var(--text-color);background:#fff;overflow-x:hidden}
h1,h2,h3,h4{font-family:var(--display);font-weight:700;letter-spacing:0.02em}
.section-eyebrow{font-family:var(--mono);font-size:0.72rem;font-weight:600;letter-spacing:0.16em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:0.5rem}
.gold-line{width:56px;height:3px;background:linear-gradient(90deg,var(--gold),var(--blue-main));border-radius:2px}
img{max-width:100%}
:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
@media(prefers-reduced-motion:reduce){*{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}

section{overflow:hidden}
footer{overflow:hidden}

/* â”€â”€ UNIFIED CTA PILL â”€â”€ */
.cta-pill{display:inline-flex;align-items:center;background:var(--bg-color);border:1px solid rgba(169,121,31,0.3);border-radius:50px;overflow:hidden;gap:0;text-decoration:none}
.cta-pill .cta-pill-num{padding:12px 20px;display:flex;flex-direction:column;}
.cta-pill .cta-pill-num .cta-lbl{font-size:0.6rem;letter-spacing:0.14em;text-transform:uppercase;color:rgba(255,255,255,0.4);line-height:1}
.cta-pill .cta-pill-num .cta-no{font-size:0.9rem;font-weight:700;color:var(--yellow-clr);line-height:1.3;white-space:nowrap;font-family:var(--mono)}
.cta-pill .cta-pill-btn{padding:18px 22px;background:var(--yellow-clr);color:var(--bg-color);font-family:'IBM Plex Sans',sans-serif;font-size:0.75rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;white-space:nowrap;transition:background 0.25s}
.cta-pill:hover .cta-pill-btn{background:#ffe98a}
.cta-pill-light{border-color:var(--border-color);background:#fff}
.cta-pill-light .cta-pill-num .cta-lbl{color:var(--text-light)}
.cta-pill-light .cta-pill-num .cta-no{color:var(--blue-main)}
.cta-pill-light .cta-pill-num{border-right-color:var(--border-color)}
.cta-pill-light .cta-pill-btn{background:var(--blue-main);color:#fff}
.cta-pill-light:hover .cta-pill-btn{background:#1e2e6e}

/* OUTLINE WIRE BUTTON */
.btn-wire{display:inline-flex;align-items:center;gap:8px;padding:10px 26px;border:1.5px solid var(--gold);color:var(--gold);background:transparent;font-family:'IBM Plex Sans',sans-serif;font-size:0.8rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-decoration:none;border-radius:2px;transition:all 0.3s}
.btn-wire:hover{background:var(--gold);color:#fff}

/* â”€â”€ HEADER â”€â”€ */
.site-header{position:fixed;top:0;left:0;width:100%;z-index:999;backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:.35s}
.site-header.scrolled{background:#EFF2F6;border-color:var(--border-color);box-shadow:0 10px 30px rgba(22,35,58,.08)}
.site-header .header-wrap{display:flex;align-items:center;justify-content:space-between;min-height:88px}
.site-header .nav-logo img{width:260px;transition:.35s}
.site-header .header-right{display:flex;align-items:center;gap:20px}
.site-header .header-cta{display:flex;align-items:center;gap:10px;padding:0}
.site-header .header-cta .cta-title{font:700 13px var(--mono);color:var(--gold);text-transform:uppercase;letter-spacing:1px}
.site-header .header-cta .cta-box{padding:11px 18px;background:#fff;border:1px solid var(--border-color);border-radius:50px;color:var(--text-color);text-decoration:none;font:600 14px var(--mono);transition:.3s}
.site-header .header-cta .cta-box:hover{background:var(--blue-main);border-color:var(--blue-main);color:#fff;transform:translateY(-2px)}
.site-header .social-icons{display:flex;align-items:center;gap:8px}
.site-header .social-icons a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:1px solid var(--border-color);color:var(--blue-main);text-decoration:none;transition:.3s}
.site-header .social-icons a:hover{background:var(--blue-main);border-color:var(--blue-main);color:#fff;transform:translateY(-2px)}

@media(max-width:991px){
.site-header .header-wrap{min-height:75px}
.site-header .header-right{gap:12px}
.site-header .header-cta .cta-title{display:none}
.site-header .header-cta .cta-box{padding:9px 14px;font-size:12px}
.site-header .social-icons a{width:34px;height:34px;font-size:13px}
}
@media(max-width:767px){
  .site-header{background-color: #fff;}
.site-header .nav-logo img{width:85%;transition:.35s}
.site-header .header-wrap{gap:10px;padding:10px 0}
.site-header .header-right{width:100%;flex-direction:column;display:none!important}
.site-header .header-cta{width:100%;justify-content:center;flex-direction:column}
.site-header .header-cta .cta-box{text-align:center}
.site-header .social-icons{display:none}
.nav-logo{display:flex;justify-content:center}
}

/* â”€â”€ HERO : offset factory panel â”€â”€ */
.hero-section{position:relative;background:var(--bg-color);padding:160px 0 0;min-height:92vh;display:flex;align-items:center}
.hero-section::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}
.hero-section .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;position:relative;z-index:2}
.hero-section .hero-tag{display:inline-flex;align-items:center;gap:10px;padding:9px 16px;border-radius:50px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);font:600 12px var(--mono);color:var(--yellow-clr);letter-spacing:2px;margin-bottom:28px}
.hero-section .hero-tag i{width:6px;height:6px;border-radius:50%;background:var(--yellow-clr);animation:wire-pulse 1.8s ease infinite}
.hero-section .hero-content h1{font-family:var(--display);font-size:64px;line-height:1.02;color:#fff;margin-bottom:26px;max-width:640px}
.hero-section .hero-content h1 span{display:block;color:var(--yellow-clr)}
.hero-section .hero-content p{font-size:1.02rem;line-height:1.9;color:rgba(255,255,255,.6);max-width:520px;margin-bottom:36px}
.hero-section .hero-stat-row{display:flex;gap:0;border-top:1px solid rgba(255,255,255,.12)}
.hero-section .hero-stat{flex:1;padding:22px 18px 0;border-right:1px solid rgba(255,255,255,.12)}
.hero-section .hero-stat:last-child{border-right:none}
.hero-section .hero-stat strong{display:block;font-family:var(--display);font-size:2.1rem;color:var(--yellow-clr);line-height:1}
.hero-section .hero-stat span{font:600 11px var(--mono);letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.45)}

.hero-section .hero-img-panel{position:relative;height:600px}
.hero-section .hero-img-main{position:absolute;top:0;right:0;width:88%;height:520px;clip-path:polygon(0 0,100% 0,100% 100%,8% 100%,0 88%);overflow:hidden;box-shadow:0 40px 90px rgba(0,0,0,.5)}
.hero-section .hero-img-main img{width:100%;height:100%;object-fit:cover}
.hero-section .hero-img-main::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,26,44,0) 50%,rgba(11,26,44,.55) 100%)}
.hero-section .hero-img-accent{position:absolute;left:0;bottom:60px;width:62%;height:200px;border:2px solid var(--gold);clip-path:polygon(0 0,100% 0,100% 100%,12% 100%,0 82%);z-index:0}
.hero-section .hero-img-badge{position:absolute;left:8px;bottom:150px;background:var(--gold);color:var(--bg-color);padding:18px 22px;z-index:3;box-shadow:0 20px 40px rgba(0,0,0,.35)}
.hero-section .hero-img-badge strong{display:block;font-family:var(--display);font-size:1.3rem;line-height:1}
.hero-section .hero-img-badge span{font:600 10px var(--mono);letter-spacing:.1em;text-transform:uppercase}

@media(max-width:991px){
.hero-section{padding:140px 0 60px;min-height:auto}
.hero-section .hero-grid{grid-template-columns:1fr;gap:15px}
.hero-section .hero-content h1{font-size:46px}
.hero-section .hero-img-panel{height:380px;order:-1}
.hero-section .hero-img-main{height:340px;width:92%}
.hero-section .hero-img-accent{display:none}
.hero-section .hero-img-badge{left:0;bottom:20px}
}
@media(max-width:767px){
.hero-section{padding:120px 0 50px}
.hero-section .hero-content h1{font-size:32px}
.hero-section .hero-content p{font-size:.95rem;line-height:1.7}
.hero-section .hero-img-panel{height:280px}
.hero-section .hero-img-main{height:260px;width:100%;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}
.hero-section .hero-img-badge{padding:14px 16px}
.hero-section .hero-img-badge strong{font-size:1.2rem}
.hero-section .hero-stat-row{flex-wrap:wrap}
.hero-section .hero-stat{flex:0 0 50%;border-right:none;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12); }
.hero-section .hero-stat:nth-child(odd){border-right:1px solid rgba(255,255,255,.12)}
.hero-section .hero-stat strong{font-size:1.6rem}
}

/* â”€â”€ PRODUCTS : alternating spec rows â”€â”€ */
.products-section{padding:60px 0;background:#fff}
.products-section .section-header { max-width: 900px; margin: 0px auto 40px; text-align: center; }
.products-section .section-header h2{font-family:var(--display);font-size:46px;color:var(--text-color);margin-bottom:14px}
.products-section .section-header p{font-size:1rem;color:var(--text-light);line-height:1.8}

.products-section .prod-list{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.products-section .prod-card{position:relative;display:flex;align-items:center;gap:0;background:var(--brand-clr-bg);border:1px solid var(--border-color);border-radius:20px;padding:18px 26px 18px 18px;overflow:visible;transition:.35s}
.products-section .prod-card:hover{border-color:var(--gold);box-shadow:0 12px 30px -10px rgba(0,0,0,.5)}
.products-section .prod-media{position:relative;flex:0 0 38%;aspect-ratio:1/1;border-radius:16px;overflow:hidden;margin:-10px 0 -10px -10px;box-shadow:0 10px 24px -8px rgba(0,0,0,.6)}
.products-section .prod-media img{width:100%;height:100%;object-fit:cover;transition:.6s}
.products-section .prod-card:hover .prod-media img{transform:scale(1.06)}
.products-section .prod-media .prod-id{position:absolute;top:12px;left:12px;background:rgba(11,26,44,.78);backdrop-filter:blur(6px);color:var(--yellow-clr);font:700 10px var(--mono);letter-spacing:.1em;padding:6px 12px;border-radius:50px;z-index:2}
.products-section .prod-copy{flex:1;padding-left:24px;min-width:0}
.products-section .prod-copy h4{font-size:1.15rem;color:var(--text-color);margin-bottom:10px;line-height:1.3}
.products-section .prod-copy p{font-size:.88rem;line-height:1.7;color:var(--text-light);margin-bottom:16px}
.products-section .prod-copy .read-more{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--blue-main);font:700 11px var(--mono);letter-spacing:.08em;text-transform:uppercase;border-bottom:1.5px solid transparent;padding-bottom:3px;transition:.25s;white-space:nowrap}
.products-section .prod-copy .read-more:hover{color:var(--gold);border-color:var(--gold);gap:12px}

@media (max-width:900px){
  .products-section .prod-list{grid-template-columns:1fr}
}
@media (max-width:560px){
  .products-section .prod-card{flex-direction:column;align-items:flex-start;padding:18px}
  .products-section .prod-media{flex:0 0 auto;width:100%;aspect-ratio:16/10;margin:0 0 16px 0}
  .products-section .prod-copy{padding-left:0}
}

@media(max-width:767px){
.products-section{padding:60px 0}
.products-section .section-header h2{font-size:26px}
.products-section .prod-row,.products-section .prod-row:nth-child(even){grid-template-columns:1fr;gap:22px;padding:32px 0}
.products-section .prod-row:nth-child(even) .prod-media{order:1}
.products-section .prod-row:nth-child(even) .prod-copy{order:2}
.products-section .prod-media{height:200px}
.products-section .prod-copy h4{font-size:1.25rem}
}

/* â”€â”€ ABOUT : asymmetric magazine layout â”€â”€ */
.about-section{padding:60px 0;background:var(--brand-clr-bg);position:relative}
.about-section .about-masthead { display: grid; grid-template-columns: .85fr 1.15fr; gap: 140px; margin-bottom: 30px; align-items: end; }
.about-section .about-masthead h2{font-family:var(--display);font-size:54px;line-height:1.0;color:var(--text-color)}
.about-section .about-masthead h2 span{display:block;color:var(--blue-main)}
.about-section .about-lead{font-size:1.1rem;line-height:1.95;color:var(--text-light);border-left:3px solid var(--gold);padding-left:22px}
.about-section .about-feature{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 25px 70px rgba(22,35,58,.08)}
.about-section .about-feature-img{position:relative;min-height:440px}
.about-section .about-feature-img img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.about-section .about-feature-img .img-tag{position:absolute;left:24px;bottom:24px;background:rgba(11,26,44,.75);backdrop-filter:blur(8px);color:#fff;padding:8px 16px;border-radius:50px;font:600 11px var(--mono);letter-spacing:.08em;text-transform:uppercase}
.about-section .about-feature-text{padding:54px 50px;display:flex;flex-direction:column;justify-content:center}
.about-section .about-feature-text h4{font-size:1.5rem;color:var(--text-color);margin-bottom:20px}
.about-section .about-feature-text p{font-size:1rem;line-height:1.95;color:var(--text-light)}
.about-section .about-feature-text strong{color:var(--text-color)}
.about-section .about-feature-text .tick-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.about-section .about-feature-text .tick{font:600 11px var(--mono);letter-spacing:.06em;color:var(--blue-main);background:rgba(39,57,127,.07);border:1px solid rgba(39,57,127,.15);padding:7px 14px;border-radius:50px}

@media(max-width:991px){
  .about-section .about-masthead{grid-template-columns:1fr;gap:24px;margin-bottom: 10px;}
  .about-section .about-masthead h2{font-size:34px}
  .about-section .about-feature{grid-template-columns:1fr}
  .about-section .about-feature-img{min-height:300px}
  .about-section .about-feature-text { padding: 36px 15px; }
}
@media(max-width:767px){
  .about-section{padding:60px 0}
  .about-section .about-lead{font-size:.95rem;padding-left:16px}
  .about-section .about-feature-text .tick-row { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 0px; }
  .about-section .about-feature-text .tick{padding: 7px 10px;}
}

/* â”€â”€ CERTIFICATION : credential strip â”€â”€ */
.certification-section{padding:0 0 60px;background:var(--brand-clr-bg);}
.certification-section .cert-inner{background:var(--bg-color);border-radius:28px;padding:50px 60px;position:relative;overflow:hidden}
.certification-section .cert-inner::before{content:"";position:absolute;top:-120px;right:-120px;width:340px;height:340px;border-radius:50%;background:rgba(253,231,115,.04)}
.certification-section .cert-head{max-width:560px;margin-bottom:48px;position:relative;z-index:2}
.certification-section .cert-head h3{font-family:var(--display);font-size:38px;color:#fff;margin:14px 0 10px}
.certification-section .cert-head p{color:rgba(255,255,255,.55)}
.certification-section .cert-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(255,255,255,.12);position:relative;z-index:2}
.certification-section .c-item{padding:30px 28px 0;border-right:1px solid rgba(255,255,255,.12);text-decoration:none;transition:.3s;text-align: center;}
.certification-section .c-item:last-child{border-right:none}
.certification-section .c-item:hover{background:rgba(255,255,255,.03)}
.certification-section .c-item .c-mark{width:100%;height:190px;border-radius:8px;background:#fff;border:1.5px solid var(--gold);display:flex;align-items:center;justify-content:center;margin-bottom:20px;padding:8px}
.certification-section .c-item .c-mark img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px;    object-position: top; }
.certification-section .c-item strong{display:block;font:700 1rem var(--display);color:#fff;margin-bottom:6px;letter-spacing:.01em}
.certification-section .c-item span{font-size:.82rem;color:rgba(255,255,255,.5);line-height:1.5}
.certification-section .c-item .c-view{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font:600 10px var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--yellow-clr);padding-bottom:18px}

@media(max-width:991px){
.certification-section .cert-inner{padding:48px 32px}
.certification-section .cert-strip{grid-template-columns:1fr 1fr}
.certification-section .c-item:nth-child(2){border-right:none}
.certification-section .c-item{border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:26px;margin-bottom:6px}
}
@media(max-width:767px){
.certification-section .cert-inner{padding:40px 22px;border-radius:20px}
.certification-section .cert-head h3{font-size:26px}
.certification-section .cert-strip{grid-template-columns:1fr}
.certification-section .c-item{border-right:none!important}
.certification-section .c-item .c-mark {height: 200px;border-radius: 0%; }
.certification-section .c-item .c-mark img { border-radius: 0%;  }
.certification-section .cert-head{margin-bottom: 20px;}
}

/* â”€â”€ WHY : stat ticker + dark band â”€â”€ */
.why-section{padding:0;background:var(--bg-color)}
.why-section .why-top{padding:90px 0 50px}
.why-section .why-heading{max-width:680px}
.why-section .why-heading h2{font-family:var(--display);font-size:46px;color:#fff;margin:14px 0}
.why-section .why-heading p{color:rgba(255,255,255,.55);margin:0;font-size:1.02rem;line-height:1.8}
.why-section .why-list{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.1)}
.why-section .why-row{display:grid;grid-template-columns:90px 1fr 1.4fr;gap:24px;align-items:center;padding:30px 0;border-bottom:1px solid rgba(255,255,255,.1);transition:.3s}
.why-section .why-row:hover{padding-left:14px;background:rgba(255,255,255,.02)}
.why-section .why-row .why-mark{font-family:var(--display);font-size:2.4rem;color:rgba(255,255,255,.12);line-height:1}
.why-section .why-row h4{font-size:1.15rem;color:var(--yellow-clr);margin:0}
.why-section .why-row p{font-size:.92rem;line-height:1.75;color:rgba(255,255,255,.55);margin:0}
.why-section .vm-strip{display:grid;grid-template-columns:1fr 1fr;background:#fff}
.why-section .vm-box{padding:60px}
.why-section .vm-box:first-child{border-right:1px solid var(--border-color)}
.why-section .vm-box small{display:block;font:700 12px var(--mono);letter-spacing:2px;color:var(--gold);margin-bottom:15px}
.why-section .vm-box p{margin:0;line-height:1.9;color:var(--text-light)}

@media(max-width:991px){
.why-section .why-row{grid-template-columns:60px 1fr;grid-template-rows:auto auto}
.why-section .why-row p{grid-column:1/-1}
.why-section .vm-strip{grid-template-columns:1fr}
.why-section .vm-box:first-child{border-right:none;border-bottom:1px solid var(--border-color)}
}
@media(max-width:767px){
.why-section .why-top{padding:60px 0 30px}
.why-section .why-heading h2{font-size:26px}
.why-section .vm-box{padding:34px 24px}
}

/* â”€â”€ FACILITY VIDEO â”€â”€ */
.video-section{padding:0;background:var(--brand-clr-bg)}
.video-section .video-wrapper{position:relative;height:680px;overflow:hidden}
.video-section .video-wrapper video{width:100%;height:100%;object-fit:cover}
.video-section .video-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,26,44,.88) 0%,rgba(11,26,44,.55) 45%,rgba(11,26,44,.2) 100%)}
.video-section .video-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:100%}
.video-section .video-tag{display:inline-block;padding:10px 18px;background:rgba(255,255,255,.12);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:50px;font:600 12px var(--mono);letter-spacing:2px;text-transform:uppercase;color:var(--yellow-clr);margin-bottom:25px}
.video-section h2{font-family:var(--display);font-size:50px;line-height:.95;color:#fff;margin-bottom:25px}
.video-section p{max-width:650px;font-size:1.05rem;line-height:2;color:rgba(255,255,255,.85);margin:0}

@media(max-width:991px){.video-section .video-wrapper{height:540px}.video-section h2{font-size:2.6rem}}
@media(max-width:767px){.video-section .video-wrapper{height:440px}.video-section h2{font-size:25px}.video-section p{font-size:.95rem;line-height:1.8}}

/* â”€â”€ CTA BAR â”€â”€ */
.cta-bar-section{padding:60px 0px;background:#fff}
.cta-bar-section .cert-cta-bar{background:var(--blue-main);border-radius:30px;overflow:hidden;display:grid;grid-template-columns:1fr 320px;align-items:center;margin:0 0 0}
.cta-bar-section .bar-text{padding:60px}
.cta-bar-section .bar-text h3{font-family:var(--display);font-size:3rem;line-height:.9;color:#fff;margin-bottom:15px}
.cta-bar-section .bar-text p{font-size:1rem;color:rgba(255,255,255,.75);margin-bottom:25px}
.cta-bar-section .cta-pills-col{display:flex;flex-wrap:wrap;gap:12px}
.cta-bar-section .bar-img-wrap{height:100%}
.cta-bar-section .bar-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}

@media(max-width:991px){
.cta-bar-section .cert-cta-bar{grid-template-columns:1fr;border-radius:24px}
.cta-bar-section .bar-text{padding:40px}
.cta-bar-section .bar-img-wrap{height:240px}
}
@media(max-width:767px){
.cta-bar-section .bar-text{padding:34px 24px}
.cta-bar-section .bar-text h3{font-size:2rem}
.cta-bar-section .cta-pills-col{justify-content:space-between;gap:8px}
.cta-bar-section .cta-pill .cta-pill-num{padding:10px 12px!important}
.cta-bar-section .cta-pill .cta-pill-btn{padding:14px 16px}
}

/* â”€â”€ CLIENTS : dense data-ledger â”€â”€ */
.clients-section{background:var(--brand-clr-bg);padding:60px 0; }
.clients-section .clients-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:20px;margin-bottom:10px}
.clients-section h2{font-size:46px;color:var(--text-color);margin:0}
.clients-section .clients-sub{color:var(--text-light);font-size:0.92rem;margin-top:8px;max-width:420px}
.clients-section .ledger{margin-top:3rem;border:1px solid var(--border-color);border-radius:14px;overflow:hidden;background:#fff}
.clients-section .ledger-row{display:grid;grid-template-columns:230px 1fr;border-bottom:1px solid var(--border-color)}
.clients-section .ledger-row:last-child{border-bottom:none}
.clients-section .ledger-row:hover{background:var(--light-gray)}
.clients-section .ledger-label{display:flex;align-items:center;gap:14px;padding:22px 26px;border-right:1px solid var(--border-color)}
.clients-section .ledger-label .seg-icon{width:38px;height:38px;background:var(--blue-main);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.clients-section .ledger-label .seg-icon i{color:var(--gold);font-size:.92rem}
.clients-section .ledger-label .seg-title{font-size:.92rem;font-weight:700;color:var(--text-color);line-height:1.25}
.clients-section .ledger-label .seg-sub{font-size:.66rem;color:var(--text-light);letter-spacing:.08em;text-transform:uppercase;font-family:var(--mono);margin-top:2px}
.clients-section .ledger-names{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:18px 26px}
.clients-section .ledger-names .name-chip{font-size:.82rem;color:var(--text-color);font-weight:500;padding:6px 14px;background:var(--brand-clr-bg);border-radius:50px;border:1px solid var(--border-color)}
.clients-section .ledger-names .more-chip{font-size:.74rem;color:var(--gold);font-style:italic;padding:6px 4px;font-family:var(--mono)}

@media(max-width:767px){
.clients-section{padding:60px 0}
.clients-section h2{font-size:25px}
.clients-section .ledger-row{grid-template-columns:1fr}
.clients-section .ledger-label{border-right:none;border-bottom:1px solid var(--border-color);padding:16px 18px}
.clients-section .ledger-names{padding:14px 18px}
.clients-section .ledger {margin-top: 0rem;}
}

/* â”€â”€ FOOTER â”€â”€ */
.site-footer{background:var(--bg-color);position:relative;overflow:hidden}
.site-footer::before{content:"";position:absolute;top:-200px;right:-200px;width:500px;height:500px;border-radius:50%;background:rgba(253,231,115,.03)}
.site-footer .footer-top{padding:90px 0 60px;position:relative;z-index:2}
.site-footer .footer-logo{background:#fff;padding:25px;border-radius:20px;display:inline-block;margin-bottom:25px}
.site-footer .footer-logo img{max-width:260px}
.site-footer .footer-desc{font-size:.95rem;line-height:1.9;color:rgba(255,255,255,.65);max-width:420px;margin-bottom:30px}
.site-footer .footer-col-title{font:700 1.2rem var(--display);color:#fff;margin-bottom:25px;position:relative;padding-bottom:12px}
.site-footer .footer-col-title::after{content:"";position:absolute;left:0;bottom:0;width:50px;height:2px;background:var(--gold)}
.site-footer .footer-contact-item{display:flex;gap:15px;align-items:flex-start;margin-bottom:20px}
.site-footer .footer-contact-item i{color:var(--yellow-clr);font-size:1rem;margin-top:5px}
.site-footer .footer-contact-item span{font-size:.9rem;line-height:1.8;color:rgba(255,255,255,.65)}
.site-footer .footer-contact-item a{color:#fff;text-decoration:none;transition:.3s}
.site-footer .footer-contact-item a:hover{color:var(--yellow-clr)}
.site-footer .footer-social-row{display:flex;gap:12px}
.site-footer .footer-social-row a{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:#fff;text-decoration:none;transition:.35s}
.site-footer .footer-social-row a:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-4px)}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer ul li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.site-footer ul li:last-child{border-bottom:none}
.site-footer ul li a{color:rgba(255,255,255,.65)!important;font-size:.9rem!important;text-decoration:none!important;transition:.3s!important;display:flex;align-items:center}
.site-footer ul li a:hover{color:var(--yellow-clr)!important;padding-left:8px}
.site-footer ul li i{color:var(--gold)!important}
.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:22px 0}
.site-footer .footer-bottom .copyright,.site-footer .footer-bottom .designer{font-size:.85rem;color:rgba(255,255,255,.45)}
.site-footer .footer-bottom .designer a{color:var(--yellow-clr);text-decoration:none}

@media(max-width:991px){.site-footer .footer-top{padding:70px 0 40px}.site-footer .footer-col-title{margin-top:35px}}
@media(max-width:767px){
.site-footer .footer-logo img{max-width:100%}
.site-footer .footer-bottom .container{text-align:center;justify-content:center!important}
.site-footer .footer-logo{display:none!important}
}

/* Scroll reveal */
.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.7s ease,transform 0.7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-left{opacity:0;transform:translateX(-28px);transition:opacity 0.7s ease,transform 0.7s ease}
.reveal-left.visible{opacity:1;transform:translateX(0)}
.reveal-right{opacity:0;transform:translateX(28px);transition:opacity 0.7s ease,transform 0.7s ease}
.reveal-right.visible{opacity:1;transform:translateX(0)}

.mobile-call-strip{position:fixed;left:5px;right:5px;bottom:5px;display:none;align-items:center;justify-content:center;gap:6px;padding:10px 12px;background:#27397f;color:#fff;font-size:12px;font-weight:600;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.18);z-index:9999}
.mobile-call-strip a{color:#fff;text-decoration:none;white-space:nowrap}
.mobile-call-strip span{color:#fff}
@media(max-width:767px){.mobile-call-strip{display:flex}body{padding-bottom:60px}}

#backToTop{position:fixed;right:20px;bottom:20px;width:42px;height:42px;border:0;border-radius:50%;background:var(--blue-main);color:var(--text-color-white);font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(15px);transition:.3s;z-index:9999}
#backToTop.show{opacity:1;visibility:visible;transform:translateY(0)}
#backToTop:hover{transform:translateY(-3px)}
@media(max-width:768px){#backToTop{width:38px;height:38px;font-size:16px;right:15px;bottom:60px}}