:root {
  --rx-line: #dfe8f2;
  --rx-soft: #f6fbff;
  --rx-soft-2: #edf8fb;
}

.rx-page { background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%); }
.rx-hero {
  padding: 34px 0 26px;
  background:
    radial-gradient(circle at 82% 18%, rgba(19, 185, 196, .11), transparent 24%),
    linear-gradient(180deg, #f9fcff 0%, #ffffff 100%);
}
.rx-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 30px; align-items: center; }
.rx-breadcrumb { margin-bottom: 14px; color: #6c7b8b; font-size: 13px; }
.rx-breadcrumb a { color: var(--blue-900); }
.rx-breadcrumb strong { color: var(--teal-600); }
.rx-hero-copy h1 { margin: 0 0 10px; color: var(--ink); font-size: clamp(44px, 5vw, 70px); line-height: 1.02; letter-spacing: -.05em; }
.rx-highlight { margin: 0 0 18px; color: var(--teal-600); font-size: clamp(26px, 2vw, 34px); font-weight: 800; line-height: 1.15; }
.rx-intro { max-width: 700px; margin: 0 0 22px; color: var(--body); font-size: 18px; }
.rx-hero-note { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 24px; padding: 14px 18px; border: 1px solid var(--rx-line); border-radius: 16px; background: #f7fbff; color: var(--blue-900); }
.rx-icon-note { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #e8fafb; color: var(--teal-600); font-weight: 800; }
.rx-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.rx-hero-visual { overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); background: #fff; }
.rx-hero-visual img { width: 100%; display: block; aspect-ratio: 16 / 10; object-fit: cover; }

.rx-benefits { padding: 0 0 8px; }
.rx-benefits-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; overflow: hidden; border: 1px solid var(--rx-line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-small); }
.rx-benefit-card { display: flex; gap: 15px; padding: 24px 22px; border-right: 1px solid var(--rx-line); }
.rx-benefit-card:last-child { border-right: 0; }
.rx-icon { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: linear-gradient(145deg, var(--teal-600), var(--blue-800)); color: #fff; font-size: 28px; font-weight: 800; }
.rx-benefit-card h2 { margin: 0 0 5px; font-size: 18px; line-height: 1.2; }
.rx-benefit-card p { margin: 0; color: var(--body); font-size: 13px; line-height: 1.45; }

.rx-two-col { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 30px; align-items: center; }
.rx-text-block h2, .rx-heading-left h2 { margin: 0; font-size: clamp(32px, 3vw, 44px); line-height: 1.1; letter-spacing: -.03em; }
.rx-text-block p { margin: 16px 0 0; color: var(--body); font-size: 18px; }
.rx-heading-left { text-align: left; margin: 0 0 24px; }
.rx-heading-left .heading-line { margin: 12px 0 0; }
.rx-image-card { overflow: hidden; border: 1px solid var(--rx-line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-small); }
.rx-image-card img { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; }

.rx-type-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.rx-type-grid article { min-height: 128px; padding: 22px 18px; display: flex; flex-direction: column; gap: 13px; justify-content: flex-start; border: 1px solid var(--rx-line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-small); }
.rx-type-grid span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--rx-soft); color: var(--blue-800); font-size: 24px; }
.rx-type-grid h3 { margin: 0; font-size: 17px; line-height: 1.28; }

.rx-special-grid { display: grid; grid-template-columns: minmax(0, .74fr) minmax(0, 1.26fr); gap: 28px; align-items: start; }
.rx-special-list article { padding: 12px 0; border-bottom: 1px solid var(--rx-line); }
.rx-special-list article:last-child { border-bottom: 0; }
.rx-special-list h3 { margin: 0 0 6px; color: var(--blue-900); font-size: 19px; }
.rx-special-list p { margin: 0; color: var(--body); font-size: 15px; }
.rx-special-image { overflow: hidden; border-radius: 22px; box-shadow: var(--shadow); border: 1px solid var(--rx-line); }
.rx-special-image img { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; }

.rx-why { padding-top: 22px; }
.rx-why-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 0; }
.rx-why-grid article { padding: 10px 18px; text-align: center; border-right: 1px solid var(--rx-line); }
.rx-why-grid article:last-child { border-right: 0; }
.rx-why-grid span { width: 64px; height: 64px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%; background: var(--rx-soft-2); color: var(--blue-800); font-size: 30px; font-weight: 800; }
.rx-why-grid p { margin: 0; color: var(--blue-900); font-size: 15px; font-weight: 700; line-height: 1.35; }

.rx-cta { padding: 12px 0 60px; }
.rx-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 28px 32px; border-radius: 20px; background: linear-gradient(90deg, var(--teal-600), var(--blue-900)); color: #fff; }
.rx-cta-inner h2 { margin: 0 0 6px; font-size: clamp(28px, 3vw, 40px); letter-spacing: -.03em; line-height: 1.1; }
.rx-cta-inner p { margin: 0; color: rgba(255,255,255,.88); font-size: 16px; }
.rx-cta-inner .button-whatsapp { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.36); box-shadow: none; }
.rx-cta-inner .button-whatsapp:hover { background: rgba(255,255,255,.18); }

@media (max-width: 1200px) {
  .rx-benefits-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rx-benefit-card:nth-child(2) { border-right: 0; }
  .rx-benefit-card:nth-child(-n+2) { border-bottom: 1px solid var(--rx-line); }
  .rx-type-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rx-special-grid { grid-template-columns: 1fr; }
  .rx-why-grid { grid-template-columns: repeat(3, minmax(0,1fr)); row-gap: 24px; }
  .rx-why-grid article { border-right: 0; }
}
@media (max-width: 920px) {
  .rx-hero-grid, .rx-two-col { grid-template-columns: 1fr; }
  .rx-hero-copy { order: 1; }
  .rx-hero-visual { order: 2; }
  .rx-cta-inner { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .rx-highlight { font-size: 22px; }
  .rx-intro, .rx-text-block p { font-size: 16px; }
  .rx-hero-actions .button { width: 100%; }
  .rx-benefits-grid { grid-template-columns: 1fr; }
  .rx-benefit-card { border-right: 0; border-bottom: 1px solid var(--rx-line); }
  .rx-benefit-card:last-child { border-bottom: 0; }
  .rx-type-grid { grid-template-columns: 1fr; }
  .rx-why-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 430px) {
  .rx-why-grid { grid-template-columns: 1fr; }
}
