    /* Lunethra Minimalist Key Theme Overrides */

    /* Import Manrope Font */
    @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@800&display=swap');

    body {
        background-color: #000000 !important;
        overflow-x: hidden !important;
    }

    .section,
    .effortlessly-integration-section {
        background-color: #000000 !important;
        overflow: visible !important;
        /* Prevent text clipping */
    }

    /* --- Service Card Container --- */
    .experience-card {
        background: rgba(255, 255, 255, 0.02) !important;
        /* Subtle Glass */
        backdrop-filter: blur(12px) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        /* Visible edges */
        border-radius: 16px !important;
        /* Smoother corners */

        /* Cinematic Lift & Shadow transition */
        transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
            box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
            border-color 0.4s ease !important;
        overflow: hidden !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;

        /* Align text vertically */
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    /* Hover Effect: Card Lift & Glow */
    .experience-card:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6) !important;
        border-color: rgba(255, 255, 255, 0.3) !important;
        /* Highlight edge */
        z-index: 10;
    }

    /* --- Clean up Distractions --- */
    /* Remove Neon Glow effects */
    .light-wrapper,
    .light-wrapper-in-front,
    .experience-gradient,
    .experience-gradient._02,
    .light-holder {
        display: none !important;
    }

    /* --- Image Zoom Animation --- */
    /* Ensure image container clips the image */
    .experience-card-image-holder,
    .experience-card-image-holder._02 {
        overflow: hidden !important;
        border-radius: 16px 16px 0 0 !important;
        height: 300px !important;
        flex-grow: 0 !important;
    }

    /* --- Standardized Padding --- */
    .experience-card-text-holder,
    .experience-card-text-holder._02 {
        padding: 40px !important;
        /* More breathing room */
        text-align: left !important;
    }

    .experience-card-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1);
        transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    }

    /* Zoom on card hover */
    .experience-card:hover .experience-card-image {
        transform: scale(1.1) !important;
    }

    /* --- Typography Updates --- */
    .card-title,
    .title {
        font-family: 'Manrope', sans-serif !important;
        font-weight: 700 !important;
        /* Slightly less heavy than 800 */
        text-transform: none !important;
        letter-spacing: normal !important;
        color: #ffffff !important;
        text-shadow: none !important;
        filter: none !important;
        position: relative;
        display: inline-block;
        margin-bottom: 20px !important;
        font-size: 1.8rem !important;
        /* Restored from 1.5rem */
    }

    /* --- Workflow Section Text Override --- */
    .workflow-section .experience-paragraph-holder p {
        font-size: 24px !important;
        line-height: 1.5 !important;
        color: #ffffff !important;
    }

    /* --- White Mode Contact Section Overrides --- */
    .white-mode-holder .title,
    .white-mode-holder .experience-paragraph-holder p,
    .white-mode-holder .form-block,
    .white-mode-holder input:not([type="submit"]),
    .white-mode-holder textarea {
        color: #000000 !important;
        text-shadow: none !important;
    }

    .white-mode-holder .trusted-no {
        color: #000000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
        background-clip: border-box !important;
        -webkit-background-clip: border-box !important;
    }

    .white-mode-holder input[type="submit"] {
        color: #ffffff !important;
    }

    .white-mode-holder ::placeholder {
        color: #000000 !important;
        opacity: 0.7 !important;
    }

    #contact {
        background-color: #ffffff !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0px !important;
        /* Removed padding to pull content up */
        margin-top: -120px !important;
        /* Significant pull up to close white space */
        position: relative;
        z-index: 10;
    }



    @media (max-width: 991px) {
        #contact .center-title {
            text-align: center !important;
            align-items: center !important;
            display: flex !important;
            flex-direction: column !important;
            width: 100% !important;
        }

        #contact .title-holder {
            align-items: center !important;
            text-align: center !important;
            width: 100% !important;
        }

        #contact .experience-paragraph-holder p {
            text-align: center !important;
        }

        .submit-button-container {
            justify-content: center !important;
        }
    }

    @media (min-width: 992px) {

        #contact .center-title,
        #contact .title-holder,
        #contact .experience-paragraph-holder p {
            text-align: left !important;
            align-items: flex-start !important;
        }

        #contact .title {
            font-size: 85px !important;
            line-height: 1 !important;
        }

        #contact .title .trusted-no {
            font-size: 85px !important;
            line-height: 1 !important;
        }
    }

    /* Fix for Contact Form Input interaction - Targeted to avoid breaking Subscribe button */
    #contact-form-dark,
    #contact-form-light,
    #contact-form-dark .text-field-form,
    #contact-form-light .text-field-form,
    #contact-form-dark textarea,
    #contact-form-light textarea {
        position: relative !important;
        z-index: 9999 !important;
        pointer-events: auto !important;
    }

    #contact {
        position: relative;
        z-index: 100 !important;
        isolation: isolate !important;
    }

    .contact-right-panel {
        z-index: 1000 !important;
        position: relative !important;
    }

    #research {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .sticky-section {
        padding-top: 60px !important;
        /* Reduced from 100px */
        padding-bottom: 80px !important;
        /* Reduced from 150px */
    }

    .trusted-no {
        font-size: 56px !important;
        /* Reduced from 75px */
        margin-bottom: 0 !important;
    }

    /* Increase 'Built for Exploration' size */
    /* Increase 'Built for Exploration' size */
    .trusted-content .title.smaller {
        font-size: 64px !important;
        /* Reduced from 96px */
        line-height: 1.1 !important;
        letter-spacing: -0.02em !important;
        margin-bottom: 25px !important;
    }

    /* Move towards the edge */
    .trusted-content {
        margin-left: -40px !important;
        padding-left: 0 !important;
    }

    /* Force Green Gradient on 'Exploration' */
    .trusted-content .title.smaller .trusted-no {
        background-image: linear-gradient(314deg, #00bf63 11%, #55ff07 57%) !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        color: transparent !important;
        font-size: inherit !important;
    }

    @media (max-width: 767px) {
        .trusted-content .title.smaller {
            font-size: 36px !important;
            /* Reduced from 48px */
        }

        .trusted-content {
            margin-left: 0 !important;
        }
    }

    #sign-up {
        background-color: #ffffff !important;
        padding-top: 140px !important;
        padding-bottom: 0 !important;
        /* Reduced white space */
        margin-top: 0 !important;
    }

    #sign-up .center-title {
        margin-bottom: 0 !important;
    }

    .cards-grid,
    .cards-second-grid {
        grid-column-gap: 20px !important;
        grid-row-gap: 20px !important;
    }

    .card-text-holder,
    .card-text-holder.small,
    .card-text-holder._02 {
        padding: 24px !important;
        text-align: center !important;
    }

    .dark-and-light-mode-holder {
        background-color: #ffffff !important;
    }

    .white-mode-holder {
        background-color: #ffffff !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    .white-mode-holder .contact-split-layout {
        height: 100vh !important;
        display: flex !important;
        align-items: center !important;
        margin-top: 0 !important;
    }

    .white-mode-holder .form {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .white-mode-holder .contact-right-panel {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        margin-top: -50px !important;
        /* Move up specifically to align with dark mode */
    }

    .cards-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        /* Reduced white space */
    }

    .footer {
        padding-top: 40px !important;
        /* Controlled space above Follow Us */
    }

    @media (max-width: 991px) {
        .footer {
            padding-top: 10px !important;
        }

        #sign-up {
            padding-top: 20px !important;
            margin-top: 0px !important;
            /* Relaxed spacing */
        }

        .footer-copyright div {
            font-size: 14px !important;
            /* Reduced size */
        }

        .footer {
            padding-bottom: 5px !important;
            /* Minimal bottom space */
        }

        .footer-social-media-container {
            margin-bottom: 15px !important;
            padding-bottom: 15px !important;
        }

        .footer-brand-content {
            margin-bottom: 0 !important;
        }

        .footer-flex-container {
            margin-top: 0 !important;
            flex-wrap: wrap !important;
            /* Allow wrapping so copyright takes full width */
        }

        .footer-copyright {
            justify-content: center !important;
            width: 100% !important;
            margin-top: 5px !important;
        }
    }

    .cards-grid-holder {
        padding-top: 20px !important;
    }

    /* --- Underline Animation --- */
    .card-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 0;
        height: 2px;
        background-color: #00ff88;
        /* Cyber Green Pop */
        transition: width 0.3s ease-in-out;
    }

    /* Expand underline on hover */
    .experience-card:hover .card-title::after {
        width: 100%;
    }


    /* List item bullets white */
    .experience-paragraph-holder ul {
        list-style-type: none !important;
        padding-left: 0 !important;
    }

    /* Standard Grid Layout */
    .experience-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 80px !important;
        align-items: stretch !important;
    }

    @media (min-width: 992px) {
        #integration .title {
            white-space: nowrap !important;
            display: block !important;
            margin-bottom: 5px !important;
            font-size: 85px !important;
            line-height: 1 !important;
        }

        #integration .title .trusted-no {
            display: inline !important;
            font-size: 85px !important;
            line-height: 0.8 !important;
            vertical-align: middle !important;
        }

        /* Force description to one line */
        #integration .experience-paragraph-holder {
            max-width: 1200px !important;
            width: 100% !important;
            white-space: nowrap !important;
        }

        #integration .experience-paragraph-holder p {
            text-align: center !important;
            margin-top: 25px !important;
        }
    }

    @media (max-width: 991px) {
        #integration .experience-paragraph-holder {
            white-space: normal !important;
        }

        #integration .experience-paragraph-holder p {
            text-align: center !important;
            font-size: 16px !important;
            margin-top: 15px !important;
            display: block !important;
        }

        #integration .title {
            white-space: normal !important;
            font-size: 42px !important;
            /* Restored to 42px for tablet/laptop */
            line-height: 1.3 !important;
            /* Restored line-height */
            text-align: center !important;
            width: 100% !important;
            display: block !important;
            margin-top: 40px !important;
            /* Moved bit up from 100px */
        }

        #integration .title .trusted-no {
            font-size: 42px !important;
            line-height: 1.3 !important;
            display: inline !important;
        }

        .workflow-section .experience-paragraph-holder p {
            font-size: 18px !important;
            text-align: center !important;
        }

        .satellite-screen-image {
            transform: scale(1.2) translateY(20%) !important;
            max-width: 80% !important;
        }

        .paragraph-2 {
            font-size: 28px !important;
            text-align: center !important;
        }

        .workflow-section {
            margin-top: -150px !important;
            /* Reduced overlap for tablets */
            z-index: 10 !important;
        }
    }

    @media (max-width: 767px) {
        .workflow-section {
            margin-top: 0 !important;
            /* No overlap on mobile to avoid covering text */
            padding-top: 60px !important;
            padding-bottom: 60px !important;
        }

        #integration .title {
            font-size: 48px !important;
            /* Balanced Size */
            margin-top: 30px !important;
            line-height: 1.2 !important;
        }

        #integration .title .trusted-no {
            font-size: 48px !important;
            line-height: 1.2 !important;
        }

        /* Contact Us - Keeping readable */
        #contact .title,
        #contact .title .trusted-no {
            font-size: 48px !important;
            line-height: 1.2 !important;
        }

        .paragraph-2 {
            font-size: 24px !important;
            /* Reduced from 42px for mobile */
            text-align: center !important;
        }

        /* Remove empty space below contact form */
        #contact,
        .dark-and-light-mode-holder,
        .contact-right-panel,
        .dark-mode-holder,
        .white-mode-holder {
            padding-bottom: 0 !important;
            margin-bottom: 0 !important;
            height: auto !important;
            min-height: 0 !important;
        }

        .form-block {
            margin-bottom: 10px !important;
        }
    }

    @media (max-width: 479px) {

        #integration .title,
        #integration .title .trusted-no {
            font-size: 32px !important;
            /* Optimized for Small iPhone */
            word-wrap: normal !important;
        }

        #contact .title,
        #contact .title .trusted-no {
            font-size: 36px !important;
            word-wrap: normal !important;
        }

        /* Adjust hero text for iPhone SE/Mini */
        .hero-text {
            font-size: 15vw !important;
        }
    }

    /* Fix Alignment for Integrated Section */
    .effortlessly-integration-container {
        padding-top: 60px !important;
        /* Reduced from 120px to move up */
    }

    #integration .title-holder {
        max-width: 100% !important;
        align-items: center !important;
        width: 100% !important;
        position: relative;
        z-index: 20;
    }

    #integration .center-title {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    /* Standalone Image Component */
    .image-component {
        width: 100%;
        height: 100%;
        /* Stretches to fill grid cell */
        min-height: 300px;
        /* Reduced safety floor */
        border-radius: 16px;
        /* Match Card Radius */
        overflow: hidden;
        position: relative;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
        border: none !important;
    }

    .image-component img {
        position: absolute;
        /* Take out of flow so text defines height */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.7s ease-out;
    }

    /* Subtle image zoom on hover */
    .image-component:hover img {
        transform: scale(1.05);
    }

    /* Paragraph text readability */
    .experience-paragraph-holder p {
        font-family: 'Inter', sans-serif !important;
        color: #e0e0e0 !important;
        /* Brighter grey/white */
        font-size: 18px !important;
        /* Restored from 15px */
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
        text-align: left !important;
    }

    /* List Item Styling */
    .experience-paragraph-holder li {
        font-family: 'Inter', sans-serif !important;
        /* Switch to body font */
        color: #ffffff !important;
        /* Pure white for clarity */
        font-size: 17px !important;
        /* Restored from 14px */
        line-height: 1.6 !important;
        text-transform: none !important;
        letter-spacing: 0.01em !important;
        font-weight: 400 !important;
        /* Regular weight */
        padding-left: 15px !important;
        margin-bottom: 12px !important;

        position: relative !important;
        border-left: 2px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
    }

    .experience-paragraph-holder li:hover {
        border-left-color: #00ff88;
        /* Lunethra/Cyber tint on hover */
        padding-left: 20px !important;
        color: #ffffff !important;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%);
    }

    /* --- Layout Hacks --- */
    /* Widen the container for Services to use more screen real estate */
    #services .container {
        max-width: 1600px !important;
        width: 95% !important;
    }

    /* Increase 'Core Capabilities' title size */
    #services .title {
        font-size: 80px !important;
        line-height: 1.1 !important;
        margin-bottom: 40px !important;
    }

    #services .title .trusted-no {
        font-size: 80px !important;
    }

    @media (max-width: 767px) {

        #services .title,
        #services .title .trusted-no {
            font-size: 36px !important;
            /* Reduced from 48px */
        }
    }

    /* --- Workflow Section Styling --- */
    /* Transform the gray block into a sleek glass strip */
    .workflow-section {
        background-color: rgba(0, 0, 0, 0.4) !important;
        /* Dark transparent */
        backdrop-filter: blur(16px) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        /* margin-top override: dynamic overlap */
        margin-top: -200px !important;
        box-shadow: 0 4px 60px rgba(0, 0, 0, 0.6) !important;
        padding-top: 40px !important;
        /* Decreased height */
        padding-bottom: 40px !important;
        /* Decreased height */
        position: relative;
        z-index: 5;
    }

    /* Increase Moon Size while keeping position */
    .satellite-screen-image {
        transform: scale(1.50) !important;
        transform-origin: center center !important;
    }

    /* --- Hero Text Updates --- */
    .hero-text,
    .hero-text._02 {
        font-size: 200px !important;
        line-height: 0.9 !important;
        letter-spacing: -0.04em !important;
    }





    /* --- Nav Bar Resize --- */
    /* --- Nav Bar Resize --- */
    .nav-menu-container {
        height: 54px !important;
        /* Reduced from 72px */
        padding-left: 20px !important;
        padding-right: 8px !important;
        /* Tighter on right for button */
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
        background-color: rgba(20, 20, 20, 0.8) !important;
        backdrop-filter: blur(20px) !important;
    }


    /* --- Lunethra Specific Fix --- */
    .hero-text {
        /* Maximum extended shadow: Origin at top edge, deep black cast for dramatic eclipse */
        background: radial-gradient(150% 150% at 50% 0%, #000000 0%, #FFFFFF 80%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
        filter: none !important;
    }

    .brand img {
        height: auto !important;
        width: 180px !important;
        margin-top: 0px !important;
    }

    .nav-link {
        font-size: 14px !important;
        /* Reduced from 16px */
    }

    .navbar-button {
        padding: 8px 20px !important;
        font-size: 14px !important;
        height: auto !important;
    }

    .hero-paragraph-holder {
        max-width: 1100px !important;
        /* Widen to fit text on 2 lines */
    }

    .hero-paragraph-holder .paragraph {
        font-size: 20px !important;
        line-height: 1.5 !important;
        color: #e0e0e0 !important;
        max-width: 100%;
    }

    @media (max-width: 991px) {
        .hero-paragraph-holder .paragraph {
            font-size: 14px !important;
            /* Reduced from 18px */
        }
    }

    /* --- Custom Cards Grid (5 Boxes) --- */
    .custom-cards-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        max-width: 1400px;
        margin: 0 auto;
        padding: 20px;
        position: relative;
        z-index: 5;
    }

    .custom-card-item {
        flex: 1 1 350px;
        /* Responsive basis */
        max-width: 400px;
        min-height: 350px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .custom-card-item>div {
        height: 100%;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }

    @media (max-width: 767px) {
        .custom-cards-container {
            flex-direction: column;
            align-items: center;
        }

        .custom-card-item {
            max-width: 100%;
            width: 100%;
        }
    }

    @media (max-width: 767px) {

        .custom-cards-container,
        #sign-up .center-title {
            display: none !important;
        }

        #sign-up {
            padding-top: 0 !important;
            height: 0 !important;
            min-height: 0 !important;
            overflow: hidden !important;
        }
    }

    @media (min-width: 992px) {
        .hero-quote {
            font-size: 48px !important;
            /* Reduced from 85px to match standard headline scale */
            line-height: 1.2 !important;
            font-weight: 700 !important;
            display: block !important;
            text-align: center !important;
            margin-bottom: 40px !important;
        }
    }

    @media (max-width: 991px) {
        .hero-quote {
            font-size: 32px !important;
            /* Scaled down for mobile */
            line-height: 1.3 !important;
            font-weight: 700 !important;
            text-align: center !important;
            margin-bottom: 30px !important;
        }
    }

    /* Center Text in Custom Cards for Clean Alignment */
    .custom-card-item .experience-paragraph-holder p {
        text-align: center !important;
        text-justify: auto;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        hyphens: none;
    }

    /* --- Form Block Spacing --- */
    .form-block {
        margin-bottom: 15px;
    }

    /* Remove White Overlays that might affect text */
    .trusted-white-overlay,
    .trusted-white-overlay.bottom {
        display: none !important;
    }

    /* --- Center Mobile Nav Popup --- */
    @media (max-width: 991px) {
        .nav-menu.w-nav-menu {
            left: 50% !important;
            right: auto !important;
            transform: translateX(-50%) !important;
            z-index: 9999 !important;
        }
    }

    /* Ensure navbar stays above all content */
    .navbar.w-nav {
        z-index: 10000 !important;
        position: fixed !important;
    }

    /* --- Move Orbit Graphic Down --- */
    .iphone-holder {
        top: -20% !important;
        /* Was -35%, moved down */
    }