/* ==========================================================================
   EXILOZ BUSINESS & TAX RESOURCE HUB STYLE SYSTEM
   Isolated styling for faq.html / Resources Page
   ========================================================================== */

/* Resource page hero */
.ex-resources-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 430px;
    padding: 86px 0 88px !important;
    overflow: hidden;
    background: var(--exz-navy-2) !important;
    font-family: "DM Sans", Arial, sans-serif;
}

.ex-resources-hero .page-header-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-size: cover;
    background-position: center 58%;
    transform: scale(1.01);
}

.ex-resources-hero .page-header-bg::before {
    display: none;
}

.ex-resources-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(2, 18, 47, 0.95) 0%, rgba(3, 28, 70, 0.9) 38%, rgba(5, 34, 82, 0.58) 66%, rgba(5, 34, 82, 0.28) 100%),
        linear-gradient(180deg, rgba(2, 26, 68, 0.1) 0%, rgba(2, 26, 68, 0.34) 100%);
    pointer-events: none;
}

.ex-resources-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.18;
    pointer-events: none;
}

.ex-resources-hero .container {
    position: relative;
    z-index: 3;
}

.ex-resources-hero__inner {
    max-width: 720px;
}

.ex-resources-hero .thm-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
}

.ex-resources-hero .thm-breadcrumb li,
.ex-resources-hero .thm-breadcrumb li a,
.ex-resources-hero .thm-breadcrumb li span {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ex-resources-hero .thm-breadcrumb li a:hover {
    color: #ffffff !important;
}

.ex-resources-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: #8fe8ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ex-resources-hero__eyebrow i {
    color: #fdb414;
}

.ex-resources-hero h1 {
    max-width: 680px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: 0;
    text-shadow: 0 12px 32px rgba(0, 0, 0, 0.42);
}

.ex-resources-hero__copy {
    max-width: 660px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.75;
}

.ex-resources-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
}

.ex-resources-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.ex-resources-hero__btn.is-primary {
    background: #fdb414;
    color: #071b35;
}

.ex-resources-hero__btn.is-secondary {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.ex-resources-hero__btn:hover {
    transform: translateY(-2px);
}

.ex-resources-hero__btn.is-primary:hover {
    color: #071b35;
    background: #ffffff;
}

.ex-resources-hero__btn.is-secondary:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.14);
}

.ex-resources-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.ex-resources-hero__proof span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.ex-resources-hero__proof strong {
    margin-right: 6px;
    color: #8fe8ff;
    font-weight: 800;
}

/* Modern layout and tab wrappers */
.ex-resources-section {
    padding: 90px 0 110px;
    background: #ffffff;
    font-family: "DM Sans", Arial, sans-serif;
}

.ex-resources-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Page Intro Styling */
.ex-resources-intro {
    max-width: 860px;
    margin: 0 auto 52px;
    text-align: center;
}

.ex-resources-intro .section-sub-title-box {
    margin-bottom: 8px;
}

.ex-resources-intro .section-title__title {
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.ex-resources-intro-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--exz-muted);
    margin-top: 14px;
}

/* Premium Hub Tab Menu */
.ex-hub-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 56px;
    flex-wrap: wrap;
}

.ex-hub-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 28px;
    border: 1px solid rgba(6, 40, 95, 0.08);
    border-radius: 30px;
    background: #f6f9fd;
    color: var(--exz-navy);
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(6, 31, 71, 0.02);
}

.ex-hub-tab-btn i {
    font-size: 16px;
    color: var(--exz-muted);
    transition: color 0.3s ease;
}

.ex-hub-tab-btn:hover {
    background: #edf3fc;
    color: var(--exz-blue);
    border-color: rgba(0, 89, 214, 0.15);
}

.ex-hub-tab-btn.is-active {
    background: var(--exz-navy);
    color: #ffffff;
    border-color: var(--exz-navy);
    box-shadow: 0 10px 25px rgba(6, 40, 95, 0.18);
}

.ex-hub-tab-btn.is-active i {
    color: var(--exz-blue-2);
}

/* Tab Panels Content Control */
.ex-hub-panel {
    display: none;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.ex-hub-panel.is-active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   TAB 1: CALCULATORS & UTILITIES STYLING
   ========================================================================== */
.ex-calc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: start;
    margin-bottom: 30px;
}

.ex-calc-full-row {
    grid-column: span 2;
}

/* VAT Toggle Buttons */
.ex-vat-toggles {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    background: #f6f9fd;
    padding: 6px;
    border-radius: 10px;
    border: 1px solid rgba(6, 40, 95, 0.06);
}

.ex-vat-toggle-btn {
    flex: 1;
    border: 0;
    min-height: 40px;
    border-radius: 6px;
    background: transparent;
    color: var(--exz-navy);
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}

.ex-vat-toggle-btn:hover {
    color: var(--exz-blue);
}

.ex-vat-toggle-btn.is-active {
    background: var(--exz-blue);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 89, 214, 0.15);
}

/* Nested Results Grid inside Calculator Cards */
.ex-nested-results {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px dashed rgba(6, 40, 95, 0.08);
}

.ex-nested-results-title {
    font-size: 14px;
    font-weight: 800;
    color: var(--exz-navy);
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ex-nested-results-grid {
    display: grid;
    gap: 12px;
}

.ex-nested-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.ex-nested-label {
    color: var(--exz-muted);
    font-weight: 500;
}

.ex-nested-val {
    color: var(--exz-navy);
    font-weight: 800;
}

.ex-nested-row.is-highlight {
    background: #edf3fc;
    border-radius: 8px;
    padding: 12px 16px;
    margin-top: 6px;
}

.ex-nested-row.is-highlight .ex-nested-label {
    color: var(--exz-navy);
    font-weight: 700;
}

.ex-nested-row.is-highlight .ex-nested-val {
    color: var(--exz-blue);
    font-size: 16px;
}


/* Corporate Tax Calculator Board */
.ex-calc-board {
    background: radial-gradient(circle at 100% 0%, rgba(13, 115, 255, 0.03), transparent 28%), #ffffff;
    border: 1px solid rgba(6, 40, 95, 0.07);
    border-radius: 18px;
    padding: 38px;
    box-shadow: 0 20px 50px rgba(6, 31, 71, 0.05);
}

.ex-calc-header {
    border-bottom: 1px solid rgba(6, 40, 95, 0.06);
    padding-bottom: 24px;
    margin-bottom: 32px;
}

.ex-calc-header h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--exz-navy);
    margin: 0;
}

.ex-calc-header p {
    color: var(--exz-muted);
    font-size: 14px;
    margin: 6px 0 0;
    line-height: 1.6;
}

/* Slider Controls */
.ex-calc-control-group {
    margin-bottom: 30px;
}

.ex-calc-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.ex-calc-label-row label {
    font-weight: 700;
    color: var(--exz-navy);
    font-size: 15px;
}

.ex-calc-input-wrap {
    display: flex;
    align-items: center;
    background: #f6f9fd;
    border: 1px solid rgba(6, 40, 95, 0.08);
    border-radius: 10px;
    padding: 0 16px;
    height: 52px;
    width: 210px;
    transition: all 0.3s ease;
}

.ex-calc-input-wrap:focus-within {
    border-color: var(--exz-blue);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 89, 214, 0.08);
}

.ex-calc-currency {
    color: var(--exz-navy);
    font-weight: 800;
    font-size: 14px;
    margin-right: 8px;
}

.ex-calc-input-wrap input {
    border: 0;
    background: transparent;
    width: 100%;
    color: var(--exz-navy);
    font-weight: 800;
    font-size: 16px;
    text-align: right;
    outline: none;
}

/* Custom Range Slider Styling */
.ex-calc-slider-container {
    position: relative;
    padding: 8px 0;
}

.ex-calc-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #edf3fc;
    outline: none;
    margin: 0;
}

.ex-calc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--exz-blue);
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 89, 214, 0.35);
    transition: all 0.2s ease;
    border: 2px solid #ffffff;
}

.ex-calc-slider::-webkit-slider-thumb:hover {
    transform: scale(1.15);
    background: var(--exz-blue-2);
}

.ex-calc-slider::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--exz-blue);
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 89, 214, 0.35);
    transition: all 0.2s ease;
    border: 2px solid #ffffff;
}

.ex-calc-slider::-moz-range-thumb:hover {
    transform: scale(1.15);
    background: var(--exz-blue-2);
}

/* Results Panel Styling */
.ex-calc-results {
    background: #021a44;
    border-radius: 18px;
    padding: 38px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(2, 26, 68, 0.12);
}

.ex-calc-results::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.3;
    pointer-events: none;
}

.ex-results-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 20px;
    margin-bottom: 28px;
}

.ex-results-header h4 {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}

.ex-results-header p {
    color: #9bc8ff;
    font-size: 13px;
    margin: 4px 0 0;
}

.ex-results-dashboard {
    display: grid;
    gap: 22px;
    margin-bottom: 28px;
}

.ex-results-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ex-results-row.is-total {
    border-top: 1px dashed rgba(255, 255, 255, 0.12);
    padding-top: 20px;
    margin-top: 8px;
}

.ex-results-label {
    font-size: 14px;
    color: #dbe8ff;
    font-weight: 500;
}

.ex-results-row.is-total .ex-results-label {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.ex-results-val {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
}

.ex-results-row.is-tax .ex-results-val {
    color: #4ca2ff;
}

.ex-results-row.is-total .ex-results-val {
    font-size: 26px;
    color: #00ffaa;
    text-shadow: 0 0 15px rgba(0, 255, 170, 0.2);
}

.ex-results-note {
    font-size: 12px;
    line-height: 1.6;
    color: #9bc8ff;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 14px 16px;
    margin-top: 10px;
}

/* Responsive inner grid for full-row deadline checker */
.ex-deadline-checker-inner {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: start;
}

@media (max-width: 991px) {
    .ex-deadline-checker-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* Smart Deadline Checker Card */
.ex-checker-card {
    background: radial-gradient(circle at 0% 100%, rgba(0, 89, 214, 0.02), transparent 30%), #ffffff;
    border: 1px solid rgba(6, 40, 95, 0.07);
    border-radius: 18px;
    padding: 38px;
    box-shadow: 0 20px 50px rgba(6, 31, 71, 0.05);
}

.ex-checker-selector {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 32px;
    background: #f6f9fd;
    border: 1px solid rgba(6, 40, 95, 0.08);
    border-radius: 12px;
    padding: 18px 24px;
}

.ex-checker-selector-label {
    font-weight: 700;
    color: var(--exz-navy);
    font-size: 15px;
    flex-grow: 1;
}

.ex-checker-select-wrap select {
    background: #ffffff;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 8px;
    height: 44px;
    padding: 0 16px;
    color: var(--exz-navy);
    font-weight: 700;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.ex-checker-select-wrap select:focus {
    border-color: var(--exz-blue);
    box-shadow: 0 0 0 3px rgba(0, 89, 214, 0.08);
}

/* Computed Deadlines Grid layout */
.ex-deadlines-container {
    display: grid;
    gap: 20px;
}

.ex-deadline-row {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    border: 1px solid rgba(6, 40, 95, 0.06);
    border-radius: 12px;
    padding: 20px 24px;
    transition: all 0.3s ease;
}

.ex-deadline-row:hover {
    border-color: rgba(0, 89, 214, 0.18);
    box-shadow: 0 8px 24px rgba(6, 31, 71, 0.04);
}

.ex-deadline-icon-bubble {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #f6f9fd;
    color: var(--exz-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.ex-deadline-row:hover .ex-deadline-icon-bubble {
    background: var(--exz-blue);
    color: #ffffff;
}

.ex-deadline-details h5 {
    font-size: 15px;
    font-weight: 800;
    color: var(--exz-navy);
    margin: 0 0 4px;
}

.ex-deadline-details p {
    font-size: 13px;
    color: var(--exz-muted);
    margin: 0;
}

.ex-deadline-date-bubble {
    background: #fff5f5;
    color: #d12e2e;
    font-size: 14px;
    font-weight: 800;
    padding: 10px 16px;
    border-radius: 30px;
    border: 1px solid rgba(209, 46, 46, 0.1);
    box-shadow: 0 4px 10px rgba(209, 46, 46, 0.04);
}

.ex-deadline-row:nth-child(2) .ex-deadline-date-bubble {
    background: #fff9eb;
    color: #cf8400;
    border-color: rgba(207, 132, 0, 0.1);
    box-shadow: 0 4px 10px rgba(207, 132, 0, 0.04);
}

.ex-deadline-row:nth-child(3) .ex-deadline-date-bubble {
    background: #edfdf6;
    color: #00a86b;
    border-color: rgba(0, 168, 107, 0.1);
    box-shadow: 0 4px 10px rgba(0, 168, 107, 0.04);
}

/* ==========================================================================
   TAB 2: KNOWLEDGE BASE ACCORDIONS
   ========================================================================== */
.ex-faq-matrix {
    max-width: 960px;
    margin: 0 auto;
}

/* FAQ Topic Filters */
.ex-faq-filters {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.ex-faq-filter-btn {
    background: #ffffff;
    border: 1px solid rgba(6, 40, 95, 0.08);
    color: var(--exz-navy);
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ex-faq-filter-btn:hover {
    background: #edf3fc;
    color: var(--exz-blue);
}

.ex-faq-filter-btn.is-active {
    background: var(--exz-blue);
    color: #ffffff;
    border-color: var(--exz-blue);
    box-shadow: 0 6px 15px rgba(0, 89, 214, 0.15);
}

/* Accordion Custom Cards */
.ex-accordion-grid {
    display: grid;
    gap: 16px;
}

.ex-accordion-card {
    background: #ffffff;
    border: 1px solid rgba(6, 40, 95, 0.06);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.ex-accordion-card.is-active {
    border-color: rgba(0, 89, 214, 0.15);
    box-shadow: 0 10px 30px rgba(6, 31, 71, 0.04);
}

.ex-accordion-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 24px 28px;
    background: none;
    border: 0;
    text-align: left;
    cursor: pointer;
    outline: none;
    gap: 20px;
}

.ex-accordion-trigger h4 {
    font-size: 16px;
    font-weight: 800;
    color: var(--exz-navy);
    line-height: 1.45;
    margin: 0;
    transition: color 0.3s ease;
}

.ex-accordion-card:hover .ex-accordion-trigger h4 {
    color: var(--exz-blue);
}

.ex-accordion-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f6f9fd;
    color: var(--exz-navy);
    font-size: 12px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.ex-accordion-card.is-active .ex-accordion-indicator {
    background: var(--exz-blue);
    color: #ffffff;
    transform: rotate(180deg);
}

.ex-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ex-accordion-inner {
    padding: 0 28px 28px;
}

.ex-accordion-inner p {
    font-size: 15px;
    line-height: 1.76;
    color: var(--exz-muted);
    margin: 0;
}

/* ==========================================================================
   TAB 3: DOWNLOADABLE GUIDES & TOOLS
   ========================================================================== */
.ex-guides-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}

.ex-guide-card {
    background: #ffffff;
    border: 1px solid rgba(6, 40, 95, 0.06);
    border-radius: 14px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ex-guide-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 89, 214, 0.15);
    box-shadow: 0 15px 40px rgba(6, 31, 71, 0.06);
}

.ex-guide-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(0, 89, 214, 0.08);
    color: var(--exz-blue);
}

.ex-guide-icon {
    font-size: 34px;
    color: var(--exz-blue);
    margin-bottom: 24px;
}

.ex-guide-card h4 {
    font-size: 17px;
    font-weight: 800;
    color: var(--exz-navy);
    line-height: 1.4;
    margin: 0 0 10px;
}

.ex-guide-card p {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--exz-muted);
    margin: 0 0 24px;
    flex-grow: 1;
}

.ex-guide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 46px;
    border-radius: 8px;
    border: 1px solid rgba(6, 40, 95, 0.08);
    background: #ffffff;
    color: var(--exz-navy);
    font-size: 13.5px;
    font-weight: 700;
    transition: all 0.2s ease;
    cursor: pointer;
}

.ex-guide-card:hover .ex-guide-btn {
    background: var(--exz-blue);
    border-color: var(--exz-blue);
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(0, 89, 214, 0.18);
}

/* ==========================================================================
   RESOURCES CONSULTATION BANNER
   ========================================================================== */
.ex-resources-banner {
    margin-top: 80px;
    background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05), transparent 30%), linear-gradient(135deg, var(--exz-navy-2) 0%, var(--exz-navy) 100%);
    border-radius: 20px;
    padding: 56px 64px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(2, 26, 68, 0.15);
}

.ex-resources-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
    pointer-events: none;
}

.ex-resources-banner-info {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.ex-resources-banner-info h3 {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px;
    line-height: 1.3;
}

.ex-resources-banner-info p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #dbe8ff;
    margin: 0;
}

.ex-resources-banner-actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    flex-shrink: 0;
}

.ex-resources-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.ex-resources-banner-btn.is-primary {
    background: var(--exz-blue);
    color: #ffffff;
    border: 0;
    box-shadow: 0 10px 25px rgba(0, 89, 214, 0.25);
}

.ex-resources-banner-btn.is-primary:hover {
    background: var(--exz-blue-2);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 89, 214, 0.35);
}

.ex-resources-banner-btn.is-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ex-resources-banner-btn.is-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

/* ==========================================================================
   DOWNLOAD SUCCESS MODAL STYLING
   ========================================================================== */
.ex-success-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(7, 27, 55, 0.7);
    backdrop-filter: blur(8px);
}

.ex-success-modal-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    max-width: 440px;
    width: 100%;
    text-align: center;
    box-shadow: 0 25px 60px rgba(7, 27, 55, 0.18);
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ex-success-modal.is-active {
    display: flex;
}

.ex-success-modal.is-active .ex-success-modal-box {
    transform: scale(1);
    opacity: 1;
}

.ex-success-modal-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #edfdf6;
    color: #00a86b;
    font-size: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.ex-success-modal-box h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--exz-navy);
    margin: 0 0 10px;
}

.ex-success-modal-box p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--exz-muted);
    margin: 0 0 24px;
}

.ex-success-modal-close {
    background: var(--exz-navy);
    color: #ffffff;
    border: 0;
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
}

.ex-success-modal-close:hover {
    background: var(--exz-blue);
    box-shadow: 0 6px 15px rgba(0, 89, 214, 0.2);
}

/* ==========================================================================
   RESPONSIVE LAYOUT MEDIA QUERY ADAPTATIONS
   ========================================================================== */
@media (max-width: 1024px) {
    .ex-resources-hero {
        min-height: 470px;
    }

    .ex-resources-hero::before {
        background: linear-gradient(90deg, rgba(2, 18, 47, 0.96) 0%, rgba(3, 28, 70, 0.9) 58%, rgba(5, 34, 82, 0.48) 100%);
    }

    .ex-calc-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ex-resources-banner {
        flex-direction: column;
        align-items: stretch;
        padding: 44px;
        gap: 28px;
    }

    .ex-resources-banner-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .ex-resources-hero {
        min-height: auto;
        padding: 72px 0 74px !important;
    }

    .ex-resources-hero::before {
        background:
            linear-gradient(180deg, rgba(2, 18, 47, 0.96) 0%, rgba(3, 28, 70, 0.9) 62%, rgba(5, 34, 82, 0.72) 100%);
    }

    .ex-resources-hero .page-header-bg {
        background-position: center bottom;
    }

    .ex-resources-hero h1 {
        font-size: 36px;
    }

    .ex-resources-hero__copy {
        font-size: 15px;
        line-height: 1.7;
    }

    .ex-resources-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ex-resources-hero__btn {
        width: 100%;
    }

    .ex-resources-section {
        padding: 60px 0 80px;
    }

    .ex-resources-intro {
        margin-bottom: 38px;
    }

    .ex-hub-tabs {
        margin-bottom: 38px;
    }

    .ex-calc-board {
        padding: 28px;
    }

    .ex-calc-results {
        padding: 28px;
    }

    .ex-checker-card {
        padding: 28px;
    }

    .ex-deadline-row {
        grid-template-columns: 44px 1fr;
        gap: 16px;
        padding: 16px;
    }

    .ex-deadline-icon-bubble {
        width: 44px;
        height: 44px;
        font-size: 16px;
        border-radius: 8px;
    }

    .ex-deadline-date-bubble {
        grid-column: 1 / span 2;
        text-align: center;
        margin-top: 4px;
    }

    .ex-accordion-trigger {
        padding: 20px;
    }

    .ex-accordion-inner {
        padding: 0 20px 20px;
    }

    .ex-resources-banner {
        padding: 32px 24px;
    }

    .ex-resources-banner-info h3 {
        font-size: 22px;
    }

    .ex-resources-banner-actions .ex-resources-banner-btn {
        width: 100%;
    }
}
