/* Chalé Capitólio — Página de Ofertas (plugin, Hello Elementor) */

.chalecapitolio-ofertas-wrapper {
  --chc-primary: #004d57;
  --chc-primary-dark: #003840;
  --chc-secondary: #e58b6e;
  --chc-secondary-hover: #d97a5c;
  --chc-teal-badge: #1a7a87;
  --chc-cream: #f7f5f2;
  --chc-ink: #1a2e32;
  --chc-muted: #5f7175;
  --chc-line: #e2e8ea;
  --chc-white: #ffffff;
  --chc-layout: 1230px;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--chc-ink);
}

.chalecapitolio-ofertas-wrapper .container {
  width: min(1760px, calc(100% - 96px));
  margin: 0 auto;
}

.chalecapitolio-ofertas-wrapper h1,
.chalecapitolio-ofertas-wrapper h2,
.chalecapitolio-ofertas-wrapper h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 16px;
}

/* Header Elementor (template 405) em overlay sobre o hero */
body.chalecapitolio-ofertas-page {
  position: relative;
}

body.chalecapitolio-header-overlay .chalecapitolio-ofertas-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

body.admin-bar.chalecapitolio-header-overlay .chalecapitolio-ofertas-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar.chalecapitolio-header-overlay .chalecapitolio-ofertas-header {
    top: 46px;
  }
}

.chalecapitolio-ofertas-header__container {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

body.chalecapitolio-header-overlay .chalecapitolio-ofertas-header .e-con,
body.chalecapitolio-header-overlay .chalecapitolio-ofertas-header .elementor-section {
  background: transparent !important;
  background-color: transparent !important;
}

body.chalecapitolio-ofertas-page .site-main,
body.chalecapitolio-ofertas-page .page-content,
body.chalecapitolio-ofertas-page #page.chalecapitolio-ofertas-wrapper {
  padding: 0;
  margin: 0;
  max-width: none;
  width: 100%;
}

/* Buttons */
.chalecapitolio-ofertas .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 14px 28px;
  background: var(--chc-secondary);
  color: var(--chc-white);
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}

.chalecapitolio-ofertas .button:hover {
  background: var(--chc-secondary-hover);
  color: var(--chc-white);
}

.chalecapitolio-ofertas .button--block { width: 100%; }

.chalecapitolio-ofertas .button svg {
  width: 18px;
  height: 18px;
}

/* Hero */
.chalecapitolio-ofertas .offers-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: flex-end;
  color: var(--chc-white);
  background-color: #111;
  padding: 160px 0 100px;
  overflow: hidden;
}

.chalecapitolio-ofertas .offers-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1921px) {
  .chalecapitolio-ofertas .offers-hero__bg {
    left: 50%;
    right: auto;
    width: 1920px;
    transform: translateX(-50%);
  }
}

.chalecapitolio-ofertas .offers-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 18%, rgba(0, 0, 0, 0.08) 38%, transparent 52%),
    linear-gradient(125deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.28) 32%, transparent 58%),
    radial-gradient(ellipse 85% 70% at 0% 0%, rgba(0, 0, 0, 0.75) 0%, transparent 70%),
    radial-gradient(ellipse 75% 60% at 0% 100%, rgba(0, 0, 0, 0.62) 0%, transparent 72%),
    radial-gradient(ellipse 70% 55% at 100% 0%, rgba(0, 0, 0, 0.58) 0%, transparent 72%),
    radial-gradient(ellipse 65% 50% at 100% 100%, rgba(0, 0, 0, 0.52) 0%, transparent 70%),
    radial-gradient(ellipse 58% 48% at 58% 42%, transparent 0%, transparent 46%, rgba(0, 0, 0, 0.18) 78%, rgba(0, 0, 0, 0.38) 100%);
  pointer-events: none;
}

.chalecapitolio-ofertas .offers-hero__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.chalecapitolio-ofertas .offers-hero__badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(26, 122, 135, 0.9);
  color: var(--chc-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.chalecapitolio-ofertas .offers-hero h1 {
  color: var(--chc-white);
  font-size: clamp(36px, 4.5vw, 58px);
  max-width: 640px;
  margin-bottom: 16px;
}

.chalecapitolio-ofertas .offers-hero__subtitle {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.6;
}

/* Benefits */
.chalecapitolio-ofertas .offers-benefits {
  position: relative;
  z-index: 2;
  margin-top: -56px;
  padding-bottom: 48px;
}

.chalecapitolio-ofertas .offers-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 28px 36px;
  border-radius: 16px;
  background: var(--chc-white);
  box-shadow: 0 16px 48px rgba(0, 45, 52, 0.12);
}

.chalecapitolio-ofertas .offers-benefit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 8px 20px;
  border-right: 1px solid var(--chc-line);
}

.chalecapitolio-ofertas .offers-benefit:last-child { border-right: 0; }

.chalecapitolio-ofertas .offers-benefit__icon {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 77, 87, 0.08);
  color: var(--chc-primary);
}

.chalecapitolio-ofertas .offers-benefit__icon svg {
  width: 22px;
  height: 22px;
}

.chalecapitolio-ofertas .offers-benefit strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
}

.chalecapitolio-ofertas .offers-benefit small {
  display: block;
  color: var(--chc-muted);
  font-size: 12px;
  line-height: 1.45;
}

/* Packages */
.chalecapitolio-ofertas .offers-packages {
  padding: 72px 0 80px;
  background: var(--chc-white);
}

.chalecapitolio-ofertas .offers-packages__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.chalecapitolio-ofertas .offers-packages__header h2 {
  color: var(--chc-primary);
  font-size: clamp(30px, 3.5vw, 42px);
  margin-bottom: 12px;
}

.chalecapitolio-ofertas .offers-wave {
  display: flex;
  justify-content: center;
  margin: 12px 0 18px;
  color: var(--chc-secondary);
}

.chalecapitolio-ofertas .offers-packages__header p {
  margin: 0;
  color: var(--chc-muted);
  font-size: 16px;
  line-height: 1.6;
}

/* Cards grid — 3 por linha */
.chalecapitolio-ofertas .offers-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.chalecapitolio-ofertas .offers-card--grid {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.chalecapitolio-ofertas .offers-card--grid .offers-card__media img {
  aspect-ratio: 4/3;
  transition: transform 0.35s ease;
}

.chalecapitolio-ofertas .offers-card--grid:hover .offers-card__media img {
  transform: scale(1.05);
}

.chalecapitolio-ofertas .offers-card--grid .offers-card__body {
  flex: 1;
  text-align: center;
}

.chalecapitolio-ofertas .offers-card {
  border: 1px solid var(--chc-line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--chc-white);
}

.chalecapitolio-ofertas .offers-card__media {
  position: relative;
  overflow: hidden;
}

.chalecapitolio-ofertas .offers-card__media img {
  width: 100%;
  object-fit: cover;
}

.chalecapitolio-ofertas .offers-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--chc-secondary);
  color: var(--chc-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.chalecapitolio-ofertas .offers-card__badge--teal { background: var(--chc-teal-badge); }

.chalecapitolio-ofertas .offers-card__body {
  padding: 24px 28px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.chalecapitolio-ofertas .offers-card__body h3 {
  color: var(--chc-primary);
  font-size: 22px;
  margin-bottom: 10px;
}

.chalecapitolio-ofertas .offers-card__highlight {
  color: #c0392b;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 14px;
}

.chalecapitolio-ofertas .offers-card__dates {
  color: var(--chc-secondary);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 14px;
}

.chalecapitolio-ofertas .offers-card__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  flex: 1;
}

.chalecapitolio-ofertas .offers-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--chc-muted);
  line-height: 1.45;
}

.chalecapitolio-ofertas .offers-card--grid .offers-card__list li {
  justify-content: center;
}

.chalecapitolio-ofertas .offers-card__list svg {
  flex: 0 0 16px;
  margin-top: 2px;
  color: #3d9e6a;
}

.chalecapitolio-ofertas .offers-card__amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.chalecapitolio-ofertas .offers-card--grid .offers-card__amenities {
  justify-content: center;
}

.chalecapitolio-ofertas .offers-card__amenity {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--chc-muted);
}

.chalecapitolio-ofertas .offers-card__amenity svg {
  width: 16px;
  height: 16px;
  color: #c9a227;
}

/* Horizontal cards */
.chalecapitolio-ofertas .offers-horizontal-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.chalecapitolio-ofertas .offers-card--horizontal {
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: stretch;
  min-height: 180px;
}

.chalecapitolio-ofertas .offers-card--horizontal .offers-card__media img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  aspect-ratio: unset;
}

.chalecapitolio-ofertas .offers-card__corner-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 12px;
  border-radius: 8px;
  background: var(--chc-teal-badge);
  color: var(--chc-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.chalecapitolio-ofertas .offers-card--horizontal .offers-card__body {
  padding: 24px 28px;
  justify-content: center;
}

.chalecapitolio-ofertas .offers-card--horizontal .offers-card__body h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.chalecapitolio-ofertas .offers-card--horizontal .offers-card__body > p {
  margin: 0 0 12px;
  color: var(--chc-muted);
  font-size: 14px;
  line-height: 1.5;
}

.chalecapitolio-ofertas .offers-card__availability {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  border-left: 1px solid var(--chc-line);
  background: #f8fafa;
  text-align: center;
}

.chalecapitolio-ofertas .offers-card__availability-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 77, 87, 0.08);
  color: var(--chc-primary);
}

.chalecapitolio-ofertas .offers-card__availability-icon svg {
  width: 22px;
  height: 22px;
}

.chalecapitolio-ofertas .offers-card__availability strong {
  font-size: 13px;
  color: var(--chc-primary);
}

.chalecapitolio-ofertas .offers-card__availability small {
  font-size: 11px;
  color: var(--chc-muted);
  line-height: 1.4;
}

.chalecapitolio-ofertas .offers-card__availability .button {
  padding: 10px 18px;
  font-size: 11px;
}

/* CTA */
.chalecapitolio-ofertas .offers-cta {
  padding: 0 0 0;
}

.chalecapitolio-ofertas .offers-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 36px 48px;
  border-radius: 16px;
  background: var(--chc-primary);
  color: var(--chc-white);
}

.chalecapitolio-ofertas .offers-cta__icon {
  display: grid;
  place-items: center;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: var(--chc-white);
}

.chalecapitolio-ofertas .offers-cta__icon svg {
  width: 28px;
  height: 28px;
}

.chalecapitolio-ofertas .offers-cta__copy { flex: 1; }

.chalecapitolio-ofertas .offers-cta__copy h2 {
  color: var(--chc-white);
  font-size: clamp(22px, 2.5vw, 30px);
  margin-bottom: 6px;
}

.chalecapitolio-ofertas .offers-cta__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
}

/* Footer features (dentro da página) */
.chalecapitolio-ofertas .offers-footer-features {
  padding: 56px 0;
  background: var(--chc-primary);
  color: var(--chc-white);
  margin-top: 80px;
}

.chalecapitolio-ofertas .offers-footer-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.chalecapitolio-ofertas .offers-footer-feature {
  text-align: center;
}

.chalecapitolio-ofertas .offers-footer-feature__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--chc-white);
}

.chalecapitolio-ofertas .offers-footer-feature__icon svg {
  width: 24px;
  height: 24px;
}

.chalecapitolio-ofertas .offers-footer-feature strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
}

.chalecapitolio-ofertas .offers-footer-feature small {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.45;
}

.chalecapitolio-ofertas .offers-footer-feature__social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

.chalecapitolio-ofertas .offers-footer-feature__social a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--chc-white);
  text-decoration: none;
  transition: background 0.2s;
}

.chalecapitolio-ofertas .offers-footer-feature__social a:hover {
  background: var(--chc-secondary);
}

.chalecapitolio-ofertas .offers-footer-feature__social svg {
  width: 20px;
  height: 20px;
}

/* Responsive */
@media (max-width: 1280px) {
  .chalecapitolio-ofertas-wrapper .container { width: min(1440px, calc(100% - 64px)); }
  .chalecapitolio-ofertas .offers-card--horizontal { grid-template-columns: 180px 1fr 200px; }
}

@media (max-width: 1024px) {
  .chalecapitolio-ofertas .offers-benefits__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .chalecapitolio-ofertas .offers-benefit { border-right: 0; padding: 8px 0; }
  .chalecapitolio-ofertas .offers-packages-grid { grid-template-columns: repeat(2, 1fr); }
  .chalecapitolio-ofertas .offers-card--horizontal { grid-template-columns: 1fr; }
  .chalecapitolio-ofertas .offers-card--horizontal .offers-card__media img { min-height: 200px; }
  .chalecapitolio-ofertas .offers-card__availability {
    border-left: 0;
    border-top: 1px solid var(--chc-line);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
  }
  .chalecapitolio-ofertas .offers-footer-features__grid { grid-template-columns: repeat(2, 1fr); }
  .chalecapitolio-ofertas .offers-cta__inner { flex-direction: column; text-align: center; }
}

@media (max-width: 768px) {
  .chalecapitolio-ofertas-wrapper .container { width: calc(100% - 32px); }
  .chalecapitolio-ofertas .offers-hero { min-height: 80vh; padding: 140px 0 80px; }
  .chalecapitolio-ofertas .offers-benefits__grid { grid-template-columns: 1fr; padding: 24px; }
  .chalecapitolio-ofertas .offers-packages-grid { grid-template-columns: 1fr; }
  .chalecapitolio-ofertas .offers-footer-features__grid { grid-template-columns: 1fr; }
}
