:root {
  color-scheme: light;
  --primary: #30bce9;
  --primary-dark: #087596;
  --ink: #15171b;
  --muted: #44474e;
  --soft: #f4f8fb;
  --line: #dce5eb;
  --white: #ffffff;
  --dark: #1f2228;
  --dark-2: #2e323a;
  --shadow: 0 22px 70px rgba(21, 23, 27, 0.12);
  --page-bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f4f8fb;
  --surface-muted: #eef6fa;
  --header-bg:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(247, 252, 255, 0.9)),
    radial-gradient(circle at 18% 0%, rgba(48, 188, 233, 0.2), transparent 32%);
  --section-band-bg:
    radial-gradient(circle at 82% 20%, rgba(48, 188, 233, 0.24), transparent 30%),
    linear-gradient(135deg, #f8fbfd 0%, #eef6fa 48%, #ffffff 100%);
  --dropdown-bg: rgba(255, 255, 255, 0.97);
  --menu-bg: rgba(255, 255, 255, 0.98);
  --grid-line: rgba(48, 188, 233, 0.05);
  --glass-surface: rgba(255, 255, 255, 0.72);
  --focus-ring: rgba(48, 188, 233, 0.18);
  --hero-bg:
    linear-gradient(115deg, rgba(255, 255, 255, 0.99) 0%, rgba(238, 249, 253, 0.97) 46%, rgba(219, 244, 252, 0.9) 100%);
  --hero-ink: #10212b;
  --hero-muted: #536675;
  --hero-pill-bg: rgba(48, 188, 233, 0.12);
  --hero-pill-border: rgba(48, 188, 233, 0.38);
  --hero-pill-ink: #147fa7;
  --hero-wire: rgba(48, 188, 233, 0.1);
  --hero-grid-line: rgba(12, 38, 52, 0.045);
  --hero-logo-core: rgba(255, 255, 255, 0.86);
  --hero-logo-core-line: rgba(48, 188, 233, 0.2);
  --hero-logo-ring: rgba(48, 188, 233, 0.32);
  --hero-logo-ring-soft: rgba(20, 61, 76, 0.08);
  --hero-logo-ring-faint: rgba(48, 188, 233, 0.14);
  --hero-logo-shadow: rgba(25, 76, 95, 0.16);
  --hero-logo-glow: rgba(48, 188, 233, 0.16);
  --hero-secondary-bg: rgba(255, 255, 255, 0.62);
  --hero-secondary-border: rgba(18, 57, 72, 0.24);
  --preloader-bg:
    radial-gradient(circle at 50% 42%, rgba(48, 188, 233, 0.14), transparent 30%),
    linear-gradient(rgba(48, 188, 233, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.065) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff 0%, #eef7fb 48%, #f8fbfd 100%);
  --preloader-panel: rgba(255, 255, 255, 0.76);
  --preloader-panel-border: rgba(48, 188, 233, 0.24);
  --preloader-ink: #10212b;
  --preloader-muted: #526675;
  --preloader-track: rgba(16, 33, 43, 0.12);
  --preloader-logo-filter: brightness(0) saturate(100%);
}

/* Corporate executive refinement for Microsoft 365 e-mail page */
.email-executive-page {
  --email-exec-bg: #f6f9fb;
  --email-exec-surface: #ffffff;
  --email-exec-soft: #f2f7fa;
  --email-exec-border: rgba(15, 39, 55, 0.12);
  --email-exec-border-strong: rgba(28, 151, 190, 0.24);
  --email-exec-ink: #10202c;
  --email-exec-muted: #60717d;
  --email-exec-primary: #168db8;
  --email-exec-green: #168b68;
  --email-exec-gold: #9a6b1f;
  --email-exec-shadow: 0 18px 44px rgba(16, 32, 44, 0.07);
}

.email-executive-page .corporate-hero-modern {
  padding: clamp(64px, 7vw, 96px) 0 clamp(52px, 6vw, 76px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(243, 249, 252, 0.94) 100%),
    var(--hero-bg);
}

.email-executive-page .corporate-hero-modern::before {
  opacity: 0.52;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 62%, rgba(0, 0, 0, 0.16) 100%);
}

.email-executive-page .corporate-hero-modern::after {
  content: "MICROSOFT 365";
  color: rgba(16, 32, 44, 0.045);
  font-size: clamp(58px, 11vw, 150px);
}

.email-executive-page .corporate-hero-copy h1 {
  max-width: 820px;
  color: var(--email-exec-ink);
  font-size: clamp(42px, 5.25vw, 70px);
  line-height: 1;
}

.email-executive-page .corporate-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--email-exec-muted);
  font-size: 17px;
  line-height: 1.7;
}

.email-executive-page .corporate-hero-actions .btn {
  min-height: 48px;
  border-radius: 10px;
  padding: 0 22px;
}

.email-executive-page .corporate-hero-actions .btn-primary {
  background: linear-gradient(135deg, #1aa8d4 0%, #286ee9 100%);
  box-shadow: 0 16px 32px rgba(31, 128, 191, 0.2);
}

.email-executive-page .corporate-hero-actions .btn-secondary {
  color: var(--email-exec-ink);
  border-color: rgba(16, 32, 44, 0.12);
  background: rgba(255, 255, 255, 0.74);
}

.email-executive-page .service-detail-signals {
  gap: 8px;
}

.email-executive-page .service-detail-signals span {
  min-height: 34px;
  border-color: rgba(28, 151, 190, 0.2);
  color: var(--email-exec-ink);
  background: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 760;
}

.email-executive-page .email-architecture-section {
  padding: clamp(56px, 6.5vw, 88px) 0;
  background:
    linear-gradient(180deg, rgba(246, 249, 251, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%),
    var(--email-exec-bg);
}

.email-executive-page .email-architecture-layout {
  width: min(1320px, calc(100vw - clamp(28px, 5vw, 96px)));
  gap: 16px;
  align-items: start;
}

.email-executive-page .email-command-panel,
.email-executive-page .email-risk-section,
.email-executive-page .email-choice-section,
.email-executive-page .email-flow-section,
.email-executive-page .email-scope-section,
.email-executive-page .email-benefit-section,
.email-executive-page .email-security-section,
.email-executive-page .email-fit-section,
.email-executive-page .email-faq-section,
.email-executive-page .email-outcome-section {
  border-color: var(--email-exec-border);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 253, 0.92)),
    var(--email-exec-surface);
  box-shadow: var(--email-exec-shadow);
}

.email-executive-page .email-command-panel {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  gap: clamp(28px, 4vw, 58px);
  padding: clamp(30px, 4vw, 48px);
}

.email-executive-page .email-command-panel::after {
  content: none;
}

.email-executive-page .email-command-copy h2 {
  max-width: 820px;
  color: var(--email-exec-ink);
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.04;
}

.email-executive-page .email-command-copy > p:not(.eyebrow),
.email-executive-page .email-section-head > p,
.email-executive-page .email-security-copy > p:not(.eyebrow),
.email-executive-page .email-choice-card p,
.email-executive-page .email-flow-grid p,
.email-executive-page .email-scope-modules p,
.email-executive-page .email-benefit-grid p,
.email-executive-page .email-faq-list p {
  color: var(--email-exec-muted);
  font-weight: 620;
}

.email-executive-page .email-ops-board {
  align-self: stretch;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--email-exec-border);
  border-radius: 14px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f9fb 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.email-executive-page .email-board-top {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--email-exec-border);
}

.email-executive-page .email-board-top img {
  width: 104px;
  height: 46px;
  object-fit: contain;
  padding: 8px 10px;
  border: 1px solid rgba(15, 39, 55, 0.08);
  border-radius: 10px;
  background: #ffffff;
}

.email-executive-page .email-board-top span,
.email-executive-page .email-board-status span {
  display: block;
  color: var(--email-exec-primary);
  font-size: 11px;
  font-weight: 820;
  line-height: 1;
  text-transform: uppercase;
}

.email-executive-page .email-board-top strong {
  display: block;
  margin-top: 7px;
  color: var(--email-exec-ink);
  font-size: 18px;
  line-height: 1.2;
}

.email-executive-page .email-board-status {
  display: grid;
  gap: 10px;
}

.email-executive-page .email-board-status div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 12px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid rgba(15, 39, 55, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.email-executive-page .email-board-status span {
  grid-column: 1 / -1;
  color: var(--email-exec-muted);
}

.email-executive-page .email-board-status strong {
  color: var(--email-exec-ink);
  font-size: 14px;
  line-height: 1.25;
}

.email-executive-page .email-board-status em {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(22, 139, 104, 0.2);
  border-radius: 999px;
  color: var(--email-exec-green);
  background: rgba(22, 139, 104, 0.08);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.email-executive-page .email-command-metrics {
  align-self: auto;
}

.email-executive-page .email-command-metrics div,
.email-executive-page .email-choice-card,
.email-executive-page .email-flow-grid article,
.email-executive-page .email-scope-modules article,
.email-executive-page .email-outcome-section div,
.email-executive-page .email-risk-grid article,
.email-executive-page .email-benefit-grid article,
.email-executive-page .email-security-stack div,
.email-executive-page .email-fit-list li,
.email-executive-page .email-faq-list details {
  border-color: rgba(15, 39, 55, 0.1);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: none;
}

.email-executive-page .email-command-metrics div {
  min-height: 82px;
  padding: 13px 14px;
  background: rgba(244, 249, 251, 0.9);
}

.email-executive-page .email-command-metrics span,
.email-executive-page .email-choice-card > span,
.email-executive-page .email-flow-grid span,
.email-executive-page .email-scope-modules span,
.email-executive-page .email-outcome-section span,
.email-executive-page .email-risk-grid span,
.email-executive-page .email-benefit-grid span,
.email-executive-page .email-security-stack span {
  color: var(--email-exec-primary);
  font-weight: 820;
}

.email-executive-page .email-section-head h2,
.email-executive-page .email-flow-intro h2,
.email-executive-page .email-scope-head h2,
.email-executive-page .email-security-copy h2 {
  color: var(--email-exec-ink);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.12;
}

.email-executive-page .email-risk-section {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
}

.email-executive-page .email-risk-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.email-executive-page .email-risk-grid article {
  min-height: 112px;
  padding: 16px;
}

.email-executive-page .email-risk-grid article:nth-child(2n),
.email-executive-page .email-risk-grid article:nth-child(3n),
.email-executive-page .email-benefit-grid article:nth-child(2n),
.email-executive-page .email-benefit-grid article:nth-child(3n),
.email-executive-page .email-security-stack div:nth-child(2n) {
  border-color: rgba(15, 39, 55, 0.1);
  background: #ffffff;
}

.email-executive-page .email-risk-grid strong,
.email-executive-page .email-security-stack strong,
.email-executive-page .email-outcome-section strong {
  color: var(--email-exec-ink);
  font-size: 14px;
  font-weight: 760;
}

.email-executive-page .email-choice-section,
.email-executive-page .email-flow-section,
.email-executive-page .email-scope-section,
.email-executive-page .email-benefit-section,
.email-executive-page .email-security-section,
.email-executive-page .email-fit-section,
.email-executive-page .email-faq-section {
  padding: clamp(22px, 3vw, 32px);
}

.email-executive-page .email-choice-grid {
  gap: 12px;
}

.email-executive-page .email-choice-card {
  min-height: 360px;
  padding: 22px;
}

.email-executive-page .email-choice-card h3 {
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.14;
}

.email-executive-page .email-choice-card li {
  color: var(--email-exec-muted);
  font-weight: 650;
}

.email-executive-page .email-choice-card li::before {
  background: var(--email-exec-primary);
  box-shadow: none;
}

.email-executive-page .email-flow-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.email-executive-page .email-flow-grid article {
  min-height: 176px;
  padding: 15px;
}

.email-executive-page .email-flow-grid h3,
.email-executive-page .email-scope-modules h3,
.email-executive-page .email-benefit-grid h3 {
  color: var(--email-exec-ink);
  font-size: 17px;
  line-height: 1.2;
}

.email-executive-page .email-flow-grid p,
.email-executive-page .email-scope-modules p,
.email-executive-page .email-benefit-grid p {
  font-size: 13.2px;
  line-height: 1.56;
}

.email-executive-page .email-scope-modules {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.email-executive-page .email-scope-modules article,
.email-executive-page .email-benefit-grid article {
  min-height: 188px;
  padding: 18px;
}

.email-executive-page .email-benefit-grid {
  gap: 12px;
}

.email-executive-page .email-security-section {
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.72fr);
}

.email-executive-page .email-security-stack div {
  min-height: 86px;
}

.email-executive-page .email-outcome-section {
  background:
    linear-gradient(180deg, #ffffff, #f4f9fb);
}

.email-executive-page .email-fit-list li {
  padding: 14px 16px 14px 38px;
  color: var(--email-exec-ink);
  font-weight: 680;
}

.email-executive-page .email-fit-list li::before {
  top: 20px;
  background: var(--email-exec-green);
  box-shadow: 0 0 0 4px rgba(22, 139, 104, 0.1);
}

.email-executive-page .email-faq-list summary {
  color: var(--email-exec-ink);
  font-weight: 760;
}

.email-executive-page .email-faq-list summary::after {
  color: var(--email-exec-primary);
}

.email-executive-page .email-choice-card:hover,
.email-executive-page .email-flow-grid article:hover,
.email-executive-page .email-scope-modules article:hover,
.email-executive-page .email-risk-grid article:hover,
.email-executive-page .email-benefit-grid article:hover,
.email-executive-page .email-security-stack div:hover,
.email-executive-page .email-fit-list li:hover,
.email-executive-page .email-faq-list details:hover {
  transform: translateY(-2px);
  border-color: var(--email-exec-border-strong);
  box-shadow: 0 16px 34px rgba(16, 32, 44, 0.08);
}

:root[data-theme="dark"] .email-executive-page {
  --email-exec-bg: #0d1720;
  --email-exec-surface: rgba(255, 255, 255, 0.055);
  --email-exec-soft: rgba(255, 255, 255, 0.075);
  --email-exec-border: rgba(156, 210, 229, 0.16);
  --email-exec-border-strong: rgba(103, 203, 234, 0.32);
  --email-exec-ink: #f5fbff;
  --email-exec-muted: #bdd0db;
  --email-exec-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

:root[data-theme="dark"] .email-executive-page .corporate-hero-modern,
:root[data-theme="dark"] .email-executive-page .email-architecture-section {
  background:
    linear-gradient(180deg, rgba(13, 23, 32, 0.94), rgba(8, 18, 28, 0.98)),
    var(--email-exec-bg);
}

:root[data-theme="dark"] .email-executive-page .email-command-panel,
:root[data-theme="dark"] .email-executive-page .email-risk-section,
:root[data-theme="dark"] .email-executive-page .email-choice-section,
:root[data-theme="dark"] .email-executive-page .email-flow-section,
:root[data-theme="dark"] .email-executive-page .email-scope-section,
:root[data-theme="dark"] .email-executive-page .email-benefit-section,
:root[data-theme="dark"] .email-executive-page .email-security-section,
:root[data-theme="dark"] .email-executive-page .email-fit-section,
:root[data-theme="dark"] .email-executive-page .email-faq-section,
:root[data-theme="dark"] .email-executive-page .email-outcome-section,
:root[data-theme="dark"] .email-executive-page .email-ops-board {
  border-color: var(--email-exec-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.035)),
    var(--email-exec-surface);
}

:root[data-theme="dark"] .email-executive-page .email-command-metrics div,
:root[data-theme="dark"] .email-executive-page .email-choice-card,
:root[data-theme="dark"] .email-executive-page .email-flow-grid article,
:root[data-theme="dark"] .email-executive-page .email-scope-modules article,
:root[data-theme="dark"] .email-executive-page .email-outcome-section div,
:root[data-theme="dark"] .email-executive-page .email-risk-grid article,
:root[data-theme="dark"] .email-executive-page .email-benefit-grid article,
:root[data-theme="dark"] .email-executive-page .email-security-stack div,
:root[data-theme="dark"] .email-executive-page .email-fit-list li,
:root[data-theme="dark"] .email-executive-page .email-faq-list details,
:root[data-theme="dark"] .email-executive-page .email-board-status div {
  border-color: var(--email-exec-border);
  background: rgba(255, 255, 255, 0.055);
}

:root[data-theme="dark"] .email-executive-page .email-board-top img {
  background: rgba(255, 255, 255, 0.92);
}

@media (max-width: 1080px) {
  .email-executive-page .email-command-panel,
  .email-executive-page .email-risk-section,
  .email-executive-page .email-security-section {
    grid-template-columns: 1fr;
  }

  .email-executive-page .email-risk-grid,
  .email-executive-page .email-scope-modules,
  .email-executive-page .email-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .email-executive-page .email-flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Final override: remove filled backgrounds behind small text labels site-wide */
.eyebrow,
.hero .eyebrow,
.corporate-hero-copy .eyebrow,
.contact-hero-copy .eyebrow,
.cookie-policy-hero-copy .eyebrow,
.page-hero .eyebrow,
.services-intro .eyebrow,
.home-operations-copy .eyebrow,
.testimonials-intro .eyebrow,
.brand-logo-marquee-head .eyebrow,
.kvkk-modal-head .eyebrow,
.form-head > span,
.route-process-line span,
.services-process-line span,
.service-detail-signals span,
.private-cloud-service-page .service-detail-signals span,
.managed-it-page .service-detail-signals span,
.cloud-access-page .service-detail-signals span,
.infrastructure-security-page .service-detail-signals span,
.service-kicker,
.blog-grid span,
.blog-post-meta span,
.blog-post-footer span,
.blog-editorial-aside span,
.testimonial-tag,
.corporate-signals span,
.corporate-flow span,
.corporate-link-card > span,
.capability-strip span,
.architecture-head span,
.architecture-rows span,
.home-operations-flow-head span,
.home-operations-step > span,
.home-operations-card > span:not(.home-operations-icon),
.brand-logo-marquee-stats span,
.search-result span,
.consultation-assurance span,
.consultation-point span,
.diagnostic-head span,
.contact-response-grid span,
.contact-process-head span,
.contact-process-list > div > span,
.contact-method span,
.contact-social-panel span,
.contact-channel > span,
.ops-panel-head span,
.ops-panel-list span,
.site-context-head span,
.site-context-head strong,
.site-context-parent > span,
.site-context-menu.is-local-menu .site-context-parent > span,
.site-context-parent em,
.site-context-menu.is-local-menu .site-context-parent em,
.cookie-policy-panel-head span,
.cookie-policy-panel-head strong,
.email-executive-page .service-detail-signals span,
.email-executive-page .email-board-top span,
.email-executive-page .email-board-status span,
.email-executive-page .email-command-metrics span,
.email-executive-page .email-choice-card > span,
.email-executive-page .email-flow-grid span,
.email-executive-page .email-scope-modules span,
.email-executive-page .email-outcome-section span,
.email-executive-page .email-risk-grid span,
.email-executive-page .email-benefit-grid span,
.email-executive-page .email-security-stack span,
.email-choice-card > span,
.email-command-metrics span,
.email-flow-grid article > span,
.email-scope-modules article > span,
.about-focus-strip span,
.about-principle-item span,
.about-scope-card span,
.about-value-item span,
.about-contact-assurance span,
.about-contact-card-head span,
.about-contact-phone span,
.about-contact-route span,
.why-reason-number,
.why-proof-grid span,
.why-outcome-item span,
.why-contact-link span,
.why-visual-overlay span,
.why-visual-stack span,
.tech-category-head > span,
.tech-capability-metrics span,
.legal-document-status span,
.legal-document-toc span,
.legal-document-facts span,
.faq-topic-nav span,
.faq-page .faq-list summary::before,
.managed-it-page .managed-it-metric-grid span,
.managed-it-page .managed-it-risk-grid span,
.managed-it-page .managed-it-scope-card > span,
.managed-it-page .managed-it-benefit-grid span,
.managed-it-page .managed-it-process-grid span,
.private-cloud-service-page .private-cloud-proof-list span,
.private-cloud-service-page .service-detail-option > span,
.private-cloud-service-page .service-detail-flow span,
.private-cloud-service-page .private-cloud-audience-card span,
.cloud-access-page .cloud-command-proof span,
.cloud-scope-grid article span,
.cloud-process-grid article span,
.cloud-problem-grid span,
.cloud-outcome-grid span,
.cloud-control-list span,
.infrastructure-security-page .service-detail-side-panel > span,
.infrastructure-security-page .service-detail-option > span,
.infrastructure-security-page .service-detail-flow span,
.infrastructure-command-metrics span {
  border-color: transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.eyebrow::before,
.hero .eyebrow::before,
.corporate-hero-copy .eyebrow::before,
.contact-hero-copy .eyebrow::before,
.cookie-policy-hero-copy .eyebrow::before,
.page-hero .eyebrow::before {
  box-shadow: none !important;
}

/* Homepage hero viewport fit and two-area centering */
@media (min-width: 1081px) {
  .hero.section-band {
    --home-header-offset: 129px;
    height: max(647px, calc(100svh - var(--home-header-offset))) !important;
    min-height: max(647px, calc(100svh - var(--home-header-offset))) !important;
    padding: 0 !important;
  }

  .hero.section-band .hero-grid.container,
  .hero.section-band .hero-grid {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 56fr) minmax(420px, 44fr) !important;
    gap: 0 !important;
    align-items: center !important;
  }

  .hero.section-band .hero-copy {
    width: min(760px, calc(100% - clamp(72px, 8vw, 144px))) !important;
    max-width: 760px !important;
    justify-self: center !important;
    align-self: center !important;
  }

  .hero.section-band .hero-visual {
    width: min(480px, calc(100% - clamp(72px, 8vw, 144px))) !important;
    max-width: 480px !important;
    justify-self: center !important;
    align-self: center !important;
  }
}

.site-context-parent.is-active > span,
.site-context-parent.is-parent-active > span,
.site-context-parent:hover > span,
.site-context-parent:focus-visible > span,
.site-context-menu.is-local-menu .site-context-parent:hover > span,
.site-context-menu.is-local-menu .site-context-parent:focus-visible > span,
.site-context-menu.is-local-menu .site-context-parent.is-active > span,
.site-context-menu.is-local-menu .site-context-parent.is-parent-active > span,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent:hover > span,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent:focus-visible > span,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent.is-active > span,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent:hover > span,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent:focus-visible > span,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent.is-active > span,
.cloud-access-page .site-context-menu.is-local-menu .site-context-parent:hover > span,
.cloud-access-page .site-context-menu.is-local-menu .site-context-parent:focus-visible > span,
.cloud-access-page .site-context-menu.is-local-menu .site-context-parent.is-active > span {
  border-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.site-context-parent.is-active > span,
.site-context-parent.is-parent-active > span,
.site-context-parent:hover > span,
.site-context-parent:focus-visible > span,
.site-context-menu.is-local-menu .site-context-parent:hover > span,
.site-context-menu.is-local-menu .site-context-parent:focus-visible > span,
.site-context-menu.is-local-menu .site-context-parent.is-active > span,
.site-context-menu.is-local-menu .site-context-parent.is-parent-active > span,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent:hover > span,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent:focus-visible > span,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent.is-active > span,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent:hover > span,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent:focus-visible > span,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent.is-active > span,
.cloud-access-page .site-context-menu.is-local-menu .site-context-parent:hover > span,
.cloud-access-page .site-context-menu.is-local-menu .site-context-parent:focus-visible > span,
.cloud-access-page .site-context-menu.is-local-menu .site-context-parent.is-active > span {
  border-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Remove filled backgrounds behind small text labels site-wide */
.eyebrow,
.hero .eyebrow,
.corporate-hero-copy .eyebrow,
.contact-hero-copy .eyebrow,
.cookie-policy-hero-copy .eyebrow,
.page-hero .eyebrow,
.services-intro .eyebrow,
.home-operations-copy .eyebrow,
.testimonials-intro .eyebrow,
.brand-logo-marquee-head .eyebrow,
.kvkk-modal-head .eyebrow,
.form-head > span,
.route-process-line span,
.services-process-line span,
.service-detail-signals span,
.private-cloud-service-page .service-detail-signals span,
.managed-it-page .service-detail-signals span,
.cloud-access-page .service-detail-signals span,
.infrastructure-security-page .service-detail-signals span,
.service-kicker,
.blog-grid span,
.blog-post-meta span,
.blog-post-footer span,
.blog-editorial-aside span,
.testimonial-tag,
.corporate-signals span,
.corporate-flow span,
.corporate-link-card > span,
.capability-strip span,
.architecture-head span,
.architecture-rows span,
.home-operations-flow-head span,
.home-operations-step > span,
.home-operations-card > span:not(.home-operations-icon),
.brand-logo-marquee-stats span,
.search-result span,
.consultation-assurance span,
.consultation-point span,
.diagnostic-head span,
.contact-response-grid span,
.contact-process-head span,
.contact-process-list > div > span,
.contact-method span,
.contact-social-panel span,
.contact-channel > span,
.ops-panel-head span,
.ops-panel-list span,
.site-context-head span,
.site-context-head strong,
.site-context-parent > span,
.site-context-menu.is-local-menu .site-context-parent > span,
.site-context-parent em,
.site-context-menu.is-local-menu .site-context-parent em,
.cookie-policy-panel-head span,
.cookie-policy-panel-head strong,
.email-executive-page .service-detail-signals span,
.email-executive-page .email-board-top span,
.email-executive-page .email-board-status span,
.email-executive-page .email-command-metrics span,
.email-executive-page .email-choice-card > span,
.email-executive-page .email-flow-grid span,
.email-executive-page .email-scope-modules span,
.email-executive-page .email-outcome-section span,
.email-executive-page .email-risk-grid span,
.email-executive-page .email-benefit-grid span,
.email-executive-page .email-security-stack span,
.email-choice-card > span,
.email-command-metrics span,
.email-flow-grid article > span,
.email-scope-modules article > span,
.about-focus-strip span,
.about-principle-item span,
.about-scope-card span,
.about-value-item span,
.about-contact-assurance span,
.about-contact-card-head span,
.about-contact-phone span,
.about-contact-route span,
.why-reason-number,
.why-proof-grid span,
.why-outcome-item span,
.why-contact-link span,
.why-visual-overlay span,
.why-visual-stack span,
.tech-category-head > span,
.tech-capability-metrics span,
.legal-document-status span,
.legal-document-toc span,
.legal-document-facts span,
.faq-topic-nav span,
.faq-page .faq-list summary::before,
.managed-it-page .managed-it-metric-grid span,
.managed-it-page .managed-it-risk-grid span,
.managed-it-page .managed-it-scope-card > span,
.managed-it-page .managed-it-benefit-grid span,
.managed-it-page .managed-it-process-grid span,
.private-cloud-service-page .private-cloud-proof-list span,
.private-cloud-service-page .service-detail-option > span,
.private-cloud-service-page .service-detail-flow span,
.private-cloud-service-page .private-cloud-audience-card span,
.cloud-access-page .cloud-command-proof span,
.cloud-scope-grid article span,
.cloud-process-grid article span,
.cloud-problem-grid span,
.cloud-outcome-grid span,
.cloud-control-list span,
.infrastructure-security-page .service-detail-side-panel > span,
.infrastructure-security-page .service-detail-option > span,
.infrastructure-security-page .service-detail-flow span,
.infrastructure-command-metrics span {
  border-color: transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.eyebrow::before,
.hero .eyebrow::before,
.corporate-hero-copy .eyebrow::before,
.contact-hero-copy .eyebrow::before,
.cookie-policy-hero-copy .eyebrow::before,
.page-hero .eyebrow::before {
  box-shadow: none !important;
}

@media (max-width: 820px) {
  .email-executive-page .email-risk-grid,
  .email-executive-page .email-choice-grid,
  .email-executive-page .email-flow-grid,
  .email-executive-page .email-scope-modules,
  .email-executive-page .email-benefit-grid,
  .email-executive-page .email-security-stack {
    grid-template-columns: 1fr;
  }

  .email-executive-page .email-command-panel,
  .email-executive-page .email-risk-section,
  .email-executive-page .email-choice-section,
  .email-executive-page .email-flow-section,
  .email-executive-page .email-scope-section,
  .email-executive-page .email-benefit-section,
  .email-executive-page .email-security-section,
  .email-executive-page .email-fit-section,
  .email-executive-page .email-faq-section,
  .email-executive-page .email-outcome-section {
    border-radius: 12px;
  }
}

@media (max-width: 520px) {
  .email-executive-page .corporate-hero-copy h1 {
    font-size: 36px;
  }

  .email-executive-page .corporate-hero-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .email-executive-page .email-board-top {
    grid-template-columns: 1fr;
  }

  .email-executive-page .email-command-copy h2 {
    font-size: 28px;
  }

  .email-executive-page .email-command-panel,
  .email-executive-page .email-risk-section,
  .email-executive-page .email-choice-section,
  .email-executive-page .email-flow-section,
  .email-executive-page .email-scope-section,
  .email-executive-page .email-benefit-section,
  .email-executive-page .email-security-section,
  .email-executive-page .email-fit-section,
  .email-executive-page .email-faq-section,
  .email-executive-page .email-outcome-section {
    padding: 18px;
  }
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --primary: #42c9f3;
  --primary-dark: #73d8f6;
  --ink: #f1f6fa;
  --muted: #aeb9c5;
  --soft: #151c24;
  --line: rgba(126, 147, 163, 0.26);
  --dark: #10161d;
  --dark-2: #18212b;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --page-bg: #0f151c;
  --surface: #151c24;
  --surface-soft: #111820;
  --surface-muted: #17202a;
  --header-bg:
    linear-gradient(90deg, rgba(15, 21, 28, 0.94), rgba(18, 27, 36, 0.9)),
    radial-gradient(circle at 18% 0%, rgba(48, 188, 233, 0.16), transparent 32%);
  --section-band-bg:
    radial-gradient(circle at 82% 20%, rgba(48, 188, 233, 0.13), transparent 30%),
    linear-gradient(135deg, #101720 0%, #141e28 52%, #0f151c 100%);
  --dropdown-bg: rgba(20, 28, 37, 0.97);
  --menu-bg: rgba(17, 24, 32, 0.98);
  --grid-line: rgba(87, 202, 242, 0.07);
  --glass-surface: rgba(21, 28, 36, 0.74);
  --focus-ring: rgba(66, 201, 243, 0.2);
  --hero-bg:
    linear-gradient(112deg, #06101b 0%, #0b2450 48%, #07101a 100%);
  --hero-ink: #ffffff;
  --hero-muted: rgba(225, 235, 244, 0.76);
  --hero-pill-bg: rgba(48, 188, 233, 0.14);
  --hero-pill-border: rgba(88, 196, 239, 0.44);
  --hero-pill-ink: #78d8f4;
  --hero-wire: rgba(129, 205, 246, 0.06);
  --hero-grid-line: rgba(255, 255, 255, 0.025);
  --hero-logo-core: rgba(5, 16, 30, 0.72);
  --hero-logo-core-line: rgba(175, 210, 255, 0.16);
  --hero-logo-ring: rgba(48, 188, 233, 0.5);
  --hero-logo-ring-soft: rgba(167, 203, 255, 0.08);
  --hero-logo-ring-faint: rgba(167, 203, 255, 0.16);
  --hero-logo-shadow: rgba(0, 0, 0, 0.36);
  --hero-logo-glow: rgba(48, 188, 233, 0.18);
  --hero-secondary-bg: rgba(255, 255, 255, 0.06);
  --hero-secondary-border: rgba(255, 255, 255, 0.42);
  --preloader-bg:
    radial-gradient(circle at 50% 42%, rgba(48, 188, 233, 0.18), transparent 32%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #06101b 0%, #0b2450 48%, #07101a 100%);
  --preloader-panel: rgba(8, 18, 32, 0.72);
  --preloader-panel-border: rgba(88, 196, 239, 0.28);
  --preloader-ink: #ffffff;
  --preloader-muted: rgba(225, 235, 244, 0.72);
  --preloader-track: rgba(255, 255, 255, 0.14);
  --preloader-logo-filter: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  background: var(--page-bg);
  line-height: 1.6;
  overflow-x: clip;
  transition: color 260ms ease, background-color 260ms ease;
}

html.menu-open,
body.menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body.loading {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  max-width: calc(100vw - 40px);
  margin: 0 auto;
}

.preloader {
  --preloader-progress: 1%;
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  color: var(--preloader-ink);
  background: var(--preloader-bg);
  background-size: auto, 34px 34px, 34px 34px, auto;
  isolation: isolate;
  overflow: hidden;
  transition: opacity 260ms cubic-bezier(0.22, 1, 0.36, 1), visibility 260ms ease;
}

.preloader::before,
.preloader::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.preloader::before {
  inset: -20%;
  z-index: -2;
  background-image:
    linear-gradient(115deg, transparent 0 36%, rgba(48, 188, 233, 0.12) 36.12%, transparent 36.34% 100%),
    linear-gradient(52deg, transparent 0 58%, rgba(48, 188, 233, 0.1) 58.08%, transparent 58.28% 100%);
  opacity: 0.42;
  transform: none;
}

.preloader::after {
  z-index: -1;
  width: min(460px, 78vw);
  aspect-ratio: 1;
  border: 1px solid rgba(48, 188, 233, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(48, 188, 233, 0.025),
    inset 0 0 56px rgba(48, 188, 233, 0.08);
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-mark {
  position: relative;
  width: min(324px, calc(100vw - 40px));
  display: grid;
  place-items: center;
  gap: 14px;
  padding: 24px 22px 22px;
  border: 1px solid var(--preloader-panel-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.08), transparent 58%),
    var(--preloader-panel);
  box-shadow:
    0 24px 60px rgba(20, 61, 76, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
}

.preloader-logo-shell {
  position: relative;
  width: min(220px, 60vw);
  min-height: 64px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.preloader-logo-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0 34%, rgba(48, 188, 233, 0.1) 48%, transparent 62% 100%);
  opacity: 0;
  transform: translateX(0);
  pointer-events: none;
}

.preloader-mark img {
  display: block;
  width: 100%;
  height: auto;
  filter: var(--preloader-logo-filter) drop-shadow(0 12px 26px rgba(48, 188, 233, 0.15));
}

.preloader-logo-base {
  opacity: 0.22;
}

.preloader-logo-fill {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  clip-path: inset(calc(100% - var(--preloader-progress)) 0 0 0);
  transition: clip-path 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.preloader-logo-fill img {
  opacity: 1;
}

.loader-ring {
  display: none;
}

.preloader-hud {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--preloader-ink);
}

.preloader-status {
  color: var(--preloader-muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.preloader-count {
  color: var(--primary-dark);
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.preloader-progress {
  position: relative;
  width: min(208px, 100%);
  height: 4px;
  overflow: hidden;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 999px;
  background: var(--preloader-track);
}

.preloader-progress span {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--preloader-progress);
  border-radius: inherit;
  background:
    linear-gradient(90deg, var(--primary), #2f6df6);
  box-shadow: 0 0 16px rgba(48, 188, 233, 0.22);
  transition: width 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.preloader-nodes {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.preloader-nodes span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  opacity: 0.32;
  animation: preloader-node 1.25s ease-in-out infinite;
}

.preloader-nodes span:nth-child(2) {
  animation-delay: 180ms;
}

.preloader-nodes span:nth-child(3) {
  animation-delay: 360ms;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes preloader-grid-drift {
  to {
    transform: translate3d(2%, 1%, 0);
  }
}

@keyframes preloader-logo-scan {
  42%,
  100% {
    transform: translateX(115%);
  }
}

@keyframes preloader-node {
  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .preloader::before,
  .loader-ring,
  .preloader-logo-shell::after,
  .preloader-nodes span {
    animation: none;
  }

  .preloader-logo-fill,
  .preloader-progress span {
    transition: none;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 14px 0;
  background: var(--header-bg);
  border-bottom: 1px solid rgba(48, 188, 233, 0.18);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 46px rgba(21, 23, 27, 0.08);
  transition: background 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(48, 188, 233, 0.72), transparent);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
}

.nav-shell {
  width: min(1240px, calc(100% - 32px));
  max-width: calc(100vw - 32px);
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 20px 0 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand img {
  width: 268px;
  height: auto;
  transition: filter 260ms ease;
}

:root[data-theme="dark"] .brand img {
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24)) brightness(1.08);
}

.hero-copy,
.split-layout > *,
.faq-layout > *,
.contact-grid > * {
  min-width: 0;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 0;
}

.primary-menu a,
.dropdown-trigger,
.nav-search,
.theme-toggle {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-radius: 0;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 700;
  position: relative;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.primary-menu > a,
.nav-dropdown,
.nav-search,
.theme-toggle {
  border-left: 1px solid var(--line);
}

.primary-menu a:hover,
.primary-menu a:focus-visible,
.primary-menu a.active {
  color: var(--ink);
  background: rgba(48, 188, 233, 0.1);
  box-shadow: inset 0 -2px 0 var(--primary);
  outline: none;
}

.primary-menu > a[href$="index.html"] {
  min-height: 52px;
  margin-right: 6px;
  border-left: 0;
  border-radius: 4px;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  box-shadow: 0 12px 24px rgba(48, 188, 233, 0.22);
}

.primary-menu > a[href$="index.html"]:hover,
.primary-menu > a[href$="index.html"]:focus-visible,
.primary-menu > a[href$="index.html"].active {
  color: var(--white);
  background: linear-gradient(135deg, #42c9f3 0%, var(--primary-dark) 100%);
  box-shadow: 0 14px 28px rgba(48, 188, 233, 0.28);
}

.primary-menu > a[href*="iletisim.html"]:not(.nav-search) {
  min-height: 52px;
  border-radius: 4px;
}

.nav-search {
  width: 52px;
  min-width: 52px;
  height: 52px;
  justify-content: center;
  margin-left: 10px;
  padding: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  box-shadow: 0 14px 28px rgba(48, 188, 233, 0.3);
  cursor: pointer;
}

.nav-search span {
  width: 15px;
  height: 15px;
  border: 3px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.nav-search span::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -5px;
  width: 8px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

.nav-search:hover,
.nav-search:focus-visible {
  background: linear-gradient(135deg, #42c9f3 0%, var(--primary-dark) 100%);
  box-shadow: 0 18px 34px rgba(48, 188, 233, 0.36);
  outline: none;
}

.theme-toggle {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  color: var(--ink);
  background: rgba(48, 188, 233, 0.1);
  box-shadow: inset 0 -2px 0 var(--primary);
  outline: none;
}

.theme-toggle-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.theme-toggle-icon::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background:
    linear-gradient(currentColor, currentColor) center top / 2px 4px no-repeat,
    linear-gradient(currentColor, currentColor) center bottom / 2px 4px no-repeat,
    linear-gradient(90deg, currentColor, currentColor) left center / 4px 2px no-repeat,
    linear-gradient(90deg, currentColor, currentColor) right center / 4px 2px no-repeat;
  opacity: 0.55;
  transition: opacity 220ms ease;
}

:root[data-theme="dark"] .theme-toggle-icon {
  background: currentColor;
  box-shadow: inset -6px -4px 0 0 var(--surface);
  transform: rotate(-18deg);
}

:root[data-theme="dark"] .theme-toggle-icon::before {
  opacity: 0;
}

.nav-dropdown {
  position: relative;
}

.dropdown-trigger::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  z-index: 80;
  width: 280px;
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  background: var(--dropdown-bg);
  box-shadow: 0 28px 72px rgba(21, 23, 27, 0.16);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.nav-dropdown.wide .dropdown-menu {
  left: 50%;
  width: 360px;
  transform: translate(-50%, 8px);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown.wide:hover .dropdown-menu,
.nav-dropdown.wide:focus-within .dropdown-menu {
  transform: translate(-50%, 0);
}

.dropdown-menu a {
  min-height: auto;
  justify-content: flex-start;
  padding: 10px 12px;
  border-radius: 6px;
  line-height: 1.35;
  white-space: normal;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface-soft);
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.section-band {
  position: relative;
  overflow: hidden;
  background: var(--section-band-bg);
  transition: background 260ms ease;
}

.hero {
  isolation: isolate;
  min-height: max(690px, 100svh);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 88px 0 84px;
  color: var(--hero-ink);
  background: var(--hero-bg);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero::before {
  background-image:
    linear-gradient(118deg, transparent 0 14%, var(--hero-wire) 14.15%, transparent 14.45% 100%),
    linear-gradient(48deg, transparent 0 29%, var(--hero-wire) 29.12%, transparent 29.36% 100%),
    linear-gradient(152deg, transparent 0 38%, var(--hero-wire) 38.1%, transparent 38.36% 100%),
    repeating-linear-gradient(90deg, var(--hero-grid-line) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, var(--hero-grid-line) 0 1px, transparent 1px 92px);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.94) 54%, rgba(0, 0, 0, 0.38) 100%);
  opacity: 0.95;
}

.hero::after {
  background:
    linear-gradient(90deg, transparent 0%, rgba(48, 188, 233, 0.08) 52%, transparent 100%),
    linear-gradient(165deg, transparent 0 36%, rgba(47, 109, 246, 0.12) 56%, transparent 78%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(440px, 0.9fr);
  align-items: center;
  justify-content: center;
  gap: clamp(42px, 5vw, 92px);
}

.hero-copy {
  display: grid;
  justify-items: start;
  justify-self: start;
  width: 100%;
  max-width: min(660px, 100%);
  text-align: left;
}

@media (min-width: 1181px) {
  .hero-copy {
    transform: translate(clamp(-38px, -2vw, -24px), clamp(-36px, -1.6vw, -22px));
  }

  .hero-brand-visual {
    --motion-base-x: clamp(26px, 2.2vw, 44px);
    --motion-base-y: clamp(-34px, -1.6vw, -22px);
  }
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.hero .eyebrow {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  padding: 0 15px;
  border: 1px solid var(--hero-pill-border);
  border-radius: 999px;
  color: var(--hero-pill-ink);
  background: var(--hero-pill-bg);
  box-shadow: 0 12px 28px rgba(48, 188, 233, 0.12);
  font-size: 12px;
  line-height: 1;
}

.hero h1,
.page-hero h1,
.section-heading h2,
.faq-layout h2,
.contact-section h2,
.contact-section h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 660px;
  margin-inline: 0;
  color: var(--hero-ink);
  font-size: clamp(64px, 4.9vw, 92px);
  line-height: 0.98;
  font-weight: 800;
  text-wrap: balance;
}

.page-hero {
  padding: 104px 0 92px;
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.02;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.hero h1 span {
  display: block;
}

.hero-text {
  max-width: 620px;
  margin: clamp(24px, 2vw, 34px) 0 0;
  color: var(--hero-muted);
  font-size: clamp(17px, 1.12vw, 21px);
  font-weight: 600;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: clamp(14px, 1.2vw, 22px);
  margin-top: clamp(38px, 3vw, 58px);
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: var(--primary);
  box-shadow: 0 14px 28px rgba(48, 188, 233, 0.26);
}

.btn-secondary {
  color: var(--ink);
  background: var(--surface);
  border-color: var(--line);
}

.hero .btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: clamp(150px, 10vw, 190px);
  min-height: clamp(50px, 3.6vw, 64px);
  padding: 0 clamp(30px, 2.4vw, 42px);
  border-radius: 999px;
  font-size: clamp(14.5px, 0.95vw, 17px);
  letter-spacing: 0;
  transform: translateZ(0);
}

.hero .btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.3), transparent 26% 72%, rgba(255, 255, 255, 0.18)),
    repeating-linear-gradient(90deg, transparent 0 15px, rgba(255, 255, 255, 0.09) 15px 16px);
  opacity: 0.52;
  transition: opacity 180ms ease, transform 180ms ease;
}

.hero .btn-primary {
  border-color: rgba(124, 219, 255, 0.48);
  background:
    linear-gradient(135deg, #42c9f3 0%, #236cf4 58%, #6841e9 100%);
  box-shadow:
    0 18px 34px rgba(48, 188, 233, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.14) inset,
    0 0 28px rgba(48, 188, 233, 0.16);
}

.hero .btn-primary::after {
  content: "\2192";
  margin-left: 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1;
  transition: transform 180ms ease;
}

.hero .btn-secondary {
  color: var(--hero-ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 56%),
    var(--hero-secondary-bg);
  border-color: var(--hero-secondary-border);
  box-shadow:
    0 12px 26px rgba(4, 22, 34, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
}

.hero .btn-secondary::before {
  background:
    linear-gradient(110deg, rgba(48, 188, 233, 0.2), transparent 32% 72%, rgba(104, 65, 233, 0.14)),
    repeating-linear-gradient(90deg, transparent 0 17px, rgba(48, 188, 233, 0.07) 17px 18px);
  opacity: 0.38;
}

.hero .btn:hover,
.hero .btn:focus-visible {
  border-color: rgba(92, 207, 246, 0.74);
  box-shadow:
    0 22px 42px rgba(48, 188, 233, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 0 34px rgba(48, 188, 233, 0.2);
  outline: none;
}

.hero .btn:hover::before,
.hero .btn:focus-visible::before {
  opacity: 0.72;
  transform: translateX(8px);
}

.hero .btn-primary:hover::after,
.hero .btn-primary:focus-visible::after {
  transform: translateX(4px);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
  max-width: 640px;
}

.hero-metrics div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--glass-surface);
  transition: background-color 260ms ease, border-color 260ms ease;
}

.hero-metrics strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.1;
}

.hero-metrics span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  width: min(100%, clamp(500px, 33vw, 650px));
  min-height: 0;
  aspect-ratio: 1;
  justify-self: center;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  color: var(--hero-ink);
  background: transparent;
  box-shadow: none;
}

.hero-brand-visual {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 0;
  background: transparent;
}

.hero-brand-visual::before {
  content: "";
  position: absolute;
  inset: 15%;
  border: 1px solid var(--hero-logo-core-line);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 58%),
    var(--hero-logo-core);
  box-shadow:
    0 0 0 12px var(--hero-logo-ring-soft),
    0 0 0 14px var(--hero-logo-ring),
    0 0 0 44px var(--hero-logo-ring-soft),
    0 0 0 45px var(--hero-logo-ring-faint),
    0 26px 58px var(--hero-logo-shadow),
    inset 0 0 58px var(--hero-logo-glow);
  pointer-events: none;
}

.hero-brand-visual::after {
  content: "";
  position: absolute;
  inset: 7%;
  border: 0;
  border-radius: 50%;
  background:
    conic-gradient(
      from 18deg,
      transparent 0deg 28deg,
      rgba(48, 188, 233, 0.5) 29deg 34deg,
      transparent 35deg 104deg,
      rgba(47, 109, 246, 0.38) 105deg 109deg,
      transparent 110deg 196deg,
      rgba(48, 188, 233, 0.34) 197deg 202deg,
      transparent 203deg 296deg,
      rgba(124, 219, 255, 0.42) 297deg 302deg,
      transparent 303deg 360deg
    );
  mask-image: radial-gradient(circle, transparent 0 65%, #000 66% 68%, transparent 69%);
  box-shadow:
    0 0 0 18px rgba(48, 188, 233, 0.035),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  opacity: 0.9;
  animation: none;
  pointer-events: none;
}

.live-section-hero.is-motion-active .hero-brand-visual::after {
  animation: hero-tech-ring 16s linear infinite;
}

.hero-motion-rings,
.hero-motion-rings span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.hero-motion-rings {
  z-index: 1;
  overflow: visible;
}

.hero-motion-rings span {
  inset: 9%;
  border: 0;
  background:
    conic-gradient(
      from 0deg,
      transparent 0deg 22deg,
      rgba(48, 188, 233, 0.86) 23deg 28deg,
      rgba(47, 109, 246, 0.45) 29deg 31deg,
      transparent 32deg 176deg,
      rgba(48, 188, 233, 0.42) 177deg 180deg,
      transparent 181deg 360deg
    );
  mask-image: radial-gradient(circle, transparent 0 68%, #000 69% 71%, transparent 72%);
  box-shadow: none;
  opacity: 0;
  transform: scale(0.92) rotate(0deg);
  animation: none;
}

.live-section-hero.is-motion-active .hero-motion-rings span {
  animation: hero-ring-out 7.2s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.hero-motion-rings span:nth-child(2) {
  inset: 13%;
  animation-delay: 1.5s;
  animation-direction: reverse;
}

.hero-motion-rings span:nth-child(3) {
  inset: 18%;
  animation-delay: 3s;
}

.hero-motion-rings span:nth-child(4) {
  inset: 23%;
  animation-delay: 4.5s;
  animation-direction: reverse;
}

.hero-motion-rings span::before,
.hero-motion-rings span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -3px;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: var(--primary);
  box-shadow:
    0 0 0 4px rgba(48, 188, 233, 0.1),
    0 0 18px rgba(48, 188, 233, 0.44);
  transform: translateX(-50%);
}

.hero-motion-rings span::after {
  top: auto;
  bottom: -2px;
  width: 4px;
  height: 4px;
  opacity: 0.55;
}

.hero-logo {
  position: relative;
  z-index: 2;
  width: min(74%, clamp(430px, 26vw, 560px));
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 24px 42px rgba(48, 188, 233, 0.2));
}

.hero-logo-dark {
  display: none;
}

:root[data-theme="dark"] .hero-logo-light {
  display: none;
}

:root[data-theme="dark"] .hero-logo-dark {
  display: block;
}

@keyframes hero-ring-out {
  0% {
    opacity: 0;
    transform: scale(0.9) rotate(0deg);
  }

  12% {
    opacity: 0.64;
  }

  68% {
    opacity: 0.34;
  }

  100% {
    opacity: 0;
    transform: scale(1.16) rotate(140deg);
  }
}

@keyframes hero-ring-out-mobile {
  0% {
    opacity: 0;
    transform: scale(0.9) rotate(0deg);
  }

  14% {
    opacity: 0.58;
  }

  70% {
    opacity: 0.28;
  }

  100% {
    opacity: 0;
    transform: scale(1.12) rotate(120deg);
  }
}

@keyframes hero-tech-ring {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1180px) {
  .hero {
    min-height: 640px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 52px;
  }

  .hero h1 {
    font-size: 56px;
  }

  .hero-logo {
    width: min(76%, 390px);
  }
}

:root[data-theme="dark"] .technology-capabilities-section {
  background: linear-gradient(135deg, #0d131a 0%, #18222d 100%);
}

:root[data-theme="dark"] .contact-section {
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(135deg, #0b1016 0%, #151d26 100%);
}

.visual-topbar {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.visual-topbar img {
  width: 130px;
}

.visual-topbar span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 700;
}

.signal-map {
  position: absolute;
  inset: 72px 0 154px;
}

.node {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 4px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 12px rgba(48, 188, 233, 0.12);
}

.node-a { top: 22%; left: 20%; }
.node-b { top: 44%; right: 20%; }
.node-c { bottom: 20%; left: 38%; }
.node-d { top: 16%; right: 38%; }

.line {
  position: absolute;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(48, 188, 233, 0), rgba(48, 188, 233, 0.72), rgba(48, 188, 233, 0));
}

.line-a {
  top: 34%;
  left: 23%;
  width: 48%;
  transform: rotate(11deg);
}

.line-b {
  top: 54%;
  left: 40%;
  width: 34%;
  transform: rotate(-28deg);
}

.line-c {
  top: 44%;
  left: 23%;
  width: 32%;
  transform: rotate(48deg);
}

.status-panel {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(21, 23, 27, 0.72);
  backdrop-filter: blur(12px);
}

.status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.status-row strong {
  color: var(--white);
}

.bar {
  height: 7px;
  overflow: hidden;
  margin: 8px 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.bar:last-child {
  margin-bottom: 0;
}

.bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--primary);
}

.section {
  padding: 96px 0;
}

.section-light {
  background: var(--page-bg);
  transition: background-color 260ms ease;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 46px;
}

.section-heading.compact {
  max-width: 680px;
  margin-bottom: 32px;
}

.section-heading h2,
.faq-layout h2,
.contact-section h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
}

.section-heading p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
}

.split-layout h3,
.why-grid h3,
.service-card h3,
.blog-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  line-height: 1.2;
}

.split-layout p,
.why-grid p,
.service-card p,
.blog-grid p,
.faq-list p,
.contact-section p {
  margin: 0;
  color: var(--muted);
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.feature-list span {
  color: var(--primary-dark);
  font-weight: 900;
}

.why-grid,
.services-grid,
.blog-grid,
.page-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.why-grid article,
.service-card,
.blog-grid article,
.link-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 260ms ease;
}

.page-card-grid {
  margin-top: 0;
}

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

.link-card {
  min-height: 210px;
  padding: 26px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.link-card:hover,
.link-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(48, 188, 233, 0.55);
  box-shadow: 0 18px 42px rgba(21, 23, 27, 0.1);
  outline: none;
}

.link-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--primary-dark);
  font-weight: 900;
}

.link-card h3 {
  margin: 0 0 10px;
  line-height: 1.2;
}

.link-card p {
  margin: 0;
  color: var(--muted);
}

.corporate-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 108px 0;
  background:
    linear-gradient(180deg, var(--page-bg) 0%, var(--surface-soft) 100%);
}

.corporate-showcase::before,
.corporate-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.corporate-showcase::before {
  background-image:
    linear-gradient(90deg, transparent 0 49%, rgba(48, 188, 233, 0.08) 49% 49.16%, transparent 49.16% 100%),
    linear-gradient(180deg, transparent 0 62%, rgba(48, 188, 233, 0.06) 62% 62.14%, transparent 62.14% 100%);
  opacity: 0.72;
}

.corporate-showcase::after {
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(48, 188, 233, 0.45), transparent);
  opacity: 0.75;
}

:root[data-theme="dark"] .corporate-showcase {
  background:
    linear-gradient(180deg, #0d141c 0%, #101821 100%);
}

.corporate-showcase .container {
  width: min(1320px, calc(100% - 52px));
  max-width: calc(100vw - 52px);
}

.corporate-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  grid-template-areas:
    "intro system"
    "links links";
  align-items: stretch;
  gap: 28px;
}

.corporate-intro {
  grid-area: intro;
  align-self: center;
  max-width: 760px;
  margin: 0;
}

.corporate-intro h2 {
  max-width: 720px;
  font-size: 54px;
  line-height: 1.02;
  text-wrap: balance;
}

.corporate-intro p:not(.eyebrow) {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.72;
}

.corporate-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.corporate-signals span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-size: 13px;
  font-weight: 850;
}

:root[data-theme="dark"] .corporate-signals span {
  background: rgba(255, 255, 255, 0.055);
}

.corporate-system {
  grid-area: system;
  position: relative;
  min-height: 410px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(240px, 1.05fr);
  align-items: stretch;
  gap: 18px;
}

.corporate-system::before {
  content: "";
  position: absolute;
  inset: 10px 0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(48, 188, 233, 0.12);
  box-shadow: 0 20px 56px rgba(21, 23, 27, 0.07);
}

:root[data-theme="dark"] .corporate-system::before {
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.22);
}

.corporate-system-brand,
.corporate-flow {
  position: relative;
  z-index: 1;
}

.corporate-system-brand {
  display: grid;
  place-content: center;
  gap: 28px;
  padding: 38px;
}

.corporate-ops-visual {
  position: relative;
  width: min(360px, 90%);
  min-height: 230px;
  display: grid;
  place-items: center;
  justify-self: center;
  padding: 18px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.18)),
    var(--surface);
  box-shadow:
    0 22px 60px rgba(21, 23, 27, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  overflow: hidden;
}

:root[data-theme="dark"] .corporate-ops-visual {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    #0a141e;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.corporate-ops-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(135deg, transparent, #000 24%, #000 78%, transparent);
}

.corporate-ops-visual::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 150px;
  aspect-ratio: 1;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 26px rgba(48, 188, 233, 0.04),
    inset 0 0 34px rgba(48, 188, 233, 0.08);
}

.ops-frame {
  position: relative;
  z-index: 1;
  width: min(100%, 300px);
  height: 188px;
}

.ops-core,
.ops-node,
.ops-path,
.ops-stack {
  position: absolute;
}

.ops-core {
  top: 42px;
  left: 50%;
  width: 66px;
  aspect-ratio: 1;
  border: 1px solid rgba(48, 188, 233, 0.44);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.92) 0 16%, transparent 17%),
    linear-gradient(135deg, var(--primary), #2f6df6);
  box-shadow:
    0 0 0 14px rgba(48, 188, 233, 0.08),
    0 0 0 38px rgba(48, 188, 233, 0.045),
    0 18px 36px rgba(48, 188, 233, 0.2);
  transform: translateX(-50%);
}

.ops-core::before,
.ops-core::after {
  content: "";
  position: absolute;
  inset: -28px;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 50%;
}

.ops-core::after {
  inset: -52px;
  opacity: 0.58;
}

.ops-node {
  width: 18px;
  aspect-ratio: 1;
  border: 1px solid rgba(48, 188, 233, 0.44);
  border-radius: 50%;
  background: var(--surface);
  box-shadow:
    inset 0 0 0 5px rgba(48, 188, 233, 0.18),
    0 0 22px rgba(48, 188, 233, 0.18);
}

:root[data-theme="dark"] .ops-node {
  background: #0b1722;
}

.ops-node-a {
  top: 10px;
  left: 38px;
}

.ops-node-b {
  top: 26px;
  right: 42px;
}

.ops-node-c {
  left: 58px;
  bottom: 34px;
}

.ops-path {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(48, 188, 233, 0.62), transparent);
  transform-origin: left center;
}

.ops-path-a {
  top: 50px;
  left: 58px;
  width: 96px;
  transform: rotate(22deg);
}

.ops-path-b {
  top: 60px;
  right: 58px;
  width: 88px;
  transform: rotate(-18deg);
}

.ops-path-c {
  left: 76px;
  bottom: 62px;
  width: 90px;
  transform: rotate(-28deg);
}

.ops-stack {
  right: 18px;
  bottom: 18px;
  width: 112px;
  display: grid;
  gap: 7px;
}

.ops-stack span {
  height: 18px;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(48, 188, 233, 0.32) 0 22%, transparent 22% 100%),
    rgba(48, 188, 233, 0.06);
}

.corporate-system-brand p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  font-weight: 650;
  line-height: 1.7;
}

.corporate-flow {
  display: grid;
  gap: 10px;
  padding: 30px 30px 30px 0;
  align-content: center;
}

.corporate-flow div {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

:root[data-theme="dark"] .corporate-flow div {
  background: rgba(9, 18, 28, 0.58);
}

.corporate-flow div:hover {
  transform: translateX(6px);
  border-color: rgba(48, 188, 233, 0.5);
}

.corporate-flow span {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--primary), #2f6df6);
  box-shadow: 0 12px 28px rgba(48, 188, 233, 0.2);
  font-size: 12px;
  font-weight: 900;
}

.corporate-flow strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.2;
}

.corporate-flow small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.corporate-link-grid {
  grid-area: links;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.corporate-link-card {
  position: relative;
  min-height: 178px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.3)),
    var(--surface);
  box-shadow: 0 16px 42px rgba(21, 23, 27, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 260ms ease;
}

:root[data-theme="dark"] .corporate-link-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    var(--surface);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.corporate-link-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), #2f6df6, transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.corporate-link-card::after {
  content: "\2192";
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: var(--primary-dark);
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.corporate-link-card:hover,
.corporate-link-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(48, 188, 233, 0.5);
  box-shadow: 0 24px 58px rgba(48, 188, 233, 0.12);
  outline: none;
}

.corporate-link-card:hover::before,
.corporate-link-card:focus-visible::before {
  transform: scaleX(1);
}

.corporate-link-card:hover::after,
.corporate-link-card:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.corporate-link-card > span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.corporate-link-card h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.18;
}

.corporate-link-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.62;
}

.why-grid article {
  padding: 26px;
}

.technology-capabilities-section {
  color: var(--white);
  background: linear-gradient(135deg, var(--dark) 0%, #343841 100%);
}

.technology-capabilities-section .section-heading h2 {
  color: var(--white);
}

.technology-capabilities-section .eyebrow {
  color: var(--primary);
}

.capability-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.capability-strip span {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 800;
  text-align: center;
}

.services-grid {
  margin-top: 0;
}

.services-grid.dense .service-card {
  min-height: 190px;
}

.service-card {
  min-height: 234px;
  padding: 28px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(48, 188, 233, 0.55);
  box-shadow: 0 18px 42px rgba(21, 23, 27, 0.1);
}

.service-card h3:last-child {
  margin-bottom: 0;
}

.service-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 8px;
  color: var(--white);
  background: var(--primary);
  font-size: 13px;
  font-weight: 900;
}

.services-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 112px 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.22) 54%, rgba(255, 255, 255, 0.72) 100%),
    linear-gradient(135deg, #ecfbf8 0%, #f7fbff 48%, #edf7ff 100%);
  box-shadow:
    inset 0 1px 0 rgba(48, 188, 233, 0.24),
    inset 0 -1px 0 rgba(33, 176, 153, 0.16);
}

.services-showcase::before,
.services-showcase::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.services-showcase::before {
  inset: 0;
  background:
    repeating-linear-gradient(135deg, transparent 0 46px, rgba(33, 176, 153, 0.075) 46px 47px, transparent 47px 94px),
    linear-gradient(90deg, transparent 0 12%, rgba(48, 188, 233, 0.12) 12% 12.08%, transparent 12.08% 86%, rgba(33, 176, 153, 0.11) 86% 86.08%, transparent 86.08% 100%);
  opacity: 0.86;
}

.services-showcase::after {
  top: 74px;
  right: max(-150px, calc((100vw - 1320px) / 2 - 190px));
  width: min(620px, 44vw);
  height: min(520px, 38vw);
  border: 1px solid rgba(33, 176, 153, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(33, 176, 153, 0.13), rgba(48, 188, 233, 0.08) 46%, transparent 72%);
  box-shadow:
    0 32px 90px rgba(33, 176, 153, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transform: skewX(-8deg);
  transform-origin: center;
}

:root[data-theme="dark"] .services-showcase {
  background:
    radial-gradient(circle at 88% 18%, rgba(48, 188, 233, 0.11), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
    linear-gradient(135deg, #0f151c 0%, #111820 48%, #0f172a 100%);
  box-shadow:
    inset 0 1px 0 rgba(48, 188, 233, 0.13),
    inset 0 -1px 0 rgba(48, 188, 233, 0.12);
}

:root[data-theme="dark"] .services-showcase::before {
  background:
    repeating-linear-gradient(135deg, transparent 0 46px, rgba(48, 188, 233, 0.04) 46px 47px, transparent 47px 94px),
    linear-gradient(90deg, transparent 0 12%, rgba(48, 188, 233, 0.065) 12% 12.08%, transparent 12.08% 86%, rgba(47, 109, 246, 0.045) 86% 86.08%, transparent 86.08% 100%);
  opacity: 0.56;
}

:root[data-theme="dark"] .services-showcase::after {
  border-color: rgba(48, 188, 233, 0.11);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.075), rgba(47, 109, 246, 0.045) 48%, transparent 72%);
  box-shadow:
    0 36px 94px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.services-showcase .container {
  width: min(1320px, calc(100% - 52px));
  max-width: calc(100vw - 52px);
}

.services-showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  grid-template-areas:
    "intro architecture"
    "grid grid";
  gap: 30px;
  align-items: stretch;
}

.services-intro {
  grid-area: intro;
  max-width: 760px;
  align-self: center;
}

.services-intro .eyebrow {
  color: var(--primary-dark);
}

.services-intro h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: 54px;
  line-height: 1.02;
  text-wrap: balance;
}

.services-intro p:not(.eyebrow) {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.76;
}

.services-cta {
  width: 220px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  padding: 0 18px 0 22px;
  border: 1px solid rgba(48, 188, 233, 0.28);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

:root[data-theme="dark"] .services-cta {
  background: rgba(255, 255, 255, 0.055);
}

.services-cta span {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #2f6df6);
}

.services-cta span::before {
  content: "\2192";
  color: #ffffff;
  line-height: 1;
}

.services-cta:hover,
.services-cta:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(48, 188, 233, 0.58);
  box-shadow: 0 18px 38px rgba(48, 188, 233, 0.14);
  outline: none;
}

.services-architecture {
  grid-area: architecture;
  position: relative;
  min-height: 360px;
  display: grid;
  align-content: space-between;
  gap: 28px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
    var(--surface);
  box-shadow: 0 22px 64px rgba(21, 23, 27, 0.08);
}

:root[data-theme="dark"] .services-architecture {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    #0b141e;
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.22);
}

.services-architecture::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.055) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(135deg, #000, rgba(0, 0, 0, 0.24));
}

.architecture-head,
.architecture-core,
.architecture-rows {
  position: relative;
  z-index: 1;
}

.architecture-head {
  display: grid;
  gap: 6px;
}

.architecture-head span {
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.architecture-head strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.18;
}

.architecture-core {
  height: 112px;
  display: grid;
  place-items: center;
}

.architecture-core span {
  grid-area: 1 / 1;
  border-radius: 50%;
}

.architecture-core span:nth-child(1) {
  width: 56px;
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--primary), #2f6df6);
  box-shadow:
    0 0 0 22px rgba(48, 188, 233, 0.08),
    0 0 0 52px rgba(48, 188, 233, 0.04),
    0 18px 36px rgba(48, 188, 233, 0.2);
}

.architecture-core span:nth-child(2) {
  width: 154px;
  aspect-ratio: 1;
  border: 1px solid rgba(48, 188, 233, 0.22);
}

.architecture-core span:nth-child(3) {
  width: 230px;
  aspect-ratio: 1;
  border: 1px solid rgba(48, 188, 233, 0.12);
}

.architecture-rows {
  display: grid;
  gap: 10px;
}

.architecture-rows div {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  border: 1px solid rgba(48, 188, 233, 0.14);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.42);
  font-size: 13.5px;
  font-weight: 800;
}

:root[data-theme="dark"] .architecture-rows div {
  background: rgba(255, 255, 255, 0.045);
}

.architecture-rows span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 18px rgba(48, 188, 233, 0.44);
}

.home-services-slider {
  grid-area: grid;
  min-width: 0;
  display: grid;
  gap: 22px;
  margin-top: 8px;
  overflow: visible;
}

.home-services-viewport {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 2px clamp(18px, 2.8vw, 46px) 18px;
  overflow: hidden;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 48px, #000 calc(100% - 48px), transparent);
}

.home-services-viewport::-webkit-scrollbar {
  display: none;
}

.home-services-track {
  width: max-content;
  display: flex;
  gap: 16px;
  animation: none;
}

.home-services-track.is-marquee-ready {
  animation: services-marquee 56s linear infinite;
  will-change: transform;
}

.home-services-slide-set {
  display: flex;
  gap: 16px;
  flex: 0 0 auto;
}

.home-services-viewport:hover .home-services-track,
.home-services-viewport:focus-within .home-services-track {
  animation-play-state: paused;
}

@keyframes services-marquee {
  to {
    transform: translateX(var(--marquee-distance, calc(-50% - 8px)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-services-track,
  .home-services-track.is-marquee-ready {
    animation: none;
    will-change: auto;
  }

  .home-services-viewport {
    overflow-x: auto;
  }
}

.home-service-card {
  position: relative;
  width: clamp(296px, 27vw, 368px);
  min-height: 268px;
  flex: 0 0 clamp(296px, 27vw, 368px);
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.34)),
    var(--surface);
  box-shadow: 0 16px 42px rgba(21, 23, 27, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 260ms ease;
}

:root[data-theme="dark"] .home-service-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.022)),
    var(--surface);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.home-service-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), #2f6df6, transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.home-service-card::after {
  content: "\2192";
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: var(--primary-dark);
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-service-card:hover,
.home-service-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(48, 188, 233, 0.5);
  box-shadow: 0 24px 58px rgba(48, 188, 233, 0.12);
  outline: none;
}

.home-service-card:hover::before,
.home-service-card:focus-visible::before {
  transform: scaleX(1);
}

.home-service-card:hover::after,
.home-service-card:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.service-glyph {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
}

.service-glyph svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-kicker {
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-service-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.18;
}

.home-service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.62;
}

.home-operations-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 98px 0;
  background:
    linear-gradient(rgba(48, 188, 233, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.026) 1px, transparent 1px),
    repeating-linear-gradient(135deg, transparent 0 52px, rgba(48, 188, 233, 0.045) 52px 53px, transparent 53px 104px),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 50%, #eef7fb 100%);
  background-size: 72px 72px, 72px 72px, auto, auto;
  box-shadow:
    inset 0 1px 0 rgba(48, 188, 233, 0.12),
    inset 0 -1px 0 rgba(48, 188, 233, 0.1);
}

.home-operations-section::before,
.home-operations-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.home-operations-section::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.76), transparent 24%, transparent 78%, rgba(255, 255, 255, 0.54)),
    linear-gradient(135deg, transparent 0 68%, rgba(48, 188, 233, 0.075) 68.08% 68.2%, transparent 68.32% 100%);
  opacity: 0.82;
}

.home-operations-section::after {
  inset: 64px max(-180px, calc((100vw - 1320px) / 2 - 180px)) auto auto;
  width: min(620px, 46vw);
  height: 210px;
  border: 1px solid rgba(48, 188, 233, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(rgba(48, 188, 233, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(48, 188, 233, 0.08), transparent 72%);
  background-size: 26px 26px, 26px 26px, auto;
  opacity: 0.68;
  transform: rotate(-4deg);
}

:root[data-theme="dark"] .home-operations-section {
  background:
    linear-gradient(rgba(126, 174, 198, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 174, 198, 0.02) 1px, transparent 1px),
    repeating-linear-gradient(135deg, transparent 0 52px, rgba(87, 202, 242, 0.04) 52px 53px, transparent 53px 104px),
    linear-gradient(180deg, #0b121a 0%, #101720 54%, #0b151d 100%);
  background-size: 72px 72px, 72px 72px, auto, auto;
  box-shadow:
    inset 0 1px 0 rgba(126, 174, 198, 0.12),
    inset 0 -1px 0 rgba(48, 188, 233, 0.1);
}

:root[data-theme="dark"] .home-operations-section::before {
  background:
    linear-gradient(90deg, rgba(11, 18, 26, 0.68), transparent 28%, transparent 78%, rgba(11, 18, 26, 0.5)),
    linear-gradient(135deg, transparent 0 68%, rgba(48, 188, 233, 0.055) 68.08% 68.2%, transparent 68.32% 100%);
}

:root[data-theme="dark"] .home-operations-section::after {
  border-color: rgba(126, 174, 198, 0.11);
  background:
    linear-gradient(rgba(126, 174, 198, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 174, 198, 0.036) 1px, transparent 1px),
    linear-gradient(135deg, rgba(48, 188, 233, 0.065), transparent 72%);
  background-size: 26px 26px, 26px 26px, auto;
}

.home-operations-section .container {
  width: min(1320px, calc(100% - 52px));
  max-width: calc(100vw - 52px);
}

.home-operations-shell {
  display: grid;
  gap: 30px;
}

.home-operations-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
}

.home-operations-copy {
  max-width: 830px;
}

.home-operations-copy .eyebrow {
  color: var(--primary-dark);
}

.home-operations-copy h2 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.02;
  text-wrap: balance;
}

.home-operations-copy p:not(.eyebrow) {
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.72;
}

.home-operations-cta {
  width: 220px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 12px;
  padding: 0 18px 0 22px;
  border: 1px solid rgba(48, 188, 233, 0.28);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46);
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

:root[data-theme="dark"] .home-operations-cta {
  background: rgba(255, 255, 255, 0.055);
}

.home-operations-cta span {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #2f6df6);
}

.home-operations-cta span::before {
  content: "\2192";
  color: #fff;
  line-height: 1;
}

.home-operations-cta:hover,
.home-operations-cta:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(48, 188, 233, 0.56);
  box-shadow: 0 18px 38px rgba(48, 188, 233, 0.14);
  outline: none;
}

.home-operations-layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.36fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.home-operations-viewport {
  position: relative;
  min-width: 0;
  height: auto;
  overflow: visible;
  padding: 0;
  mask-image: none;
}

.home-operations-viewport::before,
.home-operations-viewport::after {
  display: none;
}

.home-operations-viewport::before {
  left: 0;
  background: linear-gradient(90deg, var(--page-bg), transparent);
  opacity: 0.52;
}

.home-operations-viewport::after {
  right: 0;
  background: linear-gradient(270deg, var(--surface-soft), transparent);
  opacity: 0.56;
}

.home-operations-track {
  width: auto;
  display: block;
  animation: none;
  transform: none;
}

.home-operations-track.is-marquee-ready {
  animation: none;
  transform: none;
  will-change: auto;
}

.home-operations-track [data-marquee-clone="true"],
.home-operations-track .home-operations-grid[aria-hidden="true"] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .home-operations-viewport {
    height: auto;
    max-height: none;
    overflow: visible;
    mask-image: none;
  }

  .home-operations-viewport::before,
  .home-operations-viewport::after {
    display: none;
  }

  .home-operations-track,
  .home-operations-track.is-marquee-ready {
    animation: none;
    width: auto;
    display: block;
    transform: none;
    will-change: auto;
  }

  .home-operations-track .home-operations-grid[aria-hidden="true"] {
    display: none;
  }

  .home-operations-track .home-operations-grid {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 760px) {
  .home-operations-track .home-operations-grid {
    grid-template-columns: 1fr;
  }
}

.home-operations-flow {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  padding: 22px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(238, 247, 251, 0.58)),
    var(--surface);
  box-shadow:
    0 18px 46px rgba(20, 61, 76, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

:root[data-theme="dark"] .home-operations-flow {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.024)),
    var(--surface);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.home-operations-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(48, 188, 233, 0.16), transparent 72%) 0 0 / 100% 3px no-repeat,
    linear-gradient(rgba(48, 188, 233, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.05) 1px, transparent 1px);
  background-size: 100% 3px, 30px 30px, 30px 30px;
  mask-image: linear-gradient(135deg, #000, rgba(0, 0, 0, 0.22));
  pointer-events: none;
}

.home-operations-flow::after {
  content: "";
  position: absolute;
  inset: 0 -35%;
  z-index: 0;
  background: linear-gradient(110deg, transparent 0 38%, rgba(48, 188, 233, 0.16) 48%, transparent 58% 100%);
  opacity: 0;
  transform: translateX(-34%);
  pointer-events: none;
}

.home-operations-flow-head,
.home-operations-timeline {
  position: relative;
  z-index: 1;
}

.home-operations-flow-head {
  display: grid;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(48, 188, 233, 0.16);
}

.home-operations-flow-head span {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.home-operations-flow-head span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow:
    0 0 0 5px rgba(48, 188, 233, 0.09),
    0 0 20px rgba(48, 188, 233, 0.38);
}

.home-operations-flow-head strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
}

.home-operations-timeline {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.home-operations-step {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(48, 188, 233, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

:root[data-theme="dark"] .home-operations-step {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(126, 174, 198, 0.16);
}

.home-operations-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 100%;
  bottom: -11px;
  width: 1px;
  background: linear-gradient(180deg, rgba(48, 188, 233, 0.68), rgba(48, 188, 233, 0.08));
  transform-origin: top;
}

.home-operations-step > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(48, 188, 233, 0.26);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 11.5px;
  font-weight: 950;
  line-height: 1;
}

.home-operations-step strong {
  display: block;
  color: var(--ink);
  line-height: 1.2;
}

.home-operations-step small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 720;
  line-height: 1.45;
}

.home-operations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  gap: 14px;
}

.home-operations-card {
  --ops-accent: #30bce9;
  position: relative;
  isolation: isolate;
  min-height: 218px;
  display: grid;
  align-content: start;
  gap: 11px;
  overflow: hidden;
  padding: 23px;
  border: 1px solid color-mix(in srgb, var(--ops-accent) 18%, rgba(18, 57, 72, 0.08));
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ops-accent) 7%, transparent), transparent 58%),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    0 12px 34px rgba(20, 61, 76, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.home-operations-card:first-child {
  grid-column: 1 / -1;
  min-height: 190px;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 18px;
  padding: 26px;
}

.home-operations-card:first-child .home-operations-icon {
  grid-row: 1 / span 3;
  width: 56px;
  height: 56px;
}

.home-operations-card:first-child h3 {
  max-width: 760px;
  font-size: 24px;
}

.home-operations-card:first-child p {
  max-width: 800px;
}

.home-operations-card:nth-child(2) {
  --ops-accent: #2f6df6;
}

.home-operations-card:nth-child(3) {
  --ops-accent: #14b8a6;
}

.home-operations-card:nth-child(4) {
  --ops-accent: #7c5cff;
}

.home-operations-card:nth-child(5) {
  --ops-accent: #0ea5e9;
}

.home-operations-card:nth-child(6) {
  --ops-accent: #ec4899;
}

:root[data-theme="dark"] .home-operations-card {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ops-accent) 9%, transparent), transparent 58%),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.home-operations-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  width: auto;
  height: 3px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--ops-accent) 28%, transparent), var(--ops-accent), transparent 72%);
  background-size: 220% 100%;
  opacity: 0.82;
}

.home-operations-card::after {
  content: "\2192";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--ops-accent) 18%, transparent);
  border-radius: 50%;
  color: var(--ops-accent);
  background: color-mix(in srgb, var(--ops-accent) 7%, transparent);
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
  opacity: 0.7;
  transform: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-operations-card:hover,
.home-operations-card:focus-visible {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--ops-accent) 38%, transparent);
  box-shadow:
    0 20px 48px color-mix(in srgb, var(--ops-accent) 11%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
  outline: none;
}

.home-operations-card:hover::after,
.home-operations-card:focus-visible::after {
  opacity: 0.95;
  transform: translateX(2px);
}

.home-operations-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--ops-accent) 28%, transparent);
  border-radius: 8px;
  color: var(--ops-accent);
  background: color-mix(in srgb, var(--ops-accent) 10%, transparent);
}

.home-operations-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-operations-card > span:not(.home-operations-icon) {
  padding-right: 38px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.home-operations-card h3 {
  max-width: 520px;
  margin: 0;
  color: currentColor;
  font-size: 21px;
  line-height: 1.18;
}

.home-operations-card p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.62;
}

.faq-section {
  background: var(--surface-soft);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 48px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.faq-list summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 18px 22px;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.faq-list p {
  padding: 0 22px 20px;
}

.blog-grid {
  margin-top: 0;
}

.blog-grid article {
  min-height: 220px;
  padding: 28px;
}

.blog-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 900;
}

.blog-grid article {
  scroll-margin-top: 120px;
}

.blog-coming-soon-page {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  background:
    linear-gradient(rgba(48, 188, 233, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.026) 1px, transparent 1px),
    linear-gradient(118deg, transparent 0 16%, rgba(48, 188, 233, 0.07) 16.08% 16.18%, transparent 16.28% 100%),
    linear-gradient(154deg, transparent 0 62%, rgba(47, 109, 246, 0.05) 62.08% 62.18%, transparent 62.28% 100%),
    linear-gradient(180deg, #f7fbfd 0%, #edf7fb 100%);
  background-size: 92px 92px, 92px 92px, auto, auto, auto;
}

.blog-coming-soon-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(239, 248, 252, 0.58)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), transparent 20% 80%, rgba(255, 255, 255, 0.68));
  -webkit-backdrop-filter: blur(10px) saturate(1.04);
  backdrop-filter: blur(10px) saturate(1.04);
  pointer-events: none;
}

.blog-coming-soon-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(48, 188, 233, 0.1) 42%, rgba(255, 255, 255, 0.34) 50%, rgba(48, 188, 233, 0.08) 58%, transparent 100%),
    linear-gradient(180deg, transparent 0 16%, rgba(255, 255, 255, 0.38) 42%, rgba(255, 255, 255, 0.12) 61%, transparent 84%),
    repeating-linear-gradient(90deg, transparent 0 132px, rgba(48, 188, 233, 0.04) 132px 133px);
  filter: blur(22px);
  opacity: 0.86;
  mask-image: linear-gradient(90deg, transparent 0%, #000 16% 84%, transparent 100%);
  pointer-events: none;
}

.blog-coming-soon-layer {
  position: relative;
  z-index: 1;
  min-height: 720px;
  box-sizing: border-box;
  display: grid;
  align-items: center;
  padding: clamp(122px, 12vw, 168px) 0 clamp(92px, 8vw, 126px);
}

.blog-coming-soon-layer .container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.blog-coming-soon-card {
  width: min(760px, 100%);
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 248, 252, 0.86)),
    var(--surface);
  box-shadow: 0 28px 76px rgba(20, 61, 76, 0.18);
}

.blog-coming-soon-card > span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.blog-coming-soon-card h1 {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
}

.blog-coming-soon-card p {
  max-width: 610px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

.blog-coming-soon-topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.blog-coming-soon-topics strong {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 900;
}

.blog-coming-soon-card a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 0 18px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), #0f81a8);
  box-shadow: 0 14px 34px rgba(48, 188, 233, 0.28);
  font-weight: 950;
}

.blog-coming-soon-card a:hover,
.blog-coming-soon-card a:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.blog-muted-content {
  display: none;
  pointer-events: none;
  user-select: none;
}

:root[data-theme="dark"] .blog-coming-soon-page::before {
  background:
    linear-gradient(180deg, rgba(10, 18, 28, 0.7), rgba(16, 23, 32, 0.58)),
    linear-gradient(90deg, rgba(10, 18, 28, 0.72), transparent 20% 80%, rgba(10, 18, 28, 0.68));
}

:root[data-theme="dark"] .blog-coming-soon-page::after {
  background:
    linear-gradient(90deg, transparent 0%, rgba(48, 188, 233, 0.12) 42%, rgba(126, 174, 198, 0.1) 50%, rgba(47, 109, 246, 0.08) 58%, transparent 100%),
    linear-gradient(180deg, transparent 0 16%, rgba(126, 174, 198, 0.06) 42%, rgba(126, 174, 198, 0.03) 61%, transparent 84%),
    repeating-linear-gradient(90deg, transparent 0 132px, rgba(126, 174, 198, 0.035) 132px 133px);
  opacity: 0.76;
}

:root[data-theme="dark"] .blog-coming-soon-page {
  background:
    linear-gradient(rgba(126, 174, 198, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 174, 198, 0.024) 1px, transparent 1px),
    linear-gradient(118deg, transparent 0 16%, rgba(48, 188, 233, 0.055) 16.08% 16.18%, transparent 16.28% 100%),
    linear-gradient(154deg, transparent 0 62%, rgba(47, 109, 246, 0.045) 62.08% 62.18%, transparent 62.28% 100%),
    linear-gradient(180deg, #0a121c 0%, #101720 100%);
  background-size: 92px 92px, 92px 92px, auto, auto, auto;
}

:root[data-theme="dark"] .blog-coming-soon-card {
  background:
    linear-gradient(135deg, rgba(18, 27, 36, 0.94), rgba(8, 18, 32, 0.9)),
    var(--surface);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.38);
}

:root[data-theme="dark"] .blog-coming-soon-topics strong {
  background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 680px) {
  .blog-coming-soon-page {
    min-height: auto;
  }

  .blog-coming-soon-page::after {
    filter: blur(16px);
    opacity: 0.72;
  }

  .blog-coming-soon-layer {
    min-height: calc(100svh - 40px);
    align-items: center;
    padding: 96px 0 72px;
  }

  .blog-coming-soon-card {
    padding: 24px 18px;
  }

  .blog-coming-soon-card h1 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .blog-coming-soon-card p {
    font-size: 15px;
    line-height: 1.6;
  }

  .blog-coming-soon-topics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .blog-coming-soon-card a,
  .blog-coming-soon-topics strong {
    width: 100%;
  }

  .blog-coming-soon-topics strong {
    justify-content: center;
  }
}

.blog-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 82px 0;
  background:
    linear-gradient(rgba(21, 23, 27, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 23, 27, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 12% 10%, rgba(48, 188, 233, 0.13), transparent 26%),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 48%, #eff7fb 100%);
  background-size: 100% 46px, 46px 100%, auto, auto;
  box-shadow:
    inset 0 1px 0 rgba(48, 188, 233, 0.14),
    inset 0 -1px 0 rgba(48, 188, 233, 0.1);
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

.blog-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(48, 188, 233, 0.12) 8% 8.08%, transparent 8.08% 92%, rgba(47, 109, 246, 0.08) 92% 92.08%, transparent 92.08%),
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(48, 188, 233, 0.045) 42px 43px, transparent 43px 84px);
  pointer-events: none;
}

:root[data-theme="dark"] .blog-showcase {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 12% 10%, rgba(48, 188, 233, 0.12), transparent 28%),
    linear-gradient(180deg, #0d151f 0%, #101824 50%, #0c121b 100%);
  background-size: 100% 46px, 46px 100%, auto, auto;
}

:root[data-theme="dark"] .blog-showcase::before {
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(88, 196, 239, 0.08) 8% 8.08%, transparent 8.08% 92%, rgba(47, 109, 246, 0.08) 92% 92.08%, transparent 92.08%),
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(88, 196, 239, 0.04) 42px 43px, transparent 43px 84px);
}

.blog-showcase-shell {
  width: min(1380px, calc(100% - 52px));
  max-width: calc(100vw - 52px);
}

.blog-editorial-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.5fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(48, 188, 233, 0.18);
}

.blog-title-block {
  display: grid;
  gap: 12px;
}

.blog-title-block h2 {
  max-width: 840px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
  text-wrap: balance;
}

.blog-editorial-aside {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-left: 2px solid rgba(48, 188, 233, 0.34);
  background: linear-gradient(90deg, rgba(48, 188, 233, 0.08), transparent);
}

.blog-editorial-aside span {
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.blog-editorial-aside p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.62;
}

.blog-editorial-aside a {
  width: max-content;
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
  border-bottom: 2px solid var(--primary);
}

.blog-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 18px;
  align-items: stretch;
}

.blog-post-card {
  position: relative;
  min-height: 520px;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 13px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 255, 0.78)),
    var(--surface);
  box-shadow:
    0 18px 48px rgba(21, 23, 27, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  contain: layout paint;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

:root[data-theme="dark"] .blog-post-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.028)),
    var(--surface);
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.blog-post-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 88px;
  background:
    linear-gradient(90deg, rgba(48, 188, 233, 0.14), rgba(47, 109, 246, 0.08), transparent 82%),
    linear-gradient(rgba(48, 188, 233, 0.065) 1px, transparent 1px);
  background-size: auto, 100% 22px;
  opacity: 1;
  transition: opacity 180ms ease, height 180ms ease;
}

.blog-post-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), #2f6df6, transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.blog-post-card:hover,
.blog-post-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(48, 188, 233, 0.48);
  box-shadow: 0 26px 66px rgba(48, 188, 233, 0.14);
  outline: none;
}

.blog-post-card:hover::before,
.blog-post-card:focus-visible::before {
  height: 104px;
}

.blog-post-card:hover::after,
.blog-post-card:focus-visible::after {
  transform: scaleX(1);
}

.blog-post-card > * {
  position: relative;
  z-index: 1;
}

.blog-post-media {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 21 / 10;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  background: rgba(48, 188, 233, 0.08);
  box-shadow:
    0 18px 34px rgba(21, 23, 27, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

:root[data-theme="dark"] .blog-post-media {
  border-color: rgba(88, 196, 239, 0.16);
  background: rgba(88, 196, 239, 0.08);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.blog-post-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(5, 14, 24, 0.34)),
    linear-gradient(90deg, rgba(48, 188, 233, 0.16), transparent 42%);
  pointer-events: none;
}

.blog-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.01);
  transition: transform 240ms ease, filter 240ms ease;
}

.blog-post-card:hover .blog-post-media img,
.blog-post-card:focus-visible .blog-post-media img {
  filter: saturate(1.1) contrast(1.05);
  transform: scale(1.055);
}

.blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-post-meta span,
.blog-post-meta time {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.blog-post-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 1.65vw, 28px);
  line-height: 1.12;
  text-wrap: balance;
}

.blog-post-card p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.68;
}

.blog-post-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(48, 188, 233, 0.14);
}

.blog-post-footer span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.blog-post-footer strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 950;
}

.blog-post-footer strong::after {
  content: "\2192";
  font-size: 15px;
  line-height: 1;
}

.brand-logo-marquee-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(54px, 6vw, 82px) 0 clamp(48px, 5vw, 70px);
  background:
    linear-gradient(rgba(48, 188, 233, 0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.042) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 252, 255, 0.96), rgba(238, 247, 251, 0.9));
  background-size: 42px 42px, 42px 42px, auto;
  border-top: 1px solid rgba(48, 188, 233, 0.16);
}

:root[data-theme="dark"] .brand-logo-marquee-section {
  background:
    linear-gradient(rgba(87, 202, 242, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 202, 242, 0.028) 1px, transparent 1px),
    linear-gradient(135deg, #0d1723 0%, #111d2b 52%, #0a1119 100%);
  background-size: 42px 42px, 42px 42px, auto;
  border-top-color: rgba(126, 174, 198, 0.18);
}

.brand-logo-marquee-section::before,
.brand-logo-marquee-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.brand-logo-marquee-section::before {
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(48, 188, 233, 0.12), transparent 28%),
    radial-gradient(circle at 86% 40%, rgba(47, 109, 246, 0.09), transparent 30%);
}

.brand-logo-marquee-section::after {
  right: max(-180px, calc((100vw - 1380px) / 2 - 240px));
  top: 28px;
  width: min(500px, 40vw);
  height: min(240px, 22vw);
  border: 1px solid rgba(48, 188, 233, 0.14);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(48, 188, 233, 0.08), transparent 70%);
  box-shadow: 0 30px 84px rgba(48, 188, 233, 0.11);
  transform: skewX(-10deg);
}

.brand-logo-marquee-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(290px, 0.58fr);
  gap: 24px 54px;
  align-items: center;
  text-align: left;
  margin-bottom: 30px;
}

.brand-logo-marquee-head .eyebrow {
  margin: 0;
}

.brand-logo-marquee-copy {
  max-width: 820px;
}

.brand-logo-marquee-head h2 {
  max-width: 780px;
  margin: 10px 0 0;
  color: var(--ink);
  font-size: clamp(30px, 3.1vw, 50px);
  font-weight: 900;
  line-height: 1.02;
  text-wrap: balance;
}

.brand-logo-marquee-text {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 650;
  line-height: 1.7;
}

.brand-logo-marquee-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.38)),
    rgba(255, 255, 255, 0.42);
  box-shadow: 0 18px 46px rgba(20, 61, 76, 0.08);
}

.brand-logo-marquee-stats span {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 18px 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(48, 188, 233, 0.12);
}

.brand-logo-marquee-stats strong {
  color: var(--primary-dark);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 950;
  line-height: 0.95;
}

.brand-logo-marquee-stats small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
  text-transform: uppercase;
}

:root[data-theme="dark"] .brand-logo-marquee-stats {
  border-color: rgba(126, 174, 198, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.024)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

:root[data-theme="dark"] .brand-logo-marquee-stats span {
  border-color: rgba(126, 174, 198, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] .brand-logo-marquee-stats strong {
  color: #7de1ff;
}

.brand-logo-viewport {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 2px clamp(18px, 2.8vw, 46px) 16px;
  overflow: hidden;
  contain: paint;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 48px, #000 calc(100% - 48px), transparent);
}

.brand-logo-viewport::-webkit-scrollbar {
  display: none;
}

.brand-logo-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 14px;
  animation: none;
}

.brand-logo-track.is-marquee-ready {
  animation: brand-logo-marquee 64s linear infinite;
  will-change: transform;
}

.brand-logo-viewport:hover .brand-logo-track,
.brand-logo-viewport:focus-within .brand-logo-track {
  animation-play-state: paused;
}

.brand-logo-tile {
  width: clamp(142px, 11vw, 190px);
  height: clamp(74px, 5.6vw, 92px);
  flex: 0 0 clamp(142px, 11vw, 190px);
  display: grid;
  place-items: center;
  padding: 18px 22px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.44)),
    var(--surface);
  box-shadow:
    0 16px 42px rgba(20, 61, 76, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

:root[data-theme="dark"] .brand-logo-tile {
  border-color: rgba(126, 174, 198, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.028)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.brand-logo-tile img {
  display: block;
  max-width: 100%;
  max-height: 46px;
  object-fit: contain;
  filter: saturate(0.88) contrast(1.02);
  opacity: 0.88;
}

:root[data-theme="dark"] .brand-logo-tile img {
  filter: none;
  opacity: 0.92;
}

@keyframes brand-logo-marquee {
  to {
    transform: translateX(var(--marquee-distance, calc(-50% - 7px)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-logo-track,
  .brand-logo-track.is-marquee-ready {
    animation: none;
    will-change: auto;
  }

  .brand-logo-viewport {
    overflow-x: auto;
  }
}

@media (max-width: 760px) {
  .brand-logo-marquee-head {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
    justify-items: center;
  }

  .brand-logo-marquee-head h2 {
    margin-top: 8px;
  }

  .brand-logo-marquee-text {
    margin-top: 12px;
  }

  .brand-logo-marquee-stats {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .brand-logo-marquee-stats span {
    min-height: auto;
    padding: 14px 16px;
  }

  .brand-logo-tile {
    width: 132px;
    height: 70px;
    flex-basis: 132px;
    padding: 16px 18px;
  }

  .brand-logo-tile img {
    max-height: 38px;
  }
}

.contact-section {
  padding: 96px 0;
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #17191e 0%, var(--dark-2) 100%);
  background-size: 34px 34px, 34px 34px, auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 54px;
  align-items: start;
}

.footer-logo {
  width: 170px;
  margin-bottom: 34px;
}

.contact-section h1,
.contact-section h2 {
  color: var(--white);
  max-width: 660px;
}

.contact-section p {
  max-width: 590px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.contact-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: var(--white);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.06);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: var(--white);
  background: rgba(21, 23, 27, 0.42);
  outline: none;
}

.contact-form input {
  min-height: 46px;
  padding: 0 14px;
}

.contact-form textarea {
  resize: vertical;
  padding: 12px 14px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--focus-ring);
}

.contact-form .btn {
  width: 100%;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.detail-content {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.detail-content h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.detail-content p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 17px;
}

.detail-content p:last-child {
  margin-bottom: 0;
}

.detail-aside {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
}

.detail-aside strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
}

.detail-aside span {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  background: var(--surface);
  font-weight: 800;
}

.section-actions {
  margin-top: 28px;
}

.page-contact {
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
}

.footer-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: var(--white);
  font-weight: 800;
}

@media (max-width: 1180px) {
  .menu-toggle {
    display: flex;
  }

  .primary-menu {
    position: fixed;
    inset: 112px 0 auto 0;
    display: grid;
    gap: 0;
    padding: 10px 20px 24px;
    border-bottom: 1px solid var(--line);
    background: var(--menu-bg);
    box-shadow: 0 24px 48px rgba(21, 23, 27, 0.12);
    transform: translateY(-120%);
    transition: transform 220ms ease;
    max-height: calc(100vh - 112px);
    overflow-y: auto;
  }

  .menu-open .primary-menu {
    transform: translateY(0);
  }

  .primary-menu a {
    min-height: 52px;
    border-radius: 0;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
  }

  .theme-toggle {
    width: 100%;
    min-height: 52px;
    justify-content: flex-start;
    border-left: 0;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
  }

  .nav-dropdown {
    display: grid;
  }

  .dropdown-trigger::after {
    display: none;
  }

  .dropdown-menu,
  .nav-dropdown.wide .dropdown-menu {
    position: static;
    width: auto;
    display: grid;
    padding: 0 0 8px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .dropdown-menu a {
    min-height: 48px;
    padding: 8px 12px;
    border-bottom: 0;
    color: var(--muted);
    font-size: 14.5px;
  }

  .nav-search {
    display: none;
  }

  .hero-grid,
  .split-layout,
  .faq-layout,
  .contact-grid,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 66px 0 72px;
  }

  .hero-grid {
    gap: 38px;
  }

  .hero-copy,
  .hero h1,
  .hero-text {
    max-width: min(100%, 720px);
  }

  .hero-copy {
    justify-items: center;
    justify-self: center;
    text-align: center;
  }

  .hero h1 {
    margin-inline: auto;
  }

  .hero-text {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-visual {
    width: min(460px, 74vw);
    min-height: 0;
  }

  .corporate-showcase {
    padding: 82px 0;
  }

  .corporate-showcase-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "system"
      "links";
  }

  .corporate-intro h2 {
    font-size: 44px;
  }

  .corporate-system {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .corporate-flow {
    padding: 0 30px 30px;
  }

  .corporate-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-showcase {
    padding: 82px 0;
  }

  .services-showcase-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "architecture"
      "grid";
  }

  .services-intro h2 {
    font-size: 44px;
  }

  .services-architecture {
    min-height: 320px;
  }

  .home-services-slider {
    margin-top: 0;
  }

  .home-services-viewport {
    padding-inline: 26px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .home-services-track,
  .home-services-track.is-marquee-ready {
    animation-duration: 64s;
  }

  .home-service-card {
    width: min(380px, 44vw);
    flex-basis: min(380px, 44vw);
    scroll-snap-align: start;
  }

  .home-operations-section {
    padding: 82px 0;
  }

  .home-operations-head,
  .home-operations-layout {
    grid-template-columns: 1fr;
  }

  .home-operations-viewport {
    height: auto;
  }

  .home-operations-cta {
    width: 220px;
    justify-self: start;
  }

  .why-grid,
  .services-grid,
  .blog-grid,
  .page-card-grid,
  .page-card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .container,
  .nav-shell {
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
  }

  .nav-shell {
    min-height: 76px;
    padding-right: 62px;
  }

  .brand img {
    width: 180px;
  }

  .menu-toggle {
    position: fixed;
    top: 12px;
    right: max(14px, calc((100vw - 390px) + 14px));
    z-index: 90;
  }

  .primary-menu {
    top: 104px;
  }

  .hero {
    padding: 44px 0 56px;
  }

  .hero-grid {
    gap: 28px;
  }

  .page-hero {
    padding: 64px 0 58px;
  }

  .page-hero h1 {
    max-width: min(340px, calc(100vw - 28px));
    font-size: clamp(28px, 7.5vw, 34px);
    overflow-wrap: anywhere;
  }

  .page-hero p:not(.eyebrow) {
    max-width: min(340px, calc(100vw - 28px));
    font-size: 16px;
  }

  .hero h1 {
    font-size: 38px;
    line-height: 1.08;
    max-width: calc(100vw - 28px);
  }

  .hero-text {
    font-size: 16px;
    max-width: min(100%, 340px);
  }

  .hero-actions,
  .contact-links {
    display: grid;
    max-width: calc(100vw - 28px);
  }

  .btn,
  .contact-links a {
    width: 100%;
    max-width: calc(100vw - 28px);
  }

  .hero-metrics,
  .why-grid,
  .services-grid,
  .blog-grid,
  .page-card-grid,
  .page-card-grid.four,
  .capability-strip {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    width: min(270px, 72vw);
    min-height: 0;
  }

  .hero-brand-visual {
    min-height: 0;
    padding: 0;
  }

  .hero-brand-visual::before {
    box-shadow:
      0 0 0 8px var(--hero-logo-ring-soft),
      0 0 0 10px var(--hero-logo-ring),
      0 0 0 28px var(--hero-logo-ring-soft),
      0 0 0 29px var(--hero-logo-ring-faint),
      0 18px 42px var(--hero-logo-shadow),
      inset 0 0 42px var(--hero-logo-glow);
  }

  .hero-brand-visual::after {
    box-shadow:
      0 0 0 10px rgba(48, 188, 233, 0.035),
      inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  }

  .hero-motion-rings span {
    animation-name: hero-ring-out-mobile;
  }

  .hero-logo {
    width: min(78%, 220px);
  }

  .hero-visual-caption {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .visual-topbar {
    height: 64px;
    padding: 0 18px;
  }

  .visual-topbar img {
    width: 112px;
  }

  .visual-topbar span {
    display: none;
  }

  .status-panel {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 16px;
  }

  .section {
    padding: 70px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .corporate-showcase {
    padding: 70px 0;
  }

  .corporate-showcase .container {
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
  }

  .corporate-showcase::after {
    inset: 0 0 auto;
    width: auto;
  }

  .corporate-intro h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .corporate-intro p:not(.eyebrow) {
    font-size: 16px;
  }

  .corporate-signals {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .corporate-signals span {
    justify-content: center;
  }

  .corporate-system {
    gap: 10px;
  }

  .corporate-system::before {
    inset: 0;
  }

  .corporate-system-brand {
    padding: 28px 22px 10px;
  }

  .corporate-ops-visual {
    width: min(290px, 86%);
    min-height: 204px;
    padding: 14px;
  }

  .ops-frame {
    height: 174px;
  }

  .ops-stack {
    width: 96px;
    right: 8px;
  }

  .corporate-system-brand p {
    font-size: 14px;
  }

  .corporate-flow {
    padding: 0 18px 22px;
  }

  .corporate-flow div {
    grid-template-columns: 40px 1fr;
    padding: 15px;
  }

  .corporate-link-grid {
    grid-template-columns: 1fr;
  }

  .corporate-link-card {
    min-height: auto;
    grid-template-columns: 42px 1fr;
    padding: 20px;
  }

  .services-showcase {
    padding: 70px 0;
  }

  .services-showcase .container {
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
  }

  .services-showcase::after {
    display: none;
  }

  .services-intro h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .services-intro p:not(.eyebrow) {
    font-size: 16px;
  }

  .services-architecture {
    min-height: auto;
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
    padding: 22px;
  }

  .services-architecture.motion-parallax {
    transform: none;
  }

  .architecture-head strong {
    font-size: 19px;
  }

  .architecture-core {
    height: 92px;
  }

  .architecture-core span:nth-child(3) {
    width: 190px;
  }

  .architecture-rows div {
    align-items: flex-start;
    padding: 13px 14px;
    line-height: 1.45;
  }

  .home-services-viewport {
    padding-inline: 14px;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }

  .home-services-track,
  .home-services-slide-set {
    gap: 12px;
  }

  .home-services-track,
  .home-services-track.is-marquee-ready {
    animation-duration: 74s;
  }

  .home-service-card {
    width: min(310px, 82vw);
    flex-basis: min(310px, 82vw);
    min-height: auto;
    padding: 22px;
  }

  .home-operations-section {
    padding: 70px 0;
  }

  .home-operations-section .container {
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
  }

  .home-operations-section::after {
    display: none;
  }

  .home-operations-viewport {
    height: auto;
    padding-bottom: 0;
  }

  .home-operations-copy h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .home-operations-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .services-cta,
  .home-operations-cta {
    width: 100%;
    justify-content: center;
    justify-self: stretch;
  }

  .home-operations-flow {
    padding: 20px;
  }

  .home-operations-flow-head strong {
    font-size: 19px;
  }

  .home-operations-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-columns: auto;
    gap: 12px;
  }

  .home-operations-card {
    grid-column: auto;
    min-height: auto;
    padding: 22px;
  }

  .home-operations-card:first-child {
    grid-column: auto;
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .home-operations-card:first-child .home-operations-icon {
    grid-row: auto;
    width: 46px;
    height: 46px;
  }

  .home-operations-card:first-child h3 {
    font-size: 21px;
  }

  .split-layout {
    padding: 22px;
  }

  .feature-list div {
    grid-template-columns: 1fr;
  }

  .service-card,
  .blog-grid article,
  .why-grid article,
  .link-card,
  .detail-content {
    min-height: auto;
    max-width: min(340px, 100%);
    padding: 22px;
  }

  .contact-section {
    padding: 70px 0;
  }

  .contact-form {
    padding: 20px;
  }


  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 22px 0;
  }
}

.nav-search svg,
.header-contact svg,
.footer-contact-list svg,
.floating-whatsapp svg,
.search-close svg,
.search-field svg,
.footer-phone svg,
.contact-method svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-search svg {
  width: 20px;
  height: 20px;
}

.header-contact {
  min-height: 56px;
  display: grid;
  align-content: center;
  gap: 1px;
  margin-left: 10px;
  padding: 0 16px;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.13), rgba(48, 188, 233, 0.03)),
    var(--glass-surface);
  box-shadow: 0 16px 36px rgba(21, 23, 27, 0.08);
}

.header-contact:hover,
.header-contact:focus-visible {
  color: var(--ink);
  border-color: rgba(48, 188, 233, 0.58);
  background: rgba(48, 188, 233, 0.12);
  box-shadow: 0 18px 38px rgba(48, 188, 233, 0.18);
  outline: none;
}

.header-contact span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
}

.header-contact strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.theme-toggle {
  min-height: 52px;
  gap: 8px;
  padding: 0 12px;
}

.theme-toggle-track {
  position: relative;
  width: 54px;
  height: 30px;
  flex: 0 0 54px;
  border: 1px solid rgba(48, 188, 233, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(48, 188, 233, 0.2), rgba(21, 23, 27, 0.05)),
    var(--surface-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 10px 24px rgba(21, 23, 27, 0.08);
  overflow: hidden;
}

.theme-toggle-track::before,
.theme-toggle-track::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.35;
  transform: translateY(-50%);
}

.theme-toggle-track::before {
  left: 10px;
}

.theme-toggle-track::after {
  right: 10px;
}

.theme-toggle-core {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #ffffff 0 18%, transparent 19%),
    linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 7px 14px rgba(48, 188, 233, 0.28);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.theme-toggle-label {
  min-width: 34px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

:root[data-theme="dark"] .theme-toggle-track {
  background:
    linear-gradient(90deg, rgba(66, 201, 243, 0.12), rgba(66, 201, 243, 0.26)),
    #0d141c;
}

:root[data-theme="dark"] .theme-toggle-core {
  transform: translateX(24px);
  box-shadow: 0 0 18px rgba(66, 201, 243, 0.36);
}

.search-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: start center;
  padding: 8vh 20px 30px;
  background: rgba(6, 11, 16, 0.56);
  backdrop-filter: blur(14px);
}

.search-modal[hidden] {
  display: none;
}

body.search-open {
  overflow: hidden;
}

body.kvkk-open {
  overflow: hidden;
}

.search-dialog {
  width: min(760px, 100%);
  max-height: min(760px, 86vh);
  overflow: hidden;
  border: 1px solid rgba(48, 188, 233, 0.28);
  border-radius: 10px;
  color: var(--ink);
  background: var(--surface);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.search-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 26px 18px;
  border-bottom: 1px solid var(--line);
}

.search-head h2 {
  margin: 0;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.08;
}

.search-close {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface-soft);
  cursor: pointer;
}

.search-field {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 26px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: var(--surface-soft);
}

.search-field input {
  width: 100%;
  min-height: 54px;
  border: 0;
  color: var(--ink);
  background: transparent;
  outline: none;
}

.search-results {
  max-height: min(430px, 46vh);
  display: grid;
  gap: 8px;
  overflow-y: auto;
  padding: 0 26px 26px;
}

.kvkk-modal {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(6, 11, 16, 0.58);
  backdrop-filter: blur(14px);
}

.kvkk-modal[hidden] {
  display: none;
}

.kvkk-modal-dialog {
  width: min(980px, 100%);
  max-height: min(820px, 90vh);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(48, 188, 233, 0.28);
  border-radius: 10px;
  color: var(--ink);
  background: var(--surface);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
}

.kvkk-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 24px 26px 18px;
  border-bottom: 1px solid var(--line);
}

.kvkk-modal-head .eyebrow {
  margin-bottom: 8px;
}

.kvkk-modal-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

.kvkk-modal-subtitle {
  max-width: 620px;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.55;
}

.kvkk-modal-close {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface-soft);
  font-size: 24px;
  font-weight: 800;
  cursor: pointer;
}

.kvkk-modal-body {
  overflow: auto;
  padding: 22px 26px;
  color: var(--muted);
}

.kvkk-modal-body section + section {
  margin-top: 22px;
}

.kvkk-modal-body h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.kvkk-modal-body p,
.kvkk-modal-body li {
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.68;
}

.kvkk-modal-body p {
  margin: 0;
}

.kvkk-modal-body ul {
  margin: 0;
  padding-left: 20px;
}

.kvkk-modal-body a {
  color: var(--primary-dark);
  font-weight: 850;
  text-decoration: none;
}

.kvkk-modal-body a:hover,
.kvkk-modal-body a:focus-visible {
  text-decoration: underline;
}

.kvkk-modal-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 16px 18px;
  border-left: 3px solid var(--primary);
  background: var(--surface-soft);
}

.kvkk-modal-overview > div > span {
  display: block;
  margin-bottom: 5px;
  color: var(--primary-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kvkk-modal-overview p {
  max-width: 650px;
}

.kvkk-modal-overview > a {
  min-height: 42px;
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(48, 188, 233, 0.42);
  border-radius: 6px;
  white-space: nowrap;
  background: var(--surface);
}

.kvkk-modal-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.kvkk-modal-summary-grid section,
.kvkk-modal-summary-grid section + section {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-content: start;
  margin: 0;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.kvkk-modal-summary-grid section:nth-child(2n),
.kvkk-modal-summary-grid section.is-wide {
  border-right: 0;
}

.kvkk-modal-summary-grid section.is-wide {
  grid-column: 1 / -1;
  border-bottom: 0;
}

.kvkk-modal-index {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.42);
  border-radius: 6px;
  color: var(--primary-dark);
  background: var(--surface-soft);
  font-size: 10px;
  font-weight: 850;
}

.kvkk-modal-summary-grid h3 {
  margin-bottom: 7px;
  font-size: 16px;
}

.kvkk-modal-summary-grid p {
  font-size: 13.5px;
  line-height: 1.62;
}

.kvkk-modal-warning {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(48, 188, 233, 0.26);
  border-radius: 6px;
  background: rgba(48, 188, 233, 0.065);
}

.kvkk-modal-warning strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.kvkk-modal-warning p {
  font-size: 13.5px;
}

.kvkk-modal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 18px 26px 24px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(48, 188, 233, 0.04), transparent),
    var(--surface);
}

.kvkk-modal-actions .btn {
  min-height: 48px;
  border-radius: 8px;
}

.kvkk-modal-action-note {
  flex: 1 1 390px;
  max-width: 540px;
  margin: 0 auto 0 0;
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.55;
}

.kvkk-modal-action-note strong {
  color: var(--primary-dark);
  font-weight: 850;
}

@media (max-width: 680px) {
  .turnstile-field {
    grid-template-columns: 1fr;
  }

  .turnstile-widget {
    width: 100%;
  }

  .kvkk-modal {
    padding: 12px;
  }

  .kvkk-modal-dialog {
    max-height: 92vh;
  }

  .kvkk-modal-head,
  .kvkk-modal-body,
  .kvkk-modal-actions {
    padding-left: 18px;
    padding-right: 18px;
  }

  .kvkk-modal-overview,
  .kvkk-modal-summary-grid,
  .kvkk-modal-warning {
    grid-template-columns: 1fr;
  }

  .kvkk-modal-overview {
    gap: 14px;
  }

  .kvkk-modal-overview > a {
    width: 100%;
    justify-content: space-between;
    white-space: normal;
  }

  .kvkk-modal-summary-grid section,
  .kvkk-modal-summary-grid section + section,
  .kvkk-modal-summary-grid section.is-wide {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .kvkk-modal-summary-grid section:last-child {
    border-bottom: 0;
  }

  .kvkk-modal-warning {
    gap: 6px;
  }

  .kvkk-modal-actions {
    display: grid;
  }
}

.search-result,
.search-empty {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
}

.search-result {
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.search-result:hover,
.search-result:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(48, 188, 233, 0.56);
  background: rgba(48, 188, 233, 0.08);
  outline: none;
}

.search-result span {
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.search-result strong,
.search-empty strong {
  color: var(--ink);
}

.search-result p,
.search-empty span {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow: visible;
}

.social-link {
  position: relative;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.social-link::before,
.social-link::after {
  position: absolute;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 30;
}

.social-link::before {
  content: attr(aria-label);
  bottom: calc(100% + 9px);
  width: max-content;
  max-width: 140px;
  padding: 5px 8px;
  border: 1px solid rgba(21, 23, 27, 0.12);
  border-radius: 5px;
  color: #111827;
  background: var(--white);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, 5px);
}

.social-link::after {
  content: "";
  bottom: calc(100% + 4px);
  border: 5px solid transparent;
  border-top-color: var(--white);
  transform: translate(-50%, 5px);
}

.social-link:hover::before,
.social-link:hover::after,
.social-link:focus-visible::before,
.social-link:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.social-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ui-icon,
.social-link img {
  width: 18px;
  height: 18px;
  display: inline-block;
  flex: 0 0 18px;
  object-fit: contain;
}

.top-contact .ui-icon {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
}

.nav-search .ui-icon,
.search-field .ui-icon {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.footer-contact-list .ui-icon,
.footer-phone .ui-icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}

.social-link.facebook svg,
.social-link.linkedin svg {
  fill: currentColor;
  stroke: none;
}

.social-link:hover,
.social-link:focus-visible {
  z-index: 2;
  transform: translateY(-2px);
  border-color: rgba(48, 188, 233, 0.58);
  background: rgba(48, 188, 233, 0.14);
  outline: none;
}

.social-link.instagram {
  background: rgba(255, 255, 255, 0.08);
}

.social-link.x {
  background: rgba(255, 255, 255, 0.08);
}

.social-link.linkedin {
  background: rgba(255, 255, 255, 0.08);
}

.social-link.facebook {
  background: rgba(255, 255, 255, 0.08);
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, #1fbd5a, #0f8f45);
  box-shadow: 0 18px 42px rgba(15, 143, 69, 0.36);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp svg {
  width: 25px;
  height: 25px;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 52px rgba(15, 143, 69, 0.44);
  outline: none;
}

.consultation-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 118px 0 108px;
  background:
    radial-gradient(circle at 8% 18%, rgba(48, 188, 233, 0.15), transparent 30%),
    radial-gradient(circle at 88% 52%, rgba(47, 109, 246, 0.1), transparent 32%),
    linear-gradient(135deg, #f8fcff 0%, #ffffff 45%, #eef7ff 100%);
  box-shadow:
    inset 0 1px 0 rgba(48, 188, 233, 0.14),
    inset 0 -1px 0 rgba(48, 188, 233, 0.12);
}

.consultation-section::before,
.consultation-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.consultation-section::before {
  inset: 0;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.consultation-section::after {
  right: max(-170px, calc((100vw - 1380px) / 2 - 180px));
  bottom: 64px;
  width: min(640px, 48vw);
  height: min(360px, 30vw);
  border: 1px solid rgba(47, 109, 246, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.08), rgba(47, 109, 246, 0.1) 52%, transparent 76%);
  box-shadow: 0 34px 90px rgba(47, 109, 246, 0.12);
  transform: skewX(10deg);
}

:root[data-theme="dark"] .consultation-section {
  background:
    radial-gradient(circle at 9% 20%, rgba(48, 188, 233, 0.16), transparent 30%),
    radial-gradient(circle at 84% 50%, rgba(47, 109, 246, 0.18), transparent 34%),
    linear-gradient(135deg, #070c14 0%, #0c1220 48%, #081421 100%);
  box-shadow:
    inset 0 1px 0 rgba(88, 196, 239, 0.14),
    inset 0 -1px 0 rgba(88, 196, 239, 0.1);
}

:root[data-theme="dark"] .consultation-section::before {
  background-image:
    linear-gradient(rgba(88, 196, 239, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 196, 239, 0.06) 1px, transparent 1px);
}

:root[data-theme="dark"] .consultation-section::after {
  border-color: rgba(88, 196, 239, 0.1);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.075), rgba(47, 109, 246, 0.12) 52%, transparent 76%);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24);
}

.consultation-shell {
  width: min(1380px, calc(100% - 52px));
  max-width: calc(100vw - 52px);
}

.consultation-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.78fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  min-height: 560px;
}

.consultation-copy h2 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(40px, 5.4vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.consultation-copy p {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.74;
}

.consultation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.consultation-action {
  min-height: 70px;
  display: inline-grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 14px;
  padding: 10px 18px 10px 12px;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.66);
  box-shadow:
    0 18px 46px rgba(21, 23, 27, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

:root[data-theme="dark"] .consultation-action {
  background: rgba(255, 255, 255, 0.055);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.consultation-action.primary {
  color: #ffffff;
  border-color: rgba(102, 221, 255, 0.34);
  background:
    linear-gradient(135deg, #30bce9 0%, #2f6df6 100%);
  box-shadow: 0 24px 58px rgba(47, 109, 246, 0.24);
}

.consultation-action.secondary {
  min-width: 254px;
}

.consultation-action:hover,
.consultation-action:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(48, 188, 233, 0.58);
  box-shadow: 0 28px 62px rgba(48, 188, 233, 0.18);
  outline: none;
}

.consultation-action strong,
.consultation-action small {
  display: block;
  line-height: 1.2;
}

.consultation-action strong {
  font-size: 15px;
  font-weight: 950;
}

.consultation-action small {
  margin-top: 5px;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  opacity: 0.72;
}

.action-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.1);
}

.consultation-action.primary .action-icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.action-icon svg,
.consultation-point svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.consultation-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.consultation-assurance span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.075);
  font-size: 12.5px;
  font-weight: 900;
}

.consultation-points {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.consultation-diagnostics {
  position: relative;
  min-height: 520px;
  display: grid;
  align-content: space-between;
  gap: 26px;
  contain: layout paint;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.48)),
    var(--surface);
  box-shadow:
    0 28px 80px rgba(21, 23, 27, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

:root[data-theme="dark"] .consultation-diagnostics {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.028)),
    #0b131e;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.consultation-diagnostics::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(135deg, #000, rgba(0, 0, 0, 0.26));
}

.consultation-diagnostics::after {
  content: "";
  position: absolute;
  right: -78px;
  top: -82px;
  width: 240px;
  aspect-ratio: 1;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(48, 188, 233, 0.035),
    inset 0 0 40px rgba(48, 188, 233, 0.07);
}

.diagnostic-head,
.diagnostic-core {
  position: relative;
  z-index: 1;
}

.diagnostic-head {
  max-width: 430px;
  display: grid;
  gap: 8px;
}

.diagnostic-head span {
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.diagnostic-head strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.22;
}

.diagnostic-core {
  height: 154px;
  display: grid;
  place-items: center;
}

.diagnostic-core span,
.diagnostic-core i {
  grid-area: 1 / 1;
  display: block;
  border-radius: 50%;
}

.diagnostic-core span:nth-child(1) {
  width: 62px;
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--primary), #2f6df6);
  box-shadow:
    0 0 0 24px rgba(48, 188, 233, 0.09),
    0 0 0 58px rgba(48, 188, 233, 0.05),
    0 20px 42px rgba(47, 109, 246, 0.22);
}

.diagnostic-core span:nth-child(2) {
  width: 170px;
  aspect-ratio: 1;
  border: 1px solid rgba(48, 188, 233, 0.22);
}

.diagnostic-core span:nth-child(3) {
  width: 252px;
  aspect-ratio: 1;
  border: 1px solid rgba(48, 188, 233, 0.12);
}

.diagnostic-core i {
  width: 310px;
  height: 1px;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(48, 188, 233, 0.52), transparent);
  transform: rotate(-18deg);
}

.consultation-point {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  contain: layout paint;
  padding: 16px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(12px);
}

:root[data-theme="dark"] .consultation-point {
  background: rgba(255, 255, 255, 0.05);
}

.consultation-point span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.1);
  border: 1px solid rgba(48, 188, 233, 0.18);
  font-weight: 900;
}

.consultation-point strong {
  display: block;
  color: var(--ink);
  line-height: 1.2;
}

.consultation-point small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.testimonials-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 78px 0 86px;
  background:
    linear-gradient(180deg, var(--page-bg) 0%, var(--surface-soft) 100%);
  box-shadow:
    inset 0 1px 0 rgba(48, 188, 233, 0.12),
    inset 0 -1px 0 rgba(48, 188, 233, 0.1);
}

.testimonials-section::before,
.testimonials-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.testimonials-section::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(48, 188, 233, 0.08) 14% 14.08%, transparent 14.08% 86%, rgba(48, 188, 233, 0.06) 86% 86.08%, transparent 86.08%),
    repeating-linear-gradient(135deg, transparent 0 56px, rgba(48, 188, 233, 0.045) 56px 57px, transparent 57px 112px);
}

.testimonials-section::after {
  left: max(-180px, calc((100vw - 1380px) / 2 - 230px));
  top: 52px;
  width: min(470px, 38vw);
  height: min(250px, 24vw);
  border: 1px solid rgba(48, 188, 233, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.09), rgba(47, 109, 246, 0.06) 52%, transparent 74%);
  box-shadow: 0 32px 86px rgba(48, 188, 233, 0.12);
  transform: skewX(-9deg);
}

:root[data-theme="dark"] .testimonials-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(226, 62, 76, 0.18), transparent 30%),
    radial-gradient(circle at 84% 42%, rgba(136, 28, 45, 0.2), transparent 34%),
    linear-gradient(135deg, #14090d 0%, #1b1017 52%, #0d1119 100%);
}

:root[data-theme="dark"] .testimonials-section::before {
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(226, 62, 76, 0.1) 14% 14.08%, transparent 14.08% 86%, rgba(226, 62, 76, 0.065) 86% 86.08%, transparent 86.08%),
    repeating-linear-gradient(135deg, transparent 0 56px, rgba(226, 62, 76, 0.045) 56px 57px, transparent 57px 112px);
}

:root[data-theme="dark"] .testimonials-section::after {
  border-color: rgba(226, 62, 76, 0.13);
  background:
    linear-gradient(135deg, rgba(226, 62, 76, 0.12), rgba(136, 28, 45, 0.09) 52%, transparent 74%);
  box-shadow: 0 32px 86px rgba(92, 17, 29, 0.22);
}

.testimonials-shell {
  width: min(1380px, calc(100% - 52px));
  max-width: calc(100vw - 52px);
}

.testimonials-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.62fr);
  grid-template-areas:
    "eyebrow copy"
    "title copy";
  gap: 24px 44px;
  align-items: end;
  margin-bottom: 24px;
}

.testimonials-intro .eyebrow {
  grid-area: eyebrow;
  margin: 0;
}

.testimonials-intro h2 {
  grid-area: title;
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.1vw, 54px);
  line-height: 1.02;
  text-wrap: balance;
}

.testimonials-intro p:not(.eyebrow) {
  grid-area: copy;
  align-self: end;
  max-width: 560px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.72;
}

.testimonials-viewport {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 2px clamp(18px, 2.8vw, 46px) 16px;
  overflow: hidden;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 48px, #000 calc(100% - 48px), transparent);
}

.testimonials-viewport::-webkit-scrollbar {
  display: none;
}

.testimonials-grid {
  width: max-content;
  display: flex;
  gap: 14px;
  animation: none;
}

.testimonials-grid.is-marquee-ready {
  animation: testimonials-marquee 78s linear infinite;
  will-change: transform;
}

.testimonials-viewport:hover .testimonials-grid,
.testimonials-viewport:focus-within .testimonials-grid {
  animation-play-state: paused;
}

@keyframes testimonials-marquee {
  to {
    transform: translateX(var(--marquee-distance, calc(-50% - 7px)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonials-grid,
  .testimonials-grid.is-marquee-ready {
    animation: none;
    will-change: auto;
  }

  .testimonials-viewport {
    overflow-x: auto;
  }
}

.testimonial-card {
  position: relative;
  width: clamp(360px, 33vw, 510px);
  min-height: 316px;
  flex: 0 0 clamp(360px, 33vw, 510px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 16px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 96% 0%, rgba(48, 188, 233, 0.13), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42)),
    var(--surface);
  box-shadow:
    0 18px 50px rgba(21, 23, 27, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

:root[data-theme="dark"] .testimonial-card {
  background:
    radial-gradient(circle at 96% 0%, rgba(48, 188, 233, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.022)),
    var(--surface);
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0;
  transition: opacity 180ms ease;
}

.testimonial-card::after {
  content: "\201C";
  position: absolute;
  right: 16px;
  top: 4px;
  color: rgba(48, 188, 233, 0.12);
  font-size: 78px;
  font-weight: 900;
  line-height: 1;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  border-color: rgba(48, 188, 233, 0.44);
  box-shadow: 0 26px 64px rgba(48, 188, 233, 0.13);
}

.testimonial-card:hover::before {
  opacity: 1;
}

.testimonial-top,
.testimonial-card blockquote,
.testimonial-tag {
  position: relative;
  z-index: 1;
}

.testimonial-top {
  display: flex;
  align-items: flex-start;
  padding-top: 12px;
  border-top: 1px solid rgba(48, 188, 233, 0.18);
}

.testimonial-top h3 {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.18;
}

.testimonial-top p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.testimonial-card blockquote {
  max-height: 156px;
  overflow-y: auto;
  padding-right: 10px;
  margin: 0;
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 750;
  line-height: 1.58;
  scrollbar-width: thin;
  scrollbar-color: rgba(48, 188, 233, 0.42) transparent;
}

.testimonial-card blockquote::-webkit-scrollbar {
  width: 6px;
}

.testimonial-card blockquote::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(48, 188, 233, 0.32);
}

.testimonial-tag {
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.contact-page {
  background: var(--page-bg);
}

.legacy-contact {
  display: none;
}

.contact-hero {
  padding: 78px 0 96px;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: 34px;
  align-items: start;
}

.contact-intro {
  display: grid;
  gap: 24px;
}

.contact-panel,
.contact-form-panel {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.contact-panel {
  padding: 34px;
}

.contact-panel h1 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.02;
}

.contact-panel p {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.contact-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-method {
  min-height: 150px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface-soft);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.contact-method:hover,
.contact-method:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(48, 188, 233, 0.56);
  background: rgba(48, 188, 233, 0.08);
  outline: none;
}

.contact-method svg {
  color: var(--primary-dark);
}

.contact-method span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-method strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.contact-social-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface-soft);
}

.contact-social-panel strong {
  display: block;
  color: var(--ink);
  line-height: 1.2;
}

.contact-social-panel span {
  color: var(--muted);
  font-size: 14px;
}

.contact-social-panel .social-link {
  border-color: transparent;
}

.contact-form-panel {
  padding: 28px;
}

.contact-form-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.08;
}

.contact-form-panel > p {
  margin: 12px 0 22px;
  color: var(--muted);
}

.contact-form {
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.contact-form label {
  color: var(--ink);
}

.contact-form input,
.contact-form textarea {
  color: var(--ink);
  border-color: var(--line);
  background: var(--surface-soft);
}

.form-note {
  color: var(--muted);
}

.contact-redesign {
  overflow: hidden;
  background: var(--page-bg);
}

.contact-hero-modern {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 96px 0 82px;
  color: var(--hero-ink);
  background: var(--hero-bg);
}

.contact-hero-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(118deg, transparent 0 14%, var(--hero-wire) 14.15%, transparent 14.45% 100%),
    linear-gradient(48deg, transparent 0 29%, var(--hero-wire) 29.12%, transparent 29.36% 100%),
    repeating-linear-gradient(90deg, var(--hero-grid-line) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, var(--hero-grid-line) 0 1px, transparent 1px 92px);
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.78), transparent 96%);
}

.contact-hero-modern::after {
  content: "";
  position: absolute;
  right: max(-120px, calc((100vw - 1180px) / 2 - 180px));
  bottom: -180px;
  z-index: -1;
  width: 520px;
  height: 520px;
  border: 1px solid var(--hero-logo-ring-faint);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px var(--hero-logo-ring-soft),
    0 0 0 43px var(--hero-logo-ring-faint),
    inset 0 0 80px var(--hero-logo-glow);
}

.contact-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.contact-hero-copy {
  max-width: 820px;
}

.contact-hero-copy h1 {
  margin: 0;
  color: var(--hero-ink);
  font-size: clamp(42px, 6.4vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.contact-hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--hero-muted);
  font-size: 18px;
  font-weight: 650;
}

.contact-hero-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 100%;
  margin-top: 30px;
}

.contact-channel {
  min-height: 70px;
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px 0 14px;
  border: 1px solid var(--hero-secondary-border);
  border-radius: 8px;
  color: var(--hero-ink);
  background: var(--hero-secondary-bg);
  box-shadow: 0 18px 46px rgba(20, 61, 76, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.contact-channel.primary {
  border-color: var(--hero-secondary-border);
  background: var(--hero-secondary-bg);
}

.contact-channel.whatsapp {
  border-color: rgba(37, 211, 102, 0.32);
  background: rgba(37, 211, 102, 0.08);
}

.contact-channel > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.12);
}

.contact-channel.whatsapp > span {
  color: #16a34a;
  background: rgba(37, 211, 102, 0.14);
}

.contact-channel > div {
  min-width: 0;
}

.contact-channel svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-channel small,
.contact-channel strong {
  display: block;
  line-height: 1.2;
}

.contact-channel small {
  color: var(--hero-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-channel strong {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.contact-channel:hover,
.contact-channel:focus-visible {
  transform: translateY(-2px);
  border-color: var(--primary);
  outline: none;
}

.contact-ops-panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 247, 251, 0.64)),
    var(--surface);
  box-shadow: 0 30px 82px rgba(20, 61, 76, 0.16);
}

:root[data-theme="dark"] .contact-ops-panel {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(18, 27, 36, 0.84), rgba(8, 18, 32, 0.68)),
    var(--surface);
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.32);
}

.ops-panel-head {
  display: grid;
  gap: 6px;
  position: relative;
  z-index: 1;
}

.ops-panel-head span,
.ops-panel-list span {
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.ops-panel-head strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.18;
}

.ops-panel-core {
  position: absolute;
  inset: 106px 36px auto;
  height: 220px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(48, 188, 233, 0.16), transparent 54%),
    repeating-linear-gradient(90deg, rgba(48, 188, 233, 0.06) 0 1px, transparent 1px 28px);
}

.ops-panel-core span {
  position: absolute;
  border-radius: 50%;
}

.ops-panel-core span:nth-child(1) {
  inset: 50%;
  width: 72px;
  height: 72px;
  margin: -36px;
  background: linear-gradient(135deg, var(--primary), #0f81a8);
  box-shadow: 0 0 0 18px rgba(48, 188, 233, 0.12);
}

.ops-panel-core span:nth-child(2) {
  top: 22px;
  right: 62px;
  width: 18px;
  height: 18px;
  background: var(--primary);
}

.ops-panel-core span:nth-child(3) {
  bottom: 36px;
  left: 52px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--primary);
}

.ops-panel-list {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 10px;
}

.ops-panel-list div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 4px 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--glass-surface);
  backdrop-filter: blur(12px);
}

.ops-panel-list span {
  grid-row: span 2;
}

.ops-panel-list strong {
  color: var(--ink);
  line-height: 1.2;
}

.ops-panel-list small {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.contact-form-section {
  padding: 74px 0 104px;
  background:
    radial-gradient(circle at 8% 0%, rgba(48, 188, 233, 0.12), transparent 28%),
    linear-gradient(180deg, var(--page-bg), var(--surface-soft));
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 0.86fr);
  gap: clamp(26px, 4vw, 48px);
  align-items: start;
}

.contact-context {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 150px;
}

.context-block h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
}

.context-block p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
}

.contact-response-grid {
  display: grid;
  gap: 10px;
}

.contact-response-grid div,
.contact-direct-card,
.contact-process-card,
.contact-request-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 46px rgba(20, 61, 76, 0.08);
}

.contact-response-grid div {
  padding: 16px;
}

.contact-response-grid span {
  display: block;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-response-grid strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  line-height: 1.2;
}

.contact-response-grid small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.contact-direct-card {
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.09), transparent),
    var(--surface);
}

.contact-direct-card strong {
  color: var(--ink);
}

.contact-direct-card p {
  margin: 8px 0 14px;
  color: var(--muted);
  font-weight: 700;
}

.contact-direct-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-direct-card a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), #0f81a8);
  font-weight: 900;
}

.contact-direct-card a.whatsapp {
  background: linear-gradient(135deg, #25d366, #128c4a);
}

.contact-direct-card a:hover,
.contact-direct-card a:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.contact-process-card {
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.08), rgba(255, 255, 255, 0.68)),
    var(--surface);
}

.contact-process-head {
  display: grid;
  gap: 5px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.contact-process-head span {
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-process-head strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.18;
}

.contact-process-list {
  display: grid;
  gap: 13px;
  margin-top: 15px;
}

.contact-process-list > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}

.contact-process-list > div > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(48, 188, 233, 0.28);
  border-radius: 50%;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.contact-process-list strong {
  display: block;
  color: var(--ink);
  line-height: 1.2;
}

.contact-process-list small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.contact-request-form {
  padding: clamp(22px, 3vw, 34px);
}

@media (min-width: 1081px) {
  .contact-request-form {
    align-self: stretch;
  }
}

.form-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.form-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
}

.form-head > span {
  width: max-content;
  max-width: 180px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

.form-field {
  display: grid;
  gap: 8px;
  color: var(--ink);
}

.form-field.full,
.form-fieldset {
  margin-top: 16px;
}

.field-label,
.form-fieldset legend {
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
}

.field-label {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  justify-self: start;
}

.field-label strong {
  color: #dc3b3b;
}

.required-mark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 1px;
  color: #dc3b3b;
  font-size: 0.92em;
  font-weight: 950;
  line-height: 1;
  vertical-align: baseline;
  transform: none;
}

.field-label small,
.form-fieldset small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.contact-request-form input,
.contact-request-form select,
.contact-request-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface-soft);
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact-request-form textarea {
  min-height: 126px;
  padding-top: 12px;
  resize: vertical;
}

.contact-request-form input:focus,
.contact-request-form select:focus,
.contact-request-form textarea:focus {
  border-color: rgba(48, 188, 233, 0.72);
  background: var(--surface);
  box-shadow: 0 0 0 4px var(--focus-ring);
}

.contact-request-form input:invalid:not(:placeholder-shown),
.contact-request-form textarea:invalid:not(:placeholder-shown) {
  border-color: rgba(220, 59, 59, 0.48);
}

.phone-input {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.phone-prefix {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-weight: 950;
}

.phone-input input {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.phone-input:focus-within {
  border-color: rgba(48, 188, 233, 0.72);
  background: var(--surface);
  box-shadow: 0 0 0 4px var(--focus-ring);
}

.field-help {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.form-fieldset {
  padding: 0;
  border: 0;
}

.service-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.service-options label {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface-soft);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.service-options input,
.form-check input {
  width: 17px;
  height: 17px;
  min-height: 17px;
  flex: 0 0 17px;
  accent-color: var(--primary-dark);
}

.service-options label:has(input:checked) {
  border-color: rgba(48, 188, 233, 0.58);
  background: rgba(48, 188, 233, 0.1);
}

.service-options label:hover {
  transform: translateY(-1px);
}

.form-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.compliance-panel {
  overflow: hidden;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.055), transparent 58%),
    var(--surface-soft);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 14px 34px rgba(20, 61, 76, 0.045);
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.compliance-card-head {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.compliance-card-head strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
}

.compliance-card-head > strong {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
}

.compliance-step {
  width: 30px;
  height: 30px;
  display: grid;
  flex: 0 0 30px;
  place-items: center;
  border: 1px solid rgba(48, 188, 233, 0.26);
  border-radius: 50%;
  color: var(--primary-dark);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.14), rgba(255, 255, 255, 0.64)),
    var(--surface);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.turnstile-field {
  width: 100%;
  min-height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 14px;
  overflow: hidden;
  padding: 18px 20px 20px;
  border: 0;
  border-right: 1px solid rgba(48, 188, 233, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.turnstile-widget {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 65px;
  display: grid;
  gap: 8px;
  align-content: start;
  overflow: visible;
}

.turnstile-field .cf-turnstile {
  width: 100%;
  min-width: 0;
}

.turnstile-field .cf-turnstile iframe {
  max-width: 100%;
}

.turnstile-status {
  min-height: 56px;
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 6px;
  color: var(--muted);
  background: var(--surface);
}

.turnstile-status-indicator {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border: 2px solid rgba(48, 188, 233, 0.28);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: turnstile-status-spin 0.9s linear infinite;
}

.turnstile-status strong,
.turnstile-status small {
  display: block;
}

.turnstile-status strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.turnstile-status small {
  margin-top: 2px;
  font-size: 10.5px;
  font-weight: 650;
  line-height: 1.4;
}

.turnstile-widget[data-state="ready"] .turnstile-status,
.turnstile-widget[data-state="verified"] .turnstile-status {
  display: none;
}

.turnstile-widget[data-environment="development"][data-state="verified"] .turnstile-status {
  display: flex;
  border-color: rgba(26, 154, 122, 0.34);
  background: rgba(26, 154, 122, 0.075);
}

.turnstile-widget[data-environment="development"][data-state="verified"] .turnstile-status-indicator {
  position: relative;
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  border: 1px solid rgba(26, 154, 122, 0.5);
  background: rgba(26, 154, 122, 0.14);
  animation: none;
}

.turnstile-widget[data-environment="development"][data-state="verified"] .turnstile-status-indicator::after {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 8px;
  border: solid #169b78;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.turnstile-widget[data-state="error"] .turnstile-status,
.turnstile-widget[data-state="expired"] .turnstile-status {
  border-color: rgba(224, 105, 105, 0.36);
  background: rgba(224, 105, 105, 0.07);
}

.turnstile-widget[data-state="error"] .turnstile-status-indicator,
.turnstile-widget[data-state="expired"] .turnstile-status-indicator {
  border: 0;
  border-radius: 50%;
  background: #d96868;
  animation: none;
}

@keyframes turnstile-status-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .turnstile-status-indicator {
    animation: none;
  }
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.form-check a {
  color: var(--primary-dark);
  font-weight: 900;
  text-decoration: none;
}

.form-check a:hover,
.form-check a:focus-visible {
  text-decoration: underline;
}

.kvkk-check {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 14px;
  min-height: 100%;
  padding: 18px 20px 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.kvkk-consent-box {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  min-width: 0;
  padding: 2px 0 0;
}

.kvkk-consent-box input {
  margin-top: 4px;
}

.kvkk-consent-box > .kvkk-consent-copy {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
  max-width: 520px;
}

.kvkk-consent-copy > label {
  display: inline;
  gap: 0;
  cursor: pointer;
}

.kvkk-consent-copy > label > strong:last-child {
  color: #dc3b3b;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.contact-request-form .btn {
  min-height: 48px;
  border-radius: 8px;
}

.contact-request-form .btn:disabled {
  cursor: wait;
  opacity: 0.64;
  transform: none;
}

.contact-request-form .form-note {
  --note-accent: var(--primary);
  --note-border: rgba(48, 188, 233, 0.24);
  --note-ink: var(--primary-dark);
  --note-halo: rgba(48, 188, 233, 0.12);
  --note-bg:
    linear-gradient(135deg, rgba(48, 188, 233, 0.11), rgba(255, 255, 255, 0.86)),
    var(--surface);
  min-height: 0;
  margin-top: 14px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
  overflow: hidden;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, padding 180ms ease;
}

.contact-request-form .form-note:not(:empty) {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  align-items: start;
  column-gap: 10px;
  padding: 13px 15px;
  border: 1px solid var(--note-border);
  color: var(--note-ink);
  background: var(--note-bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 12px 28px rgba(20, 61, 76, 0.075);
  word-break: break-word;
}

.contact-request-form .form-note:not(:empty)::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 0.42em;
  border-radius: 999px;
  background: var(--note-accent);
  box-shadow: 0 0 0 5px var(--note-halo);
}

.contact-request-form .form-note[data-state="success"] {
  --note-accent: #219653;
  --note-border: rgba(33, 150, 83, 0.3);
  --note-ink: #17683a;
  --note-halo: rgba(33, 150, 83, 0.13);
  --note-bg:
    linear-gradient(135deg, rgba(33, 150, 83, 0.12), rgba(255, 255, 255, 0.86)),
    var(--surface);
}

.contact-request-form .form-note[data-state="error"] {
  --note-accent: #dc3b3b;
  --note-border: rgba(220, 59, 59, 0.3);
  --note-ink: #a92d2d;
  --note-halo: rgba(220, 59, 59, 0.12);
  --note-bg:
    linear-gradient(135deg, rgba(220, 59, 59, 0.11), rgba(255, 255, 255, 0.86)),
    var(--surface);
}

.contact-request-form .form-note[data-state="sending"] {
  --note-border: rgba(48, 188, 233, 0.3);
}

:root[data-theme="dark"] .contact-request-form .form-note {
  --note-border: rgba(66, 201, 243, 0.26);
  --note-ink: #9fe8ff;
  --note-halo: rgba(66, 201, 243, 0.16);
  --note-bg:
    linear-gradient(135deg, rgba(66, 201, 243, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
}

:root[data-theme="dark"] .contact-request-form .form-note:not(:empty) {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 34px rgba(0, 0, 0, 0.2);
}

:root[data-theme="dark"] .contact-request-form .form-note[data-state="success"] {
  --note-accent: #35d982;
  --note-border: rgba(53, 217, 130, 0.32);
  --note-ink: #a8f3cb;
  --note-halo: rgba(53, 217, 130, 0.16);
  --note-bg:
    linear-gradient(135deg, rgba(53, 217, 130, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(8, 29, 22, 0.62);
}

:root[data-theme="dark"] .contact-request-form .form-note[data-state="error"] {
  --note-accent: #ff5c5c;
  --note-border: rgba(255, 92, 92, 0.34);
  --note-ink: #ffb6b6;
  --note-halo: rgba(255, 92, 92, 0.16);
  --note-bg:
    linear-gradient(135deg, rgba(255, 92, 92, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(31, 14, 20, 0.68);
}

:root[data-theme="dark"] .compliance-panel {
  border-color: rgba(126, 174, 198, 0.18);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.07), transparent 58%),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 36px rgba(0, 0, 0, 0.18);
}

:root[data-theme="dark"] .turnstile-field {
  border-right-color: rgba(126, 174, 198, 0.14);
}

@media (max-width: 720px) {
  .compliance-grid {
    grid-template-columns: 1fr;
  }

  .turnstile-field {
    border-right: 0;
    border-bottom: 1px solid rgba(48, 188, 233, 0.14);
  }

  :root[data-theme="dark"] .turnstile-field {
    border-bottom-color: rgba(126, 174, 198, 0.14);
  }

  .turnstile-widget {
    grid-column: 1 / -1;
    width: 100%;
  }
}

:root[data-theme="dark"] .contact-form-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(48, 188, 233, 0.08), transparent 28%),
    linear-gradient(180deg, var(--page-bg), #101720);
}

:root[data-theme="dark"] .contact-response-grid div,
:root[data-theme="dark"] .contact-direct-card,
:root[data-theme="dark"] .contact-process-card,
:root[data-theme="dark"] .contact-request-form {
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

:root[data-theme="dark"] .contact-process-card {
  border-color: rgba(126, 174, 198, 0.18);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.085), rgba(255, 255, 255, 0.025) 48%, rgba(8, 18, 32, 0.72)),
    rgba(9, 20, 31, 0.78);
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

:root[data-theme="dark"] .contact-process-head {
  border-bottom-color: rgba(126, 174, 198, 0.14);
}

:root[data-theme="dark"] .contact-process-head span {
  color: #7cdbff;
}

:root[data-theme="dark"] .contact-process-head strong,
:root[data-theme="dark"] .contact-process-list strong {
  color: #f4f7fb;
}

:root[data-theme="dark"] .contact-process-list > div > span {
  border-color: rgba(48, 188, 233, 0.38);
  color: #7cdbff;
  background: rgba(48, 188, 233, 0.1);
  box-shadow: 0 0 0 4px rgba(48, 188, 233, 0.045);
}

:root[data-theme="dark"] .contact-process-list small {
  color: #a9b7c3;
}

@media (max-width: 1080px) {
  .contact-hero-layout,
  .contact-form-layout {
    grid-template-columns: 1fr;
  }

  .contact-ops-panel {
    min-height: 460px;
  }

  .contact-context {
    position: static;
  }
}

@media (max-width: 720px) {
  .contact-hero-modern {
    padding: 68px 0 58px;
  }

  .contact-hero-copy h1 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .contact-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .contact-channel,
  .contact-hero-actions {
    width: 100%;
  }

  .contact-hero-actions {
    grid-template-columns: 1fr;
  }

  .contact-ops-panel {
    min-height: 430px;
    padding: 18px;
  }

  .ops-panel-core {
    inset: 96px 24px auto;
  }

  .ops-panel-list {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .contact-form-section {
    padding: 52px 0 78px;
  }

  .form-head,
  .form-footer {
    grid-template-columns: 1fr;
    display: grid;
  }

  .form-head > span {
    width: fit-content;
  }

  .form-grid,
  .service-options {
    grid-template-columns: 1fr;
  }

  .form-actions,
  .form-actions .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contact-request-form {
    padding: 18px;
  }

  .phone-input {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .contact-response-grid div,
  .contact-direct-card,
  .contact-process-card {
    padding: 14px;
  }
}

/* Corporate page redesign */
.corporate-page {
  overflow: hidden;
  background: var(--page-bg);
}

.corporate-hero-modern {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 84px 0 74px;
  color: var(--hero-ink);
  background: var(--hero-bg);
}

.corporate-hero-modern::before,
.corporate-hero-modern::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.corporate-hero-modern::before {
  background-image:
    linear-gradient(118deg, transparent 0 14%, var(--hero-wire) 14.15%, transparent 14.45% 100%),
    linear-gradient(48deg, transparent 0 29%, var(--hero-wire) 29.12%, transparent 29.36% 100%),
    linear-gradient(152deg, transparent 0 38%, var(--hero-wire) 38.1%, transparent 38.36% 100%),
    repeating-linear-gradient(90deg, var(--hero-grid-line) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, var(--hero-grid-line) 0 1px, transparent 1px 92px);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.88) 58%, rgba(0, 0, 0, 0.24) 100%);
}

.corporate-hero-modern::after {
  content: "SISDESK";
  inset: auto max(24px, calc((100vw - 1180px) / 2)) 18px auto;
  color: rgba(8, 40, 56, 0.05);
  font-size: clamp(72px, 14vw, 190px);
  font-weight: 900;
  line-height: 0.72;
  letter-spacing: 0;
  white-space: nowrap;
}

:root[data-theme="dark"] .corporate-hero-modern::after {
  color: rgba(255, 255, 255, 0.035);
}

.corporate-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 460px);
  gap: clamp(38px, 6vw, 86px);
  align-items: center;
}

.corporate-hero-copy {
  max-width: 840px;
  min-width: 0;
}

.corporate-hero-copy h1 {
  max-width: 100%;
  margin: 0;
  color: var(--hero-ink);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: normal;
}

.corporate-hero-copy > p:not(.eyebrow) {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--hero-muted);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.corporate-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 100%;
  margin-top: 34px;
}

.corporate-hero-actions .btn {
  min-height: 50px;
  border-radius: 999px;
  padding: 0 26px;
}

.corporate-hero-actions .btn-primary {
  background: linear-gradient(135deg, #42c9f3 0%, #236cf4 100%);
  box-shadow:
    0 18px 34px rgba(48, 188, 233, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.14) inset;
}

.corporate-hero-actions .btn-secondary {
  color: var(--hero-ink);
  background: var(--hero-secondary-bg);
  border-color: var(--hero-secondary-border);
  backdrop-filter: blur(10px);
}

.corporate-hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.corporate-hero-signals span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--hero-pill-border);
  border-radius: 999px;
  color: var(--hero-pill-ink);
  background: var(--hero-pill-bg);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.corporate-command-panel {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(238, 247, 251, 0.62)),
    var(--surface);
  box-shadow:
    0 30px 82px rgba(20, 61, 76, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

:root[data-theme="dark"] .corporate-command-panel {
  background:
    linear-gradient(145deg, rgba(18, 27, 36, 0.84), rgba(8, 18, 32, 0.68)),
    var(--surface);
  box-shadow:
    0 30px 82px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.corporate-command-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(135deg, transparent, #000 20%, #000 80%, transparent);
  pointer-events: none;
}

.corporate-command-top,
.corporate-command-logo,
.corporate-command-metrics {
  position: relative;
  z-index: 1;
}

.corporate-command-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.corporate-command-top span {
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.corporate-command-top strong {
  max-width: 220px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.18;
  text-align: right;
}

.corporate-command-logo {
  width: min(260px, 78%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 34px auto 26px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(48, 188, 233, 0.14), transparent 52%),
    rgba(255, 255, 255, 0.36);
  box-shadow:
    0 0 0 16px rgba(48, 188, 233, 0.045),
    inset 0 0 56px rgba(48, 188, 233, 0.08);
}

:root[data-theme="dark"] .corporate-command-logo {
  background:
    radial-gradient(circle at 50% 50%, rgba(48, 188, 233, 0.13), transparent 52%),
    rgba(8, 18, 32, 0.48);
}

.corporate-command-ring {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(48, 188, 233, 0.04),
    inset 0 0 36px rgba(48, 188, 233, 0.08);
}

.corporate-command-logo img {
  position: relative;
  z-index: 2;
  width: min(72%, 220px);
  filter: drop-shadow(0 18px 32px rgba(48, 188, 233, 0.14));
}

.corporate-command-logo-dark {
  display: none;
}

:root[data-theme="dark"] .corporate-command-logo-light {
  display: none;
}

:root[data-theme="dark"] .corporate-command-logo-dark {
  display: block;
}

.corporate-command-scan {
  position: absolute;
  inset: 15%;
  border-radius: 50%;
  background:
    conic-gradient(from 18deg, transparent 0deg 46deg, rgba(48, 188, 233, 0.46) 48deg 52deg, transparent 54deg 360deg);
  mask-image: radial-gradient(circle, transparent 0 61%, #000 62% 65%, transparent 66%);
}

.corporate-command-metrics {
  display: grid;
  gap: 10px;
}

.corporate-command-metrics div {
  display: grid;
  gap: 4px;
  padding: 14px 15px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background: var(--glass-surface);
  backdrop-filter: blur(12px);
}

.corporate-command-metrics span {
  color: var(--primary-dark);
  font-size: 11.5px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.corporate-command-metrics strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.3;
}

.corporate-method-section,
.corporate-route-section {
  position: relative;
  isolation: isolate;
  padding: 96px 0;
  background:
    linear-gradient(180deg, var(--page-bg) 0%, var(--surface-soft) 100%);
}

.corporate-method-section::before,
.corporate-route-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(90deg, transparent 0 49%, rgba(48, 188, 233, 0.07) 49% 49.12%, transparent 49.12% 100%),
    linear-gradient(180deg, transparent 0 64%, rgba(48, 188, 233, 0.055) 64% 64.12%, transparent 64.12% 100%);
  opacity: 0.82;
  pointer-events: none;
}

:root[data-theme="dark"] .corporate-method-section,
:root[data-theme="dark"] .corporate-route-section {
  background:
    linear-gradient(180deg, #0d141c 0%, #101821 100%);
}

.corporate-section-head,
.corporate-route-head {
  max-width: 920px;
  margin-bottom: 34px;
}

.corporate-section-head h2,
.corporate-capability-copy h2,
.corporate-trust-copy h2,
.corporate-route-head h2,
.corporate-final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.corporate-section-head p:not(.eyebrow),
.corporate-capability-copy p:not(.eyebrow),
.corporate-trust-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.72;
}

.corporate-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.corporate-method-grid article,
.corporate-capability-grid article,
.corporate-page-link-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.28)),
    var(--surface);
  box-shadow: 0 16px 42px rgba(21, 23, 27, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 260ms ease;
}

:root[data-theme="dark"] .corporate-method-grid article,
:root[data-theme="dark"] .corporate-capability-grid article,
:root[data-theme="dark"] .corporate-page-link-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    var(--surface);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.corporate-method-grid article {
  min-height: 270px;
  padding: 24px;
}

.corporate-method-grid article::before,
.corporate-capability-grid article::before,
.corporate-page-link-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), #2f6df6, transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.corporate-method-grid article:hover,
.corporate-capability-grid article:hover,
.corporate-page-link-card:hover,
.corporate-page-link-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(48, 188, 233, 0.5);
  box-shadow: 0 24px 58px rgba(48, 188, 233, 0.12);
  outline: none;
}

.corporate-method-grid article:hover::before,
.corporate-capability-grid article:hover::before,
.corporate-page-link-card:hover::before,
.corporate-page-link-card:focus-visible::before {
  transform: scaleX(1);
}

.corporate-method-grid span,
.corporate-page-link-card > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 12px;
  font-weight: 950;
}

.corporate-method-grid h3,
.corporate-capability-grid h3,
.corporate-page-link-card h3 {
  margin: 24px 0 10px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.18;
}

.corporate-method-grid p,
.corporate-capability-grid p,
.corporate-page-link-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.64;
}

.corporate-capability-section {
  position: relative;
  padding: 96px 0;
  background: var(--page-bg);
}

.corporate-capability-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.88fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
}

.corporate-capability-copy {
  position: sticky;
  top: 148px;
}

.corporate-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.corporate-capability-grid article {
  min-height: 258px;
  padding: 26px;
}

.corporate-capability-grid article > span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.09);
}

.corporate-capability-grid svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.corporate-trust-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 96px 0;
  color: #f5f9fc;
  background:
    linear-gradient(rgba(87, 202, 242, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 202, 242, 0.03) 1px, transparent 1px),
    linear-gradient(135deg, #101b28 0%, #0b141f 52%, #070d14 100%);
  background-size: 42px 42px, 42px 42px, auto;
}

.corporate-trust-section::before {
  content: "SISDESK";
  position: absolute;
  left: max(18px, calc((100vw - 1180px) / 2));
  bottom: 10px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(100px, 20vw, 290px);
  font-weight: 900;
  line-height: 0.72;
  letter-spacing: 0;
  white-space: nowrap;
}

.corporate-trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.78fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
}

.corporate-trust-copy h2,
.corporate-trust-copy p:not(.eyebrow) {
  color: #f5f9fc;
}

.corporate-trust-copy p:not(.eyebrow) {
  color: rgba(226, 237, 246, 0.72);
}

.corporate-trust-section .eyebrow {
  color: #78d8f4;
}

.corporate-trust-board {
  display: grid;
  gap: 12px;
}

.corporate-trust-board div {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 6px 14px;
  padding: 18px;
  border: 1px solid rgba(126, 174, 198, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.1), transparent 58%),
    rgba(255, 255, 255, 0.055);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.corporate-trust-board span {
  grid-row: 1 / 3;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border-radius: 50%;
  background: #42c9f3;
  box-shadow:
    0 0 0 7px rgba(48, 188, 233, 0.08),
    0 0 22px rgba(48, 188, 233, 0.24);
}

.corporate-trust-board strong {
  color: #f5f9fc;
  font-size: 18px;
  line-height: 1.2;
}

.corporate-trust-board p {
  margin: 0;
  color: rgba(226, 237, 246, 0.7);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.56;
}

.corporate-route-section {
  padding-top: 82px;
  padding-bottom: 96px;
}

.corporate-page-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.corporate-page-link-card {
  min-height: 218px;
  padding: 24px;
}

.corporate-page-link-card::after {
  content: "\2192";
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: var(--primary-dark);
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.corporate-page-link-card:hover::after,
.corporate-page-link-card:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.corporate-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.11), transparent 62%),
    var(--surface);
  box-shadow: 0 18px 46px rgba(20, 61, 76, 0.08);
}

:root[data-theme="dark"] .corporate-final-cta {
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.corporate-final-cta h2 {
  max-width: 760px;
  font-size: clamp(28px, 4vw, 46px);
}

.corporate-final-cta .eyebrow {
  margin-bottom: 10px;
}

.corporate-final-cta .btn {
  min-width: 180px;
  border-radius: 8px;
}

@media (max-width: 1080px) {
  .corporate-hero-layout,
  .corporate-capability-layout,
  .corporate-trust-layout {
    grid-template-columns: 1fr;
  }

  .corporate-command-panel {
    min-height: 440px;
  }

  .corporate-capability-copy {
    position: static;
  }

  .corporate-method-grid,
  .corporate-page-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .corporate-hero-modern {
    padding: 62px 0 54px;
  }

  .corporate-hero-modern::after {
    display: none;
  }

  .corporate-hero-copy h1 {
    max-width: min(100%, 360px);
    font-size: clamp(32px, 8.5vw, 38px);
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  .corporate-hero-copy > p:not(.eyebrow) {
    max-width: min(100%, 360px);
  }

  .corporate-hero-copy > p:not(.eyebrow),
  .corporate-section-head p:not(.eyebrow),
  .corporate-capability-copy p:not(.eyebrow),
  .corporate-trust-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .corporate-hero-actions,
  .corporate-hero-actions .btn,
  .corporate-hero-signals {
    width: 100%;
    max-width: min(100%, 360px);
  }

  .corporate-hero-actions {
    display: grid;
  }

  .corporate-hero-actions .btn {
    padding: 0 18px;
    white-space: normal;
    text-align: center;
  }

  .corporate-hero-signals {
    display: grid;
    grid-template-columns: 1fr;
  }

  .corporate-hero-signals span {
    justify-content: center;
  }

  .corporate-command-panel {
    min-height: auto;
    padding: 18px;
  }

  .corporate-command-top {
    display: grid;
  }

  .corporate-command-top strong {
    max-width: none;
    text-align: left;
  }

  .corporate-command-logo {
    width: min(280px, 84%);
    margin: 28px auto 22px;
  }

  .corporate-method-section,
  .corporate-capability-section,
  .corporate-trust-section,
  .corporate-route-section {
    padding: 70px 0;
  }

  .corporate-section-head h2,
  .corporate-capability-copy h2,
  .corporate-trust-copy h2,
  .corporate-route-head h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .corporate-method-grid,
  .corporate-capability-grid,
  .corporate-page-link-grid,
  .corporate-final-cta {
    grid-template-columns: 1fr;
  }

  .corporate-method-grid article,
  .corporate-capability-grid article,
  .corporate-page-link-card {
    min-height: auto;
    padding: 22px;
  }

  .corporate-final-cta .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .corporate-command-logo {
    width: min(230px, 78vw);
  }

  .corporate-command-metrics div,
  .corporate-trust-board div {
    padding: 14px;
  }

  .corporate-trust-board div {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .corporate-trust-section::before {
    font-size: 86px;
  }
}

/* About page content */
.about-intro-section,
.about-scope-section,
.about-belief-section,
.about-contact-section {
  --about-divider-line: rgba(48, 188, 233, 0.18);
  --about-divider-strong: rgba(48, 188, 233, 0.56);
  --about-divider-node: rgba(48, 188, 233, 0.46);
  --about-divider-glow: rgba(48, 188, 233, 0.08);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.about-intro-section::after,
.about-scope-section::after,
.about-belief-section::after,
.about-contact-section::after {
  content: "";
  position: absolute;
  left: max(18px, calc((100vw - 1180px) / 2));
  right: max(18px, calc((100vw - 1180px) / 2));
  bottom: 0;
  z-index: 2;
  height: 24px;
  background:
    linear-gradient(90deg, transparent, var(--about-divider-line) 14%, var(--about-divider-line) 39%, transparent 39% 61%, var(--about-divider-line) 61%, var(--about-divider-line) 86%, transparent) 50% 50% / 100% 1px no-repeat,
    linear-gradient(90deg, transparent, var(--about-divider-strong), var(--about-divider-strong), transparent) 50% 50% / 210px 2px no-repeat,
    linear-gradient(135deg, transparent 0 43%, var(--about-divider-node) 43% 57%, transparent 57% 100%) calc(50% - 128px) 50% / 42px 14px no-repeat,
    linear-gradient(135deg, transparent 0 43%, var(--about-divider-node) 43% 57%, transparent 57% 100%) calc(50% + 128px) 50% / 42px 14px no-repeat,
    linear-gradient(90deg, transparent, var(--about-divider-glow), transparent) 50% 50% / 360px 18px no-repeat;
  opacity: 0.86;
  pointer-events: none;
}

:root[data-theme="dark"] .about-intro-section,
:root[data-theme="dark"] .about-scope-section,
:root[data-theme="dark"] .about-belief-section,
:root[data-theme="dark"] .about-contact-section {
  --about-divider-line: rgba(126, 174, 198, 0.2);
  --about-divider-strong: rgba(66, 201, 243, 0.42);
  --about-divider-node: rgba(66, 201, 243, 0.34);
  --about-divider-glow: rgba(66, 201, 243, 0.07);
}

.about-intro-section {
  padding: clamp(72px, 8vw, 112px) 0;
  background:
    radial-gradient(circle at 78% 16%, rgba(48, 188, 233, 0.12), transparent 29%),
    radial-gradient(circle at 12% 82%, rgba(47, 109, 246, 0.055), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 42%, #eef6fa 100%);
}

.about-intro-section::before,
.about-scope-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(118deg, transparent 0 18%, rgba(48, 188, 233, 0.055) 18.08% 18.22%, transparent 18.22% 100%),
    linear-gradient(90deg, transparent 0 52%, rgba(48, 188, 233, 0.04) 52% 52.1%, transparent 52.1% 100%);
  opacity: 0.74;
  pointer-events: none;
}

:root[data-theme="dark"] .about-intro-section {
  background:
    radial-gradient(circle at 78% 16%, rgba(66, 201, 243, 0.075), transparent 30%),
    radial-gradient(circle at 12% 82%, rgba(47, 109, 246, 0.05), transparent 30%),
    linear-gradient(180deg, #090f16 0%, #0d141c 48%, #101821 100%);
}

:root[data-theme="dark"] .about-intro-section::before,
:root[data-theme="dark"] .about-scope-section::before {
  background-image:
    linear-gradient(118deg, transparent 0 18%, rgba(87, 202, 242, 0.035) 18.08% 18.22%, transparent 18.22% 100%),
    linear-gradient(90deg, transparent 0 52%, rgba(87, 202, 242, 0.024) 52% 52.1%, transparent 52.1% 100%);
  opacity: 0.5;
}

.about-intro-section > .container,
.about-scope-section > .container,
.about-belief-section > .container {
  position: relative;
  z-index: 1;
}

.about-intro-layout,
.about-belief-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.6vw, 28px);
  align-items: stretch;
}

.about-section-head {
  max-width: 940px;
}

.about-section-head-narrow {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.about-section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3.35vw, 44px);
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.about-story-panel,
.about-work-card,
.about-scope-card,
.about-statement-card,
.about-values-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.36)),
    var(--surface);
  box-shadow: 0 18px 46px rgba(21, 23, 27, 0.055);
}

:root[data-theme="dark"] .about-story-panel,
:root[data-theme="dark"] .about-work-card,
:root[data-theme="dark"] .about-scope-card,
:root[data-theme="dark"] .about-statement-card,
:root[data-theme="dark"] .about-values-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    var(--surface);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.about-story-panel {
  display: grid;
  align-content: start;
  padding: clamp(26px, 4vw, 42px);
}

.about-story-panel::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(48, 188, 233, 0.18), transparent 50%),
    radial-gradient(circle at 50% 50%, transparent 0 54%, rgba(48, 188, 233, 0.12) 55% 57%, transparent 58%);
  opacity: 0.52;
  pointer-events: none;
}

.about-story-panel > * {
  position: relative;
  z-index: 1;
}

.about-story-panel::after,
.about-work-card::after,
.about-values-panel::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), #2f6df6, transparent);
}

.about-copy {
  display: grid;
  gap: 18px;
  max-width: 100%;
  margin-top: 26px;
}

.about-focus-strip {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
  margin-top: 0;
}

.about-focus-strip div {
  min-height: 116px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.08), transparent 64%),
    rgba(255, 255, 255, 0.4);
}

:root[data-theme="dark"] .about-focus-strip div {
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.09), transparent 64%),
    rgba(255, 255, 255, 0.035);
}

.about-focus-strip span {
  display: block;
  margin-bottom: 8px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-focus-strip p {
  max-width: 34ch;
  margin: 0;
  color: var(--muted);
  font-size: 13.75px;
  font-weight: 750;
  line-height: 1.55;
}

.about-copy p,
.about-work-card > p:not(.eyebrow),
.about-scope-card p,
.about-statement-card h2,
.about-value-item p,
.about-scope-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  font-weight: 650;
  line-height: 1.76;
}

.about-work-card {
  display: grid;
  gap: 18px;
  align-content: stretch;
  padding: clamp(24px, 3vw, 32px);
  color: #f5f9fc;
  background:
    linear-gradient(rgba(87, 202, 242, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 202, 242, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #101b28 0%, #0b1724 58%, #07101b 100%);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow:
    0 26px 68px rgba(8, 24, 36, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.about-work-card .eyebrow {
  color: #78d8f4;
}

.about-work-card h2 {
  margin: 0;
  color: #f5f9fc;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
  letter-spacing: 0;
}

.about-work-card > p:not(.eyebrow) {
  color: rgba(226, 237, 246, 0.76);
}

.about-work-card > p:last-child {
  align-self: end;
  padding-top: 18px;
  border-top: 1px solid rgba(126, 174, 198, 0.18);
}

.about-principle-list {
  display: grid;
  gap: 10px;
  margin: 4px 0;
}

.about-principle-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(126, 174, 198, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.1), transparent 58%),
    rgba(255, 255, 255, 0.055);
}

.about-principle-item span,
.about-scope-card span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.09);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.about-principle-item span {
  color: #78d8f4;
  border-color: rgba(120, 216, 244, 0.26);
  background: rgba(48, 188, 233, 0.12);
}

.about-principle-item p {
  margin: 0;
  color: rgba(245, 249, 252, 0.88);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.about-scope-section {
  padding: clamp(72px, 8vw, 108px) 0;
  border-top: 1px solid transparent;
  background:
    radial-gradient(circle at 88% 16%, rgba(48, 188, 233, 0.09), transparent 30%),
    linear-gradient(180deg, #f6fbfd 0%, #ffffff 44%, #f4f9fc 100%);
}

:root[data-theme="dark"] .about-scope-section {
  border-top-color: transparent;
  background:
    radial-gradient(circle at 88% 16%, rgba(66, 201, 243, 0.055), transparent 32%),
    linear-gradient(180deg, #101821 0%, #0d141c 46%, #0a1118 100%);
}

.about-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
}

.about-scope-card {
  min-height: 260px;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 24px;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.about-scope-card::before,
.about-statement-card::before,
.about-value-item::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), #2f6df6, transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.about-scope-card:hover,
.about-statement-card:hover {
  transform: translateY(-5px);
  border-color: rgba(48, 188, 233, 0.48);
  box-shadow: 0 24px 58px rgba(48, 188, 233, 0.12);
}

.about-scope-card:hover::before,
.about-statement-card:hover::before {
  transform: scaleX(1);
}

.about-value-item:hover {
  border-color: rgba(126, 174, 198, 0.22);
  box-shadow: none;
  transform: none;
}

.about-scope-card h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: 0;
}

.about-scope-card p {
  align-self: center;
  max-width: 32ch;
  margin: 0 auto;
}

.about-scope-summary {
  position: relative;
  overflow: hidden;
  max-width: 1040px;
  min-height: 128px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  margin: 30px auto 0;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(48, 188, 233, 0.28);
  border-radius: 8px;
  color: var(--ink);
  text-align: left;
  background:
    radial-gradient(circle at 8% 30%, rgba(48, 188, 233, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(48, 188, 233, 0.14), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 246, 250, 0.78));
  box-shadow:
    0 24px 62px rgba(20, 61, 76, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.about-scope-summary::before,
.about-scope-summary::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-scope-summary::before {
  inset: 0;
  background:
    linear-gradient(118deg, transparent 0 36%, rgba(48, 188, 233, 0.16) 36.08% 36.22%, transparent 36.22% 100%),
    linear-gradient(90deg, transparent 0 72%, rgba(47, 109, 246, 0.1) 72% 72.12%, transparent 72.12% 100%);
  opacity: 0.86;
}

.about-scope-summary::after {
  inset: auto 24px 0;
  height: 3px;
  background: linear-gradient(90deg, #42c9f3, #2f6df6, transparent);
}

.about-scope-summary > * {
  position: relative;
  z-index: 1;
}

.about-scope-summary-label {
  display: inline-flex;
  margin-bottom: 7px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-scope-summary p {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 850;
  line-height: 1.55;
}

:root[data-theme="dark"] .about-scope-summary {
  border-color: rgba(66, 201, 243, 0.24);
  background:
    radial-gradient(circle at 8% 30%, rgba(66, 201, 243, 0.11), transparent 30%),
    linear-gradient(135deg, rgba(66, 201, 243, 0.08), transparent 50%),
    linear-gradient(180deg, rgba(17, 29, 39, 0.92), rgba(8, 18, 27, 0.86));
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .about-scope-summary::before {
  background:
    linear-gradient(118deg, transparent 0 36%, rgba(66, 201, 243, 0.08) 36.08% 36.22%, transparent 36.22% 100%),
    linear-gradient(90deg, transparent 0 72%, rgba(47, 109, 246, 0.06) 72% 72.12%, transparent 72.12% 100%);
  opacity: 0.7;
}

:root[data-theme="dark"] .about-scope-summary p {
  color: #f5f9fc;
}

.about-belief-section {
  padding: clamp(72px, 8vw, 112px) 0;
  color: #f5f9fc;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background:
    radial-gradient(circle at 18% 22%, rgba(48, 188, 233, 0.16), transparent 30%),
    radial-gradient(circle at 84% 74%, rgba(47, 109, 246, 0.12), transparent 34%),
    linear-gradient(135deg, #0e2b3a 0%, #0a1d2d 52%, #07131d 100%);
}

:root[data-theme="dark"] .about-belief-section {
  border-top-color: transparent;
  border-bottom-color: transparent;
  background:
    radial-gradient(circle at 18% 22%, rgba(66, 201, 243, 0.09), transparent 31%),
    radial-gradient(circle at 84% 74%, rgba(47, 109, 246, 0.075), transparent 35%),
    linear-gradient(135deg, #101a24 0%, #0b141d 54%, #070d14 100%);
}

.about-belief-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(118deg, transparent 0 32%, rgba(120, 216, 244, 0.08) 32.12% 32.24%, transparent 32.24% 100%),
    linear-gradient(90deg, transparent 0 64%, rgba(255, 255, 255, 0.055) 64% 64.08%, transparent 64.08% 100%);
  opacity: 0.9;
  pointer-events: none;
}

:root[data-theme="dark"] .about-belief-section::before {
  background:
    linear-gradient(118deg, transparent 0 32%, rgba(120, 216, 244, 0.045) 32.12% 32.24%, transparent 32.24% 100%),
    linear-gradient(90deg, transparent 0 64%, rgba(255, 255, 255, 0.032) 64% 64.08%, transparent 64.08% 100%);
  opacity: 0.58;
}

.about-statement-stack {
  display: grid;
  gap: 14px;
}

.about-statement-card {
  display: grid;
  align-content: center;
  min-height: 230px;
  padding: clamp(24px, 4vw, 36px);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.1), transparent 58%),
    rgba(255, 255, 255, 0.055);
  border-color: rgba(126, 174, 198, 0.24);
}

.about-statement-card .eyebrow,
.about-values-panel .eyebrow {
  color: #78d8f4;
}

.about-statement-card h2 {
  color: #f5f9fc;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.12;
  text-wrap: balance;
}

.about-values-panel {
  align-self: stretch;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: clamp(16px, 2vw, 22px);
  padding: clamp(24px, 3.2vw, 34px);
  text-align: center;
  background:
    linear-gradient(rgba(120, 216, 244, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 216, 244, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, rgba(48, 188, 233, 0.1), transparent 52%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.045);
  background-size: 30px 30px, 30px 30px, auto, auto, auto;
  border-color: rgba(126, 174, 198, 0.24);
}

.about-values-panel::before {
  content: "";
  position: absolute;
  inset: 22px 22px auto auto;
  width: 132px;
  height: 78px;
  opacity: 0.46;
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(120, 216, 244, 0.3) 16% 17%, transparent 17% 100%),
    linear-gradient(135deg, transparent 0 45%, rgba(120, 216, 244, 0.28) 45% 46%, transparent 46% 100%),
    linear-gradient(0deg, transparent 0 62%, rgba(47, 109, 246, 0.24) 62% 63%, transparent 63% 100%);
  pointer-events: none;
}

.about-values-panel > * {
  position: relative;
  z-index: 1;
}

.about-values-panel .eyebrow {
  justify-self: center;
  margin: 0;
}

.about-values-lead {
  max-width: 420px;
  margin: 0 auto;
  color: #f5f9fc;
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  text-wrap: balance;
}

.about-value-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(148px, 1fr));
  align-items: stretch;
  gap: 12px;
  min-height: 0;
  margin-top: 0;
}

.about-value-item {
  position: relative;
  overflow: hidden;
  min-height: 148px;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  justify-items: start;
  gap: 8px;
  padding: 18px 16px;
  border: 1px solid rgba(126, 174, 198, 0.22);
  border-radius: 8px;
  text-align: left;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.1), transparent 62%),
    rgba(255, 255, 255, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.about-value-item span {
  display: block;
  margin: 0;
  color: #f5f9fc;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.about-value-item p {
  max-width: 28ch;
  margin: 0;
  color: rgba(226, 237, 246, 0.72);
  font-size: 14px;
  line-height: 1.56;
}

.about-contact-section {
  padding: clamp(78px, 8vw, 120px) 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background:
    linear-gradient(118deg, rgba(48, 188, 233, 0.15) 0 30%, transparent 30.2% 100%),
    linear-gradient(294deg, transparent 0 58%, rgba(47, 109, 246, 0.09) 58.2% 100%),
    radial-gradient(circle at 15% 22%, rgba(48, 188, 233, 0.15), transparent 30%),
    radial-gradient(circle at 84% 68%, rgba(47, 109, 246, 0.1), transparent 34%),
    linear-gradient(180deg, #f8fdff 0%, #e7f8fd 50%, #fafdff 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -1px 0 rgba(48, 188, 233, 0.18);
}

:root[data-theme="dark"] .about-contact-section {
  border-top-color: transparent;
  border-bottom-color: transparent;
  background:
    linear-gradient(118deg, rgba(66, 201, 243, 0.1) 0 30%, transparent 30.2% 100%),
    linear-gradient(294deg, transparent 0 57%, rgba(47, 109, 246, 0.1) 57.2% 100%),
    radial-gradient(circle at 14% 20%, rgba(66, 201, 243, 0.13), transparent 31%),
    radial-gradient(circle at 84% 70%, rgba(47, 109, 246, 0.1), transparent 35%),
    linear-gradient(135deg, #102230 0%, #0c1a26 52%, #08121b 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -1px 0 rgba(66, 201, 243, 0.12);
}

.about-contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(255, 255, 255, 0.34) 12% 12.08%, transparent 12.08% 100%),
    linear-gradient(90deg, transparent 0 68%, rgba(48, 188, 233, 0.24) 68% 68.08%, transparent 68.08% 100%);
  opacity: 0.78;
  pointer-events: none;
}

.about-contact-section > .container {
  position: relative;
  z-index: 1;
}

:root[data-theme="dark"] .about-contact-section::before {
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(255, 255, 255, 0.045) 12% 12.08%, transparent 12.08% 100%),
    linear-gradient(90deg, transparent 0 68%, rgba(66, 201, 243, 0.13) 68% 68.08%, transparent 68.08% 100%);
  opacity: 0.64;
}

.about-contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.44fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  color: var(--ink);
}

.about-contact-panel::before {
  content: "";
  position: absolute;
  inset: 50% auto auto calc(50% - 28px);
  width: min(28vw, 360px);
  height: 1px;
  background:
    linear-gradient(90deg, rgba(48, 188, 233, 0.36), rgba(47, 109, 246, 0.08), transparent);
  pointer-events: none;
}

.about-contact-panel::after {
  content: "";
  position: absolute;
  inset: auto -4vw -34px auto;
  width: clamp(150px, 18vw, 260px);
  aspect-ratio: 1;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(48, 188, 233, 0.13), transparent 62%);
  pointer-events: none;
}

.about-contact-panel > * {
  position: relative;
  z-index: 1;
}

.about-contact-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding-left: clamp(0px, 1.4vw, 18px);
  border-left: 2px solid rgba(48, 188, 233, 0.34);
}

.about-contact-panel .eyebrow {
  color: var(--primary-dark);
}

.about-contact-panel h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.about-contact-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.7;
}

.about-contact-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  width: min(100%, 760px);
  margin-top: 34px;
}

.about-contact-assurance div {
  min-height: 104px;
  display: grid;
  align-content: start;
  gap: 11px;
  padding-top: 16px;
  border-top: 1px solid rgba(48, 188, 233, 0.28);
}

.about-contact-assurance span {
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.about-contact-assurance strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.34;
}

.about-contact-card {
  display: grid;
  align-content: start;
  gap: 22px;
  min-height: 100%;
  padding: clamp(18px, 3vw, 28px) 0 clamp(18px, 3vw, 28px) clamp(26px, 4vw, 46px);
  border-left: 1px solid rgba(48, 188, 233, 0.28);
}

.about-contact-card-head {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(48, 188, 233, 0.2);
}

.about-contact-card-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-contact-card-head strong {
  display: block;
  color: var(--ink);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0;
}

.about-contact-route {
  display: grid;
  gap: 10px;
}

.about-contact-route div {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid rgba(48, 188, 233, 0.16);
}

.about-contact-route div:last-child {
  border-bottom: 0;
}

.about-contact-route span {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 50%;
  background: #42c9f3;
  box-shadow:
    0 0 0 6px rgba(48, 188, 233, 0.08),
    0 0 20px rgba(48, 188, 233, 0.22);
}

.about-contact-route p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.about-contact-actions {
  display: grid;
  gap: 12px;
  justify-items: stretch;
  min-width: 0;
  margin-top: 2px;
}

.about-contact-actions .btn {
  min-height: 54px;
  justify-content: center;
  border-radius: 8px;
}

.about-contact-phone {
  display: grid;
  gap: 2px;
  min-height: 66px;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  text-align: center;
  box-shadow: 0 16px 38px rgba(8, 24, 36, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.about-contact-phone:hover,
.about-contact-phone:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(48, 188, 233, 0.42);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 46px rgba(8, 24, 36, 0.12);
  outline: none;
}

.about-contact-phone span {
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-contact-phone strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
}

:root[data-theme="dark"] .about-contact-phone {
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

:root[data-theme="dark"] .about-contact-phone:hover,
:root[data-theme="dark"] .about-contact-phone:focus-visible {
  background: rgba(255, 255, 255, 0.09);
}

/* Why Sisdesk page */
.why-page {
  background: var(--page-bg);
}

.why-hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 64px 0 70px;
  color: var(--hero-ink);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 249, 253, 0.96) 48%, rgba(219, 244, 252, 0.86) 100%);
}

:root[data-theme="dark"] .why-hero-section {
  background:
    linear-gradient(115deg, #07111c 0%, #0b2233 52%, #08111b 100%);
}

.why-hero-section::before,
.why-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.why-hero-section::before {
  background-image:
    linear-gradient(118deg, transparent 0 16%, var(--hero-wire) 16.1%, transparent 16.32% 100%),
    linear-gradient(50deg, transparent 0 34%, var(--hero-wire) 34.1%, transparent 34.32% 100%),
    repeating-linear-gradient(90deg, var(--hero-grid-line) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, var(--hero-grid-line) 0 1px, transparent 1px 92px);
  opacity: 0.95;
}

.why-hero-section::after {
  content: "NEDEN";
  inset: auto max(18px, calc((100vw - 1180px) / 2)) 22px auto;
  color: rgba(8, 40, 56, 0.052);
  font-size: 178px;
  font-weight: 900;
  line-height: 0.76;
  letter-spacing: 0;
  white-space: nowrap;
}

:root[data-theme="dark"] .why-hero-section::after {
  color: rgba(255, 255, 255, 0.034);
}

.why-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.78fr);
  gap: 66px;
  align-items: center;
}

.why-hero-copy {
  min-width: 0;
}

.why-hero-copy .eyebrow {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 0 14px;
  border: 1px solid var(--hero-pill-border);
  border-radius: 999px;
  color: var(--hero-pill-ink);
  background: var(--hero-pill-bg);
  line-height: 1;
}

.why-hero-copy h1 {
  max-width: 840px;
  margin: 0;
  color: var(--hero-ink);
  font-size: 52px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.why-hero-lead {
  display: grid;
  gap: 7px;
  max-width: 660px;
  margin-top: 22px;
  padding-left: 22px;
  border-left: 2px solid rgba(48, 188, 233, 0.42);
}

.why-hero-lead p {
  margin: 0;
  color: var(--hero-muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}

.why-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.why-hero-actions .btn,
.why-cta-actions .btn {
  min-height: 52px;
  border-radius: 8px;
  padding: 0 24px;
}

.why-hero-actions .btn-primary,
.why-cta-actions .btn-primary {
  background: linear-gradient(135deg, #42c9f3 0%, #236cf4 100%);
  box-shadow:
    0 18px 34px rgba(48, 188, 233, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.14) inset;
}

.why-hero-actions .btn-secondary {
  color: var(--hero-ink);
  background: var(--hero-secondary-bg);
  border-color: var(--hero-secondary-border);
  backdrop-filter: blur(10px);
}

.why-hero-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  background: #0b1724;
  box-shadow:
    0 30px 82px rgba(20, 61, 76, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

:root[data-theme="dark"] .why-hero-visual {
  box-shadow:
    0 30px 82px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.why-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  filter: saturate(1.02) contrast(1.02);
}

.why-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(rgba(120, 216, 244, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 216, 244, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 16, 27, 0.06) 0%, rgba(7, 16, 27, 0.84) 100%);
  background-size: 34px 34px, 34px 34px, auto;
  pointer-events: none;
}

.why-visual-overlay,
.why-visual-stack {
  position: absolute;
  z-index: 2;
}

.why-visual-overlay {
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(120, 216, 244, 0.34);
  color: #f5f9fc;
}

.why-visual-overlay span,
.why-proof-grid span,
.why-outcome-item span,
.why-contact-link span {
  color: #78d8f4;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.why-visual-overlay strong {
  max-width: 360px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.why-visual-stack {
  top: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.why-visual-stack span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(120, 216, 244, 0.24);
  border-radius: 999px;
  color: rgba(245, 249, 252, 0.9);
  background: rgba(8, 18, 32, 0.52);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 850;
}

.why-proof-band {
  position: relative;
  overflow: hidden;
  padding: 34px 0;
  color: #f5f9fc;
  background:
    linear-gradient(90deg, rgba(48, 188, 233, 0.14), transparent 36%),
    linear-gradient(135deg, #101b28 0%, #0b1724 58%, #07101b 100%);
}

.why-proof-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(120, 216, 244, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 216, 244, 0.035) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.why-proof-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(120, 216, 244, 0.2);
  border-bottom: 1px solid rgba(120, 216, 244, 0.2);
}

.why-proof-grid div {
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px 28px;
  border-right: 1px solid rgba(120, 216, 244, 0.18);
}

.why-proof-grid div:last-child {
  border-right: 0;
}

.why-proof-grid strong {
  max-width: 32ch;
  color: rgba(245, 249, 252, 0.92);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.42;
}

.why-reasons-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0 104px;
  background:
    radial-gradient(circle at 88% 16%, rgba(48, 188, 233, 0.09), transparent 30%),
    linear-gradient(180deg, #f6fbfd 0%, #ffffff 44%, #f4f9fc 100%);
}

:root[data-theme="dark"] .why-reasons-section {
  background:
    radial-gradient(circle at 88% 16%, rgba(66, 201, 243, 0.055), transparent 32%),
    linear-gradient(180deg, #101821 0%, #0d141c 46%, #0a1118 100%);
}

.why-reasons-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(118deg, transparent 0 18%, rgba(48, 188, 233, 0.055) 18.08% 18.22%, transparent 18.22% 100%),
    linear-gradient(90deg, transparent 0 52%, rgba(48, 188, 233, 0.04) 52% 52.1%, transparent 52.1% 100%);
  opacity: 0.72;
  pointer-events: none;
}

.why-reasons-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.why-reasons-intro {
  position: sticky;
  top: 154px;
  min-width: 0;
  padding-left: 22px;
  border-left: 2px solid rgba(48, 188, 233, 0.38);
}

.why-reasons-intro h2,
.why-outcome-copy h2,
.why-cta-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 42px;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.why-reasons-intro p:not(.eyebrow),
.why-outcome-copy p,
.why-cta-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.72;
}

.why-reason-list {
  min-width: 0;
  display: grid;
}

.why-reason-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  padding: 30px 0;
  border-top: 1px solid rgba(48, 188, 233, 0.22);
}

.why-reason-card:last-child {
  border-bottom: 1px solid rgba(48, 188, 233, 0.22);
}

.why-reason-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 28px;
  width: 1px;
  background: linear-gradient(180deg, rgba(48, 188, 233, 0.18), rgba(48, 188, 233, 0.04));
  pointer-events: none;
}

.why-reason-card > * {
  position: relative;
  z-index: 1;
}

.why-reason-number {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.28);
  border-radius: 8px;
  color: var(--primary-dark);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.12), transparent 68%),
    var(--surface);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.why-reason-card:hover .why-reason-number {
  transform: translateY(-3px);
  border-color: rgba(48, 188, 233, 0.58);
}

.why-reason-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 27px;
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
}

.why-reason-card p {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15.5px;
  font-weight: 650;
  line-height: 1.72;
}

.why-clean-list {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.why-clean-list li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.5;
}

.why-clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 5px rgba(48, 188, 233, 0.08);
  transform: translateY(-50%);
}

.why-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.why-inline-list li {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px 0 26px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  background: rgba(48, 188, 233, 0.06);
}

.why-inline-list li::before {
  left: 12px;
}

.why-outcome-section {
  position: relative;
  overflow: hidden;
  padding: 94px 0;
  color: #f5f9fc;
  background:
    radial-gradient(circle at 18% 22%, rgba(48, 188, 233, 0.16), transparent 30%),
    radial-gradient(circle at 84% 74%, rgba(47, 109, 246, 0.12), transparent 34%),
    linear-gradient(135deg, #0e2b3a 0%, #0a1d2d 52%, #07131d 100%);
}

.why-outcome-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(120, 216, 244, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 216, 244, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.why-outcome-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(420px, 1fr);
  gap: 62px;
  align-items: center;
}

.why-outcome-copy .eyebrow {
  color: #78d8f4;
}

.why-outcome-copy h2,
.why-cta-copy h2 {
  color: #f5f9fc;
}

.why-outcome-copy p {
  max-width: 620px;
  color: rgba(226, 237, 246, 0.76);
}

.why-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.why-outcome-item {
  position: relative;
  overflow: hidden;
  min-height: 108px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 16px 18px 16px 20px;
  border: 1px solid rgba(126, 174, 198, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.16), transparent 62%),
    rgba(255, 255, 255, 0.055);
}

.why-outcome-item::before {
  content: "";
  position: absolute;
  inset: 14px auto 14px 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, rgba(120, 216, 244, 0.22), rgba(120, 216, 244, 0.92), rgba(47, 109, 246, 0.28));
  box-shadow: 0 0 18px rgba(48, 188, 233, 0.24);
}

.why-outcome-item p {
  margin: 0;
  color: rgba(245, 249, 252, 0.88);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.5;
}

.why-cta-section {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  background:
    linear-gradient(118deg, rgba(48, 188, 233, 0.14) 0 30%, transparent 30.2% 100%),
    linear-gradient(180deg, #f8fdff 0%, #e7f8fd 50%, #fafdff 100%);
}

:root[data-theme="dark"] .why-cta-section {
  background:
    linear-gradient(118deg, rgba(66, 201, 243, 0.1) 0 30%, transparent 30.2% 100%),
    linear-gradient(135deg, #102230 0%, #0c1a26 52%, #08121b 100%);
}

.why-cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 58px;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid rgba(48, 188, 233, 0.28);
}

.why-cta-copy h2 {
  max-width: 780px;
  color: var(--ink);
}

.why-cta-copy p {
  max-width: 680px;
}

.why-cta-actions {
  display: grid;
  gap: 12px;
}

.why-contact-link {
  display: grid;
  gap: 2px;
  min-height: 66px;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  text-align: center;
  box-shadow: 0 16px 38px rgba(8, 24, 36, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.why-contact-link:hover,
.why-contact-link:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(48, 188, 233, 0.42);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 46px rgba(8, 24, 36, 0.12);
  outline: none;
}

.why-contact-link span {
  color: var(--primary-dark);
}

.why-contact-link strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
}

:root[data-theme="dark"] .why-contact-link {
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

:root[data-theme="dark"] .why-contact-link:hover,
:root[data-theme="dark"] .why-contact-link:focus-visible {
  background: rgba(255, 255, 255, 0.09);
}

@media (max-width: 1080px) {
  .why-hero-layout,
  .why-reasons-layout,
  .why-outcome-layout,
  .why-cta-layout {
    grid-template-columns: 1fr;
  }

  .why-hero-copy h1 {
    font-size: 45px;
  }

  .why-hero-visual {
    min-height: 390px;
  }

  .why-reasons-intro {
    position: static;
    max-width: 760px;
  }

  .why-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .why-hero-section {
    min-height: auto;
    padding: 52px 0 58px;
  }

  .why-hero-layout,
  .why-reasons-layout,
  .why-outcome-layout,
  .why-cta-layout {
    gap: 30px;
  }

  .why-hero-copy h1 {
    font-size: 35px;
    line-height: 1.08;
  }

  .why-hero-lead {
    padding-left: 15px;
  }

  .why-hero-lead p,
  .why-reason-card p,
  .why-clean-list li {
    font-size: 14.5px;
    line-height: 1.62;
  }

  .why-hero-actions,
  .why-hero-actions .btn {
    width: 100%;
  }

  .why-hero-visual {
    min-height: 360px;
  }

  .why-visual-overlay strong {
    font-size: 23px;
  }

  .why-proof-grid,
  .why-outcome-grid {
    grid-template-columns: 1fr;
  }

  .why-proof-grid div {
    min-height: auto;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(120, 216, 244, 0.18);
  }

  .why-proof-grid div:last-child {
    border-bottom: 0;
  }

  .why-reasons-section,
  .why-outcome-section,
  .why-cta-section {
    padding: 64px 0;
  }

  .why-reasons-intro,
  .why-cta-layout {
    padding-left: 14px;
  }

  .why-reasons-intro h2,
  .why-outcome-copy h2,
  .why-cta-copy h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .why-reason-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 24px 0;
  }

  .why-reason-card::before {
    left: 22px;
  }

  .why-reason-number {
    width: 40px;
    height: 40px;
  }

  .why-reason-card h3 {
    font-size: 23px;
  }

  .why-inline-list {
    display: grid;
  }

  .why-cta-layout {
    border-left: 2px solid rgba(48, 188, 233, 0.34);
    border-top: 0;
  }

  .why-cta-actions,
  .why-cta-actions .btn,
  .why-contact-link {
    width: 100%;
  }
}

@media (max-width: 1080px) {
  .about-intro-layout,
  .about-belief-layout,
  .about-contact-panel {
    grid-template-columns: 1fr;
  }

  .about-work-card,
  .about-values-panel {
    max-width: none;
  }

  .about-scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-contact-actions {
    max-width: none;
    justify-items: stretch;
  }

  .about-contact-card {
    min-height: auto;
    padding: 28px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(48, 188, 233, 0.24);
  }

  .about-contact-assurance {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .about-intro-section::after,
  .about-scope-section::after,
  .about-belief-section::after,
  .about-contact-section::after {
    left: 18px;
    right: 18px;
    height: 20px;
    opacity: 0.8;
    background:
      linear-gradient(90deg, transparent, var(--about-divider-line) 12%, var(--about-divider-line) 36%, transparent 36% 64%, var(--about-divider-line) 64%, var(--about-divider-line) 88%, transparent) 50% 50% / 100% 1px no-repeat,
      linear-gradient(90deg, transparent, var(--about-divider-strong), var(--about-divider-strong), transparent) 50% 50% / 132px 2px no-repeat,
      linear-gradient(135deg, transparent 0 43%, var(--about-divider-node) 43% 57%, transparent 57% 100%) calc(50% - 82px) 50% / 28px 11px no-repeat,
      linear-gradient(135deg, transparent 0 43%, var(--about-divider-node) 43% 57%, transparent 57% 100%) calc(50% + 82px) 50% / 28px 11px no-repeat,
      linear-gradient(90deg, transparent, var(--about-divider-glow), transparent) 50% 50% / 220px 16px no-repeat;
  }

  .about-intro-section,
  .about-scope-section,
  .about-belief-section,
  .about-contact-section {
    padding: 64px 0;
  }

  .about-section-head h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .about-story-panel,
  .about-work-card,
  .about-statement-card,
  .about-values-panel {
    padding: 22px;
  }

  .about-contact-panel {
    gap: 28px;
  }

  .about-contact-copy {
    padding-left: 14px;
  }

  .about-values-panel {
    align-content: start;
  }

  .about-values-lead {
    font-size: 22px;
    line-height: 1.22;
  }

  .about-copy p,
  .about-work-card > p:not(.eyebrow),
  .about-scope-card p,
  .about-value-item p,
  .about-scope-summary p {
    font-size: 14.5px;
    line-height: 1.68;
  }

  .about-principle-item {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 12px;
  }

  .about-focus-strip {
    grid-template-columns: 1fr;
  }

  .about-scope-grid {
    grid-template-columns: 1fr;
  }

  .about-scope-card {
    min-height: auto;
    padding: 22px;
  }

  .about-scope-summary {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 22px;
    padding: 22px;
  }

  .about-scope-summary p {
    max-width: none;
    font-size: 15px;
    line-height: 1.58;
  }

  .about-section-head-narrow {
    text-align: left;
  }

  .about-value-list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: minmax(164px, 1fr);
  }

  .about-contact-panel h2 {
    font-size: 32px;
    line-height: 1.08;
  }

  .about-contact-actions,
  .about-contact-actions .btn,
  .about-contact-phone {
    width: 100%;
  }

  .about-contact-assurance {
    grid-template-columns: 1fr;
  }

  .about-contact-assurance div {
    min-height: auto;
  }

  .about-contact-card {
    padding-top: 22px;
  }
}

@media (max-width: 480px) {
  .about-principle-item {
    grid-template-columns: 1fr;
  }

  .about-scope-card h3 {
    margin-top: 22px;
  }
}

/* Corporate hub: simplified navigation-first page */
.corporate-hub-hero {
  min-height: calc(100vh - 126px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(48px, 6vw, 76px) 0;
}

.corporate-hub-hero::after {
  display: none;
}

.corporate-hub-layout {
  grid-template-columns: minmax(260px, 0.54fr) minmax(620px, 1.1fr);
  gap: clamp(30px, 4.5vw, 58px);
}

.corporate-hub-hero .corporate-hero-copy h1 {
  max-width: 560px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1;
}

.corporate-hub-hero .corporate-hero-copy > p:not(.eyebrow) {
  max-width: 420px;
  margin-top: 18px;
}

.corporate-hub-panel {
  position: relative;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(238, 247, 251, 0.66)),
    var(--surface);
  box-shadow:
    0 30px 82px rgba(20, 61, 76, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

:root[data-theme="dark"] .corporate-hub-panel {
  background:
    linear-gradient(145deg, rgba(18, 27, 36, 0.84), rgba(8, 18, 32, 0.68)),
    var(--surface);
  box-shadow:
    0 30px 82px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.corporate-hub-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(135deg, transparent, #000 20%, #000 80%, transparent);
  pointer-events: none;
}

.corporate-hub-head,
.corporate-hub-grid {
  position: relative;
  z-index: 1;
}

.corporate-hub-head {
  display: block;
  padding: 4px 4px 12px;
}

.corporate-hub-head span {
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.corporate-hub-head strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.corporate-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.corporate-hub-card {
  position: relative;
  min-height: 142px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: end;
  gap: 12px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.52)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.18),
    0 14px 34px rgba(21, 23, 27, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 260ms ease;
}

:root[data-theme="dark"] .corporate-hub-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.026)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.22),
    0 18px 46px rgba(0, 0, 0, 0.18);
}

.corporate-hub-card.primary {
  grid-column: 1 / -1;
  min-height: 162px;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
}

.corporate-hub-card.primary:not(.is-current) {
  color: var(--ink);
  border-color: rgba(48, 188, 233, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.58)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.22),
    0 18px 46px rgba(21, 23, 27, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

:root[data-theme="dark"] .corporate-hub-card.primary:not(.is-current) {
  border-color: rgba(48, 188, 233, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.028)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.24),
    0 18px 46px rgba(0, 0, 0, 0.18);
}

.corporate-hub-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.44) 48%, transparent 58% 100%);
  opacity: 0;
  transform: translateX(-110%);
  transition: opacity 180ms ease, transform 520ms ease;
  pointer-events: none;
}

.corporate-hub-card::after {
  content: none;
}

.corporate-hub-card.primary::after {
  content: none;
}

.corporate-hub-card:hover,
.corporate-hub-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(48, 188, 233, 0.5);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.42),
    0 24px 58px rgba(48, 188, 233, 0.14),
    0 0 0 1px rgba(48, 188, 233, 0.08) inset;
  outline: none;
}

.corporate-hub-card:hover::before,
.corporate-hub-card:focus-visible::before {
  opacity: 0.55;
  transform: translateX(110%);
}

.corporate-hub-card > div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hub-card-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(20, 151, 194, 0.38);
  pointer-events: none;
  transition: transform 180ms ease, color 180ms ease, opacity 180ms ease;
}

.corporate-hub-card.primary .hub-card-icon {
  top: 22px;
  right: 22px;
  color: rgba(20, 151, 194, 0.44);
}

.hub-card-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.corporate-hub-card.primary .hub-card-icon svg {
  width: 34px;
  height: 34px;
}

.corporate-hub-card:hover .hub-card-icon,
.corporate-hub-card:focus-visible .hub-card-icon {
  transform: translate3d(2px, -2px, 0);
  color: rgba(20, 151, 194, 0.58);
}

.corporate-hub-card.primary:hover .hub-card-icon,
.corporate-hub-card.primary:focus-visible .hub-card-icon {
  color: rgba(20, 151, 194, 0.64);
}

.corporate-hub-card small {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 6px;
  color: var(--primary-dark);
  font-size: 10.8px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.corporate-hub-card.primary small {
  color: var(--primary-dark);
}

.corporate-hub-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: currentColor;
  font-size: clamp(19px, 1.75vw, 26px);
  line-height: 1.04;
  letter-spacing: 0;
}

.corporate-hub-card.primary h2 {
  font-size: clamp(30px, 3.2vw, 42px);
}

.corporate-hub-card p {
  position: relative;
  z-index: 1;
  max-width: 260px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.corporate-hub-card.primary p {
  max-width: min(100%, 560px);
  color: var(--muted);
  white-space: nowrap;
}

.corporate-hub-card.is-current {
  cursor: default;
}

.corporate-hub-card.is-current:not(.primary) {
  color: var(--white);
  border-color: rgba(124, 219, 255, 0.72);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.15), transparent 46%),
    linear-gradient(135deg, #1fc2ec 0%, #255ff2 100%);
  box-shadow:
    inset 2px 0 0 rgba(255, 255, 255, 0.38),
    0 22px 52px rgba(48, 188, 233, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.corporate-hub-card.is-current:not(.primary) small,
.corporate-hub-card.is-current:not(.primary) p {
  color: rgba(255, 255, 255, 0.82);
}

.corporate-hub-card.is-current:not(.primary) .hub-card-icon {
  color: rgba(255, 255, 255, 0.72);
}

.corporate-hub-card.primary.is-current {
  color: var(--white);
  border-color: rgba(124, 219, 255, 0.72);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.15), transparent 46%),
    linear-gradient(135deg, #1fc2ec 0%, #255ff2 100%);
  box-shadow:
    inset 2px 0 0 rgba(255, 255, 255, 0.42),
    0 24px 58px rgba(48, 188, 233, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.corporate-hub-card.primary.is-current .hub-card-icon {
  color: rgba(255, 255, 255, 0.72);
}

.corporate-hub-card.primary.is-current small,
.corporate-hub-card.primary.is-current p {
  color: rgba(255, 255, 255, 0.82);
}

.corporate-hub-card.primary.is-current:hover .hub-card-icon,
.corporate-hub-card.primary.is-current:focus-visible .hub-card-icon {
  color: rgba(255, 255, 255, 0.84);
}

.corporate-subnav-section {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 88px) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(238, 247, 251, 0.72)),
    var(--page-bg);
}

:root[data-theme="dark"] .corporate-subnav-section {
  background:
    linear-gradient(180deg, rgba(14, 24, 34, 0.76), rgba(8, 18, 32, 0.72)),
    var(--page-bg);
}

.corporate-subnav-panel {
  max-width: 980px;
  margin: 0 auto;
}

.corporate-subnav-panel .corporate-hub-card[aria-current="page"] {
  cursor: default;
}

@media (max-width: 1080px) {
  .corporate-hub-hero {
    min-height: auto;
  }

  .corporate-hub-layout {
    grid-template-columns: 1fr;
  }

  .corporate-hub-panel {
    max-width: 820px;
  }
}

@media (max-width: 720px) {
  .corporate-hub-hero {
    padding: 28px 0 34px;
  }

  .corporate-hub-hero .corporate-hero-copy h1 {
    max-width: min(100%, 340px);
    font-size: clamp(32px, 8.5vw, 38px);
    line-height: 1.08;
  }

  .corporate-hub-hero .corporate-hero-copy > p:not(.eyebrow) {
    max-width: min(100%, 350px);
    margin-top: 10px;
    line-height: 1.5;
  }

  .corporate-hub-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .corporate-hub-card,
  .corporate-hub-card.primary {
    min-height: 86px;
    grid-template-columns: 40px minmax(0, 1fr);
    align-content: center;
    align-items: center;
    gap: 12px;
    padding: 12px;
  }

  .corporate-hub-card.primary {
    min-height: 98px;
  }

  .corporate-hub-card h2 {
    font-size: 21px;
  }

  .corporate-hub-card.primary h2 {
    font-size: 28px;
  }

  .hub-card-icon,
  .corporate-hub-card.primary .hub-card-icon {
    position: static;
    grid-column: 1;
    grid-row: 1;
    width: 40px;
    height: 40px;
    align-self: center;
    justify-content: center;
    color: var(--primary-dark);
  }

  .corporate-hub-card.primary.is-current .hub-card-icon {
    color: rgba(255, 255, 255, 0.92);
  }

  .corporate-hub-card > div {
    grid-column: 2;
  }

  .hub-card-icon svg,
  .corporate-hub-card.primary .hub-card-icon svg {
    width: 20px;
    height: 20px;
  }

  .corporate-hub-card small {
    margin-bottom: 4px;
    font-size: 10.5px;
  }

  .corporate-hub-card p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.38;
    white-space: normal;
  }

  .corporate-hub-card.primary p {
    white-space: normal;
  }

  .corporate-subnav-section {
    padding: 42px 0 58px;
  }
}

@media (max-width: 480px) {
  .corporate-hub-panel {
    padding: 12px;
  }

  .corporate-hub-head {
    padding: 4px 4px 10px;
  }

  .corporate-hub-head strong {
    display: none;
  }

  .corporate-hub-card {
    min-height: 84px;
  }

  .corporate-hub-card.primary {
    min-height: 96px;
  }
}

/* Corporate hub balanced grid */
.corporate-hub-grid-balanced {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.corporate-hub-grid-balanced .corporate-hub-card.primary {
  grid-column: 1 / -1;
}

@media (max-width: 720px) {
  .corporate-hub-grid-balanced {
    grid-template-columns: 1fr;
  }
}

/* Service detail pages */
.service-detail-page {
  background: var(--page-bg);
}

.service-detail-hero .corporate-hero-copy h1 {
  max-width: 660px;
}

.service-detail-hero .corporate-hero-copy > p:not(.eyebrow) {
  max-width: 520px;
}

.service-detail-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 560px;
  margin-top: 24px;
}

.service-detail-signals span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--hero-pill-border);
  border-radius: 999px;
  color: var(--hero-pill-ink);
  background: var(--hero-pill-bg);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.service-subnav-panel {
  max-width: 820px;
}

.service-subnav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.service-subnav-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.service-subnav-card {
  position: relative;
  min-height: 76px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  overflow: hidden;
  padding: 11px;
  border: 1px solid rgba(48, 188, 233, 0.15);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.42)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.16),
    0 12px 30px rgba(21, 23, 27, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

:root[data-theme="dark"] .service-subnav-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.2),
    0 16px 38px rgba(0, 0, 0, 0.16);
}

.service-subnav-card > span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.09);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.service-subnav-card div {
  min-width: 0;
}

.service-subnav-card small {
  display: block;
  margin-bottom: 4px;
  color: var(--primary-dark);
  font-size: 10.5px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.service-subnav-card strong {
  display: block;
  color: currentColor;
  font-size: 13px;
  font-weight: 880;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.service-subnav-card:hover,
.service-subnav-card:focus-visible {
  color: var(--primary-dark);
  transform: translateY(-3px);
  border-color: rgba(48, 188, 233, 0.45);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.38),
    0 20px 46px rgba(48, 188, 233, 0.12);
  outline: none;
}

.service-subnav-card.is-current {
  color: var(--white);
  cursor: default;
  border-color: rgba(124, 219, 255, 0.72);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.15), transparent 46%),
    linear-gradient(135deg, #1fc2ec 0%, #255ff2 100%);
  box-shadow:
    inset 2px 0 0 rgba(255, 255, 255, 0.38),
    0 22px 52px rgba(48, 188, 233, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.service-subnav-card.is-current small,
.service-subnav-card.is-current > span {
  color: rgba(255, 255, 255, 0.84);
}

.service-subnav-card.is-current > span {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.16);
}

:root[data-theme="dark"] .service-subnav-card.is-current,
:root[data-theme="dark"] .service-subnav-card[aria-current="page"] {
  color: #ffffff;
  border-color: rgba(124, 219, 255, 0.78);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.16), transparent 46%),
    linear-gradient(135deg, #1fc2ec 0%, #255ff2 100%);
  box-shadow:
    inset 2px 0 0 rgba(255, 255, 255, 0.42),
    0 24px 58px rgba(48, 188, 233, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

:root[data-theme="dark"] .service-subnav-card.is-current small,
:root[data-theme="dark"] .service-subnav-card[aria-current="page"] small,
:root[data-theme="dark"] .service-subnav-card.is-current > span,
:root[data-theme="dark"] .service-subnav-card[aria-current="page"] > span {
  color: rgba(255, 255, 255, 0.86);
}

:root[data-theme="dark"] .service-subnav-card.is-current > span,
:root[data-theme="dark"] .service-subnav-card[aria-current="page"] > span {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.18);
}

.service-detail-hero .service-subnav-panel-mega {
  max-width: 860px;
  padding: clamp(14px, 1.6vw, 18px);
}

.service-subnav-mega-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.service-subnav-mega-group {
  --subnav-accent: #30bce9;
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--subnav-accent) 18%, transparent);
  border-radius: 12px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--subnav-accent) 8%, transparent), transparent 66%),
    rgba(255, 255, 255, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.service-subnav-mega-group:nth-child(2) {
  --subnav-accent: #2f6df6;
}

.service-subnav-mega-group:nth-child(3) {
  --subnav-accent: #14b8a6;
}

.service-subnav-mega-group:nth-child(4) {
  --subnav-accent: #7c5cff;
}

.service-subnav-mega-group:nth-child(5) {
  --subnav-accent: #0ea5e9;
}

:root[data-theme="dark"] .service-subnav-mega-group {
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--subnav-accent) 11%, transparent), transparent 66%),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.service-subnav-mega-group.is-current-parent {
  border-color: color-mix(in srgb, var(--subnav-accent) 42%, transparent);
  box-shadow:
    0 18px 42px color-mix(in srgb, var(--subnav-accent) 11%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.service-subnav-mega-title {
  min-height: 42px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid color-mix(in srgb, var(--subnav-accent) 16%, transparent);
  color: var(--ink);
}

.service-subnav-mega-title > span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--subnav-accent) 32%, transparent);
  border-radius: 8px;
  color: var(--subnav-accent);
  background: color-mix(in srgb, var(--subnav-accent) 10%, transparent);
  font-size: 10.5px;
  font-weight: 950;
  line-height: 1;
}

.service-subnav-mega-title div {
  min-width: 0;
}

.service-subnav-mega-title strong {
  display: block;
  color: currentColor;
  font-size: 12.8px;
  font-weight: 920;
  line-height: 1.16;
}

.service-subnav-mega-title small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 720;
  line-height: 1.22;
}

.service-subnav-mega-links {
  display: grid;
  gap: 5px;
}

.service-subnav-mega-links a {
  position: relative;
  min-height: 30px;
  display: flex;
  align-items: center;
  padding: 6px 8px 6px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  font-size: 11.6px;
  font-weight: 760;
  line-height: 1.16;
}

.service-subnav-mega-links a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--subnav-accent) 74%, transparent);
  transform: translateY(-50%);
}

.service-subnav-mega-title:hover,
.service-subnav-mega-title:focus-visible,
.service-subnav-mega-links a:hover,
.service-subnav-mega-links a:focus-visible {
  color: var(--ink);
  outline: none;
}

.service-subnav-mega-links a:hover,
.service-subnav-mega-links a:focus-visible {
  border-color: color-mix(in srgb, var(--subnav-accent) 18%, transparent);
  background: color-mix(in srgb, var(--subnav-accent) 8%, transparent);
}

.service-subnav-mega-links a.is-current,
.service-subnav-mega-links a[aria-current="page"] {
  color: #ffffff;
  border-color: color-mix(in srgb, var(--subnav-accent) 72%, transparent);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.18), transparent 48%),
    linear-gradient(135deg, var(--subnav-accent), color-mix(in srgb, var(--subnav-accent) 58%, #255ff2));
  box-shadow:
    0 16px 34px color-mix(in srgb, var(--subnav-accent) 22%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.service-subnav-mega-links a.is-current::before,
.service-subnav-mega-links a[aria-current="page"]::before {
  background: #ffffff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.42);
}

@media (max-width: 760px) {
  .service-subnav-mega-grid {
    grid-template-columns: 1fr;
  }
}

.service-detail-section {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 90px) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(238, 247, 251, 0.72)),
    var(--page-bg);
}

:root[data-theme="dark"] .service-detail-section {
  background:
    linear-gradient(180deg, rgba(14, 24, 34, 0.76), rgba(8, 18, 32, 0.72)),
    var(--page-bg);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.5fr);
  gap: 16px;
  align-items: start;
}

.service-detail-main-panel,
.service-detail-side-panel,
.service-detail-option,
.service-detail-list-panel,
.service-detail-flow article,
.service-detail-cta {
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.54)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.18),
    0 18px 46px rgba(21, 23, 27, 0.05);
}

:root[data-theme="dark"] .service-detail-main-panel,
:root[data-theme="dark"] .service-detail-side-panel,
:root[data-theme="dark"] .service-detail-option,
:root[data-theme="dark"] .service-detail-list-panel,
:root[data-theme="dark"] .service-detail-flow article,
:root[data-theme="dark"] .service-detail-cta {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.026)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.22),
    0 18px 46px rgba(0, 0, 0, 0.18);
}

.service-detail-main-panel {
  min-height: 100%;
  padding: clamp(24px, 3vw, 34px);
}

.service-detail-grid > .service-detail-main-panel:first-child:nth-last-child(n + 4) {
  grid-column: 1 / -1;
}

.service-detail-main-panel h2 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.04;
  letter-spacing: 0;
}

.service-detail-copy {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-top: 22px;
}

.service-detail-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 680;
  line-height: 1.7;
}

.service-detail-side-panel {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.service-detail-side-panel > span {
  color: var(--primary-dark);
  font-size: 11.5px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.service-detail-feature-list {
  display: grid;
  gap: 8px;
}

.service-detail-feature {
  scroll-margin-top: 132px;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(48, 188, 233, 0.055);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.service-detail-feature:hover,
.service-detail-feature:focus-visible,
.service-detail-feature.is-current,
.service-detail-feature[aria-current="page"] {
  color: var(--primary-dark);
  border-color: rgba(48, 188, 233, 0.44);
  background: rgba(48, 188, 233, 0.13);
  outline: none;
}

.service-detail-feature::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 16px rgba(48, 188, 233, 0.34);
}

.service-detail-option-grid,
.service-detail-list-grid {
  grid-column: 1 / -1;
  display: grid;
  gap: 16px;
}

.service-detail-option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-detail-list-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.service-detail-option,
.service-detail-list-panel {
  padding: 22px;
}

.service-detail-option > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.075);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.service-detail-option h3,
.service-detail-list-panel h3 {
  margin: 16px 0 10px;
  color: var(--ink);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.12;
  letter-spacing: 0;
}

.service-detail-option p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 690;
  line-height: 1.66;
}

.service-detail-list-panel ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-detail-list-panel li {
  position: relative;
  min-height: 36px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(48, 188, 233, 0.13);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(48, 188, 233, 0.045);
  font-size: 13.5px;
  font-weight: 720;
  line-height: 1.42;
}

.service-detail-list-panel li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 14px rgba(48, 188, 233, 0.32);
}

.service-detail-flow {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 2px;
}

.service-detail-flow article {
  min-height: 188px;
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-detail-flow article:hover {
  transform: translateY(-4px);
  border-color: rgba(48, 188, 233, 0.44);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.34),
    0 22px 52px rgba(48, 188, 233, 0.12);
}

.service-detail-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.service-detail-flow h3 {
  margin: 18px 0 8px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.14;
}

.service-detail-flow p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 690;
  line-height: 1.58;
}

.private-cloud-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 98px) 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(236, 248, 252, 0.68) 52%, rgba(246, 251, 255, 0.92)),
    var(--page-bg);
}

:root[data-theme="dark"] .private-cloud-showcase {
  background:
    linear-gradient(135deg, rgba(11, 22, 34, 0.94), rgba(9, 34, 48, 0.74) 52%, rgba(8, 18, 32, 0.94)),
    var(--page-bg);
}

.private-cloud-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(330px, 0.76fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: stretch;
}

.private-cloud-narrative,
.private-cloud-visual-card,
.private-cloud-audience-card,
.private-cloud-faq-list details {
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.56)),
    var(--surface);
  box-shadow:
    0 24px 58px rgba(20, 61, 76, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

:root[data-theme="dark"] .private-cloud-narrative,
:root[data-theme="dark"] .private-cloud-visual-card,
:root[data-theme="dark"] .private-cloud-audience-card,
:root[data-theme="dark"] .private-cloud-faq-list details {
  border-color: rgba(124, 219, 255, 0.17);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.026)),
    var(--surface);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.private-cloud-narrative {
  min-height: 100%;
  padding: clamp(24px, 3.2vw, 42px);
}

.private-cloud-narrative h2,
.private-cloud-section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
}

.private-cloud-narrative p:not(.eyebrow),
.private-cloud-section-head p:not(.eyebrow) {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 680;
  line-height: 1.72;
}

.private-cloud-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.private-cloud-proof-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}

.private-cloud-visual-card {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  background: #081820;
}

.private-cloud-visual-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.private-cloud-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(4, 18, 27, 0.78));
  pointer-events: none;
}

.private-cloud-visual-card figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(124, 219, 255, 0.22);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(7, 24, 35, 0.76);
  backdrop-filter: blur(12px);
}

.private-cloud-visual-card figcaption span {
  color: #7cdbff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.private-cloud-visual-card figcaption strong {
  max-width: 520px;
  font-size: clamp(17px, 1.9vw, 23px);
  line-height: 1.22;
}

.private-cloud-section .service-detail-side-panel,
.private-cloud-process-panel {
  grid-column: 1 / -1;
}

.private-cloud-section .service-detail-feature-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.private-cloud-process-panel h2 {
  max-width: 940px;
}

.private-cloud-process-flow article {
  min-height: 212px;
}

.private-cloud-audience-section,
.private-cloud-faq-section {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 96px) 0;
  background: var(--page-bg);
}

.private-cloud-audience-section {
  background:
    linear-gradient(180deg, rgba(238, 247, 251, 0.78), rgba(255, 255, 255, 0.88)),
    var(--page-bg);
}

:root[data-theme="dark"] .private-cloud-audience-section {
  background:
    linear-gradient(180deg, rgba(8, 20, 32, 0.86), rgba(11, 22, 34, 0.92)),
    var(--page-bg);
}

.private-cloud-section-head {
  max-width: 900px;
  margin-bottom: clamp(22px, 3vw, 34px);
}

.private-cloud-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.private-cloud-audience-card {
  --private-cloud-accent: #30bce9;
  position: relative;
  overflow: hidden;
  min-height: 218px;
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.private-cloud-audience-card:nth-child(2n) {
  --private-cloud-accent: #2f6df6;
}

.private-cloud-audience-card:nth-child(3n) {
  --private-cloud-accent: #14b8a6;
}

.private-cloud-audience-card:nth-child(4n) {
  --private-cloud-accent: #7c5cff;
}

.private-cloud-audience-card::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--private-cloud-accent) 28%, transparent), var(--private-cloud-accent));
}

.private-cloud-audience-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--private-cloud-accent) 38%, transparent);
  box-shadow:
    0 26px 62px color-mix(in srgb, var(--private-cloud-accent) 14%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.private-cloud-audience-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid color-mix(in srgb, var(--private-cloud-accent) 28%, transparent);
  border-radius: 8px;
  color: var(--private-cloud-accent);
  background: color-mix(in srgb, var(--private-cloud-accent) 10%, transparent);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.private-cloud-audience-card h3 {
  margin: 18px 0 9px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.16;
}

.private-cloud-audience-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 690;
  line-height: 1.58;
}

.private-cloud-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
}

.private-cloud-faq-list {
  display: grid;
  gap: 12px;
}

.private-cloud-faq-list summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  color: var(--ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
  list-style: none;
}

.private-cloud-faq-list summary::-webkit-details-marker {
  display: none;
}

.private-cloud-faq-list summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 18px;
  font-weight: 850;
  line-height: 1;
}

.private-cloud-faq-list details[open] summary::after {
  content: "-";
}

.private-cloud-faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 680;
  line-height: 1.66;
}

@media (max-width: 1080px) {
  .private-cloud-showcase-grid,
  .private-cloud-faq-layout {
    grid-template-columns: 1fr;
  }

  .private-cloud-section .service-detail-feature-list,
  .private-cloud-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .private-cloud-visual-card {
    min-height: 380px;
  }
}

@media (max-width: 700px) {
  .private-cloud-section .service-detail-feature-list,
  .private-cloud-audience-grid {
    grid-template-columns: 1fr;
  }

  .private-cloud-audience-card {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .private-cloud-narrative,
  .private-cloud-audience-card {
    padding: 20px;
  }

  .private-cloud-visual-card {
    min-height: 0;
  }

  .private-cloud-visual-card img {
    height: auto;
    min-height: 260px;
    aspect-ratio: 16 / 10;
  }

  .private-cloud-visual-card::after {
    display: none;
  }

  .private-cloud-visual-card figcaption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 12px;
  }

  .private-cloud-faq-list summary {
    align-items: flex-start;
    min-height: 0;
    padding: 16px;
  }

  .private-cloud-faq-list p {
    padding: 0 16px 16px;
  }
}

.email-architecture-section {
  padding: clamp(58px, 7vw, 96px) 0;
}

.service-email-page {
  --email-success: #16a36f;
  --email-gold: #d89018;
  --email-violet: #5266d8;
}

.email-architecture-layout {
  width: min(1540px, calc(100vw - clamp(28px, 4vw, 84px)));
  max-width: calc(100vw - 28px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.home-animations-ready .email-architecture-section .motion-reveal {
  --motion-delay: 0ms;
  filter: none;
}

.email-command-panel,
.email-risk-section,
.email-choice-section,
.email-flow-section,
.email-scope-section,
.email-benefit-section,
.email-security-section,
.email-fit-section,
.email-faq-section,
.email-outcome-section {
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(248, 253, 255, 0.62)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.14),
    0 18px 48px rgba(21, 23, 27, 0.052);
}

:root[data-theme="dark"] .email-command-panel,
:root[data-theme="dark"] .email-risk-section,
:root[data-theme="dark"] .email-choice-section,
:root[data-theme="dark"] .email-flow-section,
:root[data-theme="dark"] .email-scope-section,
:root[data-theme="dark"] .email-benefit-section,
:root[data-theme="dark"] .email-security-section,
:root[data-theme="dark"] .email-fit-section,
:root[data-theme="dark"] .email-faq-section,
:root[data-theme="dark"] .email-outcome-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.026)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.22),
    0 18px 46px rgba(0, 0, 0, 0.18);
}

.email-command-panel {
  position: relative;
  overflow: hidden;
  grid-column: 1 / -1;
  grid-row: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: clamp(24px, 4vw, 54px);
  padding: clamp(28px, 4.6vw, 54px);
}

.email-command-panel::after {
  content: "";
  position: absolute;
  right: -130px;
  top: -130px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(48, 188, 233, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.email-command-copy,
.email-command-visual,
.email-command-metrics {
  position: relative;
  z-index: 1;
}

.email-command-copy h2,
.email-section-head h2,
.email-flow-intro h2,
.email-scope-head h2,
.email-security-copy h2 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
}

.email-command-copy h2 {
  max-width: 820px;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.02;
}

.email-command-copy > p:not(.eyebrow),
.email-section-head > p,
.email-choice-card p,
.email-flow-grid p,
.email-scope-modules p,
.email-benefit-grid p,
.email-security-copy > p:not(.eyebrow),
.email-faq-list p {
  margin: 0;
  color: var(--muted);
  font-weight: 690;
  line-height: 1.68;
}

.email-command-copy > p:not(.eyebrow) {
  max-width: 780px;
  margin-top: 18px;
  font-size: 16px;
}

.email-command-metrics {
  align-self: end;
  display: grid;
  gap: 10px;
}

.email-command-metrics div,
.email-choice-card,
.email-flow-grid article,
.email-scope-modules article,
.email-outcome-section div {
  border: 1px solid rgba(48, 188, 233, 0.15);
  border-radius: 8px;
  background: rgba(48, 188, 233, 0.052);
}

.email-command-metrics div {
  min-height: 94px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 15px 16px;
}

.email-command-metrics span,
.email-choice-card > span,
.email-flow-grid span,
.email-scope-modules span,
.email-outcome-section span {
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.email-command-metrics strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 920;
  line-height: 1.2;
}

.email-command-metrics small {
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 720;
  line-height: 1.42;
}

.email-command-visual {
  display: grid;
  gap: 12px;
  align-self: stretch;
}

.email-command-media {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  margin: 0;
  border: 1px solid rgba(48, 188, 233, 0.17);
  border-radius: 8px;
  background: rgba(48, 188, 233, 0.08);
}

.email-command-media::after {
  content: "E-posta operasyonu";
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #fff;
  background: rgba(10, 22, 34, 0.54);
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
}

.email-command-media img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  display: block;
  object-fit: cover;
}

.email-choice-section,
.email-flow-section,
.email-scope-section,
.email-risk-section,
.email-benefit-section,
.email-security-section,
.email-fit-section,
.email-faq-section {
  padding: clamp(24px, 3.5vw, 38px);
}

.email-risk-section {
  grid-column: 1 / -1;
  grid-row: 2;
}

.email-choice-section {
  grid-column: 1 / span 7;
  grid-row: 3;
}

.email-section-head {
  display: grid;
  gap: 8px;
  align-content: start;
}

.email-section-head h2,
.email-flow-intro h2,
.email-scope-head h2 {
  max-width: 740px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.08;
}

.email-section-head > p {
  max-width: 720px;
  font-size: 14.5px;
}

.email-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.email-risk-grid article,
.email-benefit-grid article,
.email-security-stack div,
.email-fit-list li,
.email-faq-list details {
  border: 1px solid rgba(48, 188, 233, 0.15);
  border-radius: 8px;
  background: rgba(48, 188, 233, 0.052);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.email-risk-grid article {
  min-height: 126px;
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 18px;
}

.email-risk-grid article:nth-child(2n),
.email-security-stack div:nth-child(2n) {
  border-color: rgba(22, 163, 111, 0.2);
  background: rgba(22, 163, 111, 0.058);
}

.email-risk-grid article:nth-child(3n),
.email-benefit-grid article:nth-child(3n) {
  border-color: rgba(216, 144, 24, 0.22);
  background: rgba(216, 144, 24, 0.062);
}

.email-risk-grid span,
.email-benefit-grid span,
.email-security-stack span {
  width: fit-content;
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.email-risk-grid strong,
.email-security-stack strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.36;
}

.email-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.email-choice-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2.6vw, 28px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.email-choice-card:hover,
.email-flow-grid article:hover,
.email-scope-modules article:hover,
.email-risk-grid article:hover,
.email-benefit-grid article:hover,
.email-security-stack div:hover,
.email-fit-list li:hover,
.email-faq-list details:hover {
  transform: translateY(-4px);
  border-color: rgba(48, 188, 233, 0.42);
  box-shadow: 0 22px 52px rgba(48, 188, 233, 0.12);
}

.email-choice-card h3 {
  max-width: 560px;
  margin: 16px 0 12px;
  color: var(--ink);
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1.08;
  letter-spacing: 0;
}

.email-choice-card p {
  max-width: 620px;
  font-size: 14.5px;
}

.email-choice-card ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 22px 0 0;
  list-style: none;
}

.email-choice-card li {
  position: relative;
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 760;
  line-height: 1.42;
}

.email-choice-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 16px rgba(48, 188, 233, 0.36);
}

.email-flow-section {
  grid-column: 8 / -1;
  grid-row: 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-content: start;
}

.email-flow-intro {
  display: grid;
  align-content: start;
  padding-right: 0;
}

.email-flow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.email-flow-grid article,
.email-scope-modules article,
.email-benefit-grid article {
  padding: 20px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.email-flow-grid h3,
.email-scope-modules h3,
.email-benefit-grid h3 {
  margin: 14px 0 10px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: 0;
}

.email-flow-grid p,
.email-scope-modules p,
.email-benefit-grid p {
  font-size: 13.7px;
}

.email-scope-head {
  display: grid;
  gap: 6px;
  align-content: start;
}

.email-scope-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.email-scope-modules article {
  min-height: 230px;
}

.email-scope-section {
  grid-column: 1 / -1;
  grid-row: 4;
}

.email-benefit-section {
  grid-column: 1 / -1;
  grid-row: 5;
}

.email-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.email-benefit-grid article {
  min-height: 210px;
  display: grid;
  align-content: start;
}

.email-benefit-grid article:nth-child(2n) {
  border-color: rgba(82, 102, 216, 0.2);
  background: rgba(82, 102, 216, 0.056);
}

.email-benefit-grid h3 {
  font-size: 19px;
}

.email-security-section {
  grid-column: 1 / span 7;
  grid-row: 6;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(18px, 3vw, 32px);
  align-items: start;
}

.email-security-copy {
  display: grid;
  gap: 14px;
  align-content: start;
}

.email-security-copy h2 {
  max-width: 620px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.08;
}

.email-security-copy > p:not(.eyebrow) {
  max-width: 640px;
  font-size: 14.5px;
}

.email-security-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.email-security-stack div {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 18px;
}

.email-outcome-section {
  grid-column: 8 / -1;
  grid-row: 6;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: clamp(18px, 2.4vw, 24px);
}

.email-outcome-section div {
  min-height: 0;
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 16px;
}

.email-outcome-section strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 820;
  line-height: 1.42;
}

.email-fit-section {
  grid-column: 1 / span 5;
  grid-row: 7;
}

.email-fit-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.email-fit-list li {
  position: relative;
  padding: 15px 16px 15px 42px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.48;
}

.email-fit-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--email-success);
  box-shadow: 0 0 0 5px rgba(22, 163, 111, 0.12);
}

.email-faq-section {
  grid-column: 6 / -1;
  grid-row: 7;
}

.email-faq-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.email-faq-list details {
  overflow: hidden;
  padding: 0;
}

.email-faq-list summary {
  cursor: pointer;
  padding: 17px 18px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.32;
  list-style: none;
}

.email-faq-list summary::-webkit-details-marker {
  display: none;
}

.email-faq-list summary::after {
  content: "+";
  float: right;
  color: var(--primary-dark);
  font-weight: 900;
}

.email-faq-list details[open] summary::after {
  content: "-";
}

.email-faq-list p {
  padding: 0 18px 18px;
  font-size: 13.8px;
}

:root[data-theme="dark"] .email-command-metrics div,
:root[data-theme="dark"] .email-choice-card,
:root[data-theme="dark"] .email-flow-grid article,
:root[data-theme="dark"] .email-scope-modules article,
:root[data-theme="dark"] .email-risk-grid article,
:root[data-theme="dark"] .email-benefit-grid article,
:root[data-theme="dark"] .email-security-stack div,
:root[data-theme="dark"] .email-fit-list li,
:root[data-theme="dark"] .email-faq-list details,
:root[data-theme="dark"] .email-outcome-section div {
  border-color: rgba(76, 204, 241, 0.18);
  background: rgba(76, 204, 241, 0.07);
}

.service-detail-section.collaboration-workspace-section {
  --collab-card-bg:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(248, 253, 255, 0.66)),
    var(--surface);
  --collab-card-border: rgba(48, 188, 233, 0.18);
  --collab-card-soft: rgba(48, 188, 233, 0.058);
  --collab-card-shadow: 0 18px 48px rgba(21, 23, 27, 0.052);
  padding: clamp(62px, 7vw, 104px) 0;
  background:
    repeating-linear-gradient(90deg, rgba(48, 188, 233, 0.035) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(0deg, rgba(47, 109, 246, 0.03) 0 1px, transparent 1px 58px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 248, 252, 0.76));
}

:root[data-theme="dark"] .service-detail-section.collaboration-workspace-section {
  --collab-card-bg:
    linear-gradient(135deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.026)),
    var(--surface);
  --collab-card-border: rgba(76, 204, 241, 0.18);
  --collab-card-soft: rgba(76, 204, 241, 0.072);
  --collab-card-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
  background:
    repeating-linear-gradient(90deg, rgba(76, 204, 241, 0.045) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(0deg, rgba(124, 92, 255, 0.038) 0 1px, transparent 1px 58px),
    linear-gradient(180deg, rgba(14, 24, 34, 0.78), rgba(8, 18, 32, 0.74));
}

.collaboration-workspace-layout {
  width: min(1540px, calc(100vw - clamp(28px, 4vw, 84px)));
  max-width: calc(100vw - 28px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
  align-items: start;
}

.collaboration-command {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.48fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  padding-bottom: clamp(8px, 1vw, 14px);
}

.collaboration-command-copy {
  max-width: 930px;
}

.collaboration-command-copy h2,
.collaboration-section-head h2,
.collaboration-conclusion-section h2 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
}

.collaboration-command-copy h2 {
  max-width: 900px;
  font-size: 52px;
  line-height: 1.02;
}

.collaboration-command-copy > p:not(.eyebrow),
.collaboration-section-head > p,
.collaboration-platform-card p,
.collaboration-benefit-grid p,
.collaboration-process-list p,
.collaboration-faq-list p,
.collaboration-conclusion-section > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-weight: 690;
  line-height: 1.68;
}

.collaboration-command-copy > p:not(.eyebrow) {
  max-width: 780px;
  margin-top: 18px;
  font-size: 16px;
}

.collaboration-visual-card,
.collaboration-command-metrics article,
.collaboration-problem-grid article,
.collaboration-solution-map div,
.collaboration-platform-card,
.collaboration-benefit-grid article,
.collaboration-fit-list li,
.collaboration-process-list li,
.collaboration-faq-list details,
.collaboration-conclusion-section {
  border: 1px solid var(--collab-card-border);
  border-radius: 8px;
  background: var(--collab-card-bg);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.14),
    var(--collab-card-shadow);
}

:root[data-theme="dark"] .collaboration-visual-card,
:root[data-theme="dark"] .collaboration-command-metrics article,
:root[data-theme="dark"] .collaboration-problem-grid article,
:root[data-theme="dark"] .collaboration-solution-map div,
:root[data-theme="dark"] .collaboration-platform-card,
:root[data-theme="dark"] .collaboration-benefit-grid article,
:root[data-theme="dark"] .collaboration-fit-list li,
:root[data-theme="dark"] .collaboration-process-list li,
:root[data-theme="dark"] .collaboration-faq-list details,
:root[data-theme="dark"] .collaboration-conclusion-section {
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.22),
    var(--collab-card-shadow);
}

.collaboration-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: grid;
  align-content: space-between;
  gap: 24px;
  padding: clamp(22px, 3vw, 32px);
}

.collaboration-visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(47, 109, 246, 0.1), transparent 44%),
    linear-gradient(290deg, rgba(20, 184, 166, 0.12), transparent 48%);
}

.collaboration-logo-lockup,
.collaboration-visual-grid {
  position: relative;
  z-index: 1;
}

.collaboration-logo-lockup {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.collaboration-logo-lockup img {
  width: 118px;
  padding: 16px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

:root[data-theme="dark"] .collaboration-logo-lockup img {
  background: rgba(255, 255, 255, 0.08);
}

.collaboration-logo-lockup span,
.collaboration-command-metrics span,
.collaboration-problem-grid span,
.collaboration-platform-card > span,
.collaboration-benefit-grid span,
.collaboration-conclusion-points div,
.collaboration-visual-grid span {
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.collaboration-logo-lockup strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.12;
}

.collaboration-visual-grid {
  display: grid;
  gap: 10px;
}

.collaboration-visual-grid div {
  display: grid;
  gap: 7px;
  padding: 14px 0 14px 16px;
  border-left: 2px solid rgba(48, 188, 233, 0.34);
  background: linear-gradient(90deg, rgba(48, 188, 233, 0.08), transparent 74%);
}

.collaboration-visual-grid strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
}

.collaboration-command-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}

.collaboration-command-metrics article {
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
}

.collaboration-command-metrics strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 920;
  line-height: 1.18;
}

.collaboration-command-metrics small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.44;
}

.collaboration-problem-section {
  grid-column: 1 / span 5;
}

.collaboration-solution-section {
  grid-column: 6 / -1;
}

.collaboration-platform-section,
.collaboration-benefit-section,
.collaboration-fit-process-section {
  grid-column: 1 / -1;
}

.collaboration-faq-section {
  grid-column: 1 / span 7;
}

.collaboration-conclusion-section {
  grid-column: 8 / -1;
  padding: clamp(24px, 3vw, 34px);
}

.collaboration-section-head {
  display: grid;
  gap: 9px;
  margin-bottom: 20px;
}

.collaboration-section-head h2,
.collaboration-conclusion-section h2 {
  max-width: 860px;
  font-size: 38px;
  line-height: 1.08;
}

.collaboration-section-head > p {
  max-width: 710px;
  font-size: 15px;
}

.collaboration-problem-grid,
.collaboration-solution-map {
  display: grid;
  gap: 10px;
}

.collaboration-problem-grid article {
  min-height: 66px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
}

.collaboration-problem-grid span,
.collaboration-process-list > li > span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  background: rgba(48, 188, 233, 0.08);
}

.collaboration-problem-grid strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 820;
  line-height: 1.34;
}

.collaboration-solution-map {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.collaboration-solution-map div,
.collaboration-conclusion-points div {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.34;
}

.collaboration-solution-map span,
.collaboration-conclusion-points span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 16px rgba(48, 188, 233, 0.34);
}

.collaboration-platform-grid,
.collaboration-benefit-grid {
  display: grid;
  gap: clamp(12px, 1.6vw, 18px);
}

.collaboration-platform-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.collaboration-platform-card {
  --collab-accent: var(--primary);
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2vw, 26px);
  border-top: 3px solid var(--collab-accent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--collab-accent) 7%, transparent), transparent 58%),
    var(--collab-card-bg);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.collaboration-platform-card:hover,
.collaboration-benefit-grid article:hover,
.collaboration-process-list li:hover,
.collaboration-faq-list details:hover {
  transform: translateY(-4px);
  border-color: rgba(48, 188, 233, 0.42);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.3),
    0 22px 52px rgba(48, 188, 233, 0.12);
}

.collaboration-platform-card > span {
  color: var(--collab-accent);
}

.collaboration-platform-card h3 {
  margin: 16px 0 12px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: 0;
}

.collaboration-platform-card p {
  font-size: 14px;
}

.collaboration-platform-card ul {
  display: grid;
  gap: 9px;
  margin: auto 0 0;
  padding: 22px 0 0;
  list-style: none;
}

.collaboration-platform-card li {
  position: relative;
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-size: 13.3px;
  font-weight: 760;
  line-height: 1.42;
}

.collaboration-platform-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--collab-accent);
  box-shadow: 0 0 15px color-mix(in srgb, var(--collab-accent) 35%, transparent);
}

.collaboration-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.collaboration-benefit-grid article {
  min-height: 174px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.collaboration-benefit-grid span {
  font-size: 12px;
}

.collaboration-benefit-grid p {
  font-size: 14px;
}

.collaboration-fit-process-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: clamp(18px, 2vw, 24px);
  align-items: start;
}

.collaboration-fit-list,
.collaboration-process-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.collaboration-fit-list li {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 13px 15px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.36;
}

.collaboration-process-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  padding: 16px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.collaboration-process-list strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.22;
}

.collaboration-process-list p {
  margin-top: 6px;
  font-size: 13.5px;
}

.collaboration-faq-list {
  display: grid;
  gap: 10px;
}

.collaboration-faq-list details {
  padding: 0;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.collaboration-faq-list summary {
  cursor: pointer;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 18px 20px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 880;
  line-height: 1.35;
  list-style: none;
}

.collaboration-faq-list summary::-webkit-details-marker {
  display: none;
}

.collaboration-faq-list summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 18px;
  font-weight: 860;
  line-height: 1;
}

.collaboration-faq-list details[open] summary::after {
  content: "-";
}

.collaboration-faq-list p {
  padding: 0 20px 20px;
  font-size: 14px;
}

.collaboration-conclusion-section {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 14px;
  background:
    linear-gradient(135deg, rgba(47, 109, 246, 0.1), transparent 56%),
    var(--collab-card-bg);
}

.collaboration-conclusion-section > p:not(.eyebrow) {
  font-size: 15px;
}

.collaboration-conclusion-points {
  display: grid;
  gap: 9px;
  margin-top: 6px;
}

.collaboration-conclusion-points div {
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cloud-access-page .corporate-hero-copy h1 {
  max-width: 940px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
}

.cloud-access-page .corporate-hero-copy > p:not(.eyebrow) {
  max-width: 840px;
}

@media (min-width: 1081px) {
  .cloud-access-page .service-detail-hero-layout {
    grid-template-columns: minmax(500px, 0.86fr) minmax(430px, 0.7fr);
  }
}

.cloud-access-section {
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 7vw, 104px) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 247, 251, 0.72)),
    var(--page-bg);
}

.cloud-access-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(48, 188, 233, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(48, 188, 233, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 72%);
  pointer-events: none;
}

:root[data-theme="dark"] .cloud-access-section {
  background:
    linear-gradient(180deg, rgba(14, 24, 34, 0.8), rgba(8, 18, 32, 0.76)),
    var(--page-bg);
}

:root[data-theme="dark"] .cloud-access-section::before {
  background:
    linear-gradient(90deg, rgba(76, 204, 241, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(76, 204, 241, 0.06) 1px, transparent 1px);
}

.cloud-access-layout {
  position: relative;
  z-index: 1;
  width: min(1540px, calc(100vw - clamp(28px, 4vw, 84px)));
  max-width: calc(100vw - 28px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
  align-items: start;
}

.cloud-command-section,
.cloud-problem-section,
.cloud-scope-section,
.cloud-control-section,
.cloud-process-section,
.cloud-outcome-section,
.cloud-fit-section,
.cloud-faq-section {
  grid-column: 1 / -1;
}

.cloud-command-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  padding-bottom: clamp(28px, 4vw, 48px);
  border-bottom: 1px solid rgba(48, 188, 233, 0.2);
}

.cloud-command-copy h2,
.cloud-section-head h2,
.cloud-control-copy h2 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
}

.cloud-command-copy h2 {
  max-width: 900px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
}

.cloud-command-copy > p:not(.eyebrow),
.cloud-section-head > p,
.cloud-control-copy > p,
.cloud-scope-grid p,
.cloud-process-grid p,
.cloud-faq-list p {
  margin: 0;
  color: var(--muted);
  font-weight: 690;
  line-height: 1.68;
}

.cloud-command-copy > p:not(.eyebrow) {
  max-width: 800px;
  margin-top: 18px;
  font-size: 16px;
}

.cloud-command-media {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  background: #0f172a;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

.cloud-command-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
}

.cloud-command-media figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  gap: 7px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(8, 18, 32, 0.78);
  backdrop-filter: blur(14px);
}

.cloud-command-media figcaption span,
.cloud-command-proof span,
.cloud-problem-grid span,
.cloud-scope-grid span,
.cloud-control-list span,
.cloud-process-grid span,
.cloud-outcome-grid span,
.cloud-faq-list summary {
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.cloud-command-media figcaption span {
  color: #73d6f4;
}

.cloud-command-media figcaption strong {
  max-width: 360px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.28;
}

.cloud-command-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cloud-command-proof div,
.cloud-problem-grid article,
.cloud-scope-grid article,
.cloud-control-list div,
.cloud-process-grid article,
.cloud-outcome-grid article,
.cloud-faq-list details {
  --cloud-accent: rgba(48, 188, 233, 0.9);
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(248, 253, 255, 0.62)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 var(--cloud-accent),
    0 16px 42px rgba(21, 23, 27, 0.052);
}

:root[data-theme="dark"] .cloud-command-proof div,
:root[data-theme="dark"] .cloud-problem-grid article,
:root[data-theme="dark"] .cloud-scope-grid article,
:root[data-theme="dark"] .cloud-control-list div,
:root[data-theme="dark"] .cloud-process-grid article,
:root[data-theme="dark"] .cloud-outcome-grid article,
:root[data-theme="dark"] .cloud-faq-list details {
  border-color: rgba(76, 204, 241, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.026)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 var(--cloud-accent),
    0 18px 46px rgba(0, 0, 0, 0.18);
}

.cloud-command-proof div {
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
}

.cloud-command-proof strong,
.cloud-control-list strong,
.cloud-outcome-grid strong,
.cloud-problem-grid strong {
  color: var(--ink);
  font-weight: 850;
  line-height: 1.38;
}

.cloud-command-proof strong {
  font-size: 16px;
}

.cloud-command-proof small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 690;
  line-height: 1.48;
}

.cloud-section-head,
.cloud-control-copy {
  display: grid;
  gap: 9px;
  align-content: start;
}

.cloud-section-head h2,
.cloud-control-copy h2 {
  max-width: 760px;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.08;
}

.cloud-section-head > p,
.cloud-control-copy > p {
  max-width: 650px;
  font-size: 15px;
}

.cloud-problem-section,
.cloud-scope-section,
.cloud-process-section,
.cloud-outcome-section {
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
  padding-top: clamp(14px, 2vw, 22px);
}

.cloud-problem-grid,
.cloud-scope-grid,
.cloud-process-grid,
.cloud-outcome-grid {
  display: grid;
  gap: 14px;
}

.cloud-problem-grid,
.cloud-scope-grid,
.cloud-outcome-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cloud-process-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cloud-problem-grid article,
.cloud-outcome-grid article {
  min-height: 168px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px;
}

.cloud-scope-grid article,
.cloud-process-grid article {
  min-height: 238px;
  display: grid;
  align-content: start;
  padding: 22px;
}

.cloud-process-grid article {
  min-height: 250px;
}

.cloud-scope-grid h3,
.cloud-process-grid h3 {
  margin: 16px 0 10px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.14;
  letter-spacing: 0;
}

.cloud-scope-grid p,
.cloud-process-grid p,
.cloud-faq-list p {
  font-size: 13.8px;
}

.cloud-problem-grid article:nth-child(3n + 2),
.cloud-scope-grid article:nth-child(3n + 2),
.cloud-process-grid article:nth-child(3n + 2),
.cloud-outcome-grid article:nth-child(3n + 2) {
  --cloud-accent: rgba(31, 184, 113, 0.86);
}

.cloud-problem-grid article:nth-child(3n),
.cloud-scope-grid article:nth-child(3n),
.cloud-process-grid article:nth-child(3n),
.cloud-outcome-grid article:nth-child(3n) {
  --cloud-accent: rgba(245, 158, 11, 0.86);
}

.cloud-problem-grid article,
.cloud-scope-grid article,
.cloud-control-list div,
.cloud-process-grid article,
.cloud-outcome-grid article,
.cloud-faq-list details {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cloud-problem-grid article:hover,
.cloud-scope-grid article:hover,
.cloud-control-list div:hover,
.cloud-process-grid article:hover,
.cloud-outcome-grid article:hover,
.cloud-faq-list details:hover {
  transform: translateY(-4px);
  border-color: rgba(48, 188, 233, 0.42);
  box-shadow:
    inset 2px 0 0 var(--cloud-accent),
    0 22px 52px rgba(48, 188, 233, 0.12);
}

.cloud-control-section {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: start;
  padding: clamp(28px, 4vw, 48px) 0;
  border-top: 1px solid rgba(48, 188, 233, 0.2);
  border-bottom: 1px solid rgba(48, 188, 233, 0.2);
}

.cloud-control-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cloud-control-list div {
  min-height: 184px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px;
}

.cloud-fit-section,
.cloud-faq-section {
  display: grid;
  gap: 18px;
  padding-top: clamp(12px, 2vw, 20px);
}

.cloud-fit-section {
  grid-column: 1 / span 5;
}

.cloud-faq-section {
  grid-column: 6 / -1;
}

.cloud-fit-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cloud-fit-list li {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(48, 188, 233, 0.14);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(48, 188, 233, 0.052);
  font-size: 14px;
  font-weight: 740;
  line-height: 1.46;
}

.cloud-fit-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 16px rgba(48, 188, 233, 0.34);
}

.cloud-faq-list {
  display: grid;
  gap: 10px;
}

.cloud-faq-list details {
  padding: 0;
}

.cloud-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  padding: 18px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.cloud-faq-list summary::-webkit-details-marker {
  display: none;
}

.cloud-faq-list summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.1);
  font-size: 18px;
  line-height: 1;
}

.cloud-faq-list details[open] summary::after {
  content: "-";
}

.cloud-faq-list p {
  padding: 0 18px 18px;
}

.service-detail-cta-section {
  position: relative;
  overflow: hidden;
  padding: 0 0 clamp(58px, 8vw, 96px);
  background: var(--page-bg);
}

.service-detail-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: clamp(22px, 3vw, 30px);
}

.service-detail-cta h2 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.06;
}

.service-detail-cta p:not(.eyebrow) {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 690;
  line-height: 1.6;
}

.service-detail-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.service-detail-cta-actions .btn {
  min-height: 48px;
  border-radius: 8px;
}

@media (max-width: 1080px) {
  .email-architecture-layout {
    width: min(1440px, calc(100% - 28px));
    grid-template-columns: 1fr;
  }

  .email-command-panel,
  .email-risk-section,
  .email-choice-section,
  .email-flow-section,
  .email-scope-section,
  .email-benefit-section,
  .email-security-section,
  .email-fit-section,
  .email-faq-section,
  .email-outcome-section {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .service-detail-grid,
  .service-detail-cta,
  .email-command-panel,
  .email-section-head,
  .email-flow-section,
  .email-security-section {
    grid-template-columns: 1fr;
  }

  .email-command-metrics {
    align-self: stretch;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .email-scope-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .email-risk-grid,
  .email-benefit-grid,
  .email-security-stack,
  .email-fit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .email-flow-grid,
  .email-outcome-section {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .email-outcome-section {
    grid-template-rows: none;
  }

  .service-detail-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .service-subnav-grid,
  .service-detail-option-grid,
  .service-detail-list-grid,
  .service-detail-flow,
  .email-command-metrics,
  .email-choice-grid,
  .email-flow-grid,
  .email-scope-modules,
  .email-risk-grid,
  .email-benefit-grid,
  .email-security-stack,
  .email-fit-list,
  .email-outcome-section {
    grid-template-columns: 1fr;
  }

  .email-outcome-section {
    grid-template-rows: none;
  }

  .service-detail-flow article,
  .email-choice-card,
  .email-scope-modules article,
  .email-benefit-grid article,
  .email-risk-grid article {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .service-detail-signals span {
    min-height: 32px;
    padding: 0 11px;
    font-size: 11px;
  }

  .service-subnav-card {
    min-height: 68px;
  }

  .service-detail-main-panel,
  .service-detail-side-panel,
  .service-detail-option,
  .service-detail-list-panel,
  .service-detail-flow article,
  .email-command-panel,
  .email-risk-section,
  .email-choice-section,
  .email-flow-section,
  .email-scope-section,
  .email-benefit-section,
  .email-security-section,
  .email-fit-section,
  .email-faq-section,
  .email-outcome-section,
  .email-choice-card,
  .email-flow-grid article,
  .email-scope-modules article,
  .email-benefit-grid article,
  .email-risk-grid article,
  .email-security-stack div {
    padding: 18px;
  }

  .email-command-copy h2 {
    font-size: 29px;
  }

  .email-section-head h2,
  .email-flow-intro h2,
  .email-scope-head h2,
  .email-security-copy h2 {
    font-size: 24px;
  }

  .email-command-media,
  .email-command-media img {
    min-height: 150px;
  }
}

@media (max-width: 1080px) {
  .collaboration-workspace-layout {
    width: min(1440px, calc(100% - 28px));
    grid-template-columns: 1fr;
  }

  .collaboration-command,
  .collaboration-fit-process-section {
    grid-template-columns: 1fr;
  }

  .collaboration-problem-section,
  .collaboration-solution-section,
  .collaboration-platform-section,
  .collaboration-benefit-section,
  .collaboration-fit-process-section,
  .collaboration-faq-section,
  .collaboration-conclusion-section {
    grid-column: 1 / -1;
  }

  .collaboration-command-copy h2 {
    font-size: 42px;
  }

  .collaboration-section-head h2,
  .collaboration-conclusion-section h2 {
    font-size: 34px;
  }

  .collaboration-command-metrics,
  .collaboration-platform-grid,
  .collaboration-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collaboration-platform-card {
    min-height: 360px;
  }
}

@media (max-width: 820px) {
  .collaboration-command-metrics,
  .collaboration-solution-map,
  .collaboration-platform-grid,
  .collaboration-benefit-grid {
    grid-template-columns: 1fr;
  }

  .collaboration-visual-card,
  .collaboration-command-metrics article,
  .collaboration-platform-card,
  .collaboration-benefit-grid article {
    min-height: auto;
  }

  .collaboration-command-copy h2 {
    font-size: 36px;
  }

  .collaboration-section-head h2,
  .collaboration-conclusion-section h2 {
    font-size: 30px;
  }
}

@media (max-width: 520px) {
  .collaboration-workspace-layout {
    max-width: calc(100vw - 24px);
  }

  .collaboration-command-copy h2 {
    font-size: 30px;
  }

  .collaboration-section-head h2,
  .collaboration-conclusion-section h2 {
    font-size: 26px;
  }

  .collaboration-visual-card,
  .collaboration-command-metrics article,
  .collaboration-problem-grid article,
  .collaboration-solution-map div,
  .collaboration-platform-card,
  .collaboration-benefit-grid article,
  .collaboration-fit-list li,
  .collaboration-process-list li,
  .collaboration-conclusion-section {
    padding: 18px;
  }

  .collaboration-logo-lockup {
    grid-template-columns: 1fr;
  }

  .collaboration-logo-lockup img {
    width: 104px;
  }

  .collaboration-problem-grid article,
  .collaboration-process-list li {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .collaboration-problem-grid span,
  .collaboration-process-list > li > span {
    width: 32px;
    height: 32px;
  }

  .collaboration-faq-list summary {
    padding: 16px 18px;
    font-size: 14px;
  }

  .collaboration-faq-list p {
    padding: 0 18px 18px;
  }
}

@media (max-width: 1180px) {
  .cloud-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cloud-control-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .cloud-access-layout {
    width: min(1440px, calc(100% - 28px));
    grid-template-columns: 1fr;
  }

  .cloud-command-section,
  .cloud-control-section {
    grid-template-columns: 1fr;
  }

  .cloud-command-proof,
  .cloud-problem-grid,
  .cloud-scope-grid,
  .cloud-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cloud-fit-section,
  .cloud-faq-section {
    grid-column: 1 / -1;
  }

  .cloud-command-media,
  .cloud-command-media img {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .cloud-command-proof,
  .cloud-problem-grid,
  .cloud-scope-grid,
  .cloud-control-list,
  .cloud-process-grid,
  .cloud-outcome-grid {
    grid-template-columns: 1fr;
  }

  .cloud-command-proof div,
  .cloud-problem-grid article,
  .cloud-scope-grid article,
  .cloud-control-list div,
  .cloud-process-grid article,
  .cloud-outcome-grid article {
    min-height: auto;
  }

  .cloud-command-copy h2 {
    font-size: 34px;
  }

  .cloud-section-head h2,
  .cloud-control-copy h2 {
    font-size: 28px;
  }
}

@media (max-width: 520px) {
  .cloud-access-layout {
    max-width: calc(100vw - 24px);
  }

  .cloud-command-section {
    gap: 22px;
  }

  .cloud-command-copy h2 {
    font-size: 29px;
  }

  .cloud-section-head h2,
  .cloud-control-copy h2 {
    font-size: 24px;
  }

  .cloud-command-media,
  .cloud-command-media img {
    min-height: 260px;
  }

  .cloud-command-media figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 12px;
  }

  .cloud-command-proof div,
  .cloud-problem-grid article,
  .cloud-scope-grid article,
  .cloud-control-list div,
  .cloud-process-grid article,
  .cloud-outcome-grid article,
  .cloud-fit-list li {
    padding: 18px;
  }

  .cloud-faq-list summary {
    align-items: flex-start;
    min-height: 0;
    padding: 16px;
  }

  .cloud-faq-list p {
    padding: 0 16px 16px;
  }
}

/* Route hub pages */
.route-hub-layout,
.services-hub-layout {
  grid-template-columns: minmax(260px, 0.54fr) minmax(560px, 0.9fr);
  align-items: start;
}

.route-hub-page .route-hub-hero .corporate-hero-copy h1,
.services-hub-page .services-hub-hero .corporate-hero-copy h1 {
  font-size: clamp(34px, 4.35vw, 56px);
  line-height: 1.02;
}

.route-hub-page .route-hub-hero .corporate-hero-copy > p:not(.eyebrow),
.services-hub-page .services-hub-hero .corporate-hero-copy > p:not(.eyebrow) {
  margin-top: 14px;
}

.route-process-line,
.services-process-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 560px;
  margin-top: 26px;
}

.route-process-line span,
.services-process-line span {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--hero-pill-border);
  border-radius: 999px;
  color: var(--hero-pill-ink);
  background: var(--hero-pill-bg);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.route-process-line span:not(:last-child)::after,
.services-process-line span:not(:last-child)::after {
  content: "";
  width: 18px;
  height: 1px;
  position: absolute;
  left: calc(100% + 1px);
  top: 50%;
  background: linear-gradient(90deg, rgba(48, 188, 233, 0.7), transparent);
  pointer-events: none;
}

.services-index-panel {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(238, 247, 251, 0.66)),
    var(--surface);
  box-shadow:
    0 30px 82px rgba(20, 61, 76, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

:root[data-theme="dark"] .services-index-panel {
  background:
    linear-gradient(145deg, rgba(18, 27, 36, 0.84), rgba(8, 18, 32, 0.68)),
    var(--surface);
  box-shadow:
    0 30px 82px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.services-index-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(135deg, transparent, #000 22%, #000 82%, transparent);
  pointer-events: none;
}

.services-index-head,
.services-index-list,
.services-index-contact {
  position: relative;
  z-index: 1;
}

.services-index-head {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 4px 14px;
  border-bottom: 1px solid rgba(48, 188, 233, 0.16);
}

.services-index-head span,
.services-index-main > span {
  color: var(--primary-dark);
  font-size: 11.5px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.services-index-head strong {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.services-index-category {
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.services-index-list {
  display: grid;
  gap: 0;
}

.services-index-item {
  position: relative;
  border-bottom: 1px solid rgba(48, 188, 233, 0.13);
}

.services-index-category {
  position: relative;
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  padding: 10px 4px 6px;
}

.services-index-category::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 16px rgba(48, 188, 233, 0.28);
}

.services-index-category::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  min-width: 38px;
  background:
    linear-gradient(90deg, rgba(48, 188, 233, 0.36), rgba(48, 188, 233, 0.08), transparent);
}

.services-index-main {
  position: relative;
  z-index: 1;
  min-height: 62px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 0 4px;
  color: var(--ink);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.services-index-main > span {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 8px;
  background: rgba(48, 188, 233, 0.08);
}

.services-index-item:last-child {
  border-bottom: 0;
}

.services-index-item:hover .services-index-main,
.services-index-item:focus-within .services-index-main,
.services-index-main:hover,
.services-index-main:focus-visible {
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  transform: translateX(4px);
  outline: none;
}

.services-index-main > div {
  min-width: 0;
}

.services-index-list strong {
  display: block;
  min-width: 0;
  color: currentColor;
  font-size: clamp(14px, 1.45vw, 17px);
  font-weight: 860;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.services-index-list small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.25;
}

.services-index-subitems {
  position: relative;
  z-index: 3;
  max-height: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  overflow: hidden;
  padding: 0 8px 0 60px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: max-height 220ms ease, padding 220ms ease, opacity 180ms ease, transform 180ms ease;
}

.services-index-item:hover .services-index-subitems,
.services-index-item:focus-within .services-index-subitems {
  max-height: 112px;
  padding-bottom: 12px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.services-index-subitems a {
  position: relative;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px 0 19px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(48, 188, 233, 0.065);
  font-size: 10.8px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.services-index-subitems a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary);
  transform: translateY(-50%);
  box-shadow: 0 0 12px rgba(48, 188, 233, 0.28);
}

.services-index-subitems a:hover,
.services-index-subitems a:focus-visible {
  color: var(--primary-dark);
  border-color: rgba(48, 188, 233, 0.44);
  background: rgba(48, 188, 233, 0.13);
  transform: translateY(-1px);
  outline: none;
}

.services-index-contact {
  min-height: 62px;
  display: grid;
  align-content: center;
  gap: 5px;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.12), transparent 60%),
    rgba(48, 188, 233, 0.06);
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.services-index-contact:hover,
.services-index-contact:focus-visible {
  color: var(--primary-dark);
  border-color: rgba(48, 188, 233, 0.5);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.16), transparent 60%),
    rgba(48, 188, 233, 0.1);
  transform: translateY(-2px);
  outline: none;
}

.services-index-contact span {
  color: var(--primary-dark);
  font-size: 11.5px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.services-index-contact strong {
  color: currentColor;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.services-index-contact p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.38;
  white-space: nowrap;
}

.service-detail-services-menu .services-index-list {
  gap: 8px;
  padding-top: 10px;
}

.service-detail-services-menu .services-index-item {
  --service-accent: #30bce9;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--service-accent) 18%, transparent);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--service-accent) 6%, transparent), transparent 68%),
    rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.service-detail-services-menu .services-index-item:nth-of-type(2) {
  --service-accent: #2f6df6;
}

.service-detail-services-menu .services-index-item:nth-of-type(3) {
  --service-accent: #14b8a6;
}

.service-detail-services-menu .services-index-item:nth-of-type(4) {
  --service-accent: #7c5cff;
}

.service-detail-services-menu .services-index-item:nth-of-type(5) {
  --service-accent: #0ea5e9;
}

.service-detail-services-menu .services-index-item::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: var(--service-accent);
  opacity: 0;
  box-shadow: 0 0 18px color-mix(in srgb, var(--service-accent) 28%, transparent);
  transition: opacity 180ms ease;
}

.service-detail-services-menu .services-index-main {
  min-height: 68px;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  padding: 10px;
}

.service-detail-services-menu .services-index-main > span {
  width: 32px;
  height: 32px;
  border-color: color-mix(in srgb, var(--service-accent) 26%, transparent);
  color: var(--service-accent);
  background: color-mix(in srgb, var(--service-accent) 9%, transparent);
}

.service-detail-services-menu .services-index-item:hover,
.service-detail-services-menu .services-index-item:focus-within {
  border-color: color-mix(in srgb, var(--service-accent) 42%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--service-accent) 10%, transparent), transparent 68%),
    rgba(48, 188, 233, 0.07);
  transform: translateX(3px);
}

.service-detail-services-menu .services-index-item:hover .services-index-main,
.service-detail-services-menu .services-index-item:focus-within .services-index-main,
.service-detail-services-menu .services-index-main:hover,
.service-detail-services-menu .services-index-main:focus-visible {
  color: var(--primary-dark);
  background: transparent;
  transform: none;
}

.service-detail-services-menu .services-index-item.is-active {
  border-color: color-mix(in srgb, var(--service-accent) 56%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--service-accent) 18%, transparent), transparent 70%),
    color-mix(in srgb, var(--service-accent) 9%, rgba(255, 255, 255, 0.72));
  box-shadow:
    0 16px 36px color-mix(in srgb, var(--service-accent) 14%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.service-detail-services-menu .services-index-item.is-active::before {
  opacity: 1;
}

.service-detail-services-menu .services-index-main.is-active > span {
  color: #fff;
  border-color: color-mix(in srgb, var(--service-accent) 72%, transparent);
  background: linear-gradient(135deg, var(--service-accent), color-mix(in srgb, var(--service-accent) 72%, #236cf4));
  box-shadow: 0 10px 22px color-mix(in srgb, var(--service-accent) 22%, transparent);
}

.service-detail-services-menu .services-index-subitems {
  padding-left: 58px;
}

.service-detail-services-menu .services-index-item:hover .services-index-subitems,
.service-detail-services-menu .services-index-item:focus-within .services-index-subitems,
.service-detail-services-menu .services-index-item.is-active .services-index-subitems {
  max-height: 220px;
  padding: 0 10px 12px 58px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.service-detail-services-menu .services-index-subitems a {
  border-radius: 8px;
  white-space: normal;
}

.service-detail-services-menu .services-index-subitems a::before {
  background: var(--service-accent);
  box-shadow: 0 0 12px color-mix(in srgb, var(--service-accent) 28%, transparent);
}

.service-detail-services-menu .services-index-subitems a.is-current,
.service-detail-services-menu .services-index-subitems a[aria-current="page"] {
  color: var(--ink);
  border-color: color-mix(in srgb, var(--service-accent) 38%, transparent);
  background: color-mix(in srgb, var(--service-accent) 12%, rgba(255, 255, 255, 0.58));
}

.service-detail-services-menu .services-index-contact p {
  white-space: normal;
}

:root[data-theme="dark"] .service-detail-services-menu .services-index-item {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--service-accent) 8%, transparent), transparent 68%),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

:root[data-theme="dark"] .service-detail-services-menu .services-index-item:hover,
:root[data-theme="dark"] .service-detail-services-menu .services-index-item:focus-within {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--service-accent) 13%, transparent), transparent 68%),
    rgba(255, 255, 255, 0.055);
}

:root[data-theme="dark"] .service-detail-services-menu .services-index-item.is-active {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--service-accent) 24%, transparent), transparent 70%),
    rgba(48, 188, 233, 0.075);
  box-shadow:
    0 18px 42px color-mix(in srgb, var(--service-accent) 15%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

:root[data-theme="dark"] .service-detail-services-menu .services-index-subitems a.is-current,
:root[data-theme="dark"] .service-detail-services-menu .services-index-subitems a[aria-current="page"] {
  color: #f7fbff;
  background: color-mix(in srgb, var(--service-accent) 14%, rgba(255, 255, 255, 0.04));
}

.service-detail-solutions-menu .services-index-list {
  gap: 8px;
  padding-top: 10px;
}

.service-detail-solutions-menu .services-index-list > a {
  --solution-accent: #30bce9;
  position: relative;
  isolation: isolate;
  min-height: 68px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--solution-accent) 18%, transparent);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent) 6%, transparent), transparent 68%),
    rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.service-detail-solutions-menu .services-index-list > a:nth-of-type(2) {
  --solution-accent: #2f6df6;
}

.service-detail-solutions-menu .services-index-list > a:nth-of-type(3) {
  --solution-accent: #14b8a6;
}

.service-detail-solutions-menu .services-index-list > a:nth-of-type(4) {
  --solution-accent: #7c5cff;
}

.service-detail-solutions-menu .services-index-list > a:nth-of-type(5) {
  --solution-accent: #0ea5e9;
}

.service-detail-solutions-menu .services-index-list > a:nth-of-type(6) {
  --solution-accent: #1497c2;
}

.service-detail-solutions-menu .services-index-list > a::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: var(--solution-accent);
  opacity: 0;
  box-shadow: 0 0 18px color-mix(in srgb, var(--solution-accent) 28%, transparent);
  transition: opacity 180ms ease;
}

.service-detail-solutions-menu .services-index-list > a > span {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--solution-accent) 26%, transparent);
  border-radius: 8px;
  color: var(--solution-accent);
  background: color-mix(in srgb, var(--solution-accent) 9%, transparent);
  font-size: 11.5px;
  font-weight: 950;
  line-height: 1;
}

.service-detail-solutions-menu .services-index-list > a:hover,
.service-detail-solutions-menu .services-index-list > a:focus-visible {
  border-color: color-mix(in srgb, var(--solution-accent) 42%, transparent);
  color: var(--primary-dark);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent) 10%, transparent), transparent 68%),
    rgba(48, 188, 233, 0.07);
  transform: translateX(3px);
  outline: none;
}

.service-detail-solutions-menu .services-index-list > a.is-active,
.service-detail-solutions-menu .services-index-list > a[aria-current="page"] {
  border-color: color-mix(in srgb, var(--solution-accent) 56%, transparent);
  color: var(--ink);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent) 18%, transparent), transparent 70%),
    color-mix(in srgb, var(--solution-accent) 9%, rgba(255, 255, 255, 0.72));
  box-shadow:
    0 16px 36px color-mix(in srgb, var(--solution-accent) 14%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.service-detail-solutions-menu .services-index-list > a.is-active::before,
.service-detail-solutions-menu .services-index-list > a[aria-current="page"]::before {
  opacity: 1;
}

.service-detail-solutions-menu .services-index-list > a.is-active > span,
.service-detail-solutions-menu .services-index-list > a[aria-current="page"] > span {
  color: #fff;
  border-color: color-mix(in srgb, var(--solution-accent) 72%, transparent);
  background: linear-gradient(135deg, var(--solution-accent), color-mix(in srgb, var(--solution-accent) 72%, #236cf4));
  box-shadow: 0 10px 22px color-mix(in srgb, var(--solution-accent) 22%, transparent);
}

:root[data-theme="dark"] .service-detail-solutions-menu .services-index-list > a {
  color: #eef5f9;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent) 8%, transparent), transparent 68%),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

:root[data-theme="dark"] .service-detail-solutions-menu .services-index-list > a:hover,
:root[data-theme="dark"] .service-detail-solutions-menu .services-index-list > a:focus-visible {
  color: #7cdbff;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent) 13%, transparent), transparent 68%),
    rgba(255, 255, 255, 0.055);
}

:root[data-theme="dark"] .service-detail-solutions-menu .services-index-list > a.is-active,
:root[data-theme="dark"] .service-detail-solutions-menu .services-index-list > a[aria-current="page"] {
  color: #f7fbff;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent) 24%, transparent), transparent 70%),
    rgba(48, 188, 233, 0.075);
  box-shadow:
    0 18px 42px color-mix(in srgb, var(--solution-accent) 15%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

:root[data-theme="dark"] .service-detail-solutions-menu .services-index-list > a small {
  color: #a9b7c3;
}

.services-catalog-section {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 92px) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 251, 0.78)),
    var(--page-bg);
}

:root[data-theme="dark"] .services-catalog-section {
  background:
    linear-gradient(180deg, rgba(15, 21, 28, 0.92), rgba(17, 24, 32, 0.78)),
    var(--page-bg);
}

.services-operation-section {
  background:
    linear-gradient(180deg, rgba(238, 247, 251, 0.76), rgba(255, 255, 255, 0.92)),
    var(--surface-soft);
}

:root[data-theme="dark"] .services-operation-section {
  background:
    linear-gradient(180deg, rgba(12, 20, 28, 0.82), rgba(15, 21, 28, 0.94)),
    var(--surface-soft);
}

.services-section-head {
  max-width: 780px;
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.services-section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.services-section-head p:not(.eyebrow) {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.7;
}

.solutions-grid,
.service-category-grid {
  display: grid;
  gap: 12px;
}

.solutions-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-card,
.service-category-card {
  scroll-margin-top: 132px;
}

.solution-card {
  position: relative;
  min-height: 198px;
  display: grid;
  align-content: start;
  gap: 18px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(238, 247, 251, 0.64)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.18),
    0 18px 48px rgba(21, 23, 27, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

:root[data-theme="dark"] .solution-card,
:root[data-theme="dark"] .service-category-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.22),
    0 18px 48px rgba(0, 0, 0, 0.2);
}

.solution-card::after {
  content: "";
  position: absolute;
  inset: auto 16px 16px auto;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(48, 188, 233, 0.14);
  border-radius: 50%;
  opacity: 0.56;
  pointer-events: none;
}

.solution-card > span,
.service-category-head > span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.09);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.solution-card h3,
.service-category-card h3 {
  margin: 0;
  color: currentColor;
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

.solution-card p,
.service-category-card p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.58;
}

.solution-card:hover,
.solution-card:focus-visible {
  color: var(--primary-dark);
  border-color: rgba(48, 188, 233, 0.46);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.38),
    0 24px 58px rgba(48, 188, 233, 0.14);
  transform: translateY(-4px);
  outline: none;
}

.service-category-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-category-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(238, 247, 251, 0.64)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.18),
    0 18px 48px rgba(21, 23, 27, 0.055);
}

.service-category-card:nth-child(5) {
  grid-column: 1 / -1;
}

.service-category-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.service-category-link {
  display: block;
  color: inherit;
}

.service-category-link:hover,
.service-category-link:focus-visible {
  color: var(--primary-dark);
  outline: none;
}

.service-category-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-category-card li {
  position: relative;
  min-height: 32px;
  display: flex;
  align-items: center;
  padding: 7px 10px 7px 30px;
  border: 1px solid rgba(48, 188, 233, 0.12);
  border-radius: 6px;
  color: var(--ink);
  background: rgba(48, 188, 233, 0.055);
  font-size: 13.5px;
  font-weight: 730;
  line-height: 1.35;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.service-category-card li a {
  width: 100%;
  color: inherit;
}

.service-category-card li:hover,
.service-category-card li:focus-within {
  color: var(--primary-dark);
  border-color: rgba(48, 188, 233, 0.4);
  background: rgba(48, 188, 233, 0.12);
  transform: translateY(-1px);
}

.service-category-card li::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  transform: translateY(-50%);
  box-shadow: 0 0 14px rgba(48, 188, 233, 0.28);
}

@media (max-width: 1080px) {
  .route-hub-layout,
  .services-hub-layout {
    grid-template-columns: 1fr;
  }

  .services-index-panel {
    max-width: 760px;
  }

  .solutions-grid,
  .service-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .services-index-panel {
    padding: 12px;
  }

  .route-process-line,
  .services-process-line {
    margin-top: 20px;
  }

  .route-process-line span:not(:last-child)::after,
  .services-process-line span:not(:last-child)::after {
    display: none;
  }

  .services-index-main {
    min-height: 58px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }

  .services-index-subitems {
    max-height: none;
    padding: 0 4px 12px 44px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .services-index-subitems a {
    min-height: 24px;
    font-size: 10.5px;
  }

  .services-index-list strong {
    font-size: 14px;
  }

  .services-index-list small {
    font-size: 11.5px;
  }

  .services-index-contact p {
    white-space: normal;
  }

  .services-catalog-section {
    padding: 46px 0;
  }

  .services-section-head h2 {
    font-size: 25px;
  }

  .services-section-head p:not(.eyebrow) {
    font-size: 14.5px;
  }

  .solutions-grid,
  .service-category-grid {
    grid-template-columns: 1fr;
  }

  .solution-card,
  .service-category-card,
  .service-category-card:nth-child(5) {
    grid-column: auto;
  }

  .solution-card,
  .service-category-card {
    padding: 16px;
  }

  .service-category-head {
    grid-template-columns: 36px minmax(0, 1fr);
  }
}

/* Services hub: bento service map */
.services-hub-page .services-index-panel {
  padding: clamp(18px, 2.2vw, 26px);
  border-color: rgba(48, 188, 233, 0.28);
  border-radius: 14px;
  background:
    radial-gradient(circle at 10% 0%, rgba(48, 188, 233, 0.2), transparent 32%),
    radial-gradient(circle at 90% 18%, rgba(47, 109, 246, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(235, 248, 253, 0.82)),
    var(--surface);
  box-shadow:
    0 32px 92px rgba(20, 61, 76, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

:root[data-theme="dark"] .services-hub-page .services-index-panel {
  background:
    radial-gradient(circle at 10% 0%, rgba(48, 188, 233, 0.14), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(47, 109, 246, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(18, 27, 36, 0.9), rgba(8, 18, 32, 0.76)),
    var(--surface);
}

.services-hub-page .services-index-panel::before {
  opacity: 0.85;
  background-size: 24px 24px;
  mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.72), #000 26%, #000 78%, rgba(0, 0, 0, 0.24));
}

.services-hub-page .services-index-panel::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(220px, 38%);
  aspect-ratio: 1;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(48, 188, 233, 0.11), transparent 58%);
  pointer-events: none;
}

.services-hub-page .services-index-head {
  min-height: 48px;
  padding: 0 0 16px;
  border-bottom-color: rgba(48, 188, 233, 0.22);
}

.services-hub-page .services-index-head span {
  width: max-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 999px;
  background: rgba(48, 188, 233, 0.08);
}

.services-hub-page .services-index-head strong {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.46);
}

:root[data-theme="dark"] .services-hub-page .services-index-head strong {
  background: rgba(255, 255, 255, 0.055);
}

.services-hub-page .services-index-list {
  grid-template-columns: 1fr;
  gap: 8px;
  padding-top: 14px;
}

.services-hub-page .services-index-category {
  grid-column: 1 / -1;
  min-height: 28px;
  padding: 0;
}

.services-hub-page .services-index-item {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 0;
  overflow: hidden;
  min-height: 78px;
  padding: 12px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-bottom: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(48, 188, 233, 0.085), transparent 66%),
    rgba(255, 255, 255, 0.5);
  box-shadow:
    0 16px 42px rgba(20, 61, 76, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

:root[data-theme="dark"] .services-hub-page .services-index-item {
  background:
    linear-gradient(145deg, rgba(48, 188, 233, 0.095), transparent 66%),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.services-hub-page .services-index-item:first-of-type {
  grid-column: auto;
  min-height: 78px;
  grid-template-columns: 1fr;
  align-items: start;
}

.services-hub-page .services-index-item:hover,
.services-hub-page .services-index-item:focus-within {
  border-color: rgba(48, 188, 233, 0.52);
  background:
    linear-gradient(145deg, rgba(48, 188, 233, 0.14), transparent 66%),
    rgba(48, 188, 233, 0.075);
  box-shadow:
    0 22px 52px rgba(48, 188, 233, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.services-hub-page .services-index-main {
  min-height: auto;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  padding: 0;
  background: transparent;
}

.services-hub-page .services-index-item:hover .services-index-main,
.services-hub-page .services-index-item:focus-within .services-index-main,
.services-hub-page .services-index-main:hover,
.services-hub-page .services-index-main:focus-visible {
  background: transparent;
  transform: none;
}

.services-hub-page .services-index-main > span {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border-color: rgba(48, 188, 233, 0.3);
  background:
    linear-gradient(145deg, rgba(48, 188, 233, 0.18), rgba(255, 255, 255, 0.22));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 10px 22px rgba(48, 188, 233, 0.12);
  font-size: 12px;
}

.services-hub-page .services-index-list strong {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.12;
}

.services-hub-page .services-index-list small {
  max-width: 520px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.38;
}

.services-hub-page .services-index-subitems {
  max-height: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  overflow: hidden;
  padding: 0 0 0 58px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: max-height 220ms ease, padding 220ms ease, opacity 180ms ease, transform 180ms ease;
}

.services-hub-page .services-index-item:first-of-type .services-index-subitems {
  grid-template-columns: none;
}

.services-hub-page .services-index-item:hover .services-index-subitems,
.services-hub-page .services-index-item:focus-within .services-index-subitems {
  max-height: 92px;
  padding-top: 10px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.services-hub-page .services-index-subitems a {
  min-height: 28px;
  justify-content: flex-start;
  padding: 6px 10px 6px 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  line-height: 1.15;
  white-space: nowrap;
}

:root[data-theme="dark"] .services-hub-page .services-index-subitems a {
  background: rgba(255, 255, 255, 0.045);
}

.services-hub-page .services-index-subitems a::before {
  left: 9px;
  width: 4px;
  height: 4px;
}

.services-hub-page .services-index-contact {
  min-height: 90px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 18px;
  margin-top: 14px;
  padding: 18px 20px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.16), transparent 58%),
    rgba(255, 255, 255, 0.42);
}

:root[data-theme="dark"] .services-hub-page .services-index-contact {
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.13), transparent 58%),
    rgba(255, 255, 255, 0.045);
}

.services-hub-page .services-index-contact::after {
  content: "";
  width: 34px;
  height: 34px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.72;
  transform: rotate(-45deg);
}

.services-hub-page .services-index-contact span,
.services-hub-page .services-index-contact strong,
.services-hub-page .services-index-contact p {
  grid-column: 1;
}

.services-hub-page .services-index-contact p {
  white-space: normal;
}

@media (max-width: 720px) {
  .services-hub-page .services-index-list,
  .services-hub-page .services-index-item:first-of-type {
    grid-template-columns: 1fr;
  }

  .services-hub-page .services-index-item,
  .services-hub-page .services-index-item:first-of-type {
    min-height: 0;
    padding: 12px;
  }

  .services-hub-page .services-index-contact {
    grid-template-columns: 1fr;
  }

  .services-hub-page .services-index-contact::after {
    display: none;
  }

  .services-hub-page .services-index-subitems {
    padding-left: 0;
  }

  .services-hub-page .services-index-item:hover .services-index-subitems,
  .services-hub-page .services-index-item:focus-within .services-index-subitems {
    max-height: 180px;
  }
}

/* Services hub: calm decision board, no expandable menu */
.services-hub-page .services-index-panel {
  padding: clamp(18px, 2vw, 24px);
}

.services-hub-page .services-index-head {
  padding-bottom: 14px;
}

.services-hub-page .services-index-category {
  display: none;
}

.services-hub-page .services-index-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 14px;
}

.services-hub-page .services-index-item,
.services-hub-page .services-index-item:first-of-type {
  min-height: 104px;
  display: block;
  padding: 0;
  border-radius: 12px;
  cursor: pointer;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(48, 188, 233, 0.075)),
    rgba(255, 255, 255, 0.42);
}

:root[data-theme="dark"] .services-hub-page .services-index-item,
:root[data-theme="dark"] .services-hub-page .services-index-item:first-of-type {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(48, 188, 233, 0.08)),
    rgba(255, 255, 255, 0.035);
}

.services-hub-page .services-index-item:nth-of-type(5) {
  grid-column: 1 / -1;
}

.services-hub-page .services-index-main {
  min-height: 104px;
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  align-items: center;
  height: 100%;
  padding: 14px;
}

.services-hub-page .services-index-main::after {
  content: "";
  width: 18px;
  height: 18px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.32;
  transform: rotate(-45deg);
  transition: opacity 180ms ease, transform 180ms ease;
}

.services-hub-page .services-index-item:hover .services-index-main::after,
.services-hub-page .services-index-item:focus-within .services-index-main::after {
  opacity: 0.82;
  transform: translateX(2px) rotate(-45deg);
}

.services-hub-page .services-index-list strong {
  font-size: clamp(15px, 1.35vw, 18px);
}

.services-hub-page .services-index-list small {
  max-width: 340px;
  font-size: 11.8px;
}

.services-hub-page .services-index-subitems,
.services-hub-page .services-index-item:hover .services-index-subitems,
.services-hub-page .services-index-item:focus-within .services-index-subitems {
  max-height: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  overflow: visible;
  padding: 0 14px 14px 56px;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.services-hub-page .services-index-subitems a {
  min-height: 24px;
  padding: 5px 9px 5px 18px;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.36);
  font-size: 10.5px;
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
}

:root[data-theme="dark"] .services-hub-page .services-index-subitems a {
  background: rgba(255, 255, 255, 0.045);
}

.services-hub-page .services-index-subitems a::before {
  left: 8px;
  width: 4px;
  height: 4px;
}

.services-hub-page .services-index-subitems a:hover,
.services-hub-page .services-index-subitems a:focus-visible {
  color: var(--primary-dark);
  border-color: rgba(48, 188, 233, 0.4);
  background: rgba(48, 188, 233, 0.12);
}

.services-hub-page .services-index-contact {
  margin-top: 12px;
}

@media (max-width: 720px) {
  .services-hub-page .services-index-list {
    grid-template-columns: 1fr;
  }

  .services-hub-page .services-index-item:nth-of-type(5) {
    grid-column: auto;
  }

  .services-hub-page .services-index-main {
    min-height: 92px;
  }

  .services-hub-page .services-index-subitems,
  .services-hub-page .services-index-item:hover .services-index-subitems,
  .services-hub-page .services-index-item:focus-within .services-index-subitems {
    padding: 0 12px 12px;
  }
}

/* Services hub: balanced main/sub service matrix */
.services-hub-page .services-index-list {
  grid-template-columns: 1fr;
  gap: 9px;
}

.services-hub-page .services-index-item,
.services-hub-page .services-index-item:first-of-type,
.services-hub-page .services-index-item:nth-of-type(5) {
  grid-column: auto;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(230px, 0.48fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  padding: 0;
  border-radius: 12px;
}

.services-hub-page .services-index-main {
  min-height: 96px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 16px;
  border-right: 1px solid rgba(48, 188, 233, 0.14);
}

.services-hub-page .services-index-main::after {
  display: none;
}

.services-hub-page .services-index-list small {
  max-width: 290px;
}

.services-hub-page .services-index-subitems,
.services-hub-page .services-index-item:hover .services-index-subitems,
.services-hub-page .services-index-item:focus-within .services-index-subitems {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 6px 10px;
  padding: 14px 16px;
  background:
    linear-gradient(90deg, rgba(48, 188, 233, 0.055), transparent 34%),
    rgba(255, 255, 255, 0.18);
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.services-hub-page .services-index-subitems a {
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 7px 10px 7px 24px;
  border: 1px solid rgba(48, 188, 233, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.38);
  color: var(--muted);
  font-size: 11px;
  font-weight: 820;
  line-height: 1.18;
  white-space: normal;
}

:root[data-theme="dark"] .services-hub-page .services-index-subitems a {
  background: rgba(255, 255, 255, 0.04);
}

.services-hub-page .services-index-subitems a::before {
  left: 10px;
  width: 5px;
  height: 5px;
  opacity: 0.82;
}

.services-hub-page .services-index-subitems a:hover,
.services-hub-page .services-index-subitems a:focus-visible {
  color: var(--ink);
  border-color: rgba(48, 188, 233, 0.32);
  background: rgba(48, 188, 233, 0.11);
}

@media (max-width: 720px) {
  .services-hub-page .services-index-item,
  .services-hub-page .services-index-item:first-of-type,
  .services-hub-page .services-index-item:nth-of-type(5) {
    grid-template-columns: 1fr;
  }

  .services-hub-page .services-index-main {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid rgba(48, 188, 233, 0.14);
  }

  .services-hub-page .services-index-subitems,
  .services-hub-page .services-index-item:hover .services-index-subitems,
  .services-hub-page .services-index-item:focus-within .services-index-subitems {
    grid-template-columns: 1fr;
    padding: 10px 12px 12px;
  }
}

/* Services hub matrix polish */
.services-hub-page .services-index-item,
.services-hub-page .services-index-item:first-of-type,
.services-hub-page .services-index-item:nth-of-type(5) {
  position: relative;
  isolation: isolate;
}

.services-hub-page .services-index-item::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  z-index: -1;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, rgba(48, 188, 233, 0.28), rgba(48, 188, 233, 0.9), rgba(47, 109, 246, 0.32));
  box-shadow: 0 0 18px rgba(48, 188, 233, 0.2);
}

.services-hub-page .services-index-main > span {
  position: relative;
}

.services-hub-page .services-index-main > span::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 13px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 180ms ease, transform 180ms ease;
}

.services-hub-page .services-index-item:hover .services-index-main > span::after,
.services-hub-page .services-index-item:focus-within .services-index-main > span::after {
  opacity: 1;
  transform: scale(1);
}

.services-hub-page .services-index-subitems::before {
  content: "Alt hizmetler";
  grid-column: 1 / -1;
  display: block;
  margin-bottom: 2px;
  color: var(--primary-dark);
  font-size: 10px;
  font-weight: 920;
  line-height: 1;
  text-transform: uppercase;
}

.services-hub-page .services-index-subitems a {
  padding-left: 24px;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.services-hub-page .services-index-subitems a:hover,
.services-hub-page .services-index-subitems a:focus-visible {
  transform: translateX(2px);
}

@media (max-width: 720px) {
  .services-hub-page .services-index-subitems::before {
    margin-bottom: 4px;
  }
}

/* Services hub: refined route board */
.services-hub-page .services-index-item,
.services-hub-page .services-index-item:first-of-type,
.services-hub-page .services-index-item:nth-of-type(5) {
  --service-accent: #30bce9;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
  border-color: color-mix(in srgb, var(--service-accent) 28%, transparent);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--service-accent) 8%, transparent), transparent 42%),
    rgba(255, 255, 255, 0.46);
}

.services-hub-page .services-index-item:nth-of-type(2) {
  --service-accent: #2f6df6;
}

.services-hub-page .services-index-item:nth-of-type(3) {
  --service-accent: #14b8a6;
}

.services-hub-page .services-index-item:nth-of-type(4) {
  --service-accent: #7c5cff;
}

.services-hub-page .services-index-item:nth-of-type(5) {
  --service-accent: #0ea5e9;
}

:root[data-theme="dark"] .services-hub-page .services-index-item,
:root[data-theme="dark"] .services-hub-page .services-index-item:first-of-type,
:root[data-theme="dark"] .services-hub-page .services-index-item:nth-of-type(5) {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--service-accent) 12%, transparent), transparent 46%),
    rgba(255, 255, 255, 0.04);
}

.services-hub-page .services-index-item::before {
  background: linear-gradient(180deg, color-mix(in srgb, var(--service-accent) 22%, transparent), var(--service-accent), color-mix(in srgb, var(--service-accent) 36%, #2f6df6));
  box-shadow: 0 0 18px color-mix(in srgb, var(--service-accent) 28%, transparent);
}

.services-hub-page .services-index-main {
  min-height: 112px;
  padding: 18px;
}

.services-hub-page .services-index-main > span {
  color: var(--service-accent);
  border-color: color-mix(in srgb, var(--service-accent) 32%, transparent);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--service-accent) 16%, transparent), rgba(255, 255, 255, 0.22));
}

.services-hub-page .services-index-item:hover .services-index-main > span,
.services-hub-page .services-index-item:focus-within .services-index-main > span {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 14px 26px color-mix(in srgb, var(--service-accent) 18%, transparent);
}

.services-hub-page .services-index-list strong {
  font-size: clamp(16px, 1.45vw, 19px);
}

.services-hub-page .services-index-list small {
  max-width: 330px;
}

.services-hub-page .services-index-subitems,
.services-hub-page .services-index-item:hover .services-index-subitems,
.services-hub-page .services-index-item:focus-within .services-index-subitems {
  max-height: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  align-content: center;
  gap: 7px;
  overflow: visible;
  padding: 16px 18px;
  border-left: 1px solid color-mix(in srgb, var(--service-accent) 16%, transparent);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--service-accent) 7%, transparent), transparent 58%),
    rgba(255, 255, 255, 0.2);
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.services-hub-page .services-index-item:first-of-type .services-index-subitems {
  grid-template-columns: repeat(2, minmax(140px, 1fr));
}

.services-hub-page .services-index-subitems::before {
  color: color-mix(in srgb, var(--service-accent) 72%, var(--primary-dark));
}

.services-hub-page .services-index-subitems a {
  position: relative;
  min-height: 36px;
  padding: 8px 30px 8px 24px;
  border-color: color-mix(in srgb, var(--service-accent) 13%, transparent);
  background: rgba(255, 255, 255, 0.42);
}

:root[data-theme="dark"] .services-hub-page .services-index-subitems a {
  background: rgba(255, 255, 255, 0.045);
}

.services-hub-page .services-index-subitems a::before {
  background: var(--service-accent);
  box-shadow: 0 0 12px color-mix(in srgb, var(--service-accent) 28%, transparent);
}

.services-hub-page .services-index-subitems a::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  opacity: 0;
  transform: translate(-3px, -50%) rotate(-45deg);
  transition: opacity 160ms ease, transform 160ms ease;
}

.services-hub-page .services-index-subitems a:hover,
.services-hub-page .services-index-subitems a:focus-visible {
  color: var(--ink);
  border-color: color-mix(in srgb, var(--service-accent) 34%, transparent);
  background: color-mix(in srgb, var(--service-accent) 10%, rgba(255, 255, 255, 0.5));
}

.services-hub-page .services-index-subitems a:hover::after,
.services-hub-page .services-index-subitems a:focus-visible::after {
  opacity: 0.72;
  transform: translate(0, -50%) rotate(-45deg);
}

@media (max-width: 720px) {
  .services-hub-page .services-index-item,
  .services-hub-page .services-index-item:first-of-type,
  .services-hub-page .services-index-item:nth-of-type(5) {
    grid-template-columns: 1fr;
  }

  .services-hub-page .services-index-main {
    min-height: 92px;
  }

  .services-hub-page .services-index-subitems,
  .services-hub-page .services-index-item:hover .services-index-subitems,
  .services-hub-page .services-index-item:focus-within .services-index-subitems {
    grid-template-columns: 1fr;
    border-left: 0;
    border-top: 1px solid color-mix(in srgb, var(--service-accent) 16%, transparent);
  }
}

/* Services hub: compact at-a-glance board */
.services-hub-page .services-index-panel {
  padding: clamp(16px, 1.8vw, 22px);
}

.services-hub-page .services-index-head {
  min-height: 40px;
  padding-bottom: 12px;
}

.services-hub-page .services-index-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 12px;
}

.services-hub-page .services-index-item,
.services-hub-page .services-index-item:first-of-type,
.services-hub-page .services-index-item:nth-of-type(5) {
  grid-column: auto;
  grid-template-columns: 1fr;
  min-height: 0;
}

.services-hub-page .services-index-item:nth-of-type(5) {
  grid-column: 1 / -1;
}

.services-hub-page .services-index-main {
  min-height: 72px;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
  border-right: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--service-accent) 16%, transparent);
}

.services-hub-page .services-index-main > span {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  font-size: 11px;
}

.services-hub-page .services-index-list strong {
  font-size: 14.5px;
}

.services-hub-page .services-index-list small {
  max-width: none;
  margin-top: 4px;
  font-size: 10.8px;
  line-height: 1.25;
}

.services-hub-page .services-index-subitems,
.services-hub-page .services-index-item:hover .services-index-subitems,
.services-hub-page .services-index-item:focus-within .services-index-subitems,
.services-hub-page .services-index-item:first-of-type .services-index-subitems {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  padding: 9px 10px 11px;
  border-left: 0;
  background: transparent;
}

.services-hub-page .services-index-subitems::before {
  display: none;
}

.services-hub-page .services-index-subitems a {
  min-height: 25px;
  padding: 5px 22px 5px 18px;
  border-radius: 7px;
  font-size: 10px;
  line-height: 1.1;
}

.services-hub-page .services-index-subitems a::before {
  left: 7px;
  width: 4px;
  height: 4px;
}

.services-hub-page .services-index-subitems a::after {
  right: 8px;
  width: 6px;
  height: 6px;
}

.services-hub-page .services-index-contact {
  min-height: 76px;
  margin-top: 10px;
  padding: 14px 16px;
}

.services-hub-page .services-index-contact strong {
  font-size: 15px;
}

.services-hub-page .services-index-contact p {
  font-size: 12px;
}

@media (max-width: 720px) {
  .services-hub-page .services-index-list,
  .services-hub-page .services-index-item:nth-of-type(5) {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .services-hub-page .services-index-subitems,
  .services-hub-page .services-index-item:hover .services-index-subitems,
  .services-hub-page .services-index-item:focus-within .services-index-subitems,
  .services-hub-page .services-index-item:first-of-type .services-index-subitems {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 0;
  }
}

@media (max-width: 460px) {
  .services-hub-page .services-index-subitems,
  .services-hub-page .services-index-item:hover .services-index-subitems,
  .services-hub-page .services-index-item:focus-within .services-index-subitems,
  .services-hub-page .services-index-item:first-of-type .services-index-subitems {
    grid-template-columns: 1fr;
  }
}

/* Services hub: final comfortable overview board */
.services-hub-page .services-index-contact {
  display: none;
}

.services-hub-page .services-index-panel {
  padding: clamp(18px, 2.2vw, 26px);
}

.services-hub-page .services-index-head {
  min-height: 48px;
  padding-bottom: 16px;
}

.services-hub-page .services-index-list {
  grid-template-columns: 1fr;
  gap: 10px;
  padding-top: 14px;
}

.services-hub-page .services-index-item,
.services-hub-page .services-index-item:first-of-type,
.services-hub-page .services-index-item:nth-of-type(5) {
  grid-column: auto;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  min-height: 118px;
  border-radius: 12px;
}

.services-hub-page .services-index-main {
  min-height: 118px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 18px;
  border-right: 1px solid color-mix(in srgb, var(--service-accent) 18%, transparent);
  border-bottom: 0;
}

.services-hub-page .services-index-main > span {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 12px;
}

.services-hub-page .services-index-list strong {
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.14;
}

.services-hub-page .services-index-list small {
  max-width: 340px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.35;
}

.services-hub-page .services-index-subitems,
.services-hub-page .services-index-item:hover .services-index-subitems,
.services-hub-page .services-index-item:focus-within .services-index-subitems,
.services-hub-page .services-index-item:first-of-type .services-index-subitems {
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  align-content: center;
  gap: 7px;
  padding: 16px 18px;
  border-left: 0;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--service-accent) 7%, transparent), transparent 58%),
    rgba(255, 255, 255, 0.18);
}

.services-hub-page .services-index-subitems::before {
  display: block;
  margin-bottom: 2px;
  font-size: 10px;
}

.services-hub-page .services-index-subitems a {
  min-height: 36px;
  padding: 8px 30px 8px 24px;
  border-radius: 8px;
  font-size: 11px;
  line-height: 1.18;
}

.services-hub-page .services-index-contact {
  min-height: 86px;
  margin-top: 12px;
  padding: 16px 18px;
}

.services-hub-page .services-index-contact strong {
  font-size: 16px;
}

.services-hub-page .services-index-contact p {
  font-size: 13px;
}

@media (max-width: 720px) {
  .services-hub-page .services-index-item,
  .services-hub-page .services-index-item:first-of-type,
  .services-hub-page .services-index-item:nth-of-type(5) {
    grid-template-columns: 1fr;
  }

  .services-hub-page .services-index-main {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--service-accent) 16%, transparent);
  }

  .services-hub-page .services-index-subitems,
  .services-hub-page .services-index-item:hover .services-index-subitems,
  .services-hub-page .services-index-item:focus-within .services-index-subitems,
  .services-hub-page .services-index-item:first-of-type .services-index-subitems {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
  }
}

@media (max-width: 460px) {
  .services-hub-page .services-index-subitems,
  .services-hub-page .services-index-item:hover .services-index-subitems,
  .services-hub-page .services-index-item:focus-within .services-index-subitems,
  .services-hub-page .services-index-item:first-of-type .services-index-subitems {
    grid-template-columns: 1fr;
  }
}

/* Service detail pages: match the main services menu board exactly */
.service-detail-services-menu {
  padding: clamp(18px, 2.2vw, 26px);
  border-color: rgba(48, 188, 233, 0.28);
  border-radius: 14px;
  background:
    radial-gradient(circle at 10% 0%, rgba(48, 188, 233, 0.2), transparent 32%),
    radial-gradient(circle at 90% 18%, rgba(47, 109, 246, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(235, 248, 253, 0.82)),
    var(--surface);
  box-shadow:
    0 32px 92px rgba(20, 61, 76, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

:root[data-theme="dark"] .service-detail-services-menu {
  background:
    radial-gradient(circle at 10% 0%, rgba(48, 188, 233, 0.14), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(47, 109, 246, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(18, 27, 36, 0.9), rgba(8, 18, 32, 0.76)),
    var(--surface);
}

.service-detail-services-menu::before {
  opacity: 0.85;
  background-size: 24px 24px;
  mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.72), #000 26%, #000 78%, rgba(0, 0, 0, 0.24));
}

.service-detail-services-menu::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(220px, 38%);
  aspect-ratio: 1;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(48, 188, 233, 0.11), transparent 58%);
  pointer-events: none;
}

.service-detail-services-menu .services-index-head {
  min-height: 48px;
  padding: 0 0 16px;
  border-bottom-color: rgba(48, 188, 233, 0.22);
}

.service-detail-services-menu .services-index-head span {
  width: max-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 999px;
  background: rgba(48, 188, 233, 0.08);
}

.service-detail-services-menu .services-index-head strong {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.46);
}

:root[data-theme="dark"] .service-detail-services-menu .services-index-head strong {
  background: rgba(255, 255, 255, 0.055);
}

.service-detail-services-menu .services-index-contact {
  display: none;
}

.service-detail-services-menu .services-index-list {
  grid-template-columns: 1fr;
  gap: 10px;
  padding-top: 14px;
}

.service-detail-services-menu .services-index-category {
  grid-column: 1 / -1;
  min-height: 28px;
  padding: 0;
}

.service-detail-services-menu .services-index-item,
.service-detail-services-menu .services-index-item:first-of-type,
.service-detail-services-menu .services-index-item:nth-of-type(5) {
  grid-column: auto;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  min-height: 118px;
  border-color: color-mix(in srgb, var(--service-accent) 28%, transparent);
  border-radius: 12px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--service-accent) 8%, transparent), transparent 42%),
    rgba(255, 255, 255, 0.5);
}

:root[data-theme="dark"] .service-detail-services-menu .services-index-item,
:root[data-theme="dark"] .service-detail-services-menu .services-index-item:first-of-type,
:root[data-theme="dark"] .service-detail-services-menu .services-index-item:nth-of-type(5) {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--service-accent) 12%, transparent), transparent 46%),
    rgba(255, 255, 255, 0.04);
}

.service-detail-services-menu .services-index-item.is-active {
  border-color: color-mix(in srgb, var(--service-accent) 56%, transparent);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--service-accent) 18%, transparent), transparent 48%),
    rgba(255, 255, 255, 0.56);
}

:root[data-theme="dark"] .service-detail-services-menu .services-index-item.is-active {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--service-accent) 24%, transparent), transparent 52%),
    rgba(255, 255, 255, 0.05);
}

.service-detail-services-menu .services-index-item::before {
  background: linear-gradient(180deg, color-mix(in srgb, var(--service-accent) 22%, transparent), var(--service-accent), color-mix(in srgb, var(--service-accent) 36%, #2f6df6));
  box-shadow: 0 0 18px color-mix(in srgb, var(--service-accent) 28%, transparent);
  opacity: 1;
}

.service-detail-services-menu .services-index-main {
  min-height: 118px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 18px;
  border-right: 1px solid color-mix(in srgb, var(--service-accent) 18%, transparent);
  border-bottom: 0;
}

.service-detail-services-menu .services-index-main > span {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: var(--service-accent);
  border-color: color-mix(in srgb, var(--service-accent) 32%, transparent);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--service-accent) 16%, transparent), rgba(255, 255, 255, 0.22));
  font-size: 12px;
}

.service-detail-services-menu .services-index-main.is-active > span {
  color: #fff;
  border-color: color-mix(in srgb, var(--service-accent) 72%, transparent);
  background: linear-gradient(135deg, var(--service-accent), color-mix(in srgb, var(--service-accent) 72%, #236cf4));
  box-shadow: 0 10px 22px color-mix(in srgb, var(--service-accent) 22%, transparent);
}

.service-detail-services-menu .services-index-list strong {
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.14;
}

.service-detail-services-menu .services-index-list small {
  max-width: 340px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.35;
}

.service-detail-services-menu .services-index-subitems,
.service-detail-services-menu .services-index-item:hover .services-index-subitems,
.service-detail-services-menu .services-index-item:focus-within .services-index-subitems,
.service-detail-services-menu .services-index-item.is-active .services-index-subitems,
.service-detail-services-menu .services-index-item:first-of-type .services-index-subitems {
  max-height: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  align-content: center;
  gap: 7px;
  overflow: visible;
  padding: 16px 18px;
  border-left: 0;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--service-accent) 7%, transparent), transparent 58%),
    rgba(255, 255, 255, 0.18);
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.service-detail-services-menu .services-index-subitems::before {
  content: "Alt hizmetler";
  grid-column: 1 / -1;
  display: block;
  margin-bottom: 2px;
  color: color-mix(in srgb, var(--service-accent) 72%, var(--primary-dark));
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.service-detail-services-menu .services-index-subitems a {
  position: relative;
  min-height: 36px;
  padding: 8px 30px 8px 24px;
  border-color: color-mix(in srgb, var(--service-accent) 13%, transparent);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  line-height: 1.18;
}

:root[data-theme="dark"] .service-detail-services-menu .services-index-subitems a {
  background: rgba(255, 255, 255, 0.045);
}

.service-detail-services-menu .services-index-subitems a::before {
  left: 9px;
  width: 4px;
  height: 4px;
  background: var(--service-accent);
  box-shadow: 0 0 12px color-mix(in srgb, var(--service-accent) 28%, transparent);
}

.service-detail-services-menu .services-index-subitems a::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  opacity: 0;
  transform: translate(-3px, -50%) rotate(-45deg);
  transition: opacity 160ms ease, transform 160ms ease;
}

.service-detail-services-menu .services-index-subitems a:hover,
.service-detail-services-menu .services-index-subitems a:focus-visible,
.service-detail-services-menu .services-index-subitems a.is-current,
.service-detail-services-menu .services-index-subitems a[aria-current="page"] {
  color: var(--ink);
  border-color: color-mix(in srgb, var(--service-accent) 34%, transparent);
  background: color-mix(in srgb, var(--service-accent) 10%, rgba(255, 255, 255, 0.5));
}

.service-detail-services-menu .services-index-subitems a:hover::after,
.service-detail-services-menu .services-index-subitems a:focus-visible::after,
.service-detail-services-menu .services-index-subitems a.is-current::after,
.service-detail-services-menu .services-index-subitems a[aria-current="page"]::after {
  opacity: 0.72;
  transform: translate(0, -50%) rotate(-45deg);
}

@media (max-width: 720px) {
  .service-detail-services-menu .services-index-item,
  .service-detail-services-menu .services-index-item:first-of-type,
  .service-detail-services-menu .services-index-item:nth-of-type(5) {
    grid-template-columns: 1fr;
  }

  .service-detail-services-menu .services-index-main {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--service-accent) 16%, transparent);
  }

  .service-detail-services-menu .services-index-subitems,
  .service-detail-services-menu .services-index-item:hover .services-index-subitems,
  .service-detail-services-menu .services-index-item:focus-within .services-index-subitems,
  .service-detail-services-menu .services-index-item.is-active .services-index-subitems,
  .service-detail-services-menu .services-index-item:first-of-type .services-index-subitems {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
  }
}

@media (max-width: 460px) {
  .service-detail-services-menu .services-index-subitems,
  .service-detail-services-menu .services-index-item:hover .services-index-subitems,
  .service-detail-services-menu .services-index-item:focus-within .services-index-subitems,
  .service-detail-services-menu .services-index-item.is-active .services-index-subitems,
  .service-detail-services-menu .services-index-item:first-of-type .services-index-subitems {
    grid-template-columns: 1fr;
  }
}

.service-detail-services-shell {
  min-width: 0;
}

.service-detail-services-shell .services-index-panel {
  height: 100%;
}

.service-detail-services-shell .services-index-item.is-active {
  border-color: color-mix(in srgb, var(--service-accent) 56%, transparent);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--service-accent) 18%, transparent), transparent 48%),
    rgba(255, 255, 255, 0.56);
  box-shadow:
    0 18px 42px color-mix(in srgb, var(--service-accent) 13%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

:root[data-theme="dark"] .service-detail-services-shell .services-index-item.is-active {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--service-accent) 24%, transparent), transparent 52%),
    rgba(255, 255, 255, 0.05);
}

.service-detail-services-shell .services-index-main.is-active > span {
  color: #fff;
  border-color: color-mix(in srgb, var(--service-accent) 72%, transparent);
  background: linear-gradient(135deg, var(--service-accent), color-mix(in srgb, var(--service-accent) 72%, #236cf4));
  box-shadow: 0 10px 22px color-mix(in srgb, var(--service-accent) 22%, transparent);
}

.service-detail-services-shell .services-index-subitems a.is-current,
.service-detail-services-shell .services-index-subitems a[aria-current="page"] {
  color: var(--ink);
  border-color: color-mix(in srgb, var(--service-accent) 34%, transparent);
  background: color-mix(in srgb, var(--service-accent) 10%, rgba(255, 255, 255, 0.5));
}

.service-detail-services-shell .services-index-subitems a.is-current::after,
.service-detail-services-shell .services-index-subitems a[aria-current="page"]::after {
  opacity: 0.72;
  transform: translate(0, -50%) rotate(-45deg);
}

/* Solutions hub: same route-board language */
.solutions-hub-page .services-index-panel {
  padding: clamp(18px, 2.2vw, 26px);
}

.solutions-hub-page .services-index-category,
.solutions-hub-page .services-index-contact {
  display: none;
}

.solutions-hub-page .services-index-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 14px;
}

.solutions-hub-page .services-index-list > a {
  --solution-accent: #30bce9;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 128px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--solution-accent) 26%, transparent);
  border-radius: 12px;
  color: var(--ink);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent) 9%, transparent), transparent 62%),
    rgba(255, 255, 255, 0.46);
  box-shadow:
    0 16px 42px rgba(20, 61, 76, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.solutions-hub-page .services-index-list > a:nth-of-type(2) {
  --solution-accent: #2f6df6;
}

.solutions-hub-page .services-index-list > a:nth-of-type(3) {
  --solution-accent: #14b8a6;
}

.solutions-hub-page .services-index-list > a:nth-of-type(4) {
  --solution-accent: #7c5cff;
}

.solutions-hub-page .services-index-list > a:nth-of-type(5) {
  --solution-accent: #0ea5e9;
}

.solutions-hub-page .services-index-list > a:nth-of-type(6) {
  --solution-accent: #1497c2;
}

:root[data-theme="dark"] .solutions-hub-page .services-index-list > a {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent) 12%, transparent), transparent 62%),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.solutions-hub-page .services-index-list > a::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  z-index: -1;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--solution-accent) 24%, transparent), var(--solution-accent));
  box-shadow: 0 0 18px color-mix(in srgb, var(--solution-accent) 26%, transparent);
}

.solutions-hub-page .services-index-list > a::after {
  content: "";
  width: 16px;
  height: 16px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.34;
  transform: rotate(-45deg);
  transition: opacity 180ms ease, transform 180ms ease;
}

.solutions-hub-page .services-index-list > a > span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--solution-accent) 32%, transparent);
  border-radius: 10px;
  color: var(--solution-accent);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--solution-accent) 16%, transparent), rgba(255, 255, 255, 0.22));
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.solutions-hub-page .services-index-list > a strong {
  display: block;
  color: currentColor;
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 900;
  line-height: 1.16;
}

.solutions-hub-page .services-index-list > a small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.35;
}

.solutions-hub-page .services-index-list > a:hover,
.solutions-hub-page .services-index-list > a:focus-visible {
  border-color: color-mix(in srgb, var(--solution-accent) 48%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent) 14%, transparent), transparent 62%),
    rgba(48, 188, 233, 0.06);
  box-shadow:
    0 22px 52px color-mix(in srgb, var(--solution-accent) 13%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  outline: none;
}

.solutions-hub-page .services-index-list > a:hover::after,
.solutions-hub-page .services-index-list > a:focus-visible::after {
  opacity: 0.82;
  transform: translateX(2px) rotate(-45deg);
}

@media (max-width: 720px) {
  .solutions-hub-page .services-index-list {
    grid-template-columns: 1fr;
  }

  .solutions-hub-page .services-index-list > a {
    min-height: 104px;
  }
}

/* Solutions hub: use the detail-page solution menu when explicitly requested */
.solutions-hub-page .service-detail-solutions-menu {
  padding: 18px;
  border-radius: 8px;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-head {
  min-height: 44px;
  padding: 0 4px 14px;
  border-bottom-color: rgba(48, 188, 233, 0.16);
}

.solutions-hub-page .service-detail-solutions-menu .services-index-head span,
.solutions-hub-page .service-detail-solutions-menu .services-index-head strong {
  width: auto;
  min-height: auto;
  display: initial;
  align-items: initial;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-head span {
  color: var(--primary-dark);
}

.solutions-hub-page .service-detail-solutions-menu .services-index-head strong {
  color: var(--muted);
}

.solutions-hub-page .service-detail-solutions-menu .services-index-category {
  min-height: 34px;
  display: flex;
  padding: 10px 4px 6px;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-contact {
  display: grid;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list {
  grid-template-columns: 1fr;
  gap: 8px;
  padding-top: 10px;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a {
  min-height: 68px;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  padding: 10px;
  border-color: color-mix(in srgb, var(--solution-accent) 18%, transparent);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent) 6%, transparent), transparent 68%),
    rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a::before {
  inset: 10px auto 10px 0;
  z-index: auto;
  background: var(--solution-accent);
  opacity: 0;
  box-shadow: 0 0 18px color-mix(in srgb, var(--solution-accent) 28%, transparent);
  transition: opacity 180ms ease;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a::after {
  display: none;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a > span {
  width: 32px;
  height: 32px;
  border-color: color-mix(in srgb, var(--solution-accent) 26%, transparent);
  border-radius: 8px;
  color: var(--solution-accent);
  background: color-mix(in srgb, var(--solution-accent) 9%, transparent);
  font-size: 11.5px;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a strong {
  font-size: clamp(14px, 1.45vw, 17px);
  font-weight: 860;
  line-height: 1.25;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a small {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.25;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:hover,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:focus-visible {
  border-color: color-mix(in srgb, var(--solution-accent) 42%, transparent);
  color: var(--primary-dark);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent) 10%, transparent), transparent 68%),
    rgba(48, 188, 233, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transform: translateX(3px);
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a.is-active,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"] {
  border-color: color-mix(in srgb, var(--solution-accent) 56%, transparent);
  color: var(--ink);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent) 18%, transparent), transparent 70%),
    color-mix(in srgb, var(--solution-accent) 9%, rgba(255, 255, 255, 0.72));
  box-shadow:
    0 16px 36px color-mix(in srgb, var(--solution-accent) 14%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a.is-active::before,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"]::before {
  opacity: 1;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a.is-active > span,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"] > span {
  color: #fff;
  border-color: color-mix(in srgb, var(--solution-accent) 72%, transparent);
  background: linear-gradient(135deg, var(--solution-accent), color-mix(in srgb, var(--solution-accent) 72%, #236cf4));
  box-shadow: 0 10px 22px color-mix(in srgb, var(--solution-accent) 22%, transparent);
}

:root[data-theme="dark"] .solutions-hub-page .service-detail-solutions-menu .services-index-list > a {
  color: #eef5f9;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent) 8%, transparent), transparent 68%),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

:root[data-theme="dark"] .solutions-hub-page .service-detail-solutions-menu .services-index-list > a:hover,
:root[data-theme="dark"] .solutions-hub-page .service-detail-solutions-menu .services-index-list > a:focus-visible {
  color: #7cdbff;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent) 13%, transparent), transparent 68%),
    rgba(255, 255, 255, 0.055);
}

:root[data-theme="dark"] .solutions-hub-page .service-detail-solutions-menu .services-index-list > a.is-active,
:root[data-theme="dark"] .solutions-hub-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"] {
  color: #f7fbff;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent) 24%, transparent), transparent 70%),
    rgba(48, 188, 233, 0.075);
  box-shadow:
    0 18px 42px color-mix(in srgb, var(--solution-accent) 15%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

:root[data-theme="dark"] .solutions-hub-page .service-detail-solutions-menu .services-index-list > a small {
  color: #a9b7c3;
}

/* Services hub: top-level service menu */
.services-hub-page .services-index-simple-menu {
  padding: 18px;
  border-radius: 8px;
}

.services-hub-page .services-index-simple-menu .services-index-head {
  min-height: 44px;
  padding: 0 4px 14px;
  border-bottom-color: rgba(48, 188, 233, 0.16);
}

.services-hub-page .services-index-simple-menu .services-index-head span,
.services-hub-page .services-index-simple-menu .services-index-head strong {
  width: auto;
  min-height: auto;
  display: initial;
  align-items: initial;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.services-hub-page .services-index-simple-menu .services-index-head span {
  color: var(--primary-dark);
}

.services-hub-page .services-index-simple-menu .services-index-head strong {
  color: var(--muted);
}

.services-hub-page .services-index-simple-menu .services-index-category {
  min-height: 34px;
  display: flex;
  padding: 10px 4px 6px;
}

.services-hub-page .services-index-simple-menu .services-index-list {
  grid-template-columns: 1fr;
  grid-template-rows: minmax(34px, auto) repeat(6, 68px);
  gap: 8px;
  padding-top: 10px;
}

.services-hub-page .services-index-simple-menu .services-index-list > a {
  --service-menu-accent: #30bce9;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 68px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--service-menu-accent) 18%, transparent);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--service-menu-accent) 6%, transparent), transparent 68%),
    rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.services-hub-page .services-index-simple-menu .services-index-list > a:nth-of-type(2) {
  --service-menu-accent: #2f6df6;
}

.services-hub-page .services-index-simple-menu .services-index-list > a:nth-of-type(3) {
  --service-menu-accent: #14b8a6;
}

.services-hub-page .services-index-simple-menu .services-index-list > a:nth-of-type(4) {
  --service-menu-accent: #7c5cff;
}

.services-hub-page .services-index-simple-menu .services-index-list > a:nth-of-type(5) {
  --service-menu-accent: #0ea5e9;
}

.services-hub-page .services-index-simple-menu .services-index-list > a::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: var(--service-menu-accent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--service-menu-accent) 28%, transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.services-hub-page .services-index-simple-menu .services-index-list > a > span {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--service-menu-accent) 26%, transparent);
  border-radius: 8px;
  color: var(--service-menu-accent);
  background: color-mix(in srgb, var(--service-menu-accent) 9%, transparent);
  font-size: 11.5px;
  font-weight: 950;
  line-height: 1;
}

.services-hub-page .services-index-simple-menu .services-index-list > a strong {
  display: block;
  color: currentColor;
  font-size: clamp(14px, 1.45vw, 17px);
  font-weight: 860;
  line-height: 1.25;
}

.services-hub-page .services-index-simple-menu .services-index-list > a small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.25;
}

.services-hub-page .services-index-simple-menu .services-index-list > a:hover,
.services-hub-page .services-index-simple-menu .services-index-list > a:focus-visible {
  border-color: color-mix(in srgb, var(--service-menu-accent) 42%, transparent);
  color: var(--primary-dark);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--service-menu-accent) 10%, transparent), transparent 68%),
    rgba(48, 188, 233, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transform: translateX(3px);
  outline: none;
}

.services-hub-page .services-index-simple-menu .services-index-list > a:hover::before,
.services-hub-page .services-index-simple-menu .services-index-list > a:focus-visible::before {
  opacity: 1;
}

:root[data-theme="dark"] .services-hub-page .services-index-simple-menu .services-index-list > a {
  color: #eef5f9;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--service-menu-accent) 8%, transparent), transparent 68%),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

:root[data-theme="dark"] .services-hub-page .services-index-simple-menu .services-index-list > a:hover,
:root[data-theme="dark"] .services-hub-page .services-index-simple-menu .services-index-list > a:focus-visible {
  color: #7cdbff;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--service-menu-accent) 13%, transparent), transparent 68%),
    rgba(255, 255, 255, 0.055);
}

:root[data-theme="dark"] .services-hub-page .services-index-simple-menu .services-index-list > a small {
  color: #a9b7c3;
}

.services-hub-page .services-index-simple-menu .services-index-contact {
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  align-content: center;
  gap: 5px;
  column-gap: 18px;
  margin-top: 12px;
  padding: 16px 18px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.16), transparent 58%),
    rgba(255, 255, 255, 0.42);
}

.services-hub-page .services-index-simple-menu .services-index-contact::after {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.72;
  transform: rotate(-45deg);
}

.services-hub-page .services-index-simple-menu .services-index-contact span,
.services-hub-page .services-index-simple-menu .services-index-contact strong,
.services-hub-page .services-index-simple-menu .services-index-contact p {
  grid-column: 1;
}

.services-hub-page .services-index-simple-menu .services-index-contact strong {
  font-size: 16px;
}

.services-hub-page .services-index-simple-menu .services-index-contact p {
  font-size: 13px;
  white-space: normal;
}

:root[data-theme="dark"] .services-hub-page .services-index-simple-menu .services-index-contact {
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.13), transparent 58%),
    rgba(255, 255, 255, 0.045);
}

/* Corporate hub: same route-board language */
.corporate-route-hub-page .corporate-hub-panel {
  padding: clamp(18px, 2.2vw, 26px);
  border-radius: 14px;
}

.corporate-route-hub-page .corporate-hub-head {
  min-height: 48px;
  padding-bottom: 16px;
  border-bottom-color: rgba(48, 188, 233, 0.22);
}

.corporate-route-hub-page .corporate-hub-grid,
.corporate-route-hub-page .corporate-hub-grid-balanced {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.corporate-route-hub-page .corporate-hub-card,
.corporate-route-hub-page .corporate-hub-card.primary {
  --corporate-route-accent: #30bce9;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 128px;
  grid-column: auto;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 22px;
  align-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--corporate-route-accent) 26%, transparent);
  border-radius: 12px;
  color: var(--ink);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--corporate-route-accent) 9%, transparent), transparent 62%),
    rgba(255, 255, 255, 0.46);
  box-shadow:
    0 16px 42px rgba(20, 61, 76, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.corporate-route-hub-page .corporate-hub-card.primary {
  grid-column: 1 / -1;
  min-height: 146px;
  grid-template-columns: 46px minmax(0, 1fr) 22px;
}

.corporate-route-hub-page .corporate-hub-card:nth-child(2) {
  --corporate-route-accent: #2f6df6;
}

.corporate-route-hub-page .corporate-hub-card:nth-child(3) {
  --corporate-route-accent: #14b8a6;
}

.corporate-route-hub-page .corporate-hub-card:nth-child(4) {
  --corporate-route-accent: #7c5cff;
}

.corporate-route-hub-page .corporate-hub-card:nth-child(5) {
  --corporate-route-accent: #0ea5e9;
}

:root[data-theme="dark"] .corporate-route-hub-page .corporate-hub-card,
:root[data-theme="dark"] .corporate-route-hub-page .corporate-hub-card.primary {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--corporate-route-accent) 12%, transparent), transparent 62%),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.corporate-route-hub-page .corporate-hub-card::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  z-index: -1;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--corporate-route-accent) 24%, transparent), var(--corporate-route-accent));
  box-shadow: 0 0 18px color-mix(in srgb, var(--corporate-route-accent) 26%, transparent);
}

.corporate-route-hub-page .corporate-hub-card::after,
.corporate-route-hub-page .corporate-hub-card.primary::after {
  content: "";
  position: static;
  width: 16px;
  height: 16px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.34;
  background: transparent;
  transform: rotate(-45deg);
  transition: opacity 180ms ease, transform 180ms ease;
}

.corporate-route-hub-page .hub-card-icon,
.corporate-route-hub-page .corporate-hub-card.primary .hub-card-icon {
  position: static;
  width: 40px;
  height: 40px;
  border-color: color-mix(in srgb, var(--corporate-route-accent) 32%, transparent);
  color: var(--corporate-route-accent);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--corporate-route-accent) 16%, transparent), rgba(255, 255, 255, 0.22));
}

.corporate-route-hub-page .corporate-hub-card > div {
  align-self: center;
  min-width: 0;
  max-width: 100%;
}

.corporate-route-hub-page .corporate-hub-card small,
.corporate-route-hub-page .corporate-hub-card.primary small {
  color: color-mix(in srgb, var(--corporate-route-accent) 72%, var(--primary-dark));
  font-size: 10.5px;
}

.corporate-route-hub-page .corporate-hub-card h2,
.corporate-route-hub-page .corporate-hub-card.primary h2 {
  color: currentColor;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.16;
}

.corporate-route-hub-page .corporate-hub-card.primary h2 {
  font-size: clamp(20px, 2vw, 26px);
}

.corporate-route-hub-page .corporate-hub-card p,
.corporate-route-hub-page .corporate-hub-card.primary p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.corporate-route-hub-page .corporate-hub-card.primary p {
  max-width: 520px;
  font-size: 13.5px;
}

.corporate-route-hub-page .corporate-hub-card:hover,
.corporate-route-hub-page .corporate-hub-card:focus-visible,
.corporate-route-hub-page .corporate-hub-card.primary:hover,
.corporate-route-hub-page .corporate-hub-card.primary:focus-visible {
  border-color: color-mix(in srgb, var(--corporate-route-accent) 48%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--corporate-route-accent) 14%, transparent), transparent 62%),
    rgba(48, 188, 233, 0.06);
  box-shadow:
    0 22px 52px color-mix(in srgb, var(--corporate-route-accent) 13%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  outline: none;
}

.corporate-route-hub-page .corporate-hub-card:hover::after,
.corporate-route-hub-page .corporate-hub-card:focus-visible::after {
  opacity: 0.82;
  transform: translateX(2px) rotate(-45deg);
}

@media (max-width: 720px) {
  .corporate-route-hub-page .corporate-hub-grid,
  .corporate-route-hub-page .corporate-hub-grid-balanced {
    grid-template-columns: 1fr;
  }

  .corporate-route-hub-page .corporate-hub-card.primary {
    grid-column: auto;
  }
}

/* Site-wide route-board language */
body .corporate-hub-panel,
body .service-subnav-panel,
body .service-detail-side-panel,
body .faq-readiness-panel,
body .faq-side-panel {
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 14px;
  background:
    radial-gradient(circle at 12% 0%, rgba(48, 188, 233, 0.1), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 247, 251, 0.48)),
    var(--surface);
  box-shadow:
    0 22px 58px rgba(20, 61, 76, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

:root[data-theme="dark"] body .corporate-hub-panel,
:root[data-theme="dark"] body .service-subnav-panel,
:root[data-theme="dark"] body .service-detail-side-panel,
:root[data-theme="dark"] body .faq-readiness-panel,
:root[data-theme="dark"] body .faq-side-panel {
  border-color: rgba(124, 219, 255, 0.18);
  background:
    radial-gradient(circle at 12% 0%, rgba(48, 188, 233, 0.13), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)),
    var(--surface);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body .corporate-page-link-card,
body .corporate-hub-card,
body .service-subnav-card,
body .solution-card,
body .service-category-card,
body .service-detail-feature {
  --route-card-accent: #30bce9;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--route-card-accent) 24%, transparent);
  border-radius: 12px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--route-card-accent) 8%, transparent), transparent 62%),
    rgba(255, 255, 255, 0.46);
  box-shadow:
    0 14px 36px rgba(20, 61, 76, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

body .corporate-page-link-card:nth-child(2n),
body .corporate-hub-card:nth-child(2n),
body .service-subnav-card:nth-child(2n),
body .solution-card:nth-child(2n),
body .service-category-card:nth-child(2n),
body .service-detail-feature:nth-child(2n) {
  --route-card-accent: #2f6df6;
}

body .corporate-page-link-card:nth-child(3n),
body .corporate-hub-card:nth-child(3n),
body .service-subnav-card:nth-child(3n),
body .solution-card:nth-child(3n),
body .service-category-card:nth-child(3n),
body .service-detail-feature:nth-child(3n) {
  --route-card-accent: #14b8a6;
}

body .corporate-page-link-card:nth-child(4n),
body .corporate-hub-card:nth-child(4n),
body .service-subnav-card:nth-child(4n),
body .solution-card:nth-child(4n),
body .service-category-card:nth-child(4n),
body .service-detail-feature:nth-child(4n) {
  --route-card-accent: #7c5cff;
}

:root[data-theme="dark"] body .corporate-page-link-card,
:root[data-theme="dark"] body .corporate-hub-card,
:root[data-theme="dark"] body .service-subnav-card,
:root[data-theme="dark"] body .solution-card,
:root[data-theme="dark"] body .service-category-card,
:root[data-theme="dark"] body .service-detail-feature {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--route-card-accent) 12%, transparent), transparent 62%),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body .corporate-page-link-card::before,
body .corporate-hub-card::before,
body .service-subnav-card::before,
body .solution-card::before,
body .service-category-card::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  z-index: -1;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--route-card-accent) 24%, transparent), var(--route-card-accent));
  box-shadow: 0 0 18px color-mix(in srgb, var(--route-card-accent) 26%, transparent);
}

body .corporate-page-link-card:hover,
body .corporate-page-link-card:focus-visible,
body .corporate-hub-card:hover,
body .corporate-hub-card:focus-visible,
body .service-subnav-card:hover,
body .service-subnav-card:focus-visible,
body .solution-card:hover,
body .solution-card:focus-visible,
body .service-category-card:hover,
body .service-category-card:focus-within,
body .service-category-link:hover .service-category-card,
body .service-category-link:focus-visible .service-category-card,
body .service-detail-feature:hover,
body .service-detail-feature:focus-visible {
  color: color-mix(in srgb, var(--route-card-accent) 78%, var(--primary-dark));
  border-color: color-mix(in srgb, var(--route-card-accent) 46%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--route-card-accent) 14%, transparent), transparent 62%),
    rgba(48, 188, 233, 0.06);
  box-shadow:
    0 20px 48px color-mix(in srgb, var(--route-card-accent) 13%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  outline: none;
}

body .service-subnav-card > span,
body .solution-card > span,
body .service-category-head > span,
body .hub-card-icon {
  border-color: color-mix(in srgb, var(--route-card-accent) 32%, transparent);
  color: var(--route-card-accent);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--route-card-accent) 16%, transparent), rgba(255, 255, 255, 0.2));
}

body .service-subnav-card small,
body .corporate-hub-card small,
body .service-detail-side-panel > span {
  color: color-mix(in srgb, var(--route-card-accent, #30bce9) 72%, var(--primary-dark));
}

body .service-category-card ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body .service-category-card li {
  border-color: color-mix(in srgb, var(--route-card-accent) 17%, transparent);
  background: color-mix(in srgb, var(--route-card-accent) 7%, transparent);
}

body .service-category-card li::before,
body .service-detail-feature::before {
  background: var(--route-card-accent);
  box-shadow: 0 0 14px color-mix(in srgb, var(--route-card-accent) 34%, transparent);
}

body .service-subnav-card.is-current,
body .service-subnav-card[aria-current="page"],
body .corporate-hub-card.is-current,
body .corporate-subnav-panel .corporate-hub-card[aria-current="page"],
body .service-detail-feature.is-current,
body .service-detail-feature[aria-current="page"] {
  color: var(--ink);
  cursor: default;
  border-color: color-mix(in srgb, var(--route-card-accent) 52%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--route-card-accent) 18%, transparent), transparent 62%),
    rgba(48, 188, 233, 0.09);
  box-shadow:
    0 22px 52px color-mix(in srgb, var(--route-card-accent) 14%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

:root[data-theme="dark"] body .service-subnav-card.is-current,
:root[data-theme="dark"] body .service-subnav-card[aria-current="page"],
:root[data-theme="dark"] body .corporate-hub-card.is-current,
:root[data-theme="dark"] body .corporate-subnav-panel .corporate-hub-card[aria-current="page"],
:root[data-theme="dark"] body .service-detail-feature.is-current,
:root[data-theme="dark"] body .service-detail-feature[aria-current="page"] {
  color: #ffffff;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--route-card-accent) 24%, transparent), transparent 62%),
    rgba(255, 255, 255, 0.045);
}

body .faq-readiness-panel div {
  border: 1px solid color-mix(in srgb, #30bce9 18%, transparent);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.08), transparent 62%),
    rgba(255, 255, 255, 0.42);
  box-shadow: inset 3px 0 0 rgba(48, 188, 233, 0.22);
}

@media (max-width: 760px) {
  body .service-category-card ul {
    grid-template-columns: 1fr;
  }
}

/* Services page showcase */
.services-page {
  overflow: hidden;
  background: var(--page-bg);
}

.services-hero {
  min-height: calc(100vh - 126px);
  display: flex;
  align-items: center;
  padding: clamp(54px, 6vw, 78px) 0;
}

.services-hero::after {
  content: "SERVICES";
}

.services-hero-layout {
  grid-template-columns: minmax(0, 0.86fr) minmax(390px, 0.72fr);
  gap: clamp(34px, 5vw, 70px);
}

.services-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(42px, 5.6vw, 72px);
}

.services-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
}

.services-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-top: 28px;
}

.services-hero-proof div {
  min-height: 74px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid var(--hero-pill-border);
  border-radius: 8px;
  color: var(--hero-ink);
  background: var(--hero-secondary-bg);
  backdrop-filter: blur(12px);
}

.services-hero-proof strong {
  color: var(--hero-pill-ink);
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}

.services-hero-proof span {
  color: var(--hero-muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.services-map-panel {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(238, 247, 251, 0.66)),
    var(--surface);
  box-shadow:
    0 30px 82px rgba(20, 61, 76, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

:root[data-theme="dark"] .services-map-panel {
  background:
    linear-gradient(145deg, rgba(18, 27, 36, 0.84), rgba(8, 18, 32, 0.68)),
    var(--surface);
  box-shadow:
    0 30px 82px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.services-map-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(135deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.services-map-top,
.services-map-core,
.services-map-list {
  position: relative;
  z-index: 1;
}

.services-map-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.services-map-top span,
.services-showcase-card small,
.services-category-head > span,
.services-flow-step span,
.services-cta-phone span {
  color: var(--primary-dark);
  font-size: 11.5px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.services-map-top strong {
  max-width: 230px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
  text-align: right;
}

.services-map-core {
  min-height: 162px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, rgba(48, 188, 233, 0.15), transparent 54%),
    rgba(255, 255, 255, 0.34);
}

:root[data-theme="dark"] .services-map-core {
  background:
    radial-gradient(circle at 50% 50%, rgba(48, 188, 233, 0.18), transparent 56%),
    rgba(255, 255, 255, 0.055);
}

.services-map-core::before,
.services-map-core::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.services-map-core::before {
  width: 116px;
  height: 116px;
}

.services-map-core::after {
  width: 176px;
  height: 176px;
  opacity: 0.45;
}

.services-map-core span {
  position: absolute;
  top: 18px;
  left: 18px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 950;
}

.services-map-core strong {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 950;
  line-height: 1;
}

.services-map-core i {
  position: absolute;
  inset: 18px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent, rgba(48, 188, 233, 0.26), transparent) 50% 50% / 100% 1px no-repeat,
    linear-gradient(180deg, transparent, rgba(48, 188, 233, 0.2), transparent) 50% 50% / 1px 100% no-repeat;
  pointer-events: none;
}

.services-map-list {
  display: grid;
  gap: 9px;
}

.services-map-list a {
  min-height: 74px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

:root[data-theme="dark"] .services-map-list a {
  background: rgba(255, 255, 255, 0.055);
}

.services-map-list a:hover,
.services-map-list a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(48, 188, 233, 0.52);
  background: rgba(48, 188, 233, 0.1);
  outline: none;
}

.services-map-list a > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.1);
  font-size: 12px;
  font-weight: 950;
}

.services-map-list strong {
  display: block;
  color: currentColor;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.services-map-list small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.35;
}

.services-catalog-section,
.services-flow-section,
.services-cta-section {
  position: relative;
  overflow: hidden;
}

.services-catalog-section {
  padding: clamp(72px, 8vw, 112px) 0;
  background:
    linear-gradient(rgba(48, 188, 233, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f5f9fc 48%, #ffffff 100%);
  background-size: 42px 42px, 42px 42px, auto;
}

:root[data-theme="dark"] .services-catalog-section {
  background:
    linear-gradient(rgba(87, 202, 242, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 202, 242, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, #0f151c 0%, #121b25 50%, #0f151c 100%);
  background-size: 42px 42px, 42px 42px, auto;
}

.services-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(290px, 0.42fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(44px, 6vw, 72px);
}

.services-section-head h2,
.services-flow-copy h2,
.services-cta-panel h2 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.services-section-head > p,
.services-flow-copy > p:not(.eyebrow),
.services-cta-panel p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 16.5px;
  font-weight: 650;
  line-height: 1.72;
}

.services-category-list {
  display: grid;
  gap: clamp(46px, 7vw, 74px);
}

.services-category-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 46px);
  padding-top: clamp(24px, 4vw, 38px);
  border-top: 1px solid rgba(48, 188, 233, 0.22);
  scroll-margin-top: 150px;
}

.services-category-head {
  min-width: 0;
}

.services-category-head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  background: rgba(48, 188, 233, 0.1);
}

.services-category-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
  letter-spacing: 0;
}

.services-category-head p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15.5px;
  font-weight: 650;
  line-height: 1.68;
}

.services-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.services-showcase-card {
  position: relative;
  min-height: 342px;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(48, 188, 233, 0.17);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.18),
    0 16px 36px rgba(21, 23, 27, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 260ms ease;
}

:root[data-theme="dark"] .services-showcase-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.026)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.22),
    0 18px 46px rgba(0, 0, 0, 0.18);
}

.services-showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.42) 48%, transparent 58% 100%);
  opacity: 0;
  transform: translateX(-110%);
  transition: opacity 180ms ease, transform 520ms ease;
  pointer-events: none;
}

.services-showcase-card:hover,
.services-showcase-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(48, 188, 233, 0.54);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.42),
    0 24px 58px rgba(48, 188, 233, 0.14),
    0 0 0 1px rgba(48, 188, 233, 0.08) inset;
  outline: none;
}

.services-showcase-card:hover::before,
.services-showcase-card:focus-visible::before {
  opacity: 0.55;
  transform: translateX(110%);
}

.services-card-index {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(20, 151, 194, 0.36);
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.services-showcase-card small,
.services-showcase-card h3,
.services-showcase-card p,
.services-showcase-card ul,
.services-card-link {
  position: relative;
  z-index: 1;
}

.services-showcase-card small {
  display: block;
  margin: 0 44px 18px 0;
}

.services-showcase-card h3 {
  margin: 0;
  color: currentColor;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.services-showcase-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.62;
}

.services-showcase-card ul {
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.services-showcase-card li {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1;
}

.services-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.services-card-link::after {
  content: "";
  width: 16px;
  height: 8px;
  background:
    linear-gradient(currentColor, currentColor) 0 50% / 14px 2px no-repeat,
    linear-gradient(45deg, transparent 50%, currentColor 50%) 100% 0 / 8px 8px no-repeat;
  transition: transform 180ms ease;
}

.services-showcase-card:hover .services-card-link::after,
.services-showcase-card:focus-visible .services-card-link::after {
  transform: translateX(4px);
}

.services-flow-section {
  padding: clamp(68px, 8vw, 108px) 0;
  color: var(--hero-ink);
  background: var(--hero-bg);
}

.services-flow-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(118deg, transparent 0 17%, var(--hero-wire) 17.12%, transparent 17.38% 100%),
    linear-gradient(48deg, transparent 0 36%, var(--hero-wire) 36.08%, transparent 36.3% 100%),
    repeating-linear-gradient(90deg, var(--hero-grid-line) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, var(--hero-grid-line) 0 1px, transparent 1px 92px);
  pointer-events: none;
}

.services-flow-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(460px, 0.9fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: center;
}

.services-flow-copy h2 {
  color: var(--hero-ink);
}

.services-flow-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 22px;
  color: var(--hero-muted);
}

.services-flow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.services-flow-step {
  min-height: 206px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--hero-pill-border);
  border-radius: 8px;
  background: var(--hero-secondary-bg);
  backdrop-filter: blur(12px);
}

.services-flow-step strong {
  color: var(--hero-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.16;
}

.services-flow-step p {
  margin: 0;
  color: var(--hero-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.56;
}

.services-cta-section {
  padding: clamp(64px, 7vw, 96px) 0;
  background: var(--page-bg);
}

.services-cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.12), transparent 56%),
    var(--surface);
  box-shadow: var(--shadow);
}

:root[data-theme="dark"] .services-cta-panel {
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.1), transparent 56%),
    var(--surface);
}

.services-cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.035) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(135deg, transparent, #000 24%, #000 82%, transparent);
  pointer-events: none;
}

.services-cta-panel > * {
  position: relative;
  z-index: 1;
}

.services-cta-panel p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 18px;
}

.services-cta-actions {
  display: grid;
  gap: 12px;
}

.services-cta-actions .btn {
  width: 100%;
  justify-content: center;
}

.services-cta-phone {
  min-height: 70px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  background: rgba(48, 188, 233, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.services-cta-phone:hover,
.services-cta-phone:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(48, 188, 233, 0.54);
  background: rgba(48, 188, 233, 0.12);
  outline: none;
}

.services-cta-phone strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.2;
}

@media (max-width: 1120px) {
  .services-hero {
    min-height: auto;
  }

  .services-hero-layout,
  .services-flow-layout,
  .services-cta-panel {
    grid-template-columns: 1fr;
  }

  .services-map-panel {
    max-width: 760px;
  }

  .services-section-head,
  .services-category-block {
    grid-template-columns: 1fr;
  }

  .services-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .services-hero {
    padding: 34px 0 44px;
  }

  .services-hero-copy h1 {
    max-width: min(100%, 360px);
    font-size: clamp(32px, 8.2vw, 40px);
    line-height: 1.08;
  }

  .services-hero-copy > p:not(.eyebrow) {
    max-width: min(100%, 370px);
    font-size: 16px;
    line-height: 1.58;
  }

  .services-hero-proof,
  .services-card-grid,
  .services-flow-grid {
    grid-template-columns: 1fr;
  }

  .services-map-panel {
    padding: 14px;
  }

  .services-map-top {
    display: grid;
  }

  .services-map-top strong {
    max-width: 100%;
    text-align: left;
  }

  .services-map-core {
    min-height: 128px;
  }

  .services-map-core::before {
    width: 88px;
    height: 88px;
  }

  .services-map-core::after {
    width: 132px;
    height: 132px;
  }

  .services-map-list a {
    min-height: 68px;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 10px;
  }

  .services-map-list a > span {
    width: 38px;
    height: 38px;
  }

  .services-catalog-section,
  .services-flow-section,
  .services-cta-section {
    padding: 54px 0;
  }

  .services-section-head {
    margin-bottom: 38px;
  }

  .services-section-head h2,
  .services-flow-copy h2,
  .services-cta-panel h2 {
    max-width: min(100%, 370px);
    font-size: clamp(28px, 7vw, 34px);
    line-height: 1.1;
  }

  .services-category-list {
    gap: 42px;
  }

  .services-showcase-card {
    min-height: auto;
    padding: 20px;
  }

  .services-flow-step {
    min-height: 158px;
  }
}

@media (max-width: 460px) {
  .services-hero-proof div {
    min-height: 66px;
    padding: 12px;
  }

  .services-map-list strong,
  .services-showcase-card p,
  .services-flow-step p {
    font-size: 13.5px;
  }

  .services-cta-panel {
    padding: 22px;
  }

  .services-cta-phone strong {
    font-size: 15px;
    overflow-wrap: anywhere;
  }
}

/* Technology capabilities page */
.tech-capability-brief {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  border-top: 1px solid rgba(48, 188, 233, 0.18);
  background: var(--page-bg);
}

.tech-capability-brief::before,
.tech-stack-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, #000, transparent 82%);
  pointer-events: none;
}

.tech-capability-brief-layout,
.tech-stack-section > .container {
  position: relative;
  z-index: 1;
}

.tech-capability-brief-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 42px;
  align-items: center;
}

.tech-capability-copy {
  max-width: 760px;
}

.tech-capability-copy h2,
.tech-stack-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.tech-capability-copy p:not(.eyebrow),
.tech-stack-head p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.tech-capability-copy .tech-capability-statement {
  display: block;
  max-width: 760px;
  margin: 22px 0 0;
  padding: 16px 18px 16px 20px;
  border: 1px solid rgba(48, 188, 233, 0.3);
  border-left: 4px solid var(--primary);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(48, 188, 233, 0.13), rgba(255, 255, 255, 0.54)),
    var(--surface);
  box-shadow:
    0 16px 38px rgba(20, 61, 76, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.42;
}

.tech-capability-metrics {
  display: grid;
  gap: 12px;
}

.tech-capability-metrics div {
  min-height: 94px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.1), transparent 58%),
    var(--surface);
  box-shadow: 0 14px 34px rgba(21, 23, 27, 0.06);
}

.tech-capability-metrics strong {
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
}

.tech-capability-metrics span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
  text-transform: uppercase;
}

.tech-stack-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background:
    linear-gradient(180deg, var(--surface-soft) 0%, var(--page-bg) 100%);
}

.tech-stack-head {
  max-width: 100%;
  margin-bottom: 32px;
}

.tech-stack-head h2.tech-stack-title-single {
  white-space: nowrap;
  text-wrap: nowrap;
  font-size: 34px;
  line-height: 1.08;
}

.tech-category-list {
  display: grid;
}

.tech-category {
  display: grid;
  grid-template-columns: minmax(250px, 0.33fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  padding: 34px 0;
  border-top: 1px solid rgba(48, 188, 233, 0.2);
}

.tech-category:last-child {
  border-bottom: 1px solid rgba(48, 188, 233, 0.2);
}

.tech-category-head {
  position: sticky;
  top: 136px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.tech-category-head > span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.26);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.1);
  font-size: 13px;
  font-weight: 950;
}

.tech-category-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0;
}

.tech-category-head p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.tech-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 14px;
}

.tech-logo-tile {
  min-height: 136px;
  display: grid;
  grid-template-rows: 76px minmax(34px, auto);
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 16px 14px 14px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow:
    0 12px 28px rgba(21, 23, 27, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tech-logo-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(48, 188, 233, 0.52);
  box-shadow:
    0 18px 38px rgba(48, 188, 233, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.tech-logo-tile img {
  width: 100%;
  height: 68px;
  object-fit: contain;
  object-position: center;
}

.tech-logo-tile figcaption {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15171b;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: anywhere;
}

:root[data-theme="dark"] .tech-capability-brief,
:root[data-theme="dark"] .tech-stack-section {
  background:
    linear-gradient(180deg, #0f151c 0%, #111923 100%);
}

:root[data-theme="dark"] .tech-capability-metrics div {
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.09), transparent 58%),
    var(--surface);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2);
}

:root[data-theme="dark"] .tech-logo-tile {
  border-color: rgba(48, 188, 233, 0.22);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1080px) {
  .tech-capability-brief-layout,
  .tech-category {
    grid-template-columns: 1fr;
  }

  .tech-category-head {
    position: static;
    max-width: 720px;
  }
}

@media (max-width: 940px) {
  .tech-stack-head h2.tech-stack-title-single {
    font-size: 27px;
  }
}

@media (max-width: 720px) {
  .tech-capability-brief,
  .tech-stack-section {
    padding: 62px 0;
  }

  .tech-capability-copy h2,
  .tech-stack-head h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .tech-stack-head h2.tech-stack-title-single {
    font-size: 16px;
    line-height: 1.18;
  }

  .tech-capability-copy p:not(.eyebrow),
  .tech-stack-head p:not(.eyebrow) {
    font-size: 16px;
  }

  .tech-capability-copy .tech-capability-statement {
    padding: 14px 15px;
    font-size: 16px;
  }

  .tech-capability-metrics {
    grid-template-columns: 1fr;
  }

  .tech-category {
    gap: 20px;
    padding: 28px 0;
  }

  .tech-category-head {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
  }

  .tech-category-head > span {
    width: 44px;
    height: 44px;
  }

  .tech-category-head h3 {
    font-size: 22px;
  }

  .tech-logo-grid {
    grid-template-columns: repeat(auto-fit, minmax(122px, 1fr));
    gap: 10px;
  }

  .tech-logo-tile {
    min-height: 122px;
    grid-template-rows: 62px minmax(34px, auto);
    padding: 13px 10px 11px;
  }

  .tech-logo-tile img {
    height: 56px;
  }

  .tech-logo-tile figcaption {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .tech-stack-head h2.tech-stack-title-single {
    font-size: 12px;
  }
}

/* FAQ page */
.faq-overview-section {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  border-top: 1px solid rgba(48, 188, 233, 0.18);
  background: var(--page-bg);
}

.faq-overview-section::before,
.faq-content-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, #000, transparent 82%);
  pointer-events: none;
}

.faq-overview-layout,
.faq-content-layout {
  position: relative;
  z-index: 1;
}

.faq-overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.62fr);
  gap: 46px;
  align-items: stretch;
}

.faq-overview-copy {
  max-width: 820px;
}

.faq-overview-copy h2,
.faq-side-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

.faq-overview-copy p:not(.eyebrow),
.faq-side-panel p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.72;
}

.faq-readiness-panel {
  display: grid;
  gap: 10px;
  align-content: stretch;
  padding: 14px;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(238, 247, 251, 0.62)),
    var(--surface);
  box-shadow:
    0 24px 62px rgba(20, 61, 76, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.faq-readiness-panel div {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "num text";
  gap: 6px 14px;
  align-content: center;
  padding: 16px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.09), transparent 58%),
    rgba(255, 255, 255, 0.58);
}

.faq-readiness-panel span {
  grid-area: num;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.26);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.1);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.faq-readiness-panel strong {
  grid-area: title;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.22;
}

.faq-readiness-panel p {
  grid-area: text;
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.55;
}

.faq-content-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background:
    linear-gradient(180deg, var(--surface-soft) 0%, var(--page-bg) 100%);
}

.faq-content-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.34fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 62px);
  align-items: start;
}

.faq-side-panel {
  position: sticky;
  top: 136px;
  display: grid;
  align-content: start;
  padding: 26px;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(238, 247, 251, 0.66)),
    var(--surface);
  box-shadow:
    0 24px 62px rgba(20, 61, 76, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.faq-side-panel h2 {
  font-size: 30px;
  line-height: 1.1;
}

.faq-side-panel p {
  font-size: 15px;
}

.faq-side-metrics {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.faq-side-metrics div {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 12px;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.faq-side-metrics strong {
  color: var(--primary-dark);
  font-size: 23px;
  line-height: 1;
}

.faq-side-metrics span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.faq-category-list {
  display: grid;
  gap: 24px;
}

.faq-category {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 132px;
  display: grid;
  gap: 18px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 247, 251, 0.58)),
    var(--surface);
  box-shadow:
    0 18px 46px rgba(21, 23, 27, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.faq-category::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(48, 188, 233, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.035) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(135deg, #000, transparent 72%);
  pointer-events: none;
}

.faq-category::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(48, 188, 233, 0.45), transparent);
  opacity: 0.72;
  pointer-events: none;
}

.faq-category-head {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(48, 188, 233, 0.16);
}

.faq-category-head > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  border: 1px solid rgba(48, 188, 233, 0.26);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.1);
  font-size: 12px;
  font-weight: 950;
}

.faq-category-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.14;
  letter-spacing: 0;
}

.faq-page .faq-list {
  counter-reset: faq-question;
  gap: 14px;
}

.faq-page .faq-list details {
  position: relative;
  isolation: isolate;
  counter-increment: faq-question;
  overflow: hidden;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 16px 36px rgba(21, 23, 27, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  transition: transform 240ms ease, border-color 260ms ease, box-shadow 300ms ease, background-color 300ms ease;
  will-change: height;
}

.faq-page .faq-list details::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 3px;
  background: linear-gradient(180deg, rgba(48, 188, 233, 0.25), rgba(48, 188, 233, 0.95), rgba(47, 109, 246, 0.28));
  opacity: 0.58;
  pointer-events: none;
}

.faq-page .faq-list details::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-top: 1px solid rgba(48, 188, 233, 0.34);
  border-right: 1px solid rgba(48, 188, 233, 0.34);
  opacity: 0.72;
  pointer-events: none;
}

.faq-page .faq-list details:hover {
  transform: translateY(-2px);
  border-color: rgba(48, 188, 233, 0.42);
  box-shadow:
    0 20px 44px rgba(48, 188, 233, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.faq-page .faq-list details[open] {
  border-color: rgba(48, 188, 233, 0.52);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(229, 247, 253, 0.72)),
    rgba(255, 255, 255, 0.9);
  box-shadow:
    0 24px 58px rgba(48, 188, 233, 0.14),
    0 0 0 1px rgba(48, 188, 233, 0.08) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.faq-page .faq-list details[open]::before {
  opacity: 1;
}

.faq-page .faq-list summary {
  position: relative;
  z-index: 2;
  min-height: 76px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 34px;
  gap: 16px;
  align-items: center;
  padding: 16px 18px 16px 20px;
  list-style: none;
  color: var(--ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.35;
}

.faq-page .faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-page .faq-list summary::before {
  content: counter(faq-question, decimal-leading-zero);
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  color: var(--primary-dark);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.12), rgba(255, 255, 255, 0.54)),
    rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.faq-page .faq-list summary::after {
  content: "";
  position: static;
  justify-self: end;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(48, 188, 233, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(var(--primary-dark), var(--primary-dark)) center / 12px 2px no-repeat,
    linear-gradient(var(--primary-dark), var(--primary-dark)) center / 2px 12px no-repeat,
    rgba(48, 188, 233, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transform: none;
  transition: background-size 260ms ease, border-color 260ms ease, background-color 260ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-page .faq-list details[open] summary::after {
  border-color: rgba(48, 188, 233, 0.52);
  background:
    linear-gradient(var(--white), var(--white)) center / 12px 2px no-repeat,
    linear-gradient(var(--white), var(--white)) center / 0 0 no-repeat,
    linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  transform: rotate(180deg);
}

.faq-page .faq-list details > p,
.faq-answer {
  margin: 0;
  margin: 0 18px 18px 84px;
  padding: 16px 18px 18px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-left: 2px solid rgba(48, 188, 233, 0.42);
  border-radius: 8px;
  color: var(--muted);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.075), transparent 58%),
    rgba(255, 255, 255, 0.62);
  font-size: 15px;
  font-weight: 620;
  line-height: 1.72;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 300ms ease, transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-page .faq-list details[open] > p,
.faq-page .faq-list details[open] .faq-answer {
  opacity: 1;
  transform: translateY(0);
}

.faq-page .faq-list details.is-collapsing > p,
.faq-page .faq-list details.is-collapsing .faq-answer {
  opacity: 0;
  transform: translateY(-8px);
}

@media (prefers-reduced-motion: reduce) {
  .faq-page .faq-list details,
  .faq-page .faq-list summary::after,
  .faq-page .faq-list details > p,
  .faq-page .faq-list .faq-answer {
    transition: none;
  }
}

.faq-page .faq-list details > p::before,
.faq-answer::before {
  content: "Yanıt";
  display: block;
  margin-bottom: 7px;
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.faq-answer p {
  margin: 0;
  padding: 0;
}

.faq-answer ul {
  display: grid;
  gap: 9px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.faq-answer li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-weight: 720;
  line-height: 1.55;
}

.faq-answer li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  transform: translateY(-50%);
}

:root[data-theme="dark"] .faq-overview-section,
:root[data-theme="dark"] .faq-content-section {
  background:
    linear-gradient(180deg, #0f151c 0%, #111923 100%);
}

:root[data-theme="dark"] .faq-readiness-panel,
:root[data-theme="dark"] .faq-side-metrics div {
  background: rgba(255, 255, 255, 0.055);
}

:root[data-theme="dark"] .faq-readiness-panel {
  border-color: rgba(126, 174, 198, 0.22);
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

:root[data-theme="dark"] .faq-readiness-panel div {
  border-color: rgba(126, 174, 198, 0.18);
  background:
    linear-gradient(135deg, rgba(66, 201, 243, 0.07), transparent 58%),
    rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] .faq-readiness-panel span {
  color: #78d8f4;
  border-color: rgba(66, 201, 243, 0.26);
  background: rgba(66, 201, 243, 0.1);
}

:root[data-theme="dark"] .faq-category {
  border-color: rgba(126, 174, 198, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.026)),
    var(--surface);
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

:root[data-theme="dark"] .faq-page .faq-list details {
  border-color: rgba(126, 174, 198, 0.22);
  background: rgba(255, 255, 255, 0.045);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .faq-page .faq-list details:hover,
:root[data-theme="dark"] .faq-page .faq-list details[open] {
  border-color: rgba(66, 201, 243, 0.42);
  background:
    linear-gradient(145deg, rgba(66, 201, 243, 0.095), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(66, 201, 243, 0.08) inset;
}

:root[data-theme="dark"] .faq-page .faq-list summary::before {
  color: #78d8f4;
  border-color: rgba(66, 201, 243, 0.26);
  background:
    linear-gradient(135deg, rgba(66, 201, 243, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
}

:root[data-theme="dark"] .faq-page .faq-list summary::after {
  border-color: rgba(66, 201, 243, 0.28);
  background:
    linear-gradient(#78d8f4, #78d8f4) center / 12px 2px no-repeat,
    linear-gradient(#78d8f4, #78d8f4) center / 2px 12px no-repeat,
    rgba(66, 201, 243, 0.08);
}

:root[data-theme="dark"] .faq-page .faq-list details[open] summary::after {
  border-color: rgba(66, 201, 243, 0.5);
  background:
    linear-gradient(var(--white), var(--white)) center / 12px 2px no-repeat,
    linear-gradient(var(--white), var(--white)) center / 0 0 no-repeat,
    linear-gradient(135deg, #42c9f3 0%, #236cf4 100%);
}

:root[data-theme="dark"] .faq-page .faq-list details > p,
:root[data-theme="dark"] .faq-answer {
  border-color: rgba(66, 201, 243, 0.16);
  border-left-color: rgba(66, 201, 243, 0.42);
  background:
    linear-gradient(135deg, rgba(66, 201, 243, 0.075), transparent 58%),
    rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] .faq-side-panel {
  background:
    linear-gradient(145deg, rgba(18, 27, 36, 0.84), rgba(8, 18, 32, 0.68)),
    var(--surface);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.26);
}

@media (max-width: 1080px) {
  .faq-overview-layout,
  .faq-content-layout {
    grid-template-columns: 1fr;
  }

  .faq-side-panel {
    position: static;
  }
}

@media (max-width: 720px) {
  .faq-overview-section,
  .faq-content-section {
    padding: 62px 0;
  }

  .faq-readiness-panel {
    padding: 12px;
  }

  .faq-readiness-panel div {
    min-height: auto;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 14px;
  }

  .faq-readiness-panel span {
    width: 38px;
    height: 38px;
  }

  .faq-side-panel {
    padding: 22px;
  }

  .faq-side-panel h2 {
    font-size: 26px;
  }

  .faq-side-metrics {
    grid-template-columns: 1fr;
  }

  .faq-category-head {
    align-items: flex-start;
    min-height: auto;
  }

  .faq-category {
    padding: 16px;
  }

  .faq-category-head h3 {
    font-size: 22px;
  }

  .faq-page .faq-list summary {
    min-height: 70px;
    grid-template-columns: 42px minmax(0, 1fr) 32px;
    gap: 12px;
    padding: 14px 14px 14px 16px;
    font-size: 15px;
  }

  .faq-page .faq-list summary::before {
    width: 38px;
    height: 38px;
    font-size: 11px;
  }

  .faq-page .faq-list summary::after {
    width: 30px;
    height: 30px;
  }

  .faq-page .faq-list details > p,
  .faq-answer {
    margin: 0 12px 14px 70px;
    padding: 14px 15px 16px;
    font-size: 14.5px;
  }

}

.footer-socials {
  margin-top: 22px;
}

@media (max-width: 1180px) {
  .nav-shell {
    gap: 14px;
  }

  .brand img {
    width: 220px;
  }

  .primary-menu a,
  .dropdown-trigger,
  .nav-search,
  .theme-toggle {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13.5px;
  }

  .header-contact {
    padding-right: 12px;
    padding-left: 12px;
  }

  .header-contact span {
    display: none;
  }
}

@media (max-width: 980px) {
  .header-contact {
    min-height: 58px;
    display: grid;
    margin: 10px 0 0;
    border-left: 0;
  }

  .header-contact span {
    display: block;
  }

  .nav-search {
    width: 100%;
    min-width: 0;
    height: 52px;
    justify-content: flex-start;
    margin: 8px 0 0;
    padding: 0 14px;
    border-left: 0;
    border-radius: 8px;
  }

  .nav-search::after {
    content: "Site içinde ara";
    margin-left: 6px;
    font-weight: 800;
  }

  .theme-toggle {
    gap: 12px;
    padding: 8px 0;
  }

  .consultation-card,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .consultation-card {
    min-height: auto;
  }

  .consultation-copy h2 {
    max-width: 760px;
    font-size: clamp(42px, 8vw, 62px);
  }

  .consultation-diagnostics {
    min-height: 470px;
  }

  .testimonials-intro {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "copy";
    gap: 16px;
  }

  .testimonials-intro p:not(.eyebrow) {
    max-width: 720px;
  }

  .testimonial-card {
    width: min(460px, 58vw);
    flex-basis: min(460px, 58vw);
  }

  .blog-editorial-head,
  .blog-showcase-grid {
    grid-template-columns: 1fr;
  }

  .blog-editorial-head {
    align-items: start;
  }

  .blog-editorial-aside {
    border-top: 2px solid rgba(48, 188, 233, 0.28);
    border-left: 0;
  }

  .blog-post-card {
    min-height: 500px;
  }

  .blog-post-media {
    max-height: 220px;
    aspect-ratio: 21 / 9;
  }

  .contact-method-grid {
    grid-template-columns: 1fr;
  }

  .contact-social-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .search-modal {
    padding: 14px;
  }

  .search-dialog {
    max-height: calc(100vh - 28px);
  }

  .search-head,
  .search-field {
    margin-right: 18px;
    margin-left: 18px;
  }

  .search-head {
    padding: 20px 18px 16px;
  }

  .search-results {
    padding: 0 18px 18px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 54px;
    padding: 0 14px;
  }

  .floating-whatsapp-copy {
    display: none;
  }

  .consultation-section {
    padding: 72px 0;
  }

  .consultation-section::after {
    display: none;
  }

  .consultation-shell {
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
  }

  .contact-panel,
  .contact-form-panel {
    padding: 24px;
  }

  .consultation-card {
    gap: 28px;
  }

  .consultation-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.04;
  }

  .consultation-copy p {
    font-size: 16px;
  }

  .consultation-actions {
    display: grid;
  }

  .consultation-action {
    min-height: 66px;
    grid-template-columns: 42px 1fr;
  }

  .consultation-assurance {
    display: grid;
  }

  .consultation-diagnostics {
    min-height: auto;
    padding: 22px;
  }

  .diagnostic-head strong {
    font-size: 20px;
  }

  .diagnostic-core {
    height: 128px;
  }

  .diagnostic-core span:nth-child(3) {
    width: 210px;
  }

  .diagnostic-core i {
    width: 240px;
  }

  .consultation-point {
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .testimonials-section {
    padding: 62px 0 68px;
  }

  .testimonials-section::after {
    display: none;
  }

  .testimonials-shell {
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
  }

  .testimonials-intro {
    margin-bottom: 20px;
  }

  .testimonials-intro h2 {
    font-size: clamp(30px, 8.4vw, 38px);
    line-height: 1.06;
  }

  .testimonials-intro p:not(.eyebrow) {
    font-size: 16px;
  }

  .testimonials-viewport {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-inline: 14px;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }

  .testimonial-card {
    width: min(334px, 86vw);
    min-height: 330px;
    flex-basis: min(334px, 86vw);
    padding: 22px;
  }

  .testimonial-card blockquote {
    max-height: 164px;
    font-size: 14px;
  }

  .blog-showcase {
    padding: 60px 0;
  }

  .blog-showcase-shell {
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
  }

  .blog-editorial-head {
    gap: 16px;
    margin-bottom: 18px;
  }

  .blog-title-block h2 {
    font-size: clamp(26px, 7.4vw, 34px);
    line-height: 1.1;
  }

  .blog-editorial-aside {
    padding: 18px;
  }

  .blog-editorial-aside p {
    font-size: 15px;
  }

  .blog-showcase-grid {
    gap: 12px;
  }

  .blog-post-card {
    min-height: 482px;
    padding: 18px;
  }

  .blog-post-media {
    max-height: none;
    aspect-ratio: 21 / 10;
  }

  .blog-post-meta {
    gap: 6px;
  }

  .blog-post-card h3 {
    font-size: 22px;
    line-height: 1.14;
  }

  .blog-post-card p {
    font-size: 14px;
  }

  .blog-post-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-hero {
    padding: 54px 0 76px;
  }

  .contact-panel h1 {
    font-size: clamp(32px, 9vw, 42px);
  }
}

/* Reference-style header refresh */
.site-header {
  padding: 0;
  color: #ffffff;
  background: #09061f;
  border-bottom: 1px solid rgba(48, 188, 233, 0.34);
  box-shadow: 0 18px 42px rgba(4, 7, 16, 0.28);
}

.site-header::before {
  inset: 0 0 auto;
  background: linear-gradient(90deg, var(--primary), rgba(48, 188, 233, 0.18), transparent);
}

.site-header::after {
  display: none;
}

.header-topbar {
  min-height: 38px;
  display: flex;
  align-items: center;
  background: #272241;
  border-top: 2px solid rgba(48, 188, 233, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-frame {
  width: min(1790px, calc(100% - 108px));
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.top-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}

.top-contact a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.top-contact svg,
.floating-scroll-top svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-socials {
  gap: 18px;
}

.header-socials .social-link {
  width: auto;
  height: 36px;
  border: 0;
  color: rgba(255, 255, 255, 0.62);
  background: transparent;
  font-size: 13px;
  box-shadow: none;
}

.header-socials .social-link:hover,
.header-socials .social-link:focus-visible {
  color: var(--primary);
  transform: none;
  background: transparent;
}

.nav-shell {
  width: min(1790px, calc(100% - 108px));
  max-width: calc(100vw - 32px);
  min-height: 92px;
  gap: 34px;
  padding: 0;
  background: #09061f;
}

.brand {
  min-height: 92px;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 214px;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.22));
}

:root[data-theme="dark"] .brand img {
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.28));
}

.primary-menu {
  flex: 1;
  justify-content: space-between;
  gap: 28px;
}

.nav-links,
.header-actions {
  display: flex;
  align-items: center;
}

.nav-links {
  gap: 18px;
}

.header-actions {
  gap: 16px;
}

.primary-menu a,
.dropdown-trigger,
.nav-search,
.theme-toggle {
  color: rgba(255, 255, 255, 0.84);
  border-left: 0;
}

.nav-links > a,
.nav-links > .nav-dropdown > .dropdown-trigger {
  min-height: 92px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 900;
}

.nav-links > a::before,
.nav-links > .nav-dropdown > .dropdown-trigger::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--primary);
  opacity: 0;
  transform: scaleX(0.52);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-links > a:hover,
.nav-links > a:focus-visible,
.nav-links > a.active,
.nav-links > .nav-dropdown:hover > .dropdown-trigger,
.nav-links > .nav-dropdown:focus-within > .dropdown-trigger,
.nav-links > .nav-dropdown > .dropdown-trigger.active {
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}

.nav-links > a:hover::before,
.nav-links > a:focus-visible::before,
.nav-links > a.active::before,
.nav-links > .nav-dropdown:hover > .dropdown-trigger::before,
.nav-links > .nav-dropdown:focus-within > .dropdown-trigger::before,
.nav-links > .nav-dropdown > .dropdown-trigger.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.dropdown-trigger::after {
  width: 6px;
  height: 6px;
  opacity: 0.7;
}

.dropdown-menu {
  top: calc(100% + 0px);
  border-color: rgba(48, 188, 233, 0.28);
  background: rgba(12, 10, 36, 0.98);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.dropdown-menu a {
  color: rgba(255, 255, 255, 0.78);
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  color: #ffffff;
  background: rgba(48, 188, 233, 0.14);
  box-shadow: none;
}

.language-pill {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.nav-search {
  width: 52px;
  min-width: 52px;
  height: 52px;
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}

.nav-search:hover,
.nav-search:focus-visible {
  color: var(--primary);
  background: transparent;
  box-shadow: none;
}

.theme-toggle {
  min-height: 42px;
  padding: 0;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}

.theme-toggle-track {
  width: 50px;
  height: 28px;
  border-color: rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(90deg, rgba(48, 188, 233, 0.22), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.08);
}

.theme-toggle-core {
  width: 18px;
  height: 18px;
}

:root[data-theme="dark"] .theme-toggle-core {
  transform: translateX(22px);
}

.theme-toggle-label {
  display: none;
}

.header-contact {
  min-height: 64px;
  grid-template-columns: 32px 1fr;
  align-content: center;
  column-gap: 10px;
  row-gap: 2px;
  margin-left: 0;
  padding: 0 0 0 18px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}

.header-contact svg {
  grid-row: 1 / 3;
  width: 26px;
  height: 26px;
  color: var(--primary);
  align-self: center;
}

.header-contact span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.header-contact strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.header-contact:hover,
.header-contact:focus-visible {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: none;
}

.menu-toggle {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

.menu-toggle span {
  background: #ffffff;
}

.home-section-target {
  scroll-margin-top: 126px;
}

.home-section-panel {
  position: fixed;
  left: 22px;
  top: 50%;
  z-index: 118;
  display: grid;
  gap: 8px;
  padding: 10px 8px;
  border: 1px solid rgba(48, 188, 233, 0.26);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(244, 251, 254, 0.68)),
    var(--glass-surface);
  box-shadow:
    0 22px 58px rgba(20, 61, 76, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  transform: translateY(-50%);
}

.home-section-panel::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(48, 188, 233, 0.34), transparent);
  transform: translateX(-50%);
  pointer-events: none;
}

.home-section-panel-link {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.54);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-section-panel-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-section-panel-link::before,
.home-section-panel-link::after {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.home-section-panel-link::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--surface);
  border-left: 1px solid rgba(48, 188, 233, 0.2);
  border-bottom: 1px solid rgba(48, 188, 233, 0.2);
  transform: translate(-4px, -50%) rotate(45deg);
}

.home-section-panel-link::after {
  content: attr(data-label);
  width: max-content;
  max-width: 170px;
  padding: 8px 10px;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 6px;
  color: var(--ink);
  background: var(--surface);
  box-shadow: 0 16px 34px rgba(21, 23, 27, 0.14);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
  transform: translate(2px, -50%);
}

.home-section-panel-link:hover,
.home-section-panel-link:focus-visible {
  color: var(--primary-dark);
  border-color: rgba(48, 188, 233, 0.48);
  background: rgba(48, 188, 233, 0.12);
  box-shadow: 0 14px 28px rgba(48, 188, 233, 0.14);
  outline: none;
  transform: translateY(-2px);
}

.home-section-panel-link:hover::before,
.home-section-panel-link:hover::after,
.home-section-panel-link:focus-visible::before,
.home-section-panel-link:focus-visible::after {
  opacity: 1;
  transform: translate(0, -50%) rotate(45deg);
}

.home-section-panel-link:hover::after,
.home-section-panel-link:focus-visible::after {
  transform: translate(0, -50%);
}

.home-section-panel-link.is-active {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow:
    0 16px 32px rgba(48, 188, 233, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

:root[data-theme="dark"] .home-section-panel {
  border-color: rgba(88, 196, 239, 0.24);
  background:
    linear-gradient(145deg, rgba(20, 28, 37, 0.9), rgba(12, 20, 29, 0.78)),
    rgba(12, 20, 29, 0.82);
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .home-section-panel-link {
  color: rgba(225, 235, 244, 0.72);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .home-section-panel-link::before,
:root[data-theme="dark"] .home-section-panel-link::after {
  background: #121b25;
  border-color: rgba(88, 196, 239, 0.2);
}

:root[data-theme="dark"] .home-section-panel-link::after {
  color: var(--ink);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

:root[data-theme="dark"] .home-section-panel-link:hover,
:root[data-theme="dark"] .home-section-panel-link:focus-visible {
  color: var(--primary);
  background: rgba(66, 201, 243, 0.1);
  border-color: rgba(88, 196, 239, 0.42);
}

:root[data-theme="dark"] .home-section-panel-link.is-active,
:root[data-theme="dark"] .home-section-panel-link[aria-current="location"] {
  color: #ffffff;
  border-color: rgba(125, 220, 252, 0.96);
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.28), transparent 36%),
    linear-gradient(135deg, rgba(20, 151, 194, 0.98), rgba(66, 201, 243, 0.72));
  box-shadow:
    0 0 0 3px rgba(125, 220, 252, 0.22),
    0 0 0 7px rgba(66, 201, 243, 0.08),
    0 18px 34px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(66, 201, 243, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transform: scale(1.06);
}

:root[data-theme="dark"] .home-section-panel-link.is-active svg,
:root[data-theme="dark"] .home-section-panel-link[aria-current="location"] svg {
  stroke-width: 2.25;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.42));
}

@media (min-width: 1181px) and (max-width: 1480px) {
  .has-home-section-panel main > section > .container {
    padding-left: 74px;
  }
}

@media (max-width: 1180px) {
  .home-section-target {
    scroll-margin-top: 116px;
  }

  .home-section-panel {
    left: 50%;
    top: auto;
    bottom: 88px;
    grid-auto-flow: column;
    grid-template-columns: none;
    max-width: min(460px, calc(100vw - 28px));
    overflow-x: auto;
    gap: 6px;
    padding: 8px;
    transform: translateX(-50%);
    scrollbar-width: none;
  }

  .home-section-panel::-webkit-scrollbar {
    display: none;
  }

  .home-section-panel::before {
    top: 50%;
    bottom: auto;
    left: 18px;
    right: 18px;
    width: auto;
    height: 1px;
    transform: translateY(-50%);
  }

  .home-section-panel-link {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .home-section-panel-link::before,
  .home-section-panel-link::after {
    display: none;
  }
}

@media (max-width: 560px) {
  .home-section-panel {
    bottom: 84px;
  }
}

/* Keep the primary contact number readable on one line in compact hero grids. */
.contact-page .contact-hero-actions .contact-channel.primary {
  gap: 10px;
  padding-right: 12px;
  padding-left: 10px;
}

.contact-page .contact-hero-actions .contact-channel.primary > span {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
}

.contact-page .contact-hero-actions .contact-channel.primary > div {
  min-width: max-content;
}

.contact-page .contact-hero-actions .contact-channel.primary strong {
  font-size: clamp(12.5px, 1vw, 14px);
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  text-wrap: nowrap;
}

@media (max-height: 560px) and (max-width: 1180px) {
  .home-section-panel {
    display: none;
  }
}

.floating-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  display: grid;
  gap: 10px;
  justify-items: end;
}

.floating-scroll-top {
  --scroll-progress: 0deg;
  position: relative;
  isolation: isolate;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 18px;
  color: #126077;
  background:
    conic-gradient(from -90deg, var(--primary-dark) var(--scroll-progress), rgba(20, 61, 76, 0.12) 0),
    linear-gradient(135deg, #ffffff, #e8f7fc);
  box-shadow:
    0 18px 42px rgba(20, 61, 76, 0.16),
    0 0 0 1px rgba(48, 188, 233, 0.26);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.floating-scroll-top::before {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: -1;
  border-radius: 15px;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.82), transparent 34%),
    linear-gradient(145deg, #ffffff, #dff4fb);
}

.floating-scroll-glow {
  position: absolute;
  inset: -12px;
  z-index: -2;
  border-radius: 22px;
  background: radial-gradient(circle, rgba(48, 188, 233, 0.26), transparent 62%);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 180ms ease, transform 180ms ease;
}

.floating-scroll-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(48, 188, 233, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.floating-scroll-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.4;
}

.floating-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-scroll-top:hover,
.floating-scroll-top:focus-visible {
  transform: translateY(-4px);
  box-shadow:
    0 22px 52px rgba(20, 61, 76, 0.22),
    0 0 0 1px rgba(48, 188, 233, 0.42);
  outline: none;
}

.floating-scroll-top:hover .floating-scroll-glow,
.floating-scroll-top:focus-visible .floating-scroll-glow {
  opacity: 1;
  transform: scale(1);
}

:root[data-theme="dark"] .floating-scroll-top {
  color: #ffffff;
  background:
    conic-gradient(from -90deg, var(--primary) var(--scroll-progress), rgba(255, 255, 255, 0.18) 0),
    linear-gradient(135deg, #15122e, #0b0822);
  box-shadow:
    0 18px 42px rgba(4, 7, 16, 0.28),
    0 0 0 1px rgba(48, 188, 233, 0.18);
}

:root[data-theme="dark"] .floating-scroll-top::before {
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(145deg, #1d2240, #080c1a);
}

:root[data-theme="dark"] .floating-scroll-icon {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

:root[data-theme="dark"] .floating-scroll-top:hover,
:root[data-theme="dark"] .floating-scroll-top:focus-visible {
  box-shadow:
    0 22px 52px rgba(4, 7, 16, 0.34),
    0 0 0 1px rgba(48, 188, 233, 0.36);
}

.floating-whatsapp-widget {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 130;
  display: grid;
  gap: 12px;
  justify-items: start;
}

.floating-whatsapp {
  position: relative;
  right: auto;
  bottom: auto;
  min-height: 64px;
  gap: 13px;
  padding: 8px 18px 8px 9px;
  border: 1px solid rgba(27, 188, 100, 0.24);
  border-radius: 999px;
  color: #0d1e19;
  background:
    radial-gradient(circle at 24px 18px, rgba(37, 211, 102, 0.18), transparent 34px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 255, 247, 0.94));
  box-shadow:
    0 18px 46px rgba(10, 67, 51, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.82) inset,
    0 0 0 1px rgba(255, 255, 255, 0.62) inset;
  letter-spacing: 0;
  overflow: visible;
}

.floating-whatsapp-icon {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-radius: 17px;
  background: #ffffff;
  box-shadow:
    0 11px 24px rgba(37, 211, 102, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.78) inset;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.floating-whatsapp-status {
  --whatsapp-status-color: #22c55e;
  --whatsapp-status-ring: rgba(34, 197, 94, 0.18);
  --whatsapp-status-halo: rgba(34, 197, 94, 0.24);
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 13px;
  height: 13px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: var(--whatsapp-status-color);
  box-shadow:
    0 0 0 4px var(--whatsapp-status-ring),
    0 0 0 0 var(--whatsapp-status-halo);
  animation: whatsapp-status-pulse 1500ms ease-in-out infinite;
}

.floating-whatsapp-status.is-available {
  --whatsapp-status-color: #22c55e;
  --whatsapp-status-ring: rgba(34, 197, 94, 0.18);
  --whatsapp-status-halo: rgba(34, 197, 94, 0.24);
}

.floating-whatsapp-status.is-closed {
  --whatsapp-status-color: #ef4444;
  --whatsapp-status-ring: rgba(239, 68, 68, 0.18);
  --whatsapp-status-halo: rgba(239, 68, 68, 0.24);
}

.floating-whatsapp-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
  line-height: 1.05;
}

.floating-whatsapp-copy strong {
  color: inherit;
  font-size: 14.5px;
  font-weight: 950;
  white-space: nowrap;
}

.floating-whatsapp-copy small {
  color: #158449;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.floating-whatsapp::before {
  content: attr(data-tooltip);
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  width: max-content;
  max-width: min(220px, calc(100vw - 28px));
  padding: 8px 11px;
  border-radius: 12px 12px 12px 4px;
  color: #ffffff;
  background: #075e54;
  box-shadow: 0 14px 34px rgba(5, 24, 18, 0.26);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.floating-whatsapp:hover::before,
.floating-whatsapp:focus-visible::before {
  opacity: 1;
  transform: translateY(0);
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(27, 188, 100, 0.36);
  background:
    radial-gradient(circle at 24px 18px, rgba(37, 211, 102, 0.24), transparent 36px),
    linear-gradient(135deg, #ffffff, rgba(229, 255, 240, 0.98));
  box-shadow:
    0 24px 58px rgba(10, 67, 51, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.88) inset,
    0 0 0 1px rgba(255, 255, 255, 0.72) inset;
  outline: none;
}

.floating-whatsapp:hover .floating-whatsapp-icon,
.floating-whatsapp:focus-visible .floating-whatsapp-icon {
  transform: scale(1.04);
  box-shadow:
    0 14px 30px rgba(37, 211, 102, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.82) inset;
}

:root[data-theme="dark"] .floating-whatsapp {
  color: #f4fff8;
  border-color: rgba(37, 211, 102, 0.22);
  background:
    radial-gradient(circle at 24px 18px, rgba(37, 211, 102, 0.16), transparent 36px),
    linear-gradient(135deg, rgba(18, 33, 29, 0.97), rgba(7, 18, 16, 0.94));
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .floating-whatsapp-icon {
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 10px 26px rgba(37, 211, 102, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .floating-whatsapp-status {
  border-color: #071210;
}

:root[data-theme="dark"] .floating-whatsapp-status.is-available {
  --whatsapp-status-color: #35e27d;
  --whatsapp-status-ring: rgba(53, 226, 125, 0.16);
  --whatsapp-status-halo: rgba(53, 226, 125, 0.22);
}

:root[data-theme="dark"] .floating-whatsapp-status.is-closed {
  --whatsapp-status-color: #ff5b5b;
  --whatsapp-status-ring: rgba(255, 91, 91, 0.18);
  --whatsapp-status-halo: rgba(255, 91, 91, 0.22);
}

:root[data-theme="dark"] .floating-whatsapp-copy small {
  color: #72efac;
}

:root[data-theme="dark"] .floating-whatsapp:hover,
:root[data-theme="dark"] .floating-whatsapp:focus-visible {
  border-color: rgba(37, 211, 102, 0.34);
  background:
    radial-gradient(circle at 24px 18px, rgba(37, 211, 102, 0.22), transparent 38px),
    linear-gradient(135deg, rgba(24, 42, 36, 0.98), rgba(8, 26, 21, 0.96));
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.4),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.floating-whatsapp-widget.is-open .floating-whatsapp::before {
  opacity: 0;
  transform: translateY(6px);
}

@keyframes whatsapp-status-pulse {
  0%,
  100% {
    opacity: 0.82;
    transform: scale(0.92);
    box-shadow:
      0 0 0 4px var(--whatsapp-status-ring),
      0 0 0 0 var(--whatsapp-status-halo);
  }

  50% {
    opacity: 1;
    transform: scale(1);
    box-shadow:
      0 0 0 4px var(--whatsapp-status-ring),
      0 0 0 8px var(--whatsapp-status-halo);
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-whatsapp-status {
    animation: none;
  }
}

.whatsapp-chat {
  width: min(326px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(11, 92, 72, 0.22);
  border-radius: 16px;
  background: #efeae2;
  box-shadow:
    0 24px 68px rgba(5, 24, 18, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.26);
  transform-origin: left bottom;
  animation: whatsapp-chat-in 180ms ease both;
}

.whatsapp-chat-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 10px 11px;
  color: #ffffff;
  background: #075e54;
}

.whatsapp-chat-avatar {
  position: relative;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

.whatsapp-chat-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whatsapp-chat-head strong,
.whatsapp-chat-head span {
  display: block;
  line-height: 1.2;
}

.whatsapp-chat-head strong {
  font-size: 14px;
  font-weight: 900;
}

.whatsapp-chat-head span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-chat-close {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  transition: background 180ms ease;
}

.whatsapp-chat-close svg {
  width: 17px;
  height: 17px;
}

.whatsapp-chat-close:hover,
.whatsapp-chat-close:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  outline: none;
}

.whatsapp-chat-body {
  min-height: 122px;
  padding: 16px 14px 12px;
  background:
    radial-gradient(circle at 18px 18px, rgba(17, 27, 33, 0.055) 0 1.5px, transparent 2px),
    radial-gradient(circle at 4px 42px, rgba(17, 27, 33, 0.04) 0 1.5px, transparent 2px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent),
    #efeae2;
  background-size: 44px 44px, 56px 56px, auto, auto;
}

.whatsapp-message-row {
  display: flex;
  align-items: flex-end;
}

.whatsapp-message-bubble {
  position: relative;
  max-width: 88%;
  padding: 8px 9px 7px 10px;
  border-radius: 0 8px 8px;
  color: #111b21;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(11, 20, 26, 0.14);
}

.whatsapp-message-bubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 9px solid #ffffff;
  border-left: 8px solid transparent;
}

.whatsapp-message-bubble p {
  margin: 0;
  font-size: 13.5px;
  font-weight: 750;
  line-height: 1.38;
}

.whatsapp-message-bubble span {
  display: block;
  margin-top: 4px;
  color: #667781;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

.whatsapp-chat-footer {
  padding: 9px 10px 10px;
  background: #f0f2f5;
}

.whatsapp-chat-action {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 13px 0 16px;
  border-radius: 999px;
  color: #ffffff;
  background: #25d366;
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.22);
  font-size: 14px;
  font-weight: 900;
  transition: background 180ms ease, transform 180ms ease;
}

.whatsapp-chat-action svg {
  width: 18px;
  height: 18px;
}

.whatsapp-chat-action:hover,
.whatsapp-chat-action:focus-visible {
  background: #1fbd5a;
  transform: translateY(-1px);
  outline: none;
}

:root[data-theme="dark"] .whatsapp-chat {
  border-color: rgba(134, 150, 160, 0.2);
  background: #0b141a;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .whatsapp-chat-body {
  background:
    radial-gradient(circle at 18px 18px, rgba(233, 237, 239, 0.045) 0 1.5px, transparent 2px),
    radial-gradient(circle at 4px 42px, rgba(233, 237, 239, 0.035) 0 1.5px, transparent 2px),
    linear-gradient(135deg, rgba(0, 168, 132, 0.08), transparent),
    #0b141a;
}

:root[data-theme="dark"] .whatsapp-message-bubble {
  color: #e9edef;
  background: #202c33;
}

:root[data-theme="dark"] .whatsapp-message-bubble::before {
  border-top-color: #202c33;
}

:root[data-theme="dark"] .whatsapp-message-bubble span {
  color: #8696a0;
}

:root[data-theme="dark"] .whatsapp-chat-footer {
  background: #202c33;
}

:root[data-theme="dark"] .whatsapp-chat-action {
  color: #061016;
  background: #00a884;
  box-shadow: 0 10px 22px rgba(0, 168, 132, 0.18);
}

:root[data-theme="dark"] .whatsapp-chat-action:hover,
:root[data-theme="dark"] .whatsapp-chat-action:focus-visible {
  background: #06cf9c;
}

@keyframes whatsapp-chat-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1320px) {
  .header-frame,
  .nav-shell {
    width: min(1240px, calc(100% - 32px));
  }

  .brand img {
    width: 190px;
  }

  .nav-links {
    gap: 8px;
  }

  .nav-links > a,
  .nav-links > .nav-dropdown > .dropdown-trigger {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 14px;
  }

  .header-contact strong {
    font-size: 15px;
  }
}

@media (max-width: 980px) {
  .header-topbar {
    min-height: auto;
    padding: 7px 0;
  }

  .header-frame {
    width: calc(100% - 28px);
  }

  .top-contact {
    gap: 12px;
  }

  .top-contact a {
    min-height: 28px;
    font-size: 12px;
  }

  .header-socials {
    display: none;
  }

  .nav-shell {
    width: calc(100% - 28px);
    min-height: 78px;
  }

  .brand {
    min-height: 78px;
  }

  .brand img {
    width: 178px;
  }

  .primary-menu {
    inset: 118px 0 auto;
    gap: 0;
    padding: 12px 20px 24px;
    background: rgba(9, 6, 31, 0.98);
    border-bottom-color: rgba(48, 188, 233, 0.28);
  }

  .nav-links,
  .header-actions {
    display: grid;
    gap: 0;
  }

  .nav-links > a,
  .nav-links > .nav-dropdown > .dropdown-trigger,
  .primary-menu a {
    min-height: 52px;
    padding: 0 4px;
    color: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 15px;
  }

  .nav-links > a::before,
  .nav-links > .nav-dropdown > .dropdown-trigger::before {
    display: none;
  }

  .dropdown-menu,
  .nav-dropdown.wide .dropdown-menu {
    padding: 0 0 8px 14px;
  }

  .dropdown-menu a {
    min-height: 44px;
    border-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
  }

  .header-actions {
    margin-top: 12px;
  }

  .theme-toggle,
  .nav-search,
  .header-contact {
    width: 100%;
    min-height: 54px;
    justify-content: flex-start;
    margin: 0;
    padding: 0 4px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .language-pill {
    justify-content: flex-start;
    min-height: 44px;
    padding: 0 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-search::after {
    content: "Site içinde ara";
    color: rgba(255, 255, 255, 0.86);
  }

  .header-contact {
    grid-template-columns: 30px 1fr;
  }
}

@media (max-width: 680px) {
  .header-frame {
    align-items: flex-start;
  }

  .top-contact {
    gap: 0;
  }

  .top-contact a[href^="mailto:"] {
    display: none;
  }

  .nav-shell {
    padding-right: 0;
  }

  .menu-toggle {
    position: static;
    z-index: 90;
  }

  .primary-menu {
    top: 112px;
  }

  .floating-actions {
    right: 14px;
    bottom: 14px;
  }

  .floating-whatsapp-widget {
    left: 14px;
    bottom: 14px;
    max-width: calc(100vw - 28px);
  }

  .floating-whatsapp {
    min-height: 56px;
    padding: 7px 12px 7px 7px;
  }

  .floating-whatsapp-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 14px;
  }

  .floating-whatsapp-copy {
    display: none;
  }

  .floating-whatsapp-copy strong {
    font-size: 13px;
  }

  .floating-whatsapp-copy small {
    font-size: 11px;
  }

  .whatsapp-chat {
    width: min(308px, calc(100vw - 28px));
  }

  .floating-scroll-top {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }
}

/* Sisdesk-adapted header */
.site-header {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 255, 0.92)),
    radial-gradient(circle at 18% 0%, rgba(48, 188, 233, 0.16), transparent 30%);
  border-bottom: 1px solid rgba(48, 188, 233, 0.2);
  box-shadow: 0 16px 44px rgba(21, 23, 27, 0.08);
}

:root[data-theme="dark"] .site-header {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(15, 21, 28, 0.96), rgba(18, 27, 36, 0.92)),
    radial-gradient(circle at 18% 0%, rgba(48, 188, 233, 0.12), transparent 30%);
  border-bottom-color: rgba(66, 201, 243, 0.2);
}

.site-header::before {
  inset: auto 0 0;
  background: linear-gradient(90deg, transparent, rgba(48, 188, 233, 0.72), transparent);
}

.header-topbar {
  min-height: 36px;
  background: rgba(244, 248, 251, 0.88);
  border-top: 0;
  border-bottom: 1px solid var(--line);
}

:root[data-theme="dark"] .header-topbar {
  background: rgba(17, 24, 32, 0.92);
  border-bottom-color: rgba(126, 147, 163, 0.18);
}

.header-frame,
.nav-shell {
  width: min(1240px, calc(100% - 32px));
}

.top-contact a {
  color: var(--muted);
}

.top-contact a:hover,
.top-contact a:focus-visible {
  color: var(--primary-dark);
  outline: none;
}

.header-socials .social-link {
  width: 24px;
  height: 24px;
  color: var(--muted);
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  opacity: 0.72;
}

.header-socials .social-link:hover,
.header-socials .social-link:focus-visible {
  color: var(--primary-dark);
  border-color: rgba(48, 188, 233, 0.22);
  background: rgba(48, 188, 233, 0.07);
  opacity: 1;
  transform: none;
}

.header-socials {
  gap: 6px;
  align-items: center;
}

.header-socials::before {
  content: "";
  width: 1px;
  height: 16px;
  margin-right: 6px;
  background: var(--line);
}

.header-socials .social-link svg {
  width: 13px;
  height: 13px;
  stroke-width: 2.2;
}

.header-socials .social-link.facebook svg,
.header-socials .social-link.linkedin svg {
  width: 12px;
  height: 12px;
}

.header-socials .social-link.instagram,
.header-socials .social-link.x,
.header-socials .social-link.linkedin,
.header-socials .social-link.facebook {
  background: transparent;
}

.header-socials .social-link.instagram:hover,
.header-socials .social-link.x:hover,
.header-socials .social-link.linkedin:hover,
.header-socials .social-link.facebook:hover,
.header-socials .social-link.instagram:focus-visible,
.header-socials .social-link.x:focus-visible,
.header-socials .social-link.linkedin:focus-visible,
.header-socials .social-link.facebook:focus-visible {
  background: rgba(48, 188, 233, 0.07);
}

.nav-shell {
  min-height: 86px;
  background: transparent;
}

.brand {
  min-height: 86px;
}

.brand-logo {
  width: 248px;
  height: auto;
}

.brand-logo-dark {
  display: none;
}

:root[data-theme="dark"] .brand-logo-light {
  display: none;
}

:root[data-theme="dark"] .brand-logo-dark {
  display: block;
}

.primary-menu {
  gap: 22px;
}

.nav-links {
  gap: 6px;
}

.nav-links > a,
.nav-links > .nav-dropdown > .dropdown-trigger {
  min-height: 86px;
  padding: 0 14px;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 800;
}

.nav-links > a:hover,
.nav-links > a:focus-visible,
.nav-links > a.active,
.nav-links > .nav-dropdown:hover > .dropdown-trigger,
.nav-links > .nav-dropdown:focus-within > .dropdown-trigger,
.nav-links > .nav-dropdown > .dropdown-trigger.active {
  color: var(--ink);
}

.nav-links > a::before,
.nav-links > .nav-dropdown > .dropdown-trigger::before {
  left: 14px;
  right: 14px;
  height: 2px;
}

.dropdown-menu {
  top: calc(100% + 10px);
  border-color: rgba(48, 188, 233, 0.2);
  background: var(--dropdown-bg);
  box-shadow: 0 24px 64px rgba(21, 23, 27, 0.16);
}

.dropdown-menu a {
  color: var(--muted);
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  color: var(--ink);
  background: rgba(48, 188, 233, 0.1);
}

.header-actions {
  gap: 10px;
}

.theme-toggle {
  min-height: 44px;
}

.theme-toggle-track {
  width: 52px;
  height: 28px;
  border-color: rgba(48, 188, 233, 0.28);
  background:
    linear-gradient(90deg, rgba(48, 188, 233, 0.18), rgba(255, 255, 255, 0.08)),
    var(--surface-soft);
}

.nav-search {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface);
}

.nav-search:hover,
.nav-search:focus-visible {
  color: var(--primary-dark);
  border-color: rgba(48, 188, 233, 0.55);
  background: rgba(48, 188, 233, 0.08);
}

.header-contact {
  min-height: 56px;
  grid-template-columns: 28px 1fr;
  padding: 0 16px;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.12), rgba(48, 188, 233, 0.03)),
    var(--glass-surface);
}

.header-contact svg {
  width: 23px;
  height: 23px;
}

.header-contact span {
  color: var(--muted);
  font-size: 11px;
}

.header-contact strong {
  color: var(--ink);
  font-size: 14px;
}

.header-contact:hover,
.header-contact:focus-visible {
  color: var(--ink);
  border-color: rgba(48, 188, 233, 0.58);
  background: rgba(48, 188, 233, 0.12);
}

:root[data-theme="dark"] .nav-search {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] .header-contact {
  background: rgba(48, 188, 233, 0.08);
}

@media (max-width: 1320px) {
  .brand-logo {
    width: 210px;
  }

  .nav-links > a,
  .nav-links > .nav-dropdown > .dropdown-trigger {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 1180px) {
  .site-header {
    background: var(--header-bg);
  }

  .header-topbar {
    padding: 6px 0;
  }

  .nav-shell {
    min-height: 76px;
  }

  .brand {
    min-height: 76px;
  }

  .brand-logo {
    width: 178px;
  }

  .primary-menu {
    top: 112px;
    background: var(--menu-bg);
    border-bottom-color: var(--line);
    box-shadow: 0 24px 48px rgba(21, 23, 27, 0.12);
  }

  .nav-links > a,
  .nav-links > .nav-dropdown > .dropdown-trigger,
  .primary-menu a {
    color: var(--muted);
    border-bottom: 1px solid var(--line);
  }

  .dropdown-menu a {
    color: var(--muted);
  }

  .theme-toggle,
  .nav-search,
  .header-contact {
    border-bottom: 1px solid var(--line);
  }

  .nav-search::after {
    color: var(--muted);
  }

  .header-contact {
    padding: 0 4px;
    background: transparent;
  }
}

@media (max-width: 680px) {
  .top-contact a[href^="mailto:"] {
    display: none;
  }

  .primary-menu {
    top: 108px;
  }
}

.header-contact .ui-icon {
  grid-row: 1 / 3;
  width: 23px;
  height: 23px;
  flex-basis: 23px;
  align-self: center;
}

.contact-method .ui-icon {
  width: 26px;
  height: 26px;
  flex-basis: 26px;
}

/* Wider site rhythm and full-width header composition */
.container {
  width: min(1440px, calc(100% - clamp(32px, 5vw, 96px)));
  max-width: calc(100vw - 32px);
}

.header-frame,
.nav-shell {
  width: 100%;
  max-width: none;
  padding-right: clamp(20px, 3.6vw, 68px);
  padding-left: clamp(20px, 3.6vw, 68px);
}

.header-frame {
  min-height: 36px;
}

.nav-shell {
  display: grid;
  grid-template-columns: minmax(210px, 300px) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 54px);
  min-height: 92px;
}

.brand {
  justify-self: start;
}

.brand-logo {
  width: clamp(210px, 15vw, 286px);
}

.primary-menu {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 2.4vw, 44px);
}

.nav-links {
  justify-content: center;
  gap: 8px;
  min-width: 0;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.58);
}

:root[data-theme="dark"] .nav-links {
  background: rgba(255, 255, 255, 0.035);
}

.nav-links > a,
.nav-links > .nav-dropdown > .dropdown-trigger {
  min-height: 48px;
  padding: 0 clamp(12px, 1vw, 18px);
  border-radius: 8px;
  white-space: nowrap;
}

.nav-links > a::before,
.nav-links > .nav-dropdown > .dropdown-trigger::before {
  display: none;
}

.nav-links > a:hover,
.nav-links > a:focus-visible,
.nav-links > a.active,
.nav-links > .nav-dropdown:hover > .dropdown-trigger,
.nav-links > .nav-dropdown:focus-within > .dropdown-trigger,
.nav-links > .nav-dropdown > .dropdown-trigger.active {
  color: var(--ink);
  background: rgba(48, 188, 233, 0.11);
  box-shadow: inset 0 -2px 0 var(--primary);
}

.header-actions {
  justify-self: end;
  gap: 10px;
}

.theme-toggle,
.nav-search {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.theme-toggle:hover,
.theme-toggle:focus-visible,
.nav-search:hover,
.nav-search:focus-visible {
  border-color: rgba(48, 188, 233, 0.58);
  background: rgba(48, 188, 233, 0.09);
}

.theme-toggle-track {
  width: 34px;
  height: 20px;
}

.theme-toggle-core {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
}

:root[data-theme="dark"] .theme-toggle-core {
  transform: translateX(14px);
}

.nav-search .ui-icon {
  width: 21px;
  height: 21px;
  flex-basis: 21px;
}

.header-contact {
  min-width: 224px;
  min-height: 62px;
  padding: 0 20px;
  border: 1px solid rgba(48, 188, 233, 0.34);
  border-radius: 12px;
  color: #ffffff;
  background:
    linear-gradient(135deg, #30bce9 0%, #1497c2 100%);
  box-shadow: 0 18px 34px rgba(48, 188, 233, 0.26);
}

.header-contact .ui-icon {
  width: 26px;
  height: 26px;
  flex-basis: 26px;
  filter: brightness(0) invert(1);
}

.header-contact span,
.header-contact strong {
  color: #ffffff;
}

.header-contact span {
  opacity: 0.78;
}

.header-contact strong {
  font-size: 16px;
}

.header-contact:hover,
.header-contact:focus-visible {
  color: #ffffff;
  border-color: rgba(48, 188, 233, 0.72);
  background: linear-gradient(135deg, #42c9f3 0%, #117fa5 100%);
  box-shadow: 0 22px 42px rgba(48, 188, 233, 0.34);
  transform: translateY(-1px);
}

:root[data-theme="dark"] .header-contact {
  background: linear-gradient(135deg, #29b8e8 0%, #0f789d 100%);
}

@media (max-width: 1240px) {
  .nav-shell {
    grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
    gap: 18px;
  }

  .brand-logo {
    width: 200px;
  }

  .primary-menu {
    gap: 14px;
  }

  .nav-links {
    gap: 2px;
    padding: 6px;
  }

  .nav-links > a,
  .nav-links > .nav-dropdown > .dropdown-trigger {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 13.5px;
  }

  .header-contact {
    min-width: 196px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .header-contact strong {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .container {
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
  }

  .header-frame,
  .nav-shell {
    padding-right: 14px;
    padding-left: 14px;
  }

  .nav-shell {
    display: flex;
    min-height: 76px;
  }

  .primary-menu {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nav-links {
    display: grid;
    justify-content: stretch;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .theme-toggle,
  .nav-search,
  .header-contact {
    width: 100%;
    max-width: none;
    border-radius: 8px;
  }

  .header-contact {
    min-width: 0;
    margin-top: 10px;
  }
}

/* Header rebuild: minimal tech navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  padding: 14px clamp(18px, 3vw, 56px);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.74)),
    radial-gradient(circle at 12% 0%, rgba(48, 188, 233, 0.14), transparent 34%);
  border-bottom: 1px solid rgba(48, 188, 233, 0.16);
  box-shadow: 0 18px 42px rgba(21, 23, 27, 0.08);
  backdrop-filter: blur(22px);
}

:root[data-theme="dark"] .site-header {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(14, 21, 29, 0.94), rgba(14, 21, 29, 0.78)),
    radial-gradient(circle at 12% 0%, rgba(48, 188, 233, 0.13), transparent 34%);
  border-bottom-color: rgba(66, 201, 243, 0.18);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: auto clamp(18px, 3vw, 56px) 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(48, 188, 233, 0.72), transparent);
}

.site-header::after,
.header-topbar,
.header-frame,
.brand-logo-dark,
.brand-logo-light {
  display: none;
}

.site-nav.nav-shell,
.nav-shell {
  width: 100%;
  max-width: none;
  min-height: 76px;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(190px, 290px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 54px);
  background: transparent;
  box-shadow: none;
}

.brand {
  min-height: 76px;
  display: inline-flex;
  align-items: center;
  justify-self: start;
}

.brand-logo,
.brand img {
  width: clamp(188px, 15vw, 270px);
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(21, 23, 27, 0.08));
}

:root[data-theme="dark"] .brand-logo,
:root[data-theme="dark"] .brand img {
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.24));
}

.primary-menu {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 2.5vw, 48px);
}

.nav-links {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

:root[data-theme="dark"] .nav-links {
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.nav-links > a,
.nav-links > .nav-dropdown > .dropdown-trigger {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 clamp(12px, 1vw, 18px);
  border-radius: 9px;
  color: var(--muted);
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: none;
}

.nav-links > a::before,
.nav-links > .nav-dropdown > .dropdown-trigger::before {
  display: none;
}

.nav-links > a:hover,
.nav-links > a:focus-visible,
.nav-links > a.active,
.nav-links > .nav-dropdown:hover > .dropdown-trigger,
.nav-links > .nav-dropdown:focus-within > .dropdown-trigger,
.nav-links > .nav-dropdown > .dropdown-trigger.active {
  color: var(--ink);
  background: rgba(48, 188, 233, 0.1);
  box-shadow: inset 0 -2px 0 var(--primary);
  outline: none;
}

.dropdown-trigger::after {
  width: 6px;
  height: 6px;
  margin-left: 5px;
}

.dropdown-menu {
  top: calc(100% + 12px);
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 10px;
  background: var(--dropdown-bg);
  box-shadow: 0 26px 70px rgba(21, 23, 27, 0.18);
}

.dropdown-menu a {
  color: var(--muted);
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  color: var(--ink);
  background: rgba(48, 188, 233, 0.1);
  box-shadow: none;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-search,
.theme-toggle {
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: var(--surface);
  box-shadow: 0 12px 26px rgba(21, 23, 27, 0.06);
}

.nav-search:hover,
.nav-search:focus-visible,
.theme-toggle:hover,
.theme-toggle:focus-visible {
  border-color: rgba(48, 188, 233, 0.58);
  background: rgba(48, 188, 233, 0.09);
  box-shadow: 0 14px 28px rgba(48, 188, 233, 0.12);
  outline: none;
}

.nav-search .ui-icon {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.theme-toggle-track {
  width: 32px;
  height: 20px;
  border-color: rgba(48, 188, 233, 0.3);
  background:
    linear-gradient(90deg, rgba(48, 188, 233, 0.2), rgba(255, 255, 255, 0.1)),
    var(--surface-soft);
}

.theme-toggle-core {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
}

:root[data-theme="dark"] .theme-toggle-core {
  transform: translateX(12px);
}

.theme-toggle-label {
  display: none;
}

.header-contact {
  min-width: 232px;
  min-height: 58px;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-content: center;
  column-gap: 11px;
  row-gap: 1px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid rgba(48, 188, 233, 0.42);
  border-radius: 14px;
  color: #ffffff;
  background:
    linear-gradient(135deg, #30bce9 0%, #1393bd 100%);
  box-shadow: 0 18px 36px rgba(48, 188, 233, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-contact .ui-icon {
  grid-row: 1 / 3;
  width: 26px;
  height: 26px;
  flex-basis: 26px;
  align-self: center;
  filter: brightness(0) invert(1);
}

.header-contact span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
}

.header-contact strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

.header-contact:hover,
.header-contact:focus-visible {
  color: #ffffff;
  border-color: rgba(48, 188, 233, 0.78);
  background: linear-gradient(135deg, #48cdf4 0%, #0f81a8 100%);
  box-shadow: 0 22px 44px rgba(48, 188, 233, 0.36);
  transform: translateY(-1px);
  outline: none;
}

.menu-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.menu-toggle span {
  background: var(--ink);
}

@media (max-width: 1240px) {
  .site-nav.nav-shell,
  .nav-shell {
    grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
    gap: 18px;
  }

  .brand-logo,
  .brand img {
    width: 190px;
  }

  .primary-menu {
    gap: 14px;
  }

  .nav-links {
    gap: 2px;
    padding: 6px;
  }

  .nav-links > a,
  .nav-links > .nav-dropdown > .dropdown-trigger {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 13px;
  }

  .header-contact {
    min-width: 198px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .header-contact strong {
    font-size: 13.5px;
  }
}

@media (max-width: 980px) {
  .site-header {
    padding: 10px 14px;
  }

  .site-nav.nav-shell,
  .nav-shell {
    min-height: 68px;
    display: flex;
    gap: 14px;
  }

  .brand {
    min-height: 68px;
  }

  .brand-logo,
  .brand img {
    width: 176px;
  }

  .primary-menu {
    position: fixed;
    inset: 88px 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 20px 24px;
    border-bottom: 1px solid var(--line);
    background: var(--menu-bg);
    box-shadow: 0 24px 48px rgba(21, 23, 27, 0.12);
    transform: translateY(-120%);
    transition: transform 220ms ease;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
  }

  .menu-open .primary-menu {
    transform: translateY(0);
  }

  .nav-links {
    display: grid;
    justify-content: stretch;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-links > a,
  .nav-links > .nav-dropdown > .dropdown-trigger,
  .primary-menu a {
    min-height: 50px;
    padding: 0 4px;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    color: var(--muted);
  }

  .dropdown-menu,
  .nav-dropdown.wide .dropdown-menu {
    position: static;
    width: auto;
    padding: 0 0 8px 14px;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .header-actions {
    display: grid;
    justify-self: stretch;
    gap: 10px;
  }

  .nav-search,
  .theme-toggle,
  .header-contact {
    width: 100%;
    min-width: 0;
    max-width: none;
    justify-content: flex-start;
  }

  .nav-search::after {
    content: "Site içinde ara";
    margin-left: 8px;
    color: var(--muted);
    font-weight: 800;
  }

  .header-contact {
    min-width: 0;
    margin-top: 2px;
  }
}

@media (max-width: 680px) {
  .primary-menu {
    inset: 88px 0 auto;
  }

  .brand-logo,
  .brand img {
    width: 162px;
  }
}

/* Header reset 2026: modern minimal command bar */
:root {
  --nav-bg: rgba(248, 251, 253, 0.86);
  --nav-menu-bg: rgba(255, 255, 255, 0.96);
  --nav-control-bg: rgba(255, 255, 255, 0.78);
  --nav-ink: #172029;
  --nav-muted: #65717d;
  --nav-line: rgba(20, 31, 40, 0.12);
  --nav-accent: #29b8e8;
  --nav-hover: rgba(41, 184, 232, 0.09);
  --nav-shadow: 0 24px 60px rgba(20, 31, 40, 0.12);
}

:root[data-theme="dark"] {
  --nav-bg: rgba(9, 14, 20, 0.84);
  --nav-menu-bg: rgba(12, 18, 26, 0.97);
  --nav-control-bg: rgba(255, 255, 255, 0.055);
  --nav-ink: #edf6fb;
  --nav-muted: #9baab7;
  --nav-line: rgba(179, 211, 229, 0.16);
  --nav-accent: #35c4ee;
  --nav-hover: rgba(53, 196, 238, 0.11);
  --nav-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  padding: 0;
  color: var(--nav-ink);
  background: var(--nav-bg);
  border: 0;
  border-bottom: 1px solid var(--nav-line);
  box-shadow: none;
  backdrop-filter: blur(20px) saturate(140%);
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(248, 251, 253, 0.72);
  border-bottom-color: rgba(20, 31, 40, 0.08);
  box-shadow: 0 10px 34px rgba(20, 31, 40, 0.08);
  backdrop-filter: blur(18px) saturate(130%);
}

:root[data-theme="dark"] .site-header.is-scrolled {
  background: rgba(9, 14, 20, 0.66);
  border-bottom-color: rgba(179, 211, 229, 0.1);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.22);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent 8%, var(--nav-accent) 35%, rgba(255, 255, 255, 0.82) 50%, var(--nav-accent) 65%, transparent 92%);
  opacity: 0.72;
  pointer-events: none;
}

.site-header::after,
.brand-logo-light,
.brand-logo-dark {
  display: none !important;
}

.site-header .header-topbar {
  position: relative;
  min-height: 40px;
  display: flex !important;
  align-items: center;
  border-bottom: 0;
  background: transparent;
}

.site-header .header-topbar::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--nav-line) 14%, rgba(53, 196, 238, 0.28) 50%, var(--nav-line) 86%, transparent);
  pointer-events: none;
}

.site-header .header-frame {
  width: 100%;
  max-width: none;
  min-height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 0 clamp(18px, 3.4vw, 58px);
  box-sizing: border-box;
}

.site-header .top-contact {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}

.site-header .top-contact a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--nav-muted);
  font-size: 12.5px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: color 180ms ease;
}

.site-header .top-contact a:hover,
.site-header .top-contact a:focus-visible {
  color: var(--nav-ink);
  outline: none;
}

.site-header .top-contact svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.site-header .header-socials {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  overflow: visible;
}

.site-header .header-socials::before {
  content: none;
}

.site-header .header-socials .social-link {
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--nav-muted);
  background: transparent;
  box-shadow: none;
  opacity: 1;
}

.site-header .header-socials .social-link img {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
  transition: filter 180ms ease, opacity 180ms ease;
}

:root[data-theme="dark"] .site-header .header-socials .social-link img {
  filter: brightness(0) invert(1);
  opacity: 0.78;
}

:root[data-theme="dark"] .site-header .header-socials .social-link:hover img,
:root[data-theme="dark"] .site-header .header-socials .social-link:focus-visible img {
  opacity: 1;
}

.site-header .header-socials .social-link::before {
  top: calc(100% + 8px);
  bottom: auto;
  transform: translate(-50%, -5px);
}

.site-header .header-socials .social-link::after {
  top: calc(100% + 3px);
  bottom: auto;
  border-top-color: transparent;
  border-bottom-color: var(--white);
  transform: translate(-50%, -5px);
}

.site-header .header-socials .social-link:hover,
.site-header .header-socials .social-link:focus-visible {
  color: var(--nav-ink);
  border-color: transparent;
  background: var(--nav-hover);
  transform: translateY(-1px);
}

.site-header svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-nav.nav-shell {
  width: 100%;
  max-width: none;
  min-height: 86px;
  margin: 0;
  padding: 0 clamp(18px, 3.4vw, 58px);
  display: grid;
  grid-template-columns: minmax(196px, 268px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 76px);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.site-header .brand {
  min-height: auto;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  padding: 12px 0;
}

.site-header .brand-logo,
.site-header .brand img {
  width: clamp(194px, 15vw, 260px);
  max-height: 64px;
  height: auto;
  object-fit: contain;
  filter: none !important;
}

.site-header .menu-toggle {
  display: none;
}

.site-header .primary-menu {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 2.4vw, 36px);
}

.site-header .nav-links {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 3px;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.site-header .nav-dropdown {
  position: relative;
  flex: 0 0 auto;
  border: 0 !important;
}

.site-header .nav-links > a,
.site-header .nav-links > .nav-dropdown > .dropdown-trigger {
  position: relative;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid transparent !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 6px;
  color: var(--nav-muted);
  background: transparent;
  box-shadow: none;
  font-size: 13.8px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.site-header .nav-links > a::before,
.site-header .nav-links > .nav-dropdown > .dropdown-trigger::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 6px;
  left: 10px;
  height: 2px;
  border-radius: 999px;
  background: var(--nav-accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-header .nav-links > a:hover,
.site-header .nav-links > a:focus-visible,
.site-header .nav-links > a.active,
.site-header .nav-links > .nav-dropdown:hover > .dropdown-trigger,
.site-header .nav-links > .nav-dropdown:focus-within > .dropdown-trigger,
.site-header .nav-links > .nav-dropdown > .dropdown-trigger.active {
  color: var(--nav-ink);
  background: var(--nav-hover);
  border-color: var(--nav-line);
  outline: none;
}

.site-header .nav-links > a:hover::before,
.site-header .nav-links > a:focus-visible::before,
.site-header .nav-links > a.active::before,
.site-header .nav-links > .nav-dropdown:hover > .dropdown-trigger::before,
.site-header .nav-links > .nav-dropdown:focus-within > .dropdown-trigger::before,
.site-header .nav-links > .nav-dropdown > .dropdown-trigger.active::before {
  transform: scaleX(1);
}

.site-header .dropdown-trigger::after {
  width: 6px;
  height: 6px;
  margin-left: 4px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  opacity: 0.72;
}

.site-header .dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  z-index: 100;
  width: 340px;
  display: grid;
  gap: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 150px);
  overscroll-behavior: contain;
  padding: 12px;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(238, 247, 251, 0.78)),
    var(--nav-menu-bg);
  box-shadow:
    0 28px 72px rgba(21, 23, 27, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
  backdrop-filter: blur(18px) saturate(140%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

:root[data-theme="dark"] .site-header .dropdown-menu {
  background:
    linear-gradient(145deg, rgba(18, 27, 36, 0.94), rgba(8, 18, 32, 0.76)),
    var(--nav-menu-bg);
  box-shadow:
    0 30px 82px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-header .dropdown-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(135deg, transparent, #000 24%, #000 82%, transparent);
  pointer-events: none;
}

.site-header .nav-dropdown.wide .dropdown-menu {
  left: 50%;
  width: min(900px, calc(100vw - 48px));
  transform: translate(-50%, 8px);
}

.site-header .nav-dropdown:hover .dropdown-menu,
.site-header .nav-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-header .nav-dropdown.wide:hover .dropdown-menu,
.site-header .nav-dropdown.wide:focus-within .dropdown-menu {
  transform: translate(-50%, 0);
}

.site-header .dropdown-menu-head,
.site-header .dropdown-menu-list {
  position: relative;
  z-index: 1;
}

.site-header .dropdown-menu-head {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 4px 10px;
  border-bottom: 1px solid rgba(48, 188, 233, 0.16);
}

.site-header .dropdown-menu-head span {
  color: var(--primary-dark);
  font-size: 11.5px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.site-header .dropdown-menu-head strong {
  color: var(--nav-muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.site-header .dropdown-menu-list {
  display: grid;
  gap: 6px;
}

.site-header .nav-dropdown.wide .dropdown-menu-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.site-header .dropdown-item-shell {
  position: relative;
  min-width: 0;
  display: grid;
}

.site-header .dropdown-item-shell > a {
  height: 100%;
}

.site-header .dropdown-item-shell.has-submenu > a {
  min-height: 78px;
  padding-bottom: 24px;
}

.site-header .dropdown-item-shell.has-submenu > a::after {
  content: "Alt hizmetler";
  position: absolute;
  right: 9px;
  bottom: 8px;
  min-height: 18px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.site-header .dropdown-item-shell.has-submenu {
  z-index: 2;
}

.site-header .dropdown-item-shell.has-submenu:hover,
.site-header .dropdown-item-shell.has-submenu:focus-within {
  z-index: 20;
}

.site-header .dropdown-submenu {
  position: static;
  z-index: 1;
  width: 100%;
  max-height: 0;
  display: grid;
  gap: 6px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  color: var(--nav-ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(238, 247, 251, 0.54)),
    rgba(48, 188, 233, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: max-height 180ms ease, margin 180ms ease, padding 180ms ease, opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

:root[data-theme="dark"] .site-header .dropdown-submenu {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.028)),
    rgba(48, 188, 233, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.site-header .dropdown-item-shell.has-submenu:hover .dropdown-submenu,
.site-header .dropdown-item-shell.has-submenu:focus-within .dropdown-submenu,
.site-header .dropdown-item-shell.has-submenu.is-submenu-open .dropdown-submenu {
  max-height: 170px;
  margin-top: 6px;
  padding: 8px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.site-header .dropdown-submenu > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-dark);
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.site-header .dropdown-submenu > span::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  min-width: 24px;
  background: linear-gradient(90deg, rgba(48, 188, 233, 0.38), transparent);
}

.site-header .dropdown-submenu > div {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 6px;
  padding-left: 10px;
}

.site-header .dropdown-submenu > div::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 3px;
  width: 1px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(48, 188, 233, 0.42), rgba(48, 188, 233, 0.08));
}

.site-header .dropdown-submenu a {
  position: relative;
  min-height: 27px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 8px 5px 20px;
  border: 1px dashed rgba(48, 188, 233, 0.18);
  border-radius: 6px;
  color: var(--nav-muted);
  background: rgba(48, 188, 233, 0.035);
  font-size: 10px;
  font-weight: 760;
  line-height: 1.25;
  white-space: normal;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.site-header .dropdown-submenu a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid var(--primary);
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 3px;
  background: transparent;
  transform: translateY(-50%);
}

.site-header .dropdown-submenu a:hover,
.site-header .dropdown-submenu a:focus-visible {
  color: var(--nav-ink);
  background: rgba(48, 188, 233, 0.12);
  border-color: rgba(48, 188, 233, 0.34);
  transform: translateX(2px);
  outline: none;
}

.site-header .nav-dropdown.has-nested-menu .dropdown-menu {
  left: auto;
  right: 0;
  width: min(690px, calc(100vw - 36px));
  overflow: hidden;
}

.site-header .nav-dropdown.has-nested-menu .dropdown-menu-list {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.88fr) minmax(270px, 1fr);
  gap: 12px;
  min-height: 378px;
}

.site-header .nav-dropdown.has-nested-menu .dropdown-item-shell {
  grid-column: 1;
}

.site-header .nav-dropdown.has-nested-menu .dropdown-item-shell > a {
  min-height: 64px;
}

.site-header .nav-dropdown.has-nested-menu .dropdown-item-shell.has-submenu > a {
  min-height: 64px;
  padding-bottom: 10px;
}

.site-header .nav-dropdown.has-nested-menu .dropdown-item-shell.has-submenu > a::after {
  content: "";
  right: 12px;
  bottom: auto;
  top: 50%;
  width: 7px;
  height: 7px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  background: transparent;
  opacity: 0.38;
  transform: translateY(-50%) rotate(-45deg);
}

.site-header .nav-dropdown.has-nested-menu .dropdown-item-shell.has-submenu:hover > a,
.site-header .nav-dropdown.has-nested-menu .dropdown-item-shell.has-submenu:focus-within > a,
.site-header .nav-dropdown.has-nested-menu .dropdown-item-shell.has-submenu.is-submenu-open > a {
  color: var(--nav-ink);
  border-color: rgba(48, 188, 233, 0.42);
  background: rgba(48, 188, 233, 0.12);
}

.site-header .nav-dropdown.has-nested-menu .dropdown-submenu {
  position: absolute;
  inset: 0 0 0 calc(250px + 12px);
  width: auto;
  max-height: none;
  align-content: start;
  gap: 12px;
  margin: 0;
  padding: 14px;
  overflow: hidden;
  border-color: rgba(48, 188, 233, 0.22);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.12), transparent 62%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(238, 247, 251, 0.54)),
    rgba(48, 188, 233, 0.04);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(8px);
}

:root[data-theme="dark"] .site-header .nav-dropdown.has-nested-menu .dropdown-submenu {
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.1), transparent 62%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.028)),
    rgba(48, 188, 233, 0.04);
}

.site-header .nav-dropdown.has-nested-menu .dropdown-item-shell.has-submenu:hover .dropdown-submenu,
.site-header .nav-dropdown.has-nested-menu .dropdown-item-shell.has-submenu:focus-within .dropdown-submenu,
.site-header .nav-dropdown.has-nested-menu .dropdown-item-shell.has-submenu.is-submenu-open .dropdown-submenu {
  margin: 0;
  padding: 14px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.site-header .nav-dropdown.has-nested-menu .dropdown-submenu > span {
  min-height: 24px;
  font-size: 11px;
}

.site-header .nav-dropdown.has-nested-menu .dropdown-submenu > div {
  grid-template-columns: 1fr;
  gap: 7px;
  padding-left: 0;
}

.site-header .nav-dropdown.has-nested-menu .dropdown-submenu > div::before {
  display: none;
}

.site-header .nav-dropdown.has-nested-menu .dropdown-submenu a {
  min-height: 36px;
  padding: 8px 10px 8px 28px;
  border-style: solid;
  background: rgba(255, 255, 255, 0.36);
  font-size: 11px;
  font-weight: 800;
}

:root[data-theme="dark"] .site-header .nav-dropdown.has-nested-menu .dropdown-submenu a {
  background: rgba(255, 255, 255, 0.045);
}

.site-header .nav-dropdown.has-nested-menu .dropdown-submenu a::before {
  left: 11px;
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 12px rgba(48, 188, 233, 0.26);
}

.site-header .dropdown-section-label {
  grid-column: 1 / -1;
  min-height: 26px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-dark);
  font-size: 10.5px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-header .dropdown-section-label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 14px rgba(48, 188, 233, 0.28);
}

.site-header .dropdown-menu-list > a,
.site-header .dropdown-item-shell > a {
  position: relative;
  min-height: 64px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  justify-content: stretch;
  padding: 10px 9px;
  border: 1px solid rgba(48, 188, 233, 0.12);
  border-radius: 6px;
  color: var(--nav-ink);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.075), transparent 62%),
    rgba(255, 255, 255, 0.38);
  box-shadow: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  white-space: normal;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

:root[data-theme="dark"] .site-header .dropdown-menu-list > a,
:root[data-theme="dark"] .site-header .dropdown-item-shell > a {
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.08), transparent 62%),
    rgba(255, 255, 255, 0.045);
}

.site-header .dropdown-item-index {
  width: 29px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.site-header .dropdown-item-copy {
  min-width: 0;
}

.site-header .dropdown-item-copy strong {
  display: block;
  color: currentColor;
  font-size: 12.6px;
  font-weight: 880;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.site-header .dropdown-item-copy small {
  display: block;
  margin-top: 3px;
  color: var(--nav-muted);
  font-size: 11px;
  font-weight: 720;
  line-height: 1.2;
}

.site-header .dropdown-menu-list > a:hover,
.site-header .dropdown-menu-list > a:focus-visible,
.site-header .dropdown-item-shell > a:hover,
.site-header .dropdown-item-shell > a:focus-visible {
  color: var(--nav-ink);
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.13), transparent 62%),
    rgba(48, 188, 233, 0.1);
  border-color: rgba(48, 188, 233, 0.44);
  transform: translateY(-2px);
  outline: none;
}

.site-header .header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-header .nav-search,
.site-header .theme-toggle {
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--nav-line);
  border-radius: 8px;
  color: var(--nav-ink);
  background: var(--nav-control-bg);
  box-shadow: none;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-header .theme-toggle {
  width: 78px;
  min-width: 78px;
  padding: 0 8px;
}

.site-header .nav-search::after {
  content: none !important;
}

.site-header .nav-search:hover,
.site-header .nav-search:focus-visible,
.site-header .theme-toggle:hover,
.site-header .theme-toggle:focus-visible {
  color: var(--nav-ink);
  background: var(--nav-hover);
  border-color: rgba(41, 184, 232, 0.42);
  transform: translateY(-1px);
  outline: none;
}

.site-header .theme-toggle-track {
  position: relative;
  width: 58px;
  height: 28px;
  flex: 0 0 58px;
  border: 1px solid rgba(41, 184, 232, 0.24);
  border-radius: 999px;
  background:
    radial-gradient(circle at 22% 50%, rgba(255, 205, 94, 0.38), transparent 20%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(41, 184, 232, 0.18)),
    var(--nav-control-bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -10px 18px rgba(41, 184, 232, 0.08);
  overflow: hidden;
}

.site-header .theme-toggle-track::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f5bd3f;
  box-shadow: 0 0 0 4px rgba(245, 189, 63, 0.18), 0 0 14px rgba(245, 189, 63, 0.36);
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 180ms ease;
}

.site-header .theme-toggle-core {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 32%, rgba(255, 255, 255, 0.95) 0 12%, transparent 13%),
    linear-gradient(135deg, #ffffff 0%, #c9f4ff 100%);
  box-shadow: 0 7px 16px rgba(20, 31, 40, 0.18);
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.site-header .theme-toggle-track::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cfefff;
  box-shadow: inset -3px -2px 0 0 #23303d, 0 0 12px rgba(53, 196, 238, 0.18);
  opacity: 0.46;
  transform: translateY(-50%);
  transition: opacity 180ms ease;
}

:root[data-theme="dark"] .site-header .theme-toggle-track {
  border-color: rgba(53, 196, 238, 0.3);
  background:
    radial-gradient(circle at 74% 28%, rgba(53, 196, 238, 0.24), transparent 22%),
    linear-gradient(90deg, rgba(10, 16, 23, 0.9), rgba(22, 42, 54, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -12px 20px rgba(0, 0, 0, 0.24);
}

:root[data-theme="dark"] .site-header .theme-toggle-core {
  background:
    radial-gradient(circle at 65% 35%, #0d141c 0 32%, transparent 33%),
    linear-gradient(135deg, #dff8ff 0%, #7edbf3 100%);
  box-shadow: 0 7px 18px rgba(53, 196, 238, 0.22);
  transform: translateX(30px);
}

:root[data-theme="dark"] .site-header .theme-toggle-track::before {
  opacity: 0.32;
}

:root[data-theme="dark"] .site-header .theme-toggle-track::after {
  opacity: 1;
}

.site-header .theme-toggle-label {
  display: none;
}

.site-header .header-help {
  min-height: 56px;
  min-width: 230px;
  display: inline-grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 11px;
  padding: 8px 15px;
  border: 1px solid var(--nav-line);
  border-radius: 8px;
  color: var(--nav-ink);
  background:
    linear-gradient(135deg, rgba(41, 184, 232, 0.12), rgba(255, 255, 255, 0.05)),
    var(--nav-control-bg);
  box-shadow: none;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.site-header .header-help:hover,
.site-header .header-help:focus-visible {
  border-color: rgba(41, 184, 232, 0.48);
  background:
    linear-gradient(135deg, rgba(41, 184, 232, 0.18), rgba(255, 255, 255, 0.08)),
    var(--nav-control-bg);
  box-shadow: 0 16px 32px rgba(41, 184, 232, 0.14);
  transform: translateY(-1px);
  outline: none;
}

.site-header .header-help-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--nav-accent);
  background: rgba(41, 184, 232, 0.1);
}

.site-header .header-help-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.35;
}

.site-header .header-help-copy {
  display: grid;
  gap: 3px;
  line-height: 1;
}

.site-header .header-help-copy span {
  color: var(--nav-muted);
  font-size: 11.5px;
  font-weight: 850;
}

.site-header .header-help-copy strong {
  color: var(--nav-ink);
  font-size: 15.5px;
  font-weight: 900;
  letter-spacing: 0;
}

@media (max-width: 1180px) {
  .site-nav.nav-shell {
    grid-template-columns: minmax(178px, 220px) minmax(0, 1fr);
    gap: 20px;
  }

  .site-header .brand-logo,
  .site-header .brand img {
    width: 196px;
  }

  .site-header .nav-links > a,
  .site-header .nav-links > .nav-dropdown > .dropdown-trigger {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 13px;
  }

  .site-header .header-help {
    min-width: 204px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .site-header .header-help-copy strong {
    font-size: 14px;
  }
}

@media (max-width: 1180px) {
  .site-header {
    padding: 0;
  }

  .site-header .header-topbar {
    min-height: 42px;
  }

  .site-header .header-frame {
    min-height: 42px;
    gap: 10px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .site-header .top-contact {
    gap: 4px 10px;
  }

  .site-header .top-contact a {
    min-height: 24px;
    font-size: 12px;
  }

  .site-header .header-socials {
    gap: 5px;
  }

  .site-header .header-socials .social-link {
    width: 28px;
    height: 28px;
  }

  .site-nav.nav-shell {
    position: relative;
    min-height: 78px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-right: 68px;
    padding-left: 14px;
  }

  .site-header .brand {
    min-height: auto;
    padding: 8px 0;
  }

  .site-header .brand-logo,
  .site-header .brand img {
    width: 184px;
    max-height: 54px;
  }

  .site-header .menu-toggle {
    width: 42px;
    height: 42px;
    min-width: 42px;
    position: fixed !important;
    top: 57px !important;
    right: 14px !important;
    z-index: 1000;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-left: 0;
    transform: none;
    border: 1px solid var(--nav-line);
    border-radius: 8px;
    background: var(--nav-menu-bg);
    box-shadow: 0 12px 28px rgba(20, 31, 40, 0.14);
  }

  .site-header .menu-toggle span {
    width: 19px;
    height: 2px;
    background: var(--nav-ink);
  }

  .site-header .primary-menu {
    position: fixed;
    top: 124px;
    right: 14px;
    left: 14px;
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-height: calc(100vh - 138px);
    max-height: calc(100dvh - 138px);
    padding: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    touch-action: pan-y;
    border: 1px solid var(--nav-line);
    border-radius: 8px;
    background: var(--nav-menu-bg);
    box-shadow: var(--nav-shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .menu-open .site-header .primary-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header .nav-links {
    display: grid;
    justify-content: stretch;
    gap: 4px;
  }

  .site-header .nav-links > a,
  .site-header .nav-links > .nav-dropdown > .dropdown-trigger,
  .site-header .primary-menu a {
    min-height: 44px;
    justify-content: flex-start;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: var(--nav-muted);
  }

  .site-header .dropdown-menu,
  .site-header .nav-dropdown.wide .dropdown-menu {
    position: static;
    width: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    margin: 3px 0 8px;
    padding: 4px 0 0 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-header .dropdown-menu::before {
    display: none;
  }

  .site-header .dropdown-menu-head {
    min-height: 30px;
    padding: 0 10px 4px;
    border-bottom: 0;
  }

  .site-header .dropdown-menu-head strong {
    display: none;
  }

  .site-header .dropdown-menu-list,
  .site-header .nav-dropdown.wide .dropdown-menu-list {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-header .dropdown-menu-list > a,
  .site-header .dropdown-item-shell > a {
    min-height: 46px;
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 7px 10px;
    background: rgba(48, 188, 233, 0.055);
  }

  .site-header .dropdown-item-shell.has-submenu > a {
    min-height: 52px;
    padding-bottom: 7px;
  }

  .site-header .dropdown-item-shell.has-submenu > a::after {
    display: none;
  }

  .site-header .dropdown-submenu {
    position: static;
    width: auto;
    max-height: none;
    gap: 6px;
    overflow: visible;
    margin: 4px 0 8px 30px;
    padding: 8px 9px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
  }

  .site-header .nav-dropdown.has-nested-menu .dropdown-menu {
    position: static;
    right: auto;
    width: auto;
    overflow: visible;
  }

  .site-header .nav-dropdown.has-nested-menu .dropdown-menu-list {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .site-header .nav-dropdown.has-nested-menu .dropdown-item-shell {
    grid-column: auto;
  }

  .site-header .nav-dropdown.has-nested-menu .dropdown-item-shell > a,
  .site-header .nav-dropdown.has-nested-menu .dropdown-item-shell.has-submenu > a {
    min-height: 52px;
    padding: 7px 10px;
  }

  .site-header .nav-dropdown.has-nested-menu .dropdown-item-shell.has-submenu > a::after {
    display: none;
  }

  .site-header .nav-dropdown.has-nested-menu .dropdown-submenu {
    position: static;
    inset: auto;
    width: auto;
    max-height: none;
    margin: 4px 0 8px 30px;
    padding: 8px 9px;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
  }

  .site-header .dropdown-submenu > div {
    grid-template-columns: 1fr;
  }

  .site-header .dropdown-submenu a {
    min-height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 10.5px;
  }

  .site-header .dropdown-item-index {
    width: 26px;
    height: 26px;
    border-radius: 7px;
  }

  .site-header .dropdown-item-copy small {
    display: none;
  }

  .site-header .header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .site-header .nav-search,
  .site-header .theme-toggle {
    width: 100%;
    min-width: 0;
  }

  .site-header .theme-toggle {
    gap: 8px;
    justify-content: center;
  }

  .site-header .theme-toggle-label {
    display: none;
  }

  .site-header .nav-search::after {
    content: "Ara" !important;
    margin-left: 8px;
    color: inherit;
    font-size: 13px;
    font-weight: 850;
  }

  .site-header .header-help {
    width: 100%;
    min-width: 0;
    grid-column: 1 / -1;
  }

  .site-header .header-help-copy strong {
    font-size: 15px;
  }
}

body.menu-open .site-header {
  z-index: 1000;
}

@media (max-width: 1180px) {
  body.menu-open {
    padding-top: var(--menu-header-height, 0px);
  }

  body.menu-open .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
}

body.menu-open .home-section-panel,
body.menu-open .floating-actions {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 520px) {
  .site-header {
    padding: 0;
  }

  .site-header .header-topbar {
    min-height: auto;
    padding: 6px 0;
  }

  .site-header .header-frame {
    min-height: auto;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding-right: 12px;
    padding-left: 12px;
  }

  .site-header .top-contact {
    gap: 3px 8px;
  }

  .site-header .top-contact a {
    font-size: 11.5px;
  }

  .site-header .top-contact svg {
    width: 13px;
    height: 13px;
    flex-basis: 13px;
  }

  .site-header .header-socials {
    display: none;
  }

  .site-header .brand-logo,
  .site-header .brand img {
    width: 158px;
  }

  .site-nav.nav-shell {
    padding-right: 64px;
    padding-left: 12px;
  }

  .site-header .primary-menu {
    top: 128px;
    right: 10px;
    left: 10px;
  }

  .site-header .menu-toggle {
    top: 62px !important;
    right: max(14px, calc((100vw - 390px) + 14px)) !important;
  }
}

.legal-page .page-hero h1 {
  max-width: 860px;
}

.legal-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.legal-content h2 {
  margin: 32px 0 12px;
  color: var(--ink);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.15;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 16px;
}

.legal-content ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 20px;
}

.legal-note {
  margin-top: 28px;
  padding: 16px;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(48, 188, 233, 0.08);
  font-weight: 800;
}

@media (max-width: 760px) {
  .legal-page .page-hero h1 {
    max-width: min(340px, calc(100vw - 32px));
    font-size: clamp(28px, 7.5vw, 34px);
    overflow-wrap: anywhere;
  }

  .legal-content {
    padding: 24px;
  }
}

.legal-page .corporate-hub-hero {
  min-height: calc(100svh - 82px);
  display: flex;
  align-items: center;
  padding: clamp(48px, 6vw, 76px) 0;
}

.legal-page .corporate-hub-hero .corporate-hero-copy h1 {
  max-width: 680px;
  font-size: clamp(38px, 4.8vw, 62px);
}

.corporate-page.legal-page {
  --legal-sticky-top: 144px;
  --legal-anchor-offset: 164px;
  overflow: visible;
}

.cookie-policy-hero {
  min-height: clamp(500px, 62svh, 600px);
  display: flex;
  align-items: center;
  padding: clamp(36px, 5vw, 54px) 0;
}

.cookie-policy-hero::after {
  content: none;
  display: none;
}

.cookie-policy-hero-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 520px);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.cookie-policy-hero-copy {
  min-width: 0;
  max-width: 640px;
}

.cookie-policy-hero-copy .eyebrow {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 13px;
  border: 1px solid var(--hero-pill-border);
  border-radius: 999px;
  color: var(--hero-pill-ink);
  background: var(--hero-pill-bg);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(48, 188, 233, 0.12);
}

.cookie-policy-hero-copy h1 {
  max-width: 640px;
  margin: 0;
  color: var(--hero-ink);
  font-size: clamp(44px, 5.8vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.cookie-policy-hero-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin: 22px 0 0;
  color: var(--hero-muted);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.7;
}

.cookie-policy-update span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 4px rgba(48, 188, 233, 0.11), 0 0 14px rgba(48, 188, 233, 0.32);
  animation: cookie-update-dot-pulse 1.35s ease-in-out infinite;
}

@keyframes cookie-update-dot-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 4px rgba(48, 188, 233, 0.11), 0 0 14px rgba(48, 188, 233, 0.32);
  }

  50% {
    opacity: 0.45;
    transform: scale(0.74);
    box-shadow: 0 0 0 2px rgba(48, 188, 233, 0.08), 0 0 6px rgba(48, 188, 233, 0.16);
  }
}

.cookie-policy-control-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(238, 247, 251, 0.7)),
    var(--surface);
  box-shadow:
    0 30px 82px rgba(20, 61, 76, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(18px) saturate(130%);
}

.cookie-policy-control-panel::before,
.cookie-policy-control-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.cookie-policy-control-panel::before {
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(135deg, transparent, #000 18%, #000 82%, transparent);
}

.cookie-policy-control-panel::after {
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), #236cf4, #14b8a6, transparent);
  box-shadow: 0 0 24px rgba(48, 188, 233, 0.28);
}

:root[data-theme="dark"] .cookie-policy-control-panel {
  background:
    linear-gradient(145deg, rgba(18, 27, 36, 0.84), rgba(8, 18, 32, 0.68)),
    var(--surface);
  box-shadow:
    0 30px 82px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cookie-policy-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 4px 4px 16px;
}

.cookie-policy-panel-head span,
.cookie-policy-status-item small,
.cookie-policy-update span {
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.cookie-policy-panel-head strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.cookie-policy-status-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cookie-policy-status-item {
  position: relative;
  min-height: 142px;
  display: grid;
  align-content: end;
  gap: 7px;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.52)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.2),
    0 14px 34px rgba(21, 23, 27, 0.045);
}

.cookie-policy-status-item.is-required {
  min-height: 142px;
}

.cookie-policy-status-item.is-muted {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(246, 250, 252, 0.54)),
    var(--surface);
}

:root[data-theme="dark"] .cookie-policy-status-item {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.026)),
    var(--surface);
  box-shadow:
    inset 2px 0 0 rgba(48, 188, 233, 0.22),
    0 18px 46px rgba(0, 0, 0, 0.18);
}

.cookie-policy-status-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(48, 188, 233, 0.28);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
}

.cookie-policy-status-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cookie-policy-status-item strong {
  max-width: calc(100% - 44px);
  color: var(--ink);
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 950;
  line-height: 1.02;
}

.cookie-policy-status-item p {
  max-width: 96%;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.42;
}

.cookie-policy-update {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 10px;
  padding: 14px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.5);
}

:root[data-theme="dark"] .cookie-policy-update {
  background: rgba(255, 255, 255, 0.05);
}

.cookie-policy-update span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cookie-policy-update strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
}

.legal-document-section {
  padding: clamp(58px, 7vw, 92px) 0 clamp(70px, 9vw, 116px);
  border-top: 1px solid rgba(18, 57, 72, 0.08);
  background: var(--surface-soft);
}

.legal-document-shell {
  display: grid;
  grid-template-columns: minmax(280px, 328px) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: start;
}

.legal-document-shell-single {
  grid-template-columns: minmax(0, 1fr);
}

.legal-document-sidebar {
  position: sticky;
  top: var(--legal-sticky-top);
  z-index: 6;
  align-self: start;
}

.legal-document-sidebar-card,
.legal-document {
  border: 1px solid rgba(18, 57, 72, 0.12);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 46px rgba(21, 23, 27, 0.06);
}

.legal-document-sidebar-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  max-height: calc(100svh - var(--legal-sticky-top) - 44px);
  overflow: hidden;
  background: var(--surface);
}

.legal-document-sidebar-card::before {
  content: none;
}

.legal-document-sidebar-card::after {
  content: none;
}

.legal-document-sidebar-head {
  position: relative;
  z-index: 1;
  padding: 22px 22px 18px;
  border-bottom: 1px solid rgba(18, 57, 72, 0.1);
  background: var(--surface);
}

.legal-document-sidebar-head span,
.legal-document-kicker,
.legal-document-facts dt,
.legal-document-search label {
  color: #277f99;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.legal-document-sidebar-head h2 {
  margin: 8px 0 6px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.12;
}

.legal-document-sidebar-head p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 800;
}

.legal-document-facts {
  display: grid;
  margin: 0;
  padding: 16px 22px;
  border-bottom: 1px solid rgba(18, 57, 72, 0.1);
  gap: 12px;
  position: relative;
  z-index: 1;
}

.legal-document-facts div {
  display: grid;
  gap: 4px;
  padding: 0 0 0 12px;
  border-left: 2px solid rgba(48, 188, 233, 0.35);
  background: transparent;
  box-shadow: none;
}

.legal-document-facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.legal-document-facts a {
  color: #277f99;
}

.legal-document-search {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 15px 22px 16px;
  border-bottom: 1px solid rgba(18, 57, 72, 0.1);
}

.legal-document-search label {
  display: block;
  margin-bottom: 8px;
}

.legal-document-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.legal-document-search input,
.legal-document-search button {
  min-height: 42px;
  border: 1px solid rgba(18, 57, 72, 0.16);
  border-radius: 4px;
  font: inherit;
}

.legal-document-search input {
  width: 100%;
  min-width: 0;
  padding: 0 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  outline: none;
}

.legal-document-search input:focus {
  border-color: rgba(39, 127, 153, 0.58);
  box-shadow: 0 0 0 3px rgba(48, 188, 233, 0.13);
}

.legal-document-search button {
  padding: 0 13px;
  color: #17647c;
  background: rgba(48, 188, 233, 0.08);
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.legal-document-search button:hover,
.legal-document-search button:focus-visible {
  color: #0f556b;
  border-color: rgba(39, 127, 153, 0.45);
  background: rgba(48, 188, 233, 0.14);
  outline: none;
}

.legal-document-search-nav {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 8px;
  align-items: center;
  margin-top: 9px;
}

.legal-document-search-nav button {
  display: grid;
  place-items: center;
  padding: 0;
}

.legal-document-search-nav button:disabled {
  color: rgba(86, 100, 114, 0.45);
  border-color: rgba(18, 57, 72, 0.08);
  background: rgba(18, 57, 72, 0.035);
  cursor: not-allowed;
}

.legal-document-search-nav svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.legal-document-search-nav span {
  min-width: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
  text-align: center;
}

.legal-document-search-result {
  min-height: 18px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}

.legal-document-toc {
  position: relative;
  z-index: 1;
  min-height: 0;
  max-height: none;
  overflow: auto;
  padding: 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(39, 127, 153, 0.45) transparent;
}

.legal-document-toc a {
  min-height: 44px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 9px 10px;
  border-left: 3px solid transparent;
  border-radius: 4px;
  color: var(--ink);
  background: transparent;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.legal-document-toc a + a {
  margin-top: 2px;
}

.legal-document-toc a:hover,
.legal-document-toc a:focus-visible,
.legal-document-toc a.is-active {
  color: #17647c;
  border-left-color: #277f99;
  background: rgba(48, 188, 233, 0.08);
  outline: none;
}

.legal-document-toc span {
  color: #277f99;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
}

.legal-document-toc a.is-active span,
.legal-document-toc a:hover span,
.legal-document-toc a:focus-visible span {
  color: #17647c;
}

.legal-document-toc strong {
  min-width: 0;
  font-size: 13.25px;
  font-weight: 850;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.legal-document-cover {
  scroll-margin-top: var(--legal-anchor-offset);
  padding: clamp(28px, 5vw, 52px);
  border-bottom: 1px solid rgba(18, 57, 72, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(235, 248, 252, 0.78)),
    var(--surface);
}

.legal-document-kicker {
  margin: 0 0 12px;
}

.legal-document-cover h2 {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.legal-document-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(18, 57, 72, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
}

.legal-document-status div {
  min-width: 0;
  padding: 16px 18px;
}

.legal-document-status div + div {
  border-left: 1px solid rgba(18, 57, 72, 0.1);
}

.legal-document-status span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.legal-document-status strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.legal-document-blocks {
  padding: clamp(24px, 4.8vw, 52px);
}

.legal-document-block {
  scroll-margin-top: var(--legal-anchor-offset);
  padding: clamp(28px, 4.2vw, 46px) 0 0;
  border-top: 1px solid rgba(18, 57, 72, 0.1);
}

.legal-document-block:first-child {
  padding-top: 0;
  border-top: 0;
}

.legal-document-block + .legal-document-block {
  margin-top: clamp(24px, 4vw, 42px);
}

.legal-document-block h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 900;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.legal-document-block p,
.legal-document-block li {
  color: var(--muted);
  font-size: 16px;
  font-weight: 520;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.legal-document-block p {
  margin: 14px 0 0;
}

.legal-text-subtitle {
  margin: clamp(26px, 3.2vw, 38px) 0 0;
  padding: 12px 0 12px 16px;
  border-left: 3px solid rgba(39, 127, 153, 0.72);
  border-top: 1px solid rgba(18, 57, 72, 0.1);
  color: var(--ink);
  background: linear-gradient(90deg, rgba(48, 188, 233, 0.08), transparent 72%);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 900;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.legal-text-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 15px 18px 15px 30px;
  border: 1px solid rgba(18, 57, 72, 0.1);
  border-radius: 6px;
  background: rgba(18, 57, 72, 0.028);
}

.legal-text-list li {
  margin: 0;
  padding-left: 3px;
}

.legal-document-block-intro h2 {
  font-size: clamp(24px, 3vw, 36px);
}

.legal-document-block-intro p {
  color: var(--ink);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.65;
}

.legal-document-block.is-search-match {
  border-top-color: rgba(39, 127, 153, 0.38);
  outline: 1px solid rgba(39, 127, 153, 0.24);
  outline-offset: 14px;
  background: linear-gradient(90deg, rgba(48, 188, 233, 0.045), transparent 72%);
}

.legal-search-highlight {
  scroll-margin-top: var(--legal-anchor-offset);
  padding: 0 0.14em;
  border-radius: 3px;
  color: #102733;
  background: rgba(255, 214, 92, 0.58);
  box-shadow: inset 0 -1px 0 rgba(159, 112, 0, 0.35);
  font-weight: 850;
}

.legal-search-highlight.is-current {
  color: #071923;
  background: rgba(255, 184, 37, 0.82);
  box-shadow:
    inset 0 -1px 0 rgba(120, 78, 0, 0.42),
    0 0 0 2px rgba(255, 184, 37, 0.26);
}

:root[data-theme="dark"] .legal-document-section {
  border-top-color: rgba(255, 255, 255, 0.08);
  background: var(--page-bg);
}

:root[data-theme="dark"] .legal-document-sidebar-card,
:root[data-theme="dark"] .legal-document {
  border-color: rgba(255, 255, 255, 0.11);
  background: var(--surface);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.26);
}

:root[data-theme="dark"] .legal-document-sidebar-card {
  background: var(--surface);
}

:root[data-theme="dark"] .legal-document-sidebar-head,
:root[data-theme="dark"] .legal-document-cover {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: var(--surface);
}

:root[data-theme="dark"] .legal-document-facts,
:root[data-theme="dark"] .legal-document-search,
:root[data-theme="dark"] .legal-document-block,
:root[data-theme="dark"] .legal-document-status div + div {
  border-color: rgba(255, 255, 255, 0.1);
}

:root[data-theme="dark"] .legal-document-facts div {
  border-left-color: rgba(66, 201, 243, 0.35);
  background: transparent;
  box-shadow: none;
}

:root[data-theme="dark"] .legal-document-status {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] .legal-document-search input,
:root[data-theme="dark"] .legal-document-search button {
  border-color: rgba(255, 255, 255, 0.12);
}

:root[data-theme="dark"] .legal-document-search input {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.045);
}

:root[data-theme="dark"] .legal-document-search button {
  color: #76daf6;
  background: rgba(66, 201, 243, 0.08);
}

:root[data-theme="dark"] .legal-document-search-nav button:disabled {
  color: rgba(155, 170, 183, 0.42);
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

:root[data-theme="dark"] .legal-text-subtitle {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(66, 201, 243, 0.64);
  background: linear-gradient(90deg, rgba(66, 201, 243, 0.08), transparent 72%);
}

:root[data-theme="dark"] .legal-text-list {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

:root[data-theme="dark"] .legal-document-block.is-search-match {
  border-top-color: rgba(66, 201, 243, 0.44);
  outline-color: rgba(66, 201, 243, 0.22);
  background: linear-gradient(90deg, rgba(66, 201, 243, 0.06), transparent 72%);
}

:root[data-theme="dark"] .legal-search-highlight {
  color: #f8fbfd;
  background: rgba(178, 124, 16, 0.58);
  box-shadow: inset 0 -1px 0 rgba(255, 221, 126, 0.28);
}

:root[data-theme="dark"] .legal-search-highlight.is-current {
  color: #ffffff;
  background: rgba(218, 150, 20, 0.82);
  box-shadow:
    inset 0 -1px 0 rgba(255, 221, 126, 0.3),
    0 0 0 2px rgba(218, 150, 20, 0.22);
}

:root[data-theme="dark"] .legal-document-toc a:hover,
:root[data-theme="dark"] .legal-document-toc a:focus-visible,
:root[data-theme="dark"] .legal-document-toc a.is-active {
  color: #76daf6;
  border-left-color: #42c9f3;
  background: rgba(66, 201, 243, 0.08);
}

:root[data-theme="dark"] .legal-document-toc span {
  color: #76daf6;
}

:root[data-theme="dark"] .legal-document-toc a.is-active span,
:root[data-theme="dark"] .legal-document-toc a:hover span,
:root[data-theme="dark"] .legal-document-toc a:focus-visible span {
  color: #76daf6;
}

@media (max-width: 1080px) {
  .cookie-policy-hero {
    min-height: 0;
  }

  .cookie-policy-hero-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cookie-policy-hero-copy,
  .cookie-policy-hero-copy h1,
  .cookie-policy-hero-copy > p:not(.eyebrow) {
    max-width: 760px;
  }

  .legal-document-shell {
    grid-template-columns: 1fr;
  }

  .legal-document-sidebar {
    position: static;
  }

  .legal-document-sidebar-card {
    max-height: none;
  }

  .legal-document-toc {
    max-height: 340px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 4px;
  }

  .legal-document-toc a + a {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .legal-page .corporate-hub-hero .corporate-hero-copy h1,
  .cookie-policy-hero-copy h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .cookie-policy-hero {
    padding: 36px 0 42px;
  }

  .cookie-policy-hero-copy > p:not(.eyebrow) {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .cookie-policy-control-panel {
    padding: 14px;
  }

  .cookie-policy-panel-head {
    display: grid;
    justify-content: stretch;
    gap: 5px;
  }

  .cookie-policy-status-grid {
    grid-template-columns: 1fr;
  }

  .cookie-policy-status-item,
  .cookie-policy-status-item.is-required {
    min-height: 142px;
    padding: 16px;
  }

  .cookie-policy-status-item strong {
    font-size: 22px;
  }

  .cookie-policy-update {
    display: grid;
    justify-content: stretch;
  }

  .legal-document-section {
    padding-top: 36px;
  }

  .legal-document-sidebar-card {
    max-height: none;
  }

  .legal-document-sidebar-head {
    padding-top: 18px;
    padding-bottom: 14px;
  }

  .legal-document-sidebar-head h2 {
    font-size: 22px;
  }

  .legal-document-sidebar-head,
  .legal-document-facts,
  .legal-document-search,
  .legal-document-toc {
    padding-right: 16px;
    padding-left: 16px;
  }

  .legal-document-facts {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  .legal-document-facts div {
    padding: 10px;
  }

  .legal-document-facts div:last-child {
    grid-column: 1 / -1;
  }

  .legal-document-toc {
    grid-template-columns: 1fr;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .legal-document-toc a {
    min-height: 46px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 9px 10px;
  }

  .legal-document-toc span {
    width: 28px;
    height: 28px;
  }

  .legal-document-cover {
    padding: 24px;
  }

  .legal-document-cover h2 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .legal-document-status {
    grid-template-columns: 1fr;
  }

  .legal-document-status div + div {
    border-top: 1px solid rgba(18, 57, 72, 0.1);
    border-left: 0;
  }

  .legal-document-blocks {
    padding: 22px;
  }

  .legal-document-block h2 {
    font-size: clamp(21px, 6vw, 28px);
  }

  .legal-text-subtitle {
    padding-left: 12px;
    font-size: clamp(17px, 4.8vw, 20px);
  }

  .legal-document-block p,
  .legal-document-block li {
    font-size: 14.5px;
    line-height: 1.7;
  }
}

@media print {
  .legal-page .site-header,
  .legal-page .site-footer,
  .legal-page .corporate-hub-hero,
  .legal-document-sidebar {
    display: none !important;
  }

  .legal-document-section {
    padding: 0;
    background: #ffffff;
  }

  .legal-document-shell {
    display: block;
    width: 100%;
    max-width: none;
  }

  .legal-document {
    border: 0;
    box-shadow: none;
  }

  .legal-document-cover,
  .legal-document-blocks {
    padding: 0;
  }
}

/* Home motion layer */
.live-section {
  position: relative;
}

.live-section > :not(.motion-field) {
  position: relative;
  z-index: 1;
}

.motion-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  contain: paint;
  pointer-events: none;
}

.motion-trace {
  position: absolute;
  left: var(--trace-x, 50%);
  top: var(--trace-y, 50%);
  width: var(--trace-width, 84px);
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(48, 188, 233, 0.44), transparent);
  opacity: 0;
  transform: translate3d(-18px, 0, 0) rotate(var(--trace-angle, 0deg));
  animation: none;
}

.live-section.is-motion-active .motion-trace {
  animation: motion-trace-live var(--trace-duration, 9s) ease-in-out infinite;
  animation-delay: var(--trace-delay, 0s);
}

.motion-trace::after {
  content: "";
  position: absolute;
  right: 6px;
  top: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(48, 188, 233, 0.38);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 0 18px rgba(48, 188, 233, 0.18);
}

:root[data-theme="dark"] .motion-trace {
  background: linear-gradient(90deg, transparent, rgba(88, 196, 239, 0.36), transparent);
}

:root[data-theme="dark"] .motion-trace::after {
  background: rgba(11, 24, 36, 0.72);
}

.home-animations-ready .motion-reveal {
  --reveal-x: 0px;
  --reveal-y: 24px;
  --reveal-scale: 1;
  opacity: 0;
  filter: blur(4px);
  transform:
    translate3d(var(--motion-base-x, 0px), var(--motion-base-y, 0px), 0)
    translate3d(var(--motion-x, 0px), var(--motion-y, 0px), 0)
    translate3d(var(--reveal-x), var(--reveal-y), 0)
    scale(var(--reveal-scale));
  transition:
    opacity 720ms ease,
    filter 720ms ease,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--motion-delay, 0ms);
}

.home-animations-ready .hero-brand-visual.motion-reveal,
.home-animations-ready .services-architecture.motion-reveal,
.home-animations-ready .consultation-diagnostics.motion-reveal {
  --reveal-x: 28px;
  --reveal-y: 0px;
  --reveal-scale: 0.985;
}

.home-animations-ready .motion-reveal.is-visible {
  --reveal-x: 0px;
  --reveal-y: 0px;
  --reveal-scale: 1;
  opacity: 1;
  filter: blur(0);
}

.home-animations-ready .why-hero-copy .motion-reveal,
.home-animations-ready .why-hero-actions .btn.motion-reveal,
.home-animations-ready .why-hero-visual.motion-reveal {
  --reveal-x: 0px;
  --reveal-y: 0px;
  opacity: 1;
  filter: blur(0);
}

.motion-parallax {
  transform:
    translate3d(var(--motion-base-x, 0px), var(--motion-base-y, 0px), 0)
    translate3d(var(--motion-x, 0px), var(--motion-y, 0px), 0)
    translate3d(var(--reveal-x, 0px), var(--reveal-y, 0px), 0)
    scale(var(--reveal-scale, 1));
}

.live-section.is-motion-active .motion-parallax {
  will-change: transform;
}

.home-animations-ready .motion-parallax.motion-reveal.is-visible {
  transition:
    opacity 720ms ease,
    filter 720ms ease;
  transition-delay: var(--motion-delay, 0ms);
}

.live-section-hero.is-motion-active .hero-logo {
  animation: home-logo-drift 7.4s ease-in-out infinite;
}

.live-section-hero.is-motion-active .btn-primary,
.live-section-consultation.is-motion-active .consultation-action.primary {
  animation: home-primary-breathe 5.8s ease-in-out infinite;
}

.live-section-corporate.is-motion-active .ops-core {
  animation: home-ops-core 4.8s ease-in-out infinite;
}

.live-section-corporate.is-motion-active .ops-core::before {
  animation: home-ring-breathe 4.8s ease-in-out infinite;
}

.live-section-corporate.is-motion-active .ops-core::after {
  animation: home-ring-breathe 4.8s ease-in-out 600ms infinite;
}

.live-section-corporate.is-motion-active .ops-node {
  animation: home-node-wake 4.8s ease-in-out infinite;
}

.live-section-corporate.is-motion-active .ops-node-b {
  animation-delay: 620ms;
}

.live-section-corporate.is-motion-active .ops-node-c {
  animation-delay: 1240ms;
}

.live-section-corporate.is-motion-active .ops-path {
  overflow: hidden;
}

.live-section-corporate.is-motion-active .ops-path::after {
  content: "";
  position: absolute;
  inset: -1px 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85), transparent);
  transform: translateX(-105%);
  animation: home-path-flow 3.8s ease-in-out infinite;
}

.live-section-corporate.is-motion-active .ops-path-b::after {
  animation-delay: 820ms;
}

.live-section-corporate.is-motion-active .ops-path-c::after {
  animation-delay: 1480ms;
}

.live-section-services.is-motion-active .architecture-core span:nth-child(1),
.live-section-consultation.is-motion-active .diagnostic-core span:nth-child(1) {
  animation: home-core-breathe 4.6s ease-in-out infinite;
}

.live-section-services.is-motion-active .architecture-core span:nth-child(2),
.live-section-consultation.is-motion-active .diagnostic-core span:nth-child(2) {
  animation: home-ring-breathe 5.2s ease-in-out infinite;
}

.live-section-services.is-motion-active .architecture-core span:nth-child(3),
.live-section-consultation.is-motion-active .diagnostic-core span:nth-child(3) {
  animation: home-ring-breathe 5.2s ease-in-out 760ms infinite;
}

.live-section-services.is-motion-active .architecture-rows span {
  animation: home-node-wake 4s ease-in-out infinite;
}

.live-section-services.is-motion-active .architecture-rows div:nth-child(2) span {
  animation-delay: 520ms;
}

.live-section-services.is-motion-active .architecture-rows div:nth-child(3) span {
  animation-delay: 1040ms;
}

.live-section-operations.is-motion-active .home-operations-flow::after {
  animation: operations-flow-scan 6.4s ease-in-out infinite;
}

.live-section-operations.is-motion-active .home-operations-flow-head span::before {
  animation: operations-live-dot 2.8s ease-in-out infinite;
}

.live-section-operations.is-motion-active .home-operations-step > span {
  animation: home-node-wake 4.2s ease-in-out infinite;
}

.live-section-operations.is-motion-active .home-operations-step:nth-child(2) > span,
.live-section-operations.is-motion-active .home-operations-step:nth-child(2)::after {
  animation-delay: 560ms;
}

.live-section-operations.is-motion-active .home-operations-step:nth-child(3) > span {
  animation-delay: 1120ms;
}

.live-section-operations.is-motion-active .home-operations-step:not(:last-child)::after {
  animation: operations-step-line 3.8s ease-in-out infinite;
}

.live-section-operations.is-motion-active .home-operations-card::before {
  animation: operations-card-rail 5.4s ease-in-out infinite;
}

.live-section-operations.is-motion-active .home-operations-icon {
  animation: home-panel-icon 5.2s ease-in-out infinite;
}

.live-section-operations.is-motion-active .home-operations-card:nth-child(2)::before,
.live-section-operations.is-motion-active .home-operations-card:nth-child(2) .home-operations-icon {
  animation-delay: 420ms;
}

.live-section-operations.is-motion-active .home-operations-card:nth-child(3)::before,
.live-section-operations.is-motion-active .home-operations-card:nth-child(3) .home-operations-icon {
  animation-delay: 840ms;
}

.live-section-operations.is-motion-active .home-operations-card:nth-child(4)::before,
.live-section-operations.is-motion-active .home-operations-card:nth-child(4) .home-operations-icon {
  animation-delay: 1260ms;
}

.live-section-operations.is-motion-active .home-operations-card:nth-child(5)::before,
.live-section-operations.is-motion-active .home-operations-card:nth-child(5) .home-operations-icon {
  animation-delay: 1680ms;
}

.live-section-consultation.is-motion-active .diagnostic-core i {
  animation: home-diagnostic-scan 4.8s ease-in-out infinite;
}

.live-section-consultation.is-motion-active .consultation-point span {
  animation: home-panel-icon 5.2s ease-in-out infinite;
}

.live-section-consultation.is-motion-active .consultation-point:nth-child(2) span {
  animation-delay: 620ms;
}

.live-section-consultation.is-motion-active .consultation-point:nth-child(3) span {
  animation-delay: 1240ms;
}

.live-section-testimonials.is-motion-active .testimonial-tag {
  animation: home-tag-breathe 6.2s ease-in-out infinite;
}

.live-section-blog.is-motion-active .blog-post-media::after {
  animation: home-media-scan 5.6s ease-in-out infinite;
}

.live-section-blog.is-motion-active .blog-post-card:nth-child(2) .blog-post-media::after {
  animation-delay: 760ms;
}

.live-section-blog.is-motion-active .blog-post-card:nth-child(3) .blog-post-media::after {
  animation-delay: 1520ms;
}

.live-section-contact-hero.is-motion-active .ops-panel-core span:nth-child(1) {
  animation: home-core-breathe 4.8s ease-in-out infinite;
}

.live-section-contact-hero.is-motion-active .ops-panel-core span:nth-child(2),
.live-section-contact-hero.is-motion-active .ops-panel-core span:nth-child(3) {
  animation: home-node-wake 4.2s ease-in-out infinite;
}

.live-section-contact-hero.is-motion-active .ops-panel-core span:nth-child(3) {
  animation-delay: 720ms;
}

.live-section-contact-hero.is-motion-active .ops-panel-core {
  overflow: hidden;
}

.live-section-contact-hero.is-motion-active .ops-panel-core::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.56) 48%, transparent 58% 100%);
  transform: translateX(-110%);
  animation: contact-panel-scan 5.2s ease-in-out infinite;
  pointer-events: none;
}

:root[data-theme="dark"] .live-section-contact-hero.is-motion-active .ops-panel-core::after {
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(120, 216, 244, 0.22) 48%, transparent 58% 100%);
}

.live-section-contact-form.is-motion-active .contact-direct-card a:first-child {
  animation: home-primary-breathe 6.2s ease-in-out infinite;
}

.live-section-corporate-page-hero.is-motion-active .corporate-hero-actions .btn-primary,
.live-section-corporate-page-hero.is-motion-active .corporate-hub-card.is-current,
.live-section-corporate-about-contact.is-motion-active .about-contact-actions .btn-primary,
.live-section-corporate-page-route.is-motion-active .corporate-final-cta .btn {
  animation: home-primary-breathe 5.8s ease-in-out infinite;
}

.live-section-corporate-page-hero.is-motion-active .corporate-command-logo img {
  animation: home-logo-drift 7.4s ease-in-out infinite;
}

.live-section-corporate-page-hero.is-motion-active .corporate-command-ring {
  animation: home-ring-breathe 5.2s ease-in-out infinite;
}

.live-section-corporate-page-hero.is-motion-active .corporate-command-scan {
  animation: corporate-command-scan 8.8s linear infinite;
}

.live-section-corporate-page-capability.is-motion-active .corporate-capability-grid article > span {
  animation: home-panel-icon 5.2s ease-in-out infinite;
}

.live-section-corporate-page-capability.is-motion-active .corporate-capability-grid article:nth-child(2) > span {
  animation-delay: 520ms;
}

.live-section-corporate-page-capability.is-motion-active .corporate-capability-grid article:nth-child(3) > span {
  animation-delay: 1040ms;
}

.live-section-corporate-page-capability.is-motion-active .corporate-capability-grid article:nth-child(4) > span {
  animation-delay: 1560ms;
}

.live-section-corporate-page-trust.is-motion-active .corporate-trust-board span {
  animation: home-node-wake 4.2s ease-in-out infinite;
}

.live-section-corporate-page-trust.is-motion-active .corporate-trust-board div:nth-child(2) span {
  animation-delay: 620ms;
}

.live-section-corporate-page-trust.is-motion-active .corporate-trust-board div:nth-child(3) span {
  animation-delay: 1240ms;
}

.live-section-corporate-tech-brief.is-motion-active .tech-capability-metrics div,
.live-section-corporate-tech-stack.is-motion-active .tech-category-head > span,
.live-section-corporate-faq-overview.is-motion-active .faq-readiness-panel div,
.live-section-corporate-faq-content.is-motion-active .faq-side-metrics div,
.live-section-corporate-faq-content.is-motion-active .faq-category-head > span {
  animation: home-panel-icon 5.2s ease-in-out infinite;
}

.live-section-corporate-tech-brief.is-motion-active .tech-capability-metrics div:nth-child(2),
.live-section-corporate-faq-overview.is-motion-active .faq-readiness-panel div:nth-child(2),
.live-section-corporate-faq-content.is-motion-active .faq-side-metrics div:nth-child(2) {
  animation-delay: 620ms;
}

.live-section-corporate-tech-brief.is-motion-active .tech-capability-metrics div:nth-child(3),
.live-section-corporate-faq-overview.is-motion-active .faq-readiness-panel div:nth-child(3),
.live-section-corporate-faq-content.is-motion-active .faq-side-metrics div:nth-child(3) {
  animation-delay: 1240ms;
}

.motion-pulse-target.is-soft-pulsing {
  animation: home-soft-pulse 980ms ease both;
}

@keyframes motion-trace-live {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(-18px, 0, 0) rotate(var(--trace-angle, 0deg));
  }

  18%,
  66% {
    opacity: 0.34;
  }

  50% {
    transform: translate3d(22px, 0, 0) rotate(var(--trace-angle, 0deg));
  }
}

@keyframes home-logo-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -8px, 0) scale(1.012);
  }
}

@keyframes home-primary-breathe {
  0%,
  100% {
    box-shadow:
      0 18px 34px rgba(48, 188, 233, 0.26),
      0 0 0 1px rgba(255, 255, 255, 0.14) inset,
      0 0 28px rgba(48, 188, 233, 0.16);
  }

  50% {
    box-shadow:
      0 22px 44px rgba(48, 188, 233, 0.3),
      0 0 0 1px rgba(255, 255, 255, 0.2) inset,
      0 0 42px rgba(48, 188, 233, 0.24);
  }
}

@keyframes home-ops-core {
  0%,
  100% {
    transform: translateX(-50%) scale(1);
  }

  50% {
    transform: translateX(-50%) scale(1.045);
  }
}

@keyframes home-core-breathe {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.065);
  }
}

@keyframes home-ring-breathe {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(1);
  }

  50% {
    opacity: 0.96;
    transform: scale(1.055);
  }
}

@keyframes home-node-wake {
  0%,
  100% {
    filter: brightness(1);
  }

  45% {
    filter: brightness(1.24);
  }
}

@keyframes home-path-flow {
  0%,
  32% {
    transform: translateX(-105%);
  }

  70%,
  100% {
    transform: translateX(105%);
  }
}

@keyframes home-diagnostic-scan {
  0%,
  100% {
    opacity: 0.62;
    transform: rotate(-18deg) scaleX(0.72);
  }

  50% {
    opacity: 1;
    transform: rotate(-18deg) scaleX(1);
  }
}

@keyframes operations-flow-scan {
  0%,
  30% {
    opacity: 0;
    transform: translateX(-36%);
  }

  48% {
    opacity: 0.85;
  }

  78%,
  100% {
    opacity: 0;
    transform: translateX(36%);
  }
}

@keyframes operations-live-dot {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 0 0 5px rgba(48, 188, 233, 0.09),
      0 0 20px rgba(48, 188, 233, 0.38);
  }

  50% {
    transform: scale(1.18);
    box-shadow:
      0 0 0 8px rgba(48, 188, 233, 0.12),
      0 0 28px rgba(48, 188, 233, 0.48);
  }
}

@keyframes operations-step-line {
  0%,
  100% {
    opacity: 0.42;
    transform: scaleY(0.42);
  }

  45% {
    opacity: 0.96;
    transform: scaleY(1);
  }
}

@keyframes operations-card-rail {
  0%,
  34% {
    background-position: 120% 0;
  }

  70%,
  100% {
    background-position: -80% 0;
  }
}

@keyframes home-panel-icon {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: none;
  }

  50% {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(48, 188, 233, 0.14);
  }
}

@keyframes home-tag-breathe {
  0%,
  100% {
    border-color: rgba(48, 188, 233, 0.2);
    background-color: rgba(48, 188, 233, 0.08);
  }

  50% {
    border-color: rgba(48, 188, 233, 0.36);
    background-color: rgba(48, 188, 233, 0.13);
  }
}

@keyframes home-media-scan {
  0%,
  100% {
    opacity: 0.82;
    background-position: 0 0, 0 0;
  }

  50% {
    opacity: 1;
    background-position: 34px 0, 0 0;
  }
}

@keyframes home-soft-pulse {
  50% {
    border-color: rgba(48, 188, 233, 0.5);
    box-shadow: 0 24px 58px rgba(48, 188, 233, 0.15);
    filter: saturate(1.06);
  }
}

@keyframes contact-panel-scan {
  0%,
  38% {
    transform: translateX(-110%);
  }

  72%,
  100% {
    transform: translateX(110%);
  }
}

@keyframes corporate-command-scan {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-field {
    display: none;
  }

  .home-animations-ready .motion-reveal,
  .home-animations-ready .motion-reveal.is-visible,
  .motion-parallax {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .hero-brand-visual::after,
  .hero-motion-rings span,
  .live-section-hero.is-motion-active .hero-logo,
  .live-section-hero.is-motion-active .btn-primary,
  .live-section-consultation.is-motion-active .consultation-action.primary,
  .live-section-corporate.is-motion-active .ops-core,
  .live-section-corporate.is-motion-active .ops-core::before,
  .live-section-corporate.is-motion-active .ops-core::after,
  .live-section-corporate.is-motion-active .ops-node,
  .live-section-corporate.is-motion-active .ops-path::after,
  .live-section-services.is-motion-active .architecture-core span,
  .live-section-services.is-motion-active .architecture-rows span,
  .live-section-operations.is-motion-active .home-operations-flow::after,
  .live-section-operations.is-motion-active .home-operations-flow-head span::before,
  .live-section-operations.is-motion-active .home-operations-step > span,
  .live-section-operations.is-motion-active .home-operations-step::after,
  .live-section-operations.is-motion-active .home-operations-card::before,
  .live-section-operations.is-motion-active .home-operations-icon,
  .live-section-consultation.is-motion-active .diagnostic-core span,
  .live-section-consultation.is-motion-active .diagnostic-core i,
  .live-section-consultation.is-motion-active .consultation-point span,
  .live-section-testimonials.is-motion-active .testimonial-tag,
  .live-section-blog.is-motion-active .blog-post-media::after,
  .live-section-contact-hero.is-motion-active .ops-panel-core span,
  .live-section-contact-hero.is-motion-active .ops-panel-core::after,
  .live-section-contact-form.is-motion-active .contact-direct-card a:first-child,
  .live-section-corporate-page-hero.is-motion-active .corporate-hero-actions .btn-primary,
  .live-section-corporate-page-hero.is-motion-active .corporate-hub-card.is-current,
  .live-section-corporate-about-contact.is-motion-active .about-contact-actions .btn-primary,
  .live-section-corporate-page-route.is-motion-active .corporate-final-cta .btn,
  .live-section-corporate-page-hero.is-motion-active .corporate-command-logo img,
  .live-section-corporate-page-hero.is-motion-active .corporate-command-ring,
  .live-section-corporate-page-hero.is-motion-active .corporate-command-scan,
  .live-section-corporate-page-capability.is-motion-active .corporate-capability-grid article > span,
  .live-section-corporate-page-trust.is-motion-active .corporate-trust-board span,
  .live-section-corporate-tech-brief.is-motion-active .tech-capability-metrics div,
  .live-section-corporate-tech-stack.is-motion-active .tech-category-head > span,
  .live-section-corporate-faq-overview.is-motion-active .faq-readiness-panel div,
  .live-section-corporate-faq-content.is-motion-active .faq-side-metrics div,
  .live-section-corporate-faq-content.is-motion-active .faq-category-head > span,
  .motion-pulse-target.is-soft-pulsing {
    animation: none;
  }
}

/* Home operations redesign */
.home-operations-section {
  --operations-line: rgba(48, 188, 233, 0.18);
  --operations-panel: rgba(255, 255, 255, 0.7);
  --operations-panel-strong: rgba(255, 255, 255, 0.9);
  --operations-shadow: 0 22px 64px rgba(17, 55, 70, 0.09);
  padding: clamp(78px, 8vw, 108px) 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(48, 188, 233, 0.12), transparent 28%),
    radial-gradient(circle at 88% 34%, rgba(20, 184, 166, 0.1), transparent 30%),
    linear-gradient(rgba(48, 188, 233, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f6fbfd 48%, #edf7fb 100%);
  background-size: auto, auto, 54px 54px, 54px 54px, auto;
}

:root[data-theme="dark"] .home-operations-section {
  --operations-line: rgba(126, 174, 198, 0.2);
  --operations-panel: rgba(255, 255, 255, 0.045);
  --operations-panel-strong: rgba(255, 255, 255, 0.07);
  --operations-shadow: 0 24px 68px rgba(0, 0, 0, 0.24);
  background:
    radial-gradient(circle at 12% 16%, rgba(48, 188, 233, 0.12), transparent 30%),
    radial-gradient(circle at 88% 34%, rgba(20, 184, 166, 0.1), transparent 32%),
    linear-gradient(rgba(126, 174, 198, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 174, 198, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #0b121a 0%, #101720 52%, #0b151d 100%);
  background-size: auto, auto, 54px 54px, 54px 54px, auto;
}

.home-operations-section::before {
  background:
    linear-gradient(120deg, transparent 0 64%, rgba(48, 188, 233, 0.08) 64.1% 64.22%, transparent 64.32% 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.62), transparent 24%, transparent 78%, rgba(255, 255, 255, 0.44));
  opacity: 0.9;
}

:root[data-theme="dark"] .home-operations-section::before {
  background:
    linear-gradient(120deg, transparent 0 64%, rgba(48, 188, 233, 0.055) 64.1% 64.22%, transparent 64.32% 100%),
    linear-gradient(90deg, rgba(11, 18, 26, 0.64), transparent 24%, transparent 78%, rgba(11, 18, 26, 0.46));
}

.home-operations-section::after {
  display: none;
}

.live-section-operations .motion-field {
  display: none;
}

.home-operations-section .container {
  width: min(1320px, calc(100% - 52px));
  max-width: calc(100vw - 52px);
}

.home-operations-shell {
  gap: clamp(28px, 4vw, 42px);
}

.home-operations-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.home-operations-copy h2 {
  max-width: 790px;
  font-size: clamp(38px, 4.3vw, 56px);
  line-height: 1.04;
}

.home-operations-copy p:not(.eyebrow) {
  max-width: 720px;
}

.home-operations-cta {
  background: var(--operations-panel);
  backdrop-filter: blur(18px);
}

.home-operations-layout {
  grid-template-columns: minmax(310px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 2.2vw, 28px);
  align-items: stretch;
}

.home-operations-console {
  min-height: 100%;
  display: grid;
  gap: 22px;
  padding: 26px;
  border: 1px solid var(--operations-line);
  background:
    linear-gradient(180deg, var(--operations-panel-strong), var(--operations-panel)),
    var(--surface);
  box-shadow: var(--operations-shadow);
  backdrop-filter: blur(18px);
}

.home-operations-flow::before {
  background:
    linear-gradient(rgba(48, 188, 233, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.052) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(150deg, #000, rgba(0, 0, 0, 0.12) 72%);
}

.home-operations-flow::after {
  display: none;
}

.home-operations-flow-head {
  gap: 10px;
  padding-bottom: 0;
  border-bottom: 0;
}

.home-operations-flow-head span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: var(--primary-dark);
}

.home-operations-flow-head span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow:
    0 0 0 5px rgba(48, 188, 233, 0.09),
    0 0 22px rgba(48, 188, 233, 0.38);
}

.home-operations-flow-head strong {
  max-width: 300px;
  font-size: 24px;
  line-height: 1.16;
}

.home-operations-map {
  position: relative;
  min-height: 224px;
  overflow: hidden;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(rgba(48, 188, 233, 0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.048) 1px, transparent 1px),
    linear-gradient(135deg, rgba(48, 188, 233, 0.075), rgba(20, 184, 166, 0.045), transparent 72%);
  background-size: 28px 28px, 28px 28px, auto;
}

.home-operations-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 0 38%, rgba(255, 255, 255, 0.58) 48%, transparent 58% 100%);
  transform: translateX(-112%);
  pointer-events: none;
}

:root[data-theme="dark"] .home-operations-map::after {
  background: linear-gradient(112deg, transparent 0 38%, rgba(120, 216, 244, 0.16) 48%, transparent 58% 100%);
}

.home-operations-map-ring,
.home-operations-map-core,
.home-operations-map-node,
.home-operations-map-route {
  position: absolute;
}

.home-operations-map-ring,
.home-operations-map-core,
.home-operations-map-node {
  border-radius: 50%;
}

.home-operations-map-ring {
  left: 50%;
  top: 50%;
  aspect-ratio: 1;
  border: 1px solid rgba(48, 188, 233, 0.22);
  transform: translate(-50%, -50%);
}

.home-operations-map-ring-a {
  width: 112px;
}

.home-operations-map-ring-b {
  width: 172px;
  border-color: rgba(48, 188, 233, 0.13);
}

.home-operations-map-core {
  left: 50%;
  top: 50%;
  width: 54px;
  aspect-ratio: 1;
  background:
    linear-gradient(135deg, var(--primary), #2f6df6);
  box-shadow:
    0 0 0 18px rgba(48, 188, 233, 0.08),
    0 18px 32px rgba(48, 188, 233, 0.22);
  transform: translate(-50%, -50%);
}

.home-operations-map-route {
  left: 50%;
  top: 50%;
  width: 37%;
  height: 1px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(48, 188, 233, 0.46), rgba(48, 188, 233, 0.08));
  transform-origin: left center;
}

.home-operations-map-route::after {
  content: "";
  position: absolute;
  inset: -1px 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  transform: translateX(-105%);
}

:root[data-theme="dark"] .home-operations-map-route::after {
  background: linear-gradient(90deg, transparent, rgba(120, 216, 244, 0.72), transparent);
}

.home-operations-map-route-a {
  transform: rotate(-34deg);
}

.home-operations-map-route-b {
  transform: rotate(34deg);
}

.home-operations-map-route-c {
  transform: rotate(146deg);
}

.home-operations-map-route-d {
  transform: rotate(-146deg);
}

.home-operations-map-node {
  width: 16px;
  aspect-ratio: 1;
  border: 3px solid rgba(255, 255, 255, 0.82);
  background: var(--primary);
  box-shadow:
    0 0 0 6px rgba(48, 188, 233, 0.1),
    0 0 20px rgba(48, 188, 233, 0.24);
}

:root[data-theme="dark"] .home-operations-map-node {
  border-color: rgba(11, 20, 30, 0.88);
}

.home-operations-map-node-a {
  right: 18%;
  top: 25%;
}

.home-operations-map-node-b {
  right: 18%;
  bottom: 25%;
  background: #14b8a6;
}

.home-operations-map-node-c {
  left: 18%;
  bottom: 25%;
  background: #2f6df6;
}

.home-operations-map-node-d {
  left: 18%;
  top: 25%;
  background: #7c5cff;
}

.home-operations-timeline {
  gap: 10px;
  margin-top: 0;
}

.home-operations-step {
  grid-template-columns: 36px minmax(0, 1fr);
  padding: 14px;
  background: rgba(255, 255, 255, 0.56);
  border-color: rgba(48, 188, 233, 0.15);
}

:root[data-theme="dark"] .home-operations-step {
  background: rgba(255, 255, 255, 0.04);
}

.home-operations-step:not(:last-child)::after {
  left: 31px;
  background: linear-gradient(180deg, rgba(48, 188, 233, 0.36), transparent);
  animation: none !important;
}

.home-operations-step > span {
  border-radius: 8px;
}

.home-operations-service-panel {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  gap: 0;
  height: 100%;
}

.home-operations-viewport,
.home-operations-track {
  width: auto;
  overflow: visible;
  mask-image: none;
  transform: none;
}

.home-operations-track {
  display: grid;
  min-height: 0;
  height: 100%;
}

.home-operations-track.is-marquee-ready {
  animation: none;
}

.home-operations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  height: 100%;
}

.home-operations-card {
  min-height: 232px;
  grid-column: auto;
  padding: 24px;
  border-color: color-mix(in srgb, var(--ops-accent) 18%, rgba(15, 37, 48, 0.1));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ops-accent) 7%, transparent), transparent 58%),
    var(--operations-panel);
  box-shadow: 0 14px 38px rgba(17, 55, 70, 0.06);
  backdrop-filter: blur(16px);
}

.home-operations-card:first-child,
.home-operations-card:nth-child(2) {
  grid-column: auto;
  min-height: 232px;
  grid-template-columns: none;
  column-gap: 0;
  padding: 24px;
}

.home-operations-card:first-child .home-operations-icon {
  grid-row: auto;
  width: 44px;
  height: 44px;
}

.home-operations-card:first-child h3,
.home-operations-card:nth-child(2) h3 {
  font-size: 20px;
}

.home-operations-card::before {
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--ops-accent), color-mix(in srgb, var(--ops-accent) 22%, transparent), transparent 72%);
  background-size: auto;
  opacity: 0.86;
  animation: none !important;
}

.home-operations-card::after {
  right: 22px;
  bottom: 20px;
  top: auto;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ops-accent);
  opacity: 0;
  transform: translateX(-6px);
}

.home-operations-card:hover,
.home-operations-card:focus-visible {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--ops-accent) 42%, transparent);
  box-shadow: 0 24px 56px color-mix(in srgb, var(--ops-accent) 12%, transparent);
}

.home-operations-card:hover::after,
.home-operations-card:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.home-operations-icon {
  width: 50px;
  height: 50px;
  background: color-mix(in srgb, var(--ops-accent) 9%, transparent);
  animation: none !important;
}

.home-operations-card > span:not(.home-operations-icon) {
  padding-right: 34px;
}

.home-operations-card h3 {
  font-size: 20px;
}

.home-operations-card p {
  font-size: 14px;
}

.live-section-operations.is-motion-active .home-operations-flow-head span::before {
  animation: operations-live-dot 3.4s ease-in-out infinite;
}

.live-section-operations.is-motion-active .home-operations-map::after {
  animation: contact-panel-scan 7.2s ease-in-out infinite;
}

.live-section-operations.is-motion-active .home-operations-map-core {
  animation: home-core-breathe 4.8s ease-in-out infinite;
}

.live-section-operations.is-motion-active .home-operations-map-ring-a {
  animation: home-ring-breathe 5.4s ease-in-out infinite;
}

.live-section-operations.is-motion-active .home-operations-map-ring-b {
  animation: home-ring-breathe 5.4s ease-in-out 680ms infinite;
}

.live-section-operations.is-motion-active .home-operations-map-route::after {
  animation: home-path-flow 4.2s ease-in-out infinite;
}

.live-section-operations.is-motion-active .home-operations-map-route-b::after {
  animation-delay: 560ms;
}

.live-section-operations.is-motion-active .home-operations-map-route-c::after {
  animation-delay: 1120ms;
}

.live-section-operations.is-motion-active .home-operations-map-route-d::after {
  animation-delay: 1680ms;
}

.live-section-operations.is-motion-active .home-operations-map-node {
  animation: home-node-wake 4.4s ease-in-out infinite;
}

.live-section-operations.is-motion-active .home-operations-map-node-b {
  animation-delay: 540ms;
}

.live-section-operations.is-motion-active .home-operations-map-node-c {
  animation-delay: 1080ms;
}

.live-section-operations.is-motion-active .home-operations-map-node-d {
  animation-delay: 1620ms;
}

.live-section-operations.is-motion-active .home-operations-step > span,
.live-section-operations.is-motion-active .home-operations-icon {
  animation: none !important;
}

@media (max-width: 1180px) {
  .home-operations-layout {
    grid-template-columns: 1fr;
  }

  .home-operations-service-panel,
  .home-operations-track,
  .home-operations-grid {
    height: auto;
  }

  .home-operations-grid {
    grid-template-rows: none;
  }

  .home-operations-flow-head strong {
    max-width: 520px;
  }

  .home-operations-console {
    min-height: auto;
  }
}

@media (max-width: 980px) {
  .home-operations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-operations-section {
    padding: 70px 0;
  }

  .home-operations-section .container {
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
  }

  .home-operations-head {
    grid-template-columns: 1fr;
  }

  .home-operations-copy h2 {
    font-size: 34px;
  }

  .home-operations-cta {
    width: 100%;
    justify-content: center;
  }

  .home-operations-console {
    padding: 20px;
  }

  .home-operations-map {
    min-height: 188px;
  }

  .home-operations-grid {
    grid-template-columns: 1fr;
  }

  .home-operations-card,
  .home-operations-card:first-child,
  .home-operations-card:nth-child(2) {
    grid-column: auto;
    min-height: auto;
    padding: 22px;
  }

  .home-operations-card:first-child h3,
  .home-operations-card:nth-child(2) h3,
  .home-operations-card h3 {
    font-size: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-section-operations.is-motion-active .home-operations-flow-head span::before,
  .live-section-operations.is-motion-active .home-operations-map::after,
  .live-section-operations.is-motion-active .home-operations-map-core,
  .live-section-operations.is-motion-active .home-operations-map-ring,
  .live-section-operations.is-motion-active .home-operations-map-route::after,
  .live-section-operations.is-motion-active .home-operations-map-node {
    animation: none !important;
  }
}

.home-services-ribbon-section {
  --ribbon-ink: #17212a;
  --ribbon-muted: #5f6e79;
  --ribbon-line: rgba(16, 33, 43, 0.1);
  --ribbon-panel: rgba(255, 255, 255, 0.86);
  --ribbon-panel-hover: rgba(255, 255, 255, 0.98);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 14px 0;
  color: var(--ribbon-ink);
  background:
    linear-gradient(rgba(48, 188, 233, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  background-size: 36px 36px, 36px 36px, auto;
  box-shadow:
    inset 0 1px 0 rgba(16, 33, 43, 0.08),
    inset 0 -1px 0 rgba(16, 33, 43, 0.08);
}

:root[data-theme="dark"] .home-services-ribbon-section {
  --ribbon-ink: #f1f6fa;
  --ribbon-muted: rgba(225, 235, 244, 0.68);
  --ribbon-line: rgba(255, 255, 255, 0.12);
  --ribbon-panel: rgba(255, 255, 255, 0.052);
  --ribbon-panel-hover: rgba(255, 255, 255, 0.082);
  background:
    linear-gradient(rgba(126, 174, 198, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 174, 198, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #0f151c 0%, #101820 100%);
  background-size: 36px 36px, 36px 36px, auto;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.home-services-ribbon-section::before,
.home-services-ribbon-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.home-services-ribbon-section::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.92)),
    linear-gradient(112deg, transparent 0 42%, rgba(48, 188, 233, 0.07) 42.08% 42.18%, transparent 42.28% 100%);
  opacity: 0.88;
}

:root[data-theme="dark"] .home-services-ribbon-section::before {
  background:
    linear-gradient(90deg, rgba(15, 21, 28, 0.92), transparent 18%, transparent 82%, rgba(15, 21, 28, 0.92)),
    linear-gradient(112deg, transparent 0 42%, rgba(48, 188, 233, 0.06) 42.08% 42.18%, transparent 42.28% 100%);
}

.home-services-ribbon-section::after {
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(48, 188, 233, 0.42), rgba(20, 184, 166, 0.24), transparent);
  opacity: 0.72;
}

.home-services-ribbon-viewport {
  width: 100vw;
  padding: 0 clamp(18px, 3vw, 52px);
  overflow: hidden;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 64px, #000 calc(100% - 64px), transparent);
}

.home-services-ribbon-viewport::-webkit-scrollbar {
  display: none;
}

.home-services-ribbon-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: none;
}

.home-services-ribbon-track.is-marquee-ready {
  animation: home-services-ribbon-marquee 52s linear infinite;
  will-change: transform;
}

.home-services-ribbon-viewport:hover .home-services-ribbon-track,
.home-services-ribbon-viewport:focus-within .home-services-ribbon-track {
  animation-play-state: paused;
}

.home-services-ribbon-item {
  min-height: 50px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0 18px;
  border: 1px solid var(--ribbon-line);
  border-radius: 6px;
  color: var(--ribbon-ink);
  background: var(--ribbon-panel);
  box-shadow:
    0 10px 26px rgba(16, 33, 43, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(14px);
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

:root[data-theme="dark"] .home-services-ribbon-item {
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.home-services-ribbon-item:hover,
.home-services-ribbon-item:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(48, 188, 233, 0.32);
  background: var(--ribbon-panel-hover);
  box-shadow:
    0 14px 32px rgba(48, 188, 233, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  outline: none;
}

.home-services-ribbon-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.28);
  border-radius: 50%;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
}

.home-services-ribbon-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
}

.home-services-ribbon-cta {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.075);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-services-ribbon-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ribbon-ink);
  font-size: clamp(14px, 1.08vw, 15.5px);
  font-weight: 780;
  letter-spacing: 0;
}

.home-services-ribbon-label::before {
  content: "";
  width: 1px;
  height: 18px;
  border-radius: 999px;
  background: var(--ribbon-line);
}

@keyframes home-services-ribbon-marquee {
  to {
    transform: translateX(var(--marquee-distance, calc(-50% - 17px)));
  }
}

@media (max-width: 760px) {
  .home-services-ribbon-section {
    padding: 12px 0;
  }

  .home-services-ribbon-viewport {
    padding-inline: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(90deg, transparent, #000 14px, #000 calc(100% - 14px), transparent);
  }

  .home-services-ribbon-track,
  .home-services-ribbon-track.is-marquee-ready {
    animation-duration: 64s;
  }

  .home-services-ribbon-item {
    min-height: 48px;
    padding: 0 13px;
    gap: 8px;
  }

  .home-services-ribbon-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .home-services-ribbon-cta {
    min-height: 26px;
    padding-inline: 9px;
    font-size: 11px;
  }

  .home-services-ribbon-label {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-services-ribbon-track,
  .home-services-ribbon-track.is-marquee-ready {
    animation: none;
    will-change: auto;
  }

  .home-services-ribbon-viewport {
    overflow-x: auto;
  }
}

@keyframes footer-node-pulse {
  0%,
  100% {
    opacity: 0.22;
    transform: translate3d(0, 0, 0) scale(0.82);
  }

  50% {
    opacity: 0.72;
    transform: translate3d(8px, -4px, 0) scale(1);
  }
}

.site-header .brand-logo-light {
  display: block !important;
}

.site-header .brand-logo-dark {
  display: none !important;
}

:root[data-theme="dark"] .site-header .brand-logo-light {
  display: none !important;
}

:root[data-theme="dark"] .site-header .brand-logo-dark {
  display: block !important;
}

/* Corporate SISDESK footer */
.site-footer {
  --footer-ink: #101d29;
  --footer-muted: #5f6d79;
  --footer-line: rgba(30, 61, 82, 0.14);
  --footer-panel: #ffffff;
  --footer-panel-strong: #f4f9fc;
  --footer-accent: #1497c2;
  --footer-accent-strong: #30bce9;
  --footer-dark: #102331;
  --footer-dark-soft: #173446;
  --footer-separator-surface: rgba(232, 246, 251, 0.94);
  --footer-separator-line: rgba(16, 35, 49, 0.28);
  --footer-shift-x: 0px;
  --footer-shift-y: 0px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: clamp(28px, 4.5vw, 56px);
  color: var(--footer-ink);
  background:
    linear-gradient(rgba(20, 151, 194, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 151, 194, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, #f8fbfd 0%, #eef4f8 100%);
  background-size: 48px 48px, 48px 48px, auto;
  border-top: 1px solid var(--footer-separator-line);
  box-shadow:
    0 -30px 70px rgba(16, 35, 49, 0.11),
    0 -1px 0 rgba(255, 255, 255, 0.78) inset;
}

:root[data-theme="dark"] .site-footer {
  --footer-ink: #f4f8fb;
  --footer-muted: rgba(219, 230, 239, 0.68);
  --footer-line: rgba(138, 166, 184, 0.22);
  --footer-panel: rgba(255, 255, 255, 0.055);
  --footer-panel-strong: rgba(255, 255, 255, 0.08);
  --footer-accent: #73d8f6;
  --footer-accent-strong: #42c9f3;
  --footer-dark: #09131d;
  --footer-dark-soft: #111f2c;
  --footer-separator-surface: rgba(14, 30, 43, 0.96);
  --footer-separator-line: rgba(115, 216, 246, 0.32);
  background:
    linear-gradient(rgba(115, 216, 246, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 216, 246, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, #111a24 0%, #0c131c 100%);
  background-size: 48px 48px, 48px 48px, auto;
  box-shadow:
    0 -30px 70px rgba(0, 0, 0, 0.34),
    0 -1px 0 rgba(255, 255, 255, 0.08) inset;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 16px;
  background:
    linear-gradient(90deg, transparent 0%, rgba(16, 35, 49, 0.34) 12%, var(--footer-accent-strong) 50%, rgba(16, 35, 49, 0.34) 88%, transparent 100%),
    linear-gradient(180deg, var(--footer-separator-surface) 0%, rgba(48, 188, 233, 0.16) 100%);
  background-repeat: no-repeat;
  background-size: 100% 4px, 100% 100%;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 10px 24px rgba(16, 35, 49, 0.08);
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 16px 0 auto;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(20, 151, 194, 0.32), transparent);
  pointer-events: none;
}

:root[data-theme="dark"] .site-footer::before {
  background:
    linear-gradient(90deg, transparent 0%, rgba(115, 216, 246, 0.22) 12%, var(--footer-accent-strong) 50%, rgba(115, 216, 246, 0.22) 88%, transparent 100%),
    linear-gradient(180deg, var(--footer-separator-surface) 0%, rgba(115, 216, 246, 0.12) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 10px 24px rgba(0, 0, 0, 0.24);
}

.footer-tech-motion {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.42;
  transform: translate3d(var(--footer-shift-x), var(--footer-shift-y), 0);
}

.footer-tech-node {
  position: absolute;
  left: var(--node-x);
  top: var(--node-y);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(48, 188, 233, 0.68);
  box-shadow:
    0 0 0 4px rgba(48, 188, 233, 0.06),
    0 0 18px rgba(48, 188, 233, 0.16);
  opacity: 0.24;
  animation: footer-node-pulse 6.4s ease-in-out infinite;
  animation-delay: var(--node-delay);
}

.footer-tech-node::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: var(--node-width);
  height: 1px;
  background: linear-gradient(90deg, rgba(48, 188, 233, 0.22), transparent);
  transform: translateY(-50%);
}

.footer-sisdesk {
  position: relative;
  z-index: 1;
  padding: clamp(48px, 6vw, 76px) 0 28px;
}

.footer-sisdesk-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(24px, 3.4vw, 48px);
  align-items: stretch;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--footer-line);
}

.footer-sisdesk-brand {
  flex: 1 1 410px;
  max-width: 690px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.footer-sisdesk-logo {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  transition: filter 180ms ease, transform 180ms ease;
}

.footer-sisdesk-logo img {
  width: min(320px, 100%);
  height: auto;
}

.footer-sisdesk-logo-dark {
  display: none;
}

:root[data-theme="dark"] .footer-sisdesk-logo-light {
  display: none;
}

:root[data-theme="dark"] .footer-sisdesk-logo-dark {
  display: block;
}

.footer-sisdesk-brand p {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--footer-muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.72;
}

.footer-sisdesk-badges {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 100%;
  margin-top: 22px;
}

.footer-sisdesk-badges span {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(20, 151, 194, 0.18);
  border-radius: 8px;
  color: var(--footer-ink);
  background: rgba(255, 255, 255, 0.56);
  font-size: 12.5px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

:root[data-theme="dark"] .footer-sisdesk-badges span {
  background: rgba(255, 255, 255, 0.045);
}

.footer-sisdesk-badges span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--footer-accent-strong);
}

.footer-sisdesk-badges span:hover,
.footer-sisdesk-badges span.is-footer-pulse {
  transform: translateY(-2px);
  border-color: rgba(20, 151, 194, 0.42);
  background: rgba(48, 188, 233, 0.08);
}

.footer-sisdesk-cta {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 680px;
  flex: 0 1 680px;
  margin-left: auto;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.16), transparent 58%),
    linear-gradient(135deg, var(--footer-dark) 0%, var(--footer-dark-soft) 100%);
  box-shadow: 0 24px 62px rgba(16, 35, 49, 0.18);
}

:root[data-theme="dark"] .footer-sisdesk-cta {
  border-color: rgba(115, 216, 246, 0.16);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.32);
}

.footer-sisdesk-cta::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--footer-accent-strong), rgba(48, 188, 233, 0.18));
}

.footer-sisdesk-eyebrow,
.footer-sisdesk-panel-head span,
.footer-sisdesk-social-wrap > span {
  color: var(--footer-accent);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.1;
}

.footer-sisdesk-cta .footer-sisdesk-eyebrow {
  color: rgba(145, 226, 249, 0.86);
}

.footer-sisdesk-cta > strong {
  max-width: 560px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 920;
  line-height: 1.12;
}

.footer-sisdesk-cta > p {
  max-width: 570px;
  margin: 0;
  color: rgba(234, 245, 250, 0.74);
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.52;
}

.footer-sisdesk svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-sisdesk-contact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.footer-sisdesk-chip {
  min-width: 0;
  min-height: 52px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 7px;
  row-gap: 2px;
  width: 100%;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.065);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.footer-sisdesk-chip > span {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  color: #ffffff;
  background: rgba(48, 188, 233, 0.16);
}

.footer-sisdesk-chip small {
  min-width: 0;
  align-self: center;
  color: rgba(234, 245, 250, 0.68);
  font-size: 9.5px;
  font-weight: 900;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-sisdesk-chip strong {
  grid-column: 1 / -1;
  min-width: 0;
  color: currentColor;
  font-size: 12.8px;
  font-weight: 900;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-sisdesk-chip-primary {
  border-color: rgba(48, 188, 233, 0.42);
  background: rgba(48, 188, 233, 0.16);
}

.footer-sisdesk-chip:hover,
.footer-sisdesk-chip:focus-visible,
.footer-sisdesk-chip.is-footer-pulse {
  transform: translateY(-2px);
  border-color: rgba(48, 188, 233, 0.62);
  background: rgba(48, 188, 233, 0.18);
  outline: none;
}

.footer-sisdesk-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 320px);
  gap: clamp(20px, 3vw, 38px);
  align-items: start;
  padding: 24px 0 20px;
  border-bottom: 1px solid var(--footer-line);
}

.footer-sisdesk-directory {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr) minmax(0, 0.9fr);
  gap: clamp(14px, 2.2vw, 30px);
}

.footer-sisdesk-column {
  min-width: 0;
}

.footer-sisdesk-column h2 {
  margin: 0 0 15px;
  color: var(--footer-ink);
  font-size: 15px;
  font-weight: 920;
  line-height: 1.2;
}

.footer-sisdesk-column ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-sisdesk-column a {
  position: relative;
  display: block;
  max-width: 100%;
  padding-left: 15px;
  color: var(--footer-muted);
  font-size: 13.2px;
  font-weight: 720;
  line-height: 1.42;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-sisdesk-column a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 1px;
  background: var(--footer-accent);
  opacity: 0.56;
  transform: translateY(-50%);
  transition: width 180ms ease, opacity 180ms ease;
}

.footer-sisdesk-column a:hover,
.footer-sisdesk-column a:focus-visible,
.footer-sisdesk-column a.is-footer-pulse {
  color: var(--footer-ink);
  transform: translateX(2px);
  outline: none;
}

.footer-sisdesk-column a:hover::before,
.footer-sisdesk-column a:focus-visible::before,
.footer-sisdesk-column a.is-footer-pulse::before {
  width: 12px;
  opacity: 1;
}

.footer-sisdesk-action {
  min-width: 0;
}

.footer-visit-panel {
  padding: 16px;
  border: 1px solid var(--footer-line);
  border-radius: 8px;
  background: var(--footer-panel);
  box-shadow: 0 18px 42px rgba(16, 35, 49, 0.08);
}

:root[data-theme="dark"] .footer-visit-panel {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.footer-sisdesk-panel-head {
  display: grid;
  gap: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--footer-line);
}

.footer-sisdesk-panel-head strong {
  color: var(--footer-ink);
  font-size: 16.5px;
  font-weight: 920;
  line-height: 1.15;
}

.footer-visit-grid {
  display: grid;
  width: 100%;
}

.footer-visit-grid div {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 10px 0;
  border-bottom: 1px solid var(--footer-line);
  color: var(--footer-ink);
  transition: color 180ms ease, transform 180ms ease;
}

.footer-visit-grid div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-visit-grid small {
  color: var(--footer-muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
}

.footer-visit-grid strong {
  min-width: 0;
  color: currentColor;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-visit-grid strong[data-footer-local-time] {
  display: inline-flex;
  align-items: center;
  overflow: visible;
}

.footer-time-separator {
  width: 1px;
  height: 14px;
  margin: 0 10px;
  flex: 0 0 auto;
  background: linear-gradient(180deg, transparent, rgba(20, 151, 194, 0.62), transparent);
  opacity: 0.78;
}

.footer-visit-grid div:hover,
.footer-visit-grid div.is-footer-pulse {
  color: var(--footer-accent);
  transform: translateX(2px);
}

.footer-sisdesk-strip {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid var(--footer-line);
}

.footer-sisdesk-social-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.footer-sisdesk-socials,
.footer-sisdesk-links,
.footer-sisdesk-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-sisdesk-socials {
  flex: 0 0 auto;
  justify-content: center;
  gap: 8px;
}

.footer-sisdesk-socials .social-link {
  width: 38px;
  height: 38px;
  border-color: var(--footer-line);
  color: var(--footer-ink);
  background: var(--footer-panel);
  box-shadow: none;
}

:root[data-theme="dark"] .footer-sisdesk-socials .social-link {
  background: rgba(255, 255, 255, 0.05);
}

.footer-sisdesk-socials .social-link img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.footer-sisdesk-socials .social-link::before {
  bottom: calc(100% + 10px);
  border-color: var(--footer-line);
  color: var(--footer-ink);
  background: var(--footer-panel);
  box-shadow: 0 12px 26px rgba(21, 23, 27, 0.12);
}

.footer-sisdesk-socials .social-link::after {
  bottom: calc(100% + 5px);
  border-top-color: var(--footer-panel);
}

:root[data-theme="dark"] .footer-sisdesk-socials .social-link img {
  filter: brightness(0) invert(1);
  opacity: 0.86;
}

.footer-sisdesk-socials .social-link:hover,
.footer-sisdesk-socials .social-link:focus-visible,
.footer-sisdesk-socials .social-link.is-footer-pulse {
  border-color: rgba(48, 188, 233, 0.5);
  background: rgba(48, 188, 233, 0.1);
  transform: translateY(-2px);
}

.footer-sisdesk-links {
  justify-content: flex-end;
  gap: 10px 18px;
}

.footer-sisdesk-links a,
.footer-sisdesk-legal a {
  color: var(--footer-muted);
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.3;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-sisdesk-links a:hover,
.footer-sisdesk-links a:focus-visible,
.footer-sisdesk-links a.is-footer-pulse,
.footer-sisdesk-legal a:hover,
.footer-sisdesk-legal a:focus-visible {
  color: var(--footer-accent);
  transform: translateY(-1px);
  outline: none;
}

.footer-sisdesk-logo.is-footer-pulse {
  filter: drop-shadow(0 14px 24px rgba(48, 188, 233, 0.18));
}

.footer-sisdesk-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 16px;
}

.footer-sisdesk-bottom p {
  margin: 0;
  color: var(--footer-muted);
  font-size: 13px;
  font-weight: 650;
}

.footer-sisdesk-bottom p a {
  color: var(--footer-ink);
  font-weight: 850;
  transition: color 180ms ease;
}

.footer-sisdesk-bottom p a:hover,
.footer-sisdesk-bottom p a:focus-visible {
  color: var(--footer-accent);
  outline: none;
}

.footer-sisdesk-legal {
  justify-content: flex-end;
  gap: 10px 0;
}

.footer-sisdesk-legal a + a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 14px;
  vertical-align: -2px;
  background: linear-gradient(180deg, transparent, rgba(20, 151, 194, 0.5), transparent);
  opacity: 0.78;
}

@media (max-width: 980px) {
  .footer-sisdesk-top,
  .footer-sisdesk-main {
    grid-template-columns: 1fr;
  }

  .footer-sisdesk-cta {
    width: min(100%, 680px);
    max-width: 680px;
    margin-left: auto;
  }

  .footer-visit-panel {
    width: min(100%, 520px);
    max-width: 520px;
    justify-self: end;
  }

  .footer-sisdesk-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-sisdesk-links,
  .footer-sisdesk-socials {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .footer-sisdesk-directory {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr) minmax(0, 0.9fr);
    gap: 12px;
  }

  .footer-sisdesk-column h2 {
    font-size: 13.5px;
  }

  .footer-sisdesk-column a {
    font-size: 12px;
  }

  .footer-sisdesk-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-sisdesk-legal {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .footer-sisdesk {
    padding: 42px 0 82px;
  }

  .footer-sisdesk-logo img {
    width: min(262px, 78vw);
  }

  .footer-sisdesk-brand p {
    max-width: 340px;
    font-size: 15px;
  }

  .footer-sisdesk-badges {
    flex-wrap: wrap;
  }

  .footer-sisdesk-cta {
    padding: 22px;
  }

  .footer-sisdesk-contact {
    grid-template-columns: 1fr;
  }

  .footer-sisdesk-cta > strong {
    font-size: 24px;
  }

  .footer-sisdesk-directory {
    grid-template-columns: 1fr;
  }

  .footer-sisdesk-chip,
  .footer-visit-grid {
    width: 100%;
  }

  .footer-sisdesk-chip {
    min-height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-tech-motion {
    display: none;
  }

  .footer-tech-node,
  .footer-sisdesk-logo,
  .footer-sisdesk-badges span,
  .footer-sisdesk-column a,
  .footer-sisdesk-chip,
  .footer-visit-grid div,
  .footer-sisdesk-socials .social-link,
  .footer-sisdesk-links a {
    animation: none;
    transform: none;
    transition: none;
  }
}

.site-header .site-nav.nav-shell {
  position: relative;
}

.site-header .nav-dropdown.mega-nav {
  position: static;
}

.site-header .nav-dropdown.mega-nav > .dropdown-trigger {
  cursor: pointer;
}

.site-header .nav-dropdown.mega-nav > .dropdown-trigger::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 4px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  opacity: 0.68;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-header .nav-dropdown.mega-nav.is-mega-open > .dropdown-trigger::after,
.site-header .nav-dropdown.mega-nav:hover > .dropdown-trigger::after,
.site-header .nav-dropdown.mega-nav:focus-within > .dropdown-trigger::after {
  opacity: 1;
  transform: rotate(225deg) translate(-1px, -1px);
}

.site-header .mega-mobile-toggle {
  display: none;
}

.site-header .nav-dropdown.mega-nav > .mega-menu {
  top: calc(100% + 8px);
  left: 50%;
  width: min(940px, calc(100vw - 48px));
  max-height: min(620px, calc(100vh - 150px));
  display: grid;
  grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  overflow: auto;
  border-color: rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 252, 0.9)),
    var(--nav-menu-bg);
  box-shadow:
    0 30px 82px rgba(15, 23, 33, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10px);
}

:root[data-theme="dark"] .site-header .nav-dropdown.mega-nav > .mega-menu {
  background:
    linear-gradient(145deg, rgba(17, 26, 35, 0.97), rgba(9, 17, 28, 0.92)),
    var(--nav-menu-bg);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-header .nav-dropdown.mega-nav.is-mega-open > .mega-menu,
.site-header .nav-dropdown.mega-nav:hover > .mega-menu,
.site-header .nav-dropdown.mega-nav:focus-within > .mega-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

.site-header .mega-menu-corporate {
  width: min(720px, calc(100vw - 48px));
}

.site-header .mega-menu-services {
  width: min(1060px, calc(100vw - 48px));
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
}

.site-header .mega-menu-intro,
.site-header .mega-menu-body {
  position: relative;
  z-index: 1;
}

.site-header .mega-menu-intro {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(48, 188, 233, 0.12), transparent 68%),
    rgba(255, 255, 255, 0.44);
}

:root[data-theme="dark"] .site-header .mega-menu-intro {
  background:
    linear-gradient(145deg, rgba(48, 188, 233, 0.12), transparent 68%),
    rgba(255, 255, 255, 0.045);
}

.site-header .mega-menu-intro span {
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

:root[data-theme="dark"] .site-header .mega-menu-intro span {
  color: #78d8f4;
}

.site-header .mega-menu-intro strong {
  color: var(--nav-ink);
  font-size: 22px;
  font-weight: 920;
  line-height: 1.12;
}

.site-header .mega-menu-intro p {
  margin: 0;
  color: var(--nav-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.site-header .mega-menu-cta {
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0 12px !important;
  border: 1px solid rgba(48, 188, 233, 0.28) !important;
  border-radius: 8px !important;
  color: var(--nav-ink) !important;
  background: rgba(48, 188, 233, 0.1) !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.site-header .mega-menu-cta:hover,
.site-header .mega-menu-cta:focus-visible {
  border-color: rgba(48, 188, 233, 0.52) !important;
  background: rgba(48, 188, 233, 0.16) !important;
  transform: translateY(-1px);
}

.site-header .mega-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.site-header .mega-menu-corporate .mega-card-grid {
  grid-template-columns: 1fr;
}

.site-header .mega-menu-card,
.site-header .mega-service-main {
  min-height: 64px !important;
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 10px !important;
  border: 1px solid rgba(48, 188, 233, 0.14) !important;
  border-radius: 8px !important;
  color: var(--nav-ink) !important;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.075), transparent 62%),
    rgba(255, 255, 255, 0.44) !important;
  box-shadow: none !important;
  white-space: normal !important;
}

:root[data-theme="dark"] .site-header .mega-menu-card,
:root[data-theme="dark"] .site-header .mega-service-main {
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.09), transparent 62%),
    rgba(255, 255, 255, 0.045) !important;
}

.site-header .mega-menu-card:hover,
.site-header .mega-menu-card:focus-visible,
.site-header .mega-service-main:hover,
.site-header .mega-service-main:focus-visible {
  border-color: rgba(48, 188, 233, 0.46) !important;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.14), transparent 62%),
    rgba(48, 188, 233, 0.09) !important;
  transform: translateY(-1px);
  outline: none;
}

.site-header .mega-menu-index {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.1);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

:root[data-theme="dark"] .site-header .mega-menu-index {
  color: #78d8f4;
  background: rgba(48, 188, 233, 0.12);
}

.site-header .mega-menu-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.site-header .mega-menu-copy strong {
  color: currentColor;
  font-size: 12.8px;
  font-weight: 880;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.site-header .mega-menu-copy small {
  color: var(--nav-muted);
  font-size: 11px;
  font-weight: 720;
  line-height: 1.28;
}

.site-header .mega-service-count {
  width: max-content;
  max-width: 100%;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.08);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

:root[data-theme="dark"] .site-header .mega-service-count {
  color: #78d8f4;
}

.site-header .mega-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.site-header .mega-service-group {
  min-width: 0;
  display: block;
  padding: 8px;
  border: 1px solid rgba(48, 188, 233, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.26);
}

:root[data-theme="dark"] .site-header .mega-service-group {
  background: rgba(255, 255, 255, 0.032);
}

@media (max-width: 1180px) {
  .site-header .nav-dropdown.mega-nav > .mega-menu {
    width: min(900px, calc(100vw - 36px));
  }

  .site-header .mega-menu-services {
    width: min(980px, calc(100vw - 36px));
  }
}

@media (max-width: 980px) {
  .site-header .nav-dropdown.mega-nav {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    gap: 6px;
  }

  .site-header .nav-dropdown.mega-nav > .dropdown-trigger {
    grid-column: 1;
  }

  .site-header .nav-dropdown.mega-nav > .dropdown-trigger::after {
    display: none;
  }

  .site-header .mega-mobile-toggle {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(48, 188, 233, 0.18);
    border-radius: 8px;
    color: var(--nav-ink);
    background: rgba(48, 188, 233, 0.07);
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
  }

  .site-header .mega-mobile-toggle span {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-1px, -1px);
    transition: transform 180ms ease;
  }

  .site-header .mega-mobile-toggle:hover,
  .site-header .mega-mobile-toggle:focus-visible {
    border-color: rgba(48, 188, 233, 0.42);
    background: rgba(48, 188, 233, 0.13);
    outline: none;
  }

  .site-header .nav-dropdown.mega-nav.is-mega-open .mega-mobile-toggle span {
    transform: rotate(225deg) translate(-1px, -1px);
  }

  .site-header .nav-dropdown.mega-nav > .mega-menu {
    position: static;
    grid-column: 1 / -1;
    width: 100%;
    max-height: none;
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 2px 0 10px;
    padding: 8px;
    overflow: visible;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .site-header .nav-dropdown.mega-nav.is-mega-open > .mega-menu,
  .site-header .nav-dropdown.mega-nav:focus-within > .mega-menu {
    display: grid;
  }

  .site-header .mega-menu-intro {
    min-height: auto;
    gap: 6px;
    padding: 9px;
  }

  .site-header .mega-menu-intro strong,
  .site-header .mega-menu-intro p {
    display: none;
  }

  .site-header .mega-menu-cta {
    min-height: 34px !important;
    margin-top: 0;
  }

  .site-header .mega-card-grid,
  .site-header .mega-service-grid,
  .site-header .mega-menu-corporate .mega-card-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .site-header .mega-service-group {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .site-header .mega-menu-card,
  .site-header .mega-service-main {
    min-height: 44px !important;
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 8px !important;
  }

  .site-header .mega-menu-index {
    width: 26px;
    height: 26px;
    border-radius: 7px;
  }

  .site-header .mega-menu-copy small {
    display: none;
  }
}

.site-header .nav-dropdown.mega-nav > .mega-menu {
  top: calc(100% - 2px);
  width: min(520px, calc(100vw - 48px));
  max-height: min(520px, calc(100vh - 150px));
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 10px;
  border-color: rgba(48, 188, 233, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(246, 251, 253, 0.94)),
    var(--nav-menu-bg);
  box-shadow: 0 24px 64px rgba(15, 23, 33, 0.13);
}

:root[data-theme="dark"] .site-header .nav-dropdown.mega-nav > .mega-menu {
  background:
    linear-gradient(145deg, rgba(17, 26, 35, 0.98), rgba(9, 17, 28, 0.94)),
    var(--nav-menu-bg);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.38);
}

.site-header .mega-menu-corporate {
  width: min(330px, calc(100vw - 48px));
}

.site-header .mega-menu-solutions {
  width: min(560px, calc(100vw - 48px));
}

.site-header .mega-menu-services {
  width: min(520px, calc(100vw - 48px));
  grid-template-columns: 1fr;
}

.site-header .mega-menu-intro {
  min-height: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 2px 8px;
  border: 0;
  border-bottom: 1px solid rgba(48, 188, 233, 0.13);
  border-radius: 0;
  background: transparent;
}

.site-header .mega-menu-intro span {
  color: var(--nav-ink);
  font-size: 12px;
  font-weight: 920;
  text-transform: none;
}

.site-header .mega-menu-intro strong,
.site-header .mega-menu-intro p {
  display: none;
}

.site-header .mega-menu-cta {
  min-height: 30px !important;
  padding: 0 9px !important;
  border-color: rgba(48, 188, 233, 0.16) !important;
  border-radius: 7px !important;
  background: transparent !important;
  color: var(--primary-dark) !important;
  font-size: 11px !important;
  font-weight: 880 !important;
}

:root[data-theme="dark"] .site-header .mega-menu-cta {
  color: #78d8f4 !important;
}

.site-header .mega-menu-cta:hover,
.site-header .mega-menu-cta:focus-visible {
  background: rgba(48, 188, 233, 0.08) !important;
  transform: none;
}

.site-header .mega-card-grid,
.site-header .mega-service-grid,
.site-header .mega-menu-corporate .mega-card-grid {
  grid-template-columns: 1fr;
  gap: 4px;
}

.site-header .mega-menu-solutions .mega-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 6px;
}

.site-header .mega-service-group {
  padding: 0;
  border: 0;
  background: transparent;
}

.site-header .mega-menu-card,
.site-header .mega-service-main {
  min-height: 38px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px !important;
  border: 1px solid transparent !important;
  border-radius: 7px !important;
  background: transparent !important;
}

.site-header .mega-menu-card:hover,
.site-header .mega-menu-card:focus-visible,
.site-header .mega-service-main:hover,
.site-header .mega-service-main:focus-visible {
  border-color: rgba(48, 188, 233, 0.18) !important;
  background: rgba(48, 188, 233, 0.065) !important;
  transform: none;
}

.site-header .mega-menu-index {
  display: none;
}

.site-header .mega-menu-copy {
  display: block;
  min-width: 0;
}

.site-header .mega-menu-copy strong {
  font-size: 12.7px;
  font-weight: 820;
  line-height: 1.25;
}

.site-header .mega-menu-copy small {
  display: none;
}

.site-header .mega-service-count {
  min-height: auto;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  color: var(--nav-muted);
  background: transparent;
  font-size: 10.5px;
  font-weight: 800;
  opacity: 0.78;
}

@media (max-width: 980px) {
  .site-header .nav-dropdown.mega-nav > .mega-menu {
    width: 100%;
    max-height: none;
    padding: 6px;
  }

  .site-header .mega-menu-solutions .mega-card-grid {
    grid-template-columns: 1fr;
  }

  .site-header .mega-menu-intro {
    padding: 0 0 6px;
  }

  .site-header .mega-menu-card,
  .site-header .mega-service-main {
    min-height: 40px !important;
    padding: 8px !important;
  }
}

.site-header .nav-panel-shell {
  position: static;
}

.site-header .nav-panel-shell > .dropdown-trigger {
  cursor: pointer;
}

.site-header .nav-panel-shell > .dropdown-trigger::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 4px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  opacity: 0.62;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-header .nav-panel-shell.is-panel-open > .dropdown-trigger::after,
.site-header .nav-panel-shell:hover > .dropdown-trigger::after,
.site-header .nav-panel-shell:focus-within > .dropdown-trigger::after {
  opacity: 1;
  transform: rotate(225deg) translate(-1px, -1px);
}

.site-header .nav-panel-toggle {
  display: none;
}

.site-header .nav-panel-shell > .nav-panel {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  z-index: 110;
  width: min(680px, calc(100vw - 48px));
  display: grid;
  gap: 10px;
  padding: 12px;
  overflow: visible;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 52px rgba(15, 23, 33, 0.12);
  backdrop-filter: blur(18px) saturate(130%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

:root[data-theme="dark"] .site-header .nav-panel-shell > .nav-panel {
  background: rgba(12, 18, 26, 0.96);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

.site-header .nav-panel-shell.is-panel-open > .nav-panel,
.site-header .nav-panel-shell:hover > .nav-panel,
.site-header .nav-panel-shell:focus-within > .nav-panel {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

.site-header .nav-panel-shell > .nav-panel.nav-panel-corporate {
  width: min(360px, calc(100vw - 48px));
}

.site-header .nav-panel-shell > .nav-panel.nav-panel-solutions {
  width: min(620px, calc(100vw - 48px));
}

.site-header .nav-panel-shell > .nav-panel.nav-panel-services {
  width: min(540px, calc(100vw - 48px));
}

.site-header .nav-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 2px 8px;
  border-bottom: 1px solid rgba(48, 188, 233, 0.12);
}

.site-header .nav-panel-head span {
  color: var(--nav-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.site-header .nav-panel-head a {
  min-height: 28px !important;
  display: inline-flex !important;
  align-items: center;
  padding: 0 8px !important;
  border: 0 !important;
  border-radius: 6px !important;
  color: var(--primary-dark) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 850 !important;
}

:root[data-theme="dark"] .site-header .nav-panel-head a {
  color: #78d8f4 !important;
}

.site-header .nav-panel-head a:hover,
.site-header .nav-panel-head a:focus-visible {
  background: rgba(48, 188, 233, 0.08) !important;
  outline: none;
}

.site-header .nav-panel-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px 8px;
}

.site-header .nav-panel-corporate .nav-panel-list {
  grid-template-columns: 1fr;
}

.site-header .nav-panel-link {
  min-height: 34px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 9px !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  color: var(--nav-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
  white-space: normal !important;
}

.site-header .nav-panel-link span {
  min-width: 0;
  font-size: 12.5px;
  font-weight: 780;
  line-height: 1.22;
}

.site-header .nav-panel-link small {
  flex: 0 0 auto;
  color: var(--nav-muted);
  font-size: 10.5px;
  font-weight: 780;
  line-height: 1;
  opacity: 0.72;
}

.site-header .nav-panel-link:hover,
.site-header .nav-panel-link:focus-visible {
  border-color: rgba(48, 188, 233, 0.16) !important;
  background: rgba(48, 188, 233, 0.065) !important;
  transform: none;
  outline: none;
}

@media (max-width: 1180px) {
  .site-header .nav-panel-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    gap: 6px;
  }

  .site-header .nav-panel-shell > .dropdown-trigger {
    grid-column: 1;
  }

  .site-header .nav-panel-shell > .dropdown-trigger::after {
    display: none;
  }

  .site-header .nav-panel-toggle {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(48, 188, 233, 0.16);
    border-radius: 8px;
    color: var(--nav-ink);
    background: rgba(48, 188, 233, 0.06);
    cursor: pointer;
  }

  .site-header .nav-panel-toggle span {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-1px, -1px);
    transition: transform 180ms ease;
  }

  .site-header .nav-panel-shell.is-panel-open .nav-panel-toggle span {
    transform: rotate(225deg) translate(-1px, -1px);
  }

  .site-header .nav-panel-shell > .nav-panel {
    position: static;
    grid-column: 1 / -1;
    width: 100%;
    display: none;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    box-shadow: none;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .site-header .nav-panel-shell.is-panel-open > .nav-panel {
    display: grid;
  }

  .site-header .nav-panel-list,
  .site-header .nav-panel-corporate .nav-panel-list {
    grid-template-columns: 1fr;
  }

  .site-header .nav-panel-link {
    min-height: 38px !important;
  }
}

.site-header .nav-panel-shell > .nav-panel.nav-panel-services {
  width: min(760px, calc(100vw - 48px));
  max-height: min(580px, calc(100vh - 150px));
  overflow-y: auto;
}

.site-header .nav-panel-services .nav-panel-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.site-header .nav-panel-service-group {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 2px 0 0;
}

.site-header .nav-panel-service-title {
  min-height: 28px !important;
  display: inline-flex !important;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: 0 !important;
  border: 0 !important;
  color: var(--nav-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 12.6px !important;
  font-weight: 880 !important;
  line-height: 1.2 !important;
}

.site-header .nav-panel-service-title:hover,
.site-header .nav-panel-service-title:focus-visible {
  color: var(--primary-dark) !important;
  outline: none;
}

:root[data-theme="dark"] .site-header .nav-panel-service-title:hover,
:root[data-theme="dark"] .site-header .nav-panel-service-title:focus-visible {
  color: #78d8f4 !important;
}

.site-header .nav-panel-sub-links {
  display: grid;
  gap: 2px;
}

.site-header .nav-panel-sub-links a {
  position: relative;
  min-height: 26px !important;
  display: flex !important;
  align-items: center;
  padding: 0 8px 0 14px !important;
  border: 0 !important;
  border-radius: 6px !important;
  color: var(--nav-muted) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 11.5px !important;
  font-weight: 720 !important;
  line-height: 1.18 !important;
  white-space: normal !important;
}

.site-header .nav-panel-sub-links a::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(48, 188, 233, 0.58);
  transform: translateY(-50%);
}

.site-header .nav-panel-sub-links a:hover,
.site-header .nav-panel-sub-links a:focus-visible {
  color: var(--nav-ink) !important;
  background: rgba(48, 188, 233, 0.06) !important;
  outline: none;
}

@media (max-width: 1180px) {
  .site-header .nav-panel-shell > .nav-panel.nav-panel-services {
    width: 100%;
    max-height: none;
    overflow: visible;
  }

  .site-header .nav-panel-services .nav-panel-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* Header dropdown polish: service mega menu */
.site-header .nav-panel-shell > .nav-panel {
  border-color: rgba(41, 184, 232, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 252, 0.94)),
    var(--nav-menu-bg);
  box-shadow:
    0 28px 80px rgba(20, 31, 40, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

:root[data-theme="dark"] .site-header .nav-panel-shell > .nav-panel {
  background:
    linear-gradient(145deg, rgba(15, 23, 32, 0.98), rgba(8, 14, 22, 0.95)),
    var(--nav-menu-bg);
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-header .nav-panel-shell > .nav-panel.nav-panel-services {
  width: min(1100px, calc(100vw - 48px));
  max-height: min(640px, calc(100vh - 132px));
  gap: 14px;
  padding: 16px;
  border-radius: 12px;
}

.site-header .nav-panel-services .nav-panel-head {
  padding: 0 2px 12px;
  border-bottom-color: rgba(41, 184, 232, 0.18);
}

.site-header .nav-panel-services .nav-panel-head span {
  font-size: 13px;
  letter-spacing: 0;
}

.site-header .nav-panel-services .nav-panel-head a {
  min-height: 32px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(41, 184, 232, 0.24) !important;
  border-radius: 8px !important;
  background: rgba(41, 184, 232, 0.08) !important;
}

.site-header .nav-panel-services .nav-panel-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.site-header .nav-panel-service-group {
  gap: 8px;
  min-height: 100%;
  padding: 10px;
  border: 1px solid rgba(41, 184, 232, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(41, 184, 232, 0.08), transparent 68%),
    rgba(255, 255, 255, 0.54);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

:root[data-theme="dark"] .site-header .nav-panel-service-group {
  background:
    linear-gradient(145deg, rgba(53, 196, 238, 0.1), transparent 68%),
    rgba(255, 255, 255, 0.045);
}

.site-header .nav-panel-service-group:hover,
.site-header .nav-panel-service-group:focus-within {
  border-color: rgba(41, 184, 232, 0.42);
  transform: translateY(-1px);
}

.site-header .nav-panel-service-title {
  width: 100%;
  min-height: auto !important;
  display: grid !important;
  align-content: start;
  gap: 5px;
  padding: 2px 2px 9px !important;
  border-bottom: 1px solid rgba(41, 184, 232, 0.14) !important;
  color: var(--nav-ink) !important;
}

.site-header .nav-panel-service-title span {
  font-size: 13px;
  font-weight: 920;
  line-height: 1.18;
}

.site-header .nav-panel-service-title small {
  display: block;
  color: var(--nav-muted);
  font-size: 11px;
  font-weight: 720;
  line-height: 1.32;
}

.site-header .nav-panel-sub-links {
  gap: 4px;
}

.site-header .nav-panel-sub-links a {
  min-height: 31px !important;
  padding: 6px 8px 6px 20px !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  color: var(--nav-muted) !important;
  font-size: 11.6px !important;
  font-weight: 760 !important;
}

.site-header .nav-panel-sub-links a::before {
  left: 8px;
  background: rgba(41, 184, 232, 0.72);
}

.site-header .nav-panel-sub-links a:hover,
.site-header .nav-panel-sub-links a:focus-visible {
  border-color: rgba(41, 184, 232, 0.18) !important;
  color: var(--nav-ink) !important;
  background: rgba(41, 184, 232, 0.09) !important;
}

.site-header .nav-panel-link {
  min-height: 52px !important;
  display: grid !important;
  align-content: center;
  justify-content: stretch;
  gap: 3px;
  padding: 8px 10px !important;
}

.site-header .nav-panel-link small {
  display: block;
  white-space: normal;
  line-height: 1.25;
}

.site-header .nav-panel-services .nav-panel-link {
  min-height: 96px !important;
  align-content: start;
  gap: 6px;
  padding: 12px !important;
  border: 1px solid rgba(41, 184, 232, 0.16) !important;
  border-radius: 10px !important;
  background:
    linear-gradient(145deg, rgba(41, 184, 232, 0.08), transparent 68%),
    rgba(255, 255, 255, 0.54) !important;
}

:root[data-theme="dark"] .site-header .nav-panel-services .nav-panel-link {
  background:
    linear-gradient(145deg, rgba(53, 196, 238, 0.1), transparent 68%),
    rgba(255, 255, 255, 0.045) !important;
}

.site-header .nav-panel-services .nav-panel-link:hover,
.site-header .nav-panel-services .nav-panel-link:focus-visible {
  border-color: rgba(41, 184, 232, 0.42) !important;
  transform: translateY(-1px);
}

.site-header .nav-panel-services .nav-panel-link span {
  font-size: 13px;
  font-weight: 920;
  line-height: 1.18;
}

.site-header .nav-panel-services .nav-panel-link small {
  flex: initial;
  margin-top: 2px;
  color: var(--nav-muted);
  font-size: 11px;
  font-weight: 720;
  line-height: 1.32;
  opacity: 1;
}

@media (max-width: 1280px) {
  .site-header .nav-panel-services .nav-panel-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .site-header .nav-panel-shell > .nav-panel.nav-panel-services {
    width: 100%;
    max-height: none;
    padding: 10px;
    border-radius: 10px;
  }

  .site-header .nav-panel-services .nav-panel-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .site-header .nav-panel-service-group {
    padding: 9px;
    transform: none;
  }

  .site-header .nav-panel-service-title {
    min-height: auto !important;
    padding-bottom: 8px !important;
  }

  .site-header .nav-panel-service-title small {
    display: none;
  }
}

/* Header dropdown polish: corporate and solutions panels */
.site-header .nav-panel-shell > .nav-panel.nav-panel-corporate {
  width: min(390px, calc(100vw - 48px));
  gap: 8px;
  padding: 10px;
  border-radius: 10px;
}

.site-header .nav-panel-shell > .nav-panel.nav-panel-solutions {
  width: min(460px, calc(100vw - 48px));
  gap: 8px;
  padding: 10px;
  border-radius: 10px;
}

.site-header .nav-panel-corporate .nav-panel-head,
.site-header .nav-panel-solutions .nav-panel-head {
  padding: 0 2px 8px;
  border-bottom-color: rgba(41, 184, 232, 0.14);
}

.site-header .nav-panel-corporate .nav-panel-head span,
.site-header .nav-panel-solutions .nav-panel-head span {
  font-size: 13px;
}

.site-header .nav-panel-corporate .nav-panel-head a,
.site-header .nav-panel-solutions .nav-panel-head a {
  min-height: 32px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(41, 184, 232, 0.24) !important;
  border-radius: 8px !important;
  background: rgba(41, 184, 232, 0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44) !important;
}

:root[data-theme="dark"] .site-header .nav-panel-corporate .nav-panel-head a,
:root[data-theme="dark"] .site-header .nav-panel-solutions .nav-panel-head a {
  border-color: rgba(124, 219, 255, 0.26) !important;
  background: rgba(48, 188, 233, 0.1) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.site-header .nav-panel-corporate .nav-panel-head a:hover,
.site-header .nav-panel-corporate .nav-panel-head a:focus-visible,
.site-header .nav-panel-solutions .nav-panel-head a:hover,
.site-header .nav-panel-solutions .nav-panel-head a:focus-visible {
  border-color: rgba(41, 184, 232, 0.42) !important;
  background: rgba(41, 184, 232, 0.13) !important;
}

.site-header .nav-panel-corporate .nav-panel-list {
  grid-template-columns: 1fr;
  gap: 2px;
}

.site-header .nav-panel-solutions .nav-panel-list {
  grid-template-columns: 1fr;
  gap: 2px;
}

.site-header .nav-panel-corporate .nav-panel-link,
.site-header .nav-panel-solutions .nav-panel-link {
  min-height: 56px !important;
  align-content: center;
  gap: 3px;
  padding: 8px 10px !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  background: transparent !important;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

:root[data-theme="dark"] .site-header .nav-panel-corporate .nav-panel-link,
:root[data-theme="dark"] .site-header .nav-panel-solutions .nav-panel-link {
  background: transparent !important;
}

.site-header .nav-panel-corporate .nav-panel-link:hover,
.site-header .nav-panel-corporate .nav-panel-link:focus-visible,
.site-header .nav-panel-solutions .nav-panel-link:hover,
.site-header .nav-panel-solutions .nav-panel-link:focus-visible {
  border-color: rgba(41, 184, 232, 0.16) !important;
  background: rgba(41, 184, 232, 0.07) !important;
  transform: none;
}

.site-header .nav-panel-link-title {
  position: relative;
  display: block;
  padding-left: 12px;
  color: var(--nav-ink);
  font-size: 12.8px;
  font-weight: 860;
  line-height: 1.2;
}

.site-header .nav-panel-link-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--nav-accent);
  box-shadow: none;
}

.site-header .nav-panel-corporate .nav-panel-link small,
.site-header .nav-panel-solutions .nav-panel-link small {
  display: block;
  color: var(--nav-muted);
  font-size: 11px;
  font-weight: 720;
  line-height: 1.28;
}

@media (max-width: 1280px) {
  .site-header .nav-panel-solutions .nav-panel-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  .site-header .nav-panel-shell > .nav-panel.nav-panel-corporate,
  .site-header .nav-panel-shell > .nav-panel.nav-panel-solutions {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
  }

  .site-header .nav-panel-corporate .nav-panel-list,
  .site-header .nav-panel-solutions .nav-panel-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .site-header .nav-panel-corporate .nav-panel-link,
  .site-header .nav-panel-solutions .nav-panel-link {
    min-height: auto !important;
    padding: 11px !important;
  }
}

/* Header dropdown polish: services compact list */
.site-header .nav-panel-shell > .nav-panel.nav-panel-services {
  width: min(390px, calc(100vw - 48px));
  max-height: none;
  gap: 8px;
  padding: 10px;
  border-radius: 10px;
}

.site-header .nav-panel-services .nav-panel-head {
  padding: 0 2px 8px;
  border-bottom-color: rgba(41, 184, 232, 0.14);
}

.site-header .nav-panel-services .nav-panel-head span {
  font-size: 13px;
  letter-spacing: 0;
}

.site-header .nav-panel-services .nav-panel-head a {
  min-height: 32px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(41, 184, 232, 0.24) !important;
  border-radius: 8px !important;
  background: rgba(41, 184, 232, 0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44) !important;
}

:root[data-theme="dark"] .site-header .nav-panel-services .nav-panel-head a {
  border-color: rgba(124, 219, 255, 0.26) !important;
  background: rgba(48, 188, 233, 0.1) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.site-header .nav-panel-services .nav-panel-head a:hover,
.site-header .nav-panel-services .nav-panel-head a:focus-visible {
  border-color: rgba(41, 184, 232, 0.42) !important;
  background: rgba(41, 184, 232, 0.13) !important;
}

.site-header .nav-panel-services .nav-panel-list {
  grid-template-columns: 1fr;
  gap: 2px;
}

.site-header .nav-panel-services .nav-panel-link {
  min-height: 44px !important;
  display: grid !important;
  align-content: center;
  justify-content: stretch;
  gap: 3px;
  padding: 8px 10px !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

:root[data-theme="dark"] .site-header .nav-panel-services .nav-panel-link {
  background: transparent !important;
}

.site-header .nav-panel-services .nav-panel-link:hover,
.site-header .nav-panel-services .nav-panel-link:focus-visible {
  border-color: rgba(41, 184, 232, 0.16) !important;
  background: rgba(41, 184, 232, 0.07) !important;
  transform: none;
}

.site-header .nav-panel-services .nav-panel-link span {
  font-size: 12.4px;
  font-weight: 860;
  line-height: 1.2;
}

.site-header .nav-panel-services .nav-panel-link small {
  display: block;
  color: var(--nav-muted);
  font-size: 10.7px;
  font-weight: 720;
  line-height: 1.28;
  opacity: 1;
}

@media (max-width: 1180px) {
  .site-header .nav-panel-shell > .nav-panel.nav-panel-services {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
  }

  .site-header .nav-panel-services .nav-panel-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .site-header .nav-panel-services .nav-panel-link {
    min-height: auto !important;
    padding: 11px !important;
  }
}

/* FAQ page: corporate knowledge-base treatment */
.faq-page {
  --faq-ink-deep: #10212b;
  --faq-accent: #1497c2;
  --faq-accent-2: #23766f;
  --faq-line: rgba(16, 33, 43, 0.12);
  --faq-soft-line: rgba(20, 151, 194, 0.18);
  --faq-surface: rgba(255, 255, 255, 0.88);
  --faq-surface-strong: #ffffff;
  --faq-muted-surface: #f5f9fb;
}

.faq-page .faq-hero-section {
  min-height: auto;
  padding: clamp(72px, 8vw, 108px) 0 clamp(54px, 6vw, 82px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 251, 253, 0.94) 48%, rgba(235, 246, 250, 0.88) 100%),
    linear-gradient(180deg, rgba(20, 151, 194, 0.08) 0%, transparent 58%);
}

.faq-page .faq-hero-section::before {
  opacity: 0.42;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.68) 56%, transparent 100%);
}

.faq-page .corporate-hub-layout {
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 500px);
  gap: clamp(42px, 6vw, 82px);
  align-items: start;
}

.faq-page .corporate-hero-copy {
  max-width: 720px;
}

.faq-page .corporate-hub-hero .corporate-hero-copy h1 {
  max-width: 720px;
  color: var(--faq-ink-deep);
  font-size: clamp(44px, 5.6vw, 76px);
  line-height: 1.01;
  letter-spacing: 0;
}

.faq-page .corporate-hub-hero .corporate-hero-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 22px;
  color: #4d5f6c;
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 560;
  line-height: 1.7;
}

.faq-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.faq-hero-actions .btn {
  min-height: 50px;
  border-radius: 6px;
  padding: 0 22px;
}

.faq-hero-actions .btn-secondary {
  color: var(--faq-ink-deep);
  border-color: rgba(16, 33, 43, 0.16);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}

.faq-hero-brief {
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(16, 33, 43, 0.12);
  border-radius: 8px;
  color: var(--faq-ink-deep);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 253, 0.86)),
    var(--surface);
  box-shadow:
    0 24px 58px rgba(16, 33, 43, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.faq-hero-brief::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--faq-accent), var(--faq-accent-2));
}

.faq-hero-brief-head {
  display: grid;
  gap: 7px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--faq-line);
}

.faq-hero-brief-head span {
  color: var(--faq-accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.faq-hero-brief-head strong {
  color: var(--faq-ink-deep);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
}

.faq-hero-route-list {
  display: grid;
  gap: 2px;
}

.faq-hero-route-list a,
.faq-topic-nav a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 43px;
  padding: 8px 10px;
  border-radius: 6px;
  color: #334958;
  font-size: 13.5px;
  font-weight: 720;
  line-height: 1.25;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.faq-hero-route-list a span,
.faq-topic-nav a span {
  color: var(--faq-accent);
  font-size: 11px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.faq-hero-route-list a:hover,
.faq-hero-route-list a:focus-visible,
.faq-topic-nav a:hover,
.faq-topic-nav a:focus-visible {
  color: var(--faq-ink-deep);
  background: rgba(20, 151, 194, 0.08);
  transform: translateX(2px);
  outline: none;
}

.faq-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--faq-line);
}

.faq-hero-metrics div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.faq-hero-metrics strong {
  color: var(--faq-ink-deep);
  font-size: 22px;
  font-weight: 850;
  line-height: 1;
}

.faq-hero-metrics span {
  color: #60707b;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.2;
}

.faq-page .faq-overview-section {
  padding: clamp(62px, 6vw, 86px) 0;
  border-top-color: rgba(16, 33, 43, 0.08);
  background: #ffffff;
}

.faq-page .faq-overview-section::before,
.faq-page .faq-content-section::before {
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(16, 33, 43, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 33, 43, 0.028) 1px, transparent 1px);
}

.faq-page .faq-overview-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.58fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
}

.faq-page .faq-overview-copy h2,
.faq-page .faq-side-panel h2 {
  color: var(--faq-ink-deep);
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.08;
}

.faq-page .faq-overview-copy p:not(.eyebrow),
.faq-page .faq-side-panel p {
  color: #526370;
  font-size: 15.5px;
  font-weight: 560;
  line-height: 1.72;
}

.faq-page .faq-readiness-panel,
.faq-page .faq-side-panel {
  border-color: rgba(16, 33, 43, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 252, 0.88)),
    var(--surface);
  box-shadow:
    0 20px 46px rgba(16, 33, 43, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.faq-page .faq-readiness-panel {
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.faq-page .faq-readiness-panel div {
  min-height: auto;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 4px 16px;
  padding: 20px;
  border: 0;
  border-bottom: 1px solid rgba(16, 33, 43, 0.09);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-page .faq-readiness-panel div:last-child {
  border-bottom: 0;
}

.faq-page .faq-readiness-panel span,
.faq-page .faq-category-head > span,
.faq-page .faq-list summary::before {
  border-color: rgba(20, 151, 194, 0.2);
  border-radius: 6px;
  color: var(--faq-accent);
  background: rgba(20, 151, 194, 0.08);
}

.faq-page .faq-readiness-panel strong {
  color: var(--faq-ink-deep);
  font-size: 15.5px;
  font-weight: 820;
}

.faq-page .faq-readiness-panel p {
  color: #5a6974;
  font-weight: 520;
}

.faq-page .faq-content-section {
  padding: clamp(70px, 8vw, 104px) 0;
  background:
    linear-gradient(180deg, #f6f9fb 0%, #ffffff 100%);
}

.faq-page .faq-content-layout {
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 36px);
}

.faq-page .faq-side-panel {
  position: relative;
  top: auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.38fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
  padding: 24px;
  transform: none !important;
}

.faq-page .faq-side-panel .eyebrow,
.faq-page .faq-side-panel h2,
.faq-page .faq-side-panel > p:not(.eyebrow) {
  grid-column: 1;
}

.faq-page .faq-topic-nav {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
}

.faq-page .faq-side-panel h2 {
  font-size: 26px;
  line-height: 1.16;
}

.faq-page .faq-side-panel p {
  font-size: 14.5px;
}

.faq-page .faq-side-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.faq-page .faq-side-metrics div {
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  align-content: center;
  padding: 12px;
  border-color: rgba(16, 33, 43, 0.1);
  border-radius: 6px;
  background: var(--faq-muted-surface);
  text-align: left;
}

.faq-page .faq-side-metrics strong {
  color: var(--faq-ink-deep);
  font-size: 21px;
  font-weight: 850;
}

.faq-page .faq-side-metrics span {
  color: #61717c;
  font-size: 10.5px;
  font-weight: 760;
}

.faq-topic-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.faq-page .faq-topic-nav a {
  min-height: 54px;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 4px;
  padding: 9px 10px;
  border: 1px solid rgba(16, 33, 43, 0.09);
  background: #f8fbfc;
  font-size: 12.1px;
  line-height: 1.22;
}

.faq-page .faq-topic-nav a span {
  display: block;
  font-size: 10.5px;
}

.faq-page .faq-category-list {
  gap: 18px;
  width: min(100%, 980px);
  margin: 0 0 0 auto;
}

.faq-page .faq-category {
  gap: 0;
  overflow: visible;
  padding: 0;
  border-color: rgba(16, 33, 43, 0.1);
  border-radius: 8px;
  background: var(--faq-surface-strong);
  box-shadow:
    0 16px 38px rgba(16, 33, 43, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.faq-page .faq-category::before,
.faq-page .faq-category::after {
  content: none;
}

.faq-page .faq-category-head {
  min-height: 68px;
  gap: 14px;
  padding: 18px 22px;
  border-bottom-color: rgba(16, 33, 43, 0.09);
  background: linear-gradient(180deg, #ffffff, #f8fbfc);
  border-radius: 8px 8px 0 0;
}

.faq-page .faq-category-head h3 {
  color: var(--faq-ink-deep);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 820;
}

.faq-page .faq-list {
  gap: 0;
  padding: 8px;
}

.faq-page .faq-list details {
  border: 0;
  border-bottom: 1px solid rgba(16, 33, 43, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background-color 200ms ease;
}

.faq-page .faq-list details:last-child {
  border-bottom: 0;
}

.faq-page .faq-list details::before,
.faq-page .faq-list details::after {
  content: none;
}

.faq-page .faq-list details:hover {
  transform: none;
  border-color: rgba(16, 33, 43, 0.08);
  background: rgba(20, 151, 194, 0.045);
  box-shadow: none;
}

.faq-page .faq-list details[open] {
  border-color: rgba(16, 33, 43, 0.08);
  background: #f7fbfd;
  box-shadow: inset 3px 0 0 var(--faq-accent);
}

.faq-page .faq-list summary {
  min-height: 68px;
  grid-template-columns: 44px minmax(0, 1fr) 32px;
  gap: 14px;
  padding: 14px 16px;
  font-size: 15.5px;
  font-weight: 780;
}

.faq-page .faq-list summary::before {
  width: 38px;
  height: 38px;
  font-size: 11px;
  background: rgba(20, 151, 194, 0.075);
}

.faq-page .faq-list summary::after {
  width: 30px;
  height: 30px;
  border-color: rgba(16, 33, 43, 0.14);
  border-radius: 50%;
  background:
    linear-gradient(var(--faq-accent), var(--faq-accent)) center / 11px 2px no-repeat,
    linear-gradient(var(--faq-accent), var(--faq-accent)) center / 2px 11px no-repeat,
    #ffffff;
  box-shadow: none;
}

.faq-page .faq-list details[open] summary::after {
  border-color: rgba(20, 151, 194, 0.42);
  background:
    linear-gradient(#ffffff, #ffffff) center / 11px 2px no-repeat,
    linear-gradient(#ffffff, #ffffff) center / 0 0 no-repeat,
    var(--faq-accent);
}

.faq-page .faq-list details > p,
.faq-page .faq-answer {
  margin: 0 16px 18px 74px;
  padding: 0 0 0 16px;
  border: 0;
  border-left: 1px solid rgba(20, 151, 194, 0.28);
  border-radius: 0;
  color: #526370;
  background: transparent;
  font-size: 15px;
  font-weight: 520;
  line-height: 1.72;
}

.faq-page .faq-list details > p::before,
.faq-page .faq-answer::before {
  content: none;
}

.faq-page .faq-answer ul {
  gap: 8px;
  margin-top: 10px;
}

.faq-page .faq-answer li {
  color: #526370;
  font-weight: 620;
}

.faq-page .faq-answer li::before {
  width: 6px;
  height: 6px;
  background: var(--faq-accent-2);
}

.faq-page .about-contact-section {
  padding: clamp(70px, 7vw, 104px) 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #eef7fa 100%);
  box-shadow:
    inset 0 1px 0 rgba(16, 33, 43, 0.08),
    inset 0 -1px 0 rgba(16, 33, 43, 0.08);
}

.faq-page .about-contact-section::before,
.faq-page .about-contact-section::after,
.faq-page .about-contact-panel::before,
.faq-page .about-contact-panel::after {
  content: none;
}

.faq-page .about-contact-panel {
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(16, 33, 43, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 52px rgba(16, 33, 43, 0.08);
}

.faq-page .about-contact-copy {
  padding-left: 0;
  border-left: 0;
}

.faq-page .about-contact-panel h2 {
  color: var(--faq-ink-deep);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.faq-page .about-contact-copy > p:not(.eyebrow) {
  color: #526370;
  font-weight: 540;
}

.faq-page .about-contact-assurance {
  gap: 14px;
  margin-top: 28px;
}

.faq-page .about-contact-assurance div {
  min-height: auto;
  padding: 14px;
  border: 1px solid rgba(16, 33, 43, 0.1);
  border-radius: 8px;
  background: #f7fafc;
}

.faq-page .about-contact-card {
  padding: 0 0 0 clamp(24px, 4vw, 44px);
  border-left-color: rgba(16, 33, 43, 0.12);
}

.faq-page .about-contact-phone {
  border-color: rgba(16, 33, 43, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}

:root[data-theme="dark"] .faq-page {
  --faq-ink-deep: #f1f6fa;
  --faq-accent: #42c9f3;
  --faq-accent-2: #5dd6c7;
  --faq-line: rgba(255, 255, 255, 0.11);
  --faq-surface: rgba(18, 26, 35, 0.9);
  --faq-surface-strong: #151c24;
  --faq-muted-surface: rgba(255, 255, 255, 0.045);
}

:root[data-theme="dark"] .faq-page .faq-hero-section {
  background:
    linear-gradient(90deg, rgba(8, 18, 30, 0.98) 0%, rgba(11, 28, 42, 0.94) 50%, rgba(8, 20, 30, 0.98) 100%);
}

:root[data-theme="dark"] .faq-page .corporate-hub-hero .corporate-hero-copy h1,
:root[data-theme="dark"] .faq-page .faq-hero-brief-head strong,
:root[data-theme="dark"] .faq-page .faq-hero-metrics strong {
  color: #ffffff;
}

:root[data-theme="dark"] .faq-page .corporate-hub-hero .corporate-hero-copy > p:not(.eyebrow),
:root[data-theme="dark"] .faq-hero-route-list a,
:root[data-theme="dark"] .faq-topic-nav a,
:root[data-theme="dark"] .faq-page .faq-overview-copy p:not(.eyebrow),
:root[data-theme="dark"] .faq-page .faq-side-panel p,
:root[data-theme="dark"] .faq-page .faq-readiness-panel p,
:root[data-theme="dark"] .faq-page .faq-list details > p,
:root[data-theme="dark"] .faq-page .faq-answer,
:root[data-theme="dark"] .faq-page .faq-answer li,
:root[data-theme="dark"] .faq-page .about-contact-copy > p:not(.eyebrow) {
  color: rgba(225, 235, 244, 0.72);
}

:root[data-theme="dark"] .faq-page .faq-hero-brief,
:root[data-theme="dark"] .faq-page .faq-readiness-panel,
:root[data-theme="dark"] .faq-page .faq-side-panel,
:root[data-theme="dark"] .faq-page .faq-category,
:root[data-theme="dark"] .faq-page .about-contact-panel {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03)),
    var(--surface);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

:root[data-theme="dark"] .faq-page .faq-overview-section,
:root[data-theme="dark"] .faq-page .faq-content-section,
:root[data-theme="dark"] .faq-page .about-contact-section {
  background: linear-gradient(180deg, #0f151c 0%, #121b24 100%);
}

:root[data-theme="dark"] .faq-page .faq-category-head {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

:root[data-theme="dark"] .faq-page .faq-list details {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .faq-page .faq-list details:hover,
:root[data-theme="dark"] .faq-page .faq-list details[open],
:root[data-theme="dark"] .faq-page .about-contact-assurance div,
:root[data-theme="dark"] .faq-page .faq-side-metrics div,
:root[data-theme="dark"] .faq-page .faq-topic-nav a {
  background: rgba(255, 255, 255, 0.045);
}

:root[data-theme="dark"] .faq-page .faq-list summary::after,
:root[data-theme="dark"] .faq-page .about-contact-phone {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.055);
}

@media (max-width: 1080px) {
  .faq-page .corporate-hub-layout,
  .faq-page .faq-overview-layout,
  .faq-page .faq-content-layout {
    grid-template-columns: 1fr;
  }

  .faq-page .faq-side-panel {
    position: static;
    grid-template-columns: 1fr;
  }

  .faq-page .faq-category-list {
    margin-inline: auto;
  }

  .faq-page .faq-side-panel .eyebrow,
  .faq-page .faq-side-panel h2,
  .faq-page .faq-side-panel > p:not(.eyebrow),
  .faq-page .faq-topic-nav {
    grid-column: auto;
    grid-row: auto;
  }

  .faq-topic-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-page .about-contact-card {
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(16, 33, 43, 0.12);
  }
}

@media (max-width: 720px) {
  .faq-page .faq-hero-section {
    padding: 58px 0 48px;
  }

  .faq-page .corporate-hub-hero .corporate-hero-copy h1 {
    font-size: clamp(36px, 12vw, 48px);
  }

  .faq-hero-actions .btn,
  .faq-page .about-contact-actions .btn,
  .faq-page .about-contact-phone {
    width: 100%;
  }

  .faq-hero-brief {
    padding: 20px;
  }

  .faq-hero-metrics,
  .faq-page .faq-side-metrics,
  .faq-topic-nav {
    grid-template-columns: 1fr;
  }

  .faq-page .faq-overview-section,
  .faq-page .faq-content-section {
    padding: 58px 0;
  }

  .faq-page .faq-readiness-panel div {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 16px;
  }

  .faq-page .faq-category-head {
    align-items: flex-start;
    padding: 16px;
  }

  .faq-page .faq-list {
    padding: 4px;
  }

  .faq-page .faq-list summary {
    grid-template-columns: 38px minmax(0, 1fr) 30px;
    gap: 10px;
    min-height: 64px;
    padding: 12px;
    font-size: 14.5px;
  }

  .faq-page .faq-list summary::before {
    width: 34px;
    height: 34px;
  }

  .faq-page .faq-list details > p,
  .faq-page .faq-answer {
    margin: 0 12px 16px 60px;
    padding-left: 12px;
    font-size: 14.5px;
  }

  .faq-page .about-contact-panel {
    padding: 22px;
  }

  .faq-page .about-contact-assurance {
    grid-template-columns: 1fr;
  }
}

/* FAQ page: minimal, calm layout */
.faq-page {
  --faq-min-ink: #101820;
  --faq-min-muted: #5b6872;
  --faq-min-line: #e4edf2;
  --faq-min-soft: #f7fafc;
  background: var(--white);
}

.faq-page .faq-hero-section {
  min-height: auto;
  display: block;
  padding: clamp(72px, 8vw, 104px) 0 clamp(58px, 7vw, 86px);
  border-bottom: 1px solid var(--faq-min-line);
  color: var(--faq-min-ink);
  background: var(--white);
}

.faq-page .faq-hero-section::before,
.faq-page .faq-hero-section::after,
.faq-page .faq-overview-section::before,
.faq-page .faq-content-section::before,
.faq-page .faq-category::before,
.faq-page .faq-category::after {
  content: none;
}

.faq-page .corporate-hub-layout {
  display: block;
}

.faq-page .corporate-hero-copy {
  max-width: 760px;
}

.faq-page .corporate-hub-hero .corporate-hero-copy h1 {
  max-width: 760px;
  color: var(--faq-min-ink);
  font-size: clamp(42px, 5.6vw, 68px);
  line-height: 1.04;
  letter-spacing: 0;
}

.faq-page .corporate-hub-hero .corporate-hero-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 18px;
  color: var(--faq-min-muted);
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: 500;
  line-height: 1.72;
}

.faq-hero-actions {
  gap: 10px;
  margin-top: 28px;
}

.faq-hero-actions .btn {
  min-height: 48px;
  border-radius: 6px;
  padding: 0 20px;
}

.faq-hero-actions .btn-secondary {
  color: var(--faq-min-ink);
  border-color: var(--faq-min-line);
  background: var(--white);
  box-shadow: none;
}

.faq-page .faq-overview-section {
  padding: clamp(46px, 6vw, 70px) 0;
  border-top: 0;
  border-bottom: 1px solid var(--faq-min-line);
  background: var(--white);
}

.faq-page .faq-overview-layout {
  display: block;
}

.faq-page .faq-overview-copy {
  max-width: 760px;
}

.faq-page .faq-overview-copy h2,
.faq-page .faq-side-panel h2 {
  color: var(--faq-min-ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.16;
  letter-spacing: 0;
}

.faq-page .faq-overview-copy p:not(.eyebrow),
.faq-page .faq-side-panel p {
  max-width: 680px;
  color: var(--faq-min-muted);
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.72;
}

.faq-page .faq-content-section {
  scroll-margin-top: 150px;
  padding: clamp(52px, 7vw, 86px) 0;
  background: var(--white);
}

.faq-page .faq-content-layout {
  display: block;
  width: min(920px, calc(100% - 40px));
  max-width: min(920px, calc(100vw - 40px));
}

.faq-page .faq-side-panel {
  display: block;
  padding: 0 0 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-page .faq-side-panel h2 {
  max-width: none;
  margin: 0 0 14px;
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.faq-topic-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.faq-page .faq-topic-nav a {
  min-height: 36px;
  display: inline-flex;
  grid-template-columns: none;
  align-items: center;
  gap: 8px;
  width: auto;
  padding: 0 12px;
  border: 1px solid var(--faq-min-line);
  border-radius: 999px;
  color: #324450;
  background: var(--white);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1;
  transform: none;
}

.faq-page .faq-topic-nav a span {
  color: var(--primary-dark);
  font-size: 10.5px;
  line-height: 1;
}

.faq-page .faq-topic-nav a:hover,
.faq-page .faq-topic-nav a:focus-visible {
  color: var(--faq-min-ink);
  border-color: rgba(20, 151, 194, 0.34);
  background: var(--faq-min-soft);
  transform: none;
}

.faq-page .faq-category-list {
  width: 100%;
  margin: 0;
  gap: 36px;
}

.faq-page .faq-category {
  display: block;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--faq-min-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-page .faq-category-head {
  min-height: auto;
  gap: 12px;
  padding: 24px 0 16px;
  border-bottom: 1px solid var(--faq-min-line);
  background: transparent;
  border-radius: 0;
}

.faq-page .faq-category-head > span {
  width: auto;
  height: auto;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  color: var(--primary-dark);
  background: transparent;
  font-size: 12px;
}

.faq-page .faq-category-head h3 {
  color: var(--faq-min-ink);
  font-size: clamp(21px, 2vw, 26px);
  font-weight: 760;
  line-height: 1.2;
}

.faq-page .faq-list {
  padding: 0;
  gap: 0;
}

.faq-page .faq-list details {
  border: 0;
  border-bottom: 1px solid var(--faq-min-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background-color 160ms ease;
}

.faq-page .faq-list details:hover,
.faq-page .faq-list details[open] {
  border-color: var(--faq-min-line);
  background: transparent;
  box-shadow: none;
  transform: none;
}

.faq-page .faq-list summary {
  min-height: 64px;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 16px;
  padding: 16px 0;
  color: var(--faq-min-ink);
  font-size: 16px;
  font-weight: 720;
  line-height: 1.4;
}

.faq-page .faq-list summary::before {
  content: none;
}

.faq-page .faq-list summary::after {
  width: 28px;
  height: 28px;
  border: 1px solid var(--faq-min-line);
  border-radius: 50%;
  background:
    linear-gradient(var(--primary-dark), var(--primary-dark)) center / 10px 1.5px no-repeat,
    linear-gradient(var(--primary-dark), var(--primary-dark)) center / 1.5px 10px no-repeat,
    var(--white);
  box-shadow: none;
}

.faq-page .faq-list details[open] summary::after {
  border-color: var(--primary-dark);
  background:
    linear-gradient(var(--white), var(--white)) center / 10px 1.5px no-repeat,
    linear-gradient(var(--white), var(--white)) center / 0 0 no-repeat,
    var(--primary-dark);
  transform: none;
}

.faq-page .faq-list details > p,
.faq-page .faq-answer {
  margin: -4px 0 20px;
  padding: 0 44px 0 0;
  border: 0;
  color: var(--faq-min-muted);
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.72;
}

.faq-page .faq-list details > p::before,
.faq-page .faq-answer::before {
  content: none;
}

.faq-page .faq-answer li {
  color: var(--faq-min-muted);
  font-weight: 600;
}

.faq-page .about-contact-section {
  padding: clamp(56px, 7vw, 84px) 0;
  border-top: 1px solid var(--faq-min-line);
  background: var(--white);
  box-shadow: none;
}

.faq-page .about-contact-section::before,
.faq-page .about-contact-section::after,
.faq-page .about-contact-panel::before,
.faq-page .about-contact-panel::after {
  content: none;
}

.faq-page .about-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-page .about-contact-copy {
  padding-left: 0;
  border-left: 0;
}

.faq-page .about-contact-panel h2 {
  max-width: 640px;
  color: var(--faq-min-ink);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.12;
}

.faq-page .about-contact-assurance,
.faq-page .about-contact-route {
  display: none;
}

.faq-page .about-contact-card {
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--faq-min-line);
  border-radius: 8px;
  background: var(--faq-min-soft);
}

.faq-page .about-contact-card-head {
  padding-bottom: 14px;
  border-bottom-color: var(--faq-min-line);
}

.faq-page .about-contact-card-head strong {
  font-size: 21px;
  line-height: 1.2;
}

.faq-page .about-contact-phone {
  border-color: var(--faq-min-line);
  background: var(--white);
  box-shadow: none;
}

.faq-page .motion-reveal,
.faq-page .motion-reveal.is-visible,
.faq-page .motion-parallax,
.faq-page .motion-pulse-target {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

:root[data-theme="dark"] .faq-page {
  --faq-min-ink: #f1f6fa;
  --faq-min-muted: rgba(225, 235, 244, 0.72);
  --faq-min-line: rgba(255, 255, 255, 0.12);
  --faq-min-soft: rgba(255, 255, 255, 0.045);
  background: var(--page-bg);
}

:root[data-theme="dark"] .faq-page .faq-hero-section,
:root[data-theme="dark"] .faq-page .faq-overview-section,
:root[data-theme="dark"] .faq-page .faq-content-section,
:root[data-theme="dark"] .faq-page .about-contact-section {
  background: var(--page-bg);
}

:root[data-theme="dark"] .faq-page .faq-topic-nav a,
:root[data-theme="dark"] .faq-page .faq-list summary::after,
:root[data-theme="dark"] .faq-page .about-contact-phone {
  background: var(--surface);
}

@media (max-width: 1080px) {
  .faq-page .about-contact-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .faq-page .faq-hero-section {
    padding: 54px 0 46px;
  }

  .faq-page .corporate-hub-hero .corporate-hero-copy h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .faq-page .faq-overview-section,
  .faq-page .faq-content-section {
    padding: 44px 0;
  }

  .faq-topic-nav {
    gap: 7px;
  }

  .faq-page .faq-topic-nav a {
    min-height: 34px;
    font-size: 12px;
  }

  .faq-page .faq-category-list {
    gap: 30px;
  }

  .faq-page .faq-category-head {
    padding: 20px 0 14px;
  }

  .faq-page .faq-list summary {
    min-height: 58px;
    grid-template-columns: minmax(0, 1fr) 28px;
    padding: 14px 0;
    font-size: 15px;
  }

  .faq-page .faq-list details > p,
  .faq-page .faq-answer {
    margin-bottom: 18px;
    padding-right: 0;
    font-size: 14.5px;
  }

  .faq-page .about-contact-card {
    padding: 18px;
  }
}

/* KVKK document sidebar refinement */
.legal-document-sidebar-card {
  border-color: rgba(18, 57, 72, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 252, 0.94)),
    var(--surface);
  box-shadow: 0 20px 52px rgba(21, 23, 27, 0.075);
}

.legal-document-sidebar-head {
  padding: 22px 20px 19px;
  background:
    linear-gradient(180deg, rgba(248, 252, 254, 0.98), rgba(255, 255, 255, 0.92)),
    var(--surface);
}

.legal-document-sidebar-head span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(39, 127, 153, 0.2);
  border-radius: 4px;
  background: rgba(48, 188, 233, 0.07);
  letter-spacing: 0;
}

.legal-document-sidebar-head h2 {
  margin-top: 11px;
  font-size: 23px;
  letter-spacing: 0;
}

.legal-document-sidebar-head p {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-top: 3px;
  padding: 0 9px;
  border: 1px solid rgba(18, 57, 72, 0.1);
  border-radius: 4px;
  background: rgba(18, 57, 72, 0.035);
  font-size: 12.5px;
}

.legal-document-facts {
  padding: 8px 18px;
  gap: 0;
  background: rgba(18, 57, 72, 0.018);
}

.legal-document-facts div {
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-left: 0;
  border-top: 1px solid rgba(18, 57, 72, 0.08);
}

.legal-document-facts div:first-child {
  border-top: 0;
}

.legal-document-facts dt {
  color: var(--muted);
  font-size: 10.5px;
  letter-spacing: 0;
}

.legal-document-facts dd {
  font-size: 13.5px;
  line-height: 1.32;
  text-align: right;
}

.legal-document-search {
  padding: 16px 18px 17px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 250, 252, 0.72)),
    var(--surface);
}

.legal-document-search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.legal-document-search label {
  margin: 0;
  letter-spacing: 0;
}

.legal-document-search-head > span {
  flex: 0 0 auto;
  min-width: 52px;
  padding: 4px 7px;
  border: 1px solid rgba(18, 57, 72, 0.11);
  border-radius: 4px;
  color: var(--ink);
  background: rgba(18, 57, 72, 0.035);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
}

.legal-document-search-row {
  grid-template-columns: minmax(0, 1fr) 70px;
  gap: 8px;
}

.legal-document-search-field {
  position: relative;
  min-width: 0;
}

.legal-document-search-field > svg {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 16px;
  height: 16px;
  color: #277f99;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateY(-50%);
  pointer-events: none;
}

.legal-document-search .legal-document-search-field input {
  min-height: 44px;
  padding-right: 12px;
  padding-left: 38px;
  border-color: rgba(18, 57, 72, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
}

.legal-document-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  min-height: 44px;
  border-radius: 6px;
}

.legal-document-search-submit svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.legal-document-search-nav {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 10px;
  padding: 7px;
  border: 1px solid rgba(18, 57, 72, 0.1);
  border-radius: 6px;
  background: rgba(18, 57, 72, 0.025);
}

.legal-document-search-nav > span {
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 800;
  text-align: left;
}

.legal-document-search-nav > div {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid rgba(18, 57, 72, 0.11);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.55);
}

.legal-document-search-nav button {
  width: 34px;
  min-height: 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.legal-document-search-nav button + button {
  border-left: 1px solid rgba(18, 57, 72, 0.1);
}

.legal-document-search-nav button:disabled {
  border-color: transparent;
  background: transparent;
}

.legal-document-search-result {
  margin-top: 9px;
  font-size: 11.75px;
}

:root[data-theme="dark"] .legal-document-sidebar-card {
  border-color: rgba(174, 203, 220, 0.16);
  background:
    linear-gradient(180deg, rgba(19, 29, 38, 0.98), rgba(14, 22, 31, 0.97)),
    var(--surface);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
}

:root[data-theme="dark"] .legal-document-sidebar-head {
  background:
    linear-gradient(180deg, rgba(22, 34, 45, 0.98), rgba(15, 23, 32, 0.94)),
    var(--surface);
}

:root[data-theme="dark"] .legal-document-sidebar-head span {
  border-color: rgba(66, 201, 243, 0.2);
  background: rgba(66, 201, 243, 0.075);
}

:root[data-theme="dark"] .legal-document-sidebar-head p,
:root[data-theme="dark"] .legal-document-search-head > span,
:root[data-theme="dark"] .legal-document-search-nav {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] .legal-document-facts {
  background: rgba(255, 255, 255, 0.018);
}

:root[data-theme="dark"] .legal-document-facts div,
:root[data-theme="dark"] .legal-document-search-nav button + button {
  border-color: rgba(255, 255, 255, 0.09);
}

:root[data-theme="dark"] .legal-document-facts dt {
  color: #93a5b5;
}

:root[data-theme="dark"] .legal-document-search {
  background:
    linear-gradient(180deg, rgba(16, 25, 34, 0.94), rgba(12, 20, 29, 0.9)),
    var(--surface);
}

:root[data-theme="dark"] .legal-document-search .legal-document-search-field input {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
}

:root[data-theme="dark"] .legal-document-search-nav > div {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
}

@media (max-width: 720px) {
  .legal-document-facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .legal-document-facts dd {
    text-align: left;
  }

  .legal-document-search-row {
    grid-template-columns: 1fr;
  }

  .legal-document-search-submit {
    width: 100%;
  }
}

/* Cookie consent and preferences */
body.cookie-preferences-open {
  overflow: hidden;
}

.cookie-consent[hidden],
.cookie-preferences-modal[hidden] {
  display: none;
}

.cookie-consent {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 190;
  width: min(1040px, calc(100vw - 32px));
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 18px, 0) scale(0.985);
  transition: opacity 240ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cookie-consent.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.cookie-consent-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 132px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(48, 188, 233, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(235, 248, 252, 0.82)),
    linear-gradient(90deg, rgba(48, 188, 233, 0.08), rgba(47, 109, 246, 0.055)),
    var(--surface);
  box-shadow:
    0 24px 72px rgba(15, 23, 33, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.64) inset;
  backdrop-filter: blur(22px) saturate(145%);
}

.cookie-consent-card::before,
.cookie-consent-card::after,
.cookie-preferences-dialog::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.cookie-consent-card::before {
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 45%, rgba(48, 188, 233, 0.18) 45.1% 45.5%, transparent 45.6% 100%);
  background-size: 28px 28px, 28px 28px, auto;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.32));
}

.cookie-consent-card::after {
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  z-index: 1;
  background: linear-gradient(90deg, var(--primary), #2f6df6, rgba(20, 184, 166, 0.84), transparent);
  box-shadow: 0 0 22px rgba(48, 188, 233, 0.3);
}

.cookie-consent-copy {
  position: relative;
  min-width: 0;
  padding-left: 14px;
}

.cookie-consent-copy::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--primary), #236cf4, #14b8a6);
  box-shadow: 0 0 18px rgba(48, 188, 233, 0.22);
}

.cookie-preferences-close svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cookie-consent-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 25px;
  margin: 0 0 7px;
  padding: 0 9px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 999px;
  color: #17708c;
  background: rgba(48, 188, 233, 0.08);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.cookie-consent-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.13), 0 0 14px rgba(34, 197, 94, 0.42);
  animation: cookie-consent-dot-pulse 1.35s ease-in-out infinite;
}

@keyframes cookie-consent-dot-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.13), 0 0 14px rgba(34, 197, 94, 0.42);
  }

  50% {
    opacity: 0.45;
    transform: scale(0.74);
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.08), 0 0 6px rgba(34, 197, 94, 0.18);
  }
}

.cookie-consent h2,
.cookie-preferences-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(21px, 1.8vw, 26px);
  line-height: 1.08;
  letter-spacing: 0;
}

.cookie-consent-copy > p:not(.cookie-consent-eyebrow),
.cookie-preferences-body > p,
.cookie-category p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.48;
}

.cookie-category-status {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 999px;
  color: #155f78;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.cookie-category-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 10px rgba(48, 188, 233, 0.38);
}

.cookie-consent-actions,
.cookie-preferences-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.cookie-consent-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 292px;
  align-self: center;
  align-content: center;
}

.cookie-consent-actions .btn,
.cookie-preferences-actions .btn {
  min-height: 43px;
  padding: 0 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.cookie-consent-actions .btn {
  width: 100%;
}

.cookie-consent-actions [data-cookie-accept] {
  grid-column: 1 / -1;
}

.cookie-consent-actions .btn-primary,
.cookie-preferences-actions .btn-primary {
  border-color: rgba(124, 219, 255, 0.46);
  background: linear-gradient(135deg, var(--primary), #236cf4 68%, #14b8a6);
  box-shadow: 0 15px 30px rgba(48, 188, 233, 0.24);
}

.cookie-consent-actions .btn-secondary,
.cookie-preferences-actions .btn-secondary {
  color: var(--muted);
  border-color: rgba(18, 57, 72, 0.14);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: none;
}

.cookie-consent-manage {
  color: #115b75;
  border-color: rgba(48, 188, 233, 0.28);
  background: rgba(48, 188, 233, 0.1);
  box-shadow: none;
}

.cookie-consent-actions .btn:hover,
.cookie-consent-actions .btn:focus-visible,
.cookie-preferences-actions .btn:hover,
.cookie-preferences-actions .btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.cookie-consent-actions a {
  grid-column: 1 / -1;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  color: #277f99;
  font-size: 12.5px;
  font-weight: 850;
}

.cookie-consent-actions a:hover,
.cookie-consent-actions a:focus-visible {
  color: var(--primary-dark);
  outline: none;
}

.cookie-preferences-modal {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: grid;
  place-items: center;
  padding: 22px;
}

.cookie-preferences-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 16%, rgba(48, 188, 233, 0.2), transparent 30%),
    radial-gradient(circle at 78% 74%, rgba(20, 184, 166, 0.16), transparent 30%),
    rgba(6, 11, 16, 0.62);
  backdrop-filter: blur(18px) saturate(130%);
}

.cookie-preferences-dialog {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  max-height: min(780px, calc(100svh - 44px));
  overflow: auto;
  border: 1px solid rgba(48, 188, 233, 0.28);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 248, 252, 0.92)),
    var(--surface);
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.cookie-preferences-dialog::before {
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), #236cf4, #14b8a6, transparent);
}

.cookie-preferences-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 26px 18px;
  border-bottom: 1px solid rgba(18, 57, 72, 0.1);
}

.cookie-preferences-close {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 57, 72, 0.12);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.cookie-preferences-close:hover,
.cookie-preferences-close:focus-visible {
  color: var(--ink);
  border-color: rgba(48, 188, 233, 0.42);
  background: rgba(48, 188, 233, 0.1);
  transform: translateY(-1px);
  outline: none;
}

.cookie-preferences-body {
  display: grid;
  gap: 14px;
  padding: 20px 26px 26px;
}

.cookie-category {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 19px;
  overflow: hidden;
  border: 1px solid rgba(18, 57, 72, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.07), transparent 62%),
    rgba(255, 255, 255, 0.52);
}

.cookie-category::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--primary), #14b8a6);
}

.cookie-category h3 {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
}

.cookie-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.cookie-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.cookie-switch span {
  position: relative;
  width: 58px;
  height: 32px;
  flex: 0 0 58px;
  border: 1px solid rgba(18, 57, 72, 0.18);
  border-radius: 999px;
  background: rgba(18, 57, 72, 0.12);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cookie-switch span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 5px 14px rgba(15, 23, 33, 0.22);
  transition: transform 180ms ease;
}

.cookie-switch input:checked + span {
  border-color: rgba(48, 188, 233, 0.54);
  background: linear-gradient(135deg, var(--primary), #236cf4 72%, #14b8a6);
  box-shadow: 0 0 0 4px rgba(48, 188, 233, 0.12);
}

.cookie-switch input:checked + span::after {
  transform: translateX(26px);
}

.cookie-switch input:focus-visible + span {
  box-shadow: 0 0 0 4px rgba(48, 188, 233, 0.16);
}

.cookie-switch strong {
  min-width: 48px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.cookie-preferences-actions {
  padding: 18px 26px 26px;
  border-top: 1px solid rgba(18, 57, 72, 0.1);
}

.footer-cookie-preferences {
  appearance: none;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  color: var(--footer-muted);
  background: transparent;
  font: inherit;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.3;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-sisdesk-legal a + .footer-cookie-preferences::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 14px;
  vertical-align: -2px;
  background: linear-gradient(180deg, transparent, rgba(20, 151, 194, 0.5), transparent);
  opacity: 0.78;
}

.footer-cookie-preferences:hover,
.footer-cookie-preferences:focus-visible {
  color: var(--footer-accent);
  transform: translateY(-1px);
  outline: none;
}

:root[data-theme="dark"] .cookie-consent-card {
  border-color: rgba(66, 201, 243, 0.28);
  background:
    linear-gradient(135deg, rgba(17, 26, 35, 0.98), rgba(7, 14, 23, 0.94)),
    linear-gradient(90deg, rgba(48, 188, 233, 0.07), rgba(20, 184, 166, 0.04)),
    var(--surface);
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

:root[data-theme="dark"] .cookie-consent-card::before {
  opacity: 0.72;
}

:root[data-theme="dark"] .cookie-category-status {
  color: #76daf6;
  border-color: rgba(66, 201, 243, 0.22);
  background: rgba(66, 201, 243, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

:root[data-theme="dark"] .cookie-consent-eyebrow,
:root[data-theme="dark"] .cookie-consent-actions a,
:root[data-theme="dark"] .cookie-consent-manage {
  color: #76daf6;
}

:root[data-theme="dark"] .cookie-consent-actions .btn-secondary,
:root[data-theme="dark"] .cookie-preferences-actions .btn-secondary,
:root[data-theme="dark"] .cookie-preferences-close,
:root[data-theme="dark"] .cookie-category {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
}

:root[data-theme="dark"] .cookie-preferences-dialog {
  border-color: rgba(66, 201, 243, 0.25);
  background:
    linear-gradient(135deg, rgba(18, 28, 38, 0.98), rgba(9, 16, 25, 0.95)),
    var(--surface);
  box-shadow:
    0 36px 100px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

:root[data-theme="dark"] .cookie-preferences-head,
:root[data-theme="dark"] .cookie-preferences-actions {
  border-color: rgba(255, 255, 255, 0.1);
}

:root[data-theme="dark"] .cookie-switch span {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 860px) {
  .cookie-consent {
    bottom: 14px;
    width: calc(100vw - 28px);
  }

  .cookie-consent-card {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
    min-height: 0;
  }

  .cookie-consent-actions {
    width: 100%;
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .cookie-consent-actions a {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .cookie-consent-card,
  .cookie-preferences-head,
  .cookie-preferences-body,
  .cookie-preferences-actions {
    padding: 16px;
  }

  .cookie-consent h2,
  .cookie-preferences-head h2 {
    font-size: 22px;
  }

  .cookie-consent-copy > p:not(.cookie-consent-eyebrow),
  .cookie-preferences-body > p,
  .cookie-category p {
    font-size: 13.5px;
  }

  .cookie-category {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 16px;
  }

  .cookie-consent-actions .btn,
  .cookie-preferences-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-consent,
  .cookie-consent-actions .btn,
  .cookie-preferences-actions .btn,
  .cookie-preferences-close,
  .cookie-switch span,
  .cookie-switch span::after,
  .cookie-consent-eyebrow::before,
  .cookie-policy-update span::before,
  .footer-cookie-preferences {
    transition: none;
    animation: none;
  }
}

/* Services and solutions right menu premium refresh */
.services-hub-page .corporate-hero-modern::before,
.service-detail-page .corporate-hero-modern::before {
  opacity: 0.42;
}

.services-hub-page .services-index-panel,
.service-detail-page .services-index-panel.service-detail-solutions-menu,
.services-hub-page .service-detail-services-menu {
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(32, 184, 231, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow:
    0 24px 70px rgba(15, 23, 42, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.72) inset;
}

.services-hub-page .services-index-panel::before,
.service-detail-page .services-index-panel.service-detail-solutions-menu::before,
.services-hub-page .service-detail-services-menu::before {
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(32, 184, 231, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 184, 231, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(135deg, transparent, #000 28%, #000 72%, transparent);
}

.services-hub-page .services-index-panel::after,
.service-detail-page .services-index-panel.service-detail-solutions-menu::after,
.services-hub-page .service-detail-services-menu::after {
  opacity: 0.26;
}

.services-hub-page .services-index-head,
.service-detail-page .service-detail-solutions-menu .services-index-head,
.services-hub-page .service-detail-services-menu .services-index-head {
  min-height: 48px;
  padding: 0 2px 18px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.services-hub-page .services-index-head span,
.services-hub-page .services-index-head strong,
.service-detail-page .service-detail-solutions-menu .services-index-head span,
.service-detail-page .service-detail-solutions-menu .services-index-head strong,
.services-hub-page .service-detail-services-menu .services-index-head span,
.services-hub-page .service-detail-services-menu .services-index-head strong {
  width: auto;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.services-hub-page .services-index-head span,
.service-detail-page .service-detail-solutions-menu .services-index-head span,
.services-hub-page .service-detail-services-menu .services-index-head span {
  border: 1px solid rgba(32, 184, 231, 0.18);
  color: #088cc2;
  background: rgba(32, 184, 231, 0.1);
}

.services-hub-page .services-index-head strong,
.service-detail-page .service-detail-solutions-menu .services-index-head strong,
.services-hub-page .service-detail-services-menu .services-index-head strong {
  color: #64748b;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.services-hub-page .services-index-category,
.service-detail-page .service-detail-solutions-menu .services-index-category,
.services-hub-page .service-detail-services-menu .services-index-category {
  min-height: 28px;
  display: flex;
  padding: 0;
  color: #088cc2;
  font-size: 11px;
  font-weight: 800;
}

.services-hub-page .services-index-simple-menu .services-index-list,
.service-detail-solutions-menu .services-index-list {
  grid-template-columns: 1fr;
  grid-template-rows: none;
  gap: 12px;
  padding-top: 16px;
}

.services-hub-page .services-index-simple-menu .services-index-list > a,
.service-detail-solutions-menu .services-index-list > a {
  position: relative;
  isolation: isolate;
  min-height: 84px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  padding: 18px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  color: #0f172a;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
  transition: all 0.3s ease;
}

.services-hub-page .services-index-simple-menu .services-index-list > a::before,
.service-detail-solutions-menu .services-index-list > a::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 0;
  z-index: 1;
  width: 4px;
  border-radius: 0 8px 8px 0;
  background: #20b8e7;
  box-shadow: 0 10px 24px rgba(32, 184, 231, 0.26);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.services-hub-page .services-index-simple-menu .services-index-list > a::after,
.service-detail-solutions-menu .services-index-list > a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #088cc2;
  border-bottom: 2px solid #088cc2;
  opacity: 0.6;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.services-hub-page .services-index-simple-menu .services-index-list > a > span,
.service-detail-solutions-menu .services-index-list > a > span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(32, 184, 231, 0.16);
  border-radius: 10px;
  color: #088cc2;
  background: rgba(32, 184, 231, 0.1);
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease;
}

.services-hub-page .services-index-simple-menu .services-index-list > a > div,
.service-detail-solutions-menu .services-index-list > a > div {
  min-width: 0;
}

.services-hub-page .services-index-simple-menu .services-index-list > a strong,
.service-detail-solutions-menu .services-index-list > a strong {
  display: block;
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.services-hub-page .services-index-simple-menu .services-index-list > a small,
.service-detail-solutions-menu .services-index-list > a small {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.services-hub-page .services-index-simple-menu .services-index-list > a:hover,
.services-hub-page .services-index-simple-menu .services-index-list > a:focus-visible,
.service-detail-solutions-menu .services-index-list > a:hover,
.service-detail-solutions-menu .services-index-list > a:focus-visible {
  border-color: #20b8e7;
  color: #0f172a;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
  transform: translateY(-4px);
  outline: none;
}

.services-hub-page .services-index-simple-menu .services-index-list > a:hover::before,
.services-hub-page .services-index-simple-menu .services-index-list > a:focus-visible::before,
.service-detail-solutions-menu .services-index-list > a:hover::before,
.service-detail-solutions-menu .services-index-list > a:focus-visible::before,
.service-detail-solutions-menu .services-index-list > a.is-active::before,
.service-detail-solutions-menu .services-index-list > a[aria-current="page"]::before {
  opacity: 1;
}

.services-hub-page .services-index-simple-menu .services-index-list > a:hover::after,
.services-hub-page .services-index-simple-menu .services-index-list > a:focus-visible::after,
.service-detail-solutions-menu .services-index-list > a:hover::after,
.service-detail-solutions-menu .services-index-list > a:focus-visible::after {
  opacity: 1;
  transform: translateX(4px) rotate(-45deg);
}

.services-hub-page .services-index-simple-menu .services-index-list > a:hover > span,
.services-hub-page .services-index-simple-menu .services-index-list > a:focus-visible > span,
.service-detail-solutions-menu .services-index-list > a:hover > span,
.service-detail-solutions-menu .services-index-list > a:focus-visible > span {
  border-color: #20b8e7;
  color: #ffffff;
  background: linear-gradient(135deg, #20b8e7 0%, #088cc2 100%);
  box-shadow: 0 12px 24px rgba(32, 184, 231, 0.2);
}

.service-detail-solutions-menu .services-index-list > a.is-active,
.service-detail-solutions-menu .services-index-list > a[aria-current="page"] {
  border-color: #20b8e7;
  color: #0f172a;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%);
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.1),
    0 0 0 1px rgba(32, 184, 231, 0.08) inset;
}

.service-detail-solutions-menu .services-index-list > a.is-active > span,
.service-detail-solutions-menu .services-index-list > a[aria-current="page"] > span {
  border-color: #20b8e7;
  color: #ffffff;
  background: linear-gradient(135deg, #20b8e7 0%, #088cc2 100%);
  box-shadow: 0 12px 24px rgba(32, 184, 231, 0.2);
}

.services-hub-page .services-index-simple-menu .services-index-contact,
.service-detail-solutions-menu .services-index-contact {
  min-height: 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  align-content: center;
  gap: 6px 18px;
  margin-top: 14px;
  padding: 20px 22px;
  border: 1px solid rgba(32, 184, 231, 0.2);
  border-radius: 18px;
  color: #0f172a;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  transition: all 0.3s ease;
}

.services-hub-page .services-index-simple-menu .services-index-contact::after,
.service-detail-solutions-menu .services-index-contact::after {
  content: "";
  grid-column: 2;
  grid-row: 1 / span 3;
  width: 12px;
  height: 12px;
  display: block;
  justify-self: end;
  border-right: 2px solid #088cc2;
  border-bottom: 2px solid #088cc2;
  opacity: 0.6;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.services-hub-page .services-index-simple-menu .services-index-contact:hover,
.services-hub-page .services-index-simple-menu .services-index-contact:focus-visible,
.service-detail-solutions-menu .services-index-contact:hover,
.service-detail-solutions-menu .services-index-contact:focus-visible {
  border-color: #20b8e7;
  color: #0f172a;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
  transform: translateY(-4px);
  outline: none;
}

.services-hub-page .services-index-simple-menu .services-index-contact:hover::after,
.services-hub-page .services-index-simple-menu .services-index-contact:focus-visible::after,
.service-detail-solutions-menu .services-index-contact:hover::after,
.service-detail-solutions-menu .services-index-contact:focus-visible::after {
  opacity: 1;
  transform: translateX(4px) rotate(-45deg);
}

.services-hub-page .services-index-simple-menu .services-index-contact span,
.service-detail-solutions-menu .services-index-contact span {
  grid-column: 1;
  color: #088cc2;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.services-hub-page .services-index-simple-menu .services-index-contact strong,
.service-detail-solutions-menu .services-index-contact strong {
  grid-column: 1;
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.28;
}

.services-hub-page .services-index-simple-menu .services-index-contact p,
.service-detail-solutions-menu .services-index-contact p {
  grid-column: 1;
  margin: 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  white-space: normal;
}

.services-hub-page .service-detail-services-menu .services-index-list {
  grid-template-columns: 1fr;
  gap: 12px;
  padding-top: 16px;
}

.services-hub-page .service-detail-services-menu .services-index-item,
.services-hub-page .service-detail-services-menu .services-index-item:first-of-type,
.services-hub-page .service-detail-services-menu .services-index-item:nth-of-type(5) {
  position: relative;
  isolation: isolate;
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
  transition: all 0.3s ease;
}

.services-hub-page .service-detail-services-menu .services-index-item::before {
  inset: 18px auto 18px 0;
  z-index: 1;
  width: 4px;
  border-radius: 0 8px 8px 0;
  background: #20b8e7;
  box-shadow: 0 10px 24px rgba(32, 184, 231, 0.26);
  opacity: 0;
  transition: all 0.3s ease;
}

.services-hub-page .service-detail-services-menu .services-index-main {
  min-height: 84px;
  grid-template-columns: 44px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 0;
  color: #0f172a;
  transition: all 0.3s ease;
}

.services-hub-page .service-detail-services-menu .services-index-main::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #088cc2;
  border-bottom: 2px solid #088cc2;
  opacity: 0.6;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.services-hub-page .service-detail-services-menu .services-index-main > span {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(32, 184, 231, 0.16);
  border-radius: 10px;
  color: #088cc2;
  background: rgba(32, 184, 231, 0.1);
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.services-hub-page .service-detail-services-menu .services-index-item:hover,
.services-hub-page .service-detail-services-menu .services-index-item:focus-within {
  border-color: #20b8e7;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
  transform: translateY(-4px);
}

.services-hub-page .service-detail-services-menu .services-index-item:hover::before,
.services-hub-page .service-detail-services-menu .services-index-item:focus-within::before,
.services-hub-page .service-detail-services-menu .services-index-item.is-active::before {
  opacity: 1;
}

.services-hub-page .service-detail-services-menu .services-index-item:hover .services-index-main::after,
.services-hub-page .service-detail-services-menu .services-index-item:focus-within .services-index-main::after {
  opacity: 1;
  transform: translateX(4px) rotate(-45deg);
}

.services-hub-page .service-detail-services-menu .services-index-item:hover .services-index-main > span,
.services-hub-page .service-detail-services-menu .services-index-item:focus-within .services-index-main > span,
.services-hub-page .service-detail-services-menu .services-index-main.is-active > span {
  border-color: #20b8e7;
  color: #ffffff;
  background: linear-gradient(135deg, #20b8e7 0%, #088cc2 100%);
  box-shadow: 0 12px 24px rgba(32, 184, 231, 0.2);
}

.services-hub-page .service-detail-services-menu .services-index-item.is-active {
  border-color: #20b8e7;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%);
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.1),
    0 0 0 1px rgba(32, 184, 231, 0.08) inset;
}

.services-hub-page .service-detail-services-menu .services-index-subitems,
.services-hub-page .service-detail-services-menu .services-index-item:hover .services-index-subitems,
.services-hub-page .service-detail-services-menu .services-index-item:focus-within .services-index-subitems,
.services-hub-page .service-detail-services-menu .services-index-item.is-active .services-index-subitems,
.services-hub-page .service-detail-services-menu .services-index-item:first-of-type .services-index-subitems {
  max-height: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  overflow: visible;
  padding: 0 20px 18px 78px;
  border: 0;
  background: transparent;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.services-hub-page .service-detail-services-menu .services-index-subitems::before {
  display: none;
}

.services-hub-page .service-detail-services-menu .services-index-subitems a {
  min-height: 32px;
  padding: 7px 24px 7px 22px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  color: #64748b;
  background: #ffffff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  transition: all 0.3s ease;
}

.services-hub-page .service-detail-services-menu .services-index-subitems a::before {
  left: 10px;
  width: 4px;
  height: 4px;
  background: #20b8e7;
  box-shadow: none;
}

.services-hub-page .service-detail-services-menu .services-index-subitems a::after {
  right: 9px;
  width: 6px;
  height: 6px;
  border-right-color: #088cc2;
  border-bottom-color: #088cc2;
}

.services-hub-page .service-detail-services-menu .services-index-subitems a:hover,
.services-hub-page .service-detail-services-menu .services-index-subitems a:focus-visible,
.services-hub-page .service-detail-services-menu .services-index-subitems a.is-current,
.services-hub-page .service-detail-services-menu .services-index-subitems a[aria-current="page"] {
  border-color: rgba(32, 184, 231, 0.42);
  color: #0f172a;
  background: #f0fbff;
}

:root[data-theme="dark"] .services-hub-page .services-index-panel,
:root[data-theme="dark"] .service-detail-page .services-index-panel.service-detail-solutions-menu,
:root[data-theme="dark"] .services-hub-page .service-detail-services-menu {
  border-color: rgba(32, 184, 231, 0.24);
  background: rgba(15, 23, 42, 0.82);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.07) inset;
}

:root[data-theme="dark"] .services-hub-page .services-index-simple-menu .services-index-list > a,
:root[data-theme="dark"] .service-detail-solutions-menu .services-index-list > a,
:root[data-theme="dark"] .services-hub-page .service-detail-services-menu .services-index-item,
:root[data-theme="dark"] .services-hub-page .service-detail-services-menu .services-index-item:first-of-type,
:root[data-theme="dark"] .services-hub-page .service-detail-services-menu .services-index-item:nth-of-type(5),
:root[data-theme="dark"] .services-hub-page .service-detail-services-menu .services-index-subitems a {
  border-color: rgba(226, 232, 240, 0.14);
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .services-hub-page .services-index-simple-menu .services-index-list > a strong,
:root[data-theme="dark"] .service-detail-solutions-menu .services-index-list > a strong,
:root[data-theme="dark"] .services-hub-page .service-detail-services-menu .services-index-list strong,
:root[data-theme="dark"] .services-hub-page .services-index-simple-menu .services-index-contact strong,
:root[data-theme="dark"] .service-detail-solutions-menu .services-index-contact strong {
  color: #f8fafc;
}

:root[data-theme="dark"] .services-hub-page .services-index-simple-menu .services-index-list > a small,
:root[data-theme="dark"] .service-detail-solutions-menu .services-index-list > a small,
:root[data-theme="dark"] .services-hub-page .service-detail-services-menu .services-index-list small,
:root[data-theme="dark"] .services-hub-page .service-detail-services-menu .services-index-subitems a,
:root[data-theme="dark"] .services-hub-page .services-index-simple-menu .services-index-contact p,
:root[data-theme="dark"] .service-detail-solutions-menu .services-index-contact p {
  color: #cbd5e1;
}

:root[data-theme="dark"] .services-hub-page .services-index-simple-menu .services-index-list > a:hover,
:root[data-theme="dark"] .services-hub-page .services-index-simple-menu .services-index-list > a:focus-visible,
:root[data-theme="dark"] .service-detail-solutions-menu .services-index-list > a:hover,
:root[data-theme="dark"] .service-detail-solutions-menu .services-index-list > a:focus-visible,
:root[data-theme="dark"] .services-hub-page .service-detail-services-menu .services-index-item:hover,
:root[data-theme="dark"] .services-hub-page .service-detail-services-menu .services-index-item:focus-within,
:root[data-theme="dark"] .service-detail-solutions-menu .services-index-list > a.is-active,
:root[data-theme="dark"] .service-detail-solutions-menu .services-index-list > a[aria-current="page"],
:root[data-theme="dark"] .services-hub-page .service-detail-services-menu .services-index-item.is-active {
  border-color: #20b8e7;
  color: #f8fafc;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(32, 184, 231, 0.12) 100%);
}

:root[data-theme="dark"] .services-hub-page .services-index-simple-menu .services-index-contact,
:root[data-theme="dark"] .service-detail-solutions-menu .services-index-contact {
  border-color: rgba(32, 184, 231, 0.24);
  color: #f8fafc;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(32, 184, 231, 0.12) 100%);
}

@media (max-width: 1080px) {
  .services-hub-page .services-index-panel,
  .service-detail-page .services-index-panel.service-detail-solutions-menu,
  .services-hub-page .service-detail-services-menu {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .services-hub-page .services-index-panel,
  .service-detail-page .services-index-panel.service-detail-solutions-menu,
  .services-hub-page .service-detail-services-menu {
    padding: 16px;
    border-radius: 20px;
  }

  .services-hub-page .services-index-head,
  .service-detail-page .service-detail-solutions-menu .services-index-head,
  .services-hub-page .service-detail-services-menu .services-index-head {
    gap: 10px;
    align-items: flex-start;
    padding-bottom: 14px;
  }

  .services-hub-page .services-index-simple-menu .services-index-list,
  .service-detail-solutions-menu .services-index-list,
  .services-hub-page .service-detail-services-menu .services-index-list {
    gap: 10px;
    padding-top: 14px;
  }

  .services-hub-page .services-index-simple-menu .services-index-list > a,
  .service-detail-solutions-menu .services-index-list > a,
  .services-hub-page .service-detail-services-menu .services-index-main {
    min-height: 78px;
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    gap: 12px;
    padding: 16px;
  }

  .services-hub-page .services-index-simple-menu .services-index-list > a > span,
  .service-detail-solutions-menu .services-index-list > a > span,
  .services-hub-page .service-detail-services-menu .services-index-main > span {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }

  .services-hub-page .services-index-simple-menu .services-index-list > a strong,
  .service-detail-solutions-menu .services-index-list > a strong,
  .services-hub-page .service-detail-services-menu .services-index-list strong {
    font-size: 15px;
  }

  .services-hub-page .services-index-simple-menu .services-index-list > a small,
  .service-detail-solutions-menu .services-index-list > a small,
  .services-hub-page .service-detail-services-menu .services-index-list small {
    font-size: 12px;
    line-height: 1.45;
  }

  .services-hub-page .service-detail-services-menu .services-index-subitems,
  .services-hub-page .service-detail-services-menu .services-index-item:hover .services-index-subitems,
  .services-hub-page .service-detail-services-menu .services-index-item:focus-within .services-index-subitems,
  .services-hub-page .service-detail-services-menu .services-index-item.is-active .services-index-subitems,
  .services-hub-page .service-detail-services-menu .services-index-item:first-of-type .services-index-subitems {
    grid-template-columns: 1fr;
    padding: 0 16px 16px 66px;
  }

  .services-hub-page .services-index-simple-menu .services-index-contact,
  .service-detail-solutions-menu .services-index-contact {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 18px;
  }

  .services-hub-page .services-index-simple-menu .services-index-contact::after,
  .service-detail-solutions-menu .services-index-contact::after {
    display: none;
  }
}

@media (max-width: 460px) {
  .services-hub-page .services-index-simple-menu .services-index-list > a,
  .service-detail-solutions-menu .services-index-list > a,
  .services-hub-page .service-detail-services-menu .services-index-main {
    grid-template-columns: 1fr;
  }

  .services-hub-page .services-index-simple-menu .services-index-list > a::after,
  .service-detail-solutions-menu .services-index-list > a::after,
  .services-hub-page .service-detail-services-menu .services-index-main::after {
    display: none;
  }

  .services-hub-page .service-detail-services-menu .services-index-subitems,
  .services-hub-page .service-detail-services-menu .services-index-item:hover .services-index-subitems,
  .services-hub-page .service-detail-services-menu .services-index-item:focus-within .services-index-subitems,
  .services-hub-page .service-detail-services-menu .services-index-item.is-active .services-index-subitems,
  .services-hub-page .service-detail-services-menu .services-index-item:first-of-type .services-index-subitems {
    padding-left: 16px;
  }
}

/* Keep the solutions hub on the same premium menu system despite older scoped rules */
.solutions-hub-page .service-detail-solutions-menu .services-index-head {
  min-height: 48px;
  padding: 0 2px 18px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.solutions-hub-page .service-detail-solutions-menu .services-index-head span,
.solutions-hub-page .service-detail-solutions-menu .services-index-head strong {
  width: auto;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-head span {
  border: 1px solid rgba(32, 184, 231, 0.18);
  color: #088cc2;
  background: rgba(32, 184, 231, 0.1);
}

.solutions-hub-page .service-detail-solutions-menu .services-index-head strong {
  color: #64748b;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.solutions-hub-page .service-detail-solutions-menu .services-index-category {
  min-height: 28px;
  display: flex;
  padding: 0;
  color: #088cc2;
  font-size: 11px;
  font-weight: 800;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list {
  grid-template-columns: 1fr;
  grid-template-rows: none;
  gap: 12px;
  padding-top: 16px;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a {
  min-height: 84px;
  grid-template-columns: 44px minmax(0, 1fr) 20px;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  color: #0f172a;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
  transition: all 0.3s ease;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a::before {
  inset: 18px auto 18px 0;
  z-index: 1;
  width: 4px;
  border-radius: 0 8px 8px 0;
  background: #20b8e7;
  box-shadow: 0 10px 24px rgba(32, 184, 231, 0.26);
  opacity: 0;
  transition: all 0.3s ease;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid #088cc2;
  border-bottom: 2px solid #088cc2;
  opacity: 0.6;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a > span {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(32, 184, 231, 0.16);
  border-radius: 10px;
  color: #088cc2;
  background: rgba(32, 184, 231, 0.1);
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a strong {
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.28;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a small {
  margin-top: 6px;
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:hover,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:focus-visible {
  border-color: #20b8e7;
  color: #0f172a;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
  transform: translateY(-4px);
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:hover::before,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:focus-visible::before,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a.is-active::before,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"]::before {
  opacity: 1;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:hover::after,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:focus-visible::after {
  opacity: 1;
  transform: translateX(4px) rotate(-45deg);
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:hover > span,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:focus-visible > span,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a.is-active > span,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"] > span {
  border-color: #20b8e7;
  color: #ffffff;
  background: linear-gradient(135deg, #20b8e7 0%, #088cc2 100%);
  box-shadow: 0 12px 24px rgba(32, 184, 231, 0.2);
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a.is-active,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"] {
  border-color: #20b8e7;
  color: #0f172a;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%);
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.1),
    0 0 0 1px rgba(32, 184, 231, 0.08) inset;
}

@media (max-width: 720px) {
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a {
    min-height: 78px;
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    gap: 12px;
    padding: 16px;
  }

  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a > span {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }

  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a strong {
    font-size: 15px;
  }

  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a small {
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (max-width: 460px) {
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a {
    grid-template-columns: 1fr;
  }

  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a::after {
    display: none;
  }
}

:root[data-theme="dark"] .solutions-hub-page .service-detail-solutions-menu .services-index-head strong {
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .solutions-hub-page .service-detail-solutions-menu .services-index-list > a {
  border-color: rgba(226, 232, 240, 0.14);
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .solutions-hub-page .service-detail-solutions-menu .services-index-list > a strong {
  color: #f8fafc;
}

:root[data-theme="dark"] .solutions-hub-page .service-detail-solutions-menu .services-index-list > a small {
  color: #cbd5e1;
}

:root[data-theme="dark"] .solutions-hub-page .service-detail-solutions-menu .services-index-list > a:hover,
:root[data-theme="dark"] .solutions-hub-page .service-detail-solutions-menu .services-index-list > a:focus-visible,
:root[data-theme="dark"] .solutions-hub-page .service-detail-solutions-menu .services-index-list > a.is-active,
:root[data-theme="dark"] .solutions-hub-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"] {
  border-color: #20b8e7;
  color: #f8fafc;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(32, 184, 231, 0.12) 100%);
}

/* Compact the equalized hub menus so they no longer run past the first viewport */
.services-hub-page .services-index-simple-menu,
.solutions-hub-page .service-detail-solutions-menu {
  --hub-menu-card-height: 74px;
  --hub-menu-contact-height: 84px;
  padding: 18px;
}

.services-hub-page .services-index-simple-menu .services-index-head,
.solutions-hub-page .service-detail-solutions-menu .services-index-head {
  min-height: 42px;
  padding-bottom: 12px;
}

.services-hub-page .services-index-simple-menu .services-index-head span,
.services-hub-page .services-index-simple-menu .services-index-head strong,
.solutions-hub-page .service-detail-solutions-menu .services-index-head span,
.solutions-hub-page .service-detail-solutions-menu .services-index-head strong {
  min-height: 26px;
  padding-inline: 10px;
  font-size: 10.5px;
}

.services-hub-page .services-index-simple-menu .services-index-category,
.solutions-hub-page .service-detail-solutions-menu .services-index-category {
  min-height: 22px;
}

.services-hub-page .services-index-simple-menu .services-index-list,
.solutions-hub-page .service-detail-solutions-menu .services-index-list {
  gap: 8px;
  padding-top: 12px;
  grid-auto-rows: var(--hub-menu-card-height);
}

.services-hub-page .services-index-simple-menu .services-index-list > a,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a {
  height: var(--hub-menu-card-height);
  min-height: 0;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 14px;
}

.services-hub-page .services-index-simple-menu .services-index-list > a::before,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a::before {
  inset: 14px auto 14px 0;
}

.services-hub-page .services-index-simple-menu .services-index-list > a > span,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a > span {
  width: 34px;
  height: 34px;
  font-size: 11px;
}

.services-hub-page .services-index-simple-menu .services-index-list > a strong,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a strong {
  font-size: 14.5px;
  line-height: 1.22;
}

.services-hub-page .services-index-simple-menu .services-index-list > a small,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a small {
  margin-top: 4px;
  font-size: 11.5px;
  line-height: 1.32;
}

.services-hub-page .services-index-simple-menu .services-index-contact,
.solutions-hub-page .service-detail-solutions-menu .services-index-contact {
  height: var(--hub-menu-contact-height);
  min-height: 0;
  margin-top: 10px;
  padding: 12px 16px;
  border-radius: 14px;
}

.services-hub-page .services-index-simple-menu .services-index-contact span,
.solutions-hub-page .service-detail-solutions-menu .services-index-contact span {
  font-size: 10.5px;
}

.services-hub-page .services-index-simple-menu .services-index-contact strong,
.solutions-hub-page .service-detail-solutions-menu .services-index-contact strong {
  font-size: 14.5px;
  line-height: 1.22;
}

.services-hub-page .services-index-simple-menu .services-index-contact p,
.solutions-hub-page .service-detail-solutions-menu .services-index-contact p {
  font-size: 11.5px;
  line-height: 1.35;
}

@media (max-width: 720px) {
  .services-hub-page .services-index-simple-menu,
  .solutions-hub-page .service-detail-solutions-menu {
    --hub-menu-card-height: auto;
    --hub-menu-contact-height: auto;
  }

  .services-hub-page .services-index-simple-menu .services-index-list,
  .solutions-hub-page .service-detail-solutions-menu .services-index-list {
    grid-auto-rows: minmax(78px, auto);
  }

  .services-hub-page .services-index-simple-menu .services-index-list > a,
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a,
  .services-hub-page .services-index-simple-menu .services-index-contact,
  .solutions-hub-page .service-detail-solutions-menu .services-index-contact {
    height: auto;
  }
}
/* Very final right-menu lock for Solutions and Services scope */
:root {
  --sisds-vf-menu-width: 760px;
  --sisds-vf-menu-height: 700px;
  --sisds-vf-menu-padding: 18px;
  --sisds-vf-menu-head: 42px;
  --sisds-vf-menu-category: 22px;
  --sisds-vf-menu-card: 74px;
  --sisds-vf-menu-contact: 84px;
  --sisds-vf-menu-gap: 8px;
  --sisds-vf-menu-badge: 34px;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu,
  .service-detail-page .service-subnav-panel
) {
  width: 100% !important;
  max-width: var(--sisds-vf-menu-width) !important;
  min-height: var(--sisds-vf-menu-height) !important;
  height: var(--sisds-vf-menu-height) !important;
  max-height: var(--sisds-vf-menu-height) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-self: end !important;
  padding: var(--sisds-vf-menu-padding) !important;
  overflow: visible !important;
  border: 1px solid rgba(32, 184, 231, 0.18) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-head,
.service-detail-page .service-subnav-panel :is(.corporate-hub-head, .service-subnav-head) {
  flex: 0 0 var(--sisds-vf-menu-head) !important;
  min-height: var(--sisds-vf-menu-head) !important;
  height: var(--sisds-vf-menu-head) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 2px 12px !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.76) !important;
  box-sizing: border-box !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: var(--sisds-vf-menu-category) !important;
  grid-auto-rows: var(--sisds-vf-menu-card) !important;
  align-content: start !important;
  gap: var(--sisds-vf-menu-gap) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 0 !important;
  overflow: visible !important;
}

.service-detail-page .service-subnav-panel .service-subnav-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-auto-rows: var(--sisds-vf-menu-card) !important;
  align-content: start !important;
  gap: var(--sisds-vf-menu-gap) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 0 !important;
  overflow: auto !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-category {
  min-height: 0 !important;
  height: var(--sisds-vf-menu-category) !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--sisds-primary-dark) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a,
  .service-detail-page .service-detail-solutions-menu .services-index-list > a,
  .services-hub-page .services-index-simple-menu .services-index-list > a,
  .service-detail-page .service-detail-services-menu .services-index-item,
  .service-detail-services-shell .service-detail-services-menu .services-index-item,
  .service-detail-page .service-subnav-panel .service-subnav-card
) {
  width: 100% !important;
  min-height: 0 !important;
  height: var(--sisds-vf-menu-card) !important;
  max-height: var(--sisds-vf-menu-card) !important;
  margin: 0 !important;
  border: 1px solid var(--sisds-border) !important;
  border-radius: 14px !important;
  background: var(--sisds-surface) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: visible !important;
  transition: all 0.3s ease !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a,
  .service-detail-page .service-detail-solutions-menu .services-index-list > a,
  .services-hub-page .services-index-simple-menu .services-index-list > a,
  .service-detail-page .service-subnav-panel .service-subnav-card,
  .service-detail-page .service-detail-services-menu .services-index-main,
  .service-detail-services-shell .service-detail-services-menu .services-index-main
) {
  display: grid !important;
  grid-template-columns: var(--sisds-vf-menu-badge) minmax(0, 1fr) 18px !important;
  align-items: center !important;
  align-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 0 !important;
  height: var(--sisds-vf-menu-card) !important;
  padding: 12px 16px !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

:is(
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-item {
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

:is(
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-main {
  border: 1px solid var(--sisds-border) !important;
  border-radius: 14px !important;
  background: var(--sisds-surface) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
  transition: all 0.3s ease !important;
}

:is(
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-item:hover .services-index-main,
:is(
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-item:focus-within .services-index-main {
  border-color: var(--sisds-primary) !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1) !important;
}

:is(
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-item.is-active .services-index-main {
  border-color: var(--sisds-primary) !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%) !important;
  box-shadow: 0 16px 40px rgba(8, 140, 194, 0.12) !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a > span,
  .service-detail-page .service-detail-solutions-menu .services-index-list > a > span,
  .services-hub-page .services-index-simple-menu .services-index-list > a > span,
  .service-detail-page .service-detail-services-menu .services-index-main > span,
  .service-detail-services-shell .service-detail-services-menu .services-index-main > span,
  .service-detail-page .service-subnav-panel .service-subnav-card > span
) {
  width: var(--sisds-vf-menu-badge) !important;
  height: var(--sisds-vf-menu-badge) !important;
  min-width: var(--sisds-vf-menu-badge) !important;
  min-height: var(--sisds-vf-menu-badge) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(32, 184, 231, 0.16) !important;
  border-radius: 10px !important;
  background: rgba(32, 184, 231, 0.1) !important;
  color: var(--sisds-primary-dark) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-list strong,
.service-detail-page .service-subnav-panel .service-subnav-card strong {
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--sisds-ink) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-list small,
.service-detail-page .service-subnav-panel .service-subnav-card small {
  display: block !important;
  margin: 4px 0 0 !important;
  overflow: hidden !important;
  color: var(--sisds-muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-contact {
  flex: 0 0 var(--sisds-vf-menu-contact) !important;
  min-height: 0 !important;
  height: var(--sisds-vf-menu-contact) !important;
  max-height: var(--sisds-vf-menu-contact) !important;
  display: grid !important;
  align-content: center !important;
  gap: 4px !important;
  margin: auto 0 0 !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(32, 184, 231, 0.18) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
  overflow: hidden !important;
  text-decoration: none !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-contact :is(span, strong, p) {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-contact span {
  color: var(--sisds-primary-dark) !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-contact strong {
  color: var(--sisds-ink) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-contact p {
  margin: 0 !important;
  color: var(--sisds-muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

@media (max-width: 1080px) {
  :is(
    .solutions-hub-page .service-detail-solutions-menu,
    .service-detail-page .service-detail-solutions-menu,
    .services-hub-page .services-index-simple-menu,
    .service-detail-page .service-detail-services-menu,
    .service-detail-services-shell .service-detail-services-menu,
    .service-detail-page .service-subnav-panel
  ) {
    max-width: none !important;
    justify-self: stretch !important;
  }
}

@media (max-width: 720px) {
  :root {
    --sisds-vf-menu-height: auto;
    --sisds-vf-menu-card: 84px;
    --sisds-vf-menu-contact: 96px;
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu,
    .service-detail-page .service-detail-solutions-menu,
    .services-hub-page .services-index-simple-menu,
    .service-detail-page .service-detail-services-menu,
    .service-detail-services-shell .service-detail-services-menu,
    .service-detail-page .service-subnav-panel
  ) {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
  }
}

.service-detail-page .service-detail-services-menu .services-index-item,
.service-detail-services-shell .service-detail-services-menu .services-index-item,
.service-detail-page .service-detail-services-menu .services-index-item.motion-reveal,
.service-detail-services-shell .service-detail-services-menu .services-index-item.motion-reveal,
.service-detail-page .service-detail-services-menu .services-index-item.is-visible,
.service-detail-services-shell .service-detail-services-menu .services-index-item.is-visible,
.service-detail-page .service-detail-services-menu .services-index-item.is-active,
.service-detail-services-shell .service-detail-services-menu .services-index-item.is-active {
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.service-detail-page .service-detail-services-menu .services-index-main,
.service-detail-services-shell .service-detail-services-menu .services-index-main {
  width: 100% !important;
  min-height: 0 !important;
  height: var(--sisds-author-menu-card) !important;
  display: grid !important;
  grid-template-columns: var(--sisds-author-menu-badge) minmax(0, 1fr) 18px !important;
  align-items: center !important;
  align-content: center !important;
  gap: 12px !important;
  padding: 12px 16px !important;
  border: 1px solid var(--sisds-border) !important;
  border-radius: 14px !important;
  background: var(--sisds-surface) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
  box-sizing: border-box !important;
}

.service-detail-page .service-detail-services-menu .services-index-item:hover .services-index-main,
.service-detail-page .service-detail-services-menu .services-index-item:focus-within .services-index-main,
.service-detail-services-shell .service-detail-services-menu .services-index-item:hover .services-index-main,
.service-detail-services-shell .service-detail-services-menu .services-index-item:focus-within .services-index-main {
  border-color: var(--sisds-primary) !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1) !important;
}

.service-detail-page .service-detail-services-menu .services-index-item.is-active .services-index-main,
.service-detail-services-shell .service-detail-services-menu .services-index-item.is-active .services-index-main {
  border-color: var(--sisds-primary) !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%) !important;
  box-shadow: 0 16px 40px rgba(8, 140, 194, 0.12) !important;
}

/* Final JS-rendered services menu size guard */
.service-detail-services-menu .services-index-item,
.service-detail-services-menu .services-index-item.is-active,
.service-detail-services-menu .services-index-item.motion-reveal,
.service-detail-services-menu .services-index-item.is-visible,
.service-detail-services-menu .services-index-item.motion-reveal.is-visible {
  width: 100% !important;
  height: var(--sisds-author-menu-card) !important;
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.service-detail-services-menu .services-index-main,
.service-detail-services-menu .services-index-main.is-active {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Restore natural sizing on Solutions and Services pages */
:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-list {
  grid-auto-rows: auto !important;
  align-content: start !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a,
  .service-detail-page .service-detail-solutions-menu .services-index-list > a,
  .services-hub-page .services-index-simple-menu .services-index-list > a,
  .service-detail-page .service-detail-services-menu .services-index-item,
  .service-detail-services-shell .service-detail-services-menu .services-index-item
) {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}

:is(
  .service-detail-page .service-detail-services-menu .services-index-main,
  .service-detail-services-shell .service-detail-services-menu .services-index-main
) {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-contact {
  flex: 0 0 auto !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}

/* True final lock: Solutions + Services right menus only */
:root {
  --sisds-final-menu-width: 760px;
  --sisds-final-menu-height: 700px;
  --sisds-final-menu-padding: 18px;
  --sisds-final-menu-head: 42px;
  --sisds-final-menu-category: 22px;
  --sisds-final-menu-card: 74px;
  --sisds-final-menu-contact: 84px;
  --sisds-final-menu-gap: 8px;
  --sisds-final-menu-badge: 34px;
}

.solutions-hub-page .service-detail-solutions-menu,
.service-detail-page .service-detail-solutions-menu,
.services-hub-page .services-index-simple-menu,
.service-detail-page .service-detail-services-menu,
.service-detail-services-shell .service-detail-services-menu,
.service-detail-page .service-subnav-panel {
  width: 100% !important;
  max-width: var(--sisds-final-menu-width) !important;
  min-height: var(--sisds-final-menu-height) !important;
  height: var(--sisds-final-menu-height) !important;
  max-height: var(--sisds-final-menu-height) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-self: end !important;
  padding: var(--sisds-final-menu-padding) !important;
  overflow: visible !important;
  border: 1px solid rgba(32, 184, 231, 0.18) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-head,
.service-detail-page .service-detail-solutions-menu .services-index-head,
.services-hub-page .services-index-simple-menu .services-index-head,
.service-detail-page .service-detail-services-menu .services-index-head,
.service-detail-services-shell .service-detail-services-menu .services-index-head,
.service-detail-page .service-subnav-panel .corporate-hub-head,
.service-detail-page .service-subnav-panel .service-subnav-head {
  flex: 0 0 var(--sisds-final-menu-head) !important;
  height: var(--sisds-final-menu-head) !important;
  min-height: var(--sisds-final-menu-head) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 2px 12px !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.76) !important;
  box-sizing: border-box !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list,
.service-detail-page .service-detail-solutions-menu .services-index-list,
.services-hub-page .services-index-simple-menu .services-index-list,
.service-detail-page .service-detail-services-menu .services-index-list,
.service-detail-services-shell .service-detail-services-menu .services-index-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: var(--sisds-final-menu-category) !important;
  grid-auto-rows: var(--sisds-final-menu-card) !important;
  align-content: start !important;
  gap: var(--sisds-final-menu-gap) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 0 !important;
  overflow: visible !important;
}

.service-detail-page .service-subnav-panel .service-subnav-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-auto-rows: var(--sisds-final-menu-card) !important;
  align-content: start !important;
  gap: var(--sisds-final-menu-gap) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 0 !important;
  overflow: auto !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-category,
.service-detail-page .service-detail-solutions-menu .services-index-category,
.services-hub-page .services-index-simple-menu .services-index-category,
.service-detail-page .service-detail-services-menu .services-index-category,
.service-detail-services-shell .service-detail-services-menu .services-index-category {
  min-height: 0 !important;
  height: var(--sisds-final-menu-category) !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--sisds-primary-dark) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a,
.service-detail-page .service-detail-solutions-menu .services-index-list > a,
.services-hub-page .services-index-simple-menu .services-index-list > a,
.service-detail-page .service-detail-services-menu .services-index-item,
.service-detail-services-shell .service-detail-services-menu .services-index-item,
.service-detail-page .service-subnav-panel .service-subnav-card {
  width: 100% !important;
  min-height: 0 !important;
  height: var(--sisds-final-menu-card) !important;
  max-height: var(--sisds-final-menu-card) !important;
  margin: 0 !important;
  border: 1px solid var(--sisds-border) !important;
  border-radius: 14px !important;
  background: var(--sisds-surface) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: visible !important;
  transition: all 0.3s ease !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a,
.service-detail-page .service-detail-solutions-menu .services-index-list > a,
.services-hub-page .services-index-simple-menu .services-index-list > a,
.service-detail-page .service-subnav-panel .service-subnav-card,
.service-detail-page .service-detail-services-menu .services-index-main,
.service-detail-services-shell .service-detail-services-menu .services-index-main {
  display: grid !important;
  grid-template-columns: var(--sisds-final-menu-badge) minmax(0, 1fr) 18px !important;
  align-items: center !important;
  align-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 0 !important;
  height: var(--sisds-final-menu-card) !important;
  padding: 12px 16px !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.service-detail-page .service-detail-services-menu .services-index-main,
.service-detail-services-shell .service-detail-services-menu .services-index-main {
  border: 0 !important;
  background: transparent !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a > span,
.service-detail-page .service-detail-solutions-menu .services-index-list > a > span,
.services-hub-page .services-index-simple-menu .services-index-list > a > span,
.service-detail-page .service-detail-services-menu .services-index-main > span,
.service-detail-services-shell .service-detail-services-menu .services-index-main > span,
.service-detail-page .service-subnav-panel .service-subnav-card > span {
  width: var(--sisds-final-menu-badge) !important;
  height: var(--sisds-final-menu-badge) !important;
  min-width: var(--sisds-final-menu-badge) !important;
  min-height: var(--sisds-final-menu-badge) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(32, 184, 231, 0.16) !important;
  border-radius: 10px !important;
  background: rgba(32, 184, 231, 0.1) !important;
  color: var(--sisds-primary-dark) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list strong,
.service-detail-page .service-detail-solutions-menu .services-index-list strong,
.services-hub-page .services-index-simple-menu .services-index-list strong,
.service-detail-page .service-detail-services-menu .services-index-list strong,
.service-detail-services-shell .service-detail-services-menu .services-index-list strong,
.service-detail-page .service-subnav-panel .service-subnav-card strong {
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--sisds-ink) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list small,
.service-detail-page .service-detail-solutions-menu .services-index-list small,
.services-hub-page .services-index-simple-menu .services-index-list small,
.service-detail-page .service-detail-services-menu .services-index-list small,
.service-detail-services-shell .service-detail-services-menu .services-index-list small,
.service-detail-page .service-subnav-panel .service-subnav-card small {
  display: block !important;
  margin: 4px 0 0 !important;
  overflow: hidden !important;
  color: var(--sisds-muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-contact,
.service-detail-page .service-detail-solutions-menu .services-index-contact,
.services-hub-page .services-index-simple-menu .services-index-contact,
.service-detail-page .service-detail-services-menu .services-index-contact,
.service-detail-services-shell .service-detail-services-menu .services-index-contact {
  flex: 0 0 var(--sisds-final-menu-contact) !important;
  min-height: 0 !important;
  height: var(--sisds-final-menu-contact) !important;
  max-height: var(--sisds-final-menu-contact) !important;
  display: grid !important;
  align-content: center !important;
  gap: 4px !important;
  margin: auto 0 0 !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(32, 184, 231, 0.18) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
  overflow: hidden !important;
  text-decoration: none !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-contact span,
.service-detail-page .service-detail-solutions-menu .services-index-contact span,
.services-hub-page .services-index-simple-menu .services-index-contact span,
.service-detail-page .service-detail-services-menu .services-index-contact span,
.service-detail-services-shell .service-detail-services-menu .services-index-contact span {
  color: var(--sisds-primary-dark) !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-contact strong,
.service-detail-page .service-detail-solutions-menu .services-index-contact strong,
.services-hub-page .services-index-simple-menu .services-index-contact strong,
.service-detail-page .service-detail-services-menu .services-index-contact strong,
.service-detail-services-shell .service-detail-services-menu .services-index-contact strong {
  display: block !important;
  overflow: hidden !important;
  color: var(--sisds-ink) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-contact p,
.service-detail-page .service-detail-solutions-menu .services-index-contact p,
.services-hub-page .services-index-simple-menu .services-index-contact p,
.service-detail-page .service-detail-services-menu .services-index-contact p,
.service-detail-services-shell .service-detail-services-menu .services-index-contact p {
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--sisds-muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.service-detail-page .service-detail-services-menu .services-index-subitems,
.service-detail-services-shell .service-detail-services-menu .services-index-subitems {
  position: absolute !important;
  right: calc(100% + 12px) !important;
  left: auto !important;
  top: 0 !important;
  z-index: 20 !important;
  display: grid !important;
  width: min(300px, 42vw) !important;
  max-height: min(360px, calc(100vh - 160px)) !important;
  gap: 6px !important;
  padding: 10px !important;
  overflow: auto !important;
  border: 1px solid rgba(32, 184, 231, 0.18) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(8px) !important;
  visibility: hidden !important;
  transition: all 0.3s ease !important;
}

.service-detail-page .service-detail-services-menu .services-index-item:hover .services-index-subitems,
.service-detail-page .service-detail-services-menu .services-index-item:focus-within .services-index-subitems,
.service-detail-services-shell .service-detail-services-menu .services-index-item:hover .services-index-subitems,
.service-detail-services-shell .service-detail-services-menu .services-index-item:focus-within .services-index-subitems {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(0) !important;
  visibility: visible !important;
}

@media (max-width: 1080px) {
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu,
  .service-detail-page .service-subnav-panel {
    max-width: none !important;
    justify-self: stretch !important;
  }

  .service-detail-page .service-detail-services-menu .services-index-subitems,
  .service-detail-services-shell .service-detail-services-menu .services-index-subitems {
    left: 0 !important;
    right: auto !important;
    top: calc(100% + 8px) !important;
    width: 100% !important;
    transform: translateY(-4px) !important;
  }

  .service-detail-page .service-detail-services-menu .services-index-item:hover .services-index-subitems,
  .service-detail-page .service-detail-services-menu .services-index-item:focus-within .services-index-subitems,
  .service-detail-services-shell .service-detail-services-menu .services-index-item:hover .services-index-subitems,
  .service-detail-services-shell .service-detail-services-menu .services-index-item:focus-within .services-index-subitems {
    transform: translateY(0) !important;
  }
}

@media (max-width: 720px) {
  :root {
    --sisds-final-menu-height: auto;
    --sisds-final-menu-card: 84px;
    --sisds-final-menu-contact: 96px;
  }

  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu,
  .service-detail-page .service-subnav-panel {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
  }
}

/* Absolute final size lock for Solutions and Services right menus */
:root {
  --sisds-lock-menu-width: 760px;
  --sisds-lock-menu-height: 700px;
  --sisds-lock-menu-padding: 18px;
  --sisds-lock-menu-head: 42px;
  --sisds-lock-menu-category: 22px;
  --sisds-lock-menu-card: 74px;
  --sisds-lock-menu-contact: 84px;
  --sisds-lock-menu-gap: 8px;
  --sisds-lock-menu-badge: 34px;
}

.solutions-hub-page .service-detail-solutions-menu,
.service-detail-page .service-detail-solutions-menu,
.services-hub-page .services-index-simple-menu,
.service-detail-page .service-detail-services-menu,
.service-detail-services-shell .service-detail-services-menu,
.service-detail-page .service-subnav-panel {
  width: 100% !important;
  max-width: var(--sisds-lock-menu-width) !important;
  min-height: var(--sisds-lock-menu-height) !important;
  height: var(--sisds-lock-menu-height) !important;
  max-height: var(--sisds-lock-menu-height) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-self: end !important;
  padding: var(--sisds-lock-menu-padding) !important;
  overflow: visible !important;
  border: 1px solid rgba(32, 184, 231, 0.18) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-head,
.service-detail-page .service-detail-solutions-menu .services-index-head,
.services-hub-page .services-index-simple-menu .services-index-head,
.service-detail-page .service-detail-services-menu .services-index-head,
.service-detail-services-shell .service-detail-services-menu .services-index-head,
.service-detail-page .service-subnav-panel .corporate-hub-head,
.service-detail-page .service-subnav-panel .service-subnav-head {
  flex: 0 0 var(--sisds-lock-menu-head) !important;
  height: var(--sisds-lock-menu-head) !important;
  min-height: var(--sisds-lock-menu-head) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 2px 12px !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.76) !important;
  box-sizing: border-box !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list,
.service-detail-page .service-detail-solutions-menu .services-index-list,
.services-hub-page .services-index-simple-menu .services-index-list,
.service-detail-page .service-detail-services-menu .services-index-list,
.service-detail-services-shell .service-detail-services-menu .services-index-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: var(--sisds-lock-menu-category) !important;
  grid-auto-rows: var(--sisds-lock-menu-card) !important;
  align-content: start !important;
  gap: var(--sisds-lock-menu-gap) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 0 !important;
  overflow: visible !important;
}

.service-detail-page .service-subnav-panel .service-subnav-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-auto-rows: var(--sisds-lock-menu-card) !important;
  align-content: start !important;
  gap: var(--sisds-lock-menu-gap) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 0 !important;
  overflow: auto !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-category,
.service-detail-page .service-detail-solutions-menu .services-index-category,
.services-hub-page .services-index-simple-menu .services-index-category,
.service-detail-page .service-detail-services-menu .services-index-category,
.service-detail-services-shell .service-detail-services-menu .services-index-category {
  height: var(--sisds-lock-menu-category) !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--sisds-primary-dark) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a,
.service-detail-page .service-detail-solutions-menu .services-index-list > a,
.services-hub-page .services-index-simple-menu .services-index-list > a,
.service-detail-page .service-detail-services-menu .services-index-item,
.service-detail-services-shell .service-detail-services-menu .services-index-item,
.service-detail-page .service-subnav-panel .service-subnav-card {
  width: 100% !important;
  min-height: 0 !important;
  height: var(--sisds-lock-menu-card) !important;
  max-height: var(--sisds-lock-menu-card) !important;
  margin: 0 !important;
  border: 1px solid var(--sisds-border) !important;
  border-radius: 14px !important;
  background: var(--sisds-surface) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: visible !important;
  transition: all 0.3s ease !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a,
.service-detail-page .service-detail-solutions-menu .services-index-list > a,
.services-hub-page .services-index-simple-menu .services-index-list > a,
.service-detail-page .service-subnav-panel .service-subnav-card,
.service-detail-page .service-detail-services-menu .services-index-main,
.service-detail-services-shell .service-detail-services-menu .services-index-main {
  display: grid !important;
  grid-template-columns: var(--sisds-lock-menu-badge) minmax(0, 1fr) 18px !important;
  align-items: center !important;
  align-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  height: var(--sisds-lock-menu-card) !important;
  min-height: 0 !important;
  padding: 12px 16px !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.service-detail-page .service-detail-services-menu .services-index-main,
.service-detail-services-shell .service-detail-services-menu .services-index-main {
  border: 0 !important;
  background: transparent !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a::before,
.service-detail-page .service-detail-solutions-menu .services-index-list > a::before,
.services-hub-page .services-index-simple-menu .services-index-list > a::before,
.service-detail-page .service-detail-services-menu .services-index-item::before,
.service-detail-services-shell .service-detail-services-menu .services-index-item::before,
.service-detail-page .service-subnav-panel .service-subnav-card::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 16px !important;
  bottom: 16px !important;
  width: 4px !important;
  border-radius: 0 8px 8px 0 !important;
  background: var(--sisds-primary) !important;
  opacity: 0 !important;
  transition: all 0.3s ease !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:hover,
.service-detail-page .service-detail-solutions-menu .services-index-list > a:hover,
.services-hub-page .services-index-simple-menu .services-index-list > a:hover,
.service-detail-page .service-detail-services-menu .services-index-item:hover,
.service-detail-services-shell .service-detail-services-menu .services-index-item:hover,
.service-detail-page .service-subnav-panel .service-subnav-card:hover {
  transform: translateY(-4px) !important;
  border-color: var(--sisds-primary) !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1) !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:hover::before,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a.is-active::before,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"]::before,
.service-detail-page .service-detail-solutions-menu .services-index-list > a:hover::before,
.service-detail-page .service-detail-solutions-menu .services-index-list > a.is-active::before,
.service-detail-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"]::before,
.services-hub-page .services-index-simple-menu .services-index-list > a:hover::before,
.service-detail-page .service-detail-services-menu .services-index-item:hover::before,
.service-detail-page .service-detail-services-menu .services-index-item.is-active::before,
.service-detail-services-shell .service-detail-services-menu .services-index-item:hover::before,
.service-detail-services-shell .service-detail-services-menu .services-index-item.is-active::before,
.service-detail-page .service-subnav-panel .service-subnav-card:hover::before,
.service-detail-page .service-subnav-panel .service-subnav-card.is-current::before,
.service-detail-page .service-subnav-panel .service-subnav-card[aria-current="page"]::before {
  opacity: 1 !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a.is-active,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"],
.service-detail-page .service-detail-solutions-menu .services-index-list > a.is-active,
.service-detail-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"],
.service-detail-page .service-detail-services-menu .services-index-item.is-active,
.service-detail-services-shell .service-detail-services-menu .services-index-item.is-active,
.service-detail-page .service-subnav-panel .service-subnav-card.is-current,
.service-detail-page .service-subnav-panel .service-subnav-card[aria-current="page"] {
  border-color: var(--sisds-primary) !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%) !important;
  box-shadow: 0 16px 40px rgba(8, 140, 194, 0.12) !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a > span,
.service-detail-page .service-detail-solutions-menu .services-index-list > a > span,
.services-hub-page .services-index-simple-menu .services-index-list > a > span,
.service-detail-page .service-detail-services-menu .services-index-main > span,
.service-detail-services-shell .service-detail-services-menu .services-index-main > span,
.service-detail-page .service-subnav-panel .service-subnav-card > span {
  width: var(--sisds-lock-menu-badge) !important;
  height: var(--sisds-lock-menu-badge) !important;
  min-width: var(--sisds-lock-menu-badge) !important;
  min-height: var(--sisds-lock-menu-badge) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(32, 184, 231, 0.16) !important;
  border-radius: 10px !important;
  background: rgba(32, 184, 231, 0.1) !important;
  color: var(--sisds-primary-dark) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list strong,
.service-detail-page .service-detail-solutions-menu .services-index-list strong,
.services-hub-page .services-index-simple-menu .services-index-list strong,
.service-detail-page .service-detail-services-menu .services-index-list strong,
.service-detail-services-shell .service-detail-services-menu .services-index-list strong,
.service-detail-page .service-subnav-panel .service-subnav-card strong {
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--sisds-ink) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list small,
.service-detail-page .service-detail-solutions-menu .services-index-list small,
.services-hub-page .services-index-simple-menu .services-index-list small,
.service-detail-page .service-detail-services-menu .services-index-list small,
.service-detail-services-shell .service-detail-services-menu .services-index-list small,
.service-detail-page .service-subnav-panel .service-subnav-card small {
  display: block !important;
  margin: 4px 0 0 !important;
  overflow: hidden !important;
  color: var(--sisds-muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-contact,
.service-detail-page .service-detail-solutions-menu .services-index-contact,
.services-hub-page .services-index-simple-menu .services-index-contact,
.service-detail-page .service-detail-services-menu .services-index-contact,
.service-detail-services-shell .service-detail-services-menu .services-index-contact {
  flex: 0 0 var(--sisds-lock-menu-contact) !important;
  height: var(--sisds-lock-menu-contact) !important;
  min-height: 0 !important;
  max-height: var(--sisds-lock-menu-contact) !important;
  display: grid !important;
  align-content: center !important;
  gap: 4px !important;
  margin: auto 0 0 !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(32, 184, 231, 0.18) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
  overflow: hidden !important;
  text-decoration: none !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-contact span,
.service-detail-page .service-detail-solutions-menu .services-index-contact span,
.services-hub-page .services-index-simple-menu .services-index-contact span,
.service-detail-page .service-detail-services-menu .services-index-contact span,
.service-detail-services-shell .service-detail-services-menu .services-index-contact span {
  color: var(--sisds-primary-dark) !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-contact strong,
.service-detail-page .service-detail-solutions-menu .services-index-contact strong,
.services-hub-page .services-index-simple-menu .services-index-contact strong,
.service-detail-page .service-detail-services-menu .services-index-contact strong,
.service-detail-services-shell .service-detail-services-menu .services-index-contact strong {
  display: block !important;
  overflow: hidden !important;
  color: var(--sisds-ink) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-contact p,
.service-detail-page .service-detail-solutions-menu .services-index-contact p,
.services-hub-page .services-index-simple-menu .services-index-contact p,
.service-detail-page .service-detail-services-menu .services-index-contact p,
.service-detail-services-shell .service-detail-services-menu .services-index-contact p {
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--sisds-muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.service-detail-page .service-detail-services-menu .services-index-subitems,
.service-detail-services-shell .service-detail-services-menu .services-index-subitems {
  position: absolute !important;
  right: calc(100% + 12px) !important;
  left: auto !important;
  top: 0 !important;
  z-index: 20 !important;
  display: grid !important;
  width: min(300px, 42vw) !important;
  max-height: min(360px, calc(100vh - 160px)) !important;
  gap: 6px !important;
  padding: 10px !important;
  overflow: auto !important;
  border: 1px solid rgba(32, 184, 231, 0.18) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(8px) !important;
  visibility: hidden !important;
  transition: all 0.3s ease !important;
}

.service-detail-page .service-detail-services-menu .services-index-item:hover .services-index-subitems,
.service-detail-page .service-detail-services-menu .services-index-item:focus-within .services-index-subitems,
.service-detail-services-shell .service-detail-services-menu .services-index-item:hover .services-index-subitems,
.service-detail-services-shell .service-detail-services-menu .services-index-item:focus-within .services-index-subitems {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(0) !important;
  visibility: visible !important;
}

@media (max-width: 1080px) {
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu,
  .service-detail-page .service-subnav-panel {
    max-width: none !important;
    justify-self: stretch !important;
  }

  .service-detail-page .service-detail-services-menu .services-index-subitems,
  .service-detail-services-shell .service-detail-services-menu .services-index-subitems {
    left: 0 !important;
    right: auto !important;
    top: calc(100% + 8px) !important;
    width: 100% !important;
    transform: translateY(-4px) !important;
  }

  .service-detail-page .service-detail-services-menu .services-index-item:hover .services-index-subitems,
  .service-detail-page .service-detail-services-menu .services-index-item:focus-within .services-index-subitems,
  .service-detail-services-shell .service-detail-services-menu .services-index-item:hover .services-index-subitems,
  .service-detail-services-shell .service-detail-services-menu .services-index-item:focus-within .services-index-subitems {
    transform: translateY(0) !important;
  }
}

@media (max-width: 720px) {
  :root {
    --sisds-lock-menu-height: auto;
    --sisds-lock-menu-card: 84px;
    --sisds-lock-menu-contact: 96px;
  }

  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu,
  .service-detail-page .service-subnav-panel {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
  }

  .solutions-hub-page .service-detail-solutions-menu .services-index-list strong,
  .service-detail-page .service-detail-solutions-menu .services-index-list strong,
  .services-hub-page .services-index-simple-menu .services-index-list strong,
  .service-detail-page .service-detail-services-menu .services-index-list strong,
  .service-detail-services-shell .service-detail-services-menu .services-index-list strong,
  .service-detail-page .service-subnav-panel .service-subnav-card strong,
  .solutions-hub-page .service-detail-solutions-menu .services-index-contact strong,
  .service-detail-page .service-detail-solutions-menu .services-index-contact strong,
  .services-hub-page .services-index-simple-menu .services-index-contact strong,
  .service-detail-page .service-detail-services-menu .services-index-contact strong,
  .service-detail-services-shell .service-detail-services-menu .services-index-contact strong {
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .solutions-hub-page .service-detail-solutions-menu .services-index-list small,
  .service-detail-page .service-detail-solutions-menu .services-index-list small,
  .services-hub-page .services-index-simple-menu .services-index-list small,
  .service-detail-page .service-detail-services-menu .services-index-list small,
  .service-detail-services-shell .service-detail-services-menu .services-index-list small,
  .service-detail-page .service-subnav-panel .service-subnav-card small,
  .solutions-hub-page .service-detail-solutions-menu .services-index-contact p,
  .service-detail-page .service-detail-solutions-menu .services-index-contact p,
  .services-hub-page .services-index-simple-menu .services-index-contact p,
  .service-detail-page .service-detail-services-menu .services-index-contact p,
  .service-detail-services-shell .service-detail-services-menu .services-index-contact p {
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
  }
}

/* Final unified right-menu standard for Solutions and Services pages */
:root {
  --sisds-right-menu-width: 760px;
  --sisds-right-menu-height: 700px;
  --sisds-right-menu-padding: 18px;
  --sisds-right-menu-header-height: 42px;
  --sisds-right-menu-category-height: 22px;
  --sisds-right-menu-card-height: 74px;
  --sisds-right-menu-contact-height: 84px;
  --sisds-right-menu-gap: 8px;
  --sisds-right-menu-badge-size: 34px;
}

.solutions-hub-page .service-detail-solutions-menu,
.service-detail-page .service-detail-solutions-menu,
.services-hub-page .services-index-simple-menu,
.service-detail-page .service-detail-services-menu,
.service-detail-services-shell .service-detail-services-menu,
.service-detail-page .service-subnav-panel {
  width: 100% !important;
  max-width: var(--sisds-right-menu-width) !important;
  min-height: var(--sisds-right-menu-height) !important;
  height: var(--sisds-right-menu-height) !important;
  max-height: var(--sisds-right-menu-height) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-self: end !important;
  gap: 0 !important;
  padding: var(--sisds-right-menu-padding) !important;
  overflow: visible !important;
  border: 1px solid rgba(32, 184, 231, 0.18) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-head,
.service-detail-page .service-detail-solutions-menu .services-index-head,
.services-hub-page .services-index-simple-menu .services-index-head,
.service-detail-page .service-detail-services-menu .services-index-head,
.service-detail-services-shell .service-detail-services-menu .services-index-head,
.service-detail-page .service-subnav-panel .service-subnav-head,
.service-detail-page .service-subnav-panel .corporate-hub-head {
  flex: 0 0 var(--sisds-right-menu-header-height) !important;
  min-height: var(--sisds-right-menu-header-height) !important;
  height: var(--sisds-right-menu-header-height) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 2px 12px !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.76) !important;
  box-sizing: border-box !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list,
.service-detail-page .service-detail-solutions-menu .services-index-list,
.services-hub-page .services-index-simple-menu .services-index-list,
.service-detail-page .service-detail-services-menu .services-index-list,
.service-detail-services-shell .service-detail-services-menu .services-index-list,
.service-detail-page .service-subnav-panel .service-subnav-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: var(--sisds-right-menu-category-height) !important;
  grid-auto-rows: var(--sisds-right-menu-card-height) !important;
  align-content: start !important;
  gap: var(--sisds-right-menu-gap) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 0 !important;
  overflow: visible !important;
}

.service-detail-page .service-subnav-panel .service-subnav-grid {
  grid-template-rows: none !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-category,
.service-detail-page .service-detail-solutions-menu .services-index-category,
.services-hub-page .services-index-simple-menu .services-index-category,
.service-detail-page .service-detail-services-menu .services-index-category,
.service-detail-services-shell .service-detail-services-menu .services-index-category {
  min-height: 0 !important;
  height: var(--sisds-right-menu-category-height) !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--sisds-primary-dark) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a,
.service-detail-page .service-detail-solutions-menu .services-index-list > a,
.services-hub-page .services-index-simple-menu .services-index-list > a,
.service-detail-page .service-detail-services-menu .services-index-item,
.service-detail-services-shell .service-detail-services-menu .services-index-item,
.service-detail-page .service-subnav-panel .service-subnav-card {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: var(--sisds-right-menu-card-height) !important;
  max-height: var(--sisds-right-menu-card-height) !important;
  margin: 0 !important;
  border: 1px solid var(--sisds-border) !important;
  border-radius: 14px !important;
  background: var(--sisds-surface) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: visible !important;
  transition: all 0.3s ease !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a,
.service-detail-page .service-detail-solutions-menu .services-index-list > a,
.services-hub-page .services-index-simple-menu .services-index-list > a,
.service-detail-page .service-subnav-panel .service-subnav-card {
  display: grid !important;
  grid-template-columns: var(--sisds-right-menu-badge-size) minmax(0, 1fr) 18px !important;
  align-items: center !important;
  align-content: center !important;
  gap: 12px !important;
  padding: 12px 16px !important;
  text-decoration: none !important;
}

.service-detail-page .service-detail-services-menu .services-index-main,
.service-detail-services-shell .service-detail-services-menu .services-index-main {
  width: 100% !important;
  min-height: 0 !important;
  height: var(--sisds-right-menu-card-height) !important;
  display: grid !important;
  grid-template-columns: var(--sisds-right-menu-badge-size) minmax(0, 1fr) 18px !important;
  align-items: center !important;
  align-content: center !important;
  gap: 12px !important;
  padding: 12px 16px !important;
  border: 0 !important;
  background: transparent !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a::before,
.service-detail-page .service-detail-solutions-menu .services-index-list > a::before,
.services-hub-page .services-index-simple-menu .services-index-list > a::before,
.service-detail-page .service-detail-services-menu .services-index-item::before,
.service-detail-services-shell .service-detail-services-menu .services-index-item::before,
.service-detail-page .service-subnav-panel .service-subnav-card::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 16px !important;
  bottom: 16px !important;
  width: 4px !important;
  border-radius: 0 8px 8px 0 !important;
  background: var(--sisds-primary) !important;
  opacity: 0 !important;
  transition: all 0.3s ease !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:hover,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:focus-visible,
.service-detail-page .service-detail-solutions-menu .services-index-list > a:hover,
.service-detail-page .service-detail-solutions-menu .services-index-list > a:focus-visible,
.services-hub-page .services-index-simple-menu .services-index-list > a:hover,
.services-hub-page .services-index-simple-menu .services-index-list > a:focus-visible,
.service-detail-page .service-detail-services-menu .services-index-item:hover,
.service-detail-page .service-detail-services-menu .services-index-item:focus-within,
.service-detail-services-shell .service-detail-services-menu .services-index-item:hover,
.service-detail-services-shell .service-detail-services-menu .services-index-item:focus-within,
.service-detail-page .service-subnav-panel .service-subnav-card:hover,
.service-detail-page .service-subnav-panel .service-subnav-card:focus-visible {
  transform: translateY(-4px) !important;
  border-color: var(--sisds-primary) !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1) !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:hover::before,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a:focus-visible::before,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a.is-active::before,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"]::before,
.service-detail-page .service-detail-solutions-menu .services-index-list > a:hover::before,
.service-detail-page .service-detail-solutions-menu .services-index-list > a:focus-visible::before,
.service-detail-page .service-detail-solutions-menu .services-index-list > a.is-active::before,
.service-detail-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"]::before,
.services-hub-page .services-index-simple-menu .services-index-list > a:hover::before,
.services-hub-page .services-index-simple-menu .services-index-list > a:focus-visible::before,
.services-hub-page .services-index-simple-menu .services-index-list > a.is-active::before,
.services-hub-page .services-index-simple-menu .services-index-list > a[aria-current="page"]::before,
.service-detail-page .service-detail-services-menu .services-index-item:hover::before,
.service-detail-page .service-detail-services-menu .services-index-item:focus-within::before,
.service-detail-page .service-detail-services-menu .services-index-item.is-active::before,
.service-detail-services-shell .service-detail-services-menu .services-index-item:hover::before,
.service-detail-services-shell .service-detail-services-menu .services-index-item:focus-within::before,
.service-detail-services-shell .service-detail-services-menu .services-index-item.is-active::before,
.service-detail-page .service-subnav-panel .service-subnav-card:hover::before,
.service-detail-page .service-subnav-panel .service-subnav-card:focus-visible::before,
.service-detail-page .service-subnav-panel .service-subnav-card.is-current::before,
.service-detail-page .service-subnav-panel .service-subnav-card[aria-current="page"]::before {
  opacity: 1 !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a.is-active,
.solutions-hub-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"],
.service-detail-page .service-detail-solutions-menu .services-index-list > a.is-active,
.service-detail-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"],
.services-hub-page .services-index-simple-menu .services-index-list > a.is-active,
.services-hub-page .services-index-simple-menu .services-index-list > a[aria-current="page"],
.service-detail-page .service-detail-services-menu .services-index-item.is-active,
.service-detail-services-shell .service-detail-services-menu .services-index-item.is-active,
.service-detail-page .service-subnav-panel .service-subnav-card.is-current,
.service-detail-page .service-subnav-panel .service-subnav-card[aria-current="page"] {
  border-color: var(--sisds-primary) !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%) !important;
  box-shadow: 0 16px 40px rgba(8, 140, 194, 0.12) !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a > span,
.service-detail-page .service-detail-solutions-menu .services-index-list > a > span,
.services-hub-page .services-index-simple-menu .services-index-list > a > span,
.service-detail-page .service-detail-services-menu .services-index-main > span,
.service-detail-services-shell .service-detail-services-menu .services-index-main > span,
.service-detail-page .service-subnav-panel .service-subnav-card > span {
  width: var(--sisds-right-menu-badge-size) !important;
  height: var(--sisds-right-menu-badge-size) !important;
  min-width: var(--sisds-right-menu-badge-size) !important;
  min-height: var(--sisds-right-menu-badge-size) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(32, 184, 231, 0.16) !important;
  border-radius: 10px !important;
  background: rgba(32, 184, 231, 0.1) !important;
  color: var(--sisds-primary-dark) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list > a > div,
.service-detail-page .service-detail-solutions-menu .services-index-list > a > div,
.services-hub-page .services-index-simple-menu .services-index-list > a > div,
.service-detail-page .service-detail-services-menu .services-index-main > div,
.service-detail-services-shell .service-detail-services-menu .services-index-main > div,
.service-detail-page .service-subnav-panel .service-subnav-card > div {
  min-width: 0 !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list strong,
.service-detail-page .service-detail-solutions-menu .services-index-list strong,
.services-hub-page .services-index-simple-menu .services-index-list strong,
.service-detail-page .service-detail-services-menu .services-index-list strong,
.service-detail-services-shell .service-detail-services-menu .services-index-list strong,
.service-detail-page .service-subnav-panel .service-subnav-card strong {
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--sisds-ink) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-list small,
.service-detail-page .service-detail-solutions-menu .services-index-list small,
.services-hub-page .services-index-simple-menu .services-index-list small,
.service-detail-page .service-detail-services-menu .services-index-list small,
.service-detail-services-shell .service-detail-services-menu .services-index-list small,
.service-detail-page .service-subnav-panel .service-subnav-card small {
  display: block !important;
  margin: 4px 0 0 !important;
  overflow: hidden !important;
  color: var(--sisds-muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-contact,
.service-detail-page .service-detail-solutions-menu .services-index-contact,
.services-hub-page .services-index-simple-menu .services-index-contact,
.service-detail-page .service-detail-services-menu .services-index-contact,
.service-detail-services-shell .service-detail-services-menu .services-index-contact {
  flex: 0 0 var(--sisds-right-menu-contact-height) !important;
  min-height: 0 !important;
  height: var(--sisds-right-menu-contact-height) !important;
  max-height: var(--sisds-right-menu-contact-height) !important;
  display: grid !important;
  align-content: center !important;
  gap: 4px !important;
  margin: auto 0 0 !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(32, 184, 231, 0.18) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%) !important;
  color: var(--sisds-ink) !important;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-contact span,
.service-detail-page .service-detail-solutions-menu .services-index-contact span,
.services-hub-page .services-index-simple-menu .services-index-contact span,
.service-detail-page .service-detail-services-menu .services-index-contact span,
.service-detail-services-shell .service-detail-services-menu .services-index-contact span {
  color: var(--sisds-primary-dark) !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-contact strong,
.service-detail-page .service-detail-solutions-menu .services-index-contact strong,
.services-hub-page .services-index-simple-menu .services-index-contact strong,
.service-detail-page .service-detail-services-menu .services-index-contact strong,
.service-detail-services-shell .service-detail-services-menu .services-index-contact strong {
  display: block !important;
  overflow: hidden !important;
  color: var(--sisds-ink) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.solutions-hub-page .service-detail-solutions-menu .services-index-contact p,
.service-detail-page .service-detail-solutions-menu .services-index-contact p,
.services-hub-page .services-index-simple-menu .services-index-contact p,
.service-detail-page .service-detail-services-menu .services-index-contact p,
.service-detail-services-shell .service-detail-services-menu .services-index-contact p {
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--sisds-muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.service-detail-page .service-detail-services-menu .services-index-subitems,
.service-detail-services-shell .service-detail-services-menu .services-index-subitems {
  position: absolute !important;
  right: calc(100% + 12px) !important;
  top: 0 !important;
  z-index: 20 !important;
  width: min(300px, 42vw) !important;
  max-height: min(360px, calc(100vh - 160px)) !important;
}

@media (max-width: 1080px) {
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu,
  .service-detail-page .service-subnav-panel {
    max-width: none !important;
    justify-self: stretch !important;
  }

  .service-detail-page .service-detail-services-menu .services-index-subitems,
  .service-detail-services-shell .service-detail-services-menu .services-index-subitems {
    left: 0 !important;
    right: auto !important;
    top: calc(100% + 8px) !important;
    width: 100% !important;
  }
}

@media (max-width: 720px) {
  :root {
    --sisds-right-menu-height: auto;
    --sisds-right-menu-card-height: 84px;
    --sisds-right-menu-contact-height: 96px;
  }

  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu,
  .service-detail-page .service-subnav-panel {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .solutions-hub-page .service-detail-solutions-menu .services-index-list strong,
  .service-detail-page .service-detail-solutions-menu .services-index-list strong,
  .services-hub-page .services-index-simple-menu .services-index-list strong,
  .service-detail-page .service-detail-services-menu .services-index-list strong,
  .service-detail-services-shell .service-detail-services-menu .services-index-list strong,
  .service-detail-page .service-subnav-panel .service-subnav-card strong,
  .solutions-hub-page .service-detail-solutions-menu .services-index-contact strong,
  .service-detail-page .service-detail-solutions-menu .services-index-contact strong,
  .services-hub-page .services-index-simple-menu .services-index-contact strong,
  .service-detail-page .service-detail-services-menu .services-index-contact strong,
  .service-detail-services-shell .service-detail-services-menu .services-index-contact strong {
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .solutions-hub-page .service-detail-solutions-menu .services-index-list small,
  .service-detail-page .service-detail-solutions-menu .services-index-list small,
  .services-hub-page .services-index-simple-menu .services-index-list small,
  .service-detail-page .service-detail-services-menu .services-index-list small,
  .service-detail-services-shell .service-detail-services-menu .services-index-list small,
  .service-detail-page .service-subnav-panel .service-subnav-card small,
  .solutions-hub-page .service-detail-solutions-menu .services-index-contact p,
  .service-detail-page .service-detail-solutions-menu .services-index-contact p,
  .services-hub-page .services-index-simple-menu .services-index-contact p,
  .service-detail-page .service-detail-services-menu .services-index-contact p,
  .service-detail-services-shell .service-detail-services-menu .services-index-contact p {
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
  }
}

/* Premium header dropdown system */
.site-header .nav-panel-shell > .nav-panel {
  top: calc(100% + 10px);
  left: 50%;
  width: min(470px, calc(100vw - 48px)) !important;
  gap: 12px !important;
  padding: 18px !important;
  overflow: visible;
  border: 1px solid rgba(32, 184, 231, 0.15) !important;
  border-radius: 20px !important;
  color: #0F172A;
  background: rgba(255, 255, 255, 0.92) !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12) !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10px) !important;
  transition: opacity 300ms ease, transform 300ms ease, visibility 300ms ease !important;
}

.site-header .nav-panel-shell > .nav-panel::before {
  content: none !important;
}

.site-header .nav-panel-shell.is-panel-open > .nav-panel,
.site-header .nav-panel-shell:hover > .nav-panel,
.site-header .nav-panel-shell:focus-within > .nav-panel {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

.site-header .nav-panel-shell > .nav-panel.nav-panel-corporate {
  width: min(370px, calc(100vw - 48px)) !important;
}

.site-header .nav-panel-shell > .nav-panel.nav-panel-solutions,
.site-header .nav-panel-shell > .nav-panel.nav-panel-services {
  width: min(490px, calc(100vw - 48px)) !important;
}

.site-header .nav-panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 0 10px !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.95) !important;
}

.site-header .nav-panel-head span,
.site-header .nav-panel-corporate .nav-panel-head span,
.site-header .nav-panel-solutions .nav-panel-head span,
.site-header .nav-panel-services .nav-panel-head span {
  color: #0F172A !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}

.site-header .nav-panel-head a,
.site-header .nav-panel-corporate .nav-panel-head a,
.site-header .nav-panel-solutions .nav-panel-head a,
.site-header .nav-panel-services .nav-panel-head a {
  min-height: 32px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 11px !important;
  border: 1px solid rgba(32, 184, 231, 0.2) !important;
  border-radius: 9px !important;
  color: #088CC2 !important;
  background: rgba(32, 184, 231, 0.1) !important;
  box-shadow: none !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.3s ease !important;
}

.site-header .nav-panel-head a:hover,
.site-header .nav-panel-head a:focus-visible,
.site-header .nav-panel-corporate .nav-panel-head a:hover,
.site-header .nav-panel-corporate .nav-panel-head a:focus-visible,
.site-header .nav-panel-solutions .nav-panel-head a:hover,
.site-header .nav-panel-solutions .nav-panel-head a:focus-visible,
.site-header .nav-panel-services .nav-panel-head a:hover,
.site-header .nav-panel-services .nav-panel-head a:focus-visible {
  border-color: #20B8E7 !important;
  color: #ffffff !important;
  background: #20B8E7 !important;
  box-shadow: 0 12px 28px rgba(32, 184, 231, 0.2) !important;
  outline: none;
}

.site-header .nav-panel-list,
.site-header .nav-panel-corporate .nav-panel-list,
.site-header .nav-panel-solutions .nav-panel-list,
.site-header .nav-panel-services .nav-panel-list {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 7px !important;
}

.site-header .nav-panel-link,
.site-header .nav-panel-corporate .nav-panel-link,
.site-header .nav-panel-solutions .nav-panel-link,
.site-header .nav-panel-services .nav-panel-link {
  position: relative;
  min-height: 60px !important;
  display: grid !important;
  align-content: center;
  justify-content: stretch;
  gap: 3px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  overflow: hidden;
  border: 1px solid #E2E8F0 !important;
  border-radius: 13px !important;
  color: #0F172A !important;
  background: #ffffff !important;
  box-shadow: none !important;
  white-space: normal !important;
  transition: all 0.3s ease !important;
}

.site-header .nav-panel-link::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  width: 0;
  border-radius: 0 8px 8px 0;
  background: #20B8E7;
  box-shadow: 0 12px 28px rgba(32, 184, 231, 0.22);
  transition: width 0.3s ease;
}

.site-header .nav-panel-link:hover,
.site-header .nav-panel-link:focus-visible,
.site-header .nav-panel-corporate .nav-panel-link:hover,
.site-header .nav-panel-corporate .nav-panel-link:focus-visible,
.site-header .nav-panel-solutions .nav-panel-link:hover,
.site-header .nav-panel-solutions .nav-panel-link:focus-visible,
.site-header .nav-panel-services .nav-panel-link:hover,
.site-header .nav-panel-services .nav-panel-link:focus-visible {
  border-color: #20B8E7 !important;
  color: #0F172A !important;
  background: #ffffff !important;
  box-shadow: 0 12px 30px rgba(32, 184, 231, 0.15) !important;
  transform: translateX(6px) !important;
  outline: none;
}

.site-header .nav-panel-link:hover::before,
.site-header .nav-panel-link:focus-visible::before {
  width: 4px;
}

.site-header .nav-panel-link-title {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 0 !important;
  color: #0F172A !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0;
}

.site-header .nav-panel-link-title::before {
  content: none !important;
  display: none !important;
}

.site-header .nav-panel-link small,
.site-header .nav-panel-corporate .nav-panel-link small,
.site-header .nav-panel-solutions .nav-panel-link small,
.site-header .nav-panel-services .nav-panel-link small {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 !important;
  color: #64748B !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.36 !important;
  opacity: 1 !important;
  white-space: normal;
}

@media (max-width: 1180px) {
  .site-header .nav-panel-shell > .nav-panel,
  .site-header .nav-panel-shell > .nav-panel.nav-panel-corporate,
  .site-header .nav-panel-shell > .nav-panel.nav-panel-solutions,
  .site-header .nav-panel-shell > .nav-panel.nav-panel-services {
    position: static;
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px 0 10px;
    padding: 12px !important;
    border-radius: 17px !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .nav-panel-shell:not(.is-panel-open) > .nav-panel {
    display: none;
  }

  .site-header .nav-panel-shell.is-panel-open > .nav-panel {
    display: grid;
  }

  .site-header .nav-panel-head {
    padding-bottom: 14px !important;
  }

  .site-header .nav-panel-head span {
    font-size: 18.5px !important;
  }

  .site-header .nav-panel-link,
  .site-header .nav-panel-corporate .nav-panel-link,
  .site-header .nav-panel-solutions .nav-panel-link,
  .site-header .nav-panel-services .nav-panel-link {
    min-height: auto !important;
    padding: 10px 12px !important;
  }
}

@media (max-width: 520px) {
  .site-header .nav-panel-shell > .nav-panel,
  .site-header .nav-panel-shell > .nav-panel.nav-panel-corporate,
  .site-header .nav-panel-shell > .nav-panel.nav-panel-solutions,
  .site-header .nav-panel-shell > .nav-panel.nav-panel-services {
    padding: 10px !important;
    border-radius: 15px !important;
  }

  .site-header .nav-panel-head {
    align-items: flex-start;
  }

  .site-header .nav-panel-head a {
    width: auto;
  }

  .site-header .nav-panel-link-title {
    font-size: 14px !important;
  }

  .site-header .nav-panel-link small,
  .site-header .nav-panel-corporate .nav-panel-link small,
  .site-header .nav-panel-solutions .nav-panel-link small,
  .site-header .nav-panel-services .nav-panel-link small {
    font-size: 11.8px !important;
  }
}

:root[data-theme="dark"] .site-header .nav-panel-shell > .nav-panel,
:root[data-theme="dark"] .site-header .nav-panel-shell > .nav-panel.nav-panel-corporate,
:root[data-theme="dark"] .site-header .nav-panel-shell > .nav-panel.nav-panel-solutions,
:root[data-theme="dark"] .site-header .nav-panel-shell > .nav-panel.nav-panel-services {
  border-color: rgba(125, 220, 252, 0.22) !important;
  color: var(--nav-ink) !important;
  background:
    linear-gradient(145deg, rgba(15, 23, 32, 0.96), rgba(8, 14, 22, 0.94)),
    var(--nav-menu-bg) !important;
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.075) !important;
}

:root[data-theme="dark"] .site-header .nav-panel-head {
  border-bottom-color: rgba(125, 220, 252, 0.18) !important;
}

:root[data-theme="dark"] .site-header .nav-panel-head span,
:root[data-theme="dark"] .site-header .nav-panel-corporate .nav-panel-head span,
:root[data-theme="dark"] .site-header .nav-panel-solutions .nav-panel-head span,
:root[data-theme="dark"] .site-header .nav-panel-services .nav-panel-head span {
  color: var(--nav-ink) !important;
}

:root[data-theme="dark"] .site-header .nav-panel-head a,
:root[data-theme="dark"] .site-header .nav-panel-corporate .nav-panel-head a,
:root[data-theme="dark"] .site-header .nav-panel-solutions .nav-panel-head a,
:root[data-theme="dark"] .site-header .nav-panel-services .nav-panel-head a {
  border-color: rgba(125, 220, 252, 0.25) !important;
  color: var(--primary-dark) !important;
  background: rgba(66, 201, 243, 0.11) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

:root[data-theme="dark"] .site-header .nav-panel-head a:hover,
:root[data-theme="dark"] .site-header .nav-panel-head a:focus-visible,
:root[data-theme="dark"] .site-header .nav-panel-corporate .nav-panel-head a:hover,
:root[data-theme="dark"] .site-header .nav-panel-corporate .nav-panel-head a:focus-visible,
:root[data-theme="dark"] .site-header .nav-panel-solutions .nav-panel-head a:hover,
:root[data-theme="dark"] .site-header .nav-panel-solutions .nav-panel-head a:focus-visible,
:root[data-theme="dark"] .site-header .nav-panel-services .nav-panel-head a:hover,
:root[data-theme="dark"] .site-header .nav-panel-services .nav-panel-head a:focus-visible {
  border-color: rgba(125, 220, 252, 0.48) !important;
  color: #07111a !important;
  background: var(--primary-dark) !important;
  box-shadow: 0 14px 30px rgba(66, 201, 243, 0.18) !important;
}

:root[data-theme="dark"] .site-header .nav-panel-link,
:root[data-theme="dark"] .site-header .nav-panel-corporate .nav-panel-link,
:root[data-theme="dark"] .site-header .nav-panel-solutions .nav-panel-link,
:root[data-theme="dark"] .site-header .nav-panel-services .nav-panel-link {
  border-color: rgba(125, 220, 252, 0.12) !important;
  color: var(--nav-ink) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
}

:root[data-theme="dark"] .site-header .nav-panel-link:hover,
:root[data-theme="dark"] .site-header .nav-panel-link:focus-visible,
:root[data-theme="dark"] .site-header .nav-panel-corporate .nav-panel-link:hover,
:root[data-theme="dark"] .site-header .nav-panel-corporate .nav-panel-link:focus-visible,
:root[data-theme="dark"] .site-header .nav-panel-solutions .nav-panel-link:hover,
:root[data-theme="dark"] .site-header .nav-panel-solutions .nav-panel-link:focus-visible,
:root[data-theme="dark"] .site-header .nav-panel-services .nav-panel-link:hover,
:root[data-theme="dark"] .site-header .nav-panel-services .nav-panel-link:focus-visible {
  border-color: rgba(125, 220, 252, 0.28) !important;
  color: var(--nav-ink) !important;
  background: rgba(66, 201, 243, 0.105) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22) !important;
}

:root[data-theme="dark"] .site-header .nav-panel-link-title {
  color: var(--nav-ink) !important;
}

:root[data-theme="dark"] .site-header .nav-panel-link small,
:root[data-theme="dark"] .site-header .nav-panel-corporate .nav-panel-link small,
:root[data-theme="dark"] .site-header .nav-panel-solutions .nav-panel-link small,
:root[data-theme="dark"] .site-header .nav-panel-services .nav-panel-link small {
  color: var(--nav-muted) !important;
}

/* Header dropdown alignment */
@media (min-width: 1181px) {
  .site-header .nav-panel-shell {
    position: relative;
  }

  .site-header .nav-panel-shell > .nav-panel,
  .site-header .nav-panel-shell > .nav-panel.nav-panel-corporate,
  .site-header .nav-panel-shell > .nav-panel.nav-panel-solutions,
  .site-header .nav-panel-shell > .nav-panel.nav-panel-services {
    left: 0 !important;
    right: auto !important;
    transform: translateY(10px) !important;
  }

  .site-header .nav-panel-shell.is-panel-open > .nav-panel,
  .site-header .nav-panel-shell:hover > .nav-panel,
  .site-header .nav-panel-shell:focus-within > .nav-panel {
    transform: translateY(0) !important;
  }
}

/* Site-wide menu size standard */
:root {
  --sisds-menu-panel-width: 760px;
  --sisds-menu-panel-padding: 18px;
  --sisds-menu-head-height: 42px;
  --sisds-menu-card-height: 74px;
  --sisds-menu-contact-height: 84px;
  --sisds-menu-gap: 8px;
  --sisds-menu-badge-size: 34px;
}

.corporate-hub-layout,
.route-hub-layout,
.services-hub-layout,
.service-detail-hero-layout {
  grid-template-columns: minmax(280px, 1fr) minmax(560px, var(--sisds-menu-panel-width)) !important;
}

.corporate-hub-panel,
.services-index-panel,
.service-detail-services-menu,
.service-subnav-panel {
  width: 100% !important;
  max-width: var(--sisds-menu-panel-width) !important;
  justify-self: end !important;
  padding: var(--sisds-menu-panel-padding) !important;
  border-radius: 24px !important;
}

.corporate-hub-head,
.services-index-head,
.service-subnav-head {
  min-height: var(--sisds-menu-head-height) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 0 2px 12px !important;
}

.corporate-hub-head span,
.corporate-hub-head strong,
.services-index-head span,
.services-index-head strong,
.service-subnav-head span,
.service-subnav-head strong {
  min-height: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  font-size: 10.5px !important;
  line-height: 1 !important;
}

.corporate-hub-grid,
.corporate-hub-grid-balanced,
.service-subnav-grid,
.services-index-list {
  gap: var(--sisds-menu-gap) !important;
}

.corporate-hub-grid,
.corporate-hub-grid-balanced,
.service-subnav-grid {
  grid-template-columns: 1fr !important;
  grid-auto-rows: var(--sisds-menu-card-height) !important;
}

.services-index-list {
  grid-template-rows: auto !important;
  grid-auto-rows: var(--sisds-menu-card-height) !important;
  padding-top: 12px !important;
}

.services-index-category {
  min-height: 22px !important;
  padding: 0 !important;
}

.corporate-hub-card,
.corporate-hub-card.primary,
.service-subnav-card,
.services-index-simple-menu .services-index-list > a,
.service-detail-solutions-menu .services-index-list > a {
  min-height: 0 !important;
  height: var(--sisds-menu-card-height) !important;
  display: grid !important;
  align-content: center !important;
  align-items: center !important;
  padding: 12px 16px !important;
  border-radius: 14px !important;
}

.corporate-hub-card,
.corporate-hub-card.primary {
  grid-template-columns: var(--sisds-menu-badge-size) minmax(0, 1fr) 18px !important;
  gap: 12px !important;
}

.service-subnav-card,
.services-index-simple-menu .services-index-list > a,
.service-detail-solutions-menu .services-index-list > a {
  grid-template-columns: var(--sisds-menu-badge-size) minmax(0, 1fr) 18px !important;
  gap: 12px !important;
}

.corporate-hub-card::after,
.service-subnav-card::after,
.services-index-simple-menu .services-index-list > a::after,
.service-detail-solutions-menu .services-index-list > a::after {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  display: block !important;
  border-right: 2px solid var(--sisds-primary-dark) !important;
  border-bottom: 2px solid var(--sisds-primary-dark) !important;
  opacity: 0.6 !important;
  transform: rotate(-45deg) !important;
  transition: all 0.3s ease !important;
}

.corporate-hub-card > .hub-card-icon {
  position: static !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: var(--sisds-menu-badge-size) !important;
  height: var(--sisds-menu-badge-size) !important;
  border: 1px solid rgba(32, 184, 231, 0.16) !important;
  border-radius: 10px !important;
  color: var(--sisds-primary-dark) !important;
  background: rgba(32, 184, 231, 0.1) !important;
}

.corporate-hub-card > .hub-card-icon svg,
.corporate-hub-card.primary .hub-card-icon svg {
  width: 18px !important;
  height: 18px !important;
}

.corporate-hub-card > div,
.service-subnav-card > div,
.services-index-list > a > div {
  min-width: 0 !important;
}

.corporate-hub-card small,
.service-subnav-card small,
.services-index-list > a small {
  margin: 0 0 3px !important;
  color: var(--sisds-muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
  text-transform: none !important;
}

.corporate-hub-card h2,
.corporate-hub-card.primary h2,
.service-subnav-card strong,
.services-index-list > a strong {
  margin: 0 !important;
  color: var(--sisds-ink) !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}

.corporate-hub-card p,
.corporate-hub-card.primary p {
  display: -webkit-box !important;
  margin: 3px 0 0 !important;
  overflow: hidden !important;
  color: var(--sisds-muted) !important;
  font-size: 10.5px !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}

.service-subnav-card > span,
.services-index-simple-menu .services-index-list > a > span,
.service-detail-solutions-menu .services-index-list > a > span {
  width: var(--sisds-menu-badge-size) !important;
  height: var(--sisds-menu-badge-size) !important;
  border-radius: 10px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.services-index-simple-menu .services-index-contact,
.service-detail-solutions-menu .services-index-contact {
  min-height: 0 !important;
  height: var(--sisds-menu-contact-height) !important;
  margin-top: 10px !important;
  padding: 12px 16px !important;
  border-radius: 14px !important;
}

.services-index-simple-menu .services-index-contact strong,
.service-detail-solutions-menu .services-index-contact strong {
  font-size: 14.5px !important;
  line-height: 1.22 !important;
}

.services-index-simple-menu .services-index-contact p,
.service-detail-solutions-menu .services-index-contact p {
  font-size: 11.5px !important;
  line-height: 1.35 !important;
}

.service-detail-services-menu .services-index-list {
  grid-template-rows: auto !important;
  grid-auto-rows: var(--sisds-menu-card-height) !important;
}

.service-detail-services-menu .services-index-item,
.service-detail-services-menu .services-index-item:first-of-type,
.service-detail-services-menu .services-index-item:nth-of-type(5) {
  min-height: 0 !important;
  height: var(--sisds-menu-card-height) !important;
  display: block !important;
  overflow: visible !important;
  position: relative !important;
  border-radius: 14px !important;
}

.service-detail-services-menu .services-index-main {
  min-height: 0 !important;
  height: var(--sisds-menu-card-height) !important;
  grid-template-columns: var(--sisds-menu-badge-size) minmax(0, 1fr) 18px !important;
  gap: 12px !important;
  padding: 12px 16px !important;
}

.service-detail-services-menu .services-index-subitems,
.service-detail-services-menu .services-index-item:hover .services-index-subitems,
.service-detail-services-menu .services-index-item:focus-within .services-index-subitems,
.service-detail-services-menu .services-index-item.is-active .services-index-subitems,
.service-detail-services-menu .services-index-item:first-of-type .services-index-subitems {
  position: absolute !important;
  right: calc(100% + 12px) !important;
  top: 0 !important;
  z-index: 12 !important;
  display: grid !important;
  width: min(300px, 42vw) !important;
  max-height: min(360px, calc(100vh - 160px)) !important;
  gap: 6px !important;
  padding: 10px !important;
  overflow: auto !important;
  border: 1px solid rgba(32, 184, 231, 0.18) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(8px) !important;
  transition: all 0.3s ease !important;
  visibility: hidden !important;
}

.service-detail-services-menu .services-index-item:hover .services-index-subitems,
.service-detail-services-menu .services-index-item:focus-within .services-index-subitems {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(0) !important;
  visibility: visible !important;
}

.service-detail-services-menu .services-index-subitems a {
  min-height: 34px !important;
  padding: 9px 12px !important;
  border-radius: 10px !important;
  color: var(--sisds-ink) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.service-detail-services-menu .services-index-subitems a:hover,
.service-detail-services-menu .services-index-subitems a:focus-visible,
.service-detail-services-menu .services-index-subitems a.is-current,
.service-detail-services-menu .services-index-subitems a[aria-current="page"] {
  background: rgba(32, 184, 231, 0.1) !important;
  color: var(--sisds-primary-dark) !important;
}

@media (max-width: 1080px) {
  .corporate-hub-layout,
  .route-hub-layout,
  .services-hub-layout,
  .service-detail-hero-layout {
    grid-template-columns: 1fr !important;
  }

  .corporate-hub-panel,
  .services-index-panel,
  .service-detail-services-menu,
  .service-subnav-panel {
    max-width: none !important;
    justify-self: stretch !important;
  }

  .service-detail-services-menu .services-index-subitems,
  .service-detail-services-menu .services-index-item:hover .services-index-subitems,
  .service-detail-services-menu .services-index-item:focus-within .services-index-subitems,
  .service-detail-services-menu .services-index-item.is-active .services-index-subitems,
  .service-detail-services-menu .services-index-item:first-of-type .services-index-subitems {
    left: 0 !important;
    right: auto !important;
    top: calc(100% + 8px) !important;
    width: 100% !important;
    max-height: 280px !important;
    transform: translateY(-4px) !important;
  }

  .service-detail-services-menu .services-index-item:hover .services-index-subitems,
  .service-detail-services-menu .services-index-item:focus-within .services-index-subitems {
    transform: translateY(0) !important;
  }
}

@media (max-width: 720px) {
  :root {
    --sisds-menu-card-height: 84px;
    --sisds-menu-contact-height: auto;
  }

  .corporate-hub-grid,
  .corporate-hub-grid-balanced,
  .service-subnav-grid,
  .services-index-list {
    grid-auto-rows: var(--sisds-menu-card-height) !important;
  }

  .corporate-hub-card,
  .corporate-hub-card.primary,
  .service-subnav-card,
  .services-index-simple-menu .services-index-list > a,
  .service-detail-solutions-menu .services-index-list > a,
  .service-detail-services-menu .services-index-item,
  .service-detail-services-menu .services-index-main {
    height: var(--sisds-menu-card-height) !important;
  }

  .services-index-simple-menu .services-index-contact,
  .service-detail-solutions-menu .services-index-contact {
    height: auto !important;
  }
}

@media (max-width: 460px) {
  .corporate-hub-card,
  .corporate-hub-card.primary,
  .service-subnav-card,
  .services-index-simple-menu .services-index-list > a,
  .service-detail-solutions-menu .services-index-list > a,
  .service-detail-services-menu .services-index-main {
    grid-template-columns: var(--sisds-menu-badge-size) minmax(0, 1fr) !important;
  }

  .corporate-hub-card::after,
  .service-subnav-card::after,
  .services-index-simple-menu .services-index-list > a::after,
  .service-detail-solutions-menu .services-index-list > a::after,
  .service-detail-services-menu .services-index-main::after {
    display: none !important;
  }
}

/* Site-wide unified enterprise design system */
:root {
  --sisds-primary: #20b8e7;
  --sisds-primary-dark: #088cc2;
  --sisds-bg: #f8fbfd;
  --sisds-surface: #ffffff;
  --sisds-ink: #0f172a;
  --sisds-muted: #64748b;
  --sisds-border: #e2e8f0;
  --sisds-panel-border: rgba(32, 184, 231, 0.18);
  --sisds-card-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
  --sisds-card-shadow-hover: 0 18px 45px rgba(15, 23, 42, 0.1);
  --sisds-panel-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

body,
.corporate-page,
.contact-page,
.blog-coming-soon-page {
  background: var(--sisds-bg);
}

.corporate-hero-modern,
.contact-hero-modern,
.why-hero-section,
.blog-coming-soon-page,
.service-detail-section,
.about-intro-section,
.about-scope-section,
.about-belief-section,
.about-contact-section,
.contact-form-section,
.legal-document-section,
.faq-page .faq-content-section,
.faq-page .faq-overview-section,
.tech-capability-brief,
.tech-stack-section,
.consultation-section,
.testimonials-section,
.brand-logo-marquee-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(248, 251, 253, 0.92) 100%),
    var(--sisds-bg);
}

.corporate-hero-modern::before,
.contact-hero-modern::before,
.why-hero-section::before,
.service-detail-section::before,
.about-intro-section::before,
.about-scope-section::before,
.about-belief-section::before,
.about-contact-section::before,
.legal-document-section::before,
.faq-page .faq-content-section::before {
  opacity: 0.28;
}

.corporate-hub-panel,
.services-index-panel,
.service-detail-services-menu,
.contact-ops-panel,
.contact-request-form,
.contact-direct-card,
.contact-process-card,
.about-contact-panel,
.about-contact-card,
.about-story-panel,
.about-work-card,
.about-values-panel,
.about-scope-summary,
.why-hero-visual,
.why-proof-band,
.faq-hero-brief,
.faq-readiness-panel,
.faq-side-panel,
.legal-document-sidebar-card,
.legal-document,
.blog-coming-soon-card,
.consultation-card,
.consultation-diagnostics,
.services-architecture,
.corporate-system,
.home-operations-flow,
.tech-capability-brief,
.email-command-panel,
.email-outcome-section {
  border: 1px solid var(--sisds-panel-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow:
    var(--sisds-panel-shadow),
    0 1px 0 rgba(255, 255, 255, 0.72) inset;
}

.corporate-hub-panel::before,
.services-index-panel::before,
.contact-ops-panel::before,
.about-contact-panel::before,
.legal-document-sidebar-card::before,
.consultation-diagnostics::before,
.services-architecture::before,
.corporate-system::before,
.home-operations-flow::before {
  opacity: 0.24;
}

.corporate-hub-card,
.corporate-link-card,
.home-service-card,
.home-operations-card,
.solution-card,
.service-category-card,
.service-subnav-card,
.service-detail-main-panel,
.service-detail-side-panel,
.service-detail-option,
.service-detail-list-panel,
.service-detail-flow article,
.service-detail-feature,
.email-choice-card,
.email-flow-grid article,
.email-scope-modules article,
.email-command-metrics div,
.about-scope-card,
.about-statement-card,
.about-principle-item,
.about-value-item,
.about-contact-assurance div,
.why-reason-card,
.why-outcome-item,
.why-contact-link,
.contact-response-grid div,
.contact-method,
.contact-channel,
.ops-panel-list div,
.consultation-point,
.consultation-action,
.testimonial-card,
.blog-post-card,
.brand-logo-tile,
.tech-capability-metrics div,
.tech-category,
.tech-logo-tile,
.legal-document-block,
.legal-document-status div,
.legal-document-facts div,
.legal-document-toc a,
.faq-topic-nav a,
.faq-page .faq-list details,
.blog-coming-soon-topics strong {
  border: 1px solid var(--sisds-border);
  border-radius: 16px;
  color: var(--sisds-ink);
  background: var(--sisds-surface);
  box-shadow: var(--sisds-card-shadow);
  transition: all 0.3s ease;
}

.corporate-hub-card,
.corporate-link-card,
.home-service-card,
.home-operations-card,
.solution-card,
.service-category-card,
.service-subnav-card,
.service-detail-option,
.service-detail-list-panel,
.service-detail-flow article,
.email-choice-card,
.email-flow-grid article,
.email-scope-modules article,
.about-scope-card,
.about-statement-card,
.why-reason-card,
.why-outcome-item,
.contact-method,
.contact-channel,
.ops-panel-list div,
.consultation-action,
.consultation-point,
.testimonial-card,
.blog-post-card,
.tech-logo-tile,
.legal-document-toc a {
  position: relative;
  overflow: hidden;
}

.corporate-hub-card::before,
.corporate-link-card::before,
.home-service-card::before,
.home-operations-card::before,
.solution-card::before,
.service-category-card::before,
.service-subnav-card::before,
.service-detail-option::before,
.service-detail-list-panel::before,
.service-detail-flow article::before,
.email-choice-card::before,
.email-flow-grid article::before,
.email-scope-modules article::before,
.about-scope-card::before,
.about-statement-card::before,
.why-reason-card::before,
.why-outcome-item::before,
.contact-method::before,
.contact-channel::before,
.ops-panel-list div::before,
.consultation-action::before,
.consultation-point::before,
.testimonial-card::before,
.blog-post-card::before,
.tech-logo-tile::before,
.legal-document-toc a::before {
  content: "";
  position: absolute;
  inset: 16px auto 16px 0;
  width: 4px;
  border-radius: 0 8px 8px 0;
  background: var(--sisds-primary);
  opacity: 0;
  box-shadow: 0 10px 24px rgba(32, 184, 231, 0.24);
  transition: all 0.3s ease;
}

.corporate-hub-card:hover,
.corporate-hub-card:focus-visible,
.corporate-link-card:hover,
.corporate-link-card:focus-visible,
.home-service-card:hover,
.home-service-card:focus-visible,
.home-operations-card:hover,
.home-operations-card:focus-visible,
.solution-card:hover,
.solution-card:focus-visible,
.service-category-card:hover,
.service-category-card:focus-visible,
.service-subnav-card:hover,
.service-subnav-card:focus-visible,
.service-detail-option:hover,
.service-detail-option:focus-within,
.service-detail-list-panel:hover,
.service-detail-list-panel:focus-within,
.service-detail-flow article:hover,
.email-choice-card:hover,
.email-flow-grid article:hover,
.email-scope-modules article:hover,
.about-scope-card:hover,
.about-statement-card:hover,
.why-reason-card:hover,
.why-outcome-item:hover,
.contact-method:hover,
.contact-method:focus-visible,
.contact-channel:hover,
.contact-channel:focus-visible,
.ops-panel-list div:hover,
.consultation-action:hover,
.consultation-action:focus-visible,
.consultation-point:hover,
.testimonial-card:hover,
.blog-post-card:hover,
.blog-post-card:focus-visible,
.tech-logo-tile:hover,
.legal-document-toc a:hover,
.legal-document-toc a:focus-visible,
.legal-document-toc a.is-active,
.faq-topic-nav a:hover,
.faq-topic-nav a:focus-visible,
.faq-page .faq-list details:hover {
  border-color: var(--sisds-primary);
  color: var(--sisds-ink);
  background: var(--sisds-surface);
  box-shadow: var(--sisds-card-shadow-hover);
  transform: translateY(-4px);
  outline: none;
}

.corporate-hub-card:hover::before,
.corporate-hub-card:focus-visible::before,
.corporate-link-card:hover::before,
.corporate-link-card:focus-visible::before,
.home-service-card:hover::before,
.home-service-card:focus-visible::before,
.home-operations-card:hover::before,
.home-operations-card:focus-visible::before,
.solution-card:hover::before,
.solution-card:focus-visible::before,
.service-category-card:hover::before,
.service-category-card:focus-visible::before,
.service-subnav-card:hover::before,
.service-subnav-card:focus-visible::before,
.service-detail-option:hover::before,
.service-detail-option:focus-within::before,
.service-detail-list-panel:hover::before,
.service-detail-list-panel:focus-within::before,
.service-detail-flow article:hover::before,
.email-choice-card:hover::before,
.email-flow-grid article:hover::before,
.email-scope-modules article:hover::before,
.about-scope-card:hover::before,
.about-statement-card:hover::before,
.why-reason-card:hover::before,
.why-outcome-item:hover::before,
.contact-method:hover::before,
.contact-method:focus-visible::before,
.contact-channel:hover::before,
.contact-channel:focus-visible::before,
.ops-panel-list div:hover::before,
.consultation-action:hover::before,
.consultation-action:focus-visible::before,
.consultation-point:hover::before,
.testimonial-card:hover::before,
.blog-post-card:hover::before,
.blog-post-card:focus-visible::before,
.tech-logo-tile:hover::before,
.legal-document-toc a:hover::before,
.legal-document-toc a:focus-visible::before,
.legal-document-toc a.is-active::before {
  opacity: 1;
}

.corporate-hub-card.is-current,
.service-subnav-card.is-current,
.service-subnav-card[aria-current="page"],
.legal-document-toc a.is-active,
.faq-page .faq-list details[open] {
  border-color: var(--sisds-primary);
  color: var(--sisds-ink);
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%);
  box-shadow:
    var(--sisds-card-shadow-hover),
    0 0 0 1px rgba(32, 184, 231, 0.08) inset;
}

.corporate-hub-card.is-current::before,
.service-subnav-card.is-current::before,
.service-subnav-card[aria-current="page"]::before,
.faq-page .faq-list details[open]::before {
  opacity: 1;
}

.corporate-hub-head span,
.services-index-head span,
.service-detail-side-panel > span,
.service-detail-flow article > span,
.service-detail-option > span,
.email-choice-card > span,
.email-command-metrics span,
.email-flow-grid article > span,
.email-scope-modules article > span,
.about-principle-item span,
.about-scope-card span,
.about-value-item span,
.about-contact-assurance span,
.why-reason-number,
.why-proof-grid span,
.why-outcome-item span,
.contact-response-grid span,
.ops-panel-head span,
.ops-panel-list span,
.consultation-assurance span,
.consultation-point span,
.testimonial-tag,
.blog-post-meta span,
.tech-category-head > span,
.legal-document-status span,
.legal-document-toc span,
.faq-page .faq-list summary::before {
  border-color: rgba(32, 184, 231, 0.16);
  border-radius: 10px;
  color: var(--sisds-primary-dark);
  background: rgba(32, 184, 231, 0.1);
  font-weight: 700;
}

.corporate-hub-card h2,
.corporate-link-card h3,
.home-service-card h3,
.home-operations-card h3,
.solution-card h3,
.service-category-card h3,
.service-detail-main-panel h2,
.service-detail-side-panel strong,
.service-detail-option h3,
.service-detail-list-panel h3,
.service-detail-flow h3,
.email-choice-card h3,
.email-flow-grid h3,
.email-scope-modules h3,
.about-scope-card h3,
.about-statement-card h2,
.about-values-panel h2,
.why-reason-card h3,
.why-outcome-item h3,
.contact-method strong,
.contact-channel strong,
.contact-direct-card strong,
.contact-process-head strong,
.ops-panel-list strong,
.consultation-point strong,
.testimonial-top h3,
.blog-post-card h3,
.tech-category-head h3,
.legal-document-block h2,
.faq-page .faq-list summary {
  color: var(--sisds-ink);
  font-weight: 700;
}

.corporate-hub-card p,
.corporate-link-card p,
.home-service-card p,
.home-operations-card p,
.solution-card p,
.service-category-card p,
.service-detail-copy p,
.service-detail-option p,
.service-detail-list-panel li,
.service-detail-flow p,
.email-choice-card p,
.email-flow-grid p,
.email-scope-modules p,
.about-scope-card p,
.about-value-item p,
.why-reason-card p,
.why-outcome-item p,
.contact-method span,
.contact-channel small,
.contact-response-grid small,
.ops-panel-list small,
.consultation-point small,
.testimonial-card blockquote,
.blog-post-card p,
.tech-category-head p,
.legal-document-block p,
.legal-document-block li,
.faq-page .faq-answer,
.faq-page .faq-list details > p {
  color: var(--sisds-muted);
  line-height: 1.6;
}

.btn,
.consultation-action,
.contact-channel,
.about-contact-phone,
.why-contact-link,
.blog-coming-soon-card a {
  border-radius: 14px;
}

:root[data-theme="dark"] {
  --sisds-bg: #0f172a;
  --sisds-surface: rgba(255, 255, 255, 0.06);
  --sisds-ink: #f8fafc;
  --sisds-muted: #cbd5e1;
  --sisds-border: rgba(226, 232, 240, 0.14);
  --sisds-panel-border: rgba(32, 184, 231, 0.24);
  --sisds-card-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  --sisds-card-shadow-hover: 0 18px 45px rgba(0, 0, 0, 0.32);
  --sisds-panel-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

:root[data-theme="dark"] .corporate-hero-modern,
:root[data-theme="dark"] .contact-hero-modern,
:root[data-theme="dark"] .why-hero-section,
:root[data-theme="dark"] .blog-coming-soon-page,
:root[data-theme="dark"] .service-detail-section,
:root[data-theme="dark"] .about-intro-section,
:root[data-theme="dark"] .about-scope-section,
:root[data-theme="dark"] .about-belief-section,
:root[data-theme="dark"] .about-contact-section,
:root[data-theme="dark"] .contact-form-section,
:root[data-theme="dark"] .legal-document-section,
:root[data-theme="dark"] .faq-page .faq-content-section,
:root[data-theme="dark"] .faq-page .faq-overview-section,
:root[data-theme="dark"] .tech-capability-brief,
:root[data-theme="dark"] .tech-stack-section,
:root[data-theme="dark"] .consultation-section,
:root[data-theme="dark"] .testimonials-section,
:root[data-theme="dark"] .brand-logo-marquee-section {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.94) 0%, rgba(8, 18, 32, 0.98) 100%),
    var(--sisds-bg);
}

:root[data-theme="dark"] .corporate-hub-panel,
:root[data-theme="dark"] .services-index-panel,
:root[data-theme="dark"] .service-detail-services-menu,
:root[data-theme="dark"] .contact-ops-panel,
:root[data-theme="dark"] .contact-request-form,
:root[data-theme="dark"] .contact-direct-card,
:root[data-theme="dark"] .contact-process-card,
:root[data-theme="dark"] .about-contact-panel,
:root[data-theme="dark"] .about-contact-card,
:root[data-theme="dark"] .about-story-panel,
:root[data-theme="dark"] .about-work-card,
:root[data-theme="dark"] .about-values-panel,
:root[data-theme="dark"] .about-scope-summary,
:root[data-theme="dark"] .why-hero-visual,
:root[data-theme="dark"] .why-proof-band,
:root[data-theme="dark"] .faq-hero-brief,
:root[data-theme="dark"] .faq-readiness-panel,
:root[data-theme="dark"] .faq-side-panel,
:root[data-theme="dark"] .legal-document-sidebar-card,
:root[data-theme="dark"] .legal-document,
:root[data-theme="dark"] .blog-coming-soon-card,
:root[data-theme="dark"] .consultation-card,
:root[data-theme="dark"] .consultation-diagnostics,
:root[data-theme="dark"] .services-architecture,
:root[data-theme="dark"] .corporate-system,
:root[data-theme="dark"] .home-operations-flow,
:root[data-theme="dark"] .tech-capability-brief,
:root[data-theme="dark"] .email-command-panel,
:root[data-theme="dark"] .email-outcome-section {
  background: rgba(15, 23, 42, 0.82);
}

:root[data-theme="dark"] .corporate-hub-card,
:root[data-theme="dark"] .corporate-link-card,
:root[data-theme="dark"] .home-service-card,
:root[data-theme="dark"] .home-operations-card,
:root[data-theme="dark"] .solution-card,
:root[data-theme="dark"] .service-category-card,
:root[data-theme="dark"] .service-subnav-card,
:root[data-theme="dark"] .service-detail-main-panel,
:root[data-theme="dark"] .service-detail-side-panel,
:root[data-theme="dark"] .service-detail-option,
:root[data-theme="dark"] .service-detail-list-panel,
:root[data-theme="dark"] .service-detail-flow article,
:root[data-theme="dark"] .service-detail-feature,
:root[data-theme="dark"] .email-choice-card,
:root[data-theme="dark"] .email-flow-grid article,
:root[data-theme="dark"] .email-scope-modules article,
:root[data-theme="dark"] .email-command-metrics div,
:root[data-theme="dark"] .about-scope-card,
:root[data-theme="dark"] .about-statement-card,
:root[data-theme="dark"] .about-principle-item,
:root[data-theme="dark"] .about-value-item,
:root[data-theme="dark"] .about-contact-assurance div,
:root[data-theme="dark"] .why-reason-card,
:root[data-theme="dark"] .why-outcome-item,
:root[data-theme="dark"] .why-contact-link,
:root[data-theme="dark"] .contact-response-grid div,
:root[data-theme="dark"] .contact-method,
:root[data-theme="dark"] .contact-channel,
:root[data-theme="dark"] .ops-panel-list div,
:root[data-theme="dark"] .consultation-point,
:root[data-theme="dark"] .consultation-action,
:root[data-theme="dark"] .testimonial-card,
:root[data-theme="dark"] .blog-post-card,
:root[data-theme="dark"] .brand-logo-tile,
:root[data-theme="dark"] .tech-capability-metrics div,
:root[data-theme="dark"] .tech-category,
:root[data-theme="dark"] .tech-logo-tile,
:root[data-theme="dark"] .legal-document-block,
:root[data-theme="dark"] .legal-document-status div,
:root[data-theme="dark"] .legal-document-facts div,
:root[data-theme="dark"] .legal-document-toc a,
:root[data-theme="dark"] .faq-topic-nav a,
:root[data-theme="dark"] .faq-page .faq-list details,
:root[data-theme="dark"] .blog-coming-soon-topics strong {
  color: var(--sisds-ink);
  background: rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .brand-logo-tile,
:root[data-theme="dark"] .tech-logo-tile {
  border-color: rgba(125, 220, 252, 0.22);
  color: var(--sisds-ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045)),
    rgba(8, 18, 32, 0.72) !important;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .brand-logo-tile img,
:root[data-theme="dark"] .tech-logo-tile img {
  filter: saturate(1.1) contrast(1.08) brightness(1.08) drop-shadow(0 0 7px rgba(255, 255, 255, 0.16));
  opacity: 1;
}

:root[data-theme="dark"] .brand-logo-tile img[src*="acronis.png"],
:root[data-theme="dark"] .brand-logo-tile img[src*="apple.png"],
:root[data-theme="dark"] .brand-logo-tile img[src*="asus.png"],
:root[data-theme="dark"] .brand-logo-tile img[src*="brother.png"],
:root[data-theme="dark"] .brand-logo-tile img[src*="CISCO.png"],
:root[data-theme="dark"] .brand-logo-tile img[src*="citirx.png"],
:root[data-theme="dark"] .brand-logo-tile img[src*="logitech.png"],
:root[data-theme="dark"] .brand-logo-tile img[src*="samsung.png"],
:root[data-theme="dark"] .brand-logo-tile img[src*="unifi.png"],
:root[data-theme="dark"] .tech-logo-tile img[src*="acronis.png"],
:root[data-theme="dark"] .tech-logo-tile img[src*="apple.png"],
:root[data-theme="dark"] .tech-logo-tile img[src*="asus.png"],
:root[data-theme="dark"] .tech-logo-tile img[src*="brother.png"],
:root[data-theme="dark"] .tech-logo-tile img[src*="CISCO.png"],
:root[data-theme="dark"] .tech-logo-tile img[src*="citirx.png"],
:root[data-theme="dark"] .tech-logo-tile img[src*="logitech.png"],
:root[data-theme="dark"] .tech-logo-tile img[src*="samsung.png"],
:root[data-theme="dark"] .tech-logo-tile img[src*="unifi.png"] {
  filter: brightness(0) invert(1) drop-shadow(0 0 8px rgba(125, 220, 252, 0.16));
  opacity: 0.96;
}

:root[data-theme="dark"] .tech-logo-tile figcaption {
  color: var(--sisds-ink);
}

/* About page professional cleanup */
.about-page {
  --about-clean-bg: #f5f9fc;
  --about-clean-bg-soft: #eef6fa;
  --about-clean-panel: rgba(255, 255, 255, 0.9);
  --about-clean-card: rgba(255, 255, 255, 0.96);
  --about-clean-action: rgba(245, 251, 254, 0.92);
  --about-clean-ink: #102331;
  --about-clean-muted: #536879;
  --about-clean-border: rgba(16, 44, 64, 0.12);
  --about-clean-border-strong: rgba(32, 184, 231, 0.24);
  --about-clean-accent: #128fbd;
  --about-clean-accent-soft: rgba(32, 184, 231, 0.11);
  --about-clean-shadow: 0 24px 64px rgba(15, 35, 50, 0.1);
  --about-clean-card-shadow: 0 14px 34px rgba(15, 35, 50, 0.07);
  background: var(--about-clean-bg);
}

:root[data-theme="dark"] .about-page {
  --about-clean-bg: #08111b;
  --about-clean-bg-soft: #0d1824;
  --about-clean-panel: rgba(15, 25, 38, 0.88);
  --about-clean-card: rgba(255, 255, 255, 0.06);
  --about-clean-action: rgba(255, 255, 255, 0.055);
  --about-clean-ink: #f7fbff;
  --about-clean-muted: #c3d2df;
  --about-clean-border: rgba(226, 238, 246, 0.14);
  --about-clean-border-strong: rgba(86, 210, 247, 0.28);
  --about-clean-accent: #54d5f6;
  --about-clean-accent-soft: rgba(84, 213, 246, 0.12);
  --about-clean-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --about-clean-card-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

.about-page .about-intro-section,
.about-page .about-scope-section,
.about-page .about-belief-section,
.about-page .about-contact-section {
  color: var(--about-clean-ink);
  border: 0;
  background:
    linear-gradient(180deg, var(--about-clean-bg) 0%, var(--about-clean-bg-soft) 100%) !important;
  box-shadow: none;
}

.about-page .about-intro-section::before,
.about-page .about-intro-section::after,
.about-page .about-scope-section::before,
.about-page .about-scope-section::after,
.about-page .about-belief-section::before,
.about-page .about-belief-section::after,
.about-page .about-contact-section::before,
.about-page .about-contact-section::after,
.about-page .about-story-panel::before,
.about-page .about-story-panel::after,
.about-page .about-work-card::before,
.about-page .about-work-card::after,
.about-page .about-scope-card::before,
.about-page .about-statement-card::before,
.about-page .about-values-panel::before,
.about-page .about-values-panel::after,
.about-page .about-value-item::before,
.about-page .about-contact-panel::before,
.about-page .about-contact-panel::after,
.about-page .about-contact-card::before,
.about-page .about-contact-card::after,
.about-page .about-contact-assurance div::before,
.about-page .about-scope-summary::before,
.about-page .about-scope-summary::after {
  content: none !important;
  display: none !important;
}

.about-page .about-story-panel,
.about-page .about-work-card,
.about-page .about-scope-card,
.about-page .about-statement-card,
.about-page .about-values-panel,
.about-page .about-value-item,
.about-page .about-contact-assurance div {
  color: var(--about-clean-ink);
  border: 1px solid var(--about-clean-border);
  border-radius: 12px;
  background: var(--about-clean-card) !important;
  box-shadow: var(--about-clean-card-shadow);
}

.about-page .about-belief-section {
  padding: clamp(68px, 7vw, 104px) 0;
}

.about-page .about-belief-layout {
  gap: clamp(18px, 3vw, 32px);
}

.about-page .about-statement-stack {
  gap: 16px;
}

.about-page .about-statement-card {
  min-height: 212px;
  align-content: center;
  padding: clamp(24px, 3.6vw, 36px);
}

.about-page .about-statement-card .eyebrow,
.about-page .about-values-panel .eyebrow,
.about-page .about-contact-panel .eyebrow,
.about-page .about-contact-card-head span {
  color: var(--about-clean-accent);
}

.about-page .about-statement-card h2 {
  color: var(--about-clean-ink);
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.12;
}

.about-page .about-values-panel {
  align-content: stretch;
  gap: clamp(16px, 2vw, 22px);
  padding: clamp(24px, 3.4vw, 36px);
  text-align: left;
}

.about-page .about-values-panel .eyebrow {
  justify-self: start;
}

.about-page .about-values-lead {
  max-width: 520px;
  margin: 0;
  color: var(--about-clean-ink);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.18;
}

.about-page .about-value-list {
  gap: 12px;
  grid-template-rows: repeat(2, minmax(138px, 1fr));
}

.about-page .about-value-item {
  min-height: 138px;
  padding: 18px;
  box-shadow: none;
}

.about-page .about-value-item span {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--about-clean-accent);
  background: transparent;
  font-size: 16px;
  font-weight: 850;
}

.about-page .about-value-item p {
  max-width: none;
  color: var(--about-clean-muted);
}

.about-page .about-contact-section {
  padding: clamp(76px, 8vw, 118px) 0;
}

.about-page .about-contact-panel {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(28px, 4vw, 50px);
  align-items: stretch;
  padding: clamp(28px, 4.4vw, 54px);
  color: var(--about-clean-ink);
  border: 1px solid var(--about-clean-border-strong);
  border-radius: 18px;
  background:
    linear-gradient(135deg, var(--about-clean-accent-soft), transparent 44%),
    var(--about-clean-panel) !important;
  box-shadow: var(--about-clean-shadow);
}

.about-page .about-contact-copy {
  align-content: center;
  padding-left: 0;
  border-left: 0;
}

.about-page .about-contact-panel h2 {
  max-width: 780px;
  color: var(--about-clean-ink);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.04;
}

.about-page .about-contact-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--about-clean-muted);
}

.about-page .about-contact-assurance {
  width: 100%;
  margin-top: 30px;
  gap: 12px;
}

.about-page .about-contact-assurance div {
  min-height: 96px;
  align-content: start;
  gap: 12px;
  padding: 16px;
  box-shadow: none;
}

.about-page .about-contact-assurance span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--about-clean-border-strong);
  border-radius: 10px;
  color: var(--about-clean-accent);
  background: var(--about-clean-accent-soft);
}

.about-page .about-contact-assurance strong {
  color: var(--about-clean-ink);
  font-size: 14.5px;
  line-height: 1.38;
}

.about-page .about-contact-card {
  gap: 20px;
  min-height: 100%;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--about-clean-border);
  border-radius: 16px;
  background: var(--about-clean-card) !important;
  box-shadow: var(--about-clean-card-shadow);
}

.about-page .about-contact-card-head {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--about-clean-border);
}

.about-page .about-contact-card-head strong {
  color: var(--about-clean-ink);
  font-size: clamp(24px, 2.15vw, 30px);
  line-height: 1.14;
}

.about-page .about-contact-route {
  gap: 0;
}

.about-page .about-contact-route div {
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--about-clean-border);
}

.about-page .about-contact-route span {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: var(--about-clean-accent);
  box-shadow: 0 0 0 6px var(--about-clean-accent-soft);
}

.about-page .about-contact-route p {
  color: var(--about-clean-muted);
  font-size: 14px;
}

.about-page .about-contact-actions {
  gap: 12px;
}

.about-page .about-contact-actions .btn {
  min-height: 56px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 850;
  box-shadow: 0 18px 36px rgba(32, 184, 231, 0.2);
}

.about-page .about-contact-phone {
  min-height: 68px;
  padding: 13px 16px;
  border: 1px solid var(--about-clean-border);
  border-radius: 12px;
  color: var(--about-clean-ink);
  background: var(--about-clean-action);
  box-shadow: none;
}

.about-page .about-contact-phone:hover,
.about-page .about-contact-phone:focus-visible {
  border-color: var(--about-clean-border-strong);
  background: var(--about-clean-card);
  box-shadow: 0 16px 34px rgba(15, 35, 50, 0.1);
}

:root[data-theme="dark"] .about-page .about-contact-phone:hover,
:root[data-theme="dark"] .about-page .about-contact-phone:focus-visible {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.about-page .about-contact-phone span {
  color: var(--about-clean-accent);
}

.about-page .about-contact-phone strong {
  color: var(--about-clean-ink);
}

@media (max-width: 1080px) {
  .about-page .about-contact-panel {
    grid-template-columns: 1fr;
  }

  .about-page .about-contact-card {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .about-page .about-intro-section,
  .about-page .about-scope-section,
  .about-page .about-belief-section,
  .about-page .about-contact-section {
    padding: 60px 0;
  }

  .about-page .about-statement-card {
    min-height: auto;
  }

  .about-page .about-values-panel {
    padding: 22px;
  }

  .about-page .about-value-list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .about-page .about-value-item {
    min-height: auto;
  }

  .about-page .about-contact-panel {
    gap: 22px;
    padding: 22px;
    border-radius: 16px;
  }

  .about-page .about-contact-panel h2 {
    font-size: 30px;
  }

  .about-page .about-contact-assurance {
    grid-template-columns: 1fr;
  }

  .about-page .about-contact-card {
    padding: 20px;
  }
}

@media (max-width: 720px) {
  .corporate-hub-panel,
  .services-index-panel,
  .contact-ops-panel,
  .about-contact-panel,
  .legal-document-sidebar-card,
  .legal-document,
  .blog-coming-soon-card,
  .consultation-card,
  .consultation-diagnostics,
  .services-architecture,
  .corporate-system,
  .home-operations-flow {
    border-radius: 20px;
  }

  .corporate-hub-card,
  .corporate-link-card,
  .home-service-card,
  .home-operations-card,
  .solution-card,
  .service-category-card,
  .service-detail-option,
  .service-detail-list-panel,
  .service-detail-flow article,
  .email-choice-card,
  .email-flow-grid article,
  .email-scope-modules article,
  .about-scope-card,
  .why-reason-card,
  .contact-method,
  .contact-channel,
  .testimonial-card,
  .blog-post-card,
  .tech-category,
  .legal-document-block {
    border-radius: 14px;
  }
}

/* Consultation section layout repair */
.consultation-section {
  padding: clamp(82px, 8vw, 112px) 0 clamp(78px, 7vw, 104px);
  background:
    radial-gradient(circle at 10% 18%, rgba(48, 188, 233, 0.13), transparent 30%),
    radial-gradient(circle at 88% 42%, rgba(47, 109, 246, 0.09), transparent 32%),
    linear-gradient(rgba(48, 188, 233, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 48%, #eef7fb 100%);
  background-size: auto, auto, 54px 54px, 54px 54px, auto;
}

.consultation-shell {
  width: min(1320px, calc(100% - 52px));
  max-width: calc(100vw - 52px);
}

.consultation-card {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.72fr);
  gap: clamp(30px, 4.2vw, 56px);
  align-items: center;
  min-height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.consultation-copy {
  min-width: 0;
}

.consultation-copy h2 {
  max-width: 760px;
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1.04;
}

.consultation-copy p {
  max-width: 700px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}

.consultation-actions {
  align-items: stretch;
  gap: 12px;
}

.consultation-action {
  min-width: min(100%, 254px);
  border-radius: 8px;
  overflow: hidden;
}

.consultation-action > span:last-child,
.consultation-point > div {
  min-width: 0;
}

.consultation-action strong,
.consultation-action small,
.consultation-point strong,
.consultation-point small {
  overflow-wrap: anywhere;
}

.consultation-diagnostics {
  align-self: stretch;
  min-height: 520px;
  border-color: rgba(48, 188, 233, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(247, 252, 255, 0.7)),
    var(--surface);
  box-shadow:
    0 24px 64px rgba(17, 55, 70, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.consultation-point {
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(248, 252, 254, 0.72));
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.consultation-assurance span,
.consultation-point span {
  border-radius: 8px;
}

:root[data-theme="dark"] .consultation-section {
  background:
    radial-gradient(circle at 10% 18%, rgba(48, 188, 233, 0.12), transparent 30%),
    radial-gradient(circle at 88% 42%, rgba(47, 109, 246, 0.13), transparent 34%),
    linear-gradient(rgba(126, 174, 198, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 174, 198, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #0b121a 0%, #101720 52%, #0b151d 100%);
  background-size: auto, auto, 54px 54px, 54px 54px, auto;
}

:root[data-theme="dark"] .consultation-card {
  background: transparent;
}

:root[data-theme="dark"] .consultation-diagnostics {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    #0b131e;
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .consultation-point {
  background: rgba(255, 255, 255, 0.055);
}

@media (max-width: 1080px) {
  .consultation-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .consultation-copy h2 {
    max-width: 760px;
    font-size: clamp(36px, 6vw, 54px);
  }

  .consultation-diagnostics {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .consultation-section {
    padding: 68px 0 74px;
  }

  .consultation-shell {
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
  }

  .consultation-card {
    gap: 24px;
  }

  .consultation-copy h2 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.08;
  }

  .consultation-copy p {
    font-size: 15px;
    line-height: 1.62;
  }

  .consultation-action {
    width: 100%;
    min-width: 0;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .consultation-diagnostics {
    padding: 22px;
  }

  .consultation-diagnostics.motion-parallax {
    transform: none !important;
  }

  .consultation-point {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .consultation-point span {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 420px) {
  .consultation-point {
    grid-template-columns: 1fr;
  }
}

/* Final spacing pass for the home consultation diagnostics module */
@media (min-width: 1081px) {
  .consultation-card {
    grid-template-columns: minmax(0, 0.93fr) minmax(470px, 0.76fr);
  }
}

.consultation-diagnostics {
  grid-template-rows: auto auto auto;
  align-self: center;
  align-content: start;
  gap: clamp(16px, 1.35vw, 20px);
  min-height: clamp(500px, 35vw, 540px);
  padding: clamp(24px, 2vw, 28px);
  border-radius: 12px;
}

.diagnostic-head {
  max-width: 470px;
  gap: 10px;
}

.diagnostic-head span {
  letter-spacing: 0;
}

.diagnostic-head strong {
  max-width: 440px;
  font-size: clamp(21px, 1.62vw, 24px);
  line-height: 1.16;
}

.diagnostic-core {
  height: auto;
  min-height: clamp(126px, 10.2vw, 150px);
}

.diagnostic-core span:nth-child(1) {
  width: 46px;
  box-shadow:
    0 0 0 18px rgba(48, 188, 233, 0.09),
    0 0 0 38px rgba(48, 188, 233, 0.05),
    0 16px 34px rgba(47, 109, 246, 0.2);
}

.diagnostic-core span:nth-child(2) {
  width: 118px;
}

.diagnostic-core span:nth-child(3) {
  width: 166px;
}

.diagnostic-core i {
  width: min(224px, 80%);
}

.consultation-points {
  gap: 12px;
}

.consultation-point {
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 10px 14px;
  border-radius: 12px;
}

.consultation-point span {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.consultation-point strong {
  font-size: 14px;
  line-height: 1.25;
}

.consultation-point small {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.36;
}

.home-animations-ready .consultation-section .motion-reveal {
  --reveal-x: 0px;
  --reveal-y: 0px;
  --reveal-scale: 1;
  opacity: 1;
  filter: blur(0);
}

@media (max-width: 1080px) {
  .consultation-diagnostics {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .consultation-diagnostics {
    grid-template-rows: auto auto auto;
    gap: 24px;
    padding: 28px;
  }

  .diagnostic-head strong {
    font-size: clamp(24px, 8vw, 30px);
  }

  .diagnostic-core {
    min-height: 170px;
  }

  .diagnostic-core span:nth-child(1) {
    width: 54px;
    box-shadow:
      0 0 0 24px rgba(48, 188, 233, 0.09),
      0 0 0 50px rgba(48, 188, 233, 0.05),
      0 18px 38px rgba(47, 109, 246, 0.2);
  }

  .diagnostic-core span:nth-child(2) {
    width: 148px;
  }

  .diagnostic-core span:nth-child(3) {
    width: 216px;
  }

  .diagnostic-core i {
    width: min(260px, 86%);
  }

  .consultation-points {
    gap: 14px;
  }

  .consultation-point {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .consultation-point span {
    width: 50px;
    height: 50px;
  }
}

/* Authoritative final lock for Solutions and Services right menus */
:root {
  --sisds-author-menu-width: 760px;
  --sisds-author-menu-height: 700px;
  --sisds-author-menu-padding: 18px;
  --sisds-author-menu-head: 42px;
  --sisds-author-menu-category: 22px;
  --sisds-author-menu-card: 74px;
  --sisds-author-menu-contact: 84px;
  --sisds-author-menu-gap: 8px;
  --sisds-author-menu-badge: 34px;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu,
  .service-detail-page .service-subnav-panel
) {
  width: 100% !important;
  max-width: var(--sisds-author-menu-width) !important;
  min-height: var(--sisds-author-menu-height) !important;
  height: var(--sisds-author-menu-height) !important;
  max-height: var(--sisds-author-menu-height) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-self: end !important;
  padding: var(--sisds-author-menu-padding) !important;
  overflow: visible !important;
  border: 1px solid rgba(32, 184, 231, 0.18) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-head,
.service-detail-page .service-subnav-panel :is(.corporate-hub-head, .service-subnav-head) {
  flex: 0 0 var(--sisds-author-menu-head) !important;
  min-height: var(--sisds-author-menu-head) !important;
  height: var(--sisds-author-menu-head) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 2px 12px !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.76) !important;
  box-sizing: border-box !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: var(--sisds-author-menu-category) !important;
  grid-auto-rows: var(--sisds-author-menu-card) !important;
  align-content: start !important;
  gap: var(--sisds-author-menu-gap) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 0 !important;
  overflow: visible !important;
}

.service-detail-page .service-subnav-panel .service-subnav-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-auto-rows: var(--sisds-author-menu-card) !important;
  align-content: start !important;
  gap: var(--sisds-author-menu-gap) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 0 !important;
  overflow: auto !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-category {
  min-height: 0 !important;
  height: var(--sisds-author-menu-category) !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--sisds-primary-dark) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a,
  .service-detail-page .service-detail-solutions-menu .services-index-list > a,
  .services-hub-page .services-index-simple-menu .services-index-list > a,
  .service-detail-page .service-detail-services-menu .services-index-item,
  .service-detail-services-shell .service-detail-services-menu .services-index-item,
  .service-detail-page .service-subnav-panel .service-subnav-card
) {
  width: 100% !important;
  min-height: 0 !important;
  height: var(--sisds-author-menu-card) !important;
  max-height: var(--sisds-author-menu-card) !important;
  margin: 0 !important;
  border: 1px solid var(--sisds-border) !important;
  border-radius: 14px !important;
  background: var(--sisds-surface) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: visible !important;
  transition: all 0.3s ease !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a,
  .service-detail-page .service-detail-solutions-menu .services-index-list > a,
  .services-hub-page .services-index-simple-menu .services-index-list > a,
  .service-detail-page .service-subnav-panel .service-subnav-card,
  .service-detail-page .service-detail-services-menu .services-index-main,
  .service-detail-services-shell .service-detail-services-menu .services-index-main
) {
  display: grid !important;
  grid-template-columns: var(--sisds-author-menu-badge) minmax(0, 1fr) 18px !important;
  align-items: center !important;
  align-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 0 !important;
  height: var(--sisds-author-menu-card) !important;
  padding: 12px 16px !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

:is(
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-main {
  border: 1px solid var(--sisds-border) !important;
  border-radius: 14px !important;
  background: var(--sisds-surface) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
  transition: all 0.3s ease !important;
}

:is(
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-item {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

:is(
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-item:hover .services-index-main,
:is(
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-item:focus-within .services-index-main {
  border-color: var(--sisds-primary) !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1) !important;
}

:is(
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-item.is-active .services-index-main {
  border-color: var(--sisds-primary) !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%) !important;
  box-shadow: 0 16px 40px rgba(8, 140, 194, 0.12) !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a::before,
  .service-detail-page .service-detail-solutions-menu .services-index-list > a::before,
  .services-hub-page .services-index-simple-menu .services-index-list > a::before,
  .service-detail-page .service-detail-services-menu .services-index-item::before,
  .service-detail-services-shell .service-detail-services-menu .services-index-item::before,
  .service-detail-page .service-subnav-panel .service-subnav-card::before
) {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 16px !important;
  bottom: 16px !important;
  width: 4px !important;
  border-radius: 0 8px 8px 0 !important;
  background: var(--sisds-primary) !important;
  opacity: 0 !important;
  transition: all 0.3s ease !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a:hover,
  .service-detail-page .service-detail-solutions-menu .services-index-list > a:hover,
  .services-hub-page .services-index-simple-menu .services-index-list > a:hover,
  .service-detail-page .service-detail-services-menu .services-index-item:hover,
  .service-detail-services-shell .service-detail-services-menu .services-index-item:hover,
  .service-detail-page .service-subnav-panel .service-subnav-card:hover
) {
  transform: translateY(-4px) !important;
  border-color: var(--sisds-primary) !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1) !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a:hover::before,
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a.is-active::before,
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"]::before,
  .service-detail-page .service-detail-solutions-menu .services-index-list > a:hover::before,
  .service-detail-page .service-detail-solutions-menu .services-index-list > a.is-active::before,
  .service-detail-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"]::before,
  .service-detail-page .service-detail-services-menu .services-index-item:hover::before,
  .service-detail-page .service-detail-services-menu .services-index-item.is-active::before,
  .service-detail-services-shell .service-detail-services-menu .services-index-item:hover::before,
  .service-detail-services-shell .service-detail-services-menu .services-index-item.is-active::before,
  .service-detail-page .service-subnav-panel .service-subnav-card:hover::before,
  .service-detail-page .service-subnav-panel .service-subnav-card.is-current::before,
  .service-detail-page .service-subnav-panel .service-subnav-card[aria-current="page"]::before
) {
  opacity: 1 !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a.is-active,
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"],
  .service-detail-page .service-detail-solutions-menu .services-index-list > a.is-active,
  .service-detail-page .service-detail-solutions-menu .services-index-list > a[aria-current="page"],
  .service-detail-page .service-detail-services-menu .services-index-item.is-active,
  .service-detail-services-shell .service-detail-services-menu .services-index-item.is-active,
  .service-detail-page .service-subnav-panel .service-subnav-card.is-current,
  .service-detail-page .service-subnav-panel .service-subnav-card[aria-current="page"]
) {
  border-color: var(--sisds-primary) !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%) !important;
  box-shadow: 0 16px 40px rgba(8, 140, 194, 0.12) !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu .services-index-list > a > span,
  .service-detail-page .service-detail-solutions-menu .services-index-list > a > span,
  .services-hub-page .services-index-simple-menu .services-index-list > a > span,
  .service-detail-page .service-detail-services-menu .services-index-main > span,
  .service-detail-services-shell .service-detail-services-menu .services-index-main > span,
  .service-detail-page .service-subnav-panel .service-subnav-card > span
) {
  width: var(--sisds-author-menu-badge) !important;
  height: var(--sisds-author-menu-badge) !important;
  min-width: var(--sisds-author-menu-badge) !important;
  min-height: var(--sisds-author-menu-badge) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(32, 184, 231, 0.16) !important;
  border-radius: 10px !important;
  background: rgba(32, 184, 231, 0.1) !important;
  color: var(--sisds-primary-dark) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-list strong,
.service-detail-page .service-subnav-panel .service-subnav-card strong {
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--sisds-ink) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-list small,
.service-detail-page .service-subnav-panel .service-subnav-card small {
  display: block !important;
  margin: 4px 0 0 !important;
  overflow: hidden !important;
  color: var(--sisds-muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-contact {
  flex: 0 0 var(--sisds-author-menu-contact) !important;
  min-height: 0 !important;
  height: var(--sisds-author-menu-contact) !important;
  max-height: var(--sisds-author-menu-contact) !important;
  display: grid !important;
  align-content: center !important;
  gap: 4px !important;
  margin: auto 0 0 !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(32, 184, 231, 0.18) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
  overflow: hidden !important;
  text-decoration: none !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-contact :is(span, strong, p) {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-contact span {
  color: var(--sisds-primary-dark) !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-contact strong {
  color: var(--sisds-ink) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

:is(
  .solutions-hub-page .service-detail-solutions-menu,
  .service-detail-page .service-detail-solutions-menu,
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-contact p {
  margin: 0 !important;
  color: var(--sisds-muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

@media (max-width: 1080px) {
  :is(
    .solutions-hub-page .service-detail-solutions-menu,
    .service-detail-page .service-detail-solutions-menu,
    .services-hub-page .services-index-simple-menu,
    .service-detail-page .service-detail-services-menu,
    .service-detail-services-shell .service-detail-services-menu,
    .service-detail-page .service-subnav-panel
  ) {
    max-width: none !important;
    justify-self: stretch !important;
  }
}

@media (max-width: 720px) {
  :root {
    --sisds-author-menu-height: auto;
    --sisds-author-menu-card: 84px;
    --sisds-author-menu-contact: 96px;
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu,
    .service-detail-page .service-detail-solutions-menu,
    .services-hub-page .services-index-simple-menu,
    .service-detail-page .service-detail-services-menu,
    .service-detail-services-shell .service-detail-services-menu,
    .service-detail-page .service-subnav-panel
  ) {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
  }
}

.service-detail-page .service-detail-services-menu .services-index-item,
.service-detail-services-shell .service-detail-services-menu .services-index-item,
.service-detail-page .service-detail-services-menu .services-index-item.is-active,
.service-detail-services-shell .service-detail-services-menu .services-index-item.is-active {
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.service-detail-page .service-detail-services-menu .services-index-main,
.service-detail-services-shell .service-detail-services-menu .services-index-main {
  width: 100% !important;
  min-height: 0 !important;
  height: var(--sisds-author-menu-card) !important;
  display: grid !important;
  grid-template-columns: var(--sisds-author-menu-badge) minmax(0, 1fr) 18px !important;
  align-items: center !important;
  align-content: center !important;
  gap: 12px !important;
  padding: 12px 16px !important;
  border: 1px solid var(--sisds-border) !important;
  border-radius: 14px !important;
  background: var(--sisds-surface) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
  box-sizing: border-box !important;
}

.service-detail-page .service-detail-services-menu .services-index-item:hover .services-index-main,
.service-detail-page .service-detail-services-menu .services-index-item:focus-within .services-index-main,
.service-detail-services-shell .service-detail-services-menu .services-index-item:hover .services-index-main,
.service-detail-services-shell .service-detail-services-menu .services-index-item:focus-within .services-index-main {
  border-color: var(--sisds-primary) !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1) !important;
}

.service-detail-page .service-detail-services-menu .services-index-item.is-active .services-index-main,
.service-detail-services-shell .service-detail-services-menu .services-index-item.is-active .services-index-main {
  border-color: var(--sisds-primary) !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 100%) !important;
  box-shadow: 0 16px 40px rgba(8, 140, 194, 0.12) !important;
}

/* True EOF guard for JS-rendered services menus */
.service-detail-page .service-detail-services-shell .service-detail-services-menu .services-index-item,
.service-detail-page .service-detail-services-shell .service-detail-services-menu .services-index-item.is-active,
.service-detail-page .service-detail-services-shell .service-detail-services-menu .services-index-item.motion-reveal,
.service-detail-page .service-detail-services-shell .service-detail-services-menu .services-index-item.is-visible,
.service-detail-page .service-detail-services-shell .service-detail-services-menu .services-index-item.motion-reveal.is-visible,
.service-detail-services-menu .services-index-item,
.service-detail-services-menu .services-index-item.is-active,
.service-detail-services-menu .services-index-item.motion-reveal,
.service-detail-services-menu .services-index-item.is-visible,
.service-detail-services-menu .services-index-item.motion-reveal.is-visible {
  width: 100% !important;
  height: var(--sisds-author-menu-card) !important;
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.service-detail-page .service-detail-services-shell .service-detail-services-menu .services-index-main,
.service-detail-page .service-detail-services-shell .service-detail-services-menu .services-index-main.is-active,
.service-detail-services-menu .services-index-main,
.service-detail-services-menu .services-index-main.is-active {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Viewport-fit sizing for requested Solutions menus */
@media (min-width: 721px) {
  :is(
    .solutions-hub-page .service-detail-solutions-menu,
    .service-detail-page .service-detail-solutions-menu
  ) {
    --sisds-solution-menu-height: min(700px, calc(100vh - 246px));
    --sisds-solution-menu-card: clamp(46px, 6.6vh, 62px);
    --sisds-solution-menu-gap: clamp(5px, 0.8vh, 8px);
    --sisds-solution-menu-badge: clamp(28px, 4.5vh, 34px);
    --sisds-solution-menu-pad: clamp(10px, 1.6vh, 16px);
    --sisds-solution-menu-head: clamp(34px, 5.2vh, 42px);
    --sisds-solution-menu-category: clamp(16px, 2.6vh, 22px);
    --sisds-solution-menu-contact: clamp(58px, 9vh, 76px);
    --sisds-solution-menu-list-pad: clamp(6px, 1vh, 10px);
    --sisds-solution-menu-link-pad-y: clamp(6px, 1vh, 10px);
    --sisds-solution-menu-link-pad-x: clamp(10px, 1.5vh, 14px);
    --sisds-solution-menu-contact-pad-y: clamp(8px, 1.2vh, 12px);
    --sisds-solution-menu-contact-pad-x: clamp(10px, 1.5vh, 14px);
    min-height: 0 !important;
    height: var(--sisds-solution-menu-height) !important;
    max-height: var(--sisds-solution-menu-height) !important;
    padding: var(--sisds-solution-menu-pad) !important;
    overflow: hidden !important;
  }

  .service-detail-page .service-detail-solutions-menu {
    --sisds-solution-menu-height: min(700px, calc(100vh - 318px));
    --sisds-solution-menu-card: clamp(40px, 5.6vh, 60px);
    --sisds-solution-menu-gap: clamp(3px, 0.5vh, 7px);
    --sisds-solution-menu-badge: clamp(26px, 3.8vh, 34px);
    --sisds-solution-menu-pad: clamp(8px, 1.2vh, 16px);
    --sisds-solution-menu-head: clamp(32px, 4.7vh, 42px);
    --sisds-solution-menu-category: clamp(14px, 2.1vh, 22px);
    --sisds-solution-menu-contact: clamp(62px, 8.8vh, 76px);
    --sisds-solution-menu-list-pad: clamp(5px, 0.8vh, 9px);
    --sisds-solution-menu-link-pad-y: clamp(5px, 0.7vh, 8px);
    --sisds-solution-menu-link-pad-x: clamp(9px, 1.3vh, 14px);
    --sisds-solution-menu-contact-pad-y: clamp(7px, 1vh, 11px);
    --sisds-solution-menu-contact-pad-x: clamp(9px, 1.3vh, 14px);
  }

  @supports (height: 100svh) {
    :is(
      .solutions-hub-page .service-detail-solutions-menu,
      .service-detail-page .service-detail-solutions-menu
    ) {
      --sisds-solution-menu-height: min(700px, calc(100svh - 246px));
      --sisds-solution-menu-card: clamp(46px, 6.6svh, 62px);
      --sisds-solution-menu-gap: clamp(5px, 0.8svh, 8px);
      --sisds-solution-menu-badge: clamp(28px, 4.5svh, 34px);
      --sisds-solution-menu-pad: clamp(10px, 1.6svh, 16px);
      --sisds-solution-menu-head: clamp(34px, 5.2svh, 42px);
      --sisds-solution-menu-category: clamp(16px, 2.6svh, 22px);
      --sisds-solution-menu-contact: clamp(58px, 9svh, 76px);
      --sisds-solution-menu-list-pad: clamp(6px, 1svh, 10px);
      --sisds-solution-menu-link-pad-y: clamp(6px, 1svh, 10px);
      --sisds-solution-menu-link-pad-x: clamp(10px, 1.5svh, 14px);
      --sisds-solution-menu-contact-pad-y: clamp(8px, 1.2svh, 12px);
      --sisds-solution-menu-contact-pad-x: clamp(10px, 1.5svh, 14px);
    }

    .service-detail-page .service-detail-solutions-menu {
      --sisds-solution-menu-height: min(700px, calc(100svh - 318px));
      --sisds-solution-menu-card: clamp(40px, 5.6svh, 60px);
      --sisds-solution-menu-gap: clamp(3px, 0.5svh, 7px);
      --sisds-solution-menu-badge: clamp(26px, 3.8svh, 34px);
      --sisds-solution-menu-pad: clamp(8px, 1.2svh, 16px);
      --sisds-solution-menu-head: clamp(32px, 4.7svh, 42px);
      --sisds-solution-menu-category: clamp(14px, 2.1svh, 22px);
      --sisds-solution-menu-contact: clamp(62px, 8.8svh, 76px);
      --sisds-solution-menu-list-pad: clamp(5px, 0.8svh, 9px);
      --sisds-solution-menu-link-pad-y: clamp(5px, 0.7svh, 8px);
      --sisds-solution-menu-link-pad-x: clamp(9px, 1.3svh, 14px);
      --sisds-solution-menu-contact-pad-y: clamp(7px, 1svh, 11px);
      --sisds-solution-menu-contact-pad-x: clamp(9px, 1.3svh, 14px);
    }
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu,
    .service-detail-page .service-detail-solutions-menu
  ) .services-index-head {
    flex: 0 0 var(--sisds-solution-menu-head) !important;
    min-height: 0 !important;
    height: var(--sisds-solution-menu-head) !important;
    padding: 0 2px clamp(8px, 1.25vh, 12px) !important;
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu,
    .service-detail-page .service-detail-solutions-menu
  ) .services-index-head span,
  :is(
    .solutions-hub-page .service-detail-solutions-menu,
    .service-detail-page .service-detail-solutions-menu
  ) .services-index-head strong {
    min-height: clamp(24px, 3.8vh, 30px) !important;
    padding: 0 clamp(8px, 1.25vh, 12px) !important;
    font-size: clamp(10px, 1.45vh, 11px) !important;
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu,
    .service-detail-page .service-detail-solutions-menu
  ) .services-index-list {
    grid-template-rows: var(--sisds-solution-menu-category) !important;
    grid-auto-rows: var(--sisds-solution-menu-card) !important;
    gap: var(--sisds-solution-menu-gap) !important;
    padding: var(--sisds-solution-menu-list-pad) 0 0 !important;
    overflow: hidden !important;
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu,
    .service-detail-page .service-detail-solutions-menu
  ) .services-index-category {
    height: var(--sisds-solution-menu-category) !important;
    font-size: clamp(10px, 1.35vh, 11px) !important;
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu .services-index-list > a,
    .service-detail-page .service-detail-solutions-menu .services-index-list > a
  ) {
    min-height: 0 !important;
    height: var(--sisds-solution-menu-card) !important;
    max-height: var(--sisds-solution-menu-card) !important;
    grid-template-columns: var(--sisds-solution-menu-badge) minmax(0, 1fr) 14px !important;
    gap: clamp(8px, 1.3vh, 12px) !important;
    padding: var(--sisds-solution-menu-link-pad-y) var(--sisds-solution-menu-link-pad-x) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu .services-index-list > a::before,
    .service-detail-page .service-detail-solutions-menu .services-index-list > a::before
  ) {
    top: clamp(10px, 1.6vh, 16px) !important;
    bottom: clamp(10px, 1.6vh, 16px) !important;
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu .services-index-list > a::after,
    .service-detail-page .service-detail-solutions-menu .services-index-list > a::after
  ) {
    width: 8px !important;
    height: 8px !important;
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu .services-index-list > a > span,
    .service-detail-page .service-detail-solutions-menu .services-index-list > a > span
  ) {
    width: var(--sisds-solution-menu-badge) !important;
    height: var(--sisds-solution-menu-badge) !important;
    min-width: var(--sisds-solution-menu-badge) !important;
    min-height: var(--sisds-solution-menu-badge) !important;
    border-radius: 9px !important;
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu .services-index-list strong,
    .service-detail-page .service-detail-solutions-menu .services-index-list strong
  ) {
    font-size: clamp(12.5px, 1.85vh, 14px) !important;
    line-height: 1.12 !important;
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu .services-index-list small,
    .service-detail-page .service-detail-solutions-menu .services-index-list small
  ) {
    margin-top: 2px !important;
    font-size: clamp(10px, 1.45vh, 11px) !important;
    line-height: 1.18 !important;
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu,
    .service-detail-page .service-detail-solutions-menu
  ) .services-index-contact {
    flex: 0 0 var(--sisds-solution-menu-contact) !important;
    min-height: 0 !important;
    height: var(--sisds-solution-menu-contact) !important;
    max-height: var(--sisds-solution-menu-contact) !important;
    gap: 2px !important;
    margin: auto 0 0 !important;
    padding: var(--sisds-solution-menu-contact-pad-y) var(--sisds-solution-menu-contact-pad-x) !important;
    border-radius: 12px !important;
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu,
    .service-detail-page .service-detail-solutions-menu
  ) .services-index-contact span {
    font-size: clamp(10px, 1.35vh, 10.5px) !important;
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu,
    .service-detail-page .service-detail-solutions-menu
  ) .services-index-contact strong {
    font-size: clamp(12.5px, 1.85vh, 14px) !important;
    line-height: 1.14 !important;
  }

  :is(
    .solutions-hub-page .service-detail-solutions-menu,
    .service-detail-page .service-detail-solutions-menu
  ) .services-index-contact p {
    font-size: clamp(10px, 1.45vh, 11px) !important;
    line-height: 1.18 !important;
  }
}

/* Keep non-requested Services menus on natural sizing */
:is(
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}

:is(
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-list {
  grid-auto-rows: auto !important;
  align-content: start !important;
}

:is(
  .services-hub-page .services-index-simple-menu .services-index-list > a,
  .service-detail-page .service-detail-services-menu .services-index-item,
  .service-detail-services-shell .service-detail-services-menu .services-index-item
) {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}

:is(
  .service-detail-page .service-detail-services-menu .services-index-main,
  .service-detail-services-shell .service-detail-services-menu .services-index-main
) {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}

:is(
  .services-hub-page .services-index-simple-menu,
  .service-detail-page .service-detail-services-menu,
  .service-detail-services-shell .service-detail-services-menu
) .services-index-contact {
  flex: 0 0 auto !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}



/* Unified page context menu */
.site-context-menu {
  --context-primary: var(--sisds-primary, #20b8e7);
  --context-primary-dark: var(--sisds-primary-dark, #088cc2);
  --context-ink: var(--sisds-ink, #0f172a);
  --context-muted: var(--sisds-muted, #64748b);
  --context-border: var(--sisds-border, #e2e8f0);
  --context-panel-border: rgba(32, 184, 231, 0.24);
  --context-panel-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 251, 254, 0.9));
  --context-panel-shadow: 0 24px 70px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.76);
  --context-grid-line: rgba(8, 140, 194, 0.045);
  --context-head-border: rgba(148, 163, 184, 0.2);
  --context-pill-border: rgba(32, 184, 231, 0.24);
  --context-pill-bg: rgba(32, 184, 231, 0.12);
  --context-section-border: rgba(207, 229, 239, 0.78);
  --context-section-bg: rgba(255, 255, 255, 0.72);
  --context-section-shadow: 0 10px 26px rgba(15, 23, 42, 0.055);
  --context-row-border: rgba(32, 184, 231, 0.18);
  --context-row-bg: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(235, 249, 255, 0.72));
  --context-row-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64), 0 6px 18px rgba(15, 23, 42, 0.035);
  --context-row-hover-bg: linear-gradient(90deg, rgba(223, 247, 255, 0.98), rgba(255, 255, 255, 0.92));
  --context-row-hover-shadow: inset 3px 0 0 var(--context-primary), inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 10px 24px rgba(8, 140, 194, 0.1);
  --context-badge-border: rgba(32, 184, 231, 0.2);
  --context-badge-bg: rgba(32, 184, 231, 0.14);
  --context-badge-active-bg: #087ca8;
  --context-badge-active-ink: #ffffff;
  --context-arrow-bg: rgba(32, 184, 231, 0.12);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  justify-self: end;
  overflow: hidden;
  border: 1px solid var(--context-panel-border);
  border-radius: 24px;
  color: var(--context-ink);
  background: var(--context-panel-bg);
  box-shadow: var(--context-panel-shadow);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.site-context-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 1;
  background-image:
    linear-gradient(var(--context-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--context-grid-line) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.site-context-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--context-head-border);
}

.site-context-head > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.site-context-head span {
  display: block;
  color: var(--context-primary-dark);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.site-context-head p {
  margin: 0;
  overflow: hidden;
  color: var(--context-muted);
  font-weight: 600;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-context-head strong {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--context-pill-border);
  border-radius: 999px;
  color: var(--context-primary-dark);
  background: var(--context-pill-bg);
  font-weight: 900;
  line-height: 1;
}

.site-context-nav {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  overflow: auto;
  overscroll-behavior: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.site-context-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.site-context-nav::-webkit-scrollbar-track {
  background: transparent;
}

.site-context-nav::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(32, 184, 231, 0.38);
}

.site-context-section {
  min-width: 0;
  display: grid;
  gap: 6px;
  padding: 8px;
  border: 1px solid var(--context-section-border);
  border-radius: 14px;
  background: var(--context-section-bg);
  box-shadow: var(--context-section-shadow);
}

.site-context-section + .site-context-section {
  margin-top: var(--site-context-gap, 8px);
}

.site-context-menu.is-local-menu {
  --site-context-items: 5;
  --local-row-min: clamp(48px, 7vh, 64px);
}

.site-context-menu.is-local-menu .site-context-nav {
  display: flex;
  overflow: visible;
  overscroll-behavior: auto;
}

.site-context-menu.is-local-menu .site-context-section {
  flex: 1 1 auto;
  width: 100%;
  grid-auto-rows: minmax(var(--local-row-min), 1fr);
  gap: clamp(5px, 0.9vh, 8px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.site-context-menu.is-local-menu .site-context-parent {
  grid-template-columns: clamp(34px, 5.4vh, 44px) minmax(0, 1fr) clamp(22px, 3.8vh, 30px);
  gap: clamp(10px, 1.8vh, 16px);
  min-height: var(--local-row-min);
  border: 1px solid var(--context-row-border);
  border-radius: 16px;
  background: var(--context-row-bg);
  box-shadow: var(--context-row-shadow);
}

.site-context-menu.is-local-menu .site-context-parent > span {
  width: clamp(34px, 5.4vh, 44px);
  height: clamp(34px, 5.4vh, 44px);
  border: 1px solid var(--context-badge-border);
  border-radius: 12px;
  background: var(--context-badge-bg);
}

.site-context-menu.is-local-menu .site-context-parent div {
  gap: 4px;
}

.site-context-parent,
.site-context-child {
  position: relative;
  min-width: 0;
  display: grid;
  align-items: center;
  color: var(--context-ink);
  text-decoration: none;
  transition: border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.site-context-parent {
  grid-template-columns: var(--site-context-index, 32px) minmax(0, 1fr) auto;
  gap: 10px;
  border: 1px solid var(--context-row-border);
  border-radius: 12px;
  background: var(--context-row-bg);
}

.site-context-child {
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
}

.site-context-parent::before,
.site-context-child::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: var(--context-primary);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.site-context-parent::before {
  top: 10px;
  bottom: 10px;
}

.site-context-child::before {
  top: 9px;
  bottom: 9px;
}

.site-context-parent > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--site-context-index, 32px);
  height: var(--site-context-index, 32px);
  border: 1px solid var(--context-badge-border);
  border-radius: 10px;
  color: var(--context-primary-dark);
  background: var(--context-badge-bg);
  font-weight: 900;
  line-height: 1;
}

.site-context-child > span {
  width: 7px;
  height: 7px;
  justify-self: center;
  border-radius: 999px;
  background: rgba(32, 184, 231, 0.38);
  box-shadow: 0 0 0 4px rgba(32, 184, 231, 0.08);
}

.site-context-parent div,
.site-context-child div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.site-context-parent strong,
.site-context-parent small,
.site-context-child strong,
.site-context-child small {
  display: block;
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-context-parent strong,
.site-context-child strong {
  color: var(--context-ink);
  font-weight: 850;
  line-height: 1.14;
}

.site-context-parent small,
.site-context-child small {
  color: var(--context-muted);
  font-weight: 600;
  line-height: 1.16;
}

.site-context-parent em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--context-primary-dark);
  background: var(--context-arrow-bg);
  font-style: normal;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.site-context-menu.is-local-menu .site-context-parent em {
  grid-column: auto;
  justify-self: end;
  min-width: 28px;
  margin-top: 0;
  padding: 0;
  background: transparent;
  font-size: 16px;
}

.site-context-menu.is-local-menu .site-context-parent strong,
.site-context-menu.is-local-menu .site-context-parent small {
  white-space: normal;
  text-overflow: clip;
}

.site-context-menu.is-local-menu .site-context-parent strong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.site-context-menu.is-local-menu .site-context-parent small {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.site-context-menu.is-local-menu .site-context-parent:hover,
.site-context-menu.is-local-menu .site-context-parent:focus-visible,
.site-context-menu.is-local-menu .site-context-parent.is-active,
.site-context-menu.is-local-menu .site-context-parent.is-parent-active {
  border-color: var(--context-panel-border);
  background: var(--context-row-hover-bg);
  box-shadow: var(--context-row-hover-shadow);
}

.site-context-parent:hover,
.site-context-parent:focus-visible,
.site-context-parent.is-active,
.site-context-parent.is-parent-active,
.site-context-child:hover,
.site-context-child:focus-visible,
.site-context-child.is-active {
  border-color: var(--context-panel-border);
  background: var(--context-row-hover-bg);
  box-shadow: var(--context-row-hover-shadow);
  outline: none;
}

.site-context-parent:hover,
.site-context-parent:focus-visible,
.site-context-child:hover,
.site-context-child:focus-visible {
  transform: translateX(3px);
}

.site-context-parent:hover::before,
.site-context-parent:focus-visible::before,
.site-context-parent.is-active::before,
.site-context-parent.is-parent-active::before,
.site-context-child:hover::before,
.site-context-child:focus-visible::before,
.site-context-child.is-active::before {
  opacity: 1;
}

.site-context-parent.is-active > span,
.site-context-parent.is-parent-active > span,
.site-context-parent:hover > span,
.site-context-parent:focus-visible > span {
  border-color: var(--context-primary);
  color: var(--context-badge-active-ink);
  background: var(--context-badge-active-bg);
}

.site-context-menu.is-local-menu .site-context-parent:hover > span,
.site-context-menu.is-local-menu .site-context-parent:focus-visible > span,
.site-context-menu.is-local-menu .site-context-parent.is-active > span,
.site-context-menu.is-local-menu .site-context-parent.is-parent-active > span {
  border-color: var(--context-badge-active-bg);
  color: var(--context-badge-active-ink);
  background: var(--context-badge-active-bg);
}

.site-context-child.is-active > span,
.site-context-child:hover > span,
.site-context-child:focus-visible > span {
  background: var(--context-primary);
  box-shadow: 0 0 0 4px rgba(32, 184, 231, 0.14);
}

@media (min-width: 721px) {
  .site-context-menu {
    --site-context-menu-height: min(640px, calc(100vh - 246px));
    --site-context-pad: clamp(10px, 1.6vh, 16px);
    --site-context-head: clamp(44px, 6.5vh, 56px);
    --site-context-gap: clamp(5px, 0.8vh, 8px);
    --site-context-index: clamp(26px, 4vh, 32px);
    height: var(--site-context-menu-height);
    max-height: var(--site-context-menu-height);
    padding: var(--site-context-pad);
  }

  .service-detail-hero .site-context-menu {
    --site-context-menu-height: min(640px, calc(100vh - 318px));
    --site-context-head: clamp(40px, 5.8vh, 52px);
    --site-context-pad: clamp(8px, 1.2vh, 14px);
    --site-context-index: clamp(24px, 3.7vh, 28px);
  }

  .services-hub-hero .site-context-menu {
    --site-context-menu-height: min(640px, calc(100vh - 374px));
    --site-context-head: clamp(40px, 5.8vh, 52px);
    --site-context-pad: clamp(8px, 1.2vh, 14px);
    --site-context-index: clamp(24px, 3.7vh, 28px);
  }

  .route-hub-hero .site-context-menu {
    --site-context-menu-height: min(640px, calc(100vh - 374px));
    --site-context-head: clamp(40px, 5.8vh, 52px);
    --site-context-pad: clamp(8px, 1.2vh, 14px);
    --site-context-index: clamp(24px, 3.7vh, 28px);
  }

  .services-hub-hero .site-context-menu.is-local-menu {
    --site-context-menu-height: min(520px, max(390px, calc(100vh - 214px)));
  }

  .route-hub-hero .site-context-menu.is-local-menu {
    --site-context-menu-height: min(560px, max(390px, calc(100vh - 214px)));
  }

  .solutions-hub-page .services-hub-hero .site-context-menu.is-local-menu {
    --site-context-menu-height: min(560px, max(430px, calc(100vh - 214px)));
  }

  @supports (height: 100svh) {
    .site-context-menu {
      --site-context-menu-height: min(640px, calc(100svh - 246px));
    }

    .service-detail-hero .site-context-menu {
      --site-context-menu-height: min(640px, calc(100svh - 318px));
    }

    .services-hub-hero .site-context-menu {
      --site-context-menu-height: min(640px, calc(100svh - 374px));
    }

    .route-hub-hero .site-context-menu {
      --site-context-menu-height: min(640px, calc(100svh - 374px));
    }

    .services-hub-hero .site-context-menu.is-local-menu {
      --site-context-menu-height: min(520px, max(390px, calc(100svh - 214px)));
    }

    .route-hub-hero .site-context-menu.is-local-menu {
      --site-context-menu-height: min(560px, max(390px, calc(100svh - 214px)));
    }

    .solutions-hub-page .services-hub-hero .site-context-menu.is-local-menu {
      --site-context-menu-height: min(560px, max(430px, calc(100svh - 214px)));
    }
  }

  .site-context-head {
    flex: 0 0 var(--site-context-head);
    height: var(--site-context-head);
    padding: 0 2px clamp(8px, 1.2vh, 12px);
  }

  .site-context-head span {
    font-size: clamp(10.5px, 1.45vh, 12px);
  }

  .site-context-head p {
    font-size: clamp(10px, 1.38vh, 11.5px);
  }

  .site-context-head strong {
    min-height: clamp(24px, 3.8vh, 30px);
    padding: 0 clamp(8px, 1.25vh, 12px);
    font-size: clamp(10px, 1.45vh, 11.5px);
  }

  .site-context-nav {
    flex: 1 1 auto;
    min-height: 0;
    padding: clamp(6px, 1vh, 10px) 2px 2px;
  }

  .site-context-section {
    gap: clamp(4px, 0.6vh, 6px);
    padding: clamp(5px, 0.75vh, 8px);
  }

  .site-context-parent {
    min-height: clamp(38px, 5.5vh, 46px);
    padding: clamp(5px, 0.75vh, 8px) clamp(7px, 1vh, 10px);
  }

  .site-context-parent > span {
    font-size: clamp(9.5px, 1.35vh, 10.5px);
  }

  .site-context-parent strong {
    font-size: clamp(11.5px, 1.62vh, 13px);
  }

  .site-context-parent small,
  .site-context-parent em {
    font-size: clamp(9.5px, 1.32vh, 10.5px);
  }

  .site-context-child {
    min-height: clamp(30px, 4.35vh, 36px);
    padding: clamp(3px, 0.45vh, 5px) clamp(6px, 0.85vh, 8px);
  }

  .site-context-child strong {
    font-size: clamp(11px, 1.52vh, 12.5px);
  }

  .site-context-child small {
    font-size: clamp(9px, 1.24vh, 10px);
  }
}

@media (min-width: 721px) {
  .site-context-menu.is-local-menu {
    --local-row-height: clamp(48px, 7vh, 64px);
    --local-menu-target: calc(
      var(--site-context-head) +
      (var(--local-row-height) * var(--site-context-items, 5)) +
      (var(--site-context-pad) * 2) +
      clamp(20px, 3vh, 34px)
    );
    height: var(--site-context-menu-height);
    max-height: var(--site-context-menu-height);
  }

  @supports (height: 100svh) {
    .site-context-menu.is-local-menu {
      max-height: var(--site-context-menu-height);
    }
  }

  .site-context-menu.is-local-menu .site-context-nav {
    flex: 1 1 auto;
    min-height: 0;
    overflow: visible;
  }

  .site-context-menu.is-local-menu .site-context-section {
    padding: 0;
  }

  .site-context-menu.is-local-menu .site-context-parent {
    min-height: 0;
    padding: clamp(7px, 1.15vh, 11px) clamp(12px, 1.8vh, 18px);
    border-radius: 16px;
  }

  .site-context-menu.is-local-menu .site-context-parent > span {
    width: clamp(34px, 5.4vh, 44px);
    height: clamp(34px, 5.4vh, 44px);
    font-size: clamp(10px, 1.45vh, 11.5px);
  }

  .site-context-menu.is-local-menu .site-context-parent strong {
    font-size: clamp(13px, 1.95vh, 16px);
    line-height: 1.14;
  }

  .site-context-menu.is-local-menu .site-context-parent small {
    font-size: clamp(10px, 1.45vh, 12px);
    line-height: 1.22;
  }

  .site-context-menu.is-local-menu .site-context-parent em {
    min-width: clamp(28px, 4.6vh, 36px);
    min-height: clamp(24px, 4vh, 30px);
    font-size: clamp(15px, 2.4vh, 18px);
  }
}

@media (min-width: 721px) and (max-height: 640px) {
  .site-context-menu.is-local-menu {
    --site-context-head: clamp(34px, 6vh, 42px);
    --site-context-pad: clamp(8px, 1.2vh, 10px);
    --local-row-min: clamp(42px, 8.4vh, 54px);
    --local-row-height: clamp(42px, 8.4vh, 54px);
    height: min(var(--site-context-menu-height), calc(100vh - 40px));
  }

  @supports (height: 100svh) {
    .site-context-menu.is-local-menu {
      height: min(var(--site-context-menu-height), calc(100svh - 40px));
    }
  }

  .site-context-menu.is-local-menu .site-context-section {
    gap: clamp(4px, 0.8vh, 6px);
  }

  .site-context-menu.is-local-menu .site-context-parent {
    padding: 6px 12px;
    border-radius: 14px;
  }

  .site-context-menu.is-local-menu .site-context-parent > span {
    width: clamp(30px, 6.4vh, 36px);
    height: clamp(30px, 6.4vh, 36px);
    border-radius: 10px;
  }

  .site-context-menu.is-local-menu .site-context-parent strong {
    font-size: clamp(12.5px, 2.5vh, 14px);
  }

  .site-context-menu.is-local-menu .site-context-parent small {
    font-size: clamp(9.5px, 1.9vh, 10.5px);
  }
}

@media (max-width: 1080px) {
  .site-context-menu {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 720px) {
  .site-context-menu {
    z-index: 140;
    max-height: min(780px, calc(100vh - 24px));
    padding: 16px;
    border-radius: 22px;
  }

  @supports (height: 100svh) {
    .site-context-menu {
      max-height: min(780px, calc(100svh - 24px));
    }
  }

  .site-context-head {
    flex: 0 0 auto;
    min-height: 0;
    padding: 0 0 14px;
  }

  .site-context-head span {
    font-size: 11px;
  }

  .site-context-head p {
    font-size: 12px;
    white-space: normal;
  }

  .site-context-head strong {
    min-height: 28px;
    padding: 0 10px;
    font-size: 11px;
  }

  .site-context-nav {
    flex: 1 1 auto;
    gap: 10px;
    min-height: 0;
    overflow: auto;
    padding-top: 12px;
  }

  .site-context-section {
    gap: 8px;
    padding: 10px;
  }

  .site-context-menu.is-local-menu .site-context-section {
    padding-bottom: 72px;
  }

  .site-context-parent {
    min-height: 58px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 10px;
  }

  .site-context-parent em {
    grid-column: 2;
    justify-self: start;
    margin-top: 2px;
  }

  .site-context-parent > span {
    width: 34px;
    height: 34px;
  }

  .site-context-child {
    min-height: 48px;
    padding: 8px 10px;
  }

  .site-context-parent strong,
  .site-context-child strong {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
  }

  .site-context-parent small,
  .site-context-child small {
    font-size: 11px;
  }
}

/* Microsoft 365 collaboration page: enterprise visual refinement */
.service-collaboration-page .service-detail-hero .corporate-hero-copy h1 {
  max-width: 900px;
  font-size: clamp(38px, 4.7vw, 62px);
  line-height: 1.01;
}

.service-collaboration-page .service-detail-hero .corporate-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--hero-muted);
}

.service-collaboration-page .service-detail-signals {
  max-width: 760px;
}

.service-detail-section.collaboration-workspace-section {
  --collab-ink: #10212b;
  --collab-muted: #536675;
  --collab-line: rgba(20, 61, 76, 0.15);
  --collab-line-strong: rgba(20, 61, 76, 0.24);
  --collab-surface: rgba(255, 255, 255, 0.82);
  --collab-surface-soft: rgba(244, 248, 251, 0.86);
  --collab-accent: #1497c2;
  --collab-accent-soft: rgba(48, 188, 233, 0.1);
  --collab-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  padding: clamp(70px, 8vw, 118px) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 252, 0.96) 48%, rgba(255, 255, 255, 0.96) 100%),
    var(--page-bg);
}

:root[data-theme="dark"] .service-detail-section.collaboration-workspace-section {
  --collab-ink: #f1f6fa;
  --collab-muted: rgba(225, 235, 244, 0.74);
  --collab-line: rgba(167, 203, 255, 0.14);
  --collab-line-strong: rgba(167, 203, 255, 0.24);
  --collab-surface: rgba(18, 27, 36, 0.82);
  --collab-surface-soft: rgba(15, 24, 34, 0.88);
  --collab-accent: #42c9f3;
  --collab-accent-soft: rgba(66, 201, 243, 0.11);
  --collab-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
  background:
    linear-gradient(180deg, rgba(12, 20, 29, 0.98) 0%, rgba(15, 24, 34, 0.96) 52%, rgba(12, 20, 29, 0.98) 100%),
    var(--page-bg);
}

.collaboration-workspace-layout {
  width: min(1320px, calc(100vw - clamp(28px, 5vw, 96px)));
  max-width: calc(100vw - 28px);
  gap: clamp(26px, 3vw, 42px);
}

.collaboration-command {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.38fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: stretch;
  padding-bottom: clamp(30px, 4vw, 52px);
  border-bottom: 1px solid var(--collab-line);
}

.collaboration-command-copy {
  display: grid;
  align-content: center;
  max-width: 860px;
}

.collaboration-command-copy h2 {
  max-width: 820px;
  color: var(--collab-ink);
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.02;
}

.collaboration-command-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--collab-muted);
  font-size: 16px;
  font-weight: 560;
  line-height: 1.78;
}

.collaboration-visual-card {
  min-height: 0;
  align-content: stretch;
  gap: 22px;
  padding: 0;
  border: 1px solid var(--collab-line);
  border-radius: 8px;
  background: var(--collab-surface);
  box-shadow: var(--collab-shadow);
  backdrop-filter: blur(18px);
}

.collaboration-visual-card::before {
  background:
    linear-gradient(180deg, var(--collab-accent-soft), transparent 46%),
    linear-gradient(90deg, rgba(20, 61, 76, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 61, 76, 0.04) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
}

:root[data-theme="dark"] .collaboration-visual-card::before {
  background:
    linear-gradient(180deg, var(--collab-accent-soft), transparent 46%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
}

.collaboration-logo-lockup {
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 24px 0;
}

.collaboration-logo-lockup img {
  width: 96px;
  padding: 14px;
  border-color: var(--collab-line);
  background: rgba(255, 255, 255, 0.88);
}

.collaboration-logo-lockup span,
.collaboration-command-metrics span,
.collaboration-problem-grid span,
.collaboration-platform-card > span,
.collaboration-benefit-grid span,
.collaboration-conclusion-points div,
.collaboration-visual-grid span {
  color: var(--collab-accent);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.02em;
}

.collaboration-logo-lockup strong {
  color: var(--collab-ink);
  font-size: 19px;
  font-weight: 820;
}

.collaboration-visual-grid {
  gap: 0;
  margin-top: auto;
  border-top: 1px solid var(--collab-line);
}

.collaboration-visual-grid div {
  min-height: 82px;
  gap: 8px;
  padding: 18px 24px;
  border-left: 0;
  border-bottom: 1px solid var(--collab-line);
  background: transparent;
}

.collaboration-visual-grid div:last-child {
  border-bottom: 0;
}

.collaboration-visual-grid strong {
  color: var(--collab-ink);
  font-size: 15px;
  font-weight: 760;
}

.collaboration-command-metrics {
  gap: 0;
  padding: clamp(20px, 2.4vw, 28px) 0;
  border-top: 1px solid var(--collab-line);
  border-bottom: 1px solid var(--collab-line);
}

.collaboration-command-metrics article {
  min-height: 106px;
  gap: 8px;
  padding: 4px clamp(18px, 2vw, 28px);
  border: 0;
  border-right: 1px solid var(--collab-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.collaboration-command-metrics article:last-child {
  border-right: 0;
}

.collaboration-command-metrics strong {
  color: var(--collab-ink);
  font-size: 18px;
  font-weight: 800;
}

.collaboration-command-metrics small {
  color: var(--collab-muted);
  font-size: 13.5px;
  font-weight: 560;
}

.collaboration-section-head {
  gap: 10px;
  margin-bottom: clamp(18px, 2.4vw, 30px);
}

.collaboration-section-head h2,
.collaboration-conclusion-section h2 {
  max-width: 840px;
  color: var(--collab-ink);
  font-size: clamp(28px, 3.15vw, 44px);
  line-height: 1.08;
}

.collaboration-section-head > p {
  max-width: 720px;
  color: var(--collab-muted);
  font-size: 15.5px;
  font-weight: 560;
  line-height: 1.76;
}

.collaboration-problem-section,
.collaboration-solution-section {
  padding-top: clamp(8px, 1vw, 12px);
}

.collaboration-problem-grid,
.collaboration-solution-map {
  gap: 0;
  border-top: 1px solid var(--collab-line);
}

.collaboration-problem-grid article,
.collaboration-solution-map div {
  min-height: 62px;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--collab-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.collaboration-problem-grid article {
  grid-template-columns: 42px minmax(0, 1fr);
}

.collaboration-problem-grid span,
.collaboration-process-list > li > span {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.collaboration-problem-grid strong,
.collaboration-solution-map div,
.collaboration-fit-list li {
  color: var(--collab-ink);
  font-size: 14.5px;
  font-weight: 700;
}

.collaboration-solution-map {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(20px, 3vw, 42px);
}

.collaboration-solution-map div {
  min-height: 64px;
}

.collaboration-solution-map span,
.collaboration-conclusion-points span {
  width: 9px;
  height: 9px;
  box-shadow: none;
}

.collaboration-platform-section {
  padding-top: clamp(8px, 1vw, 14px);
}

.collaboration-platform-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

.collaboration-platform-card {
  min-height: 340px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--collab-line);
  border-left: 4px solid var(--collab-accent);
  border-radius: 8px;
  background: var(--collab-surface);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.055);
}

.collaboration-platform-card:hover,
.collaboration-benefit-grid article:hover,
.collaboration-process-list li:hover,
.collaboration-faq-list details:hover {
  transform: translateY(-2px);
  border-color: var(--collab-line-strong);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.075);
}

:root[data-theme="dark"] .collaboration-platform-card:hover,
:root[data-theme="dark"] .collaboration-benefit-grid article:hover,
:root[data-theme="dark"] .collaboration-process-list li:hover,
:root[data-theme="dark"] .collaboration-faq-list details:hover {
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.26);
}

.collaboration-platform-card h3 {
  max-width: 560px;
  margin: 18px 0 12px;
  color: var(--collab-ink);
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 790;
  line-height: 1.12;
}

.collaboration-platform-card p,
.collaboration-benefit-grid p,
.collaboration-process-list p,
.collaboration-faq-list p,
.collaboration-conclusion-section > p:not(.eyebrow) {
  color: var(--collab-muted);
  font-weight: 560;
}

.collaboration-platform-card ul {
  gap: 10px;
  padding-top: 24px;
}

.collaboration-platform-card li {
  color: var(--collab-muted);
  font-size: 14px;
  font-weight: 620;
}

.collaboration-platform-card li::before {
  width: 6px;
  height: 6px;
  box-shadow: none;
}

.collaboration-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--collab-line);
  border-left: 1px solid var(--collab-line);
}

.collaboration-benefit-grid article {
  min-height: 178px;
  gap: 12px;
  padding: clamp(20px, 2.2vw, 28px);
  border: 0;
  border-right: 1px solid var(--collab-line);
  border-bottom: 1px solid var(--collab-line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

:root[data-theme="dark"] .collaboration-benefit-grid article {
  background: rgba(255, 255, 255, 0.025);
}

.collaboration-benefit-grid span {
  color: var(--collab-ink);
  font-size: 14px;
  font-weight: 780;
  text-transform: none;
}

.collaboration-benefit-grid p {
  font-size: 14.5px;
  line-height: 1.68;
}

.collaboration-fit-process-section {
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 0.72fr);
  gap: clamp(32px, 5vw, 72px);
  padding-top: clamp(14px, 2vw, 24px);
  border-top: 1px solid var(--collab-line);
}

.collaboration-fit-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(22px, 3vw, 42px);
  border-top: 1px solid var(--collab-line);
}

.collaboration-fit-list li {
  min-height: 58px;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid var(--collab-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.collaboration-process-list {
  position: relative;
  gap: 0;
  padding-left: 2px;
}

.collaboration-process-list::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 16px;
  width: 1px;
  background: var(--collab-line-strong);
}

.collaboration-process-list li {
  position: relative;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 18px;
  padding: 0 0 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.collaboration-process-list li:last-child {
  padding-bottom: 0;
}

.collaboration-process-list > li > span {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border: 1px solid var(--collab-line-strong);
  border-radius: 8px;
  color: var(--collab-accent);
  background: var(--collab-surface-soft);
}

.collaboration-process-list strong {
  color: var(--collab-ink);
  font-size: 16px;
  font-weight: 780;
}

.collaboration-process-list p {
  max-width: 520px;
  font-size: 14px;
  line-height: 1.62;
}

.collaboration-faq-section {
  grid-column: 1 / span 8;
}

.collaboration-faq-list {
  gap: 0;
  border-top: 1px solid var(--collab-line);
}

.collaboration-faq-list details {
  border: 0;
  border-bottom: 1px solid var(--collab-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.collaboration-faq-list summary {
  min-height: 72px;
  padding: 19px 0;
  color: var(--collab-ink);
  font-size: 15.5px;
  font-weight: 720;
}

.collaboration-faq-list summary::after {
  border-color: var(--collab-line-strong);
  color: var(--collab-accent);
  background: var(--collab-surface-soft);
}

.collaboration-faq-list p {
  max-width: 760px;
  padding: 0 56px 20px 0;
  font-size: 14.5px;
  line-height: 1.7;
}

.collaboration-conclusion-section {
  grid-column: 9 / -1;
  min-height: 100%;
  align-content: center;
  gap: 16px;
  padding: clamp(28px, 3.2vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(48, 188, 233, 0.18), transparent 56%),
    #10212b;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.16);
}

.collaboration-conclusion-section .eyebrow,
.collaboration-conclusion-section h2,
.collaboration-conclusion-section > p:not(.eyebrow),
.collaboration-conclusion-points div {
  color: #ffffff;
}

.collaboration-conclusion-section h2 {
  font-size: clamp(26px, 2.65vw, 36px);
}

.collaboration-conclusion-section > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
}

.collaboration-conclusion-points {
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.collaboration-conclusion-points div {
  min-height: 36px;
  font-weight: 720;
  text-transform: none;
}

.collaboration-conclusion-points span {
  background: var(--primary);
}

@media (max-width: 1080px) {
  .collaboration-command,
  .collaboration-fit-process-section {
    grid-template-columns: 1fr;
  }

  .collaboration-command-metrics,
  .collaboration-platform-grid,
  .collaboration-benefit-grid,
  .collaboration-fit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collaboration-problem-section,
  .collaboration-solution-section,
  .collaboration-faq-section,
  .collaboration-conclusion-section {
    grid-column: 1 / -1;
  }

  .collaboration-conclusion-section {
    min-height: auto;
  }

  .collaboration-command-metrics article:nth-child(2) {
    border-right: 0;
  }

  .collaboration-command-metrics article:nth-child(-n + 2) {
    padding-bottom: 22px;
    border-bottom: 1px solid var(--collab-line);
  }

  .collaboration-command-metrics article:nth-child(n + 3) {
    padding-top: 22px;
  }
}

@media (max-width: 820px) {
  .collaboration-workspace-layout {
    gap: 32px;
  }

  .collaboration-command-metrics,
  .collaboration-solution-map,
  .collaboration-platform-grid,
  .collaboration-benefit-grid,
  .collaboration-fit-list {
    grid-template-columns: 1fr;
  }

  .collaboration-command-metrics article,
  .collaboration-command-metrics article:nth-child(2),
  .collaboration-command-metrics article:nth-child(-n + 2),
  .collaboration-command-metrics article:nth-child(n + 3) {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--collab-line);
  }

  .collaboration-command-metrics article:last-child {
    border-bottom: 0;
  }

  .collaboration-benefit-grid {
    border-left: 0;
  }

  .collaboration-benefit-grid article {
    border-right: 0;
  }
}

@media (max-width: 520px) {
  .service-detail-section.collaboration-workspace-section {
    padding: 54px 0;
  }

  .collaboration-workspace-layout {
    max-width: calc(100vw - 24px);
    gap: 28px;
  }

  .collaboration-command {
    gap: 24px;
    padding-bottom: 28px;
  }

  .collaboration-logo-lockup {
    grid-template-columns: 1fr;
    padding: 20px 20px 0;
  }

  .collaboration-logo-lockup img {
    width: 94px;
  }

  .collaboration-visual-grid div {
    min-height: 74px;
    padding: 16px 20px;
  }

  .collaboration-platform-card,
  .collaboration-conclusion-section {
    padding: 22px;
  }

  .collaboration-problem-grid article {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .collaboration-faq-list summary {
    grid-template-columns: minmax(0, 1fr) 28px;
    font-size: 14.5px;
  }

  .collaboration-faq-list p {
    padding-right: 0;
  }
}

:root[data-theme="dark"] .site-context-menu {
  --context-primary: #42c9f3;
  --context-primary-dark: #7ddcff;
  --context-ink: #f8fafc;
  --context-muted: #cbd5e1;
  --context-panel-border: rgba(125, 220, 252, 0.24);
  --context-panel-bg: linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(8, 18, 32, 0.88));
  --context-panel-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --context-grid-line: rgba(125, 220, 252, 0.045);
  --context-head-border: rgba(148, 163, 184, 0.18);
  --context-pill-border: rgba(125, 220, 252, 0.22);
  --context-pill-bg: rgba(66, 201, 243, 0.12);
  --context-section-border: rgba(148, 163, 184, 0.18);
  --context-section-bg: rgba(15, 23, 42, 0.72);
  --context-section-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  --context-row-border: rgba(125, 220, 252, 0.14);
  --context-row-bg: linear-gradient(90deg, rgba(20, 32, 45, 0.9), rgba(10, 37, 56, 0.64));
  --context-row-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 10px 24px rgba(0, 0, 0, 0.14);
  --context-row-hover-bg: linear-gradient(90deg, rgba(21, 45, 66, 0.98), rgba(14, 56, 82, 0.78));
  --context-row-hover-shadow: inset 3px 0 0 var(--context-primary), inset 0 1px 0 rgba(255, 255, 255, 0.075), 0 12px 28px rgba(0, 0, 0, 0.24);
  --context-badge-border: rgba(125, 220, 252, 0.16);
  --context-badge-bg: rgba(66, 201, 243, 0.13);
  --context-badge-active-bg: #7ddcff;
  --context-badge-active-ink: #06202c;
  --context-arrow-bg: rgba(66, 201, 243, 0.1);
  border-color: var(--context-panel-border);
  background: var(--context-panel-bg);
  box-shadow: var(--context-panel-shadow);
}

:root[data-theme="dark"] .site-context-head {
  border-bottom-color: var(--context-head-border);
}

:root[data-theme="dark"] .site-context-section {
  border-color: var(--context-section-border);
  background: var(--context-section-bg);
  box-shadow: var(--context-section-shadow);
}

:root[data-theme="dark"] .site-context-parent {
  border-color: var(--context-row-border);
  background: var(--context-row-bg);
  box-shadow: var(--context-row-shadow);
}

:root[data-theme="dark"] .site-context-parent strong,
:root[data-theme="dark"] .site-context-child strong {
  color: #f8fafc;
}

:root[data-theme="dark"] .site-context-parent small,
:root[data-theme="dark"] .site-context-child small,
:root[data-theme="dark"] .site-context-head p {
  color: #cbd5e1;
}

:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-section {
  border: 0;
  background: transparent;
  box-shadow: none;
}

:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent {
  border-color: var(--context-row-border);
  background: var(--context-row-bg);
  box-shadow: var(--context-row-shadow);
}

:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent:hover,
:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent:focus-visible,
:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent.is-active,
:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent.is-parent-active {
  border-color: var(--context-panel-border);
  background: var(--context-row-hover-bg);
  box-shadow: var(--context-row-hover-shadow);
}

:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent > span {
  border-color: var(--context-badge-border);
  background: var(--context-badge-bg);
}

:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent em {
  color: var(--context-primary-dark);
  background: transparent;
}

:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent:hover > span,
:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent:focus-visible > span,
:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent.is-active > span,
:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent.is-parent-active > span {
  border-color: var(--context-badge-active-bg);
  color: var(--context-badge-active-ink);
  background: var(--context-badge-active-bg);
}

/* BT altyapı çözüm sayfası */
.infrastructure-command-section {
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 7vw, 96px) 0;
  border-top: 1px solid rgba(48, 188, 233, 0.16);
  border-bottom: 1px solid rgba(48, 188, 233, 0.16);
  background:
    linear-gradient(135deg, rgba(238, 247, 251, 0.82), rgba(255, 255, 255, 0.76)),
    var(--page-bg);
}

.infrastructure-command-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(48, 188, 233, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 188, 233, 0.038) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(120deg, #000, transparent 72%);
  pointer-events: none;
}

.infrastructure-security-page .service-detail-side-panel {
  grid-column: 1 / -1;
}

.infrastructure-security-page .service-detail-side-panel .service-detail-feature-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.infrastructure-security-page .service-detail-feature {
  min-height: 54px;
}

.infrastructure-command-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 0.9fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: stretch;
}

.infrastructure-visual-panel {
  position: relative;
  isolation: isolate;
  min-height: 420px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 8px;
  background: #0f1f2a;
  box-shadow:
    0 24px 62px rgba(20, 61, 76, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.infrastructure-visual-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 36%, rgba(5, 18, 28, 0.84)),
    linear-gradient(135deg, rgba(48, 188, 233, 0.16), transparent 46%);
  pointer-events: none;
}

.infrastructure-visual-panel img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
}

.infrastructure-visual-panel figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(125, 220, 252, 0.24);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(7, 20, 31, 0.74);
  backdrop-filter: blur(14px);
}

.infrastructure-visual-panel figcaption span {
  color: #7ddcff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.infrastructure-visual-panel figcaption strong {
  max-width: 520px;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.16;
}

.infrastructure-command-copy {
  display: grid;
  align-content: center;
}

.infrastructure-command-copy h2 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.infrastructure-command-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.74;
}

.infrastructure-command-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.infrastructure-command-metrics div {
  min-height: 132px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(48, 188, 233, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.09), transparent 62%),
    rgba(255, 255, 255, 0.58);
  box-shadow:
    0 16px 36px rgba(20, 61, 76, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.infrastructure-command-metrics strong {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 188, 233, 0.24);
  border-radius: 8px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.09);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.infrastructure-command-metrics span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.infrastructure-faq-section {
  padding-top: clamp(68px, 7vw, 96px);
}

:root[data-theme="dark"] .infrastructure-command-section {
  background:
    linear-gradient(135deg, rgba(8, 18, 32, 0.86), rgba(15, 23, 42, 0.78)),
    var(--page-bg);
}

:root[data-theme="dark"] .infrastructure-command-metrics div {
  border-color: rgba(124, 219, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(66, 201, 243, 0.08), transparent 62%),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .infrastructure-command-metrics span {
  color: #f8fafc;
}

@media (max-width: 1080px) {
  .infrastructure-command-layout,
  .infrastructure-command-metrics {
    grid-template-columns: 1fr;
  }

  .infrastructure-visual-panel,
  .infrastructure-visual-panel img {
    min-height: 340px;
  }
}

@media (max-width: 760px) {
  .infrastructure-security-page .service-detail-side-panel .service-detail-feature-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .infrastructure-command-section {
    padding: 54px 0;
  }

  .infrastructure-visual-panel,
  .infrastructure-visual-panel img {
    min-height: 280px;
  }

  .infrastructure-visual-panel figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
  }

  .infrastructure-command-metrics div {
    min-height: auto;
    padding: 16px;
  }
}

/* Kurumsal altyapı sayfası revizyonu */
.infrastructure-security-page {
  --inf-ink: #111827;
  --inf-muted: #5f6b7a;
  --inf-soft: #f5f8fb;
  --inf-surface: #ffffff;
  --inf-line: rgba(17, 24, 39, 0.11);
  --inf-line-strong: rgba(17, 24, 39, 0.18);
  --inf-accent: #17a7c8;
  --inf-accent-soft: rgba(23, 167, 200, 0.1);
  --inf-success: #16a085;
  --inf-navy: #132433;
  --inf-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
  --inf-shadow-soft: 0 12px 30px rgba(17, 24, 39, 0.045);
}

.infrastructure-security-page .service-detail-hero .corporate-hero-copy h1 {
  max-width: 920px;
  font-size: clamp(40px, 5.1vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}

.infrastructure-security-page .service-detail-hero .corporate-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--inf-muted);
  font-weight: 560;
}

.infrastructure-security-page .service-detail-signals {
  max-width: 760px;
}

.infrastructure-security-page .service-detail-signals span {
  min-height: 38px;
  border-color: rgba(23, 167, 200, 0.24);
  border-radius: 8px;
  color: #0d6f87;
  background: rgba(23, 167, 200, 0.075);
  box-shadow: none;
  font-weight: 760;
}

.infrastructure-hero-metrics {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.infrastructure-hero-metrics div {
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid var(--inf-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--inf-shadow-soft);
}

.infrastructure-hero-metrics strong {
  color: var(--inf-ink);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.infrastructure-hero-metrics span {
  color: var(--inf-muted);
  font-size: 12px;
  font-weight: 780;
  line-height: 1.22;
  text-transform: uppercase;
}

@media (min-width: 1120px) {
  .infrastructure-security-page .infrastructure-hero-metrics {
    width: min(660px, calc(100% - 246px));
    margin-left: 246px;
  }
}

.infrastructure-security-page .site-context-menu {
  border-radius: 8px;
  border-color: rgba(17, 24, 39, 0.1);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.09);
}

.infrastructure-security-page .infrastructure-operations-section {
  padding: clamp(64px, 7vw, 100px) 0;
  border-top: 1px solid var(--inf-line);
  background:
    linear-gradient(180deg, #ffffff 0%, var(--inf-soft) 100%);
}

.infrastructure-security-page .service-detail-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.36fr);
  gap: 18px;
}

.infrastructure-security-page .service-detail-grid > .service-detail-main-panel:first-child:nth-last-child(n + 4) {
  grid-column: auto;
}

.infrastructure-security-page .service-detail-main-panel,
.infrastructure-security-page .service-detail-side-panel,
.infrastructure-security-page .service-detail-option,
.infrastructure-security-page .service-detail-list-panel,
.infrastructure-security-page .service-detail-flow article {
  border-color: var(--inf-line);
  border-radius: 8px;
  background: var(--inf-surface);
  box-shadow: none;
}

.infrastructure-security-page .service-detail-main-panel {
  padding: clamp(30px, 4vw, 48px);
}

.infrastructure-security-page .service-detail-main-panel h2 {
  max-width: 780px;
  color: var(--inf-ink);
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.08;
  text-wrap: balance;
}

.infrastructure-security-page .service-detail-copy {
  max-width: 820px;
}

.infrastructure-security-page .service-detail-copy p {
  color: var(--inf-muted);
  font-weight: 560;
  line-height: 1.78;
}

.infrastructure-security-page .service-detail-side-panel {
  grid-column: auto;
  align-self: stretch;
  align-content: start;
  padding: 24px;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(19, 36, 51, 0.98), rgba(18, 56, 70, 0.94)),
    var(--inf-navy);
  box-shadow: 0 22px 52px rgba(19, 36, 51, 0.16);
}

.infrastructure-security-page .service-detail-side-panel > span {
  color: #93e4f5;
  font-weight: 820;
  letter-spacing: 0;
}

.infrastructure-security-page .service-detail-side-panel .service-detail-feature-list {
  grid-template-columns: 1fr;
  gap: 10px;
}

.infrastructure-security-page .service-detail-feature {
  min-height: 46px;
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: none;
  font-weight: 720;
}

.infrastructure-security-page .service-detail-feature::before {
  background: #58d7ef;
  box-shadow: none;
}

.infrastructure-security-page .service-detail-feature:hover,
.infrastructure-security-page .service-detail-feature:focus-visible {
  color: #ffffff;
  border-color: rgba(147, 228, 245, 0.34);
  background: rgba(23, 167, 200, 0.16);
  box-shadow: none;
  transform: none;
}

.infrastructure-security-page .service-detail-option-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.infrastructure-security-page .service-detail-option,
.infrastructure-security-page .service-detail-list-panel {
  position: relative;
  overflow: hidden;
  padding: 24px;
  box-shadow: var(--inf-shadow-soft);
}

.infrastructure-security-page .service-detail-option::before,
.infrastructure-security-page .service-detail-list-panel::before {
  inset: 0 0 auto;
  width: auto;
  height: 3px;
  border-radius: 0;
  background: linear-gradient(90deg, var(--inf-accent), rgba(22, 160, 133, 0.76));
  opacity: 1;
  box-shadow: none;
}

.infrastructure-security-page .service-detail-option:hover,
.infrastructure-security-page .service-detail-option:focus-within,
.infrastructure-security-page .service-detail-list-panel:hover,
.infrastructure-security-page .service-detail-list-panel:focus-within {
  transform: translateY(-2px);
  border-color: var(--inf-line-strong);
  box-shadow: var(--inf-shadow);
}

.infrastructure-security-page .service-detail-option > span {
  min-height: 28px;
  border-radius: 8px;
  border-color: rgba(23, 167, 200, 0.18);
  color: #0d6f87;
  background: rgba(23, 167, 200, 0.075);
  font-weight: 820;
}

.infrastructure-security-page .service-detail-option h3,
.infrastructure-security-page .service-detail-list-panel h3 {
  margin-top: 18px;
  color: var(--inf-ink);
  font-size: clamp(20px, 1.7vw, 24px);
}

.infrastructure-security-page .service-detail-option p {
  color: var(--inf-muted);
  font-weight: 560;
  line-height: 1.72;
}

.infrastructure-security-page .service-detail-list-panel ul {
  gap: 0;
}

.infrastructure-security-page .service-detail-list-panel li {
  min-height: 46px;
  align-items: center;
  padding: 13px 0;
  border: 0;
  border-top: 1px solid var(--inf-line);
  border-radius: 0;
  color: var(--inf-muted);
  background: transparent;
  font-weight: 560;
}

.infrastructure-security-page .service-detail-list-panel li::before {
  width: 8px;
  height: 8px;
  margin-top: 0;
  background: var(--inf-success);
  box-shadow: none;
}

.infrastructure-security-page .infrastructure-process-flow {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--inf-line);
  border-radius: 8px;
  background: var(--inf-surface);
  box-shadow: var(--inf-shadow-soft);
}

.infrastructure-security-page .infrastructure-process-flow article {
  min-height: 246px;
  border: 0;
  border-right: 1px solid var(--inf-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.infrastructure-security-page .infrastructure-process-flow article:last-child {
  border-right: 0;
}

.infrastructure-security-page .infrastructure-process-flow article::before {
  display: none;
}

.infrastructure-security-page .infrastructure-process-flow article:hover {
  transform: none;
  border-color: var(--inf-line);
  background: rgba(23, 167, 200, 0.045);
  box-shadow: inset 0 3px 0 var(--inf-accent);
}

.infrastructure-security-page .service-detail-flow span {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border-color: rgba(23, 167, 200, 0.18);
  color: #0d6f87;
  background: rgba(23, 167, 200, 0.08);
  box-shadow: none;
}

.infrastructure-security-page .service-detail-flow h3 {
  color: var(--inf-ink);
  font-size: 18px;
}

.infrastructure-security-page .service-detail-flow p {
  color: var(--inf-muted);
  font-weight: 560;
}

.infrastructure-security-page .infrastructure-command-section {
  padding: clamp(66px, 7vw, 100px) 0;
  border-color: var(--inf-line);
  background: #ffffff;
}

.infrastructure-security-page .infrastructure-command-section::before {
  opacity: 0.56;
  background-size: 40px 40px;
}

.infrastructure-security-page .infrastructure-command-layout {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--inf-line);
  border-radius: 8px;
  background: var(--inf-surface);
  box-shadow: var(--inf-shadow);
}

.infrastructure-security-page .infrastructure-visual-panel {
  min-height: 520px;
  border: 0;
  border-right: 1px solid var(--inf-line);
  border-radius: 0;
  box-shadow: none;
}

.infrastructure-security-page .infrastructure-visual-panel img {
  min-height: 520px;
  filter: saturate(0.88) contrast(1.03);
}

.infrastructure-security-page .infrastructure-visual-panel::after {
  background:
    linear-gradient(180deg, rgba(6, 22, 34, 0.04) 0%, rgba(6, 22, 34, 0.18) 46%, rgba(6, 22, 34, 0.88) 100%),
    linear-gradient(135deg, rgba(23, 167, 200, 0.18), transparent 42%);
}

.infrastructure-security-page .infrastructure-visual-panel figcaption {
  left: 24px;
  right: 24px;
  bottom: 24px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(12, 28, 40, 0.84);
  box-shadow: none;
}

.infrastructure-security-page .infrastructure-command-copy {
  padding: clamp(30px, 4.4vw, 56px);
}

.infrastructure-security-page .infrastructure-command-copy h2 {
  color: var(--inf-ink);
  font-size: clamp(30px, 3.3vw, 44px);
  line-height: 1.08;
}

.infrastructure-security-page .infrastructure-command-copy > p:not(.eyebrow) {
  color: var(--inf-muted);
  font-weight: 560;
}

.infrastructure-security-page .infrastructure-command-metrics {
  grid-template-columns: 1fr;
  gap: 8px;
}

.infrastructure-security-page .infrastructure-command-metrics div {
  min-height: 62px;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-color: var(--inf-line);
  background: var(--inf-soft);
  box-shadow: none;
}

.infrastructure-security-page .infrastructure-command-metrics strong {
  width: 38px;
  height: 38px;
  border-color: rgba(23, 167, 200, 0.18);
  color: #0d6f87;
  background: rgba(23, 167, 200, 0.08);
}

.infrastructure-security-page .infrastructure-command-metrics span {
  color: var(--inf-ink);
  font-weight: 720;
}

.infrastructure-security-page .infrastructure-faq-section {
  border-top: 1px solid var(--inf-line);
  background: var(--inf-soft);
}

.infrastructure-security-page .faq-content-layout {
  gap: 24px;
}

.infrastructure-security-page .faq-side-panel,
.infrastructure-security-page .faq-category,
.infrastructure-security-page .faq-list details {
  border-color: var(--inf-line);
  border-radius: 8px;
  background: var(--inf-surface);
  box-shadow: none;
}

.infrastructure-security-page .faq-side-panel {
  padding: 24px;
}

.infrastructure-security-page .faq-side-panel h2 {
  color: var(--inf-ink);
  font-size: 28px;
}

.infrastructure-security-page .faq-side-panel p {
  color: var(--inf-muted);
  font-weight: 560;
}

.infrastructure-security-page .faq-side-metrics div {
  border-color: var(--inf-line);
  border-radius: 8px;
  background: var(--inf-soft);
}

.infrastructure-security-page .faq-side-metrics strong {
  color: #0d6f87;
}

.infrastructure-security-page .faq-category {
  padding: 20px;
}

.infrastructure-security-page .faq-category::before,
.infrastructure-security-page .faq-category::after {
  display: none;
}

.infrastructure-security-page .faq-category-head {
  border-bottom-color: var(--inf-line);
}

.infrastructure-security-page .faq-page .faq-list details,
.infrastructure-security-page .faq-list details {
  overflow: hidden;
}

.infrastructure-security-page .faq-page .faq-list details:hover,
.infrastructure-security-page .faq-list details:hover {
  transform: translateY(-1px);
  border-color: var(--inf-line-strong);
  box-shadow: var(--inf-shadow-soft);
}

.infrastructure-security-page .about-contact-section {
  background:
    linear-gradient(180deg, #ffffff 0%, var(--inf-soft) 100%);
}

.infrastructure-security-page .about-contact-panel {
  border-radius: 8px;
  border-color: var(--inf-line);
  box-shadow: var(--inf-shadow);
}

.infrastructure-security-page .about-contact-panel h2 {
  color: var(--inf-ink);
}

.infrastructure-security-page .about-contact-copy > p:not(.eyebrow) {
  color: var(--inf-muted);
  font-weight: 560;
}

:root[data-theme="dark"] .infrastructure-security-page {
  --inf-ink: #f8fafc;
  --inf-muted: #c5d0dc;
  --inf-soft: #0f1b26;
  --inf-surface: #132433;
  --inf-line: rgba(148, 163, 184, 0.2);
  --inf-line-strong: rgba(148, 163, 184, 0.32);
  --inf-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
  --inf-shadow-soft: 0 16px 38px rgba(0, 0, 0, 0.2);
}

:root[data-theme="dark"] .infrastructure-security-page .infrastructure-operations-section,
:root[data-theme="dark"] .infrastructure-security-page .infrastructure-faq-section,
:root[data-theme="dark"] .infrastructure-security-page .about-contact-section {
  background:
    linear-gradient(180deg, #0d1722 0%, #101d29 100%);
}

:root[data-theme="dark"] .infrastructure-security-page .infrastructure-command-section {
  background: #0d1722;
}

:root[data-theme="dark"] .infrastructure-security-page .infrastructure-hero-metrics div,
:root[data-theme="dark"] .infrastructure-security-page .service-detail-main-panel,
:root[data-theme="dark"] .infrastructure-security-page .service-detail-option,
:root[data-theme="dark"] .infrastructure-security-page .service-detail-list-panel,
:root[data-theme="dark"] .infrastructure-security-page .infrastructure-command-layout,
:root[data-theme="dark"] .infrastructure-security-page .faq-side-panel,
:root[data-theme="dark"] .infrastructure-security-page .faq-category,
:root[data-theme="dark"] .infrastructure-security-page .faq-list details {
  background: rgba(19, 36, 51, 0.86);
}

@media (max-width: 1180px) {
  .infrastructure-security-page .service-detail-grid,
  .infrastructure-security-page .infrastructure-command-layout {
    grid-template-columns: 1fr;
  }

  .infrastructure-security-page .service-detail-grid > .service-detail-main-panel:first-child:nth-last-child(n + 4),
  .infrastructure-security-page .service-detail-side-panel {
    grid-column: 1 / -1;
  }

  .infrastructure-security-page .service-detail-side-panel .service-detail-feature-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .infrastructure-security-page .service-detail-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .infrastructure-security-page .infrastructure-process-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .infrastructure-security-page .infrastructure-process-flow article:nth-child(3n) {
    border-right: 0;
  }

  .infrastructure-security-page .infrastructure-process-flow article:nth-child(n + 4) {
    border-top: 1px solid var(--inf-line);
  }

  .infrastructure-security-page .infrastructure-visual-panel {
    border-right: 0;
    border-bottom: 1px solid var(--inf-line);
  }
}

@media (max-width: 760px) {
  .infrastructure-security-page .service-detail-hero .corporate-hero-copy h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .infrastructure-security-page .infrastructure-hero-metrics {
    display: none;
  }

  .infrastructure-hero-metrics,
  .infrastructure-security-page .service-detail-side-panel .service-detail-feature-list,
  .infrastructure-security-page .service-detail-option-grid,
  .infrastructure-security-page .infrastructure-process-flow {
    grid-template-columns: 1fr;
  }

  .infrastructure-security-page .infrastructure-process-flow article,
  .infrastructure-security-page .infrastructure-process-flow article:nth-child(3n) {
    min-height: auto;
    border-right: 0;
    border-top: 1px solid var(--inf-line);
  }

  .infrastructure-security-page .infrastructure-process-flow article:first-child {
    border-top: 0;
  }

  .infrastructure-security-page .infrastructure-command-copy,
  .infrastructure-security-page .service-detail-main-panel,
  .infrastructure-security-page .service-detail-option,
  .infrastructure-security-page .service-detail-list-panel,
  .infrastructure-security-page .faq-side-panel,
  .infrastructure-security-page .faq-category {
    padding: 20px;
  }

  .infrastructure-security-page .infrastructure-visual-panel,
  .infrastructure-security-page .infrastructure-visual-panel img {
    min-height: 300px;
  }
}

/* Managed IT detail page */
.managed-it-page .service-detail-hero .corporate-hero-copy h1 {
  max-width: 860px;
}

.managed-it-page .service-detail-hero .corporate-hero-copy > p:not(.eyebrow) {
  max-width: 700px;
}

.managed-it-page .service-detail-signals {
  max-width: 720px;
}

.managed-it-section {
  padding: clamp(64px, 8vw, 112px) 0;
}

.managed-it-layout {
  display: grid;
  gap: clamp(42px, 5.8vw, 78px);
}

.managed-it-command-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 4.8vw, 64px);
  align-items: stretch;
  padding: clamp(26px, 4.2vw, 46px);
  border: 1px solid rgba(48, 188, 233, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 0%, rgba(48, 188, 233, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 248, 252, 0.72)),
    var(--surface);
  box-shadow:
    0 30px 86px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.managed-it-command-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(48, 188, 233, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(48, 188, 233, 0.065) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.36;
  mask-image: linear-gradient(110deg, #000 0%, #000 52%, transparent 88%);
  pointer-events: none;
}

.managed-it-command-copy {
  display: grid;
  align-content: center;
  justify-items: start;
}

.managed-it-command-copy h2,
.managed-it-section-head h2,
.managed-it-fit-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.managed-it-command-copy h2 {
  max-width: 760px;
}

.managed-it-command-copy p:not(.eyebrow),
.managed-it-section-head > p:not(.eyebrow),
.managed-it-section-head-inline > p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 670;
  line-height: 1.72;
}

.managed-it-command-copy p:not(.eyebrow) + p:not(.eyebrow) {
  margin-top: 12px;
}

.managed-it-command-visual {
  display: grid;
  align-content: stretch;
  gap: 14px;
  min-width: 0;
}

.managed-it-media {
  position: relative;
  overflow: hidden;
  min-height: 286px;
  margin: 0;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 18px;
  background: var(--surface-muted);
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.1);
}

.managed-it-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(8, 24, 36, 0.26)),
    linear-gradient(135deg, rgba(48, 188, 233, 0.18), transparent 42%);
  pointer-events: none;
}

.managed-it-media img {
  width: 100%;
  height: 100%;
  min-height: 286px;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.03);
}

.managed-it-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.managed-it-metric-grid div {
  min-height: 122px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 15px;
  border: 1px solid rgba(48, 188, 233, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.08), transparent 64%),
    rgba(255, 255, 255, 0.68);
  box-shadow:
    0 14px 36px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.managed-it-metric-grid div:nth-child(2) {
  border-color: rgba(47, 109, 246, 0.16);
  background:
    linear-gradient(135deg, rgba(47, 109, 246, 0.08), transparent 64%),
    rgba(255, 255, 255, 0.68);
}

.managed-it-metric-grid div:nth-child(3) {
  border-color: rgba(20, 184, 166, 0.16);
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.08), transparent 64%),
    rgba(255, 255, 255, 0.68);
}

.managed-it-metric-grid div:nth-child(4) {
  border-color: rgba(124, 92, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(124, 92, 255, 0.08), transparent 64%),
    rgba(255, 255, 255, 0.68);
}

.managed-it-metric-grid span,
.managed-it-risk-grid span,
.managed-it-scope-card > span,
.managed-it-benefit-grid span,
.managed-it-process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(48, 188, 233, 0.22);
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(48, 188, 233, 0.09);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.managed-it-metric-grid strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.22;
}

.managed-it-metric-grid small {
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 690;
  line-height: 1.42;
}

.managed-it-section-head {
  display: grid;
  justify-items: start;
  max-width: 920px;
}

.managed-it-section-head-inline {
  max-width: none;
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.46fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: end;
}

.managed-it-section-head-inline > p {
  margin: 0;
}

.managed-it-risk-grid,
.managed-it-scope-grid,
.managed-it-benefit-grid,
.managed-it-process-grid,
.managed-it-faq-grid {
  display: grid;
  gap: 16px;
  margin-top: clamp(22px, 3vw, 34px);
}

.managed-it-risk-grid,
.managed-it-benefit-grid,
.managed-it-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.managed-it-scope-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.managed-it-risk-grid article,
.managed-it-scope-card,
.managed-it-benefit-grid article,
.managed-it-process-grid article,
.managed-it-fit-panel,
.managed-it-faq-grid details {
  --managed-accent: #30bce9;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--managed-accent) 22%, rgba(226, 232, 240, 0.9));
  border-radius: 16px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--managed-accent) 8%, transparent), transparent 62%),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    0 18px 48px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.managed-it-risk-grid article::before,
.managed-it-scope-card::before,
.managed-it-benefit-grid article::before,
.managed-it-process-grid article::before,
.managed-it-fit-panel::before,
.managed-it-faq-grid details::before {
  content: "";
  position: absolute;
  inset: 16px auto 16px 0;
  z-index: -1;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--managed-accent) 34%, transparent), var(--managed-accent));
  opacity: 0.72;
  box-shadow: 0 0 22px color-mix(in srgb, var(--managed-accent) 22%, transparent);
}

.managed-it-risk-grid article:nth-child(2n),
.managed-it-scope-card:nth-child(2n),
.managed-it-benefit-grid article:nth-child(2n),
.managed-it-process-grid article:nth-child(2n),
.managed-it-faq-grid details:nth-child(2n) {
  --managed-accent: #2f6df6;
}

.managed-it-risk-grid article:nth-child(3n),
.managed-it-scope-card:nth-child(3n),
.managed-it-benefit-grid article:nth-child(3n),
.managed-it-process-grid article:nth-child(3n),
.managed-it-faq-grid details:nth-child(3n) {
  --managed-accent: #14b8a6;
}

.managed-it-risk-grid article:nth-child(4n),
.managed-it-scope-card:nth-child(4n),
.managed-it-benefit-grid article:nth-child(4n),
.managed-it-process-grid article:nth-child(4n),
.managed-it-faq-grid details:nth-child(4n) {
  --managed-accent: #7c5cff;
}

.managed-it-risk-grid article,
.managed-it-benefit-grid article {
  min-height: 160px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.managed-it-risk-grid strong,
.managed-it-benefit-grid strong {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.24;
}

.managed-it-benefit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 690;
  line-height: 1.58;
}

.managed-it-scope-card {
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(20px, 2.4vw, 26px);
}

.managed-it-scope-card h3,
.managed-it-process-grid h3 {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.16;
  letter-spacing: 0;
}

.managed-it-scope-card p,
.managed-it-process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 690;
  line-height: 1.64;
}

.managed-it-scope-card ul,
.managed-it-fit-panel ul {
  display: grid;
  gap: 9px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.managed-it-scope-card li,
.managed-it-fit-panel li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 740;
  line-height: 1.45;
}

.managed-it-scope-card li::before,
.managed-it-fit-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--managed-accent, var(--primary));
  box-shadow: 0 0 14px color-mix(in srgb, var(--managed-accent, var(--primary)) 34%, transparent);
}

.managed-it-process-grid article {
  min-height: 212px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.managed-it-fit-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

.managed-it-fit-panel {
  padding: clamp(24px, 3vw, 34px);
}

.managed-it-fit-panel h2 {
  max-width: 640px;
  font-size: clamp(27px, 3vw, 40px);
}

.managed-it-fit-panel-dark {
  --managed-accent: #14b8a6;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 4%, rgba(48, 188, 233, 0.26), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #123044 54%, #0b1726 100%);
}

.managed-it-fit-panel-dark h2,
.managed-it-fit-panel-dark li,
.managed-it-fit-panel-dark .eyebrow {
  color: #ffffff;
}

.managed-it-fit-panel-dark li {
  color: rgba(248, 250, 252, 0.82);
}

.managed-it-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.managed-it-faq-grid details {
  padding: 0;
}

.managed-it-faq-grid summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 74px;
  padding: 19px 22px;
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 900;
  line-height: 1.32;
  cursor: pointer;
  list-style: none;
}

.managed-it-faq-grid summary::-webkit-details-marker {
  display: none;
}

.managed-it-faq-grid summary::after {
  content: "+";
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--managed-accent) 24%, transparent);
  border-radius: 50%;
  color: color-mix(in srgb, var(--managed-accent) 72%, var(--primary-dark));
  background: color-mix(in srgb, var(--managed-accent) 8%, transparent);
  font-size: 22px;
  font-weight: 620;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.managed-it-faq-grid details[open] summary::after {
  transform: rotate(45deg);
  color: #ffffff;
  background: color-mix(in srgb, var(--managed-accent) 82%, var(--primary-dark));
}

.managed-it-faq-grid p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 690;
  line-height: 1.66;
}

.managed-it-cta-section {
  padding-top: clamp(56px, 7vw, 90px);
}

:root[data-theme="dark"] .managed-it-command-panel,
:root[data-theme="dark"] .managed-it-risk-grid article,
:root[data-theme="dark"] .managed-it-scope-card,
:root[data-theme="dark"] .managed-it-benefit-grid article,
:root[data-theme="dark"] .managed-it-process-grid article,
:root[data-theme="dark"] .managed-it-fit-panel,
:root[data-theme="dark"] .managed-it-faq-grid details {
  border-color: color-mix(in srgb, var(--managed-accent, #42c9f3) 24%, rgba(255, 255, 255, 0.12));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--managed-accent, #42c9f3) 11%, transparent), transparent 62%),
    rgba(255, 255, 255, 0.052);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .managed-it-command-panel::before {
  opacity: 0.2;
}

:root[data-theme="dark"] .managed-it-metric-grid div {
  background:
    linear-gradient(135deg, rgba(66, 201, 243, 0.08), transparent 64%),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .managed-it-fit-panel-dark {
  background:
    radial-gradient(circle at 90% 4%, rgba(66, 201, 243, 0.24), transparent 34%),
    linear-gradient(135deg, #06101b 0%, #0b2440 54%, #06101b 100%);
}

@media (max-width: 1120px) {
  .managed-it-command-panel,
  .managed-it-section-head-inline,
  .managed-it-fit-section {
    grid-template-columns: 1fr;
  }

  .managed-it-section-head-inline > p {
    max-width: 760px;
  }

  .managed-it-risk-grid,
  .managed-it-scope-grid,
  .managed-it-benefit-grid,
  .managed-it-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .managed-it-section {
    padding: 56px 0;
  }

  .managed-it-command-panel {
    padding: 22px;
    border-radius: 18px;
  }

  .managed-it-risk-grid,
  .managed-it-scope-grid,
  .managed-it-benefit-grid,
  .managed-it-process-grid,
  .managed-it-faq-grid,
  .managed-it-metric-grid {
    grid-template-columns: 1fr;
  }

  .managed-it-media,
  .managed-it-media img {
    min-height: 240px;
  }

  .managed-it-risk-grid article,
  .managed-it-benefit-grid article,
  .managed-it-process-grid article {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .managed-it-command-copy h2,
  .managed-it-section-head h2 {
    font-size: 29px;
  }

  .managed-it-command-copy p:not(.eyebrow),
  .managed-it-section-head > p:not(.eyebrow),
  .managed-it-section-head-inline > p {
    font-size: 14.5px;
  }

  .managed-it-risk-grid article,
  .managed-it-scope-card,
  .managed-it-benefit-grid article,
  .managed-it-process-grid article,
  .managed-it-fit-panel {
    padding: 18px;
  }

  .managed-it-faq-grid summary {
    min-height: 66px;
    padding: 17px 18px;
    font-size: 14.5px;
  }

  .managed-it-faq-grid p {
    padding: 0 18px 18px;
  }
}

/* Private cloud page: corporate design refresh */
.private-cloud-service-page {
  --pc-ink: #101828;
  --pc-muted: #526071;
  --pc-soft: #f5f8fb;
  --pc-surface: #ffffff;
  --pc-line: rgba(16, 24, 40, 0.1);
  --pc-line-strong: rgba(16, 24, 40, 0.16);
  --pc-navy: #071927;
  --pc-navy-2: #0b2f42;
  --pc-accent: #1da7c8;
  --pc-success: #1a9b7a;
  --pc-violet: #5867dd;
  background: var(--pc-soft);
}

.private-cloud-service-page .service-detail-hero {
  padding: clamp(72px, 7vw, 104px) 0 clamp(56px, 6vw, 82px);
  background:
    linear-gradient(135deg, rgba(7, 25, 39, 0.98), rgba(11, 47, 66, 0.96) 58%, rgba(6, 31, 48, 0.98)),
    #071927;
}

.private-cloud-service-page .service-detail-hero::before {
  opacity: 0.48;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(128deg, transparent 0 34%, rgba(29, 167, 200, 0.18) 34.1%, transparent 34.32% 100%);
  background-size: 76px 76px, 76px 76px, auto;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 58%, rgba(0, 0, 0, 0.16) 100%);
}

.private-cloud-service-page .service-detail-hero::after {
  content: "PRIVATE CLOUD";
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 16px;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(58px, 10vw, 148px);
  letter-spacing: 0.02em;
}

.private-cloud-service-page .corporate-hero-copy {
  max-width: 880px;
}

.private-cloud-service-page .corporate-hero-copy .eyebrow,
.private-cloud-service-page .private-cloud-narrative .eyebrow,
.private-cloud-service-page .service-detail-main-panel .eyebrow,
.private-cloud-service-page .private-cloud-section-head .eyebrow,
.private-cloud-service-page .about-contact-copy .eyebrow {
  color: var(--pc-accent);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.private-cloud-service-page .corporate-hero-copy h1 {
  max-width: 720px;
  color: #ffffff;
  font-size: clamp(38px, 5.2vw, 64px);
  line-height: 1.04;
  overflow: visible;
}

.private-cloud-service-page .corporate-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(235, 246, 251, 0.86);
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: 560;
  line-height: 1.7;
}

.private-cloud-service-page .service-detail-signals {
  gap: 10px;
  margin-top: 28px;
}

.private-cloud-service-page .service-detail-signals span {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(125, 220, 252, 0.22);
  border-radius: 8px;
  color: #dff8ff;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
  font-size: 12px;
  font-weight: 780;
}

.private-cloud-service-page .site-context-menu {
  align-self: center;
  width: min(460px, 100%);
  max-width: 460px;
  justify-self: end;
  border-radius: 8px;
  border-color: rgba(125, 220, 252, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07)),
    rgba(5, 22, 34, 0.82);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.private-cloud-service-page .site-context-head span,
.private-cloud-service-page .site-context-head strong,
.private-cloud-service-page .site-context-parent strong {
  color: #ffffff;
}

.private-cloud-service-page .site-context-head p,
.private-cloud-service-page .site-context-parent small {
  color: rgba(226, 242, 248, 0.72);
}

.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent {
  min-height: 56px;
  border-radius: 8px;
  border-color: rgba(125, 220, 252, 0.12);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent:hover,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent:focus-visible,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent.is-active {
  background: rgba(29, 167, 200, 0.14);
  border-color: rgba(125, 220, 252, 0.28);
  box-shadow: inset 3px 0 0 var(--pc-accent);
}

.private-cloud-service-page .private-cloud-showcase,
.private-cloud-service-page .service-detail-section,
.private-cloud-service-page .private-cloud-audience-section,
.private-cloud-service-page .private-cloud-faq-section {
  background: var(--pc-soft);
}

.private-cloud-service-page .private-cloud-showcase {
  padding: clamp(56px, 7vw, 94px) 0;
}

.private-cloud-service-page .private-cloud-showcase-grid {
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: var(--pc-surface);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.08);
}

.private-cloud-service-page .private-cloud-narrative,
.private-cloud-service-page .private-cloud-visual-card,
.private-cloud-service-page .service-detail-main-panel,
.private-cloud-service-page .service-detail-side-panel,
.private-cloud-service-page .service-detail-option,
.private-cloud-service-page .service-detail-list-panel,
.private-cloud-service-page .service-detail-flow article,
.private-cloud-service-page .private-cloud-audience-card,
.private-cloud-service-page .private-cloud-faq-list details {
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: var(--pc-surface);
  box-shadow: 0 16px 38px rgba(16, 24, 40, 0.055);
}

.private-cloud-service-page .private-cloud-narrative,
.private-cloud-service-page .private-cloud-visual-card {
  border: 0;
  box-shadow: none;
}

.private-cloud-service-page .private-cloud-narrative {
  display: grid;
  align-content: center;
  padding: clamp(30px, 5vw, 58px);
  border-right: 1px solid var(--pc-line);
}

.private-cloud-service-page .private-cloud-narrative h2,
.private-cloud-service-page .private-cloud-section-head h2,
.private-cloud-service-page .service-detail-main-panel h2 {
  color: var(--pc-ink);
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
  text-wrap: balance;
}

.private-cloud-service-page .private-cloud-narrative p:not(.eyebrow),
.private-cloud-service-page .private-cloud-section-head p:not(.eyebrow),
.private-cloud-service-page .service-detail-copy p {
  color: var(--pc-muted);
  font-weight: 560;
  line-height: 1.78;
}

.private-cloud-service-page .private-cloud-proof-list {
  gap: 8px;
  margin-top: 30px;
}

.private-cloud-service-page .private-cloud-proof-list span {
  min-height: 34px;
  border-radius: 8px;
  border-color: rgba(29, 167, 200, 0.22);
  color: #0d6f87;
  background: rgba(29, 167, 200, 0.075);
  font-weight: 780;
}

.private-cloud-service-page .private-cloud-visual-card {
  min-height: 520px;
  background: #071927;
}

.private-cloud-service-page .private-cloud-visual-card img {
  filter: saturate(0.92) contrast(1.03);
  object-position: center;
}

.private-cloud-service-page .private-cloud-visual-card::after {
  background:
    linear-gradient(180deg, rgba(7, 25, 39, 0.06) 0%, rgba(7, 25, 39, 0.14) 44%, rgba(7, 25, 39, 0.88) 100%),
    linear-gradient(135deg, rgba(29, 167, 200, 0.16), transparent 42%);
}

.private-cloud-service-page .private-cloud-visual-card figcaption {
  left: 24px;
  right: 24px;
  bottom: 24px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(7, 25, 39, 0.82);
  box-shadow: none;
}

.private-cloud-service-page .private-cloud-visual-card figcaption span {
  color: #9be8f8;
}

.private-cloud-service-page .service-detail-section.private-cloud-section {
  padding: clamp(62px, 7vw, 98px) 0;
  border-top: 1px solid var(--pc-line);
}

.private-cloud-service-page .service-detail-grid {
  gap: 18px;
}

.private-cloud-service-page .service-detail-main-panel,
.private-cloud-service-page .service-detail-option,
.private-cloud-service-page .service-detail-list-panel,
.private-cloud-service-page .service-detail-flow article {
  box-shadow: none;
}

.private-cloud-service-page .service-detail-main-panel {
  padding: clamp(28px, 4vw, 44px);
}

.private-cloud-service-page .private-cloud-section .service-detail-side-panel {
  padding: 24px;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(7, 25, 39, 0.96), rgba(11, 47, 66, 0.94)),
    var(--pc-navy);
  box-shadow: 0 20px 48px rgba(7, 25, 39, 0.16);
}

.private-cloud-service-page .private-cloud-section .service-detail-side-panel > span {
  color: #9be8f8;
}

.private-cloud-service-page .private-cloud-section .service-detail-feature-list {
  gap: 10px;
}

.private-cloud-service-page .service-detail-feature {
  min-height: 46px;
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: none;
  font-weight: 700;
}

.private-cloud-service-page .service-detail-feature::before {
  background: var(--pc-accent);
  box-shadow: none;
}

.private-cloud-service-page .service-detail-feature:hover,
.private-cloud-service-page .service-detail-feature:focus-visible {
  color: #ffffff;
  border-color: rgba(155, 232, 248, 0.3);
  background: rgba(29, 167, 200, 0.14);
  transform: none;
  box-shadow: none;
}

.private-cloud-service-page .service-detail-option-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.private-cloud-service-page .service-detail-option {
  min-height: 242px;
  padding: 24px;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.private-cloud-service-page .service-detail-option:hover {
  transform: translateY(-3px);
  border-color: rgba(29, 167, 200, 0.24);
  box-shadow: 0 20px 44px rgba(16, 24, 40, 0.08);
}

.private-cloud-service-page .service-detail-option > span {
  min-height: 28px;
  border-radius: 8px;
  border-color: rgba(29, 167, 200, 0.18);
  color: #0d6f87;
  background: rgba(29, 167, 200, 0.075);
  font-weight: 820;
}

.private-cloud-service-page .service-detail-option h3,
.private-cloud-service-page .service-detail-list-panel h3 {
  color: var(--pc-ink);
  font-size: clamp(20px, 1.7vw, 24px);
}

.private-cloud-service-page .service-detail-option p {
  color: var(--pc-muted);
  font-weight: 560;
  line-height: 1.7;
}

.private-cloud-service-page .service-detail-list-grid {
  gap: 18px;
}

.private-cloud-service-page .service-detail-list-panel {
  padding: 26px;
}

.private-cloud-service-page .service-detail-list-panel ul {
  gap: 0;
  margin-top: 18px;
}

.private-cloud-service-page .service-detail-list-panel li {
  min-height: 44px;
  align-items: center;
  padding: 12px 0;
  border: 0;
  border-top: 1px solid var(--pc-line);
  border-radius: 0;
  color: var(--pc-muted);
  background: transparent;
  font-weight: 560;
}

.private-cloud-service-page .service-detail-list-panel li::before {
  width: 8px;
  height: 8px;
  margin-top: 0;
  background: var(--pc-success);
  box-shadow: none;
}

.private-cloud-service-page .private-cloud-process-panel {
  border-color: rgba(29, 167, 200, 0.18);
  background:
    linear-gradient(135deg, rgba(29, 167, 200, 0.07), rgba(255, 255, 255, 0) 46%),
    var(--pc-surface);
}

.private-cloud-service-page .private-cloud-process-flow {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--pc-surface);
}

.private-cloud-service-page .private-cloud-process-flow article {
  min-height: 260px;
  border: 0;
  border-right: 1px solid var(--pc-line);
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.private-cloud-service-page .private-cloud-process-flow article:last-child {
  border-right: 0;
}

.private-cloud-service-page .private-cloud-process-flow article:hover {
  transform: none;
  border-color: var(--pc-line);
  background: rgba(29, 167, 200, 0.045);
  box-shadow: inset 0 3px 0 var(--pc-accent);
}

.private-cloud-service-page .service-detail-flow span,
.private-cloud-service-page .private-cloud-audience-card span {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border-color: rgba(29, 167, 200, 0.18);
  color: #0d6f87;
  background: rgba(29, 167, 200, 0.08);
  box-shadow: none;
}

.private-cloud-service-page .service-detail-flow h3 {
  color: var(--pc-ink);
}

.private-cloud-service-page .service-detail-flow p {
  color: var(--pc-muted);
  font-weight: 560;
}

.private-cloud-service-page .private-cloud-audience-section {
  padding: clamp(62px, 7vw, 96px) 0;
  border-top: 1px solid var(--pc-line);
}

.private-cloud-service-page .private-cloud-section-head {
  max-width: 980px;
}

.private-cloud-service-page .private-cloud-audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.private-cloud-service-page .private-cloud-audience-card {
  min-height: 198px;
  padding: 22px;
  box-shadow: none;
}

.private-cloud-service-page .private-cloud-audience-card::before {
  inset: 0 auto 0 0;
  width: 2px;
  border-radius: 0;
  background: var(--pc-accent);
}

.private-cloud-service-page .private-cloud-audience-card:hover {
  transform: translateY(-2px);
  border-color: rgba(29, 167, 200, 0.22);
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.07);
}

.private-cloud-service-page .private-cloud-audience-card h3 {
  color: var(--pc-ink);
  font-size: 18px;
}

.private-cloud-service-page .private-cloud-audience-card p {
  color: var(--pc-muted);
  font-weight: 560;
}

.private-cloud-service-page .private-cloud-faq-section {
  padding: clamp(60px, 7vw, 90px) 0;
  background: #ffffff;
  border-top: 1px solid var(--pc-line);
}

.private-cloud-service-page .private-cloud-faq-layout {
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
}

.private-cloud-service-page .private-cloud-faq-list {
  gap: 10px;
}

.private-cloud-service-page .private-cloud-faq-list details {
  box-shadow: none;
}

.private-cloud-service-page .private-cloud-faq-list summary {
  min-height: 62px;
  color: var(--pc-ink);
  font-weight: 760;
}

.private-cloud-service-page .private-cloud-faq-list summary::after {
  border-radius: 8px;
  border-color: var(--pc-line);
  color: var(--pc-ink);
  background: var(--pc-soft);
}

.private-cloud-service-page .private-cloud-faq-list p {
  color: var(--pc-muted);
  font-weight: 560;
}

.private-cloud-service-page .about-contact-section {
  background:
    linear-gradient(135deg, rgba(7, 25, 39, 0.98), rgba(11, 47, 66, 0.96)),
    var(--pc-navy);
}

.private-cloud-service-page .about-contact-panel {
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.private-cloud-service-page .about-contact-panel h2,
.private-cloud-service-page .about-contact-card-head strong,
.private-cloud-service-page .about-contact-assurance strong,
.private-cloud-service-page .about-contact-phone strong {
  color: #ffffff;
}

.private-cloud-service-page .about-contact-copy > p:not(.eyebrow),
.private-cloud-service-page .about-contact-route p {
  color: rgba(235, 246, 251, 0.78);
}

.private-cloud-service-page .about-contact-card,
.private-cloud-service-page .about-contact-assurance div,
.private-cloud-service-page .about-contact-phone {
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

@media (max-width: 1180px) {
  .private-cloud-service-page .service-detail-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .private-cloud-service-page .private-cloud-process-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .private-cloud-service-page .private-cloud-process-flow article:nth-child(3n) {
    border-right: 0;
  }

  .private-cloud-service-page .private-cloud-process-flow article:nth-child(n + 4) {
    border-top: 1px solid var(--pc-line);
  }
}

@media (max-width: 1080px) {
  .private-cloud-service-page .private-cloud-showcase-grid,
  .private-cloud-service-page .private-cloud-faq-layout {
    grid-template-columns: 1fr;
  }

  .private-cloud-service-page .private-cloud-narrative {
    border-right: 0;
    border-bottom: 1px solid var(--pc-line);
  }

  .private-cloud-service-page .private-cloud-visual-card {
    min-height: 420px;
  }

  .private-cloud-service-page .private-cloud-section .service-detail-feature-list,
  .private-cloud-service-page .private-cloud-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .private-cloud-service-page .service-detail-hero {
    padding: 68px 0 58px;
  }

  .private-cloud-service-page .service-detail-option-grid,
  .private-cloud-service-page .service-detail-list-grid,
  .private-cloud-service-page .private-cloud-section .service-detail-feature-list,
  .private-cloud-service-page .private-cloud-audience-grid {
    grid-template-columns: 1fr;
  }

  .private-cloud-service-page .private-cloud-process-flow {
    grid-template-columns: 1fr;
  }

  .private-cloud-service-page .private-cloud-process-flow article,
  .private-cloud-service-page .private-cloud-process-flow article:nth-child(3n),
  .private-cloud-service-page .private-cloud-process-flow article:last-child {
    min-height: auto;
    border-right: 0;
    border-top: 1px solid var(--pc-line);
  }

  .private-cloud-service-page .private-cloud-process-flow article:first-child {
    border-top: 0;
  }

  .private-cloud-service-page .private-cloud-visual-card {
    min-height: 340px;
  }
}

@media (max-width: 520px) {
  .private-cloud-service-page .corporate-hero-copy h1 {
    font-size: 36px;
  }

  .private-cloud-service-page .private-cloud-narrative,
  .private-cloud-service-page .service-detail-main-panel,
  .private-cloud-service-page .service-detail-option,
  .private-cloud-service-page .service-detail-list-panel,
  .private-cloud-service-page .private-cloud-audience-card {
    padding: 20px;
  }

  .private-cloud-service-page .private-cloud-visual-card img {
    min-height: 260px;
  }

  .private-cloud-service-page .private-cloud-visual-card figcaption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    border-radius: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
}

/* Shared corporate contact CTA refresh */
.corporate-page .about-contact-section {
  --contact-cta-bg: #f6f9fc;
  --contact-cta-bg-soft: #ffffff;
  --contact-cta-ink: #101820;
  --contact-cta-muted: #5d6b78;
  --contact-cta-line: rgba(16, 33, 43, 0.12);
  --contact-cta-line-strong: rgba(20, 151, 194, 0.28);
  --contact-cta-accent: #1497c2;
  --contact-cta-accent-strong: #0f7fa5;
  --contact-cta-accent-soft: rgba(48, 188, 233, 0.1);
  --contact-cta-card: rgba(255, 255, 255, 0.92);
  --contact-cta-shadow: 0 22px 58px rgba(16, 33, 43, 0.08);
  padding: clamp(62px, 7vw, 104px) 0;
  border-top: 1px solid var(--contact-cta-line);
  border-bottom: 1px solid var(--contact-cta-line);
  color: var(--contact-cta-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(246, 249, 252, 0.96) 100%),
    linear-gradient(90deg, rgba(48, 188, 233, 0.06), transparent 38%, rgba(20, 151, 194, 0.05)),
    var(--contact-cta-bg) !important;
  box-shadow: none;
}

:root[data-theme="dark"] .corporate-page .about-contact-section {
  --contact-cta-bg: #0f151c;
  --contact-cta-bg-soft: #151c24;
  --contact-cta-ink: #f1f6fa;
  --contact-cta-muted: rgba(225, 235, 244, 0.72);
  --contact-cta-line: rgba(255, 255, 255, 0.12);
  --contact-cta-line-strong: rgba(66, 201, 243, 0.24);
  --contact-cta-accent: #42c9f3;
  --contact-cta-accent-strong: #73d8f6;
  --contact-cta-accent-soft: rgba(66, 201, 243, 0.1);
  --contact-cta-card: rgba(255, 255, 255, 0.055);
  --contact-cta-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  background:
    linear-gradient(180deg, rgba(15, 21, 28, 0.96) 0%, rgba(12, 18, 26, 0.98) 100%),
    linear-gradient(90deg, rgba(66, 201, 243, 0.08), transparent 42%, rgba(115, 216, 246, 0.04)),
    var(--contact-cta-bg) !important;
}

.corporate-page .about-contact-section::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block !important;
  background-image:
    linear-gradient(90deg, rgba(20, 151, 194, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 151, 194, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.32;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  pointer-events: none;
}

:root[data-theme="dark"] .corporate-page .about-contact-section::before {
  opacity: 0.2;
}

.corporate-page .about-contact-section::after {
  content: none !important;
  display: none !important;
}

.corporate-page .about-contact-section .motion-field {
  opacity: 0.16;
}

.corporate-page .about-contact-section .motion-trace {
  background: linear-gradient(90deg, transparent, rgba(20, 151, 194, 0.34), transparent);
  box-shadow: none;
}

.corporate-page .live-section-corporate-about-contact.is-motion-active .about-contact-actions .btn-primary {
  animation: none;
}

.corporate-page .about-contact-section > .container {
  position: relative;
  z-index: 1;
}

.corporate-page .about-contact-section .about-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 390px);
  gap: clamp(30px, 5vw, 72px);
  align-items: stretch;
  padding: clamp(34px, 5vw, 62px) 0;
  border: 0;
  border-top: 1px solid var(--contact-cta-line);
  border-bottom: 1px solid var(--contact-cta-line);
  border-radius: 0;
  color: var(--contact-cta-ink);
  background: transparent !important;
  box-shadow: none;
}

.corporate-page .about-contact-section .about-contact-panel::before,
.corporate-page .about-contact-section .about-contact-panel::after {
  content: none !important;
  display: none !important;
}

.corporate-page .about-contact-section .about-contact-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  max-width: 760px;
  padding: 0 0 0 clamp(16px, 2.4vw, 28px);
  border-left: 3px solid var(--contact-cta-accent);
}

.corporate-page .about-contact-section .about-contact-panel .eyebrow,
.corporate-page .about-contact-section .about-contact-card-head span,
.corporate-page .about-contact-section .about-contact-phone span {
  color: var(--contact-cta-accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.corporate-page .about-contact-section .about-contact-panel h2 {
  max-width: 720px;
  margin: 0;
  color: var(--contact-cta-ink);
  font-size: clamp(29px, 3.6vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.corporate-page .about-contact-section .about-contact-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 18px;
  color: var(--contact-cta-muted);
  font-size: 16px;
  font-weight: 560;
  line-height: 1.72;
}

.corporate-page .about-contact-section .about-contact-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 760px);
  margin-top: 30px;
}

.corporate-page .about-contact-section .about-contact-assurance div {
  min-height: 116px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--contact-cta-line);
  border-radius: 8px;
  background: var(--contact-cta-card);
  box-shadow: none;
}

.corporate-page .about-contact-section .about-contact-assurance div:hover {
  transform: translateY(-2px);
  border-color: var(--contact-cta-line-strong);
  box-shadow: 0 16px 36px rgba(16, 33, 43, 0.07);
}

:root[data-theme="dark"] .corporate-page .about-contact-section .about-contact-assurance div:hover {
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.corporate-page .about-contact-section .about-contact-assurance span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--contact-cta-line-strong);
  border-radius: 8px;
  color: var(--contact-cta-accent-strong);
  background: var(--contact-cta-accent-soft);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.corporate-page .about-contact-section .about-contact-assurance strong {
  color: var(--contact-cta-ink);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.42;
}

.corporate-page .about-contact-section .about-contact-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 20px;
  min-height: auto;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--contact-cta-line);
  border-radius: 8px;
  background: var(--contact-cta-card) !important;
  box-shadow: var(--contact-cta-shadow);
}

.corporate-page .about-contact-section .about-contact-card::before,
.corporate-page .about-contact-section .about-contact-card::after {
  content: none !important;
  display: none !important;
}

.corporate-page .about-contact-section .about-contact-card-head {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--contact-cta-line);
}

.corporate-page .about-contact-section .about-contact-card-head span {
  display: block;
  margin-bottom: 9px;
}

.corporate-page .about-contact-section .about-contact-card-head strong {
  display: block;
  color: var(--contact-cta-ink);
  font-size: clamp(21px, 2vw, 26px);
  font-weight: 820;
  line-height: 1.18;
  letter-spacing: 0;
}

.corporate-page .about-contact-section .about-contact-route {
  position: relative;
  display: grid;
  gap: 0;
}

.corporate-page .about-contact-section .about-contact-route::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: var(--contact-cta-line);
}

.corporate-page .about-contact-section .about-contact-route div {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border: 0;
}

.corporate-page .about-contact-section .about-contact-route span {
  width: 11px;
  height: 11px;
  margin-top: 7px;
  border: 2px solid var(--contact-cta-bg-soft);
  border-radius: 50%;
  background: var(--contact-cta-accent);
  box-shadow: 0 0 0 5px var(--contact-cta-accent-soft);
}

.corporate-page .about-contact-section .about-contact-route p {
  margin: 0;
  color: var(--contact-cta-muted);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.58;
}

.corporate-page .about-contact-section .about-contact-actions {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.corporate-page .about-contact-section .about-contact-actions .btn {
  min-height: 52px;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 820;
  box-shadow: 0 14px 30px rgba(20, 151, 194, 0.18);
}

.corporate-page .about-contact-section .about-contact-actions .btn:hover,
.corporate-page .about-contact-section .about-contact-actions .btn:focus-visible {
  box-shadow: 0 18px 38px rgba(20, 151, 194, 0.24);
}

.corporate-page .about-contact-section .about-contact-phone {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
  min-height: 64px;
  justify-content: stretch;
  padding: 13px 16px;
  border: 1px solid var(--contact-cta-line);
  border-radius: 8px;
  color: var(--contact-cta-ink);
  background: var(--contact-cta-bg-soft);
  text-align: left;
  box-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.corporate-page .about-contact-section .about-contact-phone:hover,
.corporate-page .about-contact-section .about-contact-phone:focus-visible {
  transform: translateY(-2px);
  border-color: var(--contact-cta-line-strong);
  background: var(--contact-cta-card);
  box-shadow: 0 16px 34px rgba(16, 33, 43, 0.09);
  outline: none;
}

:root[data-theme="dark"] .corporate-page .about-contact-section .about-contact-phone:hover,
:root[data-theme="dark"] .corporate-page .about-contact-section .about-contact-phone:focus-visible {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.corporate-page .about-contact-section .about-contact-phone strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--contact-cta-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.22;
}

.corporate-page.private-cloud-service-page .about-contact-section {
  --contact-cta-bg: #071927;
  --contact-cta-bg-soft: rgba(255, 255, 255, 0.08);
  --contact-cta-ink: #ffffff;
  --contact-cta-muted: rgba(235, 246, 251, 0.78);
  --contact-cta-line: rgba(255, 255, 255, 0.12);
  --contact-cta-line-strong: rgba(29, 167, 200, 0.34);
  --contact-cta-accent: var(--pc-accent);
  --contact-cta-accent-strong: #71d4e8;
  --contact-cta-accent-soft: rgba(29, 167, 200, 0.16);
  --contact-cta-card: rgba(255, 255, 255, 0.07);
  --contact-cta-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  background:
    linear-gradient(135deg, rgba(7, 25, 39, 0.98), rgba(11, 47, 66, 0.96)),
    var(--pc-navy) !important;
}

.corporate-page.private-cloud-service-page .about-contact-section .about-contact-panel {
  border-color: var(--contact-cta-line);
}

.corporate-page.private-cloud-service-page .about-contact-section .about-contact-route span {
  border-color: rgba(7, 25, 39, 0.95);
}

.corporate-page.private-cloud-service-page .about-contact-section .about-contact-phone {
  background: rgba(255, 255, 255, 0.075);
}

@media (max-width: 1080px) {
  .corporate-page .about-contact-section .about-contact-panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .corporate-page .about-contact-section .about-contact-card {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .corporate-page .about-contact-section {
    padding: 54px 0;
  }

  .corporate-page .about-contact-section .about-contact-panel {
    padding: 28px 0;
  }

  .corporate-page .about-contact-section .about-contact-copy {
    padding-left: 16px;
    border-left-width: 2px;
  }

  .corporate-page .about-contact-section .about-contact-panel h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .corporate-page .about-contact-section .about-contact-copy > p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.68;
  }

  .corporate-page .about-contact-section .about-contact-assurance {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .corporate-page .about-contact-section .about-contact-assurance div {
    min-height: auto;
  }

  .corporate-page .about-contact-section .about-contact-card {
    padding: 20px;
  }

  .corporate-page .about-contact-section .about-contact-actions .btn,
  .corporate-page .about-contact-section .about-contact-phone {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .corporate-page .about-contact-section .about-contact-panel h2 {
    font-size: 28px;
  }

  .corporate-page .about-contact-section .about-contact-card-head strong {
    font-size: 20px;
  }

  .corporate-page .about-contact-section .about-contact-phone strong {
    font-size: 14px;
  }
}

/* Managed IT page: corporate refinement layer */
.managed-it-page {
  --mi-ink: #101828;
  --mi-muted: #536173;
  --mi-soft: #f5f8fb;
  --mi-surface: #ffffff;
  --mi-line: rgba(16, 24, 40, 0.11);
  --mi-line-strong: rgba(16, 24, 40, 0.18);
  --mi-navy: #071927;
  --mi-navy-2: #0b3146;
  --mi-accent: #1397bd;
  --mi-accent-soft: rgba(19, 151, 189, 0.09);
  --mi-success: #198f77;
  --mi-shadow: 0 18px 48px rgba(16, 24, 40, 0.075);
  background: var(--mi-soft);
}

.managed-it-page .service-detail-hero {
  min-height: 680px;
  padding: clamp(86px, 8vw, 124px) 0 clamp(66px, 7vw, 98px);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 25, 39, 0.98), rgba(11, 49, 70, 0.96) 58%, rgba(7, 25, 39, 0.98)),
    var(--mi-navy);
}

.managed-it-page .service-detail-hero::before {
  opacity: 0.46;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(128deg, transparent 0 34%, rgba(19, 151, 189, 0.18) 34.1%, transparent 34.32% 100%);
  background-size: 78px 78px, 78px 78px, auto;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.78) 58%, rgba(0, 0, 0, 0.14) 100%);
}

.managed-it-page .service-detail-hero::after {
  content: "MANAGED IT";
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 12px;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(58px, 10vw, 144px);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.managed-it-page .corporate-hero-copy {
  max-width: 900px;
}

.managed-it-page .corporate-hero-copy .eyebrow,
.managed-it-page .managed-it-command-copy .eyebrow,
.managed-it-page .managed-it-section-head .eyebrow,
.managed-it-page .managed-it-fit-panel .eyebrow,
.managed-it-page .about-contact-copy .eyebrow {
  color: #8ee7fb;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.managed-it-page .corporate-hero-copy h1 {
  max-width: 820px;
  color: #ffffff;
  font-size: clamp(43px, 6.2vw, 76px);
  line-height: 0.96;
}

.managed-it-page .corporate-hero-copy > p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(235, 246, 251, 0.86);
  font-size: clamp(17px, 1.55vw, 20px);
  font-weight: 560;
  line-height: 1.72;
}

.managed-it-page .service-detail-signals {
  gap: 10px;
  max-width: 780px;
  margin-top: 28px;
}

.managed-it-page .service-detail-signals span {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(142, 231, 251, 0.22);
  border-radius: 8px;
  color: #e5f9ff;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: none;
  font-size: 12px;
  font-weight: 780;
}

.managed-it-page .site-context-menu {
  border-radius: 8px;
  border-color: rgba(142, 231, 251, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07)),
    rgba(5, 22, 34, 0.82);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.managed-it-page .site-context-head span,
.managed-it-page .site-context-head strong,
.managed-it-page .site-context-parent strong {
  color: #ffffff;
}

.managed-it-page .site-context-head p,
.managed-it-page .site-context-parent small {
  color: rgba(226, 242, 248, 0.72);
}

.managed-it-page .site-context-menu.is-local-menu .site-context-parent {
  border-radius: 8px;
  border-color: rgba(142, 231, 251, 0.12);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.managed-it-page .site-context-menu.is-local-menu .site-context-parent:hover,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent:focus-visible,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent.is-active {
  background: rgba(19, 151, 189, 0.14);
  border-color: rgba(142, 231, 251, 0.28);
  box-shadow: inset 3px 0 0 var(--mi-accent);
}

.managed-it-page .managed-it-section {
  padding: clamp(66px, 7vw, 104px) 0;
  border-top: 1px solid var(--mi-line);
  background:
    linear-gradient(180deg, #f7fafc 0%, var(--mi-soft) 46%, #ffffff 100%),
    var(--mi-soft);
}

.managed-it-page .managed-it-layout {
  width: min(1240px, calc(100vw - clamp(28px, 5vw, 88px)));
  max-width: calc(100vw - 28px);
  gap: clamp(48px, 6vw, 86px);
}

.managed-it-page .managed-it-command-panel {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.58fr);
  gap: clamp(34px, 5vw, 72px);
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--mi-line);
  border-radius: 8px;
  background: var(--mi-surface);
  box-shadow: 0 24px 64px rgba(16, 24, 40, 0.08);
}

.managed-it-page .managed-it-command-panel::before {
  background:
    linear-gradient(90deg, rgba(19, 151, 189, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(19, 151, 189, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.58;
  mask-image: linear-gradient(105deg, #000 0%, transparent 70%);
}

.managed-it-page .managed-it-command-copy h2,
.managed-it-page .managed-it-section-head h2,
.managed-it-page .managed-it-fit-panel h2 {
  color: var(--mi-ink);
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.07;
}

.managed-it-page .managed-it-command-copy .eyebrow,
.managed-it-page .managed-it-section-head .eyebrow,
.managed-it-page .managed-it-fit-panel .eyebrow {
  color: var(--mi-accent);
}

.managed-it-page .managed-it-command-copy p:not(.eyebrow),
.managed-it-page .managed-it-section-head > p:not(.eyebrow),
.managed-it-page .managed-it-section-head-inline > p {
  color: var(--mi-muted);
  font-weight: 560;
  line-height: 1.78;
}

.managed-it-page .managed-it-command-visual {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--mi-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.065);
}

.managed-it-page .managed-it-media {
  min-height: 330px;
  border: 0;
  border-radius: 0;
  background: var(--mi-navy);
  box-shadow: none;
}

.managed-it-page .managed-it-media::after {
  background:
    linear-gradient(180deg, transparent 34%, rgba(7, 25, 39, 0.82)),
    linear-gradient(135deg, rgba(19, 151, 189, 0.16), transparent 46%);
}

.managed-it-page .managed-it-media img {
  min-height: 330px;
  filter: saturate(0.92) contrast(1.04);
}

.managed-it-page .managed-it-metric-grid {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--mi-line);
}

.managed-it-page .managed-it-metric-grid div,
.managed-it-page .managed-it-metric-grid div:nth-child(2),
.managed-it-page .managed-it-metric-grid div:nth-child(3),
.managed-it-page .managed-it-metric-grid div:nth-child(4) {
  min-height: 78px;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid var(--mi-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.managed-it-page .managed-it-metric-grid div:last-child {
  border-bottom: 0;
}

.managed-it-page .managed-it-metric-grid span,
.managed-it-page .managed-it-risk-grid span,
.managed-it-page .managed-it-scope-card > span,
.managed-it-page .managed-it-benefit-grid span,
.managed-it-page .managed-it-process-grid span {
  min-height: 30px;
  border-radius: 8px;
  border-color: rgba(19, 151, 189, 0.2);
  color: #0d6f87;
  background: rgba(19, 151, 189, 0.075);
  font-weight: 820;
}

.managed-it-page .managed-it-metric-grid strong {
  color: var(--mi-ink);
  font-size: 15px;
  font-weight: 800;
}

.managed-it-page .managed-it-metric-grid small {
  grid-column: 2;
  color: var(--mi-muted);
  font-weight: 560;
}

.managed-it-page .managed-it-section-head {
  max-width: 960px;
}

.managed-it-page .managed-it-section-head-inline {
  grid-template-columns: minmax(0, 0.84fr) minmax(280px, 0.42fr);
  align-items: end;
}

.managed-it-page .managed-it-risk-grid,
.managed-it-page .managed-it-benefit-grid {
  gap: 0;
  overflow: hidden;
  border-top: 1px solid var(--mi-line);
  border-left: 1px solid var(--mi-line);
  border-radius: 8px;
  background: var(--mi-surface);
}

.managed-it-page .managed-it-risk-grid article,
.managed-it-page .managed-it-benefit-grid article {
  min-height: 178px;
  gap: 12px;
  padding: clamp(20px, 2.2vw, 28px);
  border: 0;
  border-right: 1px solid var(--mi-line);
  border-bottom: 1px solid var(--mi-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.managed-it-page .managed-it-risk-grid article::before,
.managed-it-page .managed-it-benefit-grid article::before {
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  border-radius: 0;
  background: var(--mi-accent);
  opacity: 0;
  box-shadow: none;
}

.managed-it-page .managed-it-risk-grid article:hover,
.managed-it-page .managed-it-benefit-grid article:hover {
  background: rgba(19, 151, 189, 0.035);
}

.managed-it-page .managed-it-risk-grid article:hover::before,
.managed-it-page .managed-it-benefit-grid article:hover::before {
  opacity: 1;
}

.managed-it-page .managed-it-risk-grid strong,
.managed-it-page .managed-it-benefit-grid strong {
  color: var(--mi-ink);
  font-size: 17px;
  font-weight: 780;
}

.managed-it-page .managed-it-benefit-grid p {
  color: var(--mi-muted);
  font-weight: 560;
}

.managed-it-page .managed-it-scope-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.managed-it-page .managed-it-scope-card,
.managed-it-page .managed-it-process-grid article,
.managed-it-page .managed-it-fit-panel,
.managed-it-page .managed-it-faq-grid details {
  border: 1px solid var(--mi-line);
  border-radius: 8px;
  background: var(--mi-surface);
  box-shadow: 0 14px 36px rgba(16, 24, 40, 0.052);
}

.managed-it-page .managed-it-scope-card::before,
.managed-it-page .managed-it-process-grid article::before,
.managed-it-page .managed-it-fit-panel::before,
.managed-it-page .managed-it-faq-grid details::before {
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 0;
  background: var(--mi-accent);
  opacity: 0.72;
  box-shadow: none;
}

.managed-it-page .managed-it-scope-card {
  min-height: 340px;
  padding: clamp(24px, 3vw, 34px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.managed-it-page .managed-it-scope-card:hover {
  transform: translateY(-3px);
  border-color: rgba(19, 151, 189, 0.28);
  box-shadow: 0 20px 48px rgba(16, 24, 40, 0.085);
}

.managed-it-page .managed-it-scope-card h3,
.managed-it-page .managed-it-process-grid h3 {
  color: var(--mi-ink);
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 780;
}

.managed-it-page .managed-it-scope-card p,
.managed-it-page .managed-it-process-grid p,
.managed-it-page .managed-it-scope-card li,
.managed-it-page .managed-it-fit-panel li {
  color: var(--mi-muted);
  font-weight: 560;
}

.managed-it-page .managed-it-scope-card ul,
.managed-it-page .managed-it-fit-panel ul {
  gap: 0;
  margin-top: 12px;
  border-top: 1px solid var(--mi-line);
}

.managed-it-page .managed-it-scope-card li,
.managed-it-page .managed-it-fit-panel li {
  padding: 11px 0 11px 18px;
  border-bottom: 1px solid var(--mi-line);
}

.managed-it-page .managed-it-scope-card li:last-child,
.managed-it-page .managed-it-fit-panel li:last-child {
  border-bottom: 0;
}

.managed-it-page .managed-it-scope-card li::before,
.managed-it-page .managed-it-fit-panel li::before {
  background: var(--mi-success);
  box-shadow: none;
}

.managed-it-page .managed-it-process-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--mi-line);
  border-radius: 8px;
  background: var(--mi-surface);
}

.managed-it-page .managed-it-process-grid article {
  min-height: 280px;
  padding: 22px;
  border: 0;
  border-right: 1px solid var(--mi-line);
  border-radius: 0;
  box-shadow: none;
}

.managed-it-page .managed-it-process-grid article:last-child {
  border-right: 0;
}

.managed-it-page .managed-it-process-grid article:hover {
  background: rgba(19, 151, 189, 0.04);
}

.managed-it-page .managed-it-fit-section {
  gap: 18px;
}

.managed-it-page .managed-it-fit-panel {
  padding: clamp(28px, 4vw, 44px);
}

.managed-it-page .managed-it-fit-panel h2 {
  font-size: clamp(27px, 2.7vw, 38px);
}

.managed-it-page .managed-it-fit-panel-dark {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(7, 25, 39, 0.98), rgba(11, 49, 70, 0.96)),
    var(--mi-navy);
  box-shadow: 0 20px 52px rgba(7, 25, 39, 0.18);
}

.managed-it-page .managed-it-fit-panel-dark::before {
  background: var(--mi-success);
}

.managed-it-page .managed-it-fit-panel-dark h2,
.managed-it-page .managed-it-fit-panel-dark li,
.managed-it-page .managed-it-fit-panel-dark .eyebrow {
  color: #ffffff;
}

.managed-it-page .managed-it-fit-panel-dark li {
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(248, 250, 252, 0.82);
}

.managed-it-page .managed-it-faq-grid {
  gap: 12px;
}

.managed-it-page .managed-it-faq-grid details {
  box-shadow: none;
}

.managed-it-page .managed-it-faq-grid summary {
  min-height: 66px;
  color: var(--mi-ink);
  font-size: 15px;
  font-weight: 760;
}

.managed-it-page .managed-it-faq-grid summary::after {
  border-radius: 8px;
  border-color: var(--mi-line);
  color: var(--mi-ink);
  background: var(--mi-soft);
}

.managed-it-page .managed-it-faq-grid details[open] summary::after {
  background: var(--mi-accent);
}

.managed-it-page .managed-it-faq-grid p {
  color: var(--mi-muted);
  font-weight: 560;
}

.managed-it-page .managed-it-cta-section {
  background:
    linear-gradient(135deg, rgba(7, 25, 39, 0.98), rgba(11, 49, 70, 0.96)),
    var(--mi-navy);
}

.managed-it-page .managed-it-cta-section .about-contact-panel {
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.managed-it-page .managed-it-cta-section .about-contact-panel h2,
.managed-it-page .managed-it-cta-section .about-contact-card-head strong,
.managed-it-page .managed-it-cta-section .about-contact-assurance strong,
.managed-it-page .managed-it-cta-section .about-contact-phone strong {
  color: #ffffff;
}

.managed-it-page .managed-it-cta-section .about-contact-copy > p:not(.eyebrow),
.managed-it-page .managed-it-cta-section .about-contact-route p {
  color: rgba(235, 246, 251, 0.78);
}

.managed-it-page .managed-it-cta-section .about-contact-card,
.managed-it-page .managed-it-cta-section .about-contact-assurance div,
.managed-it-page .managed-it-cta-section .about-contact-phone {
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

:root[data-theme="dark"] .managed-it-page {
  --mi-ink: #f8fafc;
  --mi-muted: rgba(226, 232, 240, 0.72);
  --mi-soft: #0f172a;
  --mi-surface: rgba(255, 255, 255, 0.055);
  --mi-line: rgba(226, 232, 240, 0.13);
  --mi-line-strong: rgba(226, 232, 240, 0.2);
  --mi-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
}

:root[data-theme="dark"] .managed-it-page .managed-it-section {
  background:
    linear-gradient(180deg, #0f172a 0%, #111b2d 48%, #0f172a 100%),
    var(--mi-soft);
}

:root[data-theme="dark"] .managed-it-page .managed-it-command-panel,
:root[data-theme="dark"] .managed-it-page .managed-it-command-visual,
:root[data-theme="dark"] .managed-it-page .managed-it-risk-grid,
:root[data-theme="dark"] .managed-it-page .managed-it-benefit-grid,
:root[data-theme="dark"] .managed-it-page .managed-it-process-grid,
:root[data-theme="dark"] .managed-it-page .managed-it-scope-card,
:root[data-theme="dark"] .managed-it-page .managed-it-process-grid article,
:root[data-theme="dark"] .managed-it-page .managed-it-fit-panel,
:root[data-theme="dark"] .managed-it-page .managed-it-faq-grid details {
  background: var(--mi-surface);
  border-color: var(--mi-line);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
}

:root[data-theme="dark"] .managed-it-page .managed-it-risk-grid article,
:root[data-theme="dark"] .managed-it-page .managed-it-benefit-grid article,
:root[data-theme="dark"] .managed-it-page .managed-it-process-grid article,
:root[data-theme="dark"] .managed-it-page .managed-it-metric-grid div {
  background: transparent;
  box-shadow: none;
}

@media (max-width: 1180px) {
  .managed-it-page .managed-it-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .managed-it-page .managed-it-process-grid article:nth-child(3n) {
    border-right: 0;
  }

  .managed-it-page .managed-it-process-grid article:nth-child(n + 4) {
    border-top: 1px solid var(--mi-line);
  }
}

@media (max-width: 1080px) {
  .managed-it-page .managed-it-command-panel,
  .managed-it-page .managed-it-section-head-inline,
  .managed-it-page .managed-it-fit-section {
    grid-template-columns: 1fr;
  }

  .managed-it-page .managed-it-scope-grid,
  .managed-it-page .managed-it-risk-grid,
  .managed-it-page .managed-it-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .managed-it-page .service-detail-hero {
    min-height: auto;
    padding: 70px 0 58px;
  }

  .managed-it-page .managed-it-layout {
    width: min(100%, calc(100vw - 28px));
  }

  .managed-it-page .managed-it-command-panel {
    padding: 22px;
  }

  .managed-it-page .managed-it-scope-grid,
  .managed-it-page .managed-it-risk-grid,
  .managed-it-page .managed-it-benefit-grid,
  .managed-it-page .managed-it-process-grid,
  .managed-it-page .managed-it-faq-grid,
  .managed-it-page .managed-it-metric-grid {
    grid-template-columns: 1fr;
  }

  .managed-it-page .managed-it-process-grid article,
  .managed-it-page .managed-it-process-grid article:nth-child(3n),
  .managed-it-page .managed-it-process-grid article:last-child {
    min-height: auto;
    border-right: 0;
    border-top: 1px solid var(--mi-line);
  }

  .managed-it-page .managed-it-process-grid article:first-child {
    border-top: 0;
  }

  .managed-it-page .managed-it-scope-card {
    min-height: auto;
  }

  .managed-it-page .managed-it-media,
  .managed-it-page .managed-it-media img {
    min-height: 260px;
  }
}

@media (max-width: 520px) {
  .managed-it-page .corporate-hero-copy h1 {
    font-size: 38px;
  }

  .managed-it-page .managed-it-command-copy h2,
  .managed-it-page .managed-it-section-head h2 {
    font-size: 28px;
  }

  .managed-it-page .managed-it-scope-card,
  .managed-it-page .managed-it-fit-panel,
  .managed-it-page .managed-it-process-grid article,
  .managed-it-page .managed-it-risk-grid article,
  .managed-it-page .managed-it-benefit-grid article {
    padding: 20px;
  }

  .managed-it-page .managed-it-metric-grid div,
  .managed-it-page .managed-it-metric-grid div:nth-child(2),
  .managed-it-page .managed-it-metric-grid div:nth-child(3),
  .managed-it-page .managed-it-metric-grid div:nth-child(4) {
    grid-template-columns: 1fr;
  }

  .managed-it-page .managed-it-metric-grid small {
    grid-column: auto;
  }
}

/* Managed IT CTA follows the shared contact refresh after page-specific rules */
.corporate-page.managed-it-page .managed-it-cta-section {
  --contact-cta-bg: #071927;
  --contact-cta-bg-soft: rgba(255, 255, 255, 0.08);
  --contact-cta-ink: #ffffff;
  --contact-cta-muted: rgba(235, 246, 251, 0.78);
  --contact-cta-line: rgba(255, 255, 255, 0.12);
  --contact-cta-line-strong: rgba(19, 151, 189, 0.34);
  --contact-cta-accent: var(--mi-accent);
  --contact-cta-accent-strong: #7cd5e8;
  --contact-cta-accent-soft: rgba(19, 151, 189, 0.16);
  --contact-cta-card: rgba(255, 255, 255, 0.07);
  --contact-cta-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  background:
    linear-gradient(135deg, rgba(7, 25, 39, 0.98), rgba(11, 49, 70, 0.96)),
    var(--mi-navy) !important;
}

.corporate-page.managed-it-page .managed-it-cta-section .about-contact-panel {
  border: 0;
  border-top: 1px solid var(--contact-cta-line);
  border-bottom: 1px solid var(--contact-cta-line);
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}

.corporate-page.managed-it-page .managed-it-cta-section .about-contact-card,
.corporate-page.managed-it-page .managed-it-cta-section .about-contact-assurance div,
.corporate-page.managed-it-page .managed-it-cta-section .about-contact-phone {
  border-color: var(--contact-cta-line);
  background: var(--contact-cta-card) !important;
}

.corporate-page.managed-it-page .managed-it-cta-section .about-contact-phone:hover,
.corporate-page.managed-it-page .managed-it-cta-section .about-contact-phone:focus-visible {
  border-color: var(--contact-cta-line-strong);
  background: rgba(255, 255, 255, 0.1) !important;
}

@media (min-width: 1081px) {
  .cloud-access-page .service-detail-hero-layout {
    grid-template-columns: minmax(500px, 1fr) minmax(420px, 620px) !important;
  }

  .cloud-access-page .site-context-menu {
    max-width: 620px !important;
  }

  .cloud-access-page .service-detail-hero .corporate-hero-copy h1 {
    font-size: clamp(40px, 3.8vw, 54px) !important;
    line-height: 1.04 !important;
  }
}

/* Cloud access page: corporate executive redesign */
.cloud-access-page {
  --ca-bg: #f5f7fa;
  --ca-surface: #ffffff;
  --ca-surface-soft: #f8fafc;
  --ca-ink: #0f1f2e;
  --ca-muted: #5d6f80;
  --ca-line: rgba(15, 31, 46, 0.1);
  --ca-line-strong: rgba(20, 123, 154, 0.2);
  --ca-primary: #1397bd;
  --ca-primary-dark: #0b7297;
  --ca-green: #1f9d75;
  --ca-amber: #b7791f;
  --ca-navy: #091928;
  --ca-navy-soft: #10283b;
  --ca-shadow-soft: 0 16px 42px rgba(15, 31, 46, 0.075);
  --ca-shadow-panel: 0 26px 72px rgba(8, 24, 38, 0.18);
}

.cloud-access-page .service-detail-hero {
  min-height: auto;
  padding: clamp(78px, 8vw, 118px) 0 clamp(58px, 7vw, 92px);
  background:
    linear-gradient(180deg, rgba(248, 251, 253, 0.98), rgba(239, 245, 249, 0.96)),
    var(--ca-bg) !important;
}

.cloud-access-page .service-detail-hero::before {
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(19, 151, 189, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 151, 189, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
}

.cloud-access-page .corporate-hero-copy {
  align-self: center;
}

.cloud-access-page .corporate-hero-copy h1 {
  max-width: 760px;
  color: var(--ca-ink);
  font-size: clamp(42px, 4.4vw, 62px) !important;
  line-height: 1.02 !important;
}

.cloud-access-page .corporate-hero-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: var(--ca-muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.68;
}

.cloud-access-page .corporate-hero-actions {
  gap: 12px;
  margin-top: 30px;
}

.cloud-access-page .corporate-hero-actions .btn {
  min-height: 52px;
  border-radius: 8px;
  font-weight: 760;
  box-shadow: none;
}

.cloud-access-page .corporate-hero-actions .btn-primary {
  background:
    linear-gradient(135deg, var(--ca-primary), #0f6fd8),
    var(--ca-primary) !important;
  box-shadow: 0 16px 34px rgba(19, 151, 189, 0.18);
}

.cloud-access-page .corporate-hero-actions .btn-secondary {
  border-color: var(--ca-line);
  color: var(--ca-ink);
  background: rgba(255, 255, 255, 0.84);
}

.cloud-access-page .service-detail-signals {
  max-width: 720px;
  margin-top: 22px;
  gap: 8px;
}

.cloud-access-page .service-detail-signals span {
  min-height: 34px;
  padding: 0 12px;
  border-color: rgba(19, 151, 189, 0.18);
  border-radius: 8px;
  color: var(--ca-primary-dark);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

@media (min-width: 1081px) {
  .cloud-access-page .service-detail-hero-layout {
    grid-template-columns: minmax(520px, 1fr) minmax(420px, 600px) !important;
    gap: clamp(36px, 5vw, 74px);
  }

  .cloud-access-page .site-context-menu {
    width: 100% !important;
    max-width: 600px !important;
  }
}

.cloud-access-page .site-context-menu {
  border-color: rgba(19, 151, 189, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 253, 0.92)) !important;
  box-shadow: 0 20px 54px rgba(15, 31, 46, 0.1);
}

.cloud-access-page .site-context-head {
  padding: 18px 18px 14px;
}

.cloud-access-page .site-context-menu.is-local-menu .site-context-section {
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.cloud-access-page .site-context-menu.is-local-menu .site-context-parent {
  min-height: 58px;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.cloud-access-page .site-context-menu.is-local-menu .site-context-parent:hover,
.cloud-access-page .site-context-menu.is-local-menu .site-context-parent:focus-visible,
.cloud-access-page .site-context-menu.is-local-menu .site-context-parent.is-active {
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 31, 46, 0.075);
}

.cloud-access-section {
  padding: clamp(70px, 8vw, 116px) 0;
  background: var(--ca-bg) !important;
}

.cloud-access-section::before {
  display: none;
}

.cloud-access-layout {
  width: min(1240px, calc(100vw - clamp(28px, 5vw, 80px)));
  gap: clamp(24px, 3vw, 38px);
}

.cloud-command-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 132px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.58fr);
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(9, 25, 40, 0.98), rgba(16, 40, 59, 0.96)),
    var(--ca-navy);
  box-shadow: var(--ca-shadow-panel);
}

.cloud-command-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.cloud-command-section > * {
  position: relative;
  z-index: 1;
}

.cloud-command-copy h2 {
  max-width: 820px;
  color: #ffffff;
  font-size: clamp(32px, 3.6vw, 50px);
  line-height: 1.05;
}

.cloud-command-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(226, 239, 246, 0.78);
  font-size: 15.5px;
  font-weight: 580;
  line-height: 1.78;
}

.cloud-command-section .eyebrow,
.cloud-command-proof span {
  color: #7ed8ed;
}

.cloud-command-media {
  align-self: stretch;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.cloud-command-media img {
  min-height: 430px;
  filter: saturate(0.92) contrast(1.02);
}

.cloud-command-media figcaption {
  right: 14px;
  bottom: 14px;
  left: 14px;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(8, 18, 32, 0.74);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.cloud-command-media figcaption span {
  font-size: 11px;
  letter-spacing: 0;
}

.cloud-command-media figcaption strong {
  font-size: 17px;
  line-height: 1.34;
}

.cloud-command-proof {
  gap: 12px;
}

.cloud-command-proof div {
  min-height: 116px;
  padding: 18px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.cloud-command-proof strong {
  color: #ffffff;
}

.cloud-command-proof small {
  color: rgba(226, 239, 246, 0.7);
}

.cloud-problem-section,
.cloud-scope-section,
.cloud-process-section,
.cloud-outcome-section,
.cloud-control-section,
.cloud-fit-section,
.cloud-faq-section {
  scroll-margin-top: 132px;
}

.cloud-problem-section,
.cloud-scope-section,
.cloud-process-section,
.cloud-outcome-section {
  gap: 22px;
  padding-top: 0;
}

.cloud-section-head {
  max-width: 820px;
}

.cloud-section-head h2,
.cloud-control-copy h2 {
  color: var(--ca-ink);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
}

.cloud-section-head > p,
.cloud-control-copy > p {
  color: var(--ca-muted);
  font-size: 15px;
  font-weight: 610;
}

.cloud-problem-grid,
.cloud-scope-grid,
.cloud-outcome-grid {
  gap: 14px;
}

.cloud-problem-grid article,
.cloud-scope-grid article,
.cloud-process-grid article,
.cloud-outcome-grid article,
.cloud-faq-list details,
.cloud-control-list div {
  border: 1px solid var(--ca-line);
  border-radius: 8px;
  background: var(--ca-surface);
  box-shadow: none;
}

.cloud-problem-grid article,
.cloud-outcome-grid article {
  min-height: 142px;
  padding: 22px;
  border-top: 3px solid var(--cloud-accent);
  box-shadow: var(--ca-shadow-soft);
}

.cloud-scope-grid article {
  min-height: 224px;
  padding: 24px;
  box-shadow: var(--ca-shadow-soft);
}

.cloud-scope-grid article span,
.cloud-process-grid article span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(19, 151, 189, 0.18);
  border-radius: 8px;
  color: var(--ca-primary-dark);
  background: rgba(19, 151, 189, 0.08);
}

.cloud-problem-grid span,
.cloud-outcome-grid span,
.cloud-control-list span,
.cloud-faq-list summary {
  color: var(--ca-primary-dark);
  letter-spacing: 0;
}

.cloud-problem-grid strong,
.cloud-outcome-grid strong,
.cloud-control-list strong {
  color: var(--ca-ink);
  font-weight: 760;
}

.cloud-scope-grid h3,
.cloud-process-grid h3 {
  color: var(--ca-ink);
  font-size: 19px;
  line-height: 1.18;
}

.cloud-scope-grid p,
.cloud-process-grid p,
.cloud-faq-list p {
  color: var(--ca-muted);
  font-weight: 600;
}

.cloud-problem-grid article:hover,
.cloud-scope-grid article:hover,
.cloud-control-list div:hover,
.cloud-process-grid article:hover,
.cloud-outcome-grid article:hover,
.cloud-faq-list details:hover {
  transform: translateY(-2px);
  border-color: var(--ca-line-strong);
  box-shadow: 0 18px 46px rgba(15, 31, 46, 0.1);
}

.cloud-control-section {
  gap: clamp(24px, 4vw, 52px);
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--ca-line);
  border-radius: 8px;
  background: var(--ca-surface);
  box-shadow: var(--ca-shadow-soft);
}

.cloud-control-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cloud-control-list div {
  min-height: 160px;
  padding: 18px;
  background: var(--ca-surface-soft);
  box-shadow: none;
}

.cloud-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--ca-line);
  border-radius: 8px;
  background: var(--ca-surface);
  box-shadow: var(--ca-shadow-soft);
}

.cloud-process-grid article {
  min-height: 194px;
  border: 0;
  border-right: 1px solid var(--ca-line);
  border-bottom: 1px solid var(--ca-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cloud-process-grid article:nth-child(3n) {
  border-right: 0;
}

.cloud-process-grid article:nth-child(n + 4) {
  border-bottom: 0;
}

.cloud-outcome-grid article {
  min-height: 124px;
}

.cloud-fit-section,
.cloud-faq-section {
  align-self: stretch;
  padding: 28px;
  border: 1px solid var(--ca-line);
  border-radius: 8px;
  background: var(--ca-surface);
  box-shadow: var(--ca-shadow-soft);
}

.cloud-fit-list li {
  min-height: 44px;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid var(--ca-line);
  border-radius: 0;
  color: var(--ca-muted);
  background: transparent;
  font-weight: 650;
}

.cloud-fit-list li:last-child {
  border-bottom: 0;
}

.cloud-faq-list details {
  background: var(--ca-surface-soft);
  box-shadow: none;
}

.cloud-faq-list summary {
  min-height: 56px;
  padding: 17px 18px;
  color: var(--ca-ink);
  font-size: 12px;
  letter-spacing: 0;
}

.cloud-faq-list summary::after {
  border-radius: 8px;
}

.cloud-access-page .about-contact-section {
  background:
    linear-gradient(135deg, rgba(9, 25, 40, 0.98), rgba(13, 45, 64, 0.96)),
    var(--ca-navy) !important;
}

.cloud-access-page .about-contact-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: transparent !important;
  box-shadow: none;
}

.cloud-access-page .about-contact-panel h2,
.cloud-access-page .about-contact-card-head strong,
.cloud-access-page .about-contact-assurance strong,
.cloud-access-page .about-contact-phone strong {
  color: #ffffff;
}

.cloud-access-page .about-contact-copy > p:not(.eyebrow),
.cloud-access-page .about-contact-route p {
  color: rgba(226, 239, 246, 0.74);
}

.cloud-access-page .about-contact-card,
.cloud-access-page .about-contact-assurance div,
.cloud-access-page .about-contact-phone {
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07) !important;
  box-shadow: none;
}

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

@media (max-width: 1080px) {
  .cloud-command-section,
  .cloud-control-section {
    grid-template-columns: 1fr;
  }

  .cloud-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cloud-process-grid article,
  .cloud-process-grid article:nth-child(3n),
  .cloud-process-grid article:nth-child(n + 4) {
    border-right: 1px solid var(--ca-line);
    border-bottom: 1px solid var(--ca-line);
  }

  .cloud-process-grid article:nth-child(2n) {
    border-right: 0;
  }

  .cloud-process-grid article:nth-child(n + 5) {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .cloud-access-page .service-detail-hero {
    padding: 62px 0 52px;
  }

  .cloud-access-page .corporate-hero-copy h1 {
    font-size: 38px !important;
  }

  .cloud-command-section,
  .cloud-control-section,
  .cloud-fit-section,
  .cloud-faq-section {
    padding: 22px;
  }

  .cloud-problem-grid,
  .cloud-scope-grid,
  .cloud-control-list,
  .cloud-process-grid,
  .cloud-outcome-grid,
  .cloud-command-proof {
    grid-template-columns: 1fr;
  }

  .cloud-command-media,
  .cloud-command-media img {
    min-height: 260px;
  }

  .cloud-command-media figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 12px;
  }

  .cloud-process-grid article,
  .cloud-process-grid article:nth-child(2n),
  .cloud-process-grid article:nth-child(3n),
  .cloud-process-grid article:nth-child(n + 5) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--ca-line);
  }

  .cloud-process-grid article:last-child {
    border-bottom: 0;
  }

  .cloud-section-head h2,
  .cloud-control-copy h2,
  .cloud-command-copy h2 {
    font-size: 28px;
  }
}

/* Unified page top area redesign */
:root {
  --top-area-bg: #f7faf9;
  --top-area-bg-soft: #ffffff;
  --top-area-ink: #101828;
  --top-area-muted: #5f6b7a;
  --top-area-line: rgba(16, 24, 40, 0.11);
  --top-area-line-strong: rgba(17, 167, 197, 0.24);
  --top-area-cyan: #1497bd;
  --top-area-green: #139b75;
  --top-area-gold: #a36f18;
  --top-area-panel: rgba(255, 255, 255, 0.88);
  --top-area-panel-solid: #ffffff;
  --top-area-shadow: 0 18px 54px rgba(16, 24, 40, 0.08);
  --top-area-card-shadow: 0 10px 28px rgba(16, 24, 40, 0.055);
}

.corporate-hero-modern,
.contact-hero-modern,
.page-hero.section-band {
  position: relative !important;
  min-height: 0 !important;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(52px, 6vw, 82px) 0 !important;
  color: var(--top-area-ink) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 56%, rgba(240, 250, 247, 0.96) 56%, rgba(247, 250, 252, 0.96) 100%),
    var(--top-area-bg) !important;
  border-bottom: 1px solid var(--top-area-line);
}

.corporate-hub-hero,
.service-detail-hero,
.route-hub-hero,
.legal-page .corporate-hub-hero,
.cookie-policy-hero {
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  padding: clamp(52px, 6vw, 82px) 0 !important;
}

.corporate-hero-modern::before,
.contact-hero-modern::before,
.page-hero.section-band::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  opacity: 1 !important;
  background-image:
    linear-gradient(120deg, transparent 0 54%, rgba(20, 151, 189, 0.08) 54.1% 64%, transparent 64.1% 100%),
    linear-gradient(90deg, transparent 0 56%, rgba(16, 24, 40, 0.035) 56% calc(56% + 1px), transparent calc(56% + 1px) 100%);
  background-size: auto;
  mask-image: none;
  pointer-events: none;
}

.corporate-hero-modern::after,
.contact-hero-modern::after,
.page-hero.section-band::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  z-index: -1 !important;
  width: clamp(5px, 0.55vw, 8px) !important;
  height: auto !important;
  background: linear-gradient(180deg, var(--top-area-cyan), var(--top-area-green), var(--top-area-gold)) !important;
  opacity: 0.9 !important;
  border: 0 !important;
  box-shadow: none !important;
  pointer-events: none;
}

.corporate-hero-layout,
.corporate-hub-layout,
.route-hub-layout,
.service-detail-hero-layout,
.contact-hero-layout,
.cookie-policy-hero-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 480px) !important;
  gap: clamp(28px, 4.5vw, 58px) !important;
  align-items: center !important;
}

.corporate-hero-copy,
.contact-hero-copy,
.cookie-policy-hero-copy {
  max-width: 780px !important;
  min-width: 0 !important;
  align-self: center !important;
  padding-left: clamp(18px, 2.2vw, 28px) !important;
  border-left: 1px solid var(--top-area-line-strong) !important;
}

.corporate-hero-copy .eyebrow,
.contact-hero-copy .eyebrow,
.cookie-policy-hero-copy .eyebrow,
.page-hero .eyebrow {
  min-height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 16px !important;
  padding: 0 11px !important;
  border: 1px solid rgba(20, 151, 189, 0.18) !important;
  border-radius: 6px !important;
  color: #0f7f9f !important;
  background: rgba(20, 151, 189, 0.075) !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.corporate-hero-copy .eyebrow::before,
.contact-hero-copy .eyebrow::before,
.cookie-policy-hero-copy .eyebrow::before,
.page-hero .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--top-area-green);
  box-shadow: 0 0 0 3px rgba(19, 155, 117, 0.12);
}

.corporate-hero-copy h1,
.contact-hero-copy h1,
.cookie-policy-hero-copy h1,
.page-hero h1,
.route-hub-page .route-hub-hero .corporate-hero-copy h1,
.services-hub-page .services-hub-hero .corporate-hero-copy h1,
.service-detail-hero .corporate-hero-copy h1,
.corporate-hub-hero .corporate-hero-copy h1,
.legal-page .corporate-hub-hero .corporate-hero-copy h1,
.faq-page .corporate-hub-hero .corporate-hero-copy h1,
.private-cloud-service-page .corporate-hero-copy h1,
.managed-it-page .corporate-hero-copy h1,
.cloud-access-page .corporate-hero-copy h1,
.cloud-access-page .service-detail-hero .corporate-hero-copy h1,
.infrastructure-security-page .service-detail-hero .corporate-hero-copy h1 {
  max-width: 780px !important;
  margin: 0 !important;
  color: var(--top-area-ink) !important;
  font-size: clamp(32px, 4.1vw, 52px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.corporate-hero-copy > p:not(.eyebrow),
.contact-hero-copy > p:not(.eyebrow),
.cookie-policy-hero-copy > p:not(.eyebrow),
.page-hero p:not(.eyebrow),
.route-hub-page .route-hub-hero .corporate-hero-copy > p:not(.eyebrow),
.services-hub-page .services-hub-hero .corporate-hero-copy > p:not(.eyebrow),
.service-detail-hero .corporate-hero-copy > p:not(.eyebrow),
.corporate-hub-hero .corporate-hero-copy > p:not(.eyebrow),
.legal-page .corporate-hub-hero .corporate-hero-copy > p:not(.eyebrow),
.faq-page .corporate-hub-hero .corporate-hero-copy > p:not(.eyebrow),
.private-cloud-service-page .corporate-hero-copy > p:not(.eyebrow),
.managed-it-page .corporate-hero-copy > p:not(.eyebrow),
.cloud-access-page .corporate-hero-copy > p:not(.eyebrow),
.cloud-access-page .service-detail-hero .corporate-hero-copy > p:not(.eyebrow),
.infrastructure-security-page .service-detail-hero .corporate-hero-copy > p:not(.eyebrow) {
  max-width: 700px !important;
  margin: 18px 0 0 !important;
  color: var(--top-area-muted) !important;
  font-size: clamp(15.5px, 1.35vw, 17px) !important;
  font-weight: 560 !important;
  line-height: 1.68 !important;
  overflow-wrap: anywhere;
}

.route-process-line,
.services-process-line,
.service-detail-signals {
  gap: 8px !important;
  max-width: 700px !important;
  margin-top: 24px !important;
}

.route-process-line span,
.services-process-line span,
.service-detail-signals span,
.private-cloud-service-page .service-detail-signals span,
.managed-it-page .service-detail-signals span,
.cloud-access-page .service-detail-signals span,
.infrastructure-security-page .service-detail-signals span {
  min-height: 32px !important;
  padding: 0 11px !important;
  border: 1px solid rgba(20, 151, 189, 0.17) !important;
  border-radius: 6px !important;
  color: #0d6f87 !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: none !important;
  font-size: 11.5px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
}

.route-process-line span:not(:last-child)::after,
.services-process-line span:not(:last-child)::after {
  display: none !important;
}

.corporate-hero-actions {
  gap: 10px !important;
  margin-top: 26px !important;
}

.corporate-hero-actions .btn {
  min-height: 44px !important;
  border-radius: 8px !important;
  padding: 0 18px !important;
  box-shadow: none !important;
}

.site-context-menu,
.cloud-access-page .site-context-menu,
.cloud-access-page .service-detail-hero .site-context-menu,
.contact-ops-panel,
.cookie-policy-control-panel {
  width: 100% !important;
  max-width: 480px !important;
  justify-self: end !important;
  align-self: center !important;
  overflow: hidden !important;
  border: 1px solid var(--top-area-line) !important;
  border-radius: 8px !important;
  color: var(--top-area-ink) !important;
  background: var(--top-area-panel) !important;
  box-shadow: var(--top-area-shadow) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  backdrop-filter: blur(14px) !important;
}

.site-context-menu.is-local-menu {
  --local-row-min: 54px !important;
  --local-row-height: 54px !important;
}

.site-context-menu::before,
.contact-ops-panel::before,
.cookie-policy-control-panel::before,
.cookie-policy-control-panel::after {
  display: none !important;
}

.site-context-head,
.ops-panel-head,
.cookie-policy-panel-head {
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid var(--top-area-line) !important;
}

.site-context-head span,
.site-context-head strong,
.ops-panel-head span,
.cookie-policy-panel-head span,
.cookie-policy-panel-head strong {
  color: var(--top-area-cyan) !important;
}

.site-context-head span,
.ops-panel-head span,
.cookie-policy-panel-head span {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.site-context-head p {
  color: var(--top-area-muted) !important;
  font-size: 11.5px !important;
  font-weight: 560 !important;
  line-height: 1.25 !important;
}

.site-context-head strong,
.cookie-policy-panel-head strong {
  min-height: 26px !important;
  padding: 0 9px !important;
  border-color: rgba(19, 155, 117, 0.2) !important;
  border-radius: 6px !important;
  color: var(--top-area-green) !important;
  background: rgba(19, 155, 117, 0.08) !important;
  font-size: 11px !important;
}

.site-context-nav {
  min-height: 0 !important;
  overflow: visible !important;
  padding: 12px 0 0 !important;
}

.site-context-section,
.site-context-menu.is-local-menu .site-context-section,
.cloud-access-page .site-context-menu.is-local-menu .site-context-section {
  display: grid !important;
  grid-auto-rows: minmax(54px, auto) !important;
  gap: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-context-parent,
.site-context-menu.is-local-menu .site-context-parent,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent,
.cloud-access-page .site-context-menu.is-local-menu .site-context-parent {
  min-height: 56px !important;
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) 24px !important;
  gap: 11px !important;
  align-items: center !important;
  padding: 9px 11px !important;
  border: 1px solid rgba(16, 24, 40, 0.09) !important;
  border-radius: 8px !important;
  color: var(--top-area-ink) !important;
  background: var(--top-area-panel-solid) !important;
  box-shadow: var(--top-area-card-shadow) !important;
  transform: none !important;
}

.site-context-parent::before,
.site-context-child::before {
  display: none !important;
}

.site-context-parent > span,
.site-context-menu.is-local-menu .site-context-parent > span,
:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent > span {
  width: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(20, 151, 189, 0.16) !important;
  border-radius: 7px !important;
  color: var(--top-area-cyan) !important;
  background: rgba(20, 151, 189, 0.08) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.site-context-parent strong,
.site-context-menu.is-local-menu .site-context-parent strong,
.private-cloud-service-page .site-context-parent strong,
.managed-it-page .site-context-parent strong,
:root[data-theme="dark"] .site-context-parent strong,
:root[data-theme="dark"] .site-context-child strong {
  color: var(--top-area-ink) !important;
  font-size: 13.5px !important;
  font-weight: 760 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

.site-context-parent small,
.site-context-menu.is-local-menu .site-context-parent small,
.private-cloud-service-page .site-context-parent small,
.managed-it-page .site-context-parent small,
:root[data-theme="dark"] .site-context-parent small,
:root[data-theme="dark"] .site-context-child small,
:root[data-theme="dark"] .site-context-head p {
  color: var(--top-area-muted) !important;
  font-size: 11px !important;
  font-weight: 560 !important;
  line-height: 1.2 !important;
}

.site-context-parent em,
.site-context-menu.is-local-menu .site-context-parent em,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent em,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent em,
:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent em {
  min-width: 24px !important;
  min-height: 24px !important;
  justify-self: end !important;
  padding: 0 !important;
  border-radius: 6px !important;
  color: var(--top-area-cyan) !important;
  background: rgba(20, 151, 189, 0.08) !important;
  font-size: 14px !important;
}

.site-context-parent:hover,
.site-context-parent:focus-visible,
.site-context-parent.is-active,
.site-context-parent.is-parent-active,
.site-context-menu.is-local-menu .site-context-parent:hover,
.site-context-menu.is-local-menu .site-context-parent:focus-visible,
.site-context-menu.is-local-menu .site-context-parent.is-active,
.site-context-menu.is-local-menu .site-context-parent.is-parent-active,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent:hover,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent:focus-visible,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent.is-active,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent:hover,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent:focus-visible,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent.is-active,
.cloud-access-page .site-context-menu.is-local-menu .site-context-parent:hover,
.cloud-access-page .site-context-menu.is-local-menu .site-context-parent:focus-visible,
.cloud-access-page .site-context-menu.is-local-menu .site-context-parent.is-active {
  border-color: var(--top-area-line-strong) !important;
  background: linear-gradient(90deg, rgba(239, 250, 252, 0.96), #ffffff) !important;
  box-shadow: 0 12px 30px rgba(20, 151, 189, 0.1) !important;
  outline: none !important;
  transform: none !important;
}

.site-context-parent.is-active,
.site-context-parent.is-parent-active,
.site-context-menu.is-local-menu .site-context-parent.is-active,
.site-context-menu.is-local-menu .site-context-parent.is-parent-active {
  box-shadow:
    inset 4px 0 0 var(--top-area-green),
    0 12px 30px rgba(16, 24, 40, 0.07) !important;
}

.site-context-parent.is-active > span,
.site-context-parent.is-parent-active > span,
.site-context-parent:hover > span,
.site-context-parent:focus-visible > span,
.site-context-menu.is-local-menu .site-context-parent:hover > span,
.site-context-menu.is-local-menu .site-context-parent:focus-visible > span,
.site-context-menu.is-local-menu .site-context-parent.is-active > span,
.site-context-menu.is-local-menu .site-context-parent.is-parent-active > span {
  border-color: rgba(19, 155, 117, 0.24) !important;
  color: var(--top-area-green) !important;
  background: rgba(19, 155, 117, 0.1) !important;
}

.contact-hero-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  max-width: 700px !important;
  margin-top: 26px !important;
}

.contact-channel {
  min-height: 58px !important;
  gap: 10px !important;
  padding: 9px 12px !important;
  border-radius: 8px !important;
  box-shadow: var(--top-area-card-shadow) !important;
}

.contact-channel > span {
  width: 36px !important;
  height: 36px !important;
  border-radius: 7px !important;
}

.contact-channel strong {
  white-space: normal !important;
  font-size: 13px !important;
}

.contact-ops-panel,
.cookie-policy-control-panel {
  min-height: 0 !important;
  padding: 14px !important;
}

.ops-panel-core {
  display: none !important;
}

.ops-panel-list {
  position: static !important;
  display: grid !important;
  gap: 8px !important;
  margin-top: 12px !important;
}

.ops-panel-list div {
  min-height: 56px !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: var(--top-area-card-shadow) !important;
}

.cookie-policy-status-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 12px !important;
}

.cookie-policy-status-item,
.cookie-policy-status-item.is-required,
.cookie-policy-status-item.is-muted {
  min-height: 120px !important;
  padding: 13px !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: var(--top-area-card-shadow) !important;
}

.cookie-policy-update {
  margin-top: 10px !important;
  border-radius: 8px !important;
}

.infrastructure-hero-metrics {
  width: min(620px, 100%) !important;
  margin-left: 0 !important;
}

@media (min-width: 721px) {
  .site-context-menu,
  .service-detail-hero .site-context-menu,
  .services-hub-hero .site-context-menu,
  .route-hub-hero .site-context-menu,
  .site-context-menu.is-local-menu,
  .services-hub-hero .site-context-menu.is-local-menu,
  .route-hub-hero .site-context-menu.is-local-menu,
  .solutions-hub-page .services-hub-hero .site-context-menu.is-local-menu {
    height: auto !important;
    max-height: none !important;
    padding: 14px !important;
  }

  .site-context-menu.is-local-menu .site-context-nav {
    flex: initial !important;
  }
}

:root[data-theme="dark"] {
  --top-area-bg: #0f172a;
  --top-area-bg-soft: #111827;
  --top-area-ink: #f8fafc;
  --top-area-muted: #cbd5e1;
  --top-area-line: rgba(226, 232, 240, 0.14);
  --top-area-line-strong: rgba(125, 220, 252, 0.28);
  --top-area-cyan: #7ddcff;
  --top-area-green: #6ee7b7;
  --top-area-gold: #f6c76b;
  --top-area-panel: rgba(15, 23, 42, 0.84);
  --top-area-panel-solid: rgba(15, 23, 42, 0.92);
  --top-area-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
  --top-area-card-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

:root[data-theme="dark"] .corporate-hero-modern,
:root[data-theme="dark"] .contact-hero-modern,
:root[data-theme="dark"] .page-hero.section-band {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.72) 0%, rgba(17, 24, 39, 0.96) 100%),
    var(--top-area-bg) !important;
}

:root[data-theme="dark"] .site-context-parent:hover,
:root[data-theme="dark"] .site-context-parent:focus-visible,
:root[data-theme="dark"] .site-context-parent.is-active,
:root[data-theme="dark"] .site-context-parent.is-parent-active,
:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent:hover,
:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent:focus-visible,
:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent.is-active,
:root[data-theme="dark"] .site-context-menu.is-local-menu .site-context-parent.is-parent-active {
  background: linear-gradient(90deg, rgba(14, 56, 82, 0.88), rgba(15, 23, 42, 0.96)) !important;
}

:root[data-theme="dark"] .ops-panel-list div,
:root[data-theme="dark"] .cookie-policy-status-item,
:root[data-theme="dark"] .cookie-policy-status-item.is-required,
:root[data-theme="dark"] .cookie-policy-status-item.is-muted {
  background: var(--top-area-panel-solid) !important;
}

@media (max-width: 1080px) {
  .corporate-hero-layout,
  .corporate-hub-layout,
  .route-hub-layout,
  .service-detail-hero-layout,
  .contact-hero-layout,
  .cookie-policy-hero-layout {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .site-context-menu,
  .contact-ops-panel,
  .cookie-policy-control-panel {
    max-width: none !important;
    justify-self: stretch !important;
  }
}

@media (max-width: 720px) {
  .corporate-hero-modern,
  .contact-hero-modern,
  .page-hero.section-band,
  .corporate-hub-hero,
  .service-detail-hero,
  .route-hub-hero,
  .legal-page .corporate-hub-hero,
  .cookie-policy-hero {
    padding: 38px 0 42px !important;
  }

  .corporate-hero-copy h1,
  .contact-hero-copy h1,
  .cookie-policy-hero-copy h1,
  .page-hero h1,
  .service-detail-hero .corporate-hero-copy h1,
  .corporate-hub-hero .corporate-hero-copy h1,
  .cloud-access-page .corporate-hero-copy h1,
  .private-cloud-service-page .corporate-hero-copy h1,
  .managed-it-page .corporate-hero-copy h1 {
    font-size: clamp(30px, 8.6vw, 40px) !important;
    line-height: 1.08 !important;
  }

  .corporate-hero-copy > p:not(.eyebrow),
  .contact-hero-copy > p:not(.eyebrow),
  .cookie-policy-hero-copy > p:not(.eyebrow),
  .page-hero p:not(.eyebrow) {
    font-size: 15px !important;
  }

  .site-context-menu,
  .contact-ops-panel,
  .cookie-policy-control-panel {
    padding: 12px !important;
  }

  .site-context-parent,
  .site-context-menu.is-local-menu .site-context-parent {
    grid-template-columns: 36px minmax(0, 1fr) 22px !important;
    min-height: 54px !important;
    padding: 9px !important;
  }

  .site-context-parent > span,
  .site-context-menu.is-local-menu .site-context-parent > span {
    width: 36px !important;
    height: 36px !important;
  }

  .contact-hero-actions,
  .cookie-policy-status-grid,
  .infrastructure-hero-metrics {
    grid-template-columns: 1fr !important;
  }

  .floating-whatsapp-widget {
    left: 10px !important;
    bottom: 10px !important;
    max-width: 48px !important;
  }

  .floating-whatsapp {
    width: 48px !important;
    min-height: 48px !important;
    padding: 4px !important;
    border-radius: 14px !important;
  }

  .floating-whatsapp-icon {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
    border-radius: 12px !important;
  }

  .floating-whatsapp-status {
    right: -2px !important;
    bottom: -2px !important;
    width: 10px !important;
    height: 10px !important;
  }
}

/* Strict page scale normalization */
:root {
  --unified-page-container: 1368px;
  --unified-page-gutter: 72px;
  --unified-hero-height: 647px;
  --unified-context-height: 482px;
  --unified-section-padding: 72px;
  --unified-section-padding-mobile: 48px;
  --unified-card-radius: 8px;
}

html,
body {
  zoom: 1 !important;
  font-size: 16px !important;
}

.container,
.hero-grid,
.corporate-hero-layout,
.contact-hero-layout,
.cookie-policy-hero-layout,
.page-hero > .container,
.blog-coming-soon-layer > .container,
main > section > .container {
  width: min(var(--unified-page-container), calc(100vw - var(--unified-page-gutter))) !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.hero.section-band {
  position: relative !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  isolation: isolate;
  overflow: hidden;
  color: var(--top-area-ink) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 56%, rgba(240, 250, 247, 0.96) 56%, rgba(247, 250, 252, 0.96) 100%),
    var(--top-area-bg) !important;
  border-bottom: 1px solid var(--top-area-line);
}

.hero.section-band::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  opacity: 1 !important;
  background-image:
    linear-gradient(120deg, transparent 0 54%, rgba(20, 151, 189, 0.08) 54.1% 64%, transparent 64.1% 100%),
    linear-gradient(90deg, transparent 0 56%, rgba(16, 24, 40, 0.035) 56% calc(56% + 1px), transparent calc(56% + 1px) 100%);
  background-size: auto;
  mask-image: none;
  pointer-events: none;
}

.hero.section-band::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  z-index: -1 !important;
  width: clamp(5px, 0.55vw, 8px) !important;
  background: linear-gradient(180deg, var(--top-area-cyan), var(--top-area-green), var(--top-area-gold)) !important;
  opacity: 0.9 !important;
  pointer-events: none;
}

.hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 480px) !important;
  gap: clamp(28px, 4.5vw, 58px) !important;
  align-items: center !important;
  justify-content: initial !important;
}

.hero-copy {
  width: auto !important;
  max-width: 780px !important;
  min-width: 0 !important;
  justify-self: stretch !important;
  padding-left: clamp(18px, 2.2vw, 28px) !important;
  border-left: 1px solid var(--top-area-line-strong) !important;
  text-align: left !important;
  transform: none !important;
}

.hero .eyebrow {
  min-height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 16px !important;
  padding: 0 11px !important;
  border: 1px solid rgba(20, 151, 189, 0.18) !important;
  border-radius: 6px !important;
  color: #0f7f9f !important;
  background: rgba(20, 151, 189, 0.075) !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.hero .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--top-area-green);
  box-shadow: 0 0 0 3px rgba(19, 155, 117, 0.12);
}

.hero h1 {
  max-width: 780px !important;
  margin: 0 !important;
  color: var(--top-area-ink) !important;
  font-size: clamp(32px, 4.1vw, 52px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.hero h1 span {
  display: inline !important;
}

.hero-text {
  max-width: 700px !important;
  margin: 18px 0 0 !important;
  color: var(--top-area-muted) !important;
  font-size: clamp(15.5px, 1.35vw, 17px) !important;
  font-weight: 560 !important;
  line-height: 1.68 !important;
}

.hero-actions {
  gap: 10px !important;
  margin-top: 26px !important;
}

.hero .btn {
  min-width: 0 !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  font-size: 14px !important;
}

.hero-visual {
  width: 100% !important;
  max-width: 480px !important;
  justify-self: end !important;
  border-radius: var(--unified-card-radius) !important;
  transform: none !important;
}

.blog-coming-soon-layer {
  display: none !important;
}

.blog-muted-content {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  filter: none !important;
  pointer-events: auto !important;
}

.blog-coming-soon-page {
  min-height: 0 !important;
  background: var(--page-bg) !important;
}

.blog-coming-soon-page::before,
.blog-coming-soon-page::after {
  display: none !important;
}

.blog-coming-soon-page .page-hero > .container {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 480px) !important;
  column-gap: clamp(28px, 4.5vw, 58px) !important;
  row-gap: 14px !important;
  align-items: center !important;
}

.blog-coming-soon-page .page-hero .eyebrow,
.blog-coming-soon-page .page-hero h1,
.blog-coming-soon-page .page-hero p:not(.eyebrow) {
  grid-column: 1 !important;
}

.blog-coming-soon-page .page-hero .eyebrow {
  grid-row: 1 !important;
  align-self: end !important;
  width: fit-content !important;
  max-width: 100% !important;
}

.blog-coming-soon-page .page-hero h1 {
  grid-row: 2 !important;
}

.blog-coming-soon-page .page-hero p:not(.eyebrow) {
  grid-row: 3 !important;
}

.blog-coming-soon-page .page-hero > .container::after {
  content: none !important;
  display: none !important;
}

.blog-context-menu {
  grid-column: 2 !important;
  grid-row: 1 / 4 !important;
  align-self: center !important;
  width: 100% !important;
  max-width: none !important;
  transform: none !important;
}

.corporate-page > section:not(.corporate-hero-modern):not(.cookie-policy-hero),
.contact-page > section:not(.contact-hero-modern),
.blog-coming-soon-page > section:not(.page-hero),
.service-detail-section,
.about-intro-section,
.about-scope-section,
.about-belief-section,
.about-contact-section,
.legal-document-section,
.faq-overview-section,
.faq-content-section,
.tech-capability-brief,
.tech-stack-section,
.private-cloud-showcase,
.private-cloud-audience-section,
.private-cloud-faq-section,
.managed-it-section,
.cloud-access-section,
.infrastructure-command-section {
  padding-top: var(--unified-section-padding) !important;
  padding-bottom: var(--unified-section-padding) !important;
}

.corporate-page h2,
.contact-page h2,
.blog-coming-soon-page h2,
.service-detail-main-panel h2,
.service-detail-side-panel h2,
.email-command-copy h2,
.email-section-head h2,
.collaboration-command-copy h2,
.cloud-command-copy h2,
.managed-it-command-copy h2,
.managed-it-section-head h2,
.private-cloud-section-head h2,
.faq-section-head h2,
.legal-document-block h2 {
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.corporate-page p,
.corporate-page li,
.contact-page p,
.contact-page li,
.blog-coming-soon-page p,
.blog-coming-soon-page li {
  font-size: 15.5px;
  line-height: 1.68;
}

.corporate-hub-panel,
.services-index-panel,
.service-detail-services-menu,
.site-context-menu,
.contact-ops-panel,
.cookie-policy-control-panel,
.service-detail-main-panel,
.service-detail-side-panel,
.service-detail-option,
.service-detail-list-panel,
.service-detail-flow article,
.email-command-panel,
.email-risk-section,
.email-choice-section,
.email-flow-section,
.email-scope-section,
.email-benefit-section,
.email-security-section,
.email-fit-section,
.email-faq-section,
.email-outcome-section,
.collaboration-command-section,
.collaboration-problem-section,
.collaboration-scope-section,
.collaboration-process-section,
.collaboration-security-section,
.collaboration-faq-section,
.private-cloud-narrative,
.private-cloud-visual-card,
.private-cloud-audience-card,
.private-cloud-faq-list details,
.managed-it-command-panel,
.managed-it-risk-grid article,
.managed-it-scope-card,
.managed-it-benefit-grid article,
.managed-it-process-grid article,
.managed-it-fit-panel,
.managed-it-faq-grid details,
.cloud-command-section,
.cloud-problem-grid article,
.cloud-scope-grid article,
.cloud-control-section,
.cloud-process-grid article,
.cloud-outcome-grid article,
.cloud-fit-section,
.cloud-faq-section,
.legal-document,
.legal-document-sidebar-card,
.faq-category,
.faq-side-panel,
.faq-readiness-panel,
.contact-request-form,
.contact-direct-card,
.contact-process-card,
.blog-post-card {
  border-radius: var(--unified-card-radius) !important;
}

@media (min-width: 1081px) {
  .hero.section-band,
  .corporate-hero-modern,
  .contact-hero-modern,
  .page-hero.section-band,
  .corporate-hub-hero,
  .service-detail-hero,
  .route-hub-hero,
  .legal-page .corporate-hub-hero,
  .cookie-policy-hero {
    height: var(--unified-hero-height) !important;
    min-height: var(--unified-hero-height) !important;
    display: flex !important;
    align-items: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .hero-grid,
  .corporate-hero-layout,
  .contact-hero-layout,
  .cookie-policy-hero-layout,
  .page-hero > .container {
    min-height: var(--unified-context-height) !important;
  }

  .site-context-menu,
  .cloud-access-page .site-context-menu,
  .cloud-access-page .service-detail-hero .site-context-menu,
  .contact-ops-panel,
  .cookie-policy-control-panel,
  .hero-visual {
    height: var(--unified-context-height) !important;
    min-height: var(--unified-context-height) !important;
    max-height: var(--unified-context-height) !important;
  }

  .site-context-nav {
    overflow: hidden !important;
  }

  .site-context-section,
  .site-context-menu.is-local-menu .site-context-section {
    grid-auto-rows: 56px !important;
  }

  .route-hub-page .corporate-hero-copy,
  .service-detail-page .corporate-hero-copy,
  .about-page .corporate-hero-copy,
  .why-page .corporate-hero-copy,
  .technology-page .corporate-hero-copy,
  .legal-page .corporate-hero-copy,
  .faq-redesign .corporate-hero-copy,
  .contact-hero-copy,
  .cookie-policy-hero-copy,
  .hero-copy {
    align-self: center !important;
  }
}

@media (max-width: 1080px) {
  :root {
    --unified-page-gutter: 40px;
  }

  .hero-grid,
  .corporate-hero-layout,
  .contact-hero-layout,
  .cookie-policy-hero-layout {
    grid-template-columns: 1fr !important;
  }

  .hero-visual {
    justify-self: stretch !important;
    max-width: none !important;
  }

  .blog-coming-soon-page .page-hero > .container {
    grid-template-columns: 1fr !important;
  }

  .blog-coming-soon-page .page-hero > .container::after {
    display: none !important;
  }

  .blog-context-menu {
    grid-column: 1 !important;
    grid-row: 4 !important;
    height: auto !important;
    min-height: 260px !important;
  }
}

@media (max-width: 720px) {
  :root {
    --unified-page-gutter: 28px;
  }

  .container,
  .hero-grid,
  .corporate-hero-layout,
  .contact-hero-layout,
  .cookie-policy-hero-layout,
  .page-hero > .container,
  .blog-coming-soon-layer > .container,
  main > section > .container {
    width: min(100% - var(--unified-page-gutter), var(--unified-page-container)) !important;
  }

  .corporate-page > section:not(.corporate-hero-modern):not(.cookie-policy-hero),
  .contact-page > section:not(.contact-hero-modern),
  .blog-coming-soon-page > section:not(.page-hero),
  .service-detail-section,
  .about-intro-section,
  .about-scope-section,
  .about-belief-section,
  .about-contact-section,
  .legal-document-section,
  .faq-overview-section,
  .faq-content-section,
  .tech-capability-brief,
  .tech-stack-section,
  .private-cloud-showcase,
  .private-cloud-audience-section,
  .private-cloud-faq-section,
  .managed-it-section,
  .cloud-access-section,
  .infrastructure-command-section {
    padding-top: var(--unified-section-padding-mobile) !important;
    padding-bottom: var(--unified-section-padding-mobile) !important;
  }

  .hero h1 {
    font-size: 32px !important;
    line-height: 1.08 !important;
  }

  .corporate-hero-copy h1,
  .contact-hero-copy h1,
  .cookie-policy-hero-copy h1,
  .page-hero h1,
  .service-detail-hero .corporate-hero-copy h1,
  .corporate-hub-hero .corporate-hero-copy h1,
  .cloud-access-page .corporate-hero-copy h1,
  .private-cloud-service-page .corporate-hero-copy h1,
  .managed-it-page .corporate-hero-copy h1 {
    font-size: 32px !important;
    line-height: 1.08 !important;
  }
}

/* Homepage hero viewport fit and two-area centering */
@media (min-width: 1081px) {
  .hero.section-band {
    --home-header-offset: 129px;
    height: max(647px, calc(100svh - var(--home-header-offset))) !important;
    min-height: max(647px, calc(100svh - var(--home-header-offset))) !important;
    padding: 0 !important;
  }

  .hero.section-band .hero-grid.container,
  .hero.section-band .hero-grid {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 56fr) minmax(420px, 44fr) !important;
    gap: 0 !important;
    align-items: center !important;
  }

  .hero.section-band .hero-copy {
    width: min(760px, calc(100% - clamp(72px, 8vw, 144px))) !important;
    max-width: 760px !important;
    justify-self: center !important;
    align-self: center !important;
  }

  .hero.section-band .hero-visual {
    width: min(480px, calc(100% - clamp(72px, 8vw, 144px))) !important;
    max-width: 480px !important;
    justify-self: center !important;
    align-self: center !important;
  }
}

/* Final theme normalization for the homepage top area */
:root[data-theme="dark"] .hero.section-band {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.98) 0%, rgba(15, 23, 42, 0.98) 56%, rgba(17, 24, 39, 0.96) 56%, rgba(15, 23, 42, 0.98) 100%),
    var(--top-area-bg) !important;
  border-bottom-color: var(--top-area-line) !important;
}

:root[data-theme="dark"] .hero.section-band::before {
  background-image:
    linear-gradient(120deg, transparent 0 54%, rgba(125, 220, 252, 0.08) 54.1% 64%, transparent 64.1% 100%),
    linear-gradient(90deg, transparent 0 56%, rgba(226, 232, 240, 0.06) 56% calc(56% + 1px), transparent calc(56% + 1px) 100%) !important;
}

/* Final theme normalization for page body surfaces */
:root[data-theme="dark"] body {
  color: var(--ink) !important;
  background: var(--page-bg) !important;
}

:root[data-theme="dark"] .corporate-page,
:root[data-theme="dark"] .contact-page,
:root[data-theme="dark"] .blog-coming-soon-page {
  color: var(--sisds-ink) !important;
  background: var(--sisds-bg) !important;
}

/* Final override: remove filled backgrounds behind small text labels site-wide */
.eyebrow,
.hero .eyebrow,
.corporate-hero-copy .eyebrow,
.contact-hero-copy .eyebrow,
.cookie-policy-hero-copy .eyebrow,
.page-hero .eyebrow,
.services-intro .eyebrow,
.home-operations-copy .eyebrow,
.testimonials-intro .eyebrow,
.brand-logo-marquee-head .eyebrow,
.kvkk-modal-head .eyebrow,
.form-head > span,
.route-process-line span,
.services-process-line span,
.service-detail-signals span,
.private-cloud-service-page .service-detail-signals span,
.managed-it-page .service-detail-signals span,
.cloud-access-page .service-detail-signals span,
.infrastructure-security-page .service-detail-signals span,
.service-kicker,
.blog-grid span,
.blog-post-meta span,
.blog-post-footer span,
.blog-editorial-aside span,
.testimonial-tag,
.corporate-signals span,
.corporate-flow span,
.corporate-link-card > span,
.capability-strip span,
.architecture-head span,
.architecture-rows span,
.home-operations-flow-head span,
.home-operations-step > span,
.home-operations-card > span:not(.home-operations-icon),
.brand-logo-marquee-stats span,
.search-result span,
.consultation-assurance span,
.consultation-point span,
.diagnostic-head span,
.contact-response-grid span,
.contact-process-head span,
.contact-process-list > div > span,
.contact-method span,
.contact-social-panel span,
.contact-channel > span,
.ops-panel-head span,
.ops-panel-list span,
.site-context-head span,
.site-context-head strong,
.site-context-parent > span,
.site-context-menu.is-local-menu .site-context-parent > span,
.site-context-parent em,
.site-context-menu.is-local-menu .site-context-parent em,
.site-context-parent.is-active > span,
.site-context-parent.is-parent-active > span,
.site-context-parent:hover > span,
.site-context-parent:focus-visible > span,
.site-context-menu.is-local-menu .site-context-parent:hover > span,
.site-context-menu.is-local-menu .site-context-parent:focus-visible > span,
.site-context-menu.is-local-menu .site-context-parent.is-active > span,
.site-context-menu.is-local-menu .site-context-parent.is-parent-active > span,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent:hover > span,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent:focus-visible > span,
.private-cloud-service-page .site-context-menu.is-local-menu .site-context-parent.is-active > span,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent:hover > span,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent:focus-visible > span,
.managed-it-page .site-context-menu.is-local-menu .site-context-parent.is-active > span,
.cloud-access-page .site-context-menu.is-local-menu .site-context-parent:hover > span,
.cloud-access-page .site-context-menu.is-local-menu .site-context-parent:focus-visible > span,
.cloud-access-page .site-context-menu.is-local-menu .site-context-parent.is-active > span,
.cookie-policy-panel-head span,
.cookie-policy-panel-head strong,
.email-executive-page .service-detail-signals span,
.email-executive-page .email-board-top span,
.email-executive-page .email-board-status span,
.email-executive-page .email-command-metrics span,
.email-executive-page .email-choice-card > span,
.email-executive-page .email-flow-grid span,
.email-executive-page .email-scope-modules span,
.email-executive-page .email-outcome-section span,
.email-executive-page .email-risk-grid span,
.email-executive-page .email-benefit-grid span,
.email-executive-page .email-security-stack span,
.email-choice-card > span,
.email-command-metrics span,
.email-flow-grid article > span,
.email-scope-modules article > span,
.about-focus-strip span,
.about-principle-item span,
.about-scope-card span,
.about-value-item span,
.about-contact-assurance span,
.about-contact-card-head span,
.about-contact-phone span,
.about-contact-route span,
.why-reason-number,
.why-proof-grid span,
.why-outcome-item span,
.why-contact-link span,
.why-visual-overlay span,
.why-visual-stack span,
.tech-category-head > span,
.tech-capability-metrics span,
.legal-document-status span,
.legal-document-toc span,
.legal-document-facts span,
.faq-topic-nav span,
.faq-page .faq-list summary::before,
.managed-it-page .managed-it-metric-grid span,
.managed-it-page .managed-it-risk-grid span,
.managed-it-page .managed-it-scope-card > span,
.managed-it-page .managed-it-benefit-grid span,
.managed-it-page .managed-it-process-grid span,
.private-cloud-service-page .private-cloud-proof-list span,
.private-cloud-service-page .service-detail-option > span,
.private-cloud-service-page .service-detail-flow span,
.private-cloud-service-page .private-cloud-audience-card span,
.cloud-access-page .cloud-command-proof span,
.cloud-scope-grid article span,
.cloud-process-grid article span,
.cloud-problem-grid span,
.cloud-outcome-grid span,
.cloud-control-list span,
.infrastructure-security-page .service-detail-side-panel > span,
.infrastructure-security-page .service-detail-option > span,
.infrastructure-security-page .service-detail-flow span,
.infrastructure-command-metrics span {
  border-color: transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.eyebrow::before,
.hero .eyebrow::before,
.corporate-hero-copy .eyebrow::before,
.contact-hero-copy .eyebrow::before,
.cookie-policy-hero-copy .eyebrow::before,
.page-hero .eyebrow::before {
  box-shadow: none !important;
}

/* Corporate palette alignment for homepage operation cards */
.home-operations-card {
  --ops-accent: var(--sisds-primary, #20b8e7) !important;
  border-color: color-mix(in srgb, var(--ops-accent) 22%, rgba(8, 140, 194, 0.12)) !important;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ops-accent) 6%, transparent), transparent 58%),
    var(--sisds-surface, rgba(255, 255, 255, 0.72)) !important;
}

.home-operations-card:nth-child(2) {
  --ops-accent: var(--primary-dark, #1497c2) !important;
}

.home-operations-card:nth-child(3) {
  --ops-accent: #22c7f2 !important;
}

.home-operations-card:nth-child(4) {
  --ops-accent: #0f9fc9 !important;
}

.home-operations-card:nth-child(5) {
  --ops-accent: #30bce9 !important;
}

.home-operations-card:nth-child(6) {
  --ops-accent: var(--sisds-primary-dark, #088cc2) !important;
}

.home-operations-card::before {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--ops-accent) 30%, transparent), var(--ops-accent), color-mix(in srgb, var(--sisds-primary-dark, #088cc2) 22%, transparent) 74%) !important;
  box-shadow: 0 0 18px color-mix(in srgb, var(--ops-accent) 22%, transparent) !important;
}

.home-operations-card::after {
  border-color: color-mix(in srgb, var(--ops-accent) 24%, transparent) !important;
  color: var(--ops-accent) !important;
  background: color-mix(in srgb, var(--ops-accent) 8%, var(--sisds-surface, #ffffff)) !important;
}

.home-operations-icon {
  border-color: color-mix(in srgb, var(--ops-accent) 30%, transparent) !important;
  color: var(--ops-accent) !important;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--ops-accent) 14%, #ffffff), color-mix(in srgb, var(--sisds-primary, #20b8e7) 5%, #ffffff)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 10px 22px color-mix(in srgb, var(--ops-accent) 10%, transparent) !important;
}

.home-operations-card > span:not(.home-operations-icon) {
  color: color-mix(in srgb, var(--ops-accent) 78%, var(--sisds-primary-dark, #088cc2)) !important;
}

.home-operations-card:hover,
.home-operations-card:focus-visible {
  border-color: color-mix(in srgb, var(--ops-accent) 42%, transparent) !important;
  box-shadow:
    0 20px 48px color-mix(in srgb, var(--ops-accent) 11%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.52) !important;
}

:root[data-theme="dark"] .home-operations-card {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ops-accent) 12%, transparent), transparent 58%),
    var(--sisds-surface, rgba(255, 255, 255, 0.06)) !important;
  border-color: color-mix(in srgb, var(--ops-accent) 26%, rgba(226, 232, 240, 0.12)) !important;
}

:root[data-theme="dark"] .home-operations-icon {
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--ops-accent) 18%, transparent), rgba(255, 255, 255, 0.04)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 24px color-mix(in srgb, var(--ops-accent) 12%, transparent) !important;
}

/* Final hero copy simplification: title and short description only */
.hero.section-band .hero-copy > .eyebrow,
.corporate-hero-modern .corporate-hero-copy > .eyebrow,
.contact-hero-modern .contact-hero-copy > .eyebrow,
.cookie-policy-hero .cookie-policy-hero-copy > .eyebrow,
.page-hero.section-band > .container > .eyebrow,
.why-hero-copy > .eyebrow,
.services-hero-copy > .eyebrow,
.hero.section-band .hero-copy > :not(h1):not(p),
.corporate-hero-modern .corporate-hero-copy > :not(h1):not(p),
.contact-hero-modern .contact-hero-copy > :not(h1):not(p),
.cookie-policy-hero .cookie-policy-hero-copy > :not(h1):not(p),
.why-hero-copy > :not(h1):not(p),
.services-hero-copy > :not(h1):not(p) {
  display: none !important;
}

.hero.section-band .hero-copy,
.corporate-hero-modern .corporate-hero-copy,
.contact-hero-modern .contact-hero-copy,
.cookie-policy-hero .cookie-policy-hero-copy,
.why-hero-copy,
.services-hero-copy {
  gap: 16px !important;
}

/* Final cookie hero simplification */
.cookie-policy-hero .cookie-policy-control-panel {
  display: none !important;
}

.cookie-policy-hero .cookie-policy-hero-layout,
.cookie-policy-hero .container {
  grid-template-columns: minmax(0, 1fr) !important;
}

.hero.section-band .hero-copy,
.corporate-hero-modern .corporate-hero-copy,
.contact-hero-modern .contact-hero-copy,
.cookie-policy-hero .cookie-policy-hero-copy {
  width: min(920px, 100%) !important;
  max-width: 920px !important;
  justify-self: start !important;
}

.page-hero.section-band > .container > h1,
.page-hero.section-band > .container > p:not(.eyebrow) {
  max-width: 920px !important;
}

.hero.section-band .motion-field,
.hero.section-band .motion-trace,
.corporate-hero-modern .motion-field,
.corporate-hero-modern .motion-trace,
.contact-hero-modern .motion-field,
.contact-hero-modern .motion-trace,
.cookie-policy-hero .motion-field,
.cookie-policy-hero .motion-trace,
.page-hero.section-band .motion-field,
.page-hero.section-band .motion-trace {
  display: none !important;
}

/* Hardware-only visual system for subpage content */
.hardware-scene {
  --hw-accent: var(--sisds-primary, #20b8e7);
  --hw-accent-2: var(--sisds-primary-dark, #088cc2);
  --hw-ink: var(--sisds-ink, #0f172a);
  --hw-muted: var(--sisds-muted, #64748b);
  position: relative;
  width: 100%;
  min-height: clamp(260px, 30vw, 380px);
  overflow: hidden;
  border-radius: inherit;
  isolation: isolate;
  background:
    radial-gradient(circle at 22% 24%, color-mix(in srgb, var(--hw-accent) 18%, transparent), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), color-mix(in srgb, var(--hw-accent) 7%, #f8fdff) 72%);
}

.hardware-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.62;
  background-image:
    linear-gradient(color-mix(in srgb, var(--hw-accent) 12%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--hw-accent) 12%, transparent) 1px, transparent 1px);
  background-size: 34px 34px;
}

.hardware-scene::after {
  content: "";
  position: absolute;
  inset: 12%;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, color-mix(in srgb, var(--hw-accent) 14%, transparent), transparent 66%);
  filter: blur(18px);
}

.private-cloud-visual-card .hardware-scene,
.infrastructure-visual-panel .hardware-scene,
.cloud-command-media .hardware-scene,
.managed-it-media .hardware-scene {
  min-height: clamp(280px, 28vw, 390px);
  border-radius: 20px;
}

.managed-it-media .hardware-scene {
  height: 100%;
}

.hw-device,
.hw-cable,
.hw-node,
.hw-signal,
.hw-backplane,
.hw-data-dot {
  position: absolute;
  display: block;
}

.hw-device {
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: var(--h);
  border: 1px solid color-mix(in srgb, var(--hw-accent) 36%, transparent);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), color-mix(in srgb, var(--hw-accent) 8%, #effcff)),
    var(--sisds-surface, #ffffff);
  box-shadow:
    0 18px 42px color-mix(in srgb, var(--hw-accent) 12%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transform: translate3d(0, 0, 0);
  animation: hardware-device-float 7s ease-in-out infinite;
  animation-delay: var(--hw-delay, 0ms);
  animation-play-state: paused;
}

.hardware-scene.is-hardware-active .hw-device,
.hardware-scene.is-hardware-active .hw-signal,
.hardware-scene.is-hardware-active .hw-data-dot,
.hardware-scene.is-hardware-active .hw-cable::after,
.hardware-mini {
  animation-play-state: running;
}

.hw-device::before,
.hw-device::after {
  content: "";
  position: absolute;
}

.hw-device i {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: color-mix(in srgb, var(--hw-accent) 72%, #ffffff);
  box-shadow: 0 0 12px color-mix(in srgb, var(--hw-accent) 26%, transparent);
}

.hw-switch,
.hw-router,
.hw-firewall,
.hw-modem,
.hw-patch,
.hw-server,
.hw-storage {
  border-radius: 12px;
}

.hw-switch i,
.hw-router i,
.hw-modem i,
.hw-patch i,
.hw-server i,
.hw-storage i {
  width: 7px;
  height: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.hw-switch i:nth-child(1),
.hw-router i:nth-child(1),
.hw-modem i:nth-child(1),
.hw-patch i:nth-child(1),
.hw-server i:nth-child(1),
.hw-storage i:nth-child(1) { left: 16%; }
.hw-switch i:nth-child(2),
.hw-router i:nth-child(2),
.hw-modem i:nth-child(2),
.hw-patch i:nth-child(2),
.hw-server i:nth-child(2),
.hw-storage i:nth-child(2) { left: 30%; }
.hw-switch i:nth-child(3),
.hw-router i:nth-child(3),
.hw-modem i:nth-child(3),
.hw-patch i:nth-child(3),
.hw-server i:nth-child(3),
.hw-storage i:nth-child(3) { left: 44%; }
.hw-switch i:nth-child(4),
.hw-router i:nth-child(4),
.hw-modem i:nth-child(4),
.hw-patch i:nth-child(4),
.hw-server i:nth-child(4),
.hw-storage i:nth-child(4) { left: 58%; }
.hw-switch i:nth-child(5),
.hw-router i:nth-child(5),
.hw-modem i:nth-child(5),
.hw-patch i:nth-child(5),
.hw-server i:nth-child(5),
.hw-storage i:nth-child(5) { left: 72%; }

.hw-switch::after,
.hw-router::after,
.hw-modem::after,
.hw-patch::after,
.hw-server::after,
.hw-storage::after {
  right: 12px;
  top: 50%;
  width: 22px;
  height: 8px;
  border: 1px solid color-mix(in srgb, var(--hw-accent-2) 34%, transparent);
  border-radius: 999px;
  transform: translateY(-50%);
}

.hw-firewall::before {
  inset: 16% 22%;
  border: 2px solid color-mix(in srgb, var(--hw-accent) 72%, transparent);
  border-radius: 8px 8px 18px 18px;
  clip-path: polygon(50% 0, 100% 22%, 100% 58%, 50% 100%, 0 58%, 0 22%);
}

.hw-firewall::after {
  left: 50%;
  top: 50%;
  width: 32%;
  height: 2px;
  background: var(--hw-accent);
  transform: translate(-50%, -50%) rotate(-42deg);
  box-shadow:
    0 -8px 0 color-mix(in srgb, var(--hw-accent) 72%, transparent),
    0 8px 0 color-mix(in srgb, var(--hw-accent) 72%, transparent);
}

.hw-access-point,
.hw-camera {
  border-radius: 999px;
}

.hw-access-point::before,
.hw-access-point::after {
  inset: 22%;
  border: 2px solid color-mix(in srgb, var(--hw-accent) 58%, transparent);
  border-radius: inherit;
}

.hw-access-point::after {
  inset: -14%;
  opacity: 0.38;
}

.hw-laptop::before,
.hw-monitor::before,
.hw-desktop::before,
.hw-thin::before {
  left: 13%;
  right: 13%;
  top: 13%;
  bottom: 27%;
  border: 2px solid color-mix(in srgb, var(--hw-accent) 52%, transparent);
  border-radius: 8px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--hw-accent) 12%, transparent), transparent);
}

.hw-laptop::after,
.hw-monitor::after,
.hw-desktop::after,
.hw-thin::after {
  left: 18%;
  right: 18%;
  bottom: 12%;
  height: 6px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--hw-accent-2) 32%, transparent);
}

.hw-printer::before {
  left: 16%;
  right: 16%;
  top: 14%;
  height: 22%;
  border-radius: 7px 7px 2px 2px;
  background: color-mix(in srgb, var(--hw-accent) 16%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--hw-accent) 30%, transparent);
}

.hw-printer::after {
  left: 12%;
  right: 12%;
  bottom: 18%;
  height: 30%;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--hw-accent-2) 28%, transparent);
}

.hw-camera::before {
  left: 17%;
  right: 17%;
  top: 26%;
  bottom: 26%;
  border-radius: 9px;
  border: 2px solid color-mix(in srgb, var(--hw-accent) 54%, transparent);
}

.hw-camera::after {
  left: 50%;
  top: 50%;
  width: 20%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--hw-accent);
  transform: translate(-50%, -50%);
}

.hw-cable {
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--hw-accent) 50%, transparent), transparent);
  transform: rotate(var(--r, 0deg));
  transform-origin: left center;
  opacity: 0.86;
}

.hw-cable::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--hw-accent);
  box-shadow: 0 0 16px color-mix(in srgb, var(--hw-accent) 45%, transparent);
  animation: hardware-packet 3.8s linear infinite;
  animation-delay: var(--hw-delay, 0ms);
  animation-play-state: paused;
}

.hw-node {
  left: var(--x);
  top: var(--y);
  width: 9px;
  height: 9px;
  border: 2px solid color-mix(in srgb, var(--hw-accent) 54%, transparent);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.hw-signal {
  left: var(--x);
  top: var(--y);
  width: var(--s);
  height: var(--s);
  border: 1px solid color-mix(in srgb, var(--hw-accent) 34%, transparent);
  border-radius: 999px;
  animation: hardware-signal 3.6s ease-out infinite;
  animation-delay: var(--hw-delay, 0ms);
  animation-play-state: paused;
}

.hw-data-dot {
  left: var(--x);
  top: var(--y);
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--hw-accent) 84%, #ffffff);
  animation: hardware-blink 2.4s ease-in-out infinite;
  animation-delay: var(--hw-delay, 0ms);
  animation-play-state: paused;
}

.hardware-mini {
  --mini-accent: var(--sisds-primary, #20b8e7);
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: 54px;
  height: 46px;
  border: 1px solid color-mix(in srgb, var(--mini-accent) 34%, transparent);
  border-radius: 12px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--mini-accent) 12%, #ffffff), rgba(255, 255, 255, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 24px color-mix(in srgb, var(--mini-accent) 11%, transparent);
  animation: hardware-mini-idle 6s ease-in-out infinite;
  animation-delay: var(--hw-delay, 0ms);
  animation-play-state: paused;
}

.hardware-mini::before,
.hardware-mini::after {
  content: "";
  position: absolute;
}

.hardware-mini::before {
  inset: 13px 9px 14px;
  border: 2px solid color-mix(in srgb, var(--mini-accent) 64%, transparent);
  border-radius: 7px;
}

.hardware-mini::after {
  left: 14px;
  right: 14px;
  bottom: 9px;
  height: 5px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--mini-accent) 44%, transparent);
}

.hardware-mini[data-hardware-icon="switch"]::before,
.hardware-mini[data-hardware-icon="router"]::before,
.hardware-mini[data-hardware-icon="firewall"]::before,
.hardware-mini[data-hardware-icon="server"]::before,
.hardware-mini[data-hardware-icon="storage"]::before,
.hardware-mini[data-hardware-icon="nvr"]::before {
  inset: 15px 8px 15px;
  border-radius: 5px;
  background:
    radial-gradient(circle at 22% 50%, var(--mini-accent) 0 2px, transparent 3px),
    radial-gradient(circle at 42% 50%, var(--mini-accent) 0 2px, transparent 3px),
    radial-gradient(circle at 62% 50%, var(--mini-accent) 0 2px, transparent 3px);
}

.hardware-mini[data-hardware-icon="access-point"],
.hardware-mini[data-hardware-icon="camera"] {
  border-radius: 999px;
}

.hardware-mini[data-hardware-icon="access-point"]::before {
  inset: 10px;
  border-radius: inherit;
}

.hardware-mini[data-hardware-icon="access-point"]::after {
  inset: 4px;
  height: auto;
  border: 1px solid color-mix(in srgb, var(--mini-accent) 24%, transparent);
  border-radius: inherit;
  background: transparent;
}

.hardware-mini[data-hardware-icon="firewall"]::after {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 19px;
  height: 2px;
  background: var(--mini-accent);
  transform: translate(-50%, -50%) rotate(-42deg);
  box-shadow:
    0 -6px 0 color-mix(in srgb, var(--mini-accent) 70%, transparent),
    0 6px 0 color-mix(in srgb, var(--mini-accent) 70%, transparent);
}

.hardware-mini[data-hardware-icon="laptop"]::after,
.hardware-mini[data-hardware-icon="desktop"]::after,
.hardware-mini[data-hardware-icon="monitor"]::after,
.hardware-mini[data-hardware-icon="thin-client"]::after {
  left: 12px;
  right: 12px;
  bottom: 8px;
}

.hardware-mini[data-hardware-icon="printer"]::before,
.hardware-mini[data-hardware-icon="mfp"]::before {
  inset: 17px 9px 9px;
}

.hardware-mini[data-hardware-icon="printer"]::after,
.hardware-mini[data-hardware-icon="mfp"]::after {
  left: 13px;
  right: 13px;
  top: 9px;
  bottom: auto;
}

.hardware-mini[data-hardware-icon="camera"]::before {
  inset: 14px 11px;
}

.hardware-mini[data-hardware-icon="camera"]::after {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.hardware-mini[data-hardware-icon="headset"]::before {
  inset: 10px 12px 12px;
  border-bottom-color: transparent;
  border-radius: 999px 999px 6px 6px;
}

.hardware-mini[data-hardware-icon="headset"]::after {
  left: 13px;
  right: 13px;
  bottom: 10px;
  height: 10px;
  border-radius: 5px;
  background:
    linear-gradient(90deg, var(--mini-accent) 0 6px, transparent 6px calc(100% - 6px), var(--mini-accent) calc(100% - 6px));
}

.tech-logo-tile .hardware-mini {
  margin-bottom: 12px;
}

.email-board-top .hardware-mini,
.collaboration-logo-lockup .hardware-mini {
  width: 56px;
  height: 50px;
  margin: 0;
}

:root[data-theme="dark"] .hardware-scene {
  --hw-ink: #e2e8f0;
  --hw-muted: #94a3b8;
  background:
    radial-gradient(circle at 22% 24%, color-mix(in srgb, var(--hw-accent) 18%, transparent), transparent 28%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), color-mix(in srgb, var(--hw-accent) 9%, #111827) 72%);
}

:root[data-theme="dark"] .hw-device,
:root[data-theme="dark"] .hardware-mini {
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--hw-accent, #20b8e7) 14%, transparent), rgba(255, 255, 255, 0.05));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .hw-node {
  background: rgba(15, 23, 42, 0.86);
}

@keyframes hardware-device-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -7px, 0);
  }
}

@keyframes hardware-packet {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  12%,
  84% {
    opacity: 1;
  }
  100% {
    transform: translateX(calc(var(--w) - 8px));
    opacity: 0;
  }
}

@keyframes hardware-signal {
  0% {
    transform: scale(0.72);
    opacity: 0;
  }
  28% {
    opacity: 0.75;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

@keyframes hardware-blink {
  0%,
  100% {
    opacity: 0.32;
    transform: scale(0.82);
  }
  45% {
    opacity: 1;
    transform: scale(1.1);
  }
}

@keyframes hardware-mini-idle {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hw-device,
  .hw-signal,
  .hw-data-dot,
  .hw-cable::after,
  .hardware-mini {
    animation: none !important;
  }
}

/* Final minimal scroll reveal policy */
.home-animations-ready .motion-reveal,
.corporate-animations-ready .motion-reveal,
.contact-animations-ready .motion-reveal,
.faq-page .motion-reveal,
.service-detail-services-menu .services-index-item.motion-reveal {
  --reveal-x: 0px !important;
  --reveal-y: 0px !important;
  --reveal-scale: 1 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0) !important;
  transition:
    opacity 120ms ease !important;
  transition-delay: 0ms !important;
}

.home-animations-ready .motion-reveal.is-visible,
.corporate-animations-ready .motion-reveal.is-visible,
.contact-animations-ready .motion-reveal.is-visible,
.faq-page .motion-reveal.is-visible,
.service-detail-services-menu .services-index-item.motion-reveal.is-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0) !important;
}

.motion-parallax,
.home-animations-ready .motion-parallax,
.corporate-animations-ready .motion-parallax,
.contact-animations-ready .motion-parallax {
  transform: none !important;
}

.motion-pulse-target.is-soft-pulsing {
  animation: none !important;
}

.live-section > .motion-field,
.live-section .motion-trace {
  display: none !important;
}

/* Blog hero layout correction */
.blog-coming-soon-page .page-hero.section-band > .container {
  width: min(100% - var(--unified-page-gutter, 72px), 1248px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 660px) minmax(320px, 400px) !important;
  grid-template-areas:
    "badge menu"
    "title menu"
    "copy menu" !important;
  justify-content: space-between !important;
  align-content: center !important;
  align-items: center !important;
  column-gap: clamp(36px, 5vw, 72px) !important;
  row-gap: 14px !important;
}

.blog-coming-soon-page .page-hero.section-band > .container > .eyebrow {
  grid-area: badge !important;
  width: fit-content !important;
  max-width: 100% !important;
  display: inline-flex !important;
  margin: 0 !important;
}

.blog-coming-soon-page .page-hero.section-band > .container > h1 {
  grid-area: title !important;
  max-width: 760px !important;
  margin: 0 !important;
}

.blog-coming-soon-page .page-hero.section-band > .container > p:not(.eyebrow) {
  grid-area: copy !important;
  max-width: 640px !important;
  margin: 0 !important;
}

.blog-coming-soon-page .blog-context-menu,
.blog-coming-soon-page .page-hero.section-band .blog-context-menu {
  grid-area: menu !important;
  width: min(100%, 400px) !important;
  max-width: 400px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  display: block !important;
  align-self: center !important;
  justify-self: end !important;
  padding: 14px !important;
  overflow: visible !important;
}

.blog-coming-soon-page .blog-context-menu .site-context-head {
  min-height: 0 !important;
  padding-bottom: 10px !important;
}

.blog-coming-soon-page .blog-context-menu .site-context-nav {
  min-height: 0 !important;
  padding-top: 10px !important;
  overflow: visible !important;
}

.blog-coming-soon-page .blog-context-menu .site-context-section {
  display: grid !important;
  grid-auto-rows: auto !important;
  gap: 8px !important;
  padding: 0 !important;
}

.blog-coming-soon-page .blog-context-menu .site-context-parent {
  min-height: 52px !important;
  grid-template-columns: 36px minmax(0, 1fr) 22px !important;
  gap: 10px !important;
  padding: 8px 10px !important;
}

@media (max-width: 1080px) {
  .blog-coming-soon-page .page-hero.section-band > .container {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "badge"
      "title"
      "copy"
      "menu" !important;
    row-gap: 14px !important;
  }

  .blog-coming-soon-page .blog-context-menu,
  .blog-coming-soon-page .page-hero.section-band .blog-context-menu {
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
    margin-top: 10px !important;
  }
}

/* Contact hero quick action cards */
.contact-hero-modern .contact-hero-copy > .contact-hero-actions {
  display: grid !important;
}

.contact-hero-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  max-width: 720px !important;
  margin-top: 28px !important;
}

.contact-channel {
  position: relative !important;
  min-height: 68px !important;
  isolation: isolate !important;
  overflow: hidden !important;
  gap: 13px !important;
  padding: 11px 15px !important;
  border: 1px solid color-mix(in srgb, var(--sisds-primary, #20b8e7) 34%, rgba(15, 23, 42, 0.12)) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--sisds-primary, #20b8e7) 12%, #ffffff), rgba(255, 255, 255, 0.92)) !important;
  box-shadow:
    0 16px 34px color-mix(in srgb, var(--sisds-primary, #20b8e7) 12%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
  transform: none !important;
}

.contact-channel::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 4px !important;
  background: linear-gradient(180deg, var(--sisds-primary, #20b8e7), var(--sisds-primary-dark, #088cc2)) !important;
  opacity: 1 !important;
}

.contact-channel::after {
  content: "" !important;
  position: absolute !important;
  inset: auto -18px -26px auto !important;
  width: 84px !important;
  height: 84px !important;
  border-radius: 999px !important;
  background: color-mix(in srgb, var(--sisds-primary, #20b8e7) 14%, transparent) !important;
  z-index: -1 !important;
}

.contact-channel.primary {
  border-color: color-mix(in srgb, var(--sisds-primary, #20b8e7) 46%, rgba(15, 23, 42, 0.1)) !important;
}

.contact-channel.whatsapp {
  border-color: color-mix(in srgb, #22c55e 46%, rgba(15, 23, 42, 0.1)) !important;
  background:
    linear-gradient(135deg, color-mix(in srgb, #22c55e 13%, #ffffff), rgba(255, 255, 255, 0.92)) !important;
  box-shadow:
    0 16px 34px color-mix(in srgb, #22c55e 13%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

.contact-channel.whatsapp::before {
  background: linear-gradient(180deg, #22c55e, #128c4a) !important;
}

.contact-channel.whatsapp::after {
  background: color-mix(in srgb, #22c55e 15%, transparent) !important;
}

.contact-channel > span {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid color-mix(in srgb, var(--sisds-primary, #20b8e7) 28%, transparent) !important;
  border-radius: 9px !important;
  color: var(--sisds-primary-dark, #088cc2) !important;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--sisds-primary, #20b8e7) 16%, #ffffff), #ffffff) !important;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--sisds-primary, #20b8e7) 12%, transparent) !important;
}

.contact-channel.whatsapp > span {
  border-color: color-mix(in srgb, #22c55e 34%, transparent) !important;
  color: #128c4a !important;
  background:
    linear-gradient(145deg, color-mix(in srgb, #22c55e 18%, #ffffff), #ffffff) !important;
  box-shadow: 0 10px 20px color-mix(in srgb, #22c55e 13%, transparent) !important;
}

.contact-channel small {
  color: var(--sisds-muted, #64748b) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.contact-channel strong {
  color: var(--sisds-ink, #0f172a) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
}

.contact-channel:hover,
.contact-channel:focus-visible {
  border-color: var(--sisds-primary, #20b8e7) !important;
  box-shadow:
    0 18px 42px color-mix(in srgb, var(--sisds-primary, #20b8e7) 18%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
  transform: translateY(-2px) !important;
  outline: none !important;
}

.contact-channel.whatsapp:hover,
.contact-channel.whatsapp:focus-visible {
  border-color: #22c55e !important;
  box-shadow:
    0 18px 42px color-mix(in srgb, #22c55e 18%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

:root[data-theme="dark"] .contact-channel {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--sisds-primary, #20b8e7) 13%, transparent), rgba(15, 23, 42, 0.92)) !important;
  border-color: color-mix(in srgb, var(--sisds-primary, #20b8e7) 34%, rgba(226, 232, 240, 0.12)) !important;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

:root[data-theme="dark"] .contact-channel > span {
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--sisds-primary, #20b8e7) 20%, transparent), rgba(255, 255, 255, 0.05)) !important;
}

:root[data-theme="dark"] .contact-channel.whatsapp {
  border-color: color-mix(in srgb, #22c55e 48%, rgba(226, 232, 240, 0.12)) !important;
  background:
    linear-gradient(135deg, color-mix(in srgb, #22c55e 14%, transparent), rgba(15, 23, 42, 0.92)) !important;
}

:root[data-theme="dark"] .contact-channel.whatsapp > span {
  border-color: color-mix(in srgb, #22c55e 38%, transparent) !important;
  color: #6ee7b7 !important;
  background:
    linear-gradient(145deg, color-mix(in srgb, #22c55e 20%, transparent), rgba(255, 255, 255, 0.05)) !important;
}

:root[data-theme="dark"] .contact-channel small {
  color: #cbd5e1 !important;
}

:root[data-theme="dark"] .contact-channel strong {
  color: #f8fafc !important;
}

@media (max-width: 760px) {
  .contact-hero-actions {
    grid-template-columns: 1fr !important;
    max-width: none !important;
  }

  .contact-channel {
    min-height: 64px !important;
  }
}

/* Restore hero side visuals and page menus */
.hero.section-band .hero-visual,
.corporate-hero-modern .site-context-menu,
.contact-hero-modern .contact-ops-panel,
.page-hero.section-band .site-context-menu {
  opacity: 1 !important;
  visibility: visible !important;
}

.hero.section-band .hero-visual {
  display: grid !important;
}

.corporate-hero-modern .site-context-menu,
.page-hero.section-band .site-context-menu {
  display: flex !important;
}

.contact-hero-modern .contact-ops-panel {
  display: block !important;
}

@media (min-width: 1081px) {
  .hero.section-band .hero-grid.container,
  .hero.section-band .hero-grid {
    grid-template-columns: minmax(0, 56fr) minmax(420px, 44fr) !important;
  }

  .corporate-hero-modern .corporate-hero-layout,
  .corporate-hero-modern .corporate-hub-layout,
  .corporate-hero-modern .route-hub-layout,
  .corporate-hero-modern .service-detail-hero-layout,
  .contact-hero-modern .contact-hero-layout,
  .page-hero.section-band > .container {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 480px) !important;
  }

  .hero.section-band .hero-visual,
  .corporate-hero-modern .site-context-menu,
  .contact-hero-modern .contact-ops-panel,
  .page-hero.section-band .site-context-menu {
    align-self: center !important;
    justify-self: center !important;
  }

  .corporate-hero-modern .site-context-menu,
  .page-hero.section-band .site-context-menu,
  .contact-hero-modern .contact-ops-panel {
    width: min(100%, 480px) !important;
    max-width: 480px !important;
  }

  .blog-coming-soon-page .page-hero.section-band > .container {
    grid-template-columns: minmax(0, 660px) minmax(320px, 400px) !important;
  }

  .blog-coming-soon-page .page-hero.section-band .blog-context-menu {
    width: min(100%, 400px) !important;
    max-width: 400px !important;
  }
}

@media (max-width: 1080px) {
  .hero.section-band .hero-grid.container,
  .hero.section-band .hero-grid,
  .corporate-hero-modern .corporate-hero-layout,
  .corporate-hero-modern .corporate-hub-layout,
  .corporate-hero-modern .route-hub-layout,
  .corporate-hero-modern .service-detail-hero-layout,
  .contact-hero-modern .contact-hero-layout,
  .page-hero.section-band > .container {
    grid-template-columns: 1fr !important;
  }

  .hero.section-band .hero-visual,
  .corporate-hero-modern .site-context-menu,
  .contact-hero-modern .contact-ops-panel,
  .page-hero.section-band .site-context-menu {
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
  }
}

/* Contact hero flow panel refinement */
.contact-hero-modern .contact-ops-panel {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  gap: 12px !important;
  padding: 16px !important;
}

.contact-hero-modern .ops-panel-head {
  justify-content: flex-start !important;
  min-width: 0 !important;
  padding-bottom: 10px !important;
}

.contact-hero-modern .ops-panel-head span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(20, 151, 189, 0.18) !important;
  border-radius: 6px !important;
  background: rgba(20, 151, 189, 0.08) !important;
}

.contact-hero-modern .ops-panel-list {
  position: static !important;
  height: 100% !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
}

.contact-hero-modern .ops-panel-list div {
  min-height: 0 !important;
  height: auto !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-content: center !important;
  align-items: center !important;
  gap: 5px 12px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(20, 151, 189, 0.16) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, rgba(20, 151, 189, 0.055), transparent 58%),
    rgba(255, 255, 255, 0.82) !important;
  box-shadow:
    0 10px 26px rgba(15, 23, 42, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  transform: none !important;
}

.contact-hero-modern .ops-panel-list div::before {
  inset: 14px auto 14px 0 !important;
  width: 3px !important;
  border-radius: 0 8px 8px 0 !important;
  background: linear-gradient(180deg, var(--top-area-cyan, #1497bd), var(--top-area-green, #139b75)) !important;
  opacity: 0.64 !important;
  box-shadow: none !important;
}

.contact-hero-modern .ops-panel-list span {
  grid-row: 1 / span 2 !important;
  width: 38px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(20, 151, 189, 0.16) !important;
  border-radius: 8px !important;
  color: var(--top-area-cyan, #1497bd) !important;
  background: rgba(20, 151, 189, 0.08) !important;
  font-size: 11px !important;
  font-weight: 820 !important;
}

.contact-hero-modern .ops-panel-list strong {
  color: var(--top-area-ink, #0f172a) !important;
  font-size: clamp(15px, 1.05vw, 17px) !important;
  font-weight: 820 !important;
  line-height: 1.15 !important;
}

.contact-hero-modern .ops-panel-list small {
  color: var(--top-area-muted, #64748b) !important;
  font-size: clamp(12px, 0.82vw, 13px) !important;
  font-weight: 650 !important;
  line-height: 1.28 !important;
}

.contact-hero-modern .ops-panel-list div:hover {
  border-color: rgba(20, 151, 189, 0.28) !important;
  background:
    linear-gradient(135deg, rgba(20, 151, 189, 0.08), transparent 60%),
    rgba(255, 255, 255, 0.92) !important;
  box-shadow:
    0 14px 34px rgba(20, 151, 189, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
  transform: none !important;
}

.contact-hero-modern .ops-panel-list div:hover::before {
  opacity: 1 !important;
}

.contact-hero-modern .ops-panel-trail {
  position: relative !important;
  z-index: 1 !important;
  min-height: 56px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(19, 155, 117, 0.2) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, rgba(20, 151, 189, 0.085), transparent 52%),
    linear-gradient(90deg, rgba(19, 155, 117, 0.09), rgba(48, 188, 233, 0.075)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 12px 28px rgba(20, 151, 189, 0.08) !important;
}

.contact-hero-modern .ops-panel-trail span {
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--top-area-ink, #0f172a) !important;
  font-size: clamp(11px, 0.82vw, 12.5px) !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  white-space: normal !important;
}

.contact-hero-modern .ops-panel-trail i {
  position: relative !important;
  width: 100% !important;
  height: 2px !important;
  display: block !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(20, 151, 189, 0.2), rgba(19, 155, 117, 0.62)) !important;
}

.contact-hero-modern .ops-panel-trail i::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  width: 7px !important;
  height: 7px !important;
  border-top: 2px solid rgba(19, 155, 117, 0.7) !important;
  border-right: 2px solid rgba(19, 155, 117, 0.7) !important;
  transform: translateY(-50%) rotate(45deg) !important;
  transform-origin: center !important;
}

:root[data-theme="dark"] .contact-hero-modern .ops-panel-list div {
  border-color: rgba(125, 220, 252, 0.16) !important;
  background:
    linear-gradient(135deg, rgba(32, 184, 231, 0.09), transparent 62%),
    rgba(15, 23, 42, 0.74) !important;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

:root[data-theme="dark"] .contact-hero-modern .ops-panel-list div:hover {
  border-color: rgba(125, 220, 252, 0.28) !important;
  background:
    linear-gradient(135deg, rgba(32, 184, 231, 0.13), transparent 62%),
    rgba(15, 23, 42, 0.86) !important;
}

:root[data-theme="dark"] .contact-hero-modern .ops-panel-list span {
  border-color: rgba(125, 220, 252, 0.18) !important;
  color: #7ddcfc !important;
  background: rgba(32, 184, 231, 0.1) !important;
}

:root[data-theme="dark"] .contact-hero-modern .ops-panel-head span {
  border-color: rgba(125, 220, 252, 0.2) !important;
  background: rgba(32, 184, 231, 0.1) !important;
}

:root[data-theme="dark"] .contact-hero-modern .ops-panel-trail {
  border-color: rgba(125, 220, 252, 0.18) !important;
  background:
    linear-gradient(135deg, rgba(32, 184, 231, 0.12), transparent 56%),
    linear-gradient(90deg, rgba(19, 155, 117, 0.11), rgba(32, 184, 231, 0.09)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 30px rgba(0, 0, 0, 0.18) !important;
}

:root[data-theme="dark"] .contact-hero-modern .ops-panel-trail span,
:root[data-theme="dark"] .contact-hero-modern .ops-panel-list strong {
  color: #f8fafc !important;
}

:root[data-theme="dark"] .contact-hero-modern .ops-panel-trail i {
  background: linear-gradient(90deg, rgba(125, 220, 252, 0.22), rgba(43, 211, 169, 0.62)) !important;
}

:root[data-theme="dark"] .contact-hero-modern .ops-panel-trail i::after {
  border-color: rgba(43, 211, 169, 0.72) !important;
}

:root[data-theme="dark"] .contact-hero-modern .ops-panel-list small {
  color: #cbd5e1 !important;
}

@media (max-width: 760px) {
  .contact-hero-modern .contact-ops-panel {
    grid-template-rows: auto auto auto !important;
  }

  .contact-hero-modern .ops-panel-head {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .contact-hero-modern .ops-panel-list {
    grid-template-rows: none !important;
  }

  .contact-hero-modern .ops-panel-list div {
    min-height: 82px !important;
  }

  .contact-hero-modern .ops-panel-trail {
    grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) !important;
    gap: 6px !important;
    padding: 10px !important;
  }
}

/* Premium animated orbit for the homepage brand circle */
.hero-brand-visual {
  --brand-orbit-cyan: #30bce9;
  --brand-orbit-blue: #2f6df6;
  --brand-orbit-mint: #7ddcfc;
  isolation: isolate !important;
  transform-origin: 50% 50% !important;
}

.hero-brand-visual::before {
  transform-origin: 50% 50% !important;
  animation: sisdesk-orbit-core-breathe 6.4s ease-in-out infinite !important;
  will-change: transform, filter, box-shadow;
}

.hero-brand-visual::after {
  opacity: 1 !important;
  background:
    conic-gradient(
      from 0deg,
      transparent 0deg 18deg,
      rgba(125, 220, 252, 0.72) 19deg 24deg,
      rgba(48, 188, 233, 0.94) 25deg 30deg,
      transparent 31deg 86deg,
      rgba(47, 109, 246, 0.5) 87deg 93deg,
      transparent 94deg 172deg,
      rgba(48, 188, 233, 0.64) 173deg 178deg,
      transparent 179deg 259deg,
      rgba(125, 220, 252, 0.58) 260deg 266deg,
      transparent 267deg 360deg
    ) !important;
  mask-image: radial-gradient(circle, transparent 0 65%, #000 66% 68.5%, transparent 69.5%) !important;
  transform-origin: 50% 50% !important;
  animation: sisdesk-orbit-main-spin 15.5s linear infinite !important;
  will-change: transform, opacity;
}

.hero-motion-rings {
  z-index: 3 !important;
  animation: sisdesk-orbit-field-drift 8.8s ease-in-out infinite !important;
  will-change: transform;
}

.hero-motion-rings span {
  opacity: 0.72 !important;
  background:
    conic-gradient(
      from 0deg,
      transparent 0deg 18deg,
      rgba(125, 220, 252, 0.78) 19deg 23deg,
      rgba(48, 188, 233, 0.92) 24deg 29deg,
      transparent 30deg 128deg,
      rgba(47, 109, 246, 0.42) 129deg 134deg,
      transparent 135deg 240deg,
      rgba(48, 188, 233, 0.48) 241deg 246deg,
      transparent 247deg 360deg
    ) !important;
  filter: drop-shadow(0 0 12px rgba(48, 188, 233, 0.28));
  transform-origin: 50% 50% !important;
  will-change: transform, opacity;
}

.hero-motion-rings span:nth-child(1) {
  inset: 6.5% !important;
  animation: sisdesk-orbit-wave-a 9.8s cubic-bezier(0.45, 0, 0.2, 1) infinite !important;
}

.hero-motion-rings span:nth-child(2) {
  inset: 11.5% !important;
  opacity: 0.56 !important;
  animation: sisdesk-orbit-wave-b 12.8s cubic-bezier(0.45, 0, 0.2, 1) infinite !important;
}

.hero-motion-rings span:nth-child(3) {
  inset: 17% !important;
  opacity: 0.48 !important;
  animation: sisdesk-orbit-wave-c 8.6s cubic-bezier(0.45, 0, 0.2, 1) infinite !important;
}

.hero-motion-rings span:nth-child(4) {
  inset: 22% !important;
  opacity: 0.36 !important;
  animation: sisdesk-orbit-wave-d 14.4s cubic-bezier(0.45, 0, 0.2, 1) infinite !important;
}

.hero-motion-rings span::before,
.hero-motion-rings span::after {
  animation: sisdesk-orbit-dot-pulse 3.2s ease-in-out infinite !important;
}

.hero-motion-rings span:nth-child(2)::before,
.hero-motion-rings span:nth-child(2)::after {
  animation-delay: 480ms !important;
}

.hero-motion-rings span:nth-child(3)::before,
.hero-motion-rings span:nth-child(3)::after {
  animation-delay: 960ms !important;
}

.hero-motion-rings span:nth-child(4)::before,
.hero-motion-rings span:nth-child(4)::after {
  animation-delay: 1440ms !important;
}

.hero-brand-visual .hero-logo {
  transform-origin: 50% 50% !important;
  animation: sisdesk-logo-soft-float 7.2s ease-in-out infinite !important;
  will-change: transform, filter;
}

@keyframes sisdesk-orbit-main-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes sisdesk-orbit-core-breathe {
  0%,
  100% {
    transform: scale(1);
    filter: saturate(1);
  }

  50% {
    transform: scale(1.025);
    filter: saturate(1.12) brightness(1.04);
  }
}

@keyframes sisdesk-orbit-field-drift {
  0%,
  100% {
    transform: rotate(-2deg) scale(1);
  }

  50% {
    transform: rotate(2.4deg) scale(1.012);
  }
}

@keyframes sisdesk-orbit-wave-a {
  0% {
    transform: scale(0.98) rotate(0deg);
    opacity: 0.38;
  }

  42% {
    transform: scale(1.035) rotate(156deg);
    opacity: 0.86;
  }

  74% {
    transform: scale(1.01) rotate(268deg);
    opacity: 0.52;
  }

  100% {
    transform: scale(0.98) rotate(360deg);
    opacity: 0.38;
  }
}

@keyframes sisdesk-orbit-wave-b {
  0% {
    transform: scale(1.02) rotate(0deg);
    opacity: 0.28;
  }

  46% {
    transform: scale(0.975) rotate(-166deg);
    opacity: 0.66;
  }

  100% {
    transform: scale(1.02) rotate(-360deg);
    opacity: 0.28;
  }
}

@keyframes sisdesk-orbit-wave-c {
  0% {
    transform: scale(0.98) rotate(48deg);
    opacity: 0.24;
  }

  44% {
    transform: scale(1.045) rotate(218deg);
    opacity: 0.58;
  }

  100% {
    transform: scale(0.98) rotate(408deg);
    opacity: 0.24;
  }
}

@keyframes sisdesk-orbit-wave-d {
  0% {
    transform: scale(1.04) rotate(-26deg);
    opacity: 0.18;
  }

  40% {
    transform: scale(0.985) rotate(-170deg);
    opacity: 0.46;
  }

  100% {
    transform: scale(1.04) rotate(-386deg);
    opacity: 0.18;
  }
}

@keyframes sisdesk-orbit-dot-pulse {
  0%,
  100% {
    opacity: 0.48;
    box-shadow:
      0 0 0 3px rgba(48, 188, 233, 0.08),
      0 0 14px rgba(48, 188, 233, 0.3);
  }

  50% {
    opacity: 1;
    box-shadow:
      0 0 0 6px rgba(48, 188, 233, 0.12),
      0 0 24px rgba(125, 220, 252, 0.55);
  }
}

@keyframes sisdesk-logo-soft-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -4px, 0) scale(1.012);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-brand-visual::before,
  .hero-brand-visual::after,
  .hero-motion-rings,
  .hero-motion-rings span,
  .hero-motion-rings span::before,
  .hero-motion-rings span::after,
  .hero-brand-visual .hero-logo {
    animation: none !important;
  }
}

/* Homepage corporate hero composition */
@media (min-width: 1181px) {
  .has-home-section-panel .hero.section-band .hero-grid.container,
  .has-home-section-panel .hero.section-band .hero-grid {
    box-sizing: border-box !important;
    grid-template-columns: minmax(0, 1.06fr) minmax(430px, 0.94fr) !important;
    gap: clamp(28px, 3.6vw, 72px) !important;
    padding-left: clamp(118px, 8vw, 168px) !important;
    padding-right: clamp(40px, 5vw, 96px) !important;
  }

  .has-home-section-panel .hero.section-band .hero-copy {
    width: min(700px, 100%) !important;
    max-width: 700px !important;
    justify-self: start !important;
    align-self: center !important;
    padding-left: clamp(22px, 2vw, 34px) !important;
  }

  .has-home-section-panel .hero.section-band .hero h1,
  .has-home-section-panel .hero.section-band .hero-copy h1,
  .hero.section-band .hero-copy h1 {
    max-width: 700px !important;
    font-size: clamp(42px, 4.15vw, 64px) !important;
    line-height: 1.03 !important;
  }

  .hero.section-band .hero-text {
    max-width: 650px !important;
    margin-top: clamp(18px, 1.8vw, 24px) !important;
  }

  .hero.section-band .hero-actions {
    margin-top: clamp(26px, 2.3vw, 34px) !important;
  }

  .has-home-section-panel .hero.section-band .hero-visual,
  .has-home-section-panel .hero.section-band .hero-brand-visual {
    width: min(620px, calc(100% - clamp(10px, 2vw, 36px))) !important;
    max-width: 620px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 !important;
    justify-self: center !important;
    align-self: center !important;
  }

  .has-home-section-panel .hero-brand-visual .hero-logo {
    width: min(58%, 330px) !important;
  }
}

@media (min-width: 1181px) and (max-width: 1480px) {
  .has-home-section-panel .hero.section-band .hero-grid.container,
  .has-home-section-panel .hero.section-band .hero-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(410px, 0.96fr) !important;
    gap: clamp(24px, 3vw, 48px) !important;
    padding-left: clamp(112px, 8.6vw, 138px) !important;
    padding-right: clamp(28px, 4vw, 58px) !important;
  }

  .has-home-section-panel .hero.section-band .hero-copy {
    width: min(640px, 100%) !important;
    max-width: 640px !important;
  }

  .hero.section-band .hero-copy h1 {
    max-width: 640px !important;
    font-size: clamp(40px, 3.7vw, 54px) !important;
  }

  .has-home-section-panel .hero.section-band .hero-visual,
  .has-home-section-panel .hero.section-band .hero-brand-visual {
    width: min(560px, calc(100% - 10px)) !important;
    max-width: 560px !important;
  }
}

@media (max-width: 1180px) {
  .hero.section-band .hero-grid.container,
  .hero.section-band .hero-grid {
    grid-template-columns: 1fr !important;
    gap: clamp(28px, 5vw, 42px) !important;
    padding-top: clamp(34px, 5vw, 56px) !important;
    padding-bottom: clamp(120px, 16vw, 150px) !important;
  }

  .hero.section-band .hero-copy {
    width: min(720px, 100%) !important;
    max-width: 720px !important;
    justify-self: center !important;
  }

  .hero.section-band .hero-visual,
  .hero.section-band .hero-brand-visual {
    width: min(460px, 78vw) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 !important;
    justify-self: center !important;
  }
}

@media (max-width: 720px) {
  .hero.section-band .hero-grid.container,
  .hero.section-band .hero-grid {
    padding-bottom: 128px !important;
  }

  .hero.section-band .hero-copy {
    padding-left: 18px !important;
  }

  .hero.section-band .hero-visual,
  .hero.section-band .hero-brand-visual {
    width: min(340px, 82vw) !important;
  }
}

/* Homepage corporate trust signals */
.corporate-showcase .corporate-signals {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: min(100%, 680px) !important;
  margin-top: 32px !important;
}

.corporate-showcase .corporate-signals span {
  position: relative !important;
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 12px 14px 12px 13px !important;
  overflow: hidden !important;
  border: 1px solid rgba(20, 151, 189, 0.2) !important;
  border-radius: 8px !important;
  color: var(--ink) !important;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.11), transparent 62%),
    rgba(255, 255, 255, 0.74) !important;
  box-shadow:
    0 14px 34px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
  font-size: 13px !important;
  font-weight: 860 !important;
  line-height: 1.2 !important;
}

.corporate-showcase .corporate-signals span::before {
  content: "" !important;
  flex: 0 0 30px !important;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid rgba(48, 188, 233, 0.26) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 17%, transparent 18%),
    linear-gradient(135deg, rgba(48, 188, 233, 0.18), rgba(19, 155, 117, 0.1)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 8px 18px rgba(48, 188, 233, 0.12) !important;
}

.corporate-showcase .corporate-signals span::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 12px 9px 54px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(48, 188, 233, 0.5), rgba(19, 155, 117, 0.18), transparent) !important;
  opacity: 0.68 !important;
}

.corporate-showcase .corporate-signals span:nth-child(2)::before {
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 17%, transparent 18%),
    linear-gradient(135deg, rgba(19, 155, 117, 0.18), rgba(48, 188, 233, 0.1)) !important;
}

.corporate-showcase .corporate-signals span:nth-child(3)::before {
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 17%, transparent 18%),
    linear-gradient(135deg, rgba(47, 109, 246, 0.14), rgba(48, 188, 233, 0.14)) !important;
}

.corporate-showcase .corporate-signals span:hover {
  border-color: rgba(20, 151, 189, 0.34) !important;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.16), transparent 62%),
    rgba(255, 255, 255, 0.9) !important;
  box-shadow:
    0 18px 40px rgba(20, 151, 189, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

:root[data-theme="dark"] .corporate-showcase .corporate-signals span {
  border-color: rgba(125, 220, 252, 0.18) !important;
  color: #f8fafc !important;
  background:
    linear-gradient(135deg, rgba(32, 184, 231, 0.13), transparent 64%),
    rgba(15, 23, 42, 0.72) !important;
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

:root[data-theme="dark"] .corporate-showcase .corporate-signals span::before {
  border-color: rgba(125, 220, 252, 0.22) !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(248, 250, 252, 0.92) 0 16%, transparent 17%),
    linear-gradient(135deg, rgba(32, 184, 231, 0.2), rgba(43, 211, 169, 0.11)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 20px rgba(32, 184, 231, 0.12) !important;
}

:root[data-theme="dark"] .corporate-showcase .corporate-signals span:hover {
  border-color: rgba(125, 220, 252, 0.32) !important;
  background:
    linear-gradient(135deg, rgba(32, 184, 231, 0.18), transparent 64%),
    rgba(15, 23, 42, 0.86) !important;
}

@media (max-width: 900px) {
  .corporate-showcase .corporate-signals {
    grid-template-columns: 1fr !important;
    width: min(100%, 520px) !important;
  }

  .corporate-showcase .corporate-signals span {
    min-height: 54px !important;
  }
}

/* Make the AI-powered header search unmistakable without disrupting navigation density. */
.site-header .nav-search-ai {
  position: relative;
  isolation: isolate;
  width: 58px;
  min-width: 58px;
  height: 50px;
  min-height: 50px;
  overflow: visible;
  border-color: color-mix(in srgb, #29b8e8 58%, var(--nav-line)) !important;
  border-radius: 13px;
  color: #087596;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.95), transparent 32%),
    linear-gradient(145deg, rgba(49, 198, 239, 0.22), rgba(48, 108, 240, 0.08)),
    var(--nav-control-bg);
  box-shadow:
    0 12px 28px rgba(16, 153, 198, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

:root[data-theme="dark"] .site-header .nav-search-ai {
  color: #75e1ff;
  background:
    radial-gradient(circle at 28% 22%, rgba(106, 224, 255, 0.24), transparent 30%),
    linear-gradient(145deg, rgba(34, 190, 235, 0.2), rgba(35, 86, 193, 0.1)),
    rgba(9, 21, 31, 0.92);
  box-shadow:
    0 12px 30px rgba(0, 157, 210, 0.19),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-header .nav-search-ai-glow {
  position: absolute;
  inset: -5px;
  z-index: -1;
  border: 1px solid rgba(41, 184, 232, 0.28);
  border-radius: 17px;
  background: radial-gradient(circle, rgba(41, 184, 232, 0.13), transparent 68%);
  opacity: 0.72;
  pointer-events: none;
  animation: header-ai-search-breathe 2.8s ease-in-out infinite;
}

.site-header .nav-search-ai-core {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(41, 184, 232, 0.34);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(41, 184, 232, 0.12));
  box-shadow:
    0 7px 16px rgba(13, 138, 181, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

:root[data-theme="dark"] .site-header .nav-search-ai-core {
  background: linear-gradient(145deg, rgba(86, 215, 250, 0.16), rgba(16, 45, 66, 0.76));
  box-shadow:
    0 7px 18px rgba(0, 151, 201, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.site-header .nav-search-ai-core::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #38d39f;
  box-shadow: 0 0 0 3px rgba(56, 211, 159, 0.13), 0 0 10px rgba(56, 211, 159, 0.64);
}

.site-header .nav-search-ai-core svg,
.site-header .nav-search-ai-core .ui-icon {
  width: 19px;
  height: 19px;
  flex-basis: 19px;
  stroke-width: 2.25;
}

.site-header .nav-search-ai-badge {
  position: absolute;
  top: -8px;
  right: -7px;
  z-index: 3;
  min-width: 25px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border: 2px solid var(--nav-bg);
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #20bde9, #326cea);
  box-shadow: 0 6px 14px rgba(25, 126, 216, 0.3);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
}

.site-header .nav-search-ai:hover,
.site-header .nav-search-ai:focus-visible {
  color: #046785;
  border-color: rgba(41, 184, 232, 0.82) !important;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 1), transparent 34%),
    linear-gradient(145deg, rgba(49, 198, 239, 0.3), rgba(48, 108, 240, 0.12)),
    var(--nav-control-bg);
  box-shadow:
    0 16px 34px rgba(16, 153, 198, 0.22),
    0 0 0 4px rgba(41, 184, 232, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transform: translateY(-2px);
}

.site-header .nav-search-ai:hover .nav-search-ai-core,
.site-header .nav-search-ai:focus-visible .nav-search-ai-core {
  transform: scale(1.04);
}

@keyframes header-ai-search-breathe {
  0%, 100% { opacity: 0.52; transform: scale(0.96); }
  50% { opacity: 0.92; transform: scale(1.03); }
}

@media (max-width: 1180px) {
  .site-header .nav-search-ai {
    width: 100% !important;
    min-width: 0 !important;
    height: 48px;
    min-height: 48px;
    justify-content: center !important;
    gap: 9px;
    overflow: hidden;
    padding: 0 14px !important;
  }

  .site-header .nav-search-ai::after {
    content: "AI Destekli Ara" !important;
    position: static;
    margin: 0;
    color: inherit;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
  }

  .site-header .nav-search-ai-glow {
    inset: -2px;
    border-radius: 12px;
  }

  .site-header .nav-search-ai-core {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }

  .site-header .nav-search-ai-badge {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header .nav-search-ai-glow {
    animation: none !important;
    opacity: 0.72;
    transform: none;
  }
}

/* Smart site search: fuzzy intent discovery, keyboard navigation and mobile-first results. */
.search-modal {
  --search-accent: #27b9e6;
  --search-accent-strong: #087596;
  --search-success: #16a979;
  position: fixed;
  inset: 0;
  z-index: 320;
  display: grid;
  place-items: start center;
  padding: clamp(22px, 5.5vh, 68px) 20px 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(39, 185, 230, 0.16), transparent 35%),
    rgba(5, 12, 18, 0.68);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
  overscroll-behavior: contain;
}

.search-modal[hidden] {
  display: none !important;
}

body.search-open {
  overflow: hidden !important;
}

.search-dialog {
  width: min(940px, 100%);
  max-height: min(850px, calc(100svh - clamp(46px, 11vh, 116px)));
  display: grid;
  grid-template-rows: auto auto auto auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--search-accent) 38%, var(--line));
  border-radius: 18px;
  color: var(--ink);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--search-accent) 5%, transparent), transparent 44%),
    var(--surface);
  box-shadow:
    0 40px 110px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

:root[data-theme="dark"] .search-dialog {
  box-shadow:
    0 44px 120px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.search-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 28px 20px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--search-accent) 8%, transparent), transparent 70%);
}

.search-head > div {
  min-width: 0;
}

.search-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--search-accent-strong);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.search-head .eyebrow > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--search-success);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--search-success) 13%, transparent);
}

.search-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(27px, 3.2vw, 39px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.search-head #site-search-description {
  max-width: 660px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 620;
  line-height: 1.55;
}

.search-close,
.search-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--surface-soft);
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.search-close {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 11px;
}

.search-close .ui-icon,
.search-clear .ui-icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}

.search-close:hover,
.search-close:focus-visible,
.search-clear:hover,
.search-clear:focus-visible {
  color: var(--search-accent-strong);
  border-color: color-mix(in srgb, var(--search-accent) 60%, var(--line));
  background: color-mix(in srgb, var(--search-accent) 10%, var(--surface));
  transform: translateY(-1px);
  outline: none;
}

.site-search-form {
  margin: 0;
  padding: 22px 28px 12px;
}

.search-field {
  min-height: 68px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0 13px 0 18px;
  border: 1px solid color-mix(in srgb, var(--search-accent) 34%, var(--line));
  border-radius: 13px;
  color: var(--muted);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--search-accent) 7%, transparent), transparent 48%),
    var(--surface-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.search-field:focus-within {
  border-color: var(--search-accent) !important;
  background-color: var(--surface);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--search-accent) 16%, transparent) !important,
    0 16px 36px color-mix(in srgb, var(--search-accent) 10%, transparent) !important;
}

.search-field-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--search-accent-strong);
}

.search-field-icon .ui-icon,
.search-field-icon svg {
  width: 23px;
  height: 23px;
  flex-basis: 23px;
}

.search-field input {
  width: 100%;
  min-width: 0;
  min-height: 64px;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  outline: none;
}

.search-field input::placeholder {
  color: color-mix(in srgb, var(--muted) 78%, transparent);
  font-weight: 560;
}

.search-field input:focus,
.search-field input:focus-visible {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.search-field input::-webkit-search-cancel-button {
  display: none;
}

.search-clear {
  width: 36px;
  height: 36px;
  border-radius: 9px;
}

.search-clear[hidden] {
  display: none !important;
}

.search-field > kbd {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-bottom-color: color-mix(in srgb, var(--line) 75%, var(--ink));
  border-radius: 7px;
  color: var(--muted);
  background: var(--surface);
  box-shadow: 0 2px 0 color-mix(in srgb, var(--line) 80%, transparent);
  font-family: inherit;
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.search-assist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
  padding: 0 28px 16px;
}

.search-assist > span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 650;
}

.search-suggestions {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.search-suggestions::-webkit-scrollbar {
  display: none;
}

.search-suggestions button {
  min-height: 30px;
  flex: 0 0 auto;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 10.5px;
  font-weight: 780;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.search-suggestions button:hover,
.search-suggestions button:focus-visible {
  color: var(--search-accent-strong);
  border-color: color-mix(in srgb, var(--search-accent) 52%, var(--line));
  background: color-mix(in srgb, var(--search-accent) 8%, var(--surface));
  outline: none;
}

.search-results-toolbar {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-soft) 88%, transparent);
}

.search-results-toolbar p {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 820;
}

.search-results-toolbar > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.search-key-hint {
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 650;
}

.search-ai-state {
  min-height: 23px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 8px;
  border: 1px solid color-mix(in srgb, var(--search-accent) 34%, var(--line));
  border-radius: 999px;
  color: var(--search-accent-strong);
  background: color-mix(in srgb, var(--search-accent) 7%, var(--surface));
  font-size: 9.5px;
  font-weight: 800;
  white-space: nowrap;
}

.search-ai-state[hidden] {
  display: none !important;
}

.search-ai-state i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--search-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--search-accent) 13%, transparent);
}

.search-ai-state b {
  font: inherit;
}

.search-ai-state.is-pending i {
  animation: search-ai-pulse 1s ease-in-out infinite;
}

.search-ai-state.is-ready {
  color: var(--search-success);
  border-color: color-mix(in srgb, var(--search-success) 32%, var(--line));
  background: color-mix(in srgb, var(--search-success) 8%, var(--surface));
}

.search-ai-state.is-ready i {
  background: var(--search-success);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--search-success) 13%, transparent);
}

@keyframes search-ai-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.84); }
  50% { opacity: 1; transform: scale(1); }
}

.search-results-toolbar kbd {
  display: inline-flex;
  min-width: 18px;
  min-height: 18px;
  align-items: center;
  justify-content: center;
  margin: 0 1px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  background: var(--surface);
  font: inherit;
  font-size: 9px;
  font-weight: 800;
}

.search-results {
  min-height: 150px;
  max-height: none;
  display: grid;
  align-content: start;
  gap: 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 14px 18px 16px;
  scrollbar-color: color-mix(in srgb, var(--search-accent) 40%, var(--line)) transparent;
}

.search-result {
  min-width: 0;
  min-height: 86px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 38px;
  gap: 14px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--ink);
  background: var(--surface-soft);
  box-shadow: none;
  text-decoration: none;
  transform: none;
  transition: border-color 170ms ease, background-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.search-result:hover,
.search-result:focus-visible,
.search-result.is-active {
  color: var(--ink);
  border-color: color-mix(in srgb, var(--search-accent) 66%, var(--line));
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--search-accent) 10%, transparent), transparent 72%),
    var(--surface);
  box-shadow: 0 13px 30px color-mix(in srgb, var(--search-accent) 10%, transparent);
  transform: translateY(-1px);
  outline: none;
}

.search-result.is-best {
  border-color: color-mix(in srgb, var(--search-accent) 46%, var(--line));
}

.search-result-index {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--search-accent) 34%, var(--line));
  border-radius: 10px;
  color: var(--search-accent-strong) !important;
  background: color-mix(in srgb, var(--search-accent) 8%, var(--surface));
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  text-transform: none !important;
}

.search-result-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.search-result-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.search-result-meta > span {
  color: var(--search-accent-strong) !important;
  font-size: 9.5px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.search-result-meta em {
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  padding: 0 7px;
  border-radius: 999px;
  color: var(--search-success);
  background: color-mix(in srgb, var(--search-success) 10%, var(--surface));
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}

.search-result strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 820;
  line-height: 1.24;
}

.search-result p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 580;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.search-result-arrow {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--search-accent-strong) !important;
  background: var(--surface);
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  transition: color 170ms ease, border-color 170ms ease, transform 170ms ease;
}

.search-result:hover .search-result-arrow,
.search-result:focus-visible .search-result-arrow,
.search-result.is-active .search-result-arrow {
  color: #ffffff !important;
  border-color: var(--search-accent);
  background: var(--search-accent-strong);
  transform: translateX(2px);
}

.search-empty {
  min-height: 126px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 20px;
  border: 1px dashed color-mix(in srgb, var(--search-accent) 42%, var(--line));
  border-radius: 12px;
  background: color-mix(in srgb, var(--search-accent) 5%, var(--surface-soft));
}

.search-empty-mark {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--search-accent) 45%, var(--line));
  border-radius: 12px;
  color: var(--search-accent-strong) !important;
  background: var(--surface);
  font-size: 20px !important;
  font-weight: 900 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.search-empty > div {
  display: grid;
  gap: 6px;
}

.search-empty strong {
  color: var(--ink);
  font-size: 15px;
}

.search-empty > div > span {
  color: var(--muted) !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  line-height: 1.5;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.search-footer {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 11.5px;
  font-weight: 650;
}

.search-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--search-accent-strong);
  font-size: 11.5px;
  font-weight: 850;
  text-decoration: none;
}

.search-footer a:hover,
.search-footer a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}

@media (max-width: 760px) {
  .search-modal {
    place-items: stretch;
    padding: 0;
    background: var(--surface);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .search-dialog {
    width: 100%;
    height: 100svh;
    max-height: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .search-head {
    gap: 14px;
    padding: calc(18px + env(safe-area-inset-top)) 18px 16px;
  }

  .search-head h2 {
    font-size: clamp(25px, 7.2vw, 32px);
  }

  .search-head #site-search-description {
    margin-top: 8px;
    font-size: 12.5px;
  }

  .search-close {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .site-search-form {
    padding: 16px 14px 10px;
  }

  .search-field {
    min-height: 60px;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 0 10px 0 14px;
  }

  .search-field input {
    min-height: 58px;
    font-size: 15px;
  }

  .search-field > kbd {
    display: none;
  }

  .search-assist {
    display: grid;
    gap: 9px;
    padding: 0 14px 13px;
  }

  .search-assist > span {
    font-size: 10.5px;
  }

  .search-suggestions {
    justify-content: flex-start;
    margin: 0 -14px;
    padding: 0 14px;
  }

  .search-results-toolbar {
    min-height: 40px;
    padding: 0 14px;
  }

  .search-key-hint {
    display: none;
  }

  .search-results-toolbar > div {
    margin-left: auto;
  }

  .search-results {
    min-height: 0;
    padding: 10px 10px 14px;
  }

  .search-result {
    min-height: 82px;
    grid-template-columns: 36px minmax(0, 1fr) 30px;
    gap: 10px;
    padding: 12px 10px;
    border-radius: 10px;
  }

  .search-result-index {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }

  .search-result strong {
    font-size: 14px;
  }

  .search-result p {
    font-size: 11.5px;
    -webkit-line-clamp: 1;
  }

  .search-result-arrow {
    width: 30px;
    height: 30px;
  }

  .search-footer {
    min-height: 52px;
    padding: 0 14px calc(env(safe-area-inset-bottom) / 2);
  }
}

@media (max-width: 420px) {
  .search-head .eyebrow {
    margin-bottom: 7px;
  }

  .search-head #site-search-description {
    display: none;
  }

  .search-result-meta em {
    display: none;
  }

  .search-footer > span {
    display: none;
  }

  .search-footer {
    justify-content: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .search-dialog *,
  .search-dialog *::before,
  .search-dialog *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .search-ai-state i {
    animation: none !important;
  }
}

/* Homepage unified hero surface */
.hero.section-band {
  background:
    radial-gradient(circle at 77% 48%, rgba(48, 188, 233, 0.13) 0 18%, rgba(48, 188, 233, 0.055) 34%, transparent 58%),
    linear-gradient(115deg, transparent 0 50%, rgba(48, 188, 233, 0.055) 50.2% 66%, transparent 66.2% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(247, 252, 253, 0.97) 100%),
    var(--top-area-bg) !important;
}

.hero.section-band::before {
  background-image:
    linear-gradient(118deg, transparent 0 55%, rgba(20, 151, 189, 0.08) 55.1% 64%, transparent 64.1% 100%),
    linear-gradient(32deg, transparent 0 72%, rgba(19, 155, 117, 0.045) 72.1% 79%, transparent 79.1% 100%),
    repeating-linear-gradient(90deg, rgba(20, 151, 189, 0.026) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(20, 151, 189, 0.02) 0 1px, transparent 1px 96px) !important;
  opacity: 0.86 !important;
}

.hero.section-band .hero-brand-visual {
  filter: drop-shadow(0 24px 58px rgba(20, 151, 189, 0.08));
}

:root[data-theme="dark"] .hero.section-band {
  background:
    radial-gradient(circle at 77% 48%, rgba(32, 184, 231, 0.16) 0 18%, rgba(32, 184, 231, 0.07) 34%, transparent 58%),
    linear-gradient(115deg, transparent 0 50%, rgba(32, 184, 231, 0.08) 50.2% 66%, transparent 66.2% 100%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.99) 0%, rgba(13, 20, 30, 0.98) 100%),
    var(--top-area-bg) !important;
}

:root[data-theme="dark"] .hero.section-band::before {
  background-image:
    linear-gradient(118deg, transparent 0 55%, rgba(125, 220, 252, 0.07) 55.1% 64%, transparent 64.1% 100%),
    linear-gradient(32deg, transparent 0 72%, rgba(43, 211, 169, 0.045) 72.1% 79%, transparent 79.1% 100%),
    repeating-linear-gradient(90deg, rgba(125, 220, 252, 0.025) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(125, 220, 252, 0.018) 0 1px, transparent 1px 96px) !important;
}

/* Five-item corporate context menu alignment */
@media (min-width: 1081px) {
  .site-context-menu.is-local-menu[style*="--site-context-items: 5"] {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .site-context-menu.is-local-menu[style*="--site-context-items: 5"] .site-context-nav {
    min-height: 0 !important;
    height: auto !important;
    display: block !important;
    flex: initial !important;
    align-content: start !important;
  }

  .site-context-menu.is-local-menu[style*="--site-context-items: 5"] .site-context-section {
    min-height: 0 !important;
    height: auto !important;
    display: grid !important;
    grid-template-rows: none !important;
    grid-auto-rows: minmax(var(--local-row-height, 54px), auto) !important;
    align-content: start !important;
  }

  .site-context-menu.is-local-menu[style*="--site-context-items: 5"] .site-context-parent {
    min-height: var(--local-row-height, 54px) !important;
    height: auto !important;
    align-content: center !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}

/* Full-screen first viewport heroes for inner pages */
@media (min-width: 1081px) {
  .corporate-hero-modern,
  .contact-hero-modern,
  .page-hero.section-band,
  .corporate-hub-hero,
  .service-detail-hero,
  .route-hub-hero,
  .services-hub-hero,
  .legal-page .corporate-hub-hero,
  .cookie-policy-hero {
    --page-hero-header-offset: 129px;
    height: max(var(--unified-hero-height, 647px), calc(100vh - var(--page-hero-header-offset))) !important;
    min-height: max(var(--unified-hero-height, 647px), calc(100vh - var(--page-hero-header-offset))) !important;
  }

  @supports (height: 100svh) {
    .corporate-hero-modern,
    .contact-hero-modern,
    .page-hero.section-band,
    .corporate-hub-hero,
    .service-detail-hero,
    .route-hub-hero,
    .services-hub-hero,
    .legal-page .corporate-hub-hero,
    .cookie-policy-hero {
      height: max(var(--unified-hero-height, 647px), calc(100svh - var(--page-hero-header-offset))) !important;
      min-height: max(var(--unified-hero-height, 647px), calc(100svh - var(--page-hero-header-offset))) !important;
    }
  }
}

@media (max-width: 1080px) {
  .corporate-hero-modern,
  .contact-hero-modern,
  .page-hero.section-band,
  .corporate-hub-hero,
  .service-detail-hero,
  .route-hub-hero,
  .services-hub-hero,
  .legal-page .corporate-hub-hero,
  .cookie-policy-hero {
    min-height: calc(100svh - 112px) !important;
  }
}

/* Scale hero content with full-screen inner page heroes */
@media (min-width: 1081px) and (min-height: 800px) {
  .corporate-hero-modern,
  .contact-hero-modern,
  .page-hero.section-band,
  .corporate-hub-hero,
  .service-detail-hero,
  .route-hub-hero,
  .services-hub-hero,
  .legal-page .corporate-hub-hero,
  .cookie-policy-hero {
    --page-hero-content-height: clamp(530px, calc(100svh - 250px), 620px);
    --page-context-menu-width: clamp(510px, 29vw, 560px);
    --page-context-row-height: clamp(62px, 7.2vh, 72px);
  }

  .corporate-hero-layout,
  .corporate-hero-modern .corporate-hero-layout,
  .corporate-hub-layout,
  .corporate-hero-modern .corporate-hub-layout,
  .route-hub-layout,
  .corporate-hero-modern .route-hub-layout,
  .service-detail-hero-layout,
  .corporate-hero-modern .service-detail-hero-layout,
  .contact-hero-layout,
  .contact-hero-modern .contact-hero-layout,
  .cookie-policy-hero-layout,
  .blog-coming-soon-page .page-hero.section-band > .container,
  .page-hero.section-band > .container {
    width: min(100% - var(--unified-page-gutter, 72px), 1368px) !important;
    grid-template-columns: minmax(0, 1fr) minmax(430px, var(--page-context-menu-width)) !important;
    gap: clamp(44px, 5vw, 84px) !important;
    min-height: var(--page-hero-content-height) !important;
  }

  .corporate-hero-copy,
  .contact-hero-copy,
  .cookie-policy-hero-copy {
    max-width: 860px !important;
    padding-left: clamp(24px, 2.35vw, 38px) !important;
  }

  .corporate-hero-copy .eyebrow,
  .contact-hero-copy .eyebrow,
  .cookie-policy-hero-copy .eyebrow,
  .page-hero .eyebrow {
    min-height: 32px !important;
    padding: 0 13px !important;
    font-size: 12px !important;
  }

  .corporate-hero-copy h1,
  .contact-hero-copy h1,
  .cookie-policy-hero-copy h1,
  .page-hero h1,
  .route-hub-page .route-hub-hero .corporate-hero-copy h1,
  .services-hub-page .services-hub-hero .corporate-hero-copy h1,
  .service-detail-hero .corporate-hero-copy h1,
  .corporate-hub-hero .corporate-hero-copy h1,
  .legal-page .corporate-hub-hero .corporate-hero-copy h1,
  .faq-page .corporate-hub-hero .corporate-hero-copy h1,
  .private-cloud-service-page .corporate-hero-copy h1,
  .managed-it-page .corporate-hero-copy h1,
  .cloud-access-page .corporate-hero-copy h1,
  .cloud-access-page .service-detail-hero .corporate-hero-copy h1,
  .infrastructure-security-page .service-detail-hero .corporate-hero-copy h1 {
    max-width: 860px !important;
    font-size: clamp(44px, 4.2vw, 68px) !important;
    line-height: 1.02 !important;
  }

  .corporate-hero-copy > p:not(.eyebrow),
  .contact-hero-copy > p:not(.eyebrow),
  .cookie-policy-hero-copy > p:not(.eyebrow),
  .page-hero p:not(.eyebrow),
  .route-hub-page .route-hub-hero .corporate-hero-copy > p:not(.eyebrow),
  .services-hub-page .services-hub-hero .corporate-hero-copy > p:not(.eyebrow),
  .service-detail-hero .corporate-hero-copy > p:not(.eyebrow),
  .corporate-hub-hero .corporate-hero-copy > p:not(.eyebrow),
  .legal-page .corporate-hub-hero .corporate-hero-copy > p:not(.eyebrow),
  .faq-page .corporate-hub-hero .corporate-hero-copy > p:not(.eyebrow),
  .private-cloud-service-page .corporate-hero-copy > p:not(.eyebrow),
  .managed-it-page .corporate-hero-copy > p:not(.eyebrow),
  .cloud-access-page .corporate-hero-copy > p:not(.eyebrow),
  .cloud-access-page .service-detail-hero .corporate-hero-copy > p:not(.eyebrow),
  .infrastructure-security-page .service-detail-hero .corporate-hero-copy > p:not(.eyebrow) {
    max-width: 780px !important;
    margin-top: 22px !important;
    font-size: clamp(17px, 1.15vw, 20px) !important;
    line-height: 1.62 !important;
  }

  .route-process-line,
  .services-process-line,
  .service-detail-signals {
    gap: 12px !important;
    margin-top: 28px !important;
  }

  .route-process-line span,
  .services-process-line span,
  .service-detail-signals span {
    min-height: 34px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
  }

  .site-context-menu,
  .corporate-hero-modern .site-context-menu,
  .page-hero.section-band .site-context-menu,
  .blog-coming-soon-page .blog-context-menu,
  .blog-coming-soon-page .page-hero.section-band .blog-context-menu,
  .cloud-access-page .site-context-menu,
  .cloud-access-page .service-detail-hero .site-context-menu,
  .contact-hero-modern .contact-ops-panel,
  .cookie-policy-control-panel {
    width: min(100%, var(--page-context-menu-width)) !important;
    max-width: var(--page-context-menu-width) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 16px !important;
  }

  .site-context-menu.is-local-menu .site-context-section {
    grid-auto-rows: minmax(var(--page-context-row-height), auto) !important;
    gap: 10px !important;
  }

  .site-context-menu.is-local-menu[style*="--site-context-items: 5"] .site-context-section,
  .blog-coming-soon-page .blog-context-menu .site-context-section {
    grid-auto-rows: minmax(var(--page-context-row-height), auto) !important;
    gap: 10px !important;
  }

  .site-context-menu.is-local-menu .site-context-parent {
    min-height: var(--page-context-row-height) !important;
    grid-template-columns: 44px minmax(0, 1fr) 28px !important;
    gap: 13px !important;
    padding: 11px 13px !important;
  }

  .site-context-menu.is-local-menu[style*="--site-context-items: 5"] .site-context-parent,
  .blog-coming-soon-page .blog-context-menu .site-context-parent {
    min-height: var(--page-context-row-height) !important;
    grid-template-columns: 44px minmax(0, 1fr) 28px !important;
    gap: 13px !important;
    padding: 11px 13px !important;
  }

  .site-context-menu.is-local-menu .site-context-parent > span {
    width: 42px !important;
    height: 42px !important;
  }

  .site-context-menu.is-local-menu .site-context-parent strong {
    font-size: 15px !important;
  }

  .site-context-menu.is-local-menu .site-context-parent small {
    font-size: 12px !important;
  }

  .contact-hero-modern .contact-ops-panel,
  .cookie-policy-control-panel {
    width: min(100%, var(--page-context-menu-width)) !important;
    max-width: var(--page-context-menu-width) !important;
    height: var(--page-hero-content-height) !important;
    min-height: var(--page-hero-content-height) !important;
    max-height: var(--page-hero-content-height) !important;
  }
}

/* Unified legal document redesign */
.legal-page .legal-hero-modern .site-context-menu,
.legal-page .legal-hero-modern .cookie-policy-control-panel {
  display: none !important;
}

.legal-page .legal-hero-layout {
  width: min(100% - var(--unified-page-gutter, 72px), 1368px) !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-content: start !important;
  align-items: center !important;
}

.legal-page .legal-hero-modern .corporate-hero-copy,
.legal-page .legal-hero-modern .cookie-policy-hero-copy {
  width: min(960px, 100%) !important;
  max-width: 960px !important;
  justify-self: start !important;
  padding-left: clamp(24px, 2.35vw, 38px) !important;
  border-left: 1px solid var(--top-area-line-strong, rgba(32, 184, 231, 0.28)) !important;
}

.legal-page .legal-document-section {
  padding: clamp(72px, 8vw, 112px) 0 clamp(84px, 10vw, 132px) !important;
  background:
    linear-gradient(118deg, rgba(32, 184, 231, 0.055) 0 14%, transparent 14.1% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 250, 252, 0.96)),
    var(--sisds-bg, #f7fbfd) !important;
}

.legal-page .legal-redesign-shell {
  width: min(100% - var(--unified-page-gutter, 72px), 1440px) !important;
  display: grid !important;
  grid-template-columns: minmax(320px, 382px) minmax(0, 1fr) !important;
  gap: clamp(24px, 3.2vw, 44px) !important;
  align-items: start !important;
}

.legal-page .legal-document-sidebar {
  position: sticky !important;
  top: calc(var(--legal-sticky-top, 132px) + 10px) !important;
  z-index: 8 !important;
}

.legal-page .legal-document-sidebar-card,
.legal-page .legal-document {
  border: 1px solid rgba(18, 57, 72, 0.12) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 252, 254, 0.94)),
    var(--surface, #ffffff) !important;
  box-shadow:
    0 24px 70px rgba(13, 36, 48, 0.095),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.legal-page .legal-document-sidebar-card {
  display: grid !important;
  grid-template-rows: auto auto auto minmax(0, 1fr) !important;
  max-height: calc(100svh - var(--legal-sticky-top, 132px) - 36px) !important;
  overflow: hidden !important;
}

.legal-page .legal-document-sidebar-head {
  padding: 22px 22px 18px !important;
  border-bottom: 1px solid rgba(18, 57, 72, 0.1) !important;
  background:
    linear-gradient(135deg, rgba(32, 184, 231, 0.09), transparent 66%),
    rgba(255, 255, 255, 0.9) !important;
}

.legal-page .legal-document-sidebar-head span,
.legal-page .legal-document-kicker,
.legal-page .legal-document-search label {
  color: #0788b4 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.legal-page .legal-document-sidebar-head h2 {
  margin: 10px 0 6px !important;
  color: var(--sisds-ink, #0f172a) !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
}

.legal-page .legal-document-sidebar-head p {
  margin: 0 !important;
  color: var(--sisds-muted, #64748b) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.legal-page .legal-document-facts {
  display: grid !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 8px 20px !important;
  border-bottom: 1px solid rgba(18, 57, 72, 0.1) !important;
  background: rgba(32, 184, 231, 0.025) !important;
}

.legal-page .legal-document-facts div {
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 11px 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(18, 57, 72, 0.08) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.legal-page .legal-document-facts div:first-child {
  border-top: 0 !important;
}

.legal-page .legal-document-facts dt {
  color: var(--sisds-muted, #64748b) !important;
  font-size: 10.5px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.legal-page .legal-document-facts dd {
  margin: 0 !important;
  color: var(--sisds-ink, #0f172a) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.32 !important;
  text-align: right !important;
  overflow-wrap: anywhere !important;
}

.legal-page .legal-document-facts a {
  color: #0788b4 !important;
}

.legal-page .legal-document-search {
  margin: 0 !important;
  padding: 18px 20px !important;
  border-bottom: 1px solid rgba(18, 57, 72, 0.1) !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

.legal-page .legal-document-search-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 10px !important;
}

.legal-page .legal-document-search-head > span {
  min-width: 58px !important;
  padding: 5px 8px !important;
  border: 1px solid rgba(32, 184, 231, 0.24) !important;
  border-radius: 6px !important;
  color: #066f94 !important;
  background: rgba(32, 184, 231, 0.08) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-align: center !important;
}

.legal-page .legal-document-search-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 82px !important;
  gap: 8px !important;
}

.legal-page .legal-document-search-field {
  position: relative !important;
  min-width: 0 !important;
}

.legal-page .legal-document-search-field > svg {
  position: absolute !important;
  top: 50% !important;
  left: 13px !important;
  width: 16px !important;
  height: 16px !important;
  color: #0788b4 !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

.legal-page .legal-document-search .legal-document-search-field input {
  width: 100% !important;
  min-height: 46px !important;
  padding: 0 12px 0 40px !important;
  border: 1px solid rgba(18, 57, 72, 0.14) !important;
  border-radius: 8px !important;
  color: var(--sisds-ink, #0f172a) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  font: inherit !important;
  outline: none !important;
}

.legal-page .legal-document-search .legal-document-search-field input:focus {
  border-color: rgba(32, 184, 231, 0.56) !important;
  box-shadow: 0 0 0 4px rgba(32, 184, 231, 0.12) !important;
}

.legal-page .legal-document-search-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-width: 0 !important;
  min-height: 46px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(32, 184, 231, 0.42) !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #20b8e7, #0d8dbc) !important;
  box-shadow: 0 12px 28px rgba(32, 184, 231, 0.22) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.legal-page .legal-document-search-submit:hover,
.legal-page .legal-document-search-submit:focus-visible {
  border-color: rgba(13, 141, 188, 0.7) !important;
  background: linear-gradient(135deg, #34c6f1, #087faa) !important;
  outline: none !important;
  transform: translateY(-1px) !important;
}

.legal-page .legal-document-search-submit svg,
.legal-page .legal-document-search-nav svg {
  width: 15px !important;
  height: 15px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.4 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.legal-page .legal-document-search-nav {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
  margin-top: 10px !important;
  padding: 8px !important;
  border: 1px solid rgba(18, 57, 72, 0.1) !important;
  border-radius: 8px !important;
  background: rgba(18, 57, 72, 0.025) !important;
}

.legal-page .legal-document-search-nav > span {
  color: var(--sisds-muted, #64748b) !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  text-align: left !important;
}

.legal-page .legal-document-search-nav > div {
  display: inline-flex !important;
  overflow: hidden !important;
  border: 1px solid rgba(18, 57, 72, 0.12) !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.66) !important;
}

.legal-page .legal-document-search-nav button {
  display: grid !important;
  place-items: center !important;
  width: 36px !important;
  min-height: 32px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #0788b4 !important;
  background: transparent !important;
  cursor: pointer !important;
}

.legal-page .legal-document-search-nav button + button {
  border-left: 1px solid rgba(18, 57, 72, 0.1) !important;
}

.legal-page .legal-document-search-nav button:disabled {
  color: rgba(86, 100, 114, 0.42) !important;
  cursor: not-allowed !important;
}

.legal-page .legal-document-search-result {
  min-height: 18px !important;
  margin: 9px 0 0 !important;
  color: var(--sisds-muted, #64748b) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
}

.legal-page .legal-document-toc {
  min-height: 0 !important;
  overflow: auto !important;
  padding: 12px !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(32, 184, 231, 0.45) transparent !important;
}

.legal-page .legal-document-toc a {
  min-height: 46px !important;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 9px 10px !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  color: var(--sisds-ink, #0f172a) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.legal-page .legal-document-toc a + a {
  margin-top: 4px !important;
}

.legal-page .legal-document-toc a:hover,
.legal-page .legal-document-toc a:focus-visible,
.legal-page .legal-document-toc a.is-active {
  border-color: rgba(32, 184, 231, 0.22) !important;
  color: #066f94 !important;
  background: rgba(32, 184, 231, 0.08) !important;
  outline: none !important;
}

.legal-page .legal-document-toc span {
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  border: 1px solid rgba(32, 184, 231, 0.18) !important;
  border-radius: 8px !important;
  color: #0788b4 !important;
  background: rgba(32, 184, 231, 0.075) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.legal-page .legal-document-toc strong {
  min-width: 0 !important;
  font-size: 13.2px !important;
  font-weight: 850 !important;
  line-height: 1.24 !important;
  overflow-wrap: anywhere !important;
}

.legal-page .legal-document-cover {
  padding: clamp(34px, 5vw, 58px) !important;
  border-bottom: 1px solid rgba(18, 57, 72, 0.1) !important;
  background:
    linear-gradient(135deg, rgba(32, 184, 231, 0.11), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 253, 0.88)) !important;
}

.legal-page .legal-document-cover h2 {
  max-width: 980px !important;
  margin: 0 !important;
  color: var(--sisds-ink, #0f172a) !important;
  font-size: clamp(34px, 4.3vw, 56px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.legal-page .legal-document-status {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: clamp(24px, 3vw, 36px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(18, 57, 72, 0.11) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.76) !important;
}

.legal-page .legal-document-status div {
  min-width: 0 !important;
  padding: 17px 18px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.legal-page .legal-document-status div + div {
  border-left: 1px solid rgba(18, 57, 72, 0.1) !important;
}

.legal-page .legal-document-status span {
  display: block !important;
  color: var(--sisds-muted, #64748b) !important;
  font-size: 11.5px !important;
  font-weight: 850 !important;
}

.legal-page .legal-document-status strong {
  display: block !important;
  margin-top: 5px !important;
  color: var(--sisds-ink, #0f172a) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.28 !important;
  overflow-wrap: anywhere !important;
}

.legal-page .legal-document-blocks {
  padding: clamp(30px, 4.4vw, 58px) !important;
}

.legal-page .legal-document-block {
  scroll-margin-top: var(--legal-anchor-offset, 140px) !important;
  padding: clamp(26px, 3.2vw, 42px) !important;
  border: 1px solid rgba(18, 57, 72, 0.09) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.68) !important;
  box-shadow: 0 14px 38px rgba(13, 36, 48, 0.055) !important;
}

.legal-page .legal-document-block + .legal-document-block {
  margin-top: 18px !important;
}

.legal-page .legal-document-block h2 {
  margin: 0 0 16px !important;
  color: var(--sisds-ink, #0f172a) !important;
  font-size: clamp(25px, 2.45vw, 36px) !important;
  line-height: 1.16 !important;
}

.legal-page .legal-document-block p,
.legal-page .legal-document-block li {
  color: var(--sisds-muted, #64748b) !important;
  font-size: clamp(15.5px, 1.05vw, 17px) !important;
  font-weight: 560 !important;
  line-height: 1.72 !important;
}

.legal-page .legal-document-block p {
  margin: 12px 0 0 !important;
}

.legal-page .legal-text-subtitle {
  margin: 26px 0 0 !important;
  padding: 12px 0 12px 16px !important;
  border: 0 !important;
  border-left: 3px solid #20b8e7 !important;
  border-radius: 0 8px 8px 0 !important;
  color: var(--sisds-ink, #0f172a) !important;
  background: linear-gradient(90deg, rgba(32, 184, 231, 0.095), transparent 76%) !important;
  font-size: clamp(18px, 1.6vw, 22px) !important;
  line-height: 1.28 !important;
}

.legal-page .legal-text-list {
  display: grid !important;
  gap: 7px !important;
  margin: 16px 0 0 !important;
  padding: 16px 18px 16px 30px !important;
  border: 1px solid rgba(18, 57, 72, 0.09) !important;
  border-radius: 10px !important;
  background: rgba(32, 184, 231, 0.035) !important;
}

.legal-page .legal-document-block.is-search-match {
  border-color: rgba(32, 184, 231, 0.34) !important;
  background:
    linear-gradient(90deg, rgba(32, 184, 231, 0.075), rgba(255, 255, 255, 0.72) 48%),
    rgba(255, 255, 255, 0.72) !important;
}

.legal-page .legal-search-highlight {
  scroll-margin-top: var(--legal-anchor-offset, 140px) !important;
  padding: 0 0.14em !important;
  border-radius: 4px !important;
  color: #102733 !important;
  background: rgba(255, 215, 89, 0.7) !important;
  box-shadow: inset 0 -1px 0 rgba(146, 94, 0, 0.34) !important;
  font-weight: 850 !important;
}

.legal-page .legal-search-highlight.is-current {
  color: #071923 !important;
  background: rgba(255, 184, 37, 0.92) !important;
  box-shadow:
    inset 0 -1px 0 rgba(120, 78, 0, 0.42),
    0 0 0 3px rgba(255, 184, 37, 0.24) !important;
}

:root[data-theme="dark"] .legal-page .legal-document-section {
  background:
    linear-gradient(118deg, rgba(32, 184, 231, 0.07) 0 14%, transparent 14.1% 100%),
    linear-gradient(180deg, rgba(8, 15, 27, 0.96), rgba(10, 18, 31, 0.98)),
    var(--page-bg, #0f172a) !important;
}

:root[data-theme="dark"] .legal-page .legal-document-sidebar-card,
:root[data-theme="dark"] .legal-page .legal-document {
  border-color: rgba(148, 189, 210, 0.16) !important;
  background:
    linear-gradient(180deg, rgba(16, 27, 42, 0.98), rgba(11, 20, 34, 0.96)),
    var(--surface, #111827) !important;
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

:root[data-theme="dark"] .legal-page .legal-document-sidebar-head,
:root[data-theme="dark"] .legal-page .legal-document-search,
:root[data-theme="dark"] .legal-page .legal-document-cover {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background:
    linear-gradient(135deg, rgba(32, 184, 231, 0.11), transparent 64%),
    rgba(15, 24, 38, 0.9) !important;
}

:root[data-theme="dark"] .legal-page .legal-document-facts,
:root[data-theme="dark"] .legal-page .legal-document-search-nav {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

:root[data-theme="dark"] .legal-page .legal-document-facts div,
:root[data-theme="dark"] .legal-page .legal-document-status div + div,
:root[data-theme="dark"] .legal-page .legal-document-search-nav button + button {
  border-color: rgba(255, 255, 255, 0.09) !important;
}

:root[data-theme="dark"] .legal-page .legal-document-search .legal-document-search-field input,
:root[data-theme="dark"] .legal-page .legal-document-search-nav > div,
:root[data-theme="dark"] .legal-page .legal-document-status,
:root[data-theme="dark"] .legal-page .legal-document-block {
  border-color: rgba(255, 255, 255, 0.11) !important;
  background: rgba(255, 255, 255, 0.045) !important;
}

:root[data-theme="dark"] .legal-page .legal-document-cover h2,
:root[data-theme="dark"] .legal-page .legal-document-sidebar-head h2,
:root[data-theme="dark"] .legal-page .legal-document-status strong,
:root[data-theme="dark"] .legal-page .legal-document-facts dd,
:root[data-theme="dark"] .legal-page .legal-document-block h2,
:root[data-theme="dark"] .legal-page .legal-text-subtitle,
:root[data-theme="dark"] .legal-page .legal-document-toc a {
  color: #f8fafc !important;
}

:root[data-theme="dark"] .legal-page .legal-document-sidebar-head p,
:root[data-theme="dark"] .legal-page .legal-document-status span,
:root[data-theme="dark"] .legal-page .legal-document-block p,
:root[data-theme="dark"] .legal-page .legal-document-block li,
:root[data-theme="dark"] .legal-page .legal-document-search-result,
:root[data-theme="dark"] .legal-page .legal-document-search-nav > span {
  color: #a8b7c8 !important;
}

:root[data-theme="dark"] .legal-page .legal-text-list,
:root[data-theme="dark"] .legal-page .legal-document-toc a:hover,
:root[data-theme="dark"] .legal-page .legal-document-toc a:focus-visible,
:root[data-theme="dark"] .legal-page .legal-document-toc a.is-active {
  border-color: rgba(32, 184, 231, 0.18) !important;
  background: rgba(32, 184, 231, 0.08) !important;
}

@media (max-width: 1080px) {
  .legal-page .legal-redesign-shell {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .legal-page .legal-document-sidebar {
    position: static !important;
  }

  .legal-page .legal-document-sidebar-card {
    max-height: none !important;
  }

  .legal-page .legal-document-toc {
    max-height: 420px !important;
  }
}

@media (max-width: 720px) {
  .legal-page .legal-hero-layout,
  .legal-page .legal-redesign-shell {
    width: min(100% - 28px, 100%) !important;
  }

  .legal-page .legal-document-facts div,
  .legal-page .legal-document-search-row,
  .legal-page .legal-document-status {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .legal-page .legal-document-facts dd {
    text-align: left !important;
  }

  .legal-page .legal-document-status div + div {
    border-left: 0 !important;
    border-top: 1px solid rgba(18, 57, 72, 0.1) !important;
  }

  .legal-page .legal-document-search-submit {
    width: 100% !important;
  }

  .legal-page .legal-document-cover,
  .legal-page .legal-document-blocks {
    padding: 20px !important;
  }

  .legal-page .legal-document-block {
    padding: 20px !important;
  }
}

/* KVKK keeps the subpage hero menu like the other corporate pages */
.kvkk-page .legal-hero-modern .site-context-menu {
  display: flex !important;
  align-self: center !important;
  justify-self: center !important;
  width: min(100%, var(--page-context-menu-width, 560px)) !important;
  max-width: var(--page-context-menu-width, 560px) !important;
}

.kvkk-page .legal-hero-layout {
  grid-template-columns: minmax(0, 1fr) minmax(430px, var(--page-context-menu-width, 560px)) !important;
  gap: clamp(44px, 5vw, 84px) !important;
}

@media (max-width: 1080px) {
  .kvkk-page .legal-hero-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

.kvkk-page .legal-hero-modern .site-context-menu {
  width: 100% !important;
  max-width: none !important;
  justify-self: stretch !important;
  }
}

/* Technology capabilities page redesign */
.technology-page {
  --tech-page-bg: #f5f8fb;
  --tech-surface: rgba(255, 255, 255, 0.92);
  --tech-surface-strong: #ffffff;
  --tech-ink: #0f172a;
  --tech-muted: #5f6f7d;
  --tech-border: rgba(15, 39, 55, 0.12);
  --tech-border-strong: rgba(18, 154, 196, 0.28);
  --tech-cyan: #129ac4;
  --tech-green: #139b75;
  --tech-gold: #a36f18;
  --tech-shadow: 0 20px 58px rgba(15, 35, 50, 0.09);
  --tech-card-shadow: 0 12px 30px rgba(15, 35, 50, 0.065);
  background: var(--tech-page-bg) !important;
}

.technology-page .tech-capability-brief,
.technology-page .tech-stack-section,
.technology-page .tech-modern-contact {
  position: relative !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(118deg, rgba(18, 154, 196, 0.055) 0 16%, transparent 16.1% 100%),
    repeating-linear-gradient(90deg, rgba(15, 39, 55, 0.032) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(15, 39, 55, 0.024) 0 1px, transparent 1px 96px),
    linear-gradient(180deg, #f9fcfd 0%, var(--tech-page-bg) 100%) !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.technology-page .tech-capability-brief::before,
.technology-page .tech-stack-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.72 !important;
  background:
    linear-gradient(120deg, transparent 0 54%, rgba(18, 154, 196, 0.08) 54.1% 62%, transparent 62.1% 100%),
    linear-gradient(34deg, transparent 0 75%, rgba(19, 155, 117, 0.055) 75.1% 82%, transparent 82.1% 100%) !important;
  mask-image: none !important;
  pointer-events: none !important;
}

.technology-page .tech-capability-brief {
  padding-top: clamp(62px, 7vw, 94px) !important;
  padding-bottom: clamp(58px, 6.6vw, 88px) !important;
  border-top: 1px solid rgba(18, 154, 196, 0.12) !important;
}

.technology-page .tech-capability-brief-layout {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.54fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: center !important;
}

.technology-page .tech-capability-copy {
  max-width: 820px !important;
}

.technology-page .tech-capability-copy h2,
.technology-page .tech-stack-head h2 {
  max-width: 880px !important;
  margin: 0 !important;
  color: var(--tech-ink) !important;
  font-size: clamp(32px, 3.55vw, 52px) !important;
  font-weight: 820 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.technology-page .tech-capability-copy p:not(.eyebrow),
.technology-page .tech-stack-head p:not(.eyebrow) {
  max-width: 780px !important;
  color: var(--tech-muted) !important;
  font-size: clamp(15.5px, 1.16vw, 17px) !important;
  font-weight: 620 !important;
  line-height: 1.72 !important;
}

.technology-page .tech-capability-copy .tech-capability-statement {
  margin-top: 24px !important;
  padding: 18px 20px 18px 22px !important;
  border: 1px solid var(--tech-border-strong) !important;
  border-left: 4px solid var(--tech-green) !important;
  border-radius: 8px !important;
  color: var(--tech-ink) !important;
  background:
    linear-gradient(90deg, rgba(19, 155, 117, 0.105), rgba(255, 255, 255, 0.86)),
    var(--tech-surface-strong) !important;
  box-shadow: var(--tech-card-shadow) !important;
  font-size: clamp(16px, 1.18vw, 18px) !important;
  font-weight: 800 !important;
}

.technology-page .tech-capability-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.technology-page .tech-capability-tags span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(18, 154, 196, 0.18);
  border-radius: 6px;
  color: #0d6f87;
  background: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 780;
}

.technology-page .tech-command-board {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 2.1vw, 24px);
  border: 1px solid var(--tech-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(18, 154, 196, 0.09), transparent 56%),
    var(--tech-surface);
  box-shadow: var(--tech-shadow);
}

.technology-page .tech-command-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--tech-border);
}

.technology-page .tech-command-board-head span,
.technology-page .tech-logo-role {
  color: var(--tech-cyan);
  font-size: 11px;
  font-weight: 840;
  letter-spacing: 0;
  text-transform: uppercase;
}

.technology-page .tech-command-board-head strong {
  color: var(--tech-green);
  font-size: 13px;
  font-weight: 820;
  white-space: nowrap;
}

.technology-page .tech-command-logo-cluster {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.technology-page .tech-command-logo-cluster img {
  width: 100%;
  height: 66px;
  object-fit: contain;
  padding: 13px 12px;
  border: 1px solid rgba(15, 39, 55, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.technology-page .tech-capability-metrics {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden;
  border: 1px solid var(--tech-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.technology-page .tech-capability-metrics div {
  min-height: 88px !important;
  display: grid !important;
  align-content: center !important;
  gap: 6px !important;
  padding: 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.technology-page .tech-capability-metrics div + div {
  border-left: 1px solid var(--tech-border) !important;
}

.technology-page .tech-capability-metrics strong {
  color: var(--tech-ink) !important;
  font-size: clamp(22px, 2.1vw, 30px) !important;
  line-height: 1 !important;
}

.technology-page .tech-capability-metrics span,
.technology-page .tech-category-head > span {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.technology-page .tech-capability-metrics span {
  color: var(--tech-muted) !important;
  font-size: 11px !important;
  font-weight: 820 !important;
  line-height: 1.32 !important;
  text-transform: uppercase !important;
}

.technology-page .tech-stack-section {
  padding-top: clamp(64px, 7vw, 96px) !important;
  padding-bottom: clamp(70px, 7.8vw, 108px) !important;
  background:
    linear-gradient(180deg, #eef6f9 0%, #f8fbfd 44%, #ffffff 100%) !important;
}

.technology-page .tech-stack-head {
  position: relative !important;
  z-index: 1 !important;
  max-width: 960px !important;
  margin-bottom: clamp(28px, 4vw, 48px) !important;
}

.technology-page .tech-stack-head h2.tech-stack-title-single {
  white-space: normal !important;
  text-wrap: balance !important;
}

.technology-page .tech-category-list {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  gap: 16px !important;
}

.technology-page .tech-category {
  --tech-accent: var(--tech-cyan);
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr) !important;
  gap: clamp(20px, 3vw, 36px) !important;
  align-items: start !important;
  margin: 0 !important;
  padding: clamp(20px, 2.6vw, 30px) !important;
  border: 1px solid var(--tech-border) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--tech-accent) 7%, transparent), transparent 42%),
    var(--tech-surface-strong) !important;
  box-shadow: var(--tech-card-shadow) !important;
  overflow: hidden !important;
}

.technology-page .tech-category:nth-child(2) {
  --tech-accent: var(--tech-green);
}

.technology-page .tech-category:nth-child(3) {
  --tech-accent: #6f63c6;
}

.technology-page .tech-category:nth-child(4) {
  --tech-accent: #276fe6;
}

.technology-page .tech-category:nth-child(5) {
  --tech-accent: var(--tech-gold);
}

.technology-page .tech-category:nth-child(6) {
  --tech-accent: #c45d2d;
}

.technology-page .tech-category:nth-child(7) {
  --tech-accent: #475569;
}

.technology-page .tech-category::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--tech-accent);
}

.technology-page .tech-category:last-child {
  border-bottom: 1px solid var(--tech-border) !important;
}

.technology-page .tech-category-head {
  position: relative !important;
  top: auto !important;
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: start !important;
}

.technology-page .tech-category-head > span {
  width: 46px !important;
  height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid color-mix(in srgb, var(--tech-accent) 26%, transparent) !important;
  border-radius: 8px !important;
  color: var(--tech-accent) !important;
  background: color-mix(in srgb, var(--tech-accent) 9%, white) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

.technology-page .tech-category-head h3 {
  margin: 0 !important;
  color: var(--tech-ink) !important;
  font-size: clamp(20px, 1.8vw, 28px) !important;
  font-weight: 820 !important;
  line-height: 1.1 !important;
}

.technology-page .tech-category-head p {
  margin: 9px 0 0 !important;
  color: var(--tech-muted) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.52 !important;
}

.technology-page .tech-logo-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)) !important;
  gap: 10px !important;
}

.technology-page .tech-logo-tile {
  min-height: 126px !important;
  display: grid !important;
  grid-template-rows: 58px auto 18px !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 16px 12px 12px !important;
  border: 1px solid rgba(15, 39, 55, 0.095) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%) !important;
  box-shadow: none !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

.technology-page .tech-logo-tile::before {
  display: none !important;
}

.technology-page .tech-logo-tile:hover {
  border-color: color-mix(in srgb, var(--tech-accent) 48%, rgba(15, 39, 55, 0.1)) !important;
  box-shadow: 0 16px 34px color-mix(in srgb, var(--tech-accent) 16%, transparent) !important;
  transform: translateY(-3px) !important;
}

.technology-page .tech-logo-tile img {
  width: 100% !important;
  height: 52px !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: saturate(1.04) contrast(1.02) !important;
}

.technology-page .tech-logo-tile figcaption {
  min-height: 0 !important;
  display: block !important;
  color: var(--tech-ink) !important;
  font-size: 13px !important;
  font-weight: 820 !important;
  line-height: 1.22 !important;
  text-align: center !important;
}

.technology-page .tech-logo-role {
  display: block;
  min-width: 0;
  color: var(--tech-muted) !important;
  font-size: 10.5px !important;
  font-weight: 760 !important;
  line-height: 1.2;
  text-align: center;
  text-transform: none !important;
  overflow-wrap: anywhere;
}

.technology-page .tech-modern-contact {
  background:
    linear-gradient(118deg, rgba(19, 155, 117, 0.055) 0 18%, transparent 18.1% 100%),
    linear-gradient(180deg, #ffffff 0%, #f3f8fb 100%) !important;
}

.technology-page .tech-modern-contact .about-contact-panel {
  border-radius: 8px !important;
  border-color: var(--tech-border) !important;
  background:
    linear-gradient(135deg, rgba(18, 154, 196, 0.08), transparent 58%),
    var(--tech-surface) !important;
  box-shadow: var(--tech-shadow) !important;
}

.technology-page .tech-modern-contact .about-contact-card,
.technology-page .tech-modern-contact .about-contact-assurance div,
.technology-page .tech-modern-contact .about-contact-phone {
  border-radius: 8px !important;
}

:root[data-theme="dark"] .technology-page {
  --tech-page-bg: #0f172a;
  --tech-surface: rgba(15, 23, 42, 0.86);
  --tech-surface-strong: rgba(15, 23, 42, 0.94);
  --tech-ink: #f8fafc;
  --tech-muted: #cbd5e1;
  --tech-border: rgba(226, 232, 240, 0.14);
  --tech-border-strong: rgba(125, 220, 252, 0.28);
  --tech-cyan: #7ddcff;
  --tech-green: #6ee7b7;
  --tech-gold: #f6c76b;
  --tech-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --tech-card-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
}

:root[data-theme="dark"] .technology-page .tech-capability-brief,
:root[data-theme="dark"] .technology-page .tech-stack-section,
:root[data-theme="dark"] .technology-page .tech-modern-contact {
  background:
    linear-gradient(118deg, rgba(125, 220, 252, 0.07) 0 16%, transparent 16.1% 100%),
    repeating-linear-gradient(90deg, rgba(226, 232, 240, 0.035) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(226, 232, 240, 0.026) 0 1px, transparent 1px 96px),
    linear-gradient(180deg, #0f172a 0%, #111827 100%) !important;
}

:root[data-theme="dark"] .technology-page .tech-capability-copy .tech-capability-statement,
:root[data-theme="dark"] .technology-page .tech-command-board,
:root[data-theme="dark"] .technology-page .tech-category,
:root[data-theme="dark"] .technology-page .tech-modern-contact .about-contact-panel {
  background:
    linear-gradient(135deg, rgba(125, 220, 252, 0.08), transparent 58%),
    var(--tech-surface-strong) !important;
}

:root[data-theme="dark"] .technology-page .tech-capability-tags span,
:root[data-theme="dark"] .technology-page .tech-command-logo-cluster img,
:root[data-theme="dark"] .technology-page .tech-capability-metrics,
:root[data-theme="dark"] .technology-page .tech-logo-tile {
  border-color: var(--tech-border) !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

:root[data-theme="dark"] .technology-page .tech-command-logo-cluster img,
:root[data-theme="dark"] .technology-page .tech-logo-tile img {
  filter: saturate(1.12) contrast(1.08) brightness(1.08) drop-shadow(0 0 7px rgba(255, 255, 255, 0.14)) !important;
}

:root[data-theme="dark"] .technology-page .tech-command-logo-cluster img[src*="apple.png"],
:root[data-theme="dark"] .technology-page .tech-command-logo-cluster img[src*="CISCO.png"],
:root[data-theme="dark"] .technology-page .tech-logo-tile img[src*="acronis.png"],
:root[data-theme="dark"] .technology-page .tech-logo-tile img[src*="apple.png"],
:root[data-theme="dark"] .technology-page .tech-logo-tile img[src*="asus.png"],
:root[data-theme="dark"] .technology-page .tech-logo-tile img[src*="brother.png"],
:root[data-theme="dark"] .technology-page .tech-logo-tile img[src*="CISCO.png"],
:root[data-theme="dark"] .technology-page .tech-logo-tile img[src*="citirx.png"],
:root[data-theme="dark"] .technology-page .tech-logo-tile img[src*="logitech.png"],
:root[data-theme="dark"] .technology-page .tech-logo-tile img[src*="samsung.png"],
:root[data-theme="dark"] .technology-page .tech-logo-tile img[src*="unifi.png"] {
  filter: brightness(0) invert(1) drop-shadow(0 0 8px rgba(125, 220, 252, 0.14)) !important;
}

@media (max-width: 1080px) {
  .technology-page .tech-capability-brief-layout,
  .technology-page .tech-category {
    grid-template-columns: 1fr !important;
  }

  .technology-page .tech-command-board {
    max-width: 680px;
  }
}

@media (max-width: 720px) {
  .technology-page .tech-capability-brief,
  .technology-page .tech-stack-section {
    padding-top: 52px !important;
    padding-bottom: 56px !important;
  }

  .technology-page .tech-command-logo-cluster,
  .technology-page .tech-capability-metrics {
    grid-template-columns: 1fr 1fr !important;
  }

  .technology-page .tech-capability-metrics div + div {
    border-left: 0 !important;
    border-top: 1px solid var(--tech-border) !important;
  }

  .technology-page .tech-capability-metrics div:nth-child(2) {
    border-top: 0 !important;
    border-left: 1px solid var(--tech-border) !important;
  }

  .technology-page .tech-category {
    padding: 18px !important;
  }

  .technology-page .tech-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 460px) {
  .technology-page .tech-command-logo-cluster,
  .technology-page .tech-capability-metrics,
  .technology-page .tech-logo-grid {
    grid-template-columns: 1fr !important;
  }

  .technology-page .tech-capability-metrics div:nth-child(2) {
    border-left: 0 !important;
    border-top: 1px solid var(--tech-border) !important;
  }

  .technology-page .tech-logo-tile {
    min-height: 118px !important;
  }
}

/* Technology capabilities premium iteration */
.technology-page .tech-command-board {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.technology-page .tech-command-board::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(118deg, rgba(18, 154, 196, 0.11) 0 22%, transparent 22.2% 100%),
    linear-gradient(34deg, transparent 0 72%, rgba(19, 155, 117, 0.085) 72.2% 81%, transparent 81.2% 100%);
  pointer-events: none;
}

.technology-page .tech-command-logo-cluster {
  gap: 10px !important;
}

.technology-page .tech-command-logo-cluster img {
  height: 72px !important;
  padding: 14px !important;
  border-color: rgba(15, 39, 55, 0.105) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.technology-page .tech-command-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  padding: 8px;
  border: 1px solid var(--tech-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.technology-page .tech-command-flow span {
  min-width: 0;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid rgba(18, 154, 196, 0.13);
  border-radius: 6px;
  color: var(--tech-ink);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 250, 252, 0.86));
  font-size: 11px;
  font-weight: 820;
  line-height: 1;
  text-align: center;
  overflow-wrap: anywhere;
}

.technology-page .tech-category-index {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin: -14px 0 clamp(18px, 3vw, 30px);
  padding: 10px;
  border: 1px solid var(--tech-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--tech-card-shadow);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.technology-page .tech-category-index a {
  min-width: 0;
  min-height: 72px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 5px 9px;
  align-content: center;
  padding: 11px 10px;
  border: 1px solid rgba(15, 39, 55, 0.08);
  border-radius: 8px;
  color: var(--tech-ink);
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.technology-page .tech-category-index a:hover,
.technology-page .tech-category-index a:focus-visible {
  border-color: var(--tech-border-strong);
  box-shadow: 0 14px 30px rgba(18, 154, 196, 0.1);
  transform: translateY(-2px);
  outline: none;
}

.technology-page .tech-category-index span {
  grid-row: 1 / 3;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(18, 154, 196, 0.18);
  border-radius: 7px;
  color: var(--tech-cyan);
  background: rgba(18, 154, 196, 0.075);
  font-size: 10.5px;
  font-weight: 860;
}

.technology-page .tech-category-index strong {
  min-width: 0;
  color: var(--tech-ink);
  font-size: 12.5px;
  font-weight: 820;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.technology-page .tech-category-index small {
  min-width: 0;
  color: var(--tech-muted);
  font-size: 10.5px;
  font-weight: 760;
  line-height: 1.15;
}

.technology-page .tech-category {
  scroll-margin-top: 142px;
  grid-template-columns: minmax(286px, 0.31fr) minmax(0, 1fr) !important;
  padding: clamp(22px, 2.55vw, 32px) clamp(20px, 2.35vw, 30px) !important;
  border-color: rgba(15, 39, 55, 0.1) !important;
  box-shadow:
    0 18px 46px rgba(15, 35, 50, 0.072),
    inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

.technology-page .tech-category::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--tech-accent) 44%, transparent), transparent 64%);
  pointer-events: none;
}

.technology-page .tech-category-head {
  align-content: start !important;
}

.technology-page .tech-category-head > span {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 10px 22px color-mix(in srgb, var(--tech-accent) 11%, transparent) !important;
}

.technology-page .tech-category-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}

.technology-page .tech-category-meta span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid color-mix(in srgb, var(--tech-accent) 20%, transparent);
  border-radius: 6px;
  color: color-mix(in srgb, var(--tech-accent) 78%, #0f172a);
  background: color-mix(in srgb, var(--tech-accent) 8%, white);
  font-size: 11px;
  font-weight: 820;
  line-height: 1;
}

.technology-page .tech-logo-grid {
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr)) !important;
  gap: 12px !important;
}

.technology-page .tech-logo-tile {
  position: relative !important;
  min-height: 136px !important;
  grid-template-rows: 64px auto 18px !important;
  padding: 17px 13px 13px !important;
  border-color: rgba(15, 39, 55, 0.1) !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 8px 20px rgba(15, 35, 50, 0.035) !important;
}

.technology-page .tech-logo-tile::after {
  content: "";
  position: absolute;
  inset: 0 12px auto;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: var(--tech-accent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.technology-page .tech-logo-tile:hover::after {
  opacity: 0.72;
}

.technology-page .tech-logo-tile img {
  width: min(100%, 150px) !important;
  max-width: 100%;
  height: 58px !important;
  justify-self: center;
}

.technology-page .tech-logo-tile figcaption {
  font-size: 13.4px !important;
}

.technology-page .tech-logo-role {
  color: color-mix(in srgb, var(--tech-muted) 88%, var(--tech-accent)) !important;
}

:root[data-theme="dark"] .technology-page .tech-command-board::before {
  background:
    linear-gradient(118deg, rgba(125, 220, 252, 0.09) 0 22%, transparent 22.2% 100%),
    linear-gradient(34deg, transparent 0 72%, rgba(110, 231, 183, 0.06) 72.2% 81%, transparent 81.2% 100%);
}

:root[data-theme="dark"] .technology-page .tech-command-flow,
:root[data-theme="dark"] .technology-page .tech-category-index {
  border-color: var(--tech-border);
  background: rgba(15, 23, 42, 0.78);
}

:root[data-theme="dark"] .technology-page .tech-command-flow span,
:root[data-theme="dark"] .technology-page .tech-category-index a,
:root[data-theme="dark"] .technology-page .tech-category-meta span {
  border-color: rgba(226, 232, 240, 0.12);
  color: var(--tech-ink);
  background: rgba(255, 255, 255, 0.055);
}

:root[data-theme="dark"] .technology-page .tech-category-index span {
  border-color: rgba(125, 220, 252, 0.18);
  color: var(--tech-cyan);
  background: rgba(125, 220, 252, 0.08);
}

:root[data-theme="dark"] .technology-page .tech-category {
  border-color: rgba(226, 232, 240, 0.14) !important;
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

:root[data-theme="dark"] .technology-page .tech-logo-tile {
  border-color: rgba(226, 232, 240, 0.13) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.045)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 12px 28px rgba(0, 0, 0, 0.22) !important;
}

@media (max-width: 1180px) {
  .technology-page .tech-category-index {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .technology-page .tech-category {
    grid-template-columns: minmax(0, 1fr) !important;
    scroll-margin-top: 92px;
  }
}

@media (max-width: 720px) {
  .technology-page .tech-command-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technology-page .tech-command-flow span:last-child {
    grid-column: 1 / -1;
  }

  .technology-page .tech-category-index {
    display: flex;
    gap: 8px;
    margin-top: -8px;
    overflow-x: auto;
    padding: 8px;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }

  .technology-page .tech-category-index a {
    min-width: 162px;
    scroll-snap-align: start;
  }

  .technology-page .tech-category-meta {
    margin-top: 12px;
  }

  .technology-page .tech-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .technology-page .tech-logo-tile {
    min-height: 126px !important;
    grid-template-rows: 56px auto 18px !important;
    padding: 14px 10px 12px !important;
  }

  .technology-page .tech-logo-tile img {
    height: 50px !important;
  }
}

@media (max-width: 460px) {
  .technology-page .tech-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .technology-page .tech-logo-tile figcaption {
    font-size: 12.5px !important;
  }

  .technology-page .tech-logo-role {
    font-size: 10px !important;
  }
}

/* Light theme hero surface unification */
:root:not([data-theme="dark"]) .corporate-hero-modern,
:root:not([data-theme="dark"]) .contact-hero-modern,
:root:not([data-theme="dark"]) .page-hero.section-band {
  background:
    radial-gradient(circle at 74% 47%, rgba(32, 184, 231, 0.085) 0 18%, rgba(32, 184, 231, 0.038) 35%, transparent 60%),
    radial-gradient(circle at 24% 58%, rgba(19, 155, 117, 0.042) 0 16%, transparent 44%),
    linear-gradient(116deg, transparent 0 42%, rgba(32, 184, 231, 0.038) 42.2% 66%, transparent 66.2% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(247, 252, 253, 0.985) 100%),
    var(--top-area-bg, #f7faf9) !important;
}

:root:not([data-theme="dark"]) .corporate-hero-modern::before,
:root:not([data-theme="dark"]) .contact-hero-modern::before,
:root:not([data-theme="dark"]) .page-hero.section-band::before {
  background-image:
    linear-gradient(118deg, transparent 0 52%, rgba(20, 151, 189, 0.052) 52.1% 62%, transparent 62.1% 100%),
    linear-gradient(32deg, transparent 0 72%, rgba(19, 155, 117, 0.036) 72.1% 79%, transparent 79.1% 100%),
    repeating-linear-gradient(90deg, rgba(20, 151, 189, 0.024) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(20, 151, 189, 0.018) 0 1px, transparent 1px 96px) !important;
  opacity: 0.82 !important;
}

/* Home consultation WhatsApp action */
.consultation-actions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px !important;
  width: min(100%, 880px);
  max-width: 880px;
}

.consultation-action {
  width: 100%;
  min-height: 76px;
  min-width: 0 !important;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-content: center;
  padding: 10px 14px;
}

.consultation-action strong {
  font-size: clamp(13px, 0.82vw, 15px);
  line-height: 1.12;
}

.consultation-action small {
  font-size: clamp(10.5px, 0.66vw, 12px);
  line-height: 1.18;
}

.consultation-action .action-icon {
  width: 42px;
  height: 42px;
}

.consultation-action.whatsapp {
  border-color: rgba(34, 197, 94, 0.34);
  background:
    linear-gradient(135deg, rgba(236, 253, 245, 0.92), rgba(255, 255, 255, 0.78));
  box-shadow:
    0 18px 46px rgba(21, 128, 61, 0.095),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.consultation-action.whatsapp .action-icon {
  color: #16a34a;
  background: rgba(34, 197, 94, 0.13);
}

.consultation-action.whatsapp:hover,
.consultation-action.whatsapp:focus-visible {
  border-color: rgba(34, 197, 94, 0.56);
  box-shadow:
    0 24px 58px rgba(34, 197, 94, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

:root[data-theme="dark"] .consultation-action.whatsapp {
  border-color: rgba(53, 226, 125, 0.26);
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.13), rgba(255, 255, 255, 0.05));
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .consultation-action.whatsapp .action-icon {
  color: #35e27d;
  background: rgba(53, 226, 125, 0.12);
}

.consultation-assurance {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 880px);
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(32, 184, 231, 0.22);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(235, 249, 253, 0.58));
  box-shadow:
    0 18px 42px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.consultation-assurance span {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 0 clamp(14px, 1.35vw, 20px);
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--ink);
  background: transparent !important;
  box-shadow: none !important;
  font-size: clamp(11px, 0.76vw, 13px);
  font-weight: 900;
  white-space: nowrap;
}

.consultation-assurance span::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sisds-primary, #20b8e7), #22c55e);
  box-shadow:
    0 0 0 4px rgba(32, 184, 231, 0.12),
    0 8px 18px rgba(32, 184, 231, 0.22);
}

.consultation-assurance span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 12px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(32, 184, 231, 0.24), transparent);
}

:root[data-theme="dark"] .consultation-assurance {
  border-color: rgba(66, 201, 243, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(32, 184, 231, 0.045));
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .consultation-assurance span {
  color: var(--sisds-ink, #f8fafc);
}

:root[data-theme="dark"] .consultation-assurance span:not(:last-child)::after {
  background: linear-gradient(180deg, transparent, rgba(66, 201, 243, 0.18), transparent);
}

@media (max-width: 760px) {
  .consultation-actions {
    grid-template-columns: 1fr !important;
    max-width: none;
  }

  .consultation-assurance {
    grid-template-columns: 1fr;
    width: 100%;
    border-radius: 14px;
  }

  .consultation-assurance span {
    justify-content: flex-start;
    white-space: normal;
  }

  .consultation-assurance span:not(:last-child)::after {
    top: auto;
    right: 16px;
    bottom: 0;
    left: 16px;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(32, 184, 231, 0.22), transparent);
  }
}

/* Corporate tech narrative refresh */
.about-page,
.why-page,
.faq-redesign {
  --corp-tech-bg: #f5f8fb;
  --corp-tech-bg-soft: #edf5f9;
  --corp-tech-surface: rgba(255, 255, 255, 0.92);
  --corp-tech-surface-strong: #ffffff;
  --corp-tech-ink: #101928;
  --corp-tech-muted: #5d6b7a;
  --corp-tech-border: rgba(16, 43, 62, 0.12);
  --corp-tech-border-strong: rgba(18, 154, 196, 0.28);
  --corp-tech-cyan: #129ac4;
  --corp-tech-green: #129b76;
  --corp-tech-amber: #a66f16;
  --corp-tech-shadow: 0 24px 68px rgba(15, 35, 50, 0.095);
  --corp-tech-card-shadow: 0 14px 34px rgba(15, 35, 50, 0.065);
  background:
    linear-gradient(180deg, #f8fbfd 0%, var(--corp-tech-bg) 48%, #ffffff 100%);
}

:root[data-theme="dark"] .about-page,
:root[data-theme="dark"] .why-page,
:root[data-theme="dark"] .faq-redesign {
  --corp-tech-bg: #08111b;
  --corp-tech-bg-soft: #0d1824;
  --corp-tech-surface: rgba(14, 25, 38, 0.9);
  --corp-tech-surface-strong: rgba(255, 255, 255, 0.065);
  --corp-tech-ink: #f7fbff;
  --corp-tech-muted: #b9c7d5;
  --corp-tech-border: rgba(226, 238, 246, 0.14);
  --corp-tech-border-strong: rgba(86, 210, 247, 0.28);
  --corp-tech-cyan: #54d5f6;
  --corp-tech-green: #44d7a8;
  --corp-tech-amber: #f3bd61;
  --corp-tech-shadow: 0 26px 74px rgba(0, 0, 0, 0.34);
  --corp-tech-card-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  background:
    linear-gradient(180deg, #08111b 0%, #0c1722 48%, #071019 100%);
}

.corporate-tech-brief {
  position: relative;
  overflow: hidden;
  padding: clamp(68px, 7vw, 110px) 0;
  color: var(--corp-tech-ink);
  border-top: 1px solid rgba(18, 154, 196, 0.12);
  background:
    linear-gradient(116deg, transparent 0 54%, rgba(18, 154, 196, 0.055) 54.1% 70%, transparent 70.1% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, var(--corp-tech-bg) 100%);
}

.corporate-tech-brief::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(18, 154, 196, 0.042) 1px, transparent 1px),
    linear-gradient(180deg, rgba(18, 154, 196, 0.034) 1px, transparent 1px),
    linear-gradient(126deg, transparent 0 42%, rgba(19, 155, 117, 0.042) 42.1% 42.6%, transparent 42.7% 100%);
  background-size: 84px 84px, 84px 84px, auto;
  opacity: 0.72;
  pointer-events: none;
}

.corporate-tech-brief::after {
  content: "";
  position: absolute;
  top: 0;
  left: max(24px, calc((100% - 1180px) / 2));
  right: max(24px, calc((100% - 1180px) / 2));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(18, 154, 196, 0.34), rgba(19, 155, 117, 0.24), transparent);
  pointer-events: none;
}

:root[data-theme="dark"] .corporate-tech-brief {
  border-top-color: rgba(86, 210, 247, 0.14);
  background:
    linear-gradient(116deg, transparent 0 54%, rgba(86, 210, 247, 0.065) 54.1% 70%, transparent 70.1% 100%),
    linear-gradient(180deg, rgba(9, 18, 30, 0.96) 0%, var(--corp-tech-bg) 100%);
}

:root[data-theme="dark"] .corporate-tech-brief::before {
  background-image:
    linear-gradient(90deg, rgba(86, 210, 247, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(86, 210, 247, 0.04) 1px, transparent 1px),
    linear-gradient(126deg, transparent 0 42%, rgba(68, 215, 168, 0.052) 42.1% 42.6%, transparent 42.7% 100%);
  opacity: 0.62;
}

.corporate-tech-brief-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.68fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.corporate-tech-brief-copy {
  min-width: 0;
  display: grid;
  gap: 16px;
  padding-left: clamp(18px, 2.1vw, 28px);
  border-left: 2px solid rgba(18, 154, 196, 0.34);
}

.corporate-tech-brief-copy .eyebrow {
  margin: 0;
  color: var(--corp-tech-cyan);
}

.corporate-tech-brief-copy h2 {
  max-width: 850px;
  margin: 0;
  color: var(--corp-tech-ink);
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

.corporate-tech-brief-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--corp-tech-muted);
  font-size: clamp(15.5px, 1.12vw, 18px);
  font-weight: 700;
  line-height: 1.72;
}

.corporate-tech-statement {
  max-width: 800px !important;
  color: var(--corp-tech-ink) !important;
  font-size: clamp(17px, 1.32vw, 21px) !important;
  line-height: 1.55 !important;
}

.corporate-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 8px;
}

.corporate-tech-tags span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--corp-tech-border-strong);
  border-radius: 8px;
  color: var(--corp-tech-cyan);
  background:
    linear-gradient(135deg, rgba(18, 154, 196, 0.09), rgba(255, 255, 255, 0.72));
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.corporate-tech-board {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 0;
  display: grid;
  gap: 18px;
  padding: clamp(20px, 2.6vw, 30px);
  border: 1px solid var(--corp-tech-border-strong);
  border-radius: 16px;
  color: var(--corp-tech-ink);
  background:
    linear-gradient(135deg, rgba(18, 154, 196, 0.105), transparent 42%),
    linear-gradient(180deg, var(--corp-tech-surface), rgba(255, 255, 255, 0.78));
  box-shadow: var(--corp-tech-shadow);
}

.corporate-tech-board::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(18, 154, 196, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(18, 154, 196, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 62%, rgba(19, 155, 117, 0.09) 62.1% 62.6%, transparent 62.7% 100%);
  background-size: 34px 34px, 34px 34px, auto;
  opacity: 0.5;
  pointer-events: none;
}

.corporate-tech-board::after {
  content: "";
  position: absolute;
  inset: 0 24px auto;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--corp-tech-cyan), var(--corp-tech-green), transparent);
  opacity: 0.9;
  pointer-events: none;
}

:root[data-theme="dark"] .corporate-tech-board {
  background:
    linear-gradient(135deg, rgba(86, 210, 247, 0.12), transparent 46%),
    linear-gradient(180deg, var(--corp-tech-surface), rgba(255, 255, 255, 0.04));
}

.corporate-tech-board-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--corp-tech-border);
}

.corporate-tech-board-head span {
  color: var(--corp-tech-cyan);
  font-size: 11px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.corporate-tech-board-head strong {
  max-width: 16ch;
  color: var(--corp-tech-ink);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.08;
  text-align: right;
}

.corporate-tech-node-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.corporate-tech-node-grid::before {
  content: "";
  position: absolute;
  inset: 22px 14%;
  border-top: 1px solid rgba(18, 154, 196, 0.22);
  border-bottom: 1px solid rgba(18, 154, 196, 0.16);
  background:
    linear-gradient(90deg, transparent, rgba(19, 155, 117, 0.18), transparent);
  opacity: 0.72;
  pointer-events: none;
}

.corporate-tech-node-grid .hardware-mini {
  width: 100%;
  min-width: 0;
  height: clamp(68px, 6vw, 82px);
  justify-self: stretch;
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(238, 249, 253, 0.92)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 14px 28px rgba(18, 154, 196, 0.105);
}

.corporate-tech-node-grid .hardware-mini:nth-child(2n) {
  --mini-accent: var(--corp-tech-green);
}

.corporate-tech-node-grid .hardware-mini:nth-child(3n) {
  --mini-accent: var(--corp-tech-amber);
}

:root[data-theme="dark"] .corporate-tech-node-grid .hardware-mini {
  background:
    linear-gradient(145deg, rgba(86, 210, 247, 0.1), rgba(255, 255, 255, 0.045)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 30px rgba(0, 0, 0, 0.24);
}

.corporate-tech-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.corporate-tech-flow span {
  position: relative;
  min-width: 0;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border: 1px solid var(--corp-tech-border);
  border-radius: 9px;
  color: var(--corp-tech-ink);
  background: rgba(255, 255, 255, 0.72);
  font-size: clamp(11px, 0.78vw, 12.5px);
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
}

.corporate-tech-flow span::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-right: 7px;
  border-radius: 999px;
  background: var(--corp-tech-cyan);
  box-shadow: 0 0 0 4px rgba(18, 154, 196, 0.1);
}

:root[data-theme="dark"] .corporate-tech-flow span {
  background: rgba(255, 255, 255, 0.055);
}

.corporate-tech-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--corp-tech-border);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(18, 154, 196, 0.06), rgba(19, 155, 117, 0.04)),
    rgba(255, 255, 255, 0.72);
}

.corporate-tech-metrics div {
  min-width: 0;
  display: grid;
  gap: 4px;
  align-content: center;
  min-height: 86px;
  padding: 14px;
}

.corporate-tech-metrics div:not(:last-child) {
  border-right: 1px solid var(--corp-tech-border);
}

.corporate-tech-metrics strong {
  color: var(--corp-tech-ink);
  font-size: clamp(19px, 1.55vw, 26px);
  font-weight: 950;
  line-height: 1.05;
}

.corporate-tech-metrics span {
  color: var(--corp-tech-muted);
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1.25;
}

:root[data-theme="dark"] .corporate-tech-metrics {
  background:
    linear-gradient(135deg, rgba(86, 210, 247, 0.075), rgba(68, 215, 168, 0.055)),
    rgba(255, 255, 255, 0.045);
}

.about-page .about-intro-section,
.about-page .about-scope-section,
.about-page .about-belief-section,
.about-page .about-contact-section,
.why-page .why-reasons-section,
.why-page .why-outcome-section,
.why-page .about-contact-section {
  background:
    linear-gradient(180deg, var(--corp-tech-bg) 0%, var(--corp-tech-bg-soft) 100%) !important;
}

.about-page .about-intro-layout,
.why-page .why-outcome-layout {
  gap: clamp(24px, 4vw, 54px);
}

.about-page .about-story-panel,
.about-page .about-work-card,
.about-page .about-scope-card,
.about-page .about-scope-summary,
.about-page .about-statement-card,
.about-page .about-values-panel,
.about-page .about-value-item,
.about-page .about-contact-panel,
.about-page .about-contact-card,
.why-page .why-reason-card,
.why-page .why-outcome-item,
.why-page .about-contact-panel,
.why-page .about-contact-card {
  border-color: var(--corp-tech-border) !important;
  color: var(--corp-tech-ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 253, 0.88)) !important;
  box-shadow: var(--corp-tech-card-shadow) !important;
}

:root[data-theme="dark"] .about-page .about-story-panel,
:root[data-theme="dark"] .about-page .about-work-card,
:root[data-theme="dark"] .about-page .about-scope-card,
:root[data-theme="dark"] .about-page .about-scope-summary,
:root[data-theme="dark"] .about-page .about-statement-card,
:root[data-theme="dark"] .about-page .about-values-panel,
:root[data-theme="dark"] .about-page .about-value-item,
:root[data-theme="dark"] .about-page .about-contact-panel,
:root[data-theme="dark"] .about-page .about-contact-card,
:root[data-theme="dark"] .why-page .why-reason-card,
:root[data-theme="dark"] .why-page .why-outcome-item,
:root[data-theme="dark"] .why-page .about-contact-panel,
:root[data-theme="dark"] .why-page .about-contact-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)) !important;
}

.about-page .about-story-panel,
.about-page .about-work-card,
.about-page .about-values-panel,
.about-page .about-contact-panel,
.why-page .about-contact-panel {
  border-radius: 16px;
}

.about-page .about-section-head h2,
.about-page .about-work-card h2,
.about-page .about-statement-card h2,
.about-page .about-values-lead,
.about-page .about-contact-panel h2,
.about-page .about-contact-card-head strong,
.why-page .why-reasons-intro h2,
.why-page .why-reason-card h3,
.why-page .why-outcome-copy h2,
.why-page .about-contact-panel h2,
.why-page .about-contact-card-head strong {
  color: var(--corp-tech-ink) !important;
}

.about-page .about-copy p,
.about-page .about-work-card p,
.about-page .about-scope-card p,
.about-page .about-scope-summary p,
.about-page .about-value-item p,
.about-page .about-contact-copy > p:not(.eyebrow),
.about-page .about-contact-route p,
.why-page .why-reasons-intro p:not(.eyebrow),
.why-page .why-reason-card p,
.why-page .why-clean-list li,
.why-page .why-outcome-copy p,
.why-page .why-outcome-item p,
.why-page .about-contact-copy > p:not(.eyebrow),
.why-page .about-contact-route p {
  color: var(--corp-tech-muted) !important;
}

.about-page .about-focus-strip {
  overflow: hidden;
  border: 1px solid var(--corp-tech-border-strong);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(18, 154, 196, 0.09), rgba(19, 155, 117, 0.045)),
    var(--corp-tech-surface);
  box-shadow: var(--corp-tech-card-shadow);
}

.about-page .about-focus-strip div {
  min-height: 138px;
  align-content: start;
  padding: clamp(18px, 2vw, 24px);
}

.about-page .about-focus-strip div:not(:last-child) {
  border-right: 1px solid var(--corp-tech-border);
}

.about-page .about-focus-strip span,
.about-page .about-scope-card span,
.about-page .about-value-item span,
.about-page .about-contact-card-head span,
.why-page .why-proof-grid span,
.why-page .why-outcome-item span,
.why-page .about-contact-card-head span {
  color: var(--corp-tech-cyan) !important;
}

.about-page .about-scope-grid {
  gap: 14px;
}

.about-page .about-scope-card {
  position: relative;
  overflow: hidden;
  min-height: 254px;
  padding: clamp(20px, 2.4vw, 28px);
}

.about-page .about-scope-card::after,
.why-page .why-reason-card::after,
.why-page .why-outcome-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid transparent;
  background:
    linear-gradient(90deg, var(--corp-tech-cyan), var(--corp-tech-green), transparent) top left / 100% 3px no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.about-page .about-scope-card:hover::after,
.why-page .why-reason-card:hover::after,
.why-page .why-outcome-item:hover::after {
  opacity: 1;
}

.about-page .about-principle-item,
.about-page .about-contact-assurance div,
.why-page .about-contact-assurance div {
  border-color: var(--corp-tech-border) !important;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(18, 154, 196, 0.065), rgba(255, 255, 255, 0.7)) !important;
  box-shadow: none !important;
}

.about-page .about-principle-item span,
.about-page .about-contact-assurance span,
.why-page .about-contact-assurance span,
.why-page .why-reason-number {
  border-color: var(--corp-tech-border-strong) !important;
  color: var(--corp-tech-cyan) !important;
  background: rgba(18, 154, 196, 0.09) !important;
}

.why-page .why-proof-band {
  padding: clamp(34px, 4.4vw, 58px) 0;
  color: var(--corp-tech-ink);
  background:
    linear-gradient(116deg, rgba(18, 154, 196, 0.09), transparent 38%),
    linear-gradient(180deg, var(--corp-tech-bg-soft) 0%, var(--corp-tech-bg) 100%) !important;
}

.why-page .why-proof-grid {
  overflow: hidden;
  border: 1px solid var(--corp-tech-border-strong);
  border-radius: 16px;
  background: var(--corp-tech-surface);
  box-shadow: var(--corp-tech-card-shadow);
}

.why-page .why-proof-grid div {
  min-height: 146px;
  border-right-color: var(--corp-tech-border) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(244, 250, 253, 0.78));
}

.why-page .why-proof-grid strong {
  color: var(--corp-tech-ink) !important;
}

.why-page .why-reasons-layout {
  gap: clamp(32px, 5vw, 74px);
}

.why-page .why-reason-card {
  overflow: hidden;
  margin-bottom: 14px;
  padding: clamp(22px, 2.8vw, 32px);
  border: 1px solid var(--corp-tech-border) !important;
  border-radius: 14px;
}

.why-page .why-reason-card:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid var(--corp-tech-border) !important;
}

.why-page .why-reason-card::before {
  left: 52px;
  background: linear-gradient(180deg, rgba(18, 154, 196, 0.2), transparent) !important;
}

.why-page .why-outcome-section {
  padding: clamp(72px, 7vw, 112px) 0;
}

.why-page .why-outcome-grid {
  gap: 14px;
}

.why-page .why-outcome-item {
  position: relative;
  overflow: hidden;
  min-height: 144px;
  padding: 22px;
  border-radius: 14px;
}

.faq-redesign.corporate-route-hub-page {
  --faq-bg: var(--corp-tech-bg);
  --faq-surface: var(--corp-tech-surface-strong);
  --faq-surface-soft: var(--corp-tech-bg-soft);
  --faq-ink: var(--corp-tech-ink);
  --faq-muted: var(--corp-tech-muted);
  --faq-line: var(--corp-tech-border);
  --faq-primary: var(--corp-tech-cyan);
  --faq-primary-dark: #087da5;
  background:
    linear-gradient(180deg, #f8fbfd 0%, var(--corp-tech-bg) 48%, #ffffff 100%);
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page {
  --faq-primary-dark: #54d5f6;
  background:
    linear-gradient(180deg, #08111b 0%, #0c1722 48%, #071019 100%);
}

.faq-redesign.corporate-route-hub-page .faq-toolbar,
.faq-redesign.corporate-route-hub-page .faq-main,
.faq-redesign.corporate-route-hub-page .about-contact-section {
  background:
    linear-gradient(180deg, var(--corp-tech-bg) 0%, var(--corp-tech-bg-soft) 100%) !important;
}

.faq-redesign.corporate-route-hub-page .faq-toolbar-panel,
.faq-redesign.corporate-route-hub-page .faq-search,
.faq-redesign.corporate-route-hub-page .faq-filter,
.faq-redesign.corporate-route-hub-page .faq-card,
.faq-redesign.corporate-route-hub-page .faq-category-group,
.faq-redesign.corporate-route-hub-page .about-contact-panel,
.faq-redesign.corporate-route-hub-page .about-contact-card {
  border-color: var(--corp-tech-border) !important;
  color: var(--corp-tech-ink) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 253, 0.88)) !important;
  box-shadow: var(--corp-tech-card-shadow) !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-toolbar-panel,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-search,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-filter,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-card,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-category-group,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .about-contact-panel,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .about-contact-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)) !important;
}

.faq-redesign.corporate-route-hub-page .faq-toolbar-panel {
  border-color: var(--corp-tech-border-strong) !important;
  border-radius: 16px !important;
}

.faq-redesign.corporate-route-hub-page .faq-filter {
  border-radius: 10px !important;
}

.faq-redesign.corporate-route-hub-page .faq-filter.is-active,
.faq-redesign.corporate-route-hub-page .faq-filter:hover,
.faq-redesign.corporate-route-hub-page .faq-filter:focus-visible {
  border-color: var(--corp-tech-border-strong) !important;
  color: var(--corp-tech-cyan) !important;
  background:
    linear-gradient(135deg, rgba(18, 154, 196, 0.12), rgba(19, 155, 117, 0.055)) !important;
}

.faq-redesign.corporate-route-hub-page .faq-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px !important;
}

.faq-redesign.corporate-route-hub-page .faq-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--corp-tech-cyan), var(--corp-tech-green), transparent) top left / 100% 3px no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.faq-redesign.corporate-route-hub-page .faq-card:hover::after,
.faq-redesign.corporate-route-hub-page .faq-card.is-open::after {
  opacity: 1;
}

.faq-redesign.corporate-route-hub-page .faq-card-title,
.faq-redesign.corporate-route-hub-page .faq-category-group h2,
.faq-redesign.corporate-route-hub-page .about-contact-panel h2,
.faq-redesign.corporate-route-hub-page .about-contact-card-head strong {
  color: var(--corp-tech-ink) !important;
}

.faq-redesign.corporate-route-hub-page .faq-card-answer,
.faq-redesign.corporate-route-hub-page .faq-empty,
.faq-redesign.corporate-route-hub-page .about-contact-copy > p:not(.eyebrow),
.faq-redesign.corporate-route-hub-page .about-contact-route p {
  color: var(--corp-tech-muted) !important;
}

.faq-redesign.corporate-route-hub-page .faq-count,
.faq-redesign.corporate-route-hub-page .faq-card-badge,
.faq-redesign.corporate-route-hub-page .about-contact-card-head span {
  color: var(--corp-tech-cyan) !important;
}

@media (max-width: 1080px) {
  .corporate-tech-brief-layout {
    grid-template-columns: 1fr;
  }

  .corporate-tech-board {
    max-width: 760px;
  }

  .why-page .why-proof-grid {
    grid-template-columns: 1fr;
  }

  .why-page .why-proof-grid div {
    border-right: 0 !important;
    border-bottom: 1px solid var(--corp-tech-border);
  }

  .why-page .why-proof-grid div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .corporate-tech-brief {
    padding: 58px 0;
  }

  .corporate-tech-brief-copy {
    padding-left: 18px;
  }

  .corporate-tech-board {
    padding: 18px;
    border-radius: 14px;
  }

  .corporate-tech-board-head {
    display: grid;
  }

  .corporate-tech-board-head strong {
    text-align: left;
  }

  .corporate-tech-node-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .corporate-tech-flow,
  .corporate-tech-metrics {
    grid-template-columns: 1fr;
  }

  .corporate-tech-metrics div {
    min-height: 72px;
  }

  .corporate-tech-metrics div:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--corp-tech-border);
  }

  .about-page .about-focus-strip {
    grid-template-columns: 1fr;
  }

  .about-page .about-focus-strip div:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--corp-tech-border);
  }

  .why-page .why-reason-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
  }

  .why-page .why-reason-card::before {
    left: 44px;
  }
}

@media (max-width: 460px) {
  .corporate-tech-brief-layout {
    gap: 24px;
  }

  .corporate-tech-tags span {
    min-height: 34px;
    padding: 0 11px;
    font-size: 11px;
  }

  .corporate-tech-node-grid .hardware-mini {
    height: 64px;
  }

  .corporate-tech-flow span {
    justify-content: flex-start;
  }

  .why-page .why-reason-card {
    grid-template-columns: 1fr;
  }

  .why-page .why-reason-card::before {
    content: none;
  }
}

/* Corporate dark-mode polish after visual review */
.about-page .about-principle-list {
  gap: 10px;
}

.about-page .about-principle-item {
  position: relative;
  overflow: hidden;
  grid-template-columns: 54px minmax(0, 1fr);
  min-height: 76px;
  align-items: center;
  gap: 16px;
  padding: 14px 18px !important;
  border-radius: 10px !important;
  background:
    linear-gradient(135deg, rgba(18, 154, 196, 0.08), rgba(19, 155, 117, 0.045)),
    rgba(255, 255, 255, 0.88) !important;
}

.about-page .about-principle-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 3px solid var(--corp-tech-cyan);
  background:
    linear-gradient(90deg, rgba(18, 154, 196, 0.1), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.about-page .about-principle-item:hover::after {
  opacity: 1;
}

.about-page .about-principle-item span {
  position: relative;
  z-index: 1;
  width: 44px !important;
  height: 44px !important;
  display: inline-grid !important;
  place-items: center;
  border-radius: 8px !important;
  color: var(--corp-tech-cyan) !important;
  background:
    linear-gradient(135deg, rgba(18, 154, 196, 0.16), rgba(18, 154, 196, 0.05)) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0.04em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 0 0 4px rgba(18, 154, 196, 0.07);
}

.about-page .about-principle-item p {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  color: var(--corp-tech-ink) !important;
  font-size: clamp(14.5px, 0.98vw, 16px) !important;
  font-weight: 900 !important;
  line-height: 1.38 !important;
}

.about-page .about-scope-card {
  justify-items: start;
  align-content: start;
  gap: 14px;
  min-height: 244px;
  padding: clamp(22px, 2.4vw, 30px) !important;
  text-align: left;
}

.about-page .about-scope-card span {
  width: 46px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 12px;
  border: 1px solid var(--corp-tech-border-strong);
  border-radius: 8px;
  color: var(--corp-tech-cyan) !important;
  background:
    linear-gradient(135deg, rgba(18, 154, 196, 0.14), rgba(19, 155, 117, 0.055));
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.05em;
}

.about-page .about-scope-card h3 {
  margin: 0 !important;
  color: var(--corp-tech-ink) !important;
  font-size: clamp(19px, 1.35vw, 22px) !important;
  font-weight: 900 !important;
  line-height: 1.16 !important;
}

.about-page .about-scope-card p {
  max-width: 36ch;
  margin: 0 !important;
  color: var(--corp-tech-muted) !important;
  font-size: clamp(14px, 0.98vw, 15.5px) !important;
  font-weight: 760 !important;
  line-height: 1.62 !important;
}

.about-page .about-scope-summary {
  max-width: 1120px;
  min-height: 164px;
  margin-top: clamp(32px, 4vw, 48px);
  padding: clamp(26px, 4vw, 42px) !important;
  border-radius: 14px !important;
  border-color: var(--corp-tech-border-strong) !important;
  background:
    linear-gradient(135deg, rgba(18, 154, 196, 0.13), rgba(19, 155, 117, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 249, 252, 0.9)) !important;
  box-shadow:
    0 24px 64px rgba(15, 35, 50, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

.about-page .about-scope-summary::after {
  inset: 0 auto 0 0 !important;
  width: 4px !important;
  height: auto !important;
  background: linear-gradient(180deg, var(--corp-tech-cyan), var(--corp-tech-green)) !important;
}

.about-page .about-scope-summary-label {
  min-height: 32px;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px !important;
  padding: 0 12px;
  border: 1px solid var(--corp-tech-border-strong);
  border-radius: 8px;
  color: var(--corp-tech-cyan) !important;
  background: rgba(18, 154, 196, 0.1);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.about-page .about-scope-summary p {
  max-width: 940px !important;
  color: var(--corp-tech-ink) !important;
  font-size: clamp(20px, 2vw, 30px) !important;
  font-weight: 920 !important;
  line-height: 1.32 !important;
  text-wrap: balance;
}

:root[data-theme="dark"] .about-page .about-principle-item,
:root[data-theme="dark"] .about-page .about-scope-card,
:root[data-theme="dark"] .about-page .about-focus-strip div,
:root[data-theme="dark"] .about-page .about-value-item {
  border-color: rgba(86, 210, 247, 0.18) !important;
  background:
    linear-gradient(145deg, rgba(17, 31, 45, 0.98), rgba(11, 22, 34, 0.98)) !important;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

:root[data-theme="dark"] .about-page .about-principle-item span,
:root[data-theme="dark"] .about-page .about-scope-card span {
  border-color: rgba(86, 210, 247, 0.34) !important;
  background:
    linear-gradient(135deg, rgba(86, 210, 247, 0.16), rgba(68, 215, 168, 0.065)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 4px rgba(86, 210, 247, 0.055) !important;
}

:root[data-theme="dark"] .about-page .about-principle-item p,
:root[data-theme="dark"] .about-page .about-scope-card h3 {
  color: #f8fbff !important;
}

:root[data-theme="dark"] .about-page .about-scope-card p {
  color: #b9c8d6 !important;
}

:root[data-theme="dark"] .about-page .about-scope-summary {
  border-color: rgba(86, 210, 247, 0.34) !important;
  background:
    linear-gradient(135deg, rgba(86, 210, 247, 0.13), rgba(68, 215, 168, 0.07)),
    linear-gradient(145deg, #111f2d 0%, #0b1724 58%, #08111b 100%) !important;
  box-shadow:
    0 28px 74px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

:root[data-theme="dark"] .about-page .about-scope-summary-label {
  background: rgba(86, 210, 247, 0.11);
}

:root[data-theme="dark"] .about-page .about-scope-summary p {
  color: #f8fbff !important;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
}

:root[data-theme="dark"] .why-page .why-proof-band {
  background:
    linear-gradient(116deg, rgba(86, 210, 247, 0.09), transparent 42%),
    linear-gradient(180deg, #08121d 0%, #0b1724 100%) !important;
}

:root[data-theme="dark"] .why-page .why-proof-grid {
  border-color: rgba(86, 210, 247, 0.22) !important;
  background:
    linear-gradient(145deg, rgba(15, 29, 43, 0.95), rgba(8, 17, 28, 0.95)) !important;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

:root[data-theme="dark"] .why-page .why-proof-grid div {
  border-right-color: rgba(86, 210, 247, 0.15) !important;
  background:
    linear-gradient(145deg, rgba(18, 32, 46, 0.92), rgba(10, 21, 33, 0.92)) !important;
}

:root[data-theme="dark"] .why-page .why-proof-grid strong {
  color: #f8fbff !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page {
  background:
    linear-gradient(180deg, #08111b 0%, #091522 48%, #071019 100%) !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-toolbar,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-main,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .about-contact-section {
  background:
    linear-gradient(180deg, #08111b 0%, #0a1724 100%) !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-toolbar-panel {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-toolbar-panel::before,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-toolbar-panel::after {
  content: none !important;
  display: none !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-search {
  border-color: rgba(86, 210, 247, 0.2) !important;
  background:
    linear-gradient(145deg, rgba(16, 30, 44, 0.96), rgba(9, 19, 31, 0.96)) !important;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-search svg,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-search-clear,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-count,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-category-group-count,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-card-badge {
  border-color: rgba(86, 210, 247, 0.24) !important;
  color: var(--corp-tech-cyan) !important;
  background: rgba(86, 210, 247, 0.09) !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-filters {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-filter {
  border-color: rgba(86, 210, 247, 0.2) !important;
  color: #d8e6f2 !important;
  background:
    linear-gradient(145deg, rgba(17, 31, 45, 0.98), rgba(10, 21, 33, 0.98)) !important;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-filter span {
  border-color: rgba(86, 210, 247, 0.22) !important;
  background: rgba(86, 210, 247, 0.1) !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-filter.is-active,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-filter:hover,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-filter:focus-visible {
  border-color: rgba(86, 210, 247, 0.42) !important;
  color: #f8fbff !important;
  background:
    linear-gradient(135deg, rgba(18, 154, 196, 0.32), rgba(19, 155, 117, 0.22)) !important;
  box-shadow:
    0 16px 36px rgba(18, 154, 196, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-category-group {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-category-group-head {
  border-bottom-color: rgba(86, 210, 247, 0.16) !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-card {
  border-color: rgba(86, 210, 247, 0.17) !important;
  background:
    linear-gradient(145deg, rgba(18, 32, 46, 0.98), rgba(10, 21, 33, 0.98)) !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-card:hover,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-card.is-open {
  border-color: rgba(86, 210, 247, 0.34) !important;
  background:
    linear-gradient(145deg, rgba(20, 37, 53, 0.98), rgba(11, 24, 37, 0.98)) !important;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(86, 210, 247, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.065) !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-card-title,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-question-text,
:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-category-group h3 {
  color: #f8fbff !important;
}

:root[data-theme="dark"] .faq-redesign.corporate-route-hub-page .faq-card-answer {
  color: #b9c8d6 !important;
}

@media (max-width: 720px) {
  .about-page .about-scope-card {
    min-height: auto;
  }

  .about-page .about-scope-summary p {
    font-size: clamp(18px, 5.2vw, 23px) !important;
  }
}

/* Why page live dot alignment */
.why-page .why-clean-list {
  gap: 10px;
}

.why-page .why-clean-list li {
  position: relative;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  min-height: 26px;
  padding-left: 0 !important;
  color: var(--corp-tech-muted, var(--muted)) !important;
  line-height: 1.42 !important;
}

.why-page .why-clean-list li::before {
  position: static !important;
  width: 9px;
  height: 9px;
  align-self: center;
  justify-self: center;
  border-radius: 999px;
  background: var(--corp-tech-cyan, var(--primary));
  box-shadow:
    0 0 0 5px rgba(18, 154, 196, 0.11),
    0 0 18px rgba(18, 154, 196, 0.32);
  transform: none !important;
  animation: why-live-dot-pulse 1.65s ease-in-out infinite;
}

.why-page .why-clean-list li:nth-child(2)::before {
  animation-delay: 180ms;
}

.why-page .why-clean-list li:nth-child(3)::before {
  animation-delay: 360ms;
}

.why-page .why-inline-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  gap: 10px;
  align-items: center;
}

.why-page .why-inline-list li {
  display: inline-grid;
  grid-template-columns: 11px minmax(0, auto);
  align-items: center;
  justify-content: start;
  column-gap: 8px;
  min-height: 38px;
  min-width: 0;
  padding: 0 14px !important;
  border-color: rgba(18, 154, 196, 0.26) !important;
  border-radius: 9px !important;
  background:
    linear-gradient(135deg, rgba(18, 154, 196, 0.1), rgba(19, 155, 117, 0.045)) !important;
  font-weight: 850;
  line-height: 1.18 !important;
  white-space: nowrap;
}

.why-page .why-inline-list li::before {
  left: auto !important;
  top: auto !important;
  width: 8px;
  height: 8px;
  align-self: center;
  justify-self: center;
  margin: 0;
}

.why-page .corporate-tech-flow span {
  display: inline-grid;
  grid-template-columns: 10px minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  column-gap: 7px;
}

.why-page .corporate-tech-flow span::before {
  width: 8px;
  height: 8px;
  margin-right: 0;
  animation: why-live-dot-pulse 1.65s ease-in-out infinite;
}

.why-page .corporate-tech-flow span:nth-child(2)::before {
  animation-delay: 160ms;
}

.why-page .corporate-tech-flow span:nth-child(3)::before {
  animation-delay: 320ms;
}

.why-page .corporate-tech-flow span:nth-child(4)::before {
  animation-delay: 480ms;
}

:root[data-theme="dark"] .why-page .why-clean-list li::before,
:root[data-theme="dark"] .why-page .why-inline-list li::before,
:root[data-theme="dark"] .why-page .corporate-tech-flow span::before {
  background: #54d5f6;
  box-shadow:
    0 0 0 5px rgba(84, 213, 246, 0.12),
    0 0 22px rgba(84, 213, 246, 0.42);
}

:root[data-theme="dark"] .why-page .why-inline-list li {
  border-color: rgba(86, 210, 247, 0.28) !important;
  color: #dbe8f4 !important;
  background:
    linear-gradient(145deg, rgba(17, 31, 45, 0.98), rgba(10, 21, 33, 0.98)) !important;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

:root[data-theme="dark"] .why-page .why-clean-list li {
  color: #c1cfdd !important;
}

@keyframes why-live-dot-pulse {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.86);
    box-shadow:
      0 0 0 4px rgba(18, 154, 196, 0.08),
      0 0 10px rgba(18, 154, 196, 0.18);
  }

  46% {
    opacity: 1;
    transform: scale(1);
    box-shadow:
      0 0 0 6px rgba(18, 154, 196, 0.15),
      0 0 24px rgba(18, 154, 196, 0.42);
  }
}

@media (prefers-reduced-motion: reduce) {
  .why-page .why-clean-list li::before,
  .why-page .why-inline-list li::before,
  .why-page .corporate-tech-flow span::before {
    animation: none;
  }
}

@media (max-width: 720px) {
  .why-page .why-inline-list {
    grid-template-columns: repeat(2, minmax(0, max-content));
  }
}

@media (max-width: 460px) {
  .why-page .why-inline-list {
    grid-template-columns: 1fr;
  }

  .why-page .why-inline-list li {
    width: 100%;
    white-space: normal;
  }
}

/* About page summary space and dark tag polish */
.about-page .about-scope-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.42fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: stretch;
}

.about-page .about-scope-summary > div:first-child {
  min-width: 0;
  display: grid;
  align-content: center;
}

.about-page .about-scope-summary p {
  max-width: none !important;
}

.about-page .about-scope-summary-actions {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-content: stretch;
  padding-left: clamp(18px, 2vw, 26px);
  border-left: 1px solid rgba(18, 154, 196, 0.22);
}

.about-page .about-scope-summary-actions span {
  min-width: 0;
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(18, 154, 196, 0.22);
  border-radius: 10px;
  color: var(--corp-tech-ink);
  background:
    linear-gradient(135deg, rgba(18, 154, 196, 0.08), rgba(19, 155, 117, 0.045)),
    rgba(255, 255, 255, 0.58);
  font-size: clamp(12.5px, 0.86vw, 14px);
  font-weight: 900;
  line-height: 1.2;
}

.about-page .about-scope-summary-actions span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--corp-tech-cyan);
  box-shadow:
    0 0 0 5px rgba(18, 154, 196, 0.1),
    0 0 18px rgba(18, 154, 196, 0.24);
}

:root[data-theme="dark"] .about-page .about-scope-summary-actions {
  border-left-color: rgba(86, 210, 247, 0.2);
}

:root[data-theme="dark"] .about-page .about-scope-summary-actions span {
  border-color: rgba(86, 210, 247, 0.22);
  color: #eef7ff;
  background:
    linear-gradient(145deg, rgba(16, 31, 45, 0.96), rgba(9, 20, 31, 0.96));
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

:root[data-theme="dark"] .about-page .about-scope-summary-actions span::before {
  background: #54d5f6;
  box-shadow:
    0 0 0 5px rgba(84, 213, 246, 0.11),
    0 0 22px rgba(84, 213, 246, 0.34);
}

:root[data-theme="dark"] .about-page .corporate-tech-tags span {
  border-color: rgba(86, 210, 247, 0.26);
  color: #54d5f6;
  background:
    linear-gradient(145deg, rgba(17, 31, 45, 0.98), rgba(10, 21, 33, 0.98)) !important;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

@media (max-width: 900px) {
  .about-page .about-scope-summary {
    grid-template-columns: 1fr;
  }

  .about-page .about-scope-summary-actions {
    grid-template-rows: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid rgba(18, 154, 196, 0.22);
  }
}

@media (max-width: 620px) {
  .about-page .about-scope-summary-actions {
    grid-template-columns: 1fr;
  }
}

/* Technology page cleanup per brand-grid review */
.technology-page .tech-category-index,
.technology-page .tech-category-meta,
.technology-page .tech-logo-role {
  display: none !important;
}

.technology-page .tech-category-list {
  margin-top: 0 !important;
}

.technology-page .tech-category-head {
  align-items: start !important;
}

.technology-page .tech-category-head > span {
  border-radius: 10px !important;
  color: var(--tech-accent) !important;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--tech-accent) 13%, #ffffff), rgba(255, 255, 255, 0.92)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 0 0 4px color-mix(in srgb, var(--tech-accent) 7%, transparent) !important;
}

.technology-page .tech-category-head h3 {
  font-weight: 900 !important;
}

.technology-page .tech-logo-tile {
  grid-template-rows: 64px auto !important;
  min-height: 122px !important;
  align-content: center !important;
}

.technology-page .tech-logo-tile figcaption {
  align-self: start;
}

.technology-page #tech-endpoint .tech-logo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

:root[data-theme="dark"] .technology-page .tech-category-head > span {
  border-color: color-mix(in srgb, var(--tech-accent) 40%, transparent) !important;
  color: color-mix(in srgb, var(--tech-accent) 78%, #ffffff) !important;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--tech-accent) 16%, rgba(17, 31, 45, 0.98)), rgba(10, 21, 33, 0.98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 4px color-mix(in srgb, var(--tech-accent) 10%, transparent),
    0 14px 28px rgba(0, 0, 0, 0.22) !important;
}

:root[data-theme="dark"] .technology-page .tech-category-head h3 {
  color: #f8fbff !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

:root[data-theme="dark"] .technology-page .tech-category-head p {
  color: #c4d2e1 !important;
}

:root[data-theme="dark"] .technology-page .tech-logo-tile figcaption {
  color: #f6fbff !important;
}

@media (max-width: 1180px) {
  .technology-page #tech-endpoint .tech-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .technology-page #tech-endpoint .tech-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 460px) {
  .technology-page .tech-logo-tile {
    grid-template-rows: 56px auto !important;
    min-height: 112px !important;
  }

  .technology-page #tech-endpoint .tech-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Home footer spacing cleanup */
.home-page .brand-logo-marquee-section {
  padding-bottom: clamp(16px, 2.2vw, 24px) !important;
}

.home-page .brand-logo-viewport {
  padding-bottom: 0 !important;
}

.home-page + .site-footer {
  margin-top: 0 !important;
}

/* Route hub footer spacing cleanup */
.route-hub-page + .site-footer {
  margin-top: 0 !important;
}

.route-hub-page .route-hub-hero {
  padding-bottom: clamp(32px, 4vw, 52px) !important;
}

@media (min-width: 1081px) {
  .route-hub-page .route-hub-hero {
    --page-hero-header-offset: 129px;
    height: max(var(--unified-hero-height, 647px), calc(100vh - var(--page-hero-header-offset))) !important;
    min-height: max(var(--unified-hero-height, 647px), calc(100vh - var(--page-hero-header-offset))) !important;
  }

  @supports (height: 100svh) {
    .route-hub-page .route-hub-hero {
      height: max(var(--unified-hero-height, 647px), calc(100svh - var(--page-hero-header-offset))) !important;
      min-height: max(var(--unified-hero-height, 647px), calc(100svh - var(--page-hero-header-offset))) !important;
    }
  }
}

@media (max-width: 1080px) {
  .route-hub-page .route-hub-hero {
    min-height: calc(100svh - 112px) !important;
  }
}

/* Shared high-impact contact CTA */
.corporate-page .about-contact-section {
  --contact-cta-bg: #07111c;
  --contact-cta-bg-soft: rgba(13, 29, 43, 0.92);
  --contact-cta-ink: #f8fbff;
  --contact-cta-muted: #b9c7d6;
  --contact-cta-line: rgba(125, 220, 252, 0.16);
  --contact-cta-line-strong: rgba(125, 220, 252, 0.44);
  --contact-cta-accent: #42c9f3;
  --contact-cta-accent-strong: #7ddcff;
  --contact-cta-accent-soft: rgba(66, 201, 243, 0.13);
  --contact-cta-card: rgba(9, 21, 33, 0.72);
  --contact-cta-shadow: 0 34px 86px rgba(0, 0, 0, 0.34);
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  padding: clamp(74px, 8vw, 118px) 0 !important;
  border: 0 !important;
  color: var(--contact-cta-ink) !important;
  background:
    radial-gradient(circle at 76% 34%, rgba(66, 201, 243, 0.18), transparent 28%),
    radial-gradient(circle at 12% 20%, rgba(43, 211, 169, 0.1), transparent 26%),
    linear-gradient(116deg, rgba(66, 201, 243, 0.1), transparent 38%),
    linear-gradient(180deg, #08131f 0%, #07111c 100%) !important;
  box-shadow: none !important;
}

.corporate-page .about-contact-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  display: block !important;
  opacity: 0.46 !important;
  background-image:
    linear-gradient(90deg, rgba(125, 220, 252, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(125, 220, 252, 0.04) 1px, transparent 1px),
    linear-gradient(126deg, transparent 0 58%, rgba(66, 201, 243, 0.12) 58.1% 63%, transparent 63.1% 100%);
  background-size: 96px 96px, 96px 96px, auto;
  mask-image: none !important;
  pointer-events: none;
}

.corporate-page .about-contact-section::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 0 !important;
  z-index: -1 !important;
  display: block !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(66, 201, 243, 0.74), transparent) !important;
  opacity: 0.9 !important;
  pointer-events: none;
}

.corporate-page .about-contact-section > .container {
  position: relative !important;
  z-index: 1 !important;
}

.corporate-page .about-contact-section .about-contact-panel {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px) !important;
  gap: clamp(36px, 6vw, 92px) !important;
  align-items: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--contact-cta-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.corporate-page .about-contact-section .about-contact-panel::before {
  content: "" !important;
  position: absolute !important;
  inset: 50% auto auto -28px !important;
  display: block !important;
  width: 4px !important;
  height: min(78%, 420px) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, transparent, var(--contact-cta-accent), var(--contact-cta-accent-strong), transparent) !important;
  box-shadow: 0 0 34px rgba(66, 201, 243, 0.4) !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

.corporate-page .about-contact-section .about-contact-panel::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 -34px 0 !important;
  display: block !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(66, 201, 243, 0.28), transparent 72%) !important;
  pointer-events: none !important;
}

.corporate-page .about-contact-section .about-contact-copy {
  display: grid !important;
  align-content: center !important;
  justify-items: start !important;
  max-width: 850px !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.corporate-page .about-contact-section .about-contact-panel .eyebrow,
.corporate-page .about-contact-section .about-contact-card-head span,
.corporate-page .about-contact-section .about-contact-phone span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: var(--contact-cta-accent-strong) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

.corporate-page .about-contact-section .about-contact-panel .eyebrow::before,
.corporate-page .about-contact-section .about-contact-card-head span::before,
.corporate-page .about-contact-section .about-contact-phone span::before {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: var(--contact-cta-accent) !important;
  box-shadow:
    0 0 0 5px rgba(66, 201, 243, 0.12),
    0 0 20px rgba(66, 201, 243, 0.42) !important;
}

.corporate-page .about-contact-section .about-contact-panel h2 {
  max-width: 840px !important;
  margin: 14px 0 0 !important;
  color: var(--contact-cta-ink) !important;
  font-size: clamp(38px, 4.7vw, 68px) !important;
  font-weight: 900 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
  text-shadow: 0 20px 58px rgba(0, 0, 0, 0.26);
}

.corporate-page .about-contact-section .about-contact-copy > p:not(.eyebrow) {
  max-width: 760px !important;
  margin: 22px 0 0 !important;
  color: var(--contact-cta-muted) !important;
  font-size: clamp(16px, 1.3vw, 19px) !important;
  font-weight: 680 !important;
  line-height: 1.68 !important;
}

.corporate-page .about-contact-section .about-contact-assurance {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: min(100%, 850px) !important;
  margin-top: clamp(30px, 4vw, 48px) !important;
}

.corporate-page .about-contact-section .about-contact-assurance div {
  position: relative !important;
  overflow: hidden !important;
  min-height: 128px !important;
  display: grid !important;
  align-content: space-between !important;
  gap: 18px !important;
  padding: 18px !important;
  border: 1px solid rgba(125, 220, 252, 0.16) !important;
  border-radius: 10px !important;
  color: var(--contact-cta-ink) !important;
  background:
    linear-gradient(135deg, rgba(66, 201, 243, 0.11), rgba(255, 255, 255, 0.035)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 18px 44px rgba(0, 0, 0, 0.16) !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

.corporate-page .about-contact-section .about-contact-assurance div::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-top: 3px solid var(--contact-cta-accent) !important;
  opacity: 0.72 !important;
  pointer-events: none !important;
}

.corporate-page .about-contact-section .about-contact-assurance div:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(125, 220, 252, 0.38) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 24px 58px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(66, 201, 243, 0.12) !important;
}

.corporate-page .about-contact-section .about-contact-assurance span {
  width: 40px !important;
  height: 40px !important;
  display: inline-grid !important;
  place-items: center !important;
  border: 1px solid rgba(125, 220, 252, 0.34) !important;
  border-radius: 10px !important;
  color: var(--contact-cta-accent-strong) !important;
  background: rgba(66, 201, 243, 0.1) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 4px rgba(66, 201, 243, 0.055) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

.corporate-page .about-contact-section .about-contact-assurance strong {
  color: var(--contact-cta-ink) !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  font-weight: 840 !important;
  line-height: 1.38 !important;
}

.corporate-page .about-contact-section .about-contact-card {
  position: relative !important;
  overflow: hidden !important;
  display: grid !important;
  align-content: start !important;
  gap: 22px !important;
  min-height: auto !important;
  padding: clamp(24px, 2.7vw, 34px) !important;
  border: 1px solid rgba(125, 220, 252, 0.24) !important;
  border-radius: 12px !important;
  color: var(--contact-cta-ink) !important;
  background:
    linear-gradient(145deg, rgba(17, 34, 50, 0.94), rgba(8, 18, 29, 0.94)) !important;
  box-shadow:
    var(--contact-cta-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

.corporate-page .about-contact-section .about-contact-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  display: block !important;
  width: 3px !important;
  background: linear-gradient(180deg, var(--contact-cta-accent), var(--contact-cta-accent-strong)) !important;
  box-shadow: 0 0 24px rgba(66, 201, 243, 0.46) !important;
}

.corporate-page .about-contact-section .about-contact-card::after {
  content: "" !important;
  position: absolute !important;
  inset: -42% -22% auto auto !important;
  display: block !important;
  width: 220px !important;
  height: 220px !important;
  border: 1px solid rgba(125, 220, 252, 0.18) !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(66, 201, 243, 0.18), transparent 64%) !important;
  pointer-events: none !important;
}

.corporate-page .about-contact-section .about-contact-card-head {
  position: relative !important;
  z-index: 1 !important;
  padding: 0 0 20px !important;
  border-bottom: 1px solid rgba(125, 220, 252, 0.18) !important;
}

.corporate-page .about-contact-section .about-contact-card-head span {
  margin-bottom: 12px !important;
}

.corporate-page .about-contact-section .about-contact-card-head strong {
  display: block !important;
  color: var(--contact-cta-ink) !important;
  font-size: clamp(24px, 2.25vw, 33px) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.corporate-page .about-contact-section .about-contact-route {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  gap: 0 !important;
}

.corporate-page .about-contact-section .about-contact-route::before {
  content: "" !important;
  position: absolute !important;
  left: 6px !important;
  top: 22px !important;
  bottom: 22px !important;
  width: 1px !important;
  background: linear-gradient(180deg, var(--contact-cta-accent), rgba(125, 220, 252, 0.12)) !important;
}

.corporate-page .about-contact-section .about-contact-route div {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: start !important;
  padding: 12px 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.corporate-page .about-contact-section .about-contact-route span {
  width: 13px !important;
  height: 13px !important;
  margin-top: 6px !important;
  border: 2px solid #08121d !important;
  border-radius: 999px !important;
  background: var(--contact-cta-accent) !important;
  box-shadow:
    0 0 0 5px rgba(66, 201, 243, 0.12),
    0 0 20px rgba(66, 201, 243, 0.3) !important;
}

.corporate-page .about-contact-section .about-contact-route p {
  margin: 0 !important;
  color: var(--contact-cta-muted) !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  line-height: 1.58 !important;
}

.corporate-page .about-contact-section .about-contact-actions {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 2px !important;
}

.corporate-page .about-contact-section .about-contact-actions .btn {
  grid-column: 1 / -1 !important;
  min-height: 56px !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #06111b !important;
  background: linear-gradient(135deg, #7ddcff, #42c9f3) !important;
  box-shadow:
    0 18px 42px rgba(66, 201, 243, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.34) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
}

.corporate-page .about-contact-section .about-contact-actions .btn:hover,
.corporate-page .about-contact-section .about-contact-actions .btn:focus-visible {
  transform: translateY(-2px) !important;
  box-shadow:
    0 24px 54px rgba(66, 201, 243, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
}

.corporate-page .about-contact-section .about-contact-phone {
  min-width: 0 !important;
  min-height: 78px !important;
  display: grid !important;
  align-content: center !important;
  gap: 7px !important;
  padding: 14px !important;
  border: 1px solid rgba(125, 220, 252, 0.16) !important;
  border-radius: 10px !important;
  color: var(--contact-cta-ink) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  box-shadow: none !important;
  text-align: left !important;
}

.corporate-page .about-contact-section .about-contact-phone:hover,
.corporate-page .about-contact-section .about-contact-phone:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(125, 220, 252, 0.36) !important;
  background: rgba(66, 201, 243, 0.095) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24) !important;
}

.corporate-page .about-contact-section .about-contact-phone span {
  font-size: 10px !important;
}

.corporate-page .about-contact-section .about-contact-phone strong {
  min-width: 0 !important;
  color: var(--contact-cta-ink) !important;
  font-size: clamp(13px, 0.92vw, 15px) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 1180px) {
  .corporate-page .about-contact-section .about-contact-panel {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .corporate-page .about-contact-section .about-contact-card {
    width: 100% !important;
    max-width: 760px !important;
  }
}

@media (max-width: 760px) {
  .corporate-page .about-contact-section {
    padding: 58px 0 !important;
  }

  .corporate-page .about-contact-section .about-contact-panel::before,
  .corporate-page .about-contact-section .about-contact-panel::after {
    display: none !important;
  }

  .corporate-page .about-contact-section .about-contact-panel h2 {
    font-size: clamp(32px, 9.4vw, 44px) !important;
    line-height: 1.04 !important;
  }

  .corporate-page .about-contact-section .about-contact-assurance {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .corporate-page .about-contact-section .about-contact-assurance div {
    min-height: auto !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: center !important;
  }

  .corporate-page .about-contact-section .about-contact-card {
    padding: 22px !important;
  }

  .corporate-page .about-contact-section .about-contact-actions {
    grid-template-columns: 1fr !important;
  }

  .corporate-page .about-contact-section .about-contact-actions .btn,
  .corporate-page .about-contact-section .about-contact-phone {
    width: 100% !important;
  }
}

/* Shared contact CTA specificity lock for page-level overrides */
html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section {
  color: var(--contact-cta-ink) !important;
  background:
    radial-gradient(circle at 76% 34%, rgba(66, 201, 243, 0.18), transparent 28%),
    radial-gradient(circle at 12% 20%, rgba(43, 211, 169, 0.1), transparent 26%),
    linear-gradient(116deg, rgba(66, 201, 243, 0.1), transparent 38%),
    linear-gradient(180deg, #08131f 0%, #07111c 100%) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-panel.about-contact-panel {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card.about-contact-card {
  border-color: rgba(125, 220, 252, 0.24) !important;
  color: var(--contact-cta-ink) !important;
  background:
    linear-gradient(145deg, rgba(17, 34, 50, 0.94), rgba(8, 18, 29, 0.94)) !important;
  box-shadow:
    var(--contact-cta-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-panel.about-contact-panel h2,
html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card-head strong {
  color: var(--contact-cta-ink) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-copy > p:not(.eyebrow),
html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-route p {
  color: var(--contact-cta-muted) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-assurance div {
  border-color: rgba(125, 220, 252, 0.16) !important;
  color: var(--contact-cta-ink) !important;
  background:
    linear-gradient(135deg, rgba(66, 201, 243, 0.11), rgba(255, 255, 255, 0.035)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 18px 44px rgba(0, 0, 0, 0.16) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-assurance span {
  border-color: rgba(125, 220, 252, 0.34) !important;
  color: var(--contact-cta-accent-strong) !important;
  background: rgba(66, 201, 243, 0.1) !important;
}

/* Shared contact CTA integrated site-language refinement */
html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section {
  --contact-cta-ink: var(--sisds-ink, #102331);
  --contact-cta-muted: var(--sisds-muted, #536879);
  --contact-cta-accent: var(--sisds-primary, #30bce9);
  --contact-cta-accent-strong: var(--sisds-primary-dark, #1497c2);
  --contact-cta-line: rgba(32, 184, 231, 0.18);
  --contact-cta-line-strong: rgba(32, 184, 231, 0.34);
  --contact-cta-panel: rgba(255, 255, 255, 0.72);
  --contact-cta-card: rgba(255, 255, 255, 0.68);
  --contact-cta-card-hover: rgba(255, 255, 255, 0.9);
  --contact-cta-shadow: 0 18px 46px rgba(15, 35, 50, 0.08);
  padding: clamp(64px, 7vw, 96px) 0 !important;
  border-top: 1px solid rgba(32, 184, 231, 0.13) !important;
  border-bottom: 1px solid rgba(32, 184, 231, 0.13) !important;
  color: var(--contact-cta-ink) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 249, 252, 0.94)),
    var(--sisds-bg, #f5f9fc) !important;
}

html:root[data-theme="dark"] body .corporate-page.corporate-page .about-contact-section.about-contact-section {
  --contact-cta-ink: #f8fafc;
  --contact-cta-muted: #cbd5e1;
  --contact-cta-accent: #30bce9;
  --contact-cta-accent-strong: #7cdbff;
  --contact-cta-line: rgba(124, 219, 255, 0.16);
  --contact-cta-line-strong: rgba(124, 219, 255, 0.28);
  --contact-cta-panel: rgba(15, 23, 42, 0.72);
  --contact-cta-card: rgba(255, 255, 255, 0.055);
  --contact-cta-card-hover: rgba(255, 255, 255, 0.08);
  --contact-cta-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.94) 0%, rgba(8, 18, 32, 0.98) 100%),
    var(--sisds-bg, #0f172a) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  display: block !important;
  opacity: 0.28 !important;
  background-image:
    linear-gradient(90deg, rgba(48, 188, 233, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(48, 188, 233, 0.06) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0 56%, rgba(48, 188, 233, 0.12) 56.1% 60%, transparent 60.1% 100%);
  background-size: 72px 72px, 72px 72px, auto;
  pointer-events: none;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 0 !important;
  z-index: -1 !important;
  display: block !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(48, 188, 233, 0.46), transparent) !important;
  opacity: 0.75 !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-panel.about-contact-panel {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr) !important;
  gap: clamp(28px, 4.5vw, 64px) !important;
  align-items: stretch !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-panel.about-contact-panel::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 -22px !important;
  display: block !important;
  width: 3px !important;
  height: auto !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, transparent, var(--contact-cta-accent), transparent) !important;
  box-shadow: 0 0 18px rgba(48, 188, 233, 0.24) !important;
  transform: none !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-panel.about-contact-panel::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 -24px 0 !important;
  display: block !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(48, 188, 233, 0.24), transparent 68%) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-copy {
  max-width: 780px !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-panel .eyebrow,
html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card-head span,
html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-phone span {
  gap: 9px !important;
  color: var(--contact-cta-accent-strong) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0.02em !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-panel .eyebrow::before,
html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card-head span::before,
html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-phone span::before {
  width: 22px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: var(--contact-cta-accent) !important;
  box-shadow: 0 0 14px rgba(48, 188, 233, 0.22) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-panel.about-contact-panel h2 {
  max-width: 780px !important;
  margin-top: 16px !important;
  color: var(--contact-cta-ink) !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  font-weight: 860 !important;
  line-height: 1.06 !important;
  text-shadow: none !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-copy > p:not(.eyebrow) {
  max-width: 700px !important;
  margin-top: 18px !important;
  color: var(--contact-cta-muted) !important;
  font-size: clamp(15px, 1.15vw, 17px) !important;
  font-weight: 680 !important;
  line-height: 1.72 !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-assurance {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: min(100%, 780px) !important;
  margin-top: clamp(28px, 3.6vw, 42px) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-assurance div {
  min-height: 102px !important;
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  align-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 16px !important;
  border: 1px solid var(--contact-cta-line) !important;
  border-radius: 12px !important;
  color: var(--contact-cta-ink) !important;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.08), transparent 64%),
    var(--contact-cta-card) !important;
  box-shadow:
    var(--contact-cta-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-assurance div::after {
  content: "" !important;
  position: absolute !important;
  inset: 12px auto 12px 0 !important;
  width: 3px !important;
  border-top: 0 !important;
  border-radius: 0 999px 999px 0 !important;
  background: var(--contact-cta-accent) !important;
  opacity: 0 !important;
  transition: opacity 180ms ease !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-assurance div:hover::after {
  opacity: 1 !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-assurance div:hover {
  transform: translateY(-3px) !important;
  border-color: var(--contact-cta-line-strong) !important;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.11), transparent 64%),
    var(--contact-cta-card-hover) !important;
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-assurance span {
  width: 40px !important;
  height: 40px !important;
  border: 1px solid var(--contact-cta-line-strong) !important;
  border-radius: 10px !important;
  color: var(--contact-cta-accent-strong) !important;
  background: rgba(48, 188, 233, 0.1) !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-assurance strong {
  color: var(--contact-cta-ink) !important;
  font-size: clamp(13.5px, 0.96vw, 15px) !important;
  font-weight: 760 !important;
  line-height: 1.35 !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card.about-contact-card {
  align-self: stretch !important;
  gap: 20px !important;
  padding: clamp(22px, 2.5vw, 30px) !important;
  border: 1px solid var(--contact-cta-line) !important;
  border-radius: 14px !important;
  color: var(--contact-cta-ink) !important;
  background:
    linear-gradient(135deg, rgba(48, 188, 233, 0.08), transparent 58%),
    var(--contact-cta-panel) !important;
  box-shadow:
    var(--contact-cta-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card.about-contact-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 12px auto 12px 0 !important;
  width: 3px !important;
  border-radius: 0 999px 999px 0 !important;
  background: var(--contact-cta-accent) !important;
  box-shadow: 0 0 16px rgba(48, 188, 233, 0.22) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card.about-contact-card::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 18px 18px auto !important;
  width: 140px !important;
  height: 70px !important;
  border: 1px solid var(--contact-cta-line) !important;
  border-radius: 12px !important;
  background: transparent !important;
  opacity: 0.35 !important;
  transform: skewX(-12deg) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card-head {
  padding-bottom: 18px !important;
  border-bottom: 1px solid var(--contact-cta-line) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card-head strong {
  color: var(--contact-cta-ink) !important;
  font-size: clamp(22px, 2vw, 29px) !important;
  font-weight: 840 !important;
  line-height: 1.14 !important;
  text-shadow: none !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-route {
  gap: 4px !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-route::before {
  left: 6px !important;
  top: 22px !important;
  bottom: 22px !important;
  background: linear-gradient(180deg, var(--contact-cta-accent), transparent) !important;
  opacity: 0.48 !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-route div {
  grid-template-columns: 18px minmax(0, 1fr) !important;
  gap: 13px !important;
  padding: 9px 0 !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-route span {
  width: 13px !important;
  height: 13px !important;
  margin-top: 5px !important;
  border: 3px solid var(--contact-cta-panel) !important;
  background: var(--contact-cta-accent) !important;
  box-shadow: 0 0 0 3px rgba(48, 188, 233, 0.1) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-route p {
  color: var(--contact-cta-muted) !important;
  font-size: 14px !important;
  font-weight: 690 !important;
  line-height: 1.56 !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-actions .btn {
  min-height: 52px !important;
  border: 1px solid rgba(124, 219, 255, 0.34) !important;
  border-radius: 14px !important;
  color: #06111b !important;
  background: linear-gradient(135deg, #7cdbff 0%, #30bce9 58%, #1497c2 100%) !important;
  box-shadow:
    0 16px 32px rgba(48, 188, 233, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.34) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-phone {
  min-height: 74px !important;
  padding: 13px 14px !important;
  border: 1px solid var(--contact-cta-line) !important;
  border-radius: 12px !important;
  color: var(--contact-cta-ink) !important;
  background: var(--contact-cta-card) !important;
  box-shadow: none !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-phone:hover,
html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-phone:focus-visible {
  border-color: var(--contact-cta-line-strong) !important;
  background: var(--contact-cta-card-hover) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-phone strong {
  color: var(--contact-cta-ink) !important;
  font-size: clamp(12.5px, 0.9vw, 14px) !important;
  font-weight: 860 !important;
}

@media (max-width: 1180px) {
  html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-panel.about-contact-panel {
    grid-template-columns: 1fr !important;
  }

  html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card.about-contact-card {
    max-width: 760px !important;
  }
}

@media (max-width: 760px) {
  html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section {
    padding: 52px 0 !important;
  }

  html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-panel.about-contact-panel::before,
  html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-panel.about-contact-panel::after {
    display: none !important;
  }

  html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-panel.about-contact-panel h2 {
    font-size: clamp(30px, 8.8vw, 40px) !important;
  }

  html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-assurance {
    grid-template-columns: 1fr !important;
  }

  html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-actions {
    grid-template-columns: 1fr !important;
  }
}

/* Shared contact CTA final rail polish */
html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section {
  padding: clamp(58px, 6.2vw, 86px) 0 !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-panel.about-contact-panel {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) !important;
  gap: clamp(30px, 5.6vw, 82px) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-panel.about-contact-panel h2 {
  max-width: 740px !important;
  font-size: clamp(32px, 3.65vw, 50px) !important;
  font-weight: 840 !important;
  line-height: 1.08 !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-copy > p:not(.eyebrow) {
  max-width: 660px !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-assurance {
  width: min(100%, 760px) !important;
  margin-top: clamp(24px, 3.2vw, 36px) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-assurance div {
  min-height: 94px !important;
  padding: 14px 15px !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card.about-contact-card {
  align-self: center !important;
  gap: 18px !important;
  padding: 6px 0 6px clamp(22px, 3vw, 34px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card.about-contact-card::before {
  inset: 2px auto 2px 0 !important;
  width: 1px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, transparent, var(--contact-cta-line-strong), var(--contact-cta-accent), transparent) !important;
  box-shadow: 0 0 18px rgba(48, 188, 233, 0.16) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card.about-contact-card::after {
  display: none !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card-head {
  padding-bottom: 16px !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card-head strong {
  font-size: clamp(22px, 1.9vw, 28px) !important;
  line-height: 1.15 !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-actions .btn {
  min-height: 50px !important;
}

@media (max-width: 1180px) {
  html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-panel.about-contact-panel {
    grid-template-columns: 1fr !important;
  }

  html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card.about-contact-card {
    max-width: 760px !important;
    padding-left: 0 !important;
  }

  html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card.about-contact-card::before {
    inset: -18px 0 auto 0 !important;
    width: 100% !important;
    height: 1px !important;
  }
}

@media (max-width: 760px) {
  html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section {
    padding: 48px 0 !important;
  }

  html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-card.about-contact-card::before {
    display: none !important;
  }

  html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-assurance div {
    min-height: auto !important;
  }
}

/* Shared contact CTA page-tone color alignment */
html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section {
  --contact-cta-accent: #20b8e7;
  --contact-cta-accent-strong: #128fbd;
  --contact-cta-line: rgba(32, 184, 231, 0.17);
  --contact-cta-line-strong: rgba(32, 184, 231, 0.28);
  background:
    linear-gradient(180deg, rgba(248, 251, 253, 0.92) 0%, rgba(238, 246, 250, 0.96) 100%),
    var(--sisds-bg, #f5f9fc) !important;
}

html:root[data-theme="dark"] body .corporate-page.corporate-page .about-contact-section.about-contact-section {
  --contact-cta-ink: #f7fbff;
  --contact-cta-muted: #c3d2df;
  --contact-cta-accent: #54d5f6;
  --contact-cta-accent-strong: #54d5f6;
  --contact-cta-line: rgba(84, 213, 246, 0.14);
  --contact-cta-line-strong: rgba(84, 213, 246, 0.24);
  --contact-cta-panel: rgba(8, 17, 27, 0.72);
  --contact-cta-card: rgba(255, 255, 255, 0.045);
  --contact-cta-card-hover: rgba(255, 255, 255, 0.068);
  background:
    linear-gradient(180deg, #08111b 0%, #0d1824 52%, #071019 100%) !important;
}

html:root[data-theme="dark"] body .corporate-page.corporate-page .about-contact-section.about-contact-section::before {
  opacity: 0.22 !important;
  background-image:
    linear-gradient(90deg, rgba(84, 213, 246, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(84, 213, 246, 0.045) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0 56%, rgba(84, 213, 246, 0.08) 56.1% 60%, transparent 60.1% 100%) !important;
}

html:root[data-theme="dark"] body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-assurance div {
  background:
    linear-gradient(135deg, rgba(84, 213, 246, 0.055), transparent 64%),
    rgba(255, 255, 255, 0.045) !important;
}

html:root[data-theme="dark"] body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-phone {
  background:
    linear-gradient(135deg, rgba(84, 213, 246, 0.045), transparent 70%),
    rgba(255, 255, 255, 0.045) !important;
}

html:root body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-actions .btn {
  border-color: rgba(32, 184, 231, 0.32) !important;
  background: linear-gradient(135deg, #30bce9 0%, #1aa1cc 58%, #128fbd 100%) !important;
  box-shadow:
    0 14px 28px rgba(32, 184, 231, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}

html:root[data-theme="dark"] body .corporate-page.corporate-page .about-contact-section.about-contact-section .about-contact-actions .btn {
  color: #06111b !important;
  border-color: rgba(84, 213, 246, 0.28) !important;
  background: linear-gradient(135deg, #54d5f6 0%, #30bce9 62%, #1497c2 100%) !important;
  box-shadow:
    0 14px 28px rgba(32, 184, 231, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
}

/* Site-wide footer adjacency cleanup */
body > main + .site-footer,
.site-footer {
  margin-top: 0 !important;
}

/* Microsoft 365 e-mail page content redesign */
.email-executive-page > .email-architecture-section:not(.email-redesign-section) {
  display: none !important;
}

.collaboration-executive-page > .collaboration-workspace-section:not(.collaboration-redesign-section) {
  display: none !important;
}

.email-executive-page .email-redesign-section {
  --mail-bg: #f5f9fc;
  --mail-bg-soft: #eef6fa;
  --mail-surface: rgba(255, 255, 255, 0.82);
  --mail-surface-strong: rgba(255, 255, 255, 0.96);
  --mail-card: rgba(255, 255, 255, 0.78);
  --mail-ink: #0f172a;
  --mail-muted: #60717d;
  --mail-line: rgba(16, 44, 64, 0.12);
  --mail-line-strong: rgba(32, 184, 231, 0.28);
  --mail-accent: #20b8e7;
  --mail-accent-strong: #128fbd;
  --mail-green: #18a077;
  --mail-shadow: 0 22px 58px rgba(15, 35, 50, 0.08);
  position: relative !important;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(58px, 6vw, 86px) 0 !important;
  color: var(--mail-ink);
  background:
    linear-gradient(180deg, rgba(248, 251, 253, 0.96) 0%, rgba(238, 246, 250, 0.98) 100%),
    var(--mail-bg) !important;
}

.collaboration-redesign-scope .collaboration-redesign-section {
  --mail-accent: #20b8e7;
  --mail-accent-strong: #128fbd;
  --mail-green: #18a077;
}

:root[data-theme="dark"] .email-executive-page .email-redesign-section {
  --mail-bg: #08111b;
  --mail-bg-soft: #0d1824;
  --mail-surface: rgba(8, 17, 27, 0.78);
  --mail-surface-strong: rgba(10, 23, 35, 0.92);
  --mail-card: rgba(10, 23, 35, 0.82);
  --mail-ink: #f7fbff;
  --mail-muted: #c3d2df;
  --mail-line: rgba(84, 213, 246, 0.14);
  --mail-line-strong: rgba(84, 213, 246, 0.26);
  --mail-accent: #54d5f6;
  --mail-accent-strong: #54d5f6;
  --mail-green: #2bd3a9;
  --mail-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
  background:
    linear-gradient(180deg, #08111b 0%, #0d1824 52%, #071019 100%) !important;
}

:root[data-theme="dark"] .collaboration-redesign-scope .collaboration-redesign-section {
  --mail-accent: #54d5f6;
  --mail-accent-strong: #54d5f6;
  --mail-green: #2bd3a9;
}

.email-executive-page .email-redesign-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.32;
  background-image:
    linear-gradient(90deg, color-mix(in srgb, var(--mail-accent) 10%, transparent) 1px, transparent 1px),
    linear-gradient(180deg, color-mix(in srgb, var(--mail-accent) 8%, transparent) 1px, transparent 1px),
    linear-gradient(118deg, transparent 0 58%, color-mix(in srgb, var(--mail-accent) 9%, transparent) 58.1% 62%, transparent 62.1% 100%);
  background-size: 76px 76px, 76px 76px, auto;
  pointer-events: none;
}

.email-executive-page .email-redesign-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--mail-accent) 46%, transparent), transparent);
}

.email-executive-page .email-redesign-layout {
  width: min(1320px, calc(100vw - clamp(28px, 5vw, 96px)));
  max-width: calc(100vw - 40px);
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
}

.email-executive-page .email-control-shell,
.email-executive-page .email-service-grid,
.email-executive-page .email-transition-system,
.email-executive-page .email-governance-section,
.email-executive-page .email-outcome-wall,
.email-executive-page .email-question-section {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--mail-line);
  border-radius: 14px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--mail-accent) 7%, transparent), transparent 64%),
    var(--mail-surface);
  box-shadow:
    var(--mail-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.email-executive-page .email-control-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  min-height: 460px;
  padding: clamp(30px, 4.8vw, 56px);
}

.email-executive-page .email-control-shell::before,
.email-executive-page .email-transition-system::before,
.email-executive-page .email-governance-section::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, transparent, var(--mail-accent), transparent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--mail-accent) 22%, transparent);
}

.email-executive-page .email-control-copy,
.email-executive-page .email-redesign-head,
.email-executive-page .email-transition-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.email-executive-page .email-control-copy h2,
.email-executive-page .email-redesign-head h2,
.email-executive-page .email-transition-copy h2 {
  max-width: 820px;
  margin: 14px 0 0;
  color: var(--mail-ink);
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 880;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.email-executive-page .email-control-copy > p:not(.eyebrow),
.email-executive-page .email-redesign-head > p,
.email-executive-page .email-redesign-head-split > p,
.email-executive-page .email-transition-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--mail-muted);
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 660;
  line-height: 1.72;
}

.email-executive-page .email-control-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.email-executive-page .email-control-tags span,
.email-executive-page .email-board-lines em,
.email-executive-page .email-layer-grid small,
.email-executive-page .email-transition-flow > article > span,
.email-executive-page .email-outcome-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--mail-line);
  border-radius: 8px;
  color: var(--mail-accent-strong);
  background: color-mix(in srgb, var(--mail-accent) 8%, transparent);
  font-size: 11px;
  font-weight: 860;
  line-height: 1;
}

.email-executive-page .email-operation-board {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--mail-line-strong);
  border-radius: 14px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--mail-accent) 10%, transparent), transparent 62%),
    var(--mail-card);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.email-executive-page .email-operation-board::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 120px;
  height: 62px;
  border: 1px solid var(--mail-line);
  border-radius: 10px;
  opacity: 0.38;
  transform: skewX(-12deg);
  pointer-events: none;
}

.email-executive-page .email-board-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--mail-line);
}

.email-executive-page .email-board-head .hardware-mini,
.email-executive-page .email-layer-grid .hardware-mini {
  --mini-accent: var(--mail-accent);
  width: 54px;
  height: 46px;
  animation-play-state: running;
}

.email-executive-page .email-board-head small {
  display: block;
  color: var(--mail-accent-strong);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.email-executive-page .email-board-head strong {
  display: block;
  margin-top: 5px;
  color: var(--mail-ink);
  font-size: 18px;
  font-weight: 840;
  line-height: 1.2;
}

.email-executive-page .email-board-lines {
  display: grid;
  gap: 10px;
}

.email-executive-page .email-board-lines div {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 12px 0;
  border-bottom: 1px solid var(--mail-line);
}

.email-executive-page .email-board-lines div:last-child {
  border-bottom: 0;
}

.email-executive-page .email-board-lines div > span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--mail-accent);
  box-shadow:
    0 0 0 5px color-mix(in srgb, var(--mail-accent) 12%, transparent),
    0 0 18px color-mix(in srgb, var(--mail-accent) 30%, transparent);
  animation: hardware-blink 2.6s ease-in-out infinite;
}

.email-executive-page .email-board-lines strong {
  color: var(--mail-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.28;
}

.email-executive-page .email-board-lines em {
  min-height: 26px;
  border-color: color-mix(in srgb, var(--mail-green) 28%, transparent);
  color: var(--mail-green);
  background: color-mix(in srgb, var(--mail-green) 8%, transparent);
  font-style: normal;
}

.email-executive-page .email-service-grid,
.email-executive-page .email-governance-section,
.email-executive-page .email-outcome-wall,
.email-executive-page .email-question-section {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 3.5vw, 38px);
}

.email-executive-page .email-redesign-head {
  display: grid;
  gap: 0;
}

.email-executive-page .email-redesign-head-split {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  align-items: end;
  gap: clamp(24px, 4vw, 54px);
}

.email-executive-page .email-redesign-head-split > p {
  margin-top: 0;
}

.email-executive-page .email-layer-grid,
.email-executive-page .email-governance-grid,
.email-executive-page .email-outcome-grid,
.email-executive-page .email-question-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.email-executive-page .email-layer-grid article,
.email-executive-page .email-transition-flow article,
.email-executive-page .email-governance-grid article,
.email-executive-page .email-outcome-grid article,
.email-executive-page .email-question-grid details {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--mail-line);
  border-radius: 12px;
  color: var(--mail-ink);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--mail-accent) 6%, transparent), transparent 64%),
    var(--mail-card);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.email-executive-page .email-layer-grid article {
  min-height: 260px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-content: start;
  gap: 16px;
  padding: 20px;
}

.email-executive-page .email-layer-grid article::before,
.email-executive-page .email-governance-grid article::before,
.email-executive-page .email-outcome-grid article::before,
.email-executive-page .email-question-grid details::before {
  content: "";
  position: absolute;
  inset: 14px auto 14px 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: var(--mail-accent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.email-executive-page .email-layer-grid article:hover,
.email-executive-page .email-transition-flow article:hover,
.email-executive-page .email-governance-grid article:hover,
.email-executive-page .email-outcome-grid article:hover,
.email-executive-page .email-question-grid details:hover {
  transform: translateY(-3px);
  border-color: var(--mail-line-strong);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--mail-accent) 9%, transparent), transparent 64%),
    var(--mail-surface-strong);
  box-shadow: 0 18px 42px color-mix(in srgb, var(--mail-accent) 10%, transparent);
}

.email-executive-page .email-layer-grid article:hover::before,
.email-executive-page .email-governance-grid article:hover::before,
.email-executive-page .email-outcome-grid article:hover::before,
.email-executive-page .email-question-grid details:hover::before {
  opacity: 1;
}

.email-executive-page .email-layer-grid small {
  justify-self: start;
  align-self: start;
}

.email-executive-page .email-layer-grid h3 {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  color: var(--mail-ink);
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 840;
  line-height: 1.18;
}

.email-executive-page .email-layer-grid p,
.email-executive-page .email-transition-flow p,
.email-executive-page .email-question-grid p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--mail-muted);
  font-size: 14px;
  font-weight: 640;
  line-height: 1.62;
}

.email-executive-page .email-transition-system {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
  padding: clamp(26px, 4vw, 44px);
}

.email-executive-page .email-transition-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.email-executive-page .email-transition-flow article {
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px;
}

.email-executive-page .email-transition-flow h3,
.email-executive-page .email-governance-grid h3 {
  margin: 0;
  color: var(--mail-ink);
  font-size: 17px;
  font-weight: 840;
  line-height: 1.2;
}

.email-executive-page .email-governance-grid article {
  min-height: 250px;
  padding: 20px;
}

.email-executive-page .email-check-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.email-executive-page .email-check-list span {
  position: relative;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-bottom: 1px solid var(--mail-line);
  color: var(--mail-muted);
  font-size: 13.5px;
  font-weight: 720;
  line-height: 1.35;
}

.email-executive-page .email-check-list span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mail-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--mail-accent) 10%, transparent);
}

.email-executive-page .email-outcome-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.email-executive-page .email-outcome-grid article {
  min-height: 150px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 18px;
}

.email-executive-page .email-outcome-grid strong {
  color: var(--mail-ink);
  font-size: 15px;
  font-weight: 780;
  line-height: 1.42;
}

.email-executive-page .email-question-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.email-executive-page .email-question-grid details {
  min-height: 106px;
  padding: 0;
}

.email-executive-page .email-question-grid summary {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: var(--mail-ink);
  font-size: 15px;
  font-weight: 820;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.email-executive-page .email-question-grid summary::-webkit-details-marker {
  display: none;
}

.email-executive-page .email-question-grid summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--mail-line);
  border-radius: 8px;
  color: var(--mail-accent-strong);
  font-size: 20px;
  font-weight: 650;
}

.email-executive-page .email-question-grid details[open] summary::after {
  content: "-";
}

.email-executive-page .email-question-grid details p {
  padding: 0 20px 18px;
}

@media (max-width: 1180px) {
  .email-executive-page .email-control-shell,
  .email-executive-page .email-transition-system,
  .email-executive-page .email-redesign-head-split {
    grid-template-columns: 1fr;
  }

  .email-executive-page .email-transition-flow,
  .email-executive-page .email-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .email-executive-page .email-layer-grid,
  .email-executive-page .email-governance-grid,
  .email-executive-page .email-question-grid {
    grid-template-columns: 1fr;
  }

  .email-executive-page .email-control-shell {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .email-executive-page .email-redesign-section {
    padding: 46px 0 !important;
  }

  .email-executive-page .email-control-shell,
  .email-executive-page .email-service-grid,
  .email-executive-page .email-transition-system,
  .email-executive-page .email-governance-section,
  .email-executive-page .email-outcome-wall,
  .email-executive-page .email-question-section {
    border-radius: 12px;
  }

  .email-executive-page .email-control-shell,
  .email-executive-page .email-service-grid,
  .email-executive-page .email-transition-system,
  .email-executive-page .email-governance-section,
  .email-executive-page .email-outcome-wall,
  .email-executive-page .email-question-section {
    padding: 20px;
  }

  .email-executive-page .email-control-copy h2,
  .email-executive-page .email-redesign-head h2,
  .email-executive-page .email-transition-copy h2 {
    font-size: clamp(28px, 8.8vw, 36px);
  }

  .email-executive-page .email-board-lines div {
    grid-template-columns: 14px minmax(0, 1fr);
  }

  .email-executive-page .email-board-lines em {
    grid-column: 2;
    justify-self: start;
  }

  .email-executive-page .email-transition-flow,
  .email-executive-page .email-outcome-grid {
    grid-template-columns: 1fr;
  }
}

:root[data-theme="dark"] .email-executive-page .email-layer-grid article,
:root[data-theme="dark"] .email-executive-page .email-transition-flow article,
:root[data-theme="dark"] .email-executive-page .email-governance-grid article,
:root[data-theme="dark"] .email-executive-page .email-outcome-grid article,
:root[data-theme="dark"] .email-executive-page .email-question-grid details,
:root[data-theme="dark"] .email-executive-page .email-operation-board {
  background-color: rgba(10, 23, 35, 0.86) !important;
  background-image: linear-gradient(135deg, rgba(84, 213, 246, 0.055), transparent 64%) !important;
  background:
    linear-gradient(135deg, rgba(84, 213, 246, 0.055), transparent 64%),
    rgba(10, 23, 35, 0.86) !important;
}

:root[data-theme="dark"] .email-executive-page .email-layer-grid article:hover,
:root[data-theme="dark"] .email-executive-page .email-transition-flow article:hover,
:root[data-theme="dark"] .email-executive-page .email-governance-grid article:hover,
:root[data-theme="dark"] .email-executive-page .email-outcome-grid article:hover,
:root[data-theme="dark"] .email-executive-page .email-question-grid details:hover {
  background-color: rgba(12, 28, 42, 0.94) !important;
  background-image: linear-gradient(135deg, rgba(84, 213, 246, 0.08), transparent 64%) !important;
  background:
    linear-gradient(135deg, rgba(84, 213, 246, 0.08), transparent 64%),
    rgba(12, 28, 42, 0.94) !important;
}

/* Microsoft 365 live status dots */
.email-executive-page .email-board-lines div > span,
.email-executive-page .email-check-list span::before,
.email-executive-page .about-contact-route span,
.collaboration-executive-page .about-contact-route span,
main.email-executive-page ~ .site-footer .footer-sisdesk-badges span::before,
main.collaboration-executive-page ~ .site-footer .footer-sisdesk-badges span::before {
  transform-origin: center;
  will-change: transform, opacity, box-shadow;
  animation: email-status-dot-pulse 1.85s ease-in-out infinite !important;
}

.email-executive-page .email-board-lines div:nth-child(2) > span,
.email-executive-page .email-check-list span:nth-child(2)::before,
.email-executive-page .about-contact-route div:nth-child(2) span,
.collaboration-executive-page .about-contact-route div:nth-child(2) span,
main.email-executive-page ~ .site-footer .footer-sisdesk-badges span:nth-child(2)::before,
main.collaboration-executive-page ~ .site-footer .footer-sisdesk-badges span:nth-child(2)::before {
  animation-delay: 180ms !important;
}

.email-executive-page .email-board-lines div:nth-child(3) > span,
.email-executive-page .email-check-list span:nth-child(3)::before,
.email-executive-page .about-contact-route div:nth-child(3) span,
.collaboration-executive-page .about-contact-route div:nth-child(3) span,
main.email-executive-page ~ .site-footer .footer-sisdesk-badges span:nth-child(3)::before,
main.collaboration-executive-page ~ .site-footer .footer-sisdesk-badges span:nth-child(3)::before {
  animation-delay: 360ms !important;
}

.email-executive-page .email-board-lines div:nth-child(4) > span,
.email-executive-page .email-check-list span:nth-child(4)::before,
main.email-executive-page ~ .site-footer .footer-sisdesk-badges span:nth-child(4)::before,
main.collaboration-executive-page ~ .site-footer .footer-sisdesk-badges span:nth-child(4)::before {
  animation-delay: 540ms !important;
}

@keyframes email-status-dot-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.82);
    box-shadow:
      0 0 0 3px color-mix(in srgb, var(--mail-accent, #54d5f6) 8%, transparent),
      0 0 8px color-mix(in srgb, var(--mail-accent, #54d5f6) 18%, transparent);
  }

  45% {
    opacity: 1;
    transform: scale(1.16);
    box-shadow:
      0 0 0 7px color-mix(in srgb, var(--mail-accent, #54d5f6) 16%, transparent),
      0 0 22px color-mix(in srgb, var(--mail-accent, #54d5f6) 42%, transparent);
  }

  72% {
    opacity: 0.82;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .email-executive-page .email-board-lines div > span,
  .email-executive-page .email-check-list span::before,
  .email-executive-page .about-contact-route span,
  .collaboration-executive-page .about-contact-route span,
  main.email-executive-page ~ .site-footer .footer-sisdesk-badges span::before,
  main.collaboration-executive-page ~ .site-footer .footer-sisdesk-badges span::before {
    animation: none !important;
  }
}

/* Microsoft 365 collaboration page - distinct workspace architecture */
.collaboration-redesign-scope .collaboration-redesign-section {
  --collab-blue: #20b8e7;
  --collab-mint: #21b989;
  --collab-amber: #d19a34;
  --collab-ink-deep: #0d1f2c;
  --collab-panel: rgba(255, 255, 255, 0.72);
  padding-top: clamp(46px, 5vw, 72px) !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(32, 184, 231, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(238, 248, 251, 0.98) 0%, rgba(247, 251, 253, 0.96) 46%, rgba(232, 244, 249, 0.98) 100%) !important;
}

.collaboration-redesign-scope .collaboration-redesign-section::before {
  opacity: 0.42;
  background-image:
    linear-gradient(90deg, color-mix(in srgb, var(--mail-accent) 8%, transparent) 1px, transparent 1px),
    linear-gradient(180deg, color-mix(in srgb, var(--mail-accent) 7%, transparent) 1px, transparent 1px),
    linear-gradient(126deg, transparent 0 46%, color-mix(in srgb, var(--collab-mint) 9%, transparent) 46.1% 49%, transparent 49.1% 100%),
    linear-gradient(54deg, transparent 0 63%, color-mix(in srgb, var(--mail-accent) 8%, transparent) 63.1% 66%, transparent 66.1% 100%);
  background-size: 88px 88px, 88px 88px, auto, auto;
}

.collaboration-redesign-scope .email-redesign-layout {
  gap: clamp(20px, 3vw, 34px);
}

.collaboration-redesign-scope .email-control-shell {
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 0.92fr);
  align-items: stretch;
  min-height: 520px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(229, 246, 251, 0.62)),
    var(--mail-surface) !important;
}

.collaboration-redesign-scope .email-control-shell::before {
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--mail-accent), var(--collab-mint), var(--collab-amber));
}

.collaboration-redesign-scope .email-control-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.collaboration-redesign-scope .email-control-copy h2 {
  max-width: 740px;
  font-size: clamp(34px, 4vw, 56px);
}

.collaboration-redesign-scope .email-control-copy > p:not(.eyebrow) {
  max-width: 680px;
  font-size: clamp(15px, 1.08vw, 18px);
}

.collaboration-redesign-scope .email-control-tags {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, auto));
  justify-content: start;
  gap: 10px;
}

.collaboration-redesign-scope .email-control-tags span {
  min-height: 34px;
  border-color: color-mix(in srgb, var(--mail-accent) 26%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--mail-accent) 12%, transparent), color-mix(in srgb, var(--collab-mint) 7%, transparent));
}

.collaboration-redesign-scope .email-operation-board {
  align-self: stretch;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  padding: clamp(22px, 3vw, 30px);
  border-radius: 18px;
  background:
    radial-gradient(circle at 52% 46%, color-mix(in srgb, var(--mail-accent) 16%, transparent), transparent 24%),
    linear-gradient(135deg, color-mix(in srgb, var(--mail-accent) 9%, transparent), color-mix(in srgb, var(--collab-mint) 8%, transparent)),
    var(--mail-card) !important;
}

.collaboration-redesign-scope .email-operation-board::before {
  content: "";
  position: absolute;
  inset: 86px 42px 58px;
  border: 1px solid color-mix(in srgb, var(--mail-accent) 18%, transparent);
  border-radius: 18px;
  opacity: 0.52;
  pointer-events: none;
}

.collaboration-redesign-scope .email-operation-board::after {
  right: 34px;
  bottom: 32px;
  width: 160px;
  height: 92px;
  border-color: color-mix(in srgb, var(--collab-mint) 24%, transparent);
  opacity: 0.34;
}

.collaboration-redesign-scope .email-board-head {
  position: relative;
  z-index: 1;
  min-height: 88px;
  padding: 0 0 20px;
}

.collaboration-redesign-scope .email-board-lines {
  position: relative;
  z-index: 1;
  align-content: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.collaboration-redesign-scope .email-board-lines div {
  grid-template-columns: 18px minmax(0, 1fr);
  align-content: start;
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--mail-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.52);
}

.collaboration-redesign-scope .email-board-lines div:last-child {
  border-bottom: 1px solid var(--mail-line);
}

.collaboration-redesign-scope .email-board-lines em {
  grid-column: 2;
  justify-self: start;
  margin-top: 8px;
}

.collaboration-redesign-scope .email-service-grid {
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 1fr);
  align-items: start;
  border-radius: 18px;
}

.collaboration-redesign-scope .email-service-grid > .email-redesign-head {
  align-self: stretch;
  padding: clamp(8px, 1vw, 14px) clamp(12px, 1.5vw, 20px) clamp(8px, 1vw, 14px) 0;
  border-right: 1px solid var(--mail-line);
}

.collaboration-redesign-scope .email-service-grid .email-redesign-head h2 {
  font-size: clamp(28px, 2.8vw, 42px);
}

.collaboration-redesign-scope .email-layer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.collaboration-redesign-scope .email-layer-grid article {
  min-height: 225px;
  grid-template-columns: 56px minmax(0, 1fr);
  border-radius: 14px;
}

.collaboration-redesign-scope .email-layer-grid article:nth-child(3n + 2) {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--collab-mint) 8%, transparent), transparent 64%),
    var(--mail-card);
}

.collaboration-redesign-scope .email-layer-grid article:nth-child(3n) {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--collab-amber) 8%, transparent), transparent 64%),
    var(--mail-card);
}

.collaboration-redesign-scope .email-transition-system {
  grid-template-columns: 1fr;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(13, 31, 44, 0.96), rgba(19, 58, 76, 0.92)),
    var(--collab-ink-deep) !important;
}

.collaboration-redesign-scope .email-transition-system::before {
  background: linear-gradient(180deg, transparent, var(--collab-mint), transparent);
}

.collaboration-redesign-scope .email-transition-system .eyebrow,
.collaboration-redesign-scope .email-transition-system h2,
.collaboration-redesign-scope .email-transition-system p {
  color: #f8fcff;
}

.collaboration-redesign-scope .email-transition-system .email-transition-copy > p:not(.eyebrow) {
  max-width: 820px;
  color: rgba(225, 241, 248, 0.78);
}

.collaboration-redesign-scope .email-transition-flow {
  position: relative;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-top: 18px;
}

.collaboration-redesign-scope .email-transition-flow::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 39px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(84, 213, 246, 0.55), transparent);
}

.collaboration-redesign-scope .email-transition-flow article {
  min-height: 184px;
  border-color: rgba(84, 213, 246, 0.18);
  background: rgba(255, 255, 255, 0.055) !important;
}

.collaboration-redesign-scope .email-transition-flow > article > span {
  position: relative;
  z-index: 1;
  justify-self: start;
  width: auto;
  min-width: 44px;
  border-color: rgba(84, 213, 246, 0.32);
  color: #54d5f6;
  background: rgba(84, 213, 246, 0.12);
}

.collaboration-redesign-scope .email-transition-flow h3 {
  color: #f8fcff;
}

.collaboration-redesign-scope .email-transition-flow p {
  color: rgba(225, 241, 248, 0.82);
}

.collaboration-redesign-scope .email-governance-section {
  border-radius: 18px;
}

.collaboration-redesign-scope .email-governance-grid article {
  min-height: 285px;
  border-radius: 14px;
}

.collaboration-redesign-scope .email-check-list span {
  min-height: 42px;
}

.collaboration-redesign-scope .email-outcome-wall {
  border-radius: 18px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--mail-accent) 12%, transparent), transparent 38%, color-mix(in srgb, var(--collab-mint) 10%, transparent)),
    var(--mail-surface) !important;
}

.collaboration-redesign-scope .email-outcome-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.collaboration-redesign-scope .email-outcome-grid article {
  min-height: 178px;
  border-radius: 14px;
}

.collaboration-redesign-scope .email-question-section {
  border-radius: 18px;
}

.collaboration-redesign-scope .email-question-grid details {
  border-radius: 14px;
}

:root[data-theme="dark"] .collaboration-redesign-scope .collaboration-redesign-section {
  --collab-panel: rgba(10, 23, 35, 0.82);
  background:
    radial-gradient(circle at 14% 8%, rgba(84, 213, 246, 0.1), transparent 34%),
    linear-gradient(180deg, #08111b 0%, #0d1824 54%, #071019 100%) !important;
}

:root[data-theme="dark"] .collaboration-redesign-scope .email-control-shell {
  background:
    linear-gradient(145deg, rgba(10, 23, 35, 0.92), rgba(9, 34, 48, 0.72)),
    rgba(10, 23, 35, 0.86) !important;
}

:root[data-theme="dark"] .collaboration-redesign-scope .email-board-lines div {
  background: rgba(255, 255, 255, 0.045);
}

:root[data-theme="dark"] .collaboration-redesign-scope .email-transition-system {
  background:
    linear-gradient(135deg, rgba(7, 16, 25, 0.98), rgba(11, 34, 49, 0.94)),
    #071019 !important;
}

:root[data-theme="dark"] .collaboration-redesign-scope .email-layer-grid article:nth-child(3n + 2),
:root[data-theme="dark"] .collaboration-redesign-scope .email-layer-grid article:nth-child(3n) {
  background-color: rgba(10, 23, 35, 0.86) !important;
}

@media (max-width: 1180px) {
  .collaboration-redesign-scope .email-control-shell,
  .collaboration-redesign-scope .email-service-grid {
    grid-template-columns: 1fr;
  }

  .collaboration-redesign-scope .email-service-grid > .email-redesign-head {
    border-right: 0;
    border-bottom: 1px solid var(--mail-line);
    padding-right: 0;
    padding-bottom: 22px;
  }

  .collaboration-redesign-scope .email-transition-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .collaboration-redesign-scope .email-control-tags,
  .collaboration-redesign-scope .email-board-lines,
  .collaboration-redesign-scope .email-layer-grid,
  .collaboration-redesign-scope .email-transition-flow,
  .collaboration-redesign-scope .email-outcome-grid {
    grid-template-columns: 1fr;
  }

  .collaboration-redesign-scope .email-transition-flow::before {
    display: none;
  }

  .collaboration-redesign-scope .email-board-lines div {
    min-height: auto;
  }
}

/* Private cloud page - secure vault redesign */
.private-cloud-vault-page > .private-cloud-showcase,
.private-cloud-vault-page > .private-cloud-section,
.private-cloud-vault-page > .private-cloud-audience-section,
.private-cloud-vault-page > .private-cloud-faq-section {
  display: none !important;
}

.private-cloud-vault-section {
  --vault-bg: #eef6fa;
  --vault-surface: rgba(255, 255, 255, 0.86);
  --vault-panel: rgba(255, 255, 255, 0.74);
  --vault-ink: #0f172a;
  --vault-muted: #60717d;
  --vault-line: rgba(14, 64, 86, 0.13);
  --vault-line-strong: rgba(29, 167, 200, 0.32);
  --vault-accent: #1da7c8;
  --vault-accent-strong: #0d7892;
  --vault-green: #1a9b7a;
  --vault-amber: #b9812d;
  --vault-dark: #071927;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(54px, 6vw, 88px) 0;
  color: var(--vault-ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(29, 167, 200, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(239, 248, 251, 0.98) 0%, rgba(247, 251, 253, 0.96) 50%, rgba(234, 244, 248, 0.98) 100%);
}

.private-cloud-vault-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.44;
  background-image:
    linear-gradient(90deg, rgba(29, 167, 200, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(29, 167, 200, 0.07) 1px, transparent 1px),
    linear-gradient(125deg, transparent 0 42%, rgba(29, 167, 200, 0.11) 42.1% 44.4%, transparent 44.5% 100%),
    linear-gradient(58deg, transparent 0 67%, rgba(26, 155, 122, 0.09) 67.1% 69.4%, transparent 69.5% 100%);
  background-size: 82px 82px, 82px 82px, auto, auto;
  pointer-events: none;
}

.private-cloud-vault-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(29, 167, 200, 0.48), transparent);
}

.pc-vault-layout {
  width: min(1320px, calc(100vw - clamp(28px, 5vw, 96px)));
  max-width: calc(100vw - 40px);
  display: grid;
  gap: clamp(20px, 3vw, 34px);
}

.pc-vault-command,
.pc-vault-stack-section,
.pc-vault-matrix-section,
.pc-vault-process-section,
.pc-vault-outcome-section,
.pc-vault-question-section {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--vault-line);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(29, 167, 200, 0.07), transparent 62%),
    var(--vault-surface);
  box-shadow:
    0 24px 64px rgba(7, 25, 39, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pc-vault-command {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 0.9fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding: clamp(30px, 4.8vw, 58px);
}

.pc-vault-command::before,
.pc-vault-matrix-section::before,
.pc-vault-process-section::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, transparent, var(--vault-accent), var(--vault-green), transparent);
  box-shadow: 0 0 20px rgba(29, 167, 200, 0.24);
}

.pc-vault-copy,
.pc-vault-section-head,
.pc-vault-matrix-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.pc-vault-copy h2,
.pc-vault-section-head h2,
.pc-vault-matrix-copy h2 {
  max-width: 860px;
  margin: 14px 0 0;
  color: var(--vault-ink);
  font-size: clamp(30px, 3.6vw, 54px);
  font-weight: 880;
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

.pc-vault-copy > p:not(.eyebrow),
.pc-vault-section-head > p,
.pc-vault-matrix-copy > p {
  max-width: 740px;
  margin: 18px 0 0;
  color: var(--vault-muted);
  font-size: clamp(15px, 1.08vw, 17px);
  font-weight: 650;
  line-height: 1.72;
}

.pc-vault-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.pc-vault-tags span,
.pc-vault-stack-grid small,
.pc-vault-route small,
.pc-vault-outcome-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--vault-line);
  border-radius: 8px;
  color: var(--vault-accent-strong);
  background: rgba(29, 167, 200, 0.08);
  font-size: 11px;
  font-weight: 860;
  line-height: 1;
}

.pc-vault-console {
  position: relative;
  z-index: 1;
  min-height: 460px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 20px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--vault-line-strong);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 48%, rgba(29, 167, 200, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(29, 167, 200, 0.09), rgba(26, 155, 122, 0.07)),
    var(--vault-panel);
}

.pc-vault-console::before {
  content: "";
  position: absolute;
  inset: 96px 48px 66px;
  border: 1px solid rgba(29, 167, 200, 0.22);
  border-radius: 24px;
  pointer-events: none;
}

.pc-vault-console-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--vault-line);
}

.pc-vault-console-head .hardware-mini,
.pc-vault-stack-grid .hardware-mini {
  --mini-accent: var(--vault-accent);
  width: 54px;
  height: 46px;
  animation-play-state: running;
}

.pc-vault-console-head small {
  display: block;
  color: var(--vault-accent-strong);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.pc-vault-console-head strong {
  display: block;
  margin-top: 5px;
  color: var(--vault-ink);
  font-size: 18px;
  font-weight: 840;
  line-height: 1.2;
}

.pc-vault-map {
  position: relative;
  min-height: 330px;
}

.pc-vault-map::before,
.pc-vault-map::after {
  content: "";
  position: absolute;
  inset: 50% 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(29, 167, 200, 0.36), transparent);
}

.pc-vault-map::after {
  transform: rotate(90deg);
}

.pc-vault-core,
.pc-vault-node {
  position: absolute;
  display: grid;
  gap: 5px;
  align-content: center;
  border: 1px solid var(--vault-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pc-vault-core {
  left: 50%;
  top: 50%;
  width: 170px;
  min-height: 118px;
  padding: 20px;
  text-align: center;
  transform: translate(-50%, -50%);
  border-color: var(--vault-line-strong);
  background:
    linear-gradient(135deg, rgba(29, 167, 200, 0.12), rgba(26, 155, 122, 0.08)),
    rgba(255, 255, 255, 0.72);
}

.pc-vault-node {
  width: min(174px, 42%);
  min-height: 86px;
  padding: 14px 16px 14px 34px;
}

.pc-vault-node-top {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.pc-vault-node-right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pc-vault-node-bottom {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.pc-vault-node-left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pc-vault-core strong,
.pc-vault-node strong {
  color: var(--vault-ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
}

.pc-vault-core small,
.pc-vault-node small {
  color: var(--vault-muted);
  font-size: 12px;
  font-weight: 680;
  line-height: 1.25;
}

.pc-vault-live-dot,
.pc-vault-route-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--vault-accent);
  box-shadow:
    0 0 0 5px rgba(29, 167, 200, 0.12),
    0 0 18px rgba(29, 167, 200, 0.34);
}

.pc-vault-core .pc-vault-live-dot {
  justify-self: center;
}

.pc-vault-node .pc-vault-live-dot {
  position: absolute;
  left: 15px;
  top: calc(50% - 5px);
}

.pc-vault-stack-section,
.pc-vault-question-section {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 3.5vw, 40px);
}

.pc-vault-section-head {
  display: grid;
  gap: 0;
}

.pc-vault-stack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pc-vault-stack-grid article,
.pc-vault-route article,
.pc-vault-outcome-grid article,
.pc-vault-question-grid details {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--vault-line);
  border-radius: 14px;
  color: var(--vault-ink);
  background:
    linear-gradient(135deg, rgba(29, 167, 200, 0.055), transparent 64%),
    var(--vault-panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.pc-vault-stack-grid article {
  min-height: 342px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-content: start;
  gap: 16px;
  padding: 20px;
}

.pc-vault-stack-grid article:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(26, 155, 122, 0.07), transparent 64%),
    var(--vault-panel);
}

.pc-vault-stack-grid article:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(185, 129, 45, 0.075), transparent 64%),
    var(--vault-panel);
}

.pc-vault-stack-grid h3,
.pc-vault-route h3 {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  color: var(--vault-ink);
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 850;
  line-height: 1.18;
}

.pc-vault-stack-grid p,
.pc-vault-route p,
.pc-vault-question-grid p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--vault-muted);
  font-size: 14px;
  font-weight: 640;
  line-height: 1.62;
}

.pc-vault-check {
  grid-column: 1 / -1;
  display: grid;
  gap: 9px;
  margin-top: 2px;
}

.pc-vault-check span {
  position: relative;
  min-height: 34px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-top: 1px solid var(--vault-line);
  color: var(--vault-muted);
  font-size: 13.5px;
  font-weight: 720;
}

.pc-vault-check span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--vault-accent);
  box-shadow: 0 0 0 4px rgba(29, 167, 200, 0.1);
}

.pc-vault-matrix-section {
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(520px, 0.9fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
}

.pc-vault-matrix {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--vault-line-strong);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(29, 167, 200, 0.07), rgba(26, 155, 122, 0.06)),
    var(--vault-panel);
}

.pc-vault-matrix-row {
  display: grid;
  grid-template-columns: minmax(120px, 1.3fr) repeat(4, minmax(54px, 0.55fr));
  gap: 8px;
  align-items: center;
  min-height: 50px;
  padding: 8px 10px;
  border: 1px solid var(--vault-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.52);
}

.pc-vault-matrix-row.is-head {
  min-height: 42px;
  color: var(--vault-accent-strong);
  background: rgba(29, 167, 200, 0.08);
}

.pc-vault-matrix-row strong {
  color: var(--vault-ink);
  font-size: 13px;
  font-weight: 830;
}

.pc-vault-matrix-row span {
  color: var(--vault-accent-strong);
  font-size: 11px;
  font-weight: 860;
  text-align: center;
}

.pc-vault-matrix-row em {
  --vault-accent: var(--vault-green);
  width: 12px;
  height: 12px;
  justify-self: center;
  border-radius: 999px;
  background: var(--vault-green);
  box-shadow:
    0 0 0 5px rgba(26, 155, 122, 0.1),
    0 0 18px rgba(26, 155, 122, 0.28);
}

.pc-vault-matrix-row em.is-muted {
  --vault-accent: var(--vault-amber);
  background: var(--vault-amber);
  box-shadow:
    0 0 0 5px rgba(185, 129, 45, 0.1),
    0 0 18px rgba(185, 129, 45, 0.22);
}

.pc-vault-process-section {
  display: grid;
  gap: 26px;
  padding: clamp(28px, 4vw, 48px);
  color: #f8fcff;
  background:
    linear-gradient(135deg, rgba(7, 25, 39, 0.98), rgba(11, 47, 66, 0.94)),
    var(--vault-dark);
}

.pc-vault-process-section .eyebrow,
.pc-vault-process-section h2 {
  color: #f8fcff;
}

.pc-vault-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.pc-vault-route::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(113, 212, 232, 0.56), transparent);
}

.pc-vault-route article {
  min-height: 232px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  border-color: rgba(113, 212, 232, 0.18);
  background: rgba(255, 255, 255, 0.055);
}

.pc-vault-route small,
.pc-vault-route-dot {
  position: relative;
  z-index: 1;
}

.pc-vault-route h3 {
  color: #f8fcff;
}

.pc-vault-route p {
  color: rgba(226, 242, 248, 0.82);
}

.pc-vault-outcome-section {
  display: grid;
  gap: 22px;
  padding: clamp(26px, 3.5vw, 42px);
  background:
    linear-gradient(90deg, rgba(29, 167, 200, 0.12), transparent 38%, rgba(26, 155, 122, 0.1)),
    var(--vault-surface);
}

.pc-vault-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pc-vault-outcome-grid article {
  min-height: 178px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 18px;
}

.pc-vault-outcome-grid strong {
  color: var(--vault-ink);
  font-size: 15px;
  font-weight: 780;
  line-height: 1.42;
}

.pc-vault-question-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pc-vault-question-grid details {
  min-height: 108px;
  padding: 0;
}

.pc-vault-question-grid summary {
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: var(--vault-ink);
  font-size: 15px;
  font-weight: 820;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.pc-vault-question-grid summary::-webkit-details-marker {
  display: none;
}

.pc-vault-question-grid summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--vault-line);
  border-radius: 8px;
  color: var(--vault-accent-strong);
  font-size: 20px;
  font-weight: 650;
}

.pc-vault-question-grid details[open] summary::after {
  content: "-";
}

.pc-vault-question-grid details p {
  padding: 0 20px 18px;
}

.pc-vault-stack-grid article:hover,
.pc-vault-route article:hover,
.pc-vault-outcome-grid article:hover,
.pc-vault-question-grid details:hover {
  transform: translateY(-3px);
  border-color: var(--vault-line-strong);
  background:
    linear-gradient(135deg, rgba(29, 167, 200, 0.095), transparent 64%),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(29, 167, 200, 0.1);
}

.pc-vault-live-dot,
.pc-vault-route-dot,
.pc-vault-check span::before,
.pc-vault-matrix-row em,
.private-cloud-vault-page .about-contact-route span,
main.private-cloud-vault-page ~ .site-footer .footer-sisdesk-badges span::before {
  transform-origin: center;
  will-change: transform, opacity, box-shadow;
  animation: pc-vault-dot-pulse 1.9s ease-in-out infinite !important;
}

.pc-vault-node:nth-of-type(3) .pc-vault-live-dot,
.pc-vault-route article:nth-child(2) .pc-vault-route-dot,
.pc-vault-check span:nth-child(2)::before,
.pc-vault-matrix-row:nth-child(3) em,
.private-cloud-vault-page .about-contact-route div:nth-child(2) span,
main.private-cloud-vault-page ~ .site-footer .footer-sisdesk-badges span:nth-child(2)::before {
  animation-delay: 180ms !important;
}

.pc-vault-node:nth-of-type(4) .pc-vault-live-dot,
.pc-vault-route article:nth-child(3) .pc-vault-route-dot,
.pc-vault-check span:nth-child(3)::before,
.pc-vault-matrix-row:nth-child(4) em,
.private-cloud-vault-page .about-contact-route div:nth-child(3) span,
main.private-cloud-vault-page ~ .site-footer .footer-sisdesk-badges span:nth-child(3)::before {
  animation-delay: 360ms !important;
}

.pc-vault-node:nth-of-type(5) .pc-vault-live-dot,
.pc-vault-route article:nth-child(4) .pc-vault-route-dot,
.pc-vault-matrix-row:nth-child(5) em {
  animation-delay: 540ms !important;
}

.pc-vault-route article:nth-child(5) .pc-vault-route-dot {
  animation-delay: 720ms !important;
}

@keyframes pc-vault-dot-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.84);
    box-shadow:
      0 0 0 3px color-mix(in srgb, var(--vault-accent, #1da7c8) 8%, transparent),
      0 0 8px color-mix(in srgb, var(--vault-accent, #1da7c8) 18%, transparent);
  }

  45% {
    opacity: 1;
    transform: scale(1.16);
    box-shadow:
      0 0 0 7px color-mix(in srgb, var(--vault-accent, #1da7c8) 16%, transparent),
      0 0 22px color-mix(in srgb, var(--vault-accent, #1da7c8) 42%, transparent);
  }

  72% {
    opacity: 0.82;
    transform: scale(1);
  }
}

:root[data-theme="dark"] .private-cloud-vault-section {
  --vault-bg: #071019;
  --vault-surface: rgba(10, 23, 35, 0.9);
  --vault-panel: rgba(10, 23, 35, 0.82);
  --vault-ink: #f7fbff;
  --vault-muted: #c3d2df;
  --vault-line: rgba(113, 212, 232, 0.14);
  --vault-line-strong: rgba(113, 212, 232, 0.28);
  --vault-accent: #54d5f6;
  --vault-accent-strong: #71d4e8;
  --vault-green: #2bd3a9;
  --vault-amber: #e1b45e;
  background:
    radial-gradient(circle at 8% 12%, rgba(84, 213, 246, 0.1), transparent 34%),
    linear-gradient(180deg, #08111b 0%, #0d1824 54%, #071019 100%);
}

:root[data-theme="dark"] .pc-vault-core,
:root[data-theme="dark"] .pc-vault-node,
:root[data-theme="dark"] .pc-vault-matrix-row {
  background: rgba(255, 255, 255, 0.045);
}

:root[data-theme="dark"] .pc-vault-stack-grid article,
:root[data-theme="dark"] .pc-vault-outcome-grid article,
:root[data-theme="dark"] .pc-vault-question-grid details {
  background-color: rgba(10, 23, 35, 0.86) !important;
}

:root[data-theme="dark"] .pc-vault-stack-grid article:hover,
:root[data-theme="dark"] .pc-vault-route article:hover,
:root[data-theme="dark"] .pc-vault-outcome-grid article:hover,
:root[data-theme="dark"] .pc-vault-question-grid details:hover {
  background-color: rgba(12, 28, 42, 0.94) !important;
}

@media (max-width: 1180px) {
  .pc-vault-command,
  .pc-vault-matrix-section {
    grid-template-columns: 1fr;
  }

  .pc-vault-stack-grid,
  .pc-vault-route,
  .pc-vault-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-vault-route::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .private-cloud-vault-section {
    padding: 46px 0;
  }

  .pc-vault-command,
  .pc-vault-stack-section,
  .pc-vault-matrix-section,
  .pc-vault-process-section,
  .pc-vault-outcome-section,
  .pc-vault-question-section {
    border-radius: 14px;
    padding: 20px;
  }

  .pc-vault-copy h2,
  .pc-vault-section-head h2,
  .pc-vault-matrix-copy h2 {
    font-size: clamp(28px, 8.8vw, 36px);
  }

  .pc-vault-stack-grid,
  .pc-vault-route,
  .pc-vault-outcome-grid,
  .pc-vault-question-grid {
    grid-template-columns: 1fr;
  }

  .pc-vault-map {
    min-height: auto;
    display: grid;
    gap: 10px;
  }

  .pc-vault-map::before,
  .pc-vault-map::after {
    display: none;
  }

  .pc-vault-core,
  .pc-vault-node {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 78px;
    transform: none;
  }

  .pc-vault-core {
    text-align: left;
  }

  .pc-vault-matrix {
    overflow-x: auto;
  }

  .pc-vault-matrix-row {
    min-width: 520px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-vault-live-dot,
  .pc-vault-route-dot,
  .pc-vault-check span::before,
  .pc-vault-matrix-row em,
  .private-cloud-vault-page .about-contact-route span,
  main.private-cloud-vault-page ~ .site-footer .footer-sisdesk-badges span::before {
    animation: none !important;
  }
}

/* Managed cloud server and secure remote access redesign */
.managed-cloud-ops-page > .cloud-access-legacy {
  display: none !important;
}

.managed-cloud-ops-page,
.managed-cloud-ops-page > .about-contact-section {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.managed-cloud-ops {
  --mco-bg: #f3f7fa;
  --mco-bg-alt: #eaf2f6;
  --mco-surface: #ffffff;
  --mco-surface-soft: #f8fbfc;
  --mco-ink: #0d1e2b;
  --mco-muted: #5c6e7b;
  --mco-line: rgba(15, 48, 67, 0.13);
  --mco-line-strong: rgba(24, 154, 196, 0.32);
  --mco-cyan: #1aaedb;
  --mco-cyan-strong: #087da5;
  --mco-blue: #2867c7;
  --mco-green: #159574;
  --mco-amber: #b87b24;
  --mco-dark: #071522;
  --mco-dark-soft: #0d2232;
  color: var(--mco-ink);
  background: var(--mco-bg);
  border-top: 1px solid var(--mco-line);
}

.managed-cloud-ops *,
.managed-cloud-ops *::before,
.managed-cloud-ops *::after {
  box-sizing: border-box;
}

.managed-cloud-intro-band,
.managed-cloud-architecture-band,
.managed-cloud-policy-band,
.managed-cloud-scope-band,
.managed-cloud-transition-band,
.managed-cloud-outcome-band,
.managed-cloud-decision-band {
  position: relative;
  overflow: hidden;
}

.managed-cloud-intro-band {
  padding: clamp(64px, 7vw, 104px) 0;
  background-color: var(--mco-bg);
  background-image:
    linear-gradient(rgba(26, 174, 219, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 174, 219, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
}

.managed-cloud-intro-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 0 58%, rgba(26, 174, 219, 0.08) 58% 72%, transparent 72%);
}

.managed-cloud-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(620px, 1.18fr);
  gap: clamp(44px, 6vw, 86px);
  align-items: center;
}

.managed-cloud-intro-copy,
.managed-cloud-section-head,
.managed-cloud-policy-copy,
.managed-cloud-fit {
  min-width: 0;
}

.managed-cloud-intro-copy .eyebrow,
.managed-cloud-section-head .eyebrow,
.managed-cloud-policy-copy .eyebrow,
.managed-cloud-fit .eyebrow {
  margin: 0 0 14px;
  color: var(--mco-cyan-strong);
}

.managed-cloud-intro-copy h2,
.managed-cloud-section-head h2,
.managed-cloud-policy-copy h2,
.managed-cloud-fit h2 {
  margin: 0;
  color: var(--mco-ink);
  font-size: 42px;
  font-weight: 830;
  line-height: 1.08;
  letter-spacing: 0;
}

.managed-cloud-intro-copy > p:not(.eyebrow),
.managed-cloud-section-head > p:not(.eyebrow),
.managed-cloud-policy-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--mco-muted);
  font-size: 16px;
  font-weight: 540;
  line-height: 1.72;
}

.managed-cloud-capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin-top: 28px;
}

.managed-cloud-capabilities span,
.managed-cloud-policy-notes span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  padding-left: 20px;
  color: var(--mco-ink);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.4;
}

.managed-cloud-capabilities span::before,
.managed-cloud-policy-notes span::before,
.managed-cloud-architecture-grid li::before,
.managed-cloud-fit li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mco-cyan);
  box-shadow: 0 0 0 4px rgba(26, 174, 219, 0.1);
}

.managed-cloud-topology {
  position: relative;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(83, 201, 232, 0.22);
  border-radius: 8px;
  color: #edfaff;
  background-color: var(--mco-dark);
  background-image:
    linear-gradient(rgba(87, 202, 232, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 202, 232, 0.055) 1px, transparent 1px);
  background-size: 32px 32px;
  box-shadow: 0 28px 70px rgba(7, 31, 47, 0.18);
}

.managed-cloud-topology::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 46px;
  bottom: 46px;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--mco-cyan), #27c49a, transparent);
}

.managed-cloud-topology-head,
.managed-cloud-console-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.managed-cloud-topology-head {
  padding: 2px 2px 16px;
  border-bottom: 1px solid rgba(122, 209, 232, 0.15);
}

.managed-cloud-topology-head > div,
.managed-cloud-console-title {
  display: flex;
  align-items: center;
}

.managed-cloud-topology-head > div {
  gap: 10px;
}

.managed-cloud-topology-head strong,
.managed-cloud-console-title strong {
  color: #f4fbff;
  font-size: 12px;
  font-weight: 800;
}

.managed-cloud-topology-head small,
.managed-cloud-console-title small {
  color: rgba(211, 235, 244, 0.66);
  font-size: 10px;
  font-weight: 740;
  text-transform: uppercase;
}

.managed-cloud-live-dot {
  --mco-dot: #38d7a7;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: var(--mco-dot);
  box-shadow: 0 0 0 5px rgba(56, 215, 167, 0.1), 0 0 16px rgba(56, 215, 167, 0.5);
}

.managed-cloud-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr) 46px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 26px 0;
}

.managed-cloud-zone {
  min-width: 0;
  min-height: 174px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 18px 12px;
  border: 1px solid rgba(112, 208, 233, 0.16);
  border-radius: 6px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
}

.managed-cloud-zone.is-core {
  border-color: rgba(65, 205, 237, 0.4);
  background: rgba(35, 174, 213, 0.11);
  box-shadow: inset 0 0 34px rgba(31, 181, 220, 0.07);
}

.managed-cloud-zone .hardware-mini,
.managed-cloud-card-head .hardware-mini,
.managed-cloud-scope-grid .hardware-mini {
  --mini-accent: var(--mco-cyan);
  width: 50px;
  height: 44px;
  border-radius: 7px;
}

.managed-cloud-zone .hardware-mini {
  border-color: rgba(85, 211, 244, 0.28);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.managed-cloud-zone small {
  color: #6ed8f1;
  font-size: 10px;
  font-weight: 820;
  text-transform: uppercase;
}

.managed-cloud-zone strong {
  color: #f4fbff;
  font-size: 13px;
  font-weight: 790;
  line-height: 1.35;
}

.managed-cloud-link {
  position: relative;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.managed-cloud-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(74, 201, 233, 0.36);
}

.managed-cloud-link span {
  --mco-dot: #56d5f4;
  position: relative;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--mco-dot);
  box-shadow: 0 0 10px rgba(86, 213, 244, 0.48);
}

.managed-cloud-telemetry {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(122, 209, 232, 0.15);
}

.managed-cloud-telemetry div {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 16px 14px 2px;
  border-right: 1px solid rgba(122, 209, 232, 0.12);
}

.managed-cloud-telemetry div:last-child {
  border-right: 0;
}

.managed-cloud-telemetry span {
  color: rgba(205, 231, 240, 0.6);
  font-size: 9px;
  font-weight: 760;
  text-transform: uppercase;
}

.managed-cloud-telemetry strong {
  color: #f4fbff;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.35;
}

.managed-cloud-architecture-band {
  padding: clamp(68px, 7vw, 104px) 0;
  color: #f5fbff;
  border-top: 1px solid rgba(91, 200, 230, 0.15);
  border-bottom: 1px solid rgba(91, 200, 230, 0.15);
  background-color: #071522;
  background-image:
    linear-gradient(120deg, transparent 0 68%, rgba(34, 117, 151, 0.13) 68% 81%, transparent 81%),
    linear-gradient(rgba(92, 200, 229, 0.04) 1px, transparent 1px);
  background-size: auto, 100% 44px;
}

.managed-cloud-section-head {
  max-width: 920px;
  margin-bottom: 38px;
}

.managed-cloud-section-head.is-inverse .eyebrow {
  color: #59d2f1;
}

.managed-cloud-section-head.is-inverse h2 {
  color: #f5fbff;
}

.managed-cloud-section-head.is-inverse > p:not(.eyebrow) {
  color: rgba(214, 233, 241, 0.74);
}

.managed-cloud-section-head.is-compact {
  max-width: 790px;
  margin-bottom: 28px;
}

.managed-cloud-section-head.is-compact h2 {
  font-size: 34px;
}

.managed-cloud-architecture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(106, 207, 233, 0.18);
  border-bottom: 1px solid rgba(106, 207, 233, 0.18);
}

.managed-cloud-architecture-grid article {
  min-width: 0;
  min-height: 380px;
  padding: 30px;
  border-right: 1px solid rgba(106, 207, 233, 0.16);
  background: rgba(255, 255, 255, 0.025);
  transition: background-color 180ms ease, transform 180ms ease;
}

.managed-cloud-architecture-grid article:last-child {
  border-right: 0;
}

.managed-cloud-architecture-grid article:hover {
  background-color: rgba(36, 170, 208, 0.08);
  transform: translateY(-3px);
}

.managed-cloud-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.managed-cloud-card-head .hardware-mini {
  border-color: rgba(86, 211, 244, 0.24);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}

.managed-cloud-card-head small {
  color: #59d2f1;
  font-size: 10px;
  font-weight: 820;
  text-transform: uppercase;
}

.managed-cloud-architecture-grid h3,
.managed-cloud-scope-grid h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.managed-cloud-architecture-grid h3 {
  color: #f5fbff;
}

.managed-cloud-architecture-grid p,
.managed-cloud-scope-grid p,
.managed-cloud-outcome-grid p {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 520;
  line-height: 1.68;
}

.managed-cloud-architecture-grid p {
  color: rgba(213, 233, 241, 0.72);
}

.managed-cloud-architecture-grid ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.managed-cloud-architecture-grid li {
  position: relative;
  padding-left: 20px;
  color: rgba(232, 245, 250, 0.9);
  font-size: 12px;
  font-weight: 670;
  line-height: 1.45;
}

.managed-cloud-architecture-grid li::before {
  --mco-dot: #39d3a5;
  width: 7px;
  height: 7px;
  background: var(--mco-dot);
  box-shadow: 0 0 0 4px rgba(57, 211, 165, 0.09);
}

.managed-cloud-policy-band {
  padding: clamp(66px, 7vw, 100px) 0;
  background: var(--mco-bg-alt);
}

.managed-cloud-policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
}

.managed-cloud-policy-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--mco-line);
}

.managed-cloud-policy-notes span::before {
  --mco-dot: var(--mco-green);
  background: var(--mco-green);
  box-shadow: 0 0 0 4px rgba(21, 149, 116, 0.1);
}

.managed-cloud-policy-console {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(83, 201, 232, 0.24);
  border-radius: 8px;
  background: var(--mco-dark-soft);
  box-shadow: 0 24px 60px rgba(10, 42, 61, 0.13);
}

.managed-cloud-console-title {
  min-height: 48px;
  padding: 0 8px 12px;
  border-bottom: 1px solid rgba(117, 211, 235, 0.16);
}

.managed-cloud-console-title strong {
  margin-right: auto;
}

.managed-cloud-policy-row {
  min-height: 74px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(112, 208, 233, 0.12);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.035);
}

.managed-cloud-policy-index {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(83, 201, 232, 0.24);
  border-radius: 5px;
  color: #64d6f2;
  font-size: 10px;
  font-weight: 850;
  background: rgba(26, 174, 219, 0.08);
}

.managed-cloud-policy-row > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.managed-cloud-policy-row small {
  color: rgba(193, 225, 235, 0.55);
  font-size: 9px;
  font-weight: 780;
  text-transform: uppercase;
}

.managed-cloud-policy-row strong {
  color: #f4fbff;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.4;
}

.managed-cloud-policy-row em {
  position: relative;
  padding-left: 16px;
  color: #52d5ac;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}

.managed-cloud-policy-row em::before {
  content: "";
  --mco-dot: #39d3a5;
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 999px;
  background: var(--mco-dot);
  box-shadow: 0 0 0 4px rgba(57, 211, 165, 0.09);
}

.managed-cloud-scope-band {
  padding: clamp(68px, 7vw, 104px) 0;
  border-top: 1px solid var(--mco-line);
  background: var(--mco-bg);
}

.managed-cloud-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.managed-cloud-scope-grid article {
  min-width: 0;
  min-height: 270px;
  display: grid;
  align-content: start;
  padding: 24px;
  border: 1px solid var(--mco-line);
  border-radius: 7px;
  background: var(--mco-surface);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.managed-cloud-scope-grid article:hover {
  transform: translateY(-3px);
  border-color: var(--mco-line-strong);
  box-shadow: 0 18px 40px rgba(23, 74, 99, 0.08);
}

.managed-cloud-scope-grid article > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.managed-cloud-scope-grid article > div > span:first-child {
  color: var(--mco-cyan-strong);
  font-size: 12px;
  font-weight: 850;
}

.managed-cloud-scope-grid .hardware-mini {
  background: var(--mco-surface-soft);
  box-shadow: none;
}

.managed-cloud-scope-grid h3 {
  color: var(--mco-ink);
}

.managed-cloud-scope-grid p,
.managed-cloud-outcome-grid p {
  color: var(--mco-muted);
}

.managed-cloud-transition-band {
  padding: clamp(68px, 7vw, 104px) 0;
  color: #f5fbff;
  background-color: #091927;
  background-image: linear-gradient(90deg, rgba(42, 174, 211, 0.08), transparent 34%, transparent 74%, rgba(44, 156, 122, 0.06));
}

.managed-cloud-transition-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.68fr) minmax(620px, 1.32fr);
  gap: clamp(40px, 6vw, 82px);
  align-items: start;
}

.managed-cloud-transition-band .managed-cloud-section-head {
  position: sticky;
  top: 132px;
  margin-bottom: 0;
}

.managed-cloud-transition-band .managed-cloud-section-head .eyebrow {
  color: #59d2f1;
}

.managed-cloud-transition-band .managed-cloud-section-head h2 {
  color: #f5fbff;
}

.managed-cloud-transition-band .managed-cloud-section-head > p:not(.eyebrow) {
  color: rgba(214, 233, 241, 0.72);
}

.managed-cloud-transition-table {
  border-top: 1px solid rgba(107, 207, 233, 0.22);
}

.managed-cloud-transition-row {
  min-height: 94px;
  display: grid;
  grid-template-columns: 48px 112px minmax(0, 1fr) 126px;
  gap: 16px;
  align-items: center;
  padding: 16px 4px;
  border-bottom: 1px solid rgba(107, 207, 233, 0.17);
  transition: background-color 180ms ease, padding 180ms ease;
}

.managed-cloud-transition-row:hover {
  padding-right: 12px;
  padding-left: 12px;
  background: rgba(40, 172, 210, 0.075);
}

.managed-cloud-transition-row > span {
  color: #58d2f0;
  font-size: 11px;
  font-weight: 850;
}

.managed-cloud-transition-row > strong {
  color: #f5fbff;
  font-size: 14px;
  font-weight: 800;
}

.managed-cloud-transition-row > p {
  margin: 0;
  color: rgba(214, 233, 241, 0.72);
  font-size: 12px;
  font-weight: 560;
  line-height: 1.5;
}

.managed-cloud-transition-row > em {
  justify-self: end;
  color: #4fd3aa;
  font-size: 10px;
  font-style: normal;
  font-weight: 820;
  text-align: right;
  text-transform: uppercase;
}

.managed-cloud-outcome-band {
  padding: clamp(62px, 6vw, 88px) 0;
  border-bottom: 1px solid var(--mco-line);
  background: var(--mco-bg-alt);
}

.managed-cloud-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--mco-line);
  border-bottom: 1px solid var(--mco-line);
}

.managed-cloud-outcome-grid article {
  min-width: 0;
  min-height: 206px;
  display: grid;
  align-content: start;
  padding: 24px;
  border-right: 1px solid var(--mco-line);
}

.managed-cloud-outcome-grid article:last-child {
  border-right: 0;
}

.managed-cloud-outcome-grid span {
  margin-bottom: 30px;
  color: var(--mco-cyan-strong);
  font-size: 11px;
  font-weight: 850;
}

.managed-cloud-outcome-grid strong {
  color: var(--mco-ink);
  font-size: 18px;
  font-weight: 820;
  line-height: 1.3;
}

.managed-cloud-decision-band {
  padding: clamp(68px, 7vw, 104px) 0;
  background: var(--mco-bg);
}

.managed-cloud-decision-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.76fr) minmax(560px, 1.24fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: start;
}

.managed-cloud-fit h2 {
  font-size: 34px;
}

.managed-cloud-fit ul {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid var(--mco-line);
  list-style: none;
}

.managed-cloud-fit li {
  position: relative;
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 14px 0 14px 24px;
  border-bottom: 1px solid var(--mco-line);
  color: var(--mco-ink);
  font-size: 13px;
  font-weight: 670;
  line-height: 1.5;
}

.managed-cloud-fit li::before {
  --mco-dot: var(--mco-cyan);
}

.managed-cloud-faq .managed-cloud-section-head {
  margin-bottom: 22px;
}

.managed-cloud-faq-list {
  display: grid;
  gap: 8px;
}

.managed-cloud-faq-list details {
  border: 1px solid var(--mco-line);
  border-radius: 6px;
  background: var(--mco-surface);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.managed-cloud-faq-list details:hover,
.managed-cloud-faq-list details[open] {
  border-color: var(--mco-line-strong);
  background: var(--mco-surface-soft);
}

.managed-cloud-faq-list summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  color: var(--mco-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.42;
  cursor: pointer;
  list-style: none;
}

.managed-cloud-faq-list summary::-webkit-details-marker {
  display: none;
}

.managed-cloud-faq-list summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--mco-line);
  border-radius: 5px;
  color: var(--mco-cyan-strong);
  font-size: 20px;
  font-weight: 600;
}

.managed-cloud-faq-list details[open] summary::after {
  content: "-";
}

.managed-cloud-faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--mco-muted);
  font-size: 13px;
  font-weight: 520;
  line-height: 1.65;
}

.managed-cloud-capabilities span::before,
.managed-cloud-policy-notes span::before,
.managed-cloud-architecture-grid li::before,
.managed-cloud-policy-row em::before,
.managed-cloud-fit li::before,
.managed-cloud-live-dot,
.managed-cloud-link span,
.managed-cloud-ops-page .about-contact-route span,
main.managed-cloud-ops-page ~ .site-footer .footer-sisdesk-badges span::before {
  transform-origin: center;
  will-change: transform, opacity, box-shadow;
  animation: managed-cloud-dot-pulse 1.85s ease-in-out infinite !important;
}

.managed-cloud-capabilities span:nth-child(2)::before,
.managed-cloud-policy-notes span:nth-child(2)::before,
.managed-cloud-architecture-grid article:nth-child(2) li::before,
.managed-cloud-policy-row:nth-child(3) em::before,
.managed-cloud-fit li:nth-child(2)::before,
.managed-cloud-link span:nth-child(2),
.managed-cloud-ops-page .about-contact-route div:nth-child(2) span,
main.managed-cloud-ops-page ~ .site-footer .footer-sisdesk-badges span:nth-child(2)::before {
  animation-delay: 190ms !important;
}

.managed-cloud-capabilities span:nth-child(3)::before,
.managed-cloud-policy-notes span:nth-child(3)::before,
.managed-cloud-architecture-grid article:nth-child(3) li::before,
.managed-cloud-policy-row:nth-child(4) em::before,
.managed-cloud-fit li:nth-child(3)::before,
.managed-cloud-link span:nth-child(3),
.managed-cloud-ops-page .about-contact-route div:nth-child(3) span,
main.managed-cloud-ops-page ~ .site-footer .footer-sisdesk-badges span:nth-child(3)::before {
  animation-delay: 380ms !important;
}

.managed-cloud-capabilities span:nth-child(4)::before,
.managed-cloud-policy-notes span:nth-child(4)::before,
.managed-cloud-policy-row:nth-child(5) em::before,
.managed-cloud-fit li:nth-child(4)::before,
main.managed-cloud-ops-page ~ .site-footer .footer-sisdesk-badges span:nth-child(4)::before {
  animation-delay: 570ms !important;
}

.managed-cloud-fit li:nth-child(5)::before {
  animation-delay: 760ms !important;
}

@keyframes managed-cloud-dot-pulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.82);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--mco-dot, #1aaedb) 8%, transparent), 0 0 7px color-mix(in srgb, var(--mco-dot, #1aaedb) 18%, transparent);
  }

  46% {
    opacity: 1;
    transform: scale(1.18);
    box-shadow: 0 0 0 7px color-mix(in srgb, var(--mco-dot, #1aaedb) 15%, transparent), 0 0 22px color-mix(in srgb, var(--mco-dot, #1aaedb) 44%, transparent);
  }

  74% {
    opacity: 0.82;
    transform: scale(1);
  }
}

html:root[data-theme="dark"] .managed-cloud-ops {
  --mco-bg: #07111b;
  --mco-bg-alt: #0a1722;
  --mco-surface: #0e1d29;
  --mco-surface-soft: #112432;
  --mco-ink: #f5f9fc;
  --mco-muted: #b7c8d4;
  --mco-line: rgba(104, 203, 229, 0.14);
  --mco-line-strong: rgba(81, 207, 239, 0.32);
  --mco-cyan: #52d1f1;
  --mco-cyan-strong: #65d6f1;
  --mco-blue: #70a6ff;
  --mco-green: #45d3aa;
  --mco-amber: #e0b15c;
  border-top-color: rgba(104, 203, 229, 0.14);
}

html:root[data-theme="dark"] .managed-cloud-intro-band {
  background-color: var(--mco-bg);
  background-image:
    linear-gradient(rgba(88, 200, 230, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 200, 230, 0.04) 1px, transparent 1px);
}

html:root[data-theme="dark"] .managed-cloud-intro-band::before {
  background: linear-gradient(112deg, transparent 0 58%, rgba(43, 157, 190, 0.08) 58% 72%, transparent 72%);
}

html:root[data-theme="dark"] .managed-cloud-policy-band,
html:root[data-theme="dark"] .managed-cloud-outcome-band {
  background: var(--mco-bg-alt);
}

html:root[data-theme="dark"] .managed-cloud-scope-band,
html:root[data-theme="dark"] .managed-cloud-decision-band {
  background: var(--mco-bg);
}

html:root[data-theme="dark"] .managed-cloud-scope-grid article,
html:root[data-theme="dark"] .managed-cloud-faq-list details {
  background: var(--mco-surface);
  box-shadow: none;
}

html:root[data-theme="dark"] .managed-cloud-scope-grid article:hover,
html:root[data-theme="dark"] .managed-cloud-faq-list details:hover,
html:root[data-theme="dark"] .managed-cloud-faq-list details[open] {
  background: var(--mco-surface-soft);
}

html:root[data-theme="dark"] .managed-cloud-scope-grid .hardware-mini {
  background: rgba(255, 255, 255, 0.045);
}

@media (max-width: 1180px) {
  .managed-cloud-intro,
  .managed-cloud-policy-layout,
  .managed-cloud-transition-layout,
  .managed-cloud-decision-layout {
    grid-template-columns: 1fr;
  }

  .managed-cloud-topology,
  .managed-cloud-policy-console {
    width: 100%;
  }

  .managed-cloud-transition-band .managed-cloud-section-head {
    position: static;
    max-width: 820px;
    margin-bottom: 34px;
  }

  .managed-cloud-scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .managed-cloud-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .managed-cloud-outcome-grid article:nth-child(2) {
    border-right: 0;
  }

  .managed-cloud-outcome-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--mco-line);
  }
}

@media (max-width: 920px) {
  .managed-cloud-architecture-grid {
    grid-template-columns: 1fr;
  }

  .managed-cloud-architecture-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(106, 207, 233, 0.16);
  }

  .managed-cloud-architecture-grid article:last-child {
    border-bottom: 0;
  }

  .managed-cloud-transition-row {
    grid-template-columns: 44px 100px minmax(0, 1fr);
  }

  .managed-cloud-transition-row > em {
    grid-column: 3;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 700px) {
  .managed-cloud-intro-band,
  .managed-cloud-architecture-band,
  .managed-cloud-policy-band,
  .managed-cloud-scope-band,
  .managed-cloud-transition-band,
  .managed-cloud-outcome-band,
  .managed-cloud-decision-band {
    padding: 52px 0;
  }

  .managed-cloud-intro-copy h2,
  .managed-cloud-section-head h2,
  .managed-cloud-policy-copy h2,
  .managed-cloud-fit h2,
  .managed-cloud-section-head.is-compact h2 {
    font-size: 30px;
  }

  .managed-cloud-capabilities,
  .managed-cloud-policy-notes,
  .managed-cloud-scope-grid,
  .managed-cloud-outcome-grid {
    grid-template-columns: 1fr;
  }

  .managed-cloud-topology,
  .managed-cloud-policy-console {
    padding: 14px;
  }

  .managed-cloud-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .managed-cloud-zone {
    min-height: 124px;
  }

  .managed-cloud-link {
    width: 32px;
    height: 38px;
    flex-direction: column;
    justify-self: center;
  }

  .managed-cloud-link::before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
  }

  .managed-cloud-telemetry {
    grid-template-columns: 1fr;
  }

  .managed-cloud-telemetry div {
    border-right: 0;
    border-bottom: 1px solid rgba(122, 209, 232, 0.12);
  }

  .managed-cloud-telemetry div:last-child {
    border-bottom: 0;
  }

  .managed-cloud-architecture-grid article,
  .managed-cloud-scope-grid article,
  .managed-cloud-outcome-grid article {
    padding: 22px;
  }

  .managed-cloud-scope-grid article {
    min-height: 0;
  }

  .managed-cloud-outcome-grid article,
  .managed-cloud-outcome-grid article:nth-child(2),
  .managed-cloud-outcome-grid article:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--mco-line);
  }

  .managed-cloud-outcome-grid article:last-child {
    border-bottom: 0;
  }

  .managed-cloud-policy-row {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .managed-cloud-policy-row > em {
    grid-column: 2;
  }

  .managed-cloud-transition-row {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px 14px;
    padding: 18px 4px;
  }

  .managed-cloud-transition-row > p,
  .managed-cloud-transition-row > em {
    grid-column: 2;
  }

  .managed-cloud-faq-list summary {
    min-height: 70px;
    padding: 14px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .managed-cloud-capabilities span::before,
  .managed-cloud-policy-notes span::before,
  .managed-cloud-architecture-grid li::before,
  .managed-cloud-policy-row em::before,
  .managed-cloud-fit li::before,
  .managed-cloud-live-dot,
  .managed-cloud-link span,
  .managed-cloud-ops-page .about-contact-route span,
  main.managed-cloud-ops-page ~ .site-footer .footer-sisdesk-badges span::before {
    animation: none !important;
  }
}

/* Managed cloud content density and decision-area refinement */
.managed-cloud-scope-grid {
  gap: 14px;
}

.managed-cloud-scope-grid article {
  position: relative;
  min-height: 318px;
  grid-template-columns: 78px minmax(0, 1fr);
  align-content: stretch;
  padding: 0;
  overflow: hidden;
}

.managed-cloud-scope-grid article::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--mco-cyan), var(--mco-green), transparent 82%);
  opacity: 0.78;
}

.managed-cloud-scope-grid article > .managed-cloud-scope-rail {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 26px 12px 22px;
  border-right: 1px solid var(--mco-line);
  background: var(--mco-bg-alt);
}

.managed-cloud-scope-index {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 7px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--mco-line);
}

.managed-cloud-scope-index small {
  color: var(--mco-muted);
  font-size: 8px;
  font-weight: 820;
  line-height: 1;
  text-transform: uppercase;
}

.managed-cloud-scope-grid article > .managed-cloud-scope-rail .managed-cloud-scope-index strong {
  color: var(--mco-cyan-strong);
  font-size: 29px;
  font-weight: 850;
  line-height: 1;
}

.managed-cloud-scope-grid article > .managed-cloud-scope-rail .hardware-mini {
  width: 48px;
  height: 44px;
  margin: 0;
}

.managed-cloud-scope-grid article > .managed-cloud-scope-body {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
  margin: 0;
  padding: 25px 24px 22px;
}

.managed-cloud-scope-kicker {
  margin-bottom: 10px;
  color: var(--mco-cyan-strong);
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.managed-cloud-scope-grid .managed-cloud-scope-body h3 {
  font-size: 20px;
  line-height: 1.25;
}

.managed-cloud-scope-grid .managed-cloud-scope-body p {
  margin-top: 13px;
}

.managed-cloud-scope-output {
  min-width: 0;
  display: grid;
  grid-template-columns: 8px auto minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid var(--mco-line);
}

.managed-cloud-scope-output > span {
  --mco-dot: var(--mco-green);
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mco-green);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--mco-green) 11%, transparent);
}

.managed-cloud-scope-output strong {
  color: var(--mco-green);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.managed-cloud-scope-output em {
  min-width: 0;
  color: var(--mco-ink);
  font-size: 10px;
  font-style: normal;
  font-weight: 720;
  line-height: 1.35;
}

.managed-cloud-transition-layout {
  grid-template-columns: minmax(330px, 0.6fr) minmax(680px, 1.4fr);
  gap: clamp(44px, 6vw, 84px);
  align-items: center;
}

.managed-cloud-transition-band .managed-cloud-section-head h2 {
  font-size: 40px;
}

.managed-cloud-transition-proof {
  display: grid;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid rgba(107, 207, 233, 0.18);
}

.managed-cloud-transition-proof span {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  border-bottom: 1px solid rgba(107, 207, 233, 0.14);
  color: rgba(232, 245, 250, 0.88);
  font-size: 11px;
  font-weight: 720;
}

.managed-cloud-transition-proof span::before {
  content: "";
  --mco-dot: #48d2a8;
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mco-dot);
  box-shadow: 0 0 0 4px rgba(72, 210, 168, 0.09);
}

.managed-cloud-transition-board {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(103, 205, 232, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 28px 66px rgba(0, 9, 17, 0.16);
}

.managed-cloud-transition-board-head {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 6px 8px 16px;
}

.managed-cloud-transition-board-head > div:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
}

.managed-cloud-transition-board-head > div:first-child > div {
  display: grid;
  gap: 4px;
}

.managed-cloud-transition-board-head small {
  color: rgba(190, 224, 235, 0.58);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.managed-cloud-transition-board-head strong {
  color: #f5fbff;
  font-size: 14px;
  font-weight: 810;
}

.managed-cloud-transition-board-head > div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.managed-cloud-transition-board-head > div:last-child span {
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(91, 208, 237, 0.18);
  border-radius: 4px;
  color: #63d4ef;
  font-size: 8px;
  font-weight: 820;
  text-transform: uppercase;
  background: rgba(45, 176, 211, 0.06);
}

.managed-cloud-transition-table {
  display: grid;
  gap: 7px;
  border-top: 0;
}

.managed-cloud-transition-row {
  position: relative;
  min-height: 88px;
  grid-template-columns: 54px 108px minmax(0, 1fr) 128px;
  gap: 16px;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(103, 205, 232, 0.13);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.032);
}

.managed-cloud-transition-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--mco-cyan), var(--mco-green));
  opacity: 0.66;
}

.managed-cloud-transition-row:hover {
  padding: 12px 14px 12px 20px;
  border-color: rgba(103, 205, 232, 0.3);
  background: rgba(40, 172, 210, 0.085);
}

.managed-cloud-transition-row > span {
  position: relative;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(94, 210, 238, 0.24);
  border-radius: 5px;
  color: #62d7f2;
  font-size: 12px;
  background: rgba(43, 174, 210, 0.07);
}

.managed-cloud-transition-row > span::after {
  content: "";
  --mco-dot: #4dd3aa;
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #0b1d2a;
  border-radius: 999px;
  background: var(--mco-dot);
}

.managed-cloud-transition-row > strong {
  font-size: 15px;
}

.managed-cloud-transition-row > p {
  font-size: 12px;
  line-height: 1.55;
}

.managed-cloud-transition-row > em {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  padding: 0 8px;
  border: 1px solid rgba(72, 210, 168, 0.18);
  border-radius: 4px;
  text-align: center;
  background: rgba(72, 210, 168, 0.06);
}

.managed-cloud-outcome-band > .container {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(620px, 1.28fr);
  gap: clamp(44px, 6vw, 84px);
  align-items: center;
}

.managed-cloud-outcome-band .managed-cloud-section-head {
  margin-bottom: 0;
}

.managed-cloud-outcome-band .managed-cloud-section-head.is-compact h2 {
  font-size: 39px;
}

.managed-cloud-outcome-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--mco-line);
}

.managed-cloud-outcome-summary strong {
  color: var(--mco-ink);
  font-size: 11px;
  font-weight: 780;
  line-height: 1.5;
}

.managed-cloud-outcome-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 0;
}

.managed-cloud-outcome-grid article,
.managed-cloud-outcome-grid article:nth-child(2),
.managed-cloud-outcome-grid article:last-child {
  min-height: 278px;
  grid-template-rows: auto auto auto 1fr auto;
  padding: 22px;
  border: 1px solid var(--mco-line);
  border-radius: 7px;
  background: var(--mco-surface);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.managed-cloud-outcome-grid article:hover {
  transform: translateY(-3px);
  border-color: var(--mco-line-strong);
  box-shadow: 0 18px 42px rgba(23, 74, 99, 0.08);
}

.managed-cloud-outcome-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.managed-cloud-outcome-head > span:first-child {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid var(--mco-line-strong);
  border-radius: 5px;
  color: var(--mco-cyan-strong);
  font-size: 11px;
  font-weight: 850;
  background: color-mix(in srgb, var(--mco-cyan) 7%, transparent);
}

.managed-cloud-outcome-head .hardware-mini {
  --mini-accent: var(--mco-cyan);
  width: 48px;
  height: 42px;
  margin: 0;
  border-radius: 6px;
  background: var(--mco-surface-soft);
  box-shadow: none;
}

.managed-cloud-outcome-grid article > small {
  margin-bottom: 9px;
  color: var(--mco-cyan-strong);
  font-size: 8px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.managed-cloud-outcome-grid article > strong {
  font-size: 19px;
}

.managed-cloud-outcome-grid article > p {
  margin-top: 11px;
  font-size: 13px;
}

.managed-cloud-outcome-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid var(--mco-line);
}

.managed-cloud-outcome-status i {
  --mco-dot: var(--mco-green);
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 999px;
  background: var(--mco-green);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--mco-green) 10%, transparent);
}

.managed-cloud-outcome-status span {
  margin: 0;
  color: var(--mco-ink);
  font-size: 9px;
  font-weight: 760;
  line-height: 1.35;
}

.managed-cloud-decision-layout {
  display: block;
}

.managed-cloud-decision-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: end;
}

.managed-cloud-decision-head .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -16px;
  color: var(--mco-cyan-strong);
}

.managed-cloud-decision-head h2 {
  margin: 0;
  color: var(--mco-ink);
  font-size: 40px;
  font-weight: 830;
  line-height: 1.08;
}

.managed-cloud-decision-head > p:not(.eyebrow) {
  margin: 0;
  color: var(--mco-muted);
  font-size: 14px;
  font-weight: 540;
  line-height: 1.7;
}

.managed-cloud-decision-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 40px;
  border-top: 1px solid var(--mco-line);
  border-bottom: 1px solid var(--mco-line);
}

.managed-cloud-fit,
.managed-cloud-faq {
  min-width: 0;
  padding: 30px 36px 28px;
}

.managed-cloud-fit {
  padding-left: 0;
}

.managed-cloud-faq {
  padding-right: 0;
  border-left: 1px solid var(--mco-line);
}

.managed-cloud-decision-panel-head {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--mco-line);
}

.managed-cloud-decision-panel-head .hardware-mini {
  --mini-accent: var(--mco-cyan);
  width: 52px;
  height: 46px;
  border-radius: 6px;
  background: var(--mco-surface-soft);
  box-shadow: none;
}

.managed-cloud-decision-panel-head > div {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.managed-cloud-decision-panel-head small {
  color: var(--mco-cyan-strong);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.managed-cloud-decision-panel-head h3 {
  margin: 0;
  color: var(--mco-ink);
  font-size: 20px;
  font-weight: 820;
  line-height: 1.25;
}

.managed-cloud-fit ul {
  margin: 0;
  border-top: 0;
}

.managed-cloud-fit li {
  min-height: 74px;
  padding: 13px 12px 13px 26px;
}

.managed-cloud-faq .managed-cloud-section-head {
  margin: 0;
}

.managed-cloud-faq-list {
  gap: 0;
}

.managed-cloud-faq-list details,
html:root[data-theme="dark"] .managed-cloud-faq-list details {
  border: 0;
  border-bottom: 1px solid var(--mco-line);
  border-radius: 0;
  background: transparent;
}

.managed-cloud-faq-list details:hover,
.managed-cloud-faq-list details[open],
html:root[data-theme="dark"] .managed-cloud-faq-list details:hover,
html:root[data-theme="dark"] .managed-cloud-faq-list details[open] {
  border-color: var(--mco-line-strong);
  background: color-mix(in srgb, var(--mco-cyan) 5%, transparent);
}

.managed-cloud-faq-list summary {
  min-height: 74px;
  padding: 12px;
}

.managed-cloud-faq-list details p {
  padding: 0 12px 18px;
}

.managed-cloud-scope-output > span,
.managed-cloud-transition-proof span::before,
.managed-cloud-transition-row > span::after,
.managed-cloud-outcome-status i {
  transform-origin: center;
  will-change: transform, opacity, box-shadow;
  animation: managed-cloud-dot-pulse 1.85s ease-in-out infinite !important;
}

.managed-cloud-scope-grid article:nth-child(2) .managed-cloud-scope-output > span,
.managed-cloud-transition-proof span:nth-child(2)::before,
.managed-cloud-transition-row:nth-child(2) > span::after,
.managed-cloud-outcome-grid article:nth-child(2) .managed-cloud-outcome-status i {
  animation-delay: 190ms !important;
}

.managed-cloud-scope-grid article:nth-child(3) .managed-cloud-scope-output > span,
.managed-cloud-transition-proof span:nth-child(3)::before,
.managed-cloud-transition-row:nth-child(3) > span::after,
.managed-cloud-outcome-grid article:nth-child(3) .managed-cloud-outcome-status i {
  animation-delay: 380ms !important;
}

.managed-cloud-scope-grid article:nth-child(4) .managed-cloud-scope-output > span,
.managed-cloud-transition-row:nth-child(4) > span::after,
.managed-cloud-outcome-grid article:nth-child(4) .managed-cloud-outcome-status i {
  animation-delay: 570ms !important;
}

.managed-cloud-scope-grid article:nth-child(5) .managed-cloud-scope-output > span,
.managed-cloud-transition-row:nth-child(5) > span::after {
  animation-delay: 760ms !important;
}

.managed-cloud-scope-grid article:nth-child(6) .managed-cloud-scope-output > span,
.managed-cloud-transition-row:nth-child(6) > span::after {
  animation-delay: 950ms !important;
}

html:root[data-theme="dark"] .managed-cloud-scope-grid article > .managed-cloud-scope-rail,
html:root[data-theme="dark"] .managed-cloud-outcome-grid article {
  background: #0c1c28;
}

html:root[data-theme="dark"] .managed-cloud-scope-grid article > .managed-cloud-scope-body {
  background: var(--mco-surface);
}

html:root[data-theme="dark"] .managed-cloud-outcome-head .hardware-mini,
html:root[data-theme="dark"] .managed-cloud-decision-panel-head .hardware-mini {
  background: rgba(255, 255, 255, 0.045);
}

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

  .managed-cloud-transition-layout,
  .managed-cloud-outcome-band > .container {
    grid-template-columns: 1fr;
  }

  .managed-cloud-transition-band .managed-cloud-section-head {
    max-width: 820px;
  }

  .managed-cloud-outcome-band .managed-cloud-section-head {
    max-width: 860px;
    margin-bottom: 34px;
  }

  .managed-cloud-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .managed-cloud-decision-head,
  .managed-cloud-decision-panels {
    grid-template-columns: 1fr;
  }

  .managed-cloud-decision-head .eyebrow {
    margin-bottom: -6px;
  }

  .managed-cloud-faq {
    padding-left: 0;
    border-top: 1px solid var(--mco-line);
    border-left: 0;
  }

  .managed-cloud-transition-row {
    grid-template-columns: 54px 100px minmax(0, 1fr);
  }

  .managed-cloud-transition-row > em {
    grid-column: 3;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .managed-cloud-scope-grid,
  .managed-cloud-outcome-grid {
    grid-template-columns: 1fr;
  }

  .managed-cloud-scope-grid article {
    min-height: 0;
    grid-template-columns: 68px minmax(0, 1fr);
    padding: 0;
  }

  .managed-cloud-scope-grid article > .managed-cloud-scope-rail {
    padding: 22px 10px;
  }

  .managed-cloud-scope-grid article > .managed-cloud-scope-body {
    padding: 22px 18px 20px;
  }

  .managed-cloud-scope-grid article > .managed-cloud-scope-rail .managed-cloud-scope-index strong {
    font-size: 24px;
  }

  .managed-cloud-transition-band .managed-cloud-section-head h2,
  .managed-cloud-outcome-band .managed-cloud-section-head.is-compact h2,
  .managed-cloud-decision-head h2 {
    font-size: 30px;
  }

  .managed-cloud-transition-board {
    padding: 10px;
  }

  .managed-cloud-transition-board-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .managed-cloud-transition-board-head > div:last-child {
    justify-content: flex-start;
  }

  .managed-cloud-transition-row {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 7px 12px;
    padding: 14px 12px;
  }

  .managed-cloud-transition-row:hover {
    padding: 14px 12px 14px 16px;
  }

  .managed-cloud-transition-row > p,
  .managed-cloud-transition-row > em {
    grid-column: 2;
  }

  .managed-cloud-transition-row > em {
    justify-self: start;
  }

  .managed-cloud-outcome-grid article,
  .managed-cloud-outcome-grid article:nth-child(2),
  .managed-cloud-outcome-grid article:last-child {
    min-height: 0;
    padding: 20px;
    border: 1px solid var(--mco-line);
  }

  .managed-cloud-decision-panels {
    margin-top: 30px;
  }

  .managed-cloud-fit,
  .managed-cloud-faq {
    padding: 24px 0;
  }

  .managed-cloud-decision-panel-head h3 {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .managed-cloud-scope-output > span,
  .managed-cloud-transition-proof span::before,
  .managed-cloud-transition-row > span::after,
  .managed-cloud-outcome-status i {
    animation: none !important;
  }
}

/* Infrastructure security and backup - resilience redesign */
.infrastructure-resilience-page > .infrastructure-operations-section,
.infrastructure-resilience-page > .infrastructure-command-section,
.infrastructure-resilience-page > .infrastructure-faq-section {
  display: none !important;
}

.infrastructure-resilience-page,
.infrastructure-resilience-page > .about-contact-section {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.infra-resilience {
  --irs-bg: #f3f7fa;
  --irs-bg-alt: #eaf2f5;
  --irs-surface: #ffffff;
  --irs-surface-soft: #f7fafc;
  --irs-ink: #0b1d28;
  --irs-muted: #5a6c77;
  --irs-line: rgba(16, 49, 66, 0.13);
  --irs-line-strong: rgba(25, 158, 196, 0.32);
  --irs-cyan: #18a8d2;
  --irs-cyan-strong: #087ea5;
  --irs-green: #159473;
  --irs-amber: #b37823;
  --irs-risk: #c65a51;
  --irs-dark: #06141e;
  --irs-dark-soft: #0b2230;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  overflow: clip;
  color: var(--irs-ink);
  background: var(--irs-bg);
  border-top: 1px solid var(--irs-line);
}

.infra-resilience *,
.infra-resilience *::before,
.infra-resilience *::after {
  box-sizing: border-box;
}

.irs-overview-band,
.irs-pillars-band,
.irs-domains-band,
.irs-response-band,
.irs-backup-band,
.irs-cadence-band,
.irs-impact-band,
.irs-readiness-band {
  position: relative;
  overflow: hidden;
}

.irs-overview-band {
  padding: clamp(66px, 7vw, 104px) 0;
  background-color: var(--irs-bg);
  background-image:
    linear-gradient(rgba(24, 168, 210, 0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 168, 210, 0.042) 1px, transparent 1px);
  background-size: 58px 58px;
}

.irs-overview-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(116deg, transparent 0 62%, rgba(24, 168, 210, 0.075) 62% 73%, transparent 73%);
}

.irs-overview-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(610px, 1.18fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: center;
}

.irs-overview-copy,
.irs-section-head,
.irs-backup-copy,
.irs-readiness-check,
.irs-faq-head {
  min-width: 0;
}

.irs-overview-copy .eyebrow,
.irs-section-head .eyebrow,
.irs-backup-copy .eyebrow,
.irs-readiness-check .eyebrow,
.irs-faq-head .eyebrow,
.irs-response-head .eyebrow {
  margin: 0 0 14px;
  color: var(--irs-cyan-strong);
}

.irs-overview-copy h2,
.irs-section-head h2,
.irs-backup-copy h2,
.irs-readiness-check h2,
.irs-faq-head h2,
.irs-response-head h2 {
  margin: 0;
  color: var(--irs-ink);
  font-size: 42px;
  font-weight: 830;
  line-height: 1.08;
  letter-spacing: 0;
}

.irs-overview-copy > p:not(.eyebrow),
.irs-section-head > p:not(.eyebrow),
.irs-backup-copy > p:not(.eyebrow),
.irs-response-head > p {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--irs-muted);
  font-size: 16px;
  font-weight: 540;
  line-height: 1.72;
}

.irs-overview-principles {
  display: grid;
  margin-top: 30px;
  border-top: 1px solid var(--irs-line);
}

.irs-overview-principles > div {
  min-height: 66px;
  display: grid;
  grid-template-columns: 10px minmax(150px, 0.72fr) minmax(0, 1.28fr);
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--irs-line);
}

.irs-live-dot {
  --irs-dot: var(--irs-green);
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: var(--irs-dot);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--irs-dot) 10%, transparent), 0 0 16px color-mix(in srgb, var(--irs-dot) 38%, transparent);
}

.irs-overview-principles strong {
  color: var(--irs-ink);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.4;
}

.irs-overview-principles small {
  color: var(--irs-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.irs-defense-board {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(92, 204, 232, 0.22);
  border-radius: 8px;
  color: #f4fbff;
  background-color: var(--irs-dark);
  background-image:
    linear-gradient(rgba(85, 199, 228, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 199, 228, 0.05) 1px, transparent 1px);
  background-size: 32px 32px;
  box-shadow: 0 28px 70px rgba(5, 25, 37, 0.18);
}

.irs-defense-head,
.irs-defense-head > div,
.irs-backup-stack-head {
  display: flex;
  align-items: center;
}

.irs-defense-head {
  min-height: 54px;
  justify-content: space-between;
  gap: 16px;
  padding: 2px 4px 16px;
  border-bottom: 1px solid rgba(103, 207, 233, 0.15);
}

.irs-defense-head > div {
  gap: 12px;
}

.irs-defense-head > div > div,
.irs-backup-stack-head > div {
  display: grid;
  gap: 4px;
}

.irs-defense-head small,
.irs-backup-stack-head small {
  color: rgba(190, 224, 235, 0.58);
  font-size: 8px;
  font-weight: 840;
  text-transform: uppercase;
}

.irs-defense-head strong,
.irs-backup-stack-head strong {
  color: #f4fbff;
  font-size: 13px;
  font-weight: 800;
}

.irs-defense-head > span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(84, 210, 239, 0.2);
  border-radius: 4px;
  color: #62d6f1;
  font-size: 8px;
  font-weight: 840;
  text-transform: uppercase;
  background: rgba(39, 170, 208, 0.07);
}

.irs-defense-stack {
  display: grid;
  gap: 9px;
  padding: 18px 0;
}

.irs-defense-layer {
  --irs-layer: var(--irs-cyan);
  min-height: 100px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid color-mix(in srgb, var(--irs-layer) 24%, transparent);
  border-left: 3px solid var(--irs-layer);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.irs-defense-layer.is-workload {
  --irs-layer: #5b8ee8;
}

.irs-defense-layer.is-recovery {
  --irs-layer: #3ed0a2;
}

.irs-defense-layer .hardware-mini,
.irs-pillar-grid .hardware-mini,
.irs-domain-grid .hardware-mini,
.irs-backup-layer .hardware-mini {
  --mini-accent: var(--irs-cyan);
  width: 50px;
  height: 44px;
  border-radius: 6px;
  box-shadow: none;
}

.irs-defense-layer .hardware-mini,
.irs-backup-layer .hardware-mini {
  border-color: rgba(89, 208, 238, 0.24);
  background: rgba(255, 255, 255, 0.05);
}

.irs-defense-layer > div {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.irs-defense-layer small {
  color: color-mix(in srgb, var(--irs-layer) 86%, #ffffff);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.irs-defense-layer strong {
  color: #f4fbff;
  font-size: 14px;
  font-weight: 810;
}

.irs-defense-layer p {
  margin: 0;
  color: rgba(205, 230, 239, 0.7);
  font-size: 10px;
  font-weight: 570;
}

.irs-defense-layer em,
.irs-backup-layer em,
.irs-cadence-row em {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #4bd2aa;
  font-size: 8px;
  font-style: normal;
  font-weight: 840;
  text-transform: uppercase;
}

.irs-defense-layer em i,
.irs-backup-layer em i,
.irs-cadence-row em i,
.irs-impact-row div:last-child i,
.irs-impact-row .is-risk,
.irs-domain-output i {
  --irs-dot: var(--irs-green);
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 999px;
  background: var(--irs-dot);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--irs-dot) 10%, transparent);
}

.irs-defense-baseline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(103, 207, 233, 0.15);
}

.irs-defense-baseline div {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 15px 12px 2px;
  border-right: 1px solid rgba(103, 207, 233, 0.12);
}

.irs-defense-baseline div:last-child {
  border-right: 0;
}

.irs-defense-baseline span {
  color: rgba(194, 224, 234, 0.54);
  font-size: 8px;
  font-weight: 820;
  text-transform: uppercase;
}

.irs-defense-baseline strong {
  color: #f4fbff;
  font-size: 11px;
  font-weight: 760;
}

.irs-pillars-band {
  padding: clamp(68px, 7vw, 104px) 0;
  color: #f4fbff;
  border-top: 1px solid rgba(94, 204, 231, 0.14);
  border-bottom: 1px solid rgba(94, 204, 231, 0.14);
  background-color: #071620;
  background-image:
    linear-gradient(120deg, transparent 0 70%, rgba(38, 145, 179, 0.12) 70% 83%, transparent 83%),
    linear-gradient(rgba(91, 200, 229, 0.04) 1px, transparent 1px);
  background-size: auto, 100% 44px;
}

.irs-section-head {
  max-width: 930px;
  margin-bottom: 38px;
}

.irs-section-head.is-compact {
  max-width: 820px;
  margin-bottom: 30px;
}

.irs-section-head.is-compact h2 {
  font-size: 36px;
}

.irs-section-head.is-inverse .eyebrow {
  color: #59d1ef;
}

.irs-section-head.is-inverse h2 {
  color: #f4fbff;
}

.irs-section-head.is-inverse > p:not(.eyebrow) {
  color: rgba(213, 233, 240, 0.73);
}

.irs-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(104, 208, 234, 0.18);
  border-bottom: 1px solid rgba(104, 208, 234, 0.18);
}

.irs-pillar-grid article {
  min-width: 0;
  min-height: 392px;
  padding: 28px 30px;
  border-right: 1px solid rgba(104, 208, 234, 0.16);
  background: rgba(255, 255, 255, 0.025);
}

.irs-pillar-grid article:last-child {
  border-right: 0;
}

.irs-pillar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 25px;
}

.irs-pillar-head > span:first-child {
  color: #5bd4f1;
  font-size: 12px;
  font-weight: 850;
}

.irs-pillar-grid .hardware-mini {
  border-color: rgba(88, 208, 238, 0.23);
  background: rgba(255, 255, 255, 0.045);
}

.irs-pillar-grid article > small,
.irs-domain-body > small {
  color: #59d1ef;
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.irs-pillar-grid h3,
.irs-domain-body h3 {
  margin: 10px 0 0;
  font-size: 21px;
  font-weight: 820;
  line-height: 1.25;
}

.irs-pillar-grid h3 {
  color: #f4fbff;
}

.irs-pillar-grid article > p,
.irs-domain-body > p {
  margin: 14px 0 0;
  font-size: 13px;
  font-weight: 540;
  line-height: 1.67;
}

.irs-pillar-grid article > p {
  color: rgba(211, 231, 239, 0.72);
}

.irs-pillar-grid ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.irs-pillar-grid li,
.irs-recovery-checks span {
  position: relative;
  padding-left: 20px;
  color: rgba(233, 245, 249, 0.9);
  font-size: 11px;
  font-weight: 680;
  line-height: 1.45;
}

.irs-pillar-grid li::before,
.irs-recovery-checks span::before {
  content: "";
  --irs-dot: var(--irs-green);
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-radius: 999px;
  background: var(--irs-dot);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--irs-dot) 9%, transparent);
}

.irs-domains-band {
  padding: clamp(68px, 7vw, 104px) 0;
  background: var(--irs-bg);
}

.irs-domain-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.irs-domain-grid article {
  position: relative;
  min-width: 0;
  min-height: 316px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  overflow: hidden;
  border: 1px solid var(--irs-line);
  border-radius: 7px;
  background: var(--irs-surface);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.irs-domain-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--irs-cyan), var(--irs-green), transparent 80%);
}

.irs-domain-grid article:hover {
  transform: translateY(-3px);
  border-color: var(--irs-line-strong);
  box-shadow: 0 18px 42px rgba(22, 71, 94, 0.08);
}

.irs-domain-icon {
  min-width: 0;
  grid-row: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 10px 20px;
  border-right: 1px solid var(--irs-line);
  background: var(--irs-bg-alt);
}

.irs-domain-icon > span:first-child {
  color: var(--irs-cyan-strong);
  font-size: 26px;
  font-weight: 850;
  line-height: 1;
}

.irs-domain-grid .hardware-mini {
  background: var(--irs-surface-soft);
}

.irs-domain-body {
  min-width: 0;
  padding: 25px 24px 18px;
}

.irs-domain-body > small {
  color: var(--irs-cyan-strong);
}

.irs-domain-body h3 {
  color: var(--irs-ink);
}

.irs-domain-body > p {
  color: var(--irs-muted);
}

.irs-domain-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.irs-domain-tags span {
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid var(--irs-line);
  border-radius: 4px;
  color: var(--irs-cyan-strong);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  background: color-mix(in srgb, var(--irs-cyan) 5%, transparent);
}

.irs-domain-output {
  min-width: 0;
  display: grid;
  grid-template-columns: 8px auto minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin: 0 24px;
  padding: 17px 0 20px;
  border-top: 1px solid var(--irs-line);
}

.irs-domain-output strong {
  color: var(--irs-green);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.irs-domain-output em {
  color: var(--irs-ink);
  font-size: 10px;
  font-style: normal;
  font-weight: 740;
  line-height: 1.35;
}

.irs-response-band {
  padding: clamp(68px, 7vw, 102px) 0;
  color: #f4fbff;
  background-color: #081924;
  background-image: linear-gradient(90deg, rgba(38, 161, 196, 0.08), transparent 32%, transparent 74%, rgba(52, 171, 132, 0.07));
}

.irs-response-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.62fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: end;
}

.irs-response-head .eyebrow {
  color: #59d1ef;
}

.irs-response-head h2 {
  color: #f4fbff;
}

.irs-response-head > p {
  margin: 0;
  color: rgba(213, 233, 240, 0.72);
  font-size: 14px;
}

.irs-response-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 42px;
}

.irs-response-track::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 20px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(88, 209, 239, 0.55), rgba(63, 207, 162, 0.48), transparent);
}

.irs-response-track article {
  position: relative;
  min-width: 0;
  min-height: 230px;
  display: grid;
  grid-template-rows: 18px auto auto 1fr;
  align-content: start;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(100, 207, 234, 0.15);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.irs-response-node {
  --irs-dot: #53d2f0;
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  border: 2px solid #0a1d29;
  border-radius: 999px;
  background: var(--irs-dot);
}

.irs-response-track small {
  color: #62d6f1;
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.irs-response-track h3 {
  margin: 0;
  color: #f4fbff;
  font-size: 20px;
  font-weight: 820;
}

.irs-response-track p {
  margin: 0;
  color: rgba(212, 232, 240, 0.72);
  font-size: 12px;
  font-weight: 540;
  line-height: 1.62;
}

.irs-backup-band {
  padding: clamp(68px, 7vw, 104px) 0;
  background: var(--irs-bg-alt);
}

.irs-backup-layout {
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(0, 0.86fr);
  gap: clamp(46px, 7vw, 96px);
  align-items: center;
}

.irs-backup-stack {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(90, 204, 232, 0.22);
  border-radius: 8px;
  color: #f4fbff;
  background: var(--irs-dark-soft);
  box-shadow: 0 25px 60px rgba(6, 34, 48, 0.13);
}

.irs-backup-stack-head {
  min-height: 54px;
  gap: 12px;
  padding: 2px 6px 13px;
  border-bottom: 1px solid rgba(103, 207, 233, 0.15);
}

.irs-backup-layer {
  --irs-layer: var(--irs-cyan);
  min-height: 86px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(103, 207, 233, 0.12);
  border-left: 3px solid var(--irs-layer);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.03);
}

.irs-backup-layer.is-primary {
  --irs-layer: #5593e6;
}

.irs-backup-layer.is-isolated {
  --irs-layer: #d6a24c;
}

.irs-backup-layer.is-verified {
  --irs-layer: #3ed0a2;
}

.irs-backup-layer > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.irs-backup-layer small {
  color: color-mix(in srgb, var(--irs-layer) 84%, #ffffff);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.irs-backup-layer strong {
  color: #f4fbff;
  font-size: 13px;
  font-weight: 800;
}

.irs-backup-layer p {
  margin: 0;
  color: rgba(205, 230, 239, 0.66);
  font-size: 9px;
  font-weight: 560;
}

.irs-recovery-objectives {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.irs-recovery-objectives article {
  min-width: 0;
  min-height: 196px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--irs-line);
  border-radius: 7px;
  background: var(--irs-surface);
}

.irs-recovery-objectives article > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid var(--irs-line-strong);
  border-radius: 6px;
  color: var(--irs-cyan-strong);
  font-size: 13px;
  font-weight: 850;
  background: color-mix(in srgb, var(--irs-cyan) 6%, transparent);
}

.irs-recovery-objectives article > div {
  min-width: 0;
}

.irs-recovery-objectives small {
  color: var(--irs-cyan-strong);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.irs-recovery-objectives strong {
  display: block;
  margin-top: 8px;
  color: var(--irs-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.irs-recovery-objectives p {
  margin: 10px 0 0;
  color: var(--irs-muted);
  font-size: 11px;
  font-weight: 540;
  line-height: 1.55;
}

.irs-recovery-checks {
  display: grid;
  gap: 0;
  margin-top: 22px;
  border-top: 1px solid var(--irs-line);
}

.irs-recovery-checks span {
  min-height: 44px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--irs-line);
  color: var(--irs-ink);
}

.irs-cadence-band {
  padding: clamp(68px, 7vw, 104px) 0;
  background: var(--irs-bg);
}

.irs-cadence-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.62fr) minmax(650px, 1.38fr);
  gap: clamp(44px, 7vw, 94px);
  align-items: start;
}

.irs-cadence-layout .irs-section-head {
  position: sticky;
  top: 132px;
  margin-bottom: 0;
}

.irs-cadence-table {
  border-top: 1px solid var(--irs-line);
}

.irs-cadence-row {
  min-height: 104px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) 150px;
  gap: 22px;
  align-items: center;
  padding: 16px 4px;
  border-bottom: 1px solid var(--irs-line);
}

.irs-cadence-row > span {
  width: 82px;
  min-height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--irs-line-strong);
  border-radius: 5px;
  color: var(--irs-cyan-strong);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
  background: color-mix(in srgb, var(--irs-cyan) 5%, transparent);
}

.irs-cadence-row > div {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.irs-cadence-row strong {
  color: var(--irs-ink);
  font-size: 14px;
  font-weight: 800;
}

.irs-cadence-row p {
  margin: 0;
  color: var(--irs-muted);
  font-size: 11px;
  font-weight: 540;
  line-height: 1.5;
}

.irs-cadence-row em {
  justify-self: end;
  color: var(--irs-green);
  text-align: right;
}

.irs-impact-band {
  padding: clamp(66px, 7vw, 100px) 0;
  color: #f4fbff;
  background: #071722;
}

.irs-impact-band .irs-section-head .eyebrow {
  color: #59d1ef;
}

.irs-impact-band .irs-section-head h2 {
  color: #f4fbff;
}

.irs-impact-board {
  border-top: 1px solid rgba(103, 207, 233, 0.18);
  border-bottom: 1px solid rgba(103, 207, 233, 0.18);
}

.irs-impact-row {
  min-height: 86px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  border-bottom: 1px solid rgba(103, 207, 233, 0.14);
}

.irs-impact-row:last-child {
  border-bottom: 0;
}

.irs-impact-row > span,
.irs-impact-row > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  border-right: 1px solid rgba(103, 207, 233, 0.13);
}

.irs-impact-row > span:last-child,
.irs-impact-row > div:last-child {
  border-right: 0;
}

.irs-impact-row.is-head {
  min-height: 46px;
}

.irs-impact-row.is-head span {
  color: #58d1ef;
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
  background: rgba(33, 157, 192, 0.045);
}

.irs-impact-row strong,
.irs-impact-row div:nth-child(2) span {
  color: rgba(236, 247, 251, 0.9);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.45;
}

.irs-impact-row .is-risk {
  --irs-dot: var(--irs-risk);
  background: var(--irs-dot);
}

.irs-impact-row div:last-child i {
  --irs-dot: #42d0a2;
}

.irs-readiness-band {
  padding: clamp(68px, 7vw, 104px) 0;
  background: var(--irs-bg-alt);
}

.irs-readiness-layout {
  display: grid;
  grid-template-columns: minmax(380px, 0.78fr) minmax(600px, 1.22fr);
  gap: clamp(48px, 7vw, 98px);
  align-items: start;
}

.irs-readiness-check h2,
.irs-faq-head h2 {
  font-size: 34px;
}

.irs-readiness-list {
  display: grid;
  margin-top: 30px;
  border-top: 1px solid var(--irs-line);
}

.irs-readiness-list > div {
  min-height: 66px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--irs-line);
}

.irs-readiness-list span {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--irs-line-strong);
  border-radius: 5px;
  color: var(--irs-cyan-strong);
  font-size: 9px;
  font-weight: 850;
}

.irs-readiness-list span::after {
  content: "";
  --irs-dot: var(--irs-green);
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--irs-bg-alt);
  border-radius: 999px;
  background: var(--irs-dot);
}

.irs-readiness-list strong {
  color: var(--irs-ink);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.45;
}

.irs-faq-head {
  margin-bottom: 24px;
}

.irs-faq-list {
  display: grid;
  gap: 8px;
}

.irs-faq-list details {
  border: 1px solid var(--irs-line);
  border-radius: 6px;
  background: var(--irs-surface);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.irs-faq-list details:hover,
.irs-faq-list details[open] {
  border-color: var(--irs-line-strong);
  background: var(--irs-surface-soft);
}

.irs-faq-list summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 18px;
  color: var(--irs-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.irs-faq-list summary::-webkit-details-marker {
  display: none;
}

.irs-faq-list summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--irs-line);
  border-radius: 5px;
  color: var(--irs-cyan-strong);
  font-size: 20px;
  font-weight: 600;
}

.irs-faq-list details[open] summary::after {
  content: "-";
}

.irs-faq-list details > p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--irs-muted);
  font-size: 12px;
  font-weight: 530;
  line-height: 1.65;
}

.irs-live-dot,
.irs-defense-layer em i,
.irs-pillar-grid li::before,
.irs-domain-output i,
.irs-response-node,
.irs-backup-layer em i,
.irs-recovery-checks span::before,
.irs-cadence-row em i,
.irs-impact-row i,
.irs-readiness-list span::after,
.infrastructure-resilience-page .about-contact-route span,
main.infrastructure-resilience-page ~ .site-footer .footer-sisdesk-badges span::before {
  transform-origin: center;
  will-change: transform, opacity, box-shadow;
  animation: irs-dot-pulse 1.9s ease-in-out infinite !important;
}

.irs-overview-principles > div:nth-child(2) .irs-live-dot,
.irs-defense-layer:nth-child(2) em i,
.irs-pillar-grid article:nth-child(2) li::before,
.irs-domain-grid article:nth-child(2) .irs-domain-output i,
.irs-response-track article:nth-child(2) .irs-response-node,
.irs-backup-layer:nth-of-type(3) em i,
.irs-recovery-checks span:nth-child(2)::before,
.irs-cadence-row:nth-child(2) em i,
.irs-impact-row:nth-child(3) i,
.irs-readiness-list > div:nth-child(2) span::after,
.infrastructure-resilience-page .about-contact-route div:nth-child(2) span,
main.infrastructure-resilience-page ~ .site-footer .footer-sisdesk-badges span:nth-child(2)::before {
  animation-delay: 190ms !important;
}

.irs-overview-principles > div:nth-child(3) .irs-live-dot,
.irs-defense-layer:nth-child(3) em i,
.irs-pillar-grid article:nth-child(3) li::before,
.irs-domain-grid article:nth-child(3) .irs-domain-output i,
.irs-response-track article:nth-child(3) .irs-response-node,
.irs-backup-layer:nth-of-type(4) em i,
.irs-recovery-checks span:nth-child(3)::before,
.irs-cadence-row:nth-child(3) em i,
.irs-impact-row:nth-child(4) i,
.irs-readiness-list > div:nth-child(3) span::after,
.infrastructure-resilience-page .about-contact-route div:nth-child(3) span,
main.infrastructure-resilience-page ~ .site-footer .footer-sisdesk-badges span:nth-child(3)::before {
  animation-delay: 380ms !important;
}

.irs-domain-grid article:nth-child(4) .irs-domain-output i,
.irs-response-track article:nth-child(4) .irs-response-node,
.irs-backup-layer:nth-of-type(5) em i,
.irs-cadence-row:nth-child(4) em i,
.irs-impact-row:nth-child(5) i,
.irs-readiness-list > div:nth-child(4) span::after,
main.infrastructure-resilience-page ~ .site-footer .footer-sisdesk-badges span:nth-child(4)::before {
  animation-delay: 570ms !important;
}

.irs-domain-grid article:nth-child(5) .irs-domain-output i,
.irs-response-track article:nth-child(5) .irs-response-node,
.irs-cadence-row:nth-child(5) em i,
.irs-readiness-list > div:nth-child(5) span::after {
  animation-delay: 760ms !important;
}

.irs-domain-grid article:nth-child(6) .irs-domain-output i,
.irs-readiness-list > div:nth-child(6) span::after {
  animation-delay: 950ms !important;
}

@keyframes irs-dot-pulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.82);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--irs-dot, #18a8d2) 8%, transparent), 0 0 7px color-mix(in srgb, var(--irs-dot, #18a8d2) 18%, transparent);
  }

  46% {
    opacity: 1;
    transform: scale(1.18);
    box-shadow: 0 0 0 7px color-mix(in srgb, var(--irs-dot, #18a8d2) 15%, transparent), 0 0 22px color-mix(in srgb, var(--irs-dot, #18a8d2) 44%, transparent);
  }

  74% {
    opacity: 0.82;
    transform: scale(1);
  }
}

html:root[data-theme="dark"] .infra-resilience {
  --irs-bg: #07111a;
  --irs-bg-alt: #0a1721;
  --irs-surface: #0e1e29;
  --irs-surface-soft: #112531;
  --irs-ink: #f4f9fc;
  --irs-muted: #b8c8d3;
  --irs-line: rgba(102, 203, 228, 0.14);
  --irs-line-strong: rgba(82, 207, 238, 0.31);
  --irs-cyan: #52d0ef;
  --irs-cyan-strong: #64d6f1;
  --irs-green: #42d0a2;
  --irs-amber: #e0b15b;
  --irs-risk: #ff887b;
}

html:root[data-theme="dark"] .irs-overview-band {
  background-color: var(--irs-bg);
  background-image:
    linear-gradient(rgba(87, 199, 226, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 199, 226, 0.04) 1px, transparent 1px);
}

html:root[data-theme="dark"] .irs-overview-band::before {
  background: linear-gradient(116deg, transparent 0 62%, rgba(39, 151, 183, 0.075) 62% 73%, transparent 73%);
}

html:root[data-theme="dark"] .irs-domains-band,
html:root[data-theme="dark"] .irs-cadence-band {
  background: var(--irs-bg);
}

html:root[data-theme="dark"] .irs-backup-band,
html:root[data-theme="dark"] .irs-readiness-band {
  background: var(--irs-bg-alt);
}

html:root[data-theme="dark"] .irs-domain-grid article,
html:root[data-theme="dark"] .irs-recovery-objectives article,
html:root[data-theme="dark"] .irs-faq-list details {
  background: var(--irs-surface);
  box-shadow: none;
}

html:root[data-theme="dark"] .irs-domain-icon,
html:root[data-theme="dark"] .irs-domain-grid .hardware-mini,
html:root[data-theme="dark"] .irs-recovery-objectives article > span {
  background: rgba(255, 255, 255, 0.04);
}

html:root[data-theme="dark"] .irs-readiness-list span::after {
  border-color: var(--irs-bg-alt);
}

@media (max-width: 1180px) {
  .irs-overview-layout,
  .irs-backup-layout,
  .irs-cadence-layout,
  .irs-readiness-layout {
    grid-template-columns: 1fr;
  }

  .irs-cadence-layout .irs-section-head {
    position: static;
    max-width: 820px;
    margin-bottom: 34px;
  }

  .irs-defense-board,
  .irs-backup-stack {
    width: 100%;
  }
}

@media (max-width: 920px) {
  .irs-pillar-grid,
  .irs-domain-grid,
  .irs-response-head {
    grid-template-columns: 1fr;
  }

  .irs-pillar-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(104, 208, 234, 0.16);
  }

  .irs-pillar-grid article:last-child {
    border-bottom: 0;
  }

  .irs-response-track {
    grid-template-columns: 1fr;
  }

  .irs-response-track::before {
    left: 23px;
    right: auto;
    top: 22px;
    bottom: 22px;
    width: 1px;
    height: auto;
  }

  .irs-response-track article {
    min-height: 0;
    grid-template-columns: 18px 110px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
  }

  .irs-response-track h3 {
    grid-column: 2;
  }

  .irs-response-track p {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .irs-impact-row {
    grid-template-columns: 0.9fr 1fr 1.1fr;
  }
}

@media (max-width: 700px) {
  .irs-overview-band,
  .irs-pillars-band,
  .irs-domains-band,
  .irs-response-band,
  .irs-backup-band,
  .irs-cadence-band,
  .irs-impact-band,
  .irs-readiness-band {
    padding: 52px 0;
  }

  .irs-overview-copy h2,
  .irs-section-head h2,
  .irs-backup-copy h2,
  .irs-readiness-check h2,
  .irs-faq-head h2,
  .irs-response-head h2,
  .irs-section-head.is-compact h2 {
    font-size: 30px;
  }

  .irs-overview-principles > div {
    grid-template-columns: 10px minmax(0, 1fr);
    gap: 8px 12px;
    padding: 12px 0;
  }

  .irs-overview-principles small {
    grid-column: 2;
  }

  .irs-defense-board,
  .irs-backup-stack {
    padding: 13px;
  }

  .irs-defense-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .irs-defense-layer,
  .irs-backup-layer {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .irs-defense-layer em,
  .irs-backup-layer em {
    grid-column: 2;
  }

  .irs-defense-baseline,
  .irs-recovery-objectives {
    grid-template-columns: 1fr;
  }

  .irs-defense-baseline div {
    border-right: 0;
    border-bottom: 1px solid rgba(103, 207, 233, 0.12);
  }

  .irs-defense-baseline div:last-child {
    border-bottom: 0;
  }

  .irs-pillar-grid article {
    padding: 22px;
  }

  .irs-domain-grid article {
    min-height: 0;
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .irs-domain-icon {
    padding: 22px 8px 18px;
  }

  .irs-domain-icon > span:first-child {
    font-size: 22px;
  }

  .irs-domain-body {
    padding: 22px 17px 16px;
  }

  .irs-domain-output {
    margin: 0 17px;
  }

  .irs-response-track article {
    grid-template-columns: 18px minmax(0, 1fr);
  }

  .irs-response-track p {
    grid-column: 2;
    grid-row: auto;
  }

  .irs-recovery-objectives article {
    min-height: 0;
  }

  .irs-cadence-row {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px 14px;
  }

  .irs-cadence-row > span {
    width: 76px;
  }

  .irs-cadence-row em {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  .irs-impact-row,
  .irs-impact-row.is-head {
    grid-template-columns: 1fr;
  }

  .irs-impact-row.is-head {
    display: none;
  }

  .irs-impact-row {
    padding: 12px 0;
  }

  .irs-impact-row > div {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid rgba(103, 207, 233, 0.1);
  }

  .irs-impact-row > div:last-child {
    border-bottom: 0;
  }

  .irs-readiness-list > div {
    min-height: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .irs-live-dot,
  .irs-defense-layer em i,
  .irs-pillar-grid li::before,
  .irs-domain-output i,
  .irs-response-node,
  .irs-backup-layer em i,
  .irs-recovery-checks span::before,
  .irs-cadence-row em i,
  .irs-impact-row i,
  .irs-readiness-list span::after,
  .infrastructure-resilience-page .about-contact-route span,
  main.infrastructure-resilience-page ~ .site-footer .footer-sisdesk-badges span::before {
    animation: none !important;
  }
}

/* Infrastructure resilience - pillar and assessment refinements */
.irs-pillar-grid {
  gap: 12px;
  border: 0;
}

.irs-pillar-grid article {
  --irs-pillar: #55d2ef;
  position: relative;
  min-height: 438px;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  padding: 24px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--irs-pillar) 22%, transparent);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
}

.irs-pillar-grid article:nth-child(2) {
  --irs-pillar: #e0b15b;
}

.irs-pillar-grid article:nth-child(3) {
  --irs-pillar: #45d0a3;
}

.irs-pillar-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--irs-pillar), color-mix(in srgb, var(--irs-pillar) 38%, transparent), transparent 84%);
}

.irs-pillar-head {
  margin-bottom: 24px;
}

.irs-pillar-index {
  width: 68px;
  height: 68px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  border: 1px solid color-mix(in srgb, var(--irs-pillar) 34%, transparent);
  border-radius: 6px;
  background: color-mix(in srgb, var(--irs-pillar) 8%, transparent);
}

.irs-pillar-grid .irs-pillar-index small {
  color: color-mix(in srgb, var(--irs-pillar) 84%, #ffffff);
  font-size: 7px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.irs-pillar-grid .irs-pillar-index strong {
  color: color-mix(in srgb, var(--irs-pillar) 90%, #ffffff);
  font-size: 30px;
  font-weight: 850;
  line-height: 1;
}

.irs-pillar-grid .irs-pillar-head .hardware-mini {
  --mini-accent: var(--irs-pillar);
  width: 58px;
  height: 52px;
  border-color: color-mix(in srgb, var(--irs-pillar) 30%, transparent);
  background: color-mix(in srgb, var(--irs-pillar) 6%, transparent);
}

.irs-pillar-grid article > small {
  color: color-mix(in srgb, var(--irs-pillar) 88%, #ffffff);
}

.irs-pillar-grid article > h3 {
  min-height: 54px;
  font-size: 22px;
}

.irs-pillar-grid article > p {
  min-height: 66px;
}

.irs-pillar-grid article > ul {
  align-content: start;
}

.irs-pillar-grid article li::before {
  --irs-dot: var(--irs-pillar);
  background: var(--irs-pillar);
}

.irs-pillar-outcome {
  min-width: 0;
  display: grid;
  grid-template-columns: 8px auto minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin-top: 24px;
  padding-top: 17px;
  border-top: 1px solid rgba(104, 208, 234, 0.15);
}

.irs-pillar-outcome i {
  --irs-dot: var(--irs-pillar);
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--irs-pillar);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--irs-pillar) 10%, transparent);
}

.irs-pillar-outcome strong {
  color: color-mix(in srgb, var(--irs-pillar) 88%, #ffffff);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.irs-pillar-outcome em {
  color: rgba(238, 248, 251, 0.9);
  font-size: 9px;
  font-style: normal;
  font-weight: 740;
  line-height: 1.35;
}

.irs-readiness-band {
  background-image:
    linear-gradient(rgba(24, 168, 210, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 168, 210, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
}

.irs-assessment-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.68fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: end;
}

.irs-assessment-head .eyebrow {
  margin: 0 0 14px;
  color: var(--irs-cyan-strong);
}

.irs-assessment-head h2 {
  margin: 0;
  color: var(--irs-ink);
  font-size: 40px;
  font-weight: 830;
  line-height: 1.08;
  letter-spacing: 0;
}

.irs-assessment-head-copy {
  min-width: 0;
}

.irs-assessment-head-copy > p {
  margin: 0;
  color: var(--irs-muted);
  font-size: 14px;
  font-weight: 550;
  line-height: 1.7;
}

.irs-assessment-head-copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.irs-assessment-head-copy > div > span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 11px;
  border: 1px solid var(--irs-line-strong);
  border-radius: 5px;
  color: var(--irs-ink);
  font-size: 9px;
  font-weight: 780;
  background: color-mix(in srgb, var(--irs-cyan) 5%, transparent);
}

.irs-assessment-head-copy .irs-live-dot {
  width: 8px;
  height: 8px;
  flex-basis: 8px;
}

.irs-readiness-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  margin-top: 40px;
  overflow: hidden;
  border: 1px solid var(--irs-line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--irs-surface) 72%, transparent);
}

.irs-readiness-check,
.irs-faq {
  min-width: 0;
  padding: 26px 30px 28px;
}

.irs-faq {
  border-left: 1px solid var(--irs-line);
}

.irs-assessment-panel-head {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--irs-line);
}

.irs-assessment-panel-head .hardware-mini {
  --mini-accent: var(--irs-cyan);
  width: 54px;
  height: 48px;
  border-radius: 6px;
  background: var(--irs-surface-soft);
  box-shadow: none;
}

.irs-assessment-panel-head > div {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.irs-assessment-panel-head small {
  color: var(--irs-cyan-strong);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.irs-assessment-panel-head h3 {
  margin: 0;
  color: var(--irs-ink);
  font-size: 20px;
  font-weight: 820;
  line-height: 1.25;
}

.irs-readiness-list {
  margin: 0;
  border-top: 0;
}

.irs-readiness-list > div {
  min-height: 74px;
  padding: 0 10px;
}

.irs-readiness-list span {
  width: 42px;
  height: 42px;
  background: color-mix(in srgb, var(--irs-cyan) 5%, transparent);
}

.irs-readiness-list strong {
  font-size: 12px;
}

.irs-faq-list {
  gap: 0;
}

.irs-faq-list details,
html:root[data-theme="dark"] .irs-faq-list details {
  border: 0;
  border-bottom: 1px solid var(--irs-line);
  border-radius: 0;
  background: transparent;
}

.irs-faq-list details:hover,
.irs-faq-list details[open],
html:root[data-theme="dark"] .irs-faq-list details:hover,
html:root[data-theme="dark"] .irs-faq-list details[open] {
  border-color: var(--irs-line-strong);
  background: color-mix(in srgb, var(--irs-cyan) 5%, transparent);
}

.irs-faq-list summary {
  min-height: 74px;
  padding: 12px 10px;
}

.irs-faq-list details > p {
  padding: 0 10px 18px;
}

.irs-pillar-outcome i {
  transform-origin: center;
  will-change: transform, opacity, box-shadow;
  animation: irs-dot-pulse 1.9s ease-in-out infinite !important;
}

.irs-pillar-grid article:nth-child(2) .irs-pillar-outcome i {
  animation-delay: 190ms !important;
}

.irs-pillar-grid article:nth-child(3) .irs-pillar-outcome i {
  animation-delay: 380ms !important;
}

html:root[data-theme="dark"] .irs-readiness-band {
  background-color: var(--irs-bg-alt);
  background-image:
    linear-gradient(rgba(86, 198, 225, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(86, 198, 225, 0.035) 1px, transparent 1px);
}

html:root[data-theme="dark"] .irs-readiness-layout {
  background: rgba(11, 29, 40, 0.7);
}

html:root[data-theme="dark"] .irs-assessment-panel-head .hardware-mini {
  background: rgba(255, 255, 255, 0.045);
}

@media (max-width: 920px) {
  .irs-pillar-grid {
    grid-template-columns: 1fr;
  }

  .irs-pillar-grid article {
    min-height: 0;
    border: 1px solid color-mix(in srgb, var(--irs-pillar) 22%, transparent);
    border-radius: 7px;
  }

  .irs-assessment-head,
  .irs-readiness-layout {
    grid-template-columns: 1fr;
  }

  .irs-assessment-head-copy {
    max-width: 760px;
  }

  .irs-faq {
    border-top: 1px solid var(--irs-line);
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .irs-pillar-grid article {
    padding: 20px;
  }

  .irs-pillar-index {
    width: 60px;
    height: 60px;
  }

  .irs-pillar-grid .irs-pillar-index strong {
    font-size: 26px;
  }

  .irs-pillar-grid article > h3,
  .irs-pillar-grid article > p {
    min-height: 0;
  }

  .irs-assessment-head h2 {
    font-size: 30px;
  }

  .irs-readiness-layout {
    margin-top: 30px;
  }

  .irs-readiness-check,
  .irs-faq {
    padding: 22px 16px 24px;
  }

  .irs-assessment-panel-head h3 {
    font-size: 18px;
  }

  .irs-readiness-list > div,
  .irs-faq-list summary {
    min-height: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .irs-pillar-outcome i {
    animation: none !important;
  }
}

/* Managed BT service: operations desk redesign */
.managed-service-ops-body {
  overflow-x: clip;
}

@media (max-width: 980px) {
  .managed-service-ops-body:not(.menu-open) .site-header {
    contain: paint;
  }
}

.managed-service-ops-page > .managed-it-section {
  display: none !important;
}

.managed-service-ops-page,
.managed-service-ops-page > .managed-it-cta-section {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.managed-service-ops {
  --mso-bg: #f2f7fa;
  --mso-bg-alt: #e9f1f5;
  --mso-surface: #ffffff;
  --mso-surface-soft: #f8fbfc;
  --mso-ink: #0b1d29;
  --mso-muted: #596b77;
  --mso-line: rgba(14, 48, 66, 0.14);
  --mso-line-strong: rgba(20, 158, 199, 0.34);
  --mso-cyan: #1aaed7;
  --mso-cyan-strong: #087fa7;
  --mso-blue: #3978c7;
  --mso-green: #159574;
  --mso-amber: #b57b25;
  --mso-dark: #071722;
  --mso-dark-soft: #0c2331;
  --mso-dark-panel: #102a39;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: clip;
  color: var(--mso-ink);
  background: var(--mso-bg);
}

.managed-service-ops *,
.managed-service-ops *::before,
.managed-service-ops *::after {
  box-sizing: border-box;
}

.managed-service-ops > div {
  position: relative;
  margin: 0;
  padding: clamp(76px, 7vw, 112px) 0;
}

.managed-service-ops > div > .container {
  width: min(calc(100% - 48px), 1280px);
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.managed-service-ops h2,
.managed-service-ops h3,
.managed-service-ops p,
.managed-service-ops small,
.managed-service-ops strong,
.managed-service-ops span,
.managed-service-ops em {
  letter-spacing: 0;
}

.managed-service-ops h2,
.managed-service-ops h3,
.managed-service-ops p {
  margin-top: 0;
}

.managed-service-ops h2,
.managed-service-ops h3,
.managed-service-ops strong {
  color: inherit;
}

.managed-service-ops .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--mso-cyan-strong);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.managed-service-ops .eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.mso-section-head {
  max-width: 920px;
  margin-bottom: 42px;
}

.mso-section-head h2,
.mso-request-head h2,
.mso-decision-head h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 850;
  line-height: 1.03;
}

.mso-section-head > p:not(.eyebrow),
.mso-request-head > p,
.mso-decision-head > p {
  max-width: 790px;
  margin-bottom: 0;
  color: var(--mso-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.72;
}

.mso-section-head.is-compact {
  max-width: 960px;
}

.mso-section-head.is-inverse h2,
.mso-section-head.is-inverse > p:not(.eyebrow) {
  color: #f4f9fb;
}

.mso-section-head.is-inverse > p:not(.eyebrow) {
  color: rgba(224, 237, 243, 0.7);
}

.mso-live-dot,
.mso-console-rows i,
.mso-function-grid li::before,
.mso-function-output i,
.mso-layer-row article em i,
.mso-request-node,
.mso-ownership-board li::before,
.mso-visibility-row em i,
.mso-fit-grid article > i,
.managed-service-ops-page > .managed-it-cta-section .about-contact-route span,
main.managed-service-ops-page ~ .site-footer .footer-sisdesk-badges span::before {
  animation: mso-dot-pulse 1.9s ease-in-out infinite !important;
}

/* Opening operations desk */
.mso-overview-band {
  background-color: var(--mso-bg);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  border-bottom: 1px solid var(--mso-line);
}

.mso-overview-band::after {
  content: "";
  position: absolute;
  top: 0;
  right: max(0px, calc((100vw - 1280px) / 2));
  width: min(34vw, 460px);
  height: 8px;
  background: var(--mso-cyan);
}

.mso-overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(600px, 1.14fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
}

.mso-overview-copy h2 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 870;
  line-height: 1.02;
}

.mso-overview-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 30px;
  color: var(--mso-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.mso-overview-principles {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--mso-line);
}

.mso-overview-principles > div {
  display: grid;
  grid-template-columns: 16px minmax(150px, 0.65fr) minmax(0, 1.35fr);
  gap: 12px;
  align-items: center;
  min-height: 68px;
  border-bottom: 1px solid var(--mso-line);
}

.mso-live-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mso-cyan);
  box-shadow: 0 0 0 6px rgba(26, 174, 215, 0.11);
}

.mso-overview-principles strong {
  font-size: 14px;
  font-weight: 850;
}

.mso-overview-principles small {
  color: var(--mso-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.mso-desk-console {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(84, 205, 235, 0.28);
  border-radius: 8px;
  color: #eef8fb;
  background: var(--mso-dark);
  box-shadow: 0 26px 64px rgba(5, 25, 36, 0.18);
}

.mso-desk-console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(77, 192, 222, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 192, 222, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
}

.mso-console-head,
.mso-console-columns,
.mso-console-rows,
.mso-console-baseline {
  position: relative;
  z-index: 1;
}

.mso-console-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 92px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(138, 213, 233, 0.18);
  background: rgba(255, 255, 255, 0.035);
}

.mso-console-head > div {
  display: flex;
  gap: 14px;
  align-items: center;
}

.mso-console-head small,
.mso-console-head > span {
  display: block;
  color: rgba(212, 232, 239, 0.62);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.mso-console-head strong {
  display: block;
  margin-top: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 850;
}

.mso-console-head > span {
  padding: 8px 11px;
  border: 1px solid rgba(73, 198, 229, 0.25);
  border-radius: 5px;
  color: #8ee7fa;
  background: rgba(28, 174, 215, 0.08);
  white-space: nowrap;
}

.mso-console-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px 144px;
  padding: 12px 22px 10px 94px;
  border-bottom: 1px solid rgba(138, 213, 233, 0.13);
}

.mso-console-columns span {
  color: rgba(208, 231, 238, 0.48);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.mso-console-rows > div {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 128px 144px;
  gap: 16px;
  align-items: center;
  min-height: 104px;
  padding: 17px 22px;
  border-bottom: 1px solid rgba(138, 213, 233, 0.13);
  transition: background-color 180ms ease;
}

.mso-console-rows > div:hover {
  background: rgba(36, 182, 218, 0.07);
}

.mso-console-rows .hardware-mini,
.mso-function-grid .hardware-mini,
.mso-delivery-grid .hardware-mini,
.mso-ownership-board .hardware-mini,
.mso-fit-grid .hardware-mini {
  --mini-accent: var(--mso-cyan);
  width: 50px;
  height: 46px;
  border-color: rgba(91, 207, 235, 0.26);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.mso-console-rows small {
  display: block;
  margin-bottom: 5px;
  color: rgba(214, 235, 241, 0.54);
  font-size: 10px;
  font-weight: 750;
}

.mso-console-rows strong {
  display: block;
  color: #f7fbfc;
  font-size: 13px;
  font-weight: 820;
  line-height: 1.45;
}

.mso-console-rows em {
  color: #91a9b4;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.mso-console-rows p {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  color: #91e6d0;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.mso-console-rows i,
.mso-function-output i,
.mso-layer-row article em i,
.mso-visibility-row em i {
  display: block;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mso-green);
}

.mso-console-baseline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: rgba(255, 255, 255, 0.025);
}

.mso-console-baseline > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-height: 60px;
  padding: 12px 18px;
  border-right: 1px solid rgba(138, 213, 233, 0.13);
}

.mso-console-baseline > div:last-child {
  border-right: 0;
}

.mso-console-baseline span {
  color: rgba(207, 231, 238, 0.48);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.mso-console-baseline strong {
  color: #8ee7fa;
  font-size: 11px;
  font-weight: 900;
}

/* Four managed-service functions */
.mso-functions-band {
  color: #f2f8fa;
  background: var(--mso-dark);
  border-bottom: 1px solid rgba(113, 211, 235, 0.16);
}

.mso-functions-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(68, 184, 214, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(68, 184, 214, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
}

.mso-functions-band > .container {
  position: relative;
  z-index: 1;
}

.mso-function-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(106, 201, 225, 0.22);
  border-bottom: 1px solid rgba(106, 201, 225, 0.22);
}

.mso-function-grid article {
  --mso-function-accent: var(--mso-cyan);
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 500px;
  padding: 28px 24px 24px;
  border-right: 1px solid rgba(106, 201, 225, 0.18);
  background: rgba(255, 255, 255, 0.018);
  transition: background-color 180ms ease, transform 180ms ease;
}

.mso-function-grid article:nth-child(2) {
  --mso-function-accent: #4f88db;
}

.mso-function-grid article:nth-child(3) {
  --mso-function-accent: #d49a42;
}

.mso-function-grid article:nth-child(4) {
  --mso-function-accent: #43b795;
  border-right: 0;
}

.mso-function-grid article:hover {
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(-3px);
}

.mso-function-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.mso-function-index {
  display: grid;
  align-content: space-between;
  width: 86px;
  height: 86px;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--mso-function-accent) 54%, transparent);
  border-radius: 7px;
  background: color-mix(in srgb, var(--mso-function-accent) 13%, transparent);
}

.mso-function-index small {
  color: rgba(229, 241, 245, 0.56);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.mso-function-index strong {
  color: var(--mso-function-accent);
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
}

.mso-function-grid article > small {
  display: block;
  margin-bottom: 10px;
  color: var(--mso-function-accent);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.mso-function-grid article > h3 {
  min-height: 58px;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 850;
  line-height: 1.22;
}

.mso-function-grid article > p {
  min-height: 96px;
  margin-bottom: 22px;
  color: rgba(218, 233, 239, 0.68);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.mso-function-grid ul,
.mso-ownership-board ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mso-function-grid li {
  position: relative;
  padding: 9px 0 9px 18px;
  border-top: 1px solid rgba(130, 203, 222, 0.12);
  color: rgba(231, 241, 245, 0.8);
  font-size: 11px;
  font-weight: 690;
  line-height: 1.45;
}

.mso-function-grid li::before,
.mso-ownership-board li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mso-function-accent, var(--mso-green));
}

.mso-function-output {
  display: grid;
  grid-template-columns: 8px auto minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 52px;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid rgba(130, 203, 222, 0.2);
}

.mso-function-output i {
  background: var(--mso-function-accent);
}

.mso-function-output strong {
  color: rgba(226, 240, 244, 0.48);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.mso-function-output em {
  color: #f5fbfc;
  font-size: 10px;
  font-style: normal;
  font-weight: 760;
  line-height: 1.35;
  text-align: right;
}

/* Service layers */
.mso-layers-band {
  background: var(--mso-surface);
  border-bottom: 1px solid var(--mso-line);
}

.mso-layer-board {
  overflow: hidden;
  border: 1px solid var(--mso-line-strong);
  border-radius: 8px;
  background: var(--mso-surface);
  box-shadow: 0 20px 54px rgba(13, 43, 58, 0.07);
}

.mso-layer-row {
  display: grid;
  grid-template-columns: 252px repeat(2, minmax(0, 1fr));
  min-height: 196px;
  border-bottom: 1px solid var(--mso-line);
}

.mso-layer-row:last-child {
  border-bottom: 0;
}

.mso-layer-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  background: var(--mso-dark-soft);
}

.mso-layer-label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border: 1px solid rgba(87, 207, 237, 0.34);
  border-radius: 7px;
  color: #65d8f2;
  background: rgba(40, 179, 214, 0.08);
  font-size: 22px;
  font-weight: 900;
}

.mso-layer-label small {
  margin-bottom: 7px;
  color: rgba(204, 229, 237, 0.54);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.mso-layer-label strong {
  color: #f3f9fb;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.3;
}

.mso-layer-row article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 0 18px;
  align-items: start;
  min-width: 0;
  padding: 30px;
  border-left: 1px solid var(--mso-line);
  background: var(--mso-surface);
  transition: background-color 180ms ease;
}

.mso-layer-row article:hover {
  background: color-mix(in srgb, var(--mso-cyan) 4%, var(--mso-surface));
}

.mso-layer-row article .hardware-mini {
  --mini-accent: var(--mso-cyan-strong);
  grid-row: 1 / span 2;
  width: 54px;
  height: 50px;
  border-radius: 7px;
  background: color-mix(in srgb, var(--mso-cyan) 7%, var(--mso-surface));
  box-shadow: none;
}

.mso-layer-row article small {
  display: block;
  margin-bottom: 7px;
  color: var(--mso-cyan-strong);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.mso-layer-row article h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
}

.mso-layer-row article p {
  margin-bottom: 15px;
  color: var(--mso-muted);
  font-size: 12px;
  font-weight: 620;
  line-height: 1.6;
}

.mso-layer-row article em {
  display: flex;
  gap: 8px;
  align-items: center;
  grid-column: 2;
  color: var(--mso-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

/* Registered request lifecycle */
.mso-request-band {
  color: #edf7fa;
  background: var(--mso-dark-soft);
  border-bottom: 1px solid rgba(89, 202, 230, 0.16);
}

.mso-request-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 5px;
  background: var(--mso-green);
}

.mso-request-head,
.mso-decision-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: end;
  margin-bottom: 54px;
}

.mso-request-head h2,
.mso-request-head > p {
  color: #f3f9fb;
}

.mso-request-head h2 {
  max-width: 850px;
  margin-bottom: 0;
}

.mso-request-head > p {
  color: rgba(218, 235, 241, 0.66);
  font-size: 13px;
}

.mso-request-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(115, 207, 230, 0.2);
  border-bottom: 1px solid rgba(115, 207, 230, 0.2);
}

.mso-request-track::before {
  content: "";
  position: absolute;
  top: 45px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: rgba(68, 186, 216, 0.24);
}

.mso-request-track article {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 260px;
  padding: 34px 22px 28px;
  border-right: 1px solid rgba(115, 207, 230, 0.16);
}

.mso-request-track article:last-child {
  border-right: 0;
}

.mso-request-node {
  display: block;
  width: 22px;
  height: 22px;
  margin-bottom: 25px;
  border: 6px solid var(--mso-dark-soft);
  border-radius: 50%;
  background: var(--mso-cyan);
  box-shadow: 0 0 0 1px rgba(96, 213, 239, 0.42);
}

.mso-request-track article:nth-child(2) .mso-request-node {
  animation-delay: 160ms !important;
}

.mso-request-track article:nth-child(3) .mso-request-node {
  animation-delay: 320ms !important;
}

.mso-request-track article:nth-child(4) .mso-request-node {
  animation-delay: 480ms !important;
}

.mso-request-track article:nth-child(5) .mso-request-node {
  animation-delay: 640ms !important;
}

.mso-request-track small {
  display: block;
  margin-bottom: 10px;
  color: #69d6ef;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.mso-request-track h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 860;
}

.mso-request-track p {
  margin-bottom: 0;
  color: rgba(213, 231, 237, 0.65);
  font-size: 12px;
  font-weight: 610;
  line-height: 1.62;
}

/* Delivery modes */
.mso-delivery-band {
  background: var(--mso-bg-alt);
  border-bottom: 1px solid var(--mso-line);
}

.mso-delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mso-delivery-grid article {
  --mso-delivery-accent: var(--mso-cyan);
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 336px;
  padding: 26px;
  border: 1px solid var(--mso-line);
  border-top: 4px solid var(--mso-delivery-accent);
  border-radius: 7px;
  background: var(--mso-surface);
  box-shadow: 0 16px 42px rgba(13, 43, 58, 0.055);
}

.mso-delivery-grid article:nth-child(2) {
  --mso-delivery-accent: var(--mso-blue);
}

.mso-delivery-grid article:nth-child(3) {
  --mso-delivery-accent: var(--mso-green);
}

.mso-delivery-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 26px;
}

.mso-delivery-grid .hardware-mini {
  --mini-accent: var(--mso-delivery-accent);
  border-color: color-mix(in srgb, var(--mso-delivery-accent) 30%, transparent);
  background: color-mix(in srgb, var(--mso-delivery-accent) 7%, var(--mso-surface));
}

.mso-delivery-head small {
  color: var(--mso-delivery-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.mso-delivery-grid h3 {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 860;
}

.mso-delivery-grid > article > p {
  margin-bottom: 24px;
  color: var(--mso-muted);
  font-size: 13px;
  font-weight: 620;
  line-height: 1.7;
}

.mso-delivery-grid > article > div:last-child {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--mso-line);
}

.mso-delivery-grid > article > div:last-child span,
.mso-delivery-grid > article > div:last-child strong {
  display: block;
}

.mso-delivery-grid > article > div:last-child span {
  margin-bottom: 6px;
  color: var(--mso-delivery-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.mso-delivery-grid > article > div:last-child strong {
  font-size: 12px;
  font-weight: 780;
  line-height: 1.5;
}

/* Ownership board */
.mso-ownership-band {
  background: var(--mso-surface);
  border-bottom: 1px solid var(--mso-line);
}

.mso-ownership-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--mso-line-strong);
  border-radius: 8px;
  background: var(--mso-surface);
  box-shadow: 0 20px 56px rgba(13, 43, 58, 0.065);
}

.mso-ownership-board > section {
  --mso-ownership-accent: var(--mso-cyan);
  min-width: 0;
  min-height: 390px;
  padding: 30px;
  border-right: 1px solid var(--mso-line);
}

.mso-ownership-board > section.is-shared {
  --mso-ownership-accent: var(--mso-green);
  background: color-mix(in srgb, var(--mso-green) 6%, var(--mso-surface));
}

.mso-ownership-board > section:last-child {
  --mso-ownership-accent: var(--mso-blue);
  border-right: 0;
}

.mso-ownership-head {
  display: flex;
  gap: 17px;
  align-items: center;
  min-height: 92px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--mso-line);
}

.mso-ownership-board .hardware-mini {
  --mini-accent: var(--mso-ownership-accent);
  border-color: color-mix(in srgb, var(--mso-ownership-accent) 30%, transparent);
  background: color-mix(in srgb, var(--mso-ownership-accent) 7%, var(--mso-surface));
}

.mso-ownership-head small {
  display: block;
  margin-bottom: 6px;
  color: var(--mso-ownership-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.mso-ownership-head h3 {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.32;
}

.mso-ownership-board li {
  position: relative;
  min-height: 52px;
  padding: 15px 6px 15px 24px;
  border-bottom: 1px solid var(--mso-line);
  color: var(--mso-muted);
  font-size: 12px;
  font-weight: 680;
  line-height: 1.5;
}

.mso-ownership-board li:last-child {
  border-bottom: 0;
}

.mso-ownership-board li::before {
  top: 21px;
  left: 4px;
  background: var(--mso-ownership-accent);
}

/* Management visibility */
.mso-visibility-band {
  background-color: var(--mso-bg-alt);
  background-image:
    linear-gradient(rgba(18, 118, 150, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 118, 150, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  border-bottom: 1px solid var(--mso-line);
}

.mso-visibility-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(620px, 1.28fr);
  gap: clamp(42px, 7vw, 94px);
  align-items: start;
}

.mso-visibility-layout .mso-section-head {
  position: sticky;
  top: 110px;
  margin-bottom: 0;
}

.mso-visibility-table {
  overflow: hidden;
  border: 1px solid var(--mso-line-strong);
  border-radius: 8px;
  background: var(--mso-surface);
  box-shadow: 0 20px 56px rgba(13, 43, 58, 0.065);
}

.mso-visibility-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 164px;
  gap: 18px;
  align-items: center;
  min-height: 84px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--mso-line);
}

.mso-visibility-row:last-child {
  border-bottom: 0;
}

.mso-visibility-row.is-head {
  min-height: 48px;
  color: rgba(221, 238, 244, 0.62);
  background: var(--mso-dark-soft);
}

.mso-visibility-row.is-head span {
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.mso-visibility-row strong {
  font-size: 13px;
  font-weight: 850;
}

.mso-visibility-row p {
  margin-bottom: 0;
  color: var(--mso-muted);
  font-size: 11px;
  font-weight: 640;
  line-height: 1.5;
}

.mso-visibility-row em {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--mso-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

/* Fit and decision area */
.mso-decision-band {
  padding-bottom: clamp(64px, 6vw, 92px) !important;
  color: #eef7fa;
  background: var(--mso-dark);
}

.mso-decision-head h2,
.mso-decision-head > p {
  color: #f3f9fb;
}

.mso-decision-head h2 {
  margin-bottom: 0;
}

.mso-decision-head > p {
  color: rgba(216, 233, 239, 0.65);
  font-size: 13px;
}

.mso-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-bottom: 72px;
  border: 1px solid rgba(104, 203, 228, 0.2);
  border-radius: 8px;
}

.mso-fit-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 8px;
  gap: 15px;
  align-items: center;
  min-width: 0;
  min-height: 128px;
  padding: 22px;
  border-right: 1px solid rgba(104, 203, 228, 0.16);
  border-bottom: 1px solid rgba(104, 203, 228, 0.16);
  background: rgba(255, 255, 255, 0.018);
}

.mso-fit-grid article:nth-child(3n) {
  border-right: 0;
}

.mso-fit-grid article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.mso-fit-grid article:hover {
  background: rgba(40, 180, 215, 0.065);
}

.mso-fit-grid strong {
  color: #f0f8fa;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.52;
}

.mso-fit-grid article > i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mso-green);
}

.mso-faq-head {
  display: block;
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(104, 203, 228, 0.2);
}

.mso-faq-head .eyebrow {
  margin-bottom: 12px;
}

.mso-faq-head h3 {
  margin-bottom: 0;
  color: #f3f9fb;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 860;
}

.mso-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(104, 203, 228, 0.16);
  border-left: 1px solid rgba(104, 203, 228, 0.16);
}

.mso-faq-grid details {
  min-width: 0;
  border: 0;
  border-right: 1px solid rgba(104, 203, 228, 0.16);
  border-bottom: 1px solid rgba(104, 203, 228, 0.16);
  border-radius: 0;
  color: #eef7fa;
  background: rgba(255, 255, 255, 0.015);
}

.mso-faq-grid details:hover,
.mso-faq-grid details[open] {
  background: rgba(40, 180, 215, 0.06);
}

.mso-faq-grid summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 20px 62px 20px 22px;
  color: #edf7fa;
  font-size: 13px;
  font-weight: 790;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.mso-faq-grid summary::-webkit-details-marker {
  display: none;
}

.mso-faq-grid summary::before,
.mso-faq-grid summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 13px;
  height: 2px;
  background: var(--mso-cyan);
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.mso-faq-grid summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.mso-faq-grid details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.mso-faq-grid details > p {
  margin: 0;
  padding: 0 22px 24px;
  color: rgba(211, 230, 237, 0.66);
  font-size: 12px;
  font-weight: 610;
  line-height: 1.68;
}

/* Dark-theme adaptation */
html:root[data-theme="dark"] .managed-service-ops {
  --mso-bg: #06141e;
  --mso-bg-alt: #081a25;
  --mso-surface: #0b202d;
  --mso-surface-soft: #0e2532;
  --mso-ink: #eef6f9;
  --mso-muted: #9eb0bb;
  --mso-line: rgba(111, 187, 208, 0.16);
  --mso-line-strong: rgba(72, 190, 221, 0.3);
  --mso-cyan: #4ac7e8;
  --mso-cyan-strong: #63d4ef;
  --mso-blue: #71a1e7;
  --mso-green: #54c5a1;
  --mso-amber: #d4a458;
  --mso-dark: #05121b;
  --mso-dark-soft: #081c27;
  --mso-dark-panel: #0b2533;
}

html:root[data-theme="dark"] .mso-overview-band,
html:root[data-theme="dark"] .mso-visibility-band {
  background-image:
    linear-gradient(rgba(80, 188, 217, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 188, 217, 0.035) 1px, transparent 1px);
}

html:root[data-theme="dark"] .mso-layer-board,
html:root[data-theme="dark"] .mso-delivery-grid article,
html:root[data-theme="dark"] .mso-ownership-board,
html:root[data-theme="dark"] .mso-visibility-table {
  box-shadow: none;
}

html:root[data-theme="dark"] .mso-layer-row article:hover {
  background: rgba(68, 189, 220, 0.055);
}

/* Responsive layout */
@media (max-width: 1180px) {
  .mso-overview-layout,
  .mso-visibility-layout {
    grid-template-columns: 1fr;
  }

  .mso-overview-copy,
  .mso-overview-copy h2,
  .mso-overview-copy > p:not(.eyebrow) {
    max-width: 920px;
  }

  .mso-visibility-layout .mso-section-head {
    position: static;
    max-width: 900px;
  }

  .mso-function-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mso-function-grid article:nth-child(2) {
    border-right: 0;
  }

  .mso-function-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(106, 201, 225, 0.18);
  }

  .mso-layer-row {
    grid-template-columns: 220px repeat(2, minmax(0, 1fr));
  }

  .mso-layer-row article {
    grid-template-columns: 1fr;
  }

  .mso-layer-row article .hardware-mini {
    grid-row: auto;
    margin-bottom: 18px;
  }

  .mso-layer-row article em {
    grid-column: 1;
  }
}

@media (max-width: 920px) {
  .managed-service-ops > div > .container {
    width: min(calc(100% - 36px), 1280px);
  }

  .mso-request-head,
  .mso-decision-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mso-request-track {
    grid-template-columns: 1fr;
  }

  .mso-request-track::before {
    top: 62px;
    bottom: 62px;
    left: 38px;
    width: 2px;
    height: auto;
  }

  .mso-request-track article {
    display: grid;
    grid-template-columns: 34px 110px minmax(0, 0.55fr) minmax(0, 1.45fr);
    gap: 16px;
    align-items: center;
    min-height: 118px;
    padding: 20px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(115, 207, 230, 0.16);
  }

  .mso-request-track article:last-child {
    border-bottom: 0;
  }

  .mso-request-node,
  .mso-request-track small,
  .mso-request-track h3,
  .mso-request-track p {
    margin: 0;
  }

  .mso-delivery-grid,
  .mso-ownership-board {
    grid-template-columns: 1fr;
  }

  .mso-delivery-grid article,
  .mso-ownership-board > section {
    min-height: 0;
  }

  .mso-ownership-board > section {
    border-right: 0;
    border-bottom: 1px solid var(--mso-line);
  }

  .mso-ownership-board > section:last-child {
    border-bottom: 0;
  }

  .mso-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mso-fit-grid article:nth-child(3n) {
    border-right: 1px solid rgba(104, 203, 228, 0.16);
  }

  .mso-fit-grid article:nth-child(2n) {
    border-right: 0;
  }

  .mso-fit-grid article:nth-last-child(-n + 3) {
    border-bottom: 1px solid rgba(104, 203, 228, 0.16);
  }

  .mso-fit-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .managed-service-ops > div {
    padding: 66px 0;
  }

  .mso-overview-principles > div {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 7px 10px;
    padding: 14px 0;
  }

  .mso-overview-principles small {
    grid-column: 2;
  }

  .mso-console-head {
    align-items: flex-start;
  }

  .mso-console-head > span,
  .mso-console-columns {
    display: none;
  }

  .mso-console-rows > div {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px 14px;
    min-height: 0;
    padding: 18px;
  }

  .mso-console-rows > div > em,
  .mso-console-rows > div > p {
    grid-column: 2;
  }

  .mso-console-baseline {
    grid-template-columns: 1fr;
  }

  .mso-console-baseline > div {
    min-height: 48px;
    border-right: 0;
    border-bottom: 1px solid rgba(138, 213, 233, 0.13);
  }

  .mso-console-baseline > div:last-child {
    border-bottom: 0;
  }

  .mso-function-grid {
    grid-template-columns: 1fr;
  }

  .mso-function-grid article,
  .mso-function-grid article:nth-child(2),
  .mso-function-grid article:nth-child(3) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(106, 201, 225, 0.18);
  }

  .mso-function-grid article:last-child {
    border-bottom: 0;
  }

  .mso-function-grid article > h3,
  .mso-function-grid article > p {
    min-height: 0;
  }

  .mso-function-output {
    margin-top: 24px;
  }

  .mso-layer-row {
    grid-template-columns: 1fr;
  }

  .mso-layer-label {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 18px;
    padding: 22px;
  }

  .mso-layer-label span {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .mso-layer-label small {
    align-self: end;
    margin: 0;
  }

  .mso-layer-row article {
    border-top: 1px solid var(--mso-line);
    border-left: 0;
  }

  .mso-request-track article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px 16px;
  }

  .mso-request-track small,
  .mso-request-track h3,
  .mso-request-track p {
    grid-column: 2;
  }

  .mso-request-node {
    grid-row: 1 / span 3;
  }

  .mso-visibility-row {
    grid-template-columns: 102px minmax(0, 1fr);
  }

  .mso-visibility-row.is-head span:last-child {
    display: none;
  }

  .mso-visibility-row em {
    grid-column: 2;
  }

  .mso-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .managed-service-ops > div > .container {
    width: min(calc(100% - 28px), 1280px);
  }

  .mso-section-head h2,
  .mso-request-head h2,
  .mso-decision-head h2,
  .mso-overview-copy h2 {
    font-size: 31px;
  }

  .mso-desk-console,
  .mso-layer-board,
  .mso-ownership-board,
  .mso-visibility-table,
  .mso-fit-grid {
    border-radius: 6px;
  }

  .mso-console-head {
    padding: 18px;
  }

  .mso-function-grid article,
  .mso-layer-row article,
  .mso-delivery-grid article,
  .mso-ownership-board > section {
    padding: 22px 18px;
  }

  .mso-function-head {
    margin-bottom: 24px;
  }

  .mso-function-index {
    width: 76px;
    height: 76px;
  }

  .mso-function-index strong {
    font-size: 27px;
  }

  .mso-delivery-grid h3 {
    font-size: 22px;
  }

  .mso-ownership-head {
    align-items: flex-start;
  }

  .mso-visibility-row,
  .mso-visibility-row.is-head {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 0;
    padding: 17px;
  }

  .mso-visibility-row.is-head {
    display: none;
  }

  .mso-visibility-row em {
    grid-column: 1;
  }

  .mso-fit-grid {
    grid-template-columns: 1fr;
  }

  .mso-fit-grid article,
  .mso-fit-grid article:nth-child(2n),
  .mso-fit-grid article:nth-child(3n),
  .mso-fit-grid article:nth-last-child(-n + 2),
  .mso-fit-grid article:nth-last-child(-n + 3) {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid rgba(104, 203, 228, 0.16);
  }

  .mso-fit-grid article:last-child {
    border-bottom: 0;
  }

  .mso-faq-head .eyebrow {
    margin-bottom: 10px;
  }

  .mso-faq-grid summary {
    min-height: 86px;
    padding-right: 54px;
  }
}

@keyframes mso-dot-pulse {
  0%,
  100% {
    opacity: 0.54;
    transform: scale(0.82);
    box-shadow: 0 0 0 0 rgba(56, 198, 229, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 7px rgba(56, 198, 229, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mso-live-dot,
  .mso-console-rows i,
  .mso-function-grid li::before,
  .mso-function-output i,
  .mso-layer-row article em i,
  .mso-request-node,
  .mso-ownership-board li::before,
  .mso-visibility-row em i,
  .mso-fit-grid article > i,
  .managed-service-ops-page > .managed-it-cta-section .about-contact-route span,
  main.managed-service-ops-page ~ .site-footer .footer-sisdesk-badges span::before {
    animation: none !important;
  }
}

/* Solution detail redesign foundation */
.solution-redesign-body {
  overflow-x: clip;
}

@media (max-width: 980px) {
  .solution-redesign-body:not(.menu-open) .site-header {
    contain: paint;
  }
}

.mail-command-page > .email-redesign-section,
.mail-command-page > .email-architecture-section,
.collaboration-flow-page > .collaboration-redesign-scope,
.collaboration-flow-page > .collaboration-workspace-section,
.private-vault-architecture-page > .private-cloud-vault-section,
.private-vault-architecture-page > .private-cloud-showcase,
.private-vault-architecture-page > .private-cloud-section,
.private-vault-architecture-page > .private-cloud-audience-section,
.private-vault-architecture-page > .private-cloud-faq-section {
  display: none !important;
}

.mail-command-page,
.collaboration-flow-page,
.private-vault-architecture-page,
.mail-command-page > .about-contact-section,
.collaboration-flow-page > .about-contact-section,
.private-vault-architecture-page > .about-contact-section {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

/* Microsoft 365 mail command center */
.mail-command-system {
  --mail-bg: #f2f7fa;
  --mail-bg-alt: #e8f1f5;
  --mail-surface: #ffffff;
  --mail-surface-soft: #f8fbfc;
  --mail-ink: #0b1d29;
  --mail-muted: #5a6d79;
  --mail-line: rgba(14, 50, 68, 0.14);
  --mail-line-strong: rgba(20, 160, 201, 0.34);
  --mail-cyan: #1aaed7;
  --mail-cyan-strong: #087fa8;
  --mail-blue: #3e78c8;
  --mail-green: #159574;
  --mail-amber: #b77b24;
  --mail-dark: #071722;
  --mail-dark-soft: #0b2230;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: clip;
  color: var(--mail-ink);
  background: var(--mail-bg);
}

.mail-command-system *,
.mail-command-system *::before,
.mail-command-system *::after {
  box-sizing: border-box;
}

.mail-command-system > div {
  position: relative;
  margin: 0;
  padding: clamp(76px, 7vw, 112px) 0;
}

.mail-command-system > div > .container {
  width: min(calc(100% - 48px), 1368px);
  max-width: 1368px;
  margin-right: auto;
  margin-left: auto;
}

.mail-command-system h2,
.mail-command-system h3,
.mail-command-system p,
.mail-command-system strong,
.mail-command-system span,
.mail-command-system small,
.mail-command-system em {
  letter-spacing: 0;
}

.mail-command-system h2,
.mail-command-system h3,
.mail-command-system p {
  margin-top: 0;
}

.mail-command-system .eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
  color: var(--mail-cyan-strong);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mail-command-system .eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.mail-section-head {
  max-width: 950px;
  margin-bottom: 42px;
}

.mail-section-head h2,
.mail-migration-head h2,
.mail-decision-head h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 860;
  line-height: 1.03;
}

.mail-section-head > p:not(.eyebrow),
.mail-migration-head > p,
.mail-decision-head > p {
  max-width: 800px;
  margin-bottom: 0;
  color: var(--mail-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.72;
}

.mail-section-head.is-inverse h2 {
  color: #f4f9fb;
}

.mail-section-head.is-inverse > p:not(.eyebrow) {
  color: rgba(221, 236, 241, 0.7);
}

.mail-command-system .hardware-mini {
  --mini-accent: var(--mail-cyan);
  width: 52px;
  height: 48px;
  border-color: color-mix(in srgb, var(--mini-accent) 31%, transparent);
  border-radius: 7px;
  background: color-mix(in srgb, var(--mini-accent) 8%, transparent);
  box-shadow: none;
}

.mail-live-dot,
.mail-route-map article > i,
.mail-route-controls i,
.mail-trust-grid li::before,
.mail-trust-output i,
.mail-architecture-row em i,
.mail-migration-track em i,
.mail-calendar-grid article > i,
.mail-dashboard-row i,
.mail-fit-grid article > i,
.mail-command-page > .about-contact-section .about-contact-route span,
main.mail-command-page ~ .site-footer .footer-sisdesk-badges span::before {
  animation: mail-status-pulse 1.9s ease-in-out infinite !important;
}

.mail-live-dot,
.mail-route-map article > i,
.mail-route-controls i,
.mail-trust-output i,
.mail-architecture-row em i,
.mail-migration-track em i,
.mail-calendar-grid article > i,
.mail-dashboard-row i,
.mail-fit-grid article > i {
  display: block;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mail-green);
}

/* Mail route opening */
.mail-command-intro {
  background-color: var(--mail-bg);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.044) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.044) 1px, transparent 1px);
  background-size: 64px 64px;
  border-bottom: 1px solid var(--mail-line);
}

.mail-command-intro::after {
  content: "";
  position: absolute;
  top: 0;
  right: max(0px, calc((100vw - 1368px) / 2));
  width: min(36vw, 510px);
  height: 7px;
  background: var(--mail-cyan);
}

.mail-command-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(620px, 1.17fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}

.mail-command-copy h2 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(36px, 4.5vw, 59px);
  font-weight: 875;
  line-height: 1.01;
}

.mail-command-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--mail-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.74;
}

.mail-command-principles {
  border-top: 1px solid var(--mail-line);
}

.mail-command-principles > div {
  display: grid;
  grid-template-columns: 16px minmax(154px, 0.7fr) minmax(0, 1.3fr);
  gap: 12px;
  align-items: center;
  min-height: 68px;
  border-bottom: 1px solid var(--mail-line);
}

.mail-live-dot {
  background: var(--mail-cyan);
}

.mail-command-principles strong {
  font-size: 14px;
  font-weight: 850;
}

.mail-command-principles small {
  color: var(--mail-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.mail-route-console {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(83, 205, 235, 0.29);
  border-radius: 8px;
  color: #eff8fa;
  background: var(--mail-dark);
  box-shadow: 0 28px 68px rgba(5, 25, 36, 0.2);
}

.mail-route-console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(72, 190, 220, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 190, 220, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
}

.mail-route-console-head,
.mail-route-map,
.mail-route-controls {
  position: relative;
  z-index: 1;
}

.mail-route-console-head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  min-height: 90px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(128, 211, 232, 0.18);
  background: rgba(255, 255, 255, 0.03);
}

.mail-route-console-head > div {
  display: flex;
  gap: 13px;
  align-items: center;
}

.mail-route-console-head small,
.mail-route-console-head em {
  display: block;
  color: rgba(211, 232, 239, 0.58);
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.mail-route-console-head strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 850;
}

.mail-route-console-head em {
  padding: 8px 11px;
  border: 1px solid rgba(71, 198, 229, 0.25);
  border-radius: 5px;
  color: #83dff4;
  background: rgba(38, 176, 211, 0.08);
  white-space: nowrap;
}

.mail-route-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 28px 20px;
}

.mail-route-map::before {
  content: "";
  position: absolute;
  top: 72px;
  right: 12.5%;
  left: 12.5%;
  height: 2px;
  background: rgba(68, 189, 219, 0.25);
}

.mail-route-map article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  min-width: 0;
  min-height: 184px;
  padding: 14px 12px;
  border-right: 1px solid rgba(121, 207, 228, 0.13);
  text-align: center;
}

.mail-route-map article:last-child {
  border-right: 0;
}

.mail-route-map .hardware-mini {
  margin-bottom: 20px;
  background: var(--mail-dark);
}

.mail-route-map small {
  display: block;
  margin-bottom: 8px;
  color: #62d4ee;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.mail-route-map strong {
  color: #f5fafc;
  font-size: 12px;
  font-weight: 820;
  line-height: 1.4;
}

.mail-route-map article > i {
  margin-top: 17px;
}

.mail-route-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(128, 211, 232, 0.16);
  background: rgba(255, 255, 255, 0.025);
}

.mail-route-controls > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 8px;
  gap: 8px;
  align-items: center;
  min-height: 60px;
  padding: 12px 16px;
  border-right: 1px solid rgba(128, 211, 232, 0.14);
}

.mail-route-controls > div:last-child {
  border-right: 0;
}

.mail-route-controls span {
  color: rgba(210, 232, 238, 0.46);
  font-size: 9px;
  font-weight: 850;
}

.mail-route-controls strong {
  color: #82dfc7;
  font-size: 10px;
  font-weight: 900;
  text-align: right;
}

/* Trust layers */
.mail-trust-band {
  color: #f0f7fa;
  background: var(--mail-dark);
  border-bottom: 1px solid rgba(107, 205, 229, 0.16);
}

.mail-trust-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(71, 187, 217, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(71, 187, 217, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.mail-trust-band > .container {
  position: relative;
  z-index: 1;
}

.mail-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(111, 203, 226, 0.2);
  border-bottom: 1px solid rgba(111, 203, 226, 0.2);
}

.mail-trust-grid article {
  --mail-layer-accent: var(--mail-cyan);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 514px;
  padding: 26px 24px 24px;
  border-right: 1px solid rgba(111, 203, 226, 0.16);
  background: rgba(255, 255, 255, 0.017);
}

.mail-trust-grid article:nth-child(2) {
  --mail-layer-accent: #4f89dc;
}

.mail-trust-grid article:nth-child(3) {
  --mail-layer-accent: #d09b48;
}

.mail-trust-grid article:nth-child(4) {
  --mail-layer-accent: #49b995;
  border-right: 0;
}

.mail-trust-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--mail-layer-accent);
}

.mail-trust-index {
  display: grid;
  align-content: space-between;
  width: 84px;
  height: 84px;
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--mail-layer-accent) 52%, transparent);
  border-radius: 7px;
  background: color-mix(in srgb, var(--mail-layer-accent) 12%, transparent);
}

.mail-trust-index small {
  color: rgba(224, 239, 244, 0.52);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.mail-trust-index strong {
  color: var(--mail-layer-accent);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.mail-trust-grid .hardware-mini {
  --mini-accent: var(--mail-layer-accent);
  position: absolute;
  top: 28px;
  right: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.mail-trust-grid article > small {
  display: block;
  margin-bottom: 9px;
  color: var(--mail-layer-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.mail-trust-grid h3 {
  min-height: 54px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 860;
  line-height: 1.24;
}

.mail-trust-grid article > p {
  min-height: 94px;
  margin-bottom: 20px;
  color: rgba(216, 232, 238, 0.67);
  font-size: 13px;
  font-weight: 610;
  line-height: 1.68;
}

.mail-trust-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mail-trust-grid li {
  position: relative;
  padding: 9px 0 9px 18px;
  border-top: 1px solid rgba(126, 203, 223, 0.12);
  color: rgba(228, 240, 244, 0.79);
  font-size: 11px;
  font-weight: 680;
  line-height: 1.45;
}

.mail-trust-grid li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mail-layer-accent);
}

.mail-trust-output {
  display: grid;
  grid-template-columns: 8px auto minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 50px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(126, 203, 223, 0.19);
}

.mail-trust-output i {
  background: var(--mail-layer-accent);
}

.mail-trust-output span {
  color: rgba(222, 237, 242, 0.46);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.mail-trust-output strong {
  color: #f3f9fb;
  font-size: 10px;
  font-weight: 760;
  line-height: 1.4;
  text-align: right;
}

/* Architecture control board */
.mail-architecture-band {
  background: var(--mail-surface);
  border-bottom: 1px solid var(--mail-line);
}

.mail-architecture-board {
  overflow: hidden;
  border: 1px solid var(--mail-line-strong);
  border-radius: 8px;
  background: var(--mail-surface);
  box-shadow: 0 20px 56px rgba(13, 43, 58, 0.065);
}

.mail-architecture-row {
  display: grid;
  grid-template-columns: minmax(270px, 0.92fr) minmax(260px, 1.08fr) minmax(220px, 0.8fr) 120px;
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--mail-line);
}

.mail-architecture-row:last-child {
  border-bottom: 0;
}

.mail-architecture-row.is-head {
  min-height: 48px;
  color: rgba(219, 237, 243, 0.58);
  background: var(--mail-dark-soft);
}

.mail-architecture-row.is-head span {
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.mail-architecture-row > div {
  display: flex;
  gap: 15px;
  align-items: center;
  min-width: 0;
}

.mail-architecture-row > div small {
  display: block;
  margin-bottom: 4px;
  color: var(--mail-cyan-strong);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.mail-architecture-row h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.35;
}

.mail-architecture-row > p {
  margin-bottom: 0;
  color: var(--mail-muted);
  font-size: 11px;
  font-weight: 640;
  line-height: 1.55;
}

.mail-architecture-row > strong {
  font-size: 12px;
  font-weight: 780;
  line-height: 1.45;
}

.mail-architecture-row em {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--mail-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

/* Migration gates */
.mail-migration-band {
  background-color: var(--mail-bg-alt);
  background-image:
    linear-gradient(rgba(19, 120, 152, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 120, 152, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  border-bottom: 1px solid var(--mail-line);
}

.mail-migration-head,
.mail-decision-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: end;
  margin-bottom: 48px;
}

.mail-migration-head h2,
.mail-decision-head h2 {
  margin-bottom: 0;
}

.mail-migration-head > p,
.mail-decision-head > p {
  font-size: 13px;
}

.mail-migration-track {
  overflow: hidden;
  border: 1px solid var(--mail-line-strong);
  border-radius: 8px;
  background: var(--mail-surface);
  box-shadow: 0 20px 52px rgba(13, 43, 58, 0.06);
}

.mail-migration-track article {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 190px;
  gap: 20px;
  align-items: center;
  min-height: 108px;
  padding: 16px 24px 16px 16px;
  border-bottom: 1px solid var(--mail-line);
}

.mail-migration-track article:last-child {
  border-bottom: 0;
}

.mail-migration-track article > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid var(--mail-line-strong);
  border-radius: 7px;
  color: var(--mail-cyan-strong);
  background: color-mix(in srgb, var(--mail-cyan) 7%, var(--mail-surface));
  font-size: 22px;
  font-weight: 900;
}

.mail-migration-track article > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1.45fr);
  gap: 6px 22px;
  align-items: center;
}

.mail-migration-track small {
  display: block;
  margin-bottom: 5px;
  color: var(--mail-cyan-strong);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.mail-migration-track h3 {
  grid-column: 1;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 860;
}

.mail-migration-track p {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin-bottom: 0;
  color: var(--mail-muted);
  font-size: 12px;
  font-weight: 630;
  line-height: 1.6;
}

.mail-migration-track em {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: flex-end;
  color: var(--mail-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

/* Recurring operations */
.mail-operations-band {
  background: var(--mail-surface);
  border-bottom: 1px solid var(--mail-line);
}

.mail-operations-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

.mail-operations-calendar .mail-section-head {
  margin-bottom: 28px;
}

.mail-calendar-grid {
  border-top: 1px solid var(--mail-line);
}

.mail-calendar-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 0.8fr) minmax(0, 1.2fr) 8px;
  gap: 14px;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid var(--mail-line);
}

.mail-calendar-grid article > span {
  color: var(--mail-cyan-strong);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.mail-calendar-grid strong {
  font-size: 13px;
  font-weight: 820;
  line-height: 1.45;
}

.mail-calendar-grid p {
  margin-bottom: 0;
  color: var(--mail-muted);
  font-size: 11px;
  font-weight: 620;
  line-height: 1.55;
}

.mail-operations-dashboard {
  overflow: hidden;
  border: 1px solid rgba(79, 201, 232, 0.29);
  border-radius: 8px;
  color: #edf7fa;
  background: var(--mail-dark-soft);
  box-shadow: 0 26px 64px rgba(5, 25, 36, 0.16);
}

.mail-dashboard-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  min-height: 92px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(112, 205, 229, 0.17);
  background: rgba(255, 255, 255, 0.025);
}

.mail-dashboard-head .hardware-mini {
  background: rgba(255, 255, 255, 0.045);
}

.mail-dashboard-head small {
  display: block;
  margin-bottom: 4px;
  color: rgba(213, 234, 240, 0.52);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.mail-dashboard-head strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 850;
}

.mail-dashboard-head em {
  padding: 7px 10px;
  border: 1px solid rgba(80, 202, 231, 0.24);
  border-radius: 5px;
  color: #6fd6ee;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.mail-dashboard-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1.2fr) 8px;
  gap: 16px;
  align-items: center;
  min-height: 78px;
  padding: 14px 22px;
  border-bottom: 1px solid rgba(112, 205, 229, 0.14);
}

.mail-dashboard-row span {
  color: rgba(211, 232, 239, 0.57);
  font-size: 10px;
  font-weight: 750;
}

.mail-dashboard-row strong {
  color: #edf7fa;
  font-size: 11px;
  font-weight: 760;
  text-align: right;
}

.mail-dashboard-foot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: rgba(255, 255, 255, 0.025);
}

.mail-dashboard-foot > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 12px 16px;
  border-right: 1px solid rgba(112, 205, 229, 0.14);
}

.mail-dashboard-foot > div:last-child {
  border-right: 0;
}

.mail-dashboard-foot span {
  color: rgba(211, 232, 239, 0.44);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.mail-dashboard-foot strong {
  color: #68d8ef;
  font-size: 10px;
  font-weight: 900;
}

/* Mail decision area */
.mail-decision-band {
  padding-bottom: clamp(66px, 6vw, 94px) !important;
  color: #eff8fa;
  background: var(--mail-dark);
}

.mail-decision-head h2,
.mail-decision-head > p {
  color: #f3f9fb;
}

.mail-decision-head > p {
  color: rgba(215, 233, 239, 0.66);
}

.mail-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-bottom: 72px;
  border: 1px solid rgba(105, 204, 229, 0.2);
  border-radius: 8px;
}

.mail-fit-grid article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 8px;
  gap: 15px;
  align-items: center;
  min-width: 0;
  min-height: 126px;
  padding: 21px;
  border-right: 1px solid rgba(105, 204, 229, 0.16);
  border-bottom: 1px solid rgba(105, 204, 229, 0.16);
  background: rgba(255, 255, 255, 0.017);
}

.mail-fit-grid article:nth-child(3n) {
  border-right: 0;
}

.mail-fit-grid article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.mail-fit-grid .hardware-mini {
  background: rgba(255, 255, 255, 0.045);
}

.mail-fit-grid strong {
  color: #eef7fa;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.5;
}

.mail-faq-head {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(105, 204, 229, 0.2);
}

.mail-faq-head .eyebrow {
  margin-bottom: 12px;
}

.mail-faq-head h3 {
  margin-bottom: 0;
  color: #f3f9fb;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 860;
}

.mail-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(105, 204, 229, 0.16);
  border-left: 1px solid rgba(105, 204, 229, 0.16);
}

.mail-faq-grid details {
  min-width: 0;
  border: 0;
  border-right: 1px solid rgba(105, 204, 229, 0.16);
  border-bottom: 1px solid rgba(105, 204, 229, 0.16);
  border-radius: 0;
  color: #eef7fa;
  background: rgba(255, 255, 255, 0.014);
}

.mail-faq-grid details:hover,
.mail-faq-grid details[open] {
  background: rgba(40, 181, 216, 0.06);
}

.mail-faq-grid summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 20px 62px 20px 22px;
  color: #eef7fa;
  font-size: 13px;
  font-weight: 790;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.mail-faq-grid summary::-webkit-details-marker {
  display: none;
}

.mail-faq-grid summary::before,
.mail-faq-grid summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 13px;
  height: 2px;
  background: var(--mail-cyan);
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.mail-faq-grid summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.mail-faq-grid details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.mail-faq-grid details > p {
  margin: 0;
  padding: 0 22px 24px;
  color: rgba(212, 230, 237, 0.67);
  font-size: 12px;
  font-weight: 610;
  line-height: 1.68;
}

html:root[data-theme="dark"] .mail-command-system {
  --mail-bg: #06141e;
  --mail-bg-alt: #081a25;
  --mail-surface: #0b202d;
  --mail-surface-soft: #0e2532;
  --mail-ink: #eef6f9;
  --mail-muted: #9eb1bc;
  --mail-line: rgba(111, 188, 209, 0.16);
  --mail-line-strong: rgba(72, 190, 221, 0.3);
  --mail-cyan: #4ac7e8;
  --mail-cyan-strong: #63d4ef;
  --mail-blue: #72a0e6;
  --mail-green: #54c5a1;
  --mail-amber: #d4a458;
  --mail-dark: #05121b;
  --mail-dark-soft: #081c27;
}

html:root[data-theme="dark"] .mail-command-intro,
html:root[data-theme="dark"] .mail-migration-band {
  background-image:
    linear-gradient(rgba(80, 188, 217, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 188, 217, 0.035) 1px, transparent 1px);
}

html:root[data-theme="dark"] .mail-architecture-board,
html:root[data-theme="dark"] .mail-migration-track,
html:root[data-theme="dark"] .mail-operations-dashboard {
  box-shadow: none;
}

@media (max-width: 1180px) {
  .mail-command-intro-layout,
  .mail-operations-layout {
    grid-template-columns: 1fr;
  }

  .mail-command-copy,
  .mail-command-copy h2,
  .mail-command-copy > p:not(.eyebrow) {
    max-width: 940px;
  }

  .mail-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mail-trust-grid article:nth-child(2) {
    border-right: 0;
  }

  .mail-trust-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(111, 203, 226, 0.16);
  }

  .mail-architecture-row {
    grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.1fr) 170px;
  }

  .mail-architecture-row.is-head span:nth-child(3),
  .mail-architecture-row > strong {
    display: none;
  }

  .mail-operations-dashboard {
    width: 100%;
  }
}

@media (max-width: 920px) {
  .mail-command-system > div > .container {
    width: min(calc(100% - 36px), 1368px);
  }

  .mail-migration-head,
  .mail-decision-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mail-migration-track article {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .mail-migration-track em {
    grid-column: 2;
    justify-content: flex-start;
  }

  .mail-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mail-fit-grid article:nth-child(3n) {
    border-right: 1px solid rgba(105, 204, 229, 0.16);
  }

  .mail-fit-grid article:nth-child(2n) {
    border-right: 0;
  }

  .mail-fit-grid article:nth-last-child(-n + 3) {
    border-bottom: 1px solid rgba(105, 204, 229, 0.16);
  }

  .mail-fit-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .mail-command-system > div {
    padding: 66px 0;
  }

  .mail-command-principles > div {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 7px 10px;
    padding: 14px 0;
  }

  .mail-command-principles small {
    grid-column: 2;
  }

  .mail-route-console-head em {
    display: none;
  }

  .mail-route-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mail-route-map::before {
    display: none;
  }

  .mail-route-map article:nth-child(2) {
    border-right: 0;
  }

  .mail-route-map article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(121, 207, 228, 0.13);
  }

  .mail-route-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mail-route-controls > div:nth-child(2) {
    border-right: 0;
  }

  .mail-route-controls > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(128, 211, 232, 0.14);
  }

  .mail-trust-grid {
    grid-template-columns: 1fr;
  }

  .mail-trust-grid article,
  .mail-trust-grid article:nth-child(2),
  .mail-trust-grid article:nth-child(3) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(111, 203, 226, 0.16);
  }

  .mail-trust-grid article:last-child {
    border-bottom: 0;
  }

  .mail-trust-grid h3,
  .mail-trust-grid article > p {
    min-height: 0;
  }

  .mail-trust-output {
    margin-top: 24px;
  }

  .mail-architecture-row,
  .mail-architecture-row.is-head {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 20px;
  }

  .mail-architecture-row.is-head {
    display: none;
  }

  .mail-architecture-row em {
    margin-top: 4px;
  }

  .mail-migration-track article {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 8px 16px;
    padding: 18px;
  }

  .mail-migration-track article > span {
    grid-row: 1 / span 3;
    width: 58px;
    height: 58px;
  }

  .mail-migration-track article > div {
    display: block;
  }

  .mail-migration-track p,
  .mail-migration-track em {
    grid-column: 2;
  }

  .mail-calendar-grid article {
    grid-template-columns: 76px minmax(0, 1fr) 8px;
    gap: 8px 12px;
    padding: 15px 0;
  }

  .mail-calendar-grid p {
    grid-column: 2;
  }

  .mail-calendar-grid article > i {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .mail-dashboard-row {
    grid-template-columns: 1fr 8px;
    gap: 7px 12px;
  }

  .mail-dashboard-row strong {
    grid-column: 1;
    text-align: left;
  }

  .mail-dashboard-row i {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .mail-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .mail-command-system > div > .container {
    width: min(calc(100% - 28px), 1368px);
  }

  .mail-section-head h2,
  .mail-migration-head h2,
  .mail-decision-head h2,
  .mail-command-copy h2 {
    font-size: 31px;
  }

  .mail-route-console,
  .mail-architecture-board,
  .mail-migration-track,
  .mail-operations-dashboard,
  .mail-fit-grid {
    border-radius: 6px;
  }

  .mail-route-console-head {
    padding: 18px;
  }

  .mail-route-map {
    padding: 18px 10px;
  }

  .mail-route-map article {
    min-height: 168px;
    padding: 13px 8px;
  }

  .mail-trust-grid article {
    padding: 24px 18px;
  }

  .mail-dashboard-head {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 17px;
  }

  .mail-dashboard-head em {
    display: none;
  }

  .mail-dashboard-row {
    padding: 14px 17px;
  }

  .mail-dashboard-foot {
    grid-template-columns: 1fr;
  }

  .mail-dashboard-foot > div {
    min-height: 46px;
    border-right: 0;
    border-bottom: 1px solid rgba(112, 205, 229, 0.14);
  }

  .mail-dashboard-foot > div:last-child {
    border-bottom: 0;
  }

  .mail-fit-grid {
    grid-template-columns: 1fr;
  }

  .mail-fit-grid article,
  .mail-fit-grid article:nth-child(2n),
  .mail-fit-grid article:nth-child(3n),
  .mail-fit-grid article:nth-last-child(-n + 2),
  .mail-fit-grid article:nth-last-child(-n + 3) {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid rgba(105, 204, 229, 0.16);
  }

  .mail-fit-grid article:last-child {
    border-bottom: 0;
  }

  .mail-faq-grid summary {
    min-height: 86px;
    padding-right: 54px;
  }
}

@keyframes mail-status-pulse {
  0%,
  100% {
    opacity: 0.52;
    transform: scale(0.82);
    box-shadow: 0 0 0 0 rgba(56, 198, 229, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 7px rgba(56, 198, 229, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mail-live-dot,
  .mail-route-map article > i,
  .mail-route-controls i,
  .mail-trust-grid li::before,
  .mail-trust-output i,
  .mail-architecture-row em i,
  .mail-migration-track em i,
  .mail-calendar-grid article > i,
  .mail-dashboard-row i,
  .mail-fit-grid article > i,
  .mail-command-page > .about-contact-section .about-contact-route span,
  main.mail-command-page ~ .site-footer .footer-sisdesk-badges span::before {
    animation: none !important;
  }
}

/* Microsoft 365 collaboration and document flow */
.collaboration-flow-system {
  --collab-bg: #f3f7fa;
  --collab-bg-alt: #eaf2f5;
  --collab-surface: #ffffff;
  --collab-surface-soft: #f8fbfc;
  --collab-ink: #0b1d29;
  --collab-muted: #5b6d79;
  --collab-line: rgba(14, 50, 68, 0.14);
  --collab-line-strong: rgba(20, 160, 201, 0.33);
  --collab-cyan: #1aaed7;
  --collab-cyan-strong: #087fa7;
  --collab-blue: #3f78c8;
  --collab-green: #159574;
  --collab-amber: #b57a24;
  --collab-dark: #071722;
  --collab-dark-soft: #0b2230;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: clip;
  color: var(--collab-ink);
  background: var(--collab-bg);
}

.collaboration-flow-system *,
.collaboration-flow-system *::before,
.collaboration-flow-system *::after {
  box-sizing: border-box;
}

.collaboration-flow-system > div {
  position: relative;
  margin: 0;
  padding: clamp(76px, 7vw, 112px) 0;
}

.collaboration-flow-system > div > .container {
  width: min(calc(100% - 48px), 1368px);
  max-width: 1368px;
  margin-right: auto;
  margin-left: auto;
}

.collaboration-flow-system h2,
.collaboration-flow-system h3,
.collaboration-flow-system p,
.collaboration-flow-system strong,
.collaboration-flow-system span,
.collaboration-flow-system small,
.collaboration-flow-system em {
  letter-spacing: 0;
}

.collaboration-flow-system h2,
.collaboration-flow-system h3,
.collaboration-flow-system p {
  margin-top: 0;
}

.collaboration-flow-system .eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
  color: var(--collab-cyan-strong);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.collaboration-flow-system .eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.collab-section-head {
  max-width: 950px;
  margin-bottom: 42px;
}

.collab-section-head h2,
.collab-workgraph-head h2,
.collab-decision-head h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 860;
  line-height: 1.03;
}

.collab-section-head > p:not(.eyebrow),
.collab-workgraph-head > p,
.collab-decision-head > p {
  max-width: 800px;
  margin-bottom: 0;
  color: var(--collab-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.72;
}

.collab-section-head.is-inverse h2 {
  color: #f4f9fb;
}

.collab-section-head.is-inverse > p:not(.eyebrow) {
  color: rgba(220, 235, 241, 0.7);
}

.collaboration-flow-system .hardware-mini {
  --mini-accent: var(--collab-cyan);
  width: 52px;
  height: 48px;
  border-color: color-mix(in srgb, var(--mini-accent) 31%, transparent);
  border-radius: 7px;
  background: color-mix(in srgb, var(--mini-accent) 8%, transparent);
  box-shadow: none;
}

.collab-live-dot,
.collab-map-lanes article > em i,
.collab-map-foundation i,
.collab-lifecycle-flow article > em i,
.collab-space-board footer i,
.collab-permission-row i,
.collab-scenario-list article > em i,
.collab-adoption-steps article > i,
.collab-outcome-grid article > i,
.collab-fit-grid article > i,
.collaboration-flow-page > .about-contact-section .about-contact-route span,
main.collaboration-flow-page ~ .site-footer .footer-sisdesk-badges span::before {
  animation: collab-status-pulse 1.9s ease-in-out infinite !important;
}

.collab-live-dot,
.collab-map-lanes article > em i,
.collab-map-foundation i,
.collab-lifecycle-flow article > em i,
.collab-space-board footer i,
.collab-permission-row i,
.collab-scenario-list article > em i,
.collab-adoption-steps article > i,
.collab-outcome-grid article > i,
.collab-fit-grid article > i {
  display: block;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--collab-green);
}

/* Workspace graph */
.collab-workgraph-band {
  background-color: var(--collab-bg);
  background-image:
    linear-gradient(rgba(18, 119, 151, 0.043) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 119, 151, 0.043) 1px, transparent 1px);
  background-size: 64px 64px;
  border-bottom: 1px solid var(--collab-line);
}

.collab-workgraph-band::after {
  content: "";
  position: absolute;
  top: 0;
  left: max(0px, calc((100vw - 1368px) / 2));
  width: min(33vw, 480px);
  height: 7px;
  background: var(--collab-green);
}

.collab-workgraph-head,
.collab-decision-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: end;
  margin-bottom: 52px;
}

.collab-workgraph-head h2,
.collab-decision-head h2 {
  margin-bottom: 0;
}

.collab-workgraph-head > p,
.collab-decision-head > p {
  font-size: 13px;
}

.collab-workspace-map {
  overflow: hidden;
  border: 1px solid var(--collab-line-strong);
  border-radius: 8px;
  background: var(--collab-surface);
  box-shadow: 0 22px 58px rgba(13, 43, 58, 0.07);
}

.collab-map-core {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 8px;
  gap: 16px;
  align-items: center;
  min-height: 96px;
  padding: 20px 26px;
  color: #eef7fa;
  background: var(--collab-dark-soft);
}

.collab-map-core .hardware-mini {
  background: rgba(255, 255, 255, 0.045);
}

.collab-map-core small {
  display: block;
  margin-bottom: 4px;
  color: rgba(213, 234, 240, 0.54);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.collab-map-core strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 850;
}

.collab-map-lanes article {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr) 180px;
  align-items: stretch;
  min-height: 174px;
  border-bottom: 1px solid var(--collab-line);
}

.collab-map-lanes article:last-child {
  border-bottom: 0;
}

.collab-map-label {
  display: grid;
  align-content: center;
  padding: 26px;
  border-right: 1px solid var(--collab-line);
  background: var(--collab-surface-soft);
}

.collab-map-label > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border: 1px solid var(--collab-line-strong);
  border-radius: 7px;
  color: var(--collab-cyan-strong);
  background: color-mix(in srgb, var(--collab-cyan) 7%, var(--collab-surface));
  font-size: 21px;
  font-weight: 900;
}

.collab-map-label small {
  margin-bottom: 5px;
  color: var(--collab-muted);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.collab-map-label strong {
  font-size: 19px;
  font-weight: 880;
}

.collab-map-content {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-content: center;
  padding: 28px 32px;
}

.collab-map-content h3 {
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 850;
}

.collab-map-content p {
  margin-bottom: 0;
  color: var(--collab-muted);
  font-size: 12px;
  font-weight: 620;
  line-height: 1.62;
}

.collab-map-lanes article > em {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-left: 1px solid var(--collab-line);
  color: var(--collab-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.collab-map-foundation {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  color: #eef7fa;
  background: var(--collab-dark);
}

.collab-map-foundation > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 8px;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 13px 18px;
  border-right: 1px solid rgba(111, 203, 226, 0.15);
}

.collab-map-foundation > div:last-child {
  border-right: 0;
}

.collab-map-foundation span {
  color: rgba(211, 232, 239, 0.44);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.collab-map-foundation strong {
  color: #73d8ee;
  font-size: 10px;
  font-weight: 900;
  text-align: right;
}

/* Document lifecycle */
.collab-lifecycle-band {
  color: #eef7fa;
  background: var(--collab-dark);
  border-bottom: 1px solid rgba(105, 203, 228, 0.16);
}

.collab-lifecycle-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(70, 187, 217, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 187, 217, 0.034) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.collab-lifecycle-band > .container {
  position: relative;
  z-index: 1;
}

.collab-lifecycle-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(111, 204, 227, 0.2);
  border-bottom: 1px solid rgba(111, 204, 227, 0.2);
}

.collab-lifecycle-flow article {
  --collab-stage-accent: var(--collab-cyan);
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 392px;
  padding: 26px 22px 22px;
  border-right: 1px solid rgba(111, 204, 227, 0.16);
  background: rgba(255, 255, 255, 0.016);
}

.collab-lifecycle-flow article:nth-child(2) {
  --collab-stage-accent: #568ce0;
}

.collab-lifecycle-flow article:nth-child(3) {
  --collab-stage-accent: #d29a43;
}

.collab-lifecycle-flow article:nth-child(4) {
  --collab-stage-accent: #4fb99a;
}

.collab-lifecycle-flow article:nth-child(5) {
  --collab-stage-accent: #8c88dc;
  border-right: 0;
}

.collab-stage-mark {
  display: grid;
  align-content: space-between;
  width: 82px;
  height: 82px;
  margin-bottom: 34px;
  padding: 11px;
  border: 1px solid color-mix(in srgb, var(--collab-stage-accent) 52%, transparent);
  border-radius: 7px;
  background: color-mix(in srgb, var(--collab-stage-accent) 12%, transparent);
}

.collab-stage-mark small {
  color: rgba(223, 238, 243, 0.5);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.collab-stage-mark strong {
  color: var(--collab-stage-accent);
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
}

.collab-lifecycle-flow article > div > small {
  display: block;
  margin-bottom: 9px;
  color: var(--collab-stage-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.collab-lifecycle-flow h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 860;
}

.collab-lifecycle-flow p {
  margin-bottom: 0;
  color: rgba(215, 232, 238, 0.67);
  font-size: 12px;
  font-weight: 610;
  line-height: 1.65;
}

.collab-lifecycle-flow article > em {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 46px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(119, 203, 224, 0.16);
  color: var(--collab-stage-accent);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.collab-lifecycle-flow article > em i {
  background: var(--collab-stage-accent);
}

/* Platform contract */
.collab-spaces-band {
  background: var(--collab-surface);
  border-bottom: 1px solid var(--collab-line);
}

.collab-space-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--collab-line-strong);
  border-radius: 8px;
  background: var(--collab-surface);
  box-shadow: 0 20px 56px rgba(13, 43, 58, 0.065);
}

.collab-space-board article {
  --collab-space-accent: var(--collab-cyan);
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 430px;
  padding: 28px;
  border-right: 1px solid var(--collab-line);
}

.collab-space-board article:nth-child(2) {
  --collab-space-accent: var(--collab-green);
  background: color-mix(in srgb, var(--collab-green) 5%, var(--collab-surface));
}

.collab-space-board article:nth-child(3) {
  --collab-space-accent: var(--collab-blue);
  border-right: 0;
}

.collab-space-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 92px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--collab-line);
}

.collab-space-head .hardware-mini {
  --mini-accent: var(--collab-space-accent);
}

.collab-space-head small {
  display: block;
  margin-bottom: 4px;
  color: var(--collab-space-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.collab-space-head h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 880;
}

.collab-space-head em {
  grid-column: 1 / -1;
  color: var(--collab-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.collab-space-rule {
  min-height: 108px;
  padding: 18px 0;
  border-bottom: 1px solid var(--collab-line);
}

.collab-space-rule span,
.collab-space-rule strong {
  display: block;
}

.collab-space-rule span {
  margin-bottom: 8px;
  color: var(--collab-space-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.collab-space-rule.is-limit span {
  color: var(--collab-amber);
}

.collab-space-rule strong {
  font-size: 12px;
  font-weight: 720;
  line-height: 1.55;
}

.collab-space-board footer {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
  color: var(--collab-space-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.collab-space-board footer i {
  background: var(--collab-space-accent);
}

/* Governance matrix */
.collab-governance-band {
  background-color: var(--collab-bg-alt);
  background-image:
    linear-gradient(rgba(18, 119, 151, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 119, 151, 0.034) 1px, transparent 1px);
  background-size: 56px 56px;
  border-bottom: 1px solid var(--collab-line);
}

.collab-governance-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(620px, 1.28fr);
  gap: clamp(42px, 7vw, 94px);
  align-items: start;
}

.collab-governance-layout .collab-section-head {
  position: sticky;
  top: 110px;
  margin-bottom: 0;
}

.collab-permission-matrix {
  overflow: hidden;
  border: 1px solid var(--collab-line-strong);
  border-radius: 8px;
  background: var(--collab-surface);
  box-shadow: 0 20px 54px rgba(13, 43, 58, 0.06);
}

.collab-permission-row {
  display: grid;
  grid-template-columns: minmax(130px, 1.25fr) repeat(4, minmax(80px, 0.75fr));
  gap: 12px;
  align-items: center;
  min-height: 78px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--collab-line);
}

.collab-permission-row.is-head {
  min-height: 48px;
  color: rgba(218, 236, 242, 0.57);
  background: var(--collab-dark-soft);
}

.collab-permission-row.is-head span {
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.collab-permission-row strong {
  font-size: 12px;
  font-weight: 850;
}

.collab-permission-row:not(.is-head) span {
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--collab-muted);
  font-size: 10px;
  font-weight: 680;
}

.collab-permission-row i {
  width: 6px;
  height: 6px;
}

.collab-permission-foot {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 15px 18px;
  background: color-mix(in srgb, var(--collab-cyan) 5%, var(--collab-surface));
}

.collab-permission-foot p {
  margin-bottom: 0;
  color: var(--collab-muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.55;
}

/* Business scenarios */
.collab-scenarios-band {
  color: #eff8fa;
  background: var(--collab-dark-soft);
  border-bottom: 1px solid rgba(105, 203, 228, 0.16);
}

.collab-scenario-list {
  overflow: hidden;
  border-top: 1px solid rgba(111, 204, 227, 0.2);
  border-bottom: 1px solid rgba(111, 204, 227, 0.2);
}

.collab-scenario-list article {
  display: grid;
  grid-template-columns: 76px minmax(260px, 0.8fr) minmax(0, 1.2fr) 190px;
  gap: 22px;
  align-items: center;
  min-height: 132px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(111, 204, 227, 0.16);
}

.collab-scenario-list article:last-child {
  border-bottom: 0;
}

.collab-scenario-list article > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(83, 204, 234, 0.3);
  border-radius: 7px;
  color: #68d4ed;
  background: rgba(41, 177, 211, 0.07);
  font-size: 20px;
  font-weight: 900;
}

.collab-scenario-list small {
  display: block;
  margin-bottom: 6px;
  color: #62d2ec;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.collab-scenario-list h3 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 840;
  line-height: 1.35;
}

.collab-scenario-list article > p {
  margin-bottom: 0;
  color: rgba(215, 232, 238, 0.68);
  font-size: 12px;
  font-weight: 610;
  line-height: 1.62;
}

.collab-scenario-list article > em {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: flex-end;
  color: #62c9aa;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

/* Adoption and outcomes */
.collab-adoption-band {
  background: var(--collab-surface);
  border-bottom: 1px solid var(--collab-line);
}

.collab-adoption-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: stretch;
}

.collab-adoption-route .collab-section-head {
  margin-bottom: 28px;
}

.collab-adoption-steps {
  border-top: 1px solid var(--collab-line);
}

.collab-adoption-steps article {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 8px;
  gap: 15px;
  align-items: center;
  min-height: 80px;
  border-bottom: 1px solid var(--collab-line);
}

.collab-adoption-steps article > span {
  color: var(--collab-cyan-strong);
  font-size: 14px;
  font-weight: 900;
}

.collab-adoption-steps strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 850;
}

.collab-adoption-steps p {
  margin-bottom: 0;
  color: var(--collab-muted);
  font-size: 11px;
  font-weight: 620;
  line-height: 1.5;
}

.collab-outcome-panel {
  overflow: hidden;
  border: 1px solid rgba(81, 201, 231, 0.29);
  border-radius: 8px;
  color: #edf7fa;
  background: var(--collab-dark-soft);
  box-shadow: 0 26px 64px rgba(5, 25, 36, 0.16);
}

.collab-outcome-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 110px;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(111, 204, 227, 0.17);
}

.collab-outcome-head .hardware-mini {
  background: rgba(255, 255, 255, 0.045);
}

.collab-outcome-head small {
  display: block;
  margin-bottom: 5px;
  color: #68d5ee;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.collab-outcome-head strong {
  color: #ffffff;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.3;
}

.collab-outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.collab-outcome-grid article {
  position: relative;
  min-height: 174px;
  padding: 24px;
  border-right: 1px solid rgba(111, 204, 227, 0.15);
  border-bottom: 1px solid rgba(111, 204, 227, 0.15);
}

.collab-outcome-grid article:nth-child(2n) {
  border-right: 0;
}

.collab-outcome-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.collab-outcome-grid small {
  display: block;
  margin-bottom: 9px;
  color: #68d5ee;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.collab-outcome-grid strong {
  display: block;
  margin-bottom: 9px;
  color: #f1f8fa;
  font-size: 15px;
  font-weight: 840;
}

.collab-outcome-grid p {
  margin-bottom: 0;
  color: rgba(212, 230, 237, 0.66);
  font-size: 11px;
  font-weight: 610;
  line-height: 1.58;
}

.collab-outcome-grid article > i {
  position: absolute;
  top: 27px;
  right: 24px;
}

/* Collaboration decision */
.collab-decision-band {
  padding-bottom: clamp(66px, 6vw, 94px) !important;
  background-color: var(--collab-bg-alt);
  background-image:
    linear-gradient(rgba(18, 119, 151, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 119, 151, 0.034) 1px, transparent 1px);
  background-size: 58px 58px;
}

.collab-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  margin-bottom: 72px;
  border: 1px solid var(--collab-line-strong);
  border-radius: 8px;
  background: var(--collab-surface);
  box-shadow: 0 20px 54px rgba(13, 43, 58, 0.06);
}

.collab-fit-grid article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 8px;
  gap: 16px;
  align-items: center;
  min-width: 0;
  min-height: 126px;
  padding: 22px;
  border-right: 1px solid var(--collab-line);
  border-bottom: 1px solid var(--collab-line);
}

.collab-fit-grid article:nth-child(2n) {
  border-right: 0;
}

.collab-fit-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.collab-fit-grid strong {
  font-size: 12px;
  font-weight: 760;
  line-height: 1.5;
}

.collab-faq-head {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--collab-line-strong);
}

.collab-faq-head .eyebrow {
  margin-bottom: 12px;
}

.collab-faq-head h3 {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 860;
}

.collab-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-top: 1px solid var(--collab-line);
  border-left: 1px solid var(--collab-line);
  background: var(--collab-surface);
}

.collab-faq-grid details {
  min-width: 0;
  border: 0;
  border-right: 1px solid var(--collab-line);
  border-bottom: 1px solid var(--collab-line);
  border-radius: 0;
  color: var(--collab-ink);
  background: transparent;
}

.collab-faq-grid details:hover,
.collab-faq-grid details[open] {
  background: color-mix(in srgb, var(--collab-cyan) 5%, var(--collab-surface));
}

.collab-faq-grid summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 20px 62px 20px 22px;
  color: var(--collab-ink);
  font-size: 13px;
  font-weight: 790;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.collab-faq-grid summary::-webkit-details-marker {
  display: none;
}

.collab-faq-grid summary::before,
.collab-faq-grid summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 13px;
  height: 2px;
  background: var(--collab-cyan-strong);
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.collab-faq-grid summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.collab-faq-grid details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.collab-faq-grid details > p {
  margin: 0;
  padding: 0 22px 24px;
  color: var(--collab-muted);
  font-size: 12px;
  font-weight: 610;
  line-height: 1.68;
}

html:root[data-theme="dark"] .collaboration-flow-system {
  --collab-bg: #06141e;
  --collab-bg-alt: #081a25;
  --collab-surface: #0b202d;
  --collab-surface-soft: #0e2532;
  --collab-ink: #eef6f9;
  --collab-muted: #9eb1bc;
  --collab-line: rgba(111, 188, 209, 0.16);
  --collab-line-strong: rgba(72, 190, 221, 0.3);
  --collab-cyan: #4ac7e8;
  --collab-cyan-strong: #63d4ef;
  --collab-blue: #72a0e6;
  --collab-green: #54c5a1;
  --collab-amber: #d4a458;
  --collab-dark: #05121b;
  --collab-dark-soft: #081c27;
}

html:root[data-theme="dark"] .collab-workgraph-band,
html:root[data-theme="dark"] .collab-governance-band,
html:root[data-theme="dark"] .collab-decision-band {
  background-image:
    linear-gradient(rgba(80, 188, 217, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 188, 217, 0.035) 1px, transparent 1px);
}

html:root[data-theme="dark"] .collab-workspace-map,
html:root[data-theme="dark"] .collab-space-board,
html:root[data-theme="dark"] .collab-permission-matrix,
html:root[data-theme="dark"] .collab-outcome-panel,
html:root[data-theme="dark"] .collab-fit-grid {
  box-shadow: none;
}

@media (max-width: 1180px) {
  .collab-governance-layout,
  .collab-adoption-layout {
    grid-template-columns: 1fr;
  }

  .collab-governance-layout .collab-section-head {
    position: static;
    max-width: 950px;
  }

  .collab-lifecycle-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .collab-lifecycle-flow article:nth-child(3) {
    border-right: 0;
  }

  .collab-lifecycle-flow article:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(111, 204, 227, 0.16);
  }

  .collab-lifecycle-flow article:nth-child(4) {
    grid-column: 1 / span 1;
  }

  .collab-lifecycle-flow article:nth-child(5) {
    grid-column: 2 / span 1;
  }

  .collab-scenario-list article {
    grid-template-columns: 70px minmax(230px, 0.8fr) minmax(0, 1.2fr);
  }

  .collab-scenario-list article > em {
    grid-column: 2 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 920px) {
  .collaboration-flow-system > div > .container {
    width: min(calc(100% - 36px), 1368px);
  }

  .collab-workgraph-head,
  .collab-decision-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .collab-map-lanes article {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .collab-map-lanes article > em {
    grid-column: 2;
    justify-content: flex-start;
    padding: 0 30px 22px;
    border-left: 1px solid var(--collab-line);
  }

  .collab-map-foundation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collab-map-foundation > div:nth-child(2) {
    border-right: 0;
  }

  .collab-map-foundation > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(111, 203, 226, 0.15);
  }

  .collab-space-board {
    grid-template-columns: 1fr;
  }

  .collab-space-board article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--collab-line);
  }

  .collab-space-board article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .collaboration-flow-system > div {
    padding: 66px 0;
  }

  .collab-map-lanes article {
    grid-template-columns: 1fr;
  }

  .collab-map-label {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 18px;
    padding: 21px;
    border-right: 0;
    border-bottom: 1px solid var(--collab-line);
  }

  .collab-map-label > span {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .collab-map-label small {
    align-self: end;
    margin-bottom: 0;
  }

  .collab-map-content {
    padding: 24px 21px;
  }

  .collab-map-lanes article > em {
    grid-column: 1;
    padding: 0 21px 21px 97px;
    border-left: 0;
  }

  .collab-lifecycle-flow {
    grid-template-columns: 1fr;
  }

  .collab-lifecycle-flow article,
  .collab-lifecycle-flow article:nth-child(4),
  .collab-lifecycle-flow article:nth-child(5) {
    grid-column: auto;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(111, 204, 227, 0.16);
  }

  .collab-lifecycle-flow article:last-child {
    border-bottom: 0;
  }

  .collab-lifecycle-flow article > em {
    margin-top: 24px;
  }

  .collab-permission-row {
    grid-template-columns: minmax(100px, 1fr) repeat(2, minmax(70px, 0.7fr));
  }

  .collab-permission-row > span:nth-child(4),
  .collab-permission-row > span:nth-child(5) {
    display: none;
  }

  .collab-scenario-list article {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px 16px;
  }

  .collab-scenario-list article > span {
    grid-row: 1 / span 3;
  }

  .collab-scenario-list article > p,
  .collab-scenario-list article > em {
    grid-column: 2;
  }

  .collab-outcome-grid {
    grid-template-columns: 1fr;
  }

  .collab-outcome-grid article {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid rgba(111, 204, 227, 0.15);
  }

  .collab-outcome-grid article:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(111, 204, 227, 0.15);
  }

  .collab-outcome-grid article:last-child {
    border-bottom: 0;
  }

  .collab-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .collaboration-flow-system > div > .container {
    width: min(calc(100% - 28px), 1368px);
  }

  .collab-section-head h2,
  .collab-workgraph-head h2,
  .collab-decision-head h2 {
    font-size: 31px;
  }

  .collab-workspace-map,
  .collab-space-board,
  .collab-permission-matrix,
  .collab-outcome-panel,
  .collab-fit-grid {
    border-radius: 6px;
  }

  .collab-map-core {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 18px;
  }

  .collab-map-core > i {
    display: none;
  }

  .collab-map-content {
    grid-template-columns: 1fr;
  }

  .collab-map-content .hardware-mini {
    margin-bottom: 10px;
  }

  .collab-map-lanes article > em {
    padding-left: 21px;
  }

  .collab-map-foundation {
    grid-template-columns: 1fr;
  }

  .collab-map-foundation > div,
  .collab-map-foundation > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(111, 203, 226, 0.15);
  }

  .collab-map-foundation > div:last-child {
    border-bottom: 0;
  }

  .collab-space-board article {
    padding: 22px 18px;
  }

  .collab-permission-row,
  .collab-permission-row.is-head {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    padding: 16px;
  }

  .collab-permission-row.is-head span:nth-child(n + 3),
  .collab-permission-row > span:nth-child(n + 3) {
    display: none;
  }

  .collab-permission-foot {
    padding: 16px;
  }

  .collab-scenario-list article {
    padding: 18px 12px;
  }

  .collab-outcome-head {
    padding: 20px 18px;
  }

  .collab-outcome-grid article {
    padding: 22px 18px;
  }

  .collab-fit-grid {
    grid-template-columns: 1fr;
  }

  .collab-fit-grid article,
  .collab-fit-grid article:nth-child(2n),
  .collab-fit-grid article:nth-last-child(-n + 2) {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid var(--collab-line);
  }

  .collab-fit-grid article:last-child {
    border-bottom: 0;
  }

  .collab-faq-grid summary {
    min-height: 86px;
    padding-right: 54px;
  }
}

@keyframes collab-status-pulse {
  0%,
  100% {
    opacity: 0.52;
    transform: scale(0.82);
    box-shadow: 0 0 0 0 rgba(56, 198, 229, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 7px rgba(56, 198, 229, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .collab-live-dot,
  .collab-map-lanes article > em i,
  .collab-map-foundation i,
  .collab-lifecycle-flow article > em i,
  .collab-space-board footer i,
  .collab-permission-row i,
  .collab-scenario-list article > em i,
  .collab-adoption-steps article > i,
  .collab-outcome-grid article > i,
  .collab-fit-grid article > i,
  .collaboration-flow-page > .about-contact-section .about-contact-route span,
  main.collaboration-flow-page ~ .site-footer .footer-sisdesk-badges span::before {
    animation: none !important;
  }
}

/* Private cloud vault architecture */
.private-vault-architecture {
  --vault-bg: #f2f7fa;
  --vault-bg-alt: #e8f1f5;
  --vault-surface: #ffffff;
  --vault-surface-soft: #f8fbfc;
  --vault-ink: #0b1d29;
  --vault-muted: #5a6d79;
  --vault-line: rgba(14, 50, 68, 0.14);
  --vault-line-strong: rgba(20, 160, 201, 0.34);
  --vault-cyan: #1aaed7;
  --vault-cyan-strong: #087fa7;
  --vault-blue: #3f78c8;
  --vault-green: #159574;
  --vault-amber: #b67a24;
  --vault-dark: #071722;
  --vault-dark-soft: #0b2230;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: clip;
  color: var(--vault-ink);
  background: var(--vault-bg);
}

.private-vault-architecture *,
.private-vault-architecture *::before,
.private-vault-architecture *::after {
  box-sizing: border-box;
}

.private-vault-architecture > div {
  position: relative;
  margin: 0;
  padding: clamp(76px, 7vw, 112px) 0;
}

.private-vault-architecture > div > .container {
  width: min(calc(100% - 48px), 1368px);
  max-width: 1368px;
  margin-right: auto;
  margin-left: auto;
}

.private-vault-architecture h2,
.private-vault-architecture h3,
.private-vault-architecture p,
.private-vault-architecture strong,
.private-vault-architecture span,
.private-vault-architecture small,
.private-vault-architecture em {
  letter-spacing: 0;
}

.private-vault-architecture h2,
.private-vault-architecture h3,
.private-vault-architecture p {
  margin-top: 0;
}

.private-vault-architecture .eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
  color: var(--vault-cyan-strong);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.private-vault-architecture .eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.vault-section-head {
  max-width: 950px;
  margin-bottom: 42px;
}

.vault-section-head h2,
.vault-data-route-head h2,
.vault-decision-head h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 860;
  line-height: 1.03;
}

.vault-section-head > p:not(.eyebrow),
.vault-data-route-head > p,
.vault-decision-head > p {
  max-width: 800px;
  margin-bottom: 0;
  color: var(--vault-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.72;
}

.vault-section-head.is-inverse h2 {
  color: #f4f9fb;
}

.vault-section-head.is-inverse > p:not(.eyebrow) {
  color: rgba(220, 235, 241, 0.7);
}

.private-vault-architecture .hardware-mini {
  --mini-accent: var(--vault-cyan);
  width: 52px;
  height: 48px;
  border-color: color-mix(in srgb, var(--mini-accent) 31%, transparent);
  border-radius: 7px;
  background: color-mix(in srgb, var(--mini-accent) 8%, transparent);
  box-shadow: none;
}

.vault-live-dot,
.vault-access-gateway > i,
.vault-policy-engine > i,
.vault-data-zones article > i,
.vault-control-content li::before,
.vault-control-quadrants article > em i,
.vault-zone-policy > i,
.vault-access-row i,
.vault-data-route article > em i,
.vault-continuity-levels article > i,
.vault-recovery-row i,
.vault-fit-grid article > i,
.private-vault-architecture-page > .about-contact-section .about-contact-route span,
main.private-vault-architecture-page ~ .site-footer .footer-sisdesk-badges span::before {
  animation: vault-status-pulse 1.9s ease-in-out infinite !important;
}

.vault-live-dot,
.vault-access-gateway > i,
.vault-policy-engine > i,
.vault-data-zones article > i,
.vault-control-quadrants article > em i,
.vault-zone-policy > i,
.vault-access-row i,
.vault-data-route article > em i,
.vault-continuity-levels article > i,
.vault-recovery-row i,
.vault-fit-grid article > i {
  display: block;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vault-green);
}

/* Vault topology opening */
.vault-architecture-intro {
  background-color: var(--vault-bg);
  background-image:
    linear-gradient(rgba(18, 119, 151, 0.043) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 119, 151, 0.043) 1px, transparent 1px);
  background-size: 64px 64px;
  border-bottom: 1px solid var(--vault-line);
}

.vault-architecture-intro::after {
  content: "";
  position: absolute;
  top: 0;
  right: max(0px, calc((100vw - 1368px) / 2));
  width: min(32vw, 450px);
  height: 7px;
  background: var(--vault-amber);
}

.vault-architecture-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(620px, 1.18fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}

.vault-architecture-copy h2 {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(36px, 4.5vw, 59px);
  font-weight: 875;
  line-height: 1.01;
}

.vault-architecture-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--vault-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.74;
}

.vault-architecture-principles {
  border-top: 1px solid var(--vault-line);
}

.vault-architecture-principles > div {
  display: grid;
  grid-template-columns: 16px minmax(150px, 0.68fr) minmax(0, 1.32fr);
  gap: 12px;
  align-items: center;
  min-height: 68px;
  border-bottom: 1px solid var(--vault-line);
}

.vault-live-dot {
  background: var(--vault-cyan);
}

.vault-architecture-principles strong {
  font-size: 14px;
  font-weight: 850;
}

.vault-architecture-principles small {
  color: var(--vault-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.vault-topology {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(84, 205, 235, 0.28);
  border-radius: 8px;
  color: #eff8fa;
  background: var(--vault-dark);
  box-shadow: 0 28px 68px rgba(5, 25, 36, 0.2);
}

.vault-topology::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(72, 190, 220, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 190, 220, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
}

.vault-topology-head,
.vault-access-gateway,
.vault-policy-engine,
.vault-data-zones,
.vault-continuity-line {
  position: relative;
  z-index: 1;
}

.vault-topology-head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  min-height: 88px;
  padding: 19px 22px;
  border-bottom: 1px solid rgba(128, 211, 232, 0.17);
  background: rgba(255, 255, 255, 0.028);
}

.vault-topology-head > div {
  display: flex;
  gap: 13px;
  align-items: center;
}

.vault-topology-head small,
.vault-topology-head em {
  display: block;
  color: rgba(211, 232, 239, 0.55);
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.vault-topology-head strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 850;
}

.vault-topology-head em {
  padding: 7px 10px;
  border: 1px solid rgba(73, 199, 229, 0.24);
  border-radius: 5px;
  color: #70d8ef;
  background: rgba(37, 177, 212, 0.08);
}

.vault-access-gateway {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 8px;
  gap: 15px;
  align-items: center;
  width: calc(100% - 44px);
  min-height: 78px;
  margin: 22px auto 12px;
  padding: 14px 17px;
  border: 1px solid rgba(101, 205, 231, 0.22);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
}

.vault-access-gateway .hardware-mini {
  background: rgba(255, 255, 255, 0.04);
}

.vault-access-gateway small {
  display: block;
  margin-bottom: 4px;
  color: rgba(211, 232, 239, 0.5);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.vault-access-gateway strong {
  color: #f3f9fb;
  font-size: 13px;
  font-weight: 820;
}

.vault-policy-engine {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 8px;
  gap: 13px;
  align-items: center;
  width: calc(100% - 88px);
  min-height: 58px;
  margin: 0 auto 12px;
  padding: 12px 16px;
  border: 1px solid rgba(203, 158, 76, 0.28);
  border-radius: 7px;
  background: rgba(183, 122, 36, 0.07);
}

.vault-policy-engine span {
  color: #d7a657;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.vault-policy-engine strong {
  color: rgba(234, 241, 244, 0.77);
  font-size: 10px;
  font-weight: 720;
  text-align: right;
}

.vault-policy-engine > i {
  background: var(--vault-amber);
}

.vault-data-zones {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 22px 20px;
}

.vault-data-zones article {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  min-height: 150px;
  padding: 17px 12px;
  border: 1px solid rgba(104, 204, 229, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.025);
  text-align: center;
}

.vault-data-zones .hardware-mini {
  margin-bottom: 11px;
  background: rgba(255, 255, 255, 0.04);
}

.vault-data-zones small {
  margin-bottom: 5px;
  color: rgba(211, 232, 239, 0.49);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.vault-data-zones strong {
  color: #eff8fa;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}

.vault-data-zones article > i {
  position: absolute;
  top: 13px;
  right: 13px;
}

.vault-continuity-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(128, 211, 232, 0.15);
  background: rgba(255, 255, 255, 0.022);
}

.vault-continuity-line > div {
  display: flex;
  justify-content: space-between;
  gap: 9px;
  align-items: center;
  min-height: 56px;
  padding: 11px 15px;
  border-right: 1px solid rgba(128, 211, 232, 0.14);
}

.vault-continuity-line > div:last-child {
  border-right: 0;
}

.vault-continuity-line span {
  color: rgba(211, 232, 239, 0.43);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.vault-continuity-line strong {
  color: #6ad8ef;
  font-size: 9px;
  font-weight: 900;
  text-align: right;
}

/* Four control quadrants */
.vault-control-band {
  background: var(--vault-surface);
  border-bottom: 1px solid var(--vault-line);
}

.vault-control-quadrants {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--vault-line-strong);
  border-radius: 8px;
  background: var(--vault-surface);
  box-shadow: 0 20px 56px rgba(13, 43, 58, 0.065);
}

.vault-control-quadrants article {
  --vault-control-accent: var(--vault-cyan);
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 0 24px;
  min-width: 0;
  min-height: 420px;
  padding: 28px;
  border-right: 1px solid var(--vault-line);
  border-bottom: 1px solid var(--vault-line);
}

.vault-control-quadrants article:nth-child(2) {
  --vault-control-accent: var(--vault-blue);
  border-right: 0;
}

.vault-control-quadrants article:nth-child(3) {
  --vault-control-accent: var(--vault-amber);
  border-bottom: 0;
}

.vault-control-quadrants article:nth-child(4) {
  --vault-control-accent: var(--vault-green);
  border-right: 0;
  border-bottom: 0;
}

.vault-control-number {
  display: grid;
  align-content: space-between;
  align-self: start;
  width: 88px;
  height: 108px;
  padding: 13px;
  border: 1px solid color-mix(in srgb, var(--vault-control-accent) 45%, transparent);
  border-radius: 7px;
  background: color-mix(in srgb, var(--vault-control-accent) 8%, var(--vault-surface));
}

.vault-control-number small {
  color: var(--vault-muted);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.vault-control-number strong {
  color: var(--vault-control-accent);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.vault-control-content .hardware-mini {
  --mini-accent: var(--vault-control-accent);
  margin-bottom: 18px;
}

.vault-control-content > small {
  display: block;
  margin-bottom: 8px;
  color: var(--vault-control-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.vault-control-content h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 860;
}

.vault-control-content > p {
  margin-bottom: 17px;
  color: var(--vault-muted);
  font-size: 12px;
  font-weight: 620;
  line-height: 1.65;
}

.vault-control-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vault-control-content li {
  position: relative;
  padding: 8px 0 8px 18px;
  border-top: 1px solid var(--vault-line);
  color: var(--vault-muted);
  font-size: 11px;
  font-weight: 670;
  line-height: 1.45;
}

.vault-control-content li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vault-control-accent);
}

.vault-control-quadrants article > em {
  display: flex;
  gap: 9px;
  align-items: center;
  grid-column: 2;
  min-height: 46px;
  margin-top: 22px;
  padding-top: 15px;
  border-top: 1px solid var(--vault-line);
  color: var(--vault-control-accent);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.vault-control-quadrants article > em i {
  background: var(--vault-control-accent);
}

/* Data zones */
.vault-zones-band {
  color: #eef7fa;
  background: var(--vault-dark);
  border-bottom: 1px solid rgba(105, 203, 228, 0.16);
}

.vault-zones-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(70, 187, 217, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 187, 217, 0.034) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.vault-zones-band > .container {
  position: relative;
  z-index: 1;
}

.vault-zone-board {
  overflow: hidden;
  border-top: 1px solid rgba(111, 204, 227, 0.2);
  border-bottom: 1px solid rgba(111, 204, 227, 0.2);
}

.vault-zone-board > article {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr) 280px;
  min-height: 188px;
  border-bottom: 1px solid rgba(111, 204, 227, 0.16);
}

.vault-zone-board > article:last-child {
  border-bottom: 0;
}

.vault-zone-label {
  display: grid;
  align-content: center;
  padding: 26px;
  border-right: 1px solid rgba(111, 204, 227, 0.16);
  background: rgba(255, 255, 255, 0.022);
}

.vault-zone-label span {
  display: block;
  margin-bottom: 24px;
  color: #64d4ed;
  font-size: 19px;
  font-weight: 900;
}

.vault-zone-label small {
  margin-bottom: 6px;
  color: rgba(211, 232, 239, 0.5);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.vault-zone-label strong {
  color: #f2f8fa;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.35;
}

.vault-zone-detail {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-content: center;
  padding: 28px 32px;
}

.vault-zone-detail .hardware-mini {
  background: rgba(255, 255, 255, 0.045);
}

.vault-zone-detail h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 850;
}

.vault-zone-detail p {
  margin-bottom: 0;
  color: rgba(215, 232, 238, 0.67);
  font-size: 12px;
  font-weight: 610;
  line-height: 1.62;
}

.vault-zone-policy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 8px;
  gap: 7px 12px;
  align-content: center;
  padding: 24px;
  border-left: 1px solid rgba(111, 204, 227, 0.16);
  background: rgba(255, 255, 255, 0.018);
}

.vault-zone-policy span {
  color: rgba(211, 232, 239, 0.44);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.vault-zone-policy strong {
  color: #d9edf2;
  font-size: 10px;
  font-weight: 750;
  text-align: right;
}

.vault-zone-policy > i {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
}

/* Access matrix */
.vault-access-band {
  background-color: var(--vault-bg-alt);
  background-image:
    linear-gradient(rgba(18, 119, 151, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 119, 151, 0.034) 1px, transparent 1px);
  background-size: 56px 56px;
  border-bottom: 1px solid var(--vault-line);
}

.vault-access-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(620px, 1.28fr);
  gap: clamp(42px, 7vw, 94px);
  align-items: start;
}

.vault-access-layout .vault-section-head {
  position: sticky;
  top: 110px;
  margin-bottom: 0;
}

.vault-access-matrix {
  overflow: hidden;
  border: 1px solid var(--vault-line-strong);
  border-radius: 8px;
  background: var(--vault-surface);
  box-shadow: 0 20px 54px rgba(13, 43, 58, 0.06);
}

.vault-access-row {
  display: grid;
  grid-template-columns: minmax(140px, 1.3fr) repeat(4, minmax(78px, 0.7fr));
  gap: 12px;
  align-items: center;
  min-height: 78px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--vault-line);
}

.vault-access-row.is-head {
  min-height: 48px;
  color: rgba(218, 236, 242, 0.57);
  background: var(--vault-dark-soft);
}

.vault-access-row.is-head span {
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.vault-access-row strong {
  font-size: 12px;
  font-weight: 850;
}

.vault-access-row:not(.is-head) span {
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--vault-muted);
  font-size: 10px;
  font-weight: 680;
}

.vault-access-row i {
  width: 6px;
  height: 6px;
}

.vault-access-note {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 15px 18px;
  background: color-mix(in srgb, var(--vault-cyan) 5%, var(--vault-surface));
}

.vault-access-note p {
  margin-bottom: 0;
  color: var(--vault-muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.55;
}

/* Data migration route */
.vault-data-route-band {
  background: var(--vault-surface);
  border-bottom: 1px solid var(--vault-line);
}

.vault-data-route-head,
.vault-decision-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: end;
  margin-bottom: 48px;
}

.vault-data-route-head h2,
.vault-decision-head h2 {
  margin-bottom: 0;
}

.vault-data-route-head > p,
.vault-decision-head > p {
  font-size: 13px;
}

.vault-data-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--vault-line-strong);
  border-radius: 8px;
  background: var(--vault-surface);
  box-shadow: 0 20px 54px rgba(13, 43, 58, 0.06);
}

.vault-data-route::before {
  content: "";
  position: absolute;
  top: 62px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: color-mix(in srgb, var(--vault-cyan) 25%, transparent);
}

.vault-data-route article {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 302px;
  padding: 30px 22px 22px;
  border-right: 1px solid var(--vault-line);
}

.vault-data-route article:last-child {
  border-right: 0;
}

.vault-data-route article > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 25px;
  border: 1px solid var(--vault-line-strong);
  border-radius: 7px;
  color: var(--vault-cyan-strong);
  background: var(--vault-surface);
  font-size: 20px;
  font-weight: 900;
}

.vault-data-route small {
  display: block;
  margin-bottom: 7px;
  color: var(--vault-cyan-strong);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.vault-data-route h3 {
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 860;
}

.vault-data-route p {
  margin-bottom: 0;
  color: var(--vault-muted);
  font-size: 12px;
  font-weight: 620;
  line-height: 1.62;
}

.vault-data-route article > em {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 46px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--vault-line);
  color: var(--vault-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

/* Continuity chain */
.vault-continuity-band {
  background: var(--vault-bg-alt);
  border-bottom: 1px solid var(--vault-line);
}

.vault-continuity-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

.vault-continuity-copy .vault-section-head {
  margin-bottom: 28px;
}

.vault-continuity-levels {
  border-top: 1px solid var(--vault-line);
}

.vault-continuity-levels article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 8px;
  gap: 15px;
  align-items: center;
  min-height: 100px;
  border-bottom: 1px solid var(--vault-line);
}

.vault-continuity-levels small {
  display: block;
  margin-bottom: 4px;
  color: var(--vault-cyan-strong);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.vault-continuity-levels strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 850;
}

.vault-continuity-levels p {
  margin-bottom: 0;
  color: var(--vault-muted);
  font-size: 11px;
  font-weight: 620;
  line-height: 1.52;
}

.vault-recovery-console {
  overflow: hidden;
  border: 1px solid rgba(81, 201, 231, 0.29);
  border-radius: 8px;
  color: #edf7fa;
  background: var(--vault-dark-soft);
  box-shadow: 0 26px 64px rgba(5, 25, 36, 0.16);
}

.vault-recovery-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  min-height: 94px;
  padding: 19px 22px;
  border-bottom: 1px solid rgba(111, 204, 227, 0.17);
}

.vault-recovery-head .hardware-mini {
  background: rgba(255, 255, 255, 0.045);
}

.vault-recovery-head small {
  display: block;
  margin-bottom: 4px;
  color: rgba(213, 234, 240, 0.54);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.vault-recovery-head strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 850;
}

.vault-recovery-head em {
  padding: 7px 10px;
  border: 1px solid rgba(80, 202, 231, 0.24);
  border-radius: 5px;
  color: #68d8ef;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.vault-recovery-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1.2fr) 8px;
  gap: 16px;
  align-items: center;
  min-height: 78px;
  padding: 14px 22px;
  border-bottom: 1px solid rgba(111, 204, 227, 0.14);
}

.vault-recovery-row span {
  color: rgba(211, 232, 239, 0.56);
  font-size: 10px;
  font-weight: 750;
}

.vault-recovery-row strong {
  color: #edf7fa;
  font-size: 11px;
  font-weight: 760;
  text-align: right;
}

.vault-recovery-foot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: rgba(255, 255, 255, 0.025);
}

.vault-recovery-foot > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 12px 16px;
  border-right: 1px solid rgba(111, 204, 227, 0.14);
}

.vault-recovery-foot > div:last-child {
  border-right: 0;
}

.vault-recovery-foot span {
  color: rgba(211, 232, 239, 0.43);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.vault-recovery-foot strong {
  color: #68d8ef;
  font-size: 10px;
  font-weight: 900;
}

/* Vault decision */
.vault-decision-band {
  padding-bottom: clamp(66px, 6vw, 94px) !important;
  color: #eff8fa;
  background: var(--vault-dark);
}

.vault-decision-head h2,
.vault-decision-head > p {
  color: #f3f9fb;
}

.vault-decision-head > p {
  color: rgba(215, 233, 239, 0.66);
}

.vault-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-bottom: 72px;
  border: 1px solid rgba(105, 204, 229, 0.2);
  border-radius: 8px;
}

.vault-fit-grid article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 8px;
  gap: 15px;
  align-items: center;
  min-width: 0;
  min-height: 126px;
  padding: 21px;
  border-right: 1px solid rgba(105, 204, 229, 0.16);
  border-bottom: 1px solid rgba(105, 204, 229, 0.16);
  background: rgba(255, 255, 255, 0.017);
}

.vault-fit-grid article:nth-child(3n) {
  border-right: 0;
}

.vault-fit-grid article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.vault-fit-grid .hardware-mini {
  background: rgba(255, 255, 255, 0.045);
}

.vault-fit-grid strong {
  color: #eef7fa;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.5;
}

.vault-faq-head {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(105, 204, 229, 0.2);
}

.vault-faq-head .eyebrow {
  margin-bottom: 12px;
}

.vault-faq-head h3 {
  margin-bottom: 0;
  color: #f3f9fb;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 860;
}

.vault-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(105, 204, 229, 0.16);
  border-left: 1px solid rgba(105, 204, 229, 0.16);
}

.vault-faq-grid details {
  min-width: 0;
  border: 0;
  border-right: 1px solid rgba(105, 204, 229, 0.16);
  border-bottom: 1px solid rgba(105, 204, 229, 0.16);
  border-radius: 0;
  color: #eef7fa;
  background: rgba(255, 255, 255, 0.014);
}

.vault-faq-grid details:hover,
.vault-faq-grid details[open] {
  background: rgba(40, 181, 216, 0.06);
}

.vault-faq-grid summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 20px 62px 20px 22px;
  color: #eef7fa;
  font-size: 13px;
  font-weight: 790;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.vault-faq-grid summary::-webkit-details-marker {
  display: none;
}

.vault-faq-grid summary::before,
.vault-faq-grid summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 13px;
  height: 2px;
  background: var(--vault-cyan);
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.vault-faq-grid summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.vault-faq-grid details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.vault-faq-grid details > p {
  margin: 0;
  padding: 0 22px 24px;
  color: rgba(212, 230, 237, 0.67);
  font-size: 12px;
  font-weight: 610;
  line-height: 1.68;
}

html:root[data-theme="dark"] .private-vault-architecture {
  --vault-bg: #06141e;
  --vault-bg-alt: #081a25;
  --vault-surface: #0b202d;
  --vault-surface-soft: #0e2532;
  --vault-ink: #eef6f9;
  --vault-muted: #9eb1bc;
  --vault-line: rgba(111, 188, 209, 0.16);
  --vault-line-strong: rgba(72, 190, 221, 0.3);
  --vault-cyan: #4ac7e8;
  --vault-cyan-strong: #63d4ef;
  --vault-blue: #72a0e6;
  --vault-green: #54c5a1;
  --vault-amber: #d4a458;
  --vault-dark: #05121b;
  --vault-dark-soft: #081c27;
}

html:root[data-theme="dark"] .vault-architecture-intro,
html:root[data-theme="dark"] .vault-access-band {
  background-image:
    linear-gradient(rgba(80, 188, 217, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 188, 217, 0.035) 1px, transparent 1px);
}

html:root[data-theme="dark"] .vault-topology,
html:root[data-theme="dark"] .vault-control-quadrants,
html:root[data-theme="dark"] .vault-access-matrix,
html:root[data-theme="dark"] .vault-data-route,
html:root[data-theme="dark"] .vault-recovery-console {
  box-shadow: none;
}

@media (max-width: 1180px) {
  .vault-architecture-intro-layout,
  .vault-access-layout,
  .vault-continuity-layout {
    grid-template-columns: 1fr;
  }

  .vault-architecture-copy,
  .vault-architecture-copy h2,
  .vault-architecture-copy > p:not(.eyebrow) {
    max-width: 950px;
  }

  .vault-access-layout .vault-section-head {
    position: static;
    max-width: 950px;
  }

  .vault-zone-board > article {
    grid-template-columns: 220px minmax(0, 1fr) 230px;
  }

  .vault-data-route {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vault-data-route::before {
    display: none;
  }

  .vault-data-route article:nth-child(3) {
    border-right: 0;
  }

  .vault-data-route article:nth-child(-n + 3) {
    border-bottom: 1px solid var(--vault-line);
  }

  .vault-data-route article:nth-child(4) {
    grid-column: 1;
  }

  .vault-data-route article:nth-child(5) {
    grid-column: 2;
  }
}

@media (max-width: 920px) {
  .private-vault-architecture > div > .container {
    width: min(calc(100% - 36px), 1368px);
  }

  .vault-data-route-head,
  .vault-decision-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vault-control-quadrants {
    grid-template-columns: 1fr;
  }

  .vault-control-quadrants article,
  .vault-control-quadrants article:nth-child(2),
  .vault-control-quadrants article:nth-child(3) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--vault-line);
  }

  .vault-control-quadrants article:last-child {
    border-bottom: 0;
  }

  .vault-zone-board > article {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .vault-zone-policy {
    grid-column: 2;
    border-top: 1px solid rgba(111, 204, 227, 0.16);
    border-left: 1px solid rgba(111, 204, 227, 0.16);
  }

  .vault-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vault-fit-grid article:nth-child(3n) {
    border-right: 1px solid rgba(105, 204, 229, 0.16);
  }

  .vault-fit-grid article:nth-child(2n) {
    border-right: 0;
  }

  .vault-fit-grid article:nth-last-child(-n + 3) {
    border-bottom: 1px solid rgba(105, 204, 229, 0.16);
  }

  .vault-fit-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .private-vault-architecture > div {
    padding: 66px 0;
  }

  .vault-architecture-principles > div {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 7px 10px;
    padding: 14px 0;
  }

  .vault-architecture-principles small {
    grid-column: 2;
  }

  .vault-topology-head em {
    display: none;
  }

  .vault-policy-engine {
    grid-template-columns: 1fr 8px;
  }

  .vault-policy-engine strong {
    grid-column: 1;
    text-align: left;
  }

  .vault-policy-engine > i {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .vault-data-zones {
    grid-template-columns: 1fr;
  }

  .vault-data-zones article {
    grid-template-columns: 52px minmax(0, 1fr) 8px;
    gap: 12px;
    align-items: center;
    justify-items: start;
    min-height: 88px;
    text-align: left;
  }

  .vault-data-zones .hardware-mini {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .vault-data-zones article > i {
    position: static;
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .vault-continuity-line {
    grid-template-columns: 1fr;
  }

  .vault-continuity-line > div {
    border-right: 0;
    border-bottom: 1px solid rgba(128, 211, 232, 0.14);
  }

  .vault-continuity-line > div:last-child {
    border-bottom: 0;
  }

  .vault-control-quadrants article {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 0 18px;
    padding: 22px 18px;
  }

  .vault-control-number {
    width: 74px;
    height: 92px;
  }

  .vault-control-number strong {
    font-size: 29px;
  }

  .vault-zone-board > article {
    grid-template-columns: 1fr;
  }

  .vault-zone-label {
    border-right: 0;
    border-bottom: 1px solid rgba(111, 204, 227, 0.16);
  }

  .vault-zone-detail {
    padding: 24px 21px;
  }

  .vault-zone-policy {
    grid-column: 1;
    border-left: 0;
  }

  .vault-access-row {
    grid-template-columns: minmax(105px, 1fr) repeat(2, minmax(70px, 0.7fr));
  }

  .vault-access-row > span:nth-child(4),
  .vault-access-row > span:nth-child(5) {
    display: none;
  }

  .vault-data-route {
    grid-template-columns: 1fr;
  }

  .vault-data-route article,
  .vault-data-route article:nth-child(4),
  .vault-data-route article:nth-child(5) {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    grid-column: auto;
    gap: 8px 16px;
    min-height: 0;
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid var(--vault-line);
  }

  .vault-data-route article:last-child {
    border-bottom: 0;
  }

  .vault-data-route article > span {
    grid-row: 1 / span 3;
    width: 58px;
    height: 58px;
    margin-bottom: 0;
  }

  .vault-data-route article > em {
    grid-column: 2;
    margin-top: 12px;
  }

  .vault-recovery-row {
    grid-template-columns: 1fr 8px;
    gap: 7px 12px;
  }

  .vault-recovery-row strong {
    grid-column: 1;
    text-align: left;
  }

  .vault-recovery-row i {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .vault-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .private-vault-architecture > div > .container {
    width: min(calc(100% - 28px), 1368px);
  }

  .vault-section-head h2,
  .vault-data-route-head h2,
  .vault-decision-head h2,
  .vault-architecture-copy h2 {
    font-size: 31px;
  }

  .vault-topology,
  .vault-control-quadrants,
  .vault-access-matrix,
  .vault-data-route,
  .vault-recovery-console,
  .vault-fit-grid {
    border-radius: 6px;
  }

  .vault-topology-head {
    padding: 18px;
  }

  .vault-access-gateway {
    width: calc(100% - 28px);
    grid-template-columns: 50px minmax(0, 1fr) 8px;
    margin-top: 14px;
  }

  .vault-policy-engine {
    width: calc(100% - 28px);
  }

  .vault-data-zones {
    padding-right: 14px;
    padding-left: 14px;
  }

  .vault-control-quadrants article {
    grid-template-columns: 1fr;
  }

  .vault-control-number {
    margin-bottom: 20px;
  }

  .vault-control-quadrants article > em {
    grid-column: 1;
  }

  .vault-zone-label,
  .vault-zone-detail,
  .vault-zone-policy {
    padding: 21px 18px;
  }

  .vault-access-row,
  .vault-access-row.is-head {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    padding: 16px;
  }

  .vault-access-row.is-head span:nth-child(n + 3),
  .vault-access-row > span:nth-child(n + 3) {
    display: none;
  }

  .vault-access-note {
    padding: 16px;
  }

  .vault-continuity-levels article {
    grid-template-columns: 50px minmax(0, 1fr) 8px;
  }

  .vault-recovery-head {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 18px;
  }

  .vault-recovery-head em {
    display: none;
  }

  .vault-recovery-row {
    padding: 14px 18px;
  }

  .vault-recovery-foot {
    grid-template-columns: 1fr;
  }

  .vault-recovery-foot > div {
    min-height: 46px;
    border-right: 0;
    border-bottom: 1px solid rgba(111, 204, 227, 0.14);
  }

  .vault-recovery-foot > div:last-child {
    border-bottom: 0;
  }

  .vault-fit-grid {
    grid-template-columns: 1fr;
  }

  .vault-fit-grid article,
  .vault-fit-grid article:nth-child(2n),
  .vault-fit-grid article:nth-child(3n),
  .vault-fit-grid article:nth-last-child(-n + 2),
  .vault-fit-grid article:nth-last-child(-n + 3) {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid rgba(105, 204, 229, 0.16);
  }

  .vault-fit-grid article:last-child {
    border-bottom: 0;
  }

  .vault-faq-grid summary {
    min-height: 86px;
    padding-right: 54px;
  }
}

@keyframes vault-status-pulse {
  0%,
  100% {
    opacity: 0.52;
    transform: scale(0.82);
    box-shadow: 0 0 0 0 rgba(56, 198, 229, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 7px rgba(56, 198, 229, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vault-live-dot,
  .vault-access-gateway > i,
  .vault-policy-engine > i,
  .vault-data-zones article > i,
  .vault-control-content li::before,
  .vault-control-quadrants article > em i,
  .vault-zone-policy > i,
  .vault-access-row i,
  .vault-data-route article > em i,
  .vault-continuity-levels article > i,
  .vault-recovery-row i,
  .vault-fit-grid article > i,
  .private-vault-architecture-page > .about-contact-section .about-contact-route span,
  main.private-vault-architecture-page ~ .site-footer .footer-sisdesk-badges span::before {
    animation: none !important;
  }
}

/* Collaboration rollout control line */
.collab-adoption-band {
  color: #eef7fa;
  background-color: var(--collab-dark-soft);
  background-image:
    linear-gradient(rgba(70, 187, 217, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 187, 217, 0.034) 1px, transparent 1px);
  background-size: 64px 64px;
  border-bottom: 1px solid rgba(105, 203, 228, 0.16);
}

.collab-adoption-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(0px, calc((100vw - 1368px) / 2));
  width: min(38vw, 520px);
  height: 6px;
  background: var(--collab-green);
}

.collab-rollout-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: end;
  margin-bottom: 48px;
}

.collab-rollout-head h2 {
  margin-bottom: 0;
  color: #f4f9fb;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 860;
  line-height: 1.03;
}

.collab-rollout-head > p {
  margin-bottom: 0;
  color: rgba(218, 234, 240, 0.68);
  font-size: 13px;
  font-weight: 610;
  line-height: 1.72;
}

.collab-rollout-board {
  overflow: hidden;
  border: 1px solid rgba(91, 204, 232, 0.27);
  border-radius: 8px;
  background: var(--collab-dark);
  box-shadow: 0 28px 72px rgba(3, 17, 25, 0.25);
}

.collab-rollout-board-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 94px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(111, 204, 227, 0.17);
  background: rgba(255, 255, 255, 0.026);
}

.collab-rollout-board-head > div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
}

.collab-rollout-board-head .hardware-mini,
.collab-rollout-results .hardware-mini {
  background: rgba(255, 255, 255, 0.045);
}

.collab-rollout-board-head small {
  display: block;
  margin-bottom: 4px;
  color: rgba(213, 234, 240, 0.53);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.collab-rollout-board-head strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 850;
}

.collab-rollout-board-head > em {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid rgba(80, 202, 231, 0.23);
  border-radius: 5px;
  color: #6fd8ef;
  background: rgba(37, 177, 212, 0.07);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.collab-rollout-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid rgba(111, 204, 227, 0.17);
}

.collab-rollout-track article {
  --collab-rollout-accent: var(--collab-cyan);
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 392px;
  padding: 24px 21px 20px;
  border-right: 1px solid rgba(111, 204, 227, 0.15);
  background: rgba(255, 255, 255, 0.012);
  transition: background-color 180ms ease;
}

.collab-rollout-track article:nth-child(2) {
  --collab-rollout-accent: #568ce0;
}

.collab-rollout-track article:nth-child(3) {
  --collab-rollout-accent: #d19a45;
}

.collab-rollout-track article:nth-child(4) {
  --collab-rollout-accent: #4eb997;
}

.collab-rollout-track article:nth-child(5) {
  --collab-rollout-accent: #8b88dd;
  border-right: 0;
}

.collab-rollout-track article:hover {
  background: rgba(255, 255, 255, 0.034);
}

.collab-rollout-index {
  display: grid;
  align-content: space-between;
  width: 78px;
  height: 78px;
  margin-bottom: 30px;
  padding: 11px;
  border: 1px solid color-mix(in srgb, var(--collab-rollout-accent) 52%, transparent);
  border-radius: 7px;
  background: color-mix(in srgb, var(--collab-rollout-accent) 12%, transparent);
}

.collab-rollout-index small {
  color: rgba(224, 238, 243, 0.5);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.collab-rollout-index strong {
  color: var(--collab-rollout-accent);
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
}

.collab-rollout-track article > div > small {
  display: block;
  margin-bottom: 8px;
  color: var(--collab-rollout-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.collab-rollout-track h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 860;
}

.collab-rollout-track p {
  margin-bottom: 0;
  color: rgba(214, 232, 238, 0.67);
  font-size: 12px;
  font-weight: 610;
  line-height: 1.64;
}

.collab-rollout-track article > em {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 46px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(111, 204, 227, 0.15);
  color: var(--collab-rollout-accent);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.collab-rollout-track article > em i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--collab-rollout-accent);
}

.collab-rollout-results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(255, 255, 255, 0.018);
}

.collab-rollout-results article {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 8px;
  gap: 14px;
  align-items: center;
  min-width: 0;
  min-height: 146px;
  padding: 20px;
  border-right: 1px solid rgba(111, 204, 227, 0.15);
}

.collab-rollout-results article:last-child {
  border-right: 0;
}

.collab-rollout-results small {
  display: block;
  margin-bottom: 5px;
  color: #68d5ee;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.collab-rollout-results strong {
  display: block;
  margin-bottom: 5px;
  color: #f1f8fa;
  font-size: 13px;
  font-weight: 840;
}

.collab-rollout-results p {
  margin-bottom: 0;
  color: rgba(212, 230, 237, 0.63);
  font-size: 10px;
  font-weight: 610;
  line-height: 1.5;
}

.collab-rollout-results article > i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--collab-green);
}

.collab-rollout-track article > em i,
.collab-rollout-results article > i {
  animation: collab-status-pulse 1.9s ease-in-out infinite !important;
}

html:root[data-theme="dark"] .collab-rollout-board {
  box-shadow: none;
}

@media (max-width: 1020px) {
  .collab-rollout-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .collab-rollout-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .collab-rollout-track article:nth-child(3) {
    border-right: 0;
  }

  .collab-rollout-track article:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(111, 204, 227, 0.15);
  }

  .collab-rollout-track article:nth-child(4) {
    grid-column: 1 / span 1;
  }

  .collab-rollout-track article:nth-child(5) {
    grid-column: 2 / span 1;
  }

  .collab-rollout-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collab-rollout-results article:nth-child(2) {
    border-right: 0;
  }

  .collab-rollout-results article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(111, 204, 227, 0.15);
  }
}

@media (max-width: 760px) {
  .collab-rollout-track {
    grid-template-columns: 1fr;
  }

  .collab-rollout-track article,
  .collab-rollout-track article:nth-child(4),
  .collab-rollout-track article:nth-child(5) {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    grid-column: auto;
    gap: 0 18px;
    min-height: 0;
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(111, 204, 227, 0.15);
  }

  .collab-rollout-track article:last-child {
    border-bottom: 0;
  }

  .collab-rollout-index {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .collab-rollout-track article > em {
    grid-column: 2;
    margin-top: 18px;
  }
}

@media (max-width: 560px) {
  .collab-rollout-head h2 {
    font-size: 31px;
  }

  .collab-rollout-board {
    border-radius: 6px;
  }

  .collab-rollout-board-head {
    align-items: flex-start;
    padding: 18px;
  }

  .collab-rollout-board-head > em {
    display: none;
  }

  .collab-rollout-track article,
  .collab-rollout-track article:nth-child(4),
  .collab-rollout-track article:nth-child(5) {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 0 14px;
    padding: 20px 16px;
  }

  .collab-rollout-index {
    width: 66px;
    height: 72px;
  }

  .collab-rollout-results {
    grid-template-columns: 1fr;
  }

  .collab-rollout-results article,
  .collab-rollout-results article:nth-child(2) {
    min-height: 116px;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(111, 204, 227, 0.15);
  }

  .collab-rollout-results article:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .collab-rollout-track article > em i,
  .collab-rollout-results article > i {
    animation: none !important;
  }
}

/* Microsoft 365 mail executive control refinement */
.mail-command-page .service-detail-hero .corporate-hero-copy h1 {
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: wrap;
}

.mail-command-page .mail-hero-title-brand,
.mail-command-page .mail-hero-title-service {
  display: block;
}

.mail-command-page .mail-hero-title-service {
  white-space: nowrap;
}

.mail-command-page .mail-hero-title-service > span {
  white-space: nowrap;
}

.mail-command-page .mail-intro-head {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: end;
  margin-bottom: 44px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--mail-line);
}

.mail-command-page .mail-intro-title h2 {
  max-width: 840px;
  margin-bottom: 0;
  color: var(--mail-ink);
  font-size: clamp(40px, 4.7vw, 64px);
  font-weight: 880;
  line-height: 1.01;
}

.mail-command-page .mail-intro-brief {
  padding-left: 26px;
  border-left: 2px solid var(--mail-cyan);
}

.mail-command-page .mail-intro-brief > p {
  margin-bottom: 22px;
  color: var(--mail-muted);
  font-size: 15px;
  font-weight: 640;
  line-height: 1.72;
}

.mail-command-page .mail-intro-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--mail-line);
  border-bottom: 1px solid var(--mail-line);
}

.mail-command-page .mail-intro-signals > div {
  min-width: 0;
  min-height: 70px;
  padding: 13px 12px;
  border-right: 1px solid var(--mail-line);
}

.mail-command-page .mail-intro-signals > div:first-child {
  padding-left: 0;
}

.mail-command-page .mail-intro-signals > div:last-child {
  border-right: 0;
}

.mail-command-page .mail-intro-signals small,
.mail-command-page .mail-intro-signals strong {
  display: block;
}

.mail-command-page .mail-intro-signals small {
  margin-bottom: 6px;
  color: var(--mail-cyan-strong);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.mail-command-page .mail-intro-signals strong {
  color: var(--mail-ink);
  font-size: 11px;
  font-weight: 820;
  line-height: 1.35;
}

.mail-command-page .mail-command-deck {
  display: grid;
  grid-template-columns: minmax(300px, 0.36fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.mail-command-page .mail-control-mandate {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-width: 0;
  border: 1px solid rgba(83, 205, 235, 0.26);
  border-radius: 8px;
  color: #eef8fa;
  background: var(--mail-dark-soft);
  box-shadow: 0 28px 68px rgba(5, 25, 36, 0.16);
}

.mail-command-page .mail-mandate-head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 8px;
  gap: 14px;
  align-items: center;
  min-height: 90px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(128, 211, 232, 0.16);
  background: rgba(255, 255, 255, 0.025);
}

.mail-command-page .mail-mandate-head .hardware-mini {
  background: rgba(255, 255, 255, 0.035);
}

.mail-command-page .mail-mandate-head small,
.mail-command-page .mail-mandate-head strong {
  display: block;
}

.mail-command-page .mail-mandate-head small {
  margin-bottom: 4px;
  color: rgba(211, 232, 239, 0.5);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.mail-command-page .mail-mandate-head strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 860;
}

.mail-command-page .mail-mandate-head > i,
.mail-command-page .mail-control-mandate article > i,
.mail-command-page .mail-route-response i,
.mail-command-page .mail-architecture-stack-head em i,
.mail-command-page .mail-layer-result i,
.mail-command-page .mail-cadence-board-head em i,
.mail-command-page .mail-cadence-state i,
.mail-command-page .mail-cadence-outputs article > i {
  display: block;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mail-green);
}

.mail-command-page .mail-control-mandate article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  flex: 1 1 0;
  min-height: 94px;
  padding: 17px 20px;
  border-bottom: 1px solid rgba(128, 211, 232, 0.13);
}

.mail-command-page .mail-control-mandate article > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 44px;
  border: 1px solid rgba(77, 201, 232, 0.34);
  border-radius: 6px;
  color: #67d6ef;
  background: rgba(43, 181, 215, 0.08);
  font-size: 11px;
  font-weight: 900;
}

.mail-command-page .mail-control-mandate article strong,
.mail-command-page .mail-control-mandate article small {
  display: block;
}

.mail-command-page .mail-control-mandate article strong {
  margin-bottom: 5px;
  color: #f4fafc;
  font-size: 13px;
  font-weight: 840;
}

.mail-command-page .mail-control-mandate article small {
  color: rgba(213, 231, 237, 0.6);
  font-size: 10px;
  font-weight: 620;
  line-height: 1.45;
}

.mail-command-page .mail-mandate-foot {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  min-height: 58px;
  padding: 13px 20px;
  background: rgba(255, 255, 255, 0.025);
}

.mail-command-page .mail-mandate-foot span {
  color: rgba(211, 232, 239, 0.44);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.mail-command-page .mail-mandate-foot strong {
  color: #65d9c0;
  font-size: 10px;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

.mail-command-page .mail-route-console-v2 {
  height: 100%;
  box-shadow: 0 28px 68px rgba(5, 25, 36, 0.18);
}

.mail-command-page .mail-route-console-v2 .mail-route-map {
  padding: 24px 20px 20px;
}

.mail-command-page .mail-route-console-v2 .mail-route-map article {
  min-height: 166px;
}

.mail-command-page .mail-route-response {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(128, 211, 232, 0.16);
  background: rgba(40, 177, 210, 0.055);
}

.mail-command-page .mail-route-response > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px 10px;
  align-content: center;
  min-height: 68px;
  padding: 12px 16px;
  border-right: 1px solid rgba(128, 211, 232, 0.14);
}

.mail-command-page .mail-route-response > div:last-child {
  border-right: 0;
}

.mail-command-page .mail-route-response span,
.mail-command-page .mail-route-response strong {
  display: block;
}

.mail-command-page .mail-route-response span {
  color: rgba(211, 232, 239, 0.48);
  font-size: 9px;
  font-weight: 780;
}

.mail-command-page .mail-route-response strong {
  color: #eef8fa;
  font-size: 10px;
  font-weight: 860;
}

.mail-command-page .mail-route-controls > div {
  grid-template-columns: auto minmax(0, 1fr);
}

/* Five-layer operating architecture */
.mail-command-page .mail-architecture-band .mail-section-head {
  max-width: 1000px;
}

.mail-command-page .mail-architecture-stack {
  overflow: hidden;
  border: 1px solid rgba(80, 199, 229, 0.3);
  border-radius: 8px;
  color: #edf7fa;
  background: var(--mail-dark);
  box-shadow: 0 26px 66px rgba(5, 25, 36, 0.16);
}

.mail-command-page .mail-architecture-stack-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 94px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(116, 207, 230, 0.17);
  background: rgba(255, 255, 255, 0.025);
}

.mail-command-page .mail-architecture-stack-head > div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
}

.mail-command-page .mail-architecture-stack-head .hardware-mini,
.mail-command-page .mail-architecture-layer .hardware-mini,
.mail-command-page .mail-cadence-board .hardware-mini {
  background: rgba(255, 255, 255, 0.04);
}

.mail-command-page .mail-architecture-stack-head small,
.mail-command-page .mail-architecture-stack-head strong {
  display: block;
}

.mail-command-page .mail-architecture-stack-head small {
  margin-bottom: 5px;
  color: rgba(213, 233, 239, 0.5);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.mail-command-page .mail-architecture-stack-head strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 860;
}

.mail-command-page .mail-architecture-stack-head > em,
.mail-command-page .mail-cadence-board-head > em {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(78, 199, 229, 0.25);
  border-radius: 5px;
  color: #74d8ef;
  background: rgba(44, 175, 207, 0.07);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.mail-command-page .mail-architecture-columns,
.mail-command-page .mail-architecture-layer {
  display: grid !important;
  grid-template-columns: minmax(340px, 0.98fr) minmax(0, 1.22fr) minmax(230px, 0.62fr);
}

.mail-command-page .mail-architecture-columns {
  min-height: 44px;
  border-bottom: 1px solid rgba(116, 207, 230, 0.16);
  color: rgba(213, 233, 239, 0.42);
  background: rgba(45, 177, 210, 0.045);
}

.mail-command-page .mail-architecture-columns span {
  display: flex;
  align-items: center;
  padding: 11px 22px;
  border-right: 1px solid rgba(116, 207, 230, 0.13);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.mail-command-page .mail-architecture-columns span:last-child {
  border-right: 0;
}

.mail-command-page .mail-architecture-layer {
  min-height: 124px;
  border-bottom: 1px solid rgba(116, 207, 230, 0.14);
  background: rgba(255, 255, 255, 0.008);
}

.mail-command-page .mail-architecture-layer:nth-of-type(even) {
  background: rgba(52, 181, 213, 0.025);
}

.mail-command-page .mail-layer-identity {
  display: grid;
  grid-template-columns: 48px 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 20px 22px;
  border-right: 1px solid rgba(116, 207, 230, 0.13);
}

.mail-command-page .mail-layer-index {
  display: grid;
  place-items: center;
  width: 46px;
  height: 54px;
  border: 1px solid rgba(73, 197, 227, 0.34);
  border-radius: 6px;
  color: #65d2ec;
  background: rgba(42, 179, 213, 0.08);
  font-size: 14px;
  font-weight: 900;
}

.mail-command-page .mail-layer-identity small,
.mail-command-page .mail-layer-identity h3 {
  display: block;
}

.mail-command-page .mail-layer-identity small {
  margin-bottom: 6px;
  color: #62d2ec;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.mail-command-page .mail-layer-identity h3 {
  margin-bottom: 0;
  color: #f4fafc;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.mail-command-page .mail-layer-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-content: center;
  margin: 0;
  padding: 18px 20px;
  border-right: 1px solid rgba(116, 207, 230, 0.13);
  list-style: none;
}

.mail-command-page .mail-layer-controls li,
.mail-command-page .mail-cadence-grid li {
  position: relative;
  padding-left: 15px;
}

.mail-command-page .mail-layer-controls li {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 9px 8px 9px 20px;
  border: 1px solid rgba(117, 205, 228, 0.11);
  border-radius: 5px;
  color: rgba(223, 237, 242, 0.72);
  background: rgba(255, 255, 255, 0.018);
  font-size: 10px;
  font-weight: 680;
  line-height: 1.4;
}

.mail-command-page .mail-layer-controls li::before,
.mail-command-page .mail-cadence-grid li::before {
  content: "";
  position: absolute;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mail-green);
}

.mail-command-page .mail-layer-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 20px 22px;
}

.mail-command-page .mail-layer-result > small {
  margin-bottom: 7px;
  color: rgba(213, 233, 239, 0.44);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.mail-command-page .mail-layer-result > strong {
  margin-bottom: 12px;
  color: #f1f8fa;
  font-size: 12px;
  font-weight: 810;
  line-height: 1.4;
}

.mail-command-page .mail-layer-result > em {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #65d9be;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.mail-command-page .mail-architecture-stack-foot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(40, 177, 210, 0.055);
}

.mail-command-page .mail-architecture-stack-foot > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 64px;
  padding: 14px 20px;
  border-right: 1px solid rgba(116, 207, 230, 0.14);
}

.mail-command-page .mail-architecture-stack-foot > div:last-child {
  border-right: 0;
}

.mail-command-page .mail-architecture-stack-foot span {
  color: rgba(213, 233, 239, 0.45);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.mail-command-page .mail-architecture-stack-foot strong {
  color: #68d8ef;
  font-size: 11px;
  font-weight: 900;
  text-align: right;
}

/* Recurring MailOps command surface */
.mail-command-page .mail-operations-band {
  color: #eef7fa;
  background-color: var(--mail-dark);
  background-image:
    linear-gradient(rgba(72, 190, 220, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 190, 220, 0.035) 1px, transparent 1px);
  background-size: 68px 68px;
  border-bottom-color: rgba(107, 205, 229, 0.16);
}

.mail-command-page .mail-operations-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: clamp(40px, 7vw, 94px);
  align-items: end;
  margin-bottom: 44px;
}

.mail-command-page .mail-operations-head h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: #f4fafc;
  font-size: clamp(38px, 4.6vw, 60px);
  font-weight: 880;
  line-height: 1.01;
}

.mail-command-page .mail-operations-head > p {
  margin-bottom: 0;
  padding-left: 24px;
  border-left: 2px solid var(--mail-cyan);
  color: rgba(216, 233, 239, 0.68);
  font-size: 15px;
  font-weight: 630;
  line-height: 1.72;
}

.mail-command-page .mail-cadence-board {
  overflow: hidden;
  border: 1px solid rgba(78, 199, 229, 0.28);
  border-radius: 8px;
  background: var(--mail-dark-soft);
  box-shadow: 0 28px 68px rgba(2, 12, 18, 0.24);
}

.mail-command-page .mail-cadence-board-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 94px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(116, 207, 230, 0.16);
  background: rgba(255, 255, 255, 0.025);
}

.mail-command-page .mail-cadence-board-head > div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
}

.mail-command-page .mail-cadence-board-head small,
.mail-command-page .mail-cadence-board-head strong {
  display: block;
}

.mail-command-page .mail-cadence-board-head small {
  margin-bottom: 5px;
  color: rgba(213, 233, 239, 0.5);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.mail-command-page .mail-cadence-board-head strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 860;
}

.mail-command-page .mail-cadence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mail-command-page .mail-cadence-grid > article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 430px;
  padding: 26px 26px 24px;
  border-right: 1px solid rgba(116, 207, 230, 0.15);
  background: rgba(255, 255, 255, 0.008);
}

.mail-command-page .mail-cadence-grid > article:last-child {
  border-right: 0;
}

.mail-command-page .mail-cadence-grid > article:nth-child(2) {
  background: rgba(45, 177, 210, 0.03);
}

.mail-command-page .mail-cadence-label {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  min-height: 58px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(116, 207, 230, 0.16);
}

.mail-command-page .mail-cadence-label > span {
  color: #68d7ef;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.mail-command-page .mail-cadence-label > em {
  padding: 7px 10px;
  border: 1px solid rgba(75, 199, 229, 0.25);
  border-radius: 5px;
  color: #75d9ef;
  background: rgba(42, 179, 213, 0.07);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.mail-command-page .mail-cadence-grid > article > .hardware-mini {
  margin-bottom: 22px;
}

.mail-command-page .mail-cadence-grid h3 {
  min-height: 54px;
  margin-bottom: 13px;
  color: #f4fafc;
  font-size: 21px;
  font-weight: 860;
  line-height: 1.26;
}

.mail-command-page .mail-cadence-grid p {
  min-height: 68px;
  margin-bottom: 18px;
  color: rgba(216, 233, 239, 0.64);
  font-size: 12px;
  font-weight: 620;
  line-height: 1.62;
}

.mail-command-page .mail-cadence-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mail-command-page .mail-cadence-grid li {
  padding: 8px 0 8px 18px;
  border-top: 1px solid rgba(116, 207, 230, 0.11);
  color: rgba(226, 239, 243, 0.78);
  font-size: 10px;
  font-weight: 680;
  line-height: 1.4;
}

.mail-command-page .mail-cadence-grid li::before {
  top: 13px;
  left: 1px;
}

.mail-command-page .mail-cadence-state {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
  color: #66d8be;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.mail-command-page .mail-cadence-outputs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(116, 207, 230, 0.16);
  background: rgba(40, 177, 210, 0.055);
}

.mail-command-page .mail-cadence-outputs article {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 74px;
  padding: 14px 20px;
  border-right: 1px solid rgba(116, 207, 230, 0.14);
}

.mail-command-page .mail-cadence-outputs article:last-child {
  border-right: 0;
}

.mail-command-page .mail-cadence-outputs span,
.mail-command-page .mail-cadence-outputs strong {
  display: block;
}

.mail-command-page .mail-cadence-outputs span {
  margin-bottom: 4px;
  color: rgba(213, 233, 239, 0.46);
  font-size: 9px;
  font-weight: 790;
}

.mail-command-page .mail-cadence-outputs strong {
  color: #f1f8fa;
  font-size: 11px;
  font-weight: 860;
}

.mail-command-page .mail-mandate-head > i,
.mail-command-page .mail-control-mandate article > i,
.mail-command-page .mail-route-response i,
.mail-command-page .mail-architecture-stack-head em i,
.mail-command-page .mail-layer-controls li::before,
.mail-command-page .mail-layer-result i,
.mail-command-page .mail-cadence-board-head em i,
.mail-command-page .mail-cadence-grid li::before,
.mail-command-page .mail-cadence-state i,
.mail-command-page .mail-cadence-outputs article > i {
  animation: mail-status-pulse 1.9s ease-in-out infinite !important;
}

.mail-command-page .mail-control-mandate article:nth-of-type(2) > i,
.mail-command-page .mail-architecture-layer:nth-of-type(even) .mail-layer-result i,
.mail-command-page .mail-cadence-grid article:nth-child(2) .mail-cadence-state i {
  animation-delay: 240ms !important;
}

.mail-command-page .mail-control-mandate article:nth-of-type(3) > i,
.mail-command-page .mail-architecture-layer:nth-of-type(3n) .mail-layer-result i,
.mail-command-page .mail-cadence-grid article:nth-child(3) .mail-cadence-state i {
  animation-delay: 480ms !important;
}

html:root[data-theme="dark"] .mail-command-page .mail-control-mandate,
html:root[data-theme="dark"] .mail-command-page .mail-route-console-v2,
html:root[data-theme="dark"] .mail-command-page .mail-architecture-stack,
html:root[data-theme="dark"] .mail-command-page .mail-cadence-board {
  box-shadow: none;
}

@media (max-width: 1180px) {
  .mail-command-page .mail-intro-head {
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
    gap: 44px;
  }

  .mail-command-page .mail-command-deck {
    grid-template-columns: minmax(280px, 0.34fr) minmax(0, 1fr);
  }

  .mail-command-page .mail-architecture-columns,
  .mail-command-page .mail-architecture-layer {
    grid-template-columns: minmax(310px, 0.9fr) minmax(0, 1.1fr) minmax(210px, 0.62fr);
  }

  .mail-command-page .mail-layer-identity {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .mail-command-page .mail-layer-identity .hardware-mini {
    display: none;
  }
}

@media (max-width: 1040px) {
  .mail-command-page .mail-command-deck {
    grid-template-columns: 1fr;
  }

  .mail-command-page .mail-control-mandate {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mail-command-page .mail-mandate-head,
  .mail-command-page .mail-mandate-foot {
    grid-column: 1 / -1;
  }

  .mail-command-page .mail-control-mandate article {
    min-height: 128px;
    border-right: 1px solid rgba(128, 211, 232, 0.13);
    border-bottom: 0;
  }

  .mail-command-page .mail-control-mandate article:nth-of-type(3) {
    border-right: 0;
  }

  .mail-command-page .mail-architecture-columns {
    display: none !important;
  }

  .mail-command-page .mail-architecture-layer {
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  }

  .mail-command-page .mail-layer-controls {
    border-right: 0;
  }

  .mail-command-page .mail-layer-result {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-column: 1 / -1;
    gap: 12px;
    align-items: center;
    padding: 14px 22px;
    border-top: 1px solid rgba(116, 207, 230, 0.12);
  }

  .mail-command-page .mail-layer-result > small,
  .mail-command-page .mail-layer-result > strong {
    margin-bottom: 0;
  }
}

@media (max-width: 920px) {
  .mail-command-page .mail-intro-head,
  .mail-command-page .mail-operations-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mail-command-page .mail-intro-brief,
  .mail-command-page .mail-operations-head > p {
    padding-top: 22px;
    padding-left: 0;
    border-top: 1px solid var(--mail-line);
    border-left: 0;
  }

  .mail-command-page .mail-cadence-grid {
    grid-template-columns: 1fr;
  }

  .mail-command-page .mail-cadence-grid > article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(116, 207, 230, 0.15);
  }

  .mail-command-page .mail-cadence-grid > article:last-child {
    border-bottom: 0;
  }

  .mail-command-page .mail-cadence-grid h3,
  .mail-command-page .mail-cadence-grid p {
    min-height: 0;
  }

  .mail-command-page .mail-cadence-outputs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mail-command-page .mail-cadence-outputs article:nth-child(2) {
    border-right: 0;
  }

  .mail-command-page .mail-cadence-outputs article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(116, 207, 230, 0.14);
  }
}

@media (max-width: 760px) {
  .mail-command-page .mail-control-mandate {
    display: flex;
  }

  .mail-command-page .mail-mandate-head,
  .mail-command-page .mail-mandate-foot {
    grid-column: auto;
  }

  .mail-command-page .mail-control-mandate article,
  .mail-command-page .mail-control-mandate article:nth-of-type(3) {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid rgba(128, 211, 232, 0.13);
  }

  .mail-command-page .mail-architecture-layer {
    grid-template-columns: 1fr;
  }

  .mail-command-page .mail-layer-identity,
  .mail-command-page .mail-layer-controls {
    border-right: 0;
    border-bottom: 1px solid rgba(116, 207, 230, 0.12);
  }

  .mail-command-page .mail-layer-identity {
    grid-template-columns: 48px 52px minmax(0, 1fr);
  }

  .mail-command-page .mail-layer-identity .hardware-mini {
    display: grid;
  }

  .mail-command-page .mail-layer-result {
    grid-template-columns: 1fr;
    grid-column: auto;
    gap: 6px;
    border-top: 0;
  }

  .mail-command-page .mail-layer-result > strong {
    margin-bottom: 8px;
  }

  .mail-command-page .mail-architecture-stack-foot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mail-command-page .mail-architecture-stack-foot > div:nth-child(2) {
    border-right: 0;
  }

  .mail-command-page .mail-architecture-stack-foot > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(116, 207, 230, 0.14);
  }
}

@media (max-width: 560px) {
  .mail-command-page .mail-hero-title-service {
    white-space: normal;
  }

  .mail-command-page .mail-intro-title h2,
  .mail-command-page .mail-operations-head h2 {
    font-size: 32px;
  }

  .mail-command-page .mail-intro-head {
    margin-bottom: 30px;
    padding-bottom: 26px;
  }

  .mail-command-page .mail-intro-signals {
    grid-template-columns: 1fr;
  }

  .mail-command-page .mail-intro-signals > div,
  .mail-command-page .mail-intro-signals > div:first-child {
    min-height: 58px;
    padding: 11px 0;
    border-right: 0;
    border-bottom: 1px solid var(--mail-line);
  }

  .mail-command-page .mail-intro-signals > div:last-child {
    border-bottom: 0;
  }

  .mail-command-page .mail-control-mandate,
  .mail-command-page .mail-route-console-v2,
  .mail-command-page .mail-architecture-stack,
  .mail-command-page .mail-cadence-board {
    border-radius: 6px;
  }

  .mail-command-page .mail-route-response {
    grid-template-columns: 1fr;
  }

  .mail-command-page .mail-route-response > div {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid rgba(128, 211, 232, 0.14);
  }

  .mail-command-page .mail-route-response > div:last-child {
    border-bottom: 0;
  }

  .mail-command-page .mail-architecture-stack-head,
  .mail-command-page .mail-cadence-board-head {
    align-items: flex-start;
    padding: 18px;
  }

  .mail-command-page .mail-architecture-stack-head > em,
  .mail-command-page .mail-cadence-board-head > em {
    display: none;
  }

  .mail-command-page .mail-layer-identity {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 18px;
  }

  .mail-command-page .mail-layer-identity .hardware-mini {
    display: none;
  }

  .mail-command-page .mail-layer-index {
    width: 42px;
    height: 50px;
  }

  .mail-command-page .mail-layer-controls {
    grid-template-columns: 1fr;
    padding: 16px 18px;
  }

  .mail-command-page .mail-layer-controls li {
    min-height: 44px;
  }

  .mail-command-page .mail-architecture-stack-foot,
  .mail-command-page .mail-cadence-outputs {
    grid-template-columns: 1fr;
  }

  .mail-command-page .mail-architecture-stack-foot > div,
  .mail-command-page .mail-architecture-stack-foot > div:nth-child(2),
  .mail-command-page .mail-cadence-outputs article,
  .mail-command-page .mail-cadence-outputs article:nth-child(2) {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid rgba(116, 207, 230, 0.14);
  }

  .mail-command-page .mail-architecture-stack-foot > div:last-child,
  .mail-command-page .mail-cadence-outputs article:last-child {
    border-bottom: 0;
  }

  .mail-command-page .mail-cadence-grid > article {
    padding: 22px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mail-command-page .mail-mandate-head > i,
  .mail-command-page .mail-control-mandate article > i,
  .mail-command-page .mail-route-response i,
  .mail-command-page .mail-architecture-stack-head em i,
  .mail-command-page .mail-layer-controls li::before,
  .mail-command-page .mail-layer-result i,
  .mail-command-page .mail-cadence-board-head em i,
  .mail-command-page .mail-cadence-grid li::before,
  .mail-command-page .mail-cadence-state i,
  .mail-command-page .mail-cadence-outputs article > i {
    animation: none !important;
  }
}

/* Solution detail pages: balanced light-theme surfaces */
:root:not([data-theme="dark"]) .mail-command-page .mail-operations-band {
  color: var(--mail-ink);
  background-color: var(--mail-bg-alt);
  background-image:
    linear-gradient(rgba(19, 120, 152, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 120, 152, 0.035) 1px, transparent 1px);
  background-size: 68px 68px;
  border-bottom-color: var(--mail-line);
}

:root:not([data-theme="dark"]) .mail-command-page .mail-operations-head h2 {
  color: var(--mail-ink);
}

:root:not([data-theme="dark"]) .mail-command-page .mail-operations-head > p {
  color: var(--mail-muted);
}

:root:not([data-theme="dark"]) .mail-command-page .mail-decision-band {
  color: var(--mail-ink);
  background-color: var(--mail-bg);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.03) 1px, transparent 1px);
  background-size: 62px 62px;
}

:root:not([data-theme="dark"]) .mail-command-page .mail-decision-head h2 {
  color: var(--mail-ink);
}

:root:not([data-theme="dark"]) .mail-command-page .mail-decision-head > p {
  color: var(--mail-muted);
}

:root:not([data-theme="dark"]) .mail-command-page .mail-fit-grid {
  border-color: var(--mail-line-strong);
  background: var(--mail-surface);
  box-shadow: 0 20px 54px rgba(13, 43, 58, 0.07);
}

:root:not([data-theme="dark"]) .mail-command-page .mail-fit-grid article {
  border-color: var(--mail-line);
  background: var(--mail-surface);
}

:root:not([data-theme="dark"]) .mail-command-page .mail-fit-grid article:hover {
  background: var(--mail-surface-soft);
}

:root:not([data-theme="dark"]) .mail-command-page .mail-fit-grid .hardware-mini {
  background: var(--mail-surface-soft);
}

:root:not([data-theme="dark"]) .mail-command-page .mail-fit-grid strong,
:root:not([data-theme="dark"]) .mail-command-page .mail-faq-head h3,
:root:not([data-theme="dark"]) .mail-command-page .mail-faq-grid summary {
  color: var(--mail-ink);
}

:root:not([data-theme="dark"]) .mail-command-page .mail-faq-head,
:root:not([data-theme="dark"]) .mail-command-page .mail-faq-grid,
:root:not([data-theme="dark"]) .mail-command-page .mail-faq-grid details {
  border-color: var(--mail-line);
}

:root:not([data-theme="dark"]) .mail-command-page .mail-faq-grid details {
  color: var(--mail-ink);
  background: var(--mail-surface);
}

:root:not([data-theme="dark"]) .mail-command-page .mail-faq-grid details:hover,
:root:not([data-theme="dark"]) .mail-command-page .mail-faq-grid details[open] {
  background: var(--mail-surface-soft);
}

:root:not([data-theme="dark"]) .mail-command-page .mail-faq-grid details > p {
  color: var(--mail-muted);
}

:root:not([data-theme="dark"]) .collaboration-flow-page .collab-scenarios-band {
  color: var(--collab-ink);
  background: var(--collab-surface);
  border-bottom-color: var(--collab-line);
}

:root:not([data-theme="dark"]) .collaboration-flow-page .collab-scenarios-band .collab-section-head h2 {
  color: var(--collab-ink);
}

:root:not([data-theme="dark"]) .collaboration-flow-page .collab-scenarios-band .collab-section-head > p:not(.eyebrow) {
  color: var(--collab-muted);
}

:root:not([data-theme="dark"]) .collaboration-flow-page .collab-scenario-list {
  border-color: var(--collab-line-strong);
  background: var(--collab-surface);
  box-shadow: 0 18px 48px rgba(13, 43, 58, 0.055);
}

:root:not([data-theme="dark"]) .collaboration-flow-page .collab-scenario-list article {
  border-color: var(--collab-line);
}

:root:not([data-theme="dark"]) .collaboration-flow-page .collab-scenario-list article:nth-child(even) {
  background: var(--collab-surface-soft);
}

:root:not([data-theme="dark"]) .collaboration-flow-page .collab-scenario-list article > span {
  border-color: var(--collab-line-strong);
  color: var(--collab-cyan-strong);
  background: color-mix(in srgb, var(--collab-cyan) 7%, transparent);
}

:root:not([data-theme="dark"]) .collaboration-flow-page .collab-scenario-list small {
  color: var(--collab-cyan-strong);
}

:root:not([data-theme="dark"]) .collaboration-flow-page .collab-scenario-list h3 {
  color: var(--collab-ink);
}

:root:not([data-theme="dark"]) .collaboration-flow-page .collab-scenario-list article > p {
  color: var(--collab-muted);
}

:root:not([data-theme="dark"]) .collaboration-flow-page .collab-scenario-list article > em {
  color: var(--collab-green);
}

:root:not([data-theme="dark"]) .collaboration-flow-page .collab-adoption-band {
  color: var(--collab-ink);
  background-color: var(--collab-bg-alt);
  background-image:
    linear-gradient(rgba(18, 119, 151, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 119, 151, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  border-bottom-color: var(--collab-line);
}

:root:not([data-theme="dark"]) .collaboration-flow-page .collab-rollout-head h2 {
  color: var(--collab-ink);
}

:root:not([data-theme="dark"]) .collaboration-flow-page .collab-rollout-head > p {
  color: var(--collab-muted);
}

:root:not([data-theme="dark"]) .collaboration-flow-page .collab-rollout-board {
  box-shadow: 0 28px 68px rgba(5, 25, 36, 0.17);
}

:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-decision-band {
  color: var(--vault-ink);
  background-color: var(--vault-surface);
  background-image:
    linear-gradient(rgba(18, 119, 151, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 119, 151, 0.03) 1px, transparent 1px);
  background-size: 62px 62px;
}

:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-decision-head h2 {
  color: var(--vault-ink);
}

:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-decision-head > p {
  color: var(--vault-muted);
}

:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-fit-grid {
  border-color: var(--vault-line-strong);
  background: var(--vault-surface);
  box-shadow: 0 20px 54px rgba(13, 43, 58, 0.07);
}

:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-fit-grid article {
  border-color: var(--vault-line);
  background: var(--vault-surface);
}

:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-fit-grid article:hover {
  background: var(--vault-surface-soft);
}

:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-fit-grid .hardware-mini {
  background: var(--vault-surface-soft);
}

:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-fit-grid strong,
:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-faq-head h3,
:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-faq-grid summary {
  color: var(--vault-ink);
}

:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-faq-head,
:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-faq-grid,
:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-faq-grid details {
  border-color: var(--vault-line);
}

:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-faq-grid details {
  color: var(--vault-ink);
  background: var(--vault-surface);
}

:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-faq-grid details:hover,
:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-faq-grid details[open] {
  background: var(--vault-surface-soft);
}

:root:not([data-theme="dark"]) .private-vault-architecture-page .vault-faq-grid details > p {
  color: var(--vault-muted);
}

:root:not([data-theme="dark"]) .managed-cloud-ops-page .managed-cloud-transition-band {
  color: var(--mco-ink);
  background-color: var(--mco-surface);
  background-image:
    linear-gradient(rgba(24, 154, 196, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 154, 196, 0.03) 1px, transparent 1px);
  background-size: 62px 62px;
}

:root:not([data-theme="dark"]) .managed-cloud-ops-page .managed-cloud-transition-band .managed-cloud-section-head .eyebrow {
  color: var(--mco-cyan-strong);
}

:root:not([data-theme="dark"]) .managed-cloud-ops-page .managed-cloud-transition-band .managed-cloud-section-head h2 {
  color: var(--mco-ink);
}

:root:not([data-theme="dark"]) .managed-cloud-ops-page .managed-cloud-transition-band .managed-cloud-section-head > p:not(.eyebrow) {
  color: var(--mco-muted);
}

:root:not([data-theme="dark"]) .managed-cloud-ops-page .managed-cloud-transition-proof {
  border-color: var(--mco-line);
}

:root:not([data-theme="dark"]) .managed-cloud-ops-page .managed-cloud-transition-proof span {
  border-color: var(--mco-line);
  color: var(--mco-ink);
}

:root:not([data-theme="dark"]) .managed-cloud-ops-page .managed-cloud-transition-board {
  color: #f5fbff;
  background: var(--mco-dark-soft);
  box-shadow: 0 28px 66px rgba(5, 25, 36, 0.17);
}

:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-response-band {
  color: var(--irs-ink);
  background-color: var(--irs-surface);
  background-image:
    linear-gradient(rgba(24, 168, 210, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 168, 210, 0.03) 1px, transparent 1px);
  background-size: 62px 62px;
}

:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-response-head .eyebrow {
  color: var(--irs-cyan-strong);
}

:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-response-head h2 {
  color: var(--irs-ink);
}

:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-response-head > p {
  color: var(--irs-muted);
}

:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-response-track {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(103, 207, 233, 0.2);
  border-radius: 8px;
  color: #f4fbff;
  background: var(--irs-dark-soft);
  box-shadow: 0 25px 60px rgba(6, 34, 48, 0.14);
}

:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-response-track article {
  border: 0;
  border-right: 1px solid rgba(103, 207, 233, 0.14);
  border-radius: 0;
  background: transparent;
}

:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-response-track article:last-child {
  border-right: 0;
}

:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-impact-band {
  color: var(--irs-ink);
  background: var(--irs-surface);
  border-bottom: 1px solid var(--irs-line);
}

:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-impact-band .irs-section-head .eyebrow {
  color: var(--irs-cyan-strong);
}

:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-impact-band .irs-section-head h2 {
  color: var(--irs-ink);
}

:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-impact-board {
  overflow: hidden;
  border: 1px solid var(--irs-line-strong);
  border-radius: 8px;
  background: var(--irs-surface);
  box-shadow: 0 20px 54px rgba(13, 43, 58, 0.065);
}

:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-impact-row {
  border-color: var(--irs-line);
}

:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-impact-row > span,
:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-impact-row > div {
  border-color: var(--irs-line);
}

:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-impact-row.is-head span {
  color: var(--irs-cyan-strong);
  background: var(--irs-surface-soft);
}

:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-impact-row strong,
:root:not([data-theme="dark"]) .infrastructure-resilience-page .irs-impact-row div:nth-child(2) span {
  color: var(--irs-ink);
}

:root:not([data-theme="dark"]) .managed-service-ops-page .mso-request-band {
  color: var(--mso-ink);
  background-color: var(--mso-bg);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.035) 1px, transparent 1px);
  background-size: 62px 62px;
  border-bottom-color: var(--mso-line);
}

:root:not([data-theme="dark"]) .managed-service-ops-page .mso-request-head h2 {
  color: var(--mso-ink);
}

:root:not([data-theme="dark"]) .managed-service-ops-page .mso-request-head > p {
  color: var(--mso-muted);
}

:root:not([data-theme="dark"]) .managed-service-ops-page .mso-request-track {
  overflow: hidden;
  border: 1px solid rgba(104, 203, 228, 0.2);
  border-radius: 8px;
  color: #edf7fa;
  background: var(--mso-dark-soft);
  box-shadow: 0 25px 60px rgba(6, 34, 48, 0.14);
}

:root:not([data-theme="dark"]) .managed-service-ops-page .mso-decision-band {
  color: var(--mso-ink);
  background-color: var(--mso-surface);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.03) 1px, transparent 1px);
  background-size: 62px 62px;
}

:root:not([data-theme="dark"]) .managed-service-ops-page .mso-decision-head h2 {
  color: var(--mso-ink);
}

:root:not([data-theme="dark"]) .managed-service-ops-page .mso-decision-head > p {
  color: var(--mso-muted);
}

:root:not([data-theme="dark"]) .managed-service-ops-page .mso-fit-grid {
  border-color: var(--mso-line-strong);
  background: var(--mso-surface);
  box-shadow: 0 20px 54px rgba(13, 43, 58, 0.07);
}

:root:not([data-theme="dark"]) .managed-service-ops-page .mso-fit-grid article {
  border-color: var(--mso-line);
  background: var(--mso-surface);
}

:root:not([data-theme="dark"]) .managed-service-ops-page .mso-fit-grid article:hover {
  background: var(--mso-surface-soft);
}

:root:not([data-theme="dark"]) .managed-service-ops-page .mso-fit-grid strong,
:root:not([data-theme="dark"]) .managed-service-ops-page .mso-faq-head h3,
:root:not([data-theme="dark"]) .managed-service-ops-page .mso-faq-grid summary {
  color: var(--mso-ink);
}

:root:not([data-theme="dark"]) .managed-service-ops-page .mso-faq-head,
:root:not([data-theme="dark"]) .managed-service-ops-page .mso-faq-grid,
:root:not([data-theme="dark"]) .managed-service-ops-page .mso-faq-grid details {
  border-color: var(--mso-line);
}

:root:not([data-theme="dark"]) .managed-service-ops-page .mso-faq-grid details {
  color: var(--mso-ink);
  background: var(--mso-surface);
}

:root:not([data-theme="dark"]) .managed-service-ops-page .mso-faq-grid details:hover,
:root:not([data-theme="dark"]) .managed-service-ops-page .mso-faq-grid details[open] {
  background: var(--mso-surface-soft);
}

:root:not([data-theme="dark"]) .managed-service-ops-page .mso-faq-grid details > p {
  color: var(--mso-muted);
}

/* Support operations service center */
.support-operations-body {
  overflow-x: clip;
}

.support-operations-page,
.support-operations-page > .support-operations-cta {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.support-operations-system {
  --support-bg: #f2f7fa;
  --support-bg-alt: #e8f1f5;
  --support-surface: #ffffff;
  --support-surface-soft: #f8fbfc;
  --support-ink: #0b1d29;
  --support-muted: #5a6c78;
  --support-line: rgba(14, 49, 67, 0.14);
  --support-line-strong: rgba(20, 158, 199, 0.34);
  --support-cyan: #1aaed7;
  --support-cyan-strong: #087fa8;
  --support-blue: #467dce;
  --support-green: #159574;
  --support-amber: #b77b24;
  --support-red: #c15d54;
  --support-dark: #071722;
  --support-dark-soft: #0b2230;
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: clip;
  color: var(--support-ink);
  background: var(--support-bg);
  border-top: 1px solid var(--support-line);
}

.support-operations-system *,
.support-operations-system *::before,
.support-operations-system *::after {
  box-sizing: border-box;
}

.support-operations-system > div {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 7vw, 108px) 0;
}

.support-operations-system > div > .container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 1368px);
  max-width: 1368px;
  margin-right: auto;
  margin-left: auto;
}

.support-operations-system h2,
.support-operations-system h3,
.support-operations-system p,
.support-operations-system strong,
.support-operations-system span,
.support-operations-system small,
.support-operations-system em {
  letter-spacing: 0;
}

.support-operations-system h2,
.support-operations-system h3,
.support-operations-system p {
  margin-top: 0;
}

.support-operations-system .eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 15px;
  color: var(--support-cyan-strong);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.support-operations-system .eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.support-operations-system .hardware-mini {
  --mini-accent: var(--support-cyan);
  width: 52px;
  height: 48px;
  flex: 0 0 52px;
  border-color: color-mix(in srgb, var(--mini-accent) 32%, transparent);
  border-radius: 7px;
  background: color-mix(in srgb, var(--mini-accent) 8%, transparent);
  box-shadow: none;
}

.support-section-head {
  max-width: 930px;
  margin-bottom: 44px;
}

.support-section-head h2,
.support-decision-head h2,
.support-workflow-head h2,
.support-ops-intro-head h2 {
  margin-bottom: 18px;
  color: var(--support-ink);
  font-size: 52px;
  font-weight: 860;
  line-height: 1.04;
}

.support-section-head > p:not(.eyebrow),
.support-section-head-split > p,
.support-decision-head > p,
.support-ops-intro-brief > p {
  margin-bottom: 0;
  color: var(--support-muted);
  font-size: 15px;
  font-weight: 610;
  line-height: 1.72;
}

.support-section-head-split,
.support-decision-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: end;
  max-width: none;
}

.support-section-head-split > div h2,
.support-decision-head > div h2 {
  margin-bottom: 0;
}

.support-section-head.is-inverse h2,
.support-section-head.is-inverse > p {
  color: #f4fafc;
}

.support-section-head.is-inverse > p {
  color: rgba(216, 233, 239, 0.68);
}

/* Opening service desk */
.support-ops-intro-band {
  padding: clamp(54px, 5.4vw, 78px) 0 clamp(78px, 7vw, 108px) !important;
  background-color: var(--support-bg);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.043) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.043) 1px, transparent 1px);
  background-size: 64px 64px;
  border-bottom: 1px solid var(--support-line);
}

.support-ops-intro-band::after {
  display: none;
}

.support-ops-intro-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(400px, 0.75fr);
  gap: 0;
  align-items: stretch;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid var(--support-line-strong);
  border-top: 4px solid var(--support-cyan);
  border-radius: 8px;
  background: var(--support-surface);
  box-shadow: 0 24px 58px rgba(7, 34, 48, 0.1);
}

.support-ops-intro-copy {
  min-width: 0;
  padding: clamp(30px, 3.4vw, 46px);
  background: var(--support-surface);
}

.support-ops-intro-kicker {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
}

.support-ops-intro-kicker > span {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--support-cyan) 42%, transparent);
  border-radius: 6px;
  color: var(--support-cyan-strong);
  background: color-mix(in srgb, var(--support-cyan) 9%, transparent);
  font-size: 19px;
  font-weight: 900;
}

.support-ops-intro-kicker .eyebrow {
  margin-bottom: 4px;
}

.support-ops-intro-kicker .eyebrow::before {
  display: none;
}

.support-ops-intro-kicker small {
  display: block;
  color: var(--support-muted);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.support-ops-intro-head h2 {
  max-width: 830px;
  margin-bottom: 0;
  font-size: 54px;
}

.support-ops-intro-assurance {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--support-line);
}

.support-ops-intro-assurance .hardware-mini {
  --mini-accent: var(--support-cyan);
}

.support-ops-intro-assurance small,
.support-ops-intro-assurance strong {
  display: block;
}

.support-ops-intro-assurance small {
  margin-bottom: 5px;
  color: var(--support-cyan-strong);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-ops-intro-assurance strong {
  max-width: 640px;
  color: var(--support-ink);
  font-size: 13px;
  font-weight: 790;
  line-height: 1.52;
}

.support-ops-intro-brief {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(28px, 3vw, 40px);
  border-left: 1px solid rgba(117, 207, 230, 0.17);
  color: #eef8fa;
  background: var(--support-dark-soft);
}

.support-ops-brief-head {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(117, 207, 230, 0.17);
}

.support-ops-brief-head small,
.support-ops-brief-head strong {
  display: block;
}

.support-ops-brief-head small {
  margin-bottom: 8px;
  color: #58cee9;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-ops-brief-head strong {
  color: #ffffff;
  font-size: 22px;
  font-weight: 860;
  line-height: 1.25;
}

.support-ops-intro-brief > p {
  margin: 20px 0 0;
  color: rgba(218, 234, 240, 0.68);
  font-size: 12px;
  font-weight: 620;
  line-height: 1.68;
}

.support-ops-principles {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 22px;
  border-top: 1px solid rgba(117, 207, 230, 0.17);
}

.support-ops-principles > div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  min-height: 72px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(117, 207, 230, 0.14);
}

.support-ops-principles > div > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(80, 202, 231, 0.28);
  border-radius: 5px;
  color: #63d4ef;
  background: rgba(44, 175, 207, 0.07);
  font-size: 11px;
  font-weight: 900;
}

.support-ops-principles > div:last-child {
  border-bottom: 0;
}

.support-ops-principles small,
.support-ops-principles strong {
  display: block;
}

.support-ops-principles small {
  margin-bottom: 5px;
  color: rgba(99, 212, 239, 0.72);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-ops-principles strong {
  color: #ffffff;
  font-size: 12px;
  font-weight: 840;
  line-height: 1.35;
}

.support-control-desk {
  overflow: hidden;
  border: 1px solid rgba(82, 204, 234, 0.29);
  border-radius: 8px;
  color: #eef8fa;
  background: var(--support-dark);
  box-shadow: 0 28px 70px rgba(5, 25, 36, 0.19);
}

.support-control-desk-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 94px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(117, 207, 230, 0.17);
  background: rgba(255, 255, 255, 0.025);
}

.support-control-desk-head > div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
}

.support-control-desk-head .hardware-mini {
  background: rgba(255, 255, 255, 0.04);
}

.support-control-desk-head small,
.support-control-desk-head strong {
  display: block;
}

.support-control-desk-head small {
  margin-bottom: 5px;
  color: rgba(213, 233, 239, 0.5);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.support-control-desk-head strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 860;
}

.support-control-desk-head > em {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(80, 202, 231, 0.25);
  border-radius: 5px;
  color: #74d8ef;
  background: rgba(44, 175, 207, 0.07);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.support-live-dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--support-green);
  animation: support-live-pulse 1.9s ease-in-out infinite;
}

.support-control-desk-body {
  display: grid;
  grid-template-columns: minmax(250px, 0.28fr) minmax(0, 1fr);
}

.support-queue-summary {
  border-right: 1px solid rgba(117, 207, 230, 0.16);
  background: rgba(255, 255, 255, 0.018);
}

.support-queue-summary > div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 5px 13px;
  align-items: center;
  min-height: 104px;
  padding: 17px 20px;
  border-bottom: 1px solid rgba(117, 207, 230, 0.14);
}

.support-queue-summary > div:last-child {
  border-bottom: 0;
}

.support-queue-summary span {
  display: grid;
  place-items: center;
  grid-row: 1 / span 2;
  width: 42px;
  height: 48px;
  border: 1px solid rgba(78, 199, 229, 0.32);
  border-radius: 6px;
  color: #68d5ee;
  background: rgba(42, 178, 212, 0.075);
  font-size: 12px;
  font-weight: 900;
}

.support-queue-summary small {
  color: rgba(213, 233, 239, 0.46);
  font-size: 9px;
  font-weight: 820;
  text-transform: uppercase;
}

.support-queue-summary strong {
  color: #f3f9fb;
  font-size: 12px;
  font-weight: 810;
}

.support-ticket-lanes {
  padding: 14px;
}

.support-ticket-lanes article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px 116px;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 13px 16px;
  border: 1px solid rgba(117, 207, 230, 0.12);
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.02);
}

.support-ticket-lanes article:first-child {
  border-radius: 6px 6px 0 0;
}

.support-ticket-lanes article:last-child {
  border-bottom: 1px solid rgba(117, 207, 230, 0.12);
  border-radius: 0 0 6px 6px;
}

.support-ticket-lanes small,
.support-ticket-lanes strong {
  display: block;
}

.support-ticket-lanes small {
  margin-bottom: 5px;
  color: rgba(213, 233, 239, 0.47);
  font-size: 8px;
  font-weight: 820;
  text-transform: uppercase;
}

.support-ticket-lanes strong {
  color: #f3f9fb;
  font-size: 12px;
  font-weight: 790;
}

.support-ticket-lanes article > span {
  color: #66d4ec;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.support-ticket-lanes article > em {
  padding: 7px 9px;
  border: 1px solid rgba(70, 204, 164, 0.2);
  border-radius: 4px;
  color: #69d8b9;
  background: rgba(70, 204, 164, 0.055);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.support-control-desk-foot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(117, 207, 230, 0.16);
  background: rgba(42, 177, 210, 0.05);
}

.support-control-desk-foot > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  min-height: 62px;
  padding: 13px 18px;
  border-right: 1px solid rgba(117, 207, 230, 0.14);
}

.support-control-desk-foot > div:last-child {
  border-right: 0;
}

.support-control-desk-foot span {
  color: rgba(213, 233, 239, 0.44);
  font-size: 9px;
  font-weight: 820;
  text-transform: uppercase;
}

.support-control-desk-foot strong {
  color: #66d9bd;
  font-size: 10px;
  font-weight: 900;
  text-align: right;
}

/* Request map */
.support-needs-band {
  background: var(--support-surface);
  border-bottom: 1px solid var(--support-line);
}

.support-needs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.support-needs-grid article {
  --support-item-accent: var(--support-cyan);
  position: relative;
  min-width: 0;
  min-height: 270px;
  padding: 22px;
  border: 1px solid var(--support-line);
  border-top: 4px solid var(--support-item-accent);
  border-radius: 7px;
  background: var(--support-surface);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.support-needs-grid article:nth-child(4n + 2) {
  --support-item-accent: var(--support-blue);
}

.support-needs-grid article:nth-child(4n + 3) {
  --support-item-accent: var(--support-green);
}

.support-needs-grid article:nth-child(4n + 4) {
  --support-item-accent: var(--support-amber);
}

.support-needs-grid article:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--support-item-accent) 42%, transparent);
  box-shadow: 0 18px 42px rgba(13, 43, 58, 0.08);
}

.support-needs-grid article > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 26px;
}

.support-needs-grid article > div > span:first-child {
  display: grid;
  place-items: center;
  width: 52px;
  height: 58px;
  border: 1px solid color-mix(in srgb, var(--support-item-accent) 38%, transparent);
  border-radius: 6px;
  color: var(--support-item-accent);
  background: color-mix(in srgb, var(--support-item-accent) 8%, transparent);
  font-size: 14px;
  font-weight: 900;
}

.support-needs-grid .hardware-mini {
  --mini-accent: var(--support-item-accent);
}

.support-needs-grid article > small {
  display: block;
  margin-bottom: 8px;
  color: var(--support-item-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-needs-grid h3 {
  min-height: 52px;
  margin-bottom: 12px;
  color: var(--support-ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.3;
}

.support-needs-grid p {
  margin-bottom: 0;
  color: var(--support-muted);
  font-size: 12px;
  font-weight: 610;
  line-height: 1.62;
}

/* Remote and on-site delivery */
.support-delivery-band {
  color: #eef8fa;
  background-color: var(--support-dark);
  background-image:
    linear-gradient(rgba(72, 190, 220, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 190, 220, 0.035) 1px, transparent 1px);
  background-size: 68px 68px;
  border-bottom: 1px solid rgba(107, 205, 229, 0.16);
}

.support-delivery-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(118deg, transparent 0 66%, rgba(32, 139, 176, 0.08) 66% 76%, transparent 76%);
}

.support-delivery-band .eyebrow {
  color: #66d5ee;
}

.support-channel-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-top: 1px solid rgba(111, 204, 227, 0.2);
  border-bottom: 1px solid rgba(111, 204, 227, 0.2);
}

.support-channel-board > article {
  --support-channel-accent: var(--support-cyan);
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 520px;
  padding: 28px 30px 24px;
  border-right: 1px solid rgba(111, 204, 227, 0.17);
  background: rgba(255, 255, 255, 0.012);
}

.support-channel-board > article:last-child {
  --support-channel-accent: #4fbc98;
  border-right: 0;
}

.support-channel-head {
  display: grid;
  grid-template-columns: 70px 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(111, 204, 227, 0.15);
}

.support-channel-index {
  display: grid;
  place-items: center;
  width: 68px;
  height: 76px;
  border: 1px solid color-mix(in srgb, var(--support-channel-accent) 48%, transparent);
  border-radius: 7px;
  color: var(--support-channel-accent);
  background: color-mix(in srgb, var(--support-channel-accent) 10%, transparent);
  font-size: 26px;
  font-weight: 900;
}

.support-channel-board .hardware-mini {
  --mini-accent: var(--support-channel-accent);
  background: rgba(255, 255, 255, 0.04);
}

.support-channel-head small {
  display: block;
  margin-bottom: 7px;
  color: var(--support-channel-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-channel-head h3 {
  margin-bottom: 0;
  color: #f4fafc;
  font-size: 27px;
  font-weight: 860;
}

.support-channel-board > article > p {
  min-height: 66px;
  margin-bottom: 22px;
  color: rgba(215, 232, 238, 0.68);
  font-size: 13px;
  font-weight: 610;
  line-height: 1.66;
}

.support-channel-board ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-channel-board li {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 10px 8px 10px 20px;
  border-top: 1px solid rgba(111, 204, 227, 0.12);
  color: rgba(229, 240, 244, 0.79);
  font-size: 11px;
  font-weight: 680;
  line-height: 1.4;
}

.support-channel-board li::before {
  content: "";
  position: absolute;
  left: 2px;
  width: 7px;
  height: 2px;
  background: var(--support-channel-accent);
}

.support-channel-output {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 58px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(111, 204, 227, 0.16);
}

.support-channel-output span {
  color: rgba(216, 233, 239, 0.46);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.support-channel-output strong {
  color: var(--support-channel-accent);
  font-size: 10px;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

.support-channel-foot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: rgba(40, 177, 210, 0.045);
}

.support-channel-foot > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 64px;
  padding: 14px 22px;
  border-right: 1px solid rgba(111, 204, 227, 0.14);
}

.support-channel-foot > div:last-child {
  border-right: 0;
}

.support-channel-foot span {
  color: rgba(215, 233, 239, 0.45);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.support-channel-foot strong {
  color: #68d8ef;
  font-size: 11px;
  font-weight: 900;
  text-align: right;
}

/* Scope matrix */
.support-scope-band {
  background: var(--support-bg-alt);
  border-bottom: 1px solid var(--support-line);
}

.support-scope-matrix {
  overflow: hidden;
  border: 1px solid var(--support-line-strong);
  border-radius: 8px;
  background: var(--support-surface);
  box-shadow: 0 20px 54px rgba(13, 43, 58, 0.065);
}

.support-scope-matrix > article {
  --support-scope-accent: var(--support-cyan);
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr) minmax(220px, 0.58fr);
  min-height: 138px;
  border-bottom: 1px solid var(--support-line);
}

.support-scope-matrix > article:nth-child(2) {
  --support-scope-accent: var(--support-amber);
}

.support-scope-matrix > article:nth-child(3) {
  --support-scope-accent: var(--support-blue);
}

.support-scope-matrix > article:nth-child(4) {
  --support-scope-accent: var(--support-green);
  border-bottom: 0;
}

.support-scope-identity {
  display: grid;
  grid-template-columns: 54px 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 22px;
  border-right: 1px solid var(--support-line);
}

.support-scope-identity > span:first-child {
  display: grid;
  place-items: center;
  width: 52px;
  height: 60px;
  border: 1px solid color-mix(in srgb, var(--support-scope-accent) 40%, transparent);
  border-radius: 6px;
  color: var(--support-scope-accent);
  background: color-mix(in srgb, var(--support-scope-accent) 8%, transparent);
  font-size: 15px;
  font-weight: 900;
}

.support-scope-identity .hardware-mini {
  --mini-accent: var(--support-scope-accent);
}

.support-scope-identity small {
  display: block;
  margin-bottom: 6px;
  color: var(--support-scope-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-scope-identity h3 {
  margin-bottom: 0;
  color: var(--support-ink);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.35;
}

.support-scope-matrix ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-content: center;
  margin: 0;
  padding: 20px;
  border-right: 1px solid var(--support-line);
  list-style: none;
}

.support-scope-matrix li {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 10px;
  border: 1px solid var(--support-line);
  border-radius: 5px;
  color: var(--support-muted);
  background: var(--support-surface-soft);
  font-size: 10px;
  font-weight: 680;
  line-height: 1.4;
}

.support-scope-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 20px 22px;
}

.support-scope-result small,
.support-scope-result strong,
.support-scope-result em {
  display: block;
}

.support-scope-result small {
  margin-bottom: 7px;
  color: var(--support-muted);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.support-scope-result strong {
  margin-bottom: 12px;
  color: var(--support-ink);
  font-size: 12px;
  font-weight: 810;
  line-height: 1.4;
}

.support-scope-result em {
  color: var(--support-scope-accent);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

/* User lifecycle */
.support-lifecycle-band {
  background: var(--support-surface);
  border-bottom: 1px solid var(--support-line);
}

.support-lifecycle-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--support-line-strong);
  border-bottom: 1px solid var(--support-line-strong);
}

.support-lifecycle-rail > article {
  --support-lifecycle-accent: var(--support-cyan);
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 340px;
  padding: 26px 22px 22px;
  border-right: 1px solid var(--support-line);
}

.support-lifecycle-rail > article:nth-child(2) {
  --support-lifecycle-accent: var(--support-blue);
}

.support-lifecycle-rail > article:nth-child(3) {
  --support-lifecycle-accent: var(--support-green);
}

.support-lifecycle-rail > article:nth-child(4) {
  --support-lifecycle-accent: var(--support-amber);
}

.support-lifecycle-rail > article:nth-child(5) {
  --support-lifecycle-accent: var(--support-red);
  border-right: 0;
}

.support-lifecycle-rail article > span {
  display: grid;
  place-items: center;
  width: 68px;
  height: 74px;
  margin-bottom: 24px;
  border: 1px solid color-mix(in srgb, var(--support-lifecycle-accent) 45%, transparent);
  border-radius: 7px;
  color: var(--support-lifecycle-accent);
  background: color-mix(in srgb, var(--support-lifecycle-accent) 8%, transparent);
  font-size: 24px;
  font-weight: 900;
}

.support-lifecycle-rail small {
  display: block;
  margin-bottom: 8px;
  color: var(--support-lifecycle-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-lifecycle-rail h3 {
  min-height: 54px;
  margin-bottom: 13px;
  color: var(--support-ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.3;
}

.support-lifecycle-rail p {
  margin-bottom: 20px;
  color: var(--support-muted);
  font-size: 11px;
  font-weight: 610;
  line-height: 1.62;
}

.support-lifecycle-rail em {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--support-line);
  color: var(--support-lifecycle-accent);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

/* Registered workflow */
.support-workflow-band {
  background-color: var(--support-bg-alt);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.035) 1px, transparent 1px);
  background-size: 62px 62px;
  border-bottom: 1px solid var(--support-line);
}

.support-workflow-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: end;
  margin-bottom: 44px;
}

.support-workflow-head h2 {
  max-width: 900px;
  margin-bottom: 0;
}

.support-workflow-standard {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 88px;
  padding: 16px 18px;
  border: 1px solid var(--support-line-strong);
  border-radius: 7px;
  background: var(--support-surface);
  box-shadow: 0 14px 34px rgba(13, 43, 58, 0.055);
}

.support-workflow-standard small,
.support-workflow-standard strong {
  display: block;
}

.support-workflow-standard small {
  margin-bottom: 5px;
  color: var(--support-cyan-strong);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-workflow-standard strong {
  color: var(--support-ink);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.4;
}

.support-workflow-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--support-line-strong);
  border-radius: 8px 8px 0 0;
  background: var(--support-surface);
  box-shadow: 0 20px 54px rgba(13, 43, 58, 0.065);
}

.support-workflow-track > article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 290px;
  padding: 22px 19px;
  border-right: 1px solid var(--support-line);
}

.support-workflow-track > article:last-child {
  border-right: 0;
}

.support-workflow-track article > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 58px;
  margin-bottom: 24px;
  border: 1px solid var(--support-line-strong);
  border-radius: 6px;
  color: var(--support-cyan-strong);
  background: color-mix(in srgb, var(--support-cyan) 7%, transparent);
  font-size: 14px;
  font-weight: 900;
}

.support-workflow-track small {
  display: block;
  margin-bottom: 7px;
  color: var(--support-cyan-strong);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-workflow-track h3 {
  margin-bottom: 12px;
  color: var(--support-ink);
  font-size: 20px;
  font-weight: 850;
}

.support-workflow-track p {
  margin-bottom: 0;
  color: var(--support-muted);
  font-size: 11px;
  font-weight: 610;
  line-height: 1.6;
}

.support-workflow-outputs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--support-line-strong);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: var(--support-surface-soft);
}

.support-workflow-outputs > div {
  min-height: 72px;
  padding: 15px 20px;
  border-right: 1px solid var(--support-line);
}

.support-workflow-outputs > div:last-child {
  border-right: 0;
}

.support-workflow-outputs span,
.support-workflow-outputs strong {
  display: block;
}

.support-workflow-outputs span {
  margin-bottom: 5px;
  color: var(--support-muted);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.support-workflow-outputs strong {
  color: var(--support-ink);
  font-size: 11px;
  font-weight: 820;
}

/* Outcomes and decision */
.support-outcomes-band {
  background-color: var(--support-bg-alt);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.032) 1px, transparent 1px);
  background-size: 62px 62px;
  border-bottom: 1px solid var(--support-line);
}

.support-outcomes-head {
  align-items: stretch;
  margin-bottom: 36px;
}

.support-outcomes-thesis {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--support-line-strong);
  border-left: 3px solid var(--support-cyan);
  border-radius: 7px;
  background: var(--support-surface);
  box-shadow: 0 18px 42px rgba(7, 34, 48, 0.07);
}

.support-outcomes-thesis > span {
  display: grid;
  width: 74px;
  height: 78px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--support-cyan) 42%, transparent);
  border-radius: 6px;
  color: var(--support-cyan-strong);
  background: color-mix(in srgb, var(--support-cyan) 9%, transparent);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.support-outcomes-thesis small,
.support-outcomes-thesis strong,
.support-outcomes-thesis p {
  display: block;
}

.support-outcomes-thesis small {
  margin-bottom: 7px;
  color: var(--support-cyan-strong);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-outcomes-thesis strong {
  margin-bottom: 7px;
  color: var(--support-ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.36;
}

.support-outcomes-thesis p {
  margin: 0;
  color: var(--support-muted);
  font-size: 11px;
  font-weight: 620;
  line-height: 1.55;
}

.support-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.support-outcomes-grid article {
  --outcome-accent: var(--support-cyan);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 368px;
  overflow: hidden;
  border: 1px solid var(--support-line);
  border-top: 3px solid var(--outcome-accent);
  border-radius: 7px;
  background: var(--support-surface);
  box-shadow: 0 18px 44px rgba(7, 34, 48, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.support-outcomes-grid article:nth-child(2) {
  --outcome-accent: var(--support-blue);
}

.support-outcomes-grid article:nth-child(3) {
  --outcome-accent: var(--support-green);
}

.support-outcomes-grid article:nth-child(4) {
  --outcome-accent: var(--support-amber);
}

.support-outcomes-grid article:hover {
  border-color: color-mix(in srgb, var(--outcome-accent) 48%, var(--support-line));
  box-shadow: 0 22px 48px rgba(7, 34, 48, 0.11);
  transform: translateY(-2px);
}

.support-outcomes-grid article > header {
  display: grid;
  grid-template-columns: 64px 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 118px;
  padding: 20px 22px;
}

.support-outcomes-grid article > header > span:first-child {
  display: grid;
  width: 62px;
  height: 66px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--outcome-accent) 46%, transparent);
  border-radius: 6px;
  color: var(--outcome-accent);
  background: color-mix(in srgb, var(--outcome-accent) 9%, transparent);
  font-size: 25px;
  font-weight: 900;
}

.support-outcomes-grid article > header .hardware-mini {
  --mini-accent: var(--outcome-accent);
}

.support-outcomes-grid article > header small {
  display: block;
  margin-bottom: 5px;
  color: var(--outcome-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-outcomes-grid article > header h3 {
  margin: 0;
  color: var(--support-ink);
  font-size: 22px;
  font-weight: 860;
  line-height: 1.18;
}

.support-outcome-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex: 1;
  border-top: 1px solid var(--support-line);
  border-bottom: 1px solid var(--support-line);
}

.support-outcome-pair > div {
  min-width: 0;
  min-height: 158px;
  padding: 22px;
}

.support-outcome-pair > div + div {
  border-left: 1px solid var(--support-line);
}

.support-outcome-pair > div > span {
  display: inline-flex;
  min-width: 38px;
  min-height: 23px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border: 1px solid color-mix(in srgb, var(--outcome-accent) 34%, transparent);
  border-radius: 4px;
  color: var(--outcome-accent);
  background: color-mix(in srgb, var(--outcome-accent) 7%, transparent);
  font-size: 8px;
  font-weight: 900;
}

.support-outcome-pair strong {
  display: block;
  margin-bottom: 8px;
  color: var(--support-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
}

.support-outcome-pair p {
  margin: 0;
  color: var(--support-muted);
  font-size: 11px;
  font-weight: 620;
  line-height: 1.62;
}

.support-outcomes-grid article > footer {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 15px 22px;
  background: color-mix(in srgb, var(--outcome-accent) 5%, var(--support-surface));
}

.support-outcomes-grid article > footer small {
  color: var(--support-muted);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-outcomes-grid article > footer strong {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--support-ink);
  font-size: 10px;
  font-weight: 850;
  text-align: right;
}

.support-outcomes-grid article > footer strong > span {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.support-outcomes-grid article > footer strong > span::before {
  content: "";
  width: 16px;
  height: 1px;
  background: var(--outcome-accent);
}

.support-decision-band {
  padding-bottom: clamp(66px, 6vw, 94px) !important;
  background-color: var(--support-bg-alt);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.032) 1px, transparent 1px);
  background-size: 62px 62px;
}

.support-decision-head {
  margin-bottom: 44px;
}

.support-decision-head h2 {
  margin-bottom: 0;
}

.support-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 72px;
}

.support-fit-grid article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
  min-height: 118px;
  padding: 20px;
  border: 1px solid var(--support-line);
  border-radius: 7px;
  background: var(--support-surface);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.support-fit-grid article:hover {
  transform: translateY(-2px);
  border-color: var(--support-line-strong);
  box-shadow: 0 16px 38px rgba(13, 43, 58, 0.07);
}

.support-fit-grid strong {
  color: var(--support-ink);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.5;
}

.support-faq-head {
  margin-bottom: 24px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--support-line-strong);
}

.support-faq-head .eyebrow {
  margin-bottom: 11px;
}

.support-faq-head h3 {
  margin-bottom: 0;
  color: var(--support-ink);
  font-size: 40px;
  font-weight: 860;
}

.support-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.support-faq-grid details {
  min-width: 0;
  border: 1px solid var(--support-line);
  border-radius: 6px;
  color: var(--support-ink);
  background: var(--support-surface);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.support-faq-grid details:hover,
.support-faq-grid details[open] {
  border-color: var(--support-line-strong);
  background: var(--support-surface-soft);
}

.support-faq-grid summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 84px;
  padding: 18px 58px 18px 20px;
  color: var(--support-ink);
  font-size: 13px;
  font-weight: 790;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.support-faq-grid summary::-webkit-details-marker {
  display: none;
}

.support-faq-grid summary::before,
.support-faq-grid summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 13px;
  height: 2px;
  background: var(--support-cyan);
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.support-faq-grid summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.support-faq-grid details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.support-faq-grid details > p {
  margin: 0;
  padding: 0 20px 22px;
  color: var(--support-muted);
  font-size: 12px;
  font-weight: 610;
  line-height: 1.68;
}

html:root[data-theme="dark"] .support-operations-system {
  --support-bg: #06141e;
  --support-bg-alt: #081a25;
  --support-surface: #0b202d;
  --support-surface-soft: #0e2532;
  --support-ink: #eef6f9;
  --support-muted: #9eb1bc;
  --support-line: rgba(111, 188, 209, 0.16);
  --support-line-strong: rgba(72, 190, 221, 0.3);
  --support-cyan: #4ac7e8;
  --support-cyan-strong: #63d4ef;
  --support-blue: #72a0e6;
  --support-green: #54c5a1;
  --support-amber: #d4a458;
  --support-red: #df8279;
  --support-dark: #05121b;
  --support-dark-soft: #081c27;
}

html:root[data-theme="dark"] .support-ops-intro-band,
html:root[data-theme="dark"] .support-workflow-band,
html:root[data-theme="dark"] .support-outcomes-band,
html:root[data-theme="dark"] .support-decision-band {
  background-image:
    linear-gradient(rgba(80, 188, 217, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 188, 217, 0.035) 1px, transparent 1px);
}

html:root[data-theme="dark"] .support-control-desk,
html:root[data-theme="dark"] .support-ops-intro-head,
html:root[data-theme="dark"] .support-scope-matrix,
html:root[data-theme="dark"] .support-workflow-track,
html:root[data-theme="dark"] .support-workflow-standard,
html:root[data-theme="dark"] .support-outcomes-thesis,
html:root[data-theme="dark"] .support-outcomes-grid article {
  box-shadow: none;
}

@media (max-width: 1180px) {
  .support-ops-intro-head {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    gap: 0;
  }

  .support-needs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-scope-matrix > article {
    grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr);
  }

  .support-scope-result {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-column: 1 / -1;
    gap: 14px;
    align-items: center;
    padding: 14px 22px;
    border-top: 1px solid var(--support-line);
  }

  .support-scope-result small,
  .support-scope-result strong {
    margin-bottom: 0;
  }

  .support-lifecycle-rail > article {
    min-height: 370px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .support-workflow-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .support-workflow-track > article {
    min-height: 260px;
    border-bottom: 1px solid var(--support-line);
  }

  .support-workflow-track > article:nth-child(3n) {
    border-right: 0;
  }

  .support-workflow-track > article:nth-last-child(-n + 3) {
    border-bottom: 0;
  }
}

@media (max-width: 920px) {
  .support-operations-system > div > .container {
    width: min(calc(100% - 36px), 1368px);
  }

  .support-ops-intro-head,
  .support-section-head-split,
  .support-decision-head,
  .support-workflow-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .support-ops-intro-brief,
  .support-section-head-split > p,
  .support-decision-head > p {
    padding-top: 22px;
    padding-left: 0;
    border-top: 1px solid var(--support-line);
    border-left: 0;
  }

  .support-ops-intro-head {
    gap: 0;
  }

  .support-ops-intro-brief {
    padding: 30px;
    border-top-color: rgba(117, 207, 230, 0.17);
  }

  .support-control-desk-body {
    grid-template-columns: 1fr;
  }

  .support-queue-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(117, 207, 230, 0.16);
  }

  .support-queue-summary > div {
    min-height: 112px;
    border-right: 1px solid rgba(117, 207, 230, 0.14);
    border-bottom: 0;
  }

  .support-queue-summary > div:last-child {
    border-right: 0;
  }

  .support-channel-board {
    grid-template-columns: 1fr;
  }

  .support-channel-board > article,
  .support-channel-board > article:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(111, 204, 227, 0.17);
  }

  .support-channel-board > article:last-child {
    border-bottom: 0;
  }

  .support-channel-output {
    margin-top: 28px;
  }

  .support-lifecycle-rail {
    grid-template-columns: 1fr;
  }

  .support-lifecycle-rail > article,
  .support-lifecycle-rail > article:nth-child(5) {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    gap: 4px 18px;
    min-height: 0;
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid var(--support-line);
  }

  .support-lifecycle-rail > article:last-child {
    border-bottom: 0;
  }

  .support-lifecycle-rail article > span {
    grid-row: 1 / span 4;
    margin-bottom: 0;
  }

  .support-lifecycle-rail h3,
  .support-lifecycle-rail p,
  .support-lifecycle-rail em {
    min-height: 0;
    grid-column: 2;
  }

  .support-lifecycle-rail p {
    margin-bottom: 0;
  }

  .support-lifecycle-rail em {
    margin-top: 10px;
  }

  .support-outcomes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .support-operations-system > div {
    padding: 66px 0;
  }

  .support-section-head h2,
  .support-decision-head h2,
  .support-workflow-head h2,
  .support-ops-intro-head h2 {
    font-size: 40px;
  }

  .support-ops-intro-head h2 {
    font-size: 43px;
  }

  .support-ticket-lanes article {
    grid-template-columns: minmax(0, 1fr) 116px;
    gap: 8px 14px;
  }

  .support-ticket-lanes article > em {
    grid-column: 2;
  }

  .support-control-desk-foot,
  .support-workflow-outputs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-control-desk-foot > div:nth-child(2),
  .support-workflow-outputs > div:nth-child(2) {
    border-right: 0;
  }

  .support-control-desk-foot > div:nth-child(-n + 2),
  .support-workflow-outputs > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--support-line);
  }

  .support-scope-matrix > article {
    grid-template-columns: 1fr;
  }

  .support-scope-identity,
  .support-scope-matrix ul {
    border-right: 0;
    border-bottom: 1px solid var(--support-line);
  }

  .support-scope-result {
    grid-template-columns: 1fr;
    grid-column: auto;
    gap: 5px;
    border-top: 0;
  }

  .support-scope-result strong {
    margin-bottom: 8px;
  }

  .support-faq-grid {
    grid-template-columns: 1fr;
  }

  .support-outcomes-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .support-operations-system > div > .container {
    width: min(calc(100% - 28px), 1368px);
  }

  .support-section-head h2,
  .support-decision-head h2,
  .support-workflow-head h2,
  .support-ops-intro-head h2 {
    font-size: 31px;
  }

  .support-ops-intro-head {
    margin-bottom: 16px;
    padding-bottom: 0;
  }

  .support-ops-intro-copy {
    padding: 22px;
  }

  .support-ops-intro-kicker {
    margin-bottom: 20px;
  }

  .support-ops-intro-kicker > span {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    font-size: 17px;
  }

  .support-ops-intro-assurance {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    margin-top: 24px;
    padding-top: 20px;
  }

  .support-ops-intro-assurance .hardware-mini {
    width: 46px;
    height: 44px;
    flex-basis: 46px;
  }

  .support-ops-intro-brief {
    padding: 22px;
  }

  .support-ops-brief-head strong {
    font-size: 20px;
  }

  .support-ops-principles {
    grid-template-columns: 1fr;
  }

  .support-ops-principles > div,
  .support-ops-principles > div:first-child {
    min-height: 56px;
    padding: 11px 0;
    border-right: 0;
    border-bottom: 1px solid var(--support-line);
  }

  .support-ops-principles > div:last-child {
    border-bottom: 0;
  }

  .support-control-desk,
  .support-scope-matrix,
  .support-workflow-track,
  .support-workflow-outputs {
    border-radius: 6px;
  }

  .support-control-desk-head {
    align-items: flex-start;
    padding: 18px;
  }

  .support-control-desk-head > em {
    display: none;
  }

  .support-queue-summary {
    grid-template-columns: 1fr;
  }

  .support-queue-summary > div,
  .support-queue-summary > div:last-child {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid rgba(117, 207, 230, 0.14);
  }

  .support-queue-summary > div:last-child {
    border-bottom: 0;
  }

  .support-ticket-lanes {
    padding: 10px;
  }

  .support-ticket-lanes article {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 112px;
  }

  .support-ticket-lanes article > em {
    grid-column: 1;
    justify-self: start;
  }

  .support-needs-grid,
  .support-outcomes-grid,
  .support-fit-grid {
    grid-template-columns: 1fr;
  }

  .support-needs-grid article {
    min-height: 244px;
  }

  .support-outcomes-head {
    margin-bottom: 28px;
  }

  .support-outcomes-thesis {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .support-outcomes-thesis > span {
    width: 60px;
    height: 64px;
    font-size: 11px;
  }

  .support-outcomes-grid article {
    min-height: 0;
  }

  .support-outcomes-grid article > header {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 14px;
    min-height: 108px;
    padding: 18px;
  }

  .support-outcomes-grid article > header > span:first-child {
    width: 58px;
    height: 62px;
    font-size: 22px;
  }

  .support-outcomes-grid article > header .hardware-mini {
    display: none;
  }

  .support-outcomes-grid article > header h3 {
    font-size: 20px;
  }

  .support-outcome-pair {
    grid-template-columns: 1fr;
  }

  .support-outcome-pair > div {
    min-height: 0;
    padding: 19px 18px;
  }

  .support-outcome-pair > div + div {
    border-top: 1px solid var(--support-line);
    border-left: 0;
  }

  .support-outcomes-grid article > footer {
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
    padding: 15px 18px;
  }

  .support-outcomes-grid article > footer strong {
    flex-wrap: wrap;
    text-align: left;
  }

  .support-channel-board > article {
    padding: 24px 18px;
  }

  .support-channel-head {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .support-channel-head .hardware-mini {
    display: none;
  }

  .support-channel-index {
    width: 60px;
    height: 68px;
  }

  .support-channel-board ul,
  .support-scope-matrix ul {
    grid-template-columns: 1fr;
  }

  .support-channel-foot,
  .support-control-desk-foot,
  .support-workflow-outputs {
    grid-template-columns: 1fr;
  }

  .support-channel-foot > div,
  .support-channel-foot > div:last-child,
  .support-control-desk-foot > div,
  .support-control-desk-foot > div:nth-child(2),
  .support-workflow-outputs > div,
  .support-workflow-outputs > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(111, 204, 227, 0.14);
  }

  .support-channel-foot > div:last-child,
  .support-control-desk-foot > div:last-child,
  .support-workflow-outputs > div:last-child {
    border-bottom: 0;
  }

  .support-scope-identity {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 18px;
  }

  .support-scope-identity .hardware-mini {
    display: none;
  }

  .support-lifecycle-rail > article,
  .support-lifecycle-rail > article:nth-child(5) {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 4px 14px;
    padding: 20px 16px;
  }

  .support-lifecycle-rail article > span {
    width: 60px;
    height: 66px;
  }

  .support-workflow-track {
    grid-template-columns: 1fr;
  }

  .support-workflow-track > article,
  .support-workflow-track > article:nth-child(3n),
  .support-workflow-track > article:nth-last-child(-n + 3) {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 3px 16px;
    min-height: 0;
    padding: 19px 17px;
    border-right: 0;
    border-bottom: 1px solid var(--support-line);
  }

  .support-workflow-track > article:last-child {
    border-bottom: 0;
  }

  .support-workflow-track article > span {
    grid-row: 1 / span 3;
    width: 56px;
    height: 62px;
    margin-bottom: 0;
  }

  .support-workflow-track small,
  .support-workflow-track h3,
  .support-workflow-track p {
    grid-column: 2;
  }

  .support-workflow-track h3 {
    margin-bottom: 7px;
  }

  .support-faq-head h3 {
    font-size: 30px;
  }
}

@keyframes support-live-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.82);
    box-shadow: 0 0 0 0 rgba(56, 198, 229, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 7px rgba(56, 198, 229, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-live-dot {
    animation: none !important;
  }
}

/* System infrastructure control plane */
.infrastructure-platform-body {
  overflow-x: clip;
}

.infrastructure-platform-page,
.infrastructure-platform-page > .infrastructure-platform-cta {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.infra-control-system {
  --infra-bg: #f2f7f9;
  --infra-bg-alt: #e8f1f5;
  --infra-surface: #ffffff;
  --infra-surface-soft: #f8fbfc;
  --infra-ink: #0b1d29;
  --infra-muted: #5a6d78;
  --infra-line: rgba(14, 49, 67, 0.14);
  --infra-line-strong: rgba(20, 158, 199, 0.34);
  --infra-cyan: #19acd4;
  --infra-cyan-strong: #087fa8;
  --infra-blue: #477dcd;
  --infra-green: #169474;
  --infra-amber: #b77922;
  --infra-red: #bf5d54;
  --infra-dark: #061722;
  --infra-dark-soft: #0a2230;
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: clip;
  color: var(--infra-ink);
  background: var(--infra-bg);
  border-top: 1px solid var(--infra-line);
}

.infra-control-system *,
.infra-control-system *::before,
.infra-control-system *::after {
  box-sizing: border-box;
}

.infra-control-system > div {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 7vw, 108px) 0;
}

.infra-control-system > div > .container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 1368px);
  max-width: 1368px;
  margin-right: auto;
  margin-left: auto;
}

.infra-control-system h2,
.infra-control-system h3,
.infra-control-system p,
.infra-control-system strong,
.infra-control-system span,
.infra-control-system small,
.infra-control-system em {
  letter-spacing: 0;
}

.infra-control-system h2,
.infra-control-system h3,
.infra-control-system p {
  margin-top: 0;
}

.infra-control-system .eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 15px;
  color: var(--infra-cyan-strong);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.infra-control-system .eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  flex: 0 0 28px;
  background: var(--infra-cyan);
}

.infra-control-system .hardware-mini {
  --mini-accent: var(--infra-cyan);
  width: 52px;
  height: 48px;
  flex: 0 0 52px;
  border-color: color-mix(in srgb, var(--mini-accent) 32%, transparent);
  border-radius: 7px;
  background: color-mix(in srgb, var(--mini-accent) 8%, transparent);
  box-shadow: none;
}

.infra-section-head {
  max-width: 930px;
  margin-bottom: 44px;
}

.infra-section-head h2,
.infra-decision-head h2,
.infra-blueprint-copy h2 {
  margin-bottom: 18px;
  color: var(--infra-ink);
  font-size: 52px;
  font-weight: 860;
  line-height: 1.04;
}

.infra-section-head > p:not(.eyebrow),
.infra-section-head-split > p,
.infra-blueprint-copy > p {
  margin-bottom: 0;
  color: var(--infra-muted);
  font-size: 15px;
  font-weight: 610;
  line-height: 1.72;
}

.infra-section-head-split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: end;
  max-width: none;
}

.infra-section-head-split > div h2 {
  margin-bottom: 0;
}

.infra-section-head.is-inverse h2,
.infra-section-head.is-inverse > p {
  color: #f4fafc;
}

.infra-section-head.is-inverse > p {
  color: rgba(216, 233, 239, 0.68);
}

/* Opening architecture blueprint */
.infra-blueprint-band {
  background-color: var(--infra-bg);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  border-bottom: 1px solid var(--infra-line);
}

.infra-blueprint-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(24px, calc((100vw - 1368px) / 2));
  width: 132px;
  height: 5px;
  background: var(--infra-cyan);
}

.infra-blueprint-head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(450px, 0.88fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: stretch;
}

.infra-blueprint-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px 0 18px 30px;
  border-left: 2px solid var(--infra-cyan);
}

.infra-blueprint-copy h2 {
  max-width: 800px;
  margin-bottom: 24px;
  font-size: 55px;
}

.infra-blueprint-copy > p {
  max-width: 760px;
}

.infra-blueprint-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
  border-top: 1px solid var(--infra-line);
  border-bottom: 1px solid var(--infra-line);
}

.infra-blueprint-principles > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 88px;
  padding: 14px 13px;
  border-right: 1px solid var(--infra-line);
}

.infra-blueprint-principles > div:first-child {
  padding-left: 0;
}

.infra-blueprint-principles > div:last-child {
  border-right: 0;
}

.infra-blueprint-principles span {
  display: grid;
  width: 40px;
  height: 42px;
  grid-row: 1 / span 2;
  place-items: center;
  border: 1px solid var(--infra-line-strong);
  border-radius: 5px;
  color: var(--infra-cyan-strong);
  background: color-mix(in srgb, var(--infra-cyan) 7%, transparent);
  font-size: 10px;
  font-weight: 900;
}

.infra-blueprint-principles small,
.infra-blueprint-principles strong {
  display: block;
  grid-column: 2;
}

.infra-blueprint-principles small {
  align-self: end;
  color: var(--infra-muted);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-blueprint-principles strong {
  align-self: start;
  color: var(--infra-ink);
  font-size: 10px;
  font-weight: 820;
  line-height: 1.38;
}

.infra-architecture-board {
  overflow: hidden;
  border: 1px solid rgba(82, 204, 234, 0.3);
  border-radius: 8px;
  color: #eef8fa;
  background: var(--infra-dark);
  box-shadow: 0 28px 70px rgba(5, 25, 36, 0.2);
}

.infra-architecture-board > header {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(117, 207, 230, 0.17);
  background: rgba(255, 255, 255, 0.025);
}

.infra-architecture-board > header > div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.infra-architecture-board > header .hardware-mini {
  background: rgba(255, 255, 255, 0.04);
}

.infra-architecture-board > header small,
.infra-architecture-board > header strong {
  display: block;
}

.infra-architecture-board > header small {
  margin-bottom: 4px;
  color: rgba(213, 233, 239, 0.5);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.infra-architecture-board > header strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 860;
}

.infra-architecture-board > header em {
  padding: 8px 10px;
  border: 1px solid rgba(80, 202, 231, 0.24);
  border-radius: 4px;
  color: #6dd8ef;
  background: rgba(44, 175, 207, 0.06);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.infra-architecture-layers {
  padding: 10px 14px;
}

.infra-architecture-layers article {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 78px;
  padding: 12px 8px;
  border-bottom: 1px solid rgba(117, 207, 230, 0.14);
}

.infra-architecture-layers article:last-child {
  border-bottom: 0;
}

.infra-architecture-layers article > span {
  display: grid;
  width: 46px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(80, 202, 231, 0.25);
  border-radius: 5px;
  color: #61d3ec;
  background: rgba(44, 175, 207, 0.06);
  font-size: 11px;
  font-weight: 900;
}

.infra-architecture-layers small,
.infra-architecture-layers strong {
  display: block;
}

.infra-architecture-layers small {
  margin-bottom: 5px;
  color: rgba(213, 233, 239, 0.47);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.infra-architecture-layers strong {
  color: #f5fbfc;
  font-size: 12px;
  font-weight: 820;
}

.infra-architecture-layers em {
  padding: 6px 9px;
  border: 1px solid rgba(80, 202, 231, 0.18);
  border-radius: 4px;
  color: #55c7df;
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.infra-architecture-board > footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(117, 207, 230, 0.17);
  background: rgba(44, 175, 207, 0.035);
}

.infra-architecture-board > footer > div {
  min-width: 0;
  padding: 14px;
  border-right: 1px solid rgba(117, 207, 230, 0.14);
}

.infra-architecture-board > footer > div:last-child {
  border-right: 0;
}

.infra-architecture-board > footer small,
.infra-architecture-board > footer strong {
  display: block;
}

.infra-architecture-board > footer small {
  margin-bottom: 4px;
  color: rgba(213, 233, 239, 0.43);
  font-size: 7px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-architecture-board > footer strong {
  color: #58cfae;
  font-size: 9px;
  font-weight: 850;
}

/* Needs grouped by infrastructure decision */
.infra-needs-band {
  background: var(--infra-surface);
  border-bottom: 1px solid var(--infra-line);
}

.infra-need-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.infra-need-groups > article {
  --need-accent: var(--infra-cyan);
  display: flex;
  min-width: 0;
  min-height: 370px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--infra-line);
  border-top: 3px solid var(--need-accent);
  border-radius: 7px;
  background: var(--infra-surface-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.infra-need-groups > article:nth-child(2) {
  --need-accent: var(--infra-blue);
}

.infra-need-groups > article:nth-child(3) {
  --need-accent: var(--infra-green);
}

.infra-need-groups > article:hover {
  border-color: color-mix(in srgb, var(--need-accent) 50%, var(--infra-line));
  box-shadow: 0 18px 40px rgba(7, 34, 48, 0.08);
  transform: translateY(-2px);
}

.infra-need-groups > article > header {
  display: grid;
  grid-template-columns: 62px 52px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 116px;
  padding: 20px;
  border-bottom: 1px solid var(--infra-line);
  background: var(--infra-surface);
}

.infra-need-groups > article > header > span:first-child {
  display: grid;
  width: 60px;
  height: 64px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--need-accent) 42%, transparent);
  border-radius: 6px;
  color: var(--need-accent);
  background: color-mix(in srgb, var(--need-accent) 8%, transparent);
  font-size: 23px;
  font-weight: 900;
}

.infra-need-groups .hardware-mini {
  --mini-accent: var(--need-accent);
}

.infra-need-groups header small,
.infra-need-groups header h3 {
  display: block;
}

.infra-need-groups header small {
  margin-bottom: 5px;
  color: var(--need-accent);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-need-groups header h3 {
  margin: 0;
  color: var(--infra-ink);
  font-size: 22px;
  font-weight: 860;
  line-height: 1.18;
}

.infra-need-groups ul {
  display: grid;
  flex: 1;
  margin: 0;
  padding: 10px 20px;
  list-style: none;
}

.infra-need-groups li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 11px 10px 11px 25px;
  border-bottom: 1px solid var(--infra-line);
  color: var(--infra-muted);
  font-size: 11px;
  font-weight: 680;
  line-height: 1.45;
}

.infra-need-groups li:last-child {
  border-bottom: 0;
}

.infra-need-groups li::before {
  content: "";
  position: absolute;
  left: 5px;
  width: 7px;
  height: 7px;
  border: 2px solid var(--need-accent);
  border-radius: 2px;
  transform: rotate(45deg);
}

.infra-need-groups footer {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 14px 20px;
  border-top: 1px solid var(--infra-line);
  background: color-mix(in srgb, var(--need-accent) 5%, var(--infra-surface));
}

.infra-need-groups footer span {
  color: var(--infra-muted);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-need-groups footer strong {
  color: var(--infra-ink);
  font-size: 10px;
  font-weight: 850;
  text-align: right;
}

/* Six infrastructure disciplines */
.infra-disciplines-band {
  background-color: var(--infra-bg-alt);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.032) 1px, transparent 1px);
  background-size: 62px 62px;
  border-bottom: 1px solid var(--infra-line);
}

.infra-discipline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.infra-discipline-grid > article {
  --discipline-accent: var(--infra-cyan);
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-width: 0;
  min-height: 416px;
  overflow: hidden;
  border: 1px solid var(--infra-line);
  border-left: 4px solid var(--discipline-accent);
  border-radius: 7px;
  background: var(--infra-surface);
}

.infra-discipline-grid > article:nth-child(2) {
  --discipline-accent: var(--infra-blue);
}

.infra-discipline-grid > article:nth-child(3) {
  --discipline-accent: var(--infra-green);
}

.infra-discipline-grid > article:nth-child(4) {
  --discipline-accent: var(--infra-amber);
}

.infra-discipline-grid > article:nth-child(5) {
  --discipline-accent: var(--infra-red);
}

.infra-discipline-grid > article:nth-child(6) {
  --discipline-accent: var(--infra-cyan);
}

.infra-discipline-grid > article > header {
  display: grid;
  grid-template-columns: 58px 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 104px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--infra-line);
}

.infra-discipline-grid > article > header > span:first-child {
  display: grid;
  width: 56px;
  height: 60px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--discipline-accent) 42%, transparent);
  border-radius: 6px;
  color: var(--discipline-accent);
  background: color-mix(in srgb, var(--discipline-accent) 8%, transparent);
  font-size: 19px;
  font-weight: 900;
}

.infra-discipline-grid .hardware-mini {
  --mini-accent: var(--discipline-accent);
}

.infra-discipline-grid header small {
  display: block;
  margin-bottom: 4px;
  color: var(--discipline-accent);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-discipline-grid header h3 {
  margin: 0;
  color: var(--infra-ink);
  font-size: 20px;
  font-weight: 860;
  line-height: 1.22;
}

.infra-discipline-grid > article > p {
  min-height: 72px;
  margin: 0;
  padding: 17px 20px;
  border-bottom: 1px solid var(--infra-line);
  color: var(--infra-muted);
  font-size: 11px;
  font-weight: 620;
  line-height: 1.6;
}

.infra-discipline-grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-content: start;
  margin: 0;
  padding: 16px 20px;
  list-style: none;
}

.infra-discipline-grid li {
  position: relative;
  display: flex;
  min-height: 52px;
  align-items: center;
  padding: 10px 11px 10px 28px;
  border: 1px solid var(--infra-line);
  border-radius: 5px;
  color: var(--infra-muted);
  background: var(--infra-surface-soft);
  font-size: 10px;
  font-weight: 670;
  line-height: 1.42;
}

.infra-discipline-grid li::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--discipline-accent);
  background: color-mix(in srgb, var(--discipline-accent) 12%, transparent);
}

.infra-discipline-grid > article > footer {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 13px 20px;
  border-top: 1px solid var(--infra-line);
  background: color-mix(in srgb, var(--discipline-accent) 5%, var(--infra-surface));
}

.infra-discipline-grid footer small {
  color: var(--infra-muted);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-discipline-grid footer strong {
  color: var(--infra-ink);
  font-size: 10px;
  font-weight: 850;
  text-align: right;
}

/* Controlled migration runbook */
.infra-migration-band {
  color: #eef8fa;
  background-color: var(--infra-dark);
  background-image:
    linear-gradient(rgba(80, 188, 217, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 188, 217, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  border-top: 1px solid rgba(86, 198, 226, 0.18);
  border-bottom: 1px solid rgba(86, 198, 226, 0.18);
}

.infra-migration-band::after {
  content: "";
  position: absolute;
  top: -130px;
  right: 9%;
  width: 260px;
  height: 760px;
  background: rgba(23, 148, 181, 0.075);
  transform: skewX(-28deg);
  transform-origin: top;
}

.infra-migration-band .eyebrow {
  color: #59d1ec;
}

.infra-migration-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(91, 200, 227, 0.24);
  border-radius: 7px 7px 0 0;
  background: rgba(6, 26, 37, 0.78);
}

.infra-migration-track > article {
  display: flex;
  min-width: 0;
  min-height: 282px;
  flex-direction: column;
  padding: 20px 18px;
  border-right: 1px solid rgba(117, 207, 230, 0.16);
}

.infra-migration-track > article:last-child {
  border-right: 0;
}

.infra-migration-track article > span {
  display: grid;
  width: 54px;
  height: 58px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(80, 202, 231, 0.28);
  border-radius: 5px;
  color: #63d4ef;
  background: rgba(44, 175, 207, 0.07);
  font-size: 17px;
  font-weight: 900;
}

.infra-migration-track small {
  display: block;
  margin-bottom: 8px;
  color: #55c8e1;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-migration-track h3 {
  margin: 0 0 12px;
  color: #f4fafc;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.22;
}

.infra-migration-track p {
  flex: 1;
  margin: 0 0 18px;
  color: rgba(213, 231, 237, 0.62);
  font-size: 10px;
  font-weight: 610;
  line-height: 1.58;
}

.infra-migration-track em {
  padding-top: 13px;
  border-top: 1px solid rgba(117, 207, 230, 0.14);
  color: #5bc9a8;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-migration-gates {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(91, 200, 227, 0.24);
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background: rgba(20, 79, 99, 0.18);
}

.infra-migration-gates > div {
  min-width: 0;
  padding: 16px 20px;
  border-right: 1px solid rgba(117, 207, 230, 0.16);
}

.infra-migration-gates > div:last-child {
  border-right: 0;
}

.infra-migration-gates span,
.infra-migration-gates strong {
  display: block;
}

.infra-migration-gates span {
  margin-bottom: 5px;
  color: rgba(213, 233, 239, 0.45);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-migration-gates strong {
  color: #f2f9fb;
  font-size: 11px;
  font-weight: 820;
}

/* Mail migration control board */
.infra-mail-band {
  background: var(--infra-surface);
  border-bottom: 1px solid var(--infra-line);
}

.infra-mail-runbook {
  display: grid;
  grid-template-columns: minmax(270px, 0.68fr) minmax(0, 1.32fr);
  overflow: hidden;
  border: 1px solid var(--infra-line-strong);
  border-radius: 8px;
  background: var(--infra-surface);
  box-shadow: 0 22px 54px rgba(7, 34, 48, 0.08);
}

.infra-mail-runbook > aside {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px;
  color: #eef8fa;
  background: var(--infra-dark-soft);
}

.infra-mail-runbook > aside .hardware-mini {
  margin-bottom: 34px;
  background: rgba(255, 255, 255, 0.04);
}

.infra-mail-runbook > aside > small {
  display: block;
  margin-bottom: 9px;
  color: #57cde8;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-mail-runbook > aside h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 860;
  line-height: 1.14;
}

.infra-mail-runbook > aside p {
  flex: 1;
  margin: 0 0 28px;
  color: rgba(215, 233, 239, 0.66);
  font-size: 11px;
  font-weight: 610;
  line-height: 1.65;
}

.infra-mail-runbook > aside > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.infra-mail-runbook > aside > div span {
  padding: 7px 9px;
  border: 1px solid rgba(80, 202, 231, 0.22);
  border-radius: 4px;
  color: #69d5ec;
  background: rgba(44, 175, 207, 0.06);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.infra-mail-phases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.infra-mail-phases > article {
  display: flex;
  min-width: 0;
  min-height: 390px;
  flex-direction: column;
  padding: 26px 22px;
  border-right: 1px solid var(--infra-line);
}

.infra-mail-phases > article:last-child {
  border-right: 0;
}

.infra-mail-phases article > span {
  display: grid;
  width: 52px;
  height: 56px;
  place-items: center;
  margin-bottom: 32px;
  border: 1px solid var(--infra-line-strong);
  border-radius: 5px;
  color: var(--infra-cyan-strong);
  background: color-mix(in srgb, var(--infra-cyan) 8%, transparent);
  font-size: 16px;
  font-weight: 900;
}

.infra-mail-phases article > small {
  display: block;
  margin-bottom: 7px;
  color: var(--infra-cyan-strong);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-mail-phases h3 {
  min-height: 48px;
  margin: 0 0 18px;
  color: var(--infra-ink);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.24;
}

.infra-mail-phases ul {
  display: grid;
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.infra-mail-phases li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 10px 4px 10px 21px;
  border-bottom: 1px solid var(--infra-line);
  color: var(--infra-muted);
  font-size: 10px;
  font-weight: 670;
  line-height: 1.42;
}

.infra-mail-phases li:last-child {
  border-bottom: 0;
}

.infra-mail-phases li::before {
  content: "";
  position: absolute;
  left: 2px;
  width: 8px;
  height: 2px;
  background: var(--infra-cyan);
}

/* Hybrid access topology */
.infra-access-band {
  background-color: var(--infra-bg-alt);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.032) 1px, transparent 1px);
  background-size: 62px 62px;
  border-bottom: 1px solid var(--infra-line);
}

.infra-access-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid var(--infra-line-strong);
  border-radius: 8px;
  background: var(--infra-surface);
  box-shadow: 0 22px 54px rgba(7, 34, 48, 0.08);
}

.infra-access-map::before,
.infra-access-map::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 2px;
  background: var(--infra-cyan);
  transform: translateY(-50%);
}

.infra-access-map::before {
  left: calc(33.333% - 7px);
}

.infra-access-map::after {
  right: calc(33.333% - 7px);
}

.infra-access-nodes {
  display: grid;
  gap: 9px;
}

.infra-access-nodes > article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-width: 0;
  min-height: 91px;
  padding: 14px;
  border: 1px solid var(--infra-line);
  border-radius: 6px;
  background: var(--infra-surface-soft);
}

.infra-access-nodes .hardware-mini {
  grid-row: 1 / span 2;
}

.infra-access-nodes small,
.infra-access-nodes strong {
  display: block;
  grid-column: 2;
}

.infra-access-nodes small {
  align-self: end;
  color: var(--infra-cyan-strong);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-access-nodes strong {
  align-self: start;
  color: var(--infra-ink);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.35;
}

.infra-access-gateway {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
  border: 1px solid rgba(82, 204, 234, 0.3);
  border-radius: 7px;
  color: #eef8fa;
  background: var(--infra-dark-soft);
  text-align: center;
}

.infra-access-gateway .hardware-mini {
  width: 62px;
  height: 58px;
  margin-bottom: 26px;
  background: rgba(255, 255, 255, 0.04);
}

.infra-access-gateway > small {
  display: block;
  margin-bottom: 8px;
  color: #5dcfe8;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-access-gateway h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 860;
  line-height: 1.2;
}

.infra-access-gateway p {
  max-width: 300px;
  margin: 0 0 24px;
  color: rgba(215, 233, 239, 0.64);
  font-size: 10px;
  font-weight: 610;
  line-height: 1.58;
}

.infra-access-gateway > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
}

.infra-access-gateway > div span {
  padding: 6px 8px;
  border: 1px solid rgba(80, 202, 231, 0.22);
  border-radius: 4px;
  color: #66d2e9;
  background: rgba(44, 175, 207, 0.05);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.infra-access-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid var(--infra-line-strong);
  border-radius: 7px;
  background: var(--infra-surface);
}

.infra-access-controls > article {
  min-width: 0;
  min-height: 132px;
  padding: 20px;
  border-right: 1px solid var(--infra-line);
}

.infra-access-controls > article:last-child {
  border-right: 0;
}

.infra-access-controls article > span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--infra-cyan-strong);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-access-controls strong {
  display: block;
  margin-bottom: 8px;
  color: var(--infra-ink);
  font-size: 14px;
  font-weight: 850;
}

.infra-access-controls p {
  margin: 0;
  color: var(--infra-muted);
  font-size: 10px;
  font-weight: 620;
  line-height: 1.55;
}

/* Business outcomes */
.infra-outcomes-band {
  background: var(--infra-surface);
  border-bottom: 1px solid var(--infra-line);
}

.infra-outcome-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.infra-outcome-groups > article {
  --outcome-accent: var(--infra-cyan);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--infra-line);
  border-top: 3px solid var(--outcome-accent);
  border-radius: 7px;
  background: var(--infra-surface-soft);
}

.infra-outcome-groups > article:nth-child(2) {
  --outcome-accent: var(--infra-green);
}

.infra-outcome-groups > article:nth-child(3) {
  --outcome-accent: var(--infra-blue);
}

.infra-outcome-groups article > header {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 108px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--infra-line);
  background: var(--infra-surface);
}

.infra-outcome-groups header > span {
  display: grid;
  width: 60px;
  height: 64px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--outcome-accent) 42%, transparent);
  border-radius: 6px;
  color: var(--outcome-accent);
  background: color-mix(in srgb, var(--outcome-accent) 8%, transparent);
  font-size: 22px;
  font-weight: 900;
}

.infra-outcome-groups header small {
  display: block;
  margin-bottom: 5px;
  color: var(--outcome-accent);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-outcome-groups header h3 {
  margin: 0;
  color: var(--infra-ink);
  font-size: 20px;
  font-weight: 860;
  line-height: 1.2;
}

.infra-outcome-groups article > div {
  display: grid;
  grid-template-rows: repeat(2, minmax(126px, 1fr));
}

.infra-outcome-groups article > div > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid var(--infra-line);
}

.infra-outcome-groups article > div > p:last-child {
  border-bottom: 0;
}

.infra-outcome-groups p strong,
.infra-outcome-groups p span {
  display: block;
}

.infra-outcome-groups p strong {
  margin-bottom: 8px;
  color: var(--infra-ink);
  font-size: 14px;
  font-weight: 850;
}

.infra-outcome-groups p span {
  color: var(--infra-muted);
  font-size: 10px;
  font-weight: 620;
  line-height: 1.58;
}

.infra-growth-statement {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 12px;
  min-height: 96px;
  padding: 18px 22px;
  border: 1px solid var(--infra-line-strong);
  border-left: 4px solid var(--infra-cyan);
  border-radius: 7px;
  background: var(--infra-surface-soft);
}

.infra-growth-statement small,
.infra-growth-statement strong {
  display: block;
}

.infra-growth-statement small {
  margin-bottom: 5px;
  color: var(--infra-cyan-strong);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-growth-statement strong {
  color: var(--infra-ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.4;
}

.infra-growth-statement em {
  padding: 9px 11px;
  border: 1px solid var(--infra-line-strong);
  border-radius: 4px;
  color: var(--infra-cyan-strong);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Readiness and FAQ */
.infra-decision-band {
  padding-bottom: clamp(66px, 6vw, 94px) !important;
  background-color: var(--infra-bg-alt);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.032) 1px, transparent 1px);
  background-size: 62px 62px;
}

.infra-decision-head {
  max-width: 900px;
  margin-bottom: 42px;
}

.infra-decision-head h2 {
  margin-bottom: 0;
}

.infra-decision-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.infra-decision-layout > section {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--infra-line-strong);
  border-radius: 7px;
  background: var(--infra-surface);
}

.infra-decision-layout > section > header {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 104px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--infra-line);
}

.infra-decision-layout > section > header > span {
  display: grid;
  width: 56px;
  height: 60px;
  place-items: center;
  border: 1px solid var(--infra-line-strong);
  border-radius: 6px;
  color: var(--infra-cyan-strong);
  background: color-mix(in srgb, var(--infra-cyan) 8%, transparent);
  font-size: 18px;
  font-weight: 900;
}

.infra-decision-layout header small {
  display: block;
  margin-bottom: 5px;
  color: var(--infra-cyan-strong);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-decision-layout header h3 {
  margin: 0;
  color: var(--infra-ink);
  font-size: 22px;
  font-weight: 860;
  line-height: 1.2;
}

.infra-readiness-panel > div {
  display: grid;
  grid-template-rows: repeat(6, minmax(70px, 1fr));
}

.infra-readiness-panel article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 70px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--infra-line);
}

.infra-readiness-panel article:last-child {
  border-bottom: 0;
}

.infra-readiness-panel article > span {
  display: grid;
  width: 40px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--infra-line-strong);
  border-radius: 5px;
  color: var(--infra-cyan-strong);
  background: var(--infra-surface-soft);
  font-size: 9px;
  font-weight: 900;
}

.infra-readiness-panel article strong {
  color: var(--infra-ink);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.48;
}

.infra-faq-panel > div {
  display: grid;
  grid-template-rows: repeat(4, minmax(105px, 1fr));
}

.infra-faq-panel details {
  min-width: 0;
  border-bottom: 1px solid var(--infra-line);
  color: var(--infra-ink);
  transition: background-color 180ms ease;
}

.infra-faq-panel details:last-child {
  border-bottom: 0;
}

.infra-faq-panel details:hover,
.infra-faq-panel details[open] {
  background: var(--infra-surface-soft);
}

.infra-faq-panel summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 104px;
  padding: 18px 58px 18px 20px;
  color: var(--infra-ink);
  font-size: 12px;
  font-weight: 790;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.infra-faq-panel summary::-webkit-details-marker {
  display: none;
}

.infra-faq-panel summary::before,
.infra-faq-panel summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 13px;
  height: 2px;
  background: var(--infra-cyan);
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.infra-faq-panel summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.infra-faq-panel details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.infra-faq-panel details > p {
  margin: 0;
  padding: 0 20px 22px;
  color: var(--infra-muted);
  font-size: 11px;
  font-weight: 610;
  line-height: 1.68;
}

html:root[data-theme="dark"] .infra-control-system {
  --infra-bg: #06141e;
  --infra-bg-alt: #081a25;
  --infra-surface: #0b202d;
  --infra-surface-soft: #0e2532;
  --infra-ink: #eef6f9;
  --infra-muted: #9eb1bc;
  --infra-line: rgba(111, 188, 209, 0.16);
  --infra-line-strong: rgba(72, 190, 221, 0.3);
  --infra-cyan: #4ac7e8;
  --infra-cyan-strong: #63d4ef;
  --infra-blue: #72a0e6;
  --infra-green: #54c5a1;
  --infra-amber: #d4a458;
  --infra-red: #df8279;
  --infra-dark: #05121b;
  --infra-dark-soft: #081c27;
}

html:root[data-theme="dark"] .infra-blueprint-band,
html:root[data-theme="dark"] .infra-disciplines-band,
html:root[data-theme="dark"] .infra-access-band,
html:root[data-theme="dark"] .infra-decision-band {
  background-image:
    linear-gradient(rgba(80, 188, 217, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 188, 217, 0.035) 1px, transparent 1px);
}

html:root[data-theme="dark"] .infra-architecture-board,
html:root[data-theme="dark"] .infra-mail-runbook,
html:root[data-theme="dark"] .infra-access-map {
  box-shadow: none;
}

@media (max-width: 1180px) {
  .infra-blueprint-head {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: 30px;
  }

  .infra-blueprint-copy h2 {
    font-size: 48px;
  }

  .infra-blueprint-principles > div {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 8px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .infra-blueprint-principles > div:first-child {
    padding-left: 0;
  }

  .infra-blueprint-principles span {
    width: 34px;
    height: 38px;
  }

  .infra-need-groups > article > header {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .infra-need-groups > article > header .hardware-mini {
    display: none;
  }

  .infra-migration-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .infra-migration-track > article {
    min-height: 260px;
    border-bottom: 1px solid rgba(117, 207, 230, 0.16);
  }

  .infra-migration-track > article:nth-child(3n) {
    border-right: 0;
  }

  .infra-migration-track > article:nth-last-child(-n + 3) {
    border-bottom: 0;
  }

  .infra-mail-runbook {
    grid-template-columns: minmax(250px, 0.6fr) minmax(0, 1.4fr);
  }

  .infra-mail-runbook > aside {
    padding: 24px;
  }

  .infra-mail-phases > article {
    padding: 24px 18px;
  }

  .infra-access-map {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.86fr) minmax(0, 1fr);
    gap: 16px;
  }
}

@media (max-width: 920px) {
  .infra-control-system > div > .container {
    width: min(calc(100% - 36px), 1368px);
  }

  .infra-section-head-split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .infra-section-head-split > p {
    padding-top: 22px;
    border-top: 1px solid var(--infra-line);
  }

  .infra-blueprint-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .infra-blueprint-copy {
    padding: 8px 0 8px 24px;
  }

  .infra-blueprint-copy h2 {
    max-width: 760px;
  }

  .infra-architecture-board {
    width: 100%;
  }

  .infra-need-groups {
    grid-template-columns: 1fr;
  }

  .infra-need-groups > article {
    min-height: 0;
  }

  .infra-need-groups ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .infra-need-groups li {
    min-height: 74px;
    border: 1px solid var(--infra-line);
    border-radius: 5px;
  }

  .infra-migration-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .infra-migration-track > article,
  .infra-migration-track > article:nth-child(3n) {
    border-right: 1px solid rgba(117, 207, 230, 0.16);
    border-bottom: 1px solid rgba(117, 207, 230, 0.16);
  }

  .infra-migration-track > article:nth-child(2n) {
    border-right: 0;
  }

  .infra-migration-track > article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .infra-mail-runbook {
    grid-template-columns: 1fr;
  }

  .infra-mail-runbook > aside {
    min-height: 260px;
  }

  .infra-mail-runbook > aside .hardware-mini {
    margin-bottom: 24px;
  }

  .infra-access-map {
    grid-template-columns: 1fr;
  }

  .infra-access-map::before,
  .infra-access-map::after {
    display: none;
  }

  .infra-access-nodes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .infra-access-gateway {
    min-height: 290px;
  }

  .infra-decision-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .infra-control-system > div {
    padding: 66px 0;
  }

  .infra-section-head h2,
  .infra-decision-head h2,
  .infra-blueprint-copy h2 {
    font-size: 40px;
  }

  .infra-discipline-grid {
    grid-template-columns: 1fr;
  }

  .infra-mail-phases {
    grid-template-columns: 1fr;
  }

  .infra-mail-phases > article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--infra-line);
  }

  .infra-mail-phases > article:last-child {
    border-bottom: 0;
  }

  .infra-mail-phases h3 {
    min-height: 0;
  }

  .infra-mail-phases ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .infra-mail-phases li {
    border: 1px solid var(--infra-line);
    border-radius: 5px;
  }

  .infra-outcome-groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .infra-control-system > div > .container {
    width: min(calc(100% - 28px), 1368px);
  }

  .infra-section-head h2,
  .infra-decision-head h2,
  .infra-blueprint-copy h2 {
    font-size: 31px;
  }

  .infra-blueprint-copy {
    padding: 0;
    border-left: 0;
  }

  .infra-blueprint-principles {
    grid-template-columns: 1fr;
  }

  .infra-blueprint-principles > div,
  .infra-blueprint-principles > div:first-child {
    min-height: 66px;
    padding: 11px 0;
    border-right: 0;
    border-bottom: 1px solid var(--infra-line);
  }

  .infra-blueprint-principles > div:last-child {
    border-bottom: 0;
  }

  .infra-architecture-board > header {
    align-items: flex-start;
    padding: 17px;
  }

  .infra-architecture-board > header em {
    display: none;
  }

  .infra-architecture-layers {
    padding: 8px 10px;
  }

  .infra-architecture-layers article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 11px;
  }

  .infra-architecture-layers article > span {
    width: 42px;
    height: 44px;
  }

  .infra-architecture-layers em {
    display: none;
  }

  .infra-architecture-board > footer {
    grid-template-columns: 1fr;
  }

  .infra-architecture-board > footer > div,
  .infra-architecture-board > footer > div:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(117, 207, 230, 0.14);
  }

  .infra-architecture-board > footer > div:last-child {
    border-bottom: 0;
  }

  .infra-need-groups > article > header {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 17px;
  }

  .infra-need-groups > article > header > span:first-child {
    width: 56px;
    height: 60px;
    font-size: 20px;
  }

  .infra-need-groups ul {
    grid-template-columns: 1fr;
    padding: 12px 16px;
  }

  .infra-need-groups li {
    min-height: 56px;
    border: 0;
    border-bottom: 1px solid var(--infra-line);
    border-radius: 0;
  }

  .infra-need-groups li:last-child {
    border-bottom: 0;
  }

  .infra-need-groups footer {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    padding: 14px 17px;
  }

  .infra-need-groups footer strong {
    text-align: left;
  }

  .infra-discipline-grid > article {
    min-height: 0;
  }

  .infra-discipline-grid > article > header {
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 17px;
  }

  .infra-discipline-grid > article > header .hardware-mini {
    display: none;
  }

  .infra-discipline-grid > article > p {
    min-height: 0;
    padding: 16px 17px;
  }

  .infra-discipline-grid ul {
    grid-template-columns: 1fr;
    padding: 14px 17px;
  }

  .infra-discipline-grid > article > footer {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    padding: 13px 17px;
  }

  .infra-discipline-grid footer strong {
    text-align: left;
  }

  .infra-migration-track {
    grid-template-columns: 1fr;
  }

  .infra-migration-track > article,
  .infra-migration-track > article:nth-child(2n),
  .infra-migration-track > article:nth-child(3n),
  .infra-migration-track > article:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(117, 207, 230, 0.16);
  }

  .infra-migration-track > article:last-child {
    border-bottom: 0;
  }

  .infra-migration-track article > span {
    margin-bottom: 20px;
  }

  .infra-migration-gates {
    grid-template-columns: 1fr;
  }

  .infra-migration-gates > div,
  .infra-migration-gates > div:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(117, 207, 230, 0.16);
  }

  .infra-migration-gates > div:last-child {
    border-bottom: 0;
  }

  .infra-mail-runbook > aside {
    min-height: 0;
    padding: 22px;
  }

  .infra-mail-phases > article {
    padding: 22px 18px;
  }

  .infra-mail-phases article > span {
    margin-bottom: 22px;
  }

  .infra-mail-phases ul {
    grid-template-columns: 1fr;
  }

  .infra-mail-phases li {
    border: 0;
    border-bottom: 1px solid var(--infra-line);
    border-radius: 0;
  }

  .infra-mail-phases li:last-child {
    border-bottom: 0;
  }

  .infra-access-map {
    gap: 12px;
    padding: 10px;
  }

  .infra-access-nodes {
    grid-template-columns: 1fr;
  }

  .infra-access-gateway {
    min-height: 280px;
    padding: 24px 18px;
  }

  .infra-access-controls {
    grid-template-columns: 1fr;
  }

  .infra-access-controls > article,
  .infra-access-controls > article:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--infra-line);
  }

  .infra-access-controls > article:last-child {
    border-bottom: 0;
  }

  .infra-growth-statement {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 18px;
  }

  .infra-growth-statement .hardware-mini {
    display: none;
  }

  .infra-growth-statement em {
    justify-self: start;
  }

  .infra-decision-layout > section > header {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 17px;
  }

  .infra-decision-layout > section > header > span {
    width: 50px;
    height: 54px;
  }

  .infra-decision-layout header h3 {
    font-size: 20px;
  }

  .infra-readiness-panel article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    padding: 11px 14px;
  }

  .infra-readiness-panel article > span {
    width: 36px;
    height: 38px;
  }

  .infra-faq-panel summary {
    padding-right: 52px;
    padding-left: 17px;
  }
}

/* Monitoring and continuity observatory */
.observability-body {
  overflow-x: clip;
}

.observability-page,
.observability-page > .observability-cta {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.continuity-observatory {
  --obs-bg: #f2f7f9;
  --obs-bg-alt: #e8f1f5;
  --obs-surface: #ffffff;
  --obs-surface-soft: #f8fbfc;
  --obs-ink: #0b1d29;
  --obs-muted: #5b6e79;
  --obs-line: rgba(14, 49, 67, 0.14);
  --obs-line-strong: rgba(20, 158, 199, 0.34);
  --obs-cyan: #18add5;
  --obs-cyan-strong: #087fa8;
  --obs-green: #159474;
  --obs-blue: #477dcc;
  --obs-amber: #b77922;
  --obs-red: #bf5d54;
  --obs-dark: #061722;
  --obs-dark-soft: #0a2230;
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: clip;
  color: var(--obs-ink);
  background: var(--obs-bg);
  border-top: 1px solid var(--obs-line);
}

.continuity-observatory *,
.continuity-observatory *::before,
.continuity-observatory *::after {
  box-sizing: border-box;
}

.continuity-observatory > div {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 7vw, 108px) 0;
}

.continuity-observatory > div > .container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 1368px);
  max-width: 1368px;
  margin-right: auto;
  margin-left: auto;
}

.continuity-observatory h2,
.continuity-observatory h3,
.continuity-observatory p,
.continuity-observatory strong,
.continuity-observatory span,
.continuity-observatory small,
.continuity-observatory em {
  letter-spacing: 0;
}

.continuity-observatory h2,
.continuity-observatory h3,
.continuity-observatory p {
  margin-top: 0;
}

.continuity-observatory .eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 15px;
  color: var(--obs-cyan-strong);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.continuity-observatory .eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  flex: 0 0 28px;
  background: var(--obs-cyan);
}

.continuity-observatory .hardware-mini {
  --mini-accent: var(--obs-cyan);
  width: 52px;
  height: 48px;
  flex: 0 0 52px;
  border-color: color-mix(in srgb, var(--mini-accent) 32%, transparent);
  border-radius: 7px;
  background: color-mix(in srgb, var(--mini-accent) 8%, transparent);
  box-shadow: none;
}

.obs-section-head {
  max-width: 930px;
  margin-bottom: 44px;
}

.obs-section-head h2,
.obs-command-head h2 {
  margin-bottom: 18px;
  color: var(--obs-ink);
  font-size: 52px;
  font-weight: 860;
  line-height: 1.04;
}

.obs-section-head > p:not(.eyebrow),
.obs-section-head-split > p {
  margin-bottom: 0;
  color: var(--obs-muted);
  font-size: 15px;
  font-weight: 610;
  line-height: 1.72;
}

.obs-section-head-split,
.obs-command-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: end;
  max-width: none;
}

.obs-section-head-split > div h2,
.obs-command-head > div h2 {
  margin-bottom: 0;
}

.obs-section-head.is-inverse h2,
.obs-section-head.is-inverse > p {
  color: #f4fafc;
}

.obs-section-head.is-inverse > p {
  color: rgba(216, 233, 239, 0.68);
}

/* Observatory opening */
.obs-command-band {
  background-color: var(--obs-bg);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  border-bottom: 1px solid var(--obs-line);
}

.obs-command-head {
  align-items: stretch;
  margin-bottom: 36px;
}

.obs-command-head h2 {
  max-width: 900px;
}

.obs-proactive-brief {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--obs-line-strong);
  border-left: 3px solid var(--obs-green);
  border-radius: 7px;
  background: var(--obs-surface);
  box-shadow: 0 18px 42px rgba(7, 34, 48, 0.07);
}

.obs-proactive-brief > span {
  display: grid;
  width: 70px;
  height: 76px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--obs-green) 42%, transparent);
  border-radius: 6px;
  color: var(--obs-green);
  background: color-mix(in srgb, var(--obs-green) 9%, transparent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-proactive-brief small,
.obs-proactive-brief strong {
  display: block;
}

.obs-proactive-brief small {
  margin-bottom: 7px;
  color: var(--obs-green);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-proactive-brief strong {
  color: var(--obs-ink);
  font-size: 15px;
  font-weight: 830;
  line-height: 1.48;
}

.obs-signal-console {
  overflow: hidden;
  border: 1px solid rgba(82, 204, 234, 0.3);
  border-radius: 8px;
  color: #eef8fa;
  background: var(--obs-dark);
  box-shadow: 0 28px 70px rgba(5, 25, 36, 0.2);
}

.obs-signal-console > header {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(117, 207, 230, 0.17);
  background: rgba(255, 255, 255, 0.025);
}

.obs-signal-console > header > div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
}

.obs-signal-console > header .hardware-mini {
  background: rgba(255, 255, 255, 0.04);
}

.obs-signal-console > header small,
.obs-signal-console > header strong {
  display: block;
}

.obs-signal-console > header small {
  margin-bottom: 5px;
  color: rgba(213, 233, 239, 0.5);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.obs-signal-console > header strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 860;
}

.obs-signal-console > header > em {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(80, 202, 231, 0.25);
  border-radius: 5px;
  color: #74d8ef;
  background: rgba(44, 175, 207, 0.07);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.obs-live-signal {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #47d0a6;
  animation: obs-live-pulse 1.45s ease-in-out infinite;
}

.obs-console-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.obs-console-metrics > article {
  min-width: 0;
  min-height: 230px;
  padding: 20px;
  border-right: 1px solid rgba(117, 207, 230, 0.15);
}

.obs-console-metrics > article:last-child {
  border-right: 0;
}

.obs-console-metrics article > header {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 30px;
}

.obs-console-metrics header > span {
  display: grid;
  width: 40px;
  height: 42px;
  grid-row: 1 / span 2;
  place-items: center;
  border: 1px solid rgba(80, 202, 231, 0.24);
  border-radius: 5px;
  color: #62d3eb;
  background: rgba(44, 175, 207, 0.06);
  font-size: 10px;
  font-weight: 900;
}

.obs-console-metrics header small,
.obs-console-metrics header strong {
  display: block;
  grid-column: 2;
}

.obs-console-metrics header small {
  align-self: end;
  color: rgba(213, 233, 239, 0.45);
  font-size: 7px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-console-metrics header strong {
  align-self: start;
  color: #f5fbfc;
  font-size: 13px;
  font-weight: 840;
}

.obs-console-metrics header em {
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 4px;
  color: #55c9a8;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-console-metrics article > div {
  position: relative;
  height: 8px;
  margin-bottom: 26px;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(213, 233, 239, 0.09);
}

.obs-console-metrics article > div > i {
  display: block;
  width: var(--signal-level);
  height: 100%;
  background: linear-gradient(90deg, #23abd0, #48cba3);
}

.obs-console-metrics article > p {
  margin: 0;
  color: rgba(213, 231, 237, 0.58);
  font-size: 9px;
  font-weight: 610;
  line-height: 1.58;
}

.obs-signal-console > footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(117, 207, 230, 0.17);
  background: rgba(44, 175, 207, 0.035);
}

.obs-signal-console > footer > div {
  min-width: 0;
  padding: 14px 18px;
  border-right: 1px solid rgba(117, 207, 230, 0.14);
}

.obs-signal-console > footer > div:last-child {
  border-right: 0;
}

.obs-signal-console > footer small,
.obs-signal-console > footer strong {
  display: block;
}

.obs-signal-console > footer small {
  margin-bottom: 4px;
  color: rgba(213, 233, 239, 0.43);
  font-size: 7px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-signal-console > footer strong {
  color: #54caa8;
  font-size: 9px;
  font-weight: 850;
}

/* Five continuity control rails */
.obs-scope-band {
  background: var(--obs-surface);
  border-bottom: 1px solid var(--obs-line);
}

.obs-control-rails {
  overflow: hidden;
  border: 1px solid var(--obs-line-strong);
  border-radius: 8px;
  background: var(--obs-surface);
  box-shadow: 0 22px 54px rgba(7, 34, 48, 0.08);
}

.obs-control-rails > article {
  --rail-accent: var(--obs-cyan);
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr) minmax(220px, 0.56fr);
  min-width: 0;
  border-bottom: 1px solid var(--obs-line);
  border-left: 4px solid var(--rail-accent);
}

.obs-control-rails > article:nth-child(2) {
  --rail-accent: var(--obs-blue);
}

.obs-control-rails > article:nth-child(3) {
  --rail-accent: var(--obs-green);
}

.obs-control-rails > article:nth-child(4) {
  --rail-accent: var(--obs-amber);
}

.obs-control-rails > article:nth-child(5) {
  --rail-accent: var(--obs-red);
  border-bottom: 0;
}

.obs-rail-identity {
  display: grid;
  grid-template-columns: 58px 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  min-height: 132px;
  padding: 20px;
  border-right: 1px solid var(--obs-line);
}

.obs-rail-identity > span:first-child {
  display: grid;
  width: 56px;
  height: 60px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--rail-accent) 42%, transparent);
  border-radius: 6px;
  color: var(--rail-accent);
  background: color-mix(in srgb, var(--rail-accent) 8%, transparent);
  font-size: 19px;
  font-weight: 900;
}

.obs-rail-identity .hardware-mini {
  --mini-accent: var(--rail-accent);
}

.obs-rail-identity small {
  display: block;
  margin-bottom: 5px;
  color: var(--rail-accent);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-rail-identity h3 {
  margin: 0;
  color: var(--obs-ink);
  font-size: 19px;
  font-weight: 860;
  line-height: 1.22;
}

.obs-control-rails ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 20px;
  border-right: 1px solid var(--obs-line);
  list-style: none;
}

.obs-control-rails li {
  position: relative;
  display: flex;
  min-height: 72px;
  align-items: center;
  padding: 10px 10px 10px 27px;
  border: 1px solid var(--obs-line);
  border-radius: 5px;
  color: var(--obs-muted);
  background: var(--obs-surface-soft);
  font-size: 9px;
  font-weight: 670;
  line-height: 1.45;
}

.obs-control-rails li::before {
  content: "";
  position: absolute;
  left: 11px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--rail-accent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--rail-accent) 10%, transparent);
}

.obs-rail-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 20px;
  background: color-mix(in srgb, var(--rail-accent) 5%, var(--obs-surface));
}

.obs-rail-result small,
.obs-rail-result strong,
.obs-rail-result em {
  display: block;
}

.obs-rail-result small {
  margin-bottom: 7px;
  color: var(--obs-muted);
  font-size: 7px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-rail-result strong {
  margin-bottom: 12px;
  color: var(--obs-ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.38;
}

.obs-rail-result em {
  color: var(--rail-accent);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

/* Dark telemetry matrix */
.obs-telemetry-band {
  color: #eef8fa;
  background-color: var(--obs-dark);
  background-image:
    linear-gradient(rgba(80, 188, 217, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 188, 217, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  border-top: 1px solid rgba(86, 198, 226, 0.18);
  border-bottom: 1px solid rgba(86, 198, 226, 0.18);
}

.obs-telemetry-band::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 12%;
  width: 210px;
  height: 760px;
  background: rgba(24, 152, 185, 0.07);
  transform: skewX(-26deg);
  transform-origin: top;
}

.obs-telemetry-band .eyebrow {
  color: #59d1ec;
}

.obs-telemetry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(91, 200, 227, 0.24);
  border-radius: 7px;
  background: rgba(6, 26, 37, 0.8);
}

.obs-telemetry-grid > article {
  min-width: 0;
  min-height: 218px;
  padding: 20px;
  border-right: 1px solid rgba(117, 207, 230, 0.15);
  border-bottom: 1px solid rgba(117, 207, 230, 0.15);
}

.obs-telemetry-grid > article:nth-child(4n) {
  border-right: 0;
}

.obs-telemetry-grid > article:nth-last-child(-n + 4) {
  border-bottom: 0;
}

.obs-telemetry-grid article > header {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  margin-bottom: 24px;
}

.obs-telemetry-grid header > span {
  display: grid;
  width: 38px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(80, 202, 231, 0.24);
  border-radius: 5px;
  color: #62d3eb;
  background: rgba(44, 175, 207, 0.06);
  font-size: 9px;
  font-weight: 900;
}

.obs-telemetry-grid header small {
  color: rgba(213, 233, 239, 0.45);
  font-size: 7px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-telemetry-grid header em {
  color: #55c9a8;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-telemetry-grid article > strong {
  display: block;
  min-height: 38px;
  margin-bottom: 17px;
  color: #f5fbfc;
  font-size: 14px;
  font-weight: 840;
  line-height: 1.35;
}

.obs-telemetry-grid article > div {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 4px;
  height: 28px;
  align-items: end;
  margin-bottom: 18px;
}

.obs-telemetry-grid article > div i {
  display: block;
  background: var(--signal-color, rgba(77, 202, 231, 0.58));
  opacity: 0.78;
  transition: height 180ms ease, opacity 180ms ease;
}

.obs-telemetry-grid article > div i:nth-child(1) {
  height: var(--bar-1, 44%);
}

.obs-telemetry-grid article > div i:nth-child(2) {
  height: var(--bar-2, 68%);
}

.obs-telemetry-grid article > div i:nth-child(3) {
  height: var(--bar-3, 88%);
}

.obs-telemetry-grid article > div i:nth-child(4) {
  height: var(--bar-4, 58%);
}

.obs-telemetry-grid article > div i:nth-child(5) {
  height: var(--bar-5, 44%);
}

.obs-telemetry-grid article > div i:nth-child(6) {
  height: var(--bar-6, 68%);
}

.obs-telemetry-grid article > div i:nth-child(7) {
  height: var(--bar-7, 88%);
}

.obs-telemetry-grid article > div i:nth-child(8) {
  height: var(--bar-8, 58%);
}

.obs-telemetry-grid > article:nth-child(1) {
  --signal-color: rgba(74, 199, 232, 0.68);
  --bar-1: 38%;
  --bar-2: 62%;
  --bar-3: 82%;
  --bar-4: 56%;
  --bar-5: 46%;
  --bar-6: 64%;
  --bar-7: 86%;
  --bar-8: 54%;
}

.obs-telemetry-grid > article:nth-child(2) {
  --signal-color: rgba(212, 164, 88, 0.72);
  --bar-1: 24%;
  --bar-2: 32%;
  --bar-3: 40%;
  --bar-4: 51%;
  --bar-5: 62%;
  --bar-6: 73%;
  --bar-7: 84%;
  --bar-8: 94%;
}

.obs-telemetry-grid > article:nth-child(3) {
  --signal-color: rgba(114, 160, 230, 0.7);
  --bar-1: 34%;
  --bar-2: 76%;
  --bar-3: 46%;
  --bar-4: 92%;
  --bar-5: 58%;
  --bar-6: 84%;
  --bar-7: 42%;
  --bar-8: 68%;
}

.obs-telemetry-grid > article:nth-child(4) {
  --signal-color: rgba(84, 197, 161, 0.7);
  --bar-1: 78%;
  --bar-2: 82%;
  --bar-3: 86%;
  --bar-4: 24%;
  --bar-5: 80%;
  --bar-6: 88%;
  --bar-7: 84%;
  --bar-8: 81%;
}

.obs-telemetry-grid > article:nth-child(5) {
  --signal-color: rgba(74, 199, 232, 0.64);
  --bar-1: 64%;
  --bar-2: 68%;
  --bar-3: 66%;
  --bar-4: 70%;
  --bar-5: 14%;
  --bar-6: 62%;
  --bar-7: 69%;
  --bar-8: 65%;
}

.obs-telemetry-grid > article:nth-child(6) {
  --signal-color: rgba(82, 184, 222, 0.7);
  --bar-1: 30%;
  --bar-2: 46%;
  --bar-3: 74%;
  --bar-4: 37%;
  --bar-5: 22%;
  --bar-6: 43%;
  --bar-7: 89%;
  --bar-8: 35%;
}

.obs-telemetry-grid > article:nth-child(7) {
  --signal-color: rgba(84, 197, 161, 0.66);
  --bar-1: 86%;
  --bar-2: 73%;
  --bar-3: 64%;
  --bar-4: 58%;
  --bar-5: 70%;
  --bar-6: 55%;
  --bar-7: 42%;
  --bar-8: 30%;
}

.obs-telemetry-grid > article:nth-child(8) {
  --signal-color: rgba(223, 130, 121, 0.74);
  --bar-1: 18%;
  --bar-2: 29%;
  --bar-3: 76%;
  --bar-4: 24%;
  --bar-5: 16%;
  --bar-6: 38%;
  --bar-7: 96%;
  --bar-8: 22%;
}

.obs-telemetry-grid article > p {
  margin: 0;
  color: rgba(213, 231, 237, 0.58);
  font-size: 9px;
  font-weight: 610;
  line-height: 1.55;
}

/* Restore evidence chain */
.obs-backup-band {
  background: var(--obs-surface);
  border-bottom: 1px solid var(--obs-line);
}

.obs-restore-board {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  overflow: hidden;
  border: 1px solid var(--obs-line-strong);
  border-radius: 8px;
  background: var(--obs-surface);
  box-shadow: 0 22px 54px rgba(7, 34, 48, 0.08);
}

.obs-restore-board > aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 30px;
  color: #eef8fa;
  background: var(--obs-dark-soft);
}

.obs-restore-board > aside small,
.obs-restore-board > aside strong,
.obs-restore-board > aside span {
  display: block;
}

.obs-restore-board > aside small {
  margin-bottom: 18px;
  color: #d3a55c;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-restore-board > aside strong {
  margin-bottom: 26px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 860;
  line-height: 1.18;
}

.obs-restore-board > aside span {
  padding-top: 18px;
  border-top: 1px solid rgba(117, 207, 230, 0.16);
  color: rgba(215, 233, 239, 0.57);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.obs-restore-stages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.obs-restore-stages > article {
  display: flex;
  min-width: 0;
  min-height: 350px;
  flex-direction: column;
  padding: 26px 22px;
  border-right: 1px solid var(--obs-line);
}

.obs-restore-stages > article:last-child {
  border-right: 0;
}

.obs-restore-stages article > span {
  display: grid;
  width: 54px;
  height: 58px;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid var(--obs-line-strong);
  border-radius: 5px;
  color: var(--obs-cyan-strong);
  background: color-mix(in srgb, var(--obs-cyan) 8%, transparent);
  font-size: 17px;
  font-weight: 900;
}

.obs-restore-stages article > small {
  display: block;
  margin-bottom: 7px;
  color: var(--obs-cyan-strong);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-restore-stages h3 {
  min-height: 54px;
  margin: 0 0 16px;
  color: var(--obs-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.26;
}

.obs-restore-stages p {
  flex: 1;
  margin: 0 0 18px;
  color: var(--obs-muted);
  font-size: 10px;
  font-weight: 620;
  line-height: 1.62;
}

.obs-restore-stages em {
  padding-top: 14px;
  border-top: 1px solid var(--obs-line);
  color: var(--obs-green);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-restore-board > footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-column: 1 / -1;
  gap: 20px;
  align-items: center;
  min-height: 70px;
  padding: 16px 22px;
  border-top: 1px solid var(--obs-line-strong);
  background: color-mix(in srgb, var(--obs-green) 6%, var(--obs-surface));
}

.obs-restore-board > footer small {
  color: var(--obs-muted);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-restore-board > footer strong {
  color: var(--obs-ink);
  font-size: 14px;
  font-weight: 850;
}

.obs-restore-board > footer span {
  padding: 8px 10px;
  border: 1px solid color-mix(in srgb, var(--obs-green) 38%, transparent);
  border-radius: 4px;
  color: var(--obs-green);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

/* Performance and camera health */
.obs-health-band {
  background-color: var(--obs-bg-alt);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.032) 1px, transparent 1px);
  background-size: 62px 62px;
  border-bottom: 1px solid var(--obs-line);
}

.obs-health-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.obs-health-layout > section {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--obs-line-strong);
  border-radius: 8px;
  background: var(--obs-surface);
  box-shadow: 0 20px 48px rgba(7, 34, 48, 0.07);
}

.obs-health-layout > section > header {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  min-height: 100px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--obs-line);
}

.obs-health-layout header small {
  display: block;
  margin-bottom: 5px;
  color: var(--obs-cyan-strong);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-health-layout header h3 {
  margin: 0;
  color: var(--obs-ink);
  font-size: 21px;
  font-weight: 860;
  line-height: 1.2;
}

.obs-health-layout header em {
  padding: 8px 10px;
  border: 1px solid var(--obs-line-strong);
  border-radius: 4px;
  color: var(--obs-cyan-strong);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-resource-meters {
  display: grid;
  gap: 0;
}

.obs-resource-meters > article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 130px;
  gap: 16px;
  align-items: center;
  min-height: 78px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--obs-line);
}

.obs-resource-meters > article:last-child {
  border-bottom: 0;
}

.obs-resource-meters article > span {
  color: var(--obs-cyan-strong);
  font-size: 10px;
  font-weight: 900;
}

.obs-resource-meters article > div {
  height: 8px;
  overflow: hidden;
  border-radius: 2px;
  background: color-mix(in srgb, var(--obs-muted) 14%, transparent);
}

.obs-resource-meters article > div i {
  display: block;
  width: var(--meter);
  height: 100%;
  background: linear-gradient(90deg, var(--obs-cyan), var(--obs-green));
}

.obs-resource-meters article > strong {
  color: var(--obs-ink);
  font-size: 10px;
  font-weight: 800;
  text-align: right;
}

.obs-camera-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: stretch;
}

.obs-camera-checks > article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 104px;
  padding: 16px 18px;
  border-right: 1px solid var(--obs-line);
  border-bottom: 1px solid var(--obs-line);
}

.obs-camera-checks > article:nth-child(2n) {
  border-right: 0;
}

.obs-camera-checks > article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.obs-camera-checks article > span {
  display: grid;
  width: 38px;
  height: 40px;
  grid-row: 1 / span 2;
  place-items: center;
  border: 1px solid var(--obs-line-strong);
  border-radius: 5px;
  color: var(--obs-cyan-strong);
  background: var(--obs-surface-soft);
  font-size: 9px;
  font-weight: 900;
}

.obs-camera-checks strong,
.obs-camera-checks small {
  display: block;
  grid-column: 2;
}

.obs-camera-checks strong {
  align-self: end;
  color: var(--obs-ink);
  font-size: 11px;
  font-weight: 810;
}

.obs-camera-checks small {
  align-self: start;
  color: var(--obs-muted);
  font-size: 7px;
  font-weight: 850;
  text-transform: uppercase;
}

.obs-health-layout > section > footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--obs-line);
  background: var(--obs-surface-soft);
}

.obs-health-layout > section > footer > div {
  min-width: 0;
  padding: 15px 20px;
  border-right: 1px solid var(--obs-line);
}

.obs-health-layout > section > footer > div:last-child {
  border-right: 0;
}

.obs-health-layout footer small,
.obs-health-layout footer strong {
  display: block;
}

.obs-health-layout footer small {
  margin-bottom: 4px;
  color: var(--obs-muted);
  font-size: 7px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-health-layout footer strong {
  color: var(--obs-ink);
  font-size: 10px;
  font-weight: 820;
}

/* Disaster recovery route */
.obs-recovery-band {
  background: var(--obs-surface);
  border-bottom: 1px solid var(--obs-line);
}

.obs-recovery-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--obs-line-strong);
  border-radius: 7px 7px 0 0;
  background: var(--obs-surface);
}

.obs-recovery-track > article {
  display: flex;
  min-width: 0;
  min-height: 280px;
  flex-direction: column;
  padding: 20px 18px;
  border-right: 1px solid var(--obs-line);
}

.obs-recovery-track > article:last-child {
  border-right: 0;
}

.obs-recovery-track article > span {
  display: grid;
  width: 54px;
  height: 58px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid var(--obs-line-strong);
  border-radius: 5px;
  color: var(--obs-cyan-strong);
  background: color-mix(in srgb, var(--obs-cyan) 8%, transparent);
  font-size: 17px;
  font-weight: 900;
}

.obs-recovery-track small {
  display: block;
  margin-bottom: 8px;
  color: var(--obs-cyan-strong);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-recovery-track h3 {
  margin: 0 0 12px;
  color: var(--obs-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.22;
}

.obs-recovery-track p {
  margin: 0;
  color: var(--obs-muted);
  font-size: 10px;
  font-weight: 610;
  line-height: 1.58;
}

.obs-recovery-outputs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--obs-line-strong);
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background: var(--obs-surface-soft);
}

.obs-recovery-outputs > div {
  min-width: 0;
  padding: 16px 20px;
  border-right: 1px solid var(--obs-line);
}

.obs-recovery-outputs > div:last-child {
  border-right: 0;
}

.obs-recovery-outputs span,
.obs-recovery-outputs strong {
  display: block;
}

.obs-recovery-outputs span {
  margin-bottom: 5px;
  color: var(--obs-muted);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-recovery-outputs strong {
  color: var(--obs-ink);
  font-size: 11px;
  font-weight: 820;
}

/* Outcomes and FAQ */
.obs-outcomes-band {
  background-color: var(--obs-bg-alt);
  background-image:
    linear-gradient(rgba(17, 118, 151, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 151, 0.032) 1px, transparent 1px);
  background-size: 62px 62px;
  border-bottom: 1px solid var(--obs-line);
}

.obs-outcome-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

.obs-outcome-grid > article {
  --outcome-accent: var(--obs-cyan);
  min-width: 0;
  min-height: 240px;
  grid-column: span 3;
  padding: 22px;
  border: 1px solid var(--obs-line);
  border-top: 3px solid var(--outcome-accent);
  border-radius: 7px;
  background: var(--obs-surface);
}

.obs-outcome-grid > article:nth-child(2),
.obs-outcome-grid > article:nth-child(6) {
  --outcome-accent: var(--obs-green);
}

.obs-outcome-grid > article:nth-child(3),
.obs-outcome-grid > article:nth-child(7) {
  --outcome-accent: var(--obs-blue);
}

.obs-outcome-grid > article:nth-child(4) {
  --outcome-accent: var(--obs-amber);
}

.obs-outcome-grid > article:nth-child(5) {
  --outcome-accent: var(--obs-red);
}

.obs-outcome-grid > article:nth-child(n + 5) {
  grid-column: span 4;
}

.obs-outcome-grid .hardware-mini {
  --mini-accent: var(--outcome-accent);
  margin-bottom: 27px;
}

.obs-outcome-grid article > small {
  display: block;
  margin-bottom: 8px;
  color: var(--outcome-accent);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-outcome-grid h3 {
  min-height: 48px;
  margin: 0 0 12px;
  color: var(--obs-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.26;
}

.obs-outcome-grid p {
  margin: 0;
  color: var(--obs-muted);
  font-size: 10px;
  font-weight: 620;
  line-height: 1.58;
}

.obs-faq-band {
  padding-bottom: clamp(66px, 6vw, 94px) !important;
  background: var(--obs-surface);
}

.obs-faq-standard {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--obs-line-strong);
  border-left: 3px solid var(--obs-green);
  border-radius: 7px;
  background: var(--obs-surface-soft);
}

.obs-faq-standard > span {
  display: grid;
  width: 72px;
  height: 64px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--obs-green) 38%, transparent);
  border-radius: 5px;
  color: var(--obs-green);
  background: color-mix(in srgb, var(--obs-green) 8%, transparent);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.obs-faq-standard strong {
  color: var(--obs-ink);
  font-size: 14px;
  font-weight: 840;
  line-height: 1.45;
}

.obs-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.obs-faq-grid details {
  min-width: 0;
  border: 1px solid var(--obs-line);
  border-radius: 6px;
  color: var(--obs-ink);
  background: var(--obs-surface-soft);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.obs-faq-grid details:hover,
.obs-faq-grid details[open] {
  border-color: var(--obs-line-strong);
  background: var(--obs-bg-alt);
}

.obs-faq-grid summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 104px;
  padding: 18px 58px 18px 20px;
  color: var(--obs-ink);
  font-size: 12px;
  font-weight: 790;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.obs-faq-grid summary::-webkit-details-marker {
  display: none;
}

.obs-faq-grid summary::before,
.obs-faq-grid summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 13px;
  height: 2px;
  background: var(--obs-cyan);
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.obs-faq-grid summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.obs-faq-grid details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.obs-faq-grid details > p {
  margin: 0;
  padding: 0 20px 22px;
  color: var(--obs-muted);
  font-size: 11px;
  font-weight: 610;
  line-height: 1.68;
}

@keyframes obs-live-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.82);
    box-shadow: 0 0 0 0 rgba(71, 208, 166, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 7px rgba(71, 208, 166, 0.12);
  }
}

html:root[data-theme="dark"] .continuity-observatory {
  --obs-bg: #06141e;
  --obs-bg-alt: #081a25;
  --obs-surface: #0b202d;
  --obs-surface-soft: #0e2532;
  --obs-ink: #eef6f9;
  --obs-muted: #9eb1bc;
  --obs-line: rgba(111, 188, 209, 0.16);
  --obs-line-strong: rgba(72, 190, 221, 0.3);
  --obs-cyan: #4ac7e8;
  --obs-cyan-strong: #63d4ef;
  --obs-green: #54c5a1;
  --obs-blue: #72a0e6;
  --obs-amber: #d4a458;
  --obs-red: #df8279;
  --obs-dark: #05121b;
  --obs-dark-soft: #081c27;
}

html:root[data-theme="dark"] .obs-command-band,
html:root[data-theme="dark"] .obs-health-band,
html:root[data-theme="dark"] .obs-outcomes-band {
  background-image:
    linear-gradient(rgba(80, 188, 217, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 188, 217, 0.035) 1px, transparent 1px);
}

html:root[data-theme="dark"] .obs-proactive-brief,
html:root[data-theme="dark"] .obs-signal-console,
html:root[data-theme="dark"] .obs-control-rails,
html:root[data-theme="dark"] .obs-restore-board,
html:root[data-theme="dark"] .obs-health-layout > section {
  box-shadow: none;
}

@media (max-width: 1180px) {
  .obs-command-head {
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
    gap: 42px;
  }

  .obs-control-rails > article {
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr) minmax(190px, 0.52fr);
  }

  .obs-rail-identity {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .obs-rail-identity .hardware-mini {
    display: none;
  }

  .obs-control-rails ul {
    padding-right: 14px;
    padding-left: 14px;
  }

  .obs-recovery-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .obs-recovery-track > article {
    min-height: 250px;
    border-bottom: 1px solid var(--obs-line);
  }

  .obs-recovery-track > article:nth-child(3n) {
    border-right: 0;
  }

  .obs-recovery-track > article:nth-last-child(-n + 3) {
    border-bottom: 0;
  }
}

@media (max-width: 920px) {
  .continuity-observatory > div > .container {
    width: min(calc(100% - 36px), 1368px);
  }

  .obs-section-head-split,
  .obs-command-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .obs-section-head-split > p {
    padding-top: 22px;
    border-top: 1px solid var(--obs-line);
  }

  .obs-console-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .obs-console-metrics > article {
    border-bottom: 1px solid rgba(117, 207, 230, 0.15);
  }

  .obs-console-metrics > article:nth-child(2n) {
    border-right: 0;
  }

  .obs-console-metrics > article:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .obs-control-rails > article {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.5fr);
  }

  .obs-rail-identity {
    grid-column: 1;
    grid-row: 1;
    border-right: 1px solid var(--obs-line);
    border-bottom: 1px solid var(--obs-line);
  }

  .obs-control-rails ul {
    grid-column: 1 / -1;
    grid-row: 2;
    border-right: 0;
  }

  .obs-rail-result {
    grid-column: 2;
    grid-row: 1;
    border-bottom: 1px solid var(--obs-line);
  }

  .obs-telemetry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .obs-telemetry-grid > article,
  .obs-telemetry-grid > article:nth-child(4n) {
    border-right: 1px solid rgba(117, 207, 230, 0.15);
    border-bottom: 1px solid rgba(117, 207, 230, 0.15);
  }

  .obs-telemetry-grid > article:nth-child(2n) {
    border-right: 0;
  }

  .obs-telemetry-grid > article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .obs-restore-board {
    grid-template-columns: 1fr;
  }

  .obs-restore-board > aside {
    min-height: 250px;
  }

  .obs-health-layout {
    grid-template-columns: 1fr;
  }

  .obs-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .obs-outcome-grid > article,
  .obs-outcome-grid > article:nth-child(n + 5) {
    grid-column: auto;
  }

  .obs-outcome-grid > article:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .continuity-observatory > div {
    padding: 66px 0;
  }

  .obs-section-head h2,
  .obs-command-head h2 {
    font-size: 40px;
  }

  .obs-restore-stages {
    grid-template-columns: 1fr;
  }

  .obs-restore-stages > article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--obs-line);
  }

  .obs-restore-stages > article:last-child {
    border-bottom: 0;
  }

  .obs-restore-stages h3 {
    min-height: 0;
  }

  .obs-recovery-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .obs-recovery-track > article,
  .obs-recovery-track > article:nth-child(3n) {
    border-right: 1px solid var(--obs-line);
    border-bottom: 1px solid var(--obs-line);
  }

  .obs-recovery-track > article:nth-child(2n) {
    border-right: 0;
  }

  .obs-recovery-track > article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .obs-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .continuity-observatory > div > .container {
    width: min(calc(100% - 28px), 1368px);
  }

  .obs-section-head h2,
  .obs-command-head h2 {
    font-size: 31px;
  }

  .obs-proactive-brief {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .obs-proactive-brief > span {
    width: 58px;
    height: 62px;
  }

  .obs-signal-console > header {
    align-items: flex-start;
    padding: 18px;
  }

  .obs-signal-console > header > em {
    display: none;
  }

  .obs-console-metrics {
    grid-template-columns: 1fr;
  }

  .obs-console-metrics > article,
  .obs-console-metrics > article:nth-child(2n),
  .obs-console-metrics > article:last-child {
    min-height: 0;
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(117, 207, 230, 0.15);
  }

  .obs-console-metrics > article:last-child {
    border-bottom: 0;
  }

  .obs-signal-console > footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .obs-signal-console > footer > div:nth-child(2) {
    border-right: 0;
  }

  .obs-signal-console > footer > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(117, 207, 230, 0.14);
  }

  .obs-control-rails > article {
    grid-template-columns: 1fr;
  }

  .obs-rail-identity {
    grid-template-columns: 54px minmax(0, 1fr);
    grid-column: 1;
    grid-row: auto;
    padding: 17px;
    border-right: 0;
  }

  .obs-rail-identity .hardware-mini {
    display: none;
  }

  .obs-rail-identity > span:first-child {
    width: 52px;
    height: 56px;
  }

  .obs-control-rails ul {
    grid-template-columns: 1fr;
    grid-column: 1;
    grid-row: auto;
    padding: 12px 16px;
    border-bottom: 1px solid var(--obs-line);
  }

  .obs-control-rails li {
    min-height: 54px;
    border: 0;
    border-bottom: 1px solid var(--obs-line);
    border-radius: 0;
  }

  .obs-control-rails li:last-child {
    border-bottom: 0;
  }

  .obs-rail-result {
    grid-column: 1;
    grid-row: auto;
    padding: 17px;
    border-bottom: 0;
  }

  .obs-telemetry-grid {
    grid-template-columns: 1fr;
  }

  .obs-telemetry-grid > article,
  .obs-telemetry-grid > article:nth-child(2n),
  .obs-telemetry-grid > article:nth-child(4n),
  .obs-telemetry-grid > article:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(117, 207, 230, 0.15);
  }

  .obs-telemetry-grid > article:last-child {
    border-bottom: 0;
  }

  .obs-restore-board > aside {
    min-height: 0;
    padding: 22px;
  }

  .obs-restore-board > aside strong {
    font-size: 23px;
  }

  .obs-restore-stages > article {
    padding: 22px 18px;
  }

  .obs-restore-stages article > span {
    margin-bottom: 22px;
  }

  .obs-restore-board > footer {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 16px 18px;
  }

  .obs-restore-board > footer span {
    justify-self: start;
  }

  .obs-health-layout > section > header {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 17px;
  }

  .obs-health-layout header em {
    display: none;
  }

  .obs-resource-meters > article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 17px;
  }

  .obs-resource-meters article > strong {
    grid-column: 2;
    text-align: left;
  }

  .obs-camera-checks {
    grid-template-columns: 1fr;
  }

  .obs-camera-checks > article,
  .obs-camera-checks > article:nth-child(2n),
  .obs-camera-checks > article:nth-last-child(-n + 2) {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid var(--obs-line);
  }

  .obs-camera-checks > article:last-child {
    border-bottom: 0;
  }

  .obs-health-layout > section > footer {
    grid-template-columns: 1fr;
  }

  .obs-health-layout > section > footer > div,
  .obs-health-layout > section > footer > div:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--obs-line);
  }

  .obs-health-layout > section > footer > div:last-child {
    border-bottom: 0;
  }

  .obs-recovery-track {
    grid-template-columns: 1fr;
  }

  .obs-recovery-track > article,
  .obs-recovery-track > article:nth-child(2n),
  .obs-recovery-track > article:nth-child(3n),
  .obs-recovery-track > article:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--obs-line);
  }

  .obs-recovery-track > article:last-child {
    border-bottom: 0;
  }

  .obs-recovery-track article > span {
    margin-bottom: 20px;
  }

  .obs-recovery-outputs {
    grid-template-columns: 1fr;
  }

  .obs-recovery-outputs > div,
  .obs-recovery-outputs > div:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--obs-line);
  }

  .obs-recovery-outputs > div:last-child {
    border-bottom: 0;
  }

  .obs-outcome-grid {
    grid-template-columns: 1fr;
  }

  .obs-outcome-grid > article,
  .obs-outcome-grid > article:last-child {
    min-height: 0;
    grid-column: auto;
  }

  .obs-outcome-grid h3 {
    min-height: 0;
  }

  .obs-faq-standard {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 13px;
    padding: 15px;
  }

  .obs-faq-standard > span {
    width: 56px;
    height: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .obs-live-signal {
    animation: none !important;
  }
}

/* Security and awareness service page */
.security-readiness-system {
  --security-bg: #edf4f6;
  --security-bg-alt: #f7fafb;
  --security-surface: #ffffff;
  --security-surface-strong: #e5eff2;
  --security-ink: #0b2230;
  --security-muted: #5b6f7b;
  --security-line: rgba(16, 86, 108, 0.2);
  --security-line-strong: rgba(10, 139, 177, 0.42);
  --security-accent: #078eb7;
  --security-accent-bright: #35bfe2;
  --security-green: #16856f;
  --security-amber: #a66f25;
  --security-red: #ab5556;
  --security-blue: #527da9;
  position: relative;
  color: var(--security-ink);
  background: var(--security-bg);
  overflow: hidden;
}

:root[data-theme="dark"] .security-readiness-system {
  --security-bg: #071722;
  --security-bg-alt: #0a1c28;
  --security-surface: #0d2230;
  --security-surface-strong: #122b39;
  --security-ink: #f0f5f7;
  --security-muted: #a5b6bf;
  --security-line: rgba(107, 188, 211, 0.2);
  --security-line-strong: rgba(66, 197, 230, 0.48);
  --security-accent: #43c3e4;
  --security-accent-bright: #63d4ef;
  --security-green: #54c5a4;
  --security-amber: #d1a45e;
  --security-red: #df8583;
  --security-blue: #7ba7d5;
}

.security-readiness-system > div {
  position: relative;
  padding: 96px 0;
  border-top: 1px solid var(--security-line);
}

.security-readiness-system > div:first-child {
  border-top: 0;
}

.security-readiness-system > div:nth-child(even) {
  background: var(--security-bg-alt);
}

.security-command-band::before,
.security-identity-band::before,
.security-awareness-band::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, var(--security-line) 1px, transparent 1px),
    linear-gradient(var(--security-line) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.22;
  content: "";
  pointer-events: none;
}

.security-readiness-system .container {
  position: relative;
  z-index: 1;
}

.security-command-head,
.security-section-head-split {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(340px, 0.76fr);
  gap: 72px;
  align-items: end;
}

.security-command-copy,
.security-section-head > div {
  min-width: 0;
}

.security-readiness-system .eyebrow {
  display: flex;
  gap: 13px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--security-accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.security-readiness-system .eyebrow::before {
  width: 26px;
  height: 2px;
  background: var(--security-accent-bright);
  content: "";
}

.security-command-copy h2,
.security-section-head h2 {
  max-width: 900px;
  margin: 0;
  color: var(--security-ink);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.security-command-copy > p:last-child,
.security-section-head > p,
.security-section-head > div + p,
.security-section-head:not(.security-section-head-split) > p:last-child {
  margin: 22px 0 0;
  color: var(--security-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.security-section-head-split > p,
.security-section-head-split > div + p {
  margin: 0;
  padding: 0 0 2px 26px;
  border-left: 2px solid var(--security-accent-bright);
}

.security-command-principle {
  min-height: 208px;
  padding: 28px 30px;
  border-top: 3px solid var(--security-accent-bright);
  border-bottom: 1px solid var(--security-line);
  background: var(--security-surface-strong);
}

.security-command-principle > span {
  display: block;
  margin-bottom: 16px;
  color: var(--security-accent);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-command-principle > strong {
  display: block;
  color: var(--security-ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.24;
}

.security-command-principle > p {
  margin: 16px 0 0;
  color: var(--security-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.security-posture-console {
  margin-top: 58px;
  border: 1px solid var(--security-line-strong);
  border-radius: 6px;
  background: var(--security-surface);
  box-shadow: 0 22px 50px rgba(12, 53, 70, 0.09);
  overflow: hidden;
}

:root[data-theme="dark"] .security-posture-console {
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.22);
}

.security-posture-console > header,
.security-risk-register > header,
.security-access-gate > header,
.security-domain-board > header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 88px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--security-line);
  background: var(--security-surface-strong);
}

.security-posture-console > header > div,
.security-risk-register > header > div,
.security-access-gate > header > div,
.security-domain-board > header > div {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.security-posture-console .hardware-mini,
.security-risk-register .hardware-mini,
.security-access-gate .hardware-mini,
.security-domain-board .hardware-mini,
.security-defense-planes .hardware-mini {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-color: var(--security-line-strong);
  color: var(--security-accent);
  background: color-mix(in srgb, var(--security-surface) 76%, var(--security-accent) 24%);
}

.security-posture-console header small,
.security-risk-register header small,
.security-access-gate header small,
.security-domain-board header small {
  display: block;
  margin-bottom: 4px;
  color: var(--security-muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-posture-console > header strong,
.security-risk-register > header strong,
.security-access-gate > header strong,
.security-domain-board > header strong {
  display: block;
  color: var(--security-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.security-posture-console > header > em,
.security-access-gate > header > em,
.security-risk-register > header > em,
.security-domain-board > header > span {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid var(--security-line-strong);
  border-radius: 4px;
  color: var(--security-green);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.security-live-dot {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--security-green);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--security-green) 18%, transparent);
  animation: security-live-pulse 1.8s ease-in-out infinite;
}

.security-posture-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.security-posture-route > article {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-rows: minmax(108px, auto) auto;
  gap: 12px 14px;
  min-width: 0;
  min-height: 202px;
  padding: 26px 22px 20px;
  border-right: 1px solid var(--security-line);
}

.security-posture-route > article:last-child {
  border-right: 0;
}

.security-posture-route > article > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--security-line-strong);
  border-radius: 4px;
  color: var(--security-accent);
  font-size: 11px;
  font-weight: 800;
}

.security-posture-route article small {
  display: block;
  margin-bottom: 7px;
  color: var(--security-accent);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-posture-route article h3 {
  margin: 0;
  color: var(--security-ink);
  font-size: 18px;
  line-height: 1.3;
}

.security-posture-route article p {
  margin: 9px 0 0;
  color: var(--security-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.security-posture-route article > em {
  grid-column: 1 / -1;
  align-self: end;
  padding-top: 13px;
  border-top: 1px solid var(--security-line);
  color: var(--security-green);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.security-posture-console > footer,
.security-access-gate > footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--security-line);
  background: var(--security-surface-strong);
}

.security-posture-console > footer > div,
.security-access-gate > footer > div {
  min-width: 0;
  padding: 16px 20px;
  border-right: 1px solid var(--security-line);
}

.security-posture-console > footer > div:last-child,
.security-access-gate > footer > div:last-child {
  border-right: 0;
}

.security-posture-console footer small,
.security-access-gate footer small {
  display: block;
  margin-bottom: 5px;
  color: var(--security-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-posture-console footer strong,
.security-access-gate footer strong {
  display: block;
  color: var(--security-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.security-section-head {
  margin-bottom: 48px;
}

.security-section-head:not(.security-section-head-split) {
  max-width: 860px;
}

.security-defense-planes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--security-line);
  border-top: 3px solid var(--security-accent-bright);
  border-radius: 6px;
  background: var(--security-surface);
  overflow: hidden;
}

.security-defense-planes > article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 470px;
  padding: 26px 24px 0;
  border-right: 1px solid var(--security-line);
}

.security-defense-planes > article:last-child {
  border-right: 0;
}

.security-defense-planes article > header {
  display: grid;
  grid-template-columns: 46px 46px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
}

.security-defense-planes article > header > span:first-child {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--security-line-strong);
  border-radius: 4px;
  color: var(--security-accent);
  font-size: 11px;
  font-weight: 800;
}

.security-defense-planes article > header small {
  justify-self: end;
  color: var(--security-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-defense-planes h3 {
  margin: 0;
  color: var(--security-ink);
  font-size: 23px;
  line-height: 1.22;
}

.security-defense-planes article > p {
  min-height: 82px;
  margin: 15px 0 0;
  color: var(--security-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.62;
}

.security-defense-planes ul {
  display: grid;
  gap: 0;
  margin: 20px 0 24px;
  padding: 0;
  border-top: 1px solid var(--security-line);
  list-style: none;
}

.security-defense-planes li {
  position: relative;
  min-height: 53px;
  padding: 16px 4px 13px 19px;
  border-bottom: 1px solid var(--security-line);
  color: var(--security-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.security-defense-planes li::before {
  position: absolute;
  top: 21px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--security-green);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--security-green) 13%, transparent);
  content: "";
}

.security-defense-planes article > footer {
  margin: auto -24px 0;
  min-height: 86px;
  padding: 16px 24px;
  border-top: 1px solid var(--security-line);
  background: var(--security-surface-strong);
}

.security-defense-planes footer small {
  display: block;
  margin-bottom: 6px;
  color: var(--security-accent);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-defense-planes footer strong {
  color: var(--security-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

@keyframes security-live-pulse {
  0%, 100% {
    opacity: 0.58;
    transform: scale(0.84);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.security-risk-register,
.security-access-gate,
.security-domain-board {
  border: 1px solid var(--security-line-strong);
  border-radius: 6px;
  background: var(--security-surface);
  overflow: hidden;
}

.security-risk-register > header > em {
  color: var(--security-accent);
}

.security-risk-clusters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.security-risk-clusters > article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 360px;
  padding: 26px 26px 0;
  border-right: 1px solid var(--security-line);
}

.security-risk-clusters > article:last-child {
  border-right: 0;
}

.security-risk-clusters > article > header {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  margin-bottom: 24px;
}

.security-risk-clusters > article > header > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 54px;
  border: 1px solid var(--security-line-strong);
  border-radius: 4px;
  color: var(--security-accent);
  background: var(--security-surface-strong);
  font-size: 11px;
  font-weight: 800;
}

.security-risk-clusters article header small {
  margin-bottom: 5px;
  color: var(--security-accent);
}

.security-risk-clusters h3 {
  margin: 0;
  color: var(--security-ink);
  font-size: 21px;
  line-height: 1.3;
}

.security-risk-clusters ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--security-line);
  list-style: none;
}

.security-risk-clusters li {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid var(--security-line);
  color: var(--security-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.security-risk-clusters li > i,
.security-trust-chain article > strong i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--security-green);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--security-green) 13%, transparent);
}

.security-risk-clusters article > footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  min-height: 72px;
  margin: auto -26px 0;
  padding: 16px 26px;
  border-top: 1px solid var(--security-line);
  background: var(--security-surface-strong);
}

.security-risk-clusters footer span {
  color: var(--security-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-risk-clusters footer strong {
  color: var(--security-red);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.security-risk-register > footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--security-line);
  background: var(--security-bg-alt);
}

.security-risk-register > footer > div {
  min-width: 0;
  min-height: 86px;
  padding: 18px 24px;
  border-right: 1px solid var(--security-line);
}

.security-risk-register > footer > div:last-child {
  border-right: 0;
}

.security-risk-register > footer small,
.security-domain-board > footer small {
  display: block;
  margin-bottom: 7px;
  color: var(--security-accent);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-risk-register > footer strong,
.security-domain-board > footer strong {
  color: var(--security-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.security-access-gate > header > em {
  color: var(--security-green);
}

.security-gate-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
  padding: 36px 24px;
  border-bottom: 1px solid var(--security-line);
}

.security-gate-flow::before {
  position: absolute;
  top: 63px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: var(--security-line-strong);
  content: "";
}

.security-gate-flow > article {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 0 20px;
}

.security-gate-flow > article > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 2px solid var(--security-accent);
  border-radius: 50%;
  color: var(--security-accent);
  background: var(--security-surface);
  font-size: 11px;
  font-weight: 800;
}

.security-gate-flow article small {
  display: block;
  margin: 3px 0 6px;
  color: var(--security-accent);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-gate-flow h3 {
  margin: 0;
  color: var(--security-ink);
  font-size: 17px;
  line-height: 1.35;
}

.security-gate-flow p {
  margin: 8px 0 0;
  color: var(--security-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}

.security-gate-support {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--security-bg-alt);
}

.security-gate-support > article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 16px;
  min-width: 0;
  min-height: 112px;
  padding: 22px 24px;
  border-right: 1px solid var(--security-line);
}

.security-gate-support > article:last-child {
  border-right: 0;
}

.security-gate-support small {
  grid-column: 1 / -1;
  color: var(--security-accent);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-gate-support strong {
  color: var(--security-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.security-gate-support span {
  align-self: end;
  color: var(--security-green);
  font-size: 9px;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.security-domain-board > header > span {
  color: var(--security-accent);
}

.security-trust-chain {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.security-trust-chain > article {
  position: relative;
  min-width: 0;
  min-height: 330px;
  padding: 28px 28px 24px;
  border-right: 1px solid var(--security-line);
}

.security-trust-chain > article:last-child {
  border-right: 0;
}

.security-trust-chain > article:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 58px;
  right: -10px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid var(--security-line-strong);
  border-radius: 50%;
  color: var(--security-accent);
  background: var(--security-surface);
  font-size: 12px;
  font-weight: 800;
  content: ">";
}

.security-trust-chain article > header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 32px;
}

.security-trust-chain article > header span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--security-line-strong);
  border-radius: 4px;
  color: var(--security-accent);
  background: var(--security-surface-strong);
  font-size: 11px;
  font-weight: 800;
}

.security-trust-chain article > header em {
  color: var(--security-green);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.security-trust-chain article > small {
  display: block;
  margin-bottom: 7px;
  color: var(--security-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-trust-chain h3 {
  margin: 0;
  color: var(--security-ink);
  font-size: 23px;
  line-height: 1.25;
}

.security-trust-chain p {
  min-height: 76px;
  margin: 15px 0 0;
  color: var(--security-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}

.security-trust-chain article > strong {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-top: 24px;
  padding-top: 17px;
  border-top: 1px solid var(--security-line);
  color: var(--security-ink);
  font-size: 12px;
  font-weight: 800;
}

.security-domain-board > footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--security-line);
  background: var(--security-surface-strong);
}

.security-domain-board > footer > div {
  min-width: 0;
  padding: 17px 24px;
  border-right: 1px solid var(--security-line);
}

.security-domain-board > footer > div:last-child {
  border-right: 0;
}

.security-awareness-band .security-section-head {
  max-width: 920px;
}

.security-learning-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--security-line);
  border-radius: 6px;
  background: var(--security-surface);
  overflow: hidden;
}

.security-learning-track > article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 340px;
  padding: 26px 24px 0;
  border-right: 1px solid var(--security-line);
}

.security-learning-track > article:last-child {
  border-right: 0;
}

.security-learning-track article > header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
}

.security-learning-track article > header span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--security-line-strong);
  border-radius: 50%;
  color: var(--security-accent);
  background: var(--security-surface-strong);
  font-size: 11px;
  font-weight: 800;
}

.security-learning-track article > header small {
  color: var(--security-green);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-learning-track h3 {
  margin: 0;
  color: var(--security-ink);
  font-size: 21px;
  line-height: 1.3;
}

.security-learning-track ul {
  display: grid;
  gap: 0;
  margin: 20px 0 24px;
  padding: 0;
  border-top: 1px solid var(--security-line);
  list-style: none;
}

.security-learning-track li {
  position: relative;
  min-height: 58px;
  padding: 17px 4px 14px 20px;
  border-bottom: 1px solid var(--security-line);
  color: var(--security-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.security-learning-track li::before {
  position: absolute;
  top: 22px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--security-accent-bright);
  content: "";
}

.security-learning-track article > footer {
  min-height: 66px;
  margin: auto -24px 0;
  padding: 17px 24px;
  border-top: 1px solid var(--security-line);
  color: var(--security-ink);
  background: var(--security-surface-strong);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}

.security-behavior-loop {
  display: grid;
  grid-template-columns: auto minmax(32px, 1fr) auto minmax(32px, 1fr) auto minmax(32px, 1fr) auto minmax(260px, 1.7fr);
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid var(--security-line);
  border-radius: 6px;
  background: var(--security-surface-strong);
}

.security-behavior-loop > div {
  display: flex;
  gap: 9px;
  align-items: center;
}

.security-behavior-loop > div span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--security-line-strong);
  border-radius: 50%;
  color: var(--security-accent);
  background: var(--security-surface);
  font-size: 9px;
  font-weight: 800;
}

.security-behavior-loop > div strong {
  color: var(--security-ink);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-behavior-loop > i {
  display: block;
  height: 1px;
  background: var(--security-line-strong);
}

.security-behavior-loop > em {
  justify-self: stretch;
  padding: 10px 14px;
  border-left: 2px solid var(--security-green);
  color: var(--security-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.security-rollout-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--security-line-strong);
  border-bottom: 1px solid var(--security-line);
}

.security-rollout-track > article {
  position: relative;
  min-width: 0;
  min-height: 260px;
  padding: 28px 22px 24px;
  border-right: 1px solid var(--security-line);
}

.security-rollout-track > article:last-child {
  border-right: 0;
}

.security-rollout-track > article::before {
  position: absolute;
  top: -5px;
  left: 22px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--security-bg-alt);
  border-radius: 50%;
  background: var(--security-accent);
  content: "";
}

.security-rollout-track article > span {
  display: block;
  margin-bottom: 36px;
  color: var(--security-accent);
  font-size: 18px;
  font-weight: 800;
}

.security-rollout-track article > small {
  display: block;
  margin-bottom: 8px;
  color: var(--security-green);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-rollout-track h3 {
  margin: 0;
  color: var(--security-ink);
  font-size: 18px;
  line-height: 1.32;
}

.security-rollout-track p {
  margin: 13px 0 0;
  color: var(--security-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}

.security-impact-ledger {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  border: 1px solid var(--security-line);
  border-radius: 6px;
  background: var(--security-surface);
  overflow: hidden;
}

.security-impact-ledger > article {
  --impact-color: var(--security-accent);
  position: relative;
  grid-column: span 3;
  min-width: 0;
  min-height: 250px;
  padding: 26px 24px;
  border-right: 1px solid var(--security-line);
  border-bottom: 1px solid var(--security-line);
}

.security-impact-ledger > article:nth-child(2),
.security-impact-ledger > article:nth-child(5) {
  --impact-color: var(--security-green);
}

.security-impact-ledger > article:nth-child(3),
.security-impact-ledger > article:nth-child(6) {
  --impact-color: var(--security-amber);
}

.security-impact-ledger > article:nth-child(4),
.security-impact-ledger > article:nth-child(7) {
  --impact-color: var(--security-blue);
}

.security-impact-ledger > article:nth-child(4) {
  border-right: 0;
}

.security-impact-ledger > article:nth-child(n + 5) {
  grid-column: span 4;
  min-height: 220px;
  border-bottom: 0;
}

.security-impact-ledger > article:last-child {
  border-right: 0;
}

.security-impact-ledger > article::before {
  position: absolute;
  top: 0;
  left: 24px;
  width: 52px;
  height: 3px;
  background: var(--impact-color);
  content: "";
}

.security-impact-ledger article > span {
  display: block;
  margin: 10px 0 42px;
  color: var(--impact-color);
  font-size: 18px;
  font-weight: 800;
}

.security-impact-ledger article > small {
  display: block;
  margin-bottom: 8px;
  color: var(--security-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-impact-ledger h3 {
  margin: 0;
  color: var(--security-ink);
  font-size: 19px;
  line-height: 1.35;
}

.security-impact-ledger p {
  margin: 13px 0 0;
  color: var(--security-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}

.security-faq-standard {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--security-line);
  border-radius: 6px;
  background: var(--security-surface);
}

.security-faq-standard > span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid var(--security-line-strong);
  border-radius: 4px;
  color: var(--security-accent);
  background: var(--security-surface-strong);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-faq-standard > strong {
  color: var(--security-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.security-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--security-line);
  border-radius: 6px;
  background: var(--security-surface);
  overflow: hidden;
}

.security-faq-grid details {
  min-width: 0;
  min-height: 172px;
  padding: 0 24px;
  border-right: 1px solid var(--security-line);
}

.security-faq-grid details:last-child {
  border-right: 0;
}

.security-faq-grid summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 96px;
  padding: 20px 46px 20px 0;
  color: var(--security-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

.security-faq-grid summary::-webkit-details-marker {
  display: none;
}

.security-faq-grid summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--security-line-strong);
  border-radius: 4px;
  color: var(--security-accent);
  font-size: 20px;
  font-weight: 500;
  content: "+";
  transform: translateY(-50%);
}

.security-faq-grid details[open] summary::after {
  content: "−";
}

.security-faq-grid details[open] summary {
  border-bottom: 1px solid var(--security-line);
}

.security-faq-grid details > p {
  margin: 0;
  padding: 18px 0 24px;
  color: var(--security-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.68;
}

html:root body .corporate-page.corporate-page .security-readiness-cta.security-readiness-cta {
  margin: 0 !important;
  padding: 88px 0 !important;
  border-top: 1px solid rgba(7, 142, 183, 0.2) !important;
  background: #e8f1f4 !important;
}

html:root[data-theme="dark"] body .corporate-page.corporate-page .security-readiness-cta.security-readiness-cta {
  border-top-color: rgba(67, 195, 228, 0.2) !important;
  background: #07131d !important;
}

html:root body .corporate-page.corporate-page .security-readiness-cta.security-readiness-cta::before {
  background-image:
    linear-gradient(90deg, rgba(7, 142, 183, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(7, 142, 183, 0.05) 1px, transparent 1px) !important;
  background-size: 64px 64px !important;
  opacity: 0.68 !important;
}

:root[data-theme="dark"] body .corporate-page .security-readiness-cta::before {
  opacity: 0.28 !important;
}

@media (max-width: 1180px) {
  .security-command-head,
  .security-section-head-split {
    gap: 46px;
  }

  .security-command-copy h2,
  .security-section-head h2 {
    font-size: 40px;
  }

  .security-defense-planes,
  .security-learning-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .security-defense-planes > article,
  .security-learning-track > article {
    border-bottom: 1px solid var(--security-line);
  }

  .security-defense-planes > article:nth-child(2n),
  .security-learning-track > article:nth-child(2n) {
    border-right: 0;
  }

  .security-defense-planes > article:nth-last-child(-n + 2),
  .security-learning-track > article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .security-defense-planes > article {
    min-height: 440px;
  }

  .security-defense-planes article > p {
    min-height: 58px;
  }

  .security-learning-track > article {
    min-height: 315px;
  }

  .security-behavior-loop {
    grid-template-columns: auto minmax(28px, 1fr) auto minmax(28px, 1fr) auto minmax(28px, 1fr) auto;
  }

  .security-behavior-loop > em {
    grid-column: 1 / -1;
  }

  .security-impact-ledger > article {
    padding-right: 20px;
    padding-left: 20px;
  }

  .security-impact-ledger > article::before {
    left: 20px;
  }
}

@media (max-width: 980px) {
  .security-readiness-system > div {
    padding: 82px 0;
  }

  .security-command-head,
  .security-section-head-split {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }

  .security-command-principle {
    min-height: 0;
  }

  .security-section-head-split > p,
  .security-section-head-split > div + p {
    max-width: 780px;
  }

  .security-posture-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .security-posture-route > article {
    border-bottom: 1px solid var(--security-line);
  }

  .security-posture-route > article:nth-child(2n) {
    border-right: 0;
  }

  .security-posture-route > article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .security-risk-clusters {
    grid-template-columns: 1fr;
  }

  .security-risk-clusters > article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--security-line);
  }

  .security-risk-clusters > article:last-child {
    border-bottom: 0;
  }

  .security-gate-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 0;
  }

  .security-gate-flow::before {
    display: none;
  }

  .security-gate-support {
    grid-template-columns: 1fr;
  }

  .security-gate-support > article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--security-line);
  }

  .security-gate-support > article:last-child {
    border-bottom: 0;
  }

  .security-rollout-track {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .security-rollout-track > article {
    grid-column: span 2;
    border-bottom: 1px solid var(--security-line);
  }

  .security-rollout-track > article:nth-child(3) {
    border-right: 0;
  }

  .security-rollout-track > article:nth-child(n + 4) {
    grid-column: span 3;
    border-bottom: 0;
  }

  .security-impact-ledger {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .security-impact-ledger > article,
  .security-impact-ledger > article:nth-child(n + 5) {
    grid-column: span 3;
    min-height: 235px;
    border-right: 1px solid var(--security-line);
    border-bottom: 1px solid var(--security-line);
  }

  .security-impact-ledger > article:nth-child(2n) {
    border-right: 0;
  }

  .security-impact-ledger > article:nth-child(4) {
    border-right: 0;
  }

  .security-impact-ledger > article:last-child {
    grid-column: 1 / -1;
    min-height: 190px;
    border-right: 0;
    border-bottom: 0;
  }

  .security-faq-grid {
    grid-template-columns: 1fr;
  }

  .security-faq-grid details {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--security-line);
  }

  .security-faq-grid details:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .security-readiness-system > div {
    padding: 70px 0;
  }

  .security-command-band::before,
  .security-identity-band::before,
  .security-awareness-band::before {
    background-size: 48px 48px;
  }

  .security-command-copy h2,
  .security-section-head h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .security-command-copy > p:last-child,
  .security-section-head > p,
  .security-section-head > div + p,
  .security-section-head:not(.security-section-head-split) > p:last-child {
    font-size: 15px;
  }

  .security-command-principle {
    padding: 24px;
  }

  .security-command-principle > strong {
    font-size: 21px;
  }

  .security-posture-console {
    margin-top: 40px;
  }

  .security-posture-console > header,
  .security-risk-register > header,
  .security-access-gate > header,
  .security-domain-board > header {
    align-items: flex-start;
    padding: 17px;
  }

  .security-posture-console > header > em,
  .security-risk-register > header > em,
  .security-access-gate > header > em,
  .security-domain-board > header > span {
    display: none;
  }

  .security-posture-route,
  .security-posture-console > footer,
  .security-access-gate > footer,
  .security-defense-planes,
  .security-learning-track {
    grid-template-columns: 1fr;
  }

  .security-posture-route > article,
  .security-posture-route > article:nth-child(2n),
  .security-posture-route > article:nth-last-child(-n + 2),
  .security-defense-planes > article,
  .security-defense-planes > article:nth-child(2n),
  .security-defense-planes > article:nth-last-child(-n + 2),
  .security-learning-track > article,
  .security-learning-track > article:nth-child(2n),
  .security-learning-track > article:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--security-line);
  }

  .security-posture-route > article:last-child,
  .security-defense-planes > article:last-child,
  .security-learning-track > article:last-child {
    border-bottom: 0;
  }

  .security-posture-console > footer > div,
  .security-access-gate > footer > div {
    border-right: 0;
    border-bottom: 1px solid var(--security-line);
  }

  .security-posture-console > footer > div:last-child,
  .security-access-gate > footer > div:last-child {
    border-bottom: 0;
  }

  .security-defense-planes article > p {
    min-height: 0;
  }

  .security-section-head {
    margin-bottom: 36px;
  }

  .security-risk-register > footer,
  .security-domain-board > footer {
    grid-template-columns: 1fr;
  }

  .security-risk-register > footer > div,
  .security-domain-board > footer > div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--security-line);
  }

  .security-risk-register > footer > div:last-child,
  .security-domain-board > footer > div:last-child {
    border-bottom: 0;
  }

  .security-gate-flow {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 26px 18px;
  }

  .security-gate-flow > article {
    padding: 0;
  }

  .security-trust-chain {
    grid-template-columns: 1fr;
  }

  .security-trust-chain > article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--security-line);
  }

  .security-trust-chain > article:last-child {
    border-bottom: 0;
  }

  .security-trust-chain > article:not(:last-child)::after {
    top: auto;
    right: 24px;
    bottom: -10px;
    content: "v";
  }

  .security-trust-chain p {
    min-height: 0;
  }

  .security-behavior-loop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .security-behavior-loop > div {
    flex-direction: column;
    align-items: flex-start;
  }

  .security-behavior-loop > i {
    display: none;
  }

  .security-behavior-loop > em {
    grid-column: 1 / -1;
  }

  .security-rollout-track {
    grid-template-columns: 1fr;
  }

  .security-rollout-track > article,
  .security-rollout-track > article:nth-child(n + 4) {
    grid-column: auto;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--security-line);
  }

  .security-rollout-track > article:last-child {
    border-bottom: 0;
  }

  .security-rollout-track article > span {
    margin-bottom: 24px;
  }

  .security-impact-ledger {
    grid-template-columns: 1fr;
  }

  .security-impact-ledger > article,
  .security-impact-ledger > article:nth-child(n + 5),
  .security-impact-ledger > article:last-child {
    grid-column: auto;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--security-line);
  }

  .security-impact-ledger > article:last-child {
    border-bottom: 0;
  }

  .security-impact-ledger article > span {
    margin-bottom: 28px;
  }

  html:root body .corporate-page.corporate-page .security-readiness-cta.security-readiness-cta {
    padding: 64px 0 !important;
  }
}

@media (max-width: 520px) {
  .security-readiness-system > div {
    padding: 56px 0;
  }

  .security-command-copy h2,
  .security-section-head h2 {
    font-size: 29px;
  }

  .security-readiness-system .eyebrow {
    font-size: 10px;
  }

  .security-posture-console .hardware-mini,
  .security-risk-register .hardware-mini,
  .security-access-gate .hardware-mini,
  .security-domain-board .hardware-mini {
    width: 42px;
    height: 42px;
  }

  .security-posture-console > header > div,
  .security-risk-register > header > div,
  .security-access-gate > header > div,
  .security-domain-board > header > div {
    gap: 12px;
  }

  .security-posture-console > header strong,
  .security-risk-register > header strong,
  .security-access-gate > header strong,
  .security-domain-board > header strong {
    font-size: 15px;
  }

  .security-posture-route > article {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 22px 18px 17px;
  }

  .security-defense-planes > article,
  .security-learning-track > article {
    padding-right: 18px;
    padding-left: 18px;
  }

  .security-defense-planes article > footer,
  .security-learning-track article > footer {
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .security-risk-clusters > article {
    padding-right: 18px;
    padding-left: 18px;
  }

  .security-risk-clusters article > footer {
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .security-gate-support > article {
    grid-template-columns: 1fr;
  }

  .security-gate-support span {
    text-align: left;
  }

  .security-trust-chain > article {
    padding: 24px 20px;
  }

  .security-behavior-loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .security-faq-standard {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .security-faq-standard > span {
    width: 52px;
    height: 54px;
  }

  .security-faq-grid details {
    padding: 0 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .security-live-dot {
    animation: none !important;
  }
}

@media (max-width: 980px) {
  body:has(.security-readiness-system) .site-header {
    max-width: 100%;
    overflow-x: clip;
  }
}

/* Device and workplace provisioning service page */
.workplace-provisioning-system {
  --workplace-bg: #eef4f6;
  --workplace-bg-alt: #f8fafb;
  --workplace-surface: #ffffff;
  --workplace-surface-strong: #e4edf0;
  --workplace-ink: #102530;
  --workplace-muted: #61737c;
  --workplace-line: rgba(25, 89, 108, 0.2);
  --workplace-line-strong: rgba(4, 145, 183, 0.42);
  --workplace-accent: #078fb6;
  --workplace-accent-bright: #3bbddd;
  --workplace-green: #188673;
  --workplace-amber: #aa742a;
  --workplace-blue: #5a7fa7;
  position: relative;
  color: var(--workplace-ink);
  background: var(--workplace-bg);
  overflow: hidden;
}

:root[data-theme="dark"] .workplace-provisioning-system {
  --workplace-bg: #081821;
  --workplace-bg-alt: #0b1d27;
  --workplace-surface: #0e222d;
  --workplace-surface-strong: #142c37;
  --workplace-ink: #f2f6f7;
  --workplace-muted: #a8b7bd;
  --workplace-line: rgba(112, 187, 207, 0.2);
  --workplace-line-strong: rgba(64, 193, 224, 0.46);
  --workplace-accent: #48c6e5;
  --workplace-accent-bright: #67d3ec;
  --workplace-green: #5ac5a8;
  --workplace-amber: #d4a761;
  --workplace-blue: #83a9d1;
}

.workplace-provisioning-system > div {
  position: relative;
  padding: 96px 0;
  border-top: 1px solid var(--workplace-line);
}

.workplace-provisioning-system > div:first-child {
  border-top: 0;
}

.workplace-provisioning-system > div:nth-child(even) {
  background: var(--workplace-bg-alt);
}

.workplace-intro-band::before,
.workplace-build-band::before,
.workplace-print-band::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, var(--workplace-line) 1px, transparent 1px),
    linear-gradient(var(--workplace-line) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.18;
  content: "";
  pointer-events: none;
}

.workplace-provisioning-system .container {
  position: relative;
  z-index: 1;
}

.workplace-intro-head,
.workplace-section-head-split {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(340px, 0.72fr);
  gap: 70px;
  align-items: end;
}

.workplace-provisioning-system .eyebrow {
  display: flex;
  gap: 13px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--workplace-accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.workplace-provisioning-system .eyebrow::before {
  width: 27px;
  height: 2px;
  background: var(--workplace-accent-bright);
  content: "";
}

.workplace-intro-head h2,
.workplace-section-head h2 {
  max-width: 900px;
  margin: 0;
  color: var(--workplace-ink);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.workplace-intro-head > div > p:last-child,
.workplace-section-head > p,
.workplace-section-head > div + p,
.workplace-section-head:not(.workplace-section-head-split) > p:last-child {
  margin: 22px 0 0;
  color: var(--workplace-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.workplace-section-head-split > p,
.workplace-section-head-split > div + p {
  margin: 0;
  padding: 0 0 2px 26px;
  border-left: 2px solid var(--workplace-accent-bright);
}

.workplace-delivery-note {
  min-height: 205px;
  padding: 28px 30px;
  border-top: 3px solid var(--workplace-accent-bright);
  border-bottom: 1px solid var(--workplace-line);
  background: var(--workplace-surface-strong);
}

.workplace-delivery-note > span {
  display: block;
  margin-bottom: 16px;
  color: var(--workplace-accent);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-delivery-note > strong {
  display: block;
  color: var(--workplace-ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.24;
}

.workplace-delivery-note > p {
  margin: 16px 0 0;
  color: var(--workplace-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.workplace-blueprint,
.workplace-license-ledger,
.workplace-bom-board,
.workplace-build-line,
.workplace-rebuild-route,
.workplace-print-topology,
.workplace-value-ledger {
  border: 1px solid var(--workplace-line-strong);
  border-radius: 6px;
  background: var(--workplace-surface);
  overflow: hidden;
}

.workplace-blueprint {
  margin-top: 58px;
  box-shadow: 0 22px 50px rgba(15, 59, 72, 0.08);
}

:root[data-theme="dark"] .workplace-blueprint {
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
}

.workplace-blueprint > header,
.workplace-bom-board > header,
.workplace-print-topology > header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 88px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--workplace-line);
  background: var(--workplace-surface-strong);
}

.workplace-blueprint > header > div,
.workplace-bom-board > header > div,
.workplace-print-topology > header > div {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.workplace-blueprint .hardware-mini,
.workplace-bom-board .hardware-mini,
.workplace-print-topology .hardware-mini {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-color: var(--workplace-line-strong);
  color: var(--workplace-accent);
  background: color-mix(in srgb, var(--workplace-surface) 76%, var(--workplace-accent) 24%);
}

.workplace-blueprint header small,
.workplace-bom-board header small,
.workplace-print-topology header small {
  display: block;
  margin-bottom: 4px;
  color: var(--workplace-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-blueprint > header strong,
.workplace-bom-board > header strong,
.workplace-print-topology > header strong {
  display: block;
  color: var(--workplace-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.workplace-blueprint > header > em,
.workplace-print-topology > header > em,
.workplace-bom-board > header > span {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid var(--workplace-line-strong);
  border-radius: 4px;
  color: var(--workplace-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-blueprint-body {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(440px, 1.6fr) minmax(220px, 0.8fr);
  min-height: 350px;
}

.workplace-blueprint-input,
.workplace-blueprint-output {
  padding: 30px 26px;
  background: var(--workplace-bg-alt);
}

.workplace-blueprint-input {
  border-right: 1px solid var(--workplace-line);
}

.workplace-blueprint-output {
  border-left: 1px solid var(--workplace-line);
}

.workplace-blueprint-body aside > small,
.workplace-blueprint-core > small {
  display: block;
  margin-bottom: 9px;
  color: var(--workplace-accent);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-blueprint-body h3 {
  margin: 0;
  color: var(--workplace-ink);
  font-size: 22px;
  line-height: 1.3;
}

.workplace-blueprint-body dl {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  border-top: 1px solid var(--workplace-line);
}

.workplace-blueprint-body dl > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid var(--workplace-line);
}

.workplace-blueprint-body dt {
  color: var(--workplace-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-blueprint-body dd {
  margin: 0;
  color: var(--workplace-ink);
  font-size: 11px;
  font-weight: 800;
  text-align: right;
}

.workplace-blueprint-output dd {
  color: var(--workplace-green);
}

.workplace-blueprint-core {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  padding: 34px 40px;
  text-align: center;
}

.workplace-device-stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 64px);
  gap: 26px;
  margin-bottom: 32px;
}

.workplace-device-stage::before {
  position: absolute;
  top: 31px;
  right: 34px;
  left: 34px;
  height: 2px;
  background: var(--workplace-line-strong);
  content: "";
}

.workplace-device-stage .hardware-mini {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  background: var(--workplace-surface);
}

.workplace-blueprint-core h3 {
  font-size: 25px;
}

.workplace-blueprint-core > p {
  max-width: 520px;
  margin: 14px 0 0;
  color: var(--workplace-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}

.workplace-blueprint > footer {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--workplace-line);
  background: var(--workplace-surface-strong);
}

.workplace-blueprint > footer > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 66px;
  padding: 12px 16px;
  border-right: 1px solid var(--workplace-line);
}

.workplace-blueprint > footer > div:last-child {
  border-right: 0;
}

.workplace-blueprint footer span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--workplace-line-strong);
  border-radius: 50%;
  color: var(--workplace-accent);
  background: var(--workplace-surface);
  font-size: 8px;
  font-weight: 800;
}

.workplace-blueprint footer strong {
  color: var(--workplace-ink);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
}

.workplace-section-head {
  margin-bottom: 48px;
}

.workplace-section-head:not(.workplace-section-head-split) {
  max-width: 900px;
}

.workplace-license-ledger > header {
  display: grid;
  grid-template-columns: 64px minmax(230px, 0.9fr) minmax(330px, 1.35fr) minmax(180px, 0.65fr);
  min-height: 50px;
  border-bottom: 1px solid var(--workplace-line);
  background: var(--workplace-surface-strong);
}

.workplace-license-ledger > header > span {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 12px 18px;
  border-right: 1px solid var(--workplace-line);
  color: var(--workplace-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-license-ledger > header > span:last-child {
  border-right: 0;
}

.workplace-license-ledger > article {
  display: grid;
  grid-template-columns: 64px minmax(230px, 0.9fr) minmax(330px, 1.35fr) minmax(180px, 0.65fr);
  min-height: 130px;
  border-bottom: 1px solid var(--workplace-line);
}

.workplace-license-ledger > article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 46px;
  align-self: center;
  justify-self: center;
  border: 1px solid var(--workplace-line-strong);
  border-radius: 4px;
  color: var(--workplace-accent);
  background: var(--workplace-surface-strong);
  font-size: 10px;
  font-weight: 800;
}

.workplace-license-ledger > article > div,
.workplace-license-ledger > article > ul,
.workplace-license-ledger > article > strong {
  min-width: 0;
  padding: 24px 20px;
  border-left: 1px solid var(--workplace-line);
}

.workplace-license-ledger article small {
  display: block;
  margin-bottom: 7px;
  color: var(--workplace-accent);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-license-ledger article h3 {
  margin: 0;
  color: var(--workplace-ink);
  font-size: 18px;
  line-height: 1.35;
}

.workplace-license-ledger article > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  align-content: center;
  margin: 0;
  list-style: none;
}

.workplace-license-ledger article li {
  position: relative;
  padding-left: 17px;
  color: var(--workplace-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.workplace-license-ledger article li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--workplace-green);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--workplace-green) 13%, transparent);
  content: "";
}

.workplace-license-ledger > article > strong {
  display: flex;
  align-items: center;
  color: var(--workplace-green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.workplace-license-ledger > footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--workplace-bg-alt);
}

.workplace-license-ledger > footer > div {
  min-width: 0;
  min-height: 74px;
  padding: 16px 22px;
  border-right: 1px solid var(--workplace-line);
}

.workplace-license-ledger > footer > div:last-child {
  border-right: 0;
}

.workplace-license-ledger footer small {
  display: block;
  margin-bottom: 6px;
  color: var(--workplace-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-license-ledger footer strong {
  color: var(--workplace-ink);
  font-size: 12px;
  font-weight: 800;
}

.workplace-bom-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.workplace-bom-grid > article {
  --bom-accent: var(--workplace-accent);
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 300px;
  padding: 26px 22px 0;
  border-right: 1px solid var(--workplace-line);
}

.workplace-bom-grid > article:nth-child(2),
.workplace-bom-grid > article:nth-child(5) {
  --bom-accent: var(--workplace-green);
}

.workplace-bom-grid > article:nth-child(3) {
  --bom-accent: var(--workplace-amber);
}

.workplace-bom-grid > article:nth-child(4) {
  --bom-accent: var(--workplace-blue);
}

.workplace-bom-grid > article:last-child {
  border-right: 0;
}

.workplace-bom-grid article > .hardware-mini {
  width: 54px;
  height: 54px;
  margin-bottom: 26px;
  color: var(--bom-accent);
  border-color: color-mix(in srgb, var(--bom-accent) 60%, transparent);
}

.workplace-bom-grid article > small {
  display: block;
  margin-bottom: 9px;
  color: var(--bom-accent);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-bom-grid h3 {
  margin: 0;
  color: var(--workplace-ink);
  font-size: 20px;
  line-height: 1.3;
}

.workplace-bom-grid p {
  margin: 14px 0 24px;
  color: var(--workplace-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.62;
}

.workplace-bom-grid article > em {
  display: block;
  margin: auto -22px 0;
  min-height: 58px;
  padding: 19px 22px;
  border-top: 1px solid var(--workplace-line);
  color: var(--bom-accent);
  background: var(--workplace-surface-strong);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.workplace-bom-board > footer,
.workplace-rebuild-route > footer {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  padding: 16px 24px;
  border-top: 1px solid var(--workplace-line);
  background: var(--workplace-bg-alt);
}

.workplace-bom-board > footer > span,
.workplace-rebuild-route > footer > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 52px;
  border: 1px solid var(--workplace-line-strong);
  border-radius: 4px;
  color: var(--workplace-accent);
  background: var(--workplace-surface-strong);
  font-size: 10px;
  font-weight: 800;
}

.workplace-bom-board > footer small,
.workplace-rebuild-route > footer small {
  display: block;
  margin-bottom: 5px;
  color: var(--workplace-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-bom-board > footer strong,
.workplace-rebuild-route > footer strong {
  color: var(--workplace-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.workplace-bom-board > footer > em,
.workplace-rebuild-route > footer > em {
  padding: 9px 12px;
  border: 1px solid var(--workplace-line-strong);
  border-radius: 4px;
  color: var(--workplace-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-build-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top-width: 3px;
}

.workplace-build-line > article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 430px;
  padding: 26px 26px 0;
  border-right: 1px solid var(--workplace-line);
}

.workplace-build-line > article:last-child {
  border-right: 0;
}

.workplace-build-line article > header {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  min-height: 74px;
  margin-bottom: 24px;
}

.workplace-build-line article > header > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 58px;
  border: 1px solid var(--workplace-line-strong);
  border-radius: 4px;
  color: var(--workplace-accent);
  background: var(--workplace-surface-strong);
  font-size: 11px;
  font-weight: 800;
}

.workplace-build-line article > header small {
  display: block;
  margin-bottom: 6px;
  color: var(--workplace-accent);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-build-line article > header h3 {
  margin: 0;
  color: var(--workplace-ink);
  font-size: 19px;
  line-height: 1.32;
}

.workplace-build-line article > header em {
  color: var(--workplace-green);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-build-line ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--workplace-line);
  list-style: none;
}

.workplace-build-line li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid var(--workplace-line);
}

.workplace-build-line li > span {
  color: var(--workplace-muted);
  font-size: 8px;
  font-weight: 800;
}

.workplace-build-line li > strong {
  color: var(--workplace-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.workplace-build-line article > footer {
  min-height: 72px;
  margin: auto -26px 0;
  padding: 16px 26px;
  border-top: 1px solid var(--workplace-line);
  background: var(--workplace-surface-strong);
}

.workplace-build-line article > footer small {
  display: block;
  margin-bottom: 6px;
  color: var(--workplace-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-build-line article > footer strong {
  color: var(--workplace-green);
  font-size: 12px;
  font-weight: 800;
}

.workplace-build-proof {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 18px;
  border: 1px solid var(--workplace-line);
  border-radius: 6px;
  background: var(--workplace-surface-strong);
  overflow: hidden;
}

.workplace-build-proof > div {
  min-width: 0;
  min-height: 66px;
  padding: 14px 18px;
  border-right: 1px solid var(--workplace-line);
}

.workplace-build-proof > div:last-child {
  border-right: 0;
}

.workplace-build-proof small {
  display: block;
  margin-bottom: 5px;
  color: var(--workplace-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-build-proof strong {
  color: var(--workplace-green);
  font-size: 11px;
  font-weight: 800;
}

.workplace-rebuild-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
  border-top-width: 3px;
}

.workplace-rebuild-route > article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 340px;
  padding: 26px 24px 0;
  border-right: 1px solid var(--workplace-line);
}

.workplace-rebuild-route > article:nth-child(4) {
  border-right: 0;
}

.workplace-rebuild-route article > header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 30px;
}

.workplace-rebuild-route article > header span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--workplace-line-strong);
  border-radius: 50%;
  color: var(--workplace-accent);
  background: var(--workplace-surface-strong);
  font-size: 10px;
  font-weight: 800;
}

.workplace-rebuild-route article > header small {
  color: var(--workplace-green);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-rebuild-route article h3 {
  margin: 0;
  color: var(--workplace-ink);
  font-size: 20px;
  line-height: 1.3;
}

.workplace-rebuild-route article ul {
  display: grid;
  gap: 0;
  margin: 20px 0 22px;
  padding: 0;
  border-top: 1px solid var(--workplace-line);
  list-style: none;
}

.workplace-rebuild-route article li {
  position: relative;
  min-height: 56px;
  padding: 16px 4px 13px 18px;
  border-bottom: 1px solid var(--workplace-line);
  color: var(--workplace-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.workplace-rebuild-route article li::before {
  position: absolute;
  top: 21px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--workplace-accent-bright);
  content: "";
}

.workplace-rebuild-route article > em {
  min-height: 58px;
  margin: auto -24px 0;
  padding: 19px 24px;
  border-top: 1px solid var(--workplace-line);
  color: var(--workplace-green);
  background: var(--workplace-surface-strong);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.workplace-rebuild-route > footer {
  grid-column: 1 / -1;
}

.workplace-print-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  position: relative;
}

.workplace-print-map::before {
  position: absolute;
  z-index: 0;
  top: 62px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: var(--workplace-line-strong);
  content: "";
}

.workplace-print-map > article,
.workplace-print-core {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 305px;
  padding: 28px 22px 24px;
  border-right: 1px solid var(--workplace-line);
  background: var(--workplace-surface);
}

.workplace-print-map > article:last-child {
  border-right: 0;
}

.workplace-print-map > article > .hardware-mini,
.workplace-print-core > .hardware-mini {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto 25px;
  background: var(--workplace-surface);
}

.workplace-print-map > article > small,
.workplace-print-core > small {
  display: block;
  margin-bottom: 8px;
  color: var(--workplace-accent);
  font-size: 8px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.workplace-print-map h3,
.workplace-print-core > strong {
  display: block;
  margin: 0;
  color: var(--workplace-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.workplace-print-map article > p {
  margin: 13px 0 0;
  color: var(--workplace-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.58;
  text-align: center;
}

.workplace-print-core {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--workplace-line);
  border-left: 1px solid var(--workplace-line);
  background: var(--workplace-surface-strong);
}

.workplace-print-core > .hardware-mini {
  width: 72px;
  height: 72px;
}

.workplace-print-core > em {
  display: block;
  margin-top: 18px;
  color: var(--workplace-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.workplace-print-topology > footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--workplace-line);
  background: var(--workplace-bg-alt);
}

.workplace-print-topology > footer > div {
  display: grid;
  grid-template-columns: 42px 90px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  min-height: 82px;
  padding: 16px 22px;
  border-right: 1px solid var(--workplace-line);
}

.workplace-print-topology > footer > div:last-child {
  border-right: 0;
}

.workplace-print-topology footer span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 42px;
  border: 1px solid var(--workplace-line-strong);
  border-radius: 4px;
  color: var(--workplace-accent);
  background: var(--workplace-surface-strong);
  font-size: 9px;
  font-weight: 800;
}

.workplace-print-topology footer small {
  color: var(--workplace-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-print-topology footer strong {
  color: var(--workplace-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.workplace-value-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.workplace-value-ledger > div {
  min-width: 0;
  padding: 28px 28px 0;
}

.workplace-value-ledger > div:first-child {
  border-right: 1px solid var(--workplace-line);
}

.workplace-value-ledger > div > header {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 70px;
  margin-bottom: 24px;
}

.workplace-value-ledger > div > header > span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 60px;
  border: 1px solid var(--workplace-line-strong);
  border-radius: 4px;
  color: var(--workplace-accent);
  background: var(--workplace-surface-strong);
  font-size: 11px;
  font-weight: 800;
}

.workplace-value-ledger header small {
  display: block;
  margin-bottom: 6px;
  color: var(--workplace-accent);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-value-ledger header h3 {
  margin: 0;
  color: var(--workplace-ink);
  font-size: 22px;
  line-height: 1.3;
}

.workplace-value-ledger ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--workplace-line);
  list-style: none;
}

.workplace-value-ledger li {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(150px, 0.7fr);
  gap: 22px;
  align-items: center;
  min-height: 74px;
  border-bottom: 1px solid var(--workplace-line);
}

.workplace-value-ledger li > strong {
  color: var(--workplace-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.workplace-value-ledger li > span {
  color: var(--workplace-green);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  text-align: right;
}

.workplace-value-ledger > footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column: 1 / -1;
  border-top: 1px solid var(--workplace-line);
  background: var(--workplace-surface-strong);
}

.workplace-value-ledger > footer > div {
  min-width: 0;
  min-height: 70px;
  padding: 15px 20px;
  border-right: 1px solid var(--workplace-line);
}

.workplace-value-ledger > footer > div:last-child {
  border-right: 0;
}

.workplace-value-ledger footer small {
  display: block;
  margin-bottom: 6px;
  color: var(--workplace-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-value-ledger footer strong {
  color: var(--workplace-green);
  font-size: 11px;
  font-weight: 800;
}

.workplace-faq-note {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--workplace-line);
  border-radius: 6px;
  background: var(--workplace-surface);
}

.workplace-faq-note > span {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid var(--workplace-line-strong);
  border-radius: 4px;
  color: var(--workplace-accent);
  background: var(--workplace-surface-strong);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.workplace-faq-note > strong {
  color: var(--workplace-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.workplace-faq-list {
  border: 1px solid var(--workplace-line);
  border-radius: 6px;
  background: var(--workplace-surface);
  overflow: hidden;
}

.workplace-faq-list details {
  border-bottom: 1px solid var(--workplace-line);
}

.workplace-faq-list details:last-child {
  border-bottom: 0;
}

.workplace-faq-list summary {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 36px;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  padding: 16px 22px;
  color: var(--workplace-ink);
  cursor: pointer;
  list-style: none;
}

.workplace-faq-list summary::-webkit-details-marker {
  display: none;
}

.workplace-faq-list summary > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 54px;
  border: 1px solid var(--workplace-line-strong);
  border-radius: 4px;
  color: var(--workplace-accent);
  background: var(--workplace-surface-strong);
  font-size: 10px;
  font-weight: 800;
}

.workplace-faq-list summary > strong {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.workplace-faq-list summary > i {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid var(--workplace-line-strong);
  border-radius: 50%;
}

.workplace-faq-list summary > i::before,
.workplace-faq-list summary > i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: var(--workplace-accent);
  content: "";
  transform: translate(-50%, -50%);
}

.workplace-faq-list summary > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.workplace-faq-list details[open] summary > i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.workplace-faq-list details[open] summary {
  border-bottom: 1px solid var(--workplace-line);
  background: var(--workplace-surface-strong);
}

.workplace-faq-list details > p {
  margin: 0;
  padding: 22px 28px 26px 96px;
  color: var(--workplace-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

html:root body .corporate-page.corporate-page .workplace-provisioning-cta.workplace-provisioning-cta {
  margin: 0 !important;
  padding: 88px 0 !important;
  border-top: 1px solid rgba(7, 143, 182, 0.2) !important;
  background: #e7f0f3 !important;
}

html:root[data-theme="dark"] body .corporate-page.corporate-page .workplace-provisioning-cta.workplace-provisioning-cta {
  border-top-color: rgba(72, 198, 229, 0.2) !important;
  background: #07131b !important;
}

html:root body .corporate-page.corporate-page .workplace-provisioning-cta.workplace-provisioning-cta::before {
  background-image:
    linear-gradient(90deg, rgba(7, 143, 182, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(7, 143, 182, 0.045) 1px, transparent 1px) !important;
  background-size: 72px 72px !important;
  opacity: 0.66 !important;
}

:root[data-theme="dark"] body .corporate-page .workplace-provisioning-cta::before {
  opacity: 0.28 !important;
}

@media (max-width: 1180px) {
  .workplace-intro-head,
  .workplace-section-head-split {
    gap: 46px;
  }

  .workplace-intro-head h2,
  .workplace-section-head h2 {
    font-size: 40px;
  }

  .workplace-blueprint-body {
    grid-template-columns: minmax(190px, 0.72fr) minmax(390px, 1.56fr) minmax(190px, 0.72fr);
  }

  .workplace-device-stage {
    grid-template-columns: repeat(4, 58px);
    gap: 20px;
  }

  .workplace-device-stage .hardware-mini {
    width: 58px;
    height: 58px;
  }

  .workplace-license-ledger > header,
  .workplace-license-ledger > article {
    grid-template-columns: 58px minmax(210px, 0.85fr) minmax(290px, 1.3fr) minmax(160px, 0.65fr);
  }

  .workplace-bom-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .workplace-bom-grid > article {
    grid-column: span 2;
    border-bottom: 1px solid var(--workplace-line);
  }

  .workplace-bom-grid > article:nth-child(3) {
    border-right: 0;
  }

  .workplace-bom-grid > article:nth-child(n + 4) {
    grid-column: span 3;
    border-bottom: 0;
  }

  .workplace-bom-grid > article:last-child {
    border-right: 0;
  }

  .workplace-value-ledger li {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 14px 0;
  }

  .workplace-value-ledger li > span {
    text-align: left;
  }
}

@media (max-width: 980px) {
  .workplace-provisioning-system > div {
    padding: 82px 0;
  }

  .workplace-intro-head,
  .workplace-section-head-split {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }

  .workplace-delivery-note {
    min-height: 0;
  }

  .workplace-section-head-split > p,
  .workplace-section-head-split > div + p {
    max-width: 780px;
  }

  .workplace-blueprint-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workplace-blueprint-core {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 300px;
    border-bottom: 1px solid var(--workplace-line);
  }

  .workplace-blueprint-input,
  .workplace-blueprint-output {
    grid-row: 2;
  }

  .workplace-blueprint-input {
    border-right: 1px solid var(--workplace-line);
  }

  .workplace-blueprint-output {
    border-left: 0;
  }

  .workplace-license-ledger > header {
    display: none;
  }

  .workplace-license-ledger > article {
    grid-template-columns: 64px minmax(0, 1fr) minmax(170px, 0.55fr);
    min-height: 0;
  }

  .workplace-license-ledger > article > span {
    grid-row: 1 / 3;
  }

  .workplace-license-ledger > article > div {
    grid-column: 2;
    grid-row: 1;
  }

  .workplace-license-ledger > article > ul {
    grid-column: 2 / 4;
    grid-row: 2;
    border-top: 1px solid var(--workplace-line);
  }

  .workplace-license-ledger > article > strong {
    grid-column: 3;
    grid-row: 1;
  }

  .workplace-rebuild-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workplace-rebuild-route > article {
    border-bottom: 1px solid var(--workplace-line);
  }

  .workplace-rebuild-route > article:nth-child(2n) {
    border-right: 0;
  }

  .workplace-rebuild-route > article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .workplace-print-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workplace-print-map::before {
    display: none;
  }

  .workplace-print-core {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--workplace-line);
    border-left: 0;
  }

  .workplace-print-map > article {
    min-height: 270px;
    border-bottom: 1px solid var(--workplace-line);
  }

  .workplace-print-map > article:nth-of-type(2n) {
    border-right: 0;
  }

  .workplace-print-map > article:nth-last-of-type(-n + 2) {
    border-bottom: 0;
  }

  .workplace-value-ledger {
    grid-template-columns: 1fr;
  }

  .workplace-value-ledger > div:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--workplace-line);
  }

  .workplace-value-ledger li {
    grid-template-columns: minmax(0, 1.3fr) minmax(180px, 0.7fr);
    gap: 22px;
    padding: 0;
  }

  .workplace-value-ledger li > span {
    text-align: right;
  }

  body:has(.workplace-provisioning-system) .site-header {
    max-width: 100%;
    overflow-x: clip;
  }
}

@media (max-width: 900px) {
  .workplace-bom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workplace-bom-grid > article,
  .workplace-bom-grid > article:nth-child(n + 4) {
    grid-column: auto;
    border-right: 1px solid var(--workplace-line);
    border-bottom: 1px solid var(--workplace-line);
  }

  .workplace-bom-grid > article:nth-child(2n) {
    border-right: 0;
  }

  .workplace-bom-grid > article:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .workplace-build-line {
    grid-template-columns: 1fr;
  }

  .workplace-build-line > article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--workplace-line);
  }

  .workplace-build-line > article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .workplace-provisioning-system > div {
    padding: 70px 0;
  }

  .workplace-intro-band::before,
  .workplace-build-band::before,
  .workplace-print-band::before {
    background-size: 50px 50px;
  }

  .workplace-intro-head h2,
  .workplace-section-head h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .workplace-intro-head > div > p:last-child,
  .workplace-section-head > p,
  .workplace-section-head > div + p,
  .workplace-section-head:not(.workplace-section-head-split) > p:last-child {
    font-size: 15px;
  }

  .workplace-delivery-note {
    padding: 24px;
  }

  .workplace-delivery-note > strong {
    font-size: 21px;
  }

  .workplace-blueprint {
    margin-top: 40px;
  }

  .workplace-blueprint > header,
  .workplace-bom-board > header,
  .workplace-print-topology > header {
    align-items: flex-start;
    padding: 17px;
  }

  .workplace-blueprint > header > em,
  .workplace-print-topology > header > em,
  .workplace-bom-board > header > span {
    display: none;
  }

  .workplace-blueprint-body {
    grid-template-columns: 1fr;
  }

  .workplace-blueprint-core,
  .workplace-blueprint-input,
  .workplace-blueprint-output {
    grid-column: 1;
    grid-row: auto;
  }

  .workplace-blueprint-input {
    border-right: 0;
    border-bottom: 1px solid var(--workplace-line);
  }

  .workplace-blueprint-core {
    min-height: 320px;
    border-bottom: 1px solid var(--workplace-line);
  }

  .workplace-blueprint > footer,
  .workplace-license-ledger > footer,
  .workplace-build-proof,
  .workplace-value-ledger > footer {
    grid-template-columns: 1fr;
  }

  .workplace-blueprint > footer > div,
  .workplace-license-ledger > footer > div,
  .workplace-build-proof > div,
  .workplace-value-ledger > footer > div {
    border-right: 0;
    border-bottom: 1px solid var(--workplace-line);
  }

  .workplace-blueprint > footer > div:last-child,
  .workplace-license-ledger > footer > div:last-child,
  .workplace-build-proof > div:last-child,
  .workplace-value-ledger > footer > div:last-child {
    border-bottom: 0;
  }

  .workplace-section-head {
    margin-bottom: 36px;
  }

  .workplace-license-ledger > article {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .workplace-license-ledger > article > span {
    grid-column: 1;
    grid-row: 1;
  }

  .workplace-license-ledger > article > div {
    grid-column: 2;
    grid-row: 1;
  }

  .workplace-license-ledger > article > ul {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .workplace-license-ledger > article > strong {
    grid-column: 1 / -1;
    grid-row: 3;
    border-top: 1px solid var(--workplace-line);
    border-left: 0;
  }

  .workplace-bom-grid {
    grid-template-columns: 1fr;
  }

  .workplace-bom-grid > article,
  .workplace-bom-grid > article:nth-child(n + 4),
  .workplace-bom-grid > article:last-child {
    grid-column: auto;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--workplace-line);
  }

  .workplace-bom-grid > article:last-child {
    border-bottom: 0;
  }

  .workplace-bom-board > footer,
  .workplace-rebuild-route > footer {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 16px 18px;
  }

  .workplace-bom-board > footer > em,
  .workplace-rebuild-route > footer > em {
    grid-column: 2;
    justify-self: start;
  }

  .workplace-rebuild-route {
    grid-template-columns: 1fr;
  }

  .workplace-rebuild-route > article,
  .workplace-rebuild-route > article:nth-child(2n),
  .workplace-rebuild-route > article:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--workplace-line);
  }

  .workplace-rebuild-route > article:nth-child(4) {
    border-bottom: 0;
  }

  .workplace-print-map {
    grid-template-columns: 1fr;
  }

  .workplace-print-core,
  .workplace-print-map > article,
  .workplace-print-map > article:nth-of-type(2n),
  .workplace-print-map > article:nth-last-of-type(-n + 2) {
    grid-column: 1;
    grid-row: auto;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--workplace-line);
  }

  .workplace-print-map > article:last-child {
    border-bottom: 0;
  }

  .workplace-print-topology > footer {
    grid-template-columns: 1fr;
  }

  .workplace-print-topology > footer > div {
    border-right: 0;
    border-bottom: 1px solid var(--workplace-line);
  }

  .workplace-print-topology > footer > div:last-child {
    border-bottom: 0;
  }

  .workplace-value-ledger > div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .workplace-value-ledger li {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 14px 0;
  }

  .workplace-value-ledger li > span {
    text-align: left;
  }

  .workplace-faq-list summary {
    grid-template-columns: 48px minmax(0, 1fr) 34px;
    gap: 13px;
    padding: 14px 18px;
  }

  .workplace-faq-list summary > span {
    width: 46px;
    height: 48px;
  }

  .workplace-faq-list details > p {
    padding: 20px 20px 24px;
  }

  html:root body .corporate-page.corporate-page .workplace-provisioning-cta.workplace-provisioning-cta {
    padding: 64px 0 !important;
  }
}

@media (max-width: 520px) {
  .workplace-provisioning-system > div {
    padding: 56px 0;
  }

  .workplace-intro-head h2,
  .workplace-section-head h2 {
    font-size: 29px;
  }

  .workplace-provisioning-system .eyebrow {
    font-size: 10px;
  }

  .workplace-blueprint .hardware-mini,
  .workplace-bom-board .hardware-mini,
  .workplace-print-topology .hardware-mini {
    width: 42px;
    height: 42px;
  }

  .workplace-blueprint > header > div,
  .workplace-bom-board > header > div,
  .workplace-print-topology > header > div {
    gap: 12px;
  }

  .workplace-blueprint > header strong,
  .workplace-bom-board > header strong,
  .workplace-print-topology > header strong {
    font-size: 15px;
  }

  .workplace-device-stage {
    grid-template-columns: repeat(2, 58px);
  }

  .workplace-device-stage::before {
    display: none;
  }

  .workplace-device-stage .hardware-mini {
    width: 58px;
    height: 58px;
  }

  .workplace-blueprint-input,
  .workplace-blueprint-output,
  .workplace-blueprint-core {
    padding-right: 20px;
    padding-left: 20px;
  }

  .workplace-license-ledger > article > div,
  .workplace-license-ledger > article > ul,
  .workplace-license-ledger > article > strong {
    padding-right: 16px;
    padding-left: 16px;
  }

  .workplace-build-line > article {
    padding-right: 18px;
    padding-left: 18px;
  }

  .workplace-build-line article > header {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .workplace-build-line article > header em {
    display: none;
  }

  .workplace-build-line article > footer {
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .workplace-rebuild-route > article {
    padding-right: 18px;
    padding-left: 18px;
  }

  .workplace-rebuild-route article > em {
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .workplace-print-topology > footer > div {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .workplace-print-topology footer strong {
    grid-column: 2;
  }

  .workplace-value-ledger > div > header {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .workplace-value-ledger > div > header > span {
    width: 50px;
    height: 54px;
  }

  .workplace-faq-note {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .workplace-faq-note > span {
    width: 52px;
    height: 54px;
  }

  .workplace-faq-list summary {
    grid-template-columns: 42px minmax(0, 1fr) 30px;
    gap: 10px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .workplace-faq-list summary > span {
    width: 40px;
    height: 42px;
  }

  .workplace-faq-list summary > strong {
    font-size: 14px;
  }

  .workplace-faq-list summary > i {
    width: 30px;
    height: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .workplace-faq-list summary > i::after {
    transition: none !important;
  }
}

/* Web design and coding service page */
.webcraft-experience-system {
  --webcraft-bg: #eef4f6;
  --webcraft-bg-alt: #f8fafb;
  --webcraft-surface: #ffffff;
  --webcraft-surface-strong: #e5eef1;
  --webcraft-ink: #0c2431;
  --webcraft-muted: #60747f;
  --webcraft-line: rgba(20, 91, 113, 0.2);
  --webcraft-line-strong: rgba(5, 145, 184, 0.42);
  --webcraft-accent: #078fb8;
  --webcraft-accent-bright: #3abfe1;
  --webcraft-green: #178872;
  --webcraft-amber: #a9732c;
  --webcraft-coral: #aa5b5a;
  --webcraft-blue: #567fa9;
  position: relative;
  color: var(--webcraft-ink);
  background: var(--webcraft-bg);
  overflow: hidden;
}

:root[data-theme="dark"] .webcraft-experience-system {
  --webcraft-bg: #071821;
  --webcraft-bg-alt: #0a1d27;
  --webcraft-surface: #0d222d;
  --webcraft-surface-strong: #142d38;
  --webcraft-ink: #f2f7f8;
  --webcraft-muted: #a6b8c0;
  --webcraft-line: rgba(108, 188, 210, 0.2);
  --webcraft-line-strong: rgba(67, 198, 229, 0.46);
  --webcraft-accent: #48c7e7;
  --webcraft-accent-bright: #66d4ed;
  --webcraft-green: #58c7a7;
  --webcraft-amber: #d4a45f;
  --webcraft-coral: #df8582;
  --webcraft-blue: #82a9d3;
}

.webcraft-experience-system > div {
  position: relative;
  padding: 96px 0;
  border-top: 1px solid var(--webcraft-line);
}

.webcraft-experience-system > div:first-child {
  border-top: 0;
}

.webcraft-experience-system > div:nth-child(even) {
  background: var(--webcraft-bg-alt);
}

.webcraft-intro-band::before,
.webcraft-responsive-band::before,
.webcraft-seo-band::before,
.webcraft-conversion-band::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, var(--webcraft-line) 1px, transparent 1px),
    linear-gradient(var(--webcraft-line) 1px, transparent 1px);
  background-size: 68px 68px;
  opacity: 0.18;
  content: "";
  pointer-events: none;
}

.webcraft-experience-system .container {
  position: relative;
  z-index: 1;
}

.webcraft-intro-head,
.webcraft-section-head-split {
  display: grid;
  grid-template-columns: minmax(0, 1.26fr) minmax(350px, 0.74fr);
  gap: 70px;
  align-items: end;
}

.webcraft-experience-system .eyebrow {
  display: flex;
  gap: 13px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--webcraft-accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.webcraft-experience-system .eyebrow::before {
  width: 27px;
  height: 2px;
  background: var(--webcraft-accent-bright);
  content: "";
}

.webcraft-intro-head h2,
.webcraft-section-head h2 {
  max-width: 920px;
  margin: 0;
  color: var(--webcraft-ink);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.webcraft-intro-head > div > p:last-child,
.webcraft-section-head > p,
.webcraft-section-head > div + p,
.webcraft-section-head:not(.webcraft-section-head-split) > p:last-child {
  margin: 22px 0 0;
  color: var(--webcraft-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.webcraft-section-head-split > p,
.webcraft-section-head-split > div + p {
  margin: 0;
  padding: 0 0 2px 26px;
  border-left: 2px solid var(--webcraft-accent-bright);
}

.webcraft-experience-principle {
  min-height: 208px;
  padding: 28px 30px;
  border-top: 3px solid var(--webcraft-accent-bright);
  border-bottom: 1px solid var(--webcraft-line);
  background: var(--webcraft-surface-strong);
}

.webcraft-experience-principle > span {
  display: block;
  margin-bottom: 16px;
  color: var(--webcraft-accent);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-experience-principle > strong {
  display: block;
  color: var(--webcraft-ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.24;
}

.webcraft-experience-principle > p {
  margin: 16px 0 0;
  color: var(--webcraft-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.webcraft-browser-canvas,
.webcraft-brief-sheet,
.webcraft-sitemap-board,
.webcraft-responsive-lab,
.webcraft-performance-board,
.webcraft-seo-document,
.webcraft-conversion-journey,
.webcraft-fit-register {
  border: 1px solid var(--webcraft-line-strong);
  border-radius: 6px;
  background: var(--webcraft-surface);
  overflow: hidden;
}

.webcraft-browser-canvas {
  margin-top: 58px;
  box-shadow: 0 24px 56px rgba(13, 60, 76, 0.1);
}

:root[data-theme="dark"] .webcraft-browser-canvas {
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.24);
}

.webcraft-browser-canvas > header {
  display: grid;
  grid-template-columns: 120px minmax(260px, 1fr) 150px;
  gap: 20px;
  align-items: center;
  min-height: 68px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--webcraft-line);
  background: var(--webcraft-surface-strong);
}

.webcraft-browser-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.webcraft-browser-dots i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--webcraft-coral);
}

.webcraft-browser-dots i:nth-child(2) {
  background: var(--webcraft-amber);
}

.webcraft-browser-dots i:nth-child(3) {
  background: var(--webcraft-green);
}

.webcraft-address-bar {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-self: center;
  width: min(100%, 520px);
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid var(--webcraft-line);
  border-radius: 4px;
  background: var(--webcraft-surface);
}

.webcraft-address-bar > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--webcraft-green);
}

.webcraft-address-bar > strong {
  color: var(--webcraft-muted);
  font-size: 10px;
  font-weight: 700;
}

.webcraft-browser-canvas > header > em {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-self: end;
  color: var(--webcraft-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-browser-canvas > header > em i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--webcraft-green);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--webcraft-green) 14%, transparent);
  animation: webcraft-live-pulse 1.8s ease-in-out infinite;
}

.webcraft-browser-body {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(480px, 1.7fr) minmax(240px, 0.82fr);
  min-height: 400px;
}

.webcraft-browser-message,
.webcraft-browser-conversion {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 32px 28px;
  background: var(--webcraft-bg-alt);
}

.webcraft-browser-message {
  border-right: 1px solid var(--webcraft-line);
}

.webcraft-browser-conversion {
  border-left: 1px solid var(--webcraft-line);
}

.webcraft-browser-body aside > small {
  display: block;
  margin-bottom: 18px;
  color: var(--webcraft-accent);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-browser-body aside h3 {
  margin: 0;
  color: var(--webcraft-ink);
  font-size: 23px;
  line-height: 1.28;
}

.webcraft-browser-body aside p {
  margin: 16px 0 26px;
  color: var(--webcraft-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.68;
}

.webcraft-browser-body aside > span {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--webcraft-line);
  color: var(--webcraft-green);
  font-size: 9px;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.webcraft-browser-layout {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
}

.webcraft-wire-nav {
  display: grid;
  grid-template-columns: 70px 32px 32px 32px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 40px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--webcraft-line);
}

.webcraft-wire-nav i,
.webcraft-wire-nav span,
.webcraft-wire-nav b,
.webcraft-wire-hero small,
.webcraft-wire-hero strong,
.webcraft-wire-hero p,
.webcraft-wire-button,
.webcraft-wire-services i {
  display: block;
  border-radius: 2px;
  background: var(--webcraft-line-strong);
}

.webcraft-wire-nav i {
  width: 64px;
  height: 16px;
  background: var(--webcraft-accent);
}

.webcraft-wire-nav span {
  width: 28px;
  height: 5px;
  justify-self: center;
}

.webcraft-wire-nav b {
  width: 72px;
  height: 22px;
  justify-self: end;
  background: var(--webcraft-green);
}

.webcraft-wire-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 218px;
  padding: 30px 7%;
  border-bottom: 1px solid var(--webcraft-line);
}

.webcraft-wire-hero small {
  width: 84px;
  height: 6px;
  margin-bottom: 16px;
  background: var(--webcraft-accent);
}

.webcraft-wire-hero strong {
  width: 82%;
  height: 15px;
  margin-bottom: 9px;
  background: color-mix(in srgb, var(--webcraft-ink) 72%, transparent);
}

.webcraft-wire-hero strong:nth-of-type(2) {
  width: 62%;
}

.webcraft-wire-hero p {
  width: 70%;
  height: 7px;
  margin: 10px 0 20px;
}

.webcraft-wire-button {
  width: 104px;
  height: 30px;
  background: var(--webcraft-accent);
}

.webcraft-wire-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 18px;
}

.webcraft-wire-services i {
  height: 74px;
  border: 1px solid var(--webcraft-line);
  background: var(--webcraft-surface-strong);
}

.webcraft-browser-canvas > footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--webcraft-line);
  background: var(--webcraft-surface-strong);
}

.webcraft-browser-canvas > footer > div {
  min-width: 0;
  min-height: 66px;
  padding: 14px 18px;
  border-right: 1px solid var(--webcraft-line);
}

.webcraft-browser-canvas > footer > div:last-child {
  border-right: 0;
}

.webcraft-browser-canvas footer small {
  display: block;
  margin-bottom: 6px;
  color: var(--webcraft-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-browser-canvas footer strong {
  color: var(--webcraft-ink);
  font-size: 11px;
  font-weight: 800;
}

.webcraft-section-head {
  margin-bottom: 48px;
}

.webcraft-section-head:not(.webcraft-section-head-split) {
  max-width: 900px;
}

@keyframes webcraft-live-pulse {
  0%, 100% {
    opacity: 0.58;
    transform: scale(0.84);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.webcraft-brief-sheet > header,
.webcraft-performance-board > header,
.webcraft-seo-document > header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 78px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--webcraft-line);
  background: var(--webcraft-surface-strong);
}

.webcraft-brief-sheet > header > div,
.webcraft-performance-board > header > div,
.webcraft-seo-document > header > div {
  min-width: 0;
}

.webcraft-brief-sheet > header span,
.webcraft-performance-board > header span,
.webcraft-seo-document > header span {
  display: block;
  margin-bottom: 5px;
  color: var(--webcraft-accent);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-brief-sheet > header strong,
.webcraft-performance-board > header strong,
.webcraft-seo-document > header strong {
  display: block;
  color: var(--webcraft-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.webcraft-brief-sheet > header > em,
.webcraft-seo-document > header > em {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid var(--webcraft-line-strong);
  border-radius: 4px;
  color: var(--webcraft-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-requirements-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.webcraft-requirements-grid > article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  min-width: 0;
  min-height: 104px;
  padding: 16px 22px;
  border-right: 1px solid var(--webcraft-line);
  border-bottom: 1px solid var(--webcraft-line);
}

.webcraft-requirements-grid > article:nth-child(2n) {
  border-right: 0;
}

.webcraft-requirements-grid > article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.webcraft-requirements-grid article > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 52px;
  border: 1px solid var(--webcraft-line-strong);
  border-radius: 4px;
  color: var(--webcraft-accent);
  background: var(--webcraft-surface-strong);
  font-size: 10px;
  font-weight: 800;
}

.webcraft-requirements-grid article small {
  display: block;
  margin-bottom: 5px;
  color: var(--webcraft-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-requirements-grid article h3 {
  margin: 0;
  color: var(--webcraft-ink);
  font-size: 16px;
  line-height: 1.35;
}

.webcraft-requirements-grid article > em {
  color: var(--webcraft-green);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-brief-sheet > footer {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 72px;
  padding: 16px 24px;
  border-top: 1px solid var(--webcraft-line);
  background: var(--webcraft-bg-alt);
}

.webcraft-brief-sheet > footer span {
  color: var(--webcraft-accent);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-brief-sheet > footer strong {
  color: var(--webcraft-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.webcraft-sitemap-board > header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 86px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--webcraft-line);
  background: var(--webcraft-surface-strong);
}

.webcraft-sitemap-board > header > div {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.webcraft-sitemap-board .hardware-mini {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  color: var(--webcraft-accent);
  border-color: var(--webcraft-line-strong);
  background: color-mix(in srgb, var(--webcraft-surface) 76%, var(--webcraft-accent) 24%);
}

.webcraft-sitemap-board header small {
  display: block;
  margin-bottom: 4px;
  color: var(--webcraft-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-sitemap-board > header strong {
  color: var(--webcraft-ink);
  font-size: 17px;
  font-weight: 800;
}

.webcraft-sitemap-board > header > em {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid var(--webcraft-line-strong);
  border-radius: 4px;
  color: var(--webcraft-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-site-root {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(720px, calc(100% - 48px));
  min-height: 92px;
  margin: 34px auto 48px;
  padding: 16px 20px;
  border: 1px solid var(--webcraft-line-strong);
  border-radius: 6px;
  background: var(--webcraft-surface-strong);
}

.webcraft-site-root > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 56px;
  border: 1px solid var(--webcraft-line-strong);
  border-radius: 4px;
  color: var(--webcraft-accent);
  background: var(--webcraft-surface);
  font-size: 10px;
  font-weight: 800;
}

.webcraft-site-root small {
  display: block;
  margin-bottom: 5px;
  color: var(--webcraft-accent);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-site-root h3 {
  margin: 0;
  color: var(--webcraft-ink);
  font-size: 20px;
  line-height: 1.3;
}

.webcraft-site-root > strong {
  color: var(--webcraft-green);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-page-nodes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  position: relative;
  border-top: 1px solid var(--webcraft-line);
  border-bottom: 1px solid var(--webcraft-line);
}

.webcraft-page-nodes::before {
  position: absolute;
  top: -49px;
  left: 50%;
  width: 1px;
  height: 48px;
  background: var(--webcraft-line-strong);
  content: "";
}

.webcraft-page-nodes > article {
  min-width: 0;
  min-height: 190px;
  padding: 24px 20px;
  border-right: 1px solid var(--webcraft-line);
}

.webcraft-page-nodes > article:last-child {
  border-right: 0;
}

.webcraft-page-nodes article > span {
  display: block;
  margin-bottom: 30px;
  color: var(--webcraft-accent);
  font-size: 16px;
  font-weight: 800;
}

.webcraft-page-nodes article > small {
  display: block;
  margin-bottom: 7px;
  color: var(--webcraft-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-page-nodes h3 {
  margin: 0;
  color: var(--webcraft-ink);
  font-size: 18px;
  line-height: 1.32;
}

.webcraft-page-nodes p {
  margin: 11px 0 0;
  color: var(--webcraft-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}

.webcraft-design-system {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--webcraft-bg-alt);
}

.webcraft-design-system > article {
  min-width: 0;
  min-height: 88px;
  padding: 17px 20px;
  border-right: 1px solid var(--webcraft-line);
}

.webcraft-design-system > article:last-child {
  border-right: 0;
}

.webcraft-design-system small {
  display: block;
  margin-bottom: 7px;
  color: var(--webcraft-accent);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-design-system strong {
  color: var(--webcraft-ink);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.webcraft-responsive-lab {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top-width: 3px;
}

.webcraft-responsive-lab > article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 575px;
  padding: 26px 26px 0;
  border-right: 1px solid var(--webcraft-line);
}

.webcraft-responsive-lab > article:last-child {
  border-right: 0;
}

.webcraft-responsive-lab article > header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.webcraft-responsive-lab article > header span {
  color: var(--webcraft-accent);
  font-size: 16px;
  font-weight: 800;
}

.webcraft-responsive-lab article > header small {
  color: var(--webcraft-green);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-device-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 306px;
  height: 306px;
  min-height: 306px;
  margin-bottom: 26px;
}

.webcraft-device-frame {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-content: start;
  width: 100%;
  max-width: 310px;
  min-height: 200px;
  margin: 0;
  padding: 22px 16px 16px;
  border: 2px solid var(--webcraft-line-strong);
  border-radius: 7px;
  background: var(--webcraft-bg-alt);
  box-shadow: inset 0 18px 0 var(--webcraft-surface-strong);
}

.webcraft-responsive-lab .is-tablet .webcraft-device-frame {
  max-width: 245px;
}

.webcraft-responsive-lab .is-mobile .webcraft-device-frame {
  max-width: 160px;
  border-radius: 14px;
}

.webcraft-device-frame::before {
  position: absolute;
  content: "";
}

.webcraft-device-frame > i {
  grid-column: 1 / -1;
  height: 14px;
  margin: 8px 0 10px;
  background: var(--webcraft-accent);
}

.webcraft-device-frame > span {
  grid-column: 1 / -1;
  height: 46px;
  background: var(--webcraft-surface-strong);
}

.webcraft-device-frame > b {
  display: block;
  height: 54px;
  border: 1px solid var(--webcraft-line);
  background: var(--webcraft-surface);
}

.webcraft-responsive-lab .is-mobile .webcraft-device-frame > b {
  grid-column: 1 / -1;
}

.webcraft-responsive-lab article ul {
  display: grid;
  grid-template-rows: repeat(2, minmax(58px, 1fr));
  gap: 0;
  margin: 0 0 24px;
  padding: 0;
  border-top: 1px solid var(--webcraft-line);
  list-style: none;
}

.webcraft-responsive-lab article li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 4px 14px 19px;
  border-bottom: 1px solid var(--webcraft-line);
  color: var(--webcraft-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.webcraft-responsive-lab article li::before {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--webcraft-green);
  content: "";
  transform: translateY(-50%);
}

.webcraft-responsive-lab article > footer {
  min-height: 64px;
  margin: auto -26px 0;
  padding: 19px 26px;
  border-top: 1px solid var(--webcraft-line);
  color: var(--webcraft-ink);
  background: var(--webcraft-surface-strong);
  font-size: 10px;
  font-weight: 800;
}

.webcraft-responsive-proof {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 18px;
  border: 1px solid var(--webcraft-line);
  border-radius: 6px;
  background: var(--webcraft-surface-strong);
  overflow: hidden;
}

.webcraft-responsive-proof > div {
  min-width: 0;
  min-height: 66px;
  padding: 14px 18px;
  border-right: 1px solid var(--webcraft-line);
}

.webcraft-responsive-proof > div:last-child {
  border-right: 0;
}

.webcraft-responsive-proof small {
  display: block;
  margin-bottom: 5px;
  color: var(--webcraft-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-responsive-proof strong {
  color: var(--webcraft-green);
  font-size: 11px;
  font-weight: 800;
}

.webcraft-performance-board > header > em {
  display: flex;
  gap: 9px;
  align-items: center;
  flex: 0 0 auto;
  color: var(--webcraft-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-performance-board > header > em i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--webcraft-green);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--webcraft-green) 14%, transparent);
}

.webcraft-performance-rows > article {
  display: grid;
  grid-template-columns: 52px minmax(250px, 0.9fr) minmax(280px, 1.2fr) minmax(120px, 0.45fr);
  gap: 18px;
  align-items: center;
  min-height: 84px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--webcraft-line);
}

.webcraft-performance-rows > article:last-child {
  border-bottom: 0;
}

.webcraft-performance-rows article > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 50px;
  border: 1px solid var(--webcraft-line-strong);
  border-radius: 4px;
  color: var(--webcraft-accent);
  background: var(--webcraft-surface-strong);
  font-size: 9px;
  font-weight: 800;
}

.webcraft-performance-rows article small {
  display: block;
  margin-bottom: 5px;
  color: var(--webcraft-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-performance-rows article h3 {
  margin: 0;
  color: var(--webcraft-ink);
  font-size: 16px;
  line-height: 1.35;
}

.webcraft-performance-rows article > i {
  display: block;
  height: 8px;
  border-radius: 2px;
  background: var(--webcraft-surface-strong);
  overflow: hidden;
}

.webcraft-performance-rows article > i b {
  display: block;
  width: var(--budget-level);
  height: 100%;
  background: var(--webcraft-accent);
}

.webcraft-performance-rows article:nth-child(2n) > i b {
  background: var(--webcraft-green);
}

.webcraft-performance-rows article:nth-child(3n) > i b {
  background: var(--webcraft-blue);
}

.webcraft-performance-rows article > strong {
  color: var(--webcraft-green);
  font-size: 9px;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.webcraft-performance-board > footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--webcraft-line);
  background: var(--webcraft-surface-strong);
}

.webcraft-performance-board > footer > div {
  min-width: 0;
  min-height: 74px;
  padding: 16px 22px;
  border-right: 1px solid var(--webcraft-line);
}

.webcraft-performance-board > footer > div:last-child {
  border-right: 0;
}

.webcraft-performance-board footer small {
  display: block;
  margin-bottom: 6px;
  color: var(--webcraft-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-performance-board footer strong {
  color: var(--webcraft-ink);
  font-size: 12px;
  font-weight: 800;
}

.webcraft-meta-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--webcraft-line);
  background: var(--webcraft-bg-alt);
}

.webcraft-meta-rail > article {
  min-width: 0;
  min-height: 106px;
  padding: 20px 22px;
  border-right: 1px solid var(--webcraft-line);
}

.webcraft-meta-rail > article:last-child {
  border-right: 0;
}

.webcraft-meta-rail small {
  display: block;
  margin-bottom: 7px;
  color: var(--webcraft-accent);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-meta-rail strong {
  display: block;
  color: var(--webcraft-ink);
  font-size: 14px;
  font-weight: 800;
}

.webcraft-meta-rail code {
  display: block;
  margin-top: 11px;
  color: var(--webcraft-green);
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
}

.webcraft-outline-tree {
  display: grid;
  gap: 0;
  max-width: 880px;
  margin: 0 auto;
  padding: 38px 24px;
}

.webcraft-outline-tree > article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 86px;
  padding: 14px 18px;
  border-left: 2px solid var(--webcraft-line-strong);
  border-bottom: 1px solid var(--webcraft-line);
}

.webcraft-outline-tree > article:last-child {
  border-bottom: 0;
}

.webcraft-outline-tree > .is-h2 {
  margin-left: 72px;
}

.webcraft-outline-tree > .is-h3 {
  margin-left: 144px;
}

.webcraft-outline-tree article > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 48px;
  border: 1px solid var(--webcraft-line-strong);
  border-radius: 4px;
  color: var(--webcraft-accent);
  background: var(--webcraft-surface-strong);
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  font-weight: 800;
}

.webcraft-outline-tree small {
  display: block;
  margin-bottom: 5px;
  color: var(--webcraft-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-outline-tree h3 {
  margin: 0;
  color: var(--webcraft-ink);
  font-size: 17px;
  line-height: 1.35;
}

.webcraft-seo-document > footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--webcraft-line);
  background: var(--webcraft-surface-strong);
}

.webcraft-seo-document > footer > div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 5px 12px;
  align-items: center;
  min-width: 0;
  min-height: 82px;
  padding: 15px 20px;
  border-right: 1px solid var(--webcraft-line);
}

.webcraft-seo-document > footer > div:last-child {
  border-right: 0;
}

.webcraft-seo-document footer span {
  display: grid;
  grid-row: 1 / 3;
  place-items: center;
  width: 36px;
  height: 38px;
  border: 1px solid var(--webcraft-line-strong);
  border-radius: 50%;
  color: var(--webcraft-accent);
  background: var(--webcraft-surface);
  font-size: 8px;
  font-weight: 800;
}

.webcraft-seo-document footer small {
  color: var(--webcraft-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-seo-document footer strong {
  color: var(--webcraft-ink);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}

.webcraft-conversion-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(30px, 0.25fr) minmax(0, 1fr) minmax(30px, 0.25fr) minmax(0, 1fr) minmax(30px, 0.25fr) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 34px 28px;
  border-bottom: 1px solid var(--webcraft-line);
}

.webcraft-conversion-track > article {
  min-width: 0;
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--webcraft-line);
  border-top: 3px solid var(--webcraft-accent-bright);
  background: var(--webcraft-bg-alt);
}

.webcraft-conversion-track > i {
  display: block;
  height: 2px;
  background: var(--webcraft-line-strong);
}

.webcraft-conversion-track article > span {
  display: block;
  margin-bottom: 28px;
  color: var(--webcraft-accent);
  font-size: 16px;
  font-weight: 800;
}

.webcraft-conversion-track article > small {
  display: block;
  margin-bottom: 7px;
  color: var(--webcraft-green);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-conversion-track h3 {
  margin: 0;
  color: var(--webcraft-ink);
  font-size: 17px;
  line-height: 1.35;
}

.webcraft-conversion-track p {
  margin: 12px 0 0;
  color: var(--webcraft-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
}

.webcraft-channel-dock {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  background: var(--webcraft-surface-strong);
}

.webcraft-channel-dock > article {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-width: 0;
  min-height: 72px;
  padding: 13px 16px;
  border-right: 1px solid var(--webcraft-line);
  border-bottom: 1px solid var(--webcraft-line);
}

.webcraft-channel-dock > article:nth-child(4) {
  border-right: 0;
}

.webcraft-channel-dock > article:nth-child(n + 5) {
  grid-column: span 4;
  border-bottom: 0;
}

.webcraft-channel-dock > article:last-child {
  border-right: 0;
}

.webcraft-channel-dock article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 36px;
  border: 1px solid var(--webcraft-line-strong);
  border-radius: 4px;
  color: var(--webcraft-accent);
  background: var(--webcraft-surface);
  font-size: 8px;
  font-weight: 800;
}

.webcraft-channel-dock article > strong {
  color: var(--webcraft-ink);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
}

.webcraft-conversion-journey > footer {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 76px;
  padding: 16px 22px;
  border-top: 1px solid var(--webcraft-line);
  background: var(--webcraft-bg-alt);
}

.webcraft-conversion-journey > footer small {
  color: var(--webcraft-accent);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-conversion-journey > footer strong {
  color: var(--webcraft-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.webcraft-conversion-journey > footer em {
  padding: 9px 12px;
  border: 1px solid var(--webcraft-line-strong);
  border-radius: 4px;
  color: var(--webcraft-green);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-impact-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--webcraft-line);
  border-top: 3px solid var(--webcraft-accent-bright);
  border-radius: 6px;
  background: var(--webcraft-surface);
  overflow: hidden;
}

.webcraft-impact-path > article {
  --impact-accent: var(--webcraft-accent);
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 390px;
  padding: 26px 24px 0;
  border-right: 1px solid var(--webcraft-line);
}

.webcraft-impact-path > article:nth-child(2) {
  --impact-accent: var(--webcraft-green);
}

.webcraft-impact-path > article:nth-child(3) {
  --impact-accent: var(--webcraft-amber);
}

.webcraft-impact-path > article:nth-child(4) {
  --impact-accent: var(--webcraft-blue);
  border-right: 0;
}

.webcraft-impact-path article > header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 30px;
}

.webcraft-impact-path article > header span {
  color: var(--impact-accent);
  font-size: 18px;
  font-weight: 800;
}

.webcraft-impact-path article > header small {
  color: var(--webcraft-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-impact-path h3 {
  margin: 0;
  color: var(--webcraft-ink);
  font-size: 21px;
  line-height: 1.32;
}

.webcraft-impact-path ul {
  display: grid;
  gap: 0;
  margin: 22px 0 24px;
  padding: 0;
  border-top: 1px solid var(--webcraft-line);
  list-style: none;
}

.webcraft-impact-path li {
  position: relative;
  min-height: 62px;
  padding: 18px 4px 15px 19px;
  border-bottom: 1px solid var(--webcraft-line);
  color: var(--webcraft-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.webcraft-impact-path li::before {
  position: absolute;
  top: 23px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--impact-accent);
  content: "";
}

.webcraft-impact-path article > footer {
  min-height: 64px;
  margin: auto -24px 0;
  padding: 20px 24px;
  border-top: 1px solid var(--webcraft-line);
  color: var(--impact-accent);
  background: var(--webcraft-surface-strong);
  font-size: 9px;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.webcraft-fit-register > header {
  display: grid;
  grid-template-columns: 72px minmax(330px, 1.25fr) minmax(280px, 1fr) minmax(130px, 0.45fr);
  min-height: 50px;
  border-bottom: 1px solid var(--webcraft-line);
  background: var(--webcraft-surface-strong);
}

.webcraft-fit-register > header span {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 12px 18px;
  border-right: 1px solid var(--webcraft-line);
  color: var(--webcraft-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-fit-register > header span:last-child {
  border-right: 0;
}

.webcraft-fit-register > article {
  display: grid;
  grid-template-columns: 72px minmax(330px, 1.25fr) minmax(280px, 1fr) minmax(130px, 0.45fr);
  min-height: 90px;
  border-bottom: 1px solid var(--webcraft-line);
}

.webcraft-fit-register > article:last-child {
  border-bottom: 0;
}

.webcraft-fit-register article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 44px;
  align-self: center;
  justify-self: center;
  border: 1px solid var(--webcraft-line-strong);
  border-radius: 4px;
  color: var(--webcraft-accent);
  background: var(--webcraft-surface-strong);
  font-size: 9px;
  font-weight: 800;
}

.webcraft-fit-register article > h3,
.webcraft-fit-register article > p,
.webcraft-fit-register article > strong {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 18px;
  border-left: 1px solid var(--webcraft-line);
}

.webcraft-fit-register article > h3 {
  color: var(--webcraft-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.webcraft-fit-register article > p {
  color: var(--webcraft-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

.webcraft-fit-register article > strong {
  color: var(--webcraft-green);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-faq-standard {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--webcraft-line);
  border-radius: 6px;
  background: var(--webcraft-surface);
}

.webcraft-faq-standard > span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid var(--webcraft-line-strong);
  border-radius: 4px;
  color: var(--webcraft-accent);
  background: var(--webcraft-surface-strong);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.webcraft-faq-standard > strong {
  color: var(--webcraft-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.webcraft-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.webcraft-faq-grid details {
  min-width: 0;
  border: 1px solid var(--webcraft-line);
  border-radius: 6px;
  background: var(--webcraft-surface);
  overflow: hidden;
}

.webcraft-faq-grid summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 20px 64px 20px 22px;
  color: var(--webcraft-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

.webcraft-faq-grid summary::-webkit-details-marker {
  display: none;
}

.webcraft-faq-grid summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--webcraft-line-strong);
  border-radius: 50%;
  color: var(--webcraft-accent);
  font-size: 20px;
  font-weight: 500;
  content: "+";
  transform: translateY(-50%);
}

.webcraft-faq-grid details[open] summary {
  border-bottom: 1px solid var(--webcraft-line);
  background: var(--webcraft-surface-strong);
}

.webcraft-faq-grid details[open] summary::after {
  content: "−";
}

.webcraft-faq-grid details > p {
  margin: 0;
  padding: 20px 22px 24px;
  color: var(--webcraft-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.68;
}

html:root body .corporate-page.corporate-page .webcraft-project-cta.webcraft-project-cta {
  margin: 0 !important;
  padding: 88px 0 !important;
  border-top: 1px solid rgba(7, 143, 184, 0.2) !important;
  background: #e7f0f3 !important;
}

html:root[data-theme="dark"] body .corporate-page.corporate-page .webcraft-project-cta.webcraft-project-cta {
  border-top-color: rgba(72, 199, 231, 0.2) !important;
  background: #07131b !important;
}

html:root body .corporate-page.corporate-page .webcraft-project-cta.webcraft-project-cta::before {
  background-image:
    linear-gradient(90deg, rgba(7, 143, 184, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(7, 143, 184, 0.045) 1px, transparent 1px) !important;
  background-size: 68px 68px !important;
  opacity: 0.66 !important;
}

:root[data-theme="dark"] body .corporate-page .webcraft-project-cta::before {
  opacity: 0.28 !important;
}

@media (max-width: 1180px) {
  .webcraft-intro-head,
  .webcraft-section-head-split {
    gap: 46px;
  }

  .webcraft-intro-head h2,
  .webcraft-section-head h2 {
    font-size: 40px;
  }

  .webcraft-browser-body {
    grid-template-columns: minmax(205px, 0.7fr) minmax(430px, 1.6fr) minmax(205px, 0.7fr);
  }

  .webcraft-browser-message,
  .webcraft-browser-conversion {
    padding-right: 22px;
    padding-left: 22px;
  }

  .webcraft-browser-body aside h3 {
    font-size: 20px;
  }

  .webcraft-performance-rows > article {
    grid-template-columns: 52px minmax(230px, 0.9fr) minmax(240px, 1.15fr) minmax(110px, 0.45fr);
  }

  .webcraft-fit-register > header,
  .webcraft-fit-register > article {
    grid-template-columns: 68px minmax(290px, 1.2fr) minmax(240px, 0.95fr) minmax(120px, 0.45fr);
  }
}

@media (max-width: 1100px) {
  .webcraft-impact-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .webcraft-impact-path > article {
    border-bottom: 1px solid var(--webcraft-line);
  }

  .webcraft-impact-path > article:nth-child(2n) {
    border-right: 0;
  }

  .webcraft-impact-path > article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 980px) {
  .webcraft-experience-system > div {
    padding: 82px 0;
  }

  .webcraft-intro-head,
  .webcraft-section-head-split {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }

  .webcraft-experience-principle {
    min-height: 0;
  }

  .webcraft-section-head-split > p,
  .webcraft-section-head-split > div + p {
    max-width: 780px;
  }

  .webcraft-browser-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .webcraft-browser-layout {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 360px;
    border-bottom: 1px solid var(--webcraft-line);
  }

  .webcraft-browser-message,
  .webcraft-browser-conversion {
    grid-row: 2;
    min-height: 265px;
  }

  .webcraft-browser-message {
    border-right: 1px solid var(--webcraft-line);
  }

  .webcraft-browser-conversion {
    border-left: 0;
  }

  .webcraft-page-nodes {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .webcraft-page-nodes > article {
    grid-column: span 2;
    border-bottom: 1px solid var(--webcraft-line);
  }

  .webcraft-page-nodes > article:nth-child(3) {
    border-right: 0;
  }

  .webcraft-page-nodes > article:nth-child(n + 4) {
    grid-column: span 3;
    border-bottom: 0;
  }

  .webcraft-page-nodes > article:last-child {
    border-right: 0;
  }

  .webcraft-design-system {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .webcraft-design-system > article {
    border-bottom: 1px solid var(--webcraft-line);
  }

  .webcraft-design-system > article:nth-child(2n) {
    border-right: 0;
  }

  .webcraft-design-system > article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .webcraft-performance-rows > article {
    grid-template-columns: 52px minmax(0, 1fr) minmax(110px, 0.3fr);
    gap: 13px 18px;
  }

  .webcraft-performance-rows article > i {
    grid-column: 2 / 4;
    grid-row: 2;
  }

  .webcraft-performance-rows article > strong {
    grid-column: 3;
    grid-row: 1;
  }

  .webcraft-conversion-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .webcraft-conversion-track > i {
    display: none;
  }

  .webcraft-channel-dock {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .webcraft-channel-dock > article,
  .webcraft-channel-dock > article:nth-child(n + 5) {
    grid-column: auto;
    border-right: 1px solid var(--webcraft-line);
    border-bottom: 1px solid var(--webcraft-line);
  }

  .webcraft-channel-dock > article:nth-child(2n) {
    border-right: 0;
  }

  .webcraft-channel-dock > article:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .webcraft-fit-register > header {
    display: none;
  }

  .webcraft-fit-register > article {
    grid-template-columns: 62px minmax(0, 1fr) minmax(130px, 0.38fr);
    min-height: 0;
  }

  .webcraft-fit-register article > span {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .webcraft-fit-register article > h3 {
    grid-column: 2;
    grid-row: 1;
  }

  .webcraft-fit-register article > p {
    grid-column: 2 / 4;
    grid-row: 2;
    border-top: 1px solid var(--webcraft-line);
  }

  .webcraft-fit-register article > strong {
    grid-column: 3;
    grid-row: 1;
  }

  body:has(.webcraft-experience-system) .site-header {
    max-width: 100%;
    overflow-x: clip;
  }
}

@media (max-width: 900px) {
  .webcraft-responsive-lab {
    grid-template-columns: 1fr;
  }

  .webcraft-responsive-lab > article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--webcraft-line);
  }

  .webcraft-device-stage {
    flex-basis: auto;
    height: auto;
    min-height: 0;
  }

  .webcraft-responsive-lab > article:last-child {
    border-bottom: 0;
  }

  .webcraft-device-frame {
    min-height: 220px;
  }
}

@media (max-width: 760px) {
  .webcraft-experience-system > div {
    padding: 70px 0;
  }

  .webcraft-intro-band::before,
  .webcraft-responsive-band::before,
  .webcraft-seo-band::before,
  .webcraft-conversion-band::before {
    background-size: 50px 50px;
  }

  .webcraft-intro-head h2,
  .webcraft-section-head h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .webcraft-intro-head > div > p:last-child,
  .webcraft-section-head > p,
  .webcraft-section-head > div + p,
  .webcraft-section-head:not(.webcraft-section-head-split) > p:last-child {
    font-size: 15px;
  }

  .webcraft-experience-principle {
    padding: 24px;
  }

  .webcraft-experience-principle > strong {
    font-size: 21px;
  }

  .webcraft-browser-canvas {
    margin-top: 40px;
  }

  .webcraft-browser-canvas > header {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .webcraft-browser-dots,
  .webcraft-browser-canvas > header > em {
    display: none;
  }

  .webcraft-address-bar {
    justify-self: stretch;
  }

  .webcraft-browser-body {
    grid-template-columns: 1fr;
  }

  .webcraft-browser-layout,
  .webcraft-browser-message,
  .webcraft-browser-conversion {
    grid-column: 1;
    grid-row: auto;
  }

  .webcraft-browser-message,
  .webcraft-browser-conversion {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--webcraft-line);
  }

  .webcraft-browser-conversion {
    border-bottom: 0;
  }

  .webcraft-browser-canvas > footer,
  .webcraft-responsive-proof,
  .webcraft-performance-board > footer,
  .webcraft-meta-rail,
  .webcraft-seo-document > footer {
    grid-template-columns: 1fr;
  }

  .webcraft-browser-canvas > footer > div,
  .webcraft-responsive-proof > div,
  .webcraft-performance-board > footer > div,
  .webcraft-meta-rail > article,
  .webcraft-seo-document > footer > div {
    border-right: 0;
    border-bottom: 1px solid var(--webcraft-line);
  }

  .webcraft-browser-canvas > footer > div:last-child,
  .webcraft-responsive-proof > div:last-child,
  .webcraft-performance-board > footer > div:last-child,
  .webcraft-meta-rail > article:last-child,
  .webcraft-seo-document > footer > div:last-child {
    border-bottom: 0;
  }

  .webcraft-section-head {
    margin-bottom: 36px;
  }

  .webcraft-brief-sheet > header,
  .webcraft-performance-board > header,
  .webcraft-seo-document > header,
  .webcraft-sitemap-board > header {
    align-items: flex-start;
    padding: 17px;
  }

  .webcraft-brief-sheet > header > em,
  .webcraft-seo-document > header > em,
  .webcraft-sitemap-board > header > em,
  .webcraft-performance-board > header > em {
    display: none;
  }

  .webcraft-requirements-grid {
    grid-template-columns: 1fr;
  }

  .webcraft-requirements-grid > article,
  .webcraft-requirements-grid > article:nth-child(2n),
  .webcraft-requirements-grid > article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--webcraft-line);
  }

  .webcraft-requirements-grid > article:last-child {
    border-bottom: 0;
  }

  .webcraft-brief-sheet > footer {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .webcraft-site-root {
    grid-template-columns: 52px minmax(0, 1fr);
    width: calc(100% - 28px);
    margin-bottom: 36px;
  }

  .webcraft-site-root > strong {
    grid-column: 2;
  }

  .webcraft-page-nodes {
    grid-template-columns: 1fr;
  }

  .webcraft-page-nodes::before {
    height: 36px;
    top: -37px;
  }

  .webcraft-page-nodes > article,
  .webcraft-page-nodes > article:nth-child(n + 4) {
    grid-column: auto;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--webcraft-line);
  }

  .webcraft-page-nodes > article:last-child {
    border-bottom: 0;
  }

  .webcraft-design-system {
    grid-template-columns: 1fr;
  }

  .webcraft-design-system > article,
  .webcraft-design-system > article:nth-child(2n),
  .webcraft-design-system > article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--webcraft-line);
  }

  .webcraft-design-system > article:last-child {
    border-bottom: 0;
  }

  .webcraft-performance-rows > article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .webcraft-performance-rows article > span {
    grid-column: 1;
    grid-row: 1;
  }

  .webcraft-performance-rows article > div {
    grid-column: 2;
    grid-row: 1;
  }

  .webcraft-performance-rows article > i {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .webcraft-performance-rows article > strong {
    grid-column: 1 / -1;
    grid-row: 3;
    text-align: left;
  }

  .webcraft-outline-tree {
    padding: 28px 16px;
  }

  .webcraft-outline-tree > .is-h2 {
    margin-left: 26px;
  }

  .webcraft-outline-tree > .is-h3 {
    margin-left: 52px;
  }

  .webcraft-conversion-track {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .webcraft-conversion-track > article {
    min-height: 0;
  }

  .webcraft-channel-dock {
    grid-template-columns: 1fr;
  }

  .webcraft-channel-dock > article,
  .webcraft-channel-dock > article:nth-child(n + 5),
  .webcraft-channel-dock > article:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--webcraft-line);
  }

  .webcraft-channel-dock > article:last-child {
    border-bottom: 0;
  }

  .webcraft-conversion-journey > footer {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .webcraft-conversion-journey > footer em {
    justify-self: start;
  }

  .webcraft-impact-path {
    grid-template-columns: 1fr;
  }

  .webcraft-impact-path > article,
  .webcraft-impact-path > article:nth-child(2n),
  .webcraft-impact-path > article:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--webcraft-line);
  }

  .webcraft-impact-path > article:last-child {
    border-bottom: 0;
  }

  .webcraft-fit-register > article {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .webcraft-fit-register article > span {
    grid-column: 1;
    grid-row: 1;
  }

  .webcraft-fit-register article > h3 {
    grid-column: 2;
    grid-row: 1;
  }

  .webcraft-fit-register article > p {
    grid-column: 1 / -1;
    grid-row: 2;
    border-left: 0;
  }

  .webcraft-fit-register article > strong {
    grid-column: 1 / -1;
    grid-row: 3;
    border-top: 1px solid var(--webcraft-line);
    border-left: 0;
  }

  .webcraft-faq-grid {
    grid-template-columns: 1fr;
  }

  html:root body .corporate-page.corporate-page .webcraft-project-cta.webcraft-project-cta {
    padding: 64px 0 !important;
  }
}

@media (max-width: 520px) {
  .webcraft-experience-system > div {
    padding: 56px 0;
  }

  .webcraft-intro-head h2,
  .webcraft-section-head h2 {
    font-size: 29px;
  }

  .webcraft-experience-system .eyebrow {
    font-size: 10px;
  }

  .webcraft-browser-layout {
    min-height: 330px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .webcraft-wire-nav {
    grid-template-columns: 54px 24px 24px 1fr;
  }

  .webcraft-wire-nav span:nth-of-type(3) {
    display: none;
  }

  .webcraft-wire-nav i {
    width: 50px;
  }

  .webcraft-wire-hero {
    padding-right: 3%;
    padding-left: 3%;
  }

  .webcraft-wire-services {
    gap: 7px;
  }

  .webcraft-browser-message,
  .webcraft-browser-conversion {
    padding-right: 20px;
    padding-left: 20px;
  }

  .webcraft-requirements-grid > article {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .webcraft-requirements-grid article > em {
    grid-column: 2;
  }

  .webcraft-sitemap-board .hardware-mini {
    width: 42px;
    height: 42px;
  }

  .webcraft-sitemap-board > header > div {
    gap: 12px;
  }

  .webcraft-sitemap-board > header strong {
    font-size: 15px;
  }

  .webcraft-device-frame {
    min-height: 190px;
  }

  .webcraft-responsive-lab > article {
    padding-right: 18px;
    padding-left: 18px;
  }

  .webcraft-responsive-lab article > footer {
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .webcraft-outline-tree > article {
    grid-template-columns: 50px minmax(0, 1fr);
    padding-right: 10px;
    padding-left: 10px;
  }

  .webcraft-outline-tree > .is-h2,
  .webcraft-outline-tree > .is-h3 {
    margin-left: 0;
  }

  .webcraft-outline-tree article > span {
    width: 46px;
  }

  .webcraft-impact-path > article {
    padding-right: 18px;
    padding-left: 18px;
  }

  .webcraft-impact-path article > footer {
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .webcraft-fit-register article > h3,
  .webcraft-fit-register article > p,
  .webcraft-fit-register article > strong {
    padding-right: 15px;
    padding-left: 15px;
  }

  .webcraft-faq-standard {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .webcraft-faq-standard > span {
    width: 52px;
    height: 54px;
  }

  .webcraft-faq-grid summary {
    padding-right: 58px;
    padding-left: 18px;
    font-size: 14px;
  }

  .webcraft-faq-grid summary::after {
    right: 16px;
    width: 30px;
    height: 30px;
  }

  .webcraft-faq-grid details > p {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .webcraft-browser-canvas > header > em i {
    animation: none !important;
  }
}

/* Smooth boot, preloader and theme transitions */
html {
  scrollbar-gutter: stable;
}

html.is-preloading,
html.is-preloading body,
body.loading {
  overflow: hidden;
}

html.is-preloading body > :not(.preloader) {
  opacity: 0;
}

body {
  transition: none;
}

.preloader {
  --preloader-progress: 1%;
  --preloader-scale: 0.01;
  z-index: 2147483000;
  opacity: 1;
  visibility: visible;
  transform: translateZ(0);
  contain: layout paint style;
  will-change: opacity;
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 420ms;
}

.preloader::before {
  opacity: 0.48;
  will-change: transform;
  animation: smooth-preloader-grid 9s linear infinite alternate;
}

.preloader::after {
  opacity: 0.72;
  will-change: transform, opacity;
  animation: smooth-preloader-orbit 3.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.preloader-mark {
  width: min(340px, calc(100vw - 40px));
  min-height: 190px;
  gap: 16px;
  padding: 29px 25px 25px;
  border-radius: 18px;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: transform, opacity;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition:
    opacity 340ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.preloader[data-enhanced="true"] .preloader-mark {
  animation: smooth-preloader-panel-in 720ms cubic-bezier(0.16, 1, 0.3, 1) 60ms both;
}

.preloader-logo-shell {
  width: min(228px, 64vw);
  height: clamp(84px, 16vh, 128px);
  min-height: 0;
}

.preloader-logo-shell img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}

.preloader-logo-shell > img {
  position: absolute;
  inset: 0;
}

.preloader-logo-fill img {
  position: absolute;
  inset: 0;
}

.preloader-logo-shell::after {
  opacity: 0;
  will-change: transform, opacity;
  animation: smooth-preloader-logo-sweep 1.9s cubic-bezier(0.4, 0, 0.2, 1) 260ms infinite;
}

.preloader-logo-fill {
  transition: none;
  will-change: clip-path;
}

.preloader-hud {
  display: flex;
  opacity: 0.94;
}

.preloader-status {
  max-width: 210px;
  font-size: 9px;
  letter-spacing: 0.1em;
  transition: color 220ms ease, opacity 220ms ease;
}

.preloader-count {
  color: var(--primary);
  font-size: 20px;
  letter-spacing: -0.035em;
}

.preloader-progress {
  width: 100%;
  height: 3px;
}

.preloader-progress span {
  width: 100%;
  transform: scaleX(var(--preloader-scale));
  transform-origin: left center;
  will-change: transform;
  transition: none;
}

.preloader-nodes {
  display: flex;
  min-height: 7px;
}

.preloader-nodes span {
  animation-duration: 1.45s;
}

.preloader.is-completing .preloader-status {
  color: color-mix(in srgb, var(--primary) 74%, var(--preloader-ink));
}

.preloader.is-completing .preloader-nodes span {
  background: #43d9a6;
}

.preloader.is-completing .preloader-logo-fill {
  transition: clip-path 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.preloader.is-completing .preloader-progress span {
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.preloader.is-exiting::before {
  animation-play-state: paused;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader.is-hidden .preloader-mark {
  animation: none;
  opacity: 0;
  transform: translate3d(0, -12px, 0) scale(0.985);
}

.preloader.is-hidden::after {
  animation: none;
  opacity: 0;
  transform: scale(1.08);
}

:root {
  --theme-motion: 520ms;
  --theme-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html.is-theme-switching .theme-toggle {
  pointer-events: none;
}

html.is-theme-switching:not(.is-theme-view-transition) body {
  transition: color var(--theme-motion) var(--theme-ease), background-color var(--theme-motion) var(--theme-ease);
}

html.is-theme-view-transition *,
html.is-theme-view-transition *::before,
html.is-theme-view-transition *::after {
  transition: none !important;
}

::view-transition-group(root),
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: var(--theme-motion);
  animation-timing-function: var(--theme-ease);
}

::view-transition-old(root),
::view-transition-new(root) {
  mix-blend-mode: normal;
}

::view-transition-old(root) {
  animation-name: smooth-theme-old-out;
}

::view-transition-new(root) {
  animation-name: smooth-theme-new-in;
}

.site-header .theme-toggle-core {
  transition: transform 440ms cubic-bezier(0.16, 1, 0.3, 1), background 320ms ease, box-shadow 320ms ease;
}

.site-header .theme-toggle-track,
.site-header .theme-toggle-track::before,
.site-header .theme-toggle-track::after {
  transition: opacity 300ms ease, border-color 360ms ease, box-shadow 360ms ease, background 360ms ease;
}

@keyframes smooth-preloader-panel-in {
  from {
    opacity: 0.72;
    transform: translate3d(0, 18px, 0) scale(0.975);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes smooth-preloader-grid {
  from {
    transform: translate3d(-1.2%, -0.7%, 0) scale(1.02);
  }

  to {
    transform: translate3d(1.2%, 0.7%, 0) scale(1.02);
  }
}

@keyframes smooth-preloader-orbit {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.97);
  }

  50% {
    opacity: 1;
    transform: scale(1.025);
  }
}

@keyframes smooth-preloader-logo-sweep {
  0%,
  18% {
    opacity: 0;
    transform: translateX(-125%);
  }

  36% {
    opacity: 0.78;
  }

  68%,
  100% {
    opacity: 0;
    transform: translateX(125%);
  }
}

@keyframes smooth-theme-old-out {
  to {
    opacity: 0;
    transform: scale(1.004);
  }
}

@keyframes smooth-theme-new-in {
  from {
    opacity: 0;
    transform: scale(0.996);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .preloader,
  .preloader-mark,
  .preloader::before,
  .preloader::after,
  .preloader-logo-shell::after,
  .preloader-nodes span,
  ::view-transition-group(root),
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none !important;
  }

  .preloader {
    transition: opacity 120ms linear, visibility 0s linear 120ms;
  }

  .preloader-mark,
  .preloader-logo-fill,
  .preloader-progress span {
    transition: none !important;
  }

  .preloader-mark {
    opacity: 1 !important;
    transform: none !important;
  }

  html.is-theme-switching:not(.is-theme-view-transition) body,
  .site-header .theme-toggle-core,
  .site-header .theme-toggle-track,
  .site-header .theme-toggle-track::before,
  .site-header .theme-toggle-track::after {
    transition: none !important;
  }
}

/* Publication hardening: predictable focus, theme and touch motion */
.noscript-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 16px clamp(18px, 4vw, 48px);
  color: var(--ink);
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.noscript-navigation a {
  padding: 8px 10px;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2147483001;
  padding: 12px 16px;
  color: #06101b;
  background: #ffffff;
  border: 2px solid var(--primary-dark);
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.visually-hidden {
  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;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--primary-dark);
  outline-offset: 3px;
}

.search-field:focus-within {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px var(--focus-ring) !important;
}

.services-index-subitems a:target {
  color: var(--primary-dark) !important;
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px var(--focus-ring) !important;
}

html.is-theme-switching:not(.is-theme-view-transition) body {
  transition: none;
}

@media (max-width: 760px), (hover: none), (pointer: coarse) {
  .home-services-viewport,
  .home-services-ribbon-viewport,
  .testimonials-viewport,
  .brand-logo-viewport {
    overflow-x: auto !important;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .home-services-slide-set,
  .home-services-ribbon-item,
  .testimonial-card,
  .brand-logo-tile {
    scroll-snap-align: start;
  }

}

@media (prefers-reduced-motion: reduce) {
  .home-services-track,
  .home-services-ribbon-track,
  .testimonials-grid,
  .brand-logo-track,
  .hero-brand-visual::before,
  .hero-brand-visual::after,
  .hero-motion-rings,
  .hero-motion-rings span,
  .hero-motion-rings span::before,
  .hero-motion-rings span::after,
  .hero-brand-visual .hero-logo {
    animation: none !important;
    transform: none !important;
  }
}

@media (max-width: 760px), (pointer: coarse) {
  .footer-cookie-preferences {
    min-height: 44px;
    padding: 10px 0;
  }

  .legal-page .legal-document-search-nav button {
    width: 44px !important;
    min-height: 44px !important;
  }
}

/* FAQ knowledge command center */
.faq-redesign {
  --faq-c-bg: #edf4f7;
  --faq-c-surface: #ffffff;
  --faq-c-surface-alt: #f4f8fa;
  --faq-c-ink: #0d202c;
  --faq-c-muted: #60727e;
  --faq-c-line: #cbdde5;
  --faq-c-line-strong: #91bdcd;
  --faq-c-accent: #149bc5;
  --faq-c-cyan: #26bde7;
  --faq-c-green: #159b78;
  --faq-c-blue: #4f7fb3;
  --faq-c-teal: #278f91;
  --faq-c-amber: #b9822d;
  --faq-c-steel: #657e95;
}

:root[data-theme="dark"] .faq-redesign {
  --faq-c-bg: #081721;
  --faq-c-surface: #0d1f2a;
  --faq-c-surface-alt: #112733;
  --faq-c-ink: #f2f7fa;
  --faq-c-muted: #a7b8c3;
  --faq-c-line: rgba(126, 180, 201, 0.2);
  --faq-c-line-strong: rgba(70, 192, 230, 0.46);
  --faq-c-accent: #43c9f1;
  --faq-c-cyan: #43c9f1;
  --faq-c-green: #43c8a2;
  --faq-c-blue: #79a9de;
  --faq-c-teal: #58bdbf;
  --faq-c-amber: #e0ad5b;
  --faq-c-steel: #93abc0;
}

.faq-control-center,
.faq-knowledge-system,
.faq-decision-routes,
.faq-command-cta {
  position: relative;
  isolation: isolate;
}

.faq-control-center {
  overflow: hidden;
  padding: clamp(72px, 7vw, 108px) 0 clamp(64px, 6vw, 92px);
  border-top: 1px solid var(--faq-c-line);
  border-bottom: 1px solid var(--faq-c-line);
  color: var(--faq-c-ink);
  background: var(--faq-c-bg);
}

.faq-control-center::before,
.faq-decision-routes::before,
.faq-command-cta::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(var(--faq-c-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--faq-c-line) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  opacity: 0.24;
  pointer-events: none;
}

.faq-control-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: end;
}

.faq-control-heading .eyebrow,
.faq-knowledge-aside .eyebrow,
.faq-routes-head .eyebrow,
.faq-command-cta .eyebrow {
  color: var(--faq-c-accent);
}

.faq-control-heading h2 {
  max-width: 780px;
  margin: 0;
  color: var(--faq-c-ink);
  font-size: clamp(36px, 4.6vw, 62px);
  font-weight: 860;
  letter-spacing: 0;
  line-height: 1.02;
}

.faq-control-heading > div > p:last-child {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--faq-c-muted);
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 650;
  line-height: 1.75;
}

.faq-control-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--faq-c-line-strong);
  border-bottom: 1px solid var(--faq-c-line);
}

.faq-control-metrics > div {
  min-width: 0;
  padding: 18px 18px 20px;
  border-left: 1px solid var(--faq-c-line);
}

.faq-control-metrics > div:first-child {
  border-left: 0;
}

.faq-control-metrics dt {
  margin-bottom: 9px;
  color: var(--faq-c-muted);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.faq-control-metrics dd {
  margin: 0;
  color: var(--faq-c-ink);
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 860;
  line-height: 1;
}

.faq-control-console {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 265px;
  margin-top: clamp(42px, 5vw, 66px);
  overflow: hidden;
  border: 1px solid var(--faq-c-line-strong);
  border-radius: 6px 6px 0 0;
  background: var(--faq-c-surface);
}

.faq-command-search {
  position: relative;
  min-width: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 42px;
  align-items: center;
  padding: 0 16px;
  border-right: 1px solid var(--faq-c-line);
}

.faq-command-search svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  color: var(--faq-c-accent);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.faq-command-search input {
  width: 100%;
  min-width: 0;
  height: 74px;
  padding: 0 12px;
  border: 0;
  outline: 0;
  color: var(--faq-c-ink);
  background: transparent;
  font-size: 15px;
  font-weight: 720;
}

.faq-command-search input::placeholder {
  color: var(--faq-c-muted);
  opacity: 0.82;
}

.faq-command-search:focus-within {
  box-shadow: inset 0 -3px 0 var(--faq-c-accent);
}

.faq-command-search .faq-search-clear {
  position: static;
  right: auto;
  width: 36px;
  height: 36px;
  display: none;
  place-items: center;
  border: 1px solid var(--faq-c-line);
  border-radius: 6px;
  color: var(--faq-c-muted);
  background: var(--faq-c-surface-alt);
  font-size: 20px;
}

.faq-command-search .faq-search-clear.is-visible {
  display: grid;
}

.faq-command-search .faq-search-clear:hover,
.faq-command-search .faq-search-clear:focus-visible {
  border-color: var(--faq-c-line-strong);
  color: var(--faq-c-accent);
  background: var(--faq-c-bg);
  outline: none;
}

.faq-live-status {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 0 22px;
  background: var(--faq-c-surface-alt);
}

.faq-live-dot {
  position: relative;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--faq-c-green);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--faq-c-green) 16%, transparent);
}

.faq-live-dot::after {
  position: absolute;
  inset: -5px;
  border: 1px solid color-mix(in srgb, var(--faq-c-green) 48%, transparent);
  border-radius: inherit;
  content: "";
  animation: faq-live-pulse 1.8s ease-out infinite;
}

.faq-live-status small,
.faq-live-status strong {
  display: block;
}

.faq-live-status small {
  margin-bottom: 4px;
  color: var(--faq-c-muted);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.faq-live-status strong {
  color: var(--faq-c-ink);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.35;
}

.faq-category-switch {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--faq-c-line);
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: var(--faq-c-surface);
}

.faq-category-button {
  --faq-category-accent: var(--faq-c-cyan);
  position: relative;
  min-width: 0;
  min-height: 92px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 8px;
  gap: 10px;
  align-items: center;
  padding: 15px 14px;
  border: 0;
  border-right: 1px solid var(--faq-c-line);
  color: var(--faq-c-ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-category-button:last-child {
  border-right: 0;
}

.faq-category-button[data-tone="green"] { --faq-category-accent: var(--faq-c-green); }
.faq-category-button[data-tone="blue"] { --faq-category-accent: var(--faq-c-blue); }
.faq-category-button[data-tone="teal"] { --faq-category-accent: var(--faq-c-teal); }
.faq-category-button[data-tone="amber"] { --faq-category-accent: var(--faq-c-amber); }
.faq-category-button[data-tone="steel"] { --faq-category-accent: var(--faq-c-steel); }

.faq-category-button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--faq-category-accent);
  content: "";
  opacity: 0;
  transform: scaleX(0.3);
  transition: opacity 160ms ease, transform 180ms ease;
}

.faq-category-button:hover,
.faq-category-button:focus-visible,
.faq-category-button.is-active {
  background: color-mix(in srgb, var(--faq-category-accent) 9%, var(--faq-c-surface));
}

.faq-category-button:focus-visible {
  z-index: 2;
  outline: 3px solid color-mix(in srgb, var(--faq-category-accent) 24%, transparent);
  outline-offset: -3px;
}

.faq-category-button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.faq-category-code {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--faq-category-accent) 48%, var(--faq-c-line));
  border-radius: 5px;
  color: var(--faq-category-accent);
  font-size: 9px;
  font-weight: 880;
}

.faq-category-label {
  min-width: 0;
}

.faq-category-label strong,
.faq-category-label small {
  display: block;
}

.faq-category-label strong {
  overflow-wrap: anywhere;
  color: var(--faq-c-ink);
  font-size: 11px;
  font-weight: 820;
  line-height: 1.25;
}

.faq-category-label small {
  margin-top: 5px;
  color: var(--faq-c-muted);
  font-size: 8px;
  font-weight: 720;
}

.faq-category-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--faq-category-accent);
  opacity: 0.42;
}

.faq-category-button.is-active .faq-category-indicator {
  opacity: 1;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--faq-category-accent) 16%, transparent);
  animation: faq-live-pulse 1.8s ease-out infinite;
}

.faq-knowledge-system {
  padding: clamp(78px, 8vw, 124px) 0;
  color: var(--faq-c-ink);
  background: var(--faq-c-surface);
}

.faq-knowledge-layout {
  display: grid;
  grid-template-columns: minmax(280px, 350px) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: start;
}

.faq-knowledge-aside {
  position: sticky;
  top: 132px;
  min-width: 0;
  padding-right: clamp(30px, 4vw, 52px);
  border-right: 1px solid var(--faq-c-line);
}

.faq-knowledge-aside h2 {
  margin: 0;
  color: var(--faq-c-ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 860;
  letter-spacing: 0;
  line-height: 1.08;
}

.faq-knowledge-aside > p:nth-of-type(2) {
  margin: 22px 0 0;
  color: var(--faq-c-muted);
  font-size: 15px;
  font-weight: 640;
  line-height: 1.72;
}

.faq-answer-standard {
  margin-top: 34px;
  border-top: 1px solid var(--faq-c-line-strong);
}

.faq-answer-standard > div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  padding: 16px 0;
  border-bottom: 1px solid var(--faq-c-line);
}

.faq-answer-standard span {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--faq-c-line-strong);
  border-radius: 5px;
  color: var(--faq-c-accent);
  font-size: 9px;
  font-weight: 850;
}

.faq-answer-standard strong,
.faq-answer-standard small {
  display: block;
}

.faq-answer-standard strong {
  color: var(--faq-c-ink);
  font-size: 13px;
  font-weight: 820;
}

.faq-answer-standard small {
  margin-top: 4px;
  color: var(--faq-c-muted);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.4;
}

.faq-knowledge-contact {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) 38px;
  gap: 13px;
  align-items: center;
  margin-top: 28px;
  padding: 17px 0;
  border-top: 1px solid var(--faq-c-line);
  border-bottom: 1px solid var(--faq-c-line);
}

.faq-knowledge-contact small,
.faq-knowledge-contact strong {
  display: block;
}

.faq-knowledge-contact small {
  margin-bottom: 5px;
  color: var(--faq-c-green);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.faq-knowledge-contact strong {
  color: var(--faq-c-ink);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.5;
}

.faq-knowledge-contact > a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--faq-c-line-strong);
  border-radius: 5px;
  color: var(--faq-c-accent);
  font-size: 18px;
  text-decoration: none;
}

.faq-knowledge-contact > a:hover,
.faq-knowledge-contact > a:focus-visible {
  color: var(--faq-c-surface);
  background: var(--faq-c-accent);
  outline: none;
}

.faq-knowledge-content {
  min-width: 0;
}

.faq-active-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
  padding: 0 0 22px;
  border-bottom: 2px solid var(--faq-c-line-strong);
}

.faq-active-head span {
  display: block;
  margin-bottom: 9px;
  color: var(--faq-c-accent);
  font-size: 9px;
  font-weight: 880;
  text-transform: uppercase;
}

.faq-active-head h2 {
  margin: 0;
  color: var(--faq-c-ink);
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 860;
  letter-spacing: 0;
  line-height: 1.05;
}

.faq-active-head p {
  max-width: 650px;
  margin: 12px 0 0;
  color: var(--faq-c-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.6;
}

.faq-active-head > strong {
  min-width: 88px;
  padding: 11px 13px;
  border: 1px solid var(--faq-c-line);
  border-radius: 5px;
  color: var(--faq-c-green);
  background: var(--faq-c-surface-alt);
  font-size: 11px;
  font-weight: 850;
  text-align: center;
}

.faq-command-results {
  display: grid;
  gap: 34px;
}

.faq-command-group {
  --faq-group-accent: var(--faq-c-cyan);
  overflow: hidden;
  border: 1px solid var(--faq-c-line);
  border-radius: 6px;
  background: var(--faq-c-surface);
}

.faq-command-group[data-tone="green"] { --faq-group-accent: var(--faq-c-green); }
.faq-command-group[data-tone="blue"] { --faq-group-accent: var(--faq-c-blue); }
.faq-command-group[data-tone="teal"] { --faq-group-accent: var(--faq-c-teal); }
.faq-command-group[data-tone="amber"] { --faq-group-accent: var(--faq-c-amber); }
.faq-command-group[data-tone="steel"] { --faq-group-accent: var(--faq-c-steel); }

.faq-command-group-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--faq-c-line);
  background: color-mix(in srgb, var(--faq-group-accent) 7%, var(--faq-c-surface-alt));
}

.faq-command-group-head > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--faq-group-accent) 52%, var(--faq-c-line));
  border-radius: 5px;
  color: var(--faq-group-accent);
  font-size: 10px;
  font-weight: 880;
}

.faq-command-group-head small {
  display: block;
  margin-bottom: 4px;
  color: var(--faq-group-accent);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.faq-command-group-head h3 {
  margin: 0;
  color: var(--faq-c-ink);
  font-size: 21px;
  font-weight: 850;
  line-height: 1.15;
}

.faq-command-group-head p {
  margin: 6px 0 0;
  color: var(--faq-c-muted);
  font-size: 11px;
  font-weight: 640;
  line-height: 1.45;
}

.faq-command-group-head > strong {
  color: var(--faq-group-accent);
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.faq-command-row {
  position: relative;
  border-bottom: 1px solid var(--faq-c-line);
}

.faq-command-row:last-child {
  border-bottom: 0;
}

.faq-command-row::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--faq-group-accent);
  content: "";
  opacity: 0;
  transition: opacity 160ms ease;
}

.faq-command-row.is-open::before {
  opacity: 1;
}

.faq-command-row h4 {
  margin: 0;
}

.faq-command-question-button {
  width: 100%;
  min-height: 86px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 40px;
  gap: 17px;
  align-items: center;
  padding: 15px 20px;
  border: 0;
  color: var(--faq-c-ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-command-question-button:hover,
.faq-command-row.is-open .faq-command-question-button {
  background: color-mix(in srgb, var(--faq-group-accent) 5%, var(--faq-c-surface));
}

.faq-command-question-button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--faq-group-accent) 24%, transparent);
  outline-offset: -4px;
}

.faq-command-question-number {
  color: var(--faq-group-accent);
  font-size: 10px;
  font-weight: 880;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.faq-command-question-text {
  color: var(--faq-c-ink);
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 750;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.faq-command-toggle {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid var(--faq-c-line-strong);
  border-radius: 5px;
  background: var(--faq-c-surface-alt);
}

.faq-command-toggle::before,
.faq-command-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: var(--faq-group-accent);
  content: "";
  transform: translate(-50%, -50%);
  transition: opacity 160ms ease, transform 180ms ease;
}

.faq-command-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-command-row.is-open .faq-command-toggle {
  border-color: var(--faq-group-accent);
  background: var(--faq-group-accent);
}

.faq-command-row.is-open .faq-command-toggle::before,
.faq-command-row.is-open .faq-command-toggle::after {
  background: var(--faq-c-surface);
}

.faq-command-row.is-open .faq-command-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.faq-command-answer-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-command-row.is-open .faq-command-answer-panel {
  grid-template-rows: 1fr;
}

.faq-command-answer-inner {
  min-height: 0;
  overflow: hidden;
}

.faq-command-answer-content {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  margin: 0 20px 20px 79px;
  padding: 18px 0 2px;
  border-top: 1px solid color-mix(in srgb, var(--faq-group-accent) 42%, var(--faq-c-line));
}

.faq-command-answer-content > span {
  color: var(--faq-group-accent);
  font-size: 8px;
  font-weight: 880;
  text-transform: uppercase;
}

.faq-command-answer-content p {
  margin: 0;
  color: var(--faq-c-muted);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.72;
}

.faq-command-answer-content a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--faq-group-accent);
  font-size: 10px;
  font-weight: 820;
  line-height: 1.4;
  text-align: right;
  text-decoration: none;
}

.faq-command-answer-content a:hover,
.faq-command-answer-content a:focus-visible {
  text-decoration: underline;
  outline: none;
}

.faq-command-answer-content i {
  font-size: 16px;
  font-style: normal;
}

.faq-command-empty {
  min-height: 190px;
  display: none;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 28px;
  border-top: 1px solid var(--faq-c-line-strong);
  border-bottom: 1px solid var(--faq-c-line-strong);
}

.faq-command-empty.is-visible {
  display: grid;
}

.faq-command-empty > span {
  color: var(--faq-c-accent);
  font-size: 15px;
  font-weight: 880;
}

.faq-command-empty strong {
  display: block;
  color: var(--faq-c-ink);
  font-size: 18px;
  font-weight: 840;
}

.faq-command-empty p {
  margin: 8px 0 0;
  color: var(--faq-c-muted);
  font-size: 13px;
  line-height: 1.55;
}

.faq-command-empty a {
  padding: 11px 14px;
  border: 1px solid var(--faq-c-line-strong);
  border-radius: 5px;
  color: var(--faq-c-accent);
  font-size: 11px;
  font-weight: 820;
  text-decoration: none;
}

.faq-decision-routes {
  overflow: hidden;
  padding: clamp(74px, 7vw, 110px) 0;
  border-top: 1px solid var(--faq-c-line);
  color: var(--faq-c-ink);
  background: var(--faq-c-bg);
}

.faq-routes-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: end;
  margin-bottom: 38px;
}

.faq-routes-head h2 {
  max-width: 720px;
  margin: 0;
  color: var(--faq-c-ink);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 860;
  letter-spacing: 0;
  line-height: 1.05;
}

.faq-routes-head > p {
  margin: 0;
  padding-left: 22px;
  border-left: 2px solid var(--faq-c-accent);
  color: var(--faq-c-muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.72;
}

.faq-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--faq-c-line-strong);
  border-radius: 6px;
  background: var(--faq-c-surface);
  overflow: hidden;
}

.faq-route-grid > a {
  --faq-route-accent: var(--faq-c-cyan);
  min-width: 0;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-right: 1px solid var(--faq-c-line);
  color: var(--faq-c-ink);
  text-decoration: none;
}

.faq-route-grid > a:nth-child(2) { --faq-route-accent: var(--faq-c-green); }
.faq-route-grid > a:nth-child(3) { --faq-route-accent: var(--faq-c-blue); }
.faq-route-grid > a:last-child { border-right: 0; }

.faq-route-grid .hardware-mini {
  width: 50px;
  height: 50px;
  margin-bottom: 34px;
  border-color: color-mix(in srgb, var(--faq-route-accent) 48%, var(--faq-c-line));
  color: var(--faq-route-accent);
  background: color-mix(in srgb, var(--faq-route-accent) 8%, var(--faq-c-surface-alt));
}

.faq-route-grid small {
  color: var(--faq-route-accent);
  font-size: 8px;
  font-weight: 880;
  text-transform: uppercase;
}

.faq-route-grid h3 {
  margin: 12px 0 0;
  color: var(--faq-c-ink);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.2;
}

.faq-route-grid p {
  margin: 14px 0 28px;
  color: var(--faq-c-muted);
  font-size: 13px;
  font-weight: 620;
  line-height: 1.7;
}

.faq-route-grid strong {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--faq-c-line);
  color: var(--faq-route-accent);
  font-size: 11px;
  font-weight: 840;
}

.faq-route-grid i {
  font-size: 18px;
  font-style: normal;
  transition: transform 160ms ease;
}

.faq-route-grid > a:hover,
.faq-route-grid > a:focus-visible {
  background: color-mix(in srgb, var(--faq-route-accent) 7%, var(--faq-c-surface));
  outline: none;
}

.faq-route-grid > a:hover i,
.faq-route-grid > a:focus-visible i {
  transform: translateX(4px);
}

.faq-command-cta {
  overflow: hidden;
  padding: clamp(72px, 7vw, 104px) 0 0;
  color: #f2f8fb;
  background: #0a202b;
}

:root[data-theme="dark"] .faq-command-cta {
  background: #06131b;
}

.faq-command-cta::before {
  border-top: 1px solid rgba(67, 201, 241, 0.18);
  background-image:
    linear-gradient(rgba(87, 157, 181, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 157, 181, 0.1) 1px, transparent 1px);
  opacity: 1;
}

.faq-command-cta-main {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 22px clamp(42px, 7vw, 100px);
  align-items: end;
  padding-bottom: 52px;
}

.faq-command-cta-main h2 {
  max-width: 760px;
  margin: 0;
  color: #f4f9fc;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 860;
  letter-spacing: 0;
  line-height: 1.03;
}

.faq-command-cta-main > p {
  margin: 0;
  color: rgba(224, 237, 244, 0.72);
  font-size: 15px;
  font-weight: 620;
  line-height: 1.75;
}

.faq-command-cta-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(200px, 0.65fr) repeat(2, minmax(220px, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.faq-command-cta-actions > a {
  min-width: 0;
  min-height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 11px 16px;
  border: 1px solid rgba(112, 181, 207, 0.26);
  border-radius: 6px;
  color: #f2f8fb;
  background: rgba(255, 255, 255, 0.045);
  text-decoration: none;
}

.faq-command-cta-actions > .btn {
  align-items: center;
  color: #071820;
  background: var(--primary);
}

.faq-command-cta-actions span,
.faq-command-cta-actions strong {
  display: block;
}

.faq-command-cta-actions span {
  margin-bottom: 4px;
  color: #55cdf2;
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.faq-command-cta-actions strong {
  overflow-wrap: anywhere;
  font-size: 12px;
  font-weight: 820;
}

.faq-command-cta-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(112, 181, 207, 0.24);
}

.faq-command-cta-steps > div {
  min-height: 84px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px 22px;
  border-right: 1px solid rgba(112, 181, 207, 0.18);
}

.faq-command-cta-steps > div:last-child {
  border-right: 0;
}

.faq-command-cta-steps span {
  color: #4fc8ed;
  font-size: 9px;
  font-weight: 880;
}

.faq-command-cta-steps strong {
  color: #f2f8fb;
  font-size: 12px;
  font-weight: 760;
}

@keyframes faq-live-pulse {
  0% { opacity: 0.8; transform: scale(0.72); }
  70%, 100% { opacity: 0; transform: scale(1.45); }
}

@media (max-width: 1180px) {
  .faq-control-heading {
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
    gap: 48px;
  }

  .faq-category-button {
    grid-template-columns: 30px minmax(0, 1fr) 6px;
    gap: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .faq-category-code {
    width: 30px;
    height: 30px;
  }

  .faq-knowledge-layout {
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
    gap: 44px;
  }

  .faq-command-answer-content {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .faq-command-answer-content a {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 980px) {
  .faq-control-heading,
  .faq-routes-head,
  .faq-command-cta-main {
    grid-template-columns: 1fr;
  }

  .faq-control-heading,
  .faq-routes-head,
  .faq-command-cta-main {
    gap: 28px;
  }

  .faq-control-metrics {
    max-width: 650px;
  }

  .faq-category-switch {
    grid-auto-flow: column;
    grid-auto-columns: minmax(152px, 1fr);
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .faq-category-switch::-webkit-scrollbar {
    display: none;
  }

  .faq-category-button:last-child {
    border-right: 0;
  }

  .faq-knowledge-layout {
    grid-template-columns: 1fr;
  }

  .faq-knowledge-aside {
    position: static;
    padding: 0 0 42px;
    border-right: 0;
    border-bottom: 1px solid var(--faq-c-line);
  }

  .faq-answer-standard {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .faq-answer-standard > div {
    padding: 16px;
    border-right: 1px solid var(--faq-c-line);
  }

  .faq-answer-standard > div:last-child {
    border-right: 0;
  }

  .faq-knowledge-contact {
    max-width: 620px;
  }

  .faq-command-cta-main > p {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .faq-control-center,
  .faq-knowledge-system,
  .faq-decision-routes {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .faq-control-center::before,
  .faq-decision-routes::before,
  .faq-command-cta::before {
    background-size: 48px 48px;
  }

  .faq-control-heading h2,
  .faq-routes-head h2,
  .faq-command-cta-main h2 {
    font-size: 34px;
  }

  .faq-control-metrics {
    width: 100%;
  }

  .faq-control-metrics > div {
    padding: 15px 10px 17px;
  }

  .faq-control-metrics dt {
    min-height: 22px;
    font-size: 7px;
  }

  .faq-control-metrics dd {
    font-size: 24px;
  }

  .faq-control-console {
    grid-template-columns: 1fr;
  }

  .faq-command-search {
    min-height: 70px;
    grid-template-columns: 46px minmax(0, 1fr) 38px;
    padding: 0 9px;
    border-right: 0;
    border-bottom: 1px solid var(--faq-c-line);
  }

  .faq-command-search svg {
    width: 38px;
    height: 38px;
  }

  .faq-command-search input {
    height: 68px;
    padding: 0 8px;
    font-size: 13px;
  }

  .faq-live-status {
    min-height: 66px;
    padding: 0 17px;
  }

  .faq-knowledge-aside h2,
  .faq-active-head h2 {
    font-size: 31px;
  }

  .faq-answer-standard {
    grid-template-columns: 1fr;
  }

  .faq-answer-standard > div {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  .faq-active-head {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
  }

  .faq-active-head > strong {
    min-width: 72px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .faq-command-results {
    gap: 24px;
  }

  .faq-command-group-head {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    padding: 17px 15px;
  }

  .faq-command-group-head > span {
    width: 40px;
    height: 40px;
  }

  .faq-command-group-head > strong {
    grid-column: 2;
  }

  .faq-command-question-button {
    min-height: 82px;
    grid-template-columns: 30px minmax(0, 1fr) 36px;
    gap: 11px;
    padding: 13px 12px;
  }

  .faq-command-toggle {
    width: 34px;
    height: 34px;
  }

  .faq-command-answer-content {
    grid-template-columns: 1fr;
    gap: 9px;
    margin: 0 14px 18px 53px;
    padding-top: 15px;
  }

  .faq-command-answer-content a {
    grid-column: auto;
  }

  .faq-command-empty {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 22px 12px;
  }

  .faq-command-empty a {
    grid-column: 2;
    justify-self: start;
  }

  .faq-routes-head > p {
    padding-left: 16px;
  }

  .faq-route-grid {
    grid-template-columns: 1fr;
  }

  .faq-route-grid > a {
    min-height: 285px;
    border-right: 0;
    border-bottom: 1px solid var(--faq-c-line);
  }

  .faq-route-grid > a:last-child {
    border-bottom: 0;
  }

  .faq-command-cta {
    padding-top: 66px;
  }

  .faq-command-cta-main {
    padding-bottom: 40px;
  }

  .faq-command-cta-actions {
    grid-template-columns: 1fr;
  }

  .faq-command-cta-steps {
    grid-template-columns: 1fr;
  }

  .faq-command-cta-steps > div {
    min-height: 68px;
    border-right: 0;
    border-bottom: 1px solid rgba(112, 181, 207, 0.18);
  }

  .faq-command-cta-steps > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 420px) {
  .faq-control-heading h2,
  .faq-routes-head h2,
  .faq-command-cta-main h2 {
    font-size: 31px;
  }

  .faq-control-heading > div > p:last-child,
  .faq-routes-head > p,
  .faq-command-cta-main > p {
    font-size: 14px;
  }

  .faq-category-switch {
    grid-auto-columns: minmax(148px, 68vw);
  }

  .faq-active-head {
    grid-template-columns: 1fr;
  }

  .faq-active-head > strong {
    justify-self: start;
  }

  .faq-command-question-text {
    font-size: 13.5px;
  }

  .faq-command-answer-content {
    margin-left: 43px;
  }

  .faq-route-grid > a {
    padding: 24px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-live-dot::after,
  .faq-category-button.is-active .faq-category-indicator {
    animation: none;
  }

  .faq-command-answer-panel,
  .faq-route-grid i,
  .faq-category-button::after {
    transition: none;
  }
}

/* FAQ response console v2 */
.faq-control-console {
  position: relative;
  display: block;
  margin-top: clamp(42px, 5vw, 66px);
  overflow: hidden;
  border: 1px solid var(--faq-c-line-strong);
  border-radius: 8px;
  background: var(--faq-c-surface);
  box-shadow: 0 24px 70px color-mix(in srgb, var(--faq-c-ink) 9%, transparent);
}

.faq-control-console::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 3px;
  background: var(--faq-c-accent);
  content: "";
  pointer-events: none;
}

.faq-console-head {
  min-height: 86px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid var(--faq-c-line);
  background: color-mix(in srgb, var(--faq-c-surface-alt) 78%, var(--faq-c-surface));
}

.faq-console-identity,
.faq-console-state {
  display: flex;
  align-items: center;
}

.faq-console-identity {
  gap: 14px;
}

.faq-console-code {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--faq-c-line-strong);
  border-radius: 5px;
  color: var(--faq-c-accent);
  background: color-mix(in srgb, var(--faq-c-accent) 8%, var(--faq-c-surface));
  font-size: 10px;
  font-weight: 900;
}

.faq-console-identity small,
.faq-console-identity strong,
.faq-console-state small,
.faq-console-state strong,
.faq-search-field small,
.faq-search-field input {
  display: block;
}

.faq-console-identity small,
.faq-console-state small,
.faq-search-field small {
  color: var(--faq-c-muted);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.faq-console-identity strong {
  margin-top: 5px;
  color: var(--faq-c-ink);
  font-size: 16px;
  font-weight: 860;
  line-height: 1.2;
}

.faq-console-state {
  gap: 15px;
  padding-left: 24px;
  border-left: 1px solid var(--faq-c-line);
  text-align: right;
}

.faq-console-state strong {
  margin-top: 4px;
  color: var(--faq-c-green);
  font-size: 12px;
  font-weight: 880;
  text-transform: uppercase;
}

.faq-console-bars {
  width: 34px;
  height: 34px;
  display: flex;
  gap: 4px;
  align-items: flex-end;
  justify-content: center;
  padding: 8px;
  border: 1px solid color-mix(in srgb, var(--faq-c-green) 44%, var(--faq-c-line));
  border-radius: 5px;
  background: color-mix(in srgb, var(--faq-c-green) 8%, var(--faq-c-surface));
}

.faq-console-bars i {
  width: 3px;
  background: var(--faq-c-green);
}

.faq-console-bars i:nth-child(1) { height: 7px; opacity: 0.58; }
.faq-console-bars i:nth-child(2) { height: 12px; opacity: 0.78; }
.faq-console-bars i:nth-child(3) { height: 17px; }

.faq-console-query {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  border-bottom: 1px solid var(--faq-c-line);
}

.faq-command-search {
  min-width: 0;
  min-height: 108px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 38px;
  gap: 16px;
  align-items: center;
  padding: 18px 24px;
  border-right: 1px solid var(--faq-c-line);
  background: var(--faq-c-surface);
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.faq-command-search:focus-within {
  background: color-mix(in srgb, var(--faq-c-accent) 5%, var(--faq-c-surface));
  box-shadow: inset 4px 0 0 var(--faq-c-accent);
}

.faq-search-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid var(--faq-c-line-strong);
  border-radius: 6px;
  color: var(--faq-c-accent);
  background: color-mix(in srgb, var(--faq-c-accent) 7%, var(--faq-c-surface-alt));
}

.faq-command-search .faq-search-icon svg {
  width: 24px;
  height: 24px;
  padding: 0;
}

.faq-search-field {
  min-width: 0;
}

.faq-search-field small {
  margin-bottom: 7px;
  color: var(--faq-c-accent);
}

.faq-command-search .faq-search-field input {
  width: 100%;
  height: 34px;
  padding: 0;
  border: 0;
  color: var(--faq-c-ink);
  background: transparent;
  font-size: 16px;
  font-weight: 760;
}

.faq-command-search .faq-search-field input::placeholder {
  color: var(--faq-c-muted);
  opacity: 0.88;
}

.faq-command-search .faq-search-clear {
  width: 36px;
  height: 36px;
  border-color: var(--faq-c-line-strong);
  background: var(--faq-c-surface-alt);
}

.faq-live-status {
  min-height: 108px;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 18px 22px;
  background: color-mix(in srgb, var(--faq-c-surface-alt) 78%, var(--faq-c-surface));
}

.faq-live-status small {
  margin-bottom: 6px;
  color: var(--faq-c-muted);
  font-size: 8px;
}

.faq-live-status strong {
  color: var(--faq-c-ink);
  font-size: 13px;
  font-weight: 860;
}

.faq-live-badge {
  min-width: 48px;
  padding: 7px 8px;
  border: 1px solid color-mix(in srgb, var(--faq-c-green) 44%, var(--faq-c-line));
  border-radius: 4px;
  color: var(--faq-c-green);
  background: color-mix(in srgb, var(--faq-c-green) 7%, var(--faq-c-surface));
  font-size: 8px;
  font-weight: 880;
  text-align: center;
  text-transform: uppercase;
}

.faq-console-filter-head {
  min-height: 68px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  background: var(--faq-c-surface-alt);
}

.faq-console-filter-head > div {
  display: flex;
  gap: 12px;
  align-items: center;
}

.faq-console-filter-head > div > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid var(--faq-c-line-strong);
  border-radius: 4px;
  color: var(--faq-c-accent);
  font-size: 9px;
  font-weight: 880;
}

.faq-console-filter-head p {
  margin: 0;
}

.faq-console-filter-head small,
.faq-console-filter-head strong {
  display: block;
}

.faq-console-filter-head small {
  color: var(--faq-c-muted);
  font-size: 8px;
  font-weight: 840;
  text-transform: uppercase;
}

.faq-console-filter-head strong {
  margin-top: 4px;
  color: var(--faq-c-ink);
  font-size: 13px;
  font-weight: 850;
}

.faq-console-filter-head > p {
  color: var(--faq-c-muted);
  font-size: 10px;
  font-weight: 780;
  text-transform: uppercase;
}

.faq-category-switch {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  overflow: hidden;
  border: 0;
  border-top: 1px solid var(--faq-c-line);
  border-radius: 0;
  background: var(--faq-c-surface);
}

.faq-category-button {
  min-height: 118px;
  display: grid;
  grid-template: "code indicator" auto "label indicator" 1fr / minmax(0, 1fr) 4px;
  gap: 12px 10px;
  align-content: center;
  align-items: start;
  padding: 18px;
  border-right: 1px solid var(--faq-c-line);
  background: var(--faq-c-surface);
}

.faq-category-button:hover,
.faq-category-button:focus-visible,
.faq-category-button.is-active {
  background: color-mix(in srgb, var(--faq-category-accent) 9%, var(--faq-c-surface));
}

.faq-category-button::after {
  height: 4px;
}

.faq-category-code {
  grid-area: code;
  width: auto;
  min-width: 36px;
  height: 29px;
  justify-self: start;
  padding: 0 8px;
  border-radius: 4px;
}

.faq-category-button.is-active .faq-category-code {
  border-color: var(--faq-category-accent);
  color: var(--faq-c-surface);
  background: var(--faq-category-accent);
}

.faq-category-label {
  grid-area: label;
  align-self: end;
}

.faq-category-label strong {
  font-size: 12px;
  line-height: 1.3;
}

.faq-category-label small {
  margin-top: 7px;
  font-size: 9px;
}

.faq-category-indicator {
  grid-area: indicator;
  width: 3px;
  height: 100%;
  min-height: 54px;
  align-self: stretch;
  border-radius: 2px;
  background: var(--faq-category-accent);
  opacity: 0.32;
}

.faq-category-button.is-active .faq-category-indicator {
  opacity: 1;
  box-shadow: none;
  animation: none;
}

@media (max-width: 980px) {
  .faq-console-query {
    grid-template-columns: minmax(0, 1fr) 270px;
  }

  .faq-category-switch {
    grid-auto-flow: column;
    grid-auto-columns: minmax(168px, 1fr);
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .faq-category-switch::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 760px) {
  .faq-console-head {
    min-height: 76px;
    padding: 14px 16px;
  }

  .faq-console-code {
    width: 42px;
    height: 42px;
  }

  .faq-console-identity {
    gap: 11px;
  }

  .faq-console-identity strong {
    font-size: 14px;
  }

  .faq-console-state {
    gap: 10px;
    padding-left: 14px;
  }

  .faq-console-query {
    grid-template-columns: 1fr;
  }

  .faq-command-search {
    min-height: 94px;
    grid-template-columns: 48px minmax(0, 1fr) 36px;
    gap: 12px;
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--faq-c-line);
  }

  .faq-search-icon {
    width: 46px;
    height: 46px;
  }

  .faq-command-search .faq-search-field input {
    height: 32px;
    font-size: 13px;
  }

  .faq-live-status {
    min-height: 76px;
    padding: 14px 16px;
  }

  .faq-console-filter-head {
    min-height: 62px;
    padding: 12px 16px;
  }

  .faq-category-button {
    min-height: 108px;
    padding: 16px;
  }
}

@media (max-width: 420px) {
  .faq-console-head {
    gap: 12px;
  }

  .faq-console-state small,
  .faq-console-filter-head > p {
    display: none;
  }

  .faq-console-state {
    border-left: 0;
  }

  .faq-console-bars {
    width: 32px;
    height: 32px;
  }

  .faq-category-switch {
    grid-auto-columns: minmax(164px, 72vw);
  }
}

/* FAQ corporate directory v3 */
.faq-directory-intro,
.faq-directory-workspace,
.faq-assurance-band,
.faq-direct-contact {
  position: relative;
  isolation: isolate;
}

.faq-directory-intro {
  overflow: hidden;
  padding: 92px 0 82px;
  border-top: 1px solid var(--faq-c-line);
  border-bottom: 1px solid var(--faq-c-line);
  color: var(--faq-c-ink);
  background: var(--faq-c-surface);
}

.faq-directory-intro::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 31%;
  background: color-mix(in srgb, var(--faq-c-accent) 7%, var(--faq-c-surface));
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
}

.faq-directory-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 88px;
  align-items: end;
}

.faq-directory-intro .eyebrow,
.faq-assurance-band .eyebrow,
.faq-direct-contact .eyebrow {
  color: var(--faq-c-accent);
}

.faq-directory-intro h2 {
  max-width: 780px;
  margin: 0;
  color: var(--faq-c-ink);
  font-size: 58px;
  font-weight: 870;
  letter-spacing: 0;
  line-height: 1.03;
}

.faq-directory-summary {
  position: relative;
  z-index: 1;
  padding-left: 38px;
  border-left: 2px solid var(--faq-c-accent);
}

.faq-directory-summary > p {
  max-width: 580px;
  margin: 0;
  color: var(--faq-c-muted);
  font-size: 16px;
  font-weight: 640;
  line-height: 1.75;
}

.faq-directory-summary dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 30px 0 0;
  border-top: 1px solid var(--faq-c-line-strong);
  border-bottom: 1px solid var(--faq-c-line);
}

.faq-directory-summary dl > div {
  display: flex;
  flex-direction: column-reverse;
  gap: 9px;
  padding: 18px 20px;
  border-left: 1px solid var(--faq-c-line);
}

.faq-directory-summary dl > div:first-child {
  border-left: 0;
}

.faq-directory-summary dt {
  color: var(--faq-c-muted);
  font-size: 9px;
  font-weight: 820;
  text-transform: uppercase;
}

.faq-directory-summary dd {
  margin: 0;
  color: var(--faq-c-ink);
  font-size: 34px;
  font-weight: 880;
  line-height: 1;
}

.faq-directory-workspace {
  padding: 0 0 104px;
  border-bottom: 1px solid var(--faq-c-line);
  color: var(--faq-c-ink);
  background: var(--faq-c-bg);
}

.faq-directory-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  margin-bottom: 72px;
  border-right: 1px solid var(--faq-c-line-strong);
  border-bottom: 1px solid var(--faq-c-line-strong);
  border-left: 1px solid var(--faq-c-line-strong);
  background: var(--faq-c-surface);
  box-shadow: 0 18px 50px color-mix(in srgb, var(--faq-c-ink) 7%, transparent);
}

.faq-directory-search {
  min-width: 0;
  min-height: 96px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 38px;
  gap: 17px;
  align-items: center;
  padding: 16px 24px;
  border-right: 1px solid var(--faq-c-line);
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.faq-directory-search:focus-within {
  background: color-mix(in srgb, var(--faq-c-accent) 5%, var(--faq-c-surface));
  box-shadow: inset 4px 0 0 var(--faq-c-accent);
}

.faq-directory-search > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid var(--faq-c-line-strong);
  color: var(--faq-c-accent);
  background: var(--faq-c-surface-alt);
}

.faq-directory-search svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.faq-directory-search > div {
  min-width: 0;
}

.faq-directory-search small,
.faq-directory-result small {
  display: block;
  margin-bottom: 7px;
  color: var(--faq-c-muted);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.faq-directory-search input {
  width: 100%;
  height: 34px;
  padding: 0;
  border: 0;
  outline: 0;
  color: var(--faq-c-ink);
  background: transparent;
  font-size: 16px;
  font-weight: 760;
}

.faq-directory-search input::placeholder {
  color: var(--faq-c-muted);
  opacity: 0.82;
}

.faq-directory-search .faq-search-clear {
  position: static;
  right: auto;
  width: 36px;
  height: 36px;
  display: none;
  place-items: center;
  border: 1px solid var(--faq-c-line-strong);
  border-radius: 4px;
  color: var(--faq-c-muted);
  background: var(--faq-c-surface-alt);
  font-size: 20px;
}

.faq-directory-search .faq-search-clear.is-visible {
  display: grid;
}

.faq-directory-search .faq-search-clear:hover,
.faq-directory-search .faq-search-clear:focus-visible {
  color: var(--faq-c-accent);
  background: var(--faq-c-bg);
  outline: none;
}

.faq-directory-result {
  min-height: 96px;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px 24px;
  background: var(--faq-c-surface-alt);
}

.faq-directory-result strong {
  display: block;
  color: var(--faq-c-ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.faq-directory-layout {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.faq-directory-rail {
  position: sticky;
  top: 132px;
  min-width: 0;
  padding-right: 32px;
  border-right: 1px solid var(--faq-c-line);
}

.faq-directory-rail > header {
  padding: 0 12px 20px;
  border-bottom: 2px solid var(--faq-c-line-strong);
}

.faq-directory-rail > header small,
.faq-directory-rail > header strong {
  display: block;
}

.faq-directory-rail > header small {
  color: var(--faq-c-accent);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.faq-directory-rail > header strong {
  margin-top: 7px;
  color: var(--faq-c-ink);
  font-size: 22px;
  font-weight: 860;
}

.faq-directory-rail .faq-category-switch {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  overflow: visible;
  border: 0;
  background: transparent;
}

.faq-directory-rail .faq-category-button {
  min-height: 70px;
  display: grid;
  grid-template: none / 40px minmax(0, 1fr) 3px;
  gap: 13px;
  align-items: center;
  padding: 11px 12px;
  border: 0;
  border-bottom: 1px solid var(--faq-c-line);
  color: var(--faq-c-ink);
  background: transparent;
}

.faq-directory-rail .faq-category-button::after {
  display: none;
}

.faq-directory-rail .faq-category-button:hover,
.faq-directory-rail .faq-category-button:focus-visible,
.faq-directory-rail .faq-category-button.is-active {
  background: color-mix(in srgb, var(--faq-category-accent) 9%, var(--faq-c-surface));
}

.faq-directory-rail .faq-category-button:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--faq-category-accent) 36%, transparent);
  outline-offset: -2px;
}

.faq-directory-rail .faq-category-code {
  grid-area: auto;
  width: 38px;
  min-width: 0;
  height: 38px;
  justify-self: auto;
  padding: 0;
  border-radius: 3px;
}

.faq-directory-rail .faq-category-label {
  grid-area: auto;
  align-self: center;
}

.faq-directory-rail .faq-category-label strong {
  font-size: 13px;
  line-height: 1.25;
}

.faq-directory-rail .faq-category-label small {
  margin-top: 4px;
  font-size: 8px;
}

.faq-directory-rail .faq-category-indicator {
  grid-area: auto;
  width: 3px;
  height: 30px;
  min-height: 0;
  justify-self: end;
  align-self: center;
  border-radius: 0;
  opacity: 0.22;
}

.faq-directory-rail .faq-category-button.is-active .faq-category-indicator {
  opacity: 1;
}

.faq-directory-help {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
  padding: 20px 10px;
  border-top: 1px solid var(--faq-c-line-strong);
  border-bottom: 1px solid var(--faq-c-line);
}

.faq-directory-help .hardware-mini {
  width: 40px;
  height: 40px;
}

.faq-directory-help p {
  margin: 0;
}

.faq-directory-help small,
.faq-directory-help strong {
  display: block;
}

.faq-directory-help small {
  color: var(--faq-c-accent);
  font-size: 8px;
  font-weight: 840;
  text-transform: uppercase;
}

.faq-directory-help strong {
  margin-top: 5px;
  color: var(--faq-c-ink);
  font-size: 11px;
  font-weight: 790;
  line-height: 1.4;
}

.faq-directory-help > a {
  color: var(--faq-c-accent);
  font-size: 20px;
  font-weight: 800;
  text-align: right;
  text-decoration: none;
}

.faq-directory-content {
  min-width: 0;
}

.faq-directory-content .faq-active-head {
  margin-bottom: 48px;
  padding: 0 0 28px;
  border-bottom: 2px solid var(--faq-c-line-strong);
}

.faq-directory-content .faq-active-head h2 {
  font-size: 44px;
}

.faq-directory-content .faq-active-head > strong {
  min-width: 0;
  padding: 0 0 0 24px;
  border: 0;
  border-left: 1px solid var(--faq-c-line);
  border-radius: 0;
  background: transparent;
  font-size: 13px;
}

.faq-directory-content .faq-command-results {
  gap: 56px;
}

.faq-directory-content .faq-command-group {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.faq-directory-content .faq-command-group-head {
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 18px;
  padding: 22px 0;
  border-top: 3px solid var(--faq-group-accent);
  border-bottom: 1px solid var(--faq-c-line);
  background: transparent;
}

.faq-directory-content .faq-command-group-head > span {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 3px;
  color: var(--faq-c-surface);
  background: var(--faq-group-accent);
}

.faq-directory-content .faq-command-group-head h3 {
  font-size: 24px;
}

.faq-directory-content .faq-command-group-head p {
  max-width: 680px;
  font-size: 12px;
}

.faq-directory-content .faq-command-questions {
  background: var(--faq-c-surface);
}

.faq-directory-content .faq-command-row::before {
  width: 4px;
}

.faq-directory-content .faq-command-question-button {
  min-height: 84px;
  grid-template-columns: 44px minmax(0, 1fr) 38px;
  gap: 18px;
  padding: 0 22px;
  background: var(--faq-c-surface);
}

.faq-directory-content .faq-command-question-text {
  font-size: 15px;
  font-weight: 780;
}

.faq-directory-content .faq-command-answer-inner {
  background: var(--faq-c-surface-alt);
}

.faq-directory-content .faq-command-answer-content {
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  margin: 0;
  padding: 24px 28px 28px 84px;
  border-top: 1px solid color-mix(in srgb, var(--faq-group-accent) 44%, var(--faq-c-line));
}

.faq-directory-content .faq-command-answer-content a {
  grid-column: 2;
  justify-self: start;
  margin-top: 2px;
  text-align: left;
}

.faq-assurance-band {
  padding: 92px 0;
  border-bottom: 1px solid var(--faq-c-line);
  color: var(--faq-c-ink);
  background: var(--faq-c-surface);
}

.faq-assurance-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: 80px;
  align-items: end;
}

.faq-assurance-head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--faq-c-ink);
  font-size: 42px;
  font-weight: 860;
  letter-spacing: 0;
  line-height: 1.08;
}

.faq-assurance-head > p {
  margin: 0;
  color: var(--faq-c-muted);
  font-size: 15px;
  font-weight: 630;
  line-height: 1.75;
}

.faq-assurance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid var(--faq-c-line-strong);
  border-bottom: 1px solid var(--faq-c-line);
}

.faq-assurance-grid > div {
  min-width: 0;
  padding: 28px 26px 30px;
  border-left: 1px solid var(--faq-c-line);
}

.faq-assurance-grid > div:first-child {
  border-left: 0;
}

.faq-assurance-grid span,
.faq-assurance-grid strong {
  display: block;
}

.faq-assurance-grid span {
  color: var(--faq-c-accent);
  font-size: 11px;
  font-weight: 870;
}

.faq-assurance-grid strong {
  margin-top: 24px;
  color: var(--faq-c-ink);
  font-size: 17px;
  font-weight: 840;
  line-height: 1.25;
}

.faq-assurance-grid p {
  margin: 12px 0 0;
  color: var(--faq-c-muted);
  font-size: 13px;
  font-weight: 590;
  line-height: 1.65;
}

.faq-direct-contact {
  overflow: hidden;
  padding: 88px 0;
  color: #f3f8fa;
  background: #0a2431;
}

:root[data-theme="dark"] .faq-direct-contact {
  background: #0d2835;
}

.faq-direct-contact::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 38%;
  background: rgba(67, 201, 241, 0.08);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
}

.faq-direct-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(430px, 0.9fr);
  gap: 88px;
  align-items: end;
}

.faq-direct-contact h2 {
  max-width: 760px;
  margin: 0;
  color: #f3f8fa;
  font-size: 44px;
  font-weight: 860;
  letter-spacing: 0;
  line-height: 1.08;
}

.faq-direct-contact-copy > p {
  margin: 0;
  color: #b7c8d1;
  font-size: 15px;
  font-weight: 620;
  line-height: 1.72;
}

.faq-direct-contact-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid rgba(112, 181, 207, 0.28);
  border-bottom: 1px solid rgba(112, 181, 207, 0.2);
}

.faq-direct-contact-actions > a {
  min-width: 0;
  min-height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 16px;
  border: 0;
  border-left: 1px solid rgba(112, 181, 207, 0.22);
  border-radius: 0;
  color: #f3f8fa;
  background: transparent;
  text-decoration: none;
}

.faq-direct-contact-actions > a:first-child {
  border-left: 0;
}

.faq-direct-contact-actions .btn-primary {
  align-items: center;
  color: #06202c;
  background: #43c9f1;
  font-size: 13px;
  font-weight: 850;
}

.faq-direct-contact-actions span,
.faq-direct-contact-actions strong {
  display: block;
  overflow-wrap: anywhere;
}

.faq-direct-contact-actions span {
  margin-bottom: 5px;
  color: #73d5f2;
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.faq-direct-contact-actions strong {
  font-size: 11px;
  font-weight: 780;
}

@media (max-width: 1100px) {
  .faq-directory-intro-layout,
  .faq-assurance-head,
  .faq-direct-contact-layout {
    gap: 48px;
  }

  .faq-directory-intro h2 {
    font-size: 48px;
  }

  .faq-directory-layout {
    grid-template-columns: 258px minmax(0, 1fr);
    gap: 42px;
  }

  .faq-directory-rail {
    padding-right: 24px;
  }

  .faq-direct-contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
  }

  .faq-direct-contact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-direct-contact-actions .btn-primary {
    grid-column: 1 / -1;
  }

  .faq-direct-contact-actions > a:nth-child(2) {
    border-left: 0;
  }
}

@media (max-width: 980px) {
  .faq-directory-intro-layout,
  .faq-assurance-head,
  .faq-direct-contact-layout {
    grid-template-columns: 1fr;
  }

  .faq-directory-intro::after {
    width: 45%;
    opacity: 0.7;
  }

  .faq-directory-summary {
    padding: 28px 0 0;
    border-top: 2px solid var(--faq-c-accent);
    border-left: 0;
  }

  .faq-directory-toolbar {
    grid-template-columns: minmax(0, 1fr) 250px;
    margin-bottom: 54px;
  }

  .faq-directory-layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .faq-directory-rail {
    position: static;
    padding: 0 0 36px;
    border-right: 0;
    border-bottom: 1px solid var(--faq-c-line-strong);
  }

  .faq-directory-rail .faq-category-switch {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-directory-rail .faq-category-button {
    border-right: 1px solid var(--faq-c-line);
  }

  .faq-directory-rail .faq-category-button:first-child {
    grid-column: 1 / -1;
  }

  .faq-directory-rail .faq-category-button:nth-child(odd):not(:first-child) {
    border-right: 0;
  }

  .faq-directory-help {
    max-width: 440px;
  }

  .faq-assurance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-assurance-grid > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--faq-c-line);
  }

  .faq-assurance-grid > div:nth-child(4) {
    border-top: 1px solid var(--faq-c-line);
  }
}

@media (max-width: 760px) {
  .faq-directory-intro,
  .faq-assurance-band,
  .faq-direct-contact {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .faq-directory-intro h2 {
    font-size: 36px;
  }

  .faq-directory-summary > p {
    font-size: 14px;
  }

  .faq-directory-summary dl > div {
    padding: 16px 12px;
  }

  .faq-directory-summary dd {
    font-size: 28px;
  }

  .faq-directory-toolbar {
    grid-template-columns: 1fr;
  }

  .faq-directory-search {
    min-height: 86px;
    grid-template-columns: 46px minmax(0, 1fr) 36px;
    gap: 12px;
    padding: 14px 16px;
    border-right: 0;
  }

  .faq-directory-search > span {
    width: 44px;
    height: 44px;
  }

  .faq-directory-search input {
    font-size: 14px;
  }

  .faq-directory-result {
    min-height: 70px;
    padding: 14px 16px;
    border-top: 1px solid var(--faq-c-line);
  }

  .faq-directory-content .faq-active-head h2 {
    font-size: 32px;
  }

  .faq-directory-content .faq-command-results {
    gap: 42px;
  }

  .faq-directory-content .faq-command-group-head {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .faq-directory-content .faq-command-group-head > span {
    width: 42px;
    height: 42px;
  }

  .faq-directory-content .faq-command-group-head > strong {
    grid-column: 2;
    justify-self: start;
  }

  .faq-directory-content .faq-command-group-head h3 {
    font-size: 21px;
  }

  .faq-directory-content .faq-command-question-button {
    min-height: 78px;
    grid-template-columns: 32px minmax(0, 1fr) 34px;
    gap: 12px;
    padding: 0 14px;
  }

  .faq-directory-content .faq-command-question-text {
    font-size: 14px;
  }

  .faq-directory-content .faq-command-answer-content {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 18px 26px;
  }

  .faq-directory-content .faq-command-answer-content a {
    grid-column: 1;
  }

  .faq-assurance-head h2,
  .faq-direct-contact h2 {
    font-size: 34px;
  }

  .faq-direct-contact-actions {
    grid-template-columns: 1fr;
  }

  .faq-direct-contact-actions .btn-primary {
    grid-column: auto;
  }

  .faq-direct-contact-actions > a {
    border-top: 1px solid rgba(112, 181, 207, 0.22);
    border-left: 0;
  }

  .faq-direct-contact-actions > a:first-child {
    border-top: 0;
  }
}

@media (max-width: 560px) {
  .faq-directory-rail .faq-category-switch {
    grid-template-columns: 1fr;
  }

  .faq-directory-rail .faq-category-button:first-child {
    grid-column: auto;
  }

  .faq-directory-rail .faq-category-button,
  .faq-directory-rail .faq-category-button:nth-child(odd):not(:first-child) {
    border-right: 0;
  }

  .faq-directory-content .faq-active-head {
    grid-template-columns: 1fr;
  }

  .faq-directory-content .faq-active-head > strong {
    justify-self: start;
    padding: 12px 0 0;
    border-top: 1px solid var(--faq-c-line);
    border-left: 0;
  }

  .faq-assurance-grid {
    grid-template-columns: 1fr;
  }

  .faq-assurance-grid > div {
    border-top: 1px solid var(--faq-c-line);
    border-left: 0;
  }

  .faq-assurance-grid > div:first-child {
    border-top: 0;
  }
}

/* Keep header social channels visible across the mobile and tablet navigation. */
@media (max-width: 1180px) {
  .site-header .header-socials {
    display: flex !important;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
  }

  .site-header .header-socials .social-link {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }
}

@media (max-width: 520px) {
  .site-header .header-frame {
    gap: 8px;
  }

  .site-header .top-contact {
    flex-wrap: nowrap;
    gap: 5px;
  }

  .site-header .top-contact a {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    justify-content: center;
    padding: 0;
  }

  .site-header .top-contact a > span {
    display: none;
  }

  .site-header .header-socials {
    gap: 3px;
  }

  .site-header .header-socials .social-link {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }

  .site-header .header-socials .social-link img {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }
}

/* Simplify and align the corporate trust signals in the single-column layout. */
@media (max-width: 900px) {
  .corporate-showcase .corporate-signals {
    gap: 10px !important;
  }

  .corporate-showcase .corporate-signals span {
    min-height: 56px !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    padding: 10px 16px !important;
    text-align: left !important;
  }

  .corporate-showcase .corporate-signals span::before {
    flex-basis: 32px !important;
    width: 32px !important;
    height: 32px !important;
  }

  .corporate-showcase .corporate-signals span::after {
    content: none !important;
    display: none !important;
  }
}
/* Keep homepage operation step numbers readable after the global label reset. */
:root .corporate-flow > div > span {
  color: #ffffff !important;
  border-color: transparent !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, var(--primary), #2f6df6) !important;
  background-image: linear-gradient(135deg, var(--primary), #2f6df6) !important;
  box-shadow: 0 12px 28px rgba(48, 188, 233, 0.2) !important;
}
