:root {
  --bg-dark: #0b0b0c;
  --bg-light: #f6f6f4;
  --accent: #ff4d00;
  --text-main: #ffffff;
  --text-muted: #b5b5b5;
  --radius-hard: 22px;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: Manrope, system-ui, sans-serif;
  background: var(--bg-dark);
  color: var(--text-main);
  line-height: 1.5;
}

.container {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
}
.skip-link:focus {
  left: 16px;
  top: 16px;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}

.site-header {
  position: sticky;
  top: 0;
  background: rgba(11, 11, 12, 0.8);
  backdrop-filter: blur(8px);
  z-index: 10;
}

.nav--dock17 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
}

.brand--core88 {
  font-family: "DM Serif Display", serif;
  font-size: 22px;
}

.nav-list--flux41 {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
}
.nav-list--flux41 a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.nav-cta--spark77 {
  color: var(--accent);
}

.hero--poster66 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-grid--fract22 {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;

  p {
    text-align: center;
    max-width: 600px;
  }
}

.hero-title--ion99 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.hero-title--ion99 span {
  color: var(--accent);
}

.hero-sub--core55 {
  max-width: 520px;
  color: var(--text-muted);
}

.hero-cta--cluster73 {
  display: flex;
  gap: 16px;
}

.cta--meteor91 {
  background: var(--accent);
  color: #000;
  padding: 16px 26px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cta--meteor91:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 77, 0, 0.6);
}

.cta--ghost48 {
  border: 1px solid var(--accent);
  color: #fff;
  padding: 16px 26px;
  border-radius: 24px;
  text-decoration: none;
}

.hero-svg--gridfx {
  width: 100%;
  max-width: 360px;
}

.section--darkflow31 {
  padding: 120px 32px;
  background: var(--bg-dark);
}

.section--lightcut14 {
  padding: 120px 32px;
  color: #fff;
}

.section-head--split09 {
}
.section-head--split09 h2 {
  font-size: 48px;
  margin: 0 0 16px;
}

.system-grid--asym77 {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 32px;
}

.card--outline90 {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 32px;
  border-radius: 22px;
}

.metrics-grid--rupt88 {
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.metric--stamp41 {
  border: 2px solid var(--accent);
  padding: 32px;
  flex: 1;
}
.metric-value {
  font-size: 48px;
  font-weight: 700;
}

.process-list--vector55 {
  max-width: 700px;
  margin: auto;
  list-style: none;
  padding: 0;
}
.process-list--vector55 li {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 18px;
}
.process-list--vector55 span {
  color: var(--accent);
}

.section--finalcta77 {
  padding: 140px 32px;
  text-align: center;
}
.cta-group--final19 {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}

.site-footer--solid33 {
  text-align: center;
  border-top: 1px solid #ff4d00;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 900px) {
  .hero-grid--fract22 {
    grid-template-columns: 1fr;
  }
  .system-grid--asym77 {
    grid-template-columns: 1fr;
  }
  .metrics-grid--rupt88 {
    flex-direction: column;
  }
}
/* =========================
   NEW SECTIONS (robotist.in)
   ========================= */

/* Shared helpers */
.section--infra91,
.section--control83,
.section--scale77 {
  padding: 120px 32px;
}

.eyebrow--signal09 {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 12px;
  position: relative;
  padding-left: 14px;
}
.eyebrow--signal09::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  background: var(--accent);
  border-radius: 2px;
}

/* Make images premium + safe */
.section--infra91 img,
.section--control83 img,
.section--scale77 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-hard);
  object-fit: cover;
}

/* =========================
   SECTION 1 — INFRA
   ========================= */

.infra-grid--shift42 {
  margin: auto;
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 40px;
  align-items: center;
}

/* Visual block */
.infra-visual--prime17 {
  margin: 0;
  position: relative;
  overflow: hidden;
  transform: rotate(-0.35deg);
  will-change: transform;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.infra-caption--micro11 {
  position: absolute;
  left: 18px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 18px;
  background: rgba(11, 11, 12, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
  backdrop-filter: blur(8px);
}

.infra-content--core68 h2 {
  font-size: clamp(32px, 4vw, 52px);
  margin: 0 0 14px;
}
.infra-content--core68 p {
  color: var(--text-muted);
  margin: 0 0 20px;
  max-width: 52ch;
}

.infra-points--vector55 {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 10px;
}
.infra-points--vector55 li {
  position: relative;
  padding-left: 18px;
  color: #e9e9e9;
}
.infra-points--vector55 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 2px;
  box-shadow: 0 0 14px rgba(255, 77, 0, 0.45);
}

/* =========================
   SECTION 2 — CONTROL
   ========================= */
.section--control83 {
  color: #fff;
  position: relative;
}

.control-grid--asym61 {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 34px;
  align-items: center;
}

.control-text--node44 h3 {
  font-size: clamp(26px, 3vw, 40px);
  margin: 0 0 12px;
}
.control-text--node44 p {
  margin: 0 0 14px;
  max-width: 56ch;
}
.control-note--micro22 {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.72);
  font-size: 13px;
}

.control-visual--proof90 {
  margin: 0;
  border-radius: calc(var(--radius-hard) + 2px);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
  transform: rotate(0.25deg);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  will-change: transform;
}
.control-visual--proof90::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    70% 70% at 70% 20%,
    rgba(255, 77, 0, 0.22),
    transparent 55%
  );
  opacity: 0.45;
  pointer-events: none;
}
.control-visual--proof90:hover {
  transform: rotate(0deg) scale(1.01);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

/* =========================
   SECTION 3 — SCALE
   ========================= */

.scale-grid--cinema33 {
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 44px;
  align-items: center;
}

.scale-image--dominant58 {
  margin: 0;
  position: relative;
  border-radius: calc(var(--radius-hard) + 2px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  will-change: transform;
}
.scale-image--dominant58::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 77, 0, 0.18), transparent 55%);
  opacity: 0.6;
  pointer-events: none;
}
.scale-image--dominant58:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 0 0 1px rgba(255, 77, 0, 0.3), 0 26px 80px rgba(0, 0, 0, 0.62);
}

.scale-copy--editorial19 {
  padding: 18px 0;
}
.scale-copy--editorial19 h2 {
  font-size: clamp(34px, 4.6vw, 58px);
  margin: 10px 0 14px;
}
.scale-copy--editorial19 p {
  color: var(--text-muted);
  margin: 0 0 26px;
  max-width: 48ch;
}

.scale-cta--line77 {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Motion: micro-spring feel without heavy JS */
@media (prefers-reduced-motion: no-preference) {
  .cta--meteor91,
  .infra-visual--prime17,
  .control-visual--proof90,
  .scale-image--dominant58 {
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
  }
}

/* Responsive */
@media (max-width: 980px) {
  .infra-grid--shift42,
  .control-grid--asym61,
  .scale-grid--cinema33 {
    grid-template-columns: 1fr;
  }
  .section--control83::before {
    height: 34px;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
  }
}

.hero--poster66 {
  position: relative;
}
.heroBG {
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  object-fit: cover;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  opacity: 0.2;
}

.expertReview a {
  color: #ff4d00;
}
.expertReview p {
  border-left: 5px solid #ff4d00;
  padding-left: 20px;

  span {
    font-style: italic;
    opacity: 0.6;
  }
}

::-webkit-scrollbar {
  width: 0.5em;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #ff4d00;
}

::-webkit-scrollbar-thumb:active {
  background-color: #ff4d00;
}

#partners {
  position: relative;
  min-height: 200px;
  h2 {
    text-align: center;
  }
  a {
    display: flex;
    justify-content: center;

    img {
      width: 300px;
    }
  }
}

.partbg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: blur(5px);
  opacity: 0.1;
  -webkit-filter: blur(5px);
}
.intoLinks {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  span {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
  }
  a {
    transition: 0.3s all linear;
    text-decoration: none;
    color: #fff;
    transform-origin: left;
  }
  a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 750px) {
  .intoLinks {
    flex-direction: column;
    span {
      display: none;
    }
  }
}

.socials {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  i {
    font-size: 24px;
    color: #fff;
  }
}

.copy {
  text-align: center;
  opacity: 0.5;
}

@media (max-width: 800px) {
}
