.elementor-68439 .elementor-element.elementor-element-ac49cf3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-68439 .elementor-element.elementor-element-002255d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-68439 .elementor-element.elementor-element-5b82abf{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-68439 .elementor-element.elementor-element-738e4f5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-68439 .elementor-element.elementor-element-f2226f5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-68439 .elementor-element.elementor-element-f4a0289:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-68439 .elementor-element.elementor-element-f4a0289 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(90deg, #123453 60%, #2BC600 120%);}.elementor-68439 .elementor-element.elementor-element-f4a0289 > .elementor-element-populated, .elementor-68439 .elementor-element.elementor-element-f4a0289 > .elementor-element-populated > .elementor-background-overlay, .elementor-68439 .elementor-element.elementor-element-f4a0289 > .elementor-background-slideshow{border-radius:23.5px 1px 25px 23.5px;}.elementor-68439 .elementor-element.elementor-element-f4a0289 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 50px 50px 50px;}.elementor-68439 .elementor-element.elementor-element-f4a0289 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-68439 .elementor-element.elementor-element-79b5483 .elementor-button{fill:#FFFFFF;color:#FFFFFF;}.elementor-68439 .elementor-element.elementor-element-79b5483 > .elementor-widget-container{margin:-20px -20px -20px -20px;padding:-14px -14px -14px -14px;}@media(max-width:767px){.elementor-68439 .elementor-element.elementor-element-f4a0289 > .elementor-element-populated{padding:30px 30px 30px 30px;}}/* Start custom CSS for html, class: .elementor-element-6e3cc62 *//* ============================================
   SAUDI ARABIA BUSINESS STRUCTURES
   HERO / INTRO SECTION — Custom CSS
   Elementor HTML Widget
   ============================================ */

/* ============================================
   KEYFRAMES (add only if not in your CSS yet)
   ============================================ */

@keyframes ksa-fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes ksa-fadeInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes ksa-shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

@keyframes ksa-pulse-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(0,168,107,0.4); }
  50%       { box-shadow: 0 0 40px rgba(0,168,107,0.8); }
}

@keyframes ksa-gradient-shift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes ksa-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-8px); }
}

@keyframes ksa-spin-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ============================================
   CSS VARIABLES — KSA THEME
   ============================================ */

:root {
  --ksa-green:        #006C35;
  --ksa-green-mid:    #00A36C;
  --ksa-green-light:  #00C87A;
  --ksa-green-pale:   #E8F7EF;
  --ksa-gold:         #C9A84C;
  --ksa-gold-light:   #E8C96A;
  --ksa-gold-dark:    #A8893A;
  --ksa-navy:         #1A2E44;
  --ksa-navy-mid:     #243B55;
  --ksa-white:        #FFFFFF;
  --ksa-off-white:    #F7F9F7;
  --ksa-cream:        #FDFAF2;
  --ksa-text:         #1F2937;
  --ksa-text-light:   #6B7280;
  --ksa-glass:        rgba(255,255,255,0.08);
  --ksa-glass-border: rgba(0,168,107,0.25);
  --ksa-transition:   all 0.35s cubic-bezier(0.4,0,0.2,1);
}

/* ============================================
   MAIN HERO WRAPPER
   ============================================ */

.ksa-hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    140deg,
    #003D1F 0%,
    #006C35 25%,
    #004D26 50%,
    #1A2E44 80%,
    #0D1F2D 100%
  );
  background-size: 300% 300%;
  animation: ksa-gradient-shift 14s ease infinite;
  padding: 70px 20px 80px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

/* Layered background overlays */
.ksa-hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 15% 40%,
      rgba(0,168,107,0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 20%,
      rgba(201,168,76,0.08)  0%, transparent 45%),
    radial-gradient(ellipse at 55% 85%,
      rgba(26,46,68,0.3)     0%, transparent 50%),
    url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Ccircle cx='40' cy='40' r='1.2' fill='rgba(255,255,255,0.06)'/%3E%3Ccircle cx='8'  cy='8'  r='0.8' fill='rgba(255,255,255,0.05)'/%3E%3Ccircle cx='72' cy='72' r='0.8' fill='rgba(255,255,255,0.04)'/%3E%3Ccircle cx='72' cy='8'  r='0.6' fill='rgba(201,168,76,0.06)'/%3E%3Ccircle cx='8'  cy='72' r='0.6' fill='rgba(0,168,107,0.06)'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

/* Geometric diamond pattern overlay */
.ksa-hero-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='60,5 115,60 60,115 5,60' stroke='rgba(0,168,107,0.04)' stroke-width='1' fill='none'/%3E%3Cpolygon points='60,20 100,60 60,100 20,60' stroke='rgba(201,168,76,0.03)' stroke-width='1' fill='none'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
}

/* Decorative palm/arch silhouette at bottom */
.ksa-hero-arch {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 100px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100'%3E%3Cpath fill='rgba(0,108,53,0.08)' d='M0,40 Q120,10 240,40 Q360,70 480,35 Q600,0 720,30 Q840,60 960,25 Q1080,0 1200,35 Q1320,65 1440,40 L1440,100 L0,100 Z'/%3E%3Cpath fill='rgba(201,168,76,0.05)' d='M0,60 Q180,30 360,60 Q540,90 720,55 Q900,20 1080,55 Q1260,85 1440,60 L1440,100 L0,100 Z'/%3E%3C/svg%3E") no-repeat bottom center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

/* ============================================
   HERO INNER CONTAINER
   ============================================ */

.ksa-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}

/* ============================================
   TOP BADGE ROW
   ============================================ */

.ksa-hero-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  animation: ksa-fadeInUp 0.6s ease forwards;
  animation-delay: 0.1s;
  opacity: 0;
}

.ksa-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 16px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ksa-badge-primary {
  background: rgba(0,168,107,0.18);
  border: 1px solid rgba(0,168,107,0.45);
  color: #00C87A;
}

.ksa-badge-secondary {
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.4);
  color: #E8C96A;
}

.ksa-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: currentColor;
  animation: ksa-pulse-glow 2.2s ease-in-out infinite;
  flex-shrink: 0;
}

/* ============================================
   COUNTRY FLAG ICON STRIP
   ============================================ */

.ksa-flag-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  animation: ksa-fadeInUp 0.65s ease forwards;
  animation-delay: 0.15s;
  opacity: 0;
}

.ksa-flag-emblem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* SVG Saudi flag inline */
.ksa-flag-svg-wrap {
  width: 44px;
  height: 30px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  flex-shrink: 0;
}

.ksa-flag-svg {
  width: 100%;
  height: 100%;
}

.ksa-flag-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ============================================
   H1 HEADING
   ============================================ */

.ksa-hero-h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.1rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.12;
  margin: 0;
  padding: 0;
  max-width: 900px;
  animation: ksa-fadeInUp 0.7s ease forwards;
  animation-delay: 0.2s;
  opacity: 0;
  letter-spacing: -0.01em;
}

.ksa-h1-line-white {
  display: block;
  color: #FFFFFF;
}

.ksa-h1-line-green {
  display: block;
  background: linear-gradient(
    90deg,
    #00A36C 0%,
    #00C87A 35%,
    #00E896 55%,
    #00C87A 75%,
    #00A36C 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ksa-shimmer 3.5s linear infinite;
  animation-delay: 1s;
}

.ksa-h1-line-gold {
  display: block;
  background: linear-gradient(
    90deg,
    #C9A84C 0%,
    #E8C96A 40%,
    #F5D97A 55%,
    #E8C96A 75%,
    #C9A84C 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ksa-shimmer 3.5s linear infinite;
  animation-delay: 1.3s;
}

/* Heading underline rule */
.ksa-h1-rule {
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg,
    var(--ksa-green-mid),
    var(--ksa-gold),
    var(--ksa-green-light)
  );
  border-radius: 2px;
  margin: 0 auto;
  animation: ksa-fadeInUp 0.7s ease forwards;
  animation-delay: 0.35s;
  opacity: 0;
}

/* ============================================
   HERO PARAGRAPHS
   ============================================ */

.ksa-hero-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  text-align: left;
  animation: ksa-fadeInUp 0.8s ease forwards;
  animation-delay: 0.45s;
  opacity: 0;
}

.ksa-hero-p {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.95rem, 1.9vw, 1.07rem);
  line-height: 1.85;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

.ksa-hero-p strong {
  color: #FFFFFF;
  font-weight: 600;
}

.ksa-hero-p .ksa-kw-green {
  color: #00C87A;
  font-weight: 600;
}

.ksa-hero-p .ksa-kw-gold {
  color: #E8C96A;
  font-weight: 600;
}

.ksa-hero-p .ksa-kw-warn {
  color: #FCA5A5;
  font-weight: 600;
}

/* ============================================
   KEY HIGHLIGHTS — GLASS CARDS
   ============================================ */

.ksa-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  width: 100%;
  animation: ksa-fadeInUp 0.85s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
}

.ksa-highlight-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(0,168,107,0.22);
  border-radius: 16px;
  padding: 20px 18px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  text-align: left;
  transition: var(--ksa-transition);
  cursor: default;
}

.ksa-highlight-card:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(0,168,107,0.5);
  transform: translateY(-4px);
  box-shadow:
    0 14px 42px rgba(0,0,0,0.3),
    0 0 20px rgba(0,168,107,0.15);
}

.ksa-card-icon-wrap {
  flex-shrink: 0;
  width: 44px; height: 44px;
  background: linear-gradient(135deg,
    rgba(0,168,107,0.25),
    rgba(0,168,107,0.1)
  );
  border: 1px solid rgba(0,168,107,0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: var(--ksa-transition);
}

.ksa-highlight-card:hover .ksa-card-icon-wrap {
  background: linear-gradient(135deg,
    rgba(0,168,107,0.4),
    rgba(0,168,107,0.2)
  );
  transform: scale(1.1) rotate(5deg);
}

.ksa-card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ksa-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #00C87A;
  margin: 0;
  line-height: 1.3;
}

.ksa-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.68);
  margin: 0;
  line-height: 1.5;
}

/* ============================================
   PROMISE BOX (Glassmorphism)
   ============================================ */

.ksa-promise-box {
  width: 100%;
  background: rgba(0,168,107,0.1);
  border: 1px solid rgba(0,168,107,0.3);
  border-radius: 18px;
  padding: 26px 28px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  animation: ksa-fadeInUp 0.9s ease forwards;
  animation-delay: 0.75s;
  opacity: 0;
  transition: var(--ksa-transition);
}

.ksa-promise-box:hover {
  background: rgba(0,168,107,0.16);
  border-color: rgba(0,168,107,0.5);
  box-shadow: 0 8px 32px rgba(0,168,107,0.15);
}

.ksa-promise-icon {
  flex-shrink: 0;
  width: 50px; height: 50px;
  background: linear-gradient(135deg, #006C35, #00A36C);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 4px 16px rgba(0,108,53,0.4);
  transition: var(--ksa-transition);
}

.ksa-promise-box:hover .ksa-promise-icon {
  transform: scale(1.08) rotate(5deg);
  box-shadow: 0 6px 24px rgba(0,168,107,0.5);
}

.ksa-promise-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ksa-promise-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.ksa-promise-text {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.87rem, 1.7vw, 0.94rem);
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
  margin: 0;
}

.ksa-promise-text strong {
  color: #00C87A;
  font-weight: 600;
}

/* ============================================
   CTA BUTTON GROUP
   ============================================ */

.ksa-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  animation: ksa-fadeInUp 1s ease forwards;
  animation-delay: 0.9s;
  opacity: 0;
}

/* Primary CTA */
.ksa-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 34px;
  background: linear-gradient(135deg,
    #006C35, #00A36C, #00C87A
  );
  background-size: 200% 200%;
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none !important;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: var(--ksa-transition);
  letter-spacing: 0.02em;
  box-shadow: 0 6px 24px rgba(0,108,53,0.5);
  position: relative;
  overflow: hidden;
}

.ksa-btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(255,255,255,0.15),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50px;
}

.ksa-btn-primary:hover {
  transform: translateY(-4px);
  box-shadow:
    0 10px 32px rgba(0,108,53,0.6),
    0 0 0 4px rgba(0,168,107,0.25);
  background-position: right center;
}

.ksa-btn-primary:hover::after { opacity: 1; }

.ksa-btn-primary:focus {
  outline: 3px solid #00C87A;
  outline-offset: 3px;
}

/* Secondary CTA */
.ksa-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: transparent;
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 50px;
  border: 2px solid rgba(201,168,76,0.5);
  cursor: pointer;
  transition: var(--ksa-transition);
  backdrop-filter: blur(10px);
}

.ksa-btn-secondary:hover {
  background: rgba(201,168,76,0.12);
  border-color: var(--ksa-gold);
  color: #E8C96A !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.ksa-btn-secondary:focus {
  outline: 3px solid rgba(201,168,76,0.7);
  outline-offset: 3px;
}

/* ============================================
   TRUST STRIP
   ============================================ */

.ksa-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  animation: ksa-fadeInUp 1.1s ease forwards;
  animation-delay: 1.05s;
  opacity: 0;
}

.ksa-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 0.76rem;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.ksa-trust-icon { color: #00C87A; }
.ksa-trust-div  {
  width: 1px; height: 14px;
  background: rgba(255,255,255,0.2);
}

/* ============================================
   VISION 2030 RIBBON (decorative)
   ============================================ */

.ksa-vision-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg,
    rgba(201,168,76,0.15),
    rgba(201,168,76,0.08)
  );
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 10px;
  padding: 10px 20px;
  animation: ksa-fadeInUp 1.15s ease forwards;
  animation-delay: 1.1s;
  opacity: 0;
}

.ksa-vision-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232,201,106,0.85);
}

.ksa-vision-divider {
  width: 1px; height: 16px;
  background: rgba(201,168,76,0.3);
}

.ksa-vision-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.65);
  font-style: italic;
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 768px) {
  .ksa-hero-section {
    min-height: auto;
    padding: 56px 16px 64px;
  }

  .ksa-hero-inner { gap: 26px; }

  .ksa-highlights-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ksa-hero-text-wrap { text-align: center; }

  .ksa-cta-group {
    flex-direction: column;
    width: 100%;
  }

  .ksa-btn-primary,
  .ksa-btn-secondary {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .ksa-promise-box {
    flex-direction: column;
    gap: 12px;
    padding: 22px 20px;
  }

  .ksa-trust-strip  { gap: 10px; }
  .ksa-trust-div    { display: none; }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 480px) {
  .ksa-hero-section {
    padding: 44px 12px 52px;
  }

  .ksa-hero-inner { gap: 22px; }

  .ksa-hero-h1 {
    font-size: clamp(1.75rem, 7.5vw, 2.3rem);
  }

  .ksa-hero-badges { gap: 8px; }

  .ksa-highlight-card { padding: 14px 12px; gap: 10px; }

  .ksa-card-icon-wrap {
    width: 38px; height: 38px;
    font-size: 1rem;
  }

  .ksa-vision-ribbon { flex-direction: column; gap: 6px; }
  .ksa-vision-divider { width: 40px; height: 1px; }

  .ksa-trust-strip { flex-direction: column; gap: 8px; }
}

/* ============================================
   DARK MODE AUTO
   ============================================ */

@media (prefers-color-scheme: dark) {
  .ksa-hero-section {
    background: linear-gradient(
      140deg,
      #001A0D 0%,
      #003D1F 30%,
      #002B16 55%,
      #0D1F2D 100%
    );
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b2d4a7 *//* ============================================
   KSA KEY TAKEAWAYS + TABLE OF CONTENTS
   Elementor HTML Widget — Custom CSS
   ============================================ */

/* ============================================
   SECTION WRAPPER
   ============================================ */

.ksa-takeaways-section {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 88px 20px 96px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

/* Top shimmer border */
.ksa-takeaways-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    #006C35, #00A36C, #C9A84C,
    #00A36C, #006C35
  );
  background-size: 200% auto;
  animation: ksa-shimmer 4s linear infinite;
}

/* Decorative background blobs */
.ksa-takeaways-section::after {
  content: '';
  position: absolute;
  bottom: -100px; right: -80px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0,108,53,0.05) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.ksa-takeaways-blob {
  position: absolute;
  top: -80px; left: -60px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(201,168,76,0.06) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}

.ksa-takeaways-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* ============================================
   SHARED LABEL & HEADING STYLES
   ============================================ */

.ksa-sec-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #006C35;
  margin-bottom: 10px;
}

.ksa-sec-eyebrow::before {
  content: '';
  display: inline-block;
  width: 22px; height: 2px;
  background: linear-gradient(90deg, #C9A84C, #E8C96A);
  border-radius: 2px;
  flex-shrink: 0;
}

.ksa-sec-eyebrow::after {
  content: '';
  display: inline-block;
  width: 22px; height: 2px;
  background: linear-gradient(90deg, #E8C96A, #C9A84C);
  border-radius: 2px;
  flex-shrink: 0;
}

.ksa-sec-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: #1A2E44;
  margin: 0 0 6px;
  line-height: 1.2;
}

.ksa-sec-h2 .ksa-green-word {
  background: linear-gradient(
    90deg,
    #006C35 0%,
    #00A36C 45%,
    #00C87A 60%,
    #00A36C 75%,
    #006C35 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ksa-shimmer 3.5s linear infinite;
}

.ksa-sec-rule {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, #006C35, #C9A84C);
  border-radius: 2px;
  margin: 14px 0 30px;
}

/* ============================================
   KEY TAKEAWAYS BLOCK
   ============================================ */

.ksa-tk-block {
  display: flex;
  flex-direction: column;
}

.ksa-tk-header {
  margin-bottom: 28px;
}

/* Outer card wrapper */
.ksa-tk-list-wrap {
  border: 1px solid rgba(0,108,53,0.14);
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 4px 24px rgba(0,108,53,0.07),
    0 1px 4px rgba(0,0,0,0.04);
}

/* List */
.ksa-tk-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Individual takeaway */
.ksa-tk-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 26px;
  border-left: 3px solid transparent;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  cursor: default;
}

.ksa-tk-item:nth-child(odd)  { background: rgba(0,108,53,0.025); }
.ksa-tk-item:nth-child(even) { background: #FFFFFF; }

/* Separator line */
.ksa-tk-item:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0; left: 26px; right: 26px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(201,168,76,0.2),
    rgba(0,108,53,0.1),
    rgba(201,168,76,0.2)
  );
}

.ksa-tk-item:hover {
  border-left-color: #00A36C;
  background: rgba(0,168,107,0.05) !important;
  transform: translateX(6px);
}

/* Round corners on first/last */
.ksa-tk-item:first-child { border-radius: 0; }
.ksa-tk-item:last-child  { border-radius: 0; }

/* Check circle */
.ksa-tk-check {
  flex-shrink: 0;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #006C35, #00A36C);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  box-shadow: 0 3px 12px rgba(0,108,53,0.3);
  transition: all 0.3s ease;
}

.ksa-tk-check svg {
  width: 13px; height: 13px;
  stroke: #FFFFFF;
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ksa-tk-item:hover .ksa-tk-check {
  background: linear-gradient(135deg, #C9A84C, #E8C96A);
  box-shadow: 0 3px 14px rgba(201,168,76,0.4);
}

.ksa-tk-item:hover .ksa-tk-check svg {
  stroke: #1A2E44;
}

/* Takeaway text */
.ksa-tk-text {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.88rem, 1.75vw, 0.97rem);
  line-height: 1.75;
  color: #374151;
  font-weight: 400;
  margin: 0;
  flex: 1;
}

.ksa-tk-text strong {
  color: #1A2E44;
  font-weight: 600;
}

.ksa-tk-text .ksa-kw {
  color: #006C35;
  font-weight: 600;
}

.ksa-tk-text .ksa-kw-gold {
  color: #A8893A;
  font-weight: 600;
}

/* ============================================
   TABLE OF CONTENTS BLOCK
   ============================================ */

.ksa-toc-block {
  display: flex;
  flex-direction: column;
}

.ksa-toc-header {
  margin-bottom: 26px;
}

/* TOC card */
.ksa-toc-card {
  background: #FFFFFF;
  border: 1px solid rgba(26,46,68,0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 8px 40px rgba(26,46,68,0.09),
    0 2px 8px rgba(0,0,0,0.04);
}

/* TOC Banner */
.ksa-toc-banner {
  background: linear-gradient(
    135deg,
    #003D1F 0%,
    #006C35 45%,
    #00553D 70%,
    #1A2E44 100%
  );
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

/* Subtle pattern on banner */
.ksa-toc-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='1' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.ksa-toc-banner-left {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.ksa-toc-banner-icon {
  font-size: 1.5rem;
  line-height: 1;
}

.ksa-toc-banner-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ksa-toc-banner-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.2;
}

.ksa-toc-banner-sub {
  font-size: 0.71rem;
  font-weight: 600;
  color: rgba(201,168,76,0.85);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

.ksa-toc-pill {
  position: relative;
  z-index: 1;
  background: rgba(201,168,76,0.2);
  border: 1px solid rgba(201,168,76,0.4);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 0.73rem;
  font-weight: 700;
  color: #E8C96A;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

/* TOC list */
.ksa-toc-list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  counter-reset: ksa-toc-counter;
}

.ksa-toc-item {
  border-bottom: 1px solid rgba(26,46,68,0.06);
  counter-increment: ksa-toc-counter;
}

.ksa-toc-item:last-child { border-bottom: none; }

/* TOC Link */
.ksa-toc-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 26px;
  text-decoration: none !important;
  color: #1F2937 !important;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* Hover fill sweep */
.ksa-toc-link::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: linear-gradient(
    90deg,
    rgba(0,108,53,0.07),
    rgba(0,168,107,0.03),
    transparent
  );
  transition: width 0.35s ease;
}

.ksa-toc-link:hover::before { width: 100%; }

.ksa-toc-link:hover {
  color: #006C35 !important;
}

/* Number badge */
.ksa-toc-num {
  flex-shrink: 0;
  width: 34px; height: 34px;
  background: linear-gradient(
    135deg,
    rgba(0,108,53,0.08),
    rgba(0,108,53,0.04)
  );
  border: 1.5px solid rgba(0,108,53,0.14);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 800;
  color: #006C35;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.ksa-toc-link:hover .ksa-toc-num {
  background: linear-gradient(135deg, #006C35, #00A36C);
  border-color: #006C35;
  color: #E8C96A;
  transform: scale(1.06);
}

/* Section icon */
.ksa-toc-icon {
  font-size: 1.05rem;
  flex-shrink: 0;
  width: 22px;
  text-align: center;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.ksa-toc-link:hover .ksa-toc-icon {
  transform: scale(1.2) rotate(-5deg);
}

/* Text group */
.ksa-toc-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
  z-index: 1;
}

.ksa-toc-title {
  font-size: clamp(0.87rem, 1.7vw, 0.95rem);
  font-weight: 600;
  color: inherit;
  line-height: 1.35;
  transition: color 0.3s ease;
}

.ksa-toc-sub {
  font-size: 0.73rem;
  color: #9CA3AF;
  font-weight: 400;
  line-height: 1.4;
}

/* Arrow chevron */
.ksa-toc-arrow {
  flex-shrink: 0;
  width: 18px; height: 18px;
  color: #D1D5DB;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.ksa-toc-link:hover .ksa-toc-arrow {
  color: #006C35;
  transform: translateX(5px);
}

/* TOC Footer */
.ksa-toc-footer {
  padding: 15px 26px;
  background: linear-gradient(
    135deg,
    rgba(0,108,53,0.03),
    rgba(201,168,76,0.03)
  );
  border-top: 1px solid rgba(0,108,53,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.ksa-toc-footer-note {
  font-size: 0.73rem;
  color: #9CA3AF;
  font-style: italic;
  margin: 0;
}

.ksa-toc-read-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.71rem;
  font-weight: 700;
  color: #006C35;
  background: rgba(0,108,53,0.08);
  border: 1px solid rgba(0,108,53,0.18);
  border-radius: 20px;
  padding: 4px 12px;
  letter-spacing: 0.05em;
}

/* ============================================
   PROGRESS INDICATOR (decorative dots)
   ============================================ */

.ksa-progress-bar-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 10px;
}

.ksa-prog-dot {
  height: 7px;
  border-radius: 4px;
  background: rgba(0,108,53,0.15);
  transition: all 0.3s ease;
}

.ksa-prog-dot.active {
  width: 28px;
  background: linear-gradient(90deg, #006C35, #00A36C);
}

.ksa-prog-dot:not(.active) {
  width: 7px;
}

/* ============================================
   VISION 2030 MINI CALLOUT
   ============================================ */

.ksa-v2030-callout {
  background: linear-gradient(
    135deg,
    rgba(0,108,53,0.05) 0%,
    rgba(201,168,76,0.05) 100%
  );
  border: 1px solid rgba(0,108,53,0.12);
  border-left: 4px solid #006C35;
  border-radius: 0 14px 14px 0;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ksa-v2030-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}

.ksa-v2030-text {
  flex: 1;
  font-size: clamp(0.85rem, 1.6vw, 0.93rem);
  line-height: 1.7;
  color: #374151;
  margin: 0;
}

.ksa-v2030-text strong {
  color: #006C35;
  font-weight: 600;
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 768px) {
  .ksa-takeaways-section {
    padding: 60px 16px 68px;
  }

  .ksa-takeaways-container {
    gap: 44px;
  }

  .ksa-tk-item {
    padding: 18px 18px;
  }

  .ksa-toc-link {
    padding: 15px 18px;
    gap: 10px;
  }

  .ksa-toc-banner {
    padding: 18px 18px;
  }

  .ksa-toc-footer {
    padding: 13px 18px;
  }

  .ksa-toc-sub {
    display: none;
  }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 480px) {
  .ksa-takeaways-section {
    padding: 48px 12px 56px;
  }

  .ksa-sec-h2 {
    font-size: clamp(1.4rem, 6vw, 1.85rem);
  }

  .ksa-tk-item {
    padding: 14px 14px;
    gap: 12px;
  }

  .ksa-tk-check {
    width: 26px; height: 26px;
  }

  .ksa-tk-check svg {
    width: 11px; height: 11px;
  }

  .ksa-toc-pill { display: none; }

  .ksa-toc-arrow { display: none; }

  .ksa-toc-num {
    width: 30px; height: 30px;
    font-size: 0.7rem;
  }

  .ksa-v2030-callout {
    flex-direction: column;
    gap: 10px;
    padding: 16px 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ace46a *//* ============================================
   KSA BUSINESS LANDSCAPE + LLC + JSC
   + FOREIGN BRANCH SECTION — Custom CSS
   Elementor HTML Widget
   ============================================ */

/* ============================================
   SECTION: BUSINESS LANDSCAPE
   ============================================ */

.ksa-landscape-section {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.ksa-landscape-section::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(0,108,53,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.ksa-landscape-section::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -60px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(201,168,76,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.ksa-landscape-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* ── Shared typographic utilities ── */
.ksa-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #006C35;
  margin-bottom: 10px;
}

.ksa-eyebrow::before {
  content: '';
  width: 20px; height: 2px;
  background: linear-gradient(90deg, #C9A84C, #E8C96A);
  border-radius: 2px;
  flex-shrink: 0;
}

.ksa-block-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #1A2E44;
  margin: 0 0 6px;
  line-height: 1.2;
}

.ksa-block-h2 .g {
  background: linear-gradient(90deg,
    #006C35 0%, #00A36C 45%,
    #00C87A 60%, #00A36C 75%, #006C35 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ksa-shimmer 3.5s linear infinite;
}

.ksa-block-rule {
  width: 56px; height: 3px;
  background: linear-gradient(90deg, #006C35, #C9A84C);
  border-radius: 2px;
  margin: 14px 0 26px;
}

.ksa-body-p {
  font-size: clamp(0.92rem, 1.8vw, 1.02rem);
  line-height: 1.85;
  color: #374151;
  margin: 0 0 16px;
}

.ksa-body-p:last-of-type { margin-bottom: 0; }
.ksa-body-p strong      { color: #1A2E44; font-weight: 600; }
.ksa-body-p a           {
  color: #006C35;
  text-decoration: underline;
  text-decoration-color: rgba(201,168,76,0.5);
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.ksa-body-p a:hover { color: #C9A84C; }

/* ── MISA Banner ── */
.ksa-misa-banner {
  background: linear-gradient(135deg,
    #003D1F 0%, #006C35 50%, #1A2E44 100%
  );
  border-radius: 18px;
  padding: 30px 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  overflow: hidden;
  position: relative;
}

.ksa-misa-banner::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: rgba(201,168,76,0.08);
  pointer-events: none;
}

.ksa-misa-icon-wrap {
  flex-shrink: 0;
  width: 56px; height: 56px;
  background: rgba(201,168,76,0.2);
  border: 1.5px solid rgba(201,168,76,0.4);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
}

.ksa-misa-content {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ksa-misa-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(201,168,76,0.2);
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E8C96A;
  width: fit-content;
}

.ksa-misa-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.25;
}

.ksa-misa-text {
  font-size: clamp(0.87rem, 1.7vw, 0.95rem);
  line-height: 1.78;
  color: rgba(255,255,255,0.8);
  margin: 0;
}

.ksa-misa-text strong {
  color: #E8C96A;
  font-weight: 600;
}

.ksa-misa-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.ksa-misa-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 0.74rem;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
}

/* ── Key Considerations Cards ── */
.ksa-considerations-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ksa-sub-h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 700;
  color: #1A2E44;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ksa-sub-h3::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg,
    rgba(201,168,76,0.3), transparent);
  margin-left: 8px;
}

.ksa-consider-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ksa-consider-card {
  background: #F9FAFB;
  border: 1px solid rgba(26,46,68,0.09);
  border-radius: 16px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.32s cubic-bezier(0.4,0,0.2,1);
  position: relative;
  overflow: hidden;
}

.ksa-consider-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #006C35, #C9A84C);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.ksa-consider-card:hover {
  border-color: rgba(0,108,53,0.2);
  box-shadow: 0 10px 36px rgba(0,108,53,0.1);
  transform: translateY(-4px);
}

.ksa-consider-card:hover::before {
  transform: scaleX(1);
}

.ksa-consider-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg,
    rgba(0,108,53,0.1),
    rgba(0,108,53,0.05)
  );
  border: 1px solid rgba(0,108,53,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.ksa-consider-card:hover .ksa-consider-icon {
  background: linear-gradient(135deg, #006C35, #00A36C);
}

.ksa-consider-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1A2E44;
  margin: 0;
}

.ksa-consider-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.83rem;
  line-height: 1.68;
  color: #4B5563;
  margin: 0;
}

.ksa-consider-text strong {
  color: #006C35;
  font-weight: 600;
}

/* ============================================
   SECTION: LLC
   ============================================ */

.ksa-llc-section {
  position: relative;
  width: 100%;
  background: linear-gradient(
    160deg,
    #F0F9F4 0%,
    #F7F9F7 50%,
    #FDFAF2 100%
  );
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.ksa-llc-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23006C35' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.ksa-llc-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 52px;
}

/* ── Popular badge on LLC ── */
.ksa-popular-strip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg,
    rgba(0,168,107,0.12),
    rgba(0,168,107,0.06)
  );
  border: 1px solid rgba(0,168,107,0.3);
  border-radius: 10px;
  padding: 10px 18px;
  margin-bottom: 8px;
}

.ksa-popular-strip-icon { font-size: 1.1rem; }

.ksa-popular-strip-text {
  font-size: 0.8rem;
  font-weight: 700;
  color: #006C35;
  letter-spacing: 0.06em;
}

/* ── LLC Benefits Grid ── */
.ksa-llc-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ksa-llc-benefit-card {
  background: #FFFFFF;
  border: 1px solid rgba(0,108,53,0.1);
  border-radius: 16px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.32s ease;
  position: relative;
  overflow: hidden;
}

.ksa-llc-benefit-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #006C35, #C9A84C);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.ksa-llc-benefit-card:hover {
  box-shadow: 0 10px 34px rgba(0,108,53,0.12);
  transform: translateY(-4px);
  border-color: rgba(0,108,53,0.22);
}

.ksa-llc-benefit-card:hover::after {
  transform: scaleX(1);
}

.ksa-llc-ben-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg,
    rgba(0,108,53,0.1),
    rgba(0,108,53,0.05)
  );
  border: 1px solid rgba(0,108,53,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.ksa-llc-benefit-card:hover .ksa-llc-ben-icon {
  background: linear-gradient(135deg, #006C35, #00A36C);
}

.ksa-llc-ben-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1A2E44;
  margin: 0;
}

.ksa-llc-ben-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  line-height: 1.68;
  color: #4B5563;
  margin: 0;
}

.ksa-llc-ben-text strong { color: #006C35; font-weight: 600; }

/* ── Formation Requirements Table ── */
.ksa-req-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
  border: 1px solid rgba(0,108,53,0.12);
  box-shadow: 0 6px 28px rgba(0,108,53,0.08);
}

.ksa-req-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
}

.ksa-req-table thead tr {
  background: linear-gradient(135deg,
    #003D1F 0%, #006C35 55%, #1A2E44 100%
  );
}

.ksa-req-table thead th {
  padding: 16px 20px;
  text-align: left;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
}

.ksa-req-table thead th:first-child {
  color: rgba(201,168,76,0.9);
}

.ksa-req-table tbody tr {
  border-bottom: 1px solid rgba(0,108,53,0.07);
  transition: background 0.2s ease;
}

.ksa-req-table tbody tr:nth-child(even) {
  background: rgba(240,249,244,0.6);
}

.ksa-req-table tbody tr:nth-child(odd) {
  background: #FFFFFF;
}

.ksa-req-table tbody tr:hover {
  background: rgba(0,108,53,0.04);
}

.ksa-req-table tbody tr:last-child {
  border-bottom: none;
}

.ksa-req-table tbody td {
  padding: 14px 20px;
  font-size: 0.86rem;
  color: #374151;
  line-height: 1.55;
  border: none;
  vertical-align: top;
}

.ksa-req-table tbody td:first-child {
  font-weight: 700;
  color: #006C35;
  font-size: 0.83rem;
  white-space: nowrap;
}

/* ── Who is LLC Best For ── */
.ksa-best-for-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(0,108,53,0.12);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,108,53,0.07);
}

.ksa-best-for-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(0,108,53,0.07);
  transition: all 0.3s ease;
}

.ksa-best-for-item:last-child { border-bottom: none; }

.ksa-best-for-item:nth-child(even) {
  background: rgba(240,249,244,0.5);
}

.ksa-best-for-item:hover {
  background: rgba(0,168,107,0.06);
  transform: translateX(5px);
  border-left: 3px solid #00A36C;
}

.ksa-best-for-arrow {
  flex-shrink: 0;
  width: 28px; height: 28px;
  background: linear-gradient(135deg, #006C35, #00A36C);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #FFFFFF;
  font-weight: 700;
  transition: all 0.3s ease;
}

.ksa-best-for-item:hover .ksa-best-for-arrow {
  background: linear-gradient(135deg, #C9A84C, #E8C96A);
  color: #1A2E44;
}

.ksa-best-for-text {
  font-size: clamp(0.87rem, 1.7vw, 0.94rem);
  color: #374151;
  line-height: 1.6;
  margin: 0;
}

.ksa-best-for-text strong {
  color: #1A2E44;
  font-weight: 600;
}

/* ============================================
   SECTION: JSC + FOREIGN BRANCH
   ============================================ */

.ksa-jsc-section {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.ksa-jsc-section::before {
  content: '';
  position: absolute;
  top: -60px; left: -60px;
  width: 340px; height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(201,168,76,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.ksa-jsc-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

/* ── JSC type cards ── */
.ksa-jsc-types-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 16px;
}

.ksa-jsc-type-card {
  background: linear-gradient(160deg, #F9FAFB, #FFFFFF);
  border: 1px solid rgba(26,46,68,0.1);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
}

.ksa-jsc-type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 44px rgba(26,46,68,0.12);
  border-color: rgba(0,108,53,0.25);
}

.ksa-jsc-type-top {
  padding: 20px 22px 16px;
  border-bottom: 1px solid rgba(26,46,68,0.07);
  display: flex;
  align-items: center;
  gap: 12px;
}

.ksa-jsc-type-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1A2E44, #243B55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.ksa-jsc-type-card:hover .ksa-jsc-type-icon {
  background: linear-gradient(135deg, #006C35, #00A36C);
}

.ksa-jsc-type-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  font-weight: 700;
  color: #1A2E44;
  margin: 0;
  line-height: 1.25;
}

.ksa-jsc-type-body {
  padding: 16px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ksa-jsc-type-text {
  font-size: clamp(0.83rem, 1.5vw, 0.89rem);
  line-height: 1.7;
  color: #4B5563;
  margin: 0;
}

.ksa-jsc-type-text strong { color: #006C35; font-weight: 600; }

.ksa-jsc-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  align-self: flex-start;
}

.ksa-jsc-type-badge.public {
  background: rgba(0,108,53,0.1);
  border: 1px solid rgba(0,108,53,0.25);
  color: #006C35;
}

.ksa-jsc-type-badge.closed {
  background: rgba(26,46,68,0.08);
  border: 1px solid rgba(26,46,68,0.18);
  color: #1A2E44;
}

/* JSC Capital highlight */
.ksa-capital-highlight {
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(135deg,
    rgba(201,168,76,0.1),
    rgba(201,168,76,0.05)
  );
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 14px;
  padding: 20px 24px;
  flex-wrap: wrap;
}

.ksa-cap-value {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
}

.ksa-cap-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 800;
  color: #A8893A;
  line-height: 1;
}

.ksa-cap-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9CA3AF;
}

.ksa-cap-divider {
  width: 1px; height: 40px;
  background: rgba(201,168,76,0.3);
  flex-shrink: 0;
}

.ksa-cap-desc {
  flex: 1;
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.65;
  margin: 0;
}

.ksa-cap-desc strong { color: #1A2E44; font-weight: 600; }

/* ── Foreign Branch card ── */
.ksa-branch-card {
  background: linear-gradient(135deg,
    #1A2E44 0%, #243B55 60%, #0D3323 100%
  );
  border-radius: 20px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.ksa-branch-card::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(0,108,53,0.1);
  pointer-events: none;
}

.ksa-branch-card::after {
  content: '';
  position: absolute;
  bottom: -30px; left: -30px;
  width: 150px; height: 150px;
  border-radius: 50%;
  background: rgba(201,168,76,0.07);
  pointer-events: none;
}

.ksa-branch-header {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.ksa-branch-icon-wrap {
  width: 54px; height: 54px;
  background: rgba(0,168,107,0.2);
  border: 1.5px solid rgba(0,168,107,0.4);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.ksa-branch-title-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ksa-branch-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(0,168,107,0.18);
  border: 1px solid rgba(0,168,107,0.35);
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00C87A;
  width: fit-content;
}

.ksa-branch-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.22;
}

.ksa-branch-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.ksa-branch-p {
  font-size: clamp(0.88rem, 1.7vw, 0.95rem);
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
  margin: 0;
}

.ksa-branch-p strong { color: #00C87A; font-weight: 600; }
.ksa-branch-p .gold  { color: #E8C96A; font-weight: 600; }

/* Branch requirements list */
.ksa-branch-reqs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 16px 18px;
}

.ksa-branch-req-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.86rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.55;
}

.ksa-branch-req-item::before {
  content: '→';
  color: #C9A84C;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.ksa-branch-req-item strong { color: #FFFFFF; font-weight: 600; }

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 768px) {
  .ksa-landscape-section,
  .ksa-llc-section,
  .ksa-jsc-section {
    padding: 60px 16px 70px;
  }

  .ksa-consider-grid,
  .ksa-llc-benefits-grid,
  .ksa-jsc-types-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ksa-misa-banner {
    flex-direction: column;
    gap: 14px;
    padding: 24px 20px;
  }

  .ksa-branch-card {
    padding: 26px 22px;
  }

  .ksa-capital-highlight {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .ksa-cap-divider {
    width: 40px;
    height: 1px;
  }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 480px) {
  .ksa-landscape-section,
  .ksa-llc-section,
  .ksa-jsc-section {
    padding: 48px 12px 56px;
  }

  .ksa-block-h2 {
    font-size: clamp(1.45rem, 6.5vw, 1.9rem);
  }

  .ksa-branch-header {
    flex-wrap: wrap;
  }

  .ksa-req-table tbody td,
  .ksa-req-table thead th {
    padding: 12px 12px;
    font-size: 0.79rem;
  }

  .ksa-best-for-item {
    padding: 14px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ede9b4f *//* ============================================
   KSA BUSINESS SETUP INFOGRAPHIC SECTION
   Elementor HTML Widget — Custom CSS
   ============================================ */

/* ============================================
   INFOGRAPHIC WRAPPER
   ============================================ */

.ksa-ig-section {
  position: relative;
  width: 100%;
  background: linear-gradient(
    170deg,
    #0A1A0F 0%,
    #0D2318 25%,
    #091824 55%,
    #060F1A 100%
  );
  background-size: 300% 300%;
  animation: ksa-gradient-shift 14s ease infinite;
  padding: 64px 20px 72px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

/* Star/dot background */
.ksa-ig-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 10% 20%,
      rgba(0,168,107,0.08) 0%, transparent 45%),
    radial-gradient(ellipse at 90% 75%,
      rgba(201,168,76,0.06) 0%, transparent 40%),
    radial-gradient(ellipse at 55% 50%,
      rgba(26,46,68,0.2) 0%, transparent 55%),
    url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Ccircle cx='45' cy='45' r='1.1' fill='rgba(255,255,255,0.06)'/%3E%3Ccircle cx='9'  cy='9'  r='0.7' fill='rgba(255,255,255,0.05)'/%3E%3Ccircle cx='81' cy='81' r='0.7' fill='rgba(255,255,255,0.04)'/%3E%3Ccircle cx='81' cy='9'  r='0.6' fill='rgba(0,168,107,0.06)'/%3E%3Ccircle cx='9'  cy='81' r='0.6' fill='rgba(201,168,76,0.05)'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

/* Diamond / geometric pattern */
.ksa-ig-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='140' height='140' viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='70,6 134,70 70,134 6,70' stroke='rgba(0,168,107,0.04)' stroke-width='1' fill='none'/%3E%3Cpolygon points='70,22 118,70 70,118 22,70' stroke='rgba(201,168,76,0.03)' stroke-width='1' fill='none'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.8;
  z-index: 0;
}

.ksa-ig-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

/* ============================================
   MAIN TITLE
   ============================================ */

.ksa-ig-title-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.ksa-ig-main-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.9rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1.14;
  margin: 0;
  background: linear-gradient(
    135deg,
    #00C87A 0%,
    #FFFFFF 45%,
    #00C87A 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ksa-shimmer 4s linear infinite;
}

.ksa-ig-main-sub {
  font-size: clamp(0.82rem, 1.8vw, 0.92rem);
  color: rgba(255,255,255,0.5);
  font-weight: 400;
  letter-spacing: 0.03em;
  margin: 0;
}

/* ============================================
   HORIZONTAL DIVIDER
   ============================================ */

.ksa-ig-hr {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0,168,107,0.4),
    rgba(201,168,76,0.3),
    rgba(0,168,107,0.4),
    transparent
  );
  border: none;
  margin: 0;
}

/* ============================================
   MISA STEP BOX
   ============================================ */

.ksa-ig-misa-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(0,168,107,0.28);
  border-radius: 14px;
  padding: 24px 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.ksa-ig-misa-box:hover {
  background: rgba(0,168,107,0.08);
  border-color: rgba(0,168,107,0.5);
  box-shadow: 0 8px 30px rgba(0,168,107,0.12);
}

/* SVG document icon */
.ksa-ig-misa-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  border: 1.5px solid rgba(0,168,107,0.4);
  background: rgba(0,168,107,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.ksa-ig-misa-box:hover .ksa-ig-misa-icon {
  background: rgba(0,168,107,0.22);
  border-color: rgba(0,168,107,0.6);
}

.ksa-ig-misa-svg {
  width: 26px;
  height: 26px;
}

.ksa-ig-misa-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.ksa-ig-misa-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: 700;
  color: #00C87A;
  margin: 0;
}

.ksa-ig-misa-text {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.81rem, 1.5vw, 0.88rem);
  line-height: 1.72;
  color: rgba(255,255,255,0.72);
  margin: 0;
}

.ksa-ig-misa-text strong {
  color: rgba(255,255,255,0.92);
  font-weight: 600;
}

/* ============================================
   4 KEY FACTORS SECTION
   ============================================ */

.ksa-ig-factors-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ksa-ig-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}

.ksa-ig-factors-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ksa-ig-factor-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 16px 18px;
  transition: all 0.3s ease;
}

.ksa-ig-factor-item:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(0,168,107,0.3);
  transform: translateX(5px);
}

/* Coloured icon circles */
.ksa-ig-factor-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.ksa-ig-factor-item:hover .ksa-ig-factor-icon {
  transform: scale(1.1) rotate(5deg);
}

.ksa-ig-factor-icon.blue   { background: rgba(59,130,246,0.25); }
.ksa-ig-factor-icon.green  { background: rgba(0,168,107,0.25); }
.ksa-ig-factor-icon.purple { background: rgba(139,92,246,0.25); }
.ksa-ig-factor-icon.gold   { background: rgba(201,168,76,0.25); }

.ksa-ig-factor-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ksa-ig-factor-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.88rem, 1.8vw, 0.96rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.ksa-ig-factor-desc {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.77rem, 1.5vw, 0.83rem);
  color: rgba(255,255,255,0.62);
  margin: 0;
  line-height: 1.55;
}

/* ============================================
   COMPARING ENTITIES SECTION
   ============================================ */

.ksa-ig-compare-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ── Entity Card base ── */
.ksa-ig-entity-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.ksa-ig-entity-card:hover {
  background: rgba(255,255,255,0.07);
  box-shadow: 0 10px 32px rgba(0,0,0,0.3);
}

/* Featured LLC card */
.ksa-ig-entity-card.featured {
  border-color: rgba(0,168,107,0.45);
  background: rgba(0,168,107,0.07);
  position: relative;
}

/* "MOST POPULAR" corner ribbon */
.ksa-ig-entity-card.featured::before {
  content: 'MOST POPULAR';
  position: absolute;
  top: 14px;
  right: -22px;
  background: linear-gradient(135deg, #006C35, #00A36C);
  color: #FFFFFF;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 4px 28px;
  transform: rotate(38deg);
  transform-origin: center;
  z-index: 2;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* Card header */
.ksa-ig-entity-header {
  padding: 20px 22px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.ksa-ig-entity-card.featured .ksa-ig-entity-header {
  border-bottom-color: rgba(0,168,107,0.2);
}

.ksa-ig-entity-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 6px;
}

.ksa-ig-entity-card.featured .ksa-ig-entity-name {
  color: #00C87A;
}

.ksa-ig-entity-sub {
  font-size: clamp(0.77rem, 1.4vw, 0.83rem);
  color: rgba(255,255,255,0.55);
  margin: 0;
  line-height: 1.45;
  font-style: italic;
}

/* Card body */
.ksa-ig-entity-body {
  padding: 16px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Feature grid (2 cols) */
.ksa-ig-feat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.ksa-ig-feat-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: clamp(0.77rem, 1.4vw, 0.83rem);
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
}

/* Status icon */
.ksa-ig-feat-dot {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.58rem;
  font-weight: 700;
  margin-top: 1px;
}

.ksa-ig-feat-dot.green {
  background: rgba(0,168,107,0.25);
  color: #00C87A;
  border: 1px solid rgba(0,168,107,0.4);
}

.ksa-ig-feat-dot.orange {
  background: rgba(249,115,22,0.25);
  color: #FB923C;
  border: 1px solid rgba(249,115,22,0.4);
}

.ksa-ig-feat-dot.blue {
  background: rgba(59,130,246,0.25);
  color: #60A5FA;
  border: 1px solid rgba(59,130,246,0.4);
}

.ksa-ig-feat-item strong {
  color: rgba(255,255,255,0.92);
  font-weight: 600;
}

/* Full-width feature (Best For row) */
.ksa-ig-feat-full {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: clamp(0.77rem, 1.4vw, 0.83rem);
  color: rgba(255,255,255,0.75);
  line-height: 1.55;
  grid-column: 1 / -1;
}

/* ============================================
   OTHER ENTITIES FOOTER BOX
   ============================================ */

.ksa-ig-other-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 22px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s ease;
}

.ksa-ig-other-box:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(201,168,76,0.3);
}

.ksa-ig-other-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.ksa-ig-other-text {
  font-size: clamp(0.78rem, 1.5vw, 0.85rem);
  color: rgba(255,255,255,0.62);
  margin: 0;
  line-height: 1.65;
}

.ksa-ig-other-text strong {
  color: rgba(255,255,255,0.88);
  font-weight: 600;
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 768px) {
  .ksa-ig-section {
    padding: 50px 16px 58px;
  }

  .ksa-ig-inner { gap: 34px; }

  .ksa-ig-misa-box {
    flex-direction: column;
    gap: 12px;
    padding: 20px 18px;
  }

  .ksa-ig-feat-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 480px) {
  .ksa-ig-section {
    padding: 40px 12px 48px;
  }

  .ksa-ig-inner { gap: 28px; }

  .ksa-ig-factor-item {
    gap: 12px;
    padding: 14px 14px;
  }

  .ksa-ig-factor-icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  .ksa-ig-entity-header,
  .ksa-ig-entity-body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ksa-ig-entity-card.featured::before {
    font-size: 0.52rem;
    right: -20px;
    top: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ff841f *//* ============================================
   KSA SPECIALIZED ENTITIES + COMPARISON
   + NEXT STEPS + FINAL CTA — Custom CSS
   Elementor HTML Widget
   ============================================ */

/* ============================================
   SECTION: SPECIALIZED ENTITIES
   ============================================ */

.ksa-specialized-section {
  position: relative;
  width: 100%;
  background: linear-gradient(
    160deg, #F0F9F4 0%, #F7F9F7 50%, #FDFAF2 100%
  );
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.ksa-specialized-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23006C35' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.ksa-specialized-section::after {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 350px; height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(201,168,76,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.ksa-spec-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

/* ── Shared styles ── */
.ksa-s-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #006C35;
  margin-bottom: 10px;
}

.ksa-s-eyebrow::before {
  content: '';
  width: 20px; height: 2px;
  background: linear-gradient(90deg, #C9A84C, #E8C96A);
  border-radius: 2px;
  flex-shrink: 0;
}

.ksa-s-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #1A2E44;
  margin: 0 0 6px;
  line-height: 1.2;
}

.ksa-s-h2 .g {
  background: linear-gradient(90deg,
    #006C35 0%, #00A36C 45%,
    #00C87A 60%, #00A36C 75%, #006C35 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ksa-shimmer 3.5s linear infinite;
}

.ksa-s-rule {
  width: 56px; height: 3px;
  background: linear-gradient(90deg, #006C35, #C9A84C);
  border-radius: 2px;
  margin: 14px 0 26px;
}

.ksa-s-body {
  font-size: clamp(0.92rem, 1.8vw, 1.02rem);
  line-height: 1.85;
  color: #374151;
  margin: 0 0 16px;
}

.ksa-s-body:last-of-type { margin-bottom: 0; }
.ksa-s-body strong { color: #1A2E44; font-weight: 600; }

.ksa-s-h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 700;
  color: #1A2E44;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ksa-s-h3::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg,
    rgba(201,168,76,0.3), transparent);
  margin-left: 8px;
}

/* ── Sole Prop Warning Card ── */
.ksa-sole-prop-card {
  background: #FFFFFF;
  border: 1px solid rgba(26,46,68,0.1);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(26,46,68,0.07);
  transition: all 0.3s ease;
}

.ksa-sole-prop-card:hover {
  box-shadow: 0 10px 36px rgba(26,46,68,0.12);
  transform: translateY(-3px);
}

.ksa-sole-prop-top {
  background: linear-gradient(135deg, #1A2E44, #243B55);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ksa-sole-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.ksa-sole-top-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.ksa-sole-top-sub {
  font-size: 0.73rem;
  color: rgba(201,168,76,0.8);
  margin: 0;
  font-weight: 500;
}

.ksa-sole-body {
  padding: 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ksa-warn-alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(239,68,68,0.05);
  border-left: 3px solid #EF4444;
  border-radius: 0 10px 10px 0;
  padding: 14px 16px;
}

.ksa-warn-icon { font-size: 1.1rem; flex-shrink: 0; }

.ksa-warn-text {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #374151;
  margin: 0;
}

.ksa-warn-text strong { color: #B91C1C; font-weight: 600; }

.ksa-tip-alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(0,108,53,0.05);
  border-left: 3px solid #006C35;
  border-radius: 0 10px 10px 0;
  padding: 14px 16px;
}

.ksa-tip-text {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #374151;
  margin: 0;
}

.ksa-tip-text strong { color: #006C35; font-weight: 600; }

/* ── TSO Card ── */
.ksa-tso-card {
  background: #FFFFFF;
  border: 1px solid rgba(26,46,68,0.1);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(26,46,68,0.07);
  transition: all 0.3s ease;
}

.ksa-tso-card:hover {
  box-shadow: 0 10px 36px rgba(26,46,68,0.12);
  transform: translateY(-3px);
}

.ksa-tso-top {
  background: linear-gradient(135deg, #003D1F, #006C35);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ksa-tso-top-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.ksa-tso-top-sub {
  font-size: 0.73rem;
  color: rgba(0,200,122,0.85);
  margin: 0;
  font-weight: 500;
}

.ksa-tso-body {
  padding: 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Permitted activities list */
.ksa-permitted-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(0,108,53,0.03);
  border: 1px solid rgba(0,108,53,0.1);
  border-radius: 12px;
  padding: 16px 18px;
}

.ksa-permitted-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.87rem;
  color: #374151;
  line-height: 1.6;
}

.ksa-permitted-item::before {
  content: '✓';
  color: #006C35;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.ksa-prohibited-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(239,68,68,0.04);
  border: 1px solid rgba(239,68,68,0.15);
  border-left: 3px solid #EF4444;
  border-radius: 0 10px 10px 0;
  padding: 14px 16px;
}

.ksa-prohibited-text {
  font-size: 0.87rem;
  line-height: 1.65;
  color: #374151;
  margin: 0;
}

.ksa-prohibited-text strong { color: #B91C1C; font-weight: 600; }

/* ============================================
   SECTION: COMPARISON & ENTITY SELECTION
   ============================================ */

.ksa-compare-section {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.ksa-compare-section::before {
  content: '';
  position: absolute;
  bottom: -80px; right: -60px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(0,108,53,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.ksa-compare-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

/* ── Decision Factors Grid ── */
.ksa-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ksa-decision-card {
  background: #F9FAFB;
  border: 1px solid rgba(26,46,68,0.09);
  border-radius: 16px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.32s cubic-bezier(0.4,0,0.2,1);
  position: relative;
  overflow: hidden;
}

.ksa-decision-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #006C35, #C9A84C);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.ksa-decision-card:hover {
  border-color: rgba(0,108,53,0.22);
  box-shadow: 0 10px 32px rgba(0,108,53,0.1);
  transform: translateY(-4px);
}

.ksa-decision-card:hover::before { transform: scaleX(1); }

.ksa-decision-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg,
    rgba(0,108,53,0.1),
    rgba(0,108,53,0.05)
  );
  border: 1px solid rgba(0,108,53,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.ksa-decision-card:hover .ksa-decision-icon {
  background: linear-gradient(135deg, #006C35, #00A36C);
}

.ksa-decision-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1A2E44;
  margin: 0;
}

.ksa-decision-text {
  font-size: 0.83rem;
  line-height: 1.68;
  color: #4B5563;
  margin: 0;
}

/* ── Comparison Table ── */
.ksa-entities-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
  border: 1px solid rgba(0,108,53,0.12);
  box-shadow: 0 8px 32px rgba(0,108,53,0.08);
}

.ksa-entities-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
}

.ksa-entities-table thead tr {
  background: linear-gradient(135deg,
    #003D1F 0%, #006C35 55%, #1A2E44 100%
  );
}

.ksa-entities-table thead th {
  padding: 14px 16px;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  white-space: nowrap;
}

.ksa-entities-table thead th:first-child {
  color: rgba(201,168,76,0.9);
}

.ksa-entities-table tbody tr {
  border-bottom: 1px solid rgba(0,108,53,0.07);
  transition: background 0.2s ease;
}

.ksa-entities-table tbody tr:nth-child(even) {
  background: rgba(240,249,244,0.5);
}

.ksa-entities-table tbody tr:nth-child(odd) {
  background: #FFFFFF;
}

.ksa-entities-table tbody tr:hover {
  background: rgba(0,108,53,0.04);
}

.ksa-entities-table tbody tr:last-child {
  border-bottom: none;
}

.ksa-entities-table tbody td {
  padding: 14px 16px;
  font-size: 0.83rem;
  color: #374151;
  line-height: 1.5;
  border: none;
  vertical-align: top;
}

.ksa-entities-table tbody td:first-child {
  font-weight: 700;
  color: #006C35;
  font-size: 0.82rem;
}

/* Featured LLC row */
.ksa-entities-table tbody tr.llc-row {
  background: rgba(0,108,53,0.05) !important;
  border-left: 3px solid #00A36C;
}

.ksa-entities-table tbody tr.llc-row td:first-child {
  color: #005229;
}

/* Status pills in table */
.ksa-tbl-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
}

.ksa-tbl-pill.green {
  background: rgba(0,108,53,0.1);
  color: #006C35;
}

.ksa-tbl-pill.orange {
  background: rgba(239,68,68,0.1);
  color: #B91C1C;
}

.ksa-tbl-pill.blue {
  background: rgba(30,58,138,0.08);
  color: #1E3A8A;
}

/* ── Scenario Cards ── */
.ksa-scenarios-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ksa-scenario-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #F9FAFB;
  border: 1px solid rgba(26,46,68,0.09);
  border-radius: 16px;
  padding: 22px 22px;
  transition: all 0.3s ease;
}

.ksa-scenario-card:hover {
  border-color: rgba(0,108,53,0.22);
  box-shadow: 0 8px 28px rgba(0,108,53,0.09);
  transform: translateX(5px);
}

.ksa-scenario-num {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #006C35, #00A36C);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
  box-shadow: 0 3px 12px rgba(0,108,53,0.3);
  transition: all 0.3s ease;
}

.ksa-scenario-card:hover .ksa-scenario-num {
  background: linear-gradient(135deg, #C9A84C, #E8C96A);
  color: #1A2E44;
}

.ksa-scenario-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ksa-scenario-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #6B7280;
  margin: 0;
  font-style: italic;
}

.ksa-scenario-body {
  font-size: clamp(0.87rem, 1.7vw, 0.93rem);
  line-height: 1.72;
  color: #374151;
  margin: 0;
}

.ksa-scenario-body strong { color: #006C35; font-weight: 700; }

.ksa-scenario-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(0,108,53,0.08);
  border: 1px solid rgba(0,108,53,0.18);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #006C35;
  width: fit-content;
  letter-spacing: 0.04em;
}

/* Inline CTA note */
.ksa-compare-cta-note {
  background: linear-gradient(135deg,
    rgba(0,108,53,0.05),
    rgba(201,168,76,0.05)
  );
  border: 1px solid rgba(0,108,53,0.12);
  border-left: 4px solid #006C35;
  border-radius: 0 14px 14px 0;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.ksa-compare-cta-text {
  font-size: 0.92rem;
  color: #374151;
  margin: 0;
  line-height: 1.6;
  flex: 1;
}

.ksa-compare-cta-text strong { color: #1A2E44; }

.ksa-compare-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  background: linear-gradient(135deg, #006C35, #00A36C);
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 50px;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0,108,53,0.3);
}

.ksa-compare-cta-btn:hover {
  background: linear-gradient(135deg, #C9A84C, #E8C96A);
  color: #1A2E44 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201,168,76,0.4);
}

/* ============================================
   SECTION: NEXT STEPS + REGISTRATION
   ============================================ */

.ksa-nextsteps-section {
  position: relative;
  width: 100%;
  background: linear-gradient(
    160deg, #F0F9F4 0%, #F7F9F7 50%, #FDFAF2 100%
  );
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.ksa-nextsteps-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23006C35' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.ksa-nextsteps-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

/* ── Registration Steps ── */
.ksa-steps-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.ksa-steps-wrap::before {
  content: '';
  position: absolute;
  left: 27px;
  top: 56px;
  bottom: 56px;
  width: 2px;
  background: linear-gradient(180deg,
    #C9A84C 0%,
    #006C35 50%,
    #00A36C 100%
  );
  z-index: 0;
}

.ksa-reg-step {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 0 0 32px;
  position: relative;
  z-index: 1;
}

.ksa-reg-step:last-child { padding-bottom: 0; }

/* Step circle */
.ksa-reg-step-num {
  flex-shrink: 0;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #006C35, #00A36C);
  border: 3px solid #FFFFFF;
  box-shadow: 0 4px 16px rgba(0,108,53,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #C9A84C;
  transition: all 0.3s ease;
  z-index: 2;
}

.ksa-reg-step:hover .ksa-reg-step-num {
  background: linear-gradient(135deg, #C9A84C, #E8C96A);
  color: #1A2E44;
  transform: scale(1.08);
  box-shadow: 0 6px 22px rgba(201,168,76,0.4);
}

/* Step card */
.ksa-reg-step-card {
  flex: 1;
  background: #FFFFFF;
  border: 1px solid rgba(0,108,53,0.1);
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 4px 18px rgba(0,108,53,0.07);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.ksa-reg-step-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #006C35, #C9A84C);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.ksa-reg-step:hover .ksa-reg-step-card {
  box-shadow: 0 10px 36px rgba(0,108,53,0.12);
  transform: translateY(-3px);
  border-color: rgba(0,108,53,0.22);
}

.ksa-reg-step:hover .ksa-reg-step-card::before {
  transform: scaleX(1);
}

.ksa-reg-step-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C9A84C;
  margin: 0 0 5px;
}

.ksa-reg-step-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 700;
  color: #1A2E44;
  margin: 0 0 10px;
  line-height: 1.25;
}

.ksa-reg-step-text {
  font-size: clamp(0.87rem, 1.7vw, 0.94rem);
  line-height: 1.78;
  color: #4B5563;
  margin: 0;
}

.ksa-reg-step-text strong { color: #006C35; font-weight: 600; }

/* ── Expert Partner Benefits ── */
.ksa-expert-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.ksa-expert-card {
  background: #FFFFFF;
  border: 1px solid rgba(0,108,53,0.09);
  border-radius: 14px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  transition: all 0.3s ease;
}

.ksa-expert-card:hover {
  border-color: rgba(0,108,53,0.22);
  box-shadow: 0 8px 26px rgba(0,108,53,0.1);
  transform: translateY(-3px);
}

.ksa-expert-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg,
    rgba(0,108,53,0.1),
    rgba(0,108,53,0.05)
  );
  border: 1px solid rgba(0,108,53,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.ksa-expert-card:hover .ksa-expert-icon {
  background: linear-gradient(135deg, #006C35, #00A36C);
}

.ksa-expert-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1A2E44;
  margin: 0;
}

.ksa-expert-text {
  font-size: 0.81rem;
  line-height: 1.65;
  color: #4B5563;
  margin: 0;
}

.ksa-expert-text strong { color: #006C35; font-weight: 600; }

/* ============================================
   FINAL CTA SECTION
   ============================================ */

.ksa-final-cta-section {
  position: relative;
  width: 100%;
  background: linear-gradient(
    140deg,
    #003D1F 0%,
    #006C35 30%,
    #004D26 60%,
    #1A2E44 100%
  );
  background-size: 300% 300%;
  animation: ksa-gradient-shift 12s ease infinite;
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
  text-align: center;
}

.ksa-final-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 50%,
      rgba(201,168,76,0.09) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 30%,
      rgba(255,255,255,0.04) 0%, transparent 40%),
    url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='rgba(255,255,255,0.025)'%3E%3Ccircle cx='40' cy='40' r='1.5'/%3E%3Ccircle cx='8'  cy='8'  r='1'/%3E%3Ccircle cx='72' cy='72' r='1'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.ksa-final-cta-container {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.ksa-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.4);
  border-radius: 50px;
  padding: 7px 18px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E8C96A;
}

.ksa-cta-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #C9A84C;
  animation: ksa-pulse-glow 2.2s ease-in-out infinite;
}

.ksa-cta-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.15;
}

.ksa-cta-h2 .gold {
  display: block;
  background: linear-gradient(90deg,
    #C9A84C, #E8C96A, #F5D97A, #E8C96A, #C9A84C
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ksa-shimmer 3s linear infinite;
}

.ksa-cta-body {
  font-size: clamp(0.95rem, 1.9vw, 1.05rem);
  line-height: 1.82;
  color: rgba(255,255,255,0.82);
  margin: 0;
  max-width: 700px;
}

.ksa-cta-body strong { color: #E8C96A; font-weight: 600; }

/* USP strip */
.ksa-cta-usps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.ksa-cta-usp {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.83rem;
  color: rgba(255,255,255,0.78);
  font-weight: 500;
}

.ksa-cta-usp-icon { color: #00C87A; font-size: 0.95rem; }

.ksa-cta-usp-div {
  width: 1px; height: 16px;
  background: rgba(255,255,255,0.2);
}

/* Buttons */
.ksa-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ksa-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 17px 34px;
  background: linear-gradient(135deg,
    #A8893A, #C9A84C, #E8C96A
  );
  background-size: 200% 200%;
  color: #003D1F !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.97rem;
  font-weight: 800;
  text-decoration: none !important;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 24px rgba(201,168,76,0.45);
}

.ksa-cta-btn-primary:hover {
  transform: translateY(-4px);
  box-shadow:
    0 12px 36px rgba(201,168,76,0.6),
    0 0 0 4px rgba(201,168,76,0.2);
}

.ksa-cta-btn-primary:focus {
  outline: 3px solid #E8C96A;
  outline-offset: 3px;
}

.ksa-cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  background: transparent;
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.35);
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.ksa-cta-btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: #C9A84C;
  color: #E8C96A !important;
  transform: translateY(-3px);
}

.ksa-cta-btn-secondary:focus {
  outline: 3px solid rgba(255,255,255,0.5);
  outline-offset: 3px;
}

/* Company credit */
.ksa-cta-company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.1);
  width: 100%;
}

.ksa-cta-company-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  color: #E8C96A;
  margin: 0;
}

.ksa-cta-company-tagline {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.52);
  margin: 0;
  letter-spacing: 0.04em;
}

.ksa-cta-company-url {
  font-size: 0.78rem;
  color: rgba(0,200,122,0.75);
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
}

.ksa-cta-company-url:hover {
  color: #00C87A;
  text-decoration: underline;
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 768px) {
  .ksa-specialized-section,
  .ksa-compare-section,
  .ksa-nextsteps-section,
  .ksa-final-cta-section {
    padding: 60px 16px 70px;
  }

  .ksa-decision-grid,
  .ksa-expert-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ksa-steps-wrap::before { left: 26px; }

  .ksa-cta-btns {
    flex-direction: column;
    width: 100%;
  }

  .ksa-cta-btn-primary,
  .ksa-cta-btn-secondary {
    width: 100%;
    max-width: 340px;
    justify-content: center;
  }

  .ksa-cta-usps { flex-direction: column; gap: 10px; }
  .ksa-cta-usp-div { display: none; }

  .ksa-compare-cta-note { flex-direction: column; }
  .ksa-compare-cta-btn  { width: 100%; justify-content: center; }

  .ksa-scenario-card { flex-direction: column; gap: 12px; }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 480px) {
  .ksa-specialized-section,
  .ksa-compare-section,
  .ksa-nextsteps-section,
  .ksa-final-cta-section {
    padding: 48px 12px 56px;
  }

  .ksa-s-h2 { font-size: clamp(1.4rem, 6.5vw, 1.9rem); }

  .ksa-reg-step { gap: 14px; }

  .ksa-reg-step-num {
    width: 46px; height: 46px;
    font-size: 1rem;
  }

  .ksa-steps-wrap::before { left: 22px; }

  .ksa-reg-step-card { padding: 18px 16px; }

  .ksa-sole-body,
  .ksa-tso-body { padding: 18px 16px; }

  .ksa-entities-table tbody td,
  .ksa-entities-table thead th {
    padding: 10px 12px;
    font-size: 0.76rem;
  }
}/* End custom CSS */