/* =========================================
   Variáveis e Base
========================================= */
:root {
    --table-accent: #FFAF1F;
    --section-bg: #000000;
}

body {
    font-family: "Open Sans", sans-serif;
}

strong, b {
    color: #F5F5F5;
    font-weight: 700;
}

#cta-padrao-master {
    display: none !important;
}

/* =========================================
   Tipografia
========================================= */
.custom-title {
    color: #FFF !important;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-subtitle {
    color: #E5E7EB !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.5px;
    text-transform: none;
}

.custom-text {
    color: #E5E7EB !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.card-title-custom {
    font-weight: 700;
    font-size: 1.25rem;
}

.card-text-custom {
    font-size: 0.95rem;
    line-height: 1.5;
}

.custom-title .text-warning,
.custom-subtitle .text-warning {
    color: #FFB01F !important;
    font-weight: 700;
}

.text-warning {
    color: #FFB01F !important;
}

.text-dark {
    color: #000 !important;
}

.text-orange-custom {
    color: var(--table-accent) !important;
}

/* =========================================
   Botões
========================================= */
.bg-warning {
    background-color: #FFB01F !important;
}

.btn-warning {
    background-color: #FFAF1F;
    border-color: #FFAF1F;
    color: #000;
    border-radius: 6px;
    font-weight: bold;
}

    .btn-warning:hover {
        background-color: #FFCB4B;
        border-color: #FFCB4B;
    }

/* =========================================
   Banner
========================================= */
.banner-section {
    min-height: 750px;
    overflow: hidden;
    position: relative;
    background-color: #000;
}

.banner-content-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px !important;
    flex-wrap: nowrap !important;
}

.banner-text {
    flex: 1 1 0 !important;
    max-width: 50% !important;
    min-width: 0 !important;
}

.banner-image {
    flex: 1 1 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    min-width: 0 !important;
}

/* =========================================
   Terminal Window (API Banner)
========================================= */
.api-window-wrap {
    position: relative;
    width: 100%;
    max-width: 480px;
}

    .api-window-wrap::before {
        content: '';
        position: absolute;
        inset: -18px;
        border-radius: 22px;
        background: radial-gradient(ellipse at 50% 50%, rgba(212,160,23,0.18) 0%, transparent 72%);
        pointer-events: none;
        z-index: 0;
    }

.api-window {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    border-radius: 9.5px;
    border: 1.2px solid #1E293B;
    background: #000;
    box-shadow: 0 1px 26px -12px #FFD263;
}

.api-titlebar {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    background: #171717;
    border-bottom: 1px solid #1e2421;
}

.api-dots {
    display: flex;
    gap: 7px;
}

.api-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.api-dot-close {
    background: #c0392b;
    opacity: 0.85;
}

.api-dot-min {
    background: #e67e22;
    opacity: 0.85;
}

.api-dot-max {
    background: #d4a017;
    opacity: 0.85;
}

.api-terminal {
    background: #0a0c0b;
    padding: 28px 24px 32px 24px;
    position: relative;
}

    .api-terminal::after {
        content: '';
        position: absolute;
        inset: 0;
        background: repeating-linear-gradient( to bottom, transparent 0px, transparent 3px, rgba(0,0,0,0.04) 3px, rgba(0,0,0,0.04) 4px );
        pointer-events: none;
    }

.api-code-block {
    display: flex;
    flex-direction: column;
    font-family: 'Fira Code', 'Cascadia Code', 'Consolas', monospace;
}

.api-line {
    display: flex;
    align-items: baseline;
    line-height: 1.75;
    font-size: 14px;
}

.api-ln {
    width: 28px;
    color: #3a4a3e;
    font-size: 13px;
    user-select: none;
    flex-shrink: 0;
    text-align: right;
    padding-right: 12px;
}

.api-code {
    color: #b8c4be !important;
    letter-spacing: 0.01em;
    font-weight: 400 !important;
}

.api-method {
    color: #808080 !important;
    font-weight: 600 !important;
}

.api-route {
    color: #FFFFFF !important;
    font-weight: 500 !important;
}

.api-brace {
    color: #c8d8cf !important;
}

.api-key {
    color: #D8D8D8 !important;
}

.api-val {
    color: #FFAF1F !important;
}

.api-colon,
.api-comma {
    color: #5a6e61 !important;
}

.api-cursor {
    display: inline-block;
    width: 8px;
    height: 14px;
    background: #d4a017;
    vertical-align: middle;
    margin-left: 4px;
    border-radius: 1px;
    animation: api-blink 1.1s step-end infinite;
    opacity: 0.75;
}

@keyframes api-blink {
    0%, 100% {
        opacity: 0.75;
    }

    50% {
        opacity: 0;
    }
}

/* =========================================
   Cards de Features (Fabricator/Distributor/Exporter)
========================================= */
.col-md-4.custom-28 {
    flex: 0 0 28%;
    max-width: 28%;
}

.card-feature {
    border-radius: 10px;
    border: 0.5px solid rgba(255, 175, 31, 0.55);
    background: #0D0D0D;
    padding: 40px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    cursor: pointer;
    text-align: left;
}

    .card-feature:hover {
        border-color: #FFAF1F;
        transform: translateY(-5px);
    }

.card-icon {
    display: flex;
    width: 45px;
    height: 45px;
    padding: 9px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(34, 34, 34, 0.55);
    box-shadow: 0 3px 5px -1px rgba(0,0,0,0.10);
}

/* =========================================
   Feature Cards (Built for fast)
========================================= */
.api-feat-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: #0D0D0D;
    border: 1px solid #222;
    border-radius: 8px;
    text-align: left;
    transition: border-color 0.2s;
}

    .api-feat-card:hover {
        border-color: rgba(255, 175, 31, 0.4);
    }

.api-feat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: rgba(34, 34, 34, 0.55);
    border-radius: 6px;
    color: #FFAF1F;
    font-size: 15px;
}

.api-feat-label {
    color: #FFAF1F;
    font-weight: 600;
    font-size: 0.95rem;
}

/* =========================================
   Pricing Card
========================================= */
.api-pricing-card {
    background: #111;
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    padding: 40px 40px;
    max-width: 560px;
    width: 100%;
    text-align: left;
}

.api-pricing-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.api-pricing-logo {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    flex-shrink: 0;
}

    .api-pricing-logo img {
        max-height: 20px;
        width: auto;
    }

.api-pricing-plan {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}

.api-pricing-body {
    display: flex;
    align-items: flex-start;
    gap: 0; 
    margin-bottom: 32px;
}

.api-pricing-price {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    color: #FFAF1F;
    line-height: 1;
    margin-right: 48px; 
    min-width: 130px; 
}

.api-price-currency {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 8px;
    margin-right: 2px;
}

.api-price-value {
    font-size: 5rem;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -3px;
}

.api-price-cents {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 8px;
    margin-left: 2px;
}

.api-pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

    .api-pricing-list li {
        color: #ccc;
        font-size: 0.88rem;
        line-height: 1.6;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .api-pricing-list li .fas.fa-check {
            color: #FFAF1F;
            font-size: 0.75rem;
            flex-shrink: 0;
        }

.api-pricing-btn {
    display: block;
    width: 100%;
    background: #FFAF1F;
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    padding: 13px 0;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
}

    .api-pricing-btn:hover {
        background: #e09d1a;
        color: #000;
    }

/* =========================================
   Formulário
========================================= */
.form-section-custom {
    background-color: #0a0a0a;
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-title-custom {
    font-size: 1.8rem;
}

.form-image-custom {
    max-height: 350px;
    object-fit: contain;
    width: 100%;
    margin-top: 2rem;
}

.form-control-dark {
    background-color: #121212 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 0.75rem 1rem;
}

    .form-control-dark:focus {
        border-color: #FFAF1F !important;
        box-shadow: none !important;
        background-color: #1a1a1a !important;
    }

    .form-control-dark::placeholder {
        color: #666 !important;
    }

.label-custom {
    color: #FFF;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
    display: block;
}

.btn-submit-custom {
    background-color: #FFAF1F !important;
    color: #000 !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    transition: 0.2s;
}

    .btn-submit-custom:hover {
        background-color: #e59d1c !important;
    }

/* =========================================
   Responsividade
========================================= */
@media (min-width: 768px) {
    .form-section-custom {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .form-title-custom {
        font-size: 2.2rem;
    }

    .form-image-custom {
        max-height: 650px;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .banner-section {
        min-height: auto;
        padding-bottom: 50px;
    }

    .banner-content-wrapper {
        flex-direction: column !important;
        text-align: center !important;
    }

    .banner-text {
        max-width: 100% !important;
    }

    .banner-image {
        justify-content: center !important;
        width: 100% !important;
    }

    .api-window-wrap {
        max-width: 420px;
        margin: 0 auto;
    }

    .col-md-4.custom-28 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .custom-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .custom-subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    .custom-text {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-image {
        display: none !important;
    }

    .card-feature {
        padding: 20px;
        text-align: center;
    }

    .api-pricing-body {
        flex-direction: column;
        gap: 16px;
    }
}
/* =========================================
   Access the data section
========================================= */
.api-access-img {
    width: 100%;
    height: auto;
    max-width: 520px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .api-access-section .col-12 {
        text-align: center !important;
    }

    .api-access-section h2 {
        font-size: 32px !important;
    }

    .api-access-img {
        max-width: 420px;
    }
}

@media (max-width: 576px) {
    .api-access-section h2 {
        font-size: 26px !important;
    }

    .api-access-img {
        max-width: 100%;
    }

    .api-access-section p {
        font-size: 16px !important;
        text-align: center !important;
    }
}