.single-offer {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.single-offer > .price-card.featured,
.single-offer > .service-plans-heading,
.single-offer > .care-details,
.single-offer > .implementation-guarantee,
.single-offer > .cart-box {
  grid-column: 1 / -1 !important;
}

.service-plans-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  padding: 30px 4px 4px;
}

.service-plans-heading small {
  color: #16885b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.service-plans-heading h3 {
  margin: 6px 0 0;
  font-size: 25px;
}

.service-plans-heading p {
  max-width: 470px;
  margin: 0;
  color: #61776c;
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
}

.single-offer > .care-plan {
  grid-column: 1 !important;
  margin: 0 !important;
}

.single-offer > .evolution-plan {
  grid-column: 2 !important;
}

.single-offer .care-plan,
.evolution-plan {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 34px 32px;
  border-radius: 24px;
}

.single-offer .care-plan ul,
.evolution-plan ul {
  margin: 18px 0 16px;
  padding: 0;
  list-style: none;
}

.single-offer .care-plan li,
.evolution-plan li {
  padding: 7px 0;
  border-bottom: 1px solid #e1ebe5;
  font-size: 12px;
}

.single-offer .care-plan li::before,
.evolution-plan li::before {
  content: "✓";
  margin-right: 8px;
  color: #54a873;
  font-weight: 900;
}

.single-offer .care-plan .care-price {
  width: 100%;
  min-width: 0;
  margin-top: auto;
}

.evolution-plan {
  position: relative;
  border: 1px solid #177451;
  background: linear-gradient(150deg, #0a4c36 0%, #087249 100%);
  color: #fff;
  box-shadow: 0 22px 55px rgba(7, 68, 46, .17);
}

.evolution-badge {
  position: absolute;
  top: 20px;
  right: 22px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #c7f36b;
  color: #153a2c;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
}

.evolution-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  border-radius: 15px;
  background: #c7f36b;
  color: #153a2c;
  font-size: 21px;
  font-weight: 900;
}

.evolution-plan > div:nth-child(3) > small {
  color: #c8efda;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

.evolution-plan h3 {
  margin: 9px 0 12px;
  color: #fff;
  font-size: 23px;
  line-height: 1.25;
}

.evolution-plan p {
  margin: 0;
  color: #e0eee7;
  font-size: 14px;
  line-height: 1.55;
}

.evolution-plan li {
  border-color: rgba(255,255,255,.14);
  color: #fff;
}

.evolution-plan li::before {
  color: #c7f36b;
}

.evolution-plan > div:nth-child(3) > span {
  display: block;
  color: #c7dbd0;
  font-size: 10px;
  line-height: 1.55;
}

.evolution-price {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: start;
  align-items: end;
  width: 100%;
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.2);
}

.evolution-price small { margin-bottom: 10px; }
.evolution-price b { font: 800 48px/1 Manrope; }
.evolution-price em { margin: 0 0 7px 4px; font-style: normal; }

.single-offer .care-toggle,
.evolution-toggle {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 18px;
  border: 1px solid #c7f36b;
  border-radius: 12px;
  background: #c7f36b;
  color: #0b4935;
  font: 800 12px "DM Sans", sans-serif;
  box-shadow: 0 10px 24px rgba(11, 73, 53, .14);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.single-offer .care-toggle span,
.evolution-toggle span {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 7px;
  background: rgba(11,73,53,.1);
  font-size: 14px;
  line-height: 1;
}

.single-offer .care-toggle:hover,
.evolution-toggle:hover,
.single-offer .care-toggle.selected,
.evolution-toggle.selected {
  transform: translateY(-2px);
  background: #d4fa82;
  box-shadow: 0 14px 28px rgba(11, 73, 53, .2);
}

.cart-row.cart-evolution strong { color: #0c6b49; }

.infrastructure-costs {
  width: 100%;
  margin: 0 0 18px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  background: rgba(4,48,33,.24);
  text-align: left;
}

.infrastructure-costs small,
.infrastructure-costs span,
.infrastructure-costs em {
  display: block;
}

.service-comparison {
  grid-column: 1 / -1 !important;
  overflow: hidden;
  border: 1px solid #cddfd5;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(10, 55, 38, .07);
}

.contract-journey {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 34px 0 28px;
}
.contract-journey article {
  position: relative;
  min-width: 0;
  padding: 24px;
  border: 1px solid #cee0d6;
  border-radius: 18px;
  background: rgba(255,255,255,.88);
}
.contract-journey article > b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #0b4b35;
  color: #c7f36b;
}
.contract-journey small { color: #297153; font-size: 10px; font-weight: 900; letter-spacing: .11em; }
.contract-journey h3 { margin: 8px 0; color: #103a2b; font-size: 20px; }
.contract-journey p { margin: 0; color: #647a6f; line-height: 1.65; }
.cart-hosting { background: #f5faf7; }
.single-offer .price-card .offer-buy > small {
  color: #d9eee4 !important;
  opacity: 1;
}
@media (min-width: 1101px) {
  .hero-grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
    gap: 72px !important;
  }
  .hero-copy,
  .product-stage { min-width: 0; }
  .hero-price {
    width: 100% !important;
    max-width: 620px;
    flex-wrap: wrap;
  }
  .hero-price small { flex: 1 1 220px; }
  .hero .card-site { display: none !important; }
  .hero .card-safe { right: 18px !important; }
}
@media (max-width: 1100px) {
  .hero .floating-card { display: none !important; }
}
.audience-fit { order: 3; }
.product-proof { order: 5; }
.product-proof{background:#fff}.product-proof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:900px;margin:34px auto 0}.product-proof-grid article{overflow:hidden;border:1px solid #d4e2da;border-radius:20px;background:#f8fbf9;box-shadow:0 18px 45px rgba(10,55,39,.07)}.product-proof-grid img{display:block;width:100%;height:210px;object-fit:cover;object-position:top}.product-proof-grid article>div{padding:22px}.product-proof-grid small{color:#2d7655;font-size:9px;font-weight:900;letter-spacing:.12em}.product-proof-grid h3{margin:7px 0;font-size:20px;color:#103a2b}.product-proof-grid p{margin:0;color:#687d72;line-height:1.55}
.audience-fit{background:#f7faf8}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:1050px;margin:32px auto 0}.audience-grid article{padding:30px;border:1px solid #d4e2da;border-radius:20px;background:#fff}.audience-grid article:last-child{background:#103d2e;color:#fff}.audience-grid small{font-size:10px;font-weight:900;letter-spacing:.12em;color:#2d7655}.audience-grid article:last-child small{color:#c7f36b}.audience-grid ul{display:grid;gap:14px;margin:20px 0 0;padding:0;list-style:none}.audience-grid li{position:relative;padding-left:24px;line-height:1.55}.audience-grid li:before{content:'✓';position:absolute;left:0;color:#3c9b69;font-weight:900}.audience-grid article:last-child li:before{content:'—';color:#c7f36b}

.service-comparison > header {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 8px 42px;
  padding: 28px 30px 24px;
  background: linear-gradient(135deg, #f8fbf9, #edf6f0);
}

.service-comparison > header small {
  grid-column: 1 / -1;
  color: #16885b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.service-comparison > header h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
}

.service-comparison > header p {
  margin: 0;
  color: #62776d;
  font-size: 11px;
  line-height: 1.6;
}

.comparison-scroll {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.service-comparison table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
}

.service-comparison th,
.service-comparison td {
  padding: 14px 16px;
  border-bottom: 1px solid #e1eae5;
  text-align: center;
  font-size: 11px;
}

.service-comparison th:first-child,
.service-comparison td:first-child {
  width: 31%;
  text-align: left;
  font-weight: 700;
}

.service-comparison th {
  color: #426255;
  font-size: 10px;
  vertical-align: bottom;
}

.service-comparison th b {
  display: inline-block;
  margin-top: 4px;
  color: #0b4935;
  font-size: 13px;
}

.service-comparison .highlight {
  background: #edf8f1;
  color: #0b6a47;
  font-weight: 800;
}

.comparison-domain {
  margin: 0;
  padding: 14px 22px;
  background: #fffaf0;
  color: #74643a;
  font-size: 10px;
  text-align: center;
}

.payment-confidence {
  grid-column: 1 / -1 !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.payment-confidence > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  border: 1px solid #d7e4dc;
  border-radius: 14px;
  background: #fff;
}

.payment-confidence > div > b {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  height: 30px;
  border-radius: 9px;
  background: #dff0e6;
  color: #16734e;
  font-size: 10px;
}

.payment-confidence span {
  color: #5d7167;
  font-size: 10px;
  line-height: 1.5;
}

.payment-confidence small {
  display: block;
  margin-bottom: 3px;
  color: #173f30;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
}

.client-action a,
.unified-client footer a,
.demo-link,
.commercial-scope footer a,
.site-footer nav a,
.footer-demo > a,
.footer-bottom a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.infrastructure-costs small {
  margin-bottom: 7px;
  color: #c7f36b !important;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
}

.infrastructure-costs span {
  padding: 3px 0;
  color: #fff;
  font-size: 10px;
}

.infrastructure-costs em {
  margin-top: 7px;
  color: #cce0d5;
  font-size: 8px;
  font-style: normal;
  line-height: 1.45;
}

/* O atributo hidden precisa prevalecer sobre o display flex do carrinho. */
.cart-row[hidden] {
  display: none !important;
}

.cart-row > button {
  position: static !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 11px !important;
  border: 1px solid #d4e3da !important;
  border-radius: 9px;
  background: #f3f8f5 !important;
  color: #426557 !important;
  font: 800 10px "DM Sans", sans-serif !important;
  font-size: 0 !important;
  white-space: nowrap;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.cart-row > button::before {
  content: "×";
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 5px;
  background: #dfece4;
  font-size: 14px;
  line-height: 1;
}

.cart-row > button::after {
  content: "Remover";
  font-size: 10px;
}

.cart-row > button:hover {
  transform: translateY(-1px);
  border-color: #e3b6b6 !important;
  background: #fff5f5 !important;
  color: #a33f3f !important;
}

.cart-row > button:hover::before {
  background: #f6dede;
}

@media (max-width: 900px) {
  .contract-journey { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .product-proof-grid { grid-template-columns: 1fr; }
  .product-proof-grid img { height: auto; aspect-ratio: 16/9; }
  .single-offer {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
  }
  .single-offer > *,
  .single-offer > .care-plan,
  .single-offer > .evolution-plan {
    grid-column: 1 / -1 !important;
    width: 100%;
    min-width: 0;
  }
  .service-plans-heading { align-items: start; }
  .single-offer .care-plan,
  .evolution-plan { min-height: 0; }
  .service-comparison > header { grid-template-columns: 1fr; }
  .payment-confidence { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hero-copy { width: 100%; min-width: 0; }
  .hero-price {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 14px 16px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-self: stretch;
  }
  .hero-price span { min-width: 0; line-height: 1.35; }
  .hero-price b { white-space: nowrap; }
  .hero-price small { width: 100%; grid-column: 1 / -1; }
  .service-plans-heading {
    display: block;
    padding-top: 20px;
  }
  .service-plans-heading h3 { font-size: 22px; }
  .service-plans-heading p {
    margin-top: 10px;
    text-align: left;
  }
  .service-comparison { border-radius: 18px; }
  .service-comparison > header { padding: 23px 20px 20px; }
  .service-comparison > header h3 { font-size: 19px; }
  .comparison-scroll::after {
    content: "Deslize para comparar →";
    display: block;
    padding: 9px 20px;
    background: #f5f9f6;
    color: #5f776b;
    font-size: 9px;
    font-weight: 800;
    text-align: right;
  }
  .single-offer .care-plan,
  .evolution-plan {
    overflow: hidden;
    padding: 30px 22px;
    border-radius: 19px;
  }
  .evolution-plan h3 { font-size: 21px; }
  .single-offer .care-plan .care-price,
  .evolution-price {
    min-width: 0;
  }
  .single-offer .care-plan .care-price b,
  .evolution-price b {
    font-size: 42px;
  }
  .single-offer .care-toggle,
  .evolution-toggle {
    min-width: 0;
    padding: 0 12px;
    font-size: 11px;
    white-space: normal;
    text-align: center;
  }
  .evolution-badge {
    top: 18px;
    right: 18px;
  }
  .cart-row > button { align-self: flex-start; }
}
