/* ===== BREADCRUMB SECTION ===== */
.breadcrumb-section {
    background: white;
    padding: 20px 40px;
    border-bottom: 1px solid #E5E5E5;
    font-family: Inter, sans-serif;
}

.breadcrumb-section a {
    color: #477D4D;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-section a:hover {
    text-decoration: underline;
}

.breadcrumb-separator {
    margin: 0 10px;
    color: #666;
}

.current-page {
    color: #222;
    font-weight: 600;
}

/* ===== BANK HEADER ===== */
.bank-header {
    background: #F7F7F7;
    padding: 60px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.bank-logo-container {
    flex-shrink: 0;
}

.bank-logo-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.bank-logo-circle img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
}

.bank-title-section {
    flex: 1;
}

.bank-name {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 48px;
    margin: 0 0 10px 0;
    color: #222;
    line-height: 1.2;
}

.bank-country {
    font-family: Inter, sans-serif;
    font-size: 20px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-flag {
    font-size: 24px;
}

/* ===== BANK STATUS ===== */
.bank-status {
    position: absolute;
    top: 60px;
    right: 40px;
}

.active-badge {
    background: #477D4D;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.active-badge .check-icon {
    background: white;
    color: #477D4D;
    width: 16px;
    height: 16px;
    font-size: 10px;
}

/* ===== BANK DESCRIPTION ===== */
.bank-description {
    background: white;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #E5E5E5;
}

.description-title {
    font-family: Inter, sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #222;
    margin: 0 0 30px 0;
    text-align: left;
}

.description-highlight {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #477D4D;
    margin: 0 0 20px 0;
    text-align: left;
}

.description-main {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    margin: 0 0 20px 0;
    text-align: left;
}

.description-footer {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    text-align: left;
    font-weight: 500;
}

/* ===== BANK INFO SECTION ===== */
.bank-info-section {
    background: white;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== REPORT INFO ===== */
.report-info {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #E5E5E5;
    text-align: center;
}

.report-info p {
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0;
}

.report-info a {
    color: #477D4D;
    text-decoration: none;
    font-weight: 500;
}

.report-info a:hover {
    text-decoration: underline;
}

.bank-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

.info-block {
    background: #F7F7F7;
    border-radius: 8px;
    padding: 30px;
}

.info-block.full-width {
    grid-column: 1 / -1;
}

.info-title {
    background: #C2D7FF;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.info-content {
    font-family: Inter, sans-serif;
}

/* ===== ACCOUNT TYPES ===== */
.account-type {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.account-type.available {
    color: #477D4D;
}

.check-icon {
    background: #477D4D;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

/* ===== CONTACT INFORMATION ===== */
.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}

.contact-icon {
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.contact-item a {
    color: #477D4D;
    text-decoration: none;
    font-weight: 500;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* ===== BANK DETAILS ===== */
.detail-item {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.detail-label {
    font-weight: 600;
    color: #222;
    display: inline-block;
    min-width: 120px;
}

.detail-value {
    color: #666;
}

/* ===== LINKS ===== */
.website-link {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.link-label {
    font-weight: 600;
    color: #222;
    display: inline-block;
    margin-right: 8px;
}

.website-url {
    color: #477D4D;
    text-decoration: none;
    font-weight: 500;
    word-break: break-all;
}

.website-url:hover {
    text-decoration: underline;
}

.app-badges {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.app-badge {
    display: block;
    transition: transform 0.2s, opacity 0.2s;
}

.app-badge:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.app-badge-image {
    height: 40px;
    width: auto;
    border-radius: 6px;
}

/* ===== COUNTRY TAGS ===== */
.country-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.country-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    background: white;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}

.country-tag.clickable:hover {
    background: #477D4D;
    color: white;
    border-color: #477D4D;
    transform: translateY(-1px);
    text-decoration: none;
}

/* ===== FAQ SECTION ===== */
.faq-section {
    background: white;
    padding: 60px 40px;
    border-bottom: 1px solid #E5E5E5;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-title {
    font-family: Inter, sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #222;
    margin: 0 0 40px 0;
    text-align: center;
}

.faq-item {
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.2s;
}

.faq-item:hover {
    border-color: #477D4D;
}

.faq-question {
    padding: 20px 25px;
    background: #F7F7F7;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s;
}

.faq-question:hover {
    background: #EEEEEE;
}

.faq-question h3 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 0;
    flex: 1;
}

.faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: #477D4D;
    margin-left: 20px;
    transition: transform 0.2s;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: white;
}

.faq-answer p {
    padding: 25px;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

/* ===== CTA BANNER ===== */
.cta-banner {
    background: #477D4D;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
    border: 3px solid #477D4D;
    display: flex;
    min-height: 400px;
}

.cta-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 60px 40px 60px 120px;
    z-index: 2;
    position: relative;
}

.cta-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 0.9;
    margin: 0 0 30px 0;
    color: white;
}

.cta-button {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #222;
    padding: 15px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    align-self: flex-start;
}

.cta-button:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    text-decoration: none;
    color: #222;
}

.cta-button .google-logo {
    width: 20px;
    height: 20px;
}

.cta-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.cta-image .screenshot {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 150%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

/* ===== BACK TO SEARCH ===== */
.back-to-search {
    background: white;
    padding: 40px;
    text-align: center;
    border-top: 1px solid #E5E5E5;
}

.back-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #F7F7F7;
    color: #477D4D;
    text-decoration: none;
    border-radius: 6px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    transition: background-color 0.2s;
}

.back-button:hover {
    background: #E5E5E5;
    text-decoration: none;
    color: #477D4D;
}

/* ===== MOBILE RESPONSIVE ===== */
@media screen and (max-width: 768px) {
    .breadcrumb-section {
        padding: 15px 20px;
        font-size: 14px;
    }
    
    .bank-header {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
        gap: 20px;
    }
    
    .bank-status {
        position: static;
        margin-top: 20px;
    }
    
    .active-badge {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .bank-description {
        padding: 30px 20px;
    }
    
    .description-title {
        font-size: 24px;
    }
    
    .description-highlight {
        font-size: 18px;
    }
    
    .description-main,
    .description-footer {
        font-size: 16px;
    }
    
    .faq-section {
        padding: 40px 20px;
    }
    
    .faq-title {
        font-size: 24px;
    }
    
    .faq-question {
        padding: 15px 20px;
    }
    
    .faq-question h3 {
        font-size: 16px;
    }
    
    .faq-answer p {
        padding: 20px;
        font-size: 15px;
    }
    
    .cta-banner {
        display: flex;
        flex-direction: column;
        min-height: 500px;
        margin: 40px 0;
        overflow: hidden;
    }
    
    .cta-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
        padding: 40px 20px;
        z-index: 2;
    }
    
    .cta-title {  
        font-size: 32px;
    }

    .cta-button {
    align-self: center;        
}
    
    .cta-image {
        height: 300px;
        width: 100%;
        position: absolute;
        bottom: -50px;
        top: auto; 
    }
    
    .cta-image .screenshot {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
    }
    
    .bank-logo-circle {
        width: 100px;
        height: 100px;
    }
    
    .bank-logo-circle img {
        max-width: 60px;
        max-height: 60px;
    }
    
    .bank-name {
        font-size: 32px;
    }
    
    .bank-country {
        font-size: 18px;
        justify-content: center;
    }
    
    .bank-info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 40px 20px;
    }
    
    .info-block {
        padding: 20px;
    }
    
    .info-title {
        font-size: 14px;
        padding: 6px 10px;
    }
    
    .website-link {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .app-badges {
        gap: 8px;
        margin-top: 10px;
    }
    
    .app-badge-image {
        height: 35px;
    }
    
    .back-to-search {
        padding: 30px 20px;
    }
    
    .back-button {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .bank-name {
        font-size: 28px;
    }
    
    .bank-country {
        font-size: 16px;
    }
    
    .info-block {
        padding: 15px;
    }
    
    .detail-label {
        min-width: 100px;
        font-size: 14px;
    }
    
    .detail-value {
        font-size: 14px;
    }
    
    .country-tag {
        font-size: 13px;
        padding: 6px 10px;
    }
}
