.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(600px, 86vh, 710px);
  min-height: clamp(600px, 86svh, 710px);
  padding: 0;
  margin-top: 0;
  background: #081128;
  color: var(--color-white);
}

.hero > .container {
  width: min(calc(100% - clamp(2.5rem, 6vw, 5rem)), 1320px);
  padding-top: clamp(1.35rem, 3vh, 2.75rem);
  padding-top: clamp(1.35rem, 3svh, 2.75rem);
  padding-bottom: clamp(1rem, 2vh, 1.5rem);
  padding-bottom: clamp(1rem, 2svh, 1.5rem);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero-overlay {
  z-index: 1;
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.12), transparent 18rem),
    linear-gradient(90deg, rgba(4, 14, 46, 0.95) 0%, rgba(4, 14, 46, 0.9) 26%, rgba(4, 14, 46, 0.72) 46%, rgba(4, 14, 46, 0.28) 66%, rgba(4, 14, 46, 0.08) 100%),
    linear-gradient(180deg, rgba(6, 16, 41, 0.38), rgba(6, 16, 41, 0.62));
}

.hero-copy {
  max-width: min(50rem, 66%);
  padding-top: clamp(0.75rem, 1.2vw, 1.25rem);
}

.hero .eyebrow {
  color: rgba(243, 244, 246, 0.92);
  margin-bottom: 0.625rem;
}

.hero-copy h1 {
  max-width: 16ch;
  font-size: clamp(2.7rem, 4.15vw, 3.8rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: initial;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
  word-break: keep-all;
  hyphens: none;
}

.hero-intro {
  margin-top: 1.375rem;
  max-width: 54ch;
  font-size: clamp(0.98rem, 1.08vw, 1.1rem);
  line-height: 1.54;
  color: rgba(241, 245, 249, 0.84);
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 1.725rem;
  margin-bottom: 2.175rem;
}

.hero-subcta {
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero-trust-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  list-style: none;
}

.hero-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.72rem 0.82rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-trust-item .icon-badge {
  width: 2.1rem;
  height: 2.1rem;
  flex-shrink: 0;
  background: rgba(225, 38, 28, 0.12);
  color: #ffd4d1;
}

.hero-trust-item strong {
  display: block;
  margin-bottom: 0.14rem;
  font-size: 0.89rem;
}

.hero-trust-item span:last-child {
  font-size: 0.76rem;
  line-height: 1.32;
  color: rgba(241, 245, 249, 0.74);
}

.hero-proof-band {
  position: relative;
  z-index: 3;
  margin-top: -0.45rem;
}

.hero-proof-band .trust-bar-list {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  visibility: hidden;
}

.hero-proof-band .trust-bar-item {
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 1rem 1.1rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  text-align: center;
}

.hero-proof-band .trust-bar-item > div {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.2rem;
  text-align: center;
}

.hero-proof-band .trust-bar-item strong {
  margin-bottom: 0;
  color: var(--color-white);
}

.hero-proof-band .trust-bar-item span:last-child {
  color: rgba(241, 245, 249, 0.78);
}

.hero-proof-band .icon-badge-light {
  display: none;
  background: transparent;
  color: var(--color-white);
  border: 0;
  box-shadow: none;
}

.hero-paths {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.hero-path-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.68);
}

.hero-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero-meta-row a {
  display: inline-flex;
  align-items: center;
  min-height: 2.45rem;
  padding: 0.52rem 0.82rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.87rem;
  font-weight: 600;
  transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
}

.hero-meta-row a:hover,
.hero-meta-row a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--color-white);
}

.hero .btn-secondary,
.site-footer .btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.18);
}

.hero .btn-secondary:hover,
.hero .btn-secondary:focus-visible,
.site-footer .btn-secondary:hover,
.site-footer .btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.hero-note {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.hero-divider,
.hero-media-card,
.hero-media-card::after,
.hero-media-caption {
  display: none;
}

.trust-bar {
  padding: 1.35rem 0 1.25rem;
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid rgba(11, 21, 51, 0.06);
  border-bottom: 1px solid rgba(11, 21, 51, 0.06);
}

.trust-bar-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  list-style: none;
  padding: 0.5rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(11, 21, 51, 0.06);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.04);
}

.trust-bar-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
}

.trust-bar-item strong {
  display: block;
  margin-bottom: 0.15rem;
}

.trust-bar-item span:last-child {
  color: var(--color-muted);
  font-size: 0.9rem;
}

.services,
.process-section,
.faq-section {
  padding: 6.6rem 0;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.7rem;
}

.quality-section {
  padding: 6.8rem 0;
  background:
    radial-gradient(circle at left top, rgba(225, 38, 28, 0.09), transparent 24rem),
    linear-gradient(135deg, #081228 0%, #0b1533 52%, #162852 100%);
  color: var(--color-white);
}

.quality-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(2.75rem, 4vw, 4.5rem);
  align-items: start;
}

.quality-copy > p:last-of-type {
  color: rgba(255, 255, 255, 0.76);
}

.quality-list {
  display: grid;
  gap: 0.95rem;
  margin-top: var(--space-5);
  list-style: none;
}

.quality-visual {
  display: grid;
  align-self: start;
}

.quality-image-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-medium);
}

.quality-image-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.testimonial-stack {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.25rem;
}

.process-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
}

.process-step::before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--space-4));
  top: 2.2rem;
  width: var(--space-4);
  height: 2px;
  background: rgba(11, 21, 51, 0.12);
}

.process-step:first-child::before {
  display: none;
}

.coverage-section {
  padding: 6.7rem 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 247, 251, 0.98));
}

.coverage-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2.75rem, 4vw, 4.5rem);
  align-items: start;
}

.coverage-copy p:last-of-type {
  color: var(--color-muted);
}

.coverage-image-card {
  margin-top: var(--space-5);
}

.coverage-image-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.b2b-section {
  padding: 0 0 6.4rem;
}

.b2b-shell {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.98fr);
  gap: clamp(2.5rem, 4vw, 4.25rem);
  padding: clamp(2rem, 3vw, 3rem);
  border-radius: var(--radius-xl);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.96));
  border: 1px solid rgba(11, 21, 51, 0.08);
  box-shadow: var(--shadow-soft);
}

.b2b-copy p:last-of-type {
  color: var(--color-muted);
}

.b2b-list {
  display: grid;
  gap: 0.95rem;
  margin-top: var(--space-5);
  list-style: none;
}

.faq-section {
  background: linear-gradient(180deg, rgba(245, 247, 251, 0.98), rgba(255, 255, 255, 0.98));
}

.site-footer {
  padding: 5.6rem 0 var(--space-6);
  background:
    radial-gradient(circle at top right, rgba(225, 38, 28, 0.09), transparent 22rem),
    linear-gradient(135deg, #091229 0%, #0b1533 48%, #14224a 100%);
  color: var(--color-white);
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-7);
  padding: 2.35rem 2.4rem;
  margin-bottom: var(--space-8);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-cta p:last-child {
  margin-top: var(--space-3);
  color: rgba(255, 255, 255, 0.74);
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.footer-brand p {
  max-width: 22rem;
  margin-top: var(--space-4);
  color: rgba(255, 255, 255, 0.74);
}

.footer-links h3,
.footer-contact h3,
.footer-side-card h3 {
  font-size: 1.22rem;
}

.footer-bottom p,
.footer-legal a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
}
