/* =========================================
   DIETAGO PREMIUM THEME OVERRIDES
   ========================================= */

:root {
    --primary-color: #678300;
    --primary-dark: #4a5e00;
    --primary-light: #8da826;
    --accent-color: #ff6b6b;
    --text-dark: #1a1a1a;
    --text-muted: #666666;
    --bg-light: #f8f9fa;
    --bg-white: #ffffff;
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.12);
    --radius-card: 16px;
    --radius-btn: 50px;
}

/* --- TYPOGRAPHY MODERNIZATION --- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

h2 {
    font-weight: 800 !important;
    letter-spacing: -0.5px;
}

/* --- HEADER BUTTON (iOS Style) --- */
.btn-ios-header {
    background-color: #000 !important;
    color: #fff !important;
    border: 2px solid #000 !important;
    border-radius: var(--radius-btn);
    padding: 10px 24px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
}

.btn-ios-header:hover {
    background-color: #333 !important;
    border-color: #333 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    color: #fff !important;
}

.btn-ios-header i {
    margin-right: 8px;
    font-size: 1.2em;
    padding-bottom: 2px;
}

/* --- HEADER BUTTON (Android Style - Google Play Green) --- */
.btn-android-header {
    background: linear-gradient(135deg, #3DDC84 0%, #34C87C 100%) !important;
    color: #fff !important;
    border: 2px solid #3DDC84 !important;
    border-radius: var(--radius-btn);
    padding: 10px 24px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(61, 220, 132, 0.3);
    text-decoration: none !important;
}

.btn-android-header:hover {
    background: linear-gradient(135deg, #34C87C 0%, #2AB86F 100%) !important;
    border-color: #2AB86F !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(61, 220, 132, 0.4);
    color: #fff !important;
}

.btn-android-header i {
    margin-right: 8px;
    font-size: 1.2em;
    padding-bottom: 2px;
}

/* Android Button - Próximamente (Disabled State) */
.btn-android-header[style*="opacity: 0.6"],
.btn-android-header[style*="opacity: 0.7"] {
    cursor: not-allowed;
    filter: grayscale(40%);
}

/* --- HERO SLIDER ENHANCEMENTS --- */
.slider-two_content-inner {
    text-align: left;
    /* Ensure alignment */
}

.slider-two_heading {
    font-size: 60px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px !important;
}

.slider-two_text {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--text-dark) !important;
    max-width: 600px;
}

@media (max-width: 768px) {
    .slider-two_heading {
        font-size: 36px !important;
    }

    .slider-two_text {
        font-size: 16px !important;
    }
}

/* --- PREMIUM CONTACT FORM STYLES (Force Override) --- */
.contact-form .contact-form-area {
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 24px !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.modern-form-group {
    position: relative !important;
    margin-bottom: 30px !important;
    background: transparent !important;
}

/* Force Input visibility and style overrides */
.contact-form .modern-input {
    width: 100% !important;
    height: 55px !important;
    padding: 15px 20px 15px 50px !important;
    /* Space for icon */
    background: #f4f6f8 !important;
    border: 2px solid #e1e1e1 !important;
    border-radius: 12px !important;
    font-size: 1rem !important;
    color: #1a1a1a !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    font-family: 'Inter', sans-serif !important;
    box-shadow: none !important;
}

/* Specific fix for Textarea */
.contact-form textarea.modern-input {
    height: 150px !important;
    padding-top: 20px !important;
    resize: none !important;
}

.contact-form .modern-input:focus {
    background: #ffffff !important;
    border-color: var(--primary-color) !important;
    box-shadow: 0 5px 20px rgba(103, 131, 0, 0.1) !important;
}

/* Ensure placeholder is hidden for floating label trick */
.contact-form .modern-input::placeholder {
    opacity: 0 !important;
    color: transparent !important;
}

/* Icons Fix */
.contact-form .input-icon {
    position: absolute !important;
    left: 20px !important;
    top: 18px !important;
    color: #adb5bd !important;
    font-size: 1.2rem !important;
    z-index: 10 !important;
    pointer-events: none;
}

/* Floating Label Fix */
.contact-form .floating-label {
    position: absolute !important;
    left: 48px !important;
    top: 17px !important;
    color: #6c757d !important;
    font-size: 1rem !important;
    pointer-events: none !important;
    transition: all 0.25s ease !important;
    background-color: transparent !important;
    padding: 0 5px !important;
    margin: 0 !important;
    font-weight: 500 !important;
    z-index: 5 !important;
}

/* Active State for Label - using general sibling selector for safety */
.modern-input:focus~.floating-label,
.modern-input:not(:placeholder-shown)~.floating-label {
    top: -10px !important;
    left: 15px !important;
    font-size: 0.8rem !important;
    color: var(--primary-color) !important;
    background-color: #ffffff !important;
    font-weight: 700 !important;
    padding: 0 5px !important;
    z-index: 15 !important;
}

.modern-input:not(:placeholder-shown)~.floating-label {
    color: #6c757d !important;
}

.modern-input:focus~.floating-label {
    color: var(--primary-color) !important;
}

/* Validation Message */
.validation-message {
    color: #dc3545 !important;
    font-size: 0.85rem !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
    display: block !important;
}

/* Button overrides */
.contact-form button[type="submit"] {
    margin-top: 10px;
    box-shadow: 0 10px 20px rgba(103, 131, 0, 0.2) !important;
}

.contact-form button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(103, 131, 0, 0.3) !important;
}

/* Header inside form */
.modern-form-header h3 {
    margin-bottom: 5px !important;
}

/* --- FEATURES CARD GRID (Services Two) --- */
.services-two {
    background-color: #f8f9fa;
    background-image: radial-gradient(#e1e1e1 1px, transparent 1px);
    background-size: 20px 20px;
    /* Subtle dot pattern */
    padding: 100px 0;
}

/* Add spacing between rows */
.service-block-two {
    margin-bottom: 40px;
}

.services-block_two-inner {
    background: var(--bg-white);
    border-radius: var(--radius-card);
    padding: 40px 30px;
    box-shadow: var(--shadow-soft);
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.services-block_two-inner:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

/* Decor circle behind icon */
.services-block_two-inner::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(103, 131, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s ease;
}

.services-block_two-inner:hover::before {
    transform: scale(1.2);
}

.services-block_two-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: inline-block;
}

.services-block_two-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.services-block_two-text {
    color: var(--text-muted);
    line-height: 1.6;
}

/* --- "HOW IT WORKS" (Fluid Section) --- */
.fluid-one {
    padding: 0 !important;
    background-color: var(--bg-white);
    /* Changed to white to contrast with Services */
    display: flex;
    /* Ensures parent collapses properly */
}

/* Ensure container takes full width and calculates height based on content or image properly */
.fluid-one .outer-container {
    display: flex;
    flex-wrap: wrap;
    /* Stacks on mobile */
    align-items: stretch;
    /* Both sides equal height */
    width: 100%;
}

.fluid-one .left-box {
    flex: 1 1 50%;
    /* 50% width */
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /* Removed min-height; height will be dictated by the content on the right, or a safe default */
    min-height: 100%;
    position: relative;
}

/* Hide the <img> tag since we use background-image for perfect cover */
.fluid-one .left-box .fluid-one_image {
    display: none;
}

.fluid-one .right-box {
    flex: 1 1 50%;
    padding: 60px 40px;
    /* Adjusted padding */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Center content vertically */
    background-color: #fcfcfc;
}

.fluid-one_content {
    padding-left: 0 !important;
}

/* Compact Step Card List */
.step-card-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* Compact gap */
    margin-top: 25px;
    /* Reduce top margin */
    width: 100%;
}

.step-card {
    display: flex;
    align-items: center;
    /* Center vertically */
    background: var(--bg-white);
    padding: 15px 20px;
    /* Tighter padding */
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.step-card:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-left-color: var(--primary-color);
}

.step-number-badge {
    background: var(--primary-color);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.step-content h4 {
    margin: 0 0 4px 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
}

.step-content p {
    margin: 0;
    font-size: 0.95rem;
    /* readable but compact */
    color: var(--text-muted);
    line-height: 1.4;
}

/* --- DOWNLOAD SECTION (Modern One) --- */
.modern-one {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%);
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.modern-one_content .sec-title_title {
    color: var(--primary-light) !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.modern-one_content .sec-title_heading {
    color: white !important;
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.modern-one_content .sec-title_text {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1.2rem;
}

/* Button override for download section */
.download-app_buttons a {
    background: white;
    border-radius: 12px;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: black;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.download-app_buttons a:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.download-app_buttons a img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.download-app_buttons a span {
    font-size: 0.95rem;
    font-weight: 700;
}

/* Indicador "Próximamente" en badges */
.download-app_buttons a[style*="opacity: 0.6"] {
    cursor: not-allowed;
    filter: grayscale(30%);
}

.download-app_buttons a[style*="opacity: 0.6"]:hover {
    transform: none;
}


/* --- FAQ ACCORDION SECTION (Redesigned) --- */
.faq-section {
    padding: 100px 0 150px 0;
    background-color: #f0fdf4;
    /* Very light green tint for brand alignment */
    position: relative;
    z-index: 2;
}

.faq-container {
    max-width: 800px;
    margin: 50px auto 0;
}

.faq-accordion-item {
    background: #ffffff;
    /* White cards on light green bg */
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(103, 131, 0, 0.1);
    /* Subtle green border */
}

.faq-accordion-item:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.05);
}

.faq-question {
    padding: 20px 25px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: var(--text-dark);
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: var(--primary-color);
}

.faq-question::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

/* Active state handling via standard HTML details/summary or JS classes if using Blazor logic */
.faq-accordion-item.active .faq-question::after {
    transform: rotate(45deg);
}

.faq-accordion-item.active .faq-answer {
    max-height: 500px;
    /* Arbitrary large height for transition */
    padding: 0 25px 25px 25px;
    opacity: 1;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    opacity: 0;
    transition: all 0.3s ease-out;
    color: var(--text-muted);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Stats Section Styling */
.stats-section {
    background: var(--primary-color);
    padding: 60px 0;
    color: white;
}

.stats-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
}

.stat-item h3 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 5px;
    color: white;
}

.stat-item p {
    font-size: 1.1rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.9);
}

/* --- RESPONSIVE FIXES --- */
@media (max-width: 991px) {

    /* Tablet breakpoint */
    .fluid-one .outer-container {
        flex-direction: column;
    }

    .fluid-one .left-box {
        min-height: 300px;
        flex: none;
        width: 100% !important;
    }

    .fluid-one .right-box {
        padding: 40px 20px !important;
        flex: none;
        width: 100% !important;
    }

    .slider-two_heading {
        font-size: 32px !important;
    }

    .sec-title_heading {
        font-size: 2rem !important;
        /* Proper heading size for mobile */
    }
}

@media (max-width: 768px) {

    /* Hide default hamburger menu */
    .mobile-nav-toggler {
        display: none !important;
    }

    /* --- SLIDER MOBILE FIXES --- */
    .slider-two {
        padding: 0 !important;
        min-height: 600px;
        /* Ensure space for image */
    }

    .slider-two .swiper-slide {
        min-height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slider-two_image-layer {
        display: block !important;
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
        background-position: center !important;
        z-index: 1;
        opacity: 1 !important;
        /* Full opacity image */
    }

    /* Add a dark gradient overlay to ensure text is readable */
    .slider-two_image-layer::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 100%);
        /* Light Overlay */
        z-index: 2;
    }

    /* Make text fully visible relative to the faded image */
    .slider-two_content {
        position: relative;
        z-index: 5;
        padding: 100px 20px 60px 20px;
        text-align: center;
    }

    .slider-two_heading {
        font-size: 2.5rem !important;
        line-height: 1.1 !important;
        margin-bottom: 25px !important;
        color: #000 !important;
        /* Force black title */
    }

    .slider-two_text {
        font-size: 1.1rem !important;
        color: #1a1a1a !important;
        /* Dense black text */
        font-weight: 500 !important;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
        /* Slight white shadow for contrast */
    }

    /* --- HEADER & LOGO MOBILE FIXES --- */
    .header-style-two .header-lower .inner-container {
        display: flex !important;
        justify-content: center !important;
        /* Center the logo horizontally */
        align-items: center !important;
    }

    .header-style-two .logo-box {
        float: none !important;
        display: inline-block !important;
        padding: 15px 0 !important;
        margin: 0 !important;
        border: none !important;
        /* Remove any borders */
    }

    /* Remove the vertical line which is often a :before or :after on the logo-box or left-box in this template */
    .header-style-two .logo-box:before,
    .header-style-two .logo-box:after,
    .header-style-two .left-box:before,
    .header-style-two .left-box:after {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        background: transparent !important;
        border: none !important;
    }

    /* Hide the right-box (desktop button) completely on mobile to allow centering */
    .header-style-two .right-box {
        display: none !important;
    }

    /* --- MOBILE MENU (Green Primary Color) --- */
    .mobile-bottom-nav {
        display: flex !important;
        position: fixed !important;
        /* Force fixed to viewport */
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        /* Ensure full width */
        width: 100% !important;
        height: auto !important;
        background-color: var(--primary-color) !important;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        z-index: 2147483647 !important;
        /* Max z-index to stay on top of everything */
        justify-content: space-around;
        padding: 12px 0 25px 0;
        border-top: none;
        transform: translateZ(0);
        /* Force GPU layer to prevent jitter */
    }

    .mobile-nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.6) !important;
        /* Dimmed inactive state */
        font-size: 0.75rem;
        flex: 1;
        transition: all 0.3s ease;
    }

    .mobile-nav-item i {
        font-size: 1.4rem;
        margin-bottom: 5px;
        color: rgba(255, 255, 255, 0.6) !important;
    }

    /* Active Item Always White */
    .mobile-nav-item.active,
    .mobile-nav-item:hover,
    .mobile-nav-item:focus {
        color: #ffffff !important;
        transform: translateY(-2px);
    }

    .mobile-nav-item.active i,
    .mobile-nav-item:hover i,
    .mobile-nav-item:focus i {
        color: #ffffff !important;
    }

    .mobile-nav-item.active strong {
        color: #ffffff !important;
    }

    /* Special style for Download item if needed, though simpler is better on green */

    /* --- CARDS & SECTIONS --- */
    .modern-one_content .sec-title_heading {
        font-size: 2rem;
    }

    .stats-section {
        padding: 40px 0;
    }

    /* --- APP FEEL: STICKY HEADER --- */
    .main-header {
        position: sticky !important;
        top: 0;
        z-index: 10000;
        background: rgba(255, 255, 255, 0.9) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    }

    /* Remove native tap flash */
    * {
        -webkit-tap-highlight-color: transparent;
    }

    /* --- STATS SECTION MOBILE (Lineal / 3 Cols) --- */
    .stats-grid {
        flex-direction: row !important;
        /* Horizontal */
        gap: 10px !important;
        justify-content: space-between;
        align-items: flex-start;
    }

    .stat-item {
        flex: 1;
        padding: 0 2px;
    }

    .stat-item h3 {
        font-size: 1.8rem !important;
        /* Smaller for mobile */
        margin-bottom: 2px !important;
    }

    .stat-item p {
        font-size: 0.75rem !important;
        letter-spacing: 0.5px !important;
        line-height: 1.2;
    }

    /* --- COMPACT DOWNLOAD CARD (Replaces Image) --- */
    /* Transform section into a contained card */
    .modern-one {
        padding: 40px 20px !important;
        background: #fff !important;
        /* Reset section bg */
    }

    .modern-one_content-column {
        background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%);
        border-radius: 20px;
        padding: 40px 30px !important;
        text-align: center;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }

    .modern-one_content .sec-title_heading {
        font-size: 1.8rem !important;
        margin-bottom: 15px !important;
    }

    .modern-one_content .sec-title_text {
        font-size: 1rem !important;
        margin-bottom: 25px !important;
        opacity: 0.9;
    }

    /* Speed Optimization: Delay rendering of footer/faq until visible */
    .faq-section,
    .main-footer {
        content-visibility: auto;
    }

    /* --- HIDE IMAGES TO REDUCE SCROLL --- */
    /* Hide the phone/food image in Download Section */
    .modern-one_image-column {
        display: none !important;
    }

    /* Hide the decorative floating icons */
    .modern-one_icon,
    .modern-one_icon-two {
        display: none !important;
    }

    /* Hide the Fluid Section Image (Veggie Face/Cooking) */
    .fluid-one .left-box {
        display: none !important;
    }

    /* Adjust Fluid Content width since image is gone */
    .fluid-one .right-box {
        padding: 40px 20px !important;
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .service-block-two {
        margin-bottom: 25px !important;
    }

    /* Fixed Cards Styling on Mobile */
    .services-two {
        padding: 40px 0 20px 0 !important;
    }

    /* HORIZONTAL SCROLL CONTAINER (Native App Feel) */
    .services-two .row,
    .testimonials-section .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding: 10px 20px 40px 20px !important;
        /* Padding for scroll peek and shadow */
        margin-left: -15px !important;
        /* Pull to edge */
        margin-right: -15px !important;
        scrollbar-width: none;
        /* Hide scrollbar Firefox */
        -webkit-overflow-scrolling: touch;
    }

    /* Hide scrollbar Chrome/Safari/Edge */
    .services-two .row::-webkit-scrollbar,
    .testimonials-section .row::-webkit-scrollbar {
        display: none;
    }

    .service-block-two,
    .testimonials-section .col-lg-4 {
        flex: 0 0 85% !important;
        /* Show 85% of card to encourage scroll */
        max-width: 85% !important;
        scroll-snap-align: center;
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    .services-block_two-inner {
        padding: 30px 25px !important;
        background: #ffffff !important;
        border-radius: 20px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, 0.03) !important;
        height: 100% !important;
        /* Uniform height */
        margin: 0 !important;
    }

    /* Hide the decorative circle on mobile */
    .services-block_two-inner::before {
        display: none !important;
    }

    .services-block_two-icon {
        margin-bottom: 15px !important;
        transform: scale(1.1);
    }

    .services-block_two-title {
        font-size: 1.35rem !important;
        margin-bottom: 12px !important;
        margin-top: 5px;
        color: var(--text-dark);
        line-height: 1.3 !important;
    }

    .services-block_two-text {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        color: #555 !important;
        margin-bottom: 0 !important;
        display: block !important;
        width: 100% !important;
        word-wrap: break-word !important;
    }

    /* Premium Step Card Mobile Overrides */
    .step-card {
        padding: 25px !important;
        border-radius: 16px !important;
        margin-bottom: 20px !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
        border: 1px solid rgba(0, 0, 0, 0.03) !important;
    }

    .faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }

    /* Adjust body padding for new taller mobile menu */
    body {
        padding-bottom: 90px;
    }

    /* --- FORCE ICON FIX --- */
    .icon.fa-solid,
    .icon.fa-brands,
    .icon.fa-regular,
    .icon.fas,
    .icon.fab {
        font-family: "Font Awesome 6 Free" !important;
        font-weight: 900 !important;
        font-style: normal !important;
        line-height: 1 !important;
    }
}

/* Default state for mobile nav (hidden on desktop) */
.mobile-bottom-nav {
    display: none;
}

/* --- LEGAL & INFO PAGES TYPOGRAPHY --- */
.legal-content {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}

.legal-content h4 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.legal-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif !important;
}

.legal-content ul {
    margin-bottom: 25px;
    padding-left: 20px;
}

.legal-content ul li {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 10px;
    position: relative;
    list-style: none;
}

.legal-content ul li::before {
    content: '•';
    color: var(--primary-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* Disclaimer Box styling */
.legal-disclaimer-box {
    background-color: #fff8e1;
    border-left: 5px solid #ffc107;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.legal-disclaimer-box h4 {
    color: #bfa900;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* --- MENU ICONS REFINEMENT --- */
.main-menu .navigation>li>a i {
    margin-right: 8px !important;
    color: var(--primary-color) !important;
    opacity: 0.8;
    font-size: 1.1em;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.main-menu .navigation>li>a:hover i {
    opacity: 1;
    transform: scale(1.1);
}