:root {
    --gold: #D4AF37;
    --gold-l: #F2D060;
    --gold-d: #A88B20;
    --bg: #0d0d0d;
    --bg2: #121212;
    --bg3: #161616;
    --card: #141414;
    --border: #1f1f1f;
    --border2: #2a2a2a;
    --text: #d4d4d4;
    --muted: #6b6b6b;
    --r: 14px;
    --rl: 20px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}
body {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
    direction: rtl;
    text-align: center;
}
h1, h2, h3, h4, h5, h6, .navbar-brand, .sec-title, .hero-title, .s-num, .f-logo, .btn-g, .btn-og, .svc-title, .art-title, .p-title, .bb-n, .flt-val, .t-num {
    font-family: 'Cairo', sans-serif;
}
a {
    text-decoration: none !important;
}
::selection {
    background: var(--gold);
    color: #000;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background: var(--bg2);
}
::-webkit-scrollbar-thumb {
    background: var(--gold-d);
    border-radius: 6px;
}
.navbar {
    background: transparent;
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0.4s;
    border-bottom: 1px solid transparent;
}
.navbar.scrolled {
    background: rgba(10, 10, 10, 0.97);
    backdrop-filter: blur(20px);
    border-bottom-color: rgba(212, 175, 55, 0.1);
}
.navbar .container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-items: center;
}
.lang-switch {
    justify-self: start;
    margin-right: 0;
    margin-left: 0;
}
.navbar-brand {
    font-size: 1.15rem;
    font-weight: 900;
    color: var(--gold) !important;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 1;
}
.navbar-brand span {
    color: #fff;
}
.lang-btn {
    background: transparent;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 40px;
    padding: 6px 12px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--muted);
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0;
    font-family: 'Cairo', sans-serif;
}
.lang-btn i {
    font-size: 1.1rem;
}
.lang-btn:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(212, 175, 55, 0.05);
    transform: translateY(-2px);
}
.customers-badge {
    display: inline-block;
}
.badge-customers {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.05));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 60px;
    padding: 8px 22px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
    display: inline-block;
}
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    background: radial-gradient(ellipse 80% 55% at 50% -5%, rgba(212, 175, 55, 0.07) 0%, transparent 70%), var(--bg);
    text-align: center;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(212, 175, 55, 0.016) 60px), repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(212, 175, 55, 0.016) 60px);
    pointer-events: none;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 175, 55, 0.07);
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 50px;
    padding: 7px 18px;
    font-size: 0.78rem;
    color: var(--gold);
    margin-bottom: 22px;
    font-weight: 600;
    justify-content: center;
}
.live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    animation: pulse 1.4s infinite;
    flex-shrink: 0;
}
h1.hero-title {
    font-size: clamp(2rem, 4.5vw, 3.3rem);
    font-weight: 900;
    line-height: 1.28;
    margin-bottom: 20px;
}
.grad {
    background: linear-gradient(135deg, var(--gold-l) 0%, var(--gold) 55%, #b8870c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero p {
    font-size: 0.93rem;
    color: var(--muted);
    line-height: 2;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.btn-g {
    background: linear-gradient(135deg, var(--gold-l), var(--gold), var(--gold-d));
    color: #000;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 0.9rem;
    font-weight: 800;
    transition: 0.35s;
    box-shadow: 0 4px 24px rgba(212, 175, 55, 0.2);
    display: inline-block;
}
.btn-g:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 34px rgba(212, 175, 55, 0.35);
    color: #000;
}
.btn-og {
    background: transparent;
    color: var(--gold);
    border: 1.5px solid rgba(212, 175, 55, 0.45);
    border-radius: 50px;
    padding: 11px 28px;
    font-size: 0.9rem;
    font-weight: 700;
    transition: 0.3s;
    display: inline-block;
}
.btn-og:hover {
    background: rgba(212, 175, 55, 0.07);
    border-color: var(--gold);
    transform: translateY(-3px);
    color: var(--gold);
}
.flt {
    position: absolute;
    background: rgba(12, 12, 12, 0.97);
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 12px;
    padding: 11px 15px;
    backdrop-filter: blur(16px);
}
.flt.f1 {
    bottom: 32px;
    right: -12px;
    animation: fl1 4s ease-in-out infinite;
}
.flt.f2 {
    top: 32px;
    left: -12px;
    animation: fl2 4s ease-in-out infinite 1.5s;
}
.flt-val {
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
}
.flt-lbl {
    font-size: 0.68rem;
    color: var(--muted);
    margin-top: 3px;
}
.gd {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.13), transparent);
}
.stats-wrap {
    background: var(--bg2);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.s-card {
    text-align: center;
    padding: 32px 16px;
    position: relative;
}
.s-ico {
    width: 46px;
    height: 46px;
    background: rgba(212, 175, 55, 0.07);
    border: 1px solid rgba(212, 175, 55, 0.14);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.1rem;
    color: var(--gold);
}
.s-num {
    font-size: 2.3rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}
.s-num em {
    color: var(--gold);
    font-style: normal;
}
.s-lbl {
    color: var(--muted);
    font-size: 0.82rem;
    margin-top: 6px;
}
section {
    padding: 80px 0;
}
.sec-tag {
    display: inline-block;
    background: rgba(212, 175, 55, 0.07);
    border: 1px solid rgba(212, 175, 55, 0.18);
    color: var(--gold);
    font-size: 0.73rem;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 50px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}
.sec-title {
    font-size: clamp(1.5rem, 3vw, 2.3rem);
    font-weight: 900;
    line-height: 1.32;
    margin-bottom: 10px;
}
.sec-sub {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 2;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.g-line {
    width: 52px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), transparent);
    border-radius: 3px;
    margin: 14px auto 0;
}
.feat-section {
    background: var(--bg2);
}
.fc {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--rl);
    padding: 28px 24px;
    height: 100%;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.fc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
    opacity: 0;
    transition: 0.4s;
}
.fc:hover {
    border-color: rgba(212, 175, 55, 0.22);
    transform: translateY(-6px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.7);
}
.fc:hover::before {
    opacity: 1;
}
.fc-ico {
    width: 46px;
    height: 46px;
    background: rgba(212, 175, 55, 0.07);
    border: 1px solid rgba(212, 175, 55, 0.14);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 1.15rem;
    color: var(--gold);
    transition: 0.35s;
}
.fc:hover .fc-ico {
    background: linear-gradient(135deg, var(--gold), var(--gold-d));
    color: #000;
    border-color: transparent;
}
.fc h5 {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}
.fc p {
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.9;
    margin: 0;
}
.about-section {
    background: var(--bg);
    text-align: center;
}
.bbl {
    position: absolute;
    background: rgba(12, 12, 12, 0.97);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 11px 16px;
    backdrop-filter: blur(16px);
}
.bbl.b1 {
    bottom: -10px;
    left: 14px;
    animation: fl1 5s ease-in-out infinite;
}
.bbl.b2 {
    top: 22px;
    right: -6px;
    animation: fl2 5s ease-in-out infinite 2s;
}
.bb-n {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--gold);
    display: block;
    line-height: 1;
}
.bb-t {
    font-size: 0.69rem;
    color: var(--muted);
}
.ab-list {
    list-style: none;
    padding: 0;
    max-width: 500px;
    margin: 20px auto 0;
    text-align: right;
}
.ab-list li {
    color: var(--muted);
    font-size: 0.88rem;
    padding: 9px 0;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
}
.ab-list li:last-child {
    border: none;
}
.ab-list li i.fa-circle-check {
    color: var(--gold);
    font-size: 0.72rem;
    flex-shrink: 0;
}
.services-section {
    background: var(--bg3);
}
.svc {
    border-radius: var(--rl);
    padding: 30px 26px;
    height: 100%;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.svc:hover {
    transform: translateY(-7px);
}
.svc-crypto {
    background: linear-gradient(150deg, #0b1020, #0d1525);
    border: 1px solid rgba(99, 179, 237, 0.18);
}
.svc-crypto:hover {
    border-color: rgba(99, 179, 237, 0.42);
    box-shadow: 0 20px 56px rgba(99, 179, 237, 0.07);
}
.svc-crypto .svc-ico {
    background: rgba(99, 179, 237, 0.1);
    border: 1px solid rgba(99, 179, 237, 0.22);
    color: #63b3ed;
}
.svc-consult {
    background: linear-gradient(150deg, #100e1f, #150d25);
    border: 1px solid rgba(167, 139, 250, 0.18);
}
.svc-consult:hover {
    border-color: rgba(167, 139, 250, 0.42);
    box-shadow: 0 20px 56px rgba(167, 139, 250, 0.07);
}
.svc-consult .svc-ico {
    background: rgba(167, 139, 250, 0.1);
    border: 1px solid rgba(167, 139, 250, 0.22);
    color: #a78bfa;
}
.svc-manage {
    background: linear-gradient(150deg, #0b1a0b, #0d1f0d);
    border: 1px solid rgba(74, 222, 128, 0.18);
}
.svc-manage:hover {
    border-color: rgba(74, 222, 128, 0.42);
    box-shadow: 0 20px 56px rgba(74, 222, 128, 0.07);
}
.svc-manage .svc-ico {
    background: rgba(74, 222, 128, 0.1);
    border: 1px solid rgba(74, 222, 128, 0.22);
    color: #4ade80;
}
.svc-forex {
    background: linear-gradient(150deg, #1a1200, #181500);
    border: 1px solid rgba(212, 175, 55, 0.22);
}
.svc-forex:hover {
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 20px 56px rgba(212, 175, 55, 0.08);
}
.svc-forex .svc-ico {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.22);
    color: var(--gold);
}
.svc-pamm {
    background: linear-gradient(150deg, #0d1520, #0f1c2c);
    border: 1px solid rgba(251, 191, 36, 0.18);
}
.svc-pamm:hover {
    border-color: rgba(251, 191, 36, 0.42);
    box-shadow: 0 20px 56px rgba(251, 191, 36, 0.07);
}
.svc-pamm .svc-ico {
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(251, 191, 36, 0.22);
    color: #fbbf24;
}
.svc-ico {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin: 0 auto 20px;
    transition: 0.35s;
    flex-shrink: 0;
}
.svc:hover .svc-ico {
    transform: scale(1.1) rotate(-4deg);
}
.svc-title {
    font-size: 1.08rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
}
.svc-desc {
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.9;
    margin-bottom: 20px;
    flex: 1;
}
.price-pills {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
}
.pp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 10px 14px;
    transition: 0.25s;
}
.pp-period {
    font-size: 0.8rem;
    color: var(--muted);
}
.pp-right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.pp-price {
    font-size: 1rem;
    font-weight: 900;
    color: #fff;
    font-family: 'Cairo', sans-serif;
}
.pp-save {
    font-size: 0.66rem;
    background: rgba(74, 222, 128, 0.14);
    color: #4ade80;
    border-radius: 50px;
    padding: 2px 9px;
    font-weight: 700;
}
.free-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(74, 222, 128, 0.09);
    border: 1px solid rgba(74, 222, 128, 0.22);
    border-radius: 50px;
    padding: 6px 15px;
    color: #4ade80;
    font-size: 0.82rem;
    font-weight: 700;
    margin: 0 auto 14px;
}
.svc-note {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 0.8rem;
    color: var(--muted);
    line-height: 1.8;
    margin-top: 10px;
}
.profit-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 50px;
    padding: 7px 15px;
    color: var(--gold);
    font-size: 0.85rem;
    font-weight: 800;
    margin: 0 auto 14px;
}
.articles-section {
    background: var(--bg);
}
.art-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--rl);
    overflow: hidden;
    transition: 0.4s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.art-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.7);
}
.art-hero-img {
    width: 100%;
    height: 170px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0f0f12;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
}
.art-content {
    padding: 22px 22px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.art-title {
    font-size: 1.05rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.art-text {
    color: var(--muted);
    font-size: 0.85rem;
    line-height: 1.95;
    margin-bottom: 22px;
    flex: 1;
}
.art-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    justify-content: center;
}
.btn-tv {
    background: linear-gradient(135deg, #2962ff, #1565c0);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 11px 22px;
    font-size: 0.83rem;
    font-weight: 700;
    transition: 0.35s;
    display: inline-block;
}
.btn-tv:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(41, 98, 255, 0.3);
    color: #fff;
}
.btn-bnb {
    background: linear-gradient(135deg, #f0b90b, #d4a017);
    color: #000;
    border: none;
    border-radius: 50px;
    padding: 11px 22px;
    font-size: 0.83rem;
    font-weight: 800;
}
.btn-bnb:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(240, 185, 11, 0.3);
    color: #000;
}
.btn-trezor {
    background: linear-gradient(135deg, #00854d, #006b3e);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 11px 22px;
    font-size: 0.83rem;
    font-weight: 700;
}
.btn-trezor:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(0, 133, 77, 0.3);
    color: #fff;
}
.btn-ledger {
    background: linear-gradient(135deg, #2d2d2d, #111);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    padding: 11px 22px;
    font-weight: 700;
}
.btn-ledger:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.5);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
}
.btn-vantage-demo {
    background: linear-gradient(135deg, #1e6f5c, #289672);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 11px 22px;
    font-weight: 700;
}
.btn-vantage-live {
    background: linear-gradient(135deg, #134b3f, #1e6f5c);
    color: #fff;
    border: 1px solid rgba(0, 200, 150, 0.4);
    border-radius: 50px;
    padding: 11px 22px;
    font-weight: 700;
}
.testi-section {
    background: var(--bg2);
}
.tc {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--rl);
    padding: 24px;
    height: 100%;
    transition: 0.35s;
    text-align: center;
}
.tc:hover {
    border-color: rgba(212, 175, 55, 0.16);
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.6);
}
.tc-stars {
    color: var(--gold);
    font-size: 0.82rem;
    letter-spacing: 3px;
    margin-bottom: 14px;
}
.tc-txt {
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.95;
    margin-bottom: 18px;
}
.tc-txt::before {
    content: '"';
    color: var(--gold);
    font-size: 1.7rem;
    line-height: 0;
    vertical-align: -0.48em;
    margin-left: 4px;
}
.tc-author {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
.tc-av {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-d), var(--gold));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 900;
    color: #000;
    flex-shrink: 0;
}
.tc-name {
    font-weight: 800;
    font-size: 0.87rem;
    color: #fff;
}
.tc-role {
    font-size: 0.73rem;
    color: var(--muted);
}
.faq-section {
    background: var(--bg);
    text-align: center;
}
.accordion {
    text-align: right;
}
.accordion-item {
    background: var(--card) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--r) !important;
    margin-bottom: 10px !important;
    overflow: hidden;
}
.accordion-button {
    background: var(--card) !important;
    color: #fff !important;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    direction: rtl;
    box-shadow: none !important;
    padding: 17px 22px !important;
}
.accordion-button:not(.collapsed) {
    color: var(--gold) !important;
    background: rgba(212, 175, 55, 0.03) !important;
}
.accordion-button::after {
    filter: invert(70%) sepia(50%) saturate(500%) hue-rotate(5deg);
    margin-right: auto;
    margin-left: 0;
}
.accordion-body {
    background: transparent;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.95;
    padding: 0 22px 20px !important;
    direction: rtl;
}
.cta-sec {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.06), rgba(212, 175, 55, 0.02), transparent);
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    padding: 80px 0;
    text-align: center;
}
footer {
    background: var(--bg2);
    border-top: 1px solid var(--border);
    padding: 56px 0 26px;
    text-align: center;
}
.f-logo {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--gold);
    margin-bottom: 10px;
}
.f-logo span {
    color: #fff;
}
.f-desc {
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.9;
    max-width: 260px;
    margin: 0 auto;
}
.f-title {
    font-size: 0.9rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    display: inline-block;
}
.f-social {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 16px;
    flex-wrap: wrap;
}
.soc {
    width: 37px;
    height: 37px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    font-size: 0.85rem;
    transition: 0.3s;
}
.soc:hover {
    background: var(--gold);
    color: #000;
    border-color: var(--gold);
    transform: translateY(-2px);
}
.f-bottom {
    border-top: 1px solid var(--border);
    padding-top: 22px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.f-bottom p {
    color: #404040;
    font-size: 0.76rem;
    margin: 0;
}
@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.85); }
}
@keyframes fl1 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@keyframes fl2 {
    0%, 100% { transform: translateY(-5px); }
    50% { transform: translateY(6px); }
}
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: 0.7s ease;
}
.reveal.on {
    opacity: 1;
    transform: none;
}
@media (max-width: 991px) {
    .hero {
        padding-top: 92px;
    }
    .hero-btns {
        justify-content: center !important;
    }
    .navbar .container {
        grid-template-columns: 1fr auto 1fr;
    }
}