        :root {
            --primary-bg: #0a0a1a;
            --card-bg: #11112b;
            --accent-color: #00f2fe;
            --text-main: #ffffff;
            --text-muted: #a0a0b8;
            --border-color: #2a2a4a;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }

        body {
            background-color: var(--primary-bg);
            color: var(--text-main);
            line-height: 1.6;
            overflow-x: hidden;
        }

        /* Hero Section */
        header {
            position: relative;
            overflow: hidden;
            background: #060713;
        }

        .hero {
            position: relative;
            min-height: min(840px, 94vh);
            display: grid;
            place-items: center;
            isolation: isolate;
            overflow: hidden;
            background: #060713;
        }

        /* Hero Background Media & Layering */
        .hero-bg-media {
            position: absolute;
            inset: 0;
            z-index: 0;
            overflow: hidden;
            pointer-events: none;
        }

        .hero-bg-img {
            position: absolute;
            inset: -15px;
            background: url("ximages1/RVR.jpg") center 35% / cover no-repeat;
            filter: brightness(0.68) contrast(1.12) saturate(1.1);
            transform: scale(1.02);
            transition: transform 12s ease-out;
        }

        /* Cinematic Gradient & Vignette: Keeps building clearly visible while darkening bottom and edges */
        .hero-bg-overlay {
            position: absolute;
            inset: 0;
            background:
                /* Subtle cyan aura */
                radial-gradient(ellipse at 50% 35%, rgba(0, 242, 254, 0.08) 0%, transparent 65%),
                /* Edge vignette */
                radial-gradient(ellipse at 50% 50%, transparent 40%, rgba(6, 7, 19, 0.55) 75%, rgba(6, 7, 19, 0.88) 100%),
                /* Top soft fade and bottom smooth blend into the page */
                linear-gradient(to bottom, rgba(6, 7, 19, 0.6) 0%, rgba(6, 7, 19, 0.15) 35%, rgba(6, 7, 19, 0.45) 70%, #0a0a1a 100%);
        }

        /* Futuristic Subtle Tech Grid Mesh */
        .hero-grid-mesh {
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(0, 242, 254, 0.04) 1px, transparent 1px),
                linear-gradient(90deg, rgba(0, 242, 254, 0.04) 1px, transparent 1px);
            background-size: 60px 60px;
            background-position: center center;
            mask-image: radial-gradient(ellipse at 50% 45%, black 20%, transparent 75%);
            -webkit-mask-image: radial-gradient(ellipse at 50% 45%, black 20%, transparent 75%);
            pointer-events: none;
        }

        .hero-inner {
            position: relative;
            z-index: 1;
            width: min(100%, 1160px);
            padding: 60px 20px 65px;
            text-align: center;
        }

        /* Glassmorphic Frosted Center Backplate - gives high contrast without hiding the building */
        .hero-center-block {
            position: relative;
            width: min(100%, 960px);
            margin: 0 auto;
            padding: 36px 32px 30px;
            border-radius: 24px;
            background: rgba(8, 12, 28, 0.58);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(0, 242, 254, 0.22);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 242, 254, 0.1);
            animation: heroReveal 1s cubic-bezier(0.16, 1, 0.3, 1) both;
        }

        /* Institution Eyebrow Badge */
        .hero-college-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 7px 18px;
            border: 1px solid rgba(0, 242, 254, 0.32);
            border-radius: 999px;
            background: rgba(0, 242, 254, 0.08);
            color: #d0f7ff;
            font-size: 0.74rem;
            font-weight: 600;
            letter-spacing: 2px;
            margin-bottom: 20px;
            box-shadow: 0 0 25px rgba(0, 242, 254, 0.15);
            backdrop-filter: blur(8px);
        }

        .college-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #00f2fe;
            box-shadow: 0 0 12px #00f2fe;
            animation: pulseGlow 2s infinite;
        }

        .college-tag {
            padding: 2px 9px;
            background: rgba(0, 242, 254, 0.22);
            border-radius: 6px;
            font-size: 0.65rem;
            color: #38bdf8;
            font-weight: 700;
            letter-spacing: 1px;
        }

        @keyframes pulseGlow {
            0%, 100% { opacity: 0.6; transform: scale(0.9); }
            50% { opacity: 1; transform: scale(1.15); box-shadow: 0 0 16px #00f2fe; }
        }

        .hero-orbit-ring {
            position: absolute;
            top: 50%;
            left: 50%;
            width: min(650px, 85vw);
            aspect-ratio: 1;
            transform: translate(-50%, -50%);
            border: 1px solid rgba(0, 242, 254, 0.14);
            border-radius: 50%;
            pointer-events: none;
            animation: orbitPulse 6s ease-in-out infinite;
        }

        .hero-orbit-ring::before,
        .hero-orbit-ring::after {
            content: '';
            position: absolute;
            inset: 12%;
            border: 1px dashed rgba(79, 172, 254, 0.15);
            border-radius: 50%;
            transform: rotate(42deg) scaleX(1.7);
        }

        .hero-orbit-ring::after {
            transform: rotate(-42deg) scaleX(1.7);
        }

        .hero-orbit-dot {
            position: absolute;
            top: 7%;
            left: 18%;
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: var(--accent-color);
            box-shadow: 0 0 0 5px rgba(0, 242, 254, 0.15), 0 0 25px var(--accent-color);
        }

        .hero-event-name,
        .subyear-text,
        .hero-meta-row,
        .hero-subline,
        .hero-cta-group,
        .scroll-indicator-container {
            position: relative;
            z-index: 1;
        }

        /* Festival Name Styling */
        .hero-event-name {
            margin: 0;
            font-size: clamp(3.2rem, 8.5vw, 6.8rem);
            font-weight: 900;
            letter-spacing: 0.08em;
            line-height: 0.95;
            background: linear-gradient(180deg, #FFFFFF 20%, #E0F7FF 65%, #38bdf8 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 35px rgba(0, 242, 254, 0.45));
        }

        .subyear-text {
            margin: 6px 0 20px;
            background: linear-gradient(90deg, #38bdf8 0%, #00f2fe 35%, #818cf8 70%, #c084fc 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            font-size: clamp(1.8rem, 4.2vw, 3.2rem);
            font-weight: 900;
            letter-spacing: 0.32em;
            line-height: 1;
            text-indent: 0.32em;
            filter: drop-shadow(0 0 25px rgba(0, 242, 254, 0.5));
        }

        /* Meta Badges */
        .hero-meta-row {
            display: inline-flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 14px;
            margin-bottom: 20px;
        }

        .hero-dates {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 22px;
            border: 1px solid rgba(0, 242, 254, 0.35);
            border-radius: 999px;
            background: rgba(8, 20, 42, 0.75);
            color: #ecfcff;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45), 0 0 24px rgba(0, 242, 254, 0.16);
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 2px;
            backdrop-filter: blur(10px);
        }

        .hero-dates i {
            color: var(--accent-color);
            font-size: 0.95rem;
        }

        .hero-date-day {
            color: #00f2fe;
            font-size: 1.25rem;
            font-weight: 700;
        }

        .hero-date-day sup {
            margin-left: 1px;
            font-size: 0.6em;
            letter-spacing: 0;
            vertical-align: super;
        }

        .hero-date-month {
            color: var(--text-main);
        }

        .hero-date-year {
            color: var(--text-muted);
        }

        .hero-tag-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 20px;
            border: 1px solid rgba(129, 140, 248, 0.35);
            border-radius: 999px;
            background: rgba(22, 18, 48, 0.75);
            color: #e0e7ff;
            font-size: 0.78rem;
            font-weight: 600;
            letter-spacing: 1.8px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
            backdrop-filter: blur(10px);
        }

        .hero-tag-badge i {
            color: #facc15;
        }

        .hero-subline {
            margin: 8px auto 26px;
            color: #cbd5e1;
            font-size: 1.05rem;
            font-weight: 400;
            letter-spacing: 0.5px;
            max-width: 620px;
            line-height: 1.6;
        }

        .hero-subline span {
            color: #38bdf8;
            font-weight: 600;
        }

        /* Call To Action Buttons */
        .hero-cta-group {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            flex-wrap: wrap;
            margin-bottom: 24px;
        }

        .btn-hero-primary {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 13px 30px;
            border-radius: 12px;
            background: linear-gradient(135deg, #00f2fe 0%, #38bdf8 60%, #2563eb 100%);
            color: #020617;
            font-weight: 700;
            font-size: 0.92rem;
            letter-spacing: 0.5px;
            text-decoration: none;
            box-shadow: 0 0 30px rgba(0, 242, 254, 0.45), 0 4px 14px rgba(0, 0, 0, 0.4);
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .btn-hero-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 0 45px rgba(0, 242, 254, 0.75), 0 8px 24px rgba(0, 0, 0, 0.5);
            color: #000;
        }

        .btn-hero-secondary {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 13px 28px;
            border-radius: 12px;
            background: rgba(13, 22, 45, 0.75);
            border: 1px solid rgba(0, 242, 254, 0.35);
            color: #e2e8f0;
            font-weight: 600;
            font-size: 0.92rem;
            letter-spacing: 0.5px;
            text-decoration: none;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
            backdrop-filter: blur(10px);
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .btn-hero-secondary:hover {
            background: rgba(0, 242, 254, 0.15);
            border-color: rgba(0, 242, 254, 0.8);
            color: #ffffff;
            transform: translateY(-3px);
            box-shadow: 0 0 25px rgba(0, 242, 254, 0.3);
        }

        /* Scroll Down Indicator */
        .scroll-indicator-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            margin-top: 10px;
            color: var(--text-muted);
        }

        .scroll-link {
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: var(--text-muted);
            transition: color 0.3s ease;
        }

        .scroll-link:hover {
            color: var(--accent-color);
        }

        .scroll-mouse {
            position: relative;
            width: 22px;
            height: 34px;
            border: 1px solid rgba(0, 242, 254, 0.72);
            border-radius: 14px;
        }

        .scroll-wheel {
            position: absolute;
            top: 7px;
            left: 50%;
            width: 3px;
            height: 7px;
            transform: translateX(-50%);
            border-radius: 3px;
            background: var(--accent-color);
            animation: scrollWheel 1.8s ease-in-out infinite;
        }

        .scroll-text {
            font-size: 0.65rem;
            letter-spacing: 3px;
            text-transform: uppercase;
        }

        @keyframes heroReveal {
            from { opacity: 0; transform: translateY(24px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes orbitPulse {
            0%, 100% { opacity: 0.55; transform: translate(-50%, -52%) scale(0.98); }
            50% { opacity: 1; transform: translate(-50%, -52%) scale(1.02); }
        }

        @keyframes scrollWheel {
            0%, 100% { opacity: 0.35; transform: translate(-50%, 0); }
            50% { opacity: 1; transform: translate(-50%, 10px); }
        }

        @media (prefers-reduced-motion: reduce) {
            .hero-center-block,
            .hero-orbit-ring,
            .scroll-wheel,
            .no-fee-track {
                animation: none;
            }
        }

        /* Registration Announcement (Top Ticker) */
        .no-fee-announcement {
            position: sticky;
            top: 0;
            z-index: 1000;
            overflow: hidden;
            width: 100%;
            margin: 0;
            padding: 9px 0;
            border-bottom: 1px solid rgba(0, 242, 254, 0.28);
            background: rgba(5, 14, 28, 0.92);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 242, 254, 0.1);
            white-space: nowrap;
        }

        .no-fee-track {
            display: flex;
            width: max-content;
            animation: announcementScroll 28s linear infinite;
        }

        .no-fee-announcement:hover .no-fee-track,
        .no-fee-announcement:focus-within .no-fee-track {
            animation-play-state: paused;
        }

        .no-fee-text {
            display: inline-flex;
            align-items: center;
            padding: 0 48px;
            color: #f5fdff;
            font-size: 0.92rem;
            font-weight: 600;
            letter-spacing: 0.4px;
        }

        .no-fee-dot {
            padding: 0 12px;
            color: var(--accent-color);
            font-size: 1.25rem;
            line-height: 0;
        }

        @keyframes announcementScroll {
            from { transform: translateX(0); }
            to { transform: translateX(-25%); }
        }

        /* Events Section */
        .events-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .section-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 10px;
            color: var(--text-main);
        }

        .section-subtitle {
            font-size: 1rem;
            color: var(--text-muted);
            margin-bottom: 40px;
        }

        .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        /* Event Cards */
        .card {
            background-color: var(--card-bg);
            border: 1px solid var(--border-color);
            border-radius: 18px;
            overflow: hidden;
            transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            cursor: pointer;
            position: relative;
            display: flex;
            flex-direction: column;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
        }

        .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 14px 40px rgba(0, 242, 254, 0.22);
            border-color: var(--accent-color);
        }

        .card-image-wrapper {
            position: relative;
            width: 100%;
            height: 190px;
            overflow: hidden;
            background: #080d1e;
        }

        .card-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
            transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .card:hover .card-image {
            transform: scale(1.08);
        }

        .card-image-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(17, 17, 43, 0.92) 0%, rgba(17, 17, 43, 0.2) 50%, transparent 100%);
            pointer-events: none;
        }

        .card-content {
            padding: 22px 20px 24px;
            text-align: center;
            background: var(--card-bg);
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .card-title {
            font-size: 1.35rem;
            font-weight: 700;
            margin-bottom: 6px;
            color: var(--text-main);
            letter-spacing: 1px;
            transition: color 0.3s ease;
        }

        .card:hover .card-title {
            color: var(--accent-color);
        }

        .card-dept {
            font-size: 0.85rem;
            color: var(--accent-color);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        /* Footer */
        footer {
            position: relative;
            margin-top: 80px;
            padding: 52px 20px 42px;
            text-align: center;
            background: linear-gradient(180deg, rgba(17, 17, 43, 0.2), #070714);
            border-top: 1px solid var(--border-color);
            color: var(--text-muted);
        }

        footer::before {
            content: '';
            position: absolute;
            top: -1px;
            left: 50%;
            width: 110px;
            height: 3px;
            transform: translateX(-50%);
            background: linear-gradient(90deg, #4facfe, var(--accent-color));
            box-shadow: 0 0 18px rgba(0, 242, 254, 0.65);
        }

        .footer-content {
            max-width: 760px;
            margin: 0 auto;
        }

        .footer-brand {
            color: var(--text-main);
            font-size: 1.05rem;
            font-weight: 600;
            letter-spacing: 0.5px;
        }

        .footer-fest {
            margin: 8px 0 18px;
            color: var(--accent-color);
            font-size: 1.35rem;
            font-weight: 800;
            letter-spacing: 4px;
            text-transform: uppercase;
        }

        .footer-fest span {
            color: #4facfe;
        }

        .social-links {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 12px;
            margin: 0 auto 22px;
        }

        .social-pill {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            min-width: 118px;
            justify-content: center;
            padding: 9px 16px;
            border: 1px solid var(--border-color);
            border-radius: 999px;
            background: rgba(17, 17, 43, 0.72);
            color: var(--text-muted);
            font-size: 0.78rem;
            font-weight: 600;
            text-decoration: none;
            transition: transform 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
        }

        .social-pill i {
            font-size: 1rem;
        }

        .social-pill:hover,
        .social-pill:focus-visible {
            transform: translateY(-3px);
            color: var(--text-main);
            outline: none;
        }

        .social-pill.instagram:hover,
        .social-pill.instagram:focus-visible {
            border-color: #e1306c;
            box-shadow: 0 5px 18px rgba(225, 48, 108, 0.2);
        }

        .social-pill.youtube:hover,
        .social-pill.youtube:focus-visible {
            border-color: #ff4545;
            box-shadow: 0 5px 18px rgba(255, 69, 69, 0.2);
        }

        .social-pill.twitter:hover,
        .social-pill.twitter:focus-visible {
            border-color: #8edbff;
            box-shadow: 0 5px 18px rgba(142, 219, 255, 0.2);
        }

        .footer-copy {
            color: var(--text-muted);
            font-size: 0.82rem;
        }

        .footer-divider {
            padding: 0 7px;
            color: var(--accent-color);
        }

        /* Animations */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .card {
            animation: fadeIn 0.8s ease backwards;
        }

        .card:nth-child(1) { animation-delay: 0.1s; }
        .card:nth-child(2) { animation-delay: 0.2s; }
        .card:nth-child(3) { animation-delay: 0.3s; }
        .card:nth-child(4) { animation-delay: 0.4s; }
        .card:nth-child(5) { animation-delay: 0.5s; }
        .card:nth-child(6) { animation-delay: 0.6s; }
        .card:nth-child(7) { animation-delay: 0.7s; }
        .card:nth-child(8) { animation-delay: 0.8s; }
        .card:nth-child(9) { animation-delay: 0.9s; }
        .card:nth-child(10) { animation-delay: 1.0s; }
        .card:nth-child(11) { animation-delay: 1.1s; }

        /* Responsive */
        @media (max-width: 768px) {
            header h1 { font-size: 2.5rem; }
            .grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }

            .no-fee-text {
                padding: 0 30px;
                font-size: 0.82rem;
            }

            footer {
                margin-top: 55px;
                padding: 42px 20px 34px;
            }

            .footer-brand {
                font-size: 0.92rem;
            }

            .footer-copy {
                line-height: 1.8;
            }

            .footer-divider {
                display: none;
            }
        }
    /* --- Transportation Timeline Styles --- */

/* --- Logistics Layout (Side-by-Side) --- */
.logistics-container {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.logistics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    align-items: start; /* Prevents one box from stretching to match the other's height */
}

.logistics-card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 15px;
    padding: 40px 25px;
}

/* --- Timeline & Inner Styles (Keep these!) --- */
.transport-timeline {
    position: relative;
    margin-top: 40px;
    padding-left: 10px;
}

/* The vertical connecting line */
.transport-line {
    position: absolute;
    left: 20px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background-color: var(--border-color);
}

.transport-step {
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px;
}

.transport-step:last-child {
    margin-bottom: 0;
}

/* Glowing dots on the timeline */
.transport-dot {
    position: absolute;
    left: 14px; /* Centers the dot on the line */
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--accent-color);
    box-shadow: 0 0 10px var(--accent-color);
    z-index: 2;
}

.transport-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.transport-body {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.8;
}

/* PDF Button Styling */
.transport-route-cta {
    margin-top: 20px;
}

.btn-route-pdf {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
    color: #000; /* Dark text for contrast against the neon button */
    text-decoration: none;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 242, 254, 0.3);
}

.btn-route-pdf:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 242, 254, 0.5);
    color: #000;
}

/* Optional: Simple reveal animation if you are using JS for scroll reveals */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeIn 0.8s ease forwards;
}

/* --- Location Map --- */
.location-section {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.map-card {
    overflow: hidden;
    background: linear-gradient(145deg, rgba(17, 17, 43, 0.98), rgba(8, 8, 24, 0.98));
    border: 1px solid var(--border-color);
    border-radius: 15px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24), 0 0 24px rgba(0, 242, 254, 0.06);
}

.map-inner {
    position: relative;
    min-height: 360px;
    background: #0b0b20;
}

.map-iframe {
    display: block;
    width: 100%;
    height: 390px;
    border: 0;
    filter: saturate(0.85) contrast(1.05);
}

.map-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 28px;
    border-top: 1px solid var(--border-color);
}

.map-address {
    max-width: 680px;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

.btn-open-map {
    flex: 0 0 auto;
    padding: 11px 22px;
    border: 0;
    border-radius: 25px;
    background: linear-gradient(90deg, #4facfe, var(--accent-color));
    box-shadow: 0 5px 18px rgba(0, 242, 254, 0.25);
    color: #06101c;
    cursor: pointer;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-open-map:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 242, 254, 0.45);
}

.btn-open-map:focus-visible {
    outline: 2px solid var(--text-main);
    outline-offset: 4px;
}

@media (max-width: 768px) {
    .map-inner {
        min-height: 280px;
    }

    .map-iframe {
        height: 300px;
    }

    .map-meta {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
        padding: 22px 20px;
    }

    .btn-open-map {
        width: 100%;
    }
}