/* Homepage-only visual system. */
.home { --cd-home-pink: #ed4b91; --cd-home-ink: #17372f; --cd-home-soft: #f5f7fa; --cd-home-image-surface: #edf5f2; --cd-home-line: rgba(23, 55, 47, .14); }
.home .cd-home-main { overflow: clip; color: var(--cd-home-ink); background: #fff; }
.home .site-header--home { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; background: transparent; border: 0; transition: background .28s ease, box-shadow .28s ease; }
.home .site-header--home .head-top { background: rgba(7, 30, 23, .72); border-color: rgba(255, 255, 255, .14); }
.home .site-header--home .head-main { background: transparent; }
.home .site-header--home:not(.is-scrolled) .main-nav > .nav-ul > li > a,
.home .site-header--home:not(.is-scrolled) .head-contact,
.home .site-header--home:not(.is-scrolled) .head-contact a,
.home .site-header--home:not(.is-scrolled) .nav-submenu-toggle { color: #fff; text-shadow: 0 1px 14px rgba(4, 28, 21, .38); }
.home .site-header--home:not(.is-scrolled) .m-menu span { background: #fff; }
.home .site-header--home:not(.is-scrolled) .brand-logo--white { opacity: 1; }
.home .site-header--home:not(.is-scrolled) .brand-logo--orange { opacity: 0; }
.home .site-header--home:not(.is-scrolled) .brand:hover .brand-logo--white,
.home .site-header--home:not(.is-scrolled) .brand:focus-visible .brand-logo--white { opacity: 0; }
.home .site-header--home:not(.is-scrolled) .brand:hover .brand-logo--orange,
.home .site-header--home:not(.is-scrolled) .brand:focus-visible .brand-logo--orange { opacity: 1; }
.home .site-header--home.is-scrolled { position: fixed; color: var(--cd-home-ink); background: rgba(255, 255, 255, .94); box-shadow: 0 12px 38px rgba(23, 55, 47, .08); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.home .site-header--home.is-scrolled .head-top { display: none; }
.home .site-header--home.is-scrolled .brand-logo--white { opacity: 0; }
.home .site-header--home.is-scrolled .brand-logo--orange { opacity: 1; }
.home .cd-home-main [hidden] { display: none !important; }
.home .cd-home-main a:focus-visible, .home .cd-home-main button:focus-visible, .home .site-header--home a:focus-visible, .home .site-header--home button:focus-visible { outline: 3px solid var(--cd-home-ink); outline-offset: 4px; }

.home .cd-home-hero { position: relative; isolation: isolate; min-height: 620px; height: 100vh; height: 100svh; color: var(--cd-home-ink); background: var(--cd-home-image-surface); overflow: hidden; }
.home .cd-home-hero__slides, .home .cd-home-hero__slide, .home .cd-home-hero__slide picture, .home .cd-home-hero__slide img { width: 100%; height: 100%; }
.home .cd-home-hero__slides { position: absolute; inset: 0; }
.home .cd-home-hero__slide { position: relative; min-height: 620px; }
.home .cd-home-hero__slide img { display: block; object-fit: cover; }
.home .cd-home-hero__slide::after { display: none; }
.home .cd-home-hero__copy { position: absolute; z-index: 1; left: max(4vw, calc((100vw - 1280px) / 2)); bottom: clamp(126px, 17vh, 196px); max-width: min(720px, 88vw); }
.home .cd-home-hero__copy p { margin: 0 0 18px; letter-spacing: .18em; font-size: 12px; font-weight: 700; }
.home .cd-home-hero__copy h1 { margin: 0 0 30px; color: var(--cd-home-ink); font-size: clamp(38px, 5.1vw, 78px); line-height: 1.08; letter-spacing: -.045em; }
.home .cd-home-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; border: 1px solid currentColor; background: var(--cd-home-ink); color: #fff; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.home .cd-home-button:hover { transform: translateY(-2px); background: var(--cd-home-pink); border-color: var(--cd-home-pink); color: #fff; }
.home .cd-home-hero__controls { position: absolute; z-index: 2; right: max(4vw, calc((100vw - 1280px) / 2)); bottom: 42px; display: flex; gap: 10px; align-items: center; }
.home .cd-home-hero__controls button { min-width: 34px; min-height: 34px; border: 0; color: var(--cd-home-ink); background: transparent; cursor: pointer; opacity: .58; }
.home .cd-home-hero__controls button[aria-current='true'], .home .cd-home-hero__controls button:hover { opacity: 1; text-decoration: underline; text-underline-offset: 5px; }
.home .cd-home-hero__controls [data-cd-hero-pause] { margin-left: 8px; padding-left: 18px; border-left: 1px solid rgba(23, 55, 47, .3); }
.home .cd-home-scroll { position: absolute; z-index: 2; left: max(4vw, calc((100vw - 1280px) / 2)); bottom: 42px; color: var(--cd-home-ink); font-size: 10px; letter-spacing: .22em; }
.home .cd-home-hero.is-enhanced .cd-home-hero__slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; }
.home .cd-home-hero.is-enhanced .cd-home-hero__slide.is-current { opacity: 1; }

.home .cd-home-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.home .cd-home-cases { padding:88px 0; background:#fff; }
.home .cd-home-case { position: relative; min-height:390px; overflow: hidden; border: 1px solid rgba(23, 55, 47, .08); border-radius: 18px; background: var(--cd-home-image-surface); color: var(--cd-home-ink); box-shadow: 0 14px 34px rgba(23, 55, 47, .08); }
.home .cd-home-case picture, .home .cd-home-case img { display: block; width: 100%; }
.home .cd-home-case picture { height: 230px; overflow: hidden; }
.home .cd-home-case img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.home .cd-home-case::after { display: none; }
.home .cd-home-case:hover img { transform: scale(1.035); }
.home .cd-home-case__copy { position: static; padding: 24px; color: var(--cd-home-ink); }
.home .cd-home-case__copy p { margin: 0 0 8px; font-size: 13px; letter-spacing: .12em; }
.home .cd-home-case__copy h3 { margin: 0 0 16px; color:var(--cd-home-ink); font-size:clamp(21px,2vw,30px); }
.home .cd-home-case__copy a { color:#d87929; font-weight:700; }
@media (min-width: 768px) {
	.home .cd-home-main .cd-home-cases.is-enhanced { display: block; padding-bottom: 8vh; }
	.home .cd-home-main .cd-home-cases.is-enhanced .cd-home-case { position: sticky; top: 8vh; margin-bottom: 16vh; z-index: var(--cd-case-layer, 1); opacity: calc(1 - (.92 * var(--cd-case-exit, 0))); transform: translateY(calc(-8vh * var(--cd-case-exit, 0))) scale(calc(1 - (.18 * var(--cd-case-exit, 0)))); transform-origin: 50% 18%; filter: blur(calc(8px * var(--cd-case-exit, 0))) saturate(calc(1 - (.55 * var(--cd-case-exit, 0)))); }
	.home .cd-home-main .cd-home-cases.is-enhanced.is-measuring .cd-home-case { position: relative; top: auto; }
	.home .cd-home-main .cd-home-cases.is-enhanced .cd-home-case:last-child { margin-bottom: 0; }
	.home .cd-home-main .cd-home-cases.is-enhanced .cd-home-case img { transform: scale(calc(1.045 - (.045 * var(--cd-case-exit, 0)))); }
	.home .cd-home-main .cd-home-cases.is-enhanced .cd-home-case__copy { opacity: calc(1 - (1.12 * var(--cd-case-exit, 0))); transform: translateY(calc(-54px * var(--cd-case-exit, 0))) scale(calc(1 - (.045 * var(--cd-case-exit, 0)))); filter: blur(calc(4px * var(--cd-case-exit, 0))); }
	.home .cd-home-main .cd-home-cases.is-enhanced .cd-home-case:focus-within { z-index: 9; opacity: 1; transform: none; filter: none; }
	.home .cd-home-main .cd-home-cases.is-enhanced .cd-home-case:focus-within img, .home .cd-home-main .cd-home-cases.is-enhanced .cd-home-case:focus-within .cd-home-case__copy { opacity: 1; transform: none; filter: none; }
}

.home .cd-home-proof { position: relative; isolation: isolate; overflow: hidden; padding: clamp(92px, 13vw, 190px) 0; background: #f1f4f8; text-align: center; }
.home .cd-home-proof > .l-wrap { position: relative; z-index: 1; }
.home .cd-home-proof__map { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; opacity: .88; }
.home .cd-home-proof__statement { margin: 0; font-size: clamp(42px, 6.5vw, 104px); font-weight: 800; line-height: .93; letter-spacing: -.065em; }
.home .cd-home-proof__cn { margin: 30px 0 60px; font-size: clamp(18px, 2.1vw, 28px); }
.home .cd-home-metrics { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 900px; margin: auto; gap: 24px; }
.home .cd-home-metrics strong { font-size: clamp(52px, 7vw, 100px); line-height: .9; }
.home .cd-home-metrics span { font-size: 20px; font-weight: 700; }
.home .cd-home-metrics p { margin: 10px 0 0; color: #657080; }

.home .cd-home-clients { --cd-home-client-accent: #c72f72; padding: clamp(80px, 10vw, 144px) 0; background: #fff; }
.home .cd-home-section-head { max-width: 820px; margin: 0 auto clamp(36px, 5vw, 64px); text-align: center; }
.home .cd-home-section-head__eyebrow { margin: 0 0 14px; color: var(--cd-home-client-accent); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.home .cd-home-section-head h2 { margin: 0; font-size: clamp(34px, 4.5vw, 64px); line-height: 1.08; letter-spacing: -.045em; }
.home .cd-home-section-head > p:last-child { max-width: 690px; margin: 22px auto 0; color: #657080; font-size: clamp(16px, 1.45vw, 19px); line-height: 1.75; }
.home .cd-home-tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 28px; }
.home .cd-home-tabs button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 20px; border: 1px solid var(--cd-home-line); border-radius: 999px; background: #fff; color: var(--cd-home-ink); font-weight: 700; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.home .cd-home-tab-icon { width: 18px; height: 18px; flex: 0 0 18px; opacity: .78; transition: opacity .2s ease, transform .2s ease; }
.home .cd-home-tabs button:hover { border-color: var(--cd-home-client-accent); color: var(--cd-home-client-accent); transform: translateY(-1px); }
.home .cd-home-tabs button[aria-selected='true'] { border-color: var(--cd-home-client-accent); background: var(--cd-home-client-accent); color: #fff; }
.home .cd-home-tabs button:hover .cd-home-tab-icon, .home .cd-home-tabs button[aria-selected='true'] .cd-home-tab-icon { opacity: 1; transform: scale(1.06); }
.home .cd-home-tabs button:focus-visible { outline: 3px solid var(--cd-home-client-accent); outline-offset: 3px; }
.home .cd-home-client-group { margin-top: 22px; padding: clamp(28px, 4.6vw, 64px); border: 1px solid var(--cd-home-line); border-radius: clamp(22px, 3vw, 38px); background: linear-gradient(145deg, #fff 0%, #f8f9fc 58%, #f3f6fa 100%); box-shadow: 0 24px 70px rgba(31, 43, 62, .07); }
.home .cd-home-client-group__intro { display: grid; grid-template-columns: minmax(70px, .3fr) minmax(180px, .7fr) minmax(280px, 2fr); gap: 16px clamp(20px, 3vw, 48px); align-items: start; }
.home .cd-home-client-group__number { margin: 5px 0 0; color: var(--cd-home-client-accent); font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.home .cd-home-client-group__number span { color: #a0a7b2; font-weight: 600; }
.home .cd-home-client-group h3 { margin: 0; font-size: clamp(28px, 3vw, 44px); line-height: 1.15; letter-spacing: -.035em; }
.home .cd-home-client-group__description { margin: 0; color: #525d6c; font-size: clamp(16px, 1.4vw, 19px); line-height: 1.75; }
.home .cd-home-client-group__tags { grid-column: 2 / -1; display: flex; flex-wrap: wrap; gap: 8px; }
.home .cd-home-client-group__tags span { padding: 7px 12px; border: 1px solid rgba(32, 36, 43, .09); border-radius: 999px; background: rgba(255, 255, 255, .74); color: #667080; font-size: 13px; }
.home .cd-home-client-group__capabilities { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: clamp(28px, 4vw, 48px); }
.home .cd-home-client-card { padding: clamp(20px, 2.5vw, 30px); border: 1px solid rgba(32, 36, 43, .1); border-radius: 18px; background: rgba(255, 255, 255, .86); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.home .cd-home-client-card:hover { border-color: rgba(237, 75, 145, .35); box-shadow: 0 14px 34px rgba(31, 43, 62, .08); transform: translateY(-3px); }
.home .cd-home-client-card > p:first-child { margin: 0 0 28px; color: var(--cd-home-client-accent); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.home .cd-home-client-card h4 { margin: 0 0 12px; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.25; }
.home .cd-home-client-card > p:last-child { margin: 0; color: #657080; line-height: 1.7; }
.home .cd-home-client-group__outcome { display: flex; gap: 18px; margin: clamp(24px, 3vw, 38px) 0 0; padding-top: 22px; border-top: 1px solid var(--cd-home-line); color: #4e5866; line-height: 1.7; }
.home .cd-home-client-group__outcome strong { flex: 0 0 auto; color: var(--cd-home-ink); }
.home .cd-home-client-group__outcome strong::before { content: ''; display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--cd-home-pink); }
@media (max-width: 767px) {
	.home .cd-home-section-head { text-align: left; }
	.home .cd-home-section-head > p:last-child { margin-left: 0; }
	.home .cd-home-tabs { justify-content: flex-start; }
	.home .cd-home-tabs button { flex: 1 1 calc(50% - 5px); }
	.home .cd-home-client-group__intro { grid-template-columns: auto 1fr; }
	.home .cd-home-client-group__description, .home .cd-home-client-group__tags { grid-column: 1 / -1; }
	.home .cd-home-client-group__capabilities { grid-template-columns: 1fr; }
	.home .cd-home-client-group__outcome { display: grid; gap: 8px; }
}

.home .cd-home-quote { position: relative; isolation: isolate; overflow: hidden; padding: 92px 0; background: linear-gradient(135deg, #071728 0%, #0d2949 58%, #12385f 100%); color: #fff; }
.home .cd-home-quote::before { content: ''; position: absolute; inset: 0; z-index: -2; pointer-events: none; opacity: .72; background: radial-gradient(circle at 12% 78%, rgba(237, 75, 145, .26), transparent 31%), radial-gradient(circle at 88% 20%, rgba(66, 153, 255, .32), transparent 34%), linear-gradient(rgba(148, 198, 255, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 198, 255, .09) 1px, transparent 1px); background-size: auto, auto, 44px 44px, 44px 44px; }
.home .cd-home-quote::after { content: ''; position: absolute; z-index: -1; top: -54%; right: -9%; width: clamp(360px, 46vw, 680px); aspect-ratio: 1; border: 1px solid rgba(173, 213, 255, .32); border-radius: 50%; pointer-events: none; background: radial-gradient(circle at 30% 74%, rgba(237, 75, 145, .14), transparent 28%), linear-gradient(128deg, transparent 43%, rgba(117, 186, 255, .12) 50%, transparent 57%); box-shadow: 0 0 0 72px rgba(105, 174, 244, .035); }
.home .cd-home-quote > .l-wrap { position: relative; z-index: 1; }
.home .cd-home-quote h2 { color: #fff; font-size: clamp(36px, 5vw, 66px); margin: 0 0 34px; }
.home .cd-home-quote form { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding: clamp(20px, 3vw, 34px); border: 1px solid rgba(190, 220, 255, .24); border-radius: 20px; background: rgba(8, 23, 41, .56); box-shadow: 0 24px 72px rgba(0, 8, 20, .24); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.home .cd-home-quote label { display: grid; min-width: 0; gap: 8px; color: #f3f7ff; font-size: 14px; font-weight: 600; }
.home .cd-home-quote input, .home .cd-home-quote select { width: 100%; min-width: 0; min-height: 48px; border: 1px solid rgba(219, 235, 255, .42); border-radius: 8px; padding: 10px 12px; background: rgba(255,255,255,.1); color: #fff; }
.home .cd-home-quote input:focus, .home .cd-home-quote select:focus { border-color: #fff; outline: 2px solid rgba(117, 186, 255, .72); outline-offset: 2px; background: rgba(255,255,255,.16); }
.home .cd-home-quote option { color: var(--cd-home-ink); }
.home .cd-home-quote form .cd-home-button { align-self: end; border: 0; }
.home .cd-home-quote a { color: #fff; text-decoration: underline; }
.home .cd-home-quote > .l-wrap > p { margin-top: 24px; color: rgba(239,246,255,.82); }
.home .cd-home-form-status { margin: 0 0 20px; padding: 14px 16px; border-left: 4px solid var(--cd-home-pink); background: rgba(255,255,255,.12); }
.home .cd-home-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.home .cd-home-news { --cd-home-news-accent: #c72f72; --cd-news-transition-ms: 580ms; padding: clamp(64px, 7vw, 96px) 0; background: #f5f6f8; }
.home .cd-home-news .cd-home-section-head--news { position: relative; max-width: 760px; margin: 0 0 clamp(30px, 4vw, 52px); padding-left: 26px; text-align: left; }
.home .cd-home-news .cd-home-section-head--news::before { content: ''; position: absolute; inset: 3px auto 2px 0; width: 4px; border-radius: 999px; background: var(--cd-home-news-accent); }
.home .cd-home-news .cd-home-section-head__eyebrow { margin-bottom: 10px; color: var(--cd-home-news-accent); }
.home .cd-home-news .cd-home-section-head h2 { max-width: 680px; font-size: clamp(32px, 4vw, 54px); line-height: 1.12; }
.home .cd-home-news .cd-home-section-head > p:last-child { max-width: 620px; margin: 14px 0 0; font-size: clamp(15px, 1.25vw, 17px); line-height: 1.65; }
.home .cd-home-news__slides { display: grid; }
.home .cd-home-news__slide { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(30px, 5vw, 72px); align-items: center; min-height: 350px; }
.home .cd-home-news__slide + .cd-home-news__slide { margin-top: clamp(34px, 5vw, 58px); padding-top: clamp(34px, 5vw, 58px); border-top: 1px solid var(--cd-home-line); }
.home .cd-home-news__copy { padding-left: clamp(0px, 1vw, 14px); }
.home .cd-home-news__date { display: flex; align-items: baseline; gap: 5px; color: var(--cd-home-news-accent); font-weight: 700; }
.home .cd-home-news__date strong { font-size: clamp(42px, 4.5vw, 64px); line-height: .9; letter-spacing: -.045em; }
.home .cd-home-news__date span { font-size: clamp(17px, 1.7vw, 23px); }
.home .cd-home-news__title-line { margin: 18px 0 30px; font-size: clamp(23px, 2.2vw, 34px); line-height: 1.34; letter-spacing: -.035em; }
.home .cd-home-news__title-line a { color: #3b4048; }
.home .cd-home-news__more { color: #5f6670; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.home .cd-home-news__more span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.home .cd-home-news__more:hover span { transform: translateX(5px); }
.home .cd-home-news__title-line a:focus-visible, .home .cd-home-news__more:focus-visible { border-radius: 2px; outline: 3px solid var(--cd-home-news-accent); outline-offset: 4px; }
.home .cd-home-news__image { padding: clamp(10px, 1.6vw, 20px); border-radius: clamp(20px, 2.4vw, 34px); background: #fff; box-shadow: 0 18px 52px rgba(45, 54, 68, .06); }
.home .cd-home-news__image, .home .cd-home-news__image img { width: 100%; }
.home .cd-home-news__image img { display: block; aspect-ratio: 16 / 10; object-fit: cover; border-radius: clamp(14px, 1.8vw, 25px); }
.home .cd-home-news__controls { display: flex; flex-wrap: wrap; gap: 8px 10px; align-items: center; margin-top: clamp(24px, 3.5vw, 42px); }
.home .cd-home-news__controls [data-cd-news-go] { position: relative; width: 56px; min-height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; transition: width .25s ease; }
.home .cd-home-news__controls button::before { content: ''; position: absolute; inset: 19px 0 auto; height: 5px; border-radius: 999px; background: #858b94; transition: background .25s ease; }
.home .cd-home-news__controls [data-cd-news-go][aria-current='true'] { width: 92px; }
.home .cd-home-news__controls [data-cd-news-go][aria-current='true']::before { background: var(--cd-home-news-accent); }
.home .cd-home-news__pause { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 44px; min-height: 44px; margin-left: 8px; padding: 8px 14px; border: 1px solid #858b94; border-radius: 999px; background: transparent; color: #555d69; font-size: 13px; font-weight: 700; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.home .cd-home-news__controls .cd-home-news__pause::before { content: none; }
.home .cd-home-news__pause:hover { border-color: var(--cd-home-news-accent); background: #fff; color: var(--cd-home-news-accent); }
.home .cd-home-news__controls button:focus-visible { outline: 3px solid var(--cd-home-news-accent); outline-offset: 3px; }
.home .cd-home-news.is-enhanced .cd-home-news__slide { grid-area: 1 / 1; margin: 0; padding: 0; border: 0; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity .42s ease, transform .42s ease; }
.home .cd-home-news.is-enhanced .cd-home-news__slide.is-entering, .home .cd-home-news.is-enhanced .cd-home-news__slide.is-current, .home .cd-home-news.is-enhanced .cd-home-news__slide.is-leaving { visibility: visible; }
.home .cd-home-news.is-enhanced .cd-home-news__slide.is-entering { z-index: 2; opacity: 0; transform: translateY(14px); }
.home .cd-home-news.is-enhanced .cd-home-news__slide.is-current { z-index: 2; opacity: 1; pointer-events: auto; transform: translateY(0); }
.home .cd-home-news.is-enhanced .cd-home-news__slide.is-leaving { z-index: 1; opacity: 0; transform: translateY(-14px); }
.home .cd-home-news.is-enhanced .cd-home-news__copy { opacity: 0; transform: translateX(-12px); transition: opacity .38s ease .04s, transform .42s ease .04s; }
.home .cd-home-news.is-enhanced .cd-home-news__image img { transform: scale(1.025); transition: transform var(--cd-news-transition-ms) ease; }
.home .cd-home-news.is-enhanced .cd-home-news__slide.is-current .cd-home-news__copy { opacity: 1; transform: translateX(0); }
.home .cd-home-news.is-enhanced .cd-home-news__slide.is-current .cd-home-news__image img { transform: scale(1); }
.home .cd-home-news.is-enhanced .cd-home-news__slide.is-leaving .cd-home-news__copy { opacity: 0; transform: translateX(12px); }
.home .cd-home-news.is-enhanced .cd-home-news__slide.is-leaving .cd-home-news__image img { transform: scale(1.015); }
.home .site-footer--home { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(145deg, #06101c 0%, #0b1828 55%, #101d2e 100%); color: #d4deec; }
.home .site-footer--home::before { content: ''; position: absolute; inset: 0; z-index: -2; pointer-events: none; opacity: .48; background: radial-gradient(circle at 84% 12%, rgba(237, 163, 75, .18), transparent 30%), linear-gradient(rgba(151, 177, 207, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(151, 177, 207, .08) 1px, transparent 1px); background-size: auto, 58px 58px, 58px 58px; }
.home .site-footer--home::after { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .28; background: radial-gradient(circle at 18% 84%, rgba(74, 126, 182, .16), transparent 24%), linear-gradient(32deg, transparent 0 47%, rgba(139, 170, 204, .12) 47.2% 47.5%, transparent 47.7% 100%), linear-gradient(148deg, transparent 0 68%, rgba(139, 170, 204, .1) 68.2% 68.5%, transparent 68.7% 100%); }
.home .site-footer--home > .l-wrap, .home .site-footer--home > .foot-copy { position: relative; z-index: 1; }
.home .site-footer--home .foot-title { color: #fff; }
.home .site-footer--home .foot-col p { color: #c2cfdf; }
.home .site-footer--home a { color: #eef5ff; }
.home .site-footer--home a:hover { color: #ffd09a; }
.home .site-footer--home a:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.home .site-footer--home .foot-copy { border-color: rgba(194, 210, 230, .18); color: #aebdd0; }

.home .cd-home-main .cd-home-reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.home .cd-home-main .cd-home-reveal.is-visible { opacity: 1; transform: translateY(0); }

.home .cd-home-process ol{grid-template-columns:repeat(4,1fr)}.home .cd-home-process-card{position:relative;overflow:hidden;min-height:300px;padding:0!important;color:#fff;background:#17372f!important;isolation:isolate;transition:transform .28s ease,box-shadow .28s ease}.home .cd-home-process-card:hover{transform:translateY(-7px);box-shadow:0 18px 38px rgba(16,42,34,.2)}.home .cd-home-process-card__image{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(0deg,rgba(8,25,21,.84),rgba(8,25,21,.1) 74%),url('../images/home/build-process.png');background-size:cover,700% auto;background-position:center,calc(var(--cd-process-index) * 16.66%) center;transition:transform .45s ease}.home .cd-home-process-card:hover .cd-home-process-card__image{transform:scale(1.07)}.home .cd-home-process-card span,.home .cd-home-process-card strong{position:absolute;left:20px}.home .cd-home-process-card span{bottom:76px;color:#ffb27f}.home .cd-home-process-card strong{right:18px;bottom:22px;font-size:20px}.home .cd-home-news__slides.cd-home-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home .cd-home-news__slide{display:flex;flex-direction:column;min-height:0;background:#fff;border:1px solid #e6e7ea;border-radius:16px;overflow:hidden;box-shadow:0 12px 30px rgba(45,54,68,.06);transition:transform .25s ease,box-shadow .25s ease}.home .cd-home-news__slide:hover{transform:translateY(-6px);box-shadow:0 20px 38px rgba(45,54,68,.12)}.home .cd-home-news__image{order:1;padding:0;border-radius:0;box-shadow:none}.home .cd-home-news__image img{border-radius:0}.home .cd-home-news__copy{order:2;padding:22px 24px 26px}.home .cd-home-news__date strong{font-size:26px}.home .cd-home-news__title-line{margin:12px 0 18px;font-size:21px}.home .cd-home-news__controls{display:none!important}@media(max-width:767px){.home .cd-home-card-grid,.home .cd-home-news__slides.cd-home-card-grid{grid-template-columns:1fr}.home .cd-home-process ol{grid-template-columns:repeat(2,1fr)}.home .cd-home-process-card{min-height:230px}}
@media (max-width: 960px) { .home .cd-home-quote form { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) { .home .cd-home-hero__copy { left: 24px; bottom: 118px; } .home .cd-home-hero__slide::after { background: linear-gradient(0deg, rgba(255, 255, 255, .94) 4%, rgba(255, 255, 255, .68) 48%, rgba(255, 255, 255, .12) 78%); } .home .cd-home-hero__controls { right: 18px; bottom: 24px; } .home .cd-home-scroll { left: 24px; bottom: 34px; } .home .cd-home-case { aspect-ratio: 4 / 3; border-radius: 18px; } .home .cd-home-case::after { background: linear-gradient(0deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .12) 74%); } .home .cd-home-news .cd-home-section-head--news { margin-bottom: 30px; padding-left: 20px; } .home .cd-home-news__slide { grid-template-columns: 1fr; gap: 24px; min-height: 0; } .home .cd-home-news__copy { order: 2; padding-left: 0; } .home .cd-home-news__image { order: 1; padding: 9px; } .home .cd-home-news__title-line { margin: 16px 0 24px; } .home .cd-home-news__controls { margin-top: 22px; } .home .cd-home-news__pause { flex-basis: auto; margin-left: 0; } }
@media (max-width: 560px) { .home .cd-home-cases { margin: 48px auto; gap: 16px; } .home .cd-home-metrics { grid-template-columns: 1fr; } .home .cd-home-proof__cn { margin-bottom: 42px; } .home .cd-home-quote form { grid-template-columns: 1fr; } .home .cd-home-news, .home .cd-home-clients { padding: 64px 0; } }
@media (prefers-reduced-motion: reduce) { .home { scroll-behavior: auto; } .home .cd-home-main .cd-home-cases.is-enhanced .cd-home-case { position: relative; top: auto; margin-bottom: 26px; opacity: 1; transform: none; filter: none; } .home .cd-home-main .cd-home-cases.is-enhanced .cd-home-case img, .home .cd-home-main .cd-home-cases.is-enhanced .cd-home-case__copy { opacity: 1; transform: none; filter: none; } .home .cd-home-main *, .home .cd-home-main *::before, .home .cd-home-main *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

.home .cd-home-hero__slide::after{display:none}.home .cd-home-about,.home .cd-home-services,.home .cd-home-process,.home .cd-home-faq{padding:88px 0;background:#fff}.home .cd-home-services,.home .cd-home-process{background:#f7f7f7}.home .cd-home-about .l-wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.home .cd-home-about p{color:#667085}.home .cd-home-about-metrics{display:flex;gap:10px;margin:26px 0}.home .cd-home-about-metrics span{padding:10px 12px;background:#f4f7f5;border-radius:10px;color:#667085;font-size:12px}.home .cd-home-about-metrics b{display:block;color:var(--cd-home-ink);font-size:20px}.home .cd-home-about__carousel{position:relative;overflow:hidden;border-radius:20px}.home .cd-home-about__carousel img{display:none;width:100%;border-radius:20px;box-shadow:0 20px 48px rgba(16,42,34,.14)}.home .cd-home-about__carousel img.is-current{display:block}.home .cd-home-about__dots{position:absolute;right:16px;bottom:14px;display:flex;gap:6px}.home .cd-home-about__dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#fff;opacity:.6}.home .cd-home-about__dots button[aria-current='true']{opacity:1;background:#e47a2c}.home .cd-home-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.home .cd-home-service-grid article{overflow:hidden;background:#fff;border:1px solid #ebe8e3;border-radius:16px;transition:transform .25s ease,box-shadow .25s ease}.home .cd-home-service-grid article>div{padding:22px 24px 26px}.home .cd-home-service-card__image{width:100%;aspect-ratio:16/10;object-fit:cover}.home .cd-home-service-grid article:hover{transform:translateY(-6px);box-shadow:0 18px 36px rgba(16,42,34,.1)}.home .cd-home-service-grid p{color:#667085}.home .cd-home-service-grid a{color:#d87929;font-weight:700}.home .cd-home-process ol{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;list-style:none;padding:0;margin:0}.home .cd-home-process-card{position:relative;overflow:hidden;min-height:300px;padding:0!important;color:#fff;background:#17372f!important;isolation:isolate;transition:transform .28s ease,box-shadow .28s ease}.home .cd-home-process-card:hover{transform:translateY(-7px);box-shadow:0 18px 38px rgba(16,42,34,.2)}.home .cd-home-process-card__image{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(0deg,rgba(8,25,21,.84),rgba(8,25,21,.1) 74%),url('../images/home/build-process.png');background-size:cover,700% auto;background-position:center,calc(var(--cd-process-index) * 16.66%) center;transition:transform .45s ease}.home .cd-home-process-card:hover .cd-home-process-card__image{transform:scale(1.07)}.home .cd-home-process-card span,.home .cd-home-process-card strong{position:absolute;left:20px}.home .cd-home-process-card span{bottom:76px;color:#ffb27f}.home .cd-home-process-card strong{right:18px;bottom:22px;font-size:20px}.home .cd-home-faq .l-wrap{max-width:900px}.home .cd-home-faq article{padding:0;margin:10px 0}.home .cd-home-faq button{width:100%;border:0;background:transparent;cursor:pointer;text-align:left;padding:20px;font:inherit;font-weight:700;display:flex;justify-content:space-between}.home .cd-home-faq article div{padding:0 20px 20px;color:#667085}.home .cd-home-faq button span{color:#d87929;font-size:22px}.home .cd-home-news__slides.cd-home-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home .cd-home-news__slide{display:flex;flex-direction:column;min-height:0;background:#fff;border:1px solid #e6e7ea;border-radius:16px;overflow:hidden;box-shadow:0 12px 30px rgba(45,54,68,.06);transition:transform .25s ease,box-shadow .25s ease}.home .cd-home-news__slide:hover{transform:translateY(-6px);box-shadow:0 20px 38px rgba(45,54,68,.12)}.home .cd-home-news__image{order:1;padding:0;border-radius:0;box-shadow:none}.home .cd-home-news__image img{border-radius:0}.home .cd-home-news__copy{order:2;padding:22px 24px 26px}.home .cd-home-news__date strong{font-size:26px}.home .cd-home-news__title-line{margin:12px 0 18px;font-size:21px}.home .cd-home-news__controls{display:none!important}@media(max-width:767px){.home .cd-home-about .l-wrap,.home .cd-home-service-grid,.home .cd-home-card-grid,.home .cd-home-news__slides.cd-home-card-grid{grid-template-columns:1fr}.home .cd-home-process ol{grid-template-columns:repeat(2,1fr)}.home .cd-home-process-card{min-height:230px}.home .cd-home-about-metrics{flex-wrap:wrap}.home .cd-home-about,.home .cd-home-services,.home .cd-home-process,.home .cd-home-faq{padding:64px 0}}

/* Homepage refinement: interactive service, Swiper, process and FAQ systems. */
.home .cd-home-service-grid article {
	position: relative;
	isolation: isolate;
	transition: transform .36s cubic-bezier(.2,.8,.2,1), box-shadow .36s ease, border-color .36s ease;
}
.home .cd-home-service-grid article::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 4px;
	background: linear-gradient(90deg, #e57b2d, #f0a257);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .36s ease;
}
.home .cd-home-service-card__image {
	display: block;
	transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s ease;
}
.home .cd-home-service-grid article:hover {
	transform: translateY(-10px);
	border-color: rgba(229,123,45,.35);
	box-shadow: 0 24px 52px rgba(16,42,34,.16);
}
.home .cd-home-service-grid article:hover::after { transform: scaleX(1); }
.home .cd-home-service-grid article:hover .cd-home-service-card__image { transform: scale(1.065); filter: saturate(1.08); }
.home .cd-home-service-grid article:hover a { color: #bd5715; }

.home .cd-home-swiper-shell { position: relative; overflow: hidden; padding: 4px 2px 8px; }
.home .cd-home-case-swiper,
.home .cd-home-news-swiper { overflow: visible; }
.home .cd-home-case-swiper .swiper-wrapper,
.home .cd-home-news-swiper .swiper-wrapper { display: flex; gap: 0; }
.home .cd-home-case-swiper .swiper-slide,
.home .cd-home-news-swiper .swiper-slide { height: auto; }
.home .cd-home-case {
	transition: transform .36s cubic-bezier(.2,.8,.2,1), box-shadow .36s ease, border-color .36s ease;
}
.home .cd-home-case:hover {
	transform: translateY(-9px);
	border-color: rgba(229,123,45,.32);
	box-shadow: 0 24px 54px rgba(20,50,43,.16);
}
.home .cd-home-case:hover img { transform: scale(1.075); }
.home .cd-home-case__copy a { display: inline-flex; align-items: center; gap: 7px; }
.home .cd-home-case__copy a::after { content: "→"; transition: transform .25s ease; }
.home .cd-home-case:hover .cd-home-case__copy a::after { transform: translateX(5px); }
.home .cd-home-swiper-controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 26px;
}
.home .cd-home-swiper-controls > button {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(23,55,47,.2);
	border-radius: 50%;
	background: #fff;
	color: #17372f;
	font-family: inherit;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}
.home .cd-home-swiper-controls > button:hover { transform: translateY(-2px); border-color: #17372f; background: #17372f; color: #fff; }
.home .cd-home-case-pagination,
.home .cd-home-news-pagination { width: auto !important; }
.home .cd-home-swiper-controls .swiper-pagination-bullet { width: 7px; height: 7px; background: #17372f; opacity: .24; }
.home .cd-home-swiper-controls .swiper-pagination-bullet-active { width: 24px; border-radius: 99px; background: #e57b2d; opacity: 1; }

.home .cd-home-process .cd-home-section-head { margin-bottom: 42px; }
.home .cd-home-process ol { gap: 16px; }
.home .cd-home-process-card {
	aspect-ratio: 4 / 5;
	min-height: 0;
	border-radius: 16px;
	background: #0c1d2d !important;
}
.home .cd-home-process-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(4,15,26,0) 36%, rgba(4,15,26,.28) 58%, rgba(4,15,26,.96) 100%);
}
.home .cd-home-process-card__image {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background: none;
	transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .4s ease;
}
.home .cd-home-process-card:hover .cd-home-process-card__image { transform: scale(1.065); filter: saturate(1.08); }
.home .cd-home-process-card span { bottom: 66px; font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.home .cd-home-process-card strong { bottom: 24px; font-size: clamp(18px,1.6vw,23px); }

.home .cd-home-faq { background: linear-gradient(135deg,#f7f8f7 0%,#fff 56%,#f6f2ec 100%); }
.home .cd-home-faq .l-wrap { max-width: 1240px; }
.home .cd-home-faq__layout { display: grid; grid-template-columns: minmax(240px,.75fr) minmax(0,1.45fr); gap: clamp(42px,7vw,100px); align-items: start; }
.home .cd-home-faq__head { position: sticky; top: 150px; margin: 0; text-align: left; }
.home .cd-home-faq__head h2 { margin-bottom: 18px; }
.home .cd-home-faq__head > p:last-of-type { color: #667085; line-height: 1.8; }
.home .cd-home-faq__head .cd-home-button { margin-top: 24px; }
.home .cd-home-faq__list { overflow: hidden; border-top: 1px solid rgba(23,55,47,.16); }
.home .cd-home-faq__list article { margin: 0; border-bottom: 1px solid rgba(23,55,47,.16); }
.home .cd-home-faq__list button {
	align-items: center;
	gap: 20px;
	min-height: 88px;
	padding: 22px 8px;
	color: #17372f;
}
.home .cd-home-faq__list button em { flex: 0 0 34px; color: #d87929; font-family: inherit; font-size: 12px; font-style: normal; font-weight: 700; line-height: 1; letter-spacing: .08em; }
.home .cd-home-faq__list .cd-home-faq__question { flex: 1; color: inherit; font-size: clamp(16px,1.5vw,20px); }
.home .cd-home-faq__list button i { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(23,55,47,.18); border-radius: 50%; color: #d87929; font-family: Arial,sans-serif; font-size: 24px; font-style: normal; font-weight: 400; line-height: 1; transition: transform .3s ease, color .3s ease, background .3s ease; }
.home .cd-home-faq__list button[aria-expanded="true"] i { transform: rotate(45deg); background: #17372f; color: #fff; }
.home .cd-home-faq__list article > div { padding: 0 54px 28px 62px; }
.home .cd-home-faq__list article > div p { max-width: 680px; margin: 0; line-height: 1.85; }

.home .cd-home-news__slides.cd-home-card-grid { display: flex; gap: 0; }
.home .cd-home-news__slide {
	display: flex;
	flex-direction: column;
	gap: 0;
	min-height: 100%;
}
.home .cd-home-news__slide + .cd-home-news__slide { margin: 0; padding: 0; border-top: 0; }
.home .cd-home-news__slide:hover { transform: translateY(-8px); }
.home .cd-home-news__image { order: 1; overflow: hidden; }
.home .cd-home-news__image img { transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.home .cd-home-news__slide:hover .cd-home-news__image img { transform: scale(1.055); }
.home .cd-home-news__copy { order: 2; display: flex; flex: 1; flex-direction: column; padding: 24px 26px 28px; }
.home .cd-home-news__date strong { font-size: 27px; }
.home .cd-home-news__title-line { flex: 1; }

/* Element-level entrance motion: JS adds the class before observing, so all
 * content remains readable when JavaScript is unavailable. */
.home.cd-home-js .cd-home-main .cd-home-reveal-item {
	opacity: 0;
	transform: translate3d(0, 30px, 0) scale(.985);
	filter: blur(5px);
	transition:
		opacity .72s cubic-bezier(.2,.72,.2,1),
		transform .72s cubic-bezier(.2,.72,.2,1),
		filter .72s ease;
	transition-delay: calc(var(--cd-reveal-order, 0) * 70ms);
}
.home.cd-home-js .cd-home-main .cd-home-reveal-item.is-revealed {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	filter: blur(0);
}

/* The case carousel uses the centred active slide as its visual anchor. */
.home .cd-home-case-swiper .cd-home-case {
	opacity: .58;
	transform: scale(.91);
	filter: saturate(.76);
	transition:
		opacity .55s ease,
		transform .55s cubic-bezier(.2,.8,.2,1),
		filter .55s ease,
		box-shadow .4s ease;
}
.home .cd-home-case-swiper .swiper-slide-prev.cd-home-case,
.home .cd-home-case-swiper .swiper-slide-next.cd-home-case {
	opacity: .78;
	transform: scale(.955);
	filter: saturate(.9);
}
.home .cd-home-case-swiper .swiper-slide-active.cd-home-case {
	z-index: 2;
	opacity: 1;
	transform: scale(1);
	filter: saturate(1);
	box-shadow: 0 30px 70px rgba(20,50,43,.2);
}
.home .cd-home-case-swiper .cd-home-case__copy {
	opacity: .7;
	transform: translateY(10px);
	transition: opacity .48s ease, transform .48s ease;
}
.home .cd-home-case-swiper .swiper-slide-active .cd-home-case__copy {
	opacity: 1;
	transform: translateY(0);
}
.home .cd-home-case-swiper .swiper-slide-active img {
	animation: cd-home-case-focus 4.4s linear both;
}
@keyframes cd-home-case-focus {
	from { transform: scale(1.045); }
	to { transform: scale(1); }
}
.home .cd-home-case-controls { justify-content: stretch; }
.home .cd-home-case-counter {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	min-width: 76px;
	color: #82908b;
	font-size: 13px;
}
.home .cd-home-case-counter strong { color: #17372f; font-size: 25px; }
.home .cd-home-case-progress {
	position: relative;
	flex: 1;
	min-width: 70px;
	height: 2px;
	overflow: hidden;
	background: rgba(23,55,47,.15);
}
.home .cd-home-case-progress span {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,#e57b2d,#f2a76e);
	transform: scaleX(0);
	transform-origin: left center;
	will-change: transform;
}
.home .cd-home-case-controls .cd-home-case-pagination { flex: 0 0 auto; }

@media (max-width: 900px) {
	.home .cd-home-faq__layout { grid-template-columns: 1fr; gap: 32px; }
	.home .cd-home-faq__head { position: static; }
}
@media (max-width: 767px) {
	.home .cd-home-process ol { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
	.home .cd-home-process-card { min-height: 0; }
	.home .cd-home-faq__list button { gap: 10px; min-height: 76px; padding: 18px 2px; }
	.home .cd-home-faq__list button em { flex-basis: 28px; }
	.home .cd-home-faq__list article > div { padding: 0 44px 24px 40px; }
	.home .cd-home-news__copy { padding: 20px 20px 24px; }
	.home .cd-home-case-pagination { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.home.cd-home-js .cd-home-main .cd-home-reveal-item,
	.home.cd-home-js .cd-home-main .cd-home-reveal-item.is-revealed {
		opacity: 1;
		transform: none;
		filter: none;
		transition: none;
	}
	.home .cd-home-case-swiper .swiper-slide-active img { animation: none; }
	.home .cd-home-case-progress span { transform: scaleX(1) !important; }
}
