/* =============================
   TEORIA GOLD Libra Internet Bank
   ============================= */

   :root {
    --red: #E50019;
    --light-bg: rgba(238, 238, 238, 0.3);
    --text: #2B2B2B;
    --text-muted: #5A6779;
    --border: #e0e0e0;
}

body {
  padding: 0;
  margin: 0;
  font-family:"tenon", sans-serif;
}

.btn{border-radius:99px; padding:8px 30px; font-size:inherit; text-decoration:none; line-height:1.3;}
.btn-primary{background-color:#1E61AF; border-color:#1E61AF; font-weight:600;}
.btn-primary.red{background-color:#E50019; border-color:#E50019; min-width:135px;}
.btn-primary.red:hover, .btn-primary.red:active:focus{background-color:#FF0000 !important; border-color:#FF0000 !important;}

/* ---- HEADER ---- */
.tg-header {
    background: #1A1A18;
    padding: 16px 0;
    z-index: 100;
    position: relative;
    border-radius: 0;
}

.tg-logo {
    height: 36px;
    width: auto;
}


/* ---- HERO ---- */
.tg-hero {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #0a0a0a;
}

.tg-hero .btn, .tg-footer-cta .btn, .tg-steps .btn {
    min-width: 280px;
    padding: 16px 16px;
    font-size: 20px;
    background: #E50019;
    border: none;
    border-radius: 99px;
}

.tg-steps .btn {
    margin-top: 48px;
}

.tg-subhero .btn {
    min-width: 240px;
    padding: 16px 16px;
    font-size: 20px;
    background: #E50019;
    border: none;
    border-radius: 99px;
}

.tg-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.8;
}

.tg-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}

.tg-hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 0;
}

.tg-campanie-label {
    color: #fff;
    background: rgba(0,0,0,0.6);
    font-size: 0.850rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: inline-block;
    padding: 4px 8px;
}

.tg-title-display {
    font-size: 7rem;
    font-weight: 800;
    line-height: 0.95;
    background: #fff;
    color: var(--red);
    margin-bottom: 8px;
    letter-spacing: -5%;
    display: inline-block;
    padding: 8px 20px 16px 20px;
}

.tg-hero-subtitle {
    font-size: 3.8rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 28px;
}

.tg-disclaimer {
    font-size: 1rem;
    opacity: 0.7;
    color: #ffffff;
    line-height: 1.5;
    max-width: 580px;
    margin-top: 16px;
    background: rgba(0,0,0,0.7);
    padding: 8px 4px;
}


/* ---- STEPS ---- */
.tg-steps {
    padding: 100px 0;
    background: var(--light-bg);
}

.tg-section-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--red);
    margin-bottom: 4px;
}

.tg-section-title {
    font-size: clamp(2rem, 8vw, 3rem);
    font-weight: 800;
    color: var(--dark);
}

.tg-red { color: var(--red); }

.tg-steps-track {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    position: relative;
}

.tg-step {
    flex: 1;
    min-width: 160px;
    max-width: 250px;
    text-align: center;
    padding: 0 8px;
    cursor: pointer;
}

.tg-step-line {
    flex: 0 0 40px;
    height: 2px;
    background: var(--border);
    margin-top: 36px;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    transition: background 0.4s;
}

.tg-step-line.tg-line-active {
    background: var(--red);
}

.tg-step-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-muted);
    margin: 0 auto 18px;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 0 0 0 rgba(229,0,25,0);
}

.tg-step.tg-step-active .tg-step-circle,
.tg-step:hover .tg-step-circle {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(229,0,25,0.3);
}

.tg-step-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 6px;
    line-height: 1.35;
    transition: color 0.2s;
}

.tg-step.tg-step-active .tg-step-title {
    color: var(--red);
}

.tg-step-sub {
    font-weight: 400;
    color: var(--text-muted);
    display: block;
    font-size: 1rem;
}

.tg-step-desc {
    font-size: 1rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.4;
    transition: opacity 0.2s;
}


/* ---- BENEFITS ---- */
.tg-benefits {
    padding: 100px 0 76px;
    background: #FFFFFF;
}

.tg-benefit-card {
    background: var(--light-bg);
    border-radius: 16px;
    padding: 48px 24px;
    height: 100%;
    border: 1px solid var(--border);
    transition: box-shadow 0.2s;
    position: relative;
}

.tg-benefit-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.tg-benefit-icon {
    background: #1A1D3B;
    display: inline-block;
    position: absolute;
    top: -28px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
}

.tg-benefit-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 10px;
    line-height: 1.3;
}

.tg-benefit-desc {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin-bottom: 16px;
}

.tg-benefit-tag {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #896B29;
    margin: 0;
    position: absolute;
    bottom: 24px;
}

.tg-link {
    color: #1377C4;
    text-decoration: underline;
}

.tg-link:hover {
    text-decoration: none;
}


/* ---- FOOTER CTA ---- */
.tg-footer-cta {
    background: var(--text);
    padding: 48px 0 40px;
    position: relative;
    overflow: hidden;
}

.tg-footer-card {
    width: 334px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
    border-radius: 12px;
    margin-right: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tg-title-footer {
    font-size: 3rem;
    margin-bottom: 4px;
    padding: 0 16px 4px 16px;
    background: #fff;
    color: var(--red);
    letter-spacing: 0.01em;
    display: inline-block;
    font-weight: 800;
}

.tg-footer-sub {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 28px;
}


/* ---- FOOTER ---- */
.tg-footer {
    background: #1A1A18;
    padding: 20px 0;
    border-top: 1px solid #333;
}

.tg-footer-copy {
    font-size: 1rem;
    color: rgba(255,255,255,0.7);
    margin: 0;
}

.tg-footer-link {
    color: rgba(255,255,255,1);
    text-decoration: none;
    font-weight: 600;
    text-decoration: underline;
}

.tg-footer-link:hover {
    text-decoration: none;
}


/* ---- RESPONSIVE ---- */
@media (max-width: 1400px) {
    .tg-hero {
        min-height: 300px;
    }

    .tg-hero-content {
        padding: 40px 40px;
    }

    .tg-steps, .tg-benefits {
        padding: 40px 40px;
    }

    .tg-hero-bg {
        object-fit: cover;
    }
    
    .tg-title-display {
        font-size: 5.5rem;
        padding: 4px 20px 16px 20px;
    }

    .tg-hero-subtitle {
        font-size: 3rem;
    }

    .container, .container-sm {
        max-width: 100%;
    }

}

@media (max-width: 991px) {
    .tg-steps-track {
        flex-direction: column;
        align-items: center;
    }

    .tg-step-line {
        width: 2px;
        height: 32px;
        margin: 16px 0 0 0;
        align-self: center;
        flex: 0 0 32px;
    }

    .tg-step {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tg-hero-content {
        padding: 40px 16px;
    }

    .tg-steps, .tg-benefits {
        padding: 40px 16px;
    }

    .tg-title-display {
        font-size: 4.5rem;
        padding: 8px 20px 16px 20px;
    }

    .tg-hero-subtitle {
        font-size: 2.6rem;
    }

    .tg-campanie-label {
        font-size: 0.750rem;
    }
}


@media (max-width: 575px) {
    .tg-title-display {
        font-size: 2.9rem;
        padding: 8px 8px 8px 8px;
    }

    .tg-title-footer {
        font-size: 2.7rem;
        padding: 8px 8px 8px 8px;
    }

    .tg-hero-subtitle, .tg-footer-sub {
        font-size: 2.1rem;
        line-height: 1.3;
    }
}


@media (max-width: 480px) {
    .tg-hero .btn, .tg-footer-cta .btn, .tg-steps .btn {
        min-width:100%;
    }
}

