/* ============================================
   CarMaint KZ — Workshop Theme
   Мастерская: #111827 + #F97316
   Prefix: cm-
   ============================================ */

/* --- RESET & BASE --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #111827;
  color: #D1D5DB;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #F97316;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #FB923C;
}

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

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', cursive;
  color: #F9FAFB;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1 { font-size: 3.2rem; }
h2 { font-size: 2.4rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.4rem; }

p {
  margin-bottom: 1rem;
  color: #9CA3AF;
}

/* --- UTILITY --- */
.cm-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.cm-section-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.cm-section-title h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 16px;
}

.cm-section-title h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #F97316;
  border-radius: 2px;
}

.cm-section-title p {
  margin-top: 12px;
  font-size: 1.05rem;
  color: #6B7280;
}

.cm-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  font-family: 'Bebas Neue', cursive;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.cm-btn-primary {
  background: #F97316;
  color: #111827;
}

.cm-btn-primary:hover {
  background: #EA580C;
  color: #111827;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.3);
}

.cm-btn-outline {
  background: transparent;
  color: #F97316;
  border: 2px solid #F97316;
}

.cm-btn-outline:hover {
  background: #F97316;
  color: #111827;
  transform: translateY(-2px);
}

.cm-btn-sm {
  padding: 10px 22px;
  font-size: 1rem;
}

/* --- HEADER --- */
.cm-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(17, 24, 39, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(249, 115, 22, 0.15);
  transition: all 0.3s ease;
}

.cm-header.cm-scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  border-bottom-color: rgba(249, 115, 22, 0.3);
}

.cm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 72px;
  max-width: 1200px;
  margin: 0 auto;
}

.cm-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Bebas Neue', cursive;
  font-size: 1.6rem;
  color: #F9FAFB;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.cm-logo iconify-icon {
  font-size: 1.8rem;
  color: #F97316;
}

.cm-logo span {
  color: #F97316;
}

.cm-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.cm-nav a {
  color: #D1D5DB;
  font-size: 0.95rem;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
  transition: color 0.3s ease;
}

.cm-nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #F97316;
  transition: width 0.3s ease;
}

.cm-nav a:hover,
.cm-nav a.cm-active {
  color: #F97316;
}

.cm-nav a:hover::after,
.cm-nav a.cm-active::after {
  width: 100%;
}

.cm-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.cm-burger span {
  display: block;
  width: 26px;
  height: 2px;
  background: #F9FAFB;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.cm-burger.cm-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.cm-burger.cm-active span:nth-child(2) {
  opacity: 0;
}

.cm-burger.cm-active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* --- WORKSHOP BANNER (index) --- */
.cm-workshop-banner {
  padding: 140px 0 80px;
  background: linear-gradient(135deg, #111827 0%, #1F2937 50%, #111827 100%);
  position: relative;
  overflow: hidden;
}

.cm-workshop-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 40px,
      rgba(249, 115, 22, 0.03) 40px,
      rgba(249, 115, 22, 0.03) 41px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 40px,
      rgba(249, 115, 22, 0.03) 40px,
      rgba(249, 115, 22, 0.03) 41px
    );
  pointer-events: none;
}

.cm-workshop-banner::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.08), transparent 70%);
  pointer-events: none;
}

.cm-banner-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.cm-banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(249, 115, 22, 0.12);
  border: 1px solid rgba(249, 115, 22, 0.3);
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 0.85rem;
  color: #F97316;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.cm-banner-content h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  line-height: 1.1;
}

.cm-banner-content h1 span {
  color: #F97316;
}

.cm-banner-content p {
  font-size: 1.15rem;
  color: #9CA3AF;
  margin-bottom: 32px;
  max-width: 560px;
}

.cm-banner-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cm-banner-stats {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid rgba(249, 115, 22, 0.15);
}

.cm-banner-stat {
  text-align: center;
}

.cm-banner-stat .cm-stat-num {
  display: block;
  font-family: 'Bebas Neue', cursive;
  font-size: 2.4rem;
  color: #F97316;
  line-height: 1;
}

.cm-banner-stat .cm-stat-label {
  font-size: 0.85rem;
  color: #6B7280;
  margin-top: 4px;
}

/* --- FEATURES GRID --- */
.cm-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cm-feature-box {
  background: #1F2937;
  border: 1px solid #374151;
  border-radius: 8px;
  padding: 32px 28px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cm-feature-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #F97316, #FB923C);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.cm-feature-box:hover {
  border-color: rgba(249, 115, 22, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.cm-feature-box:hover::before {
  transform: scaleX(1);
}

.cm-feature-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(249, 115, 22, 0.1);
  border-radius: 8px;
  margin-bottom: 20px;
}

.cm-feature-icon iconify-icon {
  font-size: 1.6rem;
  color: #F97316;
}

.cm-feature-box h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.cm-feature-box p {
  font-size: 0.95rem;
  color: #6B7280;
  line-height: 1.6;
}

/* --- SERVICE LIST (about page) --- */
.cm-services-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.cm-service-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #1F2937;
  border: 1px solid #374151;
  border-radius: 8px;
  padding: 24px;
  transition: all 0.3s ease;
}

.cm-service-item:hover {
  border-color: rgba(249, 115, 22, 0.3);
  transform: translateY(-2px);
}

.cm-service-item iconify-icon {
  font-size: 1.5rem;
  color: #F97316;
  flex-shrink: 0;
  margin-top: 2px;
}

.cm-service-item h4 {
  margin-bottom: 6px;
  font-size: 1.15rem;
}

.cm-service-item p {
  font-size: 0.9rem;
  color: #6B7280;
}

/* --- TEAM SECTION --- */
.cm-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cm-team-member {
  background: #1F2937;
  border: 1px solid #374151;
  border-radius: 8px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.cm-team-member:hover {
  border-color: rgba(249, 115, 22, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.cm-team-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 2px solid rgba(249, 115, 22, 0.3);
}

.cm-team-avatar iconify-icon {
  font-size: 2rem;
  color: #F97316;
}

.cm-team-member h4 {
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.cm-team-member .cm-team-role {
  color: #F97316;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.cm-team-member p {
  font-size: 0.9rem;
  color: #6B7280;
}

/* --- PRICING TIERS --- */
.cm-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.cm-pricing-card {
  background: #1F2937;
  border: 1px solid #374151;
  border-radius: 8px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}

.cm-pricing-card.cm-pricing-featured {
  border-color: #F97316;
  transform: scale(1.03);
}

.cm-pricing-card.cm-pricing-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #F97316, #FB923C);
}

.cm-pricing-card:hover {
  border-color: rgba(249, 115, 22, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.cm-pricing-card.cm-pricing-featured:hover {
  transform: scale(1.03) translateY(-4px);
}

.cm-pricing-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #F97316;
  color: #111827;
  font-family: 'Bebas Neue', cursive;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  padding: 4px 14px;
  border-radius: 4px;
}

.cm-pricing-name {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.4rem;
  color: #F9FAFB;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.cm-pricing-price {
  font-family: 'Bebas Neue', cursive;
  font-size: 2.8rem;
  color: #F97316;
  line-height: 1;
  margin-bottom: 4px;
}

.cm-pricing-period {
  font-size: 0.85rem;
  color: #6B7280;
  margin-bottom: 24px;
}

.cm-pricing-features {
  flex: 1;
  margin-bottom: 28px;
}

.cm-pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.95rem;
  color: #D1D5DB;
  border-bottom: 1px solid rgba(55, 65, 81, 0.5);
}

.cm-pricing-features li:last-child {
  border-bottom: none;
}

.cm-pricing-features li iconify-icon {
  color: #F97316;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.cm-pricing-card .cm-btn {
  width: 100%;
  justify-content: center;
}

/* --- TIPS PAGE --- */
.cm-tips-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.cm-tip-card {
  background: #1F2937;
  border: 1px solid #374151;
  border-radius: 8px;
  padding: 28px 24px;
  transition: all 0.3s ease;
}

.cm-tip-card:hover {
  border-color: rgba(249, 115, 22, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.cm-tip-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.cm-tip-card-header iconify-icon {
  font-size: 1.5rem;
  color: #F97316;
}

.cm-tip-card-header h3 {
  font-size: 1.2rem;
}

.cm-tip-card p {
  font-size: 0.95rem;
  color: #9CA3AF;
}

.cm-tip-card ul {
  margin-top: 10px;
}

.cm-tip-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  font-size: 0.9rem;
  color: #9CA3AF;
}

.cm-tip-card ul li iconify-icon {
  color: #F97316;
  font-size: 0.85rem;
  margin-top: 4px;
  flex-shrink: 0;
}

/* --- RULES / FINES TABLE --- */
.cm-fines-table-wrap {
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid #374151;
  margin-bottom: 40px;
}

.cm-fines-table {
  width: 100%;
  border-collapse: collapse;
  background: #1F2937;
}

.cm-fines-table thead th {
  background: rgba(249, 115, 22, 0.1);
  font-family: 'Bebas Neue', cursive;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #F97316;
  padding: 14px 18px;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(249, 115, 22, 0.2);
}

.cm-fines-table tbody td {
  padding: 12px 18px;
  font-size: 0.95rem;
  color: #D1D5DB;
  border-bottom: 1px solid #374151;
}

.cm-fines-table tbody tr:hover {
  background: rgba(249, 115, 22, 0.05);
}

.cm-fines-table tbody tr:last-child td {
  border-bottom: none;
}

/* --- FAQ SECTION --- */
.cm-faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.cm-faq-item {
  border: 1px solid #374151;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #1F2937;
  transition: border-color 0.3s ease;
}

.cm-faq-item.cm-faq-open {
  border-color: rgba(249, 115, 22, 0.3);
}

.cm-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #F9FAFB;
  gap: 12px;
  transition: color 0.3s ease;
}

.cm-faq-question:hover {
  color: #F97316;
}

.cm-faq-question iconify-icon {
  font-size: 1.2rem;
  color: #F97316;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.cm-faq-item.cm-faq-open .cm-faq-question iconify-icon {
  transform: rotate(180deg);
}

.cm-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.cm-faq-item.cm-faq-open .cm-faq-answer {
  max-height: 500px;
}

.cm-faq-answer-inner {
  padding: 0 22px 18px;
  font-size: 0.95rem;
  color: #9CA3AF;
  line-height: 1.7;
}

/* --- CONTACT SECTION --- */
.cm-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.cm-contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cm-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  background: #1F2937;
  border: 1px solid #374151;
  border-radius: 8px;
}

.cm-contact-item iconify-icon {
  font-size: 1.4rem;
  color: #F97316;
  flex-shrink: 0;
  margin-top: 2px;
}

.cm-contact-item h4 {
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.cm-contact-item p,
.cm-contact-item a {
  font-size: 0.95rem;
  color: #9CA3AF;
}

.cm-contact-item a:hover {
  color: #F97316;
}

.cm-contact-form {
  background: #1F2937;
  border: 1px solid #374151;
  border-radius: 8px;
  padding: 32px;
}

.cm-form-group {
  margin-bottom: 18px;
}

.cm-form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #D1D5DB;
  margin-bottom: 6px;
}

.cm-form-group input,
.cm-form-group textarea,
.cm-form-group select {
  width: 100%;
  padding: 12px 16px;
  background: #111827;
  border: 1px solid #374151;
  border-radius: 6px;
  color: #F9FAFB;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  transition: border-color 0.3s ease;
}

.cm-form-group input:focus,
.cm-form-group textarea:focus,
.cm-form-group select:focus {
  outline: none;
  border-color: #F97316;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15);
}

.cm-form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.cm-form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.cm-form-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #F97316;
  flex-shrink: 0;
}

.cm-form-consent label {
  font-size: 0.85rem;
  color: #9CA3AF;
  line-height: 1.5;
}

.cm-form-consent label a {
  color: #F97316;
}

.cm-hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
}

/* --- REVIEWS --- */
.cm-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cm-review-card {
  background: #1F2937;
  border: 1px solid #374151;
  border-radius: 8px;
  padding: 28px 24px;
  position: relative;
  transition: all 0.3s ease;
}

.cm-review-card:hover {
  border-color: rgba(249, 115, 22, 0.3);
  transform: translateY(-2px);
}

.cm-review-card::before {
  content: '\201C';
  font-family: 'Bebas Neue', cursive;
  font-size: 4rem;
  color: rgba(249, 115, 22, 0.15);
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 1;
}

.cm-review-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
}

.cm-review-stars iconify-icon {
  color: #F97316;
  font-size: 1.1rem;
}

.cm-review-card p {
  font-size: 0.95rem;
  color: #D1D5DB;
  font-style: italic;
  margin-bottom: 16px;
  line-height: 1.7;
}

.cm-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cm-review-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(249, 115, 22, 0.3);
}

.cm-review-author-avatar iconify-icon {
  font-size: 1.2rem;
  color: #F97316;
}

.cm-review-author-name {
  font-weight: 700;
  color: #F9FAFB;
  font-size: 0.95rem;
}

.cm-review-author-info {
  font-size: 0.8rem;
  color: #6B7280;
}

/* --- WORKSHOP CTA --- */
.cm-workshop-cta {
  background: linear-gradient(135deg, #1F2937 0%, #111827 100%);
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: 12px;
  padding: 60px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cm-workshop-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(249, 115, 22, 0.04), transparent 60%);
  pointer-events: none;
}

.cm-workshop-cta h2 {
  margin-bottom: 14px;
  position: relative;
}

.cm-workshop-cta p {
  font-size: 1.05rem;
  max-width: 500px;
  margin: 0 auto 28px;
  color: #9CA3AF;
  position: relative;
}

.cm-workshop-cta .cm-btn {
  position: relative;
}

/* --- BREADCRUMBS --- */
.cm-breadcrumbs {
  padding: 100px 0 0;
}

.cm-breadcrumbs-list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 0;
  border-bottom: 1px solid #374151;
  margin-bottom: 0;
}

.cm-breadcrumbs-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}

.cm-breadcrumbs-list li a {
  color: #6B7280;
}

.cm-breadcrumbs-list li a:hover {
  color: #F97316;
}

.cm-breadcrumbs-list li span {
  color: #D1D5DB;
}

.cm-breadcrumbs-list li iconify-icon {
  color: #4B5563;
  font-size: 0.75rem;
}

/* --- PAGE HEADER (inner pages) --- */
.cm-page-header {
  padding: 40px 0;
  text-align: center;
  background: linear-gradient(180deg, rgba(249, 115, 22, 0.05), transparent);
}

.cm-page-header h1 {
  margin-bottom: 12px;
}

.cm-page-header p {
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
  color: #9CA3AF;
}

/* --- LEGAL PAGES (privacy, terms, refund) --- */
.cm-legal-content {
  max-width: 800px;
  margin: 0 auto;
}

.cm-legal-content h2 {
  font-size: 1.6rem;
  margin: 40px 0 16px;
  color: #F97316;
}

.cm-legal-content h3 {
  font-size: 1.3rem;
  margin: 28px 0 12px;
}

.cm-legal-content p {
  margin-bottom: 14px;
  line-height: 1.8;
}

.cm-legal-content ul {
  margin: 10px 0 20px 20px;
}

.cm-legal-content ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: #9CA3AF;
  font-size: 0.95rem;
}

.cm-legal-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #F97316;
  border-radius: 50%;
}

/* --- THANK YOU PAGE --- */
.cm-thankyou {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 72px;
}

.cm-thankyou-content {
  max-width: 500px;
}

.cm-thankyou-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  border: 2px solid rgba(249, 115, 22, 0.3);
}

.cm-thankyou-icon iconify-icon {
  font-size: 2.5rem;
  color: #F97316;
}

.cm-thankyou-content h1 {
  margin-bottom: 12px;
}

.cm-thankyou-content p {
  margin-bottom: 28px;
  font-size: 1.05rem;
}

/* --- 404 PAGE --- */
.cm-notfound {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 72px;
}

.cm-notfound-content {
  max-width: 500px;
}

.cm-notfound-code {
  font-family: 'Bebas Neue', cursive;
  font-size: 8rem;
  color: #F97316;
  line-height: 1;
  opacity: 0.3;
  margin-bottom: 10px;
}

.cm-notfound-content h1 {
  margin-bottom: 12px;
}

.cm-notfound-content p {
  margin-bottom: 28px;
  font-size: 1.05rem;
}

/* --- FOOTER --- */
.cm-footer {
  background: #0D1117;
  border-top: 1px solid #1F2937;
  padding: 60px 0 0;
}

.cm-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.cm-footer-about {
  max-width: 280px;
}

.cm-footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Bebas Neue', cursive;
  font-size: 1.4rem;
  color: #F9FAFB;
  text-decoration: none;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}

.cm-footer-logo iconify-icon {
  font-size: 1.6rem;
  color: #F97316;
}

.cm-footer-logo span {
  color: #F97316;
}

.cm-footer-about p {
  font-size: 0.9rem;
  color: #6B7280;
  line-height: 1.6;
}

.cm-footer h4 {
  font-size: 1.1rem;
  margin-bottom: 18px;
  color: #F9FAFB;
}

.cm-footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cm-footer-links a {
  color: #6B7280;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}

.cm-footer-links a:hover {
  color: #F97316;
}

.cm-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.cm-footer-contact-item iconify-icon {
  color: #F97316;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.cm-footer-contact-item p,
.cm-footer-contact-item a {
  font-size: 0.9rem;
  color: #6B7280;
}

.cm-footer-contact-item a:hover {
  color: #F97316;
}

.cm-footer-bottom {
  border-top: 1px solid #1F2937;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.cm-footer-copy {
  font-size: 0.85rem;
  color: #4B5563;
}

.cm-footer-copy a {
  color: #6B7280;
}

.cm-footer-copy a:hover {
  color: #F97316;
}

.cm-footer-bin {
  font-size: 0.8rem;
  color: #4B5563;
}

/* --- COOKIE BANNER --- */
.cm-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1F2937;
  border-top: 1px solid rgba(249, 115, 22, 0.2);
  padding: 18px 24px;
  z-index: 9999;
  display: none;
  animation: cm-slideUp 0.4s ease;
}

.cm-cookie-banner.cm-cookie-show {
  display: block;
}

@keyframes cm-slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.cm-cookie-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.cm-cookie-inner p {
  font-size: 0.9rem;
  color: #D1D5DB;
  margin: 0;
  flex: 1;
}

.cm-cookie-inner p a {
  color: #F97316;
}

.cm-cookie-btn {
  padding: 10px 24px;
  background: #F97316;
  color: #111827;
  border: none;
  border-radius: 4px;
  font-family: 'Bebas Neue', cursive;
  font-size: 1rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cm-cookie-btn:hover {
  background: #EA580C;
}

/* --- ABOUT PAGE --- */
.cm-about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.cm-about-intro-text h2 {
  margin-bottom: 16px;
}

.cm-about-intro-text p {
  line-height: 1.8;
}

.cm-about-intro-visual {
  background: #1F2937;
  border: 1px solid #374151;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 300px;
}

.cm-about-intro-visual iconify-icon {
  font-size: 4rem;
  color: #F97316;
  margin-bottom: 16px;
}

.cm-about-intro-visual h3 {
  margin-bottom: 8px;
}

.cm-about-intro-visual p {
  font-size: 0.9rem;
  color: #6B7280;
}

/* --- INDUSTRIAL DIVIDERS --- */
.cm-divider {
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(
    90deg,
    #F97316 0,
    #F97316 8px,
    transparent 8px,
    transparent 16px
  );
  opacity: 0.3;
}

.cm-divider-sm {
  height: 2px;
  opacity: 0.2;
}

/* --- SCROLLBAR --- */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #111827;
}

::-webkit-scrollbar-thumb {
  background: #374151;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #F97316;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .cm-features-grid,
  .cm-team-grid,
  .cm-pricing-grid,
  .cm-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cm-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cm-about-intro {
    grid-template-columns: 1fr;
  }

  .cm-pricing-card.cm-pricing-featured {
    transform: none;
  }

  .cm-pricing-card.cm-pricing-featured:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 768px) {
  h1 { font-size: 2.4rem; }
  h2 { font-size: 1.8rem; }
  h3 { font-size: 1.4rem; }

  .cm-section {
    padding: 50px 0;
  }

  .cm-nav {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    background: rgba(17, 24, 39, 0.98);
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    transform: translateY(-120%);
    opacity: 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(249, 115, 22, 0.2);
  }

  .cm-nav.cm-nav-open {
    transform: translateY(0);
    opacity: 1;
  }

  .cm-burger {
    display: flex;
  }

  .cm-workshop-banner {
    padding: 120px 0 60px;
  }

  .cm-banner-content h1 {
    font-size: 2.6rem;
  }

  .cm-banner-stats {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .cm-features-grid,
  .cm-team-grid,
  .cm-pricing-grid,
  .cm-reviews-grid,
  .cm-tips-content,
  .cm-services-list {
    grid-template-columns: 1fr;
  }

  .cm-contact-grid {
    grid-template-columns: 1fr;
  }

  .cm-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cm-footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .cm-workshop-cta {
    padding: 40px 24px;
  }

  .cm-cookie-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .cm-banner-content h1 {
    font-size: 2rem;
  }

  .cm-btn {
    padding: 12px 24px;
    font-size: 1rem;
  }

  .cm-banner-actions {
    flex-direction: column;
  }

  .cm-header-inner {
    height: 64px;
  }

  .cm-nav {
    top: 64px;
  }

  .cm-breadcrumbs {
    padding-top: 80px;
  }

  .cm-workshop-banner {
    padding: 100px 0 50px;
  }
}

[class*="photo"] img,[class*="avatar"] img{width:100%;height:100%;object-fit:cover;border-radius:50%}
[class*="visual"] img{width:100%;height:100%;object-fit:cover;border-radius:12px}

/* === CarMaint Stats === */
.cm-stats-section{background:#0D1117}
.cm-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem}
.cm-stat{text-align:center;padding:2rem;background:#111827;border-radius:12px;border:1px solid #1F2937}
.cm-stat iconify-icon{font-size:2rem;color:#F59E0B}
.cm-stat__num{font-size:2.5rem;font-weight:800;color:#F59E0B;margin:.5rem 0 .25rem}
.cm-stat__label{color:#9CA3AF}
@media(max-width:768px){.cm-stats-grid{grid-template-columns:repeat(2,1fr)}}
/* === CarMaint Team === */
.cm-team-section{background:#111827}
.cm-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}
.cm-team-card{background:#0D1117;border-radius:12px;padding:2rem;text-align:center;border:1px solid #1F2937}
.cm-team-initials{width:72px;height:72px;border-radius:50%;background:#F59E0B;color:#0D1117;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}
.cm-team-card h3{color:#fff;margin-bottom:.25rem}
.cm-team-role{color:#F59E0B;font-size:.9rem;margin-bottom:.75rem}
.cm-team-card p{color:#9CA3AF;font-size:.9rem}
@media(max-width:768px){.cm-team-grid{grid-template-columns:1fr}}
