body { font-family: 'Segoe UI', Arial, sans-serif; margin: 0; padding: 0; background: #f5f7fb; color: #0f172a; min-height: 100%; overflow-x: hidden; }
h1 { margin-bottom: 1rem; }
a { color: #2563eb; }
.hidden,
.modal-template { display: none !important; }
body.cookie-blocked { overflow: hidden; }

.success-banner {
    background: linear-gradient(135deg, rgba(22, 223, 241, 0.15), rgba(6, 23, 43, 0.12));
    border: 1px solid rgba(6, 23, 43, 0.08);
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 12px 24px rgba(6, 23, 43, 0.08);
}

.success-eyebrow {
    margin: 0 0 6px 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
    color: #0f3156;
    font-weight: 700;
}

.success-title {
    margin: 0 0 8px 0;
    font-size: 22px;
    color: #06172B;
}

.success-copy {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #0f172a;
}

.bg-muzino {
    padding: 0;
    position: relative;
    background: transparent;
}

.cookie-consent {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
    background: rgba(6, 23, 43, 0.48);
    z-index: 1200;
}

.cookie-consent.cookie-consent--hidden {
    display: none;
}

.cookie-consent-card {
    width: min(100%, 640px);
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 24px 48px rgba(6, 23, 43, 0.22);
}

.cookie-consent-card h3 {
    margin: 0 0 10px;
    color: #06172b;
    font-size: 24px;
}

.cookie-consent-card p {
    margin: 0 0 12px;
    color: #25466d;
    line-height: 1.6;
}

.cookie-consent-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.cookie-consent-link {
    background: none;
    border: 0;
    padding: 0;
    color: #0f3156;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.cookie-consent-link--prefs {
    margin: 4px 0 12px;
}

.cookie-consent-preferences {
    display: none;
    margin: 0 0 12px;
    padding: 14px;
    border-radius: 14px;
    background: #eff4f8;
}

.cookie-consent-preferences.is-visible {
    display: block;
}

.cookie-consent-option {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #0f3156;
    margin-bottom: 12px;
}

.cookie-consent-option input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.cookie-consent-message {
    min-height: 20px;
    color: #a53b30;
}

.cookie-consent-actions {
    display: flex;
    justify-content: flex-end;
}

.cookie-consent-button {
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 700;
    cursor: pointer;
}

.cookie-consent-button--primary {
    background: #ff856f;
    color: #06172b;
}

.cookie-consent-button--secondary {
    background: #dce6ef;
    color: #0f3156;
}

.legal-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(6, 23, 43, 0.6);
    z-index: 1300;
}

.legal-modal.hidden {
    display: none;
}

.legal-modal-content {
    width: min(100%, 760px);
    max-height: min(90vh, 900px);
    overflow: auto;
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    position: relative;
    box-shadow: 0 24px 48px rgba(6, 23, 43, 0.25);
}

#legal-modal-body {
    color: #0f3156;
    line-height: 1.65;
}

#legal-modal-body h3,
#legal-modal-body h4 {
    color: #06172b;
}

.legal-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: #eff4f8;
    color: #0f3156;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .cookie-consent {
        padding: 12px;
    }

    .cookie-consent-card,
    .legal-modal-content {
        border-radius: 16px;
        padding: 20px;
    }

    .cookie-consent-actions {
        justify-content: stretch;
    }

    .cookie-consent-button {
        width: 100%;
    }
}

.bg-muzino::before {
    content: '';
    position: fixed;
    inset: 0;
        background:
            linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
            url('/img/muzino-bg-landscape.jpg') center center / cover no-repeat;
    z-index: -1;
    pointer-events: none;
    transform: translateZ(0);
}

@media (orientation: portrait) {
    .bg-muzino::before {
        background:
            linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
            url('/img/muzino-bg-portrait.jpg') center center / cover no-repeat;
    }
}

.info-page {
    max-width: 920px;
    margin: 0 auto;
    padding: 36px 20px 60px;
    box-sizing: border-box;
}

.info-page h1 {
    font-size: 32px;
    margin: 0 0 16px;
    color: #06172B;
}

.info-page h2 {
    margin: 18px 0 8px;
    font-size: 20px;
    color: #06172B;
}

.info-page p,
.info-page li {
    font-size: 16px;
    line-height: 1.6;
    color: #0f172a;
}

.info-page ul,
.info-page ol {
    padding-left: 20px;
    margin: 0 0 12px;
}

.marketing-body {
    margin: 0;
    padding: 0;
    color: #0f172a;
    font-family: 'Poppins', Arial, sans-serif;
    background: #f5f7fb;
}

.marketing-body h1,
.marketing-body h2,
.marketing-body h3 {
    margin: 0 0 0.7rem;
}

.marketing-body p {
    margin: 0 0 0.7rem;
}

.marketing-body a {
    color: #005f99;
}

