.oferta-hero{padding-top:var(--space-16)}.oferta-hero__inner{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:var(--space-8);align-items:center}.oferta-hero__text p{max-width:34rem}.oferta-hero__cta{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-6);margin-bottom:var(--space-4)}.oferta-hero__note{font-size:var(--font-size-xs);color:var(--gray-600);max-width:30rem}.oferta-hero__image{justify-self:flex-end}.oferta-image-card{border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid rgba(178,138,59,0.4)}.oferta-image-card img{width:100%;height:100%;object-fit:cover}.oferta-section-header{text-align:center;max-width:40rem;margin:0 auto var(--space-10)}.oferta-section-header p{margin-top:var(--space-3)}.oferta-grid__items{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-6)}.oferta-item h3{margin-bottom:var(--space-3)}.oferta-item p{margin-bottom:var(--space-3)}.oferta-item img{margin-top:var(--space-3);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.oferta-links{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-2)}.oferta-item--full{grid-column:1/-1}.oferta-pill-steps{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}.oferta-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6)}.oferta-cta__buttons{display:flex;flex-wrap:wrap;gap:var(--space-4)}@media (max-width:1023px){.oferta-hero__inner{grid-template-columns:minmax(0,1fr)}.oferta-hero__image{order:-1;justify-self:stretch}.oferta-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.oferta-hero{padding-top:var(--space-12)}.oferta-hero__inner{padding:var(--space-5)}.oferta-hero__cta{flex-direction:column;align-items:stretch}.oferta-grid__items{grid-template-columns:minmax(0,1fr)}.oferta-cta__inner{flex-direction:column;align-items:flex-start}}