/* ============================================================
   GLOBAL.CSS
   ============================================================ */

/* VARIABLES */
:root {
    --color-text: #ffffff;
    --color-primary: #051019;
    --color-secondary: #ff5722;
    --color-accent: #aae6fa;
    --color-green-accent: #99cc99;
    --color-red-accent: #ed8c8c;
    --color-gray-accent: #cbe0ff;
    --color-button: #084d77;
    --color-numbers: #ffff83;
    --color-container: rgba(255, 255, 255, 0.02);
    --color-green: rgba(162, 255, 162, 0.44);
    --color-green-border: solid 1px #99cc99;
    --color-red: #813d3d;
    --color-red-border: solid 1px #ed8c8c;
    --color-gray: #586d81;
    --color-gray-border: solid 1px #cbe0ff;

    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-full: 9999px;
    --border-container: solid 2px rgba(204, 224, 255, 0.7);

    --gradient-blue: linear-gradient(135deg, rgba(12, 81, 245, 0.5) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(12, 81, 245, 0.5) 100%);
    --gradient-title: linear-gradient(281deg, #f4f4f4 12.58%, #5689b1 121.95%);
    --gradient-sub: linear-gradient(90deg, #aae6fa 0%, #fff 100%);
}

/* RESET */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* TYPOGRAPHY 
h1, h2, h3, h4, h5, h6, p { 
    margin: 0;
}*/


h1 {
    font-size: clamp(2.4rem, 4vw, 4.5rem);
    line-height: 1;
    font-weight: 800;
}

h2 {
    font-size: clamp(1.9rem, 2.5vw, 3rem);
    line-height: 1.1;
    font-weight: 700;
}

h3 {
    font-size: clamp(1.2rem, 1.3vw, 1.7rem);
    line-height: 1.25;
    font-weight: 600;
}

p {
    font-size: clamp(0.95rem, 0.5vw + 0.6rem, 1.125rem);
    line-height: 1.6;
}

/* UTILITIES */
.font-xs {
    font-size: clamp(0.65rem, 0.3vw + 0.55rem, 0.75rem);
}

.font-sm {
    font-size: clamp(0.8rem, 0.35vw + 0.65rem, 0.875rem);
}

.font-md {
    font-size: clamp(0.95rem, 0.5vw + 0.7rem, 1.125rem);
}

.font-lg {
    font-size: clamp(1.125rem, 0.8vw + 0.8rem, 1.5rem);
}

.font-xl {
    font-size: clamp(1.5rem, 1.2vw + 0.9rem, 2rem);
}

.font-2xl {
    font-size: clamp(2rem, 1.6vw + 1.1rem, 2.5rem);
}

.font-3xl {
    font-size: clamp(2.5rem, 2.5vw + 1.3rem, 3.5rem);
}

.font-4xl {
    font-size: clamp(3rem, 3.5vw + 1.5rem, 4.5rem);
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.thick {
    font-weight: 900;
}

.section {
    padding: 3rem 1rem;
}

.flex {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.p-0 {
    padding: 0;
}

.p-10 {
    padding: 1rem;
}

.p-20 {
    padding: 2rem;
}

.p-30 {
    padding: 3rem;
}

.p-40 {
    padding: 4rem;
}

.pb-05 {
    padding-bottom: 0.5rem;
}

.pb-10 {
    padding-bottom: 1rem;
}

.pb-20 {
    padding-bottom: 2rem;
}

.pb-30 {
    padding-bottom: 3rem;
}

.pb-40 {
    padding-bottom: 4rem;
}

.pb-50 {
    padding-bottom: 5rem;
}

.secondary {
    padding: 2rem 1rem;
    background-color: #fafafa;
}

.blue-bg {
    background-image: url('https://fxcentrum.com/wp-content/uploads/2025/11/bg-blue.webp');
}

#bgdepositbonus {
    background-image: url('https://fxcentrum.com/wp-content/uploads/2025/11/circles-2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.text-white {
    color: #ffffff !important;
}

.full {
    width: 100%;
    background-color: transparent;
}

.empty {
    background-color: transparent;
}

/* TITLES / TEXT */
.mtitle {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.container-title {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
}

.ntitle {
    color: #00244a;
    text-align: left;
}

.ptitle {
    font-size: clamp(0.95rem, 0.5vw + 0.6rem, 1.15rem);
    font-weight: 400;
    width: 34%;
    text-align: right;
    text-transform: none;
}

.titles {
    font-size: clamp(1.9rem, 1.8vw + 1rem, 3rem);
    font-weight: 600;
    color: #00244a;
    line-height: 1.2;
}

.titleslightblue {
    color: #073f92;
}

.titleblue {
    color: #073f92;
    font-size: 1.2rem;
    font-weight: 600;
}

.ntext {
    font-size: clamp(0.95rem, 0.5vw + 0.6rem, 1.15rem);
}

.ybtext {
    color: #ffb93e;
    font-size: 3rem;
    font-weight: 600;
}

.ystext {
    color: #ffb93e;
    font-size: 1.7rem;
    font-weight: 600;
}

.stext {
    color: #fff;
    text-transform: uppercase;
}

/* BUTTONS */
.mainbtn {
    color: #020106;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 44px;
    border: 1.4px solid #ffe0a9;
    background: linear-gradient(90deg, #ffb93e 0.5%, #996f25 100%);
}

.b100 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    color: #020106;
    font-size: 2.2rem;
    font-weight: 600;
    border-radius: 1.7rem;
    border: 1.4px solid #ffe0a9;
    background: linear-gradient(90deg, #ffb93e 0.5%, #996f25 100%);
}

.btns {
    padding: 10px 20px;
    border: 2px solid #073f92;
    border-radius: 40px;
    background: #fff;
    width: 100%;
}

.example {
    z-index: 3;
    background-color: #073f92;
    color: #fff;
}

.blue-buttons {
    display: inline-block;
    background-color: #073f92;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    align-self: flex-start;
    margin-top: auto;
    white-space: nowrap;
}

/* CARDS / BOXES */
.cards {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background-color: #f1f2f4;
}

.insidecards {
    padding: 1rem;
}

.whychoose {
    text-align: center;
    background-color: transparent;
}

.numberblue {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    width: 32px;
    height: 32px;
    background-color: #073f92;
    border-radius: 50%;
}

/* HOW IT WORKS */
.how-works-container {
    display: flex;
    flex-direction: row;
    color: #fff;
    gap: 20px;
    width: 100%;
}

.how-works-main {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.how-works-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    width: 100%;
}

.how-works-squares {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.75rem;
    border-radius: 20px;
    background-color: #073f92;
    padding: 10px 20px 20px;
    height: 220px;
    z-index: 1;
    overflow: hidden;
}

.how-works-squares::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, rgb(0, 36, 74) 100%);
}

.how-works-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.how-works-number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    color: #073f92;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
}

.how-works-signup {
    background-image: url("/wp-content/uploads/2025/11/signup1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.how-works-deposit {
    background-image: url("/wp-content/uploads/2025/11/deposit1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.how-works-trade {
    background-image: url("/wp-content/uploads/2025/11/trade1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.how-works-withdraw {
    background-image: url("/wp-content/uploads/2025/11/withdraw1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* EXAMPLE STACK */
.example-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 1.7rem;
}

.deposit-200,
.get-bonus,
.trade-400 {
    margin-left: -10px;
}

.deposit-200 {
    z-index: 2;
}

.get-bonus {
    z-index: 1;
}

.trade-400 {
    z-index: 0;
}

/* HERO */
.bg-hero {
    background-image: url('https://fxcentrum.com/wp-content/uploads/2026/03/bg-100db-10-scaled.webp');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 3rem 1rem;
    overflow: hidden;
    box-sizing: border-box;
}

.fxc-hero-content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.fxc-hero-eyebrow {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.9;
}

.fxc-hero-title {
    margin: 0 auto 18px;
    max-width: 1024px;
    font-size: clamp(30px, 6vw, 64px);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #ffffff;
    text-transform: uppercase;
}

.fxc-hero-description {
    margin: 0 auto;
    max-width: 864px;
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.45;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

.fxc-hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.fxc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 58px;
    padding: 16px 30px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.fxc-btn-primary {
    background: linear-gradient(135deg, rgb(255, 185, 62) 0%, rgb(7, 63, 146) 100%);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(92, 101, 255, 0.28);
}

.fxc-btn-primary:hover,
.fxc-btn-secondary:hover {
    transform: translateY(-2px);
    opacity: 0.96;
}

.fxc-btn-secondary {
    background: #ffffff;
    color: #111111;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.fxc-hero-image-wrap {
    width: 100%;
    max-width: 1180px;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 1.5rem;
    padding: 0.5rem 0.5rem 0;
}

.fxc-hero-image-wrap img {
    border-radius: 1rem 1rem 0 0;
}

.fxc-hero-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 28px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.22);
}

/* DEPOSIT / WITHDRAWAL */
.deposit-withdrawal-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.deposit-withdrawal-main {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.deposit-background {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    padding: 20px;
    gap: 12px;
}

.deposit-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 8px;
    background-color: #073f92;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.deposit-img img {
    display: block;
    width: 18px;
    height: auto;
}

.deposit-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 44px;
}

.deposit-main h4,
.deposit-video-description h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #073f92;
    margin: 0;
    line-height: 1.3;
}

.deposit-main p,
.deposit-main ul,
.deposit-video-description p {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #333;
    margin: 0;
}

.deposit-main ul {
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.direction-row {
    flex-direction: row !important;
    gap: 24px;
    align-items: flex-start;
}

.deposit-video-description {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.deposit-video {
    border-radius: 12px;
}

.deposit-video lite-youtube {
    width: 100%;
    border-radius: 12px;
}

/* TABLET */
@media (max-width: 1024px) {
    .font-lg {
        font-size: 1rem !important;
    }

    .font-2xl {
        font-size: clamp(1.5rem, 1.2vw + 0.9rem, 2rem) !important;
    }

    .font-3xl {
        font-size: clamp(1.5rem, 1.5vw + 1.1rem, 2.5rem) !important;
        line-height: 2rem !important;
    }

    .font-4xl {
        font-size: clamp(2rem, 2.5vw + 1.3rem, 3.5rem) !important;
        line-height: 2.5rem !important;
    }

    .section {
        padding: 2rem 1rem;
    }

    .how-works-container {
        flex-wrap: wrap;
    }

    .how-works-main {
        width: calc(50% - 10px);
    }

    .example-main {
        font-size: 1rem;
    }

    .fxc-hero-content {
        max-width: 860px;
    }

    .fxc-hero-title {
        max-width: 820px;
    }

    .fxc-hero-description {
        max-width: 620px;
    }

    .fxc-hero-image-wrap {
        margin-top: 32px;
        border-radius: 1.5rem 1.5rem 0 0;
    }

    .fxc-hero-image-wrap img {
        border-radius: 1rem 1rem 0 0;
    }

    .bg-hero {
        min-height: 750px;
        background-position: center;
    }

    .deposit-withdrawal-main {
        flex-wrap: wrap;
    }

    .deposit-background {
        flex: 1 1 calc(50% - 10px);
        min-width: 260px;
    }

    .direction-row {
        flex: 1 1 100%;
        flex-direction: row !important;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .section {
        padding: 2rem 1rem;
    }

    .container-title {
        flex-direction: column;
        gap: 12px;
    }

    .ptitle {
        width: 100%;
        text-align: left;
    }

    .example-main {
        flex-direction: column;
        font-size: 1rem;
        gap: 10px;
    }

    .deposit-200,
    .get-bonus,
    .trade-400 {
        margin-left: 0;
    }

    .fxc-hero-eyebrow {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .fxc-hero-title {
        font-size: clamp(28px, 9vw, 42px);
        line-height: 1.02;
        margin-bottom: 14px;
    }

    .fxc-hero-description {
        font-size: 15px;
        line-height: 1.5;
        max-width: 100%;
    }

    .fxc-hero-buttons {
        flex-direction: column;
        gap: 12px;
        margin-top: 24px;
    }

    .fxc-btn {
        width: 100%;
        max-width: 320px;
        min-width: unset;
        min-height: 54px;
        padding: 15px 22px;
        font-size: 14px;
    }

    .fxc-hero-image-wrap {
        margin-top: 0;
        border-bottom-width: 0;
    }

    .fxc-hero-image {
        border-radius: 18px;
    }

    .bg-hero {
        background-image: url('https://fxcentrum.com/wp-content/uploads/2026/03/bg-resized.webp');
        min-height: 650px;
        padding: 0 1rem;
        background-position: center;
        background-size: cover;
    }

    .mainbtn {
        width: 100%;
        font-size: 1rem;
    }

    .cards,
    .how-works-main,
    .deposit-video-description,
    .deposit-video {
        width: 100%;
    }

    .deposit-video-description,
    .deposit-video {
        max-width: 100%;
    }
}

/* SMALL MOBILE */
@media (max-width: 640px) {
    .deposit-withdrawal-main {
        flex-direction: column;
    }

    .deposit-background {
        flex: 1 1 100%;
        min-width: unset;
    }

    .direction-row {
        flex-direction: column !important;
    }

    .blue-buttons {
        align-self: stretch;
        text-align: center;
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .section {
        padding: 1.5rem 1rem;
    }
}