/* Review Template Styles */
/* Created: 2026-01-19 */
/* Purpose: Styles for review article templates */
:root {
  /* PRIMARY COLORS */
  --primary-blue: #0c8dde;
  --primary-blue-dark: #375cb0;
  --primary-500: #4f46e5;
  --primary-600: #4338ca;

  /* ACTION COLORS */
  --action-orange: #FF6B35;
  --action-orange-deep: #E65100;

  /* NEUTRAL COLORS */
  --neutral-900: #1a202c;
  --neutral-800: #2d3748;
  --neutral-700: #333;
  --neutral-600: #555;
  --neutral-500: #666;
  --neutral-300: #d3e0f5;
  --neutral-border: #e9ecef;

  /* BACKGROUND COLORS */
  --bg-white: #ffffff;
  --bg-light-gray: #f3f4f6;
  --bg-light-peach: #fef3e2;

  /* SPACING */
  --content-max-width: 760px;
  --spacing-xs: 0.5em;
  --spacing-sm: 1em;
  --spacing-md: 1.5em;
  --spacing-lg: 2em;
  --spacing-xl: 2.5em;

  /* BORDERS & SHADOWS */
  --border-radius-md: 8px;
  --border-radius-lg: 12px;
  --shadow-lg: 0 4px 16px rgba(12, 141, 222, 0.15);
}

/* HERO SECTION */

.hero-conversion-box {
  background: white;
  border: 1px solid #d3e0f5;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin: 2rem 0;
  overflow: hidden;
  max-width: 100%;
}

.hero-trust-bar {
  background: #f8fafc;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.hero-trust-bar span {
  color: #64748b;
  font-size: 0.85rem;
  font-weight: 500;
}

.hero-trust-bar .trust-separator {
  color: #cbd5e1;
  user-select: none;
  font-size: 0.85rem;
}

.hero-content {
  padding: 2.5rem 2rem;
  background: #f3f4f6;
}

.hero-hook-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.hero-rating-large {
  flex-shrink: 0;
}

.rating-score {
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  color: #15803d;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 4px rgba(21, 128, 61, 0.1);
}

.rating-denominator {
  font-size: 48px;
  font-weight: 700;
  color: #6b7280;
}

.hero-hook-text {
  flex: 1;
  max-width: 500px;
  text-align: left;
}

.hero-verdict-headline {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a !important;
  margin: 0 0 0.75rem 0;
}

.hero-verdict-tagline {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #475569;
  margin: 0;
}

.hero-verdict-tagline strong {
  color: #15803d;
  font-weight: 700;
  font-size: 1.15rem;
}

.hero-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.fit-icon {
  font-size: 2rem;
  flex-shrink: 0;
  line-height: 1;
}

.fit-content {
  flex: 1;
}

.fit-label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.fit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.fit-list li {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #334155;
  padding-left: 1.25rem;
  position: relative;
}

.fit-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #64748b;
}

.hero-social-proof-compact {
  text-align: center;
  padding: 1rem 1.5rem;
  background: #fffbeb;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  margin-top: -3.5rem;
  font-size: 0.95rem;
  color: #78350f;
}

.trustpilot-stars {
  color: #f59e0b;
  font-size: 1.1rem;
}

.hero-social-proof-compact strong {
  color: #92400e;
  font-weight: 700;
}

.hero-social-proof-compact em {
  color: #92400e;
  font-style: normal;
  font-weight: 500;
}

.hero-cta-primary {
  text-align: center;
  margin-bottom: 1.5rem;
}

.cta-button-primary {
  display: inline-block;
  padding: 1.1em 2.5em;
  margin-top: 0.5rem;
  min-width: 280px;
  font-size: 1.1rem;
  font-weight: 700;
  background: #ff6b35;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: var(--border-radius-md);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
  transition: all 0.3s ease;
  text-align: center;
}

.cta-button-primary:hover {
  background: var(--action-orange-deep);
  box-shadow: 0 6px 16px rgba(255, 107, 53, 0.4);
  transform: translateY(-2px);
  color: #fff !important;
  text-decoration: none !important;
}

.cta-button-primary:active {
  transform: translateY(0);
}

.hero-scroll-prompt {
  text-align: center;
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}

.hero-scroll-prompt a {
  color: #3b82f6;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 300;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.hero-scroll-prompt a:hover {
  border-bottom-color: #3b82f6;
}

.glance-section {
  background: #f9fafb;
  padding: 1.75rem 2rem;
  border-radius: 0 0 8px 8px;
}

.glance-heading {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 1.25rem 0;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.glance-heading .icon {
  font-size: 1.5rem;
}

.glance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.glance-card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.875rem;
  background: white;
  border-radius: 6px;
}

.glance-card.green-border {
  border-right: 2px solid #15803d;
  border-top: 3px solid #15803d;
}

.glance-card.red-border {
  border-left: 2px solid #dc2626;
  border-bottom: 3px solid #dc2626;
}

.glance-card.blue-border {
  border-left: 3px solid #3b82f6;
}

.glance-card.amber-border {
  border-left: 3px solid #f59e0b;
}

.glance-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.glance-label {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.glance-label.green {
  color: #15803d;
}

.glance-label.red {
  color: #dc2626;
}

.glance-label.blue {
  color: #3b82f6;
}

.glance-label.amber {
  color: #f59e0b;
}

.glance-content {
  font-size: 0.925rem;
  color: #374151;
  line-height: 1.5;
}

.transparency-note {
  background: #fef3c7;
  padding: 1rem 1.25rem;
  margin-top: 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  line-height: 1.6;
}

.transparency-note strong {
  color: #111827;
}

.transparency-note a {
  color: #3b82f6;
  text-decoration: underline;
}

.jump-sections {
  background: #f3f4f6;
  padding: 1rem 1.25rem;
  margin-top: 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  cursor: pointer;
}

.jump-sections summary {
  color: #3b82f6;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.jump-sections .icon {
  font-size: 1.1rem;
}

.jump-sections .arrow {
  margin-left: auto;
  font-size: 0.85rem;
}

.jump-sections-links {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e5e7eb;
  line-height: 2.2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.jump-sections-links a {
  color: #6b7280;
  text-decoration: none;
  white-space: nowrap;
}


/* QUICK ANSWER BOX & ENTITY CONTEXT */

.quick-answer-box {
  background: #f9fafb;
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem auto;
  box-shadow: 0 2px 8px rgba(79, 70, 229, 0.1);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.quick-answer-box h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.quick-answer-box p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #2d3748;
}

.quick-answer-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  color: #1f2937;
  font-weight: 500;
}

.entity-contextqa {
  background: white;
  border: 2px solid #f3f4f6;
  border-radius: 12px;
  padding: 0.2rem 1.5rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.entity-context-bar {
  background: #f3f4f6;
  border: 1px solid #bae6fd;
  border-radius: 6px;
  padding: 0.875rem 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.075rem;
  color: #0c4a6e;
  line-height: 1.6;
}

/* METRICS BOX & VISUAL METRICS */

.metrics-box {
  padding: 0.5rem;
  margin-top: 2.5rem;
}

.metrics-heading {
  font-weight: 700;
  color: #78350f;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  text-align: center;
}

.visual-metrics-grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin: 1.5rem 0;
}

.visual-metric-card {
  background: white;
  border: 2px solid #f3f4f6;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.visual-metric-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-color: #e5e7eb;
}

.visual-metric-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-metric-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.visual-metric-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #4b5563;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.visual-metric-context {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-top: 0.5rem;
}

.time-range-visual {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
}

.time-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.time-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.time-dot.fast {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.time-dot.slow {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.time-marker span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #4b5563;
}

.time-marker small {
  font-size: 0.7rem;
  color: #9ca3af;
  font-weight: 400;
}

.time-line {
  flex: 1;
  height: 3px;
  background: linear-gradient(90deg, #10b981 0%, #f59e0b 100%);
  border-radius: 2px;
}

.threshold-visual {
  padding: 0.5rem 0;
}

.threshold-gauge {
  position: relative;
  height: 40px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.threshold-pointer {
  position: absolute;
  top: 0;
  width: 3px;
  height: 20px;
  background: #ef4444;
  transform: translateX(-50%);
}

.threshold-pointer::before {
  content: '▼';
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  color: #ef4444;
  font-size: 1rem;
}

.threshold-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding: 0.5rem 0.75rem;
  background: linear-gradient(90deg, #fef2f2 0%, #10b981 50%, #059669 100%);
  border-radius: 20px;
  position: relative;
  font-size: 0.85rem;
  font-weight: 600;
  color: #4b5563;
}

.threshold-target {
  color: #ef4444;
  font-weight: 700;
  font-size: 1rem;
}

.competitive-positioning-box {
  background: linear-gradient(14deg, #eff6ff 0%, #dbeafe 100%);
  border-top: 4px solid #3b82f6;
  border-radius: 6px;
  padding: 1rem 1.25rem;
  margin-top: -2rem;
}

.competitive-heading {
  font-weight: 700;
  color: #1e40af;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.competitive-positioning-box ul {
  margin: 0;
  padding-left: 1.25rem;
  color: #000000;
  line-height: 1.8;
  font-size: 0.95rem;
}

/* FEATURE GRID*/

.feature-grid-container {
  display: grid;
  gap: 1.25rem;
  margin: 2rem 0;
}

.feature-grid-hero {
  padding: 2rem;
  background: linear-gradient(135deg, #1e3a8a 0%, #0c8dde 70%, #38bdf8 100%);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 12px 28px rgba(12, 141, 222, 0.22);
}

.feature-grid-hero h5 {
  margin: 0 0 0.65rem 0;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.feature-grid-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.7;
}

.feature-grid-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

/* Base — shared structure only */
.feature-grid-box {
  padding: 1.4rem;
  border-radius: 10px;
  transition: box-shadow 0.2s ease;
}

/* Box 1 — Blue */
.feature-grid-box:nth-child(1) {
  background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
  border: 2px solid rgba(59, 130, 246, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), 0 8px 20px rgba(59, 130, 246, 0.08);
}
.feature-grid-box:nth-child(1):hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0 14px 30px rgba(59, 130, 246, 0.16);
}
.feature-grid-box:nth-child(1) h5 { color: #1e40af; }

/* Box 2 — Amber */
.feature-grid-box:nth-child(2) {
  background: linear-gradient(135deg, #fffbeb 0%, #ffffff 100%);
  border: 2px solid rgba(245, 158, 11, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), 0 8px 20px rgba(245, 158, 11, 0.08);
}
.feature-grid-box:nth-child(2):hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0 14px 30px rgba(245, 158, 11, 0.16);
}
.feature-grid-box:nth-child(2) h5 { color: #92400e; }

/* Box 3 — Green */
.feature-grid-box:nth-child(3) {
  background: linear-gradient(135deg, #f0fdf7 0%, #ffffff 100%);
  border: 2px solid rgba(16, 185, 129, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), 0 8px 20px rgba(16, 185, 129, 0.08);
}
.feature-grid-box:nth-child(3):hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0 14px 30px rgba(16, 185, 129, 0.16);
}
.feature-grid-box:nth-child(3) h5 { color: #065f46; }

/* Box 4 — Purple */
.feature-grid-box:nth-child(4) {
  background: linear-gradient(135deg, #f5f3ff 0%, #ffffff 100%);
  border: 2px solid rgba(139, 92, 246, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), 0 8px 20px rgba(139, 92, 246, 0.08);
}
.feature-grid-box:nth-child(4):hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0 14px 30px rgba(139, 92, 246, 0.16);
}
.feature-grid-box:nth-child(4) h5 { color: #5b21b6; }

.feature-grid-box h5 {
  margin: 0 0 0.6rem 0;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.feature-grid-box p {
  margin: 0;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* INTERACTIVE CALCULATOR */

.interactive-calculator {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border: 2px solid #f59e0b;
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
  box-shadow: 0 4px 6px rgba(245, 158, 11, 0.1);
}

.interactive-calculator h3 {
  color: #92400e;
  margin-top: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.calculator-intro {
  color: #78350f;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.calculator-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.calculator-input-label {
  display: block;
  font-weight: 600;
  color: #92400e;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

input[type="range"] {
  -webkit-appearance: auto;

}

.calculator-slider {
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #fbbf24;
  outline: none;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.calculator-slider:hover {
  opacity: 1;
}

.calculator-display-value {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #d97706;
  margin-top: 0.5rem;
}

.calculator-results {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  border-left: 4px solid #f59e0b;
}

.calculator-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.calculator-metric-label {
  font-size: 0.75rem;
  color: #78350f;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.calculator-metric-value {
  font-size: 1.8rem;
  font-weight: 700;
  color: #d97706;
}

.calculator-savings-box {
  background: #fef3c7;
  padding: 1rem;
  border-radius: 6px;
  border-left: 3px solid #f59e0b;
}

.calculator-savings-label {
  font-size: 0.85rem;
  color: #92400e;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.calculator-savings-value {
  font-size: 1.3rem;
  font-weight: 700;
  color: #15803d;
}

.calculator-recommendation {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #fbbf24;
  font-size: 0.9rem;
  color: #78350f;
}

.recommendation-link {
  color: #d97706;
  text-decoration: underline;
}

.recommendation-link:hover {
  color: #b45309;
}

/* PRICING CARDS */

.pricing-conversion-box {
  max-width: 760px;
  margin: 3rem 0;
}

.pricing-conversion-box h4 {
  text-align: center;
  color: #1a202c;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.pricing-card-premium {
  position: relative;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border: 0px solid #f59e0b;
  border-radius: 12px;
  padding: 0;
  margin: 2rem 0;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
  transition: all 0.3s ease;
}

.premium-header {
  flex-direction: column;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-bottom: 3px solid #f59e0b;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.premium-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.premium-icon {
  font-size: 2rem;
}

.premium-label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #92400e;
  letter-spacing: 0.5px;
}

.premium-price-section {
  text-align: right;
}

.premium-subtitle {
  font-size: 0.95rem;
  color: #78350f;
  margin: 0;
}

.premium-2colfeature {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
  padding: 1.5rem 0.3rem;
  background: #f3f4f6;
}

.premium-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.95rem;
  padding: 2.5rem 0.3rem;
  background: #f3f4f6;
}

.premium-feature-group {
  background: #fffbeb;
  border-left: 3px solid #f59e0b;
  border-radius: 6px;
  padding: 1.25rem;
}

.premium-feature-heading {
  font-size: 1rem;
  font-weight: 600;
  color: #92400e;
  margin: 0 0 0.75rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.premium-feature-list {
  margin: 0;
  padding-left: 1.25rem;
  list-style: disc;
}

.premium-feature-list li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #78350f;
  font-size: 1.05rem;
}

.premium-feature-list li:last-child {
  margin-bottom: 0;
}

.premium-cta {
  background: white;
  padding: 1.25rem 2rem;
  text-align: center;
  border-top: 1px solid #fef3c7;
}

.btn-premium {
  display: inline-block;
  background: #ff6b35;
  color: white;
  padding: 1rem 0.9rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(245, 158, 11, 0.3);
}

.btn-premium:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(245, 158, 11, 0.4);
  background: linear-gradient(0deg, #ff6b35 0%, #b45309 100%);
}

.premium-note {
  margin: 0.75rem 0 0 0;
  font-size: 1.05rem;
  text-align: left;
  color: #92400e;
  font-weight: 500;
}

/* 2-Column Pricing Grid (Card 4.2) */
.pricing-grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}

.pricing-header {
  text-align: center;
  margin-bottom: 2rem;
}

.pricing-header h3 {
  font-size: 2rem;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

.pricing-subtitle {
  font-size: 1rem;
  color: #64748b;
  margin: 0;
}

.pricing-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #3b82f6;
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pricing-badge-best {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.pricing-card-premium:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.pricing-card-featured {
  border-color: #f59e0b;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.2);
}

.pricing-card-featured:hover {
  box-shadow: 0 8px 28px rgba(245, 158, 11, 0.3);
}

.pricing-card-premium h4 {
  font-size: 1.5rem;
  color: #1a202c;
  margin-bottom: 1rem;
  text-align: center;
}

.pricing-cost {
  text-align: center;
  margin-bottom: 2rem;
}

.price-amount {
  font-size: 3rem;
  font-weight: 700;
  color: #1a202c;
}

.price-cycle {
  font-size: 1.1rem;
  color: #64748b;
  margin-left: 0.25rem;
}

.billing-note {
  display: block;
  font-size: 0.875rem;
  color: #94a3b8;
  margin-top: 0.5rem;
}

.premium-feature-group h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #475569;
  margin: 0 0 1rem 0;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-features li {
  padding: 0.5rem 0;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.6;
  border-bottom: 1px solid #f1f5f9;
}

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

.pricing-cta-primary {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c61 100%);
  color: white;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.pricing-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 107, 53, 0.4);
  background: linear-gradient(135deg, #ff5722 0%, #ff7043 100%);
}

.pricing-card-featured .pricing-cta-primary {
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.pricing-card-featured .pricing-cta-primary:hover {
  background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
  box-shadow: 0 6px 16px rgba(245, 158, 11, 0.4);
}

.pricing-footer-note {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8fafc;
  border-left: 4px solid #3b82f6;
  border-radius: 8px;
  text-align: center;
}

.pricing-footer-note p {
  margin: 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Mobile Responsive - Pricing Grid */
@media (max-width: 768px) {
  .pricing-grid-two {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .pricing-header h3 {
    font-size: 1.5rem;
  }

  .price-amount {
    font-size: 2.5rem;
  }

  .pricing-badge {
    top: -10px;
    right: 10px;
    font-size: 0.7rem;
    padding: 0.3rem 0.8rem;
  }
}

/* ============================================================================
   14. FEATURED SNIPPET LIST (Card Style)
   ============================================================================ */

.featured-snippet-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: list-counter;
}

.featured-snippet-list li {
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333;
}

.featured-snippet-list li strong {
  color: #1a202c;
  font-weight: 600;
}

.featured-snippet-list.card-style {
  list-style: none;
  display: grid;
  gap: 16px;
}

.featured-snippet-list.card-style li {
  counter-increment: list-counter;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 0;
}

/* ============================================================================
   SVG STYLES
   ============================================================================ */

/* SVG Responsive Container */
.svg-timeline,
.svg-archetypes,
.svg-radar {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* SVG Caption */
.svg-caption {
  text-align: center;
  color: #64748b;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  font-style: italic;
  line-height: 1.6;
}

/* ============================================================================
   PLAN COLOR MODIFIERS
   ============================================================================ */

/* Premium Feature Group Plan Colors */
.premium-feature-group.basic-plan {
  border-left: 4px solid #15803d;
}

.premium-feature-group.pro-plan {
  border-left: 4px solid #0c8dde;
}

.premium-feature-group.premium-plan {
  border-left: 4px solid #4f46e5;
}

.premium-feature-group.agency-plan {
  border-left: 4px solid #FF6B35;
}

/* ============================================================================
   PRICING DISPLAY
   ============================================================================ */

/* Pricing Display Container */
.pricing-display {
  text-align: center;
  margin: 1rem 0;
}

/* Price Value */
.price-value {
  font-size: 2rem;
  font-weight: 700;
  color: #15803d;
}

.premium-feature-group.pro-plan .price-value {
  color: #0c8dde;
}

.premium-feature-group.premium-plan .price-value {
  color: #4f46e5;
}

.premium-feature-group.agency-plan .price-value {
  color: #FF6B35;
}

/* Price Period */
.price-period {
  font-size: 1rem;
  font-weight: 500;
}

/* Pricing Subtext */
.pricing-subtext {
  font-size: 0.9rem;
  color: #666;
  margin: 0.5rem 0;
}

/* Pricing CTA Container */
.pricing-cta-container {
  text-align: center;
  margin-top: 1.5rem;
}

/* ============================================================================
   MOST POPULAR BADGE
   ============================================================================ */

/* Most Popular Plan Styling */
.premium-feature-group.most-popular {
  background: linear-gradient(135deg, #fff5eb 0%, #ffe9d6 100%);
  border: 3px solid #f59e0b;
  border-left: 4px solid #f59e0b;
  position: relative;
  padding-top: 2rem;
}

.most-popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #f59e0b;
  color: white;
  padding: 0.25rem 1rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}

.premium-feature-group.most-popular .premium-feature-heading {
  margin-top: 0.5rem;
  color: #f59e0b;
}

.premium-feature-group.most-popular .price-value {
  color: #f59e0b;
}

@media (hover: hover) {
  .featured-snippet-list.card-style li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
}

/* ============================================================================
   15. WORKFLOW FIT SECTION
   ============================================================================ */

.workflow-fit-section {
  margin: 2rem 0;
}

.workflow-fit-section h3 {
  text-align: center;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.section-intro {
  text-align: center;
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.workflow-card {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.workflow-card-green {
  border-left-color: #10b981;
  background: #f0fdf4;
}

.workflow-card-yellow {
  border-left: none;
  border-right: 4px solid #f59e0b;
  background: #fffbeb;
}

.workflow-card-red {
  border-left-color: #ef4444;
  background: #fef2f2;
}

.workflow-card-label {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.workflow-card-green .workflow-card-label {
  color: #15803d;
}

.workflow-card-yellow .workflow-card-label {
  color: #92400e;
}

.workflow-card-red .workflow-card-label {
  color: #991b1b;
}

.workflow-icon {
  font-size: 1.5rem;
}

.workflow-card p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.workflow-card-green p,
.workflow-card-green ul {
  color: #166534;
}

.workflow-card-yellow p,
.workflow-card-yellow ul {
  color: #92400e;
}

.workflow-card-red p,
.workflow-card-red ul {
  color: #991b1b;
}

.workflow-card ul {
  margin: 0.75rem 0 1rem 1.5rem;
  line-height: 1.7;
}

.workflow-recommendation {
  font-size: 0.9rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin: 1rem 0;
}

.workflow-cta-group {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.btn-workflow {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  text-align: center;
}

.btn-green {
  background: #10b981;
  color: white !important;
}

.btn-green:hover {
  background: #059669;
  transform: translateY(-1px);
  color: white !important;
}

.btn-yellow {
  background: #ff6b35;
  color: white !important;
}

.btn-yellow:hover {
  background: #E65100;
  transform: translateY(-1px);
  color: white !important;
}

.btn-yellow-outline {
  background: white;
  color: #d97706;
  border: 2px solid #d97706;
}

.btn-yellow-outline:hover {
  background: #fffbeb;
}

/* COMPARISON GRIDS */

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 1.5rem 0;
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.comparison-column {
  background: white;
  padding: 1.25rem;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}

.comparison-heading {
  font-size: 1rem;
  margin: 0 0 0.75rem 0;
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid;
}

.comparison-heading.competitor {
  color: #64748b;
  border-bottom-color: #cbd5e1;
}

.comparison-heading.primary {
  color: #0f172a;
  border-bottom-color: #10b981;
}

.comparison-list {
  margin: 0;
  padding-left: 1.25rem;
  list-style: disc;
}

.comparison-list li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #475569;
}

.comparison-list li:last-child {
  margin-bottom: 0;
}

.comparison-single {
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  margin: 1.5rem 0;
}

.comparison-decision {
  background: #fffbeb;
  border-left: 4px solid #f59e0b;
  padding: 1.25rem 1.5rem;
  border-radius: 6px;
  margin: 1.5rem 0;
}

.comparison-decision p {
  margin: 0 0 0.75rem 0;
  font-weight: 500;
  color: #92400e;
}

.decision-list {
  margin: 0;
  padding-left: 1.25rem;
  list-style: none;
}

.decision-list li {
  margin-bottom: 0.5rem;
  color: #92400e;
  line-height: 1.6;
  position: relative;
  padding-left: 0.5rem;
}

.decision-list li:before {
  content: "→";
  position: absolute;
  left: -1rem;
  color: #f59e0b;
  font-weight: bold;
}

.decision-list li:last-child {
  margin-bottom: 0;
}

/* COMPARISON TABLE & MATRIX */

.comparison-table-wrapper {
  margin: 2rem 0;
}

.comparison-table {
  overflow-x: auto;
}

.matrix-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.matrix-table th,
.matrix-table td {
  padding: 1rem 0.875rem;
  text-align: left;
}

.rating-stars {
  color: #f59e0b;
  font-size: 1rem;
  line-height: 1;
}

.rating-label {
  font-size: 0.9rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0.25rem;
  font-weight: 600;
}

.cta-row {
  font-weight: 600;
}

.btn-table-primary {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  background: #E65100;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(245, 158, 11, 0.2);
}

.btn-table-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(245, 158, 11, 0.3);
  color: white;
  text-decoration: none;
}

.btn-table {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  background: white;
  color: #3b82f6;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.btn-table:hover {
  background: #eff6ff;
  transform: translateY(-1px);
  text-decoration: none;
}

/* CTA SECTIONS */

.cta-section {
  text-align: center;
  margin: 2.5rem 0;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 12px;
}

.cta-section-final {
  margin: 3rem 0;
  text-align: center;
}

.cta-text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 1.5rem;
}

.cta-trust-note {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  margin: 1.5rem 0 0 0;
  line-height: 1.4;
}

/* ============================================================================
   SVG VISUALIZATIONS - TYPE-SPECIFIC CONTAINERS
   ============================================================================ */

/* SVG2: Timeline/Process Flow Container */
.svg-timeline-container {
  margin: 3rem 0;
  padding: 2rem;
  background: linear-gradient(135deg, #eff6ff 0%, #f9fafb 100%);
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* SVG1: Radar Chart Container */
.svg-radar-container {
  margin: 3rem 0;
  padding: 2rem;
  background: linear-gradient(135deg, #fef3c7 0%, #f9fafb 100%);
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* SVG7: User Archetypes Container */
.svg-archetypes-container {
  margin: 3rem 0;
  padding: 2rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #f9fafb 100%);
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* SVG Timeline Internal Styles */
.svg-timeline .timeline-step {
  transition: all 0.3s ease;
}

.svg-timeline .timeline-step:hover circle {
  transform: scale(1.1);
  transform-origin: center;
}

.svg-timeline .step-icon {
  font-size: 48px;
}

.svg-timeline .step-title {
  font-size: 20px;
  font-weight: 700;
  fill: #1e293b;
}

.svg-timeline .step-duration {
  font-size: 20px;
  font-weight: 700;
  fill: #3b82f6;
  letter-spacing: 0.5px;
}

.svg-timeline .step-description {
  font-size: 19px;
  fill: #475569;
  line-height: 1.7;
  font-weight: 500;
}

/* SVG Radar Chart Internal Styles */
.svg-radar .radar-grid {
  opacity: 0.6;
}

.svg-radar .radar-label {
  font-size: 13px;
  font-weight: 700;
  fill: #1e293b;
}

.svg-radar .radar-polygon {
  transition: opacity 0.3s ease;
}

.svg-radar .radar-polygon:hover {
  opacity: 1 !important;
}

.svg-radar .legend-text {
  font-size: 14px;
  fill: #1e293b;
}

.svg-radar .legend-item:hover .legend-rect {
  opacity: 0.8;
}

/* SVG User Archetypes Internal Styles */
.svg-archetypes .user-archetype {
  transition: opacity 0.2s ease;
}

.svg-archetypes .user-archetype:hover {
  opacity: 0.9;
}

.svg-archetypes .user-icon {
  font-size: 40px;
}

.svg-archetypes .user-type-label {
  font-size: 18px;
  font-weight: 700;
  fill: #1e293b;
}

.svg-archetypes .trait-text {
  font-size: 20px;
  fill: #475569;
  line-height: 2.2;
}

.svg-archetypes .fit-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* MOBILE RESPONSIVE (768px and below) */

@media (max-width: 768px) {
  .breadcrumb-nav {
    padding: 0.5rem 1rem;
  }

  .breadcrumb-list {
    font-size: 0.8rem;
  }

  .article-meta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .article-title {
    font-size: 1.75rem;
    padding: 0 1rem;
    margin-bottom: 1.25rem;
  }

  .hero-conversion-box {
    margin: 1rem 0;
  }

  .hero-trust-bar {
    padding: 0.75rem 1rem;
  }

  .hero-content {
    padding: 1rem 0.75rem;
  }

  .cta-button-primary {
    width: 100%;
    max-width: 340px;
    min-width: 0;
    padding: 1rem 1rem;
    box-sizing: border-box;
  }

  .hero-hook-section {
    flex-direction: column;
    gap: 1rem;
  }

  .rating-score {
    font-size: 64px;
  }

  .rating-denominator {
    font-size: 38px;
  }

  .hero-verdict-headline {
    font-size: 1.5rem;
  }

  .hero-verdict-tagline {
    font-size: 1rem;
  }

  .hero-fit-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .glance-section {
    padding: 1.5rem 1rem;
  }

  .glance-grid {
    grid-template-columns: 1fr;
  }

  .visual-metrics-grid-two {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1rem;
  }

  .visual-metric-card {
    padding: 1rem;
    width: 100%;
    max-width: 480px;
    box-sizing: border-box;
  }

  .quick-answer-box {
    padding: 1.25rem 1rem !important;
  }

  .entity-context-bar {
    padding: 0.75rem 1rem !important;
    font-size: 0.95rem !important;
  }

  .competitive-positioning-box {
    padding: 0.75rem 1rem !important;
    margin-top: 1rem !important;
  }

  .visual-metric-icon {
    font-size: 2rem;
  }

  .feature-grid-hero {
    padding: 1.4rem 1.25rem;
  }

  .feature-grid-hero h5 {
    font-size: 1.05rem;
  }

  .feature-grid-hero p {
    font-size: 0.95rem;
  }

  .feature-grid-items {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .feature-grid-box {
    padding: 1.1rem 1.25rem;
  }

  .calculator-inputs {
    grid-template-columns: 1fr;
  }

  .calculator-metrics-grid {
    grid-template-columns: 1fr;
  }

  .interactive-calculator {
    padding: 1.5rem 1rem;
  }
}

/* ========================================
   4-COLUMN COMPARISON TABLE (CYAN THEME)
   Optimized for: Metric + 3 Tools
   Location: Category 5 - Competitor Comparisons
   ======================================== */

.comparison-table-4col {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(6, 182, 212, 0.12);
  overflow: hidden;
}

.comparison-table-4col h3 {
  margin: 0;
  padding: 1.5rem 1.5rem 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0e7490;
  background: linear-gradient(135deg, #ecfeff 0%, #cffafe 100%);
  border-bottom: 3px solid #06b6d4;
}

.comparison-table-4col table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 0.95rem;
}

.comparison-table-4col thead {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
  color: white;
}

.comparison-table-4col thead tr {
  border: none;
}

.comparison-table-4col th {
  padding: 1rem 0.875rem;
  text-align: left;
  font-weight: 700;
  font-size: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #0e7490;
}

.comparison-table-4col th:last-child {
  border-right: none;
}

.comparison-table-4col th:first-child {
  width: 30%;
  background: rgba(14, 116, 144, 0.9);
}

.comparison-table-4col th:nth-child(2) {
  width: 25%;
  background: linear-gradient(135deg, #22d3ee 0%, #06b6d4 100%);
  font-size: 1.05rem;
  position: relative;
}

.comparison-table-4col th:nth-child(2)::after {
  content: '⭐';
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  font-size: 1.25rem;
}

.comparison-table-4col tbody tr {
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #e0f2fe;
}

.comparison-table-4col tbody tr:nth-child(odd) {
  background: #f0fdff;
}

.comparison-table-4col tbody tr:nth-child(even) {
  background: white;
}

.comparison-table-4col tbody tr:hover {
  background: #e0f2fe;
  cursor: default;
}

.comparison-table-4col tbody tr:last-child {
  border-bottom: 2px solid #06b6d4;
}

.comparison-table-4col td {
  padding: 0.875rem;
  border-right: 1px solid #e0f2fe;
  vertical-align: top;
  line-height: 1.6;
}

.comparison-table-4col td:last-child {
  border-right: none;
}

.comparison-table-4col td:first-child {
  font-weight: 600;
  color: #0e7490;
  background: rgba(236, 254, 255, 0.5);
}

.comparison-table-4col td:nth-child(2) {
  background: rgba(224, 242, 254, 0.3);
  font-weight: 500;
}

.comparison-table-4col .table-highlight {
  background: #cffafe;
  font-weight: 700;
  color: #0e7490;
  padding: 0.125rem 0.5rem;
  border-radius: 4px;
  display: inline-block;
}

.comparison-table-4col .table-icon-yes {
  color: #0891b2;
  font-weight: 700;
  font-size: 1.1rem;
}

.comparison-table-4col .table-icon-no {
  color: #94a3b8;
  font-weight: 700;
  font-size: 1.1rem;
}

.comparison-table-4col .table-icon-partial {
  color: #f59e0b;
  font-weight: 700;
  font-size: 1.1rem;
}

.comparison-table-4col figcaption {
  padding: 1rem 1.5rem 1.5rem;
  font-size: 0.9rem;
  color: #64748b;
  font-style: italic;
  background: #f0fdff;
  border-top: 1px solid #e0f2fe;
  line-height: 1.6;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .comparison-table-4col {
    margin: 1.5rem 0;
    border-radius: 8px;
  }

  .comparison-table-4col h3 {
    font-size: 1.25rem;
    padding: 1.25rem 1rem 0.875rem;
  }

  .comparison-table-4col table {
    font-size: 0.875rem;
  }

  .comparison-table-4col th,
  .comparison-table-4col td {
    padding: 0.625rem 0.5rem;
  }

  .comparison-table-4col th:first-child,
  .comparison-table-4col td:first-child {
    width: 35%;
  }

  .comparison-table-4col figcaption {
    padding: 0.875rem 1rem 1.25rem;
    font-size: 0.85rem;
  }

  .premium-price-section {
    text-align: left;
  }

  .premium-features {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem 1rem;
  }

  .premium-feature-group {
    padding: 1rem;
  }

  .premium-cta {
    padding: 1.25rem 1rem;
  }

  .btn-premium {
    width: 100%;
    padding: 1rem 1.5rem;
  }

  .workflow-card {
    padding: 1.25rem;
  }

  .workflow-card-label {
    font-size: 1rem;
  }

  .workflow-cta-group {
    flex-direction: column;
  }

  .btn-workflow {
    width: 100%;
  }

  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }

  .comparison-column {
    padding: 1rem;
  }

  .comparison-heading {
    font-size: 0.95rem;
  }

  .matrix-table {
    font-size: 0.85rem;
  }

  .matrix-table th,
  .matrix-table td {
    padding: 0.6rem 0.4rem;
  }
}

/* ========================================
   TWO-COLUMN LAYOUT CARD
   Created: 2026-01-19
   Purpose: Flexible two-column content layout
   ======================================== */

.two-column-layout {
  background-color: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  column-gap: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 2.5rem 0;
  padding: 2rem;
  row-gap: 2rem;
}

.two-column-layout .column {
  padding: 1.5rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.two-column-layout .column-title {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e5e7eb;
}

.two-column-layout .column p,
.two-column-layout .column ul {
  font-family: 'Lora', Georgia, serif;
  line-height: 1.8;
  color: #334155;
}

.two-column-layout .column ul {
  list-style: none;
  padding-left: 0;
}

.two-column-layout .column li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.two-column-layout .column li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-weight: bold;
}

/* Two-Column Layout - Mobile Responsive */
@media (max-width: 768px) {
  .two-column-layout {
    column-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
    row-gap: 1.5rem;
  }
}