/* MYCDIC v1.9.16.3.1
   Mobile-only refinement for the Vision 2030 and Vision 2045 editorial blocks.
   Desktop composition remains unchanged. */

.v19163-summit-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  margin-top:8px;
  padding:12px 18px;
  border:1px solid rgba(6,61,44,.18);
  border-radius:999px;
  background:#fff;
  color:#063d2c;
  font-weight:800;
  line-height:1.3;
  text-decoration:none;
  box-shadow:0 10px 28px rgba(6,61,44,.08);
}
.v19163-summit-link i{color:#9a7410}
.v19163-summit-link:hover,
.v19163-summit-link:focus-visible{
  color:#063d2c;
  border-color:#d9ae2b;
  box-shadow:0 12px 30px rgba(6,61,44,.12);
}

@media (max-width: 900px){
  .v19162-hero .container,
  .v19162-section .container{
    min-width:0;
    max-width:100%;
  }

  .v19162-hero h1{
    max-width:100%;
    font-size:clamp(2.75rem,12vw,4.1rem);
    line-height:1;
    overflow-wrap:anywhere;
  }
  .v19162-hero p{
    max-width:100%;
    font-size:1rem;
    line-height:1.72;
  }

  .v19162-section{padding:64px 0}
  .v19162-heading{
    width:100%;
    max-width:100%;
    min-width:0;
    margin-bottom:28px;
  }
  .v19162-heading h2{
    max-width:100%;
    font-size:clamp(2rem,8.7vw,2.7rem);
    line-height:1.08;
    letter-spacing:-.025em;
    overflow-wrap:anywhere;
    word-break:normal;
  }
  .v19162-heading p{
    max-width:100%;
    font-size:1rem;
    line-height:1.78;
    overflow-wrap:anywhere;
  }

  .v19162-outcomes{
    width:100%;
    max-width:100%;
    min-width:0;
    grid-template-columns:minmax(0,1fr)!important;
    gap:16px;
  }
  .v19162-outcomes article{
    width:100%;
    max-width:100%;
    min-width:0;
    padding:28px 24px;
    border-radius:20px;
  }
  .v19162-outcomes h3{
    max-width:100%;
    font-size:clamp(1.65rem,7.1vw,2.1rem);
    line-height:1.2;
    overflow-wrap:anywhere;
  }
  .v19162-outcomes p{
    max-width:100%;
    font-size:1rem;
    line-height:1.72;
    overflow-wrap:anywhere;
  }

  .v19162-metrics{
    width:100%;
    max-width:100%;
    min-width:0;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-top:20px;
  }
  .v19162-metrics span{
    min-width:0;
    padding:14px 12px;
    font-size:.92rem;
    line-height:1.5;
    overflow-wrap:anywhere;
    word-break:normal;
  }

  .v19162-grid,
  .v19162-path{
    min-width:0;
  }
  .v19162-grid article,
  .v19162-path article{
    min-width:0;
    overflow-wrap:anywhere;
  }
}

@media (max-width: 430px){
  .v19162-section{padding:54px 0}
  .v19162-heading{margin-bottom:24px}
  .v19162-heading h2{font-size:clamp(1.95rem,9.6vw,2.35rem)}
  .v19162-outcomes article{padding:24px 20px}
  .v19162-outcomes h3{font-size:clamp(1.55rem,7.3vw,1.9rem)}
  .v19162-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v19163-summit-link{
    width:100%;
    justify-content:center;
    padding:12px 14px;
    text-align:center;
  }
}

@media (max-width: 350px){
  .v19162-metrics{grid-template-columns:minmax(0,1fr)}
}
