:root{
  --red:#e00b3d;
  --red-dark:#9b0028;
  --red-soft:#fff0f4;
  --ink:#0b0d12;
  --ink-2:#11141b;
  --ink-3:#191d26;
  --paper:#f6f5f2;
  --surface:#ffffff;
  --text:#12151b;
  --muted:#667085;
  --muted-dark:#aeb5c0;
  --line:#e7e8eb;
  --gold:#ffb521;
  --green:#24c875;
  --container:1180px;
  --radius-sm:14px;
  --radius:22px;
  --radius-lg:34px;
  --shadow-sm:0 12px 30px rgba(13,16,24,.08);
  --shadow:0 22px 60px rgba(13,16,24,.12);
  --shadow-red:0 20px 50px rgba(224,11,61,.24);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);background:#fff;font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{color:inherit}
svg{display:block}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.skip-link{position:fixed;left:18px;top:10px;z-index:9999;padding:10px 14px;border-radius:10px;background:#fff;color:#111;transform:translateY(-160%);box-shadow:var(--shadow-sm)}
.skip-link:focus{transform:none}

/* Header */
.site-topbar{height:38px;background:#090b10;color:#c4c9d1;font-size:.78rem;letter-spacing:.01em}
.topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar-left,.topbar-right,.topbar-left a,.topbar-location{display:flex;align-items:center;gap:9px}
.topbar-left{gap:22px}
.topbar-left svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.topbar-left a:hover{color:#fff}
.topbar-right{font-weight:600;color:#f4f5f6}
.status-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(36,200,117,.12)}
.site-header{position:sticky;top:0;z-index:1200;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(20,23,30,.07);transition:box-shadow .25s,background .25s}
.site-header.scrolled{box-shadow:0 12px 36px rgba(13,16,24,.09);background:rgba(255,255,255,.98)}
.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;flex:0 0 auto}
.brand img{width:225px;height:auto}
.desktop-nav{display:flex;align-items:center;gap:3px;margin-left:auto}
.desktop-nav a{position:relative;padding:31px 15px 29px;font-size:.89rem;font-weight:700;color:#313642;transition:color .2s}
.desktop-nav a:after{content:"";position:absolute;left:15px;right:15px;bottom:19px;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .22s}
.desktop-nav a:hover,.desktop-nav a.active{color:var(--red)}
.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:14px}
.call-chip{display:flex;align-items:center;gap:10px;padding-left:18px;border-left:1px solid var(--line)}
.call-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--red);box-shadow:0 10px 24px rgba(224,11,61,.22)}
.call-icon svg{width:21px;height:21px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linejoin:round;stroke-linecap:round}
.call-chip small{display:block;color:#858b95;font-size:.68rem;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;font-weight:700}
.call-chip strong{font-size:.91rem;color:#11141a;white-space:nowrap}
.menu-toggle{width:46px;height:46px;border:1px solid var(--line);border-radius:14px;background:#fff;display:none;place-content:center;gap:5px;cursor:pointer}
.menu-toggle span{display:block;width:20px;height:2px;background:#151821;border-radius:4px}
.menu-backdrop{position:fixed;inset:0;background:rgba(4,6,10,.62);z-index:1300;opacity:0;visibility:hidden;transition:.25s}
.mobile-menu{position:fixed;right:0;top:0;bottom:0;width:min(88vw,390px);background:#fff;z-index:1400;padding:22px 24px 28px;transform:translateX(105%);transition:transform .3s cubic-bezier(.22,.7,.2,1);display:flex;flex-direction:column;overflow:auto}
.menu-backdrop.open{opacity:1;visibility:visible}
.mobile-menu.open{transform:none}
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--line)}
.mobile-menu-head img{width:195px}
.menu-close{width:40px;height:40px;border-radius:12px;border:1px solid var(--line);background:#fff;font-size:1.75rem;line-height:1;cursor:pointer}
.mobile-menu nav{display:grid;margin:18px 0}
.mobile-menu nav a{display:flex;align-items:center;gap:16px;padding:15px 4px;border-bottom:1px solid var(--line);font-size:1.12rem;font-weight:800}
.mobile-menu nav a span{font-size:.68rem;color:#a1a7b0;letter-spacing:.08em}
.mobile-menu nav a.active{color:var(--red)}
.mobile-menu-contact{margin-top:auto;padding:22px;border-radius:20px;background:var(--paper)}
.mobile-menu-contact p{margin:0 0 14px;font-weight:700}

/* Typography and buttons */
h1,h2,h3,h4,p{margin-top:0}
h1,h2,.display-font{font-family:"Barlow Condensed","Arial Narrow",Arial,sans-serif}
h1,h2{letter-spacing:-.025em}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--red);font-size:.75rem;line-height:1;text-transform:uppercase;letter-spacing:.18em;font-weight:800}
.eyebrow:before{content:"";width:24px;height:2px;background:currentColor}
.eyebrow.light{color:#fff}
.eyebrow.light:before{background:var(--red)}
.section{padding:104px 0}
.section-sm{padding:72px 0}
.section-paper{background:var(--paper)}
.section-dark{background:var(--ink);color:#fff;position:relative;overflow:hidden}
.section-dark:before{content:"";position:absolute;width:500px;height:500px;right:-170px;top:-220px;border-radius:50%;background:radial-gradient(circle,rgba(224,11,61,.2),transparent 68%)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:46px}
.section-head-copy{max-width:720px}
.section-head h2,.section-title{font-size:clamp(2.7rem,5vw,4.6rem);line-height:.98;margin:13px 0 0;font-weight:700;text-transform:uppercase}
.section-head p{max-width:520px;color:var(--muted);margin:0}
.section-head.center{display:block;text-align:center;max-width:810px;margin:0 auto 48px}
.section-head.center p{margin:18px auto 0}
.section-dark .section-head p{color:var(--muted-dark)}
.btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 23px;border-radius:13px;border:1px solid transparent;font-weight:800;font-size:.91rem;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;cursor:pointer}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--red);color:#fff;box-shadow:0 14px 32px rgba(224,11,61,.24)}
.btn-primary:hover{background:#c90034;box-shadow:0 18px 38px rgba(224,11,61,.3)}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark:hover{background:#1b1f29}
.btn-light{background:#fff;color:#14171d}
.btn-light:hover{box-shadow:var(--shadow-sm)}
.btn-outline-light{color:#fff;border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.04)}
.btn-outline-light:hover{background:#fff;color:#111;border-color:#fff}
.btn-ghost-dark{border-color:#d9dce1;background:transparent;color:#111}
.btn-ghost-dark:hover{background:#fff;border-color:#bfc3ca}
.btn-block{width:100%;margin-top:10px}
.btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.text-link{display:inline-flex;align-items:center;gap:9px;color:var(--red);font-weight:800;font-size:.9rem}
.text-link span{transition:transform .2s}
.text-link:hover span{transform:translateX(4px)}

/* Home hero */
.hero-premium{position:relative;overflow:hidden;background:#0a0c11;color:#fff;padding:86px 0 0}
.hero-premium:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 20%,rgba(224,11,61,.16),transparent 32%),linear-gradient(130deg,#0a0c11 20%,#11141b 100%)}
.hero-premium:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to bottom,#000,transparent 86%)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);align-items:center;gap:34px;min-height:640px}
.hero-copy{padding:48px 0 76px;max-width:690px}
.hero-copy h1{font-size:clamp(4.2rem,7.5vw,7.1rem);font-weight:700;line-height:.88;text-transform:uppercase;margin:22px 0 26px;max-width:680px}
.hero-copy h1 em{font-style:normal;color:var(--red);display:block}
.hero-copy>p{font-size:1.08rem;line-height:1.8;color:#bfc5cf;max-width:620px;margin-bottom:32px}
.hero-actions{display:flex;flex-wrap:wrap;gap:13px}
.hero-trust{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-top:32px;color:#d3d7de;font-size:.8rem;font-weight:700}
.hero-trust span{display:flex;align-items:center;gap:8px}
.hero-trust i{width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:rgba(36,200,117,.15);color:#55de96;font-style:normal;font-size:.72rem}
.hero-visual{position:relative;align-self:stretch;display:flex;align-items:center;justify-content:center;padding:34px 0 48px}
.hero-image-wrap{position:relative;width:min(100%,590px);filter:drop-shadow(0 42px 60px rgba(0,0,0,.45))}
.hero-image-wrap img{width:100%;border-radius:32px}
.floating-info{position:absolute;display:flex;align-items:center;gap:11px;padding:13px 16px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(17,20,27,.78);backdrop-filter:blur(16px);box-shadow:0 20px 46px rgba(0,0,0,.28)}
.floating-info strong{display:block;font-size:.86rem}
.floating-info small{display:block;color:#aeb5c0;font-size:.7rem}
.floating-info .mini-icon{width:38px;height:38px;border-radius:12px;background:var(--red);display:grid;place-items:center;font-weight:900}
.floating-one{left:-12px;top:26%}
.floating-two{right:-14px;bottom:18%}
.hero-metrics{position:relative;z-index:3;border-top:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);backdrop-filter:blur(10px)}
.hero-metrics-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr)}
.metric-intro,.hero-metric{min-height:126px;padding:25px 32px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(255,255,255,.08)}
.metric-intro{padding-left:0;color:#d7dbe2;font-size:.92rem;max-width:320px}
.hero-metric strong{font-family:"Barlow Condensed","Arial Narrow",sans-serif;font-size:2.3rem;line-height:1;color:#fff}
.hero-metric span{color:#969eaa;font-size:.78rem;margin-top:7px}

/* Trust strip */
.trust-strip{border-bottom:1px solid var(--line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{display:flex;align-items:center;gap:14px;padding:28px 24px;border-right:1px solid var(--line)}
.trust-item:first-child{padding-left:0}
.trust-item:last-child{border-right:0}
.trust-icon{width:46px;height:46px;border-radius:14px;background:var(--red-soft);display:grid;place-items:center;flex:0 0 auto}
.trust-icon svg{width:23px;height:23px;fill:none;stroke:var(--red);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.trust-item strong{display:block;font-size:.89rem}
.trust-item small{display:block;color:var(--muted);font-size:.73rem;margin-top:2px}

/* Split content */
.split-layout{display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:72px;align-items:center}
.visual-composition{position:relative;min-height:580px}
.visual-main{position:absolute;inset:0 82px 68px 0;border-radius:30px;overflow:hidden;background:var(--ink);box-shadow:var(--shadow)}
.visual-main img{width:100%;height:100%;object-fit:cover}
.visual-small{position:absolute;width:46%;right:0;bottom:0;border-radius:24px;overflow:hidden;border:8px solid #fff;box-shadow:var(--shadow-sm);background:#111}
.visual-small img{width:100%;aspect-ratio:1/1;object-fit:cover}
.visual-badge{position:absolute;left:26px;bottom:30px;padding:20px 22px;border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}
.visual-badge strong{font-family:"Barlow Condensed",sans-serif;font-size:2.6rem;color:var(--red);line-height:1;display:block}
.visual-badge span{font-size:.75rem;font-weight:700;color:#5d6470}
.content-block h2{font-size:clamp(2.8rem,5vw,4.7rem);line-height:.96;text-transform:uppercase;margin:16px 0 24px}
.content-block>p{font-size:1rem;color:var(--muted);margin-bottom:23px}
.premium-list{list-style:none;margin:27px 0 32px;padding:0;display:grid;gap:13px}
.premium-list li{display:flex;align-items:flex-start;gap:12px;color:#39404a;font-weight:500}
.premium-list li:before{content:"✓";flex:0 0 23px;width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:var(--red-soft);color:var(--red);font-size:.72rem;font-weight:900;margin-top:1px}

/* Cards */
.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.solution-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 34px rgba(13,16,24,.04);transition:transform .28s,box-shadow .28s,border-color .28s}
.solution-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:transparent}
.solution-media{position:relative;aspect-ratio:1.15/1;background:#0d0f15;overflow:hidden}
.solution-media:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,rgba(0,0,0,.55))}
.solution-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.solution-card:hover .solution-media img{transform:scale(1.045)}
.solution-number{position:absolute;right:18px;top:15px;z-index:2;font-family:"Barlow Condensed",sans-serif;font-size:2rem;color:rgba(255,255,255,.42);font-weight:700}
.solution-body{padding:25px 24px 27px}
.solution-body h3{font-size:1.12rem;line-height:1.3;margin:0 0 10px}
.solution-body p{font-size:.86rem;color:var(--muted);margin:0 0 17px}
.card-tag{position:absolute;left:17px;top:17px;z-index:2;padding:7px 10px;border-radius:999px;background:rgba(224,11,61,.92);color:#fff;font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}

/* Process */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.08);border-radius:26px;overflow:hidden;position:relative}
.process-step{position:relative;padding:40px 29px 38px;background:#11141b;min-height:300px}
.process-step:after{content:"";position:absolute;left:0;bottom:0;width:0;height:3px;background:var(--red);transition:width .3s}
.process-step:hover:after{width:100%}
.process-no{font-family:"Barlow Condensed",sans-serif;font-size:4.6rem;line-height:1;color:rgba(255,255,255,.07);font-weight:800}
.process-icon{width:54px;height:54px;border-radius:16px;background:rgba(224,11,61,.14);display:grid;place-items:center;margin:-20px 0 23px}
.process-icon svg{width:26px;height:26px;fill:none;stroke:#ff436d;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.process-step h3{font-size:1.15rem;margin:0 0 10px;color:#fff}
.process-step p{font-size:.84rem;color:#9ea6b2;margin:0}

/* Services feature */
.service-showcase{display:grid;grid-template-columns:1fr 1.12fr;gap:25px}
.service-feature{position:relative;overflow:hidden;border-radius:30px;background:var(--ink);min-height:540px;padding:40px;color:#fff;display:flex;align-items:flex-end}
.service-feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72}
.service-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,11,16,.08),rgba(9,11,16,.94) 82%)}
.service-feature-content{position:relative;z-index:2;max-width:470px}
.service-feature h3{font-family:"Barlow Condensed",sans-serif;font-size:2.9rem;line-height:.95;text-transform:uppercase;margin:11px 0 13px}
.service-feature p{color:#c1c6cf;margin-bottom:20px}
.service-list{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.service-mini{border:1px solid var(--line);border-radius:24px;background:#fff;padding:27px;display:flex;flex-direction:column;justify-content:space-between;min-height:250px;transition:transform .25s,box-shadow .25s}
.service-mini:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm)}
.service-mini-icon{width:52px;height:52px;border-radius:15px;background:var(--red-soft);display:grid;place-items:center}
.service-mini-icon svg{width:25px;height:25px;fill:none;stroke:var(--red);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.service-mini h3{font-size:1.04rem;margin:25px 0 8px}
.service-mini p{font-size:.83rem;color:var(--muted);margin:0}

/* Industries */
.industry-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}
.industry-card{padding:24px 15px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(255,255,255,.035);text-align:center;transition:background .22s,border-color .22s,transform .22s}
.industry-card:hover{transform:translateY(-4px);background:rgba(224,11,61,.08);border-color:rgba(224,11,61,.38)}
.industry-card svg{width:30px;height:30px;margin:0 auto 13px;fill:none;stroke:#ff426b;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.industry-card strong{font-size:.78rem;color:#e8ebf0;display:block}

/* CTA */
.cta-premium{position:relative;overflow:hidden;border-radius:34px;background:linear-gradient(125deg,#df0a3d,#940023);padding:57px 62px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:35px;box-shadow:var(--shadow-red)}
.cta-premium:before{content:"";position:absolute;width:360px;height:360px;right:-70px;top:-160px;border:70px solid rgba(255,255,255,.06);border-radius:50%}
.cta-premium:after{content:"";position:absolute;width:230px;height:230px;left:42%;bottom:-180px;background:rgba(255,255,255,.07);border-radius:50%}
.cta-copy{position:relative;z-index:2;max-width:720px}
.cta-copy h2{font-size:clamp(2.7rem,5vw,4.6rem);line-height:.92;text-transform:uppercase;margin:0 0 12px}
.cta-copy p{margin:0;color:#ffe3ea}
.cta-premium .btn{position:relative;z-index:2;flex:0 0 auto}

/* Subpage hero */
.page-hero{position:relative;overflow:hidden;background:#0b0d12;color:#fff;padding:86px 0 82px}
.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 25%,rgba(224,11,61,.24),transparent 32%),linear-gradient(135deg,#0b0d12,#161922)}
.page-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:54px 54px}
.page-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}
.breadcrumbs{display:flex;align-items:center;gap:9px;color:#9da4af;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:20px}
.breadcrumbs a:hover{color:#fff}
.breadcrumbs span:last-child{color:#ff5b7f}
.page-hero h1{font-size:clamp(4rem,7vw,6.4rem);line-height:.9;text-transform:uppercase;margin:0 0 18px}
.page-hero p{max-width:680px;color:#b8bec8;margin:0;font-size:1rem}
.page-hero-art{position:relative;height:250px}
.page-hero-art img{height:100%;width:100%;object-fit:contain;filter:drop-shadow(0 30px 45px rgba(0,0,0,.35))}
.page-hero-ring{position:absolute;width:250px;height:250px;right:20px;top:0;border:1px solid rgba(255,255,255,.12);border-radius:50%}
.page-hero-ring:before,.page-hero-ring:after{content:"";position:absolute;border-radius:50%;border:1px dashed rgba(255,255,255,.11)}
.page-hero-ring:before{inset:28px}.page-hero-ring:after{inset:65px}

/* About page */
.stats-band{display:grid;grid-template-columns:repeat(4,1fr);border-radius:26px;overflow:hidden;background:var(--ink);color:#fff}
.stat-cell{padding:34px 28px;border-right:1px solid rgba(255,255,255,.09)}
.stat-cell:last-child{border-right:0}
.stat-cell strong{font-family:"Barlow Condensed",sans-serif;font-size:3rem;line-height:1;color:#fff;display:block}
.stat-cell span{font-size:.78rem;color:#99a1ad}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.value-card{position:relative;overflow:hidden;border-radius:26px;border:1px solid var(--line);background:#fff;padding:33px;min-height:300px}
.value-card:after{content:"";position:absolute;width:190px;height:190px;right:-88px;bottom:-92px;border-radius:50%;background:var(--red-soft)}
.value-icon{width:57px;height:57px;border-radius:17px;background:var(--red);display:grid;place-items:center;margin-bottom:29px;box-shadow:0 13px 26px rgba(224,11,61,.2)}
.value-icon svg{width:28px;height:28px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.value-card h3{font-size:1.25rem;margin:0 0 12px}
.value-card p{color:var(--muted);font-size:.88rem;margin:0;position:relative;z-index:2}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.why-points{display:grid;gap:15px}
.why-point{display:grid;grid-template-columns:52px 1fr;gap:17px;padding:20px;border-radius:18px;border:1px solid var(--line);background:#fff}
.why-point-number{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;background:var(--ink);color:#fff;font-family:"Barlow Condensed",sans-serif;font-size:1.5rem}
.why-point h3{margin:1px 0 5px;font-size:.98rem}
.why-point p{color:var(--muted);font-size:.82rem;margin:0}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.timeline-card{position:relative;padding:29px 25px;border-radius:22px;background:#fff;border:1px solid var(--line)}
.timeline-card:before{content:"";position:absolute;left:25px;top:0;width:44px;height:3px;background:var(--red)}
.timeline-card span{font-family:"Barlow Condensed",sans-serif;font-size:2.7rem;color:#d9dce2;font-weight:700}
.timeline-card h3{font-size:1rem;margin:12px 0 8px}
.timeline-card p{font-size:.8rem;color:var(--muted);margin:0}

/* Products */
.filter-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-bottom:38px}
.filter-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 18px;font-weight:800;font-size:.78rem;cursor:pointer;transition:.2s}
.filter-btn:hover,.filter-btn.active{background:var(--ink);border-color:var(--ink);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{position:relative;overflow:hidden;border-radius:25px;background:#fff;border:1px solid var(--line);transition:transform .25s,box-shadow .25s,border-color .25s}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:transparent}
.product-card[hidden]{display:none}
.product-image{aspect-ratio:1.22/1;background:#0d0f15;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.product-card:hover .product-image img{transform:scale(1.04)}
.product-content{padding:26px}
.product-content h3{font-size:1.1rem;margin:0 0 10px}
.product-content p{font-size:.84rem;color:var(--muted);margin-bottom:15px}
.product-content ul{list-style:none;margin:0 0 20px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}
.product-content li{font-size:.75rem;color:#4e5560;position:relative;padding-left:15px}
.product-content li:before{content:"";position:absolute;left:0;top:.62em;width:5px;height:5px;border-radius:50%;background:var(--red)}
.amc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.amc-item{padding:26px;border-radius:20px;background:#fff;border:1px solid var(--line)}
.amc-item span{font-family:"Barlow Condensed",sans-serif;color:var(--red);font-size:2.1rem;font-weight:700;line-height:1}
.amc-item h3{font-size:1rem;margin:16px 0 7px}
.amc-item p{font-size:.81rem;color:var(--muted);margin:0}

/* Gallery */
.gallery-section-head{align-items:end}
.gallery-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 28px}
.media-filter-btn{border:1px solid var(--line);background:#fff;color:#303640;border-radius:999px;padding:11px 18px;font:800 .72rem/1 var(--body-font,Arial,sans-serif);letter-spacing:.045em;text-transform:uppercase;cursor:pointer;transition:background .22s,color .22s,border-color .22s,transform .22s}
.media-filter-btn:hover{border-color:rgba(224,11,61,.4);color:var(--red);transform:translateY(-1px)}
.media-filter-btn.active{background:var(--ink);border-color:var(--ink);color:#fff;box-shadow:0 10px 24px rgba(10,12,18,.12)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.gallery-grid-equal .gallery-item{aspect-ratio:4/3;min-height:0}
.gallery-item{position:relative;border:0;padding:0;border-radius:24px;overflow:hidden;background:#0d0f15;cursor:pointer;text-align:left;isolation:isolate;box-shadow:0 14px 36px rgba(10,12,18,.11);transition:transform .3s,box-shadow .3s}
.gallery-item[hidden]{display:none!important}
.gallery-item:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(10,12,18,.18)}
.gallery-item img,.gallery-item video{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s,filter .45s}
.gallery-item video{pointer-events:none;background:#0d0f15}
.gallery-item:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(2,4,8,.02) 28%,rgba(4,6,9,.92) 100%);transition:background .3s;pointer-events:none}
.gallery-item:hover img,.gallery-item:hover video{transform:scale(1.045);filter:saturate(1.08)}
.gallery-caption{position:absolute;z-index:3;left:22px;right:22px;bottom:19px;color:#fff}
.gallery-caption small{display:block;color:#ff7897;text-transform:uppercase;letter-spacing:.11em;font-size:.64rem;font-weight:800;margin-bottom:5px}
.gallery-caption strong{display:block;font-family:"Barlow Condensed",sans-serif;font-size:1.55rem;line-height:1.03;text-transform:uppercase;padding-right:48px}
.gallery-type-badge{position:absolute;z-index:3;left:18px;top:18px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:8px 11px;color:#fff;background:rgba(8,10,15,.65);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px);font-size:.62rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.gallery-type-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#fff}
.gallery-type-badge.is-video:before{background:#ff315d;box-shadow:0 0 0 4px rgba(255,49,93,.17)}
.gallery-type-badge.is-image:before{background:#fff}
.gallery-zoom,.gallery-play{position:absolute;z-index:3;right:18px;top:18px;width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(10px);display:grid;place-items:center;transition:.25s}
.gallery-zoom{opacity:0;transform:translateY(-6px)}
.gallery-item:hover .gallery-zoom{opacity:1;transform:none}
.gallery-zoom svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.gallery-play{width:52px;height:52px;right:50%;top:50%;transform:translate(50%,-50%);border-radius:50%;background:rgba(224,11,61,.88);box-shadow:0 12px 28px rgba(224,11,61,.3)}
.gallery-play svg{width:21px;height:21px;fill:#fff;margin-left:3px}
.gallery-item:hover .gallery-play{transform:translate(50%,-50%) scale(1.08);background:var(--red)}
.lightbox{position:fixed;inset:0;z-index:3000;background:rgba(3,4,7,.95);display:flex;align-items:center;justify-content:center;padding:30px;opacity:0;visibility:hidden;transition:.25s}
.lightbox.open{opacity:1;visibility:visible}
.lightbox-content{width:min(1080px,100%);position:relative;transform:scale(.96);transition:.25s}
.lightbox.open .lightbox-content{transform:none}
.lightbox-media{width:100%;aspect-ratio:4/3;display:grid;place-items:center;overflow:hidden;border-radius:22px;background:#0b0d12;box-shadow:0 28px 70px rgba(0,0,0,.45)}
.lightbox-media img,.lightbox-media video{width:100%;height:100%;object-fit:contain;background:#0b0d12}
.lightbox-media [hidden]{display:none!important}
.lightbox-close{position:absolute;z-index:3;right:0;top:-54px;width:42px;height:42px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#fff;border-radius:13px;font-size:1.55rem;cursor:pointer}
.lightbox-caption{color:#fff;text-align:center;margin-top:14px;font-weight:700}

/* Contact */
.contact-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:25px;align-items:stretch}
.contact-panel{position:relative;overflow:hidden;border-radius:30px;background:var(--ink);color:#fff;padding:42px}
.contact-panel:before{content:"";position:absolute;width:320px;height:320px;right:-150px;top:-130px;border-radius:50%;background:rgba(224,11,61,.18)}
.contact-panel h2{font-size:3.4rem;line-height:.95;text-transform:uppercase;margin:17px 0 18px;position:relative}
.contact-panel>p{color:#abb2bd;position:relative}
.contact-list{display:grid;gap:17px;margin-top:32px;position:relative}
.contact-row{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start;padding-top:17px;border-top:1px solid rgba(255,255,255,.09)}
.contact-row:first-child{padding-top:0;border-top:0}
.contact-row-icon{width:46px;height:46px;border-radius:14px;background:rgba(224,11,61,.16);display:grid;place-items:center}
.contact-row-icon svg{width:22px;height:22px;fill:none;stroke:#ff5276;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-row small{display:block;color:#8d96a2;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:4px}
.contact-row strong{font-size:.84rem;line-height:1.5;display:block}
.form-card{border-radius:30px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);padding:42px}
.form-card h2{font-size:3rem;line-height:1;text-transform:uppercase;margin:16px 0 8px}
.form-card>.form-note{font-size:.82rem;color:var(--muted);margin-bottom:28px}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.field{display:grid;gap:8px}
.field.full{grid-column:1/-1}
.field label{font-size:.75rem;font-weight:800;color:#343a44;text-transform:uppercase;letter-spacing:.05em}
.field input,.field select,.field textarea{width:100%;border:1px solid #dfe1e5;border-radius:13px;background:#fafafa;padding:14px 15px;outline:0;color:#151821;transition:border-color .2s,box-shadow .2s,background .2s}
.field input:focus,.field select:focus,.field textarea:focus{background:#fff;border-color:var(--red);box-shadow:0 0 0 4px rgba(224,11,61,.08)}
.field textarea{min-height:145px;resize:vertical}
.form-actions{display:flex;align-items:center;gap:11px;flex-wrap:wrap}
.form-alert{margin:18px 0;padding:14px 16px;border-radius:12px;font-size:.85rem}
.form-alert.success{background:#eaf8ef;border:1px solid #9cd5ad;color:#145c2a}
.form-alert.error{background:#fff0f1;border:1px solid #efadb6;color:#861525}
.form-alert ul{margin:8px 0 0 18px;padding:0}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.map-wrap{height:430px;border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-sm)}
.map-wrap iframe{border:0;width:100%;height:100%}
.contact-prep{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.prep-card{padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff}
.prep-no{width:45px;height:45px;border-radius:14px;background:var(--ink);color:#fff;display:grid;place-items:center;font-family:"Barlow Condensed",sans-serif;font-size:1.35rem;margin-bottom:21px}
.prep-card h3{font-size:1rem;margin:0 0 7px}
.prep-card p{font-size:.82rem;color:var(--muted);margin:0}

/* Footer */
.site-footer{position:relative;overflow:hidden;background:#080a0f;color:#fff;padding:78px 0 0}
.footer-orb{position:absolute;border-radius:50%;background:var(--red);filter:blur(120px);opacity:.12}
.footer-orb-one{width:420px;height:420px;left:-200px;top:-170px}
.footer-orb-two{width:300px;height:300px;right:-120px;bottom:-120px}
.footer-main{position:relative;display:grid;grid-template-columns:1.35fr .62fr .85fr 1.2fr;gap:48px}
.footer-logo{width:255px;filter:brightness(-1) invert(1)}
.footer-brand-column p{max-width:400px;color:#aeb4bf;font-size:.86rem;margin:23px 0}
.footer-badges{display:flex;flex-wrap:wrap;gap:9px}
.footer-badges span{padding:8px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.12);color:#d9dde4;font-size:.68rem;font-weight:700}
.footer-column h3,.footer-contact-column h3{font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:1.15rem;margin:0 0 22px}
.footer-column{display:grid;align-content:start;gap:10px}
.footer-column a{font-size:.82rem;color:#aeb4bf;transition:color .2s,transform .2s}
.footer-column a:hover{color:#fff;transform:translateX(3px)}
.footer-contact-column{display:grid;align-content:start;gap:16px}
.footer-contact-item{padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.09)}
.footer-contact-item span{display:block;color:#717986;font-size:.64rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:4px}
.footer-contact-item strong{display:block;color:#d9dde3;font-size:.79rem;line-height:1.55}
.footer-bottom{position:relative;margin-top:58px;padding:21px 0;border-top:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#7d8591;font-size:.72rem}
.footer-bottom p{margin:0}
.footer-bottom div{display:flex;gap:20px}
.footer-bottom a:hover{color:#fff}
.floating-actions{position:fixed;right:18px;bottom:18px;z-index:1100;display:grid;gap:10px}
.floating-btn{width:52px;height:52px;border-radius:16px;border:0;display:grid;place-items:center;box-shadow:0 13px 28px rgba(0,0,0,.22);cursor:pointer}
.floating-btn svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.floating-whatsapp{background:#22bd68}
.back-to-top{background:var(--red);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}
.back-to-top.show{opacity:1;visibility:visible;transform:none}

/* Responsive */
@media(max-width:1120px){
  .desktop-nav a{padding-inline:11px}
  .call-chip{display:none}
  .hero-grid{grid-template-columns:1fr 450px}
  .cards-grid{grid-template-columns:repeat(2,1fr)}
  .industry-grid{grid-template-columns:repeat(4,1fr)}
  .footer-main{grid-template-columns:1.2fr .7fr .8fr 1fr;gap:30px}
}
@media(max-width:920px){
  .site-topbar{display:none}
  .header-inner{height:76px}
  .brand img{width:205px}
  .desktop-nav{display:none}
  .menu-toggle{display:grid}
  .hero-premium{padding-top:45px}
  .hero-grid{grid-template-columns:1fr;min-height:auto;gap:0}
  .hero-copy{padding:45px 0 20px;text-align:center;max-width:760px;margin:auto}
  .hero-copy h1{max-width:760px;margin-inline:auto}
  .hero-copy>p{margin-inline:auto}
  .hero-actions,.hero-trust{justify-content:center}
  .hero-visual{min-height:500px;padding:10px 0 40px}
  .hero-image-wrap{width:min(650px,88vw)}
  .floating-one{left:4%}.floating-two{right:3%}
  .hero-metrics-grid{grid-template-columns:repeat(3,1fr)}
  .metric-intro{display:none}
  .hero-metric:first-of-type{border-left:1px solid rgba(255,255,255,.08)}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .trust-item:nth-child(3){padding-left:0}
  .split-layout,.service-showcase,.why-grid,.contact-layout{grid-template-columns:1fr}
  .split-layout{gap:48px}
  .visual-composition{min-height:520px;max-width:700px;width:100%;margin:auto}
  .service-feature{min-height:500px}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .values-grid{grid-template-columns:1fr 1fr}
  .values-grid .value-card:last-child{grid-column:1/-1}
  .timeline{grid-template-columns:repeat(2,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-hero-grid{grid-template-columns:1fr 270px;gap:25px}
  .page-hero-art{height:220px}
  .footer-main{grid-template-columns:1.2fr 1fr 1fr}
  .footer-brand-column{grid-column:1/-1}
}
@media(max-width:700px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .section{padding:76px 0}.section-sm{padding:58px 0}
  .section-head{display:block;margin-bottom:34px}
  .section-head p{margin-top:16px}
  .section-head h2,.section-title{font-size:3rem}
  .hero-copy h1{font-size:4rem}
  .hero-copy>p{font-size:.94rem}
  .hero-visual{min-height:400px}
  .floating-info{padding:10px 12px}
  .floating-info .mini-icon{width:34px;height:34px}
  .floating-info strong{font-size:.76rem}.floating-info small{font-size:.62rem}
  .hero-metrics-grid{grid-template-columns:1fr 1fr}
  .hero-metric{min-height:105px;padding:20px 16px;text-align:center;align-items:center}
  .hero-metric:last-child{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.08)}
  .hero-metric strong{font-size:2rem}
  .trust-grid{grid-template-columns:1fr}
  .trust-item{border-right:0!important;border-bottom:1px solid var(--line)!important;padding-left:0}
  .trust-item:last-child{border-bottom:0!important}
  .visual-composition{min-height:430px}
  .visual-main{inset:0 45px 55px 0}
  .visual-small{width:48%;border-width:5px}
  .visual-badge{left:14px;bottom:20px;padding:14px 16px}
  .visual-badge strong{font-size:2rem}
  .cards-grid,.service-list,.values-grid,.product-grid,.amc-grid,.contact-prep{grid-template-columns:1fr}
  .values-grid .value-card:last-child{grid-column:auto}
  .process-grid{grid-template-columns:1fr}
  .process-step{min-height:auto;padding:30px 25px}
  .industry-grid{grid-template-columns:repeat(2,1fr)}
  .cta-premium{padding:38px 28px;display:block}
  .cta-premium .btn{margin-top:24px;width:100%}
  .page-hero{padding:66px 0 58px}
  .page-hero-grid{grid-template-columns:1fr}
  .page-hero h1{font-size:4rem}
  .page-hero-art{display:none}
  .stats-band{grid-template-columns:repeat(2,1fr)}
  .stat-cell:nth-child(2){border-right:0}.stat-cell:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.09)}
  .timeline{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr;gap:16px}
  .contact-panel,.form-card{padding:29px 24px}
  .contact-panel h2,.form-card h2{font-size:2.8rem}
  .form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}
  .form-actions .btn{width:100%}
  .footer-main{grid-template-columns:1fr 1fr}
  .footer-brand-column,.footer-contact-column{grid-column:1/-1}
  .footer-bottom{display:block;text-align:center}
  .footer-bottom div{justify-content:center;margin-top:10px}
}
@media(max-width:460px){
  .header-inner{height:70px}
  .brand img{width:175px}
  .menu-toggle{width:42px;height:42px}
  .hero-premium{padding-top:26px}
  .hero-copy{padding-top:35px}
  .hero-copy h1{font-size:3.3rem}
  .hero-actions{display:grid}.hero-actions .btn{width:100%}
  .hero-trust{display:grid;grid-template-columns:1fr;text-align:left;justify-content:start;width:max-content;margin-inline:auto}
  .hero-visual{min-height:340px;padding-bottom:25px}
  .floating-one{left:0;top:18%}.floating-two{right:0;bottom:12%}
  .floating-info small{display:none}
  .cards-grid{grid-template-columns:1fr}
  .visual-composition{min-height:350px}
  .visual-main{inset:0 28px 48px 0}
  .visual-badge{display:none}
  .service-feature{min-height:440px;padding:28px}
  .service-feature h3{font-size:2.45rem}
  .stats-band{grid-template-columns:1fr 1fr}
  .stat-cell{padding:26px 18px;text-align:center}
  .stat-cell strong{font-size:2.5rem}
  .gallery-grid-equal .gallery-item{aspect-ratio:4/3}
  .footer-main{grid-template-columns:1fr}
  .footer-brand-column,.footer-contact-column{grid-column:auto}
  .floating-actions{right:12px;bottom:12px}
  .floating-btn{width:48px;height:48px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Premium clients */
.clients-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 10%,rgba(224,11,61,.055),transparent 27%),
    linear-gradient(180deg,#fff 0%,#fafafa 100%);
}
.clients-section::before{
  content:"";
  position:absolute;
  left:50%;top:0;
  width:min(1180px,86%);height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(14,20,31,.14),transparent);
}
.clients-head{max-width:760px;margin-inline:auto;margin-bottom:34px}
.clients-head h2{color:#111722}
.clients-head p{color:#626b79}
.clients-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}
.client-card{
  min-height:122px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px 18px;
  border:1px solid #e3e6eb;
  border-radius:18px;
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 30px rgba(17,23,34,.055);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.client-card:hover{
  transform:translateY(-5px);
  border-color:rgba(224,11,61,.35);
  box-shadow:0 18px 38px rgba(17,23,34,.1);
}
.client-logo{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-width:0}
.client-mark{
  flex:0 0 auto;
  min-width:38px;height:38px;padding:0 7px;
  display:grid;place-items:center;
  border-radius:10px;
  font-size:1.05rem;font-weight:900;line-height:1;
  letter-spacing:-.04em;
}
.client-word{
  min-width:0;
  font-family:var(--font-heading);
  font-size:clamp(.78rem,1vw,.98rem);
  font-weight:800;
  line-height:1.08;
  letter-spacing:-.02em;
  white-space:normal;
}
.client-card.asian-paints .client-mark{background:linear-gradient(135deg,#5a44d6,#ff6e2f);color:#fff;border-radius:50%}
.client-card.asian-paints .client-word{color:#ef4b3e;text-transform:lowercase}
.client-card.kalyani .client-mark{background:#d92121;color:#fff;border-radius:50%}
.client-card.kalyani .client-word{color:#14235f;letter-spacing:.04em}
.client-card.birla .client-mark{background:repeating-linear-gradient(90deg,#d71920 0 4px,#fff 4px 7px);color:#132f87;border:1px solid #e2e5ef}
.client-card.birla .client-word{color:#18358c;font-style:italic}
.client-card.bsnl .client-mark{background:#e8f3ff;color:#e64b33;font-size:1.5rem}
.client-card.bsnl .client-word{color:#127cc1;font-size:1.08rem}
.client-card.cesc .client-mark{background:#e8f7ff;color:#10a4df;font-size:1.3rem}
.client-card.cesc .client-word{color:#1aa3da;letter-spacing:.04em}
.client-card.ntpc .client-mark{background:#169ed6;color:#fff}
.client-card.ntpc .client-word{color:#167bb2;font-size:1.08rem}
.client-card.oil-india .client-mark{background:#111;color:#e63535;border-radius:50%}
.client-card.oil-india .client-word{color:#222;font-size:.8rem;letter-spacing:.02em}
.client-card.pwd .client-mark{background:#f0f4ef;color:#1d6339;font-size:.73rem;letter-spacing:.02em}
.client-card.pwd .client-word{color:#245c3a;font-size:.8rem}
.client-card.sail .client-mark{background:#edf1fb;color:#1c326f;font-size:1.35rem}
.client-card.sail .client-word{color:#1c326f;font-size:1.18rem}
.client-card.sbi .client-mark{background:#eaf8ff;color:#159bd7;font-size:1.4rem}
.client-card.sbi .client-word{color:#303b4b;font-size:.72rem;letter-spacing:.02em}

@media (max-width:1100px){
  .clients-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:760px){
  .clients-head{margin-bottom:25px}
  .clients-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .client-card{min-height:104px;padding:16px 12px;border-radius:15px}
  .client-logo{gap:8px;flex-direction:column;text-align:center}
  .client-mark{min-width:34px;height:34px}
  .client-word{font-size:.76rem}
}
@media (max-width:390px){
  .clients-grid{grid-template-columns:1fr 1fr}
  .client-card{min-height:96px;padding:14px 8px}
  .client-word{font-size:.69rem}
}

/* Hero video upgrade */
.hero-video-shell{
  position:relative;
  width:min(100%,590px);
  aspect-ratio:1000/820;
  overflow:visible;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.13);
  background:#10131a;
  box-shadow:0 44px 80px rgba(0,0,0,.48),inset 0 0 0 1px rgba(255,255,255,.035);
  isolation:isolate;
}
.hero-video-shell::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06),inset 0 -120px 110px rgba(0,0,0,.22);
}
.hero-video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:inherit;
  transform:scale(1.012);
}
.hero-video-shade{
  position:absolute;
  inset:0;
  border-radius:inherit;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(8,10,15,.08) 0%,rgba(8,10,15,0) 42%,rgba(8,10,15,.72) 100%),
    linear-gradient(90deg,rgba(8,10,15,.22),transparent 48%);
}
.hero-video-topline{
  position:absolute;
  z-index:4;
  top:22px;
  left:22px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(10,12,17,.62);
  backdrop-filter:blur(12px);
  color:#f7f8fa;
  font-size:.68rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.11em;
}
.live-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ef194b;
  box-shadow:0 0 0 5px rgba(239,25,75,.14);
  animation:videoPulse 2s ease-in-out infinite;
}
@keyframes videoPulse{50%{box-shadow:0 0 0 9px rgba(239,25,75,0)}}
.video-toggle{
  position:absolute;
  z-index:5;
  top:20px;
  right:20px;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  color:#fff;
  background:rgba(10,12,17,.68);
  backdrop-filter:blur(12px);
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.video-toggle:hover{transform:scale(1.06);background:var(--red);border-color:var(--red)}
.video-toggle svg{width:18px;height:18px;fill:currentColor}
.video-toggle .icon-play{display:none}
.video-toggle:not(.is-playing) .icon-pause{display:none}
.video-toggle:not(.is-playing) .icon-play{display:block}
.hero-video-caption{
  position:absolute;
  z-index:4;
  left:26px;
  right:26px;
  bottom:25px;
  padding-right:120px;
}
.video-kicker{
  display:block;
  margin-bottom:5px;
  color:#ff6b8d;
  font-size:.68rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.15em;
}
.hero-video-caption strong{
  display:block;
  max-width:370px;
  color:#fff;
  font-family:var(--font-heading);
  font-size:clamp(1.45rem,2.2vw,2.15rem);
  line-height:1;
  text-transform:uppercase;
  letter-spacing:-.02em;
}
.hero-video-shell .floating-one{left:-18px;top:29%}
.hero-video-shell .floating-two{right:-16px;bottom:17%}

/* Professional client slider */
.clients-carousel{
  position:relative;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 48px;
  align-items:center;
  gap:16px;
}
.clients-viewport{
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  overscroll-behavior-inline:contain;
  border-radius:19px;
}
.clients-viewport::-webkit-scrollbar{display:none}
.clients-viewport:focus-visible{outline:3px solid rgba(224,11,61,.2);outline-offset:5px}
.clients-track{
  display:flex;
  gap:16px;
  width:100%;
  min-width:100%;
  padding:7px 2px 12px;
}
.clients-track .client-card{
  flex:0 0 calc((100% - 64px)/5);
  width:calc((100% - 64px)/5);
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.client-slider-btn{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid #dde1e8;
  border-radius:50%;
  color:#141a24;
  background:#fff;
  box-shadow:0 10px 26px rgba(18,24,35,.08);
  cursor:pointer;
  transition:transform .2s ease,color .2s ease,background .2s ease,border-color .2s ease;
}
.client-slider-btn:hover{transform:translateY(-2px);color:#fff;background:var(--red);border-color:var(--red)}
.client-slider-btn:focus-visible{outline:3px solid rgba(224,11,61,.22);outline-offset:3px}
.client-slider-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.clients-slider-meta{
  display:grid;
  grid-template-columns:auto minmax(120px,210px) 1fr;
  align-items:center;
  gap:14px;
  margin:20px 64px 0;
}
.slider-status{
  color:#121823;
  font-family:var(--font-heading);
  font-size:.92rem;
  font-weight:800;
  letter-spacing:.08em;
}
.slider-line{height:3px;overflow:hidden;border-radius:999px;background:#e4e7ec}
.slider-line i{display:block;width:10%;height:100%;border-radius:inherit;background:var(--red);transition:width .35s ease}
.slider-hint{color:#7a828f;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.clients-carousel.is-paused .slider-line i{opacity:.45}

@media(max-width:1120px){
  .clients-track .client-card{
    flex-basis:calc((100% - 48px)/4);
    width:calc((100% - 48px)/4);
  }
}
@media(max-width:920px){
  .hero-video-shell{width:min(650px,88vw);aspect-ratio:16/10}
  .hero-video-caption{padding-right:140px}
  .hero-video-shell .floating-one{left:3%;top:28%}
  .hero-video-shell .floating-two{right:3%;bottom:16%}
  .clients-track .client-card{
    flex-basis:calc((100% - 32px)/3);
    width:calc((100% - 32px)/3);
  }
}
@media(max-width:700px){
  .hero-video-shell{width:100%;border-radius:24px;aspect-ratio:4/3}
  .hero-video-caption{left:20px;right:20px;bottom:20px;padding-right:100px}
  .hero-video-topline{top:16px;left:16px;padding:8px 11px;font-size:.6rem}
  .video-toggle{top:14px;right:14px;width:40px;height:40px}
  .hero-video-shell .floating-info{display:none}
  .clients-carousel{grid-template-columns:40px minmax(0,1fr) 40px;gap:9px}
  .client-slider-btn{width:40px;height:40px}
  .clients-track{gap:12px}
  .clients-track .client-card{
    flex-basis:calc((100% - 12px)/2);
    width:calc((100% - 12px)/2);
  }
  .clients-slider-meta{grid-template-columns:auto 1fr;margin:16px 49px 0;gap:12px}
  .slider-hint{grid-column:1/-1;text-align:center;font-size:.63rem}
}
@media(max-width:460px){
  .hero-visual{min-height:auto;padding:18px 0 34px}
  .hero-video-shell{aspect-ratio:1/1.04;border-radius:22px}
  .hero-video-caption{padding-right:72px}
  .hero-video-caption strong{font-size:1.45rem}
  .video-kicker{font-size:.58rem}
  .clients-carousel{grid-template-columns:36px minmax(0,1fr) 36px;gap:7px}
  .client-slider-btn{width:36px;height:36px}
  .clients-track .client-card{
    flex-basis:100%;
    width:100%;
  }
  .clients-slider-meta{margin-inline:43px}
}
@media(prefers-reduced-motion:reduce){.live-dot{animation:none}.clients-viewport{scroll-behavior:auto}}

/* Full-bleed hero background video */
.hero-full-video{
  position:relative;
  min-height:760px;
  padding:20px 20px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  overflow:hidden;
  background:#080a0f;
  isolation:isolate;
}
.hero-full-video::before,
.hero-full-video::after{display:none}
.hero-bg-video{
  position:absolute;
  inset:0;
  z-index:-4;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 44%;
  transform:scale(1.015);
  background:#080a0f;
}
.hero-bg-overlay{
  position:absolute;
  inset:0;
  z-index:-3;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(5,7,11,.96) 0%,rgba(5,7,11,.87) 34%,rgba(5,7,11,.53) 66%,rgba(5,7,11,.34) 100%),
    linear-gradient(180deg,rgba(5,7,11,.38) 0%,rgba(5,7,11,.10) 35%,rgba(5,7,11,.82) 100%);
}
.hero-bg-pattern{
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  opacity:.34;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.7) 62%,transparent 100%);
}
.hero-full-inner{
  position:relative;
  z-index:2;
  width:100%;
  min-height:640px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-top:76px;
  padding-bottom:92px;
}
.hero-full-copy{
  width:min(760px,72%);
  max-width:760px;
  padding:0;
  margin:0;
  text-shadow:0 3px 24px rgba(0,0,0,.36);
}
.hero-full-copy h1{
  max-width:760px;
  font-size:clamp(4.5rem,7.9vw,8rem);
  margin-top:20px;
}
.hero-full-copy>p{
  max-width:650px;
  color:#e4e7ec;
  text-shadow:0 2px 16px rgba(0,0,0,.5);
}
.hero-video-control-wrap{
  position:absolute;
  top:102px;
  right:0;
  display:flex;
  align-items:center;
  gap:12px;
}
.hero-video-label{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 15px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(9,11,16,.58);
  backdrop-filter:blur(14px);
  box-shadow:0 14px 34px rgba(0,0,0,.22);
  color:#f7f8fa;
  font-size:.69rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.11em;
}
.hero-bg-toggle{
  position:relative;
  top:auto;
  right:auto;
  flex:0 0 auto;
}
.hero-glass-features{
  position:absolute;
  right:0;
  bottom:88px;
  width:min(410px,36%);
  display:grid;
  gap:12px;
}
.hero-glass-item{
  display:flex;
  align-items:center;
  gap:13px;
  min-height:76px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(15,18,25,.76),rgba(15,18,25,.48));
  backdrop-filter:blur(16px);
  box-shadow:0 20px 44px rgba(0,0,0,.24);
}
.hero-glass-item .mini-icon{
  flex:0 0 42px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:var(--red);
  color:#fff;
  font-family:var(--font-heading);
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.02em;
}
.hero-glass-item strong{display:block;color:#fff;font-size:.86rem}
.hero-glass-item small{display:block;margin-top:3px;color:#b6bdc8;font-size:.69rem}
.hero-full-video .hero-metrics{
  width:100%;
  background:rgba(8,10,15,.76);
  border-top:1px solid rgba(255,255,255,.13);
  backdrop-filter:blur(18px);
}

@media(max-width:1120px){
  .hero-full-copy{width:min(710px,68%)}
  .hero-glass-features{width:min(355px,34%)}
}
@media(max-width:920px){
  .hero-full-video{min-height:820px}
  .hero-bg-video{object-position:62% center}
  .hero-bg-overlay{
    background:
      linear-gradient(180deg,rgba(5,7,11,.88) 0%,rgba(5,7,11,.66) 42%,rgba(5,7,11,.88) 100%),
      linear-gradient(90deg,rgba(5,7,11,.72),rgba(5,7,11,.36));
  }
  .hero-full-inner{
    min-height:700px;
    justify-content:flex-start;
    padding-top:88px;
    padding-bottom:215px;
  }
  .hero-full-copy{
    width:100%;
    max-width:760px;
    text-align:left;
    margin:0;
  }
  .hero-full-copy h1,.hero-full-copy>p{margin-left:0;margin-right:0}
  .hero-full-video .hero-actions,.hero-full-video .hero-trust{justify-content:flex-start}
  .hero-video-control-wrap{top:30px;right:0}
  .hero-glass-features{
    left:0;
    right:0;
    bottom:54px;
    width:100%;
    grid-template-columns:repeat(3,1fr);
  }
  .hero-glass-item{min-width:0;padding:13px}
  .hero-glass-item small{font-size:.63rem}
}
@media(max-width:700px){
  .hero-full-video{min-height:760px}
  .hero-bg-video{object-position:68% center}
  .hero-bg-overlay{
    background:
      linear-gradient(180deg,rgba(5,7,11,.84) 0%,rgba(5,7,11,.60) 40%,rgba(5,7,11,.93) 100%),
      linear-gradient(90deg,rgba(5,7,11,.62),rgba(5,7,11,.30));
  }
  .hero-full-inner{min-height:650px;padding-top:80px;padding-bottom:190px}
  .hero-full-copy{text-align:center}
  .hero-full-copy h1{font-size:4.15rem;margin-inline:auto}
  .hero-full-copy>p{font-size:.95rem;margin-inline:auto}
  .hero-full-video .hero-actions,.hero-full-video .hero-trust{justify-content:center}
  .hero-video-control-wrap{top:22px;left:0;right:0;justify-content:center}
  .hero-video-label{font-size:.6rem;padding:8px 11px}
  .hero-bg-toggle{width:40px;height:40px}
  .hero-glass-features{grid-template-columns:1fr 1fr;bottom:38px;gap:9px}
  .hero-glass-item:last-child{grid-column:1/-1}
  .hero-glass-item{min-height:68px;border-radius:15px;padding:11px 12px}
  .hero-glass-item .mini-icon{width:36px;height:36px;flex-basis:36px;border-radius:11px}
  .hero-glass-item strong{font-size:.77rem}
  .hero-glass-item small{font-size:.6rem}
}
@media(max-width:460px){
  .hero-full-video{min-height:735px}
  .hero-bg-video{object-position:70% center}
  .hero-full-inner{min-height:620px;padding-top:80px;padding-bottom:170px}
  .hero-full-copy h1{font-size:3.35rem}
  .hero-full-copy>p{font-size:.88rem;line-height:1.65}
  .hero-full-video .hero-actions{display:grid}
  .hero-full-video .hero-actions .btn{width:100%}
  .hero-full-video .hero-trust{width:100%;grid-template-columns:1fr;justify-items:start;text-align:left;margin-top:23px}
  .hero-video-label{max-width:calc(100% - 52px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .hero-glass-features{bottom:26px}
  .hero-glass-item{padding:10px}
  .hero-glass-item small{display:none}
  .hero-glass-item strong{font-size:.72rem}
}
@media(prefers-reduced-motion:reduce){
  .hero-bg-video{display:none}
  .hero-full-video{background:#080a0f url('../images/hero-video-poster.png') center/cover no-repeat}
}
