:root {
  --ink: #081b3f;
  --muted: #5d6b82;
  --line: #dce7f5;
  --surface: #ffffff;
  --soft: #eef5ff;
  --blue: #1268f3;
  --blue-dark: #063f9f;
  --teal: #11a6b7;
  --green: #1fbf83;
  --amber: #f5a524;
  --rose: #e64f75;
  --shadow: 0 18px 50px rgba(24, 63, 121, 0.12);
  --radius: 8px;
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

/* CG concept variant. Scoped so the existing homepage remains untouched. */
.cg-theme {
  --ink: #071a36;
  --muted: #60718a;
  --line: rgba(172, 206, 242, 0.6);
  --surface: rgba(255, 255, 255, 0.72);
  --soft: #eaf5ff;
  --blue: #1c73ff;
  --blue-dark: #082e68;
  --teal: #28d6d0;
  --green: #27c992;
  --amber: #ffb54a;
  --shadow: 0 24px 70px rgba(20, 61, 114, 0.16);
  background:
    radial-gradient(circle at 14% 5%, rgba(255, 255, 255, 0.94), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(72, 157, 255, 0.22), transparent 30%),
    linear-gradient(180deg, #edf7ff 0%, #e9f3ff 42%, #f6fbff 100%);
}

.cg-theme::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, #000, transparent 80%);
  pointer-events: none;
}

.cg-theme .site-header,
.cg-theme .quick-strip {
  background: rgba(245, 251, 255, 0.78);
  border-color: rgba(174, 205, 239, 0.72);
  box-shadow: 0 10px 34px rgba(16, 68, 128, 0.08);
}

.cg-theme .desktop-nav a,
.cg-theme .mobile-nav a {
  color: #112b54;
  font-weight: 700;
}

.cg-theme .login-button,
.cg-theme .primary-button {
  background: linear-gradient(135deg, #1874ff, #0a53c7);
  box-shadow: 0 16px 34px rgba(24, 116, 255, 0.28);
}

.cg-theme .hero {
  min-height: 790px;
  border-bottom: 1px solid rgba(159, 194, 236, 0.62);
}

.cg-theme .hero-slide {
  object-position: center;
  filter: saturate(1.04) contrast(1.02);
}

.cg-theme .hero-overlay {
  background:
    linear-gradient(90deg, rgba(242, 249, 255, 0.92) 0%, rgba(242, 249, 255, 0.72) 27%, rgba(242, 249, 255, 0.22) 55%, rgba(242, 249, 255, 0.04) 100%),
    linear-gradient(180deg, rgba(238, 248, 255, 0.04) 0%, rgba(238, 248, 255, 0.72) 100%);
}

.cg-theme .hero-inner {
  min-height: 790px;
  padding-top: 84px;
  padding-bottom: 138px;
}

.cg-theme .hero-content-frame,
.cg-theme .rail-card,
.cg-theme .feature-card,
.cg-theme .send-card,
.cg-theme .visual-band,
.cg-theme .tracking-card,
.cg-theme .workflow-step,
.cg-theme .stats-grid > div,
.cg-theme .scope-card,
.cg-theme .rpa-console,
.cg-theme .mobile-nav {
  border-color: rgba(180, 213, 248, 0.78);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(239, 248, 255, 0.58));
  box-shadow: 0 22px 58px rgba(22, 74, 136, 0.12);
  backdrop-filter: blur(18px);
}

.cg-theme .hero-content-frame {
  width: min(548px, 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(247, 252, 255, 0.66));
}

.cg-theme .hero h1 {
  font-size: clamp(44px, 5.2vw, 76px);
}

.cg-theme .hero-lede {
  color: #263d5f;
}

.cg-theme .capability-row span,
.cg-theme .rail-tags b,
.cg-theme .send-tab {
  border-color: rgba(149, 195, 244, 0.74);
  background: rgba(244, 250, 255, 0.72);
}

.cg-theme .operations-rail {
  margin-top: -78px;
}

.cg-theme .rail-card {
  min-height: 128px;
}

.cg-theme .rail-card span,
.cg-theme .eyebrow {
  color: #1b73f0;
}

.cg-theme .rail-card strong,
.cg-theme .stats-grid strong,
.cg-theme .scope-card b {
  color: #0c4fb4;
}

.cg-theme .section {
  padding-top: 108px;
  padding-bottom: 108px;
}

.cg-theme .section-heading {
  max-width: 760px;
}

.cg-theme .section-heading h2,
.cg-theme .split-copy h2,
.cg-theme .visual-copy h2,
.cg-theme .rpa-content h2,
.cg-theme .customer-copy h2 {
  color: #071a36;
  text-shadow: 0 10px 32px rgba(29, 93, 160, 0.08);
}

.cg-theme .feature-icon {
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 18px 34px rgba(20, 103, 224, 0.2);
}

.cg-theme .visual-band {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(232, 245, 255, 0.64)),
    radial-gradient(circle at 80% 22%, rgba(40, 214, 208, 0.18), transparent 32%);
}

.cg-theme .visual-preview,
.cg-theme .tracking-visual,
.cg-theme .rpa-panel {
  background: #ddecfb;
}

.cg-theme .visual-preview img,
.cg-theme .tracking-visual img,
.cg-theme .rpa-panel img {
  opacity: 0.9;
  filter: saturate(1.02) contrast(1.02);
}

.cg-theme .rpa-section {
  position: relative;
}

.cg-theme .rpa-section::before {
  content: "";
  position: absolute;
  inset: 40px calc(50% - 50vw);
  z-index: -1;
  background: linear-gradient(135deg, rgba(12, 47, 93, 0.07), rgba(40, 214, 208, 0.05));
}

.cg-theme .service-scope {
  background:
    linear-gradient(90deg, rgba(239, 248, 255, 0.96), rgba(229, 243, 255, 0.8) 48%, rgba(239, 248, 255, 0.96)),
    url("assets/cg/slide-network-cg.png") right center / auto 100% no-repeat;
}

.cg-theme .site-footer {
  background:
    radial-gradient(circle at 78% 0%, rgba(42, 139, 255, 0.22), transparent 35%),
    linear-gradient(180deg, #09224b, #061832);
}

@media (max-width: 1024px) {
  .cg-theme .hero {
    min-height: auto;
  }

  .cg-theme .hero-inner {
    min-height: auto;
    padding-bottom: 110px;
  }

  .cg-theme .operations-rail {
    margin-top: -58px;
  }
}

@media (max-width: 680px) {
  .cg-theme .hero-slide {
    object-position: 62% center;
  }

  .cg-theme .hero-overlay {
    background:
      linear-gradient(180deg, rgba(241, 249, 255, 0.95), rgba(241, 249, 255, 0.82)),
      linear-gradient(90deg, rgba(241, 249, 255, 0.98), rgba(241, 249, 255, 0.44));
  }

  .cg-theme .hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .cg-theme .hero-content-frame {
    padding: 22px;
  }

  .cg-theme .operations-rail {
    margin-top: -46px;
  }
}

/* Latest CG hero composition: final override after duplicated theme blocks. */
.cg-theme .hero {
  min-height: 760px;
}

.cg-theme .hero-slide {
  filter: saturate(1.08) contrast(1.04);
}

.cg-theme .hero-overlay {
  background: none;
}

.cg-theme .hero-inner {
  width: min(1260px, calc(100% - 40px));
  min-height: 760px;
  padding-top: 82px;
  padding-bottom: 122px;
}

.cg-theme .hero-copy {
  max-width: 760px;
}

.cg-theme .hero-content-frame {
  width: min(760px, 100%);
  padding: 30px 38px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(242, 250, 255, 0.46));
  box-shadow: 0 24px 68px rgba(18, 70, 132, 0.13);
  backdrop-filter: blur(10px);
}

.cg-theme .hero h1 {
  font-size: clamp(34px, 3.65vw, 54px);
  line-height: 1.1;
}

.cg-theme .hero-lede {
  max-width: 620px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.78;
}

.cg-theme .hero-actions {
  margin-top: 26px;
}

.cg-theme .capability-row,
.cg-theme .carousel-controls {
  margin-top: 22px;
}

.cg-theme .operations-rail {
  margin-top: -58px;
}

@media (max-width: 1024px) {
  .cg-theme .hero,
  .cg-theme .hero-inner {
    min-height: auto;
  }

  .cg-theme .hero-inner {
    padding-bottom: 96px;
  }
}

@media (max-width: 680px) {
  .cg-theme .hero-overlay {
    background: none;
  }

  .cg-theme .hero-content-frame {
    width: 100%;
    padding: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(244, 251, 255, 0.58));
  }

  .cg-theme .hero h1 {
    font-size: clamp(32px, 8.8vw, 40px);
  }

  .cg-theme .hero-lede {
    font-size: 16px;
  }

  .cg-theme .operations-rail {
    margin-top: -38px;
  }
}

/* CG hero balance iteration: clearer image, wider copy block, calmer typography. */
.cg-theme .hero {
  min-height: 760px;
}

.cg-theme .hero-slide {
  filter: saturate(1.08) contrast(1.04);
}

.cg-theme .hero-overlay {
  background: none;
}

.cg-theme .hero-inner {
  min-height: 760px;
  padding-top: 82px;
  padding-bottom: 122px;
}

.cg-theme .hero-content-frame {
  width: min(650px, 100%);
  padding: 30px 34px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(242, 250, 255, 0.46));
  box-shadow: 0 24px 68px rgba(18, 70, 132, 0.13);
  backdrop-filter: blur(10px);
}

.cg-theme .hero h1 {
  font-size: clamp(38px, 4.25vw, 62px);
  line-height: 1.08;
}

.cg-theme .hero-lede {
  max-width: 560px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.75;
}

.cg-theme .hero-actions {
  margin-top: 28px;
}

.cg-theme .capability-row {
  margin-top: 24px;
}

.cg-theme .carousel-controls {
  margin-top: 24px;
}

.cg-theme .operations-rail {
  margin-top: -58px;
}

@media (max-width: 1024px) {
  .cg-theme .hero,
  .cg-theme .hero-inner {
    min-height: auto;
  }

  .cg-theme .hero-inner {
    padding-bottom: 96px;
  }
}

@media (max-width: 680px) {
  .cg-theme .hero-overlay {
    background: none;
  }

  .cg-theme .hero-content-frame {
    width: 100%;
    padding: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(244, 251, 255, 0.58));
  }

  .cg-theme .hero h1 {
    font-size: clamp(34px, 9.5vw, 44px);
  }

  .cg-theme .hero-lede {
    font-size: 16px;
  }

  .cg-theme .operations-rail {
    margin-top: -38px;
  }
}

/* Wider, quieter hero composition after visual review. */
.cg-theme .hero-inner {
  width: min(1260px, calc(100% - 40px));
}

.cg-theme .hero-copy {
  max-width: 760px;
}

.cg-theme .hero-content-frame {
  width: min(760px, 100%);
  padding: 30px 38px;
}

.cg-theme .hero h1 {
  font-size: clamp(34px, 3.65vw, 54px);
  line-height: 1.1;
}

.cg-theme .hero-lede {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.78;
}

.cg-theme .hero-actions {
  margin-top: 26px;
}

.cg-theme .capability-row,
.cg-theme .carousel-controls {
  margin-top: 22px;
}

@media (max-width: 680px) {
  .cg-theme .hero-content-frame {
    padding: 20px;
  }

  .cg-theme .hero h1 {
    font-size: clamp(32px, 8.8vw, 40px);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id],
main[id] {
  scroll-margin-top: 146px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #f4f8fe;
}

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

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

button {
  font: inherit;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(213, 226, 244, 0.88);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand img {
  width: 122px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  color: #243b63;
}

.desktop-nav a {
  position: relative;
  padding: 25px 0;
}

.desktop-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19px;
  height: 2px;
  content: "";
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-button,
.login-button {
  border: 0;
  border-radius: 999px;
  white-space: nowrap;
}

.language-button {
  padding: 8px 12px;
  color: #40506b;
  background: transparent;
}

.login-button {
  padding: 10px 18px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(18, 104, 243, 0.24);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

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

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

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

.mobile-nav {
  display: none;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 16px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.mobile-nav a {
  display: block;
  padding: 12px 10px;
  color: #203a61;
}

.quick-strip {
  position: sticky;
  top: 72px;
  z-index: 30;
  background: rgba(249, 252, 255, 0.96);
  border-bottom: 1px solid #e2ecf8;
  backdrop-filter: blur(12px);
}

.quick-strip-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: none;
}

.quick-strip-inner::-webkit-scrollbar {
  display: none;
}

.quick-item {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 6px 14px 6px 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #365270;
  background: #fff;
  font-size: 14px;
  box-shadow: 0 6px 18px rgba(24, 63, 121, 0.06);
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.quick-item::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.78) 42%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.58s ease;
  pointer-events: none;
}

.quick-item.is-active,
.quick-item:hover {
  border-color: #b9d4ff;
  color: var(--blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(24, 63, 121, 0.12);
}

.quick-item:hover::after {
  transform: translateX(120%);
}

.quick-icon {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #2b7bff, #0b54d7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 6px 14px rgba(18, 104, 243, 0.18);
}

.quick-icon svg {
  width: 18px;
  height: 18px;
}

.quick-icon.green {
  background: linear-gradient(135deg, #29d39b, #0f9c69);
}

.quick-icon.lime {
  color: #17401e;
  background: linear-gradient(135deg, #c5f47b, #74d64b);
}

.quick-icon.violet {
  background: linear-gradient(135deg, #a98aff, #7258e8);
}

.quick-icon.amber {
  background: linear-gradient(135deg, #ffc857, #f39a12);
}

.quick-icon.rose {
  background: linear-gradient(135deg, #ff6f91, #df3f67);
}

.quick-icon.navy {
  background: linear-gradient(135deg, #1a477a, #102744);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background: #dfeeff;
}

.hero-slides,
.hero-slide,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slides {
  z-index: 0;
}

.hero-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 0.9s ease, transform 5.6s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(248, 251, 255, 0.96) 0%, rgba(248, 251, 255, 0.9) 31%, rgba(248, 251, 255, 0.58) 57%, rgba(248, 251, 255, 0.18) 100%),
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(244, 248, 254, 0.08) 0%, rgba(244, 248, 254, 0.88) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
}

.hero-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 76px 0 118px;
}

.hero-copy {
  max-width: 560px;
}

.hero-content-frame {
  width: min(560px, 100%);
  padding: 34px;
  border: 1px solid rgba(202, 220, 242, 0.78);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.48));
  box-shadow: 0 28px 70px rgba(10, 35, 80, 0.14);
  backdrop-filter: blur(18px);
}

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

.hero h1,
.section-heading h2,
.split-copy h2,
.visual-copy h2,
.rpa-content h2,
.customer-copy h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.08;
}

.hero h1 {
  max-width: 520px;
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 900;
}

.hero-lede {
  max-width: 590px;
  margin: 24px 0 0;
  color: #32435e;
  font-size: 19px;
  line-height: 1.75;
}

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

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
}

.primary-button {
  gap: 8px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 30px rgba(18, 104, 243, 0.28);
}

.primary-button span {
  font-size: 24px;
  line-height: 1;
}

.secondary-button {
  color: #12345f;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(178, 205, 239, 0.95);
}

.capability-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.capability-row span {
  padding: 9px 12px;
  border: 1px solid rgba(159, 194, 236, 0.8);
  border-radius: 999px;
  color: #173a6a;
  background: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.carousel-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.carousel-arrow {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(168, 200, 239, 0.9);
  border-radius: 50%;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.76);
  cursor: pointer;
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.carousel-dots button {
  width: 30px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #b8cdea;
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.carousel-dots button.is-active {
  width: 54px;
  background: var(--blue);
}

.operations-rail {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 40px));
  margin: -52px auto 0;
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 1.5fr 0.9fr;
  gap: 14px;
}

.rail-card {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(192, 213, 240, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(24, 63, 121, 0.12);
  backdrop-filter: blur(14px);
}

.rail-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rail-card strong {
  display: block;
  margin-top: 10px;
  color: var(--blue-dark);
  font-size: 24px;
  line-height: 1;
}

.rail-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.rail-card .is-online {
  color: var(--green);
}

.rail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.rail-tags b {
  padding: 7px 10px;
  border-radius: 999px;
  color: #173a6a;
  background: #eef5ff;
  font-size: 13px;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}

.section-tight {
  padding-top: 84px;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading h2,
.split-copy h2,
.visual-copy h2,
.rpa-content h2,
.customer-copy h2 {
  font-size: clamp(30px, 3.6vw, 44px);
}

.section-heading p:not(.eyebrow),
.split-copy p,
.visual-copy p,
.rpa-content p,
.customer-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

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

.feature-card,
.send-card,
.tracking-card,
.workflow-step,
.stats-grid > div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(24, 63, 121, 0.08);
}

.feature-card {
  position: relative;
  padding: 24px;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.feature-card::before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  background:
    radial-gradient(circle at 22% 18%, rgba(18, 104, 243, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(236, 245, 255, 0.42));
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.feature-card::after {
  position: absolute;
  inset: 10px;
  content: "";
  border: 1px solid rgba(18, 104, 243, 0.18);
  border-radius: calc(var(--radius) - 2px);
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 0.28s ease, transform 0.28s ease;
  pointer-events: none;
}

.feature-icon {
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), 0 18px 34px rgba(18, 104, 243, 0.18);
}

.feature-icon::before {
  position: absolute;
  inset: -9px;
  content: "";
  border-radius: 24px;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(18, 104, 243, 0.78) 76deg, transparent 122deg, transparent 360deg);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: -2;
}

.feature-icon::after {
  position: absolute;
  inset: -7px;
  content: "";
  border-radius: 22px;
  border: 1px solid rgba(190, 214, 245, 0.76);
  background: transparent;
  box-shadow: 0 8px 24px rgba(18, 104, 243, 0.08);
  z-index: -1;
}

.feature-icon svg {
  width: 36px;
  height: 36px;
}

.feature-icon.blue {
  background: linear-gradient(135deg, #2684ff, #0b55df);
}

.feature-icon.teal {
  background: linear-gradient(135deg, #19bfd0, #087c91);
}

.feature-icon.amber {
  background: linear-gradient(135deg, #ffc24a, #ed8f10);
}

.feature-icon.navy {
  background: linear-gradient(135deg, #1b4e82, #102846);
}

.feature-card h3,
.feature-card p {
  position: relative;
  z-index: 1;
}

.feature-card.is-visible:hover {
  transform: translateY(-9px);
  border-color: rgba(92, 151, 231, 0.62);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 60px rgba(24, 63, 121, 0.16);
}

.feature-card:hover::before,
.feature-card:hover::after,
.feature-card:hover .feature-icon::before {
  opacity: 1;
}

.feature-card:hover::after {
  transform: scale(1);
}

.feature-card:hover .feature-icon::before {
  opacity: 0;
}

.feature-card h3,
.tracking-card h3 {
  margin: 18px 0 8px;
  font-size: 22px;
}

.feature-card p,
.tracking-card p,
.workflow-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.split-section {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  align-items: start;
  gap: 44px;
}

.split-copy {
  position: sticky;
  top: 148px;
}

.send-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.send-tab {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #315071;
  background: #fff;
  cursor: pointer;
}

.send-tab.is-active {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

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

.send-card {
  position: relative;
  min-height: 120px;
  padding: 22px;
  overflow: hidden;
}

.send-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: var(--blue);
}

.send-card.is-dimmed {
  opacity: 0.42;
}

.send-card strong {
  display: block;
  font-size: 20px;
}

.send-card span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}

.visual-band {
  width: min(1180px, calc(100% - 40px));
  margin: 8px auto 0;
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  align-items: center;
  gap: 34px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 255, 0.96)),
    #ffffff;
  box-shadow: var(--shadow);
}

.visual-copy {
  padding-left: 8px;
}

.visual-preview {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid #cfe0f5;
  border-radius: var(--radius);
  background: #eaf3ff;
}

.visual-preview::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(9, 31, 66, 0.58), rgba(9, 31, 66, 0.18) 48%, rgba(255, 255, 255, 0.28)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.72));
}

.visual-preview img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 62% center;
  min-height: 330px;
  opacity: 0.62;
  filter: saturate(0.82) contrast(0.92);
}

.preview-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 1;
  width: min(330px, calc(100% - 48px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(8, 27, 63, 0.72);
  backdrop-filter: blur(12px);
}

.preview-card span {
  display: block;
  color: #8cd6ff;
  font-size: 13px;
  font-weight: 800;
}

.preview-card strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
}

.preview-card p {
  margin: 8px 0 0;
  color: #d7e8ff;
}

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

.tracking-card {
  overflow: hidden;
}

.tracking-visual {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eaf3ff;
}

.tracking-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.74)),
    linear-gradient(90deg, rgba(8, 27, 63, 0.12), rgba(18, 104, 243, 0.2));
}

.tracking-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  opacity: 0.58;
  filter: saturate(0.75) contrast(0.94);
  transform: scale(1.02);
}

.tracking-visual span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 1;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  color: #113762;
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.tracking-card > div:not(.tracking-visual) {
  padding: 22px;
}

.tracking-card h3 {
  margin-top: 0;
}

.rpa-section {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  align-items: center;
  gap: 42px;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.workflow-step {
  padding: 20px;
}

.workflow-step span {
  color: var(--blue);
  font-weight: 900;
}

.workflow-step strong {
  display: block;
  margin: 8px 0 6px;
  font-size: 20px;
}

.rpa-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #eaf3ff;
}

.rpa-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.2)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(8, 27, 63, 0.18));
}

.rpa-panel img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 62% center;
  opacity: 0.68;
  filter: saturate(0.76) contrast(0.94);
}

.rpa-console {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 1;
  width: min(270px, calc(100% - 48px));
  padding: 18px;
  border: 1px solid rgba(207, 224, 245, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
}

.rpa-console span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.rpa-console strong {
  display: block;
  margin-top: 8px;
  color: var(--blue-dark);
  font-size: 42px;
  line-height: 1;
}

.rpa-console p {
  margin: 8px 0 0;
  color: var(--muted);
}

.customers-section {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  align-items: center;
  gap: 42px;
  padding-top: 40px;
}

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

.stats-grid > div {
  padding: 24px;
}

.stats-grid strong {
  display: block;
  color: var(--blue-dark);
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1;
}

.stats-grid span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

.service-scope {
  position: relative;
  overflow: hidden;
  padding: 84px 0 78px;
  background:
    linear-gradient(90deg, rgba(244, 248, 254, 0.98), rgba(244, 248, 254, 0.9) 44%, rgba(232, 241, 253, 0.94)),
    url("assets/carousel/slide-service-network.png") right center / auto 100% no-repeat;
  border-top: 1px solid rgba(213, 226, 244, 0.9);
  border-bottom: 1px solid rgba(213, 226, 244, 0.9);
}

.service-scope::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244, 248, 254, 0.94) 0%, rgba(244, 248, 254, 0.72) 48%, rgba(244, 248, 254, 0.96) 100%),
    radial-gradient(circle at 72% 18%, rgba(17, 166, 183, 0.16), transparent 30%);
  pointer-events: none;
}

.service-scope .section-heading {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 40px));
  margin-bottom: 34px;
}

.scope-marquee {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  margin: 14px 0;
  padding: 2px 0 18px;
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.scope-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: scope-scroll 44s linear infinite;
  will-change: transform;
}

.scope-marquee.reverse .scope-track {
  animation-direction: reverse;
  animation-duration: 52s;
}

.scope-marquee-slow .scope-track {
  animation-duration: 58s;
}

.scope-marquee:hover .scope-track {
  animation-play-state: paused;
}

.scope-card {
  position: relative;
  width: 196px;
  min-height: 108px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 20px 18px;
  border: 1px solid rgba(207, 224, 245, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(27, 66, 120, 0.08);
  text-align: center;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.scope-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(18, 104, 243, 0.34), rgba(17, 166, 183, 0.3), rgba(245, 165, 36, 0.2)) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.24s ease;
  pointer-events: none;
}

.scope-logo {
  width: 118px;
  height: 50px;
  display: grid;
  place-items: center;
}

.scope-logo img {
  max-width: 118px;
  max-height: 50px;
  object-fit: contain;
}

.scope-card b {
  display: block;
  color: var(--blue-dark);
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: 0;
}

.scope-card em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.scope-card.is-visible:hover {
  transform: translateY(-7px);
  border-color: rgba(92, 151, 231, 0.56);
  box-shadow: 0 24px 54px rgba(24, 63, 121, 0.14);
}

.scope-card.is-visible:hover::after {
  opacity: 1;
}

.site-footer {
  margin-top: 40px;
  color: #d7e8ff;
  background: #081b3f;
}

.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 34px;
  padding: 42px 0;
}

.site-footer img {
  width: 124px;
  filter: brightness(0) invert(1);
}

.site-footer p {
  max-width: 360px;
  color: #abc4e4;
  line-height: 1.7;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-links a {
  color: #d7e8ff;
}

.footer-contact {
  justify-self: end;
  color: #abc4e4;
}

.footer-contact strong {
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible,
.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-card,
.send-card,
.tracking-card,
.workflow-step,
.stats-grid > div,
.scope-card {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.74s ease, transform 0.74s ease, box-shadow 0.2s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.feature-card:nth-child(2),
.send-card:nth-child(2),
.tracking-card:nth-child(2),
.workflow-step:nth-child(2),
.stats-grid > div:nth-child(2) {
  --reveal-delay: 80ms;
}

.feature-card:nth-child(3),
.send-card:nth-child(3),
.tracking-card:nth-child(3),
.workflow-step:nth-child(3),
.stats-grid > div:nth-child(3) {
  --reveal-delay: 150ms;
}

.feature-card:nth-child(4),
.send-card:nth-child(4),
.workflow-step:nth-child(4),
.stats-grid > div:nth-child(4) {
  --reveal-delay: 220ms;
}

.feature-card.is-visible,
.send-card.is-visible,
.tracking-card.is-visible,
.workflow-step.is-visible,
.stats-grid > div.is-visible,
.scope-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.send-card.is-visible:hover,
.tracking-card.is-visible:hover,
.workflow-step.is-visible:hover,
.stats-grid > div.is-visible:hover {
  transform: translateY(-7px);
  border-color: rgba(92, 151, 231, 0.55);
  box-shadow: 0 22px 52px rgba(24, 63, 121, 0.14);
}

.send-card.is-visible.is-dimmed {
  opacity: 0.42;
}

@keyframes scope-scroll {
  to {
    transform: translateX(calc(-50% - 8px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .quick-item,
  .quick-item::after,
  .feature-card,
  .feature-card::after,
  .feature-icon::before,
  .scope-track {
    transition: none;
    animation: none;
  }
}

@media (max-width: 1024px) {
  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .site-header.is-open .mobile-nav {
    display: block;
  }

  .split-section,
  .visual-band,
  .rpa-section,
  .customers-section {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    align-items: start;
    padding-top: 68px;
  }

  .operations-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -44px;
  }

  .split-copy {
    position: static;
  }

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

  .tracking-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-contact {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .header-inner,
  .quick-strip-inner,
  .hero-inner,
  .section,
  .visual-band,
  .footer-inner {
    width: min(100% - 24px, 1180px);
  }

  .header-inner {
    min-height: 64px;
    gap: 12px;
  }

  .brand img {
    width: 104px;
  }

  .language-button {
    display: none;
  }

  .login-button {
    padding: 9px 12px;
    font-size: 13px;
  }

  .quick-strip {
    top: 64px;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-slide {
    object-position: 66% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(247, 251, 255, 0.96) 0%, rgba(247, 251, 255, 0.86) 42%, rgba(247, 251, 255, 0.8) 100%),
      linear-gradient(90deg, rgba(247, 251, 255, 0.96) 0%, rgba(247, 251, 255, 0.6) 100%);
  }

  .hero-inner {
    padding: 42px 0 74px;
    gap: 30px;
  }

  .hero-content-frame {
    padding: 22px;
  }

  .hero h1 {
    font-size: clamp(36px, 11vw, 46px);
    overflow-wrap: anywhere;
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .capability-row span {
    font-size: 13px;
  }

  .feature-grid,
  .send-board,
  .workflow,
  .stats-grid,
  .operations-rail,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .operations-rail {
    width: min(100% - 24px, 1180px);
    margin-top: -34px;
  }

  .section {
    padding: 68px 0;
  }

  .section-heading {
    text-align: left;
  }

  .visual-band {
    padding: 18px;
  }

  .visual-preview,
  .visual-preview img {
    min-height: 260px;
  }

  .visual-copy {
    padding-left: 0;
  }

  .customers-section {
    padding-top: 20px;
  }
}

/* Final CG overrides must come after the base responsive rules. */
.cg-theme {
  --ink: #071a36;
  --muted: #60718a;
  --line: rgba(172, 206, 242, 0.6);
  --surface: rgba(255, 255, 255, 0.72);
  --soft: #eaf5ff;
  --blue: #1c73ff;
  --blue-dark: #082e68;
  --teal: #28d6d0;
  --green: #27c992;
  --amber: #ffb54a;
  --shadow: 0 24px 70px rgba(20, 61, 114, 0.16);
  background:
    radial-gradient(circle at 14% 5%, rgba(255, 255, 255, 0.94), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(72, 157, 255, 0.22), transparent 30%),
    linear-gradient(180deg, #edf7ff 0%, #e9f3ff 42%, #f6fbff 100%);
}

.cg-theme .site-header,
.cg-theme .quick-strip {
  background: rgba(245, 251, 255, 0.78);
  border-color: rgba(174, 205, 239, 0.72);
  box-shadow: 0 10px 34px rgba(16, 68, 128, 0.08);
}

.cg-theme .hero {
  min-height: 790px;
  border-bottom: 1px solid rgba(159, 194, 236, 0.62);
}

.cg-theme .hero-slide {
  object-position: center;
  filter: saturate(1.04) contrast(1.02);
}

.cg-theme .hero-overlay {
  background:
    linear-gradient(90deg, rgba(242, 249, 255, 0.92) 0%, rgba(242, 249, 255, 0.72) 27%, rgba(242, 249, 255, 0.22) 55%, rgba(242, 249, 255, 0.04) 100%),
    linear-gradient(180deg, rgba(238, 248, 255, 0.04) 0%, rgba(238, 248, 255, 0.72) 100%);
}

.cg-theme .hero-inner {
  min-height: 790px;
  padding-top: 84px;
  padding-bottom: 138px;
}

.cg-theme .hero-content-frame,
.cg-theme .rail-card,
.cg-theme .feature-card,
.cg-theme .send-card,
.cg-theme .visual-band,
.cg-theme .tracking-card,
.cg-theme .workflow-step,
.cg-theme .stats-grid > div,
.cg-theme .scope-card,
.cg-theme .rpa-console,
.cg-theme .mobile-nav {
  border-color: rgba(180, 213, 248, 0.78);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(239, 248, 255, 0.58));
  box-shadow: 0 22px 58px rgba(22, 74, 136, 0.12);
  backdrop-filter: blur(18px);
}

.cg-theme .hero-content-frame {
  width: min(548px, 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(247, 252, 255, 0.66));
}

.cg-theme .hero h1 {
  font-size: clamp(44px, 5.2vw, 76px);
}

.cg-theme .operations-rail {
  margin-top: -78px;
}

.cg-theme .rail-card {
  min-height: 128px;
}

.cg-theme .rail-card span,
.cg-theme .eyebrow {
  color: #1b73f0;
}

.cg-theme .rail-card strong,
.cg-theme .stats-grid strong,
.cg-theme .scope-card b {
  color: #0c4fb4;
}

.cg-theme .section {
  padding-top: 108px;
  padding-bottom: 108px;
}

.cg-theme .visual-preview,
.cg-theme .tracking-visual,
.cg-theme .rpa-panel {
  background: #ddecfb;
}

.cg-theme .visual-preview img,
.cg-theme .tracking-visual img,
.cg-theme .rpa-panel img {
  opacity: 0.9;
  filter: saturate(1.02) contrast(1.02);
}

.cg-theme .service-scope {
  background:
    linear-gradient(90deg, rgba(239, 248, 255, 0.96), rgba(229, 243, 255, 0.8) 48%, rgba(239, 248, 255, 0.96)),
    url("assets/cg/slide-network-cg.png") right center / auto 100% no-repeat;
}

.cg-theme .site-footer {
  background:
    radial-gradient(circle at 78% 0%, rgba(42, 139, 255, 0.22), transparent 35%),
    linear-gradient(180deg, #09224b, #061832);
}

@media (max-width: 1024px) {
  .cg-theme .hero {
    min-height: auto;
  }

  .cg-theme .hero-inner {
    min-height: auto;
    padding-bottom: 110px;
  }

  .cg-theme .operations-rail {
    margin-top: -58px;
  }
}

@media (max-width: 680px) {
  .cg-theme .hero-slide {
    object-position: 62% center;
  }

  .cg-theme .hero-overlay {
    background:
      linear-gradient(180deg, rgba(241, 249, 255, 0.95), rgba(241, 249, 255, 0.82)),
      linear-gradient(90deg, rgba(241, 249, 255, 0.98), rgba(241, 249, 255, 0.44));
  }

  .cg-theme .hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .cg-theme .hero-content-frame {
    padding: 22px;
  }

  .cg-theme .operations-rail {
    margin-top: -46px;
  }
}
