/* === ENTERPRISE HERO === */
.hero-enterprise {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 50%, var(--charcoal) 100%);
  position: relative; overflow: hidden; padding: 72px 0 80px;
}
.hero-enterprise::before {
  content: ''; position: absolute; width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,100,44,0.06) 0%, transparent 70%);
  top: -300px; right: -100px; pointer-events: none;
}
.hero-enterprise::after {
  content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(26,138,125,0.04) 0%, transparent 70%);
  bottom: -200px; left: -100px; pointer-events: none;
}
.hero-enterprise > .container { position: relative; z-index: 2; }
.hero-enterprise .breadcrumb {
  display: flex; align-items: center; gap: 8px; margin-bottom: 20px;
  font-family: var(--font-body); font-size: 0.85rem; color: rgba(255,255,255,0.45);
}
.hero-enterprise .breadcrumb a { color: rgba(255,255,255,0.45); transition: color 0.2s; }
.hero-enterprise .breadcrumb a:hover { color: rgba(255,255,255,0.8); }
.hero-enterprise .breadcrumb svg { width: 14px; height: 14px; stroke: rgba(255,255,255,0.3); }
.hero-enterprise h1 {
  font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800; color: var(--white); letter-spacing: -0.03em;
  line-height: 1.15; margin-bottom: 16px; max-width: 700px;
}
.hero-enterprise .hero-sub {
  font-family: var(--font-body); font-size: 1.1rem;
  color: rgba(255,255,255,0.72); line-height: 1.7; max-width: 640px; margin-bottom: 32px;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }

/* === SECTION HEADERS === */
.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 {
  font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800; color: var(--navy); letter-spacing: -0.02em; margin-bottom: 12px;
}
.section-header p {
  font-family: var(--font-body); font-size: 1.05rem; color: var(--gray-600);
  max-width: 580px; margin: 0 auto; line-height: 1.65;
}

/* === VALUE PROPS === */
.value-props-section { padding: 100px 0; background: var(--off-white); }
.value-props-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.value-prop-card {
  background: var(--white); border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg); padding: 40px;
  transition: all 0.3s ease; display: flex; flex-direction: column;
}
.value-prop-card:hover {
  border-color: var(--orange); box-shadow: var(--shadow-lg); transform: translateY(-4px);
}
.value-prop-icon {
  width: 52px; height: 52px; background: var(--orange-light);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.value-prop-icon svg { width: 26px; height: 26px; stroke: var(--orange); }
.value-prop-card h3 {
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 700;
  color: var(--navy); margin-bottom: 10px;
}
.value-prop-card p {
  font-family: var(--font-body); font-size: 0.95rem; color: var(--gray-600); line-height: 1.65;
}

/* === WHAT'S INCLUDED === */
.included-section { padding: 100px 0; background: var(--white); }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.included-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 24px; background: var(--off-white);
  border-radius: var(--radius-lg); transition: all 0.2s;
}
.included-item:hover { box-shadow: var(--shadow-sm); }
.included-item-icon {
  width: 40px; height: 40px; min-width: 40px;
  background: var(--teal-light); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.included-item-icon svg { width: 20px; height: 20px; stroke: var(--teal); }
.included-item h4 {
  font-family: var(--font-display); font-size: 0.95rem; font-weight: 700;
  color: var(--navy); margin-bottom: 4px;
}
.included-item p {
  font-family: var(--font-body); font-size: 0.88rem; color: var(--gray-600); line-height: 1.5;
}

/* === PRICING === */
.pricing-section { padding: 100px 0; background: var(--off-white); }
.pricing-card {
  max-width: 720px; margin: 0 auto;
  background: var(--white); border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg); padding: 48px;
  text-align: center; box-shadow: var(--shadow-sm);
}
.pricing-card h3 {
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 800;
  color: var(--navy); margin-bottom: 12px;
}
.pricing-card .pricing-desc {
  font-family: var(--font-body); font-size: 1rem; color: var(--gray-600);
  line-height: 1.65; margin-bottom: 32px; max-width: 540px; margin-left: auto; margin-right: auto;
}
.pricing-range {
  display: inline-block;
  background: linear-gradient(135deg, var(--navy), var(--charcoal));
  border-radius: var(--radius-lg); padding: 32px 48px;
  margin-bottom: 24px;
}
.pricing-range .range-amount {
  font-family: var(--font-display); font-size: 2.2rem; font-weight: 800;
  color: var(--white); letter-spacing: -0.02em;
}
.pricing-range .range-label {
  font-family: var(--font-body); font-size: 0.9rem;
  color: rgba(255,255,255,0.55); margin-top: 4px;
}
.pricing-card .pricing-note {
  font-family: var(--font-body); font-size: 0.9rem; color: var(--gray-400);
  line-height: 1.6; margin-bottom: 28px; max-width: 480px; margin-left: auto; margin-right: auto;
}
.pricing-ctas {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px;
}
.pricing-phone {
  font-family: var(--font-body); font-size: 0.9rem; color: var(--gray-400);
}
.pricing-phone a { color: var(--gray-600); font-weight: 500; transition: color 0.2s; }
.pricing-phone a:hover { color: var(--orange); }

/* === CTA BANNER === */
.cta-banner {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,100,44,0.06) 0%, transparent 70%);
  top: -200px; right: 10%; pointer-events: none;
}
.cta-banner-inner { text-align: center; position: relative; z-index: 1; }
.cta-banner h2 {
  font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800; color: var(--white); letter-spacing: -0.02em; margin-bottom: 12px;
}
.cta-banner .cta-sub {
  font-family: var(--font-body); font-size: 1.05rem; color: rgba(255,255,255,0.55);
  margin-bottom: 36px; max-width: 500px; margin-left: auto; margin-right: auto;
}
.cta-paths { display: flex; gap: 32px; justify-content: center; max-width: 700px; margin: 0 auto 32px; }
.cta-path {
  flex: 1; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg); padding: 32px 28px; text-align: center;
  transition: all 0.3s; display: flex; flex-direction: column;
}
.cta-path:hover { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.15); }
.cta-path h3 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.cta-path p { font-family: var(--font-body); font-size: 0.88rem; color: rgba(255,255,255,0.55); margin-bottom: 20px; line-height: 1.6; flex: 1; }
.cta-phone {
  font-family: var(--font-display); font-size: 0.95rem; font-weight: 600;
  color: rgba(255,255,255,0.5); display: flex; align-items: center; justify-content: center; gap: 8px;
}
.cta-phone a { color: rgba(255,255,255,0.7); transition: color 0.2s; }
.cta-phone a:hover { color: var(--white); }
.cta-phone svg { width: 16px; height: 16px; stroke: rgba(255,255,255,0.5); }

/* === ANIMATIONS === */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-up { opacity: 0; }
.animate-up.visible { animation: fadeUp 0.7s ease forwards; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .value-props-grid { grid-template-columns: 1fr; gap: 24px; }
  .included-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero-enterprise { padding: 48px 0 56px; }
  .hero-enterprise h1 { font-size: 2rem; }
  .hero-enterprise .hero-sub { font-size: 1.05rem; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn-primary, .hero-ctas .btn-outline { width: 100%; justify-content: center; }
  .value-props-section, .included-section, .pricing-section { padding: 72px 0; }
  .section-header { margin-bottom: 40px; }
  .pricing-card { padding: 36px 24px; }
  .pricing-range { padding: 24px 32px; }
  .pricing-range .range-amount { font-size: 1.8rem; }
  .pricing-ctas { flex-direction: column; }
  .pricing-ctas .btn-primary, .pricing-ctas .btn-outline-dark { width: 100%; justify-content: center; }
  .cta-banner { padding: 60px 0; }
  .cta-paths { flex-direction: column; gap: 16px; }
}
