/*
Theme Name: FastFutureX Global Final V2
Theme URI: https://fastfuturex.com
Author: FastFutureX Global LLC
Author URI: https://fastfuturex.com
Description: Final professional WordPress website theme for FastFutureX Global LLC with services, contact form, legal pages, business address, and payment-provider friendly structure.
Version: 2.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fastfuturex-global-final
Tags: business, dark, responsive, custom-logo, one-column, two-columns
*/

:root {
  --ffx-bg: #020617;
  --ffx-bg-soft: #0f172a;
  --ffx-panel: rgba(15, 23, 42, 0.82);
  --ffx-panel-2: rgba(30, 41, 59, 0.72);
  --ffx-border: rgba(148, 163, 184, 0.18);
  --ffx-text: #f8fafc;
  --ffx-muted: #94a3b8;
  --ffx-muted-2: #64748b;
  --ffx-primary: #0ea5e9;
  --ffx-primary-dark: #0284c7;
  --ffx-secondary: #8b5cf6;
  --ffx-accent: #22d3ee;
  --ffx-green: #34d399;
  --ffx-amber: #f59e0b;
  --ffx-radius: 24px;
  --ffx-shadow: 0 24px 70px rgba(2, 6, 23, .42);
  --ffx-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ffx-bg);
  color: var(--ffx-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
::selection { background: rgba(14,165,233,.35); color: white; }

.ffx-container { width: min(100% - 32px, var(--ffx-container)); margin: 0 auto; }
.ffx-section { padding: 98px 0; position: relative; }
.ffx-section.tight { padding: 70px 0; }
.ffx-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.ffx-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ffx-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ffx-kicker { display: inline-flex; align-items: center; gap: 9px; padding: 7px 13px; border: 1px solid var(--ffx-border); border-radius: 999px; color: #7dd3fc; background: rgba(14,165,233,.08); font-weight: 750; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.ffx-kicker::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--ffx-primary); box-shadow: 0 0 0 7px rgba(14,165,233,.12); }
.ffx-gradient-text { background: linear-gradient(90deg, #38bdf8, #818cf8 55%, #c084fc); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ffx-title { margin: 16px 0 14px; font-size: clamp(34px, 5vw, 68px); line-height: 1.02; letter-spacing: -0.055em; }
.ffx-title-sm { margin: 0 0 16px; font-size: clamp(30px, 3vw, 46px); line-height: 1.08; letter-spacing: -0.035em; }
.ffx-lead { color: #cbd5e1; font-size: clamp(17px, 2vw, 20px); max-width: 760px; }
.ffx-muted { color: var(--ffx-muted); }
.ffx-mini { font-size: 13px; color: var(--ffx-muted-2); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.ffx-center { text-align: center; }
.ffx-center .ffx-lead { margin-left: auto; margin-right: auto; }

.ffx-btns { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.ffx-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 18px; border-radius: 14px; border: 1px solid transparent; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; cursor: pointer; }
.ffx-btn:hover { transform: translateY(-2px); }
.ffx-btn-primary { background: linear-gradient(135deg, var(--ffx-primary), var(--ffx-secondary)); color: #fff; box-shadow: 0 16px 38px rgba(14,165,233,.2); }
.ffx-btn-primary:hover { filter: brightness(1.07); }
.ffx-btn-ghost { background: rgba(15,23,42,.6); color: #e2e8f0; border-color: var(--ffx-border); }
.ffx-btn-ghost:hover { border-color: rgba(14,165,233,.55); color: #fff; }

.ffx-card { background: var(--ffx-panel); border: 1px solid var(--ffx-border); border-radius: var(--ffx-radius); box-shadow: var(--ffx-shadow); }
.ffx-card-pad { padding: 28px; }
.ffx-glass { background: linear-gradient(180deg, rgba(30,41,59,.76), rgba(15,23,42,.76)); border: 1px solid var(--ffx-border); backdrop-filter: blur(16px); }
.ffx-icon { width: 46px; height: 46px; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; color: white; background: linear-gradient(135deg, rgba(14,165,233,.22), rgba(139,92,246,.22)); border: 1px solid rgba(255,255,255,.12); margin-bottom: 18px; }
.ffx-icon svg { width: 23px; height: 23px; }

.ffx-site-header { position: sticky; top: 0; z-index: 1000; background: rgba(2,6,23,.78); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(148,163,184,.16); }
.ffx-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.ffx-brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.02em; }
.ffx-mark { width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(135deg, var(--ffx-primary), var(--ffx-secondary)); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 950; box-shadow: 0 10px 32px rgba(14,165,233,.2); }
.ffx-brand span:last-child { font-size: 19px; }
.ffx-nav { display: flex; align-items: center; gap: 24px; }
.ffx-nav a { color: #cbd5e1; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ffx-nav a:hover, .ffx-nav .current-menu-item > a { color: #7dd3fc; }
.ffx-nav .menu { display: flex; gap: 24px; align-items: center; list-style: none; margin: 0; padding: 0; }
.ffx-menu-toggle { display: none; background: transparent; border: 1px solid var(--ffx-border); color: #fff; width: 44px; height: 44px; border-radius: 14px; }

.ffx-hero { min-height: calc(100vh - 78px); display: flex; align-items: center; padding: 92px 0 86px; overflow: hidden; }
.ffx-hero::before, .ffx-hero::after { content: ""; position: absolute; border-radius: 999px; filter: blur(120px); opacity: .22; pointer-events: none; }
.ffx-hero::before { width: 460px; height: 460px; background: var(--ffx-primary); right: -120px; top: -120px; }
.ffx-hero::after { width: 520px; height: 520px; background: var(--ffx-secondary); left: -160px; bottom: -210px; }
.ffx-hero-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 54px; align-items: center; position: relative; z-index: 2; }
.ffx-hero-copy .ffx-lead { margin-bottom: 30px; }
.ffx-hero-card { padding: 30px; position: relative; overflow: hidden; }
.ffx-hero-card::before { content: ""; position: absolute; inset: -1px; background: radial-gradient(circle at top left, rgba(14,165,233,.25), transparent 36%), radial-gradient(circle at bottom right, rgba(139,92,246,.25), transparent 36%); pointer-events: none; }
.ffx-hero-card > * { position: relative; z-index: 2; }
.ffx-metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.ffx-metric { padding: 18px; border-radius: 18px; background: rgba(2,6,23,.48); border: 1px solid rgba(148,163,184,.14); }
.ffx-metric strong { display: block; font-size: 24px; letter-spacing: -.03em; }
.ffx-metric span { color: var(--ffx-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.ffx-orbit { min-height: 330px; position: relative; border-radius: 26px; background: linear-gradient(145deg, rgba(14,165,233,.16), rgba(139,92,246,.14)); border: 1px solid rgba(255,255,255,.12); display: grid; place-items: center; overflow: hidden; }
.ffx-orbit::before { content: ""; position: absolute; width: 260px; height: 260px; border: 1px dashed rgba(226,232,240,.2); border-radius: 50%; animation: ffx-spin 22s linear infinite; }
.ffx-orbit::after { content: ""; position: absolute; width: 150px; height: 150px; border: 1px dashed rgba(125,211,252,.24); border-radius: 50%; animation: ffx-spin 16s linear infinite reverse; }
.ffx-orbit-core { width: 112px; height: 112px; border-radius: 34px; background: linear-gradient(135deg, var(--ffx-primary), var(--ffx-secondary)); display: grid; place-items: center; font-size: 40px; font-weight: 950; box-shadow: 0 30px 65px rgba(14,165,233,.25); z-index: 2; }
.ffx-orbit-chip { position: absolute; padding: 8px 11px; border-radius: 999px; background: rgba(2,6,23,.7); border: 1px solid rgba(148,163,184,.2); color: #e2e8f0; font-size: 12px; font-weight: 800; }
.ffx-orbit-chip.c1 { top: 34px; left: 28px; }
.ffx-orbit-chip.c2 { right: 30px; top: 78px; }
.ffx-orbit-chip.c3 { bottom: 54px; left: 42px; }
.ffx-orbit-chip.c4 { bottom: 34px; right: 35px; }
@keyframes ffx-spin { to { transform: rotate(360deg); } }

.ffx-service-card { padding: 28px; min-height: 100%; transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.ffx-service-card:hover { transform: translateY(-6px); border-color: rgba(14,165,233,.45); background: rgba(30,41,59,.86); }
.ffx-service-card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.025em; }
.ffx-service-card p { color: var(--ffx-muted); margin: 0 0 14px; }
.ffx-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.ffx-list li { color: #cbd5e1; display: flex; gap: 9px; align-items: flex-start; }
.ffx-list li::before { content: ""; flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; margin-top: 10px; background: linear-gradient(135deg, var(--ffx-primary), var(--ffx-secondary)); }
.ffx-feature-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ffx-feature { padding: 22px; border-radius: 22px; background: rgba(15,23,42,.65); border: 1px solid var(--ffx-border); }
.ffx-feature strong { display: block; font-size: 17px; margin-bottom: 4px; }
.ffx-feature span { color: var(--ffx-muted); font-size: 14px; }

.ffx-process { counter-reset: step; }
.ffx-process-item { position: relative; padding: 26px; }
.ffx-process-item::before { counter-increment: step; content: "0" counter(step); display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 14px; background: rgba(14,165,233,.12); color: #7dd3fc; border: 1px solid rgba(14,165,233,.22); font-weight: 900; margin-bottom: 16px; }
.ffx-process-item h3 { margin: 0 0 7px; }
.ffx-process-item p { color: var(--ffx-muted); margin: 0; }

.ffx-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.ffx-badge { padding: 8px 10px; border-radius: 999px; background: rgba(14,165,233,.1); border: 1px solid rgba(14,165,233,.22); color: #bae6fd; font-size: 12px; font-weight: 800; }

.ffx-contact-card { padding: 32px; }
.ffx-contact-details { display: grid; gap: 14px; margin-top: 24px; }
.ffx-contact-item { padding: 18px; border-radius: 18px; background: rgba(2,6,23,.4); border: 1px solid var(--ffx-border); }
.ffx-contact-item span { display: block; color: var(--ffx-muted-2); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 900; }
.ffx-contact-item strong { display: block; margin-top: 4px; color: #e2e8f0; overflow-wrap: anywhere; }
.ffx-form { display: grid; gap: 14px; }
.ffx-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ffx-input, .ffx-textarea, .ffx-select { width: 100%; background: rgba(2,6,23,.7); border: 1px solid rgba(148,163,184,.25); border-radius: 15px; padding: 13px 14px; color: white; outline: none; }
.ffx-input:focus, .ffx-textarea:focus, .ffx-select:focus { border-color: rgba(14,165,233,.72); box-shadow: 0 0 0 4px rgba(14,165,233,.12); }
.ffx-textarea { min-height: 140px; resize: vertical; }
.ffx-alert { padding: 14px 16px; border-radius: 14px; margin-bottom: 16px; border: 1px solid; }
.ffx-alert-success { background: rgba(16,185,129,.12); border-color: rgba(16,185,129,.3); color: #bbf7d0; }
.ffx-alert-error { background: rgba(239,68,68,.1); border-color: rgba(239,68,68,.28); color: #fecaca; }
.ffx-hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.ffx-page-hero { padding: 86px 0 58px; background: radial-gradient(circle at top right, rgba(14,165,233,.16), transparent 36%), radial-gradient(circle at bottom left, rgba(139,92,246,.14), transparent 35%); border-bottom: 1px solid rgba(148,163,184,.12); }
.ffx-page-content { padding: 70px 0 96px; }
.ffx-prose { max-width: 900px; }
.ffx-prose h2 { font-size: 28px; letter-spacing: -.025em; margin: 34px 0 12px; }
.ffx-prose h3 { font-size: 20px; margin: 26px 0 9px; }
.ffx-prose p, .ffx-prose li { color: #cbd5e1; }
.ffx-prose a { color: #7dd3fc; text-decoration: underline; text-underline-offset: 3px; }
.ffx-prose ul, .ffx-prose ol { padding-left: 22px; }
.ffx-legal-box { padding: 34px; }
.ffx-legal-meta { color: var(--ffx-muted-2); font-size: 14px; margin-top: 8px; }
.ffx-cta { padding: 46px; border-radius: 32px; background: radial-gradient(circle at top left, rgba(14,165,233,.25), transparent 28%), linear-gradient(135deg, rgba(14,165,233,.12), rgba(139,92,246,.13)); border: 1px solid rgba(148,163,184,.18); }

.ffx-site-footer { background: #020617; border-top: 1px solid rgba(148,163,184,.14); padding: 62px 0 26px; }
.ffx-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 34px; }
.ffx-footer-grid h4 { margin: 0 0 14px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.ffx-footer-grid p, .ffx-footer-grid a, .ffx-footer-grid li { color: var(--ffx-muted); font-size: 14px; }
.ffx-footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.ffx-footer-grid a:hover { color: #fff; }
.ffx-footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(148,163,184,.1); color: var(--ffx-muted-2); font-size: 13px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }

.ffx-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.ffx-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .ffx-grid-2, .ffx-hero-layout { grid-template-columns: 1fr; }
  .ffx-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .ffx-grid-4, .ffx-feature-row { grid-template-columns: repeat(2, 1fr); }
  .ffx-footer-grid { grid-template-columns: 1fr 1fr; }
  .ffx-hero { min-height: auto; }
}
@media (max-width: 720px) {
  .ffx-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .ffx-nav { position: fixed; top: 78px; left: 0; right: 0; background: rgba(2,6,23,.98); border-bottom: 1px solid var(--ffx-border); padding: 18px 16px 26px; flex-direction: column; align-items: stretch; transform: translateY(-130%); transition: transform .24s ease; }
  body.ffx-menu-open .ffx-nav { transform: translateY(0); }
  .ffx-nav .menu { flex-direction: column; align-items: stretch; gap: 0; }
  .ffx-nav a { display: block; padding: 13px; border-radius: 12px; }
  .ffx-nav a:hover { background: rgba(14,165,233,.08); }
  .ffx-grid-3, .ffx-grid-4, .ffx-feature-row, .ffx-footer-grid, .ffx-field-row, .ffx-metric-grid { grid-template-columns: 1fr; }
  .ffx-section { padding: 74px 0; }
  .ffx-hero { padding-top: 62px; }
  .ffx-title { font-size: clamp(40px, 13vw, 58px); }
  .ffx-card-pad, .ffx-contact-card, .ffx-legal-box, .ffx-cta { padding: 24px; }
  .ffx-orbit { min-height: 300px; }
  .ffx-footer-bottom { display: block; }
}
