  /* Feature Section Styles */
  .feature {
    padding-top: 260px 0;
}

.heading-1 {
    margin-bottom: 60px;
}

.feature-main-image {
    width: 100%;
    max-width: 400px; /* Adjust as needed */
    transition: opacity 0.5s ease-in-out;
}
/* Centered alignment and feature panel styles */
.feature-panel {
    cursor: pointer;
    border: 1px solid #007AFF; /* Subtle border */
    border-radius: 12px; /* Smooth, more rounded corners */
    padding: 16px; /* Adequate spacing for content */
    background-color: #fff; /* Clean white background */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth hover effects */
    color: inherit; /* Inherit text color for consistency */
    text-decoration: none; /* Remove underline for anchor tags */
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); /* Minimal shadow for depth */
}

.feature-panel:hover {
    transform: translateY(-2px); /* Slight lift on hover */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); /* More pronounced shadow on hover */
    border-color: #ccc; /* Slightly darker border on hover */
}

.feature-panel:active {
    transform: translateY(0); /* Reset lift for active click state */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Slightly reduced shadow on click */
}

.feature-panel * {
    margin: 0; /* Reset margins for consistent spacing inside the panel */
    font-family: 'Inter', sans-serif; /* Use a modern, minimalistic font */
}

.feature--icon {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.feature--content h3 {
    margin-bottom: 8px;
    font-size: 18px;
}

.feature--content p {
    font-size: 14px;
    color: #666;
}

.section-spacing {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.inline-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.heading--title {
    /* Font Family: Similar to Apple's San Francisco */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    
    /* Font Size: Adjusted for prominence */
    font-size: 2.5rem; /* Approximately 40px */
    
    /* Font Weight: Semi-Bold for emphasis */
    font-weight: 600;
    
    /* Letter Spacing: Slightly tighter */
    letter-spacing: -0.025em;
    
    /* Line Height: Comfortable readability */
    line-height: 1.2;
    
    /* Text Color: Dark for contrast */
    color: #000000;
    
    /* Margin: Space around the heading */
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    
    /* Responsive Adjustments */
    @media (max-width: 768px) {
        font-size: 2rem; /* 32px on tablets */
    }

    @media (max-width: 480px) {
        font-size: 1.75rem; /* 28px on mobile */
    }
}

.heading--title {
    /* Font Family: Similar to Apple's San Francisco */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    
    /* Font Size: Adjusted for prominence */
    font-size: 2.5rem; /* Approximately 40px */
    
    /* Font Weight: Semi-Bold for emphasis */
    font-weight: 600;
    
    /* Letter Spacing: Slightly tighter */
    letter-spacing: -0.025em;
    
    /* Line Height: Comfortable readability */
    line-height: 1.2;
    
    /* Text Color: Dark for contrast */
    color: #000000;
    
    /* Margin: Space around the heading */
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    
    /* Responsive Adjustments */
    @media (max-width: 768px) {
        font-size: 2rem; /* 32px on tablets */
    }

    @media (max-width: 480px) {
        font-size: 1.75rem; /* 28px on mobile */
    }
}

/* Animation Classes */
.slide-in {
    animation: slideIn 0.5s forwards;
}

.slide-out {
    animation: slideOut 0.5s forwards;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOut {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-100px);
    }
}

.text-center {
    text-align: center;
}

/* FOR 3D APPS HEROS */
.app-icon {
    width: 75%; /* 3/4 size */
}

@media (max-width: 767px) {
    .app-icon {
        width: 50%; /* 2/4 size on mobile */
    }
}


.video-iframe {
    border-radius: 30px; /* Rounded corners */
}

@media (max-width: 767px) {
    .video-wrapper {
    }
    .col-7 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px; /* Adds space between the icon and video on mobile */
    }
}

.icon-link {
    display: inline-block;
}

.icon-link img {
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.icon-link img:hover {
    transform: scale(1.05); /* Slight zoom on hover */
}

/* Button and underline styles */
.see-more-container {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

.see-more-btn {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #007bff;
    color: #007bff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.see-more-btn:hover {
    background-color: #007bff;
    color: #fff;
}

.see-more-underline {
    width: 100%;
    height: 2px;
    background-color: #007bff;
    margin-top: 10px;
    border: none;
    display: none; /* Hidden by default */
}

/* ============================================
   CONTENT-FOLD ALTERNATING SECTIONS
   ============================================ */

/* Content Fold Base Styles */
.content-fold {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.content-fold .row {
    align-items: center;
}

/* Alternating Backgrounds */
.content-fold.bg-white {
    background-color: #ffffff;
}

.content-fold.bg-light {
    background-color: #f8f9fa;
}

/* Column Styling */
.content-fold .text-column {
    padding: 0 40px;
}

.content-fold .media-column {
    padding: 0 40px;
}

.content-fold .media-column img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Typography in content folds */
.content-fold h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1rem;
}

.content-fold .lead {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1rem;
}

.content-fold p {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 1rem;
}

.content-fold .feature-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.content-fold .feature-list li {
    padding: 8px 0;
    font-size: 1rem;
    color: #666;
}

.content-fold .feature-list li strong {
    color: #007bff;
    font-weight: 600;
}

/* Order Control for Desktop - Alternating Pattern */
@media (min-width: 992px) {
    /* Odd sections: Text left, Media right */
    .content-fold:nth-of-type(odd) .text-column {
        order: 1;
    }
    .content-fold:nth-of-type(odd) .media-column {
        order: 2;
    }

    /* Even sections: Media left, Text right */
    .content-fold:nth-of-type(even) .text-column {
        order: 2;
    }
    .content-fold:nth-of-type(even) .media-column {
        order: 1;
    }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .content-fold {
        padding: 60px 0;
    }

    .content-fold .text-column,
    .content-fold .media-column {
        padding: 0 20px;
        margin-bottom: 30px;
    }

    /* Always stack text first on mobile */
    .content-fold .text-column {
        order: 1 !important;
    }

    .content-fold .media-column {
        order: 2 !important;
    }

    .content-fold h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .content-fold {
        padding: 40px 0;
    }

    .content-fold h2 {
        font-size: 1.5rem;
    }

    .content-fold .lead {
        font-size: 1rem;
    }
}

/* Smooth Scroll Animations */
.content-fold {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.content-fold.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   ENHANCED TYPOGRAPHY FOR GEN Z/MILLENNIAL COPY
   ============================================ */

/* Refined heading styles */
.content-fold h2 {
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Lead paragraph styling */
.content-fold .lead {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
}

/* Muted text for secondary information */
.content-fold .text-muted {
    color: #666 !important;
    font-size: 0.95rem;
}

/* Interaction list styling */
.content-fold .interaction-list p {
    line-height: 1.6;
}

.content-fold .interaction-list strong {
    color: #007bff;
    font-size: 1.1rem;
}

/* Button styling */
.content-fold .btn-primary {
    background-color: #007bff;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.content-fold .btn-primary:hover {
    background-color: #0056b3;
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
    transform: translateY(-2px);
}

/* GIF specific styling - enhanced shadow and border radius */
.content-fold .media-column img[src$=".gif"] {
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* Step text sizing - matches intro paragraph */
.content-fold .step-text {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    color: #212529 !important;
    font-weight: 400;
}

.step-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
}

/* Outlined button styling */
.content-fold .btn-outline-primary {
    background-color: transparent;
    border: 2px solid #007bff;
    color: #007bff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.content-fold .btn-outline-primary:hover {
    background-color: #007bff;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

/* ============================================
   YOUTUBE FACADE (LAZY LOAD)
   ============================================ */
.youtube-facade {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background-color: #000;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
}

.youtube-facade__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.youtube-facade:hover .youtube-facade__thumbnail {
    opacity: 0.85;
}

.youtube-facade__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.3s ease;
}

.youtube-facade:hover .youtube-facade__play {
    background: #ff0000;
    transform: translate(-50%, -50%) scale(1.1);
}

.youtube-facade__play::after {
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #fff;
    margin-left: 4px;
}

.youtube-facade__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 30px;
}

/* Responsive Styles