        /* === MOBILE-FIRST BASE STYLES === */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Lato', sans-serif;
            color: #2B2823;
            background-color: #F7F7F7;
            min-height: 100vh;
        }

        h1, h2, h3, h4, h5, h6 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
        }

        /* === URGENCY BAR === */
        .urgency-bar {
            position: sticky;
            top: 0;
            z-index: 50;
            background: linear-gradient(90deg, #ef4444, #ec4899);
            color: white;
            padding: 0.75rem 1rem;
            text-align: center;
        }

        .urgency-text {
            font-size: 0.875rem;
            font-weight: 700;
        }

        .urgency-badge {
            display: inline-block;
            margin-left: 0.5rem;
            background: rgba(255, 255, 255, 0.2);
            padding: 0.25rem 0.75rem;
            border-radius: 9999px;
        }

        /* === HERO SECTION === */
        .hero-section {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 4rem 1rem;
            background-size: cover;
            background-position: center;
        }

        .hero-content {
            max-width: 28rem;
            margin: 0 auto;
            color: white;
            text-align: center;
        }

        .hero-title {
            font-size: 2.25rem;
            font-weight: 700;
            margin-bottom: 1rem;
            line-height: 1.2;
            color: white;
        }

        .arrival-badge {
            display: inline-block;
            background: #eab308;
            color: #2B2823;
            padding: 0.75rem 1.5rem;
            border-radius: 9999px;
            font-weight: 700;
            font-size: 1.125rem;
            margin-bottom: 1.5rem;
        }

        .hero-description {
            font-size: 1.125rem;
            margin-bottom: 1.5rem;
            line-height: 1.75;
        }

        .hero-description strong {
            color: #fbbf24;
            font-weight: 700;
        }

        .value-box {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 2px solid rgba(234, 179, 8, 0.5);
            border-radius: 0.75rem;
            padding: 1rem;
            margin-bottom: 2rem;
        }

        .value-list {
            list-style: none;
            padding: 0;
        }

        .value-item {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            padding: 0.75rem 0;
        }

        .value-checkmark {
            color: #fbbf24;
            font-size: 1.25rem;
            font-weight: 700;
        }

        .cta-buttons {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .btn-primary {
            display: block;
            background: linear-gradient(135deg, #eab308, #ca8a04);
            color: #2B2823;
            padding: 1rem 2rem;
            border-radius: 9999px;
            font-weight: 700;
            font-size: 1.125rem;
            text-decoration: none;
            text-align: center;
            transition: all 0.3s ease;
        }

        .btn-primary:hover {
            box-shadow: 0 10px 25px rgba(234, 179, 8, 0.3);
        }

        .btn-outline {
            display: block;
            border: 2px solid white;
            color: white;
            padding: 1rem 2rem;
            border-radius: 9999px;
            font-weight: 700;
            font-size: 1.125rem;
            text-decoration: none;
            text-align: center;
            transition: all 0.3s ease;
        }

        .btn-outline:hover {
            background: white;
            color: #2B2823;
        }

        /* === SOCIAL PROOF CAROUSEL === */
        .social-proof-section {
            background: white;
            padding: 3rem 0;
        }

        .social-proof-section .section-title {
            color: #2B2823;
        }

        .social-proof-header {
            text-align: center;
            color: #ca8a04;
            font-weight: 700;
            font-size: 0.875rem;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .social-proof-carousel {
            max-width: 24rem;
            margin: 0 auto;
            text-align: center;
        }

        .social-proof-number {
            font-size: 3rem;
            font-weight: 700;
            color: #eab308;
            margin-bottom: 0.5rem;
        }

        .social-proof-label {
            color: #6b7280;
            font-size: 0.875rem;
            font-weight: 600;
        }

        .carousel-dots {
            display: flex;
            justify-content: center;
            gap: 0.5rem;
            margin-top: 1.5rem;
        }

        .carousel-dot {
            height: 0.5rem;
            width: 0.5rem;
            border-radius: 9999px;
            background: #d1d5db;
            transition: all 0.3s ease;
        }

        .carousel-dot.active {
            width: 2rem;
            background: #eab308;
        }

        /* === TRUST BAR === */
        .trust-bar {
            background: linear-gradient(135deg, #2B2823, #3d3832);
            padding: 1.5rem 1rem;
        }

        .trust-title {
            color: #fbbf24;
            text-align: center;
            font-weight: 700;
            font-size: 0.875rem;
            margin-bottom: 0.75rem;
        }

        .trust-links {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            max-width: 24rem;
            margin: 0 auto;
        }

        .trust-link {
            background: rgba(255, 255, 255, 0.1);
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 9999px;
            text-align: center;
            font-size: 0.875rem;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .trust-link:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        /* === PRICE PREVIEW === */
        .price-section {
            background: linear-gradient(135deg, #1f2937, #374151);
            padding: 3rem 1rem;
        }

        .price-section .section-title {
            color: white;
        }

        .price-section .section-subtitle {
            color: #d1d5db;
        }

        .section-title {
            font-size: 1.875rem;
            font-weight: 700;
            color: white;
            text-align: center;
            margin-bottom: 0.75rem;
        }

        .section-subtitle {
            color: #d1d5db;
            text-align: center;
            margin-bottom: 2rem;
        }

        .price-cards {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            max-width: 24rem;
            margin: 0 auto 2rem;
        }

        .price-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 1rem;
            padding: 1.5rem;
            text-align: center;
            color: white;
            position: relative;
        }

        .price-card.featured {
            background: rgba(234, 179, 8, 0.2);
            border: 2px solid #eab308;
        }

        .price-badge {
            position: absolute;
            top: -0.75rem;
            left: 50%;
            transform: translateX(-50%);
            background: #eab308;
            color: #2B2823;
            padding: 0.25rem 1rem;
            border-radius: 9999px;
            font-size: 0.75rem;
            font-weight: 700;
        }

        .price-name {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .price-amount {
            font-size: 1.875rem;
            font-weight: 700;
            color: #fbbf24;
            margin-bottom: 0.25rem;
        }

        .price-duration {
            font-size: 0.875rem;
            color: #d1d5db;
            margin-bottom: 0.5rem;
        }

        .price-description {
            font-size: 0.875rem;
        }

        .price-cta {
            margin-top: 2rem;
            padding: 0 1rem;
        }

        /* === SAFETY SECTION === */
        .safety-section {
            background: white;
            padding: 3rem 1rem;
        }

        .safety-section .section-title {
            color: #2B2823;
        }

        .safety-section .section-subtitle {
            color: #6b7280;
        }

        .safety-items {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            max-width: 28rem;
            margin: 2rem auto 0;
        }

        .safety-item {
            width: 100%;
            background: #f9fafb;
            border-radius: 0.75rem;
            padding: 1rem;
            text-align: left;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
        }

        .safety-item:hover {
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .safety-item-header {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
        }

        .safety-icon {
            flex-shrink: 0;
            background: #2B2823;
            border-radius: 0.75rem;
            padding: 0.75rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .safety-icon svg {
            width: 1.5rem;
            height: 1.5rem;
            color: white;
        }

        .safety-content {
            flex: 1;
        }

        .safety-title {
            font-weight: 700;
            font-size: 1.125rem;
            margin-bottom: 0.5rem;
        }

        .safety-description {
            color: #6b7280;
            font-size: 0.875rem;
        }

        .safety-description.collapsed {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .safety-cta {
            margin-top: 2rem;
            text-align: center;
        }

        /* === WHY OPANIJE === */
        .why-section {
            position: relative;
            padding: 3rem 1rem;
            color: white;
            background-size: cover;
            background-position: center;
        }

        .why-content {
            max-width: 28rem;
            margin: 0 auto;
            text-align: center;
        }

        .why-text {
            color: #fde68a;
            margin-bottom: 1rem;
        }

        .why-text-secondary {
            color: #d1d5db;
            margin-bottom: 1rem;
        }

        .why-text-secondary strong {
            color: #fbbf24;
            font-weight: 700;
        }

        /* === GUIDES SECTION === */
        .guides-section {
            background: white;
            padding: 3rem 1rem;
        }

        .guides-section .section-title {
            color: #2B2823;
        }

        .guides-section .section-subtitle {
            color: #6b7280;
        }

        .guides-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
            max-width: 28rem;
            margin: 2rem auto 0;
        }

        .guide-card {
            background: white;
            border: 1px solid #e5e7eb;
            border-radius: 0.75rem;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .guide-card:hover {
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        }

        .guide-image {
            width: 100%;
            height: 10rem;
            object-fit: cover;
        }

        .guide-info {
            padding: 0.75rem;
        }

        .guide-role {
            background: #eab308;
            color: #2B2823;
            padding: 0.125rem 0.5rem;
            border-radius: 9999px;
            font-size: 0.75rem;
            font-weight: 700;
            display: inline-block;
            margin-bottom: 0.5rem;
        }

        .guide-name {
            font-weight: 700;
            font-size: 0.875rem;
        }

        /* === GUIDE MODAL === */
        .modal {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 50;
            align-items: center;
            justify-content: center;
            padding: 1rem;
        }

        .modal.active {
            display: flex;
        }

        .modal-content {
            background: white;
            border-radius: 0.75rem;
            max-width: 24rem;
            width: 100%;
            max-height: 100vh;
            overflow-y: auto;
        }

        .modal-image-container {
            position: relative;
        }

        .modal-image {
            width: 100%;
            height: 16rem;
            object-fit: cover;
            border-radius: 0.75rem 0.75rem 0 0;
        }

        .modal-close {
            position: absolute;
            top: 1rem;
            right: 1rem;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 9999px;
            width: 2.5rem;
            height: 2.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border: none;
            font-size: 1.25rem;
        }

        .modal-body {
            padding: 1.5rem;
        }

        .modal-role {
            background: #eab308;
            color: #2B2823;
            padding: 0.5rem 0.75rem;
            border-radius: 9999px;
            font-size: 0.75rem;
            font-weight: 700;
            display: inline-block;
            margin-bottom: 0.75rem;
        }

        .modal-name {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
        }

        .modal-description {
            color: #6b7280;
            line-height: 1.75;
        }

        /* === EXPERIENCES === */
        .experiences-section {
            background: #f9fafb;
            padding: 3rem 1rem;
        }

        .experiences-section .section-title {
            color: #2B2823;
        }

        .experiences-section .section-subtitle {
            color: #6b7280;
        }

        .experiences-grid {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            max-width: 28rem;
            margin: 2rem auto 0;
        }

        .experience-card {
            background: white;
            border-radius: 0.75rem;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .experience-card:hover {
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        }

        .experience-image {
            width: 100%;
            height: 12rem;
            object-fit: cover;
        }

        .experience-body {
            padding: 1rem;
        }

        .experience-title {
            font-weight: 700;
            font-size: 1.125rem;
            margin-bottom: 0.5rem;
        }

        .experience-description {
            color: #6b7280;
            font-size: 0.875rem;
            margin-bottom: 0.75rem;
        }

        .experience-link {
            color: #ca8a04;
            font-weight: 700;
            font-size: 0.875rem;
            text-decoration: none;
        }

        /* === FINAL CTA === */
        .final-cta-section {
            background: linear-gradient(135deg, #1f2937, #374151);
            padding: 4rem 1rem;
            color: white;
            text-align: center;
        }

        .final-cta-section .section-title {
            color: white;
        }

        .final-cta-subtitle {
            color: #d1d5db;
            margin-bottom: 1.5rem;
            max-width: 24rem;
            margin-left: auto;
            margin-right: auto;
        }

        .final-cta-features {
            display: flex;
            justify-content: center;
            gap: 1rem;
            flex-wrap: wrap;
            margin-bottom: 2rem;
            font-size: 0.875rem;
        }

        .final-cta-feature {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .final-cta-checkmark {
            color: #fbbf24;
            font-weight: 700;
        }

        .final-cta-contact {
            color: #9ca3af;
            font-size: 0.875rem;
            margin-top: 1.5rem;
        }

        /* === FLOATING HELP BUTTON === */
        .floating-help {
            position: fixed;
            bottom: 1rem;
            right: 1rem;
            z-index: 40;
        }

        .help-button {
            background: linear-gradient(135deg, #eab308, #ca8a04);
            color: #2B2823;
            width: 3.5rem;
            height: 3.5rem;
            border-radius: 9999px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border: none;
        }

        .help-button:hover {
            transform: scale(1.1);
        }

        .help-menu {
            position: absolute;
            bottom: 4rem;
            right: 0;
            background: white;
            border-radius: 0.75rem;
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
            padding: 0.5rem;
            width: 12rem;
            display: none;
        }

        .help-menu.active {
            display: block;
        }

        .help-option {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.75rem;
            text-decoration: none;
            color: #2B2823;
            border-radius: 0.5rem;
            transition: all 0.3s ease;
            font-size: 0.875rem;
            font-weight: 500;
        }

        .help-option:hover {
            background: #f3f4f6;
        }

        /* === RESPONSIVE IMPROVEMENTS === */
        @media (min-width: 640px) {
            .hero-title {
                font-size: 3rem;
            }

            .section-title {
                font-size: 2.25rem;
            }

            .guides-grid {
                max-width: 32rem;
            }
        }

        /* === PERFORMANCE OPTIMIZATIONS === */

        /* Font display optimization for better FCP */
        @font-face {
            font-display: swap;
        }

        /* Improve image aspect ratios to prevent CLS */
        img {
            height: auto;
        }

        .experience-image,
        .guide-image {
            aspect-ratio: 532 / 403;
        }

        /* Improved contrast for accessibility */
        .urgency-text {
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        }

        .social-proof-label {
            color: #4b5563;
        }
