.renew-page{min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary)}.renew-hero,.renew-page{display:flex;flex-direction:column}.renew-hero{position:relative;height:45vh;min-height:380px;align-items:center;justify-content:center;overflow:hidden;background-image:url(/images/hero/composition.webp);background-size:cover;background-position:50%;text-align:center}.renew-hero:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.6);z-index:1}.renew-hero__content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:24px}.renew-hero__title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1;text-transform:uppercase}.renew-hero__btn,.renew-hero__title{font-family:Owners XXWide,sans-serif;letter-spacing:1px}.renew-hero__btn{background:#10b981;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:800;font-size:.9rem;cursor:pointer;transition:all .3s ease}.renew-hero__btn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 5px 15px rgba(16,185,129,.3)}.renew-discounts{padding:60px 20px 80px;display:flex;flex-direction:column;align-items:center;gap:60px}.discounts-grid{flex-wrap:wrap;gap:30px;max-width:1000px}.discount-circle,.discounts-grid{display:flex;justify-content:center}.discount-circle{width:200px;height:200px;border-radius:50%;background:hsla(0,0%,100%,.03);border:4px solid var(--circle-color,#fff);flex-direction:column;align-items:center;padding:20px;text-align:center;box-shadow:0 0 30px rgba(0,0,0,.5);transition:transform .3s ease}.discount-circle:hover{transform:scale(1.05)}.discount-circle__top{font-size:.65rem;font-weight:400;line-height:1.2;margin-bottom:8px;opacity:.8}.discount-circle__label{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:-5px}.discount-circle__value{font-family:Owners XXWide,sans-serif;font-size:3.5rem;font-weight:900;color:var(--circle-color,#fff);line-height:1}.discount-circle__footer{font-size:.55rem;opacity:.6;font-weight:400}.circle--yellow{--circle-color:#fcc419}.circle--pink{--circle-color:#f06595}.circle--blue{--circle-color:#4c6ef5}.circle--green{--circle-color:#51cf66}.circle--purple{--circle-color:#ae3ec9}.renew-footer{padding:60px 40px;background:linear-gradient(180deg,#000 0,#0a0a2e);display:flex;flex-direction:column;align-items:center;gap:20px}.renew-footer__text{font-size:.9rem;font-weight:400;color:#fff;opacity:.8}.renew-footer__socials{display:flex;gap:15px}.renew-social-icon{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;transition:all .3s ease}.renew-social-icon svg{width:18px;height:18px}.renew-social-icon:hover{transform:translateY(-3px);background:#fcc419;color:#000}[data-theme=light] .renew-page{background-color:#f8f9fa;color:#1a1a1a}[data-theme=light] .renew-footer{background:linear-gradient(180deg,#f8f9fa 0,#e9ecef)}[data-theme=light] .renew-footer__text{color:#333}[data-theme=light] .renew-social-icon{background:#1a1a1a;color:#fff}[data-theme=light] .renew-social-icon:hover{background:#7a1fa1}[data-theme=light] .renew-hero__content,[data-theme=light] .renew-hero__title{color:#fff}[data-theme=light] .discount-circle{background:hsla(0,0%,6%,.88);box-shadow:0 0 30px rgba(0,0,0,.15)}[data-theme=light] .discount-circle__footer,[data-theme=light] .discount-circle__label,[data-theme=light] .discount-circle__top{color:#fff}