:root {
    --gfm-navy-950: #020817;
    --gfm-navy-900: #061120;
    --gfm-navy-800: #0b1d35;
    --gfm-blue-700: #1d4ed8;
    --gfm-blue-500: #3b82f6;
    --gfm-cyan-400: #22d3ee;
    --gfm-gold-500: #f5c542;
    --gfm-gold-400: #ffd86b;
    --gfm-white: #f8fbff;
    --gfm-slate-300: #cbd5e1;
    --gfm-slate-500: #64748b;
    --gfm-glow: rgba(34, 211, 238, 0.24);
    --gfm-shadow: 0 20px 60px rgba(2, 8, 23, 0.38);
    --gfm-shadow-soft: 0 12px 35px rgba(2, 8, 23, 0.22);
    --gfm-radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.public-page {
    font-family: 'Inter', sans-serif;
    background:
        radial-gradient(circle at top left, rgba(34, 211, 238, 0.16), transparent 24%),
        radial-gradient(circle at 100% 0%, rgba(245, 197, 66, 0.18), transparent 20%),
        linear-gradient(135deg, var(--gfm-navy-950) 0%, var(--gfm-navy-900) 45%, var(--gfm-navy-800) 100%);
    color: var(--gfm-white);
    min-height: 100vh;
    overflow-x: hidden;
}
body.public-page::before,
body.public-page::after {
    content: "";
    position: fixed;
    inset: auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}
body.public-page::before { top: -60px; left: -80px; background: rgba(34, 211, 238, 0.35); }
body.public-page::after { bottom: -40px; right: -60px; background: rgba(245, 197, 66, 0.25); }

.page-shell { position: relative; z-index: 1; }

.gfm-preloader {
    position: fixed;
    inset: 0;
    background: linear-gradient(135deg, rgba(2, 8, 23, 0.98), rgba(7, 17, 42, 0.96));
    display: grid;
    place-items: center;
    z-index: 2000;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}
.gfm-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
}
.gfm-preloader-card {
    text-align: center;
    padding: 2rem 2.15rem;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.05);
    box-shadow: var(--gfm-shadow);
    backdrop-filter: blur(16px);
    min-width: min(92vw, 320px);
}
.gfm-preloader-logo {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 20px;
    display: grid;
    place-items: center;
    font-size: 1.8rem;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.18), rgba(245, 197, 66, 0.18));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}
.gfm-preloader-bar {
    margin-top: 1rem;
    height: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    overflow: hidden;
}
.gfm-preloader-bar span {
    display: block;
    width: 68%;
    height: 100%;
    background: linear-gradient(90deg, var(--gfm-cyan-400), var(--gfm-gold-400));
    animation: gfm-loader 1.15s ease-in-out infinite alternate;
}

.pub-topbar {
    background: rgba(3, 10, 27, 0.9);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(16px);
    color: rgba(248,251,255,0.9);
    padding: 0.45rem 0;
}
.pub-topbar .contact-info,
.pub-topbar .social-icons {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}
.pub-topbar .contact-info i { color: var(--gfm-gold-400); }
.pub-topbar .social-icons a {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: var(--gfm-white);
    background: rgba(255,255,255,0.08);
    transition: transform 0.2s ease, background 0.2s ease;
}
.pub-topbar .social-icons a:hover { transform: translateY(-2px); background: rgba(34, 211, 238, 0.18); }

.pub-navbar {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: rgba(2, 8, 23, 0.82);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 32px rgba(2, 8, 23, 0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: background 0.25s ease, box-shadow 0.25s ease;
}
.pub-navbar.is-scrolled {
    background: rgba(2, 8, 23, 0.95);
    box-shadow: 0 14px 42px rgba(2, 8, 23, 0.3);
}
.pub-navbar .navbar-brand {
    color: var(--gfm-white) !important;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.pub-nav-link {
    color: rgba(248,251,255,0.9) !important;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.pub-nav-link:hover,
.pub-nav-link.active-page {
    background: rgba(34, 211, 238, 0.16);
    color: var(--gfm-white) !important;
    transform: translateY(-1px);
}
.btn-pub-register,
.btn-pub-login {
    border-radius: 999px;
    padding: 0.5rem 1rem;
    font-size: 0.92rem;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn-pub-register {
    color: var(--gfm-white);
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.05);
}
.btn-pub-register:hover,
.btn-pub-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(2, 8, 23, 0.26);
}
.btn-pub-login {
    color: #03111f;
    background: linear-gradient(135deg, var(--gfm-gold-400), var(--gfm-gold-500));
}

.gfm-section {
    padding: 3.4rem 0;
}
.gfm-section-head {
    max-width: 780px;
    margin: 0 auto 1.5rem;
    text-align: center;
}
.gfm-badge {
    display: block;
    width: fit-content;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.7rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: rgba(34, 211, 238, 0.14);
    border: 1px solid rgba(34, 211, 238, 0.24);
    color: #bfefff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.gfm-badge--black-text {
    color: #000000 !important;
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(2, 8, 23, 0.12);
}
.gfm-welcome-text {
    display: inline-block;
    margin-bottom: 0.85rem;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #22d3ee, #60a5fa, #f59e0b, #f43f5e);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gfm-welcome-shimmer 2.8s linear infinite;
}
.gfm-welcome-text span {
    color: #f5c542;
    -webkit-text-fill-color: #f5c542;
    text-shadow: 0 0 14px rgba(245, 197, 66, 0.35);
}
@keyframes gfm-welcome-shimmer {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}
.section-title,
.gfm-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.8rem, 2.8vw, 2.5rem);
    line-height: 1.16;
    letter-spacing: -0.02em;
    margin-bottom: 0.85rem;
    color: var(--gfm-white);
    font-weight: 700;
}
.section-copy,
.gfm-section-copy,
.text-soft {
    color: rgba(248,251,255,0.88);
    line-height: 1.8;
    font-size: 1rem;
    font-weight: 500;
}

.gfm-card,
.gfm-feature-card,
.gfm-pricing-card,
.gfm-stat-card,
.gfm-testimonial-card,
.gfm-form-card,
.gfm-table-card,
.gfm-alert-card {
    position: relative;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--gfm-radius);
    background: linear-gradient(145deg, rgba(6, 14, 31, 0.96), rgba(9, 21, 46, 0.92));
    box-shadow: var(--gfm-shadow-soft);
    backdrop-filter: blur(14px);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}
.gfm-card:hover,
.gfm-feature-card:hover,
.gfm-pricing-card:hover,
.gfm-stat-card:hover,
.gfm-testimonial-card:hover,
.gfm-form-card:hover,
.gfm-table-card:hover,
.gfm-alert-card:hover {
    transform: translateY(-6px);
    border-color: rgba(34, 211, 238, 0.32);
    box-shadow: 0 24px 60px rgba(2, 8, 23, 0.32);
}
.gfm-card::before,
.gfm-feature-card::before,
.gfm-pricing-card::before,
.gfm-stat-card::before,
.gfm-testimonial-card::before {
    content: "";
    position: absolute;
    inset: -50% auto auto -10%;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.16), transparent 70%);
    pointer-events: none;
}
.gfm-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 1rem;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.18), rgba(245, 197, 66, 0.16));
}
.gfm-btn-group { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.btn-gfm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding: 0.85rem 1.2rem;
    border: 1px solid transparent;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn-gfm:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(2, 8, 23, 0.24); }
.btn-gfm-primary {
    background: linear-gradient(135deg, var(--gfm-gold-500), var(--gfm-gold-400));
    color: #07111f;
}
.btn-gfm-secondary {
    color: #000000;
    background: linear-gradient(135deg, #fef3c7, #f5c542);
    border-color: rgba(245, 197, 66, 0.4);
}
.btn-gfm-gradient {
    color: var(--gfm-white);
    background: linear-gradient(135deg, var(--gfm-blue-700), var(--gfm-cyan-400));
}
.btn-gfm-glass {
    color: var(--gfm-white);
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
}

.gfm-pricing-card .price {
    font-size: 2rem;
    font-weight: 800;
    color: var(--gfm-gold-400);
}
.gfm-list { padding-left: 1rem; color: rgba(248,251,255,0.8); }
.gfm-list li { margin-bottom: 0.5rem; }

.gfm-stat-card {
    padding: 1.1rem 1.1rem 1.05rem;
}
.gfm-stat-card .value {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--gfm-white);
}
.gfm-stat-card .label { color: rgba(248,251,255,0.7); font-size: 0.9rem; }

.gfm-testimonial-card { padding: 1.3rem; }
.gfm-testimonial-card .quote {
    font-size: 1.7rem;
    color: var(--gfm-gold-400);
}
.gfm-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: #03111f;
    background: linear-gradient(135deg, var(--gfm-gold-400), var(--gfm-gold-500));
}

.gfm-form-card { padding: 1.4rem; }
.gfm-form-group { margin-bottom: 1rem; }
.gfm-form-control {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    color: var(--gfm-white);
    padding: 0.85rem 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.gfm-form-control:focus {
    outline: none;
    border-color: rgba(34, 211, 238, 0.4);
    box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.14);
    background: rgba(255,255,255,0.08);
}
.gfm-form-control::placeholder { color: rgba(248,251,255,0.45); }
.gfm-check { display: flex; align-items: center; gap: 0.6rem; color: rgba(248,251,255,0.8); }

.gfm-table-card { padding: 1.1rem; }
.gfm-table {
    width: 100%;
    color: rgba(248,251,255,0.9);
    border-collapse: separate;
    border-spacing: 0 0.55rem;
}
.gfm-table th,
.gfm-table td {
    padding: 0.85rem 0.95rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.gfm-table thead th {
    color: rgba(248,251,255,0.66);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
}
.gfm-table tbody tr { background: rgba(255,255,255,0.03); }

.gfm-alert-card { padding: 1rem 1.15rem; margin-bottom: 0.85rem; }
.gfm-alert-info { border-color: rgba(34, 211, 238, 0.24); }
.gfm-alert-success { border-color: rgba(245, 197, 66, 0.24); }
.gfm-alert-warning { border-color: rgba(245, 197, 66, 0.24); }
.gfm-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.42rem 0.72rem;
    font-size: 0.8rem;
    background: rgba(255,255,255,0.08);
    color: var(--gfm-white);
    border: 1px solid rgba(255,255,255,0.12);
}
.gfm-badge-pill--accent {
    background: rgba(34, 211, 238, 0.14);
    border-color: rgba(34, 211, 238, 0.24);
}

.why-gfm-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(3, 10, 27, 0.98), rgba(8, 20, 44, 0.95));
}
.why-gfm-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(34, 211, 238, 0.18), transparent 24%),
        radial-gradient(circle at 100% 0%, rgba(245, 197, 66, 0.14), transparent 16%),
        linear-gradient(120deg, rgba(255,255,255,0.035), transparent 60%);
    pointer-events: none;
}
.why-feature-card {
    padding: 1.25rem;
    min-height: 220px;
    text-align: left;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(8, 18, 41, 0.95), rgba(5, 12, 28, 0.92));
}
.why-feature-card:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: rgba(34, 211, 238, 0.34);
    box-shadow: 0 24px 50px rgba(2, 8, 23, 0.34);
}
.why-feature-card h3 {
    margin-bottom: 0.55rem;
    font-size: 1.04rem;
    color: var(--gfm-white);
}
.why-feature-card p {
    color: rgba(248,251,255,0.76);
    line-height: 1.72;
}
.why-feature-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 0.9rem;
    animation: why-icon-float 3.4s ease-in-out infinite;
}
.why-gfm-cta {
    margin-top: 2.2rem;
    padding: 1.6rem;
    text-align: center;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(34, 211, 238, 0.09));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 14px 40px rgba(2, 8, 23, 0.24);
}
.why-gfm-cta h3 {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--gfm-white);
}
.why-gfm-cta p {
    max-width: 650px;
    margin: 0.45rem auto 0;
    color: rgba(248,251,255,0.78);
}
.gfm-footer {
    padding: 2.5rem 0 2rem;
    border-top: 1px solid rgba(255,255,255,0.08);
    background: rgba(2, 8, 23, 0.9);
}
.gfm-footer a { color: rgba(248,251,255,0.8); text-decoration: none; }
.gfm-footer a:hover { color: var(--gfm-white); }
.gfm-footer .social-links a {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}
.gfm-footer .social-links a:hover { background: rgba(34, 211, 238, 0.18); }
.gfm-newsletter { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.gfm-newsletter .gfm-form-control { max-width: 280px; }

.gfm-network-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gfm-network-grid .gfm-card { padding: 1rem; }

.gfm-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
    opacity: 0.5;
}
.gfm-orb--1 { width: 180px; height: 180px; top: 10%; right: 4%; background: rgba(34, 211, 238, 0.18); }
.gfm-orb--2 { width: 140px; height: 140px; bottom: 8%; left: 4%; background: rgba(245, 197, 66, 0.16); }

.gfm-hero-shell {
    position: relative;
    overflow: hidden;
    padding: 6.2rem 0 4.8rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.gfm-hero-shell .container { position: relative; z-index: 1; }
.gfm-hero-title span {
    color: var(--gfm-gold-400);
    text-shadow: 0 0 24px rgba(245, 197, 66, 0.22);
}
.gfm-hero-copy { max-width: 680px; }
.gfm-hero-actions { align-items: center; }
.gfm-trust-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.gfm-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #22d3ee);
    border: 1px solid rgba(255,255,255,0.16);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.gfm-trust-pill i {
    color: #ffffff;
}
.gfm-trust-pill:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}
.hero-ambient {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.42;
    pointer-events: none;
}
.hero-ambient--one {
    top: 8%; left: 8%;
    width: 280px; height: 280px;
    background: rgba(34, 211, 238, 0.20);
}
.hero-ambient--two {
    right: 6%; bottom: 8%;
    width: 320px; height: 320px;
    background: rgba(245, 197, 66, 0.15);
}
#particles-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.7;
}
.hero-visual-col { position: relative; }
.gfm-hero-visual {
    position: relative;
    min-height: 460px;
    border-radius: 32px;
    padding: 1.25rem;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(4, 12, 27, 0.95), rgba(8, 18, 40, 0.9));
    box-shadow: 0 30px 70px rgba(2, 8, 23, 0.36);
    overflow: hidden;
}
.gfm-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(34, 211, 238, 0.08), transparent 35%, rgba(245, 197, 66, 0.08));
    pointer-events: none;
}
.hero-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.12);
    animation: hero-rotate 22s linear infinite;
}
.hero-ring--outer {
    width: 320px; height: 320px;
    top: 52%; left: 50%; transform: translate(-50%, -50%);
}
.hero-ring--inner {
    width: 240px; height: 240px;
    top: 52%; left: 50%; transform: translate(-50%, -50%);
    animation-direction: reverse;
}
.hero-globe {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 240px; height: 240px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.16), rgba(5, 13, 30, 0.95));
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: inset 0 0 44px rgba(34, 211, 238, 0.16), 0 28px 48px rgba(2, 8, 23, 0.3);
    animation: hero-float 5s ease-in-out infinite;
}
.hero-globe-core {
    position: absolute;
    inset: 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.03);
}
.hero-globe-core svg {
    width: 180px; height: 180px;
}
.hero-coin,
.hero-arrow {
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-weight: 800;
    color: #03111f;
    background: linear-gradient(135deg, var(--gfm-gold-400), var(--gfm-gold-500));
    box-shadow: 0 10px 24px rgba(245, 197, 66, 0.2);
}
.hero-coin { width: 42px; height: 42px; }
.hero-coin--one { top: 18%; right: 10%; }
.hero-coin--two { left: 10%; bottom: 18%; }
.hero-arrow { width: 42px; height: 42px; font-size: 1rem; }
.hero-arrow--up { top: 14%; left: 20%; }
.hero-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgba(34,211,238,0.15), rgba(34,211,238,0.85), rgba(245,197,66,0.35));
    transform-origin: left center;
    opacity: 0.85;
}
.hero-line--one { width: 140px; top: 24%; left: 24%; transform: rotate(-20deg); }
.hero-line--two { width: 140px; bottom: 24%; right: 18%; transform: rotate(18deg); }
.gfm-float-card {
    position: absolute;
    display: block;
    padding: 0.85rem 1rem;
    border-radius: 16px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 24px rgba(2, 8, 23, 0.22);
    animation: hero-float 4.6s ease-in-out infinite;
}
.hero-dashboard-card { min-width: 150px; }
.hero-dashboard-card strong,
.hero-side-card strong {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.06rem;
    color: #f8fbff;
}
.hero-card-label {
    color: rgba(248,251,255,0.72);
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}
.hero-dashboard-card--top { top: 10%; right: 7%; }
.hero-dashboard-card--bottom { bottom: 8%; left: 6%; animation-delay: 0.8s; }
.hero-side-card--one { top: 32%; left: 6%; animation-delay: 0.35s; }
.hero-side-card--two { right: 6%; bottom: 30%; animation-delay: 1.1s; }
.hero-counter-row .gfm-stat-card { padding: 1rem 0.95rem; }
.hero-counter-row .value { font-size: 1.35rem; }
.hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 82px;
    background: linear-gradient(135deg, transparent 0%, transparent 45%, rgba(255,255,255,0.04) 46%, rgba(255,255,255,0.04) 100%);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    opacity: 0.8;
}

.gfm-about-section {
    position: relative;
    overflow: hidden;
    padding: 5.2rem 0 6rem;
}
.gfm-about-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(34,211,238,0.13), transparent 28%);
    pointer-events: none;
}
.gfm-about-panel {
    padding: 1.4rem;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.95), rgba(5, 12, 28, 0.92));
    box-shadow: 0 22px 50px rgba(2, 8, 23, 0.28);
    backdrop-filter: blur(14px);
}
.gfm-about-intro {
    background: linear-gradient(90deg, #f5c542 0%, #ffd86b 45%, #f5c542 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.gfm-about-block {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 0 1.05rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.gfm-about-block:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.gfm-about-block h3 {
    margin-bottom: 0.35rem;
    font-size: 1.05rem;
    color: var(--gfm-white);
    background: linear-gradient(90deg, #f5c542 0%, #ffd86b 50%, #f5c542 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gfm-about-block p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.9);
    line-height: 1.75;
    font-weight: 500;
}
.gfm-about-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.18), rgba(245,197,66,0.16));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
}
.gfm-about-values {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.1rem;
}
.gfm-value-card {
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.04);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.gfm-value-card:hover {
    transform: translateY(-4px);
    border-color: rgba(34,211,238,0.32);
    box-shadow: 0 16px 36px rgba(2, 8, 23, 0.24);
}
.gfm-value-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 0.7rem;
    color: var(--gfm-gold-400);
    background: rgba(245,197,66,0.12);
}
.gfm-value-card h4 {
    margin-bottom: 0.35rem;
    font-size: 0.98rem;
    color: var(--gfm-white);
    background: linear-gradient(90deg, #f5c542 0%, #ffd86b 50%, #f5c542 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gfm-value-card p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.9);
    line-height: 1.65;
    font-size: 0.92rem;
    font-weight: 500;
}
.gfm-about-visual-shell {
    position: relative;
}
.gfm-about-visual {
    position: relative;
    min-height: 470px;
    border-radius: 32px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(135deg, rgba(5, 13, 31, 0.96), rgba(9, 20, 43, 0.9));
    box-shadow: 0 24px 60px rgba(2, 8, 23, 0.34);
    overflow: hidden;
}
.gfm-about-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(34,211,238,0.08), transparent 42%, rgba(245,197,66,0.08));
    pointer-events: none;
}
.about-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.12);
}
.about-orbit--one {
    width: 320px;
    height: 320px;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: about-orbit 18s linear infinite;
}
.about-orbit--two {
    width: 230px;
    height: 230px;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: about-orbit 14s linear infinite reverse;
}
.about-map {
    position: absolute;
    top: 16%;
    left: 12%;
    right: 12%;
    height: 220px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
    padding: 1rem;
}
.about-map svg {
    width: 100%;
    height: 100%;
}
.about-dashboard {
    position: absolute;
    left: 10%;
    bottom: 12%;
    width: 200px;
    padding: 0.85rem;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(10px);
}
.about-dashboard-head {
    display: flex;
    gap: 0.35rem;
    margin-bottom: 0.7rem;
}
.about-dashboard-head span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.7);
}
.about-dashboard-body {
    display: grid;
    gap: 0.45rem;
}
.about-dashboard-bar {
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(34,211,238,0.9), rgba(245,197,66,0.75));
}
.about-dashboard-bar--short { width: 72%; }
.about-dashboard-bar--thin { width: 56%; }
.about-growth-card {
    position: absolute;
    top: 15%;
    right: 8%;
    padding: 0.8rem 0.95rem;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(10px);
}
.about-growth-card small {
    display: block;
    color: rgba(248,251,255,0.7);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}
.about-growth-card strong {
    display: block;
    margin-top: 0.2rem;
    color: var(--gfm-gold-400);
    font-size: 1.08rem;
}
.about-network-node {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gfm-cyan-400), var(--gfm-gold-400));
    box-shadow: 0 0 0 6px rgba(34,211,238,0.12);
}
.about-network-node--one { top: 30%; left: 24%; }
.about-network-node--two { top: 50%; right: 20%; }
.about-network-node--three { bottom: 24%; left: 38%; }
.about-analytics-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(10px);
    font-size: 0.84rem;
    color: var(--gfm-white);
}
.about-analytics-card i {
    color: var(--gfm-gold-400);
}
.about-analytics-card--top { top: 32%; right: 8%; }
.about-analytics-card--bottom { bottom: 24%; right: 8%; }
.about-illustration {
    position: absolute;
    right: 10%;
    bottom: 10%;
    width: 150px;
    height: 110px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}
.about-office-window {
    position: absolute;
    left: 22px;
    top: 26px;
    width: 38px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(34,211,238,0.3), rgba(245,197,66,0.2));
    border: 1px solid rgba(255,255,255,0.16);
}
.about-office-window--two {
    left: auto;
    right: 22px;
}
.about-office-base {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    height: 24px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(34,211,238,0.4), rgba(245,197,66,0.35));
}
.gfm-about-visual .about-map,
.gfm-about-visual .about-dashboard,
.gfm-about-visual .about-growth-card,
.gfm-about-visual .about-analytics-card,
.gfm-about-visual .about-illustration {
    animation: about-float 4.4s ease-in-out infinite;
}
.gfm-about-visual .about-dashboard { animation-delay: 0.25s; }
.gfm-about-visual .about-growth-card { animation-delay: 0.45s; }
.gfm-about-visual .about-analytics-card--bottom { animation-delay: 0.6s; }
.gfm-about-visual .about-illustration { animation-delay: 0.75s; }

.gfm-about-highlights {
    position: relative;
}
.gfm-highlight-card {
    position: relative;
    padding: 1.2rem;
    min-height: 190px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.95), rgba(6, 13, 30, 0.9));
    box-shadow: 0 16px 42px rgba(2, 8, 23, 0.22);
    backdrop-filter: blur(12px);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    animation: about-float 4.2s ease-in-out infinite;
}
.gfm-highlight-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(34,211,238,0.42), rgba(245,197,66,0.28), rgba(255,255,255,0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.gfm-highlight-card:hover {
    transform: translateY(-6px);
    border-color: rgba(34,211,238,0.34);
    box-shadow: 0 22px 48px rgba(2, 8, 23, 0.3);
}
.gfm-highlight-card--two { animation-delay: 0.25s; }
.gfm-highlight-card--three { animation-delay: 0.5s; }
.gfm-highlight-card--four { animation-delay: 0.75s; }
.gfm-highlight-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 0.95rem;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.18), rgba(245,197,66,0.16));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.11);
}
.gfm-highlight-card h4 {
    margin-bottom: 0.45rem;
    font-size: 1.04rem;
    color: var(--gfm-white);
}
.gfm-highlight-card p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.9);
    line-height: 1.72;
    font-size: 0.95rem;
    font-weight: 500;
}
.gfm-about-stats .gfm-about-stat {
    position: relative;
    padding: 1.15rem 1.1rem;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(8, 18, 41, 0.95), rgba(5, 12, 28, 0.92));
    box-shadow: 0 16px 40px rgba(2, 8, 23, 0.22);
    backdrop-filter: blur(12px);
}
.gfm-about-stat .value {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--gfm-white);
}
.gfm-about-stat .label {
    color: rgba(248,251,255,0.9);
    font-size: 0.92rem;
    font-weight: 500;
}
.gfm-timeline-wrap {
    position: relative;
    z-index: 1;
}
.gfm-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}
.gfm-timeline::before {
    content: "";
    position: absolute;
    top: 1.65rem;
    left: 0.8rem;
    right: 0.8rem;
    height: 2px;
    background: linear-gradient(90deg, rgba(34,211,238,0.2), rgba(34,211,238,0.7), rgba(245,197,66,0.3));
    z-index: 0;
}
.gfm-timeline-item {
    position: relative;
    z-index: 1;
    display: block;
    opacity: 1;
    visibility: visible;
    padding: 1.1rem;
    min-height: 190px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(135deg, #071a31 0%, #0b2342 45%, #071726 100%);
    box-shadow: 0 16px 42px rgba(2, 8, 23, 0.22);
    backdrop-filter: blur(12px);
    transition: transform 0.25s ease, border-color 0.25s ease;
    overflow: visible;
}
.gfm-timeline-item:hover {
    transform: translateY(-4px);
    border-color: rgba(34,211,238,0.32);
}
.gfm-timeline-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 0.8rem;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.24), rgba(245,197,66,0.2));
}
.gfm-timeline-year {
    display: inline-flex;
    padding: 0.32rem 0.6rem;
    border-radius: 999px;
    margin-bottom: 0.55rem;
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gfm-gold-400);
    background: rgba(245,197,66,0.12);
}
.gfm-timeline-item h4 {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.35rem;
    color: var(--gfm-white);
    opacity: 1;
}
.gfm-timeline-item p {
    display: block;
    margin-bottom: 0;
    color: rgba(248,251,255,0.95);
    line-height: 1.7;
    font-size: 0.94rem;
    font-weight: 500;
    opacity: 1;
}
.gfm-about-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 1.5rem 1.6rem;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(34,211,238,0.09));
    box-shadow: 0 18px 50px rgba(2, 8, 23, 0.24);
}
.gfm-about-cta h3 {
    display: block;
    font-size: 1.35rem;
    margin-bottom: 0.4rem;
    color: var(--gfm-white);
    opacity: 1;
}
.gfm-about-cta p {
    display: block;
    margin-bottom: 0;
    color: rgba(248,251,255,0.96);
    max-width: 640px;
    font-weight: 500;
    opacity: 1;
}
.gfm-how-it-works-section {
    position: relative;
    overflow: hidden;
}
.gfm-how-it-works-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(34, 211, 238, 0.16), transparent 28%);
    pointer-events: none;
}
.gfm-steps-swiper {
    position: relative;
    padding-bottom: 2.8rem;
}
.gfm-steps-swiper .swiper-slide {
    height: auto;
    display: flex;
}
.gfm-step-card {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    min-height: 220px;
    padding: 1.1rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.98), rgba(5, 12, 28, 0.95));
    box-shadow: 0 18px 44px rgba(2, 8, 23, 0.24);
    backdrop-filter: blur(14px);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.gfm-step-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(34,211,238,0.28), rgba(245,197,66,0.22), rgba(255,255,255,0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.gfm-step-card:hover {
    transform: translateY(-6px);
    border-color: rgba(34,211,238,0.34);
    box-shadow: 0 24px 54px rgba(2, 8, 23, 0.32);
}
.gfm-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}
.gfm-step-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.2), rgba(245,197,66,0.16));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
    animation: icon-pulse 3s ease-in-out infinite;
}
.gfm-step-number {
    display: inline-flex;
    padding: 0.32rem 0.6rem;
    border-radius: 999px;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gfm-gold-400);
    background: rgba(245,197,66,0.14);
}
.gfm-step-card h3 {
    margin-bottom: 0.5rem;
    color: var(--gfm-white);
}
.gfm-step-card p {
    margin-bottom: 0.75rem;
    color: rgba(248,251,255,0.88);
    line-height: 1.7;
}
.gfm-step-pill-list,
.gfm-step-income-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.gfm-step-pill-list span,
.gfm-step-income-list span {
    display: inline-flex;
    padding: 0.38rem 0.6rem;
    border-radius: 999px;
    font-size: 0.8rem;
    color: rgba(248,251,255,0.95);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
}
.gfm-step-stage-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.65rem;
    color: rgba(248,251,255,0.9);
}
.gfm-stage-pill {
    display: inline-flex;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
}
.gfm-stage-pill--active {
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.22), rgba(245,197,66,0.2));
}
.gfm-step-mini-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.4rem;
}
.gfm-step-mini-icons i {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--gfm-white);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
}
.gfm-step-tree {
    position: relative;
    min-height: 98px;
    margin-top: 0.65rem;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.1);
    background: radial-gradient(circle at top, rgba(34,211,238,0.08), transparent 60%), rgba(255,255,255,0.035);
    overflow: hidden;
}
.gfm-step-tree::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 14px;
    border: 1px dashed rgba(255,255,255,0.12);
    pointer-events: none;
}
.gfm-step-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1rem;
}
.gfm-step-slider-nav {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--gfm-white);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}
.gfm-step-slider-nav:hover {
    transform: translateY(-2px);
    background: rgba(34,211,238,0.16);
}
.gfm-steps-swiper .swiper-pagination {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}
.gfm-steps-swiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0;
    background: rgba(255,255,255,0.3);
    opacity: 1;
}
.gfm-steps-swiper .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, var(--gfm-cyan-400), var(--gfm-gold-400));
}
.gfm-tree-node {
    position: absolute;
    padding: 0.4rem 0.64rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.24), rgba(245,197,66,0.16));
    box-shadow: 0 10px 24px rgba(2, 8, 23, 0.22);
    animation: tree-float 3.2s ease-in-out infinite;
}
.gfm-tree-root { top: 18px; left: 50%; transform: translateX(-50%); }
.gfm-tree-left { top: 58px; left: 26%; }
.gfm-tree-right { top: 58px; right: 26%; }
.gfm-step-withdraw-flow {
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
    margin-top: 0.65rem;
}
.gfm-step-withdraw-flow span {
    display: inline-flex;
    justify-content: center;
    padding: 0.48rem 0.7rem;
    border-radius: 999px;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.18), rgba(245,197,66,0.16));
    border: 1px solid rgba(255,255,255,0.1);
}
.gfm-step-withdraw-flow i {
    align-self: center;
    color: var(--gfm-gold-400);
}
.gfm-how-it-works-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 1.35rem 1.45rem;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(34,211,238,0.09));
    box-shadow: 0 18px 48px rgba(2, 8, 23, 0.24);
}
.gfm-how-it-works-cta h3 {
    margin-bottom: 0.35rem;
    color: var(--gfm-white);
}
.gfm-how-it-works-cta p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.92);
    font-weight: 500;
}
.gfm-business-plan-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 1.35rem 1.45rem;
    margin-top: 1.2rem;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(34,211,238,0.09));
    box-shadow: 0 18px 48px rgba(2, 8, 23, 0.24);
}
.gfm-business-plan-banner h3 {
    margin-bottom: 0.35rem;
    color: var(--gfm-white);
}
.gfm-business-plan-banner p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.92);
    max-width: 640px;
    font-weight: 500;
}
.gfm-compensation-section,
.gfm-withdraw-section,
.gfm-flow-diagram {
    padding: 1.25rem;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.96), rgba(5, 12, 28, 0.92));
    box-shadow: 0 18px 44px rgba(2, 8, 23, 0.24);
    backdrop-filter: blur(14px);
}
.gfm-compensation-head,
.gfm-section-head--narrow {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 1.25rem;
}
.gfm-compensation-head h3,
.gfm-section-head--narrow h3 {
    margin-bottom: 0.35rem;
    color: var(--gfm-white);
}
.gfm-compensation-head p,
.gfm-section-head--narrow p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.9);
}
.gfm-earn-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.gfm-income-card {
    position: relative;
    padding: 1.1rem;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(34,211,238,0.08));
    box-shadow: 0 14px 36px rgba(2, 8, 23, 0.2);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.gfm-income-card:hover {
    transform: translateY(-6px);
    border-color: rgba(34,211,238,0.32);
    box-shadow: 0 20px 48px rgba(2, 8, 23, 0.28);
}
.gfm-income-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 0.75rem;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.2), rgba(245,197,66,0.16));
}
.gfm-income-card h4 {
    margin-bottom: 0.65rem;
    color: var(--gfm-white);
}
.gfm-tier-list {
    padding-left: 1rem;
    margin-bottom: 0;
    color: rgba(248,251,255,0.9);
    line-height: 1.7;
}
.gfm-pair-illustration {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 0.8rem;
    border-radius: 16px;
    margin-bottom: 0.7rem;
    color: rgba(248,251,255,0.94);
    background: rgba(255,255,255,0.05);
}
.gfm-roi-pill {
    display: inline-flex;
    margin-bottom: 0.55rem;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    font-weight: 700;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.22), rgba(245,197,66,0.2));
}
.gfm-rank-rewards {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.04);
}
.gfm-rank-head h4 {
    margin-bottom: 0.3rem;
    color: var(--gfm-white);
}
.gfm-rank-head p {
    margin-bottom: 0.8rem;
    color: rgba(248,251,255,0.9);
}
.gfm-rank-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.gfm-rank-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.75rem;
    border-radius: 999px;
    font-size: 0.92rem;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.18), rgba(245,197,66,0.16));
    border: 1px solid rgba(255,255,255,0.1);
    animation: badge-float 3.6s ease-in-out infinite;
}
.gfm-withdraw-card {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1rem;
    align-items: center;
    padding: 1.15rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(34,211,238,0.08));
}
.gfm-withdraw-card h3 {
    margin-bottom: 0.5rem;
    color: var(--gfm-white);
}
.gfm-withdraw-card p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.9);
}
.gfm-withdraw-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    padding: 0.9rem;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
}
.gfm-flow-pill {
    width: 100%;
    text-align: center;
    padding: 0.6rem 0.8rem;
    border-radius: 999px;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.18), rgba(245,197,66,0.16));
    border: 1px solid rgba(255,255,255,0.1);
}
.gfm-flow-steps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}
.gfm-flow-step {
    padding: 0.75rem 0.9rem;
    border-radius: 999px;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.16), rgba(245,197,66,0.12));
    border: 1px solid rgba(255,255,255,0.1);
    animation: flow-bob 3.2s ease-in-out infinite;
}
.gfm-flow-arrow {
    color: var(--gfm-gold-400);
}
.gfm-member-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}
.gfm-member-benefit-card {
    padding: 1rem;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.96), rgba(5, 12, 28, 0.92));
    box-shadow: 0 14px 34px rgba(2, 8, 23, 0.2);
    transition: transform 0.25s ease, border-color 0.25s ease;
}
.gfm-member-benefit-card:hover {
    transform: translateY(-4px);
    border-color: rgba(34,211,238,0.34);
}
.gfm-member-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 0.7rem;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.2), rgba(245,197,66,0.16));
}
.gfm-member-benefit-card h4 {
    margin-bottom: 0.35rem;
    color: var(--gfm-white);
}
.gfm-member-benefit-card p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.88);
    line-height: 1.7;
}
.gfm-cta-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 1.4rem 1.5rem;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(135deg, rgba(34,211,238,0.15), rgba(245,197,66,0.12));
    box-shadow: 0 18px 48px rgba(2, 8, 23, 0.26);
}
.gfm-cta-banner h3 {
    margin-bottom: 0.35rem;
    color: var(--gfm-white);
}
.gfm-cta-banner p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.92);
    max-width: 760px;
    font-weight: 500;
}

.gfm-income-opportunities-section {
    position: relative;
    overflow: hidden;
}
.gfm-income-opportunities-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(34,211,238,0.12), transparent 30%), radial-gradient(circle at bottom right, rgba(245,197,66,0.12), transparent 24%);
    pointer-events: none;
}
.gfm-opportunity-card {
    position: relative;
    height: 100%;
    padding: 1.2rem;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.98), rgba(5, 12, 28, 0.95));
    box-shadow: 0 18px 46px rgba(2, 8, 23, 0.24);
    backdrop-filter: blur(16px);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.gfm-opportunity-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(34,211,238,0.3), rgba(245,197,66,0.22), rgba(255,255,255,0.12));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.gfm-opportunity-card:hover {
    transform: translateY(-7px);
    border-color: rgba(34,211,238,0.34);
    box-shadow: 0 24px 58px rgba(2, 8, 23, 0.33);
}
.gfm-opportunity-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin-bottom: 0.9rem;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.2), rgba(245,197,66,0.16));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
    animation: icon-pulse 3.2s ease-in-out infinite;
}
.gfm-opportunity-body h3 {
    margin-bottom: 0.45rem;
    color: var(--gfm-white);
}
.gfm-opportunity-body p {
    margin-bottom: 0.9rem;
    color: rgba(248,251,255,0.9);
    line-height: 1.75;
}
.gfm-opportunity-example {
    padding: 0.9rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.09);
}
.gfm-example-label {
    display: inline-block;
    margin-bottom: 0.55rem;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gfm-gold-400);
}
.gfm-tree-mini {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 70px;
    margin-bottom: 0.7rem;
}
.tree-dot {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.24), rgba(245,197,66,0.18));
    box-shadow: 0 9px 22px rgba(2, 8, 23, 0.22);
}
.tree-dot--child { transform: translateY(12px); }
.tree-dot--right { transform: translateY(12px) translateX(8px); }
.tree-dot--lower { transform: translateY(24px); }
.gfm-mini-list {
    padding-left: 1rem;
    margin-bottom: 0;
    color: rgba(248,251,255,0.92);
    line-height: 1.7;
}
.gfm-pair-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    padding: 0.8rem 0.9rem;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.09);
}
.gfm-pair-node {
    padding: 0.5rem 0.7rem;
    border-radius: 999px;
    color: var(--gfm-white);
    background: rgba(34,211,238,0.16);
}
.gfm-pair-result {
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    color: var(--gfm-gold-400);
    background: rgba(245,197,66,0.14);
}
.gfm-hierarchy {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.gfm-hierarchy-level {
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    font-size: 0.9rem;
    color: var(--gfm-white);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
}
.gfm-roi-visual {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 0.9rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.09);
}
.gfm-roi-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    padding: 0.6rem 0.75rem;
    border-radius: 999px;
    font-weight: 700;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.2), rgba(245,197,66,0.16));
}
.gfm-roi-chart {
    flex: 1;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(34,211,238,0.36), rgba(245,197,66,0.32));
    animation: roi-shimmer 2.3s ease-in-out infinite;
}
.gfm-mini-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.gfm-mini-badge {
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    color: var(--gfm-white);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
}
.gfm-rank-badges--compact {
    gap: 0.45rem;
}
.gfm-rank-badges--compact .gfm-rank-badge {
    animation-duration: 3.2s;
}
.gfm-growth-section {
    position: relative;
    overflow: hidden;
}
.gfm-growth-section .gfm-section-head {
    margin-bottom: 0.8rem;
}
.gfm-growth-section .row.g-4,
.gfm-growth-section .row.g-3 {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
}
.gfm-growth-section .row.g-4.mt-2,
.gfm-growth-section .row.g-3.mt-1,
.gfm-growth-section .row.g-4.mt-2.align-items-stretch {
    margin-top: 0.45rem !important;
}
.gfm-growth-section .gfm-global-stat-card,
.gfm-growth-section .gfm-dashboard-panel,
.gfm-growth-section .gfm-map-panel,
.gfm-growth-section .gfm-timeline-panel,
.gfm-growth-section .gfm-chart-card,
.gfm-growth-section .gfm-platform-highlight-card {
    padding: 1rem;
}
.gfm-growth-section .gfm-dashboard-panel-head,
.gfm-growth-section .gfm-timeline-panel-head,
.gfm-growth-section .gfm-chart-head {
    margin-bottom: 0.7rem;
}
.gfm-growth-section::before {
    content: "";
    position: absolute;
    inset: auto auto -8% -6%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34,211,238,0.2), transparent 62%);
    filter: blur(18px);
    animation: light-drift 8s ease-in-out infinite;
    pointer-events: none;
}
.gfm-global-stat-card {
    position: relative;
    height: 100%;
    padding: 1.15rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.13);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.98), rgba(5, 12, 28, 0.95));
    box-shadow: 0 18px 44px rgba(2, 8, 23, 0.24);
    backdrop-filter: blur(14px);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.gfm-global-stat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(34,211,238,0.28), rgba(245,197,66,0.2), rgba(255,255,255,0.12));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.gfm-global-stat-card:hover {
    transform: translateY(-7px);
    border-color: rgba(34,211,238,0.34);
    box-shadow: 0 24px 54px rgba(2, 8, 23, 0.32);
}
.gfm-global-stat-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    margin-bottom: 0.8rem;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.2), rgba(245,197,66,0.16));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
    animation: icon-pulse 3.2s ease-in-out infinite;
}
.gfm-global-stat-card .counter {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--gfm-gold-400);
}
.gfm-global-stat-card h3 {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
    color: var(--gfm-white);
}
.gfm-global-stat-card p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.9);
    line-height: 1.7;
}
.gfm-dashboard-panel,
.gfm-map-panel,
.gfm-timeline-panel,
.gfm-chart-card,
.gfm-platform-highlight-card {
    position: relative;
    height: 100%;
    padding: 1.15rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.13);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.98), rgba(5, 12, 28, 0.95));
    box-shadow: 0 18px 44px rgba(2, 8, 23, 0.24);
    backdrop-filter: blur(14px);
    overflow: hidden;
}
.gfm-dashboard-panel::before,
.gfm-map-panel::before,
.gfm-timeline-panel::before,
.gfm-chart-card::before,
.gfm-platform-highlight-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(34,211,238,0.24), rgba(245,197,66,0.16), rgba(255,255,255,0.12));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.gfm-dashboard-panel-head,
.gfm-timeline-panel-head,
.gfm-chart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}
.gfm-dashboard-panel-head h3,
.gfm-timeline-panel-head h3,
.gfm-chart-head h3 {
    margin-bottom: 0;
    color: var(--gfm-white);
}
.gfm-badge--small {
    padding: 0.35rem 0.7rem;
    font-size: 0.75rem;
}
.gfm-panel-pill {
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--gfm-gold-400);
    background: rgba(245,197,66,0.14);
}
.gfm-dashboard-widget {
    padding: 0.9rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.09);
}
.gfm-dashboard-widget--wide {
    min-height: 120px;
}
.gfm-widget-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gfm-gold-400);
}
.gfm-dashboard-widget strong {
    display: block;
    font-size: 1.05rem;
    color: var(--gfm-white);
}
.gfm-dashboard-widget small {
    display: block;
    margin-top: 0.2rem;
    color: rgba(248,251,255,0.75);
}
.gfm-widget-list {
    padding-left: 1rem;
    margin-bottom: 0;
    color: rgba(248,251,255,0.9);
    line-height: 1.7;
}
.gfm-map-shell {
    position: relative;
    min-height: 320px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.1);
    background: radial-gradient(circle at top, rgba(34,211,238,0.16), transparent 55%), rgba(255,255,255,0.04);
    overflow: hidden;
}
.gfm-map-svg {
    width: 100%;
    height: 100%;
    min-height: 320px;
}
.gfm-map-point {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.6rem;
    border-radius: 999px;
    color: var(--gfm-white);
    background: rgba(7, 17, 38, 0.9);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(2, 8, 23, 0.22);
    animation: map-pulse 3s ease-in-out infinite;
}
.gfm-map-point i {
    color: var(--gfm-gold-400);
}
.point-na { top: 22%; left: 12%; }
.point-eu { top: 24%; right: 22%; }
.point-af { bottom: 26%; right: 28%; }
.point-as { top: 32%; right: 8%; }
.point-sa { bottom: 16%; left: 20%; }
.gfm-timeline-stream {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding-left: 0.4rem;
}
.gfm-timeline-stream::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(34,211,238,0.45), rgba(245,197,66,0.28));
}
.gfm-timeline-item {
    position: relative;
    display: flex;
    gap: 0.8rem;
    padding: 0.85rem 0.95rem 0.85rem 2.9rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.09);
}
.gfm-timeline-icon {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.2), rgba(245,197,66,0.16));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
}
.gfm-timeline-item h4 {
    margin-bottom: 0.2rem;
    color: var(--gfm-white);
}
.gfm-timeline-item p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.86);
}
.gfm-about-section .gfm-timeline-item {
    background: linear-gradient(135deg, #071a31 0%, #0b2342 45%, #071726 100%);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 16px 42px rgba(2, 8, 23, 0.22);
}
.gfm-about-section .gfm-timeline-item h4,
.gfm-about-section .gfm-timeline-item .gfm-timeline-year,
.gfm-about-section .gfm-timeline-item p {
    color: var(--gfm-white);
}
.gfm-about-section .gfm-timeline-item .gfm-timeline-year {
    background: rgba(245,197,66,0.14);
}
.gfm-chart-card canvas {
    width: 100%;
    min-height: 220px;
}
.gfm-chart-head span {
    font-size: 0.8rem;
    color: rgba(248,251,255,0.75);
}
.gfm-platform-highlight-card {
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.gfm-platform-highlight-card:hover {
    transform: translateY(-6px);
    border-color: rgba(34,211,238,0.34);
    box-shadow: 0 24px 54px rgba(2, 8, 23, 0.3);
}
.gfm-platform-highlight-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin-bottom: 0.8rem;
    border-radius: 14px;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.2), rgba(245,197,66,0.16));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}
.gfm-platform-highlight-card h3 {
    margin-bottom: 0.35rem;
    color: var(--gfm-white);
}
.gfm-platform-highlight-card p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.9);
    line-height: 1.7;
}
.gfm-growth-cta {
    margin-top: 1.6rem;
}
.gfm-achievement-section {
    position: relative;
    overflow: hidden;
}
.gfm-achievement-section::before {
    content: "";
    position: absolute;
    inset: -12% -8% auto auto;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34,211,238,0.24), transparent 64%);
    filter: blur(20px);
    animation: light-drift 8s ease-in-out infinite;
    pointer-events: none;
}
.gfm-achievement-visual {
    position: relative;
    min-height: 100%;
    padding: 1.3rem;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.98), rgba(5, 12, 28, 0.95));
    box-shadow: 0 20px 48px rgba(2, 8, 23, 0.26);
    backdrop-filter: blur(16px);
    overflow: hidden;
}
.gfm-achievement-glow {
    position: absolute;
    inset: 12% 8% auto auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245,197,66,0.22), transparent 62%);
    animation: particle-float 4.4s ease-in-out infinite;
    pointer-events: none;
}
.gfm-achievement-illustration {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.gfm-achievement-trophy {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.2), rgba(245,197,66,0.16));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
    animation: trophy-float 3.2s ease-in-out infinite;
}
.gfm-achievement-trophy i {
    font-size: 1.7rem;
}
.gfm-achievement-journey {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}
.gfm-achievement-step {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.05);
    color: rgba(248,251,255,0.94);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.gfm-achievement-step-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.18), rgba(245,197,66,0.14));
}
.gfm-achievement-step-arrow {
    color: var(--gfm-gold-400);
}
.gfm-achievement-card {
    position: relative;
    height: 100%;
    padding: 1.1rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.13);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.98), rgba(5, 12, 28, 0.95));
    box-shadow: 0 18px 44px rgba(2, 8, 23, 0.24);
    backdrop-filter: blur(14px);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.gfm-achievement-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(34,211,238,0.24), rgba(245,197,66,0.16), rgba(255,255,255,0.12));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.gfm-achievement-card:hover {
    transform: translateY(-6px);
    border-color: rgba(34,211,238,0.34);
    box-shadow: 0 24px 54px rgba(2, 8, 23, 0.3);
}
.gfm-achievement-card-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 0.8rem;
    border-radius: 16px;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.2), rgba(245,197,66,0.16));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}
.gfm-achievement-card h3 {
    margin-bottom: 0.4rem;
    color: var(--gfm-white);
}
.gfm-achievement-card p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.9);
    line-height: 1.7;
}
.gfm-rank-table-card {
    padding: 1.05rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.98), rgba(5, 12, 28, 0.95));
    box-shadow: 0 18px 46px rgba(2, 8, 23, 0.24);
    backdrop-filter: blur(14px);
    overflow: hidden;
}
.gfm-rank-table-shell {
    overflow-x: auto;
    max-width: 100%;
}
.gfm-rank-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    color: rgba(248,251,255,0.95);
}
.gfm-rank-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 0.9rem 0.85rem;
    text-align: left;
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gfm-gold-400);
    background: rgba(5, 12, 28, 0.96);
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.gfm-rank-table tbody td {
    padding: 0.9rem 0.85rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.gfm-rank-table tbody tr {
    transition: background 0.2s ease, transform 0.2s ease;
}
.gfm-rank-table tbody tr:hover {
    background: rgba(34,211,238,0.08);
    transform: translateX(3px);
}
.gfm-rank-chip {
    display: inline-block;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    color: var(--gfm-white);
    background: rgba(34,211,238,0.16);
    border: 1px solid rgba(255,255,255,0.1);
}
.gfm-achievement-counter-card {
    padding: 1.1rem;
    text-align: center;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.13);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.98), rgba(5, 12, 28, 0.95));
    box-shadow: 0 18px 44px rgba(2, 8, 23, 0.24);
    backdrop-filter: blur(14px);
}
.gfm-achievement-counter-card .counter {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--gfm-gold-400);
}
.gfm-achievement-counter-label {
    margin-top: 0.35rem;
    color: rgba(248,251,255,0.9);
}
.gfm-achievement-cta {
    margin-top: 1.6rem;
}
.gfm-rank-timeline {
    display: flex;
    gap: 1rem;
    padding-bottom: 0.75rem;
    overflow-x: auto;
    scroll-snap-type: x proximity;
}
.gfm-rank-card {
    position: relative;
    flex: 0 0 min(270px, 84vw);
    padding: 1.15rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.13);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.97), rgba(5, 12, 28, 0.94));
    box-shadow: 0 18px 44px rgba(2, 8, 23, 0.24);
    backdrop-filter: blur(14px);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    scroll-snap-align: start;
}
.gfm-rank-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(34,211,238,0.28), rgba(245,197,66,0.2), rgba(255,255,255,0.12));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.gfm-rank-card:hover {
    transform: translateY(-7px);
    border-color: rgba(34,211,238,0.34);
    box-shadow: 0 24px 54px rgba(2, 8, 23, 0.32);
}
.gfm-rank-card-top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.75rem;
}
.gfm-rank-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gfm-gold-400);
    background: rgba(245,197,66,0.14);
}
.gfm-rank-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin-bottom: 0.85rem;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.2), rgba(245,197,66,0.16));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
    animation: icon-pulse 3.2s ease-in-out infinite;
}
.gfm-rank-card h3 {
    margin-bottom: 0.8rem;
    color: var(--gfm-white);
}
.gfm-rank-metric,
.gfm-rank-reward {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    padding: 0.6rem 0.75rem;
    margin-bottom: 0.55rem;
    border-radius: 14px;
    background: rgba(255,255,255,0.05);
    color: rgba(248,251,255,0.9);
}
.gfm-rank-metric span,
.gfm-rank-reward span {
    font-size: 0.88rem;
}
.gfm-rank-metric strong,
.gfm-rank-reward strong {
    color: var(--gfm-white);
    font-weight: 700;
}
.gfm-table-card {
    padding: 1.1rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.97), rgba(5, 12, 28, 0.94));
    box-shadow: 0 18px 46px rgba(2, 8, 23, 0.24);
    backdrop-filter: blur(14px);
    overflow: hidden;
}
.gfm-table {
    width: 100%;
    border-collapse: collapse;
    color: rgba(248,251,255,0.95);
}
.gfm-table thead th {
    padding: 0.9rem 0.8rem;
    text-align: left;
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gfm-gold-400);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.gfm-table tbody td {
    padding: 0.9rem 0.8rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.gfm-table tbody tr {
    transition: background 0.2s ease, transform 0.2s ease;
}
.gfm-table tbody tr:hover {
    background: rgba(34,211,238,0.08);
}
.gfm-income-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.96), rgba(5, 12, 28, 0.92));
    box-shadow: 0 18px 46px rgba(2, 8, 23, 0.24);
}
.gfm-flow-node {
    padding: 0.7rem 0.9rem;
    border-radius: 999px;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.16), rgba(245,197,66,0.12));
    border: 1px solid rgba(255,255,255,0.1);
    animation: flow-bob 3.2s ease-in-out infinite;
}
.gfm-income-flow i {
    color: var(--gfm-gold-400);
}
.gfm-stat-card {
    padding: 1.15rem;
    text-align: center;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.96), rgba(5, 12, 28, 0.92));
    box-shadow: 0 18px 44px rgba(2, 8, 23, 0.24);
    transition: transform 0.25s ease, border-color 0.25s ease;
}
.gfm-stat-card:hover {
    transform: translateY(-6px);
    border-color: rgba(34,211,238,0.34);
}
.gfm-stat-card .counter {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--gfm-gold-400);
}
.gfm-stat-label {
    margin-top: 0.35rem;
    color: rgba(248,251,255,0.9);
}
.gfm-packages-section {
    position: relative;
    overflow: hidden;
}
.gfm-packages-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(34,211,238,0.12), transparent 26%);
    pointer-events: none;
}
.gfm-packages-swiper {
    position: relative;
    padding-bottom: 2.4rem;
}
.gfm-pricing-card {
    position: relative;
    height: 100%;
    padding: 1.35rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(8, 18, 41, 0.96), rgba(5, 12, 28, 0.92));
    box-shadow: 0 18px 48px rgba(2, 8, 23, 0.25);
    backdrop-filter: blur(14px);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.gfm-pricing-card:hover {
    transform: translateY(-8px);
    border-color: rgba(34,211,238,0.34);
    box-shadow: 0 24px 58px rgba(2, 8, 23, 0.32);
}
.gfm-pricing-card--featured {
    border-color: rgba(245,197,66,0.38);
    box-shadow: 0 24px 60px rgba(2, 8, 23, 0.34);
}
.gfm-pricing-glow {
    position: absolute;
    inset: auto -20px -30px auto;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34,211,238,0.2), transparent 70%);
    pointer-events: none;
}
.gfm-pricing-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    margin-bottom: 1rem;
}
.gfm-pricing-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.18), rgba(245,197,66,0.16));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
}
.gfm-pricing-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gfm-gold-400);
    background: rgba(245,197,66,0.13);
}
.gfm-pricing-card h3 {
    margin-bottom: 0.25rem;
    font-size: 1.15rem;
    color: var(--gfm-white);
}
.gfm-pricing-amount {
    font-size: 2rem;
    font-weight: 800;
    color: var(--gfm-gold-400);
    margin-bottom: 0.45rem;
}
.gfm-pricing-copy {
    color: rgba(248,251,255,0.86);
    line-height: 1.7;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}
.gfm-pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.6rem;
}
.gfm-pricing-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.72rem 0.8rem;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    color: rgba(248,251,255,0.9);
}
.gfm-pricing-list li i {
    color: var(--gfm-gold-400);
}
.gfm-pricing-list li span {
    flex: 1;
}
.gfm-pricing-list li strong {
    color: var(--gfm-white);
    font-weight: 700;
}
.gfm-benefit-card {
    position: relative;
    padding: 1.2rem;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(8, 18, 41, 0.95), rgba(5, 12, 28, 0.92));
    box-shadow: 0 18px 44px rgba(2, 8, 23, 0.22);
    backdrop-filter: blur(12px);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    animation: about-float 4.6s ease-in-out infinite;
}
.gfm-benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(34,211,238,0.32), rgba(245,197,66,0.22), rgba(255,255,255,0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.gfm-benefit-card:hover {
    transform: translateY(-7px);
    border-color: rgba(34,211,238,0.34);
    box-shadow: 0 24px 56px rgba(2, 8, 23, 0.3);
}
.gfm-benefit-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 0.9rem;
    color: var(--gfm-white);
    background: linear-gradient(135deg, rgba(34,211,238,0.18), rgba(245,197,66,0.16));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
    animation: icon-pulse 3s ease-in-out infinite;
}
.gfm-benefit-card h4 {
    margin-bottom: 0.35rem;
    font-size: 1.04rem;
    color: var(--gfm-white);
}
.gfm-benefit-card p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.9);
    line-height: 1.7;
    font-size: 0.95rem;
    font-weight: 500;
}
.gfm-calculator-card {
    padding: 1.35rem;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.96), rgba(5, 12, 28, 0.92));
    box-shadow: 0 20px 50px rgba(2, 8, 23, 0.24);
    backdrop-filter: blur(14px);
}
.gfm-calculator-form h3 {
    margin-bottom: 0.35rem;
    color: var(--gfm-white);
}
.gfm-calculator-copy {
    color: rgba(248,251,255,0.86);
    margin-bottom: 1rem;
    line-height: 1.75;
}
.gfm-calculator-results {
    display: grid;
    gap: 0.9rem;
}
.gfm-result-card {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.05);
}
.gfm-result-label {
    display: block;
    color: rgba(248,251,255,0.78);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0.35rem;
}
.gfm-result-value {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--gfm-gold-400);
}
.gfm-calculator-note {
    padding: 0.8rem 0.95rem;
    border-radius: 14px;
    font-size: 0.9rem;
    color: rgba(248,251,255,0.84);
    background: rgba(245,197,66,0.1);
    border: 1px solid rgba(245,197,66,0.16);
}
.gfm-packages-table-card {
    padding: 1.15rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.95), rgba(5, 12, 28, 0.92));
    box-shadow: 0 16px 44px rgba(2, 8, 23, 0.23);
    backdrop-filter: blur(14px);
}
.gfm-packages-table-card .gfm-table {
    margin-bottom: 0;
}
.gfm-packages-table-card .gfm-table tbody tr:hover {
    background: rgba(34,211,238,0.08);
}
.gfm-trust-slider-shell {
    margin-top: 0.6rem;
}
.gfm-testimonial-swiper {
    position: relative;
    padding-bottom: 2.2rem;
}
.gfm-testimonial-controls {
    display: flex;
    justify-content: flex-end;
    gap: 0.6rem;
    margin-bottom: 0.9rem;
}
.gfm-testimonial-nav {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    color: var(--gfm-white);
    background: rgba(255,255,255,0.08);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
    transition: transform 0.2s ease, background 0.2s ease;
}
.gfm-testimonial-nav:hover {
    transform: translateY(-2px);
    background: rgba(34,211,238,0.16);
}
.gfm-testimonial-card {
    position: relative;
    height: 100%;
    padding: 1.25rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.13);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.98), rgba(5, 12, 28, 0.95));
    box-shadow: 0 18px 44px rgba(2, 8, 23, 0.24);
    backdrop-filter: blur(14px);
    overflow: hidden;
}
.gfm-testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(34,211,238,0.24), rgba(245,197,66,0.16), rgba(255,255,255,0.12));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.gfm-testimonial-card:hover {
    transform: translateY(-6px);
    border-color: rgba(34,211,238,0.34);
    box-shadow: 0 24px 54px rgba(2, 8, 23, 0.3);
}
.gfm-testimonial-top {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.75rem;
}
.gfm-testimonial-top h3 {
    margin-bottom: 0.2rem;
    color: var(--gfm-white);
    font-size: 1rem;
}
.gfm-testimonial-top p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.8);
}
.gfm-stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
    color: var(--gfm-gold-400);
}
.gfm-testimonial-copy {
    margin-bottom: 0.8rem;
    color: rgba(248,251,255,0.9);
    line-height: 1.8;
}
.gfm-testimonial-meta {
    font-size: 0.86rem;
    color: rgba(248,251,255,0.72);
}
.gfm-faq-panel,
.gfm-app-card {
    position: relative;
    height: 100%;
    padding: 1.2rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.13);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.98), rgba(5, 12, 28, 0.95));
    box-shadow: 0 18px 44px rgba(2, 8, 23, 0.24);
    backdrop-filter: blur(14px);
    overflow: hidden;
}
.gfm-faq-panel::before,
.gfm-app-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(34,211,238,0.24), rgba(245,197,66,0.16), rgba(255,255,255,0.12));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.gfm-accordion {
    display: grid;
    gap: 0.75rem;
}
.gfm-faq-item {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255,255,255,0.04);
}
.gfm-faq-item .accordion-button {
    color: var(--gfm-white);
    background: transparent;
    box-shadow: none;
    padding: 1rem 1.05rem;
}
.gfm-faq-item .accordion-button:not(.collapsed) {
    color: var(--gfm-white);
    background: rgba(34,211,238,0.08);
}
.gfm-faq-item .accordion-button::after {
    filter: brightness(1.7);
}
.gfm-faq-item .accordion-body {
    color: rgba(248,251,255,0.9);
    padding: 0 1.05rem 1rem;
}
.gfm-app-illustration {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.gfm-app-phone {
    width: 180px;
    height: 240px;
    padding: 0.7rem;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(34,211,238,0.18), rgba(245,197,66,0.14));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12), 0 18px 40px rgba(2, 8, 23, 0.26);
}
.gfm-app-screen {
    height: 100%;
    border-radius: 22px;
    padding: 1rem;
    background: rgba(2, 8, 23, 0.92);
    border: 1px solid rgba(255,255,255,0.1);
}
.gfm-app-screen-row {
    height: 12px;
    margin-bottom: 0.7rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(34,211,238,0.72), rgba(245,197,66,0.24));
}
.gfm-app-screen-row--short {
    width: 70%;
}
.gfm-app-card h3 {
    margin-bottom: 0.45rem;
    color: var(--gfm-white);
}
.gfm-app-card p {
    margin-bottom: 0;
    color: rgba(248,251,255,0.9);
    line-height: 1.75;
}
.gfm-trust-cta {
    margin-top: 1.6rem;
}
.gfm-newsletter-section {
    position: relative;
    overflow: hidden;
}
.gfm-newsletter-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 280px) 1fr;
    gap: 1.3rem;
    padding: 1.3rem;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(145deg, rgba(7, 17, 38, 0.98), rgba(5, 12, 28, 0.95));
    box-shadow: 0 20px 48px rgba(2, 8, 23, 0.25);
    backdrop-filter: blur(16px);
    overflow: hidden;
}
.gfm-newsletter-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(34,211,238,0.24), rgba(245,197,66,0.16), rgba(255,255,255,0.12));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.gfm-newsletter-visual {
    position: relative;
    min-height: 220px;
    border-radius: 24px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(34,211,238,0.16), rgba(245,197,66,0.12));
    border: 1px solid rgba(255,255,255,0.12);
    overflow: hidden;
}
.gfm-newsletter-visual i {
    position: relative;
    z-index: 1;
    font-size: 2.2rem;
    color: var(--gfm-white);
    animation: icon-pulse 3.4s ease-in-out infinite;
}
.gfm-newsletter-orb,
.gfm-newsletter-ring {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.gfm-newsletter-orb {
    inset: auto auto -22px -18px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(34,211,238,0.28), transparent 68%);
}
.gfm-newsletter-ring {
    inset: 24px 14px auto auto;
    width: 90px;
    height: 90px;
    border: 1px solid rgba(245,197,66,0.24);
    animation: light-drift 6.4s ease-in-out infinite;
}
.gfm-newsletter-content {
    position: relative;
    z-index: 1;
}
.gfm-newsletter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1rem;
}
.gfm-newsletter-form .gfm-form-group {
    flex: 1;
    min-width: 240px;
    margin-bottom: 0;
}
.gfm-newsletter-status {
    min-height: 1.5rem;
    margin-top: 0.8rem;
    color: var(--gfm-gold-400);
}
.gfm-newsletter-status.is-error {
    color: #fda4af;
}
.gfm-final-cta-section {
    padding-bottom: 4rem;
}
.gfm-final-cta-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 2rem;
    border-radius: 32px;
    border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(135deg, rgba(7, 17, 38, 0.98), rgba(6, 15, 34, 0.96));
    box-shadow: 0 24px 56px rgba(2, 8, 23, 0.28);
    overflow: hidden;
}
.gfm-final-cta-banner::before,
.gfm-final-cta-banner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(24px);
    pointer-events: none;
}
.gfm-final-cta-banner::before {
    inset: -36px auto auto -24px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(34,211,238,0.24), transparent 70%);
}
.gfm-final-cta-banner::after {
    inset: auto -50px -60px auto;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(245,197,66,0.18), transparent 68%);
}
.gfm-final-cta-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.gfm-final-shape {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.14);
    animation: float-soft 5.2s ease-in-out infinite;
}
.gfm-final-shape--one {
    width: 86px;
    height: 86px;
    top: 18px;
    right: 24px;
}
.gfm-final-shape--two {
    width: 56px;
    height: 56px;
    bottom: 24px;
    right: 18%;
    animation-delay: 1s;
}
.gfm-final-shape--three {
    width: 110px;
    height: 110px;
    left: 16px;
    bottom: 10px;
    animation-delay: 1.8s;
}
.gfm-final-cta-copy {
    position: relative;
    z-index: 1;
    max-width: 620px;
}
.gfm-final-cta-actions {
    position: relative;
    z-index: 1;
}
.gfm-ripple {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.45);
    transform: translate(-50%, -50%);
    animation: ripple 0.7s ease-out;
    pointer-events: none;
}
.swiper-pagination {
    position: static;
    margin-top: 1rem;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.3);
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: var(--gfm-gold-400);
}

@keyframes gfm-loader {
    from { transform: translateX(-22%); }
    to { transform: translateX(60%); }
}

@keyframes about-orbit {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

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

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

@keyframes hero-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@keyframes hero-rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes why-icon-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@keyframes icon-pulse {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-4px) scale(1.04); }
}

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

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

@keyframes flow-bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-2px); }
}

@keyframes roi-shimmer {
    0%, 100% { transform: scaleX(0.95); opacity: 0.84; }
    50% { transform: scaleX(1); opacity: 1; }
}

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

@keyframes light-drift {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(-8px, 10px, 0) scale(1.06); }
}

@keyframes particle-float {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(8px, -10px, 0); }
}

@keyframes map-pulse {
    0%, 100% { transform: translateY(0); box-shadow: 0 8px 24px rgba(2, 8, 23, 0.22); }
    50% { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(34, 211, 238, 0.22); }
}

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

@keyframes ripple {
    from { transform: translate(-50%, -50%) scale(0.5); opacity: 0.5; }
    to { transform: translate(-50%, -50%) scale(22); opacity: 0; }
}

@media (max-width: 991.98px) {
    .gfm-step-card {
        padding: 1.2rem;
    }
    .gfm-income-flow { justify-content: flex-start; }
    .gfm-income-flow i { display: none; }
    .gfm-flow-node { width: 100%; }
    .gfm-rank-timeline { flex-direction: column; overflow-x: visible; }
    .gfm-rank-card { flex-basis: 100%; }
    .pub-topbar .contact-info { display: none; }
    .gfm-network-grid { grid-template-columns: 1fr; }
    .gfm-hero-shell { padding: 5.2rem 0 3.8rem; }
    .gfm-hero-visual { min-height: 400px; margin-top: 1rem; }
    .why-feature-card { min-height: 200px; }
    .why-gfm-cta { padding: 1.3rem; }
    .gfm-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gfm-about-cta { flex-direction: column; align-items: flex-start; }
    .gfm-pricing-list li { font-size: 0.92rem; }
    .gfm-benefit-card { min-height: 210px; }
    .gfm-process-timeline { grid-template-columns: 1fr; }
    .gfm-process-timeline::before { display: none; }
    .gfm-business-plan-banner { flex-direction: column; align-items: flex-start; }
    .gfm-earn-grid { grid-template-columns: 1fr; }
    .gfm-withdraw-card { grid-template-columns: 1fr; }
    .gfm-member-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gfm-cta-banner { flex-direction: column; align-items: flex-start; }
    .gfm-achievement-journey { flex-direction: column; }
    .gfm-achievement-step { justify-content: space-between; }
    .gfm-achievement-step-arrow { transform: rotate(90deg); }
}

@media (max-width: 767.98px) {
    .gfm-section { padding: 2.4rem 0; }
    .gfm-section-head { margin-bottom: 1.1rem; }
    .gfm-hero-shell { padding-top: 3.6rem; }
    .gfm-newsletter { flex-direction: column; }
    .gfm-newsletter .gfm-form-control { max-width: none; }
    .gfm-hero-actions .btn-gfm { width: 100%; }
    .gfm-trust-grid { flex-direction: column; }
    .gfm-trust-pill { justify-content: center; }
    .gfm-hero-visual { min-height: 360px; }
    .hero-globe { width: 200px; height: 200px; }
    .hero-ring--outer { width: 260px; height: 260px; }
    .hero-ring--inner { width: 190px; height: 190px; }
    .hero-dashboard-card--top { top: 8%; right: 4%; }
    .hero-dashboard-card--bottom { bottom: 8%; left: 4%; }
    .hero-side-card--one { top: 38%; left: 4%; }
    .hero-side-card--two { right: 4%; bottom: 28%; }
    .gfm-about-values { grid-template-columns: 1fr; }
    .gfm-about-cta { padding: 1.25rem; }
    .gfm-timeline { grid-template-columns: 1fr; }
    .gfm-timeline::before { display: none; }
    .gfm-pricing-list li { flex-direction: column; align-items: flex-start; }
    .gfm-packages-table-card { padding: 0.85rem; }
    .gfm-calculator-card { padding: 1rem; }
    .gfm-benefit-card { min-height: auto; }
    .gfm-status-flow { flex-direction: column; align-items: flex-start; }
    .gfm-business-plan-banner { padding: 1.15rem; }
    .gfm-member-benefits { grid-template-columns: 1fr; }
    .gfm-flow-steps { justify-content: flex-start; }
    .gfm-flow-arrow { display: none; }
    .gfm-flow-step { width: 100%; }
}
