/**
 * MissionMind.ai - Pricing Page Styles (REDESIGNED)
 * ==================================================
 * Modern, unique, conversion-focused design
 * NOT Salesforce-style - distinctly MissionMind
 */

/* ===================
   NEW PRICING HERO - TWO COLUMN LAYOUT
   =================== */
.pricing-hero-new {
  position: relative;
  background: linear-gradient(135deg, #0a0d14 0%, #12151f 25%, #1a1d2e 50%, #16213e 100%);
  padding: calc(var(--header-height) + var(--space-8)) 0 var(--space-12);
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.pricing-hero-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pricing-hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 15% 20%, rgba(35, 64, 255, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 80%, rgba(35, 64, 255, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(212, 168, 83, 0.06) 0%, transparent 70%);
  opacity: 1;
}

.pricing-hero-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(35, 64, 255, 0.02) 3px, rgba(35, 64, 255, 0.02) 6px),
    repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(35, 64, 255, 0.02) 3px, rgba(35, 64, 255, 0.02) 6px);
  opacity: 0.4;
}

.pricing-hero-grid-new {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: var(--space-8);
  align-items: start;
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 var(--space-8);
  width: 100%;
}

/* ===================
   LEFT: VALUE CONTENT
   =================== */
.pricing-value-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding-top: 0;
}

.pricing-eyebrow {
  display: inline-block;
  font-size: var(--text-xs);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: var(--space-2) var(--space-4);
  background: rgba(35, 64, 255, 0.15);
  border: 1px solid rgba(35, 64, 255, 0.35);
  border-radius: var(--radius-full);
  width: fit-content;
  box-shadow: 0 0 20px rgba(35, 64, 255, 0.2);
}

.pricing-main-headline {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--color-white);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0;
  background: linear-gradient(135deg, #ffffff 0%, #e0d7ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pricing-main-description {
  font-size: var(--text-base);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin: 0;
}

/* Solution Highlights */
.solution-highlights {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.solution-highlight-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-4);
  padding: var(--space-4);
  background: linear-gradient(135deg, rgba(26, 29, 46, 0.6) 0%, rgba(22, 33, 62, 0.4) 100%);
  backdrop-filter: blur(20px) saturate(120%);
  border: 1px solid rgba(35, 64, 255, 0.15);
  border-radius: var(--radius-xl);
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: all var(--transition-base);
}

.solution-highlight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(35, 64, 255, 0.3);
  box-shadow:
    0 12px 48px rgba(35, 64, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.solution-highlight-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(35, 64, 255, 0.2) 0%, rgba(35, 64, 255, 0.2) 100%);
  border: 1px solid rgba(35, 64, 255, 0.3);
  border-radius: var(--radius-lg);
  flex-shrink: 0;
}

.solution-highlight-icon svg {
  width: 20px;
  height: 20px;
  color: rgba(35, 64, 255, 1);
  stroke-width: 2;
}

.solution-highlight-icon .solution-highlight-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.solution-highlight-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.solution-highlight-title {
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--color-white);
  margin: 0;
  letter-spacing: -0.01em;
}

.solution-highlight-benefit {
  font-size: var(--text-xs);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}

.solution-highlight-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.solution-highlight-bullets li {
  font-size: var(--text-xs);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
  padding-left: var(--space-4);
  position: relative;
}

.solution-highlight-bullets li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: rgba(35, 64, 255, 0.8);
  font-weight: 700;
}

/* Trust Signals Row */
.trust-signals-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid rgba(35, 64, 255, 0.1);
}

.trust-signal-badge {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
  background: rgba(35, 64, 255, 0.08);
  border: 1px solid rgba(35, 64, 255, 0.2);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  transition: all var(--transition-fast);
}

.trust-signal-badge:hover {
  background: rgba(35, 64, 255, 0.15);
  border-color: rgba(35, 64, 255, 0.4);
  transform: translateY(-2px);
}

.trust-signal-badge svg {
  width: 14px;
  height: 14px;
  color: rgba(35, 64, 255, 1);
  stroke-width: 2.5;
}

.trust-signal-img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

/* ===================
   RIGHT: PRICING FORM CARD
   =================== */
.pricing-form-container {
  position: relative;
  display: flex;
  align-items: stretch;
}

.pricing-form-card {
  background: #ffffff;
  border: 2px solid rgba(35, 64, 255, 0.2);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 0 40px rgba(35, 64, 255, 0.1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pricing-form-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(35, 64, 255, 0.1) 0%, transparent 70%);
  opacity: 0.5;
  pointer-events: none;
}

.pricing-form-header {
  margin-bottom: var(--space-4);
  position: relative;
  z-index: 1;
}

.pricing-form-title {
  font-size: var(--text-lg);
  font-weight: 800;
  color: #1a1d2e;
  margin: 0 0 var(--space-1);
  letter-spacing: -0.02em;
}

.pricing-form-subtitle {
  font-size: var(--text-xs);
  font-weight: 400;
  color: #4b5563;
  margin: 0;
  line-height: 1.4;
}

/* Form Styles */
.pricing-request-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  position: relative;
  z-index: 1;
  flex: 1;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.form-label {
  font-size: var(--text-xs);
  font-weight: 600;
  color: #1f2937;
  letter-spacing: 0.01em;
}

.form-label .required {
  color: rgba(212, 168, 83, 1);
  margin-left: 2px;
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: var(--space-2) var(--space-3);
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: 400;
  color: #1f2937;
  background: #f9fafb;
  border: 1.5px solid #d1d5db;
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
  outline: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #9ca3af;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: rgba(35, 64, 255, 0.6);
  box-shadow: 0 0 0 4px rgba(35, 64, 255, 0.15);
  background: #ffffff;
}

.form-textarea {
  min-height: 60px;
  resize: vertical;
}

.form-select {
  cursor: pointer;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%236b7280" stroke-width="2"><path d="M6 9l6 6 6-6"/></svg>');
  background-repeat: no-repeat;
  background-position: right var(--space-4) center;
  background-size: 20px;
  padding-right: var(--space-12);
}

/* Primary Button */
.btn-pricing-form-primary {
  width: 100%;
  padding: var(--space-3) var(--space-6);
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--color-white);
  background: linear-gradient(135deg, var(--color-primary-600) 0%, var(--color-primary-500) 100%);
  border: none;
  border-radius: var(--radius-lg);
  cursor: pointer;
  transition: all var(--transition-base);
  box-shadow: 0 4px 12px rgba(35, 64, 255, 0.4);
  position: relative;
  overflow: hidden;
}

.btn-pricing-form-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--color-primary-400) 0%, var(--color-primary-400) 100%);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.btn-pricing-form-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(35, 64, 255, 0.5);
}

.btn-pricing-form-primary:hover::before {
  opacity: 1;
}

.btn-pricing-form-primary:active {
  transform: translateY(-1px);
}

/* Secondary CTA */
.form-secondary-cta {
  text-align: center;
  margin-top: var(--space-1);
}

.form-link-secondary {
  font-size: var(--text-xs);
  font-weight: 600;
  color: rgba(35, 64, 255, 1);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.form-link-secondary:hover {
  color: rgba(192, 132, 252, 1);
  text-decoration: underline;
}

/* Privacy Text */
.form-privacy-text {
  font-size: 10px;
  font-weight: 400;
  color: #6b7280;
  text-align: center;
  margin: var(--space-2) 0 0;
  line-height: 1.3;
}

/* Direct Contact Info */
.form-direct-contact {
  margin-top: var(--space-3);
  padding-top: var(--space-3);
  border-top: 1px solid rgba(35, 64, 255, 0.15);
}

.direct-contact-label {
  font-size: 10px;
  font-weight: 600;
  color: #374151;
  margin: 0 0 var(--space-2);
  text-align: center;
}

.direct-contact-methods {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.contact-method {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-1) var(--space-2);
  background: rgba(35, 64, 255, 0.05);
  border: 1px solid rgba(35, 64, 255, 0.15);
  border-radius: var(--radius-md);
  font-size: 10px;
  font-weight: 500;
  color: #1f2937;
  text-decoration: none;
  transition: all var(--transition-fast);
}

.contact-method:hover {
  background: rgba(35, 64, 255, 0.1);
  border-color: rgba(35, 64, 255, 0.3);
  transform: translateX(4px);
}

.contact-method svg {
  width: 12px;
  height: 12px;
  color: rgba(35, 64, 255, 1);
  stroke-width: 2;
  flex-shrink: 0;
}

/* ===================
   PRICING PRINCIPLES SECTION
   =================== */
.pricing-principles-section {
  padding: var(--space-24) 0;
  background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
  position: relative;
}

.pricing-principles-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(35, 64, 255, 0.3) 50%, transparent 100%);
}

.pricing-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8);
  margin-top: var(--space-12);
}

.pricing-principle-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-8);
  background: var(--color-white);
  border: 1px solid rgba(35, 64, 255, 0.1);
  border-radius: var(--radius-2xl);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: all var(--transition-base);
}

.pricing-principle-card:hover {
  transform: translateY(-8px);
  border-color: rgba(35, 64, 255, 0.3);
  box-shadow: 0 12px 32px rgba(35, 64, 255, 0.15);
}

.principle-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(35, 64, 255, 0.1) 0%, rgba(35, 64, 255, 0.1) 100%);
  border: 2px solid rgba(35, 64, 255, 0.2);
  border-radius: var(--radius-2xl);
  margin-bottom: var(--space-5);
}

.principle-icon svg {
  width: 32px;
  height: 32px;
  color: rgba(35, 64, 255, 1);
  stroke-width: 2;
}

.principle-title {
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--color-gray-900);
  margin: 0 0 var(--space-3);
  letter-spacing: -0.01em;
}

.principle-description {
  font-size: var(--text-base);
  font-weight: 400;
  color: var(--color-gray-600);
  margin: 0;
  line-height: 1.6;
}

/* ===================
   EARLY ACCESS SECTION (NEW)
   =================== */
.early-access-new-section {
  padding: var(--space-24) 0;
  background: linear-gradient(135deg, #0f1419 0%, #1a1d2e 50%, #16213e 100%);
  position: relative;
  overflow: hidden;
}

.early-access-new-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 40%, rgba(35, 64, 255, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(35, 64, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.early-access-new-card {
  max-width: 900px;
  margin: 0 auto;
  padding: var(--space-16);
  background: linear-gradient(135deg, rgba(26, 29, 46, 0.8) 0%, rgba(22, 33, 62, 0.8) 100%);
  backdrop-filter: blur(20px) saturate(120%);
  border: 2px solid rgba(35, 64, 255, 0.2);
  border-radius: var(--radius-3xl);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
  text-align: center;
}

.early-access-badge {
  display: inline-block;
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--color-primary-950);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: var(--space-2) var(--space-5);
  background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-light) 100%);
  border-radius: var(--radius-full);
  margin-bottom: var(--space-6);
  box-shadow: 0 4px 12px rgba(212, 168, 83, 0.35);
}

.early-access-new-title {
  font-size: var(--text-4xl);
  font-weight: 800;
  color: var(--color-white);
  margin: 0 0 var(--space-3);
  letter-spacing: -0.02em;
}

.early-access-new-subtitle {
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-gold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: var(--space-5);
}

.early-access-new-description {
  font-size: var(--text-lg);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin: 0 0 var(--space-10);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.early-access-new-benefits {
  list-style: none;
  margin: 0 0 var(--space-10);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
  text-align: left;
}

.early-access-new-benefits li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--text-base);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.early-access-new-benefits li svg {
  width: 20px;
  height: 20px;
  color: var(--color-gold);
  stroke-width: 2.5;
  flex-shrink: 0;
  margin-top: 2px;
}

.early-access-new-cta {
  display: flex;
  justify-content: center;
}

.btn-early-access-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-5) var(--space-12);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--color-white);
  background: linear-gradient(135deg, var(--color-primary-600) 0%, var(--color-primary-500) 100%);
  border: none;
  border-radius: var(--radius-full);
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(35, 64, 255, 0.4);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.btn-early-access-new::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--color-primary-400) 0%, var(--color-primary-400) 100%);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.btn-early-access-new:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(35, 64, 255, 0.6);
}

.btn-early-access-new:hover::before {
  opacity: 1;
}

/* ===================
   COMPARE TABLE (NEW)
   =================== */
.compare-alternatives-new {
  padding: var(--space-24) 0;
  background: var(--color-white);
}

.compare-table-new {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--color-white);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  margin-top: var(--space-12);
}

.compare-table-new thead {
  background: linear-gradient(135deg, #1a1d2e 0%, #16213e 100%);
}

.compare-table-new th {
  padding: var(--space-6);
  font-size: var(--text-base);
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
  border-bottom: 2px solid rgba(35, 64, 255, 0.3);
}

.compare-table-new th.compare-feature-col {
  text-align: left;
  min-width: 250px;
}

.compare-table-new th.compare-highlight-new {
  background: linear-gradient(135deg, var(--color-primary-600) 0%, var(--color-primary-500) 100%);
}

.compare-logo-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
}

.compare-logo-icon {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.compare-table-new tbody tr {
  border-bottom: 1px solid var(--color-gray-200);
  transition: background-color var(--transition-fast);
}

.compare-table-new tbody tr:hover {
  background: rgba(35, 64, 255, 0.02);
}

.compare-table-new tbody tr:last-child {
  border-bottom: none;
}

.compare-table-new td {
  padding: var(--space-5);
  font-size: var(--text-base);
  text-align: center;
  color: var(--color-gray-700);
}

.compare-table-new td.compare-feature {
  text-align: left;
  font-weight: 600;
  color: var(--color-gray-900);
}

.compare-table-new td.compare-highlight-new {
  background: rgba(35, 64, 255, 0.05);
}

.compare-check-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  filter: drop-shadow(0 2px 4px rgba(35, 64, 255, 0.3));
}

.compare-caption-new {
  text-align: center;
  font-size: var(--text-lg);
  font-weight: 400;
  color: var(--color-gray-600);
  line-height: 1.8;
  max-width: 800px;
  margin: var(--space-12) auto 0;
}

/* ===================
   FAQ SECTION (NEW)
   =================== */
.pricing-faq-new {
  padding: var(--space-24) 0;
  background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
}

.faq-accordion-new {
  max-width: 900px;
  margin: var(--space-12) auto 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.faq-item-new {
  background: var(--color-white);
  border: 1px solid rgba(35, 64, 255, 0.1);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all var(--transition-base);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.faq-item-new:hover {
  border-color: rgba(35, 64, 255, 0.2);
  box-shadow: 0 4px 16px rgba(35, 64, 255, 0.08);
}

.faq-item-new.active {
  border-color: rgba(35, 64, 255, 0.3);
  box-shadow: 0 8px 24px rgba(35, 64, 255, 0.12);
}

.faq-question-new {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-6);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all var(--transition-fast);
}

.faq-question-new span {
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--color-gray-900);
  line-height: 1.4;
}

.faq-icon-new {
  width: 24px;
  height: 24px;
  color: rgba(35, 64, 255, 1);
  stroke-width: 2;
  flex-shrink: 0;
  transition: transform var(--transition-fast);
}

.faq-item-new.active .faq-icon-new {
  transform: rotate(180deg);
}

.faq-answer-new {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-base);
}

.faq-item-new.active .faq-answer-new {
  max-height: 500px;
}

.faq-answer-new p {
  padding: 0 var(--space-6) var(--space-6);
  font-size: var(--text-base);
  font-weight: 400;
  color: var(--color-gray-600);
  line-height: 1.8;
  margin: 0;
}

/* ===================
   RESPONSIVE DESIGN
   =================== */
@media (max-width: 1400px) {
  .pricing-hero-grid-new {
    grid-template-columns: 1fr 440px;
  }
}

@media (max-width: 1200px) {
  .pricing-hero-grid-new {
    grid-template-columns: 1fr 400px;
    gap: var(--space-6);
  }

  .solution-highlights {
    gap: var(--space-3);
  }

  .pricing-main-headline {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
  }
}

@media (max-width: 968px) {
  .pricing-hero-new {
    min-height: auto;
    padding: calc(var(--header-height) + var(--space-8)) 0 var(--space-12);
  }

  .pricing-hero-grid-new {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .pricing-form-container {
    position: static;
  }

  .pricing-principles-grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .early-access-new-benefits {
    grid-template-columns: 1fr;
  }

  .compare-table-wrapper {
    overflow-x: auto;
  }

  .pricing-main-headline {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  .pricing-form-title {
    font-size: var(--text-base);
  }
}

@media (max-width: 640px) {
  .pricing-hero-new {
    padding: calc(var(--header-height) + var(--space-6)) 0 var(--space-8);
    min-height: auto;
  }

  .pricing-value-content {
    padding-top: 0;
  }

  .solution-highlight-card {
    grid-template-columns: 1fr;
  }

  .solution-highlight-icon {
    margin: 0 auto;
  }

  .trust-signals-row {
    flex-direction: column;
  }

  .early-access-new-card {
    padding: var(--space-8);
  }

  .early-access-new-title {
    font-size: var(--text-3xl);
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}
