/* style/index-debet-brand-story.css */

/* Variables for consistency */
:root {
    --page-index-debet-brand-story-primary-color: #0A2342; /* Deep Navy Blue */
    --page-index-debet-brand-story-secondary-color: #FFD700; /* Gold */
    --page-index-debet-brand-story-text-light: #FFFFFF; /* White */
    --page-index-debet-brand-story-text-muted-light: rgba(255, 255, 255, 0.85); /* Slightly muted white for body text */
    --page-index-debet-brand-story-bg-dark: var(--page-index-debet-brand-story-primary-color);
    --page-index-debet-brand-story-bg-article: #1a3a5e; /* Slightly lighter dark blue for article background */
}

.page-index-debet-brand-story {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-index-debet-brand-story-text-light); /* Default text color for dark sections */
    background-color: var(--page-index-debet-brand-story-bg-dark); /* Overall dark background */
}

.page-index-debet-brand-story__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-index-debet-brand-story__hero-section {
    background: linear-gradient(135deg, var(--page-index-debet-brand-story-primary-color), #2c4a6b); /* Slightly lighter gradient for hero */
    padding: 80px 0;
    text-align: center;
    color: var(--page-index-debet-brand-story-text-light);
    position: relative;
    overflow: hidden;
}

.page-index-debet-brand-story__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--page-index-debet-brand-story-text-light);
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-debet-brand-story__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: var(--page-index-debet-brand-story-text-muted-light);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-debet-brand-story__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
}

/* Content Section */
.page-index-debet-brand-story__content-section {
    padding: 60px 0;
    background-color: var(--page-index-debet-brand-story-bg-dark);
    color: var(--page-index-debet-brand-story-text-light);
}

.page-index-debet-brand-story__article {
    background-color: var(--page-index-debet-brand-story-bg-article); /* Slightly lighter dark blue for article background */
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-index-debet-brand-story__section-title {
    font-size: 2.5em;
    color: var(--page-index-debet-brand-story-secondary-color);
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
}

.page-index-debet-brand-story__subsection-title {
    font-size: 1.8em;
    color: var(--page-index-debet-brand-story-text-light);
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid var(--page-index-debet-brand-story-secondary-color);
    padding-left: 15px;
}

.page-index-debet-brand-story__article p {
    margin-bottom: 1em;
    font-size: 1.1em;
    color: var(--page-index-debet-brand-story-text-muted-light); /* Slightly muted white for body text */
}

.page-index-debet-brand-story__article strong {
    color: var(--page-index-debet-brand-story-secondary-color);
}

.page-index-debet-brand-story__article ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5em;
}

.page-index-debet-brand-story__article ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.05em;
    color: var(--page-index-debet-brand-story-text-muted-light);
}

.page-index-debet-brand-story__article ul li::before {
    content: '⭐'; /* Unicode star or similar icon */
    position: absolute;
    left: 0;
    color: var(--page-index-debet-brand-story-secondary-color);
    font-size: 1.2em;
    line-height: 1;
}

.page-index-debet-brand-story__image-inline {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Highlight text */
.page-index-debet-brand-story__highlight {
    color: var(--page-index-debet-brand-story-secondary-color);
    font-weight: bold;
}

/* Call to Action */
.page-index-debet-brand-story__call-to-action {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background-color: var(--page-index-debet-brand-story-primary-color); /* Dark blue background */
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-index-debet-brand-story__call-to-action p {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: var(--page-index-debet-brand-story-text-light);
    font-weight: bold;
}

.page-index-debet-brand-story__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin: 0 15px;
    min-width: 180px;
    text-align: center;
}

.page-index-debet-brand-story__btn--primary {
    background-color: var(--page-index-debet-brand-story-secondary-color); /* Gold background */
    color: var(--page-index-debet-brand-story-primary-color); /* Dark blue text */
    border: 2px solid var(--page-index-debet-brand-story-secondary-color);
}

.page-index-debet-brand-story__btn--primary:hover {
    background-color: #e6c200; /* Slightly darker gold */
    color: var(--page-index-debet-brand-story-primary-color);
}

.page-index-debet-brand-story__btn--secondary {
    background-color: transparent;
    color: var(--page-index-debet-brand-story-secondary-color); /* Gold text */
    border: 2px solid var(--page-index-debet-brand-story-secondary-color);
}

.page-index-debet-brand-story__btn--secondary:hover {
    background-color: var(--page-index-debet-brand-story-secondary-color);
    color: var(--page-index-debet-brand-story-primary-color);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-index-debet-brand-story__hero-title {
        font-size: 2.5em;
    }

    .page-index-debet-brand-story__hero-subtitle {
        font-size: 1.2em;
    }

    .page-index-debet-brand-story__section-title {
        font-size: 2em;
    }

    .page-index-debet-brand-story__subsection-title {
        font-size: 1.5em;
    }

    .page-index-debet-brand-story__article {
        padding: 25px;
    }

    .page-index-debet-brand-story__btn {
        margin: 10px auto;
        display: block;
        width: fit-content; /* Adjust width to content for block buttons */
    }
    .page-index-debet-brand-story__btn + .page-index-debet-brand-story__btn {
        margin-top: 15px;
    }

    .page-index-debet-brand-story__call-to-action p {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-index-debet-brand-story__hero-title {
        font-size: 2em;
    }

    .page-index-debet-brand-story__hero-subtitle {
        font-size: 1em;
    }

    .page-index-debet-brand-story__section-title {
        font-size: 1.8em;
    }

    .page-index-debet-brand-story__subsection-title {
        font-size: 1.3em;
    }
    .page-index-debet-brand-story__btn {
        width: 100%; /* Full width for smaller screens */
        min-width: unset;
    }
}