:root {
  --hiw-ink: #171717;
  --hiw-muted: #696560;
  --hiw-paper: #f5f2ec;
  --hiw-red: #e60012;
  --hiw-red-dark: #bb000e;
  --hiw-green: #16835c;
  --hiw-line: rgba(23, 23, 23, 0.12);
  --hiw-radius: 28px;
}

.hiw-page {
  color: var(--hiw-ink);
  font-family: europa, "Helvetica Neue", Arial, sans-serif;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}

.hiw-page *,
.hiw-page *::before,
.hiw-page *::after {
  box-sizing: border-box;
}

.hiw-hero {
  background:
    radial-gradient(circle at 80% 18%, rgba(230, 0, 18, 0.18), transparent 30%),
    linear-gradient(145deg, #111 0%, #242321 100%);
  color: #fff;
  min-height: 690px;
  padding: clamp(130px, 15vw, 190px) max(24px, calc((100vw - 1240px) / 2)) clamp(70px, 9vw, 110px);
}

.hiw-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(50px, 8vw, 115px);
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  margin-inline: auto;
  max-width: 1240px;
}

.hiw-kicker {
  color: var(--hiw-red);
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hiw-hero h1,
.hiw-section-heading h2,
.hiw-decision h2,
.hiw-after h2,
.hiw-faq h2,
.hiw-final h2 {
  font-family: Gilroy, europa, sans-serif;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.hiw-hero h1 {
  font-size: clamp(3.4rem, 7vw, 7rem);
  line-height: 0.91;
  margin: 20px 0 0;
}

.hiw-hero__content > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.03rem, 1.5vw, 1.23rem);
  line-height: 1.7;
  margin: 28px 0 0;
  max-width: 680px;
}

.hiw-hero__actions,
.hiw-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hiw-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 13px;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hiw-button:hover {
  transform: translateY(-2px);
}

.hiw-button--primary {
  background: var(--hiw-red);
  color: #fff;
}

.hiw-button--primary:hover {
  background: var(--hiw-red-dark);
  color: #fff;
}

.hiw-button--secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.hiw-button--secondary:hover {
  background: #fff;
  color: var(--hiw-ink);
}

.hiw-button--dark {
  background: var(--hiw-ink);
  color: #fff;
}

.hiw-button--dark:hover {
  background: #353330;
  color: #fff;
}

.hiw-button--light {
  background: #fff;
  color: var(--hiw-ink);
}

.hiw-button--light:hover {
  background: #eeeae4;
  color: var(--hiw-ink);
}

.hiw-hero__visual {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 470px;
  width: 100%;
}

.hiw-route-card {
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  display: grid;
  gap: 3px 14px;
  grid-template-columns: auto 1fr;
  padding: 20px;
}

.hiw-route-card__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  font-size: 1.1rem;
  grid-row: 1 / 3;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.hiw-route-card span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hiw-route-card strong {
  font-size: 1rem;
}

.hiw-route-card--start {
  background: rgba(255, 255, 255, 0.09);
  margin-inline: auto;
  width: 70%;
}

.hiw-route-line {
  align-items: center;
  display: flex;
  height: 76px;
  justify-content: center;
  position: relative;
}

.hiw-route-line::before {
  border-left: 1px dashed rgba(255, 255, 255, 0.36);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
}

.hiw-route-line span {
  align-items: center;
  background: var(--hiw-red);
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  position: relative;
  width: 30px;
  z-index: 1;
}

.hiw-route-split {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.hiw-route-split::before {
  border-left: 1px dashed rgba(255, 255, 255, 0.36);
  border-right: 1px dashed rgba(255, 255, 255, 0.36);
  border-top: 1px dashed rgba(255, 255, 255, 0.36);
  content: "";
  height: 20px;
  left: 25%;
  position: absolute;
  right: 25%;
  top: -21px;
}

.hiw-route-card--prepaid {
  background: rgba(230, 0, 18, 0.21);
}

.hiw-route-card--assisted {
  background: rgba(255, 255, 255, 0.09);
}

.hiw-page-nav {
  background: #fff;
  border-bottom: 1px solid var(--hiw-line);
  position: sticky;
  top: 78px;
  z-index: 20;
}

.hiw-page-nav__inner {
  display: flex;
  gap: 30px;
  margin-inline: auto;
  max-width: 1240px;
  overflow-x: auto;
  padding: 17px 24px;
  scrollbar-width: none;
}

.hiw-page-nav__inner::-webkit-scrollbar {
  display: none;
}

.hiw-page-nav a {
  color: var(--hiw-muted);
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.hiw-page-nav a:hover {
  color: var(--hiw-red);
}

.hiw-section,
.hiw-decision {
  margin-inline: auto;
  max-width: 1240px;
  padding-block: clamp(80px, 10vw, 140px);
  width: calc(100% - 48px);
}

.hiw-section-heading {
  max-width: 790px;
}

.hiw-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.hiw-section-heading h2,
.hiw-decision h2,
.hiw-after h2,
.hiw-faq h2,
.hiw-final h2 {
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  line-height: 0.98;
  margin: 16px 0 0;
}

.hiw-section-heading > p,
.hiw-faq__heading > p {
  color: var(--hiw-muted);
  font-size: 1.03rem;
  line-height: 1.7;
  margin: 20px 0 0;
}

.hiw-essentials {
  border-bottom: 1px solid var(--hiw-line);
  border-top: 1px solid var(--hiw-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 55px;
}

.hiw-essential {
  padding: 30px 26px 34px;
  position: relative;
}

.hiw-essential + .hiw-essential {
  border-left: 1px solid var(--hiw-line);
}

.hiw-essential > span,
.hiw-after__track article > span {
  color: #99938d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.hiw-essential > i {
  color: var(--hiw-red);
  display: block;
  font-size: 2.9rem;
  margin: 38px 0 22px;
}

.hiw-essential h3,
.hiw-after h3 {
  font-family: Gilroy, europa, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 10px;
}

.hiw-essential p,
.hiw-after p {
  color: var(--hiw-muted);
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0;
}

.hiw-paths {
  max-width: 100%;
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
  width: 100%;
}

.hiw-path-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 55px;
}

.hiw-path {
  border-radius: 34px;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 4vw, 50px);
}

.hiw-path--prepaid {
  background: var(--hiw-paper);
}

.hiw-path--assisted {
  background: var(--hiw-ink);
  color: #fff;
}

.hiw-path__header {
  align-items: center;
  display: flex;
  gap: 15px;
}

.hiw-path__icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: var(--hiw-red);
  display: flex;
  flex: 0 0 auto;
  font-size: 1.25rem;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.hiw-path--assisted .hiw-path__icon {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.hiw-path__label {
  display: flex;
  flex-direction: column;
}

.hiw-path__label span {
  color: var(--hiw-red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hiw-path--assisted .hiw-path__label span {
  color: #ff5360;
}

.hiw-path__label h3 {
  font-family: Gilroy, europa, sans-serif;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  font-weight: 800;
  margin: 3px 0 0;
}

.hiw-path__badge {
  border: 1px solid var(--hiw-line);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  margin-left: auto;
  padding: 7px 10px;
  text-transform: uppercase;
}

.hiw-path--assisted .hiw-path__badge {
  border-color: rgba(255, 255, 255, 0.18);
}

.hiw-path__lead {
  color: var(--hiw-muted);
  line-height: 1.7;
  margin: 28px 0 0;
}

.hiw-path--assisted .hiw-path__lead {
  color: rgba(255, 255, 255, 0.67);
}

.hiw-path__steps {
  list-style: none;
  margin: 34px 0;
  padding: 0;
}

.hiw-path__steps li {
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
  padding: 22px 0;
}

.hiw-path__steps li + li {
  border-top: 1px solid var(--hiw-line);
}

.hiw-path--assisted .hiw-path__steps li + li {
  border-color: rgba(255, 255, 255, 0.11);
}

.hiw-path__steps li > span {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  font-size: 0.7rem;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.hiw-path--assisted .hiw-path__steps li > span {
  background: rgba(255, 255, 255, 0.1);
}

.hiw-path__steps strong {
  display: block;
  font-size: 0.95rem;
}

.hiw-path__steps p {
  color: var(--hiw-muted);
  font-size: 0.86rem;
  line-height: 1.6;
  margin: 5px 0 0;
}

.hiw-path--assisted .hiw-path__steps p {
  color: rgba(255, 255, 255, 0.62);
}

.hiw-path__note {
  align-items: flex-start;
  border-top: 1px solid var(--hiw-line);
  display: flex;
  gap: 12px;
  margin-top: auto;
  padding: 24px 0;
}

.hiw-path--assisted .hiw-path__note {
  border-color: rgba(255, 255, 255, 0.11);
}

.hiw-path__note i {
  color: var(--hiw-red);
  margin-top: 3px;
}

.hiw-path__note p {
  color: var(--hiw-muted);
  font-size: 0.8rem;
  line-height: 1.55;
  margin: 0;
}

.hiw-path--assisted .hiw-path__note p {
  color: rgba(255, 255, 255, 0.6);
}

.hiw-path > .hiw-button {
  align-self: flex-start;
}

.hiw-decision {
  align-items: center;
  background: var(--hiw-red);
  border-radius: 36px;
  color: #fff;
  display: grid;
  gap: clamp(35px, 7vw, 90px);
  grid-template-columns: 0.85fr 1.15fr;
  padding: clamp(38px, 6vw, 70px);
}

.hiw-decision .hiw-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.hiw-decision h2 {
  color: #fff;
}

.hiw-decision__options {
  display: grid;
  gap: 12px;
}

.hiw-decision__option {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  display: flex;
  gap: 16px;
  padding: 22px;
}

.hiw-decision__option > i {
  font-size: 1.25rem;
  margin-top: 2px;
}

.hiw-decision__option strong {
  display: block;
}

.hiw-decision__option p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.55;
  margin: 5px 0 0;
}

.hiw-operators {
  padding-top: 150px;
}

.hiw-operator-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
}

.hiw-operator-card {
  border: 1px solid var(--hiw-line);
  border-radius: var(--hiw-radius);
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 30px;
}

.hiw-operator-card--accent {
  background: var(--hiw-paper);
  border-color: transparent;
}

.hiw-operator-card__top {
  align-items: center;
  color: var(--hiw-red);
  display: flex;
  font-size: 0.7rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hiw-operator-card__top i {
  font-size: 1.1rem;
}

.hiw-operator-card h3 {
  font-family: Gilroy, europa, sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  margin: 45px 0 14px;
}

.hiw-operator-card > p,
.hiw-operator-card li {
  color: var(--hiw-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.hiw-operator-card ul {
  margin: 24px 0 0;
  padding-left: 19px;
}

.hiw-operator-card li + li {
  margin-top: 8px;
}

.hiw-inline-link {
  align-items: center;
  color: var(--hiw-ink);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  gap: 10px;
  margin-top: auto;
  padding-top: 25px;
  text-decoration: none;
}

.hiw-inline-link:hover {
  color: var(--hiw-red);
}

.hiw-after {
  background: var(--hiw-paper);
  max-width: 100%;
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
  width: 100%;
}

.hiw-after__heading {
  max-width: 760px;
}

.hiw-after__track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 55px;
}

.hiw-after__track article {
  border-top: 2px solid var(--hiw-ink);
  padding: 28px 28px 0 0;
  position: relative;
}

.hiw-after__track article::before {
  background: var(--hiw-red);
  border: 5px solid var(--hiw-paper);
  border-radius: 50%;
  content: "";
  height: 19px;
  position: absolute;
  top: -10px;
  width: 19px;
}

.hiw-after__track article > i {
  color: var(--hiw-red);
  display: block;
  font-size: 2.6rem;
  margin: 38px 0 18px;
}

.hiw-faq {
  display: grid;
  gap: clamp(45px, 8vw, 110px);
  grid-template-columns: 0.8fr 1.2fr;
}

.hiw-faq__heading {
  align-self: start;
  position: sticky;
  top: 160px;
}

.hiw-faq__list details {
  border-bottom: 1px solid var(--hiw-line);
}

.hiw-faq__list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: Gilroy, europa, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  gap: 20px;
  justify-content: space-between;
  list-style: none;
  padding: 25px 0;
}

.hiw-faq__list summary::-webkit-details-marker {
  display: none;
}

.hiw-faq__list summary i {
  color: var(--hiw-red);
  transition: transform 180ms ease;
}

.hiw-faq__list details[open] summary i {
  transform: rotate(45deg);
}

.hiw-faq__list details p {
  color: var(--hiw-muted);
  line-height: 1.7;
  margin: -4px 0 25px;
  padding-right: 45px;
}

.hiw-final {
  align-items: center;
  background: var(--hiw-ink);
  border-radius: 40px 40px 0 0;
  color: #fff;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1440px;
  padding: clamp(55px, 8vw, 95px);
  width: calc(100% - 48px);
}

.hiw-final__copy {
  max-width: 760px;
}

.hiw-final__copy > p {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin: 20px 0 0;
  max-width: 640px;
}

.hiw-final__actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.hiw-admin-edit {
  align-items: center;
  background: #fff;
  border: 1px solid var(--hiw-line);
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 10px 35px rgba(23, 23, 23, 0.16);
  color: var(--hiw-ink);
  display: flex;
  font-size: 0.8rem;
  font-weight: 800;
  gap: 8px;
  padding: 12px 16px;
  position: fixed;
  right: 24px;
  z-index: 30;
}

@media (max-width: 1000px) {
  .hiw-hero__grid {
    grid-template-columns: 1fr;
  }

  .hiw-hero__visual {
    max-width: 560px;
  }

  .hiw-essentials,
  .hiw-after__track {
    grid-template-columns: repeat(2, 1fr);
  }

  .hiw-essential:nth-child(3) {
    border-left: 0;
  }

  .hiw-essential:nth-child(n + 3) {
    border-top: 1px solid var(--hiw-line);
  }

  .hiw-path-grid,
  .hiw-decision,
  .hiw-faq {
    grid-template-columns: 1fr;
  }

  .hiw-operator-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hiw-operator-card--accent {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  .hiw-faq__heading {
    position: static;
  }

  .hiw-final {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .hiw-hero {
    min-height: auto;
    padding-inline: 20px;
  }

  .hiw-hero h1 {
    font-size: clamp(3.25rem, 16vw, 5rem);
  }

  .hiw-hero__actions,
  .hiw-final__actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .hiw-button {
    width: 100%;
  }

  .hiw-route-card--start {
    width: 100%;
  }

  .hiw-route-split {
    grid-template-columns: 1fr;
  }

  .hiw-route-split::before {
    display: none;
  }

  .hiw-page-nav {
    top: 70px;
  }

  .hiw-section,
  .hiw-decision,
  .hiw-final {
    width: calc(100% - 28px);
  }

  .hiw-section-heading h2,
  .hiw-decision h2,
  .hiw-after h2,
  .hiw-faq h2,
  .hiw-final h2 {
    font-size: 2.45rem;
  }

  .hiw-essentials,
  .hiw-after__track,
  .hiw-operator-grid {
    grid-template-columns: 1fr;
  }

  .hiw-essential + .hiw-essential {
    border-left: 0;
    border-top: 1px solid var(--hiw-line);
  }

  .hiw-paths,
  .hiw-after {
    width: 100%;
  }

  .hiw-path {
    border-radius: 26px;
    padding: 28px 22px;
  }

  .hiw-path__header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .hiw-path__badge {
    margin-left: 69px;
  }

  .hiw-decision {
    border-radius: 28px;
    padding: 34px 24px;
  }

  .hiw-operator-card,
  .hiw-operator-card--accent {
    grid-column: auto;
    min-height: auto;
  }

  .hiw-after__track article {
    border-left: 2px solid var(--hiw-ink);
    border-top: 0;
    padding: 0 0 38px 30px;
  }

  .hiw-after__track article::before {
    left: -10px;
    top: 0;
  }

  .hiw-after__track article > i {
    margin-top: 25px;
  }

  .hiw-faq__list details p {
    padding-right: 0;
  }

  .hiw-final {
    border-radius: 28px 28px 0 0;
    padding: 45px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hiw-page *,
  .hiw-page *::before,
  .hiw-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
