/* Parcare cu asigurare — homepage section */
.ap-park-insure {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background: linear-gradient(145deg, #071525 0%, #0d2847 42%, #123d6b 100%);
  color: #fff;
}

.ap-park-insure-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.ap-park-insure-bg::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  top: -220px;
  right: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(50, 150, 217, 0.22) 0%, transparent 68%);
}

.ap-park-insure-bg::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  bottom: -200px;
  left: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 193, 7, 0.12) 0%, transparent 70%);
}

.ap-park-insure-grid {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(280px, 380px) 1fr;
  gap: 56px;
  align-items: center;
}

.ap-park-insure-video-col {
  display: flex;
  justify-content: center;
}

.ap-park-insure-phone {
  position: relative;
  width: min(100%, 320px);
  padding: 14px 12px 18px;
  border-radius: 36px;
  background: linear-gradient(160deg, #1e293b 0%, #0f172a 100%);
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ap-park-insure-phone-notch {
  width: 96px;
  height: 22px;
  margin: 0 auto 10px;
  border-radius: 0 0 14px 14px;
  background: #0f172a;
}

.ap-park-insure-video-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 9 / 16;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.ap-park-insure-video-wrap video,
.ap-park-insure-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.ap-park-insure-video-wrap .ap-video-fb {
  display: none;
}

.ap-park-insure-video-wrap.is-fb-fallback .ap-video-native {
  display: none;
}

.ap-park-insure-video-wrap.is-fb-fallback .ap-video-fb {
  display: block;
}

.ap-park-insure-live {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
}

.ap-park-insure-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.6);
  animation: ap-park-insure-pulse 1.8s infinite;
}

@keyframes ap-park-insure-pulse {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

.ap-park-insure-content {
  max-width: 640px;
}

.ap-park-insure-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fcd34d;
  background: rgba(252, 211, 77, 0.12);
  border: 1px solid rgba(252, 211, 77, 0.28);
}

.ap-park-insure-title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ap-park-insure-title span {
  background: linear-gradient(90deg, #7dd3fc, #3296d9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ap-park-insure-lead {
  margin: 0 0 28px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.ap-park-insure-price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 32px;
  padding: 14px 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.ap-park-insure-price strong {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 800;
  color: #fcd34d;
}

.ap-park-insure-price span {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ap-park-insure-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 32px;
}

.ap-park-insure-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, transform 0.2s ease;
}

.ap-park-insure-feature:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-1px);
}

.ap-park-insure-feature-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-size: 18px;
  background: rgba(50, 150, 217, 0.18);
}

.ap-park-insure-feature h3 {
  margin: 0 0 4px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
}

.ap-park-insure-feature p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

.ap-park-insure-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.ap-park-insure-step {
  flex: 1 1 140px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.45);
  border: 1px dashed rgba(125, 211, 252, 0.35);
}

.ap-park-insure-step-num {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #7dd3fc;
  margin-bottom: 4px;
}

.ap-park-insure-step p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
}

.ap-park-insure-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 20px;
}

.ap-park-insure-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #0d2847;
  background: linear-gradient(135deg, #fcd34d 0%, #f59e0b 100%);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ap-park-insure-btn:hover,
.ap-park-insure-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.38);
  color: #0d2847;
  text-decoration: none;
}

.ap-park-insure-btn-outline {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

.ap-park-insure-btn-outline:hover,
.ap-park-insure-btn-outline:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
}

.ap-park-insure-partners {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
}

.ap-park-insure-partners strong {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.ap-park-insure-notice {
  margin-top: 24px;
  padding: 14px 16px;
  border-radius: 12px;
  border-left: 4px solid #f59e0b;
  background: rgba(245, 158, 11, 0.1);
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.ap-park-insure-notice strong {
  color: #fcd34d;
}

@media (max-width: 960px) {
  .ap-park-insure {
    padding: 64px 0 72px;
  }

  .ap-park-insure-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .ap-park-insure-content {
    max-width: none;
  }

  .ap-park-insure-eyebrow,
  .ap-park-insure-price {
    margin-left: auto;
    margin-right: auto;
  }

  .ap-park-insure-features {
    text-align: left;
  }

  .ap-park-insure-actions {
    justify-content: center;
  }

  .ap-park-insure-notice {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .ap-park-insure-features {
    grid-template-columns: 1fr;
  }

  .ap-park-insure-phone {
    width: min(100%, 280px);
  }
}
