.after-sales-page {
  --after-shell-width: min(1440px, calc(100% - 48px));
  background: var(--white);
}

.after-shell {
  width: var(--after-shell-width);
  margin-inline: auto;
}

.after-sales-page .nav-parent.is-active,
.after-sales-page .nav-submenu a.is-active {
  color: var(--green-strong);
}

.after-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.after-icon svg,
.after-card__icon svg,
.parts-card svg,
.order-step svg,
.policy-panel svg,
.after-support-card svg,
.after-button svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.after-hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.after-hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 32, 59, 0.9) 0%, rgba(6, 32, 59, 0.72) 49%, rgba(6, 32, 59, 0.5) 100%),
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),
    url("assets/after-sales/after-sales-hero.jpg?v=20260616b");
  background-position: center, center, center, center, 50% 47%;
  background-repeat: repeat, repeat, no-repeat, no-repeat, no-repeat;
  background-size: 128px 128px, 128px 128px, auto, auto, cover;
}

.after-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 46px 42px;
}

.after-hero .eyebrow {
  color: var(--green);
  text-transform: uppercase;
}

.after-hero h1 {
  max-width: 640px;
  margin: 20px 0 10px;
  color: var(--white);
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: clamp(38px, 2.5vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.after-hero h1 span {
  color: var(--green);
}

.after-hero__copy {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1.333;
}

.after-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 2.0833vw);
  margin-top: 32px;
}

.after-hero__stat {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  color: var(--white);
  font-size: clamp(13px, 0.8333vw, 16px);
  font-weight: 700;
  line-height: 1.2;
}

.after-hero__stat .after-icon,
.after-support-card .after-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  backdrop-filter: blur(4px);
}

.after-section {
  padding: 80px 0;
}

.after-section--soft {
  background: #f9fafb;
}

.after-section-head {
  max-width: 820px;
  margin: 0 auto 60px;
  text-align: center;
}

.after-section-head--compact {
  margin-bottom: 40px;
}

.after-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 16px;
  color: var(--green-strong);
  font-size: clamp(13px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.after-kicker::before,
.after-kicker::after {
  width: 32px;
  height: 2px;
  content: "";
  background: currentColor;
}

.after-section-head h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: clamp(36px, 2.5vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.after-section-head p:not(.after-kicker) {
  max-width: 724px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: clamp(13px, 0.8333vw, 16px);
  line-height: 1.5;
}

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

.after-card {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 20px;
  min-height: 204px;
  padding: 40px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.12);
}

.after-card__icon,
.parts-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: #e7efe0;
  color: var(--green-strong);
  font-size: 32px;
}

.after-card h3 {
  margin: 2px 0 8px;
  color: var(--ink);
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 800;
  line-height: 1.16;
}

.after-card p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 1.25;
}

.after-card p + p {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 400;
}

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

.parts-card {
  min-height: 87px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 18px;
  padding: 20px;
  border: 1px solid #f1f5f9;
  border-radius: 14px;
  background: var(--white);
  color: var(--ink);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.parts-card:hover {
  border-color: rgba(131, 174, 72, 0.45);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.parts-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  font-size: 24px;
}

.parts-card h3 {
  margin: 0;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.4px;
}

.parts-card p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: clamp(12px, 0.7292vw, 14px);
  line-height: 1.42;
}

.parts-card__arrow {
  color: #b8c3cf;
  font-size: 18px;
}

.order-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 52px;
  margin-top: 28px;
}

.order-step {
  position: relative;
  min-height: 356px;
  padding: 28px;
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  background: #f9fafb;
}

.order-step:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -38px;
  width: 24px;
  height: 8px;
  content: "";
  border-top: 1px dashed #b8c3cf;
  border-right: 1px dashed #b8c3cf;
  transform: translateY(-50%) skewX(-28deg);
}

.order-step__number {
  display: block;
  margin: 0 0 4px;
  color: #e7efe0;
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: clamp(40px, 2.5vw, 48px);
  font-weight: 800;
  line-height: 1.08;
}

.order-step h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(18px, 1.0417vw, 20px);
  font-weight: 800;
  line-height: 1.2;
}

.order-step p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(13px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 1.25;
}

.after-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.after-list li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  color: var(--muted);
  font-size: clamp(12px, 0.7292vw, 14px);
  line-height: 1.32;
}

.after-list .after-icon {
  width: 16px;
  height: 16px;
  color: var(--green-strong);
  font-size: 14px;
}

.parts-mini-cta {
  min-height: 164px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
  padding: 36px 80px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(6, 25, 45, 0.96), rgba(6, 25, 45, 0.96)),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    var(--navy);
  background-size: auto, 128px 128px, 128px 128px, auto;
  color: var(--white);
}

.parts-mini-cta h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 800;
  line-height: 1.17;
}

.parts-mini-cta p {
  max-width: 620px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(13px, 0.8333vw, 16px);
  line-height: 1.5;
}

.after-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.after-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border-radius: 999px;
  color: var(--white);
  font-size: clamp(13px, 0.8333vw, 16px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.after-button--green {
  background: linear-gradient(180deg, #60d669 0%, #1faf38 100%);
}

.after-button--olive {
  background: var(--green);
}

.after-button--olive:hover {
  background: var(--green-strong);
}

.after-button .whatsapp-mark {
  width: 20px;
  height: 20px;
}

.policy-stack {
  display: grid;
  gap: 20px;
}

.policy-note,
.policy-panel {
  border-radius: 12px;
  background: #f9fafb;
}

.policy-note {
  padding: 26px 28px;
  border-left: 2px solid var(--green);
  color: var(--muted);
  font-size: clamp(13px, 0.8333vw, 16px);
  line-height: 1.5;
}

.policy-panel {
  padding: 28px;
}

.policy-panel h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(18px, 1.0417vw, 20px);
  font-weight: 800;
  line-height: 1.2;
}

.policy-panel p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(13px, 0.8333vw, 16px);
  line-height: 1.45;
}

.policy-panel .after-list {
  margin-top: 12px;
}

.after-support-cta {
  min-height: 540px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(6, 25, 45, 0.96), rgba(6, 25, 45, 0.9)),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    var(--navy);
  background-size: auto, 128px 128px, 128px 128px, auto;
  color: var(--white);
  text-align: center;
}

.after-support-cta__inner {
  max-width: 1160px;
}

.after-support-cta h2 {
  margin: 0;
  color: var(--white);
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: clamp(36px, 2.5vw, 48px);
  font-weight: 800;
  line-height: 1.08;
}

.after-support-cta__copy {
  margin: 20px auto 40px;
  max-width: 1100px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(13px, 0.8333vw, 16px);
  line-height: 1.5;
}

.after-support-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.after-support-card {
  min-width: 230px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  text-align: left;
}

.after-support-card small,
.after-support-card strong {
  display: block;
}

.after-support-card small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.after-support-card strong {
  margin-top: 6px;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

@media (min-width: 1920px) {
  .after-sales-page {
    --after-shell-width: min(75vw, 1920px);
  }
}

@media (min-width: 1280px) and (max-width: 1919.98px) {
  .after-sales-page {
    --after-shell-width: min(1440px, calc(100% - clamp(192px, 20vw, 360px)));
  }
}

@media (max-width: 1279.98px) {
  .after-sales-page {
    --after-shell-width: min(960px, calc(100% - 48px));
  }

  .order-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .order-step:not(:last-child)::after {
    display: none;
  }

  .parts-mini-cta {
    padding-inline: 44px;
  }
}

@media (max-width: 991.98px) {
  .commitment-grid,
  .parts-grid {
    grid-template-columns: 1fr;
  }

  .parts-mini-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .after-actions {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .after-sales-page {
    --after-shell-width: min(100% - 40px, 560px);
  }

  .after-hero,
  .after-hero__inner {
    min-height: 360px;
  }

  .after-hero__bg {
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
      linear-gradient(180deg, rgba(6, 32, 59, 0.86) 0%, rgba(6, 32, 59, 0.64) 55%, rgba(6, 32, 59, 0.82) 100%),
      url("assets/after-sales/after-sales-hero.jpg?v=20260616b");
    background-position: center, center, center, 43% 50%;
    background-size: 72px 72px, 72px 72px, auto, auto 100%;
  }

  .after-hero__inner {
    padding-block: 28px;
  }

  .after-hero h1 {
    max-width: 335px;
    margin: 8px 0;
    font-size: 24px;
    line-height: 28px;
  }

  .after-hero__copy {
    max-width: 335px;
    font-size: 13px;
    line-height: 18px;
  }

  .after-hero__stats {
    display: grid;
    gap: 8px;
    margin-top: 16px;
  }

  .after-hero__stat {
    gap: 8px;
    min-height: 32px;
    font-size: 12px;
  }

  .after-hero__stat .after-icon {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    font-size: 14px;
  }

  .after-section {
    padding: 38px 0;
  }

  .after-section-head,
  .after-section-head--compact {
    margin-bottom: 22px;
  }

  .after-kicker {
    gap: 8px;
    margin-bottom: 8px;
    font-size: 12px;
  }

  .after-kicker::before,
  .after-kicker::after {
    width: 24px;
  }

  .after-section-head h2 {
    font-size: 24px;
    line-height: 1.15;
  }

  .after-section-head p:not(.after-kicker) {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.45;
  }

  .commitment-grid {
    gap: 12px;
  }

  .after-card {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 18px;
    border-radius: 8px;
  }

  .after-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 22px;
  }

  .after-card h3 {
    margin-top: 0;
    font-size: 16px;
  }

  .after-card p {
    font-size: 12px;
    line-height: 1.38;
  }

  .parts-grid {
    gap: 10px;
  }

  .parts-card {
    min-height: 66px;
    grid-template-columns: 36px minmax(0, 1fr) 20px;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
  }

  .parts-card__icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 18px;
  }

  .parts-card h3 {
    font-size: 12px;
    line-height: 1.25;
  }

  .parts-card p {
    font-size: 10px;
  }

  .order-steps {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 18px;
  }

  .order-step {
    min-height: 0;
    padding: 22px;
    border-radius: 12px;
  }

  .order-step:not(:last-child)::after {
    display: block;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -24px;
    width: 1px;
    height: 18px;
    border-top: 0;
    border-right: 1px dashed #b8c3cf;
    transform: none;
  }

  .order-step__number {
    font-size: 40px;
  }

  .order-step h3 {
    font-size: 16px;
  }

  .order-step p,
  .after-list li,
  .policy-panel p,
  .policy-note {
    font-size: 12px;
  }

  .parts-mini-cta {
    min-height: 184px;
    gap: 16px;
    margin-top: 28px;
    padding: 22px 16px;
  }

  .parts-mini-cta h3 {
    font-size: 16px;
  }

  .parts-mini-cta p {
    font-size: 11px;
  }

  .after-actions {
    gap: 10px;
  }

  .after-button {
    min-height: 36px;
    padding-inline: 16px;
    font-size: 11px;
  }

  .policy-stack {
    gap: 12px;
  }

  .policy-note,
  .policy-panel {
    padding: 18px;
    border-radius: 8px;
  }

  .policy-panel h3 {
    font-size: 15px;
  }

  .after-support-cta {
    min-height: 464px;
    padding: 44px 0;
  }

  .after-support-cta h2 {
    font-size: 24px;
  }

  .after-support-cta__copy {
    margin: 10px auto 20px;
    font-size: 11px;
  }

  .after-support-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
  }

  .after-support-card {
    min-width: 0;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .after-support-card .after-icon {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    font-size: 14px;
  }

  .after-support-card small {
    font-size: 9px;
  }

  .after-support-card strong {
    font-size: 11px;
  }

  .after-sales-page .floating-whatsapp {
    display: none;
  }
}

@media (max-width: 389.98px) {
  .after-button {
    width: 100%;
  }
}
