:root{
  --ic26-ink:#07111f;
  --ic26-ink-2:#0c1c31;
  --ic26-blue:#1a67b1;
  --ic26-sky:#7eb7ec;
  --ic26-pale:#edf5fc;
  --ic26-line:#d8e5f2;
  --ic26-white:#fff;
  --ic26-muted:#667387;
  --ic26-green:#2f7256;
  --ic26-orange:#f2a45c;
  --ic26-max:1220px;
  --ic26-r:24px;
}
html,body{overflow-x:hidden;}
.ic26 *{box-sizing:border-box;}
.ic26{font-family:'DM Sans',sans-serif;color:var(--ic26-ink);background:#fff;position:relative;isolation:isolate;}
.ic26 a{color:inherit;}
.ic26 .ic26-shell{width:min(var(--ic26-max),calc(100% - 56px));margin:0 auto;}
.ic26 .ic26-kicker{font-size:11px;line-height:1;text-transform:uppercase;letter-spacing:.16em;font-weight:600;color:var(--ic26-blue);margin-bottom:14px;}
.ic26 .ic26-h2{font-family:'DM Serif Display',serif;font-weight:400;font-size:clamp(34px,5vw,60px);line-height:1.02;letter-spacing:-.025em;margin:0;max-width:820px;}
.ic26 .ic26-copy{font-size:16px;line-height:1.72;color:var(--ic26-muted);}
.ic26 .ic26-reveal{opacity:1;transform:none;}
/* Progressive enhancement: content never depends on JavaScript to be visible. */
@supports (animation-timeline:view()){
  .ic26 .ic26-reveal{animation:ic26-view-reveal linear both;animation-timeline:view();animation-range:entry 0% cover 24%;}
  @keyframes ic26-view-reveal{from{opacity:.18;transform:translateY(24px)}to{opacity:1;transform:none}}
}

/* Top scroll signal */
.ic26-progress{position:fixed;top:0;left:0;height:3px;width:100%;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,var(--ic26-blue),var(--ic26-sky));z-index:9999;pointer-events:none;}

/* HERO */
.ic26 .ic26-hero{width:100vw;margin-left:calc(50% - 50vw);min-height:700px;position:relative;overflow:hidden;background:
radial-gradient(circle at 76% 10%,rgba(62,139,210,.2),transparent 28%),
linear-gradient(135deg,#07111f 0%,#0b1b31 48%,#102d4c 100%) !important;color:#fff !important;}
.ic26-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),rgba(0,0,0,.05));}
.ic26-hero:after{content:"";position:absolute;width:620px;height:620px;right:-240px;bottom:-280px;border-radius:50%;border:1px solid rgba(126,183,236,.22);box-shadow:0 0 0 90px rgba(126,183,236,.035),0 0 0 180px rgba(126,183,236,.025);}
.ic26-hero-grid{min-height:700px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:30px;align-items:center;padding:72px 0 86px;position:relative;z-index:2;}
.ic26-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.065);backdrop-filter:blur(10px);font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#c6dbef;margin-bottom:24px;}
.ic26-badge i{width:7px;height:7px;border-radius:50%;background:#6fd4a8;box-shadow:0 0 18px #6fd4a8;}
.ic26 .ic26-hero h1{font-family:'DM Serif Display',serif;font-size:clamp(48px,6.3vw,88px);line-height:.96;letter-spacing:-.038em;font-weight:400;margin:0;max-width:800px;}
.ic26 .ic26-hero h1 em{font-style:italic;color:var(--ic26-sky);font-weight:400;}
.ic26 .ic26-hero-lead{font-size:18px;line-height:1.65;color:#b7c7d8;max-width:660px;margin:26px 0 32px;}
/* BeTheme hardening: its global heading/link rules can otherwise recolor the hero. */
#Content .ic26 .ic26-hero h1{color:#fff !important;}
#Content .ic26 .ic26-hero h1 em{color:var(--ic26-sky) !important;}
#Content .ic26 .ic26-hero .ic26-hero-lead{color:#b7c7d8 !important;}
#Content .ic26 .ic26-hero .ic26-badge{color:#c6dbef !important;}
#Content .ic26 .ic26-hero .ic26-proof-item b{color:#fff !important;}
#Content .ic26 .ic26-hero .ic26-proof-item span{color:#8ea5bc !important;}
#Content .ic26 .ic26-btn-primary,#Content .ic26 .ic26-btn-primary:visited,#Content .ic26 .ic26-btn-primary:hover,#Content .ic26 .ic26-btn-primary:focus{color:#07111f !important;}
#Content .ic26 .ic26-btn-ghost,#Content .ic26 .ic26-btn-ghost:visited{color:#d6e7f7 !important;}
.ic26-hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.ic26-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;border-radius:12px;padding:15px 22px;font-size:14px;font-weight:600;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease;will-change:transform;}
.ic26 .ic26-btn-primary{background:#fff !important;color:var(--ic26-ink) !important;box-shadow:0 12px 34px rgba(0,0,0,.22);}
.ic26 .ic26-btn-primary:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(0,0,0,.3);}
.ic26 .ic26-btn-ghost{border:1px solid rgba(255,255,255,.2);color:#d6e7f7;background:rgba(255,255,255,.04);}
.ic26 .ic26-btn-ghost:hover{background:rgba(255,255,255,.085);border-color:rgba(255,255,255,.36);}
.ic26-hero-proof{display:flex;gap:28px;flex-wrap:wrap;margin-top:38px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);max-width:700px;}
.ic26-proof-item b{display:block;font-family:'DM Serif Display',serif;font-size:24px;font-weight:400;color:#fff;line-height:1;}
.ic26-proof-item span{display:block;font-size:11px;color:#8ea5bc;margin-top:7px;text-transform:uppercase;letter-spacing:.08em;}

/* hero graphic */
.ic26-hero-art{position:relative;min-height:520px;display:grid;place-items:center;transform:translate3d(var(--mx,0),var(--my,0),0);transition:transform .2s ease-out;}
.ic26-orbit-stage{position:relative;width:min(500px,42vw);aspect-ratio:1;}
.ic26-orbit-stage:before{content:"";position:absolute;inset:10%;border-radius:50%;background:radial-gradient(circle,rgba(40,107,169,.36),rgba(13,42,73,.08) 58%,transparent 72%);filter:blur(3px);}
.ic26-ring{position:absolute;border:1px solid rgba(126,183,236,.22);border-radius:50%;inset:11%;animation:ic26-spin 28s linear infinite;}
.ic26-ring.r2{inset:25%;animation-duration:19s;animation-direction:reverse;border-style:dashed;}
.ic26-ring.r3{inset:39%;animation-duration:15s;}
.ic26-ring:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:#8dc6fa;top:-6px;left:50%;box-shadow:0 0 26px rgba(126,183,236,.9);}
.ic26-core{position:absolute;inset:34%;border-radius:50%;display:grid;place-items:center;text-align:center;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.055));border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(16px);box-shadow:0 28px 90px rgba(0,0,0,.28),inset 0 0 60px rgba(126,183,236,.06);}
.ic26-core strong{display:block;font-family:'DM Serif Display',serif;font-size:36px;font-weight:400;letter-spacing:-.02em;}
.ic26-core small{display:block;margin-top:6px;color:#8fb2d1;text-transform:uppercase;letter-spacing:.15em;font-size:9px;}
.ic26-node{position:absolute;min-width:128px;padding:11px 14px;border:1px solid rgba(255,255,255,.15);background:rgba(9,25,44,.74);backdrop-filter:blur(12px);border-radius:14px;color:#fff;box-shadow:0 14px 40px rgba(0,0,0,.24);}
.ic26-node b{font-size:12px;display:block;}
.ic26-node span{font-size:10px;color:#84a7c5;display:block;margin-top:3px;}
.ic26-node:before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;left:13px;top:-5px;background:#6fd4a8;box-shadow:0 0 18px rgba(111,212,168,.8);}
.ic26-node.n1{left:0;top:19%;animation:ic26-float 6.4s ease-in-out infinite;}
.ic26-node.n2{right:0;top:7%;animation:ic26-float 7.3s ease-in-out -1.1s infinite;}
.ic26-node.n3{right:1%;bottom:12%;animation:ic26-float 6.8s ease-in-out -2s infinite;}
.ic26-node.n4{left:2%;bottom:8%;animation:ic26-float 7.8s ease-in-out -3.1s infinite;}
.ic26-scan{position:absolute;inset:18%;border-radius:50%;overflow:hidden;opacity:.55;}
.ic26-scan:after{content:"";position:absolute;width:50%;height:2px;left:50%;top:50%;transform-origin:left center;background:linear-gradient(90deg,rgba(126,183,236,.9),transparent);animation:ic26-scan 8s linear infinite;box-shadow:0 0 15px rgba(126,183,236,.55);}
@keyframes ic26-spin{to{transform:rotate(360deg)}}
@keyframes ic26-scan{to{transform:rotate(360deg)}}
@keyframes ic26-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}

/* TRUST RIBBON */
.ic26-trust{width:100vw;margin-left:calc(50% - 50vw);background:#fff;border-bottom:1px solid #e7eef5;}
.ic26-trust-inner{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;}
.ic26-trust-item{padding:22px 24px;border-right:1px solid #e7eef5;display:flex;align-items:center;gap:13px;min-height:88px;}
.ic26-trust-item:last-child{border-right:none;}
.ic26-trust-icon{width:34px;height:34px;border-radius:10px;background:var(--ic26-pale);display:grid;place-items:center;color:var(--ic26-blue);font-size:15px;flex:0 0 auto;}
.ic26-trust-item b{font-size:13px;line-height:1.25;display:block;}
.ic26-trust-item span{font-size:11px;color:#7a8797;display:block;margin-top:3px;}

/* STORY / SPLIT */
.ic26-intro{padding:88px 0 64px;}
.ic26-intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start;}
.ic26-intro-copy{font-size:21px;line-height:1.65;color:#344154;margin:0;}
.ic26-intro-copy strong{color:var(--ic26-ink);font-weight:500;}
.ic26-wordmark{font-family:'DM Serif Display',serif;font-style:italic;color:var(--ic26-blue);}

/* ROUTES */
.ic26-routes{padding:18px 0 92px;}
.ic26-route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.ic26-route{position:relative;min-height:420px;border-radius:var(--ic26-r);padding:28px;text-decoration:none;overflow:hidden;border:1px solid var(--ic26-line);background:#fff;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s,border-color .35s;transform-style:preserve-3d;}
.ic26-route:hover{transform:translateY(-8px);box-shadow:0 24px 70px rgba(8,35,66,.13);border-color:#b9d4ee;}
.ic26-route:nth-child(2){background:var(--ic26-ink);color:#fff;border-color:var(--ic26-ink);}
.ic26-route:nth-child(3){background:linear-gradient(155deg,#eef6fd,#dbeaf8);}
.ic26-route-index{font-family:'DM Serif Display',serif;font-size:72px;color:rgba(26,103,177,.14);line-height:1;position:absolute;right:22px;top:18px;}
.ic26-route:nth-child(2) .ic26-route-index{color:rgba(255,255,255,.1);}
.ic26-route-ico{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;background:var(--ic26-pale);color:var(--ic26-blue);margin-bottom:88px;position:relative;z-index:2;}
.ic26-route:nth-child(2) .ic26-route-ico{background:rgba(255,255,255,.08);color:var(--ic26-sky);}
.ic26-route h3{font-family:'DM Serif Display',serif;font-size:33px;line-height:1.05;font-weight:400;margin:0 0 13px;position:relative;z-index:2;}
.ic26-route p{font-size:14px;line-height:1.65;color:#657386;margin:0 0 26px;position:relative;z-index:2;}
.ic26-route:nth-child(2) p{color:#9eb1c4;}
.ic26-route-more{position:absolute;left:28px;bottom:28px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--ic26-blue);}
.ic26-route:nth-child(2) .ic26-route-more{color:var(--ic26-sky);}
.ic26-route-graphic{position:absolute;right:-55px;bottom:-60px;width:210px;height:210px;border-radius:50%;border:1px solid rgba(26,103,177,.18);box-shadow:0 0 0 32px rgba(26,103,177,.045),0 0 0 64px rgba(26,103,177,.03);}
.ic26-route:nth-child(2) .ic26-route-graphic{border-color:rgba(126,183,236,.22);box-shadow:0 0 0 32px rgba(126,183,236,.04),0 0 0 64px rgba(126,183,236,.025);}

/* PROCESS */
.ic26-process{width:100vw;margin-left:calc(50% - 50vw);background:var(--ic26-ink);color:#fff;padding:96px 0;position:relative;overflow:hidden;}
.ic26-process:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 30%,rgba(26,103,177,.23),transparent 34%);}
.ic26-process-head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:72px;position:relative;z-index:2;}
.ic26-process .ic26-kicker{color:var(--ic26-sky);}
.ic26-process .ic26-h2{color:#fff;}
.ic26-process-lead{color:#91a4b6;max-width:520px;justify-self:end;margin:0;font-size:16px;line-height:1.7;}
.ic26-process-grid{display:grid;grid-template-columns:290px 1fr;gap:70px;position:relative;z-index:2;}
.ic26-process-visual{position:sticky;top:120px;height:420px;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));overflow:hidden;}
.ic26-process-visual svg{width:100%;height:100%;}
.ic26-pulse-dot{animation:ic26-pulse-dot 2.8s ease-in-out infinite;transform-origin:center;}
@keyframes ic26-pulse-dot{0%,100%{opacity:.35}50%{opacity:1}}
.ic26-step-list{display:flex;flex-direction:column;}
.ic26-step{display:grid;grid-template-columns:62px 1fr;gap:20px;padding:0 0 54px;position:relative;}
.ic26-step:not(:last-child):before{content:"";position:absolute;left:30px;top:60px;bottom:2px;width:1px;background:linear-gradient(to bottom,rgba(126,183,236,.5),rgba(126,183,236,.08));}
.ic26-step-num{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.05);font-family:'DM Serif Display',serif;font-size:22px;color:var(--ic26-sky);}
.ic26-step h3{font-size:20px;margin:5px 0 7px;font-weight:500;color:#fff;}
.ic26-step p{margin:0;color:#91a4b6;line-height:1.65;font-size:14px;max-width:700px;}

/* INDUSTRIES */
.ic26-industries{padding:92px 0 86px;overflow:hidden;}
.ic26-ind-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:48px;}
.ic26-ind-head .ic26-copy{max-width:430px;margin:0;}
.ic26-marquee{width:100vw;margin-left:calc(50% - 50vw);overflow:hidden;border-top:1px solid var(--ic26-line);border-bottom:1px solid var(--ic26-line);background:#fbfdff;}
.ic26-marquee-track{display:flex;gap:12px;width:max-content;padding:16px 0;animation:ic26-marquee 32s linear infinite;}
.ic26-marquee:hover .ic26-marquee-track{animation-play-state:paused;}
.ic26-pill{display:inline-flex;align-items:center;gap:10px;padding:12px 17px;border:1px solid #d8e6f3;border-radius:999px;background:#fff;font-size:13px;white-space:nowrap;box-shadow:0 5px 16px rgba(12,45,78,.04);}
.ic26-pill:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--ic26-blue);}
@keyframes ic26-marquee{to{transform:translateX(-50%);}}
.ic26-ind-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;margin-top:46px;}
.ic26-ind-main,.ic26-ind-side{border-radius:24px;overflow:hidden;position:relative;min-height:420px;}
.ic26-ind-main{background:linear-gradient(145deg,#eaf4fc,#d6e9f8);padding:36px;}
.ic26-ind-main h3{font-family:'DM Serif Display',serif;font-size:42px;font-weight:400;margin:0 0 13px;max-width:500px;}
.ic26-ind-main p{max-width:520px;color:#5d6e7f;line-height:1.7;margin:0;}
.ic26-constellation{position:absolute;right:-25px;bottom:-12px;width:62%;height:76%;opacity:.95;}
.ic26-ind-side{background:var(--ic26-ink);color:#fff;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;}
.ic26-ind-side .big{font-family:'DM Serif Display',serif;font-size:78px;line-height:.9;color:var(--ic26-sky);}
.ic26-ind-side h3{font-family:'DM Serif Display',serif;font-size:31px;font-weight:400;margin:16px 0 8px;}
.ic26-ind-side p{color:#98aabd;font-size:14px;line-height:1.65;margin:0;}

/* WHY */
.ic26-why{padding:92px 0;background:#fff;}
.ic26-why-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:88px;align-items:start;}
.ic26-why-sticky{position:sticky;top:110px;}
.ic26-why-sticky .ic26-copy{max-width:470px;margin-top:22px;}
.ic26-why-list{border-top:1px solid var(--ic26-line);}
.ic26-why-row{display:grid;grid-template-columns:70px 1fr;gap:18px;padding:34px 0;border-bottom:1px solid var(--ic26-line);transition:padding-left .25s ease,background .25s ease;}
.ic26-why-row:hover{padding-left:12px;background:linear-gradient(90deg,rgba(237,245,252,.72),transparent);}
.ic26-why-row .n{font-family:'DM Serif Display',serif;color:#a7c7e5;font-size:28px;}
.ic26-why-row h3{margin:0 0 8px;font-size:18px;font-weight:600;}
.ic26-why-row p{margin:0;color:#667587;line-height:1.68;font-size:14px;}

/* FINAL */
.ic26-final{width:100vw;margin-left:calc(50% - 50vw);padding:36px 0 90px;background:#f4f8fc;}
.ic26-final-card{min-height:420px;border-radius:32px;padding:58px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;color:#fff;background:
radial-gradient(circle at 85% 18%,rgba(126,183,236,.22),transparent 24%),
linear-gradient(135deg,#07111f,#102b49);overflow:hidden;position:relative;}
.ic26-final-card:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:55px 55px;mask-image:linear-gradient(to right,#000,transparent);}
.ic26-final h2{font-family:'DM Serif Display',serif;font-size:clamp(42px,5.5vw,68px);font-weight:400;line-height:.98;margin:0 0 20px;position:relative;z-index:2;}
.ic26-final p{color:#9fb2c5;max-width:560px;line-height:1.7;margin:0 0 30px;position:relative;z-index:2;}
.ic26-final-actions{position:relative;z-index:2;display:flex;gap:12px;flex-wrap:wrap;}
.ic26-final-orbit{height:300px;position:relative;display:grid;place-items:center;}
.ic26-final-orbit .circle{position:absolute;border-radius:50%;border:1px solid rgba(126,183,236,.25);animation:ic26-spin 25s linear infinite;}
.ic26-final-orbit .c1{width:260px;height:260px;}
.ic26-final-orbit .c2{width:190px;height:190px;animation-direction:reverse;animation-duration:17s;}
.ic26-final-orbit .c3{width:118px;height:118px;background:rgba(255,255,255,.06);backdrop-filter:blur(12px);display:grid;place-items:center;border-color:rgba(255,255,255,.17);}
.ic26-final-orbit .c1:after,.ic26-final-orbit .c2:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:#7eb7ec;top:-6px;left:50%;box-shadow:0 0 22px rgba(126,183,236,.8);}
.ic26-final-orbit b{font-family:'DM Serif Display',serif;font-size:26px;font-weight:400;}
.ic26-candidate{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 26px;border-radius:16px;background:#fff;border:1px solid #dfeaf4;}
.ic26-candidate span{font-size:14px;color:#425164;}
.ic26-candidate a{font-size:13px;font-weight:600;color:var(--ic26-blue);text-decoration:none;margin-left:18px;}

/* responsive */
@media(max-width:1040px){
  .ic26-hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:70px;}
  .ic26-hero-art{min-height:430px;}
  .ic26-orbit-stage{width:min(470px,80vw);}
  .ic26-trust-inner{grid-template-columns:1fr 1fr;}
  .ic26-trust-item:nth-child(2){border-right:none;}
  .ic26-trust-item:nth-child(-n+2){border-bottom:1px solid #e7eef5;}
  .ic26-route-grid{grid-template-columns:1fr;}
  .ic26-route{min-height:330px;}
  .ic26-route-ico{margin-bottom:52px;}
  .ic26-intro-grid,.ic26-process-head,.ic26-why-grid,.ic26-final-card{grid-template-columns:1fr;gap:38px;}
  .ic26-process-lead{justify-self:start;}
  .ic26-process-grid{grid-template-columns:1fr;}
  .ic26-process-visual{position:relative;top:auto;height:290px;}
  .ic26-ind-grid{grid-template-columns:1fr;}
  .ic26-why-sticky{position:relative;top:auto;}
}
@media(max-width:720px){
  .ic26 .ic26-shell{width:min(var(--ic26-max),calc(100% - 34px));}
  .ic26-hero{min-height:auto;}
  .ic26-hero-grid{padding:56px 0 66px;}
  .ic26 .ic26-hero h1{font-size:clamp(43px,13vw,68px);}
  .ic26 .ic26-hero-lead{font-size:16px;}
  .ic26-hero-proof{gap:20px;}
  .ic26-hero-art{min-height:355px;}
  .ic26-orbit-stage{width:330px;}
  .ic26-node{min-width:104px;padding:9px 10px;}
  .ic26-node b{font-size:10px}.ic26-node span{font-size:8px}
  .ic26-core strong{font-size:28px;}
  .ic26-trust-inner{grid-template-columns:1fr;}
  .ic26-trust-item{border-right:none;border-bottom:1px solid #e7eef5 !important;}
  .ic26-intro,.ic26-industries,.ic26-why{padding:82px 0;}
  .ic26-intro-grid{gap:28px;}
  .ic26-intro-copy{font-size:18px;}
  .ic26-routes{padding-bottom:86px;}
  .ic26-process{padding:86px 0;}
  .ic26-process-grid{gap:42px;}
  .ic26-process-visual{display:none;}
  .ic26-ind-head{display:block;}
  .ic26-ind-head .ic26-copy{margin-top:20px;}
  .ic26-ind-main{min-height:470px;padding:28px;}
  .ic26-constellation{width:100%;height:57%;}
  .ic26-final{padding-bottom:52px;}
  .ic26-final-card{padding:36px 26px;border-radius:24px;}
  .ic26-final-orbit{height:230px;}
  .ic26-final-orbit .c1{width:210px;height:210px}.ic26-final-orbit .c2{width:150px;height:150px}.ic26-final-orbit .c3{width:92px;height:92px}
  .ic26-candidate{align-items:flex-start;flex-direction:column;}
  .ic26-candidate a{margin:0 14px 0 0;}
}
@media(prefers-reduced-motion:reduce){
  .ic26 *, .ic26 *:before,.ic26 *:after{scroll-behavior:auto !important;animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;}
  .ic26 .ic26-reveal{opacity:1;transform:none;}
}



/* ICR 2026, final BeTheme override */

#Wrapper #Content .ic26 .ic26-hero,
#Wrapper .ic26 .ic26-hero,
body .ic26 .ic26-hero {
    background-color:#07111f !important;
    background-image:
        radial-gradient(circle at 76% 10%,rgba(62,139,210,.22),transparent 30%),
        linear-gradient(135deg,#07111f 0%,#0b1b31 48%,#102d4c 100%) !important;
    color:#ffffff !important;
}

/* Force hero typography */
#Wrapper #Content .ic26 .ic26-hero h1,
#Wrapper #Content .ic26 .ic26-hero h1 *,
#Wrapper .ic26 .ic26-hero h1 {
    color:#ffffff !important;
}

#Wrapper #Content .ic26 .ic26-hero h1 em,
#Wrapper .ic26 .ic26-hero h1 em {
    color:#7eb7ec !important;
}

#Wrapper #Content .ic26 .ic26-hero-lead {
    color:#b7c7d8 !important;
}

#Wrapper #Content .ic26 .ic26-badge {
    color:#c6dbef !important;
}

#Wrapper #Content .ic26 .ic26-proof-item b {
    color:#ffffff !important;
}

#Wrapper #Content .ic26 .ic26-proof-item span {
    color:#8ea5bc !important;
}

/* CTA button */
#Wrapper #Content .ic26 .ic26-btn-primary,
#Wrapper #Content .ic26 .ic26-btn-primary:visited,
#Wrapper #Content .ic26 .ic26-btn-primary:hover {
    background:#ffffff !important;
    color:#07111f !important;
}

/* Slightly tighter hero */
#Wrapper #Content .ic26 .ic26-hero-grid {
    min-height:640px !important;
    padding-top:45px !important;
    padding-bottom:60px !important;
}



/* =========================================================
   ICR HOMEPAGE V5
   BeTheme isolation layer
   Page ID: 5
   ========================================================= */

body.page-id-5 #Content {
    padding-top:0 !important;
}

body.page-id-5 #Content .content_wrapper,
body.page-id-5 #Content .sections_group,
body.page-id-5 #Content .entry-content {
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    float:none !important;
}

body.page-id-5 #Content .ic26 {
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    overflow:clip;
}

/* HERO */
body.page-id-5 #Wrapper #Content .ic26 .ic26-hero {
    display:block !important;
    width:100vw !important;
    max-width:none !important;
    min-height:680px !important;
    margin-left:calc(50% - 50vw) !important;

    background:
      radial-gradient(circle at 77% 15%,
        rgba(66,145,218,.26),
        transparent 31%),
      radial-gradient(circle at 12% 80%,
        rgba(30,102,169,.14),
        transparent 33%),
      linear-gradient(
        135deg,
        #06111f 0%,
        #091a2e 48%,
        #102f50 100%
      ) !important;

    color:#fff !important;
}

body.page-id-5 #Wrapper #Content .ic26 .ic26-hero h1,
body.page-id-5 #Wrapper #Content .ic26 .ic26-hero h1 span {
    color:#fff !important;
}

body.page-id-5 #Wrapper #Content .ic26 .ic26-hero h1 em {
    color:#7eb7ec !important;
}

body.page-id-5 #Wrapper #Content .ic26 .ic26-hero-lead {
    color:#b9cada !important;
}

body.page-id-5 #Wrapper #Content .ic26 .ic26-badge {
    color:#c9def1 !important;
}

/* PRIMARY BUTTON */
body.page-id-5 #Wrapper #Content .ic26 .ic26-btn-primary,
body.page-id-5 #Wrapper #Content .ic26 .ic26-btn-primary:visited,
body.page-id-5 #Wrapper #Content .ic26 .ic26-btn-primary:hover {
    background:#fff !important;
    color:#07111f !important;
}

/* DARK PANELS */
body.page-id-5 #Wrapper #Content .ic26 .ic26-route:nth-child(2),
body.page-id-5 #Wrapper #Content .ic26 .ic26-ind-side,
body.page-id-5 #Wrapper #Content .ic26 .ic26-process,
body.page-id-5 #Wrapper #Content .ic26 .ic26-final-card {
    background-color:#07111f !important;
    color:#fff !important;
}

body.page-id-5 #Wrapper #Content .ic26 .ic26-ind-side h3,
body.page-id-5 #Wrapper #Content .ic26 .ic26-route:nth-child(2) h3,
body.page-id-5 #Wrapper #Content .ic26 .ic26-process h2,
body.page-id-5 #Wrapper #Content .ic26 .ic26-process h3,
body.page-id-5 #Wrapper #Content .ic26 .ic26-final-card h2 {
    color:#fff !important;
}

/* FORCE THE DESKTOP GRID */
@media (min-width:1041px) {

    body.page-id-5 #Content .ic26 .ic26-route-grid {
        display:grid !important;
        grid-template-columns:
          repeat(3,minmax(0,1fr)) !important;
        gap:18px !important;
        width:100% !important;
    }

    body.page-id-5 #Content .ic26 .ic26-route {
        width:auto !important;
        max-width:none !important;
        margin:0 !important;
    }

    body.page-id-5 #Content .ic26 .ic26-intro-grid {
        display:grid !important;
        grid-template-columns:.9fr 1.1fr !important;
    }

    body.page-id-5 #Content .ic26 .ic26-ind-grid {
        display:grid !important;
        grid-template-columns:1.25fr .75fr !important;
    }

    body.page-id-5 #Content .ic26 .ic26-why-grid {
        display:grid !important;
        grid-template-columns:.82fr 1.18fr !important;
    }
}

/* WordPress sometimes inserts junk into hand-coded layouts */
body.page-id-5 .ic26-route-grid > br,
body.page-id-5 .ic26-trust-inner > br,
body.page-id-5 .ic26-intro-grid > br,
body.page-id-5 .ic26-process-grid > br,
body.page-id-5 .ic26-ind-grid > br,
body.page-id-5 .ic26-why-grid > br {
    display:none !important;
}

body.page-id-5 .ic26-route-grid > p:empty,
body.page-id-5 .ic26-trust-inner > p:empty,
body.page-id-5 .ic26-intro-grid > p:empty,
body.page-id-5 .ic26-process-grid > p:empty,
body.page-id-5 .ic26-ind-grid > p:empty,
body.page-id-5 .ic26-why-grid > p:empty {
    display:none !important;
}
/* =========================================================
   ICR V5 refinement 01
   ========================================================= */

/* Remove BeTheme page title/subheader */
body.page-id-5 #Subheader,
body.page-id-5 .post-header,
body.page-id-5 .entry-title {
    display:none !important;
}

/* Cleaner transition from header into hero */
body.page-id-5 #Content {
    padding-top:0 !important;
}

/* Premium sticky header treatment */
body.page-id-5 #Top_bar.is-sticky {
    background:rgba(255,255,255,.92) !important;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(8,30,55,.08);
    box-shadow:0 8px 28px rgba(8,30,55,.05) !important;
}

/* Reduce excessive space before final footer */
body.page-id-5 .ic26-candidate,
body.page-id-5 .ic26-final {
    margin-bottom:0 !important;
}


/* =========================================================
   ICR V5 refinement 03
   Bottom spacing + footer modernization
   ========================================================= */

/* Remove dead space before footer */
body.page-id-5 #Content .ic26 {
    padding-bottom:0 !important;
}

body.page-id-5 #Content .ic26 .ic26-final-wrap,
body.page-id-5 #Content .ic26 .ic26-candidate-wrap {
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

body.page-id-5 #Content .ic26 .ic26-candidate {
    margin-bottom:32px !important;
}

/* Footer */
body.page-id-5 #Footer {
    background:#07111f !important;
    color:#9fb0c2 !important;
    border-top:1px solid rgba(255,255,255,.08);
}

body.page-id-5 #Footer h4,
body.page-id-5 #Footer h5,
body.page-id-5 #Footer strong {
    color:#ffffff !important;
}

body.page-id-5 #Footer a {
    color:#7eb7ec !important;
}

body.page-id-5 #Footer a:hover {
    color:#ffffff !important;
}

body.page-id-5 #Footer .footer_copy {
    background:#06101d !important;
    border-top:1px solid rgba(255,255,255,.08) !important;
}

body.page-id-5 #Footer .footer_copy,
body.page-id-5 #Footer .footer_copy * {
    color:#7f91a4 !important;
}

/* Slightly more premium spacing */
body.page-id-5 #Footer .widgets_wrapper {
    padding-top:55px !important;
    padding-bottom:45px !important;
}

/* =========================================================
   ICR V5 refinement 04
   Final section spacing
   ========================================================= */

body.page-id-5 #Content .ic26 .ic26-final {
    padding-top:36px !important;
    padding-bottom:22px !important;
    margin-bottom:0 !important;
}

body.page-id-5 #Content .ic26 .ic26-candidate {
    margin-top:18px !important;
    margin-bottom:0 !important;
}

@media (max-width:700px) {
    body.page-id-5 #Content .ic26 .ic26-final {
        padding-bottom:20px !important;
    }
}
