/* ============================================================
   CMA Geely Podveska Page — page-specific styles
   ============================================================ */

.cma-podveska-page {
  margin-top: -80px;
}

/* ============================================================
   SECTION 1: HERO / BREADCRUMB
   ============================================================ */

.cma-podveska-hero {
  background-size: cover !important;
  background-position: center 40% !important;
  position: relative;
  padding-top: 140px;
  padding-bottom: 60px;
}

.cma-podveska-hero .breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(13, 17, 26, 0.92) 0%, rgba(20, 20, 26, 0.5) 100%);
  z-index: 1;
}

.cma-podveska-hero .container {
  position: relative;
  z-index: 2;
}

.cma-podveska-hero .breadcrumb-txt h1 {
  font-size: 2.4rem;
  line-height: 1.25;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}

.cma-podveska-hero__subtitle {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
  margin-top: 8px;
  margin-bottom: 24px;
}

.cma-podveska-hero__stats {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
}

.cma-podveska-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
}

.cma-podveska-stat__value {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ff3737;
  line-height: 1;
  margin-bottom: 4px;
}

.cma-podveska-stat__label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
}

/* ============================================================
   SECTION 2: INTRO + ADVANTAGES
   ============================================================ */

.cma-podveska-intro {
  padding: 60px 0 0;
}

.cma-podveska-intro__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 24px;
}

.cma-podveska-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 55, 55, 0.08);
  border: 1px solid rgba(255, 55, 55, 0.2);
  color: #2d3444;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
}

.cma-podveska-badge i {
  color: #ff3737;
  font-size: 0.75rem;
}

.cma-podveska-advantages {
  margin-top: 48px;
  padding: 40px 0 0;
  border-top: 1px solid #e8ecf0;
}

.cma-podveska-adv-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 20px 24px;
  transition: box-shadow 0.25s, transform 0.25s;
  width: 100%;
}

.cma-podveska-adv-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.cma-podveska-adv-icon {
  flex-shrink: 0;
  width: 44px;
  text-align: center;
}

.cma-podveska-adv-icon i {
  font-size: 28px;
  color: #ff3737;
}

.cma-podveska-adv-card span {
  color: #2d3444;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
}

/* ============================================================
   SECTION 3: SYMPTOMS TABLE (dark)
   ============================================================ */

.cma-podveska-symptoms {
  margin-top: 60px;
}

.cma-podveska-symptoms__bg {
  background: #0d111a;
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}

.cma-podveska-symptoms__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(255, 55, 55, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 55, 55, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 0;
}

.cma-podveska-symptoms__bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 55, 55, 0.15) 0%, transparent 65%);
  z-index: 0;
  pointer-events: none;
}

.cma-podveska-symptoms__bg .container {
  position: relative;
  z-index: 1;
}

.cma-podveska-table {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px;
  overflow: hidden;
}

.cma-podveska-table thead tr {
  background: rgba(255, 55, 55, 0.22) !important;
}

.cma-podveska-table thead th {
  color: #fff !important;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-color: rgba(255, 255, 255, 0.12) !important;
  padding: 14px 16px;
}

.cma-podveska-table tbody tr {
  background: rgba(255, 255, 255, 0.03);
  transition: background 0.2s;
}

.cma-podveska-table tbody tr:hover {
  background: rgba(255, 55, 55, 0.07);
}

.cma-podveska-table tbody td {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.07) !important;
  padding: 12px 16px;
  vertical-align: middle;
}

.cma-podveska-table tbody td strong {
  color: #fff;
}

.cma-podveska-check-badge {
  display: inline-block;
  background: rgba(255, 55, 55, 0.15);
  border: 1px solid rgba(255, 55, 55, 0.35);
  color: #ff7b7b;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 12px;
  white-space: nowrap;
}

/* ============================================================
   SECTION 4: SERVICE CARDS + SIDEBAR
   ============================================================ */

/* Sidebar sticky — keep behind the site header (nav-area z-index: 100) */
.cma-podveska-page .service-sidebar.sticky-top {
  z-index: 10;
}

.cma-podveska-services-area {
  background: #f8f9fb;
}

.cma-podveska-service-card {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.25s;
}

.cma-podveska-service-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.cma-podveska-service-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px 16px;
  border-bottom: 2px solid #f1f3f6;
}

.cma-podveska-service-card__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #ff3737;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

.cma-podveska-service-card__icon {
  width: 40px;
  text-align: center;
  flex-shrink: 0;
}

.cma-podveska-service-card__icon i {
  font-size: 24px;
  color: #ff3737;
}

.cma-podveska-service-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1e2a;
  margin: 0;
}

.cma-podveska-service-card__text {
  padding: 14px 24px 4px;
  color: #666;
  font-size: 0.95rem;
  margin: 0;
  font-style: italic;
}

.cma-podveska-bullets {
  list-style: none;
  padding: 12px 24px 20px;
  margin: 0;
}

.cma-podveska-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4a5568;
  font-size: 0.9rem;
  padding: 6px 0;
  border-bottom: 1px solid #f5f5f5;
}

.cma-podveska-bullets li:last-child {
  border-bottom: none;
}

.cma-podveska-bullets li i {
  color: #ff3737;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Sidebar */
.cma-podveska-sidebar-cta {
  background: #1a1e2a;
  border-radius: 12px;
  padding: 32px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cma-podveska-sidebar-cta::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(255, 55, 55, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

.cma-podveska-sidebar-cta__icon {
  font-size: 40px;
  color: #ff3737;
  margin-bottom: 16px;
}

.cma-podveska-sidebar-cta h3 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.cma-podveska-sidebar-cta p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.cma-podveska-sidebar-prices {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 12px;
  padding: 24px;
}

.cma-podveska-sidebar-prices h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1e2a;
  margin-bottom: 16px;
  text-align: center;
  border-bottom: 2px solid #ff3737;
  padding-bottom: 10px;
}

.cma-podveska-sidebar-price-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #f1f3f6;
  font-size: 0.88rem;
}

.cma-podveska-sidebar-price-row:last-child {
  border-bottom: none;
}

.cma-podveska-sidebar-price-name {
  color: #4a5568;
  flex: 1;
}

.cma-podveska-sidebar-price-val {
  color: #ff3737;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

.cma-podveska-sidebar-note {
  background: #fff8f8;
  border: 1px solid rgba(255, 55, 55, 0.15);
  border-radius: 8px;
  color: #666;
  font-size: 0.82rem;
  padding: 10px 12px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.cma-podveska-sidebar-note i {
  color: #ff3737;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ============================================================
   SECTION 5: PRICES TABLE 3-COLUMN
   ============================================================ */

.cma-podveska-prices-section {
  padding: 72px 0;
  background: #0d111a;
  position: relative;
  overflow: hidden;
}

.cma-podveska-prices-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 55, 55, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 55, 55, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}

.cma-podveska-prices-section .container {
  position: relative;
  z-index: 1;
}

.cma-podveska-prices-section .section-title span {
  color: #ff7b7b;
}

.cma-podveska-prices-section .section-title h2 {
  color: #fff;
}

.cma-podveska-prices-section .section-title p {
  color: rgba(255, 255, 255, 0.6);
}

.cma-podveska-prices-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.4);
}

.cma-podveska-prices-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.04);
}

.cma-podveska-prices-table thead tr {
  background: rgba(255, 55, 55, 0.2);
}

.cma-podveska-prices-table thead th {
  color: #fff;
  font-weight: 700;
  padding: 16px 20px;
  font-size: 0.88rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cma-podveska-prices-table thead th.cma-podveska-prices-table__service {
  text-align: left;
  width: 40%;
}

.cma-podveska-model-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.cma-podveska-model-header i {
  font-size: 1.2rem;
  color: #ff7b7b;
}

.cma-podveska-prices-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.2s;
}

.cma-podveska-prices-table tbody tr:hover {
  background: rgba(255, 55, 55, 0.06);
}

.cma-podveska-prices-table tbody td {
  color: rgba(255, 255, 255, 0.8);
  padding: 13px 20px;
  font-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.cma-podveska-prices-table__service-cell {
  text-align: left !important;
  color: rgba(255, 255, 255, 0.95) !important;
  font-weight: 600;
}

.cma-podveska-prices-table__free-row td {
  color: #4ade80 !important;
  font-weight: 600;
}

.cma-podveska-prices-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(255, 55, 55, 0.1);
  border: 1px solid rgba(255, 55, 55, 0.25);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
  padding: 14px 20px;
  margin-top: 20px;
}

.cma-podveska-prices-note i {
  color: #ff7b7b;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ============================================================
   SECTION 6: MODELS TABLE
   ============================================================ */

.cma-podveska-models-section {
  padding: 72px 0;
  background: #fff;
}

.cma-podveska-models-table {
  border-radius: 8px;
  overflow: hidden;
  border-color: #e8ecf0 !important;
}

.cma-podveska-models-table thead tr {
  background: #1a1e2a !important;
}

.cma-podveska-models-table thead th {
  color: #fff !important;
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 14px 16px;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.cma-podveska-models-table tbody tr {
  transition: background 0.15s;
}

.cma-podveska-models-table tbody tr:hover {
  background: #fff8f8;
}

.cma-podveska-models-table tbody td {
  color: #4a5568;
  padding: 12px 16px;
  font-size: 0.9rem;
  border-color: #e8ecf0 !important;
  vertical-align: middle;
}

.cma-podveska-models-table tbody td strong {
  color: #1a1e2a;
}

.cma-podveska-interval-badge {
  display: inline-block;
  background: #f0f4ff;
  color: #3b5bdb;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 12px;
  white-space: nowrap;
}

/* ============================================================
   SECTION 7: PROCESS STEPS (dark bg, horizontal)
   ============================================================ */

.cma-podveska-process {
  background: #0d111a;
  position: relative;
  overflow: hidden;
}

.cma-podveska-process__inner {
  padding: 72px 0;
  position: relative;
  z-index: 1;
}

.cma-podveska-process::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 55, 55, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 55, 55, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
}

.cma-podveska-steps {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.cma-podveska-step {
  position: relative;
  flex: 1 1 180px;
  max-width: 220px;
  text-align: center;
  padding: 0 12px;
}

.cma-podveska-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #ff3737;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 50%;
  margin: 0 auto 16px;
  position: relative;
  z-index: 2;
}

.cma-podveska-step__icon {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 14px;
}

.cma-podveska-step__title {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.cma-podveska-step__text {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.83rem;
  line-height: 1.5;
}

.cma-podveska-step__connector {
  position: absolute;
  top: 24px;
  right: -8px;
  width: 16px;
  height: 2px;
  background: rgba(255, 55, 55, 0.4);
  z-index: 1;
}

@media (max-width: 991px) {
  .cma-podveska-steps {
    gap: 32px;
  }

  .cma-podveska-step {
    flex: 1 1 140px;
    max-width: 160px;
  }

  .cma-podveska-step__connector {
    display: none;
  }
}

/* ============================================================
   SECTION 8: FAQ
   ============================================================ */

.cma-podveska-faq .card {
  border-radius: 10px !important;
  overflow: hidden;
}

.cma-podveska-faq .card-header .btn-link {
  font-size: 0.95rem;
  padding: 16px 20px;
  color: #1a1e2a !important;
}

.cma-podveska-faq .card-body {
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ============================================================
   SECTION 9: RELATED LINKS
   ============================================================ */

.cma-podveska-related-section {
  padding: 60px 0;
  background: #f8f9fb;
}

.cma-podveska-related-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  padding: 18px 20px;
  text-decoration: none;
  color: #2d3444;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

.cma-podveska-related-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  border-color: rgba(255, 55, 55, 0.3);
  color: #2d3444;
  text-decoration: none;
}

.cma-podveska-related-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 55, 55, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cma-podveska-related-icon i {
  color: #ff3737;
  font-size: 1.1rem;
}

.cma-podveska-related-title {
  flex: 1;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
}

.cma-podveska-related-arrow {
  color: #aaa;
  font-size: 0.8rem;
  flex-shrink: 0;
  transition: color 0.2s, transform 0.2s;
}

.cma-podveska-related-card:hover .cma-podveska-related-arrow {
  color: #ff3737;
  transform: translateX(3px);
}

/* ============================================================
   SECTION 10: FINAL CTA
   ============================================================ */

.cma-podveska-cta-section {
  background: #fff;
}

.cma-podveska-contact-card {
  background: #f8f9fb;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  padding: 32px 28px;
}

.cma-podveska-contact-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1e2a;
  margin-bottom: 24px;
  text-align: center;
  border-bottom: 2px solid #ff3737;
  padding-bottom: 12px;
}

.cma-podveska-contact-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 55, 55, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cma-podveska-contact-icon i {
  color: #ff3737;
  font-size: 1rem;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 991px) {
  .cma-podveska-page {
    margin-top: -60px;
  }

  .cma-podveska-hero .breadcrumb-txt h1 {
    font-size: 1.75rem;
  }

  .cma-podveska-prices-table thead th,
  .cma-podveska-prices-table tbody td {
    padding: 10px 12px;
    font-size: 0.82rem;
  }
}

@media (max-width: 767px) {
  .cma-podveska-hero .breadcrumb-txt h1 {
    font-size: 1.45rem;
  }

  .cma-podveska-stat__value {
    font-size: 1.4rem;
  }

  .cma-podveska-step {
    flex: 1 1 120px;
    max-width: 140px;
    padding: 0 6px;
  }

  .cma-podveska-step__title {
    font-size: 0.8rem;
  }

  .cma-podveska-step__text {
    font-size: 0.75rem;
  }
}
