/* Matea review round 4 — final desktop rhythm, concise hero and result-led offer. */

/* Hero: keep one explanatory paragraph and restore breathing room around it. */
.matea-hero-v4 .matea-hero-scope {
  display: none !important;
}

.matea-hero-v4 .hero-copy {
  max-width: 760px !important;
}

.matea-hero-v4 .hero-actions {
  margin-top: 29px !important;
}

/* Proof: the section heading explains the promise; the console names the output. */
.matea-proof-v4 .console-head {
  justify-content: flex-start !important;
}

.matea-proof-v4 .console-title {
  min-width: 0;
}

.matea-proof-v4 .console-title b {
  font-size: clamp(22px, 2.2vw, 29px) !important;
}

.matea-proof-v4 .console-title > span {
  font-size: 12px;
}

.matea-proof-v4 .live {
  display: none !important;
}

/* Offer: two balanced columns and one shared action footer remove artificial empty space. */
.matea-offer-v4 .matea-flagship-card {
  grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr) !important;
  grid-template-areas:
    "copy scope"
    "footer footer";
  align-items: stretch;
  min-height: 0 !important;
}

.matea-offer-v4 .matea-flagship-copy {
  grid-area: copy;
}

.matea-offer-v4 .matea-flagship-scope {
  grid-area: scope;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.matea-offer-v4 .matea-flagship-copy,
.matea-offer-v4 .matea-flagship-scope {
  padding: clamp(38px, 4.4vw, 50px) !important;
}

.matea-offer-v4 .matea-flagship-card h3 {
  max-width: 700px !important;
  font-size: clamp(46px, 4.45vw, 60px) !important;
  line-height: 1.015 !important;
  text-wrap: balance;
}

.matea-offer-v4 .matea-flagship-summary {
  max-width: 58ch;
  font-size: 16px;
  line-height: 1.65;
}

.matea-offer-v4 .matea-entry-modes-v3 {
  margin-top: 25px;
  padding-top: 20px;
}

.matea-offer-v4 .matea-flagship-footer {
  grid-area: footer;
  min-width: 0;
  padding: 20px clamp(38px, 4.4vw, 50px) 24px;
  border-top: 1px solid rgba(215, 184, 120, .18);
  background: rgba(255, 255, 255, .018);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.matea-offer-v4 .matea-flagship-footer .matea-flagship-cta {
  flex: 0 1 420px;
  width: min(100%, 420px) !important;
  margin: 0 !important;
  padding-top: 0 !important;
}

.matea-offer-v4 .matea-flagship-footer .matea-flagship-cta-note {
  flex: 0 1 390px;
  max-width: 390px;
  margin: 0;
  color: #9e958d;
  text-align: right;
}

@media (min-width: 981px) {
  .matea-hero-v4.hero-copy-stage h1 {
    margin-bottom: 29px !important;
  }

  .matea-hero-v4 .hero-copy {
    font-size: 18px !important;
    line-height: 1.62 !important;
  }

  .matea-proof-v4 .matea-proof-status small {
    font-size: 9.5px;
  }

  .matea-proof-v4 .matea-proof-status span {
    font-size: 12.5px;
    line-height: 1.45;
  }

  .matea-proof-v4 .matea-proof-status.is-target span {
    font-size: 16.5px;
    line-height: 1.28;
  }

  .matea-proof-v4 .proof-console {
    padding: 26px !important;
  }
}

@media (max-width: 1100px) and (min-width: 981px) {
  .matea-offer-v4 .matea-flagship-card {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .92fr) !important;
  }

  .matea-offer-v4 .matea-flagship-card h3 {
    font-size: 46px !important;
  }
}

@media (max-width: 980px) {
  .matea-hero-v4.hero-copy-stage {
    padding-top: 44px !important;
    padding-bottom: 52px !important;
  }

  .matea-hero-v4.hero-copy-stage h1 {
    margin-bottom: 23px !important;
  }

  .matea-hero-v4 .hero-actions {
    margin-top: 27px !important;
  }

  .matea-proof-v4 .console-head {
    justify-items: center;
  }

  .matea-proof-v4 .console-title b {
    font-size: 23px !important;
  }

  .matea-offer-v4 .matea-flagship-card {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "copy"
      "scope"
      "footer";
  }

  .matea-offer-v4 .matea-flagship-card h3 {
    font-size: clamp(37px, 9.5vw, 46px) !important;
  }

  .matea-offer-v4 .matea-flagship-footer {
    padding: 22px 24px 25px;
    display: grid;
    justify-items: stretch;
    gap: 10px;
  }

  .matea-offer-v4 .matea-flagship-footer .matea-flagship-cta {
    width: 100% !important;
  }

  .matea-offer-v4 .matea-flagship-footer .matea-flagship-cta-note {
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .matea-hero-v4.hero-copy-stage {
    padding-top: 42px !important;
    padding-bottom: 50px !important;
  }

  .matea-hero-v4 .hero-copy {
    font-size: 15px !important;
    line-height: 1.57 !important;
  }

  .matea-offer-v4 .matea-flagship-copy,
  .matea-offer-v4 .matea-flagship-scope {
    padding: 25px 21px !important;
  }

  .matea-offer-v4 .matea-flagship-card h3 {
    font-size: 37px !important;
  }

  .matea-offer-v4 .matea-flagship-footer {
    padding: 20px 21px 23px;
  }
}

@media (max-width: 360px) {
  .matea-offer-v4 .matea-flagship-card h3 {
    font-size: 34px !important;
  }
}
