:root {
  --ink: #15132f;
  --muted: #69708d;
  --line: #e7e9f4;
  --purple: #8c54ff;
  --purple-dark: #5a2ed1;
  --cyan: #62d9e8;
  --navy: #100d28;
  --panel: #ffffff;
  --soft: #f7f8fc;
  --shadow: 0 22px 60px rgba(36, 25, 89, 0.14);
}

*[hidden] {
  display: none !important;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fd 42%, #ffffff 100%);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: 0 64px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.logo img {
  width: 184px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #32334f;
}

.main-nav a {
  white-space: nowrap;
}

.main-nav a.active,
.main-nav a:hover {
  color: var(--purple);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 700;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #242846;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 900;
}

.header-phone::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(37, 211, 102, 0.12);
}

.lang-switch {
  display: flex;
  align-items: center;
  background: #f0edff;
  border-radius: 10px;
  overflow: hidden;
  color: #7a7e96;
}

.lang-switch span,
.lang-switch b {
  padding: 8px 10px;
  font-size: 12px;
}

.lang-switch span {
  color: white;
  background: var(--purple);
}

.menu-toggle {
  display: none;
}

[id] {
  scroll-margin-top: 92px;
}

.primary,
.secondary,
.light-button,
.dark-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 10px;
  padding: 0 22px;
  font-weight: 800;
  font-size: 14px;
  border: 0;
}

[data-company-phone-link] {
  white-space: nowrap;
}

[data-company-phone-link] [data-company-phone],
.company-phone-inline {
  display: inline-block;
  margin-left: 0.32em;
}

.primary {
  color: white;
  background: linear-gradient(135deg, #965bff, #7238f1);
  box-shadow: 0 14px 26px rgba(125, 64, 245, 0.26);
}

.primary.small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
}

.secondary {
  color: white;
  background: rgba(13, 27, 42, 0.74);
  border: 1px solid rgba(98, 217, 232, 0.75);
}

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: var(--navy);
}

.hero-photo,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-photo {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 9, 38, 0.98) 0%, rgba(19, 15, 52, 0.9) 35%, rgba(20, 16, 46, 0.25) 70%),
    linear-gradient(180deg, rgba(7, 5, 22, 0.1), rgba(7, 5, 22, 0.24));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100% - 48px));
  padding: 86px 0 230px 86px;
  color: white;
}

.eyebrow,
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(140, 84, 255, 0.38);
  border-radius: 999px;
  padding: 8px 13px;
  color: #6652ff;
  background: rgba(140, 84, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  text-transform: none;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
}

.hero h1 {
  max-width: 560px;
  margin: 28px 0 22px;
  font-size: clamp(46px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 strong,
.why h2 strong {
  color: var(--purple);
}

.hero p {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.75;
}

.checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 14px 28px;
  max-width: 500px;
  margin: 34px 0;
  font-size: 14px;
}

.checks span::before {
  content: "\2713";
  margin-right: 9px;
  color: var(--cyan);
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.trust {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.84);
}

.trust b {
  color: white;
}

.stars {
  color: #fbbc04;
  background: rgba(255, 255, 255, 0.12);
  padding: 4px 7px;
  border-radius: 4px;
  letter-spacing: 1px;
}

.hero-card {
  position: absolute;
  z-index: 3;
}

.hero-card {
  right: 34px;
  bottom: 140px;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 260px;
  padding: 22px;
  background: white;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.hero-card strong,
.hero-card span {
  display: block;
}

.hero-card span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.icon-badge,
.shield {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--purple);
  border-radius: 14px;
  background: #f2edff;
  position: relative;
  flex: 0 0 auto;
}

.icon-badge svg,
.icon-badge [data-lucide],
.icon-line svg,
.icon-line [data-lucide],
.benefit-icon svg,
.benefit-icon [data-lucide],
.avatar-icon svg,
.avatar-icon [data-lucide] {
  width: 24px;
  height: 24px;
  stroke-width: 2.4;
}

.icon-badge svg,
.icon-line svg,
.benefit-icon svg,
.avatar-icon svg {
  display: block;
  position: relative;
  z-index: 1;
}

.lucide-icon {
  position: relative;
  display: grid;
  place-items: center;
}

.lucide-icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lucide-icon::before,
.lucide-icon::after,
.lucide-icon .icon-badge::before,
.lucide-icon .icon-badge::after {
  content: none !important;
  display: none !important;
}

.icon-badge::before,
.icon-badge::after,
.avatar-icon::before,
.avatar-icon::after,
.icon-line::before,
.icon-line::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
}

.icon-shield::before {
  width: 22px;
  height: 26px;
  border: 3px solid currentColor;
  border-radius: 10px 10px 12px 12px;
  clip-path: polygon(50% 0, 100% 18%, 92% 72%, 50% 100%, 8% 72%, 0 18%);
}

.icon-doc::before {
  width: 21px;
  height: 27px;
  border: 3px solid currentColor;
  border-radius: 4px;
}

.icon-doc::after {
  width: 11px;
  height: 3px;
  background: currentColor;
  box-shadow: 0 7px 0 currentColor;
}

.icon-screen::before {
  width: 28px;
  height: 20px;
  border: 3px solid currentColor;
  border-radius: 5px;
}

.icon-screen::after {
  width: 18px;
  height: 9px;
  border-bottom: 3px solid currentColor;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
  bottom: 10px;
}

.icon-medical::before {
  width: 28px;
  height: 28px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.icon-medical::after {
  width: 18px;
  height: 18px;
  background: linear-gradient(currentColor, currentColor) center / 4px 18px no-repeat,
    linear-gradient(currentColor, currentColor) center / 18px 4px no-repeat;
}

.icon-shop::before {
  width: 28px;
  height: 21px;
  border: 3px solid currentColor;
  border-radius: 4px 4px 7px 7px;
  bottom: 12px;
}

.icon-shop::after {
  width: 31px;
  height: 10px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  top: 13px;
}

.icon-car::before {
  width: 31px;
  height: 17px;
  border: 3px solid currentColor;
  border-radius: 8px 8px 5px 5px;
  bottom: 15px;
}

.icon-car::after {
  width: 29px;
  height: 7px;
  border-left: 6px solid currentColor;
  border-right: 6px solid currentColor;
  border-radius: 10px;
  bottom: 10px;
}

.icon-vehicle-auto::before {
  width: 34px;
  height: 15px;
  border: 3px solid currentColor;
  border-radius: 14px 16px 7px 7px;
  bottom: 16px;
  background:
    linear-gradient(currentColor, currentColor) 8px 100% / 5px 5px no-repeat,
    linear-gradient(currentColor, currentColor) calc(100% - 8px) 100% / 5px 5px no-repeat;
}

.icon-vehicle-auto::after {
  width: 18px;
  height: 9px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  top: 14px;
}

.icon-vehicle-van::before {
  width: 39px;
  height: 21px;
  border: 3px solid currentColor;
  border-radius: 6px 12px 7px 7px;
  bottom: 13px;
  background:
    linear-gradient(currentColor, currentColor) 9px 100% / 5px 5px no-repeat,
    linear-gradient(currentColor, currentColor) calc(100% - 9px) 100% / 5px 5px no-repeat;
}

.icon-vehicle-van::after {
  width: 11px;
  height: 9px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  top: 17px;
  right: 16px;
}

.icon-vehicle-truck::before {
  width: 42px;
  height: 21px;
  border: 3px solid currentColor;
  border-radius: 5px 8px 7px 7px;
  bottom: 13px;
  background:
    linear-gradient(currentColor, currentColor) 10px 100% / 5px 5px no-repeat,
    linear-gradient(currentColor, currentColor) calc(100% - 8px) 100% / 5px 5px no-repeat;
}

.icon-vehicle-truck::after {
  width: 15px;
  height: 18px;
  border: 3px solid currentColor;
  border-left: 0;
  border-radius: 0 8px 7px 0;
  right: 10px;
  bottom: 13px;
}

.icon-pills::before {
  width: 30px;
  height: 14px;
  border: 3px solid currentColor;
  border-radius: 999px;
  transform: rotate(-35deg);
}

.icon-pills::after {
  width: 3px;
  height: 15px;
  background: currentColor;
  transform: rotate(-35deg);
}

.icon-print::before {
  width: 29px;
  height: 21px;
  border: 3px solid currentColor;
  border-radius: 5px;
  bottom: 12px;
}

.icon-print::after {
  width: 19px;
  height: 14px;
  border: 3px solid currentColor;
  border-radius: 4px;
  top: 12px;
  background: #f2edff;
}

.icon-lock::before {
  width: 27px;
  height: 20px;
  border: 3px solid currentColor;
  border-radius: 5px;
  bottom: 12px;
}

.icon-lock::after {
  width: 17px;
  height: 17px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  top: 11px;
}

.icon-line {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(23, 13, 68, 0.24);
  color: white;
}

.icon-phone::before {
  width: 23px;
  height: 23px;
  border: 3px solid currentColor;
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: 50%;
  transform: rotate(38deg);
}

.icon-chat::before {
  width: 26px;
  height: 21px;
  border: 3px solid currentColor;
  border-radius: 8px;
}

.icon-chat::after {
  width: 9px;
  height: 9px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-20deg);
  bottom: 13px;
  left: 17px;
}

.icon-headset::before {
  width: 27px;
  height: 25px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.icon-headset::after {
  width: 31px;
  height: 15px;
  border-left: 5px solid currentColor;
  border-right: 5px solid currentColor;
  bottom: 13px;
}

.quote-panel {
  position: relative;
  z-index: 5;
  width: min(1120px, calc(100% - 40px));
  margin: -92px auto 0;
  padding: 36px 34px 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.steps-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 38px;
  color: #a2a7ba;
  font-size: 13px;
  font-weight: 800;
}

.steps-line span::before {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-right: 9px;
  content: attr(data-step);
  border-radius: 50%;
  background: #eef0f7;
}

.steps-line span:nth-child(1)::before { content: "1"; }
.steps-line span:nth-child(2)::before { content: "2"; }
.steps-line span:nth-child(3)::before { content: "3"; }

.steps-line .current {
  color: var(--purple);
}

.steps-line .current::before {
  color: white;
  background: var(--purple);
}

.quote-panel h2,
.section h2,
.cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
}

.quote-panel p,
.section-intro p,
.process p,
.why p,
.quote-panel label {
  color: var(--muted);
}

.quote-panel form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
  margin-top: 16px;
}

.quote-panel label {
  display: grid;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
}

.address-field {
  position: relative;
  overflow: visible;
}

.quote-panel input {
  width: 100%;
  height: 52px;
  border: 1px solid #dfe2ee;
  border-radius: 9px;
  padding: 0 18px;
  color: var(--ink);
  font: inherit;
}

.quote-panel select,
.quote-panel textarea {
  width: 100%;
  border: 1px solid #dfe2ee;
  border-radius: 9px;
  padding: 0 18px;
  color: var(--ink);
  background: white;
  font: inherit;
}

.quote-panel select {
  height: 52px;
}

.quote-panel textarea {
  min-height: 58px;
  padding-top: 15px;
  resize: vertical;
}

.address-suggestions {
  position: absolute;
  z-index: 80;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: min(320px, 48vh);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 0;
  background: white;
  border: 1px solid #e3e6ef;
  border-radius: 16px;
  box-shadow: 0 22px 50px rgba(30, 26, 67, 0.16);
}

.address-suggestions,
.address-suggestions * {
  box-sizing: border-box;
}

.address-suggestions[hidden] {
  display: none;
}

.address-suggestions button {
  appearance: none;
  display: block !important;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 13px 18px;
  color: #344057;
  background: white;
  border: 0;
  text-align: left;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}

.address-suggestions .address-suggestion-option,
.route-stop .address-suggestions .address-suggestion-option {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 50px !important;
  padding: 13px 18px !important;
  color: #344057 !important;
  background: white !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

.address-suggestions button > span {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.address-suggestions button > b {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  color: inherit;
  font: inherit;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal !important;
  overflow-wrap: anywhere;
}

.address-suggestions button:hover {
  background: #fbf8ff;
  color: var(--purple);
}

.quote-panel .quote-wizard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 34px;
}

.quote-stepper {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(44px, 1fr) auto minmax(44px, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 44px;
}

.quote-step {
  grid-column: 1;
}

.quote-contact-card {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  min-height: 500px;
  padding: 14px 0 0 28px;
  border-left: 1px solid var(--line);
}

.quote-contact-card .avatar-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 26px;
}

.quote-contact-card h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
}

.quote-contact-card h2 strong {
  color: var(--purple);
}

.quote-contact-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.quote-contact-card .call-box {
  margin-top: 42px;
}

.quote-stepper button {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  border: 0;
  color: #929aaa;
  background: transparent;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
}

.quote-stepper button span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #5f6878;
  background: #e5e8ee;
  border-radius: 50%;
  font-weight: 900;
}

.quote-stepper button.active {
  color: var(--purple);
}

.quote-stepper button.active span {
  color: white;
  background: linear-gradient(135deg, #b64cff, var(--purple));
  box-shadow: 0 12px 28px rgba(140, 84, 255, 0.28);
}

.quote-stepper button.done {
  color: #36b96f;
}

.quote-stepper button.done span {
  color: white;
  background: #4cc879;
}

.quote-stepper i {
  height: 3px;
  background: #e2e5ea;
}

.quote-step {
  animation: stepFade 0.18s ease;
}

@keyframes stepFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .dashboard-app,
  .courier-dashboard-app {
    display: block;
  }

  .dashboard-sidebar {
    position: fixed;
    top: 14px;
    left: 14px;
    bottom: 14px;
    z-index: 1000;
    width: min(310px, calc(100vw - 28px));
    min-height: auto;
    transform: translateX(calc(-100% - 22px));
    transition: transform 220ms ease;
  }

  body.dashboard-menu-open .dashboard-sidebar {
    transform: translateX(0);
  }

  body.dashboard-menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(8, 9, 26, 0.42);
    backdrop-filter: blur(3px);
  }

  .dashboard-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .dashboard-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }

  .dashboard-actions {
    width: 100%;
  }

  .dashboard-actions > * {
    flex: 1;
  }

  .dashboard-split,
  .courier-summary-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .admin-shell {
    width: calc(100% - 18px);
    padding: 18px 0;
  }

  .admin-login {
    margin: 24px auto;
    padding: 24px 18px;
  }

  .admin-login h1 {
    font-size: 34px;
  }

  .dashboard-header h1 {
    font-size: 34px;
  }

  .dashboard-stats,
  .admin-two,
  .courier-detail-grid,
  .courier-summary-grid {
    grid-template-columns: 1fr;
  }

  .admin-card-heading,
  .dispatch-toolbar,
  .route-section-heading,
  .request-item div,
  .courier-workload article div {
    align-items: flex-start;
    flex-direction: column;
  }

  .route-section-heading > div {
    justify-content: flex-start;
  }

  .requests-list {
    max-height: none;
  }

  .request-actions,
  .courier-actions,
  .dispatch-controls {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dashboard-date-filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .dashboard-date-filter label {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .request-actions select,
  .request-actions button,
  .courier-actions button,
  .dispatch-controls select,
  .dispatch-controls button {
    width: 100%;
  }

  .courier-stops li {
    grid-template-columns: 1fr;
  }

  .recaptcha-wrap {
    transform: scale(0.92);
    transform-origin: left center;
  }
}

.quote-step h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.1;
}

.quote-step h4 {
  margin: 28px 0 14px;
  color: #354055;
  font-size: 18px;
}

.quote-step > p {
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.quote-grid {
  display: grid;
  gap: 18px;
}

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

.quote-grid .wide,
.quote-step .wide {
  grid-column: 1 / -1;
}

.route-stops {
  margin: 18px 0 0;
  padding: 18px;
  background: #fbfcff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.route-stops-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.route-stops-head b {
  display: block;
  color: var(--ink);
  font-size: 16px;
}

.route-stops-head span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.route-stops-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  position: relative;
}

.route-stops-list::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 17px;
  width: 2px;
  background: linear-gradient(180deg, var(--purple), #dbe3f3);
  border-radius: 999px;
}

.route-stop {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  position: relative;
  padding: 12px;
  background: white;
  border: 1px solid #e2e6f0;
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(31, 35, 70, 0.06);
}

.route-point-marker {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  color: var(--purple);
  background: #f2edff;
  border: 1px solid #e2d8ff;
  border-radius: 999px;
}

.route-point-marker::before {
  content: "";
  width: 12px;
  height: 12px;
  background: currentColor;
  border-radius: 999px;
}

.route-stop.is-pickup .route-point-marker {
  color: #12a878;
  background: #ecfbf6;
  border-color: #c9f3e6;
}

.route-stop.is-end .route-point-marker {
  color: #1b2340;
  background: #eef2ff;
  border-color: #dbe3f8;
}

.route-stop.is-end .route-point-marker::before {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 3px solid currentColor;
  border-radius: 4px;
}

.route-stop label {
  margin: 0;
}

.route-stop label span {
  display: block;
  margin-bottom: 8px;
}

.route-stop-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 210px;
}

.route-stops-list:not(.has-extra-stops) .route-stop-actions {
  display: none;
}

.route-stops-list:not(.has-extra-stops) .route-stop {
  grid-template-columns: 36px minmax(0, 1fr);
}

.route-stop button {
  width: 44px;
  height: 44px;
  color: #6b7185;
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 900;
}

.route-stop button[disabled] {
  cursor: not-allowed;
  opacity: 0.42;
}

.route-stop [data-make-end-stop] {
  width: auto;
  min-width: 112px;
  padding: 0 14px;
  color: var(--purple);
  font-size: 13px;
}

.route-stop.is-end [data-make-end-stop] {
  color: #1b2340;
  background: #f5f7fb;
}

.route-stop [data-remove-stop] {
  font-size: 22px;
}

.choice-grid {
  display: grid;
  gap: 18px;
}

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

.route-vehicle-choice {
  margin-top: 22px;
  margin-bottom: 28px;
}

.route-vehicle-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.route-vehicle-heading h4 {
  margin: 0 0 5px;
}

.route-vehicle-heading p {
  margin: 0;
  color: #687087;
  font-size: 14px;
  line-height: 1.5;
}

.vehicle-choice-card {
  grid-template-rows: 126px auto;
  gap: 16px;
  min-height: 270px;
  padding: 18px 20px 22px;
  overflow: hidden;
}

.vehicle-choice-card::after {
  top: 16px;
  right: 16px;
  z-index: 2;
}

.vehicle-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 126px;
  color: inherit;
}

.vehicle-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vehicle-choice-copy {
  display: grid;
  align-content: start;
  justify-items: start;
  width: 100%;
  color: inherit;
}

.vehicle-choice-card .vehicle-choice-copy b {
  margin-bottom: 7px;
}

.vehicle-choice-card .vehicle-choice-copy span {
  color: #687087;
}

.vehicle-choice-card .vehicle-choice-copy small {
  margin-top: 5px;
}

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

.speed-choice-card {
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  align-content: center;
  gap: 15px;
  min-height: 112px;
  padding: 20px 54px 20px 20px;
}

.speed-choice-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--purple);
  background: #f2edff;
  border-radius: 10px;
}

.speed-choice-icon svg,
.speed-choice-icon [data-lucide] {
  display: block;
  width: 24px;
  height: 24px;
  stroke-width: 2.2;
}

.speed-choice-copy {
  display: grid;
  align-content: center;
  min-width: 0;
}

.speed-choice-card .speed-choice-copy b {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.2;
}

.speed-choice-card .speed-choice-copy span {
  color: #687087;
  font-size: 14px;
  line-height: 1.4;
}

.speed-choice-card.active .speed-choice-icon {
  color: white;
  background: var(--purple);
}

.speed-grid + .quote-grid {
  margin-top: 28px;
}

.step-planning-panel {
  margin-top: 18px;
}

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

.cargo-items-panel {
  margin-top: 28px;
  padding: 20px;
  background: #f8f9fd;
  border: 1px solid #dfe4f1;
  border-radius: 12px;
}

.cargo-items-head,
.cargo-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cargo-items-head {
  margin-bottom: 16px;
}

.cargo-items-head h4 {
  margin: 0 0 4px;
}

.cargo-items-head p {
  margin: 0;
  color: #687087;
  font-size: 14px;
}

.cargo-add {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  white-space: nowrap;
}

.cargo-add svg,
.cargo-remove svg {
  width: 18px;
  height: 18px;
}

.cargo-items-list {
  display: grid;
  gap: 14px;
}

.cargo-item {
  padding: 18px;
  background: white;
  border: 1px solid #dfe4f1;
  border-radius: 10px;
}

.cargo-item-head {
  margin-bottom: 14px;
}

.cargo-item-head b {
  color: var(--ink);
  font-size: 17px;
}

.cargo-remove {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #687087;
  background: white;
  border: 1px solid #dfe4f1;
  border-radius: 8px;
}

.cargo-remove:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.cargo-item-fields {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(100px, 0.45fr) minmax(170px, 0.75fr);
  gap: 14px;
}

.cargo-item-fields label {
  margin: 0;
}

.cargo-dimensions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr) 18px minmax(0, 1fr);
  align-items: end;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.cargo-dimensions legend {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  color: #69718a;
  font-weight: 800;
}

.cargo-dimensions > span {
  align-self: center;
  padding-top: 28px;
  color: #95a0b0;
  font-weight: 800;
  text-align: center;
}

.choice-card {
  position: relative;
  display: grid;
  justify-items: start;
  min-height: 158px;
  padding: 26px;
  color: var(--ink);
  background: white;
  border: 2px solid #e0e3ea;
  border-radius: 14px;
  text-align: left;
  font: inherit;
  box-shadow: 0 10px 26px rgba(30, 26, 67, 0.04);
}

.choice-card::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  display: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 42%, white 42% 58%, transparent 58%) 45% 52% / 12px 12px no-repeat,
    var(--purple);
}

.choice-card.active {
  background: #fbf8ff;
  border-color: var(--purple);
  box-shadow: 0 18px 42px rgba(140, 84, 255, 0.12);
}

.choice-card.active::after {
  display: block;
}

.choice-card i {
  margin-bottom: 22px;
}

.choice-card b {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 20px;
}

.choice-card span {
  color: #687087;
  font-size: 16px;
}

.choice-card small {
  margin-top: 8px;
  color: #95a0b0;
  font-size: 13px;
}

.speed-grid .choice-card {
  min-height: 112px;
}

.planning-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: #fbfcff;
  border: 1px solid #dfe4f1;
  border-radius: 12px;
}

.planning-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.planning-head b,
.planning-head span {
  display: block;
}

.planning-head b {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
}

.planning-head span {
  max-width: 760px;
  margin-top: 5px;
  color: #687087;
  font-size: 14px;
  line-height: 1.55;
}

.planning-date {
  margin: 0;
}

.planning-slots {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.planning-slot {
  min-height: 64px;
  padding: 12px 14px;
  color: var(--ink);
  background: white;
  border: 1px solid #dfe3ef;
  border-radius: 10px;
  text-align: center;
  font: inherit;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.planning-slot:hover {
  border-color: #bda8ff;
  transform: translateY(-1px);
}

.planning-slot.active {
  color: var(--purple);
  background: #f6f0ff;
  border-color: var(--purple);
  box-shadow: 0 10px 24px rgba(140, 84, 255, 0.12);
}

.planning-slot b,
.planning-slot span {
  display: block;
}

.planning-slot b {
  font-size: 15px;
  line-height: 1.2;
}

.planning-slot span {
  margin-top: 4px;
  color: #757d93;
  font-size: 11px;
  line-height: 1.35;
}

.wizard-price {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  padding: 26px;
  color: #4d556b;
  background: #fcf8ff;
  border: 1px solid #e2cdfd;
  border-radius: 14px;
}

.wizard-price > span:first-child {
  color: #687087;
  font-size: 16px;
}

.wizard-price div,
.wizard-price strong {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid #eadfff;
}

.wizard-price strong {
  color: var(--purple);
  font-size: 22px;
}

.wizard-price em {
  color: var(--purple);
  font-style: normal;
}

.wizard-price small {
  color: var(--muted);
}

.wizard-actions {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  margin-top: 28px;
}

.wizard-actions.single {
  grid-template-columns: 1fr;
}

.quote-message {
  padding: 13px 15px;
  color: #5c627c;
  background: #f8f9fe;
  border: 1px solid #e0e4f0;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.quote-message.success {
  color: #14745d;
  background: #f0fbf7;
  border-color: #bdebdc;
}

.quote-message.error {
  color: #9b2d3b;
  background: #fff4f5;
  border-color: #f2c6ce;
}

.recaptcha-wrap {
  display: flex;
  align-items: center;
  min-height: 78px;
  overflow: hidden;
}

.recaptcha-wrap.wide {
  grid-column: 1 / -1;
}

.admin-login .recaptcha-wrap {
  margin: 4px 0 2px;
}

.quote-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: start center;
  padding: 28px 18px;
  background: rgba(12, 16, 34, 0.34);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.quote-popup.show {
  opacity: 1;
  pointer-events: auto;
}

.quote-popup-card {
  position: relative;
  width: min(720px, 100%);
  display: grid;
  gap: 11px;
  padding: 24px 28px;
  border: 1px solid rgba(129, 75, 255, 0.22);
  border-radius: 18px;
  color: #5c627c;
  background: linear-gradient(135deg, #ffffff 0%, #f5fbff 56%, #f5efff 100%);
  box-shadow: 0 24px 70px rgba(16, 23, 50, 0.24);
  transform: translateY(-14px) scale(0.98);
  transition: transform 180ms ease;
}

.quote-popup.show .quote-popup-card {
  transform: translateY(0) scale(1);
}

.quote-popup-kicker,
.quote-popup-footer span {
  width: fit-content;
  padding: 8px 11px;
  border-radius: 999px;
  color: #14745d;
  background: #def8ee;
  font-size: 12px;
  font-weight: 900;
}

.quote-popup-card b {
  max-width: 560px;
  color: #0e1029;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.05;
}

.quote-popup-card p {
  max-width: 620px;
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}

.quote-popup-card strong {
  color: #4f2fee;
}

.quote-popup-footer {
  display: grid;
  gap: 10px;
  padding-top: 6px;
}

.quote-popup-footer small {
  color: #14745d;
  font-size: 13px;
  font-weight: 900;
}

.quote-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: #5f6478;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 18px rgba(16, 23, 50, 0.12);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.contact-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 240px;
  gap: 34px;
  align-items: start;
}

.contact-side {
  min-height: 505px;
  padding: 48px 28px 24px;
  border-right: 1px solid var(--line);
}

.avatar-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 30px;
  color: var(--purple);
  background: #f1ecff;
  border-radius: 50%;
  position: relative;
}

.avatar-icon::before {
  width: 24px;
  height: 24px;
  border: 3px solid currentColor;
  border-radius: 50%;
  top: 16px;
}

.avatar-icon::after {
  width: 42px;
  height: 22px;
  border: 3px solid currentColor;
  border-radius: 22px 22px 0 0;
  border-bottom: 0;
  bottom: 16px;
}

.contact-side h2 {
  font-size: 24px;
  line-height: 1.18;
}

.contact-side h2 strong {
  color: var(--purple);
}

.contact-side p,
.form-area p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.call-box {
  display: grid;
  gap: 9px;
  margin-top: 58px;
  padding: 24px;
  border: 1px solid #dfd7ff;
  border-radius: 12px;
  background: #fbf9ff;
  text-align: center;
  text-decoration: none;
}

.hero-buttons .hero-quote-down {
  display: none;
}

.call-box span,
.call-box small {
  color: var(--muted);
  font-size: 12px;
}

.call-box b {
  color: var(--purple);
  font-size: 24px;
}

.form-area h3 {
  margin: 0 0 4px;
  font-size: 19px;
}

.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 54px;
  margin: 18px 0 16px;
  padding: 4px;
  border: 1px solid #dedff0;
  border-radius: 12px;
  background: #f7f8fd;
  overflow: hidden;
}

.tabs button {
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.tabs .active {
  color: var(--purple);
  background: white;
  box-shadow: 0 10px 24px rgba(30, 26, 67, 0.08);
}

.quote-form:not(.is-business) [data-business-field] {
  display: none;
}

.quote-form.is-business [data-business-field] {
  display: grid;
  grid-column: 1 / -1;
}

.quote-panel label.wide,
.form-actions {
  grid-column: 1 / -1;
}

.form-actions {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  align-items: center;
}

.back {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  background: #f2f3f7;
  font-weight: 800;
}

.price-card {
  display: grid;
  gap: 16px;
  margin-top: 70px;
  padding: 26px;
  border: 1px solid #d9ccff;
  border-radius: 14px;
  background: #fbf9ff;
}

.price-card > span {
  color: #787d96;
  font-size: 13px;
}

.quote-card-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.price-card div,
.price-card strong {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #676d85;
  font-size: 13px;
}

.price-card b,
.price-card em {
  color: var(--purple-dark);
  font-style: normal;
}

.panel-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 24px;
  padding: 22px 36px 0;
  border-top: 1px solid var(--line);
}

.panel-benefits article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 6px;
  align-items: center;
}

.panel-benefits b {
  align-self: end;
  font-size: 13px;
}

.panel-benefits span {
  grid-column: 2;
  align-self: start;
  color: var(--muted);
  font-size: 12px;
}

.benefit-icon {
  grid-row: 1 / span 2;
  position: relative;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--purple);
  background: #f0eaff;
  border-radius: 50%;
}

.benefit-icon::before,
.benefit-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.icon-price::before {
  width: 16px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.icon-price::after {
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
  right: 9px;
}

.icon-benefit-shield::before {
  width: 14px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 7px 7px 8px 8px;
  clip-path: polygon(50% 0, 100% 18%, 92% 72%, 50% 100%, 8% 72%, 0 18%);
}

.icon-clock::before {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-clock::after {
  width: 6px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(2px, -1px);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  width: min(1160px, calc(100% - 40px));
  margin: 42px auto 74px;
}

.benefits article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 4px 16px;
  align-items: center;
}

.benefits span {
  grid-row: 1 / span 2;
  color: var(--purple);
  font-size: 30px;
}

.benefits b {
  font-size: 14px;
}

.benefits small {
  color: var(--muted);
}

.section {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.solutions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 60px;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 34px;
  align-items: end;
  max-width: none;
  padding-top: 0;
}

.section-intro .pill {
  justify-self: start;
  width: auto;
  max-width: max-content;
}

.section-intro h2 {
  grid-column: 1;
  margin-top: 20px;
  max-width: 620px;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.section-intro p {
  grid-column: 1;
  max-width: 360px;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.section-intro .primary {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  white-space: nowrap;
}

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

.cards article {
  display: flex;
  flex-direction: column;
  min-height: 168px;
  padding: 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(30, 26, 67, 0.06);
}

.cards .icon-badge {
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  color: var(--purple);
  font-style: normal;
  border-radius: 12px;
}

.cards h3 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.35;
}

.cards p {
  min-height: 44px;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.cards a {
  margin-top: auto;
  color: var(--purple);
  font-size: 12px;
  font-weight: 900;
}

.home-faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  margin-top: 74px;
  padding: 42px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(30, 26, 67, 0.06);
}

.home-faq .section-intro {
  position: sticky;
  top: 104px;
  display: block;
}

.home-faq .section-intro h2 {
  margin: 20px 0 18px;
  max-width: 360px;
}

.home-faq .section-intro p {
  max-width: 330px;
}

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

.home-faq-grid article {
  padding: 22px;
  background: #fbfcff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: none;
}

.home-faq-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.home-faq-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.home-faq-grid details {
  align-self: start;
  overflow: hidden;
  background: #fbfcff;
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.home-faq-grid details[open] {
  background: #fff;
  border-color: rgba(132, 72, 255, 0.34);
  box-shadow: 0 14px 34px rgba(38, 26, 91, 0.08);
}

.home-faq-grid summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 82px;
  padding: 22px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}

.home-faq-grid summary::-webkit-details-marker {
  display: none;
}

.home-faq-grid summary svg {
  width: 22px;
  min-width: 22px;
  height: 22px;
  color: #8448ff;
  transition: transform 180ms ease;
}

.home-faq-grid details[open] summary svg {
  transform: rotate(180deg);
}

.home-faq-grid summary:focus-visible {
  outline: 3px solid rgba(83, 210, 219, 0.45);
  outline-offset: -3px;
}

.home-faq-grid .faq-answer {
  padding: 0 22px 22px;
}

.home-faq-grid .faq-answer p {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

/* Courier partner application */
.partner-page {
  background: #f7f8fc;
}

.partner-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(44px, 7vw, 96px);
  padding-top: clamp(64px, 8vw, 110px);
  padding-bottom: clamp(54px, 7vw, 90px);
}

.partner-intro h1 {
  max-width: 650px;
  margin: 22px 0;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: 0;
}

.partner-intro > div > p {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.65;
}

.partner-intro figure {
  position: relative;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #10102c;
}

.partner-intro figure > img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.partner-intro figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 5px;
  padding: 22px 24px;
  color: #fff;
  background: rgba(14, 12, 42, 0.88);
  backdrop-filter: blur(12px);
  border-radius: 8px;
}

.partner-intro figcaption strong { font-size: 20px; }
.partner-intro figcaption span { color: rgba(255,255,255,.75); }

.partner-benefits {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.partner-benefits span,
.partner-checklist span {
  display: flex;
  align-items: center;
  gap: 13px;
}

.partner-benefits svg,
.partner-checklist svg {
  width: 21px;
  height: 21px;
  color: #8448ff;
}
