@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --ink: #121826;
  --muted: #667085;
  --line: #d9e2ec;
  --soft: #f4f7fb;
  --panel: #ffffff;
  --brand: #1769aa;
  --brand-2: #f2a900;
  --brand-dark: #0b1f3a;
  --blue: #22a6b3;
  --button-gradient: linear-gradient(135deg, #1769aa 0%, #22a6b3 100%);
  --shadow: 0 24px 70px rgba(18, 24, 38, 0.12);
}

.testimonial-archive-hero {
  padding: clamp(88px, 11vw, 150px) 0 clamp(72px, 8vw, 108px);
  background:
    radial-gradient(
      circle at 14% 10%,
      rgba(34, 166, 179, 0.22),
      transparent 30%
    ),
    radial-gradient(
      circle at 84% 22%,
      rgba(242, 169, 0, 0.12),
      transparent 28%
    ),
    linear-gradient(135deg, #071c34 0%, #0b1f3a 58%, #123f67 100%);
}

.testimonial-archive-hero::after {
  position: absolute;
  right: clamp(22px, 8vw, 120px);
  bottom: clamp(20px, 5vw, 72px);
  width: clamp(170px, 25vw, 340px);
  height: clamp(170px, 25vw, 340px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 64%);
  content: "";
  pointer-events: none;
}

.testimonial-archive-hero .about-hero-panel {
  min-height: 360px;
  border-radius: 8px;
  transform: none;
}

.testimonial-archive-hero .about-hero-panel img {
  transform: scale(1.04);
}

.testimonial-archive-hero .about-hero-stat {
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: auto;
}

.testimonial-archive-hero .about-hero-stat span {
  border: 1px solid rgba(23, 105, 170, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
  padding: 12px 14px;
}

.testimonial-archive-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #eef6fd 0%, #f8fbff 100%);
}

.testimonial-archive-section::before {
  position: absolute;
  inset: 0 0 auto;
  height: 230px;
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(34, 166, 179, 0.15),
      transparent 32%
    ),
    radial-gradient(circle at 88% 8%, rgba(23, 105, 170, 0.14), transparent 34%);
  content: "";
  pointer-events: none;
}

.testimonial-archive-section .container {
  position: relative;
  z-index: 1;
}

.testimonial-archive-head {
  align-items: center;
  border-bottom: 0;
  padding-bottom: 8px;
}

.testimonial-archive-head h2 {
  max-width: 760px;
  color: var(--brand-dark);
}

.testimonial-filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 34px 0 34px;
  border: 1px solid rgba(196, 213, 231, 0.85);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(11, 31, 58, 0.06);
  padding: 12px 14px 12px 20px;
}

.testimonial-filter-row span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.testimonial-filter-row span::before {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-2), var(--blue));
  content: "";
}

.testimonial-filter-row input {
  width: min(100%, 440px);
  border: 1px solid rgba(196, 213, 231, 0.9);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-weight: 600;
  outline: 0;
  padding: 14px 18px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.testimonial-filter-row input:focus {
  border-color: rgba(34, 166, 179, 0.74);
  box-shadow: 0 0 0 4px rgba(34, 166, 179, 0.12);
  transform: translateY(-1px);
}

.testimonial-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.testimonial-archive-card {
  position: relative;
  display: flex;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(196, 213, 231, 0.78);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(11, 31, 58, 0.08);
  flex-direction: column;
  padding: 0;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.testimonial-archive-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
}

.testimonial-archive-card::after {
  display: none;
}

.testimonial-archive-card:hover {
  border-color: rgba(23, 105, 170, 0.35);
  box-shadow: 0 26px 68px rgba(11, 31, 58, 0.13);
  transform: translateY(-6px);
}

.testimonial-archive-card:hover::after {
  transform: scale(1.35);
}

.testimonial-logo-mark {
  display: grid;
  width: 100%;
  height: 150px;
  margin-bottom: 0;
  border-radius: 0;
  background: linear-gradient(135deg, #f7fbff, #ffffff);
  color: var(--brand-dark);
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.04em;
  place-items: center;
  box-shadow: inset 0 -1px 0 rgba(23, 105, 170, 0.1);
}

.testimonial-logo-mark.teal {
  background: linear-gradient(135deg, #dff9fb, #ffffff);
  color: #07808d;
}

.testimonial-logo-mark.blue {
  background: linear-gradient(135deg, #e0f0ff, #ffffff);
  color: var(--brand);
}

.testimonial-logo-mark.navy,
.testimonial-logo-mark.dark {
  background: linear-gradient(135deg, var(--brand-dark), #123f67);
  color: #ffffff;
}

.testimonial-logo-mark.green {
  background: linear-gradient(135deg, #e4f8ef, #ffffff);
  color: #11845b;
}

.testimonial-logo-mark.lime {
  background: linear-gradient(135deg, #f4ffd5, #ffffff);
  color: #799100;
}

.testimonial-archive-card > span {
  display: inline-flex;
  width: fit-content;
  margin: 24px 24px 14px;
  border-radius: 999px;
  background: rgba(23, 105, 170, 0.08);
  color: var(--brand);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2;
  padding: 8px 11px;
  text-transform: uppercase;
}

.testimonial-archive-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 24px 14px;
  color: var(--brand-dark);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.14;
}

.testimonial-archive-card p {
  position: relative;
  z-index: 1;
  margin: auto 24px 26px;
  color: #41576b;
  font-size: 15px;
  line-height: 1.7;
}

.testimonial-archive-card[hidden] {
  display: none;
}

@media (max-width: 980px) {
  .testimonial-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-archive-card {
    min-height: 350px;
  }
}

@media (max-width: 640px) {
  .testimonial-archive-hero .about-hero-stat,
  .testimonial-archive-grid,
  .testimonial-filter-row {
    grid-template-columns: 1fr;
  }

  .testimonial-filter-row {
    align-items: stretch;
    border-radius: 18px;
    flex-direction: column;
  }

  .testimonial-filter-row input {
    width: 100%;
  }

  .testimonial-archive-card {
    min-height: auto;
    border-radius: 8px;
    padding: 0;
  }

  .testimonial-logo-mark {
    width: 100%;
    height: 124px;
    margin-bottom: 0;
    border-radius: 0;
    font-size: 30px;
  }
}

.result-preview-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(34, 166, 179, 0.14),
      transparent 26%
    ),
    linear-gradient(180deg, #f5fbff 0%, #ffffff 100%);
}

.result-preview-section::before {
  position: absolute;
  top: 0;
  right: 0;
  width: min(44vw, 560px);
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(23, 105, 170, 0.08),
    rgba(242, 169, 0, 0.08)
  );
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
  pointer-events: none;
}

.result-preview-section .container {
  position: relative;
  z-index: 1;
}

.result-preview-head {
  align-items: end;
  margin-bottom: 34px;
}

.result-preview-shell {
  display: block;
}

.result-preview-quote,
.result-story-card {
  border: 1px solid rgba(196, 213, 231, 0.84);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(11, 31, 58, 0.08);
}

.result-preview-quote {
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(11, 31, 58, 0.93), rgba(18, 63, 103, 0.9)),
    radial-gradient(
      circle at 20% 20%,
      rgba(34, 166, 179, 0.28),
      transparent 32%
    );
  color: #ffffff;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 44px);
}

.result-preview-quote span {
  width: fit-content;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #d9f8ff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  padding: 9px 12px;
  text-transform: uppercase;
}

.result-preview-quote h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3.3vw, 48px);
  line-height: 1.08;
}

.result-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.result-story-card {
  position: relative;
  display: flex;
  min-height: 430px;
  overflow: hidden;
  color: inherit;
  flex-direction: column;
  padding: 0;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.result-story-card:hover {
  border-color: rgba(34, 166, 179, 0.5);
  box-shadow: 0 24px 62px rgba(11, 31, 58, 0.12);
  transform: translateY(-6px);
}

.result-story-card > span {
  display: grid;
  width: 100%;
  height: 188px;
  border-bottom: 1px solid rgba(196, 213, 231, 0.84);
  border-radius: 0;
  background: linear-gradient(
    135deg,
    rgba(248, 252, 255, 0.95),
    rgba(232, 243, 255, 0.9)
  );
  color: #14233a;
  font-size: 40px;
  font-weight: 900;
  place-items: center;
}

.result-story-card:nth-child(2) > span {
  background: linear-gradient(135deg, #e8fbff 0%, #f8ffff 100%);
  color: #098894;
}

.result-story-card:nth-child(3) > span {
  background: linear-gradient(135deg, #eaf6ff 0%, #f9fcff 100%);
  color: #1f6cad;
}

.result-story-card::before {
  display: none;
}

.result-story-card::after {
  position: absolute;
  top: 206px;
  right: 24px;
  color: #6b8398;
  content: "->";
  font-size: 22px;
  line-height: 1;
  transition:
    color 0.22s ease,
    transform 0.22s ease;
}

.result-story-card:hover::after {
  color: var(--brand);
  transform: translate(3px, -3px);
}

.result-story-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 26px 30px 10px;
}

.result-story-meta small {
  margin-right: 4px;
  color: #53697c;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.result-story-meta em {
  border-radius: 999px;
  background: #e9f3fa;
  color: #1f6cad;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.04em;
  padding: 8px 10px;
}

.result-story-card h3 {
  margin: 0;
  color: var(--brand-dark);
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.12;
  padding: 10px 30px 0;
}

.result-story-card p {
  margin: auto 0 0;
  color: #41576b;
  line-height: 1.65;
  padding: 22px 30px 32px;
}

.story-logo-panel {
  display: grid;
  width: 100%;
  min-height: 360px;
  border: 1px solid rgba(196, 213, 231, 0.84);
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(34, 166, 179, 0.12),
      transparent 28%
    ),
    linear-gradient(135deg, #ffffff 0%, #eef7ff 100%);
  box-shadow: var(--shadow);
  color: var(--brand-dark);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 900;
  letter-spacing: 0.04em;
  place-items: center;
  text-align: center;
}

.story-logo-panel.dark {
  background:
    radial-gradient(
      circle at 20% 16%,
      rgba(34, 166, 179, 0.22),
      transparent 32%
    ),
    linear-gradient(135deg, #1427b8 0%, #0b1f3a 100%);
  color: #ffffff;
}

.story-meta-bar {
  border-top: 1px solid rgba(196, 213, 231, 0.7);
  border-bottom: 1px solid rgba(196, 213, 231, 0.7);
  background: #f4f8fb;
  color: #465c6f;
  font-weight: 700;
  padding: 18px 0;
}

.story-meta-bar .container {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.story-callout {
  border-left: 4px solid var(--brand-accent);
  background: #f5fbff;
  color: var(--brand-dark);
  font-weight: 750;
  margin: 28px 0;
  padding: 20px 22px;
}

.story-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.story-metric-card {
  border: 1px solid rgba(196, 213, 231, 0.82);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(11, 31, 58, 0.08);
  padding: 20px;
}

.story-metric-card strong {
  display: block;
  color: var(--brand);
  font-size: 28px;
  line-height: 1;
}

.story-metric-card span {
  display: block;
  margin-top: 8px;
  color: #526777;
  font-size: 14px;
  font-weight: 750;
}

.story-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.08);
}

.story-table th,
.story-table td {
  border: 1px solid rgba(196, 213, 231, 0.82);
  padding: 14px;
  text-align: left;
}

.story-table th {
  background: #0b1f3a;
  color: #ffffff;
}

.story-steps {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.story-steps li {
  border: 1px solid rgba(196, 213, 231, 0.78);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11, 31, 58, 0.06);
  padding: 18px 20px;
}

.result-story-grid > .button {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 10px;
}

@media (max-width: 860px) {
  .result-story-grid {
    grid-template-columns: 1fr;
  }

  .result-preview-quote {
    min-height: 260px;
  }
}

@media (max-width: 560px) {
  .result-story-card {
    min-height: auto;
  }

  .result-story-card > span {
    height: 132px;
  }

  .result-story-card::after {
    top: 150px;
  }

  .story-metric-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .story-metric-grid {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  font-family:
    Raleway,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: #ffffff;
  line-height: 1.55;
  overflow-x: clip;
}

main {
  position: relative;
  z-index: 1;
  background: #ffffff;
}

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

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

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

.topbar {
  background: var(--brand-dark);
  color: #eaf2fb;
  font-size: 14px;
}

.topbar-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  padding: 10px 0;
  text-align: center;
}

.topbar a {
  color: #ffffff;
  font-weight: 600;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid rgba(221, 228, 237, 0.84);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  overflow: visible;
}

.nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}

.logo {
  width: 158px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #344054;
  font-size: 15px;
  font-weight: 600;
}

.nav-item {
  position: static;
}

.nav-item > a,
.nav-links > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 78px;
  color: #344054;
  transition: color 0.18s ease;
}

.nav-item:hover > a,
.nav-item:focus-within > a,
.nav-item.is-active > a,
.nav-links > a:hover,
.nav-links > a:focus-visible,
.nav-links > a.is-active {
  color: var(--brand);
}

.nav-item > a span {
  color: var(--brand);
  font-size: 17px;
  line-height: 1;
  transition: transform 0.18s ease;
}

.nav-item:hover > a span,
.nav-item:focus-within > a span,
.nav-item.is-open > a span {
  transform: rotate(180deg);
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 95;
  display: grid;
  width: min(1080px, calc(100vw - 60px));
  overflow: visible;
  border: 1px solid rgba(196, 213, 231, 0.96);
  border-radius: 0 0 22px 22px;
  background: #ffffff;
  box-shadow: 0 32px 90px rgba(11, 31, 58, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.nav-dropdown::before {
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  height: 12px;
  content: "";
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
}

.industries-menu {
  grid-template-columns: 1.08fr 1fr;
}

.services-menu {
  grid-template-columns: 1fr 1fr 1.05fr;
}

.resources-menu {
  grid-template-columns: 1fr 1fr 0.9fr;
}

.about-menu {
  grid-template-columns: 1.08fr 1fr 0.86fr;
}

.nav-dropdown-note,
.nav-dropdown-group {
  min-height: 310px;
  padding: 38px;
}

.nav-dropdown-note.highlight {
  border-right: 0;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(17, 197, 213, 0.18),
      transparent 34%
    ),
    #eef8ff;
  border-radius: 0 0 22px 0;
}

.nav-dropdown-note h3 {
  margin: 0 0 12px;
  color: var(--brand-dark);
  font-size: 22px;
}

.nav-dropdown-note h3:not(:first-child) {
  margin-top: 26px;
}

.nav-dropdown-note p {
  margin: 0;
  color: #254a63;
  line-height: 1.55;
}

.nav-dropdown-group p {
  position: relative;
  margin: 0 0 24px;
  color: var(--brand-dark);
  font-size: 17px;
  font-weight: 850;
  letter-spacing: 0.12em;
  padding-left: 18px;
  text-transform: uppercase;
}

.nav-dropdown-group p::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9f1e91;
  content: "";
  transform: translateY(-50%);
}

.nav-dropdown-group a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  margin: 0 0 10px;
  color: var(--brand-dark);
  font-weight: 650;
  padding: 8px 30px 8px 54px;
}

.nav-link-icon {
  position: absolute;
  left: 0;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e8f6ff;
  box-shadow: 0 8px 18px rgba(11, 31, 58, 0.14);
  color: var(--brand);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  transition:
    background 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.nav-link-icon::before {
  content: "";
}

.nav-icon-software::before {
  content: "</>";
}

.nav-icon-professional::before {
  content: "PRO";
}

.nav-icon-commerce::before {
  content: "EC";
}

.nav-icon-health::before {
  content: "+";
  font-size: 18px;
}

.nav-icon-investment::before {
  content: "$";
  font-size: 16px;
}

.nav-icon-nonprofit::before {
  content: "NP";
}

.nav-icon-cfo::before {
  content: "CFO";
}

.nav-icon-faas::before {
  content: "F";
  font-size: 15px;
}

.nav-icon-demand::before {
  content: "OD";
}

.nav-icon-books::before {
  content: "BK";
}

.nav-icon-report::before {
  content: "R";
  font-size: 15px;
}

.nav-icon-cloud::before {
  content: "CL";
}

.nav-icon-fpa::before {
  content: "FP";
}

.nav-icon-tech::before {
  content: "TA";
}

.nav-icon-article::before {
  content: "AR";
}

.nav-icon-case::before {
  content: "CS";
}

.nav-icon-event::before {
  content: "EV";
}

.nav-icon-testimonial::before {
  content: "TS";
}

.nav-icon-video::before {
  content: "VI";
}

.nav-icon-whitepaper::before {
  content: "WP";
}

.nav-icon-software-topic::before {
  content: "AS";
}

.nav-icon-finance::before {
  content: "FA";
}

.nav-icon-leadership::before {
  content: "FL";
}

.nav-icon-reporting-topic::before {
  content: "FR";
}

.nav-icon-ma::before {
  content: "MA";
}

.nav-icon-outsourcing::before {
  content: "OS";
}

.nav-icon-about::before {
  content: "AB";
}

.nav-icon-careers::before {
  content: "CA";
}

.nav-icon-highlights::before {
  content: "CH";
}

.nav-icon-why::before {
  content: "✓";
  font-size: 16px;
}

.nav-icon-awards::before {
  content: "★";
  font-size: 15px;
}

.nav-icon-press::before {
  content: "PR";
}

.resources-research-group {
  background:
    radial-gradient(circle at 100% 0, rgba(242, 169, 0, 0.13), transparent 30%),
    #f5f8fb;
  border-radius: 0 0 22px 0;
}

.resources-research-group a {
  padding-left: 18px;
}

.nav-dropdown-group a::after {
  position: absolute;
  right: 4px;
  color: #7690a6;
  content: "›";
  font-size: 24px;
  line-height: 1;
  transition: transform 0.18s ease;
}

.nav-dropdown-group a:hover {
  color: var(--brand);
}

.nav-dropdown-group a.is-active {
  color: var(--brand);
}

.nav-dropdown-group a:hover .nav-link-icon,
.nav-dropdown-group a.is-active .nav-link-icon {
  background: linear-gradient(
    135deg,
    rgba(23, 105, 170, 0.18),
    rgba(34, 166, 179, 0.22)
  );
  box-shadow: 0 10px 22px rgba(23, 105, 170, 0.18);
  color: var(--brand-dark);
  transform: translateY(-1px);
}

.nav-dropdown-group a:hover::after {
  transform: translateX(4px);
}

.mobile-nav-cta {
  display: none;
}

.nav-toggle {
  display: none;
  position: relative;
  width: 46px;
  height: 40px;
  border: 1px solid rgba(11, 31, 58, 0.16);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(11, 31, 58, 0.08);
  cursor: pointer;
  padding: 0;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.nav-toggle::before {
  display: none;
}

.nav-toggle span {
  position: relative;
  z-index: 1;
  display: block;
  width: 20px;
  height: 2px;
  margin: 2.5px auto;
  border-radius: 999px;
  background: var(--brand-dark);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.nav-toggle:hover,
.nav.is-open .nav-toggle {
  border-color: rgba(23, 105, 170, 0.34);
  background: #f7fbff;
  box-shadow: 0 12px 26px rgba(23, 105, 170, 0.14);
  transform: translateY(-1px);
}

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

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

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

.button {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: linear-gradient(135deg, #1769aa 0%, #22a6b3 100%);
  box-shadow: 0 12px 28px rgba(23, 105, 170, 0.22);
  color: #ffffff;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(23, 105, 170, 0.3);
}

.button.secondary {
  background: linear-gradient(135deg, #ffffff 0%, #eaf6fb 100%);
  color: var(--brand-dark);
  border-color: #c8d9ea;
  box-shadow: 0 10px 24px rgba(18, 24, 38, 0.08);
}

.button.secondary:hover {
  border-color: var(--brand);
  box-shadow: 0 14px 30px rgba(18, 24, 38, 0.12);
}

.nav-links .mobile-nav-cta {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      115deg,
      rgba(7, 21, 42, 0.96),
      rgba(10, 42, 72, 0.9) 48%,
      rgba(23, 105, 170, 0.74)
    ),
    url("../img/hero.jpg") center/cover;
  color: #ffffff;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.52), transparent 70%);
  content: "";
}

.hero::after {
  position: absolute;
  inset: auto -12% -36% 42%;
  z-index: -1;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(34, 166, 179, 0.34),
    transparent 68%
  );
  filter: blur(16px);
  content: "";
  animation: heroPulse 7s ease-in-out infinite;
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.8;
  pointer-events: none;
}

.hero-glow-one {
  right: 7%;
  top: 18%;
  width: 210px;
  height: 210px;
  background: radial-gradient(circle, rgba(242, 169, 0, 0.26), transparent 68%);
  animation: heroDrift 9s ease-in-out infinite;
}

.hero-glow-two {
  right: 28%;
  bottom: 10%;
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    rgba(145, 190, 228, 0.22),
    transparent 70%
  );
  animation: heroDrift 11s ease-in-out infinite reverse;
}

.subhero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      120deg,
      rgba(7, 21, 42, 0.97) 0%,
      rgba(11, 31, 58, 0.93) 46%,
      rgba(23, 105, 170, 0.76) 100%
    ),
    url("../img/hero.jpg") center/cover;
  color: #ffffff;
  padding: 118px 0;
  isolation: isolate;
}

.subhero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(
      circle at 12% 16%,
      rgba(242, 169, 0, 0.24),
      transparent 25%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(34, 166, 179, 0.26),
      transparent 26%
    );
  background-size:
    88px 88px,
    88px 88px,
    auto,
    auto;
  content: "";
  pointer-events: none;
}

.subhero::after {
  position: absolute;
  right: -110px;
  bottom: -140px;
  z-index: -1;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(145, 190, 228, 0.2),
    transparent 68%
  );
  content: "";
  pointer-events: none;
  animation: heroPulse 8s ease-in-out infinite;
}

.subhero .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  animation: heroContentIn 0.8s ease both;
}

.subhero .eyebrow {
  color: #efff5a;
  animation: slideDown 0.7s ease both;
}

.subhero h1 {
  margin-bottom: 20px;
  color: #f2f9ff;
  font-weight: 200;
  line-height: 0.96;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  text-wrap: balance;
  animation: blurInUp 0.8s 0.08s ease both;
}

.subhero h1 span {
  display: block;
  color: #a9d3f5;
  font-weight: 800;
}

.subhero p {
  max-width: 760px;
  color: rgba(236, 247, 255, 0.88);
  font-size: 20px;
  line-height: 1.62;
  animation: fadeIn 0.8s 0.18s ease both;
}

.subhero .hero-actions,
.subhero .button {
  animation: fadeIn 0.8s 0.28s ease both;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 54px;
  align-items: center;
  min-height: 720px;
  padding: 50px 0 56px;
}

.hero-content {
  animation: heroContentIn 0.85s ease both;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--brand-2);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-title {
  max-width: 820px;
  color: #eff8ff;
  font-size: clamp(54px, 6.8vw, 80px);
  font-weight: 200;
  line-height: 0.94;
  text-wrap: balance;
}

.hero-title span {
  display: block;
  color: #a9d3f5;
  font-weight: 800;
  text-shadow: 0 18px 50px rgba(34, 166, 179, 0.24);
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 32px;
  color: rgba(236, 247, 255, 0.88);
  font-size: 21px;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero .button.secondary {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.08) 100%
  );
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.hero-visual {
  position: relative;
  min-height: 470px;
  animation: heroVisualIn 0.95s 0.15s ease both;
}

.hero-dashboard-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(198, 225, 242, 0.26);
  border-radius: 30px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.08)
    ),
    rgba(9, 31, 58, 0.56);
  box-shadow:
    0 40px 110px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  padding: 28px;
  backdrop-filter: blur(22px);
  animation: heroFloat 6s ease-in-out infinite;
}

.hero-dashboard-card::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 10%,
      rgba(255, 255, 255, 0.22),
      transparent 24%
    ),
    radial-gradient(circle at 82% 28%, rgba(242, 169, 0, 0.18), transparent 30%);
  content: "";
  pointer-events: none;
}

.hero-dashboard-top,
.hero-dashboard-chart,
.hero-dashboard-metrics {
  position: relative;
  z-index: 1;
}

.hero-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-dashboard-top strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #efff5a;
  font-size: 12px;
}

.hero-dashboard-top strong::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #41e493;
  box-shadow: 0 0 0 6px rgba(65, 228, 147, 0.14);
  content: "";
}

.hero-dashboard-chart {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 14px;
  height: 210px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-dashboard-chart span {
  display: block;
  min-height: 36px;
  border-radius: 999px 999px 12px 12px;
  background: linear-gradient(180deg, #efff5a, #22a6b3 70%, #1769aa);
  box-shadow: 0 12px 24px rgba(34, 166, 179, 0.22);
  transform-origin: bottom;
  animation: barRise 1s ease both;
}

.hero-dashboard-chart span:nth-child(2) {
  animation-delay: 0.08s;
}

.hero-dashboard-chart span:nth-child(3) {
  animation-delay: 0.16s;
}

.hero-dashboard-chart span:nth-child(4) {
  animation-delay: 0.24s;
}

.hero-dashboard-chart span:nth-child(5) {
  animation-delay: 0.32s;
}

.hero-dashboard-chart span:nth-child(6) {
  animation-delay: 0.4s;
}

.hero-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.hero-dashboard-metrics div {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px;
}

.hero-dashboard-metrics strong {
  display: block;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
}

.hero-dashboard-metrics span {
  display: block;
  margin-top: 8px;
  color: rgba(236, 247, 255, 0.78);
  font-size: 13px;
  line-height: 1.35;
}

.hero-floating-note {
  position: absolute;
  display: grid;
  gap: 2px;
  min-width: 128px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  padding: 14px 16px;
  color: var(--brand-dark);
  animation: noteFloat 5.5s ease-in-out infinite;
}

.hero-floating-note span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-floating-note strong {
  font-size: 18px;
}

.note-one {
  top: 56px;
  right: -24px;
}

.note-two {
  left: -36px;
  bottom: 135px;
  animation-delay: 0.8s;
}

@keyframes heroContentIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroVisualIn {
  from {
    opacity: 0;
    transform: translateX(34px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

@keyframes heroImageDrift {
  from {
    background-position: 50% 50%;
  }

  to {
    background-position: 58% 45%;
  }
}

@keyframes noteFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(12px);
  }
}

@keyframes heroDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(18px, -16px, 0);
  }
}

@keyframes heroPulse {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes barRise {
  from {
    opacity: 0;
    transform: scaleY(0.2);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes premiumImageIn {
  from {
    opacity: 0;
    transform: scale(1.045);
    filter: saturate(0.82) contrast(0.94);
  }

  to {
    opacity: 1;
    transform: scale(1);
    filter: saturate(1) contrast(1);
  }
}

.metric {
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.metric:last-child {
  border-bottom: 0;
}

.metric strong {
  display: block;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 8px;
  color: #e4eef8;
  font-size: 14px;
}

section {
  padding: 96px 0;
}

.section-head {
  display: grid;
  align-items: end;
  margin-bottom: 38px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

.text-animate {
  white-space: pre-wrap;
}

.text-animate .segment {
  display: inline-block;
  white-space: pre;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: var(--duration, 0.45s);
  animation-delay: var(--delay, 0s);
  will-change: opacity, transform, filter;
}

.text-animate.by-line .segment {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(10px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes blurInUp {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes blurInDown {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleUp {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleDown {
  from {
    opacity: 0;
    transform: scale(1.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .text-animate .segment {
    opacity: 1;
    animation: none;
    filter: none;
    transform: none;
  }

  .hero-content,
  .hero-visual,
  .hero-dashboard-card,
  .hero-floating-note,
  .hero-glow,
  .hero::after,
  .hero-dashboard-chart span,
  .subhero .container,
  .subhero .eyebrow,
  .subhero h1,
  .subhero p,
  .subhero .hero-actions,
  .subhero .button,
  .pillar-detail-hero::after,
  .pillar-detail-visual,
  .pillar-detail-image img,
  .pillar-detail-copy,
  .pillar-detail-copy h1,
  .pillar-detail-copy p,
  .pillar-detail-copy .button,
  .industry-hub-hero::after,
  .industry-hub-media,
  .industry-hub-media img,
  .industry-hub-copy,
  .industry-hub-copy h1,
  .industry-hub-copy p,
  .industry-hub-copy .button,
  .industry-detail-grid img,
  .industry-detail-copy,
  .industry-detail-copy h1,
  .industry-detail-copy p,
  .industry-detail-copy .button,
  .industries-hero .container,
  .industries-hero .eyebrow,
  .industries-hero h1,
  .industries-hero p,
  .industries-hero .hero-actions,
  .contact-hero .container,
  .contact-hero .eyebrow,
  .contact-hero h1,
  .contact-hero p,
  .contact-hero .hero-actions,
  .job-detail-hero::after,
  .job-detail-visual {
    animation: none;
  }
}

.section-head p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 30px;
}

.card-link {
  display: block;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.card-link:hover {
  transform: translateY(-3px);
  border-color: var(--brand);
  box-shadow: var(--shadow);
}

.card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.2;
}

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

.card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.card li {
  position: relative;
  padding-left: 24px;
  color: #344054;
  font-weight: 600;
}

.card li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-2);
  content: "";
}

.services-menu-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
}

.services-menu-section .section-head {
  align-items: center;
  border: 1px solid rgba(217, 226, 236, 0.9);
  border-radius: 16px;
  background: #ffffff;
  padding: 34px;
  box-shadow: 0 18px 48px rgba(11, 31, 58, 0.07);
}

.services-menu-grid {
  counter-reset: service-card;
}

.service-menu-card {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  border: 1px solid rgba(196, 213, 231, 0.9);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(239, 248, 255, 0.96) 100%
  );
  padding: 34px;
  box-shadow: 0 16px 42px rgba(11, 31, 58, 0.08);
  isolation: isolate;
}

.service-menu-card .services-icon-wrap {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1769aa 0%, #22a6b3 100%);
  box-shadow: 0 14px 32px rgba(23, 105, 170, 0.24);
  place-items: center;
}

.service-menu-card .services-icon-wrap img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.service-menu-card::before {
  counter-increment: service-card;
  content: counter(service-card, decimal-leading-zero);
  position: absolute;
  top: 28px;
  right: 30px;
  color: rgba(23, 105, 170, 0.26);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.service-menu-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
        90deg,
        var(--brand) 0%,
        var(--blue) 52%,
        var(--brand-2) 100%
      )
      left top/100% 5px no-repeat,
    radial-gradient(
      circle at 92% 90%,
      rgba(34, 166, 179, 0.18),
      transparent 28%
    );
  content: "";
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.service-menu-card h3 {
  position: relative;
  z-index: 1;
  color: #25266f;
  font-size: 27px;
}

.service-menu-card p {
  position: relative;
  z-index: 1;
  color: #34566a;
}

.service-menu-card:hover {
  border-color: rgba(34, 166, 179, 0.62);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(226, 244, 255, 0.98) 100%
  );
  box-shadow: 0 30px 78px rgba(11, 31, 58, 0.16);
  transform: translateY(-8px);
}

.service-menu-card:hover::after {
  opacity: 0.95;
  transform: scale(1.04);
}

.home-services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-services-grid .service-menu-card {
  min-height: 232px;
  padding: 30px;
}

.home-services-grid .service-menu-card h3 {
  font-size: 23px;
}

.home-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(196, 213, 231, 0.9);
  border-radius: 26px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(17, 197, 213, 0.42), rgba(245, 255, 61, 0.24))
      border-box;
  box-shadow: 0 22px 56px rgba(11, 31, 58, 0.1);
}

.home-service-list a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 96px;
  border-bottom: 1px solid rgba(196, 213, 231, 0.72);
  color: #0b1f3a;
  padding: 22px 30px 22px 70px;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.home-service-list a:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.home-service-list a:nth-child(odd) {
  border-right: 1px solid rgba(196, 213, 231, 0.72);
}

.home-service-list a::before {
  position: absolute;
  left: 30px;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 6px solid rgba(17, 197, 213, 0.16);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-2), var(--blue));
  background-clip: padding-box;
  content: "";
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.home-service-list a::after {
  color: #1769aa;
  content: "→";
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease;
}

.home-service-list span {
  font-size: 21px;
  font-weight: 850;
  line-height: 1.25;
}

.home-service-list small {
  color: #577086;
  font-size: 14px;
  font-weight: 700;
}

.home-service-list a:hover {
  background: linear-gradient(90deg, #f2fbff, #ffffff);
  color: #25266f;
  transform: translateX(4px);
}

.home-service-list a:hover::before {
  transform: translateY(-50%) scale(1.35);
}

.home-service-list a:hover::after {
  transform: translateX(4px);
}

.service-pillar-head {
  max-width: 790px;
  margin: 0 auto 54px;
  text-align: center;
}

.home-service-pillar-head {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 44px;
  text-align: left;
}

.service-pillar-head h2 {
  margin: 8px 0 14px;
  color: var(--brand-dark);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.05;
}

.service-pillar-head p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: #425465;
  font-size: 20px;
  line-height: 1.55;
}

.home-service-pillar-head p:last-child {
  margin: 0;
  padding: 26px 28px;
  border: 1px solid rgba(23, 105, 170, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.95),
      rgba(232, 246, 251, 0.82)
    ),
    radial-gradient(circle at 100% 0%, rgba(242, 169, 0, 0.18), transparent 34%);
  box-shadow: 0 18px 50px rgba(11, 31, 58, 0.08);
}

#services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(34, 166, 179, 0.14),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 18%,
      rgba(242, 169, 0, 0.15),
      transparent 24%
    ),
    linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
}

#services::before {
  position: absolute;
  inset: 80px auto auto -140px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(23, 105, 170, 0.09);
  border-radius: 50%;
  content: "";
}

.service-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-pillar-grid.is-swapping .service-pillar-card {
  pointer-events: none;
}

.service-pillar-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(196, 213, 231, 0.72);
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(34, 166, 179, 0.2),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.99),
      rgba(246, 251, 255, 0.95)
    );
  box-shadow: 0 24px 60px rgba(11, 31, 58, 0.1);
  padding: 34px 34px 32px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.service-pillar-card::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 7px;
  content: "";
}

.service-pillar-card::after {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(23, 105, 170, 0.13);
  border-radius: 50%;
  content: "";
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.service-pillar-index {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 52px;
  padding: 7px 12px;
  border: 1px solid rgba(23, 105, 170, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.service-pillar-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pillar-arrow {
  position: absolute;
  right: 30px;
  top: 32px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(196, 213, 231, 0.85);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
  color: var(--brand);
  font-size: 26px;
  font-weight: 500;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.service-pillar-card h3 {
  max-width: 330px;
  margin: 0 0 22px;
  color: var(--brand-dark);
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
}

.service-pillar-card p {
  margin: 0 0 24px;
  color: #4c5b68;
  font-size: 17px;
  line-height: 1.6;
}

.service-pillar-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.service-pillar-card li {
  position: relative;
  padding-left: 22px;
  color: #24364a;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
}

.service-pillar-card li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-2), var(--blue));
  content: "";
}

.pillar-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  border-bottom: 1px solid rgba(23, 105, 170, 0.42);
  color: var(--brand);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.service-pillar-card:hover {
  border-color: rgba(34, 166, 179, 0.56);
  box-shadow: 0 34px 86px rgba(11, 31, 58, 0.16);
  transform: translateY(-8px);
}

.service-pillar-card:hover::after {
  opacity: 0.75;
  transform: scale(1.18);
}

.service-pillar-card:hover .pillar-arrow {
  background: var(--button-gradient);
  color: #ffffff;
  transform: translateX(6px);
}

.service-pillar-card:hover .pillar-link {
  border-color: var(--brand-2);
  color: #25266f;
  transform: translateX(4px);
}

.services-showcase {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(34, 166, 179, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%);
}

.services-showcase .service-pillar-head h2 span {
  color: var(--brand);
  font-weight: 850;
}

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

.service-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
  gap: 48px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(196, 213, 231, 0.86);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(11, 31, 58, 0.11);
  padding: 44px;
}

.service-feature::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: var(--button-gradient);
  content: "";
}

.service-feature-advisory::before {
  background: linear-gradient(180deg, #25266f, #9f1e91);
}

.service-feature-finance::before {
  background: linear-gradient(180deg, #22a6b3, #1769aa);
}

.service-feature-demand::before {
  background: linear-gradient(180deg, #f2a900, #22a6b3);
}

.service-feature.reverse {
  grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1fr);
}

.service-feature.reverse .service-feature-copy {
  order: 2;
}

.service-feature-copy h2 {
  max-width: 660px;
  margin: 0 0 18px;
  color: var(--brand-dark);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.05;
}

.service-feature-copy p {
  max-width: 650px;
  color: #4d6575;
  font-size: 17px;
}

.service-feature-copy ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.service-feature-copy li {
  position: relative;
  color: #24384b;
  font-weight: 750;
  padding-left: 26px;
}

.service-feature-copy li a {
  color: inherit;
  text-decoration-color: rgba(34, 166, 179, 0.42);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  transition:
    color 0.18s ease,
    text-decoration-color 0.18s ease;
}
.service-feature-copy li a:hover {
  text-decoration: underline;
}

.service-feature-copy li a:hover {
  color: var(--brand);
  text-decoration-color: var(--brand);
}

.service-feature-copy li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-2), var(--blue));
  content: "";
}

.service-feature-media {
  position: relative;
}

.service-feature-media::after {
  position: absolute;
  inset: auto 24px -16px 24px;
  height: 42px;
  border-radius: 999px;
  background: rgba(11, 31, 58, 0.18);
  filter: blur(22px);
  content: "";
}

.service-feature-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 390px;
  border: 1px solid rgba(34, 166, 179, 0.32);
  border-radius: 14px;
  object-fit: cover;
}

.pillar-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(
      circle at 84% 16%,
      rgba(34, 166, 179, 0.12),
      transparent 26%
    ),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  isolation: isolate;
}

.pillar-detail-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(23, 105, 170, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 105, 170, 0.04) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.65) 48%,
    transparent 100%
  );
  content: "";
}

.pillar-detail-hero::after {
  position: absolute;
  right: -160px;
  bottom: -180px;
  z-index: -1;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(23, 105, 170, 0.12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 169, 0, 0.14), transparent 68%);
  content: "";
  animation: heroPulse 9s ease-in-out infinite;
}

.pillar-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  min-height: 520px;
}

.pillar-detail-visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 45%,
      rgba(34, 166, 179, 0.3),
      transparent 34%
    ),
    linear-gradient(135deg, #062a3b, #0b1f3a 58%, #25266f);
  padding: 52px;
  animation: heroVisualIn 0.9s ease both;
}

.pillar-detail-visual::before {
  position: absolute;
  width: 310px;
  height: 310px;
  border: 42px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.pillar-detail-image {
  padding: 0;
  background: #0b1f3a;
}

.pillar-detail-image::before {
  z-index: 1;
  border-color: rgba(255, 255, 255, 0.14);
  mix-blend-mode: screen;
}

.pillar-detail-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.pillar-detail-image::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    135deg,
    rgba(11, 31, 58, 0.04),
    rgba(37, 38, 111, 0.28)
  );
  content: "";
  pointer-events: none;
}

.pillar-detail-image img {
  animation: premiumImageIn 1s ease both;
}

.pillar-photo-visual {
  isolation: isolate;
  background:
    radial-gradient(
      circle at 20% 18%,
      rgba(239, 247, 58, 0.14),
      transparent 24%
    ),
    radial-gradient(
      circle at 82% 24%,
      rgba(0, 174, 205, 0.24),
      transparent 30%
    ),
    linear-gradient(135deg, #061625, #0b1f3a 58%, #123f67);
}

.pillar-photo-visual::before {
  z-index: 0;
  width: min(390px, 72vw);
  height: min(390px, 72vw);
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent),
    rgba(255, 255, 255, 0.04);
  transform: rotate(-8deg);
}

.pillar-photo-visual::after {
  position: absolute;
  right: 14%;
  bottom: 13%;
  z-index: 1;
  width: 190px;
  height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  content: "";
  backdrop-filter: blur(10px);
}

.pillar-hero-photo {
  position: relative;
  z-index: 2;
  width: min(430px, 86%);
  aspect-ratio: 4 / 3;
  border: 8px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.12);
  object-fit: cover;
  transform: rotate(-1.5deg);
  animation: premiumImageIn 0.9s ease both;
}

.pillar-orbit {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(330px, 78vw);
  height: min(330px, 78vw);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.pillar-orbit strong {
  display: grid;
  width: 138px;
  height: 138px;
  place-items: center;
  border-radius: 50%;
  background: rgba(11, 31, 58, 0.84);
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0.18em;
}

.pillar-orbit span {
  position: absolute;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  color: #25266f;
  font-size: 12px;
  font-weight: 850;
  padding: 8px 10px;
}

.pillar-orbit span:nth-child(2) {
  top: 22px;
  left: 118px;
}

.pillar-orbit span:nth-child(3) {
  top: 82px;
  right: -18px;
}

.pillar-orbit span:nth-child(4) {
  right: 20px;
  bottom: 48px;
}

.pillar-orbit span:nth-child(5) {
  bottom: 22px;
  left: 80px;
}

.pillar-orbit span:nth-child(6) {
  left: -14px;
  top: 112px;
}

.finance-ops-visual {
  isolation: isolate;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(239, 247, 58, 0.14),
      transparent 25%
    ),
    radial-gradient(
      circle at 80% 18%,
      rgba(0, 174, 205, 0.24),
      transparent 28%
    ),
    linear-gradient(140deg, #051522, #0b1f3a 56%, #0f5b73);
}

.finance-ops-visual::before {
  z-index: -1;
  width: 420px;
  height: 420px;
  border-width: 78px;
  border-color: rgba(255, 255, 255, 0.08);
  opacity: 0.88;
  animation: financeRingPulse 8s ease-in-out infinite;
}

.finance-dashboard-card {
  position: relative;
  z-index: 2;
  width: min(420px, 88%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96),
      rgba(236, 249, 253, 0.92)
    ),
    #ffffff;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.28);
  color: #ffffff;
  overflow: hidden;
  padding: 26px;
  transform: rotate(-1deg);
  animation: financeDashboardIn 0.9s ease both;
}

.finance-dashboard-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, #eff73a, #00aecd, #25266f);
  content: "";
}

.finance-dashboard-top,
.finance-dashboard-metrics,
.finance-dashboard-flow {
  position: relative;
  z-index: 1;
}

.finance-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.finance-dashboard-top span {
  color: #0b1f3a;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.finance-dashboard-top em {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  color: #0f7b57;
  font-size: 12px;
  font-weight: 850;
  font-style: normal;
  padding: 7px 10px;
}

.finance-dashboard-top em::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.finance-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.finance-dashboard-metrics div {
  border: 1px solid rgba(18, 63, 103, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.08);
  padding: 18px;
}

.finance-dashboard-metrics small {
  display: block;
  margin-bottom: 10px;
  color: #5a6b84;
  font-size: 12px;
  font-weight: 750;
}

.finance-dashboard-metrics strong {
  color: #25266f;
  font-size: 38px;
  font-weight: 850;
  line-height: 1;
}

.finance-dashboard-chart {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 12px;
  height: 122px;
  margin: 24px 0;
  border-radius: 22px;
  background:
    linear-gradient(rgba(18, 63, 103, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(232, 246, 255, 0.9), rgba(255, 255, 255, 0.8));
  background-size: 100% 30px;
  padding: 18px;
}

.finance-dashboard-chart span {
  display: block;
  border-radius: 12px 12px 5px 5px;
  background: linear-gradient(180deg, #00aecd, #25266f);
  box-shadow: 0 10px 22px rgba(0, 174, 205, 0.22);
  animation: financeBarRise 1.2s ease both;
}

.finance-dashboard-chart span:nth-child(1) {
  height: 48%;
}

.finance-dashboard-chart span:nth-child(2) {
  height: 72%;
  animation-delay: 0.1s;
}

.finance-dashboard-chart span:nth-child(3) {
  height: 56%;
  animation-delay: 0.2s;
}

.finance-dashboard-chart span:nth-child(4) {
  height: 88%;
  background: linear-gradient(180deg, #eff73a, #00aecd);
  animation-delay: 0.3s;
}

.finance-dashboard-flow {
  display: grid;
  gap: 10px;
}

.finance-dashboard-flow span {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: rgba(232, 246, 255, 0.82);
  color: #123f67;
  font-size: 14px;
  font-weight: 850;
  padding: 12px 14px;
}

.finance-dashboard-flow span::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #eff73a, #00aecd);
  content: "";
}

.finance-dashboard-side {
  position: absolute;
  z-index: 3;
  right: 42px;
  bottom: 58px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background: rgba(11, 31, 58, 0.78);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding: 18px 20px;
  backdrop-filter: blur(10px);
  animation: financeSideFloat 5s ease-in-out infinite;
}

.finance-dashboard-side span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.finance-dashboard-side strong {
  color: #eff73a;
  font-size: 22px;
}

@keyframes financeRingPulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.04);
    opacity: 0.95;
  }
}

@keyframes financeDashboardIn {
  from {
    opacity: 0;
    transform: rotate(-1deg) translateY(24px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: rotate(-1deg) translateY(0) scale(1);
  }
}

@keyframes financeBarRise {
  from {
    transform: scaleY(0.2);
    transform-origin: bottom;
  }

  to {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}

@keyframes financeSideFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.pillar-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px min(8vw, 110px);
  animation: heroContentIn 0.85s 0.08s ease both;
}

.service-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  border-radius: 6px;
  background: #e8f6ff;
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  padding: 8px 12px;
  text-transform: uppercase;
  animation: slideDown 0.65s ease both;
}

.pillar-detail-copy h1 {
  margin: 0 0 22px;
  color: var(--brand-dark);
  font-size: clamp(46px, 6vw, 82px);
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.02;
  text-wrap: balance;
  animation: blurInUp 0.8s 0.08s ease both;
}

.pillar-detail-copy h1 strong {
  color: #073f5d;
  font-weight: 850;
}

.pillar-detail-copy p {
  max-width: 640px;
  color: #4f6273;
  font-size: 18px;
  line-height: 1.65;
  animation: fadeIn 0.8s 0.18s ease both;
}

.pillar-detail-copy .button {
  animation: fadeIn 0.8s 0.28s ease both;
}

.trusted-band {
  background: linear-gradient(110deg, var(--brand), #7651c8 50%, #9f1e91);
  color: #ffffff;
  padding: 48px 0;
  text-align: center;
}

.trusted-band h2 {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 300;
}

.trusted-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.trusted-logos span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 850;
  padding: 10px 18px;
}

.about-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 11vw, 150px) 0;
  background:
    radial-gradient(
      circle at 18% 15%,
      rgba(17, 197, 213, 0.2),
      transparent 30%
    ),
    radial-gradient(
      circle at 82% 10%,
      rgba(159, 30, 145, 0.18),
      transparent 28%
    ),
    linear-gradient(135deg, #061629 0%, #081f36 46%, #0c314e 100%);
  color: #ffffff;
  isolation: isolate;
}

.about-page-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 86%);
}

.about-page-hero .container {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
}

.about-page-hero h1 {
  max-width: 850px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(48px, 6.5vw, 94px);
  font-weight: 200;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
  animation: blurInUp 0.8s ease both;
}

.about-page-hero h1 span,
.about-page-hero h1 strong {
  color: #c8efff;
  font-weight: 850;
}

.about-page-hero p {
  max-width: 690px;
  color: rgba(236, 247, 255, 0.82);
  font-size: 18px;
  line-height: 1.7;
  animation: fadeIn 0.8s 0.14s ease both;
}

.about-hero-panel {
  position: relative;
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.14),
      rgba(255, 255, 255, 0.05)
    ),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
  padding: 30px;
  animation: premiumImageIn 0.9s 0.12s ease both;
}

.about-hero-panel img {
  width: 100%;
  height: 260px;
  border-radius: 18px;
  object-fit: cover;
  opacity: 0.88;
}

.about-hero-stat {
  position: absolute;
  text-align: center;
  right: 30px;
  bottom: -90px;
  left: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.about-hero-stat span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(6, 22, 41, 0.72);
  color: #ffffff;
  font-size: 14px;
  font-weight: 750;
  padding: 14px;
}

.about-tools-band {
  overflow: hidden;
  padding: 54px 0;
  background:
    radial-gradient(
      circle at 5% 40%,
      rgba(17, 197, 213, 0.12),
      transparent 28%
    ),
    linear-gradient(135deg, #eff8fe, #ffffff);
}

.about-tools-band .section-head {
  margin-bottom: 28px;
}

.about-tools-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.about-tool-logo {
  display: grid;
  place-items: center;
  min-height: 96px;
  border: 1px solid rgba(196, 213, 231, 0.72);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(11, 31, 58, 0.07);
  padding: 18px;
}

.about-tool-logo img {
  max-width: 132px;
  max-height: 52px;
  object-fit: contain;
}

.about-content-section {
  padding: 88px 0;
}

.about-content-section.alt {
  background: #eef4f8;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(38px, 6vw, 80px);
  align-items: center;
}

.about-split.reverse > :first-child {
  order: 2;
}

.about-media-card {
  overflow: hidden;
  border: 1px solid rgba(34, 166, 179, 0.28);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(11, 31, 58, 0.12);
}

.about-media-card img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.about-copy h2,
.about-section-head h2 {
  margin: 0 0 20px;
  color: var(--brand-dark);
  font-size: clamp(36px, 4.8vw, 64px);
  font-weight: 300;
  line-height: 1.04;
}

.about-copy h2 strong,
.about-section-head h2 strong {
  color: #073f5d;
  font-weight: 850;
}

.about-copy p {
  color: #4f6575;
  font-size: 17px;
  line-height: 1.7;
}

.about-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.about-list li {
  position: relative;
  color: #31495b;
  font-weight: 650;
  padding-left: 28px;
}

.about-list li::before {
  position: absolute;
  left: 0;
  top: 0.54em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--brand));
  content: "";
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-card {
  border: 1px solid rgba(196, 213, 231, 0.88);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(11, 31, 58, 0.08);
  padding: 28px;
}

.about-card h3 {
  margin: 0 0 12px;
  color: var(--brand-dark);
  font-size: 24px;
}

.about-card p {
  color: #52697a;
  line-height: 1.65;
}

.success-outcomes-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 12%,
      rgba(0, 174, 205, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 18%,
      rgba(239, 247, 58, 0.16),
      transparent 24%
    ),
    linear-gradient(135deg, #edf8fc 0%, #ffffff 48%, #eaf6ff 100%);
}

.success-outcomes-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(11, 31, 58, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 31, 58, 0.04) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 18%,
    #000 82%,
    transparent
  );
  content: "";
}

.success-outcomes-section .container {
  position: relative;
  z-index: 1;
}

.success-outcomes-head {
  margin-bottom: 30px;
  border: 1px solid rgba(196, 213, 231, 0.74);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 65px rgba(11, 31, 58, 0.08);
  padding: clamp(22px, 3vw, 34px);
  backdrop-filter: blur(16px);
}

.success-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.success-outcome-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border: 1px solid rgba(0, 174, 205, 0.26);
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff, #f6fbff);
  box-shadow: 0 20px 54px rgba(11, 31, 58, 0.1);
  padding: clamp(24px, 3vw, 34px);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.success-outcome-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--accent), var(--brand), var(--lime));
  content: "";
}

.success-outcome-card::after {
  position: absolute;
  right: -46px;
  bottom: -58px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(0, 174, 205, 0.16);
  border-radius: 50%;
  background: rgba(239, 247, 58, 0.08);
  content: "";
}

.success-outcome-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 174, 205, 0.52);
  box-shadow: 0 28px 78px rgba(11, 31, 58, 0.15);
}

.success-outcome-card span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--brand-dark), #25266f);
  color: var(--lime);
  font-weight: 850;
  letter-spacing: 0.04em;
}

.success-outcome-card:nth-child(2) span {
  background: linear-gradient(135deg, var(--accent), #123f67);
  color: #ffffff;
}

.success-outcome-card:nth-child(3) span {
  background: linear-gradient(135deg, var(--lime), var(--accent));
  color: var(--brand-dark);
}

.success-outcome-card h3 {
  position: relative;
  z-index: 1;
  margin: 28px 0 14px;
  color: var(--brand-dark);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
}

.success-outcome-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #506879;
  font-weight: 600;
  line-height: 1.72;
}

.about-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-metric {
  border: 1px solid rgba(196, 213, 231, 0.82);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.08);
  padding: 26px;
  text-align: center;
}

.about-metric strong {
  display: block;
  margin-bottom: 6px;
  color: var(--brand);
  font-size: clamp(36px, 4vw, 58px);
}

.about-metric span {
  color: var(--brand-dark);
  font-weight: 800;
}

.job-grid,
.news-grid,
.highlight-grid,
.awards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.job-card,
.news-card,
.highlight-card,
.award-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(196, 213, 231, 0.84);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(11, 31, 58, 0.08);
  padding: 26px;
}

.job-card::before,
.news-card::before,
.highlight-card::before,
.award-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--accent), #9f1e91);
  content: "";
}

.job-card span,
.news-card span,
.highlight-card span,
.award-card span {
  display: inline-flex;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #e8f6ff;
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  padding: 7px 10px;
  text-transform: uppercase;
}

.careers-openings {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 174, 205, 0.14), transparent 28%),
    radial-gradient(
      circle at 92% 18%,
      rgba(159, 30, 145, 0.12),
      transparent 32%
    ),
    linear-gradient(180deg, #f5fbff 0%, #ffffff 100%);
}

.careers-openings::before {
  position: absolute;
  inset: 42px auto auto 50%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(0, 174, 205, 0.16);
  border-radius: 50%;
  transform: translateX(-50%);
  content: "";
  pointer-events: none;
}

.careers-openings-head h2 strong {
  color: var(--brand);
  font-weight: 900;
}

.career-job-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.career-job-card {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  border: 1px solid rgba(196, 213, 231, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96),
      rgba(246, 252, 255, 0.94)
    ),
    #ffffff;
  box-shadow: 0 18px 46px rgba(11, 31, 58, 0.08);
  color: var(--ink);
  padding: 28px;
  text-decoration: none;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.career-job-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--brand), var(--accent), #9f1e91);
  content: "";
}

.career-job-card::after {
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border: 28px solid rgba(0, 174, 205, 0.1);
  border-radius: 50%;
  content: "";
  transition: transform 0.28s ease;
}

.career-job-card:hover {
  border-color: rgba(0, 174, 205, 0.58);
  box-shadow: 0 24px 64px rgba(11, 31, 58, 0.14);
  transform: translateY(-7px);
}

.career-job-card:hover::after {
  transform: scale(1.14);
}

.job-status {
  width: max-content;
  border: 1px solid rgba(0, 174, 205, 0.18);
  border-radius: 999px;
  background: #e9f8ff;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 7px 11px;
  text-transform: uppercase;
}

.job-card-title {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
}

.job-card-title h3 {
  margin: 0;
  color: var(--brand-dark);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.08;
}

.job-card-title span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(0, 174, 205, 0.22);
  border-radius: 50%;
  color: var(--brand);
  font-size: 22px;
  transition:
    background 0.28s ease,
    color 0.28s ease,
    transform 0.28s ease;
}

.career-job-card:hover .job-card-title span {
  background: var(--brand);
  color: #ffffff;
  transform: translateX(4px);
}

.career-job-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.7;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.job-meta span {
  border-radius: 999px;
  background: rgba(11, 31, 58, 0.06);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 850;
  padding: 7px 10px;
}

.locations-map-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 174, 205, 0.14), transparent 28%),
    radial-gradient(
      circle at 88% 18%,
      rgba(159, 30, 145, 0.1),
      transparent 30%
    ),
    linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
}

.locations-map-section::before {
  position: absolute;
  right: -160px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(0, 174, 205, 0.14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.office-map-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.office-map-card {
  overflow: hidden;
  border: 1px solid rgba(196, 213, 231, 0.85);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 58px rgba(11, 31, 58, 0.1);
}

.office-map-frame {
  position: relative;
  min-height: 330px;
  background:
    linear-gradient(135deg, rgba(11, 31, 58, 0.08), rgba(0, 174, 205, 0.08)),
    #e8f6ff;
}

.office-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.9) contrast(1.02);
}

.office-map-content {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(196, 213, 231, 0.8);
  padding: 24px;
}

.office-map-content span {
  width: max-content;
  border-radius: 999px;
  background: #e8f6ff;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.office-map-content h3 {
  margin: 4px 0 0;
  color: var(--brand-dark);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.15;
}

.office-map-content p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.office-map-content .text-link {
  width: max-content;
  margin-top: 6px;
  color: var(--brand);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.job-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(0, 174, 205, 0.2), transparent 28%),
    radial-gradient(
      circle at 88% 8%,
      rgba(239, 247, 58, 0.18),
      transparent 24%
    ),
    linear-gradient(135deg, #061625 0%, #0b1f3a 46%, #112f55 100%);
  padding: 76px 0 0;
}

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

.job-detail-hero::before {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 18%,
    #000 82%,
    transparent
  );
  opacity: 0.34;
}

.job-detail-hero::after {
  top: 44px;
  right: 7vw;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: -42px 58px 0 rgba(0, 174, 205, 0.08);
  animation: heroFloat 9s ease-in-out infinite;
}

.job-detail-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px 24px 0 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.96),
    rgba(245, 252, 255, 0.9)
  );
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.job-detail-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 26, 47, 0.18), rgba(7, 26, 47, 0.72)),
    url("../675bf6988cff9735a2687194/6763ad2aefadf890e7d9b154_auto-entry-p-500.png"),
    linear-gradient(135deg, #071a2f, #211942 52%, #091b2f);
  background-position: center;
  background-size: cover;
  animation: heroImageDrift 14s ease-in-out infinite alternate;
}

.job-detail-visual::before,
.job-detail-visual::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.job-detail-visual::before {
  inset: 42px 60px;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(239, 247, 58, 0.16),
      transparent 34%
    ),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 24px rgba(0, 174, 205, 0.08);
}

.job-detail-visual::after {
  right: -70px;
  bottom: -88px;
  width: 290px;
  height: 290px;
  background: linear-gradient(
    135deg,
    rgba(239, 247, 58, 0.2),
    rgba(0, 174, 205, 0.1)
  );
  backdrop-filter: blur(6px);
}

.job-detail-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 78px);
}

.job-detail-intro::before {
  width: 64px;
  height: 5px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
  content: "";
}

.job-detail-intro .eyebrow {
  color: var(--brand);
}

.job-detail-intro h1 {
  margin-bottom: 20px;
  color: var(--brand-dark);
  font-size: clamp(44px, 6.2vw, 86px);
  font-weight: 200;
  line-height: 0.98;
}

.job-detail-intro h1 span {
  display: inline-block;
  color: var(--navy);
  font-weight: 900;
}

.job-detail-intro p {
  max-width: 740px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.65;
}

.job-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
}

.job-detail-actions .text-link {
  color: var(--brand);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.job-detail-meta {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 28px;
  border: 1px solid rgba(196, 213, 231, 0.45);
  border-top: 0;
  border-radius: 0 0 20px 20px;
  background: rgba(238, 245, 249, 0.94);
  color: var(--brand-dark);
  font-weight: 800;
  padding: 22px clamp(24px, 7vw, 96px);
  box-shadow: 0 10px 24px rgba(11, 31, 58, 0.1);
}

.career-detail-page-hero {
  padding-bottom: clamp(54px, 7vw, 86px);
}

.career-detail-page-hero .job-meta-container {
  display: block;
  margin-top: clamp(28px, 4vw, 42px);
}

.career-detail-page-hero .job-detail-meta {
  max-width: 700px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(241, 248, 255, 0.88);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}

.job-detail-main {
  background: linear-gradient(180deg, #f7fbfe, #ffffff);
  padding: clamp(56px, 7vw, 96px) 0;
}

.job-detail-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.job-detail-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 22px;
}

.job-side-card {
  border: 1px solid rgba(196, 213, 231, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(11, 31, 58, 0.08);
  padding: 24px;
}

.job-side-card h3 {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--brand-dark);
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.job-side-card h3::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9f1e91;
  content: "";
}

.job-side-card nav {
  display: grid;
  gap: 12px;
  border-left: 1px solid rgba(196, 213, 231, 0.9);
  padding-left: 18px;
}

.job-side-card nav a {
  color: var(--muted);
  font-weight: 800;
  text-decoration: none;
}

.job-side-card nav a:hover {
  color: var(--brand);
}

.job-side-card nav a.is-active {
  color: var(--brand-dark);
}

.job-scroll-progress {
  height: 8px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(196, 213, 231, 0.42);
  box-shadow: inset 0 1px 3px rgba(11, 31, 58, 0.12);
}

.job-scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00d4ff, #0099ff);
  transition: width 0.12s linear;
}

.job-apply-card {
  background: linear-gradient(
    135deg,
    rgba(232, 246, 255, 0.98),
    rgba(255, 247, 252, 0.98)
  );
  text-align: center;
}

.job-apply-card h3 {
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0;
  text-transform: none;
}

.job-apply-card h3::before {
  display: none;
}

.job-apply-card p {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.7;
}

.job-detail-content {
  display: grid;
  gap: 26px;
}

.job-content-block {
  border: 1px solid rgba(196, 213, 231, 0.86);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(11, 31, 58, 0.06);
  padding: clamp(28px, 4vw, 42px);
}

.job-content-block h2 {
  margin-bottom: 22px;
  color: var(--brand-dark);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
}

.job-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-list li {
  position: relative;
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.65;
  padding-left: 28px;
}

.job-list li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(0, 174, 205, 0.1);
  content: "";
}

.client-profile-card {
  border-top: 5px solid var(--brand);
}

.client-profile-card:nth-child(2n) {
  border-top-color: #9f1e91;
}

.press-filter {
  display: grid;
  grid-template-columns: auto minmax(180px, 280px) minmax(180px, 280px);
  gap: 16px;
  align-items: center;
  padding: 26px 0;
}

.press-filter input {
  width: 100%;
  border: 1px solid rgba(196, 213, 231, 0.9);
  border-radius: 10px;
  background: #ffffff;
  color: var(--text);
  padding: 13px 14px;
}

.pillar-story {
  padding: 86px 0;
}

.pillar-story.alt {
  background: #eef4f8;
}

.pillar-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 70px;
  align-items: center;
}

.pillar-story-grid.reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.pillar-story-grid.reverse .pillar-story-media {
  order: 2;
}

.pillar-story-media {
  position: relative;
}

.pillar-story-media img {
  width: 100%;
  height: 460px;
  border: 1px solid rgba(34, 166, 179, 0.32);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(11, 31, 58, 0.16);
  object-fit: cover;
}

.pillar-story-copy h2 {
  margin: 0 0 22px;
  color: var(--brand-dark);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
}

.pillar-story-copy p {
  color: #4d6575;
  font-size: 17px;
}

.pillar-story-copy p + p {
  margin-top: 16px;
}

.pillar-feature-section {
  background: #eef2f5;
  padding: 90px 0;
  text-align: center;
}

.pillar-feature-head {
  max-width: 720px;
  margin: 0 auto 44px;
}

.pillar-feature-head h2 {
  margin: 8px 0 10px;
  color: var(--brand-dark);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 300;
}

.pillar-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 860px;
  margin: 0 auto;
}

.pillar-feature-card {
  border: 1px solid rgba(196, 213, 231, 0.9);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(11, 31, 58, 0.08);
  padding: 34px;
}

.pillar-feature-card span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #e8f6ff;
  color: var(--brand);
  font-weight: 850;
}

.pillar-feature-card h3 {
  margin: 0 0 10px;
  color: #25266f;
  font-size: 22px;
}

.pillar-feature-card p {
  margin: 0;
  color: #5d7182;
}

.pillar-service-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.pillar-service-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(196, 213, 231, 0.8);
  color: var(--brand-dark);
  font-weight: 800;
  padding: 0 0 15px;
}
.pillar-service-list div:last-child {
  border-bottom: none;
}
.industry-hub-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  isolation: isolate;
}

.industry-hub-hero::after {
  position: absolute;
  right: -170px;
  bottom: -170px;
  z-index: -1;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(23, 105, 170, 0.12);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(34, 166, 179, 0.12),
    transparent 68%
  );
  content: "";
  animation: heroPulse 9s ease-in-out infinite;
}

.industry-hub-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  min-height: 520px;
}

.industry-hub-media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0b1f3a, #25266f);
  animation: heroVisualIn 0.9s ease both;
}

.industry-hub-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  animation: premiumImageIn 1s ease both;
}

.industry-hub-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    45deg,
    rgba(11, 31, 58, 0.16),
    rgba(159, 30, 145, 0.28)
  );
  content: "";
}

.industry-hub-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px min(8vw, 110px);
  animation: heroContentIn 0.85s 0.08s ease both;
}

.industry-hub-copy h1 {
  margin: 0 0 24px;
  color: var(--brand-dark);
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.02;
  text-wrap: balance;
  animation: blurInUp 0.8s 0.08s ease both;
}

.industry-hub-copy h1 strong {
  color: #073f5d;
  font-weight: 850;
}

.industry-hub-copy p {
  max-width: 640px;
  color: #4f6273;
  font-size: 20px;
  line-height: 1.62;
  animation: fadeIn 0.8s 0.18s ease both;
}

.industry-hub-copy .button {
  animation: fadeIn 0.8s 0.28s ease both;
}

.industry-specialize {
  background: #eef2f5;
  padding: 92px 0;
}

.industry-specialize-head {
  max-width: 820px;
  margin: 0 auto 62px;
  text-align: center;
}

.industry-specialize-head h2 {
  margin: 8px 0 12px;
  color: var(--brand-dark);
  font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 300;
  line-height: 1.08;
}

.industry-specialize-head p {
  color: #526777;
  font-size: 18px;
}

.industry-specialize-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 72px;
}

.industry-tile {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  border: 1px solid rgba(196, 213, 231, 0.75);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  padding: 28px;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.industry-tile:hover {
  border-color: rgba(34, 166, 179, 0.54);
  box-shadow: 0 22px 54px rgba(11, 31, 58, 0.12);
  transform: translateY(-6px);
}

.industry-tile-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(11, 31, 58, 0.12);
  color: var(--brand);
  font-size: 28px;
  font-weight: 900;
}

.industry-tile h3 {
  margin: 0 0 10px;
  color: var(--brand-dark);
  font-size: 28px;
}

.industry-tile p {
  margin: 0 0 14px;
  color: #526777;
}

.industry-tile a {
  display: inline-flex;
  width: fit-content;
  border-bottom: 2px solid var(--brand);
  color: var(--brand-dark);
  font-weight: 850;
}

.industry-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(34, 166, 179, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  isolation: isolate;
}

.industry-detail-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(23, 105, 170, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 105, 170, 0.035) 1px, transparent 1px);
  background-size: 86px 86px;
  content: "";
}

.industry-detail-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1fr);
  min-height: 430px;
}

.industry-detail-grid img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  animation: premiumImageIn 1s ease both;
}

.industry-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px min(8vw, 100px);
  animation: heroContentIn 0.85s 0.08s ease both;
}

.industry-detail-copy h1 {
  margin: 0 0 20px;
  color: var(--brand-dark);
  font-size: clamp(42px, 5.6vw, 76px);
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.04;
  text-wrap: balance;
  animation: blurInUp 0.8s 0.08s ease both;
}

.industry-detail-copy h1 strong {
  color: #073f5d;
  font-weight: 850;
}

.industry-detail-copy p {
  max-width: 640px;
  color: #526777;
  font-size: 18px;
  line-height: 1.65;
  animation: fadeIn 0.8s 0.18s ease both;
}

.industry-detail-copy .button {
  animation: fadeIn 0.8s 0.28s ease both;
}

.industry-dark-panel {
  background:
    radial-gradient(
      circle at 70% 20%,
      rgba(159, 30, 145, 0.24),
      transparent 38%
    ),
    linear-gradient(135deg, #061f2e, #0b1f3a 65%, #25266f);
  color: #dcebf6;
  padding: 86px 0;
}

.industry-dark-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}

.industry-video-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
  padding: 28px;
}

.industry-video-card strong {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.12em;
}

.industry-video-frame {
  display: grid;
  min-height: 230px;
  place-items: center;
  border-radius: 10px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.46)),
    url("../675bf6988cff9735a26871f8/67610d55de8fff41f97dbf0c_workplace-results-professional-report-accounting-min-p-800.jpg")
      center/cover;
}

.industry-video-frame span {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: #ff2d2d;
  color: #ffffff;
  font-size: 26px;
}

.resources-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(7, 21, 42, 0.96), rgba(23, 105, 170, 0.78)),
    url("../675bf6988cff9735a26871f8/67610d55de8fff41f97dbf0c_workplace-results-professional-report-accounting-min-p-1600.jpg")
      center/cover;
  color: #ffffff;
  padding: 108px 0 92px;
  isolation: isolate;
}

.resources-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 86px 86px;
  content: "";
}

.resources-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: 56px;
}

.resources-hero h1 {
  max-width: 780px;
  margin: 0 0 22px;
  color: #f2f9ff;
  font-size: clamp(48px, 6.4vw, 78px);
  font-weight: 250;
  line-height: 0.98;
  text-wrap: balance;
}

.resources-hero h1 span {
  display: block;
  color: #a9d3f5;
  font-weight: 850;
}

.resource-detail-grid h1 span {
  display: block;
  color: #073f5d;
  font-weight: 850;
}

.resources-hero p {
  max-width: 700px;
  color: rgba(236, 247, 255, 0.9);
  font-size: 20px;
  line-height: 1.62;
}

.resources-hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0, rgba(242, 169, 0, 0.24), transparent 36%),
    rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24);
  padding: 34px;
  backdrop-filter: blur(18px);
}

.resources-hero-panel span,
.resource-card span {
  color: var(--brand-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resources-hero-panel h2 {
  margin: 14px 0;
  color: #ffffff;
  font-size: 34px;
}

.resources-section {
  padding: 84px 0;
  background: #ffffff;
}

.resources-section + .resources-section {
  padding-top: 0;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.resource-grid.featured {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.resource-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(196, 213, 231, 0.78);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(11, 31, 58, 0.08);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.resource-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.resource-card span,
.resource-card h3,
.resource-card p {
  margin-right: 22px;
  margin-left: 22px;
}

.resource-card span {
  margin-top: 20px;
  color: var(--brand);
}

.resource-card h3 {
  margin-top: 10px;
  margin-bottom: 12px;
  color: var(--brand-dark);
  font-size: 22px;
  line-height: 1.2;
}

.resource-card p {
  margin-top: 0;
  margin-bottom: 24px;
  color: #526777;
  font-size: 15px;
  line-height: 1.58;
}

.resource-card:hover {
  border-color: rgba(34, 166, 179, 0.55);
  box-shadow: 0 28px 70px rgba(11, 31, 58, 0.14);
  transform: translateY(-5px);
}

.resources-filter-band {
  border-block: 1px solid rgba(217, 226, 236, 0.9);
  background: #f4f7fb;
  padding: 16px 0;
}

.resources-filter-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.resources-filter-row span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resources-filter-row a {
  border: 1px solid rgba(196, 213, 231, 0.9);
  border-radius: 999px;
  background: #ffffff;
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 700;
  padding: 9px 14px;
}

.resource-detail-hero {
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(34, 166, 179, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  padding: 72px 0;
}

.resource-detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: 52px;
}

.resource-detail-grid img {
  width: 100%;
  height: 360px;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.resource-detail-grid h1 {
  margin: 0 0 18px;
  color: var(--brand-dark);
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 250;
  line-height: 1.02;
}

.resource-detail-grid p:last-child {
  max-width: 680px;
  color: #526777;
  font-size: 19px;
  line-height: 1.65;
}

.resource-article .blog-article-body {
  padding-top: 0;
}

.research-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
}

.research-card {
  border: 1px solid rgba(196, 213, 231, 0.78);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(11, 31, 58, 0.08);
  padding: 34px;
}

.research-card.muted {
  display: grid;
  align-content: start;
  gap: 12px;
  background: #f6fbff;
}

.research-card h2,
.research-card h3 {
  margin-top: 0;
  color: var(--brand-dark);
}

.research-card.muted a {
  border-bottom: 1px solid rgba(196, 213, 231, 0.9);
  color: var(--brand);
  font-weight: 750;
  padding-bottom: 10px;
}

.industry-dark-panel h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 300;
  line-height: 1.1;
}

.industry-detail-testimonial {
  position: relative;
  overflow: hidden;
  color: #dcebf6;
  padding: 96px 0;
}

.industry-detail-testimonial::after {
  position: absolute;
  right: clamp(18px, 7vw, 108px);
  bottom: -100px;
  width: clamp(190px, 28vw, 390px);
  height: clamp(190px, 28vw, 390px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  content: "";
  pointer-events: none;
}

.industry-detail-testimonial .container {
  position: relative;
  z-index: 1;
}

.industry-testimonial-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.industry-testimonial-head h2 {
  max-width: 680px;
  color: #000;
}

.industry-testimonial-controls {
  display: flex;
  gap: 10px;
}

.industry-testimonial-controls button {
  display: inline-grid;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: #e5f3f9;
  color: #000;
  cursor: pointer;
  font: inherit;
  font-size: 20px;
  font-weight: 800;
  place-items: center;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.industry-testimonial-controls button:hover {
  border-color: rgba(242, 169, 0, 0.8);
  background: rgba(242, 169, 0, 0.16);
  transform: translateY(-2px);
}

.industry-testimonial-slider {
  overflow: hidden;
  border-radius: 8px;
}

.industry-testimonial-slider:focus-visible,
.industry-testimonial-controls button:focus-visible,
.industry-testimonial-dots button:focus-visible {
  outline: 3px solid rgba(242, 169, 0, 0.74);
  outline-offset: 4px;
}

.industry-testimonial-track {
  display: flex;
  transition: transform 0.42s ease;
  will-change: transform;
}

.industry-quote-card {
  display: grid;
  flex: 0 0 100%;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.94),
      rgba(244, 250, 255, 0.9)
    ),
    rgb(67 222 255 / 92%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  color: var(--brand-dark);
  padding: clamp(30px, 5vw, 58px);
  text-align: left;
}

.industry-quote-card strong {
  display: block;
  margin-bottom: 20px;
  color: var(--brand-2);
  font-size: clamp(58px, 8vw, 92px);
  line-height: 0.7;
}

.industry-quote-card p {
  max-width: 900px;
  margin-bottom: 34px;
  color: var(--brand-dark);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 650;
  line-height: 1.32;
}

.industry-quote-author {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  border-top: 1px solid rgba(23, 105, 170, 0.14);
  padding-top: 20px;
}

.industry-quote-author::before {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--button-gradient);
  content: "";
  flex: 0 0 auto;
}

.industry-quote-author b {
  display: block;
  color: var(--brand-dark);
  font-size: 16px;
}

.industry-quote-author span {
  display: block;
  margin-top: 3px;
  color: #5c7182;
  font-size: 14px;
  font-weight: 700;
}

.industry-testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
}

.industry-testimonial-dots button {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.94),
      rgba(244, 250, 255, 0.9)
    ),
    rgb(0 0 0 / 92%);
  cursor: pointer;
  padding: 0;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    width 0.2s ease;
}

.industry-testimonial-dots button.is-active {
  width: 30px;
  background: var(--brand-2);
}

.case-study-section {
  position: relative;
  overflow: hidden;
}

.case-study-section::before {
  position: absolute;
  right: -120px;
  top: 70px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(37, 38, 111, 0.08);
  border-radius: 50%;
  content: "";
}

.case-study-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.case-study-card {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(196, 213, 231, 0.9);
  border-radius: 22px;
  background:
    linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.98),
        rgba(238, 249, 255, 0.94)
      )
      padding-box,
    linear-gradient(135deg, rgba(17, 197, 213, 0.65), rgba(245, 255, 61, 0.4))
      border-box;
  padding: 34px;
  box-shadow: 0 18px 46px rgba(11, 31, 58, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.case-study-card::before {
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(17, 197, 213, 0.12);
  content: "";
  transition: transform 0.24s ease;
}

.case-study-card span {
  width: max-content;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(17, 197, 213, 0.12);
  color: #1769aa;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  text-transform: uppercase;
}

.case-study-card h3 {
  margin-bottom: 14px;
  color: #25266f;
  font-size: 30px;
  line-height: 1.08;
}

.case-study-card p {
  color: #34566a;
}

.case-study-card strong {
  margin-top: auto;
  color: #0b1f3a;
  font-size: 15px;
}

.case-study-card:hover {
  border-color: rgba(17, 197, 213, 0.58);
  box-shadow: 0 28px 70px rgba(11, 31, 58, 0.15);
  transform: translateY(-8px);
}

.case-study-card:hover::before {
  transform: scale(1.18);
}

.section-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.case-detail-section {
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(17, 197, 213, 0.13),
      transparent 26%
    ),
    linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
}

.case-detail-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr);
  gap: 26px;
  align-items: stretch;
  margin-bottom: 34px;
}

.case-detail-lead,
.case-detail-summary {
  border: 1px solid rgba(196, 213, 231, 0.9);
  border-radius: 24px;
  background: #ffffff;
  padding: 34px;
  box-shadow: 0 18px 44px rgba(11, 31, 58, 0.07);
}

.case-detail-lead h2 {
  margin-bottom: 16px;
  color: #25266f;
  font-size: clamp(34px, 4vw, 58px);
}

.case-detail-summary {
  background:
    radial-gradient(
      circle at 90% 8%,
      rgba(245, 255, 61, 0.22),
      transparent 34%
    ),
    linear-gradient(145deg, #0b1f3a, #25266f);
  color: #ffffff;
}

.case-detail-summary p {
  color: rgba(255, 255, 255, 0.82);
}

.case-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.case-metric {
  border: 1px solid rgba(17, 197, 213, 0.28);
  border-radius: 18px;
  background: #ffffff;
  padding: 24px;
}

.case-metric strong {
  display: block;
  margin-bottom: 6px;
  color: #25266f;
  font-size: 26px;
}

.case-metric span {
  color: #34566a;
  font-weight: 700;
}

.case-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.case-detail-card {
  border: 1px solid rgba(196, 213, 231, 0.9);
  border-radius: 20px;
  background: #ffffff;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.06);
}

.case-detail-card h3 {
  margin-bottom: 16px;
  color: #25266f;
  font-size: 25px;
}

.case-detail-card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-detail-card li {
  position: relative;
  padding-left: 22px;
  color: #344054;
  font-weight: 650;
  line-height: 1.55;
}

.case-detail-card li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-2);
  content: "";
}

.case-next {
  margin-top: 30px;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.92), rgba(37, 38, 111, 0.88)),
    url("../img/clarity.jpg") center/cover;
  color: #ffffff;
  padding: 38px;
}

.case-next h2 {
  max-width: 760px;
  margin-bottom: 12px;
  color: #ffffff;
}

.case-next p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
}

.soft {
  background: var(--soft);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.media {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.media img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.stack {
  display: grid;
  gap: 16px;
}

.feature {
  border-left: 4px solid var(--brand);
  background: #ffffff;
  padding: 20px 22px;
}

.feature h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.feature p {
  margin-bottom: 0;
  color: var(--muted);
}

.tools-section {
  overflow: hidden;
  padding: 78px 0 86px;
  background: #f7f7f7;
}

.tools-heading {
  display: flex;
  justify-content: center;
  margin-bottom: 54px;
}

.tools-heading h2 {
  display: inline-block;
  padding: 2px 8px 5px;
  color: #252b33;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
}

.tools-stage {
  position: relative;
  width: 100%;
  display: grid;
  gap: 26px;
}

.tools-marquee {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  cursor: grab;
  scrollbar-width: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.tools-marquee::-webkit-scrollbar {
  display: none;
}

.tools-marquee.is-dragging {
  cursor: grabbing;
}

.tools-marquee {
  display: flex;
}

.tools-marquee-offset {
  padding-left: 132px;
}

.tools-marquee .tools-row {
  flex: 0 0 auto;
}

.tools-grid {
  display: contents;
}

.tools-row {
  display: flex;
  align-items: center;
  gap: 46px;
  width: max-content;
  padding-right: 46px;
}

.tools-row:first-child {
  padding-left: 0;
}

.tools-row-offset {
  margin-left: 0;
}

.tool-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 94px;
  flex: 0 0 auto;
  border: 1px solid rgba(11, 31, 58, 0.06);
  background: linear-gradient(135deg, #ffffff, #f8fbff);
  box-shadow: 0 10px 28px rgba(11, 31, 58, 0.04);
}

.tool-card-dark {
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, #0b1f3a, #25266f 58%, #123f67);
  box-shadow: 0 16px 34px rgba(11, 31, 58, 0.16);
}

.tool-card img {
  width: auto;
  max-width: 120px;
  max-height: 54px;
  object-fit: contain;
  pointer-events: none;
}

.tool-card-dark img {
  max-width: 120px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}

.home-industries {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 10% 12%,
      rgba(34, 166, 179, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, #ffffff 0%, #f4f9fc 100%);
}

.home-industries::before {
  position: absolute;
  right: -120px;
  top: 80px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(37, 38, 111, 0.08);
  border-radius: 50%;
  content: "";
}

.home-industries-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr) auto;
  gap: 34px;
  align-items: end;
  margin-bottom: 42px;
}

.home-industries-head h2 {
  margin: 0;
  color: var(--brand-dark);
  font-size: clamp(38px, 4vw, 62px);
  font-weight: bold;
  line-height: 1.05;
}

.home-industries-head > p {
  margin: 0;
  color: #4d6575;
  font-size: 17px;
}

.industry-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.industry {
  position: relative;
  display: grid;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid rgba(196, 213, 231, 0.9);
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(17, 197, 213, 0.12),
      transparent 34%
    ),
    #ffffff;
  box-shadow: 0 18px 42px rgba(11, 31, 58, 0.08);
  color: #24364b;
  padding: 26px;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.industry::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: var(--brand);
  content: "→";
  font-size: 28px;
  font-weight: 500;
  opacity: 0.75;
  transition: transform 0.22s ease;
}

.industry span {
  width: fit-content;
  border-radius: 999px;
  background: #e8f6ff;
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  padding: 5px 10px;
}

.industry strong {
  max-width: 260px;
  color: var(--brand-dark);
  font-size: 24px;
  line-height: 1.1;
}

.industry small {
  max-width: 280px;
  color: #5c7182;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.industry:hover {
  border-color: rgba(34, 166, 179, 0.56);
  box-shadow: 0 28px 70px rgba(11, 31, 58, 0.14);
  transform: translateY(-7px);
}

.industry:hover::after {
  transform: translateX(5px);
}

.platform {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(11, 31, 58, 0.96), rgba(18, 63, 103, 0.9)),
    url("../img/platfome.jpg") center/cover;
  color: #ffffff;
}

.platform::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 14% 18%,
      rgba(34, 166, 179, 0.26),
      transparent 28%
    ),
    radial-gradient(circle at 92% 8%, rgba(242, 169, 0, 0.16), transparent 24%),
    linear-gradient(90deg, rgba(11, 31, 58, 0.28), rgba(11, 31, 58, 0.04));
  content: "";
  pointer-events: none;
}

.platform .container {
  position: relative;
  z-index: 1;
}

.platform-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.platform-copy {
  max-width: 520px;
}

.platform-copy h2 {
  color: #ffffff;
}

.platform-copy > p {
  margin: 24px 0 0;
  color: #d9e5f0;
  font-size: 18px;
  line-height: 1.75;
}

.platform-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.platform-stats span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #f2f7fb;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 14px;
}

.platform-stats strong {
  color: var(--brand-2);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.platform-board {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.22);
  padding: clamp(18px, 3vw, 28px);
}

.platform-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(23, 105, 170, 0.13);
  padding-bottom: 18px;
}

.platform-board-head span {
  color: var(--brand-dark);
  font-size: 16px;
  font-weight: 900;
}

.platform-board-head small {
  max-width: 290px;
  color: #5c7182;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
}

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

.platform-item {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgba(23, 105, 170, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  padding: 22px;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.platform-item::after {
  position: absolute;
  right: -40px;
  bottom: -44px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(34, 166, 179, 0.1);
  content: "";
}

.platform-item:hover {
  border-color: rgba(34, 166, 179, 0.42);
  box-shadow: 0 18px 42px rgba(11, 31, 58, 0.12);
  transform: translateY(-4px);
}

.platform-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--button-gradient);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.platform-item strong {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-dark);
  font-size: 18px;
  line-height: 1.25;
}

.platform-item p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #5c7182;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
}

.step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--brand);
  color: #ffffff;
  font-weight: 800;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.price {
  position: relative;
}

.price strong {
  display: block;
  margin-bottom: 16px;
  color: var(--brand);
  font-size: 34px;
}

.price.featured {
  border-color: var(--brand);
  box-shadow: var(--shadow);
}

.home-pricing {
  position: relative;
  overflow: clip;
  padding: 82px 0 100px;
  background:
    radial-gradient(
      circle at 11% 15%,
      rgba(255, 255, 255, 0.9),
      transparent 25%
    ),
    radial-gradient(
      circle at 86% 8%,
      rgba(17, 197, 213, 0.18),
      transparent 28%
    ),
    linear-gradient(145deg, #d8eaf7 0%, #eff8ff 52%, #dbeaf7 100%);
}

.home-pricing::before,
.home-pricing::after {
  position: absolute;
  border: 1px solid rgba(37, 38, 111, 0.08);
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

.home-pricing::before {
  right: -170px;
  top: 120px;
  width: 360px;
  height: 360px;
}

.home-pricing::after {
  left: -110px;
  bottom: 70px;
  width: 240px;
  height: 240px;
}

.home-pricing .container {
  position: relative;
  z-index: 1;
}

.pricing-section-head {
  max-width: 780px;
  margin: 0 auto 30px;
  text-align: center;
}

.pricing-section-head h2 {
  margin-bottom: 16px;
  color: #25266f;
  font-size: clamp(36px, 4.6vw, 62px);
}

.pricing-section-head p:last-child {
  margin: 0 auto;
  color: #315068;
  font-size: 17px;
  line-height: 1.7;
}

.pricing-switch {
  position: relative;
  display: flex;
  width: max-content;
  margin: 0 auto 38px;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(135deg, #111346, #25266f);
  padding: 3px;
  box-shadow: 0 14px 32px rgba(11, 31, 58, 0.18);
}

.pricing-switch::before {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: calc(50% - 3px);
  border-radius: 999px;
  background: linear-gradient(135deg, #9bc7ee, #11c5d5);
  content: "";
  transition: transform 0.24s ease;
}

.pricing-switch.is-advanced::before {
  transform: translateX(100%);
}

.pricing-switch button {
  position: relative;
  z-index: 1;
  min-width: 92px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  padding: 11px 20px;
  transition: color 0.2s ease;
}

.pricing-switch button.is-active {
  color: #ffffff;
}

.pricing-plans-shell {
  display: grid;
  grid-template-columns: minmax(290px, 390px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
}

.pricing-image {
  position: sticky;
  top: 110px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.64);
  padding: 10px;
  box-shadow: 0 24px 54px rgba(11, 31, 58, 0.16);
}

.pricing-image::after {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 180px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.16);
  color: #25266f;
  content: "Clear pricing, scoped to your books";
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  padding: 16px;
}

.pricing-image img {
  display: block;
  width: 100%;
  aspect-ratio: 0.92;
  border-radius: 22px;
  object-fit: cover;
}

.pricing-plan-list {
  display: none;
  gap: 16px;
}

.pricing-plan-list[hidden] {
  display: none;
}

.pricing-plan-list.is-active {
  display: grid;
  animation: pricingPanelIn 0.28s ease both;
}

@keyframes pricingPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pricing-plan-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 0.5fr) 1fr;
  gap: 28px;
  overflow: hidden;
  border: 1px solid rgba(11, 31, 58, 0.06);
  border-radius: 24px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(17, 197, 213, 0.26))
      border-box;
  padding: 10px 28px 10px 10px;
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.pricing-plan-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #f5ff3d, #11c5d5, #25266f);
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease;
}

.pricing-plan-card:hover {
  border-color: rgba(17, 197, 213, 0.34);
  box-shadow: 0 22px 54px rgba(11, 31, 58, 0.14);
  transform: translateY(-4px);
}

.pricing-plan-card:hover::before {
  opacity: 1;
}

.pricing-plan-summary {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 19px;
  background:
    radial-gradient(
      circle at 90% 12%,
      rgba(245, 255, 61, 0.26),
      transparent 30%
    ),
    linear-gradient(145deg, #0b1f3a, #25266f);
  padding: 22px 20px;
}

.pricing-plan-summary h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.08;
}

.pricing-plan-summary p {
  max-width: 170px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.pricing-plan-summary span {
  display: block;
  margin-bottom: 5px;
  margin-top: auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 800;
}

.pricing-plan-summary strong {
  display: block;
  color: #f5ff3d;
  font-size: 31px;
  line-height: 1;
}

.pricing-plan-summary small {
  margin-left: 4px;
  font-size: 9px;
  font-weight: 700;
}

.pricing-plan-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-content: center;
}

.pricing-plan-card li {
  position: relative;
  padding-left: 20px;
  color: #233f57;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
}

.pricing-plan-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #008da0;
  content: "✓";
  font-size: 11px;
  font-weight: 900;
}

.pricing-page-plans {
  padding: 86px 0 96px;
  background: linear-gradient(
    180deg,
    #0a2d3f 0%,
    #0a2d3f 34%,
    #f4f8f7 34%,
    #f4f8f7 100%
  );
}

.pricing-page-plans::before,
.pricing-page-plans::after {
  display: none;
}

.pricing-page-plans .pricing-section-head .eyebrow {
  margin-bottom: 14px;
  color: #8fe5df;
  font-size: 12px;
  letter-spacing: 0.18em;
}

.pricing-page-plans .pricing-section-head h2 {
  margin-inline: 0;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 500;
  line-height: 1.02;
}

.pricing-page-plans .pricing-section-head p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
}

.service-pricing-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
  max-width: 1120px;
  margin-top: 52px;
}

.pricing-plans-shell.service-pricing-plans {
  align-items: stretch;
}

.service-pricing-card {
  display: flex;
  height: 100%;
  min-height: 675px;
  flex-direction: column;
  gap: 26px;
  overflow: hidden;
  border: 1px solid rgba(12, 48, 68, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), #ffffff), #ffffff;
  padding: 34px 28px 30px;
  box-shadow: 0 20px 48px rgba(9, 38, 54, 0.12);
}

.service-pricing-card::before {
  top: 22px;
  right: 22px;
  bottom: auto;
  left: auto;
  display: grid;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(8, 127, 140, 0.14),
    rgba(8, 127, 140, 0.3)
  );
  color: #087f8c;
  content: "F";
  font-size: 20px;
  font-weight: 800;
  opacity: 1;
  place-items: center;
}

.service-pricing-card.is-flex::before {
  background: linear-gradient(
    135deg,
    rgba(200, 100, 0, 0.12),
    rgba(200, 100, 0, 0.28)
  );
  color: #c86400;
  content: "X";
}

.service-pricing-card.is-advisory::before {
  background: linear-gradient(
    135deg,
    rgba(155, 26, 152, 0.12),
    rgba(155, 26, 152, 0.28)
  );
  color: #9b1a98;
  content: "A";
}

.service-pricing-card:hover {
  border-color: rgba(8, 127, 140, 0.22);
  box-shadow: 0 28px 64px rgba(9, 38, 54, 0.18);
  transform: translateY(-6px);
}

.service-pricing-card .pricing-plan-summary {
  display: block;
  min-height: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.service-pricing-card .pricing-plan-summary h3 {
  max-width: 245px;
  min-height: 116px;
  margin-bottom: 18px;
  color: #0b2f44;
  font-family: inherit;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
}

.service-pricing-card .pricing-plan-summary p {
  max-width: none;
  margin: 0;
  color: #4f6068;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.service-pricing-card .pricing-plan-summary sup {
  font-size: 9px;
  line-height: 0;
}

.pricing-feature-group {
  display: grid;
  gap: 14px;
  border-top: 1px solid rgba(12, 48, 68, 0.1);
  padding-top: 22px;
}

.service-pricing-card .pricing-feature-group:last-child {
  margin-top: auto;
}

.pricing-feature-group h4 {
  margin: 0;
  color: #0b2f44;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-pricing-card ul {
  display: grid;
  gap: 10px;
  align-content: start;
}

.service-pricing-card li {
  display: grid;
  min-height: 28px;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding-left: 0;
  color: #0b2f44;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.38;
}

.service-pricing-card li::before {
  position: static;
  display: grid;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #e6f7f7;
  color: #087f8c;
  content: "✓";
  font-size: 11px;
  line-height: 26px;
  place-items: center;
}

.service-pricing-card li::after {
  display: none;
}

.service-pricing-card li.highlight::before,
.service-pricing-card .pricing-addons li::before {
  background: #f9e5f8;
  color: #9e1a98;
}

.service-pricing-card .pricing-feature-group li:hover {
  color: #1769aa;
}

.service-pricing-card .pricing-addons li::before {
  content: "+";
  font-size: 17px;
  font-weight: 400;
}

.pricing-service-action {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pricing-service-action .button:hover {
  box-shadow: 0 18px 36px rgba(10, 45, 63, 0.24);
}

.content-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.content-list li {
  position: relative;
  padding-left: 26px;
  color: #344054;
  font-weight: 600;
}

.content-list li::before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand-2);
  content: "";
}

.pricing-questions {
  padding: 92px 0 104px;
  background:
    linear-gradient(90deg, rgba(244, 248, 247, 0.88), rgba(255, 255, 255, 0)),
    #ffffff;
}

.pricing-questions-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.6fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: start;
}

.pricing-questions-intro {
  position: sticky;
  top: 118px;
}

.pricing-questions-intro .eyebrow {
  margin-top: 22px;
  margin-bottom: 10px;
  color: var(--brand);
}

.pricing-questions-intro h2 {
  margin: 0;
  color: var(--brand-dark);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.05;
}

.pricing-questions-mark {
  position: relative;
  display: grid;
  width: 76px;
  height: 68px;
  place-items: center;
  border: 4px solid #21a2b2;
  border-radius: 50%;
  background: #074a78;
  color: #ffffff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(7, 74, 120, 0.16);
}

.pricing-questions-mark::before {
  position: absolute;
  inset: -8px;
  border: 2px solid #074a78;
  border-radius: 50%;
  content: "";
}

.pricing-questions-mark::after {
  position: absolute;
  left: 2px;
  bottom: -7px;
  width: 22px;
  height: 22px;
  background: #074a78;
  content: "";
  clip-path: polygon(0 100%, 100% 30%, 72% 0);
}

.pricing-questions-list {
  display: grid;
  gap: 34px;
}

.pricing-question-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.pricing-question-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(11, 47, 68, 0.16);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 34% 28%,
      rgba(142, 209, 13, 0.2),
      transparent 30%
    ),
    #ffffff;
  color: var(--brand);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(11, 47, 68, 0.06);
}

.pricing-question-item h3 {
  margin: 0 0 10px;
  color: var(--brand-dark);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.18;
}

.pricing-question-item p {
  max-width: 720px;
  margin: 0;
  color: #5b6871;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.72;
}

.pricing-question-item p + p {
  margin-top: 16px;
}

.service-detail-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(79, 195, 247, 0.18),
      transparent 28%
    ),
    linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
}

.service-detail-band::before {
  position: absolute;
  inset: 38px auto auto -70px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(25, 192, 203, 0.18);
  border-radius: 50%;
  content: "";
}

.service-detail-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-detail-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(25, 192, 203, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  padding: 28px;
  box-shadow: 0 22px 52px rgba(11, 31, 58, 0.08);
}

.service-detail-card::after {
  position: absolute;
  right: -34px;
  bottom: -40px;
  width: 118px;
  height: 118px;
  border: 18px solid rgba(226, 245, 56, 0.28);
  border-radius: 50%;
  content: "";
}

.service-detail-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #ffffff;
  font-weight: 900;
}

.service-detail-card h3 {
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 22px;
}

.service-detail-card p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.service-process {
  background:
    linear-gradient(135deg, rgba(11, 31, 58, 0.04), rgba(25, 192, 203, 0.08)),
    var(--soft);
}

.service-process .section-head {
  margin-bottom: 32px;
}

.service-process .step {
  border-color: rgba(25, 192, 203, 0.18);
  box-shadow: 0 16px 34px rgba(11, 31, 58, 0.07);
}

.service-process .step span {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

.service-rich {
  background: #ffffff;
}

.service-rich-intro {
  max-width: 1040px;
  margin-bottom: 34px;
}

.service-rich-intro h2 {
  margin-bottom: 18px;
  color: var(--brand);
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.04;
}

.service-rich-intro p {
  max-width: 1120px;
  color: #35576a;
  font-size: 18px;
  line-height: 1.7;
}

.service-rich-media {
  position: relative;
  overflow: hidden;
  margin: 0 0 42px;
  border: 1px solid rgba(25, 192, 203, 0.38);
  border-radius: 24px;
  background: #dcecf7;
  box-shadow: 0 28px 70px rgba(11, 31, 58, 0.12);
}

.service-rich-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(11, 31, 58, 0.7), transparent);
  content: "";
  pointer-events: none;
}

.service-rich-media img {
  display: block;
  width: 100%;
  height: clamp(340px, 54vw, 650px);
  object-fit: cover;
}

.service-rich-media figcaption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  max-width: 680px;
  color: #ffffff;
}

.service-rich-media figcaption strong {
  display: block;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.05;
}

.service-rich-media figcaption span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}

.service-rich-sections {
  display: grid;
  gap: 28px;
}

.service-rich-block {
  border: 1px solid rgba(25, 192, 203, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(226, 245, 56, 0.1), transparent 34%), #ffffff;
  padding: 30px;
  box-shadow: 0 18px 48px rgba(11, 31, 58, 0.06);
}

.service-rich-block h3 {
  margin-bottom: 18px;
  color: var(--brand);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.service-rich-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-rich-list li {
  position: relative;
  padding-left: 28px;
  color: #20384b;
  font-size: 16px;
  line-height: 1.55;
}

.service-rich-list li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-2);
  box-shadow: 0 0 0 5px rgba(25, 192, 203, 0.12);
  content: "";
}

.service-rich-list strong {
  color: var(--brand);
}

.service-rich-closing {
  margin-top: 36px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(11, 31, 58, 0.96), rgba(37, 38, 111, 0.92)),
    var(--brand);
  padding: 36px;
  color: #ffffff;
}

.service-rich-closing h3 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: clamp(30px, 3.4vw, 48px);
}

.service-rich-closing p {
  max-width: 980px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.industries-cta {
  background: #dcecf7;
}

.industries-cta-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.industries-cta h2 {
  max-width: 650px;
  color: var(--brand);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.08;
}

.industries-cta p {
  max-width: 620px;
  color: #35576a;
  font-size: 18px;
  line-height: 1.65;
}

.industries-cta .button {
  margin-top: 22px;
}

.industries-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      110deg,
      rgba(7, 23, 41, 0.96) 0%,
      rgba(11, 31, 58, 0.92) 48%,
      rgba(23, 105, 170, 0.78) 100%
    ),
    url("../675bf6988cff9735a26871f8/6761083b274a9abc65c82655_data-information-report-statistics-strategy-concept-min-p-1600.jpg")
      center/cover;
  padding: 112px 0;
}

.industries-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 22%,
      rgba(245, 250, 58, 0.24),
      transparent 24%
    ),
    radial-gradient(
      circle at 86% 12%,
      rgba(34, 166, 179, 0.28),
      transparent 26%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 36%);
  content: "";
  pointer-events: none;
}

.industries-hero::after {
  position: absolute;
  right: 7vw;
  bottom: -86px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.industries-hero .container {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  text-align: left;
  animation: heroContentIn 0.85s ease both;
}

.industries-hero .eyebrow {
  color: #f5fa3a;
  animation: slideDown 0.65s ease both;
}

.industries-hero h1 {
  max-width: 820px;
  color: #f2f9ff;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.96;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  text-wrap: balance;
  animation: blurInUp 0.8s 0.08s ease both;
}

.industries-hero h1 span {
  color: #91bee4;
}

.industries-hero p {
  max-width: 720px;
  color: rgba(236, 247, 255, 0.9);
  font-size: 20px;
  line-height: 1.62;
  animation: fadeIn 0.8s 0.18s ease both;
}

.industries-hero .hero-actions {
  margin-top: 30px;
  animation: fadeIn 0.8s 0.28s ease both;
}

.industries-hero .button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.industries-intro {
  text-align: center;
}

.industries-intro h2 {
  max-width: 760px;
  margin-inline: auto;
  color: var(--brand);
  font-size: clamp(38px, 5.5vw, 68px);
  line-height: 1.05;
}

.industries-intro p {
  max-width: 600px;
  margin: 20px auto 0;
  color: #35576a;
}

.industry-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
}

.industry-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.industry-showcase-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(25, 192, 203, 0.22);
  border-radius: 22px;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 22px 54px rgba(11, 31, 58, 0.08);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.industry-showcase-card::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(226, 245, 56, 0.18), transparent 38%),
    radial-gradient(circle at 94% 8%, rgba(25, 192, 203, 0.16), transparent 32%);
  content: "";
  opacity: 0.85;
  pointer-events: none;
}

.industry-showcase-card > * {
  position: relative;
  z-index: 1;
}

.industry-showcase-card:hover {
  border-color: rgba(25, 192, 203, 0.58);
  box-shadow: 0 28px 70px rgba(11, 31, 58, 0.12);
  transform: translateY(-6px);
}

.industry-showcase-card:nth-child(3n + 1) {
  background: linear-gradient(135deg, #ffffff, #f6fbff);
}

.industry-showcase-card:nth-child(3n + 2) {
  background: linear-gradient(135deg, #f9fcff, #ffffff);
}

.industry-showcase-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.industry-showcase-top span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #ffffff;
  font-weight: 900;
}

.industry-showcase-card h3 {
  color: var(--brand);
  font-size: clamp(24px, 2.4vw, 34px);
}

.industry-showcase-card p {
  color: #35576a;
}

.industry-points {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.industry-points li {
  position: relative;
  padding-left: 26px;
  color: #24364b;
  font-weight: 600;
  line-height: 1.45;
}

.industry-points li::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand-2);
  box-shadow: 0 0 0 5px rgba(25, 192, 203, 0.12);
  content: "";
}

.industry-points strong {
  color: var(--brand);
}

.industries-final {
  background:
    linear-gradient(135deg, rgba(11, 31, 58, 0.94), rgba(37, 38, 111, 0.92)),
    var(--brand);
  color: #ffffff;
}

.industries-final .cta-wrap {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.industries-final h2,
.industries-final p {
  color: #ffffff;
}

.two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.about-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.about-image-stack {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 18px;
  align-items: end;
}

.about-image-stack img,
.mission-card img,
.team-card img {
  width: 100%;
  object-fit: cover;
}

.about-image-stack img {
  height: 430px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-image-stack img:nth-child(2) {
  height: 300px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.about-stat {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 30px;
}

.about-stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brand);
  font-size: 52px;
  line-height: 1;
}

.about-stat span {
  color: var(--brand-dark);
  font-size: 18px;
  font-weight: 700;
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.mission-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(11, 31, 58, 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.mission-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(31, 139, 216, 0.14),
    transparent 42%
  );
  content: "";
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.mission-card:hover {
  border-color: rgba(31, 139, 216, 0.34);
  box-shadow: 0 26px 62px rgba(11, 31, 58, 0.14);
  transform: translateY(-6px);
}

.mission-card:hover::before {
  opacity: 1;
}

.mission-card img {
  height: 260px;
  transition: transform 0.35s ease;
}

.mission-card div {
  position: relative;
  padding: 28px;
}

.mission-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--brand-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.mission-card:hover img {
  transform: scale(1.04);
}

.business-facts-story {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 14% 16%,
      rgba(245, 255, 61, 0.24),
      transparent 22%
    ),
    radial-gradient(
      circle at 86% 10%,
      rgba(17, 197, 213, 0.16),
      transparent 26%
    ),
    linear-gradient(180deg, #e8f4ff 0%, #f7fbff 100%);
}

.business-facts-story::before {
  position: absolute;
  right: -140px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(37, 38, 111, 0.11);
  border-radius: 50%;
  content: "";
}

.business-facts-story .container {
  position: relative;
  z-index: 1;
}

.business-facts-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: 70px;
  align-items: start;
  margin-bottom: 56px;
}

.business-facts-head h2 {
  max-width: 560px;
}

.business-facts-head > p {
  margin-top: 8px;
  color: #294a60;
  font-size: 18px;
}

.business-facts-timeline {
  position: relative;
  display: grid;
  gap: 22px;
  max-width: 900px;
  margin-left: auto;
}

.business-facts-timeline::before {
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 92px;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(37, 38, 111, 0),
    rgba(37, 38, 111, 0.28),
    rgba(37, 38, 111, 0)
  );
  content: "";
}

.business-fact-card {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
}

.business-fact-card > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  align-self: start;
  min-height: 54px;
  color: #25266f;
  font-size: 24px;
  font-weight: 900;
}

.business-fact-card > span::after {
  width: 18px;
  height: 18px;
  margin-left: 18px;
  border: 4px solid #25266f;
  border-radius: 50%;
  background: #f7fbff;
  content: "";
  box-shadow: 0 0 0 8px rgba(37, 38, 111, 0.06);
}

.business-fact-card > div {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(34, 166, 179, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  padding: 28px 32px;
  box-shadow: 0 20px 58px rgba(11, 31, 58, 0.08);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.business-fact-card > div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--button-gradient);
  content: "";
}

.business-fact-card:hover > div {
  border-color: rgba(31, 139, 216, 0.34);
  box-shadow: 0 26px 70px rgba(11, 31, 58, 0.13);
  transform: translateX(8px);
}

.business-fact-card h3 {
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(49, 80, 104, 0.14);
  padding-bottom: 14px;
  color: #25266f;
  font-size: 20px;
  text-transform: uppercase;
}

.business-fact-card p {
  margin-bottom: 0;
  color: #34566a;
}

.mission-showcase {
  background: #ffffff;
}

.mission-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 70px;
  align-items: center;
}

.mission-copy h2 {
  max-width: 690px;
  margin-bottom: 38px;
  color: #25266f;
  font-size: clamp(44px, 5.8vw, 72px);
  line-height: 1.08;
}

.mission-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 30px;
}

.mission-tab {
  min-width: 164px;
  min-height: 62px;
  border: 1px solid #dfe6ef;
  border-radius: 999px;
  background: #ffffff;
  color: #25266f;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.mission-tab:hover,
.mission-tab.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #f5fa3a 0%, #f2e94e 100%);
  box-shadow: 0 16px 34px rgba(242, 169, 0, 0.22);
  transform: translateY(-2px);
}

.mission-text-panels {
  position: relative;
  max-width: 780px;
  min-height: 150px;
}

.mission-text {
  display: none;
  margin-bottom: 0;
  color: #34566a;
  font-size: 20px;
  line-height: 1.45;
}

.mission-text.is-active {
  display: block;
}

.mission-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.mission-images img {
  width: 100%;
  height: 596px;
  border: 1px solid rgba(34, 166, 179, 0.45);
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 22px 52px rgba(11, 31, 58, 0.12);
}

.mission-images img:nth-child(2) {
  margin-top: 0;
}

.choose-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.94), rgba(27, 36, 104, 0.88)),
    url("../675bf6988cff9735a2687194/675bf6988cff9735a2687271_Choose Bg.png")
      center/cover;
  color: #ffffff;
}

.choose-band::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(34, 166, 179, 0.22),
      transparent 30%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 35%);
  content: "";
  pointer-events: none;
}

.choose-band .container {
  position: relative;
}

.choose-head {
  max-width: 720px;
  margin: 0 auto 58px;
  text-align: center;
}

.choose-head .eyebrow {
  color: rgba(242, 169, 0, 0.96);
}

.choose-head h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1.08;
}

.choose-head p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
}

.choose-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(160, 203, 237, 0.96);
  color: #ffffff;
  padding: 34px 30px;
  box-shadow: 0 26px 70px rgba(2, 8, 23, 0.24);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.choose-card:first-child {
  border-radius: 16px 0 0 16px;
}

.choose-card:last-child {
  border-radius: 0 16px 16px 0;
}

.choose-card::before {
  position: absolute;
  right: -42px;
  bottom: -48px;
  width: 170px;
  height: 170px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.choose-card::after {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 142px;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
  content: "";
}

.choose-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 74px;
  color: inherit;
  font-size: 25px;
  line-height: 1.32;
}

.choose-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.choose-card.accent {
  background: rgba(245, 250, 58, 0.97);
  color: var(--brand-dark);
}

.choose-card.accent p {
  color: #244154;
}

.choose-card.accent::after,
.choose-card.light::after {
  background: rgba(11, 31, 58, 0.12);
}

.choose-card.accent::before,
.choose-card.light::before {
  border-color: rgba(11, 31, 58, 0.1);
}

.choose-card.light {
  background: rgba(255, 255, 255, 0.98);
  color: var(--brand-dark);
}

.choose-card.light p {
  color: #3d596b;
}

.choose-card:hover {
  z-index: 2;
  box-shadow: 0 34px 86px rgba(2, 8, 23, 0.34);
  transform: translateY(-16px) scale(1.02);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 28px;
}

.process-card span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--brand-2);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.team-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(34, 166, 179, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(145deg, rgba(34, 166, 179, 0.58), rgba(245, 250, 58, 0.42))
      border-box;
  padding: 14px;
  box-shadow: 0 22px 58px rgba(11, 31, 58, 0.09);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.team-card::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(245, 250, 58, 0.22),
      transparent 26%
    ),
    radial-gradient(circle at 14% 0%, rgba(34, 166, 179, 0.16), transparent 28%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.team-card::after {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1769aa 0%, #22a6b3 100%);
  color: #ffffff;
  content: "→";
  display: grid;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  place-items: center;
  transform: translate(8px, 8px) scale(0.88);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.team-card:hover {
  border-color: transparent;
  background:
    linear-gradient(#f8fcff, #ffffff) padding-box,
    linear-gradient(145deg, #22a6b3, #f5fa3a) border-box;
  box-shadow: 0 32px 78px rgba(11, 31, 58, 0.16);
  transform: translateY(-10px);
}

.team-card:hover::before {
  opacity: 1;
}

.team-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 292px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.95) contrast(0.98);
  transition:
    filter 0.28s ease,
    transform 0.35s ease;
}

.team-card:hover img {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.035);
}

.team-card:hover::after {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.team-card h3,
.team-card p,
.team-card strong {
  position: relative;
  z-index: 1;
  padding-right: 8px;
  padding-left: 8px;
}

.team-card h3 {
  margin: 22px 0 8px;
  color: #17233d;
  font-size: 22px;
  line-height: 1.22;
}

.team-card h3 a {
  color: inherit;
  display: inline-flex;
  min-height: 54px;
  align-items: flex-start;
  transition: color 0.2s ease;
}

.team-card:hover h3 a {
  color: #1769aa;
}

.team-card strong {
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 16px);
  margin: 0 8px 14px;
  border: 1px solid rgba(34, 166, 179, 0.2);
  border-radius: 999px;
  background: #eef8ff;
  color: #1769aa;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 7px 11px;
  text-transform: uppercase;
}

.team-card p {
  margin-bottom: 66px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.team-preview-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.team-link {
  display: inline-flex;
  margin: 0 22px 24px;
  color: var(--brand);
  font-weight: 800;
}

.team-profile {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.team-profile-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.team-profile-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center top;
}

.centered-head {
  display: block;
  max-width: 760px;
  text-align: center;
}

.centered-head p {
  margin-right: auto;
  margin-left: auto;
}

.membership-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.membership-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.membership-card {
  display: grid;
  min-height: 160px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 28px;
  place-items: center;
  box-shadow: 0 16px 42px rgba(11, 31, 58, 0.07);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.membership-card:hover {
  border-color: rgba(31, 139, 216, 0.36);
  box-shadow: 0 24px 60px rgba(11, 31, 58, 0.12);
  transform: translateY(-6px);
}

.membership-card img {
  max-width: 190px;
  max-height: 92px;
  object-fit: contain;
}

.achievements-section {
  overflow: hidden;
}

.achievement-head {
  margin-bottom: 34px;
  text-align: center;
}

.achievement-head h2 {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.achievement-slider {
  display: flex;
  overflow-x: auto;
  cursor: grab;
  scrollbar-width: none;
  user-select: none;
}

.achievement-slider::-webkit-scrollbar {
  display: none;
}

.achievement-slider.is-dragging {
  cursor: grabbing;
}

.achievement-row {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 64px;
  padding-right: 64px;
}

.achievement-logo {
  display: grid;
  width: 210px;
  height: 124px;
  border: 1px solid rgba(217, 226, 236, 0.72);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
  place-items: center;
  box-shadow: 0 12px 32px rgba(11, 31, 58, 0.06);
}

.achievement-logo.wide {
  width: 270px;
}

.achievement-logo img {
  max-width: 100%;
  max-height: 86px;
  object-fit: contain;
}

.testimonials-section {
  background: #ffffff;
}

.testimonial-panel {
  overflow: hidden;
  border-radius: 28px;
  background: #dbeaf7;
}

.testimonial-intro {
  position: relative;
  overflow: hidden;
  padding: 92px 40px 34px;
  text-align: center;
}

.testimonial-intro::before,
.testimonial-intro::after {
  position: absolute;
  width: 140px;
  height: 140px;
  background: url("../675bf6988cff9735a2687194/675bf6988cff9735a26872a7_Testimonial Shape 1.png")
    center/contain no-repeat;
  content: "";
  opacity: 0.16;
}

.testimonial-intro::before {
  left: 80px;
  bottom: -12px;
}

.testimonial-intro::after {
  right: 98px;
  top: 56px;
  transform: rotate(18deg);
}

.testimonial-intro .eyebrow {
  color: #25266f;
}

.testimonial-intro h2 {
  margin-bottom: 20px;
  color: #25266f;
  font-size: clamp(42px, 5.5vw, 72px);
}

.testimonial-intro p {
  max-width: 620px;
  margin: 0 auto;
  color: #25266f;
  font-size: 20px;
}

.testimonial-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 40px;
  align-items: end;
  background: #c9ddf0;
  padding: 78px 100px 86px;
}

.testimonial-stars {
  margin-bottom: 24px;
  color: #f5fa3a;
  font-size: 34px;
  letter-spacing: 0.08em;
}

.testimonial-feature h3 {
  margin-bottom: 26px;
  color: #25266f;
  font-size: 28px;
}

.testimonial-feature p {
  max-width: 1040px;
  color: #25266f;
  font-size: 21px;
  line-height: 1.55;
}

.testimonial-feature strong {
  display: block;
  margin-top: 28px;
  color: #25266f;
  font-size: 21px;
}

.testimonial-controls {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}

.testimonial-controls button {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(34, 166, 179, 0.18);
  border-radius: 50%;
  background: transparent;
  color: #123f67;
  cursor: pointer;
  font-size: 28px;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.testimonial-controls button:hover {
  background: rgba(255, 255, 255, 0.62);
  transform: translateY(-2px);
}

.faq-grid {
  display: grid;
  gap: 14px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
  align-items: start;
}

.faq-copy {
  position: sticky;
  top: 112px;
}

.faq-copy h2 {
  margin-bottom: 18px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  padding: 0 24px;
  box-shadow: 0 14px 38px rgba(11, 31, 58, 0.07);
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.faq-item[open],
.faq-item:hover {
  border-color: rgba(31, 139, 216, 0.34);
  box-shadow: 0 20px 52px rgba(11, 31, 58, 0.12);
  transform: translateY(-3px);
}

.faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 22px 0;
  padding-right: 42px;
  color: var(--brand-dark);
  font-size: 20px;
  font-weight: 800;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  right: 0;
  top: 22px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--button-gradient);
  color: #ffffff;
  content: "+";
  display: grid;
  font-size: 18px;
  line-height: 1;
  place-items: center;
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  content: "-";
  transform: rotate(180deg);
}

.faq-item p {
  margin-bottom: 22px;
  color: var(--muted);
}

.quote-card {
  border-radius: 8px;
  background: linear-gradient(135deg, #0b1f3a 0%, #123f67 100%);
  padding: 42px;
  color: #ffffff;
  box-shadow: var(--shadow);
}

.quote-card p {
  color: #e4eef8;
  font-size: 26px;
  line-height: 1.35;
}

.quote-card strong {
  color: #ffffff;
}

.resources {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.resource {
  border-top: 4px solid var(--blue);
}

.resource small {
  display: block;
  margin-bottom: 12px;
  color: var(--brand);
  font-weight: 800;
  text-transform: uppercase;
}

.blog-slider-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.blog-slider {
  display: grid;
  grid-auto-columns: minmax(310px, 370px);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 10px 4px 22px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.blog-slider::-webkit-scrollbar {
  display: none;
}

.blog-slider.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.blog-slider-btn {
  display: inline-grid;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(196, 213, 231, 0.9);
  border-radius: 50%;
  background: #ffffff;
  color: #25266f;
  cursor: pointer;
  font-family: inherit;
  font-size: 21px;
  font-weight: 900;
  place-items: center;
  box-shadow: 0 12px 26px rgba(11, 31, 58, 0.08);
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.blog-slider-btn:hover {
  background: #25266f;
  color: #ffffff;
  transform: translateY(-2px);
}

.blog-card {
  display: flex;
  min-height: 455px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(196, 213, 231, 0.9);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(11, 31, 58, 0.08);
  scroll-snap-align: start;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.blog-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.blog-card span {
  width: max-content;
  margin: 24px 24px 14px;
  border-radius: 999px;
  background: rgba(17, 197, 213, 0.12);
  color: #1769aa;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  text-transform: uppercase;
}

.blog-card h3 {
  margin: 0 24px 12px;
  color: #25266f;
  font-size: 24px;
  line-height: 1.15;
}

.blog-card p {
  margin: 0 24px 28px;
  color: #34566a;
}

.blog-card::after {
  margin: auto 24px 24px;
  color: #0b1f3a;
  content: "Read Article →";
  font-weight: 850;
}

.blog-card:hover {
  border-color: rgba(17, 197, 213, 0.58);
  box-shadow: 0 28px 70px rgba(11, 31, 58, 0.15);
  transform: translateY(-8px);
}

.blog-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-detail-section {
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
}

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

.blog-article {
  overflow: hidden;
  border: 1px solid rgba(196, 213, 231, 0.9);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(11, 31, 58, 0.08);
}

.blog-article > img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.blog-article-body {
  display: grid;
  gap: 22px;
  padding: 42px;
}

.blog-article-body h2,
.blog-article-body h3 {
  color: #25266f;
}

.blog-article-body h2 {
  font-size: clamp(30px, 3.4vw, 46px);
}

.blog-article-body h3 {
  margin-top: 12px;
  font-size: 26px;
}

.blog-article-body p,
.blog-article-body li {
  color: #34566a;
  font-size: 17px;
  line-height: 1.75;
}

.blog-article-body ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.blog-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 16px;
}

.blog-sidebar-card {
  border: 1px solid rgba(196, 213, 231, 0.9);
  border-radius: 22px;
  background: #ffffff;
  padding: 26px;
  box-shadow: 0 16px 38px rgba(11, 31, 58, 0.07);
}

.blog-sidebar-card h3 {
  margin-bottom: 12px;
  color: #25266f;
}

.blog-sidebar-card a {
  display: block;
  border-top: 1px solid var(--line);
  color: #0b1f3a;
  font-weight: 800;
  padding: 12px 0;
}
.blog-sidebar-card a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.home-about-section {
  background: linear-gradient(180deg, #ffffff 0%, #eef6fc 100%);
}

.home-about {
  display: grid;
  gap: 52px;
}

.home-about-head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 58px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 42px;
}

.home-about-head h2 {
  max-width: 680px;
  color: #25266f;
  font-size: clamp(42px, 5vw, 62px);
}

.home-about-head p {
  color: #34566a;
  font-size: 18px;
}

.home-about-head .button {
  margin-top: 22px;
  color: var(--brand-dark);
  box-shadow: 0 14px 30px rgba(242, 169, 0, 0.18);
}

.home-about-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}

.home-about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  order: 2;
}

.home-about-stats div {
  border: 1px solid rgba(217, 226, 236, 0.92);
  border-radius: 12px;
  background: #ffffff;
  padding: 28px;
  box-shadow: 0 18px 42px rgba(11, 31, 58, 0.07);
}

.home-about-stats strong {
  display: block;
  color: #303274;
  font-size: 56px;
  line-height: 1;
}

.home-about-stats span {
  color: #303274;
  font-size: 18px;
  font-weight: 700;
}

.home-about-media {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 62px rgba(11, 31, 58, 0.16);
  order: 1;
}

.home-about-media > img {
  width: 100%;
  height: 508px;
  object-fit: cover;
  filter: saturate(0.95);
}

.home-about-media::before {
  position: absolute;
  inset: 0;
  background: rgba(37, 38, 111, 0.34);
  content: "";
  pointer-events: none;
}

.home-about-card {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: min(330px, calc(100% - 48px));
  border: 1px solid rgba(34, 166, 179, 0.55);
  border-radius: 16px;
  background: #ffffff;
  padding: 26px;
  box-shadow: 0 24px 60px rgba(11, 31, 58, 0.18);
}

.home-about-card h3 {
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
  color: #25266f;
  font-size: 28px;
}

.home-about-card p {
  margin-bottom: 0;
  color: #34566a;
}

.cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(245, 255, 61, 0.2),
      transparent 24%
    ),
    radial-gradient(
      circle at 92% 12%,
      rgba(17, 197, 213, 0.26),
      transparent 28%
    ),
    linear-gradient(135deg, #071729 0%, #0b1f3a 48%, #123f67 100%);
  color: #ffffff;
}

.cta::before {
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.cta::after {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  content: "";
  pointer-events: none;
}

.cta-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: center;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  padding: 52px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.cta p {
  color: #e4eef8;
  font-size: 18px;
}

.cta h2 {
  max-width: 720px;
  margin-bottom: 20px;
  color: #ffffff;
}

.cta .button {
  margin-top: 10px;
  box-shadow: 0 16px 36px rgba(17, 197, 213, 0.24);
}

.contact-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #eef8ff);
  padding: 30px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
}

.contact-box::before {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(17, 197, 213, 0.16);
  content: "";
}

.contact-box p {
  position: relative;
  margin-bottom: 20px;
  color: #315068;
  font-size: 16px;
}

.contact-box p:last-child {
  margin-bottom: 0;
}

.contact-box a,
.contact-box strong {
  color: #0b1f3a;
}

.contact-box a {
  font-weight: 800;
}

.contact-box a:hover {
  color: #1769aa;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      105deg,
      rgba(7, 23, 41, 0.96) 0%,
      rgba(11, 31, 58, 0.92) 52%,
      rgba(23, 105, 170, 0.76) 100%
    ),
    url("../675bf6988cff9735a26871f8/67610d55de8fff41f97dbf0c_workplace-results-professional-report-accounting-min-p-1600.jpg")
      center/cover;
  padding: 118px 0;
}

.contact-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 22%,
      rgba(245, 255, 61, 0.2),
      transparent 24%
    ),
    radial-gradient(
      circle at 86% 12%,
      rgba(17, 197, 213, 0.22),
      transparent 26%
    );
  content: "";
  pointer-events: none;
}

.contact-hero::after {
  position: absolute;
  right: 7%;
  bottom: -70px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.contact-hero .container {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  animation: heroContentIn 0.85s ease both;
}

.contact-hero .eyebrow {
  color: #f5ff3d;
  animation: slideDown 0.65s ease both;
}

.contact-hero h1 {
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(46px, 7vw, 82px);
  font-weight: 200;
  letter-spacing: 0;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  text-wrap: balance;
  animation: blurInUp 0.8s 0.08s ease both;
}

.contact-hero h1 span {
  color: #91bee4;
}

.contact-hero p {
  max-width: 700px;
  color: rgba(238, 247, 255, 0.9);
  font-size: 20px;
  line-height: 1.62;
  animation: fadeIn 0.8s 0.18s ease both;
}

.contact-hero .hero-actions {
  margin-top: 28px;
  animation: fadeIn 0.8s 0.28s ease both;
}

.contact-page-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  padding-top: 88px;
}

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

.contact-form-card,
.contact-info-card,
.booking-shell {
  border: 1px solid rgba(34, 166, 179, 0.24);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(11, 31, 58, 0.1);
}

.contact-form-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 42px;
}

.contact-form-card::before {
  position: absolute;
  top: -120px;
  right: -110px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(17, 197, 213, 0.13);
  content: "";
}

.contact-form-card > * {
  position: relative;
  z-index: 1;
}

.contact-form-card h2 {
  max-width: 620px;
  margin-bottom: 14px;
}

.contact-form-card > p {
  max-width: 720px;
  margin-bottom: 28px;
}

.contact-form {
  display: grid;
  gap: 20px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #223b56;
  font-weight: 800;
}

.contact-form span {
  font-size: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(49, 80, 104, 0.18);
  border-radius: 14px;
  background: #f8fcff;
  color: #10243a;
  font: inherit;
  font-size: 15px;
  outline: none;
  padding: 15px 16px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(17, 197, 213, 0.82);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(17, 197, 213, 0.12);
}

.contact-form .button {
  justify-self: start;
  border: 0;
  cursor: pointer;
}

.contact-info-panel {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 24px;
}

.contact-info-card {
  border-radius: 22px;
  padding: 26px;
}

.contact-info-card.highlight {
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(245, 255, 61, 0.34),
      transparent 34%
    ),
    linear-gradient(145deg, #0b1f3a, #25266f);
  color: #ffffff;
}

.contact-info-card.highlight span {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #f5ff3d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 7px 12px;
  text-transform: uppercase;
}

.contact-info-card h3 {
  margin-bottom: 14px;
  color: #25266f;
  font-size: 24px;
}

.contact-info-card.highlight h3,
.contact-info-card.highlight p {
  color: #ffffff;
}

.contact-info-card p {
  margin-bottom: 14px;
}

.contact-info-card p:last-child {
  margin-bottom: 0;
}

.contact-info-card strong,
.contact-info-card a {
  display: block;
}

.contact-info-card a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 156px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.contact-info-card a {
  color: #123f67;
  font-weight: 800;
}

.contact-info-card.highlight .button {
  margin-top: 8px;
  background: #ffffff;
  color: #25266f;
  padding-inline: 24px;
}

.booking-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(245, 255, 61, 0.2), transparent 24%),
    linear-gradient(180deg, #f6fbff 0%, #e4f2ff 100%);
  padding-top: 64px;
}

.booking-shell {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border-radius: 30px;
}

.booking-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(
    145deg,
    rgba(11, 31, 58, 0.96),
    rgba(37, 38, 111, 0.94)
  );
  padding: 42px;
}

.booking-copy h2,
.booking-copy p {
  color: #ffffff;
}

.booking-copy .eyebrow {
  color: #f5ff3d;
}

.booking-points {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.booking-points span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #eaf7ff;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 14px;
}

.booking-embed-card {
  min-height: 600px;
  background: #ffffff;
  padding: 18px;
}

#inline-container {
  min-height: 600px;
  overflow: hidden;
  border-radius: 20px;
  background: #f7fbff;
}

.footer {
  padding: 36px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}
.footer-main {
  position: relative;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(34, 166, 179, 0.24),
      transparent 30%
    ),
    linear-gradient(135deg, #071729 0%, #0b1f3a 52%, #123f67 100%);
  color: #ffffff;
}
@media (min-width: 992px) {
  .footer-main {
    position: sticky;
    bottom: 0;
  }
}

.footer-main::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05),
    transparent 34%
  );
  content: "";
  pointer-events: none;
}

.footer-main::after {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #aebfd2;
  content: "© Copyright - Invisor Canada| All Rights Reserved";
  font-size: 14px;
  font-weight: 600;
  padding: 18px 20px 24px;
  text-align: center;
}

.footer-main .cta {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.rich-footer {
  position: relative;
  z-index: 1;
  border-top: 0;
  color: #c8d5e4;
  padding: 64px 0 42px;
}

.rich-footer-grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr 0.7fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.rich-footer img {
  width: 168px;
  margin-bottom: 22px;
  background: #ffffff;
  border-radius: 8px;
  padding: 8px;
}

.rich-footer h3,
.rich-footer h4 {
  margin: 0 0 16px;
  color: #ffffff;
}

.rich-footer h4 {
  position: relative;
  padding-bottom: 12px;
}

.rich-footer h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--button-gradient);
  content: "";
}

.rich-footer p {
  color: #c8d5e4;
  line-height: 1.7;
}

.footer-menu {
  display: grid;
  gap: 12px;
}

.footer-menu a,
.rich-footer a {
  color: #eaf2fb;
  font-weight: 600;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer-menu a:hover,
.rich-footer a:hover {
  color: var(--brand-2);
  transform: translateX(3px);
}

.footer-offices {
  display: grid;
  gap: 12px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.float-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  gap: 12px;
}

.float-actions a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 20px;
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(11, 31, 58, 0.26);
  isolation: isolate;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.float-actions a::before {
  position: absolute;
  inset: -6px;
  z-index: -1;
  border-radius: 24px;
  background: inherit;
  content: "";
  opacity: 0.2;
  transform: scale(0.9);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.float-actions a:hover {
  box-shadow: 0 22px 52px rgba(11, 31, 58, 0.34);
  transform: translateY(-4px);
}

.float-actions a:hover::before {
  opacity: 0.36;
  transform: scale(1);
}

.float-action.whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

.float-action.call {
  background: linear-gradient(135deg, #11c5d5, #25266f);
}

.float-actions svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.float-actions span {
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  padding: 9px 13px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.18);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  white-space: nowrap;
}

.float-actions span::after {
  position: absolute;
  top: 50%;
  right: -5px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.float-actions a:hover span {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (min-width: 981px) {
  .home-pricing {
    overflow: visible;
    padding-bottom: 130px;
  }

  .pricing-plans-shell {
    align-items: start;
    min-height: max-content;
  }

  .pricing-image {
    position: sticky;
    top: 118px;
    align-self: start;
    max-height: calc(100vh - 146px);
  }

  .pricing-image img {
    height: min(620px, calc(100vh - 168px));
    aspect-ratio: auto;
  }

  .pricing-plan-list.is-active {
    align-content: start;
    padding-bottom: 10vh;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .logo {
    width: 138px;
  }

  .nav-inner {
    gap: 14px;
  }

  .nav-links {
    gap: 14px;
    font-size: 14px;
  }

  .nav-inner > .button {
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .nav-inner {
    position: relative;
    min-height: 70px;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    left: 0;
    z-index: 100;
    display: grid;
    gap: 0;
    overflow: hidden;
    max-height: 0;
    border: 1px solid rgba(196, 213, 231, 0);
    border-radius: 18px;
    background:
      radial-gradient(circle at 0 0, rgba(34, 166, 179, 0.08), transparent 34%),
      #ffffff;
    box-shadow: 0 28px 70px rgba(11, 31, 58, 0.18);
    opacity: 0;
    pointer-events: none;
    transition:
      max-height 0.28s ease,
      opacity 0.2s ease,
      border-color 0.2s ease;
  }

  .nav.is-open .nav-links {
    max-height: 78vh;
    border-color: var(--line);
    overflow-y: auto;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-item > a,
  .nav-links > a,
  .nav-links a {
    border-bottom: 1px solid rgba(217, 226, 236, 0.82);
    padding: 17px 18px;
    color: var(--brand-dark);
    min-height: auto;
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .nav-item {
    display: grid;
  }

  .nav-item > a {
    justify-content: space-between;
  }

  .nav-dropdown {
    position: static;
    display: grid;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: linear-gradient(
      180deg,
      rgba(232, 246, 255, 0.72),
      rgba(255, 255, 255, 0.96)
    );
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: none;
    transition:
      max-height 0.28s ease,
      opacity 0.2s ease;
  }

  .nav-dropdown::before {
    display: none;
  }

  .nav-item.is-open .nav-dropdown {
    max-height: 880px;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-item.is-open .resources-menu {
    max-height: 1180px;
  }

  .nav-item.is-open .about-menu {
    max-height: 980px;
  }

  .nav-item.is-open > a {
    color: var(--brand);
  }

  .industries-menu,
  .services-menu,
  .resources-menu,
  .about-menu {
    grid-template-columns: 1fr;
  }

  .nav-dropdown-note,
  .nav-dropdown-group {
    min-height: auto;
    border-right: 0;
    padding: 18px 22px;
  }

  .nav-dropdown-note {
    display: none;
  }

  .nav-dropdown-group p {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .nav-dropdown-group a {
    min-height: auto;
    margin: 0;
    border-bottom: 0;
    padding: 10px 22px 10px 48px;
    font-size: 14px;
  }

  .nav-link-icon {
    width: 28px;
    height: 28px;
    font-size: 8px;
  }

  .nav-icon-health::before,
  .nav-icon-investment::before,
  .nav-icon-faas::before {
    font-size: 13px;
  }

  .nav-links .mobile-nav-cta {
    display: flex;
    width: calc(100% - 32px);
    margin: 16px;
    border-bottom: 0;
    color: #ffffff;
  }

  .nav-links .mobile-nav-cta::after {
    display: none;
  }

  .nav-inner > .button {
    display: none;
  }

  .hero-inner,
  .section-head,
  .platform-shell,
  .industry-testimonial-head,
  .split,
  .cta-wrap,
  .about-page-hero .container,
  .about-split,
  .pillar-detail-hero-grid,
  .pillar-story-grid,
  .pillar-story-grid.reverse,
  .service-feature,
  .service-feature.reverse,
  .industry-hub-grid,
  .industry-detail-grid,
  .industry-dark-panel-grid,
  .contact-layout,
  .booking-shell,
  .business-facts-head,
  .faq-layout,
  .mission-showcase-grid,
  .home-about-head,
  .home-about-body,
  .testimonial-feature {
    grid-template-columns: 1fr;
  }

  .platform-copy {
    max-width: none;
  }

  .industry-testimonial-controls {
    justify-content: flex-start;
  }

  .about-split.reverse > :first-child {
    order: 0;
  }

  .about-tools-row,
  .about-card-grid,
  .success-outcome-grid,
  .career-job-grid,
  .office-map-grid,
  .job-grid,
  .news-grid,
  .highlight-grid,
  .awards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .job-detail-hero-grid,
  .job-detail-layout {
    grid-template-columns: 1fr;
  }

  .job-detail-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero-inner {
    min-height: auto;
    padding-top: 76px;
  }

  .hero-visual {
    min-height: 390px;
    max-width: 520px;
  }

  .note-one {
    right: 8px;
  }

  .note-two {
    left: 8px;
    bottom: 110px;
  }

  .hero-title {
    font-size: 72px;
  }

  .pricing-plans-shell {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .pricing-image {
    position: relative;
    top: auto;
    max-width: 380px;
    margin: 0 auto 12px;
  }

  .pricing-image img {
    height: auto;
    aspect-ratio: 1.05;
  }

  .pricing-plan-card {
    padding: 10px;
  }

  .service-pricing-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
    margin-top: 42px;
  }

  .service-pricing-card {
    min-height: auto;
    padding: 34px 28px 30px;
  }

  .service-pricing-card .pricing-plan-summary h3 {
    min-height: auto;
  }

  .service-grid,
  .service-pillar-grid,
  .industry-specialize-grid,
  .home-service-list,
  .case-study-grid,
  .case-metric-grid,
  .case-detail-grid,
  .blog-list-grid,
  .blog-detail-layout,
  .resources,
  .platform-grid,
  .steps-grid,
  .service-detail-grid,
  .price-grid,
  .choose-grid,
  .two-col,
  .about-intro,
  .mission-grid,
  .process-grid,
  .team-grid,
  .membership-grid,
  .testimonials-grid,
  .about-stats,
  .team-profile,
  .rich-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-pillar-head {
    margin-bottom: 34px;
    text-align: left;
  }

  .home-service-pillar-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .service-pillar-head p:last-child {
    margin-left: 0;
  }

  .service-pillar-card {
    min-height: 430px;
    padding: 34px 30px 32px;
  }

  .service-pillar-card h3 {
    font-size: 40px;
  }

  .pillar-detail-visual {
    min-height: 420px;
  }

  .pillar-detail-copy {
    padding: 58px 40px;
  }

  .pillar-story-grid.reverse .pillar-story-media {
    order: 0;
  }

  .industry-hub-copy,
  .industry-detail-copy {
    padding: 58px 40px;
  }

  .industry-hub-media img,
  .industry-detail-grid img {
    min-height: 380px;
  }

  .two-col,
  .case-detail-intro,
  .blog-detail-layout,
  .about-intro,
  .industries-cta-wrap,
  .team-profile,
  .pricing-questions-grid {
    grid-template-columns: 1fr;
  }

  .pricing-questions-intro {
    position: static;
  }

  .pricing-questions-list {
    gap: 28px;
  }

  .faq-copy {
    position: static;
  }

  .choose-grid {
    display: grid;
    gap: 18px;
  }

  .choose-card,
  .choose-card:first-child,
  .choose-card:last-child {
    border-radius: 12px;
  }

  .choose-card:hover {
    flex-grow: 1;
    transform: translateY(-6px);
  }

  .mission-images img {
    height: 440px;
  }

  .business-facts-timeline {
    max-width: none;
  }

  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-industries-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tools-grid {
    padding-inline: 28px;
  }

  .tool-card {
    width: 230px;
  }

  .achievement-row {
    gap: 28px;
    padding-right: 28px;
  }

  .testimonial-feature {
    padding: 56px 46px;
  }

  .testimonial-controls {
    justify-content: flex-start;
  }

  .service-rich-media img {
    height: 460px;
  }

  .contact-info-panel {
    position: static;
  }

  .booking-shell {
    grid-template-columns: 1fr;
  }

  .resources-hero-grid,
  .resource-detail-grid,
  .research-layout {
    grid-template-columns: 1fr;
  }

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

  .resources-hero {
    padding: 82px 0 70px;
  }

  .resource-detail-grid img {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .topbar-inner,
  .footer-inner {
    flex-direction: column;
  }

  section {
    padding: 68px 0;
  }

  .hero {
    background:
      linear-gradient(125deg, rgba(7, 21, 42, 0.97), rgba(23, 105, 170, 0.8)),
      url("../675bf6988cff9735a26871f8/67610d55de8fff41f97dbf0c_workplace-results-professional-report-accounting-min-p-800.jpg")
        center/cover;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-inner {
    gap: 34px;
    padding-top: 58px;
  }

  .hero-title {
    font-size: 50px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-dashboard-card {
    border-radius: 22px;
    padding: 18px;
  }

  .hero-dashboard-chart {
    gap: 9px;
    height: 150px;
    padding: 14px;
  }

  .hero-dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .hero-dashboard-metrics strong {
    font-size: 30px;
  }

  .hero-floating-note {
    position: relative;
    inset: auto;
    display: inline-grid;
    min-width: 0;
    margin-top: 12px;
    margin-right: 8px;
  }

  .contact-hero {
    padding: 78px 0;
  }

  .industries-hero {
    padding: 78px 0;
  }

  .industries-hero h1 {
    font-size: 46px;
  }

  .contact-hero h1 {
    font-size: 46px;
  }

  .home-pricing {
    padding: 54px 0 64px;
  }

  .pricing-page-plans {
    padding: 62px 0 72px;
    background: linear-gradient(
      180deg,
      #0a2d3f 0%,
      #0a2d3f 24%,
      #f4f8f7 24%,
      #f4f8f7 100%
    );
  }

  .pricing-section-head {
    margin-bottom: 22px;
    text-align: left;
  }

  .pricing-page-plans .pricing-section-head {
    text-align: left;
  }

  .pricing-page-plans .pricing-section-head h2 {
    font-size: 38px;
  }

  .pricing-section-head h2 {
    font-size: 36px;
  }

  .pricing-section-head p:last-child {
    font-size: 15px;
  }

  .pricing-questions {
    padding: 64px 0 72px;
  }

  .pricing-questions-grid {
    gap: 34px;
  }

  .pricing-question-item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 16px;
  }

  .pricing-question-icon {
    width: 40px;
    height: 40px;
  }

  .pricing-question-item p {
    font-size: 14px;
  }

  .topbar-inner {
    align-items: center;
    gap: 8px;
  }

  .pricing-switch button {
    min-width: 78px;
    font-size: 12px;
    padding: 9px 14px;
  }

  .pricing-plan-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 10px;
  }

  .service-pricing-plans {
    grid-template-columns: 1fr;
    max-width: 390px;
    margin-top: 34px;
  }

  .service-pricing-card {
    gap: 24px;
    border-radius: 16px;
    padding: 30px 22px 28px;
  }

  .service-pricing-card::before {
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 18px;
  }

  .service-pricing-card .pricing-plan-summary h3 {
    max-width: 250px;
    font-size: 30px;
  }

  .service-pricing-card li {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 9px;
    font-size: 11.5px;
  }

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

  .service-feature {
    border-radius: 18px;
    padding: 24px;
  }

  .service-feature-copy h2 {
    font-size: 32px;
  }

  .service-feature-copy p {
    font-size: 15px;
  }

  .service-feature-media img {
    height: 240px;
  }

  .pricing-plan-summary p {
    max-width: none;
    margin-bottom: 20px;
  }

  .pricing-plan-summary h3 {
    font-size: 22px;
  }

  .pricing-plan-summary strong {
    font-size: 30px;
  }

  .pricing-plan-card li {
    font-size: 11px;
  }

  .pricing-image::after {
    display: none;
  }

  .cta::after {
    inset: 14px;
    border-radius: 20px;
  }

  .cta-wrap {
    gap: 28px;
    border-radius: 22px;
    padding: 28px;
  }

  .contact-box {
    padding: 24px;
  }

  .contact-page-section {
    padding-top: 58px;
  }

  .contact-form-card,
  .contact-info-card {
    border-radius: 18px;
    padding: 24px;
  }

  .resource-grid,
  .resource-grid.featured {
    grid-template-columns: 1fr;
  }

  .platform-board-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .platform-board-head small {
    max-width: none;
    text-align: left;
  }

  .platform-item {
    min-height: auto;
  }

  .resources-section {
    padding: 58px 0;
  }

  .about-page-hero {
    padding: 72px 0;
  }

  .about-page-hero h1 {
    font-size: 44px;
  }

  .about-hero-panel {
    min-height: auto;
    padding: 18px;
  }

  .about-hero-panel img,
  .about-media-card img {
    height: 300px;
  }

  .about-content-section {
    padding: 62px 0;
  }

  .about-card-grid,
  .success-outcome-grid,
  .career-job-grid,
  .office-map-grid,
  .job-grid,
  .news-grid,
  .highlight-grid,
  .awards-grid,
  .about-tools-row {
    grid-template-columns: 1fr;
  }

  .career-job-card {
    min-height: auto;
  }

  .office-map-frame {
    min-height: 260px;
  }

  .office-map-content {
    padding: 20px;
  }

  .job-detail-hero {
    padding-top: 32px;
  }

  .job-detail-visual {
    min-height: 260px;
  }

  .job-detail-meta,
  .job-detail-sidebar {
    grid-template-columns: 1fr;
  }

  .job-detail-meta {
    flex-direction: column;
    gap: 10px;
  }

  .press-filter {
    grid-template-columns: 1fr;
  }

  .resources-hero h1,
  .resource-detail-grid h1 {
    font-size: 40px;
  }

  .resources-hero-panel,
  .research-card {
    padding: 24px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form .button {
    justify-self: stretch;
    width: 100%;
  }

  .booking-section {
    padding-top: 48px;
  }

  .booking-shell {
    border-radius: 20px;
  }

  .booking-copy {
    padding: 28px;
  }

  .booking-embed-card {
    min-height: 560px;
    padding: 10px;
  }

  #inline-container {
    min-height: 560px;
    border-radius: 14px;
  }

  .service-grid,
  .service-pillar-grid,
  .pillar-feature-grid,
  .industry-specialize-grid,
  .home-service-list,
  .case-study-grid,
  .case-metric-grid,
  .case-detail-grid,
  .blog-list-grid,
  .blog-detail-layout,
  .resources,
  .platform-grid,
  .industry-grid,
  .steps-grid,
  .service-detail-grid,
  .price-grid,
  .choose-grid,
  .mission-grid,
  .process-grid,
  .team-grid,
  .membership-grid,
  .testimonials-grid,
  .about-stats,
  .rich-footer-grid {
    grid-template-columns: 1fr;
  }

  .industry-showcase-grid {
    grid-template-columns: 1fr;
  }

  .service-pillar-head h2 {
    font-size: 42px;
  }

  .service-pillar-head p:last-child {
    font-size: 16px;
  }

  .service-pillar-grid {
    gap: 16px;
  }

  .service-pillar-card {
    min-height: auto;
    border-radius: 18px;
    padding: 28px 22px 26px;
  }

  .service-pillar-card h3 {
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .service-pillar-index {
    margin-bottom: 42px;
  }

  .service-pillar-kicker {
    font-size: 11px;
  }

  .pillar-arrow {
    top: 28px;
    right: 22px;
    width: 46px;
    height: 46px;
    font-size: 22px;
  }

  .service-feature {
    gap: 28px;
    padding: 30px;
  }

  .service-feature.reverse .service-feature-copy {
    order: 0;
  }

  .service-feature-media img {
    height: 320px;
  }

  .service-pillar-card p {
    font-size: 15px;
    line-height: 1.55;
  }

  .pillar-detail-copy {
    padding: 46px 24px;
  }

  .pillar-detail-copy h1 {
    font-size: 44px;
  }

  .pillar-detail-visual {
    min-height: 340px;
    padding: 34px 18px;
  }

  .pillar-photo-visual::after {
    right: 7%;
    bottom: 8%;
    width: 142px;
    height: 88px;
  }

  .pillar-hero-photo {
    width: min(92%, 360px);
    border-width: 6px;
    border-radius: 22px;
    transform: none;
  }

  .pillar-orbit {
    width: 270px;
    height: 270px;
  }

  .pillar-orbit strong {
    width: 108px;
    height: 108px;
    font-size: 21px;
  }

  .pillar-orbit span {
    font-size: 10px;
    padding: 7px 8px;
  }

  .pillar-orbit span:nth-child(2) {
    top: 16px;
    left: 96px;
  }

  .pillar-orbit span:nth-child(3) {
    right: -4px;
  }

  .pillar-orbit span:nth-child(4) {
    right: 10px;
    bottom: 42px;
  }

  .pillar-orbit span:nth-child(5) {
    bottom: 16px;
    left: 66px;
  }

  .pillar-orbit span:nth-child(6) {
    left: -4px;
  }

  .finance-dashboard-card {
    width: min(100%, 340px);
    padding: 22px;
    transform: none;
  }

  .finance-dashboard-metrics strong {
    font-size: 30px;
  }

  .finance-dashboard-chart {
    height: 104px;
    margin: 18px 0;
  }

  .finance-dashboard-side {
    position: relative;
    right: auto;
    bottom: auto;
    inset: auto;
    margin-top: 18px;
  }

  .pillar-story,
  .pillar-feature-section {
    padding: 64px 0;
  }

  .industry-specialize,
  .industry-dark-panel,
  .industry-detail-testimonial {
    padding: 64px 0;
  }

  .industry-testimonial-head {
    gap: 20px;
    margin-bottom: 26px;
  }

  .industry-testimonial-controls button {
    width: 44px;
    height: 44px;
  }

  .industry-quote-card {
    min-height: 390px;
  }

  .industry-quote-author {
    align-items: flex-start;
  }

  .industry-tile {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .industry-hub-copy,
  .industry-detail-copy {
    padding: 46px 24px;
  }

  .industry-hub-copy h1,
  .industry-detail-copy h1 {
    font-size: 44px;
  }

  .industry-hub-media img,
  .industry-detail-grid img {
    min-height: 320px;
  }

  .pillar-story-grid,
  .pillar-story-grid.reverse {
    gap: 30px;
  }

  .pillar-story-media img {
    height: 320px;
  }

  .pillar-feature-card {
    padding: 26px 20px;
  }

  .pillar-arrow {
    right: 22px;
    top: 40px;
    width: 44px;
    height: 44px;
    font-size: 22px;
  }

  .home-service-list a,
  .home-service-list a:nth-child(odd) {
    border-right: 0;
  }

  .home-service-list a:nth-last-child(2) {
    border-bottom: 1px solid rgba(196, 213, 231, 0.72);
  }

  .home-service-list a {
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: auto;
    padding: 22px 58px 22px 58px;
  }

  .home-service-list span {
    font-size: 18px;
    line-height: 1.18;
  }

  .home-service-list small {
    display: block;
    font-size: 13px;
    line-height: 1.4;
  }

  .home-service-list a::before {
    left: 24px;
    width: 16px;
    height: 16px;
    border-width: 5px;
  }

  .home-service-list a::after {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
  }

  .home-service-list a:hover {
    transform: none;
  }

  .home-service-list a:hover::after {
    transform: translate(4px, -50%);
  }

  .case-detail-intro {
    grid-template-columns: 1fr;
  }

  .case-study-card,
  .case-detail-lead,
  .case-detail-summary,
  .case-next {
    border-radius: 18px;
    padding: 24px;
  }

  .blog-slider-shell {
    grid-template-columns: 1fr;
  }

  .blog-slider {
    grid-auto-columns: minmax(270px, 86vw);
  }

  .blog-slider-btn {
    display: none;
  }

  .blog-card {
    min-height: 420px;
  }

  .blog-card img {
    height: 170px;
  }

  .blog-detail-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
  }

  .blog-article > img {
    height: 280px;
  }

  .blog-article-body {
    padding: 26px;
  }

  .industries-cta-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-rich-block,
  .service-rich-closing {
    padding: 24px;
  }

  .service-rich-media {
    border-radius: 16px;
  }

  .service-rich-media img {
    height: 360px;
  }

  .service-rich-media figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .home-about-stats {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .home-about {
    border-radius: 18px;
  }

  .home-about-media > img {
    height: 380px;
  }

  .home-about-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    border-radius: 0 0 16px 16px;
  }

  .testimonial-panel {
    border-radius: 18px;
  }

  .testimonial-intro {
    padding: 58px 22px 28px;
  }

  .testimonial-intro::before,
  .testimonial-intro::after {
    width: 92px;
    height: 92px;
  }

  .testimonial-feature {
    padding: 42px 24px;
  }

  .testimonial-stars {
    font-size: 24px;
  }

  .testimonial-feature p {
    font-size: 18px;
  }

  .about-image-stack {
    grid-template-columns: 1fr;
  }

  .about-image-stack img,
  .about-image-stack img:nth-child(2),
  .mission-card img,
  .team-card img,
  .team-profile-image img {
    height: 260px;
  }

  .mission-copy h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .mission-tabs {
    gap: 12px;
  }

  .mission-tab {
    min-width: 100%;
  }

  .mission-images {
    grid-template-columns: 1fr;
  }

  .mission-images img {
    height: 320px;
  }

  .business-facts-timeline::before {
    left: 15px;
  }

  .business-fact-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-left: 42px;
  }

  .business-fact-card > span {
    justify-content: flex-start;
    min-height: auto;
  }

  .business-fact-card > span::after {
    position: absolute;
    left: -35px;
    margin-left: 0;
  }

  .business-fact-card > div {
    padding: 24px;
  }

  .about-stat strong {
    font-size: 42px;
  }

  .quote-card {
    padding: 28px;
  }

  .quote-card p {
    font-size: 21px;
  }

  .tools-section {
    padding-top: 56px;
  }

  .tools-heading {
    margin-bottom: 34px;
  }

  .tools-stage {
    gap: 20px;
  }

  .tools-marquee-offset {
    padding-left: 58px;
  }

  .tools-row {
    gap: 22px;
    padding-right: 22px;
  }

  .tools-row-offset {
    margin-left: 0;
  }

  .tools-grid {
    gap: 20px;
    padding-inline: 16px;
  }

  .tool-card {
    width: 176px;
    height: 78px;
  }

  .tool-card img {
    max-width: 112px;
    max-height: 44px;
  }

  .achievement-logo {
    width: 168px;
    height: 104px;
    padding: 18px;
  }

  .achievement-logo.wide {
    width: 220px;
  }

  .media img {
    height: 340px;
  }

  .float-actions {
    right: 14px;
    bottom: 14px;
    gap: 9px;
  }

  .float-actions a {
    width: 50px;
    height: 50px;
    border-radius: 17px;
  }

  .float-actions a::before {
    border-radius: 21px;
  }

  .float-actions svg {
    width: 23px;
    height: 23px;
  }

  .float-actions span {
    display: none;
  }
}
