:root {
            --orange: #e94e1b;
            --orange-dark: #d13f0f;
            --teal: #2c8e9e;
            --dark: #333333;
            --darker: #3a3a3a;
            --gray-bg: #f0f0f0;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }

        body {
            font-family: 'Montserrat', 'Segoe UI', sans-serif;
            color: #333;
            overflow-x: hidden;
        }

        /* ===== NAVBAR ===== */
        .navbar-lp {
            background: #fff;
            padding: 0;
            height: 70px;
            border-bottom: 1px solid #eee;
        }
        .navbar-lp .container {
            height: 100%;
            display: flex;
            align-items: center;
        }
        .logo-lp {
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
        }
        .logo-icon {
            width: 40px;
            height: 40px;
        }
        .logo-text {
            line-height: 1.1;
        }
        .logo-text .lakepointe {
            font-size: 1.1rem;
            font-weight: 800;
            color: var(--dark);
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        .logo-text .church {
            font-size: 0.75rem;
            font-weight: 600;
            color: var(--dark);
            letter-spacing: 2px;
            text-transform: uppercase;
        }
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 0;
            margin-left: auto;
            list-style: none;
        }
        .nav-item-lp {
            position: relative;
        }
        .nav-link-lp {
            display: flex;
            align-items: center;
            gap: 5px;
            padding: 0 16px;
            font-size: 0.72rem;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #555;
            text-decoration: none;
            height: 70px;
            transition: color 0.2s;
            white-space: nowrap;
        }
        .nav-link-lp:hover {
            color: var(--orange);
        }
        .nav-link-lp i.bi-chevron-down {
            font-size: 0.6rem;
            color: var(--orange);
        }
        .nav-link-lp .nav-icon {
            font-size: 0.7rem;
            color: #999;
        }
        .btn-give-lp {
            background: var(--orange);
            color: #fff !important;
            padding: 8px 22px;
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 1px;
            border-radius: 4px;
            margin-left: 8px;
            text-transform: uppercase;
            text-decoration: none;
            transition: background 0.2s;
            display: inline-flex;
            align-items: center;
            height: auto;
        }
        .btn-give-lp:hover {
            background: var(--orange-dark);
            color: #fff;
        }
        .search-icon-lp {
            padding: 0 12px;
            color: #555;
            font-size: 1rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            height: 70px;
        }
        .search-icon-lp:hover {
            color: var(--orange);
        }

        /* ===== DROPDOWN MENU STYLES - Updated to match reference image ===== */
        .dropdown-menu-lp {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: left;
            min-width: 260px;
            padding: 0.75rem 0;
            margin: 0.125rem 0 0;
            font-size: 0.9rem;
            color: #333;
            text-align: left;
            list-style: none;
            background-color: #fff;
            background-clip: padding-box;
            border: none;
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.12);
        }
        .dropdown-menu-lp.show {
            display: block;
        }
        .dropdown-item-lp {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 0.65rem 1.5rem;
            font-size: 0.8rem;
            font-weight: 500;
            color: #444;
            text-decoration: none;
            transition: all 0.2s;
            white-space: nowrap;
        }
        .dropdown-item-lp i {
            width: 22px;
            font-size: 0.9rem;
            color: var(--orange);
        }
        .dropdown-item-lp:hover {
            background-color: #fef5f0;
            color: var(--orange);
        }
        .dropdown-divider-lp {
            height: 1px;
            margin: 0.5rem 0;
            overflow: hidden;
            background-color: #eee;
        }

        /* ===== HERO ===== */
        .hero-lp {
            position: relative;
            width: 100%;
            height: 85vh;
            min-height: 600px;
            overflow: hidden;
            background: #222;
        }
        .hero-video-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.7;
        }
        .hero-overlay-lp {
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(0,0,0,0.2);
        }
        .hero-content-lp {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -55%);
            text-align: left;
            color: #fff;
            width: 90%;
            max-width: 1100px;
            z-index: 2;
        }
        .hero-content-lp .line1 {
            font-size: 2.8rem;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 2px;
            line-height: 1.2;
        }
        .hero-content-lp .line1 strong {
            font-weight: 800;
        }
        .hero-content-lp .line2 {
            font-size: 1.3rem;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-top: 5px;
        }
        .hero-values {
            position: absolute;
            top: 60%;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 40px;
            color: #fff;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 1px;
            z-index: 2;
        }
        .hero-values span {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2px;
        }
        .hero-values .val-word {
            font-size: 0.7rem;
            font-weight: 400;
            letter-spacing: 2px;
        }
        .hero-values .val-main {
            font-size: 1.1rem;
            font-weight: 700;
        }

        /* ===== HERO CARDS ===== */
        .hero-cards-wrapper {
            position: absolute;
            bottom: -90px;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            max-width: 1100px;
            z-index: 10;
        }
        .hero-card-lp {
            height: 240px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 25px;
            color: #fff;
            font-weight: 700;
            font-size: 1.4rem;
            text-transform: uppercase;
            line-height: 1.2;
            letter-spacing: 1px;
        }
        .card1 { background: linear-gradient(135deg, #3aa8b8 0%, #1e7a8a 100%); }
        .card2 { background: linear-gradient(135deg, #6bb3c0 0%, #4a8a96 100%); }
        .card3 { background: linear-gradient(135deg, #c4a882 0%, #a06e50 100%); }
        .card4 { background: linear-gradient(135deg, #e8734a 0%, #c4300a 100%); }

        /* ===== WELCOME ===== */
        .welcome-lp {
            padding: 160px 0 70px;
            text-align: center;
            background: #fff;
        }
        .welcome-lp h2 {
            font-size: 2.2rem;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 2px;
        }
        .welcome-lp h2 strong {
            font-weight: 800;
        }
        .accent-bar {
            width: 100px;
            height: 3px;
            background: var(--orange);
            margin: 25px auto;
        }
        .welcome-lp p {
            max-width: 750px;
            margin: 0 auto;
            font-size: 1.05rem;
            line-height: 1.8;
            color: #555;
        }
        .welcome-lp .story-link {
            display: inline-block;
            margin-top: 25px;
            color: #333;
            text-decoration: underline;
            text-underline-offset: 4px;
            font-weight: 600;
            font-size: 0.85rem;
            text-transform: lowercase;
        }

        /* ===== SERIES BANNER ===== */
        .series-lp {
            padding: 40px 0 60px;
            background: #fff;
        }
        .series-row {
            display: flex;
            max-width: 1200px;
            margin: 0 auto;
        }
        .series-img-wrap {
            width: 45%;
            min-height: 300px;
        }
        .series-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .series-text-wrap {
            width: 55%;
            background: #f5f5f5;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 40px 50px;
        }
        .series-label {
            color: var(--orange);
            font-size: 0.9rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 8px;
        }
        .series-date {
            font-size: 0.85rem;
            font-weight: 600;
            color: #777;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 15px;
        }
        .series-desc {
            font-size: 1rem;
            color: #555;
            line-height: 1.7;
        }
        .series-desc strong {
            color: #333;
            font-weight: 700;
        }

        /* ===== LOCATIONS ===== */
        .locations-lp {
            position: relative;
            background: linear-gradient(rgba(50,50,50,0.88), rgba(50,50,50,0.9)),
                        url('https://images.unsplash.com/photo-1534430480872-3498386e7856?w=1600') center/cover;
            padding: 100px 0 80px;
            text-align: center;
        }
        .locations-lp h2 {
            color: #fff;
            font-size: 2rem;
            text-transform: uppercase;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 50px;
        }
        .locations-lp h2 strong {
            font-weight: 800;
        }
        .campus-list {
            max-width: 900px;
            margin: 0 auto 40px;
        }
        .campus-row {
            display: flex;
            flex-wrap: wrap;
        }
        .campus-col {
            width: 33.333%;
            text-align: left;
        }
        .campus-item {
            display: block;
            color: #fff;
            text-decoration: none;
            padding: 14px 0;
            border-bottom: 1px solid rgba(255,255,255,0.25);
            font-size: 0.82rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: color 0.2s;
        }
        .campus-item::before {
            content: "▸";
            color: var(--orange);
            margin-right: 10px;
            font-size: 0.7rem;
        }
        .campus-item:hover {
            color: var(--orange);
        }
        .btn-orange-lp {
            background: var(--orange);
            color: #fff;
            border: none;
            border-radius: 3px;
            padding: 12px 28px;
            font-size: 0.78rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            display: inline-block;
            margin: 6px;
            transition: background 0.2s;
        }
        .btn-orange-lp:hover {
            background: var(--orange-dark);
            color: #fff;
        }

        /* ===== FAMILY ===== */
        .family-lp {
            padding: 80px 0;
            background: var(--gray-bg);
        }
        .family-lp h2 {
            text-align: center;
            font-size: 2rem;
            text-transform: uppercase;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 50px;
        }
        .family-lp h2 strong {
            font-weight: 800;
        }
        .family-row {
            display: flex;
            align-items: center;
            max-width: 1100px;
            margin: 0 auto;
        }
        .family-img {
            width: 45%;
        }
        .family-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        .family-text {
            width: 55%;
            padding: 0 50px;
        }
        .family-text p {
            font-size: 1rem;
            line-height: 1.8;
            color: #555;
            margin-bottom: 20px;
        }

        /* ===== STUDENTS ===== */
        .students-lp {
            padding: 80px 0;
            background: var(--gray-bg);
        }
        .students-row {
            display: flex;
            align-items: center;
            max-width: 1100px;
            margin: 0 auto;
        }
        .students-img {
            width: 45%;
        }
        .students-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        .students-text {
            width: 55%;
            padding: 0 50px;
            text-align: center;
        }
        .lp-students-logo {
            display: inline-flex;
            align-items: center;
            gap: 0;
            border: 2px solid #333;
            margin-bottom: 25px;
        }
        .lp-students-logo .lp-box {
            background: var(--orange);
            color: #fff;
            padding: 8px 12px;
            font-weight: 800;
            font-size: 1.1rem;
        }
        .lp-students-logo .students-text-logo {
            padding: 8px 15px;
            font-weight: 700;
            font-size: 1.1rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #333;
        }
        .students-text p {
            font-size: 0.95rem;
            line-height: 1.8;
            color: #666;
            max-width: 450px;
            margin: 0 auto 25px;
        }

        /* ===== GROUPS / SERVE ===== */
        .groups-lp {
            position: relative;
            background: linear-gradient(90deg, #7ecbdb 0%, #d9a878 50%, #e85a1f 100%);
            padding: 120px 0;
            overflow: hidden;
        }
        .vertical-label {
            position: absolute;
            font-size: 5rem;
            font-weight: 900;
            color: transparent;
            -webkit-text-stroke: 1.5px rgba(255,255,255,0.6);
            text-transform: uppercase;
            letter-spacing: 4px;
        }
        .vl-left {
            left: 20px;
            top: 50%;
            transform: translateY(-50%) rotate(180deg);
            writing-mode: vertical-rl;
            text-orientation: mixed;
        }
        .vl-right {
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            writing-mode: vertical-rl;
            text-orientation: mixed;
        }
        .groups-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
        .groups-img {
            width: 40%;
        }
        .groups-img img {
            width: 100%;
            display: block;
        }
        .groups-link {
            color: #fff;
            text-decoration: none;
            font-size: 0.85rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
            gap: 15px;
        }
        .groups-link::before {
            content: "";
            display: inline-block;
            width: 60px;
            height: 2px;
            background: #fff;
        }

        /* ===== MEDIA ===== */
        .media-lp {
            background: var(--darker);
            padding: 80px 0;
            text-align: center;
        }
        .media-lp h2 {
            color: #fff;
            font-size: 2rem;
            text-transform: uppercase;
            font-weight: 300;
            letter-spacing: 3px;
            margin-bottom: 15px;
        }
        .media-lp .accent-bar {
            background: var(--orange);
            margin-bottom: 50px;
        }
        .media-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            max-width: 900px;
            margin: 0 auto;
        }
        .media-item-lp {
            width: 33.333%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 20px;
            color: #fff;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: color 0.2s;
        }
        .media-item-lp:hover {
            color: var(--orange);
        }
        .media-item-lp i {
            font-size: 1.8rem;
        }

        /* ===== FOOTER ===== */
        .footer-lp {
            background: var(--darker);
            color: #fff;
            padding: 60px 0 0;
        }
        .footer-row {
            display: flex;
            flex-wrap: wrap;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .footer-col {
            width: 25%;
            padding: 0 15px;
            margin-bottom: 40px;
        }
        .footer-brand img {
            height: 60px;
            margin-bottom: 15px;
        }
        .footer-brand p {
            font-size: 0.82rem;
            color: #bbb;
            line-height: 1.6;
            margin-bottom: 6px;
        }
        .footer-social {
            display: flex;
            gap: 6px;
            margin-top: 15px;
        }
        .social-box {
            width: 36px;
            height: 36px;
            background: var(--orange);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            font-size: 0.9rem;
        }
        .social-box:hover {
            background: var(--orange-dark);
            color: #fff;
        }
        .footer-title {
            font-size: 0.85rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }
        .footer-link {
            display: block;
            color: #bbb;
            text-decoration: none;
            font-size: 0.82rem;
            padding: 4px 0;
            transition: color 0.2s;
        }
        .footer-link:hover {
            color: var(--orange);
        }
        .footer-lp .btn-orange-lp {
            margin-top: 10px;
        }
        .copyright-lp {
            border-top: 1px solid #555;
            padding: 20px 0;
            text-align: center;
            font-size: 0.8rem;
            color: #999;
        }
        .copyright-lp a {
            color: #999;
            text-decoration: none;
        }
        .copyright-lp a:hover {
            color: var(--orange);
        }

        /* Mobile responsive */
        @media (max-width: 991px) {
            .hero-content-lp .line1 { font-size: 2rem; }
            .hero-content-lp .line2 { font-size: 1rem; }
            .hero-values { gap: 20px; flex-wrap: wrap; justify-content: center; }
            .hero-card-lp { height: 180px; font-size: 1.1rem; }
            .series-row, .family-row, .students-row { flex-direction: column; }
            .series-img-wrap, .series-text-wrap, .family-img, .family-text, .students-img, .students-text { width: 100%; }
            .series-text-wrap, .family-text, .students-text { padding: 30px; }
            .campus-col { width: 50%; }
            .media-item-lp { width: 50%; }
            .footer-col { width: 50%; }
            .dropdown-menu-lp {
                position: static !important;
                float: none;
                width: auto;
                margin-top: 0;
                background-color: transparent;
                box-shadow: none;
                padding-left: 20px;
            }
            .dropdown-item-lp {
                white-space: normal;
            }
            .nav-menu {
                display: none;
            }
        }
        @media (max-width: 576px) {
            .hero-lp { height: 70vh; min-height: 500px; }
            .hero-cards-wrapper { bottom: -60px; }
            .hero-card-lp { height: 140px; font-size: 0.9rem; padding: 15px; }
            .campus-col { width: 100%; }
            .media-item-lp { width: 100%; }
            .footer-col { width: 100%; }
            .vertical-label { font-size: 3rem; }
        }