/* =========================================================
   H2O RESIDENCE — COMPLETE PAGE STYLESHEET
   ---------------------------------------------------------
   Self-contained. The H2O page depends only on:
     1. main.css   (site-wide: colours, fonts, buttonstyle1,
                    greenbg/whitebg, specialxltext, marquee, etc.)
     2. this file  (everything else the event page needs)

   Shared helpers that live in home.css (.pinkbg,
   .buttonstyle-solid, .section-label, .reveal) are NOT in
   main.css, so they're included here too — the H2O page
   doesn't load home.css.

   Contents:
    0. Local tokens + orphan helpers (pinkbg, section-label,
       buttonstyle-solid, reveal)
    1. Hero
    2. Save-the-date card
    3. Ticker
    4. Intro / stat tiles
    5. Activity cards (+ feature, competition, luckydraw,
       placeholder variants)
    6. Competitions section
    7. Lucky Draw section (+ poster placeholder)
    8. Schedule — single-column timeline
    9. Location
   10. CTA banner
   11. Partners
   12. Footer helper + back link
   ========================================================= */


/* =========================================================
   0. LOCAL TOKENS + ORPHAN HELPERS
   ========================================================= */
:root {
    --amber: #f5b82c;
}

/* Pink background helper (matches brownbg/bluebg/greenbg in main.css) */
.pinkbg {
    background-color: var(--accent1);
    color: white !important;
}

/* White-filled button with pink text — primary CTA on coloured bgs */
.buttonstyle-solid {
    background-color: white;
    border: 1px solid white;
    border-radius: 50rem;
    color: var(--accent1);
    font-weight: bold;
    transition: transform 0.3s ease;
    padding: 0.75rem 1.5rem;
    display: inline-block;
    text-decoration: none;
}
.buttonstyle-solid:hover {
    transform: scale(1.05);
    color: var(--accent1);
}

/* Section label pill — small all-caps pill above most H2 headings */
.section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding: 0.4rem 0.9rem;
    border: 1.5px solid currentColor;
    border-radius: 50rem;
    margin-bottom: 1rem;
}

/* Scroll-reveal animation (triggered by verdi-eco.js adding .in) */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   1. HERO
   ========================================================= */
.verdi-hero {
    position: relative;
    min-height: 92vh;
    overflow: hidden;
    background: var(--accent3);
    color: white;
    isolation: isolate;
}
.verdi-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(10, 117, 75, 0.85) 0%,
        rgba(37, 167, 166, 0.65) 60%,
        rgba(178, 45, 104, 0.55) 100%);
    z-index: -1;
}

/* H2O hero background image — swap the URL for a real H2O photo */
.h2o-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    /* TODO: replace with real H2O property/event photo */
    background-image: url('https://images.unsplash.com/photo-1502673530728-f79b4cab31b1?auto=format&fit=crop&w=2400&q=80');
    background-size: cover;
    background-position: center;
    opacity: 0.30;
    z-index: -2;
}

/* Oversized decorative MANTAP letters in hero corners */
.hero-shape {
    position: absolute;
    font-weight: 900;
    font-size: clamp(8rem, 26vw, 28rem);
    line-height: 1;
    opacity: 0.12;
    pointer-events: none;
    user-select: none;
}
.hero-shape.s1 { top: -2rem;    left: -2rem;  color: var(--accent1); }
.hero-shape.s2 { bottom: -5rem; right: -3rem; color: var(--amber);   }

.hero-kicker {
    display: inline-block;
    background: white;
    color: var(--accent3);
    padding: 0.4rem 1rem;
    border-radius: 50rem;
    font-weight: 900;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-size: clamp(3.5rem, 12vw, 11rem);
    font-weight: 900;
    line-height: 0.85;
    letter-spacing: -0.035em;
    margin: 0;
}
.hero-title .mantap-pink  { color: #ffadd1; }
.hero-title .mantap-amber { color: #ffd27a; }

.hero-meta {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: clamp(0.9rem, 1.2vw, 1.1rem);
}
.hero-meta .divider { opacity: 0.5; margin: 0 0.75rem; }

.hero-desc {
    max-width: 580px;
    font-size: 1.1rem;
    line-height: 1.55;
}

@media (max-width: 768px) {
    .hero-title { line-height: 0.9; }
}


/* =========================================================
   2. SAVE-THE-DATE CARD
   ========================================================= */
.save-date-card {
    background: white;
    border-radius: 24px;
    padding: 2rem;
    color: black;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    transform: rotate(2deg);
}
.save-date-card .kicker {
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    color: var(--accent1);
}
.save-date-card .day {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
    color: var(--accent3);
    margin-top: 0.5rem;
}
.save-date-card .month {
    font-weight: 900;
    font-size: 1.5rem;
    color: var(--accent3);
    letter-spacing: 0.05em;
}
.save-date-card .year {
    font-weight: 700;
    opacity: 0.6;
    margin-top: 0.25rem;
}
.save-date-card .where-label {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
}
.save-date-card .where-value { font-weight: 700; }


/* =========================================================
   3. TICKER
   ========================================================= */
.ticker {
    background: var(--accent4);
    color: white;
    padding: 1.1rem 0;
    overflow: hidden;
    white-space: nowrap;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}
.ticker-track {
    display: inline-block;
    animation: ticker-move 35s linear infinite;
    font-weight: 900;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.ticker-track span { padding: 0 2rem; }
.ticker-track .dot { color: var(--amber); }

@keyframes ticker-move {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}


/* =========================================================
   4. INTRO / STAT TILES
   ========================================================= */
.intro-lead {
    font-size: 1.1rem;
    max-width: 640px;
    margin: 0 auto;
    color: #444;
}

.stat-tile {
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 1.75rem 1.25rem;
    text-align: center;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.stat-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.stat-tile .icon {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 0.75rem;
    display: block;
}
.stat-tile .num {
    font-weight: 900;
    font-size: 2rem;
    line-height: 1;
    color: var(--accent1);
}
.stat-tile .label {
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #666;
    margin-top: 0.35rem;
}


/* =========================================================
   5. ACTIVITY CARDS
   ========================================================= */
.activity-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    background: #111;
    display: block;
    text-decoration: none;
}
.activity-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}
.activity-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.activity-card:hover img { transform: scale(1.06); }

.activity-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.4) 45%,
        rgba(0, 0, 0, 0) 100%);
}

.activity-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: white;
    color: var(--accent3);
    padding: 0.35rem 0.9rem;
    border-radius: 50rem;
    font-weight: 900;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.activity-badge.paid { background: var(--accent1); color: white; }
.activity-badge.free { background: var(--amber);   color: #2a1a08; }

/* Featured + competition badge variants */
.activity-badge.feature {
    background: white;
    color: var(--accent1);
    letter-spacing: 0.1em;
    font-size: 0.7rem;
    padding: 0.4rem 0.75rem;
}
.activity-badge.competition {
    background: var(--amber);
    color: #2a1a08;
    letter-spacing: 0.12em;
    font-size: 0.7rem;
    padding: 0.4rem 0.75rem;
}

.activity-time {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(0, 0, 0, 0.55);
    color: white;
    padding: 0.35rem 0.8rem;
    border-radius: 50rem;
    font-weight: 700;
    font-size: 0.8rem;
    backdrop-filter: blur(8px);
}

.activity-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.5rem 1.75rem;
    color: white;
}
.activity-partner {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    opacity: 0.85;
    margin-bottom: 0.4rem;
    font-weight: 600;
}
.activity-title {
    font-size: clamp(1.15rem, 1.5vw, 1.4rem);
    font-weight: 900;
    line-height: 1.05;
    margin: 0;
}
.activity-price {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    font-weight: 700;
}
.activity-price .strike {
    text-decoration: line-through;
    opacity: 0.6;
    margin-right: 0.35rem;
}

/* Featured activity hover glow (Tupai AI) */
.activity-card--feature:hover {
    box-shadow: 0 25px 50px rgba(255, 255, 255, 0.18);
}

/* Competition activity hover glow (chess) */
.activity-card--competition:hover {
    box-shadow: 0 25px 50px rgba(245, 184, 44, 0.25);
}

/* Lucky Draw teaser card — no image, gradient + confetti */
.activity-card--luckydraw {
    background: linear-gradient(135deg, var(--accent1) 0%, #7a1d46 100%);
    position: relative;
    overflow: hidden;
}
.activity-card--luckydraw::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255, 210, 122, 0.25) 0, transparent 3%),
        radial-gradient(circle at 70% 20%, rgba(255, 173, 209, 0.25) 0, transparent 3%),
        radial-gradient(circle at 80% 60%, rgba(123, 224, 223, 0.25) 0, transparent 3%),
        radial-gradient(circle at 30% 75%, rgba(255, 210, 122, 0.25) 0, transparent 3%),
        radial-gradient(circle at 55% 90%, rgba(255, 173, 209, 0.25) 0, transparent 3%);
    pointer-events: none;
}
.activity-card--luckydraw .activity-card-overlay { display: none; }

.luckydraw-teaser {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    color: white;
    z-index: 1;
}
.luckydraw-teaser-icon {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    line-height: 1;
    margin-bottom: 0.75rem;
}
.luckydraw-teaser-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 0.4rem;
}
.luckydraw-teaser-title {
    font-weight: 900;
    font-size: clamp(1.6rem, 2.2vw, 2.1rem);
    line-height: 0.9;
    letter-spacing: -0.02em;
    color: var(--amber);
}
.luckydraw-teaser-prizes {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    opacity: 0.92;
    font-weight: 700;
}

/* "More to come" placeholder card */
.activity-card--placeholder {
    background: rgba(255, 255, 255, 0.08);
    border: 2px dashed rgba(255, 255, 255, 0.4);
    cursor: default;
}
.activity-card--placeholder:hover {
    transform: none;
    box-shadow: none;
}
.activity-card--placeholder .placeholder-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0.75;
}
.activity-card--placeholder .placeholder-icon {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0.75rem;
}
.activity-card--placeholder .placeholder-text {
    font-weight: 900;
    font-size: 0.95rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}


/* =========================================================
   6. COMPETITIONS SECTION (chess)
   ========================================================= */
.competitions-section {
    background: linear-gradient(135deg, var(--accent3) 0%, var(--accent2) 60%, var(--amber) 140%);
    color: white;
    position: relative;
    overflow: hidden;
}
.competitions-lead {
    font-size: 1.15rem;
    line-height: 1.55;
    opacity: 0.95;
    max-width: 620px;
    margin: 0 auto;
}

.competition-card {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 24px;
    padding: 2.5rem 2.25rem;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
}
.competition-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.35);
}
.competition-icon {
    position: absolute;
    top: 0.5rem;
    right: 1.25rem;
    font-size: clamp(5rem, 9vw, 8rem);
    line-height: 1;
    opacity: 0.16;
    pointer-events: none;
    user-select: none;
}
.competition-tag {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--amber);
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}
.competition-title {
    font-weight: 900;
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    line-height: 0.9;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}
.competition-desc {
    font-size: 1rem;
    line-height: 1.55;
    opacity: 0.95;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}
.competition-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}
.competition-detail-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    border-left: 3px solid var(--amber);
}
.competition-detail-row .detail-label {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.75;
    align-self: center;
}
.competition-detail-row .detail-value {
    font-size: 0.92rem;
    font-weight: 700;
    align-self: center;
}


/* =========================================================
   7. LUCKY DRAW SECTION
   ========================================================= */
.luckydraw-section {
    background: linear-gradient(135deg, var(--accent2) 0%, var(--accent3) 65%, var(--accent1) 140%);
    color: white;
    position: relative;
    overflow: hidden;
}
.luckydraw-shape {
    position: absolute;
    font-size: clamp(8rem, 14vw, 16rem);
    line-height: 1;
    opacity: 0.08;
    pointer-events: none;
    user-select: none;
}
.luckydraw-shape.ld-shape-1 { top: -2rem;    left: -1rem;  transform: rotate(-10deg); }
.luckydraw-shape.ld-shape-2 { bottom: -3rem; right: -1rem; transform: rotate(15deg);  }

.luckydraw-lead {
    font-size: 1.15rem;
    line-height: 1.55;
    opacity: 0.95;
    max-width: 520px;
    margin-bottom: 1.5rem;
}
.luckydraw-disclaimer {
    font-size: 0.8rem;
    opacity: 0.7;
    margin: 0;
}

.luckydraw-steps {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}
.luckydraw-step {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    padding: 0.9rem 1.25rem;
    transition: background 0.25s ease, transform 0.25s ease;
}
.luckydraw-step:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(4px);
}
.step-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--amber);
    color: #2a1a08;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1rem;
    flex-shrink: 0;
}
.step-text {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
}

/* Lucky draw poster placeholder (no poster yet) */
.luckydraw-poster-placeholder {
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 2px dashed rgba(255, 255, 255, 0.35);
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    color: white;
}
.luckydraw-poster-placeholder .poster-placeholder-icon {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.6;
}
.luckydraw-poster-placeholder .poster-placeholder-title {
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.5rem;
}
.luckydraw-poster-placeholder .poster-placeholder-sub {
    font-size: 0.9rem;
    opacity: 0.75;
    font-weight: 500;
}

.luckydraw-sessions-note {
    margin-top: 1.5rem;
    text-align: center;
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    border: 1px dashed rgba(255, 255, 255, 0.25);
}
.sessions-note-label {
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 0.75rem;
}
.sessions-note-times {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}
.session-chip {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.4rem 0.9rem;
    border-radius: 50rem;
    font-size: 0.85rem;
    font-weight: 700;
}


/* =========================================================
   8. SCHEDULE — SINGLE-COLUMN TIMELINE
   ========================================================= */
.schedule-section {
    background: var(--accent3);
    color: white;
}
.schedule-lead {
    max-width: 580px;
    margin: 0 auto;
    opacity: 0.9;
}

.timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.timeline-row {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 1rem;
    align-items: stretch;
}
@media (max-width: 576px) {
    .timeline-row { grid-template-columns: 96px 1fr; }
}
.timeline-time {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 900;
    font-size: 0.95rem;
    line-height: 1.2;
    padding: 0.85rem 0.5rem;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    letter-spacing: 0.01em;
}
.timeline-time .dash { opacity: 0.55; }
@media (max-width: 576px) {
    .timeline-time { font-size: 0.8rem; }
}
.timeline-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1rem 1.4rem;
    background: rgba(255, 255, 255, 0.10);
    border-left: 5px solid rgba(255, 255, 255, 0.45);
    border-radius: 12px;
    transition: background 0.2s ease, transform 0.2s ease;
}
.timeline-card:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateX(3px);
}
.timeline-title {
    font-weight: 700;
    font-size: 1.02rem;
    line-height: 1.3;
    flex: 1 1 auto;
}
.timeline-title em {
    font-weight: 500;
    opacity: 0.85;
}
.timeline-badge {
    flex: 0 0 auto;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.3rem 0.75rem;
    border-radius: 50rem;
}
.timeline-badge.free {
    background: var(--amber);
    color: #2a1a08;
}
.timeline-badge.feature {
    background: white;
    color: var(--accent1);
}
.timeline-card--feature {
    border-left-color: var(--amber);
    background: rgba(245, 184, 44, 0.16);
}
.timeline-card--highlight {
    border-left-color: var(--accent1);
    background: rgba(178, 45, 104, 0.22);
}
.timeline-card--highlight .timeline-title { font-weight: 900; }
.timeline-card--break {
    border-left-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.05);
}
.timeline-card--break .timeline-title { opacity: 0.85; font-weight: 600; }


/* =========================================================
   9. LOCATION
   ========================================================= */
.location-lead { max-width: 480px; }

.location-pin {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--accent2);
    color: white;
    padding: 0.4rem 0.9rem;
    border-radius: 50rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.location-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.location-image {
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
}
.location-name {
    font-weight: 900;
    font-size: 1.2rem;
    color: var(--accent3);
}
.location-address {
    margin-top: 0.5rem;
    color: #666;
}


/* =========================================================
   10. CTA BANNER
   ========================================================= */
.cta-banner {
    background: var(--accent1);
    color: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}
.cta-lead {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
}
.cta-sup { font-size: 0.5em; }
.cta-shape {
    position: absolute;
    font-weight: 900;
    font-size: clamp(10rem, 28vw, 22rem);
    line-height: 1;
    opacity: 0.1;
    pointer-events: none;
}
.cta-shape.l { top: -3rem;    left: -1rem;  color: var(--accent2); }
.cta-shape.r { bottom: -5rem; right: -1rem; color: var(--amber);   }


/* =========================================================
   11. PARTNERS
   ========================================================= */
.partner-group {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 100%;
}
.partner-group-label {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 0.75rem;
}
.partner-logo-card {
    background: white;
    border-radius: 12px;
    padding: 1.25rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    transition: transform 0.25s ease;
}
.partner-logo-card:hover { transform: translateY(-3px); }
.partner-logo-card .placeholder-logo {
    font-weight: 900;
    font-size: 1.1rem;
    color: var(--accent3);
    text-align: center;
    line-height: 1.1;
}


/* =========================================================
   12. FOOTER HELPER + BACK LINK
   ========================================================= */
.footer-copy {
    font-size: 0.9rem;
    color: #666;
}
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--accent3);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
}
.back-link:hover { color: var(--accent1); }


/* =========================================================
   13. NAVBAR BACKGROUND FIX
   ---------------------------------------------------------
   Bootstrap's .bg-body-tertiary can render an off-white tint
   depending on theme tokens. Force it white so the navbar
   matches the .whitebg wrapper around it.
   ========================================================= */
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: white !important;
}