: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;
}

.case-background{
    height: 591px;
    position: absolute;
    inset: 0;
    background-image:url(".././images/case-banner-bg.png");
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

section.case-banner {
    padding-bottom: 60px;
    background: var(--bg-dark);
}

section.case-banner .container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 0 auto;
}

.banner-box {
    background: #E9FDFF;
    padding: 20px 30px;
    border-radius: 12px;
    min-width: auto;
    min-height: 118px;
    align-content: center;
}

.banner-box.blue{
    background: #3AC1D1;
}

.banner-box h4 {
    color: #04151F;
    font-size: 32px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: var(--font-heading);
}

.banner-box p{
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    color: #04151F;
}

section.case-proven {
    padding: 60px 20px;
    background: var(--bg);
}

section.case-proven .section-container {
    max-width: 856px;
    margin: 0;
    text-align: left;
}

section.case-proven h2.section-title {
    font-size: 48px;
    font-weight: 700;
    color: #F9F9F9;
    margin-bottom: 12px;
}

section.case-proven .partner {
    margin-top: 30px;
    padding: 30px;
    background: #E9FDFF;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

section.case-proven .partner h4 {
    font-size: 16px;
    color: #3AC1D1;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}

section.case-proven .partner h3 {
    font-size: 20px;
    color: #04151F;
    font-weight: 500;
    line-height: 24px;
}

section.objective {
    padding: 60px 20px;
    background-color: var(--bg-dark);
    background-image: radial-gradient(
        180px at 95% 75%,
        rgba(20, 75, 85, 0.5) 0%,
        rgba(11, 17, 22, 0) 100%
    );
}

section.objective h2.section-title,section.achieved h2.section-title,
section.vehicle h2.section-title,section.operational h2.section-title
,section.behind-deployment h2.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 30px;
}

section.operational h2.section-title{
    margin-bottom: 50px;
}

section.behind-deployment h2.section-title {
    margin-bottom: 10px;
}

.how-it-was{
    background: #0F171D;
    padding: 30px;
    border: 1px solid #3AC1D1;
    border-radius: 14px;
    margin-top: 50px;
}

.objective-contents p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
}

.objective-contents {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

section.achieved{
    padding: 60px 20px;
    background: var(--bg);
}

p.archieve {
    color: #A6A6AD;
    padding-top: 30px;
}

section.vehicle{
    padding: 60px 20px;
    background-color: var(--bg-dark);
    background-image: radial-gradient(
        180px at 98% 15%, 
        rgba(20, 75, 85, 0.5) 0%,
        rgba(11, 17, 22, 0) 100%
    );
}

.metric-card,.feature-card{
  background-color: #e6f9ff;
  color: #0b1117;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.metric-card,.achieved-box {
  min-height: 120px;
}

.metric-value {
  color: #04151F;
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 20px;
}

.metric-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #04151F;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.feature-card {
  min-height: 120px;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.feature-number {
  color: #3AC1D1;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  position: relative;
  top: 7px;
}

.feature-text {
  color: #04151F;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}

.what-this-mean {
    background: #0F171D;
    padding: 30px;
    border: 1px solid #3AC1D1;
    border-radius: 14px;
    margin-top: 50px;
}

.what-this-mean h3,.key-takeaways h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.what-this-mean p,.key-takeaways p{
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    color: #FFFFFF;
}

.ceo-messages{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin:50px 0;
}

.ceo-messages .contents img {
    width: 100%;
}

.ceo-messages .contents p {
    font-size: 13px;
    color: #98989D;
    padding-top: 10px;
    line-height: 20px;
}

.ceo-messages2 {
    background: #3AC1D1;
    padding: 30px;
    border-radius: 12px;
    align-content: center;
}

.ceo-messages2 p {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 34px;
    margin: 50px 0;
}

.ceo-messages2 p.title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
}

section.operational{
    padding: 60px 20px;
    background: var(--bg);
}

.operational-contents {
    border-top: 1px solid #DBDBDE;
    margin-top: 30px;
    padding-top: 30px;
}

.operational-contents.one{
    border-top: 0;
}

.operational-contents span {
    font-size: 15px;
    color: #3AC1D1;
    font-weight: 700;
    line-height: 18px;
}

.operational-contents h4{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

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

.key-takeaways {
    background: #0F171D;
    padding: 30px;
    border: 1px solid #3AC1D1;
    border-radius: 14px;
    margin-top: 50px;
}

section.behind-deployment{
    padding: 60px 20px;
    background: var(--bg-dark);
}

.line-break {
    padding: 20px 0;
}

.coverage-section{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 30px;
}

.coverage-link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #3AC1D1;
    font-weight: 600;
    line-height: 22px;
    transition: color 0.25s ease;
    position: absolute;
    bottom: 20px;
}

.coverage-box{
    position: relative;
    background: #0F171D;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #00E5FF;
    padding: 20px;
    min-height: 160px;
}

.coverage-box:hover {
    transform: translateY(-4px);
    box-shadow:
    0 12px 35px
    rgba(0, 0, 0, 0.35);
}

.coverage-box h4 {
    font-size: 13px;
    color: #3AC1D1;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 10px;
}

.coverage-box p {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 26px;
}


/* ================= DESKTOP ================= */

@media(min-width:769px){
    .metrics-grid{
      display: grid!important;
      grid-template-columns: repeat(4, 1fr)!important;
      gap: 25px!important;
  }
  .features-grid{
      display: grid!important;
      grid-template-columns: repeat(2, 1fr)!important;
      gap: 25px!important;
  }
}

@media(min-width:767px){
    .operational-contents{
        display: grid;
        grid-template-columns: auto 240px 1fr;
        gap: 30px;
    }
}


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

@media(max-width:950px){
    .achieved-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin:40px 0;
    }
    .coverage-section{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }

}


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


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

    section.case-banner {
        padding: 60px 10px;
    }

    section.case-banner .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    section.case-proven .partner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    section.case-proven h2.section-title {
        font-size: 32px;
        line-height: 40px;
    }

    section.case-proven .partner,.banner-box{
        padding: 20px;
        min-width: 155px;
        min-height: 96px;
    }

    .operational-contents{
        grid-template-columns: auto 1fr;
        gap: 0.75rem 1.25rem;
    }

    .operational-contents p{
        grid-column: 1 / -1;
    }
}
/* ================= SMALL PHONES ================= */

@media(max-width:420px){
   .ceo-messages {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin:40px 0;
}
.ceo-messages2{
    padding: 30px 30px 0;
}
.operational-contents h4,.operational-contents p{
    padding-bottom: 10px;
}
.coverage-section{
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
.banner-box h4{
    font-size: 20px;
}
.objective-contents {
    align-items: flex-start;
}
.objective-contents img {
    width: 42px;
    height: 42px;
}
.banner-box p{
    font-size: 14px;
}
p.archieve {
    padding-top: 20px;
    text-align: center;
}
}