.oferta-hero-grid {display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:var(--space-8);align-items:center;}
.oferta-hero-text {max-width:34rem;}
.oferta-hero-lead {font-size:var(--font-size-lg);color:var(--color-text-muted);}
.oferta-hero-actions {display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4);margin-bottom:var(--space-3);}
.oferta-hero-note {max-width:30rem;font-size:var(--font-size-sm);}
.oferta-hero-image-wrapper {border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);}
.oferta-hero-image-wrapper img {width:100%;height:100%;object-fit:cover;}
.oferta-hero-highlight {margin-top:var(--space-4);}

.oferta-service-grid {align-items:stretch;}
.oferta-list {margin-top:var(--space-3);margin-bottom:var(--space-3);padding-left:1.25rem;}
.oferta-list li {position:relative;margin-bottom:0.4rem;font-size:var(--font-size-sm);color:var(--color-text-muted);}
.oferta-list li::before {content:"";position:absolute;left:-1.1rem;top:0.55rem;width:0.35rem;height:0.35rem;border-radius:50%;background:var(--color-primary-soft);box-shadow:0 0 0 1px rgba(251,191,36,0.7);}
.oferta-cta-inline {margin-top:var(--space-4);}

.oferta-automation-grid {display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr);gap:var(--space-8);align-items:center;}
.oferta-automation-image-wrapper {border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);}
.oferta-automation-image-wrapper img {width:100%;height:100%;object-fit:cover;}

.oferta-pricing-grid {display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:var(--space-8);align-items:center;}
.oferta-pricing-card {margin-top:var(--space-4);}
.oferta-pricing-actions {display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4);}
.oferta-pricing-image-wrapper {border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);}
.oferta-pricing-image-wrapper img {width:100%;height:100%;object-fit:cover;}

.oferta-process-grid {display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1.1fr);gap:var(--space-8);align-items:flex-start;}
.oferta-process-list {margin-top:var(--space-4);display:flex;flex-direction:column;gap:var(--space-4);}
.oferta-process-list h3 {margin-bottom:var(--space-2);font-size:var(--font-size-lg);}
.oferta-process-list p {font-size:var(--font-size-sm);color:var(--color-text-muted);}
.oferta-support-card {position:sticky;top:6rem;}

.oferta-why-grid {display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:var(--space-8);align-items:center;}
.oferta-why-actions {display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4);}
.oferta-why-image-wrapper {border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);}
.oferta-why-image-wrapper img {width:100%;height:100%;object-fit:cover;}

@media (max-width:1024px){
  .oferta-hero-grid,
  .oferta-automation-grid,
  .oferta-pricing-grid,
  .oferta-process-grid,
  .oferta-why-grid {grid-template-columns:1fr;}
  .oferta-support-card {position:static;}
}

@media (max-width:768px){
  .oferta-hero-actions,
  .oferta-pricing-actions,
  .oferta-why-actions {flex-direction:column;align-items:stretch;}
}
