/* assets/css/customer_portal.css */

.customer-login-body {
    margin: 0;
    min-height: 100vh;
    background: linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
    font-family: 'Segoe UI', Arial, sans-serif;
}

.customer-login-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 16px;
    box-sizing: border-box;
}

.customer-login-card {
    width: 100%;
    max-width: 460px;
    background: #ffffff;
    border: 1px solid #dbe3ec;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    padding: 24px;
    box-sizing: border-box;
}

.customer-login-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.customer-login-brand img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 12px;
    background: #1f2f43;
    padding: 8px;
    box-sizing: border-box;
}

.customer-login-brand-copy small {
    display: block;
    color: #64748b;
    font-size: 12px;
    margin-bottom: 4px;
}

.customer-login-brand-copy strong {
    display: block;
    font-size: 19px;
    color: #172033;
    font-weight: 700;
}

.customer-login-card h1 {
    margin: 0 0 8px;
    font-size: 23px;
    line-height: 1.2;
    color: #172033;
    font-weight: 700;
}

.customer-login-card p {
    margin: 0 0 18px;
    color: #64748b;
    line-height: 1.6;
    font-size: 14px;
}

.customer-login-form .form-group {
    margin-bottom: 14px;
}

.customer-login-form label,
.customer-inline-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #172033;
}

.customer-login-form input,
.customer-inline-form input {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid #dbe3ec;
    border-radius: 12px;
    background: #ffffff;
    box-sizing: border-box;
    font-size: 14px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.customer-login-form input:focus,
.customer-inline-form input:focus {
    outline: none;
    border-color: #7c3aed;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.10);
}

.customer-login-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.customer-login-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid #dbe3ec;
    color: #172033;
    text-decoration: none;
    background: #ffffff;
    box-sizing: border-box;
}

.customer-shell .main {
    background: #f4f7fb;
}

.customer-main {
    padding-bottom: 24px;
}

.customer-sidebar {
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.04);
}

.customer-brand-block {
    padding-bottom: 16px;
}

.customer-nav a {
    min-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
}

.customer-nav .nav-label {
    font-weight: 500;
}

.customer-topbar {
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(10px);
    border: 1px solid #e4ebf3;
    border-radius: 18px;
    padding: 12px 16px;
    margin-bottom: 14px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.customer-topbar-title-group h1 {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
}

.customer-user-chip {
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.05);
}

.customer-page-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px;
    margin-bottom: 14px;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #faf9fe 100%);
    border: 1px solid #dfe7f0;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.customer-page-intro-copy h2 {
    margin: 4px 0 6px;
    font-size: 22px;
    line-height: 1.15;
    color: #172033;
    font-weight: 700;
}

.customer-page-intro-copy p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    max-width: 700px;
}

.customer-page-intro-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8b5cf6;
}

.customer-page-intro-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(109, 40, 217, 0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.customer-page-intro-action:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(109, 40, 217, 0.20);
}

.customer-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 14px;
}

.customer-stat-card,
.customer-content-card,
.customer-hero-card {
    background: #ffffff;
    border: 1px solid #dfe7f0;
    border-radius: 18px;
    box-sizing: border-box;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.customer-stat-card {
    position: relative;
    padding: 16px 18px;
    overflow: hidden;
}

.customer-stat-card::after {
    content: '';
    position: absolute;
    top: -22px;
    right: -22px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(139, 92, 246, 0.05);
}

.customer-stat-card-accent {
    background: linear-gradient(135deg, #ffffff 0%, #fcfaff 100%);
    border-color: #ece4ff;
}

.customer-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: #f3f0ff;
    color: #7c3aed;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.customer-stat-card small {
    display: block;
    color: #64748b;
    font-size: 12px;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.customer-stat-card strong {
    display: block;
    color: #172033;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.customer-hero-card {
    padding: 20px 22px;
    margin-bottom: 14px;
    background: linear-gradient(135deg, #ffffff 0%, #fcfbfe 100%);
}

.customer-content-card {
    padding: 18px 20px;
}

.customer-content-card + .customer-content-card {
    margin-top: 14px;
}

.customer-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.customer-card-head-large {
    margin-bottom: 16px;
}

.customer-card-head h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    color: #172033;
    font-weight: 700;
}

.customer-card-head p {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

.customer-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7c3aed;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.customer-hero-booking {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
}

.customer-hero-booking-main {
    padding: 16px 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1f2f43 0%, #182537 100%);
    color: #ffffff;
    box-shadow: none;
}

.customer-hero-booking-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 6px;
}

.customer-hero-booking-subtitle {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.55;
}

.customer-booking-list {
    display: grid;
    gap: 12px;
}

.customer-booking-item {
    border: 1px solid #e7eef6;
    border-radius: 16px;
    padding: 14px 16px;
    background: #ffffff;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.customer-booking-item:hover {
    transform: translateY(-1px);
    border-color: #d7e3f0;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.customer-booking-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.customer-booking-item-title {
    font-size: 15px;
    font-weight: 700;
    color: #172033;
    margin: 0;
}

.customer-booking-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.customer-booking-meta-hero {
    align-items: stretch;
}

.customer-booking-meta-hero > div {
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #ebf0f6;
    background: #f8fafc;
}

.customer-booking-meta div span {
    display: block;
    color: #64748b;
    font-size: 12px;
    margin-bottom: 5px;
}

.customer-booking-meta div strong {
    display: block;
    color: #172033;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.customer-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.customer-status-approved {
    background: #ecfdf3;
    color: #166534;
    border: 1px solid #b7ebc6;
}

.customer-status-pending {
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid #fdba74;
}

.customer-status-cancelled {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.customer-empty {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.customer-empty-hero {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 16px;
    border: 1px dashed #d8e2ee;
    background: #fafcff;
}

.customer-empty-hero i {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e7eef6;
    color: #7c3aed;
    font-size: 16px;
}

.customer-empty-hero strong {
    display: block;
    color: #172033;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 700;
}

.customer-empty-hero span {
    display: block;
    color: #64748b;
    font-size: 13px;
}

.customer-inline-form {
    display: grid;
    gap: 14px;
}

.customer-readonly {
    background: #f8fafc !important;
}

.customer-quick-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.customer-quick-link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 16px;
    border: 1px solid #e2eaf3;
    border-radius: 16px;
    background: #ffffff;
    text-decoration: none;
    color: #172033;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.customer-quick-link:hover {
    transform: translateY(-1px);
    border-color: #d4ddf0;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.customer-quick-link-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 12px;
    background: #f3f0ff;
    color: #7c3aed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.customer-quick-link-copy strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.customer-quick-link-copy span {
    display: block;
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 1280px) {
    .customer-hero-booking {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1100px) {
    .customer-card-grid,
    .customer-booking-meta,
    .customer-quick-links,
    .customer-booking-meta-hero {
        grid-template-columns: 1fr;
    }

    .customer-page-intro {
        flex-direction: column;
        align-items: flex-start;
    }

    .customer-page-intro-action {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .customer-login-card {
        padding: 20px;
        border-radius: 16px;
    }

    .customer-topbar,
    .customer-page-intro,
    .customer-content-card,
    .customer-hero-card,
    .customer-stat-card {
        padding-left: 16px;
        padding-right: 16px;
    }

    .customer-page-intro,
    .customer-content-card,
    .customer-hero-card,
    .customer-stat-card {
        padding-top: 16px;
        padding-bottom: 16px;
        border-radius: 16px;
    }

    .customer-card-grid {
        gap: 12px;
        margin-bottom: 12px;
    }

    .customer-stat-card {
        min-height: 108px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .customer-stat-icon {
        margin-bottom: 10px;
    }

    .customer-stat-card small {
        margin-bottom: 6px;
    }

    .customer-card-head,
    .customer-card-head-large {
        margin-bottom: 12px;
    }

    .customer-card-head h3 {
        font-size: 17px;
    }

    .customer-card-head p {
        margin-top: 3px;
        font-size: 13px;
        line-height: 1.55;
    }

    .customer-page-intro-copy h2 {
        font-size: 20px;
    }

    .customer-booking-item,
    .customer-quick-link,
    .customer-hero-booking-main,
    .customer-empty-hero {
        padding: 14px;
    }

    .customer-booking-item,
    .customer-quick-link,
    .customer-empty-hero {
        border-radius: 14px;
    }

    .customer-booking-list,
    .customer-quick-links,
    .customer-inline-form {
        gap: 10px;
    }

    .customer-booking-item-top {
        margin-bottom: 8px;
    }

    .customer-booking-meta {
        gap: 10px;
    }

    .customer-booking-meta-hero > div {
        padding: 12px 14px;
        border-radius: 12px;
    }

    .customer-empty-hero {
        align-items: flex-start;
    }

    .customer-empty-hero i,
    .customer-quick-link-icon {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        border-radius: 11px;
    }

    .customer-quick-link-copy strong {
        margin-bottom: 3px;
        font-size: 14px;
    }

    .customer-quick-link-copy span,
    .customer-empty-hero span {
        font-size: 12px;
        line-height: 1.5;
    }
}
/* Kundenportal Login Design Polish V1 */
.customer-login-body-premium {
    margin: 0;
    min-height: 100vh;
    font-family: sans-serif;
    font-weight: 400;
    background: #fefcf8;
    color: #1e1e2a;
}

.customer-login-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 12% 12%, rgba(207, 163, 99, 0.18) 0, rgba(207, 163, 99, 0) 34%),
        radial-gradient(circle at 90% 8%, rgba(11, 29, 43, 0.10) 0, rgba(11, 29, 43, 0) 30%),
        linear-gradient(135deg, #fefcf8 0%, #fff5ec 52%, #f7ede2 100%);
}

.customer-login-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 5%;
    background: rgba(11, 29, 43, 0.92);
    border-bottom: 1px solid rgba(207, 163, 99, 0.24);
    box-shadow: 0 12px 26px rgba(7, 21, 34, 0.13);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.customer-login-header-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    text-decoration: none;
}

.customer-login-header-logo {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    overflow: hidden;
    flex: 0 0 auto;
}

.customer-login-header-logo img {
    max-width: 34px;
    max-height: 34px;
    object-fit: contain;
}

.customer-login-header-brand strong {
    display: block;
    font-size: 1.24rem;
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -0.3px;
}

.customer-login-header-brand small {
    display: block;
    margin-top: 4px;
    color: #d9b985;
    font-size: 0.72rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.customer-login-header-nav {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.customer-login-header-nav a {
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
    font-size: 0.80rem;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.customer-login-header-nav a:hover {
    color: #e7cba5;
}

.customer-login-shell-premium {
    min-height: calc(100vh - 85px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 54px 5%;
    box-sizing: border-box;
}

.customer-login-premium-card {
    width: 100%;
    max-width: 1120px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
    gap: 0;
    background: #ffffff;
    border: 1px solid rgba(207, 163, 99, 0.18);
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(7, 21, 34, 0.14);
}

.customer-login-visual {
    position: relative;
    padding: 44px;
    background:
        linear-gradient(135deg, rgba(11, 29, 43, 0.97) 0%, rgba(7, 21, 34, 0.97) 62%, rgba(158, 120, 78, 0.92) 100%);
    color: #ffffff;
    overflow: hidden;
}

.customer-login-visual::before,
.customer-login-visual::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.customer-login-visual::before {
    width: 260px;
    height: 260px;
    right: -90px;
    top: -90px;
    background: rgba(231, 203, 165, 0.16);
}

.customer-login-visual::after {
    width: 180px;
    height: 180px;
    left: -70px;
    bottom: -70px;
    background: rgba(255, 255, 255, 0.08);
}

.customer-login-visual-brand,
.customer-login-visual-copy,
.customer-login-benefits {
    position: relative;
    z-index: 1;
}

.customer-login-visual-brand {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 72px;
}

.customer-login-visual-logo {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    flex: 0 0 auto;
}

.customer-login-visual-logo img {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.customer-login-visual-brand small {
    display: block;
    color: #d9b985;
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.customer-login-visual-brand strong {
    display: block;
    color: #ffffff;
    font-size: 1.08rem;
    line-height: 1.25;
    font-weight: 400;
}

.customer-login-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e7cba5;
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.customer-login-visual h1 {
    margin: 0 0 18px;
    max-width: 540px;
    font-size: clamp(2.15rem, 4vw, 3.45rem);
    line-height: 1.06;
    font-weight: 400;
    letter-spacing: -1.2px;
    color: #ffffff;
}

.customer-login-visual p {
    margin: 0;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.02rem;
    line-height: 1.75;
    font-weight: 400;
}

.customer-login-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 54px;
}

.customer-login-benefit {
    min-height: 150px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.customer-login-benefit span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    border-radius: 12px;
    background: rgba(231, 203, 165, 0.16);
    color: #e7cba5;
    font-size: 0.78rem;
    font-weight: 400;
}

.customer-login-benefit strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 0.98rem;
    line-height: 1.35;
    font-weight: 400;
}

.customer-login-benefit small {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.86rem;
    line-height: 1.55;
    font-weight: 400;
}

.customer-login-panel {
    padding: 48px 42px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.customer-login-panel-head {
    margin-bottom: 24px;
}

.customer-login-panel-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 13px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: #fff3e8;
    border: 1px solid rgba(207, 163, 99, 0.18);
    color: #b77b3c;
    font-size: 0.78rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.customer-login-panel h2 {
    margin: 0 0 10px;
    color: #2e241d;
    font-size: clamp(1.65rem, 3vw, 2.15rem);
    line-height: 1.14;
    font-weight: 400;
    letter-spacing: -0.6px;
}

.customer-login-panel p {
    margin: 0;
    color: #6d5843;
    font-size: 0.98rem;
    line-height: 1.65;
    font-weight: 400;
}

.customer-login-message {
    margin: 0 0 18px !important;
    border-radius: 16px;
}

.customer-login-form-premium {
    display: grid;
    gap: 16px;
}

.customer-login-form-premium .form-group {
    margin: 0;
}

.customer-login-form-premium label {
    display: block;
    margin-bottom: 9px;
    color: #2e241d;
    font-size: 0.88rem;
    line-height: 1.2;
    font-weight: 400;
}

.customer-login-form-premium input {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid #e1cfbb;
    border-radius: 16px;
    background: #fffdfb;
    color: #2e241d;
    font-family: sans-serif;
    font-size: 0.98rem;
    font-weight: 400;
    box-sizing: border-box;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.customer-login-form-premium input::placeholder {
    color: #b8a38f;
}

.customer-login-form-premium input:focus {
    outline: none;
    border-color: #cfa363;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(207, 163, 99, 0.14);
}

.customer-login-actions-premium {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 6px;
}

.customer-login-submit,
.customer-login-secondary {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 999px;
    font-family: sans-serif;
    font-size: 0.98rem;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.customer-login-submit {
    border: 1px solid #cfa363;
    background: #cfa363;
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(207, 163, 99, 0.22);
}

.customer-login-submit:hover {
    background: #b8874b;
    border-color: #b8874b;
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(207, 163, 99, 0.25);
}

.customer-login-secondary {
    border: 1px solid #e1cfbb;
    background: #ffffff;
    color: #5c432c;
}

.customer-login-secondary:hover {
    background: #faf0e4;
    border-color: #c9a772;
    transform: translateY(-1px);
}

.customer-login-help-box {
    margin-top: 24px;
    padding: 18px;
    border-radius: 20px;
    background: #fff8f0;
    border: 1px solid rgba(207, 163, 99, 0.18);
}

.customer-login-help-box strong {
    display: block;
    margin-bottom: 6px;
    color: #2e241d;
    font-size: 0.98rem;
    line-height: 1.35;
    font-weight: 400;
}

.customer-login-help-box span {
    display: block;
    color: #6d5843;
    font-size: 0.90rem;
    line-height: 1.6;
    font-weight: 400;
}

.customer-login-help-box a {
    display: inline-flex;
    margin-top: 10px;
    color: #a76f3a;
    text-decoration: none;
    font-size: 0.90rem;
    line-height: 1.4;
    font-weight: 400;
}

.customer-login-help-box a:hover {
    text-decoration: underline;
}

@media (max-width: 1120px) {
    .customer-login-premium-card {
        grid-template-columns: 1fr;
        max-width: 760px;
    }

    .customer-login-visual {
        padding: 38px;
    }

    .customer-login-visual-brand {
        margin-bottom: 38px;
    }

    .customer-login-benefits {
        margin-top: 36px;
    }
}

@media (max-width: 760px) {
    .customer-login-header {
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 16px 5% 18px;
    }

    .customer-login-header-brand {
        justify-content: center;
    }

    .customer-login-header-nav {
        justify-content: center;
        gap: 14px;
    }

    .customer-login-shell-premium {
        min-height: auto;
        padding: 28px 5%;
    }

    .customer-login-premium-card {
        border-radius: 28px;
    }

    .customer-login-visual,
    .customer-login-panel {
        padding: 28px;
    }

    .customer-login-visual h1 {
        font-size: 2rem;
    }

    .customer-login-benefits {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .customer-login-benefit {
        min-height: auto;
    }

    .customer-login-actions-premium {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .customer-login-header-logo,
    .customer-login-visual-logo {
        width: 50px;
        height: 50px;
        border-radius: 16px;
    }

    .customer-login-header-logo img,
    .customer-login-visual-logo img {
        max-width: 32px;
        max-height: 32px;
    }

    .customer-login-visual,
    .customer-login-panel {
        padding: 22px;
    }

    .customer-login-premium-card {
        border-radius: 22px;
    }

    .customer-login-panel h2 {
        font-size: 1.55rem;
    }
}
