/* Xtra Scrap — Premium Industrial theme */
:root {
  /* Core palette */
  --primary: #7A3C48;
  --primary-dark: #5E2F38;
  --primary-light: #94616E;
  --primary-rgb: 122, 60, 72;
  --charcoal: #2E2E2E;
  --charcoal-light: #3D3D3D;
  --bg: #F8F6F4;
  --text: #333333;
  --gold: #C79A4A;
  --gold-light: #D4AD6A;
  --success: #2E7D32;

  /* Semantic aliases (used across stylesheet) */
  --navy: var(--primary);
  --navy-mid: var(--primary-dark);
  --navy-light: var(--primary-light);
  --burgundy: var(--primary);
  --blue: var(--primary);
  --blue-hover: var(--primary-dark);
  --lime: var(--bg);
  --lime-dark: #EDE9E5;
  --cream: var(--bg);
  --white: #ffffff;
  --gray-50: var(--bg);
  --gray-100: #F0EBE7;
  --gray-200: #E0DAD4;
  --gray-400: #888888;
  --gray-600: #555555;
  --gray-800: var(--text);
  --whatsapp: #25D366;
  --shadow: 0 8px 30px rgba(46, 46, 46, 0.1);
  --shadow-lg: 0 20px 50px rgba(46, 46, 46, 0.14);
  --radius: 14px;
  --radius-sm: 8px;
  --font: 'Plus Jakarta Sans', system-ui, sans-serif;
  --header-h: 72px;
  --h1-size: clamp(1.85rem, 4.5vw, 3rem);
  --h2-size: clamp(1.5rem, 3vw, 2rem);
  --h3-size: clamp(1.05rem, 1.8vw, 1.2rem);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--gray-800);
  line-height: 1.65;
  background: var(--bg);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* Top urgency bar */
.top-bar {
  background: var(--charcoal);
  color: var(--bg);
  text-align: center;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 600;
}
.top-bar a { color: var(--gold-light); text-decoration: underline; font-weight: 700; }

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--charcoal);
  box-shadow: 0 2px 20px rgba(0,0,0,0.25);
  border-bottom: 3px solid var(--primary);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 16px;
  position: relative;
}
.logo img { height: 52px; border-radius: 6px; }
.nav { display: flex; gap: 24px; }
.nav a {
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  font-size: 0.92rem;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav a:hover, .nav a.active { color: var(--gold); }
.header-cta { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold-light);
  font-weight: 700;
  font-size: 0.88rem;
  white-space: nowrap;
}
.header-phone:hover { color: var(--gold); }
.header-icon {
  flex-shrink: 0;
  display: block;
}
.header-cta .btn-icon {
  flex-shrink: 0;
  display: block;
}
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.6rem;
  cursor: pointer;
  padding: 6px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-primary { background: var(--primary); color: var(--white); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-whatsapp { background: var(--whatsapp); color: var(--white); }
.btn-lime { background: var(--gold); color: var(--white); }
.btn-lime:hover { background: var(--gold-light); color: var(--charcoal); }
.btn-outline { background: transparent; border: 2px solid var(--white); color: var(--white); }
.btn-outline:hover { background: rgba(255,255,255,0.1); }
.btn-sm { padding: 10px 18px; font-size: 0.85rem; }
.btn-lg { padding: 16px 32px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn-outline-dark {
  background: transparent;
  border: 2px solid var(--navy);
  color: var(--navy);
}
.btn-outline-dark:hover {
  background: rgba(var(--primary-rgb), 0.06);
}
.hero-kicker {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}
.hero-points {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  max-width: 520px;
}
.hero-points li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  opacity: 0.92;
}
.hero-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.hero-actions-single { margin-top: 4px; gap: 12px; }
.hero-actions-single .btn { min-width: 0; flex: 0 1 auto; }
.hero-form-lead {
  text-align: center;
  font-size: 0.88rem;
  color: var(--gray-600);
  margin: -8px 0 14px;
  line-height: 1.5;
}
.form-reassurance {
  text-align: center;
  font-size: 0.78rem;
  color: var(--gray-600);
  margin-top: 12px;
  line-height: 1.45;
}
.local-bar-section {
  background: var(--cream);
  border-bottom: 1px solid var(--gray-200);
  padding: 22px 0;
}
.local-bar {
  border-left: 4px solid var(--navy);
  padding-left: 18px;
}
.local-bar-main {
  color: var(--gray-800);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 6px;
}
.local-bar-main strong { color: var(--navy); }
.local-bar-note {
  font-size: 0.85rem;
  color: var(--gray-600);
  margin: 0;
}
.section-actions-inline {
  justify-content: center;
  margin-top: 32px;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  padding: 60px 0 70px;
  background: var(--charcoal);
  min-height: 560px;
}
.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.85s ease;
  pointer-events: none;
}
.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.hero-slide-media,
.hero-slide-media img {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-slide-media img {
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.65);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
}
.hero-slider-nav {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
  align-items: center;
}
.hero-slider-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.hero-slider-dot.is-active {
  background: var(--gold);
  transform: scale(1.15);
}
.hero-slider-dot:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 2px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(240,192,64,0.15);
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: var(--h1-size);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 16px;
}
.hero h1 .highlight { color: var(--gold-light); display: block; }
.hero-sub { font-size: 1.1rem; opacity: 0.9; margin-bottom: 24px; max-width: 520px; }
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 28px;
}
.hero-stat { text-align: center; }
.hero-stat strong {
  display: block;
  font-size: 1.5rem;
  color: var(--gold-light);
  line-height: 1.2;
}
.hero-stat span { font-size: 0.8rem; opacity: 0.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-visual { position: relative; z-index: 1; }
.hero-form {
  padding: 20px 22px;
  margin: 0;
}
.hero-form h3 {
  text-align: center;
  margin-bottom: 12px;
  font-size: 1.1rem;
}
.hero-form .form-group { margin-bottom: 8px; }
.pickup-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 8px;
}
.pickup-form .form-row .form-group {
  margin-bottom: 0;
  min-width: 0;
}
.hero-form .form-group label {
  font-size: 0.8rem;
  margin-bottom: 4px;
}
.hero-form .label-optional {
  font-weight: 400;
  color: var(--gray-600);
}
.hero-form .form-group input,
.hero-form .form-group textarea,
.hero-form .form-group input[type="file"] {
  padding: 10px 12px;
  font-size: 0.88rem;
}
.hero-form .form-group textarea {
  min-height: 0;
  resize: none;
}
.hero-form .form-group-compact { margin-bottom: 10px; }
.hero-form .form-group-compact input[type="file"] {
  padding: 8px 10px;
  font-size: 0.8rem;
}
.hero-form .btn-block {
  margin-top: 2px;
  padding: 12px 20px;
  font-size: 0.9rem;
}
.hero-form .form-reassurance {
  margin-top: 8px;
  font-size: 0.72rem;
}

/* Page hero (inner pages) */
.page-hero {
  background: linear-gradient(145deg, var(--charcoal) 0%, var(--primary) 100%);
  padding: 50px 0 45px;
  color: var(--white);
  text-align: center;
}
.page-hero h1 {
  font-size: var(--h1-size);
  font-weight: 800;
  margin-bottom: 12px;
}
.page-hero p {
  opacity: 0.88;
  max-width: 640px;
  margin: 0 auto 24px;
  font-size: 1.05rem;
}
.page-hero .hero-actions { justify-content: center; }

.page-hero--banner {
  position: relative;
  padding: 72px 0 64px;
  overflow: hidden;
  background: var(--charcoal);
}
.page-hero--banner .page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero--banner .page-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}
.page-hero--banner::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(46, 46, 46, 0.82) 0%, rgba(122, 60, 72, 0.78) 100%);
}
.page-hero--banner .container {
  position: relative;
  z-index: 2;
}

/* Trust strip */
.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  padding: 28px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.trust-item {
  text-align: center;
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
}
.trust-item h4 {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0;
  max-width: 140px;
}
.trust-icon-svg {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  box-sizing: border-box;
  background: rgba(var(--primary-rgb), 0.08);
  border: 1.5px solid rgba(var(--primary-rgb), 0.12);
  border-radius: 14px;
  color: var(--navy);
}
.trust-icon-svg .icon-svg { width: 32px; height: 32px; }

/* Price teaser */
.price-teaser {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
.price-teaser-item {
  background: var(--white);
  padding: 0;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-200);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  min-width: 0;
}
.price-teaser-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.price-teaser-img {
  height: 150px;
  overflow: hidden;
  background: var(--gray-100);
}
.price-teaser-body {
  padding: 16px 12px 18px;
}
.price-teaser-body span {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gray-600);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}
.price-teaser-body strong {
  font-size: 1.35rem;
  color: var(--navy);
  font-weight: 800;
  line-height: 1.2;
  word-break: break-word;
}
.section-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  margin-top: 4px;
}
.section-actions .btn {
  flex: 0 1 auto;
  min-width: 220px;
}

/* Card & section images */
.card-img {
  height: 300px;
  overflow: hidden;
  margin: -28px -22px 16px;
  width: calc(100% + 44px);
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.service-card:hover .card-img img { transform: scale(1.05); }
.step-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  box-sizing: border-box;
  background: rgba(var(--primary-rgb), 0.08);
  border: 1.5px solid rgba(var(--primary-rgb), 0.12);
  border-radius: 14px;
  color: var(--navy);
}
.step-icon .icon-svg { width: 28px; height: 28px; }
.why-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  box-sizing: border-box;
  background: rgba(199, 154, 74, 0.12);
  border: 1.5px solid rgba(199, 154, 74, 0.25);
  border-radius: 14px;
  color: var(--gold-light);
}
.contact-item .icon,
.contact-card .icon {
  width: 46px;
  height: 46px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1.5px solid rgba(var(--primary-rgb), 0.15);
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary);
}
.icon-svg {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  pointer-events: none;
}
.section:not(.section-dark) .why-icon {
  background: rgba(var(--primary-rgb), 0.08);
  border-color: rgba(var(--primary-rgb), 0.15);
  color: var(--navy);
}
.faq-banner {
  margin-bottom: 40px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.faq-banner img { width: 100%; display: block; }
.page-hero-img {
  max-width: 720px;
  margin: 28px auto 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.floating-wa svg { display: block; }
.thank-you-box .success-img {
  width: 120px; height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 20px;
  border: 4px solid var(--gold);
}
.price-teaser-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Sections */
.section { padding: 70px 0; }
.section-gray { background: var(--gray-50); }
.section-dark { background: var(--charcoal); color: var(--white); }
.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 {
  font-size: var(--h2-size);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
}
.section-dark .section-header h2 { color: var(--white); }
.section-header p { color: var(--gray-600); max-width: 640px; margin: 0 auto; }
.section-dark .section-header p { color: rgba(255,255,255,0.75); }
.section-label {
  display: inline-block;
  color: var(--navy-light);
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  margin-bottom: 8px;
}
.section-dark .section-label { background: rgba(199, 154, 74, 0.15); color: var(--gold-light); }

/* How it works */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  counter-reset: step;
}
.step-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
  border-top: 3px solid var(--gold);
}
.step-card::before { display: none; }
.step-card h3 { color: var(--navy); margin-bottom: 10px; font-size: var(--h3-size); }
.step-card p { color: var(--gray-600); font-size: 0.92rem; }

/* Service cards */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 22px;
  box-shadow: var(--shadow);
  transition: transform 0.25s;
  border: 1px solid var(--gray-200);
}
.service-card:hover { transform: translateY(-5px); border-color: var(--gold); }
.service-card .icon {
  display: none;
}
.service-card {
  padding-top: 0;
  overflow: hidden;
}
.service-card h3 { color: var(--navy); font-size: var(--h3-size); margin-bottom: 10px; }
.service-card p { color: var(--gray-600); font-size: 0.88rem; line-height: 1.7; }
.service-card .btn { margin-top: 14px; }

/* Price cards */
.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
.price-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-200);
  transition: transform 0.25s, border-color 0.25s;
}
.price-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.price-card img { width: 100%; height: 200px; object-fit: cover; }
.price-card-body { padding: 18px; }
.price-card h3 { color: var(--navy); font-size: var(--h3-size); margin-bottom: 6px; }
.price-tag {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 12px;
}
.price-tag small { font-size: 0.75rem; font-weight: 500; color: var(--gray-600); }

/* FAQ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.faq-question {
  width: 100%;
  background: var(--navy);
  color: var(--white);
  border: none;
  padding: 18px 22px;
  font-family: var(--font);
  font-size: 0.98rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-question::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform 0.2s;
}
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-item.open .faq-answer { max-height: 500px; }
.faq-answer-inner {
  padding: 18px 22px;
  color: var(--gray-600);
  font-size: 0.92rem;
  line-height: 1.75;
}

/* Testimonials */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-200);
  border-left: 4px solid var(--gold);
}
.testimonial-meta {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--navy-light);
  background: var(--gray-100);
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 14px;
}
.testimonial-stars { color: var(--gold); margin-bottom: 12px; letter-spacing: 2px; }
.testimonial-card p {
  color: var(--gray-800);
  font-size: 0.92rem;
  font-style: normal;
  margin-bottom: 16px;
  line-height: 1.65;
}
.testimonial-card .author { font-weight: 600; color: var(--gray-600); font-size: 0.85rem; font-style: normal; }

/* CTA banner */
.cta-banner {
  background: var(--white);
  padding: 56px 0;
  text-align: center;
  color: var(--primary);
  border-top: 1px solid var(--gray-200);
  border-bottom: 4px solid var(--gold);
  margin-bottom: 0;
}
.cta-banner h2 {
  font-size: var(--h2-size);
  margin-bottom: 12px;
  color: var(--charcoal);
}
.cta-banner p {
  color: var(--gray-600);
  opacity: 1;
  margin-bottom: 28px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.cta-banner .hero-actions { justify-content: center; }
.cta-banner .btn-outline {
  border-color: var(--navy);
  color: var(--navy);
}
.cta-banner .btn-outline:hover {
  background: rgba(var(--primary-rgb), 0.06);
  color: var(--navy);
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}
.contact-info h2 { color: var(--navy); font-size: var(--h2-size); margin-bottom: 16px; }
.contact-info-panel {
  background: linear-gradient(160deg, var(--charcoal) 0%, var(--primary) 100%);
  color: var(--white);
  padding: 36px 32px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(199, 154, 74, 0.2);
}
.contact-info-panel .contact-info-header { margin-bottom: 8px; }
.contact-info-panel h2 { color: var(--white); font-size: var(--h2-size); margin-bottom: 10px; }
.contact-info-panel > p,
.contact-info-panel .contact-info-header p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 0;
}
.contact-info-panel .section-label {
  background: rgba(199, 154, 74, 0.15);
  color: var(--gold-light);
  margin-bottom: 14px;
}
.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 28px 0 24px;
}
.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 16px 18px;
  border-radius: var(--radius-sm);
  transition: background 0.2s, border-color 0.2s;
}
.contact-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(199, 154, 74, 0.35);
}
.contact-card .icon {
  background: rgba(199, 154, 74, 0.15);
  border-color: rgba(199, 154, 74, 0.3);
  color: var(--gold-light);
}
.contact-card-text { flex: 1; min-width: 0; }
.contact-card-text strong {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 4px;
  font-weight: 600;
}
.contact-card-text a,
.contact-card-text span {
  color: var(--white);
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.45;
  display: block;
}
.contact-card-text a:hover { color: var(--gold-light); }
.contact-map-note {
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: -8px 0 20px;
}
.contact-map-note strong { color: rgba(255, 255, 255, 0.9); }
.contact-details { display: flex; flex-direction: column; gap: 18px; margin: 24px 0; }
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.contact-item .icon,
.contact-card .icon {
  margin-top: 2px;
}
.contact-form {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
  height: 100%;
}
.contact-form h3 { color: var(--navy); margin-bottom: 20px; font-size: var(--h3-size); }
.form-group { margin-bottom: 16px; }
.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--gray-800);
}
.form-group input,
.form-group select,
.form-group textarea,
.form-group input[type="file"] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  font-family: var(--font);
  font-size: 0.95rem;
  background: var(--white);
  transition: border-color 0.2s;
}
.form-group input[type="file"] {
  padding: 10px 12px;
  font-size: 0.88rem;
  cursor: pointer;
}
.form-hint {
  display: block;
  font-size: 0.78rem;
  color: var(--gray-600);
  margin-top: 6px;
  line-height: 1.4;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.12);
}
.form-group textarea { resize: vertical; min-height: 90px; }

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.about-content h2 { color: var(--navy); font-size: var(--h2-size); margin-bottom: 16px; }
.about-content p { color: var(--gray-600); margin-bottom: 16px; }
.about-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

/* Why us */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.why-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
}
.why-card h3 { color: var(--gold-light); font-size: var(--h3-size); margin-bottom: 8px; }
.why-card p { font-size: 0.88rem; opacity: 0.85; }

/* Scrap tags */
.scrap-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.scrap-tag {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(199, 154, 74, 0.35);
  color: var(--white);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 500;
}

/* Legal content */
.legal-content { max-width: 820px; margin: 0 auto; }
.legal-content h2 {
  color: var(--navy);
  font-size: var(--h2-size);
  margin: 2em 0 0.75em;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--gold);
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li {
  color: var(--gray-600);
  margin-bottom: 1em;
  line-height: 1.8;
}
.legal-content ul { padding-left: 1.5em; list-style: disc; }

/* Thank you */
.thank-you-box {
  text-align: center;
  padding: 80px 24px;
  max-width: 640px;
  margin: 0 auto;
}
.thank-you-box .icon { font-size: 4rem; margin-bottom: 20px; }
.thank-you-box h1 { color: var(--navy); font-size: var(--h1-size); margin-bottom: 16px; }
.thank-you-highlight {
  background: #fff9c4;
  border: 1px solid var(--gold);
  color: var(--navy);
  padding: 16px 24px;
  border-radius: var(--radius);
  margin: 24px 0;
  font-weight: 600;
}

/* Footer */
.footer {
  background: var(--charcoal);
  color: rgba(255,255,255,0.7);
  padding: 50px 0 24px;
  margin-top: 0;
  border-top: 4px solid var(--primary);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 0.75fr;
  gap: 40px;
  margin-bottom: 36px;
}
.footer-brand img { height: 52px; border-radius: 6px; margin-bottom: 16px; }
.footer-tagline {
  color: var(--gold-light);
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 10px;
}
.footer-brand .footer-desc {
  font-size: 0.88rem;
  line-height: 1.75;
  margin-bottom: 22px;
  max-width: 440px;
  color: rgba(255,255,255,0.75);
}
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.86rem;
  line-height: 1.55;
}
.footer-contact-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  color: var(--gold-light);
}
.footer-contact-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.footer-contact a {
  color: rgba(255,255,255,0.88);
  transition: color 0.2s;
}
.footer-contact a:hover { color: var(--gold-light); }
.footer-contact-phones {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.footer-brand p { font-size: 0.88rem; line-height: 1.7; }
.footer h4 { color: var(--gold-light); font-size: 0.95rem; margin-bottom: 14px; }
.footer-links a {
  display: block;
  color: rgba(255,255,255,0.7);
  font-size: 0.88rem;
  padding: 5px 0;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.82rem;
}

/* Floating elements */
.floating-wa {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 998;
  width: 56px; height: 56px;
  background: var(--whatsapp);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.6rem;
  box-shadow: 0 4px 20px rgba(37,211,102,0.5);
  transition: transform 0.3s;
}
.floating-wa:hover { transform: scale(1.08); }

.sticky-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
  background: var(--charcoal);
  padding: 10px 16px;
  gap: 10px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
  border-top: 2px solid var(--primary);
}
.sticky-mobile-cta .btn {
  flex: 1;
  padding: 12px;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sticky-mobile-cta .btn-icon {
  flex-shrink: 0;
  display: block;
}

/* Eco banner */
.eco-banner {
  background: var(--bg);
  color: var(--primary);
  text-align: center;
  padding: 14px;
  font-weight: 600;
  font-size: 0.92rem;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}

/* Hindi / promo block */
.promo-block {
  background: linear-gradient(135deg, var(--cream) 0%, var(--gray-100) 100%);
  padding: 56px 0;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}
.promo-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.promo-content h2 {
  font-size: var(--h2-size);
  color: var(--navy);
  margin-bottom: 16px;
  font-weight: 700;
}
.promo-content p {
  color: var(--gray-600);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 28px;
}

/* Responsive */
@media (max-width: 992px) {
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .services-grid, .why-grid, .testimonials-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .menu-toggle { display: block; }
  .header-cta { display: none !important; }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 12px 16px 20px;
    gap: 4px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    border-top: 3px solid var(--gold);
    z-index: 1001;
  }
  .nav.active { display: flex; }
  .nav a {
    color: var(--gray-800);
    padding: 14px 16px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    width: 100%;
  }
  .nav a:hover,
  .nav a.active {
    color: var(--navy);
    background: var(--gray-100);
  }
  .menu-toggle.is-open {
    color: var(--gray-800);
    background: var(--white);
    border-radius: 8px;
  }
  body.menu-open { overflow: hidden; }
  .services-grid,
  .why-grid,
  .testimonials-grid,
  .steps-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand .footer-desc { max-width: none; }
  .footer-contact li { font-size: 0.84rem; }
  .sticky-mobile-cta { display: flex; }
  body { padding-bottom: 64px; }
  .floating-wa { display: none !important; }
  .section { padding: 48px 0; }
  .hero { padding: 40px 0 56px; min-height: 0; padding-bottom: 52px; }
  .hero-grid { gap: 28px; }
  .hero-slider-nav { bottom: 14px; }
  .hero-form { padding: 18px 16px; }
  .pickup-form .form-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
  .pickup-form .form-row .form-group { margin-bottom: 8px; }
  .hero-stats {
    justify-content: center;
    gap: 16px;
  }
  .hero-stat strong { font-size: 1.25rem; }
  .page-hero { padding: 36px 0 32px; }
  .page-hero--banner { padding: 52px 0 44px; min-height: 220px; }
  .page-hero--banner .page-hero-bg img { object-position: center center; }
  .page-hero p { font-size: 0.95rem; padding: 0 4px; }
  .contact-info-panel { padding: 28px 20px; }
  .contact-grid { gap: 28px; }
  .contact-form { padding: 24px 20px; }
  .card-img {
    margin: -28px -22px 16px;
    width: calc(100% + 44px);
  }
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .price-teaser { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .price-teaser-img { height: 120px; }
  .section-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 8px;
  }
  .section-actions .btn {
    width: 100%;
    min-width: 0;
    margin: 0 !important;
  }
  .trust-strip { padding: 20px 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .trust-item { padding: 12px 8px; }
  .trust-icon-svg { width: 56px; height: 56px; margin-bottom: 8px; }
  .trust-icon-svg .icon-svg { width: 26px; height: 26px; }
  .trust-item h4 { font-size: 0.68rem; max-width: none; letter-spacing: 0.2px; }
  .cta-banner { padding: 40px 0; }
  .cta-banner .hero-actions {
    flex-direction: column;
    align-items: stretch;
    padding: 0 8px;
  }
  .cta-banner .hero-actions .btn { width: 100%; }
  .top-bar { font-size: 0.78rem; padding: 8px 12px; line-height: 1.4; }
  .logo img { height: 44px; }
  .section-header { margin-bottom: 32px; }
  .promo-block { padding: 40px 0; }
  .promo-content p { font-size: 0.95rem; }
  .about-grid { gap: 28px; }
  .faq-banner { margin-bottom: 28px; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .trust-item { padding: 10px 6px; }
  .trust-icon-svg { width: 48px; height: 48px; margin-bottom: 6px; border-radius: 12px; }
  .trust-icon-svg .icon-svg { width: 22px; height: 22px; }
  .trust-item h4 { font-size: 0.62rem; letter-spacing: 0.15px; line-height: 1.3; }
  .hero-actions-single { flex-direction: column; align-items: stretch; }
  .hero-actions-single .btn { width: 100%; }
  .local-bar { padding-left: 14px; }
  .hero-actions .btn { width: 100%; }
  .hero-actions-single .btn { min-width: 0; width: 100%; }
  .price-teaser { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .price-teaser-img { height: 96px; }
  .price-teaser-body { padding: 10px 8px 12px; }
  .price-teaser-body span { font-size: 0.7rem; margin-bottom: 4px; }
  .price-teaser-body strong { font-size: 1.05rem; }
  .price-grid { grid-template-columns: 1fr; }
  .footer-brand p { font-size: 0.85rem; }
  .sticky-mobile-cta { padding: 8px 12px; }
}

/* Keyword table */
.keyword-table-wrap { overflow-x: auto; margin-top: 20px; }
.keyword-table { width: 100%; border-collapse: collapse; }
.keyword-table td {
  padding: 14px 18px;
  border: 1px solid var(--gray-200);
  font-size: 0.88rem;
  color: var(--gray-600);
  background: var(--white);
}
.keyword-table tr:nth-child(even) td { background: var(--gray-50); }

/* AC promo section — matches Premium Industrial theme */
.ac-promo {
  font-family: var(--font);
  overflow: hidden;
  border-top: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
}
.ac-promo-hero {
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-light) 55%, var(--primary-dark) 100%);
  color: var(--white);
  padding: 48px 0 36px;
  position: relative;
}
.ac-promo-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 85% 40%, rgba(var(--primary-rgb), 0.22), transparent 60%);
  pointer-events: none;
}
.ac-promo-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ac-promo-kicker {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 10px;
}
.ac-promo-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 16px;
  color: var(--white);
}
.ac-promo-accent {
  display: block;
  color: var(--gold-light);
  font-size: clamp(2rem, 5vw, 3.25rem);
  letter-spacing: 0.02em;
  margin-top: 4px;
}
.ac-promo-lime { display: block; color: var(--gold-light); }
.ac-promo-offer {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.4;
}
.ac-promo-offer strong {
  font-size: clamp(2rem, 5vw, 3rem);
  color: #fff;
  font-weight: 800;
  display: inline-block;
  margin: 0 6px;
}
.ac-promo-offer span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.35);
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.ac-promo-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ac-promo-trust li {
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gold-light);
  line-height: 1.25;
}
.ac-promo-trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 6px;
  border-radius: 50%;
  background: rgba(199, 154, 74, 0.15);
  border: 1px solid rgba(199, 154, 74, 0.4);
  color: var(--gold);
}
.ac-promo-trust-icon svg { width: 22px; height: 22px; }
.ac-promo-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
}
.ac-promo-unit {
  max-width: 340px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
  border-radius: var(--radius);
  border: 3px solid rgba(199, 154, 74, 0.35);
}
.ac-promo-types {
  background: var(--white);
  padding: 0 0 28px;
}
.ac-promo-types-label {
  background: var(--primary);
  color: var(--white);
  text-align: center;
  font-weight: 800;
  font-size: clamp(0.78rem, 2vw, 0.95rem);
  letter-spacing: 0.08em;
  padding: 10px 16px;
  margin: 0;
}
.ac-promo-types-label span { opacity: 0.75; margin: 0 8px; color: var(--gold-light); }
.ac-promo-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 24px;
}
.ac-promo-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-200);
  text-align: center;
}
.ac-promo-card header {
  padding: 10px 12px;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.ac-promo-card--primary header { background: var(--primary); }
.ac-promo-card--accent header { background: var(--charcoal); }
.ac-promo-card--blue header { background: var(--primary); }
.ac-promo-card--green header { background: var(--charcoal); }
.ac-promo-card-media {
  width: 100%;
  height: 225px;
  overflow: hidden;
  background: var(--gray-100);
}
.ac-promo-card img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  object-position: center center;
  display: block;
  background: var(--gray-100);
}
.ac-promo-card p {
  padding: 14px 12px 18px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text);
  margin: 0;
}
.ac-promo-card p strong {
  display: block;
  font-size: 1.65rem;
  margin-top: 4px;
  font-weight: 800;
}
.ac-promo-card--primary p strong { color: var(--primary); }
.ac-promo-card--accent p strong { color: var(--gold); }
.ac-promo-card--blue p strong { color: var(--primary); }
.ac-promo-card--green p strong { color: var(--gold); }
.ac-promo-benefits {
  background: linear-gradient(180deg, var(--bg) 0%, var(--gray-100) 100%);
  padding: 28px 0;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}
.ac-promo-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ac-promo-benefit {
  text-align: center;
}
.ac-promo-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 10px;
  border-radius: 12px;
}
.ac-promo-benefit-icon svg { width: 26px; height: 26px; }
.ac-promo-benefit-icon--primary {
  background: rgba(var(--primary-rgb), 0.12);
  color: var(--primary);
}
.ac-promo-benefit-icon--gold {
  background: rgba(199, 154, 74, 0.15);
  color: var(--gold);
}
.ac-promo-benefit-icon--green {
  background: rgba(var(--primary-rgb), 0.12);
  color: var(--primary);
}
.ac-promo-benefit-icon--blue {
  background: rgba(199, 154, 74, 0.15);
  color: var(--gold);
}
.ac-promo-benefit p {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.ac-promo-proof {
  background: var(--charcoal);
  color: var(--white);
  padding: 0;
}
.ac-promo-proof-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: stretch;
  min-height: 100px;
}
.ac-promo-brand {
  background: var(--primary-dark);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
.ac-promo-brand strong {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--gold-light);
  display: block;
  margin-bottom: 4px;
}
.ac-promo-brand span {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.9;
}
.ac-promo-stats {
  padding: 24px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ac-promo-stats strong {
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  font-weight: 800;
  color: var(--gold-light);
  display: block;
  margin-bottom: 4px;
}
.ac-promo-stats span {
  font-size: 0.78rem;
  opacity: 0.85;
}
.ac-promo-eco {
  background: var(--primary);
  padding: 24px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}
.ac-promo-eco-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
}
.ac-promo-eco-icon svg { width: 26px; height: 26px; }
.ac-promo-eco p {
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media (max-width: 900px) {
  .ac-promo-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .ac-promo-trust { grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 360px; margin: 0 auto; }
  .ac-promo-visual { order: -1; min-height: 220px; }
  .ac-promo-proof-inner { grid-template-columns: 1fr; }
  .ac-promo-brand,
  .ac-promo-eco { clip-path: none; }
  .ac-promo-benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 600px) {
  .ac-promo-hero { padding: 32px 0 24px; }
  .ac-promo-cards { grid-template-columns: 1fr; max-width: 280px; margin-left: auto; margin-right: auto; }
  .ac-promo-benefits-grid { grid-template-columns: 1fr 1fr; }
  .ac-promo-unit { max-width: 260px; }
}
