/* =========================
   HERO ITP V3 - fara card dreapta
   doar masina + servicii
========================= */

.hero-itp-v3 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 92px 0 88px;
  color: #fff;
  background:
    linear-gradient(112deg, rgba(244, 124, 32, .16) 0 18%, transparent 18% 100%),
    linear-gradient(135deg, #071827 0%, #0b2239 48%, #143f67 100%);
}

.hero-itp-v3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 90px;
  background: linear-gradient(180deg, transparent, rgba(248, 250, 252, .97));
  pointer-events: none;
  z-index: -1;
}

.hero-v3-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

.hero-v3-line {
  position: absolute;
  width: 56vw;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(244, 124, 32, .85), transparent);
  transform: rotate(-20deg);
  opacity: .55;
}

.hero-v3-line.line-one {
  top: 21%;
  right: -10%;
}

.hero-v3-line.line-two {
  bottom: 20%;
  left: -16%;
  opacity: .28;
}

.hero-itp-v3-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 56px;
  align-items: center;
}

.hero-v3-copy {
  max-width: 760px;
}

.hero-itp-v3 .breadcrumbs {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .68);
}

.hero-itp-v3 .breadcrumbs a {
  color: #fff;
}

.hero-v3-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.hero-v3-badges span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.hero-v3-badges span:first-child {
  background: rgba(244, 124, 32, .18);
  border-color: rgba(244, 124, 32, .42);
  color: #ffd4ad;
}

.hero-v3-kicker {
  margin: 0 0 12px;
  color: #ffb36d;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-itp-v3 h1 {
  margin: 0 0 20px;
  max-width: 770px;
  color: #fff;
  font-size: clamp(42px, 5.4vw, 74px);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-v3-lead {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.75;
}

.hero-v3-actions .cta-row {
  margin-top: 30px;
}

.hero-v3-actions .btn {
  min-height: 54px;
  padding-inline: 24px;
  border-radius: 999px;
}

.hero-v3-services {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-v3-services span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .03em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.hero-v3-services span:nth-child(2) {
  background: rgba(244, 124, 32, .14);
  border-color: rgba(244, 124, 32, .26);
  color: #ffd4ad;
}

.hero-v3-mini-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.hero-v3-mini-points div {
  min-height: 98px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .13);
}

.hero-v3-mini-points strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.hero-v3-mini-points span {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.hero-v3-visual {
  position: relative;
}

.hero-v3-image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 460px;
}

.hero-v3-image-wrap::before {
  content: "";
  position: absolute;
  width: min(88%, 520px);
  height: 190px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(244, 124, 32, .26), rgba(255,255,255,.08));
  transform: skewX(-10deg);
}

.hero-v3-car {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  max-height: 380px;
  object-fit: contain;
  filter:
    drop-shadow(0 30px 40px rgba(0, 0, 0, .34))
    drop-shadow(0 10px 14px rgba(244, 124, 32, .16));
}

.hero-v3-floating-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
}

.hero-v3-floating-tags span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--navy);
  border: 1px solid rgba(255, 255, 255, .75);
  box-shadow: 0 20px 36px rgba(3, 14, 28, .22);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
}

.hero-v3-floating-tags span:nth-child(2) {
  background: linear-gradient(135deg, #fff4ea, #ffffff);
  color: var(--orange-dark);
}

.hero-v3-floating-tags span:nth-child(3) {
  background: linear-gradient(135deg, #eef6ff, #ffffff);
  color: #174b85;
}

@media (max-width: 1080px) {
  .hero-itp-v3-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-v3-copy {
    max-width: none;
  }

  .hero-v3-image-wrap {
    min-height: 360px;
  }

  .hero-v3-car {
    max-height: 320px;
  }
}

@media (max-width: 760px) {
  .hero-itp-v3 {
    padding: 54px 0 62px;
  }

  .hero-itp-v3 h1 {
    font-size: clamp(36px, 12vw, 52px);
    line-height: 1.04;
  }

  .hero-v3-lead {
    font-size: 17px;
  }

  .hero-v3-mini-points {
    grid-template-columns: 1fr;
  }

  .hero-v3-services {
    gap: 10px;
  }

  .hero-v3-services span,
  .hero-v3-floating-tags span {
  
    justify-content: center;
  }

  .hero-v3-image-wrap {
    min-height: 280px;
  }

  .hero-v3-image-wrap::before {
    width: 280px;
    height: 280px;
  }

  .hero-v3-car {
    max-height: 240px;
  }
}

@media (max-width: 460px) {
  .hero-v3-actions .cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-v3-actions .btn {
    width: 100%;
  }
}
.itp-map-section {
    background:
        radial-gradient(circle at top left, rgba(255, 122, 24, 0.12), transparent 34%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.96));
    color: #fff;
}

.itp-map-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    align-items: center;
}

.itp-map-copy h2 {
    margin-bottom: 1rem;
    color: #fff;
}

.itp-map-copy p {
    color: rgba(255, 255, 255, 0.78);
    max-width: 640px;
}

.itp-map-copy .icon-list {
    margin: 1.25rem 0;
}

.itp-map-copy .icon-list li {
    color: rgba(255, 255, 255, 0.86);
}

.itp-map-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.itp-map-card iframe {
    display: block;
    min-height: 420px;
    filter: saturate(1.05) contrast(1.02);
}

.itp-map-address {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.92);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.28);
}

.itp-map-address i {
    color: #ff7a18;
}

@media (max-width: 900px) {
    .itp-map-grid {
        grid-template-columns: 1fr;
    }

    .itp-map-card iframe {
        min-height: 340px;
    }
}