body  {
    font-family: Arial, sans serif;
    margin: 0;
}

header {
    padding: 20px 40px;
    display: flex;
    Justify-content: space-between;
    align-items: center;
}

nav a {
    margin-left: 20px;
    text-decoration: none;
    font-weight: bold;
}

section {
    padding: 60px 40px;
    text-align: center;
}

button {
    padding: 12px 24px;
    margin: 10px;
    border: none;
    border-radius: 6px;
    background-color: #123b6d;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
}
    
button:hover { 
    background-color: #0b2a4f;
    transform: translateY(-2px);
}

header h1 {
    font-size: 28px;
    margin: 0;
}

section h2 {
    font-size: 42px;
    margin-bottom: 15px
}

section p {
    font-size: 18px
    line-height1.6;
}

header { 
    background-color: #0b1f3a;
    color: white;
}

button { 
    background-color: #0b1f3a;
    color: white;
}

button:hover { 
    opacity: 0.8;
}

.services { 
    background-color: #f4f6f8;
}

.service-cards { 
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.card { 
    background-color: white;
    padding: 30px;
    width: 250px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba (0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.card:hover { 
    transform: translateY(-8px);
}

.card h3 { 
    font-size: 22px;
    margin-top: 0;
}
.card p { 
    font-size: 16px;
    line-height: 1.5;
}

.hero { 
    padding: 100px 40px;
    background-color: #eef3f8;
    border-radius: 0 0 30px 30px;
}

.hero h2 { 
    font-size: 52px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.1;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.hero p { 
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 19px;
}

.why-card { 
    width: 250px;
    padding: 30px;
    border: 1px solid #e1e5e9;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
} 
.why-card:hover { 
    transform: translateY(-6px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.88);
}

.login-section { 
    padding: 80px 40px;
    text-align: center;
    background-color: #f4f6f8;
}

.login-section input { 
    max-width: 400px;
    margin: 30px auto;
    background-color: white;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

.login-section input { 
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    margin-bottom: 15px;
    border: 1px solid #d5dbe1;
    border-radius: 6px;
    font-size: 16px;
}
.forgot-password { 
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #123b6d;
    font-size: 14px;
}
.forgot-password:hover { 
    text-decoration: underline;
}

.footer { 
    background-color: #123b6d;
    color: white;
    padding: 50px 40px 20px;
}
.footer-content { 
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}
.footer h3,
.footer h4 { 
    margin-top: 0;
}
.footer a { 
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 10 px;
}
.footer a:hover { 
    text-decoration: underline;
}
.copyright { 
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
}

@media (max-width: 768px) {

    .service-cards,
    .why-cards,
    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .hero {
        padding: 70px 20px;
    }
    .hero h2 {
        font-size: 38px;
    }
    .hero p { 
        font-size: 17px;
    }

    .card,
    .why-card {
        width: 80%;
    }

    .footer-content {
        gap: 30px;
        text-align: center;
    }
}
.login-section {

    max-width: 400px;

    margin: 40px auto;

    padding: 30px;

    background-color: #f4f6f8;

    border-radius: 12px;

    text-align: center;

}

.login-section h2 {

    margin-bottom: 20px;

}

.login-section form {

    display: flex;

    flex-direction: column;

    gap: 15px;

}

.login-section input {

    padding: 12px;

    border: 1px solid #ccc;

    border-radius: 6px;

    font-size: 16px;

}

.login-section button {

    padding: 12px;

    border: none;

    border-radius: 6px;

    background-color: #34495e;

    color: white;

    font-size: 16px;

    cursor: pointer;
 }

 .transfer-page {
    max-width: 500px;
    margin: 60px auto;
    padding: 35px;
    background-color: #f4f6f8;
    border-radius: 12px;
    text-align: center;
}

.transfer-page h1 {
    margin-bottom: 30px;
}

.transfer-page input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

.transfer-page button {
    margin: 8px;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    background-color: #34495e;
    color: white;
    cursor: pointer;
}

.dashboard {
    max-width: 900px;
    margin: 50px auto;
    padding: 40px;
    text-align: center;
}

.dashboard h1 {
    margin-bottom: 5px;
}

.dashboard > p {
    margin-bottom: 30px;
}

.balance-card {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 15px;
    background: #34495e;
    color: white;
}

.balance-card h2 {
    margin-bottom: 10px;
    font-size: 18px;
}

.balance-card h1 {
    font-size: 36px;
}

.dashboard-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.dashboard-buttons button {
    padding: 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.bank-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: #34495e;
    color: white;
    border-radius: 0 0 12px 12px;
}

.bank-logo {
    font-size: 24px;
    font-weight: bold;
}

.bank-user {
    font-size: 15px;
}

.balance-card {
    padding: 35px;
    margin: 30px 0;
    border-radius: 18px;
    background: #34495e;
    color: white;
    text-align: left;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.balance-card h2 {
    margin: 0 0 12px;
    font-size: 17px;
    font-weight: normal;
    opacity: 0.85;
}

.balance-card h1 {
    margin: 0;
    font-size: 38px;
    letter-spacing: 1px;
}

.dashboard-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 25px;
}

.dashboard-buttons button {
    padding: 22px 15px;
    border: none;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}

.dashboard-buttons button:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
}

.dashboard-buttons button:active {
    transform: scale(0.98);
}

.transfer-page {
    max-width: 520px;
    margin: 50px auto;
    padding: 35px;
    background: white;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.transfer-page h1 {
    margin-bottom: 30px;
    text-align: center;
}

.transfer-page input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 16px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
}

.transfer-page input:focus {
    border-color: #34495e;
}

.transfer-page button {
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.transaction-list {
    margin: 25px 0;
}

.transaction-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px;
    margin-bottom: 15px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.transaction-item p {
    margin: 7px 0;
}

.transaction-item small {
    opacity: 0.6;
}

.transaction-success {
    font-weight: bold;
    white-space: nowrap;
}

.dashboard-buttons button {
    color: #000000;
    background: #ffffff;
    font-weight: 600;
}

.dashboard-buttons button:hover {
    color: #000000;
}

.transfer-page h1 {
    color: #222;
}

.transfer-page button {
    color: #ffffff;
    background: #34495e;
    font-weight: 600;
}

.transfer-page button:hover {
    opacity: 0.9;
}

#backDashboard {
    background: #777;
}

.login-section {
    max-width: 420px;
    margin: 80px auto;
    padding: 40px;
    background: white;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.login-section h1 {
    text-align: center;
    margin-bottom: 10px;
}

.login-section p {
    text-align: center;
    margin-bottom: 30px;
    opacity: 0.7;
}

.login-section input {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 16px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    font-size: 16px;
}

.login-section input:focus {
    outline: none;
    border-color: #34495e;
}

.login-section button {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 8px;
    background: #34495e;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 600px) {

    .bank-header {
        padding: 16px 18px;
    }

    .bank-logo {
        font-size: 20px;
    }

    .bank-user {
        font-size: 13px;
    }

    .dashboard {
        margin: 25px auto;
        padding: 20px;
    }

    .dashboard h1 {
        font-size: 25px;
    }

    .balance-card {
        padding: 25px;
    }

    .balance-card h1 {
        font-size: 28px;
    }

    .dashboard-buttons {
        grid-template-columns: 1fr;
    }

    .transfer-page {
        margin: 25px 15px;
        padding: 25px 20px;
    }

    .login-section {
        margin: 40px 15px;
        padding: 30px 20px;
    }

    .transaction-item {
        flex-direction: column;
        align-items: flex-start;
    }

}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f6f8;
    color: #222;
}

.bank-header {
    background: #1f3a5f;
    color: white;
}

.bank-logo {
    letter-spacing: 1px;
    font-weight: 700;
}

.dashboard {
    color: #222;
}

.balance-card {
    background: #1f3a5f;
    color: white;
}

.dashboard-buttons button {
    background: white;
    color: #1f3a5f;
    border: 1px solid #e1e5e9;
}

.dashboard-buttons button:hover {
    background: #eef3f8;
}

.account-card {
    margin: 25px 0;
    padding: 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.account-card h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.account-row {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #eeeeee;
    gap: 20px;
}

.account-row:last-child {
    border-bottom: none;
}

.account-row span {
    color: #777;
}

.account-row strong {
    color: #1f3a5f;
}

.bank-nav {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bank-nav button {
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 7px;
    background: transparent;
    color: white;
    cursor: pointer;
    font-size: 14px;
}

.bank-nav button:hover {
    background: rgba(255,255,255,0.12);
}

@media (max-width: 600px) {

    .bank-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .bank-nav {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .bank-nav button {
        flex: 1;
        min-width: 90px;
    }

    .account-row {
        flex-direction: column;
        gap: 5px;
    }

}

.bank-footer {
    margin-top: 50px;
    padding: 25px 20px;
    background: #1f3a5f;
    color: white;
    text-align: center;
    font-size: 13px;
}

.bank-footer p {
    margin: 6px 0;
}

.bank-footer a {
    color: white;
    text-decoration: none;
}

.bank-footer a:hover {
    text-decoration: underline;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f6f8;
    color: #222;
}

.bank-header {
    min-height: 70px;
    padding: 15px 30px;
    background: #1f3a5f;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bank-logo {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.bank-user {
    font-size: 14px;
}

.dashboard {
    max-width: 950px;
    margin: 40px auto;
    padding: 0 25px 40px;
}

.dashboard > h1 {
    margin-bottom: 5px;
    color: #1f3a5f;
}

.dashboard > p {
    margin-top: 0;
    color: #777;
}

.balance-card {
    margin: 25px 0;
    padding: 35px;
    border-radius: 18px;
    background: #1f3a5f;
    color: white;
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
}

.balance-card h2 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: normal;
    opacity: .85;
}

.balance-card h1 {
    margin: 0;
    font-size: 38px;
}

.account-card {
    margin: 25px 0;
    padding: 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,.07);
}

.account-card h2 {
    margin-top: 0;
    color: #1f3a5f;
}

.account-row {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.account-row:last-child {
    border-bottom: none;
}

.account-row span {
    color: #777;
}

.account-row strong {
    color: #1f3a5f;
}

.dashboard-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 25px;
}

.dashboard-buttons button {
    padding: 20px;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    background: white;
    color: #1f3a5f;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,.07);
    transition: .2s;
}

.dashboard-buttons button:hover {
    transform: translateY(-2px);
    background: #eef3f8;
}

.bank-nav {
    display: flex;
    gap: 10px;
}

.bank-nav button {
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 7px;
    background: transparent;
    color: white;
    cursor: pointer;
}

.bank-nav button:hover {
    background: rgba(255,255,255,.12);
}

.transfer-page {
    max-width: 520px;
    margin: 50px auto;
    padding: 35px;
    background: white;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,.10);
}

.transfer-page h1 {
    text-align: center;
    color: #1f3a5f;
    margin-bottom: 30px;
}

.transfer-page input {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 16px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    font-size: 16px;
}

.transfer-page input:focus {
    outline: none;
    border-color: #1f3a5f;
}

.transfer-page button {
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    border: none;
    border-radius: 8px;
    background: #1f3a5f;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.transfer-page #backDashboard {
    background: #777;
}

.transaction-list {
    margin: 25px 0;
}

.transaction-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 15px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.07);
}

.transaction-item p {
    margin: 7px 0;
    color: #666;
}

.transaction-item small {
    color: #999;
}

.transaction-success {
    font-weight: bold;
    color: #287a45;
}

.bank-footer {
    margin-top: 50px;
    padding: 25px 20px;
    background: #1f3a5f;
    color: white;
    text-align: center;
    font-size: 13px;
}

.bank-footer p {
    margin: 6px 0;
}

@media (max-width: 600px) {

    .bank-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .bank-nav {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .bank-nav button {
        flex: 1;
        min-width: 90px;
    }

    .dashboard {
        margin: 25px auto;
        padding: 0 15px 30px;
    }

    .balance-card {
        padding: 25px;
    }

    .balance-card h1 {
        font-size: 28px;
    }

    .dashboard-buttons {
        grid-template-columns: 1fr;
    }

    .transfer-page {
        margin: 25px 15px;
        padding: 25px 20px;
    }

    .account-row {
        flex-direction: column;
        gap: 5px;
    }

    .transaction-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/* ==========================================
   TRUST BANK CARD
   ========================================== */

.card-display {
    position: relative;
    width: 100%;
    max-width: 430px;
    height: 250px;
    margin: 25px auto;
    padding: 28px;
    border-radius: 22px;

    background: linear-gradient(
        135deg,
        #123b70,
        #1769d2
    );

    color: white;

    box-shadow:
        0 20px 40px rgba(18, 59, 112, 0.25);

    overflow: hidden;
}


.card-display::before {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    right: -80px;
    top: -80px;

    background: rgba(255,255,255,0.08);
}


.card-display::after {
    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    border-radius: 50%;

    left: -60px;
    bottom: -70px;

    background: rgba(255,255,255,0.06);
}


.card-bank-name {
    position: relative;
    z-index: 2;

    font-size: 18px;
    font-weight: 700;
}


.card-chip {
    position: relative;
    z-index: 2;

    width: 48px;
    height: 36px;

    margin-top: 30px;

    border-radius: 8px;

    background: linear-gradient(
        135deg,
        #d9c27c,
        #f3dfa0
    );
}


.card-number {
    position: relative;
    z-index: 2;

    margin-top: 22px;

    font-size: 20px;

    letter-spacing: 3px;

    font-weight: 600;
}


.card-bottom {
    position: absolute;

    z-index: 2;

    left: 28px;
    right: 28px;
    bottom: 25px;

    display: flex;

    justify-content: space-between;

    align-items: flex-end;
}


.card-holder,
.card-expiry {
    display: flex;

    flex-direction: column;

    gap: 4px;
}


.card-holder span,
.card-expiry span {
    font-size: 9px;

    text-transform: uppercase;

    opacity: 0.65;

    letter-spacing: 1px;
}


.card-holder strong,
.card-expiry strong {
    font-size: 13px;

    letter-spacing: 1px;
}

/* ==========================================
   PREMIUM BALANCE CARD
   ========================================== */

.balance-card {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    padding: 32px;
    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            #0d3b75 0%,
            #1769d2 55%,
            #2384df 100%
        );

    color: white;

    box-shadow:
        0 20px 45px rgba(13, 59, 117, 0.25);
}

.balance-card h2 {
    position: relative;
    z-index: 2;

    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;

    color: rgba(255,255,255,0.78);

    margin-bottom: 12px;
}

.balance-card h1 {
    position: relative;
    z-index: 2;

    color: white;

    font-size: 40px;
    font-weight: 700;

    letter-spacing: -1px;
}

/* Decorative circles */

.balance-card::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    border-radius: 50%;

    right: -90px;
    top: -100px;

    background: rgba(255,255,255,0.08);
}

.balance-card::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    border-radius: 50%;

    right: 100px;
    bottom: -130px;

    background: rgba(255,255,255,0.06);
}

/* ==========================================
   PREMIUM DASHBOARD BUTTONS
   ========================================== */

.dashboard-buttons {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 16px;

    margin-top: 28px;
}


.dashboard-buttons button {
    position: relative;

    min-height: 82px;

    padding: 18px 14px;

    border: 1px solid #e0e7ef;

    border-radius: 17px;

    background: #ffffff;

    color: #17324d;

    font-size: 14px;

    font-weight: 700;

    box-shadow:
        0 6px 18px rgba(30, 55, 85, 0.05);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}


.dashboard-buttons button:hover {
    transform: translateY(-4px);

    border-color: #9fc4ee;

    color: #1769d2;

    box-shadow:
        0 14px 30px rgba(30, 70, 120, 0.12);
}


.dashboard-buttons button:active {
    transform: translateY(-1px);
}


/* Make important buttons stand out */

#transferBtn {
    background: #1769d2;

    color: #ffffff;

    border-color: #1769d2;
}


#transferBtn:hover {
    background: #1257b2;

    color: #ffffff;
}


#logoutBtn {
    color: #c0392b;
}


#logoutBtn:hover {
    color: #a93226;

    border-color: #efc2bd;

    background: #fff8f7;
}


/* Mobile */

@media (max-width: 700px) {

    .dashboard-buttons {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 12px;
    }

    .dashboard-buttons button {
        min-height: 70px;

        font-size: 13px;
    }

}

/* ==========================================
   STEP 5 — ACCOUNT DETAILS
   ========================================== */

.account-card {
    background: #ffffff;

    border: 1px solid #e4eaf1;

    border-radius: 20px;

    padding: 26px;

    margin-bottom: 22px;

    box-shadow:
        0 8px 24px rgba(25, 50, 80, 0.05);
}


.account-card h2 {
    font-size: 19px;

    color: #17324d;

    margin-bottom: 18px;
}


.account-row {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding: 17px 0;

    border-bottom: 1px solid #edf1f5;
}


.account-row:last-child {
    border-bottom: none;

    padding-bottom: 0;
}


.account-row span {
    color: #718096;

    font-size: 14px;

    font-weight: 500;
}


.account-row strong {
    color: #172b4d;

    font-size: 14px;

    font-weight: 650;

    text-align: right;
}


/* Green status */

.account-row strong {
    color: #17324d;
}


/* Mobile */

@media (max-width: 600px) {

    .account-card {
        padding: 20px;

        border-radius: 17px;
    }

    .account-row {
        padding: 14px 0;
    }

}

/* ==========================================
   TRUST BANK - MODERN DASHBOARD
   ========================================== */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f7fb;
    color: #172033;
}


/* ==========================================
   HEADER
   ========================================== */

.bank-header {
    width: 100%;
    min-height: 72px;
    padding: 0 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-bottom: 1px solid #e5e9f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.bank-logo {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #123c73;
}

.bank-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bank-nav button {
    border: none;
    background: transparent;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #46536a;
    cursor: pointer;
}

.bank-nav button:hover {
    background: #eef4fb;
    color: #123c73;
}


/* ==========================================
   DASHBOARD
   ========================================== */

.dashboard {
    width: 86%;
    max-width: 1150px;
    margin: 45px auto;
}

.dashboard > h1 {
    margin-bottom: 8px;
    font-size: 32px;
    color: #14233b;
}

.dashboard > p {
    margin-top: 0;
    margin-bottom: 30px;
    color: #718096;
}


/* ==========================================
   BALANCE CARD
   ========================================== */

.balance-card {
    background: linear-gradient(
        135deg,
        #123c73,
        #1c5da8
    );

    color: white;
    padding: 32px;
    border-radius: 18px;
    margin-bottom: 24px;

    box-shadow:
        0 12px 30px rgba(18, 60, 115, 0.18);
}

.balance-card h2 {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.85;
}

.balance-card h1 {
    margin: 0;
    font-size: 38px;
    letter-spacing: -1px;
}


/* ==========================================
   ACCOUNT CARD
   ========================================== */

.account-card {
    background: #ffffff;
    padding: 26px;
    margin-bottom: 24px;
    border-radius: 16px;

    border: 1px solid #e5e9f0;

    box-shadow:
        0 5px 20px rgba(0, 0, 0, 0.04);
}

.account-card h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #172b4d;
}


/* ==========================================
   ACCOUNT ROW
   ========================================== */

.account-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 15px 0;

    border-bottom: 1px solid #edf0f5;
}

.account-row:last-child {
    border-bottom: none;
}

.account-row span {
    color: #7a869a;
    font-size: 14px;
}

.account-row strong {
    color: #26364f;
    text-align: right;
}


/* ==========================================
   DASHBOARD BUTTONS
   ========================================== */

.dashboard-buttons {
    display: grid;
    grid-template-columns:
        repeat(4, 1fr);

    gap: 15px;
    margin-top: 28px;
}

.dashboard-buttons button {
    min-height: 58px;

    border: none;
    border-radius: 12px;

    background: #ffffff;
    color: #173f73;

    font-size: 14px;
    font-weight: 700;

    border: 1px solid #e0e6ef;

    cursor: pointer;

    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        background 0.15s ease;
}

.dashboard-buttons button:hover {
    background: #eef5fc;

    transform: translateY(-2px);

    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.07);
}


/* ==========================================
   LOGOUT BUTTON
   ========================================== */

#logoutBtn,
#navLogout {
    color: #b42318;
}

#logoutBtn:hover,
#navLogout:hover {
    background: #fff1f0;
}


/* ==========================================
   FOOTER
   ========================================== */

.bank-footer {
    width: 86%;
    max-width: 1150px;

    margin: 60px auto 30px;

    padding-top: 20px;

    border-top: 1px solid #dfe5ed;

    display: flex;
    justify-content: space-between;

    color: #8a96a8;
    font-size: 13px;
}


/* ==========================================
   GENERAL BUTTONS
   ========================================== */

button {
    font-family: inherit;
}

button:hover {
    cursor: pointer;
}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 800px) {

    .bank-header {
        padding: 15px 5%;
        flex-direction: column;
        gap: 12px;
    }

    .bank-nav {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .dashboard {
        width: 92%;
        margin: 30px auto;
    }

    .dashboard > h1 {
        font-size: 26px;
    }

    .balance-card {
        padding: 25px;
    }

    .balance-card h1 {
        font-size: 30px;
    }

    .dashboard-buttons {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .bank-footer {
        width: 92%;
        flex-direction: column;
        gap: 5px;
    }
}


/* ==========================================
   SMALL PHONES
   ========================================== */

@media (max-width: 480px) {

    .dashboard-buttons {
        grid-template-columns: 1fr;
    }

    .account-row {
        align-items: flex-start;
        gap: 15px;
    }

    .account-row strong {
        max-width: 55%;
    }

}

/* ==========================================
   TRUST BANK LANDING PAGE
   ========================================== */

header {
    min-height: 75px;
    padding: 0 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-bottom: 1px solid #e5eaf1;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.04);
}

header h1 {
    margin: 0;
    color: #123c73;
    font-size: 25px;
    letter-spacing: 1px;
}

header nav {
    display: flex;
    gap: 28px;
}

header nav a {
    text-decoration: none;
    color: #4d5d73;
    font-size: 14px;
    font-weight: 600;
}

header nav a:hover {
    color: #123c73;
}


/* ==========================================
   HERO
   ========================================== */

.hero {
    min-height: 620px;
    padding: 75px 7%;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    background:
        linear-gradient(
            135deg,
            #edf5ff,
            #ffffff
        );
}

.hero > h1 {
    margin: 20px 0 10px;
    font-size: 48px;
    color: #123c73;
    letter-spacing: -1px;
}

.hero > h2 {
    margin: 0 0 12px;
    font-size: 25px;
    color: #263b59;
}

.hero > p {
    margin: 0 0 35px;
    color: #6b7a90;
    font-size: 16px;
}


/* ==========================================
   LOGIN CARD
   ========================================== */

.hero .login-section {
    width: 100%;
    max-width: 410px;

    padding: 32px;

    background: #ffffff;

    border: 1px solid #e1e7ef;
    border-radius: 18px;

    box-shadow:
        0 15px 45px rgba(18, 60, 115, 0.12);

    text-align: left;
}

.hero .login-section h2 {
    margin-top: 0;
    margin-bottom: 22px;

    text-align: center;

    color: #172b4d;
    font-size: 22px;
}

.hero .login-section form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hero .login-section input {
    width: 100%;
    padding: 14px 15px;

    border: 1px solid #d7dee8;
    border-radius: 9px;

    background: #f9fbfd;

    font-size: 15px;
    outline: none;
}

.hero .login-section input:focus {
    border-color: #2368aa;
    background: #ffffff;

    box-shadow:
        0 0 0 3px rgba(35, 104, 170, 0.10);
}

.forgot-password {
    color: #2368aa;
    text-decoration: none;
    font-size: 13px;
    text-align: right;
}

.forgot-password:hover {
    text-decoration: underline;
}

.hero .login-section button {
    margin-top: 5px;

    padding: 14px;

    border: none;
    border-radius: 9px;

    background: #123c73;
    color: #ffffff;

    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition: 0.2s ease;
}

.hero .login-section button:hover {
    background: #1c5da8;
    transform: translateY(-1px);
}


/* ==========================================
   SERVICES
   ========================================== */

.services {
    padding: 75px 7%;
    background: #ffffff;
    text-align: center;
}

.services > h2,
.why-us > h2 {
    margin-top: 0;
    margin-bottom: 40px;

    font-size: 30px;
    color: #172b4d;
}

.service-cards {
    max-width: 1150px;
    margin: auto;

    display: grid;
    grid-template-columns:
        repeat(3, 1fr);

    gap: 22px;
}

.service-cards .card {
    padding: 30px;

    background: #f8fafc;

    border: 1px solid #e3e8ef;
    border-radius: 15px;

    text-align: left;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.service-cards .card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 12px 25px rgba(0, 0, 0, 0.07);
}

.service-cards .card h3 {
    color: #123c73;
    margin-top: 0;
}

.service-cards .card p {
    color: #718096;
    line-height: 1.7;
}


/* ==========================================
   WHY US
   ========================================== */

.why-us {
    padding: 75px 7%;
    background: #f4f7fb;
    text-align: center;
}

.why-cards {
    max-width: 1150px;
    margin: auto;

    display: grid;
    grid-template-columns:
        repeat(3, 1fr);

    gap: 22px;
}

.why-card {
    padding: 30px;

    background: #ffffff;

    border-radius: 15px;
    border: 1px solid #e2e8f0;
}

.why-card h3 {
    color: #123c73;
}

.why-card p {
    color: #718096;
    line-height: 1.7;
}


/* ==========================================
   FOOTER
   ========================================== */

.footer {
    background: #102b4e;
    color: #ffffff;

    padding: 50px 7% 25px;
}

.footer-content {
    max-width: 1150px;
    margin: auto;

    display: grid;
    grid-template-columns:
        2fr 1fr 1fr;

    gap: 50px;
}

.footer h3,
.footer h4 {
    margin-top: 0;
}

.footer p {
    color: #b8c5d6;
    line-height: 1.6;
}

.footer a {
    display: block;

    margin-bottom: 10px;

    color: #b8c5d6;

    text-decoration: none;
}

.footer a:hover {
    color: #ffffff;
}

.copyright {
    max-width: 1150px;
    margin: 35px auto 0;

    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,0.15);

    font-size: 13px;
}


/* ==========================================
   MOBILE LANDING PAGE
   ========================================== */

@media (max-width: 800px) {

    header {
        padding: 18px 5%;
        flex-direction: column;
        gap: 15px;
    }

    header nav {
        width: 100%;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .hero {
        padding: 55px 5%;
    }

    .hero > h1 {
        font-size: 34px;
    }

    .hero > h2 {
        font-size: 21px;
    }

    .service-cards,
    .why-cards {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

/* ==========================================
   TRUST BANK - PREMIUM LANDING BACKGROUND
   ========================================== */

.hero {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 15% 25%,
            rgba(35, 104, 170, 0.12),
            transparent 28%
        ),
        radial-gradient(
            circle at 85% 70%,
            rgba(18, 60, 115, 0.10),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #edf5ff 0%,
            #ffffff 50%,
            #f3f8fd 100%
        );
}


/* Faint TRUST BANK watermark */

.hero::before {
    content: "TRUST BANK";

    position: absolute;

    top: 45%;
    left: 50%;

    transform: translate(-50%, -50%) rotate(-18deg);

    font-size: clamp(70px, 13vw, 170px);

    font-weight: 800;

    letter-spacing: 12px;

    color: rgba(18, 60, 115, 0.035);

    white-space: nowrap;

    pointer-events: none;

    z-index: 0;
}


/* Decorative banking card shape */

.hero::after {
    content: "";

    position: absolute;

    width: 430px;
    height: 250px;

    right: -120px;
    top: 90px;

    border-radius: 25px;

    background:
        linear-gradient(
            135deg,
            rgba(18, 60, 115, 0.10),
            rgba(35, 104, 170, 0.04)
        );

    border: 1px solid rgba(18, 60, 115, 0.08);

    transform: rotate(-18deg);

    box-shadow:
        0 25px 60px rgba(18, 60, 115, 0.08);

    pointer-events: none;
}


/* Keep hero content above the background decorations */

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

/* ==========================================
   FADED ATM / BANK CARD DECORATION
   ========================================== */

.hero-card-decoration {
    position: absolute;

    width: 360px;
    height: 210px;

    left: -150px;
    bottom: 70px;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            rgba(18, 60, 115, 0.08),
            rgba(35, 104, 170, 0.025)
        );

    border: 1px solid rgba(18, 60, 115, 0.07);

    transform: rotate(16deg);

    box-shadow:
        0 20px 50px rgba(18, 60, 115, 0.06);

    pointer-events: none;

    z-index: 1;
}


.decoration-chip {
    width: 45px;
    height: 34px;

    position: absolute;

    top: 45px;
    left: 35px;

    border-radius: 7px;

    background: rgba(18, 60, 115, 0.10);
}


.decoration-number {
    position: absolute;

    left: 35px;
    bottom: 55px;

    font-size: 16px;

    letter-spacing: 3px;

    color: rgba(18, 60, 115, 0.12);
}

/* ==========================================
   BANK WITH CONFIDENCE
   ========================================== */

.confidence-section {
    position: relative;
    overflow: hidden;

    margin: 70px 7% 20px;

    min-height: 330px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    border-radius: 28px;

    background:
        radial-gradient(
            circle at 15% 50%,
            rgba(255,255,255,0.12),
            transparent 28%
        ),
        radial-gradient(
            circle at 85% 20%,
            rgba(255,255,255,0.08),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #102f59,
            #174d88,
            #123c73
        );

    box-shadow:
        0 20px 45px rgba(18, 60, 115, 0.16);

}


/* Large faded watermark */

.confidence-watermark {
    position: absolute;

    right: -40px;
    bottom: -55px;

    font-size: 150px;

    font-weight: 900;

    letter-spacing: 10px;

    color: rgba(255,255,255,0.035);

    transform: rotate(-12deg);

    pointer-events: none;
}


/* Soft decorative circle */

.confidence-section::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    left: -100px;
    top: -100px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 0 0 35px rgba(255,255,255,0.025),
        0 0 0 70px rgba(255,255,255,0.015);
}


/* Small decorative card */

.confidence-section::after {
    content: "";

    position: absolute;

    width: 210px;
    height: 125px;

    right: -60px;
    top: 35px;

    border-radius: 18px;

    border: 1px solid rgba(255,255,255,0.08);

    background: rgba(255,255,255,0.025);

    transform: rotate(18deg);
}


/* Content */

.confidence-content {
    position: relative;

    z-index: 2;

    max-width: 650px;

    padding: 40px 25px;
}


.confidence-label {
    margin: 0 0 12px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;

    color: rgba(255,255,255,0.65);
}


.confidence-content h2 {
    margin: 0 0 12px;

    color: white;

    font-size: 42px;

    font-weight: 800;

    letter-spacing: -1px;
}


.confidence-content > p:not(.confidence-label) {
    margin: 0 0 25px;

    color: rgba(255,255,255,0.75);

    font-size: 17px;
}


/* Button */

.confidence-content button {
    margin: 0;

    padding: 13px 25px;

    border-radius: 9px;

    border: 1px solid rgba(255,255,255,0.25);

    background: white;

    color: #123c73;

    font-size: 14px;

    font-weight: 700;

    cursor: pointer;

    transition: 0.2s ease;
}


.confidence-content button:hover {
    transform: translateY(-2px);

    background: #f1f6fc;
}


/* Mobile */

@media (max-width: 600px) {

    .confidence-section {
        margin: 50px 5% 20px;

        min-height: 300px;

        border-radius: 22px;
    }

    .confidence-content h2 {
        font-size: 32px;
    }

    .confidence-watermark {
        font-size: 90px;
    }

}