.hepo-os-shell {
    max-width: 1120px;
    margin: 0 auto;
    padding: 24px clamp(24px, 5vw, 72px) 48px;
}

.hepo-os-hero,
.hepo-os-section {
    background: #fff;
    border: 1px solid #d7dde4;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 22px;
}

.hepo-os-hero {
    align-items: center;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    grid-template-areas:
        "open copy"
        "plant copy";
    gap: 26px;
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
}

.hepo-os-hero img {
    width: 100%;
    height: auto;
}

.hepo-os-hero-open-logo {
    grid-area: open;
}

.hepo-os-hero-copy {
    grid-area: copy;
}

.hepo-os-hero-plant-logo {
    display: block;
    grid-area: plant;
    justify-self: center;
    max-width: 190px;
}

.hepo-os-hero h1,
.hepo-os-section h1 {
    margin-top: 0;
}

.hepo-os-kicker {
    color: #005c8d;
    font-weight: 700;
}

.hepo-os-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.hepo-os-header strong,
.hepo-os-header span {
    display: block;
}

.hepo-os-header span {
    color: #667085;
    font-size: 14px;
}

.hepo-os-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.hepo-os-nav a {
    background: #eef2f7;
    border-radius: 999px;
    color: #1f2933;
    padding: 9px 13px;
    text-decoration: none;
}

.hepo-os-nav a.is-active {
    background: #005c8d;
    color: #fff;
}

.hepo-os-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hepo-os-autofill-trap {
    height: 0;
    left: -9999px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.hepo-os-signup-section {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.hepo-os-signup-form {
    max-width: 680px;
}

.hepo-os-signup-head {
    margin-bottom: 10px;
    text-align: center;
}

.hepo-os-signup-head h2 {
    margin-bottom: 0;
}

.hepo-os-login-link {
    color: #b42318;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hepo-os-signup-intro {
    margin-bottom: 24px;
}

.hepo-os-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
}

.hepo-os-grid-compact {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-width: 680px;
}

.hepo-os-field-wide {
    grid-column: span 2;
}

.hepo-os-field-small {
    max-width: 180px;
}

.hepo-os-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-weight: 600;
}

.hepo-os-field input,
.hepo-os-field textarea {
    border: 1px solid #cfd5dc;
    border-radius: 6px;
    box-sizing: border-box;
    min-height: 40px;
    padding: 8px 10px;
    width: 100%;
}

.hepo-os-field input.is-invalid,
.hepo-os-field textarea.is-invalid,
.hepo-os-check.is-invalid {
    border-color: #b42318;
    box-shadow: 0 0 0 1px #b42318;
}

.hepo-os-check.is-invalid {
    border: 1px solid #b42318;
    border-radius: 6px;
    padding: 10px;
}

.hepo-os-field textarea {
    min-height: 260px;
}

.hepo-os-help {
    color: #667085;
    font-size: 13px;
    font-weight: 400;
}

.hepo-os-character-message {
    color: #8a1f2a;
    font-weight: 600;
}

.hepo-os-required {
    color: #b42318;
}

.hepo-os-required-note {
    color: #667085;
    display: block;
    font-size: 12px;
}

.hepo-os-address-block,
.hepo-os-password-block {
    border-top: 1px solid #e3e8ee;
    margin-top: 2px;
    max-width: 680px;
    padding-top: 18px;
}

.hepo-os-info-link {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    box-shadow: none;
    color: #111827;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    font-weight: 600;
    line-height: 1.35;
    margin: 6px 0 16px;
    padding: 0;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hepo-os-info-link:hover,
.hepo-os-info-link:focus {
    background: none;
    color: #111827;
    outline-offset: 3px;
}

.hepo-os-block-tip {
    background: #fff;
    border: 1px solid #d7dde4;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
    color: #111827;
    display: none;
    line-height: 1.5;
    margin: 10px 0 16px;
    max-width: 640px;
    padding: 14px 16px;
}

.hepo-os-block-tip p {
    margin: 0 0 10px;
}

.hepo-os-block-tip p:last-child {
    margin-bottom: 0;
}

.hepo-os-block-tip a {
    color: #111827;
    font-weight: 700;
}

.hepo-os-block-tip.is-visible {
    display: block;
}

.hepo-os-password-wrap {
    display: block;
    position: relative;
}

.hepo-os-password-wrap input {
    padding-right: 44px;
}

.hepo-os-password-wrap .hepo-os-password-toggle {
    -webkit-appearance: none;
    align-items: center;
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #8a94a6 !important;
    cursor: pointer;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    line-height: 0;
    margin: 0;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    right: 8px;
    text-shadow: none;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
}

.hepo-os-password-wrap .hepo-os-password-toggle:focus {
    background: transparent !important;
    outline-offset: 3px;
}

.hepo-os-password-wrap .hepo-os-password-toggle.is-visible {
    color: #111827 !important;
}

.hepo-os-password-wrap .hepo-os-password-toggle svg {
    fill: none;
    height: 21px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 21px;
}

.hepo-os-password-meter {
    border-radius: 999px;
    color: #111827;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
    max-width: max-content;
    padding: 5px 12px;
}

.hepo-os-password-meter.is-empty {
    display: none;
}

.hepo-os-password-meter.is-weak {
    background: #fdecec;
    color: #8a1f1f;
}

.hepo-os-password-meter.is-medium {
    background: #fff4cc;
    color: #7a4b00;
}

.hepo-os-password-meter.is-strong {
    background: #e7f7ed;
    color: #1d5e2e;
}

.hepo-os-signup-form > .button.button-primary {
    align-self: flex-start;
    max-width: 100%;
    white-space: normal;
    width: auto;
}

.hepo-os-check {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    font-weight: 500;
    line-height: 1.45;
}

.hepo-os-check input[type="checkbox"] {
    flex: 0 0 auto;
    height: 20px;
    margin: 2px 0 0;
    vertical-align: middle;
    width: 20px;
}

.hepo-os-check-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hepo-os-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hepo-os-terms {
    background: #f6f9fc;
    border: 1px solid #d7dde4;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 16px;
}

.hepo-os-terms h2 {
    margin-top: 0;
}

.hepo-os-table {
    border-collapse: collapse;
    width: 100%;
}

.hepo-os-table th,
.hepo-os-table td {
    border-bottom: 1px solid #e3e8ee;
    padding: 10px 8px;
    text-align: left;
    vertical-align: top;
}

.hepo-os-status-note {
    color: #b42318;
    font-size: 13px;
    margin-top: 6px;
}

.hepo-os-media-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.hepo-os-media-search {
    align-items: end;
    background: #f8fafc;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(220px, 1fr) auto;
    margin: 0 0 18px;
    padding: 14px;
}

.hepo-os-media-search .hepo-os-field {
    margin: 0;
}

.hepo-os-media-card {
    background: #fafbfd;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
}

.hepo-os-media-card img,
.hepo-os-selected-image img {
    border-radius: 8px;
    display: block;
    height: auto;
    width: 100%;
}

.hepo-os-media-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.hepo-os-selected-image {
    background: #fafbfd;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    margin-top: 10px;
    max-width: 620px;
    padding: 12px;
}

.hepo-os-selected-image strong {
    display: block;
    margin-top: 8px;
}

.hepo-os-selected-image p {
    color: #667085;
    margin: 5px 0 0;
}

.hepo-os-notice {
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 14px 16px;
}

.hepo-os-notice.is-success {
    background: #e7f7ed;
    color: #1d5e2e;
}

.hepo-os-notice.is-error {
    background: #fdecec;
    color: #8a1f1f;
}

.hepo-os-tip {
    background: #005c8d;
    border-radius: 50%;
    color: #fff;
    cursor: help;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    line-height: 20px;
    margin-left: 4px;
    position: relative;
    vertical-align: middle;
    width: 20px;
}

.hepo-os-tip:hover::after,
.hepo-os-tip:focus::after {
    background: #1f2933;
    border-radius: 8px;
    bottom: 28px;
    color: #fff;
    content: attr(aria-label);
    font-size: 13px;
    font-weight: 400;
    left: 50%;
    line-height: 1.4;
    max-width: min(360px, 80vw);
    padding: 10px 12px;
    position: absolute;
    transform: translateX(-50%);
    width: max-content;
    z-index: 10;
}

.hepo-os-data-list {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 10px 16px;
}

.hepo-os-data-list dt {
    color: #667085;
    font-weight: 700;
}

.hepo-os-data-list dd {
    margin: 0;
}

.hepo-os-danger {
    background: #fff6f6;
    border: 1px solid #f2c7c7;
    border-radius: 8px;
    margin-top: 24px;
    padding: 16px;
}

.hepo-os-danger-button {
    border-color: #b42318;
    color: #b42318;
}

.hepo-os-narrow {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.hepo-os-login-link {
    margin-bottom: 0;
}

.hepo-os-info-links {
    background: #f8fafc;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    margin: 18px auto 0;
    max-width: 820px;
    padding: 16px;
}

.hepo-os-info-links-title {
    color: #344054;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.hepo-os-info-links-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hepo-os-info-links a {
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    color: #1d2939;
    display: block;
    font-size: 14px;
    padding: 12px 14px;
    text-decoration: none;
}

.hepo-os-info-links a:hover {
    border-color: #b42318;
    color: #b42318;
}

.hepo-os-info-links strong {
    display: block;
    font-size: 15px;
    line-height: 1.35;
}

.hepo-os-info-links span {
    color: #667085;
    display: block;
    line-height: 1.45;
    margin-top: 3px;
}

.hepo-os-legal,
.hepo-os-faq {
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
}

.hepo-os-legal h2 {
    color: #005c8d;
    font-size: 20px;
}

.hepo-os-legal h3 {
    border-top: 1px solid #e3e8ee;
    font-size: 18px;
    margin: 26px 0 10px;
    padding-top: 18px;
}

.hepo-os-faq > p {
    background: #f8fafc;
    border-left: 4px solid #b42318;
    border-radius: 8px;
    color: #344054;
    margin-bottom: 18px;
    padding: 14px 16px;
}

.hepo-os-faq-item {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
}

.hepo-os-faq-item summary {
    align-items: center;
    color: #1d2939;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    gap: 16px;
    justify-content: space-between;
    line-height: 1.45;
    list-style: none;
    padding: 16px 18px;
}

.hepo-os-faq-item summary::-webkit-details-marker {
    display: none;
}

.hepo-os-faq-item summary::after {
    align-items: center;
    background: #f2f4f7;
    border-radius: 999px;
    color: #667085;
    content: "+";
    display: inline-flex;
    flex: 0 0 24px;
    font-size: 18px;
    height: 24px;
    justify-content: center;
    line-height: 1;
    width: 24px;
}

.hepo-os-faq-item[open] summary {
    border-bottom: 1px solid #e3e8ee;
    color: #b42318;
}

.hepo-os-faq-item[open] summary::after {
    background: #fff1f0;
    color: #b42318;
    content: "−";
}

.hepo-os-faq-item div {
    color: #344054;
    padding: 14px 18px 18px;
}

.hepo-os-faq-item div p {
    margin: 0 0 10px;
}

.hepo-os-faq-item div p:last-child {
    margin-bottom: 0;
}

.hepo-os-honeypot {
    height: 0;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

@media (max-width: 720px) {
    .hepo-os-hero,
    .hepo-os-grid {
        grid-template-columns: 1fr;
    }

    .hepo-os-hero {
        grid-template-areas:
            "open"
            "copy"
            "plant";
        justify-items: stretch;
    }

    .hepo-os-hero img {
        max-width: 240px;
    }

    .hepo-os-hero-open-logo,
    .hepo-os-hero-plant-logo {
        justify-self: center;
    }

    .hepo-os-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .hepo-os-nav {
        justify-content: flex-start;
    }

    .hepo-os-actions .button {
        width: 100%;
    }

    .hepo-os-signup-form > .button.button-primary {
        align-self: stretch;
        width: 100%;
    }

    .hepo-os-info-links-grid {
        grid-template-columns: 1fr;
    }

    .hepo-os-data-list {
        grid-template-columns: 1fr;
    }

    .hepo-os-media-search {
        grid-template-columns: 1fr;
    }

    .hepo-os-media-search .button {
        width: 100%;
    }

    .hepo-os-shell {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hepo-os-field-wide {
        grid-column: auto;
    }

    .hepo-os-field-small {
        max-width: none;
    }

    .hepo-os-password-wrap input {
        padding-right: 44px;
    }
}

/* HASEPOST mitgeschrieben 1.0 */
:root {
    --hmg-ink: #111214;
    --hmg-muted: #667085;
    --hmg-line: #e4e7ec;
    --hmg-paper: #ffffff;
    --hmg-soft: #f5f7fa;
    --hmg-red: #df142b;
    --hmg-red-dark: #b80f21;
    --hmg-blue: #168fb9;
}

.hepo-os-shell {
    box-sizing: border-box;
    color: var(--hmg-ink);
    font-family: inherit;
    min-width: 0;
    width: 100%;
}

.hepo-os-shell *,
.hepo-os-shell *::before,
.hepo-os-shell *::after {
    box-sizing: border-box;
}

.hepo-os-shell [hidden] {
    display: none !important;
}

.hepo-os-shell--welcome {
    max-width: 1180px;
    padding: 28px 16px 64px;
}

.hepo-os-welcome {
    background: linear-gradient(180deg, #eef8ff 0%, #dff0ff 100%);
    border: 1px solid #bfdcf1;
    border-radius: 30px;
    box-shadow: 0 28px 80px rgba(17, 116, 184, 0.1);
    color: #173b57;
    display: grid;
    gap: clamp(36px, 6vw, 76px);
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.75fr);
    overflow: hidden;
    padding: clamp(34px, 6vw, 72px);
    position: relative;
}

.hepo-os-welcome::after {
    border: 1px solid rgba(17, 116, 184, 0.16);
    border-radius: 50%;
    content: "";
    height: 280px;
    left: -170px;
    position: absolute;
    top: 42%;
    width: 280px;
}

.hepo-os-welcome-copy,
.hepo-os-access-card {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.hepo-os-eyebrow {
    color: var(--hmg-blue);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.hepo-os-welcome .hepo-os-eyebrow {
    color: #1174b8;
}

.hepo-os-welcome-logo {
    background: #fff;
    border-radius: 14px;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 0 34px;
    max-width: 380px;
    padding: 14px 18px;
    width: min(100%, 380px);
}

.hepo-os-welcome h1 {
    color: #0f4c75;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 850;
    letter-spacing: -0.055em;
    line-height: 0.98;
    margin: 0 0 22px;
}

.hepo-os-welcome-lead {
    color: #173b57;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
    margin: 0;
    max-width: 650px;
}

.hepo-os-benefits {
    border-top: 1px solid #bfdcf1;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 42px;
    padding-top: 26px;
}

.hepo-os-benefits div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.hepo-os-benefits strong {
    color: #1174b8;
    font-size: 13px;
    letter-spacing: 0.08em;
}

.hepo-os-benefits span {
    color: #173b57;
    font-size: 13px;
    line-height: 1.45;
}

.hepo-os-access-card,
.hepo-os-auth-card,
.hepo-os-profile-card {
    background: var(--hmg-paper);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 22px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
    color: var(--hmg-ink);
    padding: clamp(26px, 4vw, 40px);
}

.hepo-os-access-card {
    align-self: center;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

.hepo-os-step {
    background: #fce8eb;
    border-radius: 999px;
    color: var(--hmg-red-dark);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 22px;
    padding: 7px 11px;
}

.hepo-os-access-card h2,
.hepo-os-auth-card h1,
.hepo-os-profile-card h1,
.hepo-os-promise h2 {
    color: var(--hmg-ink);
    font-size: clamp(27px, 3vw, 39px);
    letter-spacing: -0.035em;
    line-height: 1.12;
    margin: 0 0 14px;
}

.hepo-os-access-card > p,
.hepo-os-auth-card > p,
.hepo-os-profile-heading p,
.hepo-os-promise p {
    color: var(--hmg-muted);
    line-height: 1.65;
}

.hepo-os-access-form {
    margin-top: 26px;
    min-width: 0;
}

.hepo-os-ajax-status {
    align-items: flex-start;
    border: 1px solid transparent;
    border-radius: 10px;
    display: grid;
    font-size: 13px;
    gap: 3px 10px;
    grid-template-columns: auto minmax(0, 1fr);
    line-height: 1.45;
    margin: 18px 0 0;
    min-width: 0;
    padding: 12px 14px;
    text-align: left;
}

.hepo-os-ajax-status strong,
.hepo-os-ajax-status > span:not(.hepo-os-spinner) {
    grid-column: 2;
}

.hepo-os-ajax-status.is-loading {
    background: #eef8ff;
    border-color: #bfdcf1;
    color: #0f4c75;
}

.hepo-os-ajax-status.is-success {
    background: #e9f8ee;
    border-color: #b9e3c8;
    color: #146c3b;
}

.hepo-os-ajax-status.is-error {
    background: #fff0f1;
    border-color: #f2c2c8;
    color: #8a1f2a;
}

.hepo-os-spinner {
    animation: hmg-spin 700ms linear infinite;
    border: 2px solid rgba(15, 76, 117, 0.24);
    border-radius: 50%;
    border-top-color: #0f4c75;
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 18px;
    margin-top: 1px;
    width: 18px;
}

@keyframes hmg-spin {
    to {
        transform: rotate(360deg);
    }
}

.hepo-os-primary-button.is-busy {
    cursor: wait;
    justify-content: center;
    opacity: 0.82;
}

.hepo-os-inline-code,
.hepo-os-inline-code form,
.hepo-os-inline-code fieldset {
    margin-inline: 0;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

.hepo-os-inline-code > p {
    color: var(--hmg-muted);
    line-height: 1.65;
}

.hepo-os-code-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    justify-content: center;
    margin-top: 4px;
}

.hepo-os-field > span:first-child,
.hepo-os-code-form legend {
    color: #344054;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.01em;
}

.hepo-os-field input,
.hepo-os-field textarea {
    background: #fff;
    border: 1px solid #cfd4dc;
    border-radius: 10px;
    box-shadow: none;
    color: var(--hmg-ink);
    font-size: 16px;
    min-height: 50px;
    outline: none;
    padding: 11px 13px;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.hepo-os-field input:focus,
.hepo-os-field textarea:focus {
    border-color: var(--hmg-blue);
    box-shadow: 0 0 0 4px rgba(22, 143, 185, 0.12);
}

.hepo-os-primary-button.button,
.hepo-os-primary-button.button.button-primary {
    align-items: center;
    background: var(--hmg-red) !important;
    border: 0 !important;
    border-radius: 10px;
    box-shadow: 0 9px 24px rgba(223, 20, 43, 0.24);
    color: #fff !important;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 12px;
    justify-content: space-between;
    min-height: 50px;
    padding: 12px 17px;
    text-shadow: none;
}

.hepo-os-primary-button.button:hover,
.hepo-os-primary-button.button:focus {
    background: var(--hmg-red-dark) !important;
    transform: translateY(-1px);
}

.hepo-os-access-note {
    border-top: 1px solid var(--hmg-line);
    color: var(--hmg-muted) !important;
    font-size: 12px;
    margin: 24px 0 0;
    padding-top: 18px;
}

.hepo-os-promise {
    align-items: center;
    background: var(--hmg-soft);
    border: 1px solid var(--hmg-line);
    border-radius: 24px;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) 180px;
    margin-top: 26px;
    padding: clamp(30px, 5vw, 58px);
}

.hepo-os-promise h2 {
    max-width: 680px;
}

.hepo-os-promise p {
    margin-bottom: 0;
    max-width: 720px;
}

.hepo-os-promise a {
    background: #fff;
    border: 1px solid var(--hmg-line);
    border-radius: 18px;
    display: block;
    padding: 24px;
}

.hepo-os-promise img {
    display: block;
    height: auto;
    width: 100%;
}

.hepo-os-shell--auth {
    max-width: 900px;
    padding: 38px 16px 70px;
}

.hepo-os-auth-card {
    box-shadow: 0 22px 70px rgba(16, 24, 40, 0.12);
    margin: 0 auto;
    max-width: 520px;
    text-align: center;
}

.hepo-os-auth-logo {
    display: block;
    height: auto;
    margin: 0 auto 28px;
    max-width: 300px;
    width: 80%;
}

.hepo-os-code-form {
    margin: 28px 0 18px;
}

.hepo-os-code-form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.hepo-os-code-form legend {
    margin-bottom: 12px;
    text-align: left;
    width: 100%;
}

.hepo-os-code-digits {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

.hepo-os-code-digits input {
    appearance: textfield;
    border: 1px solid #cfd4dc;
    border-radius: 10px;
    box-sizing: border-box;
    color: var(--hmg-ink);
    font-size: 26px;
    font-weight: 800;
    height: 58px;
    min-width: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.hepo-os-code-digits input:focus {
    border-color: var(--hmg-blue);
    box-shadow: 0 0 0 4px rgba(22, 143, 185, 0.12);
    outline: none;
}

.hepo-os-resend-form {
    margin: 0 0 12px;
}

.hepo-os-text-button {
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--hmg-red-dark);
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    padding: 4px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hepo-os-back-link {
    color: var(--hmg-muted);
    font-size: 13px;
}

.hepo-os-profile-card {
    box-shadow: 0 22px 70px rgba(16, 24, 40, 0.12);
}

.hepo-os-profile-heading {
    align-items: end;
    border-bottom: 1px solid var(--hmg-line);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 28px;
    padding-bottom: 26px;
}

.hepo-os-verified-email {
    background: #e9f8ee;
    border-radius: 999px;
    color: #146c3b;
    font-size: 12px;
    font-weight: 750;
    padding: 8px 12px;
    white-space: nowrap;
}

.hepo-os-profile-form .hepo-os-grid {
    grid-template-columns: 1.6fr 0.8fr;
}

.hepo-os-privacy-box {
    border-top: 1px solid var(--hmg-line);
    padding-top: 12px;
}

.hepo-os-profile-form .hepo-os-check {
    background: var(--hmg-soft);
    border: 1px solid var(--hmg-line);
    border-radius: 12px;
    font-size: 13px;
    padding: 14px;
}

.hepo-os-header {
    background: linear-gradient(180deg, #eef8ff 0%, #dff0ff 100%);
    border: 1px solid #bfdcf1;
    border-radius: 18px;
    color: #0f4c75;
    padding: 18px 22px;
}

.hepo-os-header span {
    color: #173b57;
}

.hepo-os-nav a {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #bfdcf1;
    color: #0f4c75;
}

.hepo-os-nav a.is-active {
    background: var(--hmg-red);
}

.hepo-os-section,
.hepo-os-legal,
.hepo-os-faq {
    border-color: var(--hmg-line);
    border-radius: 16px;
}

.hepo-os-info-links {
    background: transparent;
    border: 0;
    margin-top: 26px;
    max-width: none;
    padding: 0;
}

.hepo-os-info-links a {
    border-radius: 14px;
    transition: border-color 160ms ease, transform 160ms ease;
}

.hepo-os-info-links a:hover {
    border-color: var(--hmg-red);
    transform: translateY(-2px);
}

@media (max-width: 880px) {
    .hepo-os-welcome {
        grid-template-columns: 1fr;
    }

    .hepo-os-access-card {
        max-width: 560px;
    }

    .hepo-os-profile-heading {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .hepo-os-verified-email {
        justify-self: start;
    }
}

@media (max-width: 620px) {
    .hepo-os-shell--welcome,
    .hepo-os-shell--auth {
        inline-size: min(100%, calc(100vw - 20px));
        margin-left: auto;
        margin-right: auto;
        max-inline-size: calc(100vw - 20px);
        min-width: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hepo-os-welcome {
        border-radius: 20px;
        max-inline-size: 100%;
        min-width: 0;
        padding: 28px 20px;
        width: 100%;
    }

    .hepo-os-welcome-logo {
        margin-bottom: 26px;
    }

    .hepo-os-benefits {
        grid-template-columns: 1fr;
    }

    .hepo-os-benefits div {
        flex-direction: row;
    }

    .hepo-os-promise {
        grid-template-columns: 1fr;
    }

    .hepo-os-promise a {
        max-width: 150px;
    }

    .hepo-os-access-card,
    .hepo-os-auth-card,
    .hepo-os-profile-card {
        border-radius: 16px;
        max-inline-size: 100%;
        min-width: 0;
        padding: 24px 18px;
        width: 100%;
    }

    .hepo-os-code-digits {
        gap: clamp(3px, 1.3vw, 5px);
    }

    .hepo-os-code-digits input {
        border-radius: 8px;
        font-size: clamp(18px, 6vw, 22px);
        height: clamp(44px, 14vw, 52px);
        min-width: 0;
    }

    .hepo-os-primary-button.button,
    .hepo-os-primary-button.button.button-primary {
        max-width: 100%;
        width: 100%;
    }

    .hepo-os-profile-form .hepo-os-grid {
        grid-template-columns: 1fr;
    }
}

.hasepost-mitgeschrieben-page .entry-title,
.hasepost-mitgeschrieben-page .page-title,
.hasepost-mitgeschrieben-page .td-page-title,
.hasepost-mitgeschrieben-page .penci-page-header {
    display: none;
}

/* HASEPOST mitgeschrieben: Sicherheits- und GUI-Überarbeitung */
.hepo-os-shell .button,
.hepo-os-shell a.button,
.hepo-os-shell button.button {
    -webkit-appearance: none;
    align-items: center;
    appearance: none;
    background: #fff;
    border: 1px solid #344054;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
    color: #1d2939;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.25;
    min-height: 46px;
    padding: 11px 16px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none;
    transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, color 150ms ease, transform 150ms ease;
    white-space: normal;
}

.hepo-os-shell .button:hover,
.hepo-os-shell .button:focus-visible {
    background: #f8fafc;
    border-color: #101828;
    box-shadow: 0 0 0 3px rgba(22, 143, 185, 0.14);
    color: #101828;
    text-decoration: none !important;
    transform: translateY(-1px);
}

.hepo-os-shell .button.button-primary,
.hepo-os-shell .button.hepo-os-primary-button,
.hepo-os-shell .button.hepo-os-submit-primary {
    background: var(--hmg-red) !important;
    border: 1px solid var(--hmg-red) !important;
    box-shadow: 0 8px 20px rgba(223, 20, 43, 0.2);
    color: #fff !important;
}

.hepo-os-shell .button.button-primary:hover,
.hepo-os-shell .button.button-primary:focus-visible,
.hepo-os-shell .button.hepo-os-primary-button:hover,
.hepo-os-shell .button.hepo-os-primary-button:focus-visible,
.hepo-os-shell .button.hepo-os-submit-primary:hover,
.hepo-os-shell .button.hepo-os-submit-primary:focus-visible {
    background: var(--hmg-red-dark) !important;
    border-color: var(--hmg-red-dark) !important;
    color: #fff !important;
}

.hepo-os-shell .button:disabled {
    cursor: not-allowed;
    opacity: 0.58;
    transform: none;
}

.hepo-os-code-actions {
    gap: 10px;
    margin-top: 16px;
}

.hepo-os-resend-form {
    margin: 16px 0 10px;
}

.hepo-os-back-link.button {
    margin-top: 0;
}

.hepo-os-actions {
    align-items: stretch;
    border-top: 1px solid var(--hmg-line);
    gap: 12px;
    margin-top: 8px;
    padding-top: 20px;
}

.hepo-os-actions .hepo-os-submit-primary {
    min-width: 230px;
}

.hepo-os-check-row {
    align-items: flex-start;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.hepo-os-check-row .hepo-os-check,
.hepo-os-delete-check {
    margin: 0;
    min-width: 0;
}

.hepo-os-check input[type="checkbox"] {
    appearance: auto;
    flex: 0 0 18px;
    height: 18px;
    margin: 2px 0 0;
    min-height: 18px;
    padding: 0;
    width: 18px;
}

.hepo-os-check > span {
    min-width: 0;
}

.hepo-os-license-row {
    background: #f8fafc;
    border: 1px solid #d9e2ec;
    border-radius: 12px;
    padding: 14px;
}

.hepo-os-license-row a {
    font-weight: 750;
}

.hepo-os-danger-form {
    border-top: 1px solid #efc6c6;
    margin-top: 18px;
    padding-top: 18px;
}

.hepo-os-shell .hepo-os-danger-form .button.hepo-os-danger-button {
    background: #fff;
    border-color: #b42318;
    color: #b42318;
    margin-top: 16px;
}

.hepo-os-shell .hepo-os-danger-form .button.hepo-os-danger-button:hover,
.hepo-os-shell .hepo-os-danger-form .button.hepo-os-danger-button:focus-visible {
    background: #b42318;
    border-color: #b42318;
    color: #fff;
}

.hepo-os-info {
    display: inline-flex;
    flex: 0 0 auto;
    line-height: 1;
    position: relative;
    vertical-align: middle;
}

.hepo-os-info-button {
    -webkit-appearance: none;
    align-items: center;
    appearance: none;
    background: #fff;
    border: 1px solid #6d7074;
    border-radius: 50%;
    box-shadow: none;
    color: #5a5f64;
    cursor: help;
    display: inline-flex;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    line-height: 1;
    min-height: 18px;
    min-width: 18px;
    padding: 0;
    text-transform: none;
    width: 18px;
}

.hepo-os-info-button:focus-visible {
    outline: 3px solid rgba(0, 70, 120, 0.28);
    outline-offset: 3px;
}

.hepo-os-tooltip {
    background: #fff;
    border: 1px solid #d7dde6;
    border-radius: 3px;
    bottom: calc(100% + 11px);
    box-shadow: 0 12px 30px rgba(5, 35, 62, 0.18);
    color: #043b66;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    opacity: 0;
    overflow-wrap: anywhere;
    padding: 11px 13px;
    pointer-events: none;
    position: absolute;
    right: -8px;
    text-align: left;
    transform: translateY(4px);
    transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
    visibility: hidden;
    width: min(340px, calc(100vw - 36px));
    z-index: 40;
}

.hepo-os-tooltip::before,
.hepo-os-tooltip::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    right: 7px;
    top: 100%;
}

.hepo-os-tooltip::before {
    border-top: 11px solid #d7dde6;
}

.hepo-os-tooltip::after {
    border-top: 10px solid #fff;
    margin-top: -1px;
}

.hepo-os-info:hover .hepo-os-tooltip,
.hepo-os-info:focus-within .hepo-os-tooltip,
.hepo-os-info.is-open .hepo-os-tooltip {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.hepo-os-media-search {
    align-items: center;
    background: transparent;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: none;
    margin: 0 0 16px;
    padding: 0;
}

.hepo-os-media-search input[type="search"] {
    flex: 1 1 280px;
    max-width: 40ch;
    min-height: 46px;
    min-width: 220px;
}

.hepo-os-media-search .hepo-os-character-message {
    flex: 1 0 100%;
}

.hepo-os-media-grid {
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.hepo-os-media-grid.is-single {
    max-width: 600px;
}

.hepo-os-media-card {
    background: #fafbfd;
    border: 1px solid #d9e2ec;
    border-radius: 12px;
    cursor: pointer;
    gap: 8px;
    padding: 10px;
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.hepo-os-media-card:hover,
.hepo-os-media-card:focus-within {
    border-color: var(--hmg-blue);
    box-shadow: 0 0 0 3px rgba(22, 143, 185, 0.12);
    transform: translateY(-1px);
}

.hepo-os-media-card:has(input[type="radio"]:checked) {
    border-color: var(--hmg-red);
    box-shadow: 0 0 0 3px rgba(223, 20, 43, 0.12);
}

.hepo-os-media-card input[type="radio"] {
    margin: 0;
}

.hepo-os-media-card img,
.hepo-os-selected-image img {
    border-radius: 10px;
}

.hepo-os-selected-image {
    border-radius: 12px;
    margin-top: 12px;
}

.hepo-os-selected-image img {
    max-width: 600px;
}

.hepo-os-media-pagination {
    justify-content: space-between;
    margin-top: 16px;
}

.hepo-os-media-page-link {
    font-size: 15px;
}

[data-hepo-os-count].is-near-limit {
    color: #9a6700;
    font-weight: 700;
}

[data-hepo-os-count].is-at-limit {
    color: #b42318;
}

@media (max-width: 620px) {
    .hepo-os-code-actions,
    .hepo-os-actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .hepo-os-code-actions .button,
    .hepo-os-actions .button,
    .hepo-os-danger-form .button,
    .hepo-os-resend-form .button,
    .hepo-os-back-link.button {
        width: 100%;
    }

    .hepo-os-media-search {
        align-items: stretch;
        flex-direction: column;
    }

    .hepo-os-media-search input[type="search"],
    .hepo-os-media-search .button {
        flex: 1 1 auto;
        max-width: none;
        min-width: 0;
        width: 100%;
    }

    .hepo-os-check-row {
        gap: 8px;
    }
}
