@charset "UTF-8";
.heading-menu,
.promo-top-banner,
.apm-testimonial-section {
  display: none !important;
}

.fso-page-wrapper *,
.fso-page-wrapper *::before,
.fso-page-wrapper *::after {
  box-sizing: border-box;
}

.am-icon {
  display: inline-flex;
}

.strategy-h5 {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-primary);
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
  line-height: 1.25;
}

.check-list li {
  padding-left: 28px;
  position: relative;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM2MGE1ZmEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIyIDExLjA4VjEyYTEwIDEwIDAgMSAxLTUuOTMtOS4xNCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICA8cG9seWxpbmUgcG9pbnRzPSIyMiA0IDEyIDE0LjAxIDkgMTEuMDEiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICA8L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.fso-page-wrapper {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-primary);
  background: var(--bg-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --primary-color: #0066ff;
  --primary-dark: #0052cc;
  --primary-light: #3b82f6;
  --secondary-color: #6366f1;
  --accent-color: #8b5cf6;
  --text-primary: #f1f5f9;
  --text-secondary: #cbd5e1;
  --text-light: #94a3b8;
  --bg-primary: #0f172a;
  --bg-secondary: #091323;
  --bg-dark: #0a0f1a;
  --bg-card: #1e293b;
  --border-color: #334155;
  --border-light: rgba(148, 163, 184, 0.15);
  --success-color: #10b981;
  --gradient-primary: linear-gradient(135deg, #0066ff 0%, #6366f1 100%);
  --gradient-dark: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  --gradient-hero: linear-gradient(135deg, #0a0f1a 0%, #0f172a 25%, #151b2d 50%, #1e293b 75%, #0f172a 100%);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.6);
}
.fso-page-wrapper ul li {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 17px;
  margin: 0;
  font-weight: 400;
}
.fso-page-wrapper p {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 17px;
  margin: 0;
  font-weight: 400;
}
.fso-page-wrapper .card ul li {
  font-size: 15px;
}

.fso-page-wrapper img {
  max-width: 100%;
  display: block;
}

.fso-page-wrapper .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Hero Section */
.fso-page-wrapper .hero {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--gradient-hero);
  width: 100%;
  overflow: hidden;
}

.fso-page-wrapper .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(0, 102, 255, 0.08) 0%, transparent 50%), radial-gradient(ellipse 60% 40% at 100% 100%, rgba(30, 41, 59, 0.4) 0%, transparent 50%), radial-gradient(ellipse 50% 30% at 0% 80%, rgba(15, 23, 42, 0.5) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.fso-page-wrapper .hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.fso-page-wrapper .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.fso-page-wrapper .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(30, 41, 59, 0.75) 100%);
  z-index: 1;
}

.fso-page-wrapper .hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  color: white;
}

.fso-page-wrapper .hero-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 auto 24px;
  letter-spacing: -1.8px;
  text-align: center;
  max-width: 900px;
  color: #fff;
}

.fso-page-wrapper .hero-title-gradient {
  background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fso-page-wrapper .hero-subtitle {
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center;
}

.fso-page-wrapper .hero-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 48px 0;
  align-items: stretch;
}

.fso-page-wrapper .hero-card {
  flex: 1 1 calc(25% - 18px);
  min-width: 200px;
  background: linear-gradient(145deg, rgba(16, 38, 90, 0.7) 0%, rgba(45, 93, 171, 0.5) 50%, rgba(16, 39, 93, 0.6) 100%);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 20px;
  padding: 22px 22px;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  height: 100%;
}

.fso-page-wrapper .hero-card:hover {
  transform: translateY(-2px);
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.75) 0%, rgba(59, 130, 246, 0.12) 50%, rgba(15, 23, 42, 0.8) 100%);
  border-color: rgba(59, 130, 246, 0.35);
}

.fso-page-wrapper .hero-card-icon-wrapper {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  flex: 0 0 34px;
}

.fso-page-wrapper .hero-card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.fso-page-wrapper .hero-card-icon-wrapper .am-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fso-page-wrapper .hero-card-icon-wrapper .am-icon svg {
  width: 22px;
  height: 22px;
  color: #3b82f6;
  flex-shrink: 0;
}

.fso-page-wrapper .hero-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 8px 0;
  line-height: 1.35;
  letter-spacing: -0.2px;
}

.fso-page-wrapper .hero-card p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(203, 213, 225, 0.9);
  margin: 0;
}

.fso-page-wrapper .hero-cta {
  margin-top: 48px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.hero-intro-card {
  background: linear-gradient(145deg, rgba(16, 38, 90, 0.7) 0%, rgba(45, 93, 171, 0.5) 50%, rgba(16, 39, 93, 0.6) 100%);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 20px;
  padding: 22px 22px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  height: 100%;
  text-align: center;
  max-width: 860px;
  margin: auto;
}
.hero-intro-card p {
  margin: 0;
}

/* Buttons */
.fso-page-wrapper .btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}

.fso-page-wrapper .btn-primary {
  background: var(--gradient-primary);
  color: white;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(59, 130, 246, 0.5);
}

.fso-page-wrapper .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-light);
}

.fso-page-wrapper .btn-secondary {
  background: transparent;
  color: #70a1ff;
  border: 1px solid #4263a2;
}

.fso-page-wrapper .btn-secondary:hover {
  background: white;
  color: var(--bg-primary);
  border-color: white;
  transform: translateY(-2px);
}

/* Sections */
.fso-page-wrapper .section {
  padding: 100px 0;
}

.fso-page-wrapper .section-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 64px;
}

.fso-page-wrapper .section-header h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
  color: var(--text-primary);
  letter-spacing: -1.2px;
}

.fso-page-wrapper .section-description {
  font-size: 19px;
  line-height: 1.75;
  color: var(--text-secondary);
  font-weight: 400;
}

/* Section 1 - Cards Grid (Glassmorphism) */
.fso-page-wrapper .section-1 {
  background: linear-gradient(180deg, var(--bg-primary) 0%, #151b2d 50%, var(--bg-primary) 100%);
}

/* Section eyebrow - all section titles */
.fso-page-wrapper .section-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-light);
  margin-bottom: 12px;
}

.fso-page-wrapper .section-header .section-eyebrow + h2,
.fso-page-wrapper .section-1-header .section-header h2,
.fso-page-wrapper .unify-left .section-eyebrow + .unify-title,
.fso-page-wrapper .cta-content .section-eyebrow + h2 {
  margin-top: 0;
}

.fso-page-wrapper .unify-left .section-eyebrow {
  margin-bottom: 12px;
}

.fso-page-wrapper .cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 56px;
  align-items: stretch;
}

.card {
  background: rgba(30, 41, 59, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 20px;
  padding: 36px 40px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex: 1 1 280px;
  min-width: 280px;
  opacity: 0;
  transform: translateY(20px);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.fso-page-wrapper .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.fso-page-wrapper .card.visible {
  opacity: 1;
  transform: translateY(0);
}

.fso-page-wrapper .section-1 .card {
  flex: 1 1 calc(50% - 16px);
  min-width: calc(50% - 16px);
}

.fso-page-wrapper .card:hover {
  transform: translateY(-6px);
  background: rgba(30, 41, 59, 0.6);
  border-color: rgba(96, 165, 250, 0.25);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(96, 165, 250, 0.1);
}

.fso-page-wrapper .card:hover::before {
  transform: scaleX(1);
}

.fso-page-wrapper .card-icon-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: rgba(96, 165, 250, 0.08);
  border: 1px solid rgba(96, 165, 250, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.fso-page-wrapper .card-icon-wrapper .am-icon svg {
  width: 32px;
  height: 32px;
  color: var(--primary-color);
}

.fso-page-wrapper .card:hover .card-icon-wrapper {
  background: rgba(0, 102, 255, 0.15);
  border-color: rgba(0, 102, 255, 0.35);
  transform: scale(1.05);
}

.fso-page-wrapper .card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text-primary);
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.fso-page-wrapper .card p {
  color: var(--text-secondary);
  line-height: 1.75;
  font-size: 16px;
  margin: 0;
  flex: 1;
}

/* Section 2 - Tabs Interface */
.fso-page-wrapper .section-2 {
  background: var(--bg-secondary);
}

.fso-page-wrapper .tabs-container {
  margin-top: 64px;
}

.fso-page-wrapper .tabs-nav-wrapper {
  position: sticky;
  top: 50px;
  z-index: 100;
  background: var(--bg-secondary);
  padding: 24px 0;
  margin-bottom: 40px;
  backdrop-filter: blur(10px);
}

.fso-page-wrapper .tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.fso-page-wrapper .tabs-panel-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.fso-page-wrapper .tab-panel-content {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 56px;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.tab-panel.active .tab-panel-content::before {
  transform: scaleX(1);
}

.fso-page-wrapper .tab-content-header {
  display: flex;
  align-items: center;
  gap: 20px;
  /* margin-bottom: 32px;
  padding-bottom: 24px; */
}

.tab-number {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--gradient-primary);
  color: white;
  font-size: 24px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: var(--shadow-md);
}

.fso-page-wrapper .tab-content-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  letter-spacing: -0.5px;
  line-height: 1.2;
  flex: 1;
}

.tab-intro {
  font-size: 18px;
  line-height: 1.75;
  color: var(--text-secondary);
  margin-bottom: 40px;
  font-weight: 400;
}

.fso-page-wrapper .tab-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.tab-feature-card {
  background: var(--bg-primary);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 20px;
}

.fso-page-wrapper .tab-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-light);
  background: rgba(30, 41, 59, 0.6);
}

.fso-page-wrapper .feature-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: rgba(0, 102, 255, 0.1);
  border: 1px solid rgba(0, 102, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.fso-page-wrapper .feature-card-icon .am-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fso-page-wrapper .feature-card-icon .am-icon svg {
  width: 28px;
  height: 28px;
  color: var(--primary-color);
}

.fso-page-wrapper .tab-feature-card:hover .feature-card-icon {
  background: rgba(0, 102, 255, 0.15);
  border-color: rgba(0, 102, 255, 0.3);
  transform: scale(1.05);
}

.fso-page-wrapper .feature-card-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 12px 0;
  letter-spacing: -0.3px;
  line-height: 1.3;
}

.fso-page-wrapper .feature-card-content p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.fso-page-wrapper .feature-card-content ul li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0 0 4px 0;
}

.fso-page-wrapper .unorder-list {
  list-style-type: disc;
  padding-left: 16px;
}

.fso-page-wrapper .tab-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 28px;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  color: var(--text-primary);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  font-family: inherit;
  position: relative;
  flex: 0 1 auto;
  min-width: 220px;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  overflow: hidden;
}

.fso-page-wrapper .tab-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.fso-page-wrapper .tab-btn .am-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fso-page-wrapper .tab-btn .am-icon svg {
  width: 20px;
  height: 20px;
  color: #3b82f6;
}

.fso-page-wrapper .tab-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: var(--shadow-md);
}

.fso-page-wrapper .tab-btn:hover .am-icon svg {
  transform: translateY(-1px);
  background: rgba(59, 130, 246, 0.16);
  border-color: rgba(59, 130, 246, 0.35);
}

.fso-page-wrapper .tab-btn.active {
  border-color: rgba(59, 130, 246, 0.65);
  box-shadow: var(--shadow-lg);
  background: rgba(30, 41, 59, 0.8);
}

.fso-page-wrapper .tab-btn.active::before {
  transform: scaleX(1);
}

.fso-page-wrapper .tab-btn.active .am-icon svg {
  background: rgba(59, 130, 246, 0.22);
  border-color: rgba(59, 130, 246, 0.55);
}

.fso-page-wrapper .tabs-content {
  position: relative;
  min-height: 400px;
}

.tab-panel {
  display: block;
  animation: fadeIn 0.4s ease-in-out;
  scroll-margin-top: 120px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fso-page-wrapper .tab-panel-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.fso-page-wrapper .tab-actions {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid var(--border-light);
}

.fso-page-wrapper .tab-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s ease;
  padding: 8px 0;
}

.fso-page-wrapper .tab-link:hover {
  color: var(--primary-light);
  gap: 12px;
}

.fso-page-wrapper .tab-link::after {
  content: "→";
  transition: transform 0.2s ease;
  display: inline-block;
}

.fso-page-wrapper .tab-link:hover::after {
  transform: translateX(4px);
}

.fso-page-wrapper .tab-note {
  background: rgba(0, 102, 255, 0.1);
  padding: 24px 28px;
  border-radius: var(--radius-md);
  border-left: 4px solid var(--primary-color);
  margin-top: 40px;
  border-top: 1px solid rgba(0, 102, 255, 0.2);
  border-right: 1px solid rgba(0, 102, 255, 0.2);
  border-bottom: 1px solid rgba(0, 102, 255, 0.2);
  box-shadow: 0 2px 12px rgba(0, 102, 255, 0.15);
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.fso-page-wrapper .note-icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.fso-page-wrapper .note-icon .am-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fso-page-wrapper .note-icon .am-icon svg {
  width: 24px;
  height: 24px;
  color: var(--primary-light);
}

.fso-page-wrapper .tab-note p {
  color: var(--text-primary);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  font-weight: 500;
  flex: 1;
}

.fso-page-wrapper .tab-panel-content > p {
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 24px;
  font-weight: 400;
}

.fso-page-wrapper .tab-feature-list li strong {
  color: var(--text-primary);
  font-weight: 600;
}

.fso-page-wrapper .insight-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

.insight-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.fso-page-wrapper .insight-card:hover {
  box-shadow: var(--shadow-xl);
  transform: translateY(-4px);
  border-color: var(--primary-color);
}

.insight-number {
  background: var(--gradient-primary);
  color: white;
  font-size: 24px;
  font-weight: 800;
  padding: 20px 32px;
  display: inline-block;
  min-width: 80px;
  text-align: center;
  letter-spacing: 2px;
}

.fso-page-wrapper .insight-content {
  padding: 40px;
}

.insight-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text-primary);
  line-height: 1.3;
}

.fso-page-wrapper .insight-content > p {
  font-size: 18px;
  color: var(--text-secondary);
  margin-bottom: 32px;
  line-height: 1.7;
}

.insight-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.fso-page-wrapper .insight-feature-item {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: var(--bg-primary);
  border-radius: 12px;
  transition: all 0.2s ease;
  align-items: flex-start;
}

.insight-feature-item:hover {
  background: rgba(0, 102, 255, 0.05);
  transform: translateX(4px);
}

.fso-page-wrapper .feature-icon {
  font-size: 32px;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
}

.feature-text {
  flex: 1;
}

.fso-page-wrapper .feature-text strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.feature-text p {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

.fso-page-wrapper .insight-note {
  background: rgba(0, 102, 255, 0.08);
  padding: 24px;
  border-radius: 12px;
  border-left: 4px solid var(--primary-color);
  margin-top: 24px;
}

.fso-page-wrapper .insight-note p {
  color: var(--text-primary);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}

/* Section 3 - Two Column */
.fso-page-wrapper .section-3 {
  background: var(--bg-dark);
}

.fso-page-wrapper .performance-layout {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 64px 0;
  position: relative;
}

.performance-left,
.performance-right {
  flex: 1;
  padding: 0 32px;
}

.fso-page-wrapper .performance-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.performance-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.fso-page-wrapper .section-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--primary-color);
  margin-bottom: 16px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 102, 255, 0.1);
  border-radius: 6px;
}

.performance-section h3 {
  font-size: 32px;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 24px 0;
  letter-spacing: -0.8px;
  line-height: 1.2;
}

.fso-page-wrapper .performance-description {
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-secondary);
  margin-bottom: 24px;
  font-weight: 400;
}

.fso-page-wrapper .performance-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  position: relative;
  min-width: 120px;
}

.divider-line {
  flex: 1;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--primary-color), transparent);
  min-height: 60px;
}

.fso-page-wrapper .divider-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  margin: 16px 0;
  position: relative;
  z-index: 1;
}

.fso-page-wrapper .divider-icon .am-icon {
  font-size: 28px;
  color: white;
}

.fso-page-wrapper .question-list-minimal {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.fso-page-wrapper .question-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-left: 8px;
  position: relative;
  transition: all 0.3s ease;
}

.question-item:hover {
  padding-left: 12px;
}

.fso-page-wrapper .question-marker {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-color);
  flex-shrink: 0;
  margin-top: 8px;
  position: relative;
}

.fso-page-wrapper .question-marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 102, 255, 0.2);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.fso-page-wrapper .question-item span:last-child {
  color: var(--text-secondary);
  line-height: 1.75;
  font-size: 16px;
  flex: 1;
}

.fso-page-wrapper .diagnostic-list-minimal {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.diagnostic-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 10px 0;
  transition: all 0.3s ease;
}

.fso-page-wrapper .diagnostic-item:last-child {
  border-bottom: none;
}

.diagnostic-item:hover {
  padding-left: 8px;
  border-bottom-color: var(--primary-light);
}

.fso-page-wrapper .diagnostic-badge {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 102, 255, 0.1);
  border: 1px solid rgba(0, 102, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.diagnostic-item:hover .fso-page-wrapper .diagnostic-badge {
  background: rgba(0, 102, 255, 0.15);
  border-color: rgba(0, 102, 255, 0.35);
  transform: scale(1.1);
}

.fso-page-wrapper .diagnostic-badge .am-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fso-page-wrapper .diagnostic-badge .am-icon svg {
  width: 24px;
  height: 24px;
  color: var(--primary-color);
}

.fso-page-wrapper .diagnostic-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fso-page-wrapper .diagnostic-text strong {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.2px;
  line-height: 1.3;
}

.diagnostic-text span {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-secondary);
}

.fso-page-wrapper .feature-list li {
  padding: 12px 0;
  padding-left: 28px;
  position: relative;
  color: var(--text-secondary);
  line-height: 1.7;
}

.fso-page-wrapper .feature-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}

.fso-page-wrapper .question-list li {
  padding: 12px 0;
  padding-left: 28px;
  position: relative;
  color: var(--text-secondary);
  line-height: 1.7;
}

.fso-page-wrapper .question-list li::before {
  content: "?";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.fso-page-wrapper .performance-outcome {
  padding: 48px 56px;
  background: rgba(30, 41, 59, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 24px;
  border: 1px solid rgba(96, 165, 250, 0.2);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.fso-page-wrapper .performance-outcome.visible {
  opacity: 1;
  transform: translateY(0);
}

.fso-page-wrapper .performance-outcome-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary-light);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.fso-page-wrapper .outcome-content {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  z-index: 1;
}

.fso-page-wrapper .outcome-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(96, 165, 250, 0.12);
  border: 1px solid rgba(96, 165, 250, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fso-page-wrapper .outcome-icon .am-icon {
  display: flex;
}

.fso-page-wrapper .outcome-icon .am-icon svg {
  width: 28px;
  height: 28px;
  color: var(--primary-light);
}

.fso-page-wrapper .outcome-text {
  flex: 1;
  min-width: 0;
}

.fso-page-wrapper .outcome-text h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
  line-height: 1.25;
}

.fso-page-wrapper .outcome-text p {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 17px;
  margin: 0;
  font-weight: 400;
}

/* Section 4 - Capability Table */
.fso-page-wrapper .section-4 {
  background: var(--bg-secondary);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.fso-page-wrapper .capability-card {
  background: var(--bg-card);
  padding: 32px;
  border-radius: var(--radius-md);
  text-align: left;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  transform: translateY(20px);
}

.capability-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.fso-page-wrapper .capability-card:hover {
  background: rgba(30, 41, 59, 0.9);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.capability-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 102, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fso-page-wrapper .capability-card-icon .am-icon svg {
  font-size: 28px;
  color: var(--primary-color);
}

.fso-page-wrapper .capability-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.fso-page-wrapper .capability-card p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-secondary);
  margin: 0;
  font-weight: 400;
}

/* Section 5 - Problem Solution */
.fso-page-wrapper .section-5 {
  background: var(--bg-primary);
}

.fso-page-wrapper .unify-two-col {
  display: flex;
  align-items: center;
  gap: 48px;
}

.fso-page-wrapper .unify-left {
  flex: 0 0 calc(50% - 24px);
  min-width: 0;
}

.fso-page-wrapper .unify-right {
  flex: 0 0 calc(50% - 24px);
  min-width: 0;
}

.unify-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 28px 0;
  letter-spacing: -1.2px;
  line-height: 1.15;
  text-align: left;
}

.fso-page-wrapper .unify-intro {
  font-size: 17px;
  line-height: 1.75;
  color: #e0e0e0;
  margin: 0 0 28px 0;
  font-weight: 400;
}

.unify-problem-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.fso-page-wrapper .unify-problem-list li {
  font-size: 17px;
  line-height: 1.75;
  color: #e0e0e0;
  margin-bottom: 16px;
  padding-left: 28px;
  position: relative;
}

.fso-page-wrapper .unify-problem-list li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #ef4444;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

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

.fso-page-wrapper .unify-convergence-heading {
  font-size: 20px;
  font-weight: 700;
  color: #60a5fa;
  margin: 0 0 24px 0;
  line-height: 1.3;
}

.fso-page-wrapper .unify-benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
}

.unify-benefit-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fso-page-wrapper .unify-benefit-title {
  font-size: 17px;
  font-weight: 700;
  color: white;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.fso-page-wrapper .unify-benefit-title .unify-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fso-page-wrapper .unify-benefit-title .unify-benefit-icon svg {
  width: 22px;
  height: 22px;
  color: #60a5fa;
}

.fso-page-wrapper .unify-benefit-subtitle {
  font-size: 15px;
  color: #e0e0e0;
  line-height: 1.5;
}

.fso-page-wrapper .unify-right {
  display: flex;
  flex-direction: column;
  gap: 28px;
  background: #1a1f2e;
  border-radius: 20px;
  padding: 36px;
  border: 1px solid rgba(96, 165, 250, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.fso-page-wrapper .unify-right .unify-convergence-heading {
  margin: 0;
}

.fso-page-wrapper .unify-card.unify-quote-card {
  flex: none;
  max-width: none;
  background: #1f2937;
  border-radius: 16px;
  padding: 40px;
  min-height: 0;
  display: flex;
  align-items: center;
}

.unify-quote {
  font-size: 17px;
  line-height: 1.7;
  color: #e0e0e0;
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
}

/* Section 6 - Comparison Table */
.fso-page-wrapper .section-6 {
  background: var(--bg-secondary);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg-card);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-top: 48px;
}

.fso-page-wrapper .comparison-table thead {
  background: var(--gradient-dark);
  color: white;
}

.fso-page-wrapper .comparison-table th {
  padding: 20px;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  background: #2e405d;
}

.comparison-table td {
  padding: 20px;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-secondary);
  line-height: 1.7;
  vertical-align: top;
}

.fso-page-wrapper .comparison-table tbody tr:hover {
  background: var(--bg-primary);
}

.fso-page-wrapper .comparison-table td strong {
  color: var(--text-primary);
  font-weight: 600;
}

.fso-page-wrapper .highlight-cell {
  background: rgba(0, 102, 255, 0.05);
  color: var(--text-primary);
  font-weight: 600;
  border-left: 3px solid var(--primary-color);
}

/* CTA Section */
.fso-page-wrapper .cta-section {
  background: var(--gradient-dark);
  color: white;
  text-align: center;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.fso-page-wrapper .cta-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 24px;
  color: white;
}

.fso-page-wrapper .cta-content p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
}

.cta-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin: 32px 0;
  color: white;
}

.fso-page-wrapper .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Responsive Design for Tabs */
@media (max-width: 768px) {
  .fso-page-wrapper .tabs-nav-wrapper {
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
  .fso-page-wrapper .tabs-nav {
    gap: 12px;
    flex-direction: column;
  }
  .fso-page-wrapper .tab-btn {
    padding: 16px 18px;
    font-size: 14px;
    min-width: 100%;
    flex: 1 1 100%;
    white-space: normal;
  }
  .fso-page-wrapper .tab-panel-content {
    padding: 40px 24px;
  }
  .fso-page-wrapper .tab-content-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 20px;
  }
  .fso-page-wrapper .tab-number {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .fso-page-wrapper .tab-content-header h3 {
    font-size: 26px;
  }
  .fso-page-wrapper .tab-intro {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .fso-page-wrapper .tab-features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
  .fso-page-wrapper .tab-feature-card {
    padding: 20px;
  }
  .fso-page-wrapper .feature-card-icon {
    width: 56px;
    height: 56px;
  }
  .fso-page-wrapper .feature-card-icon .am-icon svg {
    width: 24px;
    height: 24px;
  }
  .fso-page-wrapper .feature-card-content h4 {
    font-size: 18px;
  }
  .fso-page-wrapper .tab-note {
    padding: 20px 24px;
    margin-top: 32px;
    flex-direction: column;
    gap: 12px;
  }
  .fso-page-wrapper .tab-btn .am-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .fso-page-wrapper .tab-btn .am-icon svg {
    width: 18px;
    height: 18px;
  }
  .fso-page-wrapper .tab-panel-content {
    padding: 32px 24px;
  }
  .fso-page-wrapper .tab-panel-content h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .fso-page-wrapper .tab-panel-content > p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .fso-page-wrapper .tab-feature-list li {
    font-size: 15px;
    padding: 14px 0;
    padding-left: 28px;
  }
  .fso-page-wrapper .tab-note {
    padding: 20px;
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .fso-page-wrapper .tabs-nav {
    gap: 10px;
  }
  .fso-page-wrapper .tab-btn {
    padding: 14px 16px;
    font-size: 13px;
  }
  .fso-page-wrapper .tab-panel-content {
    padding: 24px 20px;
  }
  .fso-page-wrapper .tab-panel-content h3 {
    font-size: 22px;
  }
  .fso-page-wrapper .tab-feature-list li {
    font-size: 14px;
    padding: 12px 0;
    padding-left: 24px;
  }
}
/* Responsive Design */
@media (max-width: 768px) {
  .fso-page-wrapper .hero {
    min-height: 500px;
  }
  .fso-page-wrapper .hero-content {
    padding: 80px 0 60px;
  }
  .fso-page-wrapper .hero-title {
    font-size: 36px;
  }
  .fso-page-wrapper .hero-subtitle {
    font-size: 18px;
  }
  .fso-page-wrapper .hero-cards {
    gap: 16px;
  }
  .fso-page-wrapper .hero-card {
    flex: 1 1 calc(50% - 8px);
    min-width: calc(50% - 8px);
    padding: 18px 18px;
  }
  .fso-page-wrapper .hero-card-icon-wrapper {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
  .fso-page-wrapper .hero-card h3 {
    font-size: 16px;
  }
  .fso-page-wrapper .hero-card p {
    font-size: 14px;
  }
  .fso-page-wrapper .section-header h2 {
    font-size: 32px;
  }
  .fso-page-wrapper .section-description {
    font-size: 17px;
  }
  .fso-page-wrapper .section {
    padding: 60px 0;
  }
  .fso-page-wrapper .container {
    padding: 0 20px;
  }
  .fso-page-wrapper .unify-two-col {
    flex-direction: column;
    gap: 40px;
  }
  .fso-page-wrapper .unify-left {
    flex: 1 1 100%;
  }
  .fso-page-wrapper .unify-title {
    font-size: 36px;
  }
  .fso-page-wrapper .unify-right {
    flex: 1 1 100%;
  }
  .fso-page-wrapper .unify-card.unify-quote-card {
    max-width: none;
  }
  .fso-page-wrapper .unify-benefit-grid {
    grid-template-columns: 1fr;
  }
  .card {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .fso-page-wrapper .section-1 .card {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .fso-page-wrapper .card-icon-wrapper {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
  }
  .fso-page-wrapper .card-icon-wrapper .am-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fso-page-wrapper .card-icon-wrapper .am-icon svg {
    width: 28px;
    height: 28px;
    color: inherit;
    flex-shrink: 0;
  }
  .fso-page-wrapper .card h3 {
    font-size: 20px;
  }
  .fso-page-wrapper .card p {
    font-size: 15px;
  }
  .fso-page-wrapper .performance-layout {
    flex-direction: column;
    gap: 40px;
    margin: 48px 0;
  }
  .fso-page-wrapper .performance-left,
  .fso-page-wrapper .performance-right {
    padding: 0;
  }
  .fso-page-wrapper .performance-divider {
    flex-direction: row;
    min-width: auto;
    padding: 24px 0;
  }
  .fso-page-wrapper .divider-line {
    width: 100%;
    height: 2px;
    min-height: auto;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
  }
  .fso-page-wrapper .divider-icon {
    margin: 0 16px;
  }
  .fso-page-wrapper .performance-section h3 {
    font-size: 26px;
  }
  .fso-page-wrapper .performance-description {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .fso-page-wrapper .question-item {
    gap: 12px;
  }
  .fso-page-wrapper .question-item span:last-child {
    font-size: 15px;
  }
  .fso-page-wrapper .diagnostic-item {
    gap: 16px;
    padding: 16px 0;
  }
  .fso-page-wrapper .diagnostic-badge {
    width: 44px;
    height: 44px;
  }
  .fso-page-wrapper .diagnostic-badge .am-icon svg {
    width: 22px;
    height: 22px;
  }
  .fso-page-wrapper .diagnostic-text strong {
    font-size: 17px;
  }
  .fso-page-wrapper .diagnostic-text span {
    font-size: 14px;
  }
  .fso-page-wrapper .performance-outcome {
    padding: 40px 24px;
    margin-top: 56px;
  }
  .fso-page-wrapper .outcome-content {
    flex-direction: column;
    gap: 24px;
  }
  .fso-page-wrapper .outcome-icon {
    width: 56px;
    height: 56px;
  }
  .fso-page-wrapper .outcome-icon .am-icon svg {
    width: 24px;
    height: 24px;
  }
  .fso-page-wrapper .outcome-text h3 {
    font-size: 24px;
  }
  .fso-page-wrapper .outcome-text p {
    font-size: 16px;
  }
  .fso-page-wrapper .column {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .unify-layout {
    flex-direction: column;
    gap: 40px;
    margin-top: 48px;
  }
  .fso-page-wrapper .unify-side {
    padding: 0;
  }
  .fso-page-wrapper .unify-connector {
    flex-direction: row;
    min-width: auto;
    padding: 24px 0;
  }
  .fso-page-wrapper .unify-connector .connector-line {
    width: 100%;
    height: 2px;
    min-height: auto;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
  }
  .unify-connector .connector-badge {
    margin: 0 16px;
  }
  .fso-page-wrapper .unify-side h3 {
    font-size: 24px;
  }
  .fso-page-wrapper .unify-list li {
    padding: 14px 0;
    font-size: 15px;
  }
  .unify-benefit {
    padding: 20px;
    gap: 16px;
  }
  .fso-page-wrapper .unify-benefit-icon {
    width: 44px;
    height: 44px;
  }
  .fso-page-wrapper .unify-benefit-title .unify-benefit-icon svg {
    font-size: 22px;
  }
  .unify-benefit-text strong {
    font-size: 17px;
  }
  .fso-page-wrapper .unify-benefit-text span {
    font-size: 14px;
  }
  .fso-page-wrapper .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .fso-page-wrapper .cta-buttons .btn {
    width: 100%;
    text-align: center;
  }
  .fso-page-wrapper .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .fso-page-wrapper .comparison-table {
    min-width: 700px;
    font-size: 14px;
  }
  .fso-page-wrapper .comparison-table th,
  .fso-page-wrapper .comparison-table td {
    padding: 12px 14px;
  }
  .fso-page-wrapper .cta-content h2 {
    font-size: 32px;
  }
  .fso-page-wrapper .capability-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .fso-page-wrapper .capability-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
  .fso-page-wrapper .table-container {
    margin: 0 -16px;
    padding: 0 16px;
  }
  .fso-page-wrapper .capability-card {
    padding: 24px 20px;
  }
  .fso-page-wrapper .capability-card h3 {
    font-size: 17px;
  }
  .fso-page-wrapper .capability-card p {
    font-size: 14px;
  }
  .fso-page-wrapper .hero {
    min-height: 400px;
  }
  .fso-page-wrapper .hero-content {
    padding: 60px 0 40px;
  }
  .fso-page-wrapper .hero-title {
    font-size: 28px;
  }
  .fso-page-wrapper .hero-card {
    flex: 1 1 100%;
    min-width: 100%;
    padding: 18px 18px;
  }
  .fso-page-wrapper .hero-card-icon-wrapper .am-icon svg {
    width: 20px;
    height: 20px;
  }
  .fso-page-wrapper .section-header h2 {
    font-size: 26px;
  }
  .fso-page-wrapper .section-description {
    font-size: 16px;
  }
  .fso-page-wrapper .unify-title {
    font-size: 28px;
  }
  .fso-page-wrapper .performance-outcome {
    padding: 32px 20px;
    margin-top: 48px;
  }
  .fso-page-wrapper .performance-outcome-eyebrow {
    margin-bottom: 16px;
  }
  .fso-page-wrapper .cta-content h2 {
    font-size: 26px;
  }
  .fso-page-wrapper .container {
    padding: 0 16px;
  }
  .fso-page-wrapper .hero-cta {
    flex-direction: column;
    gap: 12px;
  }
  .fso-page-wrapper .hero-cta .btn {
    width: 100%;
    text-align: center;
  }
  .fso-page-wrapper .card {
    padding: 24px;
  }
  .fso-page-wrapper .cards-grid {
    gap: 20px;
  }
  .fso-page-wrapper .insight-content {
    padding: 24px;
  }
  .fso-page-wrapper .insight-number {
    padding: 16px 24px;
    font-size: 20px;
  }
  .fso-page-wrapper .insight-feature-item {
    flex-direction: column;
    gap: 16px;
  }
}
