:root {
  --ink: #061326;
  --navy: #08213b;
  --blue: #034f96;
  --cyan: #2db9e7;
  --orange: #f39a08;
  --gold: #ffc14b;
  --paper: #f7fafc;
  --muted: #8da0b8;
  --line: rgba(255, 255, 255, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--paper);
  background:
    radial-gradient(circle at 18% 8%, rgba(45, 185, 231, 0.18), transparent 28rem),
    radial-gradient(circle at 85% 18%, rgba(243, 154, 8, 0.14), transparent 22rem),
    linear-gradient(135deg, #030b17 0%, #071b33 42%, #02101f 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0;
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.nav-call,
.button,
.contact-actions a {
  border: 1px solid var(--line);
  background: rgba(4, 20, 38, 0.68);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.75rem 0.55rem 0.55rem;
  border-radius: 8px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.4rem;
  aspect-ratio: 1;
  color: var(--ink);
  font-weight: 950;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--paper), var(--orange));
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 0.25rem;
  padding: 0.35rem;
  border-radius: 8px;
}

.nav-links a,
.nav-call {
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.95rem;
  border-radius: 6px;
  color: #dce8f6;
  font-weight: 800;
  font-size: 0.88rem;
}

.nav-links a:hover,
.nav-call:hover,
.contact-actions a:hover {
  background: rgba(243, 154, 8, 0.18);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  width: min(1180px, calc(100% - 2rem));
  min-height: calc(100vh - 5rem);
  margin: 0 auto;
  padding: 2rem 0 5rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 9% auto auto -18%;
  width: 38rem;
  height: 38rem;
  background:
    linear-gradient(90deg, transparent 48%, rgba(45, 185, 231, 0.12) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(243, 154, 8, 0.1) 49% 51%, transparent 52%);
  background-size: 4.2rem 4.2rem;
  transform: rotate(-12deg);
  opacity: 0.7;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.25rem;
  font-size: clamp(3.2rem, 9vw, 7.8rem);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 4.3rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.12rem;
}

.hero-text {
  max-width: 39rem;
  color: #ccdaec;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0 1.25rem;
  border-radius: 8px;
  font-weight: 950;
}

.button.primary {
  color: var(--ink);
  border-color: transparent;
  background: linear-gradient(135deg, var(--orange), var(--gold));
}

.button.ghost {
  color: #e8f2ff;
}

.poster-stage {
  position: relative;
  min-height: min(72vh, 46rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  transform: rotate(2deg);
  overflow: hidden;
}

.poster-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(160deg, rgba(3, 15, 29, 0.02), rgba(3, 15, 29, 0.68) 74%);
}

.poster-stage img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 62% 50%;
  filter: saturate(1.05) contrast(1.02);
}

.status-panel {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 0.9rem;
  border-radius: 8px;
  color: #f4f8ff;
  font-size: 0.82rem;
  font-weight: 900;
  background: rgba(3, 12, 25, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.live-dot {
  width: 0.68rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0 rgba(243, 154, 8, 0.72);
  animation: pulse 1.8s infinite;
}

.signal-strip,
.section-grid,
.feature-wall,
.quote-band,
.contact-panel {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}

.signal-strip div {
  min-height: 6.5rem;
  padding: 1.2rem;
  color: #e7f0fb;
  font-weight: 900;
  background: rgba(5, 22, 43, 0.82);
}

.signal-strip span {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--orange);
}

.section-grid {
  padding: 7rem 0 5rem;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.62fr 1fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-card {
  min-height: 16rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #d9e8f8;
  background: rgba(7, 29, 54, 0.72);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-card:hover,
.service-card.active {
  transform: translateY(-0.35rem);
  border-color: rgba(243, 154, 8, 0.7);
  background: linear-gradient(145deg, rgba(243, 154, 8, 0.15), rgba(6, 38, 73, 0.82));
}

.card-icon {
  display: grid;
  place-items: center;
  width: 3rem;
  aspect-ratio: 1;
  margin-bottom: 1.25rem;
  border-radius: 8px;
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 950;
  background: var(--orange);
}

.service-card p,
.feature-copy p,
.timeline span,
.contact-panel p {
  color: #bfd0e4;
  line-height: 1.58;
}

.feature-wall {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 2rem;
  align-items: start;
  padding: 4rem;
  border: 1px solid rgba(243, 154, 8, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 33, 59, 0.88), rgba(4, 17, 32, 0.92)),
    url("manotha-poster.png");
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}

.timeline {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.timeline li {
  position: relative;
  min-height: 7.2rem;
  padding: 1.15rem 1.15rem 1.15rem 4.8rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(1, 9, 19, 0.54);
}

.timeline li::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute;
  left: 1.15rem;
  top: 1.15rem;
  display: grid;
  place-items: center;
  width: 2.55rem;
  aspect-ratio: 1;
  color: var(--ink);
  font-weight: 950;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--paper), var(--cyan));
}

.timeline strong,
.timeline span {
  display: block;
}

.timeline strong {
  margin-bottom: 0.28rem;
  font-size: 1.18rem;
}

.quote-band {
  padding: 5rem 0;
}

.quote-band blockquote {
  max-width: 880px;
  margin: 0;
  color: #f4f7fb;
  font-size: clamp(2.1rem, 5vw, 5.4rem);
  font-weight: 950;
  line-height: 0.96;
}

.quote-band blockquote::first-letter {
  color: var(--orange);
}

.contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  border-radius: 8px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--paper), #dbe9f7);
}

.contact-panel .eyebrow,
.contact-panel p {
  color: #21425f;
}

.contact-panel h2 {
  max-width: 11ch;
  margin-bottom: 0.45rem;
}

.contact-actions {
  display: grid;
  gap: 0.7rem;
  min-width: min(100%, 25rem);
}

.contact-actions a {
  display: flex;
  align-items: center;
  min-height: 3.1rem;
  padding: 0 1rem;
  border-radius: 8px;
  color: #f3f8ff;
  font-weight: 900;
  background: var(--ink);
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 0.65rem rgba(243, 154, 8, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(243, 154, 8, 0);
  }
}

@media (max-width: 860px) {
  .topbar {
    position: relative;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .hero,
  .section-heading,
  .feature-wall {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 1.5rem;
  }

  h1 {
    max-width: 9ch;
  }

  .poster-stage {
    min-height: 34rem;
    transform: none;
  }

  .signal-strip,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-wall {
    padding: 1.25rem;
  }

  .contact-panel {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .nav-call {
    display: none;
  }

  .brand {
    width: 100%;
  }

  .nav-links a {
    flex: 1;
    padding: 0 0.5rem;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 4.9rem);
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .poster-stage {
    min-height: 29rem;
  }

  .signal-strip,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .signal-strip div,
  .service-card {
    min-height: auto;
  }

  .quote-band {
    padding: 3rem 0;
  }
}
