: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;background:rgba(239,242,246,0.82);backdrop-filter:blur(8px);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{text-decoration:none;line-height:1;display:inline-block}
.site-header .nav-logo img{width:300px;background-color: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;border-right:1px solid var(--border-color)}
.site-header .header-cta .cta-pill-num:last-child{border-right:none}
.site-header .header-cta .cta-no{color:var(--text-color);text-decoration:none;font-size:0.85rem;font-family:var(--mono);white-space:nowrap;transition:color 0.3s ease}
.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(--text-light);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);text-decoration:none;letter-spacing:.3px;transition:.3s ease;display:block;font-family:var(--mono);}

/* ── HERO ── */
.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--brand-clr-bg)}
.hero-section .hero-img-panel{position:absolute;left:0;top:0;width:50%;height:100%;overflow:hidden}
.hero-section .hero-img-panel img{width:100%;height:100%;object-fit:cover;filter:brightness(0.85) saturate(0.85)}
.hero-section .hero-img-panel::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,transparent 55%,var(--brand-clr-bg) 100%)}
.hero-section .hero-img-tag{position:absolute;bottom:32px;left:24px;z-index:2;background:rgba(0,0,0,0.5);border:0.5px solid rgba(255,255,255,0.12);border-radius:8px;padding:8px 14px;display:flex;align-items:center;gap:8px}
.hero-section .hero-img-tag-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 3px rgba(74,222,128,0.2)}
.hero-section .hero-img-tag-txt{font-family:var(--mono);font-size:0.6rem;color:rgba(255,255,255,0.85);letter-spacing:0.07em;text-transform:uppercase}
.hero-section .hero-content{position:relative;z-index:3;padding:140px 0 25px}
.hero-section .hero-right{margin-left:auto}
.hero-section .h-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:20px}
.hero-section .h-line{width:28px;height:1.5px;background:var(--gold);border-radius:1px}
.hero-section .h-eyebrow-txt{font-family:var(--mono);font-size:0.62rem;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--gold)}
.hero-section h1{font-size:clamp(2.2rem,4.5vw,4rem);font-weight:500;line-height:1.05;color:var(--text-color);letter-spacing:-0.02em;margin-bottom:14px}
.hero-section h1 em{color:var(--gold);font-style:normal}
.hero-section .hero-sub{font-size:0.9rem;color:var(--text-light);line-height:1.8;margin-bottom:28px;}
 
/* HERO DIAGRAM */
.hero-diagram{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border-color);border-radius:10px;padding:34px 24px;box-shadow:0 30px 70px rgba(16,27,45,0.07)}
.hero-diagram .diagram-svg{width:100%;height:auto;max-width:480px}
.hero-diagram .diagram-outer{fill:none;stroke:var(--text-color);stroke-width:2.5;stroke-dasharray:1;stroke-dashoffset:1;animation:draw-stroke 1s ease forwards}
.hero-diagram .diagram-insulation{fill:none;stroke:var(--gold);stroke-width:2;stroke-dasharray:6 5;animation:fade-in-up 0.6s ease 0.4s both}
.hero-diagram .diagram-strand{fill:var(--gold);opacity:0;stroke:var(--text-color);stroke-width:1;transform-origin:center;animation:strand-pop 0.5s ease forwards}
.hero-diagram .diagram-leader{stroke:var(--text-light);stroke-width:1.2;stroke-dasharray:1;stroke-dashoffset:1;animation:draw-stroke 0.6s ease forwards}
.hero-diagram .diagram-dot{fill:var(--text-color);opacity:0;animation:fade-in-up 0.4s ease forwards}
.hero-diagram .diagram-label{font-family:var(--mono);font-size:11px;letter-spacing:0.05em;fill:var(--text-color);text-transform:uppercase;opacity:0;animation:fade-in-up 0.4s ease forwards}
.hero-diagram .diagram-fig{display:block;margin-top:18px;font-family:var(--mono);font-size:0.7rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--text-light);text-align:center}
.hero-diagram .s1{animation-delay:.5s}
.hero-diagram .s2{animation-delay:.56s}
.hero-diagram .s3{animation-delay:.62s}
.hero-diagram .s4{animation-delay:.68s}
.hero-diagram .s5{animation-delay:.74s}
.hero-diagram .s6{animation-delay:.8s}
.hero-diagram .s7{animation-delay:.86s}
.hero-diagram .l1{animation-delay:1s}
.hero-diagram .l2{animation-delay:1.15s}
.hero-diagram .l3{animation-delay:1.3s}
.hero-diagram .d1,.hero-diagram .t1{animation-delay:1.05s}
.hero-diagram .d2,.hero-diagram .t2{animation-delay:1.2s}
.hero-diagram .d3,.hero-diagram .t3{animation-delay:1.35s}

/* ── ABOUT ── */
.about-section{background:var(--brand-clr-bg);padding:60px 0}
.about-section .about-label-col{padding-right:60px;border-right:1px solid var(--border-color)}
.about-section h2{font-size:50px;color:var(--text-color);line-height:1}
.about-section h2 .accent{color:var(--blue-main)}
.about-section .about-intro{font-size:1rem;color:var(--text-light);line-height:1.85;margin-top:1.2rem}
.about-section .about-intro strong{color:var(--text-color);font-weight:600}
.about-section .cert-plate{margin-top:1.8rem;display:flex;align-items:center;gap:20px;padding:20px 24px;border:1px dashed var(--border-color);border-radius:6px;background:#fff}
.about-section .cert-plate img{height:50px;width:auto;flex-shrink:0}
.about-section .cert-plate .plate-text{font-family:var(--mono);font-size:0.8rem;letter-spacing:0.03em;color:var(--text-light);line-height:1.7}
.about-section .cert-plate .plate-text strong{color:var(--text-color);font-weight:600}

/* ── WHY ── */
.why-section{background:linear-gradient(135deg,var(--brand-clr-bg) 0%,#E7EBF1 100%);padding:60px 0;position:relative;overflow:hidden;z-index:1}
.why-section::after{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,rgba(39,57,127,0.05) 0px,rgba(39,57,127,0.05) 1px,transparent 1px,transparent 40px),repeating-linear-gradient(90deg,rgba(39,57,127,0.05) 0px,rgba(39,57,127,0.05) 1px,transparent 1px,transparent 40px);pointer-events:none;z-index:-1}
.why-section .why-hero-text h2{font-size:50px;color:var(--text-color);line-height:1}
.why-section .why-hero-text .why-lead{font-size:1rem;color:var(--text-light);line-height:1.8;margin-top:1rem;}
.why-section .why-card{background:#fff;border:1px solid var(--border-color);border-radius:4px;padding:18px 16px;height:100%;transition:all 0.3s}
.why-section .why-card:hover{border-color:var(--blue-main);box-shadow:0 10px 30px rgba(16,27,45,0.07)}
.why-section .why-card .why-icon{width:44px;height:44px;background:rgba(39,57,127,0.08);border-radius:3px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.why-section .why-card .why-icon i{color:var(--blue-main);font-size:1.1rem}
.why-section .why-card h4{font-size:1.25rem;color:var(--text-color);margin-bottom:0.6rem}
.why-section .why-card p{color:var(--text-light);font-size:0.83rem;line-height:1.7}
.why-section .why-manifesto{background:var(--bg-color);border-radius:4px;padding:32px;margin-top:3rem;position:relative;overflow:hidden}
.why-section .why-manifesto p{font-size:0.92rem;line-height:1.8;}
.why-section .why-manifesto::before{content:'';position:absolute;top:-40px;right:-40px;width:200px;height:200px;border-radius:50%;background:rgba(169,121,31,0.06)}
.why-section .why-manifesto .manifesto-label{font-family:var(--mono);font-size:0.85rem;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.32);margin-bottom:10px;}
.why-section .why-manifesto.bg-white{border-left:4px solid var(--blue-main);border-radius:4px;box-shadow:0 10px 30px rgba(16,27,45,0.06)}
.why-section .why-manifesto.bg-white .manifesto-label{color:var(--gold)}
.why-section .why-manifesto.bg-white p{color:var(--text-light)}

/* ── 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; 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;}}


.cert-section { padding: 60px 0 60px; background: #f8fafc; margin-top: 60px; }
.cert-section .cert-head{text-align:center;margin-bottom:50px}
.cert-section .cert-head span{font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--blue-main);display:block;margin-bottom:10px}
.cert-section .cert-head h3{font-size:42px;font-weight:700;color:#111;margin:0}
.cert-section .cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}
.cert-section .cert-card{background:#fff;border:1px solid #e8edf5;border-radius:20px;overflow:hidden;text-decoration:none;transition:.35s}
.cert-section .cert-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px rgba(39,57,127,.12)}
.cert-section .cert-img{position:relative;background:#f7f9fc;padding:12px}
.cert-section .cert-img img{width:100%;height:260px;object-fit:cover;object-position:top;border-radius:12px;display:block}
.cert-section .cert-link { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(.8); background: #27397f; color: #fff; padding: 12px 8px; border-radius: 50px; font-size: 13px; font-weight: 600; opacity: 0; visibility: hidden; transition: .35s; box-shadow: 0 10px 30px rgba(39, 57, 127, .25); width: 60%; text-align: center; }
.cert-section .cert-img:before{content:"";position:absolute;inset:12px;border-radius:12px;background:rgba(0,0,0,.45);opacity:0;transition:.35s}
.cert-section .cert-card:hover .cert-img:before{opacity:1}
.cert-section .cert-card:hover .cert-link{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}
.cert-section .cert-content{padding:10px;text-align:center}
.cert-section .cert-content h4{font-size:22px;font-weight:700;color:#111;margin:0 0 8px}
.cert-section .cert-content p{font-size:14px;color:#666;line-height:1.6;margin:0}
@media(max-width:991px){.cert-section .cert-grid{grid-template-columns:repeat(2,1fr)}.cert-section .cert-link{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.cert-section .cert-img:before{opacity:1;background:rgba(39,57,127,.45)}}
@media(max-width:767px){.cert-section{padding:60px 0 60px}.cert-section .cert-grid{grid-template-columns:1fr}.cert-section .cert-head h3{font-size:30px}.cert-section .cert-img img{height:220px}.cert-section .cert-link{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.cert-section .cert-img:before{opacity:1;background:rgba(39,57,127,.45)}.cert-section .cert-head{margin-bottom: 10px;}}


/* ── CERTS ── */
.certs-section{background:#fff;padding:60px 0} 
.certs-section .cert-cta-bar {background:var(--bg-color);border-radius:8px; padding: 0px 0 0 36px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px; }
.certs-section .cert-cta-bar .bar-text h3 {font-size:1.7rem;color:var(--text-color-white)}
.certs-section .cert-cta-bar .bar-text p {color:rgba(255,255,255,0.45);font-size:0.82rem;margin-top:2px}
.certs-section .cert-cta-bar .bar-right {display:flex;align-items:center;gap:0px}
.certs-section .cert-cta-bar .cta-pills-col {display:flex;flex-direction:column;gap:16px}
.certs-section .cert-cta-bar .cta-pills-col .cta-pill{border-radius:50px 0 0px 50px ;background-color: var(--text-color-white);}
.certs-section .cta-no{color: var(--card-color) !important; }
.cta-pill .cta-pill-num{border-right: none;}
.certs-section .cert-cta-bar .bar-img-wrap { width: 300px; height: 190px; border-radius: 8px; overflow: hidden; border: 1px solid rgba(169,121,31,0.35); flex-shrink: 0; }
.certs-section .cert-cta-bar .bar-img-wrap img {width:100%;height:100%;object-fit:cover;display:block}

/* ── 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:1rem}
.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:#fff;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);text-align: start;}

/* 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-size:50px; color: var(--text-color);}
.products-section .section-header p{color:var(--text-light);font-size:0.9rem; margin-top:0.5rem}
.products-section .product-card{background:#fff;border:1px solid var(--border-color);border-radius:8px;height:100%;transition:all 0.35s;position:relative;overflow:hidden}
.products-section .product-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform 0.4s}
.products-section .product-card:hover{border-color:var(--blue-main);transform:translateY(-5px);box-shadow:0 24px 56px rgba(16,27,45,0.1)}
.products-section .product-card:hover::after{transform:scaleX(1)}
.products-section .product-card .prod-img-wrap{position:relative;height:180px;overflow:hidden;background:var(--light-gray)}
.products-section .product-card .prod-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}
.products-section .product-card:hover .prod-img-wrap img{transform:scale(1.06)}
.products-section .product-card .prod-img-wrap .prod-num-badge{position:absolute;top:12px;left:12px;background:rgba(255,255,255,0.92);backdrop-filter:blur(4px);color:var(--blue-main);font-family:var(--mono);font-size:0.72rem;font-weight:600;padding:4px 10px;border-radius:3px;letter-spacing:0.05em;border:1px solid var(--border-color)}
.products-section .product-card .prod-body{padding:22px 22px 20px}
.products-section .product-card h4{font-size:1.35rem;color:var(--text-color);margin-bottom:0.6rem}
.products-section .product-card p{color:var(--text-light);font-size:0.83rem;line-height:1.7;margin-bottom: 0;}
.products-section .product-card .read-more{display:inline-flex;align-items:center;gap:6px;color:var(--blue-main);font-size:0.73rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;text-decoration:none;margin-top:1rem;transition:gap 0.2s,color 0.2s}
.products-section .product-card .read-more:hover{gap:10px;color:var(--gold)}

/* ── FOOTER ── */
.site-footer{background:var(--card-color);}
.site-footer .footer-top{padding:0px 0 50px}
.site-footer .footer-logo { font-family: var(--display); font-size: 2rem; color: var(--text-color-white); letter-spacing: 0.06em; line-height: 1; background: #eff2f6; padding: 30px; margin-bottom: 10px; }
.site-footer .footer-col-title { margin-top: 50px; }
.site-footer .footer-logo span{color:var(--yellow-clr)}
.site-footer .footer-tagline{font-size:0.72rem;color:rgba(255,255,255,0.35);letter-spacing:0.15em;text-transform:uppercase;margin-top:4px;font-family:var(--mono)}
.site-footer .footer-desc{color:rgba(255,255,255,0.45);font-size:0.82rem;line-height:1.75;margin-top:1.2rem;}
.site-footer .footer-col-title{font-family:var(--display);font-size:1.1rem;color:var(--text-color-white);letter-spacing:0.06em;margin-bottom:1rem;padding-bottom:0.6rem;border-bottom:1px solid rgba(255,255,255,0.08)}
.site-footer .footer-contact-item{display:flex;gap:10px;align-items:flex-start;margin-bottom:0.9rem}
.site-footer .footer-contact-item i{color:var(--yellow-clr);font-size:0.85rem;margin-top:3px;min-width:16px}
.site-footer .footer-contact-item span{color:rgba(255,255,255,0.5);font-size:0.82rem;line-height:1.6}
.site-footer .footer-contact-item a{color:var(--yellow-clr);text-decoration:none;font-weight:600;font-family:var(--mono)}
.site-footer .footer-social-row{display:flex;gap:10px;margin-top:1.5rem}
.site-footer .footer-social-row a{width:36px;height:36px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:3px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.45);font-size:0.85rem;text-decoration:none;transition:all 0.2s}
.site-footer .footer-social-row a:hover{background:var(--gold);color:#fff;border-color:var(--gold)}
.site-footer .footer-bottom{padding:18px 0;border-top:1px solid rgba(255,255,255,0.06)}
.site-footer .footer-bottom .copyright{color:rgba(255,255,255,0.3);font-size:0.75rem}
.site-footer .footer-bottom .designer{color:rgba(255,255,255,0.3);font-size:0.75rem}
.site-footer .footer-bottom .designer a{color:var(--yellow-clr);text-decoration:none}
.site-footer .footer-bottom .container{display: flex;align-items: center;justify-content: space-between;}

/* 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:15px;margin-bottom:0px}
  .hero-section .hero-content { padding: 20px 15px 50px; }
  .hero-diagram{margin-top:40px}
  .why-section{padding:60px 0 40px;}
}
@media(max-width:767px){
  p{line-height: unset !important;}
  .hero-section .hero-photo-inset{display:none}
  .hero-section {padding-top: 120px; position: relative; min-height: auto; display: flex; align-items: center; overflow: hidden; background: var(--brand-clr-bg); flex-direction: column;padding-bottom: 30px;}
  .hero-section .hero-img-panel { position: relative; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; margin-top: 0px; }
  .hero-section .h-eyebrow{ margin-top: 20px; margin-bottom: 10px;}
  .why-section .why-manifesto{padding:28px}
  .site-header .header-divider{display:none}
  .site-header .social-icons{display:none}
  .hero-section .hero-content { padding: 20px 15px 0px; }
  .site-header .nav-logo img{width:85% !important;padding:10px 0}
  .site-header .nav-logo{display: flex;align-items: center;justify-content: center;}
  .site-header.scrolled .nav-logo img{width:85% !important;padding:10px 0}
  .header-cta{justify-content: end;padding:12px;gap:6px;}
  .header-cta .cta-heading{width:100%;justify-content:end;margin-right:0;}
  .header-cta .cta-pill-num{padding:0 6px; padding-right: 0 !important;border: none !important;}
  .header-cta .cta-pill-num + .cta-pill-num::before{height:14px;left:-3px;display: none !important;}
  .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: 0px; }
  .certs-section .cert-cta-bar .cta-pills-col .cta-pill{border-radius: 0;}
  .certs-section .cert-cta-bar .bar-img-wrap{display: none;}
  .hero-section .hero-img-panel::after{display: none;}
  .hero-section h1{line-height: unset;}
  .about-section h2, .certs-section h2,.products-section .section-header h2, .why-section .why-hero-text h2, .clients-section h2{font-size: 25px;}
  .about-section .about-intro{margin-bottom: 0;}
  .site-footer .footer-bottom .container{ justify-content: center;text-align: center;flex-direction: column;}
  .site-footer .footer-logo{padding-top: 0 !important;  display: none;}
  .site-footer .footer-desc{margin-top: 3rem;}
  .header-main-cta-sec{display: none !important;}
  .hero-section .hero-sub{margin-bottom: 15px;}
  .about-section { padding: 50px 0 40px; background: #ddd; }
  .products-section {  padding: 60px 0 30px; }
  .products-section .row{margin-bottom: 15px !important;}
  .why-section .row{margin-bottom: 15px !important;}
  .why-section .why-manifesto{margin-top: 15px;}
}
@media(max-width:1100px){.clients-section .segments-grid{grid-template-columns:repeat(2,1fr);margin-top: 0rem;}.clients-section {text-align: center;}}
@media(max-width:600px){.clients-section .segments-grid{grid-template-columns:1fr}.clients-section .segment{padding:20px 24px}}


.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:linear-gradient(135deg,#27397f 0%,#1d2c65 100%);color:#f4d27a;font-size:12px;font-weight:600;border:1px solid rgba(244,210,122,.35);border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,.25);z-index:9999}
.mobile-call-strip a{color:#f4d27a;text-decoration:none;font-weight:700;white-space:nowrap}
.mobile-call-strip span{color:rgba(244,210,122,.7)}
@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:linear-gradient(135deg,#f4d27a 0%,#d9ac45 100%);color:#27397f;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px rgba(217,172,69,.35);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) scale(1.05);box-shadow:0 8px 22px rgba(217,172,69,.45)}
@media(max-width:768px){#backToTop{width:38px;height:38px;font-size:16px;right:15px;bottom:65px}}