html {
    min-height: 100%;
    background: #f3f5f7;
}

body.zipper-public-page {
    min-height: 100vh;
    margin: 0;
    color: #161a1d;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 247, 250, 0.86)),
        url("/images/image/Zipper-EU.jpg") center 18% / 360px auto no-repeat,
        #f3f5f7;
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

.zipper-shell {
    width: min(1040px, calc(100% - 32px));
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.zipper-public-header {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0;
}

.zipper-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #111;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
}

.zipper-logo img {
    width: 58px;
    height: 44px;
    object-fit: contain;
}

.zipper-language-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px;
}

.zipper-language-nav a {
    min-width: 44px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border: 1px solid rgba(17, 24, 39, 0.14);
    border-radius: 6px;
    color: #26313a;
    background: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.zipper-language-nav a:hover,
.zipper-language-nav a.is-active {
    color: #fff;
    border-color: #111;
    background: #111;
}

.zipper-public-main {
    flex: 1;
    display: grid;
    align-items: center;
    padding: 22px 0 40px;
}

.zipper-public-card {
    width: min(720px, 100%);
    margin: 0 auto;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 70px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.zipper-card-head {
    padding: 34px 38px 22px;
    border-bottom: 1px solid #e6eaee;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.zipper-eyebrow {
    margin: 0 0 9px;
    color: #d62027;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.zipper-card-head h1 {
    margin: 0;
    color: #111;
    font-size: 34px;
    line-height: 1.13;
    font-weight: 850;
    letter-spacing: 0;
}

.zipper-card-head p:last-child {
    max-width: 600px;
    margin: 14px 0 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.6;
}

.zipper-card-body {
    padding: 30px 38px 36px;
}

.zipper-action-list {
    display: grid;
    gap: 12px;
}

.zipper-action {
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border: 1px solid #d9e0e7;
    border-radius: 8px;
    color: #14191f;
    background: #fff;
    font-size: 18px;
    font-weight: 760;
    text-decoration: none;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.zipper-action:hover {
    color: #111;
    border-color: #111;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    transform: translateY(-1px);
    text-decoration: none;
}

.zipper-action-primary {
    color: #fff;
    border-color: #d62027;
    background: #d62027;
}

.zipper-action-primary:hover {
    color: #fff;
    border-color: #b9151b;
    background: #b9151b;
}

.zipper-action-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: inherit;
    background: rgba(17, 24, 39, 0.08);
    font-weight: 850;
}

.zipper-action-primary .zipper-action-icon {
    background: rgba(255, 255, 255, 0.18);
}

.zipper-language-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid #e6eaee;
}

.zipper-language-panel div {
    display: flex;
    gap: 8px;
    color: #58636f;
    font-size: 13px;
    line-height: 1.35;
}

.zipper-language-panel strong {
    min-width: 24px;
    color: #111;
}

.zipper-form-intro {
    margin: 0 0 18px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.55;
}

.zipper-public-page form {
    margin: 0;
}

.zipper-public-page table {
    width: 100%;
    border: 0;
}

.zipper-public-page td {
    display: block;
    width: 100%;
    padding: 0 0 8px;
    color: #2f3740;
    font-size: 14px;
    font-weight: 700;
}

.zipper-public-page input[type="text"],
.zipper-public-page input[type="password"],
.zipper-public-page textarea,
.zipper-public-page select {
    width: 100%;
    min-height: 46px;
    margin: 6px 0 14px;
    padding: 11px 13px;
    border: 1px solid #cfd8e3;
    border-radius: 7px;
    color: #111;
    background: #fff;
    font-size: 16px;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.zipper-public-page textarea {
    min-height: 116px;
    resize: vertical;
}

.zipper-public-page input[type="text"]:focus,
.zipper-public-page input[type="password"]:focus,
.zipper-public-page textarea:focus,
.zipper-public-page select:focus {
    border-color: #d62027;
    box-shadow: 0 0 0 3px rgba(214, 32, 39, 0.12);
    outline: 0;
}

.zipper-public-page input[type="submit"],
.zipper-public-page .button,
.zipper-public-page a.button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 8px 10px 8px 0;
    padding: 12px 18px;
    border: 1px solid #d62027;
    border-radius: 7px;
    color: #fff;
    background: #d62027;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.zipper-public-page input[type="submit"]:hover,
.zipper-public-page .button:hover,
.zipper-public-page a.button:hover {
    border-color: #b9151b;
    background: #b9151b;
    text-decoration: none;
}

.zipper-public-page form > a,
.zipper-public-page form p a,
.zipper-public-page .content > p a {
    color: #111;
    font-size: 15px;
    font-weight: 760;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.zipper-public-page h3 {
    margin: 0 0 18px;
    color: #111;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.zipper-public-page .error,
.zipper-public-page .missing,
.zipper-public-page .note,
.zipper-public-page .adminmessage {
    margin: 0 0 16px;
    padding: 12px 14px;
    border: 1px solid #f0c7ca;
    border-radius: 7px;
    color: #86151a;
    background: #fff5f5;
    font-size: 14px;
}

.zipper-public-page .required,
.zipper-public-page span.required,
.zipper-public-page div.required {
    color: #d62027;
}

.zipper-public-page .poweredby,
.zipper-public-page img[src*="power-phplist"] {
    display: none !important;
}

.zipper-public-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 22px 0 30px;
    color: #65717d;
    font-size: 13px;
}

.zipper-public-footer span {
    color: #111;
    font-weight: 800;
}

.zipper-public-footer a {
    color: #65717d;
    text-decoration: none;
}

.zipper-public-footer a:hover {
    color: #d62027;
    text-decoration: underline;
}

@media (max-width: 720px) {
    .zipper-shell {
        width: min(100% - 22px, 1040px);
    }

    .zipper-public-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .zipper-language-nav {
        justify-content: flex-start;
    }

    .zipper-card-head,
    .zipper-card-body {
        padding-left: 22px;
        padding-right: 22px;
    }

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

    .zipper-language-panel {
        grid-template-columns: 1fr;
    }
}
