:root {
  --bg: #090a0d;
  --surface: #111318;
  --surface-2: #171a20;
  --text: #f6f7f9;
  --muted: #a7abb4;
  --line: rgba(255,255,255,.1);
  --red: #d62e42;
  --red-dark: #a91d2f;
  --red-soft: rgba(214,46,66,.15);
  --shadow: 0 24px 70px rgba(0,0,0,.38);
  --container: min(1180px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 34px 34px; z-index: -1; }
a { color: inherit; }
button { font: inherit; color: inherit; }
img { display: block; max-width: 100%; }
.image-position-center { object-position: center center; }
.image-position-left { object-position: left center; }
.image-position-right { object-position: right center; }
.image-position-top { object-position: center top; }
.image-position-bottom { object-position: center bottom; }

[hidden] { display: none !important; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; background: white; color: black; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.is-scrolled { background: rgba(9,10,13,.88); backdrop-filter: blur(18px); border-color: var(--line); }
.header-inner { height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.03em; text-decoration: none; font-size: 20px; white-space: nowrap; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(145deg,var(--red),var(--red-dark)); box-shadow: 0 10px 28px rgba(214,46,66,.27); }
.brand-accent { color: var(--red); }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-nav a { color: #d6d8de; text-decoration: none; font-size: 14px; font-weight: 650; transition: .2s; }
.site-nav a:hover { color: var(--red); }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.04); }
.menu-toggle span { display: block; width: 20px; height: 2px; background: white; margin: 4px auto; transition: .2s; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border-radius: 14px; border: 1px solid transparent; text-decoration: none; font-weight: 800; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg,var(--red),#b82135); color: white; box-shadow: 0 14px 36px rgba(214,46,66,.23); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(214,46,66,.34); }
.button-secondary { border-color: rgba(255,255,255,.19); background: rgba(255,255,255,.06); color: white; }
.button-secondary:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.09); }
.header-call { min-height: 42px; padding-inline: 18px; font-size: 14px; }

.hero { min-height: 790px; position: relative; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.hero-media, .hero-media img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg,rgba(7,8,11,.96) 0%,rgba(7,8,11,.82) 42%,rgba(7,8,11,.25) 78%,rgba(7,8,11,.55) 100%), linear-gradient(0deg,var(--bg) 0%,transparent 25%); }
.hero::after { content: ""; position: absolute; width: 530px; height: 530px; border-radius: 50%; background: rgba(214,46,66,.17); filter: blur(110px); right: -170px; top: 50px; z-index: -1; }
.hero-content { position: relative; padding-top: 110px; }
.eyebrow { margin: 0 0 17px; color: #ff687b; font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { max-width: 820px; margin: 0; font-size: clamp(46px,7.3vw,94px); line-height: .96; letter-spacing: -.064em; }
h1 span { color: var(--red); }
.hero-lead { max-width: 670px; margin: 28px 0 0; font-size: clamp(17px,2vw,22px); color: #c8cbd2; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.hero-features { display: flex; flex-wrap: wrap; gap: 12px 24px; list-style: none; padding: 0; margin: 34px 0 0; color: #d9dbe0; font-weight: 650; font-size: 14px; }
.hero-features li::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 9px; background: var(--red); box-shadow: 0 0 0 5px var(--red-soft); }
.hero-status-wrap { position: absolute; bottom: 38px; left: 50%; transform: translateX(-50%); }
.hero-status { width: max-content; max-width: 100%; display: flex; align-items: center; gap: 13px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.12); background: rgba(15,17,21,.67); backdrop-filter: blur(16px); border-radius: 15px; box-shadow: var(--shadow); }
.hero-status strong, .hero-status small { display: block; }
.hero-status small { color: var(--muted); }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #54d68b; box-shadow: 0 0 0 6px rgba(84,214,139,.13); flex: none; }

.section { padding: 100px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 35px; }
.section-heading h2, .cargo-content h2, .corporate-content h2, .contacts-copy h2 { margin: 0; font-size: clamp(34px,5vw,58px); line-height: 1.04; letter-spacing: -.045em; }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.service-card { text-align: left; min-height: 210px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(160deg,rgba(255,255,255,.055),rgba(255,255,255,.018)); cursor: pointer; transition: .22s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.22); }
.service-card:focus-visible { outline: 3px solid rgba(255,104,123,.7); outline-offset: 3px; }
.service-card.is-active { border-color: rgba(214,46,66,.75); background: linear-gradient(160deg,rgba(214,46,66,.19),rgba(214,46,66,.05)); box-shadow: 0 18px 50px rgba(0,0,0,.25), inset 0 0 0 1px rgba(214,46,66,.12); }
.service-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.07); color: #c9cbd1; font-size: 18px; margin-bottom: 34px; }
.service-card.is-active .service-icon { background: var(--red); color: white; }
.service-card strong, .service-card > span:last-child { display: block; }
.service-card strong { font-size: 18px; margin-bottom: 8px; }
.service-card > span:last-child { color: var(--muted); font-size: 14px; }
.service-selection { display: flex; align-items: center; gap: 10px 14px; flex-wrap: wrap; margin-top: 18px; padding: 15px 18px; border: 1px solid rgba(214,46,66,.35); border-radius: 15px; background: var(--red-soft); }
.service-selection span { color: #d8adb3; }
.service-selection strong { color: #ff7788; }
.service-selection a { margin-left: auto; font-weight: 800; text-decoration: none; }
.service-selection a:hover { color: #ff7788; }

.cargo-section { background: linear-gradient(180deg,rgba(255,255,255,.018),transparent); }
.cargo-layout { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); align-items: center; gap: 62px; }
.media-card { position: relative; min-height: 620px; border-radius: 28px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.media-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.media-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(9,10,13,.7),transparent 50%); }
.media-label { position: absolute; z-index: 2; left: 22px; bottom: 22px; padding: 10px 14px; border-radius: 999px; background: rgba(9,10,13,.74); border: 1px solid var(--line); backdrop-filter: blur(10px); font-size: 13px; font-weight: 800; }
.cargo-lead { color: #bec1c8; font-size: 18px; margin: 24px 0 30px; }
.cargo-options { display: grid; gap: 12px; margin-bottom: 28px; }
.cargo-options article { position: relative; padding: 20px 20px 20px 74px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.cargo-options article > span { position: absolute; left: 20px; top: 21px; color: var(--red); font-weight: 900; }
.cargo-options h3 { margin: 0 0 5px; font-size: 17px; }
.cargo-options p { margin: 0; color: var(--muted); font-size: 14px; }

.visual-grid { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: repeat(2,270px); gap: 14px; }
.visual-card { position: relative; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.visual-card-wide { grid-row: 1 / 3; }
.visual-card img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.visual-card:hover img { transform: scale(1.035); }
.visual-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(6,7,10,.86),transparent 65%); }
.visual-card > div { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; }
.visual-card span { color: #ff697b; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.visual-card h3 { margin: 7px 0 0; font-size: clamp(20px,2vw,31px); }


.corporate-section { position: relative; background: linear-gradient(180deg,transparent,rgba(214,46,66,.045),transparent); }
.corporate-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); align-items: center; gap: 62px; }
.corporate-lead { color: #bec1c8; font-size: 18px; margin: 24px 0 30px; }
.corporate-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 28px; }
.corporate-options article { min-height: 190px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(160deg,rgba(255,255,255,.045),rgba(255,255,255,.015)); }
.corporate-options article > span { display: block; margin-bottom: 30px; color: var(--red); font-weight: 900; }
.corporate-options h3 { margin: 0 0 8px; font-size: 17px; }
.corporate-options p { margin: 0; color: var(--muted); font-size: 14px; }
.corporate-photo { min-height: 590px; }

.contacts-section { position: relative; padding-top: 70px; overflow: hidden; }
.contacts-section::before { content: ""; position: absolute; inset: auto -220px -260px auto; width: 680px; height: 680px; border-radius: 50%; background: rgba(214,46,66,.13); filter: blur(120px); }
.contacts-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: start; }
.contacts-copy > p { color: var(--muted); font-size: 17px; }
.contact-note { margin-top: 28px; padding: 20px; border-left: 3px solid var(--red); background: rgba(255,255,255,.03); border-radius: 0 15px 15px 0; }
.contact-note strong, .contact-note span { display: block; }
.contact-note span { color: var(--muted); margin-top: 5px; }
.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.contact-card { min-height: 165px; padding: 22px; border: 1px solid var(--line); background: linear-gradient(160deg,rgba(255,255,255,.05),rgba(255,255,255,.015)); border-radius: 20px; text-decoration: none; transition: .22s ease; }
a.contact-card:hover { transform: translateY(-3px); border-color: rgba(214,46,66,.55); }
.contact-card span, .contact-card strong, .contact-card small { display: block; }
.contact-card span { color: #ff7182; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.contact-card strong { margin-top: 20px; font-size: 18px; }
.contact-card small { margin-top: 8px; color: var(--muted); line-height: 1.45; }
.messenger-card small { padding-top: 9px; border-top: 1px solid var(--line); }
.messenger-footnote { margin: 16px 3px 0; padding-left: 18px; border-left: 2px solid rgba(214,46,66,.65); color: var(--muted); font-size: 13px; }

.site-footer { padding: 34px 0 110px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: #d7d9de; }
.mobile-actions { display: none; }

@media (max-width: 980px) {
  .header-call { display: none; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 68px; left: 16px; right: 16px; display: none; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(13,14,18,.97); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 12px; border-radius: 10px; }
  .site-nav a:hover { background: var(--red-soft); }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .cargo-layout, .corporate-layout, .contacts-layout { grid-template-columns: 1fr; }
  .media-card { min-height: 520px; }
  .corporate-options { grid-template-columns: 1fr; }
  .corporate-options article { min-height: auto; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 24px, 1180px); }
  .header-inner { height: 66px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { min-height: 760px; align-items: flex-end; padding-bottom: 130px; }
  .hero-overlay { background: linear-gradient(0deg,rgba(7,8,11,.99) 0%,rgba(7,8,11,.88) 46%,rgba(7,8,11,.32) 100%); }
  .hero-content { padding-top: 110px; }
  h1 { font-size: clamp(43px,14vw,67px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-features { display: grid; gap: 10px; }
  .hero-status-wrap { bottom: 28px; }
  .hero-status { width: 100%; }
  .section { padding: 76px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 14px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 172px; }
  .service-icon { margin-bottom: 23px; }
  .service-selection { align-items: flex-start; }
  .service-selection a { width: 100%; margin-left: 0; }
  .cargo-layout, .corporate-layout { gap: 34px; }
  .media-card { min-height: 420px; border-radius: 21px; }
  .corporate-photo { min-height: 360px; }
  .visual-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3,320px); }
  .visual-card-wide { grid-row: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-inner { display: block; }
  .footer-links { margin-top: 12px; flex-wrap: wrap; }
  .mobile-actions { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 110; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 7px; border: 1px solid var(--line); background: rgba(10,11,14,.9); backdrop-filter: blur(16px); border-radius: 18px; box-shadow: var(--shadow); }
  .mobile-actions .button { min-height: 46px; padding: 0 10px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (min-width: 981px) {
  .corporate-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 48px;
    align-items: stretch;
  }

  .corporate-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .corporate-options article {
    min-height: 220px;
    padding: 28px;
  }

  .corporate-options article:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 170px;
  }

  .corporate-options article > span {
    margin-bottom: 32px;
  }

  .corporate-options h3 {
    font-size: 19px;
    line-height: 1.35;
  }

  .corporate-options p {
    font-size: 15px;
    line-height: 1.6;
  }

  .corporate-photo {
    height: 100%;
    min-height: 620px;
  }
}
/* Карточки преимуществ в главном блоке */
.hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.hero-features li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 16px 18px 16px 43px;

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: rgba(12, 13, 16, 0.78);

  font-weight: 700;
  line-height: 1.35;
}

/* Красная точка вместо стандартного маркера */
.hero-features li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d6203d;
  box-shadow: 0 0 0 6px rgba(214, 32, 61, 0.14);
  transform: translateY(-50%);
}

/* Нижняя карточка ТаксиМаруся — в том же стиле */
.hero-status {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(12, 13, 16, 0.78);
  box-shadow: none;
}

/* Зелёную точку меняем на красную */
.status-dot {
  background: #d6203d;
  box-shadow: 0 0 0 7px rgba(214, 32, 61, 0.14);
}

/* Планшеты */
@media (max-width: 900px) {
  .hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Телефоны */
@media (max-width: 560px) {
  .hero-features {
    grid-template-columns: 1fr;
  }

  .hero-features li {
    min-height: 60px;
  }
}
/* Исправление расположения блоков главного экрана */
.hero {
  display: grid;
  align-content: center;
  min-height: 790px;
  padding: 110px 0 55px;
}

.hero-content {
  padding-top: 0;
  position: relative;
  z-index: 2;
}

/* Блок статуса теперь находится ниже карточек */
.hero-status-wrap {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  margin-top: 16px;
  z-index: 2;
}

.hero-status {
  width: max-content;
  max-width: 100%;
  min-height: 68px;
  padding: 14px 18px;
}

/* Зелёный мигающий индикатор */
.status-dot {
  width: 10px;
  height: 10px;
  flex: none;
  border-radius: 50%;
  background: #54d68b;
  box-shadow: 0 0 0 6px rgba(84, 214, 139, 0.14);
  animation: status-pulse 1.6s ease-in-out infinite;
}

@keyframes status-pulse {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 6px rgba(84, 214, 139, 0.14);
  }

  50% {
    opacity: 0.45;
    box-shadow: 0 0 0 11px rgba(84, 214, 139, 0.04);
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: auto;
    padding: 105px 0 90px;
    align-items: initial;
  }

  .hero-status-wrap {
    margin-top: 12px;
  }

  .hero-status {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .status-dot {
    animation: none;
  }
}
