@charset "utf-8";

/**
 * КранЛаб — современный визуальный слой поверх шаблона.
 * Подключается после style.css. Не ломает сетку PageBlocks.
 */

:root {
  /* Глубокий сапфировый синий */
  --accent-color1: #0b3a6b;
  --accent-color2: #1e5a8c;
  /* Шампанское золото — дорогой акцент к navy */
  --accent-color3: #b08d57;
  --accent-color4: #c4a46c;
  --accent-color-font: #fff;

  --kl-ink: #0b1c2c;
  --kl-ink-soft: #334155;
  --kl-muted: #64748b;
  --kl-line: #e2e8f0;
  --kl-surface: #f4f7fa;
  --kl-surface-2: #eef3f7;
  --kl-card: #ffffff;
  --kl-radius-sm: 12px;
  --kl-radius: 18px;
  --kl-radius-lg: 24px;
  --kl-shadow: 0 10px 30px rgba(11, 58, 107, 0.07);
  --kl-shadow-hover: 0 18px 40px rgba(11, 58, 107, 0.12);
}

/* ---------- Base ---------- */
body {
  color: var(--kl-ink-soft);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.01em;
}

a {
  transition: color 0.2s ease;
}

/* ---------- Typography hierarchy ---------- */
h1,
.title-h1 {
  font-size: 48px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--kl-ink);
  margin-bottom: 24px;
}

h2,
.title-h2 {
  font-size: 36px;
  line-height: 1.18;
  font-weight: 650;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--kl-ink);
  margin-bottom: 20px;
}

h3,
.title-h3 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--kl-ink);
}

h4,
.title-h4 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--kl-ink-soft);
}

.section-description,
.about-lead {
  color: var(--kl-muted) !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  font-weight: 400;
  letter-spacing: -0.01em;
}

@media (min-width: 1760px) {
  h1:before,
  .title-h1:before {
    width: 48px;
    height: 3px;
    border-radius: 2px;
    top: 0.55em;
    left: -72px;
    background: var(--accent-color3);
  }
  /* H2 без маркера — иерархия чище */
  h2:before,
  .title-h2:before {
    display: none;
  }
}

@media (max-width: 991px) {
  h1,
  .title-h1 {
    font-size: 34px;
  }
  h2,
  .title-h2 {
    font-size: 28px;
  }
  h3,
  .title-h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  h1,
  .title-h1 {
    font-size: 30px;
  }
  h2,
  .title-h2 {
    font-size: 24px;
  }
}

@media (max-width: 499px) {
  h1,
  .title-h1 {
    font-size: 26px;
  }
  h2,
  .title-h2 {
    font-size: 22px;
  }
}

/* ---------- Buttons ---------- */
.btn {
  height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  background-image: none;
  background: var(--accent-color1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 6px 16px rgba(26, 142, 240, 0.28);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  background-image: none;
  background: #0f7ad6;
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 10px 22px rgba(26, 142, 240, 0.32);
  transform: translateY(-1px);
}

.btn-color2 {
  background: var(--accent-color3);
  box-shadow: 0 6px 16px rgba(255, 122, 26, 0.28);
}

.btn-color2:hover {
  background: var(--accent-color4);
  box-shadow: 0 10px 22px rgba(255, 122, 26, 0.32);
}

.btn.btn-md {
  height: 52px;
  font-size: 16px;
  border-radius: 999px;
}

.btn.btn-lg {
  height: 58px;
  font-size: 17px;
  border-radius: 999px;
}

.btn.btn-xlg {
  height: 72px;
  font-size: 18px;
  min-width: 280px;
  border-radius: 999px;
  letter-spacing: -0.015em;
}

/* Блик реже и мягче — меньше «шаблонности» */
.anim-link:before {
  opacity: 0.45;
  animation-duration: 9s;
}

/* ---------- Surfaces / sections ---------- */
.section {
  padding: 72px 0 60px;
}

.section.pt0 {
  padding-top: 0;
}

.section.pb0 {
  padding-bottom: 0;
}

/* Compact page chrome: breadcrumbs + H1 */
.breadcrumbs-section.section {
  padding-top: 18px;
  padding-bottom: 0;
}

.breadcrumbs-section .breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  color: var(--kl-muted);
}

.title-section.section {
  padding-top: 12px;
  padding-bottom: 8px;
}

.title-section h1 {
  margin-top: 0;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.title-section + .about-section,
.title-section + .content-section,
.title-section + .price-section,
.title-section + .section {
  padding-top: 24px;
}

.gray-bg {
  background: var(--kl-surface);
}

.application-block {
  background: var(--kl-surface-2);
  border-radius: var(--kl-radius-lg);
  border: 1px solid var(--kl-line);
  padding: 48px;
}

.about-section .about-lead {
  margin-bottom: 18px !important;
}

.about-section-inner .content-block .content p {
  color: var(--kl-ink-soft);
}

.about-section-inner .img-block img {
  border-radius: var(--kl-radius);
}

/* ---------- Cards: services / fleet ---------- */
.services .item {
  border-radius: var(--kl-radius);
  background: var(--kl-card);
  border: 1px solid var(--kl-line);
  box-shadow: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.services a.item:hover {
  transform: translateY(-6px);
  box-shadow: var(--kl-shadow-hover);
  border-color: rgba(26, 142, 240, 0.28);
}

.services .item-inner {
  padding: 22px 22px 24px;
  border: none;
  border-radius: 0 0 var(--kl-radius) var(--kl-radius);
}

.services .item-img.view_img {
  background: var(--kl-surface);
  aspect-ratio: 16 / 11;
  overflow: hidden;
}

.services .item-img.view_img img {
  transition: transform 0.35s ease;
}

.services a.item:hover .item-img.view_img img {
  transform: scale(1.04);
}

.services .item-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--kl-ink);
}

.services .item-text {
  font-size: 14px;
  line-height: 1.45;
  color: var(--kl-muted);
  margin-top: 10px;
}

.services .item-price {
  color: var(--accent-color1);
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* ---------- Numbers ---------- */
.nums .item {
  background: var(--kl-card);
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  box-shadow: var(--kl-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nums .item:hover {
  transform: translateY(-3px);
  box-shadow: var(--kl-shadow-hover);
}

.nums .item-title {
  letter-spacing: -0.04em;
  font-weight: 700;
  font-size: 55px;
}

.nums .item-text {
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
  color: var(--kl-muted);
  letter-spacing: -0.01em;
}

/* ---------- Features ---------- */
.features-type1 .item,
.features .item {
  border-radius: var(--kl-radius);
}

.features-type1 .item {
  padding: 20px;
}

.features-type1 .item.icon-position-top .item-icon,
.features-type1 .item.icon-position-center .item-icon,
.features-type1 .item.icon-position-right .item-icon {
  margin-bottom: 10px;
  width: 150px;
  height: 150px;
}

/* ---------- How we select (process steps) ---------- */
.how-we-select .features-type1 .col {
  width: 25%;
}

.how-we-select .features-type1 .item {
  padding: 24px 18px;
  text-align: center;
  border-color: var(--kl-line);
  background: var(--kl-card);
}

.how-we-select .features-type1 .item.icon-position-center .item-icon,
.how-we-select .features-type1 .item.icon-position-top .item-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
}

.how-we-select .features-type1 .item-icon-num {
  width: 56px;
  height: 56px;
  font-size: 22px;
  background: var(--accent-color1);
  color: #fff;
}

.how-we-select .features-type1 .item-title {
  font-size: 20px;
  line-height: 1.25;
}

.how-we-select .features-type1 .item-text {
  font-size: 15px;
  line-height: 1.45;
  color: var(--kl-muted);
}

@media (max-width: 1199px) {
  .how-we-select .features-type1 .col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .how-we-select .features-type1 .col {
    width: 100%;
  }
}

/* ---------- Cargo picker (above calculator) ---------- */
.cargo-picker-section {
  padding-bottom: 24px;
}

.cargo-picker-section .section-description {
  max-width: 720px;
  margin-bottom: 28px;
}

.cargo-picker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cargo-picker__card {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  background: var(--kl-card);
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  color: inherit;
  box-shadow: var(--kl-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cargo-picker__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--kl-shadow-hover);
  border-color: var(--accent-color2);
}

.cargo-picker__card.is-active {
  border-color: var(--accent-color1);
  box-shadow: 0 0 0 2px rgba(11, 58, 107, 0.18), var(--kl-shadow-hover);
}

.cargo-picker__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  background: var(--kl-surface-2);
  overflow: hidden;
}

.cargo-picker__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.cargo-picker__card:hover .cargo-picker__photo {
  transform: scale(1.04);
}

.cargo-picker__icon {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(11, 58, 107, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(11, 58, 107, 0.12);
  overflow: hidden;
}

.cargo-picker__icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
}

.cargo-picker__label {
  display: block;
  padding: 14px 16px 16px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--kl-ink);
  letter-spacing: -0.02em;
}

.cargo-picker__card.is-active .cargo-picker__label {
  color: var(--accent-color1);
}

@media (max-width: 1199px) {
  .cargo-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .cargo-picker {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cargo-picker__label {
    font-size: 16px;
    padding: 12px 14px 14px;
  }
}

/* ---------- FAQ accordion ---------- */
.faq-section .accordion {
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  overflow: hidden;
  background: var(--kl-card);
}

.faq-section .accordion .item {
  border-bottom: 1px solid var(--kl-line);
  margin: 0;
  transition: background 0.2s ease;
}

.faq-section .accordion .item:last-child {
  border-bottom: none;
}

.faq-section .accordion .item:hover,
.faq-section .accordion .item.active {
  background: #f8fbff;
}

.faq-section .accordion .item-head {
  padding: 18px 22px;
}

.faq-section .accordion .item-title {
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--kl-ink);
}

.faq-section .accordion .item-body {
  color: var(--kl-ink-soft);
  padding: 0 22px 18px;
  font-size: 16px;
  line-height: 1.55;
}

.faq-section .accordion .item-icon:after {
  font-size: 28px;
  color: var(--accent-color1);
}

/* ---------- Price ---------- */
.price-section .price-items .item,
.price-simple-section .item {
  border-radius: var(--kl-radius-sm);
  border-color: var(--kl-line);
}

/* ---------- Header / logo polish ---------- */
.header-logo .logo-title {
  font-weight: 700;
  letter-spacing: -0.03em;
}

.header-logo .logo-title span {
  color: var(--accent-color1);
}

/* ---------- Forms ---------- */
.form-control,
.application-block .form-control {
  border-radius: 12px !important;
  border: 1px solid var(--kl-line) !important;
  background: #fff !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus,
.application-block .form-control:focus {
  border-color: rgba(26, 142, 240, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(26, 142, 240, 0.15);
  outline: none;
}

/* ---------- Breadcrumbs ---------- */
.breadcrumbs {
  color: var(--kl-muted);
  font-size: 14px;
}

.breadcrumbs a:hover {
  color: var(--accent-color1);
}

/* ---------- Info accent ---------- */
.info-accent-section {
  border-radius: 0;
}

/* ---------- Fullscreen / hero text if present ---------- */
.full-screen-section .fs-title,
.fs-title {
  letter-spacing: -0.03em;
  font-weight: 700;
}

/* ---------- Footer soft contrast ---------- */
.footer {
  letter-spacing: -0.01em;
}

/* ---------- Calculator alignment with new tokens ---------- */
.manip-calc {
  background: linear-gradient(165deg, #f7fbff 0%, #eef5fb 50%, #f8fafc 100%);
  border: 1px solid rgba(26, 142, 240, 0.16);
  border-radius: var(--kl-radius-lg);
  box-shadow: var(--kl-shadow);
}

.manip-calc__lead {
  color: var(--kl-muted);
}

.manip-calc__progress-bar {
  background: #dbe7f3;
}

.manip-calc__chip,
.manip-calc button,
.manip-calc .btn {
  letter-spacing: -0.01em;
}

/* ---------- Top menu: slightly denser gaps (keep original width) ---------- */
.top-menu {
  padding: 0 16px;
}

.top-menu > ul > li > a {
  margin: 0 11px;
  letter-spacing: 0.4px;
}

.top-menu li.down > a:after {
  margin-left: 6px;
}

@media (max-width: 1299px) {
  .top-menu {
    padding: 0 10px;
  }

  .top-menu > ul > li > a {
    margin: 0 8px;
    letter-spacing: 0.2px;
  }
}

/* ---------- Footer menu ---------- */
.footer-menu {
  margin-bottom: 28px;
}
.footer-menu-title {
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  color: #fff;
}
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  margin: 0 0 8px;
}
.footer-menu a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-size: 15px;
}
.footer-menu a:hover {
  color: #fff;
}

/* ---------- Homepage cinematic hero ---------- */
@keyframes kl-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes kl-hero-zoom {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1);
  }
}

.header.fs-bg-true {
  position: relative;
  overflow: hidden;
}

.header.fs-bg-true .header-media {
  z-index: 0;
}

.header.fs-bg-true .header-media .header-img {
  animation: kl-hero-zoom 8s ease-out forwards;
  will-change: transform;
}

.header.fs-bg-true .header-media.width-gradient .header-img {
  background-position: left center, top center, center bottom, right center;
  background-size: 72% 100%, 100% 280px, 100% 45%, cover;
}

.header.fs-bg-true .header-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(7, 24, 48, 0.88) 0%, rgba(11, 58, 107, 0.62) 42%, rgba(11, 58, 107, 0.22) 68%, rgba(11, 58, 107, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 24, 48, 0.35) 0%, transparent 28%, rgba(7, 24, 48, 0.45) 100%);
}

.header.fs-bg-true .header-inner {
  position: relative;
  z-index: 2;
}

/* Transparent top bar over hero */
.header.fs-bg-true .header-main-wrapper:not(.fixed):not(.pred_fixed) .header-main-wrapper-bg,
.header.fs-bg-true .header-main-wrapper:not(.fixed):not(.pred_fixed) .header-main-inner {
  background: transparent !important;
  outline-color: transparent !important;
  box-shadow: none;
}

.header.fs-bg-true .header-main-wrapper:not(.fixed):not(.pred_fixed) .header-logo,
.header.fs-bg-true .header-main-wrapper:not(.fixed):not(.pred_fixed) .header-logo a,
.header.fs-bg-true .header-main-wrapper:not(.fixed):not(.pred_fixed) .top-menu > ul > li > a,
.header.fs-bg-true .header-main-wrapper:not(.fixed):not(.pred_fixed) .header-contacts-title a {
  color: #fff !important;
}

.header.fs-bg-true .header-main-wrapper:not(.fixed):not(.pred_fixed) .top-menu li.down > a:after {
  border-color: rgba(255, 255, 255, 0.85);
}

.header.fs-bg-true .header-main-wrapper:not(.fixed):not(.pred_fixed) .logo-title span {
  color: var(--accent-color4);
}

.header.fs-bg-true .header-content {
  align-items: flex-end;
  padding: 48px 0 88px;
}

.header.fs-bg-true .header-content-inner {
  max-width: 920px;
}

.header.fs-bg-true .header-content-inner-columns .col1 {
  width: 100%;
  padding-right: 0;
}

.header.fs-bg-true .hero-brand {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.045em;
  color: #fff;
  margin: 0 0 18px;
  animation: kl-hero-fade-up 0.7s ease-out both;
}

.header.fs-bg-true .hero-brand span {
  color: var(--accent-color4);
}

.header.fs-bg-true .header-content h1.header-title {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.03em;
  max-width: 32ch;
  margin: 0 0 18px;
  color: #fff;
  animation: kl-hero-fade-up 0.75s ease-out 0.08s both;
}

.header.fs-bg-true .header-subtitle {
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
  max-width: 62ch;
  margin: 0;
  animation: kl-hero-fade-up 0.75s ease-out 0.16s both;
}

.header.fs-bg-true .header-features {
  display: none;
}

.header.fs-bg-true .header-bottom {
  margin-top: 28px;
  gap: 12px;
  animation: kl-hero-fade-up 0.75s ease-out 0.24s both;
}

.header.fs-bg-true .header-bottom .btn {
  width: auto;
  min-width: 220px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.header.fs-bg-true .header-bottom .btn-hero-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: none;
}

.header.fs-bg-true .header-bottom .btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

@media (max-width: 991px) {
  .header.fs-bg-true .header-inner.fullheight {
    min-height: 100vh;
    min-height: 100dvh;
  }

  .header.fs-bg-true .header-content {
    align-items: flex-end;
    padding: 36px 0 56px;
  }

  .header.fs-bg-true .hero-brand {
    margin-bottom: 12px;
  }

  .header.fs-bg-true .header-content h1.header-title {
    max-width: none;
  }

  .header.fs-bg-true .header-bottom .btn {
    width: 100%;
    min-width: 0;
  }

  .header.fs-bg-true .header-media.width-gradient .header-img,
  .header.fs-bg-true .header-media .header-img img {
    object-position: 70% center;
  }
}

/* ---------- Category hub directory tiles (not fleet cards) ---------- */
.category-nav-section {
  padding-top: 8px;
  padding-bottom: 56px;
}

.category-nav-head {
  max-width: 680px;
  margin-bottom: 32px;
}

.category-nav-title {
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--kl-ink);
}

.category-nav-lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: var(--kl-muted);
}

.category-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.category-nav-card {
  position: relative;
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 148px;
  padding: 20px 22px;
  text-decoration: none;
  color: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 247, 250, 0.96) 100%);
  border: 1px solid rgba(11, 58, 107, 0.08);
  border-radius: 22px;
  box-shadow: none;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.category-nav-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.25s ease;
}

.category-nav-card:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 58, 107, 0.22);
  background:
    linear-gradient(135deg, #ffffff 0%, #eef4f9 100%);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(11, 58, 107, 0.08);
}

.category-nav-card:hover::before {
  background: linear-gradient(180deg, var(--accent-color1), var(--accent-color3));
}

.category-nav-card__icon {
  width: 125px;
  height: 125px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-shrink: 0;
}

.category-nav-card__icon img {
  width: 125px;
  height: 125px;
  display: block;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.category-nav-card:hover .category-nav-card__icon img {
  transform: scale(1.05);
}

.category-nav-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.category-nav-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.category-nav-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(11, 58, 107, 0.08);
  color: var(--accent-color1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.category-nav-card__hint {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-color3);
  letter-spacing: -0.01em;
}

.category-nav-card__title {
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--kl-ink);
}

.category-nav-card__text {
  font-size: 14px;
  line-height: 1.45;
  color: var(--kl-muted);
}

.category-nav-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-color1);
}

.category-nav-card__cta::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.category-nav-card:hover .category-nav-card__cta::after {
  transform: rotate(45deg) translate(2px, -2px);
}

.category-nav-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn-outline-navy {
  background: transparent !important;
  color: var(--accent-color1) !important;
  border: 1px solid rgba(11, 58, 107, 0.35) !important;
  box-shadow: none !important;
}

.btn-outline-navy:hover {
  background: rgba(11, 58, 107, 0.06) !important;
  border-color: var(--accent-color1) !important;
  color: var(--accent-color1) !important;
}

@media (min-width: 1100px) {
  .category-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .category-nav-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .category-nav-card {
    grid-template-columns: 96px 1fr;
    gap: 14px;
    padding: 16px;
    min-height: 0;
  }

  .category-nav-card__icon {
    width: 96px;
    height: 96px;
    border-radius: 18px;
  }

  .category-nav-card__icon img {
    width: 96px;
    height: 96px;
  }

  .category-nav-card__title {
    font-size: 17px;
  }

  .category-nav-footer .btn {
    width: 100%;
  }
}
