/*
Theme Name: Forexism Dark Child
Theme URI: https://forexism.co
Description: Dark child theme for the WordPress-powered Forexism frontend.
Author: Codex
Template: hello-elementor
Version: 1.0.0
Text Domain: forexism-dark-child
*/

:root {
    --forexism-bg: #150F25;
    --forexism-surface: #1d1731;
    --forexism-surface-strong: #241d3b;
    --forexism-primary: #5928E5;
    --forexism-primary-soft: rgba(89, 40, 229, 0.22);
    --forexism-border: rgba(255, 255, 255, 0.12);
    --forexism-text: #ffffff;
    --forexism-text-soft: rgba(255, 255, 255, 0.76);
    --forexism-text-faint: rgba(255, 255, 255, 0.58);
    --forexism-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
    --forexism-font: "Inter Tight", sans-serif;
    --forexism-heading: "Bricolage Grotesque", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--forexism-font);
    font-weight: 400;
    background:
        radial-gradient(circle at top left, rgba(89, 40, 229, 0.18), transparent 30%),
        radial-gradient(circle at top right, rgba(89, 40, 229, 0.14), transparent 32%),
        linear-gradient(180deg, #130e22 0%, #171129 100%) !important;
    background-color: var(--forexism-bg) !important;
    color: var(--forexism-text);
}

button,
input,
select,
textarea {
    font-family: var(--forexism-font);
    font-weight: 400;
    color: var(--forexism-text);
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
}

.fxcalc-body,
.fxcalc-body *,
.fxcalc-body *::before,
.fxcalc-body *::after,
.fxcalc-hero,
.fxcalc-hero *,
.fxcalc-hero *::before,
.fxcalc-hero *::after {
    box-sizing: border-box;
}

.fxcalc-body .fxc-input,
.fxcalc-body .fxc-select,
.fxcalc-body .fxc-btn {
    max-width: 100%;
}

.fxcalc-body .fxc-input,
.fxcalc-body .fxc-select {
    background-color: rgba(255, 255, 255, 0.06) !important;
    background-image: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 600;
    color: var(--forexism-text);
}

a {
    color: inherit;
}

/* ==========================================================================
   DYNAMIC PAYMENT METHODS STYLES
   ========================================================================== */
.pay-method {
    margin-bottom: 20px;
    border: 1px solid var(--forexism-border);
    border-radius: 12px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.3s ease;
}

.pay-method:hover {
    border-color: var(--forexism-primary);
    background: rgba(255, 255, 255, 0.04);
}

.pay-method__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    color: var(--forexism-text);
    margin-bottom: 10px;
    font-size: 15px;
}

.pay-method__detail {
    font-size: 13.5px;
    color: var(--forexism-text-soft);
    line-height: 1.6;
    margin-bottom: 12px;
}

.pay-method__image {
    margin-bottom: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 8px;
    border: 1px dashed var(--forexism-border);
}

.pay-method__image img {
    max-height: 180px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.pay-method__actions {
    display: flex;
    gap: 8px;
}

.pay-method__actions .pay-btn-copy {
    flex: 1;
}
