@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.aremat-promos-container {
    font-family: 'Montserrat', sans-serif;
    color: #535252;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
}

.aremat-promos-container * {
    box-sizing: border-box;
}

/* --- Header --- */
.aremat-header-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.aremat-badge-nuevo {
    background-color: #d90c1d;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.aremat-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.aremat-header-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

.aremat-subtitle {
    font-size: 14px;
    margin: 0;
}

.aremat-link-todas {
    color: #d90c1d;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: opacity 0.3s ease;
}

.aremat-link-todas:hover {
    opacity: 0.8;
}

/* --- Tabs --- */
.aremat-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    width: fit-content;
    border: 1px solid #e0e0e0;
}

.aremat-tab-btn {
    background-color: #fff;
    border: none;
    padding: 12px 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #535252;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.aremat-tab-btn.active {
    background-color: #d90c1d;
    color: #fff;
}

.aremat-tab-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* --- Bank Logos Slider (Mockup) --- */
.aremat-banks-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    position: relative;
}

.aremat-nav-arrow {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    color: #535252;
    transition: all 0.2s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    line-height: 1;
}

.aremat-nav-arrow:hover {
    color: #d90c1d;
    border-color: #d90c1d;
}

.aremat-banks-scroll {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 5px 0;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-grow: 1;
}

.aremat-banks-scroll::-webkit-scrollbar {
    display: none;
}

.aremat-bank-logo-btn {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    min-width: 130px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #000;
    text-align: center;
    flex-shrink: 0;
}

.aremat-bank-logo-btn img {
    max-height: 40px;
    max-width: 100px;
    object-fit: contain;
}

.aremat-bank-logo-btn:hover, .aremat-bank-logo-btn.active {
    border-color: #d90c1d;
    box-shadow: 0 4px 10px rgba(217, 12, 29, 0.1);
}

/* --- Details Box --- */
.aremat-details-box {
    border: 1px solid #f0cdcf;
    border-radius: 12px;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background-color: #fff;
    position: relative;
}

/* Left Side */
.aremat-details-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aremat-bank-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.aremat-bank-name-title {
    font-size: 20px;
    font-weight: 700;
    color: #00639b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.aremat-promo-badge {
    background-color: #e5f5e8;
    color: #1a8e35;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.aremat-main-offer {
    font-size: 32px;
    font-weight: 400;
    color: #d90c1d;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.aremat-sub-offer {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin: 0 0 25px 0;
}

.aremat-conditions-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #535252;
    font-size: 14px;
    font-weight: 500;
    flex-wrap: wrap;
}

.aremat-icon-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.aremat-icon-text svg {
    width: 20px;
    height: 20px;
    stroke: #535252;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Right Side */
.aremat-details-right {
    background-color: #fcfafb;
    border-radius: 8px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.aremat-info-item {
    margin: 0;
}

.aremat-info-label {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 3px;
}

.aremat-info-value {
    font-size: 13px;
    color: #535252;
    line-height: 1.4;
}

/* --- Footer Info --- */
.aremat-footer-info {
    margin-top: 20px;
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 5px;
}

.aremat-footer-info svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* --- Responsive --- */
@media (max-width: 900px) {
    .aremat-details-box {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 600px) {
    .aremat-title { font-size: 18px; }
    .aremat-main-offer { font-size: 26px; }
    .aremat-sub-offer { font-size: 20px; }
    .aremat-conditions-icons { flex-direction: column; align-items: flex-start; gap: 10px; }
    .aremat-tabs { width: 100%; flex-direction: column; }
    .aremat-tab-btn { justify-content: center; }
}
