/* Shared navigation and application form update — 2026-08-06 */

.header {
  position: fixed;
}

.header .nav a::after {
  background: var(--accent) !important;
}

@media (min-width: 769px) {
  .header .container {
    gap: 32px;
  }

  .header .nav {
    position: static;
    inset: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(16px, 2vw, 32px);
    margin-left: auto;
    width: auto;
    touch-action: auto;
    overscroll-behavior: auto;
  }

  .header .nav.open {
    display: flex;
  }

  .header .nav-col {
    display: contents;
  }

  .header .nav-cat {
    display: none;
  }

  .header .nav a {
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .055em;
    white-space: nowrap;
  }

  .header .burger,
  .header .nav-close {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .header .nav.open {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    align-content: center;
    gap: 0;
    overflow-y: auto;
    background: #171717;
  }

  .header .nav-col {
    align-items: center;
    gap: 12px;
    padding: 18px 32px;
    background: transparent !important;
  }

  .header .nav-col a,
  .header .nav-col .nav-cat {
    color: #fff !important;
  }
}

.simple-header {
  position: sticky;
  top: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 84px;
  padding: 12px clamp(20px, 4vw, 48px);
  background: rgba(10, 10, 10, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.simple-header__logo {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.simple-header + .container {
  padding-top: clamp(40px, 6vw, 72px);
}

.simple-header__logo img {
  width: auto;
  height: 48px;
}

.simple-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2vw, 32px);
}

.simple-nav a {
  position: relative;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.simple-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: '';
  background: #da3731;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.simple-nav a:hover::after,
.simple-nav a:focus-visible::after {
  transform: scaleX(1);
}

.simple-burger {
  position: relative;
  z-index: 2;
  display: none;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

.simple-burger span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: transform .2s ease, opacity .2s ease;
}

.simple-header.is-open .simple-burger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.simple-header.is-open .simple-burger span:nth-child(2) {
  opacity: 0;
}

.simple-header.is-open .simple-burger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.expertise-strip {
  padding: clamp(56px, 8vw, 100px) 0;
  background: #101010;
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.expertise-strip__inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.expertise-strip__eyebrow {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.expertise-strip h2 {
  max-width: 850px;
  margin: 0 0 36px;
  color: #fff;
  font-size: clamp(30px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -.025em;
}

.expertise-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.expertise-fact {
  min-width: 0;
  padding: 28px 28px 0 0;
}

.expertise-fact + .expertise-fact {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.expertise-fact strong {
  display: block;
  margin-bottom: 10px;
  color: #da3731;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
}

.expertise-fact span {
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.5;
}

.request-cta {
  padding: clamp(64px, 9vw, 112px) 0;
  color: #fff;
  background: #171717;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.request-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr);
  gap: clamp(40px, 8vw, 112px);
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.request-cta__eyebrow {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.request-cta h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(32px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -.025em;
}

.request-cta__lead {
  max-width: 440px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 16px;
  line-height: 1.6;
}

.request-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-content: start;
}

.request-form .request-form__wide {
  grid-column: 1 / -1;
}

.request-form input[type='text'],
.request-form input[type='tel'],
.request-form input[type='email'],
.request-form textarea {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 15px 16px;
  color: #fff;
  font: inherit;
  background: #101010;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 4px;
}

.request-form textarea {
  min-height: 104px;
  resize: vertical;
}

.request-form input:focus,
.request-form textarea:focus {
  outline: 2px solid transparent;
  border-color: #da3731;
}

.request-form__consent {
  display: flex;
  grid-column: 1 / -1;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.45;
}

.request-form__consent input {
  margin-top: 2px;
}

.request-form__consent a {
  color: #fff;
  text-decoration: underline;
}

.request-form button {
  justify-self: start;
  grid-column: 1 / -1;
  padding: 15px 28px;
  color: #fff;
  font: inherit;
  font-weight: 700;
  background: #da3731;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

.request-form button:hover {
  background: #bd2f2a;
}

.request-form button:disabled {
  cursor: wait;
  opacity: .65;
}

.request-form__status {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
}

@media (max-width: 768px) {
  .simple-header {
    min-height: 72px;
  }

  .simple-header__logo img {
    height: 42px;
  }

  .simple-burger {
    display: flex;
  }

  .simple-nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    padding: 90px 24px 40px;
    visibility: hidden;
    background: #171717;
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease;
  }

  .simple-nav a {
    font-size: 18px;
  }

  .simple-header.is-open .simple-nav {
    visibility: visible;
    opacity: 1;
  }

  .expertise-strip__grid {
    grid-template-columns: 1fr;
  }

  .expertise-fact,
  .expertise-fact + .expertise-fact {
    padding: 22px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .request-cta__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .request-form {
    grid-template-columns: 1fr;
  }

  .request-form .request-form__wide,
  .request-form__consent,
  .request-form button,
  .request-form__status {
    grid-column: 1;
  }
}
