:root {
  --header-height: 82px;
  --bg-main: #ffffff;
  --bg-soft: #f7edf7;
  --panel: #ffffff;
  --panel-light: #f2ebf7;
  --card: #ffffff;
  --text-main: #12162a;
  --text-dark: #12162a;
  --text-muted: #5f6378;
  --line: #dbc5dc;
  --line-light: #e5d5e6;
  --accent: #c13e94;
  --accent-strong: #d44a8e;
  --accent-cyan: #00a6aa;
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --shadow: 0 18px 34px rgba(34, 19, 52, 0.1);
  --max-width: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--bg-main);
  color: var(--text-main);
  line-height: 1.6;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.site-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle at 20% 15%, rgba(0, 166, 170, 0.06), transparent 33%), radial-gradient(circle at 75% 60%, rgba(193, 62, 148, 0.08), transparent 32%);
}

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

h1,
h2,
h3,
h4 {
  font-family: "Space Grotesk", "Inter", sans-serif;
  line-height: 1.16;
  margin: 0;
}

p {
  margin: 0;
}

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

.container {
  width: min(var(--max-width), 92vw);
  margin: 0 auto;
}

.site-header {
  position: static;
  z-index: 30;
  border-bottom: 1px solid transparent;
  background: transparent;
  backdrop-filter: none;
  transition: transform 260ms ease, opacity 260ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
  will-change: transform, opacity;
}

.site-header.is-hidden {
  transform: translateY(calc(-100% - 8px));
  opacity: 0;
  pointer-events: none;
}

body:not(.home-page) main {
  padding-top: 0;
}

.site-header.scrolled {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.home-page .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom-color: transparent;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.nav-wrap {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.brand-logo {
  width: auto;
  height: clamp(40px, 4.6vw, 56px);
  display: block;
  filter: drop-shadow(0 3px 10px rgba(4, 6, 16, 0.2));
}

.brand-mark {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}

.brand-text {
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.45rem;
  font-weight: 600;
  font-size: 0.96rem;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  color: #5e6076;
  text-shadow: none;
  white-space: nowrap;
  transition: color 220ms ease, background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #1c2033;
  background: rgba(28, 32, 51, 0.08);
  box-shadow: 0 6px 14px rgba(25, 22, 40, 0.12);
  transform: translateY(-1px);
}

.site-nav a.active {
  color: var(--accent);
}

.home-page .site-nav a {
  color: #f5f8ff;
  text-shadow: 0 2px 10px rgba(5, 8, 20, 0.55);
}

.home-page .site-nav a:hover,
.home-page .site-nav a:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 20px rgba(5, 8, 20, 0.28);
}

.home-page .site-header.scrolled .site-nav a {
  color: #5e6076;
  text-shadow: none;
}

.home-page .site-header.scrolled .site-nav a:hover,
.home-page .site-header.scrolled .site-nav a:focus-visible {
  color: #1c2033;
  background: rgba(28, 32, 51, 0.08);
  box-shadow: 0 6px 14px rgba(25, 22, 40, 0.12);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
}

.menu-toggle span {
  width: 26px;
  height: 2px;
  background: #2c3147;
  display: block;
  margin: 5px 0;
  transition: transform 240ms ease;
}

.home-page .menu-toggle span {
  background: #ffffff;
}

.home-page .site-header.scrolled .menu-toggle span {
  background: #2c3147;
}

.hero {
  position: relative;
  min-height: 95vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-color: #060b1a;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.hero-video {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
  filter: brightness(0.55) saturate(1.1) contrast(1.1); /* Dimmed directly to replace the tint */
  transform: scale(1.02);
  opacity: 0;
  transition: opacity 800ms ease;
}

.hero-video.is-ready {
  opacity: 1;
}

.hero-video.is-ready {
  opacity: 1;
}

.hero-overlay {
  display: none !important; /* Removed local overlays to prevent "scrolling along" */
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 840px;
  padding: 8rem 0 6rem;
  color: #ffffff;
}

.hero-kicker {
  display: inline-block;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(6, 11, 26, 0.6);
  backdrop-filter: blur(8px);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  color: #ffffff;
}

.hero h1 {
  margin-top: 1.4rem;
  font-size: clamp(1.85rem, 4.2vw, 3.35rem);
  text-shadow: 0 8px 24px rgba(3, 5, 12, 0.35);
}

.hero p {
  margin: 1.4rem auto 0;
  max-width: 720px;
  color: #f9f3ff;
  font-size: clamp(0.98rem, 1.8vw, 1.2rem);
  text-shadow: 0 6px 20px rgba(3, 5, 12, 0.28);
}

.hero-actions {
  margin-top: 2.2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.88rem 1.55rem;
  border-radius: 999px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, color 220ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(120deg, var(--accent), var(--accent-strong));
  color: #fff;
  box-shadow: 0 12px 28px rgba(220, 63, 146, 0.35);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 16px 32px rgba(220, 63, 146, 0.46);
}

.btn-secondary {
  background: #ffffff;
  border: 1px solid #efe2ee;
  color: #202437;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: #fff4fb;
}

.section {
  padding: 6rem 0;
  content-visibility: auto;
  contain-intrinsic-size: 1px 920px;
}

.section-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 2.4rem;
}

.section-head h1 {
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  margin-bottom: 1rem;
}

.section-head h2 {
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  margin-bottom: 1rem;
}

.section-head p {
  color: var(--text-muted);
  font-size: 0.98rem;
}

.home-features {
  background: #ffffff;
}

.feature-media-grid {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 0.9rem;
}

.feature-hero-tile {
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 5;
  min-height: 300px;
  max-height: 380px;
  border: 1px solid var(--line-light);
  box-shadow: var(--shadow);
}

.feature-hero-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.feature-tile-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.95rem 1rem 1rem;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(8, 11, 18, 0.02) 0%, rgba(8, 11, 18, 0.72) 100%);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.feature-tile-overlay h3 {
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
  overflow-wrap: anywhere;
}

.feature-tile-overlay p {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.9);
  overflow-wrap: anywhere;
}

.feature-tile-overlay--hero {
  padding: 1.2rem 1.3rem 1.25rem;
}

.feature-tile-overlay--hero h3 {
  font-size: 1.55rem;
  margin-bottom: 0.45rem;
}

.feature-tile-overlay--hero p {
  font-size: 1rem;
}

.feature-media-tile {
  position: relative;
}

.feature-media-tile:focus-visible {
  outline: 2px solid rgba(190, 61, 144, 0.55);
  outline-offset: 3px;
}

.feature-media-tile:is(:hover, :focus-visible, :focus-within, :active) img {
  transform: scale(1.02);
  filter: brightness(0.72);
}

.feature-media-tile:is(:hover, :focus-visible, :focus-within, :active) .feature-tile-overlay {
  opacity: 1;
  transform: translateY(0);
}

.feature-thumb-row {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.feature-thumb-tile {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--line-light);
}

.feature-thumb-tile img {
  width: 100%;
  aspect-ratio: 1.32 / 1;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.home-testimonial {
  background: var(--bg-soft);
}

.home-quote {
  margin-bottom: 0;
  max-width: 980px;
}

.testimonial-slider {
  max-width: 980px;
  margin: 0 auto;
}

.testimonial-track {
  display: grid;
  align-items: stretch;
}

.testimonial-slide {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateX(0) scale(0.985);
  filter: blur(0.2px);
  pointer-events: none;
  will-change: transform, opacity, filter;
  transition: opacity 560ms cubic-bezier(0.22, 1, 0.36, 1), transform 560ms cubic-bezier(0.22, 1, 0.36, 1), filter 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.testimonial-slide.is-prev {
  transform: translateX(-46px) scale(0.985);
}

.testimonial-slide.is-next {
  transform: translateX(46px) scale(0.985);
}

.testimonial-slide.is-far {
  transform: scale(0.97);
}

.testimonial-slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  filter: blur(0);
  pointer-events: auto;
}

.testimonial-dots {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: #d8bfd8;
  cursor: pointer;
  transition: width 300ms cubic-bezier(0.22, 1, 0.36, 1), background-color 300ms cubic-bezier(0.22, 1, 0.36, 1), transform 240ms ease;
}

.testimonial-dot:hover,
.testimonial-dot:focus-visible {
  background: #c6569a;
  transform: translateY(-1px);
}

.testimonial-dot.is-active {
  width: 30px;
  background: linear-gradient(120deg, #c13e94, #d44a8e);
}

.journey-cta {
  text-align: center;
  background: #ffffff;
}

.journey-cta h2 {
  max-width: 760px;
  margin: 0 auto 1rem;
  font-size: clamp(1.55rem, 3.3vw, 2.2rem);
}

.journey-cta p {
  max-width: 760px;
  margin: 0 auto 1.7rem;
  color: var(--text-muted);
}

.home-logo-showcase {
  background: #ffffff;
  text-align: center;
  padding: 1.25rem 0 2.3rem;
}

.home-logo-showcase img {
  width: clamp(230px, 26vw, 320px);
  height: auto;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 0.85rem;
  background: #050a1d;
  border-radius: 14px;
  padding: clamp(8px, 1.2vw, 12px) clamp(10px, 1.6vw, 16px);
  box-shadow: 0 16px 30px rgba(6, 12, 32, 0.2);
}

.home-logo-showcase p {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #8e2a40;
  font-size: clamp(0.95rem, 2vw, 1.3rem);
}

.home-numbers {
  background: #f2e8f4;
  text-align: center;
}

.home-numbers h2 {
  margin-bottom: 1.4rem;
}

.home-numbers ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home-numbers li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.home-numbers strong {
  font-family: "Space Grotesk", sans-serif;
  color: #be3d90;
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
}

.home-numbers span {
  color: #666a7f;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
}

.about {
  background: #f4ebf3;
}

.team-grid {
  margin-top: 3rem;
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 1101px) {
  .team-grid > .team-card:nth-child(5) {
    grid-column: 2;
  }

  .team-grid > .team-card:nth-child(6) {
    grid-column: 3;
  }
}

.team-card {
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.58));
  border-radius: 20px;
  padding: 1.3rem 1.2rem 1.35rem;
  box-shadow: 0 14px 26px rgba(33, 20, 52, 0.09);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.team-card:hover {
  transform: translateY(-6px);
  border-color: rgba(173, 76, 186, 0.34);
  box-shadow: 0 20px 36px rgba(36, 23, 59, 0.16);
}

.team-avatar {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.92rem;
  background: linear-gradient(140deg, #6b5bff 0%, #8c49dd 45%, #3ea4ff 100%);
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.52rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 22px rgba(81, 92, 234, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.34);
}

.team-card:nth-child(2) .team-avatar,
.team-card:nth-child(6) .team-avatar {
  background: linear-gradient(140deg, #3b88ff 0%, #6a58ff 42%, #b33be1 100%);
}

.team-card:nth-child(3) .team-avatar,
.team-card:nth-child(5) .team-avatar {
  background: linear-gradient(140deg, #6a57ff 0%, #8e50e4 47%, #4bb6ff 100%);
}

.team-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0.3rem;
  letter-spacing: -0.01em;
}

.team-card .role {
  color: #b33be1;
  font-weight: 700;
  font-size: 0.97rem;
  margin: 0 0 0.72rem;
}

.team-card p {
  color: #626882;
  font-size: 0.93rem;
  line-height: 1.58;
}

.about-collab-showcase {
  background: #f4ebf3;
}

.about-collab-showcase-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.4rem;
  margin-bottom: 2rem;
}

.about-collab-copy {
  max-width: 680px;
}

.about-collab-copy h2 {
  font-size: 2em;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 0.9rem;
}

.about-collab-copy p {
  color: #5d6278;
  max-width: 640px;
}

.about-collab-cta {
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.about-collab-grid {
  display: grid;
  gap: 1.3rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-collab-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(183, 141, 178, 0.3);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(53, 43, 70, 0.1);
}

.about-collab-card img {
  width: 100%;
  aspect-ratio: 5 / 7;
  object-fit: cover;
}

.services {
  background: var(--bg-soft);
}

.services-layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1.45fr;
  align-items: stretch;
}

.service-visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.service-visual img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.service-content {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 2rem;
  box-shadow: var(--shadow);
}

.service-content h1,
.service-content h2 {
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
  margin-bottom: 1.5rem;
}

.service-content h1 {
  text-align: center;
}

.service-copy-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.7rem;
}

.service-copy-grid h3 {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}

.service-copy-grid p {
  color: #5e6278;
}

.service-partners {
  background: #ffffff;
}

.service-partners .section-head {
  max-width: 640px;
  margin-bottom: 1.5rem;
}

.service-partner-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 0.8rem;
}

.service-partner-card {
  background: #f8edf8;
  border: 1px solid #e2d3e4;
  border-radius: 10px;
  padding: 0.95rem 1rem;
}

.service-partner-card > p {
  margin-bottom: 0.85rem;
  color: #32384d;
  font-size: 0.96rem;
  line-height: 1.6;
}

.service-partner-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.service-partner-avatar {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(120deg, #c13e94, #d44a8e);
  flex-shrink: 0;
}

.service-partner-meta h3 {
  margin: 0;
  font-size: 0.95rem;
  color: #1f2538;
  font-weight: 700;
}

.service-partner-meta p {
  margin-top: 0.08rem;
  color: #555b70;
  font-size: 0.8rem;
  font-weight: 600;
}

.feature-head {
  margin-top: 3.3rem;
}

.feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card {
  background: #ffffff;
  border: 1px solid var(--line-light);
  color: var(--text-dark);
  border-radius: 18px;
  padding: 1.3rem 1.2rem;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 28px rgba(56, 23, 61, 0.12);
}

.feature-card h3 {
  font-size: 1.08rem;
  margin-bottom: 0.72rem;
}

.testimonials {
  background: #ffffff;
  color: var(--text-dark);
}

.testimonials .section-head p {
  color: #61627e;
}

.quote-spotlight {
  max-width: 890px;
  margin: 0 auto 2rem;
  text-align: center;
  padding: 2rem;
  border-radius: 24px;
  background: linear-gradient(160deg, #ffffff, #fbf2fb);
  border: 1px solid #e6d3e6;
  box-shadow: 0 14px 28px rgba(73, 36, 97, 0.1);
}

.quote-spotlight p {
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 700;
}

.quote-spotlight h3 {
  margin-top: 1rem;
  color: #ad3180;
}

.testimonials-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonial-card {
  background: #f7edf7;
  border: 1px solid #dcc7df;
  border-radius: 18px;
  padding: 1.3rem;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(71, 46, 85, 0.11);
}

.testimonial-card h3 {
  margin-top: 1rem;
  font-size: 1.08rem;
}

.testimonial-card .meta {
  margin-top: 0.25rem;
  color: #732d72;
  font-weight: 600;
}

.partner-head {
  margin-top: 3rem;
}

.testimonials-grid.secondary {
  margin-top: 1.2rem;
}

.faq {
  background: linear-gradient(165deg, #f9f3fc, #f3f7ff 90%);
  color: var(--text-dark);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: start;
}

.faq-item {
  background: #f7edf8;
  border: 1px solid #decbe0;
  border-radius: 16px;
  overflow: hidden;
  align-self: start;
}

.faq-trigger {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 1rem 1.1rem;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.99rem;
  font-weight: 800;
  color: #1f1c2a;
  cursor: pointer;
}

.faq-trigger .icon {
  color: #825f86;
  font-weight: 700;
  font-size: 1.05rem;
  transition: transform 220ms ease;
}

.faq-trigger[aria-expanded="true"] .icon {
  transform: rotate(45deg);
}

.faq-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 260ms ease, padding 260ms ease;
  padding: 0 1.1rem;
}

.faq-body > p {
  overflow: hidden;
  color: #4f5266;
}

.faq-body.open {
  grid-template-rows: 1fr;
  padding-bottom: 1rem;
}

.contact {
  background: #ffffff;
}

.contact .container {
  width: min(980px, 94vw);
}

.contact .section-head {
  max-width: 760px;
  margin-bottom: 2.9rem;
}

.contact .section-head h1 {
  font-size: clamp(2rem, 3.8vw, 2.9rem);
}

.contact .section-head p {
  margin-top: 0.55rem;
  font-size: 1.05rem;
  color: #6a6f84;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.25rem;
  align-items: start;
}

.contact-layout--single {
  grid-template-columns: 1fr;
}

.contact-layout--single .contact-form {
  width: min(900px, 100%);
  max-width: none;
  margin: 0 auto;
  padding: 2rem 2rem 1.9rem;
}

.contact-form,
.contact-aside {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 1.65rem;
}

.contact-aside {
  background: var(--bg-soft);
}

.field {
  margin-bottom: 1.2rem;
}

.field label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.45rem;
  color: #13182d;
}

.required-mark {
  color: #d3324a;
  margin-left: 0.15rem;
}

.field input,
.field textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #dcc7df;
  background: #ffffff;
  color: #24283d;
  padding: 0.92rem 1rem;
  font-family: inherit;
  font-size: 0.99rem;
}

.field textarea {
  min-height: 126px;
  resize: vertical;
}

.contact-page .contact .container {
  width: min(860px, 92vw);
}

.contact-page .contact {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.contact-page .contact .section-head {
  max-width: 700px;
  margin: 0 auto 2rem;
}

.contact-page .contact .section-head h1 {
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  margin-bottom: 0.55rem;
}

.contact-page .contact .section-head p {
  margin-top: 0;
  font-size: 1.05rem;
}

.contact-page .contact-layout--single .contact-form {
  width: 100%;
  max-width: 700px;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.contact-page .field {
  margin-bottom: 1.15rem;
}

.contact-page .field label {
  margin-bottom: 0.38rem;
}

.contact-page .field input,
.contact-page .field textarea {
  border: 1px solid #d7d2d8;
  border-radius: 999px;
  padding: 0.72rem 0.95rem;
  font-size: 0.99rem;
  background: #ffffff;
  box-shadow: none;
}

.contact-page .field textarea {
  min-height: 86px;
  border-radius: 10px;
  resize: vertical;
}

.contact-page .contact-form .btn.btn-primary {
  width: 100%;
  min-height: 40px;
  font-size: 0.9rem;
  border-radius: 999px;
  margin-top: 0.3rem;
  box-shadow: none;
}

.contact-page .form-status {
  text-align: center;
}

.contact-page .error {
  min-height: 0;
  margin-top: 0.25rem;
  font-size: 0.82rem;
}

.contact-page .error:empty {
  display: none;
}

.contact-page-features {
  background: #f5ecf7;
  padding: 2.4rem 0;
}

.contact-page-features .container {
  width: min(980px, 94vw);
}

.contact-page-features .section-head {
  margin: 0 auto 1.2rem;
}

.contact-page-features .section-head h2 {
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
}

.contact-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.contact-feature-card {
  background: #ffffff;
  border: 1px solid #e3d4e6;
  border-radius: 8px;
  padding: 0.9rem 0.85rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-feature-card h3 {
  font-size: 1.08rem;
  margin-bottom: 0.45rem;
}

.contact-feature-card p {
  color: #63667a;
  line-height: 1.42;
}

.contact-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(52, 28, 63, 0.1);
}

.contact-page-faq {
  background: #ffffff;
  padding: 2.7rem 0 2.9rem;
}

.contact-page-faq .container {
  width: min(980px, 94vw);
}

.contact-page-faq .section-head {
  max-width: 640px;
  margin: 0 auto 1.3rem;
}

.contact-page-faq .section-head h2 {
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
}

.contact-page-faq .section-head p {
  font-size: 0.98rem;
}

.contact-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.contact-page-faq .faq-item {
  background: #ffffff;
  border: 1px solid #e3d3e6;
  border-radius: 12px;
  overflow: hidden;
}

.contact-page-faq .faq-trigger {
  padding: 0.8rem 0.9rem;
  font-size: 0.99rem;
  font-weight: 700;
  color: #24273b;
  background: #f8eff9;
  border-bottom: 1px solid #e3d3e6;
  border-radius: 12px;
}

.contact-page-faq .faq-trigger[aria-expanded="true"] {
  border-radius: 12px 12px 0 0;
}

.contact-page-faq .faq-trigger .icon {
  font-size: 0.96rem;
  color: #7b5a7f;
}

.contact-page-faq .faq-body {
  padding: 0 0.9rem;
  background: #ffffff;
}

.contact-page-faq .faq-body.open {
  padding-bottom: 0.75rem;
}

.contact-page-faq .faq-body > p {
  font-size: 0.95rem;
  color: #5c6177;
  line-height: 1.44;
}

.contact-page .site-footer {
  padding: 2.4rem 0 1.9rem;
  background: #f5ecf7;
}

.contact-page .site-footer h2 {
  font-size: clamp(1.6rem, 4vw, 2.35rem);
}

.contact-page .site-footer nav {
  margin-top: 0.6rem;
  gap: 0.75rem;
}

.contact-page .socials {
  margin-top: 0.8rem;
  gap: 0.45rem;
}

.contact-page .socials a {
  width: 32px;
  height: 32px;
  font-size: 0.86rem;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(193, 62, 148, 0.16);
}

.error {
  color: #c03d88;
  font-size: 0.82rem;
  display: block;
  min-height: 1.1em;
  margin-top: 0.3rem;
}

.form-status {
  min-height: 1.2em;
  margin-top: 0.8rem;
  color: #74477a;
  font-weight: 700;
}

.contact-aside h3 {
  font-size: 1.55rem;
  margin-bottom: 1rem;
}

.contact-aside p {
  color: #626780;
}

.contact-aside .btn {
  margin-top: 1.2rem;
}

.numbers {
  margin-top: 1.8rem;
  border-top: 1px solid #decde0;
  padding-top: 1.3rem;
}

.numbers h4 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}

.numbers ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.numbers li {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.numbers strong {
  font-family: "Inter", sans-serif;
  font-size: 1.45rem;
  color: #be3d90;
}

.numbers span {
  color: #727587;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}

.site-footer {
  background: #f1e8f4;
  color: #1a2238;
  text-align: center;
  padding: 4.3rem 0 3rem;
}

.site-footer h2 {
  text-transform: none;
  font-size: clamp(1.6rem, 4vw, 2.35rem);
}

.site-footer nav {
  margin-top: 1.1rem;
  display: inline-flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.site-footer nav a {
  color: #5f5c76;
  font-weight: 600;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: #2f2c3e;
}

.socials {
  margin-top: 1.3rem;
  display: flex;
  gap: 0.7rem;
  justify-content: center;
}

.socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #c9bfd4;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.86rem;
  text-transform: lowercase;
}

.socials a:hover,
.socials a:focus-visible {
  background: linear-gradient(120deg, #dc3f92, #f25f77);
  color: #fff;
  border-color: transparent;
}

.footer-copyright {
  margin-top: 1.05rem;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #5f5c76;
}

.footer-note {
  margin-top: 1.2rem;
  color: #8e2a40;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

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

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-collab-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .service-copy-grid,
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

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

  .contact-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .testimonial-slide.is-prev {
    transform: translateX(-24px) scale(0.992);
  }

  .testimonial-slide.is-next {
    transform: translateX(24px) scale(0.992);
  }

  :root {
    --header-height: 72px;
  }

  .nav-wrap {
    min-height: 72px;
  }

  .brand-logo {
    height: 36px;
  }

  .menu-toggle {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(22, 27, 42, 0.06);
    display: grid;
    place-items: center;
    padding: 0;
  }

  .menu-toggle span {
    margin: 3px 0;
  }

  .site-nav {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    top: calc(var(--header-height) + 0.35rem);
    background: #000000;
    border: none;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(23, 20, 35, 0.16);
    padding: 0.55rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.22rem;
    max-height: calc(100dvh - var(--header-height) - 1.2rem);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 190ms ease, transform 190ms ease, visibility 0s linear 190ms;
    z-index: 1001;
  }

  .site-nav.open {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }
  }

  .site-nav a {
    width: 100%;
    padding: 0.62rem 0.72rem;
    border-radius: 10px;
    color: #2f3247;
    text-shadow: none;
    font-size: 0.95rem;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    transform: none;
    box-shadow: none;
    background: rgba(193, 62, 148, 0.1);
    color: #21253a;
  }

  .site-nav a.active {
    color: #b63a89;
    background: rgba(193, 62, 148, 0.14);
  }

  .home-page .site-nav {
    background: rgba(9, 13, 26, 0.98);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 16px 34px rgba(5, 8, 18, 0.6);
    z-index: 2000;
  }

  .home-page .site-nav a {
    color: #eef3ff;
  }

  .home-page .site-nav a:hover,
  .home-page .site-nav a:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
  }

  .home-page .site-nav a.active {
    color: #ffffff;
    background: rgba(193, 62, 148, 0.48);
  }

  .home-page .site-header.scrolled .site-nav {
    background: rgba(255, 255, 255, 0.985);
    border-color: #e2d5e6;
    box-shadow: 0 14px 30px rgba(23, 20, 35, 0.16);
  }

  .home-page .site-header.scrolled .site-nav a {
    color: #2f3247;
  }

  .home-page .menu-toggle {
    background: rgba(255, 255, 255, 0.18);
  }

  .home-page .site-header.scrolled .menu-toggle {
    background: rgba(22, 27, 42, 0.06);
  }

  .hero {
    min-height: 78vh;
  }

  .hero-video {
    transform: none;
    filter: brightness(1.02) saturate(1.08) contrast(1.05);
  }

  .hero-content {
    max-width: min(640px, 92vw);
    padding: 6.4rem 0 3.9rem;
  }

  .hero h1 {
    margin-top: 1.1rem;
    font-size: clamp(1.95rem, 8.3vw, 2.45rem);
    line-height: 1.08;
  }

  .hero p {
    margin-top: 1rem;
    max-width: 34ch;
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .hero-actions {
    margin-top: 1.55rem;
    gap: 0.72rem;
  }

  .hero-actions .btn {
    width: min(280px, 92vw);
  }

  .section {
    padding: 3.4rem 0;
  }

  .service-copy-grid,
  .feature-grid,
  .faq-grid,
  .team-grid,
  .numbers ul,
  .contact-feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    padding: 1.08rem 1rem;
    border-radius: 14px;
  }

  .feature-card h3 {
    font-size: 1.02rem;
    margin-bottom: 0.5rem;
  }

  .feature-card p {
    font-size: 0.93rem;
    line-height: 1.52;
  }

  .about-collab-showcase-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }

  .about-collab-cta {
    margin-top: 0;
  }

  .about-collab-copy h2 {
    font-size: clamp(1.65rem, 8vw, 2.05rem);
  }

  .about-collab-copy p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .about-collab-grid {
    grid-template-columns: 1fr;
  }

  .about-collab-card img {
    aspect-ratio: 4 / 3;
  }

  .feature-thumb-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-media-tile img {
    filter: brightness(0.82);
  }

  .feature-tile-overlay {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .feature-thumb-tile .feature-tile-overlay {
    padding: 0.5rem 0.6rem 0.55rem;
  }

  .feature-thumb-tile .feature-tile-overlay h3 {
    font-size: 0.8rem;
    line-height: 1.28;
    margin: 0;
  }

  .feature-thumb-tile .feature-tile-overlay p {
    display: none;
  }

  .feature-hero-tile {
    aspect-ratio: 16 / 9;
    min-height: 0;
    max-height: 245px;
  }

  .feature-tile-overlay--hero {
    padding: 0.8rem 0.85rem 0.85rem;
  }

  .feature-tile-overlay--hero h3 {
    font-size: 1.08rem;
  }

  .feature-tile-overlay--hero p {
    font-size: 0.89rem;
    line-height: 1.42;
  }

  .team-grid {
    margin-top: 1.7rem;
    gap: 1rem;
  }

  .team-card {
    padding: 1.05rem 1rem 1.2rem;
  }

  .team-avatar {
    width: 66px;
    height: 66px;
    font-size: 1.36rem;
    margin-bottom: 0.8rem;
  }

  .team-card h3 {
    font-size: 1.08rem;
    margin-top: 0;
  }

  .team-card p {
    font-size: 0.93rem;
    line-height: 1.52;
  }

  .home-logo-showcase {
    padding: 0.65rem 0 1.5rem;
  }

  .home-numbers ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.72rem;
  }

  .section-head {
    margin-bottom: 1.45rem;
  }

  .section-head h1 {
    font-size: clamp(1.7rem, 7.6vw, 2.15rem);
  }

  .section-head h2 {
    font-size: clamp(1.48rem, 7vw, 1.95rem);
    margin-bottom: 0.6rem;
  }

  .section-head p {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .service-content,
  .contact-form,
  .contact-aside {
    padding: 1.2rem;
  }

  .contact-layout--single .contact-form {
    padding: 1.2rem;
  }

  .contact-page .contact-layout--single .contact-form {
    padding: 0;
  }

  .contact-page .contact .container,
  .contact-page-features .container,
  .contact-page-faq .container {
    width: min(740px, 92vw);
  }

  .contact-page .contact {
    padding-top: 2.1rem;
    padding-bottom: 2.2rem;
  }

  .contact-page .field input,
  .contact-page .field textarea {
    font-size: 0.95rem;
  }

  .contact-page-features {
    padding: 2rem 0;
  }

  .contact-feature-grid {
    gap: 0.64rem;
  }

  .contact-feature-card {
    border-radius: 10px;
    padding: 1rem 0.95rem;
  }

  .contact-feature-card h3 {
    font-size: 1rem;
    margin-bottom: 0.35rem;
  }

  .contact-feature-card p {
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .contact-page-faq {
    padding: 2.2rem 0 2.4rem;
  }

  .contact-page-faq .faq-trigger {
    font-size: 0.95rem;
    padding: 0.76rem 0.82rem;
  }

  .contact-page-faq .faq-body > p {
    font-size: 0.92rem;
  }

  .site-footer {
    padding: 2.8rem 0 2.2rem;
  }

  .site-footer h2 {
    font-size: clamp(1.35rem, 7vw, 1.8rem);
  }

  .site-footer nav {
    margin-top: 0.9rem;
    gap: 0.72rem;
  }

  .site-footer nav a {
    font-size: 0.92rem;
  }

  .socials {
    margin-top: 0.92rem;
  }

  .socials a {
    width: 36px;
    height: 36px;
    font-size: 0.82rem;
  }

  .contact-faq-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 520px) {
  :root {
    --header-height: 68px;
  }

  .nav-wrap {
    min-height: 68px;
  }

  .brand-logo {
    height: 31px;
  }

  .site-nav {
    left: 0.55rem;
    right: 0.55rem;
    top: calc(var(--header-height) + 0.28rem);
  }

  .hero-content {
    padding-top: 5.9rem;
    padding-bottom: 3.2rem;
  }

  .hero h1 {
    font-size: clamp(1.72rem, 8.8vw, 2.05rem);
  }

  .hero p {
    font-size: 0.93rem;
  }

  .btn {
    min-height: 42px;
    padding: 0.75rem 1.25rem;
    font-size: 0.84rem;
  }

  .feature-thumb-row {
    gap: 0.62rem;
  }

  .feature-hero-tile {
    aspect-ratio: 16 / 10;
    max-height: 220px;
  }

  .feature-thumb-tile img {
    aspect-ratio: 1.18 / 1;
  }

  .quote-spotlight {
    padding: 1.25rem 0.95rem;
    border-radius: 16px;
  }

  .quote-spotlight p {
    font-size: 0.95rem;
    line-height: 1.48;
  }

  .home-logo-showcase img {
    width: min(72vw, 280px);
  }

  .home-logo-showcase p {
    font-size: 0.88rem;
  }

  .contact-page .contact .section-head h1 {
    font-size: clamp(1.78rem, 8vw, 2.12rem);
  }

}

/* Luxe Editorial Theme Override (UI-only) */
:root {
  --bg-main: #ffffff;
  --bg-soft: #f2f4f7;
  --panel: #ffffff;
  --panel-light: #f7f8fa;
  --card: #ffffff;
  --text-main: #12151b;
  --text-dark: #12151b;
  --text-muted: #5d6573;
  --line: #d8dee7;
  --line-light: #e7ebf1;
  --accent: #101318;
  --accent-strong: #2d3340;
  --accent-cyan: #4a5361;
  --shadow: 0 18px 38px rgba(12, 18, 28, 0.1);
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 20px;
}

body {
  background: var(--bg-main);
  color: var(--text-main);
}

h1,
h2,
h3,
h4 {
  color: var(--text-main);
}

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

.site-glow {
  background:
    radial-gradient(circle at 18% 16%, rgba(7, 9, 12, 0.03), transparent 38%),
    radial-gradient(circle at 78% 64%, rgba(7, 9, 12, 0.03), transparent 38%);
}

.site-header {
  background: rgba(8, 10, 14, 0.94);
  border-bottom-color: #1f2530;
  backdrop-filter: blur(9px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.home-page .site-header {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

.site-header.scrolled,
.home-page .site-header.scrolled {
  background: transparent;
  border-bottom-color: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

.nav-wrap {
  min-height: 86px;
}

.brand-logo {
  height: clamp(36px, 4.2vw, 50px);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
}

.site-nav {
  gap: 1.35rem;
}

.site-nav a {
  color: #edf1f7;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  border-radius: 0;
  padding: 0.22rem 0.02rem;
  position: relative;
  background: transparent;
  box-shadow: none;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 220ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.home-page .site-nav a:hover,
.home-page .site-nav a:focus-visible,
.home-page .site-header.scrolled .site-nav a:hover,
.home-page .site-header.scrolled .site-nav a:focus-visible {
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.active::after {
  width: 100%;
}

.site-nav a.active,
.home-page .site-nav a.active {
  color: #ffffff;
  background: transparent;
}

.home-page .site-nav a,
.home-page .site-header.scrolled .site-nav a {
  color: #edf1f7;
}

.menu-toggle span,
.home-page .site-header.scrolled .menu-toggle span {
  background: #f2f4f7;
}

.home-page .menu-toggle {
  background: rgba(255, 255, 255, 0.14);
}

.hero {
  min-height: 96vh;
  background: #090b10;
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(5, 7, 11, 0.48) 0%, rgba(5, 7, 11, 0.26) 42%, rgba(5, 7, 11, 0.56) 100%);
}

.hero-content {
  max-width: 960px;
  padding: 8.8rem 0 6.9rem;
}

.hero-kicker {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(7, 9, 13, 0.42);
}

.hero h1 {
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  letter-spacing: 0;
}

.hero p {
  color: #dde2ea;
  max-width: 760px;
}

.hero-actions {
  margin-top: 2.35rem;
}

.btn {
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.btn-primary {
  background: linear-gradient(120deg, #0f1218, #2d3442);
  border: 1px solid #2c3340;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.44);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.96);
  border-color: #ffffff;
  color: #161a21;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: #f4f6f8;
}

.section {
  padding: 6.2rem 0;
}

.section-head {
  max-width: 960px;
}

.section-head h1 {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.section-head h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
}

.section-head p {
  color: var(--text-muted);
  max-width: 72ch;
  margin-inline: auto;
}

.home-features,
.about,
.services,
.home-numbers,
.contact-page-features,
.faq {
  background: var(--bg-soft);
}

.home-testimonial,
.journey-cta,
.home-logo-showcase,
.service-partners,
.testimonials,
.contact,
.about-collab-showcase,
.contact-page-faq {
  background: var(--bg-main);
}

.feature-media-tile:focus-visible {
  outline-color: rgba(16, 19, 24, 0.65);
}

.feature-hero-tile,
.feature-thumb-tile {
  border-color: var(--line);
  box-shadow: var(--shadow);
}

.feature-tile-overlay {
  background: linear-gradient(180deg, rgba(7, 10, 16, 0.02) 0%, rgba(7, 10, 16, 0.76) 100%);
}

.service-content,
.feature-card,
.quote-spotlight,
.testimonial-card,
.service-partner-card,
.faq-item,
.contact-form,
.contact-aside,
.contact-feature-card,
.contact-page-faq .faq-item,
.team-card,
.about-collab-card,
.service-visual {
  background: var(--panel);
  border-color: var(--line);
}

.feature-card,
.team-card,
.service-content,
.contact-form,
.contact-aside,
.quote-spotlight,
.testimonial-card,
.service-partner-card,
.contact-feature-card,
.about-collab-card,
.faq-item,
.contact-page-faq .faq-item {
  box-shadow: 0 12px 26px rgba(12, 16, 24, 0.08);
}

.home-testimonial .quote-spotlight {
  border-color: #2a313e;
  background: #10141c;
  color: #edf2fb;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.home-testimonial .quote-spotlight h3 {
  color: #d1d7e0;
}

.testimonial-dot {
  background: #c8cfda;
}

.testimonial-dot:hover,
.testimonial-dot:focus-visible {
  background: #9fa8ba;
}

.testimonial-dot.is-active {
  background: linear-gradient(120deg, #151922, #363e4c);
}

.team-card:hover {
  border-color: #c9d0db;
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.12);
}

.team-avatar,
.team-card:nth-child(2) .team-avatar,
.team-card:nth-child(3) .team-avatar,
.team-card:nth-child(5) .team-avatar,
.team-card:nth-child(6) .team-avatar,
.service-partner-avatar {
  background: linear-gradient(140deg, #11151c 0%, #343b48 52%, #636d7f 100%);
}

.service-copy-grid p,
.service-partner-card > p,
.service-partner-meta p,
.testimonials .section-head p,
.about-collab-copy p,
.team-card p,
.testimonial-card .meta,
.contact .section-head p,
.contact-page .contact .section-head p,
.contact-feature-card p,
.contact-page-faq .faq-body > p,
.faq-body > p,
.numbers span,
.home-numbers span,
.contact-aside p,
.site-footer nav a,
.form-status {
  color: var(--text-muted);
}

.service-partner-meta h3,
.faq-trigger,
.contact-page-faq .faq-trigger,
.field label,
.contact-page-faq .faq-trigger[aria-expanded="true"] {
  color: var(--text-main);
}

.faq-trigger .icon,
.contact-page-faq .faq-trigger .icon {
  color: #6a7280;
}

.contact-page-faq .faq-trigger {
  background: #f7f8fa;
  border-bottom: 1px solid var(--line);
}

.contact-page-faq .faq-body {
  background: var(--panel);
}

.field input,
.field textarea,
.contact-page .field input,
.contact-page .field textarea {
  background: #ffffff;
  color: #12151b;
  border-color: #ced6e1;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #7d8796;
}

.field input:focus,
.field textarea:focus {
  border-color: #12151b;
  box-shadow: 0 0 0 3px rgba(18, 21, 27, 0.16);
}

.required-mark,
.error {
  color: #353d4a;
}

.home-numbers strong,
.numbers strong,
.team-card .role,
.quote-spotlight h3,
.footer-note,
.home-logo-showcase p {
  color: #1b2028;
}

.numbers {
  border-top-color: var(--line);
}

.home-logo-showcase img {
  background: #0b0e13;
  border: 1px solid #252c37;
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.22);
}

.site-footer,
.contact-page .site-footer {
  background: #000000;
  color: #e7edf7;
}

.site-footer h2 {
  color: #f2f6ff;
}

.site-footer nav a {
  color: #c2cad8;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: #ffffff;
}

.socials a {
  border-color: #454d5e;
  color: #dbe2ee;
}

.socials a:hover,
.socials a:focus-visible {
  background: #ffffff;
  color: #12151b;
  border-color: #ffffff;
}

@media (max-width: 760px) {
  .site-nav,
  .home-page .site-header.scrolled .site-nav {
    background: rgba(11, 13, 18, 0.98);
    border-color: #2c3442;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.44);
  }

  .site-nav a,
  .home-page .site-header.scrolled .site-nav a {
    color: #eef2f8;
    border-radius: 9px;
    padding: 0.62rem 0.72rem;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.12);
  }

  .site-nav a.active,
  .home-page .site-header.scrolled .site-nav a.active {
    background: #ffffff;
    color: #12151b;
  }

  .hero-content {
    padding-top: 6.6rem;
    padding-bottom: 3.9rem;
  }
}

/* Cinematic Science Landing Page (Home) */
.home-page {
  --ars-bg: #000000;
  --ars-surface: #0a0a0a;
  --ars-card: #131F3F;
  --ars-text: #EAF2FF;
  --ars-text-soft: #A8B6D6;
  --ars-accent: #3AA8FF;
  --ars-accent-hover: #7C8CF8;
  --ars-divider: rgba(168, 182, 214, 0.15);
  background: var(--ars-bg);
  color: var(--ars-text);
  line-height: 1.6;
}

.home-page .site-glow {
  display: none;
}

.home-page .section-head,
.home-page .container,
.home-page .hero-content,
.home-page .footer-content {
  position: relative;
  z-index: 100 !important; /* Forces all content across the entire site to stay above the tint */
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page .brand-text {
  font-family: var(--spacex-font-heading);
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Subtle contrast boost */
}

.home-page p,
.home-page a,
.home-page span,
.home-page li,
.home-page .blog-tag {
  color: #ffffff !important; /* Forced 100% Solid White */
  opacity: 1 !important;
  font-weight: 400;
  letter-spacing: 0.015em;
}

/* Button & UI Contrast Boost */
.home-page .btn,
.home-page .btn-mission-report,
.home-page .newsletter-btn {
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
  backdrop-filter: blur(8px);
}

.home-page .btn:hover {
  background: #ffffff !important;
  color: #000000 !important;
}

.home-page .site-header,
.home-page .site-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  box-shadow: none;
}

.home-page .nav-wrap {
  min-height: 82px;
}

.home-page .brand-logo {
  height: clamp(36px, 4.25vw, 50px);
  filter: drop-shadow(0 0 14px rgba(58, 168, 255, 0.16));
}

.home-page .site-nav {
  gap: 1.3rem;
}

.home-page .site-nav a {
  color: var(--ars-text-soft);
  border-radius: 8px;
  padding: 0.32rem 0.66rem;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
}

.home-page .site-nav a:hover,
.home-page .site-nav a:focus-visible {
  color: var(--ars-text);
  background: rgba(58, 168, 255, 0.12);
  box-shadow: 0 0 0 1px rgba(58, 168, 255, 0.2);
  transform: none;
}

.home-page .site-nav a.active {
  color: var(--ars-accent);
  background: rgba(58, 168, 255, 0.12);
}

.home-page .menu-toggle {
  background: rgba(14, 22, 48, 0.7);
  border: 1px solid var(--ars-divider);
}

.home-page .menu-toggle span {
  background: var(--ars-text);
}

.home-page .hero {
  min-height: 88vh;
  display: grid;
  place-items: center;
  background:
    radial-gradient(120% 120% at 50% 35%, #0a0a0a 0%, #000000 76%);
}

.home-page .hero-video {
  object-position: 50% 72%;
  transform: none !important;
}

.home-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 22%, rgba(168, 182, 214, 0.4) 0 1px, transparent 1.7px),
    radial-gradient(circle at 70% 14%, rgba(168, 182, 214, 0.36) 0 1px, transparent 1.6px),
    radial-gradient(circle at 86% 34%, rgba(168, 182, 214, 0.32) 0 1px, transparent 1.7px),
    radial-gradient(circle at 34% 74%, rgba(168, 182, 214, 0.3) 0 1px, transparent 1.6px),
    radial-gradient(circle at 58% 62%, rgba(168, 182, 214, 0.26) 0 1px, transparent 1.6px);
  background-size: 280px 280px, 320px 320px, 360px 360px, 300px 300px, 330px 330px;
  opacity: 0.42;
  pointer-events: none;
}

.home-page .hero-overlay {
  background: linear-gradient(180deg, rgba(6, 11, 26, 0.24) 0%, rgba(6, 11, 26, 0.12) 52%, rgba(6, 11, 26, 0.3) 100%);
}

.home-page .hero-content {
  max-width: 940px;
  text-align: center;
  padding: 8.2rem 0 4.9rem;
}

.home-page .hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  padding: 0.5rem 1rem;
  color: var(--ars-text-soft);
  border: 1px solid var(--ars-divider);
  background: rgba(14, 22, 48, 0.74);
}

.home-page .hero h1 {
  font-size: clamp(2.35rem, 5.2vw, 4.6rem);
  margin-top: 1.4rem;
  color: var(--ars-text);
}

.home-page .hero p {
  max-width: 760px;
  margin: 1.5rem auto 0;
  color: var(--ars-text-soft);
  font-size: clamp(1rem, 1.55vw, 1.22rem);
}

.home-page .hero-actions {
  margin-top: 2.25rem;
  gap: 1rem;
}

.home-page .btn {
  border-radius: 10px;
  font-weight: 700;
}

.home-page .btn-primary {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.home-page .btn-primary:hover,
.home-page .btn-primary:focus-visible {
  background: var(--ars-accent-hover);
  color: #000000;
  box-shadow: 0 0 24px rgba(124, 140, 248, 0.24);
}

.home-page .btn-secondary {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  box-shadow: 0 10px 22px rgba(6, 11, 26, 0.32), inset 0 1px 0 rgba(234, 242, 255, 0.08);
}

.home-page .btn-secondary:hover,
.home-page .btn-secondary:focus-visible {
  background: rgba(124, 140, 248, 0.26);
  border-color: rgba(124, 140, 248, 0.52);
  box-shadow: 0 12px 24px rgba(20, 30, 63, 0.38), 0 0 0 1px rgba(124, 140, 248, 0.2);
}

.home-page .section {
  padding: 8rem 0;
  background: radial-gradient(140% 130% at 50% 40%, #0a0a0a 0%, #000000 78%);
}

.home-page .section-head {
  margin-bottom: 2.8rem;
}

.home-page .section-head .hero-kicker {
  margin-bottom: 1rem;
}

.home-page .section-head h2 {
  font-size: clamp(1.85rem, 3.3vw, 3rem);
  margin-bottom: 0.95rem;
}

.home-page .section-head p {
  max-width: 62ch;
  margin-inline: auto;
}

.home-page .premium-feature-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-page .premium-feature-card {
  background: var(--ars-card);
  border-radius: 16px;
  border: 1px solid var(--ars-divider);
  padding: 1.45rem;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.home-page .premium-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(58, 168, 255, 0.5);
  box-shadow: 0 14px 30px rgba(58, 168, 255, 0.14);
}

.home-page .feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--ars-divider);
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--ars-accent);
  background: rgba(14, 22, 48, 0.85);
}

.home-page .feature-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-page .premium-feature-card h3 {
  font-size: 1.24rem;
  margin-bottom: 0.65rem;
}

.home-page .premium-feature-card p {
  margin-bottom: 1.1rem;
}

.home-page .premium-feature-card img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--ars-divider);
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home-page .testimonial-slider {
  max-width: 860px;
}

.home-page .quote-spotlight {
  background: var(--ars-card);
  border-radius: 16px;
  border: 1px solid var(--ars-divider);
  box-shadow: none;
  padding: 2.2rem;
}

.home-page .quote-spotlight p {
  color: var(--ars-text);
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  font-weight: 500;
  line-height: 1.7;
}

.home-page .quote-spotlight h3 {
  margin-top: 1rem;
  color: var(--ars-text-soft);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.home-page .testimonial-dot {
  width: 9px;
  height: 9px;
  background: rgba(168, 182, 214, 0.42);
}

.home-page .testimonial-dot:hover,
.home-page .testimonial-dot:focus-visible {
  background: rgba(124, 140, 248, 0.64);
}

.home-page .testimonial-dot.is-active {
  width: 26px;
  background: var(--ars-accent);
}

.home-page .journey-cta {
  text-align: center;
}

.home-page .journey-cta h2 {
  max-width: 820px;
  margin: 0 auto 1rem;
}

.home-page .journey-cta p {
  max-width: 760px;
  margin: 0 auto 1.8rem;
}

.home-page .home-logo-showcase {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.home-page .home-logo-showcase img {
  width: clamp(230px, 24vw, 300px);
  border-radius: 14px;
  border: 1px solid var(--ars-divider);
  background: #131F3F;
  box-shadow: 0 16px 28px rgba(6, 11, 26, 0.3);
  padding: 0.8rem 1rem;
}

.home-page .home-logo-showcase p {
  color: var(--ars-text-soft);
  font-size: 1rem;
}

.home-page .home-numbers h2 {
  margin-bottom: 2rem;
}

.home-page .home-numbers ul {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.4rem;
}

.home-page .home-numbers li {
  opacity: 1;
  transform: none;
}

.home-page .home-numbers .container.revealed li {
  animation: homeMetricSlideUp 620ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.home-page .home-numbers .container.revealed li:nth-child(1) { animation-delay: 0ms; }
.home-page .home-numbers .container.revealed li:nth-child(2) { animation-delay: 90ms; }
.home-page .home-numbers .container.revealed li:nth-child(3) { animation-delay: 180ms; }
.home-page .home-numbers .container.revealed li:nth-child(4) { animation-delay: 270ms; }
.home-page .home-numbers .container.revealed li:nth-child(5) { animation-delay: 360ms; }
.home-page .home-numbers .container.revealed li:nth-child(6) { animation-delay: 450ms; }

.home-page .home-numbers strong {
  color: var(--ars-text);
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
}

.counter {
  font-variant-numeric: tabular-nums;
  display: inline-block;
}

.home-page .home-numbers span {
  color: var(--ars-text-soft);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

@keyframes homeMetricSlideUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-page .site-footer {
  background: #000000;
  border-top: 1px solid var(--ars-divider);
  padding: 5.2rem 0 3rem;
  color: var(--ars-text);
}

.home-page .site-footer h2 {
  color: var(--ars-text);
}

.home-page .site-footer nav {
  margin-top: 1.1rem;
  display: inline-flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.home-page .site-footer nav a {
  color: var(--ars-text-soft);
}

.home-page .site-footer nav a:hover,
.home-page .site-footer nav a:focus-visible {
  color: var(--ars-text);
}

.home-page .footer-copyright {
  color: var(--ars-text-soft);
}

.home-page .socials {
  margin-top: 1.3rem;
  justify-content: center;
  gap: 0.7rem;
}

.home-page .socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--ars-divider);
  color: var(--ars-text-soft);
  background: #131F3F;
}

.home-page .socials a:hover,
.home-page .socials a:focus-visible {
  background: var(--ars-accent);
  border-color: rgba(58, 168, 255, 0.45);
  color: #000000;
}

.home-page [data-reveal] {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .home-page .premium-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-numbers ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-page .nav-wrap {
    min-height: 72px;
  }

  .home-page .site-nav {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    top: calc(var(--header-height) + 0.35rem);
    background: #000000;
    border: 1px solid var(--ars-divider);
    border-radius: 14px;
    padding: 0.55rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.22rem;
    max-height: calc(100dvh - var(--header-height) - 1.2rem);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 190ms ease, transform 190ms ease, visibility 0s linear 190ms;
    z-index: 1001;
  }

  .home-page .site-nav.open {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }
  }

  .home-page .site-nav a {
    width: 100%;
    font-size: 0.92rem;
    padding: 0.62rem 0.72rem;
    border-radius: 10px;
  }

  .home-page .site-nav a.active {
    color: #000000;
    background: var(--ars-accent);
  }

  .home-page .hero-content {
    padding-top: 6.6rem;
    padding-bottom: 4.2rem;
  }

  .home-page .hero h1 {
    font-size: clamp(1.9rem, 8.8vw, 2.8rem);
  }

  .home-page .section {
    padding: 6.8rem 0;
  }

  .home-page .premium-feature-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-numbers ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Cinematic Science Theme (Inner Pages) */
body:not(.home-page) {
  --ars-bg: #000000;
  --ars-surface: #0a0a0a;
  --ars-card: #131F3F;
  --ars-text: #EAF2FF;
  --ars-text-soft: #A8B6D6;
  --ars-accent: #3AA8FF;
  --ars-accent-hover: #7C8CF8;
  --ars-divider: rgba(168, 182, 214, 0.15);
  background: var(--ars-bg);
  color: var(--ars-text);
}

body:not(.home-page) h1,
body:not(.home-page) h2,
body:not(.home-page) h3 {
  color: var(--ars-text);
  line-height: 1.1;
}

body:not(.home-page) p,
body:not(.home-page) li,
body:not(.home-page) span,
body:not(.home-page) a {
  color: var(--ars-text-soft);
}

body:not(.home-page) .site-header,
body:not(.home-page) .site-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: rgba(14, 22, 48, 0.6);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--ars-divider);
  box-shadow: none;
}

body:not(.home-page) .nav-wrap {
  min-height: 82px;
}

body:not(.home-page) .brand-logo {
  height: clamp(36px, 4.25vw, 50px);
  filter: drop-shadow(0 0 14px rgba(58, 168, 255, 0.16));
}

body:not(.home-page) .site-nav a {
  color: var(--ars-text-soft);
  border-radius: 8px;
  padding: 0.32rem 0.66rem;
  text-shadow: none;
}

body:not(.home-page) .site-nav a:hover,
body:not(.home-page) .site-nav a:focus-visible {
  color: var(--ars-text);
  background: rgba(58, 168, 255, 0.12);
  box-shadow: 0 0 0 1px rgba(58, 168, 255, 0.2);
  transform: none;
}

body:not(.home-page) .site-nav a.active {
  color: var(--ars-accent);
  background: rgba(58, 168, 255, 0.12);
}

body:not(.home-page) .menu-toggle {
  background: rgba(14, 22, 48, 0.7);
  border: 1px solid var(--ars-divider);
}

body:not(.home-page) .menu-toggle span {
  background: var(--ars-text);
}

body:not(.home-page) main {
  padding-top: 96px;
}

body:not(.home-page) .section {
  padding: 8rem 0;
  background: radial-gradient(140% 130% at 50% 40%, #0a0a0a 0%, #000000 78%);
}

body:not(.home-page) .section-head p {
  color: var(--ars-text-soft);
}

body:not(.home-page) .service-content,
body:not(.home-page) .feature-card,
body:not(.home-page) .quote-spotlight,
body:not(.home-page) .testimonial-card,
body:not(.home-page) .service-partner-card,
body:not(.home-page) .faq-item,
body:not(.home-page) .contact-form,
body:not(.home-page) .contact-aside,
body:not(.home-page) .contact-feature-card,
body:not(.home-page) .contact-page-faq .faq-item,
body:not(.home-page) .team-card,
body:not(.home-page) .about-collab-card,
body:not(.home-page) .service-visual {
  background: var(--ars-card);
  border: 1px solid var(--ars-divider);
  border-radius: 16px;
  box-shadow: none;
}

body:not(.home-page) .service-visual img,
body:not(.home-page) .about-collab-card img {
  border-radius: 12px;
}

body:not(.home-page) .service-copy-grid p,
body:not(.home-page) .service-partner-card > p,
body:not(.home-page) .service-partner-meta p,
body:not(.home-page) .about-collab-copy p,
body:not(.home-page) .team-card p,
body:not(.home-page) .testimonial-card .meta,
body:not(.home-page) .contact .section-head p,
body:not(.home-page) .contact-page .contact .section-head p,
body:not(.home-page) .contact-feature-card p,
body:not(.home-page) .contact-page-faq .faq-body > p,
body:not(.home-page) .faq-body > p,
body:not(.home-page) .numbers span,
body:not(.home-page) .contact-aside p,
body:not(.home-page) .site-footer nav a,
body:not(.home-page) .form-status {
  color: var(--ars-text-soft);
}

body:not(.home-page) .team-avatar,
body:not(.home-page) .team-card:nth-child(2) .team-avatar,
body:not(.home-page) .team-card:nth-child(3) .team-avatar,
body:not(.home-page) .team-card:nth-child(5) .team-avatar,
body:not(.home-page) .team-card:nth-child(6) .team-avatar,
body:not(.home-page) .service-partner-avatar {
  background: linear-gradient(140deg, #3AA8FF 0%, #7C8CF8 100%);
  color: #000000;
}

body:not(.home-page) .btn {
  border-radius: 10px;
}

body:not(.home-page) .btn-primary {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}

body:not(.home-page) .btn-primary:hover,
body:not(.home-page) .btn-primary:focus-visible {
  background: var(--ars-accent-hover);
  color: #000000;
  box-shadow: 0 0 24px rgba(124, 140, 248, 0.24);
}

body:not(.home-page) .btn-secondary {
  background: transparent;
  color: var(--ars-text);
  border: 1px solid var(--ars-divider);
}

body:not(.home-page) .btn-secondary:hover,
body:not(.home-page) .btn-secondary:focus-visible {
  background: rgba(124, 140, 248, 0.2);
  border-color: rgba(124, 140, 248, 0.4);
}

body:not(.home-page) .field label,
body:not(.home-page) .service-partner-meta h3,
body:not(.home-page) .faq-trigger,
body:not(.home-page) .contact-page-faq .faq-trigger {
  color: var(--ars-text);
}

body:not(.home-page) .field input,
body:not(.home-page) .field textarea,
body:not(.home-page) .contact-page .field input,
body:not(.home-page) .contact-page .field textarea {
  background: #0a0a0a;
  color: var(--ars-text);
  border: 1px solid var(--ars-divider);
}

body:not(.home-page) .field input::placeholder,
body:not(.home-page) .field textarea::placeholder {
  color: var(--ars-text-soft);
}

body:not(.home-page) .field input:focus,
body:not(.home-page) .field textarea:focus {
  border-color: rgba(58, 168, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(58, 168, 255, 0.18);
}

body:not(.home-page) .required-mark {
  color: #ff8ba7;
}

body:not(.home-page) .error {
  color: #ff97b0;
  font-weight: 700;
}

body:not(.home-page) .field .error:not(:empty) {
  display: inline-flex;
  align-items: center;
  margin-top: 0.45rem;
  padding: 0.18rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 151, 176, 0.52);
  background: rgba(255, 151, 176, 0.14);
  line-height: 1.35;
  letter-spacing: 0.01em;
}

body:not(.home-page) .field input[aria-invalid="true"],
body:not(.home-page) .field textarea[aria-invalid="true"] {
  border-color: rgba(255, 151, 176, 0.95);
  box-shadow: 0 0 0 3px rgba(255, 151, 176, 0.2);
}

body:not(.home-page) .form-status.is-info {
  color: #9fc7ff;
}

body:not(.home-page) .form-status.is-success {
  color: #82e9be;
}

body:not(.home-page) .form-status.is-error {
  color: #ff9fb7;
}

body:not(.home-page) .contact-page-faq .faq-trigger {
  background: #0a0a0a;
  border-bottom: 1px solid var(--ars-divider);
}

body:not(.home-page) .contact-page-faq .faq-body {
  background: #131F3F;
}

body:not(.home-page) .site-footer,
body:not(.home-page).contact-page .site-footer {
  background: #000000;
  border-top: 1px solid var(--ars-divider);
  color: var(--ars-text);
}

body:not(.home-page) .site-footer h2 {
  color: var(--ars-text);
}

body:not(.home-page) .site-footer nav a:hover,
body:not(.home-page) .site-footer nav a:focus-visible {
  color: var(--ars-text);
}

body:not(.home-page) .footer-copyright {
  color: var(--ars-text-soft);
}

body:not(.home-page) .socials a {
  border: 1px solid var(--ars-divider);
  color: var(--ars-text-soft);
  background: #131F3F;
}

body:not(.home-page) .socials a:hover,
body:not(.home-page) .socials a:focus-visible {
  background: var(--ars-accent);
  border-color: rgba(58, 168, 255, 0.45);
  color: #000000;
}

@media (max-width: 760px) {
  body:not(.home-page) .site-nav {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    top: calc(var(--header-height) + 0.35rem);
    background: #000000;
    border: 1px solid var(--ars-divider);
    border-radius: 14px;
    padding: 0.55rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.22rem;
    max-height: calc(100dvh - var(--header-height) - 1.2rem);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 190ms ease, transform 190ms ease, visibility 0s linear 190ms;
    z-index: 45;
  }

  body:not(.home-page) .site-nav.open {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }
  }

  body:not(.home-page) .site-nav a {
    width: 100%;
    font-size: 0.92rem;
    padding: 0.62rem 0.72rem;
    border-radius: 10px;
  }

  body:not(.home-page) .site-nav a.active {
    color: #000000;
    background: var(--ars-accent);
  }

  body:not(.home-page) .section {
    padding: 6.8rem 0;
  }
}

/* ==========================================================================
   SpaceX-Inspired Redesign (Home Page Only)
   ========================================================================== */

.home-page {
  --spacex-black: #000000;
  --spacex-white: #ffffff;
  --spacex-gray: #0a0a0a;
  --spacex-border: rgba(255, 255, 255, 0.15);
  --spacex-font-heading: 'Orbitron', sans-serif;
  --spacex-font-body: 'Inter', sans-serif;

  background-color: var(--spacex-black) !important;
  color: var(--spacex-white) !important;
  font-family: var(--spacex-font-body);
}

/* LOCAL DIMMING STRATEGY: Prevents scrolling bugs and ensures crystal clear text */
.home-page::after {
  display: none !important;
}

.home-page .hero,
.home-page .hero-secondary,
.home-page .section {
  position: relative;
  background-color: #060b1a;
  overflow: hidden;
}

/* The Local Dimmer - Sits between Background and Text */
.home-page .hero::after,
.home-page .hero-secondary::after,
.home-page .section[style*="background-image"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Explicitly matching parent height */
  background: rgba(4, 6, 12, 0.45); 
  z-index: 1;
  pointer-events: none;
}

/* Ensure all content is ALWAYS above the local dimmer */
.home-page .container,
.home-page .hero-content,
.home-page .section-head {
  position: relative;
  z-index: 10 !important;
}

.home-page h1, 
.home-page h2, 
.home-page h3, 
.home-page .brand-text {
  font-family: var(--spacex-font-heading);
  text-transform: uppercase;
  font-weight: 800;
}

/* Navbar Redesign */
.home-page .site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000 !important; /* Highest priority to stay above the tint */
  background: transparent;
  border-bottom: none !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-page .site-header.scrolled {
  background: transparent !important;
  backdrop-filter: none !important;
  border-bottom: none !important;
}

.home-page .nav-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 1.25rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-page .nav-left, 
.home-page .nav-right {
  flex: 1;
  display: flex;
  align-items: center;
}

.home-page .nav-right {
  justify-content: flex-end;
  gap: 1.5rem;
}

.home-page .site-nav {
  display: flex;
  gap: 2rem;
  position: static;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}

.home-page .site-nav a {
  color: var(--spacex-white) !important;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.5rem 0;
  position: relative;
  background: transparent !important;
  box-shadow: none !important;
}

.home-page .site-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--spacex-white);
  transition: width 0.3s ease;
}

.home-page .site-nav a:hover::after {
  width: 100%;
}

.home-page .nav-btn {
  border: 1px solid var(--spacex-white);
  padding: 0.7rem 1.6rem !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: all 0.3s ease !important;
}

.home-page .nav-btn:hover {
  background: var(--spacex-white) !important;
  color: var(--spacex-black) !important;
}

/* Hero Sections */
.home-page .hero,
.home-page .hero-secondary,
.home-page .section {
  min-height: 140vh;
  background-color: transparent; /* Allows global tint and media to show through from behind */
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-page .hero-secondary {
  align-items: flex-start;
  padding: 0 5%;
}

.home-page .hero-secondary.hero-right {
  align-items: flex-end;
  padding: 0 5%;
}

.home-page .hero-secondary.hero-right .hero-content {
  text-align: right;
}

.home-page .hero-secondary.hero-right p {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.home-page .hero-secondary.hero-right .hero-actions {
  justify-content: flex-end;
}



.home-page .hero-content {
  position: relative;
  z-index: 100; /* Ensures text is always crisp and bright above the global tint */
  text-align: center;
  width: 100%;
}

.home-page .hero-secondary .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.home-page .hero-secondary .hero-content {
  text-align: left;
  max-width: 800px;
  margin: 0;
  padding: 0;
}

.home-page .hero-secondary.hero-right .hero-content {
  text-align: right;
  margin: 0;
}

.home-page .hero h1,
.home-page .hero-secondary h2 {
  font-size: clamp(2.2rem, 5vw, 3.2rem) !important;
  margin-bottom: 1.25rem !important;
  line-height: 1.1 !important;
  letter-spacing: -0.01em !important;
  color: var(--spacex-white) !important;
}

.home-page .hero p,
.home-page .hero-secondary p {
  margin: 0 auto 2.5rem !important;
  font-size: clamp(1rem, 1.4vw, 1.15rem) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  max-width: 520px !important;
  line-height: 1.6 !important;
  font-weight: 300 !important;
  text-shadow: none !important;
}


.home-page .hero-secondary p {
  margin: 0 0 2.5rem !important;
}

.home-page .hero-actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.home-page .hero-secondary .hero-actions {
  justify-content: flex-start;
}

.home-page .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.home-page .hero-video.is-ready {
  opacity: 1;
}

.home-page .hero-overlay {
  display: none !important;
}

/* Buttons */
.home-page .btn {
  border-radius: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  padding: 1.1rem 2.4rem !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.home-page .btn-primary {
  background: var(--spacex-white) !important;
  color: var(--spacex-black) !important;
}

.home-page .btn-primary:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  transform: scale(1.02);
}

.home-page .btn-secondary {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}

.home-page .btn-secondary:hover {
  background: var(--spacex-white) !important;
  color: var(--spacex-black) !important;
  transform: scale(1.02);
}

/* Sections */
.home-page .section {
  background: var(--spacex-black) !important;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--spacex-border);
}

.home-page .home-numbers {
  border-bottom: 1px solid var(--spacex-border);
}

.home-page .home-numbers ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2rem;
  text-align: center;
}

.home-page .home-numbers strong {
  color: var(--spacex-white) !important;
  font-family: var(--spacex-font-heading) !important;
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 200;
  display: block;
  margin-bottom: 0.5rem;
}

.home-page .home-numbers span {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 600;
}

.home-page .home-logo-showcase {
  text-align: center;
  padding: 8rem 0;
}

.home-page .home-logo-showcase img {
  max-width: 400px;
  margin: 0 auto 2.5rem;
}

.home-page .home-logo-showcase p {
  color: rgba(255, 255, 255, 0.3) !important;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* Footer */
.home-page .site-footer {
  background: var(--spacex-black) !important;
  border-top: 1px solid var(--spacex-border) !important;
  padding: 6rem 0 !important;
  text-align: center;
}

.home-page .site-footer h2 {
  font-size: 1.15rem;
  letter-spacing: 0.15em;
  margin-bottom: 2.5rem;
  font-weight: 700;
}

.home-page .site-footer nav a {
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.7) !important;
  transition: color 0.3s ease;
}

.home-page .site-footer nav a:hover {
  color: #ffffff !important;
}

.home-page .footer-copyright {
  color: rgba(255, 255, 255, 0.3) !important;
  font-size: 0.85rem;
  margin-top: 4rem;
  letter-spacing: 0.02em;
}


/* Scroll Animations */
.home-page [data-reveal] {
  opacity: 1;
  transform: none;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Mobile Responsiveness */
@media (max-width: 1100px) {
  .home-page .nav-wrap {
    padding: 1rem 2rem;
  }
  .home-page .site-nav {
    display: none;
  }
  .home-page .menu-toggle {
    display: block !important;
    background: transparent;
    border: none;
    color: var(--spacex-white);
    font-size: 1.5rem;
    cursor: pointer;
  }
}

/* Tablet & Intermediate Optimization */
@media (max-width: 1100px) {
  .home-page .hero,
  .home-page .hero-secondary {
    min-height: 100vh;
  }
  
  .home-page .home-numbers ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
  }
}


@media (max-width: 760px) {
  .home-page .hero,
  .home-page .hero-secondary,
  .home-page .section {
    min-height: 100vh;
    padding: 2rem 1.5rem 8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end !important;
    align-items: center !important;
    text-align: center !important;
  }
  
  .home-page .hero-content {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 2rem;
  }

  .home-page .hero h1,
  .home-page .hero-secondary h2 {
    font-size: clamp(2rem, 10vw, 3rem) !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.1 !important;
  }

  .home-page .hero p,
  .home-page .hero-secondary p {
    font-size: 1rem !important;
    max-width: 100% !important;
    margin-bottom: 2.5rem !important;
    line-height: 1.5 !important;
  }

  .home-page .hero-actions,
  .home-page .hero-secondary .hero-actions {
    justify-content: center !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.5rem;
  }

  .home-page .hero-actions .btn,
  .home-page .hero-secondary .hero-actions .btn {
    padding: 1.25rem 2rem;
    font-size: 0.9rem;
  }

  .home-page .btn {
    width: auto;
  }

  .home-page .home-numbers ul {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }
  
  .home-page .home-numbers strong {
    font-size: 3.5rem;
  }
}


.home-page .site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex: 2;
}

.home-page .site-nav a {
  color: var(--spacex-white);
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-shadow: none !important;
  padding: 0.5rem 0;
  position: relative;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transition: opacity 0.3s ease;
}

.home-page .btn-login {
  border: 1px solid var(--spacex-white);
  padding: 0.65rem 1.6rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: var(--spacex-white);
  text-transform: uppercase;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.home-page .btn-login:hover {
  background: var(--spacex-white);
  color: var(--spacex-black);
}

.home-page .menu-toggle {
  display: none;
}

@media (max-width: 1100px) {
  .home-page .nav-wrap {
    padding: 1rem 2rem;
  }
  .home-page .site-nav {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000000 !important;
    padding: 6rem 2rem;
    z-index: 999;
  }
  .home-page .site-nav.open {
    display: flex !important;
  }
  .home-page .menu-toggle {
    display: block;
    margin-left: 1rem;
    z-index: 1001;
  }
}

.home-page .site-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--spacex-white);
  transition: width 0.3s ease;
}

.home-page .site-nav a:hover {
  opacity: 0.7;
  transform: none !important;
}

.home-page .site-nav a:hover::after {
  width: 100%;
}

.home-page .nav-btn {
  border: 1px solid var(--spacex-white);
  padding: 0.6rem 1.4rem !important;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease !important;
}

.home-page .nav-btn:hover {
  background: var(--spacex-white) !important;
  color: var(--spacex-black) !important;
  opacity: 1 !important;
}

/* Hero Section */
/* Hero Sections */
.home-page .hero,
.home-page .hero-secondary {
  min-height: 100vh;
  background: var(--spacex-black);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-page .hero-secondary {
  align-items: flex-start;
  padding: 0 5%;
}

.home-page .hero-secondary .hero-content {
  text-align: left;
  max-width: 800px;
  margin: 0;
}

.home-page .hero-secondary h2 {
  font-size: clamp(2.8rem, 7vw, 4.8rem);
  margin-bottom: 1.5rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-family: var(--spacex-font-heading);
  text-transform: uppercase;
}

.home-page .hero-secondary p {
  margin: 0 0 2.5rem;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none !important;
  font-weight: 300;
}

.home-page .hero-secondary .hero-actions {
  justify-content: flex-start;
}
.home-page .hero-overlay {
  background: radial-gradient(circle at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
}

.home-page .hero-content {
  max-width: 1000px;
  text-align: center;
}

.home-page .hero h1,
.home-page .hero-secondary h2 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  margin-bottom: 1.25rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.home-page .hero p,
.home-page .hero-secondary p {
  margin: 0 0 2rem;
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  color: rgba(255, 255, 255, 0.85);
  max-width: 520px;
  line-height: 1.6;
  font-weight: 300;
  text-shadow: none !important;
}

.home-page .btn {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 1.1rem 2.2rem;
  font-size: 0.8rem;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-page .btn-primary {
  background: var(--spacex-white) !important;
  color: var(--spacex-black) !important;
  box-shadow: none !important;
}

.home-page .btn-primary:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  transform: scale(1.02);
}

.home-page .btn-secondary {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}

.home-page .btn-secondary:hover {
  background: var(--spacex-white) !important;
  color: var(--spacex-black) !important;
  transform: scale(1.02);
}

/* Sections Styling */
.home-page .section {
  background: var(--spacex-black) !important;
  padding: 12rem 0;
  border-top: 1px solid var(--spacex-border);
  position: relative;
  overflow: hidden;
}

.home-page .section-head {
  margin-bottom: 5rem;
}

.home-page .section-head h2 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  margin-bottom: 2rem;
  letter-spacing: -0.03em;
}

.home-page .section-head p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 300;
}

.home-page .premium-feature-card {
  background: transparent !important;
  border: 1px solid var(--spacex-border) !important;
  border-radius: 0 !important;
  padding: 4rem 3rem !important;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1) !important;
  box-shadow: none !important;
}

.home-page .premium-feature-card:hover {
  border-color: rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.02) !important;
}

.home-page .home-testimonial {
  background: var(--spacex-black) !important;
  text-align: center;
}

.home-page .quote-spotlight p {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.4;
  font-weight: 300;
  color: var(--spacex-white);
  max-width: 900px;
  margin: 0 auto 2.5rem;
  letter-spacing: -0.01em;
}

.home-page .quote-spotlight h3 {
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.4);
}

.home-page .home-numbers {
  background: var(--spacex-black) !important;
  border-bottom: 1px solid var(--spacex-border);
}

.home-page .home-numbers ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2rem;
}

.home-page .home-numbers strong {
  color: var(--spacex-white) !important;
  font-family: var(--spacex-font-heading) !important;
  font-size: clamp(2.2rem, 8vw, 4.5rem);
  font-weight: 200;
  display: block;
  margin-bottom: 0.5rem;
}

.home-page .home-numbers span {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 600;
}

.home-page .home-logo-showcase {
  background: var(--spacex-black) !important;
  padding: 8rem 0;
}

.home-page .home-logo-showcase img {
  filter: none !important;
  background: transparent !important;
  box-shadow: none !important;
  margin-bottom: 2rem !important;
}

.home-page .home-logo-showcase p {
  color: rgba(255, 255, 255, 0.3) !important;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
}

.home-page .site-footer {
  background: var(--spacex-black) !important;
  border-top: 1px solid var(--spacex-border) !important;
  padding: 6rem 0 !important;
}

.home-page .site-footer h2 {
  font-family: var(--spacex-font-heading);
  letter-spacing: 0.1em;
}

.home-page .footer-copyright {
  color: rgba(255, 255, 255, 0.3) !important;
  margin-top: 4rem;
}

/* Logo and Branding */
.home-page .brand-logo {
  /* Restoring original logo appearance */
}

/* Scroll Effects */
.home-page [data-reveal] {
  opacity: 1;
  transform: none;
}

/* Mobile Adjustments */
@media (max-width: 760px) {
  .home-page .site-nav {
    background: #000000 !important;
    border: 1px solid var(--spacex-border) !important;
  }
  
  .home-page .home-numbers ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1rem;
    text-align: center;
  }
  
  .home-page .hero h1 {
    font-size: 2.8rem;
  }
  
  .home-page .section,
  body:not(.home-page) .section {
    padding: 6rem 1.5rem;
  }
}

/* --- Form Validation --- */
.field {
  position: relative;
}

.field small.error {
  display: block;
  color: #ff4d4d; /* Bright red for high visibility */
  font-size: 0.75rem;
  margin-top: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(-8px);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
  text-transform: uppercase;
}

.field.has-error small.error {
  opacity: 1;
  transform: translateY(0);
}

.field.has-error input,
.field.has-error textarea {
  border-color: #ff4d4d !important;
  background: rgba(255, 77, 77, 0.08) !important;
  box-shadow: 0 0 12px rgba(255, 77, 77, 0.15) !important;
}

.form-status.is-error {
  color: #ff4d4d;
  background: rgba(255, 77, 77, 0.1);
  border: 1px solid rgba(255, 77, 77, 0.2);
  padding: 1rem;
  border-radius: 12px;
  margin-top: 1.5rem;
  font-weight: 600;
  text-align: center;
}

/* ==========================================================================
   Blog Page Styles (Cinematic SpaceX Aesthetic)
   ========================================================================== */

.orbitron-title {
  font-family: 'Orbitron', sans-serif !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blog-hero {
  height: 80vh;
  min-height: 600px;
  background: #060b1a;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.blog-hero .hero-content {
  max-width: 800px;
  text-align: left;
  padding: 0;
}

.blog-hero .hero-content h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 1;
  margin: 1.5rem 0;
  background: linear-gradient(to bottom, #ffffff, #a5a5a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Featured Post */
.featured-post-section {
  padding-top: 4rem;
  background: #060b1a;
}

.featured-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  backdrop-filter: blur(20px);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.featured-card:hover {
  transform: translateY(-10px);
  border-color: var(--accent);
}

.featured-img-wrap {
  height: 100%;
  overflow: hidden;
}

.featured-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.featured-card:hover .featured-img-wrap img {
  transform: scale(1.05);
}

.featured-content {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.featured-content h2 {
  font-size: 2.2rem;
  margin: 1rem 0 1.5rem;
  line-height: 1.2;
}

.featured-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

/* Blog Tags & Meta */
.blog-tag {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  background: rgba(6, 11, 26, 0.65);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2rem;
}

.blog-meta .separator {
  color: var(--accent);
}

/* Blog Grid */
.blog-grid-section {
  background: #060b1a;
  padding-bottom: 6rem;
}

.blog-grid-section .section-head h2 {
  color: #fff;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2.5rem;
  margin-top: 4rem;
}

.blog-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.blog-card-img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.1);
}

.blog-card-img .blog-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  margin-bottom: 0;
  backdrop-filter: blur(5px);
}

.blog-card-content {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-content h3 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.blog-card-content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-content .blog-meta {
  margin-top: auto;
  margin-bottom: 0;
}

/* Mission Gallery */
.mission-gallery-section {
  background: #040814;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.mission-gallery-section .section-head h2 {
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.gallery-item {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* Newsletter */
.newsletter-section {
  background: #040814;
  padding-bottom: 8rem;
}

.newsletter-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 5rem 2rem;
  text-align: center;
  backdrop-filter: blur(20px);
}

.newsletter-content h2 {
  font-family: 'Orbitron', sans-serif;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.newsletter-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto 3rem;
}

.newsletter-form {
  display: flex;
  gap: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-form input {
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 1rem 2rem;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.newsletter-form input:focus {
  outline: none;
  border-color: var(--accent);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .featured-card {
    grid-template-columns: 1fr;
  }
  .featured-content {
    padding: 3rem 2rem;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .blog-hero {
    height: 70vh;
    text-align: center;
  }
  .blog-hero .hero-content {
    text-align: center;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-content h2 {
    font-size: 2.2rem;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}


/* Staggered Reveal for Blog Cards */
.blog-grid .blog-card:nth-child(1) { transition-delay: 0.1s; }
.blog-grid .blog-card:nth-child(2) { transition-delay: 0.2s; }
.blog-grid .blog-card:nth-child(3) { transition-delay: 0.3s; }
.blog-grid .blog-card:nth-child(4) { transition-delay: 0.4s; }
.blog-grid .blog-card:nth-child(5) { transition-delay: 0.5s; }
.blog-grid .blog-card:nth-child(6) { transition-delay: 0.6s; }

.gallery-grid .gallery-item:nth-child(1) { transition-delay: 0.1s; }
.gallery-grid .gallery-item:nth-child(2) { transition-delay: 0.2s; }
.gallery-grid .gallery-item:nth-child(3) { transition-delay: 0.3s; }

/* Mission Report Modal Styles */
.mission-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 20px;
}

.mission-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 8, 20, 0.85);
  backdrop-filter: blur(8px);
}

.modal-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  background: rgba(10, 15, 30, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  backdrop-filter: blur(25px);
  padding: 3.5rem;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
  transform: translateY(30px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: 90vh;
  overflow-y: auto;
}

.mission-modal.active .modal-container {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.modal-close:hover {
  opacity: 1;
}

.modal-tag {
  display: inline-block;
  color: #00a6aa;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.modal-content-wrap h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  margin-bottom: 2rem;
  color: #fff;
  line-height: 1.2;
}

.modal-body {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  font-size: 1.1rem;
}

.modal-body p {
  margin-bottom: 1.5rem;
}

.modal-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Button for Grid Cards */
.btn-mission-report {
  display: inline-block;
  margin-top: 1.5rem;
  color: #00a6aa;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  position: relative;
}

.btn-mission-report::after {
  content: ' →';
  transition: transform 0.3s ease;
  display: inline-block;
}

.btn-mission-report:hover {
  color: #fff;
}

.btn-mission-report:hover::after {
  transform: translateX(5px);
}

@media (max-width: 600px) {
  .modal-container {
    padding: 2rem;
  }
}

/* Responsive Cinematic Team Grid */
.team-grid-cinematic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 992px) {
  .team-grid-cinematic {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .team-grid-cinematic {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Responsive Contact FAQ Grid */
.contact-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media (max-width: 768px) {
  .contact-faq-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Global Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

#preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.orbital-spinner {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: #ffffff;
  animation: orbital-spin 1s linear infinite;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

@keyframes orbital-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ==========================================================
   Performance + Smooth Scrolling Overrides - 2026-05-19
   Purpose: keep the same visual direction while reducing scroll jank.
   ========================================================== */

html {
  scroll-behavior: smooth;
}

.hero,
.home-page .hero,
.home-page .hero-secondary,
.home-page .section[style*="background-image"] {
  position: relative !important;
  isolation: isolate;
  overflow: hidden;
  background-color: #060b1a;
}

.hero-video,
.home-page .hero-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  z-index: 0 !important;
  filter: none !important;
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
  will-change: auto !important;
}

.hero-video.is-ready,
.home-page .hero-video.is-ready {
  opacity: 1 !important;
}

.hero-overlay,
.home-page .hero-overlay {
  display: none !important;
}

.hero::after,
.home-page .hero::after,
.home-page .hero-secondary::after,
.home-page .section[style*="background-image"]::after {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4, 6, 12, 0.56) 0%, rgba(4, 6, 12, 0.34) 45%, rgba(4, 6, 12, 0.64) 100%);
}

.hero > .container,
.hero-content,
.home-page .container,
.home-page .hero-content,
.home-page .section-head {
  position: relative;
  z-index: 2 !important;
}

.site-header,
.home-page .site-header {
  transition: transform 240ms ease, opacity 240ms ease, background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease !important;
  will-change: transform, opacity;
}

.btn,
.home-page .btn,
.site-nav a,
.feature-card,
.blog-card,
.team-card,
.team-card-glass,
.contact-feature-card,
.testimonial-card,
.service-partner-card,
.faq-item {
  transition-property: transform, opacity, background-color, color, border-color, box-shadow !important;
}

.team-card,
.team-card-glass,
.contact-form-glass,
.hero-kicker,
.blog-modal-content,
.modal-content {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-glow {
  contain: paint;
}

.section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

#preloader {
  transition: opacity 0.45s ease, visibility 0.45s ease !important;
}

#preloader.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 760px) {
  .hero,
  .home-page .hero,
  .home-page .hero-secondary {
    min-height: 78vh !important;
  }

  .hero::after,
  .home-page .hero::after,
  .home-page .hero-secondary::after,
  .home-page .section[style*="background-image"]::after {
    background: rgba(4, 6, 12, 0.52);
  }

  .site-nav,
  .home-page .site-nav,
  .home-page .site-header.scrolled .site-nav {
    overscroll-behavior: contain;
  }
}

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

  .hero-video,
  .home-page .hero-video {
    animation: none !important;
    transition: none !important;
  }
}


/* =========================================================
   Height hotfix: removes conflicting 140vh hero/section sizing
   ========================================================= */
.hero,
.home-page .hero,
.home-page .hero-secondary {
  height: auto !important;
  min-height: 100vh !important;
}

@supports (min-height: 100svh) {
  .hero,
  .home-page .hero,
  .home-page .hero-secondary {
    min-height: 100svh !important;
  }
}

.home-page .section:not(.hero):not(.hero-secondary) {
  min-height: auto !important;
}

.blog-hero {
  height: auto !important;
  min-height: 88vh !important;
}

@supports (min-height: 88svh) {
  .blog-hero {
    min-height: 88svh !important;
  }
}

@media (max-width: 760px) {
  .hero,
  .home-page .hero,
  .home-page .hero-secondary {
    height: auto !important;
    min-height: 88vh !important;
  }

  @supports (min-height: 88svh) {
    .hero,
    .home-page .hero,
    .home-page .hero-secondary {
      min-height: 88svh !important;
    }
  }

  .home-page .section:not(.hero):not(.hero-secondary) {
    min-height: auto !important;
  }
}


/* =========================================================
   Missions page image-load fix
   Converts mission backgrounds from low-priority CSS backgrounds
   into real eager image layers so the browser fetches/decodes them early.
   ========================================================= */
.page-missions .hero[data-mission-bg="true"] {
  background-image: none !important;
  background-color: #060b1a !important;
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
}

.page-missions .mission-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  display: block;
  opacity: 1;
  transform: none;
  filter: none;
  pointer-events: none;
  user-select: none;
}

.page-missions .hero[data-mission-bg="true"]::after {
  z-index: 1 !important;
}

.page-missions .hero[data-mission-bg="true"] > .container,
.page-missions .hero[data-mission-bg="true"] .hero-content {
  position: relative;
  z-index: 2 !important;
}


/* =========================================================
   Blog hero flicker fix
   The blog hero previously used assets/dusty planet.webp as the
   video poster. That image also appears on the About page, so it
   flashed for a moment before hero-video.webm painted its first frame.
   Keep the hero dark until the video frame is available.
   ========================================================= */
.blog-hero {
  background: #060b1a !important;
}

.blog-hero .hero-video,
.blog-hero .blog-hero-video {
  background: #060b1a !important;
}

.blog-hero .hero-video[poster] {
  background-image: none !important;
}


/* =========================================================
   Homepage hero no-dusty hard fix v2
   Shows only a dark brand background before the rocket video paints.
   This prevents assets/dusty planet.webp from appearing via poster/cache/fallback.
   ========================================================= */
#home.no-dusty-hero,
body.home-page #home.no-dusty-hero {
  background: #060b1a !important;
  background-image: none !important;
}

#home.no-dusty-hero .hero-video {
  background: #060b1a !important;
  background-image: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#home.no-dusty-hero .hero-overlay {
  display: none !important;
}

/* =========================================================
   SpaceX-style smoothness pass
   - Prevent content pop-in while scrolling
   - Normalize section heights to a stable fullscreen rhythm
   - Use explicit media layers for image heroes (no CSS bg decode jank)
   ========================================================= */
.section {
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
}

.hero,
.home-page .hero,
.home-page .hero-secondary {
  height: auto !important;
  min-height: max(100vh, 900px) !important;
}

@supports (min-height: 100svh) {
  .hero,
  .home-page .hero,
  .home-page .hero-secondary {
    min-height: max(100svh, 900px) !important;
  }
}

@media (max-width: 961px) {
  .hero,
  .home-page .hero,
  .home-page .hero-secondary {
    min-height: 100vh !important;
  }
}

@supports (min-height: 100svh) {
  @media (max-width: 961px) {
    .hero,
    .home-page .hero,
    .home-page .hero-secondary {
      min-height: 100svh !important;
    }
  }
}

.hero-bg-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  display: block;
  pointer-events: none;
  user-select: none;
  transform: translateZ(0);
}

.hero[data-static-bg="true"] {
  background-image: none !important;
  background-color: #060b1a !important;
  position: relative !important;
}

.hero[data-static-bg="true"] > .container,
.hero[data-static-bg="true"] .hero-content {
  position: relative;
  z-index: 2 !important;
}

/* =========================================================
   Contact form readability + hero image loading polish
   ========================================================= */
.page-contact #contact-form input::placeholder,
.page-contact #contact-form textarea::placeholder {
  color: rgba(238, 245, 255, 0.88) !important;
  opacity: 1 !important;
}

.page-contact #contact-form input,
.page-contact #contact-form textarea {
  color: #ffffff !important;
  caret-color: #ffffff;
}

.page-contact .contact-form-glass {
  backdrop-filter: blur(16px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(120%) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.page-contact #contact-form .field input,
.page-contact #contact-form .field textarea {
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

.page-contact #contact-form .btn.btn-primary {
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}
