body {
  background:
    radial-gradient(circle at 72% 8%, rgba(242, 139, 35, 0.13), transparent 30%),
    radial-gradient(circle at 12% 18%, rgba(255, 122, 36, 0.1), transparent 28%),
    linear-gradient(180deg, #151719 0%, #202326 46%, #191b1d 100%);
}

.page-shell--campaign {
  position: relative;
  width: min(94%, 1360px);
  padding-bottom: 96px;
}

.page-shell--campaign::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(242, 139, 35, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 139, 35, 0.045) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(180deg, #000, transparent 66%);
}

.page-shell--campaign h1,
.page-shell--campaign h2,
.page-shell--campaign h3,
.page-shell--campaign strong,
.page-shell--campaign .eyebrow,
.page-shell--campaign .btn,
.page-shell--campaign .topbar-link,
.page-shell--campaign .hero-tag,
.page-shell--campaign .brand-pills :is(a, span) {
  letter-spacing: 0;
}

.landing-topbar {
  position: sticky;
  top: 14px;
  z-index: 20;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 250, 245, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.landing-topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: auto;
}

.topbar-social-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-link {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(23, 21, 19, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(23, 21, 19, 0.18);
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-link--youtube {
  background: #ff0033;
}

.social-link--facebook {
  background: #1877f2;
}

.social-link--instagram {
  background: radial-gradient(circle at 30% 105%, #feda75 0 18%, #fa7e1e 34%, #d62976 58%, #962fbf 78%, #4f5bd5 100%);
}

.topbar-link {
  padding: 10px 4px;
  color: #2b271f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.topbar-link:hover {
  color: #171513;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(23, 21, 19, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
}

.language-switch a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 11px;
  color: #2b271f;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.language-switch a + a {
  border-left: 1px solid rgba(23, 21, 19, 0.1);
}

.language-switch a[aria-current="true"] {
  background: linear-gradient(135deg, #ff8c2a, #f05d22);
  color: #fffdf8;
}

.page-shell--campaign .btn {
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.page-shell--campaign .btn:hover {
  transform: translateY(-2px);
}

.page-shell--campaign .btn-primary {
  background: linear-gradient(135deg, #f5a623 0%, #d66f0b 100%);
  color: #241b12;
  box-shadow: 0 18px 34px rgba(126, 207, 99, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.page-shell--campaign .btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
}

.landing-hero--immersive .btn-outline {
  color: #fff6eb;
}

.landing-hero--immersive {
  position: relative;
  display: block;
  min-height: min(720px, calc(100vh - 118px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  padding: 74px 68px 64px;
  color: #fff6eb;
  background: #151719;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
  isolation: isolate;
}

.landing-hero--immersive::before,
.landing-hero--immersive::after {
  display: none;
}

.hero-video-bg,
.hero-bg,
.hero-shade,
.hero-scan {
  position: absolute;
  inset: 0;
}

.hero-video-bg {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
  filter: saturate(0.88) contrast(1.08);
}

.hero-bg {
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
  filter: saturate(0.9) contrast(1.05);
  animation: heroDrift 22s ease-in-out infinite alternate;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.96) 0%, rgba(5, 7, 10, 0.8) 42%, rgba(5, 7, 10, 0.34) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, 0.18) 0%, rgba(5, 7, 10, 0.82) 100%);
}

.hero-scan {
  z-index: -1;
  display: block;
  overflow: hidden;
  opacity: 0.58;
}

.hero-scan::after {
  content: "";
  position: absolute;
  top: 16%;
  bottom: 16%;
  left: -20%;
  width: 16%;
  background: linear-gradient(90deg, transparent, rgba(245, 166, 35, 0.34), transparent);
  transform: skewX(-10deg);
  animation: scanSweep 7.2s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding-bottom: 0;
}

.hero-content::before {
  content: "";
  display: block;
  width: 86px;
  height: 3px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff8c2a, #f5a623, transparent);
}

.hero-eyebrow {
  border-color: rgba(245, 166, 35, 0.28);
  background: rgba(245, 166, 35, 0.09);
  color: #ffd08a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-content h1 {
  margin: 24px 0 20px;
  max-width: 640px;
  color: #f8faef;
  font-size: 64px;
  line-height: 0.98;
  text-wrap: balance;
}

.hero-title-line {
  display: block;
}

.hero-content p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 246, 235, 0.75);
  font-size: 20px;
  line-height: 1.6;
}

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

.hero-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 246, 235, 0.84);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hero-tag:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 166, 35, 0.34);
  background: rgba(245, 166, 35, 0.1);
  box-shadow: 0 12px 22px rgba(245, 166, 35, 0.1);
}

.hero-scene {
  position: absolute;
  z-index: 1;
  top: 12%;
  right: 4%;
  bottom: 8%;
  width: min(39%, 520px);
  opacity: 0.9;
  perspective: 1100px;
  pointer-events: none;
}

.scene-grid,
.scene-module,
.scene-beam,
.scene-node {
  position: absolute;
}

.spline-frame {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.hero-scene.is-spline-loaded > :not(.spline-frame) {
  display: none;
}

.scene-grid {
  inset: 9% 0 8% 10%;
  border: 1px solid rgba(245, 166, 35, 0.12);
  background:
    linear-gradient(rgba(245, 166, 35, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 166, 35, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  transform: rotateX(58deg) rotateZ(-13deg);
  transform-origin: center;
  opacity: 0.74;
}

.scene-module {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  transform-style: preserve-3d;
}

.scene-module img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.scene-module--primary {
  left: 18%;
  top: 18%;
  width: 56%;
  height: 62%;
  z-index: 2;
  transform: rotateY(-18deg) rotateX(8deg) rotateZ(-2deg);
  animation: moduleFloat 7s ease-in-out infinite;
}

.scene-module--secondary {
  right: 0;
  top: 2%;
  width: 44%;
  height: 30%;
  z-index: 3;
  transform: rotateY(-22deg) rotateX(10deg) rotateZ(4deg);
  animation: moduleFloat 8.5s ease-in-out infinite reverse;
}

.scene-module--tertiary {
  left: 2%;
  bottom: 1%;
  width: 40%;
  height: 26%;
  z-index: 1;
  border-color: rgba(255, 135, 48, 0.28);
  background: rgba(255, 135, 48, 0.08);
  transform: rotateY(15deg) rotateX(7deg) rotateZ(-6deg);
  animation: moduleFloat 9.2s ease-in-out infinite;
}

.scene-beam {
  left: 5%;
  top: 56%;
  width: 92%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #f5a623, rgba(190, 199, 205, 0.72), transparent);
  box-shadow: 0 0 22px rgba(245, 166, 35, 0.52);
  transform: rotateZ(-9deg);
  animation: beamPulse 3.6s ease-in-out infinite;
}

.scene-node {
  display: inline-flex;
  align-items: center;
  z-index: 5;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(245, 166, 35, 0.38);
  background: rgba(6, 10, 12, 0.82);
  color: #ffd08a;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(245, 166, 35, 0.42);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.scene-node--repair {
  left: 4%;
  top: 26%;
}

.scene-node--rebuild {
  right: 8%;
  top: 47%;
}

.scene-node--parts {
  left: 20%;
  bottom: 10%;
}

.hero-contact-strip {
  position: absolute;
  left: clamp(32px, 5vw, 64px);
  right: clamp(32px, 5vw, 64px);
  bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-contact-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(23, 21, 19, 0.08);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.78);
  color: #4b4239;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.section--tight {
  margin-top: 52px;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 15, 0.78);
  color: #fff6eb;
  backdrop-filter: blur(16px);
}

.signal-item {
  position: relative;
  min-height: 128px;
  padding: 26px 24px;
}

.signal-item + .signal-item {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.signal-item::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 18px;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, #ff8c2a, #f5a623);
  box-shadow: 0 0 16px rgba(245, 166, 35, 0.28);
}

.signal-item strong {
  display: block;
  margin: 16px 0 9px;
  color: #fff6eb;
  font-size: 17px;
}

.signal-item span {
  display: block;
  color: rgba(255, 246, 235, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.page-shell--campaign .section {
  position: relative;
}

.page-shell--campaign .section-head {
  align-items: end;
}

.page-shell--campaign .section-head h2 {
  max-width: 720px;
  font-size: clamp(34px, 4.8vw, 58px);
}

.section-head h2,
.cta-band h2 {
  color: #fff6eb;
  line-height: 1.08;
}

.section-head p {
  max-width: 380px;
  color: rgba(255, 246, 235, 0.68);
}

.problem-grid,
.route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.problem-card,
.route-card,
.sector-card,
.faq-item,
.journey-step {
  border-radius: 24px;
}

.problem-card,
.route-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.045)),
    rgba(5, 9, 10, 0.78);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.route-card {
  display: flex;
  flex-direction: column;
  padding-bottom: clamp(58px, 5vw, 68px);
}

.problem-card::before,
.route-card::before {
  content: "";
  position: absolute;
  inset: auto 24px 24px 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff8c2a, #f5a623, transparent);
}

.route-card::after {
  position: absolute;
  right: 28px;
  top: 22px;
  color: rgba(255, 246, 235, 0.08);
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
}

.route-card:nth-child(1)::after {
  content: "01";
}

.route-card:nth-child(2)::after {
  content: "02";
}

.route-card:nth-child(3)::after {
  content: "03";
}

.route-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 166, 35, 0.24);
  box-shadow: 0 30px 62px rgba(0, 0, 0, 0.28);
}

.route-card:nth-child(1) {
  background:
    linear-gradient(145deg, rgba(16, 24, 22, 0.98), #05080a 72%);
  color: #fffaf5;
}

.route-card:nth-child(1) strong,
.route-card:nth-child(1) h3,
.route-card:nth-child(1) p {
  color: #fffaf5;
}

.route-card:nth-child(1) p {
  color: rgba(255, 246, 235, 0.72);
}

.route-card:nth-child(1)::after {
  color: rgba(255, 250, 245, 0.12);
}

.problem-card > *,
.route-card > * {
  position: relative;
  z-index: 1;
}

.problem-card strong,
.route-card strong {
  display: block;
  margin-bottom: 16px;
  color: #ffb24a;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.problem-card h3,
.route-card h3 {
  margin: 0 0 10px;
  color: #fff6eb;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.08;
}

.route-card p {
  max-width: 34ch;
  color: rgba(255, 246, 235, 0.68);
}

.problem-card ul {
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.problem-card li {
  line-height: 1.7;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.sector-card {
  min-height: 100%;
  background: rgba(255, 255, 255, 0.08);
}

.sector-card strong {
  display: block;
  margin-bottom: 12px;
  color: #ffb24a;
}

.brand-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}

.brand-pills :is(a, span) {
  display: inline-flex;
  align-items: center;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  color: rgba(255, 246, 235, 0.86);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.brand-pills a:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 166, 35, 0.28);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
}

.route-card .inline-actions {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: auto;
  padding-top: 24px;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.journey-step {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.journey-step::after {
  content: "";
  position: absolute;
  inset: auto 28px 24px 28px;
  height: 3px;
  background: linear-gradient(90deg, #ff8c2a, #f5a623, transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 700ms ease;
}

.journey-step.is-visible::after,
.reveal-ready .journey-step:not([data-reveal])::after {
  transform: scaleX(1);
}

.review-flow {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  overflow: hidden;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 250, 245, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(135deg, #111b18 0%, #05080a 58%, #17251d 100%);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.28);
}

.review-flow .section-head {
  display: block;
  margin: 0;
}

.review-flow .eyebrow {
  background: rgba(245, 166, 35, 0.1);
  border-color: rgba(245, 166, 35, 0.22);
  color: #ffd08a;
}

.review-flow .section-head h2 {
  max-width: 520px;
  color: #fffaf5;
  font-size: clamp(34px, 4.2vw, 58px);
}

.review-flow .section-head p {
  max-width: 320px;
  color: rgba(255, 250, 245, 0.68);
}

.review-flow .journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 245, 0.1);
  border-radius: 26px;
  background: rgba(255, 250, 245, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 250, 245, 0.08);
}

.review-flow .journey-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 14px;
  align-content: start;
  min-height: 196px;
  padding: 22px 20px 24px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 250, 245, 0.02);
  box-shadow: none;
}

.review-flow .journey-step::after {
  display: none;
}

.review-flow .step-no {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 2px;
  border: 1px solid rgba(245, 166, 35, 0.26);
  border-radius: 50%;
  background: rgba(245, 166, 35, 0.1);
  color: #f5a623;
  font-size: 13px;
  font-weight: 900;
}

.review-flow .journey-step h3 {
  margin: 0 0 4px;
  color: #fffaf5;
  font-size: clamp(19px, 2vw, 24px);
}

.review-flow .journey-step p {
  margin: 0;
  color: rgba(255, 250, 245, 0.68);
  font-size: 15px;
  line-height: 1.5;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  padding: 22px 22px 8px;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  color: #fff6eb;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 14px 0 12px;
}

.platform-strip {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    linear-gradient(135deg, rgba(245, 166, 35, 0.1), rgba(255, 140, 42, 0.07));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.platform-strip .section-head {
  margin-bottom: 18px;
}

.evidence-strip .section-head {
  margin-bottom: 24px;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.evidence-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.04)),
    rgba(5, 9, 10, 0.78);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.2);
}

.evidence-card img {
  display: block;
  width: 100%;
  height: clamp(220px, 24vw, 300px);
  object-fit: cover;
}

.evidence-card figcaption {
  display: grid;
  gap: 8px;
  padding: 18px 20px 22px;
}

.evidence-card strong {
  color: #fff6eb;
  font-size: 17px;
}

.evidence-card span {
  color: rgba(255, 246, 235, 0.66);
  font-size: 14px;
  line-height: 1.55;
}

.evidence-card--system img {
  object-position: center 42%;
}

.evidence-card--components img {
  object-position: center 52%;
}

.evidence-card--environment img {
  object-position: 58% center;
}

.cta-band--landing {
  margin-top: 48px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(23, 21, 19, 0.96), rgba(58, 34, 18, 0.92)),
    #171513;
}

.cta-band--landing .eyebrow {
  background: rgba(242, 139, 35, 0.16);
  border-color: rgba(242, 139, 35, 0.32);
  color: #ffe1b8;
}

.cta-band--landing h2,
.cta-band--landing p,
.cta-band--landing li {
  color: #fffaf5;
}

.promo-footer-note {
  margin-top: 18px;
  color: rgba(255, 250, 245, 0.74);
  font-size: 14px;
}

.promo-footer-note a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.landing-rfq-section {
  margin-top: 48px;
  scroll-margin-top: 28px;
}

.landing-rfq-card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(245, 166, 35, 0.1), rgba(255, 140, 42, 0.07)),
    rgba(5, 9, 10, 0.82);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.landing-rfq-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, #ff8c2a, #f5a623, transparent 72%);
}

.contact-panel-label {
  margin: 0 0 12px;
  color: #ffb24a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.landing-rfq-card h2 {
  margin: 0 0 18px;
  color: #fff6eb;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
}

.landing-rfq-card > p:not(.contact-panel-label) {
  max-width: 900px;
  margin: 0;
  color: rgba(255, 246, 235, 0.72);
  font-size: clamp(18px, 2.4vw, 27px);
  line-height: 1.65;
}

.rfq-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.rfq-meta span {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(245, 166, 35, 0.18);
  border-radius: 999px;
  background: rgba(245, 166, 35, 0.08);
  color: #ffd08a;
  font-size: 12px;
  font-weight: 800;
}

.rfq-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

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

.rfq-field {
  display: grid;
  gap: 8px;
}

.rfq-field-full {
  grid-column: 1 / -1;
}

.rfq-field label {
  color: rgba(255, 246, 235, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rfq-field input,
.rfq-field select,
.rfq-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: #241b12;
  font: inherit;
  padding: 16px 18px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.rfq-field input:focus,
.rfq-field select:focus,
.rfq-field textarea:focus {
  border-color: rgba(245, 166, 35, 0.52);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 0 4px rgba(245, 166, 35, 0.14);
}

.rfq-field input[type="file"] {
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.rfq-file-help,
.rfq-note {
  margin: 0;
  color: rgba(255, 246, 235, 0.66);
  font-size: 14px;
  line-height: 1.7;
}

.rfq-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 8px;
}

.rfq-actions .btn[disabled] {
  opacity: 0.64;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

.rfq-note {
  max-width: 430px;
}

.rfq-note a {
  color: #f5a623;
  font-weight: 800;
  text-decoration: none;
  text-shadow: 0 0 14px rgba(245, 166, 35, 0.22);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease var(--reveal-delay, 0ms), transform 560ms ease var(--reveal-delay, 0ms);
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroDrift {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.055) translate3d(1.8%, -1.2%, 0);
  }
}

@keyframes scanSweep {
  0%, 35% {
    transform: translateX(0) skewX(-10deg);
  }
  70%, 100% {
    transform: translateX(420%) skewX(-10deg);
  }
}

@keyframes moduleFloat {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}

@keyframes beamPulse {
  0%, 100% {
    opacity: 0.38;
    transform: rotateZ(-9deg) scaleX(0.82);
  }
  50% {
    opacity: 1;
    transform: rotateZ(-9deg) scaleX(1);
  }
}

@media (max-width: 1180px) {
  .landing-hero--immersive,
  .problem-grid,
  .route-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero-content h1 {
    font-size: 62px;
  }

  .hero-scene {
    width: min(38%, 450px);
  }

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

  .signal-item:nth-child(odd) {
    border-left: 0;
  }

  .signal-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 980px) {
  .landing-topbar {
    align-items: flex-start;
  }

  .landing-topbar-actions {
    width: 100%;
    margin-left: 0;
  }

  .landing-hero--immersive,
  .problem-grid,
  .route-grid,
  .evidence-grid,
  .sector-grid,
  .faq-grid,
  .journey-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-hero--immersive {
    min-height: auto;
    padding: 52px 34px 38px;
  }

  .hero-content {
    max-width: 100%;
    padding-bottom: 0;
  }

  .hero-content h1 {
    font-size: 48px;
  }

  .hero-scene {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 340px;
    margin-top: 36px;
  }

  .hero-contact-strip {
    left: 32px;
    right: 32px;
    bottom: 24px;
  }

  .route-card {
    min-height: 280px;
  }

  .review-flow {
    grid-template-columns: minmax(0, 1fr);
  }

  .review-flow .section-head p {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  html,
  body {
    overflow-x: hidden;
  }

  .page-shell--campaign {
    width: calc(100vw - 46px);
    width: calc(100dvw - 30px);
    max-width: 100%;
  }

  .topbar-link {
    padding-left: 0;
  }

  .landing-topbar {
    max-width: 100%;
    overflow: hidden;
  }

  .landing-topbar-actions {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-width: 0;
    max-width: 100%;
  }

  .topbar-social-links {
    min-width: 0;
  }

  .language-switch {
    justify-self: start;
  }

  .landing-hero--immersive {
    max-width: 100%;
    min-height: auto;
    padding: 34px 20px 30px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(18, 15, 12, 0.9) 0%, rgba(18, 15, 12, 0.68) 52%, rgba(18, 15, 12, 0.9) 100%);
  }

  .landing-hero--immersive {
    color: #fffaf5;
    background: #171513;
  }

  .hero-bg {
    opacity: 0.44;
  }

  .hero-video-bg {
    opacity: 0.34;
  }

  .hero-content h1,
  .landing-hero--immersive .btn-outline {
    color: #fffaf5;
  }

  .hero-content p {
    color: rgba(255, 250, 245, 0.78);
  }

  .hero-tag {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.16);
    color: rgba(255, 246, 235, 0.88);
  }

  .landing-hero--immersive .btn-outline {
    border-color: rgba(255, 250, 245, 0.28);
    background: rgba(255, 250, 245, 0.08);
  }

  .hero-content h1 {
    max-width: 100%;
    font-size: clamp(31px, 9vw, 38px);
    line-height: 1.04;
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  .hero-content p {
    max-width: 32ch;
    font-size: 16px;
  }

  .hero-scene {
    max-width: 100%;
    height: 270px;
    margin-top: 28px;
    overflow: hidden;
  }

  .scene-node--rebuild {
    right: 18%;
  }

  .scene-node {
    min-height: 24px;
    padding: 5px 8px;
    font-size: 10px;
  }

  .signal-strip {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 12px;
  }

  .signal-item {
    min-height: auto;
    padding: 22px 20px;
    border-left: 0;
  }

  .signal-item + .signal-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .hero-actions,
  .cta-actions,
  .rfq-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-actions,
  .cta-actions {
    max-width: min(100%, 320px);
  }

  .landing-topbar .btn,
  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
    max-width: 100%;
  }

  .landing-topbar .btn {
    grid-column: 1 / -1;
    width: calc(100% - 8px);
  }

  .hero-contact-strip {
    position: static;
    margin-top: 18px;
  }

  .hero-contact-strip a {
    width: 100%;
  }

  .problem-card h3,
  .route-card h3 {
    font-size: 24px;
  }

  .route-card,
  .journey-step {
    min-height: auto;
  }

  .evidence-card img {
    height: 220px;
  }

  .review-flow {
    padding: 24px 18px;
    border-radius: 26px;
  }

  .review-flow .journey-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1px;
  }

  .review-flow .journey-step {
    grid-template-columns: 44px minmax(0, 1fr);
    row-gap: 0;
    column-gap: 14px;
    padding: 18px 16px;
    align-items: center;
    min-height: auto;
  }

  .review-flow .step-no {
    width: 38px;
    height: 38px;
    margin-bottom: 0;
  }

  .route-card .inline-actions {
    position: static;
    margin-top: 22px;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .hero-video-bg {
    display: none;
  }
}

/* Align campaign/auxiliary landing pages with the production template. */
body:has(.page-shell--campaign) {
  background:
    linear-gradient(180deg, rgba(37, 40, 44, 0.94), rgba(21, 23, 26, 0.98)),
    url("/images/services/industrial-processing-20260414.jpg") center top / cover fixed no-repeat;
}

.page-shell--campaign {
  width: 100%;
  max-width: none;
  padding-bottom: 96px;
}

.page-shell--campaign::before {
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(190, 199, 205, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 199, 205, 0.08) 1px, transparent 1px);
}

.landing-topbar {
  top: 0;
  width: 100%;
  margin: 0 0 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #4f565d;
  box-shadow: 0 4px 18px rgba(21, 23, 26, 0.24);
}

.landing-topbar .brand {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  min-width: min(32vw, 340px);
  min-height: 72px;
  padding: 12px 64px 12px 22px;
  border-radius: 0;
  background: #f28b23;
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 100%, 0 100%);
}

.landing-topbar .brand img {
  height: 42px;
}

.landing-topbar-actions {
  padding-right: 24px;
}

.topbar-link,
.language-switch a {
  color: #fff8ef;
}

.topbar-link:hover {
  color: #f28b23;
}

.language-switch {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.08);
}

.language-switch a + a {
  border-left-color: rgba(255, 255, 255, 0.16);
}

.language-switch a[aria-current="true"] {
  background: #f28b23;
  color: #25282c;
}

.social-link,
.social-link--youtube,
.social-link--facebook,
.social-link--instagram {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none;
}

.page-shell--campaign .btn,
.hero-tag,
.brand-pills :is(a, span),
.hero-contact-strip a,
.rfq-meta span {
  border-radius: 2px;
}

.page-shell--campaign .btn-primary {
  border-color: #f28b23;
  background: #f28b23;
  color: #25282c;
  box-shadow: none;
}

.page-shell--campaign .btn-outline {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.page-shell--campaign .btn-primary:hover,
.page-shell--campaign .btn-outline:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #25282c;
}

.landing-hero--immersive {
  min-height: min(760px, calc(100vh - 72px));
  margin-top: -38px;
  padding: 96px clamp(28px, 6vw, 88px) 76px;
  border: 0;
  border-radius: 0;
  background: #25282c;
  box-shadow: none;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(37, 40, 44, 0.98) 0%, rgba(37, 40, 44, 0.78) 46%, rgba(37, 40, 44, 0.34) 100%),
    linear-gradient(180deg, rgba(21, 23, 26, 0.08) 0%, rgba(21, 23, 26, 0.9) 100%);
}

.hero-content::before,
.signal-item::before,
.problem-card::before,
.route-card::before,
.journey-step::after {
  border-radius: 0;
  background: #f28b23;
  box-shadow: 0 0 18px rgba(242, 139, 35, 0.24);
}

.hero-eyebrow,
.review-flow .eyebrow,
.cta-band--landing .eyebrow {
  border: 0;
  border-radius: 0;
  background: #f28b23;
  color: #25282c;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 100%, 0 100%);
}

.hero-tag,
.brand-pills :is(a, span),
.hero-contact-strip a,
.rfq-meta span {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(37, 40, 44, 0.72);
  color: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

.hero-tag:hover,
.brand-pills a:hover {
  border-color: #f28b23;
  background: rgba(242, 139, 35, 0.16);
  box-shadow: none;
}

.scene-grid {
  border-color: rgba(190, 199, 205, 0.22);
  background:
    linear-gradient(rgba(190, 199, 205, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 199, 205, 0.1) 1px, transparent 1px);
  background-size: 34px 34px;
}

.scene-module {
  border-color: rgba(190, 199, 205, 0.2);
}

.scene-module--tertiary {
  border-color: rgba(242, 139, 35, 0.34);
  background: rgba(242, 139, 35, 0.08);
}

.scene-beam {
  background: linear-gradient(90deg, transparent, #f28b23, rgba(190, 199, 205, 0.78), transparent);
  box-shadow: 0 0 22px rgba(242, 139, 35, 0.42);
}

.scene-node {
  border-color: rgba(242, 139, 35, 0.5);
  background: rgba(37, 40, 44, 0.9);
  color: #f28b23;
  text-shadow: none;
}

.signal-strip {
  margin-top: 0;
  border: 0;
  background: #25282c;
}

.section--tight,
.landing-rfq-section,
.cta-band--landing {
  width: min(calc(100% - 96px), 1480px);
  margin-left: auto;
  margin-right: auto;
}

.problem-card,
.route-card,
.journey-step,
.faq-item,
.platform-strip,
.review-flow,
.evidence-card,
.landing-rfq-card,
.cta-band--landing {
  border-radius: 8px;
  border-color: rgba(190, 199, 205, 0.16);
  background:
    linear-gradient(180deg, rgba(79, 86, 93, 0.34), rgba(37, 40, 44, 0.94)),
    #25282c;
  box-shadow: 0 20px 48px rgba(18, 19, 21, 0.24);
}

.route-card:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(79, 86, 93, 0.38), rgba(37, 40, 44, 0.96)),
    #25282c;
}

.problem-card strong,
.route-card strong,
.sector-card strong,
.contact-panel-label {
  color: #f28b23;
}

.problem-card h3,
.route-card h3,
.journey-step h3,
.faq-item summary,
.landing-rfq-card h2,
.section-head h2,
.cta-band h2 {
  color: #ffffff;
}

.problem-card p,
.route-card p,
.journey-step p,
.faq-item p,
.landing-rfq-card > p:not(.contact-panel-label),
.section-head p,
.cta-band--landing p,
.cta-band--landing li {
  color: rgba(255, 255, 255, 0.72);
}

.route-card::after {
  color: rgba(242, 139, 35, 0.16);
}

.review-flow .step-no {
  border: 0;
  border-radius: 2px;
  background: #f28b23;
  color: #25282c;
}

.landing-rfq-card::before {
  background: #f28b23;
}

.rfq-field input,
.rfq-field select,
.rfq-field textarea {
  border-radius: 2px;
}

.rfq-field input:focus,
.rfq-field select:focus,
.rfq-field textarea:focus {
  border-color: #f28b23;
  box-shadow: 0 0 0 4px rgba(242, 139, 35, 0.14);
}

.rfq-note a {
  color: #f28b23;
  text-shadow: none;
}

.evidence-card img {
  background: #eaf2f8;
  object-fit: contain;
}

@media (max-width: 900px) {
  .landing-topbar {
    margin-bottom: 24px;
  }

  .landing-hero--immersive {
    margin-top: -24px;
  }

  .landing-topbar .brand {
    min-width: 220px;
    min-height: 62px;
    padding: 10px 42px 10px 14px;
  }

  .section--tight,
  .landing-rfq-section,
  .cta-band--landing {
    width: min(calc(100% - 40px), 860px);
  }
}

@media (max-width: 720px) {
  .page-shell--campaign {
    width: 100%;
  }

  .landing-topbar-actions {
    padding: 10px 14px 14px;
  }

  .landing-hero--immersive {
    padding: 44px 20px 34px;
  }

  .section--tight,
  .landing-rfq-section,
  .cta-band--landing {
    width: min(calc(100% - 28px), 460px);
  }
}
