/* =====================================================================
   PREMIUM REDESIGN — Modern Glassmorphism Layer
   Loaded AFTER base CSS to override safely.
   Palette anchored on the Majlis teal: #128183
   ===================================================================== */

:root {
    --pr-teal-900: #062f30;
    --pr-teal-800: #0a4a4c;
    --pr-teal-700: #0d6466;
    --pr-teal-600: #128183;
    --pr-teal-500: #1ea7a9;
    --pr-teal-400: #4cc4c6;
    --pr-teal-300: #8addde;
    --pr-teal-100: #e9f7f7;
    --pr-gold: #d4af6a;
    --pr-gold-light: #f0d8a8;
    --pr-ink: #0e2829;
    --pr-text: #1f3d3e;
    --pr-muted: #5a7374;

    --pr-bg-grad: radial-gradient(1200px 800px at 85% -10%, rgba(30, 167, 169, 0.18), transparent 60%),
                  radial-gradient(900px 700px at -10% 30%, rgba(18, 129, 131, 0.12), transparent 60%),
                  linear-gradient(180deg, #f4fbfb 0%, #ffffff 60%, #f6fafa 100%);

    --pr-glass-bg: rgba(255, 255, 255, 0.62);
    --pr-glass-bg-strong: rgba(255, 255, 255, 0.78);
    --pr-glass-border: rgba(255, 255, 255, 0.55);
    --pr-glass-border-dark: rgba(18, 129, 131, 0.14);
    --pr-glass-blur: 22px;

    --pr-shadow-sm: 0 6px 18px -10px rgba(6, 47, 48, 0.18);
    --pr-shadow-md: 0 18px 45px -22px rgba(6, 47, 48, 0.28),
                    0 6px 18px -12px rgba(18, 129, 131, 0.18);
    --pr-shadow-lg: 0 32px 80px -32px rgba(6, 47, 48, 0.35),
                    0 12px 28px -16px rgba(18, 129, 131, 0.22);
    --pr-shadow-glow: 0 0 0 1px rgba(18, 129, 131, 0.18),
                      0 18px 50px -18px rgba(18, 129, 131, 0.45);

    --pr-radius-sm: 14px;
    --pr-radius-md: 22px;
    --pr-radius-lg: 30px;
    --pr-radius-xl: 42px;

    --pr-grad-primary: linear-gradient(135deg, var(--pr-teal-700) 0%, var(--pr-teal-500) 100%);
    --pr-grad-primary-dark: linear-gradient(135deg, var(--pr-teal-800) 0%, var(--pr-teal-600) 100%);
    --pr-grad-gold: linear-gradient(135deg, #d4af6a 0%, #f0d8a8 100%);
    --pr-grad-soft: linear-gradient(135deg, #ffffff 0%, #eef8f8 100%);

    --pr-ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Global page background & typography refresh ---------- */
body {
    background: var(--pr-bg-grad) !important;
    color: var(--pr-text);
}

.page-container,
.site-content {
    position: relative;
    z-index: 1;
}

.section-title {
    font-weight: 800 !important;
    font-size: clamp(1.6rem, 2.6vw, 2.4rem) !important;
    color: var(--pr-teal-800) !important;
    letter-spacing: -0.01em;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    margin-bottom: 2rem !important;
}
.section-title::after {
    content: "";
    position: absolute;
    inset-inline-start: 50%;
    transform: translateX(50%);
    bottom: 0;
    width: 64px;
    height: 4px;
    border-radius: 999px;
    background: var(--pr-grad-primary);
    box-shadow: 0 4px 14px -4px rgba(18, 129, 131, 0.55);
}

/* ---------- Reusable glass card ---------- */
.default-container {
    position: relative;
    background: var(--pr-glass-bg) !important;
    -webkit-backdrop-filter: blur(var(--pr-glass-blur)) saturate(140%);
    backdrop-filter: blur(var(--pr-glass-blur)) saturate(140%);
    border: 1px solid var(--pr-glass-border);
    border-radius: var(--pr-radius-lg) !important;
    box-shadow: var(--pr-shadow-md);
    padding: clamp(1.5rem, 3vw, 2.75rem) !important;
    margin-block: clamp(1.5rem, 3vw, 2.5rem) !important;
    /* overflow: hidden; */
    transition: transform 0.5s var(--pr-ease), box-shadow 0.5s var(--pr-ease);
}
.default-container::before {
    content: "";
    position: absolute;
    top: -1px;
    inset-inline-start: -1px;
    inset-inline-end: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
    pointer-events: none;
}
.default-container::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(600px 200px at 100% 0%, rgba(30, 167, 169, 0.10), transparent 60%);
    opacity: 0.9;
}

/* ---------- Intro / المقدمة ---------- */
.intro-shape-box {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(233, 247, 247, 0.75) 100%) !important;
    border: 1px solid rgba(18, 129, 131, 0.12) !important;
    border-radius: var(--pr-radius-md) !important;
    padding: clamp(1.5rem, 3vw, 2.5rem) !important;
    position: relative;
    box-shadow: var(--pr-shadow-sm);
}
.intro-shape-title {
    background: var(--pr-grad-primary) !important;
    color: #fff !important;
    padding: 8px 22px !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    /* letter-spacing: 0.04em; */
    box-shadow: 0 10px 22px -10px rgba(18, 129, 131, 0.55);
    display: inline-block;
}
.long-text {
    color: var(--pr-text) !important;
    line-height: 2.05 !important;
    font-size: clamp(0.98rem, 1.15vw, 1.08rem) !important;
}

/* ---------- Sponsors sections ---------- */
.sponsors-section {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.82) 0%, rgba(233, 247, 247, 0.6) 100%) !important;
}
.sponsor-title {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    padding: 10px 22px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(18, 129, 131, 0.18);
    box-shadow: var(--pr-shadow-sm);
    color: var(--pr-teal-800) !important;
    font-weight: 700 !important;
    margin-bottom: 1.75rem !important;
}
.sponsor-title img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.partners-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
}
.partners-container img {
    background: #ffffff;
    border: 1px solid rgba(18, 129, 131, 0.10);
    border-radius: var(--pr-radius-sm);
    padding: 14px 20px;
    max-height: 110px;
    object-fit: contain;
    box-shadow: var(--pr-shadow-sm);
    transition: transform 0.4s var(--pr-ease), box-shadow 0.4s var(--pr-ease), border-color 0.4s var(--pr-ease);
}
.partners-container img:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: var(--pr-shadow-md);
    border-color: rgba(18, 129, 131, 0.35);
}
.main-partner-container .main-partner {
    max-height: 160px;
    padding: 18px 28px;
}

/* Distinct accents per tier */
.diamond-sponsor .sponsor-title { background: linear-gradient(135deg, #ffffff, #e9f7f7); }
.gold-sponsor .sponsor-title    { background: linear-gradient(135deg, #fff8e9, #f7e7c2); color: #7a5a18 !important; border-color: rgba(212, 175, 106, 0.35); }
.gold-sponsor .sponsor-title img { filter: hue-rotate(-10deg) saturate(1.1); }
.strategic-sponsor .sponsor-title { background: linear-gradient(135deg, #ffffff, #e2f2f2); }
.supporting-partner .sponsor-title { background: linear-gradient(135deg, #ffffff, #ecf6f6); }

/* ---------- About section ---------- */
.about-section {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.78) 0%, rgba(233, 247, 247, 0.65) 100%) !important;
}
.about-event {
    max-width: 880px;
    margin: 0 auto;
    text-align: right;
}

/* ---------- Discussion topics (محاور النقاش) ---------- */
.topics-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}
.topic-item {
    position: relative;
    background: linear-gradient(160deg, #ffffff 0%, #f3fbfb 100%) !important;
    border: 1px solid rgba(18, 129, 131, 0.12) !important;
    border-radius: var(--pr-radius-md) !important;
    padding: 1.75rem 1.5rem !important;
    box-shadow: var(--pr-shadow-sm);
    overflow: hidden;
    transition: transform 0.45s var(--pr-ease), box-shadow 0.45s var(--pr-ease);
}
.topic-item::before {
    content: "";
    position: absolute;
    inset-inline-end: -40px;
    top: -40px;
    width: 140px;
    height: 140px;
    background: var(--pr-grad-primary);
    opacity: 0.10;
    border-radius: 50%;
    filter: blur(2px);
    transition: transform 0.6s var(--pr-ease), opacity 0.6s var(--pr-ease);
}
.topic-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--pr-shadow-lg);
}
.topic-item:hover::before {
    transform: scale(1.4);
    opacity: 0.18;
}
.topic-item .count {
    /* display: inline-flex; */
    align-items: baseline;
    font-weight: 800;
    font-size: 2.5rem;
    background: var(--pr-grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
}
.topic-item h4 {
    margin-top: 0.75rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--pr-teal-800);
}
.topic-item p {
    color: var(--pr-muted);
    margin-top: 0.4rem;
}

/* ---------- Goals ---------- */
.goals-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
}
.goal-item {
    background: #ffffff !important;
    border: 1px solid rgba(18, 129, 131, 0.12) !important;
    border-radius: var(--pr-radius-md) !important;
    padding: 1.75rem 1.25rem !important;
    text-align: center;
    box-shadow: var(--pr-shadow-sm);
    transition: transform 0.45s var(--pr-ease), box-shadow 0.45s var(--pr-ease), border-color 0.45s var(--pr-ease);
}
.goal-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--pr-shadow-md);
    border-color: rgba(18, 129, 131, 0.35);
}
.goal-item .icon-wrapper {
    width: 78px;
    height: 78px;
    margin: 0 auto 1rem;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(18, 129, 131, 0.10), rgba(30, 167, 169, 0.16));
    box-shadow: inset 0 0 0 1px rgba(18, 129, 131, 0.12);
    transition: transform 0.45s var(--pr-ease);
}
.goal-item:hover .icon-wrapper { transform: rotate(-6deg) scale(1.06); }
.goal-item .icon-wrapper img { width: 44px; height: 44px; object-fit: contain; }
.goal-item p {
    color: var(--pr-teal-800);
    font-weight: 600;
    margin: 0;
}

/* ---------- Sessions ---------- */
.session-group {
    /* background: linear-gradient(160deg, rgba(255, 255, 255, 0.85) 0%, rgba(233, 247, 247, 0.55) 100%) !important; */
    /* border: 1px solid rgba(18, 129, 131, 0.12) !important; */
    /* border-radius: var(--pr-radius-md) !important; */
    /* padding: 1.75rem !important; */
    /* margin-bottom: 1.5rem !important; */
    /* box-shadow: var(--pr-shadow-sm); */
}
.session-title {
    display: inline-block;
    background: var(--pr-grad-primary);
    color: #fff !important;
    padding: 10px 22px !important;
    border-radius: 999px !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 12px 26px -12px rgba(18, 129, 131, 0.5);
}
.session-speakers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}

/* ---------- Agenda upgrade (carry over the premium look) ---------- */
.agenda-wrapper {
    background: var(--pr-glass-bg-strong) !important;
    border: 1px solid var(--pr-glass-border) !important;
    box-shadow: var(--pr-shadow-md) !important;
}

/* ---------- Registration form (premium glass form) ---------- */
#register-form {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.85) 0%, rgba(233, 247, 247, 0.65) 100%) !important;
    box-shadow: var(--pr-shadow-lg) !important;
    border: 1px solid rgba(18, 129, 131, 0.16) !important;
}
#register-form .input-container {
    background: #ffffff;
    border: 1px solid rgba(18, 129, 131, 0.14);
    border-radius: var(--pr-radius-sm);
    padding: 0.75rem 1rem !important;
    margin-bottom: 1rem !important;
    transition: border-color 0.3s var(--pr-ease), box-shadow 0.3s var(--pr-ease), transform 0.3s var(--pr-ease);
}
#register-form .input-container:focus-within {
    border-color: var(--pr-teal-500);
    box-shadow: 0 0 0 4px rgba(30, 167, 169, 0.14);
    transform: translateY(-1px);
}
#register-form .submit-button {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}
#register-form .submit-button button,
#register-form .submit-button [type="submit"] {
    background: var(--pr-grad-primary) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 14px 48px !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    letter-spacing: 0.03em;
    box-shadow: 0 18px 36px -14px rgba(18, 129, 131, 0.55);
    cursor: pointer;
    transition: transform 0.35s var(--pr-ease), box-shadow 0.35s var(--pr-ease), filter 0.35s var(--pr-ease);
}
#register-form .submit-button button:hover,
#register-form .submit-button [type="submit"]:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 26px 50px -16px rgba(18, 129, 131, 0.6);
    filter: brightness(1.05);
}

/* ---------- Hero polish (small touches, keep video bg) ---------- */
.hero-content .btn {
    background: var(--pr-grad-primary) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 14px 42px !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    /* letter-spacing: 0.03em; */
    box-shadow: 0 18px 40px -12px rgba(18, 129, 131, 0.6);
    transition: transform 0.35s var(--pr-ease), box-shadow 0.35s var(--pr-ease), filter 0.35s var(--pr-ease);
}
.hero-content .btn:hover {
    transform: translateY(-3px) scale(1.03);
    filter: brightness(1.06);
    box-shadow: 0 26px 56px -14px rgba(18, 129, 131, 0.7);
}
.brand-bg {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(233, 247, 247, 0.85)) !important;
    color: var(--pr-teal-800) !important;
    border: 1px solid rgba(18, 129, 131, 0.18) !important;
    border-radius: var(--pr-radius-sm) !important;
    box-shadow: var(--pr-shadow-sm);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* ---------- Premium floating register button ---------- */
.floating-register-btn {
    position: fixed !important;
    bottom: 28px !important;
    inset-inline-end: 28px !important;
    right: auto !important; /* let inset-inline-end win in RTL */
    z-index: 2147483000 !important; /* sit above any overlay */
    transition: transform 0.45s var(--pr-ease), opacity 0.4s var(--pr-ease);
    will-change: transform, opacity;
    pointer-events: auto !important;
    /* Animation on the wrapper messes up hit-testing on some browsers */
    animation: none !important;
}
.floating-register-btn .register-btn-link {
    pointer-events: auto !important;
    position: relative;
    z-index: 2;
}
.floating-register-btn .register-btn-pulse {
    pointer-events: none !important;
}
[dir="rtl"] .floating-register-btn { left: 28px; right: auto !important; }
[dir="ltr"] .floating-register-btn { right: 28px !important; left: auto; }

.floating-register-btn.is-hidden {
    transform: translateY(140%) scale(0.92);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.floating-register-btn .register-btn-pulse {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: var(--pr-grad-primary);
    opacity: 0.55;
    filter: blur(4px);
    animation: prPulse 2.4s var(--pr-ease) infinite;
    z-index: -1;
}
@keyframes prPulse {
    0%   { transform: scale(1);   opacity: 0.55; }
    70%  { transform: scale(1.35); opacity: 0; }
    100% { transform: scale(1.35); opacity: 0; }
}

.floating-register-btn .register-btn-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: var(--pr-grad-primary) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    padding: 14px 26px !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    box-shadow: 0 18px 40px -14px rgba(18, 129, 131, 0.7),
                inset 0 0 0 1px rgba(255, 255, 255, 0.18) !important;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s var(--pr-ease), box-shadow 0.4s var(--pr-ease), filter 0.4s var(--pr-ease) !important;
}
.floating-register-btn .register-btn-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.35) 50%, transparent 70%);
    transform: translateX(-120%);
    transition: transform 0.9s var(--pr-ease);
}
.floating-register-btn:hover .register-btn-link {
    transform: translateY(-3px) scale(1.04);
    filter: brightness(1.06);
    box-shadow: 0 26px 56px -16px rgba(18, 129, 131, 0.85),
                inset 0 0 0 1px rgba(255, 255, 255, 0.25) !important;
}
.floating-register-btn:hover .register-btn-link::before {
    transform: translateX(120%);
}
.floating-register-btn .register-btn-link i {
    font-size: 1.15rem;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 600px) {
    .floating-register-btn {
        bottom: 18px !important;
        inset-inline-end: 18px !important;
    }
    .floating-register-btn .register-btn-link {
        padding: 13px 18px !important;
        font-size: 0.95rem !important;
    }
    .floating-register-btn .register-btn-link span { display: inline !important; }
}

/* ---------- Scroll-reveal animations ---------- */
[data-pr-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.9s var(--pr-ease), transform 0.9s var(--pr-ease);
    will-change: opacity, transform;
}
[data-pr-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}
[data-pr-reveal="left"]  { transform: translateX(-32px); }
[data-pr-reveal="right"] { transform: translateX(32px); }
[data-pr-reveal="left"].is-visible,
[data-pr-reveal="right"].is-visible { transform: translateX(0); }
[data-pr-reveal="zoom"]  { transform: scale(0.94); }
[data-pr-reveal="zoom"].is-visible { transform: scale(1); }

@media (prefers-reduced-motion: reduce) {
    [data-pr-reveal],
    .floating-register-btn .register-btn-pulse,
    .topic-item, .goal-item, .partners-container img,
    .floating-register-btn .register-btn-link {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

/* =====================================================================
   PREMIUM HERO — Split layout with countdown, stats, dual CTAs
   ===================================================================== */

/* Cinematic overlay over the video (kept full-height dark for legibility) */
.video-container::before {
    background: linear-gradient(180deg,
        rgba(4, 32, 33, 0.85) 0%,
        rgba(6, 47, 48, 0.78) 40%,
        rgba(10, 74, 76, 0.78) 75%,
        rgba(13, 100, 102, 0.85) 100%) !important;
}
.video-container::after {
    /* Subtle teal-tinted bottom fade so it blends into the page below WITHOUT washing out text */
    background: linear-gradient(to top,
        rgba(244, 251, 251, 0.95) 0%,
        rgba(244, 251, 251, 0.0) 100%) !important;
    height: 80px !important;
}
.video-container video {
    filter: saturate(1.05) contrast(1.02) brightness(0.72);
}

/* Hero shell — has its OWN dark backdrop so text stays legible even if video fails to load */
.hero-premium {
    position: relative;
    min-height: clamp(620px, 92vh, 920px);
    padding: clamp(80px, 10vh, 130px) clamp(16px, 4vw, 60px) 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    overflow: hidden;
    isolation: isolate;
}
.hero-premium::before {
    /* Independent dark backdrop locked to the hero — works even without the video */
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(120% 80% at 30% 20%, rgba(13, 100, 102, 0.45), transparent 60%),
        radial-gradient(80% 60% at 80% 80%, rgba(18, 129, 131, 0.35), transparent 60%),
        linear-gradient(180deg, rgba(4, 32, 33, 0.50) 0%, rgba(6, 47, 48, 0.65) 100%);
    pointer-events: none;
}

/* Decorative aura / orbs over the video */
.hero-aura {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.55;
    will-change: transform;
}
.hero-orb-1 {
    width: 460px; height: 460px;
    background: radial-gradient(circle, rgba(76, 196, 198, 0.6), transparent 65%);
    top: -120px; inset-inline-start: -120px;
    animation: prFloatA 14s ease-in-out infinite;
}
.hero-orb-2 {
    width: 360px; height: 360px;
    background: radial-gradient(circle, rgba(212, 175, 106, 0.45), transparent 65%);
    bottom: -100px; inset-inline-end: -80px;
    animation: prFloatB 18s ease-in-out infinite;
}
.hero-orb-3 {
    width: 260px; height: 260px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.35), transparent 65%);
    top: 40%; inset-inline-end: 30%;
    animation: prFloatA 22s ease-in-out infinite reverse;
}
@keyframes prFloatA {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(40px, -30px) scale(1.08); }
}
@keyframes prFloatB {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(-50px, 30px) scale(1.1); }
}

/* ----- Split grid: main content (left) is the focus, patron (right) is supporting ----- */
.hero-grid {
    position: relative;
    z-index: 2;
    width: min(1240px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 5vw, 5rem);
    align-items: center;
}

/* ===== Patron column (supporting, not dominant) ===== */
.hero-patron-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    animation: prFadeUp 0.9s var(--pr-ease) 0.15s both;
}
.hero-patron {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hero-patron::before {
    content: "";
    position: absolute;
    inset: -8%;
    background: radial-gradient(closest-side, rgba(76, 196, 198, 0.30), rgba(76, 196, 198, 0) 70%);
    filter: blur(24px);
    z-index: 0;
    pointer-events: none;
}
.hero-patron-img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100% !important;
    max-width: clamp(240px, 26vw, 360px) !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    filter: drop-shadow(0 22px 48px rgba(0, 0, 0, 0.55))
            drop-shadow(0 0 18px rgba(18, 129, 131, 0.25));
    transition: transform 0.8s var(--pr-ease), filter 0.6s var(--pr-ease);
}
.hero-patron:hover .hero-patron-img {
    transform: translateY(-4px) scale(1.02);
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.65))
            drop-shadow(0 0 22px rgba(30, 167, 169, 0.35));
}

/* ===== Main column: clean vertical hierarchy ===== */
.hero-main-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
    gap: clamp(1.25rem, 2.4vw, 2rem);
    width: 100%;
    max-width: 620px;
}

/* Eyebrow — small label that introduces a tier */
.hero-eyebrow {
    display: inline-block;
    padding: 7px 16px;
    background: rgba(8, 50, 52, 0.65);
    border: 1px solid rgba(76, 196, 198, 0.55);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px -10px rgba(0, 0, 0, 0.5);
}
.hero-eyebrow-patron {
    background: rgba(8, 50, 52, 0.65);
    border-color: rgba(212, 175, 106, 0.7);
    color: var(--pr-gold-light);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* --- Tier 1: identity --- */
.hero-identity {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    animation: prFadeUp 0.9s var(--pr-ease) both;
}
.hero-logo-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.hero-logo-glow {
    position: absolute;
    inset: -30px -20px;
    background: radial-gradient(closest-side, rgba(76, 196, 198, 0.55), rgba(76, 196, 198, 0) 70%);
    filter: blur(18px);
    z-index: 0;
    pointer-events: none;
    animation: prGlowPulse 4.5s ease-in-out infinite;
}
@keyframes prGlowPulse {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50%      { opacity: 0.85; transform: scale(1.05); }
}
.hero-logo-wrap .logo-img {
    position: relative;
    z-index: 1;
    margin: 0 !important;
    max-width: clamp(280px, 34vw, 460px);
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.5));
}
.hero-tagline {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    font-weight: 600;
    line-height: 1.65;
    opacity: 1;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7),
                 0 1px 3px rgba(0, 0, 0, 0.5);
    max-width: 540px;
}

/* --- Tier 2: countdown block (with label) --- */
.hero-countdown-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    animation: prFadeUp 0.9s var(--pr-ease) 0.2s both;
}
.hero-block-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    opacity: 1;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    padding-inline-start: 4px;
}
.hero-block-label::before {
    /* content: "";
    width: 22px;
    height: 2px;
    background: var(--pr-teal-300);
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(76, 196, 198, 0.7); */
}

/* Countdown — high-contrast on video bg */
.hero-countdown {
    display: inline-flex;
    align-items: stretch;
    gap: 8px;
    padding: 16px 20px;
    background: rgba(8, 50, 52, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 22px;
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    box-shadow: 0 22px 60px -22px rgba(0, 0, 0, 0.7),
                inset 0 0 0 1px rgba(255, 255, 255, 0.10);
    direction: ltr;
    animation: prFadeUp 0.9s var(--pr-ease) 0.2s both;
}
.hc-item {
    min-width: 70px;
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.20);
}
.hc-value {
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
    letter-spacing: 0.02em;
}
.hc-label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #ffffff;
    opacity: 0.95;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.hc-sep {
    align-self: center;
    color: #ffffff;
    opacity: 0.85;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom: 18px;
    animation: prBlink 1.2s ease-in-out infinite;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
@keyframes prBlink { 0%, 100% { opacity: 0.55; } 50% { opacity: 1; } }

/* --- Tier 3: unified info card (date + location together) --- */
.hero-info-card {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    background: rgba(8, 50, 52, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: var(--pr-radius-md);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    box-shadow: 0 22px 50px -22px rgba(0, 0, 0, 0.65),
                inset 0 1px 0 rgba(255, 255, 255, 0.12);
    overflow: hidden;
    animation: prFadeUp 0.9s var(--pr-ease) 0.3s both;
}
.hero-info-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 22px;
    /* flex: 1 1 240px; */
    min-width: 0;
}
.hero-info-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(76, 196, 198, 0.30), rgba(30, 167, 169, 0.20));
    border: 1px solid rgba(76, 196, 198, 0.45);
    color: #ffffff;
    font-size: 1.15rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.hero-info-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    line-height: 1.4;
}
.hero-info-text strong {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.98rem;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}
.hero-info-text span {
    color: #ffffff;
    opacity: 0.78;
    font-size: 0.82rem;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.hero-info-divider {
    width: 1px;
    align-self: stretch;
    margin: 12px 0;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.30), transparent);
}

/* --- Tier 4: action — one dominant button + text link --- */
.hero-cta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 0.25rem;
    animation: prFadeUp 0.9s var(--pr-ease) 0.4s both;
}
.hero-cta-primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 16px 36px !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    cursor: pointer;
    margin-top: 0 !important;
    background: var(--pr-grad-primary) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 26px 56px -18px rgba(18, 129, 131, 0.85),
                inset 0 0 0 1px rgba(255, 255, 255, 0.20) !important;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    transition: transform 0.35s var(--pr-ease), box-shadow 0.35s var(--pr-ease),
                filter 0.35s var(--pr-ease) !important;
}
.hero-cta-primary > span {
    white-space: nowrap;
    display: inline-block;
}
.hero-cta-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.30) 50%, transparent 70%);
    transform: translateX(-120%);
    transition: transform 0.9s var(--pr-ease);
}
.hero-cta-primary:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 32px 70px -20px rgba(18, 129, 131, 0.95),
                inset 0 0 0 1px rgba(255, 255, 255, 0.30) !important;
    filter: brightness(1.06);
}
.hero-cta-primary:hover::before { transform: translateX(120%); }
.hero-cta-arrow {
    transition: transform 0.35s var(--pr-ease);
}
.hero-cta-primary:hover .hero-cta-arrow { transform: translateX(-4px); }

.hero-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.98rem;
    text-decoration: none;
    letter-spacing: 0.02em;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(8, 50, 52, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
    box-shadow: 0 8px 24px -10px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    transition: color 0.3s var(--pr-ease), gap 0.3s var(--pr-ease),
                background 0.3s var(--pr-ease), border-color 0.3s var(--pr-ease);
}
.hero-cta-link:hover {
    color: var(--pr-teal-300);
    gap: 12px;
    background: rgba(8, 50, 52, 0.65);
    border-color: var(--pr-teal-300);
}

/* --- Tier 5: stats — subtle inline proof --- */
.hero-stats {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 12px 22px;
    margin: 0;
    /* background: rgba(8, 50, 52, 0.40); */
    /* border: 1px solid rgba(255, 255, 255, 0.18); */
    border-radius: 999px;
    /* backdrop-filter: blur(10px); */
    /* -webkit-backdrop-filter: blur(10px); */
    /* box-shadow: 0 12px 30px -14px rgba(0, 0, 0, 0.5); */
    /* animation: prFadeUp 0.9s var(--pr-ease) 0.5s both; */
}
.hero-stat {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    line-height: 1;
}
.hero-stat-num {
    font-size: clamp(1.3rem, 2vw, 1.65rem);
    font-weight: 800;
    color: #ffffff;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    letter-spacing: 0.02em;
}
.hero-stat-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #ffffff;
    opacity: 1;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}
.hero-stat-sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
}

/* Scroll hint */
.hero-scroll-hint {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    animation: prBob 2.4s ease-in-out infinite;
    transition: color 0.3s var(--pr-ease);
}
.hero-scroll-hint:hover { color: #ffffff; }
.hero-scroll-mouse {
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}
.hero-scroll-wheel {
    width: 3px;
    height: 8px;
    background: #ffffff;
    border-radius: 3px;
    animation: prWheel 1.6s ease-in-out infinite;
}
@keyframes prWheel {
    0%   { transform: translateY(0);  opacity: 1; }
    100% { transform: translateY(10px); opacity: 0; }
}
@keyframes prBob {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%      { transform: translateX(-50%) translateY(-6px); }
}

@keyframes prFadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---------- Hero responsive ---------- */
@media (max-width: 992px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        justify-items: center;
    }
    .hero-patron-col { order: -1; }
    .hero-patron-img { max-width: 220px !important; }
    .hero-main-col {
        align-items: center;
        text-align: center;
        max-width: 580px;
    }
    .hero-identity { align-items: center; }
    .hero-countdown-block { align-items: center; }
    .hero-cta-row { justify-content: center; }
    .hero-stats { justify-content: center; }
    .hero-tagline { text-align: center; }
}

@media (max-width: 700px) {
    .hero-info-card { flex-direction: column; }
    .hero-info-divider {
        width: auto;
        height: 1px;
        margin: 0 16px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.30), transparent);
    }
}

@media (max-width: 600px) {
    .hero-premium {
        padding: 90px 14px 110px;
        min-height: 100vh;
    }
    .hero-patron-img { max-width: 180px !important; }
    .hc-item { min-width: 58px; padding: 8px 10px; }
    .hc-value { font-size: 1.4rem; }
    .hc-label { font-size: 0.7rem; }
    .hc-sep { font-size: 1.2rem; padding-bottom: 14px; }
    .hero-cta-row { gap: 14px; flex-direction: column; align-items: stretch; }
    .hero-cta-primary {
        padding: 14px 24px !important;
        font-size: 1rem !important;
        justify-content: center;
        width: 100%;
    }
    .hero-cta-link { justify-content: center; }
    .hero-info-row { padding: 14px 16px; }
    .hero-info-icon { width: 38px; height: 38px; font-size: 1rem; }
    .hero-stats { gap: 1rem; }
    .hero-scroll-hint { bottom: 16px; }
}

/* ---------- Footer polish ---------- */
.footer-bottom {
    background: var(--pr-grad-primary-dark) !important;
    color: #eafafa !important;
}
.footer-bottom a { color: var(--pr-gold-light) !important; }
