:root {
    --cx-navy: #0b183b;
    --cx-navy-2: #13265b;
    /*--cx-blue: #2357ff;*/
	--cx-blue: #259cd9;
    --cx-blue-2: #0f7cff;
    --cx-cyan: #16bfe8;
    --cx-ink: #101b3f;
    --cx-text: #526079;
    --cx-muted: #7b879f;
    --cx-line: #e7ebf3;
    --cx-soft: #f6f8fc;
    --cx-soft-blue: #eef4ff;
    --cx-white: #ffffff;
    --cx-radius-sm: 12px;
    --cx-radius: 20px;
    --cx-radius-lg: 30px;
    --cx-shadow-sm: 0 12px 34px rgba(18, 38, 91, .08);
    --cx-shadow: 0 28px 80px rgba(18, 38, 91, .13);
    --cx-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--cx-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.cx-drawer-open { overflow: hidden; }
body, button, input, select, textarea { font-family: inherit; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.cx-page-shell { overflow: clip; }
.cx-main-content { background: #fff; }
.cx-container { width: min(calc(100% - 40px), var(--cx-container)); margin-inline: auto; }
.cx-section { position: relative; padding: 108px 0; }
.cx-skip-link { position: fixed; top: 12px; left: 12px; z-index: 999999; padding: 10px 16px; background: #fff; color: var(--cx-navy); border-radius: 8px; transform: translateY(-180%); transition: transform .2s ease; }
.cx-skip-link:focus { transform: translateY(0); }
.screen-reader-text { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }

/* Header */
#menu-item-5288 > a{font-size:18px;}
.cx-site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(226,232,243,.9); backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.cx-site-header.cx-scrolled { box-shadow: 0 12px 35px rgba(11,24,59,.08); }
.cx-header-inner { min-height: 84px; display: flex; align-items: center; gap: 22px; }
.cx-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.cx-brand img { width: 164px; height: auto; display: block; }
.cx-primary-navigation { margin-left: auto; }
.cx-menu { list-style: none; display: flex; align-items: center; gap: 3px; padding: 0; margin: 0; }
.cx-menu > li { position: relative; }
.cx-menu > li > a { display: flex; align-items: center; min-height: 84px; padding: 0 11px; color: var(--cx-ink); font-size: 13.5px; font-weight: 680; letter-spacing: -.01em; transition: color .18s ease, background .18s ease; }
.cx-menu > li > a:hover, .cx-menu > li.current-menu-item > a { color: var(--cx-blue); }
.cx-menu > .menu-item-has-children > a::after { content: ""; width: 6px; height: 6px; margin-left: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .18s ease; }
.cx-menu .sub-menu { list-style: none; margin: 0; padding: 12px; position: absolute; top: calc(100% - 8px); left: 0; min-width: 250px; background: #fff; border: 1px solid var(--cx-line); border-radius: 16px; box-shadow: var(--cx-shadow); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease;}
@media only screen and (min-width:800px){.cx-menu .sub-menu{height:0;}}
.cx-menu li:hover > .sub-menu, .cx-menu li:focus-within > .sub-menu, .cx-menu li.cx-submenu-open > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); height:auto;}
.cx-menu .sub-menu a { display: block; padding: 9px 11px; color: var(--cx-text); font-size: 14px; font-weight: 550; line-height: 1.35; border-radius: 8px; }
.cx-menu .sub-menu a:hover { color: var(--cx-blue); background: var(--cx-soft-blue); }
.cx-menu > li.cx-mega-menu { position: static; }
.cx-menu > li.cx-mega-menu > a { min-height: 48px; margin-block: 18px; border-radius: 12px; }
.cx-menu > li.cx-mega-menu:hover > a,
.cx-menu > li.cx-mega-menu:focus-within > a,
.cx-menu > li.cx-mega-menu.cx-submenu-open > a { color: var(--cx-blue); background: #eef4ff; }
.cx-menu > li.cx-mega-menu:hover > a::after,
.cx-menu > li.cx-mega-menu:focus-within > a::after,
.cx-menu > li.cx-mega-menu.cx-submenu-open > a::after { transform: rotate(225deg) translate(-1px,-1px); }
.cx-menu > li.cx-mega-menu > .sub-menu { width: min(1260px, calc(100vw - 36px)); left: 50%; top: calc(100% - 4px); transform: translate(-50%, 12px); display: grid; grid-template-columns: 250px 1.35fr 1fr .86fr .78fr; gap: 0; padding: 18px; overflow: hidden; border-color: #e4e9f2; border-radius: 24px; box-shadow: 0 32px 90px rgba(18,38,91,.17); }
.cx-menu > li.cx-mega-menu:hover > .sub-menu, .cx-menu > li.cx-mega-menu:focus-within > .sub-menu, .cx-menu > li.cx-mega-menu.cx-submenu-open > .sub-menu { transform: translate(-50%, 0); }
.cx-mega-promo { position: relative; isolation: isolate; min-height: 510px; margin-right: 18px; padding: 30px 26px; overflow: hidden; display: flex; flex-direction: column; color: #fff; border-radius: 19px; background: linear-gradient(145deg, #0a1738 0%, #174778 45%, #2147d9 100%); }
.cx-mega-promo::before, .cx-mega-promo::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; }
.cx-mega-promo::before { width: 330px; height: 330px; right: -170px; bottom: -92px; }
.cx-mega-promo::after { width: 230px; height: 230px; right: -110px; bottom: -40px; border-width: 38px; border-color: rgba(255,255,255,.065); }
.cx-mega-promo-kicker { display: block; margin-bottom: 14px; color: #b5c8fa; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cx-mega-promo strong { display: block; max-width: 205px; margin-bottom: 17px; color: #fff; font-size: 24px; font-weight: 790; letter-spacing: -.035em; line-height: 1.28; }
.cx-mega-promo p { max-width: 202px; margin: 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.65; }
.cx-menu .cx-mega-promo > a { position: relative; z-index: 2; width: fit-content; margin-top: auto; padding: 0; color: #fff; background: transparent; font-size: 12px; font-weight: 760; }
.cx-menu .cx-mega-promo > a:hover { color: #cfe3ff; background: transparent; }
.cx-menu .cx-mega-heading { min-width: 0; padding: 18px 18px 14px; border-left: 1px solid #edf0f6; }
.cx-menu .cx-mega-heading.cx-mega-priority { border-left: 0; }
.cx-menu .cx-mega-heading > a { color: var(--cx-ink); font-size: 11px; font-weight: 820; letter-spacing: .035em; text-transform: uppercase; pointer-events: none; background: transparent!important; padding: 0 0 13px; }
.cx-menu .cx-mega-heading.cx-mega-priority > a { color: var(--cx-ink); }
.cx-menu .cx-mega-heading > .sub-menu { position: static; min-width: 0; padding: 0; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; background: transparent; }
.cx-menu .cx-mega-heading > .sub-menu li { margin: 0; }
.cx-menu .cx-mega-heading > .sub-menu a { padding: 8px 0 9px; color: var(--cx-ink); background: transparent; font-size: 12.5px; font-weight: 720; line-height: 1.22; border-radius: 0; }
.cx-menu .cx-mega-heading > .sub-menu a:hover,
.cx-menu .cx-mega-heading > .sub-menu .current-menu-item a{ color: var(--cx-blue); background: transparent; }
.cx-menu-description { display: block; margin-top: 3px; color: #6b7893; font-size: 10.5px; font-weight: 520; line-height: 1.35; letter-spacing: 0; }
.cx-menu .cx-mega-heading > .sub-menu a:hover .cx-menu-description { color: #55678d; }
.cx-menu .cx-brochure-link > a { min-height: 46px; margin-block: 19px; padding-inline: 13px; color: var(--cx-blue); border-radius: 11px; background: #f0f5ff; }
.cx-menu .cx-brochure-link > a::after { content: "↓"; margin-left: 7px; font-size: 14px; }
.cx-menu .cx-brochure-link > a:hover { background: #e6efff; }
.cx-header-quote { flex: 0 0 auto; min-height: 48px; border-radius: 11px; }
.cx-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; border-radius: 10px; }
.cx-menu-toggle span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--cx-navy); transition: transform .2s ease, opacity .2s ease; }
.cx-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.cx-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.cx-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Global type and controls */
.cx-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--cx-blue); font-size: 12px; font-weight: 800; letter-spacing: .105em; text-transform: uppercase; }
.cx-kicker > span { width: 28px; height: 2px; background: linear-gradient(90deg, var(--cx-blue), var(--cx-cyan)); border-radius: 2px; }
.cx-kicker-light { color: #8edfff; }
.cx-kicker-light > span { background: #8edfff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--cx-ink); font-weight: 780; letter-spacing: -.045em; line-height: 1.08; }
h1 { font-size: clamp(48px, 5.5vw, 78px); }
h2 { font-size: clamp(36px, 4vw, 56px); }
h3 { font-size: 20px; }
p { color: var(--cx-text); }
.cx-section-heading { max-width: 830px; margin-bottom: 50px; }
.cx-section-heading h2, .cx-section-copy h2 { margin-bottom: 22px; }
.cx-section-heading p, .cx-section-copy > p { font-size: 17px; max-width: 720px; }
.cx-centered { margin-inline: auto; text-align: center; }
.cx-centered .cx-kicker { justify-content: center; }
.cx-centered p { margin-inline: auto; }
.cx-heading-row { max-width: none; display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.cx-heading-row > div { max-width: 780px; }
.cx-button { appearance: none; border: 0; min-height: 50px; padding: 0 20px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 750; line-height: 1; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; }
.cx-button:hover { transform: translateY(-2px); }
.cx-button-primary { background: linear-gradient(135deg, var(--cx-blue), var(--cx-blue-2)); color: #fff; box-shadow: 0 13px 30px rgba(35,87,255,.24); }
.cx-button-primary:hover { color: #fff; box-shadow: 0 18px 34px rgba(35,87,255,.30); }
.cx-button-secondary { border: 1px solid #dfe5f0; background: #fff; color: var(--cx-ink); }
.cx-button-secondary:hover { border-color: #bcc9dd; color: var(--cx-blue); }
.cx-button-light { background: #fff; color: var(--cx-navy); }
.cx-button-white { background: #fff; color: var(--cx-blue); }
.cx-text-button, .cx-text-link { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; color: var(--cx-blue); font-size: 14px; font-weight: 750; }
.cx-text-link:hover, .cx-text-button:hover { color: var(--cx-blue-2); }

/* Hero */
.cx-hero { min-height: 780px; padding-top: 96px; padding-bottom: 92px; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fbfdff 100%); }
.cx-hero::before { content: ""; position: absolute; inset: 0; opacity: .38; background-image: radial-gradient(#d7e2f3 1px, transparent 1px); background-size: 27px 27px; mask-image: linear-gradient(to right, transparent, #000 35%, #000 70%, transparent); }
.cx-hero-glow { position: absolute; border-radius: 999px; filter: blur(10px); pointer-events: none; }
.cx-hero-glow-one { width: 430px; height: 430px; right: 4%; top: 40px; background: rgba(35,87,255,.10); }
.cx-hero-glow-two { width: 260px; height: 260px; right: 31%; bottom: 12%; background: rgba(22,191,232,.10); }
.cx-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.cx-hero-copy h1 { max-width: 710px; margin-bottom: 24px; }
.cx-hero-copy h1 span { display: inline-block; color: var(--cx-blue); }
.cx-hero-lead { max-width: 690px; font-size: 19px; line-height: 1.72; margin-bottom: 30px; }
.cx-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.cx-hero-proof { display: flex; flex-wrap: wrap; gap: 18px; color: var(--cx-muted); font-size: 13px; font-weight: 600; }
.cx-hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.cx-hero-proof i { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 999px; background: #eafbf7; color: #0d9f77; font-style: normal; font-size: 11px; }
.cx-hero-visual { position: relative; min-height: 640px; display: grid; place-items: center; }
.cx-hero-photo { position: absolute; z-index: 1; inset: 8px 78px 76px 8px; overflow: hidden; border: 9px solid #fff; border-radius: 32px; background: #eaf0f8; box-shadow: 0 30px 90px rgba(18,38,91,.20); transform: rotate(-1.25deg); }
.cx-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,18,48,.02) 40%, rgba(6,18,48,.40) 100%); pointer-events: none; }
.cx-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.cx-orbit { position: absolute; border: 1px solid rgba(35,87,255,.12); border-radius: 50%; }
.cx-orbit::before, .cx-orbit::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--cx-cyan); box-shadow: 0 0 0 7px rgba(22,191,232,.10); }
.cx-orbit-one { width: 560px; height: 560px; }
.cx-orbit-one::before { top: 24%; left: -4px; }
.cx-orbit-one::after { right: 10%; bottom: 8%; background: var(--cx-blue); }
.cx-orbit-two { width: 420px; height: 420px; border-style: dashed; }
.cx-orbit-two::before { right: -2px; top: 36%; }
.cx-orbit-two::after { left: 8%; bottom: 13%; }
.cx-team-console { position: absolute; right: -8px; bottom: 0; z-index: 3; width: min(88%, 455px); padding: 15px; background: rgba(255,255,255,.97); border: 1px solid rgba(220,228,241,.94); border-radius: 26px; box-shadow: var(--cx-shadow); backdrop-filter: blur(16px); }
.cx-console-top { display: flex; justify-content: space-between; align-items: center; padding: 4px 4px 16px; }
.cx-console-top small, .cx-console-top strong { display: block; }
.cx-console-top small { color: var(--cx-muted); font-size: 11px; }
.cx-console-top strong { color: var(--cx-ink); font-size: 14px; }
.cx-live-dot { position: relative; padding: 7px 11px 7px 24px; color: #0c8e6b; background: #eafff7; border-radius: 999px; font-size: 11px; font-weight: 750; }
.cx-live-dot::before { content: ""; position: absolute; width: 7px; height: 7px; left: 11px; top: 50%; transform: translateY(-50%); border-radius: 50%; background: #1fc795; box-shadow: 0 0 0 4px rgba(31,199,149,.16); }
.cx-console-banner { padding: 20px; border-radius: 18px; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(34,196,255,.35), transparent 34%), linear-gradient(145deg, #0c1d4a, #1e3f91); overflow: hidden; }
.cx-console-banner > span { color: #a9c8ff; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.cx-console-banner h2 { color: #fff; font-size: 24px; max-width: 390px; margin: 8px 0 15px; }
.cx-skill-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.cx-skill-tags span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.08); font-size: 10px; font-weight: 700; }
.cx-console-people { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px 0 4px; }
.cx-console-people article { position: relative; min-height: 92px; padding: 12px; border: 1px solid var(--cx-line); border-radius: 14px; background: #fff; }
.cx-console-people article:nth-child(3) { grid-column: 1 / -1; min-height: 70px; display: flex; align-items: center; gap: 12px; }
.cx-console-people article > div:nth-child(2) { margin-top: 8px; }
.cx-console-people article:nth-child(3) > div:nth-child(2) { margin-top: 0; }
.cx-console-people strong, .cx-console-people span { display: block; }
.cx-console-people strong { color: var(--cx-ink); font-size: 12px; line-height: 1.25; }
.cx-console-people span { color: var(--cx-muted); font-size: 10px; }
.cx-console-people b { position: absolute; top: 12px; right: 12px; color: #0b9b72; font-size: 9px; font-weight: 800; }
.cx-avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #fff; font-size: 10px; font-weight: 800; }
.cx-avatar-blue { background: linear-gradient(135deg, #2357ff, #6d8cff); }
.cx-avatar-cyan { background: linear-gradient(135deg, #0fa7d4, #45d4f4); }
.cx-avatar-navy { background: linear-gradient(135deg, #0b183b, #294584); }
.cx-avatar-white { background: #fff; color: var(--cx-blue); }
.cx-console-footer { display: flex; align-items: center; gap: 12px; padding-top: 14px; }
.cx-console-footer small { color: var(--cx-muted); font-size: 10px; line-height: 1.35; }
.cx-mini-avatars { display: flex; }
.cx-mini-avatars span { display: grid; place-items: center; width: 29px; height: 29px; margin-left: -6px; border: 2px solid #fff; border-radius: 50%; background: var(--cx-soft-blue); color: var(--cx-blue); font-size: 8px; font-weight: 800; }
.cx-mini-avatars span:first-child { margin-left: 0; }
.cx-floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 13px 15px; background: rgba(255,255,255,.96); border: 1px solid var(--cx-line); border-radius: 14px; box-shadow: var(--cx-shadow-sm); }
.cx-floating-card strong { color: var(--cx-blue); font-size: 21px; }
.cx-floating-card span { color: var(--cx-text); font-size: 11px; font-weight: 700; line-height: 1.25; }
.cx-floating-card i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #e8fbf5; color: #0a9b72; font-style: normal; }
.cx-floating-card-one { left: -18px; bottom: 86px; }
.cx-floating-card-two { right: -18px; top: 78px; }

/* Trust strip */
.cx-trust-strip { border-top: 1px solid var(--cx-line); border-bottom: 1px solid var(--cx-line); background: #fff; }
.cx-trust-inner { min-height: 96px; display: grid; grid-template-columns: 1.25fr repeat(5, 1fr); align-items: center; gap: 20px; }
.cx-trust-inner strong { color: var(--cx-ink); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.cx-trust-inner span { color: #8490a7; font-size: 13px; font-weight: 700; text-align: center; }

/* Scale split */
.cx-split-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.cx-photo-composition { position: relative; min-height: 540px; }
.cx-photo-frame { position: absolute; inset: 0 35px 35px 0; overflow: hidden; border-radius: 28px; box-shadow: var(--cx-shadow); }
.cx-photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(11,24,59,.26)); }
.cx-photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.cx-photo-stat { position: absolute; z-index: 2; width: 220px; padding: 18px; background: #fff; border: 1px solid var(--cx-line); border-radius: 16px; box-shadow: var(--cx-shadow-sm); }
.cx-photo-stat strong, .cx-photo-stat span { display: block; }
.cx-photo-stat strong { color: var(--cx-ink); font-size: 16px; }
.cx-photo-stat span { color: var(--cx-muted); font-size: 12px; }
.cx-photo-stat-one { left: -18px; bottom: 0; }
.cx-photo-stat-two { right: 0; top: 36px; }
.cx-section-copy > p { margin-bottom: 14px; }
.cx-numbered-list { display: grid; gap: 12px; margin: 30px 0; }
.cx-numbered-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding: 15px; border: 1px solid var(--cx-line); border-radius: 13px; background: #fff; }
.cx-numbered-list b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: var(--cx-soft-blue); color: var(--cx-blue); font-size: 11px; }
.cx-numbered-list span { color: var(--cx-muted); font-size: 13px; line-height: 1.45; }
.cx-numbered-list strong { display: block; margin-bottom: 2px; color: var(--cx-ink); font-size: 14px; }

/* Benefits */
.cx-benefits-section { background: linear-gradient(180deg, #fbfcff, #fff); border-top: 1px solid #f0f2f7; }
.cx-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cx-benefit-card { min-height: 250px; padding: 28px 24px; border: 1px solid var(--cx-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(11,24,59,.035); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.cx-benefit-card:hover { transform: translateY(-6px); border-color: #cad8f2; box-shadow: var(--cx-shadow-sm); }
.cx-icon-box { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 28px; border-radius: 12px; background: linear-gradient(135deg, var(--cx-soft-blue), #fff); color: var(--cx-blue); border: 1px solid #dae5fb; font-size: 12px; font-weight: 800; }
.cx-benefit-card h3 { margin-bottom: 12px; font-size: 19px; }
.cx-benefit-card p { margin-bottom: 0; font-size: 14px; }

/* Team band */
.cx-team-band { overflow: hidden; background: radial-gradient(circle at 90% 20%, rgba(30,124,255,.32), transparent 30%), linear-gradient(135deg, #07142f, #10275a 62%, #173a82); }
.cx-team-band::after { content: ""; position: absolute; width: 520px; height: 520px; right: -120px; bottom: -270px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.03), 0 0 0 140px rgba(255,255,255,.02); }
.cx-team-band-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .95fr; gap: 80px; align-items: center; }
.cx-team-band h2 { color: #fff; margin-bottom: 18px; }
.cx-team-band p { color: #bdc9df; font-size: 17px; max-width: 650px; }
.cx-specialist-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 30px; }
.cx-specialist-chips span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.07); color: #d9e7ff; font-size: 12px; font-weight: 650; }
.cx-team-visual { position: relative; min-height: 540px; }
.cx-team-band-photo { position: absolute; inset: 0 0 72px 44px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.cx-team-band-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,14,36,.08), rgba(5,14,36,.56)); }
.cx-team-band-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.cx-team-stack { position: absolute; left: 0; right: 38px; bottom: 0; display: grid; gap: 9px; }
.cx-team-stack article { display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: center; padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(7,20,47,.84); backdrop-filter: blur(14px); box-shadow: 0 12px 34px rgba(0,0,0,.16); }
.cx-team-stack strong, .cx-team-stack span { display: block; }
.cx-team-stack strong { color: #fff; font-size: 14px; }
.cx-team-stack span { color: #aebedb; font-size: 12px; }
.cx-team-stack b { color: #8edfff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

/* Comparison */
.cx-comparison-section { background: #fff; }
.cx-comparison-wrap { overflow-x: auto; border: 1px solid var(--cx-line); border-radius: 20px; box-shadow: var(--cx-shadow-sm); }
.cx-comparison-table { width: 100%; min-width: 860px; border-collapse: collapse; background: #fff; }
.cx-comparison-table th, .cx-comparison-table td { padding: 19px 20px; border-bottom: 1px solid var(--cx-line); text-align: left; vertical-align: top; font-size: 13px; line-height: 1.45; }
.cx-comparison-table thead th { color: var(--cx-ink); background: #f8faff; font-size: 12px; letter-spacing: .045em; text-transform: uppercase; }
.cx-comparison-table tbody th { width: 18%; color: var(--cx-ink); font-weight: 750; }
.cx-comparison-table td { color: var(--cx-text); }
.cx-comparison-table .cx-highlight-column { background: #eef4ff; color: var(--cx-navy); }
.cx-comparison-table thead .cx-highlight-column { color: var(--cx-blue); }
.cx-comparison-table tr:last-child th, .cx-comparison-table tr:last-child td { border-bottom: 0; }
.cx-inline-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 28px; padding: 24px 26px; border: 1px solid #dfe8f8; border-radius: 16px; background: linear-gradient(100deg, #f6f9ff, #fff); }
.cx-inline-cta span { display: block; color: var(--cx-ink); font-size: 18px; font-weight: 750; }
.cx-inline-cta p { margin: 4px 0 0; font-size: 13px; }

/* Roles */
.cx-roles-section { background: #f6f8fc; }
.cx-role-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cx-role-card { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 14px; min-height: 120px; padding: 20px; border: 1px solid #e4e9f2; border-radius: 15px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.cx-role-card:hover { transform: translateY(-4px); box-shadow: var(--cx-shadow-sm); }
.cx-role-card > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--cx-soft-blue), #fff); border: 1px solid #dce6fb; color: var(--cx-blue); font-size: 11px; font-weight: 850; }
.cx-role-card h3 { margin: 2px 0 6px; font-size: 16px; letter-spacing: -.02em; }
.cx-role-card p { margin: 0; font-size: 12px; line-height: 1.45; }
.cx-role-card i { position: absolute; right: 16px; top: 16px; color: #a8b4c8; font-style: normal; }

/* Process */
.cx-process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.cx-process-line::before { content: ""; position: absolute; left: 9%; right: 9%; top: 29px; height: 1px; background: linear-gradient(90deg, transparent, #cfd8e8 10%, #cfd8e8 90%, transparent); }
.cx-process-line article { position: relative; z-index: 2; text-align: center; }
.cx-process-line article > span { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 25px; border: 8px solid #fff; outline: 1px solid #dce5f4; border-radius: 50%; background: var(--cx-soft-blue); color: var(--cx-blue); font-size: 11px; font-weight: 850; }
.cx-process-line h3 { font-size: 17px; margin-bottom: 9px; }
.cx-process-line p { font-size: 13px; }

/* Portfolio */
.cx-portfolio-section { background: linear-gradient(180deg, #fff, #fbfcff); }
.cx-portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cx-project-card { overflow: hidden; border: 1px solid var(--cx-line); border-radius: 18px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.cx-project-card:hover { transform: translateY(-5px); box-shadow: var(--cx-shadow-sm); }
.cx-project-card > a { display: block; }
.cx-project-image { height: 240px; overflow: hidden; background: #eef3ff; }
.cx-project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.cx-project-card:hover .cx-project-image img { transform: scale(1.04); }
.cx-project-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at 20% 20%, rgba(22,191,232,.55), transparent 35%), linear-gradient(135deg, #0b183b, #2357ff); }
.cx-project-placeholder span { display: grid; place-items: center; width: 82px; height: 82px; border: 1px solid rgba(255,255,255,.25); border-radius: 24px; background: rgba(255,255,255,.08); font-size: 20px; font-weight: 850; }
.cx-project-content { position: relative; padding: 22px; }
.cx-project-content > span, .cx-news-content > span { color: var(--cx-blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cx-project-content h3 { margin: 9px 35px 10px 0; font-size: 21px; }
.cx-project-content p { margin: 0; font-size: 13px; }
.cx-project-content i { position: absolute; right: 22px; top: 24px; color: var(--cx-blue); font-style: normal; }

/* Security */
.cx-security-section { padding-top: 40px; }
.cx-security-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding: 58px; border-radius: 28px; background: radial-gradient(circle at 100% 0%, rgba(35,87,255,.36), transparent 38%), linear-gradient(135deg, #07142f, #10285d); }
.cx-security-panel::after { content: ""; position: absolute; width: 320px; height: 320px; right: -120px; bottom: -170px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.025); }
.cx-security-panel h2 { color: #fff; margin-bottom: 18px; }
.cx-security-panel p { color: #b9c6dd; font-size: 16px; }
.cx-security-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cx-security-grid span { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.10); border-radius: 12px; background: rgba(255,255,255,.07); color: #e8f0ff; font-size: 12px; font-weight: 650; }
.cx-security-grid i { display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 22px; border-radius: 50%; background: rgba(33,210,157,.16); color: #62e1ba; font-style: normal; }

/* News */
.cx-news-section { padding-top: 75px; }
.cx-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cx-news-card { overflow: hidden; border: 1px solid var(--cx-line); border-radius: 18px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.cx-news-card:hover { transform: translateY(-5px); box-shadow: var(--cx-shadow-sm); }
.cx-news-card > a { display: block; }
.cx-news-image { height: 220px; overflow: hidden; background: #eef3ff; }
.cx-news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.cx-news-card:hover .cx-news-image img { transform: scale(1.04); }
.cx-news-content { padding: 22px; }
.cx-news-content h3 { margin: 9px 0 11px; font-size: 20px; }
.cx-news-content p { margin: 0; font-size: 13px; }

/* Final CTA */
.cx-final-cta-section { padding-top: 35px; }
.cx-final-cta { position: relative; overflow: hidden; display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 58px; border-radius: 26px; background: radial-gradient(circle at 95% 20%, rgba(22,191,232,.34), transparent 30%), linear-gradient(135deg, #2357ff, #173ccd); box-shadow: 0 24px 65px rgba(35,87,255,.23); }
.cx-final-cta::before { content: ""; position: absolute; width: 260px; height: 260px; right: 20%; top: -170px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.04); }
.cx-final-cta > div { position: relative; z-index: 2; max-width: 820px; }
.cx-final-cta span { color: #cbe1ff; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cx-final-cta h2 { color: #fff; margin: 9px 0 0; font-size: clamp(30px, 3.2vw, 46px); }
.cx-final-cta .cx-button { position: relative; z-index: 2; flex: 0 0 auto; }

/* Footer */
.cx-site-footer { margin-top: 110px; padding: 70px 0 24px; border-top: 1px solid var(--cx-line); background: #f8faff; }
.cx-footer-grid { display: grid; grid-template-columns: 1.55fr 1.12fr 1fr 1.08fr .78fr; gap: 42px; }
.cx-footer-brand img { width: 165px; }
.cx-footer-brand p { max-width: 390px; margin: 20px 0 17px; font-size: 13px; }
.cx-footer-title { margin: 4px 0 18px; color: var(--cx-ink); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.cx-footer-grid > div:not(.cx-footer-brand) a { display: block; width: fit-content; margin-bottom: 9px; color: var(--cx-text); font-size: 13px; }
.cx-footer-grid a:hover { color: var(--cx-blue); }
.cx-footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 22px; border-top: 1px solid var(--cx-line); color: var(--cx-muted); font-size: 11px; }
.cx-footer-bottom div { display: flex; gap: 20px; }

/* Quote drawer */
.cx-drawer-backdrop { position: fixed; inset: 0; z-index: 2000; background: rgba(5,12,31,.58); backdrop-filter: blur(3px); opacity: 0; transition: opacity .25s ease; }
.cx-drawer-backdrop.cx-visible { opacity: 1; }
.cx-quote-drawer { position: fixed; top: 0; right: 0; z-index: 2001; width: min(620px, 100%); height: 100dvh; overflow-y: auto; padding: 38px; background: #fff; box-shadow: -24px 0 70px rgba(7,20,47,.25); transform: translateX(103%); transition: transform .32s cubic-bezier(.22,.75,.28,1); }
.cx-quote-drawer.cx-open { transform: translateX(0); }
.cx-drawer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--cx-line); }
.cx-eyebrow { color: var(--cx-blue); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.cx-drawer-top h2 { margin: 8px 0 0; font-size: 34px; }
.cx-drawer-close { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border: 1px solid var(--cx-line); border-radius: 50%; background: #fff; color: var(--cx-ink); font-size: 26px; line-height: 1; }
.cx-drawer-intro { margin: 22px 0; font-size: 14px; }
.cx-quote-form { display: grid; gap: 17px; }
.cx-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cx-quote-form label > span { display: block; margin-bottom: 7px; color: var(--cx-ink); font-size: 12px; font-weight: 700; }
.cx-quote-form input, .cx-quote-form select, .cx-quote-form textarea { width: 100%; border: 1px solid #dce3ee; border-radius: 10px; background: #fbfcff; color: var(--cx-ink); font-size: 14px; outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.cx-quote-form input, .cx-quote-form select { height: 48px; padding: 0 13px; }
.cx-quote-form textarea { padding: 12px 13px; resize: vertical; }
.cx-quote-form input:focus, .cx-quote-form select:focus, .cx-quote-form textarea:focus { border-color: var(--cx-blue); background: #fff; box-shadow: 0 0 0 4px rgba(35,87,255,.10); }
.cx-consent { display: grid!important; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; }
.cx-consent input { width: 18px; height: 18px; margin-top: 2px; }
.cx-consent span { margin: 0!important; color: var(--cx-text)!important; font-weight: 500!important; line-height: 1.45; }
.cx-submit-button { width: 100%; }
.cx-form-status { min-height: 24px; color: var(--cx-text); font-size: 13px; }
.cx-form-status.cx-success { color: #087a58; }
.cx-form-status.cx-error { color: #b42318; }
.cx-honeypot { position: absolute!important; left: -9999px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }

/* Reveal animation */
[data-cx-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-cx-reveal].cx-revealed { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
    [data-cx-reveal] { opacity: 1; transform: none; }
}

/* Divi cleanup */
.creatricx-front-page #main-header, .creatricx-front-page #top-header { display: none!important; }
.creatricx-front-page #page-container { padding-top: 0!important; }
.creatricx-front-page .et_pb_section { padding: 0; }

@media (max-width: 1180px) {
    .cx-header-inner { gap: 16px; }
    .cx-menu > li > a { padding-inline: 9px; font-size: 13px; }
    .cx-header-quote { padding-inline: 15px; }
    .cx-hero-grid { gap: 30px; }
    .cx-floating-card-one { left: -12px; }
    .cx-floating-card-two { right: -10px; }
    .cx-benefit-grid, .cx-role-grid { grid-template-columns: repeat(2, 1fr); }
}


@media (max-width: 1240px) and (min-width: 981px) {
    .cx-container { width: min(calc(100% - 24px), var(--cx-container)); }
    .cx-header-inner { gap: 10px; }
    .cx-brand img { width: 142px; }
    .cx-menu { gap: 0; }
    .cx-menu > li > a { padding-inline: 7px; font-size: 12px; }
    .cx-menu .cx-brochure-link > a { padding-inline: 9px; }
    .cx-header-quote { min-height: 44px; padding-inline: 11px; font-size: 11.5px; }
    .cx-menu > li.cx-mega-menu > .sub-menu { width: calc(100vw - 24px); grid-template-columns: 215px 1.34fr 1fr .84fr .76fr; padding: 14px; }
    .cx-mega-promo { min-height: 490px; margin-right: 12px; padding: 24px 20px; }
    .cx-mega-promo strong { font-size: 21px; }
    .cx-menu .cx-mega-heading { padding: 15px 13px 12px; }
    .cx-menu .cx-mega-heading > .sub-menu a { font-size: 11.5px; }
    .cx-menu-description { font-size: 9.8px; }
}

@media (max-width: 980px) {
    .cx-section { padding: 82px 0; }
    .cx-header-inner { min-height: 74px; }
    .cx-brand img { width: 148px; }
    .cx-menu-toggle { display: block; margin-left: auto; }
    .cx-header-quote { display: none; }
    .cx-primary-navigation { position: fixed; top: 74px; left: 0; right: 0; height: calc(100dvh - 74px); overflow-y: auto; padding: 20px; background: #fff; border-top: 1px solid var(--cx-line); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
    .cx-primary-navigation.cx-open { opacity: 1; visibility: visible; transform: translateY(0); }
    .cx-menu { display: block; }
    .cx-menu > li { border-bottom: 1px solid var(--cx-line); }
    .cx-menu > li > a { min-height: 54px; padding: 0 4px; font-size: 16px; }
    .cx-menu .sub-menu, .cx-menu > li.cx-mega-menu > .sub-menu { position: static; display: none; width: auto; min-width: 0; padding: 8px 0 15px 14px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none!important; background: transparent; }
    .cx-menu li.cx-submenu-open > .sub-menu { display: block; }
    .cx-menu > li.cx-mega-menu > .sub-menu { grid-template-columns: 1fr; }
    .cx-menu .cx-mega-heading { padding: 5px 0; }
    .cx-menu .cx-mega-heading > a { padding-left: 0; pointer-events: auto; }
    .cx-menu .cx-mega-heading > .sub-menu { display: block; padding: 0 0 4px 8px; }
    .cx-menu > li.cx-mega-menu > a { min-height: 54px; margin: 0; border-radius: 0; }
    .cx-menu > li.cx-mega-menu > .sub-menu { overflow: visible; }
    .cx-mega-promo { min-height: 275px; margin: 8px 0 18px; padding: 25px 22px; border-radius: 17px; }
    .cx-mega-promo strong { max-width: 280px; font-size: 23px; }
    .cx-mega-promo p { max-width: 430px; }
    .cx-menu .cx-mega-heading { padding: 12px 0; border-left: 0; border-top: 1px solid var(--cx-line); }
    .cx-menu .cx-mega-heading > a { padding: 0 0 8px; color: var(--cx-ink); }
    .cx-menu .cx-mega-heading > .sub-menu { padding-left: 0; }
    .cx-menu .cx-mega-heading > .sub-menu a { padding: 8px 2px 10px; font-size: 14px; }
    .cx-menu-description { margin-top: 3px; font-size: 11.5px; }
    .cx-menu .cx-brochure-link > a { min-height: 48px; margin: 10px 0; padding: 0 14px; width: fit-content; }
    .cx-menu .sub-menu a { padding: 9px 6px; }
    .cx-hero { min-height: 0; padding-top: 72px; }
    .cx-hero-grid, .cx-split-grid, .cx-team-band-grid, .cx-security-panel { grid-template-columns: 1fr; }
    .cx-hero-grid { gap: 55px; }
    .cx-hero-copy { text-align: center; }
    .cx-hero-copy h1, .cx-hero-lead { margin-inline: auto; }
    .cx-hero-copy h1 span { display: inline; }
    .cx-hero-actions, .cx-hero-proof, .cx-hero-copy .cx-kicker { justify-content: center; }
    .cx-hero-visual { min-height: 690px; }
    .cx-hero-photo { inset: 0 110px 118px 70px; }
    .cx-team-console { right: 18px; width: min(78%, 455px); }
    .cx-trust-inner { grid-template-columns: repeat(3, 1fr); padding: 20px 0; }
    .cx-trust-inner strong { grid-column: 1 / -1; text-align: center; }
    .cx-split-grid { gap: 55px; }
    .cx-photo-composition { min-height: 520px; }
    .cx-team-band-grid { gap: 45px; }
    .cx-team-visual { min-height: 590px; }
    .cx-inline-cta { align-items: flex-start; flex-direction: column; }
    .cx-process-line { grid-template-columns: repeat(2, 1fr); gap: 45px; }
    .cx-process-line::before { display: none; }
    .cx-portfolio-grid, .cx-news-grid { grid-template-columns: 1fr 1fr; }
    .cx-portfolio-grid > article:last-child, .cx-news-grid > article:last-child { grid-column: 1 / -1; }
    .cx-security-panel { gap: 35px; padding: 44px; }
    .cx-footer-grid { grid-template-columns: 1.35fr 1fr 1fr; }
    .cx-footer-brand { grid-row: span 2; }
    .cx-footer-grid > div:last-child { grid-column: auto; }
    .cx-final-cta { align-items: flex-start; flex-direction: column; padding: 44px; }
}

@media (max-width: 680px) {
    .cx-container { width: min(calc(100% - 28px), var(--cx-container)); }
    .cx-section { padding: 68px 0; }
    h1 { font-size: clamp(42px, 12vw, 58px); }
    h2 { font-size: clamp(32px, 9vw, 44px); }
    .cx-hero { padding-top: 55px; padding-bottom: 65px; }
    .cx-hero-lead { font-size: 17px; }
    .cx-hero-actions { flex-direction: column; }
    .cx-hero-actions .cx-button { width: 100%; }
    .cx-hero-proof { display: grid; gap: 8px; text-align: left; width: fit-content; margin-inline: auto; }
    .cx-hero-visual { min-height: 660px; }
    .cx-hero-photo { inset: 0 42px 230px 0; border-width: 7px; border-radius: 24px; }
    .cx-team-console { right: 0; width: 94%; padding: 12px; border-radius: 22px; }
    .cx-orbit-one { width: 470px; height: 470px; }
    .cx-orbit-two { width: 350px; height: 350px; }
    .cx-team-console { padding: 12px; border-radius: 22px; }
    .cx-console-banner { padding: 20px; }
    .cx-console-banner h2 { font-size: 24px; }
    .cx-console-people { grid-template-columns: 1fr 1fr; }
    .cx-console-people article:nth-child(3) { grid-column: 1 / -1; }
    .cx-floating-card-one { left: -2px; bottom: 198px; }
    .cx-floating-card-two { right: -4px; top: 26px; }
    .cx-trust-inner { grid-template-columns: repeat(2, 1fr); }
    .cx-photo-composition { min-height: 430px; }
    .cx-photo-frame { inset: 0 18px 25px 0; }
    .cx-photo-stat { width: 165px; padding: 14px; }
    .cx-photo-stat-two { right: 0; top: 18px; }
    .cx-photo-stat-one { left: -4px; }
    .cx-benefit-grid, .cx-role-grid, .cx-portfolio-grid, .cx-news-grid, .cx-process-line, .cx-security-grid { grid-template-columns: 1fr; }
    .cx-portfolio-grid > article:last-child, .cx-news-grid > article:last-child { grid-column: auto; }
    .cx-benefit-card { min-height: 0; }
    .cx-heading-row { display: block; }
    .cx-heading-row .cx-text-link { margin-top: 15px; }
    .cx-inline-cta { padding: 20px; }
    .cx-team-band { padding-block: 75px; }
    .cx-team-visual { min-height: 555px; }
    .cx-team-band-photo { inset: 0 0 152px 18px; border-radius: 22px; }
    .cx-team-stack { right: 0; }
    .cx-security-panel { padding: 32px 24px; border-radius: 22px; }
    .cx-final-cta { padding: 34px 24px; border-radius: 22px; }
    .cx-final-cta .cx-button { width: 100%; }
    .cx-site-footer { margin-top: 70px; }
    .cx-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
    .cx-footer-brand { grid-column: 1 / -1; grid-row: auto; }
    .cx-footer-grid > div:last-child { grid-column: auto; }
    .cx-footer-bottom { flex-direction: column; }
    .cx-quote-drawer { padding: 24px 18px; }
    .cx-drawer-top h2 { font-size: 29px; }
    .cx-form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
    .cx-hero-visual { min-height: 720px; }
    .cx-hero-photo { inset: 0 18px 350px 0; }
    .cx-team-console { width: 100%; }
    .cx-console-people { grid-template-columns: 1fr; }
    .cx-console-people article:nth-child(3) { grid-column: auto; }
    .cx-floating-card-one { bottom: 330px; }
    .cx-team-visual { min-height: 620px; }
    .cx-team-band-photo { inset: 0 0 260px 0; }
}

/* ==========================================================
   About and Contact inner pages
   ========================================================== */
.cx-inner-page { background: #fff; }
.cx-inner-hero { position: relative; overflow: hidden; padding: 104px 0 96px; background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); }
.cx-inner-hero::before { content: ""; position: absolute; inset: 0; opacity: .32; pointer-events: none; background-image: radial-gradient(#cedaee 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to right, transparent 0, #000 30%, #000 75%, transparent 100%); }
.cx-inner-hero-glow { position: absolute; border-radius: 999px; filter: blur(6px); pointer-events: none; }
.cx-inner-hero-glow-one { width: 420px; height: 420px; right: 2%; top: 8%; background: rgba(35, 87, 255, .10); }
.cx-inner-hero-glow-two { width: 260px; height: 260px; left: 39%; bottom: -100px; background: rgba(22, 191, 232, .10); }
.cx-inner-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.cx-inner-hero-copy { max-width: 680px; }
.cx-inner-hero-copy h1 { margin-bottom: 24px; }
.cx-inner-hero-copy h1 span { color: var(--cx-blue); }
.cx-inner-hero-lead { margin-bottom: 18px; color: var(--cx-ink); font-size: 20px; line-height: 1.65; }
.cx-inner-hero-copy > p:not(.cx-inner-hero-lead) { max-width: 640px; font-size: 17px; }
.cx-inner-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.cx-inner-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; color: var(--cx-muted); font-size: 13px; font-weight: 650; }
.cx-inner-proof span { display: inline-flex; align-items: center; gap: 7px; }
.cx-inner-proof i { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #e9fbf6; color: #0d9873; font-size: 11px; font-style: normal; }

/* About hero */
.cx-about-hero-visual { position: relative; min-height: 590px; }
.cx-about-hero-photo { position: absolute; inset: 16px 20px 34px 30px; overflow: hidden; border: 9px solid #fff; border-radius: 34px; box-shadow: 0 34px 90px rgba(16, 39, 93, .18); transform: rotate(1deg); }
.cx-about-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,24,59,.01) 42%, rgba(11,24,59,.38) 100%); }
.cx-about-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cx-about-founded-card { position: absolute; z-index: 3; left: -18px; bottom: 4px; width: 218px; padding: 20px; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; background: rgba(255,255,255,.95); box-shadow: 0 20px 50px rgba(16,39,93,.16); backdrop-filter: blur(12px); }
.cx-about-founded-card span { display: block; color: var(--cx-blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cx-about-founded-card strong { display: block; margin: 4px 0 5px; color: var(--cx-navy); font-size: 42px; line-height: 1; letter-spacing: -.05em; }
.cx-about-founded-card p { margin: 0; color: var(--cx-text); font-size: 12px; line-height: 1.45; }
.cx-about-extension-card { position: absolute; z-index: 3; right: -8px; top: 34px; display: flex; align-items: center; gap: 12px; min-width: 225px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.7); border-radius: 16px; background: rgba(11,24,59,.92); box-shadow: 0 20px 50px rgba(11,24,59,.24); backdrop-filter: blur(12px); }
.cx-about-extension-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; border-radius: 12px; background: linear-gradient(135deg, var(--cx-blue), var(--cx-cyan)); color: #fff; font-size: 12px; font-weight: 850; }
.cx-about-extension-card strong, .cx-about-extension-card small { display: block; }
.cx-about-extension-card strong { color: #fff; font-size: 13px; }
.cx-about-extension-card small { color: #b9c8e7; font-size: 11px; }

/* About story */
.cx-about-story-section { background: #fff; }
.cx-about-story-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 88px; align-items: center; }
.cx-about-story-media { position: relative; min-height: 640px; }
.cx-about-story-photo { position: absolute; inset: 0 72px 22px 0; overflow: hidden; border-radius: 30px; box-shadow: var(--cx-shadow); }
.cx-about-story-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cx-about-story-media::before { content: ""; position: absolute; z-index: 0; right: 12px; top: 55px; width: 62%; height: 70%; border-radius: 28px; background: linear-gradient(155deg, #edf4ff, #eafcff); transform: rotate(4deg); }
.cx-about-story-badge { position: absolute; z-index: 2; right: 0; bottom: 0; width: 240px; padding: 22px; border-radius: 18px; background: var(--cx-navy); box-shadow: 0 22px 50px rgba(11,24,59,.22); }
.cx-about-story-badge span, .cx-about-story-badge strong { display: block; }
.cx-about-story-badge span { margin-bottom: 6px; color: #82dfff; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cx-about-story-badge strong { color: #fff; font-size: 18px; line-height: 1.28; }
.cx-about-principles { display: grid; gap: 14px; margin-top: 32px; }
.cx-about-principles article { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 17px; border: 1px solid var(--cx-line); border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(16,39,93,.05); }
.cx-about-principles article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: var(--cx-soft-blue); color: var(--cx-blue); font-size: 12px; font-weight: 850; }
.cx-about-principles h3 { margin-bottom: 4px; font-size: 17px; }
.cx-about-principles p { margin: 0; font-size: 13px; line-height: 1.55; }

/* Mission and vision */
.cx-purpose-section { overflow: hidden; background: var(--cx-soft); }
.cx-purpose-section::before { content: ""; position: absolute; width: 420px; height: 420px; right: -210px; top: -180px; border-radius: 50%; background: rgba(35,87,255,.08); }
.cx-purpose-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 980px; margin: 0 auto; }
.cx-purpose-card { position: relative; min-height: 350px; padding: 40px; overflow: hidden; border: 1px solid var(--cx-line); border-radius: 24px; background: #fff; box-shadow: var(--cx-shadow-sm); }
.cx-purpose-card::after { content: ""; position: absolute; right: -65px; bottom: -85px; width: 210px; height: 210px; border-radius: 50%; border: 38px solid rgba(35,87,255,.05); }
.cx-purpose-card-primary { color: #fff; border-color: transparent; background: linear-gradient(145deg, #0b183b 0%, #193f9f 100%); }
.cx-purpose-card-primary::after { border-color: rgba(255,255,255,.07); }
.cx-purpose-number { position: absolute; right: 28px; top: 24px; color: #aeb9cb; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.cx-purpose-card-primary .cx-purpose-number { color: #9db6f5; }
.cx-purpose-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 62px; border-radius: 16px; background: var(--cx-soft-blue); color: var(--cx-blue); font-size: 17px; font-weight: 850; }
.cx-purpose-card-primary .cx-purpose-icon { background: rgba(255,255,255,.12); color: #fff; }
.cx-purpose-card h3 { margin-bottom: 14px; font-size: 30px; }
.cx-purpose-card p { position: relative; z-index: 1; margin: 0; max-width: 390px; font-size: 17px; line-height: 1.7; }
.cx-purpose-card-primary h3, .cx-purpose-card-primary p { color: #fff; }
.cx-purpose-card-primary p { color: #cfdbf8; }

/* About values */
.cx-about-values-section { background: #fff; }
.cx-about-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cx-about-values-grid article { position: relative; min-height: 245px; padding: 28px; overflow: hidden; border: 1px solid var(--cx-line); border-radius: 20px; background: #fff; box-shadow: 0 16px 42px rgba(16,39,93,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.cx-about-values-grid article:hover { transform: translateY(-5px); border-color: #cbd7ee; box-shadow: 0 24px 55px rgba(16,39,93,.10); }
.cx-about-values-grid article::after { content: ""; position: absolute; right: -42px; bottom: -52px; width: 150px; height: 150px; border-radius: 50%; background: linear-gradient(145deg, rgba(35,87,255,.06), rgba(22,191,232,.03)); }
.cx-about-values-grid article > span { display: block; margin-bottom: 46px; color: var(--cx-blue); font-size: 12px; font-weight: 850; }
.cx-about-values-grid h3 { margin-bottom: 10px; font-size: 20px; }
.cx-about-values-grid p { position: relative; z-index: 1; margin: 0; font-size: 14px; line-height: 1.6; }

/* Leadership */
.cx-leadership-section { padding-top: 28px; padding-bottom: 62px; background: #fff; }
.cx-leadership-panel { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 510px; overflow: hidden; border-radius: 30px; background: var(--cx-navy); box-shadow: 0 34px 80px rgba(11,24,59,.20); }
.cx-leadership-photo { position: relative; min-height: 510px; overflow: hidden; }
.cx-leadership-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,24,59,.02) 35%, var(--cx-navy) 100%); }
.cx-leadership-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cx-leadership-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px 68px 60px 48px; }
.cx-leadership-copy blockquote { margin: 0 0 20px; color: #fff; font-size: clamp(30px, 3vw, 46px); font-weight: 730; letter-spacing: -.045em; line-height: 1.15; }
.cx-leadership-copy p { max-width: 570px; margin-bottom: 28px; color: #bfcdeb; font-size: 17px; }
.cx-leadership-copy .cx-button { align-self: flex-start; }

/* Shared inner-page final CTA */
.cx-inner-final-section { padding-top: 62px; padding-bottom: 0; }
.cx-inner-final-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 46px; overflow: hidden; padding: 56px 62px; border-radius: 28px; background: linear-gradient(135deg, #2357ff 0%, #1643d4 58%, #0f7cff 100%); box-shadow: 0 30px 70px rgba(35,87,255,.25); }
.cx-inner-final-cta::before { content: ""; position: absolute; right: -80px; top: -150px; width: 370px; height: 370px; border: 56px solid rgba(255,255,255,.07); border-radius: 50%; }
.cx-inner-final-cta > div, .cx-inner-final-cta > .cx-button { position: relative; z-index: 1; }
.cx-inner-final-cta > div { max-width: 790px; }
.cx-inner-final-cta h2 { margin-bottom: 13px; color: #fff; font-size: clamp(34px, 3.5vw, 52px); }
.cx-inner-final-cta p { margin: 0; color: #dce6ff; font-size: 16px; }
.cx-inner-final-cta .cx-button { flex: 0 0 auto; }

/* Contact hero */
.cx-contact-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.cx-contact-hero-visual { position: relative; min-height: 565px; }
.cx-contact-hero-photo { position: absolute; inset: 16px 8px 26px 34px; overflow: hidden; border: 9px solid #fff; border-radius: 34px; box-shadow: 0 34px 90px rgba(16,39,93,.18); }
.cx-contact-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,24,59,.02) 45%, rgba(11,24,59,.44) 100%); }
.cx-contact-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cx-contact-card { position: absolute; z-index: 3; padding: 15px 17px; border: 1px solid rgba(255,255,255,.72); border-radius: 16px; background: rgba(255,255,255,.95); box-shadow: 0 18px 46px rgba(16,39,93,.16); backdrop-filter: blur(12px); }
.cx-contact-card span, .cx-contact-card strong, .cx-contact-card small { display: block; }
.cx-contact-card span { margin-bottom: 4px; color: var(--cx-blue); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.cx-contact-card a, .cx-contact-card strong { color: var(--cx-ink); font-size: 14px; font-weight: 780; }
.cx-contact-card a:hover { color: var(--cx-blue); }
.cx-contact-card small { margin-top: 2px; color: var(--cx-muted); font-size: 11px; }
.cx-contact-email-card { left: 0; bottom: 8px; min-width: 225px; }
.cx-contact-hours-card { right: -10px; top: 38px; min-width: 230px; }

/* Contact information band */
.cx-contact-info-band { padding: 36px 0; border-top: 1px solid var(--cx-line); border-bottom: 1px solid var(--cx-line); background: #fff; }
.cx-contact-info-grid { display: grid; grid-template-columns: .86fr .86fr 1.28fr; }
.cx-contact-info-grid article { display: grid; grid-template-columns: 50px 1fr; gap: 15px; align-items: start; padding: 8px 34px; border-right: 1px solid var(--cx-line); }
.cx-contact-info-grid article:first-child { padding-left: 0; }
.cx-contact-info-grid article:last-child { padding-right: 0; border-right: 0; }
.cx-contact-info-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--cx-soft-blue); color: var(--cx-blue); font-size: 18px; font-weight: 850; }
.cx-contact-info-grid small { display: block; margin-bottom: 3px; color: var(--cx-blue); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cx-contact-info-grid h2 { margin: 0 0 2px; font-size: 17px; letter-spacing: -.02em; }
.cx-contact-info-grid p, .cx-contact-info-grid a { margin: 0; color: var(--cx-text); font-size: 13px; line-height: 1.5; }
.cx-contact-info-grid a:hover { color: var(--cx-blue); }

/* Contact benefits */
.cx-contact-benefits-section { background: var(--cx-soft); }
.cx-contact-benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.cx-contact-benefit-grid article { min-height: 170px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid var(--cx-line); border-radius: 18px; background: #fff; box-shadow: 0 13px 34px rgba(16,39,93,.05); }
.cx-contact-benefit-grid article > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #e9fbf6; color: #0d9873; font-size: 14px; font-weight: 850; }
.cx-contact-benefit-grid h3 { margin: 26px 0 0; font-size: 17px; line-height: 1.25; letter-spacing: -.025em; }

/* Contact form */
.cx-consultation-section { background: #fff; }
.cx-consultation-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 78px; align-items: start; }
.cx-consultation-copy { position: sticky; top: 122px; }
.cx-consultation-copy > p { max-width: 560px; font-size: 17px; }
.cx-consultation-image { position: relative; height: 390px; margin-top: 34px; overflow: hidden; border-radius: 25px; box-shadow: var(--cx-shadow-sm); }
.cx-consultation-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(11,24,59,.72) 100%); }
.cx-consultation-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cx-consultation-image > div { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 22px; }
.cx-consultation-image strong, .cx-consultation-image span { display: block; }
.cx-consultation-image strong { color: #fff; font-size: 20px; }
.cx-consultation-image span { margin-top: 4px; color: #d9e5ff; font-size: 13px; }
.cx-contact-form-card { padding: 38px; border: 1px solid var(--cx-line); border-radius: 26px; background: #fff; box-shadow: 0 28px 80px rgba(16,39,93,.12); }
.cx-contact-form-heading { margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--cx-line); }
.cx-contact-form-heading span { display: block; margin-bottom: 6px; color: var(--cx-blue); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.cx-contact-form-heading h2 { margin: 0; font-size: 34px; }
.cx-contact-page-form { gap: 18px; }
.cx-contact-page-form input, .cx-contact-page-form select { height: 53px; }
.cx-contact-page-form textarea { min-height: 165px; }
.cx-contact-page-form .cx-submit-button { min-height: 56px; font-size: 15px; }

/* Keep Divi wrappers from adding inherited page spacing */
.page-template-page-about #main-header,
.page-template-page-contact #main-header,
.page-template-page-about #top-header,
.page-template-page-contact #top-header { display: none !important; }
.page-template-page-about #page-container,
.page-template-page-contact #page-container { padding-top: 0 !important; }

@media (max-width: 1180px) {
    .cx-inner-hero-grid, .cx-contact-hero-grid { gap: 40px; }
    .cx-about-story-grid { gap: 56px; }
    .cx-about-values-grid { grid-template-columns: repeat(2, 1fr); }
    .cx-contact-benefit-grid { grid-template-columns: repeat(3, 1fr); }
    .cx-contact-benefit-grid article:last-child { grid-column: 2; }
    .cx-consultation-grid { gap: 48px; }
}

@media (max-width: 980px) {
    .cx-inner-hero { padding: 78px 0 82px; }
    .cx-inner-hero-grid, .cx-contact-hero-grid, .cx-about-story-grid, .cx-leadership-panel, .cx-consultation-grid { grid-template-columns: 1fr; }
    .cx-inner-hero-copy { max-width: 760px; margin: 0 auto; text-align: center; }
    .cx-inner-hero-copy .cx-kicker, .cx-inner-hero-actions, .cx-inner-proof { justify-content: center; }
    .cx-about-hero-visual, .cx-contact-hero-visual { width: min(690px, 100%); min-height: 590px; margin: 0 auto; }
    .cx-about-story-grid { gap: 60px; }
    .cx-about-story-media { width: min(650px, 100%); min-height: 610px; margin: 0 auto; }
    .cx-purpose-grid { max-width: 820px; }
    .cx-leadership-photo { min-height: 430px; }
    .cx-leadership-photo::after { background: linear-gradient(180deg, rgba(11,24,59,0) 58%, var(--cx-navy) 100%); }
    .cx-leadership-copy { padding: 48px; }
    .cx-inner-final-cta { align-items: flex-start; flex-direction: column; padding: 46px; }
    .cx-contact-info-grid { grid-template-columns: 1fr 1fr; gap: 0; }
    .cx-contact-info-grid article { padding: 18px 24px; }
    .cx-contact-info-grid article:first-child { padding-left: 24px; }
    .cx-contact-info-grid article:nth-child(2) { border-right: 0; }
    .cx-contact-info-grid article:last-child { grid-column: 1 / -1; padding: 24px; border-top: 1px solid var(--cx-line); }
    .cx-contact-benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .cx-contact-benefit-grid article:last-child { grid-column: auto; }
    .cx-consultation-copy { position: static; }
    .cx-consultation-image { width: min(650px, 100%); }
}

@media (max-width: 680px) {
    .cx-inner-hero { padding-top: 62px; }
    .cx-inner-hero-lead { font-size: 18px; }
    .cx-inner-hero-actions { flex-direction: column; }
    .cx-inner-hero-actions .cx-button { width: 100%; }
    .cx-inner-proof { display: grid; width: fit-content; margin-inline: auto; text-align: left; }
    .cx-about-hero-visual, .cx-contact-hero-visual { min-height: 545px; }
    .cx-about-hero-photo { inset: 0 8px 72px 12px; border-width: 7px; border-radius: 25px; }
    .cx-about-founded-card { left: 0; bottom: 0; width: 190px; padding: 16px; }
    .cx-about-founded-card strong { font-size: 36px; }
    .cx-about-extension-card { right: 0; top: 16px; min-width: 205px; }
    .cx-about-story-media { min-height: 520px; }
    .cx-about-story-photo { inset: 0 26px 35px 0; border-radius: 24px; }
    .cx-about-story-badge { width: 210px; padding: 18px; }
    .cx-about-story-badge strong { font-size: 16px; }
    .cx-purpose-grid, .cx-about-values-grid, .cx-contact-benefit-grid { grid-template-columns: 1fr; }
    .cx-purpose-card { min-height: 300px; padding: 30px; }
    .cx-purpose-icon { margin-bottom: 46px; }
    .cx-about-values-grid article { min-height: 210px; }
    .cx-about-values-grid article > span { margin-bottom: 30px; }
    .cx-leadership-photo { min-height: 330px; }
    .cx-leadership-copy { padding: 36px 25px; }
    .cx-leadership-copy blockquote { font-size: 31px; }
    .cx-inner-final-section { padding-top: 35px; }
    .cx-inner-final-cta { padding: 35px 24px; border-radius: 22px; }
    .cx-inner-final-cta .cx-button { width: 100%; }
    .cx-contact-hero-photo { inset: 0 0 80px 14px; border-width: 7px; border-radius: 25px; }
    .cx-contact-email-card { left: 0; bottom: 0; min-width: 205px; }
    .cx-contact-hours-card { right: 0; top: 16px; min-width: 205px; }
    .cx-contact-info-grid { grid-template-columns: 1fr; }
    .cx-contact-info-grid article, .cx-contact-info-grid article:first-child, .cx-contact-info-grid article:last-child { grid-column: auto; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--cx-line); border-top: 0; }
    .cx-contact-info-grid article:last-child { border-bottom: 0; }
    .cx-contact-benefit-grid article { min-height: 140px; }
    .cx-contact-form-card { padding: 26px 18px; border-radius: 22px; }
    .cx-contact-form-heading h2 { font-size: 30px; }
    .cx-consultation-image { height: 330px; }
}

@media (max-width: 460px) {
    .cx-about-hero-visual, .cx-contact-hero-visual { min-height: 605px; }
    .cx-about-hero-photo { inset: 0 0 195px 0; }
    .cx-about-founded-card { bottom: 15px; }
    .cx-about-extension-card { top: auto; bottom: 126px; }
    .cx-contact-hero-photo { inset: 0 0 205px 0; }
    .cx-contact-email-card { bottom: 18px; width: 100%; }
    .cx-contact-hours-card { top: auto; right: 0; bottom: 98px; width: 100%; }
    .cx-about-story-media { min-height: 485px; }
    .cx-about-story-photo { inset: 0 0 105px 0; }
    .cx-about-story-badge { right: 12px; bottom: 18px; }
}


/* Dedicated talent pages — v1.3 */
.cx-dedicated-page {
    --cx-service-accent: #2357ff;
    --cx-service-accent-rgb: 35, 87, 255;
    --cx-service-accent-soft: #eef4ff;
    background: #fff;
}
.cx-dedicated-page.cx-accent-indigo {
    --cx-service-accent: #4353e8;
    --cx-service-accent-rgb: 67, 83, 232;
    --cx-service-accent-soft: #f0f1ff;
}
.cx-dedicated-page.cx-accent-violet {
    --cx-service-accent: #7c4dff;
    --cx-service-accent-rgb: 124, 77, 255;
    --cx-service-accent-soft: #f4f0ff;
}
.cx-dedicated-page.cx-accent-cyan {
    --cx-service-accent: #079ec7;
    --cx-service-accent-rgb: 7, 158, 199;
    --cx-service-accent-soft: #ecfbff;
}
.cx-dedicated-page.cx-accent-emerald {
    --cx-service-accent: #11876f;
    --cx-service-accent-rgb: 17, 135, 111;
    --cx-service-accent-soft: #edf9f6;
}
.cx-dedicated-page.cx-accent-orange {
    --cx-service-accent: #e4662a;
    --cx-service-accent-rgb: 228, 102, 42;
    --cx-service-accent-soft: #fff3ed;
}
.cx-dedicated-page .cx-kicker { color: var(--cx-service-accent); }
.cx-dedicated-page .cx-kicker > span {
    background: linear-gradient(90deg, var(--cx-service-accent), var(--cx-cyan));
}
.cx-dedicated-page .cx-button-primary {
    background: linear-gradient(135deg, var(--cx-service-accent), var(--cx-blue-2));
    box-shadow: 0 13px 30px rgba(var(--cx-service-accent-rgb), .22);
}
.cx-dedicated-page .cx-text-button { color: var(--cx-service-accent); }

.cx-service-hero {
    position: relative;
    min-height: 760px;
    padding: 92px 0 104px;
    overflow: hidden;
    border-bottom: 1px solid var(--cx-line);
    background:
        linear-gradient(110deg, rgba(var(--cx-service-accent-rgb), .045), transparent 44%),
        linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}
.cx-service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .34;
    background-image: radial-gradient(rgba(var(--cx-service-accent-rgb), .24) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(90deg, #000, transparent 42%, transparent 78%, #000);
}
.cx-service-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    pointer-events: none;
}
.cx-service-hero-orb-one {
    width: 430px;
    height: 430px;
    top: -170px;
    right: 4%;
    background: rgba(var(--cx-service-accent-rgb), .10);
}
.cx-service-hero-orb-two {
    width: 250px;
    height: 250px;
    left: 43%;
    bottom: -100px;
    background: rgba(22, 191, 232, .10);
}
.cx-service-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(460px, .97fr);
    gap: 76px;
    align-items: center;
}
.cx-service-hero-copy h1 {
    max-width: 760px;
    margin-bottom: 24px;
    font-size: clamp(46px, 5vw, 72px);
}
.cx-service-hero-copy h1::after {
    content: "";
    display: block;
    width: 104px;
    height: 6px;
    margin-top: 22px;
    border-radius: 10px;
    background: linear-gradient(90deg, var(--cx-service-accent), var(--cx-cyan));
}
.cx-service-hero-lead {
    max-width: 720px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.75;
}
.cx-service-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
}
.cx-service-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    color: var(--cx-muted);
    font-size: 12px;
    font-weight: 650;
}
.cx-service-trust-row span {
    display: inline-flex;
    align-items: flex-start;
    gap: 7px;
}
.cx-service-trust-row b {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--cx-service-accent-soft);
    color: var(--cx-service-accent);
    font-size: 10px;
}

.cx-service-hero-visual {
    position: relative;
    min-height: 590px;
}
.cx-service-photo-frame {
    position: absolute;
    inset: 12px 28px 74px 42px;
    overflow: hidden;
    border: 9px solid #fff;
    border-radius: 30px;
    background: #edf1f7;
    box-shadow: 0 32px 90px rgba(11, 24, 59, .20);
    transform: rotate(1.2deg);
}
.cx-service-photo-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(7, 19, 49, .42));
}
.cx-service-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cx-service-profile-card {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 2px;
    bottom: 0;
    padding: 18px;
    border: 1px solid rgba(218, 225, 238, .95);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 20px 56px rgba(11, 24, 59, .16);
    backdrop-filter: blur(18px);
}
.cx-service-profile-top {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 12px;
    align-items: center;
}
.cx-service-avatar {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--cx-service-accent-soft);
    color: var(--cx-service-accent);
    font-size: 11px;
    font-weight: 850;
}
.cx-service-profile-top small,
.cx-service-profile-top strong {
    display: block;
}
.cx-service-profile-top small {
    color: var(--cx-muted);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .055em;
}
.cx-service-profile-top strong {
    margin-top: 2px;
    color: var(--cx-ink);
    font-size: 14px;
}
.cx-service-ready {
    padding: 7px 9px;
    border-radius: 999px;
    background: #eafaf4;
    color: #0b8b67;
    font-size: 10px;
    font-weight: 800;
}
.cx-service-skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
}
.cx-service-skill-tags span {
    padding: 7px 9px;
    border: 1px solid var(--cx-line);
    border-radius: 999px;
    background: #fff;
    color: var(--cx-text);
    font-size: 10px;
    font-weight: 700;
}
.cx-service-mini-card {
    position: absolute;
    z-index: 4;
    width: 176px;
    padding: 14px;
    border: 1px solid rgba(229, 234, 243, .95);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 15px 38px rgba(11, 24, 59, .13);
    backdrop-filter: blur(14px);
}
.cx-service-mini-card span,
.cx-service-mini-card strong,
.cx-service-mini-card small { display: block; }
.cx-service-mini-card span {
    margin-bottom: 6px;
    color: var(--cx-service-accent);
    font-size: 10px;
    font-weight: 850;
}
.cx-service-mini-card strong {
    color: var(--cx-ink);
    font-size: 12px;
}
.cx-service-mini-card small {
    margin-top: 2px;
    color: var(--cx-muted);
    font-size: 10px;
    line-height: 1.35;
}
.cx-service-mini-card-one { top: 48px; left: -18px; }
.cx-service-mini-card-two { right: -14px; top: 186px; }

.cx-service-intro {
    background: #fff;
}
.cx-service-intro-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 90px;
    align-items: center;
}
.cx-service-intro-image {
    position: relative;
    min-height: 560px;
}
.cx-service-intro-image > img {
    width: calc(100% - 28px);
    height: 520px;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: var(--cx-shadow);
}
.cx-service-image-note {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(330px, 78%);
    padding: 20px;
    border: 1px solid var(--cx-line);
    border-left: 4px solid var(--cx-service-accent);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--cx-shadow-sm);
}
.cx-service-image-note span,
.cx-service-image-note strong { display: block; }
.cx-service-image-note span {
    margin-bottom: 5px;
    color: var(--cx-service-accent);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .075em;
    text-transform: uppercase;
}
.cx-service-image-note strong {
    color: var(--cx-ink);
    font-size: 15px;
    line-height: 1.4;
}
.cx-service-intro-copy h2 { margin-bottom: 24px; }
.cx-service-intro-copy p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.76;
}
.cx-service-intro-copy .cx-text-button { margin-top: 12px; }

.cx-service-why-section {
    background: linear-gradient(180deg, #fbfcff, #fff);
    border-top: 1px solid #f0f2f7;
}
.cx-service-card-grid {
    display: grid;
    gap: 16px;
}
.cx-service-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cx-service-card {
    position: relative;
    min-height: 240px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--cx-line);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(11, 24, 59, .04);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.cx-service-card::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -80px;
    bottom: -80px;
    border-radius: 50%;
    background: rgba(var(--cx-service-accent-rgb), .055);
}
.cx-service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(var(--cx-service-accent-rgb), .24);
    box-shadow: var(--cx-shadow-sm);
}
.cx-service-card-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 24px;
    border: 1px solid rgba(var(--cx-service-accent-rgb), .16);
    border-radius: 12px;
    background: var(--cx-service-accent-soft);
    color: var(--cx-service-accent);
    font-size: 24px;
    font-weight: 850;
}
.cx-service-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    font-size: 19px;
}
.cx-service-card p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.62;
}
.cx-service-check-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 7px;
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
}
.cx-service-check-list li {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 8px;
    color: var(--cx-text);
    font-size: 12px;
    line-height: 1.42;
}
.cx-service-check-list li > span {
    display: grid;
    place-items: center;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    border-radius: 50%;
    background: var(--cx-service-accent-soft);
    color: var(--cx-service-accent);
    font-size: 9px;
    font-weight: 900;
}

.cx-service-roles-section { background: #f6f8fc; }
.cx-service-role-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cx-service-role-grid .cx-service-card {
    min-height: 315px;
}

.cx-service-solutions-section {
    background: #fff;
}
.cx-service-solution-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cx-service-solution-grid .cx-service-card {
    min-height: 265px;
    background: linear-gradient(180deg, #fff, #fbfcff);
}

.cx-service-tools-section {
    padding-top: 38px;
    padding-bottom: 38px;
}
.cx-service-tools-shell {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 54px;
    align-items: center;
    padding: 58px;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 86% 12%, rgba(var(--cx-service-accent-rgb), .32), transparent 32%),
        linear-gradient(135deg, #07142f, #10275a 68%, #173a82);
    box-shadow: 0 28px 70px rgba(9, 24, 58, .16);
}
.cx-service-tools-copy h2 {
    margin-bottom: 18px;
    color: #fff;
}
.cx-service-tools-copy p {
    margin-bottom: 26px;
    color: #c0cce0;
    font-size: 16px;
}
.cx-service-tool-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.cx-service-tool-groups article {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 16px;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(10px);
}
.cx-service-tool-groups h3 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 15px;
}
.cx-service-tool-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.cx-service-tool-chips span {
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    color: #d7e4f8;
    font-size: 10px;
    font-weight: 700;
}

.cx-service-process-section { background: #fff; }
.cx-service-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
.cx-service-process-grid::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 29px;
    height: 1px;
    background: #dce3ef;
}
.cx-service-process-grid article {
    position: relative;
    z-index: 2;
    text-align: center;
}
.cx-service-step-number {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 24px;
    border: 8px solid #fff;
    outline: 1px solid rgba(var(--cx-service-accent-rgb), .18);
    border-radius: 50%;
    background: var(--cx-service-accent-soft);
    color: var(--cx-service-accent);
    font-size: 10px;
    font-weight: 900;
}
.cx-service-process-grid h3 {
    margin-bottom: 10px;
    font-size: 17px;
}
.cx-service-process-grid p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.55;
}

.cx-service-benefits-section {
    background: linear-gradient(180deg, #fbfcff, #f7f9fc);
}
.cx-service-benefit-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}
.cx-service-benefit-grid article {
    min-height: 205px;
    padding: 24px;
    border: 1px solid var(--cx-line);
    border-radius: 17px;
    background: #fff;
}
.cx-service-benefit-grid article > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 24px;
    border-radius: 11px;
    background: var(--cx-service-accent-soft);
    color: var(--cx-service-accent);
    font-size: 14px;
}
.cx-service-benefit-grid h3 {
    margin-bottom: 10px;
    font-size: 17px;
}
.cx-service-benefit-grid p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.55;
}

.cx-service-comparison-section { background: #fff; }
.cx-service-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--cx-line);
    border-radius: 20px;
    box-shadow: var(--cx-shadow-sm);
}
.cx-service-comparison-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #fff;
}
.cx-service-comparison-table th,
.cx-service-comparison-table td {
    padding: 20px 22px;
    border-right: 1px solid var(--cx-line);
    border-bottom: 1px solid var(--cx-line);
    text-align: left;
    vertical-align: top;
    color: var(--cx-text);
    font-size: 13px;
    line-height: 1.5;
}
.cx-service-comparison-table th:last-child,
.cx-service-comparison-table td:last-child { border-right: 0; }
.cx-service-comparison-table tbody tr:last-child th,
.cx-service-comparison-table tbody tr:last-child td { border-bottom: 0; }
.cx-service-comparison-table thead th {
    background: #f7f9fd;
    color: var(--cx-ink);
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.cx-service-comparison-table thead th:last-child {
    background: var(--cx-service-accent-soft);
    color: var(--cx-service-accent);
}
.cx-service-comparison-table tbody td:last-child {
    background: rgba(var(--cx-service-accent-rgb), .038);
    color: var(--cx-ink);
    font-weight: 650;
}
.cx-service-comparison-table tbody th {
    color: var(--cx-ink);
    font-weight: 760;
}

.cx-service-audience-section {
    background: #f6f8fc;
}
.cx-service-audience-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}
.cx-service-audience-grid article {
    min-height: 178px;
    padding: 24px;
    border: 1px solid #e4e9f2;
    border-radius: 17px;
    background: #fff;
}
.cx-service-audience-grid article > span {
    color: var(--cx-service-accent);
    font-size: 13px;
}
.cx-service-audience-grid h3 {
    margin: 22px 0 10px;
    font-size: 17px;
}
.cx-service-audience-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
}
.cx-service-industry-block {
    margin-top: 86px;
    padding-top: 80px;
    border-top: 1px solid #e1e6ef;
}

.cx-service-faq-section { background: #fff; }
.cx-service-faq-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 80px;
    align-items: start;
}
.cx-service-faq-heading {
    position: sticky;
    top: 132px;
}
.cx-service-faq-heading h2 {
    margin-bottom: 18px;
}
.cx-service-faq-heading p {
    margin-bottom: 28px;
    font-size: 16px;
}
.cx-service-faq-list {
    display: grid;
    gap: 12px;
}
.cx-service-faq-list details {
    border: 1px solid var(--cx-line);
    border-radius: 0px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.cx-service-faq-list details[open] {
    border-color: rgba(var(--cx-service-accent-rgb), .28);
    box-shadow: 0 12px 34px rgba(11, 24, 59, .055);
}
.cx-service-faq-list summary {
    display: grid;
    grid-template-columns: 1fr 28px;
    gap: 20px;
    align-items: center;
    padding: 22px 24px;
    color: var(--cx-ink);
    font-size: 16px;
    font-weight: 760;
    cursor: pointer;
    list-style: none;
}
.cx-service-faq-list summary::-webkit-details-marker { display: none; }
.cx-service-faq-list summary > span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: var(--cx-service-accent-soft);
    color: var(--cx-service-accent);
    transition: transform .18s ease;
}
.cx-service-faq-list details[open] summary > span { transform: rotate(45deg); }
.cx-service-faq-list details p {
    padding: 0 24px 24px;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
}
.cx-service-faq-list details p{padding-bottom:20px!important;}
.cx-service-final-section { padding-top: 32px; }

@media (max-width: 1180px) {
    .cx-service-hero-grid { grid-template-columns: 1fr .9fr; gap: 46px; }
    .cx-service-hero-visual { min-height: 540px; }
    .cx-service-why-grid,
    .cx-service-role-grid,
    .cx-service-solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cx-service-benefit-grid,
    .cx-service-audience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
    .cx-service-hero {
        min-height: 0;
        padding: 72px 0 82px;
    }
    .cx-service-hero-grid,
    .cx-service-intro-grid,
    .cx-service-tools-shell,
    .cx-service-faq-grid {
        grid-template-columns: 1fr;
    }
    .cx-service-hero-grid { gap: 58px; }
    .cx-service-hero-copy { max-width: 760px; }
    .cx-service-hero-visual { width: min(650px, 100%); min-height: 580px; margin-inline: auto; }
    .cx-service-intro-grid { gap: 48px; }
    .cx-service-intro-image { width: min(700px, 100%); margin-inline: auto; }
    .cx-service-tools-shell { padding: 46px; }
    .cx-service-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 24px; }
    .cx-service-process-grid::before { display: none; }
    .cx-service-benefit-grid,
    .cx-service-audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cx-service-faq-grid { gap: 42px; }
    .cx-service-faq-heading { position: static; max-width: 720px; }
}

@media (max-width: 680px) {
    .cx-service-hero {
        padding: 54px 0 68px;
    }
    .cx-service-hero-copy h1 {
        font-size: clamp(38px, 12vw, 52px);
    }
    .cx-service-hero-lead { font-size: 16px; }
    .cx-service-hero-actions {
        display: grid;
    }
    .cx-service-hero-actions .cx-button { width: 100%; }
    .cx-service-trust-row { display: grid; gap: 9px; }
    .cx-service-hero-visual { min-height: 470px; }
    .cx-service-photo-frame { inset: 8px 4px 92px 10px; border-width: 6px; border-radius: 22px; }
    .cx-service-profile-card { left: 0; right: 0; padding: 14px; }
    .cx-service-profile-top { grid-template-columns: 38px 1fr; }
    .cx-service-ready { grid-column: 1 / -1; justify-self: start; }
    .cx-service-mini-card { display: none; }
    .cx-service-intro-image { min-height: 430px; }
    .cx-service-intro-image > img {
        width: 100%;
        height: 390px;
        border-radius: 20px;
    }
    .cx-service-image-note {
        width: calc(100% - 24px);
        right: 12px;
    }
    .cx-service-why-grid,
    .cx-service-role-grid,
    .cx-service-solution-grid,
    .cx-service-process-grid,
    .cx-service-benefit-grid,
    .cx-service-audience-grid,
    .cx-service-tool-groups {
        grid-template-columns: 1fr;
    }
    .cx-service-card,
    .cx-service-role-grid .cx-service-card,
    .cx-service-solution-grid .cx-service-card {
        min-height: 0;
        padding: 24px;
    }
    .cx-service-tools-section {
        padding-inline: 0;
    }
    .cx-service-tools-shell {
        width: min(calc(100% - 24px), var(--cx-container));
        padding: 34px 24px;
        border-radius: 22px;
    }
    .cx-service-process-grid article { text-align: left; }
    .cx-service-step-number { margin: 0 0 18px; }
    .cx-service-benefit-grid article,
    .cx-service-audience-grid article { min-height: 0; }
    .cx-service-faq-list summary {
        padding: 19px;
        font-size: 15px;
    }
    .cx-service-faq-list details p { padding: 0 19px 20px; }
}

/* ==========================================================
   Homepage v1.6: document-led AI introduction and lean layout
   ========================================================== */
.cx-ai-intro-section {
    position: relative;
    padding: 28px 0 0;
    overflow: hidden;
    background: #fff;
}
.cx-ai-intro-panel {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    gap: 46px;
    align-items: center;
    padding: 38px 42px;
    overflow: hidden;
    border-radius: 26px;
    background:
        radial-gradient(circle at 92% 8%, rgba(22,191,232,.24), transparent 29%),
        radial-gradient(circle at 55% 130%, rgba(35,87,255,.30), transparent 40%),
        linear-gradient(135deg, #071531 0%, #102a64 52%, #153fb8 100%);
    box-shadow: 0 24px 70px rgba(11,24,59,.17);
}
.cx-ai-intro-panel::before,
.cx-ai-intro-panel::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.10);
    pointer-events: none;
}
.cx-ai-intro-panel::before { width: 390px; height: 390px; right: -190px; top: -245px; }
.cx-ai-intro-panel::after { width: 250px; height: 250px; left: 45%; bottom: -205px; border-width: 34px; border-color: rgba(255,255,255,.045); }
.cx-ai-intro-copy { max-width: 680px; }
.cx-ai-intro-copy .cx-kicker { margin-bottom: 13px; }
.cx-ai-intro-copy h2 {
    max-width: 620px;
    margin-bottom: 13px;
    color: #fff;
    font-size: clamp(30px, 3.2vw, 46px);
}
.cx-ai-intro-copy p {
    max-width: 690px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 15px;
    line-height: 1.72;
}
.cx-ai-outcomes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}
.cx-ai-outcomes span {
    min-height: 68px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 15px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 14px;
    background: rgba(255,255,255,.075);
    backdrop-filter: blur(8px);
    font-size: 12px;
    font-weight: 720;
    line-height: 1.35;
}
.cx-ai-outcomes i {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: linear-gradient(135deg, #2f69ff, #22c8ea);
    color: #fff;
    font-size: 9px;
    font-style: normal;
    font-weight: 850;
}
.cx-ai-intro-section + .cx-hero { padding-top: 82px; }
.cx-comparison-section { background: linear-gradient(180deg, #fff 0%, #f8faff 100%); }
.cx-roles-section { background: #fff; }
.cx-process-section { border-top: 1px solid #eef1f6; background: #fbfcff; }

@media (max-width: 980px) {
    .cx-ai-intro-panel { grid-template-columns: 1fr; gap: 28px; padding: 34px; }
    .cx-ai-intro-copy { max-width: 760px; }
    .cx-ai-outcomes { max-width: 720px; }
    .cx-ai-intro-section + .cx-hero { padding-top: 70px; }
}

@media (max-width: 680px) {
    .cx-ai-intro-section { padding-top: 14px; }
    .cx-ai-intro-panel { gap: 24px; padding: 28px 22px; border-radius: 21px; }
    .cx-ai-intro-copy h2 { font-size: clamp(29px, 9vw, 39px); }
    .cx-ai-intro-copy p { font-size: 14px; }
    .cx-ai-outcomes { grid-template-columns: 1fr; gap: 9px; }
    .cx-ai-outcomes span { min-height: 58px; }
    .cx-ai-intro-section + .cx-hero { padding-top: 58px; }
}


/* ==========================================================
   Homepage v1.7: AI placement and image-led security section
   ========================================================== */
.cx-ai-intro-section {
    padding: 92px 0;
    background: #fff;
}
.cx-roles-section + .cx-ai-intro-section {
    border-top: 1px solid #eef1f6;
}
.cx-ai-intro-section + .cx-process-section {
    border-top: 0;
}
.cx-security-section {
    padding-top: 96px;
    padding-bottom: 96px;
    background: #fff;
}
.cx-security-layout {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(42px, 6vw, 86px);
    align-items: center;
}
.cx-security-visual {
    position: relative;
    min-height: 510px;
}
.cx-security-visual::before {
    content: "";
    position: absolute;
    width: 72%;
    height: 78%;
    left: -22px;
    bottom: -22px;
    border-radius: 28px;
    background: linear-gradient(145deg, #eaf3ff, #f4fbff);
}
.cx-security-visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 510px;
    display: block;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0 24px 60px rgba(18, 38, 91, .14);
}
.cx-security-image-badge {
    position: absolute;
    z-index: 2;
    right: -24px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 230px;
    padding: 16px 18px;
    border: 1px solid #e2e9f5;
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 48px rgba(18,38,91,.16);
    backdrop-filter: blur(12px);
}
.cx-security-image-badge > i {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #e8f8f2;
    color: #0eae78;
    font-style: normal;
    font-weight: 900;
}
.cx-security-image-badge span {
    display: grid;
    color: #68758e;
    font-size: 11px;
    line-height: 1.45;
}
.cx-security-image-badge strong {
    color: var(--cx-ink);
    font-size: 13px;
}
.cx-security-copy h2 {
    max-width: 620px;
    margin-bottom: 18px;
    color: var(--cx-ink);
    font-size: clamp(34px, 4vw, 52px);
}
.cx-security-copy > p {
    max-width: 650px;
    margin: 0 0 28px;
    color: var(--cx-text);
    font-size: 16px;
}
.cx-security-copy .cx-security-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.cx-security-copy .cx-security-grid span {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 16px;
    border: 1px solid #e5eaf3;
    border-radius: 14px;
    background: #fff;
    color: var(--cx-ink);
    box-shadow: 0 10px 28px rgba(18,38,91,.055);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}
.cx-security-copy .cx-security-grid i {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e8f8f2;
    color: #0eae78;
    font-style: normal;
}

@media (max-width: 980px) {
    .cx-ai-intro-section { padding: 78px 0; }
    .cx-security-layout { grid-template-columns: 1fr; gap: 48px; }
    .cx-security-visual { min-height: 470px; max-width: 760px; }
    .cx-security-visual img { height: 470px; }
    .cx-security-image-badge { right: 22px; }
}

@media (max-width: 680px) {
    .cx-ai-intro-section { padding: 64px 0; }
    .cx-security-section { padding-top: 68px; padding-bottom: 68px; }
    .cx-security-layout { gap: 38px; }
    .cx-security-visual { min-height: 360px; }
    .cx-security-visual::before { left: -10px; bottom: -12px; border-radius: 21px; }
    .cx-security-visual img { height: 360px; border-radius: 21px; }
    .cx-security-image-badge {
        right: 14px;
        bottom: 16px;
        left: 14px;
        min-width: 0;
    }
    .cx-security-copy h2 { font-size: clamp(30px, 9vw, 40px); }
    .cx-security-copy .cx-security-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   Creatricx solution pages — v1.8
   ========================================================= */
.cx-solution-page {
    --cx-sol-accent: #2459ff;
    --cx-sol-accent-2: #12b9d6;
    --cx-sol-soft-bg: #f6f8ff;
    --cx-sol-glow: rgba(36, 89, 255, .18);
    overflow: hidden;
    background: #fff;
    color: var(--cx-text);
}
.cx-sol-accent-violet { --cx-sol-accent: #7058ff; --cx-sol-accent-2: #9c77ff; --cx-sol-soft-bg: #f8f6ff; --cx-sol-glow: rgba(112,88,255,.2); }
.cx-sol-accent-cyan { --cx-sol-accent: #087fbd; --cx-sol-accent-2: #20c5d6; --cx-sol-soft-bg: #f2fbfd; --cx-sol-glow: rgba(8,127,189,.18); }
.cx-sol-accent-teal { --cx-sol-accent: #008f87; --cx-sol-accent-2: #32c7a4; --cx-sol-soft-bg: #f1fbf8; --cx-sol-glow: rgba(0,143,135,.18); }
.cx-sol-accent-green { --cx-sol-accent: #15955b; --cx-sol-accent-2: #55c986; --cx-sol-soft-bg: #f4fbf6; --cx-sol-glow: rgba(21,149,91,.18); }
.cx-sol-accent-orange { --cx-sol-accent: #ed6f28; --cx-sol-accent-2: #ffb14a; --cx-sol-soft-bg: #fff8f2; --cx-sol-glow: rgba(237,111,40,.18); }
.cx-sol-accent-rose { --cx-sol-accent: #d84876; --cx-sol-accent-2: #ff7b9d; --cx-sol-soft-bg: #fff5f8; --cx-sol-glow: rgba(216,72,118,.18); }
.cx-sol-accent-indigo { --cx-sol-accent: #3656d4; --cx-sol-accent-2: #6b85ef; --cx-sol-soft-bg: #f5f7ff; --cx-sol-glow: rgba(54,86,212,.18); }
.cx-sol-accent-blue { --cx-sol-accent: #2459ff; --cx-sol-accent-2: #12b9d6; --cx-sol-soft-bg: #f6f8ff; --cx-sol-glow: rgba(36,89,255,.18); }
.cx-sol-accent-electric { --cx-sol-accent: #3265ff; --cx-sol-accent-2: #10c9e7; --cx-sol-soft-bg: #f3f8ff; --cx-sol-glow: rgba(50,101,255,.19); }
.cx-sol-accent-emerald { --cx-sol-accent: #13875f; --cx-sol-accent-2: #43c692; --cx-sol-soft-bg: #f2faf7; --cx-sol-glow: rgba(19,135,95,.18); }
.cx-sol-accent-sky { --cx-sol-accent: #1776d2; --cx-sol-accent-2: #42b8f5; --cx-sol-soft-bg: #f2f8fd; --cx-sol-glow: rgba(23,118,210,.18); }
.cx-sol-accent-amber { --cx-sol-accent: #d88408; --cx-sol-accent-2: #f4b73e; --cx-sol-soft-bg: #fff9ef; --cx-sol-glow: rgba(216,132,8,.18); }

.cx-solution-page .cx-kicker span { background: var(--cx-sol-accent); }
.cx-solution-page .cx-button-primary {
    border-color: var(--cx-sol-accent);
    background: var(--cx-sol-accent);
    box-shadow: 0 16px 35px var(--cx-sol-glow);
}
.cx-solution-page .cx-button-primary:hover { filter: brightness(.94); transform: translateY(-2px); }
.cx-solution-page .cx-text-button { color: var(--cx-sol-accent); }
.cx-solution-page .cx-section-heading { max-width: 820px; }
.cx-solution-page .cx-section-heading.cx-centered { margin-right: auto; margin-left: auto; text-align: center; }
.cx-solution-page .cx-section-heading h2 {
    margin: 10px 0 16px;
    color: var(--cx-ink);
    font-size: clamp(34px, 4.4vw, 58px);
    letter-spacing: -.045em;
    line-height: 1.04;
}
.cx-solution-page .cx-section-heading p { max-width: 760px; margin: 0 auto; color: #62708d; font-size: 17px; line-height: 1.75; }

.cx-sol-hero {
    position: relative;
    isolation: isolate;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 118px 0 92px;
    background:
        radial-gradient(circle at 85% 20%, var(--cx-sol-glow), transparent 34%),
        linear-gradient(135deg, #fff 0%, #f7f9ff 64%, var(--cx-sol-soft-bg) 100%);
    border-bottom: 1px solid #e9edf5;
}
.cx-sol-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .42;
    background-image: radial-gradient(#9eb1dc 1px, transparent 1px);
    background-size: 27px 27px;
    mask-image: linear-gradient(90deg, transparent 0%, transparent 55%, #000 100%);
}
.cx-sol-orb { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.cx-sol-orb-one { width: 420px; height: 420px; right: -180px; top: 70px; border: 74px solid rgba(255,255,255,.45); background: var(--cx-sol-glow); }
.cx-sol-orb-two { width: 190px; height: 190px; left: -90px; bottom: -60px; background: var(--cx-sol-glow); filter: blur(1px); }
.cx-sol-hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); gap: 74px; align-items: center; }
.cx-sol-hero-copy h1 {
    max-width: 760px;
    margin: 14px 0 24px;
    color: var(--cx-ink);
    font-size: clamp(50px, 5.7vw, 78px);
    letter-spacing: -.058em;
    line-height: .99;
}
.cx-sol-hero-copy p { max-width: 690px; margin: 0 0 13px; color: #61708d; font-size: 16px; line-height: 1.72; }
.cx-sol-hero-copy .cx-sol-hero-lead { color: #2f4164; font-size: clamp(18px, 1.65vw, 22px); line-height: 1.58; }
.cx-sol-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 31px 0 27px; }
.cx-sol-actions .cx-button { min-height: 54px; }
.cx-sol-trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; color: #3d4e6b; font-size: 13px; font-weight: 800; }
.cx-sol-trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.cx-sol-trust-row span::first-letter { color: var(--cx-sol-accent); }
.cx-sol-hero-visual { position: relative; min-height: 540px; }
.cx-sol-image-frame {
    position: absolute;
    inset: 24px 0 24px 38px;
    overflow: hidden;
    border: 12px solid #fff;
    border-radius: 34px;
    background: #dfe7f6;
    box-shadow: 0 32px 80px rgba(15,36,84,.18);
}
.cx-sol-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(8,20,50,.22)); pointer-events: none; }
.cx-sol-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.cx-sol-floating-card {
    position: absolute;
    z-index: 2;
    min-width: 210px;
    padding: 16px 18px;
    border: 1px solid rgba(210,220,241,.9);
    border-radius: 17px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 45px rgba(16,39,91,.16);
    backdrop-filter: blur(12px);
}
.cx-sol-floating-card span { display: block; margin-bottom: 4px; color: #7a87a1; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cx-sol-floating-card strong { color: var(--cx-ink); font-size: 14px; line-height: 1.3; }
.cx-sol-floating-top { top: 4px; right: -18px; }
.cx-sol-floating-bottom { left: 0; bottom: 0; }

.cx-sol-intro { padding-top: 112px; padding-bottom: 112px; }
.cx-sol-intro-grid { display: grid; grid-template-columns: minmax(380px,.88fr) minmax(0,1.12fr); gap: 84px; align-items: center; }
.cx-sol-intro-media { position: relative; min-height: 520px; }
.cx-sol-intro-media::before { content: ""; position: absolute; inset: 44px -22px -22px 42px; border-radius: 32px; background: var(--cx-sol-soft-bg); }
.cx-sol-intro-media img { position: relative; width: 100%; height: 520px; object-fit: cover; border-radius: 30px; box-shadow: 0 30px 70px rgba(19,40,86,.14); }
.cx-sol-image-caption { position: absolute; right: -28px; bottom: 28px; width: min(315px, 78%); padding: 18px 20px; border-radius: 17px; background: #fff; box-shadow: 0 18px 44px rgba(12,34,82,.16); }
.cx-sol-image-caption span { display: block; margin-bottom: 5px; color: var(--cx-sol-accent); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cx-sol-image-caption strong { color: var(--cx-ink); font-size: 15px; line-height: 1.4; }
.cx-sol-intro-copy h2 { margin: 12px 0 20px; color: var(--cx-ink); font-size: clamp(37px,4.4vw,58px); letter-spacing: -.045em; line-height: 1.04; }
.cx-sol-intro-copy > p { color: #61708d; font-size: 16px; line-height: 1.78; }
.cx-sol-intro-copy .cx-text-button { margin-top: 22px; }

.cx-sol-soft { background: var(--cx-sol-soft-bg); }
.cx-sol-section { padding-top: 106px; padding-bottom: 106px; }
.cx-sol-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 48px; }
.cx-sol-card {
    position: relative;
    min-height: 100%;
    padding: 30px 28px 29px;
    border: 1px solid #e4e9f3;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(24,45,91,.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.cx-sol-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--cx-sol-accent) 28%, #e4e9f3); box-shadow: 0 24px 54px rgba(24,45,91,.12); }
.cx-sol-card-index { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 13px; background: var(--cx-sol-soft-bg); color: var(--cx-sol-accent); font-size: 12px; font-weight: 900; }
.cx-sol-card h3 { margin: 0 0 10px; color: var(--cx-ink); font-size: 22px; letter-spacing: -.025em; line-height: 1.2; }
.cx-sol-card h4 { margin: -2px 0 14px; color: var(--cx-sol-accent); font-size: 13px; line-height: 1.45; }
.cx-sol-card p { margin: 0 0 14px; color: #687691; font-size: 14px; line-height: 1.67; }
.cx-sol-list { display: grid; gap: 9px; margin: 17px 0 0; padding: 0; list-style: none; }
.cx-sol-list li { display: flex; align-items: flex-start; gap: 9px; color: #4f5f7c; font-size: 13px; line-height: 1.5; }
.cx-sol-list li > span:first-child { width: 20px; height: 20px; flex: 0 0 20px; display: grid; place-items: center; margin-top: 0; border-radius: 50%; background: var(--cx-sol-soft-bg); color: var(--cx-sol-accent); font-size: 10px; font-weight: 900; }

.cx-sol-team-section { padding-top: 104px; padding-bottom: 104px; background: #fff; }
.cx-sol-team-shell {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(300px,.86fr) minmax(0,1.14fr);
    gap: 48px;
    padding: 62px;
    border-radius: 34px;
    background: linear-gradient(135deg,#071735 0%,#112b6e 58%,color-mix(in srgb,var(--cx-sol-accent) 76%,#152d72) 100%);
    box-shadow: 0 36px 80px rgba(9,27,69,.2);
}
.cx-sol-team-shell::after { content: ""; position: absolute; width: 430px; height: 430px; right: -175px; bottom: -235px; border: 72px solid rgba(255,255,255,.07); border-radius: 50%; }
.cx-sol-team-copy { position: relative; z-index: 1; }
.cx-sol-team-copy h2 { margin: 12px 0 18px; color: #fff; font-size: clamp(35px,4vw,52px); letter-spacing: -.045em; line-height: 1.04; }
.cx-sol-team-copy > p { color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.72; }
.cx-sol-team-copy .cx-button { margin-top: 26px; }
.cx-sol-list-light li { color: rgba(255,255,255,.82); }
.cx-sol-list-light li > span:first-child { background: rgba(255,255,255,.12); color: #fff; }
.cx-sol-team-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.cx-sol-team-grid article { padding: 25px; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.cx-sol-team-grid h3 { margin: 0 0 10px; color: #fff; font-size: 18px; line-height: 1.25; }
.cx-sol-team-grid p { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.58; }

.cx-sol-table-section { padding-top: 102px; padding-bottom: 102px; background: var(--cx-sol-soft-bg); }
.cx-sol-table-wrap { overflow-x: auto; margin-top: 44px; border: 1px solid #dfe6f2; border-radius: 23px; background: #fff; box-shadow: 0 20px 55px rgba(20,43,91,.08); }
.cx-sol-table-wrap table { width: 100%; min-width: 680px; border-collapse: collapse; }
.cx-sol-table-wrap th,.cx-sol-table-wrap td { padding: 19px 24px; border-bottom: 1px solid #e8edf5; text-align: left; color: #53627d; font-size: 14px; line-height: 1.5; }
.cx-sol-table-wrap thead th { background: #0d214d; color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.cx-sol-table-wrap tbody th { width: 44%; color: var(--cx-ink); font-weight: 800; }
.cx-sol-table-wrap tbody tr:last-child th,.cx-sol-table-wrap tbody tr:last-child td { border-bottom: 0; }
.cx-sol-table-wrap tbody tr:hover { background: var(--cx-sol-soft-bg); }

.cx-sol-process-section { padding-top: 108px; padding-bottom: 108px; }
.cx-sol-process-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 52px; }
.cx-sol-process-grid article { position: relative; min-height: 235px; padding: 30px 27px; border: 1px solid #e3e8f2; border-radius: 22px; background: #fff; box-shadow: 0 14px 35px rgba(19,39,84,.055); }
.cx-sol-process-grid article::after { content: ""; position: absolute; top: 0; right: 28px; left: 28px; height: 3px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg,var(--cx-sol-accent),var(--cx-sol-accent-2)); }
.cx-sol-process-grid article > span { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; background: var(--cx-sol-soft-bg); color: var(--cx-sol-accent); font-size: 12px; font-weight: 900; }
.cx-sol-process-grid h3 { margin: 0 0 11px; color: var(--cx-ink); font-size: 20px; line-height: 1.25; }
.cx-sol-process-grid p { color: #687691; font-size: 14px; line-height: 1.62; }

.cx-sol-chip-section { padding-top: 94px; padding-bottom: 94px; }
.cx-sol-chip-section .cx-section-heading { max-width: 780px; }
.cx-sol-chip-groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 38px; }
.cx-sol-chip-groups article { padding: 26px; border: 1px solid #e2e7f1; border-radius: 20px; background: #fff; }
.cx-sol-chip-groups h3 { margin: 0 0 17px; color: var(--cx-ink); font-size: 18px; }
.cx-sol-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.cx-sol-chip-groups .cx-sol-chips { margin-top: 0; }
.cx-sol-chips span { display: inline-flex; align-items: center; min-height: 39px; padding: 9px 14px; border: 1px solid color-mix(in srgb,var(--cx-sol-accent) 18%,#e2e7f1); border-radius: 999px; background: #fff; color: #40506e; font-size: 13px; font-weight: 700; }

.cx-sol-feature-section { padding-top: 96px; padding-bottom: 96px; }
.cx-sol-feature-shell { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.75fr); gap: 50px; align-items: center; padding: 58px 62px; border-radius: 31px; background: linear-gradient(125deg,#071a42,#193b8e 66%,var(--cx-sol-accent)); box-shadow: 0 30px 70px rgba(12,35,84,.2); }
.cx-sol-feature-shell h2 { margin: 12px 0 18px; color: #fff; font-size: clamp(35px,4vw,52px); line-height: 1.04; letter-spacing: -.04em; }
.cx-sol-feature-shell p { color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.72; }
.cx-sol-feature-list { grid-template-columns: repeat(2,minmax(0,1fr)); }

.cx-sol-faq-section { padding-top: 106px; padding-bottom: 106px; background: var(--cx-sol-soft-bg); }
.cx-sol-faq-grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: 72px; align-items: start; }
.cx-sol-faq-copy { position: sticky; top: 130px; }
.cx-sol-faq-copy h2 { margin: 12px 0 18px; color: var(--cx-ink); font-size: clamp(35px,4vw,52px); letter-spacing: -.045em; line-height: 1.04; }
.cx-sol-faq-copy p { color: #66738d; font-size: 16px; line-height: 1.7; }
.cx-sol-faq-copy .cx-button { margin-top: 22px; }
.cx-sol-faq-list { display: grid; gap: 12px; }
.cx-sol-faq-list details { overflow: hidden; border: 1px solid #dfe6f1; border-radius: 17px; background: #fff; box-shadow: 0 10px 28px rgba(20,40,84,.045); }
.cx-sol-faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; color: var(--cx-ink); cursor: pointer; font-size: 16px; font-weight: 800; line-height: 1.4; list-style: none; }
.cx-sol-faq-list summary::-webkit-details-marker { display: none; }
.cx-sol-faq-list summary span { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 50%; background: var(--cx-sol-soft-bg); color: var(--cx-sol-accent); font-size: 20px; transition: transform .2s ease; }
.cx-sol-faq-list details[open] summary span { transform: rotate(45deg); }
.cx-sol-faq-list details p { margin: 0; padding: 0 24px 23px; color: #66748e; font-size: 14px; line-height: 1.7; }

.cx-sol-final-section { padding: 88px 0 100px; background: #fff; }
.cx-sol-final { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 52px 58px; border-radius: 30px; background: linear-gradient(120deg,#0b2b72 0%,var(--cx-sol-accent) 75%,var(--cx-sol-accent-2) 120%); box-shadow: 0 30px 70px var(--cx-sol-glow); }
.cx-sol-final::after { content: ""; position: absolute; width: 320px; height: 320px; right: -120px; bottom: -205px; border: 58px solid rgba(255,255,255,.1); border-radius: 50%; }
.cx-sol-final > * { position: relative; z-index: 1; }
.cx-sol-final h2 { max-width: 740px; margin: 11px 0 14px; color: #fff; font-size: clamp(35px,4.2vw,54px); letter-spacing: -.045em; line-height: 1.04; }
.cx-sol-final p { max-width: 720px; margin: 0; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.7; }
.cx-sol-final .cx-button { flex: 0 0 auto; }
.cx-sol-after-final { padding: 0 0 100px; }
.cx-sol-after-final-inner { display: flex; justify-content: space-between; align-items: center; gap: 38px; padding: 38px 42px; border: 1px solid #e0e6f0; border-radius: 24px; background: var(--cx-sol-soft-bg); }
.cx-sol-after-final h2 { margin: 0 0 9px; color: var(--cx-ink); font-size: 30px; letter-spacing: -.035em; }
.cx-sol-after-final p { margin: 0; color: #67758f; font-size: 14px; line-height: 1.65; }

@media (max-width: 1100px) {
    .cx-sol-hero { min-height: auto; padding-top: 96px; }
    .cx-sol-hero-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
    .cx-sol-hero-copy h1 { font-size: clamp(46px,6vw,64px); }
    .cx-sol-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .cx-sol-intro-grid { gap: 52px; }
    .cx-sol-team-shell { padding: 48px; }
    .cx-sol-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 850px) {
    .cx-sol-hero { padding: 78px 0 74px; }
    .cx-sol-hero-grid,.cx-sol-intro-grid,.cx-sol-team-shell,.cx-sol-feature-shell,.cx-sol-faq-grid { grid-template-columns: 1fr; }
    .cx-sol-hero-copy { text-align: center; }
    .cx-sol-hero-copy h1,.cx-sol-hero-copy p { margin-right: auto; margin-left: auto; }
    .cx-sol-actions,.cx-sol-trust-row { justify-content: center; }
    .cx-sol-hero-visual { width: min(650px,100%); min-height: 500px; margin: 5px auto 0; }
    .cx-sol-intro-grid { gap: 58px; }
    .cx-sol-intro-media { width: min(650px,100%); margin: 0 auto; }
    .cx-sol-team-shell { gap: 35px; }
    .cx-sol-faq-copy { position: static; text-align: center; }
    .cx-sol-faq-copy p { max-width: 620px; margin-right: auto; margin-left: auto; }
    .cx-sol-final { align-items: flex-start; flex-direction: column; }
    .cx-sol-after-final-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
    .cx-sol-hero { padding: 62px 0 58px; }
    .cx-sol-hero-copy h1 { font-size: clamp(40px,12vw,54px); }
    .cx-sol-hero-copy .cx-sol-hero-lead { font-size: 17px; }
    .cx-sol-actions { flex-direction: column; }
    .cx-sol-actions .cx-button { width: 100%; }
    .cx-sol-trust-row { align-items: center; flex-direction: column; gap: 8px; }
    .cx-sol-hero-visual { min-height: 390px; }
    .cx-sol-image-frame { inset: 20px 0 20px 0; border-width: 8px; border-radius: 25px; }
    .cx-sol-floating-card { min-width: 170px; padding: 13px 14px; }
    .cx-sol-floating-top { right: -3px; }
    .cx-sol-floating-bottom { left: -3px; }
    .cx-sol-intro,.cx-sol-section,.cx-sol-team-section,.cx-sol-table-section,.cx-sol-process-section,.cx-sol-faq-section { padding-top: 72px; padding-bottom: 72px; }
    .cx-sol-intro-media { min-height: 380px; }
    .cx-sol-intro-media img { height: 380px; border-radius: 23px; }
    .cx-sol-intro-media::before { inset: 28px -10px -14px 24px; border-radius: 24px; }
    .cx-sol-image-caption { right: 10px; bottom: 16px; width: calc(100% - 32px); }
    .cx-sol-card-grid,.cx-sol-process-grid,.cx-sol-team-grid,.cx-sol-chip-groups { grid-template-columns: 1fr; }
    .cx-sol-card { padding: 25px 23px; }
    .cx-sol-team-shell { padding: 35px 24px; border-radius: 25px; }
    .cx-sol-feature-shell { padding: 38px 25px; border-radius: 25px; }
    .cx-sol-feature-list { grid-template-columns: 1fr; }
    .cx-sol-table-wrap th,.cx-sol-table-wrap td { padding: 15px 17px; }
    .cx-sol-faq-list summary { padding: 18px; font-size: 15px; }
    .cx-sol-faq-list details p { padding: 0 18px 20px; }
    .cx-sol-final-section { padding: 62px 0 74px; }
    .cx-sol-final { padding: 37px 25px; border-radius: 24px; }
    .cx-sol-final .cx-button,.cx-sol-after-final .cx-button { width: 100%; }
    .cx-sol-after-final { padding-bottom: 74px; }
    .cx-sol-after-final-inner { padding: 30px 23px; }
}

/* =========================================================
   Company pages: Portfolio + Download Brochure (v1.9)
   ========================================================= */
.cx-company-page { background: #fff; }
.cx-company-hero { position: relative; overflow: hidden; padding: 104px 0 96px; background: radial-gradient(circle at 80% 12%, rgba(35,87,255,.13), transparent 31%), linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%); border-bottom: 1px solid #e8edf7; }
.cx-company-hero::before { content: ""; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.72)); pointer-events: none; }
.cx-company-orb { position: absolute; border: 1px solid rgba(35,87,255,.09); border-radius: 50%; pointer-events: none; }
.cx-company-orb-one { width: 530px; height: 530px; right: -260px; top: -210px; box-shadow: 0 0 0 72px rgba(35,87,255,.025), 0 0 0 144px rgba(35,87,255,.018); }
.cx-company-orb-two { width: 250px; height: 250px; left: -130px; bottom: -110px; box-shadow: 0 0 0 48px rgba(22,191,232,.025); }
.cx-company-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 78px; align-items: center; }
.cx-company-hero-copy h1 { max-width: 700px; margin-bottom: 25px; font-size: clamp(48px, 5.2vw, 74px); }
.cx-company-hero-lead { max-width: 690px; margin-bottom: 29px; color: #56647d; font-size: 18px; line-height: 1.75; }
.cx-company-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.cx-company-trust-row { display: flex; flex-wrap: wrap; gap: 9px 20px; }
.cx-company-trust-row span { color: #62718b; font-size: 12px; font-weight: 700; }

/* Portfolio hero board */
.cx-portfolio-hero-board { position: relative; min-height: 520px; }
.cx-portfolio-board-main { position: absolute; inset: 20px 4px 28px 32px; padding: 22px; overflow: hidden; background: linear-gradient(145deg, #0a1738, #153576 56%, #245cff); border: 1px solid rgba(255,255,255,.13); border-radius: 30px; box-shadow: 0 38px 90px rgba(13,39,100,.26); }
.cx-portfolio-board-main::before { content: ""; position: absolute; width: 340px; height: 340px; right: -180px; top: -170px; border: 54px solid rgba(255,255,255,.055); border-radius: 50%; }
.cx-board-label { position: relative; z-index: 2; display: block; margin-bottom: 17px; color: #a9c8ff; font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.cx-board-window { position: relative; z-index: 2; height: 395px; display: grid; grid-template-columns: 58px 1fr; overflow: hidden; background: #fff; border-radius: 20px; box-shadow: 0 20px 50px rgba(3,13,36,.27); }
.cx-board-sidebar { padding: 21px 14px; background: #f4f7fc; border-right: 1px solid #e8edf6; }
.cx-board-sidebar i { display: block; width: 29px; height: 29px; margin-bottom: 13px; background: #dbe5fa; border-radius: 9px; }
.cx-board-sidebar i:first-child { background: linear-gradient(135deg, var(--cx-blue), var(--cx-cyan)); }
.cx-board-content { padding: 26px; }
.cx-board-topline { width: 62%; height: 14px; margin-bottom: 28px; background: #e9eef8; border-radius: 999px; }
.cx-board-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cx-board-grid article { min-height: 130px; padding: 21px; background: linear-gradient(145deg, #f6f9ff, #fff); border: 1px solid #e5eaf4; border-radius: 16px; }
.cx-board-grid b, .cx-board-grid span { display: block; }
.cx-board-grid b { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 21px; color: var(--cx-blue); background: #eaf1ff; border-radius: 12px; font-size: 11px; }
.cx-board-grid span { color: var(--cx-ink); font-size: 12px; font-weight: 730; }
.cx-portfolio-float { position: absolute; z-index: 4; min-width: 205px; padding: 15px 17px; background: rgba(255,255,255,.97); border: 1px solid #e5eaf3; border-radius: 15px; box-shadow: 0 18px 45px rgba(18,38,91,.15); }
.cx-portfolio-float strong, .cx-portfolio-float span { display: block; }
.cx-portfolio-float strong { color: var(--cx-blue); font-size: 14px; }
.cx-portfolio-float span { margin-top: 2px; color: #6d7890; font-size: 10.5px; }
.cx-portfolio-float-one { left: -14px; bottom: 44px; }
.cx-portfolio-float-two { right: -14px; top: 62px; }

/* Portfolio project library */
.cx-portfolio-work-section { background: #fff; }
.cx-portfolio-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: -10px 0 38px; }
.cx-portfolio-filter { min-height: 40px; padding: 0 16px; color: #5d6a82; background: #fff; border: 1px solid #dfe5ef; border-radius: 999px; font-size: 12px; font-weight: 750; transition: all .18s ease; }
.cx-portfolio-filter:hover, .cx-portfolio-filter.cx-active { color: #fff; background: var(--cx-blue); border-color: var(--cx-blue); box-shadow: 0 10px 25px rgba(35,87,255,.2); }
.cx-portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cx-portfolio-card { overflow: hidden; background: #fff; border: 1px solid #e4e9f2; border-radius: 22px; box-shadow: 0 14px 40px rgba(18,38,91,.055); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.cx-portfolio-card:hover { transform: translateY(-7px); border-color: #cbd9f3; box-shadow: 0 25px 65px rgba(18,38,91,.13); }
.cx-portfolio-card[hidden] { display: none!important; }
.cx-portfolio-card-media { position: relative; display: block; height: 260px; overflow: hidden; background: #edf2fa; }
.cx-portfolio-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8,21,51,.35)); }
.cx-portfolio-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.cx-portfolio-card:hover .cx-portfolio-card-media img { transform: scale(1.045); }
.cx-portfolio-card-number { position: absolute; z-index: 2; right: 16px; bottom: 15px; display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: rgba(8,21,51,.72); border: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(10px); border-radius: 12px; font-size: 10px; font-weight: 850; }
.cx-portfolio-card-body { padding: 25px 24px 26px; }
.cx-portfolio-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 13px; }
.cx-portfolio-card-tags span { padding: 5px 8px; color: #315bd0; background: #edf3ff; border-radius: 7px; font-size: 9.5px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.cx-portfolio-card h3 { margin-bottom: 11px; font-size: 22px; }
.cx-portfolio-card h3 a:hover { color: var(--cx-blue); }
.cx-portfolio-card p { min-height: 69px; margin-bottom: 18px; font-size: 13.5px; }
.cx-portfolio-card-link { color: var(--cx-blue); font-size: 12px; font-weight: 800; }
.cx-portfolio-card-link span { display: inline-block; transition: transform .18s ease; }
.cx-portfolio-card-link:hover span { transform: translateX(4px); }
.cx-portfolio-empty { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 35px; background: #f7f9fd; border: 1px dashed #cdd7e8; border-radius: 22px; }
.cx-portfolio-empty h3 { margin-bottom: 8px; }
.cx-portfolio-empty p { margin: 0; }

.cx-portfolio-capabilities-section { background: linear-gradient(180deg, #f7f9fd, #fff); border-top: 1px solid #edf1f7; }
.cx-portfolio-capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.cx-portfolio-capability-grid a { min-height: 280px; display: flex; flex-direction: column; padding: 27px 24px; background: #fff; border: 1px solid #e2e8f1; border-radius: 19px; box-shadow: 0 12px 32px rgba(18,38,91,.045); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.cx-portfolio-capability-grid a:hover { transform: translateY(-6px); border-color: #c6d6f2; box-shadow: var(--cx-shadow-sm); }
.cx-portfolio-capability-grid span { width: 41px; height: 41px; display: grid; place-items: center; margin-bottom: 35px; color: var(--cx-blue); background: #edf3ff; border-radius: 11px; font-size: 10px; font-weight: 850; }
.cx-portfolio-capability-grid h3 { margin-bottom: 12px; }
.cx-portfolio-capability-grid p { margin-bottom: 23px; font-size: 13.5px; }
.cx-portfolio-capability-grid b { margin-top: auto; color: var(--cx-blue); font-size: 11px; }

/* Shared company process + final CTA */
.cx-company-process-section { background: #fff; }
.cx-company-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: company-process; }
.cx-company-process-grid article { position: relative; min-height: 235px; padding: 29px 25px; background: #fff; border: 1px solid #e2e7f0; border-radius: 18px; box-shadow: 0 12px 35px rgba(18,38,91,.045); }
.cx-company-process-grid article:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -23px; top: 45px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--cx-blue); background: #fff; border: 1px solid #dce4f2; border-radius: 50%; font-size: 12px; }
.cx-company-process-grid span { display: block; margin-bottom: 40px; color: #9ba7bb; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.cx-company-process-grid h3 { margin-bottom: 10px; }
.cx-company-process-grid p { margin: 0; font-size: 13.5px; }
.cx-company-final-section { padding: 0 0 108px; background: #fff; }
.cx-company-final { position: relative; overflow: hidden; display: flex; justify-content: space-between; align-items: center; gap: 45px; padding: 54px 58px; color: #fff; background: radial-gradient(circle at 90% 20%, rgba(22,191,232,.3), transparent 26%), linear-gradient(135deg, #07142f, #123272 66%, #2057e8); border-radius: 30px; box-shadow: 0 30px 80px rgba(11,24,59,.18); }
.cx-company-final::after { content: ""; position: absolute; width: 340px; height: 340px; right: -160px; bottom: -210px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 62px rgba(255,255,255,.025); }
.cx-company-final > * { position: relative; z-index: 2; }
.cx-company-final > div { max-width: 730px; }
.cx-company-final span { display: block; margin-bottom: 11px; color: #95dbff; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.cx-company-final h2 { margin-bottom: 14px; color: #fff; font-size: clamp(34px, 4vw, 52px); }
.cx-company-final p { margin: 0; color: #c6d5ed; font-size: 16px; }

/* Brochure visual */
.cx-brochure-visual { position: relative; min-height: 570px; perspective: 1200px; }
.cx-brochure-document { position: absolute; inset: 12px 35px 35px 55px; transform: rotateY(-8deg) rotateZ(2deg); transform-style: preserve-3d; }
.cx-brochure-cover { position: absolute; z-index: 5; inset: 22px 35px 10px 0; overflow: hidden; padding: 38px 34px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(22,191,232,.35), transparent 27%), linear-gradient(145deg, #07142f, #143a83 63%, #2357ff); border-radius: 8px 24px 24px 8px; box-shadow: 0 38px 80px rgba(11,24,59,.28); }
.cx-brochure-cover::after { content: ""; position: absolute; width: 320px; height: 320px; right: -170px; bottom: -120px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 105px rgba(255,255,255,.02); }
.cx-brochure-cover img { position: relative; z-index: 2; width: 152px; filter: brightness(0) invert(1); }
.cx-brochure-cover > span { position: relative; z-index: 2; display: block; margin: 74px 0 20px; color: #8edfff; font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.cx-brochure-cover strong { position: relative; z-index: 2; display: block; max-width: 340px; color: #fff; font-size: 45px; line-height: 1.05; letter-spacing: -.05em; }
.cx-brochure-cover p { position: relative; z-index: 2; max-width: 300px; margin: 24px 0 0; color: #cad8ef; font-size: 12px; }
.cx-brochure-cover-lines { position: absolute; z-index: 2; left: 34px; bottom: 31px; display: flex; gap: 6px; }
.cx-brochure-cover-lines i { display: block; width: 45px; height: 3px; background: rgba(255,255,255,.3); border-radius: 999px; }
.cx-brochure-cover-lines i:first-child { width: 82px; background: #66d8f3; }
.cx-brochure-document .cx-brochure-page { position: absolute; width: calc(100% - 42px); height: calc(100% - 55px); top: 28px; right: 0; padding: 28px; background: #fff; border: 1px solid #e1e7f1; border-radius: 8px 20px 20px 8px; box-shadow: 0 18px 45px rgba(18,38,91,.11); }
.cx-brochure-page-back { z-index: 1; transform: translateX(28px) rotateZ(-1deg); }
.cx-brochure-page-middle { z-index: 2; transform: translateX(15px) rotateZ(.5deg); }
.cx-brochure-document .cx-brochure-page span, .cx-brochure-document .cx-brochure-page b { display: block; }
.cx-brochure-document .cx-brochure-page span { color: var(--cx-blue); font-size: 10px; font-weight: 850; }
.cx-brochure-document .cx-brochure-page b { margin: 19px 0; color: var(--cx-ink); }
.cx-brochure-document .cx-brochure-page i { display: block; width: 76%; height: 8px; margin-bottom: 10px; background: #e9edf5; border-radius: 999px; }
.cx-brochure-document .cx-brochure-page i:nth-of-type(2) { width: 56%; }
.cx-brochure-float { position: absolute; z-index: 8; left: 8px; bottom: 18px; width: 225px; padding: 16px 18px; background: rgba(255,255,255,.97); border: 1px solid #e2e8f1; border-radius: 15px; box-shadow: 0 18px 50px rgba(18,38,91,.16); }
.cx-brochure-float span, .cx-brochure-float strong { display: block; }
.cx-brochure-float span { margin-bottom: 4px; color: var(--cx-blue); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.cx-brochure-float strong { color: var(--cx-ink); font-size: 13px; }

.cx-brochure-inside-section { background: #fff; }
.cx-brochure-topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cx-brochure-topic-grid article { min-height: 225px; padding: 27px 24px; background: linear-gradient(145deg, #f8faff, #fff); border: 1px solid #e2e8f1; border-radius: 18px; }
.cx-brochure-topic-grid span { display: block; margin-bottom: 37px; color: var(--cx-blue); font-size: 40px; /*font-weight: 850;*/ letter-spacing: .1em; }
.cx-brochure-topic-grid h3 { margin-bottom: 11px; }
.cx-brochure-topic-grid p { margin: 0; font-size: 13.5px; }

.cx-brochure-audience-section { background: #f6f8fc; }
.cx-brochure-audience-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 84px; align-items: center; }
.cx-brochure-audience-image { position: relative; min-height: 550px; }
.cx-brochure-audience-image::before { content: ""; position: absolute; inset: 26px -16px -18px 32px; background: linear-gradient(135deg, #dfeaff, #eff7ff); border-radius: 29px; }
.cx-brochure-audience-image img { position: relative; z-index: 2; width: 100%; height: 550px; object-fit: cover; border-radius: 27px; box-shadow: var(--cx-shadow); }
.cx-brochure-audience-image > div { position: absolute; z-index: 3; right: -22px; bottom: 25px; max-width: 290px; padding: 20px; background: #fff; border: 1px solid #e2e7f0; border-radius: 16px; box-shadow: var(--cx-shadow-sm); }
.cx-brochure-audience-image span, .cx-brochure-audience-image strong { display: block; }
.cx-brochure-audience-image span { margin-bottom: 4px; color: var(--cx-blue); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.cx-brochure-audience-image strong { color: var(--cx-ink); font-size: 14px; line-height: 1.4; }
.cx-brochure-audience-copy h2 { margin-bottom: 20px; }
.cx-brochure-audience-copy > p { margin-bottom: 28px; font-size: 16px; }
.cx-brochure-audience-list { display: grid; gap: 10px; }
.cx-brochure-audience-list > div { padding: 16px 18px; background: #fff; border: 1px solid #e2e8f1; border-radius: 13px; }
.cx-brochure-audience-list b, .cx-brochure-audience-list span { display: block; }
.cx-brochure-audience-list b { margin-bottom: 3px; color: var(--cx-ink); font-size: 13px; }
.cx-brochure-audience-list span { color: #748097; font-size: 12px; }

.cx-brochure-services-section { background: #fff; }
.cx-brochure-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.cx-brochure-service-grid a { min-height: 265px; display: flex; flex-direction: column; padding: 26px 23px; background: #fff; border: 1px solid #e2e8f1; border-radius: 18px; box-shadow: 0 12px 32px rgba(18,38,91,.045); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.cx-brochure-service-grid a:hover { transform: translateY(-6px); border-color: #c8d7f2; box-shadow: var(--cx-shadow-sm); }
.cx-brochure-service-grid span { margin-bottom: 36px; color: var(--cx-blue); font-size: 15px; /*font-weight: 850;*/ letter-spacing: .12em; }
.cx-brochure-service-grid h3 { margin-bottom: 12px; }
.cx-brochure-service-grid p { font-size: 13.5px; }
.cx-brochure-service-grid b { margin-top: auto; color: var(--cx-blue); font-size: 11px; }
.cx-brochure-download-section { padding: 0 0 108px; }
.cx-brochure-download-card { display: flex; justify-content: space-between; align-items: center; gap: 45px; padding: 51px 55px; overflow: hidden; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(22,191,232,.3), transparent 27%), linear-gradient(135deg, #07142f, #123272 66%, #2057e8); border-radius: 29px; box-shadow: 0 30px 80px rgba(11,24,59,.18); }
.cx-brochure-download-card > div:first-child { max-width: 720px; }
.cx-brochure-download-card span { display: block; margin-bottom: 11px; color: #91ddff; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.cx-brochure-download-card h2 { margin-bottom: 13px; color: #fff; font-size: clamp(33px, 4vw, 50px); }
.cx-brochure-download-card p { margin: 0; color: #c6d5ed; font-size: 15px; }
.cx-brochure-download-actions { display: flex; flex-direction: column; min-width: 230px; gap: 10px; }
.cx-button-ghost-light { color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.25); }
.cx-button-ghost-light:hover { background: rgba(255,255,255,.13); }

@media (max-width: 1100px) {
    .cx-company-hero-grid { gap: 45px; }
    .cx-portfolio-grid { grid-template-columns: repeat(2, 1fr); }
    .cx-portfolio-capability-grid, .cx-brochure-service-grid { grid-template-columns: repeat(2, 1fr); }
    .cx-company-process-grid { grid-template-columns: repeat(2, 1fr); }
    .cx-company-process-grid article:nth-child(2)::after { display: none; }
    .cx-brochure-topic-grid { grid-template-columns: repeat(2, 1fr); }
    .cx-brochure-audience-grid { gap: 52px; }
}

@media (max-width: 980px) {
    .cx-company-hero { padding: 78px 0 82px; }
    .cx-company-hero-grid { grid-template-columns: 1fr; }
    .cx-company-hero-copy { max-width: 760px; }
    .cx-portfolio-hero-board, .cx-brochure-visual { width: min(100%, 660px); margin-inline: auto; }
    .cx-brochure-audience-grid { grid-template-columns: 1fr; }
    .cx-brochure-audience-image { width: min(100%, 690px); }
    .cx-company-final, .cx-brochure-download-card { align-items: flex-start; flex-direction: column; }
    .cx-brochure-download-actions { width: 100%; flex-direction: row; }
}

@media (max-width: 700px) {
    .cx-company-hero { padding: 62px 0 70px; }
    .cx-company-hero-copy h1 { font-size: clamp(40px, 12vw, 55px); }
    .cx-company-hero-lead { font-size: 16px; }
    .cx-company-actions { flex-direction: column; }
    .cx-company-actions .cx-button { width: 100%; }
    .cx-company-trust-row { flex-direction: column; gap: 7px; }
    .cx-portfolio-hero-board { min-height: 410px; }
    .cx-portfolio-board-main { inset: 12px 0 20px; padding: 15px; border-radius: 23px; }
    .cx-board-window { height: 325px; grid-template-columns: 45px 1fr; }
    .cx-board-sidebar { padding: 16px 9px; }
    .cx-board-sidebar i { width: 25px; height: 25px; }
    .cx-board-content { padding: 18px 15px; }
    .cx-board-grid { gap: 8px; }
    .cx-board-grid article { min-height: 100px; padding: 12px; }
    .cx-board-grid b { width: 36px; height: 36px; margin-bottom: 12px; }
    .cx-portfolio-float { min-width: 165px; padding: 11px 13px; }
    .cx-portfolio-float-one { left: -4px; bottom: 4px; }
    .cx-portfolio-float-two { right: -4px; top: 39px; }
    .cx-portfolio-grid, .cx-portfolio-capability-grid, .cx-company-process-grid, .cx-brochure-topic-grid, .cx-brochure-service-grid { grid-template-columns: 1fr; }
    .cx-portfolio-card-media { height: 225px; }
    .cx-portfolio-card p { min-height: 0; }
    .cx-portfolio-empty { align-items: flex-start; flex-direction: column; padding: 25px; }
    .cx-company-process-grid article:not(:last-child)::after { display: none; }
    .cx-company-final-section, .cx-brochure-download-section { padding-bottom: 74px; }
    .cx-company-final, .cx-brochure-download-card { padding: 37px 25px; border-radius: 23px; }
    .cx-company-final .cx-button { width: 100%; }
    .cx-brochure-visual { min-height: 445px; }
    .cx-brochure-document { inset: 8px 0 24px 24px; }
    .cx-brochure-cover { inset: 18px 25px 10px 0; padding: 28px 23px; border-radius: 7px 19px 19px 7px; }
    .cx-brochure-cover img { width: 125px; }
    .cx-brochure-cover > span { margin-top: 52px; }
    .cx-brochure-cover strong { font-size: 35px; }
    .cx-brochure-cover p { max-width: 230px; }
    .cx-brochure-float { left: 0; bottom: 0; width: 200px; }
    .cx-brochure-audience-image { min-height: 410px; }
    .cx-brochure-audience-image img { height: 410px; border-radius: 22px; }
    .cx-brochure-audience-image::before { inset: 20px -8px -12px 18px; border-radius: 23px; }
    .cx-brochure-audience-image > div { right: 8px; bottom: 15px; max-width: calc(100% - 28px); }
    .cx-brochure-download-actions { flex-direction: column; min-width: 0; }
    .cx-brochure-download-actions .cx-button { width: 100%; }
}

/* =========================================================
   Blog archive and single-post system (v2.0)
   ========================================================= */
.cx-blog-hero { position: relative; isolation: isolate; overflow: hidden; padding: 92px 0 100px; background: linear-gradient(180deg, #f7faff 0%, #fff 100%); border-bottom: 1px solid var(--cx-line); }
.cx-blog-hero::before { content: ""; position: absolute; z-index: -1; width: 560px; height: 560px; right: -220px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(35,87,255,.13), rgba(35,87,255,0) 68%); }
.cx-blog-hero::after { content: ""; position: absolute; z-index: -1; width: 330px; height: 330px; left: -170px; bottom: -220px; border: 56px solid rgba(22,191,232,.07); border-radius: 50%; }
.cx-blog-hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 76px; align-items: center; }
.cx-blog-hero-copy { max-width: 720px; }
.cx-blog-hero-copy h1 { margin-bottom: 25px; font-size: clamp(48px, 5.2vw, 74px); }
.cx-blog-hero-copy > p { max-width: 690px; margin-bottom: 30px; font-size: 18px; line-height: 1.72; }
.cx-blog-search { width: min(100%, 620px); display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 7px; border: 1px solid #dfe6f3; border-radius: 15px; background: #fff; box-shadow: 0 16px 40px rgba(16,39,93,.08); }
.cx-blog-search input { min-width: 0; min-height: 48px; padding: 0 15px; color: var(--cx-ink); border: 0; outline: 0; background: transparent; font-size: 15px; }
.cx-blog-search button { min-height: 48px; padding: 0 20px; color: #fff; border: 0; border-radius: 10px; background: var(--cx-blue); font-weight: 760; }
.cx-blog-hero-visual { position: relative; min-height: 460px; }
.cx-blog-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(35,87,255,.14); }
.cx-blog-orbit-one { width: 390px; height: 390px; right: 42px; top: 27px; }
.cx-blog-orbit-two { width: 250px; height: 250px; right: 112px; top: 96px; border-width: 34px; border-color: rgba(22,191,232,.08); }
.cx-blog-visual-card { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.72); border-radius: 22px; box-shadow: 0 28px 75px rgba(16,39,93,.17); }
.cx-blog-visual-main { inset: 32px 40px 38px 60px; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; color: #fff; background: linear-gradient(145deg, #081638, #17499c 56%, #247df0); transform: rotate(1.4deg); }
.cx-blog-visual-main::before { content: ""; position: absolute; width: 330px; height: 330px; right: -150px; top: -145px; border: 50px solid rgba(255,255,255,.065); border-radius: 50%; }
.cx-blog-visual-main span { margin-bottom: auto; color: #9bc8ff; font-size: 11px; font-weight: 820; letter-spacing: .14em; }
.cx-blog-visual-main strong { position: relative; color: #fff; font-size: 46px; line-height: 1.02; letter-spacing: -.055em; }
.cx-blog-visual-main small { position: relative; margin-top: 15px; color: #c8daf7; font-size: 14px; }
.cx-blog-visual-note { right: -4px; top: 86px; width: 220px; padding: 17px; display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.cx-blog-visual-note b { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; border-radius: 12px; background: linear-gradient(135deg, var(--cx-blue), var(--cx-cyan)); }
.cx-blog-visual-note span { color: var(--cx-text); font-size: 11px; line-height: 1.45; }
.cx-blog-visual-note-two { right: 5px; top: auto; bottom: 49px; }

.cx-blog-featured-section { padding-top: 84px; padding-bottom: 44px; }
.cx-blog-featured { min-height: 470px; display: grid; grid-template-columns: 1.12fr .88fr; overflow: hidden; border: 1px solid var(--cx-line); border-radius: 28px; background: #fff; box-shadow: var(--cx-shadow-sm); }
.cx-blog-featured-media { position: relative; min-height: 470px; overflow: hidden; }
.cx-blog-featured-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,19,50,.35)); }
.cx-blog-featured-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.cx-blog-featured:hover .cx-blog-featured-media img { transform: scale(1.035); }
.cx-blog-featured-media > span { position: absolute; z-index: 2; left: 24px; top: 24px; padding: 8px 12px; color: #fff; border-radius: 999px; background: var(--cx-blue); font-size: 10px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.cx-blog-featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px 50px; }
.cx-blog-featured-copy h2 { margin: 14px 0 18px; font-size: clamp(34px, 3vw, 48px); }
.cx-blog-featured-copy h2 a:hover { color: var(--cx-blue); }
.cx-blog-featured-copy > p { margin-bottom: 26px; font-size: 16px; line-height: 1.72; }
.cx-blog-card-meta { display: flex; flex-wrap: wrap; gap: 8px 17px; align-items: center; color: var(--cx-muted); font-size: 11px; font-weight: 690; text-transform: uppercase; letter-spacing: .04em; }
.cx-blog-card-meta a { color: var(--cx-blue); }
.cx-blog-read-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; color: var(--cx-blue); font-size: 14px; font-weight: 780; }
.cx-blog-read-link:hover { color: #123ac2; }

.cx-blog-list-section { padding-top: 54px; background: #fff; }
.cx-blog-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-bottom: 24px; margin-bottom: 38px; border-bottom: 1px solid var(--cx-line); }
.cx-blog-toolbar-label { display: block; margin-bottom: 12px; color: var(--cx-muted); font-size: 11px; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.cx-blog-categories { display: flex; flex-wrap: wrap; gap: 8px; }
.cx-blog-categories a { padding: 8px 13px; color: var(--cx-text); border: 1px solid var(--cx-line); border-radius: 999px; background: #fff; font-size: 12px; font-weight: 700; transition: .18s ease; }
.cx-blog-categories a:hover, .cx-blog-categories a.cx-active { color: #fff; border-color: var(--cx-blue); background: var(--cx-blue); }
.cx-blog-brochure-link { flex: 0 0 auto; color: var(--cx-blue); font-size: 13px; font-weight: 760; }
.cx-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cx-blog-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--cx-line); border-radius: 21px; background: #fff; box-shadow: 0 14px 38px rgba(16,39,93,.055); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.cx-blog-card:hover { transform: translateY(-6px); border-color: #ced8ea; box-shadow: 0 24px 55px rgba(16,39,93,.10); }
.cx-blog-card-media { position: relative; display: block; height: 235px; overflow: hidden; background: var(--cx-soft); }
.cx-blog-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(8,20,52,.25)); }
.cx-blog-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.cx-blog-card:hover .cx-blog-card-media img { transform: scale(1.045); }
.cx-blog-card-media > span { position: absolute; z-index: 2; left: 18px; bottom: 17px; padding: 7px 10px; color: #fff; border-radius: 999px; background: rgba(11,24,59,.88); backdrop-filter: blur(8px); font-size: 10px; font-weight: 780; }
.cx-blog-card-body { flex: 1; display: flex; flex-direction: column; padding: 25px 25px 23px; }
.cx-blog-card-body h2 { margin: 13px 0 13px; font-size: 23px; line-height: 1.18; }
.cx-blog-card-body h2 a:hover { color: var(--cx-blue); }
.cx-blog-card-body > p { margin-bottom: 24px; font-size: 14px; line-height: 1.66; }
.cx-blog-card-footer { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--cx-line); }
.cx-blog-card-footer > span { display: inline-flex; align-items: center; gap: 9px; color: var(--cx-text); font-size: 11px; font-weight: 680; }
.cx-blog-card-footer img { width: 30px; height: 30px; border-radius: 50%; }
.cx-blog-card-footer > a { color: var(--cx-blue); font-size: 12px; font-weight: 800; }
.cx-blog-pagination { margin-top: 50px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.cx-blog-pagination .page-numbers { min-width: 42px; height: 42px; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--cx-line); border-radius: 10px; color: var(--cx-text); font-size: 13px; font-weight: 700; }
.cx-blog-pagination .page-numbers.current, .cx-blog-pagination .page-numbers:hover { color: #fff; border-color: var(--cx-blue); background: var(--cx-blue); }
.cx-blog-empty { max-width: 690px; margin: 35px auto 0; padding: 55px; text-align: center; border: 1px solid var(--cx-line); border-radius: 24px; background: var(--cx-soft); }
.cx-blog-empty > span { color: var(--cx-blue); font-size: 11px; font-weight: 820; letter-spacing: .1em; }
.cx-blog-empty h2 { margin: 13px 0; font-size: 38px; }

.cx-blog-cta-section { padding: 20px 0 100px; background: #fff; }
.cx-blog-cta { position: relative; overflow: hidden; min-height: 280px; padding: 52px 58px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 27px; background: linear-gradient(135deg, #0b183b 0%, #153c9c 66%, #176fe5 100%); box-shadow: 0 30px 75px rgba(11,24,59,.20); }
.cx-blog-cta::after { content: ""; position: absolute; width: 410px; height: 410px; right: -160px; top: -200px; border: 58px solid rgba(255,255,255,.065); border-radius: 50%; }
.cx-blog-cta > div, .cx-blog-cta .cx-button { position: relative; z-index: 1; }
.cx-blog-cta > div { max-width: 760px; }
.cx-blog-cta span { color: #91caff; font-size: 10px; font-weight: 820; letter-spacing: .12em; }
.cx-blog-cta h2 { margin: 12px 0; color: #fff; font-size: clamp(34px, 4vw, 52px); }
.cx-blog-cta p { margin: 0; color: #c7d5f0; font-size: 16px; }
.cx-blog-cta .cx-button { flex: 0 0 auto; }

/* Single article */
.cx-article-hero { position: relative; overflow: hidden; padding: 62px 0 86px; background: linear-gradient(180deg, #f7faff 0%, #fff 100%); border-bottom: 1px solid var(--cx-line); }
.cx-article-hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -320px; top: -370px; border-radius: 50%; background: radial-gradient(circle, rgba(35,87,255,.12), transparent 68%); }
.cx-article-hero-inner { position: relative; }
.cx-article-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 40px; color: var(--cx-muted); font-size: 12px; font-weight: 650; }
.cx-article-breadcrumb a:hover { color: var(--cx-blue); }
.cx-article-heading { max-width: 980px; margin-inline: auto; text-align: center; }
.cx-article-category { display: inline-flex; padding: 7px 12px; margin-bottom: 21px; color: var(--cx-blue); border-radius: 999px; background: var(--cx-soft-blue); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.cx-article-heading h1 { margin-bottom: 23px; font-size: clamp(48px, 6vw, 80px); }
.cx-article-deck { max-width: 810px; margin: 0 auto 31px; color: var(--cx-text); font-size: 20px; line-height: 1.62; }
.cx-article-byline { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 22px 36px; line-height:1.2em; }
.cx-article-author { display: inline-flex; align-items: center; gap: 11px; text-align: left; }
.cx-article-author img { width: 46px; height: 46px; border-radius: 50%; display:none; }
.cx-article-author b, .cx-article-author small, .cx-article-stat b, .cx-article-stat small { display: block; }
.cx-article-author b, .cx-article-stat b { color: var(--cx-ink); font-size: 12px; }
.cx-article-author small, .cx-article-stat small { color: var(--cx-muted); font-size: 10px; }
.cx-article-stat { padding-left: 27px; text-align: left; border-left: 1px solid var(--cx-line); }
.cx-article-featured { position: relative; height: min(58vw, 660px); margin: -42px 0 0; overflow: hidden; border: 10px solid #fff; border-radius: 30px; background: var(--cx-soft); box-shadow: 0 30px 78px rgba(16,39,93,.16); }
.cx-article-featured img { width: 100%; height: 100%; display: block; object-fit: cover; }
.cx-article-layout { display: grid; grid-template-columns: 250px minmax(0, 800px); justify-content: center; gap: 68px; padding-top: 80px; padding-bottom: 100px; }
.cx-article-sidebar { min-width: 0; }
.cx-article-toc { position: sticky; top: 112px; padding: 23px; border: 1px solid var(--cx-line); border-radius: 16px; background: #fff; box-shadow: 0 14px 35px rgba(16,39,93,.055); }
.cx-article-toc > span, .cx-article-share > span { display: block; margin-bottom: 14px; color: var(--cx-muted); font-size: 10px; font-weight: 820; letter-spacing: .09em; }
.cx-article-toc nav { display: grid; gap: 10px; }
.cx-article-toc a { padding-left: 13px; color: var(--cx-text); border-left: 2px solid #dfe5f1; font-size: 12px; line-height: 1.45; }
.cx-article-toc a:hover, .cx-article-toc a.cx-active { color: var(--cx-blue); border-left-color: var(--cx-blue); }
.cx-article-toc a.cx-toc-h3 { padding-left: 22px; font-size: 11px; }
.cx-article-toc.cx-empty { display: none; }
.cx-article-share { margin-top: 18px; padding: 22px; border-radius: 16px; background: var(--cx-soft); }
.cx-article-share a, .cx-article-share button { width: 100%; display: block; padding: 8px 0; color: var(--cx-text); border: 0; border-bottom: 1px solid var(--cx-line); background: transparent; text-align: left; font-size: 12px; font-weight: 690; }
.cx-article-share a:hover, .cx-article-share button:hover { color: var(--cx-blue); }
.cx-article-share small { display: block; min-height: 18px; padding-top: 8px; color: #0a906e; font-size: 10px; }
.cx-article-main { min-width: 0; }
.cx-article-content { color: #34415d; font-size: 18px; line-height: 1.82; }
.cx-article-content > *:first-child { margin-top: 0; }
.cx-article-content h2, .cx-article-content h3, .cx-article-content h4 { scroll-margin-top: 120px; }
.cx-article-content h2 { margin: 0px 0 19px; font-size: clamp(32px, 3.3vw, 46px); }
.cx-article-content h3 { margin: 0px 0 14px; font-size: 27px; }
.cx-article-content h4 { margin: 0px 0 12px; font-size: 21px; }
.cx-article-content p { margin-bottom: 0; color: #43516c; }
.cx-article-content a { color: var(--cx-blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.cx-article-content ul, .cx-article-content ol { margin: 0 0 0; padding-left: 24px; }
.cx-article-content li { margin-bottom: 9px; padding-left: 6px; }
.cx-article-content blockquote { position: relative; margin: 40px 0; padding: 29px 32px 29px 38px; border-left: 4px solid var(--cx-blue); border-radius: 0 17px 17px 0; background: var(--cx-soft-blue); }
.cx-article-content blockquote p { margin: 0; color: var(--cx-ink); font-size: 21px; font-weight: 650; line-height: 1.55; }
.cx-article-content img { border-radius: 18px; }
.cx-article-content figure { margin: 36px 0; }
.cx-article-content figcaption { margin-top: 9px; color: var(--cx-muted); font-size: 12px; text-align: center; }
.cx-article-content table { width: 100%; margin: 35px 0; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--cx-line); border-radius: 14px; font-size: 14px; }
.cx-article-content th, .cx-article-content td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--cx-line); }
.cx-article-content th { color: var(--cx-ink); background: var(--cx-soft); }
.cx-article-content tr:last-child td { border-bottom: 0; }
.cx-article-tags { margin-top: 52px; padding-top: 25px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; border-top: 1px solid var(--cx-line); }
.cx-article-tags > span { margin-right: 4px; color: var(--cx-muted); font-size: 11px; font-weight: 800; }
.cx-article-tags a { padding: 7px 11px; border-radius: 999px; background: var(--cx-soft-blue); color: var(--cx-blue); font-size: 11px; font-weight: 700; }
.cx-article-author-box { margin-top: 48px; padding: 30px; display: grid; grid-template-columns: 88px 1fr; gap: 24px; border: 1px solid var(--cx-line); border-radius: 20px; background: #fff; box-shadow: var(--cx-shadow-sm); }
.cx-article-author-box > img { width: 88px; height: 88px; border-radius: 20px; }
.cx-article-author-box span { color: var(--cx-blue); font-size: 10px; font-weight: 820; letter-spacing: .08em; }
.cx-article-author-box h2 { margin: 5px 0 9px; font-size: 27px; }
.cx-article-author-box p { margin: 0 0 10px; font-size: 14px; }
.cx-article-author-box a { color: var(--cx-blue); font-size: 12px; font-weight: 760; }
.cx-article-post-nav { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cx-article-post-nav > div { min-width: 0; padding: 20px; border: 1px solid var(--cx-line); border-radius: 14px; background: #fff; }
.cx-article-post-nav > div:last-child { text-align: right; }
.cx-article-post-nav span { display: block; margin-bottom: 7px; color: var(--cx-muted); font-size: 10px; font-weight: 800; }
.cx-article-post-nav strong a { color: var(--cx-ink); font-size: 13px; line-height: 1.4; }
.cx-article-post-nav strong a:hover { color: var(--cx-blue); }
.cx-related-section { background: var(--cx-soft); }
.cx-related-grid .cx-blog-card { background: #fff; }
.cx-article-cta-section { padding-top: 80px; }

@media (max-width: 1100px) {
    .cx-blog-hero-grid { grid-template-columns: 1fr .82fr; gap: 40px; }
    .cx-blog-hero-visual { min-height: 400px; }
    .cx-blog-visual-main { inset: 25px 20px 30px 40px; padding: 34px; }
    .cx-blog-visual-note { right: -10px; width: 190px; }
    .cx-blog-grid { grid-template-columns: repeat(2, 1fr); }
    .cx-article-layout { grid-template-columns: 220px minmax(0, 720px); gap: 42px; }
}

@media (max-width: 900px) {
    .cx-blog-hero { padding: 76px 0; }
    .cx-blog-hero-grid { grid-template-columns: 1fr; }
    .cx-blog-hero-copy { max-width: 760px; }
    .cx-blog-hero-visual { max-width: 620px; width: 100%; margin-inline: auto; }
    .cx-blog-featured { grid-template-columns: 1fr; }
    .cx-blog-featured-media { min-height: 380px; }
    .cx-blog-toolbar { align-items: flex-start; flex-direction: column; }
    .cx-blog-cta { align-items: flex-start; flex-direction: column; }
    .cx-article-layout { grid-template-columns: 1fr; padding-top: 55px; }
    .cx-article-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .cx-article-toc { position: static; }
    .cx-article-share { margin-top: 0; }
}

@media (max-width: 640px) {
    .cx-blog-hero { padding: 58px 0 66px; }
    .cx-blog-hero-copy h1 { font-size: 42px; }
    .cx-blog-hero-copy > p { font-size: 16px; }
    .cx-blog-search { grid-template-columns: 1fr; }
    .cx-blog-search button { width: 100%; }
    .cx-blog-hero-visual { min-height: 345px; }
    .cx-blog-visual-main { inset: 18px 6px 22px 20px; padding: 26px; }
    .cx-blog-visual-main strong { font-size: 36px; }
    .cx-blog-visual-note { width: 176px; right: -5px; top: 57px; }
    .cx-blog-visual-note-two { top: auto; bottom: 38px; }
    .cx-blog-featured-section { padding-top: 56px; }
    .cx-blog-featured-media { min-height: 280px; }
    .cx-blog-featured-copy { padding: 31px 25px 35px; }
    .cx-blog-featured-copy h2 { font-size: 33px; }
    .cx-blog-grid { grid-template-columns: 1fr; }
    .cx-blog-card-media { height: 230px; }
    .cx-blog-toolbar { margin-bottom: 28px; }
    .cx-blog-brochure-link { display: none; }
    .cx-blog-cta { padding: 37px 28px; }
    .cx-blog-cta h2 { font-size: 35px; }
    .cx-article-hero { padding: 44px 0 66px; }
    .cx-article-breadcrumb { margin-bottom: 28px; }
    .cx-article-heading h1 { font-size: 43px; }
    .cx-article-deck { font-size: 17px; }
    .cx-article-byline { align-items: flex-start; justify-content: flex-start; }
    .cx-article-stat { padding-left: 0; border-left: 0; }
    .cx-article-featured { height: 300px; margin-top: -30px; border-width: 6px; border-radius: 20px; }
    .cx-article-layout { padding-top: 42px; padding-bottom: 70px; }
    .cx-article-sidebar { grid-template-columns: 1fr; }
    .cx-article-content { font-size: 17px; }
    .cx-article-content h2 { margin-top: 44px; font-size: 32px; }
    .cx-article-author-box { grid-template-columns: 1fr; }
    .cx-article-post-nav { grid-template-columns: 1fr; }
    .cx-article-post-nav > div:last-child { text-align: left; }
}

/* Brand colour consistency correction (v2.1). */
.cx-solution-page[data-cx-solution="seo-services"],
.cx-solution-page[data-cx-solution="digital-marketing-services"],
.cx-solution-page[data-cx-solution="e-commerce-solutions"],
.cx-solution-page[data-cx-solution="ebook-services"] {
    --cx-sol-accent: #2459ff;
    --cx-sol-accent-2: #12b9d6;
    --cx-sol-soft-bg: #f6f8ff;
    --cx-sol-glow: rgba(36, 89, 255, .18);
}


/* v2.4 localized and regional pages always inherit the core Creatricx palette. */
.cx-solution-page[data-cx-solution^="es"],
.cx-solution-page[data-cx-solution^="it"],
.cx-solution-page[data-cx-solution^="schweiz"],
.cx-solution-page[data-cx-solution^="zuerich"],
.cx-solution-page[data-cx-solution^="geneva"],
.cx-solution-page[data-cx-solution^="uk-"],
.cx-solution-page[data-cx-solution="website-wartung-schweiz"],
.cx-solution-page[data-cx-solution="de/ecommerce-losungen"] {
    --cx-sol-accent: #2459ff;
    --cx-sol-accent-2: #12b9d6;
    --cx-sol-soft-bg: #f6f8ff;
    --cx-sol-glow: rgba(36, 89, 255, .18);
}

/* ==========================================================
   Creatricx interaction and motion system (v2.7)
   Subtle, brand-consistent motion with reduced-motion support.
   ========================================================== */
:root {
    --cx-ease-out: cubic-bezier(.2,.8,.2,1);
    --cx-ease-spring: cubic-bezier(.16,1,.3,1);
    --cx-motion-fast: 180ms;
    --cx-motion: 320ms;
    --cx-motion-slow: 680ms;
}

/* Strong, accessible focus states. */
:where(a, button, summary, input, select, textarea):focus-visible {
    outline: 3px solid rgba(18,185,214,.38);
    outline-offset: 4px;
}

/* Navigation underline and logo polish. */
.cx-brand img {
    transform-origin: left center;
    transition: transform var(--cx-motion) var(--cx-ease-spring), filter var(--cx-motion) ease;
}
/*.cx-brand:hover img { transform: scale(1.025); filter: drop-shadow(0 8px 16px rgba(36,89,255,.13)); }*/
.cx-menu > li > a { position: relative; }
.cx-menu > li > a::before {
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    bottom: 19px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg,var(--cx-blue),var(--cx-cyan));
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform var(--cx-motion) var(--cx-ease-out);
}
.cx-menu > li > a:hover::before,
.cx-menu > li.current-menu-item > a::before {
    transform: scaleX(1);
    transform-origin: left center;
}
.cx-menu > li.cx-mega-menu > a::before,
.cx-menu > li.cx-brochure-link > a::before { display: none; }

/* Buttons: sheen, magnetic movement and press feedback. */
.cx-button,
.et_pb_button,
.cx-text-button,
.cx-portfolio-filter,
.cx-share-button {
    --cx-mx: 0px;
    --cx-my: 0px;
    --cx-lift: 0px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transform: translate3d(var(--cx-mx), calc(var(--cx-my) - var(--cx-lift)), 0);
    transition: transform var(--cx-motion-fast) var(--cx-ease-out), box-shadow var(--cx-motion) ease, border-color var(--cx-motion-fast) ease, color var(--cx-motion-fast) ease, background-color var(--cx-motion-fast) ease;
    will-change: transform;
}
.cx-button::before,
.et_pb_button::before,
.cx-portfolio-filter::before,
.cx-share-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -2px;
    pointer-events: none;
    background: linear-gradient(110deg, transparent 22%, rgba(255,255,255,.42) 45%, transparent 68%);
    transform: translateX(-125%) skewX(-16deg);
    transition: transform .72s var(--cx-ease-out);
}
.cx-button:hover::before,
.et_pb_button:hover::before,
.cx-portfolio-filter:hover::before,
.cx-share-button:hover::before { transform: translateX(125%) skewX(-16deg); }
.cx-button:hover,
.et_pb_button:hover,
.cx-text-button:hover,
.cx-portfolio-filter:hover,
.cx-share-button:hover { --cx-lift: 3px; }
.cx-button:active,
.et_pb_button:active,
.cx-text-button:active,
.cx-portfolio-filter:active,
.cx-share-button:active { --cx-lift: -1px; transition-duration: 80ms; }
.cx-button-primary:hover { box-shadow: 0 20px 44px rgba(36,89,255,.34), 0 0 0 5px rgba(18,185,214,.08); }
.cx-button-secondary:hover { box-shadow: 0 15px 35px rgba(18,38,91,.10); }
.cx-button-white:hover,
.cx-button-light:hover { box-shadow: 0 18px 42px rgba(4,16,48,.22); }
.cx-text-button::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: linear-gradient(90deg,var(--cx-blue),var(--cx-cyan));
    transform: scaleX(.22);
    transform-origin: left;
    transition: transform var(--cx-motion) var(--cx-ease-out);
}
.cx-text-button:hover::after { transform: scaleX(1); }
.cx-motion-ripple {
    position: absolute;
    z-index: 3;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(255,255,255,.48);
    transform: translate(-50%,-50%) scale(0);
    animation: cx-ripple .62s ease-out forwards;
}
@keyframes cx-ripple { to { transform: translate(-50%,-50%) scale(18); opacity: 0; } }

/* Cards: elegant lift, top-line glow and icon movement. */
.cx-benefit-card,
.cx-role-card,
.cx-project-card,
.cx-news-card,
.cx-purpose-card,
.cx-sol-card,
.cx-blog-card,
.cx-portfolio-card,
.cx-sol-process-grid article,
.cx-sol-team-grid article,
.cx-sol-chip-groups article,
.cx-security-grid span,
.cx-security-copy .cx-security-grid span {
    transform-origin: center bottom;
    transition: transform var(--cx-motion) var(--cx-ease-spring), box-shadow var(--cx-motion) ease, border-color var(--cx-motion) ease, background-color var(--cx-motion) ease;
}
.cx-sol-card,
.cx-purpose-card,
.cx-sol-process-grid article,
.cx-sol-chip-groups article { overflow: hidden; }
.cx-sol-card::before,
.cx-purpose-card::before,
.cx-sol-process-grid article::before,
.cx-sol-chip-groups article::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 16%;
    right: 16%;
    height: 3px;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(90deg,var(--cx-blue),var(--cx-cyan));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform var(--cx-motion) var(--cx-ease-out);
}
.cx-sol-card:hover::before,
.cx-purpose-card:hover::before,
.cx-sol-process-grid article:hover::before,
.cx-sol-chip-groups article:hover::before { transform: scaleX(1); }
.cx-sol-card:hover,
.cx-benefit-card:hover,
.cx-role-card:hover,
.cx-project-card:hover,
.cx-news-card:hover,
.cx-purpose-card:hover,
.cx-blog-card:hover,
.cx-portfolio-card:hover,
.cx-sol-process-grid article:hover,
.cx-sol-chip-groups article:hover {
    transform: translateY(-8px) scale(1.012);
    border-color: rgba(36,89,255,.28);
    box-shadow: 0 28px 64px rgba(18,38,91,.14);
}
.cx-sol-team-grid article:hover {
    transform: translateY(-5px);
    border-color: rgba(255,255,255,.28);
    background: rgba(255,255,255,.12);
    box-shadow: 0 18px 40px rgba(2,12,38,.2);
}
.cx-sol-card-index,
.cx-role-card > span,
.cx-process-line article > span,
.cx-sol-process-grid article > span,
.cx-sol-list li > span:first-child {
    transition: transform var(--cx-motion) var(--cx-ease-spring), background-color var(--cx-motion) ease, color var(--cx-motion) ease, box-shadow var(--cx-motion) ease;
}
.cx-sol-card:hover .cx-sol-card-index,
.cx-role-card:hover > span,
.cx-sol-process-grid article:hover > span {
    transform: rotate(-5deg) scale(1.1);
    box-shadow: 0 10px 25px rgba(36,89,255,.17);
}
.cx-sol-card:hover .cx-sol-list li > span:first-child,
.cx-sol-team-grid article:hover .cx-sol-list li > span:first-child { transform: scale(1.12); }
.cx-sol-chip-groups article:hover { transform: translateY(-5px); }
.cx-sol-chips span {
    transition: transform var(--cx-motion-fast) var(--cx-ease-spring), border-color var(--cx-motion-fast) ease, color var(--cx-motion-fast) ease, box-shadow var(--cx-motion-fast) ease;
}
.cx-sol-chips span:hover {
    transform: translateY(-3px);
    color: var(--cx-blue);
    border-color: rgba(36,89,255,.28);
    box-shadow: 0 10px 24px rgba(36,89,255,.10);
}
.cx-sol-table-wrap tbody tr { transition: transform var(--cx-motion-fast) ease, background-color var(--cx-motion-fast) ease; }
.cx-sol-table-wrap tbody tr:hover { transform: translateX(4px); }

/* Images: restrained cinematic zoom and caption lift. */
.cx-sol-image-frame,
.cx-sol-intro-media,
.cx-project-image,
.cx-news-image,
.cx-blog-card-media,
.cx-portfolio-card-media,
.cx-security-visual { overflow: hidden; }
.cx-sol-image-frame img,
.cx-sol-intro-media > img,
.cx-security-visual > img,
.cx-about-story-media > img,
.cx-contact-hero-visual img {
    transition: transform .9s var(--cx-ease-spring), filter .6s ease;
}
.cx-sol-hero-visual:hover .cx-sol-image-frame img,
.cx-sol-intro-media:hover > img,
.cx-security-visual:hover > img,
.cx-about-story-media:hover > img,
.cx-contact-hero-visual:hover img {
    transform: scale(1.045);
    filter: saturate(1.035) contrast(1.015);
}
.cx-sol-image-caption,
.cx-sol-floating-card,
.cx-floating-card,
.cx-security-image-badge,
.cx-about-founded-card,
.cx-about-extension-card {
    transition: transform var(--cx-motion) var(--cx-ease-spring), box-shadow var(--cx-motion) ease;
}
.cx-sol-image-caption:hover,
.cx-security-image-badge:hover,
.cx-about-founded-card:hover,
.cx-about-extension-card:hover { transform: translateY(-5px); box-shadow: 0 25px 58px rgba(18,38,91,.19); }

/* FAQ: richer hover/open state. JS adds smooth height animation. */
.cx-sol-faq-list details,
.cx-service-faq-list details {
    position: relative;
    transition: border-color var(--cx-motion) ease, box-shadow var(--cx-motion) ease, transform var(--cx-motion) var(--cx-ease-spring), background-color var(--cx-motion) ease;
}
.cx-sol-faq-list details::before,
.cx-service-faq-list details::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg,var(--cx-blue),var(--cx-cyan));
    transform: scaleY(0);
    transform-origin: center;
    transition: transform var(--cx-motion) var(--cx-ease-out);
}
.cx-sol-faq-list details:hover,
.cx-service-faq-list details:hover {
    transform: translateX(5px);
    border-color: rgba(36,89,255,.25);
    box-shadow: 0 18px 44px rgba(18,38,91,.09);
}
.cx-sol-faq-list details:hover::before,
.cx-service-faq-list details:hover::before,
.cx-sol-faq-list details[open]::before,
.cx-service-faq-list details[open]::before { transform: scaleY(1); }
.cx-sol-faq-list details[open],
.cx-service-faq-list details[open] {
    border-color: rgba(36,89,255,.30);
    box-shadow: 0 20px 48px rgba(18,38,91,.10);
}
.cx-sol-faq-list summary,
.cx-service-faq-list summary { transition: color var(--cx-motion-fast) ease, background-color var(--cx-motion-fast) ease; }
.cx-sol-faq-list summary:hover,
.cx-service-faq-list summary:hover,
.cx-sol-faq-list details[open] summary,
.cx-service-faq-list details[open] summary { color: var(--cx-blue); background: linear-gradient(90deg,rgba(36,89,255,.035),rgba(18,185,214,.025)); }
.cx-sol-faq-list summary span,
.cx-service-faq-list summary > span {
    transition: transform var(--cx-motion) var(--cx-ease-spring), color var(--cx-motion) ease, background-color var(--cx-motion) ease, box-shadow var(--cx-motion) ease;
}
.cx-sol-faq-list summary:hover span,
.cx-service-faq-list summary:hover > span { transform: rotate(90deg) scale(1.08); box-shadow: 0 8px 20px rgba(36,89,255,.14); }
.cx-sol-faq-list details[open] summary span,
.cx-service-faq-list details[open] summary > span { transform: rotate(45deg) scale(1.08); }
.cx-faq-animating { overflow: hidden; }

/* Staggered reveal and subtle ambient animation. */
[data-cx-reveal] { transition-delay: var(--cx-reveal-delay,0ms); }
.cx-auto-reveal {
    opacity: 0;
    transform: translateY(24px) scale(.985);
    transition: opacity var(--cx-motion-slow) var(--cx-ease-out), transform var(--cx-motion-slow) var(--cx-ease-spring);
    transition-delay: var(--cx-reveal-delay,0ms);
}
.cx-auto-reveal.cx-revealed { opacity: 1; transform: translateY(0) scale(1); }
.cx-sol-orb { animation: cx-orb-drift 10s ease-in-out infinite alternate; }
.cx-sol-orb-two { animation-duration: 13s; animation-direction: alternate-reverse; }
.cx-sol-floating-card,
.cx-floating-card,
.cx-security-image-badge { animation: cx-float-soft 5.8s ease-in-out infinite; }
.cx-sol-floating-bottom,
.cx-floating-card-two { animation-delay: -2.8s; }
@keyframes cx-orb-drift { to { transform: translate3d(18px,-14px,0) scale(1.06); } }
@keyframes cx-float-soft { 0%,100% { translate: 0 0; } 50% { translate: 0 -7px; } }

/* Footer links receive a simple directional cue. */
.cx-site-footer a { transition: color var(--cx-motion-fast) ease, transform var(--cx-motion-fast) var(--cx-ease-out); }
.cx-site-footer a:hover { transform: translateX(4px); }

@media (hover: none), (pointer: coarse) {
    .cx-button,
    .et_pb_button,
    .cx-text-button,
    .cx-portfolio-filter,
    .cx-share-button { --cx-mx: 0px !important; --cx-my: 0px !important; }
    .cx-sol-card:hover,
    .cx-benefit-card:hover,
    .cx-role-card:hover,
    .cx-project-card:hover,
    .cx-news-card:hover,
    .cx-purpose-card:hover,
    .cx-blog-card:hover,
    .cx-portfolio-card:hover,
    .cx-sol-process-grid article:hover,
    .cx-sol-chip-groups article:hover { transform: none; }
    .cx-sol-faq-list details:hover,
    .cx-service-faq-list details:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        transition-delay: 0ms !important;
    }
    [data-cx-reveal], .cx-auto-reveal { opacity: 1 !important; transform: none !important; }
}

/* v2.7 business-model pathways and engagement selectors. */
.cx-pathways-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 8%, rgba(18,185,214,.09), transparent 28%),
        linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}
.cx-pathway-grid,
.cx-engagement-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.cx-pathway-card,
.cx-engagement-card {
    position: relative;
    min-height: 100%;
    padding: 34px;
    border: 1px solid rgba(25,56,118,.12);
    border-radius: 24px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 20px 55px rgba(18,38,91,.08);
    overflow: hidden;
    transition: transform var(--cx-motion) var(--cx-ease-spring), box-shadow var(--cx-motion) ease, border-color var(--cx-motion) ease;
}
.cx-pathway-card::before,
.cx-engagement-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg,var(--cx-blue),var(--cx-cyan));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--cx-motion) var(--cx-ease-out);
}
.cx-pathway-card:hover,
.cx-engagement-card:hover {
    transform: translateY(-8px);
    border-color: rgba(36,89,255,.24);
    box-shadow: 0 28px 70px rgba(18,38,91,.14);
}
.cx-pathway-card:hover::before,
.cx-engagement-card:hover::before { transform: scaleX(1); }
.cx-pathway-primary,
.cx-engagement-card-primary {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(145deg, #102967 0%, #2459ff 67%, #12b9d6 145%);
    box-shadow: 0 28px 70px rgba(36,89,255,.26);
}
.cx-pathway-primary::after,
.cx-engagement-card-primary::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    right: -85px;
    bottom: -105px;
    border-radius: 50%;
    border: 35px solid rgba(255,255,255,.08);
}
.cx-pathway-label {
    display: inline-flex;
    margin-bottom: 24px;
    color: var(--cx-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}
.cx-pathway-primary .cx-pathway-label { color: #9ef2ff; }
.cx-pathway-number,
.cx-engagement-index {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
    border-radius: 14px;
    color: var(--cx-blue);
    background: rgba(36,89,255,.08);
    font-size: 13px;
    font-weight: 800;
}
.cx-pathway-primary .cx-pathway-number,
.cx-engagement-card-primary .cx-engagement-index {
    color: #fff;
    background: rgba(255,255,255,.14);
}
.cx-pathway-card h3,
.cx-engagement-card h3 {
    margin: 0 0 14px;
    color: var(--cx-navy);
    font-size: clamp(24px, 2.2vw, 32px);
    line-height: 1.08;
}
.cx-pathway-card p,
.cx-engagement-card p {
    margin: 0 0 22px;
    color: #596785;
    line-height: 1.75;
}
.cx-pathway-primary h3,
.cx-pathway-primary p,
.cx-engagement-card-primary h3,
.cx-engagement-card-primary p { color: #fff; }
.cx-pathway-card ul {
    display: grid;
    gap: 10px;
    margin: 0 0 27px;
    padding: 0;
    list-style: none;
}
.cx-pathway-card li {
    position: relative;
    padding-left: 22px;
    color: #354664;
    font-size: 14px;
    font-weight: 650;
}
.cx-pathway-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--cx-cyan);
    font-weight: 900;
}
.cx-pathway-primary li { color: rgba(255,255,255,.92); }
.cx-pathway-card > a,
.cx-engagement-card > a {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cx-blue);
    font-weight: 800;
    text-decoration: none;
}
.cx-pathway-primary > a,
.cx-engagement-card-primary > a { color: #fff; }
.cx-sol-engagement-section { background: #f8faff; }
.cx-engagement-card .cx-text-button {
    margin-top: 0;
    padding: 0;
    border: 0;
    color: var(--cx-blue);
    background: transparent;
    font-weight: 800;
}
.cx-about-models-section { padding-top: 105px; }

@media (max-width: 980px) {
    .cx-pathway-grid,
    .cx-engagement-grid { grid-template-columns: 1fr; }
    .cx-pathway-card,
    .cx-engagement-card { padding: 30px; }
}

@media (max-width: 600px) {
    .cx-pathway-card,
    .cx-engagement-card { padding: 25px; border-radius: 20px; }
    .cx-pathway-card h3,
    .cx-engagement-card h3 { font-size: 25px; }
}


.cx-engagement-grid.cx-engagement-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1180px) {
    .cx-engagement-grid.cx-engagement-grid-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .cx-engagement-grid.cx-engagement-grid-four {
        grid-template-columns: 1fr;
    }
}


/* Why Creatricx */
.cx-sol-why {
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(37, 156, 217, .08),
            transparent 30%
        ),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.cx-sol-why-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.cx-sol-why-grid article {
    position: relative;
    grid-column: span 2;
    min-height: 250px;
    padding: 30px 26px 26px;
    overflow: hidden;
    border: 1px solid var(--cx-line);
    border-radius: var(--cx-radius);
    background: #fff;
    box-shadow: 0 12px 34px rgba(18, 38, 91, .055);
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.cx-sol-why-grid article:nth-child(4) {
    grid-column: 2 / span 2;
}

.cx-sol-why-grid article:nth-child(5) {
    grid-column: 4 / span 2;
}

.cx-sol-why-grid article::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--cx-blue),
        var(--cx-cyan)
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .22s ease;
}

.cx-sol-why-grid article::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(37, 156, 217, .055);
    pointer-events: none;
}

.cx-sol-why-grid article:hover {
    transform: translateY(-6px);
    border-color: #cddbed;
    box-shadow: var(--cx-shadow-sm);
}

.cx-sol-why-grid article:hover::before {
    transform: scaleX(1);
}

.cx-sol-why-grid article > span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
    border: 1px solid #d9e5f5;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        var(--cx-soft-blue),
        #fff
    );
    color: var(--cx-blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .05em;
}

.cx-sol-why-grid h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 13px;
    font-size: 21px;
    line-height: 1.2;
}

.cx-sol-why-grid p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 980px) {
    .cx-sol-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cx-sol-why-grid article,
    .cx-sol-why-grid article:nth-child(4),
    .cx-sol-why-grid article:nth-child(5) {
        grid-column: auto;
    }

    .cx-sol-why-grid article:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .cx-sol-why-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cx-sol-why-grid article,
    .cx-sol-why-grid article:last-child {
        grid-column: auto;
        min-height: 0;
        padding: 24px 22px;
    }

    .cx-sol-why-grid article > span {
        width: 44px;
        height: 44px;
        margin-bottom: 22px;
    }

    .cx-sol-why-grid h3 {
        font-size: 19px;
    }
}



/* ==========================================================
   Creatricx Footer v2.9.2
   Fully scoped replacement footer stylesheet.

   Safe alongside the previous Creatricx theme CSS because:
   - no :root variables are changed;
   - no global element reset is applied;
   - no global .cx-container or .cx-button rules are used;
   - every selector is namespaced under .cx-site-footer-v292.
   ========================================================== */

.cx-site-footer-v292 {
  /* Version-specific design tokens */
  --cx-f292-navy-950: #031022;
  --cx-f292-navy-900: #041326;
  --cx-f292-navy-850: #061a33;
  --cx-f292-blue-600: #259cd9;
  --cx-f292-blue-500: #0f7cff;
  --cx-f292-blue-400: #70a7ff;
  --cx-f292-cyan-400: #65c6ff;
  --cx-f292-white: #ffffff;
  --cx-f292-text: #d7e2f5;
  --cx-f292-text-soft: #b7c7df;
  --cx-f292-muted: #9caec8;
  --cx-f292-line: rgba(124, 160, 209, .18);
  --cx-f292-line-soft: rgba(124, 160, 209, .14);
  --cx-f292-border: rgba(71, 142, 255, .22);
  --cx-f292-container: 1240px;
  --cx-f292-radius: 26px;
  --cx-f292-shadow: 0 28px 80px rgba(0, 6, 18, .22);
  --cx-f292-transition: .2s ease;

  box-sizing: border-box;
  width: 100%;
  margin-top: 110px;
  padding: 64px 0 22px;
  color: var(--cx-f292-text);
  border-top: 1px solid rgba(77, 151, 255, .18);
  background:
    radial-gradient(circle at 92% 12%, rgba(38, 111, 255, .13), transparent 30%),
    radial-gradient(circle at 8% 88%, rgba(15, 97, 255, .08), transparent 28%),
    linear-gradient(145deg, var(--cx-f292-navy-900) 0%, var(--cx-f292-navy-850) 48%, var(--cx-f292-navy-900) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.cx-site-footer-v292,
.cx-site-footer-v292 *,
.cx-site-footer-v292 *::before,
.cx-site-footer-v292 *::after {
  box-sizing: border-box;
}

.cx-site-footer-v292 a {
  color: inherit;
  text-decoration: none;
}

.cx-site-footer-v292 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cx-site-footer-v292 h2,
.cx-site-footer-v292 p {
  margin-top: 0;
}

.cx-site-footer-v292 .cx-footer-v292-container {
  width: min(calc(100% - 40px), var(--cx-f292-container));
  margin-inline: auto;
}

/*.cx-site-footer-v292 .cx-footer-shell {
  padding: 0 28px;
  border: 1px solid var(--cx-f292-border);
  border-radius: var(--cx-f292-radius);
  background: rgba(3, 17, 34, .34);
  box-shadow: var(--cx-f292-shadow);
}*/

.cx-site-footer-v292 .cx-footer-row {
  display: grid;
  gap: 34px;
  padding: 46px 0;
}

.cx-site-footer-v292 .cx-footer-row-primary {
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
}

.cx-site-footer-v292 .cx-footer-row-secondary {
  grid-template-columns: 1.7fr 1.05fr .9fr;
  border-top: 1px solid var(--cx-f292-line);
}

.cx-site-footer-v292 .cx-footer-brand,
.cx-site-footer-v292 .cx-footer-column,
.cx-site-footer-v292 .cx-footer-industries,
.cx-site-footer-v292 .cx-footer-company,
.cx-site-footer-v292 .cx-footer-contact {
  min-width: 0;
}

.cx-site-footer-v292 .cx-footer-row-primary > *:not(:first-child),
.cx-site-footer-v292 .cx-footer-row-secondary > *:not(:first-child) {
  padding-left: 28px;
  border-left: 1px solid var(--cx-f292-line-soft);
}

.cx-site-footer-v292 .cx-footer-logo {
  display: inline-flex;
}

.cx-site-footer-v292 .cx-footer-logo img {
  width: 205px;
  filter: brightness(0) invert(1);
}

.cx-site-footer-v292 .cx-footer-brand p {
  max-width: 315px;
  margin: 22px 0 25px;
  color: var(--cx-f292-text-soft);
  font-size: 14px;
  line-height: 1.8;
}

.cx-site-footer-v292 .cx-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 11px;
  color: var(--cx-f292-white);
  background: linear-gradient(135deg, var(--cx-f292-blue-600), var(--cx-f292-blue-500));
  box-shadow: 0 13px 30px rgba(37, 156, 217, .24);
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease;
}

.cx-site-footer-v292 .cx-footer-cta:hover,
.cx-site-footer-v292 .cx-footer-cta:focus-visible {
  color: var(--cx-f292-white);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(37, 156, 217, .3);
}

.cx-site-footer-v292 .cx-footer-title {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 13px;
	color: #fff;
	font-size: 20px !important;
	font-weight: 600;
	text-transform: capitalize;
  line-height: 1.3;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.cx-site-footer-v292 .cx-footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--cx-f292-blue-500), var(--cx-f292-cyan-400));
}

.cx-site-footer-v292 .cx-footer-column > a,
.cx-site-footer-v292 .cx-footer-industries-grid > a,
.cx-site-footer-v292 .cx-footer-company-grid > a {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 0 11px;
  padding-right: 18px;
  color: var(--cx-f292-text);
  font-size: 13px;
  line-height: 1.45;
  transition: color var(--cx-f292-transition), transform var(--cx-f292-transition);
}

.cx-site-footer-v292 .cx-footer-column > a::after,
.cx-site-footer-v292 .cx-footer-industries-grid > a::after,
.cx-site-footer-v292 .cx-footer-company-grid > a::after {
  content: "›";
  position: absolute;
  top: 0;
  right: 0;
  color: #78aaff;
  transition: transform var(--cx-f292-transition);
}

.cx-site-footer-v292 .cx-footer-column > a:hover,
.cx-site-footer-v292 .cx-footer-column > a:focus-visible,
.cx-site-footer-v292 .cx-footer-industries-grid > a:hover,
.cx-site-footer-v292 .cx-footer-industries-grid > a:focus-visible,
.cx-site-footer-v292 .cx-footer-company-grid > a:hover,
.cx-site-footer-v292 .cx-footer-company-grid > a:focus-visible,
.cx-site-footer-v292 .cx-footer-contact-link:hover,
.cx-site-footer-v292 .cx-footer-contact-link:focus-visible,
.cx-site-footer-v292 .cx-footer-legal-links a:hover,
.cx-site-footer-v292 .cx-footer-legal-links a:focus-visible {
  color: #75b5ff;
  transform: translateX(3px);
}

.cx-site-footer-v292 .cx-footer-column > a:hover::after,
.cx-site-footer-v292 .cx-footer-column > a:focus-visible::after,
.cx-site-footer-v292 .cx-footer-industries-grid > a:hover::after,
.cx-site-footer-v292 .cx-footer-industries-grid > a:focus-visible::after,
.cx-site-footer-v292 .cx-footer-company-grid > a:hover::after,
.cx-site-footer-v292 .cx-footer-company-grid > a:focus-visible::after {
  transform: translateX(3px);
}

.cx-site-footer-v292 a:focus-visible {
  outline: 2px solid var(--cx-f292-cyan-400);
  outline-offset: 4px;
}

.cx-site-footer-v292 .cx-footer-industries-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
}

.cx-site-footer-v292 .cx-footer-company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 26px;
}

.cx-site-footer-v292 .cx-footer-view-all {
  color: #7eb5ff !important;
  font-weight: 750;
}

.cx-site-footer-v292 .cx-footer-contact-link {
  display: flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
  margin: 0 0 14px;
  color: #edf4ff;
  font-size: 14px;
  transition: color var(--cx-f292-transition), transform var(--cx-f292-transition);
}

.cx-site-footer-v292 .cx-footer-contact-icon {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: #70b9ff;
  border: 1px solid rgba(72, 148, 255, .62);
  border-radius: 50%;
}

.cx-site-footer-v292 .cx-footer-contact p {
  margin: 22px 0 20px;
  color: #aebfd8;
  font-size: 13px;
  line-height: 1.7;
}

.cx-site-footer-v292 .cx-footer-contact-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #7bb7ff;
  font-size: 13px;
  font-weight: 750;
}

.cx-site-footer-v292 .cx-footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 23px 0;
  color: var(--cx-f292-muted);
  border-top: 1px solid var(--cx-f292-line);
  font-size: 11px;
}

.cx-site-footer-v292 .cx-footer-legal-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px 22px;
}

.cx-site-footer-v292 .cx-footer-legal-links a {
  color: #b8c7dc;
  transition: color var(--cx-f292-transition), transform var(--cx-f292-transition);
}

.cx-site-footer-v292 .cx-footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cx-site-footer-v292 .cx-footer-socials a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #e9f2ff;
  border: 1px solid rgba(90, 153, 255, .5);
  border-radius: 50%;
  background: rgba(8, 37, 78, .36);
  transition: color var(--cx-f292-transition), border-color var(--cx-f292-transition), background var(--cx-f292-transition), transform var(--cx-f292-transition);
}

.cx-site-footer-v292 .cx-footer-socials a:hover,
.cx-site-footer-v292 .cx-footer-socials a:focus-visible {
  color: var(--cx-f292-white);
  border-color: #77bcff;
  background: rgba(31, 103, 255, .34);
  transform: translateY(-2px);
}

.cx-site-footer-v292 .cx-footer-socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

@media (max-width: 1180px) {
  .cx-site-footer-v292 .cx-footer-row-primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cx-site-footer-v292 .cx-footer-brand {
    grid-column: 1 / -1;
  }

  .cx-site-footer-v292 .cx-footer-row-primary > *:not(:first-child) {
    padding-left: 0;
    border-left: 0;
  }

  .cx-site-footer-v292 .cx-footer-row-secondary {
    grid-template-columns: 1.4fr 1fr;
  }

  .cx-site-footer-v292 .cx-footer-contact {
    grid-column: 1 / -1;
    padding-top: 30px;
    padding-left: 0 !important;
    border-top: 1px solid var(--cx-f292-line-soft);
    border-left: 0 !important;
  }
}

@media (max-width: 820px) {
  .cx-site-footer-v292 {
    margin-top: 70px;
    padding-top: 30px;
  }

  .cx-site-footer-v292 .cx-footer-v292-container {
    width: min(calc(100% - 28px), var(--cx-f292-container));
  }

  .cx-site-footer-v292 .cx-footer-shell {
    padding: 0 22px;
    border-radius: 20px;
  }

  .cx-site-footer-v292 .cx-footer-row-primary,
  .cx-site-footer-v292 .cx-footer-row-secondary {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px 0;
  }

  .cx-site-footer-v292 .cx-footer-row-primary > *:not(:first-child),
  .cx-site-footer-v292 .cx-footer-row-secondary > *:not(:first-child) {
    padding-left: 0;
    border-left: 0;
  }

  .cx-site-footer-v292 .cx-footer-contact {
    grid-column: auto;
    padding-top: 0;
    border-top: 0;
  }

  .cx-site-footer-v292 .cx-footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .cx-site-footer-v292 .cx-footer-legal-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .cx-site-footer-v292 .cx-footer-industries-grid,
  .cx-site-footer-v292 .cx-footer-company-grid {
    grid-template-columns: 1fr;
  }

  .cx-site-footer-v292 .cx-footer-logo img {
    width: 180px;
  }

  .cx-site-footer-v292 .cx-footer-cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cx-site-footer-v292 *,
  .cx-site-footer-v292 *::before,
  .cx-site-footer-v292 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}




/* ==========================================================
   CREATRICX BROCHURE LANGUAGE MODAL
   Scoped specifically to .cx-brochure-modal
   ========================================================== */

.cx-brochure-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity .25s ease,
        visibility .25s ease;
}

.cx-brochure-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cx-brochure-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 12, 30, .76);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.cx-brochure-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(100%, 720px);
    padding: 48px;
    background:
        radial-gradient(
            circle at top right,
            rgba(35, 87, 255, .12),
            transparent 34%
        ),
        #ffffff;
    border-radius: 24px;
    box-shadow: 0 30px 100px rgba(0, 0, 0, .28);
    transform: translateY(18px) scale(.98);
    transition: transform .28s ease;
}

.cx-brochure-modal.is-open .cx-brochure-modal__dialog {
    transform: translateY(0) scale(1);
}

.cx-brochure-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #0b183b;
    background: #f2f5fa;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transition:
        transform .2s ease,
        background .2s ease;
}

.cx-brochure-modal__close:hover {
    background: #e5ebf5;
    transform: rotate(90deg);
}

.cx-brochure-modal__header {
    max-width: 560px;
    margin-bottom: 30px;
}

.cx-brochure-modal__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--cx-blue, #2357ff);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
}

.cx-brochure-modal__header h2 {
    margin: 0 0 12px;
    color: #0b183b;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
}

.cx-brochure-modal__header p {
    margin: 0;
    color: #667085;
    font-size: 17px;
    line-height: 1.65;
}

.cx-brochure-modal__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cx-brochure-language-card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 130px;
    padding: 22px;
    color: #0b183b;
    text-decoration: none;
    background: #f7f9fc;
    border: 1px solid #e5eaf2;
    border-radius: 18px;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease,
        background .2s ease;
}

.cx-brochure-language-card:hover {
    color: #0b183b;
    background: #ffffff;
    border-color: var(--cx-blue, #2357ff);
    box-shadow: 0 16px 35px rgba(22, 45, 95, .12);
    transform: translateY(-4px);
}

.cx-brochure-language-card__flag {
    display: flex;
    flex: 0 0 58px;
    width: 58px;
    height: 42px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e7ef;
    border-radius: 8px;
    box-shadow: 0 5px 14px rgba(22, 45, 95, .12);
}

.cx-brochure-language-card__flag svg {
    display: block;
    width: 100%;
    height: 100%;
}

.cx-brochure-language-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 5px;
}

.cx-brochure-language-card__content strong {
    color: #0b183b;
    font-size: 18px;
}

.cx-brochure-language-card__content small {
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.cx-brochure-language-card__arrow {
    color: var(--cx-blue, #2357ff);
    font-size: 25px;
    font-weight: 700;
}

.cx-brochure-modal__note {
    margin: 22px 0 0;
    color: #7a8497;
    font-size: 13px;
    text-align: center;
}


/* Prevent page scrolling while brochure modal is open */

body.cx-brochure-modal-active {
    overflow: hidden;
}


/* Mobile */

@media (max-width: 640px) {

    .cx-brochure-modal {
        padding: 14px;
        align-items: flex-end;
    }

    .cx-brochure-modal__dialog {
        width: 100%;
        padding: 36px 22px 24px;
        border-radius: 24px 24px 16px 16px;
    }

    .cx-brochure-modal__options {
        grid-template-columns: 1fr;
    }

    .cx-brochure-language-card {
        min-height: 105px;
    }

}