/* ========== Header V2 — Desktop 1440 ========== */

.rsn-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--rsn-header-h);
  background: var(--rsn-white);
  border-bottom: 1px solid #d8e0e8;
}

.rsn-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--rsn-container);
  height: 100%;
  margin-inline: auto;
  padding-inline: 0;
}

.rsn-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 160px;
  height: 68px;
  text-decoration: none;
}

.rsn-header__logo img {
  width: 160px;
  height: 68px;
  object-fit: contain;
  object-position: left center;
}

.rsn-header__nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.rsn-header__nav-link {
  font-size: var(--rsn-fs-14);
  font-weight: 600;
  color: var(--rsn-graphite);
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--rsn-duration) var(--rsn-ease);
}

.rsn-header__nav-link:hover {
  color: var(--rsn-corporate-blue);
  text-decoration: none;
}

.rsn-header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rsn-header__phone {
  font-size: var(--rsn-fs-15);
  font-weight: 700;
  color: var(--rsn-graphite);
  text-decoration: none;
  white-space: nowrap;
}

.rsn-header__phone:hover {
  color: var(--rsn-corporate-blue);
  text-decoration: none;
}

.rsn-header__cta {
  min-height: 50px;
  height: 50px;
  padding-inline: 18px;
  font-size: var(--rsn-fs-14);
}

.rsn-header__call {
  display: none;
}

.rsn-header__burger {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--rsn-graphite);
}

.rsn-header__burger-icon {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
}

/* ========== Hero V2 Fullbleed — 1440×760 ========== */

.rsn-hero {
  position: relative;
  width: 100%;
  height: 760px;
  overflow: hidden;
  color: var(--rsn-white);
  background: var(--rsn-navy);
}

.rsn-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.rsn-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rsn-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    #061426d9 0%,
    #081b3370 50%,
    #081b330d 100%
  );
}

.rsn-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: var(--rsn-container);
  height: 100%;
  margin-inline: auto;
  padding: 0;
}

.rsn-hero__accent {
  position: absolute;
  left: 0;
  top: 92px;
  width: 4px;
  height: 52px;
  background: var(--rsn-rack-red);
}

.rsn-hero__copy {
  position: relative;
  max-width: 820px;
  margin-top: 88px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rsn-hero__eyebrow--mobile,
.rsn-hero__title--mobile,
.rsn-hero__body--mobile,
.rsn-hero__advantage-desc--mobile,
.rsn-hero__advantages-head,
.rsn-hero__cta-arrow {
  display: none;
}

.rsn-hero__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.54;
  text-transform: uppercase;
  color: var(--rsn-white);
}

.rsn-hero__title {
  max-width: 820px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -2px;
  color: var(--rsn-white);
}

.rsn-hero__body {
  max-width: 650px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.48;
  color: #dce5ee;
}

.rsn-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
}

.rsn-hero__cta {
  min-height: 54px;
  height: 54px;
  padding-inline: 18px;
  font-size: var(--rsn-fs-14);
}

.rsn-hero__cta--secondary {
  background: transparent;
  color: var(--rsn-white);
  border: 1px solid #ffffff;
}

.rsn-hero__cta--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--rsn-white);
}

.rsn-hero__advantages {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-top: auto;
  margin-left: 20px;
  margin-bottom: 46px;
}

.rsn-hero__advantages-list {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
  margin: 0;
  padding: 22px 0 0;
  list-style: none;
  border-top: 1px solid #ffffff4a;
}

.rsn-hero__advantage {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.rsn-hero__advantage-value {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: var(--rsn-white);
}

.rsn-hero__advantage-desc {
  font-size: 14px;
  font-weight: 500;
  color: #dce5ee;
}

.rsn-hero__divider {
  flex: 0 0 1px;
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
}

/* ========== Quick Orientations ========== */

.rsn-orientation-wrap {
  width: 100%;
  max-width: var(--rsn-container);
  margin-inline: auto;
  padding-block: 48px 0;
}

.rsn-orientation {
  display: flex;
  width: 100%;
  padding-block: 28px;
  border-top: 1px solid #dde1e5;
  border-bottom: 1px solid #dde1e5;
}

.rsn-orientation__item {
  flex: 1 1 0;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  padding-inline: 24px;
}

.rsn-orientation__item:first-child {
  padding-left: 0;
}

.rsn-orientation__item + .rsn-orientation__item {
  border-left: 1px solid #dde1e5;
}

.rsn-orientation__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.rsn-orientation__icon img,
.rsn-orientation__icon svg {
  width: 28px;
  height: 28px;
}

.rsn-orientation__icon--blue {
  color: var(--rsn-corporate-blue);
}

.rsn-orientation__icon--red {
  color: var(--rsn-rack-red);
}

.rsn-orientation__icon--red img {
  /* SVG assets are corporate blue; shift to rack red for this pair */
  filter: invert(22%) sepia(90%) saturate(2500%) hue-rotate(340deg) brightness(85%) contrast(95%);
}

.rsn-orientation__copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.rsn-orientation__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #171a1f;
}

.rsn-orientation__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: #5f6872;
}

/* Desktop page padding for header/hero full-bleed alignment */
@media (min-width: 1440px) {
  .rsn-header__inner {
    /* container sits in 1440 with 100px side = 1240 */
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .rsn-header {
    padding-inline: var(--rsn-gutter);
  }

  .rsn-hero__inner {
    padding-inline: var(--rsn-gutter);
  }

  .rsn-hero__accent {
    left: var(--rsn-gutter);
  }

  .rsn-orientation-wrap {
    padding-inline: var(--rsn-gutter);
  }
}

@media (max-width: 1023px) {
  .rsn-header__nav,
  .rsn-header__phone,
  .rsn-header__cta {
    display: none;
  }

  .rsn-header__actions {
    gap: 8px;
  }

  .rsn-header__call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #c92a2a;
    color: #ffffff;
    text-decoration: none;
    flex-shrink: 0;
  }

  .rsn-header__burger {
    display: inline-flex !important;
    width: 48px;
    height: 48px;
    border: 1px solid #d8e0e8;
    border-radius: 12px;
    background: #ffffff;
    flex-shrink: 0;
  }

  .rsn-header {
    height: var(--rsn-header-h-mobile);
    padding-inline: 16px;
    overflow: visible;
  }

  .rsn-header__inner {
    width: 100%;
    gap: 12px;
  }

  .rsn-header__logo {
    flex-shrink: 1;
    min-width: 0;
  }

  .rsn-header__logo,
  .rsn-header__logo img {
    width: 118px;
    height: 50px;
  }

  .rsn-header__actions {
    flex-shrink: 0;
  }

  .rsn-hero {
    height: auto;
    min-height: 0;
    padding-bottom: 20px;
  }

  .rsn-hero__overlay {
    background: linear-gradient(
      180deg,
      #081b33cc 0%,
      #081b3399 42%,
      #081b33e6 100%
    );
  }

  .rsn-hero__accent {
    left: 24px;
    top: 48px;
    height: 54px;
  }

  .rsn-hero__inner {
    padding: 42px 16px 0;
    gap: 24px;
  }

  .rsn-hero__copy {
    margin: 0 0 0 8px;
    max-width: 100%;
    gap: 0;
  }

  .rsn-hero__eyebrow--desktop,
  .rsn-hero__title--desktop,
  .rsn-hero__body--desktop,
  .rsn-hero__advantage-desc--desktop {
    display: none;
  }

  .rsn-hero__eyebrow--mobile,
  .rsn-hero__title--mobile,
  .rsn-hero__body--mobile,
  .rsn-hero__advantage-desc--mobile,
  .rsn-hero__advantages-head,
  .rsn-hero__cta-arrow {
    display: block;
  }

  .rsn-hero__eyebrow--mobile {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.45;
    color: #dce5ee;
    margin-bottom: 19px;
  }

  .rsn-hero__title {
    font-size: 30px;
    letter-spacing: -0.6px;
    line-height: 1.1;
    margin-bottom: 20px;
  }

  .rsn-hero__body--mobile {
    font-size: 16px;
    line-height: 1.45;
    max-width: 100%;
    margin-bottom: 26px;
  }

  .rsn-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 0;
    width: 100%;
  }

  .rsn-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 56px;
    height: 56px;
    padding-inline: 18px;
    font-size: 16px;
    border-radius: 12px;
  }

  .rsn-hero__cta--secondary {
    background: #071a2ab8;
    border-color: #ffffff70;
  }

  .rsn-hero__cta-arrow {
    flex-shrink: 0;
  }

  .rsn-hero__advantages {
    width: auto;
    max-width: none;
    margin: 0 0 0;
    padding: 18px 20px;
    border: 1px solid #ffffff2e;
    border-radius: 16px;
    background: #06172deb;
    gap: 0;
  }

  .rsn-hero__advantages-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
  }

  .rsn-hero__advantages-eyebrow {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #afc1d2;
  }

  .rsn-hero__advantages-mark {
    display: block;
    width: 28px;
    height: 3px;
    background: #c92a2a;
  }

  .rsn-hero__advantages-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    border-top: none;
  }

  .rsn-hero__advantage {
    flex: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 60px;
  }

  .rsn-hero__advantage-value {
    font-size: 20px;
    flex: 1 1 auto;
  }

  .rsn-hero__advantage:first-child .rsn-hero__advantage-value,
  .rsn-hero__advantage:last-child .rsn-hero__advantage-value {
    font-size: 23px;
  }

  .rsn-hero__advantage-desc--mobile {
    display: inline !important;
  }

  .rsn-hero__advantage-desc {
    color: #c8d4e0;
    flex: 0 0 auto;
    text-align: right;
    white-space: nowrap;
  }

  .rsn-hero__divider {
    flex: none;
    width: 100%;
    height: 1px;
    background: #ffffff24;
  }

  .rsn-orientation-wrap {
    display: none;
  }
}
