/* ============================================
   BandhanCRM — styles.css
   Offshore Evolution · bandhancrm.com
   ============================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #fff; }
#W { font-family: 'Poppins', sans-serif; width: 100%; background: #fff; color: #0b1426; overflow-x: hidden; }

/* ---- NAV ---- */
.nav { display: flex; align-items: center; justify-content: space-between; padding: 0 max(28px, calc((100% - 1280px) / 2)); height: 64px; border-bottom: 1px solid #e8edf5; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); gap: 8px; position: sticky; top: 0; z-index: 100; }
.brand { display: flex; align-items: center; gap: 10px; cursor: pointer; flex-shrink: 0; }
.bm { width: 34px; height: 34px; background: #0b1426; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #f59e0b; font-size: 11px; font-weight: 600; flex-shrink: 0; letter-spacing: .5px; }
.bname { font-size: 14px; font-weight: 600; color: #0b1426; letter-spacing: -.3px; line-height: 1; }
.bname em { color: #2563eb; font-style: normal; }
.bsub { font-size: 9px; color: #94a3b8; display: block; margin-top: 1px; letter-spacing: .6px; text-transform: uppercase; }
.nm { display: flex; gap: 0; }
.nb { background: none; border: none; padding: 6px 11px; font-size: 11px; font-family: 'Poppins', sans-serif; font-weight: 500; cursor: pointer; border-radius: 6px; color: #64748b; transition: color .2s; position: relative; white-space: nowrap; }
.nb:hover { color: #0b1426; }
.nb.on { color: #2563eb; font-weight: 600; }
.nb.on::after { content: ''; position: absolute; bottom: -1px; left: 11px; right: 11px; height: 2px; background: #2563eb; border-radius: 2px; }
.ncta { background: #0b1426; color: #fff; border: none; padding: 8px 18px; font-size: 11px; font-family: 'Poppins', sans-serif; font-weight: 500; cursor: pointer; border-radius: 7px; white-space: nowrap; transition: background .2s; }
.ncta:hover { background: #1e3a5f; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: #0b1426; border-radius: 2px; transition: all .2s; }

/* ---- PAGE SYSTEM ---- */
.pg { display: none; }
.pg.on { display: block; animation: pi .4s cubic-bezier(.4,0,.2,1); }
@keyframes pi { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* ---- HERO ---- */
.hero { position: relative; background: #0b1426; padding: 80px max(40px, calc((100% - 1200px) / 2)) 64px; overflow: hidden; }
.hero-blob { position: absolute; border-radius: 50%; opacity: .12; animation: hbf 10s ease-in-out infinite; pointer-events: none; }
.hb1 { width: 320px; height: 320px; background: #2563eb; top: -100px; right: -60px; }
.hb2 { width: 240px; height: 240px; background: #7c3aed; bottom: -60px; left: 5%; animation-delay: -4s; }
.hb3 { width: 180px; height: 180px; background: #0891b2; top: 30%; right: 22%; animation-delay: -7s; }
@keyframes hbf { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-20px) scale(1.06); } }
.hero-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; }
.hero-inner { position: relative; z-index: 1; }
.htag { display: inline-flex; align-items: center; gap: 8px; background: rgba(245,158,11,.1); border: 1px solid rgba(245,158,11,.25); padding: 5px 14px; border-radius: 20px; font-size: 10px; font-weight: 600; color: #f59e0b; margin-bottom: 22px; letter-spacing: .8px; text-transform: uppercase; }
.htag-dot { width: 5px; height: 5px; border-radius: 50%; background: #f59e0b; animation: tdot 2s ease-in-out infinite; }
@keyframes tdot { 0%,100% { opacity: .3; } 50% { opacity: 1; } }
.hero h1 { font-size: 46px; font-weight: 600; color: #fff; line-height: 1.15; letter-spacing: -.8px; margin-bottom: 20px; }
.hero h1 strong { color: #60a5fa; font-weight: 600; }
.herop { font-size: 15px; color: rgba(255,255,255,.6); line-height: 1.85; max-width: 540px; font-weight: 300; }
.hbtns { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.btn-pri { background: #2563eb; color: #fff; border: none; padding: 12px 24px; font-size: 12px; font-family: 'Poppins', sans-serif; font-weight: 500; cursor: pointer; border-radius: 8px; transition: all .2s; letter-spacing: .2px; }
.btn-pri:hover { background: #1d4ed8; transform: translateY(-2px); }
.btn-sec { background: rgba(255,255,255,.06); color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.15); padding: 12px 24px; font-size: 12px; font-family: 'Poppins', sans-serif; font-weight: 500; cursor: pointer; border-radius: 8px; transition: all .2s; }
.btn-sec:hover { background: rgba(255,255,255,.1); }
.hstats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 56px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.08); }
.hs { display: flex; align-items: center; gap: 12px; padding: 0 8px; }
.hs-icon { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hs-icon i { font-size: 17px; color: #60a5fa; }
.hs-num { font-size: 26px; font-weight: 600; color: #fff; letter-spacing: -.5px; line-height: 1; }
.hs-lbl { font-size: 11px; color: rgba(255,255,255,.45); letter-spacing: .3px; margin-top: 3px; }

/* ---- LOGO STRIP ---- */
.logostrip { padding: 20px 0; border-bottom: 1px solid #e8edf5; border-top: 1px solid #e8edf5; overflow: hidden; background: #fafbfc; }
.ls-label { text-align: center; font-size: 10px; font-weight: 600; color: #94a3b8; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.marquee { overflow: hidden; position: relative; }
.marquee::before, .marquee::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; }
.marquee::before { left: 0; background: linear-gradient(90deg, #fafbfc, transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, #fafbfc, transparent); }
.mtrack { display: flex; gap: 20px; animation: mq 22s linear infinite; width: max-content; }
.logo-chip { display: flex; align-items: center; gap: 8px; padding: 8px 16px; border: 1px solid #e8edf5; border-radius: 8px; background: #fff; white-space: nowrap; flex-shrink: 0; }
.lc-av { width: 24px; height: 24px; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 700; flex-shrink: 0; }
.logo-chip:nth-child(1) .lc-av, .logo-chip:nth-child(7) .lc-av { background: #dbeafe; color: #1d4ed8; }
.logo-chip:nth-child(2) .lc-av, .logo-chip:nth-child(8) .lc-av { background: #d1fae5; color: #065f46; }
.logo-chip:nth-child(3) .lc-av, .logo-chip:nth-child(9) .lc-av { background: #fef3c7; color: #92400e; }
.logo-chip:nth-child(4) .lc-av, .logo-chip:nth-child(10) .lc-av { background: #fce7f3; color: #9d174d; }
.logo-chip:nth-child(5) .lc-av, .logo-chip:nth-child(11) .lc-av { background: #ede9fe; color: #5b21b6; }
.logo-chip:nth-child(6) .lc-av, .logo-chip:nth-child(12) .lc-av { background: #cffafe; color: #0e7490; }
.lc-name { font-size: 11px; font-weight: 500; color: #334155; }
@keyframes mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---- SECTIONS ---- */
.sec { padding: 72px max(40px, calc((100% - 1200px) / 2)); border-bottom: 1px solid #e8edf5; background: #fff; }
.sec.alt { background: #f8fafc; }
.ey { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 600; color: #2563eb; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
.ey::before { content: ''; width: 20px; height: 2px; background: #f59e0b; border-radius: 2px; flex-shrink: 0; }
.sec h2 { font-size: 28px; font-weight: 600; color: #0b1426; letter-spacing: -.6px; margin-bottom: 12px; line-height: 1.25; }
.secp { font-size: 14px; color: #64748b; line-height: 1.9; max-width: 580px; font-weight: 300; }

/* ---- ICON STATS ---- */
.istat-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 28px; }
.istat { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 24px 16px; border: 1px solid #e8edf5; border-radius: 12px; background: #fff; transition: all .25s; }
.istat:hover { border-color: #bfdbfe; transform: translateY(-3px); box-shadow: 0 12px 24px rgba(37,99,235,.07); }
.istat-ic { width: 44px; height: 44px; border-radius: 12px; background: #eff6ff; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.istat-ic i { font-size: 20px; color: #2563eb; }
.istat-num { font-size: 24px; font-weight: 600; color: #0b1426; letter-spacing: -.5px; }
.istat-lbl { font-size: 11px; color: #64748b; margin-top: 3px; font-weight: 400; }

/* ---- SERVICE CARDS ---- */
.sv3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 28px; }
.svc { border: 1px solid #e8edf5; border-radius: 14px; padding: 28px 22px; background: #fff; transition: all .3s; cursor: pointer; position: relative; overflow: hidden; }
.svc-bar { position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: 14px 14px 0 0; opacity: 0; transition: opacity .3s; }
.svc:nth-child(1) .svc-bar { background: linear-gradient(90deg,#1d4ed8,#7c3aed); }
.svc:nth-child(2) .svc-bar { background: linear-gradient(90deg,#0891b2,#2563eb); }
.svc:nth-child(3) .svc-bar { background: linear-gradient(90deg,#059669,#0891b2); }
.svc:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(11,20,38,.08); border-color: transparent; }
.svc:hover .svc-bar { opacity: 1; }
.svc-ic { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.svc:nth-child(1) .svc-ic { background: #eff6ff; }
.svc:nth-child(2) .svc-ic { background: #f0f9ff; }
.svc:nth-child(3) .svc-ic { background: #f0fdf4; }
.svc-ic i { font-size: 22px; }
.svc:nth-child(1) .svc-ic i { color: #2563eb; }
.svc:nth-child(2) .svc-ic i { color: #0891b2; }
.svc:nth-child(3) .svc-ic i { color: #059669; }
.svc h3 { font-size: 15px; font-weight: 600; color: #0b1426; margin-bottom: 8px; }
.svc p { font-size: 12px; color: #64748b; line-height: 1.8; font-weight: 300; }
.svc-lnk { font-size: 11px; font-weight: 600; color: #2563eb; margin-top: 16px; display: inline-flex; align-items: center; gap: 5px; }

/* ---- EXPERTISE ---- */
.expwrap { display: grid; grid-template-columns: 200px 1fr; gap: 36px; margin-top: 28px; align-items: start; }
.donut-wrap { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.dlegend { width: 100%; }
.dl-item { display: flex; align-items: center; gap: 7px; font-size: 10px; color: #64748b; padding: 2px 0; }
.dl-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.explist { display: flex; flex-direction: column; gap: 13px; }
.eli-top { display: flex; justify-content: space-between; margin-bottom: 5px; }
.eli-name { font-size: 12px; font-weight: 500; color: #1e293b; }
.eli-pct { font-size: 12px; font-weight: 600; color: #2563eb; }
.eli-bg { height: 6px; background: #e8edf5; border-radius: 4px; overflow: hidden; }
.eli-bar { height: 100%; border-radius: 4px; background: linear-gradient(90deg,#2563eb,#7c3aed); width: 0; transition: width 1.4s cubic-bezier(.4,0,.2,1); }

/* ---- TEAM ---- */
.tgrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 28px; }
.tmcard { border: 1px solid #e8edf5; border-radius: 14px; padding: 22px 18px; background: #fff; text-align: center; transition: all .25s; }
.tmcard:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(11,20,38,.07); border-color: #dbeafe; }
.tmav { width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 600; border: 2px solid #e8edf5; }
.tmcard:nth-child(1) .tmav { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
.tmcard:nth-child(2) .tmav { background: #f0fdf4; color: #065f46; border-color: #bbf7d0; }
.tmcard:nth-child(3) .tmav { background: #fdf4ff; color: #7e22ce; border-color: #e9d5ff; }
.tmcard:nth-child(4) .tmav { background: #fff7ed; color: #c2410c; border-color: #fed7aa; }
.tm-name { font-size: 13px; font-weight: 600; color: #0b1426; margin-bottom: 3px; }
.tm-role { font-size: 11px; color: #64748b; font-weight: 400; margin-bottom: 8px; }
.tm-tag { display: inline-block; font-size: 9px; font-weight: 600; color: #2563eb; background: #eff6ff; padding: 3px 9px; border-radius: 20px; letter-spacing: .4px; }

/* ---- TESTIMONIALS ---- */
.tcg { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 28px; }
.tc { border: 1px solid #e8edf5; border-radius: 14px; padding: 24px; background: #fff; transition: all .25s; position: relative; }
.tc::before { content: ''; position: absolute; top: 0; left: 24px; right: 24px; height: 2px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg,#2563eb,#7c3aed); opacity: 0; transition: opacity .25s; }
.tc:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(11,20,38,.07); }
.tc:hover::before { opacity: 1; }
.tcq { font-size: 44px; color: #dbeafe; font-weight: 600; line-height: .7; margin-bottom: 12px; font-family: Georgia, serif; }
.tct { font-size: 12px; color: #334155; line-height: 1.85; font-style: italic; margin-bottom: 18px; font-weight: 300; }
.tca { display: flex; align-items: center; gap: 10px; padding-top: 16px; border-top: 1px solid #f1f5f9; }
.tcav { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 600; flex-shrink: 0; }
.tc:nth-child(1) .tcav { background: #dbeafe; color: #1d4ed8; }
.tc:nth-child(2) .tcav { background: #d1fae5; color: #065f46; }
.tc:nth-child(3) .tcav { background: #fef3c7; color: #92400e; }
.tcn { font-size: 12px; font-weight: 600; color: #0b1426; }
.tcr { font-size: 10px; color: #94a3b8; margin-top: 1px; }
.tc-stars { color: #f59e0b; font-size: 11px; margin-bottom: 2px; }

/* ---- BLOG ---- */
.bgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 28px; }
.bc { border: 1px solid #e8edf5; border-radius: 14px; overflow: hidden; background: #fff; transition: all .25s; cursor: pointer; }
.bc:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(11,20,38,.07); }
.bcimg { height: 96px; padding: 12px; display: flex; align-items: flex-start; }
.bc:nth-child(1) .bcimg, .bc:nth-child(4) .bcimg { background: linear-gradient(135deg,#1e3a5f,#2563eb); }
.bc:nth-child(2) .bcimg, .bc:nth-child(5) .bcimg { background: linear-gradient(135deg,#065f46,#059669); }
.bc:nth-child(3) .bcimg, .bc:nth-child(6) .bcimg { background: linear-gradient(135deg,#4c1d95,#7c3aed); }
.bctag { font-size: 9px; font-weight: 600; background: rgba(255,255,255,.2); color: #fff; padding: 3px 9px; border-radius: 20px; letter-spacing: .6px; }
.bcbody { padding: 16px; }
.bcdate { font-size: 10px; color: #94a3b8; margin-bottom: 5px; font-weight: 400; }
.bc h4 { font-size: 12px; font-weight: 600; color: #0b1426; line-height: 1.5; margin-bottom: 5px; }
.bc p { font-size: 11px; color: #64748b; line-height: 1.7; font-weight: 300; }

/* ---- CTA BANNER ---- */
.ctabanner { padding: 80px max(40px, calc((100% - 1200px) / 2)); background: linear-gradient(135deg, #0b1426 0%, #0f2040 60%, #0b1426 100%); text-align: center; position: relative; overflow: hidden; }
.ctabanner::before { content: ''; position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(37,99,235,.15) 0%, transparent 70%); border-radius: 50%; top: -200px; left: 50%; transform: translateX(-50%); pointer-events: none; }
.ctabanner h2 { font-size: 32px; font-weight: 600; color: #fff; letter-spacing: -.6px; margin-bottom: 14px; position: relative; line-height: 1.2; }
.ctabanner p { font-size: 15px; color: rgba(255,255,255,.5); margin-bottom: 32px; font-weight: 300; position: relative; }

/* ---- INNER PAGE HERO ---- */
.pghero { padding: 64px max(40px, calc((100% - 1200px) / 2)) 52px; border-bottom: 1px solid #e8edf5; background: #fff; }
.pgchip { display: inline-flex; align-items: center; gap: 6px; background: #eff6ff; border: 1px solid #dbeafe; padding: 4px 12px; border-radius: 20px; font-size: 10px; font-weight: 600; color: #2563eb; margin-bottom: 18px; letter-spacing: .4px; text-transform: uppercase; }
.pghero h1 { font-size: 36px; font-weight: 600; color: #0b1426; letter-spacing: -.7px; margin-bottom: 14px; line-height: 1.2; }
.pghero h1 strong { color: #2563eb; }
.pghero p { font-size: 15px; color: #64748b; line-height: 1.85; max-width: 560px; font-weight: 300; }
.pgbtns { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.pbp { background: #2563eb; color: #fff; border: none; padding: 11px 22px; font-size: 12px; font-family: 'Poppins', sans-serif; font-weight: 500; cursor: pointer; border-radius: 7px; transition: background .2s; }
.pbp:hover { background: #1d4ed8; }
.pbo { background: #fff; color: #334155; border: 1px solid #e8edf5; padding: 11px 22px; font-size: 12px; font-family: 'Poppins', sans-serif; font-weight: 500; cursor: pointer; border-radius: 7px; transition: all .2s; }
.pbo:hover { border-color: #2563eb; color: #2563eb; }

/* ---- FEATURES ---- */
.fg { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 22px; }
.fi { padding: 18px; border: 1px solid #e8edf5; border-radius: 10px; background: #fff; transition: all .2s; }
.fi:hover { border-color: #bfdbfe; background: #f8fbff; }
.fi h4 { font-size: 12px; font-weight: 600; color: #0b1426; margin-bottom: 5px; }
.fi p { font-size: 11px; color: #64748b; line-height: 1.75; font-weight: 300; }
.hbox { background: #eff6ff; border-left: 3px solid #2563eb; border-radius: 0 8px 8px 0; padding: 13px 16px; margin: 16px 0; }
.hbox p { font-size: 12px; color: #1e40af; line-height: 1.75; font-weight: 400; }
.jrow { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 20px; }
.jc { border: 1px solid #e8edf5; border-radius: 10px; padding: 20px; background: #fff; }
.jcn { font-size: 30px; font-weight: 600; color: #dbeafe; letter-spacing: -1px; margin-bottom: 6px; }
.jc h3 { font-size: 12px; font-weight: 600; color: #0b1426; margin-bottom: 8px; }
.jc ul { list-style: none; }
.jc li { font-size: 11px; color: #64748b; padding: 3px 0; display: flex; align-items: flex-start; gap: 6px; font-weight: 300; }
.jc li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #2563eb; flex-shrink: 0; margin-top: 5px; }
.p2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.pc { border: 1px solid #e8edf5; border-radius: 10px; padding: 20px; background: #fff; }
.pchd { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.pcico { width: 30px; height: 30px; border-radius: 7px; background: #eff6ff; border: 1px solid #dbeafe; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #2563eb; }
.pc h3 { font-size: 13px; font-weight: 600; color: #0b1426; }
.pc ul { list-style: none; }
.pc li { font-size: 11px; color: #64748b; padding: 5px 0; border-bottom: 1px solid #f1f5f9; display: flex; align-items: center; gap: 6px; font-weight: 300; }
.pc li:last-child { border-bottom: none; }
.pc li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #2563eb; flex-shrink: 0; }
.pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.pill { background: #fff; border: 1px solid #e8edf5; border-radius: 20px; padding: 5px 13px; font-size: 11px; color: #64748b; font-weight: 400; transition: all .2s; }
.pill:hover { border-color: #2563eb; color: #2563eb; background: #eff6ff; }

/* ---- CONTACT ---- */
.cgrid { display: grid; grid-template-columns: 3fr 2fr; gap: 16px; margin-top: 24px; }
.ccard { border: 1px solid #e8edf5; border-radius: 14px; padding: 24px; background: #fff; }
.ccard h3 { font-size: 14px; font-weight: 600; color: #0b1426; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid #f1f5f9; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fl { margin-bottom: 12px; }
.fl label { display: block; font-size: 10px; font-weight: 600; color: #94a3b8; margin-bottom: 4px; letter-spacing: .8px; text-transform: uppercase; }
.fl input, .fl textarea, .fl select { width: 100%; padding: 10px 12px; border: 1px solid #e8edf5; border-radius: 8px; font-size: 12px; font-family: 'Poppins', sans-serif; background: #fff; color: #0b1426; outline: none; transition: border .2s; font-weight: 400; }
.fl input:focus, .fl textarea:focus, .fl select:focus { border-color: #2563eb; }
.fl textarea { height: 72px; resize: none; }
.ci { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid #f8fafc; }
.ci:last-child { border-bottom: none; }
.cico { width: 32px; height: 32px; border-radius: 8px; background: #eff6ff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px; }
.cilbl { font-size: 9px; font-weight: 600; color: #94a3b8; text-transform: uppercase; letter-spacing: .7px; margin-bottom: 2px; }
.cival { font-size: 12px; color: #334155; line-height: 1.5; font-weight: 400; }
.cival a { color: #2563eb; text-decoration: none; }

/* ---- FOOTER ---- */
.foot { background: #0b1426; padding: 64px max(40px, calc((100% - 1200px) / 2)) 0; }
.footgrid { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 28px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.06); }
.fdesc { font-size: 12px; color: rgba(255,255,255,.35); line-height: 1.85; margin-top: 14px; font-weight: 300; }
.fsocs { display: flex; gap: 7px; margin-top: 18px; }
.fso { width: 30px; height: 30px; border-radius: 7px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); display: flex; align-items: center; justify-content: center; font-size: 10px; color: rgba(255,255,255,.38); cursor: pointer; transition: all .2s; }
.fso:hover { background: #2563eb; border-color: #2563eb; color: #fff; }
.fth { font-size: 9px; font-weight: 600; color: rgba(255,255,255,.35); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 14px; }
.flinks { list-style: none; }
.flinks li { margin-bottom: 9px; }
.flinks button { font-size: 12px; color: rgba(255,255,255,.38); background: none; border: none; font-family: 'Poppins', sans-serif; cursor: pointer; padding: 0; transition: color .2s; font-weight: 300; text-align: left; }
.flinks button:hover, .flinks a:hover { color: #fff; }
.flinks a { font-size: 12px; color: rgba(255,255,255,.38); text-decoration: none; transition: color .2s; display: block; font-weight: 300; }
.footbot { padding: 16px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.fcopy { font-size: 10px; color: rgba(255,255,255,.18); font-weight: 300; }
.ftm { font-size: 10px; color: rgba(255,255,255,.14); max-width: 380px; text-align: right; line-height: 1.6; font-weight: 300; }

/* ---- PARALLAX PERF HINTS ---- */
.hero-inner, .hstats { will-change: transform; }

/* ---- DONUT INTERACTIVITY ---- */
.dseg { cursor: pointer; transition: stroke-width .2s, opacity .2s; }
.donut-tip { position: fixed; background: #0b1426; color: #fff; padding: 8px 14px; border-radius: 9px; font-size: 11px; font-family: 'Poppins', sans-serif; pointer-events: none; opacity: 0; transition: opacity .15s; z-index: 500; white-space: nowrap; box-shadow: 0 6px 20px rgba(0,0,0,.28); line-height: 1.6; }
.donut-tip.show { opacity: 1; }
.donut-tip strong { color: #60a5fa; display: block; font-size: 12px; }
.dl-item { cursor: pointer; border-radius: 5px; padding: 3px 6px; margin: 0 -6px; transition: background .15s; }
.dl-item:hover, .dl-item.dli-on { background: #eff6ff; }
.explist > div { cursor: pointer; padding: 2px 6px; margin: 0 -6px; border-radius: 6px; transition: background .15s; }
.explist > div:hover, .explist > div.eli-on { background: #f0f6ff; }
.explist > div.eli-on .eli-name { color: #2563eb; font-weight: 600; }
.explist > div.eli-on .eli-bar { box-shadow: 0 2px 10px rgba(37,99,235,.35); }

/* ---- SCROLL ANIMATIONS ---- */
.rv  { opacity: 0; transform: translateY(28px); transition: opacity .65s cubic-bezier(.4,0,.2,1), transform .65s cubic-bezier(.4,0,.2,1); }
.rv2 { opacity: 0; transform: translateY(28px); transition: opacity .65s .1s cubic-bezier(.4,0,.2,1), transform .65s .1s cubic-bezier(.4,0,.2,1); }
.rv3 { opacity: 0; transform: translateY(28px); transition: opacity .65s .2s cubic-bezier(.4,0,.2,1), transform .65s .2s cubic-bezier(.4,0,.2,1); }
.rv.show, .rv2.show, .rv3.show { opacity: 1; transform: translateY(0); }

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .nav { padding: 12px 20px; height: auto; flex-wrap: wrap; }
  .nm { display: none; flex-direction: column; width: 100%; order: 3; padding: 8px 0; border-top: 1px solid #e8edf5; margin-top: 8px; }
  .nm.open { display: flex; }
  .nb { width: 100%; text-align: left; padding: 10px 4px; }
  .nb.on::after { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 48px 20px 40px; }
  .hero h1 { font-size: 30px; }
  .herop { font-size: 13px; }
  .hstats { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .hs { padding: 0; }
  .sec { padding: 48px 20px; }
  .pghero { padding: 40px 20px 32px; }
  .pghero h1 { font-size: 26px; }
  .sv3, .tcg, .bgrid, .istat-row, .tgrid, .jrow, .p2, .fg, .expwrap, .cgrid { grid-template-columns: 1fr !important; }
  .expwrap { gap: 20px; }
  .row2 { grid-template-columns: 1fr; }
  .ctabanner { padding: 48px 20px; }
  .ctabanner h2 { font-size: 24px; }
  .foot { padding: 48px 20px 0; }
  .footgrid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .ftm { text-align: left; }
  .footbot { flex-direction: column; align-items: flex-start; }
}