/* ============================================================
   MAWWAL.CZ — KOMPLETNÍ STYLY v5
   <link href="/user/documents/upload/mawwal-styles.css" rel="stylesheet">
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

/* ===== OBECNÉ STYLY ===== */

.mawwal-duo-section { margin: 60px 0; align-items: center; }
.fade-section { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-section.is-visible { opacity: 1; transform: translateY(0); }
.mawwal-title { font-size: 34px; font-weight: 700; line-height: 1.2; margin-bottom: 8px; color: #111111; }
.mawwal-subtitle-nawa { font-size: 24px; font-weight: 600; color: #b0122a; margin: 0 0 20px 0; }
.mawwal-subtitle-mashaer { font-size: 24px; font-weight: 600; color: #b08a2a; margin: 0 0 20px 0; }
.mawwal-text { font-size: 16px; line-height: 1.8; margin: 0; color: #222222; }
.mawwal-perfume-wrap { display: inline-block; margin-top: 20px; position: relative; animation: mawwal-float 7s ease-in-out infinite; }
.mawwal-perfume-img { max-width: 460px; width: 100%; height: auto; transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease; border-radius: 18px; transform: none !important; }
.mawwal-rotate-left { transform: none !important; }
.mawwal-rotate-right { transform: none !important; }
.mawwal-perfume-wrap:hover .mawwal-perfume-img { transform: translateY(-6px) scale(1.06) !important; box-shadow: 0 22px 48px rgba(0,0,0,0.25); filter: saturate(1.04); }
@keyframes mawwal-float { 0% { transform: translateY(0); } 50% { transform: translateY(-5px); } 100% { transform: translateY(0); } }
.mawwal-cta-row { margin: 40px 0 80px 0; }
.mawwal-cta-btn { padding: 12px 28px; border-radius: 40px; font-size: 16px; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; box-shadow: 0 10px 25px rgba(0,0,0,0.15); transition: transform 0.2s ease, box-shadow 0.2s ease; background-color: #111111 !important; border-color: #111111 !important; color: #ffffff !important; }
.mawwal-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 35px rgba(0,0,0,0.2); }
.mawwal-howto-wrapper { margin: 60px 0 80px 0; }
.mawwal-howto-steps { margin-top: 30px; justify-content: center !important; text-align: center; }
.mawwal-step-card { background: rgba(255,255,255,0.92); border-radius: 24px; padding: 20px 22px 22px; margin-bottom: 24px; box-shadow: 0 12px 30px rgba(0,0,0,0.06); border: 1px solid rgba(210,190,170,0.35); position: relative; overflow: hidden; min-height: 220px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.mawwal-step-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 0%, rgba(240,225,200,0.35), transparent 55%); opacity: 0; transition: opacity 0.35s ease; }
.mawwal-step-card:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(0,0,0,0.12); }
.mawwal-step-card:hover::before { opacity: 1; }
.mawwal-step-number { width: 32px; height: 32px; border-radius: 999px; border: 1px solid rgba(176,138,42,0.45); color: #b08a2a; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 10px; background: rgba(255,255,255,0.9); }
.mawwal-step-title { font-size: 18px; font-weight: 600; margin-bottom: 8px; color: #111; }
.mawwal-step-card-final { padding-top: 26px; }
.mawwal-step-link { display: block; color: inherit; text-decoration: none !important; }
.mawwal-step-link:hover { color: inherit; }
.mawwal-howto-header { text-align: center !important; width: 100%; display: block; }
.mawwal-howto-intro { text-align: center; margin-bottom: 35px; }
.mawwal-howto-intro .mawwal-title { margin-bottom: 12px; }
.mawwal-howto-intro .mawwal-text { max-width: 620px; margin: 0 auto; }
.mawwal-contact-wrapper { display: flex; justify-content: center; }
.mawwal-step-card-contact { max-width: 560px; width: 100%; padding: 24px 24px 26px; }
.mawwal-step-card-contact > * { max-width: 520px; margin: 0 auto; }
.mawwal-step-card-contact form, .mawwal-step-card-contact label, .mawwal-step-card-contact p { text-align: left; }
.mawwal-seo-section { margin: 60px 0 40px 0; padding: 35px 15px; background: #ffffff; border-radius: 18px; }
.mawwal-seo-title { font-size: 22px; margin-bottom: 12px; font-weight: 600; text-align: center; color: #111111; }
.mawwal-seo-text { max-width: 780px; margin: 0 auto; font-size: 15.5px; line-height: 1.85; color: #222222; text-align: center; }
.mawwal-seo-section a { color: #111111; text-decoration: underline; }
.search-suggestions-box { padding: 12px; border-radius: 12px; background: #faf7f2; margin-top: 10px; }
.suggestion-item { display: flex; align-items: center; padding: 8px; border-radius: 8px; margin-bottom: 6px; text-decoration: none !important; color: #333; transition: background 0.2s; }
.suggestion-item:hover { background: #f0ebe4; }
.suggestion-item img { width: 46px; height: 46px; object-fit: cover; border-radius: 6px; margin-right: 12px; box-shadow: 0 2px 6px rgba(0,0,0,0.15); }
.suggestion-info { font-size: 15px; font-weight: 600; line-height: 1.3; }

@media (max-width: 767px) {
    .mawwal-duo-section { margin: 40px 0; text-align: center; }
    .mawwal-title { font-size: 26px; }
    .mawwal-subtitle-nawa, .mawwal-subtitle-mashaer { font-size: 20px; }
    .mawwal-text { font-size: 15px; }
    .mawwal-perfume-wrap { animation: none; }
    .mawwal-perfume-img { max-width: 340px; }
    .mawwal-perfume-wrap:hover .mawwal-perfume-img { transform: translateY(-4px) scale(1.03) !important; }
    .mawwal-howto-wrapper { margin: 40px 0 60px 0; }
    .mawwal-step-card { min-height: auto; }
}

/* ═══════════════════════════════════════════════════════════
   SPLIT HERO — čistý fade, žádný pohyb, žádná bílá
   ═══════════════════════════════════════════════════════════ */

.index-content-wrapper { padding-top: 0 !important; }

/* ── Intro — uvnitř hero, absolutně pozicovaný ── */

#mw-intro {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 55;
    text-align: center;
    padding: 2.5rem 1.5rem 1.5rem;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

#mw-split-hero.mw-ex-l #mw-intro,
#mw-split-hero.mw-ex-r #mw-intro { opacity: 0; }



.mw-intro-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3.1rem, 6.6vw, 5.75rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 1.2rem;
    letter-spacing: -0.02em;
    background: linear-gradient(110deg, #111111 0%, #111111 15%, #8a5e00 30%, #b07800 40%, #e8a0b8 50%, #c0455f 60%, #111111 75%, #111111 100%);
    background-size: 350% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: mwIntroShimmer 9s ease-in-out infinite;
}

@supports not (-webkit-background-clip: text) {
    .mw-intro-title { color: #111111; background: none; animation: none; }
}

@keyframes mwIntroShimmer {
    0%   { background-position: 200% center; }
    50%  { background-position: 50% center; }
    100% { background-position: 200% center; }
}

.mw-intro-sub {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    font-weight: 400;
    font-style: italic;
    color: #333333;
    margin: 0 auto;
    max-width: 900px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    #mw-intro { padding: 0.2rem 1.2rem 0; }
    .mw-intro-title { font-size: 2.4rem; }
    .mw-intro-sub { font-size: 1.4rem; max-width: 90%; }
}

@media (min-width: 768px) and (max-width: 1180px) {
    #mw-split-hero {
        height: calc(100vh - 80px);
        min-height: 560px;
        max-height: none;
    }
    #mw-intro {
        padding: 0.6rem 1.5rem 0.4rem;
    }
    .mw-intro-title {
        font-size: 2rem;
        margin-bottom: 0.2rem;
        line-height: 1.1;
    }
    .mw-intro-sub {
        font-size: 1rem;
        line-height: 1.3;
    }
    .mw-panel-content {
        padding: 1rem 1rem 1rem !important;
        gap: 0.3rem !important;
    }
    .mw-brand-logo { min-height: 0 !important; max-height: 170px !important; }
    .mw-panel-left .mw-brand-logo img  { width: min(390px, 44vw) !important; }
    .mw-panel-right .mw-brand-logo img { width: min(364px, 42vw) !important; }
    .mw-brand-sub { font-size: 1.3rem !important; letter-spacing: 0.3em; margin-top: 0.5rem; min-height: 0 !important; }
    .mw-tagline   { font-size: 1.17rem !important; letter-spacing: 0.15em; margin-top: 0.35rem; min-height: 0 !important; }
    .mw-cta-hint  { font-size: 1.07rem !important; padding: 0.65rem 1.4rem !important; margin-top: 0.8rem !important; min-height: 0 !important; letter-spacing: 0.18em; }
}

/* ── Hero wrapper ── */

#mw-split-hero {
    position: relative;
    width: 100vw;
    height: calc(100vh - 80px);
    min-height: 560px;
    max-height: 1000px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 0;
    overflow: hidden;
}

/* ── Rozdělovač ── */

.mw-divider {
    position: absolute;
    left: 50%; top: 0; bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent 5%, rgba(255,255,255,0.15) 20%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0.15) 80%, transparent 95%);
    z-index: 20;
    pointer-events: none;
    transition: opacity 0.6s ease;
}

#mw-split-hero.mw-ex-l .mw-divider,
#mw-split-hero.mw-ex-r .mw-divider { opacity: 0; }

/* ── Panely ── */

.mw-panel {
    position: absolute;
    top: 0; bottom: 0;
    width: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.6s ease;
}

.mw-panel-left  { left: 0; }
.mw-panel-right { right: 0; font-family: 'Poppins', sans-serif !important; }
.mw-panel-right * { font-family: 'Poppins', sans-serif !important; }

.mw-panel-left {
    background: linear-gradient(
        to bottom,
        #ffffff    0%,
        #ffffff    6%,
        #d4a838   22%,
        #c49428   35%,
        #c49428   65%,
        #d4a838   78%,
        #ffffff   94%,
        #ffffff  100%
    );
}

.mw-panel-right {
    background: linear-gradient(
        to bottom,
        #ffffff    0%,
        #ffffff    6%,
        #f7cedd   22%,
        #f2a8c4   35%,
        #f2a8c4   65%,
        #f7cedd   78%,
        #ffffff   94%,
        #ffffff  100%
    );
}

#mw-split-hero.mw-ex-l .mw-panel,
#mw-split-hero.mw-ex-r .mw-panel {
    opacity: 0;
    pointer-events: none;
    cursor: default;
}

/* ── Výchozí obsah panelu ── */

.mw-panel-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    z-index: 10;
    gap: 0;
}

.mw-panel-left .mw-panel-content  { color: #ffffff; animation: mwEnterLeft  1.2s cubic-bezier(0.33,1,0.68,1) 0.15s both; }
.mw-panel-right .mw-panel-content { color: #8a2048; animation: mwEnterRight 1.2s cubic-bezier(0.33,1,0.68,1) 0.45s both; }

@keyframes mwEnterLeft  { from { opacity: 0; transform: translateX(-60px); } to { opacity: 1; transform: translateX(0); } }
@keyframes mwEnterRight { from { opacity: 0; transform: translateX(60px);  } to { opacity: 1; transform: translateX(0); } }

/* ── Logo a texty ── */

.mw-brand-logo { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 18vw; max-height: 220px; }
.mw-brand-logo img { width: min(469px, 63vw); height: auto; display: block; }

.mw-brand-sub {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 3.5vw, 4rem);
    font-weight: 400;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    margin-top: 1.2rem;
    opacity: 0.9;
    text-align: center;
    width: 100%;
    display: block;
    min-height: 4.5rem;
}

.mw-panel-left .mw-brand-logo img { width: min(520px, 67.5vw); }

.mw-panel-right .mw-brand-sub { color: #d4577a; letter-spacing: 0.6em; }

.mw-tagline {
    font-size: clamp(1.4rem, 2.6vw, 3rem);
    font-weight: 400;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    margin-top: 1.4rem;
    opacity: 0.8;
    text-align: center;
    width: 100%;
    min-height: 4rem;
}

.mw-panel-right .mw-tagline { color: #8a2048; }

.mw-cta-hint {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-top: 2.2rem;
    padding: 1rem 2.2rem;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 2rem;
    background: rgba(0,0,0,0.18);
    backdrop-filter: blur(4px);
    transition: background 0.25s ease, transform 0.25s ease;
    text-align: center;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mw-panel-right .mw-cta-hint { border-color: rgba(107,0,48,0.5); color: #ffffff; background: rgba(107,0,48,0.3); }
.mw-panel:hover .mw-cta-hint { background: rgba(0,0,0,0.28); transform: translateY(-2px); }

#mw-split-hero:not(.mw-ex-l):not(.mw-ex-r) .mw-panel { transition: opacity 0.6s ease, filter 0.35s ease; }
#mw-split-hero:not(.mw-ex-l):not(.mw-ex-r) .mw-panel:hover { filter: brightness(1.08); }
#mw-split-hero:not(.mw-ex-l):not(.mw-ex-r) .mw-panel:hover .mw-panel-content { transform: translateY(-6px); transition: transform 0.35s cubic-bezier(0.33,1,0.68,1); }

/* ── Částice ── */

.mw-particles { position: absolute; inset: 0; pointer-events: none; z-index: 2; overflow: hidden; }

.mw-particle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    animation: mwFloat linear infinite;
    will-change: transform, opacity;
    transform: translateZ(0);
}

.mw-panel-left .mw-particle  { background: rgba(255,255,255,0.5); }
.mw-panel-right .mw-particle { background: rgba(212,87,122,0.7); }

@keyframes mwFloat {
    0%   { opacity: 0; transform: translateY(100vh) translateZ(0); }
    8%   { opacity: 0.5; }
    85%  { opacity: 0.4; }
    100% { opacity: 0; transform: translateY(-30px) translateZ(0); }
}

/* ── Shimmer a Glow ── */

.mw-shimmer {
    position: absolute; inset: 0; pointer-events: none; z-index: 3;
    background: radial-gradient(ellipse at 25% 50%, rgba(197,162,93,0.15) 0%, transparent 55%),
                radial-gradient(ellipse at 75% 50%, rgba(226,204,138,0.10) 0%, transparent 55%);
}

.mw-glow {
    position: absolute; inset: 0; pointer-events: none; z-index: 3;
    background: radial-gradient(ellipse at 50% 50%, rgba(240,184,200,0.18) 0%, transparent 55%),
                radial-gradient(ellipse at 30% 70%, rgba(212,87,122,0.07) 0%, transparent 50%);
}

/* ══════════════════════════════════════════════════════
   OVERLAY — přes celé hero, fade IN zároveň s fade OUT
   ══════════════════════════════════════════════════════ */

.mw-overlay {
    position: absolute;
    inset: 0;
    z-index: 60;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 3rem 3rem;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
}

.mw-overlay-left {
    background: linear-gradient(
        to bottom,
        #ffffff    0%,
        #ffffff    6%,
        #d4a838   22%,
        #c49428   35%,
        #c49428   65%,
        #d4a838   78%,
        #ffffff   94%,
        #ffffff  100%
    );
}

.mw-overlay-right {
    background: linear-gradient(
        to bottom,
        #ffffff    0%,
        #ffffff    6%,
        #f7cedd   22%,
        #f2a8c4   35%,
        #f2a8c4   65%,
        #f7cedd   78%,
        #ffffff   94%,
        #ffffff  100%
    );
    font-family: 'Poppins', sans-serif !important;
}

.mw-overlay-right * { font-family: 'Poppins', sans-serif !important; }

#mw-split-hero.mw-ex-l .mw-overlay-left  { opacity: 1; pointer-events: auto; }
#mw-split-hero.mw-ex-r .mw-overlay-right { opacity: 1; pointer-events: auto; }

/* ── Tlačítko Zpět ── */

.mw-back-btn {
    position: absolute;
    top: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 80;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: rgba(255,255,255,0.92);
    border: none;
    border-radius: 2.5rem;
    padding: 0.7rem 1.8rem;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease 0.5s;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mw-back-btn:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.18); }
.mw-back-btn .mw-arrow { font-size: 1.1rem; transition: transform 0.25s ease; }
.mw-back-btn:hover .mw-arrow { transform: translateX(-4px); }
.mw-overlay-left  .mw-back-btn { color: #5a3e00; }
.mw-overlay-right .mw-back-btn { color: #6b0030; }

#mw-split-hero.mw-ex-l .mw-overlay-left  .mw-back-btn,
#mw-split-hero.mw-ex-r .mw-overlay-right .mw-back-btn { opacity: 1; pointer-events: auto; }

/* ── Obsah overlay ── */

.mw-exp-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 720px;
}

.mw-exp-logo, .mw-exp-subtitle, .mw-exp-desc, .mw-exp-btn {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

#mw-split-hero.mw-ex-l .mw-overlay-left .mw-exp-logo,
#mw-split-hero.mw-ex-r .mw-overlay-right .mw-exp-logo    { opacity: 1; transform: translateY(0); transition-delay: 0.4s; }
#mw-split-hero.mw-ex-l .mw-overlay-left .mw-exp-subtitle,
#mw-split-hero.mw-ex-r .mw-overlay-right .mw-exp-subtitle { opacity: 1; transform: translateY(0); transition-delay: 0.55s; }
#mw-split-hero.mw-ex-l .mw-overlay-left .mw-exp-desc,
#mw-split-hero.mw-ex-r .mw-overlay-right .mw-exp-desc     { opacity: 1; transform: translateY(0); transition-delay: 0.7s; }
#mw-split-hero.mw-ex-l .mw-overlay-left .mw-exp-btn,
#mw-split-hero.mw-ex-r .mw-overlay-right .mw-exp-btn      { opacity: 1; transform: translateY(0); transition-delay: 0.85s; }

.mw-exp-logo { display: flex; align-items: center; justify-content: center; width: 100%; margin-bottom: 1.2rem; }
.mw-exp-logo img         { width: min(428px, 46.8vw); height: auto; display: block; }
.mw-exp-logo--icandy img { width: min(546px, 57vw); height: auto; }

/* Mawwal overlay texty */
.mw-overlay-left .mw-exp-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 3.6vw, 3.6rem);
    font-weight: 600;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.95);
    margin-bottom: 1.2rem;
}

.mw-overlay-left .mw-exp-desc {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.62rem, 2.52vw, 2.7rem);
    font-weight: 300;
    line-height: 1.9;
    max-width: 620px;
    color: rgba(255,255,255,0.92);
    margin-bottom: 2.5rem;
}

.mw-overlay-left .mw-exp-btn {
    display: inline-block;
    padding: 1.6rem 5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.62rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #ffffff !important;
    background: #6b4a00;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.2s ease;
}

.mw-overlay-left .mw-exp-btn:hover { background: #7d5500; transform: translateY(-3px) !important; box-shadow: 0 12px 40px rgba(80,50,0,0.4); }

/* Icandy overlay texty */
.mw-overlay-right .mw-exp-subtitle {
    font-size: clamp(2rem, 3.6vw, 3.6rem);
    font-weight: 600;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #8a2048;
    margin-bottom: 1.2rem;
}

.mw-overlay-right .mw-exp-desc {
    font-size: clamp(1.62rem, 2.52vw, 2.7rem);
    font-weight: 300;
    font-style: italic;
    line-height: 1.9;
    max-width: 620px;
    color: rgba(107,0,48,0.9);
    margin-bottom: 2.5rem;
}

.mw-overlay-right .mw-exp-btn {
    display: inline-block;
    padding: 1.6rem 3.5rem;
    font-size: 1.62rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important;
    background: linear-gradient(135deg, #d4577a, #8a2048);
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mw-overlay-right .mw-exp-btn:hover { transform: translateY(-3px) !important; box-shadow: 0 12px 40px rgba(138,32,72,0.3); }

/* ── Reduced motion ── */

@media (prefers-reduced-motion: reduce) {
    .mw-particle { animation: none !important; }
    .mw-panel-content { animation: none !important; opacity: 1 !important; }
    .mw-exp-logo, .mw-exp-subtitle, .mw-exp-desc, .mw-exp-btn { transition: none !important; opacity: 1 !important; transform: none !important; }
    .mw-overlay, .mw-panel { transition: none !important; }
}

/* ── Mobil ── */

@media (max-width: 767px) {

    /* Intro — zobrazit nad Mawwal panelem v bílém prostoru */
    #mw-intro {
        display: block !important;
        position: relative !important;
        top: auto !important; left: auto !important; right: auto !important;
        z-index: 55;
        padding: 0.8rem 1.2rem 0.8rem;
        pointer-events: none;
        background: #ffffff;
        text-align: center;
    }

    .mw-intro-title {
        font-size: clamp(1.95rem, 7.2vw, 2.6rem);
        margin: 0;
        line-height: 1.25;
    }

    /* Hero wrapper — žádná výška, žádný padding, jen flex sloupec */
    #mw-split-hero {
        position: relative !important;
        width: 100vw !important;
        height: auto !important;
        min-height: calc(100svh - 80px) !important;
        max-height: none !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        margin-top: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        display: flex !important;
        flex-direction: column !important;
    }

    #mw-split-hero.mw-ex-l,
    #mw-split-hero.mw-ex-r { overflow: hidden !important; }

    /* Panely — normální blokové elementy pod sebou */
    .mw-panel {
        position: relative !important;
        width: 100% !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        height: auto !important;
        min-height: 0 !important;
        flex: 1 !important;
        overflow: hidden !important;
        cursor: pointer !important;
        display: flex !important;
        opacity: 1 !important;
    }

    /* Obsah panelu — relativní, výška podle obsahu */
    .mw-panel-content {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 1.4rem 1.2rem !important;
        gap: 0.2rem !important;
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    /*
        Gradient tok celého hero (shora dolů):
        bílá → zlatá [levý panel] → zlatá-na-růžovou [divider] → růžová → bílá [pravý panel]
    */
    .mw-panel-left {
        background: linear-gradient(
            to bottom,
            #ffffff   0%,
            #d4a838  12%,
            #c49428  40%,
            #c49428  75%,
            #c87858 100%
        ) !important;
    }

    .mw-panel-right {
        background: linear-gradient(
            to bottom,
            #c87858   0%,
            #e0809a  20%,
            #f2a8c4  40%,
            #f2a8c4  65%,
            #f7cedd  82%,
            #ffffff  96%,
            #ffffff 100%
        ) !important;
    }

    /* Divider — schovaný, přechod obstarávají gradienty panelů */
    .mw-divider {
        position: relative !important;
        left: auto !important; top: auto !important;
        bottom: auto !important;
        width: 100% !important;
        height: 0 !important;
        display: block !important;
        opacity: 0 !important;
        pointer-events: none !important;
        background: none !important;
        transition: none !important;
    }

    /* Loga */
    .mw-brand-logo { min-height: 0 !important; max-height: none !important; }
    .mw-panel-left .mw-brand-logo img   { width: min(180px, 50vw); }
    .mw-panel-right .mw-brand-logo img  { width: min(180px, 50vw); }

    /* Texty v panelu */
    .mw-brand-sub { font-size: 0.85rem; letter-spacing: 0.25em; margin-top: 0.5rem; min-height: 0 !important; }
    .mw-tagline   { font-size: 0.8rem;  letter-spacing: 0.12em; margin-top: 0.4rem; min-height: 0 !important; }
    .mw-cta-hint  { font-size: 0.78rem; margin-top: 0.9rem; padding: 0.6rem 1.2rem; border-width: 1.5px; min-height: auto; }

    /* OVERLAY — fixní přes celý viewport */
    .mw-overlay {
        position: fixed !important;
        inset: 0 !important;
        z-index: 9999 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 2rem 1.8rem 5.5rem !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    /* Tlačítko Zpět — fixně dole, vždy viditelné */
    .mw-overlay .mw-back-btn {
        position: fixed !important;
        bottom: 1.8rem !important;
        top: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        font-size: 1rem !important;
        padding: 0.9rem 2.5rem !important;
        font-weight: 700 !important;
        box-shadow: 0 4px 24px rgba(0,0,0,0.2) !important;
        z-index: 10000 !important;
        white-space: nowrap !important;
    }

    /* Overlay obsah */
    .mw-exp-inner            { width: 100%; max-width: 100%; padding-top: 0; }
    .mw-exp-logo             { margin-bottom: 1.4rem; }
    .mw-exp-logo img         { width: min(234px, 70.2vw); }
    .mw-exp-logo--icandy img { width: min(300px, 84vw); }
    .mw-exp-subtitle         { font-size: 1.5rem !important; letter-spacing: 0.18em; margin-bottom: 1rem; }
    .mw-exp-desc             { font-size: 1.45rem !important; line-height: 1.8; margin-bottom: 1.8rem; max-width: 100%; }
    .mw-exp-btn              { padding: 1.1rem 3rem !important; font-size: 1.1rem !important; }

    /* Mawwal overlay — větší a čitelnější (Cormorant je tenčí než Poppins) */
    .mw-overlay-left .mw-exp-desc {
        font-family: 'Poppins', sans-serif !important;
        font-size: 1.44rem !important;
        font-weight: 400 !important;
        line-height: 1.85 !important;
        font-style: normal !important;
    }
    .mw-overlay-left .mw-exp-subtitle {
        font-family: 'Poppins', sans-serif !important;
        font-size: 1.44rem !important;
        font-weight: 600 !important;
    }
    .mw-overlay-left .mw-exp-btn {
        font-family: 'Poppins', sans-serif !important;
    }
}

/* ===== PATIČKA ===== */

footer#footer,
footer#footer .footer-rows,
footer#footer .footer-bottom,
footer#footer .custom-footer,
footer#footer .row.custom-footer,
.custom-footer {
    background-color: #ffffff !important;
    background: #ffffff !important;
    border-top-color: #ffffff !important;
}
