.offer-intro-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr);gap:var(--space-8);align-items:center}.offer-intro-text{max-width:34rem}.offer-intro-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-6)}.offer-intro-media{position:relative}.offer-photo-frame{position:relative;border-radius:1.8rem;overflow:hidden;box-shadow:var(--shadow-md);background:radial-gradient(circle at top,var(--color-secondary-soft),#fff)}.offer-photo-frame img{width:100%;height:100%;object-fit:cover;display:block}.offer-photo-pill{position:absolute;right:1.2rem;bottom:1.2rem;border-radius:999px;padding:0.45rem 0.9rem;background-color:rgba(255,255,255,0.95);backdrop-filter:blur(12px);display:flex;align-items:center;gap:0.45rem;font-size:var(--text-xs);box-shadow:0 14px 40px rgba(15,23,42,0.22);max-width:14rem}.offer-photo-pill-dot{width:0.5rem;height:0.5rem;border-radius:50%;background:conic-gradient(from 160deg,var(--color-primary),var(--color-accent-violet),var(--color-secondary))}.offer-grid{align-items:stretch}.offer-card{display:flex;flex-direction:column;height:100%}.offer-card-media{margin-top:var(--space-3);border-radius:1.2rem;overflow:hidden;box-shadow:var(--shadow-xs)}.offer-card-media img{width:100%;height:100%;object-fit:cover;display:block}.offer-card-media--people{margin-top:0;margin-bottom:var(--space-4)}.offer-list{margin-top:var(--space-2);padding-left:1.1rem}.offer-list li{position:relative;margin-bottom:0.45rem;font-size:var(--text-sm);color:var(--color-text-soft)}.offer-list li::before{content:"";position:absolute;left:-0.9rem;top:0.55rem;width:0.35rem;height:0.35rem;border-radius:999px;background:radial-gradient(circle,var(--color-primary),var(--color-secondary))}.offer-card-footer{margin-top:auto;padding-top:var(--space-4);display:flex;justify-content:flex-start}.offer-people-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr);gap:var(--space-6);align-items:flex-start}.offer-people-card{height:100%}.offer-people-side{display:flex;flex-direction:column;gap:var(--space-5)}.offer-mini-card{height:100%}.offer-service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-6)}.offer-bottom-cta{margin-top:var(--space-10);padding:var(--space-6);border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--color-primary-soft),var(--color-secondary-soft));display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-4);box-shadow:var(--shadow-sm)}.offer-bottom-text{max-width:30rem}.offer-bottom-text h3{margin-bottom:var(--space-2)}.offer-bottom-actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}@media (max-width:1024px){.offer-intro-grid{grid-template-columns:1fr;gap:var(--space-6)}.offer-intro-media{order:-1}.offer-people-grid{grid-template-columns:1fr}}@media (max-width:768px){.offer-bottom-cta{padding:var(--space-5)}.offer-bottom-actions{flex-direction:column;align-items:stretch}.offer-card-footer{justify-content:flex-start}}@media (max-width:480px){.offer-intro-actions{flex-direction:column;align-items:stretch}.offer-photo-pill{left:0.9rem;right:0.9rem;max-width:none}}