﻿/*
Theme Name: Su Yun Manpower
Theme URI: https://suyun.com.sg/
Author: Su Yun Pte. Ltd.
Author URI: https://suyun.com.sg/
Description: One-page professional manpower contracting website for Su Yun Pte. Ltd., with service sections, contact enquiry form, SEO metadata, social preview tags, favicon assets, and deployment-focused content.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: suyun-manpower
Tags: one-page, business, services, responsive, manpower
*/
:root {
  color-scheme: light;
  --red: #f0202a;
  --red-deep: #c91520;
  --blue: #143f9b;
  --blue-deep: #0c2d77;
  --ink: #17171a;
  --muted: #626975;
  --line: #d9dee7;
  --paper: #f4f7fb;
  --white: #ffffff;
  --steel: #344256;
  --green: #177b63;
  --shadow: 0 22px 60px rgba(18, 31, 51, 0.15);
  --soft-shadow: 0 14px 34px rgba(35, 47, 70, 0.08);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(240, 32, 42, 0.045), transparent 26rem),
    radial-gradient(circle at 88% 12%, rgba(20, 63, 155, 0.06), transparent 30rem),
    var(--white);
  color: var(--ink);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(217, 222, 231, 0.7);
  backdrop-filter: blur(16px);
  transition:
    box-shadow 180ms ease,
    min-height 180ms ease,
    background 180ms ease;
}

.site-header[data-elevated="true"] {
  min-height: 68px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 30px rgba(18, 31, 51, 0.09);
}

.brand img {
  width: min(270px, 46vw);
  height: auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.8vw, 34px);
  color: #303746;
  font-size: 0.94rem;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  padding: 10px 2px;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.nav-cta,
.button.primary {
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  color: var(--white);
  box-shadow: 0 12px 28px rgba(240, 32, 42, 0.22);
}

.nav-cta:hover,
.button.primary:hover {
  background: #d91822;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(20, 63, 155, 0.28);
  color: var(--blue-deep);
  box-shadow: 0 10px 24px rgba(20, 63, 155, 0.08);
}

.hero {
  position: relative;
  min-height: 94svh;
  overflow: hidden;
  background:
    linear-gradient(135deg, #ffffff 0%, #f3f6fb 44%, #e8eef8 100%);
}

#workforce-canvas,
.hero-shade {
  position: absolute;
  inset: 0;
}

#workforce-canvas {
  width: 100%;
  height: 100%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(255, 255, 255, 0.18) 100%),
    linear-gradient(0deg, rgba(246, 248, 251, 0.92) 0%, rgba(246, 248, 251, 0) 32%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(260px, 380px);
  gap: clamp(28px, 5vw, 90px);
  align-items: end;
  width: min(1180px, calc(100% - 36px));
  min-height: 94svh;
  margin: 0 auto;
  padding: 132px 0 56px;
}

.hero-copy {
  align-self: center;
}

.hero-mark {
  width: 92px;
  height: 92px;
  margin-bottom: 24px;
  border-radius: 50%;
  box-shadow: 0 16px 42px rgba(20, 63, 155, 0.2);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 10ch;
  margin-bottom: 18px;
  font-size: clamp(3.6rem, 10vw, 8.7rem);
  line-height: 0.9;
  letter-spacing: 0;
  color: #111722;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.18rem;
}

.hero-lede {
  max-width: 680px;
  color: #303948;
  font-size: clamp(1.08rem, 1.7vw, 1.36rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: rgba(15, 24, 38, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-panel div {
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
}

.hero-panel .panel-head {
  background:
    linear-gradient(135deg, rgba(240, 32, 42, 0.9), rgba(20, 63, 155, 0.9));
  color: var(--white);
}

.panel-kicker {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.panel-head strong {
  font-size: 1.28rem;
}

.metric {
  display: block;
  margin-bottom: 7px;
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 900;
}

section {
  padding: clamp(68px, 10vw, 124px) clamp(18px, 5vw, 72px);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1160px, calc(100% - 36px));
  margin: -38px auto 0;
  padding: 0;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border: 1px solid rgba(217, 222, 231, 0.9);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.trust-strip span {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: var(--white);
  color: #273142;
  font-weight: 900;
  text-align: center;
}

.band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(244, 247, 251, 0.95)),
    var(--paper);
}

.section-grid,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: start;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.section-grid > p,
.contact-copy p,
.assurance-points p,
.rich-copy p,
.quality-stack p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.rich-copy {
  display: grid;
  gap: 12px;
}

.rich-copy p {
  margin: 0;
}

.quality-stack {
  display: grid;
  gap: 22px;
}

.quality-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quality-terms span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(20, 63, 155, 0.18);
  border-radius: 999px;
  background: #f7faff;
  color: var(--blue-deep);
  font-size: 0.84rem;
  font-weight: 900;
}

.section-heading {
  width: min(880px, 100%);
  margin: 0 auto 38px;
}

.section-lede {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.service-card {
  min-height: 250px;
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--red), var(--blue));
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 63, 155, 0.36);
  box-shadow: 0 20px 44px rgba(35, 47, 70, 0.12);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #eef3ff;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 900;
}

.service-label {
  margin-bottom: 8px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card p,
.timeline p,
.detail-grid p,
.benefit-grid p,
.promise-grid p,
.model-list p,
.faq-list p {
  color: var(--muted);
  line-height: 1.62;
}

.detail-grid,
.benefit-grid,
.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.detail-grid article,
.benefit-grid article,
.promise-grid article,
.model-list article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.promise-grid article {
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border-top: 4px solid var(--blue);
}

.promise-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef3ff;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.model-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.model-list article {
  min-height: 230px;
  border-left: 5px solid var(--red);
}

.detail-grid article {
  border-top: 4px solid var(--blue);
}

.benefit-grid article {
  border-top: 4px solid var(--red);
}

.benefit-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #fff0f1;
  color: var(--red);
  font-weight: 900;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.timeline li {
  position: relative;
  min-height: 210px;
  padding: 28px 22px;
  border-top: 4px solid var(--red);
  border-radius: 0 0 8px 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.timeline span {
  display: block;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 900;
}

.industry-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.industry-list span {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--blue);
  border-radius: 7px;
  color: #273142;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 12px;
  width: min(980px, 100%);
  margin: 0 auto;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
}

.assurance-points {
  display: grid;
  gap: 14px;
}

.assurance-points p {
  margin: 0;
  padding: 18px 20px;
  border-left: 5px solid var(--green);
  background: linear-gradient(180deg, #ffffff, #f9fbff);
  box-shadow: 0 8px 22px rgba(35, 47, 70, 0.05);
}

.assurance-points strong {
  color: var(--ink);
}

.contact {
  align-items: center;
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-methods a {
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f9fbff);
  box-shadow: 0 10px 24px rgba(35, 47, 70, 0.06);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.contact-methods a:hover {
  transform: translateX(4px);
  border-color: rgba(240, 32, 42, 0.34);
}

.contact-methods span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-methods strong {
  color: var(--ink);
  overflow-wrap: anywhere;
}

.request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff, #f5f7fb);
  box-shadow: var(--soft-shadow);
}

.form-head {
  display: grid;
  gap: 5px;
  margin-bottom: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.form-head span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.form-head strong {
  font-size: 1.28rem;
}

label {
  display: grid;
  gap: 8px;
  color: #303746;
  font-size: 0.92rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid #c8cfdb;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

input:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(20, 63, 155, 0.72);
  box-shadow: 0 0 0 4px rgba(20, 63, 155, 0.11);
}

textarea {
  resize: vertical;
}

.wide {
  grid-column: 1 / -1;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: var(--surface);
  color: var(--text-soft);
}

.site-footer img {
  width: 230px;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .hero-inner,
  .section-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    align-items: center;
  }

  .hero-panel {
    max-width: 520px;
  }

  .service-grid,
  .timeline,
  .industry-list,
  .trust-strip,
  .detail-grid,
  .benefit-grid,
  .promise-grid,
  .model-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    gap: 12px;
  }

  .brand img {
    width: 190px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .hero-inner {
    min-height: 94svh;
    padding-top: 106px;
  }

  .hero-mark {
    width: 74px;
    height: 74px;
  }

  h1 {
    font-size: clamp(3.2rem, 18vw, 5.4rem);
  }

  .service-grid,
  .timeline,
  .industry-list,
  .trust-strip,
  .detail-grid,
  .benefit-grid,
  .promise-grid,
  .model-list,
  .request-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* UI/UX Pro Max redesign: executive operations style */
:root {
  --surface: #ffffff;
  --surface-alt: #f2f5f9;
  --navy: #0f1724;
  --navy-2: #172238;
  --accent-red: #e51f2b;
  --accent-blue: #1747a6;
  --text-strong: #111827;
  --text-soft: #5d6675;
  --border-soft: #d6dde8;
  --focus-ring: rgba(23, 71, 166, 0.18);
}

body {
  background:
    linear-gradient(90deg, rgba(15, 23, 36, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 23, 36, 0.035) 1px, transparent 1px),
    #f7f9fc;
  background-size: 32px 32px;
}

.site-header {
  min-height: 76px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(214, 221, 232, 0.9);
  box-shadow: 0 10px 30px rgba(15, 23, 36, 0.06);
}

.brand img {
  width: min(242px, 42vw);
}

.main-nav {
  gap: clamp(12px, 2vw, 24px);
  color: #2d3748;
  font-size: 0.9rem;
}

.nav-cta,
.button {
  border-radius: 999px;
  min-height: 48px;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.nav-cta,
.button.primary {
  background: var(--navy);
  box-shadow: 0 14px 32px rgba(15, 23, 36, 0.16);
}

.nav-cta:hover,
.button.primary:hover {
  background: #263249;
}

.button.secondary {
  background: #ffffff;
  border-color: var(--border-soft);
  color: var(--navy);
}

.hero {
  min-height: 760px;
  background:
    linear-gradient(135deg, #f8fafc 0%, #ffffff 48%, #eef3fb 100%);
}

#workforce-canvas {
  opacity: 0.32;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 52%, rgba(255, 255, 255, 0.58) 100%);
}

.hero-inner {
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.58fr);
  align-items: center;
  min-height: 760px;
  width: min(1200px, calc(100% - 40px));
  padding-top: 92px;
}

.hero-copy {
  max-width: 560px;
}

.hero-mark {
  width: 78px;
  height: 78px;
  margin-bottom: 28px;
  box-shadow: 0 12px 28px rgba(23, 71, 166, 0.16);
}

.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(229, 31, 43, 0.16);
  border-radius: 999px;
  background: #fff5f6;
  color: var(--accent-red);
}

h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: 0.96;
  color: var(--navy);
}

h2 {
  font-size: clamp(1.9rem, 3.4vw, 3.55rem);
  line-height: 1.08;
  color: var(--navy);
}

h3 {
  color: var(--text-strong);
}

.hero-lede {
  max-width: 520px;
  color: #3e4858;
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
}

.hero-actions {
  margin-top: 32px;
}

.hero-panel {
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 36, 0.14);
  backdrop-filter: none;
}

.hero-panel div {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: transparent;
  color: var(--text-soft);
  border-top: 1px solid var(--border-soft);
}

.hero-panel .panel-head {
  display: block;
  padding: 24px 24px 22px;
  border-top: 0;
  background: var(--navy);
  color: #ffffff;
}

.panel-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.panel-head strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1.2;
}

.metric {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 50%;
  background: #eef3ff;
  color: var(--accent-blue);
  font-size: 1.05rem;
  font-weight: 900;
}

.trust-strip {
  border-radius: 12px;
  background: var(--navy);
  border: 0;
  box-shadow: 0 20px 48px rgba(15, 23, 36, 0.16);
}

.trust-strip span {
  min-height: 74px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

section {
  padding-top: clamp(72px, 9vw, 112px);
  padding-bottom: clamp(72px, 9vw, 112px);
}

.band {
  background: var(--surface-alt);
}

.section-heading,
.section-grid,
.contact {
  width: min(1120px, 100%);
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading .eyebrow,
.section-grid .eyebrow,
.contact-copy .eyebrow {
  color: var(--accent-blue);
}

.section-lede,
.section-grid > p,
.rich-copy p,
.quality-stack p,
.contact-copy p,
.assurance-points p {
  color: var(--text-soft);
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(1120px, 100%);
}

.service-card {
  min-height: 220px;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid var(--border-soft);
  box-shadow: 0 16px 42px rgba(15, 23, 36, 0.08);
}

.service-card::before {
  height: 4px;
  background: linear-gradient(90deg, var(--accent-red), var(--accent-blue));
}

.service-card:hover {
  transform: translateY(-2px);
}

.service-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #edf3ff;
  color: var(--accent-blue);
}

.service-label {
  color: var(--accent-red);
}

.promise-grid,
.detail-grid,
.benefit-grid,
.model-list {
  width: min(1120px, 100%);
}

.promise-grid article,
.detail-grid article,
.benefit-grid article,
.model-list article,
.timeline li,
.faq-list details,
.assurance-points p,
.request-form,
.contact-methods a {
  border-radius: 14px;
  border-color: var(--border-soft);
  box-shadow: 0 14px 34px rgba(15, 23, 36, 0.07);
}

.promise-grid article,
.detail-grid article,
.benefit-grid article,
.model-list article {
  background: #ffffff;
}

.quality {
  background: #ffffff;
}

.quality-terms span {
  border-radius: 999px;
  background: #eef3ff;
}

.timeline {
  width: min(1120px, 100%);
}

.timeline li {
  border-top-color: var(--accent-blue);
}

.industry-list {
  width: min(1120px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.industry-list span {
  border-radius: 12px;
  background: #ffffff;
  border-left-color: var(--accent-blue);
}

.contact {
  align-items: stretch;
}

.contact-methods a:hover {
  transform: translateY(-2px);
}

.request-form {
  background: #ffffff;
  padding: 30px;
}

input,
textarea {
  min-height: 46px;
  border-radius: 10px;
}

input:focus,
textarea:focus {
  box-shadow: 0 0 0 4px var(--focus-ring);
}

/* Final redesign layer: accessible navy, red, and warm ash */
:root {
  --final-navy: #0b1628;
  --final-navy-2: #132947;
  --final-red: #ed1f2f;
  --final-red-dark: #be1724;
  --final-ash: #e7e5e1;
  --final-ash-2: #d8d6d1;
  --final-card: #ffffff;
  --final-ink: #1f2937;
  --final-muted: #4b5563;
  --final-line: #c8c6c1;
}

body {
  background: var(--final-ash) !important;
  color: var(--final-ink);
}

main {
  background:
    radial-gradient(circle at 18% 12%, rgba(237, 31, 47, 0.045), transparent 22rem),
    radial-gradient(circle at 88% 18%, rgba(11, 22, 40, 0.06), transparent 28rem),
    linear-gradient(180deg, #edebe7 0%, var(--final-ash) 46%, var(--final-ash-2) 100%) !important;
}

.site-header {
  background-color: var(--final-navy) !important;
  background-image: linear-gradient(90deg, var(--final-navy) 0%, var(--final-navy-2) 100%) !important;
  border-top: 4px solid var(--final-red) !important;
  border-bottom: 4px solid var(--final-red) !important;
  box-shadow: 0 14px 36px rgba(11, 22, 40, 0.24);
}

.site-header::before {
  display: none !important;
}

.brand {
  color: #ffffff;
}

.brand img {
  width: 52px;
  height: 52px;
}

.brand span,
.main-nav {
  color: #ffffff;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.88);
}

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

.main-nav a::after {
  background: var(--final-red) !important;
}

.nav-cta,
.button.primary {
  background: var(--final-red) !important;
  background-image: none !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(237, 31, 47, 0.32) !important;
}

.nav-cta:hover,
.button.primary:hover {
  background: var(--final-red-dark) !important;
}

.button.secondary {
  background: #f3f2ef !important;
  border-color: #b9b6af !important;
  color: var(--final-navy) !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(237, 31, 47, 0.42);
}

.hero {
  background:
    radial-gradient(circle at 14% 24%, rgba(237, 31, 47, 0.045), transparent 18rem),
    radial-gradient(circle at 86% 18%, rgba(11, 22, 40, 0.065), transparent 24rem),
    linear-gradient(135deg, #ebe9e5 0%, #dfddd8 48%, #d2d0ca 100%) !important;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(235, 233, 229, 0.76) 0%, rgba(223, 221, 216, 0.5) 54%, rgba(210, 208, 202, 0.28) 100%) !important;
}

.hero .eyebrow {
  background: #f7f6f3 !important;
  border-color: rgba(237, 31, 47, 0.42) !important;
  color: var(--final-red) !important;
}

h1,
h2,
h3 {
  color: var(--final-ink) !important;
}

.hero-lede,
.section-lede,
.section-grid > p,
.rich-copy p,
.quality-stack p,
.contact-copy p,
.assurance-points p,
.service-card p,
.timeline p,
.detail-grid p,
.benefit-grid p,
.promise-grid p,
.model-list p,
.faq-list p {
  color: var(--final-muted) !important;
}

.hero-panel,
.request-form,
.service-card,
.promise-grid article,
.detail-grid article,
.benefit-grid article,
.model-list article,
.faq-list details,
.contact-methods a,
.industry-list span {
  background: var(--final-card) !important;
  border-color: var(--final-line) !important;
}

.hero-panel .panel-head,
.trust-strip,
.site-footer {
  background-color: var(--final-navy) !important;
  background-image: linear-gradient(135deg, var(--final-navy) 0%, var(--final-navy-2) 100%) !important;
}

.metric,
.service-icon,
.quality-terms span {
  background: #efede8 !important;
  color: var(--final-red) !important;
}

.site-footer {
  border-top: 4px solid var(--final-red) !important;
}

.site-footer p,
.footer-brand span {
  color: #ffffff !important;
}

@media (max-width: 640px) {
  .site-header {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }
}

/* Diagnostic final override: active ash grey surface */
body {
  background: #d6d6d3 !important;
}

main {
  background:
    radial-gradient(circle at 16% 8%, rgba(11, 22, 40, 0.045), transparent 25rem),
    radial-gradient(circle at 88% 24%, rgba(229, 31, 43, 0.035), transparent 22rem),
    linear-gradient(180deg, #e4e4e1 0%, #d6d6d3 48%, #c9cac6 100%) !important;
}

.hero {
  background:
    radial-gradient(circle at 12% 24%, rgba(229, 31, 43, 0.045), transparent 19rem),
    radial-gradient(circle at 88% 18%, rgba(11, 22, 40, 0.065), transparent 24rem),
    linear-gradient(135deg, #e7e7e4 0%, #d8d8d5 50%, #c9cac6 100%) !important;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(228, 228, 225, 0.72) 0%, rgba(214, 214, 211, 0.48) 54%, rgba(201, 202, 198, 0.26) 100%) !important;
}

.site-header {
  border-bottom: 6px solid #e51f2b !important;
}

.site-footer {
  border-top: 6px solid #e51f2b !important;
}

.nav-cta,
.button.primary {
  background: #f0202a !important;
  background-image: none !important;
  color: #ffffff !important;
  box-shadow:
    0 16px 34px rgba(240, 32, 42, 0.36),
    inset 0 -2px 0 rgba(0, 0, 0, 0.14) !important;
}

.nav-cta:hover,
.button.primary:hover {
  background: #c91520 !important;
  background-image: none !important;
}

.button.secondary {
  background: #ededeb !important;
  border-color: #babbb6 !important;
}

/* Header divider, stronger CTA, and grey page surface */
body {
  background:
    linear-gradient(90deg, rgba(11, 22, 40, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 22, 40, 0.032) 1px, transparent 1px),
    #e6ebf2;
}

.site-header {
  border-bottom: 4px solid #e51f2b;
}

.nav-cta,
.button.primary {
  background: #e51f2b;
  box-shadow: 0 16px 34px rgba(229, 31, 43, 0.3);
}

.nav-cta:hover,
.button.primary:hover {
  background: #bd1723;
}

main {
  background:
    radial-gradient(circle at 16% 8%, rgba(31, 79, 157, 0.045), transparent 24rem),
    radial-gradient(circle at 88% 24%, rgba(229, 31, 43, 0.035), transparent 22rem),
    linear-gradient(180deg, #f0f3f8 0%, #e6ebf2 48%, #dce4ee 100%);
}

.hero {
  background:
    radial-gradient(circle at 10% 26%, rgba(229, 31, 43, 0.045), transparent 18rem),
    radial-gradient(circle at 88% 18%, rgba(31, 79, 157, 0.075), transparent 23rem),
    linear-gradient(135deg, #f2f5f9 0%, #e9eef5 48%, #dce4ee 100%);
}

.site-footer {
  border-top: 4px solid #e51f2b;
}

/* Final visible grey surface and stronger red CTA */
.hero-shade {
  background:
    linear-gradient(90deg, rgba(238, 242, 247, 0.96) 0%, rgba(238, 242, 247, 0.9) 52%, rgba(226, 233, 242, 0.74) 100%);
}

.nav-cta,
.button.primary {
  background: #e51f2b !important;
  background-image: none !important;
  box-shadow: 0 16px 36px rgba(229, 31, 43, 0.34);
}

.nav-cta:hover,
.button.primary:hover {
  background: #bd1723 !important;
  background-image: none !important;
}

.button.secondary {
  background: #f8fafc;
}

/* Strong visible revision: grey surface, red divider, clear CTA */
body {
  background: #d9dee7;
}

main {
  background:
    radial-gradient(circle at 18% 10%, rgba(31, 79, 157, 0.06), transparent 26rem),
    radial-gradient(circle at 86% 22%, rgba(229, 31, 43, 0.045), transparent 24rem),
    linear-gradient(180deg, #e5e9f0 0%, #d9dee7 48%, #cfd6e1 100%);
}

.hero {
  background:
    radial-gradient(circle at 12% 24%, rgba(229, 31, 43, 0.05), transparent 19rem),
    radial-gradient(circle at 88% 18%, rgba(31, 79, 157, 0.075), transparent 24rem),
    linear-gradient(135deg, #e8ecf3 0%, #dce2eb 50%, #cfd6e1 100%);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(229, 233, 240, 0.78) 0%, rgba(217, 222, 231, 0.58) 54%, rgba(207, 214, 225, 0.38) 100%);
}

.site-header {
  border-bottom: 6px solid #e51f2b;
}

.site-footer {
  border-top: 6px solid #e51f2b;
}

.nav-cta,
.button.primary {
  background: #f0202a !important;
  color: #ffffff;
  box-shadow:
    0 16px 34px rgba(240, 32, 42, 0.36),
    inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}

.nav-cta:hover,
.button.primary:hover {
  background: #c91520 !important;
}

.button.secondary {
  background: #eef2f7;
  border-color: #b8c4d4;
}

/* Ash grey revision */
body {
  background: #d6d6d3;
}

main {
  background:
    radial-gradient(circle at 16% 8%, rgba(11, 22, 40, 0.045), transparent 25rem),
    radial-gradient(circle at 88% 24%, rgba(229, 31, 43, 0.035), transparent 22rem),
    linear-gradient(180deg, #e4e4e1 0%, #d6d6d3 48%, #c9cac6 100%);
}

.hero {
  background:
    radial-gradient(circle at 12% 24%, rgba(229, 31, 43, 0.045), transparent 19rem),
    radial-gradient(circle at 88% 18%, rgba(11, 22, 40, 0.065), transparent 24rem),
    linear-gradient(135deg, #e7e7e4 0%, #d8d8d5 50%, #c9cac6 100%);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(228, 228, 225, 0.84) 0%, rgba(214, 214, 211, 0.66) 54%, rgba(201, 202, 198, 0.46) 100%);
}

.button.secondary {
  background: #ededeb;
  border-color: #babbb6;
}

@media (max-width: 980px) {
  .service-grid,
  .industry-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero-inner {
    width: min(100% - 28px, 1200px);
    min-height: auto;
    padding-top: 108px;
    padding-bottom: 48px;
  }

  .hero-panel div {
    grid-template-columns: 44px 1fr;
  }

  .service-grid,
  .industry-list {
    grid-template-columns: 1fr;
  }
}

/* Banner image and refreshed header/footer colors */
.site-header {
  background: rgba(238, 243, 255, 0.97);
  border-bottom-color: rgba(181, 195, 222, 0.75);
}

.site-header[data-elevated="true"] {
  background: rgba(230, 237, 250, 0.98);
}

.hero-inner {
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.9fr);
}

.hero-copy {
  max-width: 480px;
}

.hero-lede {
  max-width: 390px;
}

.hero-visual {
  position: relative;
  align-self: end;
  min-height: 600px;
}

.hero-banner {
  position: absolute;
  right: -34px;
  bottom: 82px;
  width: min(820px, 63vw);
  max-width: none;
  filter: drop-shadow(0 28px 44px rgba(15, 23, 36, 0.18));
}

.hero-visual .hero-panel {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: min(390px, 92%);
}

.site-footer {
  background: #edf2fb;
  border-top-color: #c9d5ea;
  color: #374151;
}

.site-footer p {
  color: #374151;
}

@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 500px;
  }

  .hero-banner {
    right: -24px;
    bottom: 140px;
    width: min(680px, 96vw);
  }

  .hero-visual .hero-panel {
    position: relative;
    width: 100%;
    margin-top: 330px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: auto;
    margin-top: 26px;
  }

  .hero-banner {
    position: relative;
    right: auto;
    bottom: auto;
    width: 122%;
    margin-left: -11%;
    margin-bottom: -18px;
  }

  .hero-visual .hero-panel {
    position: relative;
    width: 100%;
    margin-top: 0;
  }
}

/* Final hero polish: stronger brand mark and cleaner professional spacing */
.hero {
  background:
    radial-gradient(circle at 12% 28%, rgba(20, 63, 155, 0.08), transparent 18rem),
    radial-gradient(circle at 88% 20%, rgba(240, 32, 42, 0.055), transparent 20rem),
    linear-gradient(135deg, #f8fafc 0%, #ffffff 46%, #eef3fb 100%);
}

.hero-copy {
  padding-top: 10px;
}

.hero-mark {
  width: 112px;
  height: 112px;
  margin-bottom: 24px;
  padding: 5px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(20, 63, 155, 0.18);
  box-shadow:
    0 18px 44px rgba(20, 63, 155, 0.2),
    0 0 0 10px rgba(255, 255, 255, 0.86);
}

.hero .eyebrow {
  min-height: 38px;
  margin-bottom: 24px;
  padding: 8px 16px;
  border-color: rgba(229, 31, 43, 0.28);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 26px rgba(229, 31, 43, 0.08);
  letter-spacing: 0.02em;
}

.hero-actions {
  gap: 14px;
}

.hero-panel {
  overflow: hidden;
}

.hero-panel .panel-head {
  background:
    linear-gradient(135deg, #0d1626 0%, #14233a 100%);
}

.trust-strip {
  transform: translateY(-8px);
}

@media (max-width: 640px) {
  .hero-inner {
    padding-top: 110px;
  }

  .hero-mark {
    width: 94px;
    height: 94px;
    margin-bottom: 24px;
    box-shadow:
      0 16px 36px rgba(20, 63, 155, 0.18),
      0 0 0 8px rgba(255, 255, 255, 0.86);
  }

  .hero .eyebrow {
    width: fit-content;
    max-width: 100%;
    min-height: 36px;
    margin-bottom: 22px;
    font-size: 0.78rem;
  }

  .hero-copy {
    padding-top: 0;
  }
}

/* Industrial graphite + safety red palette */
:root {
  --red: #e11d2e;
  --red-deep: #b91524;
  --blue: #475569;
  --blue-deep: #20242a;
  --ink: #20242a;
  --muted: #5e6672;
  --line: #d9dee5;
  --paper: #eef1f5;
  --steel: #475569;
  --navy: #20242a;
  --navy-2: #2b3037;
  --accent-red: #e11d2e;
  --accent-blue: #475569;
  --text-strong: #20242a;
  --text-soft: #5e6672;
  --border-soft: #d9dee5;
  --focus-ring: rgba(225, 29, 46, 0.18);
}

body {
  background:
    linear-gradient(90deg, rgba(32, 36, 42, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(32, 36, 42, 0.035) 1px, transparent 1px),
    #f6f7f9;
  color: var(--ink);
}

.site-header {
  background: rgba(239, 241, 245, 0.98);
  border-bottom-color: rgba(151, 161, 176, 0.45);
  box-shadow: 0 10px 28px rgba(32, 36, 42, 0.08);
}

.site-header[data-elevated="true"] {
  background: rgba(230, 234, 240, 0.98);
}

.main-nav {
  color: #2f3540;
}

.nav-cta,
.button.primary {
  background: #20242a;
  box-shadow: 0 15px 34px rgba(32, 36, 42, 0.18);
}

.nav-cta:hover,
.button.primary:hover {
  background: #343a43;
}

.button.secondary {
  color: #20242a;
  border-color: #cfd5dd;
}

.hero {
  background:
    radial-gradient(circle at 10% 26%, rgba(225, 29, 46, 0.055), transparent 18rem),
    radial-gradient(circle at 88% 18%, rgba(71, 85, 105, 0.09), transparent 22rem),
    linear-gradient(135deg, #f7f8fa 0%, #ffffff 46%, #eef1f5 100%);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.91) 52%, rgba(255, 255, 255, 0.6) 100%);
}

.hero-mark {
  border-color: rgba(71, 85, 105, 0.24);
  box-shadow:
    0 18px 44px rgba(32, 36, 42, 0.16),
    0 0 0 10px rgba(255, 255, 255, 0.88);
}

.hero .eyebrow,
.section-heading .eyebrow,
.section-grid .eyebrow,
.contact-copy .eyebrow,
.service-label {
  color: #e11d2e;
}

.hero .eyebrow {
  border-color: rgba(225, 29, 46, 0.26);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(32, 36, 42, 0.06);
}

h1,
h2 {
  color: #20242a;
}

.hero-panel {
  border-color: #cfd5dd;
  box-shadow: 0 26px 72px rgba(32, 36, 42, 0.16);
}

.hero-panel .panel-head {
  background: linear-gradient(135deg, #20242a 0%, #303640 100%);
}

.panel-kicker {
  color: rgba(255, 255, 255, 0.66);
}

.metric,
.service-icon,
.quality-terms span {
  background: #eef1f5;
  color: #e11d2e;
}

.trust-strip,
.site-footer {
  background: #20242a;
  color: #ffffff;
}

.trust-strip {
  box-shadow: 0 22px 50px rgba(32, 36, 42, 0.18);
}

.trust-strip span {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}

.site-footer {
  border-top-color: #343a43;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.72);
}

.service-card::before {
  background: linear-gradient(90deg, #e11d2e, #475569);
}

.timeline li {
  border-top-color: #475569;
}

.industry-list span {
  border-left-color: #e11d2e;
}

input:focus,
textarea:focus {
  box-shadow: 0 0 0 4px var(--focus-ring);
}

@media (max-width: 640px) {
  .hero-mark {
    box-shadow:
      0 16px 36px rgba(32, 36, 42, 0.15),
      0 0 0 8px rgba(255, 255, 255, 0.88);
  }
}

/* Logo-aligned header and footer accents */
.site-header {
  background-color: #f5f8ff;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 248, 255, 0.98) 58%, rgba(255, 242, 244, 0.96) 100%);
  border-bottom: 1px solid rgba(20, 63, 155, 0.18);
  box-shadow: 0 12px 30px rgba(20, 35, 70, 0.08);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #143f9b 0%, #143f9b 34%, #e11d2e 34%, #e11d2e 100%);
}

.site-header[data-elevated="true"] {
  background-color: #f1f6ff;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(241, 246, 255, 0.99) 58%, rgba(255, 244, 245, 0.98) 100%);
}

.main-nav {
  color: #1f2d46;
}

.main-nav a::after {
  background: linear-gradient(90deg, #143f9b, #e11d2e);
}

.main-nav a:hover {
  color: #143f9b;
}

.nav-cta {
  background: linear-gradient(135deg, #143f9b 0%, #0c2d77 56%, #e11d2e 100%);
  box-shadow: 0 15px 34px rgba(20, 63, 155, 0.22);
}

.nav-cta:hover {
  background: linear-gradient(135deg, #0c2d77 0%, #143f9b 48%, #c91520 100%);
}

.site-footer {
  background-color: #0c2d77;
  background-image:
    linear-gradient(135deg, #0c2d77 0%, #20242a 48%, #111827 100%);
  border-top: 4px solid #e11d2e;
}

.site-footer img {
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.2));
}

.site-footer p {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 640px) {
  .site-header::before {
    height: 2px;
  }

  .nav-cta {
    box-shadow: 0 12px 26px rgba(20, 63, 155, 0.18);
  }
}

/* Executive navy + red palette */
:root {
  --red: #e51f2b;
  --red-deep: #bd1723;
  --blue: #1f4f9d;
  --blue-deep: #0b1628;
  --ink: #1f2937;
  --muted: #647084;
  --line: #dce6f5;
  --paper: #f5f8fd;
  --steel: #4b5f7a;
  --navy: #0b1628;
  --navy-2: #15243a;
  --accent-red: #e51f2b;
  --accent-blue: #1f4f9d;
  --text-strong: #1f2937;
  --text-soft: #647084;
  --border-soft: #dce6f5;
  --focus-ring: rgba(31, 79, 157, 0.18);
}

body {
  background:
    linear-gradient(90deg, rgba(11, 22, 40, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 22, 40, 0.032) 1px, transparent 1px),
    #f7f9fd;
  color: var(--ink);
}

.site-header {
  background-color: #0b1628;
  background-image:
    linear-gradient(90deg, #0b1628 0%, #102344 55%, #142f5f 100%);
  border-bottom-color: rgba(229, 31, 43, 0.65);
  box-shadow: 0 16px 36px rgba(11, 22, 40, 0.22);
}

.site-header::before {
  background: linear-gradient(90deg, #e51f2b 0%, #e51f2b 38%, #ffffff 38%, #ffffff 44%, #1f4f9d 44%, #1f4f9d 100%);
}

.site-header[data-elevated="true"] {
  background-color: #0b1628;
  background-image:
    linear-gradient(90deg, #0b1628 0%, #102344 55%, #142f5f 100%);
}

.main-nav {
  color: rgba(255, 255, 255, 0.86);
}

.main-nav a::after {
  background: linear-gradient(90deg, #1f4f9d, #e51f2b);
}

.main-nav a:hover {
  color: #ffffff;
}

.nav-cta,
.button.primary {
  background: linear-gradient(135deg, #0b1628 0%, #1f4f9d 64%, #e51f2b 100%);
  box-shadow: 0 15px 34px rgba(11, 22, 40, 0.2);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: fit-content;
  gap: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand img {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.9),
    0 10px 24px rgba(0, 0, 0, 0.18);
}

.brand span {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

main {
  background:
    radial-gradient(circle at 16% 8%, rgba(31, 79, 157, 0.06), transparent 24rem),
    radial-gradient(circle at 88% 24%, rgba(229, 31, 43, 0.045), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 42%, #eef4fc 100%);
}

.hero {
  background:
    radial-gradient(circle at 10% 26%, rgba(229, 31, 43, 0.052), transparent 18rem),
    radial-gradient(circle at 88% 18%, rgba(31, 79, 157, 0.09), transparent 23rem),
    linear-gradient(135deg, #ffffff 0%, #fbfdff 48%, #eef4fc 100%);
}

.band,
.quality,
.services,
.models,
.industries,
.why,
.contact {
  background-color: transparent;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 900;
}

.footer-brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.9),
    0 12px 26px rgba(0, 0, 0, 0.22);
}

.footer-brand span {
  color: #ffffff;
}

.nav-cta:hover,
.button.primary:hover {
  background: linear-gradient(135deg, #15243a 0%, #17438c 58%, #bd1723 100%);
}

.button.secondary {
  color: #0b1628;
  border-color: #cdd9ec;
}

.hero {
  background:
    radial-gradient(circle at 10% 26%, rgba(229, 31, 43, 0.055), transparent 18rem),
    radial-gradient(circle at 88% 18%, rgba(31, 79, 157, 0.1), transparent 23rem),
    linear-gradient(135deg, #f8fbff 0%, #ffffff 45%, #eef4fc 100%);
}

.hero-mark {
  border-color: rgba(31, 79, 157, 0.24);
  box-shadow:
    0 18px 44px rgba(11, 22, 40, 0.15),
    0 0 0 10px rgba(255, 255, 255, 0.9);
}

.hero .eyebrow,
.section-heading .eyebrow,
.section-grid .eyebrow,
.contact-copy .eyebrow,
.service-label {
  color: #e51f2b;
}

.hero .eyebrow {
  border-color: rgba(229, 31, 43, 0.28);
}

h1,
h2,
h3 {
  color: #1f2937;
}

.hero-panel .panel-head {
  background: linear-gradient(135deg, #0b1628 0%, #15243a 100%);
}

.metric,
.service-icon,
.quality-terms span {
  background: #eef4fc;
  color: #1f4f9d;
}

.trust-strip {
  background: #0b1628;
  box-shadow: 0 22px 50px rgba(11, 22, 40, 0.2);
}

.service-card::before {
  background: linear-gradient(90deg, #e51f2b, #1f4f9d);
}

.timeline li {
  border-top-color: #1f4f9d;
}

.industry-list span {
  border-left-color: #e51f2b;
}

.site-footer {
  background-color: #0b1628;
  background-image: linear-gradient(135deg, #0b1628 0%, #15243a 55%, #1f2937 100%);
  border-top-color: #e51f2b;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.76);
}

input:focus,
textarea:focus {
  box-shadow: 0 0 0 4px var(--focus-ring);
}

/* Final cascade lock: UI/a11y redesign must win over legacy blocks */
:root {
  --final-navy: #0b1628;
  --final-navy-2: #132947;
  --final-red: #ed1f2f;
  --final-red-dark: #be1724;
  --final-ash: #e7e5e1;
  --final-ash-2: #d8d6d1;
  --final-card: #ffffff;
  --final-ink: #1f2937;
  --final-muted: #4b5563;
  --final-line: #c8c6c1;
}

body {
  background: var(--final-ash) !important;
  color: var(--final-ink) !important;
}

main {
  background:
    radial-gradient(circle at 18% 12%, rgba(237, 31, 47, 0.045), transparent 22rem),
    radial-gradient(circle at 88% 18%, rgba(11, 22, 40, 0.06), transparent 28rem),
    linear-gradient(180deg, #edebe7 0%, var(--final-ash) 46%, var(--final-ash-2) 100%) !important;
}

.site-header {
  background-color: var(--final-navy) !important;
  background-image: linear-gradient(90deg, var(--final-navy) 0%, var(--final-navy-2) 100%) !important;
  border-top: 4px solid var(--final-red) !important;
  border-bottom: 4px solid var(--final-red) !important;
}

.site-header::before {
  display: none !important;
}

.brand span,
.main-nav,
.main-nav a {
  color: rgba(255, 255, 255, 0.9) !important;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #ffffff !important;
}

.main-nav a::after {
  background: var(--final-red) !important;
}

.nav-cta,
.button.primary {
  background: var(--final-red) !important;
  background-image: none !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(237, 31, 47, 0.32) !important;
}

.nav-cta:hover,
.button.primary:hover {
  background: var(--final-red-dark) !important;
  background-image: none !important;
}

.button.secondary {
  background: #f3f2ef !important;
  border-color: #b9b6af !important;
  color: var(--final-navy) !important;
}

.hero {
  background:
    radial-gradient(circle at 14% 24%, rgba(237, 31, 47, 0.045), transparent 18rem),
    radial-gradient(circle at 86% 18%, rgba(11, 22, 40, 0.065), transparent 24rem),
    linear-gradient(135deg, #ebe9e5 0%, #dfddd8 48%, #d2d0ca 100%) !important;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(235, 233, 229, 0.76) 0%, rgba(223, 221, 216, 0.5) 54%, rgba(210, 208, 202, 0.28) 100%) !important;
}

.hero .eyebrow {
  background: #f7f6f3 !important;
  border-color: rgba(237, 31, 47, 0.42) !important;
  color: var(--final-red) !important;
}

h1,
h2,
h3 {
  color: var(--final-ink) !important;
}

.hero-lede,
.section-lede,
.section-grid > p,
.rich-copy p,
.quality-stack p,
.contact-copy p,
.assurance-points p,
.service-card p,
.timeline p,
.detail-grid p,
.benefit-grid p,
.promise-grid p,
.model-list p,
.faq-list p {
  color: var(--final-muted) !important;
}

.hero-panel,
.request-form,
.service-card,
.promise-grid article,
.detail-grid article,
.benefit-grid article,
.model-list article,
.faq-list details,
.contact-methods a,
.industry-list span {
  background: var(--final-card) !important;
  border-color: var(--final-line) !important;
}

.hero-panel .panel-head,
.trust-strip,
.site-footer {
  background-color: var(--final-navy) !important;
  background-image: linear-gradient(135deg, var(--final-navy) 0%, var(--final-navy-2) 100%) !important;
}

.metric,
.service-icon,
.quality-terms span {
  background: #efede8 !important;
  color: var(--final-red) !important;
}

.site-footer {
  border-top: 4px solid var(--final-red) !important;
}

.site-footer p,
.footer-brand span {
  color: #ffffff !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #ffffff !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 6px rgba(237, 31, 47, 0.42) !important;
}

/* Final white surface with subtle operational pattern */
body {
  background: #ffffff !important;
}

main {
  background:
    radial-gradient(circle at 12% 16%, rgba(237, 31, 47, 0.045) 0 0.55rem, transparent 0.6rem),
    radial-gradient(circle at 82% 18%, rgba(31, 79, 157, 0.06) 0 0.7rem, transparent 0.76rem),
    radial-gradient(circle at 26% 72%, rgba(11, 22, 40, 0.045) 0 0.48rem, transparent 0.54rem),
    linear-gradient(90deg, rgba(11, 22, 40, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 22, 40, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 52%, #eef3f9 100%) !important;
  background-size:
    420px 420px,
    520px 520px,
    460px 460px,
    34px 34px,
    34px 34px,
    auto !important;
}

.hero {
  background:
    radial-gradient(circle at 14% 26%, rgba(237, 31, 47, 0.05) 0 0.62rem, transparent 0.68rem),
    radial-gradient(circle at 88% 20%, rgba(31, 79, 157, 0.07) 0 0.78rem, transparent 0.84rem),
    radial-gradient(circle at 54% 68%, rgba(11, 22, 40, 0.04) 0 0.48rem, transparent 0.54rem),
    linear-gradient(90deg, rgba(11, 22, 40, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 22, 40, 0.022) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff 0%, #fafcff 48%, #eef3f9 100%) !important;
  background-size:
    360px 360px,
    460px 460px,
    420px 420px,
    34px 34px,
    34px 34px,
    auto !important;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.64) 54%, rgba(248, 250, 252, 0.42) 100%) !important;
}

.band,
.quality,
.services,
.models,
.industries,
.why,
.contact {
  background-color: transparent !important;
}

/* Professionalized deployment panel copy */
.hero-visual .hero-panel {
  width: min(430px, 94%) !important;
}

.hero-panel div {
  grid-template-columns: 48px 1fr !important;
  align-items: start !important;
  gap: 18px !important;
  padding: 20px 22px !important;
}

.hero-panel .panel-head {
  padding: 26px 24px 24px !important;
}

.hero-panel .panel-head strong {
  max-width: 13ch;
}

.hero-panel div span:last-child {
  color: #526176;
  font-size: 0.98rem;
  line-height: 1.5;
}

.metric {
  width: 42px !important;
  height: 42px !important;
}

/* Deployment panel proportion refinement */
.hero-visual .hero-panel {
  bottom: -104px !important;
}

.hero-panel .panel-head {
  padding: 14px 22px 13px !important;
}

.hero-panel .panel-kicker {
  margin-bottom: 6px !important;
  font-size: 0.68rem !important;
}

.hero-panel .panel-head strong {
  max-width: 20ch !important;
  font-size: clamp(1.05rem, 1.45vw, 1.26rem) !important;
  line-height: 1.14 !important;
}

@media (max-width: 640px) {
  .hero-visual .hero-panel {
    bottom: auto !important;
    margin-top: 24px !important;
  }

  .hero-panel .panel-head {
    padding: 15px 20px 13px !important;
  }

  .hero-panel .panel-head strong {
    max-width: 20ch !important;
    font-size: 1.08rem !important;
  }
}

/* Professional FAQ advisory panel */
.faq {
  padding-top: clamp(4.5rem, 8vw, 7rem) !important;
  padding-bottom: clamp(4.5rem, 8vw, 7rem) !important;
}

.faq .section-heading {
  max-width: 880px !important;
  margin-bottom: 2rem !important;
}

.faq .section-lede {
  max-width: 780px;
  margin-top: 1rem;
  color: #526176 !important;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.75;
}

.faq-list {
  max-width: 1080px !important;
  gap: 14px !important;
}

.faq-list details {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11, 22, 40, 0.11) !important;
  border-radius: 6px !important;
  background:
    linear-gradient(90deg, rgba(237, 31, 47, 0.035), transparent 34%),
    rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 16px 38px rgba(11, 22, 40, 0.08) !important;
}

.faq-list details::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--final-red);
  opacity: 0;
  transition: opacity 180ms ease;
}

.faq-list details[open]::before,
.faq-list details:hover::before {
  opacity: 1;
}

.faq-list summary {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.25rem 1.35rem 1.2rem !important;
  color: #0b1628 !important;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem) !important;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #eef2f7;
  color: var(--final-red);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.faq-list details[open] summary::after {
  content: "-";
  background: var(--final-red);
  color: #ffffff;
  transform: rotate(180deg);
}

.faq-list summary span {
  display: inline-block;
  max-width: 820px;
}

.faq-list p {
  margin: 0 !important;
  padding: 0 4.6rem 1.35rem 1.35rem !important;
  color: #4e5f76 !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
}

@media (max-width: 640px) {
  .faq-list summary {
    padding: 1.1rem 1rem !important;
  }

  .faq-list p {
    padding: 0 1rem 1.15rem !important;
  }

  .faq-list summary::after {
    width: 30px;
    height: 30px;
  }
}

/* Keep the contact heading professional on narrow screens */
#contact-title span {
  white-space: nowrap;
}

@media (max-width: 640px) {
  #contact-title {
    max-width: 8.5ch;
  }
}
