.offers-page{max-width:1320px;margin:0 auto;padding:28px 24px 72px;color:#102822}.offers-hero{position:relative;overflow:hidden;padding:44px 48px;border-radius:28px;background:linear-gradient(125deg,#043f39,#087568 65%,#0e9483);color:#fff;box-shadow:0 22px 55px rgba(4,63,57,.2)}.offers-hero:after{content:"";position:absolute;right:-80px;bottom:-130px;width:360px;height:360px;border:70px solid rgba(255,255,255,.07);border-radius:50%}.offers-eyebrow{position:relative;display:inline-block;margin-bottom:12px;font-size:12px;font-weight:800;letter-spacing:1.8px;color:#a7f3d0}.offers-hero-title{position:relative;max-width:720px;margin:0;font-size:clamp(30px,4.2vw,52px);line-height:1.08;letter-spacing:-1.5px}.offers-hero p{position:relative;max-width:680px;margin:14px 0 0;color:#d4f4ed;font-size:16px;line-height:1.65}.offers-section{margin-top:28px}.offers-section+.offers-section{margin-top:44px}.offers-section h2{margin:0 0 18px;font-size:22px;letter-spacing:-.5px;color:#073e38}.offers-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.offer-skeleton{height:330px;border-radius:20px;background:linear-gradient(90deg,#eef3f2 25%,#f7f9f9 50%,#eef3f2 75%);background-size:200% 100%;animation:offer-shimmer 1.25s infinite}@keyframes offer-shimmer{to{background-position:-200% 0}}.offers-state{padding:70px 20px;text-align:center;border:1px dashed #c8d9d5;border-radius:20px}.offers-state strong{display:block;font-size:20px;color:#102822}.offers-state p{margin:8px 0 0;color:#6b7e79}.offers-state a,.offers-state button{display:inline-block;margin-top:14px;border:0;border-radius:10px;background:#087568;color:#fff;padding:11px 20px;font-weight:700;text-decoration:none;cursor:pointer}@media(max-width:980px){.offers-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.offers-hero{padding:36px}}@media(max-width:768px){.offers-page{padding:14px 12px 56px}.offers-hero{display:none}.offers-section{margin-top:8px}.offers-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}