﻿.cm-section-heading {
    font-family: "Fira Sans Extra Condensed", sans-serif !important;
    color: #6c757d !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    text-align: left !important;
    display: inline-block !important;
    width: auto !important;
}

dt.col-sm-3.p-2.p10,
.field-label {
    font-family: "Actor", sans-serif !important;
    color: #6c757d !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

dd.col-sm-9.p-2.p10,
.field-value {
    font-family: "Urbanist", sans-serif !important;
    color: #212529 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    word-break: break-all !important;
    line-height: 1.4 !important;
    min-height: 20px !important;
}

.tc-subscription-container {
    background: white !important;
    width: 100% !important;
    position: relative !important;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
    min-height: 100vh !important;
    padding: 40px 20px !important;
}

.line-subscription-title {
    width: 100%;
    background-color: #000000;
    margin-bottom: 35px !important;
    height: 2px;
}

.header-title-subscription {
    justify-content: start;
    display: flex;
    flex-direction: column;
}

.tc-content-wrapper {
    position: relative !important;
    z-index: 10 !important;
    max-width: 950px !important;
    margin: 90px auto auto auto !important;
    background: white !important;
    border-radius: 15px !important;
    padding: 0px 40px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e9ecef !important;
}

#divHome {
    position: relative !important;
    z-index: 11 !important;
}

.cm-panel-default {
    background: white !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

    .cm-panel-default .row {
        display: none !important;
    }

.subscription-fields-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 35px 40px !important;
    margin-bottom: 40px !important;
}

.field-item {
    display: flex !important;
    flex-direction: column !important;
}

.info-icon {
    width: 14px !important;
    height: 14px !important;
    background: #6c757d !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 9px !important;
    font-weight: bold !important;
    cursor: help !important;
    flex-shrink: 0 !important;
}

    .info-icon::after {
        content: "?" !important;
    }

.field-item.full-width {
    grid-column: 1 / -1 !important;
}

.cm-button-default,
.cm-button-danger {
    padding: 12px 28px !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    text-decoration: none !important;
    position: relative !important;
    z-index: 15 !important;
    pointer-events: auto !important;
}

.cm-button-default {
    background: #007bff !important;
    color: white !important;
}

    .cm-button-default:hover {
        background: #0056b3 !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 6px 16px rgba(0, 123, 255, 0.3) !important;
    }

.cm-button-danger {
    background: #dc3545 !important;
    color: white !important;
}

    .cm-button-danger:hover {
        background: #c82333 !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 6px 16px rgba(220, 53, 69, 0.3) !important;
    }

.text-end {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 15px !important;
    margin-top: 40px !important;
    position: relative !important;
    z-index: 12 !important;
}

.tc-form {
    width: 100% !important;
    position: relative !important;
    z-index: 11 !important;
}

.tc-main-form {
    display: block !important;
    position: relative !important;
    z-index: 11 !important;
}

.tc-landing-exact {
    background: white;
    width: 100% !important;
    position: relative;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.tc-background-image {
    position: absolute;
    pointer-events: none !important; 
    z-index: 1;
}

.tc-left-image {
    top: 5%;
    left: 0;
    width: 20%;
    height: 100%;
}

    .tc-left-image img {
        width: 100%;
        height: 65%;
        object-fit: contain;
        pointer-events: none !important;
    }

.tc-center-image {
    left: 36%;
    width: 30%;
    height: 75%;
    z-index: 0;
}

    .tc-center-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transform: scale(1.5);
        pointer-events: none !important;
    }

.tc-right-image {
    top: 20%;
    right: 0;
    width: 15%;
    height: 100%;
}

    .tc-right-image img {
        width: 100%;
        height: 60%;
        object-fit: contain;
        pointer-events: none !important;
    }

.tc-subscription-container .tc-left-image {
    top: 0 !important;
    left: 0 !important;
    width: 20% !important;
    height: 100% !important;
    pointer-events: none !important;
}

    .tc-subscription-container .tc-left-image img {
        opacity: 0.6 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        pointer-events: none !important;
    }

.tc-subscription-container .tc-right-image {
    top: 0 !important;
    right: 0 !important;
    width: 18% !important;
    height: 100% !important;
    pointer-events: none !important;
}

    .tc-subscription-container .tc-right-image img {
        opacity: 0.6 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        pointer-events: none !important;
    }

.tc-subscription-container .tc-center-image {
    display: none !important;
}

.tc-main-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px 0px;
    max-width: 1200px;
    margin: 0 auto;
    flex: 1;
}

.tc-hero-section {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tc-highlight-blue {
    background: #85bde7;
    padding: 12px 40px;
    border-radius: 25px;
    display: inline-block;
}

.title-top-margin {
    margin-bottom: -20px;
}

.title-bottom-margin {
    margin-top: -20px;
    font-size: 74px;
}

.title-bottom-rigth {
    text-align: right;
    margin-left: 200px;
}

.title-top-left {
    text-align: left;
    margin-right: 120px;
}

.text-white {
    color: white;
}

.tc-bottom-section-full {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc-cta-section {
    flex-shrink: 0;
}

.tc-get-started-btn {
    background: #0976cc;
    color: white;
    border: none;
    padding: 15px 35px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
    z-index: 99999 !important;
    position: relative !important;
}

    .tc-get-started-btn:hover {
        background: #0056b3;
    }

.tc-features-row {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 120px;
}

.tc-feature-card {
    background: white;
    border: 1px solid #d1d5db;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
    position: relative;
}

    .tc-feature-card:hover {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
        border-color: #9ca3af;
        transform: translateY(-1px);
    }

    .tc-feature-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 16px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 100%);
        pointer-events: none;
        z-index: -1;
    }

    .tc-feature-card:first-child .tc-feature-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.tc-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tc-feature-content {
    flex: 1;
}

.tc-feature-text {
    font-size: 0.85rem;
    line-height: 1.4;
    color: #6c757d;
    margin: 0;
}

.tc-blue-bar {
    display: inline-block;
    width: 25px;
    height: 133px;
    background: #85bde7;
    margin: 0 0 0 10px;
    transform: rotate(-20deg);
    vertical-align: middle;
    position: relative;
    top: -10px;
    translate: -18px 12px;
    z-index: 1;
}

#divIndex {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; 
    z-index: 0;
    background: rgba(255, 255, 255, 0.4);
}

.bg-modal-custom {
    background: #A3A3A373;
}

body .modal-backdrop {
    display: none;
}

button,
input,
select,
textarea,
a {
    position: relative;
    z-index: 10;
}

@media (max-width: 768px) {
    .tc-subscription-container .tc-background-image {
        pointer-events: none !important;
        display: none !important;
    }

    .subscription-fields-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    .tc-content-wrapper {
        margin: 20px auto !important;
        padding: 30px 25px !important;
        max-width: calc(100% - 40px) !important;
    }

    .cm-section-heading {
        font-size: 12px !important;
        margin-bottom: 25px !important;
    }

    .field-label {
        font-size: 10px !important;
    }

    .field-value {
        font-size: 13px !important;
    }

    .text-end {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .cm-button-default,
    .cm-button-danger {
        width: 100% !important;
        max-width: 250px !important;
        text-align: center !important;
    }
}

@media (min-width: 1025px) {
    html,
    body {
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 100%;
    }

    body {
        padding-top: 80px !important;
    }

    .tc-landing-exact {
        height: calc(100vh - 80px);
        max-height: calc(100vh - 80px);
        overflow: hidden;
    }
}

@media (min-width: 577px) and (max-width: 1024px) {
    html {
        overflow-x: hidden;
        overflow-y: auto;
    }

    body {
        margin: 0;
        padding: 0;
        padding-top: 80px !important;
        overflow-x: hidden;
        overflow-y: hidden;
        height: auto;
    }

    #divIndex {
        position: relative !important;
        width: auto !important;
        height: auto !important;
        background: transparent !important;
    }

    .tc-landing-exact {
        height: auto !important;
        min-height: calc(100vh - 80px);
        max-height: none !important;
        overflow: visible !important;
    }

    .tc-center-image {
        display: none;
    }

    .tc-main-content {
        padding: 30px 30px 0px;
        max-width: 100%;
    }

    .tc-hero-section {
        padding: 30px 0;
    }

    .tc-main-title {
        font-size: 48px !important;
        line-height: 1.3 !important;
        margin-bottom: 25px !important;
    }

    .title-bottom-margin {
        font-size: 48px !important;
        margin-top: -15px !important;
    }

    .title-top-margin {
        margin-bottom: -15px !important;
    }

    .title-bottom-rigth {
        text-align: center;
        margin-left: 0;
    }

    .title-top-left {
        text-align: center;
        margin-right: 0;
    }

    .tc-blue-bar {
        display: none;
    }

    .tc-highlight-blue {
        padding: 10px 30px;
        font-size: 0.9em;
        margin: 5px;
    }

    .tc-subtitle {
        font-size: 20px !important;
        margin-bottom: 35px;
        line-height: 1.5 !important;
    }

        .tc-subtitle br {
            display: none;
        }

    .tc-bottom-section-full {
        margin-top: 35px;
        padding-bottom: 50px;
    }

    .tc-features-row {
        flex-wrap: wrap;
        height: auto;
        gap: 0px;
    }

    .tc-feature-card {
        flex: 1;
        min-width: calc(50% - 0px);
        margin-bottom: 0;
        height: auto;
        min-height: 100px;
        padding: 20px;
        gap: 15px;
        border-radius: 0;
    }

        .tc-feature-card:first-child {
            order: 0;
            flex: 1 1 100%;
            margin-bottom: 0px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .tc-feature-card:nth-child(2) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 8px;
            border-right: none;
        }

        .tc-feature-card:nth-child(3) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 8px;
            border-left: none;
        }

    .tc-get-started-btn {
        padding: 14px 30px;
        font-size: 1rem;
    }

    .tc-feature-icon {
        width: 38px;
        height: 38px;
    }

        .tc-feature-icon img {
            width: 24px;
            height: 24px;
        }

    .tc-feature-title {
        font-size: 20px !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
    }

    .tc-feature-text {
        font-size: 0.85rem;
        line-height: 1.4 !important;
    }

    .tc-content-wrapper {
        max-width: 650px !important;
        margin: 60px auto !important;
    }
}

@media (max-width: 576px) {
    html,
    body {
        margin: 0;
        padding: 0;
        overflow: auto !important;
        height: auto !important;
    }

    body {
        padding-top: 70px !important;
    }

    #divIndex {
        position: relative !important;
        width: auto !important;
        height: auto !important;
        background: transparent !important;
    }

    .tc-landing-exact {
        flex-direction: column;
        height: auto !important;
        min-height: 100vh;
        max-height: none !important;
        overflow: visible !important;
    }

    .tc-background-image {
        display: none;
        pointer-events: none !important;
    }

    .tc-main-content {
        padding: 25px 15px 25px;
        max-width: 100%;
        flex: none;
    }

    .tc-hero-section {
        flex: none;
        padding: 25px 0;
    }

    .tc-main-title {
        font-size: 32px !important;
        line-height: 1.4 !important;
        margin-bottom: 30px !important;
    }

    .title-bottom-margin {
        font-size: 32px !important;
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }

    .title-top-margin {
        margin-bottom: 0px !important;
    }

    .title-bottom-rigth {
        text-align: center;
        margin-left: 0;
        margin-top: 15px;
    }

    .title-top-left {
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .tc-blue-bar {
        display: none;
    }

    .tc-highlight-blue {
        padding: 8px 20px;
        font-size: 0.85em;
        margin: 8px 5px;
        display: inline-block;
    }

    .tc-subtitle {
        font-size: 18px !important;
        margin-bottom: 30px;
        line-height: 1.5 !important;
    }

        .tc-subtitle br {
            display: none;
        }

    .tc-bottom-section-full {
        margin-top: 30px;
        padding-bottom: 40px;
    }

    .tc-features-row {
        flex-direction: column;
        height: auto;
        gap: 0px;
    }

    .tc-feature-card {
        width: 100%;
        margin-bottom: 0px;
        height: auto;
        min-height: 90px;
        padding: 20px;
        gap: 15px;
        border-radius: 0;
    }

        .tc-feature-card:first-child {
            order: 0;
            margin-bottom: 0px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .tc-feature-card:last-child {
            margin-bottom: 0;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }

        .tc-feature-card:not(:last-child) {
            border-bottom: none;
        }

    .tc-get-started-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }

    .tc-feature-icon {
        width: 36px;
        height: 36px;
    }

        .tc-feature-icon img {
            width: 22px;
            height: 22px;
        }

    .tc-feature-title {
        font-size: 18px !important;
        line-height: 1.4 !important;
        margin-bottom: 8px !important;
    }

    .tc-feature-text {
        font-size: 0.8rem;
        line-height: 1.5 !important;
    }
}
