/* ===============================
   MATURITÀ — π-factor V5
   File completo: css/pages/maturita.css
   =============================== */

.page-maturita {
  background: #fff;
  background-image: none;
}

#maturita-page {
  overflow: hidden;
}

#maturita-page .section {
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
}
/* =========================================================
   HERO — VARIANTI ICONE MATURITÀ
   ========================================================= */

.page-maturita .mat-hero-benefit-a {
  background: rgba(62,223,218,.18);
  border: 1px solid rgba(62,223,218,.30);
  color: #128c89;
}

.page-maturita .mat-hero-benefit-b {
  background: rgba(16,190,243,.16);
  border: 1px solid rgba(16,190,243,.28);
  color: var(--blue);
}

.page-maturita .mat-hero-benefit-c {
  background: rgba(255,160,58,.17);
  border: 1px solid rgba(255,160,58,.30);
  color: #e78216;
}
/* =========================================================
   PROBLEM
   ========================================================= */

.mat-problem {
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(62,223,218,.22),
      transparent 28%
    ),
    radial-gradient(
      circle at 94% 90%,
      rgba(16,190,243,.11),
      transparent 26%
    ),
    linear-gradient(
      135deg,
      rgba(62,223,218,.10),
      rgba(16,190,243,.045)
    );
}

.mat-problem-grid {
  display: grid;

  grid-template-columns:
    minmax(0,.92fr)
    minmax(0,1.08fr);

  gap: clamp(3rem,7vw,6rem);

  align-items: center;
}

.mat-problem-grid > div:first-child {
  max-width: 620px;
}

.mat-problem h2 {
  margin: .8rem 0 0;

  color: #173044;

  font-size:
    clamp(2.8rem,4.7vw,4.7rem);

  line-height: .98;

  letter-spacing: -.055em;
}

.mat-problem-list {
  display: grid;

  gap: .9rem;
}

.mat-problem-list article {
  position: relative;
  overflow: hidden;

  display: grid;

  grid-template-columns:
    60px 1fr;

  gap: 1rem;

  align-items: center;

  min-height: 82px;

  padding: 1.15rem 1.4rem;

  border-radius: 20px;

  background: rgba(255,255,255,.94);

  border:
    1px solid rgba(16,162,247,.10);

  box-shadow:
    0 12px 28px rgba(23,48,68,.07);

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.mat-problem-list article::after {
  content: "";

  position: absolute;

  right: -32px;
  bottom: -42px;

  width: 95px;
  height: 95px;

  border-radius: 50%;

  opacity: .12;
}

.mat-problem-list article:nth-child(1)::after {
  background: var(--aqua);
}

.mat-problem-list article:nth-child(2)::after {
  background: var(--turquoise);
}

.mat-problem-list article:nth-child(3)::after {
  background: var(--orange);
}

.mat-problem-list article:hover {
  transform: translateX(8px);

  box-shadow:
    0 18px 38px rgba(23,48,68,.11);
}

.mat-problem-list span {
  color: var(--orange);

  font-size: .92rem;

  font-weight: 900;
}

.mat-problem-list p {
  margin: 0;

  color: #405868;

  font-size: 1rem;
}
/* =========================================================
   PATH
   ========================================================= */

.mat-path {
  background: #fff;
}

.mat-path .home-section-intro {
  max-width: 900px;

  margin-left: auto;
  margin-right: auto;

  text-align: center;
}

.mat-path .home-section-intro > p:last-child {
  max-width: 660px;

  margin-left: auto;
  margin-right: auto;
}

.mat-path-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 1.2rem;

  margin-top: 3rem;
}

.mat-path-card {
  position: relative;
  overflow: hidden;

  min-height: 390px;

  padding: 1.9rem;

  border-radius: 24px;

  border:
    1px solid rgba(16,162,247,.10);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.mat-path-a {
  background:
    linear-gradient(
      145deg,
      rgba(62,223,218,.18),
      rgba(62,223,218,.07)
    );
}

.mat-path-b {
  background:
    linear-gradient(
      145deg,
      rgba(16,190,243,.16),
      rgba(16,190,243,.06)
    );
}

.mat-path-c {
  background:
    linear-gradient(
      145deg,
      rgba(255,160,58,.18),
      rgba(255,160,58,.055)
    );
}

.mat-path-card:hover {
  transform: translateY(-10px);

  box-shadow:
    0 24px 50px rgba(23,48,68,.13);
}

.mat-path-card::after {
  content: "";

  position: absolute;

  right: -60px;
  bottom: -60px;

  width: 150px;
  height: 150px;

  border-radius: 50%;

  opacity: .20;
}

.mat-path-a::after {
  background: var(--aqua);
}

.mat-path-b::after {
  background: var(--turquoise);
}

.mat-path-c::after {
  background: var(--orange);
}

.mat-path-number {
  color: #173044;

  font-size: .88rem;

  font-weight: 900;
}

.mat-path-card h3 {
  position: relative;
  z-index: 1;

  margin: 2rem 0 .8rem;

  color: #173044;

  font-size: 1.55rem;
}

.mat-path-card p {
  position: relative;
  z-index: 1;

  color: #496170;

  line-height: 1.65;
}

.mat-path-card ul {
  position: relative;
  z-index: 1;

  padding-left: 1.2rem;

  color: #354f60;
}

.mat-path-card li + li {
  margin-top: .5rem;
}

/* =========================================================
   OUTCOME
   ========================================================= */

.mat-outcome {
  position: relative;
  overflow: hidden;

  padding: 6rem 0;

  background:
    radial-gradient(
      circle at 92% 18%,
      rgba(62,223,218,.30),
      transparent 28%
    ),
    radial-gradient(
      circle at 8% 90%,
      rgba(255,160,58,.18),
      transparent 22%
    ),
    linear-gradient(
      135deg,
      var(--blue),
      var(--turquoise)
    );

  color: #fff;
}

.mat-outcome::after {
  content: "";

  position: absolute;

  width: 330px;
  height: 330px;

  right: -140px;
  bottom: -170px;

  border-radius: 50%;

  border:
    55px solid rgba(255,255,255,.08);
}

.mat-outcome-grid {
  position: relative;
  z-index: 1;

  display: grid;

  grid-template-columns:
    minmax(0,1fr)
    minmax(0,1fr);

  gap: clamp(4rem,8vw,8rem);

  align-items: center;
}

.mat-outcome-grid > div:first-child {
  max-width: 650px;
}

.mat-outcome h2 {
  margin: .75rem 0 0;

  color: #fff;

  font-size:
    clamp(2.8rem,4.8vw,4.8rem);

  line-height: .98;

  letter-spacing: -.05em;
}

.mat-outcome-copy {
  max-width: 650px;
}

.mat-outcome-copy p {
  margin: 0;

  color: rgba(255,255,255,.96);

  font-size: 1.12rem;

  line-height: 1.8;
}

.mat-outcome-copy a {
  display: inline-block;

  margin-top: 1.5rem;

  padding-bottom: .18rem;

  color: #fff;

  font-weight: 850;

  border-bottom:
    2px solid rgba(255,255,255,.80);
}

/* =========================================================
   FIT
   ========================================================= */

.mat-fit {
  background:
    radial-gradient(
      circle at 96% 12%,
      rgba(255,160,58,.10),
      transparent 24%
    ),
    linear-gradient(
      180deg,
      rgba(62,223,218,.10),
      rgba(16,190,243,.045)
    );
}

.mat-fit-grid {
  display: grid;

  grid-template-columns:
    minmax(0,.85fr)
    minmax(0,1.15fr);

  gap: clamp(3rem,7vw,6rem);

  align-items: center;
}

.mat-fit-copy {
  max-width: 570px;
}

.mat-fit h2 {
  margin: .8rem 0 0;

  color: #173044;

  font-size:
    clamp(2.6rem,4.3vw,4.2rem);

  line-height: 1;

  letter-spacing: -.05em;
}

.mat-fit-cards {
  display: grid;

  gap: .9rem;
}

.mat-fit-cards article {
  position: relative;
  overflow: hidden;

  padding: 1.5rem 1.6rem;

  border-radius: 20px;

  background: #fff;

  border:
    1px solid rgba(16,162,247,.09);

  box-shadow:
    0 10px 26px rgba(23,48,68,.06);

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.mat-fit-cards article::before {
  content: "";

  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;

  width: 5px;
}

.mat-fit-cards article:nth-child(1)::before {
  background: var(--aqua);
}

.mat-fit-cards article:nth-child(2)::before {
  background: var(--turquoise);
}

.mat-fit-cards article:nth-child(3)::before {
  background: var(--orange);
}

.mat-fit-cards article:hover {
  transform: translateX(7px);

  box-shadow:
    0 18px 36px rgba(23,48,68,.10);
}

.mat-fit-cards strong {
  color: #173044;

  font-size: 1.08rem;
}

.mat-fit-cards p {
  margin: .5rem 0 0;

  color: #61717c;
}


/* =========================================================
   SOCIAL PROOF
   ========================================================= */

.mat-social-proof {
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(62,223,218,.11),
      transparent 25%
    ),
    radial-gradient(
      circle at 5% 90%,
      rgba(16,190,243,.07),
      transparent 23%
    ),
    #fff;
}


/* =========================================================
   TESTATA
   ========================================================= */

.mat-reviews-heading {
  display: flex;

  align-items: flex-end;
  justify-content: space-between;

  gap: 3rem;

  margin-bottom: 2.6rem;
}


.mat-reviews-heading > div:first-child {
  max-width: 720px;
}


.mat-reviews-heading h2 {
  margin: 0;

  color: #173044;

  font-size:
    clamp(2.5rem,4vw,4rem);

  line-height: 1;

  letter-spacing: -.045em;
}


/* =========================================================
   RATING GOOGLE
   ========================================================= */

.mat-google-rating {
  display: flex;

  align-items: center;

  gap: .55rem;

  padding:
    .7rem
    .9rem;

  border-radius: 14px;

  background:
    rgba(255,255,255,.88);

  border:
    1px solid rgba(16,162,247,.10);

  box-shadow:
    0 10px 24px rgba(23,48,68,.05);

  color: #687a86;

  font-size: .82rem;

  white-space: nowrap;
}


.mat-google-stars {
  color: var(--orange);

  letter-spacing: .03em;
}


.mat-google-rating strong {
  color: #173044;
}


.mat-google-rating > span:last-child {
  padding-left: .55rem;

  border-left:
    1px solid rgba(23,48,68,.13);
}


/* =========================================================
   GRIGLIA
   ========================================================= */

.mat-review-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 1rem;
}


/* =========================================================
   CARD
   ========================================================= */

.mat-review {
  position: relative;
  overflow: hidden;

  margin: 0;

  min-height: 280px;

  display: flex;
  flex-direction: column;

  padding: 1.8rem;

  border-radius: 20px;

  background: #fff;

  border:
    1px solid rgba(16,162,247,.09);

  box-shadow:
    0 14px 32px rgba(23,48,68,.06);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}


.mat-review::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;
  right: 0;

  height: 4px;

  background: var(--aqua);
}


.mat-review:nth-child(2)::before {
  background: var(--turquoise);
}


.mat-review:nth-child(3)::before {
  background: var(--orange);
}


.mat-review:hover {
  transform: translateY(-5px);

  border-color:
    rgba(16,162,247,.20);

  box-shadow:
    0 20px 42px rgba(23,48,68,.10);
}


/* =========================================================
   STELLE
   ========================================================= */

.mat-review-stars {
  margin-bottom: 1.1rem;

  color: var(--orange);

  font-size: .76rem;

  letter-spacing: .04em;
}


/* =========================================================
   TESTO
   ========================================================= */

.mat-review p {
  margin: 0;

  color: #455d6c;

  font-size: .94rem;

  line-height: 1.65;
}


/* =========================================================
   AUTORE
   ========================================================= */

.mat-review footer {
  margin-top: auto;

  padding-top: 1.5rem;
}


.mat-review footer strong {
  display: block;

  color: #173044;

  font-size: .87rem;

  font-weight: 850;
}


.mat-review footer span {
  display: block;

  margin-top: .15rem;

  color: #82909a;

  font-size: .72rem;
}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 900px) {

  .mat-reviews-heading {
    flex-direction: column;

    align-items: flex-start;

    gap: 1.2rem;
  }


  .mat-review-grid {
    grid-template-columns: 1fr;
  }


  .mat-review {
    min-height: 0;
  }

}


@media (max-width: 720px) {

  .mat-google-rating {
    width: 100%;

    flex-wrap: wrap;

    white-space: normal;
  }


  .mat-review {
    padding: 1.5rem;

    border-radius: 18px;
  }

}
/* =========================================================
   SUMMER
   ========================================================= */

.mat-summer {
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 88% 50%,
      rgba(255,160,58,.18),
      transparent 20%
    ),
    linear-gradient(
      135deg,
      rgba(62,223,218,.13),
      rgba(16,190,243,.055)
    );
}

.mat-summer-grid {
  display: grid;

  grid-template-columns:
    minmax(0,1fr)
    minmax(180px,240px);

  gap: clamp(3rem,8vw,7rem);

  align-items: center;
}

.mat-summer-grid > div {
  max-width: 760px;
}

.mat-summer h2 {
  margin: .8rem 0 0;

  color: #173044;

  font-size:
    clamp(2.6rem,4.5vw,4.2rem);

  line-height: 1;

  letter-spacing: -.05em;
}

.mat-summer p:not(.home-kicker) {
  max-width: 700px;

  color: #526978;

  line-height: 1.7;
}

.mat-summer-actions {
  display: flex;
  flex-wrap: wrap;

  gap: 1rem 1.3rem;

  align-items: center;

  margin-top: 1.6rem;
}

.mat-summer-mascot {
  display: block;

  width: 100%;
  max-width: 220px;

  height: auto;

  margin: 0 auto;

  filter:
    drop-shadow(
      0 20px 25px rgba(23,48,68,.12)
    );
}

/* =========================================================
   FAQ
   ========================================================= */

.mat-faq {
  background: #fff;
}

.mat-faq-grid {
  display: grid;

  grid-template-columns:
    minmax(0,.75fr)
    minmax(0,1.25fr);

  gap: clamp(3rem,8vw,7rem);

  align-items: start;
}

.mat-faq h2 {
  margin: .8rem 0 0;

  color: #173044;

  font-size: clamp(2.3rem,4.5vw,4rem);

  line-height: 1.02;
  letter-spacing: -.045em;
}

.mat-faq > .container > div:first-child > p:not(.home-kicker) {
  color: #61717c;
}

.mat-faq-list {
  display: grid;

  gap: .8rem;
}

.mat-faq-list details {
  padding: 1.15rem 1.3rem;

  border-radius: 16px;

  background:
    rgba(245,250,252,.96);

  border:
    1px solid rgba(16,162,247,.08);
}

.mat-faq-list summary {
  cursor: pointer;

  color: #173044;

  font-weight: 800;
}

.mat-faq-list details p {
  margin: .85rem 0 0;

  color: #61717c;

  line-height: 1.6;
}
/* =========================================================
   FINAL CTA
   ========================================================= */

.mat-final-cta {
  position: relative;
  overflow: hidden;

  padding: 6rem 0;

  background:
    radial-gradient(
      circle at 93% 8%,
      rgba(62,223,218,.36),
      transparent 27%
    ),
    radial-gradient(
      circle at 3% 94%,
      rgba(255,160,58,.20),
      transparent 24%
    ),
    linear-gradient(
      135deg,
      var(--blue),
      var(--turquoise)
    );

  color: #fff;
}

.mat-final-cta::before {
  content: "";

  position: absolute;

  width: 330px;
  height: 330px;

  right: -135px;
  top: -150px;

  border-radius: 50%;

  border:
    58px solid rgba(255,255,255,.08);
}

.mat-final-cta-grid {
  position: relative;
  z-index: 1;

  display: grid;

  grid-template-columns:
    minmax(0,1fr)
    minmax(0,.9fr);

  gap: clamp(4rem,8vw,8rem);

  align-items: center;
}

.mat-final-cta-grid > div:first-child {
  max-width: 680px;
}

.mat-final-cta-grid > div:last-child {
  max-width: 570px;
}

.mat-final-cta h2 {
  margin: .8rem 0 0;

  color: #fff;

  font-size:
    clamp(2.8rem,4.8vw,4.8rem);

  line-height: .98;

  letter-spacing: -.05em;
}

.mat-final-cta p {
  margin: 0 0 1.5rem;

  color: rgba(255,255,255,.96);

  font-size: 1.08rem;

  line-height: 1.7;
}

.mat-final-cta .btn.primary {
  min-height: 52px;

  background: #fff;

  color: #173044;

  border-color: #fff;

  box-shadow:
    0 14px 30px rgba(23,48,68,.14);
}

.mat-final-cta .btn.primary:hover {
  transform: translateY(-3px);
}

.mat-final-cta small {
  display: block;

  margin-top: 1rem;

  color: rgba(255,255,255,.88);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 960px) {

  .mat-problem-grid,
  .mat-outcome-grid,
  .mat-fit-grid,
  .mat-faq-grid,
  .mat-final-cta-grid {
    grid-template-columns: 1fr;
  }

  .mat-problem-grid,
  .mat-outcome-grid,
  .mat-fit-grid,
  .mat-final-cta-grid {
    gap: 2.8rem;
  }

  .mat-path-grid,
  .mat-review-grid {
    grid-template-columns: 1fr;
  }

  .mat-path-card {
    min-height: 0;
  }

  .mat-summer-grid {
    grid-template-columns: 1fr;
  }

  .mat-summer-mascot {
    max-width: 190px;
  }

}

/* =========================================================
   MOBILE — SEZIONI
   ========================================================= */

@media (max-width: 720px) {

  #maturita-page .section,
  .mat-outcome,
  .mat-final-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }


  /* PROBLEM */

  .mat-problem-grid {
    gap: 2.4rem;
  }

  .mat-problem h2 {
    font-size:
      clamp(2.5rem,11vw,3.6rem);
  }

  .mat-problem-list article {
    grid-template-columns:
      44px 1fr;

    min-height: auto;

    padding: 1rem 1.1rem;
  }


  /* PATH */

  .mat-path .home-section-intro {
    text-align: left;
  }

  .mat-path .home-section-intro > p:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .mat-path-grid {
    margin-top: 2rem;
  }

  .mat-path-card {
    padding: 1.5rem;

    border-radius: 20px;
  }

  .mat-path-card h3 {
    margin-top: 1.4rem;
  }


  /* OUTCOME */

  .mat-outcome {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .mat-outcome h2 {
    font-size:
      clamp(2.6rem,11vw,3.8rem);
  }

  .mat-outcome-copy p {
    font-size: 1rem;

    line-height: 1.7;
  }


  /* FIT */

  .mat-fit-grid {
    gap: 2.4rem;
  }

  .mat-fit h2 {
    font-size:
      clamp(2.5rem,11vw,3.7rem);
  }

  .mat-fit-cards article {
    padding: 1.3rem 1.4rem;
  }


  /* SUMMER */

  .mat-summer-grid {
    gap: 2rem;
  }

  .mat-summer h2 {
    font-size:
      clamp(2.5rem,11vw,3.7rem);
  }

  .mat-summer-actions {
    flex-direction: column;

    align-items: stretch;
  }

  .mat-summer-actions .btn {
    width: 100%;
  }

  .mat-summer-mascot {
    max-width: 160px;
  }


  /* FAQ */

  .mat-faq-grid {
    gap: 2.4rem;
  }

  .mat-faq h2 {
    font-size:
      clamp(2.5rem,11vw,3.7rem);
  }

  .mat-faq-list details {
    padding: 1rem 1.1rem;
  }


  /* FINAL CTA */

  .mat-final-cta {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .mat-final-cta-grid {
    gap: 2.4rem;
  }

  .mat-final-cta h2 {
    font-size:
      clamp(2.6rem,11vw,3.8rem);
  }

  .mat-final-cta p {
    font-size: 1rem;
  }

  .mat-final-cta .btn.primary {
    width: 100%;

    justify-content: center;
  }

}
/* =========================================================
   PERCORSI COLLEGATI — MP2 / PASSERELLA
   ========================================================= */

.mat-next {
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 5% 15%,
      rgba(62, 223, 218, .12),
      transparent 26%
    ),
    radial-gradient(
      circle at 96% 85%,
      rgba(255, 160, 58, .13),
      transparent 25%
    ),
    #fff;
}

.mat-next-grid {
  display: grid;
  grid-template-columns:
    minmax(0, .85fr)
    minmax(0, 1.15fr);

  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
}


/* TESTO */

.mat-next-copy {
  max-width: 600px;
}

.mat-next-copy h2 {
  margin: .8rem 0 1.2rem;

  color: #173044;

  font-size: clamp(2.7rem, 4.5vw, 4.4rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.mat-next-copy > p:last-child {
  max-width: 570px;

  margin: 0;

  color: #526978;

  font-size: 1.05rem;
  line-height: 1.75;
}


/* CARDS */

.mat-next-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 1rem;
}

.mat-next-card {
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;

  min-height: 340px;

  padding: 2rem;

  border-radius: 24px;

  color: #173044;

  border: 1px solid rgba(16, 162, 247, .10);

  box-shadow:
    0 14px 34px rgba(23, 48, 68, .07);

  text-decoration: none;

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.mat-next-card:hover {
  transform: translateY(-7px);

  box-shadow:
    0 22px 46px rgba(23, 48, 68, .12);
}


/* MP2 */

.mat-next-mp2 {
  background:
    linear-gradient(
      145deg,
      rgba(16, 162, 247, .12),
      rgba(62, 223, 218, .07)
    );
}

.mat-next-mp2::after {
  content: "2";

  position: absolute;
  right: -12px;
  bottom: -55px;

  color: rgba(16, 162, 247, .08);

  font-size: 15rem;
  line-height: 1;
  font-weight: 900;
}


/* PASSERELLA */

.mat-next-passerella {
  background:
    linear-gradient(
      145deg,
      rgba(255, 160, 58, .15),
      rgba(255, 160, 58, .045)
    );
}

.mat-next-passerella::after {
  content: "π";

  position: absolute;
  right: -10px;
  bottom: -45px;

  color: rgba(255, 160, 58, .11);

  font-size: 13rem;
  line-height: 1;
  font-weight: 900;
}


/* CONTENUTO CARD */

.mat-next-card > * {
  position: relative;
  z-index: 1;
}

.mat-next-label {
  color: #637784;

  font-size: .72rem;
  font-weight: 900;

  letter-spacing: .12em;
}

.mat-next-card h3 {
  margin: 2rem 0 .9rem;

  color: #173044;

  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: -.035em;
}

.mat-next-card p {
  margin: 0;

  color: #526978;

  line-height: 1.65;
}

.mat-next-card strong {
  margin-top: auto;
  padding-top: 2rem;

  color: #173044;

  font-size: .9rem;
  font-weight: 850;
}

.mat-next-passerella strong {
  color: #d87309;
}


/* TABLET */

@media (max-width: 960px) {

  .mat-next-grid {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
}


/* MOBILE */

@media (max-width: 720px) {

  .mat-next-grid {
    gap: 2.3rem;
  }

  .mat-next-copy h2 {
    font-size: clamp(2.5rem, 11vw, 3.7rem);
  }

  .mat-next-cards {
    grid-template-columns: 1fr;
  }

  .mat-next-card {
    min-height: 300px;
    padding: 1.6rem;
    border-radius: 20px;
  }
}