: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:1}100%{stroke-dashoffset:0} }
@keyframes strand-pop { 0%{opacity:0;transform:scale(0.4)}100%{opacity:1;transform:scale(1)} }

/* 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}

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;border-right:1px solid rgba(169,121,31,0.18)}
.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:100;border-bottom:1px solid transparent;transition:background 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease}
.site-header.scrolled{background:rgba(239,242,246,0.97);border-bottom-color:var(--border-color);box-shadow:0 8px 28px rgba(16,27,45,0.06)}
.site-header .nav-logo{
    position: relative;
    text-decoration: none;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    z-index: 1;
    padding: 0 30px 0 15px;
    overflow: visible;
}

.site-header .nav-logo::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(239,242,246,0.97);
    z-index: -1;
    
    /* Angled rectangle */
    clip-path: polygon(
        0 0,
        88% 0,
        100% 100%,
        0 100%
    );
}

.site-header .nav-logo img{
    width: 300px;
    background: transparent;
    padding: 14px 0;
    display: block;
    transition: width 0.3s ease, padding 0.3s ease;
}

.site-header.scrolled .nav-logo img{
    width: 150px;
}
.site-header .header-cta{display:flex;align-items:center;gap:0px}
.site-header .header-cta .cta-pill-num{padding:4px 14px;color: #000;}
.site-header .header-cta .cta-pill-num:last-child{border-right:none;}

 .site-header .header-cta .cta-no:hover{color:var(--gold)}
.site-header .header-divider{width:1px;height:26px;background:var(--border-color);margin:0 18px;flex-shrink:0}
.site-header .social-icons{display:flex;align-items:center}
.site-header .social-icons a{color:var(--brand-clr-bg);font-size:0.9rem;margin-left:14px;text-decoration:none;transition:color 0.3s ease}
.site-header .social-icons a:hover{color:var(--gold)}

.header-cta{display:flex;align-items:center;gap:8px;padding:12px 18px;flex-wrap:wrap;width:fit-content;}
.header-cta .cta-heading{font-size:15px;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:6px;margin-right:6px;}
.header-cta .cta-pill-num{padding:0 8px;transition:.3s ease;position:relative;}
.header-cta .cta-pill-num + .cta-pill-num::before{content:"";position:absolute;left:0px;top:50%;transform:translateY(-50%);width:1px;height:18px;background:var(--border-color);}
.header-cta .cta-pill-num:hover .cta-no{color:var(--gold);}
.header-cta .cta-no{font-size:15px;font-weight:600;color:var(--text-color-white);text-decoration:none;letter-spacing:.3px;transition:.3s ease;display:block;font-family:var(--mono);}
.site-header.scrolled .header-cta .cta-no{color: #000;}
.site-header.scrolled .social-icons a{color: #000; }
/* ── HERO ── */
.hero-section{position:relative;min-height:100vh;display:flex;align-items:end;padding:120px 0 60px;overflow:hidden}
.hero-section .hero-img-panel{position:absolute;inset:0;z-index:1}
.hero-section .hero-img-panel img{width:100%;height:100%;object-fit:cover}
.hero-section .hero-img-panel:before { content: ""; position: absolute; inset: 0;     background: linear-gradient(90deg, rgb(11 26 44 / 0%) 0%, rgb(11 26 44 / 41%) 45%, rgba(11, 26, 44, .45) 100%);}
.hero-section .hero-content{position:relative;z-index:3}
.hero-section .hero-left h1 { font-size: clamp(3rem, 4vw, 5rem); line-height: .95; color: transparent; -webkit-text-stroke: 2px #fff; font-weight: 700; margin-bottom: 20px; }
.hero-section .hero-left h1 em { font-style: normal; color: var(--yellow-clr); -webkit-text-stroke: 0; }
.hero-section .hero-sub{font-size:1rem;line-height:1.9;color:rgba(255,255,255,.85);max-width:620px;margin-bottom:0px}
.hero-section .h-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.hero-section .h-line{width:55px;height:2px;background:var(--yellow-clr)}
.hero-section .h-eyebrow-txt{font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--yellow-clr)}
.hero-section .hero-btn{display:inline-flex;align-items:center;padding:14px 30px;background:#fff;color:var(--blue-main);text-decoration:none;border-radius:8px;font-weight:700;transition:.3s}
.hero-section .hero-btn:hover{transform:translateY(-3px)}
.hero-section  .cert-card{background:rgba(255,255,255,.96);backdrop-filter:blur(20px);border-radius:22px;padding:30px;box-shadow:0 25px 60px rgba(0,0,0,.15);border:1px solid rgba(255,255,255,.5)}
.hero-section  .cert-card .cert-label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}
.hero-section  .cert-card h5{font-size: 1.2rem;color:var(--text-color);margin-bottom:12px}
.hero-section  .cert-card p{font-size:.9rem;color:var(--text-light);line-height:1.8;margin-bottom:20px}
.hero-section  .cert-card img{width:100%;max-height:95px;object-fit:contain}
 

/* ── ABOUT ── */
.about-section{background:var(--brand-clr-bg);padding:60px 0;position:relative;overflow:hidden}
.about-section::before{content:"";position:absolute;top:-150px;right:-150px;width:420px;height:420px;border-radius:50%;background:rgba(39,57,127,.04)}

.about-wrap{display:grid; grid-template-columns: 560px 1fr;gap:30px;align-items:center}

.about-left h2 { font-family: var(--display);     font-size: 50px; /* line-height: .9; */ color: var(--text-color); margin: 15px 0 35px; }
.about-left h2 span{display:block;color:var(--blue-main)}

.about-stats { display: flex; gap: 10px; margin-top: 30px; justify-content: end; }

.stat-box { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--border-color); padding: 8px 10px; border-radius: 18px; transition: .3s; }
.stat-box:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(0,0,0,.06)}

.stat-box i { width: 35px; height: 35px; border-radius: 14px; background: rgba(39, 57, 127, .08); display: flex; align-items: center; justify-content: center; color: var(--blue-main); font-size: 1.1rem; flex-shrink: 0; }

.stat-box h4{margin:0 0 4px;color:var(--text-color);font-size:1rem;font-weight:700}
.stat-box p{margin:0;color:var(--text-light);font-size:.85rem;line-height:1.6}

.about-card { background: #fff; border: 1px solid var(--border-color); border-radius: 28px; padding: 50px 30px 30px; position: relative; box-shadow: 0 20px 60px rgba(0, 0, 0, .05); }
.quote-mark{position:absolute;top:-22px;left:40px;width:60px;height:60px;border-radius:50%;background:var(--blue-main);color:var(--yellow-clr);display:flex;align-items:center;justify-content:center;font-size:1.2rem}

.about-card p{margin:0 0 20px;color:var(--text-light);font-size:1rem;line-height:2}
.about-card p:last-child{margin-bottom:0}
.about-card strong{color:var(--text-color);font-weight:600}

.certification-section{padding:60px 0 60px;background-color: var(--border-color);margin-bottom: 60px; }
.certification-section h2 { font-family: var(--display); font-size: 50px; color: var(--text-color); margin-top: 10px; }
.certification-section a{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;height:100%;overflow:hidden;border-radius:22px;background:#fff;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);padding-bottom:25px;transition:.4s ease;}
.certification-section a:hover{transform:translateY(-10px);border-color:#f9b233;box-shadow:0 20px 40px rgba(0,0,0,.35);}
.certification-section a img{width:100%;height:240px;object-fit:cover;object-position:top;border-radius:22px 22px 0 0;transition:.5s ease;}
.certification-section a:hover img{transform:scale(1.08);}
.certification-section a p{margin:18px 18px 0;color:var(--bg-color);font-size:13px;line-height:1.7;}
.certification-section a p strong{font-size:20px;color:var(--blue-main);margin-bottom:5px;font-family:'Merriweather',serif;}
.certification-section a span{position:absolute;left:50%;bottom:18px;transform:translate(-50%,15px);padding:10px 15px;border-radius:50px;background:linear-gradient(135deg,#f9b233,#ffcf5c);color:#111;font-size:13px;font-weight:700;opacity:0;visibility:hidden;transition:.35s ease;}
.certification-section a:hover span{opacity:1;visibility:visible;transform:translate(-50%,0);}


@media(max-width:991.98px){
.certification-section a img{height:220px;}
.certification-section a span{position:static;transform:none;opacity:1;visibility:visible;margin-top:15px;}
}

@media(max-width:575.98px){
.certification-section a img{height:190px;}
.certification-section a p strong{font-size:17px;}
}

/* ── WHY ── */
.why-section{background:var(--brand-clr-bg);padding:60px 0;position:relative;overflow:hidden}
.why-section::before{content:"";position:absolute;top:-250px;left:-250px;width:500px;height:500px;border-radius:50%;background:rgba(39,57,127,.03)}
.why-section::after{content:"";position:absolute;bottom:-200px;right:-200px;width:450px;height:450px;border-radius:50%;background:rgba(169,121,31,.03)}

.why-section .why-hero-text h2{font-family:var(--display);font-size: 50px;color:var(--text-color);margin-top:10px}
.why-section .why-hero-text .why-lead{font-size:1rem;color:var(--text-light);max-width:650px;margin:15px auto 0;line-height:1.8}

.why-section .why-card{background:#fff;border:1px solid var(--border-color);border-radius:20px;padding:30px;position:relative;height:100%;transition:.4s;overflow:hidden}
.why-section .why-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgba(22,35,58,.08);border-color:rgba(39,57,127,.25)}

.why-section .why-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--blue-main),var(--gold));transform:scaleX(0);transform-origin:left;transition:.4s}
.why-section .why-card:hover::before{transform:scaleX(1)}

.why-section .why-icon{width:50px;height:50px;border-radius:18px;background:rgba(39,57,127,.08);display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.why-section .why-icon i{font-size:1.4rem;color:var(--blue-main)} 

.why-section .why-card h4{font-size:1.35rem;color:var(--text-color);margin-bottom:12px;font-weight:700}
.why-section .why-card p{color:var(--text-light);font-size:.9rem;line-height:1.8;margin:0}

.why-section .why-manifesto{margin-top:60px;padding:45px;border-radius:24px;position:relative;overflow:hidden;}
.why-section .why-manifesto::before{content:"";position:absolute;top:-80px;right:-80px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.05)}

.why-section .why-manifesto:not(.bg-white){background:var(--blue-main);color:#fff}
.why-section .why-manifesto:not(.bg-white) p{color:rgba(255,255,255,.85)}

.why-section .why-manifesto.bg-white{background:#fff;border:1px solid var(--border-color);box-shadow:0 20px 50px rgba(22,35,58,.05)}
.why-section .why-manifesto.bg-white p{color:var(--text-light)}

.why-section .manifesto-label{font-family:var(--mono);font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:15px}
.why-section .why-manifesto:not(.bg-white) .manifesto-label{color:var(--yellow-clr)}
.why-section .why-manifesto.bg-white .manifesto-label{color:var(--gold)}

.why-section .why-manifesto p{font-size:.95rem;line-height:2;margin:0}



/* ── FACILITY VIDEO ── */
.facility-section{background:#fff;padding:60px 0}
.facility-section .section-header{margin-bottom:2.5rem}
.facility-section h2{font-size:clamp(2.2rem,4vw,3.4rem);color:var(--text-color)}
.video-wrapper{position:relative;border-radius:18px;margin-bottom:50px;overflow:hidden;height:100%;border:1px solid var(--border-color);box-shadow:0 30px 70px rgba(16,27,45,0.08);}
.video-wrapper video{width:100%;height:100%;min-height:480px;object-fit:cover;display:block;border-radius:18px;transition:transform .6s ease;}
.video-wrapper:hover video{transform:scale(1.03);}
@media (max-width:991px){.video-wrapper video{min-height:320px;}}

.certs-section{background:var(--text-color-white);padding:60px 0;position:relative;overflow:hidden}
.certs-section h2{font-family:var(--display);font-size: 50px;color:var(--text-color)}
.certs-section .gold-line{margin:0 auto}

.certs-section .cert-card{display:block;text-decoration:none;background:#fff;border:1px solid var(--border-color);border-radius:24px;position:relative;overflow:hidden;height:100%;transition:.4s}
.certs-section .cert-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgba(22,35,58,.08);border-color:rgba(39,57,127,.2)}

.certs-section .cert-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--gold),var(--blue-main));transform:scaleX(0);transform-origin:left;transition:.4s}
.certs-section .cert-card:hover::before{transform:scaleX(1)}

.certs-section .cert-img-wrap{position:relative;height:240px;background:#fff;border:1px solid var(--border-color);border-radius:18px;overflow:hidden}
.certs-section .cert-img-wrap img{width:100%;height:100%;object-fit:contain;padding:18px;transition:.5s}
.certs-section .cert-card:hover .cert-img-wrap img{transform:scale(1.04)}

.certs-section .cert-overlay{position:absolute;inset:0;background:rgba(39,57,127,.88);display:flex;align-items:center;justify-content:center;opacity:0;transition:.35s}
.certs-section .cert-card:hover .cert-overlay{opacity:1}

.certs-section .cert-overlay span{background:#fff;color:var(--blue-main);padding:10px 18px;border-radius:40px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}

.certs-section .cert-info{text-align:center;padding:22px 10px 8px}
.certs-section .cert-info h5{font-size:1.35rem;color:var(--text-color);margin:0 0 6px;font-weight:700}
.certs-section .cert-info p{margin:0;color:var(--text-light);font-size:.85rem;line-height:1.6}

.certs-section .cert-cta-bar{margin-top:0px;background:linear-gradient(135deg,var(--blue-main),#1d2d68);border-radius:30px;padding:50px;display:flex;justify-content:space-between;align-items:center;gap:40px;overflow:hidden;position:relative}
.certs-section .cert-cta-bar::before{content:"";position:absolute;right:-120px;top:-120px;width:320px;height:320px;border-radius:50%;background:rgba(255,255,255,.05)}

.certs-section .bar-text h3{font-family:var(--display);    font-size: 50px;color:#fff;margin-bottom:12px}
.certs-section .bar-text p{color:rgba(255,255,255,.75);font-size:1rem;margin:0}

.certs-section .bar-right{display:flex;align-items:center;gap:30px}
.certs-section .cta-pills-col{display:flex;flex-direction:column;gap:14px}

.certs-section .cta-pills-col .cta-pill{background:#fff;border-radius:50px;padding:16px 26px;text-decoration:none;transition:.3s;border:none !important;border-right:none !important;}
.certs-section .cta-pills-col .cta-pill:hover{transform:translateX(6px)}
.certs-section .cta-pill .cta-pill-num{border:none !important;border-right:none !important;}
.certs-section .cta-no{color:var(--blue-main)!important;font-weight:700}

.certs-section .bar-img-wrap{width:320px;height:220px;border-radius:22px;overflow:hidden;border:4px solid rgba(255,255,255,.12)}
.certs-section .bar-img-wrap img{width:100%;height:100%;object-fit:cover;transition:.6s}
.certs-section .bar-img-wrap:hover img{transform:scale(1.08)}

@media(max-width:991px){
.certs-section{padding:60px 0}
.certs-section .cert-cta-bar{padding:35px;flex-direction:column;text-align:center}
.certs-section .bar-text h3{font-size:25px}
.certs-section .bar-right{flex-direction:column}
.certs-section .bar-img-wrap{width:100%;max-width:320px}
}

/* ── CLIENTS ── */
.clients-section{background:var(--brand-clr-bg);padding:60px 0}
.clients-section h2{font-size: 50px;color:var(--text-color)}
.clients-section .clients-sub{color:var(--text-light);font-size:0.88rem;margin-top:6px}
.clients-section .segments-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border-color);border:1px solid var(--border-color);border-radius:8px;overflow:hidden;margin-top:3rem}
.clients-section .segment{background:#fff;padding:28px 25px;transition:background 0.2s}
.clients-section .segment:hover{background:var(--light-gray)}
.clients-section .segment .seg-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.clients-section .segment .seg-icon{width:36px;height:36px;background:var(--blue-main);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.clients-section .segment .seg-icon i{color:var(--gold);font-size:0.9rem}
.clients-section .segment .seg-title{font-size:0.95rem;font-weight:700;color:var(--text-color);line-height:1.2}
.clients-section .segment .seg-sub{font-size:0.65rem;color:var(--text-light);letter-spacing:0.1em;text-transform:uppercase;margin-top:2px;font-family:var(--mono)}
.clients-section .segment .divider{height:1px;background:var(--border-color);margin-bottom:16px}
.clients-section .segment .client-list{display:flex;flex-direction:column;gap:0}
.clients-section .segment .client-row{display:flex;align-items:center;gap:9px;padding:7px 0;border-bottom:1px solid var(--border-color)}
.clients-section .segment .client-row:last-child{border-bottom:none}
.clients-section .segment .client-dot{width:4px;height:4px;background:var(--gold);border-radius:50%;flex-shrink:0}
.clients-section .segment .client-name{font-size:0.8rem;color:var(--text-color);font-weight:500}
.clients-section .segment .more-tag{font-size:0.68rem;color:var(--text-light);margin-top:8px;font-style:italic;padding-left:13px;font-family:var(--mono)}

/* Marquee (unused but kept for future) */
.clients-section .marquee-row{overflow:hidden;margin-top:2.4rem;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:1rem 0}
.clients-section .marquee-inner{display:flex;gap:44px;animation:marquee 30s linear infinite;width:max-content}
.clients-section .marquee-item{font-family:var(--display);font-size:0.9rem;color:var(--text-light);letter-spacing:0.1em;white-space:nowrap}

/* ── PRODUCTS ── */
.products-section{background:#fff;padding:60px 0}

.products-section .section-header h2{font-family:var(--display);    font-size: 50px;color:var(--text-color);margin-top:10px}
.products-section .section-header p{max-width:650px;margin:15px auto 0;color:var(--text-light)}

.products-section .product-card{height:100%;background:#fff;border:1px solid var(--border-color);border-radius:24px;overflow:hidden;transition:.4s;position:relative}
.products-section .product-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgba(22,35,58,.08);}

.products-section .prod-img-wrap{position:relative;height:220px;overflow:hidden}
.products-section .prod-img-wrap img{width:100%;height:100%;object-fit:cover;transition:1s}
.products-section .product-card:hover .prod-img-wrap img{transform:scale(1.08)}

.products-section .prod-num-badge{position:absolute;right:20px;bottom:-15px;font-family:var(--display);font-size:5rem;line-height:1;color:rgba(39,57,127,.08);background:none;padding:0;border:none;font-weight:700}

.products-section .prod-body{padding:25px;position:relative}
.products-section .prod-body::before{content:"";width:45px;height:3px;background:var(--gold);display:block;margin-bottom:18px}

.products-section .product-card h4{color:var(--text-color);font-size:1.35rem;margin-bottom:12px;font-weight:700}
.products-section .product-card p{color:var(--text-light);font-size:.9rem;line-height:1.8;margin-bottom:22px}

.products-section .read-more{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--blue-main);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:.3s}
.products-section .read-more:hover{color:var(--gold);gap:14px}
.products-section .read-more i{transition:.3s}
 
.prod-category{display:inline-block;font-family:var(--mono);font-size:.72rem;letter-spacing:.12em;color:var(--gold);margin-bottom:10px;text-transform:uppercase}


.site-footer{background:var(--bg-color);position:relative;overflow:hidden}
.site-footer::before{content:"";position:absolute;top:-250px;right:-250px;width:500px;height:500px;border-radius:50%;background:rgba(255,255,255,.03)}
.site-footer::after{content:"";position:absolute;bottom:-200px;left:-200px;width:400px;height:400px;border-radius:50%;background:rgba(169,121,31,.03)}

.site-footer .footer-top{padding:90px 0 60px;position:relative;z-index:2}

.site-footer .footer-logo{background:#fff;padding:22px;border-radius:20px;display:inline-block;margin-bottom:25px}
.site-footer .footer-logo img{max-height:70px}

.site-footer .footer-desc{color:rgba(255,255,255,.65);font-size:.92rem;line-height:1.9;max-width:380px;margin-bottom:25px}

.site-footer .footer-social-row{display:flex;gap:12px}
.site-footer .footer-social-row a{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:#fff;transition:.35s}
.site-footer .footer-social-row a:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-4px)}

.site-footer .footer-col-title{font-family:var(--display);font-size:1.6rem;letter-spacing:.03em;color:#fff;margin-bottom:25px;padding-bottom:15px;position:relative;border:none}
.site-footer .footer-col-title::after{content:"";position:absolute;left:0;bottom:0;width:55px;height:3px;background:var(--gold)}

.site-footer .footer-contact-item{display:flex;gap:15px;margin-bottom:20px}
.site-footer .footer-contact-item i{width:42px;height:42px;border-radius:12px;background:rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;color:var(--yellow-clr);font-size:.9rem;flex-shrink:0}
.site-footer .footer-contact-item span{color:rgba(255,255,255,.65);font-size:.9rem;line-height:1.8}
.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 ul li{padding:10px 0!important;border-bottom:1px solid rgba(255,255,255,.06)!important}
.site-footer ul li:last-child{border:none!important}

.site-footer ul li a{color:rgba(255,255,255,.65)!important;font-size:.9rem!important;text-decoration:none!important;transition:.3s!important}
.site-footer ul li a:hover{color:var(--yellow-clr)!important;padding-left:8px}

.site-footer ul li i{color:var(--gold)!important;transition:.3s}
.site-footer ul li a:hover i{transform:translateX(4px)}

.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:22px 0;position:relative;z-index:2}
.site-footer .footer-bottom .copyright,
.site-footer .footer-bottom .designer{color:rgba(255,255,255,.45);font-size:.82rem}

.site-footer .footer-bottom .designer a{color:var(--yellow-clr);text-decoration:none;font-weight:600}

.footer-bottom{padding:15px 0;border-top:1px solid rgba(255,255,255,.1)}
.footer-bottom .container{display:flex;justify-content:space-between;align-items:center;gap:10px}
.footer-bottom .copyright,.footer-bottom .designer{font-size:14px}
.footer-bottom .designer a{text-decoration:none;font-weight:600}

@media(max-width:768px){
.footer-bottom .container{flex-direction:column;text-align:center}
.footer-bottom .copyright{line-height:1.6}
}

/* 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)}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){.hero-diagram .diagram-outer,.hero-diagram .diagram-leader{stroke-dashoffset:0;animation:none}.hero-diagram .diagram-strand,.hero-diagram .diagram-dot,.hero-diagram .diagram-label,.hero-diagram .diagram-insulation{opacity:1;transform:none;animation:none}.reveal,.reveal-left,.reveal-right{transition:none;opacity:1;transform:none}}

/* Responsive */
@media(max-width:991px){
  .about-section .about-label-col{border-right:none;border-bottom:1px solid var(--border-color);padding-right:0;padding-bottom:36px;margin-bottom:0px}
  .hero-section .hero-content { padding: 0px 12px 0px; }
  .hero-diagram{margin-top:40px}
  .why-section{padding:70px 0;}
}
/* ================= MOBILE ================= */
@media(max-width:767px){
.site-header .social-icons,.site-header .header-divider,.header-cta .cta-pill-num+.cta-pill-num:before{display:none!important}
.site-header .container>.d-flex{justify-content:space-between;align-items:center}
.site-header .nav-logo{justify-content:center}
.site-header .nav-logo img{width:85% !important;padding:12px 0}
.site-header.scrolled .nav-logo img{width:90% !important}
.site-header .header-cta .cta-pill-num{padding: 4px 0px;}
.site-header .nav-logo{padding: 0;}
.header-cta{display:none !important;flex-direction:column;align-items:flex-end;padding:0;gap:2px}
.header-cta .cta-heading,.header-cta .cta-pill-num{margin:0;padding:0;border:0}
.header-cta .cta-heading{font-size:12px;font-weight:600;line-height:1}
.header-cta .cta-no{font-size:12px;line-height:1.3;color:var(--bg-color);text-decoration:none}
}
@media (max-width:767px){
 
  /* Hero */
  .hero-section .hero-photo-inset {display:none}

  .hero-section{ position:relative;min-height:auto;display:flex;align-items:center; overflow:hidden; background:var(--brand-clr-bg);flex-direction:column-reverse;}

  .hero-section .hero-img-panel{
    left:0;top:0;width:100%;height:100%;overflow:hidden;margin-top:20px;}

  /* Why */
  .why-section .why-manifesto{padding:28px}

  /* Certificates */
  .certs-section .cert-cta-bar{ flex-direction:column; align-items:flex-start;padding:20px;}

  .certs-section .cert-cta-bar .bar-right{flex-direction:column}
  .certs-section .cert-cta-bar .cta-pills-col{flex-direction:row;gap:3}
  .certs-section .cert-cta-bar .cta-pills-col .cta-pill{border-radius:0}
  .certs-section .cert-cta-bar .bar-img-wrap{display:none}

  /* About */
  .about-stats{flex-direction:column}
}
@media(max-width:1100px){.clients-section .segments-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.clients-section .col{text-align: center;}.clients-section .segments-grid{grid-template-columns:1fr;margin-top: 0rem;}.clients-section .segment{padding:20px 24px}}
@media(max-width:991px){ 
.about-wrap{grid-template-columns:1fr;gap:40px}

.about-card{padding:60px 20px 30px}
}
@media(max-width:991px){.hero-section{padding:120px 0 0px}.cert-card{margin-top:40px}.hero-section .hero-left h1 { font-size: 38px; -webkit-text-stroke: unset; color: #27397f; }.hero-section .hero-sub{color: #000;}}
@media(max-width:991px){
    .products-section{padding:60px 0 30px}
    .products-section .prod-img-wrap{height:200px}
    .products-section .prod-num-badge{font-size:4rem}
    .products-section .row{margin-bottom: 20px !important;}
    .products-section .product-card p{margin-bottom: 15px;line-height: unset;}
}

@media(max-width:991px){
.why-section{padding:60px 0}
.why-section .row{margin-bottom: 20px !important;}
.why-section .why-manifesto{margin-top:25px}
}
@media(max-width:991px){
.site-footer .footer-top{padding:50px 0 40px}
.site-footer .footer-col-title{margin-top:35px}
.site-footer .footer-logo img{max-height:60px}
}
@media (max-width:768px){ 
    .hero-section .hero-img-panel { position: relative; inset: 0; z-index: 1; display: none;}
    .hero-section .h-line {background: #081e2c;}
    .hero-section .h-eyebrow-txt{color:#081e2c ;}
    .hero-section .hero-left h1 em{color:#081e2c ;}
    .about-card p{line-height: unset;}
    .why-section .why-card{padding: 25px;}
    .site-footer .footer-logo{display: none !important;}
}

@media (max-width:767px){.certs-section .cta-pills-col .cta-pill{padding:0px;}.about-left h2, .products-section .section-header h2, .why-section .why-hero-text h2, .certs-section h2, .clients-section h2, .certification-section h2{font-size:25px}}

.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}}
