/* ==================================
   VÁRIAVEIS & RESET (TEMA DARK/RADAR)
================================== */
:root {
    --color-bg-dark: #05070b;
    --color-bg-panel: #10141c;
    --color-bg-panel-strong: #151b24;
    --color-primary: #ff4d2e;
    --color-primary-hover: #e23f22;
    --color-primary-soft: rgba(255, 77, 46, 0.16);
    --color-success: #38d39f;
    --color-text-main: #f7f1e8;
    --color-text-dim: #9ea9b7;
    --color-border: rgba(255, 255, 255, 0.1);
    --color-ink: #d7c5b0;
    
    --font-heading: 'Bebas Neue', sans-serif;
    --font-body: 'IBM Plex Sans', sans-serif;
    
    --border-radius: 10px;
    --border-radius-lg: 22px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--color-bg-dark);
    color: var(--color-text-main);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    overflow-x: hidden;
}

/* ==================================
   FUNDO ANIMADO (RADAR GRID)
================================== */
.bg-radar {
    background-image: 
        radial-gradient(circle at top, rgba(255, 77, 46, 0.18) 0%, transparent 30%),
        radial-gradient(circle at 85% 15%, rgba(56, 211, 159, 0.08) 0%, transparent 25%),
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 54px 54px, 54px 54px;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.bg-radar::before {
    content: '';
    position: fixed;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 7, 11, 0.1), rgba(5, 7, 11, 0.72)),
        radial-gradient(circle at center, transparent 0, transparent 48%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
    z-index: -2;
}

.bg-radar::after {
    content: '';
    position: fixed;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.06) 0.8px, transparent 0.8px);
    background-size: 18px 18px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0));
    pointer-events: none;
    opacity: 0.24;
    z-index: -1;
}

.page-orbit,
.page-grid-lines {
    position: fixed;
    pointer-events: none;
}

.page-orbit {
    width: 28rem;
    height: 28rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.02), 0 0 120px rgba(255, 77, 46, 0.12);
    opacity: 0.7;
}

.orbit-left {
    top: -8rem;
    left: -12rem;
}

.orbit-right {
    right: -10rem;
    bottom: -10rem;
}

.page-grid-lines {
    inset: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.04);
    z-index: -1;
}

/* ==================================
   PÁGINA 1: LANDING PAGE CAPTURA
================================== */
.landing-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.hero-shell {
    width: 100%;
    position: relative;
}

.hero-panel {
    position: relative;
    width: 100%;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    background:
        linear-gradient(145deg, rgba(16, 20, 28, 0.88), rgba(9, 11, 17, 0.96)),
        rgba(16, 20, 28, 0.92);
    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.48),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.hero-panel::before {
    content: '';
    position: absolute;
    inset: 1rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.hero-panel::after {
    content: '';
    position: absolute;
    top: -5rem;
    right: -4rem;
    width: 18rem;
    height: 18rem;
    background: radial-gradient(circle, rgba(255, 77, 46, 0.22), transparent 68%);
    pointer-events: none;
}

.hero-kicker {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.hero-kicker span {
    width: 3rem;
    height: 0.35rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 77, 46, 0.55));
}

.hero-section {
    text-align: center;
    margin-bottom: 2.2rem;
}

.logo-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    margin-bottom: 1.75rem;
}

.logo-icon {
    width: 2.6rem;
    height: 2.6rem;
    filter: drop-shadow(0 0 18px rgba(255, 77, 46, 0.35));
}

.badge-free {
    background: linear-gradient(135deg, rgba(255, 77, 46, 0.14), rgba(255, 77, 46, 0.04));
    color: var(--color-ink);
    padding: 0.55rem 1.1rem;
    border-radius: 30px;
    font-size: 0.72rem;
    font-weight: 700;
    border: 1px solid rgba(255, 77, 46, 0.24);
    letter-spacing: 0.18em;
}

.main-title {
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 5.8vw, 4rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.03em;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.text-highlight {
    color: var(--color-primary);
    text-shadow: 0 0 20px rgba(255, 77, 46, 0.24);
}

.subtitle {
    color: var(--color-text-dim);
    font-size: 0.92rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.subtitle strong {
    color: var(--color-text-main);
    font-weight: 600;
}

.capture-section {
    width: 100%;
}

.capture-form {
    position: relative;
    background: rgba(20, 20, 29, 0.65);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 2.5rem 2rem;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 50px rgba(0,0,0,0.6), inset 0 0 0 1px rgba(255,255,255,0.02);
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    overflow: hidden;
}

.form-halo {
    position: absolute;
    inset: auto -4rem -7rem auto;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(56, 211, 159, 0.2), transparent 68%);
    pointer-events: none;
}

.form-group input {
    width: 100%;
    background: rgba(4, 6, 11, 0.72);
    border: 1px solid rgba(255,255,255,0.1);
    color: var(--color-text-main);
    padding: 1.1rem 1.15rem;
    border-radius: 14px;
    font-size: 0.92rem;
    font-family: inherit;
    transition: all 0.3s ease;
}

.form-group input::placeholder {
    color: rgba(247, 241, 232, 0.46);
    font-size: 0.98rem;
}

.form-group input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(255, 77, 46, 0.15);
    transform: translateY(-1px);
}

.cta-button {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ff7848, var(--color-primary));
    color: white;
    border: none;
    padding: 1.2rem;
    border-radius: 18px;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s;
    text-transform: uppercase;
    box-shadow: 0 14px 35px rgba(255, 77, 46, 0.28);
}

.cta-button::after {
    content: '';
    position: absolute;
    top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transform: skewX(-20deg);
    animation: shine 3s infinite;
}

.cta-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 18px 36px rgba(255, 77, 46, 0.36);
}

.cta-button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.3);
    outline-offset: 4px;
}

.secure-badge {
    text-align: center;
    color: var(--color-ink);
    font-size: 0.66rem;
    margin-top: 0.35rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.social-proof {
    margin-top: 1.6rem;
    color: var(--color-text-dim);
    font-weight: 500;
    text-align: center;
    font-size: 0.92rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.highlight-green {
    color: var(--color-success);
}

/* ==================================
   PÁGINA 2: E-BOOK INTERATIVO
================================== */
.ebook-body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.ebook-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background: linear-gradient(180deg, rgba(10, 12, 18, 0.92), rgba(10, 12, 18, 0.72));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    position: relative;
    z-index: 2;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    line-height: 1.2;
}

.nav-brand-mark {
    width: 0.9rem;
    height: 2.6rem;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--color-primary), rgba(255, 255, 255, 0.16));
    box-shadow: 0 0 24px rgba(255, 77, 46, 0.3);
}

.nav-brand strong {
    letter-spacing: 0.18em;
}

.nav-brand small {
    letter-spacing: 0.14em;
}
.text-primary {
    color: var(--color-primary);
}

.btn-premium {
    background: linear-gradient(135deg, rgba(255, 77, 46, 0.18), rgba(255, 77, 46, 0.04));
    border: 1px solid rgba(255, 77, 46, 0.24);
    color: var(--color-text-main);
    padding: 0.65rem 1rem;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.btn-premium:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
    transform: translateY(-1px);
}

.slides-wrapper {
    flex: 1;
    position: relative;
    overflow-y: auto;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Evita o bug de cortar o topo no flexbox */
}

.slides-stage {
    width: 100%;
    max-width: 980px;
    position: relative;
}

.slides-stage::before {
    content: '';
    position: absolute;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 1.25rem;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    opacity: 0.5;
    pointer-events: none;
}

.slide {
    width: 100%;
    max-width: 980px;
    animation: fadeIn 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto 0; /* Centraliza verticalmente apenas se houver espaço extra */
    padding-left: 3rem;
}

.slide.hidden {
    display: none;
}

.slide-card {
    position: relative;
    width: 100%;
    max-width: 860px;
    padding: 2.2rem 2rem;
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(17, 22, 30, 0.92), rgba(8, 10, 16, 0.98)),
        rgba(16, 20, 28, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.slide-card::before {
    content: '';
    position: absolute;
    inset: 1rem;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.slide-card::after {
    content: '';
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 77, 46, 0.18), transparent 68%);
    pointer-events: none;
}

.slide-card-hero::after {
    width: 14rem;
    height: 14rem;
}

.slide-card-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.5rem;
    height: 100%;
    background: linear-gradient(180deg, var(--color-primary), rgba(56, 211, 159, 0.42));
    box-shadow: 0 0 22px rgba(255, 77, 46, 0.24);
}

.badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 77, 46, 0.12), rgba(255, 77, 46, 0.02));
    color: var(--color-ink);
    padding: 0.45rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 77, 46, 0.2);
    font-size: 0.72rem;
    margin-bottom: 1.1rem;
    letter-spacing: 0.22em;
}

.slide-title {
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 5.2vw, 4.2rem);
    text-align: left;
    line-height: 1;
    margin-bottom: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.slide-title-brand {
    font-size: clamp(3rem, 7vw, 5.6rem);
    white-space: nowrap;
}

.slide-desc {
    text-align: left;
    color: var(--color-text-dim);
    font-size: 1rem;
    margin-bottom: 1.6rem;
    max-width: 44rem;
    line-height: 1.65;
}

.highlight-box {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
    border-left: 4px solid var(--color-primary);
    padding: 1.4rem 1.4rem 1.4rem 1.6rem;
    border-radius: 0 18px 18px 0;
    text-align: left;
    font-style: normal;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.slide-note {
    color: var(--color-text-dim);
    text-align: left;
    margin-top: 0.9rem;
    max-width: 46rem;
    font-size: 0.98rem;
    line-height: 1.65;
}

.slide-note-success {
    color: var(--color-success);
}

.slide-note-alert {
    color: var(--color-primary);
}

/* Stats Grid for Slide 1 */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    width: 100%;
    margin-bottom: 2rem;
}

.stat-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.5rem;
    border-radius: var(--border-radius-lg);
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 9rem;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 77, 46, 0.24);
    background: linear-gradient(145deg, rgba(255, 77, 46, 0.08), rgba(255, 255, 255, 0.025));
}

.stat-icon {
    font-size: 1.4rem;
}
.stat-card strong {
    font-size: 1.55rem;
}
.stat-card small {
    color: var(--color-text-dim);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.slide-footer-text {
    margin-top: 1.7rem;
    color: var(--color-ink);
    font-size: 0.74rem;
    letter-spacing: 0.14em;
    text-align: left;
}

.btn-slide-main {
    padding: 1.2rem 3rem;
    margin-top: 0.4rem;
    justify-content: flex-start;
}

/* ==================================
   CALCULADORA DE BANCA
================================== */
.calculator-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    width: 100%;
    background: rgba(14, 18, 26, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--border-radius-lg);
    padding: 2rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    margin-bottom: 2rem;
}

.panel-title {
    margin-bottom: 1.4rem;
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.calc-panel label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.82rem;
    color: var(--color-text-dim);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.calc-panel .form-group {
    margin-bottom: 1.5rem;
}

.calc-panel input[type="number"] {
    width: 100%;
    background: rgba(4, 6, 11, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    padding: 0.95rem 1rem;
    border-radius: 14px;
    font-size: 1rem;
}

.calc-panel input[type="range"] {
    width: 100%;
    accent-color: var(--color-primary);
}

.range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    color: var(--color-text-dim);
    font-size: 0.75rem;
}

.projecoes {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.proj-box {
    background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
    padding: 1rem 1.5rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.proj-box.destaque {
    border-color: var(--color-primary);
    box-shadow: inset 0 0 20px rgba(255, 77, 46, 0.08);
}

.proj-box h3 { margin-bottom: 1rem; }
.text-success { color: var(--color-success); }


.proj-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.proj-row span { color: var(--color-text-dim); }
hr {
    border: none;
    border-top: 1px solid var(--color-border);
    margin: 1rem 0;
}

.btn-comunidade {
    background: var(--color-success);
    color: white;
    padding: 1.2rem 3rem;
    box-shadow: 0 14px 28px rgba(56, 211, 159, 0.22);
}
.btn-comunidade:hover {
    background: #148f77;
    box-shadow: 0 18px 30px rgba(56, 211, 159, 0.3);
}

/* ==================================
   CONTROLES DO SLIDER (RODAPÉ)
================================== */
.slide-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background: linear-gradient(180deg, rgba(10, 12, 18, 0.78), rgba(10, 12, 18, 0.95));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.btn-control {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-text-main);
    padding: 0.8rem 1.5rem;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.2s;
    letter-spacing: 0.08em;
}

.btn-control:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.primary-control {
    background: linear-gradient(135deg, #ff7848, var(--color-primary));
    color: white;
    border: none;
}
.primary-control:hover:not(:disabled) {
    background: linear-gradient(135deg, #ff865b, #ff5a39);
}

.progress-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 250px;
    margin: 0 auto;
}

.progress-info {
    font-family: var(--font-body);
    color: var(--color-ink);
    font-size: 0.84rem;
    letter-spacing: 0.14em;
}

.progress-track {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.progress-fill {
    height: 100%;
    width: 0%;
    background: var(--color-primary);
    border-radius: 10px;
    box-shadow: 0 0 10px var(--color-primary), 0 0 20px var(--color-primary);
    transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Animações */
@keyframes shine {
    0% { left: -100%; }
    20% { left: 200%; }
    100% { left: 200%; }
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .landing-container {
        padding: 2rem 1rem;
    }
    .hero-panel {
        padding: 1.25rem;
        border-radius: 24px;
    }
    .hero-kicker {
        justify-content: center;
        margin-bottom: 1.25rem;
    }
    .logo-area {
        flex-direction: column;
        gap: 0.7rem;
    }
    .main-title {
        font-size: clamp(2rem, 10vw, 3rem);
    }
    .subtitle {
        font-size: 0.82rem;
        letter-spacing: 0.08em;
    }
    .capture-form {
        padding: 1.4rem;
        border-radius: 22px;
    }
    .form-group input {
        font-size: 0.88rem;
    }
    .form-group input::placeholder {
        font-size: 0.92rem;
    }
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    .calculator-grid {
        grid-template-columns: 1fr;
    }
    .slides-stage::before {
        display: none;
    }
    .slide {
        padding-left: 0;
    }
    .slide-card {
        padding: 1.35rem;
        border-radius: 24px;
    }
    .slide-title {
        font-size: 1.85rem;
        text-align: left;
    }
    .slide-title-brand {
        font-size: clamp(2.2rem, 8vw, 3.8rem);
    }
    .slide-desc {
        font-size: 0.94rem;
        margin-bottom: 1.25rem;
    }
    .slide-note {
        font-size: 0.92rem;
    }
    .ebook-navbar {
        padding: 0.6rem 1rem;
    }
    .nav-brand strong {
        font-size: 0.85rem;
    }
    .nav-brand-mark {
        width: 0.7rem;
        height: 2rem;
    }
    .btn-premium {
        padding: 0.3rem 0.6rem;
        font-size: 0.68rem;
    }
    .slides-wrapper {
        padding: 1rem 0.5rem;
    }
    .slide-controls {
        padding: 0.8rem 1rem;
        gap: 0.5rem;
    }
    .btn-control {
        padding: 0.5rem 0.8rem;
        font-size: 0.8rem;
    }
    /* Atualiza o painel linear para telas pequenas */
    .progress-container {
        width: 150px;
    }
    .progress-info {
        font-size: 0.74rem;
    }
    .page-grid-lines,
    .page-orbit {
        display: none;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    .slide-title {
        font-size: 1.45rem;
    }
    .slide-title-brand {
        font-size: clamp(1.9rem, 8.5vw, 2.6rem);
        white-space: normal;
    }
    .slide-card {
        padding: 1.15rem;
    }
    .main-title {
        font-size: clamp(1.8rem, 9vw, 2.4rem);
    }
    .btn-slide-main, .btn-comunidade {
        padding: 0.8rem 1.2rem;
        font-size: 0.82rem;
    }
}

/* ==================================
   CHART CUSTOM STYLES
================================== */
.chart-label {
    position: absolute;
    bottom: -1.8rem;
    color: var(--color-success);
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    line-height: 1.2;
}

@media (max-width: 600px) {
    .chart-label {
        font-size: 0.55rem;
        bottom: -2.2rem;
        letter-spacing: -0.05em;
    }
}
