:root {
  --request-blue: #0b4f8a;
  --request-blue-dark: #07385f;
  --request-blue-light: #eef5fb;
  --request-gold: #c79b45;
  --request-text: #1b2734;
  --request-muted: #687585;
  --request-line: #dce5ed;
  --request-bg: #f5f8fb;
}

.kxy-request-page,
.kxy-request-page *,
.kxy-request-page *::before,
.kxy-request-page *::after {
  box-sizing: border-box;
}

.kxy-request-page {
  overflow: hidden;
  background: var(--request-bg);
  color: var(--request-text);
}

.kxy-request-page a {
  text-decoration: none;
}

.kxy-request-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 58px;
  background:
    linear-gradient(112deg, rgba(5, 43, 76, 0.98), rgba(11, 79, 138, 0.92)),
    #0b4f8a;
  color: #fff;
}

.kxy-request-hero::before,
.kxy-request-hero::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.kxy-request-hero::before {
  top: -280px;
  right: -120px;
  width: 620px;
  height: 620px;
}

.kxy-request-hero::after {
  right: 230px;
  bottom: -270px;
  width: 420px;
  height: 420px;
}

.kxy-request-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.kxy-request-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
}

.kxy-request-breadcrumb a:hover {
  color: #fff;
}

.kxy-request-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 72px;
  align-items: end;
}

.kxy-request-eyebrow,
.kxy-request-section__head span,
.kxy-request-contact__box > div:first-child > span {
  display: block;
  margin-bottom: 10px;
  color: var(--request-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.kxy-request-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.18;
}

.kxy-request-hero__content > p {
  max-width: 820px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.85;
}

.kxy-request-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.kxy-request-tags span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.kxy-request-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.kxy-request-hero__actions a {
  display: inline-flex;
  min-width: 146px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s ease;
}

.kxy-request-hero__actions a.is-primary {
  border-color: var(--request-gold);
  background: var(--request-gold);
  color: #172435;
}

.kxy-request-hero__actions a:hover {
  border-color: #fff;
  background: #fff;
  color: var(--request-blue-dark);
}

.kxy-request-hero__card {
  padding: 27px 28px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.kxy-request-hero__card > span,
.kxy-request-hero__card > strong,
.kxy-request-hero__card > p,
.kxy-request-hero__card > div span,
.kxy-request-hero__card > div b {
  display: block;
}

.kxy-request-hero__card > span {
  color: var(--request-gold);
  font-size: 13px;
}

.kxy-request-hero__card > strong {
  margin-top: 8px;
  font-size: 23px;
}

.kxy-request-hero__card > p {
  margin: 14px 0 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.75;
}

.kxy-request-hero__card > div {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.kxy-request-hero__card b {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 400;
}

.kxy-request-hero__card a {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.kxy-request-submit {
  padding: 46px 0;
}

.kxy-request-submit__grid {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
}

.kxy-request-qr-card,
.kxy-request-guide {
  background: #fff;
  box-shadow: 0 12px 34px rgba(32, 61, 88, 0.07);
}

.kxy-request-qr-card {
  padding: 30px;
  border-top: 3px solid var(--request-blue);
  text-align: center;
}

.kxy-request-qr-card__heading span {
  display: block;
  color: var(--request-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.kxy-request-qr-card__heading h2 {
  margin: 8px 0 0;
  color: var(--request-blue-dark);
  font-size: 23px;
  line-height: 1.4;
}

.kxy-request-qr {
  display: inline-flex;
  margin: 24px auto 18px;
  padding: 10px;
  border: 1px solid var(--request-line);
  background: #fff;
}

.kxy-request-qr img {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
}

.kxy-request-qr-card > p {
  margin: 0;
  color: #354252;
  font-size: 15px;
  line-height: 1.7;
}

.kxy-request-qr-card__tip {
  margin-top: 17px;
  padding: 11px 13px;
  background: var(--request-blue-light);
  color: #577083;
  font-size: 13px;
  line-height: 1.6;
}

.kxy-request-guide {
  padding: 34px 38px;
}

.kxy-request-guide h2,
.kxy-request-section__head h2,
.kxy-request-contact h2 {
  margin: 0;
  color: var(--request-blue-dark);
  font-size: 27px;
  line-height: 1.4;
}

.kxy-request-guide__lead {
  margin: 12px 0 0;
  color: var(--request-muted);
  font-size: 15px;
  line-height: 1.75;
}

.kxy-request-guide__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 26px;
}

.kxy-request-guide__items article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  min-height: 120px;
  padding: 19px 18px;
  border: 1px solid var(--request-line);
  background: #fbfcfd;
}

.kxy-request-guide__items b {
  color: var(--request-gold);
  font-size: 18px;
  font-weight: 700;
}

.kxy-request-guide__items h3 {
  margin: 0;
  color: #1b2c3c;
  font-size: 16px;
}

.kxy-request-guide__items p {
  margin: 8px 0 0;
  color: var(--request-muted);
  font-size: 13px;
  line-height: 1.7;
}

.kxy-request-guide__notice {
  margin-top: 18px;
  padding: 13px 15px;
  border-left: 3px solid var(--request-gold);
  background: #faf8f2;
  color: #746541;
  font-size: 14px;
  line-height: 1.7;
}

.kxy-request-section {
  padding: 52px 0;
}

.kxy-request-types {
  background: #fff;
}

.kxy-request-section__head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 28px;
}

.kxy-request-section__head > p {
  max-width: 570px;
  margin: 0;
  color: var(--request-muted);
  font-size: 15px;
  line-height: 1.75;
  text-align: right;
}

.kxy-request-types__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.kxy-request-types__grid article {
  position: relative;
  min-height: 280px;
  padding: 28px 24px;
  border: 1px solid var(--request-line);
  background: #fff;
  transition: 0.2s ease;
}

.kxy-request-types__grid article::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  background: var(--request-gold);
  content: "";
}

.kxy-request-types__grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 79, 138, 0.35);
  box-shadow: 0 12px 30px rgba(32, 61, 88, 0.08);
}

.kxy-request-types__grid b {
  display: block;
  color: var(--request-gold);
  font-size: 18px;
}

.kxy-request-types__grid h3 {
  margin: 25px 0 0;
  color: var(--request-blue-dark);
  font-size: 19px;
}

.kxy-request-types__grid p {
  margin: 14px 0 0;
  color: var(--request-muted);
  font-size: 14px;
  line-height: 1.8;
}

.kxy-request-types__grid span {
  display: block;
  margin-top: 23px;
  color: var(--request-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}

.kxy-request-process {
  background: var(--request-bg);
}

.kxy-request-process__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 10px 30px rgba(32, 61, 88, 0.06);
  list-style: none;
}

.kxy-request-process__list li {
  position: relative;
  min-height: 220px;
  padding: 28px 24px;
  border-right: 1px solid var(--request-line);
}

.kxy-request-process__list li:last-child {
  border-right: 0;
}

.kxy-request-process__list li:not(:last-child)::after {
  position: absolute;
  top: 38px;
  right: -9px;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-top: 1px solid var(--request-line);
  border-right: 1px solid var(--request-line);
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

.kxy-request-process__list b {
  color: var(--request-gold);
  font-size: 18px;
}

.kxy-request-process__list h3 {
  margin: 28px 0 0;
  color: var(--request-blue-dark);
  font-size: 17px;
}

.kxy-request-process__list p {
  margin: 11px 0 0;
  color: var(--request-muted);
  font-size: 13px;
  line-height: 1.75;
}

.kxy-request-contact {
  padding: 0 0 34px;
  background: var(--request-bg);
}

.kxy-request-contact__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px auto;
  gap: 38px;
  align-items: center;
  padding: 34px 38px;
  border-left: 4px solid var(--request-gold);
  background: #fff;
  box-shadow: 0 10px 30px rgba(32, 61, 88, 0.06);
}

.kxy-request-contact__box > div:first-child > p {
  margin: 10px 0 0;
  color: var(--request-muted);
  font-size: 14px;
  line-height: 1.75;
}

.kxy-request-contact__phone span,
.kxy-request-contact__phone a {
  display: block;
}

.kxy-request-contact__phone span {
  margin-bottom: 7px;
  color: var(--request-muted);
  font-size: 13px;
}

.kxy-request-contact__phone a {
  color: var(--request-blue-dark);
  font-size: 24px;
  font-weight: 700;
}

.kxy-request-contact__actions {
  display: flex;
  gap: 10px;
}

.kxy-request-contact__actions a {
  display: inline-flex;
  min-width: 112px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--request-blue);
  color: var(--request-blue);
  font-size: 14px;
  font-weight: 600;
}

.kxy-request-contact__actions a.is-primary,
.kxy-request-contact__actions a:hover {
  background: var(--request-blue);
  color: #fff;
}

.kxy-request-disclaimer {
  padding: 0 0 58px;
  background: var(--request-bg);
}

.kxy-request-disclaimer__box {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 20px;
  padding: 20px 24px;
  border: 1px solid var(--request-line);
  background: rgba(255, 255, 255, 0.7);
}

.kxy-request-disclaimer__box strong {
  color: #334555;
  font-size: 14px;
}

.kxy-request-disclaimer__box p {
  margin: 0;
  color: #74808c;
  font-size: 13px;
  line-height: 1.8;
}

@media (max-width: 1080px) {
  .kxy-request-hero__grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 40px;
  }

  .kxy-request-submit__grid {
    grid-template-columns: 350px minmax(0, 1fr);
  }

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

  .kxy-request-process__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .kxy-request-process__list li {
    border-bottom: 1px solid var(--request-line);
  }

  .kxy-request-process__list li:nth-child(3) {
    border-right: 0;
  }

  .kxy-request-process__list li::after {
    display: none;
  }

  .kxy-request-contact__box {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .kxy-request-contact__box > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 780px) {
  .kxy-request-hero {
    padding: 26px 0 38px;
  }

  .kxy-request-breadcrumb {
    margin-bottom: 24px;
  }

  .kxy-request-hero__grid,
  .kxy-request-submit__grid {
    grid-template-columns: 1fr;
  }

  .kxy-request-hero h1 {
    font-size: 33px;
  }

  .kxy-request-hero__content > p {
    font-size: 15px;
  }

  .kxy-request-hero__card {
    max-width: 520px;
  }

  .kxy-request-submit {
    padding: 24px 0;
  }

  .kxy-request-qr-card,
  .kxy-request-guide {
    padding: 24px 18px;
  }

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

  .kxy-request-guide__items article {
    min-height: 0;
  }

  .kxy-request-section {
    padding: 38px 0;
  }

  .kxy-request-section__head {
    display: block;
  }

  .kxy-request-section__head > p {
    margin-top: 10px;
    text-align: left;
  }

  .kxy-request-types__grid,
  .kxy-request-process__list {
    grid-template-columns: 1fr;
  }

  .kxy-request-types__grid article {
    min-height: 0;
  }

  .kxy-request-process__list li {
    min-height: 0;
    border-right: 0;
  }

  .kxy-request-contact__box {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 26px 20px;
  }

  .kxy-request-contact__box > div:first-child {
    grid-column: auto;
  }

  .kxy-request-contact__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .kxy-request-disclaimer__box {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 460px) {
  .kxy-request-tags span {
    padding: 0 11px;
    font-size: 12px;
  }

  .kxy-request-hero__actions,
  .kxy-request-contact__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kxy-request-hero__actions a {
    width: 100%;
  }

  .kxy-request-qr img {
    width: 230px;
  }

  .kxy-request-contact__phone a {
    font-size: 21px;
  }
}
