:root {
  --ink: #102238;
  --ink-2: #18324d;
  --navy: #07182a;
  --navy-2: #0d2741;
  --blue: #2f63ff;
  --blue-2: #1b46d8;
  --green: #1a9b78;
  --green-soft: #e4f5ef;
  --purple: #6a58e8;
  --orange: #ef9b31;
  --red: #d75c66;
  --text: #43566b;
  --muted: #738397;
  --line: #dce5ee;
  --line-2: #e9eef3;
  --surface: #ffffff;
  --mist: #f4f7fa;
  --soft: #eef5f4;
  --shadow-sm: 0 10px 30px rgba(12, 37, 61, .07);
  --shadow-md: 0 24px 70px rgba(12, 37, 61, .13);
  --container: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.sod-container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }

/* Shared brand and controls */
.sod-logo { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.sod-logo__mark { width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(145deg, #2f68ff, #1b47dc); position: relative; box-shadow: 0 10px 26px rgba(47, 99, 255, .24); flex: 0 0 auto; }
.sod-logo__mark b:first-child { position: absolute; width: 19px; height: 5px; border-radius: 10px; background: #fff; left: 10.5px; top: 17.5px; }
.sod-logo__mark b:last-child { position: absolute; width: 5px; height: 19px; border-radius: 10px; background: #fff; left: 17.5px; top: 10.5px; }
.sod-logo__mark--small { width: 34px; height: 34px; border-radius: 10px; box-shadow: none; }
.sod-logo__mark--small b:first-child { width: 16px; left: 9px; top: 14.5px; }
.sod-logo__mark--small b:last-child { height: 16px; left: 14.5px; top: 9px; }
.sod-logo__copy { display: flex; flex-direction: column; line-height: 1; }
.sod-logo__copy strong { font-size: 23px; letter-spacing: -.8px; font-weight: 850; }
.sod-logo__copy small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.75px; }
.sod-button, .ops-button { min-height: 52px; padding: 0 23px; border-radius: 12px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 800; transition: .2s ease; }
.sod-button:hover, .ops-button:hover { transform: translateY(-1px); }
.sod-button--primary, .ops-button--primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff; box-shadow: 0 14px 28px rgba(47, 99, 255, .22); }
.sod-button--secondary, .ops-button--secondary { color: var(--ink); background: #fff; border-color: #d5e0e9; }
.sod-button--light { background: #fff; color: var(--navy); }
.sod-button--crm { background: #0b2239; color: #fff; border-color: #0b2239; box-shadow: 0 12px 24px rgba(11, 34, 57, .16); white-space: nowrap; }
.sod-button--crm:hover { background: #153653; border-color: #153653; }
.sod-button--small { min-height: 42px; padding: 0 17px; font-size: 12px; border-radius: 10px; }
.sod-kicker { display: inline-flex; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.sod-kicker--pill { padding: 8px 11px; background: #e9efff; border: 1px solid #dbe4ff; border-radius: 999px; }
.sod-kicker--light { color: #88aaff; }
.toast { position: fixed; z-index: 999; right: 24px; bottom: 24px; max-width: 360px; padding: 13px 16px; border-radius: 12px; background: #10243a; color: #fff; box-shadow: 0 16px 45px rgba(8, 27, 46, .25); font-size: 12px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

/* Marketing homepage */
.sod-utility { background: #081a2c; color: #c7d6e4; }
.sod-utility__inner { min-height: 37px; display: flex; align-items: center; justify-content: center; gap: 46px; font-size: 10px; font-weight: 700; }
.sod-utility__inner span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.sod-utility__inner span i { width: 6px; height: 6px; border-radius: 50%; background: #50d3ae; box-shadow: 0 0 0 4px rgba(80, 211, 174, .12); }
.sod-utility__inner a { margin-left: auto; color: #fff; }
.sod-header { position: sticky; top: 0; z-index: 80; background: rgba(255, 255, 255, .96); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(218, 228, 237, .86); }
.sod-header__inner { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.sod-nav { margin: 0 auto; display: flex; align-items: center; gap: 28px; }
.sod-nav a { color: #40546a; font-size: 12px; font-weight: 750; }
.sod-nav a:hover { color: var(--blue); }
.sod-header__actions { display: flex; align-items: center; gap: 16px; }
.sod-text-link { color: #52657a; font-size: 11px; font-weight: 750; }
.sod-menu { width: 42px; height: 42px; border: 0; border-radius: 10px; background: #eff3f7; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.sod-menu span { width: 19px; height: 2px; background: var(--ink); border-radius: 10px; }
.sod-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f1f6ff 0%, #f8fbfc 48%, #eff8f5 100%); }
.sod-hero__orb { position: absolute; border-radius: 50%; pointer-events: none; }
.sod-hero__orb--one { width: 520px; height: 520px; right: -100px; top: -170px; background: radial-gradient(circle, rgba(47,99,255,.12), rgba(47,99,255,0) 70%); }
.sod-hero__orb--two { width: 380px; height: 380px; left: 38%; bottom: -240px; background: radial-gradient(circle, rgba(26,155,120,.12), rgba(26,155,120,0) 70%); }
.sod-hero__grid { position: relative; min-height: 740px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(570px, 1.08fr); gap: 70px; align-items: center; }
.sod-hero__copy { padding: 80px 0; }
.sod-hero__copy h1 { max-width: 740px; margin: 20px 0 22px; font-size: clamp(52px, 5.6vw, 78px); line-height: .98; letter-spacing: -.055em; }
.sod-hero__lead { max-width: 670px; margin: 0; color: #52677d; font-size: 18px; line-height: 1.72; }
.sod-hero__actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.sod-hero__notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 34px; max-width: 690px; }
.sod-hero__notes > div { display: flex; gap: 11px; align-items: flex-start; }
.sod-hero__notes > div > span { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: #dff3ec; color: #167a5f; font-weight: 900; flex: 0 0 auto; }
.sod-hero__notes p { margin: 0; }
.sod-hero__notes strong, .sod-hero__notes small { display: block; }
.sod-hero__notes strong { font-size: 12px; }
.sod-hero__notes small { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.sod-hero__visual { min-height: 650px; position: relative; }
.sod-hero__image { position: absolute; right: 0; top: 40px; width: 57%; height: 535px; border-radius: 28px; overflow: hidden; border: 7px solid #fff; box-shadow: var(--shadow-md); background: #e9edf3; }
.sod-hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.sod-hero__image > span { position: absolute; right: 12px; bottom: 12px; background: rgba(7, 24, 42, .78); color: #fff; padding: 7px 9px; border-radius: 8px; font-size: 8px; font-weight: 800; }
.sod-care-console { position: absolute; left: 0; top: 145px; width: 52%; background: rgba(255,255,255,.97); border: 1px solid rgba(209,220,230,.9); border-radius: 20px; padding: 21px; box-shadow: 0 26px 65px rgba(14, 43, 70, .16); }
.sod-care-console__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--line-2); }
.sod-care-console__head span { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.sod-care-console__head b { color: #187b61; background: #e2f5ee; padding: 6px 8px; border-radius: 999px; font-size: 8px; }
.sod-care-console > div:not(:first-child) { display: grid; grid-template-columns: 36px 1fr auto; gap: 11px; align-items: center; padding: 13px 0; border-bottom: 1px solid #edf1f4; }
.sod-care-console > div:last-child { border-bottom: 0; padding-bottom: 0; }
.sod-care-console > div > i { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: #eff3f6; color: #7c8b9c; font-size: 8px; font-style: normal; font-weight: 900; }
.sod-care-console > div.is-current > i { background: var(--blue); color: #fff; box-shadow: 0 8px 18px rgba(47, 99, 255, .2); }
.sod-care-console p { margin: 0; }
.sod-care-console strong, .sod-care-console small { display: block; }
.sod-care-console strong { font-size: 11px; }
.sod-care-console small { margin-top: 4px; color: var(--muted); font-size: 8px; line-height: 1.4; }
.sod-care-console > div > em { padding: 5px 7px; border-radius: 999px; background: #f2f5f7; color: #7d8a99; font-size: 7px; font-style: normal; font-weight: 800; }
.sod-floating { position: absolute; z-index: 3; min-height: 62px; display: flex; align-items: center; gap: 11px; padding: 12px 14px; background: #fff; border: 1px solid #dfe6ed; border-radius: 14px; box-shadow: var(--shadow-sm); }
.sod-floating--assessment { left: 8%; top: 55px; }
.sod-floating--team { right: 1%; bottom: 45px; }
.sod-floating__icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: #e2f5ee; color: #187b61; font-weight: 900; }
.sod-floating strong, .sod-floating small { display: block; }
.sod-floating strong { font-size: 10px; }
.sod-floating small { margin-top: 4px; color: var(--muted); font-size: 8px; }
.sod-floating > em { margin-left: 9px; color: var(--blue); font-size: 8px; font-style: normal; font-weight: 850; }
.sod-avatar-stack { display: flex; min-width: max-content; }
.sod-avatar-stack img { width: 36px; height: 36px; object-fit: cover; border-radius: 50%; border: 3px solid #fff; margin-left: -9px; }
.sod-avatar-stack img:first-child { margin-left: 0; }
.sod-proof { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sod-proof__grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.sod-proof__grid > div { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-right: 1px solid var(--line); }
.sod-proof__grid > div:first-child { padding-left: 0; }
.sod-proof__grid > div:last-child { border-right: 0; }
.sod-proof__grid > div > span { width: 37px; height: 37px; border-radius: 11px; display: grid; place-items: center; color: var(--blue); background: #edf2ff; font-size: 9px; font-weight: 900; flex: 0 0 auto; }
.sod-proof__grid p { margin: 0; }
.sod-proof__grid strong, .sod-proof__grid small { display: block; }
.sod-proof__grid strong { font-size: 11px; }
.sod-proof__grid small { margin-top: 4px; color: var(--muted); font-size: 8px; line-height: 1.45; }
.sod-section { padding: 104px 0; }
.sod-section--white { background: #fff; }
.sod-section--mist { background: #f4f7fa; }
.sod-section--soft { background: linear-gradient(135deg, #eef7f4, #f3f5fb); }
.sod-section--ink { background: radial-gradient(circle at 82% 14%, #193d61 0, #0d2741 34%, #07182a 72%); color: #fff; }
.sod-heading { margin-bottom: 45px; }
.sod-heading h2 { margin: 15px 0 0; font-size: clamp(38px, 4.1vw, 58px); line-height: 1.04; letter-spacing: -.047em; }
.sod-heading p { color: var(--text); font-size: 15px; line-height: 1.7; }
.sod-heading--split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .55fr); gap: 70px; align-items: end; }
.sod-heading--split p { margin: 0 0 4px; }
.sod-heading--center { max-width: 850px; margin: 0 auto 54px; text-align: center; }
.sod-heading--center p { max-width: 690px; margin: 17px auto 0; }
.sod-service-grid { display: grid; grid-template-columns: 1.28fr repeat(2, 1fr); gap: 16px; }
.sod-service { min-height: 220px; border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: 25px; transition: .22s ease; }
.sod-service:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: #cbd8e3; }
.sod-service--feature { grid-row: span 3; padding: 0; overflow: hidden; }
.sod-service__image { height: 360px; overflow: hidden; }
.sod-service__image img { width: 100%; height: 100%; object-fit: cover; }
.sod-service__body { padding: 30px; }
.sod-service__body > span, .sod-service small { color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.sod-service h3 { margin: 11px 0 10px; font-size: 25px; letter-spacing: -.03em; }
.sod-service p { margin: 0; color: var(--text); font-size: 12px; line-height: 1.65; }
.sod-service b { display: inline-flex; margin-top: 22px; color: var(--blue); font-size: 10px; }
.sod-service b em { margin-left: 5px; font-style: normal; }
.sod-service:not(.sod-service--feature) { display: flex; gap: 17px; align-items: flex-start; }
.sod-service__icon { width: 43px; height: 43px; border-radius: 13px; display: grid; place-items: center; color: var(--blue); background: #edf2ff; font-size: 12px; font-weight: 900; flex: 0 0 auto; }
.sod-service:not(.sod-service--feature) h3 { font-size: 20px; }
.sod-platform-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.sod-platform-copy h2 { margin: 16px 0 20px; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.04; letter-spacing: -.047em; }
.sod-platform-copy > p { color: var(--text); font-size: 15px; line-height: 1.75; }
.sod-feature-list { margin: 28px 0; }
.sod-feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.sod-feature-list > div > span { width: 38px; height: 38px; border-radius: 11px; background: #e7efff; color: var(--blue); display: grid; place-items: center; font-size: 8px; font-weight: 900; }
.sod-feature-list p { margin: 0; }
.sod-feature-list strong, .sod-feature-list small { display: block; }
.sod-feature-list strong { font-size: 13px; }
.sod-feature-list small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.sod-text-arrow { color: var(--blue); font-size: 12px; font-weight: 850; }
.sod-portal-card { background: #fff; border: 1px solid #dbe4ed; border-radius: 24px; padding: 25px; box-shadow: var(--shadow-md); }
.sod-portal-card__top { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line-2); }
.sod-portal-card__top > div { display: flex; align-items: center; gap: 11px; }
.sod-portal-card__top p { margin: 0; }
.sod-portal-card__top strong, .sod-portal-card__top small { display: block; }
.sod-portal-card__top strong { font-size: 13px; }
.sod-portal-card__top small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.sod-secure-pill { padding: 7px 9px; border: 1px solid #cce8dd; background: #e7f6f0; color: #16765c; border-radius: 999px; font-size: 8px; font-weight: 850; }
.sod-portal-progress { margin: 22px 0 18px; display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; }
.sod-portal-progress span, .sod-portal-progress strong { display: block; }
.sod-portal-progress span { color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.sod-portal-progress strong { margin-top: 6px; font-size: 15px; }
.sod-portal-progress em { font-style: normal; color: var(--blue); font-size: 12px; font-weight: 850; align-self: end; }
.sod-portal-progress > i { grid-column: 1 / -1; height: 6px; border-radius: 999px; background: #ebeff3; overflow: hidden; }
.sod-portal-progress > i b { display: block; width: 65%; height: 100%; background: linear-gradient(90deg, var(--blue), #6d5ce7); border-radius: inherit; }
.sod-portal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.sod-portal-grid article { min-height: 155px; padding: 17px; border: 1px solid var(--line); border-radius: 14px; }
.sod-portal-grid article > span { color: var(--muted); font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.sod-portal-grid strong, .sod-portal-grid small { display: block; }
.sod-portal-grid strong { margin-top: 12px; font-size: 12px; }
.sod-portal-grid small { margin-top: 7px; color: var(--muted); font-size: 8px; line-height: 1.45; min-height: 36px; }
.sod-portal-grid b { display: inline-flex; margin-top: 12px; padding: 6px 8px; border-radius: 999px; background: #f0f3f6; color: #758396; font-size: 7px; }
.sod-portal-grid b.is-complete { background: #e5f5ef; color: #16765c; }
.sod-portal-grid b.is-active { background: #e9efff; color: var(--blue); }
.sod-portal-note { margin-top: 14px; padding: 14px; border-radius: 13px; background: #eff5f8; display: flex; gap: 12px; align-items: flex-start; }
.sod-portal-note > span { width: 31px; height: 31px; border-radius: 9px; background: #dce8f0; display: grid; place-items: center; color: #49667e; flex: 0 0 auto; }
.sod-portal-note p { margin: 0; }
.sod-portal-note strong, .sod-portal-note small { display: block; }
.sod-portal-note strong { font-size: 10px; }
.sod-portal-note small { margin-top: 4px; color: #65798b; font-size: 8px; line-height: 1.45; }
.sod-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.sod-process article { min-height: 280px; padding: 30px; border-right: 1px solid var(--line); background: #fff; }
.sod-process article:last-child { border-right: 0; }
.sod-process article > span { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: #edf2ff; color: var(--blue); font-size: 9px; font-weight: 900; }
.sod-process small { display: block; margin-top: 36px; color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.sod-process h3 { margin: 12px 0 10px; font-size: 21px; line-height: 1.2; letter-spacing: -.03em; }
.sod-process p { margin: 0; color: var(--text); font-size: 11px; line-height: 1.7; }
.sod-standards-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.sod-standards-grid > div:first-child h2 { margin: 17px 0 21px; font-size: clamp(40px, 4.6vw, 64px); line-height: 1.02; letter-spacing: -.052em; }
.sod-standards-grid > div:first-child p { color: #b7c8d8; font-size: 15px; line-height: 1.75; }
.sod-standards-grid .sod-button { margin-top: 18px; }
.sod-standards-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.sod-standards-cards article { min-height: 220px; padding: 25px; border-radius: 18px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); }
.sod-standards-cards article > span { color: #84a8ff; font-size: 9px; font-weight: 900; }
.sod-standards-cards h3 { margin: 15px 0 9px; font-size: 18px; }
.sod-standards-cards p { color: #aabccd; font-size: 11px; line-height: 1.65; min-height: 73px; }
.sod-standards-cards b { display: inline-flex; margin-top: 8px; color: #80d3bc; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.sod-information-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sod-information-grid article { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.sod-information-grid span { color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.sod-information-grid h3 { margin: 18px 0 13px; font-size: 21px; line-height: 1.28; letter-spacing: -.03em; }
.sod-information-grid p { margin: 0; color: var(--text); font-size: 11px; line-height: 1.72; }
.sod-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.sod-team-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: .2s ease; }
.sod-team-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.sod-team-grid img { width: 100%; aspect-ratio: 1 / .9; object-fit: cover; object-position: center 18%; background: #ece5d9; }
.sod-team-grid article > div { padding: 22px; }
.sod-team-grid span { color: var(--blue); font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.sod-team-grid h3 { margin: 10px 0 7px; font-size: 20px; }
.sod-team-grid p { margin: 0; color: var(--text); font-size: 10px; line-height: 1.5; }
.sod-team-grid a { display: inline-flex; margin-top: 18px; color: var(--blue); font-size: 9px; font-weight: 850; }
.sod-support-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.sod-support-grid article { min-height: 265px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.sod-support-grid article > span { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: #edf2ff; color: var(--blue); font-size: 8px; font-weight: 900; }
.sod-support-grid h3 { margin: 28px 0 10px; font-size: 20px; letter-spacing: -.03em; }
.sod-support-grid p { color: var(--text); font-size: 11px; line-height: 1.65; min-height: 75px; }
.sod-support-grid a { color: var(--blue); font-size: 9px; font-weight: 850; }
.sod-resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sod-resource-grid article { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.sod-resource-grid span { color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.sod-resource-grid h3 { margin: 21px 0 12px; font-size: 24px; line-height: 1.25; letter-spacing: -.035em; }
.sod-resource-grid p { color: var(--text); font-size: 11px; line-height: 1.7; }
.sod-resource-grid a { display: inline-flex; margin-top: 20px; color: var(--blue); font-size: 10px; font-weight: 850; }
.sod-faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.sod-faq-grid h2 { margin: 17px 0 13px; font-size: 46px; line-height: 1.05; letter-spacing: -.047em; }
.sod-faq-grid > div:first-child p { color: var(--text); font-size: 13px; line-height: 1.7; }
.sod-faq-list { border-top: 1px solid var(--line); }
.sod-faq-list details { border-bottom: 1px solid var(--line); }
.sod-faq-list summary { list-style: none; min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; font-weight: 800; cursor: pointer; }
.sod-faq-list summary::-webkit-details-marker { display: none; }
.sod-faq-list summary span { color: var(--blue); font-size: 21px; transition: .2s ease; }
.sod-faq-list details[open] summary span { transform: rotate(45deg); }
.sod-faq-list p { margin: -2px 50px 22px 0; color: var(--text); font-size: 11px; line-height: 1.72; }
.sod-cta { background: linear-gradient(125deg, #315efb, #163bbd); color: #fff; }
.sod-cta__inner { min-height: 320px; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.sod-cta__inner > div:first-child > span { color: #cfe0ff; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.sod-cta h2 { max-width: 900px; margin: 15px 0 12px; font-size: clamp(38px, 4vw, 57px); line-height: 1.03; letter-spacing: -.05em; }
.sod-cta p { margin: 0; color: #d8e3ff; font-size: 13px; }
.sod-cta__inner > div:last-child { display: flex; flex-direction: column; align-items: center; gap: 15px; }
.sod-cta__inner > div:last-child > a:last-child { color: #fff; font-size: 10px; font-weight: 800; }
.sod-footer { background: #061523; color: #fff; padding: 72px 0 22px; }
.sod-footer__grid { display: grid; grid-template-columns: 1.65fr repeat(3, 1fr); gap: 62px; }
.sod-logo--footer .sod-logo__copy small { color: #8fa4b7; }
.sod-footer__brand > p { max-width: 420px; color: #8fa4b7; font-size: 11px; line-height: 1.7; margin: 22px 0; }
.sod-footer__emergency { max-width: 440px; display: flex; gap: 10px; padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.04); }
.sod-footer__emergency strong { color: #fff; font-size: 9px; }
.sod-footer__emergency span { color: #93a8ba; font-size: 8px; line-height: 1.45; }
.sod-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }
.sod-footer__grid > div:not(:first-child) strong { margin-bottom: 7px; font-size: 11px; }
.sod-footer__grid > div:not(:first-child) a { color: #8fa4b7; font-size: 9px; }
.sod-footer__bottom { margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #667f94; font-size: 8px; }

/* Operations CRM */
.ops-page { background: #f3f6f9; color: #24384d; }
.ops-sidebar { position: fixed; z-index: 100; inset: 0 auto 0 0; width: 270px; background: #08192c; color: #fff; border-right: 1px solid rgba(255,255,255,.06); display: flex; flex-direction: column; }
.ops-brand-row { min-height: 76px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.07); }
.ops-brand { display: flex; align-items: center; gap: 10px; }
.sod-logo__mark--ops { width: 34px; height: 34px; border-radius: 10px; box-shadow: 0 8px 22px rgba(47,99,255,.28); }
.sod-logo__mark--ops b:first-child { width: 16px; left: 9px; top: 14.5px; }
.sod-logo__mark--ops b:last-child { height: 16px; left: 14.5px; top: 9px; }
.ops-brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.ops-brand strong { font-size: 15px; }
.ops-brand small { margin-top: 4px; color: #70839b; font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.25px; }
.sidebar-close { display: none; border: 0; background: transparent; color: #fff; font-size: 24px; }
.ops-workspace { margin: 14px 13px 6px; min-height: 56px; padding: 9px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; background: rgba(255,255,255,.035); color: #fff; display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 9px; text-align: left; }
.ops-workspace > span { width: 35px; height: 35px; border-radius: 9px; display: grid; place-items: center; background: linear-gradient(135deg, #315efb, #725de9); font-size: 8px; font-weight: 900; }
.ops-workspace p { margin: 0; }
.ops-workspace strong, .ops-workspace small { display: block; }
.ops-workspace strong { font-size: 9px; }
.ops-workspace small { margin-top: 4px; color: #7688a0; font-size: 7px; }
.ops-workspace b { color: #718298; }
.ops-nav { overflow-y: auto; padding: 8px 11px 17px; scrollbar-width: thin; }
.ops-nav__heading { display: block; padding: 15px 10px 7px; color: #51637b; font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.ops-nav a { min-height: 38px; margin-bottom: 2px; padding: 0 10px; border-radius: 8px; display: grid; grid-template-columns: 22px 1fr auto; gap: 8px; align-items: center; color: #93a3b7; font-size: 9px; font-weight: 700; }
.ops-nav a:hover { background: rgba(255,255,255,.05); color: #fff; }
.ops-nav a.is-active { color: #fff; background: linear-gradient(90deg, rgba(47,99,255,.25), rgba(47,99,255,.06)); box-shadow: inset 3px 0 #5a80ff; }
.ops-nav i { color: #657891; font-style: normal; font-size: 13px; }
.ops-nav a.is-active i { color: #8ba8ff; }
.ops-nav em { min-width: 20px; height: 18px; padding: 0 5px; border-radius: 999px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #9babc0; font-size: 7px; font-style: normal; }
.ops-nav em.warning { color: #ffca7e; background: rgba(239,155,49,.13); }
.ops-sidebar__status { margin-top: auto; padding: 13px; border-top: 1px solid rgba(255,255,255,.07); }
.ops-sidebar__status > div { min-height: 64px; padding: 11px; display: grid; grid-template-columns: 31px 1fr; gap: 9px; align-items: center; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); border-radius: 11px; }
.ops-lock { width: 31px; height: 31px; border-radius: 9px; display: grid; place-items: center; background: rgba(78,211,174,.12); color: #56d3b1; }
.ops-sidebar__status p { margin: 0; }
.ops-sidebar__status strong, .ops-sidebar__status small { display: block; }
.ops-sidebar__status strong { font-size: 8px; }
.ops-sidebar__status small { margin-top: 4px; color: #6f829a; font-size: 6.5px; line-height: 1.35; }
.ops-switch { position: absolute; right: 24px; bottom: 35px; width: 26px; height: 14px; border-radius: 999px; background: #2b4057; }
.ops-switch i { position: absolute; width: 10px; height: 10px; left: 2px; top: 2px; background: #fff; border-radius: 50%; }
.ops-switch.is-on { background: #2aae89; }
.ops-switch.is-on i { left: 14px; }
.ops-shell { margin-left: 270px; min-height: 100vh; }
.ops-topbar { min-height: 76px; padding: 0 28px; display: flex; align-items: center; background: rgba(255,255,255,.97); border-bottom: 1px solid #dce4eb; position: sticky; top: 0; z-index: 70; backdrop-filter: blur(14px); }
.crm-menu-button { display: none; width: 38px; height: 38px; margin-right: 12px; border: 0; border-radius: 9px; background: #eef2f6; }
.ops-breadcrumb { display: flex; align-items: center; gap: 10px; color: #8391a2; font-size: 9px; }
.ops-breadcrumb b { color: #c7d0d9; }
.ops-breadcrumb strong { color: #35495d; }
.ops-topbar__actions { margin-left: auto; display: flex; align-items: center; gap: 9px; }
.ops-global-search { width: 300px; min-height: 39px; border: 1px solid #dce4eb; border-radius: 10px; background: #f8fafb; display: flex; align-items: center; gap: 8px; padding: 0 12px; }
.ops-global-search span { color: #7e8b9a; }
.ops-global-search input { width: 100%; border: 0; outline: 0; background: transparent; color: #31465a; font-size: 8px; }
.ops-icon-button { width: 38px; height: 38px; border: 1px solid #dce4eb; border-radius: 10px; background: #fff; color: #5f7184; position: relative; }
.ops-icon-button.has-alert:after { content: ""; position: absolute; width: 6px; height: 6px; right: 6px; top: 6px; border-radius: 50%; background: #df676d; border: 2px solid #fff; }
.ops-user { min-height: 45px; padding: 4px 7px 4px 4px; border: 1px solid #dce4eb; border-radius: 11px; background: #fff; display: grid; grid-template-columns: 35px 1fr auto; gap: 8px; align-items: center; text-align: left; }
.ops-user img { width: 35px; height: 35px; border-radius: 9px; object-fit: cover; object-position: center 18%; }
.ops-user p { margin: 0; }
.ops-user strong, .ops-user small { display: block; }
.ops-user strong { color: #2d4256; font-size: 8px; }
.ops-user small { margin-top: 3px; color: #8a98a7; font-size: 6.5px; }
.ops-user b { color: #8c99a7; }
.ops-main { max-width: 1700px; margin: 0 auto; padding: 28px; }
.ops-page-intro { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; margin-bottom: 18px; }
.ops-page-intro > div:first-child > span, .ops-section__title > div > span { color: #315efb; font-size: 7.5px; font-weight: 900; letter-spacing: .14em; }
.ops-page-intro h1 { margin: 7px 0 6px; color: #20364b; font-size: 34px; letter-spacing: -.04em; }
.ops-page-intro p { margin: 0; max-width: 760px; color: #718296; font-size: 10px; line-height: 1.5; }
.ops-page-actions { display: flex; gap: 8px; align-items: center; }
.ops-date { min-height: 40px; padding: 0 13px; border: 1px solid #dce4eb; border-radius: 10px; background: #fff; color: #516377; font-size: 8px; font-weight: 750; }
.ops-button { min-height: 40px; padding: 0 14px; border-radius: 10px; font-size: 8px; box-shadow: none; }
.ops-boundary { min-height: 66px; margin-bottom: 12px; padding: 12px 15px; display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; background: #eaf6f2; border: 1px solid #cee9df; border-radius: 13px; }
.ops-boundary > span { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: #d7eee6; color: #14755b; }
.ops-boundary strong, .ops-boundary small { display: block; }
.ops-boundary strong { color: #1c5948; font-size: 9px; }
.ops-boundary small { margin-top: 4px; color: #577b70; font-size: 7px; line-height: 1.4; }
.ops-boundary button { border: 0; background: transparent; color: #17745b; font-size: 8px; font-weight: 850; }
.ops-governance-strip { min-height: 66px; margin-bottom: 12px; padding: 12px 14px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 14px; align-items: center; background: #fff; border: 1px solid #dce4eb; border-radius: 13px; box-shadow: 0 7px 20px rgba(20,45,68,.04); }
.ops-governance-strip strong, .ops-governance-strip small { display: block; }
.ops-governance-strip strong { color: #2a4054; font-size: 9px; }
.ops-governance-strip small { margin-top: 4px; color: #7a8999; font-size: 7px; }
.ops-governance-strip > span { padding: 6px 8px; border-radius: 999px; background: #e6f5ef; color: #16765c; font-size: 7px; font-weight: 850; }
.ops-governance-strip > button { min-height: 31px; padding: 0 10px; border: 1px solid #dce4eb; border-radius: 8px; background: #fff; color: #4a5e72; font-size: 7px; font-weight: 800; }
.ops-governance-strip .sod-avatar-stack img { width: 34px; height: 34px; }
.ops-kpi-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px; margin-bottom: 12px; }
.ops-kpi-grid article { min-height: 126px; padding: 15px; border: 1px solid #dfe6ed; border-radius: 13px; background: #fff; box-shadow: 0 7px 20px rgba(20,45,68,.035); }
.ops-kpi-grid article.is-accent { background: linear-gradient(145deg, #203eaa, #7259e8); color: #fff; border-color: transparent; }
.ops-kpi-grid article > div { display: flex; justify-content: space-between; align-items: center; }
.ops-kpi-grid article > div span { color: #8996a5; font-size: 7px; font-weight: 900; letter-spacing: .09em; }
.ops-kpi-grid article.is-accent > div span { color: #c3cdfd; }
.ops-kpi-grid article > div i { width: 27px; height: 27px; border-radius: 8px; display: grid; place-items: center; background: #f0f4f7; color: #66798c; font-style: normal; }
.ops-kpi-grid article.is-accent > div i { background: rgba(255,255,255,.1); color: #fff; }
.ops-kpi-grid article > strong { display: block; margin: 14px 0 10px; color: #24394d; font-size: 24px; letter-spacing: -.03em; }
.ops-kpi-grid article.is-accent > strong { color: #fff; }
.ops-kpi-grid p { margin: 0; display: flex; align-items: center; gap: 7px; }
.ops-kpi-grid em, .ops-kpi-grid small { font-size: 7px; font-style: normal; }
.ops-kpi-grid em { font-weight: 850; }
.ops-kpi-grid small { color: #95a0ad; }
.ops-card { background: #fff; border: 1px solid #dfe6ed; border-radius: 13px; padding: 17px; box-shadow: 0 6px 18px rgba(20,45,68,.035); }
.ops-card__head { display: flex; justify-content: space-between; gap: 15px; align-items: flex-start; }
.ops-card__head > div > span { color: #8795a5; font-size: 6.5px; font-weight: 900; letter-spacing: .11em; }
.ops-card__head h2, .ops-card__head h3 { margin: 6px 0 0; color: #2b4054; letter-spacing: -.02em; }
.ops-card__head h2 { font-size: 15px; }
.ops-card__head h3 { font-size: 13px; }
.ops-more { border: 0; background: transparent; color: #8c99a7; font-weight: 900; }
.ops-grid { display: grid; gap: 12px; }
.ops-grid--hero { grid-template-columns: minmax(0, 1.62fr) minmax(300px, .58fr); margin-bottom: 26px; }
.metric-tabs { display: flex; padding: 3px; background: #f0f3f6; border-radius: 9px; }
.metric-tabs button { min-height: 28px; padding: 0 10px; border: 0; border-radius: 7px; background: transparent; color: #7f8d9d; font-size: 7px; font-weight: 800; }
.metric-tabs button.is-active { background: #fff; color: #315efb; box-shadow: 0 3px 8px rgba(26,43,70,.08); }
.ops-performance__summary { display: flex; gap: 34px; margin: 20px 0 8px; }
.ops-performance__summary div { display: grid; grid-template-columns: auto auto; gap: 4px 8px; }
.ops-performance__summary span { grid-column: 1 / -1; color: #8a97a6; font-size: 7px; }
.ops-performance__summary strong { color: #2d4154; font-size: 16px; }
.ops-performance__summary em { align-self: end; color: #178064; font-size: 7px; font-style: normal; font-weight: 850; }
.ops-chart { position: relative; min-height: 245px; padding-left: 34px; }
.ops-chart__labels { position: absolute; left: 0; top: 7px; bottom: 28px; display: flex; flex-direction: column; justify-content: space-between; color: #9da8b5; font-size: 6px; }
.ops-chart svg { width: 100%; height: 215px; overflow: visible; }
.ops-chart__grid line { stroke: #edf1f4; stroke-width: 1; }
.ops-chart__area { fill: url(#opsArea); }
.ops-chart__line { fill: none; stroke: #315efb; stroke-width: 3; stroke-linecap: round; }
.ops-chart__line--secondary { stroke: #96a6b6; stroke-width: 2; stroke-dasharray: 5 5; }
.ops-chart circle { fill: #315efb; stroke: #fff; stroke-width: 3; }
.ops-chart__x { display: flex; justify-content: space-between; color: #9da8b5; font-size: 6px; }
.ops-chart__legend { display: flex; align-items: center; gap: 18px; margin-top: 10px; color: #708093; font-size: 7px; }
.ops-chart__legend span { display: flex; align-items: center; gap: 6px; }
.ops-chart__legend span:first-child i { width: 7px; height: 7px; border-radius: 50%; background: #315efb; }
.ops-chart__legend span:nth-child(2) i { width: 15px; border-top: 2px dashed #96a6b6; }
.ops-chart__legend small { margin-left: auto; color: #9ca6b1; font-size: 6px; }
.ops-donut, .ops-consent-donut { width: 150px; height: 150px; margin: 20px auto 16px; border-radius: 50%; background: conic-gradient(#315efb 0 43.1%, #7459e8 43.1% 76%, #1fa77d 76% 90%, #ef9f32 90% 96.7%, #c7cfda 96.7%); position: relative; display: grid; place-items: center; }
.ops-donut:before, .ops-consent-donut:before { content: ""; position: absolute; width: 96px; height: 96px; border-radius: 50%; background: #fff; }
.ops-donut > div, .ops-consent-donut > div { position: relative; z-index: 1; text-align: center; }
.ops-donut strong, .ops-donut small, .ops-consent-donut strong, .ops-consent-donut small { display: block; }
.ops-donut strong, .ops-consent-donut strong { font-size: 21px; }
.ops-donut small, .ops-consent-donut small { color: #8b98a7; font-size: 7px; }
.ops-channel-list > div, .ops-consent-list > div { min-height: 29px; display: grid; grid-template-columns: 1fr auto 42px; gap: 9px; align-items: center; border-bottom: 1px solid #edf1f4; font-size: 7px; }
.ops-channel-list > div > span, .ops-consent-list > div > span { display: flex; align-items: center; gap: 7px; color: #536679; }
.ops-channel-list i, .ops-consent-list i { width: 7px; height: 7px; border-radius: 50%; background: var(--channel); }
.ops-channel-list strong { color: #34495d; }
.ops-channel-list small { color: #8795a5; }
.ops-card-link { margin-top: 15px; padding: 0; border: 0; background: transparent; color: #315efb; font-size: 7.5px; font-weight: 850; }
.ops-card-link--inline { margin: 0; }
.ops-section { scroll-margin-top: 90px; margin-top: 34px; }
.ops-section__title { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; margin-bottom: 12px; }
.ops-section__title h2 { margin: 6px 0 4px; color: #243a4f; font-size: 22px; letter-spacing: -.035em; }
.ops-section__title p { max-width: 820px; margin: 0; color: #768699; font-size: 8px; line-height: 1.5; }
.ops-section__title > div:last-child, .ops-section__title > div:not(:first-child) { display: flex; gap: 8px; }
.ops-grid--budget { grid-template-columns: 1.25fr .75fr; }
.ops-pill, .ops-confidence { display: inline-flex; min-height: 24px; padding: 0 8px; border-radius: 999px; align-items: center; background: #eef2f5; color: #66788a; font-size: 7px; font-weight: 850; }
.ops-pill--good { background: #e4f4ee; color: #16765c; }
.ops-pill--warning { background: #fff1de; color: #a76516; }
.ops-budget-total { display: grid; grid-template-columns: repeat(3, 1fr); margin: 18px 0 14px; border: 1px solid #e4eaf0; border-radius: 11px; }
.ops-budget-total > div { padding: 13px; border-right: 1px solid #e4eaf0; }
.ops-budget-total > div:last-child { border-right: 0; }
.ops-budget-total span, .ops-budget-total strong { display: block; }
.ops-budget-total span { color: #8795a5; font-size: 7px; }
.ops-budget-total strong { margin-top: 6px; font-size: 15px; }
.ops-progress > i, .ops-budget-rows i, .ops-attribution__rows i, .ops-expiry i, .ops-review-bars i { height: 6px; border-radius: 999px; overflow: hidden; background: #e9eef2; }
.ops-progress > i { display: block; }
.ops-progress b, .ops-budget-rows b, .ops-attribution__rows b, .ops-expiry b, .ops-review-bars b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #315efb, #7459e8); }
.ops-progress > span { display: block; margin-top: 7px; color: #8190a0; font-size: 7px; }
.ops-budget-rows { margin-top: 14px; }
.ops-budget-rows > div { min-height: 36px; display: grid; grid-template-columns: 125px 1fr 95px 55px; gap: 10px; align-items: center; border-top: 1px solid #edf1f4; font-size: 7px; }
.ops-budget-rows strong { color: #4a5f73; font-size: 7px; }
.ops-budget-rows em { font-style: normal; font-weight: 850; }
.is-positive { color: #148060 !important; }
.is-warning { color: #b47520 !important; }
.is-danger { color: #c4505c !important; }
.ops-forecast-value { margin: 18px 0 15px; padding: 16px; border-radius: 12px; background: linear-gradient(135deg, #f0f4ff, #f7f4ff); text-align: center; }
.ops-forecast-value strong, .ops-forecast-value span, .ops-forecast-value small { display: block; }
.ops-forecast-value strong { color: #315efb; font-size: 30px; }
.ops-forecast-value span { margin-top: 5px; font-size: 8px; font-weight: 800; }
.ops-forecast-value small { margin-top: 4px; color: #8391a1; font-size: 7px; }
.ops-scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ops-scenario-grid > div { padding: 10px; border: 1px solid #e1e8ee; border-radius: 10px; }
.ops-scenario-grid span, .ops-scenario-grid strong, .ops-scenario-grid small { display: block; }
.ops-scenario-grid span { color: #8996a5; font-size: 6px; }
.ops-scenario-grid strong { margin-top: 5px; font-size: 13px; }
.ops-scenario-grid small { margin-top: 3px; color: #8d9aa8; font-size: 6px; }
.ops-insight { margin-top: 13px; padding: 11px; display: grid; grid-template-columns: 27px 1fr auto; gap: 9px; align-items: center; border-radius: 10px; background: #eef3ff; }
.ops-insight > span { width: 27px; height: 27px; border-radius: 8px; display: grid; place-items: center; background: #dce6ff; color: #315efb; }
.ops-insight p { margin: 0; }
.ops-insight strong, .ops-insight small { display: block; }
.ops-insight strong { font-size: 7px; }
.ops-insight small { margin-top: 3px; color: #6f8092; font-size: 6px; line-height: 1.4; }
.ops-insight button { border: 0; background: transparent; color: #315efb; font-size: 6.5px; font-weight: 850; }
.ops-table-card { padding: 0; overflow: hidden; }
.ops-table-tools { min-height: 58px; padding: 10px 13px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid #e4eaf0; }
.ops-table-tools label { min-height: 34px; min-width: 300px; margin-right: auto; padding: 0 10px; display: flex; align-items: center; gap: 8px; border: 1px solid #dce4eb; border-radius: 9px; background: #f8fafb; }
.ops-table-tools input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 7px; }
.ops-table-tools button { min-height: 34px; padding: 0 10px; border: 1px solid #dce4eb; border-radius: 9px; background: #fff; color: #66778a; font-size: 7px; font-weight: 750; }
.ops-table-wrap { overflow-x: auto; }
.ops-table { width: 100%; min-width: 1300px; border-collapse: collapse; }
.ops-table th { height: 38px; padding: 0 11px; background: #f7f9fb; color: #8794a3; text-align: left; font-size: 6px; text-transform: uppercase; letter-spacing: .08em; }
.ops-table td { height: 58px; padding: 0 11px; border-top: 1px solid #edf1f4; color: #586b7e; font-size: 7px; }
.ops-table td:first-child { min-width: 220px; }
.ops-table tr.is-hidden { display: none; }
.ops-campaign-name { display: flex; align-items: center; gap: 10px; }
.ops-campaign-name > span, .ops-integration-grid article > span { width: 31px; height: 31px; border-radius: 9px; display: grid; place-items: center; color: #fff; font-size: 8px; font-weight: 900; flex: 0 0 auto; }
.is-google { background: #3377ec !important; }
.is-meta { background: #6956df !important; }
.is-social { background: #2585b4 !important; }
.is-email { background: #dd8b27 !important; }
.is-analytics { background: #e77143 !important; }
.is-search { background: #2b8e70 !important; }
.is-warehouse { background: #536b86 !important; }
.is-support { background: #35a184 !important; }
.ops-campaign-name p { margin: 0; }
.ops-campaign-name strong, .ops-campaign-name small { display: block; }
.ops-campaign-name strong { color: #31465a; font-size: 7.5px; }
.ops-campaign-name small { margin-top: 3px; color: #8a97a5; font-size: 6px; }
.ops-status { display: inline-flex; min-height: 20px; padding: 0 7px; border-radius: 999px; align-items: center; font-size: 6px; font-weight: 850; }
.ops-status.is-live { background: #e3f4ee; color: #16765c; }
.ops-status.is-approved { background: #e9efff; color: #315efb; }
.ops-status.is-review { background: #fff0dc; color: #a8671b; }
.ops-status.is-paused { background: #f0f2f5; color: #788695; }
.ops-status.is-scheduled { background: #eeeafd; color: #6551ce; }
.ops-pace { font-weight: 850; }
.ops-pace.is-good { color: #148060; }
.ops-pace.is-warning { color: #b47520; }
.ops-table-footer { min-height: 48px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #edf1f4; color: #83909f; font-size: 6.5px; }
.ops-table-footer div { display: flex; gap: 4px; }
.ops-table-footer button { width: 26px; height: 26px; border: 1px solid #dfe6ec; border-radius: 7px; background: #fff; color: #6f8092; font-size: 7px; }
.ops-table-footer button.is-active { background: #315efb; color: #fff; border-color: #315efb; }
.ops-grid--measurement { grid-template-columns: 1.35fr .65fr .55fr; }
.ops-funnel__steps { margin: 25px 0 16px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 8px; align-items: center; }
.ops-funnel__steps > div { min-height: 105px; padding: 13px; border: 1px solid #e2e8ee; border-radius: 11px; background: #fafbfc; }
.ops-funnel__steps > div > span { width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; background: #e9efff; color: #315efb; }
.ops-funnel__steps strong, .ops-funnel__steps small, .ops-funnel__steps em { display: block; }
.ops-funnel__steps strong { margin-top: 9px; font-size: 15px; }
.ops-funnel__steps small { margin-top: 3px; color: #7d8b99; font-size: 6px; }
.ops-funnel__steps em { margin-top: 6px; color: #315efb; font-size: 7px; font-style: normal; font-weight: 850; }
.ops-funnel__steps > b { color: #bbc5cf; }
.ops-attribution__hero { margin: 18px 0 13px; padding: 14px; border-radius: 11px; background: #eef3ff; text-align: center; }
.ops-attribution__hero span, .ops-attribution__hero strong, .ops-attribution__hero small { display: block; }
.ops-attribution__hero span { color: #315efb; font-size: 6.5px; font-weight: 850; }
.ops-attribution__hero strong { margin-top: 4px; font-size: 27px; }
.ops-attribution__hero small { color: #748497; font-size: 6px; }
.ops-attribution__rows > div, .ops-expiry > div, .ops-review-bars > div { min-height: 30px; display: grid; grid-template-columns: 80px 1fr 30px; gap: 8px; align-items: center; font-size: 6.5px; }
.ops-quality__score { margin: 18px 0; text-align: center; }
.ops-quality__score strong { font-size: 38px; }
.ops-quality__score span { color: #8090a0; font-size: 12px; }
.ops-quality__score small { display: block; color: #8291a0; font-size: 6px; }
.ops-quality__rows > div { min-height: 31px; display: grid; grid-template-columns: 1fr auto auto; gap: 7px; align-items: center; border-top: 1px solid #edf1f4; font-size: 6.5px; }
.ops-quality__rows em { font-style: normal; font-weight: 850; }
.ops-grid--audiences, .ops-grid--automation { grid-template-columns: repeat(3, 1fr); }
.ops-audience-card > p { color: #6e7f91; font-size: 8px; line-height: 1.55; min-height: 50px; }
.ops-chip-row { display: flex; flex-wrap: wrap; gap: 5px; margin: 13px 0; }
.ops-chip-row span { padding: 6px 7px; border-radius: 999px; background: #f0f3f6; color: #6c7c8c; font-size: 6px; font-weight: 750; }
.ops-audience-card footer { padding-top: 12px; border-top: 1px solid #edf1f4; display: flex; justify-content: space-between; font-size: 7px; }
.ops-grid--creative, .ops-grid--social, .ops-grid--privacy, .ops-grid--admin { grid-template-columns: 1.15fr .85fr; }
.ops-approval-list { margin-top: 12px; }
.ops-approval-list > div { min-height: 58px; display: grid; grid-template-columns: 42px 1fr 80px 40px; gap: 10px; align-items: center; border-top: 1px solid #edf1f4; }
.ops-asset-thumb { width: 40px; height: 40px; border-radius: 9px; overflow: hidden; background: #e9eef2; }
.ops-asset-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ops-asset-thumb--text { display: grid; place-items: center; color: #315efb; font-size: 12px; font-weight: 900; }
.ops-approval-list p { margin: 0; }
.ops-approval-list strong, .ops-approval-list small { display: block; }
.ops-approval-list strong { font-size: 7px; }
.ops-approval-list small { margin-top: 3px; color: #8a97a5; font-size: 6px; }
.ops-approval-list em { font-size: 6px; font-style: normal; font-weight: 850; }
.ops-approval-list button { border: 0; background: transparent; color: #315efb; font-size: 6.5px; font-weight: 850; }
.ops-library-kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 16px 0; }
.ops-library-kpis div { padding: 13px; border: 1px solid #e2e8ee; border-radius: 10px; }
.ops-library-kpis strong, .ops-library-kpis span { display: block; }
.ops-library-kpis strong { font-size: 19px; }
.ops-library-kpis span { margin-top: 4px; color: #8190a0; font-size: 6px; }
.ops-expiry > strong { display: block; margin-bottom: 5px; font-size: 7px; }
.ops-expiry > div { grid-template-columns: 95px 1fr 35px; }
.ops-schedule-list, .ops-inbox-list { margin-top: 12px; }
.ops-schedule-list > div { min-height: 61px; display: grid; grid-template-columns: 38px 30px 1fr 55px; gap: 9px; align-items: center; border-top: 1px solid #edf1f4; }
.ops-schedule-list > div > span { width: 34px; height: 40px; border-radius: 9px; display: grid; place-items: center; background: #f0f3f6; line-height: 1; }
.ops-schedule-list > div > span b { font-size: 12px; }
.ops-schedule-list > div > span small { color: #8795a4; font-size: 5px; }
.ops-schedule-list > div > i, .ops-inbox-list > div > span { width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; color: #fff; font-size: 7px; font-style: normal; font-weight: 900; }
.ops-schedule-list p, .ops-inbox-list p { margin: 0; }
.ops-schedule-list strong, .ops-schedule-list small, .ops-inbox-list strong, .ops-inbox-list small { display: block; }
.ops-schedule-list strong, .ops-inbox-list strong { font-size: 7px; }
.ops-schedule-list small, .ops-inbox-list small { margin-top: 3px; color: #8895a4; font-size: 6px; }
.ops-schedule-list em, .ops-inbox-list em { font-size: 6px; font-style: normal; font-weight: 850; }
.ops-inbox-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 15px 0; }
.ops-inbox-kpis > div { padding: 10px; border: 1px solid #e2e8ee; border-radius: 9px; }
.ops-inbox-kpis strong, .ops-inbox-kpis span { display: block; }
.ops-inbox-kpis strong { font-size: 15px; }
.ops-inbox-kpis span { margin-top: 3px; color: #8794a3; font-size: 5.5px; }
.ops-inbox-list > div { min-height: 52px; display: grid; grid-template-columns: 28px 1fr 75px; gap: 9px; align-items: center; border-top: 1px solid #edf1f4; }
.ops-workflow-card { min-height: 210px; display: flex; flex-direction: column; }
.ops-workflow-icon { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: #eaf0ff; color: #315efb; font-size: 8px; font-weight: 900; }
.ops-workflow-card > div:nth-child(2) > span { display: block; margin-top: 20px; color: #315efb; font-size: 6px; font-weight: 900; letter-spacing: .11em; }
.ops-workflow-card h3 { margin: 8px 0 7px; font-size: 14px; }
.ops-workflow-card p { color: #6f8092; font-size: 7px; line-height: 1.55; }
.ops-workflow-card footer { margin-top: auto; padding-top: 12px; border-top: 1px solid #edf1f4; display: flex; justify-content: space-between; align-items: center; font-size: 6.5px; }
.ops-grid--reputation { grid-template-columns: .65fr .8fr .55fr; }
.ops-review-summary { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 18px; }
.ops-review-score { text-align: center; }
.ops-review-score strong, .ops-review-score span, .ops-review-score small { display: block; }
.ops-review-score strong { font-size: 37px; }
.ops-review-score span { color: #ef9b31; letter-spacing: 2px; font-size: 10px; }
.ops-review-score small { margin-top: 5px; color: #8b98a6; font-size: 6px; }
.ops-feedback-tags > div, .ops-recovery-list > div { min-height: 33px; display: grid; grid-template-columns: 1fr auto auto; gap: 9px; align-items: center; border-top: 1px solid #edf1f4; font-size: 6.5px; }
.ops-feedback-tags em, .ops-recovery-list em { font-style: normal; font-weight: 850; }
.ops-grid--compliance { grid-template-columns: .65fr 1.05fr .65fr; }
.ops-compliance-score { display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: center; }
.ops-score-ring { width: 116px; height: 116px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(#315efb 0 91%, #e4eaf0 91%); position: relative; }
.ops-score-ring:before { content: ""; position: absolute; width: 88px; height: 88px; border-radius: 50%; background: #fff; }
.ops-score-ring > div { position: relative; z-index: 1; text-align: center; }
.ops-score-ring strong { font-size: 26px; }
.ops-score-ring span { color: #7e8d9d; font-size: 9px; }
.ops-score-ring small { display: block; color: #8492a1; font-size: 5.5px; }
.ops-compliance-score__copy > span { color: #315efb; font-size: 6px; font-weight: 900; letter-spacing: .11em; }
.ops-compliance-score__copy h3 { margin: 7px 0 7px; font-size: 14px; }
.ops-compliance-score__copy p { margin: 0; color: #6e7f91; font-size: 7px; line-height: 1.55; }
.ops-control-list > div:nth-child(2) > div { min-height: 49px; display: grid; grid-template-columns: 28px 1fr 50px; gap: 9px; align-items: center; border-top: 1px solid #edf1f4; }
.ops-control-list > div:nth-child(2) > div > span { width: 25px; height: 25px; border-radius: 8px; display: grid; place-items: center; font-size: 8px; font-weight: 900; }
.ops-control-list span.is-pass { background: #e4f4ee; color: #16765c; }
.ops-control-list span.is-warn { background: #fff0dc; color: #a8671b; }
.ops-control-list p { margin: 0; }
.ops-control-list strong, .ops-control-list small { display: block; }
.ops-control-list strong { font-size: 7px; }
.ops-control-list small { margin-top: 3px; color: #8b98a6; font-size: 5.5px; }
.ops-control-list em { font-size: 6px; font-style: normal; font-weight: 850; }
.ops-audit-log > div:nth-child(2) > div { min-height: 47px; display: grid; grid-template-columns: 50px 1fr; gap: 8px; align-items: center; border-top: 1px solid #edf1f4; }
.ops-audit-log > div:nth-child(2) > div > span { color: #8895a3; font-size: 5.5px; }
.ops-audit-log p { margin: 0; }
.ops-audit-log strong, .ops-audit-log small { display: block; }
.ops-audit-log strong { font-size: 6.5px; }
.ops-audit-log small { margin-top: 3px; color: #8d99a7; font-size: 5.5px; }
.ops-data-flow { margin: 20px 0 15px; display: grid; grid-template-columns: repeat(7, auto); gap: 8px; align-items: center; }
.ops-data-flow > div { min-height: 90px; padding: 12px; border: 1px solid #e1e8ee; border-radius: 10px; background: #fafbfc; }
.ops-data-flow > div span, .ops-data-flow > div strong, .ops-data-flow > div small { display: block; }
.ops-data-flow > div span { color: #315efb; font-size: 5.5px; font-weight: 900; letter-spacing: .1em; }
.ops-data-flow > div strong { margin-top: 9px; font-size: 8px; }
.ops-data-flow > div small { margin-top: 5px; color: #8593a2; font-size: 5.5px; }
.ops-data-flow > b { color: #b8c3cd; }
.ops-data-map footer { padding-top: 12px; border-top: 1px solid #edf1f4; display: flex; gap: 12px; align-items: center; }
.ops-data-map footer > span { color: #7d8b9a; font-size: 6px; font-weight: 850; }
.ops-data-map footer > div { display: flex; flex-wrap: wrap; gap: 5px; }
.ops-data-map footer b { padding: 5px 7px; border-radius: 999px; background: #fff0f1; color: #b44c56; font-size: 5.5px; }
.ops-consent-donut { width: 130px; height: 130px; background: conic-gradient(#1fa77d 0 52%, #315efb 52% 73%, #ef9f32 73% 92%, #c7cfda 92%); }
.ops-consent-donut:before { width: 82px; height: 82px; }
.ops-consent-list > div { grid-template-columns: 1fr auto; }
.ops-integration-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.ops-integration-grid article { min-height: 86px; padding: 13px; display: grid; grid-template-columns: 34px 1fr auto; gap: 9px; align-items: center; border: 1px solid #dfe6ed; border-radius: 12px; background: #fff; }
.ops-integration-grid article > div strong, .ops-integration-grid article > div small { display: block; }
.ops-integration-grid article > div strong { font-size: 7.5px; }
.ops-integration-grid article > div small { margin-top: 4px; color: #8895a4; font-size: 5.5px; }
.ops-integration-grid em { font-size: 6px; font-style: normal; font-weight: 850; }
.ops-integration-grid button { grid-column: 2 / -1; width: max-content; border: 0; background: transparent; color: #315efb; font-size: 6px; font-weight: 850; }
.ops-report-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.ops-report-grid article { min-height: 190px; padding: 18px; border: 1px solid #dfe6ed; border-radius: 13px; background: #fff; display: flex; flex-direction: column; }
.ops-report-grid article > span { color: #315efb; font-size: 6px; font-weight: 900; letter-spacing: .11em; }
.ops-report-grid h3 { margin: 18px 0 8px; font-size: 14px; line-height: 1.25; }
.ops-report-grid p { color: #6f8091; font-size: 7px; line-height: 1.55; }
.ops-report-grid footer { margin-top: auto; padding-top: 13px; border-top: 1px solid #edf1f4; display: flex; justify-content: space-between; align-items: center; }
.ops-report-grid small { color: #8b98a6; font-size: 6px; }
.ops-report-grid button { border: 0; background: transparent; color: #315efb; font-size: 7px; font-weight: 850; }
.ops-role-card > div:nth-child(2) > div { min-height: 43px; display: grid; grid-template-columns: 1fr 30px 160px; gap: 10px; align-items: center; border-top: 1px solid #edf1f4; font-size: 7px; }
.ops-role-card small { color: #8895a4; font-size: 6px; }
.ops-task-card > div:nth-child(2) > div { min-height: 55px; display: grid; grid-template-columns: 28px 1fr 44px; gap: 9px; align-items: center; border-top: 1px solid #edf1f4; }
.ops-task-card > div:nth-child(2) > div > span { width: 27px; height: 27px; border-radius: 8px; display: grid; place-items: center; background: #eef3ff; color: #315efb; font-size: 6px; font-weight: 900; }
.ops-task-card p { margin: 0; }
.ops-task-card strong, .ops-task-card small { display: block; }
.ops-task-card strong { font-size: 7px; }
.ops-task-card small { margin-top: 3px; color: #8a97a5; font-size: 5.5px; }
.ops-task-card button { border: 0; background: transparent; color: #315efb; font-size: 6px; font-weight: 850; }
.ops-footer { min-height: 55px; margin-top: 34px; padding-top: 16px; border-top: 1px solid #dfe6ed; display: flex; justify-content: space-between; align-items: flex-start; color: #8b98a6; font-size: 6.5px; }

@media (max-width: 1280px) {
  .sod-container { width: min(calc(100% - 40px), 1180px); }
  .sod-nav { gap: 18px; }
  .sod-header__actions .sod-text-link:first-child { display: none; }
  .sod-hero__grid { grid-template-columns: .9fr 1.1fr; gap: 35px; }
  .sod-service-grid { grid-template-columns: 1.25fr repeat(2, 1fr); }
  .ops-kpi-grid { grid-template-columns: repeat(3, 1fr); }
  .ops-grid--measurement { grid-template-columns: 1fr 1fr; }
  .ops-quality { grid-column: 1 / -1; }
  .ops-grid--compliance { grid-template-columns: 1fr 1fr; }
  .ops-audit-log { grid-column: 1 / -1; }
  .ops-integration-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1040px) {
  .sod-utility__inner { gap: 22px; }
  .sod-utility__inner span:nth-child(3) { display: none; }
  .sod-menu { display: flex; margin-left: auto; }
  .sod-nav { position: absolute; top: 79px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow-md); }
  .sod-nav.is-open { display: flex; }
  .sod-nav a { padding: 14px; border-bottom: 1px solid var(--line-2); }
  .sod-header__actions { display: flex; gap: 8px; }
  .sod-header__actions > :not(.sod-button--crm) { display: none; }
  .sod-header__actions .sod-button--crm { min-height: 40px; padding: 0 14px; }
  .sod-hero__grid { grid-template-columns: 1fr; padding: 70px 0 60px; }
  .sod-hero__copy { padding: 0; }
  .sod-hero__visual { min-height: 650px; }
  .sod-hero__image { width: 58%; }
  .sod-care-console { width: 49%; }
  .sod-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .sod-proof__grid > div:nth-child(2) { border-right: 0; }
  .sod-proof__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .sod-heading--split, .sod-platform-grid, .sod-standards-grid { grid-template-columns: 1fr; gap: 30px; }
  .sod-service-grid { grid-template-columns: repeat(2, 1fr); }
  .sod-service--feature { grid-column: span 2; grid-row: auto; }
  .sod-process { grid-template-columns: repeat(2, 1fr); }
  .sod-process article:nth-child(2) { border-right: 0; }
  .sod-process article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .sod-information-grid, .sod-support-grid { grid-template-columns: repeat(2, 1fr); }
  .sod-team-grid { grid-template-columns: repeat(2, 1fr); }
  .sod-footer__grid { grid-template-columns: repeat(2, 1fr); }

  .ops-sidebar { transform: translateX(-100%); transition: .22s ease; box-shadow: 18px 0 45px rgba(6,22,38,.25); }
  .ops-sidebar.is-open { transform: translateX(0); }
  .sidebar-close { display: block; }
  .ops-shell { margin-left: 0; }
  .crm-menu-button { display: block; }
  .ops-global-search { display: none; }
  .ops-grid--hero, .ops-grid--budget, .ops-grid--creative, .ops-grid--social, .ops-grid--privacy, .ops-grid--admin { grid-template-columns: 1fr; }
  .ops-grid--audiences, .ops-grid--automation, .ops-grid--reputation { grid-template-columns: repeat(2, 1fr); }
  .ops-grid--reputation > article:last-child { grid-column: 1 / -1; }
  .ops-integration-grid, .ops-report-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .sod-container { width: calc(100% - 28px); }
  .sod-utility__inner { min-height: 34px; justify-content: flex-start; }
  .sod-utility__inner span:nth-child(n+2), .sod-utility__inner a { display: none; }
  .sod-header__inner { min-height: 70px; }
  .sod-logo__copy strong { font-size: 20px; }
  .sod-hero__grid { min-height: auto; padding-top: 52px; }
  .sod-hero__copy h1 { font-size: 44px; }
  .sod-hero__lead { font-size: 15px; }
  .sod-hero__actions { flex-direction: column; }
  .sod-button { width: 100%; }
  .sod-hero__notes { grid-template-columns: 1fr; }
  .sod-hero__visual { min-height: 760px; }
  .sod-hero__image { width: 82%; height: 450px; right: 0; top: 45px; }
  .sod-care-console { width: 82%; top: 350px; left: 0; }
  .sod-floating--assessment { left: 3%; top: 20px; }
  .sod-floating--team { left: 3%; right: auto; bottom: 0; width: 94%; }
  .sod-proof__grid { grid-template-columns: 1fr; }
  .sod-proof__grid > div { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0; }
  .sod-section { padding: 72px 0; }
  .sod-heading h2, .sod-platform-copy h2 { font-size: 38px; }
  .sod-service-grid, .sod-portal-grid, .sod-process, .sod-standards-cards, .sod-information-grid, .sod-team-grid, .sod-support-grid, .sod-resource-grid { grid-template-columns: 1fr; }
  .sod-service--feature { grid-column: auto; }
  .sod-service__image { height: 270px; }
  .sod-process article { border-right: 0; border-bottom: 1px solid var(--line); }
  .sod-process article:last-child { border-bottom: 0; }
  .sod-faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .sod-cta__inner { grid-template-columns: 1fr; padding: 65px 0; gap: 35px; }
  .sod-cta__inner > div:last-child { align-items: stretch; }
  .sod-footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .sod-footer__bottom { flex-direction: column; gap: 9px; }

  .ops-topbar { min-height: 64px; padding: 0 13px; }
  .ops-breadcrumb span, .ops-breadcrumb b { display: none; }
  .ops-user p, .ops-user b { display: none; }
  .ops-user { grid-template-columns: 35px; padding-right: 4px; }
  .ops-main { padding: 16px 12px; }
  .ops-page-intro, .ops-section__title { flex-direction: column; align-items: stretch; }
  .ops-page-actions, .ops-section__title > div:last-child { flex-wrap: wrap; }
  .ops-boundary { grid-template-columns: 32px 1fr; }
  .ops-boundary button { grid-column: 2; justify-self: start; }
  .ops-governance-strip { grid-template-columns: 1fr; }
  .ops-kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .ops-grid--measurement, .ops-grid--audiences, .ops-grid--automation, .ops-grid--reputation, .ops-grid--compliance { grid-template-columns: 1fr; }
  .ops-quality, .ops-audit-log, .ops-grid--reputation > article:last-child { grid-column: auto; }
  .ops-performance__summary { gap: 14px; flex-wrap: wrap; }
  .ops-funnel__steps { grid-template-columns: 1fr; }
  .ops-funnel__steps > b { transform: rotate(90deg); justify-self: center; }
  .ops-budget-total { grid-template-columns: 1fr; }
  .ops-budget-total > div { border-right: 0; border-bottom: 1px solid #e4eaf0; }
  .ops-budget-rows > div { grid-template-columns: 1fr auto; padding: 9px 0; }
  .ops-budget-rows i { grid-column: 1 / -1; grid-row: 2; }
  .ops-table-tools { flex-wrap: wrap; }
  .ops-table-tools label { min-width: 100%; }
  .ops-approval-list > div { grid-template-columns: 42px 1fr auto; }
  .ops-approval-list > div > button { grid-column: 2; justify-self: start; }
  .ops-schedule-list > div { grid-template-columns: 38px 30px 1fr; padding: 8px 0; }
  .ops-schedule-list > div > em { grid-column: 3; }
  .ops-review-summary, .ops-compliance-score { grid-template-columns: 1fr; }
  .ops-data-flow { grid-template-columns: 1fr; }
  .ops-data-flow > b { transform: rotate(90deg); justify-self: center; }
  .ops-integration-grid, .ops-report-grid { grid-template-columns: 1fr; }
  .ops-role-card > div:nth-child(2) > div { grid-template-columns: 1fr auto; padding: 8px 0; }
  .ops-role-card small { grid-column: 1 / -1; }
  .ops-footer { flex-direction: column; gap: 8px; }
}
