.fs-4rem {
    font-size: 4rem;
}

.mb-1rem {
    margin-bottom: 1rem;
}

/* Utility classes extracted for CSP compliance */
.img-invert {
    filter: brightness(0) invert(1);
}

.trust-card-accent {
    background: rgba(246, 191, 54, 0.08);
}

.fs-13 {
    font-size: 1.3rem;
}

.fs-075 {
    font-size: 0.75rem;
}

.text-primary-color {
    color: var(--gcb-primary);
}

.cards-showcase {
    position: relative;
    width: 50%;
    max-width: 600px;
    height: 400px;
}

.banking-card.main-card {
    /* position: absolute; */
    position: relative;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%) rotate(-5deg);
    width: 320px;
    height: 200px;
    background: linear-gradient(135deg,
            var(--gcb-amber) 0%,
            var(--gcb-primary-gold-dark) 100%);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 25px;
    animation: float 6s ease-in-out infinite;
}

.card-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 40px;
}

.img-brightness-0 {
    filter: brightness(0);
}

.text-black {
    color: var(--gcb-black);
}

.text-smoke {
    color: var(--gcb-smoke);
}

.text-smoke-dark {
    color: var(--gcb-smoke-dark);
}

.text-smoke-dark:hover {
    color: #fdb813;
}

.bg-smoke-dark {
    background-color: var(--gcb-smoke-dark);
}

.rotate-90 {
    transform: rotate(90deg);
}

.card-label {
    font-size: 12px;
    margin-bottom: 5px;
    opacity: 0.8;
}

.card-number-text {
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 600;
}

.banking-card.secondary-card {
    position: relative;
    top: -20%;
    left: 20%;
    transform: translate(-20%, -50%) rotate(8deg);
    width: 280px;
    height: 180px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 20px;
    animation: float 6s ease-in-out infinite;
    animation-delay: 1s;
}

.mb-30 {
    margin-bottom: 30px;
}

.text-gray-700 {
    color: var(--gcb-gray-700);
}

.text-gray-600 {
    color: var(--gcb-gray-600);
}

.fs-30 {
    font-size: 30px;
}

.fs-14 {
    font-size: 14px;
}

.feature-badge {
    position: absolute;
    background: white;
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: pulse 2s infinite;
}

.feature-badge--bl {
    bottom: 10px;
    left: 10px;
}

.feature-badge--tr {
    top: 10px;
    right: 10px;
    animation-delay: 0.5s;
}

.text-amber {
    color: var(--gcb-amber);
}

.fs-12 {
    font-size: 12px;
}

.fw-600 {
    font-weight: 600;
}

.requirements-visual {
    background: linear-gradient(135deg,
            rgba(253, 184, 19, 0.05) 0%,
            rgba(0, 0, 0, 0.02) 100%);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
}

:root {
    --gcb-primary: #2f434e;
    /* GCB Smoke - primary color for better readability */
    --gcb-accent: #f6bf36;
    /* Yellow as accent color only */
    --gcb-text-dark: #2f434e;
    --gcb-text-light: #6c757d;
}

/* Clean Background Pattern - Professional gradient */
.hero-premium {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #fafbfc 100%);
    position: relative;
}

/* Subtle geometric pattern overlay */
.hero-premium::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: linear-gradient(30deg,
            rgba(47, 67, 78, 0.02) 12%,
            transparent 12.5%,
            transparent 87%,
            rgba(47, 67, 78, 0.02) 87.5%,
            rgba(47, 67, 78, 0.02)),
        linear-gradient(150deg,
            rgba(47, 67, 78, 0.02) 12%,
            transparent 12.5%,
            transparent 87%,
            rgba(47, 67, 78, 0.02) 87.5%,
            rgba(47, 67, 78, 0.02)),
        linear-gradient(30deg,
            rgba(47, 67, 78, 0.02) 12%,
            transparent 12.5%,
            transparent 87%,
            rgba(47, 67, 78, 0.02) 87.5%,
            rgba(47, 67, 78, 0.02)),
        linear-gradient(150deg,
            rgba(47, 67, 78, 0.02) 12%,
            transparent 12.5%,
            transparent 87%,
            rgba(47, 67, 78, 0.02) 87.5%,
            rgba(47, 67, 78, 0.02));
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px;
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: var(--gcb-amber);
    color: var(--gcb-black);
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    /* Reduced spacing */
    border-left: 3px solid var(--gcb-accent);
    /* Yellow as accent */
}

.hero-visual {
    position: relative;
}

.hero-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Floating Stats Cards */
.floating-stats {
    position: absolute;
    background: white;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: floatCard 4s ease-in-out infinite;
}

@keyframes floatCard {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-5px) rotate(1deg);
    }
}

/* Use accent color sparingly for emphasis */
.accent-indicator {
    color: var(--gcb-accent);
}

/* Navbar button override */
.navbar .btn-gcb-amber {
    background: var(--gcb-primary);
    color: white;
    border: none;
    padding: 0.5rem 1.2rem;
    font-size: 0.9rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.navbar .btn-gcb-amber:hover {
    background: #1f2f38;
    transform: translateY(-1px);
}

/* Optimized Section Spacing - Reduce excessive white space */
.process-timeline,
.features-section,
.requirements-modern,
.faq-modern,
.cta-section {
    padding: 60px 0;
    /* Reduced from default 80-100px */
}

/* Process Timeline Background - Consistent with hero */
.process-timeline {
    /* background: #fafbfc; */
    border-top: 1px solid rgba(47, 67, 78, 0.08);
}

@media (max-width: 768px) {

    .process-timeline,
    .features-section,
    .requirements-modern,
    .faq-modern,
    .cta-section {
        padding: 40px 0;
        /* Further reduced for mobile */
    }
}

/* Tighter spacing for section headers */
.section-header {
    margin-bottom: 2.5rem;
    /* Reduced from 3-4rem */
}

/* Reduce gaps between cards/items */
.feature-card {
    margin-bottom: 1.5rem;
}

/* Optimized card padding */
.card {
    padding: 1.5rem;
    /* Reduced internal padding */
}

.gcb-btn-resume {
    background: #2f434e;
    /* GCB Smoke Dark - Primary button */
    color: white;
    border: none;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(47, 67, 78, 0.15);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.gcb-btn-resume:hover {
    background: #1f2f38;
    /* Darker smoke on hover */
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(47, 67, 78, 0.25);
}

/* Tighter hero content spacing on smaller screens */
@media (max-width: 768px) {
    .hero-premium {
        min-height: 70vh;
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }
}

.pb-40px {
    padding-bottom: 40px !important;
}

/* Compact Hero Section */
.hero-section {
    position: relative;
    padding: 40px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    overflow: hidden;
}

/* Minimal Hero Section for Login Pages */
.hero-section-minimal {
    padding: 25px 0 20px;
    /* Much shorter padding */
}

.hero-section-minimal .welcome-message {
    margin-bottom: 0;
    /* Remove extra bottom margin */
}

.hero-section-minimal .welcome-title {
    font-size: 2.2rem;
    /* Slightly smaller title */
    margin-bottom: 0.8rem;
}

.hero-section-minimal .welcome-subtitle {
    font-size: 1rem;
    /* Smaller subtitle */
    margin-bottom: 0;
}

/* Mobile responsiveness for minimal hero */
@media (max-width: 768px) {
    .hero-section-minimal {
        padding: 20px 0 15px;
        /* Even shorter on mobile */
    }

    .hero-section-minimal .welcome-title {
        font-size: 1.8rem;
        /* Smaller on mobile */
        margin-bottom: 0.6rem;
    }

    .hero-section-minimal .welcome-subtitle {
        font-size: 0.9rem;
        /* Smaller on mobile */
    }
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FDB813' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM634v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    pointer-events: none;
}

/* Progress Timeline Wrapper */
.progress-timeline-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 900px;
    min-height: 80px;
}

/* Progress Timeline */
.hero-section .progress-timeline {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    /* position: absolute !important;
    top: 0 !important;
    left: 0 !important; */
    width: 100% !important;
    padding: 0 20px !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

/* Hidden state - completely invisible */
.hero-section .progress-timeline.hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: -1 !important;
    display: none !important;
}

/* Initial state for main steps that will animate out */
.hero-section .progress-timeline.animate-out {
    display: none !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

/* Animation state for main steps container */
.hero-section .progress-timeline.animating-out {
    animation: fadeOutContainer 0.6s ease-out 0.2s forwards;
}

/* Fade out all steps together */
.hero-section .progress-timeline.animating-out .progress-step {
    animation: simpleFadeOut 0.5s ease-out forwards;
    animation-delay: calc(var(--step-index) * 0.05s);
}

/* Sub-steps animation */
.hero-section .progress-timeline.animating-in {
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    z-index: 3;
    animation: fadeIn 0.3s ease-out forwards;
}

.hero-section .progress-timeline.animating-in .progress-step {
    opacity: 0;
    transform: scale(0.85) translateY(15px);
    animation: popIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.hero-section .progress-timeline.animating-in .progress-step[data-sub-step-index="0"] {
    animation-delay: 0.05s;
}

.hero-section .progress-timeline.animating-in .progress-step[data-sub-step-index="1"] {
    animation-delay: 0.1s;
}

.hero-section .progress-timeline.animating-in .progress-step[data-sub-step-index="2"] {
    animation-delay: 0.15s;
}

.hero-section .progress-timeline.animating-in .progress-step[data-sub-step-index="3"] {
    animation-delay: 0.2s;
}

.hero-section .progress-timeline.animating-in .progress-step[data-sub-step-index="4"] {
    animation-delay: 0.25s;
}

/* Ensure active state after animation */
.hero-section .progress-timeline.active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 10 !important;
}

.hero-section .progress-timeline.active .progress-step {
    opacity: 1;
    transform: scale(1) translateY(0);
}

@keyframes simpleFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOutContainer {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.85) translateY(15px);
    }

    60% {
        opacity: 1;
        transform: scale(1.02) translateY(-2px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Sub-steps specific styling */
.hero-section .progress-timeline.sub-steps {
    max-width: 900px;
}

.hero-section .progress-timeline.sub-steps .progress-step {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.hero-section .progress-timeline.sub-steps .progress-step:hover:not(.active) {
    transform: translateY(-2px);
}

/* Progress step link wrapper */
.progress-step-link {
    text-decoration: none;
    color: inherit;
    flex: 1;
    max-width: 120px;
    display: flex;
    justify-content: center;
}

.progress-line {
    position: absolute;
    top: 24px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 1px;
    z-index: 0;
    overflow: hidden;
}

.progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg,
            var(--gcb-success) 0%,
            var(--gcb-amber) 100%);
    border-radius: 1px;
    transition: width 0.8s ease-in-out;
    z-index: 1;
}

.progress-step {
    position: relative;
    text-align: center;
    z-index: 2;
    flex: 1;
    max-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.progress-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    background: #2d2d2d;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
}

.progress-step.completed .progress-icon {
    background: var(--gcb-success);
    border-color: var(--gcb-success);
    color: white;
    transform: scale(1.05);
}

.progress-step.active .progress-icon {
    background: var(--gcb-amber);
    border-color: var(--gcb-amber);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(253, 184, 19, 0.4);
    animation: pulse 2s infinite;
}

.csp_d96c0925 {
    background: linear-gradient(135deg,
            rgba(253, 184, 19, 0.05) 0%,
            rgba(253, 184, 19, 0.02) 100%);
    border: 2px solid rgba(253, 184, 19, 0.2);
}

.csp_4c0539a8 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
}

.csp_69bfdc79 {
    color: var(--gcb-amber);
}

.csp_1dbafa8a {
    background: var(--gcb-amber);
    color: #1a1a1a;
    padding: 8px 15px;
    font-size: 14px;
}

.csp_0824c6de {
    color: #6c757d;
    margin-bottom: 20px;
}

.csp_841e2c16 {
    font-size: 30px;
    color: var(--gcb-primary-gold-dark);
    margin-bottom: 10px;
}

.csp_6ebe5969 {
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 5px;
}

.csp_ba6ea077 {
    color: #6c757d;
    font-size: 16px;
    font-weight: 600;
}

.csp_d2c3e13a {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
}

.csp_d42d3076 {
    color: var(--gcb-amber);
    font-size: 14px;
}

.csp_93576a6c {
    background: rgba(253, 184, 19, 0.02);
}

.csp_1e378431 {
    max-height: 150px;
    width: auto;
}

.csp_c8f43ed9 {
    max-height: 100px;
    width: auto;
}

.csp_80b96ac2 {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.csp_5f426170 {
    color: var(--gcb-amber);
    font-size: 12px;
}

.csp_b2bf3bbe {
    background: rgba(253, 184, 19, 0.02);
    display: inline-block;
}

.csp_d6559fc1 {
    background: linear-gradient(135deg,
            rgba(40, 167, 69, 0.05) 0%,
            rgba(40, 167, 69, 0.02) 100%);
    border: 2px solid rgba(40, 167, 69, 0.2);
}

.csp_dec948aa {
    font-size: 50px;
    color: #28a745;
    margin-bottom: 20px;
}

.csp_c03224f4 {
    color: #1a1a1a;
    margin-bottom: 15px;
}

.csp_4d53c44d {
    font-weight: 600;
    color: #1a1a1a;
}

/* Review Sections */
.review-section {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.15s ease;
}

.review-section:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.section-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg,
            rgba(253, 184, 19, 0.1) 0%,
            rgba(253, 184, 19, 0.2) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #fdb813;
    font-size: 20px;
}

.section-title h4 {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.section-title p {
    color: #6c757d;
    font-size: 14px;
    margin: 0;
}

/* Review Data Grid */
.review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.review-item {
    padding: 15px;
    background: rgba(253, 184, 19, 0.02);
    border-left: 3px solid rgba(253, 184, 19, 0.3);
    border-radius: 5px;
    transition: all 0.15s ease;
}

.review-item:hover {
    background: rgba(253, 184, 19, 0.05);
    border-left-color: var(--gcb-amber);
}

.review-label {
    font-size: 12px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    font-weight: 500;
}

.review-value {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
    word-break: break-word;
}

.review-value.empty {
    color: #999;
    font-style: italic;
    font-weight: normal;
}

/* Action Buttons */
.form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

/* .btn-back {
    background: white;
    color: #6c757d;
    border: 2px solid #e0e0e0;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.15s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
} */

/* .btn-back:hover {
    background: #f8f9fa;
    border-color: #6c757d;
    color: #1a1a1a;
} */

.btn-submit {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.15s ease;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.2);
}

.btn-submit:hover {
    background: linear-gradient(135deg, #218838 0%, #1e7e34 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(40, 167, 69, 0.3);
}

/* Success Animation */
.btn-submit.loading {
    position: relative;
    color: transparent;
}

.btn-submit.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Alert Messages */
.alert-custom {
    border-radius: 10px;
    border: none;
    padding: 16px 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.alert-info-custom {
    background: linear-gradient(135deg,
            rgba(52, 152, 219, 0.1) 0%,
            rgba(52, 152, 219, 0.05) 100%);
    color: #2c3e50;
}

.alert-success-custom {
    background: linear-gradient(135deg,
            rgba(40, 167, 69, 0.1) 0%,
            rgba(40, 167, 69, 0.05) 100%);
    color: #155724;
}

/* Responsive */
@media (max-width: 768px) {
    .stepper-wrapper {
        padding: 0 10px;
    }

    .step-name {
        font-size: 10px;
        max-width: 80px;
    }

    .review-section {
        padding: 20px;
    }

    .review-grid {
        grid-template-columns: 1fr;
    }

    .form-actions {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .btn-submit,
    .btn-back {
        width: 100%;
        justify-content: center;
    }
}

/* Animation */
[data-aos] {
    pointer-events: none;
}

[data-aos].aos-animate {
    pointer-events: auto;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 12px rgba(253, 184, 19, 0.4);
    }

    50% {
        box-shadow: 0 4px 20px rgba(253, 184, 19, 0.6);
    }

    100% {
        box-shadow: 0 4px 12px rgba(253, 184, 19, 0.4);
    }
}

/* Step number for sub-steps */
.step-number {
    font-weight: 700;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.progress-step.active .step-number {
    color: white;
}

.progress-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    white-space: nowrap;
}

/* Welcome Message - Compact */
.hero-section .welcome-message {
    text-align: center !important;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 1;
}

.hero-section .welcome-title {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: white !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
    margin: 0 auto !important;
}

.hero-section .welcome-subtitle {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    max-width: 700px !important;
    margin: 0 auto 30px !important;
    line-height: 1.5 !important;
}

/* Single line on larger screens, wrap on tablets and below */
@media (min-width: 1024px) {
    .hero-section .welcome-subtitle {
        white-space: nowrap;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section .welcome-title {
        font-size: 28px !important;
    }

    .hero-section .welcome-subtitle {
        font-size: 14px !important;
        white-space: normal;
        /* Allow wrapping on mobile */
        max-width: 100%;
    }

    .progress-timeline {
        padding: 0 10px;
    }

    .progress-step {
        margin: 0;
        flex: 1;
        max-width: 80px;
    }

    .progress-icon {
        width: 36px !important;
        height: 36px !important;
        font-size: 14px !important;
    }

    .progress-label {
        font-size: 10px !important;
    }

    .progress-line {
        left: 10% !important;
        right: 10% !important;
        top: 18px !important;
    }
}

.csp_147169ee {
    color: var(--gcb-black);
    font-size: 16px;
}

/* Hero Section */
.signup-hero {
    position: relative;
    padding: 40px 0 30px;
    background: linear-gradient(135deg,
            rgba(253, 184, 19, 0.05) 0%,
            rgba(253, 184, 19, 0.02) 100%);
    overflow: visible;
}

.signup-hero::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle,
            rgba(253, 184, 19, 0.1) 0%,
            transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}


.hero-subtitle {
    font-size: 16px;
    color: var(--gcb-smoke);
    margin-bottom: 0;
    max-width: 500px;
    line-height: 1.5;
}

/* Progress Timeline */
.progress-container {
    margin-bottom: 32px;
    padding: 0 20px;
}

.progress-steps-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.progress-line-active {
    position: absolute;
    top: 24px;
    left: 10%;
    height: 2px;
    background: var(--gcb-amber);
    width: 0%;
    z-index: 1;
    transition: width 0.3s ease;
}

.progress-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: white;
    border: 3px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--gcb-smoke);
    transition: all 0.3s ease;
}

.progress-step.active .progress-circle {
    background: var(--gcb-amber);
    border-color: var(--gcb-amber);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(253, 184, 19, 0.4);
}

.progress-step.completed .progress-circle {
    background: var(--gcb-primary-gold-dark, #d4a017);
    border-color: var(--gcb-primary-gold-dark, #d4a017);
    color: white;
}

/* Card Container */
.residency-container {
    padding: 40px 0;
    background: #f8f9fa;
    min-height: 400px;
}

/* Residency Cards */
.residency-card {
    background: white;
    border-radius: 16px;
    padding: 30px 30px 0;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #f0f0f0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.residency-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
            var(--gcb-amber) 0%,
            var(--gcb-primary-gold-dark, #d4a017) 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.residency-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: var(--gcb-amber);
}

.residency-card:hover::before {
    transform: scaleX(1);
}

.residency-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    /* filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1)); */
}

.residency-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--gcb-black);
    margin-bottom: 12px;
}

.residency-description {
    font-size: 14px;
    color: var(--gcb-smoke);
    line-height: 1.6;
    margin-bottom: 24px;
}

.residency-requirements {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.requirement-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
    color: var(--gcb-smoke);
}

.requirement-item i {
    color: var(--gcb-amber);
    margin-right: 12px;
    margin-top: 2px;
    font-size: 16px;
}

.requirement-item .requirement-check i {
    color: white !important;
    margin-right: unset;
    margin-top: unset;
    font-size: 16px;
}

.requirement-item .h6 {
    color: var(--gcb-black) !important;
    font-size: 0.85rem;
}

.requirements-section {
    padding: 15px !important;
}

.requirements-section .requirement-item {
    margin-bottom: 5px !important;
}

/* Select Button - Updated to use Smoke color */
.gcb-btn-select {
    background: #2f434e;
    /* GCB Smoke Dark */
    color: white;
    border: none;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 8px rgba(47, 67, 78, 0.15);
    cursor: pointer;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gcb-btn-select::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent);
    transition: left 0.5s ease;
}

.gcb-btn-select:hover {
    color: var(--gcb-black);
    background: var(--gcb-amber);
    /* Darker smoke on hover */
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(47, 67, 78, 0.25);
}

.gcb-btn-select:hover::before {
    left: 100%;
}

/* Resume Card */
.resume-card {
    background: linear-gradient(135deg,
            rgba(253, 184, 19, 0.1) 0%,
            rgba(253, 184, 19, 0.03) 100%);
    border: 2px solid var(--gcb-amber);
    border-radius: 16px;
    padding: 30px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.resume-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
            var(--gcb-amber) 0%,
            var(--gcb-primary-gold-dark, #d4a017) 100%);
}

.resume-icon {
    width: 48px;
    height: 48px;
    background: var(--gcb-amber);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.resume-icon i {
    color: white;
    font-size: 24px;
}

.resume-content h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--gcb-black);
    margin-bottom: 8px;
}

.resume-content p {
    font-size: 14px;
    color: var(--gcb-smoke);
    margin-bottom: 0;
    line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .progress-steps-wrapper {
        gap: 10px;
    }

    .progress-circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .progress-label {
        font-size: 11px;
    }

    .progress-line,
    .progress-line-active {
        top: 20px;
    }

    .residency-card {
        padding: 24px;
    }

    .residency-title {
        font-size: 20px;
    }

    .resume-card {
        padding: 20px;
    }

    .resume-icon {
        width: 40px;
        height: 40px;
        margin-right: 16px;
    }

    .resume-icon i {
        font-size: 20px;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

section {
    overflow: visible !important;
}

.progress-icon .fas {
    font-size: 16px !important;
}

.modal-dialog {
    margin: 0 !important;
}

.csp_42cd45de {
    overflow: visible;
    position: relative;
}

.csp_d85c4e64 {
    position: relative;
}

/* Product Card Link Wrapper */
.product-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    cursor: pointer;
}

.product-card-link:hover {
    text-decoration: none;
    color: inherit;
}

/* Product Cards */
.product-card {
    background: white;
    border-radius: 16px;
    border: 2px solid #e0e0e0;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gcb-amber) 0%, #ffd700 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.product-card-link:hover .product-card {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--gcb-amber);
}

.product-card-link:hover .product-card::before {
    transform: scaleX(1);
}

.product-card-link:hover .product-icon {
    transform: scale(1.1) rotate(5deg);
}

.product-card-link:hover .btn-select {
    background: #1f2f38 !important;
    /* Darker smoke on hover */
    border-color: #1f2f38 !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(47, 67, 78, 0.25) !important;
}

.product-card.recommended {
    border-color: var(--gcb-amber);
    position: relative;
}

.product-card .card-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fbfafa;
    min-height: 100px;
}

.recommended-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--gcb-amber);
    color: var(--gcb-black);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg,
            rgba(253, 184, 19, 0.1) 0%,
            rgba(253, 184, 19, 0.05) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
    color: var(--gcb-amber);
    transition: all 0.3s ease;
}

.product-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--gcb-black);
    margin-bottom: 12px;
}

.product-description {
    color: var(--gcb-smoke);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
    min-height: 48px;
}

.btn-select {
    background: #2f434e;
    /* GCB Smoke Dark - Primary button */
    border: 2px solid #2f434e;
    color: white;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    margin-bottom: 12px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    box-shadow: 0 4px 8px rgba(47, 67, 78, 0.15);
}

.btn-select:hover {
    background: #1f2f38;
    /* Darker smoke on hover */
    border-color: #1f2f38;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(47, 67, 78, 0.25);
}

.btn-learn-more {
    color: var(--gcb-smoke);
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 10;
}

.btn-learn-more:hover {
    color: var(--gcb-amber);
}

.features-section {
    background: rgba(253, 184, 19, 0.03);
    border-radius: 12px;
    padding: 16px;
    margin: 20px 0 10px;
}

.features-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--gcb-black);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    color: var(--gcb-smoke);
    line-height: 1.5;
}
.feature-item:last-child {
    margin-bottom: 0;
}

.feature-item i {
    color: var(--gcb-success);
    margin-top: 0px;
    font-size: 12px;
}

/* Comparison Banner */
.comparison-banner {
    background: linear-gradient(135deg,
            rgba(0, 71, 137, 0.05) 0%,
            rgba(0, 71, 137, 0.02) 100%);
    border-radius: 16px;
    padding: 24px;
    margin: 40px 0;
    text-align: center;
}

.comparison-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--gcb-black);
    margin-bottom: 8px;
}

.comparison-text {
    color: var(--gcb-smoke);
    margin-bottom: 16px;
}

.btn-compare {
    background: white;
    border: 2px solid var(--gcb-amber);
    color: var(--gcb-black);
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-compare:hover {
    background: var(--gcb-amber);
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .welcome-title {
        font-size: 28px;
    }

    .welcome-subtitle {
        font-size: 14px;
    }

    .progress-timeline {
        padding: 0 10px;
    }

    .progress-step {
        margin: 0;
        flex: 1;
        max-width: 80px;
    }

    .progress-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .progress-label {
        font-size: 10px;
    }

    .progress-line {
        left: 5%;
        right: 5%;
        top: 18px;
    }

    .nav-pills .nav-link {
        padding: 10px 20px;
        font-size: 14px;
    }

    .product-title {
        font-size: 18px;
    }
}

.initial-deposit-badge {
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: pulse 2s infinite;
    border: 1px solid var(--gcb-amber);
}

.card-brand-icon .fab {
    display: flex !important;
}

.csp_154932e3 {
    z-index: 5;
}

.csp_143e03f9 {
    width: 48px;
    height: 48px;
}

.csp_ffa9d964 {
    display: none;
}

.csp_93b8ea5b {
    display: none;
}

.csp_a292aa2f {
    width: 250px;
    height: 320px;
    border: 3px dashed rgba(253, 184, 19, 0.6);
    border-radius: 50%;
    z-index: 2;
}

.csp_2a896d76 {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    white-space: nowrap;
}

.csp_95a20f12 {
    z-index: 10;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

.csp_c1369860 {
    font-size: 8px;
}

.csp_8b524d4f {
    display: none;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
}

.csp_b6de56c5 {
    border-radius: 0 0 16px 16px;
}

/* Control visibility styles */
#cameraControls {
    display: block;
}

#postCaptureControls {
    display: none;
}

#errorMessage {
    display: none;
}

#successMessage {
    display: none;
}

/* Welcome Message */
.welcome-message {
    position: relative;
    z-index: 5;
    padding: 20px;
}

/* Main Content Area */
.verification-container {
    background: #f8f9fa;
    padding: 30px 0;
    min-height: 500px;
}

/* Verification Card */
.verification-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
}

.verification-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gcb-amber) 0%, var(--gcb-primary-gold-dark, #d4a017) 100%);
}

.card-header-custom {
    background: linear-gradient(135deg, rgba(253, 184, 19, 0.1) 0%, rgba(253, 184, 19, 0.03) 100%);
    padding: 24px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.card-header-custom h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--gcb-black);
}

.card-header-custom p {
    margin: 4px 0 0;
    font-size: 14px;
    color: var(--gcb-smoke);
}

/* Quick Tips */
.quick-tips {
    background: linear-gradient(135deg, rgba(253, 184, 19, 0.08) 0%, rgba(253, 184, 19, 0.03) 100%);
    border: 1px solid rgba(253, 184, 19, 0.2);
    border-radius: 12px;
    padding: 16px;
    margin: 20px 30px;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.tip-item-compact {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.4;
}

.tip-item-compact i {
    font-size: 14px;
    margin-right: 8px;
    flex-shrink: 0;
}

.tip-do {
    color: var(--gcb-amber);
}

.tip-dont {
    color: #dc3545;
}

/* Camera Container */
.camera-container {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    border-radius: 12px;
    overflow: hidden;
    height: 420px;
    position: relative;
    margin: 20px 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Video element styling */
#cameraFeed {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#photoPreview {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Buttons */
.btn-gcb-dark-04 {
    background: linear-gradient(135deg, var(--gcb-amber) 0%, var(--gcb-primary-gold-dark) 100%);
    color: var(--gcb-black);
    border: none;
    padding: 12px 32px;
    font-weight: 600;
    transition: all 0.15s ease;
}

.btn-gcb-dark-04:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(253, 184, 19, 0.4);
}

/* Text Colors */
.text-warning {
    color: var(--gcb-amber, #FDB813) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .progress-steps-wrapper {
        gap: 10px;
    }

    .progress-circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .progress-label {
        font-size: 11px;
    }

    .progress-line,
    .progress-line-active {
        top: 20px;
    }

    .camera-container {
        height: 350px;
        margin: 15px 20px 10px;
    }

    #cameraFeed,
    #photoPreview {
        width: 100%;
        height: 100%;
    }

    .quick-tips {
        margin: 15px 20px;
        padding: 12px;
    }

    .tips-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .tip-item-compact {
        font-size: 12px;
    }

    .tip-item-compact i {
        font-size: 12px;
        margin-right: 6px;
    }
}

.btn-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: var(--gcb-amber);
    color: var(--gcb-black);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-circle:hover {
    background-color: var(--gcb-primary-gold-dark);
}

.btn-circle:active {
    transform: scale(0.95);
}

/* Back Button Styling */
.btn-back-circle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* The Progress Circle */
.progress-circle-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* This creates the progress ring */
    background: conic-gradient(var(--gcb-amber) var(--progress), rgba(255, 255, 255, 0.2) 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* The inner mask to make it a "ring" instead of a "pie" */
.progress-circle-inner {
    width: 70px;
    /* Adjust thickness here */
    height: 70px;
    background-color: #fdfdfd;
    /* Match your hero background color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(18, 17, 17);
    font-weight: 700;
    font-size: 14px;
}

.progress-separator {
    margin: 0 2px;
    opacity: 0.7;
    font-weight: 300;
}

.current-progress-step,
.all-progress-step {
    font-size: 12px;
}

.next-step-btn {
    text-decoration: none;
    font-size: 12px;
}