body.site-body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f3f6fb;
    color: #1f2a44;
}

.container {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
}

.site-header {
    padding: 24px 0 10px;
}

.nav-wrapper {
    background: #ffffff;
    border-radius: 24px;
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    box-shadow: 0 8px 24px rgba(31, 42, 68, 0.08);
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: inherit;
}

.brand-logo {
    background: linear-gradient(135deg, #5b8def, #4f7cf0);
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 16px 14px;
    border-radius: 18px;
    min-width: 56px;
    text-align: center;
    box-sizing: border-box;
}

.brand-text h1 {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.1;
}

.brand-text p {
    margin: 2px 0 0;
    color: #7182a3;
    font-size: 0.95rem;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.main-nav a {
    text-decoration: none;
    color: #5d6f8f;
    font-weight: 500;
}

.main-nav a:hover {
    color: #2f5fd7;
}

.main-nav a.nav-active {
    color: #4f7cf0;
    font-weight: 700;
}

.btn-primary {
    background: #4f7cf0;
    color: #ffffff !important;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(79, 124, 240, 0.22);
}

.btn-primary:hover {
    background: #3f6de4;
}

.site-main {
    min-height: 75vh;
    padding: 20px 0 50px;
}

.site-footer {
    padding: 20px 0 40px;
    color: #7182a3;
    text-align: center;
}

.page-shell {
    padding-top: 10px;
}

.page-card,
.service-card,
.benefit-panel,
.info-panel,
.contact-banner {
    border-radius: 28px;
    box-shadow: 0 8px 24px rgba(31, 42, 68, 0.05);
}

.showcase {
    margin-top: 24px;
    margin-bottom: 32px;
}

.showcase__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    gap: 24px;
    align-items: stretch;
}

.showcase__copy,
.showcase__visual {
    background: #eaf1fb;
    border-radius: 28px;
    box-sizing: border-box;
}

.showcase__copy {
    min-height: 530px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eyebrow {
    margin: 0 0 14px;
    color: #4f7cf0;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.showcase__copy h1 {
    margin: 0 0 22px;
    font-size: 4rem;
    line-height: 1.04;
    letter-spacing: -0.03em;
    color: #1f2a44;
    max-width: 700px;
}

.showcase__text {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #6c7a96;
    max-width: 760px;
}

.showcase__actions {
    margin-top: 30px;
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.showcase__secondary {
    color: #2f5fd7;
    text-decoration: none;
    font-weight: 600;
}

.showcase__secondary:hover {
    text-decoration: underline;
}

.showcase__visual--image {
    position: relative;
    min-height: 530px;
    overflow: hidden;
    border-radius: 28px;
    background: #eaf1fb;
    display: flex;
    align-items: stretch;
}

.showcase__visual--image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.88;
}

.showcase-highlight-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 22px;
    padding: 20px 22px;
    box-shadow: 0 10px 28px rgba(31, 42, 68, 0.12);
    max-width: 260px;
    z-index: 2;
}

.showcase-highlight-card p {
    margin: 0;
    color: #6c7a96;
    line-height: 1.5;
    font-size: 1rem;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
}

.showcase-card__eyebrow {
    margin: 0 0 8px !important;
    color: #4f7cf0 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    font-size: 0.95rem !important;
}

.showcase-highlight-card--top {
    top: 30px;
    right: 30px;
}

.showcase-highlight-card--middle {
    top: 180px;
    left: 30px;
}

.showcase-highlight-card--bottom {
    bottom: 30px;
    right: 30px;
}

.section {
    margin: 0 0 32px;
}

.section-heading {
    margin-bottom: 20px;
}

.section-heading--left {
    margin-bottom: 20px;
}

.section-heading h2,
.info-panel__header h2,
.contact-banner__copy h2 {
    margin: 0;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #1f2a44;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.service-card {
    background: #ffffff;
    padding: 28px;
}

.service-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 18px;
    display: block;
}

.service-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #1f2a44;
    font-size: 1.2rem;
}

.service-card p {
    margin: 0;
    color: #6c7a96;
    line-height: 1.6;
}

.split-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
}

.benefit-panel,
.info-panel,
.contact-banner {
    background: #eef3fb;
}

.benefit-panel {
    padding: 30px;
}

.benefit-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #dfe8f5;
}

.benefit-item:last-child {
    border-bottom: none;
}

.benefit-item span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4f7cf0;
    margin-top: 8px;
    flex-shrink: 0;
}

.benefit-item h3 {
    margin: 0 0 8px;
    color: #1f2a44;
    font-size: 1.15rem;
}

.benefit-item p {
    margin: 0;
    color: #6c7a96;
    line-height: 1.6;
}

.info-panel {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-panel img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 22px;
    display: block;
}

.info-panel p {
    color: #6c7a96;
    line-height: 1.7;
    margin-top: 0;
}

.contact-banner {
    padding: 30px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: start;
}

.contact-banner__copy p,
.contact-banner__meta p {
    color: #6c7a96;
    line-height: 1.7;
    margin-top: 0;
}

.contact-banner__meta strong {
    color: #1f2a44;
    margin-right: 8px;
}

.contact-banner__meta a {
    color: #2f5fd7;
    text-decoration: none;
    font-weight: 600;
}

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

.section-spacing {
    margin-bottom: 30px;
}

@media (max-width: 1100px) {
    .showcase__grid,
    .split-grid,
    .contact-banner,
    .service-grid {
        grid-template-columns: 1fr;
    }

    .showcase__copy h1 {
        font-size: 3rem;
    }

    .showcase__visual--image {
        min-height: 420px;
    }
}

@media (max-width: 768px) {
    .nav-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-nav {
        width: 100%;
        justify-content: flex-start;
        gap: 16px;
    }
}

@media (max-width: 640px) {
    .showcase__copy,
    .service-card,
    .benefit-panel,
    .info-panel,
    .contact-banner {
        padding: 22px;
    }

    .showcase__copy h1 {
        font-size: 2.3rem;
    }

    .showcase-highlight-card {
        position: static;
        margin: 14px;
        max-width: none;
    }

    .showcase__visual--image {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .showcase__visual--image img {
        position: static;
        height: 260px;
        opacity: 0.92;
    }

    .info-panel img,
    .service-card img {
        height: auto;
    }
}


/*contact us page */
.contact-hero {
    padding: 3.5rem 0 1.5rem;
}

.contact-hero-content {
    max-width: 760px;
}

.contact-hero .eyebrow {
    display: inline-block;
    margin-bottom: 0.9rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #4c7cf0;
    text-transform: uppercase;
}

.contact-hero h2 {
    margin: 0 0 1rem;
    font-size: 2.5rem;
    line-height: 1.15;
    color: #1f2a44;
}

.contact-hero p {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.7;
    color: #5b6475;
}

.contact-form-section {
    padding: 1rem 0 4rem;
}

.contact-form-wrapper {
    max-width: 920px;
    margin: 0 auto;
}

.contact-form-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 2.25rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.contact-form-card h3 {
    margin: 0 0 1.5rem;
    font-size: 1.7rem;
    color: #1f2a44;
}

.quote-form .input,
.quote-form .textarea,
.quote-form .select {
    margin-bottom: 0;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.2rem;
    margin-bottom: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.quote-form label {
    display: block;
    margin-bottom: 0.45rem;
    font-weight: 600;
    color: #1f2a44;
}

.quote-form input,
.quote-form textarea,
.quote-form select {
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid #d7ddea;
    border-radius: 16px;
    font-size: 1rem;
    background: #fff;
    color: #1f2a44;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quote-form input:focus,
.quote-form textarea:focus,
.quote-form select:focus {
    outline: none;
    border-color: #4c7cf0;
    box-shadow: 0 0 0 4px rgba(76, 124, 240, 0.12);
}

.quote-form textarea {
    resize: vertical;
    min-height: 150px;
}

.form-actions {
    margin-top: 1.4rem;
}

.quote-btn {
    min-width: 180px;
    padding: 0.95rem 1.4rem;
    border: none;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

@media (max-width: 768px) {
    .contact-hero h2 {
        font-size: 2rem;
    }

    .contact-form-card {
        padding: 1.5rem;
        border-radius: 22px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

/* login and contact pages */
.auth-section {
    display: flex;
    justify-content: center;
    padding: 3rem 0 4rem;
}

.auth-card {
    width: 100%;
    max-width: 520px;
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid #e5e7eb;
}

.auth-header {
    text-align: center;
    margin-bottom: 1.75rem;
}

.auth-header h2 {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    color: #1f2a44;
}

.auth-header p {
    margin: 0;
    color: #64748b;
}

.auth-form .form-group {
    margin-bottom: 1.2rem;
}

.auth-form label {
    display: block;
    margin-bottom: 0.45rem;
    font-weight: 600;
    color: #1f2a44;
}

.form-control,
.auth-form input[type="text"],
.auth-form input[type="email"],
.auth-form input[type="password"],
.auth-form textarea,
.auth-form select {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid #dbe2ea;
    border-radius: 14px;
    font-size: 1rem;
    background: #f8fafc;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus,
.auth-form input:focus,
.auth-form textarea:focus,
.auth-form select:focus {
    outline: none;
    border-color: #4f7df3;
    box-shadow: 0 0 0 3px rgba(79, 125, 243, 0.15);
    background: #ffffff;
}

.auth-actions {
    margin-top: 1.5rem;
}

.auth-btn {
    width: 100%;
    border: none;
    cursor: pointer;
}

.auth-footer {
    margin-top: 1.25rem;
    text-align: center;
    color: #64748b;
}

.auth-footer a {
    color: #4f7df3;
    font-weight: 600;
    text-decoration: none;
}

.dashboard-section {
    padding: 2rem 0 3rem;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.dashboard-header h2 {
    margin: 0 0 0.4rem;
    font-size: 2rem;
    color: #1f2a44;
}

.dashboard-header p {
    margin: 0;
    color: #64748b;
}

.dashboard-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 1.5rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid #e5e7eb;
}

.dashboard-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.dashboard-card-header h3 {
    margin: 0;
    color: #1f2a44;
}

.dashboard-count {
    background: #eef4ff;
    color: #4f7df3;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
}

.table-responsive {
    overflow-x: auto;
}

.dashboard-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.dashboard-table thead th {
    text-align: left;
    padding: 0.9rem 0.8rem;
    background: #f8fafc;
    color: #1f2a44;
    font-size: 0.95rem;
    border-bottom: 1px solid #e5e7eb;
}

.dashboard-table tbody td {
    padding: 1rem 0.8rem;
    border-bottom: 1px solid #eef2f7;
    vertical-align: top;
    color: #334155;
}

.message-cell {
    max-width: 320px;
    white-space: normal;
    line-height: 1.5;
}

.actions-col {
    white-space: nowrap;
}

.table-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn-secondary,
.btn-danger,
.btn-sm {
    display: inline-block;
    padding: 0.55rem 0.85rem;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
}

.btn-secondary {
    background: #eef2ff;
    color: #334155;
}

.btn-danger {
    background: #fee2e2;
    color: #b91c1c;
}

.empty-state {
    text-align: center;
    padding: 2.5rem 1rem;
    color: #64748b;
}

.empty-state h4 {
    margin-bottom: 0.5rem;
    color: #1f2a44;
}

/*create account page */
.form-row {
    display: flex;
    gap: 16px;
}

.form-row .form-group {
    flex: 1;
}

.password-toggle-wrap {
    position: relative;
}

.password-toggle-wrap .form-control {
    padding-right: 72px;
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #4f7df0;
    font-weight: 600;
    cursor: pointer;
}

/*# Contacts add success message */
.form-flash-wrap {
    margin: 18px 0 24px;
}

.form-flash-wrap .message {
    padding: 16px 18px;
    border-radius: 14px;
    font-weight: 600;
    line-height: 1.5;
    border: 1px solid transparent;
    box-shadow: 0 8px 20px rgba(31, 42, 68, 0.08);
}

.form-flash-wrap .success {
    background: #ecfdf3;
    color: #166534;
    border-color: #bbf7d0;
}

.form-flash-wrap .error {
    background: #fef2f2;
    color: #991b1b;
    border-color: #fecaca;
}

.form-flash-wrap .warning {
    background: #fffbeb;
    color: #92400e;
    border-color: #fde68a;
}

.form-flash-wrap .info {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
}

/* ── Google Places autocomplete dropdown ────────────────── */
.pac-container {
    border-radius: 12px;
    border: 1px solid #dce3f0;
    box-shadow: 0 8px 24px rgba(31, 42, 68, 0.12);
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 4px;
    z-index: 9999;
}

.pac-item {
    padding: 10px 14px;
    font-size: 0.95rem;
    color: #1f2a44;
    cursor: pointer;
    border-bottom: 1px solid #f0f3f8;
}

.pac-item:hover {
    background: #eef4ff;
}

.pac-item-query {
    font-weight: 700;
    color: #1f2a44;
}

.pac-matched {
    color: #4f7df0;
    font-weight: 700;
}


/* customer-facing UI refinements */
.section--how-it-works .section-heading {
    max-width: 72rem;
}

.steps-list {
    display: grid;
    gap: 0;
    max-width: 78rem;
}

.step-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.4rem;
    align-items: start;
    padding: 1.6rem 0;
    border-bottom: 1px solid #dfe8f5;
}

.step-item:last-child {
    border-bottom: none;
}

.step-bullet {
    width: 14px;
    height: 14px;
    margin-top: 0.75rem;
    border-radius: 50%;
    background: #4f7cf0;
    box-shadow: 0 0 0 6px rgba(79, 124, 240, 0.12);
    flex-shrink: 0;
}

.step-content h3 {
    margin: 0;
    color: #1f2a44;
    font-size: 1.4rem;
}

.step-content p {
    margin: 0.6rem 0 0;
    color: #6c7a96;
    line-height: 1.7;
    max-width: 70rem;
}

.step-meta {
    margin: 0 0 0.45rem !important;
    color: #4f7cf0 !important;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auth-section--login {
    padding: 3.5rem 0 5rem;
}

.login-page-shell {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.auth-card--login {
    max-width: 560px;
    padding: 2.5rem 2.35rem;
    border-radius: 30px;
    border: 1px solid #dfe8f5;
    box-shadow: 0 18px 46px rgba(31, 42, 68, 0.08);
}

.auth-header--login .eyebrow {
    margin-bottom: 0.9rem;
}

.auth-header--login h2 {
    margin-bottom: 0.65rem;
    font-size: 2.1rem;
}

.auth-header--login p:last-child {
    max-width: 30rem;
    margin: 0 auto;
    line-height: 1.6;
}

.auth-section--login .form-group {
    margin-bottom: 1.3rem;
}

.auth-section--login .auth-actions--login {
    margin-top: 1.8rem;
}

.auth-section--login .auth-btn {
    min-height: 48px;
}

.auth-footer--login {
    margin-top: 1.5rem;
    font-size: 0.96rem;
}

.customer-dashboard-page {
    padding: 2.25rem 0 4rem;
}

.customer-dashboard-shell {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;
}

.customer-dashboard-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem 2.1rem;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.customer-dashboard-hero h2 {
    margin: 0;
    color: #1f2a44;
    font-size: 2.25rem;
}

.customer-dashboard-hero p:last-child {
    margin: 0.7rem 0 0;
    color: #6c7a96;
    line-height: 1.7;
    max-width: 42rem;
}

.customer-dashboard-hero__actions {
    flex-shrink: 0;
}

.customer-dashboard-logout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.82rem 1.25rem;
    border-radius: 999px;
    border: 1px solid #d8e3f5;
    background: #fff;
    color: #2f5fd7;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(31, 42, 68, 0.06);
}

.customer-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.customer-dashboard-card {
    border-radius: 30px;
    padding: 1.9rem;
}

.customer-dashboard-card__header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.customer-dashboard-card__header h3 {
    margin: 0;
    font-size: 1.45rem;
    color: #1f2a44;
}

.customer-dashboard-card__eyebrow {
    margin: 0 0 0.4rem;
    color: #4f7cf0;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.customer-account-list {
    display: grid;
    gap: 1rem;
    margin: 0;
}

.customer-account-list div {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: #f8fbff;
    border: 1px solid #e3ecf8;
}

.customer-account-list dt {
    margin: 0 0 0.35rem;
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.customer-account-list dd {
    margin: 0;
    color: #1f2a44;
    line-height: 1.6;
    word-break: break-word;
}

.customer-table-wrap {
    border: 1px solid #e5ecf6;
    border-radius: 20px;
}

.customer-bookings-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
}

.customer-bookings-table th,
.customer-bookings-table td {
    padding: 1rem 1.1rem;
    text-align: left;
    border-bottom: 1px solid #edf2f8;
}

.customer-bookings-table th {
    background: #f8fbff;
    color: #1f2a44;
    font-size: 0.92rem;
}

.customer-bookings-table td {
    color: #334155;
}

.customer-bookings-table tbody tr:last-child td {
    border-bottom: none;
}

.customer-booking-status {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: #eef4ff;
    color: #2f5fd7;
    font-size: 0.88rem;
    font-weight: 700;
}

.customer-empty-state {
    padding: 2.75rem 1rem;
    text-align: center;
    border-radius: 20px;
    background: #f8fbff;
    border: 1px dashed #d6e4f7;
}

.customer-empty-state h4 {
    margin: 0 0 0.45rem;
    color: #1f2a44;
    font-size: 1.15rem;
}

.customer-empty-state p {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .customer-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .customer-dashboard-hero {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .step-item {
        gap: 1rem;
        padding: 1.25rem 0;
    }

    .step-content h3 {
        font-size: 1.2rem;
    }

    .auth-card--login,
    .customer-dashboard-card,
    .customer-dashboard-hero {
        padding: 1.5rem;
        border-radius: 24px;
    }

    .customer-dashboard-hero h2 {
        font-size: 1.75rem;
    }
}
