:root {
  --fc-brand:       #33003B;
  --fc-brand-mid:   #4A0955;
  --fc-brand-light: #5A1066;
  --fc-brand-dark:  #26002C;
  --fc-accent:      #FBD713;
  --fc-accent-deep: #8A1F9C;
  --fc-accent-soft: rgba(251,215,19,0.13);
  --fc-bg:          #F6F8FB;
  --fc-white:       #fff;
  --fc-text:        #0F1F38;
  --fc-muted:       #5A6B84;
  --fc-border:      #E5EAF2;
  --fc-radius:      16px;
}

@keyframes fc-pulse {
  0%,100% { opacity: 1; }
  50%      { opacity: 0.25; }
}
@keyframes fc-float {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
@keyframes fc-float2 {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(8px); }
}

html { scroll-behavior: smooth; }

.fc-page {
  min-height: 100vh;
  background: var(--fc-bg);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--fc-text);
  -webkit-font-smoothing: antialiased;
}

html, body { margin: 0; padding: 0; }
body { background: #33003B; }

:root[lang="ar"] .fc-page,
:root[lang="ar"] .fc-page * {
  font-family: 'Cairo', sans-serif !important;
  letter-spacing: 0 !important;
}

.menu-wrap.mobile { display: none !important; }

.menu-wrap.loginNav {
  background: #300037 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 200 !important;
}
.menu-wrap.loginNav .nav-menu {
  padding: 0 24px;
}
.menu-wrap.loginNav .nav-menu .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.menu-wrap.loginNav .nav-menu .row {
  display: flex !important;
  align-items: center;
  height: 68px;
  margin: 0;
}
.menu-wrap.loginNav .nav-menu .col-2,
.menu-wrap.loginNav .nav-menu .col-md-2 {
  flex: 0 0 auto;
  width: auto;
  padding: 0;
}
.menu-wrap.loginNav .nav-menu .col-10,
.menu-wrap.loginNav .nav-menu .col-md-10 {
  flex: 1;
  padding: 0;
}
.menu-wrap.loginNav .navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu-wrap.loginNav .main-menu {
  display: flex !important;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 24px;
}
.menu-wrap.loginNav .menu-toggle {
  display: none !important;
}
.menu-wrap.loginNav .logMenuImg {
  transform: none !important;
  height: 38px !important;
  width: auto !important;
  margin: 0 !important;
}
.menu-wrap.loginNav .navHome .menu-item a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  transition: color 0.15s !important;
  padding: 4px 0 !important;
}
.menu-wrap.loginNav .navHome .menu-item a:hover {
  color: #FBD713 !important;
  text-decoration: none !important;
}
.menu-wrap.loginNav .navHome .menu-item a.fc-nav-current {
  color: #FBD713 !important;
  font-weight: 700 !important;
}
.menu-wrap.loginNav .btn-default-yellow-fill {
  background: #FBD713 !important;
  color: #33003B !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 9px 20px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  cursor: pointer !important;
  transition: filter 0.15s !important;
  white-space: nowrap !important;
}
.menu-wrap.loginNav .btn-default-yellow-fill:hover {
  filter: brightness(1.08) !important;
}
.menu-wrap.loginNav .navHome .menu-item a:has(.btn-default-yellow-fill) {
  color: inherit !important;
}
.menu-wrap.loginNav .navHome .menu-item a:has(.btn-default-yellow-fill):hover {
  color: inherit !important;
}

@media (max-width: 767px) {
  .menu-wrap.loginNav { display: none !important; }
  .menu-wrap.mobile {
    display: block !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1100 !important;
  }
  .menu-wrap.mobile .container { max-width: 100%; padding: 0 16px; position: relative; z-index: 1051; }
  .menu-wrap.mobile .row { display: flex !important; align-items: center; height: 60px; margin: 0; }
  .menu-wrap.mobile .col-6 { flex: 1; padding: 0; }
  .menu-wrap.mobile .col-6:last-child { display: flex; justify-content: flex-end; }
  .menu-wrap.mobile .logMenuImg { height: 30px !important; width: auto !important; transform: none !important; margin: 0 !important; display: block; }
  .menu-wrap.mobile .menu-toggle {
    background: none;
    border: none;
    padding: 8px 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .menu-wrap.mobile .menu-toggle .icon {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.25s;
  }
  .menu-wrap.mobile.active .menu-toggle .icon:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-wrap.mobile.active .menu-toggle .icon:nth-child(2) { opacity: 0; }
  .menu-wrap.mobile.active .menu-toggle .icon:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .menu-wrap.mobile .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2d0035;
    z-index: 1050;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 80px 24px 40px;
    box-sizing: border-box;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .menu-wrap.mobile.active .main-menu { transform: translateX(0); }
  .menu-wrap.mobile .mobile-menu-close { position: absolute; top: 16px; right: 20px; background: none; border: none; color: rgba(255,255,255,0.65); font-size: 22px; cursor: pointer; padding: 8px 10px; line-height: 1; border-radius: 8px; transition: color 0.15s, background 0.15s; }
  .menu-wrap.mobile .mobile-menu-close:hover { color: #fff; background: rgba(255,255,255,0.08); }
  .menu-wrap.mobile .main-menu .menu-item { text-align: center; width: 100%; }
  .menu-wrap.mobile .main-menu .menu-item a {
    color: rgba(255,255,255,0.85) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    font-family: "Inter", sans-serif !important;
    text-decoration: none !important;
    display: block;
    padding: 10px 0;
    transition: color 0.15s;
  }
  .menu-wrap.mobile .main-menu .menu-item a:hover { color: #FBD713 !important; }
  .menu-wrap.mobile .main-menu .btn-default-yellow-fill {
    background: #FBD713 !important;
    color: #33003B !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px 28px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    white-space: nowrap !important;
  }
  .menu-wrap.mobile .main-menu .menu-item a:has(.btn-default-yellow-fill) { padding: 4px 0 !important; }
}

.fc-footer-logo-img { height: 34px; width: auto; display: block; }

.fc-hero {
  background: linear-gradient(180deg, #33003B 0%, #4A0955 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.fc-hero-glow {
  position: absolute;
  top: -180px;
  right: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(251,215,19,0.18);
  filter: blur(90px);
  pointer-events: none;
}
.fc-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 88px 24px 96px;
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  align-items: center;
  position: relative;
}
.fc-hero-text {
  flex: 1 1 440px;
  min-width: 300px;
}
.fc-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  color: #B9C7DB;
  margin-bottom: 26px;
}
.fc-hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fc-accent);
  flex-shrink: 0;
}
.fc-hero-h1 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 22px;
}
.fc-hero-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #A9B8CE;
  margin: 0 0 34px;
  max-width: 520px;
}
.fc-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.fc-btn-hero-primary {
  background: var(--fc-accent);
  color: var(--fc-brand);
  font-weight: 700;
  font-size: 15.5px;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  transition: filter 0.15s;
  display: inline-block;
}
.fc-btn-hero-primary:hover {
  filter: brightness(1.1);
  color: var(--fc-brand);
  text-decoration: none;
}
.fc-btn-hero-outline {
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-weight: 600;
  font-size: 15.5px;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.15s;
  display: inline-block;
}
.fc-btn-hero-outline:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
  text-decoration: none;
}
.fc-hero-trust {
  display: flex;
  gap: 10px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.fc-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(251, 215, 19, 0.09);
  border: 1px solid rgba(251, 215, 19, 0.30);
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #fbd713;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: background 0.18s, border-color 0.18s;
}
.fc-hero-trust span:hover {
  background: rgba(251, 215, 19, 0.15);
  border-color: rgba(251, 215, 19, 0.50);
}
.fc-hero-trust span::before {
  content: '✓';
  font-size: 10px;
  font-weight: 800;
  opacity: 0.85;
  flex-shrink: 0;
}

.fc-hero-visual {
  flex: 1 1 380px;
  min-width: 280px;
  display: grid;
  place-items: center;
  position: relative;
}
.fc-rack {
  width: min(400px, 100%);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 22px;
  backdrop-filter: blur(6px);
}
.fc-rack-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.fc-rack-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8FA3BE;
}
.fc-rack-dots { display: flex; gap: 6px; }
.fc-rack-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fc-accent);
}
.fc-rack-dots span:nth-child(1) { animation: fc-pulse 2s 0s infinite; }
.fc-rack-dots span:nth-child(2) { animation: fc-pulse 2s 0.5s infinite; }
.fc-rack-dots span:nth-child(3) { animation: fc-pulse 2s 1s infinite; }
.fc-rack-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 10px;
}
.fc-rack-row:last-child { margin-bottom: 0; }
.fc-rack-row-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--fc-accent);
  flex-shrink: 0;
}
.fc-rack-row-dot--d0 { animation: fc-pulse 2.4s 0s infinite; }
.fc-rack-row-dot--d1 { animation: fc-pulse 2.4s 0.6s infinite; }
.fc-rack-row-dot--d2 { animation: fc-pulse 2.4s 1.2s infinite; }
.fc-rack-row-dot--d3 { animation: fc-pulse 2.4s 1.8s infinite; }
.fc-rack-row-info { flex: 1; min-width: 0; }
.fc-rack-row-name {
  font-size: 12.5px;
  font-weight: 600;
  color: #DDE6F2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc-rack-bar-track {
  height: 4px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  margin-top: 7px;
  overflow: hidden;
}
.fc-rack-bar-fill {
  height: 100%;
  background: var(--fc-accent);
  border-radius: 2px;
  opacity: 0.85;
}
.fc-rack-metric {
  font-size: 11.5px;
  color: #7E90AB;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  flex-shrink: 0;
}
.fc-rack-badge {
  position: absolute;
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(4,16,36,0.35);
  pointer-events: none;
}
.fc-rack-badge--tl {
  top: -14px;
  left: -6px;
  background: #fff;
  color: var(--fc-brand);
  animation: fc-float 5s ease-in-out infinite;
}
.fc-rack-badge--br {
  bottom: -12px;
  right: -4px;
  background: var(--fc-accent);
  color: var(--fc-brand);
  font-weight: 700;
  animation: fc-float2 6s ease-in-out infinite;
}

.fc-section-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fc-accent);
  margin-bottom: 12px;
}
.fc-section-h2 {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: var(--fc-brand);
}
.fc-section-lead {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--fc-muted);
  margin: 0;
}

.fc-services {
  max-width: 1200px;
  margin: 0 auto;
  padding: 88px 24px 40px;
}
.fc-services-head { max-width: 560px; margin-bottom: 44px; }
.fc-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
}
.fc-card {
  background: var(--fc-white);
  border: 1px solid var(--fc-border);
  border-radius: var(--fc-radius);
  padding: 26px 22px;
  box-shadow: 0 1px 3px rgba(15,31,56,0.04);
  transition: box-shadow 0.2s, transform 0.2s;
}
.fc-card:hover {
  box-shadow: 0 12px 32px rgba(15,31,56,0.10);
  transform: translateY(-3px);
}
.fc-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--fc-brand);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  font-size: 17px;
  color: var(--fc-accent);
}
.fc-card-name {
  font-weight: 700;
  font-size: 16.5px;
  margin-bottom: 8px;
  color: var(--fc-text);
}
.fc-card-desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--fc-muted);
  margin-bottom: 18px;
  min-height: 42px;
}
.fc-card-price { font-size: 13px; color: #8494AB; }
.fc-card-price strong { font-weight: 700; color: var(--fc-text); }


.fc-how {
  background: var(--fc-white);
  border-top: 1px solid var(--fc-border);
  border-bottom: 1px solid var(--fc-border);
  padding: 72px 24px;
}
.fc-how-inner { max-width: 1200px; margin: 0 auto; }
.fc-how-head { text-align: center; margin-bottom: 44px; }
.fc-how-h2 {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--fc-text);
}
.fc-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 22px;
}
.fc-step {
  background: #FBF9FC;
  border: 1px solid #EEE6F1;
  border-radius: var(--fc-radius);
  padding: 28px 24px;
}
.fc-step-n {
  font-size: 13px;
  font-weight: 800;
  color: var(--fc-accent);
  background: var(--fc-brand);
  display: inline-block;
  padding: 5px 11px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-variant-numeric: tabular-nums;
}
.fc-step-title {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 8px;
  color: var(--fc-text);
}
.fc-step-text { font-size: 14.5px; line-height: 1.6; color: var(--fc-muted); }

.fc-billing {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px 64px;
}
.fc-billing-card {
  background: linear-gradient(120deg, #33003B, #6B1278);
  border-radius: 20px;
  padding: 44px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.fc-billing-text { flex: 1 1 300px; }
.fc-billing-h3 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}
.fc-billing-sub { font-size: 15px; color: #A9B8CE; margin: 0; line-height: 1.6; }
.fc-billing-stats { display: flex; gap: 40px; flex-wrap: wrap; }
.fc-billing-stat-value {
  font-size: 26px;
  font-weight: 800;
  color: var(--fc-accent);
}
.fc-billing-stat-label { font-size: 13.5px; color: #A9B8CE; margin-top: 4px; }

.fc-plans {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 72px;
}
.fc-plans-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}
.fc-plans-h3 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--fc-text);
}
.fc-plans-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--fc-accent);
  text-decoration: none;
}
.fc-plans-link:hover { color: var(--fc-accent); filter: brightness(1.15); text-decoration: none; }
.fc-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}
.fc-plan-card {
  background: var(--fc-white);
  border: 1px solid var(--fc-border);
  border-radius: var(--fc-radius);
  padding: 26px 22px;
  position: relative;
  box-shadow: 0 1px 3px rgba(15,31,56,0.04);
}
.fc-plan-card--hot {
  background: var(--fc-brand);
  color: #fff;
  border-color: var(--fc-brand);
  box-shadow: 0 16px 40px rgba(51,0,59,0.25);
}
.fc-plan-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--fc-accent);
  color: var(--fc-brand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 999px;
}
.fc-plan-name { font-weight: 700; font-size: 16px; margin-bottom: 6px; }
.fc-plan-specs { font-size: 13.5px; line-height: 1.5; color: var(--fc-muted); margin-bottom: 18px; }
.fc-plan-card--hot .fc-plan-specs { color: #CBA9D6; }
.fc-plan-price { font-size: 30px; font-weight: 800; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.fc-plan-per { font-size: 13px; color: #8494AB; }
.fc-plan-card--hot .fc-plan-per { color: #CBA9D6; }
.fc-plan-btn {
  display: inline-block;
  background: #F1E8F3;
  color: var(--fc-brand);
  font-weight: 700;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 10px;
  margin-top: 18px;
  text-decoration: none;
  transition: filter 0.15s;
}
.fc-plan-btn:hover { filter: brightness(0.95); color: var(--fc-brand); text-decoration: none; }
.fc-plan-card--hot .fc-plan-btn { background: var(--fc-accent); }
.fc-plans-note { font-size: 13px; color: #8494AB; margin-top: 16px; }

.fc-dev {
  background: var(--fc-brand);
  color: #fff;
  padding: 80px 24px;
}
.fc-dev-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  align-items: center;
}
.fc-dev-text { flex: 1 1 400px; min-width: 280px; }
.fc-dev-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fc-accent);
  margin-bottom: 12px;
}
.fc-dev-h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}
.fc-dev-sub {
  font-size: 16px;
  line-height: 1.65;
  color: #CBA9D6;
  margin: 0 0 26px;
  max-width: 480px;
}
.fc-dev-features { display: grid; gap: 12px; font-size: 15px; }
.fc-dev-feature { display: flex; gap: 12px; align-items: flex-start; }
.fc-dev-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(251,215,19,0.15);
  color: var(--fc-accent);
  display: grid;
  place-items: center;
  font-size: 11px;
  flex-shrink: 0;
  margin-top: 1px;
}
.fc-dev-visual { flex: 1 1 420px; min-width: 280px; }
.fc-terminal {
  background: #26002C;
  border: 1px solid #5A1066;
  border-radius: var(--fc-radius);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}
.fc-terminal-bar {
  display: flex;
  gap: 7px;
  padding: 14px 16px;
  border-bottom: 1px solid #44104E;
}
.fc-terminal-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #5A1066;
}
.fc-terminal-body {
  padding: 20px 22px;
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 13.5px;
  line-height: 1.9;
}
.fc-terminal-line { display: block; white-space: pre-wrap; }
.fc-terminal-line--cmd  { color: #E9DFF0; }
.fc-terminal-line--out  { color: #FBD713; }
.fc-terminal-line--info { color: #B98CC7; }

.fc-faq {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 24px 24px;
}
.fc-faq-h2 {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 36px;
  text-align: center;
  color: var(--fc-text);
}
.fc-faq-list { display: grid; gap: 12px; }
details.fc-faq-item {
  background: var(--fc-white);
  border: 1px solid var(--fc-border);
  border-radius: 14px;
  padding: 20px 24px;
}
details.fc-faq-item summary {
  font-weight: 700;
  font-size: 15.5px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--fc-text);
  user-select: none;
}
details.fc-faq-item summary::-webkit-details-marker { display: none; }
details.fc-faq-item summary::after {
  content: '+';
  font-size: 20px;
  font-weight: 300;
  color: var(--fc-muted);
  flex-shrink: 0;
  transition: transform 0.2s;
  line-height: 1;
}
details.fc-faq-item[open] summary::after { transform: rotate(45deg); }
.fc-faq-answer {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--fc-muted);
  margin-top: 12px;
}

.fc-trust {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px 80px;
  text-align: center;
}
.fc-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--fc-white);
  border: 1px solid var(--fc-border);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--fc-text);
  margin-bottom: 36px;
}
.fc-trust-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fc-accent);
  flex-shrink: 0;
}
.fc-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
}
.fc-stat-value {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--fc-brand);
}
.fc-stat-label { font-size: 13.5px; color: var(--fc-muted); margin-top: 4px; }

.fc-cta {
  background: var(--fc-brand);
  color: #fff;
  text-align: center;
  padding: 80px 24px;
}
.fc-cta-h2 {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}
.fc-cta-sub { font-size: 16.5px; color: #A9B8CE; margin: 0 0 32px; }
.fc-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.fc-btn-cta-primary {
  background: var(--fc-accent);
  color: var(--fc-brand);
  font-weight: 700;
  font-size: 15.5px;
  padding: 14px 30px;
  border-radius: 12px;
  text-decoration: none;
  transition: filter 0.15s;
  display: inline-block;
}
.fc-btn-cta-primary:hover {
  filter: brightness(1.1);
  color: var(--fc-brand);
  text-decoration: none;
}
.fc-btn-cta-outline {
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-weight: 600;
  font-size: 15.5px;
  padding: 14px 30px;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.15s;
  display: inline-block;
}
.fc-btn-cta-outline:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
  text-decoration: none;
}

.fc-footer {
  background: var(--fc-brand-dark);
  color: #8FA3BE;
  padding: 56px 24px 32px;
}
.fc-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: space-between;
}
.fc-footer-brand { max-width: 280px; }
.fc-footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-bottom: 14px;
  text-decoration: none;
}
.fc-footer-logo:hover { color: #fff; text-decoration: none; }
.fc-footer-logo-mark {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #5A1066, #4F0E5C);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.fc-footer-logo-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: var(--fc-accent);
}
.fc-footer-logo-name { font-weight: 800; font-size: 17px; }
.fc-footer-desc { font-size: 13.5px; line-height: 1.6; margin: 0; }
.fc-footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.fc-footer-col-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #C7D3E4;
  margin-bottom: 14px;
}
.fc-footer-links { display: grid; gap: 10px; font-size: 14px; }
.fc-footer-links a { color: #8FA3BE; text-decoration: none; transition: color 0.15s; }
.fc-footer-links a:hover { color: #fff; }
.fc-footer-links span { color: #8FA3BE; }
.fc-footer-social { display: flex; gap: 10px; }
.fc-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #44104E;
  display: grid;
  place-items: center;
  color: #8FA3BE;
  text-decoration: none;
  font-size: 13px;
  transition: background 0.15s, color 0.15s;
}
.fc-social-btn:hover { background: #5A1066; color: #fff; text-decoration: none; }
.fc-footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid #44104E;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  font-size: 12.5px;
}
.fc-footer-bottom-links { display: flex; gap: 20px; }
.fc-footer-bottom-links a { color: #8FA3BE; text-decoration: none; transition: color 0.15s; }
.fc-footer-bottom-links a:hover { color: #fff; }

@media (max-width: 820px) {
  html, body { overflow-x: hidden; }
  .fc-page { max-width: 100vw; }

  .fc-rack-badge { display: none; }
  .fc-hero-glow { display: none; }

  .fc-hero-inner { padding: 60px 20px 64px; gap: 40px; }
  .fc-hero-text { min-width: 0; width: 100%; }
  .fc-hero-visual { display: none; }

  .fc-services { padding: 60px 20px 32px; }
  .fc-services-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }

  .fc-how { padding: 52px 20px; }

  .fc-billing { padding: 40px 20px; }
  .fc-billing-card {
    padding: 24px 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  .fc-billing-text { flex: 0 0 auto; width: 100%; min-height: 0; }
  .fc-billing-h3 { font-size: 19px; }
  .fc-billing-sub { font-size: 14px; }
  .fc-billing-stats { flex: 0 0 auto; width: 100%; min-height: 0; gap: 24px; }

  .fc-plans { padding: 0 20px 52px; }
  .fc-plans-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }

  .fc-dev { padding: 56px 20px; }
  .fc-dev-inner { gap: 36px; }

  .fc-faq { padding: 52px 20px 20px; }

  .fc-trust { padding: 20px 20px 56px; }

  .fc-cta { padding: 56px 20px; }
  .fc-cta-btns { flex-direction: column; align-items: center; }

  .fc-footer { padding: 44px 20px 28px; }
  .fc-footer-inner { gap: 32px; }
  .fc-footer-cols { gap: 32px; }
}

@media (max-width: 600px) {
  .fc-hero-inner { padding: 48px 16px 52px; gap: 28px; }
  .fc-hero-h1 { font-size: clamp(28px, 8vw, 40px); }
  .fc-hero-sub { font-size: 16px; }
  .fc-hero-badge { white-space: normal; text-align: center; max-width: 100%; }
  .fc-hero-btns { flex-direction: column; align-items: stretch; }
  .fc-hero-btns a { width: 100%; text-align: center; box-sizing: border-box; display: block; }
  .fc-hero-trust { gap: 8px; margin-top: 28px; }
  .fc-hero-trust span { font-size: 12px; padding: 6px 12px; gap: 6px; }

  .fc-services { padding: 44px 16px 24px; }
  .fc-services-grid { grid-template-columns: 1fr 1fr; }

  .fc-how { padding: 40px 16px; }
  .fc-steps { grid-template-columns: 1fr; }

  .fc-billing { padding: 24px 16px; }
  .fc-billing-card { padding: 20px 18px; gap: 0; }
  .fc-billing-h3 { font-size: 17px; }
  .fc-billing-sub { font-size: 13px; line-height: 1.5; }
  .fc-billing-stats {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 16px;
    align-items: flex-start;
  }
  .fc-billing-stats > div {
    flex: 1;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.10);
    padding: 0 8px;
  }
  .fc-billing-stats > div:last-child { border-right: none; }
  .fc-billing-stat-value { font-size: 22px; }
  .fc-billing-stat-label { font-size: 12px; margin-top: 3px; }

  .fc-plans { padding: 0 16px 40px; }
  .fc-plans-header { flex-direction: column; align-items: flex-start; }
  .fc-plans-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .fc-plan-card { padding: 20px 16px; }
  .fc-plan-price { font-size: 24px; }

  .fc-dev { padding: 40px 16px; }
  .fc-dev-sub { font-size: 15px; }

  .fc-faq { padding: 40px 16px 16px; }

  .fc-trust { padding: 16px 16px 44px; }
  .fc-trust-badge { font-size: 12.5px; padding: 7px 14px; }
  .fc-dev-visual { display: none; }

  .fc-cta { padding: 44px 16px; overflow: hidden; }
  .fc-cta-h2 { font-size: clamp(22px, 6vw, 30px); }
  .fc-cta-sub { font-size: 14.5px; }
  .fc-cta-btns { width: 100%; }
  .fc-btn-cta-primary,
  .fc-btn-cta-outline { width: 100%; text-align: center; box-sizing: border-box; }

  .fc-footer { padding: 36px 16px 24px; }
  .fc-footer-inner { flex-direction: column; gap: 24px; }
  .fc-footer-brand { max-width: 100%; }
  .fc-footer-cols { flex-direction: column; gap: 24px; }
  .fc-footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .fc-footer-bottom-links { justify-content: center; flex-wrap: wrap; gap: 14px; }
}

@media (max-width: 420px) {
  .fc-hero-inner { padding: 40px 14px 44px; }
  .fc-hero-h1 { font-size: 28px; }
  .fc-hero-trust { gap: 6px; }
  .fc-hero-trust span { font-size: 11px; padding: 5px 10px; gap: 5px; }
  .fc-services-grid { grid-template-columns: 1fr; }
  .fc-plans-grid { grid-template-columns: 1fr; }
  .fc-billing-card { padding: 16px 12px; gap: 0; }
  .fc-billing-stats { padding-top: 12px; }
  .fc-billing-stats > div { padding: 0 4px; }
  .fc-billing-stat-value { font-size: 19px; }
  .fc-billing-stat-label { font-size: 10.5px; }
  .fc-btn-hero-primary, .fc-btn-hero-outline { font-size: 14px; padding: 12px 20px; }
}

@keyframes fc-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.fc-terminal-cursor {
  display: inline-block;
  animation: fc-blink 1s step-start infinite;
}

.fc-skyline {
  background: var(--fc-brand);
  padding: 100px 24px;
}
.fc-skyline-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.fc-skyline-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.45);
}
.fc-skyline-img {
  display: block;
  width: 100%;
  height: auto;
}

.fc-skyline-text { color: #fff; }
.fc-skyline .fc-section-h2 { color: #fff; }
.fc-skyline .fc-section-label { color: var(--fc-accent); }
.fc-section-lead {
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  margin: 0 0 28px;
  line-height: 1.65;
}
.fc-skyline-features {
  display: grid;
  gap: 18px;
  margin-bottom: 32px;
}
.fc-skyline-feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.fc-skyline-feature-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(251,215,19,0.12);
  display: grid;
  place-items: center;
  color: var(--fc-accent);
  font-size: 14px;
  flex-shrink: 0;
}
.fc-skyline-feature strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.fc-skyline-feature div { font-size: 13.5px; color: rgba(255,255,255,0.55); line-height: 1.5; }
.fc-skyline-cta {
  display: inline-block;
  background: var(--fc-accent);
  color: var(--fc-brand);
  font-weight: 700;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: 12px;
  text-decoration: none;
  transition: filter 0.15s;
}
.fc-skyline-cta:hover {
  filter: brightness(1.08);
  color: var(--fc-brand);
  text-decoration: none;
}

@media (max-width: 900px) {
  .fc-skyline-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .fc-skyline-img-wrap { order: -1; }
}
@media (max-width: 600px) {
  .fc-skyline { padding: 60px 20px; }
}

.fc-lang-switcher {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #2d0035;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  box-shadow: -2px 0 12px rgba(0,0,0,0.3);
}
.fc-lang-btn {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  font-weight: 700;
  padding: 10px 14px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.06em;
  transition: background 0.15s, color 0.15s;
  width: 100%;
  text-align: center;
}
.fc-lang-btn:last-child { border-bottom: none; }
.fc-lang-btn:hover { background: rgba(255,255,255,0.08); color: #fff; }
.fc-lang-btn--active { background: rgba(251,215,19,0.12); color: var(--fc-accent); }

[dir="rtl"] .fc-lang-switcher {
  right: auto;
  left: 0;
  border-radius: 0 10px 10px 0;
  box-shadow: 2px 0 12px rgba(0,0,0,0.3);
}

[dir="rtl"] .fc-hero-inner,
[dir="rtl"] .fc-dev-inner,
[dir="rtl"] .fc-skyline-inner { direction: rtl; }

[dir="rtl"] .fc-hero-text,
[dir="rtl"] .fc-dev-text,
[dir="rtl"] .fc-skyline-text { text-align: right; }

[dir="rtl"] .fc-hero-btns,
[dir="rtl"] .fc-hero-trust { justify-content: flex-start; }

[dir="rtl"] .fc-hero-badge { flex-direction: row-reverse; justify-content: flex-end; }

[dir="rtl"] .fc-services-head { text-align: right; }

[dir="rtl"] .fc-card { text-align: right; }

[dir="rtl"] .fc-how-head { text-align: right; }

[dir="rtl"] .fc-step { text-align: right; }

[dir="rtl"] .fc-billing-text { text-align: right; }

[dir="rtl"] .fc-plans-header { flex-direction: row-reverse; }

[dir="rtl"] .fc-dev-features { text-align: right; }

[dir="rtl"] .fc-dev-feature { flex-direction: row-reverse; justify-content: flex-end; }

[dir="rtl"] .fc-skyline-feature { flex-direction: row-reverse; text-align: right; }

[dir="rtl"] .fc-skyline-features { text-align: right; }

[dir="rtl"] .fc-faq-h2 { text-align: right; }

[dir="rtl"] .fc-faq-item summary { text-align: right; }

[dir="rtl"] .fc-footer-inner { flex-direction: row-reverse; }

[dir="rtl"] .fc-footer-cols { flex-direction: row-reverse; }

[dir="rtl"] .fc-footer-brand { text-align: right; }

[dir="rtl"] .fc-footer-bottom { flex-direction: row-reverse; }

[dir="rtl"] .menu-wrap.loginNav .navigation { flex-direction: row-reverse; }

[dir="rtl"] .menu-wrap.loginNav .navHome { flex-direction: row-reverse; }

[dir="rtl"] .fc-terminal { direction: ltr; text-align: left; unicode-bidi: isolate; }
[dir="rtl"] .fc-terminal * { direction: ltr; text-align: left; }

[dir="rtl"] .fc-section-label,
[dir="rtl"] .fc-dev-label { text-align: right; display: block; }

@media (max-width: 1024px) {
  .fc-lang-switcher {
    top: auto;
    bottom: 12px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    border-radius: 20px;
    padding: 4px 6px;
    gap: 2px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.35);
  }
  .fc-lang-btn {
    border-bottom: none;
    border-right: 1px solid rgba(255,255,255,0.1);
    padding: 6px 12px;
    font-size: 10.5px;
  }
  .fc-lang-btn:last-child { border-right: none; }
  [dir="rtl"] .fc-lang-switcher {
    left: 50%;
    right: auto;
    border-radius: 20px;
  }
}
