:root {
  --gp-bg: #050914;
  --gp-bg-2: #07111f;
  --gp-panel: rgba(9, 19, 34, 0.78);
  --gp-panel-strong: rgba(11, 23, 41, 0.94);
  --gp-line: rgba(77, 139, 255, 0.24);
  --gp-cyan: #10d8ff;
  --gp-blue: #5f55ff;
  --gp-gold: #f5b833;
  --gp-green: #28e59a;
  --gp-red: #ff6f6f;
  --gp-text: #f7fbff;
  --gp-muted: #9da9ba;
}

@property --plat-border-trail-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes plat-border-trail {
  to {
    --plat-border-trail-angle: 360deg;
  }
}

html,
body {
  background: var(--gp-bg) !important;
  color: var(--gp-text);
}

.navbar-3 {
  background: rgba(4, 8, 18, 0.88) !important;
  border-bottom: 1px solid rgba(91, 137, 255, 0.16);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.navbar-list-3 {
  max-width: 1500px;
  margin: 0 auto;
  padding-left: clamp(20px, 4vw, 72px) !important;
  padding-right: clamp(20px, 4vw, 72px) !important;
}

.brand-2 {
  width: 200px !important;
  min-width: 200px;
  height: 69px;
  display: flex;
  align-items: center;
}

.brand-2 img.image-contain {
  width: 200px !important;
  height: auto !important;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.top-menu-link,
.top-menu-link.w-nav-link,
.login-link-2 {
  color: rgba(247, 251, 255, 0.86) !important;
  font-weight: 600;
  letter-spacing: 0;
}

.top-menu-link:hover,
.login-link-2:hover {
  color: var(--gp-cyan) !important;
}

.button-animated-7.nav-cta-always-visible,
.button,
.acc-btn {
  background: #0878ff !important;
  border: 1px solid rgba(16, 216, 255, 0.42) !important;
  box-shadow: 0 14px 36px rgba(8, 120, 255, 0.24);
  color: #fff !important;
}

.button-animated-7.nav-cta-always-visible:hover,
.button:hover,
.acc-btn:hover {
  box-shadow: 0 18px 48px rgba(8, 120, 255, 0.34);
  transform: translateY(-1px);
}

.section-hero {
  background:
    radial-gradient(circle at 86% 12%, rgba(95, 85, 255, 0.22), transparent 30%),
    radial-gradient(circle at 7% 78%, rgba(16, 216, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #07111f 0%, #050914 68%, #07101c 100%) !important;
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-hero::before {
  content: "";
  position: absolute;
  inset: 70px 0 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(16, 216, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 216, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 78%, transparent);
}

.section-hero::after {
  content: "";
  position: absolute;
  left: -8vw;
  bottom: 40px;
  width: 58vw;
  height: 180px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(16, 216, 255, 0.24), transparent 66%);
  filter: blur(26px);
  transform: rotate(-8deg);
}

.section-hero-primary {
  min-height: 860px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-cta-wrapper {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: 860px;
  align-items: center !important;
}

.hero-cta-wrapper .container-wrapper {
  max-width: none !important;
  width: 100vw !important;
  margin: 0 auto;
  padding-left: clamp(28px, 4.9vw, 92px);
  padding-right: clamp(28px, 4.9vw, 92px);
  position: relative;
  z-index: 3;
}

.hero-cta {
  width: min(710px, 44vw);
  align-items: flex-start !important;
}

.home-hero-desktop-image {
  position: absolute !important;
  display: block !important;
  right: clamp(-420px, -15vw, -120px) !important;
  top: 52% !important;
  transform: translateY(-50%) !important;
  width: clamp(1020px, 72vw, 1540px) !important;
  height: auto !important;
  max-width: none !important;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.gp-hero-dashboard {
  position: absolute !important;
  right: clamp(24px, 3.8vw, 72px) !important;
  top: 50% !important;
  transform: translateY(-48%) !important;
  width: min(920px, 52vw) !important;
  min-height: 520px;
  border: 1px solid rgba(95, 85, 255, 0.32);
  border-radius: 18px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(9, 19, 34, 0.58), rgba(5, 9, 20, 0.72)),
    radial-gradient(circle at 70% 0%, rgba(16, 216, 255, 0.18), transparent 42%);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.55);
}

.gp-dash-top,
.gp-dash-body,
.gp-dash-footer,
.gp-dash-product,
.gp-dash-tabs,
.gp-dash-metrics {
  display: flex;
}

.gp-dash-top {
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.gp-dash-product {
  align-items: center;
  gap: 14px;
}

.gp-dash-product strong,
.gp-dash-footer strong,
.gp-dash-metrics strong {
  color: var(--gp-text);
  font-weight: 800;
}

.gp-dash-product span,
.gp-dash-footer span,
.gp-dash-metrics span {
  color: var(--gp-muted);
  font-size: 12px;
}

.gp-dash-app-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(16, 216, 255, 0.9), rgba(95, 85, 255, 0.9));
  box-shadow: 0 0 28px rgba(16, 216, 255, 0.24);
}

.gp-dash-tabs {
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  gap: 3px;
}

.gp-dash-tabs span {
  color: var(--gp-muted);
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
}

.gp-dash-tabs .active {
  color: var(--gp-cyan);
  background: rgba(16, 216, 255, 0.1);
}

.gp-dash-body {
  gap: 16px;
}

.gp-dash-metrics {
  width: 178px;
  flex-direction: column;
  gap: 10px;
}

.gp-dash-metrics div,
.gp-dash-footer div {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(3, 8, 16, 0.34);
  border-radius: 10px;
  padding: 12px;
}

.gp-dash-metrics strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}

.positive {
  color: var(--gp-green) !important;
}

.negative {
  color: var(--gp-red) !important;
}

.gp-dash-chart {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(10, 21, 38, 0.62), rgba(4, 8, 16, 0.42));
}

.gp-dash-chart svg {
  width: 100%;
  height: 100%;
  min-height: 300px;
  overflow: visible;
}

.gp-grid {
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1;
}

.gp-fill {
  fill: url(#gpChartFill);
}

.gp-line {
  fill: none;
  stroke: var(--gp-cyan);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(16, 216, 255, 0.5));
}

.gp-dash-footer {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.gp-dash-footer strong {
  display: block;
  margin-top: 6px;
  font-size: 18px;
}

.hero-text-block {
  gap: 22px !important;
}

.hero-text-block::before {
  content: "AI-POWERED INVESTING";
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(16, 216, 255, 0.24);
  background: rgba(16, 216, 255, 0.07);
  color: var(--gp-cyan);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: inset 0 0 28px rgba(16, 216, 255, 0.08);
}

.hero-text {
  max-width: 700px;
  color: var(--gp-text) !important;
  font-size: clamp(46px, 4.2vw, 82px) !important;
  line-height: 0.98 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.gp-hero-description {
  max-width: 620px;
  margin: -4px 0 0;
  color: var(--gp-muted);
  font-size: clamp(17px, 1.15vw, 21px);
  line-height: 1.55;
}

.geminiprime-clip-color {
  background: linear-gradient(100deg, var(--gp-cyan) 0%, #4fb8ff 48%, var(--gp-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.home-hero-text {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(680px, 100%);
}

.hero-text-list-item {
  align-items: flex-start !important;
  gap: 10px !important;
  padding: 10px 0;
}

.hero-list-item-icon {
  width: 22px !important;
  height: 22px !important;
  filter: hue-rotate(118deg) saturate(1.5) brightness(1.2);
}

.hero-subtext {
  color: rgba(247, 251, 255, 0.92) !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.hero-cta-buttons {
  margin-top: 10px;
  gap: 12px !important;
}

.button .button-text {
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-subtext-extra {
  color: var(--gp-muted) !important;
}

.tradingview-widget-container {
  background: rgba(4, 8, 18, 0.88) !important;
}

.home-section-content,
.accounts-section,
.os-section,
.section-cta {
  background:
    radial-gradient(circle at 78% 6%, rgba(16, 216, 255, 0.1), transparent 28%),
    linear-gradient(180deg, #07101c 0%, #050914 100%) !important;
}

.accounts-section .accounts-container {
  max-width: min(1680px, calc(100vw - 64px)) !important;
}

.accounts-section .accounts-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  justify-content: center !important;
}

.accounts-section .acc-card {
  min-width: 0 !important;
  max-width: none !important;
}

.simple-info-card,
.home-z-indexes-card,
.acc-card,
.os-card,
.contact-cta-form,
.contact-cta-copy,
.plat-card {
  background: linear-gradient(180deg, rgba(11, 23, 41, 0.78), rgba(6, 13, 25, 0.88)) !important;
  border: 1px solid var(--gp-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

#platform-section .plat-grid-trail {
  position: relative;
  padding: 1px;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 4rem;
}

#platform-section .plat-grid-trail::before {
  content: "";
  position: absolute;
  inset: 0;
  animation: plat-border-trail 8s linear infinite;
  background: conic-gradient(
    from var(--plat-border-trail-angle) at 50% 50%,
    transparent 90%,
    var(--gp-cyan) 93%,
    var(--gp-gold) 96%,
    var(--gp-blue) 99%,
    transparent 100%
  );
}

#platform-section .plat-grid-trail .plat-grid {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 1.25rem;
  border-radius: 21px;
  background:
    radial-gradient(circle at 82% 0%, rgba(16, 216, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(7, 16, 28, 0.98), rgba(5, 9, 20, 1));
}

#platform-section .plat-grid {
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.simple-info-card {
  margin-top: 0 !important;
  transform: translateY(-30px);
}

.hero-z-indexes-section .home-zindexes-cards-wrapper {
  gap: 22px !important;
  align-items: stretch !important;
}

.hero-z-indexes-section .home-z-indexes-card {
  position: relative;
  overflow: hidden;
  flex: 1 1 0;
  width: auto !important;
  min-width: 0;
  padding: 28px !important;
  background:
    radial-gradient(circle at 86% 8%, rgba(245, 184, 51, 0.12), transparent 30%),
    radial-gradient(circle at 10% 18%, rgba(8, 120, 255, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(8, 18, 34, 0.98), rgba(4, 11, 22, 0.96) 58%, rgba(7, 24, 38, 0.98)) !important;
  border-color: rgba(8, 120, 255, 0.45) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-z-indexes-section .home-z-indexes-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 22%, transparent 72%, rgba(245, 184, 51, 0.1)),
    linear-gradient(180deg, rgba(16, 216, 255, 0.08), transparent 50%);
  opacity: 0.72;
  z-index: 1;
}

.hero-z-indexes-section .home-z-indexes-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 32%);
  z-index: 2;
}

.hero-z-indexes-section .home-z-indexes-card:nth-child(3) {
  border-color: rgba(245, 184, 51, 0.62) !important;
  box-shadow: 0 30px 74px rgba(0, 0, 0, 0.42), 0 0 34px rgba(245, 184, 51, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-z-indexes-section .image-81 {
  display: none !important;
}

.hero-z-indexes-section .home-z-indexes-card-content {
  position: relative;
  inset: auto !important;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  gap: 24px !important;
  justify-content: space-between !important;
}

.hero-z-indexes-section .home-z-indexes-card-text-wrapper {
  gap: 12px !important;
  padding: 0 !important;
}

.hero-z-indexes-section .home-z-indexes-card-title {
  color: var(--gp-text) !important;
  font-size: clamp(24px, 1.7vw, 34px) !important;
  line-height: 1.08 !important;
}

.hero-z-indexes-section .home-z-indexes-card-text {
  color: rgba(247, 251, 255, 0.74) !important;
  font-size: clamp(18px, 1.35vw, 27px) !important;
  line-height: 1.08 !important;
}

.hero-z-indexes-section .image-82 {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(8, 120, 255, 0.24);
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  opacity: 0.82;
}

.home-section-title,
.accounts-title,
.os-title,
.plat-hero-text h2,
.tools-hero-text h1,
.home-cta-title {
  color: var(--gp-text) !important;
  letter-spacing: 0 !important;
}

.hero-z-indexes-section .hero-section-title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-z-indexes-section .hero-title-lower-border {
  display: none !important;
}

.hero-z-indexes-section .home-section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 14px !important;
}

.hero-z-indexes-section .home-section-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: min(176px, 78%);
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(95, 85, 255, 0.42) 0%, rgba(16, 216, 255, 0.82) 48%, rgba(245, 184, 51, 0.72) 100%);
  filter: blur(10px);
  opacity: 0.95;
  pointer-events: none;
  transform: translateX(-50%);
}

.hero-z-indexes-section .home-section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(164px, 74%);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5f55ff 0%, var(--gp-cyan) 48%, var(--gp-gold) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 0 14px rgba(16, 216, 255, 0.36),
    0 0 24px rgba(245, 184, 51, 0.28);
  transform: translateX(-50%);
}

.home-subtitle,
.accounts-desc,
.os-subtitle,
.why-geminiprime-subtext,
.os-card-desc,
.acc-desc {
  color: var(--gp-muted) !important;
}

.home-z-indexes-card:hover,
.acc-card:hover,
.os-card:hover {
  border-color: rgba(16, 216, 255, 0.48) !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38), 0 0 34px rgba(16, 216, 255, 0.12);
}

.acc-gold,
.os-card:nth-child(6) {
  border-color: rgba(245, 184, 51, 0.68) !important;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.36), 0 0 34px rgba(245, 184, 51, 0.14);
}

.acc-gold .acc-btn,
.os-card:nth-child(6) .os-icon svg {
  color: var(--gp-gold) !important;
  stroke: var(--gp-gold) !important;
}

.acc-gold .acc-btn {
  background: var(--gp-gold) !important;
  color: #07101c !important;
  border-color: rgba(255, 224, 145, 0.6) !important;
}

.acc-institutional {
  border-color: rgba(16, 216, 255, 0.72) !important;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.36), 0 0 34px rgba(16, 216, 255, 0.14) !important;
}

.acc-institutional .acc-num,
.acc-institutional .acc-f-val.highlight {
  color: var(--gp-cyan) !important;
}

.acc-institutional .acc-price-wrap {
  background: linear-gradient(135deg, rgba(16, 216, 255, 0.12), rgba(82, 80, 255, 0.14)) !important;
}

.accounts-label,
.os-header::before {
  color: var(--gp-cyan) !important;
}

.plat-hero-text .plat-label {
  color: var(--gp-gold) !important;
  border-color: rgba(245, 184, 51, 0.4) !important;
  background: rgba(245, 184, 51, 0.08);
  box-shadow: inset 0 0 18px rgba(245, 184, 51, 0.08);
}

.plat-wordmark {
  position: relative;
  display: inline-block;
  width: 5.2ch;
  height: 1em;
  vertical-align: -0.08em;
  line-height: 1;
}

.plat-wordmark svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.plat-wordmark text {
  font-family: "Inter", sans-serif;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 0;
}

.plat-wordmark-fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.plat-card-icon {
  position: relative;
  width: 52px !important;
  height: 52px !important;
  border-radius: 14px !important;
  overflow: visible !important;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.22), transparent 32%),
    linear-gradient(145deg, rgba(8, 120, 255, 0.28), rgba(7, 17, 33, 0.92)) !important;
  border: 1px solid rgba(8, 120, 255, 0.44);
  box-shadow: 0 14px 32px rgba(8, 120, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.plat-card-icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: 18px;
  background: radial-gradient(circle, rgba(8, 120, 255, 0.22), transparent 68%);
}

.plat-card-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: var(--gp-cyan);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(16, 216, 255, 0.45));
}

.plat-card:nth-child(2) .plat-card-icon svg,
.plat-card:nth-child(4) .plat-card-icon svg {
  stroke: var(--gp-gold);
  filter: drop-shadow(0 0 10px rgba(245, 184, 51, 0.36));
}

.plat-card:nth-child(2) .plat-card-icon,
.plat-card:nth-child(4) .plat-card-icon {
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(245, 184, 51, 0.24), rgba(7, 17, 33, 0.92)) !important;
  border-color: rgba(245, 184, 51, 0.44);
  box-shadow: 0 14px 32px rgba(245, 184, 51, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.os-section {
  padding-top: 72px !important;
}

.os-section::before {
  opacity: 0.08 !important;
}

.os-header {
  justify-content: center !important;
  text-align: center;
  margin-bottom: 40px !important;
}

.os-header-left {
  max-width: 760px !important;
  margin: 0 auto;
}

.os-header-left::before {
  content: "OUR SERVICES";
  display: block;
  margin-bottom: 10px;
  color: var(--gp-cyan);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.os-title {
  font-size: clamp(30px, 2.5vw, 44px) !important;
}

.os-subtitle {
  max-width: 680px;
  margin: 0 auto !important;
}

.os-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.gp-carousel-viewport {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  padding: 2px clamp(24px, 4vw, 72px) 4px;
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.os-grid.gp-carousel-track {
  --gp-carousel-gap: 24px;
  --gp-carousel-card: clamp(280px, 22vw, 350px);
  display: flex !important;
  grid-template-columns: none !important;
  align-items: stretch;
  gap: var(--gp-carousel-gap) !important;
  width: max-content;
  will-change: transform;
  animation: gp-services-roll 34s linear infinite;
}

.gp-carousel-viewport:hover .os-grid.gp-carousel-track {
  animation-play-state: paused;
}

.os-grid.gp-carousel-track .os-card {
  flex: 0 0 var(--gp-carousel-card);
}

.os-grid.gp-carousel-track .os-card:nth-child(6),
.os-grid.gp-carousel-track .os-card:nth-child(12) {
  border-color: rgba(245, 184, 51, 0.68) !important;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.36), 0 0 34px rgba(245, 184, 51, 0.14);
}

@keyframes gp-services-roll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * ((var(--gp-carousel-card) + var(--gp-carousel-gap)) * var(--gp-carousel-count))));
  }
}

@media (prefers-reduced-motion: reduce) {
  #platform-section .plat-grid-trail::before {
    animation: none;
  }

  .os-grid.gp-carousel-track {
    animation: none;
  }
}

.os-card {
  min-height: 245px;
  padding: 28px 24px !important;
}

.os-icon svg {
  stroke: var(--gp-cyan) !important;
}

.os-card-title {
  color: var(--gp-text) !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}

.os-card-desc {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.os-card-link {
  margin-top: auto;
  color: var(--gp-cyan) !important;
  text-decoration: none;
  font-weight: 700;
}

.os-card-link span {
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.2s ease;
}

.os-card:hover .os-card-link span {
  transform: translateX(4px);
}

.os-card:nth-child(6) .os-card-link {
  color: var(--gp-gold) !important;
}

@media (max-width: 1280px) {
  .gp-carousel-viewport {
    width: 100vw;
    padding-left: 24px;
    padding-right: 24px;
  }

  .os-grid.gp-carousel-track {
    --gp-carousel-card: clamp(260px, 30vw, 320px);
  }

  .os-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  .navbar-list-3 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .brand-2 {
    width: 200px !important;
    min-width: 200px;
  }

  .brand-2 img.image-contain {
    width: 200px !important;
    height: auto !important;
  }

  .section-hero-primary,
  .hero-cta-wrapper {
    min-height: auto;
  }

  .hero-cta-wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .hero-cta {
    width: 100%;
  }

  .gp-hero-dashboard {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    width: min(100%, 720px) !important;
    min-height: 0;
    margin: 36px auto 0;
    display: block;
  }

  .gp-dash-body {
    flex-direction: column;
  }

  .gp-dash-metrics {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-hero-text {
    grid-template-columns: 1fr;
  }

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

  .accounts-section .accounts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hero-z-indexes-section .home-zindexes-cards-wrapper {
    flex-direction: column !important;
    max-width: min(100%, 560px) !important;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-z-indexes-section .home-z-indexes-card {
    width: 100% !important;
  }

  .gp-carousel-viewport {
    width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .os-grid.gp-carousel-track {
    --gp-carousel-card: min(76vw, 330px);
    animation-duration: 28s;
  }
}

@media (max-width: 640px) {
  .hero-text {
    font-size: 42px !important;
  }

  .os-grid {
    grid-template-columns: 1fr !important;
  }

  .accounts-section .accounts-container {
    max-width: calc(100vw - 32px) !important;
  }

  .accounts-section .accounts-grid {
    grid-template-columns: 1fr !important;
  }
}
