/* Star Networking clean main stylesheet 20260709clean-main-ai1 */
:root {
  color-scheme: dark;
  --bg: #06111f;
  --bg-2: #0a1728;
  --panel: #101d31;
  --panel-2: #14243a;
  --line: rgba(126, 158, 195, .42);
  --line-strong: rgba(133, 188, 255, .58);
  --text: #edf7ff;
  --muted: #b8c9dc;
  --soft: #d8e9fb;
  --blue: #39bdf8;
  --cyan: #7dd3fc;
  --green: #22c55e;
  --amber: #f8c15d;
  --violet: #a78bfa;
  --shadow: 0 18px 46px rgba(0, 0, 0, .28);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(6, 17, 31, .88), rgba(6, 17, 31, .98)),
    linear-gradient(135deg, #071322 0%, #0a192b 48%, #06111f 100%);
  color: var(--text);
  font-family: "Barlow", "Space Grotesk", Arial, sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(rgba(125, 211, 252, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000, transparent 82%);
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -44px;
  z-index: 200;
  padding: 9px 12px;
  background: var(--amber);
  color: #07111f;
  text-decoration: none;
  font-weight: 800;
}

.skip-link:focus {
  top: 12px;
}

.container {
  width: min(1220px, 92vw);
  margin: 0 auto;
}

.topline {
  background: #030a14;
  color: #d8e8f8;
  text-align: center;
  padding: 9px 12px;
  font-size: 13px;
  border-bottom: 1px solid rgba(126, 158, 195, .28);
}

.header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(5, 13, 25, .94);
  border-bottom: 1px solid rgba(126, 158, 195, .42);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
}

.brand,
.brand-star-networking {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
  color: var(--text);
}

.brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .34));
}

.brand-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand-main {
  color: #ffffff;
  font-family: "Space Grotesk", "Barlow", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-sub {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-logo-removed {
  width: 170px;
  height: auto;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}

.nav a,
.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(126, 158, 195, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  color: #dcecff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.nav a:hover,
.nav-link:hover {
  color: #ffffff;
  background: rgba(57, 189, 248, .16);
  border-color: rgba(57, 189, 248, .55);
}

.nav-dropdown,
.nav-item-wrap {
  position: relative;
}

.nav-dropdown-menu,
.mega-menu,
.mega-menu-pro {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 110;
  display: none;
  width: min(760px, calc(100vw - 32px));
  min-width: 240px;
  padding: 10px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: rgba(8, 19, 34, .98);
  box-shadow: var(--shadow);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-item-wrap:hover .mega-menu,
.nav-item-wrap:focus-within .mega-menu,
.nav-item-products:hover .mega-menu-pro,
.nav-item-products:focus-within .mega-menu-pro {
  display: grid;
  gap: 8px;
}

.nav-dropdown-menu a,
.mega-menu a,
.mega-menu-pro a {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  background: rgba(255, 255, 255, .04);
}

.nav-toggle {
  display: none;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
  color: var(--text);
  font-weight: 800;
}

.btn,
.btn-main,
.detail-link,
.finder-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--amber), #ffe08a);
  color: #07111f;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(248, 193, 93, .18);
}

.btn:hover,
.btn-main:hover,
.detail-link:hover {
  transform: translateY(-1px);
}

.btn-ghost {
  background: rgba(255, 255, 255, .07);
  color: #e9f7ff;
  border-color: rgba(125, 211, 252, .42);
  box-shadow: none;
}

.section {
  padding: 64px 0;
}

.section-tight {
  padding: 14px 0 28px;
}

.section-title {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.08;
}

.section-intro,
.lead {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.section-intro {
  max-width: 760px;
  margin: 12px 0 0;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 14px 0;
  color: #ffffff;
  font-size: 58px;
  line-height: 1.02;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 42px;
  border-bottom: 1px solid rgba(126, 158, 195, .28);
  background:
    linear-gradient(90deg, rgba(5, 13, 25, .94), rgba(5, 13, 25, .68) 54%, rgba(5, 13, 25, .88)),
    url("/global-it-pro/assets/site-visuals/global-hero-dark.png") center / cover no-repeat;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr);
  gap: 22px;
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.hero-copy .lead {
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-metrics,
.proof-metrics,
.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 0;
}

.hero-metrics div,
.proof-metrics article,
.metric-strip article {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(18, 32, 52, .92), rgba(9, 20, 36, .92));
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

.hero-metrics dt,
.proof-metrics strong,
.metric-strip strong {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.hero-metrics dd,
.proof-metrics span,
.metric-strip span {
  margin: 6px 0 0;
  color: var(--muted);
}

.finder {
  align-self: stretch;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(125, 211, 252, .34);
  border-radius: 8px;
  background: linear-gradient(155deg, rgba(17, 35, 58, .92), rgba(8, 20, 38, .94));
  box-shadow: var(--shadow);
}

.finder h2 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
}

.finder p,
.finder li {
  color: #cfe0f2;
}

.finder-group {
  margin-top: 16px;
}

.finder-group h3 {
  margin: 0;
  color: var(--cyan);
  font-size: 14px;
  text-transform: uppercase;
}

.finder-group ul {
  margin: 8px 0 0;
  padding-left: 18px;
  line-height: 1.7;
}

.finder-btn {
  width: 100%;
  margin-top: 18px;
}

.hero-strip {
  position: relative;
  height: 390px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #07111f;
  box-shadow: var(--shadow);
}

.hero-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fadeSlide 48s infinite;
}

.hero-strip img:nth-child(1) { animation-delay: 0s; }
.hero-strip img:nth-child(2) { animation-delay: 6s; }
.hero-strip img:nth-child(3) { animation-delay: 12s; }
.hero-strip img:nth-child(4) { animation-delay: 18s; }
.hero-strip img:nth-child(5) { animation-delay: 24s; }
.hero-strip img:nth-child(6) { animation-delay: 30s; }
.hero-strip img:nth-child(7) { animation-delay: 36s; }
.hero-strip img:nth-child(8) { animation-delay: 42s; }

@keyframes fadeSlide {
  0%, 15%, 100% { opacity: 0; transform: scale(1.03); }
  3%, 12% { opacity: 1; transform: scale(1); }
}

.value-grid,
.category-grid,
.accessory-grid,
.featured-grid,
.matrix-grid,
.brand-grid,
.radar-pro-grid,
.blackwell-grid,
.focus-grid,
.workflow-grid {
  display: grid;
  gap: 14px;
}

.value-grid,
.category-grid,
.matrix-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.accessory-grid,
.featured-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.value-grid article,
.category-card,
.accessory-card,
.featured-grid article,
.level,
.proof-panel,
.quote-form,
.rfq-card,
.panel,
.card,
.brand-card,
.product-card,
.service-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(16, 29, 49, .96), rgba(9, 20, 36, .96));
  color: var(--text);
  box-shadow: 0 15px 36px rgba(0, 0, 0, .2);
}

.value-grid article,
.category-card,
.accessory-card {
  padding: 16px;
}

.value-grid h3,
.category-card h3,
.accessory-card h3,
.featured-grid h3,
.level h3 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
}

.value-grid p,
.category-card p,
.accessory-card p,
.featured-grid p,
.level p {
  margin: 8px 0 0;
  color: var(--muted);
}

.value-grid img,
.category-card img,
.accessory-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid rgba(126, 158, 195, .28);
  border-radius: 8px;
  background: #07111f;
  margin-bottom: 12px;
}

.category-card img,
.accessory-card img {
  object-fit: contain;
  padding: 8px;
}

.category-card a,
.accessory-card a {
  color: var(--cyan);
  font-weight: 800;
  text-decoration: none;
}

.accessory-badges,
.featured-filters,
.journey-meta,
.logistics-badges,
.pills,
.summary-pills,
.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.accessory-badge,
.featured-tag,
.journey-meta span,
.logistics-badges span,
.pills span,
.pills a,
.summary-pills span,
.category-pills a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(125, 211, 252, .28);
  border-radius: 8px;
  background: rgba(57, 189, 248, .10);
  color: #dff7ff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.accessory-specs {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.accessory-specs li {
  color: var(--muted);
}

.featured-filters {
  margin-top: 16px;
}

.featured-filters button {
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(125, 211, 252, .32);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
  color: #dff7ff;
  cursor: pointer;
  font-weight: 800;
}

.featured-filters button.active,
.featured-filters button:hover {
  background: rgba(57, 189, 248, .20);
  border-color: rgba(57, 189, 248, .62);
}

.featured-grid article {
  overflow: hidden;
}

.featured-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 12px;
  background: linear-gradient(135deg, #07111f, #10243a);
}

.featured-body {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.featured-price {
  color: var(--amber) !important;
  font-weight: 900;
}

.trade-journey,
.soft-bg,
.cta,
.matrix,
.dark,
.logistics-logo-marquee {
  border-top: 1px solid rgba(126, 158, 195, .28);
  border-bottom: 1px solid rgba(126, 158, 195, .28);
  background: linear-gradient(180deg, rgba(9, 20, 36, .76), rgba(6, 17, 31, .92));
}

.journey-steps {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.journey-step {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(16, 29, 49, .96), rgba(9, 20, 36, .96));
}

.journey-step-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.journey-step-head span {
  padding: 5px 9px;
  border-radius: 8px;
  background: rgba(34, 197, 94, .16);
  color: #dfffe9;
  font-size: 12px;
  font-weight: 900;
}

.journey-step h3 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
}

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

.journey-gallery {
  display: grid;
  gap: 10px;
}

.journey-gallery.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journey-gallery img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid rgba(126, 158, 195, .28);
  border-radius: 8px;
  background: #07111f;
}

.trust-layout,
.cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 18px;
  align-items: start;
}

.proof-panel,
.quote-form {
  padding: 18px;
}

.proof-panel h3,
.quote-form h3 {
  margin-top: 0;
  color: #ffffff;
}

.flow-list {
  color: var(--muted);
  line-height: 1.7;
  padding-left: 20px;
}

.quote-form {
  display: grid;
  gap: 12px;
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: #dcecff;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(126, 158, 195, .48);
  border-radius: 8px;
  background: #081526;
  color: #ffffff;
  padding: 12px;
}

input::placeholder,
textarea::placeholder {
  color: #849bb4;
}

textarea {
  min-height: 118px;
  resize: vertical;
}

.form-feedback {
  margin: 0;
  color: var(--cyan);
}

.ai-gpu-home,
.blackwell-home,
.ai-radar-pro {
  width: min(1220px, 92vw);
  margin: 64px auto;
  border: 1px solid rgba(126, 158, 195, .42);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(57, 189, 248, .14), transparent 38%),
    linear-gradient(180deg, rgba(16, 29, 49, .98), rgba(8, 19, 34, .98));
  box-shadow: var(--shadow);
}

.ai-gpu-home {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.35fr);
  gap: 18px;
  padding: 22px;
}

.ai-gpu-home-copy,
.blackwell-copy,
.radar-pro-copy {
  min-width: 0;
}

.ai-gpu-home-copy p,
.blackwell-copy p,
.radar-pro-kicker {
  margin: 0 0 8px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ai-gpu-home h2,
.blackwell-home h2,
.ai-radar-pro h2 {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.08;
}

.ai-gpu-home-copy > span,
.blackwell-copy > span,
.radar-pro-copy > span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.68;
}

.ai-factory-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.ai-factory-metrics article {
  padding: 12px;
  border: 1px solid rgba(125, 211, 252, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}

.ai-factory-metrics strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
}

.ai-factory-metrics span {
  color: var(--muted);
}

.ai-gpu-home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ai-home-card,
.blackwell-card,
.radar-pro-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(126, 158, 195, .36);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(13, 26, 45, .96), rgba(7, 17, 31, .96));
  color: var(--text);
  text-decoration: none;
}

.ai-home-card {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.ai-home-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: 10px;
  border-radius: 8px;
  background: #07111f;
}

.ai-home-card span,
.radar-pro-card span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
}

.ai-home-card b {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}

.ai-home-card small {
  color: var(--muted);
  line-height: 1.45;
}

.blackwell-home {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 18px;
  padding: 22px;
}

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

.blackwell-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: contain;
  padding: 12px;
  background: #07111f;
}

.blackwell-card div {
  padding: 12px;
}

.blackwell-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
}

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

.ai-radar-pro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr);
  gap: 18px;
  padding: 22px;
}

.radar-pro-copy,
.radar-pro-grid {
  grid-column: 1 / -1;
}

.radar-pro-visual {
  margin: 0;
  grid-column: 2;
  grid-row: 1;
}

.radar-pro-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  border-radius: 8px;
  background: #07111f;
  border: 1px solid rgba(126, 158, 195, .28);
}

.radar-pro-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.radar-pro-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: 10px;
  background: #07111f;
}

.radar-pro-card div {
  padding: 12px;
  border-top: 3px solid var(--accent, var(--cyan));
}

.radar-accent-1 { --accent: #34d399; }
.radar-accent-2 { --accent: #f8d37b; }
.radar-accent-3 { --accent: #67e8f9; }
.radar-accent-4 { --accent: #a78bfa; }
.radar-accent-5 { --accent: #86efac; }

.radar-pro-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.logistics-logo-marquee {
  overflow: hidden;
}

.logistics-logo-shell {
  display: grid;
  gap: 22px;
}

.logistics-logo-copy {
  max-width: 960px;
}

.logistics-logo-viewport {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logistics-logo-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: logistics-logo-scroll 70s linear infinite;
}

.logistics-logo-card {
  flex: 0 0 180px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(126, 158, 195, .32);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .04));
}

.logistics-logo-card img {
  width: 150px;
  height: 54px;
  object-fit: contain;
}

@keyframes logistics-logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.brand-wall-modern {
  border-top: 1px solid rgba(126, 158, 195, .28);
  border-bottom: 1px solid rgba(126, 158, 195, .28);
  background:
    linear-gradient(135deg, rgba(57, 189, 248, .10), transparent 34%),
    linear-gradient(180deg, rgba(9, 20, 36, .92), rgba(6, 17, 31, .96));
}

.brand-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 22px;
}

.brand-link {
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(126, 158, 195, .34);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(16, 29, 49, .96), rgba(9, 20, 36, .96));
  color: var(--text);
  text-decoration: none;
}

.brand-link img {
  width: 100%;
  height: 76px;
  object-fit: contain;
  padding: 14px;
  border: 1px solid rgba(126, 158, 195, .24);
  border-radius: 8px;
  background: #f7fbff;
}

.brand-link span {
  color: #ffffff;
  font-weight: 900;
  line-height: 1.2;
}

.brand-link small {
  color: var(--muted);
  line-height: 1.35;
}

.procurement-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.procurement-grid article {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(16, 29, 49, .96), rgba(9, 20, 36, .96));
}

.procurement-grid span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
}

.procurement-grid h3 {
  margin: 8px 0;
  color: #ffffff;
  font-size: 21px;
}

.procurement-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 15px;
  border-radius: 8px;
  background: linear-gradient(135deg, #22c55e, #86efac);
  color: #04120a;
  text-decoration: none;
  font-weight: 950;
  box-shadow: 0 16px 36px rgba(34, 197, 94, .26);
}

.footer {
  border-top: 1px solid rgba(126, 158, 195, .28);
  background: #030a14;
  color: var(--muted);
  padding-top: 38px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 18px;
  padding-bottom: 24px;
}

.footer h3 {
  margin: 0 0 10px;
  color: #ffffff;
}

.footer a,
.footer p {
  display: block;
  margin: 0 0 8px;
  color: var(--muted);
  text-decoration: none;
}

.footer a:hover {
  color: var(--cyan);
}

.copyright {
  border-top: 1px solid rgba(126, 158, 195, .22);
  padding: 14px 0 18px;
  color: #8ba1b9;
  font-size: 14px;
}

.product-media,
.rel-img,
.brand-logo-panel,
.gallery-item,
.hero-media,
.product-stage,
.image-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #07111f;
}

.product-media img,
.rel-img img,
.brand-logo-panel img,
.gallery-item img,
.product-stage img,
.image-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.crumb {
  color: var(--muted);
}

.crumb a,
.price,
.product-kicker {
  color: var(--cyan);
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border-bottom: 1px solid rgba(126, 158, 195, .22);
  padding: 10px;
  color: var(--muted);
  text-align: left;
  vertical-align: top;
}

th {
  color: #ffffff;
}

@media (max-width: 1180px) {
  .nav-wrap {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .header .btn {
    margin-left: auto;
  }

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

@media (max-width: 920px) {
  h1 {
    font-size: 40px;
  }

  .section-title,
  .ai-gpu-home h2,
  .blackwell-home h2,
  .ai-radar-pro h2 {
    font-size: 32px;
  }

  .hero-layout,
  .trust-layout,
  .cta-layout,
  .ai-gpu-home,
  .blackwell-home,
  .ai-radar-pro {
    grid-template-columns: 1fr;
  }

  .hero-metrics,
  .proof-metrics,
  .metric-strip,
  .procurement-grid,
  .value-grid,
  .category-grid,
  .accessory-grid,
  .featured-grid,
  .matrix-grid,
  .brand-grid,
  .blackwell-grid,
  .radar-pro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .radar-pro-visual {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(94vw, 1220px);
  }

  .topline {
    font-size: 12px;
  }

  .nav-wrap {
    align-items: center;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-main {
    font-size: 18px;
    white-space: normal;
  }

  .brand-sub {
    font-size: 10px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav {
    display: none;
    order: 4;
    width: 100%;
    flex-basis: 100%;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8, 19, 34, .98);
  }

  .nav.open {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nav a,
  .nav-link {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-dropdown-menu,
  .mega-menu,
  .mega-menu-pro {
    position: static;
    width: 100%;
    min-width: 0;
    box-shadow: none;
  }

  .header .btn {
    min-height: 38px;
    padding: 8px 11px;
  }

  .section {
    padding: 46px 0;
  }

  .hero {
    padding: 48px 0 34px;
  }

  h1 {
    font-size: 34px;
  }

  .section-title,
  .ai-gpu-home h2,
  .blackwell-home h2,
  .ai-radar-pro h2 {
    font-size: 28px;
  }

  .lead,
  .section-intro {
    font-size: 16px;
  }

  .hero-metrics,
  .proof-metrics,
  .metric-strip,
  .procurement-grid,
  .value-grid,
  .category-grid,
  .accessory-grid,
  .featured-grid,
  .matrix-grid,
  .brand-grid,
  .journey-gallery.three-up,
  .ai-factory-metrics,
  .ai-gpu-home-grid,
  .blackwell-grid,
  .radar-pro-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-strip {
    height: 260px;
  }

  .ai-gpu-home,
  .blackwell-home,
  .ai-radar-pro {
    margin: 46px auto;
    padding: 16px;
  }

  .logistics-logo-card {
    flex-basis: 145px;
    height: 70px;
  }

  .logistics-logo-card img {
    width: 124px;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
