:root{
  --bg:#0F171D;
  --bg-dark:#070B0F;
  --panel:#0c1b23;
  --cyan:#3AC1D1;
  --white:#FFFFFF;
  --muted:#96a7ad;
  --border:rgba(255,255,255,.11);
  --font-heading: 'Exo 2', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-accent: 'Outfit', sans-serif;
}
.technology-background{
    height: 591px;
    position: absolute;
    inset: 0;
    background-image:url(".././images/technology-banner-bg.png");
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

.how-does-it {
    padding: 50px 10px;
    min-height: 541px;
    background: radial-gradient(
        ellipse 70% 50% at 30% 40%, 
        #0d232a 0%, 
        #0a161d 50%, 
        #05080c 100%
    );
    background-color: #05080c;
}

.how-does-it .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.how-does-it .contents {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.how-does-it .contents h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
}

.how-does-it .contents p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.how-does-it-image {
    text-align: right;
}

.intelligent {
    background-color: var(--bg);
    padding: 40px 10px;
}

section.our-model {
    padding: 50px 10px;
    background: var(--bg-dark);
}

.model-card{
    background-color: var(--bg);
    border: 1px solid #3AC1D1;
    border-radius: 12px;
    max-width: 623px;
    width: 100%;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.model-grid{
    margin-top: 30px;
}

.card-header h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.card-header p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}

.card-content {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    gap: 20px;
    min-height: 300px;
}

.vehicle-image-wrapper {
    flex: 1;
    display: flex;
    position: relative;
    left: 5px;
    top: 50px;
}

.vehicle-img {
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: contain;
}

.spec-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    margin-top: 30px;
    text-align: left;
    width: 300px;
}

.spec-item {
    display: flex;
    align-items: center;
    width: 400px;
}

.spec-label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.spec-label span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #D0D0D0;
    width: 165px;
}

.spec-value {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: left;
    width: 330px;
}

hr.divider {
    margin: 20px 0;
    background: #DBDBDE;
    height: 1px;
    border: 0;
}

.card-footer h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.card-footer p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
}
section.proven-scale {
    padding: 70px 10px;
    background-image:url(".././images/proven-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.scale-section {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, max-content);
    column-gap: 48px;
    align-items: start;
}
.scale-list h4 {
    font-size: 32px;
    font-weight: 800;
    line-height: 100%;
    color: #FFFFFF;
}
.scale-list p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;
}

.scale-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.scale-list:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -24px;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #DBDBDE;
}

.scale-list:last-child {
    border:0;
}

section.provide {
    padding: 50px 10px;
    background: var(--bg-dark);
}

section.provide h1.section-title,section.automation h1.section-title{
    margin-bottom: 20px;
}
section.automation{
  padding: 50px 10px;
  background: var(--bg);
}
.automation-card {
  background-color: #EAF5FE;
  width: 100%;
  max-width: 239px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-top: 20px;
  overflow: visible;
}
.card-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
section.automation .card-header {
    padding: 28px 20px 16px 20px;
}
section.automation .card-footer {
    padding: 24px 12px 14px 12px;
}
section.automation .card-header h3{
    font-size: 20px;
    font-weight: 700;
    color: #04151F;
    font-weight: 700;
}
section.automation .card-header p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #04151F;
}
section.automation .card-footer p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #04151F;
}
section.automation .card-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.automation-card.als {
    position: relative;
}
.automation-card.als .badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #012D3B;
    color: #24d0c6;
    width: 152px;
    height: 36px;
    align-content: center;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid #3AC1D1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    z-index: 10;
}


/* ================= TABLET ================= */

@media (min-width: 768px) {
  .dots-container {
    display: none !important;
}
}

@media(max-width:768px){
   .scale-section {
    display: grid;
    grid-template-columns: repeat(4, min-content);
}
}


/* =================== MOBILE ===================*/

@media(max-width:700px){
    .technology-background{
        height: auto;
        background-image:url(".././images/technology-banner-mb.png");
    }

    .how-does-it .container  {
        display: grid;
        grid-template-columns: 1fr;
    }
    .who-we-are-image {
        text-align: center;
        margin-top: 30px;
        gap: 5px;
    }

    .who-we-are-image img {
        width: 100%;
    }

    .card-content {
        display: grid;
        grid-template-columns: 1fr;
    }

    .model-card{
        padding: 20px;
    }

    .vehicle-image-wrapper {
        left: 0;
        top: 0;
    }
    .spec-item,.spec-value{
        width: auto;
    }

    section.proven-scale {
        background-image:url(".././images/proven-mb.png");
        padding-top: 320px;
    }

    .scale-section{
        grid-template-columns: 1fr 1fr; 
        column-gap: 20px;
        row-gap: 28px;
        width: 100%;
    }
    .scale-list{
        min-width: 0; 
    }
    .scale-list::after {
        display: none;
    }
    .scale-list:nth-child(1)::after,
    .scale-list:nth-child(3)::after {
        display: block;
        right: -10px;
        top: 5%;
        height: 90%;
    }
    .scale-list h4 {
        font-size: 24px;
    }
    .scale-list p {
        font-size: 16px;
    }
    button#automation-next {
        display: none;
    }

}

/* ================= SMALL PHONES ================= */

@media(max-width:420px){
    .intelligent{
        padding: 20px 10px;
    }
}