/* Hero styles moved to hero.css */
.smart-hero { --smart-blue:#315f9f; position:relative; isolation:isolate; min-height:920px; padding:0 0 70px; overflow:hidden; background:#f7f8fa; }
.smart-hero__visual { position:absolute; z-index:-3; inset:0 0 auto; height:650px; background:radial-gradient(circle at 82% 28%,rgba(75,118,178,.75),transparent 34%),radial-gradient(circle at 65% 80%,rgba(26,72,128,.8),transparent 38%),linear-gradient(125deg,#071633 0%,#173c70 58%,#315f9f 100%); }
.addon-homepage .smart-hero__visual--custom{background-image:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.82) 47%,rgba(255,255,255,.3) 100%),var(--homepage-hero-image);background-size:cover;background-position:center}
.smart-hero__shade { position:absolute; z-index:-2; inset:0 0 auto; height:650px; background:linear-gradient(90deg,rgba(14,25,43,.86),rgba(18,34,58,.64) 36%,rgba(14,28,47,.2) 72%,rgba(10,19,32,.12)); }
.smart-hero__intro { min-height:650px; display:flex; align-items:center; padding-top:64px; padding-bottom:120px; }
.smart-hero__copy { max-width:590px; color:#fff; }
.smart-hero__eyebrow { margin:0 0 16px; color:#f59a4d; font-size:.78rem; font-weight:800; line-height:1; letter-spacing:.12em; text-transform:uppercase; }
.smart-hero__title { margin:0; color:#fff; font-size:clamp(2.15rem,3.2vw,3.2rem); font-weight:650; line-height:1.13; letter-spacing:-.025em; }
.smart-hero__title span { display:block; color:#f59a4d; font-weight:800; letter-spacing:-.015em; }
.smart-hero__description { max-width:570px; margin:24px 0 0; color:rgba(255,255,255,.95); font-size:1.03rem; line-height:1.7; }
.smart-hero__description strong { text-transform:uppercase; }
.smart-hero__actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:26px; }
.smart-hero__button { display:inline-flex; min-height:46px; align-items:center; justify-content:center; gap:9px; padding:11px 21px; border:1px solid rgba(255,255,255,.75); border-radius:7px; color:#fff; font-size:.9rem; font-weight:700; text-decoration:none; transition:.2s ease; }
.smart-hero__button:hover { transform:translateY(-2px); color:#fff; }
.smart-hero__button--primary { border-color:var(--smart-blue); background:var(--smart-blue); box-shadow:0 10px 28px rgba(12,35,67,.24); }
.smart-hero__button--primary:hover { background:#254d86; }
.smart-hero__button--ghost:hover { border-color:#fff; background:rgba(255,255,255,.14); }
.smart-hero__features { position:relative; z-index:2; margin-top:-76px; }
.smart-feature-card { height:100%; min-height:410px; padding:54px 34px 38px; border:1px solid rgba(22,41,68,.08); border-radius:24px; background:#fff; box-shadow:0 12px 28px rgba(14,29,51,.16); text-align:center; transition:transform .25s ease,box-shadow .25s ease; }
.smart-feature-card:hover { transform:translateY(-7px); box-shadow:0 20px 42px rgba(14,29,51,.2); }
.smart-feature-card__icon { display:grid; width:100px; height:100px; place-items:center; margin:0 auto 25px; color:var(--smart-blue); font-size:4.5rem; line-height:1; }
.smart-feature-card h2 { min-height:58px; margin:0 0 15px; color:var(--smart-blue); font-size:1.35rem; font-weight:800; line-height:1.25; }
.smart-feature-card p { margin:0; color:#20242b; font-size:.91rem; line-height:1.55; }
@media (max-width:1199.98px) { .smart-hero{min-height:auto}.smart-feature-card{min-height:360px} }
@media (max-width:767.98px) { .smart-hero__visual,.smart-hero__shade{height:610px}.smart-hero__visual{background-position:58% center}.smart-hero__shade{background:rgba(11,25,45,.72)}.smart-hero__intro{min-height:610px;padding:75px 24px 105px}.smart-hero__description{font-size:.95rem}.smart-hero__features{margin-top:-58px;padding-inline:20px}.smart-feature-card{min-height:0;padding:38px 28px} }
@media (max-width:420px) { .smart-hero__actions{flex-direction:column}.smart-hero__button{width:100%} }

/* SaaS hero composition */
.smart-hero__visual,.smart-hero__shade{height:720px}.smart-hero__shade{background:linear-gradient(90deg,rgba(7,18,42,.45),rgba(10,30,65,.12))}.smart-hero__intro{min-height:720px;padding-top:62px;padding-bottom:105px}.smart-hero__eyebrow{display:flex;align-items:center;gap:9px}.smart-hero__eyebrow span{width:25px;height:2px;background:currentColor}.smart-hero__copy{max-width:610px}.smart-hero__title{font-size:clamp(2.3rem,3.35vw,3.5rem)}.smart-hero__trust{display:flex;flex-wrap:wrap;gap:14px 20px;margin:23px 0 0;padding:0;list-style:none;color:rgba(255,255,255,.78);font-size:.75rem;font-weight:650}.smart-hero__trust li{display:flex;align-items:center;gap:6px}.smart-hero__trust i{color:#55d69a}.smart-hero__features{margin-top:-62px}
.saas-preview{position:relative;overflow:visible;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:rgba(255,255,255,.11);box-shadow:0 35px 80px rgba(0,0,0,.32);transform:perspective(1300px) rotateY(-4deg) rotateX(1deg);backdrop-filter:blur(10px)}
.saas-preview__top{display:grid;height:40px;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 14px;border-radius:21px 21px 0 0;background:#f8fafc}.saas-preview__top>span{display:flex;gap:5px}.saas-preview__top i{display:block;width:7px;height:7px;border-radius:50%;background:#fa756b}.saas-preview__top i:nth-child(2){background:#f2bd4d}.saas-preview__top i:nth-child(3){background:#59c884}.saas-preview__top b{padding:4px 28px;border:1px solid #e6eaf0;border-radius:99px;color:#7a8798;background:#fff;font-size:.52rem}.saas-preview__top em{justify-self:end;color:#24a56b;font-size:.5rem;font-style:normal;font-weight:800}
.saas-preview__body{display:grid;min-height:390px;grid-template-columns:105px 1fr;overflow:hidden;border-radius:0 0 20px 20px;background:#eef3f8}.saas-preview__body>aside{display:flex;flex-direction:column;gap:5px;padding:20px 11px;color:#9db0c5;background:#10243e}.saas-preview__body>aside strong{margin:0 7px 18px;color:#fff;font-size:.95rem}.saas-preview__body>aside strong span{color:#f58220}.saas-preview__body>aside small{display:flex;align-items:center;gap:7px;padding:8px;border-radius:7px;font-size:.48rem}.saas-preview__body>aside small.is-active{color:#fff;background:#294767}.saas-preview__main{min-width:0;padding:22px}.saas-preview__main>header{display:flex;align-items:center;justify-content:space-between}.saas-preview__main>header small{color:#8a98aa;font-size:.48rem}.saas-preview__main h2{margin:3px 0 0;color:#172033;font-size:.88rem;font-weight:800}.saas-preview__main button{display:grid;width:30px;height:30px;place-items:center;border:1px solid #e1e7ed;border-radius:9px;color:#526174;background:#fff;font-size:.7rem}
.saas-preview__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:17px}.saas-preview__metrics article{display:flex;min-width:0;flex-direction:column;padding:11px;border:1px solid #e3e9ef;border-radius:10px;background:#fff}.saas-preview__metrics span{color:#7b899a;font-size:.45rem}.saas-preview__metrics strong{margin-top:5px;color:#182436;font-size:.85rem}.saas-preview__metrics em{color:#20a36b;font-size:.43rem;font-style:normal}.saas-preview__metrics em.is-warning{color:#e57c28}.saas-preview__data{display:grid;grid-template-columns:1.6fr .8fr;gap:9px;margin-top:9px}.saas-preview__data>article{height:155px;padding:13px;border:1px solid #e3e9ef;border-radius:10px;background:#fff}.saas-preview__data article>span{color:#344054;font-size:.5rem;font-weight:750}.saas-chart>div{display:flex;height:105px;align-items:flex-end;gap:6px;padding-top:20px}.saas-chart i{flex:1;height:var(--bar);border-radius:3px 3px 0 0;background:linear-gradient(#78a3d7,#315f9f)}.saas-progress{text-align:center}.saas-progress>b{position:relative;display:block;width:76px;height:76px;margin:14px auto 7px;border-radius:50%;background:conic-gradient(#f58220 0 86%,#e9eef3 86%)}.saas-progress>b i{position:absolute;inset:12px;border-radius:50%;background:#fff}.saas-progress>b small{position:absolute;z-index:1;inset:28px 0 auto;color:#17365f;font-size:.64rem}.saas-progress p{margin:0;color:#8793a3;font-size:.44rem}.saas-preview__float{position:absolute;right:-22px;bottom:-25px;display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:12px;color:#172033;background:#fff;box-shadow:0 14px 32px rgba(0,0,0,.2)}.saas-preview__float>i{color:#29ad71;font-size:1.25rem}.saas-preview__float span{display:flex;flex-direction:column;font-size:.52rem}.saas-preview__float strong{font-size:.62rem}
.saas-chart i:nth-child(1){height:35%}.saas-chart i:nth-child(2){height:52%}.saas-chart i:nth-child(3){height:46%}.saas-chart i:nth-child(4){height:68%}.saas-chart i:nth-child(5){height:57%}.saas-chart i:nth-child(6){height:82%}.saas-chart i:nth-child(7){height:72%}.saas-chart i:nth-child(8){height:90%}.saas-chart i:nth-child(9){height:78%}
@media(max-width:1199.98px){.saas-preview{transform:none}.saas-preview__body{grid-template-columns:88px 1fr}.saas-preview__main{padding:17px}}
@media(max-width:991.98px){.smart-hero__visual,.smart-hero__shade{height:1050px}.smart-hero__intro{min-height:1050px;padding-top:65px}.smart-hero__copy{margin:0 auto;text-align:center}.smart-hero__eyebrow,.smart-hero__actions,.smart-hero__trust{justify-content:center}.saas-preview{max-width:680px;margin:8px auto 0}.smart-hero__features{margin-top:-52px}}
@media(max-width:575.98px){.smart-hero__visual,.smart-hero__shade{height:930px}.smart-hero__intro{min-height:930px;padding:52px 20px 90px}.smart-hero__trust{display:none}.saas-preview__body{min-height:330px;grid-template-columns:66px 1fr}.saas-preview__body>aside{padding:15px 6px}.saas-preview__body>aside small{padding:6px;font-size:0}.saas-preview__body>aside small i{font-size:.7rem}.saas-preview__main{padding:12px}.saas-preview__metrics article{padding:8px}.saas-preview__metrics strong{font-size:.67rem}.saas-preview__data{grid-template-columns:1fr}.saas-progress{display:none}.saas-preview__float{right:5px;bottom:-20px}.smart-hero__features{margin-top:-42px}}

/* Iconic AddOn visual identity */
.smart-hero{--smart-blue:#f58220;background:#fffaf5}.smart-hero__visual{background:radial-gradient(circle at 82% 24%,rgba(245,130,32,.28),transparent 27%),radial-gradient(circle at 68% 82%,rgba(245,130,32,.12),transparent 32%),linear-gradient(125deg,#091a35 0%,#102f59 58%,#1c477a 100%);animation:addonAmbient 9s ease-in-out infinite alternate}.smart-hero__shade{background:linear-gradient(90deg,rgba(4,14,32,.25),transparent 70%)}
.addon-orbit{position:absolute;z-index:-1;top:105px;right:-110px;width:520px;height:520px;border:1px solid rgba(245,130,32,.3);border-radius:50%;animation:addonOrbitSpin 28s linear infinite}.addon-orbit::before,.addon-orbit::after{content:'';position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%}.addon-orbit::before{inset:52px}.addon-orbit::after{inset:112px;border-color:rgba(245,130,32,.16)}.addon-orbit__word{position:absolute;top:50%;left:50%;color:rgba(255,255,255,.055);font-size:8rem;font-weight:300;line-height:.68;letter-spacing:-.1em;transform:translate(-55%,-50%) rotate(-8deg)}.addon-orbit__word strong{display:block;color:rgba(245,130,32,.11);font-weight:800}.addon-orbit>i{position:absolute;width:11px;height:11px;border:3px solid #f58220;border-radius:50%;background:#112e56;box-shadow:0 0 18px rgba(245,130,32,.75)}.addon-orbit>i:nth-of-type(1){top:48px;left:112px}.addon-orbit>i:nth-of-type(2){right:4px;bottom:190px}
.smart-hero__title span{color:#ff9a47}.smart-hero__button--primary{border-color:#f58220;background:linear-gradient(135deg,#f58220,#ff9c4c);box-shadow:0 14px 34px rgba(245,130,32,.34)}.smart-hero__button--primary:hover{background:linear-gradient(135deg,#dc6d12,#f58220);box-shadow:0 18px 42px rgba(245,130,32,.42)}
.saas-preview{border-color:rgba(255,169,92,.3);box-shadow:0 38px 90px rgba(0,0,0,.34),0 0 0 1px rgba(245,130,32,.08);animation:addonDashboardFloat 6s ease-in-out infinite}.saas-preview::before{content:'';position:absolute;z-index:-1;inset:-20px;border-radius:35px;background:linear-gradient(135deg,rgba(245,130,32,.2),transparent 45%);filter:blur(22px)}.saas-preview__spark{position:absolute;z-index:3;width:9px;height:9px;border-radius:50%;background:#ff9a47;box-shadow:0 0 20px #f58220;animation:addonSpark 4s ease-in-out infinite}.saas-preview__spark--one{top:-18px;right:18%}.saas-preview__spark--two{bottom:12%;left:-24px;animation-delay:-2s}.saas-preview__body>aside small.is-active{background:linear-gradient(135deg,#f58220,#d96a0b)}.saas-chart i{background:linear-gradient(#ffb06e,#f58220)}.saas-progress>b{background:conic-gradient(#f58220 0 86%,#e9eef3 86%)}
.smart-feature-card{border-top:3px solid transparent;box-shadow:0 14px 34px rgba(24,44,72,.12)}.smart-feature-card:hover{border-top-color:#f58220;box-shadow:0 24px 50px rgba(245,130,32,.16)}.smart-feature-card__icon,.smart-feature-card h2{color:#d96a0b}.smart-feature-card__icon{position:relative}.smart-feature-card__icon::before{content:'';position:absolute;inset:12px;border-radius:50%;background:rgba(245,130,32,.09);animation:addonIconPulse 3.4s ease-in-out infinite}.smart-feature-card__icon i{position:relative;z-index:1}
@keyframes addonAmbient{from{filter:saturate(.95);background-position:0 0}to{filter:saturate(1.15);background-position:25px -15px}}@keyframes addonOrbitSpin{to{transform:rotate(360deg)}}@keyframes addonDashboardFloat{0%,100%{transform:perspective(1300px) rotateY(-4deg) rotateX(1deg) translateY(0)}50%{transform:perspective(1300px) rotateY(-2deg) rotateX(0) translateY(-10px)}}@keyframes addonSpark{0%,100%{opacity:.35;transform:scale(.65)}50%{opacity:1;transform:scale(1.35)}}@keyframes addonIconPulse{0%,100%{transform:scale(.88);opacity:.45}50%{transform:scale(1.08);opacity:1}}
@media(max-width:991.98px){.addon-orbit{top:390px;right:-230px}.saas-preview{animation:addonDashboardFloatMobile 6s ease-in-out infinite}@keyframes addonDashboardFloatMobile{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}}
@media(max-width:575.98px){.addon-orbit{display:none}.saas-preview__spark{display:none}}
@media(prefers-reduced-motion:reduce){.smart-hero__visual,.addon-orbit,.saas-preview,.saas-preview__spark,.smart-feature-card__icon::before{animation:none!important}}

/* Clean AddOn hero — light SaaS direction */
.smart-hero{min-height:auto;padding-bottom:52px;background:#fff}.smart-hero__visual{height:790px;background:radial-gradient(circle at 91% 30%,rgba(255,132,40,.24),transparent 25%),radial-gradient(circle at 76% 68%,rgba(255,197,155,.22),transparent 28%),linear-gradient(135deg,#fff 0%,#fff 48%,#fff6ef 100%);animation:addonLightGlow 10s ease-in-out infinite alternate}.smart-hero__visual::after{content:'';position:absolute;right:-8%;bottom:-180px;width:760px;height:390px;border:1px solid rgba(245,88,17,.15);border-radius:50%;box-shadow:0 0 0 35px rgba(245,130,32,.035),0 0 0 75px rgba(245,130,32,.02);transform:rotate(-12deg)}.smart-hero__shade{display:none}.addon-orbit{z-index:-1;top:110px;right:-145px;border-color:rgba(245,130,32,.18);opacity:.62}.addon-orbit::before{border-color:rgba(245,130,32,.1)}.addon-orbit__word{color:rgba(245,130,32,.04)}
.smart-hero__intro{min-height:715px;padding-top:64px;padding-bottom:92px}.smart-hero__copy{color:#1d2530}.smart-hero__eyebrow{display:inline-flex;margin-bottom:28px;padding:9px 15px;border-radius:99px;color:#27303b;background:#fff2e9;box-shadow:inset 0 0 0 1px rgba(245,130,32,.06);letter-spacing:0;text-transform:none}.smart-hero__eyebrow i{color:#f06419}.smart-hero__title{color:#1d2530;font-size:clamp(2.65rem,4.35vw,4.75rem);font-weight:780;line-height:1.08;letter-spacing:-.055em}.smart-hero__title span{color:#f15b16;letter-spacing:-.045em}.smart-hero__description{max-width:590px;color:#5b6573;font-size:1rem;line-height:1.75}.smart-hero__button{min-height:52px;padding:12px 25px;border-radius:9px}.smart-hero__button--primary{border-color:#f15b16;background:linear-gradient(135deg,#f15b16,#ff7b1d);box-shadow:0 14px 30px rgba(241,91,22,.24)}.smart-hero__button--ghost{border-color:#f15b16;color:#222b36;background:#fff}.smart-hero__button--ghost:hover{color:#f15b16;background:#fff7f2}.smart-hero__trust{gap:28px;margin-top:38px;color:#242c36}.smart-hero__trust li{gap:11px;font-size:.76rem;line-height:1.35;text-align:left}.smart-hero__trust li>span{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;color:#f15b16;background:#fff;box-shadow:0 9px 22px rgba(40,52,67,.1)}.smart-hero__trust i{color:inherit;font-size:1rem}
.saas-preview{border-color:rgba(47,59,74,.08);background:#fff;box-shadow:0 34px 75px rgba(49,57,70,.18),0 0 0 1px rgba(255,255,255,.7);transform:perspective(1300px) rotateY(-5deg) rotateX(2deg);animation:addonLightDashboard 6s ease-in-out infinite}.saas-preview::before{inset:-35px;background:radial-gradient(circle at 75% 40%,rgba(255,105,24,.25),transparent 55%);filter:blur(30px)}.saas-preview__top{background:#fff}.saas-preview__body{background:#f7f8fa}.saas-preview__body>aside{color:#697586;background:#fff;border-right:1px solid #eceff3}.saas-preview__body>aside strong{color:#f15b16}.saas-preview__body>aside strong span{color:#252c35}.saas-preview__body>aside small.is-active{color:#f15b16;background:#fff0e6}.saas-chart i{background:linear-gradient(#ffb27d,#f15b16)}.saas-preview__float{border:1px solid #f0f1f3}.saas-preview__spark{background:#f15b16}.saas-preview__spark--two{display:none}
.smart-hero__clients{position:relative;z-index:4;max-width:1380px;margin-top:-48px;padding:26px 36px;border:1px solid rgba(43,53,68,.08);border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 20px 50px rgba(42,51,64,.1);backdrop-filter:blur(12px)}.smart-hero__clients>span{display:block;margin-bottom:18px;color:#7a8390;font-size:.66rem}.smart-hero__client-logos{display:flex;align-items:center;justify-content:space-between;gap:28px}.smart-hero__client-logos img{width:auto;max-width:130px;height:34px;object-fit:contain;filter:grayscale(1);opacity:.78;transition:.25s ease}.smart-hero__client-logos img:hover{filter:none;opacity:1;transform:translateY(-2px)}.smart-hero__client-logos small{flex-shrink:0;color:#667085;font-size:.72rem}
@keyframes addonLightGlow{from{filter:saturate(.95);transform:scale(1)}to{filter:saturate(1.08);transform:scale(1.015)}}@keyframes addonLightDashboard{0%,100%{transform:perspective(1300px) rotateY(-5deg) rotateX(2deg) translateY(0)}50%{transform:perspective(1300px) rotateY(-3deg) rotateX(1deg) translateY(-9px)}}
@media(max-width:1199.98px){.smart-hero__title{font-size:clamp(2.45rem,4.3vw,3.75rem)}.smart-hero__client-logos img{max-width:105px;height:30px}}
@media(max-width:991.98px){.smart-hero__visual{height:1070px}.smart-hero__intro{min-height:1010px}.smart-hero__copy{text-align:center}.smart-hero__eyebrow{display:inline-flex}.saas-preview{animation:addonLightDashboardMobile 6s ease-in-out infinite}.smart-hero__clients{margin-top:-32px}.smart-hero__client-logos{flex-wrap:wrap;justify-content:center}.smart-hero__client-logos small{width:100%;text-align:center}@keyframes addonLightDashboardMobile{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}}
@media(max-width:575.98px){.smart-hero__visual{height:940px}.smart-hero__intro{min-height:900px;padding-top:48px}.smart-hero__eyebrow{margin-bottom:20px}.smart-hero__title{font-size:clamp(2.2rem,10vw,3rem)}.smart-hero__actions{flex-direction:column}.smart-hero__button{width:100%}.smart-hero__clients{margin:0 16px;padding:22px 18px}.smart-hero__client-logos{gap:22px}.smart-hero__client-logos img{max-width:90px;height:25px}.saas-preview__float{display:none}}

/* Reference proportion refinements */
.smart-hero__title{font-size:clamp(2.75rem,3.55vw,3.95rem);line-height:1.08}.smart-hero__title .smart-hero__line{display:block;color:#1d2530;font-weight:780;letter-spacing:-.055em}.smart-hero__title .smart-hero__line--accent{color:#f15b16}.smart-hero__intro>.row>.col-lg-6:first-child{width:48%}.smart-hero__intro>.row>.col-lg-6:last-child{width:52%}.saas-preview{width:112%;margin-left:-5%}.smart-hero__clients{margin-top:-34px}.smart-hero__client-logos img{height:38px}.smart-hero__client-logos small{font-size:.78rem}
@media(max-width:1199.98px){.smart-hero__title{font-size:clamp(2.55rem,3.7vw,3.35rem)}.saas-preview{width:108%;margin-left:-3%}}
@media(max-width:991.98px){.smart-hero__intro>.row>.col-lg-6:first-child,.smart-hero__intro>.row>.col-lg-6:last-child{width:100%}.smart-hero__title{font-size:clamp(2.55rem,6vw,3.65rem)}.saas-preview{width:100%;margin-left:auto;margin-right:auto}}
@media(max-width:575.98px){.smart-hero__title{font-size:clamp(2.05rem,9.5vw,2.75rem);line-height:1.1}.smart-hero__title .smart-hero__line{letter-spacing:-.045em}.smart-hero__client-logos img{height:28px}}

:root {
    --addon-orange: #f58220;
    --addon-orange-dark: #d96a0b;
    --addon-orange-soft: #fff2e5;
    --addon-cream: #fff9f4;
    --addon-heading: #172033;
    --addon-text: #667085;
    --addon-border: #e9eaec;
    --addon-white: #ffffff;
    --addon-shadow-hero: 0 30px 80px rgba(23, 32, 51, .14);
}

.hero-addon {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 142px 0 78px;
    scroll-margin-top: 78px;
    background: linear-gradient(135deg, var(--addon-cream) 0%, var(--addon-white) 52%, #fff6ed 100%);
}

.hero-addon__glow {
    position: absolute;
    z-index: -2;
    top: -220px;
    right: -150px;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: rgba(245, 130, 32, .16);
    filter: blur(90px);
    pointer-events: none;
}

.hero-addon__grid {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .34;
    background-image: linear-gradient(rgba(23, 32, 51, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 32, 51, .035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to right, transparent, #000 45%, #000);
    pointer-events: none;
}

.hero-addon__container { max-width: 1240px; }
.hero-addon__row { min-height: 500px; }
.hero-addon__content { max-width: 550px; }

.hero-addon__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 20px;
    padding: 8px 13px;
    border: 1px solid rgba(245, 130, 32, .25);
    border-radius: 999px;
    color: var(--addon-orange-dark);
    background: rgba(255, 255, 255, .78);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hero-addon__title {
    margin: 0;
    color: var(--addon-heading);
    font-size: clamp(2.65rem, 4.6vw, 4.6rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.hero-addon__title span { display: block; color: var(--addon-orange); }
.hero-addon__lead { max-width: 520px; margin: 24px 0 0; color: var(--addon-text); font-size: 1.05rem; line-height: 1.75; }
.hero-addon__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.hero-addon__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 21px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.hero-addon__button:hover { transform: translateY(-2px); }
.hero-addon__button--primary { color: var(--addon-white); background: var(--addon-orange); box-shadow: 0 12px 28px rgba(245, 130, 32, .25); }
.hero-addon__button--primary:hover { color: var(--addon-white); background: var(--addon-orange-dark); }
.hero-addon__button--secondary { border-color: var(--addon-border); color: var(--addon-heading); background: rgba(255, 255, 255, .82); }
.hero-addon__button--secondary:hover { border-color: rgba(245, 130, 32, .45); color: var(--addon-orange-dark); background: var(--addon-white); }

.hero-addon__chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.hero-addon__chips li { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid var(--addon-border); border-radius: 999px; color: #475467; background: rgba(255, 255, 255, .72); font-size: .77rem; font-weight: 600; }
.hero-addon__chips i { color: var(--addon-orange); }

.hero-preview { overflow: hidden; border: 1px solid rgba(23, 32, 51, .11); border-radius: 28px; background: var(--addon-white); box-shadow: var(--addon-shadow-hero); outline: none; transform: translateY(0); transition: transform .25s ease, box-shadow .25s ease; }
.hero-preview:hover { transform: translateY(-4px); box-shadow: 0 34px 90px rgba(23, 32, 51, .17); }
.hero-preview:focus-visible { box-shadow: 0 0 0 4px rgba(245, 130, 32, .24), var(--addon-shadow-hero); }

.hero-browser { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 46px; padding: 0 17px; border-bottom: 1px solid var(--addon-border); color: #98a2b3; background: #fbfbfc; font-size: .75rem; }
.hero-browser__dots, .hero-dots, .hero-arrows { display: flex; align-items: center; gap: 7px; }
.hero-browser__dots i { width: 8px; height: 8px; border-radius: 50%; background: #d0d5dd; }
.hero-browser__dots i:first-child { background: #ff8b81; }
.hero-browser__dots i:nth-child(2) { background: #fbc95d; }
.hero-browser__dots i:last-child { background: #65cf88; }
.hero-browser__label { padding: 5px 34px; border: 1px solid var(--addon-border); border-radius: 999px; color: #667085; background: var(--addon-white); font-weight: 600; }
.hero-browser__secure { justify-self: end; color: #98a2b3; }

.hero-image { position: relative; overflow: hidden; aspect-ratio: 598 / 376; background: #f2f4f7; }
.hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease, transform .35s ease; }
.hero-preview.is-changing .hero-image img { opacity: .2; transform: scale(.985); }
.hero-info { padding: 22px 25px 24px; }
.hero-module { display: inline-flex; margin-bottom: 8px; color: var(--addon-orange-dark); font-size: .75rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.hero-info__title { margin: 0; color: var(--addon-heading); font-size: 1.35rem; font-weight: 750; line-height: 1.25; }
.hero-info__description { max-width: 620px; min-height: 48px; margin: 8px 0 0; color: var(--addon-text); font-size: .9rem; line-height: 1.6; }

.hero-progress { overflow: hidden; height: 3px; margin-top: 17px; border-radius: 999px; background: var(--addon-orange-soft); }
.hero-progress__fill { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--addon-orange); }
.hero-progress__fill.is-running { animation: heroAddonProgress 5s linear forwards; }
.hero-info__footer, .hero-navigation { display: flex; align-items: center; }
.hero-info__footer { justify-content: space-between; gap: 20px; margin-top: 17px; }
.hero-navigation { gap: 18px; }
.hero-link { display: inline-flex; align-items: center; gap: 7px; color: var(--addon-heading); font-size: .88rem; font-weight: 700; text-decoration: none; }
.hero-link:hover { color: var(--addon-orange-dark); }

.hero-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #d0d5dd; transition: width .2s ease, background-color .2s ease; }
.hero-dot.is-active { width: 25px; background: var(--addon-orange); }
.hero-arrow { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--addon-border); border-radius: 50%; color: var(--addon-heading); background: var(--addon-white); transition: border-color .2s ease, color .2s ease, background-color .2s ease; }
.hero-arrow:hover { border-color: var(--addon-orange); color: var(--addon-white); background: var(--addon-orange); }
.hero-dot:focus-visible, .hero-arrow:focus-visible, .hero-addon__button:focus-visible, .hero-link:focus-visible { outline: 3px solid rgba(245, 130, 32, .35); outline-offset: 3px; }

@keyframes heroAddonProgress { from { width: 0; } to { width: 100%; } }

@media (max-width: 991.98px) {
    .hero-addon { padding: 116px 0 68px; }
    .hero-addon__row { min-height: 0; }
    .hero-addon__content { max-width: 690px; }
}

@media (max-width: 575.98px) {
    .hero-addon { padding: 104px 0 56px; }
    .hero-addon__title { font-size: clamp(2.35rem, 12vw, 3.15rem); }
    .hero-addon__lead { margin-top: 18px; font-size: .98rem; }
    .hero-addon__actions { margin-top: 24px; }
    .hero-addon__button { flex: 1 1 160px; }
    .hero-addon__chips li:nth-child(n + 4) { display: none; }
    .hero-browser { min-height: 42px; padding: 0 13px; }
    .hero-browser__label { padding-inline: 20px; }
    .hero-info { padding: 19px 18px 20px; }
    .hero-info__description { min-height: 66px; }
    .hero-info__footer { align-items: flex-start; flex-direction: column; }
    .hero-navigation { width: 100%; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-addon *, .hero-addon *::before, .hero-addon *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

#about{
    background:linear-gradient(180deg,#fff,#f8fbff);
}

#about img{
    transition:.5s;
}

#about img:hover{
    transform:translateY(-10px);
}

#about .btn{
    transition:.3s;
}

#about .btn:hover{
    transform:translateY(-3px);
}

#about .shadow{
    animation:floatCard 4s ease-in-out infinite;
}

@keyframes floatCard{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-10px);
    }
}
.about-premium{
padding:120px 0;
background:
radial-gradient(circle at top right,#eef5ff,transparent 35%),
radial-gradient(circle at bottom left,#f4f8ff,transparent 40%),
#fff;
position:relative;
}

.ultra-title{
font-size:3rem;
font-weight:800;
line-height:1.2;
}

.text-gradient{
background:linear-gradient(90deg,#2563eb,#06b6d4);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.ultra-text{
color:#64748b;
font-size:1.05rem;
line-height:1.9;
}

.feature-list{
padding:0;
margin:35px 0;
list-style:none;
}

.feature-list li{
margin-bottom:15px;
font-weight:600;
display:flex;
align-items:center;
gap:12px;
}

.feature-list i{
color:#2563eb;
font-size:20px;
}

.mini-stat{
padding:20px;
border-radius:20px;
background:#fff;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.4s;
text-align:center;
}

.mini-stat:hover{
transform:translateY(-8px);
}

.mini-stat h3{
font-size:2rem;
font-weight:800;
color:#2563eb;
}

.vm-card{
padding:30px;
border-radius:25px;
background:#fff;
box-shadow:0 20px 50px rgba(0,0,0,.08);
height:100%;
transition:.4s;
}

.vm-card:hover{
transform:translateY(-10px);
}

.vm-icon{
width:70px;
height:70px;
border-radius:20px;
background:linear-gradient(135deg,#2563eb,#06b6d4);
display:flex;
justify-content:center;
align-items:center;
color:#fff;
font-size:28px;
margin-bottom:20px;
}

.about-image{
position:relative;
}

.about-image img{
transition:.5s;
}

.about-image:hover img{
transform:scale(1.03);
}

.floating-card{
position:absolute;
background:#fff;
padding:18px;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,.12);
animation:floating 4s ease-in-out infinite;
text-align:center;
}

.card-one{
top:40px;
left:-20px;
}

.card-two{
bottom:30px;
right:-20px;
}

@keyframes floating{
0%,100%{transform:translateY(0);}
50%{transform:translateY(-10px);}
}
/* ===================================================
   ABOUT SECTION FINAL V3
=================================================== */

.about-premium{
    position:relative;
    overflow:hidden;
    padding:120px 0;
    background:
        radial-gradient(circle at 10% 20%,rgba(37,99,235,.12),transparent 35%),
        radial-gradient(circle at 90% 80%,rgba(6,182,212,.12),transparent 35%),
        linear-gradient(180deg,#ffffff,#f8fbff);
}

/* Animated Blobs */

.about-premium::before{
    content:'';
    position:absolute;
    width:550px;
    height:550px;
    border-radius:50%;
    background:#2563eb;
    opacity:.08;
    filter:blur(160px);
    top:-180px;
    left:-180px;
    animation:blob1 15s infinite alternate ease-in-out;
}

.about-premium::after{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:#06b6d4;
    opacity:.08;
    filter:blur(160px);
    right:-150px;
    bottom:-150px;
    animation:blob2 18s infinite alternate ease-in-out;
}

@keyframes blob1{
    from{transform:translate(0,0);}
    to{transform:translate(100px,60px);}
}

@keyframes blob2{
    from{transform:translate(0,0);}
    to{transform:translate(-80px,-50px);}
}

/* Badge */

.ultra-badge{
    padding:10px 24px;
    border-radius:50px;
    background:#2563eb15;
    color:#2563eb;
    font-weight:700;
    letter-spacing:.5px;
}

/* Title */

.ultra-title{
    font-size:clamp(2.5rem,5vw,4rem);
    line-height:1.15;
    font-weight:800;
    position:relative;
}

.ultra-title::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-18px;
    width:120px;
    height:6px;
    border-radius:50px;
    background:linear-gradient(90deg,#2563eb,#06b6d4);
}

.text-gradient{
    background:linear-gradient(90deg,#2563eb,#06b6d4);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* Text */

.ultra-text{
    color:#64748b;
    line-height:1.9;
    font-size:1.05rem;
}

/* Feature */

.feature-list{
    margin-top:35px;
}

.feature-list li{
    margin-bottom:18px;
    display:flex;
    gap:15px;
    align-items:center;
    transition:.35s;
    font-weight:600;
}

.feature-list li:hover{
    transform:translateX(12px);
    color:#2563eb;
}

.feature-list i{
    color:#2563eb;
    font-size:22px;
}

/* Stats */

.mini-stat{
    background:white;
    border-radius:22px;
    padding:25px 15px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.07);
    transition:.4s;
}

.mini-stat:hover{
    transform:translateY(-10px);
}

.mini-stat h3{
    font-size:2rem;
    font-weight:800;
    color:#2563eb;
}

/* Vision Mission */

.vm-card{
    background:rgba(255,255,255,.75);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.5);
    border-radius:28px;
    padding:30px;
    box-shadow:
        0 10px 30px rgba(0,0,0,.05),
        0 20px 60px rgba(37,99,235,.08);
    transition:.45s;
    height:100%;
}

.vm-card:hover{
    transform:
        translateY(-12px)
        rotateX(4deg)
        rotateY(-4deg);
}

.vm-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    background:linear-gradient(135deg,#2563eb,#06b6d4);
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    margin-bottom:20px;
    transition:.4s;
}

.vm-card:hover .vm-icon{
    transform:rotate(10deg) scale(1.15);
    box-shadow:0 0 30px rgba(37,99,235,.45);
}

/* Image */

.about-image{
    position:relative;
}

.about-image img{
    border-radius:30px;
    box-shadow:
        0 30px 80px rgba(0,0,0,.15);
    animation:floatingImage 8s ease-in-out infinite;
}

@keyframes floatingImage{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-18px);
    }

}

/* Floating Cards */

.floating-card{
    position:absolute;
    min-width:140px;
    text-align:center;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(20px);
    border-radius:20px;
    padding:18px;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}

.card-one{
    top:50px;
    left:-35px;
    animation:float1 5s infinite ease-in-out;
}

.card-two{
    bottom:50px;
    right:-35px;
    animation:float2 6s infinite ease-in-out;
}

@keyframes float1{

    50%{
        transform:translateY(-15px);
    }

}

@keyframes float2{

    50%{
        transform:translateY(15px);
    }

}

/* Buttons */

.btn-gradient{
    background:linear-gradient(135deg,#2563eb,#06b6d4);
    color:white;
    border:none;
    position:relative;
    overflow:hidden;
}

.btn-gradient::before{
    content:'';
    position:absolute;
    top:-20px;
    left:-120px;
    width:60px;
    height:180%;
    background:rgba(255,255,255,.35);
    transform:rotate(25deg);
    transition:.7s;
}

.btn-gradient:hover::before{
    left:260px;
}

.btn-gradient:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 40px rgba(37,99,235,.35);
}

/* Mobile */

@media(max-width:991px){

    .ultra-title{
        font-size:2.3rem;
    }

    .card-one,
    .card-two{
        display:none;
    }

}
.about-highlights{
    display:flex;
    gap:20px;
    margin-top:35px;
    flex-wrap:wrap;
}

.highlight-item{
    flex:1;
    min-width:220px;
    display:flex;
    align-items:center;
    gap:15px;
    padding:20px;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.highlight-item i{
    width:55px;
    height:55px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#ff6a00,#ff9f43);
    color:#fff;
    font-size:22px;
}

.highlight-item strong{
    display:block;
    font-size:18px;
}

.highlight-item span{
    color:#6b7280;
    font-size:14px;
}
.clients-section{
    background:#fff;
    overflow:hidden;
}

.section-title{
    font-size:2.5rem;
    font-weight:800;
}

.section-desc{
    max-width:700px;
    margin:auto;
    color:#6b7280;
}

.clients-marquee{
    overflow:hidden;
    position:relative;
}

.clients-track{
    display:flex;
    width:max-content;
    gap:30px;
    animation:scrollClients 30s linear infinite;
}

.client-item{
    flex-shrink:0;
}

.client-logo{

    min-width:220px;
    height:90px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:20px;

    background:#fff;

    border:1px solid #eee;

    font-weight:700;

    color:#374151;

    transition:.3s;
}

.client-logo:hover{

    transform:translateY(-5px);

    box-shadow:
    0 20px 40px rgba(0,0,0,.08);

}

@keyframes scrollClients{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}
:root{

    --primary:#ff6a00;
    --primary-light:#ff8a00;

    --dark:#081a34;

    --white:#ffffff;

    --section:#fff8f3;

    --text:#1f2937;

    --text-light:#6b7280;

}
.statistics-section{
    background:#ffffff;
}
.about-premium{
    background:#ffffff;
}
.why-choose-section{
    background:#ffffff;
}
.erp-section{
    background:#fff8f3;
}
.products-section{
    background:#fff8f3;
}
.clients-section{
    background:#ffffff;
}
.news-section{
    background:#ffffff;
}
.faq-section{
    background:#ffffff;
}
.cta-section{
    background:
    linear-gradient(
    135deg,
    #ff6a00,
    #ff8a00
    );
}
section{
    position:relative;
    padding:100px 0;
}

@media(max-width:768px){

    section{
        padding:70px 0;
    }

}

/* ===================================================
   NAVBAR PRODUCTS MENU
=================================================== */
.addon-navbar:not(.navbar-shrink) {
    border-bottom-color: transparent;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

/* Compact proportions for the integration constellation */
.compliance-ecosystem {
    padding: 64px 0 78px;
}

.compliance-ecosystem h2 {
    max-width: 720px;
    font-size: clamp(1.55rem, 2.35vw, 2.05rem);
}

.compliance-ecosystem__line {
    width: 34px;
    height: 3px;
    margin: 14px auto 28px;
}

.compliance-ecosystem__network {
    max-width: 940px;
    min-height: 350px;
    grid-template-columns: 1fr 190px 1fr;
    gap: 18px 54px;
}

.compliance-ecosystem__hub {
    width: 142px;
    height: 142px;
}

.compliance-ecosystem__hub::before { inset: -14px; }
.compliance-ecosystem__hub::after { inset: -25px; }

.compliance-ecosystem__hub img {
    width: 82px;
}

.compliance-ecosystem__hub small {
    margin-top: 3px;
    font-size: .5rem;
}

.compliance-ecosystem__hub-ring {
    top: 2px;
    right: 18px;
    width: 10px;
    height: 10px;
}

.compliance-ecosystem__orbit {
    inset: 48px 206px;
}

.compliance-ecosystem__item {
    min-height: 126px;
    padding: 18px 23px;
    border-radius: 15px;
}

.compliance-ecosystem__mark {
    min-height: 43px;
    gap: 8px;
}

.compliance-ecosystem__mark i {
    font-size: 1.65rem;
}

.compliance-ecosystem__mark strong {
    font-size: clamp(1.3rem, 1.75vw, 1.7rem);
}

.compliance-ecosystem__djp-symbol {
    width: 31px;
    height: 31px;
    border-width: 7px;
    border-radius: 9px;
}

.compliance-ecosystem__number {
    top: 13px;
    right: 15px;
    font-size: .57rem;
}

.compliance-ecosystem__item h3 {
    margin-top: 7px;
    font-size: .67rem;
    line-height: 1.45;
}

.compliance-ecosystem__description {
    max-width: 760px;
    margin-top: 25px;
    padding: 14px 23px;
    font-size: .82rem;
}

@media (max-width: 991.98px) {
    .compliance-ecosystem__network {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: auto;
    }

    .compliance-ecosystem__hub {
        width: 136px;
        height: 136px;
        margin: 16px auto 26px;
    }
}

@media (max-width: 575.98px) {
    .compliance-ecosystem {
        padding: 48px 0 58px;
    }

    .compliance-ecosystem__network {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .compliance-ecosystem__hub {
        grid-column: 1;
        width: 122px;
        height: 122px;
        margin: 10px auto 22px;
    }

    .compliance-ecosystem__hub img { width: 72px; }

    .compliance-ecosystem__item {
        min-height: 112px;
        padding: 16px 20px;
    }

    .compliance-ecosystem__description {
        margin-top: 20px;
        padding: 14px 17px;
        font-size: .77rem;
    }
}

/* Compact customer logos */
.addon-clients__grid{gap:14px 24px}
.addon-client-grid-logo{height:88px;padding:8px}
.addon-client-grid-logo__visual{height:76px}
.addon-client-grid-logo__visual img,
.addon-client-grid-logo--standard .addon-client-grid-logo__visual img,
.addon-client-grid-logo--wide .addon-client-grid-logo__visual img,
.addon-client-grid-logo--large .addon-client-grid-logo__visual img{
    width:auto;
    max-width:112px;
    height:auto;
    max-height:52px;
    transform:none;
}

@media(max-width:991.98px){
    .addon-client-grid-logo{height:82px}
    .addon-client-grid-logo__visual{height:70px}
    .addon-client-grid-logo__visual img,
    .addon-client-grid-logo--standard .addon-client-grid-logo__visual img,
    .addon-client-grid-logo--wide .addon-client-grid-logo__visual img,
    .addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:100px;max-height:47px}
}

@media(max-width:575.98px){
    .addon-clients__grid{gap:8px 12px}
    .addon-client-grid-logo{height:68px;padding:5px}
    .addon-client-grid-logo__visual{height:60px}
    .addon-client-grid-logo__visual img,
    .addon-client-grid-logo--standard .addon-client-grid-logo__visual img,
    .addon-client-grid-logo--wide .addon-client-grid-logo__visual img,
    .addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:82px;max-height:38px}
}

/* Customs and tax integration ecosystem */
.compliance-ecosystem {
    --compliance-blue: #175a96;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 88px 0 132px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.82)),
        linear-gradient(135deg, #f5f8fb, #fff);
    text-align: center;
}

.compliance-ecosystem::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0 66%, rgba(23,90,150,.045) 66% 67%, transparent 67% 78%, rgba(23,90,150,.035) 78% 79%, transparent 79%),
        radial-gradient(circle at 82% 30%, rgba(23,90,150,.07), transparent 27%);
    content: "";
}

.compliance-ecosystem__inner {
    position: relative;
    z-index: 2;
}

.compliance-ecosystem__eyebrow {
    display: block;
    margin-bottom: 9px;
    color: #db782d;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.compliance-ecosystem h2 {
    max-width: 820px;
    margin: 0 auto;
    color: var(--compliance-blue);
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.035em;
}

.compliance-ecosystem__line {
    display: block;
    width: 42px;
    height: 4px;
    margin: 20px auto 48px;
    border-radius: 50px;
    background: var(--compliance-blue);
}

.compliance-ecosystem__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.compliance-ecosystem__item {
    display: flex;
    min-height: 166px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 24px 18px;
    border: 1px solid rgba(23,90,150,.09);
    border-radius: 18px;
    background: rgba(255,255,255,.66);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.compliance-ecosystem__item:hover {
    border-color: rgba(23,90,150,.2);
    box-shadow: 0 18px 45px rgba(29,58,89,.09);
    transform: translateY(-5px);
}

.compliance-ecosystem__mark {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #25292e;
}

.compliance-ecosystem__mark i {
    color: var(--compliance-blue);
    font-size: 2.3rem;
}

.compliance-ecosystem__mark strong {
    font-size: clamp(1.65rem, 2.4vw, 2.25rem);
    font-weight: 850;
    letter-spacing: -.06em;
}

.compliance-ecosystem__mark sup {
    margin-left: 3px;
    font-size: .45em;
    letter-spacing: 0;
}

.compliance-ecosystem__djp-symbol {
    width: 42px;
    height: 42px;
    border: 9px solid #272b30;
    border-right-color: #90979d;
    border-radius: 12px;
}

.compliance-ecosystem__item h3 {
    max-width: 235px;
    margin: 13px auto 0;
    color: #56616e;
    font-size: .76rem;
    font-weight: 650;
    line-height: 1.55;
}

.compliance-ecosystem__description {
    max-width: 850px;
    margin: 38px auto 0;
    color: #687481;
    font-size: .95rem;
    line-height: 1.75;
}

.compliance-ecosystem__wave {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 75px;
    background: var(--compliance-blue);
    clip-path: polygon(0 25%, 18% 65%, 40% 78%, 58% 72%, 75% 38%, 88% 12%, 100% 8%, 100% 100%, 0 100%);
}

@media (max-width: 991.98px) {
    .compliance-ecosystem {
        padding: 72px 0 118px;
    }

    .compliance-ecosystem__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .compliance-ecosystem {
        padding: 58px 0 96px;
    }

    .compliance-ecosystem__line {
        margin: 17px auto 30px;
    }

    .compliance-ecosystem__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .compliance-ecosystem__item {
        min-height: 135px;
        padding: 18px;
    }

    .compliance-ecosystem__description {
        margin-top: 28px;
        font-size: .85rem;
    }

    .compliance-ecosystem__wave {
        height: 48px;
    }
}

/* Original AddOn integration constellation */
.compliance-ecosystem {
    padding: 96px 0 118px;
    background:
        radial-gradient(circle at 50% 53%, rgba(231,120,40,.11), transparent 18%),
        radial-gradient(circle at 12% 22%, rgba(23,90,150,.09), transparent 24%),
        linear-gradient(155deg, #f8fafc 0%, #fff 48%, #f5f8fc 100%);
}

.compliance-ecosystem::before {
    opacity: .7;
    background-image: radial-gradient(rgba(23,90,150,.13) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
}

.compliance-ecosystem__network {
    position: relative;
    display: grid;
    max-width: 1010px;
    min-height: 485px;
    grid-template-columns: 1fr 230px 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 28px 70px;
    align-items: center;
    margin: 5px auto 0;
}

.compliance-ecosystem__hub {
    position: relative;
    z-index: 4;
    display: flex;
    width: 190px;
    height: 190px;
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(23,90,150,.18);
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    box-shadow: 0 28px 75px rgba(24,55,87,.16), inset 0 0 0 10px rgba(23,90,150,.035);
}

.compliance-ecosystem__hub::before,
.compliance-ecosystem__hub::after {
    position: absolute;
    border: 1px solid rgba(231,120,40,.28);
    border-radius: inherit;
    content: "";
}

.compliance-ecosystem__hub::before {
    inset: -19px;
    animation: addon-orbit-spin 18s linear infinite;
    border-right-color: #e77828;
    border-left-color: transparent;
}

.compliance-ecosystem__hub::after {
    inset: -34px;
    border-color: rgba(23,90,150,.12);
}

.compliance-ecosystem__hub img {
    width: 112px;
    height: auto;
    object-fit: contain;
}

.compliance-ecosystem__hub small {
    margin-top: 6px;
    color: #667281;
    font-size: .61rem;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.compliance-ecosystem__hub-ring {
    position: absolute;
    top: 4px;
    right: 24px;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #e77828;
    box-shadow: 0 0 0 7px rgba(231,120,40,.14);
}

.compliance-ecosystem__orbit {
    position: absolute;
    z-index: 1;
    inset: 58px 225px;
    border: 1px dashed rgba(23,90,150,.2);
    border-radius: 50%;
}

.compliance-ecosystem__orbit::before,
.compliance-ecosystem__orbit::after {
    position: absolute;
    top: 50%;
    width: 175px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(23,90,150,.34), transparent);
    content: "";
}

.compliance-ecosystem__orbit::before { right: 100%; }
.compliance-ecosystem__orbit::after { left: 100%; }

.compliance-ecosystem__orbit span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e77828;
    box-shadow: 0 0 0 6px rgba(231,120,40,.12);
    animation: addon-node-pulse 2.8s ease-in-out infinite;
}

.compliance-ecosystem__orbit span:nth-child(1) { top: 5%; left: 19%; }
.compliance-ecosystem__orbit span:nth-child(2) { top: 12%; right: 14%; animation-delay: .7s; }
.compliance-ecosystem__orbit span:nth-child(3) { right: 7%; bottom: 12%; animation-delay: 1.4s; }
.compliance-ecosystem__orbit span:nth-child(4) { bottom: 7%; left: 13%; animation-delay: 2.1s; }

.compliance-ecosystem__item {
    position: relative;
    z-index: 3;
    min-height: 170px;
    overflow: hidden;
    align-items: center;
    padding: 27px 30px;
    border-color: rgba(23,90,150,.11);
    background: rgba(255,255,255,.84);
    text-align: center;
    backdrop-filter: blur(12px);
}

.compliance-ecosystem__item::after {
    position: absolute;
    right: -35px;
    bottom: -48px;
    width: 115px;
    height: 115px;
    border: 20px solid rgba(23,90,150,.035);
    border-radius: 50%;
    content: "";
}

.compliance-ecosystem__item--1 { grid-column: 1; grid-row: 1; }
.compliance-ecosystem__item--2 { grid-column: 3; grid-row: 1; }
.compliance-ecosystem__item--3 { grid-column: 1; grid-row: 2; }
.compliance-ecosystem__item--4 { grid-column: 3; grid-row: 2; }

.compliance-ecosystem__number {
    position: absolute;
    top: 18px;
    right: 20px;
    color: rgba(23,90,150,.22);
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.compliance-ecosystem__mark {
    justify-content: center;
}

.compliance-ecosystem__item h3 {
    max-width: 245px;
    margin: 10px auto 0;
    text-align: center;
}

.compliance-ecosystem__description {
    position: relative;
    padding: 20px 28px;
    border: 1px solid rgba(23,90,150,.1);
    border-radius: 999px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 12px 40px rgba(24,55,87,.07);
}

.compliance-ecosystem__edge {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 7px;
    background: linear-gradient(90deg, #175a96 0 68%, #e77828 68% 76%, #175a96 76%);
}

@keyframes addon-orbit-spin {
    to { transform: rotate(360deg); }
}

@keyframes addon-node-pulse {
    0%, 100% { opacity: .45; transform: scale(.8); }
    50% { opacity: 1; transform: scale(1.15); }
}

@media (max-width: 991.98px) {
    .compliance-ecosystem__network {
        min-height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        gap: 18px;
    }

    .compliance-ecosystem__hub {
        width: 164px;
        height: 164px;
        grid-column: 1 / 3;
        grid-row: auto;
        margin: 25px auto 38px;
    }

    .compliance-ecosystem__item--1,
    .compliance-ecosystem__item--2,
    .compliance-ecosystem__item--3,
    .compliance-ecosystem__item--4 {
        grid-column: auto;
        grid-row: auto;
    }

    .compliance-ecosystem__orbit { display: none; }
}

@media (max-width: 575.98px) {
    .compliance-ecosystem {
        padding: 64px 0 76px;
    }

    .compliance-ecosystem__network {
        grid-template-columns: 1fr;
    }

    .compliance-ecosystem__hub {
        grid-column: 1;
        margin-bottom: 28px;
    }

    .compliance-ecosystem__item {
        min-height: 142px;
        padding: 22px 24px;
    }

    .compliance-ecosystem__description {
        padding: 18px 20px;
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .compliance-ecosystem__hub::before,
    .compliance-ecosystem__orbit span {
        animation: none !important;
    }
}

/* ===================================================
   ADDON CORPORATE 2026 — FINAL HOMEPAGE SYSTEM
=================================================== */
.addon-homepage{--corp-ink:#12233d;--corp-copy:#667085;--corp-line:#e7ebf1;--corp-soft:#f7f9fc;--corp-orange:#ef7523;--corp-blue:#315f9f;overflow:clip;color:var(--corp-ink);background:#fff}.addon-homepage>.section-shell,.addon-homepage>.addon-finder{padding:108px 0}.addon-homepage .container{width:min(100% - 40px,1240px)}.addon-homepage .section-header{max-width:720px;margin:0 auto 52px}.addon-homepage .eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:0;color:var(--corp-orange);background:none;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.addon-homepage .section-header .h2,.addon-homepage .homepage-news__header .h2,.addon-homepage .homepage-why .h2{margin:0;color:var(--corp-ink);font-size:clamp(2.2rem,3.8vw,3.65rem);font-weight:780;line-height:1.08;letter-spacing:-.045em}.addon-homepage .section-header>p{max-width:620px;margin:17px auto 0;line-height:1.75}.addon-homepage .card-soft,.addon-homepage .homepage-products .card,.addon-homepage .homepage-news .card{overflow:hidden;border:1px solid var(--corp-line)!important;border-radius:18px!important;background:#fff;box-shadow:0 10px 30px rgba(18,35,61,.055)!important;transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease,border-color .35s ease}.addon-homepage .card-soft:hover,.addon-homepage .homepage-products .card:hover,.addon-homepage .homepage-news .card:hover{border-color:rgba(239,117,35,.36)!important;box-shadow:0 22px 50px rgba(18,35,61,.11)!important;transform:translateY(-7px)}.addon-homepage .icon-pill{display:grid;width:50px;height:50px;place-items:center;border-radius:13px;color:var(--corp-orange);background:#fff0e6;font-size:1.2rem}.addon-homepage .link-cta{display:inline-flex;align-items:center;gap:7px;color:var(--corp-ink);font-size:.82rem;font-weight:750;text-decoration:none}.addon-homepage .link-cta::after{content:'\2197';color:var(--corp-orange);transition:transform .2s ease}.addon-homepage .link-cta:hover::after{transform:translate(2px,-2px)}
.addon-homepage .smart-hero{min-height:0;padding-bottom:0;border-bottom:1px solid var(--corp-line)}.addon-homepage .smart-hero__visual{height:620px;background:radial-gradient(circle at 82% 28%,rgba(239,117,35,.13),transparent 25%),radial-gradient(circle at 65% 65%,rgba(49,95,159,.08),transparent 30%),linear-gradient(135deg,#fff 0,#fff 52%,#fbf7f3 100%);animation:none}.addon-homepage .smart-hero__intro{min-height:620px;padding-top:34px;padding-bottom:34px}.addon-homepage .smart-hero__copy{max-width:600px}.addon-homepage .smart-hero__eyebrow{margin-bottom:20px}.addon-homepage .smart-hero__title{max-width:600px;color:var(--corp-ink);font-size:clamp(2.5rem,3.25vw,3.55rem);font-weight:780;line-height:1.04;letter-spacing:-.045em}.addon-homepage .smart-hero__description{margin-top:20px;color:var(--corp-copy);line-height:1.65}.addon-homepage .smart-hero__actions{margin-top:22px}.addon-homepage .smart-hero__trust{margin-top:25px}.addon-homepage .saas-preview{animation:corpPreviewEnter .9s ease-out both;box-shadow:0 35px 80px rgba(18,35,61,.16)}.addon-homepage .addon-orbit{opacity:.22;animation-duration:64s}.addon-homepage .saas-preview__spark{opacity:.55;animation-duration:12s}.addon-homepage .smart-hero__button{transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.addon-homepage .smart-hero__button:hover{transform:translateY(-3px)}
.homepage-products{background:#fff}.homepage-products .row{--bs-gutter-x:20px;--bs-gutter-y:20px}.homepage-products .card{position:relative;min-height:255px;padding:32px!important}.homepage-products .card::after{content:'';position:absolute;right:-35px;bottom:-45px;width:120px;height:120px;border:1px solid rgba(49,95,159,.08);border-radius:50%;box-shadow:0 0 0 22px rgba(49,95,159,.025)}.homepage-products .card h3{color:var(--corp-ink);font-size:1.12rem}.homepage-products .card p{line-height:1.7}.homepage-why{background:var(--corp-soft)}.homepage-why>.container>.row{--bs-gutter-x:70px}.homepage-why .col-lg-5>p{max-width:470px;margin-top:22px;line-height:1.75}.homepage-why .card{min-height:205px;padding:28px!important}.homepage-why .card h3{color:var(--corp-ink)}
.homepage-news{background:#fff}.homepage-news__header{margin-bottom:44px}.homepage-news__header>div{max-width:700px}.homepage-news .btn-outline{padding:10px 18px;border-color:var(--corp-line);color:var(--corp-ink);font-size:.8rem;font-weight:700}.homepage-news .btn-outline:hover{border-color:var(--corp-orange);color:#fff;background:var(--corp-orange)}.homepage-news .card{min-height:290px;padding:30px!important}.homepage-news .chip{color:#a84c12;background:#fff0e6}.homepage-news .card h3{color:var(--corp-ink);line-height:1.35}.homepage-faq{background:var(--corp-soft)}.homepage-faq .accordion-item{border:1px solid var(--corp-line)!important;border-radius:14px!important;box-shadow:none!important}.homepage-faq .accordion-button{min-height:68px;padding:18px 22px;color:var(--corp-ink);background:#fff;box-shadow:none;font-size:.94rem}.homepage-faq .accordion-button:not(.collapsed){color:var(--corp-orange);background:#fff}.homepage-faq .accordion-button::after{background-size:15px}.homepage-faq .accordion-body{padding:0 22px 22px;line-height:1.75}.homepage-cta{padding:92px 0 112px!important;background:#fff}.homepage-cta .gradient-card{position:relative;overflow:hidden;padding:60px!important;border:0;border-radius:26px!important;background:linear-gradient(125deg,#102846,#315f9f 72%,#3e6da8);box-shadow:0 25px 60px rgba(18,35,61,.18)!important}.homepage-cta .gradient-card::after{content:'';position:absolute;right:-120px;bottom:-190px;width:430px;height:430px;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 50px rgba(255,255,255,.025)}.homepage-cta .row{position:relative;z-index:1}.homepage-cta .eyebrow{padding:7px 11px;border-radius:99px!important;color:#b44e0e!important;background:#fff0e5!important}.homepage-cta .h2{font-size:clamp(2rem,3.2vw,3.2rem);letter-spacing:-.035em}.homepage-cta .lead{font-size:1rem;line-height:1.7}
.addon-reveal-ready .addon-homepage [data-addon-reveal]{opacity:0;transform:translateY(28px) scale(.992);filter:blur(3px);transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1),filter .65s ease}.addon-reveal-ready .addon-homepage [data-addon-reveal].is-visible{opacity:1;transform:none;filter:none}@keyframes corpPreviewEnter{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:991.98px){.addon-homepage>.section-shell,.addon-homepage>.addon-finder{padding:84px 0}.addon-homepage .smart-hero__visual{height:920px}.addon-homepage .smart-hero__intro{min-height:920px;padding-top:54px;padding-bottom:55px}.addon-homepage .section-header{margin-bottom:42px}.homepage-why>.container>.row{--bs-gutter-x:24px}.homepage-cta .gradient-card{padding:45px!important}}
@media(max-width:767.98px){.addon-homepage .container{width:min(100% - 28px,1240px)}.addon-homepage>.section-shell,.addon-homepage>.addon-finder{padding:70px 0}.addon-homepage .smart-hero__visual{height:860px}.addon-homepage .smart-hero__intro{min-height:860px;padding-top:42px;padding-bottom:42px}.addon-homepage .section-header{text-align:left!important}.addon-homepage .section-header>p{margin-left:0}.homepage-products .card,.homepage-news .card{min-height:0}.homepage-cta{padding:65px 0 80px!important}.homepage-cta .gradient-card{padding:34px 25px!important;text-align:left!important}.homepage-cta .btn{width:100%}}
@media(prefers-reduced-motion:reduce){.addon-homepage *{scroll-behavior:auto!important}.addon-homepage .saas-preview{opacity:1;transform:none;animation:none!important}.addon-homepage .addon-orbit{opacity:.22;animation:none!important}.addon-homepage .saas-preview__spark{opacity:.45;transform:none;animation:none!important}.addon-reveal-ready .addon-homepage [data-addon-reveal]{opacity:1;transform:none;filter:none;transition:none}}
.addon-homepage .solutions-showcase__art img{transform:translate(var(--corp-shift-x,0),var(--corp-shift-y,0));transition:transform .65s cubic-bezier(.2,.7,.2,1)}

/* Seamless hero-to-challenges transition */
.addon-homepage .smart-hero{min-height:0;padding-bottom:0;border-bottom:0;background:#fbf7f3}.addon-homepage .smart-hero__visual{height:670px;background:radial-gradient(circle at 82% 28%,rgba(239,117,35,.15),transparent 26%),radial-gradient(circle at 65% 65%,rgba(49,95,159,.08),transparent 31%),linear-gradient(145deg,#fff 0,#fff 48%,#fbf7f3 88%,#fbf7f3 100%)}.addon-homepage .smart-hero__intro{min-height:670px;padding-top:42px;padding-bottom:42px}.addon-homepage .smart-hero__copy{max-width:620px}.addon-homepage .smart-hero__title{max-width:620px;font-size:clamp(2.65rem,3.5vw,3.8rem);line-height:1.035}.addon-homepage .factual-section{position:relative;margin-top:-1px;padding-top:105px;background:linear-gradient(180deg,#fbf7f3 0,#fff 24%,#f7f9fc 100%)}.addon-homepage .factual-section::before{content:'';position:absolute;top:-150px;right:0;left:0;height:210px;background:linear-gradient(180deg,rgba(251,247,243,0),#fbf7f3);pointer-events:none}.addon-homepage .factual-section__container{position:relative}
@media(max-width:991.98px){.addon-homepage .smart-hero__visual{height:950px}.addon-homepage .smart-hero__intro{min-height:950px;padding-top:58px;padding-bottom:58px}}
@media(max-width:767.98px){.addon-homepage .smart-hero__visual{height:890px}.addon-homepage .smart-hero__intro{min-height:890px;padding-top:46px;padding-bottom:46px}.addon-homepage .factual-section{padding-top:82px}.addon-homepage .factual-section::before{top:-90px;height:130px}}

/* Progressive section entrance on scroll */
.addon-homepage .corp-scroll-section{opacity:0;transform:translateY(34px);transition:opacity .85s cubic-bezier(.2,.7,.2,1),transform .85s cubic-bezier(.2,.7,.2,1)}.addon-homepage .corp-scroll-section.is-inview{opacity:1;transform:none}.addon-homepage .corp-scroll-section>.container,.addon-homepage .corp-scroll-section>[class*="__hero"],.addon-homepage .corp-scroll-section>[class*="__showcase"]{transition:transform 1s cubic-bezier(.2,.7,.2,1)}.addon-homepage .corp-scroll-section:not(.is-inview)>.container,.addon-homepage .corp-scroll-section:not(.is-inview)>[class*="__hero"],.addon-homepage .corp-scroll-section:not(.is-inview)>[class*="__showcase"]{transform:translateY(14px)}.addon-homepage [data-addon-reveal]{will-change:opacity,transform,filter}.addon-homepage [data-addon-reveal].is-visible{will-change:auto}
.addon-homepage>section[id]{scroll-margin-top:88px}
@media(prefers-reduced-motion:reduce){.addon-homepage .corp-scroll-section,.addon-homepage .corp-scroll-section>.container,.addon-homepage .corp-scroll-section>[class*="__hero"],.addon-homepage .corp-scroll-section>[class*="__showcase"]{opacity:1!important;transform:none!important;transition:none!important}}

/* Centered operational challenges */
.addon-homepage .factual-section__header{max-width:760px;margin-right:auto;margin-bottom:58px;margin-left:auto;text-align:center}.addon-homepage .factual-section__header h2{margin-top:0}.addon-homepage .factual-section__header p{margin-right:auto;margin-left:auto}.addon-homepage .factual-item{display:flex;align-items:center;flex-direction:column;text-align:center}.addon-homepage .factual-item__icon{margin-right:auto;margin-left:auto}.addon-homepage .factual-item h3{max-width:310px}.addon-homepage .factual-item p{max-width:340px;margin-right:auto;margin-left:auto}
@media(max-width:767.98px){.addon-homepage .factual-section__header{text-align:center!important}.addon-homepage .factual-section__header p{margin-right:auto;margin-left:auto}}

/* Company profile, vision and mission */
.company-about{position:relative;padding:112px 0;background:#fff}.company-about::before{content:'';position:absolute;top:0;right:0;width:34%;height:100%;background:linear-gradient(145deg,#f7f9fc,rgba(255,245,237,.72));clip-path:polygon(20% 0,100% 0,100% 100%,0 100%)}.company-about__layout{position:relative;display:grid;max-width:1240px;grid-template-columns:.92fr 1.08fr;gap:74px;align-items:start}.company-about__eyebrow{display:inline-flex;align-items:center;gap:8px;color:#e77828;font-size:.72rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.company-about__intro h2{margin:20px 0 0;color:#12233d;font-size:clamp(2.35rem,4vw,4rem);font-weight:800;line-height:1.07;letter-spacing:-.05em}.company-about__intro>p{margin:24px 0 0;color:#667085;font-size:.95rem;line-height:1.78}.company-about__intro>p+p{margin-top:14px}.company-about__community{display:flex;align-items:center;gap:13px;margin-top:30px;padding-top:24px;border-top:1px solid #e7ebf1}.company-about__community span{color:#98a2b3;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.company-about__community strong{color:#315f9f;font-size:1.05rem;letter-spacing:.08em}.company-about__direction{display:grid;gap:18px}.company-about__vision,.company-about__mission{position:relative;overflow:hidden;border:1px solid #e3e8ef;border-radius:22px;background:#fff;box-shadow:0 16px 40px rgba(18,35,61,.07)}.company-about__vision{min-height:240px;padding:38px;color:#fff;border:0;background:linear-gradient(135deg,#102946,#315f9f)}.company-about__vision::after{content:'';position:absolute;right:-90px;bottom:-130px;width:280px;height:280px;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 35px rgba(255,255,255,.025)}.company-about__vision>span,.company-about__mission header>span{color:#ff9e55;font-size:.69rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.company-about__vision h3{position:relative;max-width:520px;margin:18px 0 0;color:#fff;font-size:1.65rem;font-weight:800;line-height:1.25}.company-about__vision p{position:relative;max-width:570px;margin:14px 0 0;color:rgba(255,255,255,.72);font-size:.86rem;line-height:1.7}.company-about__mission{padding:32px 36px}.company-about__mission header{display:flex;align-items:center;justify-content:space-between}.company-about__mission header strong{color:#edf1f6;font-size:3rem;font-weight:900;line-height:1}.company-about__mission ol{display:grid;gap:0;margin:17px 0 0;padding:0;list-style:none}.company-about__mission li{display:grid;grid-template-columns:38px 1fr;gap:14px;align-items:start;padding:15px 0;border-top:1px solid #edf0f4}.company-about__mission li i{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;color:#e77828;background:#fff0e5;font-size:.62rem;font-style:normal;font-weight:850}.company-about__mission li p{margin:4px 0 0;color:#4f5e71;font-size:.82rem;line-height:1.6}.homepage-why__experience{display:flex;max-width:440px;align-items:center;gap:18px;margin-top:30px;padding:20px 22px;border-left:3px solid #ef7523;border-radius:0 14px 14px 0;background:#fff}.homepage-why__experience strong{color:#ef7523;font-size:2.35rem;line-height:1}.homepage-why__experience span{color:#344054;font-size:.76rem;font-weight:700;line-height:1.5}
@media(max-width:991.98px){.company-about{padding:88px 0}.company-about__layout{grid-template-columns:1fr;gap:46px}.company-about::before{width:70%}}
@media(max-width:575.98px){.company-about{padding:72px 0}.company-about__layout{gap:38px}.company-about__vision{padding:30px 26px}.company-about__mission{padding:26px 22px}.company-about__intro h2{font-size:2.35rem}.homepage-why__experience{align-items:flex-start}}

.company-about__principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:27px}.company-about__principles article{position:relative;min-width:0;padding:18px 14px;border:1px solid #e3e8ef;border-radius:14px;background:#fff}.company-about__principles article>span{color:#e77828;font-size:.58rem;font-weight:850}.company-about__principles h3{margin:8px 0 0;color:#17365f;font-size:.82rem;font-weight:850}.company-about__principles p{margin:6px 0 0;color:#718096;font-size:.63rem;line-height:1.55}.company-about__evolution{position:relative;max-width:1240px;margin-top:68px;padding-top:42px;border-top:1px solid #e7ebf1}.company-about__evolution header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}.company-about__evolution header span{color:#e77828;font-size:.67rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.company-about__evolution header h3{max-width:620px;margin:0;color:#17365f;font-size:clamp(1.3rem,2.2vw,2rem);font-weight:800;line-height:1.25}.company-about__evolution ol{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none}.company-about__evolution ol::before{content:'';position:absolute;top:8px;right:8%;left:8%;height:1px;background:#dce3ec}.company-about__evolution li{position:relative;display:flex;min-width:0;flex-direction:column;gap:10px;padding:0 18px;text-align:center}.company-about__evolution li::before{content:'';position:relative;z-index:1;width:9px;height:9px;margin:4px auto 3px;border:2px solid #fff;border-radius:50%;background:#e77828;box-shadow:0 0 0 1px #e77828}.company-about__evolution strong{color:#315f9f;font-size:.82rem}.company-about__evolution li span{color:#667085;font-size:.74rem;line-height:1.5}
@media(max-width:767.98px){.company-about__principles{grid-template-columns:1fr}.company-about__evolution{margin-top:45px}.company-about__evolution header{align-items:flex-start;flex-direction:column;gap:9px}.company-about__evolution ol{grid-template-columns:1fr;gap:0}.company-about__evolution ol::before{top:0;right:auto;bottom:0;left:5px;width:1px;height:auto}.company-about__evolution li{display:grid;grid-template-columns:13px 62px 1fr;gap:10px;align-items:start;padding:11px 0;text-align:left}.company-about__evolution li::before{margin:4px 0 0}.company-about__evolution li span{margin-top:1px}}

.company-about__timeline-track{position:relative}.company-about__evolution ol::before{display:none}.company-about__timeline-line{position:absolute;top:8px;right:8%;left:8%;height:1px;background:linear-gradient(90deg,#f58220,#315f9f);transform-origin:left center}.company-about__evolution.is-timeline-ready .company-about__timeline-line{transform:scaleX(0)}.company-about__evolution.is-timeline-ready [data-timeline-milestone]{opacity:0;transform:translateY(12px)}.company-about__evolution.is-timeline-active .company-about__timeline-line{transform:scaleX(1);transition:transform .8s cubic-bezier(.22,1,.36,1)}.company-about__evolution.is-timeline-active [data-timeline-milestone]{opacity:1;transform:none;transition:opacity .45s ease var(--timeline-delay),transform .45s cubic-bezier(.22,1,.36,1) var(--timeline-delay)}.company-about__evolution.is-timeline-active [data-timeline-milestone] strong{color:#e77828;transition:color .3s ease calc(var(--timeline-delay) + 120ms)}.company-about__evolution.is-timeline-active [data-timeline-milestone]::before{animation:addonTimelinePulse .65s ease calc(var(--timeline-delay) + 80ms) 1 both}@keyframes addonTimelinePulse{0%{box-shadow:0 0 0 1px #e77828;transform:scale(.8)}55%{box-shadow:0 0 0 7px rgba(231,120,40,.14);transform:scale(1.2)}100%{box-shadow:0 0 0 1px #e77828;transform:scale(1)}}
@media(max-width:767.98px){.company-about__timeline-line{top:0;right:auto;bottom:0;left:5px;width:1px;height:auto;transform-origin:center top}.company-about__evolution.is-timeline-ready .company-about__timeline-line{transform:scaleY(0)}.company-about__evolution.is-timeline-active .company-about__timeline-line{transform:scaleY(1)}.company-about__evolution.is-timeline-ready [data-timeline-milestone]{transform:translateX(10px)}}
@media(prefers-reduced-motion:reduce){.company-about__evolution .company-about__timeline-line,.company-about__evolution [data-timeline-milestone],.company-about__evolution [data-timeline-milestone]::before,.company-about__evolution [data-timeline-milestone] strong{opacity:1!important;animation:none!important;transform:none!important;transition:none!important}.company-about__timeline-line{background:#dce3ec}}

/* Final consultation CTA */
.homepage-cta{padding:96px 0 112px!important;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%)}
.homepage-cta__panel{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:70px;overflow:hidden;padding:clamp(48px,5.5vw,78px);border-radius:32px;color:#fff;background:linear-gradient(125deg,#11294b 0%,#213f73 62%,#315f9f 100%);box-shadow:0 30px 80px rgba(17,41,75,.2)}
.homepage-cta__panel::before{content:'';position:absolute;z-index:-1;top:-210px;right:-120px;width:560px;height:560px;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 62px rgba(255,255,255,.025),0 0 0 125px rgba(255,255,255,.018)}
.homepage-cta__panel::after{content:'ADDON';position:absolute;z-index:-1;left:-12px;bottom:-54px;color:rgba(255,255,255,.025);font-size:170px;font-weight:900;letter-spacing:-.08em;line-height:1}
.homepage-cta__glow{position:absolute;z-index:-1;left:42%;bottom:-180px;width:420px;height:330px;border-radius:50%;background:rgba(230,131,54,.22);filter:blur(95px)}
.homepage-cta__copy{align-self:center;max-width:760px}.homepage-cta__eyebrow{display:inline-flex;align-items:center;gap:9px;color:#ffad6d;font-size:.73rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.homepage-cta__copy h2{max-width:780px;margin:22px 0 20px;color:#fff;font-size:clamp(2.4rem,4.2vw,4.3rem);font-weight:760;line-height:1.02;letter-spacing:-.055em}.homepage-cta__copy h2 em{color:#f09a57;font-style:normal}.homepage-cta__copy>p{max-width:680px;margin:0;color:rgba(255,255,255,.72);font-size:1rem;line-height:1.8}.homepage-cta__actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:34px}.homepage-cta__actions a{display:inline-flex;min-height:56px;align-items:center;justify-content:center;gap:10px;padding:0 22px;border-radius:13px;font-size:.88rem;font-weight:800;text-decoration:none;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.homepage-cta__actions a:hover{transform:translateY(-3px)}.homepage-cta__primary{color:#18263c;background:#fff;box-shadow:0 14px 28px rgba(5,17,36,.2)}.homepage-cta__primary:hover{color:#18263c;background:#fff7f1}.homepage-cta__secondary{border:1px solid rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.07)}.homepage-cta__secondary:hover{color:#fff;background:rgba(255,255,255,.13)}
.homepage-cta__assurance{align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;padding:30px;border:1px solid rgba(255,255,255,.16);border-radius:23px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.055));box-shadow:inset 0 1px rgba(255,255,255,.12);backdrop-filter:blur(12px)}.homepage-cta__assurance-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:23px;border-bottom:1px solid rgba(255,255,255,.13)}.homepage-cta__status{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.78);font-size:.69rem}.homepage-cta__status i{width:7px;height:7px;border-radius:50%;background:#68d98c;box-shadow:0 0 0 5px rgba(104,217,140,.1)}.homepage-cta__assurance-head>strong{color:rgba(255,255,255,.38);font-size:.67rem;letter-spacing:.1em}.homepage-cta__assurance-main{padding:30px 0 25px}.homepage-cta__assurance-main>span{color:#ffad6d;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.homepage-cta__assurance-main>strong{display:block;margin:8px 0;color:#fff;font-size:2.7rem;letter-spacing:-.045em}.homepage-cta__assurance-main p{margin:0;color:rgba(255,255,255,.66);font-size:.78rem;line-height:1.65}.homepage-cta__assurance ul{display:grid;gap:12px;margin:0;padding:20px 0 0;border-top:1px solid rgba(255,255,255,.13);list-style:none}.homepage-cta__assurance li{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.82);font-size:.76rem;font-weight:650}.homepage-cta__assurance li i{display:grid;width:23px;height:23px;place-items:center;border-radius:7px;color:#ffad6d;background:rgba(240,154,87,.12)}
@media(max-width:991.98px){.homepage-cta__panel{grid-template-columns:1fr;gap:42px}.homepage-cta__assurance{display:grid;grid-template-columns:1fr 1fr;gap:0 28px}.homepage-cta__assurance-head{grid-column:1/-1}.homepage-cta__assurance ul{align-self:end;border-top:0;padding-top:28px}}
@media(max-width:767.98px){.homepage-cta{padding:70px 0 82px!important}.homepage-cta__panel{padding:38px 25px;border-radius:24px}.homepage-cta__copy h2{font-size:2.45rem}.homepage-cta__actions{display:grid}.homepage-cta__actions a{width:100%}.homepage-cta__assurance{display:flex;padding:25px}.homepage-cta__assurance-main>strong{font-size:2.3rem}}

/* Compact editorial news preview */
.home-news-journal{padding:88px 0 94px}.home-news-journal__container{max-width:1180px}.home-news-journal__header{align-items:center;margin-bottom:38px;padding-bottom:22px;border-bottom:1px solid #e7ebf1}.home-news-journal__header h2{margin-top:8px;font-size:clamp(2.15rem,3.4vw,3.35rem)}.home-news-featured{grid-template-columns:.9fr 1.1fr;gap:48px;margin-bottom:36px;padding:20px;border:1px solid #e3e8ef;border-radius:23px;background:#fff;box-shadow:0 18px 50px rgba(18,35,61,.07)}.home-news-featured__copy{padding:18px 8px 18px 22px}.home-news-featured__copy h3{margin-top:16px;font-size:clamp(1.55rem,2.3vw,2.25rem)}.home-news-featured__copy p{margin-top:15px;font-size:.86rem;line-height:1.7}.home-news-featured__copy>a{margin-top:20px}.home-news-featured__image{border-radius:16px;box-shadow:none}.home-news-featured__image img{height:315px}.home-news-featured__image>span{right:16px;bottom:16px;width:42px;height:42px}.home-news-grid{grid-template-columns:repeat(2,1fr);gap:22px}.home-news-card{display:grid;grid-template-columns:155px 1fr;gap:20px;align-items:stretch;min-height:172px;padding:13px;border:1px solid #e3e8ef;border-radius:18px;background:#fff}.home-news-card:hover{border-color:#d7dee9;box-shadow:0 16px 36px rgba(18,35,61,.08);transform:translateY(-4px)}.home-news-card__image{height:100%;min-height:145px;margin:0;border-radius:12px}.home-news-card__image img{height:100%}.home-news-card__copy{display:flex;min-width:0;flex-direction:column;padding:8px 8px 6px 0}.home-news-card h3{display:-webkit-box;overflow:hidden;margin-top:8px;font-size:1rem;line-height:1.38;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-news-card p{display:-webkit-box;overflow:hidden;margin-top:8px;font-size:.73rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-news-card footer{padding-top:12px}
@media(max-width:991.98px){.home-news-journal{padding:78px 0}.home-news-featured{grid-template-columns:1fr;gap:25px}.home-news-featured__copy{padding:8px 10px 20px}.home-news-featured__image{order:-1}.home-news-featured__image img{height:330px}.home-news-grid{grid-template-columns:1fr}}
@media(max-width:575.98px){.home-news-journal{padding:66px 0}.home-news-journal__header{margin-bottom:26px}.home-news-journal__header>a{font-size:.68rem}.home-news-featured{margin-bottom:24px;padding:12px}.home-news-featured__image img{height:220px}.home-news-card{grid-template-columns:112px 1fr;gap:14px;min-height:145px;padding:10px}.home-news-card__image{min-height:125px}.home-news-card p{display:none}}

/* Single, restrained homepage story */
/* AddOn Colleagues layout and motion live in home-polish.css */
.home-news-journal{padding:70px 0 76px}.home-news-journal__container{max-width:1080px}.home-news-journal__header{margin-bottom:26px;padding-bottom:17px}.home-news-journal__header h2{font-size:clamp(1.9rem,2.8vw,2.75rem)}.home-news-featured{grid-template-columns:.92fr 1.08fr;gap:34px;margin:0;padding:15px;border-radius:20px}.home-news-featured__copy{padding:12px 5px 12px 18px}.home-news-featured__copy h3{margin-top:13px;font-size:clamp(1.35rem,2vw,1.85rem)}.home-news-featured__copy p{margin-top:12px;font-size:.8rem;line-height:1.62}.home-news-featured__copy>a{margin-top:16px}.home-news-featured__image img{height:245px}

/* Restrained CTA sizing */
.homepage-cta{padding:68px 0 82px!important}.homepage-cta__container{max-width:1140px}.homepage-cta__panel{grid-template-columns:minmax(0,1.4fr) minmax(290px,.6fr);gap:42px;padding:44px 48px;border-radius:25px}.homepage-cta__panel::after{bottom:-35px;font-size:115px}.homepage-cta__copy h2{max-width:650px;margin:16px 0 14px;font-size:clamp(2rem,3.15vw,3.15rem)}.homepage-cta__copy>p{max-width:620px;font-size:.87rem;line-height:1.68}.homepage-cta__actions{margin-top:24px}.homepage-cta__actions a{min-height:49px;padding:0 19px}.homepage-cta__assurance{padding:23px;border-radius:19px}.homepage-cta__assurance-head{padding-bottom:17px}.homepage-cta__assurance-main{padding:21px 0 17px}.homepage-cta__assurance-main>strong{font-size:2.15rem}.homepage-cta__assurance ul{gap:8px;padding-top:15px}.homepage-cta__assurance li{font-size:.69rem}.homepage-cta__assurance li i{width:20px;height:20px}
@media(max-width:991.98px){.home-news-featured{grid-template-columns:1fr}.home-news-featured__image{order:-1}.homepage-cta__panel{grid-template-columns:1fr;padding:40px;gap:30px}.homepage-cta__assurance{display:none}}
@media(max-width:575.98px){.home-news-journal{padding:58px 0 62px}.home-news-featured{padding:10px}.home-news-featured__copy{padding:10px 7px 14px}.home-news-featured__image img{height:195px}.homepage-cta{padding:55px 0 65px!important}.homepage-cta__panel{padding:32px 22px}.homepage-cta__copy h2{font-size:2.1rem}}

/* Simple final CTA */
.homepage-cta{padding:56px 0 72px!important}.homepage-cta__container{max-width:1080px}.homepage-cta__panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:center;padding:40px 44px;border-radius:22px;background:linear-gradient(120deg,#142b4c,#294f84);box-shadow:0 20px 50px rgba(18,35,61,.14)}.homepage-cta__panel::before{display:none}.homepage-cta__panel::after{right:-26px;left:auto;bottom:-34px;font-size:105px}.homepage-cta__copy{max-width:680px}.homepage-cta__eyebrow{color:#f6a164;font-size:.67rem}.homepage-cta__copy h2{max-width:650px;margin:10px 0 9px;font-size:clamp(1.65rem,2.6vw,2.55rem);line-height:1.13;letter-spacing:-.04em}.homepage-cta__copy>p{margin:0;font-size:.82rem;line-height:1.6}.homepage-cta__button{position:relative;z-index:1;display:inline-flex;min-width:165px;height:52px;align-items:center;justify-content:center;gap:10px;padding:0 20px;border-radius:12px;color:#18263c;background:#fff;font-size:.82rem;font-weight:800;text-decoration:none;box-shadow:0 12px 25px rgba(5,17,36,.16);transition:transform .25s ease,background .25s ease}.homepage-cta__button:hover{color:#18263c;background:#fff7f1;transform:translateY(-3px)}
@media(max-width:767.98px){.homepage-cta{padding:48px 0 62px!important}.homepage-cta__panel{grid-template-columns:1fr;gap:24px;padding:31px 25px}.homepage-cta__copy h2{font-size:1.9rem}.homepage-cta__button{width:100%}}

/* Extra-compact homepage news */
.home-news-journal{padding:46px 0 52px}.home-news-journal__container{max-width:980px}.home-news-journal__header{margin-bottom:18px;padding-bottom:13px}.home-news-journal__header span{font-size:.64rem}.home-news-journal__header h2{margin-top:5px;font-size:clamp(1.65rem,2.35vw,2.2rem)}.home-news-featured{grid-template-columns:40% 60%;gap:25px;padding:11px;border-radius:17px}.home-news-featured__image{order:-1;border-radius:12px}.home-news-featured__image img{height:190px}.home-news-featured__image>span{right:11px;bottom:11px;width:35px;height:35px;font-size:.8rem}.home-news-featured__copy{padding:8px 18px 8px 2px}.home-news-featured__copy>span{font-size:.58rem}.home-news-featured__copy h3{display:-webkit-box;overflow:hidden;margin-top:9px;font-size:clamp(1.15rem,1.8vw,1.5rem);line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-news-featured__copy p{display:-webkit-box;overflow:hidden;margin-top:8px;font-size:.73rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-news-featured__copy>a{margin-top:11px;font-size:.64rem}.home-news-journal__header>a{font-size:.65rem}
@media(max-width:767.98px){.home-news-journal{padding:42px 0 46px}.home-news-featured{grid-template-columns:1fr;gap:14px}.home-news-featured__image img{height:180px}.home-news-featured__copy{padding:5px 7px 10px}.home-news-featured__copy p{display:none}}

/* Minimal news teaser */
.home-news-journal{padding:34px 0 38px}.home-news-journal__container{max-width:900px}.home-news-journal__header{margin-bottom:13px;padding-bottom:10px}.home-news-journal__header h2{font-size:1.75rem}.home-news-featured{grid-template-columns:34% 66%;gap:20px;padding:9px;border-radius:15px}.home-news-featured__image{border-radius:10px}.home-news-featured__image img{height:145px}.home-news-featured__image>span{width:31px;height:31px}.home-news-featured__copy{padding:5px 14px 5px 0}.home-news-featured__copy h3{margin-top:7px;font-size:1.2rem}.home-news-featured__copy p{display:none}.home-news-featured__copy>a{margin-top:10px}
@media(max-width:767.98px){.home-news-journal{padding:32px 0 36px}.home-news-featured{grid-template-columns:125px minmax(0,1fr);gap:13px}.home-news-featured__image{order:-1}.home-news-featured__image img{height:125px}.home-news-featured__image>span{display:none}.home-news-featured__copy{padding:5px 6px 5px 0}.home-news-featured__copy h3{font-size:1rem}.home-news-featured__copy>a{font-size:.6rem}}
@media(max-width:420px){.home-news-journal__header{align-items:flex-start;gap:8px}.home-news-featured{grid-template-columns:105px minmax(0,1fr)}.home-news-featured__image img{height:112px}.home-news-featured__copy>span{display:none}}

/* Balanced customer logo wall */
.addon-clients__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px 14px;padding:8px 0 28px}.addon-client-grid-logo{height:92px;padding:8px}.addon-client-grid-logo img{max-width:138px;height:62px;transform-origin:center}.addon-client-grid-logo--wide img{max-width:156px;height:54px;transform:scale(1.08)}.addon-client-grid-logo--large img{max-width:145px;height:70px;transform:scale(1.12)}.addon-client-grid-logo--standard img{max-width:132px;height:62px}.addon-client-grid-logo:hover img{transform:scale(1.08)}.addon-client-grid-logo--wide:hover img{transform:scale(1.16)}.addon-client-grid-logo--large:hover img{transform:scale(1.2)}
@media(max-width:991.98px){.addon-clients__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 12px}.addon-client-grid-logo{height:86px}}
@media(max-width:575.98px){.addon-clients__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.addon-client-grid-logo{height:75px;padding:5px}.addon-client-grid-logo img{max-width:105px;height:52px}.addon-client-grid-logo--wide img{max-width:115px;height:45px}.addon-client-grid-logo--large img{max-width:108px;height:58px}}

/* Product section typography and spacing refinement. */
.addon-homepage .addon-solutions{padding:96px 0 104px}.addon-homepage .addon-solutions__header{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.65fr);gap:76px;align-items:end;margin-bottom:44px}.addon-homepage .addon-solutions__header h2{max-width:760px;font-size:clamp(2.55rem,3.65vw,3.8rem);line-height:1.08;letter-spacing:-.045em}.addon-homepage .addon-solutions__header h2 strong{display:inline-block;margin-top:4px}.addon-homepage .addon-solutions__header>p{max-width:420px;font-size:.9rem;line-height:1.72}.addon-homepage .addon-solutions__layout{grid-template-columns:1.08fr .92fr;gap:22px}.addon-homepage .addon-solutions__featured{min-height:610px}.addon-homepage .addon-solutions__featured-copy{padding:42px 46px 20px}.addon-homepage .addon-solutions__featured-copy h3{max-width:610px;font-size:clamp(2.2rem,3vw,3.25rem);line-height:1.08;letter-spacing:-.04em}.addon-homepage .addon-solutions__featured-copy h3 strong{display:inline-block;margin-top:5px}.addon-homepage .addon-solutions__featured-copy>p{max-width:510px;margin-top:19px;line-height:1.68}.addon-homepage .addon-solutions__featured-copy ul{margin-top:18px}.addon-homepage .addon-capability{min-height:294px;padding:29px}.addon-homepage .addon-capability h3{margin-top:20px;font-size:1rem}.addon-homepage .addon-capability>p{margin-top:11px;line-height:1.58}
@media(max-width:991.98px){.addon-homepage .addon-solutions__header{grid-template-columns:1fr;gap:20px}.addon-homepage .addon-solutions__header>p{max-width:680px}.addon-homepage .addon-solutions__layout{grid-template-columns:1fr}.addon-homepage .addon-solutions__featured{min-height:590px}}
@media(max-width:575.98px){.addon-homepage .addon-solutions{padding:70px 0 78px}.addon-homepage .addon-solutions__header{margin-bottom:32px}.addon-homepage .addon-solutions__header h2{font-size:2.25rem;line-height:1.12}.addon-homepage .addon-solutions__header h2 br{display:none}.addon-homepage .addon-solutions__header h2 strong{display:block;margin-top:7px}.addon-homepage .addon-solutions__featured{min-height:610px}.addon-homepage .addon-solutions__featured-copy{padding:32px 25px 18px}.addon-homepage .addon-solutions__featured-copy h3{font-size:2.15rem}.addon-homepage .addon-capability{min-height:255px;padding:25px}}

.addon-homepage .addon-solutions__header h2>span,.addon-homepage .addon-solutions__header h2>strong{display:block}.addon-homepage .addon-solutions__header h2>span{max-width:720px;color:#18243a;font-weight:380}.addon-homepage .addon-solutions__header h2>strong{max-width:690px;margin-top:7px;color:#315f9f;font-weight:820;line-height:1.03}

/* Staggered specialization reveal, activated by the existing one-time observer. */
.addon-reveal-ready .addon-specializations [data-specialization-item]{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .65s cubic-bezier(.2,.8,.2,1),background-color .25s ease}.addon-reveal-ready .addon-specializations.is-visible [data-specialization-item]{opacity:1;transform:none}.addon-specializations [data-specialization-item]{position:relative;border-radius:12px}.addon-specializations [data-specialization-item]::after{content:'';position:absolute;right:18px;bottom:-1px;left:18px;height:2px;border-radius:99px;background:linear-gradient(90deg,#ef7523,#ffb276);transform:scaleX(0);transform-origin:left;transition:transform .55s cubic-bezier(.2,.8,.2,1)}.addon-specializations.is-visible [data-specialization-item]::after{transform:scaleX(1)}.addon-specializations [data-specialization-item]:hover{background:#fff8f2}.addon-specializations [data-specialization-item]:hover h3{color:#d96a0b}.addon-specializations [data-specialization-item]:nth-child(1){transition-delay:.06s}.addon-specializations [data-specialization-item]:nth-child(2){transition-delay:.14s}.addon-specializations [data-specialization-item]:nth-child(3){transition-delay:.22s}.addon-specializations [data-specialization-item]:nth-child(4){transition-delay:.30s}.addon-specializations [data-specialization-item]:nth-child(1)::after{transition-delay:.22s}.addon-specializations [data-specialization-item]:nth-child(2)::after{transition-delay:.30s}.addon-specializations [data-specialization-item]:nth-child(3)::after{transition-delay:.38s}.addon-specializations [data-specialization-item]:nth-child(4)::after{transition-delay:.46s}.addon-reveal-ready .addon-specializations [data-specialization-chip]{opacity:0;transform:translateY(8px) scale(.97);transition:opacity .38s ease,transform .45s cubic-bezier(.2,.8,.2,1),color .2s ease,background-color .2s ease}.addon-reveal-ready .addon-specializations.is-visible [data-specialization-chip]{opacity:1;transform:none}.addon-specializations [data-specialization-chip]:nth-child(1){transition-delay:.35s}.addon-specializations [data-specialization-chip]:nth-child(2){transition-delay:.40s}.addon-specializations [data-specialization-chip]:nth-child(3){transition-delay:.45s}.addon-specializations [data-specialization-chip]:nth-child(4){transition-delay:.50s}.addon-specializations [data-specialization-chip]:nth-child(5){transition-delay:.55s}.addon-specializations [data-specialization-chip]:nth-child(6){transition-delay:.60s}.addon-specializations [data-specialization-chip]:nth-child(7){transition-delay:.65s}.addon-specializations [data-specialization-chip]:hover{color:#fff;background:#315f9f;transform:translateY(-2px)}
@media(prefers-reduced-motion:reduce){.addon-reveal-ready .addon-specializations [data-specialization-item],.addon-reveal-ready .addon-specializations [data-specialization-chip]{opacity:1;transform:none;transition:none}.addon-specializations [data-specialization-item]::after{transform:scaleX(1);transition:none}}

/* Premium specialization motion sequence. */
.addon-specializations{position:relative;isolation:isolate;overflow:hidden}.addon-specializations::before{content:'';position:absolute;z-index:-1;top:-45%;bottom:-45%;left:-30%;width:22%;opacity:0;background:linear-gradient(90deg,transparent,rgba(245,130,32,.075),transparent);transform:skewX(-18deg) translateX(0);pointer-events:none}.addon-specializations.is-visible::before{animation:specializationSweep 1.2s cubic-bezier(.2,.75,.2,1) .12s 1 both}.addon-specializations>header>span{position:relative;display:inline-flex;align-items:center;gap:9px}.addon-specializations>header>span::before{content:'';width:0;height:2px;border-radius:99px;background:#ef7523}.addon-specializations.is-visible>header>span::before{animation:specializationLabelLine .55s cubic-bezier(.2,.8,.2,1) .08s 1 forwards}.addon-reveal-ready .addon-specializations [data-specialization-item]{filter:blur(5px);transform:translate3d(0,28px,0) scale(.975)}.addon-reveal-ready .addon-specializations [data-specialization-item]:nth-child(even){transform:translate3d(14px,28px,0) scale(.975)}.addon-reveal-ready .addon-specializations [data-specialization-item]:nth-child(odd){transform:translate3d(-14px,28px,0) scale(.975)}.addon-reveal-ready .addon-specializations.is-visible [data-specialization-item]{filter:none;transform:none}.addon-specializations [data-specialization-item]>i{display:inline-flex;opacity:0;transform:translateY(9px) scale(.75);transform-origin:left bottom}.addon-specializations.is-visible [data-specialization-item]>i{animation:specializationNumber .48s cubic-bezier(.2,1.35,.35,1) 1 both}.addon-specializations.is-visible [data-specialization-item]:nth-child(1)>i{animation-delay:.20s}.addon-specializations.is-visible [data-specialization-item]:nth-child(2)>i{animation-delay:.30s}.addon-specializations.is-visible [data-specialization-item]:nth-child(3)>i{animation-delay:.40s}.addon-specializations.is-visible [data-specialization-item]:nth-child(4)>i{animation-delay:.50s}.addon-specializations [data-specialization-item] h3{transition:color .22s ease,transform .25s ease}.addon-specializations [data-specialization-item]:hover h3{transform:translateX(3px)}.addon-specializations [data-specialization-item]:hover::after{box-shadow:0 0 14px rgba(239,117,35,.32)}.addon-specializations [data-specialization-chip]{position:relative;overflow:hidden}.addon-specializations [data-specialization-chip]::after{content:'';position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(49,95,159,0);transition:box-shadow .22s ease}.addon-specializations [data-specialization-chip]:hover::after{box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}
@keyframes specializationSweep{0%{left:-30%;opacity:0}20%{opacity:1}100%{left:115%;opacity:0}}@keyframes specializationLabelLine{from{width:0}to{width:24px}}@keyframes specializationNumber{0%{opacity:0;transform:translateY(9px) scale(.75)}70%{opacity:1;transform:translateY(-2px) scale(1.08)}100%{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.addon-specializations::before,.addon-specializations>header>span::before,.addon-specializations [data-specialization-item]>i{animation:none!important}.addon-specializations::before{display:none}.addon-specializations>header>span::before{width:24px}.addon-reveal-ready .addon-specializations [data-specialization-item],.addon-specializations [data-specialization-item]>i{opacity:1;filter:none;transform:none}}

/* Operational challenges: compact editorial cards with a one-time motion sequence. */
.addon-homepage .factual-section{padding:86px 0 88px}.addon-homepage .factual-section__header{max-width:790px;margin-bottom:43px}.addon-homepage .factual-section__header h2{max-width:720px;margin-inline:auto;font-size:clamp(2.65rem,3.8vw,3.85rem);line-height:1.06;letter-spacing:-.05em}.addon-homepage .factual-section__header p{max-width:670px;margin-top:17px;font-size:.91rem;line-height:1.68}.addon-homepage .factual-section__grid{gap:17px}.addon-homepage .factual-item{display:block;min-height:285px;padding:30px 30px 28px;overflow:hidden;text-align:left;background:linear-gradient(145deg,#fff 0,#fff 72%,#f8fafc 100%);box-shadow:0 14px 34px rgba(23,54,95,.055);transition:border-color .3s ease,box-shadow .35s ease,transform .35s cubic-bezier(.2,.8,.2,1)}.addon-homepage .factual-item::before{content:'';position:absolute;top:-75px;right:-75px;width:165px;height:165px;border:1px solid rgba(49,95,159,.09);border-radius:50%;box-shadow:0 0 0 26px rgba(49,95,159,.025);transition:transform .55s ease}.addon-homepage .factual-item:hover::before{transform:scale(1.12)}.addon-homepage .factual-item:hover{border-color:rgba(239,117,35,.3);box-shadow:0 23px 48px rgba(23,54,95,.12);transform:translateY(-7px)}.addon-homepage .factual-item__icon{width:50px;height:50px;margin:0 0 25px;border-radius:13px;font-size:1.18rem;transition:color .25s ease,background-color .25s ease,transform .45s cubic-bezier(.2,1.3,.3,1)}.addon-homepage .factual-item:hover .factual-item__icon{color:#fff;background:#ef7523;transform:rotate(-6deg) scale(1.06)}.addon-homepage .factual-item__number{top:28px;right:28px;font-size:2.75rem;transition:color .3s ease,transform .45s cubic-bezier(.2,1.25,.3,1)}.addon-homepage .factual-item:hover .factual-item__number{color:rgba(239,117,35,.16);transform:translateY(-3px)}.addon-homepage .factual-item h3{max-width:315px;margin:0;font-size:1.08rem;line-height:1.38}.addon-homepage .factual-item p{max-width:350px;margin:13px 0 0;font-size:.8rem;line-height:1.66}.addon-homepage .factual-item::after{height:3px}
.addon-reveal-ready .addon-homepage [data-problem-card]{filter:blur(5px);transform:translateY(30px) scale(.975)}.addon-reveal-ready .addon-homepage [data-problem-card].is-visible{filter:none;transform:none}.addon-homepage [data-problem-card].is-visible .factual-item__icon{animation:problemIconIn .58s cubic-bezier(.2,1.3,.3,1) both}.addon-homepage [data-problem-card].is-visible .factual-item__number{animation:problemNumberIn .55s cubic-bezier(.2,1.2,.3,1) both}.addon-homepage [data-problem-card]:nth-child(1){transition-delay:.05s}.addon-homepage [data-problem-card]:nth-child(2){transition-delay:.14s}.addon-homepage [data-problem-card]:nth-child(3){transition-delay:.23s}.addon-homepage [data-problem-card]:nth-child(1) .factual-item__icon,.addon-homepage [data-problem-card]:nth-child(1) .factual-item__number{animation-delay:.16s}.addon-homepage [data-problem-card]:nth-child(2) .factual-item__icon,.addon-homepage [data-problem-card]:nth-child(2) .factual-item__number{animation-delay:.27s}.addon-homepage [data-problem-card]:nth-child(3) .factual-item__icon,.addon-homepage [data-problem-card]:nth-child(3) .factual-item__number{animation-delay:.38s}.addon-homepage [data-problem-card].is-visible::after{transform:scaleX(1);transition:transform .7s cubic-bezier(.2,.8,.2,1) .38s}@keyframes problemIconIn{0%{opacity:0;transform:translateY(12px) rotate(-12deg) scale(.72)}100%{opacity:1;transform:none}}@keyframes problemNumberIn{0%{opacity:0;transform:translateX(12px)}100%{opacity:1;transform:none}}
@media(max-width:767.98px){.addon-homepage .factual-section{padding:68px 0 70px}.addon-homepage .factual-section__header{margin-bottom:30px}.addon-homepage .factual-section__header h2{font-size:2.45rem}.addon-homepage .factual-item{min-height:0;padding:27px}.addon-homepage .factual-item p{max-width:none}}
@media(prefers-reduced-motion:reduce){.addon-reveal-ready .addon-homepage [data-problem-card]{opacity:1;filter:none;transform:none;transition:none}.addon-homepage [data-problem-card] .factual-item__icon,.addon-homepage [data-problem-card] .factual-item__number{animation:none!important}.addon-homepage [data-problem-card]::after{transform:scaleX(1);transition:none}}

/* Owned infrastructure and 24/7 NOC */
.addon-infrastructure{position:relative;isolation:isolate;overflow:hidden;padding:100px 0;color:#fff;background:linear-gradient(135deg,#081a31 0,#102b4d 52%,#173b68 100%)}.addon-infrastructure__grid{position:absolute;z-index:-1;inset:0;opacity:.32;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:52px 52px;mask-image:linear-gradient(90deg,#000,transparent 82%)}.addon-infrastructure::after{content:'';position:absolute;z-index:-1;right:-220px;bottom:-330px;width:720px;height:720px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 145px rgba(255,255,255,.012)}.addon-infrastructure__container{max-width:1240px}.addon-infrastructure__header{display:grid;grid-template-columns:1.15fr .65fr;gap:80px;align-items:end;margin-bottom:48px}.addon-infrastructure__eyebrow{display:inline-flex;align-items:center;gap:10px;color:#ffab68;font-size:.7rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.addon-infrastructure__eyebrow i{width:7px;height:7px;border-radius:50%;background:#f58220;box-shadow:0 0 0 6px rgba(245,130,32,.12)}.addon-infrastructure__header h2{max-width:760px;margin:18px 0 0;color:#fff;font-size:clamp(2.5rem,4.5vw,4.6rem);font-weight:330;line-height:1.02;letter-spacing:-.055em}.addon-infrastructure__header h2 strong{display:block;color:#ff9b4a;font-weight:830}.addon-infrastructure__intro>span{display:inline-flex;padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:99px;color:#ffb175;background:rgba(255,255,255,.06);font-size:.61rem;font-weight:800;text-transform:uppercase}.addon-infrastructure__intro p{margin:14px 0 0;color:rgba(255,255,255,.66);font-size:.84rem;line-height:1.72}.addon-infrastructure__showcase{display:grid;grid-template-columns:.86fr 1.14fr;gap:24px}.addon-infrastructure__copy,.addon-noc{border:1px solid rgba(255,255,255,.13);border-radius:25px;background:rgba(255,255,255,.065);box-shadow:0 28px 65px rgba(2,13,29,.22);backdrop-filter:blur(12px)}.addon-infrastructure__copy{padding:34px}.addon-infrastructure__copy>h3{margin:0 0 20px;color:#fff;font-size:1.15rem}.addon-infrastructure__services{display:grid;gap:8px}.addon-infrastructure__services article{display:grid;min-height:52px;grid-template-columns:36px 1fr;align-items:center;gap:11px;padding:8px 10px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.035);transition:.25s ease}.addon-infrastructure__services article:hover{border-color:rgba(245,130,32,.35);background:rgba(245,130,32,.08);transform:translateX(3px)}.addon-infrastructure__services article>i{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;color:#ff9f57;background:rgba(245,130,32,.12)}.addon-infrastructure__services article span{font-size:.73rem;font-weight:700;line-height:1.4}.addon-infrastructure__ownership{display:grid;grid-template-columns:37px 1fr;gap:12px;align-items:center;margin-top:18px;padding:15px;border-left:2px solid #f58220;border-radius:0 12px 12px 0;background:rgba(245,130,32,.09)}.addon-infrastructure__ownership>i{font-size:1.4rem;color:#ff9f57}.addon-infrastructure__ownership strong{font-size:.7rem;line-height:1.55}.addon-infrastructure__assurance{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.addon-infrastructure__assurance article{display:flex;min-width:0;align-items:center;gap:10px;padding:13px;border:1px solid rgba(255,255,255,.09);border-radius:12px}.addon-infrastructure__assurance article>i,.addon-infrastructure__pulse{flex:0 0 auto;color:#65dfa0}.addon-infrastructure__pulse{width:9px;height:9px;border-radius:50%;background:#65dfa0;box-shadow:0 0 0 6px rgba(101,223,160,.1);animation:nocPulse 2s ease infinite}.addon-infrastructure__assurance div{display:flex;min-width:0;flex-direction:column}.addon-infrastructure__assurance strong{font-size:.75rem}.addon-infrastructure__assurance small{margin-top:3px;color:rgba(255,255,255,.48);font-size:.55rem;line-height:1.35}.addon-noc{overflow:hidden}.addon-noc>header{display:flex;height:48px;align-items:center;gap:15px;padding:0 17px;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(4,17,35,.45)}.addon-noc>header>span{display:flex;gap:5px}.addon-noc>header>span i{width:7px;height:7px;border-radius:50%;background:#f58220}.addon-noc>header>span i:nth-child(2){background:#f4c45b}.addon-noc>header>span i:nth-child(3){background:#61d699}.addon-noc>header b{color:rgba(255,255,255,.75);font-size:.64rem}.addon-noc>header b span{color:#f58220}.addon-noc>header em{display:flex;align-items:center;gap:6px;margin-left:auto;color:#69dda3;font-size:.55rem;font-style:normal;font-weight:800}.addon-noc>header em i{width:6px;height:6px;border-radius:50%;background:#69dda3;box-shadow:0 0 9px #69dda3}.addon-noc__body{display:grid;min-height:405px;grid-template-columns:150px 1fr}.addon-noc__body>aside{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:18px 12px;background:rgba(4,17,35,.36)}.addon-noc__rack{display:flex;flex-direction:column;gap:6px;padding:7px;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#091a30}.addon-noc__rack>span{position:relative;display:flex;height:44px;align-items:center;gap:4px;padding:5px;border:1px solid rgba(255,255,255,.07);border-radius:4px;background:#122b49}.addon-noc__rack>span i{width:4px;height:4px;border-radius:50%;background:#65dfa0;animation:serverBlink 2.1s ease infinite}.addon-noc__rack:nth-child(2)>span i{animation-delay:.55s}.addon-noc__rack:nth-child(3)>span i{animation-delay:1.05s}.addon-noc__rack>span i:nth-child(2){background:#f5a052}.addon-noc__rack>span b{height:2px;flex:1;margin-left:3px;background:rgba(255,255,255,.12)}.addon-noc__body>main{display:grid;grid-template-rows:1fr 1fr;gap:10px;padding:18px}.addon-noc__monitor,.addon-noc__network{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:rgba(4,17,35,.38)}.addon-noc__monitor>span{position:absolute;top:13px;left:14px;color:rgba(255,255,255,.58);font-size:.55rem;font-weight:700}.addon-noc__chart{display:flex;height:100%;align-items:flex-end;gap:5px;padding:42px 14px 14px}.addon-noc__chart i{height:var(--h);flex:1;border-radius:3px 3px 0 0;background:linear-gradient(#f5a15e,#d96a0b);transform-origin:bottom;animation:nocBars 3.2s ease-in-out infinite alternate}.addon-noc__chart i:nth-child(3n){animation-delay:-1.3s}.addon-noc__network span{position:absolute;top:50%;right:12%;left:12%;height:1px;background:linear-gradient(90deg,transparent,#4e83be,#f58220,#4e83be,transparent)}.addon-noc__network i,.addon-noc__network b{position:absolute;border-radius:50%}.addon-noc__network i{z-index:2;width:12px;height:12px;border:3px solid #17365f;background:#f58220;box-shadow:0 0 0 5px rgba(245,130,32,.1)}.addon-noc__network i:nth-of-type(1){top:47%;left:15%}.addon-noc__network i:nth-of-type(2){top:47%;left:48%}.addon-noc__network i:nth-of-type(3){top:47%;right:15%}.addon-noc__network b{top:49%;left:16%;width:7px;height:7px;background:#fff;animation:dataTravel 2.8s linear infinite}.addon-noc__network b:nth-of-type(2){animation-delay:.9s}.addon-noc__network b:nth-of-type(3){animation-delay:1.8s}.addon-infrastructure__locations{margin-top:24px;padding:23px 27px;border:1px solid rgba(255,255,255,.12);border-radius:21px;background:rgba(255,255,255,.05)}.addon-infrastructure__locations>header{display:flex;align-items:center;gap:15px;margin-bottom:20px;color:#ffab68;font-size:.65rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.addon-infrastructure__locations>header i{height:1px;flex:1;background:rgba(255,255,255,.12)}.addon-infrastructure__locations>div{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.addon-infrastructure__locations article{position:relative;display:grid;grid-template-columns:39px 1fr;gap:2px 12px;padding:5px 25px;border-left:1px solid rgba(255,255,255,.1)}.addon-infrastructure__locations article:first-child{padding-left:0;border-left:0}.addon-infrastructure__locations article>i{grid-row:1/3;display:grid;width:39px;height:39px;place-items:center;border-radius:11px;color:#ff9f57;background:rgba(245,130,32,.12);font-size:.62rem;font-style:normal;font-weight:850}.addon-infrastructure__locations article span{color:rgba(255,255,255,.45);font-size:.55rem}.addon-infrastructure__locations article strong{font-size:.76rem}.addon-infrastructure__locations article b{position:absolute;right:20px;bottom:-12px;width:5px;height:5px;border-radius:50%;background:#65dfa0;box-shadow:0 0 8px #65dfa0}
@keyframes nocPulse{50%{box-shadow:0 0 0 10px rgba(101,223,160,0)}}@keyframes serverBlink{0%,70%,100%{opacity:1}78%{opacity:.18}}@keyframes nocBars{from{transform:scaleY(.65);opacity:.7}to{transform:scaleY(1);opacity:1}}@keyframes dataTravel{from{left:16%;opacity:0}10%,85%{opacity:1}to{left:82%;opacity:0}}
@media(max-width:991.98px){.addon-infrastructure{padding:82px 0}.addon-infrastructure__header{grid-template-columns:1fr;gap:22px}.addon-infrastructure__intro{max-width:680px}.addon-infrastructure__showcase{grid-template-columns:1fr}.addon-noc__body{min-height:380px}.addon-infrastructure__locations>div{grid-template-columns:1fr;gap:14px}.addon-infrastructure__locations article,.addon-infrastructure__locations article:first-child{padding:8px 0;border-top:1px solid rgba(255,255,255,.08);border-left:0}.addon-infrastructure__locations article:first-child{border-top:0}}
@media(max-width:575.98px){.addon-infrastructure{padding:68px 0}.addon-infrastructure__header h2{font-size:2.65rem}.addon-infrastructure__copy{padding:24px 20px}.addon-infrastructure__assurance{grid-template-columns:1fr}.addon-noc__body{min-height:350px;grid-template-columns:82px 1fr}.addon-noc__body>aside{grid-template-columns:1fr;padding:12px 8px}.addon-noc__rack:nth-child(n+2){display:none}.addon-noc__body>main{padding:12px}.addon-infrastructure__locations{padding:20px}}
@media(prefers-reduced-motion:reduce){.addon-infrastructure *{animation:none!important}.addon-infrastructure__pulse{box-shadow:0 0 0 6px rgba(101,223,160,.1)}}
.infrastructure-page .addon-infrastructure{min-height:calc(100vh - 90px);padding-top:112px}.infrastructure-page+.site-footer{margin-top:0!important}

/* Infrastructure page inspired by the original AddOn layout, refined for the new identity. */
.infrastructure-legacy{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:24px;align-items:stretch}.infrastructure-legacy__left{display:flex;min-width:0;flex-direction:column;gap:20px}.infrastructure-legacy__left .addon-infrastructure__copy{border-radius:22px}.infrastructure-legacy__locations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.infrastructure-legacy__locations article{min-width:0;opacity:0;transform:translateY(18px);transition:opacity .55s ease var(--location-delay),transform .65s cubic-bezier(.2,.8,.2,1) var(--location-delay)}.infrastructure-legacy__left.is-visible .infrastructure-legacy__locations article{opacity:1;transform:none}.infrastructure-legacy__locations article>div{position:relative;display:grid;height:180px;overflow:hidden;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#0b203b;box-shadow:0 18px 35px rgba(2,13,29,.2)}.infrastructure-legacy__locations img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .4s ease}.infrastructure-legacy__locations article:hover img{filter:saturate(1.08);transform:scale(1.055)}.infrastructure-legacy__locations article>div>i{display:none;color:#ff9c52;font-size:2rem}.infrastructure-legacy__locations article>div.is-fallback>i{display:block}.infrastructure-legacy__locations article>div>span{position:absolute;top:10px;left:10px;display:grid;width:30px;height:30px;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:9px;color:#fff;background:rgba(7,22,42,.72);font-size:.56rem;font-weight:850;backdrop-filter:blur(8px)}.infrastructure-legacy__locations article>small{display:block;margin-top:10px;color:rgba(255,255,255,.44);font-size:.57rem}.infrastructure-legacy__locations article>strong{display:block;margin-top:3px;color:#fff;font-size:.72rem;line-height:1.4}.infrastructure-legacy__noc{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(255,255,255,.075);box-shadow:0 30px 70px rgba(2,13,29,.28);backdrop-filter:blur(12px)}.infrastructure-legacy__noc>header{display:flex;min-height:82px;align-items:center;gap:14px;padding:18px 22px;border-bottom:1px solid rgba(255,255,255,.1)}.infrastructure-legacy__noc>header>div{display:flex;flex-direction:column}.infrastructure-legacy__noc>header strong{color:#ff9c52;font-size:1rem}.infrastructure-legacy__noc>header small{margin-top:3px;color:rgba(255,255,255,.58);font-size:.65rem}.infrastructure-legacy__noc-image{position:relative;display:grid;min-height:445px;overflow:hidden;flex:1;place-items:center;background:#081a31}.infrastructure-legacy__noc-image::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(4,15,30,.75))}.infrastructure-legacy__noc-image img{width:100%;height:100%;min-height:445px;object-fit:cover;transition:transform 7s ease}.infrastructure-legacy__noc:hover .infrastructure-legacy__noc-image img{transform:scale(1.06)}.infrastructure-legacy__noc-image>i{display:none;color:#ff9c52;font-size:3.5rem}.infrastructure-legacy__noc-image.is-fallback>i{display:block}.infrastructure-legacy__noc-image>span{position:absolute;z-index:2;top:16px;right:16px;display:flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:99px;color:#dff9eb;background:rgba(7,22,42,.72);font-size:.57rem;font-weight:800;backdrop-filter:blur(8px)}.infrastructure-legacy__noc-image>span b{width:6px;height:6px;border-radius:50%;background:#64dda0;box-shadow:0 0 9px #64dda0;animation:nocPulse 2s ease infinite}.infrastructure-legacy__noc>footer{display:flex;align-items:center;gap:13px;padding:19px 22px}.infrastructure-legacy__noc>footer>i{display:grid;width:39px;height:39px;place-items:center;border-radius:11px;color:#ff9c52;background:rgba(245,130,32,.12)}.infrastructure-legacy__noc>footer>div{display:flex;flex-direction:column}.infrastructure-legacy__noc>footer strong{font-size:.85rem}.infrastructure-legacy__noc>footer small{margin-top:3px;color:rgba(255,255,255,.45);font-size:.58rem}.infrastructure-legacy__foot{display:flex;align-items:center;gap:14px;margin-top:23px;color:rgba(255,255,255,.42);font-size:.6rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.infrastructure-legacy__foot i{height:1px;flex:1;background:rgba(255,255,255,.12)}.infrastructure-legacy__foot strong{color:#ff9c52}
@media(max-width:991.98px){.infrastructure-legacy{grid-template-columns:1fr}.infrastructure-legacy__noc-image{min-height:420px}.infrastructure-legacy__noc-image img{min-height:420px}}
@media(max-width:575.98px){.infrastructure-legacy__locations{grid-template-columns:1fr}.infrastructure-legacy__locations article>div{height:230px}.infrastructure-legacy__noc-image,.infrastructure-legacy__noc-image img{min-height:330px}.infrastructure-legacy__foot{align-items:flex-start;flex-wrap:wrap}.infrastructure-legacy__foot i{min-width:70px}}
@media(prefers-reduced-motion:reduce){.infrastructure-legacy__locations article{opacity:1;transform:none;transition:none}.infrastructure-legacy__noc-image img,.infrastructure-legacy__locations img{transition:none}}

/* Compact About composition: keep the story complete without excessive page height. */
.company-about{padding:64px 0}.company-about__layout{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:50px;align-items:stretch}.company-about__intro h2{margin-top:0;font-size:clamp(2.15rem,3.25vw,3.25rem);line-height:1.08}.company-about__intro>p{margin-top:18px;font-size:.86rem;line-height:1.68}.company-about__intro>p+p{margin-top:10px}.company-about__principles{margin-top:21px}.company-about__principles article{padding:14px 12px}.company-about__principles h3{margin-top:5px}.company-about__principles p{margin-top:4px}.company-about__community{margin-top:20px;padding-top:17px}.company-about__direction{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:14px;align-items:stretch}.company-about__vision{min-height:0;padding:29px 25px}.company-about__vision h3{margin-top:13px;font-size:1.3rem}.company-about__vision p{margin-top:10px;font-size:.76rem;line-height:1.6}.company-about__mission{padding:25px 23px}.company-about__mission header strong{font-size:2.25rem}.company-about__mission ol{margin-top:10px}.company-about__mission li{grid-template-columns:30px 1fr;gap:9px;padding:11px 0}.company-about__mission li i{width:27px;height:27px}.company-about__mission li p{margin-top:2px;font-size:.72rem;line-height:1.48}.company-about__evolution{margin-top:42px;padding-top:30px}.company-about__evolution header{margin-bottom:22px}.company-about__evolution header h3{font-size:1.45rem}.company-about__evolution li{gap:7px;padding-inline:13px}.company-about__evolution li span{font-size:.69rem;line-height:1.4}
@media(max-width:991.98px){.company-about{padding:72px 0 78px}.company-about__layout{gap:34px}.company-about__direction{grid-template-columns:repeat(2,minmax(0,1fr))}.company-about__evolution{margin-top:36px}}
@media(max-width:767.98px){.company-about__direction{grid-template-columns:1fr}.company-about__evolution{padding-top:25px}.company-about__evolution header{margin-bottom:12px}}
@media(max-width:575.98px){.company-about{padding:62px 0 68px}.company-about__layout{gap:27px}.company-about__intro h2{font-size:2.05rem}.company-about__intro>p{font-size:.82rem}.company-about__principles{gap:7px}.company-about__principles article{display:grid;grid-template-columns:28px 1fr;column-gap:8px;align-items:start}.company-about__principles article>span{grid-row:1/3}.company-about__principles h3{margin:0}.company-about__principles p{margin-top:3px}.company-about__community{margin-top:16px}.company-about__vision,.company-about__mission{padding:23px 21px}}

/* Vision and mission retain their complete copy and comfortable reading rhythm. */
.company-about__vision{padding:34px 30px}.company-about__vision h3{margin-top:16px;font-size:1.52rem;line-height:1.28}.company-about__vision p{margin-top:13px;font-size:.84rem;line-height:1.7}.company-about__mission{padding:30px}.company-about__mission header strong{font-size:2.7rem}.company-about__mission ol{margin-top:14px}.company-about__mission li{grid-template-columns:35px 1fr;gap:12px;padding:14px 0}.company-about__mission li i{width:31px;height:31px}.company-about__mission li p{margin-top:3px;font-size:.8rem;line-height:1.62}
@media(max-width:575.98px){.company-about__vision,.company-about__mission{padding:27px 24px}.company-about__vision h3{font-size:1.38rem}.company-about__mission li p{font-size:.78rem}}

/* Enterprise client cards, inspired by editorial client directories */
.addon-clients__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:10px 0 34px}.addon-client-grid-logo{display:flex;height:154px;align-items:stretch;justify-content:space-between;flex-direction:column;padding:13px 15px 12px;border:1px solid #e5e9ef;border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(18,35,61,.035);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.addon-client-grid-logo:hover{border-color:rgba(229,109,21,.35);box-shadow:0 15px 32px rgba(18,35,61,.085);transform:translateY(-4px)}.addon-client-grid-logo__visual{display:grid;height:101px;place-items:center}.addon-client-grid-logo__visual img{display:block;width:100%;max-width:155px;height:78px;object-fit:contain;filter:none;opacity:1;transition:transform .25s ease}.addon-client-grid-logo>span{overflow:hidden;padding-top:9px;border-top:1px solid #edf0f4;color:#697489;font-size:.62rem;font-weight:750;letter-spacing:.035em;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.addon-client-grid-logo--wide .addon-client-grid-logo__visual img{max-width:180px;height:68px;transform:scale(1.05)}.addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:165px;height:86px;transform:scale(1.08)}.addon-client-grid-logo--standard .addon-client-grid-logo__visual img{max-width:150px;height:78px}.addon-client-grid-logo:hover .addon-client-grid-logo__visual img{transform:scale(1.06)}.addon-client-grid-logo--wide:hover .addon-client-grid-logo__visual img{transform:scale(1.12)}.addon-client-grid-logo--large:hover .addon-client-grid-logo__visual img{transform:scale(1.15)}
@media(max-width:991.98px){.addon-clients__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.addon-client-grid-logo{height:145px}.addon-client-grid-logo__visual{height:92px}}
@media(max-width:575.98px){.addon-clients__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.addon-client-grid-logo{height:130px;padding:9px 10px}.addon-client-grid-logo__visual{height:82px}.addon-client-grid-logo__visual img{max-width:120px;height:64px}.addon-client-grid-logo--wide .addon-client-grid-logo__visual img{max-width:135px;height:58px}.addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:125px;height:70px}.addon-client-grid-logo>span{font-size:.54rem}}

/* Clean partner logo wall */
.addon-clients__showcase-heading{display:block;margin-bottom:36px;text-align:center}.addon-clients__showcase-heading p{max-width:600px;margin:10px auto 0}.addon-clients__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px 16px;align-items:center;padding:8px 0 24px}.addon-client-grid-logo{display:grid;height:88px;place-items:center;padding:6px;border:0;border-radius:0;background:transparent;box-shadow:none}.addon-client-grid-logo:hover{border:0;box-shadow:none;transform:translateY(-2px)}.addon-client-grid-logo__visual{display:grid;width:100%;height:76px;place-items:center}.addon-client-grid-logo__visual img{max-width:135px;height:64px;filter:none;opacity:1}.addon-client-grid-logo--wide .addon-client-grid-logo__visual img{max-width:156px;height:56px}.addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:142px;height:72px}.addon-client-grid-logo--standard .addon-client-grid-logo__visual img{max-width:130px;height:64px}
@media(max-width:991.98px){.addon-clients__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 14px}.addon-client-grid-logo{height:80px}}
@media(max-width:575.98px){.addon-clients__showcase-heading{margin-bottom:20px}.addon-clients__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px}.addon-client-grid-logo{height:72px;padding:4px}.addon-client-grid-logo__visual{height:64px}.addon-client-grid-logo__visual img{max-width:95px;height:52px}.addon-client-grid-logo--wide .addon-client-grid-logo__visual img{max-width:104px;height:46px}.addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:98px;height:58px}}

/* Moving featured-client strip above the complete logo wall */
.addon-clients__marquee--featured{margin:0 0 32px;padding:8px 0 18px;border-bottom:1px solid #e7ebf1}.addon-clients__marquee--featured .addon-clients__track{gap:14px;animation-duration:28s}.addon-clients__marquee--featured .addon-client-logo{width:165px;height:82px;padding:12px 16px;border:0;border-radius:12px;background:#f8fafc;box-shadow:none}.addon-clients__marquee--featured .addon-client-logo img{height:56px;filter:none;opacity:.9}.addon-clients__marquee--featured .addon-client-logo:hover{background:#fff5ed;box-shadow:none;transform:translateY(-2px)}.addon-clients__grid-title{margin-bottom:10px}
@media(max-width:575.98px){.addon-clients__marquee--featured{margin-bottom:24px}.addon-clients__marquee--featured .addon-client-logo{width:135px;height:70px}.addon-clients__marquee--featured .addon-client-logo img{height:46px}}

/* Larger logos in the static customer wall */
.addon-clients__grid{gap:14px 18px}.addon-client-grid-logo{height:126px;padding:4px}.addon-client-grid-logo__visual{height:112px;overflow:visible}.addon-client-grid-logo__visual img{max-width:174px;height:90px}.addon-client-grid-logo--wide .addon-client-grid-logo__visual img{max-width:198px;height:80px;transform:scale(1.08)}.addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:185px;height:100px;transform:scale(1.12)}.addon-client-grid-logo--standard .addon-client-grid-logo__visual img{max-width:170px;height:92px}
@media(max-width:991.98px){.addon-client-grid-logo{height:116px}.addon-client-grid-logo__visual{height:104px}.addon-client-grid-logo__visual img{max-width:165px;height:84px}}
@media(max-width:575.98px){.addon-client-grid-logo{height:94px}.addon-client-grid-logo__visual{height:86px}.addon-client-grid-logo__visual img{max-width:120px;height:68px}.addon-client-grid-logo--wide .addon-client-grid-logo__visual img{max-width:132px;height:60px}.addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:125px;height:76px}.addon-client-grid-logo--standard .addon-client-grid-logo__visual img{max-width:116px;height:69px}}

/* Denser, larger static customer logos */
.addon-clients__grid{gap:0 7px;padding-top:2px}.addon-client-grid-logo{height:116px;padding:0}.addon-client-grid-logo__visual{height:110px}.addon-client-grid-logo__visual img{max-width:195px;height:100px;transform:scale(1.1)}.addon-client-grid-logo--wide .addon-client-grid-logo__visual img{max-width:218px;height:92px;transform:scale(1.16)}.addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:205px;height:108px;transform:scale(1.19)}.addon-client-grid-logo--standard .addon-client-grid-logo__visual img{max-width:190px;height:100px;transform:scale(1.1)}
@media(max-width:991.98px){.addon-clients__grid{gap:2px 6px}.addon-client-grid-logo{height:108px}.addon-client-grid-logo__visual{height:102px}.addon-client-grid-logo__visual img{max-width:185px;height:94px}}
@media(max-width:575.98px){.addon-clients__grid{gap:0 3px}.addon-client-grid-logo{height:88px}.addon-client-grid-logo__visual{height:84px}.addon-client-grid-logo__visual img{max-width:130px;height:74px;transform:scale(1.08)}.addon-client-grid-logo--wide .addon-client-grid-logo__visual img{max-width:144px;height:68px;transform:scale(1.12)}.addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:136px;height:82px;transform:scale(1.14)}.addon-client-grid-logo--standard .addon-client-grid-logo__visual img{max-width:128px;height:75px}}

/* Trimmed logo assets remove internal PNG whitespace */
.addon-clients__grid{gap:6px 10px}.addon-client-grid-logo{height:102px}.addon-client-grid-logo__visual{height:96px}.addon-client-grid-logo__visual img,.addon-client-grid-logo--standard .addon-client-grid-logo__visual img{width:auto;max-width:172px;height:auto;max-height:82px;transform:none}.addon-client-grid-logo--wide .addon-client-grid-logo__visual img{max-width:190px;max-height:72px;transform:none}.addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:178px;max-height:90px;transform:none}.addon-client-grid-logo:hover .addon-client-grid-logo__visual img,.addon-client-grid-logo--wide:hover .addon-client-grid-logo__visual img,.addon-client-grid-logo--large:hover .addon-client-grid-logo__visual img{transform:scale(1.06)}.addon-clients__marquee--featured .addon-client-logo img{width:auto;max-width:138px;height:auto;max-height:54px}
@media(max-width:991.98px){.addon-client-grid-logo__visual img,.addon-client-grid-logo--standard .addon-client-grid-logo__visual img{max-width:165px;max-height:78px}}
@media(max-width:575.98px){.addon-clients__grid{gap:2px 5px}.addon-client-grid-logo{height:78px}.addon-client-grid-logo__visual{height:74px}.addon-client-grid-logo__visual img,.addon-client-grid-logo--standard .addon-client-grid-logo__visual img{max-width:105px;max-height:60px}.addon-client-grid-logo--wide .addon-client-grid-logo__visual img{max-width:116px;max-height:54px}.addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:108px;max-height:66px}}

/* Center an incomplete final logo row on wide screens */
@media(min-width:992px){.addon-clients__grid>.addon-client-grid-logo:nth-last-child(2){grid-column:3}}


/* Restore the compact hero proportions. */
.addon-homepage .smart-hero__visual{height:620px}.addon-homepage .smart-hero__intro{min-height:620px;padding-top:34px;padding-bottom:34px}.addon-homepage .smart-hero__copy{max-width:600px}.addon-homepage .smart-hero__title{max-width:600px;font-size:clamp(2.5rem,3.25vw,3.55rem);line-height:1.04}
@media(max-width:991.98px){.addon-homepage .smart-hero__visual{height:920px}.addon-homepage .smart-hero__intro{min-height:920px;padding-top:54px;padding-bottom:55px}}
@media(max-width:767.98px){.addon-homepage .smart-hero__visual{height:860px}.addon-homepage .smart-hero__intro{min-height:860px;padding-top:42px;padding-bottom:42px}}

/* Fit the hero background to a laptop viewport without enlarging its copy. */
@media(min-width:992px){.addon-homepage .smart-hero__visual{height:clamp(700px,calc(100svh - 90px),860px)}.addon-homepage .smart-hero__intro{min-height:clamp(700px,calc(100svh - 90px),860px);padding-top:48px;padding-bottom:48px}}

/* Product architecture — outcome-led and specific to AddOn */
.addon-solutions{padding:112px 0;background:#fff}.addon-solutions__container{max-width:1240px}.addon-solutions__header{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:50px}.addon-solutions__header>div>span{color:#e77828;font-size:.72rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.addon-solutions__header h2{margin:14px 0 0;color:#12233d;font-size:clamp(2.45rem,4.3vw,4.35rem);font-weight:350;line-height:1.04;letter-spacing:-.055em}.addon-solutions__header h2 strong{color:#315f9f;font-weight:850}.addon-solutions__header>p{max-width:440px;margin:0 0 4px;color:#667085;font-size:.93rem;line-height:1.75}.addon-solutions__layout{display:grid;grid-template-columns:1.03fr .97fr;gap:20px}.addon-solutions__featured{position:relative;display:flex;min-height:650px;flex-direction:column;overflow:hidden;border-radius:26px;color:#fff;background:linear-gradient(145deg,#102946,#315f9f);box-shadow:0 22px 55px rgba(18,43,79,.16)}.addon-solutions__featured::after{content:'';position:absolute;right:-130px;bottom:-170px;width:420px;height:420px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 45px rgba(255,255,255,.02)}.addon-solutions__featured-copy{position:relative;z-index:2;padding:46px 48px 22px}.addon-solutions__featured-label{display:inline-flex;align-items:center;gap:8px;color:#ffab68;font-size:.68rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.addon-solutions__featured-copy h3{margin:19px 0 0;color:#fff;font-size:clamp(2.25rem,3.5vw,3.75rem);font-weight:350;line-height:1.03;letter-spacing:-.045em}.addon-solutions__featured-copy h3 strong{color:#ff9c52;font-weight:850}.addon-solutions__featured-copy>p{max-width:540px;margin:22px 0 0;color:rgba(255,255,255,.75);font-size:.88rem;line-height:1.7}.addon-solutions__featured-copy ul{display:flex;flex-wrap:wrap;gap:8px 16px;margin:22px 0 0;padding:0;list-style:none}.addon-solutions__featured-copy li{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.83);font-size:.68rem;font-weight:650}.addon-solutions__featured-copy li i{color:#ff9c52}.addon-solutions__featured-copy>a{display:inline-flex;align-items:center;gap:9px;margin-top:25px;color:#fff;font-size:.76rem;font-weight:800;text-decoration:none}.addon-solutions__featured-copy>a i{color:#ff9c52;transition:.2s ease}.addon-solutions__featured-copy>a:hover i{transform:translate(3px,-3px)}.addon-solutions__featured-visual{position:relative;z-index:1;min-height:275px;margin-top:auto;background:linear-gradient(180deg,transparent,rgba(255,255,255,.04))}.addon-solutions__featured-visual img{position:absolute;right:-7%;bottom:-11%;width:100%;max-width:650px;filter:drop-shadow(0 20px 25px rgba(0,0,0,.16));transition:transform .6s cubic-bezier(.2,.7,.2,1)}.addon-solutions__featured:hover img{transform:translateY(-8px) scale(1.015)}.addon-solutions__status{position:absolute;z-index:2;top:20px;left:48px;display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid rgba(255,255,255,.13);border-radius:99px;color:rgba(255,255,255,.82);background:rgba(10,31,58,.58);font-size:.61rem;font-weight:700;backdrop-filter:blur(8px)}.addon-solutions__status i{width:7px;height:7px;border-radius:50%;background:#52d794;box-shadow:0 0 10px #52d794}.addon-solutions__capabilities{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.addon-capability{position:relative;display:flex;min-height:315px;flex-direction:column;padding:32px;overflow:hidden;border:1px solid #e3e8ef;border-radius:22px;color:inherit;background:#fff;box-shadow:0 12px 32px rgba(18,35,61,.055);text-decoration:none;transition:.3s cubic-bezier(.2,.7,.2,1)}.addon-capability::after{content:'';position:absolute;right:0;bottom:0;left:0;height:4px;background:linear-gradient(90deg,#ef7523,#ffaf70);transform:scaleX(0);transform-origin:left;transition:.3s ease}.addon-capability:hover{border-color:rgba(239,117,35,.35);color:inherit;box-shadow:0 22px 45px rgba(18,35,61,.11);transform:translateY(-6px)}.addon-capability:hover::after{transform:scaleX(1)}.addon-capability__number{position:absolute;top:25px;right:27px;color:#edf1f5;font-size:2.7rem;font-weight:900;line-height:1}.addon-capability__icon{display:grid;width:50px;height:50px;place-items:center;border-radius:14px;color:#e77828;background:#fff0e5;font-size:1.2rem}.addon-capability h3{max-width:220px;margin:24px 0 0;color:#17365f;font-size:1.05rem;font-weight:800;line-height:1.35}.addon-capability>p{margin:13px 0 0;color:#667085;font-size:.78rem;line-height:1.66}.addon-capability footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:20px;color:#315f9f;font-size:.62rem;font-weight:800}.addon-capability footer>i{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:#f4f7fa;transition:.2s ease}.addon-capability:hover footer>i{color:#fff;background:#ef7523;transform:rotate(5deg)}
@media(max-width:1199.98px){.addon-solutions__layout{grid-template-columns:1fr}.addon-solutions__featured{min-height:620px}.addon-solutions__capabilities{grid-template-columns:repeat(4,1fr)}.addon-capability{min-height:300px;padding:26px 22px}}
@media(max-width:991.98px){.addon-solutions{padding:88px 0}.addon-solutions__header{align-items:start;flex-direction:column;gap:20px}.addon-solutions__capabilities{grid-template-columns:repeat(2,1fr)}}
@media(max-width:575.98px){.addon-solutions{padding:72px 0}.addon-solutions__header{margin-bottom:36px}.addon-solutions__header h2 br{display:none}.addon-solutions__featured{min-height:650px}.addon-solutions__featured-copy{padding:34px 26px 20px}.addon-solutions__featured-visual img{right:-20%;bottom:0;width:135%;max-width:none}.addon-solutions__status{left:25px}.addon-solutions__capabilities{grid-template-columns:1fr}.addon-capability{min-height:270px}}

/* Reset legacy sticky showcase rules that shared this class name. */
.addon-homepage .addon-solutions__header{position:static;top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:60px;max-width:none;margin:0 0 50px;text-align:left}.addon-homepage .addon-solutions__header h2{margin:14px 0 0;font-size:clamp(2.45rem,4.3vw,4.35rem);font-weight:350;line-height:1.04}.addon-homepage .addon-solutions__header>p{max-width:440px;margin:0 0 4px}.addon-homepage .addon-solutions__layout{display:grid;grid-template-columns:1.03fr .97fr;gap:20px;align-items:stretch}
@media(max-width:1199.98px){.addon-homepage .addon-solutions__layout{grid-template-columns:1fr}.addon-homepage .addon-solutions__header{margin-bottom:46px}}
@media(max-width:991.98px){.addon-homepage .addon-solutions__header{align-items:flex-start;flex-direction:column;gap:20px}}

/* Keep the featured product image inside its own visual area. */
.addon-homepage .addon-solutions__featured-visual{display:flex;min-height:285px;align-items:flex-end;justify-content:center;overflow:hidden;margin-top:auto;padding:52px 22px 0}.addon-homepage .addon-solutions__featured-visual img{position:relative;right:auto;bottom:auto;display:block;width:96%;max-width:610px;height:auto;margin:0 auto 3%;object-fit:contain;object-position:center}.addon-homepage .addon-solutions__featured:hover .addon-solutions__featured-visual img{transform:translateY(-5px) scale(1.01)}.addon-homepage .addon-solutions__status{top:18px;left:48px}
@media(max-width:575.98px){.addon-homepage .addon-solutions__featured-visual{min-height:270px;padding:55px 12px 0}.addon-homepage .addon-solutions__featured-visual img{right:auto;bottom:auto;width:115%;max-width:none;margin-bottom:3%}.addon-homepage .addon-solutions__status{left:25px}}

/* Client testimonials */
.addon-testimonials{position:relative;padding:112px 0;overflow:hidden;background:linear-gradient(180deg,#fff 0,#f7f9fc 100%)}.addon-testimonials::before{content:'';position:absolute;top:-210px;right:-170px;width:480px;height:480px;border:1px solid rgba(239,117,35,.13);border-radius:50%;box-shadow:0 0 0 48px rgba(239,117,35,.025),0 0 0 96px rgba(49,95,159,.018)}.addon-testimonials__container{position:relative;max-width:1240px}.addon-testimonials__header{display:flex;align-items:flex-end;justify-content:space-between;gap:55px;margin-bottom:48px}.addon-testimonials__header>div>span{color:#e77828;font-size:.72rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.addon-testimonials__header h2{margin:13px 0 0;color:#12233d;font-size:clamp(2.35rem,4vw,4rem);font-weight:350;line-height:1.06;letter-spacing:-.05em}.addon-testimonials__header h2 strong{color:#315f9f;font-weight:850}.addon-testimonials__header>p{max-width:440px;margin:0 0 4px;color:#667085;font-size:.9rem;line-height:1.75}.addon-testimonials__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.addon-testimonial{display:flex;min-height:340px;flex-direction:column;padding:34px;border:1px solid #e3e8ef;border-radius:22px;background:#fff;box-shadow:0 16px 40px rgba(18,35,61,.065);transition:.3s cubic-bezier(.2,.7,.2,1)}.addon-testimonial:hover{border-color:rgba(239,117,35,.35);box-shadow:0 25px 55px rgba(18,35,61,.12);transform:translateY(-7px)}.addon-testimonial--featured{border:0;color:#fff;background:linear-gradient(145deg,#102946,#315f9f);box-shadow:0 24px 55px rgba(23,54,95,.22)}.addon-testimonial__top{display:flex;align-items:center;justify-content:space-between}.addon-testimonial__quote{display:grid;width:45px;height:45px;place-items:center;border-radius:13px;color:#e77828;background:#fff0e5;font-size:1.4rem}.addon-testimonial--featured .addon-testimonial__quote{color:#ff9c52;background:rgba(255,255,255,.1)}.addon-testimonial__stars{display:flex;gap:3px;color:#f58220;font-size:.7rem}.addon-testimonial--featured .addon-testimonial__stars{color:#ffad68}.addon-testimonial blockquote{margin:29px 0 0;color:#344054;font-size:1rem;font-weight:600;line-height:1.8}.addon-testimonial--featured blockquote{color:rgba(255,255,255,.9)}.addon-testimonial footer{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:28px}.addon-testimonial__avatar{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,#e77828,#ff9c52);font-size:.72rem;font-weight:850}.addon-testimonial footer>span:last-child{display:flex;min-width:0;flex-direction:column}.addon-testimonial footer strong{color:#17233a;font-size:.82rem}.addon-testimonial footer small{margin-top:3px;color:#8a95a5;font-size:.68rem}.addon-testimonial--featured footer strong{color:#fff}.addon-testimonial--featured footer small{color:rgba(255,255,255,.62)}
@media(max-width:991.98px){.addon-testimonials{padding:88px 0}.addon-testimonials__header{align-items:flex-start;flex-direction:column;gap:18px}.addon-testimonials__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.addon-testimonial:last-child{grid-column:1/-1}}
@media(max-width:575.98px){.addon-testimonials{padding:70px 0}.addon-testimonials__header{margin-bottom:34px}.addon-testimonials__header h2{font-size:2.15rem}.addon-testimonials__grid{grid-template-columns:1fr}.addon-testimonial,.addon-testimonial:last-child{min-height:300px;grid-column:auto;padding:28px 24px}.addon-testimonial blockquote{font-size:.92rem}}

/* Editorial news layout adapted from Home 1 */
.home-news-journal{padding:112px 0;background:#fff}.home-news-journal__container{max-width:1240px}.home-news-journal__header{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:55px}.home-news-journal__header span{color:#e77828;font-size:.72rem;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.home-news-journal__header h2{margin:13px 0 0;color:#12233d;font-size:clamp(2.5rem,4.2vw,4.2rem);font-weight:800;line-height:1.05;letter-spacing:-.05em}.home-news-journal__header>a{display:inline-flex;align-items:center;gap:8px;padding-bottom:4px;border-bottom:1px solid #12233d;color:#12233d;font-size:.72rem;font-weight:800;text-decoration:none}.home-news-journal__header>a i{color:#ef7523;transition:.2s ease}.home-news-journal__header>a:hover i{transform:translate(2px,-2px)}.home-news-featured{display:grid;grid-template-columns:.78fr 1.22fr;gap:64px;align-items:center;margin-bottom:70px}.home-news-featured__copy>span{display:flex;align-items:center;gap:9px;color:#8b96a7;font-size:.66rem;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.home-news-featured__copy>span i{width:4px;height:4px;border-radius:50%;background:#ef7523}.home-news-featured__copy h3{margin:20px 0 0;color:#17233a;font-size:clamp(1.75rem,2.8vw,2.7rem);font-weight:750;line-height:1.22;letter-spacing:-.035em}.home-news-featured__copy p{margin:22px 0 0;color:#667085;font-size:.92rem;line-height:1.78}.home-news-featured__copy>a{display:inline-flex;align-items:center;gap:10px;margin-top:27px;padding-bottom:4px;border-bottom:1px solid #17233a;color:#17233a;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-decoration:none}.home-news-featured__copy>a i{color:#ef7523;transition:.2s ease}.home-news-featured__copy>a:hover i{transform:translateX(4px)}.home-news-featured__image{position:relative;display:block;overflow:hidden;border-radius:22px;background:#f1f4f8;box-shadow:0 20px 48px rgba(18,35,61,.11)}.home-news-featured__image::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(10,25,46,.18))}.home-news-featured__image img{display:block;width:100%;height:430px;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.home-news-featured__image:hover img{transform:scale(1.045)}.home-news-featured__image>span{position:absolute;z-index:2;right:22px;bottom:22px;display:grid;width:48px;height:48px;place-items:center;border-radius:50%;color:#17233a;background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.14);transition:.25s ease}.home-news-featured__image:hover>span{color:#fff;background:#ef7523;transform:rotate(6deg)}.home-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.home-news-card{display:flex;min-width:0;flex-direction:column;color:inherit;text-decoration:none;transition:transform .35s cubic-bezier(.2,.7,.2,1)}.home-news-card:hover{color:inherit;transform:translateY(-8px)}.home-news-card__image{overflow:hidden;margin-bottom:23px;border-radius:16px;background:#f1f4f8}.home-news-card__image img{display:block;width:100%;height:215px;object-fit:cover;transition:transform .7s ease}.home-news-card:hover img{transform:scale(1.055)}.home-news-card>span{color:#98a2b3;font-size:.64rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.home-news-card h3{margin:11px 0 0;color:#17233a;font-size:1.12rem;font-weight:750;line-height:1.4}.home-news-card p{margin:12px 0 0;color:#667085;font-size:.78rem;line-height:1.68}.home-news-card footer{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:20px;color:#315f9f;font-size:.67rem;font-weight:800}.home-news-card footer i{color:#ef7523;transition:.2s ease}.home-news-card:hover footer i{transform:translateX(4px)}
@media(max-width:991.98px){.home-news-journal{padding:88px 0}.home-news-featured{grid-template-columns:1fr;gap:34px}.home-news-featured__image{order:-1}.home-news-featured__image img{height:380px}.home-news-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:575.98px){.home-news-journal{padding:72px 0}.home-news-journal__header{align-items:flex-start;flex-direction:column;margin-bottom:38px}.home-news-featured{margin-bottom:55px}.home-news-featured__image img{height:260px}.home-news-grid{grid-template-columns:1fr}.home-news-card__image img{height:230px}}

/* Three equal, compact homepage news rows. */
.home-news-list{border-top:1px solid #e3e8ef}.home-news-row{display:grid;grid-template-columns:310px minmax(0,1fr);gap:34px;align-items:center;padding:26px 0;border-bottom:1px solid #e3e8ef}.home-news-row__image{display:block;overflow:hidden;height:175px;border-radius:14px;background:#f1f4f8}.home-news-row__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.home-news-row:hover .home-news-row__image img{transform:scale(1.04)}.home-news-row__copy>span{color:#e77828;font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-news-row h3{margin:9px 0 0;font-size:clamp(1.15rem,1.8vw,1.55rem);font-weight:750;line-height:1.34;letter-spacing:-.025em}.home-news-row h3 a{color:#17233a;text-decoration:none}.home-news-row h3 a:hover{color:#315f9f}.home-news-row p{max-width:760px;margin:10px 0 0;color:#667085;font-size:.8rem;line-height:1.65}.home-news-row__read{display:inline-flex;align-items:center;gap:8px;margin-top:13px;color:#315f9f;font-size:.68rem;font-weight:800;text-decoration:none}.home-news-row__read i{color:#ef7523;transition:transform .2s ease}.home-news-row__read:hover i{transform:translateX(4px)}
@media(max-width:767.98px){.home-news-row{grid-template-columns:145px minmax(0,1fr);gap:18px;padding:19px 0}.home-news-row__image{height:125px}.home-news-row p{display:none}.home-news-row h3{display:-webkit-box;overflow:hidden;font-size:1rem;-webkit-box-orient:vertical;-webkit-line-clamp:3}}
@media(max-width:420px){.home-news-row{grid-template-columns:110px minmax(0,1fr);gap:14px}.home-news-row__image{height:105px}.home-news-row__copy>span{font-size:.56rem}.home-news-row h3{font-size:.9rem;-webkit-line-clamp:2}.home-news-row__read{margin-top:8px;font-size:.6rem}}

/* Customer showcase inspired by Home 1 */
.addon-clients{position:relative;padding:0;overflow:hidden;background:#fff}.addon-clients__hero{position:relative;isolation:isolate;overflow:hidden;padding:95px 0 125px;color:#fff;background:linear-gradient(135deg,#07162f 0%,#153a68 65%,#244f84 100%)}.addon-clients__hero::before{content:'';position:absolute;z-index:-1;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,transparent,#000)}.addon-clients__orb{position:absolute;right:-160px;bottom:-260px;width:580px;height:580px;border:1px solid rgba(245,130,32,.28);border-radius:50%;box-shadow:0 0 0 55px rgba(245,130,32,.05),0 0 0 110px rgba(245,130,32,.025)}.addon-clients__heading{position:relative;max-width:1220px;text-align:center}.addon-clients__heading>span{display:inline-flex;align-items:center;gap:8px;color:#ff9a47;font-size:.76rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.addon-clients__heading h2{margin:16px 0 0;color:#fff;font-size:clamp(2.3rem,4vw,3.8rem);font-weight:800;line-height:1.08;letter-spacing:-.045em}.addon-clients__heading>p{max-width:720px;margin:20px auto 0;color:rgba(255,255,255,.72);line-height:1.75}.addon-clients__areas{max-width:960px;margin:40px auto -185px;padding:25px 32px;border:1px solid rgba(255,255,255,.5);border-radius:18px;color:#172033;background:rgba(255,255,255,.94);box-shadow:0 22px 55px rgba(0,0,0,.22);backdrop-filter:blur(14px)}.addon-clients__areas small{display:block;color:#e56d15;font-size:.67rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.addon-clients__areas p{margin:10px 0 0;font-size:.86rem;font-weight:750;letter-spacing:.04em;line-height:1.6;text-transform:uppercase}
.addon-clients__showcase{padding:105px 0 90px;background:linear-gradient(#fff,#fffaf6)}.addon-clients__showcase>.container{max-width:1240px}.addon-clients__showcase-heading{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:35px}.addon-clients__showcase-heading span{color:#e56d15;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.addon-clients__showcase-heading h3{margin:7px 0 0;color:#172033;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:800}.addon-clients__showcase-heading p{max-width:430px;margin:0;color:#667085;line-height:1.65}.addon-clients__marquee{position:relative;overflow:hidden;padding:10px 0 25px;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.addon-clients__track{display:flex;width:max-content;gap:20px;animation:addonClientsScroll 34s linear infinite}.addon-clients__marquee:hover .addon-clients__track{animation-play-state:paused}.addon-client-logo{display:grid;width:210px;height:105px;flex-shrink:0;place-items:center;padding:20px;border:1px solid #e6e9ee;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(24,42,68,.07);transition:.25s ease}.addon-client-logo:hover{border-color:rgba(245,130,32,.55);box-shadow:0 17px 38px rgba(245,130,32,.13);transform:translateY(-5px)}.addon-client-logo img{width:100%;height:65px;object-fit:contain;filter:grayscale(1);opacity:.78;transition:.25s ease}.addon-client-logo:hover img{filter:none;opacity:1}.addon-clients__footer{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:24px;padding-top:27px;border-top:1px solid #e7e9ed;color:#667085;font-size:.86rem}.addon-clients__footer strong{color:#e56d15;font-size:1.35rem}.addon-clients__footer a{display:inline-flex;align-items:center;gap:9px;padding:12px 20px;border-radius:9px;color:#fff;background:linear-gradient(135deg,#f15b16,#f58220);font-weight:750;text-decoration:none;box-shadow:0 12px 27px rgba(241,91,22,.22);transition:.2s ease}.addon-clients__footer a:hover{gap:13px;color:#fff;transform:translateY(-2px)}@keyframes addonClientsScroll{to{transform:translateX(calc(-50% - 10px))}}
@media(max-width:767.98px){.addon-clients__hero{padding:75px 20px 110px}.addon-clients__areas{margin-bottom:-165px;padding:22px}.addon-clients__showcase{padding:90px 0 70px}.addon-clients__showcase-heading{align-items:flex-start;flex-direction:column;gap:12px}.addon-client-logo{width:170px;height:92px}.addon-client-logo img{height:55px}.addon-clients__footer{align-items:flex-start;flex-direction:column}.addon-clients__footer a{width:100%;justify-content:center}}
@media(prefers-reduced-motion:reduce){.addon-clients__track{animation:none}}
.addon-clients__hero{z-index:2;overflow:visible}.addon-clients__areas{position:relative;z-index:3}.addon-clients__showcase{position:relative;z-index:1;padding-top:125px}
.addon-clients__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px 34px;padding:18px 0 38px}.addon-client-grid-logo{display:grid;min-width:0;height:112px;place-items:center;padding:14px;background:transparent;transition:transform .25s ease}.addon-client-grid-logo:hover{transform:translateY(-6px)}.addon-client-grid-logo img{display:block;width:100%;max-width:135px;height:64px;object-fit:contain;filter:grayscale(.12);transition:filter .25s ease,transform .25s ease}.addon-client-grid-logo:hover img{filter:none;transform:scale(1.05)}
@media(max-width:991.98px){.addon-clients__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.addon-client-grid-logo{height:98px}.addon-client-grid-logo img{height:58px}}
@media(max-width:575.98px){.addon-clients__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.addon-client-grid-logo{height:88px;padding:10px}.addon-client-grid-logo img{height:50px}}
.addon-clients__marquee--featured{margin-bottom:44px;padding-block:8px 28px}.addon-clients__marquee--featured .addon-client-logo{width:190px;height:96px}.addon-clients__grid-title{display:flex;align-items:center;gap:15px;margin-bottom:8px;color:#d86819;font-size:.68rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.addon-clients__grid-title i{height:1px;flex:1;background:#e4e7eb}

/* ===================================================
   BUSINESS PROBLEMS AND SOLUTIONS
=================================================== */
.addon-problems,
.addon-solutions {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 92px 0;
}

.addon-problems {
    background: #fbfbfc;
}

.addon-solutions {
    background: var(--addon-cream, #fff9f4);
}

.addon-problems__pattern,
.addon-solutions__pattern {
    position: absolute;
    z-index: -1;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    pointer-events: none;
}

.addon-problems__pattern {
    top: -250px;
    left: -170px;
    border: 70px solid rgba(245, 130, 32, .035);
    box-shadow: 0 0 0 42px rgba(245, 130, 32, .025);
}

.addon-solutions__pattern {
    right: -220px;
    bottom: -240px;
    border: 1px solid rgba(245, 130, 32, .12);
    background-image: radial-gradient(rgba(245, 130, 32, .2) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: .55;
}

.addon-problems__container,
.addon-solutions__container {
    max-width: 1240px;
}

.addon-problems__header {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.addon-problems__header > span,
.addon-solutions__header > span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--addon-orange-dark, #d96a0b);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.addon-problems__header > span::before,
.addon-solutions__header > span::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 2px;
    margin: 0 9px 3px 0;
    border-radius: 99px;
    background: var(--addon-orange, #f58220);
}

.addon-problems__header h2,
.addon-solutions__header h2 {
    margin: 0;
    color: var(--addon-heading, #172033);
    font-size: clamp(2rem, 3.4vw, 3.15rem);
    font-weight: 800;
    line-height: 1.13;
    letter-spacing: -.035em;
}

.addon-problems__header p,
.addon-solutions__header p {
    margin: 17px 0 0;
    color: var(--addon-text, #667085);
    font-size: 1rem;
    line-height: 1.7;
}

.addon-problems__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 15px;
}

.addon-problems__card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 23px;
    border: 1px solid var(--addon-border, #e9eaec);
    border-radius: 21px;
    background: var(--addon-white, #ffffff);
    box-shadow: 0 12px 32px rgba(23, 32, 51, .05);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.addon-problems__card::before,
.addon-solutions__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 22px;
    width: 42px;
    height: 3px;
    border-radius: 0 0 99px 99px;
    background: var(--addon-orange, #f58220);
    transform: scaleX(.35);
    transform-origin: left;
    transition: transform .25s ease, width .25s ease;
}

.addon-problems__card:hover::before,
.addon-solutions__card:hover::before {
    width: calc(100% - 44px);
    transform: scaleX(1);
}

.addon-problems__card--featured {
    display: flex;
    grid-row: span 2;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 4vw, 44px);
    background: linear-gradient(145deg, #ffffff, #fff9f4);
}

.addon-problems__card--featured::after {
    content: '01';
    position: absolute;
    right: -7px;
    bottom: -35px;
    color: rgba(245, 130, 32, .055);
    font-size: 9rem;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.addon-problems__card:hover,
.addon-solutions__card:hover {
    border-color: rgba(245, 130, 32, .48);
    box-shadow: 0 18px 42px rgba(23, 32, 51, .08);
    transform: translateY(-4px);
}

.addon-problems__card-top,
.addon-solutions__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.addon-problems__number,
.addon-solutions__number {
    color: var(--addon-orange-dark, #d96a0b);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.addon-problems__icon,
.addon-solutions__icon {
    position: relative;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--addon-orange-dark, #d96a0b);
    background: var(--addon-orange-soft, #fff2e5);
    font-size: 1.05rem;
    transition: color .2s ease, background-color .2s ease;
}

.addon-problems__icon::after,
.addon-solutions__icon::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(245, 130, 32, .18);
    border-radius: 14px;
    opacity: 0;
    transform: scale(.75) rotate(-8deg);
    transition: opacity .22s ease, transform .22s ease;
}

.addon-problems__card:hover .addon-problems__icon,
.addon-solutions__card:hover .addon-solutions__icon {
    color: var(--addon-white, #ffffff);
    background: var(--addon-orange, #f58220);
}

.addon-problems__card:hover .addon-problems__icon::after,
.addon-solutions__card:hover .addon-solutions__icon::after {
    opacity: 1;
    transform: scale(1) rotate(5deg);
}

.addon-problems__card h3,
.addon-solutions__card h3 {
    margin: 0;
    color: var(--addon-heading, #172033);
    font-size: 1.06rem;
    font-weight: 750;
    line-height: 1.4;
}

.addon-problems__card p,
.addon-solutions__card > p {
    margin: 10px 0 0;
    color: var(--addon-text, #667085);
    font-size: .86rem;
    line-height: 1.65;
}

.addon-solutions__layout {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
    gap: clamp(38px, 6vw, 76px);
    align-items: start;
}

.addon-solutions__header {
    position: sticky;
    top: 110px;
}

.addon-solutions__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.addon-solutions__card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 23px;
    border: 1px solid var(--addon-border, #e9eaec);
    border-radius: 21px;
    background: var(--addon-white, #ffffff);
    box-shadow: 0 12px 32px rgba(23, 32, 51, .05);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.addon-solutions__card::after {
    content: '';
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 0;
    width: 3px;
    border-radius: 0 99px 99px 0;
    background: var(--addon-orange-soft, #fff2e5);
    transition: background-color .2s ease;
}

.addon-solutions__card:hover::after {
    background: var(--addon-orange, #f58220);
}

.addon-solutions__card:last-child {
    grid-column: 1 / -1;
}

.addon-solutions__solves {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 8px;
    align-items: baseline;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--addon-border, #e9eaec);
}

.addon-solutions__solves::before {
    content: '\F138';
    color: var(--addon-orange, #f58220);
    font-family: 'bootstrap-icons';
    font-size: .8rem;
}

.addon-solutions__solves span {
    color: var(--addon-orange-dark, #d96a0b);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.addon-solutions__solves strong {
    color: #475467;
    font-size: .76rem;
    font-weight: 650;
}

.addon-solutions__cta {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 27px;
    padding: 10px 17px;
    border-radius: 11px;
    color: var(--addon-white, #ffffff);
    background: var(--addon-orange, #f58220);
    font-size: .86rem;
    font-weight: 750;
    text-decoration: none;
    transition: background-color .18s ease, transform .18s ease;
}

.addon-solutions__cta:hover,
.addon-solutions__cta:focus-visible {
    color: var(--addon-white, #ffffff);
    background: var(--addon-orange-dark, #d96a0b);
    transform: translateY(-2px);
}

.addon-solutions__cta:focus-visible {
    outline: 3px solid rgba(245, 130, 32, .3);
    outline-offset: 3px;
}

.addon-reveal-ready [data-addon-reveal] {
    opacity: 0;
    filter: blur(2px);
    transform: translateY(20px) scale(.985);
    transition: opacity .5s ease, filter .5s ease, transform .5s cubic-bezier(.22, 1, .36, 1);
}

.addon-reveal-ready [data-addon-reveal].is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
}

@media (max-width: 991.98px) {
    .addon-problems,
    .addon-solutions {
        padding: 76px 0;
    }

    .addon-problems__grid,
    .addon-solutions__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .addon-problems__card--featured,
    .addon-solutions__card:last-child {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .addon-solutions__layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .addon-solutions__header {
        position: static;
        max-width: 700px;
    }
}

@media (max-width: 575.98px) {
    .addon-problems,
    .addon-solutions {
        padding: 60px 0;
    }

    .addon-problems__header {
        margin-bottom: 30px;
        text-align: left;
    }

    .addon-problems__grid,
    .addon-solutions__grid {
        grid-template-columns: 1fr;
    }

    .addon-problems__card--featured,
    .addon-solutions__card:last-child {
        grid-column: auto;
    }

    .addon-problems__card,
    .addon-problems__card--featured,
    .addon-solutions__card {
        padding: 21px;
    }

    .addon-solutions__cta {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .addon-reveal-ready [data-addon-reveal],
    .addon-problems__card,
    .addon-solutions__card,
    .addon-solutions__cta {
        opacity: 1 !important;
        transform: none !important;
        transition-duration: .01ms !important;
        transition-delay: 0ms !important;
    }
}

/* Original Add On challenge and integrated inventory presentation */
.factual-section{padding:100px 0 82px;background:linear-gradient(180deg,#fff 0,#f7f9fc 100%)}.factual-section__container{max-width:1240px}.factual-section__header{max-width:720px;margin:0 0 52px;text-align:left}.factual-section__header>span{color:#e77828;font-size:.76rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.factual-section__header h2{margin:12px 0 0;color:#17365f;font-size:clamp(2.35rem,4vw,4rem);font-weight:800;letter-spacing:-.045em}.factual-section__header p{max-width:620px;margin:16px 0 0;color:#667085;line-height:1.7}.factual-section__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.factual-item{position:relative;min-height:320px;padding:34px 32px;border:1px solid #e2e8f0;border-radius:18px;text-align:left;background:#fff;box-shadow:0 15px 35px rgba(23,54,95,.06);transition:.25s ease}.factual-item::after{content:'';position:absolute;right:0;bottom:0;left:0;height:4px;border-radius:0 0 18px 18px;background:linear-gradient(90deg,#f58220,#ffb269);transform:scaleX(0);transform-origin:left;transition:.25s ease}.factual-item:hover{transform:translateY(-7px);box-shadow:0 22px 48px rgba(23,54,95,.12)}.factual-item:hover::after{transform:scaleX(1)}.factual-item__number{position:absolute;top:25px;right:27px;color:#e9eef5;font-size:3.2rem;font-weight:900;line-height:1}.factual-item__icon{display:grid;width:54px;height:54px;place-items:center;margin:0 0 26px;border-radius:14px;color:#e77828;background:#fff0e5;font-size:1.45rem}.factual-item h3{max-width:270px;margin:0;color:#17365f;font-size:1.18rem;font-weight:800;line-height:1.35}.factual-item p{margin:16px 0 0;color:#667085;font-size:.9rem;line-height:1.7}
.solutions-showcase{position:relative;padding:32px 0 110px;background:#f7f9fc}.solutions-showcase__shell{display:grid;max-width:1240px;grid-template-columns:1.08fr .92fr;gap:0;overflow:hidden;padding:0;border-radius:30px;background:#fff;box-shadow:0 28px 70px rgba(23,54,95,.14)}.solutions-showcase__art{position:relative;display:grid;min-height:610px;place-items:center;padding:55px 28px;background:radial-gradient(circle at 50% 48%,#fff 0,#f1f6fc 72%)}.solutions-showcase__art::before{content:'';position:absolute;inset:45px;border:1px dashed rgba(49,95,159,.2);border-radius:50%}.solutions-showcase__eyebrow{position:absolute;z-index:2;top:34px;left:38px;color:#315f9f;font-size:.72rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.solutions-showcase__art img{position:relative;z-index:1;width:108%;max-width:none;height:auto;object-fit:contain;filter:drop-shadow(0 20px 24px rgba(26,57,92,.12))}.solutions-showcase__badge{position:absolute;z-index:3;display:flex;align-items:center;gap:7px;padding:10px 14px;border:1px solid #e2e8f0;border-radius:99px;color:#17365f;background:rgba(255,255,255,.94);box-shadow:0 10px 25px rgba(23,54,95,.12);font-size:.72rem;font-weight:800}.solutions-showcase__badge i{color:#f58220}.solutions-showcase__badge--erp{right:34px;top:80px}.solutions-showcase__badge--customs{bottom:55px;left:35px}.solutions-showcase__content{position:relative;display:flex;min-height:610px;justify-content:center;flex-direction:column;padding:70px 68px;overflow:hidden;color:#fff;background:linear-gradient(145deg,#0f294d,#315f9f)}.solutions-showcase__content::before{content:'';position:absolute;right:-110px;bottom:-170px;width:390px;height:390px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 42px rgba(255,255,255,.025),0 0 0 84px rgba(255,255,255,.015)}.solutions-showcase__kicker{position:relative;color:#ffad68;font-size:.75rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.solutions-showcase__kicker i{margin-right:7px}.solutions-showcase__content h2{position:relative;margin:20px 0 0;color:#fff;font-size:clamp(2.2rem,3.5vw,3.7rem);font-weight:350;line-height:1.05;letter-spacing:-.045em}.solutions-showcase__content h2 strong{color:#ff9b48;font-weight:850}.solutions-showcase__content>p{position:relative;margin:25px 0 0;color:rgba(255,255,255,.78);font-size:.95rem;line-height:1.75}.solutions-showcase__features{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px}.solutions-showcase__features>span{display:flex;min-width:0;flex-direction:column;padding:15px 12px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.06)}.solutions-showcase__features i{margin-bottom:10px;color:#ff9b48;font-size:1.15rem}.solutions-showcase__features b{font-size:.72rem}.solutions-showcase__features small{margin-top:3px;color:rgba(255,255,255,.58);font-size:.61rem}.solutions-showcase__cta{position:relative;display:inline-flex;align-self:flex-start;align-items:center;gap:9px;margin-top:30px;padding:13px 19px;border-radius:9px;color:#17365f;background:#fff;font-size:.8rem;font-weight:800;text-decoration:none;transition:.2s ease}.solutions-showcase__cta:hover{color:#fff;background:#f58220;transform:translateY(-2px)}
@media(max-width:991.98px){.solutions-showcase__shell{grid-template-columns:1fr}.solutions-showcase__art{min-height:480px}.solutions-showcase__art img{width:min(720px,105%)}.solutions-showcase__content{min-height:auto;padding:65px 55px}}
@media(max-width:767.98px){.factual-section{padding:72px 0 56px}.factual-section__grid{grid-template-columns:1fr}.factual-item{min-height:0}.solutions-showcase{padding:20px 14px 78px}.solutions-showcase__art{min-height:370px;padding:42px 15px}.solutions-showcase__art::before{inset:30px}.solutions-showcase__badge--erp{right:15px;top:62px}.solutions-showcase__badge--customs{bottom:30px;left:15px}.solutions-showcase__content{padding:52px 30px}.solutions-showcase__features{grid-template-columns:1fr}.solutions-showcase__features>span{display:grid;grid-template-columns:auto 1fr;column-gap:10px}.solutions-showcase__features i{grid-row:1/3;margin:0}.solutions-showcase__cta{width:100%;justify-content:center}}

.solutions-showcase__flow{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:7px 9px;margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}.solutions-showcase__flow span{display:inline-flex;align-items:center;gap:9px;color:rgba(255,255,255,.7);font-size:.59rem;font-weight:700}.solutions-showcase__flow i{color:#ff9b48;font-size:.7rem}
@media(max-width:575.98px){.solutions-showcase__flow{align-items:flex-start;flex-direction:column}.solutions-showcase__flow span{width:100%;justify-content:space-between}.solutions-showcase__flow span:last-child{width:auto}.solutions-showcase__flow i{transform:rotate(90deg)}}

.addon-specializations{margin-top:28px;padding:32px;border:1px solid #e3e8ef;border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(18,35,61,.055)}.addon-specializations>header span{color:#e77828;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.addon-specializations__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:22px}.addon-specializations__grid article{min-width:0;padding:4px 22px;border-left:1px solid #e7ebf1}.addon-specializations__grid article:first-child{padding-left:0;border-left:0}.addon-specializations__grid i{color:#e77828;font-size:.6rem;font-style:normal;font-weight:850}.addon-specializations__grid h3{margin:9px 0 0;color:#17365f;font-size:.86rem;font-weight:800;line-height:1.4}.addon-specializations__grid p{margin:8px 0 0;color:#718096;font-size:.68rem;line-height:1.6}.addon-specializations>footer{display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:start;margin-top:28px;padding-top:20px;border-top:1px solid #e7ebf1}.addon-specializations>footer strong{color:#315f9f;font-size:.66rem;letter-spacing:.06em;text-transform:uppercase}.addon-specializations>footer p{display:flex;flex-wrap:wrap;gap:7px;margin:0}.addon-specializations>footer span{padding:5px 9px;border-radius:99px;color:#5c697c;background:#f3f6f9;font-size:.59rem;font-weight:700}
@media(max-width:991.98px){.addon-specializations__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.addon-specializations__grid article:nth-child(3){padding-left:0;border-left:0}.addon-specializations>footer{grid-template-columns:1fr;gap:12px}}
@media(max-width:575.98px){.addon-specializations{padding:27px 22px}.addon-specializations__grid{grid-template-columns:1fr;gap:0}.addon-specializations__grid article,.addon-specializations__grid article:first-child,.addon-specializations__grid article:nth-child(3){padding:18px 0;border-top:1px solid #e7ebf1;border-left:0}.addon-specializations__grid article:first-child{border-top:0}.addon-specializations>footer{margin-top:12px}}

/* ===================================================
   SOLUTION FINDER
=================================================== */
.addon-finder {
    position: relative;
    overflow: hidden;
    padding: 92px 0;
    scroll-margin-top: 78px;
    background: var(--addon-cream, #fff9f4);
}

.addon-finder__container {
    max-width: 1240px;
}

.addon-finder__layout {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: clamp(36px, 6vw, 76px);
    align-items: center;
}

.addon-finder__header {
    max-width: 520px;
}

.addon-finder__eyebrow {
    display: inline-block;
    margin-bottom: 13px;
    color: var(--addon-orange-dark, #d96a0b);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.addon-finder__header h2 {
    margin: 0;
    color: var(--addon-heading, #172033);
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.035em;
}

.addon-finder__header p {
    margin: 18px 0 0;
    color: var(--addon-text, #667085);
    font-size: 1rem;
    line-height: 1.7;
}

.addon-finder__options {
    display: grid;
    gap: 9px;
    margin-top: 28px;
}

.addon-finder__option {
    display: grid;
    min-height: 54px;
    grid-template-columns: 32px minmax(0, 1fr) 18px;
    gap: 11px;
    align-items: center;
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--addon-border, #e9eaec);
    border-radius: 14px;
    color: var(--addon-heading, #172033);
    background: rgba(255, 255, 255, .72);
    font-size: .9rem;
    font-weight: 700;
    text-align: left;
    transition: border-color .18s ease, color .18s ease, background-color .18s ease, transform .18s ease;
}

.addon-finder__option > .bi:first-child {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: var(--addon-orange-dark, #d96a0b);
    background: var(--addon-orange-soft, #fff2e5);
}

.addon-finder__option-arrow {
    color: #98a2b3;
    font-size: .72rem;
}

.addon-finder__option:hover {
    border-color: rgba(245, 130, 32, .45);
    transform: translateX(3px);
}

.addon-finder__option.is-active {
    border-color: var(--addon-orange, #f58220);
    color: var(--addon-orange-dark, #d96a0b);
    background: var(--addon-orange-soft, #fff2e5);
}

.addon-finder__option.is-active > .bi:first-child {
    color: var(--addon-white, #ffffff);
    background: var(--addon-orange, #f58220);
}

.addon-finder__option:focus-visible {
    outline: 3px solid rgba(245, 130, 32, .3);
    outline-offset: 3px;
}

.addon-finder__recommendation {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid var(--addon-border, #e9eaec);
    border-radius: 24px;
    background: var(--addon-white, #ffffff);
    box-shadow: 0 24px 60px rgba(23, 32, 51, .1);
    transition: opacity .16s ease;
}

.addon-finder__recommendation.is-updating {
    opacity: .4;
}

.addon-finder__accent {
    width: 72px;
    height: 4px;
    margin-bottom: 28px;
    border-radius: 999px;
    background: var(--addon-orange, #f58220);
}

.addon-finder__label {
    color: var(--addon-orange-dark, #d96a0b);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.addon-finder__recommendation h3 {
    margin: 12px 0 0;
    color: var(--addon-heading, #172033);
    font-size: clamp(1.55rem, 2.5vw, 2.25rem);
    font-weight: 800;
    line-height: 1.2;
}

.addon-finder__recommendation > p {
    margin: 17px 0 0;
    color: var(--addon-text, #667085);
    line-height: 1.7;
}

.addon-finder__features {
    display: grid;
    gap: 11px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.addon-finder__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #475467;
    font-size: .9rem;
}

.addon-finder__features i {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--addon-orange-dark, #d96a0b);
    background: var(--addon-orange-soft, #fff2e5);
}

.addon-finder__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 30px;
}

.addon-finder__actions a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 17px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: .86rem;
    font-weight: 750;
    text-decoration: none;
}

.addon-finder__primary {
    color: var(--addon-white, #ffffff);
    background: var(--addon-orange, #f58220);
}

.addon-finder__primary:hover,
.addon-finder__primary:focus-visible {
    color: var(--addon-white, #ffffff);
    background: var(--addon-orange-dark, #d96a0b);
}

.addon-finder__secondary {
    border-color: var(--addon-border, #e9eaec) !important;
    color: var(--addon-heading, #172033);
    background: var(--addon-white, #ffffff);
}

.addon-finder__secondary:hover,
.addon-finder__secondary:focus-visible {
    border-color: var(--addon-orange, #f58220) !important;
    color: var(--addon-orange-dark, #d96a0b);
}

@media (max-width: 991.98px) {
    .addon-finder {
        padding: 76px 0;
    }

    .addon-finder__layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .addon-finder__header {
        max-width: 680px;
    }

    .addon-finder__options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .addon-finder {
        padding: 60px 0;
    }

    .addon-finder__options {
        gap: 8px;
    }

    .addon-finder__option {
        min-height: 62px;
        grid-template-columns: 30px minmax(0, 1fr);
        padding: 9px;
        font-size: .78rem;
        line-height: 1.3;
    }

    .addon-finder__option-arrow {
        display: none;
    }

    .addon-finder__recommendation {
        padding: 25px 20px;
    }

    .addon-finder__actions {
        flex-direction: column;
    }

    .addon-finder__actions a {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .addon-finder__option,
    .addon-finder__recommendation {
        transition-duration: .01ms !important;
    }
}

.addon-navbar:not(.navbar-shrink)::before {
    background: transparent;
}

.addon-navbar .btn-consult,
#mobileMenu .btn-gradient {
    color: #ffffff;
    background: #f58220;
    box-shadow: 0 10px 24px rgba(245, 130, 32, .22);
}

.addon-navbar .btn-consult:hover,
.addon-navbar .btn-consult:focus-visible,
#mobileMenu .btn-gradient:hover,
#mobileMenu .btn-gradient:focus-visible {
    color: #ffffff;
    background: #d96a0b;
}

.addon-navbar__brand {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    line-height: 1;
}

.addon-navbar__logo {
    display: block;
    width: auto;
    height: 38px;
    object-fit: contain;
}

.addon-products-menu {
    position: relative;
}

.addon-products-menu__toggle,
.addon-products-menu__mobile-toggle {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    border: 0;
    color: #374151;
    background: transparent;
}

.addon-products-menu__toggle {
    max-width: 178px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.addon-products-menu__toggle i,
.addon-products-menu__mobile-toggle i {
    font-size: .7rem;
    transition: transform .2s ease;
}

.addon-products-menu.is-open .addon-products-menu__toggle,
.addon-products-menu__toggle:hover,
.addon-products-menu__toggle:focus-visible {
    color: #d96a0b !important;
}

.addon-products-menu.is-open .addon-products-menu__toggle i,
.addon-products-menu__mobile-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.addon-products-menu__panel {
    position: fixed;
    z-index: 10020;
    top: 86px;
    left: 50%;
    display: grid;
    visibility: hidden;
    width: min(1080px, calc(100vw - 32px));
    grid-template-columns: .78fr 1fr 1fr;
    gap: 0;
    padding: 13px;
    border: 1px solid #e9eaec;
    border-radius: 24px;
    opacity: 0;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(23, 32, 51, .16);
    pointer-events: none;
    transform: translate(-50%, -8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
}

.navbar-shrink .addon-products-menu__panel {
    top: 74px;
}

.addon-products-menu.is-open .addon-products-menu__panel {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.addon-products-menu__group {
    min-width: 0;
    padding: 14px;
    border-left: 1px solid #e9eaec;
}

.addon-products-menu__intro {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 18px;
}

.addon-products-menu__eyebrow {
    margin-bottom: 10px;
    color: #d96a0b;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.addon-products-menu__intro h2 {
    margin: 0;
    color: #172033;
    font-size: 1.35rem;
    font-weight: 750;
    line-height: 1.25;
}

.addon-products-menu__intro p {
    margin: 12px 0 20px;
    color: #667085;
    font-size: .82rem;
    line-height: 1.6;
}

.addon-products-menu__all {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding: 9px 14px;
    border: 1px solid #e9eaec;
    border-radius: 11px;
    color: #172033;
    font-size: .8rem;
    font-weight: 700;
    text-decoration: none;
}

.addon-products-menu__all:hover,
.addon-products-menu__all:focus-visible {
    border-color: #f58220;
    color: #d96a0b;
    outline: none;
    background: #fff2e5;
}

.addon-products-menu__tabs{display:grid;width:100%;gap:8px;margin:0 0 16px}.addon-products-menu__tabs button{display:flex;min-height:44px;align-items:center;gap:9px;padding:9px 11px;border:1px solid #e5e7eb;border-radius:11px;color:#4b5563;background:#fff;font-size:.73rem;font-weight:750;text-align:left;transition:border-color .16s ease,color .16s ease,background .16s ease}.addon-products-menu__tabs button i{display:grid;width:26px;height:26px;place-items:center;border-radius:8px;color:#d96a0b;background:#fff2e5}.addon-products-menu__tabs button:hover,.addon-products-menu__tabs button:focus-visible,.addon-products-menu__tabs button.is-active{border-color:#f58220;color:#b95608;background:#fff8f1;outline:none}.addon-products-menu__category[hidden]{display:none!important}

.addon-products-menu__heading {
    margin: 0 0 9px;
    color: #172033;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.addon-products-menu__list {
    display: grid;
    gap: 3px;
}

.addon-products-menu__item {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border-radius: 13px;
    color: #172033;
    text-decoration: none;
    transition: color .16s ease, background-color .16s ease;
}

.addon-products-menu__item:hover,
.addon-products-menu__item:focus-visible {
    color: #d96a0b;
    background: #fff2e5;
    outline: none;
}

.addon-products-menu__media {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    width: 96px;
    height: 68px;
    flex: 0 0 96px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9eaec;
    border-radius: 10px;
    background: #ffffff;
}

.addon-products-menu__media img {
    display: block;
    width: 120%;
    height: 120%;
    object-fit: contain;
    transition: transform .18s ease;
}

.addon-products-menu__item:hover .addon-products-menu__media img,
.addon-products-menu__item:focus-visible .addon-products-menu__media img {
    transform: scale(1.04);
}

.addon-products-menu__icon {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #d96a0b;
    background: #fff2e5;
    font-size: .9rem;
}

.addon-products-menu__media .addon-products-menu__icon {
    display: none;
}

.addon-products-menu__media.is-fallback img {
    display: none;
}

.addon-products-menu__media.is-fallback .addon-products-menu__icon {
    display: inline-flex;
}

.addon-products-menu__item strong,
.addon-products-menu__item small,
.addon-products-menu__item em {
    display: block;
}

.addon-products-menu__copy {
    min-width: 0;
}

.addon-products-menu__item strong {
    color: inherit;
    font-size: .84rem;
    line-height: 1.35;
}

.addon-products-menu__item small {
    margin-top: 3px;
    color: #667085;
    font-size: .71rem;
    line-height: 1.4;
}

.addon-products-menu__item em {
    margin-top: 4px;
    color: #d96a0b;
    font-size: .68rem;
    font-style: normal;
    font-weight: 700;
    opacity: 0;
    transform: translateX(-3px);
    transition: opacity .16s ease, transform .16s ease;
}

.addon-products-menu__item:hover em,
.addon-products-menu__item:focus-visible em {
    opacity: 1;
    transform: translateX(0);
}

.addon-products-menu__footer {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 2px;
    padding: 12px 14px 3px;
    border-top: 1px solid #e9eaec;
    color: #667085;
    font-size: .8rem;
    font-weight: 600;
}

.addon-products-menu__footer a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 7px;
    color: #172033;
    font-size: .84rem;
    font-weight: 700;
    text-decoration: none;
}

.addon-products-menu__footer a:hover,
.addon-products-menu__footer a:focus-visible {
    color: #d96a0b;
}

.addon-products-menu__footer .addon-products-menu__demo {
    justify-content: center;
    padding: 9px 16px;
    border-radius: 10px;
    color: #ffffff;
    background: #f58220;
}

.addon-products-menu__footer .addon-products-menu__demo:hover,
.addon-products-menu__footer .addon-products-menu__demo:focus-visible {
    color: #ffffff;
    background: #d96a0b;
}

.addon-products-menu--mobile {
    display: none;
}

@media (max-width: 991.98px) {
    .addon-navbar__logo {
        height: 34px;
    }

    .addon-products-menu--mobile {
        display: block;
    }

    .addon-products-menu__mobile-toggle {
        min-height: 49px;
        text-align: left;
    }

    .addon-products-menu__mobile-content {
        overflow: hidden;
        margin: 2px 0 10px;
        border: 1px solid #e9eaec;
        border-radius: 18px;
        background: #ffffff;
    }

    .addon-products-menu__mobile-content .addon-products-menu__group {
        padding: 14px 12px 7px;
    }

    .addon-products-menu__mobile-content .addon-products-menu__group + .addon-products-menu__group {
        border-top: 1px solid #e9eaec;
    }

    .addon-products-menu__mobile-content .addon-products-menu__group {
        border-left: 0;
    }

    .addon-products-menu__mobile-content .addon-products-menu__item {
        min-height: 48px;
        align-items: center;
        padding: 8px;
    }

    .addon-products-menu__mobile-content .addon-products-menu__media {
        width: 82px;
        height: 60px;
        flex-basis: 82px;
    }

    .addon-products-menu__mobile-content .addon-products-menu__footer {
        padding: 10px 12px 12px;
    }

    .addon-products-menu__mobile-content .addon-products-menu__item em {
        opacity: 1;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .addon-products-menu__panel,
    .addon-products-menu__toggle i,
    .addon-products-menu__mobile-toggle i,
    .addon-products-menu__item {
        transition-duration: .01ms !important;
    }
}

/* Compact three-column product directory inside the existing navbar dropdown. */
.addon-products-menu__panel{grid-template-columns:minmax(230px,.72fr) minmax(0,2fr);width:min(980px,calc(100vw - 32px));padding:16px}.addon-products-menu__category .addon-products-menu__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.addon-products-menu__footer>div{display:flex;align-items:center;gap:12px}
@media(max-width:991.98px){.addon-products-menu__mobile-group{border-bottom:1px solid #e9eaec}.addon-products-menu__mobile-group summary{display:flex;min-height:48px;align-items:center;justify-content:space-between;padding:12px 14px;color:#172033;font-size:.75rem;font-weight:800;letter-spacing:.045em;list-style:none;text-transform:uppercase;cursor:pointer}.addon-products-menu__mobile-group summary::-webkit-details-marker{display:none}.addon-products-menu__mobile-group summary i{font-size:.7rem;transition:transform .2s ease}.addon-products-menu__mobile-group[open] summary{color:#d96a0b}.addon-products-menu__mobile-group[open] summary i{transform:rotate(180deg)}.addon-products-menu__mobile-group>div{padding:0 8px 10px}.addon-products-menu__mobile-content .addon-products-menu__item--compact{min-height:44px;padding:9px 8px}.addon-products-menu__mobile-content .addon-products-menu__footer{display:flex;align-items:stretch;flex-direction:column}.addon-products-menu__mobile-content .addon-products-menu__footer>a{justify-content:center}}

/* Navbar product chooser: product logos only. */
.addon-products-menu__category .addon-products-menu__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
/* .addon-products-menu__item--logo-only{display:grid;min-height:64px;height:64px;place-items:center;padding:7px 12px;border:1px solid #eceff3;background:#fff} */
.addon-products-menu__item--logo-only {
    display: grid;
    min-height: 104px;
    place-items: center;
    padding: 14px;
    border: 1px solid #eceff3;
    background: #fff;
}

/* .addon-products-menu__item--logo-only .addon-products-menu__media{width:100%;height:44px;flex-basis:auto;border:0;background:transparent}
.addon-products-menu__item--logo-only .addon-products-menu__media img{display:block;width:auto;height:auto;max-width:88%;max-height:32px;object-fit:contain} */
.addon-products-menu__item--logo-only .addon-products-menu__media {
    width: 100%;
    height: 72px;
    background: transparent;
}

.addon-products-menu__item--logo-only .addon-products-menu__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.addon-products-menu__item--logo-only .addon-products-menu__icon,.addon-products-menu__item--logo-only .addon-products-menu__copy{display:none}
@media(max-width:991.98px){.addon-products-menu__mobile-content .addon-products-menu__group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.addon-products-menu__mobile-content .addon-products-menu__heading{grid-column:1/-1}.addon-products-menu__mobile-content .addon-products-menu__item--logo-only{min-height:58px;height:58px;padding:7px 10px}.addon-products-menu__mobile-content .addon-products-menu__item--logo-only .addon-products-menu__media{width:100%;height:40px}.addon-products-menu__mobile-content .addon-products-menu__item--logo-only .addon-products-menu__media img{max-width:88%;max-height:30px}}

/* Homepage products: fixed 4-column logo grid. */
.products-marquee__viewport--grid{overflow:visible;padding-top:10px;mask-image:none;cursor:default;user-select:auto}
.products-marquee__viewport--grid .products-marquee__track{display:block;width:auto}
.products-marquee__viewport--grid .products-marquee__set{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;padding:0}
.products-marquee__card--stacked{display:flex;width:auto;min-height:180px;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding:24px 18px;text-align:center}
.products-marquee__card--stacked .products-marquee__logo{width:100%;height:82px;flex:0 0 82px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.products-marquee__card--stacked .products-marquee__logo img{width:100%;height:100%;object-fit:contain}
.products-marquee__card--stacked>span:nth-child(2){display:block;flex:0}.products-marquee__card--stacked strong{display:block;font-size:.84rem;line-height:1.4}.products-marquee__card--stacked small{margin-top:5px;white-space:normal}
.products-marquee__card--stacked:hover .products-marquee__logo{box-shadow:none;transform:scale(1.035)}
@media(max-width:991.98px){.products-marquee__viewport--grid .products-marquee__set{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:575.98px){.products-marquee__viewport--grid .products-marquee__set{gap:12px}.products-marquee__card--stacked{min-height:150px;padding:18px 12px}.products-marquee__card--stacked .products-marquee__logo{height:62px;flex-basis:62px}.products-marquee__card--stacked strong{font-size:.74rem}}

/* Refined product solution cards */
.products-marquee__lane+.products-marquee__lane{margin-top:58px}
.products-marquee__category h3{margin-bottom:20px;color:#172b49;font-size:.78rem}
.products-marquee__category h3::before{content:"";width:5px;height:18px;border-radius:10px;background:#df7b34}
.products-marquee__category h3::after{flex:1;max-width:none;background:linear-gradient(90deg,rgba(23,43,73,.18),transparent)}
.products-marquee__viewport--grid .products-marquee__set{gap:22px}
.products-marquee__card--stacked{min-height:218px;justify-content:flex-start;gap:0;overflow:hidden;padding:0;border:1px solid #e2e7ee;border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(20,36,60,.08)}
.products-marquee__card--stacked::before{top:auto;right:0;bottom:0;left:0;height:3px;opacity:1;background:linear-gradient(90deg,#d8752f,#ef9b52);transform:scaleX(0);transform-origin:left}
.products-marquee__card--stacked .products-marquee__logo{display:grid;width:100%;height:124px;flex:0 0 124px;place-items:center;padding:25px 26px;border:0;border-radius:0;background:radial-gradient(circle at 75% 20%,rgba(232,126,47,.13),transparent 35%),linear-gradient(145deg,#172844,#22395f);box-shadow:none}
.products-marquee__card--stacked .products-marquee__logo img{max-width:100%;max-height:74px;object-fit:contain}
.products-marquee__card--stacked>span:nth-child(2){display:flex;min-height:auto;align-items:center;justify-content:center;text-align:center;width:100%;padding:10px 14px;box-sizing:border-box}
.products-marquee__card--stacked strong{color:#172b49;font-size:.82rem;font-weight:800;line-height:1.45}
.products-marquee__card--stacked small{display:none}
.products-marquee__card--stacked:hover{border-color:rgba(216,115,39,.48);box-shadow:0 24px 52px rgba(20,36,60,.15);transform:translateY(-7px)}
.products-marquee__card--stacked:hover::before{transform:scaleX(1)}
.products-marquee__card--stacked:hover .products-marquee__logo{box-shadow:none;transform:none}
.products-marquee__card--stacked:hover .products-marquee__logo img{transform:scale(1.045)}
@media(max-width:767.98px){.products-marquee__viewport--grid .products-marquee__set{gap:14px}.products-marquee__card--stacked{min-height:auto}.products-marquee__card--stacked .products-marquee__logo{height:105px;flex-basis:105px;padding:22px 18px}.products-marquee__card--stacked .products-marquee__logo img{max-height:62px}.products-marquee__card--stacked>span:nth-child(2){min-height:auto;padding:8px 10px}.products-marquee__card--stacked strong{font-size:.72rem}}


/* ===================================================
   HERO EXPERIENCE V2
=================================================== */
.hero-addon {
    padding: 132px 0 72px;
    background:
        radial-gradient(circle at 82% 22%, rgba(245, 130, 32, .1), transparent 28%),
        linear-gradient(135deg, #fffaf5 0%, #ffffff 52%, #fff6ec 100%);
}

.hero-addon__row {
    min-height: 525px;
}

.hero-addon__glow--secondary {
    top: auto;
    right: auto;
    bottom: -330px;
    left: -270px;
    width: 560px;
    height: 560px;
    opacity: .5;
}

.hero-addon__badge {
    box-shadow: 0 8px 24px rgba(23, 32, 51, .05);
}

.hero-addon__badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--addon-orange, #f58220);
    box-shadow: 0 0 0 5px rgba(245, 130, 32, .12);
}

.hero-addon__title {
    font-size: clamp(2.8rem, 4.6vw, 4.55rem);
}

.hero-addon__title span {
    position: relative;
    display: inline;
    background: linear-gradient(100deg, #d96a0b, #f58220 55%, #ff9d4d);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-addon__lead {
    max-width: 500px;
}

.hero-addon__button--primary {
    position: relative;
    overflow: hidden;
}

.hero-addon__button--primary::after {
    content: '';
    position: absolute;
    top: -70%;
    left: -40px;
    width: 24px;
    height: 240%;
    background: rgba(255, 255, 255, .3);
    transform: rotate(24deg);
    transition: left .5s ease;
}

.hero-addon__button--primary:hover::after {
    left: calc(100% + 24px);
}

.hero-addon__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 25px 0 0;
    padding: 0;
    color: #475467;
    font-size: .76rem;
    font-weight: 650;
    list-style: none;
}

.hero-addon__proof li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hero-addon__proof i {
    color: var(--addon-orange, #f58220);
}

.hero-stage {
    position: relative;
    padding: 24px 16px 28px 28px;
}

.hero-stage__orb {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}

.hero-stage__orb--one {
    top: -12px;
    right: -18px;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(245, 130, 32, .18);
    background: rgba(255, 242, 229, .72);
}

.hero-stage__orb--two {
    bottom: 2px;
    left: 0;
    width: 76px;
    height: 76px;
    background-image: radial-gradient(rgba(245, 130, 32, .38) 1.2px, transparent 1.2px);
    background-size: 9px 9px;
}

.hero-stage__badge {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 210px;
    padding: 10px 13px;
    border: 1px solid rgba(233, 234, 236, .9);
    border-radius: 13px;
    color: #667085;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 38px rgba(23, 32, 51, .11);
    font-size: .7rem;
    line-height: 1.35;
    backdrop-filter: blur(10px);
}

.hero-stage__badge strong {
    display: block;
    color: var(--addon-heading, #172033);
    font-size: .76rem;
}

.hero-stage__badge > i,
.hero-stage__badge-icon {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: var(--addon-orange-dark, #d96a0b);
    background: var(--addon-orange-soft, #fff2e5);
    font-size: .9rem;
}

.hero-stage__badge--top {
    top: 0;
    right: -10px;
    animation: heroStageFloat 5s ease-in-out infinite;
}

.hero-stage__badge--bottom {
    bottom: 0;
    left: -8px;
    animation: heroStageFloat 5.8s .6s ease-in-out infinite reverse;
}

.hero-preview {
    position: relative;
    border-radius: 24px;
    box-shadow: 0 34px 90px rgba(23, 32, 51, .16), 0 10px 30px rgba(245, 130, 32, .08);
}

.hero-browser {
    min-height: 44px;
}

.hero-browser__label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.hero-browser__label i {
    color: #98a2b3;
    font-size: .62rem;
}

.hero-browser__status {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 6px;
    color: #667085;
    font-weight: 650;
}

.hero-browser__status i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #32b768;
    box-shadow: 0 0 0 3px rgba(50, 183, 104, .12);
}

.hero-image__overlay {
    position: absolute;
    inset: auto 0 0;
    height: 42px;
    background: linear-gradient(to top, rgba(23, 32, 51, .07), transparent);
    pointer-events: none;
}

.hero-info__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.hero-info__count {
    color: #98a2b3;
    font-size: .69rem;
    font-weight: 750;
    letter-spacing: .06em;
}

.hero-info__title {
    font-size: 1.42rem;
}

@keyframes heroStageFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (max-width: 1199.98px) {
    .hero-stage__badge--top { right: 0; }
    .hero-stage__badge--bottom { left: 2px; }
}

@media (max-width: 991.98px) {
    .hero-addon {
        padding: 116px 0 64px;
    }

    .hero-addon__content {
        margin-inline: auto;
        text-align: center;
    }

    .hero-addon__lead {
        margin-inline: auto;
    }

    .hero-addon__actions,
    .hero-addon__proof {
        justify-content: center;
    }

    .hero-stage {
        max-width: 760px;
        margin-inline: auto;
    }
}

@media (max-width: 575.98px) {
    .hero-addon {
        padding: 102px 0 54px;
    }

    .hero-addon__title {
        font-size: clamp(2.35rem, 11.5vw, 3rem);
    }

    .hero-addon__proof {
        gap: 8px 12px;
    }

    .hero-stage {
        padding: 8px 0 18px;
    }

    .hero-stage__badge {
        display: none;
    }

    .hero-browser__label {
        padding-inline: 13px;
    }

    .hero-browser__status {
        font-size: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-stage__badge,
    .hero-addon__button--primary::after {
        animation: none !important;
        transition-duration: .01ms !important;
    }
}

/* Final compact sizing: keep this after the homepage component rules. */
.compliance-ecosystem{padding:64px 0 78px}
.compliance-ecosystem h2{max-width:720px; font-size: clamp(1.65rem, 2.35vw, 2.25rem)}
.compliance-ecosystem__line{width:34px;height:3px;margin:14px auto 28px}
.compliance-ecosystem__network{max-width:940px;min-height:350px;grid-template-columns:1fr 190px 1fr;gap:18px 54px}
.compliance-ecosystem__hub{width:142px;height:142px}
.compliance-ecosystem__hub::before{inset:-14px}
.compliance-ecosystem__hub::after{inset:-25px}
.compliance-ecosystem__hub img{width:82px}
.compliance-ecosystem__hub small{margin-top:3px;font-size:.5rem}
.compliance-ecosystem__hub-ring{top:2px;right:18px;width:10px;height:10px}
.compliance-ecosystem__orbit{inset:48px 206px}
.compliance-ecosystem__item{min-height:126px;padding:18px 23px;border-radius:15px}
.compliance-ecosystem__mark{min-height:43px;gap:8px}
.compliance-ecosystem__mark i{font-size:1.65rem}
.compliance-ecosystem__mark strong{font-size:clamp(1.3rem,1.75vw,1.7rem)}
.compliance-ecosystem__djp-symbol{width:31px;height:31px;border-width:7px;border-radius:9px}
.compliance-ecosystem__number{top:13px;right:15px;font-size:.57rem}
.compliance-ecosystem__item h3{margin-top:7px;font-size:.67rem;line-height:1.45}
.compliance-ecosystem__description{max-width:760px;margin-top:25px;padding:14px 23px;font-size:.82rem}

@media(max-width:991.98px){
    .compliance-ecosystem__network{min-height:auto;grid-template-columns:repeat(2,minmax(0,1fr))}
    .compliance-ecosystem__hub{width:136px;height:136px;margin:16px auto 26px}
}

@media(max-width:575.98px){
    .compliance-ecosystem{padding:48px 0 58px}
    .compliance-ecosystem__network{grid-template-columns:1fr;gap:10px}
    .compliance-ecosystem__hub{grid-column:1;width:122px;height:122px;margin:10px auto 22px}
    .compliance-ecosystem__hub img{width:72px}
    .compliance-ecosystem__item{min-height:112px;padding:16px 20px}
    .compliance-ecosystem__description{margin-top:20px;padding:14px 17px;font-size:.77rem}
}

/* Final customer-logo sizing */
.addon-clients__grid{gap:14px 24px}
.addon-client-grid-logo{height:88px;padding:8px}
.addon-client-grid-logo__visual{height:76px}
.addon-client-grid-logo__visual img,.addon-client-grid-logo--standard .addon-client-grid-logo__visual img,.addon-client-grid-logo--wide .addon-client-grid-logo__visual img,.addon-client-grid-logo--large .addon-client-grid-logo__visual img{width:auto;max-width:112px;height:auto;max-height:52px;transform:none}
@media(max-width:991.98px){.addon-client-grid-logo{height:82px}.addon-client-grid-logo__visual{height:70px}.addon-client-grid-logo__visual img,.addon-client-grid-logo--standard .addon-client-grid-logo__visual img,.addon-client-grid-logo--wide .addon-client-grid-logo__visual img,.addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:100px;max-height:47px}}
@media(max-width:575.98px){.addon-clients__grid{gap:8px 12px}.addon-client-grid-logo{height:68px;padding:5px}.addon-client-grid-logo__visual{height:60px}.addon-client-grid-logo__visual img,.addon-client-grid-logo--standard .addon-client-grid-logo__visual img,.addon-client-grid-logo--wide .addon-client-grid-logo__visual img,.addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:82px;max-height:38px}}

/* Slightly larger customer logos for readability */
.addon-client-grid-logo{height:96px}
.addon-client-grid-logo__visual{height:84px}
.addon-client-grid-logo__visual img,.addon-client-grid-logo--standard .addon-client-grid-logo__visual img,.addon-client-grid-logo--wide .addon-client-grid-logo__visual img,.addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:130px;max-height:60px}
@media(max-width:991.98px){.addon-client-grid-logo{height:88px}.addon-client-grid-logo__visual{height:78px}.addon-client-grid-logo__visual img,.addon-client-grid-logo--standard .addon-client-grid-logo__visual img,.addon-client-grid-logo--wide .addon-client-grid-logo__visual img,.addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:115px;max-height:54px}}
@media(max-width:575.98px){.addon-client-grid-logo{height:76px}.addon-client-grid-logo__visual{height:68px}.addon-client-grid-logo__visual img,.addon-client-grid-logo--standard .addon-client-grid-logo__visual img,.addon-client-grid-logo--wide .addon-client-grid-logo__visual img,.addon-client-grid-logo--large .addon-client-grid-logo__visual img{max-width:95px;max-height:44px}}

/* Tighter customer-logo wall */
.addon-clients__grid{max-width:1080px;margin-inline:auto;gap:4px 10px;padding-block:6px 24px}
@media(max-width:991.98px){.addon-clients__grid{max-width:760px;gap:3px 8px}}
@media(max-width:575.98px){.addon-clients__grid{max-width:340px;gap:2px 4px;padding-bottom:18px}}

/* Supplied official DJBC and DJP marks */
.compliance-ecosystem__mark:has(.compliance-ecosystem__official-logo){width:100%;overflow:hidden}
.compliance-ecosystem__official-logo{display:block;width:auto;object-fit:contain}
.compliance-ecosystem__official-logo--djbc{height:52px}
.compliance-ecosystem__official-logo--djp{width:122px;height:52px;transform:scale(1.32)}
.compliance-ecosystem__official-logo--ceisa{width:138px;height:55px}
.compliance-ecosystem__official-logo--insw{width:138px;height:55px}
@media(max-width:575.98px){.compliance-ecosystem__official-logo--djbc{height:45px}.compliance-ecosystem__official-logo--djp{width:108px;height:45px}.compliance-ecosystem__official-logo--ceisa,.compliance-ecosystem__official-logo--insw{width:125px;height:48px}}
/* Supporting services — company capabilities retained from the previous AddOn profile. */
.addon-services{position:relative;overflow:hidden;padding:86px 0 92px;color:#fff;background:linear-gradient(135deg,#0c213c 0%,#17365f 64%,#244d7f 100%)}
.addon-services::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,#000,transparent 85%)}
.addon-services::after{content:'';position:absolute;right:-210px;bottom:-390px;width:680px;height:680px;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 145px rgba(255,255,255,.015)}
.addon-services__layout{position:relative;z-index:1;max-width:1240px}.addon-services__header{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:70px;align-items:end;margin-bottom:40px}.addon-services__eyebrow{display:block;margin-bottom:14px;color:#ff9e55;font-size:.67rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.addon-services__header h2{max-width:650px;margin:0;color:#fff;font-size:clamp(2.2rem,4vw,3.7rem);font-weight:760;line-height:1.07;letter-spacing:-.045em}.addon-services__header>p{max-width:510px;margin:0;color:rgba(255,255,255,.66);font-size:.86rem;line-height:1.75}.addon-services__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid rgba(255,255,255,.13);border-radius:22px;background:rgba(255,255,255,.055);box-shadow:0 25px 70px rgba(3,14,29,.24);backdrop-filter:blur(9px)}.addon-services__card{position:relative;min-height:280px;padding:29px 25px;border-left:1px solid rgba(255,255,255,.11);transition:background .3s ease,transform .3s ease}.addon-services__card:first-child{border-left:0}.addon-services__card:hover{background:rgba(255,255,255,.075);transform:translateY(-5px)}.addon-services__number{position:absolute;top:20px;right:21px;color:rgba(255,255,255,.1);font-size:2.45rem;font-weight:900;line-height:1}.addon-services__icon{display:grid;width:45px;height:45px;place-items:center;border:1px solid rgba(255,158,85,.25);border-radius:13px;color:#ff9e55;background:rgba(245,130,32,.1);font-size:1.05rem}.addon-services__card h3{max-width:190px;margin:25px 0 0;color:#fff;font-size:1rem;font-weight:800;line-height:1.35}.addon-services__card p{margin:13px 0 0;color:rgba(255,255,255,.57);font-size:.72rem;line-height:1.68}.addon-services__footer{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:25px;padding:19px 23px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(5,20,39,.25)}.addon-services__footer span{display:flex;align-items:center;gap:8px;margin-right:auto;color:#ffac6b;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.addon-services__footer strong{color:rgba(255,255,255,.82);font-size:.72rem}.addon-services__footer>i{width:3px;height:3px;border-radius:50%;background:#f58220}
@media(max-width:991.98px){.addon-services__header{grid-template-columns:1fr;gap:20px}.addon-services__grid{grid-template-columns:repeat(2,1fr)}.addon-services__card:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.11)}.addon-services__card:nth-child(4){border-top:1px solid rgba(255,255,255,.11)}}
@media(max-width:575.98px){.addon-services{padding:68px 0 72px}.addon-services__grid{grid-template-columns:1fr}.addon-services__card{min-height:0;border-top:1px solid rgba(255,255,255,.11);border-left:0}.addon-services__card:first-child{border-top:0}.addon-services__footer span{width:100%;margin:0 0 4px}.addon-services__header h2{font-size:2.25rem}}
/* Brand philosophy: system knowledge first, technology second. */
.brand-philosophy{position:relative;padding:72px 0 76px;background:#fff}.brand-philosophy__layout{display:grid;max-width:1240px;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:72px;align-items:center}.brand-philosophy__statement>span{color:#e77828;font-size:.66rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.brand-philosophy__statement h2{max-width:720px;margin:16px 0 0;color:#17233a;font-size:clamp(2.2rem,4vw,3.8rem);font-weight:360;line-height:1.06;letter-spacing:-.05em}.brand-philosophy__statement h2 strong{display:block;color:#315f9f;font-weight:820}.brand-philosophy__statement>p{max-width:690px;margin:22px 0 0;color:#667085;font-size:.88rem;line-height:1.75}.brand-philosophy__proof{border-top:1px solid #e3e8ef}.brand-philosophy__proof article{display:grid;grid-template-columns:38px 1fr;gap:16px;padding:20px 0;border-bottom:1px solid #e3e8ef}.brand-philosophy__proof article>i{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;color:#e77828;background:#fff0e5;font-size:.6rem;font-style:normal;font-weight:850}.brand-philosophy__proof h3{margin:1px 0 0;color:#17365f;font-size:.84rem;font-weight:820}.brand-philosophy__proof p{margin:6px 0 0;color:#748094;font-size:.69rem;line-height:1.58}
@media(max-width:991.98px){.brand-philosophy__layout{grid-template-columns:1fr;gap:38px}}
@media(max-width:575.98px){.brand-philosophy{padding:58px 0 62px}.brand-philosophy__statement h2{font-size:2.2rem}.brand-philosophy__layout{gap:30px}}
/* Final product scope based on the established AddOn company profile. */
.solution-scope{position:relative;padding:92px 0;background:linear-gradient(180deg,#f7f9fc,#fff)}.solution-scope__container{max-width:1240px}.solution-scope__header{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:20px 70px;align-items:end;margin-bottom:38px}.solution-scope__header>span{grid-column:1/-1;color:#e77828;font-size:.67rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.solution-scope__header h2{max-width:760px;margin:0;color:#17233a;font-size:clamp(2.25rem,4vw,3.8rem);font-weight:780;line-height:1.06;letter-spacing:-.05em}.solution-scope__header p{margin:0;color:#6b778b;font-size:.85rem;line-height:1.72}.solution-scope__columns{display:grid;grid-template-columns:1fr 1fr;gap:18px}.solution-scope__group{overflow:hidden;border:1px solid #dfe6ef;border-radius:22px;background:#fff;box-shadow:0 18px 45px rgba(23,54,95,.07)}.solution-scope__group>header{display:flex;align-items:center;gap:15px;padding:26px 28px;color:#fff;background:linear-gradient(125deg,#102946,#315f9f)}.solution-scope__group>header>i{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;border-radius:12px;color:#ff9e55;background:rgba(255,255,255,.1);font-size:1.05rem}.solution-scope__group header span{color:#ffac6b;font-size:.56rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.solution-scope__group header h3{margin:4px 0 0;color:#fff;font-size:.95rem;font-weight:780}.solution-scope__group ol{margin:0;padding:12px 28px 19px;list-style:none}.solution-scope__group li{display:grid;grid-template-columns:31px 1fr;gap:11px;align-items:center;padding:11px 0;border-bottom:1px solid #edf0f4;color:#455468;font-size:.71rem;line-height:1.45}.solution-scope__group li:last-child{border-bottom:0}.solution-scope__group li i{color:#e77828;font-size:.55rem;font-style:normal;font-weight:850}.solution-scope__integration{display:grid;grid-template-columns:minmax(230px,.7fr) minmax(300px,1fr);gap:16px 45px;align-items:center;margin-top:18px;padding:27px 29px;border:1px solid #dfe6ef;border-radius:19px;background:#fff}.solution-scope__integration>div:first-child span{color:#e77828;font-size:.56rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.solution-scope__integration h3{margin:5px 0 0;color:#17365f;font-size:1rem}.solution-scope__integration>p{margin:0;color:#6b778b;font-size:.72rem;line-height:1.65}.solution-scope__brands{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px;padding-top:17px;border-top:1px solid #edf0f4}.solution-scope__brands strong{padding:7px 11px;border-radius:8px;color:#315f9f;background:#edf3fa;font-size:.62rem}
@media(max-width:991.98px){.solution-scope__header{grid-template-columns:1fr;gap:16px}.solution-scope__header>span{grid-column:auto}.solution-scope__columns{grid-template-columns:1fr}.solution-scope__integration{grid-template-columns:1fr}}
@media(max-width:575.98px){.solution-scope{padding:68px 0}.solution-scope__header h2{font-size:2.25rem}.solution-scope__group>header,.solution-scope__group ol{padding-right:21px;padding-left:21px}.solution-scope__integration{padding:23px 21px}}
.company-about__principles{grid-template-columns:repeat(2,minmax(0,1fr))}.company-about__principles article{min-height:128px}.company-about__community span{max-width:330px;line-height:1.45}
@media(max-width:575.98px){.company-about__principles{grid-template-columns:1fr}.company-about__principles article{min-height:0}}

/* Vision and mission: reference card matching requested boss design */
.company-about__direction {
  position: relative;
  display: grid;
  height: auto;
  min-height: auto;
  align-self: start;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(10, 25, 47, 0.16), 0 2px 8px rgba(0, 0, 0, 0.06);
}
.company-about__vision,
.company-about__mission {
  min-height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}

/* Left Half: OUR VISION (Deep Midnight Navy) */
.company-about__vision {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 44px 36px;
  background: linear-gradient(170deg, #091a32 0%, #0c2345 50%, #0f2e56 100%);
  overflow: hidden;
}
.company-about__vision::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(243, 183, 101, 0.10) 0%, transparent 60%), radial-gradient(circle at 0% 100%, rgba(23, 62, 114, 0.25) 0%, transparent 55%);
  pointer-events: none;
}
.company-about__vision::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.08) 100%);
}
.company-about__vision .company-about__direction-heading {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  gap: 0;
  margin-bottom: 34px;
}
.company-about__vision .company-about__direction-heading > span:last-child {
  color: #f3b765;
  font-size: 1.55rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(243, 183, 101, 0.25);
}
.company-about__vision .company-about__direction-heading::after {
  content: '';
  display: block;
  width: 130px;
  height: 2px;
  margin-top: 10px;
  background: radial-gradient(circle, #f3b765 0%, #f3b765 40%, transparent 85%), linear-gradient(90deg, transparent, rgba(243, 183, 101, 0.7) 50%, transparent);
  box-shadow: 0 0 10px rgba(243, 183, 101, 0.6);
  border-radius: 99px;
}
.company-about__vision-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto 0;
  padding: 0;
  text-align: center;
}
.company-about__vision p {
  max-width: 355px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.82;
  letter-spacing: -0.006em;
  text-align: center;
}
.company-about__vision p::before {
  content: '“ ';
  color: #f3b765;
  font-size: 1.45em;
  font-family: Georgia, serif;
  font-weight: 700;
  vertical-align: -0.1em;
  line-height: 0;
}
.company-about__vision p::after {
  content: ' ”';
  color: #f3b765;
  font-size: 1.45em;
  font-family: Georgia, serif;
  font-weight: 700;
  vertical-align: -0.15em;
  line-height: 0;
}

/* Right Half: OUR MISSION (Warm Glowing Amber Gradient) */
.company-about__mission {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 44px 36px;
  background: linear-gradient(155deg, #f5a044 0%, #eb862d 45%, #db6e1b 100%);
  overflow: hidden;
}
.company-about__mission > header {
  width: 100%;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.company-about__mission .company-about__direction-heading {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  gap: 0;
}
.company-about__mission .company-about__direction-heading > span:last-child {
  color: #0e1d33;
  font-size: 1.55rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.company-about__mission .company-about__direction-heading::after {
  content: '';
  display: block;
  width: 130px;
  height: 2px;
  margin-top: 10px;
  background: radial-gradient(circle, rgba(14, 29, 51, 0.45) 0%, rgba(14, 29, 51, 0.3) 35%, transparent 85%), linear-gradient(90deg, transparent, rgba(14, 29, 51, 0.3) 50%, transparent);
  border-radius: 99px;
}
.company-about__mission ol {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.company-about__mission li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.10) 100%);
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow: 0 8px 22px rgba(160, 60, 0, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.company-about__mission li:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.14) 100%);
  box-shadow: 0 12px 28px rgba(160, 60, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transform: translateY(-2px);
}
.company-about__mission li i {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #ffffff;
  background: #0d284d;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 12px rgba(13, 40, 77, 0.32);
  flex-shrink: 0;
}
.company-about__mission li p {
  margin: 0;
  color: #0e1e35;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  .company-about__direction {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }
  .company-about__vision,
  .company-about__mission {
    padding: 34px 26px;
  }
}
@media (max-width: 575.98px) {
  .company-about__vision,
  .company-about__mission {
    padding: 28px 20px;
  }
  .company-about__mission li {
    padding: 15px 16px;
    gap: 13px;
  }
  .company-about__mission li i {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
  }
  .company-about__mission li p {
    font-size: 0.84rem;
  }
}
.solution-scope__problem,.solution-scope__solution-label{padding:18px 28px}.solution-scope__problem{border-bottom:1px solid #f2e4df;background:#fff8f5}.solution-scope__solution-label{padding-bottom:7px}.solution-scope__problem span,.solution-scope__solution-label span,.solution-scope__integration-answer span{font-size:.55rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.solution-scope__problem span{color:#b84d32}.solution-scope__solution-label span,.solution-scope__integration-answer span{color:#28755d}.solution-scope__problem p,.solution-scope__solution-label p{margin:7px 0 0;color:#667085;font-size:.69rem;line-height:1.62}.solution-scope__solution-label p{color:#405268}.solution-scope__integration>div:first-child>span{color:#b84d32}.solution-scope__integration-answer{padding-top:15px;border-top:1px solid #edf0f4}.solution-scope__integration-answer+p{padding-top:15px;border-top:1px solid #edf0f4}.solution-scope__integration-answer h3{color:#28755d}.solution-scope__brands{grid-column:1/-1}
@media(max-width:575.98px){.solution-scope__problem,.solution-scope__solution-label{padding-right:21px;padding-left:21px}}
/* Field conditions and solution slider. */
.field-solution{position:relative;overflow:hidden;padding:92px 0 104px;background:#f8fafc}.field-solution__container{max-width:1240px}.field-solution__header{max-width:780px;margin:0 auto 43px;text-align:center}.field-solution__header>span,.field-solution__visual>span{color:#e77828;font-size:.66rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.field-solution__header h2{margin:14px 0 0;color:#17365f;font-size:clamp(2.25rem,4vw,3.65rem);font-weight:800;line-height:1.07;letter-spacing:-.045em}.field-solution__header p{max-width:660px;margin:17px auto 0;color:#6c788b;font-size:.82rem;line-height:1.7}.field-solution__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.field-solution__facts article{min-height:240px;padding:23px;border:1px solid #e0e6ee;border-radius:18px;background:#fff;box-shadow:0 10px 25px rgba(23,54,95,.045);transition:transform .3s ease,box-shadow .3s ease}.field-solution__facts article:hover{box-shadow:0 20px 40px rgba(23,54,95,.1);transform:translateY(-6px)}.field-solution__fact-top{display:flex;align-items:center;justify-content:space-between}.field-solution__fact-top>span{display:grid;width:49px;height:49px;place-items:center;border-radius:14px;color:#315f9f;background:#edf3fa;font-size:1.25rem}.field-solution__fact-top>strong{color:#edf1f6;font-size:2.4rem;font-weight:900}.field-solution__facts h3{margin:23px 0 0;color:#213a63;font-size:.92rem;font-weight:820}.field-solution__facts p{margin:10px 0 0;color:#68768a;font-size:.7rem;line-height:1.65}.field-solution__panel{display:grid;grid-template-columns:.82fr 1.18fr;min-height:490px;overflow:hidden;margin-top:55px;border-radius:25px;background:#fff;box-shadow:0 25px 70px rgba(23,54,95,.14)}.field-solution__visual{position:relative;overflow:hidden;padding:46px 42px;background:linear-gradient(145deg,#fff,#f5f8fc)}.field-solution__visual h2{max-width:370px;margin:12px 0 0;color:#17365f;font-size:clamp(1.8rem,3vw,2.7rem);font-weight:800;line-height:1.12;letter-spacing:-.04em}.field-solution__system{position:relative;width:290px;height:220px;margin:40px auto 0}.field-solution__system>i{position:absolute;display:grid;width:76px;height:76px;place-items:center;border:8px solid #e9eef5;border-radius:50%;color:#315f9f;background:#fff;font-size:1.45rem;box-shadow:0 12px 25px rgba(23,54,95,.1);animation:addonSystemFloat 4s ease-in-out infinite}.field-solution__system>i:nth-child(1){top:0;left:0}.field-solution__system>i:nth-child(2){top:43px;right:0;animation-delay:-1.2s}.field-solution__system>i:nth-child(3){bottom:0;left:62px;animation-delay:-2.4s}.field-solution__system>strong{position:absolute;right:64px;bottom:22px;color:#17365f;font-size:1.2rem}.field-solution__system>strong span{color:#e77828}.field-solution__dots{position:absolute;bottom:28px;left:42px;display:flex;gap:7px}.field-solution__dots button{width:7px;height:7px;padding:0;border:0;border-radius:99px;background:#ced7e3;transition:.25s}.field-solution__dots button.is-active{width:27px;background:#e77828}.field-solution__slides{position:relative;display:flex;min-width:0;align-items:center;padding:58px 62px 94px;color:#fff;background:linear-gradient(135deg,#17365f,#315f9f)}.field-solution__slides::after{content:'';position:absolute;right:-150px;bottom:-230px;width:470px;height:470px;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.025)}.field-solution__slide{position:relative;z-index:1;display:none;max-width:610px}.field-solution__slide.is-active{display:block;animation:addonSolutionIn .45s cubic-bezier(.22,1,.36,1)}.field-solution__slide>span{color:#ffac6b;font-size:.62rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.field-solution__slide h3{margin:17px 0 0;color:#fff;font-size:clamp(1.7rem,3vw,2.7rem);font-weight:780;line-height:1.13;letter-spacing:-.04em}.field-solution__slide p{margin:20px 0 0;color:rgba(255,255,255,.69);font-size:.82rem;line-height:1.72}.field-solution__slide ul{display:grid;gap:10px;margin:24px 0 0;padding:0;list-style:none}.field-solution__slide li{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.85);font-size:.7rem}.field-solution__slide li i{color:#ff9e55}.field-solution__controls{position:absolute;z-index:2;right:40px;bottom:28px;left:62px;display:flex;align-items:center;gap:11px}.field-solution__controls button{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:#17365f;background:#fff;transition:.2s}.field-solution__controls button:hover{color:#fff;background:#e77828;transform:translateY(-2px)}.field-solution__controls span{margin-left:auto;color:rgba(255,255,255,.55);font-size:.62rem;font-weight:750;letter-spacing:.08em}@keyframes addonSystemFloat{50%{transform:translateY(-8px)}}@keyframes addonSolutionIn{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:none}}
@media(max-width:991.98px){.field-solution__facts{grid-template-columns:repeat(2,1fr)}.field-solution__panel{grid-template-columns:1fr}.field-solution__visual{min-height:400px}.field-solution__slides{min-height:430px}}
@media(max-width:575.98px){.field-solution{padding:68px 0 76px}.field-solution__facts{grid-template-columns:1fr}.field-solution__facts article{min-height:0}.field-solution__panel{margin-top:36px}.field-solution__visual{min-height:370px;padding:32px 24px}.field-solution__system{width:260px;transform:scale(.88);transform-origin:center top}.field-solution__dots{bottom:22px;left:24px}.field-solution__slides{min-height:470px;padding:42px 25px 92px}.field-solution__controls{right:25px;bottom:24px;left:25px}}
@media(prefers-reduced-motion:reduce){.field-solution__system>i{animation:none}.field-solution__slide.is-active{animation:none}}
.addon-solutions{padding-top:58px}
.addon-services__facts{display:grid;grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(120px,.6fr));align-items:stretch;overflow:hidden;margin-top:25px;border:1px solid rgba(255,255,255,.12);border-radius:17px;background:rgba(5,20,39,.3)}.addon-services__facts-title,.addon-services__fact{display:flex;min-height:105px;justify-content:center;flex-direction:column;padding:21px 25px}.addon-services__facts-title{border-right:1px solid rgba(255,255,255,.11)}.addon-services__facts-title span{color:#ffac6b;font-size:.56rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.addon-services__facts-title strong{max-width:270px;margin-top:7px;color:#fff;font-size:.86rem;line-height:1.45}.addon-services__fact{align-items:center;border-right:1px solid rgba(255,255,255,.11);text-align:center}.addon-services__fact:last-child{border-right:0}.addon-services__fact strong{color:#fff;font-size:1.85rem;font-weight:850;letter-spacing:-.04em}.addon-services__fact span{margin-top:4px;color:rgba(255,255,255,.55);font-size:.6rem}.addon-services__facts+.addon-services__footer{display:none}
@media(max-width:767.98px){.addon-services__facts{grid-template-columns:repeat(3,1fr)}.addon-services__facts-title{grid-column:1/-1;min-height:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.11)}.addon-services__fact{padding:18px 8px}}
@media(max-width:420px){.addon-services__fact strong{font-size:1.45rem}.addon-services__fact span{font-size:.52rem}}
.addon-facts{position:relative;padding:82px 0 92px;background:#fff}.addon-facts__container{max-width:1120px}.addon-facts header{text-align:center}.addon-facts header>span{color:#9ba4b1;font-size:.64rem;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.addon-facts header h2{margin:9px 0 0;color:#17365f;font-size:1.05rem;font-weight:750}.addon-facts__grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:48px}.addon-facts__grid article{position:relative;padding:10px 30px;text-align:center}.addon-facts__grid article+article::before{content:'';position:absolute;top:12px;bottom:10px;left:0;width:1px;background:linear-gradient(transparent,#dfe5ed,transparent)}.addon-facts__grid strong{display:flex;align-items:flex-start;justify-content:center;color:#4d9ed1;font-size:clamp(3rem,5vw,4.7rem);font-weight:650;line-height:1;letter-spacing:-.06em}.addon-facts__grid strong i{margin:6px 0 0 5px;font-size:.55em;font-style:normal}.addon-facts__grid p{margin:10px 0 0;color:#737c89;font-size:.83rem}.addon-facts::before{content:'';position:absolute;top:0;left:50%;width:62px;height:3px;border-radius:99px;background:linear-gradient(90deg,#315f9f,#6dc5e8);transform:translateX(-50%)}
@media(max-width:575.98px){.addon-facts{padding:64px 0 70px}.addon-facts__grid{grid-template-columns:1fr;gap:25px;margin-top:36px}.addon-facts__grid article+article::before{top:-12px;right:25%;bottom:auto;left:25%;width:auto;height:1px;background:linear-gradient(90deg,transparent,#dfe5ed,transparent)}.addon-facts__grid strong{font-size:3.35rem}}
/* Light customer chapter to avoid two competing navy sections in sequence. */
.addon-clients__hero{color:#17233a;background:linear-gradient(135deg,#f5f7fb 0%,#fff 58%,#fff7f0 100%)}.addon-clients__hero::before{background-image:linear-gradient(rgba(23,54,95,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(23,54,95,.035) 1px,transparent 1px);mask-image:linear-gradient(90deg,transparent,#000)}.addon-clients__orb{border-color:rgba(245,130,32,.2);box-shadow:0 0 0 55px rgba(245,130,32,.035),0 0 0 110px rgba(245,130,32,.018)}.addon-clients__heading>span{color:#d96a1c}.addon-clients__heading h2{color:#17365f}.addon-clients__heading>p{color:#667085}.addon-clients__areas{border-color:#e2e7ee;color:#17233a;background:rgba(255,255,255,.96);box-shadow:0 22px 55px rgba(23,54,95,.12)}.addon-clients__showcase{background:linear-gradient(180deg,#fff,#fffaf6)}
/* Why AddOn — researched company differentiators. */
.why-addon{position:relative;padding:94px 0 102px;background:linear-gradient(180deg,#f7f9fc,#fff)}.why-addon__container{max-width:1240px}.why-addon__header{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:14px 65px;align-items:end;margin-bottom:42px}.why-addon__header>span{grid-column:1/-1;color:#e77828;font-size:.66rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.why-addon__header h2{max-width:730px;margin:0;color:#17365f;font-size:clamp(2.25rem,4vw,3.65rem);font-weight:800;line-height:1.07;letter-spacing:-.045em}.why-addon__header p{margin:0;color:#697589;font-size:.83rem;line-height:1.72}.why-addon__layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:24px;align-items:stretch}.why-addon__brand{position:relative;display:flex;min-height:570px;overflow:hidden;align-items:center;justify-content:center;flex-direction:column;padding:42px;border-radius:23px;color:#fff;background:linear-gradient(145deg,#102946,#315f9f);box-shadow:0 24px 60px rgba(23,54,95,.16);text-align:center}.why-addon__brand:not(.why-addon__brand--reborn)>img{position:relative;z-index:2;width:175px;height:175px;object-fit:contain;filter:drop-shadow(0 15px 20px rgba(0,0,0,.16))}.why-addon__brand:not(.why-addon__brand--reborn)>div{position:relative;z-index:2;display:flex;align-items:center;gap:13px;margin-top:38px;padding-top:30px;border-top:1px solid rgba(255,255,255,.14)}.why-addon__brand:not(.why-addon__brand--reborn)>div strong{color:#ff9e55;font-size:2.7rem;line-height:1}.why-addon__brand:not(.why-addon__brand--reborn)>div span{max-width:110px;color:rgba(255,255,255,.72);font-size:.65rem;line-height:1.45;text-align:left}.why-addon__brand:not(.why-addon__brand--reborn)>p{position:relative;z-index:2;display:flex;align-items:center;gap:9px;margin:27px 0 0;color:rgba(255,255,255,.52);font-size:.58rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.why-addon__brand:not(.why-addon__brand--reborn)>p i{width:3px;height:3px;border-radius:50%;background:#ff9e55}.why-addon__brand-orbit{position:absolute;inset:0}.why-addon__brand-orbit i{position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%;animation:whyAddonOrbit 13s linear infinite}.why-addon__brand-orbit i:nth-child(1){top:8%;left:-25%;width:370px;height:370px}.why-addon__brand-orbit i:nth-child(2){right:-35%;bottom:-9%;width:420px;height:420px;animation-direction:reverse}.why-addon__brand-orbit i:nth-child(3){right:15%;bottom:17%;width:9px;height:9px;border:0;background:#f58220;box-shadow:0 0 0 8px rgba(245,130,32,.12)}.why-addon__accordion{display:grid;align-content:start;gap:9px}.why-addon__accordion details{overflow:hidden;border:1px solid #dce4ee;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(23,54,95,.035);transition:border-color .25s ease,box-shadow .25s ease}.why-addon__accordion details[open]{border-color:rgba(49,95,159,.35);box-shadow:0 16px 34px rgba(23,54,95,.09)}.why-addon__accordion summary{display:grid;min-height:70px;grid-template-columns:31px 1fr 31px;gap:13px;align-items:center;padding:15px 19px;cursor:pointer;list-style:none}.why-addon__accordion summary::-webkit-details-marker{display:none}.why-addon__accordion summary>span{color:#e77828;font-size:.58rem;font-weight:850}.why-addon__accordion summary>strong{color:#274b7f;font-size:.79rem;line-height:1.45}.why-addon__accordion summary>i{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;color:#315f9f;background:#edf3fa;transition:.3s ease}.why-addon__accordion details[open] summary{color:#fff;background:linear-gradient(125deg,#17365f,#315f9f)}.why-addon__accordion details[open] summary>span{color:#ffac6b}.why-addon__accordion details[open] summary>strong{color:#fff}.why-addon__accordion details[open] summary>i{color:#fff;background:rgba(255,255,255,.12);transform:rotate(45deg)}.why-addon__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.22,1,.36,1)}.why-addon__answer>p{overflow:hidden;margin:0;padding:0 62px;color:#667085;font-size:.73rem;line-height:1.7;transition:padding .35s ease}.why-addon__accordion details[open] .why-addon__answer{grid-template-rows:1fr}.why-addon__accordion details[open] .why-addon__answer>p{padding-top:19px;padding-bottom:21px}@keyframes whyAddonOrbit{to{transform:rotate(360deg)}}
@media(max-width:991.98px){.why-addon__header{grid-template-columns:1fr;gap:14px}.why-addon__header>span{grid-column:auto}.why-addon__layout{grid-template-columns:1fr}.why-addon__brand{min-height:380px}}
@media(max-width:575.98px){.why-addon{padding:70px 0 76px}.why-addon__header h2{font-size:2.25rem}.why-addon__brand{min-height:330px;padding:30px 22px}.why-addon__accordion summary{grid-template-columns:25px 1fr 30px;padding:13px 14px}.why-addon__answer>p{padding-right:25px;padding-left:52px}}
.addon-clients__footer{justify-content:flex-end}
@media(prefers-reduced-motion:reduce){.why-addon__brand-orbit i{animation:none}.why-addon__answer,.why-addon__answer>p{transition:none}}

/* AddOn evolution timeline: compact milestone cards on phones. */
@media(max-width:767.98px){
    .company-about__evolution{margin-top:44px;padding-top:32px}
    .company-about__evolution header{position:relative;display:block;margin-bottom:25px;padding-left:17px;border-left:3px solid #f58220}
    .company-about__evolution header span{display:block;margin-bottom:8px;font-size:.62rem;letter-spacing:.15em}
    .company-about__evolution header h3{max-width:330px;font-size:1.42rem;line-height:1.24;letter-spacing:-.025em}
    .company-about__timeline-track{padding:3px 0 2px}
    .company-about__evolution ol{display:grid;grid-template-columns:1fr;gap:11px;margin:0;padding:0 0 0 39px}
    .company-about__timeline-line{top:22px;bottom:22px;left:16px;width:2px;height:auto;border-radius:99px;background:linear-gradient(180deg,#f58220 0%,#e77828 42%,#315f9f 100%);box-shadow:0 0 0 4px rgba(245,130,32,.05)}
    .company-about__evolution li{position:relative;display:block;min-height:0;padding:17px 18px 16px;border:1px solid #e0e6ee;border-radius:16px;background:linear-gradient(145deg,#fff,#f8fafc);box-shadow:0 9px 25px rgba(23,54,95,.07);text-align:left}
    .company-about__evolution li::before{position:absolute;top:22px;left:-28px;width:11px;height:11px;margin:0;border:3px solid #fff;background:#f58220;box-shadow:0 0 0 2px rgba(245,130,32,.28)}
    .company-about__evolution li:last-child{border-color:rgba(49,95,159,.28);background:linear-gradient(135deg,#f3f7fc,#fff)}
    .company-about__evolution li:last-child::before{background:#315f9f;box-shadow:0 0 0 2px rgba(49,95,159,.25)}
    .company-about__evolution strong{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border-radius:99px;color:#d96a0b;background:#fff0e5;font-size:.7rem;font-weight:850;letter-spacing:.02em}
    .company-about__evolution li span{display:block;margin:9px 0 0;color:#344054;font-size:.77rem;font-weight:700;line-height:1.5}
    .company-about__evolution.is-timeline-ready [data-timeline-milestone]{transform:translateX(14px)}
    .company-about__evolution.is-timeline-active [data-timeline-milestone]{transform:none}
    .company-about__evolution.is-timeline-active [data-timeline-milestone] strong{color:#d96a0b}
}

/* Final fixed product grid overrides */
.products-marquee__viewport.products-marquee__viewport--grid{overflow:visible;padding:10px 0 22px;mask-image:none;cursor:default;user-select:auto}
.products-marquee__viewport--grid .products-marquee__track{display:block;width:100%;animation:none}
.products-marquee__viewport--grid .products-marquee__set{display:grid;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;padding:0}
.products-marquee__viewport--grid .products-marquee__card.products-marquee__card--stacked{display:flex;width:100%;min-width:0;min-height:auto;align-items:stretch;justify-content:flex-start;flex-direction:column;gap:0;overflow:hidden;padding:0;border:1px solid #dfe5ed;border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(20,36,60,.08)}
.products-marquee__viewport--grid .products-marquee__card--stacked::after{display:none}
.products-marquee__viewport--grid .products-marquee__card--stacked .products-marquee__logo{display:flex;width:100%;height:120px;flex:0 0 120px;align-items:center;justify-content:center;padding:24px;border:0;border-radius:0;background:radial-gradient(circle at 80% 15%,rgba(229,126,50,.14),transparent 34%),linear-gradient(145deg,#172844,#223b62);box-shadow:none;transform:none}
.products-marquee__viewport--grid .products-marquee__card--stacked .products-marquee__logo img{display:block;width:auto;max-width:210px;height:auto;max-height:72px;object-fit:contain;transform:none}
.products-marquee__viewport--grid .products-marquee__card--stacked>span:nth-child(2){display:flex;width:100%;min-height:auto;align-items:center;justify-content:center;text-align:center;flex:1 1 auto;padding:10px 14px;box-sizing:border-box}
.products-marquee__viewport--grid .products-marquee__card--stacked strong{display:block;color:#172b49;font-size:.8rem;font-weight:800;line-height:1.45;text-align:center}
.products-marquee__viewport--grid .products-marquee__card--stacked small{display:none}
.products-marquee__viewport--grid .products-marquee__card--stacked:hover{border-color:rgba(216,115,39,.5);box-shadow:0 22px 46px rgba(20,36,60,.14);transform:translateY(-5px)}
.products-marquee__viewport--grid .products-marquee__card--stacked:hover .products-marquee__logo{box-shadow:none;transform:none}
.products-marquee__viewport--grid .products-marquee__card--stacked:hover .products-marquee__logo img{transform:scale(1.04)}
@media(max-width:991.98px){.products-marquee__viewport--grid .products-marquee__set{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}
@media(max-width:575.98px){.products-marquee__viewport--grid .products-marquee__set{gap:12px}.products-marquee__viewport--grid .products-marquee__card.products-marquee__card--stacked{min-height:auto}.products-marquee__viewport--grid .products-marquee__card--stacked .products-marquee__logo{height:94px;flex-basis:94px;padding:18px 14px}.products-marquee__viewport--grid .products-marquee__card--stacked .products-marquee__logo img{max-width:135px;max-height:56px}.products-marquee__viewport--grid .products-marquee__card--stacked>span:nth-child(2){min-height:auto;padding:8px 10px}.products-marquee__viewport--grid .products-marquee__card--stacked strong{font-size:.68rem}}
@media(max-width:389.98px){
    .company-about__evolution header h3{font-size:1.28rem}
    .company-about__evolution ol{padding-left:35px}
    .company-about__timeline-line{left:14px}
    .company-about__evolution li{padding:15px 15px 14px}
    .company-about__evolution li::before{top:20px;left:-26px}
    .company-about__evolution li span{font-size:.73rem}
}

/* Mobile polish: product capabilities and AddOn core expertise. */
@media(max-width:575.98px){
    .addon-homepage .addon-solutions{padding:62px 0 72px}
    .addon-homepage .addon-solutions__layout{gap:14px}
    .addon-homepage .addon-solutions__featured{min-height:0;border-radius:22px}
    .addon-homepage .addon-solutions__featured-copy{padding:28px 22px 16px}
    .addon-homepage .addon-solutions__featured-copy h3{margin-top:15px;font-size:1.8rem;line-height:1.08}
    .addon-homepage .addon-solutions__featured-copy>p{margin-top:15px;font-size:.79rem;line-height:1.62}
    .addon-homepage .addon-solutions__featured-copy ul{display:grid;gap:8px;margin-top:16px}
    .addon-homepage .addon-solutions__featured-copy li{font-size:.66rem;line-height:1.45}
    .addon-homepage .addon-solutions__featured-copy>a{min-height:42px;margin-top:20px;padding:0 15px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.08)}
    .addon-homepage .addon-solutions__featured-visual{min-height:225px;padding:48px 8px 0}
    .addon-homepage .addon-solutions__featured-visual img{width:112%;margin-bottom:2%}
    .addon-homepage .addon-solutions__status{top:13px;left:21px;padding:7px 10px}

    .addon-solutions__capabilities{gap:10px}
    .addon-homepage .addon-capability{display:grid;min-height:0;grid-template-columns:46px minmax(0,1fr) 34px;column-gap:13px;align-items:center;padding:18px 16px;border-radius:16px}
    .addon-capability__number{top:12px;right:14px;font-size:1.65rem}
    .addon-capability__icon{grid-row:1/3;width:44px;height:44px;border-radius:12px;font-size:1.05rem}
    .addon-homepage .addon-capability h3{grid-column:2;margin:0;padding-right:22px;font-size:.84rem;line-height:1.35}
    .addon-homepage .addon-capability>p{display:-webkit-box;grid-column:2/4;overflow:hidden;margin:5px 0 0;font-size:.68rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}
    .addon-capability footer{grid-column:3;grid-row:1;margin:0;padding:0}
    .addon-capability footer>span{display:none}
    .addon-capability footer>i{width:31px;height:31px;color:#d96a0b;background:#fff0e5}

    .addon-specializations{margin-top:18px;padding:24px 17px 19px;border-radius:20px;background:linear-gradient(160deg,#fff,#f7f9fc);box-shadow:0 16px 38px rgba(18,35,61,.08)}
    .addon-specializations>header{display:flex;align-items:center;min-height:38px;padding:0 4px 15px;border-bottom:1px solid #e3e8ef}
    .addon-specializations>header>span{font-size:.65rem;line-height:1.45}
    .addon-specializations>header>span::before{width:22px!important}
    .addon-specializations__grid{display:grid;grid-template-columns:1fr;gap:9px;margin-top:14px}
    .addon-specializations__grid article,.addon-specializations__grid article:first-child,.addon-specializations__grid article:nth-child(3){display:grid;min-height:0;grid-template-columns:37px minmax(0,1fr);column-gap:12px;align-items:start;padding:15px 14px;border:1px solid #e1e7ef;border-radius:14px;background:#fff;box-shadow:0 6px 16px rgba(23,54,95,.04)}
    .addon-specializations__grid article::after{right:14px;bottom:0;left:63px}
    .addon-specializations__grid i{display:grid!important;width:36px;height:36px;grid-row:1/3;place-items:center;border-radius:10px;color:#e77828;background:#fff0e5;font-size:.63rem}
    .addon-specializations__grid h3{margin:0;color:#17365f;font-size:.8rem;line-height:1.38}
    .addon-specializations__grid p{margin:5px 0 0;font-size:.67rem;line-height:1.52}
    .addon-specializations>footer{display:block;margin-top:17px;padding:16px 4px 0}
    .addon-specializations>footer strong{display:block;margin-bottom:10px;font-size:.62rem}
    .addon-specializations>footer p{display:flex;gap:6px}
    .addon-specializations>footer span{display:inline-flex;min-height:30px;align-items:center;padding:5px 9px;border:1px solid #e2e8f0;color:#526175;background:#fff;font-size:.58rem;line-height:1.3}
}
@media(max-width:359.98px){
    .addon-homepage .addon-solutions__featured-copy h3{font-size:1.62rem}
    .addon-homepage .addon-capability{grid-template-columns:42px minmax(0,1fr) 30px;padding:16px 13px}
    .addon-specializations{padding-right:13px;padding-left:13px}
}

/* Centered vision and mission presentation. */
.company-about__vision{align-items:center;text-align:center}
.company-about__vision .company-about__direction-heading{justify-content:center}
.company-about__vision-copy{display:flex;align-items:center;flex-direction:column}
.company-about__vision h3,.company-about__vision p{margin-right:auto;margin-left:auto}
.company-about__mission>header{position:relative;justify-content:center}
.company-about__mission>header .company-about__direction-heading{justify-content:center}
.company-about__mission>header>strong{position:absolute;right:0}
.company-about__mission li{grid-template-columns:40px minmax(0,420px);justify-content:center}
@media(max-width:767.98px){
    .company-about__vision-copy{width:100%}
    .company-about__mission>header{padding-right:48px;padding-left:48px}
    .company-about__mission li{grid-template-columns:36px minmax(0,1fr);justify-content:stretch}
}

/* Editorial reading rhythm for the complete About narrative. */
.company-about__intro>p{position:relative;max-width:690px;margin:16px 0 0;padding-left:18px;color:#5d6b7f;font-size:.91rem;line-height:1.82}
.company-about__intro>p::before{content:"";position:absolute;top:.58em;bottom:.58em;left:0;width:2px;border-radius:2px;background:#dfe5ed;transition:background .25s ease,transform .25s ease}
.company-about__intro>p:first-of-type{margin-top:24px;color:#3f4f65;font-size:1rem;font-weight:600;line-height:1.78}
.company-about__intro>p:first-of-type::before{width:3px;background:#e77828}
.company-about__intro>p:hover::before{background:#e77828;transform:scaleY(1.08)}
.company-about__community{max-width:690px}
@media(max-width:575.98px){.company-about__intro>p{padding-left:14px;font-size:.84rem;line-height:1.75}.company-about__intro>p:first-of-type{font-size:.9rem}}

/* The three official AddOn principles are a primary hero brand signal. */
.addon-homepage .smart-hero__trust{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;max-width:590px;margin:25px 0 0;padding:0;border-top:1px solid #dce3ec;border-bottom:1px solid #dce3ec;background:transparent;box-shadow:none}
.addon-homepage .smart-hero__trust::before{content:"";position:absolute;top:-1px;left:0;width:33.333%;height:2px;background:#e77828;transform:scaleX(0);transform-origin:left;animation:addonPrincipleLine .7s cubic-bezier(.22,1,.36,1) .35s forwards}
.addon-homepage .smart-hero__trust li{position:relative;display:flex;min-width:0;min-height:66px;align-items:center;gap:11px;padding:11px 16px;color:#17365f;font-size:.86rem;letter-spacing:0;opacity:0;transform:translateY(12px);animation:addonPrincipleIn .55s cubic-bezier(.22,1,.36,1) forwards}
.addon-homepage .smart-hero__trust li:nth-child(1){animation-delay:.48s}.addon-homepage .smart-hero__trust li:nth-child(2){animation-delay:.62s}.addon-homepage .smart-hero__trust li:nth-child(3){animation-delay:.76s}
.addon-homepage .smart-hero__trust li+li::before{content:"";position:absolute;top:15px;bottom:15px;left:0;width:1px;background:#dce3ec}
.addon-homepage .smart-hero__trust li>span{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border:1px solid #dce3ec;border-radius:50%;color:#315f9f;background:#fff;box-shadow:0 6px 15px rgba(23,54,95,.08);transition:border-color .25s ease,color .25s ease,transform .25s ease}
.addon-homepage .smart-hero__trust li:nth-child(2)>span{border-color:#f0b17f;color:#e77828;background:#fff8f2}
.addon-homepage .smart-hero__trust strong{font-size:.88rem;font-weight:850;line-height:1;letter-spacing:0}
.addon-homepage .smart-hero__trust li:nth-child(2) strong{color:#e77828}
.addon-homepage .smart-hero__trust li:hover>span{border-color:#e77828;color:#e77828;transform:translateY(-2px)}
.addon-homepage .smart-hero__trust i{color:inherit;font-size:.82rem}
.addon-homepage .smart-hero__actions{margin-top:18px}
@keyframes addonPrincipleLine{to{transform:scaleX(1)}}
@keyframes addonPrincipleIn{to{opacity:1;transform:none}}
@media(max-width:575.98px){.addon-homepage .smart-hero__trust{display:grid;margin-top:20px}.addon-homepage .smart-hero__trust li{min-height:57px;justify-content:center;gap:6px;padding:8px 4px}.addon-homepage .smart-hero__trust li>span{width:27px;height:27px;flex-basis:27px}.addon-homepage .smart-hero__trust strong{font-size:.68rem}.addon-homepage .smart-hero__trust li+li::before{top:12px;bottom:12px}}
@media(prefers-reduced-motion:reduce){.addon-homepage .smart-hero__trust::before{transform:scaleX(1);animation:none}.addon-homepage .smart-hero__trust li{opacity:1;transform:none;animation:none}}

/* Connected AddOn philosophy: restrained motion, clear business meaning. */
.hero-philosophy{position:relative;min-height:465px;overflow:hidden;padding:48px 44px 42px;border:1px solid #dce3ec;border-radius:24px;background:rgba(255,255,255,.82);box-shadow:0 28px 70px rgba(23,54,95,.13)}
.hero-philosophy::after{content:"";position:absolute;right:-80px;bottom:-105px;width:245px;height:245px;border:1px solid rgba(49,95,159,.1);border-radius:50%;box-shadow:0 0 0 38px rgba(49,95,159,.025);pointer-events:none}
.hero-philosophy__header{position:relative;z-index:2;text-align:center}.hero-philosophy__header>span{display:block;color:#e77828;font-size:.62rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.hero-philosophy__brand{display:inline-block;margin-top:16px;color:#17365f;font-size:clamp(3rem,5vw,4.8rem);font-weight:850;line-height:1;letter-spacing:0;animation:addonBrandArrival .9s cubic-bezier(.22,1,.36,1) both}.hero-philosophy__brand span{color:#e77828}.hero-philosophy__header p{margin:14px auto 0;color:#657388;font-size:.7rem;font-weight:650;letter-spacing:.035em}
.hero-philosophy__network{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:64px}.hero-philosophy__line{position:absolute;top:39px;right:16%;left:16%;height:2px;background:#d9e1ea}.hero-philosophy__line::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#315f9f,#e77828,#315f9f);transform:scaleX(0);transform-origin:left;animation:addonNetworkConnect 1.1s cubic-bezier(.22,1,.36,1) .7s forwards}
.hero-philosophy__network article{position:relative;display:flex;min-width:0;align-items:center;flex-direction:column;text-align:center;opacity:0;transform:translateY(15px);animation:addonNetworkNode .5s cubic-bezier(.22,1,.36,1) forwards}.hero-philosophy__network article:nth-of-type(1){animation-delay:.85s}.hero-philosophy__network article:nth-of-type(2){animation-delay:1.05s}.hero-philosophy__network article:nth-of-type(3){animation-delay:1.25s}
.hero-philosophy__network article>i{position:absolute;top:-19px;color:#a0aaba;font-size:.54rem;font-style:normal;font-weight:800}.hero-philosophy__node{display:grid;width:78px;height:78px;place-items:center;border:1px solid #dce3ec;border-radius:50%;color:#315f9f;background:#fff;box-shadow:0 12px 28px rgba(23,54,95,.11);font-size:1.25rem}.hero-philosophy__network article:nth-of-type(2) .hero-philosophy__node{border-color:#efb98f;color:#fff;background:#e77828}.hero-philosophy__network article>strong{margin-top:17px;color:#17365f;font-size:.88rem;font-weight:850;letter-spacing:0}.hero-philosophy__network article:nth-of-type(2)>strong{color:#e77828}.hero-philosophy__network article>small{max-width:125px;margin-top:6px;color:#7c8796;font-size:.58rem;line-height:1.45}
@keyframes addonBrandArrival{from{opacity:0;transform:translateY(-18px);letter-spacing:.09em}to{opacity:1;transform:none;letter-spacing:0}}@keyframes addonNetworkConnect{to{transform:scaleX(1)}}@keyframes addonNetworkNode{to{opacity:1;transform:none}}
@media(max-width:991.98px){.hero-philosophy{max-width:680px;min-height:430px;margin:12px auto 0}.addon-homepage .smart-hero__visual{height:1060px}.addon-homepage .smart-hero__intro{min-height:1060px}}
@media(max-width:575.98px){.hero-philosophy{min-height:365px;padding:38px 15px 30px;border-radius:19px}.hero-philosophy__brand{font-size:3rem}.hero-philosophy__network{margin-top:54px}.hero-philosophy__line{top:31px}.hero-philosophy__node{width:62px;height:62px;font-size:1rem}.hero-philosophy__network article>strong{font-size:.7rem}.hero-philosophy__network article>small{max-width:88px;font-size:.5rem}.addon-homepage .smart-hero__visual{height:1030px}.addon-homepage .smart-hero__intro{min-height:1000px}}
@media(prefers-reduced-motion:reduce){.hero-philosophy__brand,.hero-philosophy__network article{opacity:1;transform:none;animation:none}.hero-philosophy__line::after{transform:scaleX(1);animation:none}}

/* Clean rotating philosophy requested for the final hero composition. */
.hero-philosophy{display:flex;align-items:center;justify-content:center;flex-direction:column}
.hero-philosophy__header{width:100%}.hero-philosophy__header p{margin-top:15px}
.hero-philosophy__rotator{position:relative;width:100%;height:94px;overflow:hidden;margin-top:16px;text-align:center}
.hero-philosophy__rotator::before,.hero-philosophy__rotator::after{content:"";position:absolute;top:50%;width:16%;height:1px;background:#d9e1ea}.hero-philosophy__rotator::before{left:4%}.hero-philosophy__rotator::after{right:4%}
.hero-philosophy__rotator strong{position:absolute;inset:0;display:grid;place-items:center;color:#17365f;font-size:clamp(3rem,5vw,4.7rem);font-weight:820;line-height:1;letter-spacing:0;opacity:0;transform:translateY(20px);animation:addonPhilosophyRotate 20s ease-in-out infinite}
.hero-philosophy__rotator strong:nth-child(2){color:#e77828;animation-delay:5s}.hero-philosophy__rotator strong:nth-child(3){animation-delay:10s}.hero-philosophy__rotator strong:nth-child(4){color:#e77828;animation-delay:15s}
@keyframes addonPhilosophyRotate{0%,23%{opacity:1;transform:none}25%,100%{opacity:0;transform:translateY(-20px)}}
@media(max-width:575.98px){.hero-philosophy__rotator{height:70px;margin-top:16px}.hero-philosophy__rotator strong{font-size:clamp(2.25rem,12vw,3.25rem)}.hero-philosophy__rotator::before,.hero-philosophy__rotator::after{width:10%}}
@media(prefers-reduced-motion:reduce){.hero-philosophy__rotator{display:flex;height:auto;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.hero-philosophy__rotator::before,.hero-philosophy__rotator::after{display:none}.hero-philosophy__rotator strong{position:static;display:block;color:#17365f;font-size:1.4rem;opacity:1;transform:none;animation:none}.hero-philosophy__rotator strong:nth-child(2){color:#e77828}}

/* Full-photo homepage hero inspired by the original AddOn presentation. */
.addon-homepage .smart-hero{position:relative;min-height:calc(100vh - 90px);padding:0;overflow:hidden;border:0;background:#101923}
.addon-homepage .smart-hero::after{content:"";position:absolute;z-index:1;right:0;bottom:0;left:0;height:34%;pointer-events:none;background:linear-gradient(0deg,rgba(5,12,20,.56),transparent)}
.addon-homepage .smart-hero__visual.smart-hero__visual--photo{position:absolute;z-index:0;inset:0;width:100%;height:100%;background-image:var(--homepage-hero-image);background-repeat:no-repeat;background-position:center 42%;background-size:cover;filter:saturate(.82) contrast(1.05);transform:scale(1.015);animation:addonHeroPhoto 18s ease-in-out infinite alternate}
.addon-homepage .smart-hero__visual.smart-hero__visual--video{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%;filter:saturate(.82) contrast(1.05)}
.addon-homepage .smart-hero__shade{display:block;position:absolute;z-index:1;inset:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(5,13,22,.66),rgba(5,13,22,.38) 50%,rgba(5,13,22,.64)),linear-gradient(180deg,rgba(5,13,22,.12),rgba(5,13,22,.34));backdrop-filter:blur(.2px)}
.addon-homepage .smart-hero__intro{position:relative;z-index:2;display:flex;min-height:calc(100vh - 90px);align-items:center;justify-content:center;padding:70px 20px}
.smart-hero__center{width:min(100%,1280px);margin:auto;text-align:center;color:#fff}
.smart-hero__statement{display:flex;align-items:center;justify-content:center;gap:16px;margin:0;color:#fff;font-size:clamp(3.15rem,5.9vw,6.15rem);font-weight:820;line-height:1;letter-spacing:.035em;text-transform:uppercase;text-shadow:0 5px 24px rgba(0,0,0,.48)}
.smart-hero__brand-word{flex:0 0 auto}
.smart-hero__word-rotator{position:relative;display:inline-block;width:6.75em;height:1.12em;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:4px;color:#fff;background:linear-gradient(135deg,#d98242 0%,#c96b2d 100%);box-shadow:0 12px 28px rgba(6,14,23,.26),inset 0 1px rgba(255,255,255,.18);text-shadow:0 2px 10px rgba(73,30,5,.2)}
.smart-hero__word-rotator::before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(110deg,rgba(255,255,255,.08),transparent 42%);pointer-events:none}
.smart-hero__word-rotator::after{content:"";position:absolute;z-index:2;top:18%;bottom:18%;left:0;width:3px;border-radius:0 2px 2px 0;background:rgba(255,255,255,.7);pointer-events:none}
.smart-hero__word-rotator>span{position:absolute;z-index:1;inset:0;display:flex;align-items:center;justify-content:center;padding:0 .2em;opacity:0;font-size:.86em;letter-spacing:.025em;animation:addonHeroWord 15s ease-in-out infinite}
.smart-hero__word-rotator>span:nth-child(2){animation-delay:5s}.smart-hero__word-rotator>span:nth-child(3){animation-delay:10s}
.smart-hero__tagline{margin:29px 0 0;color:rgba(255,255,255,.92);font-size:clamp(1.05rem,1.65vw,1.65rem);font-style:italic;font-weight:580;letter-spacing:.012em;text-shadow:0 3px 16px rgba(0,0,0,.76)}
.addon-homepage .smart-hero__actions{justify-content:center;gap:12px;margin-top:42px}
.addon-homepage .smart-hero__button{min-width:190px;min-height:54px;border:1px solid #16b8da;border-radius:4px;color:#fff;background:#0daed1;font-size:.82rem;letter-spacing:.055em;text-transform:uppercase;box-shadow:0 13px 30px rgba(0,0,0,.22);transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}
.addon-homepage .smart-hero__button:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(0,0,0,.28)}.addon-homepage .smart-hero__button--primary:hover{border-color:#079cbc;background:#079cbc}.addon-homepage .smart-hero__button--ghost{border-color:rgba(255,255,255,.8);background:rgba(7,16,27,.32);backdrop-filter:blur(8px)}.addon-homepage .smart-hero__button--ghost:hover{border-color:#fff;color:#172033;background:#fff}
@keyframes addonHeroWord{0%,30%{opacity:1;transform:none}33.333%,100%{opacity:0;transform:translateY(-22px)}}
@keyframes addonHeroPhoto{from{transform:scale(1.015)}to{transform:scale(1.055)}}
@media(max-width:767.98px){.addon-homepage .smart-hero,.addon-homepage .smart-hero__intro{min-height:720px}.addon-homepage .smart-hero__intro{padding-inline:24px}.smart-hero__statement{align-items:center;gap:11px;flex-direction:column;font-size:clamp(2.8rem,13vw,4.8rem)}.smart-hero__word-rotator{width:min(6.75em,100%);height:1.14em}.smart-hero__tagline{max-width:520px;margin:25px auto 0;line-height:1.5}.addon-homepage .smart-hero__actions{margin-top:36px}.addon-homepage .smart-hero__button{min-width:170px}}
@media(max-width:479.98px){.addon-homepage .smart-hero__actions{align-items:stretch;flex-direction:column}.addon-homepage .smart-hero__button{width:100%}}
@media(prefers-reduced-motion:reduce){.addon-homepage .smart-hero__visual.smart-hero__visual--photo{animation:none}.smart-hero__word-rotator>span{display:none;animation:none}.smart-hero__word-rotator>span:first-child{display:flex;opacity:1;transform:none}}

/* Home1-inspired continuously moving product cards. */
.products-marquee{position:relative;overflow:hidden;padding:104px 0 94px;background:radial-gradient(circle at 8% 12%,rgba(216,115,39,.075),transparent 24%),radial-gradient(circle at 92% 88%,rgba(49,95,159,.065),transparent 25%),linear-gradient(180deg,#f8fafc 0%,#fff 52%,#f8fafc 100%)}
.products-marquee::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(23,54,95,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(23,54,95,.025) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(180deg,#000,transparent 72%)}
.products-marquee__header{position:relative;margin-bottom:36px;text-align:center}.products-marquee__header>span{display:inline-flex;align-items:center;gap:10px;margin-bottom:13px;color:#c86524;font-size:.68rem;font-weight:850;letter-spacing:.17em;text-transform:uppercase}.products-marquee__header>span::before,.products-marquee__header>span::after{content:"";width:30px;height:1px;background:rgba(200,101,36,.5)}.products-marquee__header h2,.products-marquee__header .products-marquee__description,.addon-homepage .products-marquee__header h2,.addon-homepage .products-marquee__header .products-marquee__description{max-width:820px;margin:0 auto !important;padding:0 16px;color:#14243c;font-size:18px !important;font-weight:450;line-height:1.55 !important;letter-spacing:normal;text-align:center;text-wrap:balance}
.products-marquee__brand{margin-top:0;margin-bottom:1.8rem;display:flex;justify-content:center;align-items:center}
.products-marquee__brand-inner{display:inline-flex;align-items:center;justify-content:center;padding:1.1rem 2.8rem;background:linear-gradient(135deg,rgba(255,255,255,.98) 0%,rgba(248,250,252,.96) 100%);border:1px solid rgba(226,232,240,.9);border-radius:22px;box-shadow:0 16px 36px -4px rgba(15,33,55,.10),0 0 0 1px rgba(255,255,255,.8),inset 0 1px 0 #fff;transition:transform .3s ease,box-shadow .3s ease}
.products-marquee__brand-inner:hover{transform:translateY(-2px);box-shadow:0 20px 44px -4px rgba(15,33,55,.14)}
.products-marquee__brand-img{display:block;width:100%;max-width:410px;height:auto;max-height:82px;object-fit:contain;filter:drop-shadow(0 2px 5px rgba(15,33,55,.05))}
@media(max-width:991.98px){.products-marquee__header{margin-bottom:28px}.products-marquee__header h2,.products-marquee__header .products-marquee__description,.addon-homepage .products-marquee__header h2,.addon-homepage .products-marquee__header .products-marquee__description{font-size:16px !important;line-height:1.55 !important}.products-marquee__brand{margin-top:0;margin-bottom:1.3rem}.products-marquee__brand-inner{padding:.9rem 2.2rem}.products-marquee__brand-img{max-width:330px;max-height:68px}}
@media(max-width:575.98px){.products-marquee__header{margin-bottom:22px}.products-marquee__header h2,.products-marquee__header .products-marquee__description,.addon-homepage .products-marquee__header h2,.addon-homepage .products-marquee__header .products-marquee__description{font-size:14px !important;line-height:1.5 !important}.products-marquee__brand{margin-top:0;margin-bottom:1.1rem}.products-marquee__brand-inner{padding:.7rem 1.4rem;border-radius:18px}.products-marquee__brand-img{max-width:260px;max-height:54px}}
.products-marquee__lane{position:relative}.products-marquee__lane+.products-marquee__lane{margin-top:38px}.products-marquee__category{position:relative;z-index:2}.products-marquee__category h3{display:flex;align-items:center;gap:13px;margin:0 0 15px;color:#c86524;font-size:.7rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.products-marquee__category h3::after{content:"";width:72px;height:1px;background:linear-gradient(90deg,rgba(200,101,36,.5),transparent)}
.products-marquee__viewport{position:relative;overflow:hidden;padding:10px 0 22px;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
.products-marquee__track{display:flex;width:max-content;animation:productsMarquee 22s linear infinite alternate;will-change:transform}.products-marquee__lane--reverse .products-marquee__track{animation-direction:alternate-reverse;animation-duration:25s}.products-marquee__viewport:hover .products-marquee__track{animation-play-state:paused}
.products-marquee__set{display:flex;gap:20px;padding-right:20px}
.products-marquee__card{position:relative;display:flex;width:350px;min-height:142px;align-items:center;gap:17px;overflow:hidden;padding:25px 23px;border:1px solid rgba(210,219,230,.9);border-radius:18px;color:#17233a;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(249,251,253,.96));box-shadow:0 10px 30px rgba(23,54,95,.075),inset 0 1px #fff;text-decoration:none;transition:border-color .3s ease,box-shadow .3s ease,transform .3s cubic-bezier(.22,1,.36,1)}.products-marquee__card::before{content:"";position:absolute;top:0;right:22px;left:22px;height:2px;background:linear-gradient(90deg,transparent,#dd7a35,transparent);opacity:0;transform:scaleX(.35);transition:opacity .3s ease,transform .3s ease}.products-marquee__card::after{content:"";position:absolute;right:-45px;bottom:-58px;width:125px;height:125px;border:1px solid rgba(49,95,159,.07);border-radius:50%;box-shadow:0 0 0 20px rgba(49,95,159,.022);pointer-events:none}.products-marquee__card:hover{border-color:rgba(216,115,39,.42);color:#17233a;box-shadow:0 20px 45px rgba(23,54,95,.14);transform:translateY(-6px)}.products-marquee__card:hover::before{opacity:1;transform:scaleX(1)}
.products-marquee__card>i:first-child{position:relative;z-index:1;display:grid;width:54px;height:54px;flex:0 0 54px;place-items:center;border:1px solid rgba(216,115,39,.12);border-radius:15px;color:#cf6b29;background:linear-gradient(145deg,#fff7f0,#fdebdc);box-shadow:0 8px 18px rgba(216,115,39,.1);font-size:1.2rem;transition:transform .3s ease,box-shadow .3s ease}.products-marquee__card:hover>i:first-child{box-shadow:0 11px 23px rgba(216,115,39,.17);transform:translateY(-2px) rotate(-3deg)}.products-marquee__card>span{position:relative;z-index:1;display:grid;min-width:0;flex:1;gap:7px}.products-marquee__card strong{color:#172b49;font-size:.94rem;font-weight:800;line-height:1.3}.products-marquee__card small{overflow:hidden;color:#718096;font-size:.69rem;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.products-marquee__card>i:last-child{position:relative;z-index:1;display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border:1px solid #e4e9ef;border-radius:9px;color:#cf6b29;background:#fff;font-size:.72rem;transition:color .25s ease,background .25s ease,transform .25s ease}.products-marquee__card:hover>i:last-child{border-color:#cf6b29;color:#fff;background:#cf6b29;transform:translate(2px,-2px)}
@keyframes productsMarquee{from{transform:translateX(0)}to{transform:translateX(min(0px,calc(-100% + 100vw)))}}
@media(max-width:767.98px){.products-marquee{padding:72px 0 68px}.products-marquee__header{margin-bottom:38px}.products-marquee__viewport{mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.products-marquee__card{width:290px;min-height:122px;padding:20px}.products-marquee__card>i:first-child{width:48px;height:48px;flex-basis:48px}.products-marquee__track{animation-duration:20s}.products-marquee__lane--reverse .products-marquee__track{animation-duration:23s}}
@media(prefers-reduced-motion:reduce){.products-marquee__viewport{overflow-x:auto;mask-image:none}.products-marquee__track{animation:none}.products-marquee__set[aria-hidden="true"]{display:none}}

/* Draggable product logo marquee */
.products-marquee__viewport{overflow-x:auto;cursor:grab;scrollbar-width:none;touch-action:pan-y;user-select:none}.products-marquee__viewport::-webkit-scrollbar{display:none}.products-marquee__viewport.is-dragging{cursor:grabbing;mask-image:none}.products-marquee__viewport.is-dragging .products-marquee__card{pointer-events:none}.products-marquee__track,.products-marquee__lane--reverse .products-marquee__track{animation:none}.products-marquee__logo{position:relative;z-index:1;display:grid;width:72px;height:58px;flex:0 0 72px;place-items:center;padding:7px;border:1px solid rgba(216,115,39,.13);border-radius:15px;background:linear-gradient(145deg,#fff,#fff7f0);box-shadow:0 8px 18px rgba(216,115,39,.09);transition:transform .3s ease,box-shadow .3s ease}.products-marquee__logo img{display:block;width:100%;height:100%;object-fit:contain}.products-marquee__logo>i{display:none;color:#cf6b29;font-size:1.25rem}.products-marquee__logo.is-fallback>i{display:block}.products-marquee__card:hover .products-marquee__logo{box-shadow:0 11px 23px rgba(216,115,39,.16);transform:translateY(-2px)}.products-marquee__card>i:first-child{display:none}
@media(max-width:767.98px){.products-marquee__logo{width:62px;height:52px;flex-basis:62px}.products-marquee__viewport{touch-action:pan-x pan-y}}

/* Manufacturing platform spotlight */
.manufacturing-platform{padding:88px 0;background:#f6f8fc;overflow:hidden}.manufacturing-platform__panel{position:relative;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);min-height:570px;border-radius:32px;overflow:hidden;background:linear-gradient(125deg,#132747 0%,#1c3761 58%,#254778 100%);box-shadow:0 28px 70px rgba(17,37,70,.16)}.manufacturing-platform__panel:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.04));pointer-events:none}.manufacturing-platform__content{position:relative;z-index:2;padding:64px 28px 62px 64px;color:#fff}.manufacturing-platform__eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;color:#f3a05a;font-size:13px;font-weight:800;letter-spacing:.13em}.manufacturing-platform__eyebrow:before{content:"";width:28px;height:2px;background:#ed8738}.manufacturing-platform h2{max-width:680px;margin:0;color:#fff;font-size:clamp(36px,4vw,60px);font-weight:800;line-height:1.04;letter-spacing:-.045em}.manufacturing-platform__content>p{max-width:650px;margin:24px 0 30px;color:#c9d3e2;font-size:17px;line-height:1.72}.manufacturing-platform__features{display:grid;gap:15px;margin:0 0 34px;padding:0;list-style:none}.manufacturing-platform__features li{display:flex;gap:12px;max-width:650px;color:#dce4ef;font-size:14px;line-height:1.55}.manufacturing-platform__features i{display:grid;place-items:center;flex:0 0 24px;height:24px;margin-top:1px;border-radius:50%;background:#ec873b;color:#fff}.manufacturing-platform__features strong{color:#fff}.manufacturing-platform__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.manufacturing-platform__actions a{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 21px;border-radius:12px;font-size:14px;font-weight:750;text-decoration:none;transition:.25s ease}.manufacturing-platform__primary{background:#eb873b;color:#fff;box-shadow:0 12px 25px rgba(235,135,59,.24)}.manufacturing-platform__primary:hover{background:#f09a56;color:#fff;transform:translateY(-2px)}.manufacturing-platform__secondary{border:1px solid rgba(255,255,255,.22);color:#fff}.manufacturing-platform__secondary:hover{border-color:#fff;background:rgba(255,255,255,.08);color:#fff}.manufacturing-platform__visual{position:relative;min-height:570px}.manufacturing-platform__glow{position:absolute;width:460px;height:460px;right:-30px;top:52px;border-radius:50%;background:radial-gradient(circle,rgba(239,143,68,.26),rgba(239,143,68,0) 68%)}.manufacturing-platform__phone{position:absolute;z-index:1;top:72px;right:72px;width:154px;height:310px;padding:65px 20px 20px;border:7px solid #0c1727;border-radius:29px;background:#fff;box-shadow:0 24px 55px rgba(3,13,28,.3)}.manufacturing-platform__phone>span{position:absolute;top:8px;left:50%;width:58px;height:13px;border-radius:9px;background:#0c1727;transform:translateX(-50%)}.manufacturing-platform__phone img{display:block;width:96px;max-height:35px;margin:0 auto 38px;object-fit:contain}.manufacturing-platform__phone>i{display:block;height:7px;margin:12px 0;border-radius:5px;background:#e9edf3}.manufacturing-platform__phone>b{display:block;margin-top:22px;padding:8px;border-radius:5px;background:#ec873b;color:#fff;font-size:8px;text-align:center}.manufacturing-platform__laptop{position:absolute;z-index:2;right:30px;bottom:68px;width:min(540px,94%)}.manufacturing-platform__screen{height:305px;padding:10px;border:8px solid #0b1422;border-radius:16px 16px 8px 8px;background:#0b1422;box-shadow:0 28px 60px rgba(4,15,32,.36)}.manufacturing-platform__screen-top{display:flex;gap:4px;height:18px;padding:5px 7px;background:#17283f}.manufacturing-platform__screen-top i{width:5px;height:5px;border-radius:50%;background:#66768a}.manufacturing-platform__screen-body{display:grid;grid-template-columns:115px 1fr;height:259px;background:#f6f8fb}.manufacturing-platform__screen-body aside{display:flex;flex-direction:column;gap:14px;padding:24px 15px;background:#1c365d;color:#fff}.manufacturing-platform__screen-body aside b{margin-bottom:15px;color:#f0934b}.manufacturing-platform__screen-body aside span{height:5px;border-radius:4px;background:rgba(255,255,255,.22)}.manufacturing-platform__screen-body main{padding:31px 25px}.manufacturing-platform__screen-body main small{display:block;color:#e68238;font-size:7px;font-weight:800;letter-spacing:.1em}.manufacturing-platform__screen-body main strong{display:block;margin:6px 0 22px;color:#1d2d46;font-size:16px}.manufacturing-platform__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.manufacturing-platform__metrics i{height:45px;border:1px solid #e1e6ed;border-radius:6px;background:#fff}.manufacturing-platform__chart{position:relative;height:77px;margin-top:12px;border:1px solid #e1e6ed;border-radius:6px;background:repeating-linear-gradient(0deg,#fff 0,#fff 18px,#edf0f4 19px)}.manufacturing-platform__chart span{position:absolute;left:10%;right:8%;bottom:17px;height:35px;border-bottom:3px solid #ed8738;transform:skewY(-5deg)}.manufacturing-platform__base{width:110%;height:16px;margin-left:-5%;border-radius:2px 2px 50% 50%;background:linear-gradient(#dfe4ea,#8692a0);box-shadow:0 8px 9px rgba(0,0,0,.18)}.manufacturing-platform__badge{position:absolute;z-index:3;right:23px;bottom:28px;display:flex;align-items:center;gap:8px;padding:11px 15px;border:1px solid rgba(255,255,255,.25);border-radius:99px;background:rgba(255,255,255,.94);box-shadow:0 12px 25px rgba(5,17,34,.2);color:#1c355b;font-size:12px;font-weight:800}.manufacturing-platform__badge i{color:#eb873b;font-size:16px}
@media(max-width:991.98px){.manufacturing-platform{padding:64px 0}.manufacturing-platform__panel{grid-template-columns:1fr}.manufacturing-platform__content{padding:50px 44px 20px}.manufacturing-platform__visual{min-height:460px}.manufacturing-platform__laptop{right:8%;width:70%}.manufacturing-platform__phone{right:10%;top:24px}}
@media(max-width:575.98px){.manufacturing-platform{padding:44px 0}.manufacturing-platform__panel{border-radius:22px}.manufacturing-platform__content{padding:38px 24px 14px}.manufacturing-platform h2{font-size:36px}.manufacturing-platform__content>p{font-size:15px}.manufacturing-platform__actions{align-items:stretch;flex-direction:column}.manufacturing-platform__actions a{width:100%}.manufacturing-platform__visual{min-height:335px}.manufacturing-platform__phone{top:18px;right:22px;width:99px;height:202px;padding:44px 12px 10px;border-width:5px;border-radius:20px}.manufacturing-platform__phone>span{top:6px;width:38px;height:8px}.manufacturing-platform__phone img{width:68px;margin-bottom:17px}.manufacturing-platform__phone>i{height:4px;margin:8px 0}.manufacturing-platform__phone>b{margin-top:12px;padding:5px}.manufacturing-platform__laptop{right:14px;bottom:50px;width:92%}.manufacturing-platform__screen{height:205px;padding:6px;border-width:5px}.manufacturing-platform__screen-body{grid-template-columns:74px 1fr;height:171px}.manufacturing-platform__screen-body aside{gap:8px;padding:15px 9px}.manufacturing-platform__screen-body main{padding:20px 14px}.manufacturing-platform__screen-body main strong{margin-bottom:10px;font-size:11px}.manufacturing-platform__metrics i{height:27px}.manufacturing-platform__chart{height:48px}.manufacturing-platform__badge{right:13px;bottom:12px}}
.manufacturing-platform__full{position:relative;z-index:4;margin-top:28px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(8,24,47,.28)}.manufacturing-platform__full>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 19px;cursor:pointer;list-style:none}.manufacturing-platform__full>summary::-webkit-details-marker{display:none}.manufacturing-platform__full>summary span{display:grid;gap:3px}.manufacturing-platform__full>summary strong{color:#fff;font-size:14px}.manufacturing-platform__full>summary small{color:#aebed3;font-size:11px;line-height:1.4}.manufacturing-platform__full>summary>i{color:#f39a55;transition:.25s}.manufacturing-platform__full[open]>summary>i{transform:rotate(45deg)}.manufacturing-platform__full-content{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding:28px 22px;border-top:1px solid rgba(255,255,255,.12)}.manufacturing-platform__full-content article{min-width:0}.manufacturing-platform__full-content h3{margin:0 0 13px;color:#f39a55;font-size:19px;font-weight:800}.manufacturing-platform__full-content p,.manufacturing-platform__full-content li{color:#d6dfeb;font-size:12px;line-height:1.55}.manufacturing-platform__full-content ol{display:grid;gap:9px;margin:0;padding-left:20px}.manufacturing-platform__full-content ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.manufacturing-platform__full-content ul li{display:flex;gap:8px}.manufacturing-platform__full-content ul i{flex:none;color:#f08a3c}.manufacturing-platform__about,.manufacturing-platform__closing{grid-column:1/-1}.manufacturing-platform__products{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.manufacturing-platform__products span{display:flex;gap:7px;color:#fff;font-size:12px;font-weight:700}.manufacturing-platform__products i{color:#26a1d1}.manufacturing-platform__closing{padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}.manufacturing-platform__closing>strong{display:block;margin-top:15px;color:#fff}.manufacturing-platform__closing>div{display:flex;gap:16px;flex-wrap:wrap;margin-top:8px}.manufacturing-platform__closing a{color:#f4a365;font-size:12px;text-decoration:none}@media(max-width:575.98px){.manufacturing-platform__full-content{grid-template-columns:1fr;padding:22px 17px}.manufacturing-platform__about,.manufacturing-platform__closing{grid-column:auto}.manufacturing-platform__products{grid-template-columns:1fr}.manufacturing-platform__closing>div{flex-direction:column;gap:6px}}
.manufacturing-platform__actions{padding-top:3px}.manufacturing-platform__actions a{position:relative;overflow:hidden}.manufacturing-platform__primary:after{content:"";position:absolute;inset:0;transform:translateX(-120%);background:linear-gradient(100deg,transparent,rgba(255,255,255,.2),transparent);transition:transform .55s ease}.manufacturing-platform__primary:hover:after{transform:translateX(120%)}.manufacturing-platform__secondary{background:rgba(255,255,255,.045);backdrop-filter:blur(8px)}.manufacturing-platform__features li{padding:10px 12px;border:1px solid rgba(255,255,255,.07);border-radius:11px;background:rgba(255,255,255,.035)}.manufacturing-platform__full{box-shadow:inset 0 1px rgba(255,255,255,.04)}

/* Refined manufacturing spotlight */
.manufacturing-platform__panel{display:block;min-height:0;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#10223f 0%,#182f54 57%,#203f6d 100%)}.manufacturing-platform__top{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);min-height:610px}.manufacturing-platform__content{padding:68px 32px 56px 68px}.manufacturing-platform__content>p{margin-bottom:25px}.manufacturing-platform__features{gap:9px;margin-bottom:30px}.manufacturing-platform__features li{align-items:flex-start;padding:12px 14px;transition:border-color .25s ease,background .25s ease,transform .25s ease}.manufacturing-platform__features li:hover{transform:translateX(4px);border-color:rgba(238,140,68,.32);background:rgba(255,255,255,.065)}.manufacturing-platform__features li span{display:grid;gap:2px}.manufacturing-platform__features li small{color:#b8c5d7;font-size:12px;line-height:1.45}.manufacturing-platform__actions{gap:20px}.manufacturing-platform__primary{min-width:220px;border-radius:10px}.manufacturing-platform__primary i{transition:transform .25s ease}.manufacturing-platform__primary:hover i{transform:translateX(4px)}.manufacturing-platform__text-link{display:inline-flex!important;align-items:center;gap:6px!important;min-height:auto!important;padding:8px 0!important;border-radius:0!important;color:#dce5f1;font-weight:650!important}.manufacturing-platform__text-link:after{content:"";position:absolute;right:0;bottom:5px;left:0;height:1px;background:#ef914b;transform:scaleX(0);transform-origin:left;transition:transform .25s}.manufacturing-platform__text-link:hover{color:#fff}.manufacturing-platform__text-link:hover:after{transform:scaleX(1)}.manufacturing-platform__visual{min-height:610px}.manufacturing-platform__grid{position:absolute;inset:0;opacity:.11;background-image:linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to left,#000,transparent 92%)}.manufacturing-platform__phone{animation:addon-device-float 5s ease-in-out infinite}.manufacturing-platform__laptop{animation:addon-laptop-float 6s ease-in-out infinite}.manufacturing-platform__badge{animation:addon-badge-float 4s ease-in-out infinite}.manufacturing-platform__metrics i{position:relative;overflow:hidden}.manufacturing-platform__metrics i:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent,rgba(236,135,59,.16),transparent);transform:translateX(-100%);animation:addon-screen-shine 3.8s ease-in-out infinite}.manufacturing-platform__full{margin:0;border:0;border-top:1px solid rgba(255,255,255,.12);border-radius:0;background:rgba(5,18,38,.22)}.manufacturing-platform__full>summary{padding:22px 30px}.manufacturing-platform__full>summary span{display:flex;align-items:center;gap:16px}.manufacturing-platform__full>summary strong{font-size:13px;letter-spacing:.02em}.manufacturing-platform__full>summary small{padding-left:16px;border-left:1px solid rgba(255,255,255,.18)}.manufacturing-platform__full-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:0}.manufacturing-platform__full-content article{display:grid;grid-template-columns:44px 1fr;gap:18px;padding:35px;border-right:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)}.manufacturing-platform__full-content article:nth-child(even){border-right:0}.manufacturing-platform__about,.manufacturing-platform__closing{grid-column:auto}.manufacturing-platform__number{color:rgba(239,145,75,.55);font-size:12px;font-weight:800;letter-spacing:.12em}.manufacturing-platform__full-content h3{font-size:18px}.manufacturing-platform__closing{border-bottom:0!important}.manufacturing-platform__full-content article:nth-last-child(2){border-bottom:0}.manufacturing-platform__closing>div{display:block;margin:0}.manufacturing-platform__closing>div>div{display:flex;gap:14px;flex-wrap:wrap;margin-top:8px}
@keyframes addon-device-float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-9px) rotate(.5deg)}}@keyframes addon-laptop-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes addon-badge-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes addon-screen-shine{0%,55%{transform:translateX(-110%)}85%,100%{transform:translateX(110%)}}
@media(max-width:991.98px){.manufacturing-platform__top{grid-template-columns:1fr}.manufacturing-platform__content{padding:52px 44px 24px}.manufacturing-platform__visual{min-height:460px}.manufacturing-platform__full-content{grid-template-columns:1fr}.manufacturing-platform__full-content article,.manufacturing-platform__full-content article:nth-child(even){border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}.manufacturing-platform__full-content article:nth-last-child(2){border-bottom:1px solid rgba(255,255,255,.09)}}
@media(max-width:575.98px){.manufacturing-platform__content{padding:38px 23px 22px}.manufacturing-platform__top{min-height:0}.manufacturing-platform__visual{min-height:335px}.manufacturing-platform__full>summary{padding:18px 20px}.manufacturing-platform__full>summary span{display:grid;gap:4px}.manufacturing-platform__full>summary small{padding:0;border:0}.manufacturing-platform__full-content article{grid-template-columns:32px 1fr;gap:10px;padding:27px 19px}.manufacturing-platform__actions{align-items:stretch;gap:8px}.manufacturing-platform__text-link{justify-content:center}.manufacturing-platform__features li:hover{transform:none}}
@media(prefers-reduced-motion:reduce){.manufacturing-platform__phone,.manufacturing-platform__laptop,.manufacturing-platform__badge,.manufacturing-platform__metrics i:after{animation:none!important}.manufacturing-platform__features li{transition:none}}

/* Isolate the dashboard mockup from global semantic-element rules. */
.manufacturing-platform__screen{position:relative;overflow:hidden;contain:layout paint}.manufacturing-platform__screen-body{position:relative;overflow:hidden}.manufacturing-platform__screen-nav{display:flex;min-width:0;height:100%;flex-direction:column;gap:14px;padding:24px 15px;background:#1c365d;color:#fff}.manufacturing-platform__screen-nav b{margin-bottom:15px;color:#f0934b}.manufacturing-platform__screen-nav span{display:block;width:100%;height:5px;border-radius:4px;background:rgba(255,255,255,.22)}.manufacturing-platform__screen-content{min-width:0;overflow:hidden;padding:31px 25px}.manufacturing-platform__screen-content small{display:block;color:#e68238;font-size:7px;font-weight:800;letter-spacing:.1em}.manufacturing-platform__screen-content>strong{display:block;margin:6px 0 22px;color:#1d2d46;font-size:16px}.manufacturing-platform__full-content{overflow:hidden}.manufacturing-platform__full[open]>summary{background:rgba(255,255,255,.025)}
@media(max-width:575.98px){.manufacturing-platform__screen-nav{gap:8px;padding:15px 9px}.manufacturing-platform__screen-content{padding:20px 14px}.manufacturing-platform__screen-content>strong{margin-bottom:10px;font-size:11px}}

/* Light capability cards below the manufacturing showcase */
.manufacturing-platform__full{background:#fff;border-top:1px solid rgba(255,255,255,.14)}.manufacturing-platform__full>summary{background:linear-gradient(90deg,#13213d,#182f54)}.manufacturing-platform__full[open]>summary{background:linear-gradient(90deg,#13213d,#1c3761)}.manufacturing-platform__full-content{gap:18px;padding:28px;background:linear-gradient(180deg,#fff8f1 0,#f7f9fc 100%)}.manufacturing-platform__full-content article,.manufacturing-platform__full-content article:nth-child(even){display:grid;grid-template-columns:42px 1fr;gap:18px;padding:30px;border:1px solid #e8e4df!important;border-radius:19px;background:#fff;box-shadow:0 12px 32px rgba(19,33,61,.055);transition:transform .22s ease,box-shadow .22s ease}.manufacturing-platform__full-content article:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(19,33,61,.09)}.manufacturing-platform__full-content .manufacturing-platform__about{grid-column:auto}.manufacturing-platform__full-content .manufacturing-platform__closing{grid-column:1/-1;background:linear-gradient(135deg,#fff,#fff8f1)}.manufacturing-platform__number{padding-top:5px;color:#d9752c;font-size:12px}.manufacturing-platform__card-icon{display:grid;width:42px;height:42px;place-items:center;margin-bottom:16px;border:1px solid rgba(235,135,59,.28);border-radius:12px;color:#dc762a;background:#fff5eb;font-size:17px}.manufacturing-platform__full-content h3{color:#13213d;font-size:19px}.manufacturing-platform__full-content p,.manufacturing-platform__full-content li{color:#5f6b7c;font-size:13px;line-height:1.7}.manufacturing-platform__full-content ol{gap:11px;padding-left:18px}.manufacturing-platform__full-content ul i{color:#e3823a}.manufacturing-platform__full-content ul strong{color:#263751}.manufacturing-platform__products span{padding:9px 11px;border:1px solid #e6eaf0;border-radius:10px;color:#263751;background:#f9fafc}.manufacturing-platform__products i{color:#e3823a}.manufacturing-platform__closing>div>strong{display:block;color:#13213d}.manufacturing-platform__closing>div>div a{display:inline-flex;padding:8px 11px;border:1px solid #eadfd5;border-radius:9px;color:#c96820;background:#fff;text-decoration:none}.manufacturing-platform__closing>div>div{display:flex;gap:9px;flex-wrap:wrap;margin-top:12px}
@media(max-width:991.98px){.manufacturing-platform__full-content{grid-template-columns:1fr;padding:22px}.manufacturing-platform__full-content .manufacturing-platform__closing{grid-column:auto}}
@media(max-width:575.98px){.manufacturing-platform__full-content{gap:12px;padding:13px}.manufacturing-platform__full-content article,.manufacturing-platform__full-content article:nth-child(even){grid-template-columns:30px 1fr;gap:10px;padding:23px 17px;border-radius:15px}.manufacturing-platform__card-icon{width:38px;height:38px}.manufacturing-platform__closing>div>div{align-items:stretch;flex-direction:column}.manufacturing-platform__closing>div>div a{justify-content:center}}
@media(prefers-reduced-motion:reduce){.manufacturing-platform__full-content article{transition:none}.manufacturing-platform__full-content article:hover{transform:none}}

/* Manufacturing composition based on the approved visual direction */
.manufacturing-platform__explore{padding:0;background:#fff}.manufacturing-platform__explore button{display:flex;width:100%;min-height:72px;align-items:center;justify-content:space-between;gap:20px;padding:15px 28px;border:0;border-bottom:1px solid #e5e8ed;color:#13213d;background:#fff;text-align:left}.manufacturing-platform__explore button span{display:flex;align-items:center;gap:16px}.manufacturing-platform__explore button strong{font-size:14px}.manufacturing-platform__explore button small{padding-left:16px;border-left:1px solid #dfe3e8;color:#667085;font-size:11px}.manufacturing-platform__explore button>i{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;color:#d96f23;background:#fff3e9;transition:transform .25s ease}.manufacturing-platform__explore button[aria-expanded=true]>i{transform:rotate(180deg)}.manufacturing-platform__explore button:hover,.manufacturing-platform__explore button:focus-visible{background:#fffaf6;outline:none}.manufacturing-platform__explore button:focus-visible{box-shadow:inset 0 0 0 3px rgba(244,154,87,.25)}
.manufacturing-platform__panel{overflow:hidden;background:#fff;box-shadow:0 28px 70px rgba(17,37,70,.13)}.manufacturing-platform__top{background:radial-gradient(circle at 86% 42%,rgba(239,135,59,.15),transparent 25%),linear-gradient(125deg,#10213d,#182f54 62%,#203d68)}.manufacturing-platform__feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:18px 22px;background:#fff}.manufacturing-platform__feature-strip article{display:flex;min-width:0;gap:13px;padding:18px;border:1px solid #e7e9ed;border-radius:15px;background:#fff;box-shadow:0 8px 22px rgba(19,33,61,.045)}.manufacturing-platform__feature-strip article>span{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border:1px solid #f2a46b;border-radius:11px;color:#e8792b;font-size:18px}.manufacturing-platform__feature-strip h3{margin:0 0 6px;color:#13213d;font-size:14px}.manufacturing-platform__feature-strip p{margin:0;color:#667085;font-size:11px;line-height:1.55}
.manufacturing-platform__overview{display:grid;grid-template-columns:.9fr 1.15fr 1.15fr;gap:14px;padding:0 22px 14px;background:#f8f9fb}.manufacturing-platform__overview>article{min-width:0;padding:24px;border:1px solid #e5e8ed;border-radius:16px;background:#fff}.manufacturing-platform__overview-card{display:grid;grid-template-columns:34px 1fr;gap:10px}.manufacturing-platform__overview h3{margin:0 0 12px;color:#13213d;font-size:16px}.manufacturing-platform__overview p,.manufacturing-platform__overview li{color:#5f6b7c;font-size:11px;line-height:1.65}.manufacturing-platform__overview ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.manufacturing-platform__overview li{display:flex;gap:7px}.manufacturing-platform__overview li i{color:#e8792b}.manufacturing-platform__integration{color:#fff!important;background:linear-gradient(135deg,#13213d,#1d3760)!important}.manufacturing-platform__integration h3{color:#fff}.manufacturing-platform__integration>p{color:#c5d0df}.manufacturing-platform__integration>div{display:grid;grid-template-columns:1fr 24px 1.15fr 24px 1.2fr;align-items:center;gap:5px;margin-top:18px}.manufacturing-platform__integration>div>span,.manufacturing-platform__integration>div>strong{display:flex;min-height:65px;align-items:center;justify-content:center;flex-direction:column;padding:8px;border:1px solid rgba(255,255,255,.35);border-radius:9px;color:#fff;font-size:12px;text-align:center}.manufacturing-platform__integration>div>strong{border-color:#f49a57;background:linear-gradient(135deg,#e8792b,#f49a57)}.manufacturing-platform__integration small{display:block;margin-top:4px;color:rgba(255,255,255,.7);font-size:8px;font-weight:500}.manufacturing-platform__integration>div>i{text-align:center}.manufacturing-platform__integration footer{display:flex;justify-content:space-between;gap:8px;margin-top:16px;color:#dce4ef;font-size:9px}.manufacturing-platform__integration footer i{color:#44d58c}
.manufacturing-platform__advantages{display:grid;grid-template-columns:1.4fr .85fr;gap:14px;padding:0 22px 14px;background:#f8f9fb}.manufacturing-platform__advantages>div:first-child{padding:20px;border:1px solid #e5e8ed;border-radius:16px;background:#fff}.manufacturing-platform__advantages>div:first-child>h3{margin:0 0 14px;color:#13213d;font-size:16px}.manufacturing-platform__advantages>div:first-child>div{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.manufacturing-platform__advantages article{padding:14px;border:1px solid #e8e9ec;border-radius:12px;background:#fff}.manufacturing-platform__advantages article>i{color:#e8792b;font-size:18px}.manufacturing-platform__advantages article strong{display:block;margin:11px 0 5px;color:#13213d;font-size:11px}.manufacturing-platform__advantages article p{margin:0;color:#667085;font-size:9px;line-height:1.5}.manufacturing-platform__analytics{padding:18px;border:1px solid #dfe4eb;border-radius:16px;background:#fff}.manufacturing-platform__analytics header{display:flex;align-items:center;gap:8px;color:#13213d}.manufacturing-platform__analytics header>i{display:grid;width:27px;height:27px;place-items:center;border-radius:8px;color:#fff;background:#13213d}.manufacturing-platform__analytics header strong{font-size:12px}.manufacturing-platform__analytics header small{margin-left:auto;color:#8792a3;font-size:7px}.manufacturing-platform__analytics>div{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:16px}.manufacturing-platform__analytics article{padding:10px}.manufacturing-platform__analytics article span{color:#667085;font-size:8px}.manufacturing-platform__analytics article b{display:block;margin:5px 0;color:#153a42;font-size:15px}.manufacturing-platform__analytics article i{display:block;height:28px;background:linear-gradient(165deg,transparent 47%,#36b37e 49%,#36b37e 52%,transparent 54%)}
.manufacturing-platform__bottom-cta{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:18px;margin:0 22px 22px;padding:18px 24px;border-radius:15px;color:#fff;background:linear-gradient(100deg,#e8792b,#f49a57 78%,#ffd6b7)}.manufacturing-platform__bottom-cta>span{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;color:#e8792b;background:#fff;font-size:19px}.manufacturing-platform__bottom-cta h3{margin:0 0 4px;color:#fff;font-size:17px}.manufacturing-platform__bottom-cta p{margin:0;color:#fff5ee;font-size:10px}.manufacturing-platform__bottom-cta>a{display:inline-flex;min-height:42px;align-items:center;gap:12px;padding:0 18px;border-radius:9px;color:#fff;background:#13213d;font-size:11px;font-weight:750;text-decoration:none}
@media(max-width:1199.98px){.manufacturing-platform__feature-strip{grid-template-columns:repeat(2,1fr)}.manufacturing-platform__overview{grid-template-columns:1fr 1fr}.manufacturing-platform__integration{grid-column:1/-1}.manufacturing-platform__advantages{grid-template-columns:1fr}.manufacturing-platform__advantages>div:first-child>div{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767.98px){.manufacturing-platform__feature-strip,.manufacturing-platform__overview,.manufacturing-platform__advantages{grid-template-columns:1fr;padding-right:13px;padding-left:13px}.manufacturing-platform__integration{grid-column:auto}.manufacturing-platform__advantages>div:first-child>div{grid-template-columns:1fr 1fr}.manufacturing-platform__bottom-cta{grid-template-columns:44px 1fr;margin:0 13px 13px;padding:17px}.manufacturing-platform__bottom-cta>a{grid-column:1/-1;justify-content:center}.manufacturing-platform__bottom-cta>span{width:42px;height:42px}}
@media(max-width:575.98px){.manufacturing-platform__feature-strip{grid-template-columns:1fr}.manufacturing-platform__overview-card{grid-template-columns:30px 1fr}.manufacturing-platform__integration>div{grid-template-columns:1fr}.manufacturing-platform__integration>div>i{transform:rotate(90deg)}.manufacturing-platform__integration footer{align-items:flex-start;flex-direction:column}.manufacturing-platform__advantages>div:first-child>div,.manufacturing-platform__analytics>div{grid-template-columns:1fr}.manufacturing-platform__analytics article i{height:20px}}
@media(max-width:575.98px){.manufacturing-platform__explore button{min-height:68px;padding:13px 18px}.manufacturing-platform__explore button span{display:grid;gap:3px}.manufacturing-platform__explore button small{padding:0;border:0;line-height:1.4}}
@media(prefers-reduced-motion:reduce){.manufacturing-platform__explore button>i{transition:none}}

/* AddOn Comply device poster */
.manufacturing-platform__poster{position:absolute;z-index:2;inset:50% 26px auto 5px;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:#f8f9fb;box-shadow:0 28px 58px rgba(3,12,28,.3);transform:translateY(-50%)}.manufacturing-platform__poster::after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65);pointer-events:none}.manufacturing-platform__poster img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}.manufacturing-platform__poster{animation:addon-laptop-float 6s ease-in-out infinite}
@media(max-width:991.98px){.manufacturing-platform__poster{inset:50% 7% auto;max-width:760px;margin-inline:auto}}
@media(max-width:575.98px){.manufacturing-platform__poster{right:15px;left:15px;border-radius:15px}.manufacturing-platform__poster img{aspect-ratio:16/10}}
@media(prefers-reduced-motion:reduce){.manufacturing-platform__poster{animation:none}}

/* Transparent device placement, matching the original visual area */
.manufacturing-platform__poster{inset:auto -3% 2% 0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;transform:none}.manufacturing-platform__poster::after{display:none}.manufacturing-platform__poster img{width:108%;max-width:none;aspect-ratio:auto;object-fit:contain;filter:drop-shadow(0 24px 30px rgba(2,10,24,.3))}
@media(max-width:991.98px){.manufacturing-platform__poster{inset:auto 3% 1%;max-width:none}.manufacturing-platform__poster img{width:100%}}
@media(max-width:575.98px){.manufacturing-platform__poster{right:-3%;bottom:5%;left:-3%;border-radius:0}.manufacturing-platform__poster img{width:106%}}

/* Restore the original staggered device composition */
.manufacturing-platform__poster{isolation:isolate}.manufacturing-platform__poster-laptop{position:relative;z-index:1;clip-path:inset(0 22% 0 0)}.manufacturing-platform__poster-phone{position:absolute;z-index:2;inset:0;width:108%!important;max-width:none;clip-path:inset(0 0 0 75%);transform:translate(-7%,-52%);filter:drop-shadow(0 20px 24px rgba(2,10,24,.34))!important}
@media(max-width:991.98px){.manufacturing-platform__poster-phone{width:100%!important;transform:translate(-5%,-42%)}}
@media(max-width:575.98px){.manufacturing-platform__poster-phone{width:106%!important;transform:translate(-4%,-34%)}}

/* Independent clean device assets */
.manufacturing-platform__poster{inset:0;animation:none}.manufacturing-platform__poster-laptop{position:absolute;z-index:1;right:-7%;bottom:0;width:108%!important;height:auto;clip-path:none;filter:drop-shadow(0 24px 30px rgba(2,10,24,.3))}.manufacturing-platform__poster-phone{position:absolute;z-index:2;top:2%;right:1%;bottom:auto;left:auto;width:32%!important;height:auto;clip-path:none;transform:none;filter:drop-shadow(0 18px 24px rgba(2,10,24,.38))!important}
@media(max-width:991.98px){.manufacturing-platform__poster{inset:0}.manufacturing-platform__poster-laptop{right:2%;bottom:0;width:88%!important}.manufacturing-platform__poster-phone{top:2%;right:7%;width:24%!important;transform:none}}
@media(max-width:575.98px){.manufacturing-platform__poster{inset:0}.manufacturing-platform__poster-laptop{right:-8%;bottom:4%;width:112%!important}.manufacturing-platform__poster-phone{top:3%;right:2%;width:31%!important;transform:none}}

/* Final contained device sizing */
.manufacturing-platform__poster-laptop{right:7%;bottom:3%;width:82%!important}.manufacturing-platform__poster-phone{top:5%;right:6%;width:24%!important}
@media(max-width:991.98px){.manufacturing-platform__poster-laptop{right:12%;bottom:1%;width:74%!important}.manufacturing-platform__poster-phone{top:4%;right:12%;width:20%!important}}
@media(max-width:575.98px){.manufacturing-platform__poster-laptop{right:4%;bottom:7%;width:90%!important}.manufacturing-platform__poster-phone{top:4%;right:5%;width:27%!important}}

/* AddOn Infrastructure home integration — scoped only to the approved Infrastructure section */
#infrastructure{scroll-margin-top:92px}
@media(min-width:992px){
  #infrastructure.addon-infrastructure{padding:82px 0 76px}
  #infrastructure .addon-infrastructure__container{max-width:1240px}
  #infrastructure .addon-infrastructure__header{grid-template-columns:minmax(0,1.15fr) minmax(300px,.65fr);gap:56px;margin-bottom:36px}
  #infrastructure .addon-infrastructure__header h2{font-size:clamp(2.45rem,3.5vw,3.85rem);max-width:720px}
  #infrastructure .infrastructure-legacy{grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:20px}
  #infrastructure .infrastructure-legacy__left{gap:16px}
  #infrastructure .addon-infrastructure__copy{padding:28px}
  #infrastructure .infrastructure-legacy__locations{gap:10px}
  #infrastructure .infrastructure-legacy__locations article>div{height:148px}
  #infrastructure .infrastructure-legacy__noc>header{min-height:70px;padding:15px 20px}
  #infrastructure .infrastructure-legacy__noc-image,#infrastructure .infrastructure-legacy__noc-image img{min-height:360px}
  #infrastructure .infrastructure-legacy__noc>footer{padding:16px 20px}
  #infrastructure .infrastructure-legacy__foot{margin-top:18px}
}

/* ================================================================
   FINAL SURGICAL ADJUSTMENTS — Infrastructure / Compliance / Clients
   Only these approved sections are affected.
================================================================ */

/* Matching sticky-navigation anchor rhythm used by the homepage sections. */
#compliance,
#infrastructure,
#clients{scroll-margin-top:84px}

/* Infrastructure: compact desktop composition, no oversized cards/images. */
@media(min-width:992px){
  #infrastructure.addon-infrastructure{padding:58px 0 62px}
  #infrastructure .addon-infrastructure__container{max-width:1160px}
  #infrastructure .addon-infrastructure__header{grid-template-columns:minmax(0,1.05fr) minmax(300px,.72fr);gap:38px;margin-bottom:24px}
  #infrastructure .addon-infrastructure__eyebrow{font-size:.64rem}
  #infrastructure .addon-infrastructure__header h2{max-width:620px;margin-top:9px;font-size:clamp(1.85rem,2.45vw,2.65rem);line-height:1.08;letter-spacing:-.035em}
  #infrastructure .addon-infrastructure__intro{padding-top:2px}
  #infrastructure .addon-infrastructure__intro>span{font-size:.62rem}
  #infrastructure .addon-infrastructure__intro>p{margin-top:7px;font-size:.75rem;line-height:1.58}

  #infrastructure .infrastructure-legacy{grid-template-columns:minmax(0,1.14fr) minmax(315px,.86fr);gap:16px}
  #infrastructure .infrastructure-legacy__left{gap:13px}
  #infrastructure .addon-infrastructure__copy{padding:20px 21px;border-radius:18px}
  #infrastructure .addon-infrastructure__copy h3{margin-bottom:13px;font-size:.82rem}
  #infrastructure .addon-infrastructure__services{gap:7px}
  #infrastructure .addon-infrastructure__services article{min-height:48px;padding:10px 12px}
  #infrastructure .addon-infrastructure__services article>i{font-size:.9rem}
  #infrastructure .addon-infrastructure__services article>span{font-size:.66rem;line-height:1.35}
  #infrastructure .addon-infrastructure__ownership{margin-top:13px;padding:11px 12px}
  #infrastructure .addon-infrastructure__ownership strong{font-size:.64rem;line-height:1.45}
  #infrastructure .addon-infrastructure__assurance{gap:8px;margin-top:10px}
  #infrastructure .addon-infrastructure__assurance article{min-height:58px;padding:10px 12px}
  #infrastructure .addon-infrastructure__assurance strong{font-size:.68rem}
  #infrastructure .addon-infrastructure__assurance small{font-size:.54rem}

  #infrastructure .infrastructure-legacy__locations{gap:8px}
  #infrastructure .infrastructure-legacy__locations article>div{height:112px;border-radius:13px}
  #infrastructure .infrastructure-legacy__locations article>div>span{top:7px;left:7px;width:25px;height:25px;border-radius:7px;font-size:.5rem}
  #infrastructure .infrastructure-legacy__locations article>small{margin-top:7px;font-size:.51rem}
  #infrastructure .infrastructure-legacy__locations article>strong{margin-top:2px;font-size:.64rem}

  #infrastructure .infrastructure-legacy__noc{border-radius:18px}
  #infrastructure .infrastructure-legacy__noc>header{min-height:56px;padding:11px 15px}
  #infrastructure .infrastructure-legacy__noc>header strong{font-size:.78rem}
  #infrastructure .infrastructure-legacy__noc>header small{font-size:.53rem}
  #infrastructure .infrastructure-legacy__noc-image,
  #infrastructure .infrastructure-legacy__noc-image img{min-height:278px;height:278px}
  #infrastructure .infrastructure-legacy__noc-image>span{top:11px;right:11px;padding:5px 8px;font-size:.5rem}
  #infrastructure .infrastructure-legacy__noc>footer{padding:11px 15px}
  #infrastructure .infrastructure-legacy__noc>footer>i{width:31px;height:31px;border-radius:9px;font-size:.76rem}
  #infrastructure .infrastructure-legacy__noc>footer strong{font-size:.69rem}
  #infrastructure .infrastructure-legacy__noc>footer small{font-size:.51rem}
  #infrastructure .infrastructure-legacy__foot{margin-top:13px;font-size:.53rem}
}

@media(min-width:1200px){
  #infrastructure.addon-infrastructure{padding-top:62px;padding-bottom:66px}
}

/* Infrastructure image framing. Keep the approved anchor and section order intact. */
#infrastructure.addon-infrastructure{color:#1d2939;background:#fff}
#infrastructure.addon-infrastructure:after{border-color:rgba(49,95,159,.09);box-shadow:0 0 0 70px rgba(49,95,159,.025),0 0 0 145px rgba(245,130,32,.018)}
#infrastructure .addon-infrastructure__grid{opacity:.55;background-image:linear-gradient(rgba(49,95,159,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(49,95,159,.055) 1px,transparent 1px);mask-image:linear-gradient(90deg,#000,transparent 82%)}
#infrastructure .addon-infrastructure__eyebrow,
#infrastructure .addon-infrastructure__header h2 strong{color:#f58220}
#infrastructure .addon-infrastructure__header h2{color:#17365f}
#infrastructure .addon-infrastructure__intro>span{border-color:rgba(245,130,32,.3);color:#c8651d;background:#fff1e6}
#infrastructure .addon-infrastructure__intro p{color:#667085}
#infrastructure .addon-infrastructure__copy,
#infrastructure .infrastructure-legacy__noc{border-color:#dfe5ed;background:#f8fafc;box-shadow:0 24px 55px rgba(23,54,95,.1)}
#infrastructure .addon-infrastructure__copy>h3,
#infrastructure .addon-infrastructure__services article span,
#infrastructure .addon-infrastructure__ownership strong,
#infrastructure .addon-infrastructure__assurance strong{color:#17365f}
#infrastructure .addon-infrastructure__services article{border-color:#e2e7ed;background:#fff}
#infrastructure .addon-infrastructure__services article:hover{border-color:rgba(245,130,32,.58);background:rgba(245,130,32,.13)}
#infrastructure .addon-infrastructure__services article>i,
#infrastructure .infrastructure-legacy__noc>footer>i{color:#f58220;background:#fff1e6}
#infrastructure .addon-infrastructure__ownership{border-left-color:#f58220;background:linear-gradient(90deg,#fff1e6,#fff8f2)}
#infrastructure .addon-infrastructure__assurance article{border-color:#e0e6ed;background:#fff}
#infrastructure .addon-infrastructure__assurance small{color:#7a8698}
#infrastructure .infrastructure-legacy__locations article>small{color:#7a8698}
#infrastructure .infrastructure-legacy__locations article>strong{color:#17365f}
#infrastructure .infrastructure-legacy__foot{color:#7a8698}
#infrastructure .infrastructure-legacy__foot i{background:#d9e0e8}
#infrastructure .infrastructure-legacy__foot strong{color:#e77828}
#infrastructure .infrastructure-legacy__noc>header{border-bottom-color:#dfe5ed;background:#edf3fa}
#infrastructure .infrastructure-legacy__noc>header small,
#infrastructure .infrastructure-legacy__noc>footer small{color:#667085}
#infrastructure .infrastructure-legacy__noc>footer strong{color:#17365f}
#infrastructure .infrastructure-legacy__locations article>div{isolation:isolate;background:#102a4c}
#infrastructure .infrastructure-legacy__locations img{display:block;object-fit:contain;object-position:center center;background:#102a4c}
#infrastructure .infrastructure-legacy__locations article>div:after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;border:1px solid rgba(255,255,255,.04);background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 35%,rgba(5,18,36,.08))}
#infrastructure .infrastructure-legacy__locations article>div>span{z-index:2}
#infrastructure .infrastructure-legacy__noc-image{position:relative;min-height:0}
#infrastructure .infrastructure-legacy__noc-image img{position:absolute;inset:0;display:block;width:100%;height:100%;min-height:0;object-fit:cover;object-position:center center}
#infrastructure .infrastructure-legacy__noc-image:after{z-index:1}
@media(min-width:992px){
  #infrastructure .infrastructure-legacy__noc-image,
  #infrastructure .infrastructure-legacy__noc-image img{height:auto;min-height:0}
  #infrastructure .infrastructure-legacy__noc-image{flex:1}
}
@media(max-width:991.98px){
  #infrastructure .infrastructure-legacy__noc-image{min-height:420px}
}
@media(max-width:575.98px){
  #infrastructure .infrastructure-legacy__locations article>div{height:210px}
  #infrastructure .infrastructure-legacy__noc-image{min-height:330px}
}

/* Customer wall remains logo-first. Detail is revealed only on click. */
.addon-client-grid-logo{position:relative;border:0;background:transparent;appearance:none;cursor:default;text-align:inherit}
.addon-client-grid-logo>.addon-client-grid-logo__visual{overflow:visible;padding-top:0;border-top:0}
.addon-client-grid-logo:focus-visible{outline:3px solid rgba(245,130,32,.28);outline-offset:2px}
.addon-client-grid-logo__open{position:absolute;right:8px;bottom:8px;display:grid;width:22px;height:22px;place-items:center;border:1px solid #e8ebef;border-radius:50%;color:#d96a0b;background:#fff;box-shadow:0 5px 14px rgba(23,32,51,.09);font-size:.65rem;opacity:0;transform:translateY(3px);transition:opacity .2s ease,transform .2s ease}
.addon-client-grid-logo:hover .addon-client-grid-logo__open,.addon-client-grid-logo:focus-visible .addon-client-grid-logo__open{opacity:1;transform:none}
.addon-clients__click-hint{display:inline-flex;align-items:center;gap:6px;margin-left:auto;color:#7c8796;font-size:.58rem;font-weight:650;letter-spacing:0;text-transform:none}
.addon-clients__click-hint i{color:#df7123;font-size:.72rem}

.addon-client-modal .modal-dialog{max-width:610px}
.addon-client-modal .modal-content{position:relative;display:grid;grid-template-columns:185px minmax(0,1fr);overflow:hidden;border:0;border-radius:22px;background:#fff;box-shadow:0 28px 80px rgba(12,28,53,.22)}
.addon-client-modal__close{position:absolute;z-index:3;top:13px;right:13px;display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;color:#526072;background:#f4f6f8;font-size:.8rem}
.addon-client-modal__logo{display:grid;min-height:290px;place-items:center;padding:30px;border-right:1px solid #edf0f3;background:linear-gradient(145deg,#fffaf6,#f6f8fb)}
.addon-client-modal__logo img{display:block;width:100%;max-width:135px;max-height:88px;object-fit:contain}
.addon-client-modal__body{padding:34px 34px 30px}
.addon-client-modal__body>span{color:#df7123;font-size:.62rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.addon-client-modal__body h3{margin:8px 0 0;padding-right:24px;color:#17233a;font-size:1.45rem;font-weight:800;line-height:1.2;letter-spacing:-.025em}
.addon-client-modal__meta{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:19px;padding-bottom:17px;border-bottom:1px solid #edf0f3}
.addon-client-modal__meta p{margin:0}
.addon-client-modal__meta small,.addon-client-modal__description>small{display:block;color:#8b95a4;font-size:.55rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.addon-client-modal__meta strong{display:block;margin-top:4px;color:#344054;font-size:.72rem;font-weight:750}
.addon-client-modal__description{margin-top:17px}
.addon-client-modal__description p{margin:7px 0 0;color:#5f6b7b;font-size:.77rem;line-height:1.7}

@media(max-width:767.98px){
  .addon-clients__click-hint{display:none}
  .addon-client-grid-logo__open{opacity:1;transform:none}
  .addon-client-modal .modal-dialog{margin:14px}
  .addon-client-modal .modal-content{grid-template-columns:1fr}
  .addon-client-modal__logo{min-height:120px;padding:24px;border-right:0;border-bottom:1px solid #edf0f3}
  .addon-client-modal__logo img{max-height:62px}
  .addon-client-modal__body{padding:25px 24px 27px}
}

/* Keep the product grid authoritative after legacy product rules. */
.products-marquee__viewport.products-marquee__viewport--grid{overflow:visible;mask-image:none;cursor:default}
.products-marquee__viewport--grid .products-marquee__track{display:block;width:100%;animation:none}
.products-marquee__viewport--grid .products-marquee__set{display:grid;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;padding:0}
.products-marquee__viewport--grid .products-marquee__card.products-marquee__card--stacked{display:flex;width:100%;min-width:0;min-height:205px;align-items:stretch;justify-content:flex-start;flex-direction:column;gap:0;overflow:hidden;padding:0;border:1px solid #dfe5ed;border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(20,36,60,.08)}
.products-marquee__viewport--grid .products-marquee__card--stacked::after{display:none}
.products-marquee__viewport--grid .products-marquee__card--stacked .products-marquee__logo{display:flex;width:100%;height:120px;flex:0 0 120px;align-items:center;justify-content:center;padding:24px;border:0;border-radius:0;background:radial-gradient(circle at 80% 15%,rgba(229,126,50,.14),transparent 34%),linear-gradient(145deg,#172844,#223b62);box-shadow:none;transform:none}
.products-marquee__viewport--grid .products-marquee__card--stacked .products-marquee__logo img{display:block;width:auto;max-width:210px;height:auto;max-height:72px;object-fit:contain;transform:none}
.products-marquee__viewport--grid .products-marquee__card--stacked>span:nth-child(2){display:flex;width:100%;min-height:84px;align-items:center;justify-content:center;flex:1;padding:16px 17px}
.products-marquee__viewport--grid .products-marquee__card--stacked strong{display:block;color:#172b49;font-size:.8rem;font-weight:800;line-height:1.45;text-align:center}
.products-marquee__viewport--grid .products-marquee__card--stacked small{display:none}
.products-marquee__viewport--grid .products-marquee__card--stacked:hover{border-color:rgba(216,115,39,.5);box-shadow:0 22px 46px rgba(20,36,60,.14);transform:translateY(-5px)}
.products-marquee__viewport--grid .products-marquee__card--stacked:hover .products-marquee__logo{box-shadow:none;transform:none}
.products-marquee__viewport--grid .products-marquee__card--stacked:hover .products-marquee__logo img{transform:scale(1.04)}
@media(max-width:991.98px){.products-marquee__viewport--grid .products-marquee__set{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}
@media(max-width:575.98px){.products-marquee__viewport--grid .products-marquee__set{gap:12px}.products-marquee__viewport--grid .products-marquee__card.products-marquee__card--stacked{min-height:170px}.products-marquee__viewport--grid .products-marquee__card--stacked .products-marquee__logo{height:94px;flex-basis:94px;padding:18px 14px}.products-marquee__viewport--grid .products-marquee__card--stacked .products-marquee__logo img{max-width:135px;max-height:56px}.products-marquee__viewport--grid .products-marquee__card--stacked>span:nth-child(2){min-height:76px;padding:12px 10px}.products-marquee__viewport--grid .products-marquee__card--stacked strong{font-size:.68rem}}

/* Evolution timeline: clickable GEN/year milestones + detail modal. */
.company-about__evolution li{padding:0 12px}
.company-about__milestone-button{position:relative;z-index:2;display:flex;width:100%;min-width:0;flex-direction:column;align-items:center;gap:6px;padding:0 8px 12px;border:0;background:transparent;color:inherit;text-align:center;cursor:pointer}
.company-about__milestone-button::after{content:'Klik untuk detail';margin-top:2px;color:#98a2b3;font-size:.58rem;font-weight:650;opacity:0;transform:translateY(-3px);transition:.2s ease}
.company-about__milestone-button:hover::after,.company-about__milestone-button:focus-visible::after{opacity:1;transform:none}
.company-about__milestone-button:focus-visible{outline:2px solid rgba(245,130,32,.35);outline-offset:7px;border-radius:12px}
.company-about__milestone-dot{position:relative;z-index:3;width:11px;height:11px;margin:3px auto 4px;border:2px solid #fff;border-radius:50%;background:#e77828;box-shadow:0 0 0 1px #e77828;transition:transform .2s ease,box-shadow .2s ease}
.company-about__milestone-button:hover .company-about__milestone-dot{transform:scale(1.18);box-shadow:0 0 0 6px rgba(231,120,40,.13)}
.company-about__milestone-button strong{display:block;color:#e77828;font-size:.75rem;font-weight:900;letter-spacing:.09em}
.company-about__milestone-button>span:not(.company-about__milestone-dot){display:block;color:#315f9f;font-size:.82rem;font-weight:800;line-height:1.3}
.company-about__evolution li::before{display:none!important}
.addon-evolution-modal .modal-dialog{max-width:560px;padding:18px}
.addon-evolution-modal .modal-content{position:relative;padding:34px 34px 31px;border:1px solid rgba(49,95,159,.13);border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(23,54,95,.18)}
.addon-evolution-modal .btn-close{position:absolute;top:18px;right:18px}
.addon-evolution-modal__meta{display:flex;align-items:center;gap:10px;margin-bottom:17px}
.addon-evolution-modal__meta span{padding:6px 10px;border-radius:999px;background:#fff0e5;color:#d96a0b;font-size:.7rem;font-weight:900;letter-spacing:.08em}
.addon-evolution-modal__meta strong{color:#315f9f;font-size:.82rem}
.addon-evolution-modal h3{max-width:460px;margin:0;color:#17365f;font-size:1.35rem;font-weight:850;line-height:1.3}
.addon-evolution-modal p{margin:14px 0 0;color:#667085;font-size:.86rem;line-height:1.7}
@media(max-width:767.98px){.company-about__evolution ol{padding-left:39px}.company-about__evolution li{padding:0!important}.company-about__milestone-button{align-items:flex-start;padding:14px 16px;border:1px solid #e0e6ee;border-radius:16px;background:linear-gradient(145deg,#fff,#f8fafc);box-shadow:0 9px 25px rgba(23,54,95,.07);text-align:left}.company-about__milestone-dot{position:absolute;top:20px;left:-34px;margin:0}.company-about__milestone-button::after{display:none}.company-about__milestone-button strong{font-size:.68rem}.company-about__milestone-button>span:not(.company-about__milestone-dot){font-size:.78rem}.addon-evolution-modal .modal-content{padding:30px 23px 25px}.addon-evolution-modal h3{font-size:1.15rem}.addon-evolution-modal p{font-size:.8rem}}


/* FINAL: show infrastructure location photos in full without oversized cards. */
#infrastructure .infrastructure-legacy__locations article>div{height:145px!important;background:#102a4c}
#infrastructure .infrastructure-legacy__locations img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;transform:none}
#infrastructure .infrastructure-legacy__locations article:hover img{transform:scale(1.015)}
@media(max-width:575.98px){#infrastructure .infrastructure-legacy__locations article>div{height:180px!important}}
.addon-evolution-modal__meta strong{color:#315f9f;font-size:.82rem}
.addon-evolution-modal h3{max-width:460px;margin:0;color:#17365f;font-size:1.35rem;font-weight:850;line-height:1.3}
.addon-evolution-modal p{margin:14px 0 0;color:#667085;font-size:.86rem;line-height:1.7}
@media(max-width:767.98px){.company-about__evolution ol{padding-left:39px}.company-about__evolution li{padding:0!important}.company-about__milestone-button{align-items:flex-start;padding:14px 16px;border:1px solid #e0e6ee;border-radius:16px;background:linear-gradient(145deg,#fff,#f8fafc);box-shadow:0 9px 25px rgba(23,54,95,.07);text-align:left}.company-about__milestone-dot{position:absolute;top:20px;left:-34px;margin:0}.company-about__milestone-button::after{display:none}.company-about__milestone-button strong{font-size:.68rem}.company-about__milestone-button>span:not(.company-about__milestone-dot){font-size:.78rem}.addon-evolution-modal .modal-content{padding:30px 23px 25px}.addon-evolution-modal h3{font-size:1.15rem}.addon-evolution-modal p{font-size:.8rem}}

/* ADDON PRODUCT GROUPS — approved product structure */
.addon-products-menu__experience{
    margin:10px 0 0;
    padding:10px 12px;
    border-radius:10px;
    background:#fff8f1;
    color:#7a4a22;
    font-size:.72rem;
    font-weight:650;
    line-height:1.45;
}
.products-marquee__experience{
    margin-top:12px;
    padding:12px 16px;
    border:1px solid rgba(232,120,34,.18);
    border-radius:14px;
    background:#fffaf5;
    color:#6b4b32;
    font-size:.86rem;
    font-weight:650;
    text-align:center;
}
@media (max-width: 991.98px){
    .products-marquee__experience{font-size:.8rem;text-align:left;}
}

/* Data Integration Hub: fit the supplied AddOn Reborn logo to the previous visual scale. */
.compliance-ecosystem__hub img{
    width:118px;
    max-width:84%;
    height:auto;
    object-fit:contain;
}
@media(max-width:575.98px){
    .compliance-ecosystem__hub img{
        width:100px;
        max-width:84%;
    }
}


/* FINAL_REQUEST_20260818: visual-only hero/hub fixes. */
.smart-hero__word-rotator::after{display:none!important;}
.compliance-ecosystem__hub img{
    display:block!important;
    width:138px!important;
    max-width:88%!important;
    height:auto!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
}
@media(max-width:575.98px){
    .compliance-ecosystem__hub img{width:116px!important;max-width:88%!important;}
}

/* FINAL_HUB_CLARITY: keep layout intact, remove orange hub line and improve logo readability. */
.compliance-ecosystem__hub::before{display:none!important;}
.compliance-ecosystem__hub-ring{display:none!important;}
.compliance-ecosystem__hub img{
    width:156px!important;
    max-width:92%!important;
    height:auto!important;
    margin:0 auto!important;
}
@media(max-width:575.98px){
    .compliance-ecosystem__hub img{width:130px!important;max-width:92%!important;}
}

/* FINAL 2026-08-18: normalize homepage section typography and restore logo prominence. */
.addon-homepage .why-addon__brand>img{
    width:min(285px,82%);
    height:auto;
    max-height:190px;
    object-fit:contain;
    object-position:center;
}

.addon-homepage :is(
    .company-about__intro,
    .why-addon__header,
    .factual-section__header,
    .addon-solutions__header,
    .home-news-journal__header,
    .addon-services__header,
    .addon-infrastructure__header,
    .addon-stories__header,
    .addon-testimonials__header,
    .addon-finder__header,
    .field-solution__header,
    .addon-clients__heading,
    .section-header
) h2,
.addon-homepage .section-header .h2{
    font-size:clamp(2.15rem,3.25vw,3.25rem);
    line-height:1.08;
}

.addon-homepage :is(
    .company-about__intro,
    .why-addon__header,
    .factual-section__header,
    .addon-solutions__header,
    .home-news-journal__header,
    .products-marquee__header,
    .addon-services__header,
    .addon-infrastructure__header,
    .addon-stories__header,
    .addon-testimonials__header,
    .addon-finder__header,
    .field-solution__header,
    .addon-clients__heading,
    .section-header
) > p{
    font-size:.86rem;
    line-height:1.68;
}

/* Keep About Us paragraphs consistent with the rest of homepage descriptions. */
.addon-homepage .company-about__intro>p,
.addon-homepage .company-about__intro>p:first-of-type{
    font-size:.86rem;
    line-height:1.68;
}

@media(max-width:575.98px){
    .addon-homepage .why-addon__brand>img{width:min(240px,84%);max-height:165px}
    .addon-homepage :is(
        .company-about__intro,
        .why-addon__header,
        .factual-section__header,
        .addon-solutions__header,
        .home-news-journal__header,
        .addon-services__header,
        .addon-infrastructure__header,
        .addon-stories__header,
        .addon-testimonials__header,
        .addon-finder__header,
        .field-solution__header,
        .addon-clients__heading,
        .section-header
    ) h2,
    .addon-homepage .section-header .h2{font-size:2.05rem}
    .addon-homepage :is(
        .company-about__intro,
        .why-addon__header,
        .factual-section__header,
        .addon-solutions__header,
        .home-news-journal__header,
        .products-marquee__header,
        .addon-services__header,
        .addon-infrastructure__header,
        .addon-stories__header,
        .addon-testimonials__header,
        .addon-finder__header,
        .field-solution__header,
        .addon-clients__heading,
        .section-header
    ) > p,
    .addon-homepage .company-about__intro>p,
    .addon-homepage .company-about__intro>p:first-of-type{font-size:.82rem;line-height:1.7}
}

/* FINAL 2026-08-18: support cards readability + facts heading scale. */
@media (min-width: 992px){
    .addon-homepage .addon-services__card{
        padding-left:24px;
        padding-right:24px;
    }
    .addon-homepage .addon-services__card h3{
        max-width:none;
        width:100%;
        font-size:1rem;
        line-height:1.32;
        letter-spacing:-.012em;
    }
    .addon-homepage .addon-services__card p{
        font-size:.86rem;
        line-height:1.62;
    }
    .addon-homepage .addon-services__header>p{
        font-size:.86rem;
        line-height:1.68;
    }
    /* Match the facts sentence to the KPPBC area text scale. */
    .addon-homepage .addon-facts header h2{
        font-size:.86rem;
        line-height:1.6;
        font-weight:750;
    }
}


/* 2026-08 customer coverage layout: two clean panels, individual labels, no pipe separators. */
.addon-clients__areas{
    display:grid;
    max-width:1080px;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin:40px auto -190px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
}
.addon-clients__area-card{
    min-width:0;
    padding:24px 25px 25px;
    border:1px solid #e1e7ef;
    border-radius:18px;
    background:rgba(255,255,255,.98);
    box-shadow:0 18px 45px rgba(23,54,95,.10);
    text-align:left;
}
.addon-clients__area-card small{
    display:flex;
    align-items:center;
    gap:9px;
    margin:0 0 16px!important;
    color:#d96a0b;
    font-size:.72rem;
    font-weight:850;
    letter-spacing:.11em;
    text-transform:uppercase;
}
.addon-clients__area-card small::before{
    content:'';
    width:7px;
    height:7px;
    flex:0 0 7px;
    border-radius:50%;
    background:#f58220;
    box-shadow:0 0 0 5px rgba(245,130,32,.10);
}
.addon-clients__area-items{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
}
.addon-clients__area-items span{
    display:inline-flex;
    min-height:36px;
    align-items:center;
    justify-content:center;
    padding:8px 12px;
    border:1px solid #e4e9f0;
    border-radius:10px;
    color:#20365f;
    background:#f8fafc;
    font-size:.90rem;
    font-weight:760;
    line-height:1.2;
    letter-spacing:0;
    text-transform:uppercase;
}
.addon-clients__area-card--kppbc .addon-clients__area-items span{
    background:linear-gradient(180deg,#fff,#f7f9fc);
}
.addon-clients__area-card--sector .addon-clients__area-items span{
    border-color:#f0e4d8;
    background:#fff8f2;
}
/* Match the facts sentence to the KPPBC label size and visual weight. */
.addon-homepage .addon-facts header h2{
    font-size:.90rem!important;
    line-height:1.55!important;
    font-weight:760!important;
    letter-spacing:0!important;
}
@media(max-width:991.98px){
    .addon-clients__areas{grid-template-columns:1fr;max-width:760px;margin-bottom:-205px}
}
@media(max-width:575.98px){
    .addon-clients__areas{gap:12px;margin-top:28px;margin-bottom:-175px}
    .addon-clients__area-card{padding:19px 17px 20px;border-radius:15px}
    .addon-clients__area-items{gap:7px}
    .addon-clients__area-items span{min-height:32px;padding:7px 9px;font-size:.76rem}
    .addon-homepage .addon-facts header h2{font-size:.82rem!important}
}

/* 2026-08-18: enlarge Facts About AddOn statement for desktop readability. */
@media (min-width: 992px){
    .addon-homepage .addon-facts header h2{
        font-size:1.05rem!important;
        line-height:1.5!important;
        font-weight:760!important;
    }
}

/* 2026-08-19: middle-dot separators between KPPBC and industry pills. */
@media (min-width: 576px){
    .addon-clients__area-items{
        column-gap:24px;
        row-gap:12px;
    }
    .addon-clients__area-items > span{
        position:relative;
    }
    .addon-clients__area-items > span:not(:last-child)::after{
        content:'•';
        position:absolute;
        right:-16px;
        top:50%;
        transform:translateY(-50%);
        color:#f58220;
        font-size:1rem;
        font-weight:900;
        line-height:1;
        pointer-events:none;
    }
}

/* 2026-08-19 FINAL: balanced customer coverage grids; dot only before section title. */
@media (min-width: 992px){
  .addon-clients__area-items{
    display:grid!important;
    gap:10px 12px!important;
    align-items:stretch;
  }
  .addon-clients__area-card--kppbc .addon-clients__area-items{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .addon-clients__area-card--sector .addon-clients__area-items{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .addon-clients__area-items > span{
    width:100%;
    min-height:42px;
    padding:9px 12px;
    justify-content:flex-start;
    box-sizing:border-box;
  }
  .addon-clients__area-items > span::after{
    content:none!important;
    display:none!important;
  }
  /* 10 KPPBC items = 5 x 2, 12 sectors = 4 x 3: no orphan item. */
}
@media (min-width:576px) and (max-width:991.98px){
  .addon-clients__area-items{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px!important;
  }
  .addon-clients__area-items > span{width:100%;justify-content:flex-start}
  .addon-clients__area-items > span::after{content:none!important;display:none!important}
}
@media (max-width:575.98px){
  .addon-clients__area-items > span::after{content:none!important;display:none!important}
}


/* 2026-08-19 FINAL: infrastructure image scale + Facts typography polish. */
@media (min-width: 992px){
  /* Locations 01-03: slightly larger, still compact and aligned. */
  #infrastructure .infrastructure-legacy__locations{
    gap:12px;
    align-items:start;
  }
  #infrastructure .infrastructure-legacy__locations article>div{
    height:162px;
    border-radius:15px;
  }
  #infrastructure .infrastructure-legacy__locations article>small{
    margin-top:9px;
    font-size:.68rem;
    line-height:1.35;
  }
  #infrastructure .infrastructure-legacy__locations article>strong{
    margin-top:3px;
    font-size:.80rem;
    line-height:1.35;
  }
  #infrastructure .infrastructure-legacy__locations article>div>span{
    width:29px;
    height:29px;
    font-size:.58rem;
  }

  /* Keep NOC visually connected to its footer with no dead/empty panel. */
  #infrastructure .infrastructure-legacy__noc{
    display:flex;
    min-height:100%;
    flex-direction:column;
    overflow:hidden;
  }
  #infrastructure .infrastructure-legacy__noc-image{
    flex:1 1 auto;
    min-height:322px;
    background:#102a4c;
  }
  #infrastructure .infrastructure-legacy__noc-image img{
    width:100%;
    height:100%;
    min-height:322px;
    object-fit:cover;
    object-position:center center;
  }
  #infrastructure .infrastructure-legacy__noc>footer{
    flex:0 0 auto;
  }

  /* Facts About AddOn: no tiny label/title on desktop. */
  .addon-homepage .addon-facts header>span{
    font-size:.82rem!important;
    line-height:1.3!important;
    font-weight:850!important;
    letter-spacing:.10em!important;
  }
  .addon-homepage .addon-facts header h2{
    margin-top:8px!important;
    font-size:1.22rem!important;
    line-height:1.42!important;
    font-weight:780!important;
    letter-spacing:-.012em!important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px){
  #infrastructure .infrastructure-legacy__locations article>div{height:190px}
  .addon-homepage .addon-facts header>span{font-size:.76rem!important}
  .addon-homepage .addon-facts header h2{font-size:1.08rem!important}
}
@media (max-width: 575.98px){
  .addon-homepage .addon-facts header>span{font-size:.70rem!important}
  .addon-homepage .addon-facts header h2{font-size:.98rem!important;line-height:1.45!important}
}

/* 2026-08-19: requested final readability + infrastructure photo scale. */
@media (min-width: 992px){
  /* Infrastructure locations 01-03: larger frames while preserving the entire image. */
  #infrastructure .infrastructure-legacy__locations{
    gap:14px;
  }
  #infrastructure .infrastructure-legacy__locations article>div{
    height:220px!important;
    border-radius:16px;
    background:#f5f7fa!important;
  }
  #infrastructure .infrastructure-legacy__locations img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:#f5f7fa!important;
    transform:none!important;
  }
  #infrastructure .infrastructure-legacy__locations article:hover img{
    transform:none!important;
  }
  #infrastructure .infrastructure-legacy__locations article>small{
    margin-top:10px;
    font-size:.74rem;
    line-height:1.4;
  }
  #infrastructure .infrastructure-legacy__locations article>strong{
    margin-top:3px;
    font-size:.88rem;
    line-height:1.35;
  }

  /* Why AddOn accordion: remove undersized text while keeping the existing layout. */
  .why-addon__accordion summary{
    min-height:76px;
    grid-template-columns:36px 1fr 32px;
    gap:14px;
    padding:17px 20px;
  }
  .why-addon__accordion summary>span{
    font-size:.70rem;
  }
  .why-addon__accordion summary>strong{
    font-size:.95rem;
    line-height:1.42;
  }
  .why-addon__answer>p{
    padding-right:68px;
    padding-left:70px;
    font-size:.84rem;
    line-height:1.72;
  }
  .why-addon__accordion details[open] .why-addon__answer>p{
    padding-top:20px;
    padding-bottom:23px;
  }
}
@media (min-width:576px) and (max-width:991.98px){
  #infrastructure .infrastructure-legacy__locations article>div{
    height:225px!important;
  }
  .why-addon__accordion summary>strong{font-size:.91rem}
  .why-addon__answer>p{font-size:.82rem}
}
@media (max-width:575.98px){
  #infrastructure .infrastructure-legacy__locations article>div{
    height:205px!important;
  }
  .why-addon__accordion summary>strong{font-size:.88rem}
  .why-addon__answer>p{font-size:.80rem;line-height:1.68}
}


/* 2026-08-19: infrastructure location photos - show the complete source image, larger, without crop. */
@media (min-width: 992px){
  #infrastructure .infrastructure-legacy__locations article>div{
    height:270px!important;
    padding:8px!important;
    background:#fff!important;
  }
  #infrastructure .infrastructure-legacy__locations img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
  }
}
@media (min-width:576px) and (max-width:991.98px){
  #infrastructure .infrastructure-legacy__locations article>div{
    height:260px!important;
    padding:8px!important;
    background:#fff!important;
  }
  #infrastructure .infrastructure-legacy__locations img{
    object-fit:contain!important;
    object-position:center!important;
  }
}
@media (max-width:575.98px){
  #infrastructure .infrastructure-legacy__locations article>div{
    height:240px!important;
    padding:7px!important;
    background:#fff!important;
  }
  #infrastructure .infrastructure-legacy__locations img{
    object-fit:contain!important;
    object-position:center!important;
  }
}

/* =========================================================
   FINAL SIZE CONTROL — EDIT HERE ONLY
   Navbar + Homepage Products + /products Catalog
   Added 2026-09-09
   ========================================================= */

/* ---------------------------------------------------------
   1. NAVBAR PRODUCT LOGOS — sedikit lebih besar
   Desktop: card 72 / media 50 / logo 36
   Mobile : card 64 / media 44 / logo 32
   --------------------------------------------------------- */
.addon-products-menu__category .addon-products-menu__item--logo-only {
    min-height: 72px !important;
    height: 72px !important;
    padding: 8px 12px !important;
}

.addon-products-menu__category .addon-products-menu__item--logo-only .addon-products-menu__media {
    width: 100% !important;
    height: 50px !important;
    flex-basis: auto !important;
}

.addon-products-menu__category .addon-products-menu__item--logo-only .addon-products-menu__media img {
    width: auto !important;
    height: auto !important;
    max-width: 90% !important;
    max-height: 36px !important;
    object-fit: contain !important;
    object-position: center !important;
}

@media (max-width: 991.98px) {
    .addon-products-menu__mobile-content .addon-products-menu__item--logo-only {
        min-height: 64px !important;
        height: 64px !important;
        padding: 7px 10px !important;
    }

    .addon-products-menu__mobile-content .addon-products-menu__item--logo-only .addon-products-menu__media {
        width: 100% !important;
        height: 44px !important;
        flex-basis: auto !important;
    }

    .addon-products-menu__mobile-content .addon-products-menu__item--logo-only .addon-products-menu__media img {
        width: auto !important;
        height: auto !important;
        max-width: 88% !important;
        max-height: 32px !important;
        object-fit: contain !important;
    }
}


/* ---------------------------------------------------------
   2. HOMEPAGE — PRODUCTS & SOLUTIONS
   Kembalikan card logo-only supaya compact, putih, dan rapi.
   Tidak memakai ukuran navbar.
   --------------------------------------------------------- */
#products .products-marquee__card--stacked.products-marquee__card--static {
    min-height: auto !important;
    height: auto !important;
    padding: 0 !important;
    gap: 0 !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow:
        0 4px 16px -2px rgba(15, 33, 55, 0.04),
        0 1px 3px rgba(15, 33, 55, 0.02) !important;
}

#products .products-marquee__card--stacked.products-marquee__card--static::before,
#products .products-marquee__card--stacked.products-marquee__card--static::after {
    display: none !important;
}

#products .products-marquee__card--stacked.products-marquee__card--static .products-marquee__logo {
    display: flex !important;
    width: 100% !important;
    height: 96px !important;
    min-height: 96px !important;
    flex: 0 0 96px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 16px !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
}

#products .products-marquee__card--stacked.products-marquee__card--static .products-marquee__logo img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 82% !important;
    max-height: 46px !important;
    object-fit: contain !important;
    object-position: center !important;
}

#products .products-marquee__card--stacked.products-marquee__card--static:hover {
    border-color: rgba(232, 121, 43, 0.34) !important;
    box-shadow:
        0 10px 26px rgba(15, 33, 55, 0.08),
        0 2px 5px rgba(15, 33, 55, 0.03) !important;
    transform: translateY(-3px) !important;
}

#products .products-marquee__card--stacked.products-marquee__card--static:hover .products-marquee__logo {
    background: #ffffff !important;
    transform: none !important;
}

@media (max-width: 991.98px) {
    #products .products-marquee__card--stacked.products-marquee__card--static .products-marquee__logo {
        height: 100px !important;
        min-height: 100px !important;
        flex-basis: 100px !important;
        padding: 12px 16px !important;
    }

    #products .products-marquee__card--stacked.products-marquee__card--static .products-marquee__logo img {
        max-width: 84% !important;
        max-height: 46px !important;
    }
}

@media (max-width: 575.98px) {
    #products .products-marquee__card--stacked.products-marquee__card--static {
        border-radius: 14px !important;
    }

    #products .products-marquee__card--stacked.products-marquee__card--static .products-marquee__logo {
        height: 86px !important;
        min-height: 86px !important;
        flex-basis: 86px !important;
        padding: 10px 14px !important;
        border-radius: 14px !important;
    }

    #products .products-marquee__card--stacked.products-marquee__card--static .products-marquee__logo img {
        max-width: 84% !important;
        max-height: 38px !important;
    }
}


/* ---------------------------------------------------------
   3. /product -> /products CATALOG
   Pertahankan proporsi catalog yang compact.
   Desktop: logo area 100 / logo 56
   Mobile : logo area 88  / logo 48
   --------------------------------------------------------- */
.product-catalog .product-catalog__logo {
    height: 100px !important;
    padding: 14px 18px !important;
}

.product-catalog .product-catalog__logo img {
    width: auto !important;
    height: auto !important;
    max-width: 86% !important;
    max-height: 56px !important;
    object-fit: contain !important;
}

@media (max-width: 575.98px) {
    .product-catalog .product-catalog__logo {
        height: 88px !important;
        padding: 10px 14px !important;
    }

    .product-catalog .product-catalog__logo img {
        max-width: 86% !important;
        max-height: 48px !important;
    }
}

/* ===================== END FINAL SIZE CONTROL ===================== */

