@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';

@import '/styles/HardwarePopup.css';

/* ------------ */
/*  HW Edge Hero Section */
/* ------------ */
.edge-120-hero-section {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: var(--color-black); /* Black background for areas beyond 1800px */
}

/* Large desktop screens: moderate height */
.edge-120-hero-image {
    position: relative;
    min-height: 500px;
    max-height: 55vh;
    background-image: url('/assets/images-v3/Product_EdgeE120_1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
}
.edge-120-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; /* sits above background, below content */
}
.edge-120-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding-inline: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    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; 
}
.edge-120-hero-content h1 {
    max-width: 50%;
    color: var(--color-white);
    margin-left: 0; 
    font-weight: 500;
    padding-bottom: 30px;
}
.edge-120-hero-content p {
    max-width: 45%;
    color: var(--color-white);
    margin-left: 0;
}
/*------------*/
.pre-release-badge {
    display: inline-flex;
    align-items: flex-start;
    gap: 7px;
    padding: 5px 10px 3px; 
    background-color: #8A8A8A;
    border-radius: 3px;
    color: var(--color-white);
    font-family: "Inter";
    font-size: .95rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 0;
    margin-bottom: 15px;
}
.pre-release-badge img {
    display: block;
    width: 16px; /* adjust as needed */
    height: 16px;
}
.active-badge {
    display: inline-flex;
    align-items: flex-start;
    gap: 7px;
    padding: 5px 10px 3px; 
    background-color: #09AF49;
    border-radius: 3px;
    color: var(--color-white);
    font-family: "Inter";
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 0;
    margin-bottom: 15px;
}
.active-badge img {
    display: block;
    width: 16px; /* adjust as needed */
    height: 16px;
}
.deprecated-badge {
    display: inline-flex;
    align-items: flex-start;
    gap: 7px;
    padding: 5px 10px 3px; 
    background-color: #FF0000;
    border-radius: 3px;
    color: var(--color-white);
    font-family: "Inter";
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 0;
    margin-bottom: 15px;
}
.deprecated-badge img {
    display: block;
    width: 16px; /* adjust as needed */
    height: 16px;
}

/*---------------*/
.edge-120-hero-navigation-section {
    background-color: var(--color-blue-nav-carousel);
    height: 55px;
    display: flex; 
    width: 100%;
    margin:0 auto;
}
.edge-120-hero-navigation-section.is-sticky {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 50;
}
/*------------*/
.edge-120-sub-nav {
    max-width: 1500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    padding-inline: 120px;
}
.edge-120-sub-nav a {
    margin-left: 0;
    margin-right: 26px;
    text-decoration: none;
    position: relative;
    padding-bottom: 1px;
}
.edge-120-sub-nav a:last-child {
    margin-right: 0;
}
.edge-120-sub-nav a h5 {
    color: var(--color-white);
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: .8rem;
    margin: 0;
}

.edge-120-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;
}

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

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

/* ------------ */
/*  Overview — What is The Edge 120?  */
/* ------------ */

.edge-120-overview-background {
    width: 100%;
}
.edge-120-overview-section {
    max-width: 1500px;
    padding: 80px 120px;
    margin: 0 auto;
}
.edge-120 {
    display: flex;
    align-items: center;
    gap: 40px;
}
.edge-120-text {
    width: 60%;
}
.edge-120 h5 {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: .8rem;
    padding-bottom: 10px;
}
.edge-120-text p {
    padding-bottom: 20px;
}
/* ------------ */
.inline-links .button-small-color-link {
    margin-right: 20px;
    animation: transform 0.8s ease-in;
    margin-top: 0;
}
.inline-links .transparent-cta-button {
    display: inline-flex;
}
.inline-links .transparent-cta-button img {
    width: 15px;
    margin-right: 6px;
    margin-bottom: 7px;
}
.inline-links .button-small-color-link img {
    width: 10px;
}
.inline-links a:last-child {
    margin-right: 0;
}
/* ------------ */
.edge-120-box {
    background-color: var(--color-blue-nav-carousel);
    padding: 30px;
    border-radius: 12px;
    width: 40%;
}
.edge-120-box h3 {
    color: var(--color-white);
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.3rem;
    padding-bottom: 15px;
}
.edge-120-box p {
    color: var(--color-white);
    padding-bottom: 20px;
}
.edge-120-text .inline-links {
    width: 100%;
}
.transparent-cta-button img {
    width: 15px;
}

/* ------------ */
/*  Key Features  */
/* ------------ */

.key-features-section {
    margin-top: 50px;
    width: 100%;
    background: var(--color-grey-background);
}

.key-features-container {
    max-width: 1500px;
    padding: 120px;
    margin: 0 auto;
}

.key-features-container h2 {
    margin-left: 0;
}

.key-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    padding-top: 40px;
}

.feature-item {
    border-left: 3px solid var(--color-framed-cta);
    padding-left: 1rem;
    margin: 0 !important;
    padding-top: 0 !important;
}

.feature-item h3 {
    font-weight: 600;
    font-family: "Inter";
    margin: 0; /* Reset everything */
    padding: 0; /* Reset everything */
    margin-bottom: 0.5rem;
    display: block; /* Ensure block */
}

.feature-item p {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    display: block;
}




/* ------------ */
/*  Specs — What's in the Kit — Installation  */
/* ------------ */

.specs-kit-installation-section {
    max-width: 1500px;
    padding:  80px 120px;
    margin: 0 auto;
}

/* .specs-kit-installation-section h5 {
    padding-bottom: 10px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    padding-bottom: 50px;
} */
.specs-kit-installation-section h2 {
    padding-bottom: 50px;
}

/* ------------ */

/* .specs-kit-installation-toggle {
    margin-top: 0px;
    text-align: center;
}
.specs-kit-installation-toggle-switch {
    display: inline-flex;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    overflow: hidden;
}
.specs-kit-installation-toggle-switch button {
    border-right: 1px solid #d3d3d3;
}
.toggle-segment {
    padding: 0.9rem 2.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    background: #ffffff;
    color: #0a1a44;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease;
} 
.toggle-segment:not(.active):hover {
    background: #f3f5f8;
}
.toggle-segment.active {
    background: linear-gradient(180deg, #0a1a44, #071133);
    color: #ffffff;
}
  
.specs-kit-installation-choice {
    max-width: 1500px;
}
.choice-section {
    display: none;
}

.choice-section.active {
  display: block;
  margin-top: 80px;
  margin-bottom: 50px;
} */

/*  Specs Grid  */
.specs-column {
    width: 100%;
}
.specs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
}
.specs-group {
    margin-bottom: 3rem;
}
  
.specs-group h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-bottom: .5rem;
    font-size: 1.1rem;
}
  
.spec-row {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #d9d9d9;
}
 
.spec-row span:first-child {
    font-weight: 500;
    margin-left: 0;
}
  
.spec-row span:last-child {
    text-align: right;
    margin-right: 0;
    color: #1a1a1a;
}
  





















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

    .hw-edge-overview-badge {
        bottom: 25px;
    }

    .card-item-flex-right img {
        width: auto;
        height: 230px;
    }
  }



@media (max-width: 1024px) {

    /* ------------ */
    /*  HW Edge Hero Section */
    /* ------------ */
   
    .edge-120-hero-content {
        padding-inline: 20px;;
    }
    .edge-120-sub-nav {
        padding-inline: 20px;
    }


    /* ------------ */
    /*  Overview — What is The Edge 120?  */
    /* ------------ */
    .edge-120-overview-section {
        width: 100%;
        background-image: none;
        max-width: 1500px;
        padding: 30px 20px;
    }
    .edge-120 {
        gap: 20px;
    }
    .edge-120-text {
        width: 50%;
        padding-right: 0px;
    }
    .edge-120-box {
        width: 50%;
    }
    .edge-120-overview-section {
        max-width: 1500px;
        padding: 80px 20px;
    }
    .edge-120-text .inline-links {
        width: 100%;
        display: block;
    }
    .edge-120-text .inline-links a {
        margin-top: 10px
    }

    /* ------------ */
    /*  Key Features  */
    /* ------------ */
    .key-features-container {
        padding: 80px 20px;
    }
    .key-features-grid {
        padding-top: 30px;
        gap: 2rem;
    }
    
    
     
    /* ------------ */
    /*  Specs — What's in the Kit — Installation  */
    /* ------------ */

    .specs-kit-installation-section {
        max-width: 1500px;
        padding: 50px 20px;
    }  
}



 /* SMALLER TABLETS LARGE PHONES  */
@media (max-width: 768px) {
    /* ------------ */
    /*  HW Edge Hero Section */
    /* ------------ */
    .edge-120-hero-section {
        min-height: 45svh;
        display: flex;
        flex-direction: column;
        background-color: transparent; /* Remove black background on mobile */
    }
    .edge-120-hero-content span {
        align-self: center;
    }
    .edge-120-hero-image {
        flex: 1;
        min-height: 45vh;
        max-height: 1000px;
        background-position: bottom;
    }
    .edge-120-hero-image::before {
        background: linear-gradient(
            to top,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.0) 50%
        );
    }
    .hero-title {
        font-weight: 700;
        text-align: center;
        margin-inline: auto;
        font-size: 2rem;
        line-height: 1.5;
        max-width: 450px;
        padding-bottom: 0%;
    }
    .edge-120-hero-content h1 {
        display: none;
    }
    .edge-120-hero-content p {
        display: none;
    }
    .edge-120-hero-content a {
        display: none;
    }
   
    .edge-120-hero-navigation-section {
        height: 30px;
    }
    .edge-120-sub-nav {
        display: none;
    }
    /*----------------*/
    /*  Key Features */
    /*----------------*/
    .key-features-container h2 {
        max-width: 400px;
    }
    .key-features-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    /* ------------ */
    /*  Specs — Grid */
    /* ------------ */
    .specs-grid {
        gap: 2.5rem;
    }
}


@media (max-width: 576px) {

    /* ------------ */
    /*  Overview — What is The Edge 120?  */
    /* ------------ */

    .edge-120 {
        display: flex;
        flex-direction: column;
    }
    .edge-120-text {
        width: 100%;
        padding-right: 20px;
    }
    .edge-120-box {
        width: 100%;
        padding-bottom: 50px;
    }
    
    

    /* ------------ */
    /* Key Features*/
    /* ------------ */
    .key-features-container {
        padding: 60px 20px;
    }
    .key-features-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 1fr);
        padding-top: 25px;
        padding-left: 0px;
        gap: 2rem;
    }
    .feature-item {
        align-items: start;
    }
    
    /* ------------ */
    /*  Specs — What's in the Kit — Installation  */
    /* ------------ */
    .specs-grid {
        grid-template-columns: 1fr;
    }

    
 
}

