.rent-section{position:relative;padding-top:120px;background-color:#000;display:flex;flex-direction:column;align-items:center;overflow:hidden;margin:0 -32px}.rent-section__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.rent-section__header{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;margin-bottom:80px;text-align:center}.rent-section__icon-wrapper{margin-bottom:32px}.rent-section__icon-image{width:64px;height:64px;display:block}.rent-section__title{font-size:56px;line-height:1.1;font-weight:400;margin:0;color:#fff}.rent-section__visuals{z-index:1;width:100%;max-width:100%;min-height:500px;perspective:1000px}.rent-section__phone-wrapper,.rent-section__visuals{position:relative;display:flex;justify-content:center;align-items:center}.rent-section__phone-wrapper{z-index:10;width:-moz-fit-content;width:fit-content;transition:transform .1s ease-out}.rent-section__phone-image{width:auto;height:540px;display:block;filter:drop-shadow(0 20px 40px rgba(0,0,0,.2))}.rent-section__card{position:absolute;background-color:rgba(32,32,32,.15);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:24px;z-index:1;box-shadow:0 4px 20px rgba(0,0,0,.03);transition:transform .1s ease-in-out;display:flex;align-items:center;justify-content:center;padding:32px;text-align:center}.rent-section__card-content{display:flex;flex-direction:column;gap:8px}.rent-section__card-title{margin:0;font-size:24px;font-weight:600;color:#fff}.rent-section__card-subtitle{margin:0;font-size:16px;color:#fff;line-height:1.4}.rent-section__card--1{width:440px;height:200px;top:60px;left:180px}.rent-section__card--2{width:440px;height:200px;bottom:40px;left:180px}.rent-section__card--3{width:440px;height:200px;top:60px;right:180px}.rent-section__card--4{width:440px;height:200px;bottom:40px;right:180px}@media (max-width:1024px){.rent-section__title{font-size:40px}.rent-section__visuals{height:auto;min-height:0;flex-direction:column;gap:40px;align-items:center;padding-bottom:0}.rent-section__card{position:static;display:none}.rent-section__phone-wrapper{width:280px;margin-bottom:-10px}.rent-section__phone-image{height:auto;width:100%}}@media (max-width:640px){.rent-section{padding:80px 24px 0}.rent-section__title{font-size:32px}.rent-section__phone-wrapper{width:100%;max-width:320px}}.rent-booking-btn{position:absolute;top:88%;left:50%;transform:translate(-50%,-50%);background:#ffffff;color:var(--primary-black);padding:16px 32px;border-radius:16px;text-decoration:none;font-weight:600;font-size:20px;z-index:20;white-space:nowrap;box-shadow:0 0 0 0 rgba(255,255,255,.7);animation:pulse-white 2s infinite;transition:transform .2s,box-shadow .2s}.rent-booking-btn:hover{transform:translate(-50%,-50%) scale(1.05);animation:none;box-shadow:0 10px 30px rgba(0,0,0,.2)}@keyframes pulse-white{0%{transform:translate(-50%,-50%) scale(.95);box-shadow:0 0 0 0 rgba(255,255,255,.7)}70%{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 0 20px rgba(255,255,255,0)}to{transform:translate(-50%,-50%) scale(.95);box-shadow:0 0 0 0 rgba(255,255,255,0)}}