:root{
  --v2-bg:#080d13;
  --v2-bg2:#0d141d;
  --v2-panel:#111923;
  --v2-panel2:#17212c;
  --v2-panel3:#1b2734;
  --v2-line:#263445;
  --v2-text:#f4f6f8;
  --v2-muted:#aeb8c4;
  --v2-orange:#ff6d00;
  --v2-orange2:#ff8c2b;
  --v2-stone:#d6cec2;
  --v2-shadow:0 28px 80px rgba(0,0,0,.38);
}
html{scroll-behavior:smooth}
body{background:var(--v2-bg);color:var(--v2-text);overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;background:radial-gradient(circle at 8% 10%,rgba(255,109,0,.10),transparent 24%),radial-gradient(circle at 90% 25%,rgba(255,109,0,.06),transparent 18%),linear-gradient(180deg,#080d13 0%,#0a1017 50%,#080d13 100%)}
.container{width:min(calc(100% - 56px),1280px)}
.site-switch{background:var(--v2-orange)!important;color:#17110d!important;border:0!important}
.site-switch .container{min-height:46px!important}
.site-switch a{color:#17110d!important;font-weight:900!important}
.v2-nav{background:rgba(8,13,19,.86)!important;border-bottom:1px solid rgba(255,255,255,.07)!important;backdrop-filter:blur(20px)!important;top:0}
.v2-nav .nav-inner{height:88px;position:relative}
.brand-logo{width:255px!important;max-height:70px!important;filter:none!important}
.v2-nav .nav-links{gap:30px;color:var(--v2-text)}
.v2-nav .nav-links>a,.nav-trigger{color:var(--v2-text)!important;font-size:14px;font-weight:750;background:none;border:0;padding:34px 0;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:7px}
.nav-trigger span{color:var(--v2-orange);font-size:16px;transition:.25s}
.has-mega:hover>.nav-trigger span,.has-mega.open>.nav-trigger span{transform:rotate(180deg)}
.nav-item{position:relative}
.mega-menu{position:absolute;left:50%;top:75px;transform:translate(-50%,14px);width:min(880px,calc(100vw - 70px));padding:22px;border-radius:24px;background:rgba(15,22,31,.98);border:1px solid #2c3949;box-shadow:0 30px 80px rgba(0,0,0,.5);display:grid;grid-template-columns:280px 1fr;gap:18px;opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease;z-index:80}
.has-mega:hover>.mega-menu,.has-mega.open>.mega-menu,.has-mega:focus-within>.mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.mega-intro{border-radius:18px;padding:26px;background:linear-gradient(160deg,#1b2632,#121a23);border:1px solid #2b3949;display:flex;flex-direction:column;align-items:flex-start}
.mega-kicker{font-size:10px;letter-spacing:.15em;text-transform:uppercase;font-weight:900;color:var(--v2-orange2);margin-bottom:14px}
.mega-intro strong{font-size:25px;line-height:1.02;letter-spacing:-.04em;margin-bottom:12px;color:var(--v2-text)}
.mega-intro p{font-size:13px;color:var(--v2-muted);margin:0 0 18px}
.mega-intro a{font-size:12px;font-weight:900;color:var(--v2-orange2)}
.mega-links{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.mega-links a{display:grid;grid-template-columns:30px 1fr;gap:0 10px;padding:14px 15px;border-radius:14px;border:1px solid transparent;transition:.18s}
.mega-links a:hover{background:#18222d;border-color:#2b3949;transform:translateY(-1px)}
.mega-links a span{grid-row:1/3;color:var(--v2-orange);font-size:10px;font-weight:950;letter-spacing:.08em;padding-top:3px}
.mega-links a b{font-size:13px;color:var(--v2-text)}
.mega-links a small{font-size:11px;color:#8e99a7;line-height:1.35;margin-top:3px}
.mega-links.compact{grid-template-columns:1fr 1fr}.mega-links.compact a{display:block}.mega-links.compact b{display:block}.mega-links.compact small{display:block;margin-top:5px}
.nav-actions .btn.primary,.btn.primary{background:var(--v2-orange)!important;color:#fff!important;border-color:var(--v2-orange)!important;box-shadow:0 10px 30px rgba(255,109,0,.20)}
.btn.primary:hover{background:#ff7a14!important;box-shadow:0 14px 40px rgba(255,109,0,.28)}
.btn.ghost{background:rgba(255,255,255,.03)!important;color:var(--v2-text)!important;border-color:#344150!important}
.btn.ghost:hover{background:#17212b!important;border-color:#475668!important}
.btn.light{background:#eef0f2!important;color:#15191d!important;border-color:#eef0f2!important}
.dark-btn{background:#10151b!important;color:#fff!important;border-color:#10151b!important}
.menu{display:none;width:42px;height:42px;border-radius:12px;border:1px solid #303d4c;background:#141c25!important;padding:10px;flex-direction:column;justify-content:center;gap:5px}
.menu span{display:block;height:2px;background:#fff;border-radius:2px}

.eyebrow{color:var(--v2-orange2)!important;letter-spacing:.16em}
.text-link{color:var(--v2-orange2)!important}
.section{padding:104px 0;background:transparent!important}
.section.soft,.section.white,.section.dark{background:transparent!important}

/* HOME HERO */
.v2-hero{position:relative;min-height:710px;padding:48px 0 76px;overflow:hidden}
.v2-hero:after{content:"";position:absolute;width:700px;height:700px;border-radius:50%;right:-270px;top:-250px;background:radial-gradient(circle,rgba(255,109,0,.16),transparent 63%);filter:blur(4px);pointer-events:none}
.v2-hero-grid{min-height:590px;display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}
.v2-hero-copy h1{font-size:clamp(68px,7.5vw,112px);line-height:.86;letter-spacing:-.07em;margin:0 0 28px;color:var(--v2-text)}
.v2-hero-copy h1 em,.v2-page-hero h1 em{font-style:normal;color:var(--v2-orange)}
.v2-hero-copy>p{font-size:20px;line-height:1.55;max-width:650px;color:#b9c2cc;margin:0 0 32px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero-proof{display:flex;flex-wrap:wrap;gap:24px;margin-top:42px;color:#8995a4;font-size:12px}
.hero-proof span{display:flex;align-items:baseline;gap:7px}.hero-proof b{font-size:17px;color:var(--v2-text)}
.v2-hero-visual{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center;perspective:1100px}
.v2-hero-visual video{width:100%;max-width:720px;border-radius:34px;box-shadow:0 35px 100px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.08);position:relative;z-index:2;transform:rotateY(-4deg) rotateX(1deg);background:#121922}
.visual-glow{position:absolute;inset:15% 10%;background:radial-gradient(circle,rgba(255,109,0,.24),transparent 62%);filter:blur(40px)}
.float-card{position:absolute;z-index:4;display:flex;flex-direction:column;gap:2px;background:rgba(16,23,32,.9);border:1px solid #314050;border-radius:17px;padding:14px 16px;box-shadow:0 18px 45px rgba(0,0,0,.4);backdrop-filter:blur(12px);animation:floatCard 4.5s ease-in-out infinite}
.float-card strong{font-size:13px;color:#fff}.float-card span{font-size:10px;color:#9ca7b5}.fc-one{left:0;top:100px}.fc-two{right:0;bottom:85px;animation-delay:-2s}
@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.hero-network span{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--v2-orange);box-shadow:0 0 18px 6px rgba(255,109,0,.22);animation:pulseNode 3s ease-in-out infinite}.hero-network span:nth-child(1){left:8%;top:22%}.hero-network span:nth-child(2){left:43%;top:16%;animation-delay:-.8s}.hero-network span:nth-child(3){left:56%;top:71%;animation-delay:-1.4s}.hero-network span:nth-child(4){left:82%;top:36%;animation-delay:-2.1s}.hero-network span:nth-child(5){left:23%;top:77%;animation-delay:-2.6s}
@keyframes pulseNode{0%,100%{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.6)}}

.cred-strip{border-top:1px solid #202b38;border-bottom:1px solid #202b38;background:#0c1219}
.cred-grid{display:grid;grid-template-columns:repeat(4,1fr)}.cred-grid>div{padding:22px 28px;border-right:1px solid #202b38;display:flex;gap:12px;align-items:center}.cred-grid>div:last-child{border-right:0}.cred-grid span{color:var(--v2-orange);font-size:10px;font-weight:950}.cred-grid strong{font-size:13px;color:#dfe4e9}

.v2-section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:52px}.v2-section-head h2{font-size:clamp(46px,5.2vw,76px);line-height:.94;letter-spacing:-.055em;margin:0;color:var(--v2-text);max-width:850px}.v2-section-head p{font-size:17px;color:var(--v2-muted);max-width:560px;margin:0}
.capability-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;perspective:1200px}.capability-tile{position:relative;min-height:390px;padding:30px;border-radius:26px;background:linear-gradient(155deg,#17222e 0%,#101720 100%);border:1px solid #293747;box-shadow:0 18px 50px rgba(0,0,0,.20);display:flex;flex-direction:column;overflow:hidden;transform-style:preserve-3d;transition:transform .18s ease,border-color .2s,box-shadow .2s}.capability-tile:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 82% 0%,rgba(255,109,0,.14),transparent 32%);pointer-events:none}.capability-tile:hover{border-color:rgba(255,109,0,.48);box-shadow:0 26px 70px rgba(0,0,0,.34),0 0 0 1px rgba(255,109,0,.07) inset}.tile-no{position:absolute;right:24px;top:24px;color:var(--v2-orange);font-size:11px;font-weight:950;letter-spacing:.12em}.capability-tile h3{font-size:27px;line-height:1.05;letter-spacing:-.04em;margin:28px 0 12px;color:#fff}.capability-tile p{font-size:14px;color:#9ca8b6;max-width:300px;margin:0 0 22px}.capability-tile b{font-size:12px;margin-top:auto;color:var(--v2-orange2)}
.icon-orb{width:112px;height:112px;border-radius:30px;display:grid;place-items:center;position:relative;transform:translateZ(35px);background:linear-gradient(145deg,#263545,#111923);box-shadow:18px 18px 32px rgba(0,0,0,.30),-8px -8px 20px rgba(255,255,255,.025),inset 0 0 0 1px rgba(255,255,255,.06)}.icon-orb:before{content:"";position:absolute;inset:14px;border-radius:22px;background:linear-gradient(145deg,rgba(255,109,0,.20),rgba(255,109,0,.03));border:1px solid rgba(255,109,0,.24);box-shadow:0 12px 30px rgba(255,109,0,.08)}.icon-orb-core{width:54px;height:54px;position:relative;z-index:2;color:var(--v2-orange);filter:drop-shadow(0 7px 12px rgba(255,109,0,.22))}.icon-orb svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.icon-orb.small{width:72px;height:72px;border-radius:22px}.icon-orb.small:before{inset:9px;border-radius:16px}.icon-orb.small .icon-orb-core{width:35px;height:35px}.hero-orb{width:230px;height:230px;border-radius:58px}.hero-orb:before{inset:26px;border-radius:44px}.hero-orb .icon-orb-core{width:110px;height:110px}.section-link{text-align:right;margin-top:26px}

.why-home{padding-top:70px}.why-shell{background:linear-gradient(145deg,#18232f,#0f161f);border:1px solid #2d3a49;border-radius:36px;padding:54px;display:grid;grid-template-columns:.85fr 1.15fr;gap:54px;box-shadow:var(--v2-shadow);position:relative;overflow:hidden}.why-shell:after{content:"";position:absolute;width:440px;height:440px;right:-180px;top:-210px;border-radius:50%;border:1px solid rgba(255,109,0,.16);box-shadow:0 0 0 32px rgba(255,109,0,.025),0 0 0 70px rgba(255,109,0,.018)}.why-copy{position:relative;z-index:2}.why-copy h2{font-size:clamp(50px,5.5vw,76px);line-height:.9;letter-spacing:-.06em;margin:0 0 22px;color:#fff}.why-copy p{font-size:16px;color:#aeb9c6;max-width:500px;margin-bottom:30px}.why-tiles{display:grid;grid-template-columns:1fr 1fr;gap:14px;position:relative;z-index:2}.mini-tile{padding:24px;border-radius:22px;background:#111923;border:1px solid #2a3746;min-height:230px;transition:.18s;transform-style:preserve-3d}.mini-tile:hover{border-color:rgba(255,109,0,.4)}.mini-tile h3{font-size:20px;margin:22px 0 7px;color:#fff}.mini-tile p{font-size:12px;color:#8f9cab;margin:0}

.challenge-section{padding-top:40px}.challenge-panel{background:var(--v2-orange);border-radius:36px;padding:56px;display:grid;grid-template-columns:.75fr 1.25fr;gap:50px;align-items:center;box-shadow:0 30px 90px rgba(255,109,0,.12)}.challenge-copy .eyebrow{color:#2d1609!important}.challenge-copy h2{font-size:clamp(54px,6vw,88px);line-height:.88;letter-spacing:-.065em;margin:0 0 22px;color:#15100c}.challenge-copy p{font-size:17px;color:#48230e;max-width:520px;margin:0 0 30px}.challenge-metrics{display:grid;grid-template-columns:1fr 1fr;gap:16px}.challenge-metrics article{background:rgba(10,13,17,.92);border-radius:24px;padding:22px;display:flex;align-items:center;gap:16px;box-shadow:0 18px 40px rgba(0,0,0,.18)}.metric-ring{width:86px;height:86px;border-radius:50%;display:grid;place-items:center;position:relative;border:1px solid #3a4552;background:radial-gradient(circle at 40% 35%,#202b37,#10161e)}.metric-ring:before{content:"";position:absolute;inset:7px;border-radius:50%;border:2px solid transparent;border-top-color:var(--v2-orange);border-right-color:var(--v2-orange);animation:spinRing 7s linear infinite}.metric-ring span{font-size:10px;color:#fff;font-weight:900;text-transform:uppercase}.challenge-metrics p{color:#d8dee5;margin:0;font-size:13px}@keyframes spinRing{to{transform:rotate(360deg)}}

.tech-teasers{display:grid;grid-template-columns:1fr 1fr;gap:18px}.tech-teaser{border-radius:28px;padding:26px;background:linear-gradient(145deg,#151f2a,#0f161e);border:1px solid #2b3948;display:grid;grid-template-columns:220px 1fr;gap:26px;align-items:center;min-height:310px;transition:.2s;transform-style:preserve-3d}.tech-teaser:hover{border-color:rgba(255,109,0,.4);box-shadow:0 28px 70px rgba(0,0,0,.32)}.logo-stage{height:190px;border-radius:22px;display:grid;place-items:center;padding:24px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.logo-stage.light{background:linear-gradient(145deg,#e1d9cc,#cfc5b5)}.logo-stage img{max-width:100%;max-height:145px;object-fit:contain}.tech-teaser span{font-size:10px;color:var(--v2-orange2);font-weight:900;text-transform:uppercase;letter-spacing:.13em}.tech-teaser h3{font-size:34px;margin:8px 0 10px;color:#fff}.tech-teaser p{font-size:13px;color:#9ca8b6;margin:0 0 18px}.tech-teaser b{font-size:12px;color:var(--v2-orange2)}

.closing-cta{padding:100px 0 110px;text-align:center;position:relative}.closing-cta span{font-size:11px;color:var(--v2-orange2);font-weight:950;text-transform:uppercase;letter-spacing:.15em}.closing-cta h2{font-size:clamp(50px,6vw,86px);line-height:.9;letter-spacing:-.06em;max-width:850px;margin:16px auto 30px;color:#fff}

/* CAPABILITIES / PAGE HERO */
.v2-page-hero,.cap-page-hero{padding:92px 0 84px;background:linear-gradient(180deg,#101823 0%,#0a1017 100%);border-bottom:1px solid #222e3b;position:relative;overflow:hidden}.v2-page-hero:after,.cap-page-hero:after{content:"";position:absolute;width:520px;height:520px;right:-160px;top:-250px;border-radius:50%;background:radial-gradient(circle,rgba(255,109,0,.16),transparent 68%)}.v2-page-hero h1{font-size:clamp(66px,7vw,100px);line-height:.88;letter-spacing:-.065em;margin:0 0 28px;max-width:1000px;color:#fff}.v2-page-hero p{font-size:19px;color:#acb7c4;max-width:760px}.breadcrumbs{color:#738091!important;font-size:10px!important;letter-spacing:.08em}.ace-hub-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;margin-bottom:70px}.ace-model-frame{border-radius:28px;padding:18px;background:linear-gradient(145deg,#1a2531,#0f161f);border:1px solid #2b3949;box-shadow:var(--v2-shadow)}.ace-model-frame img{display:block;width:100%;border-radius:19px}.ace-hub-copy h2{font-size:55px;line-height:.93;letter-spacing:-.055em;color:#fff;margin:0 0 20px}.ace-hub-copy p{color:#a3aebb;font-size:16px}.ace-proof{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.ace-proof span{padding:9px 12px;border-radius:999px;background:#151e28;border:1px solid #2e3b4b;font-size:11px;font-weight:800;color:#d6dce3}.hub-tiles{margin-top:28px}

.cap-page-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.cap-page-hero h1{font-size:clamp(60px,6.6vw,94px);line-height:.88;letter-spacing:-.064em;margin:0 0 28px;color:#fff;max-width:880px}.cap-page-hero p{font-size:18px;color:#acb6c2;max-width:690px;margin:0 0 30px}.cap-hero-object{min-height:400px;display:flex;align-items:center;justify-content:center;position:relative}.cap-hero-object>span{position:absolute;right:10%;bottom:12%;font-size:100px;line-height:1;font-weight:950;color:rgba(255,109,0,.09)}.cap-detail-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:start}.cap-detail-grid h2{font-size:58px;line-height:.92;letter-spacing:-.05em;margin:0 0 15px;color:#fff}.cap-detail-grid p{font-size:16px;color:#aeb8c4}.cap-chips{display:flex;flex-wrap:wrap;gap:12px}.cap-chips span{padding:15px 18px;border-radius:16px;background:#131c26;border:1px solid #2c3a49;color:#e0e5ea;font-size:13px;font-weight:800;box-shadow:0 14px 36px rgba(0,0,0,.15)}.cap-benefits{background:linear-gradient(180deg,#0d141d,#091018)!important}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.benefit-grid article{padding:28px;border-radius:22px;background:#121b25;border:1px solid #2a3746;min-height:250px}.benefit-grid span{font-size:10px;color:var(--v2-orange);font-weight:950}.benefit-grid h3{font-size:24px;letter-spacing:-.035em;margin:54px 0 10px;color:#fff}.benefit-grid p{font-size:13px;color:#909cab}

/* WHY ACCESS */
.why-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.why-feature{padding:28px;border-radius:24px;background:linear-gradient(145deg,#17212c,#101720);border:1px solid #2c3948;min-height:360px;transform-style:preserve-3d}.why-feature>span{font-size:10px;color:var(--v2-orange);font-weight:950}.why-feature h3{font-size:25px;margin:28px 0 11px;color:#fff}.why-feature p{font-size:13px;color:#9ca8b6}.split-proof{background:linear-gradient(180deg,#0d141d,#0a1017)!important}.split-proof-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.split-proof h2{font-size:68px;line-height:.9;letter-spacing:-.06em;margin:0;color:#fff}.proof-list{display:grid;gap:12px}.proof-list article{display:grid;grid-template-columns:45px 1fr;gap:18px;padding:22px;border-radius:18px;background:#121b25;border:1px solid #2a3746}.proof-list b{color:var(--v2-orange);font-size:11px}.proof-list h3{margin:0 0 6px;color:#fff;font-size:20px}.proof-list p{margin:0;color:#99a5b2;font-size:13px}.link-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.link-card{padding:32px;border-radius:24px;background:#121b25;border:1px solid #2a3746;min-height:270px;display:flex;flex-direction:column}.link-card span{color:var(--v2-orange2);font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:900}.link-card h3{font-size:30px;margin:44px 0 10px;color:#fff}.link-card p{font-size:13px;color:#98a4b1}.link-card b{font-size:12px;color:var(--v2-orange2);margin-top:auto}

/* Existing pages re-polish */
.page-hero{padding:84px 0 70px!important;background:linear-gradient(180deg,#101823 0%,#0b121a 100%)!important;border-bottom:1px solid #222e3b!important}.page-hero h1{color:#fff!important}.page-hero p{color:#adb8c5!important}.content-grid,.responsibility-grid,.contact-layout{position:relative}.prose h2,.responsibility-intro h2,.idebt-copy h2,.governance-panel h2,.security-tech h2{color:#fff!important}.prose p,.responsibility-copy>p{color:#aeb8c4!important}.leaders-grid .leader-card{transform:translateZ(0)}.leader-card h3{color:#fff!important}.leader-card>p{color:#9ca8b6!important}.leader-photo{box-shadow:0 18px 45px rgba(0,0,0,.32);border:1px solid #2c3948}.leader-hover{background:rgba(9,14,20,.78)!important}.leader-bio-preview{background:#101821!important;border:1px solid #2c3948!important;color:#e8edf1!important}.value-card,.responsibility-cards article,.quality-process article,.compliance-grid article,.tech-pillars article,.portal-feature,.contact-details,.corporate-form,.login-card{background:linear-gradient(145deg,#151f2a,#0f161e)!important;border-color:#2b3948!important}.value-card p,.responsibility-cards p,.quality-process p,.compliance-grid p,.tech-pillars p,.portal-feature p,.contact-details p,.login-card p{color:#9da9b6!important}.environment-partner,.rap-panel,.governance-panel,.security-tech{background:linear-gradient(145deg,#17212d,#101720)!important;border:1px solid #2b3948!important}.environment-logo-wrap,.rap-image-wrap,.cert-logo-wrap,.idebt-visual,.login-logo-box{background:linear-gradient(145deg,#dfd8cd,#cfc5b7)!important;border-color:#b9ad9e!important}.environment-logo-wrap img,.rap-image-wrap img,.cert-logo-wrap img,.idebt-logo,.login-logo{filter:none!important}.cert-card{background:linear-gradient(145deg,#171f28,#10161e)!important;border-color:#2b3948!important}.cert-card.feature{background:linear-gradient(145deg,#2a1b11,#17120f)!important;border-color:rgba(255,109,0,.36)!important}.cert-card strong,.cert-card p,.cert-label{color:#eef2f5!important}.contact-choice-card.customer,.contact-choice-card.business{background:linear-gradient(145deg,#161f29,#0f161e)!important;border-color:#2b3948!important}.contact-choice-card h2{color:#fff!important}.contact-choice-card p{color:#9da9b6!important}.linkedin-button{background:var(--v2-orange)!important;color:#fff!important;border-color:var(--v2-orange)!important}.footer{background:#070b10!important;border-top:1px solid #202b37!important}.footer .brand-logo{width:220px!important}.footer h4{color:#fff!important}.footer a,.footer p{color:#8f9ba8!important}.footer-customer-link{color:var(--v2-orange2)!important}.footer-bottom{border-color:#202b37!important}.policy-btn{background:#121b25!important;color:#e7ebef!important;border-color:#2b3948!important}.feature-ticks span,.capability-list span{background:#151f2a!important;border-color:#2c3948!important;color:#e1e6eb!important}.login-logo-box{justify-content:flex-end!important}.login-card-top{align-items:flex-start!important}

/* Reveal and motion */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}
.reveal:nth-child(2){transition-delay:.06s}.reveal:nth-child(3){transition-delay:.12s}.reveal:nth-child(4){transition-delay:.18s}.reveal:nth-child(5){transition-delay:.24s}.reveal:nth-child(6){transition-delay:.30s}

@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}

@media(max-width:1180px){
  .v2-nav .nav-links{display:none;position:absolute;left:0;right:0;top:88px;background:#0f161e;border:1px solid #2a3746;border-radius:20px;padding:16px;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 28px 70px rgba(0,0,0,.5)}
  .v2-nav .nav-links[data-open="true"]{display:flex!important}.menu{display:flex!important}.v2-nav .nav-links>a,.nav-trigger{padding:13px 8px;width:100%;justify-content:space-between}.nav-item{width:100%}.mega-menu{position:static!important;transform:none!important;width:100%!important;margin:0;display:none;grid-template-columns:1fr;opacity:1!important;visibility:visible!important;pointer-events:auto!important;box-shadow:none;background:#111923;padding:10px}.has-mega.open>.mega-menu{display:grid}.has-mega:hover>.mega-menu{display:none}.has-mega.open:hover>.mega-menu{display:grid}.mega-links{grid-template-columns:1fr 1fr}.v2-hero-grid{grid-template-columns:1fr;min-height:auto}.v2-hero-visual{min-height:500px}.v2-hero-copy h1{max-width:850px}.capability-tiles{grid-template-columns:1fr 1fr}.why-shell{grid-template-columns:1fr}.challenge-panel{grid-template-columns:1fr}.tech-teaser{grid-template-columns:170px 1fr}.ace-hub-grid,.cap-page-grid,.cap-detail-grid,.split-proof-grid{grid-template-columns:1fr}.cap-hero-object{min-height:320px}.why-feature-grid,.benefit-grid{grid-template-columns:1fr 1fr}.link-cards{grid-template-columns:1fr 1fr}.v2-section-head{grid-template-columns:1fr;gap:22px}.cred-grid{grid-template-columns:1fr 1fr}.cred-grid>div:nth-child(2){border-right:0}.cred-grid>div:nth-child(-n+2){border-bottom:1px solid #202b38}
}
@media(max-width:720px){
  .container{width:min(calc(100% - 30px),1280px)}.site-switch .container{min-height:58px!important}.v2-nav .nav-inner{height:76px}.brand-logo{width:205px!important}.v2-nav .nav-links{top:76px}.mega-links{grid-template-columns:1fr}.mega-intro{padding:20px}.v2-hero{padding:34px 0 60px;min-height:0}.v2-hero-copy h1{font-size:58px}.v2-hero-copy>p{font-size:17px}.v2-hero-visual{min-height:360px}.v2-hero-visual video{transform:none;border-radius:24px}.float-card{display:none}.hero-proof{gap:14px}.cred-grid{grid-template-columns:1fr 1fr}.cred-grid>div{padding:18px 15px}.cred-grid strong{font-size:11px}.section{padding:76px 0}.v2-section-head h2{font-size:46px}.capability-tiles{grid-template-columns:1fr}.capability-tile{min-height:330px}.why-shell{padding:28px}.why-tiles{grid-template-columns:1fr}.challenge-panel{padding:30px}.challenge-copy h2{font-size:56px}.challenge-metrics{grid-template-columns:1fr 1fr}.challenge-metrics article{flex-direction:column;text-align:center}.tech-teasers{grid-template-columns:1fr}.tech-teaser{grid-template-columns:1fr}.logo-stage{height:160px}.v2-page-hero h1,.cap-page-hero h1{font-size:58px}.hero-orb{width:180px;height:180px}.hero-orb .icon-orb-core{width:82px;height:82px}.why-feature-grid,.benefit-grid,.link-cards{grid-template-columns:1fr}.split-proof h2{font-size:52px}.cap-detail-grid h2{font-size:48px}.footer-grid{grid-template-columns:1fr!important}
}

/* Technology page depth */
.powercollect-grid{gap:14px!important}
.powercollect-card{background:linear-gradient(145deg,#151f2a,#0f161e)!important;border:1px solid #2b3948!important;color:#fff!important;box-shadow:0 18px 48px rgba(0,0,0,.18)}
.powercollect-card.featured{background:linear-gradient(145deg,#241911,#14120f)!important;border-color:rgba(255,109,0,.38)!important}
.powercollect-card>span{color:var(--v2-orange2)!important}
.powercollect-card h3{color:#f4f6f8!important}
.powercollect-card p{color:#a9b4c0!important}
.powercollect-bottom{background:linear-gradient(145deg,#18232e,#101720)!important;border:1px solid #2b3948!important;color:#fff!important;box-shadow:0 18px 48px rgba(0,0,0,.18)}
.powercollect-bottom strong{color:#f4f6f8!important}.powercollect-bottom span{color:#a9b4c0!important}
.idebt-panel{padding:40px;border-radius:30px;background:linear-gradient(145deg,#141f29,#0e151d);border:1px solid #2b3948;box-shadow:var(--v2-shadow)}
.idebt-visual{min-height:400px!important;border-radius:24px!important;padding:30px!important}
.tech-pillars article{box-shadow:0 16px 42px rgba(0,0,0,.16)}

/* Existing page CTAs */
.cta{background:linear-gradient(135deg,var(--v2-orange),#f08324)!important;box-shadow:0 28px 80px rgba(255,109,0,.12)!important}
.cta h2,.cta p{color:#1a120d!important}.cta .btn.ghost{background:#151515!important;color:#fff!important;border-color:#151515!important}

/* smooth section hierarchy */
.page-hero+.section{padding-top:88px}
.footer{padding-top:68px!important}

@media(max-width:720px){.idebt-panel{padding:24px}.cap-page-hero,.v2-page-hero{padding:70px 0 62px}}

/* ACE as the organising idea — integrated by design, modular in use */
.ace-nav-link{color:var(--v2-orange2)!important;font-weight:900!important;position:relative}
.ace-nav-link:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--v2-orange);box-shadow:0 0 12px rgba(255,109,0,.55);margin-right:7px;display:inline-block}
.v2-hero-copy>p strong,.v2-page-hero p strong{color:#f4f6f8;font-weight:800}
.ace-modes{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0 0 34px}
.ace-modes article{position:relative;min-height:190px;padding:26px;border-radius:22px;background:linear-gradient(145deg,#151f2a,#0f161e);border:1px solid #2b3948;box-shadow:0 16px 42px rgba(0,0,0,.16);overflow:hidden}
.ace-modes article:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-80px;top:-80px;background:radial-gradient(circle,rgba(255,109,0,.15),transparent 65%)}
.ace-modes span{font-size:10px;font-weight:950;letter-spacing:.12em;color:var(--v2-orange)}
.ace-modes strong{display:block;margin:28px 0 8px;font-size:23px;letter-spacing:-.035em;color:#fff}
.ace-modes p{margin:0;color:#98a5b3;font-size:13px;line-height:1.5;max-width:330px}
.ace-builder{margin-top:34px;padding:34px;border-radius:28px;background:linear-gradient(145deg,#141f2a,#0d151d);border:1px solid #2c3a49;box-shadow:var(--v2-shadow)}
.ace-builder-head{display:grid;grid-template-columns:1fr .8fr;gap:44px;align-items:end;margin-bottom:24px}
.ace-builder-head h3{font-size:34px;line-height:1;letter-spacing:-.045em;margin:0;color:#fff}
.ace-builder-head p{margin:0;color:#9ca8b6;font-size:14px;max-width:500px}
.ace-builder-options{display:flex;flex-wrap:wrap;gap:10px}
.ace-builder-options button{appearance:none;border:1px solid #344353;background:#18222d;color:#dce2e8;border-radius:999px;padding:12px 16px;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:.18s ease}
.ace-builder-options button:hover{border-color:rgba(255,109,0,.55);transform:translateY(-1px)}
.ace-builder-options button[aria-pressed="true"]{background:rgba(255,109,0,.16);border-color:var(--v2-orange);color:#fff;box-shadow:0 0 0 3px rgba(255,109,0,.08)}
.ace-builder-options button[aria-pressed="true"]:before{content:"✓";margin-right:7px;color:var(--v2-orange2)}
.ace-builder-result{margin-top:24px;padding-top:22px;border-top:1px solid #263443;display:flex;align-items:center;justify-content:space-between;gap:20px}
.ace-builder-result>span{color:#c5cdd5;font-size:14px;font-weight:700}
.ace-builder-result .is-disabled{opacity:.45;pointer-events:none;box-shadow:none!important}
@media(max-width:900px){.ace-modes{grid-template-columns:1fr}.ace-modes article{min-height:150px}.ace-builder-head{grid-template-columns:1fr;gap:12px}.ace-builder-result{align-items:flex-start;flex-direction:column}}

/* --- Incremental refinement update --- */
.brand-logo{width:300px!important;max-height:84px!important}
.footer .brand-logo{width:250px!important;max-height:78px!important}
.linkedin-blurb{margin:16px 0 12px!important;max-width:320px;color:#b4bfca!important;font-size:14px;line-height:1.55}
.linkedin-button{display:inline-flex!important;align-items:center;justify-content:center;color:#fff!important}

.hero-ace-showcase{align-items:flex-start}
.hero-ace-card{position:relative;z-index:2;width:100%;max-width:760px;padding:26px;border-radius:30px;background:linear-gradient(180deg,#f6f2ec 0%,#efe7db 100%);border:1px solid rgba(255,255,255,.55);box-shadow:0 40px 100px rgba(0,0,0,.38),0 1px 0 rgba(255,255,255,.18) inset}
.hero-ace-copy{margin-bottom:18px}
.hero-ace-copy .mini{display:inline-block;margin-bottom:12px;color:var(--v2-orange);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.hero-ace-copy h3{margin:0 0 14px;color:#111722;font-size:clamp(38px,4.5vw,64px);line-height:.94;letter-spacing:-.06em}
.hero-ace-copy p{margin:0;color:#485363;font-size:16px;line-height:1.55;max-width:620px}
.hero-ace-card video{display:block;width:100%;border-radius:24px;background:#f5f1ea;box-shadow:0 1px 0 rgba(255,255,255,.6) inset}
.hero-ace-showcase .float-card{z-index:3}
.hero-ace-showcase .fc-one{left:-16px;top:auto;bottom:92px}
.hero-ace-showcase .fc-two{right:-18px;top:72px}

.ace-hub-grid-interactive{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:34px;align-items:stretch;margin-bottom:28px}
.ace-model-interactive-card{padding:20px 20px 12px!important}
.ace-model-stage{position:relative}
.ace-model-interactive-card .ace-model-image{display:block;width:100%;border-radius:22px;background:#f2ece3}
.ace-live-panel{padding:30px;border-radius:28px;background:linear-gradient(145deg,#141f2a,#0d151d);border:1px solid #2c3a49;box-shadow:var(--v2-shadow);display:flex;flex-direction:column;justify-content:flex-start}
.ace-live-panel h2{margin:6px 0 16px;color:#fff;font-size:48px;line-height:.94;letter-spacing:-.055em}
.ace-live-panel p{margin:0;color:#a2adba;font-size:16px;line-height:1.65}
.ace-live-items{margin-top:22px}
.ace-live-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.ace-live-panel .ace-proof{margin-top:22px}
.ace-pathway-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:18px 0 34px}
.ace-pathway-card{display:flex;flex-direction:column;gap:10px;padding:18px 18px 20px;border-radius:22px;text-decoration:none;background:linear-gradient(145deg,#131d27,#0e151d);border:1px solid #2b3947;color:#e9edf2;box-shadow:0 16px 40px rgba(0,0,0,.16);transition:.2s ease}
.ace-pathway-card:hover{transform:translateY(-3px);border-color:rgba(255,109,0,.42);box-shadow:0 20px 50px rgba(0,0,0,.24)}
.ace-pathway-card.is-active{border-color:var(--v2-orange);box-shadow:0 0 0 1px rgba(255,109,0,.24),0 22px 55px rgba(0,0,0,.28)}
.ace-pathway-card span{font-size:12px;font-weight:900;letter-spacing:.16em;color:var(--v2-orange);text-transform:uppercase}
.ace-pathway-card strong{font-size:18px;line-height:1.15;color:#fff}
.ace-pathway-card small{font-size:14px;line-height:1.55;color:#9eabb8}
.ace-model-interactive-card .ace-hotspot:after{inset:2px;border-radius:24px}
.ace-model-interactive-card .ace-hotspot.is-active:after,.ace-model-interactive-card .ace-hotspot:hover:after,.ace-model-interactive-card .ace-hotspot:focus-visible:after{border-color:rgba(255,109,0,.98);background:rgba(255,109,0,.10);box-shadow:0 0 0 6px rgba(255,109,0,.10)}
.ace-model-interactive-card .ace-interaction-note{padding-top:14px}

@media(max-width:1180px){
  .ace-hub-grid-interactive{grid-template-columns:1fr}
  .ace-pathway-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .brand-logo{width:228px!important;max-height:74px!important}
  .footer .brand-logo{width:220px!important;max-height:72px!important}
  .hero-ace-card{padding:18px;border-radius:24px}
  .hero-ace-copy h3{font-size:42px}
  .hero-ace-showcase .fc-one,.hero-ace-showcase .fc-two{display:none}
  .ace-live-panel h2{font-size:40px}
  .ace-pathway-grid{grid-template-columns:1fr}
}

/* ===== Final refinement batch ===== */

/* Footer / LinkedIn */
.footer .linkedin-button{
  color:#fff!important;
}
.footer .linkedin-button:hover{
  color:#fff!important;
}

/* Hero: cleaner visual with no floating overlays */
.hero-ace-showcase{
  justify-content:center;
}
.hero-ace-showcase .hero-ace-card{
  margin-inline:auto;
}

/* ACE page: make the proprietary model the main event */
.ace-wide{
  width:min(calc(100% - 40px),1500px)!important;
  max-width:none!important;
}
.ace-hub{
  padding-top:54px!important;
}
.ace-model-showcase{
  position:relative;
  padding:18px;
  border-radius:34px;
  background:linear-gradient(145deg,#17212d 0%,#0e151d 100%);
  border:1px solid #2d3b4b;
  box-shadow:0 34px 90px rgba(0,0,0,.34);
  overflow:visible;
}
.ace-model-showcase .ace-model-stage{
  position:relative;
  overflow:visible;
}
.ace-model-showcase .ace-model-image{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  border-radius:24px;
  background:#fff;
}
.ace-model-showcase .ace-hotspot{
  z-index:3;
}
.ace-model-showcase .ace-hotspot:after{
  inset:3px;
  border-radius:25px;
}
.ace-model-showcase .ace-hotspot:hover:after,
.ace-model-showcase .ace-hotspot:focus-visible:after{
  border-color:rgba(255,109,0,.98)!important;
  background:rgba(255,109,0,.09)!important;
  box-shadow:0 0 0 6px rgba(255,109,0,.10),0 0 34px rgba(255,109,0,.24)!important;
}
.ace-model-showcase .ace-hotspot-label{
  width:300px;
  padding:14px 16px;
  background:#0c1219!important;
  border:1px solid #334252;
  border-radius:14px;
  color:#fff!important;
  box-shadow:0 18px 46px rgba(0,0,0,.42);
}
.ace-model-showcase .ace-hotspot-label:after{
  border-top-color:#0c1219!important;
}
.ace-model-showcase .ace-hotspot-label strong{
  color:#fff!important;
  font-size:13px;
}
.ace-model-showcase .ace-hotspot-label small{
  color:#bec7d1!important;
}
.ace-model-showcase .ace-interaction-note{
  padding:16px 8px 3px;
  text-align:center;
  color:#9da9b6;
  font-size:13px;
}
.ace-usage-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin:20px 0 30px;
  overflow:hidden;
  border-radius:22px;
  border:1px solid #2b3947;
  background:#2b3947;
}
.ace-usage-strip>div{
  padding:22px 24px;
  background:linear-gradient(145deg,#151f2a,#0f171f);
}
.ace-usage-strip span{
  display:block;
  margin-bottom:6px;
  color:var(--v2-orange);
  font-size:11px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.ace-usage-strip strong{
  display:block;
  color:#fff;
  font-size:17px;
  line-height:1.3;
}
.ace-modal-panel #aceModalLink{
  margin-top:8px;
}

/* Compliance: balanced, symmetrical ISO certification presentation */
.cert-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch;
}
.cert-grid .cert-card:last-child{
  grid-column:1/-1;
  min-height:auto!important;
}
.cert-card.feature{
  min-height:470px!important;
  padding:34px!important;
}
.cert-card.feature .cert-logo-wrap{
  width:100%;
  height:220px;
  min-height:220px!important;
  margin:24px 0 20px!important;
  padding:20px!important;
  display:grid!important;
  place-items:center;
  border-radius:22px!important;
  background:linear-gradient(145deg,#ded7cc,#cec4b6)!important;
  border:1px solid #b9ae9f!important;
}
.cert-card.feature .cert-logo-wrap img{
  width:178px!important;
  height:178px!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
}
.cert-card.feature strong{
  margin:6px 0 14px!important;
  font-size:42px!important;
}
.cert-card.feature .cert-label{
  min-height:18px;
}

/* Technology: brand Power Collect properly inside its own section */
.powercollect-brand{
  display:flex;
  justify-content:flex-end;
  margin:0 0 16px;
}
.powercollect-brand img{
  display:block;
  width:min(420px,42vw);
  max-height:180px;
  object-fit:contain;
  object-position:right center;
  filter:drop-shadow(0 18px 35px rgba(0,0,0,.24));
}

/* About: RAP should support the message, not dominate it */
.rap-panel{
  grid-template-columns:1.35fr .65fr!important;
}
.rap-image-wrap{
  min-height:250px!important;
  padding:42px!important;
}
.rap-image-wrap img{
  width:min(100%,260px)!important;
  max-height:260px!important;
  object-fit:contain!important;
}

/* Contact: make customer/debtor pathway impossible to miss */
.contact-choice{
  gap:26px!important;
  align-items:stretch;
}
.contact-choice-card.customer{
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,#ff7a13 0%,#ff6d00 55%,#e55600 100%)!important;
  border:1px solid #ff974e!important;
  box-shadow:0 30px 80px rgba(255,109,0,.24),0 0 0 1px rgba(255,255,255,.12) inset!important;
  transform:translateY(-5px);
  min-height:370px!important;
}
.contact-choice-card.customer:after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-100px;
  top:-115px;
  border-radius:50%;
  border:38px solid rgba(255,255,255,.09);
  pointer-events:none;
}
.contact-choice-card.customer .eyebrow{
  color:#22150c!important;
  font-weight:950!important;
}
.contact-choice-card.customer h2{
  color:#14100d!important;
  font-size:48px!important;
  max-width:520px;
}
.contact-choice-card.customer p{
  color:#301a0d!important;
  font-weight:600;
  max-width:560px;
}
.contact-choice-card.customer .btn.light{
  position:relative;
  z-index:2;
  background:#10161d!important;
  border-color:#10161d!important;
  color:#fff!important;
  box-shadow:0 12px 30px rgba(0,0,0,.24);
}
.contact-choice-card.customer .btn.light:hover{
  background:#1b2530!important;
  color:#fff!important;
}

@media(max-width:900px){
  .ace-usage-strip{grid-template-columns:1fr}
  .cert-grid{grid-template-columns:1fr!important}
  .cert-grid .cert-card:last-child{grid-column:auto}
  .powercollect-brand{justify-content:flex-start}
  .powercollect-brand img{width:min(520px,78vw)}
  .rap-panel{grid-template-columns:1fr!important}
  .rap-image-wrap{min-height:210px!important}
}
@media(max-width:720px){
  .ace-wide{width:min(calc(100% - 20px),1500px)!important}
  .ace-model-showcase{padding:8px;border-radius:22px}
  .ace-model-showcase .ace-model-image{border-radius:16px}
  .ace-model-showcase .ace-hotspot-label{display:none!important}
  .cert-card.feature{min-height:410px!important}
  .cert-card.feature .cert-logo-wrap{height:190px;min-height:190px!important}
  .cert-card.feature .cert-logo-wrap img{width:155px!important;height:155px!important}
  .contact-choice-card.customer{transform:none}
  .contact-choice-card.customer h2{font-size:40px!important}
}

/* --- Final polish batch: simplify hero, RAP, Power Collect and contact pathway --- */
.hero-network{display:none!important}

/* RAP: reduce the visual weight of the logo tile by ~30% */
.rap-image-wrap{
  width:70%!important;
  min-height:175px!important;
  padding:28px!important;
  justify-self:center!important;
  align-self:center!important;
}
.rap-image-wrap img{
  width:min(100%,182px)!important;
  max-height:182px!important;
}

/* Power Collect: give the dark logo a dedicated light, well-aligned brand stage */
.powercollect-brand{
  width:min(520px,100%);
  min-height:190px;
  margin:0 0 28px auto!important;
  padding:24px 28px;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:24px;
  background:linear-gradient(145deg,#e2dbd0 0%,#cec4b6 100%);
  border:1px solid #b8ad9e;
  box-shadow:0 20px 50px rgba(0,0,0,.18),0 1px 0 rgba(255,255,255,.55) inset;
}
.powercollect-brand img{
  width:min(100%,440px)!important;
  height:auto!important;
  max-height:145px!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:auto!important;
  filter:none!important;
}

/* Customer pathway: keep it prominent, but remove the decorative circle and simplify the card */
.contact-choice-card.customer{
  background:#ff6d00!important;
  border:1px solid #ff9347!important;
  box-shadow:0 24px 60px rgba(255,109,0,.20),0 0 0 1px rgba(255,255,255,.10) inset!important;
}
.contact-choice-card.customer:after{
  content:none!important;
  display:none!important;
}

@media(max-width:900px){
  .rap-image-wrap{width:min(70%,360px)!important;min-height:175px!important}
  .powercollect-brand{margin:0 0 24px 0!important}
}
@media(max-width:720px){
  .rap-image-wrap{width:min(78%,300px)!important;padding:24px!important}
  .rap-image-wrap img{width:min(100%,170px)!important;max-height:170px!important}
  .powercollect-brand{min-height:160px;padding:20px!important}
  .powercollect-brand img{max-height:120px!important}
}


/* Hero refinement: reduce visual clutter by giving the ACE media box a lighter footprint */
.v2-hero-grid{grid-template-columns:1fr .92fr;gap:72px;align-items:center}
.v2-hero-visual{min-height:500px;align-items:center;justify-content:flex-end}
.hero-ace-showcase{justify-content:flex-end}
.hero-ace-showcase .hero-ace-card{max-width:620px;width:100%;padding:20px 20px 18px;border-radius:26px}
.hero-ace-copy{margin-bottom:14px}
.hero-ace-copy .mini{margin-bottom:10px}
.hero-ace-copy h3{font-size:clamp(30px,3.4vw,50px);line-height:1.0;margin:0 0 12px}
.hero-ace-copy p{font-size:15px;line-height:1.5;max-width:520px}
.hero-ace-card video{border-radius:20px;max-width:100%}
@media(max-width:1080px){
  .v2-hero-grid{grid-template-columns:1fr;gap:42px}
  .v2-hero-visual,.hero-ace-showcase{justify-content:center}
  .hero-ace-showcase .hero-ace-card{max-width:680px}
}
@media(max-width:720px){
  .v2-hero-visual{min-height:0}
  .hero-ace-showcase .hero-ace-card{max-width:100%;padding:16px;border-radius:22px}
  .hero-ace-copy h3{font-size:38px}
  .hero-ace-copy p{font-size:14px}
}

/* --- Homepage simplification + ACE / technology / footer refinement --- */
.home-ace-enabler{
  background:linear-gradient(180deg,#0b1118 0%,#0e151d 100%);
  border-top:1px solid #202c38;
  border-bottom:1px solid #202c38;
}
.home-ace-enabler .v2-section-head{margin-bottom:30px}
.home-ace-enabler .ace-model-showcase{margin-top:8px}
.home-ace-enabler .section-link{display:flex;justify-content:flex-end;margin-top:24px}

.footer-credentials{
  margin-top:44px;
  padding:28px 0 10px;
  border-top:1px solid #202b37;
}
.footer-credentials-label{
  margin-bottom:18px;
  color:#7f8b98;
  font-size:11px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.footer-credentials-grid{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.footer-credential{
  min-height:116px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  border-radius:18px;
  background:linear-gradient(180deg,#e6e0d7 0%,#d8cfc3 100%);
  border:1px solid #c3b8a8;
  box-shadow:0 10px 30px rgba(0,0,0,.12);
}
.footer-credential img{
  display:block;
  width:100%;
  height:76px;
  object-fit:contain;
  object-position:center;
}

.tech-security-intro{padding-top:64px}
.tech-story-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.tech-story-card{
  min-height:430px;
  padding:38px;
  border-radius:30px;
  background:linear-gradient(145deg,#151f2a,#0f161e);
  border:1px solid #2c3948;
  box-shadow:0 26px 70px rgba(0,0,0,.24);
}
.tech-story-card h2{
  margin:8px 0 18px;
  color:#fff;
  font-size:clamp(42px,4vw,64px);
  line-height:.94;
  letter-spacing:-.055em;
}
.tech-story-card>p{color:#a6b1bd;font-size:16px;line-height:1.65;max-width:610px}
.tech-story-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.tech-story-chips span{
  padding:10px 13px;
  border-radius:999px;
  background:#1b2632;
  border:1px solid #334252;
  color:#e8edf2;
  font-size:12px;
  font-weight:800;
}
.security-callout{
  background:linear-gradient(145deg,#241a12 0%,#12171e 62%);
  border-color:rgba(255,109,0,.34);
}
.security-iso-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:28px;
}
.security-iso-pair>div{
  min-height:190px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:18px;
  border-radius:22px;
  background:linear-gradient(180deg,#e2dbd1,#d5cbbc);
  border:1px solid #bfb3a4;
}
.security-iso-pair img{width:90px;height:90px;object-fit:contain;margin-bottom:10px}
.security-iso-pair strong{display:block;color:#101722;font-size:14px}
.security-iso-pair small{display:block;margin-top:5px;color:#4f5a66;font-size:11px;line-height:1.35}

.cyber-assurance{
  background:linear-gradient(180deg,#101821 0%,#0b1118 100%);
  border-top:1px solid #202d39;
}
.cyber-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:34px;
}
.cyber-grid article{
  min-height:250px;
  padding:26px;
  border-radius:24px;
  background:linear-gradient(145deg,#151f2a,#0f161e);
  border:1px solid #2c3948;
  box-shadow:0 18px 48px rgba(0,0,0,.18);
}
.cyber-grid article>span{
  color:var(--v2-orange);
  font-size:12px;
  font-weight:900;
  letter-spacing:.13em;
}
.cyber-grid h3{margin:36px 0 12px;color:#fff;font-size:22px;letter-spacing:-.025em}
.cyber-grid p{margin:0;color:#9eabb8;font-size:14px;line-height:1.65}
.cyber-assurance-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-top:22px;
  border:1px solid #2b3948;
  border-radius:22px;
  overflow:hidden;
  background:#111a23;
}
.cyber-assurance-strip span{
  padding:18px 16px;
  color:#dfe5ea;
  text-align:center;
  font-size:12px;
  font-weight:800;
  border-right:1px solid #2b3948;
}
.cyber-assurance-strip span:last-child{border-right:0}
.cyber-cta{display:flex;justify-content:flex-end;margin-top:24px}

@media(max-width:1180px){
  .footer-credentials-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .tech-story-grid{grid-template-columns:1fr}
  .cyber-grid{grid-template-columns:1fr 1fr}
  .cyber-assurance-strip{grid-template-columns:1fr 1fr}
  .cyber-assurance-strip span:nth-child(2){border-right:0}
  .cyber-assurance-strip span:nth-child(-n+2){border-bottom:1px solid #2b3948}
}
@media(max-width:720px){
  .footer-credentials-grid{grid-template-columns:1fr 1fr;gap:12px}
  .footer-credential{min-height:100px;padding:12px}
  .footer-credential img{height:66px}
  .tech-story-card{min-height:0;padding:26px}
  .security-iso-pair{grid-template-columns:1fr}
  .cyber-grid{grid-template-columns:1fr}
  .cyber-assurance-strip{grid-template-columns:1fr}
  .cyber-assurance-strip span{border-right:0!important;border-bottom:1px solid #2b3948!important}
  .cyber-assurance-strip span:last-child{border-bottom:0!important}
}

/* --- v9 refinement: cleaner hierarchy, photography, compact cards --- */

/* Updated logo proportions */
.brand-logo{width:300px!important;max-height:86px!important;object-fit:contain!important;object-position:left center!important}
.footer .brand-logo{width:250px!important;max-height:80px!important}

/* Homepage usage cards: no numbers, tighter to content */
.ace-modes article{min-height:0!important;padding:22px 24px!important}
.ace-modes strong{margin:0 0 8px!important;font-size:22px!important}
.ace-modes p{max-width:none!important}

/* Homepage capability photography */
.capability-tile{padding:0 0 26px!important;min-height:410px!important}
.capability-photo{position:relative;width:100%;height:190px;overflow:hidden;border-bottom:1px solid #2b3948;background:#0c131b}
.capability-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,15,22,.05) 20%,rgba(9,15,22,.34) 100%);pointer-events:none}
.capability-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.05) brightness(.84);transition:transform .4s ease,filter .4s ease}
.capability-tile:hover .capability-photo img{transform:scale(1.035);filter:saturate(.95) contrast(1.04) brightness(.93)}
.capability-tile h3{margin:24px 26px 10px!important}
.capability-tile p{margin:0 26px 20px!important;max-width:none!important}
.capability-tile b{margin:auto 26px 0!important}

/* Individual capability pages: replace icon/number hero with natural photography */
.cap-hero-object{min-height:390px!important}
.capability-hero-photo{position:relative;width:100%;max-width:560px;height:390px;border-radius:30px;overflow:hidden;border:1px solid #314052;box-shadow:0 30px 80px rgba(0,0,0,.34),0 0 0 1px rgba(255,109,0,.06) inset;background:#111923}
.capability-hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(7,12,18,.05),rgba(7,12,18,.32));pointer-events:none}
.capability-hero-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.04) brightness(.86)}

/* WHY ACCESS benefit cards: remove numbering and reduce empty vertical space */
.benefit-grid article{min-height:175px!important;padding:24px!important}
.benefit-grid h3{margin:0 0 10px!important;font-size:23px!important}
.benefit-grid p{font-size:13px!important}

/* Why Access page: number-free primary cards */
.why-feature{min-height:320px!important}
.why-feature h3{margin:22px 0 11px!important}

/* Technology cards: compact after removing numeric labels */
.tech-pillars article{min-height:225px!important;padding:26px!important}
.tech-pillars h3{margin:0 0 12px!important}

/* Power Collect now reads as one product panel, matching iDebt360 */
#powercollect{background:linear-gradient(180deg,#0d141d 0%,#0a1017 100%)!important}
.powercollect-panel{padding:38px;border-radius:30px;background:linear-gradient(145deg,#151f2a,#0e151d);border:1px solid #2b3948;box-shadow:0 28px 78px rgba(0,0,0,.30)}
.powercollect-panel .powercollect-brand{width:min(500px,100%);min-height:170px;margin:0 0 30px 0!important}
.powercollect-panel .section-head{margin-bottom:26px}
.powercollect-grid{gap:14px!important}
.powercollect-card{min-height:255px!important;padding:26px!important}
.powercollect-card h3{margin:0 0 12px!important}
.powercollect-bottom{margin-top:16px!important}

/* Cyber security + governance cards: no numbering */
.cyber-grid article{min-height:225px!important}
.cyber-grid h3{margin:0 0 12px!important}

/* Leadership: four across, then remaining three */
.leaders-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:30px 18px!important}

/* Values: icon-led rather than numbered */
.value-card{min-height:285px!important;padding:26px!important}
.value-icon{width:74px;height:74px;display:flex;align-items:center;justify-content:center;margin:0 0 18px;border-radius:18px;background:linear-gradient(145deg,#1b2632,#101720);border:1px solid rgba(255,109,0,.24);box-shadow:0 12px 30px rgba(0,0,0,.16)}
.value-icon img{width:58px;height:58px;object-fit:contain;display:block}
.value-card h3{margin:0 0 10px!important}

/* LinkedIn: logo aligned with the follow copy */
.linkedin-blurb-row{display:flex;align-items:flex-start;gap:11px;margin:16px 0 13px;max-width:330px;color:#b4bfca;font-size:14px;line-height:1.5}
.linkedin-mark{width:28px;height:28px;flex:0 0 28px;margin-top:1px;fill:#fff;stroke:#070b10;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.linkedin-blurb-row span{display:block}
.footer .linkedin-button{color:#fff!important}

/* Footer credentials: logos float cleanly on the dark footer, no white tiles */
.footer-credentials-grid{gap:28px!important;align-items:center!important}
.footer-credential{min-height:88px!important;padding:6px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.footer-credential img{height:70px!important;max-width:100%!important;object-fit:contain!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.22))}

@media(max-width:1180px){
  .leaders-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .capability-hero-photo{max-width:680px}
}
@media(max-width:900px){
  .leaders-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .powercollect-panel{padding:28px}
}
@media(max-width:720px){
  .brand-logo{width:230px!important;max-height:74px!important}
  .footer .brand-logo{width:220px!important}
  .ace-modes article{padding:19px 20px!important}
  .capability-tile{min-height:390px!important}
  .capability-photo{height:180px}
  .capability-hero-photo{height:300px;border-radius:23px}
  .cap-hero-object{min-height:300px!important}
  .benefit-grid article{min-height:0!important}
  .why-feature{min-height:0!important}
  .leaders-grid{grid-template-columns:1fr 1fr!important}
  .footer-credentials-grid{gap:18px!important}
  .footer-credential img{height:58px!important}
}
@media(max-width:520px){
  .leaders-grid{grid-template-columns:1fr!important}
}


/* Homepage final refinements */
.home-capability-icons .capability-tile{
  padding:30px!important;
  min-height:390px!important;
}
.home-capability-icons .capability-tile h3{margin:28px 0 12px!important}
.home-capability-icons .capability-tile p{margin:0 0 22px!important;max-width:300px!important}
.home-capability-icons .capability-tile b{margin-top:auto!important;margin-left:0!important;margin-right:0!important}
.home-capability-icons .capability-photo{display:none!important}

.linkedin-blurb-row{align-items:center!important}
.linkedin-mark{width:42px!important;height:42px!important;flex:0 0 42px!important;margin-top:0!important}

.home-unlock-cta{padding:54px 0 74px!important}
.home-unlock-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:48px;
  align-items:center;
  padding:62px 76px;
  border-radius:38px;
  background:#ff8b1f;
  box-shadow:0 28px 70px rgba(0,0,0,.25);
}
.home-unlock-copy h2{
  margin:0 0 18px;
  max-width:760px;
  color:#0d1117;
  font-size:clamp(54px,6vw,88px);
  line-height:.94;
  letter-spacing:-.06em;
}
.home-unlock-copy p{
  margin:0;
  max-width:760px;
  color:#171717;
  font-size:20px;
  line-height:1.5;
}
.home-unlock-link{
  align-self:end;
  padding:16px 0;
  color:#111!important;
  font-size:18px;
  font-weight:900;
  text-decoration:none;
  white-space:nowrap;
}
.home-unlock-link:hover{transform:translateX(3px)}
@media(max-width:900px){
  .home-unlock-panel{grid-template-columns:1fr;padding:44px 36px;gap:26px}
  .home-unlock-link{align-self:auto;justify-self:start}
}
@media(max-width:720px){
  .home-unlock-panel{padding:34px 24px;border-radius:28px}
  .home-unlock-copy h2{font-size:48px}
  .home-unlock-copy p{font-size:17px}
  .linkedin-mark{width:38px!important;height:38px!important;flex-basis:38px!important}
}


/* --- v12 requested refinements --- */
/* Larger primary navigation type */
.v2-nav .nav-links>a,
.nav-trigger{font-size:16px!important}

/* Homepage capability cards: compact, content-led height */
.home-capability-icons .capability-tile{
  min-height:0!important;
  padding:26px!important;
}
.home-capability-icons .capability-tile h3{
  margin:20px 0 10px!important;
}
.home-capability-icons .capability-tile p{
  margin:0 0 16px!important;
}
.home-capability-icons .capability-tile b{
  margin:8px 0 0!important;
}

/* ACE positioning boxes: orange, concise and outcome-led */
.ace-usage-strip{
  gap:14px!important;
  background:transparent!important;
  border:0!important;
  overflow:visible!important;
}
.ace-usage-strip>div{
  display:flex;
  align-items:center;
  min-height:82px;
  padding:20px 24px!important;
  border-radius:18px;
  background:#ff6d00!important;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 14px 34px rgba(0,0,0,.20);
}
.ace-usage-strip>div strong{
  color:#10151c!important;
  font-size:17px!important;
  line-height:1.25!important;
}
.ace-usage-strip>div span{display:none!important}

@media(max-width:720px){
  .v2-nav .nav-links>a,.nav-trigger{font-size:15px!important}
  .home-capability-icons .capability-tile{padding:22px!important}
  .ace-usage-strip>div{min-height:70px;padding:17px 20px!important}
}

/* ACE page dark diagram update */
.ace-model-showcase-dark{
  background:linear-gradient(145deg,#0b1118 0%,#070b10 100%)!important;
  border-color:#253343!important;
  padding:14px!important;
  overflow:visible!important;
}
.ace-model-showcase-dark .ace-model-stage{
  background:#080d13;
  border-radius:26px;
  overflow:visible;
}
.ace-model-showcase-dark .ace-model-image-dark{
  display:block;
  width:100%;
  height:auto;
  max-width:none;
  background:#080d13!important;
  border-radius:22px;
}
/* Hotspot geometry aligned to the updated 4:3 ACE diagram */
.ace-model-showcase-dark .ace-hotspot-advanced{left:11.5%;top:15.5%;width:36%;height:27%}
.ace-model-showcase-dark .ace-hotspot-operational{left:49.5%;top:15.5%;width:36%;height:27%}
.ace-model-showcase-dark .ace-hotspot-remarketing{left:2.5%;top:28%;width:20.5%;height:47%}
.ace-model-showcase-dark .ace-hotspot-resolution{left:75.5%;top:28%;width:21.5%;height:47%}
.ace-model-showcase-dark .ace-hotspot-field{left:11.5%;top:60.5%;width:36%;height:25%}
.ace-model-showcase-dark .ace-hotspot-investigations{left:49.5%;top:60.5%;width:36%;height:25%}
.ace-model-showcase-dark .ace-hotspot:after{
  border-radius:28px;
}
@media(max-width:720px){
  .ace-model-showcase-dark{padding:8px!important}
  .ace-model-showcase-dark .ace-model-stage,
  .ace-model-showcase-dark .ace-model-image-dark{border-radius:16px}
}


/* ACE diagram v14: use the same updated model site-wide at 75% desktop size */
.ace-model-showcase .ace-model-stage{
  width:75%;
  margin:0 auto;
}
.ace-model-showcase-dark .ace-model-stage{
  width:75%;
  margin:0 auto;
}
@media(max-width:900px){
  .ace-model-showcase .ace-model-stage,
  .ace-model-showcase-dark .ace-model-stage{width:100%;}
}

/* Capability page service explainers */
.service-explainers{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.service-explainer{
  position:relative;
  min-height:0;
  padding:24px 24px 24px 26px;
  border-radius:20px;
  background:linear-gradient(145deg,#141e28,#0f161e);
  border:1px solid #2b3948;
  box-shadow:0 16px 40px rgba(0,0,0,.16);
  overflow:hidden;
}
.service-explainer:before{
  content:"";
  position:absolute;
  left:0;
  top:18px;
  bottom:18px;
  width:3px;
  border-radius:3px;
  background:var(--v2-orange);
}
.service-explainer h3{
  margin:0 0 10px;
  color:#fff;
  font-size:20px;
  line-height:1.15;
  letter-spacing:-.025em;
}
.service-explainer p{
  margin:0!important;
  color:#aeb8c4!important;
  font-size:14px!important;
  line-height:1.62;
}
@media(max-width:820px){
  .service-explainers{grid-template-columns:1fr}
  .service-explainer{padding:22px 22px 22px 24px}
}

/* ACE diagram v16: updated supplied model, maintained at 75% desktop size */
.ace-model-showcase .ace-model-stage,
.ace-model-showcase-dark .ace-model-stage{
  width:75%;
  margin:0 auto;
}
/* Hotspots aligned to the updated 2048×1427 ACE artwork */
.ace-model-showcase-dark .ace-hotspot-advanced{left:16.4%;top:24.5%;width:31.6%;height:24.5%}
.ace-model-showcase-dark .ace-hotspot-operational{left:49.6%;top:24.5%;width:32.9%;height:24.5%}
.ace-model-showcase-dark .ace-hotspot-remarketing{left:5.4%;top:34.3%;width:19.7%;height:43.5%}
.ace-model-showcase-dark .ace-hotspot-resolution{left:72.8%;top:34.3%;width:20.0%;height:43.5%}
.ace-model-showcase-dark .ace-hotspot-field{left:16.5%;top:66.4%;width:31.9%;height:23.7%}
.ace-model-showcase-dark .ace-hotspot-investigations{left:49.3%;top:66.4%;width:33.2%;height:23.8%}
@media(max-width:900px){
  .ace-model-showcase .ace-model-stage,
  .ace-model-showcase-dark .ace-model-stage{width:100%;}
}


/* v18 adjustments */
.home-hero-wide{grid-template-columns:1fr !important;min-height:auto !important}
.home-hero-wide .v2-hero-copy{max-width:1120px}
.home-hero-wide .hero-actions{margin-top:30px}
.login-card-top{display:block !important}
.login-card-top>span{display:none !important}
.login-logo-box{width:100% !important;min-width:0 !important;max-width:none !important;justify-content:center !important;margin:0 auto !important}
.ace-model-showcase .ace-model-image,.ace-model-showcase-dark .ace-model-image-dark{width:75% !important;max-width:75% !important;margin:0 auto !important;display:block !important}
.ace-model-showcase .ace-model-stage,.ace-model-showcase-dark .ace-model-stage{text-align:center}
@media (max-width: 900px){
  .ace-model-showcase .ace-model-image,.ace-model-showcase-dark .ace-model-image-dark{width:100% !important;max-width:100% !important}
}


/* v19 final overrides */
.v2-nav .brand-logo{width:345px !important;max-height:99px !important;}
@media(max-width:720px){.v2-nav .brand-logo{width:265px !important;max-height:82px !important;}}
.home-hero-centered .v2-hero-grid{grid-template-columns:1fr !important;justify-items:center !important;min-height:auto !important;gap:0 !important;}
.home-hero-centered .v2-hero-copy{max-width:1080px !important;margin:0 auto !important;text-align:center !important;}
.home-hero-centered .v2-hero-copy > p{margin:0 auto 32px !important;max-width:860px !important;}
.home-hero-centered .hero-actions{justify-content:center !important;}
.login-card-top{display:flex !important;justify-content:center !important;align-items:center !important;margin-bottom:18px !important;}
.login-logo-box{width:100% !important;min-height:132px !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:18px 24px !important;}
.login-logo{max-height:68px !important;width:auto !important;object-fit:contain !important;}
.agent-logo{max-height:72px !important;}
.ace-model-showcase .ace-model-stage,.ace-model-showcase-dark .ace-model-stage{width:100% !important;margin:0 auto !important;text-align:center !important;}
.ace-model-showcase .ace-model-image,.ace-model-showcase-dark .ace-model-image-dark{width:100% !important;max-width:100% !important;margin:0 auto !important;display:block !important;}


/* v20 hero-to-ACE spacing refinement */
.home-hero-centered.v2-hero{min-height:auto !important;padding:40px 0 24px !important;}
.home-hero-centered .v2-hero-grid{min-height:auto !important;}
.home-ace-enabler.section{padding-top:32px !important;}
@media(max-width:720px){
  .home-hero-centered.v2-hero{padding:28px 0 18px !important;}
  .home-ace-enabler.section{padding-top:24px !important;}
}


/* v22 sales ribbon spacing refinement */
.home-hero-centered.v2-hero{
  padding-bottom:16px !important;
}
.home-partner-ribbon{
  position:relative;
  z-index:3;
  margin-top:6px;
  background:linear-gradient(90deg,#0b1118 0%,#111b25 24%,#151d27 50%,#111b25 76%,#0b1118 100%);
  border-top:1px solid rgba(255,109,0,.24);
  border-bottom:1px solid rgba(255,109,0,.34);
  box-shadow:0 14px 38px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.025);
}
.home-partner-ribbon-inner{
  min-height:92px;
  display:grid;
  grid-template-columns:minmax(50px,1fr) auto minmax(50px,1fr);
  align-items:center;
  gap:26px;
  text-align:center;
}
.home-partner-ribbon-inner strong{
  color:#f3f6f8;
  font-size:clamp(19px,2vw,30px);
  line-height:1.1;
  letter-spacing:-.025em;
  font-weight:800;
}
.home-partner-ribbon-inner strong::first-letter{color:inherit;}
.home-partner-ribbon-line{
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,109,0,.75));
}
.home-partner-ribbon-line:last-child{
  background:linear-gradient(90deg,rgba(255,109,0,.75),transparent);
}
.home-ace-enabler.section{
  padding-top:58px !important;
}
@media(max-width:720px){
  .home-hero-centered.v2-hero{padding-bottom:10px !important;}
  .home-partner-ribbon{margin-top:4px;}
  .home-partner-ribbon-inner{min-height:78px;grid-template-columns:28px auto 28px;gap:14px;}
  .home-partner-ribbon-inner strong{font-size:18px;}
  .home-ace-enabler.section{padding-top:42px !important;}
}


/* v23 refinement batch */
.home-partner-ribbon-accent{color:var(--v2-orange);}
.why-mega .mega-links b{text-transform:capitalize;}
.ace-hotspot-label strong,.ace-hotspot-label small{text-transform:capitalize;}
.powercollect-grid .powercollect-card{
  background:linear-gradient(145deg,#241911,#14120f)!important;
  border-color:rgba(255,109,0,.38)!important;
}
