@import '/styles/global.css';
@import '/styles/HeaderManager.css';
@import '/styles/FooterManager.css';
@import '/styles/SignupElement.css';
@import '/styles/CookieConsent/CookieConsent.css';
@import '/styles/CookieConsent/CookiePreferences.css';

/* ------------ */
/*  Dev Kits Hero Section */
/* ------------ */

.dev-kit-hero-section {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: var(--color-black);
}

/* Large desktop screens: moderate height */
.dev-kit-hero-image {
    position: relative; /* needed so ::before positions against this */
    min-height: 500px;
    max-height: 55vh;
    background-image: url('/assets/images-v3/Hero_Development_Kit.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
}
.dev-kit-hero-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.0) 50%
    );
    z-index: 1;
}

.dev-kit-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding-inline: 120px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: clamp(3rem, 8vh, 6rem);
}
.hero-title {
    font-size: clamp(1rem, 1vw, 1.4rem);
    max-width: 50%;
    color: var(--color-white);
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-left: 0; 
}
.dev-kit-hero-content h1 {
    max-width: 50%;
    color: var(--color-white);
    margin-left: 0; 
    font-weight: 500;
    padding-bottom: 30px;
}
.dev-kit-hero-content p {
    max-width: 45%;
    color: var(--color-white);
    margin-left: 0;
}
/*------------*/
.inline-links {
    margin-left: 0;
    margin-top: 30px;
}
.inline-link-1 {
    margin-right: 40px;
}
/*------------*/
.dev-kit-hero-navigation-section {
    background-color: var(--color-blue-nav-carousel);
    height: 55px;
    display: flex; 
    width: 100%;
    margin: 0 auto;
}
.dev-kit-hero-navigation-section.is-sticky {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    z-index: 50;
}
/*------------*/
.dev-kit-sub-nav {
    max-width: 1500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    padding-inline: 120px;
}
.dev-kit-sub-nav a {
    margin-left: 0;
    margin-right: 26px;
    text-decoration: none;
    position: relative;
    padding-bottom: 1px;
}
.dev-kit-sub-nav a:last-child {
    margin-right: 0;
}
.dev-kit-sub-nav a h5 {
    color: var(--color-white);
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: .8rem;
    margin: 0;
}
.dev-kit-sub-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-underline-cta);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.dev-kit-sub-nav a:not(.active):hover::after {
    transform: scaleX(1);
}

.dev-kit-sub-nav a.active::after {
    transform: scaleX(1);
}


/* ------------ */
/*  Overview — Why do I need AURA Hardware?  */
/* ------------ */
.dev-kit-overview-background {
    width: 100%;
}
.dev-kit-overview-section {
    max-width: 1500px;
    padding: 80px 120px;
    margin: 0 auto;
}
.dev-kit-overview {
    display: flex;
    align-items: center;
    gap: 30px;
}
.dev-kit-overview-text {
    width: 55%;
    margin-inline: 0;
}

.dev-kit-overview-box {
    background-color: var(--color-blue-nav-carousel);
    padding: 30px;
    border-radius: 12px;
    width: 45%;
    margin-right: 0;
}
.dev-kit-overview-box h3 {
    color: var(--color-white);
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.3rem;
    padding-bottom: 15px;
}
.dev-kit-overview-box p {
    color: var(--color-white);
    padding-bottom: 20px;
}
.indented-p-1 a {
    color: var(--color-white);
    text-decoration: underline;
    font-size: 1rem;
    padding: 0px !important;
}
.indented-p-2 a {
    color: var(--color-white);
    text-decoration: underline;
    font-size: 1rem;
}
.transparent-cta-button:hover {
    text-decoration: underline;

}
/* ------------ */


/* ------------ */
/*  Proximity - Known Location  */
/* ------------ */
.known-location-background {
    width: 100%;
    background-color: var(--color-grey-card-bckgrnd);
    background-image: url('/assets/images-v3/Waves_Background.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
}
.known-location-section {
    max-width: 1500px;
    padding: 80px 120px;
    margin: 0 auto;
}
.proximity {
    display: flex;
    align-items: center;
    gap: 70px;
}
.proximity-text {
    width: 50%;
}

.proximity-image {
    width: 50%;
}


.proximity-list {
    list-style: none;
    padding-left: 0;
}

.proximity-list li {
    position: relative;
    padding-left: 1.5rem; /* spacing between icon and text */
    padding-bottom: 5px;
}

.proximity-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;

    width: 1rem;
    height: 1rem;

    background: url("/assets/icons-v3/Black_Checkmark.svg") no-repeat center;
    background-size: contain;
}



/* ------------ */
/*  Which Development Is Right For You?   */
/* ------------ */
.which-development-container {
    max-width: 1500px;
    padding: 80px 120px;
    margin: auto;
}
.which-development-container h2 {
    text-align: center;
}
.card-grid {
    max-width: 900px;
    padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}
.card-item-image-wapper {
    position: relative;
    display: inline-block;
}

.card-item-image-wapper img {
    display: block;
    height: 200px;
    width: auto;
}
.compute-badge {
    position: absolute;
    top: -20px;
    left: 35%;
    transform: translateX(-50%);

    padding: 12px 17px;
    font-size: 0.85rem;
    font-weight: 600;

    color: #fff;
    background-color: var(--color-framed-cta); /* adjust to brand color */
    border-radius: 999px; /* pill shape */

    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    white-space: nowrap;
}
.card-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 30px;
}
.card-item img {
    width: 100%;
    height: auto;
    display: block;
}
.card-item-1 {
    background-color: var(--color-grey-card-bckgrnd);
    border-radius: 18px;
    grid-column: 1 / 2; 
}
.card-item-2 {
    background-color: var(--color-grey-card-bckgrnd);
    border-radius: 18px;
    grid-column: 2 / 3; 
}


.card-item h3 {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.3rem;
    transition: transform 0.3s ease-in-out;
    padding-block: 25px;
    margin-left: 0;
}
.card-item p {
    font-family: "Inter", sans-serif;
    padding-top: 15px;
    transition: transform 0.3s ease-in-out;
}

.card-item .card-item-list {
    margin-left: 25px;

}
.card-item .card-item-list li {
    font-family: "Inter", sans-serif;
    list-style: disc;
    margin-left: 0;
}
.card-item .transparent-cta-button {
    margin-top: 20px;
    margin-left: 0;
}


/* ------------ */
/*  Start Building Today  */
/* ------------ */
.start-today-section {
    max-width: 1500px;
    padding: 80px 120px 100px;
    margin: 0 auto;
}
.get-started {
    display: flex;
    align-items: center;
    gap: 35px;
}
.get-started-text {
    width: 60%;
}
.get-started-text img {
    max-width: 60%;
    min-width: 400px;
    margin-left: 0;
    padding-bottom: 20px;
}
.get-started-image {
    width: 40%;
}
.started-icon-images-mobile {
    display: none;
}
.get-started-image img {
    width: 100%;
}
.started-inline-btns-mobile {
    display: none;
}

.transform-text-temp {
    color: var(--color-underline-cta);
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
    margin-top: auto;
    margin-inline: auto;
}

.transform-text-temp::before {
    content: 'Learn More';
}

.transform-text-temp:hover::before {
    content: 'Coming Q1 2026';
}

.transform-text-temp:hover {
    color: var(--color-black);
    text-decoration: none;
}



/* Laptop screens (MacBook Air, etc.): taller hero */
@media (max-width: 1440px) {
    .dev-kit-hero-image {
        max-height: 60vh;
        min-height: 650px;
    }
}



@media (max-width: 1024px) {

    /* ------------ */
    /*  Dev Kits Hero Section */
    /* ------------ */

    .dev-kit-hero-content {
        padding-inline: 20px;
    }
    .dev-kit-sub-nav {
        padding-inline: 20px;
    }


    /* ------------ */
    /*  Overview — Why do I need AURA Hardware?  */
    /* ------------ */
    .dev-kit-overview-section {
        max-width: 1500px;
        padding: 80px 20px; 
    }

    /* ------------ */
    /*  Proximity - Known Location  */
    /* ------------ */
    .known-location-section {
        max-width: 1500px;
        padding: 50px 20px; 
    }
    .proximity {
        gap: 40px;
    }

    /* ------------ */
    /*  Which Development Is Right For You?  */
    /* ------------ */
    
    .which-development-container {
        padding: 0px 20px;
    }
    .card-opening-p {
        max-width: 650px;
        padding-bottom: 30px;
        padding-inline: 20px;
    }
    .which-development-container p {
        padding-bottom: 0px;
    }
    .card-grid {
        max-width: 1500px;
        padding-top: 50px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(auto-fit, minmax(280px, 1fr));
        align-items: end;
        gap: 20px;
        box-sizing: border-box;
    }
    .card-item-1 {
        background-color: var(--color-grey-card-bckgrnd);
        border-radius: 18px;
        grid-column: 1 / 2;
        grid-row: 1 / 2; 
    }
    .card-item-2 {
        background-color: var(--color-grey-card-bckgrnd);
        border-radius: 18px;
        grid-column: 1 / 2; 
    } 
    
    /* ------------ */
    /*  Start Building Today  */
    /* ------------ */
    .start-today-section {
        max-width: 1500px;
        padding: 100px 20px;
    }  
}




 /* SMALLER TABLETS LARGE PHONES  */
@media (max-width: 768px) {
    /* ------------ */
    /*  Dev Kits Hero Section */
    /* ------------ */
    .dev-kit-hero-section {
        min-height: 45svh; /* or 45vh fallback */
        display: flex;
        flex-direction: column;
        background-color: transparent; /* Remove black background on mobile */
    }
    
    .dev-kit-hero-image {
        flex: 1;
        min-height: 45vh;
        max-height: 1000px;
        background-image: url('/assets/images-v3/Mobile_Hero_2_1.webp');
        background-position: center;
    }
    .dev-kit-hero-image::before {
        background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.0) 0%,
            rgba(0, 0, 0, 0.0) 50%
        );
        z-index: 1;
    }
    .hero-title {
        font-weight: 700;
        text-align: center;
        margin-inline: auto;
        font-size: 2rem;
        line-height: 1.5;
        max-width: 450px;
        padding-bottom: 0%;
    }
    .dev-kit-hero-content h1 {
        display: none;
    }
    .dev-kit-hero-content p {
        display: none;
    }
    .dev-kit-hero-content a {
        display: none;
    }
    .dev-kit-hero-navigation-section {
        height: 30px;
    }
    .dev-kit-sub-nav {
        display: none;
    }
    
    /* for mobile-leading-text see global.css */
    
    /* ------------ */
    /*  Overview — Why do I need AURA Hardware?  */
    /* ------------ */
    .dev-kit-overview-section {
        margin: 0px auto;
        padding: 40px 20px; 
    }

    /* ------------ */
    /*  Proximity - Known Location  */
    /* ------------ */
    .known-location-background {
        margin: 30px auto;
    }
    .proximity {
        display: flex;
        flex-direction: column;
    }
    .proximity-text {
        width: 100%;
        padding-right: 20px;
    }
    .proximity-image {
        width: 75%;
        padding-bottom: 50px;
    }
    .aura-capabilities {
        padding-top: 40px;
    }
    .capabilities-title h2 {
        padding-bottom: 40px;
    }
    .asset-box {
        flex: 0 0 100%;
        box-shadow: var(--box-shadow-light-grey);
    }
    .asset-box img {
        height: 35px;
    }


    /* ------------ */
    /*  Which Development Is Right For You?  */
    /* ------------ */
    
    .which-development-container {
        padding: 0px 20px;
        margin-top: 50px;
    }
}




@media (max-width: 576px) {
    /* ------------ */
    /*  Overview — Why do I need AURA Hardware?  */
    /* ------------ */
    .dev-kit-overview {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 50px;
    }
    .dev-kit-overview-text {
        width: 100%;
        padding: 30px 0px;
    }
    .dev-kit-overview-box {
        width: 100%;

    }
    /* ------------ */
    /*  Proximity - Known Location  */
    /* ------------ */
    
    .proximity-image {
        width: 100%;
        padding-bottom: 50px;
    }

    /*----------------*/
    /*  Which Development Is Right For You?*/
    /*----------------*/
    .card-grid {
        width: 100%;
        max-width: 100%;
        padding-top: 50px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 80px;
        box-sizing: border-box;
        margin: 0;
    }
    .card-item-1 {
        width: 100%;
        max-width: 100%;
        background-color: var(--color-grey-card-bckgrnd);
        border-radius: 18px;
    }
    .card-item-2 {
        width: 100%;
        max-width: 100%;
        background-color: var(--color-grey-card-bckgrnd);
        border-radius: 18px; 
    }
   
    /* ------------ */
    /*  Start Building Today  */
    /* ------------ */
    .get-started {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }
    .get-started-text {
        width: 100%;
        text-align: center;
    }
    .get-started-text img {
        max-width: 80%;
        min-width: 350px;
    }
    .started-icon-images-desktop {
        display: none;
    }
    .started-icon-images-mobile {
        display: inline-block;
        margin-inline: auto;
        padding-block: 25px;
    }
    .get-started-image {
        width: 100%;
    }
    .started-inline-btns-desktop {
        display: none;
    }
    .started-inline-btns-mobile {
        display: block;
        text-align: center;
    }
}

