/* Native page sections — replaces Zero Block artboards */

:root {
  --crt-ink: #322e4a;
  --crt-ink-soft: #475567;
  --crt-primary: #f70c13;
  --crt-surface: #ffffff;
  --crt-surface-alt: #f5f6f8;
  --crt-border: rgba(50, 46, 74, 0.12);
  --crt-container: 1360px;
  --crt-section-y: 72px;
  --crt-radius: 16px;
  --crt-font: "ALS Gorizont", "ALSGorizont", "Montserrat", "Segoe UI", sans-serif;
}

.crt-section {
  position: relative;
  padding: var(--crt-section-y) 20px;
  color: var(--crt-ink);
  background: var(--crt-surface);
  font-family: var(--crt-font);
}

.crt-section--alt {
  background: var(--crt-surface-alt);
}

.crt-section--dark {
  background: var(--crt-ink);
  color: #fff;
}

.crt-section__inner {
  max-width: var(--crt-container);
  margin: 0 auto;
}

.crt-container {
  width: 100%;
  max-width: var(--crt-container);
  margin: 0 auto;
  box-sizing: border-box;
}

.crt-section__eyebrow {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--crt-primary);
}

.crt-section__title {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
  font-weight: 700;
  color: inherit;
}

.crt-section__subtitle {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--crt-ink-soft);
  max-width: 48rem;
}

.crt-section--dark .crt-section__subtitle {
  color: rgba(255, 255, 255, 0.82);
}

.crt-section__lead {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--crt-ink-soft);
  max-width: 52rem;
}

.crt-section__lead p {
  margin: 0 0 12px;
}

.crt-section-anchor {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  scroll-margin-top: 96px;
}

.crt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 28px;
  border-radius: 10px;
  border: none;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.crt-btn--primary {
  background: var(--crt-primary);
  color: #fff;
}

.crt-btn--primary:hover {
  background: #d40a11;
  color: #fff;
}

.crt-btn--ghost {
  background: transparent;
  color: var(--crt-ink);
  border: 1px solid var(--crt-border);
}

.crt-btn--ghost:hover {
  border-color: var(--crt-ink);
}

.crt-grid {
  display: grid;
  gap: 20px;
}

.crt-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crt-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crt-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.crt-card {
  background: var(--crt-surface);
  border: 1px solid var(--crt-border);
  border-radius: var(--crt-radius);
  padding: 24px;
}

.crt-section--alt .crt-card {
  background: #fff;
}

.crt-card__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.crt-card__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--crt-ink-soft);
}

.crt-card__meta {
  margin: 8px 0 0;
  font-size: 14px;
  color: var(--crt-ink-soft);
  white-space: pre-line;
}

/* —— Hero —— */
.crt-section.crt-hero {
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.crt-hero__main {
  position: relative;
  min-height: 720px;
  overflow: visible !important;
}

.crt-hero__scene {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: visible;
}

.crt-hero__map-elem,
.crt-hero__transport-elem {
  position: absolute;
  pointer-events: none;
}

#rec1239889456 .tn-elem[data-elem-id="1755914007887"] {
  z-index: 1;
  top: 29px;
  left: calc(50% - 680px - 233px);
  width: min(1481px, 118%);
  height: auto;
}

#rec1239889456 .tn-elem[data-elem-id="1755914312823"] {
  z-index: 2;
  top: 130px;
  left: calc(50% - 680px);
  width: min(959px, 76%);
  height: auto;
}

#rec1239889456 .tn-elem[data-elem-id="1756077249413"] {
  z-index: 4;
  top: 145px;
  left: calc(50% - 680px + 348px);
  width: 126px;
  height: auto;
}

#rec1239889456 .tn-elem[data-elem-id="1756077277656"] {
  z-index: 4;
  top: 535px;
  left: calc(50% - 680px + 800px);
  width: 126px;
  height: auto;
}

.crt-hero__world {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  mix-blend-mode: normal;
}

.crt-hero__routes {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.5;
}

.crt-hero__plane,
.crt-hero__ship {
  display: block;
  width: 100%;
  height: auto;
}

.crt-hero__inner {
  position: relative;
  z-index: 5;
  max-width: var(--crt-container);
  margin: 0 auto;
  padding: 36px 20px 28px;
  box-sizing: border-box;
}

.crt-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: start;
  position: relative;
}

.crt-hero__flags-float {
  position: absolute;
  top: 20px;
  right: calc(38% - 12px);
  width: 130px;
  height: 130px;
  z-index: 3;
  pointer-events: none;
}

.crt-hero__flags-float .crt-hero__flag {
  position: absolute;
  display: block;
  width: 90px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 24px rgb(50 46 74 / 0.18);
}

.crt-hero__flags-float .crt-hero__flag--cn {
  top: 0;
  right: 35px;
  z-index: 1;
}

.crt-hero__flags-float .crt-hero__flag--ru {
  top: 48px;
  right: 34px;
  z-index: 2;
}

.crt-hero__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 8px 16px 8px 12px;
  border-radius: 999px;
  background: #f8d152;
  font-size: 14px;
  font-weight: 600;
  color: #322e4a;
}

.crt-hero__brand-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #322e4a;
}

.crt-hero__title {
  margin: 0 0 18px;
  max-width: 11.8em;
  font-size: clamp(28px, 4.1vw, 42px);
  line-height: 1.12;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.crt-hero__title-accent {
  color: var(--crt-primary);
}

.crt-hero__desc {
  margin: 0 0 28px;
  max-width: 34rem;
  font-size: 16px;
  line-height: 1.6;
  color: var(--crt-ink-soft);
}

.crt-hero__desc p {
  margin: 0 0 10px;
}

.crt-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1100px) {
  .crt-hero__badges {
    flex-wrap: nowrap;
  }
}

.crt-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0;
  height: 60px;
  padding: 0 18px 0 0;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(50, 46, 74, 0.08);
  box-shadow: 0 4px 14px rgba(50, 46, 74, 0.06);
  font-size: 17px;
  font-weight: 600;
  color: var(--crt-ink);
  overflow: hidden;
}

.crt-hero__badge-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  border-radius: 50%;
  background: #f8d152;
  flex: 0 0 auto;
}

.crt-hero__badge-icon {
  display: block;
  width: 30px;
  height: 30px;
}

.crt-hero__badge-label {
  white-space: nowrap;
}

.crt-hero__panel {
  position: relative;
  background: #475567;
  border: none;
  border-radius: 20px;
  padding: 28px 24px 24px;
  box-shadow: 0 20px 48px rgba(50, 46, 74, 0.18);
  color: #fff;
}

.crt-hero__form-title {
  margin: 0 0 18px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}

.crt-hero__proof {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.crt-hero__proof-photo {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.crt-hero__quote {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.crt-hero__director {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.crt-hero-steps {
  position: relative;
  z-index: 6;
  padding: 0 0 32px;
  background: #fff;
  color: #fff;
}

.crt-hero-steps__container {
  max-width: var(--crt-container);
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.crt-hero-steps__inner {
  display: flex;
  align-items: stretch;
  min-height: 162px;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  gap: 0;
}

.crt-hero-steps__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  padding: 25px 44px 25px clamp(72px, 30%, 130px);
  background: #475567;
  border: none;
  border-radius: 20px;
  margin-right: -8%;
  box-shadow: 0 0 5px rgb(255 255 255 / 1);
  box-sizing: border-box;
  min-height: 162px;
}

.crt-hero-steps__heading-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1.12 1 0;
  min-width: 0;
  padding: 32px 22px;
  background: #475567;
  border: none;
  border-radius: 20px;
  margin-right: -8%;
  box-shadow: 0 0 5px rgb(255 255 255 / 1);
  box-sizing: border-box;
  min-height: 162px;
  z-index: 5;
}

.crt-hero-steps__item:nth-child(2) {
  z-index: 4;
}

.crt-hero-steps__item:nth-child(3) {
  z-index: 3;
}

.crt-hero-steps__item:last-child {
  z-index: 2;
  margin-right: 0;
  padding-right: 36px;
}

.crt-hero-steps__heading {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
  max-width: max-content;
}

.crt-hero-steps__body {
  position: relative;
  z-index: 2;
  max-width: 16rem;
}

.crt-hero-steps__title {
  margin: 0 0 10px;
  padding-right: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.crt-hero-steps__text {
  margin: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 1.35;
  color: rgb(255 255 255 / 0.74);
}

.crt-hero-steps__num {
  position: absolute;
  right: 28px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8d152;
  color: #322e4a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

/* Legacy steps block (if used elsewhere) */
.crt-steps {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid var(--crt-border);
}

.crt-steps__heading {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
}

.crt-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.crt-steps__item {
  padding: 20px;
  border-radius: var(--crt-radius);
  background: #fff;
  border: 1px solid var(--crt-border);
}

.crt-steps__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--crt-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.crt-steps__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.crt-steps__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--crt-ink-soft);
  white-space: pre-line;
}

/* —— About —— */
.crt-section--about-dark {
  background: #475567;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: visible;
}

.crt-about__inner {
  position: relative;
  max-width: 1440px;
}

.crt-about__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 36px;
}

.crt-about__content {
  position: relative;
  z-index: 2;
  max-width: min(100%, 920px);
}

.crt-about__heading {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 24px;
}

.crt-about__accent {
  flex: 0 0 3px;
  width: 3px;
  border-radius: 2px;
  background: var(--crt-primary, #f70c13);
}

.crt-about__title {
  margin: 0;
  max-width: 42rem;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

.crt-about__lead {
  margin: 0 0 36px;
  max-width: 62rem;
  font-size: 20px;
  line-height: 1.55;
  color: #fff;
}

.crt-about__lead strong,
.crt-about__lead b {
  font-weight: 700;
}

.crt-about__metrics {
  display: grid;
  gap: 40px;
  max-width: 900px;
}

.crt-about__metrics-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
}

.crt-about__metric {
  min-width: 0;
}

.crt-about__metric-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
}

.crt-about__metric-value {
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
  line-height: 0.95;
  color: #fff;
  letter-spacing: -0.02em;
}

.crt-about__metric-suffix {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1;
  color: #fff;
}

.crt-about__metric-label {
  display: block;
  margin-top: 12px;
  max-width: 14rem;
  font-size: 20px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
}

.crt-about__decor {
  position: absolute;
  top: 150px;
  right: -220px;
  width: min(52vw, 863px);
  pointer-events: none;
  z-index: 1;
}

.crt-about__decor-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
}

.crt-about__cta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 1001px;
  min-height: 362px;
  padding: 34px 47px 40px;
  border-radius: 15px;
  background: #f8d152;
  color: #322e4a;
  box-sizing: border-box;
}

.crt-about__cta-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.crt-about__cta-title {
  margin: 0;
  max-width: 505px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  color: #322e4a;
}

.crt-about__cta-text {
  margin: 0;
  padding-top: 0;
  max-width: 667px;
  font-size: 20px;
  line-height: 1.45;
  color: #322e4a;
}

.crt-about__cta-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
}

.crt-about__cta-flags {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.crt-about__cta-flag {
  display: block;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.crt-about__cta-flag--ru {
  margin-left: -42px;
}

.crt-about__cta-btn {
  flex: 0 0 auto;
  min-width: 350px;
  max-width: 100%;
  padding: 16px 32px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
}

/* —— Advantages —— */
.crt-advantages {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.crt-advantages__map {
  position: absolute;
  top: 470px;
  left: 50%;
  width: min(1437px, 120vw);
  transform: translateX(calc(-50% - 708px));
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
}

.crt-advantages__map-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
}

.crt-advantages__inner {
  position: relative;
  z-index: 1;
}

.crt-advantages__heading {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 36px;
}

.crt-advantages__accent {
  flex: 0 0 3px;
  width: 3px;
  border-radius: 2px;
  background: var(--crt-primary, #f70c13);
}

.crt-advantages__title {
  margin: 0;
  max-width: 28rem;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  color: #322e4a;
}

.crt-advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 48px;
}

.crt-advantages__card {
  min-height: 214px;
  padding: 22px 24px 24px;
  border-radius: 15px;
  background: #eef4f8;
  box-sizing: border-box;
}

.crt-advantages__icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
  object-fit: contain;
}

.crt-advantages__card-title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #322e4a;
}

.crt-advantages__card-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: #475567;
}

.crt-advantages__cta {
  position: relative;
  min-height: 280px;
}

.crt-advantages__cta-visual {
  position: absolute;
  left: -8px;
  bottom: 0;
  z-index: 2;
  width: min(100%, 548px);
  pointer-events: none;
}

.crt-advantages__cta-boxes {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
}

.crt-advantages__cta-panel {
  position: relative;
  z-index: 1;
  margin-left: min(460px, 34%);
  max-width: 900px;
  min-height: 240px;
  padding: 26px 140px 32px 54px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #475567;
  background-image: var(--crt-adv-panel-bg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
}

.crt-advantages__cta-content {
  max-width: 722px;
}

.crt-advantages__cta-title {
  margin: 0 0 16px;
  max-width: 402px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}

.crt-advantages__cta-text {
  margin: 0 0 24px;
  max-width: 722px;
  font-size: 20px;
  line-height: 1.45;
  color: #fff;
}

.crt-advantages__cta-btn {
  min-width: 350px;
  max-width: 100%;
  padding: 16px 32px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
}

.crt-advantages__cta-flags {
  position: absolute;
  top: 18%;
  right: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  transform: translateY(0);
  pointer-events: none;
}

.crt-advantages__cta-flag {
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  object-fit: cover;
}

.crt-advantages__cta-flag--ru {
  margin-top: -18px;
}

/* —— Stages —— */
.crt-section--stages-dark {
  background: #475567;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.crt-stages__inner {
  max-width: 1440px;
}

.crt-stages__heading {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 36px;
}

.crt-stages__accent {
  flex: 0 0 3px;
  width: 3px;
  border-radius: 2px;
  background: var(--crt-primary, #f70c13);
}

.crt-stages__title {
  margin: 0;
  max-width: 24rem;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.crt-stages__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 475px);
  gap: 20px;
  align-items: stretch;
  margin-bottom: 36px;
}

.crt-stages__steps {
  display: grid;
  gap: 20px;
}

.crt-stages__row {
  display: grid;
  gap: 20px;
}

.crt-stages__row--top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crt-stages__row--bottom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crt-stages__step {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 257px;
  padding: 18px 20px 22px;
  border-radius: 15px;
  background: #fff;
  color: #322e4a;
  overflow: hidden;
  box-sizing: border-box;
}

.crt-stages__row--bottom .crt-stages__step {
  min-height: 259px;
}

.crt-stages__step-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.crt-stages__step-num {
  flex: 0 0 auto;
  font-size: 70px;
  font-weight: 700;
  font-style: italic;
  line-height: 0.9;
  color: #475567;
  letter-spacing: -0.03em;
}

.crt-stages__step-title {
  flex: 1 1 auto;
  margin: 0;
  padding-top: 6px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #322e4a;
  text-align: right;
}

.crt-stages__step-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: #475567;
}

.crt-stages__step--media {
  padding-bottom: 22px;
}

.crt-stages__step-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  pointer-events: none;
}

.crt-stages__step--media .crt-stages__step-head,
.crt-stages__step--media .crt-stages__step-text {
  position: relative;
  z-index: 1;
}

.crt-stages__sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 539px;
  padding: 28px 24px 28px;
  border-radius: 15px;
  background: #f8d152;
  color: #322e4a;
  box-sizing: border-box;
}

.crt-stages__sidebar-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #322e4a;
}

.crt-stages__person {
  display: flex;
  align-items: center;
  gap: 16px;
}

.crt-stages__person-photo {
  flex: 0 0 auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
}

.crt-stages__person-name {
  margin: 0 0 4px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #322e4a;
}

.crt-stages__person-role {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  color: #322e4a;
}

.crt-stages__checks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.crt-stages__check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.crt-stages__check-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  object-fit: contain;
}

.crt-stages__check-text {
  font-size: 18px;
  line-height: 1.4;
  color: #322e4a;
}

.crt-stages__cta {
  text-align: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.crt-stages__cta-btn {
  min-width: 350px;
  max-width: 100%;
  padding: 16px 32px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
}

/* —— Partners —— */
.crt-partners {
  background: #fff;
  overflow: visible;
}

.crt-partners__inner {
  position: relative;
  max-width: 1440px;
}

.crt-partners__heading {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: stretch;
  gap: 12px;
  max-width: 822px;
  margin-bottom: 36px;
}

.crt-partners__accent {
  flex: 0 0 3px;
  width: 3px;
  border-radius: 2px;
  background: var(--crt-primary, #f70c13);
}

.crt-partners__title {
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  color: #322e4a;
}

.crt-partners__canvas {
  position: relative;
  min-height: 980px;
}

.crt-partners__content {
  position: relative;
  z-index: 4;
  max-width: 400px;
  padding-right: 12px;
}

.crt-partners__subtitle {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #322e4a;
}

.crt-partners__list {
  margin: 0;
  padding: 0 0 0 1.25em;
  list-style: disc;
  list-style-position: outside;
}

.crt-partners__list li {
  margin-bottom: 6px;
  padding-left: 0.15em;
  font-size: 18px;
  line-height: 1.35;
  color: #322e4a;
}

.crt-partners__list li::marker {
  color: #322e4a;
}

.crt-partners__map {
  position: absolute;
  top: -40px;
  right: -140px;
  z-index: 1;
  width: min(78%, 1138px);
  pointer-events: none;
  user-select: none;
}

.crt-partners__map img {
  display: block;
  width: 100%;
  height: auto;
}

.crt-partners__warehouses {
  position: absolute;
  top: 551px;
  left: 420px;
  z-index: 3;
  width: min(calc(100% - 420px), 487px);
}

.crt-partners__warehouses-title {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #322e4a;
}

.crt-partners__slider {
  position: relative;
}

.crt-partners__slider-viewport {
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(50, 46, 74, 0.12);
  height: 338px;
}

.crt-partners__slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.35s ease;
}

.crt-partners__slide {
  flex: 0 0 100%;
  height: 338px;
}

.crt-partners__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crt-partners__slider-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #322e4a;
  box-shadow: 0 4px 16px rgba(50, 46, 74, 0.15);
  transform: translateY(-50%);
  cursor: pointer;
}

.crt-partners__slider-btn:hover {
  background: #fff;
}

.crt-partners__slider-btn--prev {
  left: 12px;
}

.crt-partners__slider-btn--next {
  right: 12px;
}

.crt-partners__slider-btn svg {
  display: block;
  width: 18px;
  height: 18px;
}

/* —— Warehouses —— */
.crt-warehouses {
  background: #fff;
}

.crt-warehouses__inner {
  max-width: 1440px;
}

.crt-warehouses__heading {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 36px;
}

.crt-warehouses__accent {
  flex: 0 0 3px;
  width: 3px;
  border-radius: 2px;
  background: var(--crt-primary, #f70c13);
}

.crt-warehouses__title {
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  color: #322e4a;
}

.crt-warehouses__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 12px;
  align-items: stretch;
}

.crt-warehouses__card {
  display: grid;
  grid-template-rows: auto auto 220px auto auto;
  row-gap: 12px;
  min-width: 0;
  align-content: start;
}

@supports (grid-template-rows: subgrid) {
  .crt-warehouses__grid {
    grid-template-rows: auto auto 220px auto auto;
  }

  .crt-warehouses__card {
    grid-template-rows: subgrid;
    grid-row: span 5;
    row-gap: 12px;
  }
}

.crt-warehouses__card-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.crt-warehouses__pin {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.crt-warehouses__name {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #322e4a;
}

.crt-warehouses__address {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #322e4a;
}

@supports not (grid-template-rows: subgrid) {
  .crt-warehouses__card-head {
    min-height: 2.4em;
  }

  .crt-warehouses__address {
    min-height: 9.8em;
  }

  .crt-warehouses__contact {
    min-height: 2.8em;
  }
}

.crt-warehouses__slider {
  position: relative;
  margin: 0;
  height: 220px;
}

.crt-warehouses__contact {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #322e4a;
}

.crt-warehouses__contact a {
  color: inherit;
  text-decoration: underline;
}

.crt-warehouses__contact a:hover {
  color: var(--crt-primary, #f70c13);
}

.crt-warehouses__footer {
  min-height: 0;
}

.crt-warehouses__slider-viewport {
  overflow: hidden;
  height: 220px;
  border-radius: 15px;
  background: #f5f6f8;
}

.crt-warehouses__slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.35s ease;
}

.crt-warehouses__slide {
  flex: 0 0 100%;
  height: 220px;
}

.crt-warehouses__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crt-warehouses__slider-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #322e4a;
  box-shadow: 0 4px 16px rgba(50, 46, 74, 0.15);
  transform: translateY(-50%);
  cursor: pointer;
}

.crt-warehouses__slider-btn:hover {
  background: #fff;
}

.crt-warehouses__slider-btn--prev {
  left: 12px;
}

.crt-warehouses__slider-btn--next {
  right: 12px;
}

.crt-warehouses__slider-btn svg {
  display: block;
  width: 18px;
  height: 18px;
}

.crt-warehouses__route-btn {
  display: flex;
  align-self: stretch;
  margin: 0;
  padding: 16px 24px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  justify-content: center;
}


/* —— Contact —— */
.crt-contact {
  background: #fff;
}

.crt-contact__inner {
  max-width: 1440px;
}

.crt-contact__panel {
  position: relative;
  min-height: 414px;
  padding: 54px 60px 48px;
  border-radius: 15px;
  background: #475567;
  color: #fff;
  overflow: visible;
  box-sizing: border-box;
}

.crt-contact__map {
  position: absolute;
  top: 37px;
  right: 0;
  width: min(58%, 826px);
  height: auto;
  max-height: calc(100% - 40px);
  object-fit: cover;
  object-position: center right;
  pointer-events: none;
  z-index: 0;
}

.crt-contact__flags {
  position: absolute;
  top: -24px;
  right: 48px;
  z-index: 2;
  display: flex;
  align-items: center;
}

.crt-contact__flag {
  display: block;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.crt-contact__flag--ru {
  margin-left: -58px;
}

.crt-contact__content {
  position: relative;
  z-index: 2;
  max-width: min(100%, 920px);
}

.crt-contact__head {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}

.crt-contact__title {
  display: block;
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.crt-contact__text {
  margin: 0;
  max-width: 846px;
  font-size: 18px;
  line-height: 1.45;
  color: #fff;
}

.crt-contact__form {
  max-width: 900px;
}

.crt-contact__form .crt-cf7-wrap {
  width: 100%;
}

.crt-contact .crt-cf7-horizontal .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
  margin: 0;
}

.crt-contact .crt-cf7-horizontal .dv_css-form__inputsbox_inrow {
  display: contents;
}

.crt-contact .crt-cf7-horizontal .t-input-group_nm {
  order: 1;
  flex: 1 1 180px;
  min-width: 0;
  max-width: none;
  display: block !important;
}

.crt-contact .crt-cf7-horizontal .t-input-group_ph {
  order: 2;
  flex: 1 1 180px;
  min-width: 0;
  max-width: none;
  display: block !important;
}

.crt-contact .crt-cf7-horizontal .dv_css-form__submit {
  order: 3;
  position: static !important;
  left: auto !important;
  flex: 0 0 auto;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  opacity: 1 !important;
  margin: 0;
}

.crt-contact .crt-cf7-horizontal .t-input-group_cb {
  order: 4;
  flex: 1 1 100%;
  width: 100%;
  display: block !important;
}

.crt-contact .crt-cf7-horizontal .t-input {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: none;
  border-radius: 10px;
  background: #fff;
  color: #322e4a;
  font-size: 15px;
}

.crt-contact .crt-cf7-horizontal .wpcf7-submit {
  min-width: 156px;
  padding: 14px 32px;
  border: none;
  border-radius: 999px;
  background: var(--crt-primary, #f70c13);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.crt-contact .crt-cf7-horizontal .t-checkbox__labeltext {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

.crt-contact .crt-cf7-horizontal .t-checkbox__indicator {
  border-color: #fff;
  opacity: 1;
}

.crt-contact .crt-cf7-horizontal .t-checkbox__indicator::after {
  border-color: #fff;
}

.crt-contact .crt-cf7-horizontal .wpcf7-response-output {
  flex: 1 1 100%;
  color: #fff;
}

.crt-hero .wpcf7-form {
  margin: 0;
}

.crt-hero .crt-cf7-wrap {
  display: block;
}

.crt-hero .crt-cf7-wrap input[type="text"],
.crt-hero .crt-cf7-wrap input[type="email"],
.crt-hero .crt-cf7-wrap input[type="tel"],
.crt-hero .crt-cf7-wrap input[type="number"],
.crt-hero .crt-cf7-wrap textarea,
.crt-hero .crt-cf7-wrap select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px solid #475567;
  border-radius: 5px;
  font: inherit;
  font-size: 15px;
  color: #322e4a;
  background: #fff;
}

.crt-hero .crt-cf7-wrap .wpcf7-submit {
  width: 100%;
  margin-top: 8px;
  padding: 14px 20px;
  border: none;
  border-radius: 999px;
  background: var(--crt-primary);
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.crt-hero .crt-cf7-wrap .wpcf7-submit:hover {
  background: #d40a11;
}

.crt-article {
  font-size: 17px;
  line-height: 1.65;
  color: var(--crt-ink-soft);
}

.crt-article h2,
.crt-article h3 {
  color: var(--crt-ink);
  margin: 1.4em 0 0.6em;
}

.crt-article p {
  margin: 0 0 1em;
}

.crt-article ul,
.crt-article ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}

@media (max-width: 1100px) {
  .crt-grid--4,
  .crt-about__metrics-row,
  .crt-advantages__grid,
  .crt-stages__row--top,
  .crt-warehouses__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  @supports (grid-template-rows: subgrid) {
    .crt-warehouses__grid {
      grid-template-rows: none;
      grid-auto-rows: auto auto 220px auto auto;
      row-gap: 12px;
    }

    .crt-warehouses__card {
      grid-row: span 5;
      margin-bottom: 28px;
    }
  }

  @supports not (grid-template-rows: subgrid) {
    .crt-warehouses__address {
      min-height: 7em;
    }
  }

  .crt-stages__layout {
    grid-template-columns: 1fr;
  }

  .crt-stages__sidebar {
    min-height: 0;
  }

  .crt-hero-steps__inner {
    flex-direction: column;
    gap: 12px;
    min-height: 0;
  }

  .crt-hero-steps__heading-cell,
  .crt-hero-steps__item {
    flex: none;
    width: 100%;
    margin-right: 0;
    border-radius: 20px;
    box-shadow: none;
    min-height: 0;
    padding: 28px 24px 56px;
  }

  .crt-hero-steps__heading-cell {
    padding: 28px 24px 32px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .crt-hero-steps__item:last-child {
    padding-right: 24px;
  }

  .crt-hero-steps__heading {
    max-width: none;
    width: 100%;
    font-size: 26px;
  }

  .crt-hero-steps__body {
    max-width: none;
    width: 100%;
  }

  .crt-partners__map {
    right: -60px;
    width: min(92%, 900px);
  }

  .crt-partners__warehouses {
    left: 280px;
  }

  .crt-partners__content {
    max-width: 360px;
  }

  .crt-about__decor {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 520px);
    margin: 0 auto 24px;
  }

  .crt-about__content {
    max-width: none;
  }
}

@media (max-width: 960px) {
  :root {
    --crt-section-y: 56px;
  }

  .crt-hero__layout {
    grid-template-columns: 1fr;
  }

  .crt-contact__panel {
    padding: 40px 24px 32px;
    min-height: 0;
  }

  .crt-contact__map {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-height: none;
    margin: 0 0 20px;
    opacity: 0.45;
  }

  .crt-contact__flags {
    top: 12px;
    right: 12px;
  }

  .crt-contact__flag {
    width: 88px;
    height: 88px;
  }

  .crt-contact__flag--ru {
    margin-left: -28px;
  }

  .crt-contact__title {
    font-size: 26px;
  }

  .crt-about__hero {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .crt-about__decor {
    order: -1;
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 420px);
    margin: 0 auto;
  }

  .crt-about__cta {
    max-width: none;
    min-height: 0;
    padding: 24px 20px 28px;
    overflow: hidden;
  }

  .crt-about__cta-top {
    gap: 12px;
  }

  .crt-about__cta-text {
    padding-top: 0;
  }

  .crt-about__cta-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .crt-about__cta-btn {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .crt-about__cta-bottom {
    width: 100%;
    max-width: 100%;
  }

  .crt-advantages__grid {
    grid-template-columns: 1fr;
  }

  .crt-advantages__cta-panel {
    margin-left: 0;
    max-width: none;
    padding: 24px 20px 28px;
    overflow: hidden;
  }

  .crt-advantages__cta-content {
    max-width: 100%;
  }

  .crt-advantages__cta-visual {
    position: relative;
    left: auto;
    width: min(100%, 320px);
    margin: 0 auto -40px;
  }

  .crt-advantages__cta-flags {
    position: static;
    flex-direction: row;
    justify-content: center;
    transform: none;
    margin-top: 16px;
  }

  .crt-advantages__cta-flag--ru {
    margin-top: 0;
    margin-left: -18px;
  }

  .crt-advantages__cta-btn {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .crt-hero__flags-float {
    display: none;
  }

  .crt-hero__main {
    min-height: auto;
  }

  .crt-hero__world {
    opacity: 0.85;
  }

  .crt-hero__routes {
    opacity: 0.45;
  }

  #rec1239889456 .tn-elem[data-elem-id="1755914007887"] {
    left: calc(50% - 50vw);
    width: 140vw;
  }

  #rec1239889456 .tn-elem[data-elem-id="1755914312823"] {
    left: calc(50% - 42vw);
    width: 84vw;
    top: 120px;
  }

  .crt-hero-steps__heading {
    font-size: 26px;
  }

  .crt-hero-steps__title {
    font-size: 20px;
  }

  .crt-hero-steps__text {
    font-size: 16px;
    line-height: 1.35;
  }

  .crt-steps__grid,
  .crt-about__metrics-row,
  .crt-grid--3,
  .crt-stages__row--top,
  .crt-stages__row--bottom,
  .crt-warehouses__grid {
    grid-template-columns: 1fr;
  }

  @supports (grid-template-rows: subgrid) {
    .crt-warehouses__grid {
      grid-template-rows: none;
      grid-auto-rows: auto;
    }

    .crt-warehouses__card {
      display: grid;
      grid-template-rows: auto auto 220px auto auto;
      grid-row: auto;
      margin-bottom: 0;
    }
  }

  @supports not (grid-template-rows: subgrid) {
    .crt-warehouses__address,
    .crt-warehouses__contact,
    .crt-warehouses__card-head {
      min-height: 0;
    }
  }

  .crt-partners__canvas {
    min-height: 0;
  }

  .crt-partners__map {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 24px 0;
  }

  .crt-partners__warehouses {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 24px;
  }

  .crt-partners__slider-viewport,
  .crt-partners__slide {
    height: 260px;
  }

  .crt-stages__title {
    font-size: 30px;
  }

  .crt-stages__step-num {
    font-size: 56px;
  }

  .crt-stages__cta-btn {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .crt-hero-steps__container {
    padding: 0 16px;
  }
}

@media (max-width: 640px) {
  .crt-grid--4,
  .crt-about__metrics-row {
    grid-template-columns: 1fr;
  }

  .crt-about__title {
    font-size: clamp(26px, 7vw, 34px);
  }

  .crt-about__lead {
    font-size: 16px;
  }

  .crt-about__metric-value {
    font-size: clamp(40px, 12vw, 52px);
  }

  .crt-about__metric-suffix {
    font-size: 20px;
  }

  .crt-about__metric-label,
  .crt-about__cta-text {
    font-size: 16px;
  }

  .crt-about__cta-title {
    font-size: 22px;
  }

  .crt-about__cta-flag {
    width: 110px;
    height: 110px;
  }

  .crt-hero__panel {
    padding: 18px;
  }
}

/* —— Service page hero (separate from homepage) —— */
.crt-svc-hero {
  padding: 28px 0 36px;
  background: #ffffff;
  overflow: hidden;
}

.crt-svc-hero__main {
  position: relative;
}

.crt-svc-hero__scene {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.crt-svc-hero__map {
  position: absolute;
  top: 24px;
  left: 50%;
  width: min(1180px, 92%);
  max-width: none;
  transform: translateX(-42%);
  opacity: 0.28;
}

.crt-svc-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--crt-container, 1360px);
  margin: 0 auto;
  padding: 28px 20px 8px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 400px);
  gap: 40px 48px;
  align-items: start;
  box-sizing: border-box;
  min-width: 0;
}

.crt-svc-hero__brand {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 7px 14px;
  border-radius: 25px;
  background: #fff5cc;
  color: #1a1f29;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.crt-svc-hero__title {
  margin: 0 0 12px;
  max-width: 12em;
  color: #1a1f29;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.crt-svc-hero__subtitle {
  margin: 0 0 16px;
  max-width: 18em;
  color: #ed2933;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  line-height: 1.2;
}

.crt-svc-hero__desc {
  margin: 0 0 24px;
  max-width: 36rem;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
}

.crt-svc-hero__desc p {
  margin: 0 0 8px;
}

.crt-svc-hero__desc p:last-child {
  margin-bottom: 0;
}

.crt-svc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 22px;
}

.crt-svc-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 18px 32px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
}

.crt-svc-hero__btn--primary {
  background: #ed2933;
  color: #fff;
  border: none;
}

.crt-svc-hero__btn--primary:hover {
  background: #d8242e;
  color: #fff;
}

.crt-svc-hero__btn--ghost {
  background: #fff;
  color: #1a1f29;
  border: 1px solid #d9dee7;
}

.crt-svc-hero__btn--ghost:hover {
  border-color: #c5ccd8;
  color: #1a1f29;
}

.crt-svc-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.crt-svc-hero__features li {
  position: relative;
  padding-left: 14px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.4;
}

.crt-svc-hero__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f6e27a;
}

.crt-svc-hero__card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(26, 31, 41, 0.08);
  padding: 32px 32px 24px;
  scroll-margin-top: 96px;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}

.crt-svc-hero__form-title {
  margin: 0 0 8px;
  color: #1a1f29;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.crt-svc-hero__form-subtitle {
  margin: 0 0 20px;
  color: #9aa3b2;
  font-size: 14px;
  line-height: 1.45;
}

.crt-svc-hero .crt-cf7-wrap,
.crt-svc-hero .wpcf7-form {
  margin: 0;
}

.crt-svc-hero .wpcf7-form p {
  margin: 0;
}

.crt-svc-hero-form__fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.crt-svc-hero-form__label {
  display: block;
  margin: 0 0 6px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.crt-svc-hero .crt-cf7-wrap input[type="text"],
.crt-svc-hero .crt-cf7-wrap input[type="tel"],
.crt-svc-hero .crt-cf7-wrap input[type="email"] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  color: #1a1f29;
  font: inherit;
  font-size: 15px;
  box-shadow: none;
}

.crt-svc-hero .crt-cf7-wrap input::placeholder {
  color: #c0c6d0;
}

.crt-svc-hero-form__field--consent {
  margin-top: 2px;
}

.crt-svc-hero .crt-cf7-wrap .t-checkbox__control {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  color: #6b7280;
  cursor: pointer;
}

.crt-svc-hero .crt-cf7-wrap .t-checkbox__control .wpcf7-form-control-wrap,
.crt-svc-hero .crt-cf7-wrap .t-checkbox__control .wpcf7-acceptance,
.crt-svc-hero .crt-cf7-wrap .t-checkbox__control .wpcf7-list-item,
.crt-svc-hero .crt-cf7-wrap .t-input-group_cb .wpcf7-form-control-wrap,
.crt-svc-hero .crt-cf7-wrap .t-input-group_cb .wpcf7-acceptance,
.crt-svc-hero .crt-cf7-wrap .t-input-group_cb .wpcf7-list-item {
  display: contents !important;
}

.crt-svc-hero .crt-cf7-wrap .t-checkbox__control input[type="checkbox"] {
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  opacity: 0 !important;
  z-index: 4 !important;
  cursor: pointer;
  pointer-events: auto !important;
}

.crt-svc-hero .crt-cf7-wrap .t-checkbox__labeltext {
  flex: 1 1 auto;
  color: #9aa3b2;
  font-size: 12px;
  line-height: 1.4;
}

.crt-svc-hero .crt-cf7-wrap .t-checkbox__indicator {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 1px solid #d1d5db;
  border-radius: 3px;
  background: #fff;
  flex: 0 0 auto;
  pointer-events: none;
}

.crt-svc-hero .crt-cf7-wrap .wpcf7-not-valid-tip {
  display: block !important;
  margin-top: 6px;
  color: #ed2933;
  font-size: 12px;
  line-height: 1.35;
}

.crt-svc-hero .crt-cf7-wrap .wpcf7-response-output {
  display: block !important;
}

.crt-svc-hero .crt-cf7-wrap .wpcf7-submit {
  width: 100%;
  margin-top: 16px;
  padding: 14px 18px;
  border: none;
  border-radius: 10px;
  background: #ed2933;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.crt-svc-hero .crt-cf7-wrap .wpcf7-submit:hover {
  background: #d8242e;
}

.crt-svc-hero .wpcf7-response-output {
  margin: 12px 0 0;
  color: #1a1f29;
}

.crt-svc-hero__stats-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--crt-container, 1360px);
  margin: 28px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
}

.crt-svc-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 24px;
  padding: 40px 36px 28px;
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 16px;
}

.crt-svc-hero__stat-value {
  color: #1a1f29;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.crt-svc-hero__stat-value.is-accent {
  color: #ed2933;
}

.crt-svc-hero__stat-label {
  margin-top: 4px;
  color: #9aa3b2;
  font-size: 13px;
  line-height: 1.35;
}

#crt-service-text {
  scroll-margin-top: 96px;
}

@media (max-width: 1100px) {
  .crt-svc-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .crt-svc-hero__card {
    max-width: none;
    width: 100%;
  }

  .crt-svc-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .crt-svc-hero {
    padding: 16px 0 24px;
  }

  .crt-svc-hero__inner {
    padding: 16px 16px 0;
  }

  .crt-svc-hero__title {
    max-width: none;
  }

  .crt-svc-hero__subtitle {
    max-width: none;
  }

  .crt-svc-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .crt-svc-hero__btn {
    width: 100%;
  }

  .crt-svc-hero__stats {
    grid-template-columns: 1fr 1fr;
    padding: 16px;
  }
}

@media (max-width: 420px) {
  .crt-svc-hero__inner {
    padding-left: 12px;
    padding-right: 12px;
    gap: 24px 12px;
  }

  .crt-svc-hero__card {
    padding: 24px 18px 18px;
  }
}
