/* Fan30Tech Home Header Navigation + Refined Hero | sit v75 */

.home-v75 {
  --home-subnav-height: 54px;
  --home-header-offset: var(--global-header-height);
  --home-gold: #d8ad55;
  --home-gold-light: #f3d888;
  --home-cyan: #82ddea;
  --home-hero-text: #fff7e8;
  --home-hero-muted: #9ba8b9;
  padding-top: var(--home-header-offset);
}

.home-v75 main section[id] {
  scroll-margin-top: calc(var(--home-header-offset) + var(--home-subnav-height) + 18px);
}

.home-v75 .global-header .container,
.home-v75 .home-section-nav .container,
.home-v75 .hero .container {
  width: min(calc(100% - 52px), 1460px);
}

/* Desktop navigation items moved into the section navigation. Mobile drawer stays unchanged. */
@media (min-width: 1021px) {
  .home-v75 {
    padding-top: calc(var(--home-header-offset) + var(--home-subnav-height));
  }

  .home-v75 .global-nav__section-link {
    display: none;
  }

  /* Keep the secondary navigation in its own fixed row directly below the measured header. */
  .home-v75 .home-section-nav {
    position: fixed;
    top: var(--home-header-offset);
    right: 0;
    left: 0;
    height: var(--home-subnav-height);
    min-height: var(--home-subnav-height);
    box-sizing: border-box;
  }

  .home-v75 .home-section-nav__inner {
    height: 100%;
    min-height: 0;
  }
}

/* Start: Secondary section navigation */
.home-section-nav {
  position: sticky;
  top: var(--home-header-offset);
  z-index: 900;
  min-height: var(--home-subnav-height);
  height: auto;
  margin-top: 0;
  overflow: visible;
  border-bottom: 1px solid rgba(88, 178, 214, 0.15);
  background: linear-gradient(90deg, rgba(7, 14, 24, 0.97), rgba(10, 15, 27, 0.97));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  isolation: isolate;
}

.home-section-nav__inner {
  display: grid;
  min-height: var(--home-subnav-height);
  height: auto;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.home-section-nav__label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #7f8d9e;
  font-size: 0.76rem;
  white-space: nowrap;
}

.home-section-nav__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #76d5e2;
  box-shadow: 0 0 0 6px rgba(118, 213, 226, 0.08);
}

.home-section-nav__scroller {
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.home-section-nav__scroller::-webkit-scrollbar {
  display: none;
}

.home-section-nav__links {
  display: flex;
  min-width: max-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.home-section-nav__link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #8e99a8;
  font-size: 0.78rem;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.home-section-nav__link svg,
.home-section-nav__cta svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-section-nav__link:hover,
.home-section-nav__link.is-active {
  border-color: rgba(216, 173, 85, 0.2);
  color: #f1e5c7;
  background: rgba(216, 173, 85, 0.06);
}

.home-section-nav__cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #8e99a8;
  background: transparent;
  font-size: 0.78rem;
  font-weight: 400;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.home-section-nav__cta:hover {
  border-color: rgba(216, 173, 85, 0.2);
  color: #f1e5c7;
  background: rgba(216, 173, 85, 0.06);
}
/* End: Secondary section navigation */

/* Start: Refined home hero */
.home-v75 .hero {
  position: relative;
  min-height: calc(100vh - var(--home-header-offset) - var(--home-subnav-height));
  padding: 76px 0 66px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 24%, rgba(36, 133, 167, 0.19), transparent 32%),
    radial-gradient(circle at 18% 78%, rgba(216, 173, 85, 0.1), transparent 30%),
    linear-gradient(120deg, #050911 0%, #071727 58%, #06131f 100%);
}

.home-v75 .hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 7, 12, 0.2), transparent 24%, transparent 100%);
  content: "";
  pointer-events: none;
}

.home-v75 .hero-orbit {
  position: absolute;
  border: 1px solid rgba(216, 173, 85, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.home-v75 .hero-orbit--one {
  top: -280px;
  right: -150px;
  width: 760px;
  height: 760px;
}

.home-v75 .hero-orbit--two {
  top: 20%;
  right: 36%;
  width: 520px;
  height: 520px;
  border-color: rgba(130, 221, 234, 0.045);
}

.home-v75 .hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(560px, 0.97fr);
  align-items: center;
  gap: 76px;
  direction: rtl;
}

.home-v75 .hero-content {
  min-width: 0;
}

.home-v75 .hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  color: #e5bb61;
  background: transparent;
  font-size: 0.82rem;
  font-weight: 700;
}

.home-v75 .hero .pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-gold);
  box-shadow: 0 0 0 6px rgba(216, 173, 85, 0.08);
  animation: none;
}

.home-v75 .hero h1 {
  max-width: 760px;
  margin: 28px 0 24px;
  font-size: clamp(3rem, 3.45vw, 4.25rem);
  line-height: 1.3;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.home-v75 .hero-title-line {
  display: block;
  color: #fff7e8;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  white-space: nowrap;
}

.home-v75 .hero-title-accent {
  color: transparent;
  background: linear-gradient(90deg, #ffeab5 0%, #e1bd63 45%, #82e1ea 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-v75 .hero-text {
  max-width: 750px;
  margin: 0;
  color: #a9b3c1;
  font-size: 1rem;
  line-height: 2.05;
}

.home-v75 .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.home-v75 .hero .btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 0.92rem;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.home-v75 .hero .btn-primary {
  border-color: transparent;
  color: #171108;
  background: linear-gradient(135deg, #f3d989, #d8ad55 54%, #b87e35);
  box-shadow: 0 15px 36px rgba(216, 173, 85, 0.2);
}

.home-v75 .hero .btn-secondary {
  border-color: rgba(137, 169, 191, 0.2);
  color: #fff7e8;
  background: rgba(4, 13, 23, 0.46);
}

.home-v75 .hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid rgba(125, 169, 195, 0.16);
  border-radius: 17px;
  background: rgba(4, 13, 23, 0.34);
}

.home-v75 .hero-stats div {
  padding: 18px 20px;
  border-left: 1px solid rgba(125, 169, 195, 0.12);
  text-align: center;
}

.home-v75 .hero-stats div:last-child {
  border-left: 0;
}

.home-v75 .hero-stats strong,
.home-v75 .hero-stats span {
  display: block;
}

.home-v75 .hero-stats strong {
  margin-bottom: 6px;
  color: #fff7e8;
  font-size: 1.42rem;
}

.home-v75 .hero-stats span {
  color: #8795a7;
  font-size: 0.74rem;
}

.home-v75 .hero-visual {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  direction: ltr;
}

.home-v75 .hero-visual .visual-orbit {
  position: absolute;
  border: 1px solid rgba(216, 173, 85, 0.08);
  border-radius: 50%;
  animation: none;
}

.home-v75 .hero-visual .visual-orbit--outer {
  width: 570px;
  height: 570px;
}

.home-v75 .hero-visual .visual-orbit--inner {
  width: 420px;
  height: 420px;
  border-color: rgba(112, 208, 222, 0.07);
  border-style: dashed;
}

.home-v75 .dashboard-card {
  position: relative;
  z-index: 2;
  width: min(100%, 700px);
  overflow: hidden;
  border: 1px solid rgba(112, 197, 214, 0.22);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(10, 28, 42, 0.98), rgba(7, 14, 26, 0.98));
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.48), 0 0 80px rgba(50, 153, 178, 0.12);
  transform: perspective(1400px) rotateY(1.5deg) rotateX(0.7deg);
}

.home-v75 .dashboard-topbar {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 0 18px;
  border-bottom: 1px solid rgba(216, 173, 85, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.home-v75 .dashboard-topbar-line {
  width: 42%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
}

.home-v75 .dashboard-traffic {
  display: flex;
  gap: 7px;
}

.home-v75 .dashboard-traffic span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a5063;
}

.home-v75 .dashboard-traffic span:first-child {
  background: #e0ad46;
}

.home-v75 .dashboard-body {
  display: grid;
  min-height: 416px;
  grid-template-columns: 1fr 60px;
}

.home-v75 .dashboard-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding-top: 30px;
  border-left: 1px solid rgba(216, 173, 85, 0.11);
}

.home-v75 .dashboard-sidebar span {
  width: 22px;
  height: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.home-v75 .dashboard-sidebar span.active {
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, var(--home-gold-light), #69cbdc);
}

.home-v75 .dashboard-content {
  padding: 30px;
}

.home-v75 .dashboard-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  direction: rtl;
}

.home-v75 .dashboard-heading > div:first-child {
  text-align: right;
}

.home-v75 .mini-label {
  display: block;
  margin-bottom: 8px;
  color: #69b8c9;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-v75 .dashboard-heading strong {
  color: #fff7e8;
  font-size: 1.35rem;
}


.home-v75 .dashboard-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.55fr;
  gap: 16px;
}

.home-v75 .dashboard-metrics {
  display: grid;
  gap: 14px;
}

.home-v75 .dashboard-metric-card,
.home-v75 .dashboard-chart-card {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 19px;
  background: linear-gradient(180deg, rgba(21, 41, 61, 0.72), rgba(11, 23, 38, 0.72));
}

.home-v75 .dashboard-metric-card {
  min-height: 146px;
  padding: 20px;
  color: #8795a8;
  font-size: 0.76rem;
  direction: rtl;
}

.home-v75 .dashboard-metric-value {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 21px;
  direction: ltr;
}

.home-v75 .dashboard-metric-value strong {
  color: #f6f1e7;
  font-size: 2.8rem;
  line-height: 1;
}

.home-v75 .dashboard-donut {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: conic-gradient(var(--home-gold) 0 92deg, rgba(255, 255, 255, 0.1) 92deg);
}

.home-v75 .dashboard-donut::after {
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: #13243a;
  content: "";
}

.home-v75 .dashboard-bars {
  display: flex;
  height: 48px;
  align-items: end;
  gap: 5px;
}

.home-v75 .dashboard-bars b {
  width: 13px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(#8ee7f1, #599fbd);
}

.home-v75 .dashboard-bars b:nth-child(1) { height: 24px; }
.home-v75 .dashboard-bars b:nth-child(2) { height: 43px; }
.home-v75 .dashboard-bars b:nth-child(3) { height: 31px; }
.home-v75 .dashboard-bars b:nth-child(4) { height: 18px; }

.home-v75 .dashboard-chart-card {
  padding: 20px;
}

.home-v75 .dashboard-chart-title {
  display: flex;
  justify-content: space-between;
  color: #8e9aaa;
  font-size: 0.76rem;
  direction: rtl;
}

.home-v75 .dashboard-chart-title b {
  color: #73d3dc;
}

.home-v75 .dashboard-chart-area {
  height: 280px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 14px;
  background:
    repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 0, rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 70px),
    linear-gradient(180deg, rgba(33, 78, 96, 0.24), rgba(11, 23, 37, 0.38));
}

.home-v75 .dashboard-chart-area svg {
  width: 100%;
  height: 100%;
}

.home-v75 .dashboard-chart-line {
  fill: none;
  stroke: url(#heroChartStrokeV69);
  stroke-width: 7;
  stroke-linecap: round;
  filter: drop-shadow(0 0 8px rgba(127, 218, 232, 0.15));
}

.home-v75 .hero-logo-badge {
  position: absolute;
  top: 42px;
  right: 4px;
  z-index: 4;
  display: block;
  width: 92px;
  height: 92px;
  padding: 9px;
  border: 1px solid rgba(223, 190, 108, 0.26);
  border-radius: 25px;
  background: rgba(5, 11, 18, 0.84);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.home-v75 .hero-logo-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-v75 .floating-chip {
  position: absolute;
  z-index: 5;
  padding: 10px 14px;
  border: 1px solid rgba(111, 200, 214, 0.24);
  border-radius: 13px;
  color: #f4f5f7;
  background: rgba(7, 24, 35, 0.92);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 0.76rem;
  font-weight: 700;
}

.home-v75 .floating-chip--ui {
  top: 64px;
  right: auto;
  left: 36%;
}

.home-v75 .floating-chip--ui span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--home-gold);
}

.home-v75 .floating-chip--code {
  bottom: 160px;
  left: -10px;
}

.home-v75 .floating-chip--speed {
  right: 22%;
  bottom: 80px;
}

.home-v75 .floating-chip--speed b {
  color: #ff8d38;
}
/* End: Refined home hero */

/* Start: Seamless expertise ticker */
.home-v75 .trusted-strip {
  position: relative;
  z-index: 2;
  display: flex;
  height: 72px;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(154, 104, 164, 0.2);
  border-bottom: 1px solid rgba(154, 104, 164, 0.2);
  background: linear-gradient(90deg, rgba(16, 20, 34, 0.97), rgba(35, 22, 43, 0.93), rgba(16, 20, 34, 0.97));
}

.home-v75 .trusted-strip::before,
.home-v75 .trusted-strip::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 110px;
  content: "";
  pointer-events: none;
}

.home-v75 .trusted-strip::before {
  right: 0;
  background: linear-gradient(270deg, #11121d, transparent);
}

.home-v75 .trusted-strip::after {
  left: 0;
  background: linear-gradient(90deg, #11121d, transparent);
}

.home-v75 .trusted-ticker-track {
  display: flex;
  width: max-content;
  direction: ltr;
  animation: homeTrustedTickerV70 34s linear infinite;
  will-change: transform;
}

.home-v75 .trusted-strip:hover .trusted-ticker-track {
  animation-play-state: paused;
}

.home-v75 .trusted-ticker-group {
  display: flex;
  flex: none;
  align-items: center;
  gap: 38px;
  padding-inline: 28px;
}

.home-v75 .trusted-ticker-group span {
  position: relative;
  color: #b8a9c7;
  font-size: 0.84rem;
  white-space: nowrap;
  direction: rtl;
}

.home-v75 .trusted-ticker-group span::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 14px;
  border-radius: 50%;
  background: #b982bd;
  content: "";
}

@keyframes homeTrustedTickerV70 {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
/* End: Seamless expertise ticker */

@media (max-width: 1240px) {
  .home-v75 .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(500px, 1fr);
    gap: 48px;
  }

  .home-v75 .hero h1 {
    font-size: clamp(2.8rem, 3.75vw, 3.85rem);
  }

  .home-v75 .dashboard-card {
    width: min(100%, 620px);
  }
}

@media (max-width: 1020px) {
  .home-v75 {
    --home-subnav-height: 52px;
  }

  .home-v75 .global-header .container,
  .home-v75 .home-section-nav .container,
  .home-v75 .hero .container {
    width: min(calc(100% - 34px), 1460px);
  }

  .home-section-nav__label {
    display: none;
  }

  .home-section-nav__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .home-section-nav__links {
    justify-content: flex-start;
  }

  .home-section-nav__cta {
    min-height: 38px;
    padding-inline: 13px;
  }

  .home-v75 .hero {
    min-height: auto;
    padding: 62px 0 48px;
  }

  .home-v75 .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-v75 .hero-content {
    max-width: 820px;
    justify-self: center;
    text-align: center;
  }

  .home-v75 .hero .eyebrow,
  .home-v75 .hero-actions {
    justify-content: center;
  }

  .home-v75 .hero h1,
  .home-v75 .hero-text,
  .home-v75 .hero-stats {
    margin-inline: auto;
  }

  .home-v75 .hero h1 {
    font-size: clamp(2.65rem, 7.2vw, 4rem);
  }

  .home-v75 .hero-visual {
    min-height: 570px;
  }

  .home-v75 .dashboard-card {
    width: min(96%, 700px);
  }
}

@media (max-width: 640px) {
  .home-v75 .global-header .container,
  .home-v75 .home-section-nav .container,
  .home-v75 .hero .container {
    width: min(calc(100% - 22px), 1460px);
  }

  .home-section-nav__cta {
    width: 40px;
    padding: 0;
    justify-content: center;
  }

  .home-section-nav__cta span {
    display: none;
  }

  .home-section-nav__link {
    padding-inline: 10px;
  }

  .home-section-nav__link svg {
    width: 16px;
  }

  .home-v75 .hero {
    padding: 44px 0 34px;
  }

  .home-v75 .hero h1 {
    font-size: clamp(2rem, 9.6vw, 2.85rem);
    line-height: 1.34;
    letter-spacing: -0.035em;
  }

  .home-v75 .hero-title-line {
    white-space: normal;
  }

  .home-v75 .hero-text {
    font-size: 0.9rem;
    line-height: 1.9;
  }

  .home-v75 .hero-actions {
    display: grid;
  }

  .home-v75 .hero .btn {
    width: 100%;
  }

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

  .home-v75 .hero-stats div {
    border-bottom: 1px solid rgba(125, 169, 195, 0.12);
    border-left: 0;
  }

  .home-v75 .hero-stats div:last-child {
    border-bottom: 0;
  }

  .home-v75 .hero-visual {
    min-height: 400px;
  }

  .home-v75 .hero-visual .visual-orbit--outer {
    width: 350px;
    height: 350px;
  }

  .home-v75 .hero-visual .visual-orbit--inner {
    width: 260px;
    height: 260px;
  }

  .home-v75 .dashboard-card {
    width: 100%;
    border-radius: 21px;
    transform: none;
  }

  .home-v75 .dashboard-body {
    min-height: 286px;
    grid-template-columns: 1fr 45px;
  }

  .home-v75 .dashboard-content {
    padding: 16px;
  }

  .home-v75 .dashboard-heading {
    margin-bottom: 14px;
  }

  .home-v75 .dashboard-heading strong {
    font-size: 1rem;
  }

  .home-v75 .mini-label {
    font-size: 0.5rem;
  }

  .home-v75 .dashboard-grid {
    grid-template-columns: 0.88fr 1.4fr;
    gap: 8px;
  }

  .home-v75 .dashboard-metrics {
    gap: 8px;
  }

  .home-v75 .dashboard-metric-card {
    min-height: 100px;
    padding: 11px;
  }

  .home-v75 .dashboard-metric-value {
    margin-top: 13px;
  }

  .home-v75 .dashboard-metric-value strong {
    font-size: 1.8rem;
  }

  .home-v75 .dashboard-donut {
    width: 37px;
    height: 37px;
  }

  .home-v75 .dashboard-donut::after {
    inset: 7px;
  }

  .home-v75 .dashboard-bars {
    height: 34px;
  }

  .home-v75 .dashboard-bars b {
    width: 8px;
  }

  .home-v75 .dashboard-chart-card {
    padding: 11px;
  }

  .home-v75 .dashboard-chart-area {
    height: 185px;
    margin-top: 10px;
  }

  .home-v75 .dashboard-chart-line {
    stroke-width: 6;
  }

  .home-v75 .hero-logo-badge {
    top: 22px;
    right: 0;
    width: 61px;
    height: 61px;
    border-radius: 18px;
  }

  .home-v75 .floating-chip {
    padding: 7px 10px;
    font-size: 0.62rem;
  }

  .home-v75 .floating-chip--ui {
    top: 17px;
    left: 31%;
  }

  .home-v75 .floating-chip--code {
    bottom: 90px;
    left: -3px;
  }

  .home-v75 .floating-chip--speed {
    right: 15%;
    bottom: 35px;
  }

  .home-v75 .trusted-strip {
    height: 62px;
  }

  .home-v75 .trusted-ticker-group {
    gap: 26px;
  }

  .home-v75 .trusted-ticker-group span {
    font-size: 0.75rem;
  }
}

/* Start: sit v75 true desktop vertical alignment + unified subnav */
@media (min-width: 1021px) {
  /* Keep the brand on the right and move the complete account/action group to the left. */
  .home-v75 .global-header__inner {
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  /* The desktop menu button is hidden; removing its empty wrapper prevents the nav from sitting near center. */
  .home-v75 .global-header__controls {
    display: none;
  }

  .home-v75 .global-header__inner {
    height: var(--global-header-height);
    min-height: var(--global-header-height);
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-v75 .global-brand,
  .home-v75 .global-nav {
    align-self: center;
    align-items: center;
    margin-block: 0;
    transform: none;
  }

  .home-v75 .global-nav__main,
  .home-v75 .global-nav__account {
    align-items: center;
  }

  /* Let the hero end after its actual content instead of forcing a viewport-height empty tail. */
  .home-v75 .hero {
    min-height: auto;
    padding-bottom: 30px;
  }
}

@media (min-width: 1440px) {
  .home-v75 {
    --home-subnav-height: 64px;
  }

  .home-v75 .home-section-nav__link,
  .home-v75 .home-section-nav__cta {
    min-height: 42px;
  }
}
/* End: sit v75 true desktop vertical alignment + unified subnav */

@media (prefers-reduced-motion: reduce) {
  .home-v75 .trusted-ticker-track {
    animation: none;
  }

  .home-v75 .hero .btn,
  .home-section-nav__cta {
    transition: none;
  }
}

/* v74: project entry now participates in the same desktop section-link row. */
.home-v75 .home-section-nav__project-link {
  font-weight: 400;
}

/* Start: sit v75 actual desktop header-box vertical centering */
@media (min-width: 1021px) {
  /*
   * responsive-v10 adds safe-area padding to the fixed header. On desktop that can
   * make the outer header taller than its inner row, so the row looks top-heavy
   * even though align-items:center is already present. Keep both boxes identical.
   */
  .home-v75 .global-header {
    height: var(--global-header-height);
    min-height: var(--global-header-height);
    padding-top: 0;
    box-sizing: border-box;
  }

  .home-v75 .global-header__inner {
    height: 100%;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
  }

  .home-v75 .global-brand,
  .home-v75 .global-nav,
  .home-v75 .global-nav__main,
  .home-v75 .global-nav__account {
    margin-top: 0;
    margin-bottom: 0;
    align-self: center;
    align-items: center;
    transform: none;
  }
}
/* End: sit v75 actual desktop header-box vertical centering */
