.promoSection{position:relative;width:100%;min-height:350px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:1024px){.promoSection{min-height:250px}}@media(max-width:768px){.promoSection{min-height:220px}}@media(max-width:480px){.promoSection{min-height:200px}}.promoSection .promoBackground{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.promoSection .promoContainer{position:relative;z-index:2;max-width:1440px;margin:0 auto;width:100%;padding:0 40px}@media(max-width:1024px){.promoSection .promoContainer{padding:0 30px}}@media(max-width:768px){.promoSection .promoContainer{padding:0 24px}}@media(max-width:480px){.promoSection .promoContainer{padding:0 16px}}.promoSection .promoContent{display:flex;align-items:center;justify-content:space-between;gap:5rem!important;color:#6b6b6b;padding:4rem 0}@media(max-width:1024px){.promoSection .promoContent{padding:2.5rem 0}}@media(max-width:768px){.promoSection .promoContent{flex-direction:column;text-align:center;gap:30px!important;padding:2rem 0}}@media(max-width:480px){.promoSection .promoContent{padding:1.5rem 0;gap:30px!important;justify-content:space-between}}.promoSection .promoContent .promoHeadline{font-size:2.5rem;font-weight:700;line-height:1.2;flex:1 1;margin:0}@media(max-width:1024px){.promoSection .promoContent .promoHeadline{font-size:2.25rem}}@media(max-width:768px){.promoSection .promoContent .promoHeadline{font-size:1.75rem}}@media(max-width:480px){.promoSection .promoContent .promoHeadline{font-size:1.25rem;line-height:1.3}}.promoSection .promoContent .promoButton{display:flex;max-width:320px;padding:20px 25px;justify-content:center;align-items:center;gap:10px;border-radius:10px;background:linear-gradient(0deg,#875a7b,#a06f91);color:#fff;border:none;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.promoSection .promoContent .promoButton:hover{background:linear-gradient(0deg,#a06f91,#b88ba8);transform:translateY(-2px);box-shadow:0 4px 12px rgba(135,90,123,.4)}.promoSection .promoContent .promoButton:active{transform:translateY(0)}@media(max-width:1024px){.promoSection .promoContent .promoButton{font-size:1rem;padding:18px 22px}}@media(max-width:768px){.promoSection .promoContent .promoButton{max-width:280px;width:auto;font-size:.95rem;padding:16px 20px}}@media(max-width:480px){.promoSection .promoContent .promoButton{max-width:240px;width:auto;padding:14px 18px;font-size:.9rem}}