:root {
  --bg-dark: #070b14;
  --bg-darker: #04070d;
  --panel: #0f1525;
  --panel-soft: #111a2d;
  --text: #0b1324;
  --text-muted: #6b7280;
  --accent: #35c2ff;
  --accent-2: #a5ff3d;
  --accent-3: #00e0a4;
  --white: #ffffff;
  --border: rgba(255, 255, 255, 0.12);
}

body {
  font-family: "Space Grotesk", sans-serif;
  background:
    linear-gradient(rgba(97, 72, 170, 0), rgba(97, 72, 170, 0)),
    url("../2.jpg") center/cover fixed no-repeat;
  color: var(--text);
  position: relative;
}



.section-pad {
  padding: 96px 0;
}

.section-dark {
  background: rgba(7, 11, 20, 0.86);
  color: var(--white);
}

.section-light {
  background: rgba(245, 247, 251, 0.86);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.section-intro .pill {
  color: var(--text);
  background: rgba(15, 23, 42, 0.08);
}

.section-title {
  font-size: clamp(2rem, 2.4vw + 1.4rem, 3rem);
  font-weight: 700;
  margin: 18px 0 16px;
}

.section-lead {
  max-width: 820px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 1.05rem;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  /* background: rgba(7, 11, 20, 0.65); */
  color: var(--white);
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.particle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 194, 255, 0.8), rgba(53, 194, 255, 0.1));
  /* opacity: 0.5; */
  animation: floatUp 10s linear infinite;
}

.particle:nth-child(1) { left: 8%; top: 70%; animation-duration: 14s; animation-delay: -2s; }
.particle:nth-child(2) { left: 18%; top: 30%; animation-duration: 12s; animation-delay: -6s; }
.particle:nth-child(3) { left: 28%; top: 85%; animation-duration: 16s; animation-delay: -4s; }
.particle:nth-child(4) { left: 38%; top: 55%; animation-duration: 11s; animation-delay: -8s; }
.particle:nth-child(5) { left: 48%; top: 20%; animation-duration: 13s; animation-delay: -5s; }
.particle:nth-child(6) { left: 58%; top: 75%; animation-duration: 15s; animation-delay: -7s; }
.particle:nth-child(7) { left: 66%; top: 40%; animation-duration: 12s; animation-delay: -3s; }
.particle:nth-child(8) { left: 74%; top: 65%; animation-duration: 17s; animation-delay: -9s; }
.particle:nth-child(9) { left: 82%; top: 25%; animation-duration: 10s; animation-delay: -1s; }
.particle:nth-child(10) { left: 90%; top: 80%; animation-duration: 18s; animation-delay: -6s; }
.particle:nth-child(11) { left: 12%; top: 50%; animation-duration: 9s; animation-delay: -4s; }
.particle:nth-child(12) { left: 60%; top: 10%; animation-duration: 14s; animation-delay: -2s; }

@keyframes floatUp {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    /* opacity: 0.15; */
  }
  40% {
    /* opacity: 0.6; */
  }
  100% {
    transform: translateY(-120px) translateX(14px) scale(1.2);
    /* opacity: 0; */
  }
}

.hero-pill {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-title, .hero-title-feature {
  font-size: clamp(2.6rem, 3.6vw + 1.4rem, 4rem);
  font-weight: 700;
  margin: 18px 0 16px;
}

.hero-subtitle {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 28px 0 34px;
}

.hero-actions .btn-primary {
    background: linear-gradient(135deg, #c73e9b, #348ae9);
  border: none;
  color: #041114;
  font-weight: 600;
}

.hero-actions .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white);
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.highlight {
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-width: 140px;
}

.highlight-value {
  font-family: "JetBrains Mono", monospace;
  font-size: 1.4rem;
  font-weight: 700;
}

.highlight-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

/* GPU Visual */
.gpu-visual {
  position: relative;
  height: 360px;
  border-radius: 26px;
  background: linear-gradient(145deg, #0b1324, #101a2e);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.gpu-layer {
  position: absolute;
  inset: 35px 35px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0.6;
}

.gpu-layer-2 {
  inset: 20px 20px;
  opacity: 0.4;
}

.gpu-layer-3 {
  inset: 95px 95px;
  opacity: 0.4;
}

.gpu-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(53, 194, 255, 0.15) 1px, transparent 1px),
    linear-gradient(180deg, rgba(53, 194, 255, 0.15) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.35;
}

.gpu-glow {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(165, 255, 61, 0.35), transparent 70%);
  bottom: 30px;
  right: 30px;
}

.chip-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.chip-card {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.chip-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}

.chip-value {
  font-size: 1rem;
  font-weight: 600;
}

/* Stats */
.stats {
  padding: 70px 0;
}

.stat-card {
  height: 100%;
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(var(--panel), var(--panel)) padding-box,
    linear-gradient(135deg, rgba(53, 194, 255, 0.8), rgba(165, 255, 61, 0.6)) border-box;
  border: 1px solid transparent;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.stat-value {
  font-family: "JetBrains Mono", monospace;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 12px;
}

/* Features */
.feature-card {
  height: 100%;
  padding: 28px;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.feature-card h5 {
  font-weight: 600;
  margin-top: 14px;
}

.feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(53, 194, 255, 0.12);
  color: #0b2840;
  font-weight: 700;
}

/* Split Cards */
.split-card {
  padding: 32px;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.1);
  border: 1px solid rgba(15, 23, 42, 0.08);
  height: 100%;
}

.split-meta {
  margin-top: 18px;
  font-size: 0.9rem;
  color: var(--accent-3);
  font-weight: 600;
}

/* Specs */
.spec-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.spec-item {
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--white);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

/* Locations */
.location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.location-chip {
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
  font-size: 0.9rem;
  cursor: pointer;
}

/* CTA */
.cta {
  padding: 90px 0;
  /* background: radial-gradient(circle at center, rgba(53, 194, 255, 0.15), transparent 60%),
    linear-gradient(135deg, #0b0f1a, #05070f); */
  color: var(--white);
  text-align: center;
  background-image: url("../bg.webp"), radial-gradient(circle at center, rgba(53, 194, 255, 0.15), transparent 60%),
    linear-gradient(135deg, #0b0f1a, #05070f);
        background-blend-mode: hard-light;
    background-size: cover;

}

.cta p {
  max-width: 720px;
  margin: 20px auto 28px;
  color: rgb(255, 255, 255);
}

.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

/*footer {*/
/*  background: var(--bg-darker);*/
/*  color: rgba(255, 255, 255, 0.7);*/
/*  padding: 18px 0;*/
/*  text-align: center;*/
/*  font-size: 0.9rem;*/
/*}*/


/* Responsive */
@media (max-width: 991px) {
  .hero {
    padding: 96px 0 80px;
  }

  .hero-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .hero-actions {
    flex-direction: column;
  }

  .chip-stats {
    grid-template-columns: 1fr;
  }
}

.neural-network{
    /* background: linear-gradient(135deg, #6937ED, #C05F6B); */
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}


/* Reset (optional) */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Hero Card */
.hero-card {
    background: linear-gradient(
        135deg,
        #6366f1 0%,
        #a855f7 50%,
        #ec4899 75%,
        #f97316 100%
    );
    padding: 34px;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    min-height: 420px;
}

/* Logo */
.hero-logo {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.hero-logo img {
    max-width: 32px;
}

/* Content Wrapper */
.inner-section {
    position: relative;
    z-index: 2;
}

/* Heading */
.hero-title, .hero-title-feature {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

/* Subtitle */
.hero-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 27px;
    max-width: 600px;
}

/* Buttons */
.btn-start {
    background: #f97316;
    color: #ffffff;
    padding: 9px 14px;
    border-radius: 4px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-start:hover {
    background: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.4);
}

/* Footnote */
.hero-footnote {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
}

/* Neural Network Placeholder */
.neural-network {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    width: 380px;
    height: 380px;
    pointer-events: none;
}

/* Responsive */
@media (max-width: 1200px) {
    .hero-title, .hero-title-feature {
        font-size: 40;
    }

    .neural-network {
        width: 300px;
        height: 300px;
        right: 40px;
    }
}

@media (max-width: 768px) {
    .hero-card {
        padding: 30px;
    }

    .hero-title, .hero-title-feature {
        font-size: 30;
    }

    .neural-network {
        display: none;
    }
}



.card-custom {
  border-radius: 32px;
  border: none;
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* Hero Card - Neural Network */
.hero-card {
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 75%, #f97316 100%);
  padding: 60px;
  min-height: 420px;
  position: relative;
}

.hero-logo {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
 
}
.inner-section{
  position: relative;
  z-index: 9;
}

.hero-logo svg {
  width: 32px;
  height: 32px;
}

.hero-title {
  font-size: 72px;
  font-weight: 700;
  color: white;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.hero-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
  font-weight: 400;
}


.btn-start:hover {
  background: #ea580c;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.4);
}

.btn-demo {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  padding: 14px 32px;
  border-radius: 12px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.btn-demo:hover {
  background: rgba(255, 255, 255, 0.25);
}

.hero-footnote {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
}

/* Neural Network Visualization */
.neural-network {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  height: 380px;
}

.network-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a78bfa 0%, #f0abfc 50%, #fbbf24 100%);
  box-shadow: 0 0 20px rgba(167, 139, 250, 0.6);
}

.network-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, rgba(167, 139, 250, 0.3), rgba(251, 191, 36, 0.3));
  transform-origin: left center;
}

/* Accelerate Card */
.accelerate-card {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  padding: 33px;
  min-height: 200px;
}

/* .accelerate-card .tensor-logo-small {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 500;
} */

.accelerate-card .tensor-icon {
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accelerate-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.progress-bars {
  margin-top: 30px;
}

.custom-progress {
  height: 8px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

.progress-bar-orange {
  background: linear-gradient(90deg, #f97316, #fb923c);
  border-radius: 10px;
  animation: progressFill 2s ease-out forwards;
}

.progress-bar-white {
  background: linear-gradient(90deg, #ffffff, #f0f0f0);
  border-radius: 10px;
  animation: progressFill 2s ease-out 0.3s forwards;
}

@keyframes progressFill {
  from { width: 0%; }
}



/* Brain Card */
.brain-card {
  background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
  padding: 27px;
  position: relative;
  overflow: hidden;
}

.brain-card .year {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.brain-card .url {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.brain-image {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  height: auto;
}

.brain-title {
  font-size: 64px;
  font-weight: 700;
  color: white;
  line-height: 1.1;
  position: absolute;
  bottom: 80px;
  left: 50px;
  letter-spacing: -1px;
}

.brain-badge {
  position: absolute;
  bottom: 30px;
  right: 50px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Logo Card */
.logo-card {
  background: linear-gradient(135deg, #6366f1 0%, #7c3aed 100%);
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}

.logo-icon {
  width: 180px;
  height: 180px;
}

/* Typography Card */
.typography-card {
  background: linear-gradient(135deg, #6366f1 0%, #7c3aed 100%);
  padding: 50px;
  min-height: 280px;
}

.type-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.type-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

.type-samples {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.type-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.type-name {
  color: white;
  font-size: 48px;
  font-weight: 700;
}

.weight-list {
  text-align: right;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.8;
}

.weight-light {
  font-weight: 300;
}

.weight-regular {
  font-weight: 400;
}

.weight-medium {
  font-weight: 500;
}

.weight-bold {
  font-weight: 700;
}

/* Progress Lines */
.progress-line {
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.progress-line-fill {
  height: 100%;
  background: linear-gradient(90deg, #ffffff, #e0e0e0);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

/* Responsive */
@media (max-width: 1200px) {
  .hero-title {
      font-size: 56px;
  }
  
  .neural-network {
      width: 300px;
      height: 300px;
      right: 40px;
  }
}

@media (max-width: 768px) {
  .hero-card,
  .gpu-card,
  .brain-card {
      padding: 30px;
  }

  .hero-title {
      font-size: 42px;
  }

  .gpu-title,
  .brain-title {
      font-size: 38px;
  }

  .neural-network,
  .brain-image,
  .server-image {
      display: none;
  }
}

/* Animation classes */
.fade-in {
  opacity: 1;
}

.slide-up {
  transform: translateY(50px);
  opacity: 1;
}

.scale-in {
  transform: scale(0.9);
  opacity: 1;
}


.section-pad {
  padding: 70px 0;
}


.compute-wrapper {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* GPU CORE */

.ai-compute {
  position: relative;
  color: #e5f0ff;
  overflow: hidden;
}

/* GLASS LAYER */
.ai-compute::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    circle at top left,
    rgba(255,255,255,0.12),
    rgba(255,255,255,0.02) 60%
  );

  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);

  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.08);

  z-index: 0;
}

/* KEEP CONTENT ABOVE GLASS */
.ai-compute > * {
  position: relative;
  z-index: 2;
}
.gpu-core {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: linear-gradient(145deg, #1e40af, #020617);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
  text-align: center;
}

.gpu-text {
  font-weight: 600;
  letter-spacing: 0.03em;
}

.gpu-stats {
  font-size: 0.75rem;
  color: #93c5fd;
  margin-top: 4px;
}

.gpu-ring {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  border: 2px dashed rgba(99,102,241,0.6);
}

/* CARDS */
.compute-card {
  position: absolute;
  width: 340px;
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.03)
  );
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
}

.compute-card.left {
  left: 0;
}

.compute-card.right {
  right: 0;
}

.compute-card h4 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.compute-card p {
  font-size: 0.95rem;
  color: #c7d2fe;
}

.compute-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}

.compute-card li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
}

.compute-card li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #60a5fa;
}

.tag {
  font-size: 0.8rem;
  color: #93c5fd;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 10px;
}

/* DATA LINES */
.data-line {
  position: absolute;
  top: 50%;
  width: 220px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #60a5fa, transparent);
  opacity: 0.8;
}

.left-line {
  left: 270px;
}

.right-line {
  right: 270px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .compute-card {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }

  .data-line {
    display: none;
  }

  .compute-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}

.ai-pipeline {
  background: linear-gradient(180deg, #f9fafb, #eef2ff);
  color: #020617;
}

.pipeline-header {
  max-width: 920px;
  margin: 0 auto 70px;
}

.pipeline-header p {
  color: #475569;
  line-height: 1.7;
}

/* PIPELINE */
.ai-gpu-section {
  background: radial-gradient(circle at top, #0b1f3a, #050b16);
  color: #e6ecf3;
}

.gpu-header h2 {
  font-size: 40px;
  font-weight: 700;
}

.gpu-header p {
  max-width: 700px;
  margin: auto;
  opacity: 0.8;
}

.gpu-badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(0, 255, 255, 0.1);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 12px;
}

/* FLOW */
.gpu-flow {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.gpu-step {
  display: flex;
  gap: 18px;
  padding: 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0f2a4d, #09182d);
  border: 1px solid rgba(0, 255, 255, 0.15);
}

.gpu-icon {
  font-size: 28px;
  color: #00ffff;
}

/* PANEL */
.gpu-panel {
  padding: 35px;
  border-radius: 20px;
  background: linear-gradient(180deg, #0d2442, #071425);
  border: 1px solid rgba(0, 255, 255, 0.25);
}

.gpu-panel h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.gpu-stats {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.gpu-stats div {
  text-align: center;
  background: rgba(0, 255, 255, 0.08);
  padding: 12px;
  border-radius: 12px;
  flex: 1;
}

.gpu-stats span {
  display: block;
  font-size: 12px;
  opacity: 0.7;
}

.gpu-btn {
  display: block;
  text-align: center;
  padding: 14px;
  background: linear-gradient(90deg, #00ffff, #00bfff);
  color: #000;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
}

.gpu-divider {
  height: 1px;
  background: rgba(255,255,255,0.15);
  margin: 25px 0;
}

.gpu-contact {
  font-size: 14px;
  opacity: 0.85;
}


/* RESPONSIVE */
.b200-specs {
  background: #f6f9fc;
  color: #0b1d34;
}

.spec-header h2 {
  font-size: 38px;
  font-weight: 700;
}

.spec-header p {
  max-width: 720px;
  margin: auto;
  opacity: 0.75;
}

.spec-pill {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(0, 200, 200, 0.15);
  color: #007c7c;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 10px;
}

/* CARDS */
.spec-card {
  height: 100%;
  padding: 30px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 180, 180, 0.25);
  transition: 0.3s ease;
}

.spec-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.spec-icon {
  font-size: 32px;
  margin-bottom: 15px;
}

.spec-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.spec-card p {
  font-size: 14.5px;
  opacity: 0.8;
}