.customer-login-page {
    font-family: "Manrope", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(239, 228, 200, 0.55), transparent 26%),
        linear-gradient(135deg, #eef4ef 0%, #dfeade 100%);
}

.customer-landing-body {
    background:
        radial-gradient(circle at top left, rgba(239, 228, 200, 0.55), transparent 26%),
        linear-gradient(135deg, #eef4ef 0%, #dfeade 100%);
}

.customer-landing-header {
    background: transparent !important;
    color: inherit !important;
    margin-bottom: 0 !important;
    padding-top: 22px !important;
    padding-bottom: 0 !important;
}

.customer-landing-header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 16px 18px;
    border-radius: 28px;
    border: 1px solid rgba(20, 58, 35, 0.1);
    background: rgba(255, 255, 255, 0.56);
    backdrop-filter: blur(12px) saturate(1.08);
    box-shadow:
        0 18px 42px rgba(13, 59, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.customer-landing-brand-wrap {
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.customer-landing-brand-wrap a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 16px;
}

.customer-landing-brand-wrap img {
    border-radius: 20px;
    box-shadow:
        0 14px 32px rgba(13, 59, 42, 0.16),
        0 0 0 1px rgba(13, 59, 42, 0.08);
}

.customer-landing-brand-copy {
    display: grid;
    gap: 4px;
    text-align: left !important;
}

.customer-landing-eyebrow {
    display: block;
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #1a5b43;
}

.customer-landing-chip {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0d3b2a;
    background: linear-gradient(135deg, rgba(59, 164, 142, 0.14), rgba(210, 183, 84, 0.2));
    border: 1px solid rgba(13, 59, 42, 0.1);
}

.customer-landing-brand-copy strong {
    display: block;
    margin: 0 !important;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: #153120;
}

.customer-login-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 440px);
    gap: 32px;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 40px 0 56px;
    align-items: center;
}

.customer-login-hero h2,
.customer-login-panel h3 {
    font-family: "Zilla Slab", serif;
}

.customer-kicker,
.panel-kicker {
    margin: 0 0 10px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #256434;
}

.customer-login-hero h2 {
    margin: 0;
    font-size: clamp(2.6rem, 4vw, 4.3rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
    color: #153120;
}

.customer-intro,
.panel-copy {
    color: rgba(21, 49, 32, 0.78);
    line-height: 1.7;
}

.customer-intro {
    max-width: 700px;
    margin: 20px 0 0;
    font-size: 1.08rem;
}

.customer-hero-image {
    position: relative;
    margin-top: 28px;
    min-height: 360px;
    margin-left: 24px;
    margin-right: 24px;
    border-radius: 30px;
    overflow: visible;
    box-shadow: 0 28px 60px rgba(20, 58, 35, 0.18);
}

.customer-hero-image img,
.customer-hero-overlay {
    border-radius: 30px;
}

.customer-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.customer-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(17, 42, 28, 0.06) 0%, rgba(17, 42, 28, 0.54) 100%),
        radial-gradient(circle at top right, rgba(239, 228, 200, 0.34), transparent 30%);
}

.customer-highlight {
    position: absolute;
    z-index: 1;
    max-width: 240px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 32px rgba(20, 58, 35, 0.16);
}

.customer-highlight span {
    display: block;
    margin-bottom: 6px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #256434;
}

.highlight-top {
    top: -18px;
    left: -24px;
}

.highlight-bottom {
    right: -24px;
    bottom: -18px;
}

.customer-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.customer-feature-grid article,
.login-card {
    border: 1px solid rgba(37, 100, 52, 0.14);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 40px rgba(20, 58, 35, 0.12);
    backdrop-filter: blur(10px);
}

.customer-feature-grid article {
    padding: 20px;
}

.customer-feature-grid .material-symbols-outlined {
    margin-bottom: 12px;
    font-size: 2rem;
    color: #256434;
}

.customer-feature-grid strong {
    display: block;
    margin-bottom: 8px;
    color: #153120;
}

.customer-feature-grid p {
    margin: 0;
    color: rgba(21, 49, 32, 0.72);
    line-height: 1.6;
}

.customer-login-panel {
    display: flex;
    justify-content: center;
}

.login-card {
    width: 100%;
    padding: 30px;
}

.customer-login-panel h3 {
    margin: 0;
    font-size: 2rem;
    color: #153120;
}

.customer-alert {
    margin: 18px 0 0;
    border-radius: 16px;
}

.customer-alert p {
    margin: 0;
}

.customer-alert p + p {
    margin-top: 8px;
}

form.modern-login-form {
    margin-top: 20px;
    padding: 0;
    background: transparent;
    border: 0 !important;
}

.modern-login-form .form-group {
    margin-bottom: 18px;
}

.modern-login-form label {
    margin-bottom: 8px;
    color: #153120;
}

.modern-login-form .form-control {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid rgba(37, 100, 52, 0.22);
    box-shadow: none;
}

.modern-login-form .form-control:focus {
    border-color: #256434;
    box-shadow: 0 0 0 0.18rem rgba(37, 100, 52, 0.14);
}

.customer-submit {
    width: 100%;
    min-height: 52px;
    margin-top: 6px;
    border-radius: 14px !important;
    font-weight: 700 !important;
}

.login-links {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    font-size: 0.95rem;
}

.login-links a {
    color: #256434;
    font-weight: 700;
}

.customer-auth-page {
    flex: 1 0 auto;
    min-height: auto;
    overflow: visible;
}

.customer-auth-shell {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
}

.customer-auth-compact-shell,
.customer-auth-signup-shell {
    align-items: start;
    padding-top: 34px;
    padding-bottom: 88px;
}

.customer-auth-compact-shell .customer-login-panel,
.customer-auth-signup-shell .customer-login-panel {
    padding-top: 8px;
}

.customer-auth-hero {
    align-self: center;
}

.customer-auth-compact-shell .customer-auth-hero,
.customer-auth-signup-shell .customer-auth-hero {
    align-self: start;
    padding-top: 16px;
}

.customer-auth-image {
    min-height: 300px;
}

.customer-auth-feature-grid {
    margin-top: 24px;
}

.customer-auth-signup-shell .login-card {
    padding: 26px;
}

.customer-auth-card {
    position: relative;
    overflow: hidden;
}

.customer-auth-card::before {
    content: "";
    position: absolute;
    top: -72px;
    right: -78px;
    width: 172px;
    height: 172px;
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(210, 183, 84, 0.24), transparent 66%),
        rgba(37, 100, 52, 0.08);
}

.customer-auth-card > * {
    position: relative;
    z-index: 1;
}

.customer-auth-status-shell {
    align-items: center;
}

.customer-status-card {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-status-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    color: #256434;
    background: linear-gradient(135deg, rgba(59, 164, 142, 0.14), rgba(210, 183, 84, 0.2));
    font-size: 2rem !important;
}

.customer-auth-form .auth-field {
    margin-bottom: 18px;
}

.customer-auth-form input[type="text"],
.customer-auth-form input[type="email"],
.customer-auth-form input[type="password"] {
    display: block;
    width: 100%;
    min-height: 52px;
    padding: 0.75rem 0.95rem;
    border: 1px solid rgba(37, 100, 52, 0.22);
    border-radius: 14px;
    color: #153120;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: none;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.customer-auth-form input[type="text"]:focus,
.customer-auth-form input[type="email"]:focus,
.customer-auth-form input[type="password"]:focus {
    outline: 0;
    border-color: #256434;
    background: #ffffff;
    box-shadow: 0 0 0 0.18rem rgba(37, 100, 52, 0.14);
}

.auth-help {
    margin: 8px 0 0;
    color: rgba(21, 49, 32, 0.68);
    font-size: 0.88rem;
    line-height: 1.55;
}

.auth-help ul {
    margin: 8px 0 0;
    padding-left: 1.15rem;
}

.auth-help li + li {
    margin-top: 4px;
}

.auth-links {
    align-items: center;
}

.auth-primary-link {
    text-decoration: none !important;
}

@media (max-width: 980px) {
    .customer-login-shell,
    .customer-feature-grid {
        grid-template-columns: 1fr;
    }

    .customer-landing-header-inner {
        display: grid;
        width: min(1180px, calc(100% - 32px));
    }

    .customer-landing-brand-copy {
        text-align: center !important;
    }

    .customer-landing-brand-wrap {
        justify-content: center !important;
    }

    .customer-login-shell {
        padding-top: 28px;
    }

    .customer-login-panel {
        justify-content: stretch;
    }

    .highlight-top,
    .highlight-bottom {
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
}

@media (max-width: 640px) {
    .customer-landing-header-inner {
        width: min(100% - 20px, 1180px);
        padding: 14px;
    }

    .customer-login-shell {
        width: min(100% - 20px, 1180px);
        gap: 22px;
        padding-bottom: 32px;
    }

    .customer-login-hero h2 {
        font-size: 2.3rem;
    }

    .customer-hero-image {
        min-height: 280px;
        margin-left: 0;
        margin-right: 0;
    }

    .customer-highlight {
        position: static;
        max-width: none;
        margin: 12px;
    }

    .login-card {
        padding: 22px;
    }

    .login-links {
        flex-direction: column;
    }
}
