/* ==========================================================================
   components/progressive-lenses/progressive-lenses.css
   استایل اختصاصی صفحه سئویی عدسی‌های تدریجی
   ========================================================================== */

:root {
  --prog-dark:       #0D1F1A;
  --prog-green:      #1B7A4F;
  --prog-green-mid:  #27AE72;
  --prog-green-lt:   #4DD99A;
  --prog-gold:       #D4A017;
  --prog-gold-lt:    #F0C04A;
  --prog-amber:      #E07B39;
  --prog-bg-dark:    #081510;
  --prog-gray-light: #F7FAF8;
  --prog-gray-border:#DEE8E1;
}

/* ─── Base ────────────────────────────────────────────────── */
.progressive-lenses-page {
  background-color: var(--bg-body);
  color: var(--text-main);
  font-family: 'Outfit', 'Vazirmatn', sans-serif;
  line-height: 1.8;
  padding-bottom: 80px;
  overflow-x: hidden;
}

/* ─── 1. Hero Banner ──────────────────────────────────────── */
.prog-hero {
  position: relative;
  background: linear-gradient(135deg, var(--prog-bg-dark) 0%, #0D2918 60%, #122A20 100%);
  color: #fff;
  padding: 90px 0 100px;
  border-bottom: 5px solid var(--prog-green-mid);
  overflow: hidden;
  margin-bottom: 0;
}

.prog-hero-glow-1 {
  position: absolute;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(39, 174, 114, 0.18) 0%, transparent 70%);
  top: -200px; right: -100px;
  filter: blur(60px); pointer-events: none; z-index: 1;
  animation: progGlow1 9s ease-in-out infinite alternate;
}
.prog-hero-glow-2 {
  position: absolute;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.12) 0%, transparent 70%);
  bottom: -150px; left: -80px;
  filter: blur(50px); pointer-events: none; z-index: 1;
  animation: progGlow2 9s ease-in-out infinite alternate;
}

@keyframes progGlow1 {
  0%   { transform: translate(0,0) scale(1); }
  100% { transform: translate(25px, 30px) scale(1.12); }
}
@keyframes progGlow2 {
  0%   { transform: translate(0,0) scale(1); }
  100% { transform: translate(-25px, -20px) scale(1.1); }
}

.prog-hero-inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 50px;
  align-items: center;
}

.prog-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 6px 18px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  color: var(--prog-green-lt);
  font-weight: 600;
  margin-bottom: 22px;
}

.prog-hero-title {
  font-size: 2.8rem;
  font-weight: 850;
  line-height: 1.35;
  margin-bottom: 22px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

.prog-title-highlight {
  color: var(--prog-green-lt);
  position: relative;
  display: inline-block;
}
.prog-title-highlight::after {
  content: '';
  position: absolute;
  bottom: 3px; left: 0; width: 100%; height: 4px;
  background: var(--prog-gold);
  border-radius: var(--radius-full);
}

.prog-hero-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.87);
  margin-bottom: 35px;
  line-height: 1.95;
  text-align: justify;
}

.prog-hero-cta {
  display: flex; gap: 15px; flex-wrap: wrap; margin-bottom: 35px;
}

.btn-prog-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--prog-green) 0%, var(--prog-green-mid) 100%);
  color: #fff;
  padding: 14px 30px;
  border-radius: var(--radius-md);
  font-weight: 700; font-size: 1rem;
  box-shadow: 0 4px 18px rgba(27, 122, 79, 0.35);
  transition: var(--transition-normal);
}
.btn-prog-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(27, 122, 79, 0.5);
  background: linear-gradient(135deg, var(--prog-green-mid) 0%, var(--prog-green-lt) 100%);
  color: #fff;
}

.btn-prog-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  padding: 14px 30px;
  border-radius: var(--radius-md);
  font-weight: 700; font-size: 1rem;
  transition: var(--transition-normal);
  backdrop-filter: blur(10px);
}
.btn-prog-secondary:hover {
  background: rgba(255,255,255,0.15);
  border-color: var(--prog-green-lt);
  transform: translateY(-2px); color: #fff;
}

.prog-hero-pills {
  display: flex; gap: 10px; flex-wrap: wrap;
}
.prog-pill {
  background: rgba(13, 31, 26, 0.6);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 7px 16px;
  border-radius: var(--radius-full);
  font-size: 0.83rem; font-weight: 600;
  color: rgba(255,255,255,0.9);
  display: flex; align-items: center; gap: 7px;
  backdrop-filter: blur(8px);
  transition: var(--transition-fast);
}
.prog-pill i { color: var(--prog-green-lt); }
.prog-pill:hover { border-color: rgba(255,255,255,0.25); transform: translateY(-1px); }

/* Hero Visual Card */
.prog-hero-visual { display: flex; justify-content: center; }
.prog-hero-card {
  position: relative;
  background: linear-gradient(135deg, rgba(13,31,26,0.92) 0%, rgba(8,21,16,0.97) 100%);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 20px;
  padding: 30px 25px;
  width: 100%; max-width: 340px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  backdrop-filter: blur(15px);
  overflow: hidden; text-align: center;
  transition: var(--transition-normal);
}
.prog-hero-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px;
  background: linear-gradient(to right, var(--prog-green-mid), var(--prog-gold));
}
.prog-hero-card:hover {
  transform: translateY(-5px);
  border-color: rgba(39, 174, 114, 0.4);
  box-shadow: 0 28px 60px rgba(39, 174, 114, 0.2);
}
.prog-card-icon {
  font-size: 3.5rem;
  color: var(--prog-green-lt);
  margin-bottom: 15px;
  filter: drop-shadow(0 0 10px rgba(77, 217, 154, 0.4));
}
.prog-card-title {
  font-size: 1.3rem; font-weight: 800; color: #fff;
  margin-bottom: 8px; letter-spacing: 0.5px;
}
.prog-card-subtitle {
  font-size: 0.8rem; color: var(--prog-green-lt);
  text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 22px;
}
.prog-card-stats {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-md);
  padding: 14px;
  margin-bottom: 20px;
}
.prog-stat-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.prog-stat-row:last-child { border-bottom: none; }
.prog-stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.55); text-align: right; }
.prog-stat-val { font-size: 0.8rem; color: #fff; font-weight: 700; text-align: left; }
.prog-card-seal {
  font-size: 0.82rem; font-weight: 700; color: var(--prog-green-lt);
  display: inline-flex; align-items: center; gap: 6px;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 14px; width: 100%; justify-content: center;
}

/* ─── 2. Info Strip ───────────────────────────────────────── */
.prog-info-strip {
  background: var(--prog-green);
  padding: 20px 0;
  margin-bottom: 60px;
}
.prog-info-strip-inner {
  display: flex; justify-content: center; align-items: center;
  gap: 40px; flex-wrap: wrap;
}
.prog-strip-item {
  display: flex; align-items: center; gap: 10px;
  color: #fff; font-weight: 600; font-size: 0.92rem;
}
.prog-strip-item i { font-size: 1.2rem; color: var(--prog-green-lt); }

/* ─── Section Heading ─────────────────────────────────────── */
.prog-section-head {
  text-align: center; max-width: 750px; margin: 0 auto 45px;
}
.prog-section-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(27,122,79,0.08);
  border: 1px solid rgba(27,122,79,0.2);
  padding: 5px 16px;
  border-radius: var(--radius-full);
  font-size: 0.82rem; font-weight: 700;
  color: var(--prog-green);
  margin-bottom: 16px;
}
.prog-section-head h2 {
  font-size: 1.9rem; font-weight: 800;
  color: var(--text-main); margin-bottom: 14px;
  position: relative; display: inline-block;
}
.prog-section-head h2::after {
  content: ''; position: absolute;
  bottom: -8px; left: 20%; right: 20%;
  height: 3px;
  background: linear-gradient(to right, var(--prog-gold), var(--prog-green-mid));
  border-radius: var(--radius-full);
}
.prog-section-head p {
  font-size: 1rem; color: var(--text-muted); margin-top: 12px; line-height: 1.85;
}

/* ─── 3. What is Progressive ──────────────────────────────── */
.prog-what-section { margin-bottom: 70px; }
.prog-what-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 50px; align-items: center;
}
.prog-what-content h3 {
  font-size: 1.5rem; font-weight: 800; color: var(--text-main); margin-bottom: 18px;
}
.prog-what-content p { font-size: 0.97rem; color: var(--text-muted); text-align: justify; margin-bottom: 14px; line-height: 1.9; }
.prog-fact-list { list-style: none; padding: 0; margin-top: 20px; }
.prog-fact-list li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 0; border-bottom: 1px solid var(--prog-gray-border);
  font-size: 0.95rem; color: var(--text-main);
}
.prog-fact-list li:last-child { border-bottom: none; }
.prog-fact-list li i { color: var(--prog-green); font-size: 1.1rem; margin-top: 2px; flex-shrink: 0; }
.prog-what-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.prog-what-img img { width: 100%; height: auto; display: block; }
.prog-what-img .img-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
  padding: 20px 15px 12px;
  color: #fff; font-size: 0.82rem; font-weight: 600; text-align: center;
}

/* ─── 4. Who needs / doesn't need ────────────────────────── */
.prog-who-section { margin-bottom: 70px; }
.prog-who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.prog-who-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 35px 30px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-normal);
}
.prog-who-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.prog-who-card.good { border-top: 4px solid var(--prog-green); }
.prog-who-card.bad  { border-top: 4px solid #E53E3E; }
.prog-who-header {
  display: flex; align-items: center; gap: 12px; margin-bottom: 25px;
}
.prog-who-icon {
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.prog-who-card.good .prog-who-icon { background: rgba(27,122,79,0.1); color: var(--prog-green); }
.prog-who-card.bad  .prog-who-icon { background: rgba(229,62,62,0.1); color: #E53E3E; }
.prog-who-header h3 { font-size: 1.2rem; font-weight: 800; color: var(--text-main); }
.prog-who-list { list-style: none; padding: 0; }
.prog-who-list li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 10px 0; border-bottom: 1px dashed var(--prog-gray-border);
  font-size: 0.92rem; color: var(--text-main);
}
.prog-who-list li:last-child { border-bottom: none; }
.prog-who-list li i { font-size: 0.9rem; margin-top: 4px; flex-shrink: 0; }
.prog-who-card.good .prog-who-list li i { color: var(--prog-green); }
.prog-who-card.bad  .prog-who-list li i { color: #E53E3E; }

/* ─── 5. Zones Diagram ────────────────────────────────────── */
.prog-zones-section { margin-bottom: 70px; }
.prog-zones-grid {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 50px; align-items: center;
}
.prog-zones-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.prog-zones-img img { width: 100%; height: auto; display: block; }
.prog-zones-info h3 { font-size: 1.4rem; font-weight: 800; color: var(--text-main); margin-bottom: 25px; }
.prog-zone-item {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 18px; border-radius: var(--radius-md);
  margin-bottom: 14px; transition: var(--transition-fast);
}
.prog-zone-item:hover { transform: translateX(-3px); }
.prog-zone-item.zone-far   { background: rgba(1,119,190,0.07); border-right: 4px solid #017BB5; }
.prog-zone-item.zone-mid   { background: rgba(27,122,79,0.07); border-right: 4px solid var(--prog-green); }
.prog-zone-item.zone-near  { background: rgba(212,160,23,0.07); border-right: 4px solid var(--prog-gold); }
.prog-zone-num {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; font-weight: 900; flex-shrink: 0;
}
.zone-far  .prog-zone-num { background: #017BB5; color: #fff; }
.zone-mid  .prog-zone-num { background: var(--prog-green); color: #fff; }
.zone-near .prog-zone-num { background: var(--prog-gold); color: #fff; }
.prog-zone-text h4 { font-size: 1rem; font-weight: 800; margin-bottom: 5px; color: var(--text-main); }
.prog-zone-text p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }

/* ─── 6. Pros & Cons (One vs Two glasses) ─────────────────── */
.prog-compare-section { margin-bottom: 70px; }
.prog-compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.prog-compare-card {
  border-radius: var(--radius-lg); padding: 35px 30px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--border-color);
}
.prog-compare-card.progressive { background: linear-gradient(135deg, #f0faf4 0%, #e8f7ee 100%); border-top: 4px solid var(--prog-green); }
.prog-compare-card.two-glasses { background: linear-gradient(135deg, #fef9f0 0%, #fdf2e0 100%); border-top: 4px solid var(--prog-gold); }
.prog-compare-header { display: flex; align-items: center; gap: 14px; margin-bottom: 25px; }
.prog-compare-icon {
  width: 54px; height: 54px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
}
.progressive .prog-compare-icon { background: var(--prog-green); color: #fff; }
.two-glasses .prog-compare-icon { background: var(--prog-gold); color: #fff; }
.prog-compare-header h3 { font-size: 1.15rem; font-weight: 800; color: var(--text-main); }
.prog-compare-list { list-style: none; padding: 0; }
.prog-compare-list li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 9px 0; border-bottom: 1px dashed rgba(0,0,0,0.08);
  font-size: 0.9rem; color: var(--text-main);
}
.prog-compare-list li:last-child { border-bottom: none; }
.prog-compare-list li i { margin-top: 3px; flex-shrink: 0; }
.progressive .prog-compare-list li i.fa-check { color: var(--prog-green); }
.progressive .prog-compare-list li i.fa-xmark  { color: #E53E3E; }
.two-glasses .prog-compare-list li i.fa-check { color: var(--prog-gold); }
.two-glasses .prog-compare-list li i.fa-xmark  { color: #E53E3E; }

/* ─── 7. Models Section ───────────────────────────────────── */
.prog-models-section { margin-bottom: 70px; }
.prog-models-tabs {
  display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 35px;
}
.prog-model-tab {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  padding: 10px 24px;
  border-radius: var(--radius-full);
  font-size: 0.92rem; font-weight: 600; color: var(--text-muted);
  cursor: pointer; transition: var(--transition-fast);
}
.prog-model-tab:hover { background: var(--bg-body); color: var(--text-main); }
.prog-model-tab.active {
  background: var(--prog-green); color: #fff; border-color: var(--prog-green);
  box-shadow: 0 4px 14px rgba(27,122,79,0.3);
}
.prog-models-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
  margin-bottom: 50px;
}

@media (max-width: 1100px) {
  .prog-models-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 700px) {
  .prog-models-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.prog-model-card {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--radius-lg); padding: 28px 25px;
  box-shadow: var(--shadow-sm); transition: var(--transition-normal);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; height: 100%;
}
.prog-model-card::after {
  content: ''; position: absolute; top: 0; right: 0;
  width: 4px; height: 100%;
  background: var(--prog-green-mid);
  transition: var(--transition-normal);
}
.prog-model-card.advanced::after { background: var(--prog-gold); }
.prog-model-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--prog-green-lt); }
.prog-model-name {
  font-size: 1.1rem; font-weight: 800; color: var(--text-main); margin-bottom: 5px;
}
.prog-model-name .prog-model-badge {
  display: inline-block; font-size: 0.7rem; font-weight: 700;
  padding: 2px 8px; border-radius: 4px; margin-right: 8px;
  background: rgba(27,122,79,0.1); color: var(--prog-green); vertical-align: middle;
}
.prog-model-card.advanced .prog-model-name .prog-model-badge {
  background: rgba(212,160,23,0.15); color: var(--prog-gold);
}
.prog-model-subtitle { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 15px; }
.prog-model-desc { font-size: 0.88rem; color: var(--text-muted); line-height: 1.85; text-align: justify; margin-bottom: 18px; }
.prog-model-specs { display: flex; flex-wrap: wrap; gap: 8px; }
.prog-model-spec {
  background: var(--prog-gray-light); border: 1px solid var(--prog-gray-border);
  padding: 4px 10px; border-radius: 4px;
  font-size: 0.78rem; font-weight: 600; color: var(--text-muted);
}

/* ─── 8. Price Table (Images) ─────────────────────────────── */
.prog-price-section { margin-bottom: 70px; }
.prog-price-tabs {
  display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 30px;
}
.prog-price-tab {
  background: var(--bg-card); border: 1px solid var(--border-color);
  padding: 12px 28px; border-radius: var(--radius-full);
  font-size: 0.95rem; font-weight: 700; color: var(--text-muted);
  cursor: pointer; transition: var(--transition-fast);
}
.prog-price-tab:hover { background: var(--bg-body); color: var(--text-main); }
.prog-price-tab.active {
  background: var(--prog-dark); color: #fff; border-color: var(--prog-dark);
  box-shadow: var(--shadow-md);
}
.prog-price-panel { display: none; }
.prog-price-panel.active { display: block; }
.prog-price-img-wrapper {
  background: #fff; border: 1px solid var(--prog-gray-border);
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md); margin-bottom: 20px;
}
.prog-price-img-wrapper img {
  width: 100%; height: auto; display: block;
  transition: var(--transition-slow);
}
.prog-price-img-wrapper:hover img { transform: scale(1.01); }
.prog-price-note {
  background: rgba(27,122,79,0.06);
  border: 1px solid rgba(27,122,79,0.15);
  border-radius: var(--radius-md); padding: 16px 20px;
  font-size: 0.88rem; color: var(--text-main); line-height: 1.75;
}
.prog-price-note i { color: var(--prog-green); margin-left: 6px; }

/* ─── 9. FAQ ──────────────────────────────────────────────── */
.prog-faq-section {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--radius-lg); padding: 50px 45px;
  margin-bottom: 70px; box-shadow: var(--shadow-sm);
}
.prog-faq-section h2 {
  text-align: center; font-size: 1.75rem; font-weight: 800;
  color: var(--text-main); margin-bottom: 35px; position: relative;
}
.prog-faq-section h2::after {
  content: ''; position: absolute; bottom: -10px; left: 38%; right: 38%;
  height: 3px; background: linear-gradient(to right, var(--prog-gold), var(--prog-green));
  border-radius: var(--radius-full);
}
.prog-faq-list { list-style: none; padding: 0; }
.prog-faq-item {
  border-bottom: 1px solid var(--border-color);
}
.prog-faq-item:last-child { border-bottom: none; }
.prog-faq-q {
  width: 100%; background: none; border: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px; padding: 22px 0;
  text-align: right; cursor: pointer; transition: var(--transition-fast);
}
.prog-faq-q-text {
  font-size: 1rem; font-weight: 700; color: var(--text-main);
  display: flex; align-items: center; gap: 12px;
}
.prog-faq-q-text i { color: var(--prog-green); font-size: 1rem; flex-shrink: 0; }
.prog-faq-chevron { color: var(--text-muted); font-size: 0.85rem; transition: var(--transition-fast); flex-shrink: 0; }
.prog-faq-item.open .prog-faq-chevron { transform: rotate(180deg); color: var(--prog-green); }
.prog-faq-a {
  display: none; padding-bottom: 22px; padding-right: 32px;
  font-size: 0.94rem; color: var(--text-muted); line-height: 1.9; text-align: justify;
}
.prog-faq-a.open { display: block; }
.prog-faq-a .faq-check { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 8px; }
.prog-faq-a .faq-check i { color: var(--prog-green); margin-top: 4px; flex-shrink: 0; }
.prog-faq-a .faq-no { color: #E53E3E; }

/* ─── 10. CTA Section ─────────────────────────────────────── */
.prog-cta-section {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--prog-green) 0%, #0B5E38 100%);
  border-radius: var(--radius-xl);
  padding: 65px 50px;
  text-align: center; color: #fff;
  margin-bottom: 70px;
  box-shadow: 0 20px 50px rgba(27,122,79,0.3);
}
.prog-cta-glow {
  position: absolute; width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  border-radius: 50%;
  top: -100px; right: -80px;
  pointer-events: none;
}
.prog-cta-section h2 { font-size: 2rem; font-weight: 850; margin-bottom: 16px; }
.prog-cta-section p { font-size: 1rem; color: rgba(255,255,255,0.88); margin-bottom: 35px; line-height: 1.85; }
.prog-cta-btns { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }
.btn-cta-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--prog-green);
  padding: 15px 35px; border-radius: var(--radius-md);
  font-weight: 800; font-size: 1rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  transition: var(--transition-normal);
}
.btn-cta-white:hover {
  transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  background: var(--prog-green-lt); color: #fff;
}
.btn-cta-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.4);
  color: #fff;
  padding: 13px 30px; border-radius: var(--radius-md);
  font-weight: 700; font-size: 1rem;
  transition: var(--transition-normal); backdrop-filter: blur(5px);
}
.btn-cta-outline:hover { background: rgba(255,255,255,0.2); border-color: #fff; transform: translateY(-2px); color: #fff; }
.prog-cta-address {
  margin-top: 30px; font-size: 0.9rem; color: rgba(255,255,255,0.75);
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.prog-cta-address i { color: var(--prog-green-lt); }

/* ─── 11. Brand Introduction ──────────────────────────────── */
.prog-brands-section { margin-bottom: 70px; }
.prog-brands-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.prog-brand-card {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--radius-lg); padding: 35px 30px;
  box-shadow: var(--shadow-sm); transition: var(--transition-normal);
  display: flex; flex-direction: column; gap: 18px;
}
.prog-brand-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.prog-brand-logo-area {
  display: flex; align-items: center; gap: 16px;
}
.prog-brand-logo-box {
  background: #fff; border: 1px solid var(--prog-gray-border);
  border-radius: var(--radius-md); padding: 10px 15px;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-sm);
}
.prog-brand-logo-box img { height: 36px; object-fit: contain; }
.prog-brand-intro h3 { font-size: 1.1rem; font-weight: 800; color: var(--text-main); margin-bottom: 4px; }
.prog-brand-intro span { font-size: 0.8rem; color: var(--text-muted); }
.prog-brand-desc { font-size: 0.9rem; color: var(--text-muted); line-height: 1.85; text-align: justify; }
.prog-brand-features { display: flex; flex-wrap: wrap; gap: 8px; }
.prog-brand-feat {
  background: var(--prog-gray-light); border: 1px solid var(--prog-gray-border);
  padding: 4px 12px; border-radius: var(--radius-full);
  font-size: 0.78rem; font-weight: 600; color: var(--text-muted);
  display: flex; align-items: center; gap: 5px;
}
.prog-brand-feat i { color: var(--prog-green); }

/* ─── 12. Info Cards row ──────────────────────────────────── */
.prog-info-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 20px; margin-bottom: 60px; }
.prog-info-card {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--radius-lg); padding: 28px 22px;
  box-shadow: var(--shadow-sm); transition: var(--transition-normal);
  text-align: center; position: relative; overflow: hidden;
}
.prog-info-card::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  background: var(--prog-green); transition: var(--transition-normal);
}
.prog-info-card.warn::before { background: var(--prog-amber); }
.prog-info-card.neutral::before { background: #718096; }
.prog-info-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.prog-info-card-icon { font-size: 2.4rem; margin-bottom: 14px; }
.prog-info-card.yes   .prog-info-card-icon { color: var(--prog-green); }
.prog-info-card.warn  .prog-info-card-icon { color: var(--prog-amber); }
.prog-info-card.neutral .prog-info-card-icon { color: #718096; }
.prog-info-card h4 { font-size: 1rem; font-weight: 800; color: var(--text-main); margin-bottom: 8px; }
.prog-info-card p  { font-size: 0.87rem; color: var(--text-muted); line-height: 1.75; }
.prog-info-card .prog-badge-answer {
  display: inline-block; margin-top: 12px; padding: 4px 16px;
  border-radius: var(--radius-full); font-size: 0.82rem; font-weight: 800;
}
.prog-info-card.yes   .prog-badge-answer { background: rgba(27,122,79,0.1); color: var(--prog-green); }
.prog-info-card.warn  .prog-badge-answer { background: rgba(224,123,57,0.1); color: var(--prog-amber); }
.prog-info-card.neutral .prog-badge-answer { background: rgba(113,128,150,0.1); color: #718096; }

/* ─── Adaptation Section ──────────────────────────────────── */
.prog-adapt-section { margin-bottom: 70px; }
.prog-adapt-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: center; }
.prog-adapt-img img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.prog-adapt-content h3 { font-size: 1.4rem; font-weight: 800; color: var(--text-main); margin-bottom: 18px; }
.prog-adapt-steps { list-style: none; padding: 0; }
.prog-adapt-steps li {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 14px 0; border-bottom: 1px dashed var(--prog-gray-border);
}
.prog-adapt-steps li:last-child { border-bottom: none; }
.prog-adapt-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--prog-green); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; font-weight: 800; flex-shrink: 0;
}
.prog-adapt-steps li p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.8; margin: 0; }
.prog-adapt-steps li strong { display: block; color: var(--text-main); font-weight: 700; margin-bottom: 3px; }

/* ─── Responsive ──────────────────────────────────────────── */
@media (max-width: 992px) {
  .prog-hero-inner     { grid-template-columns: 1fr; }
  .prog-hero-visual    { display: none; }
  .prog-hero-title     { font-size: 2rem; }
  .prog-what-grid      { grid-template-columns: 1fr; }
  .prog-zones-grid     { grid-template-columns: 1fr; }
  .prog-adapt-grid     { grid-template-columns: 1fr; }
  .prog-who-grid       { grid-template-columns: 1fr; }
  .prog-compare-grid   { grid-template-columns: 1fr; }
  .prog-brands-grid    { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .prog-hero { padding: 60px 0 70px; }
  .prog-hero-title { font-size: 1.65rem; }
  .prog-section-head h2 { font-size: 1.45rem; }
  .prog-faq-section { padding: 35px 20px; }
  .prog-cta-section { padding: 45px 25px; }
  .prog-cta-section h2 { font-size: 1.5rem; }
  .prog-info-strip-inner { gap: 20px; }
  .prog-models-grid { grid-template-columns: 1fr; }
}

/* ─── Corridor Explainer Box ──────────────────────────────── */
.prog-corridor-box {
  margin-top: 50px;
  background: linear-gradient(135deg, #f7fcf9 0%, #edf7f2 100%);
  border: 1px solid rgba(27,122,79,0.2);
  border-right: 5px solid var(--prog-green);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  box-shadow: 0 4px 18px rgba(27,122,79,0.07);
}

.prog-corridor-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--prog-green);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.prog-corridor-title i {
  font-size: 1.2rem;
  color: var(--prog-green-mid);
}

.prog-corridor-intro {
  font-size: 0.92rem;
  color: var(--text-main);
  line-height: 1.85;
  text-align: justify;
  margin-bottom: 22px;
}

/* Visual Corridor Diagram */
.prog-corridor-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid var(--prog-gray-border);
  border-radius: var(--radius-md);
  padding: 20px 16px;
  overflow-x: auto;
}

.prog-corr-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 90px;
  padding: 14px 12px;
  border-radius: var(--radius-md);
  text-align: center;
}
.prog-corr-zone i { font-size: 1.5rem; }
.prog-corr-zone span { font-size: 0.82rem; font-weight: 700; color: var(--text-main); }
.prog-corr-zone small { font-size: 0.68rem; color: var(--text-muted); font-weight: 500; }

.corr-far  { background: rgba(1,119,190,0.07); }
.corr-far i { color: #017BB5; }
.corr-near { background: rgba(212,160,23,0.08); }
.corr-near i { color: var(--prog-gold); }

.prog-corr-arrow {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  min-width: 90px;
}
.prog-corr-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, transparent, var(--prog-green), transparent);
}
.prog-corr-label {
  background: var(--prog-green);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}
.prog-corr-label em {
  display: block;
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 500;
  opacity: 0.85;
}

/* Info Sections */
.prog-corridor-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 22px;
}

.prog-corr-info {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--prog-gray-border);
  border-radius: var(--radius-md);
  padding: 16px 14px;
}
.prog-corr-info-icon {
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.prog-corr-info-text strong {
  display: block;
  font-size: 0.88rem; font-weight: 800;
  color: var(--text-main); margin-bottom: 6px;
}
.prog-corr-info-text p {
  font-size: 0.82rem; color: var(--text-muted);
  line-height: 1.75; margin: 0; text-align: justify;
}

/* Corridor Comparison Image */
.prog-corr-img-wrap {
  margin: 0 auto 24px;
  max-width: 850px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--prog-gray-border);
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}
.prog-corr-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.prog-corr-img-wrap:hover img { transform: scale(1.02); }

/* Comparison Table */
.prog-corr-table-wrap {
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid var(--prog-gray-border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.prog-corr-table-title {
  background: var(--prog-green);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 10px 16px;
  text-align: right;
}
.prog-corr-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.83rem;
}
.prog-corr-table th {
  background: #f0faf4;
  color: var(--prog-green);
  font-weight: 700;
  padding: 10px 12px;
  text-align: right;
  border-bottom: 2px solid var(--prog-gray-border);
}
.prog-corr-table td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--prog-gray-border);
  color: var(--text-main);
  vertical-align: middle;
}
.prog-corr-table tr:last-child td { border-bottom: none; }
.prog-corr-table tr:nth-child(even) td { background: #fafcfa; }

/* Level badges */
.corr-level {
  display: inline-block; padding: 3px 10px;
  border-radius: var(--radius-full); font-size: 0.76rem; font-weight: 700;
}
.corr-level.basic   { background: rgba(113,128,150,0.12); color: #4a5568; }
.corr-level.mid     { background: rgba(27,122,79,0.1);   color: var(--prog-green); }
.corr-level.premium { background: rgba(212,160,23,0.12); color: #8a6800; }

/* Width badges */
.corr-width {
  display: inline-block; padding: 3px 10px;
  border-radius: var(--radius-full); font-size: 0.76rem; font-weight: 700;
}
.corr-width.narrow { background: rgba(229,62,62,0.09); color: #c53030; }
.corr-width.medium { background: rgba(49,151,149,0.09); color: #276749; }
.corr-width.wide   { background: rgba(27,122,79,0.12);  color: var(--prog-green); }

/* Blur badges */
.corr-blur {
  display: inline-block; padding: 3px 10px;
  border-radius: var(--radius-full); font-size: 0.76rem; font-weight: 700;
}
.corr-blur.high { background: rgba(229,62,62,0.09); color: #c53030; }
.corr-blur.mid  { background: rgba(212,160,23,0.12); color: #8a6800; }
.corr-blur.low  { background: rgba(27,122,79,0.1);   color: var(--prog-green); }

/* Tip row */
.prog-corr-tip {
  display: flex; align-items: flex-start; gap: 12px;
  background: rgba(27,122,79,0.06);
  border: 1px solid rgba(27,122,79,0.15);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  font-size: 0.87rem; color: var(--text-muted); line-height: 1.75;
}
.prog-corr-tip i { color: var(--prog-gold); font-size: 1.1rem; margin-top: 2px; flex-shrink: 0; }
.prog-corr-tip strong { color: var(--text-main); }

/* Responsive corridor */
@media (max-width: 768px) {
  .prog-corridor-sections { grid-template-columns: 1fr; }
  .prog-corridor-visual { flex-direction: column; }
  .prog-corr-arrow { flex-direction: row; width: 100%; }
  .prog-corr-line { flex: 1; height: 2px; }
  .prog-corr-table { font-size: 0.75rem; }
  .prog-corr-table th,
  .prog-corr-table td { padding: 8px 8px; }
}

/* ─── Blur Zones Section (ناحیه محو جانبی) ─────────────────── */
.prog-blur-section {
  margin-top: 50px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 40px 35px;
  box-shadow: var(--shadow-sm);
}

.prog-blur-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.prog-blur-content h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 18px;
}

.prog-blur-content p {
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.85;
  text-align: justify;
  margin-bottom: 16px;
}

.prog-blur-qa {
  background: rgba(212,160,23,0.05);
  border: 1px solid rgba(212,160,23,0.18);
  border-right: 4px solid var(--prog-gold);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  margin-top: 20px;
}

.prog-blur-qa strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 8px;
}

.prog-blur-qa p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
}

.prog-blur-img-box {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--prog-gray-border);
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  background: #fff;
  text-align: center;
}

.prog-blur-img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.prog-blur-img-box:hover img {
  transform: scale(1.02);
}

.prog-blur-img-box .img-caption {
  font-size: 0.78rem;
  color: var(--text-muted);
  padding: 12px 10px;
  background: var(--prog-gray-light);
  border-top: 1px solid var(--prog-gray-border);
  font-weight: 600;
}

/* Comparison Cards */
.prog-blur-comparison-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.blur-comp-card {
  background: #fff;
  border: 1px solid var(--prog-gray-border);
  border-radius: var(--radius-lg);
  padding: 30px 24px;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blur-comp-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.blur-comp-card.std { border-top: 4px solid #E53E3E; }
.blur-comp-card.adv { border-top: 4px solid var(--prog-gold); }
.blur-comp-card.prem { border-top: 4px solid var(--prog-green); }

.comp-card-badge {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--radius-full);
}
.std .comp-card-badge { background: rgba(229,62,62,0.1); color: #E53E3E; }
.adv .comp-card-badge { background: rgba(212,160,23,0.12); color: #8a6800; }
.prem .comp-card-badge { background: rgba(27,122,79,0.1); color: var(--prog-green); }

.blur-comp-card h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 8px;
  margin-left: 60px; /* spacing for badge */
}

.blur-comp-card p {
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.blur-comp-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blur-comp-card ul li {
  font-size: 0.85rem;
  color: var(--text-main);
  padding: 8px 0;
  border-bottom: 1px dashed var(--prog-gray-border);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.blur-comp-card ul li:last-child {
  border-bottom: none;
}

.blur-comp-card ul li i {
  margin-top: 3px;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.blur-comp-card ul li i.fa-xmark { color: #E53E3E; }
.blur-comp-card ul li i.fa-minus { color: var(--prog-gold); }
.blur-comp-card ul li i.fa-check { color: var(--prog-green); }
.blur-comp-card ul li i.fa-check-double { color: var(--prog-green-mid); }

/* Responsive blur zones */
@media (max-width: 992px) {
  .prog-blur-grid { grid-template-columns: 1fr; }
  .prog-blur-img-box { max-width: 500px; margin: 0 auto; }
}

@media (max-width: 640px) {
  .prog-blur-section { padding: 25px 18px; }
  .blur-comp-card { padding: 22px 18px; }
  .blur-comp-card h4 { margin-left: 0; margin-top: 15px; }
}

/* ─── Detailed Essence Lens Specifications ─────────────────── */
.essence-detailed-specs {
  margin-top: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 35px 30px;
  box-shadow: var(--shadow-sm);
}

.essence-spec-group {
  margin-bottom: 50px;
}
.essence-spec-group:last-child {
  margin-bottom: 0;
}

.spec-group-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--prog-green);
  border-bottom: 2px solid var(--prog-gray-border);
  padding-bottom: 12px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.freeform .spec-group-title {
  color: var(--prog-dark);
  border-bottom-color: var(--prog-gray-border);
}

.spec-group-intro {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: justify;
}

.essence-models-detailed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
  margin-bottom: 25px;
}

@media (max-width: 1100px) {
  .essence-models-detailed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 700px) {
  .essence-models-detailed {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.essence-det-card {
  background: #fff;
  border: 1px solid var(--prog-gray-border);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.essence-det-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  border-color: var(--prog-green-mid);
}

.det-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--prog-gray-border);
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.det-card-header h4 {
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--text-main);
  margin: 0;
}

.det-badge {
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}
.std-badge { background: rgba(113,128,150,0.1); color: #4a5568; }
.ff-badge { background: rgba(27,122,79,0.1); color: var(--prog-green); }
.vr-badge { background: rgba(212,160,23,0.15); color: #8a6800; border: 1px solid rgba(212,160,23,0.3); }

.det-specs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.det-specs-list li {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #f0f0f0;
  text-align: justify;
}
.det-specs-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.det-specs-list li strong {
  color: var(--text-main);
  font-weight: 700;
  margin-left: 5px;
}

.det-specs-list li.suitable-for {
  background: rgba(27,122,79,0.03);
  border: 1px solid rgba(27,122,79,0.08);
  padding: 8px 12px;
  border-radius: 4px;
  color: var(--text-main);
}
.det-specs-list li.suitable-for strong {
  color: var(--prog-green);
}

/* Summary Row */
.essence-group-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f0faf4;
  border: 1px solid rgba(27,122,79,0.15);
  border-right: 4px solid var(--prog-green);
  padding: 16px 20px;
  border-radius: var(--radius-md);
  font-size: 0.88rem;
  color: var(--text-main);
  line-height: 1.7;
}
.essence-group-summary i {
  font-size: 1.25rem;
  color: var(--prog-green);
}
.essence-group-summary strong {
  font-weight: 800;
}

.ff-summary {
  background: #f7faf8;
  border-color: var(--prog-gray-border);
  border-right-color: var(--prog-dark);
  color: var(--text-main);
}
.ff-summary i {
  color: var(--prog-dark);
}

@media (max-width: 768px) {
  .essence-detailed-specs { padding: 22px 18px; }
  .essence-group-summary { flex-direction: column; align-items: flex-start; gap: 6px; }
}

/* ─── Detailed Kodak Lens Specifications ─────────────────── */
.kodak-detailed-specs {
  margin-top: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 35px 30px;
  box-shadow: var(--shadow-sm);
}

.kodak-spec-group {
  margin-bottom: 50px;
}
.kodak-spec-group:last-child {
  margin-bottom: 0;
}

.kodak-title {
  color: var(--prog-amber) !important;
  border-bottom-color: var(--prog-gray-border);
}
.advanced .kodak-title {
  color: var(--prog-gold) !important;
}

.kodak-models-detailed {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 20px;
  margin-bottom: 25px;
}

.kodak-det-card {
  background: #fff;
  border: 1px solid var(--prog-gray-border);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.kodak-det-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  border-color: var(--prog-amber);
}

.kodak-badge {
  background: rgba(224, 123, 57, 0.1);
  color: var(--prog-amber);
}
.kodak-badge.warn-badge {
  background: rgba(229, 62, 62, 0.1);
  color: #E53E3E;
}
.kodak-badge.adv-badge {
  background: rgba(212, 160, 23, 0.12);
  color: #8a6800;
}
.kodak-badge.prem-badge {
  background: rgba(27, 122, 79, 0.1);
  color: var(--prog-green);
}

.det-specs-list li strong {
  color: var(--text-main);
  font-weight: 700;
  margin-left: 5px;
}

.det-specs-list li.suitable-for strong {
  color: var(--prog-amber);
}
.advanced .det-specs-list li.suitable-for strong {
  color: var(--prog-gold);
}

.kodak-summary {
  background: #fffaf0;
  border-color: rgba(224, 123, 57, 0.15);
  border-right-color: var(--prog-amber);
}
.kodak-summary i {
  color: var(--prog-amber);
}

.kodak-summary-ff {
  background: #fdfcf7;
  border-color: rgba(212, 160, 23, 0.15);
  border-right-color: var(--prog-gold);
}
.kodak-summary-ff i {
  color: var(--prog-gold);
}

/* Comparison Table for Kodak */
.kodak-comp-table-wrap {
  margin-top: 40px;
  background: #fff;
  border: 1px solid var(--prog-gray-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.kodak-comp-table-wrap .comp-table-title {
  background: var(--prog-amber);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 12px 20px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 768px) {
  .kodak-detailed-specs { padding: 22px 18px; }
  .kodak-summary, .kodak-summary-ff { flex-direction: column; align-items: flex-start; gap: 6px; }
}




