*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:"NouvelRRegular",Arial,sans-serif}.container{min-height:100vh;background: url("./assets/bg.png") no-repeat center center/cover;position:relative}.overlay{min-height:100vh;background:rgba(0,0,0,.8)}.content-area{max-width:1120px;margin:auto;padding:40px 20px;overflow:hidden}.header{text-align:center;color:#fff}.header .logos{display:flex;align-items:center;justify-content:center;gap:30px;margin-bottom:40px;padding:20px}#amw-logo{width:200px}#renault-logo{width:100px}.header h1{font-family:"NouvelRSemibold";font-size:40px;text-transform:uppercase;margin-top:20px;line-height:120%;width:80%;margin-inline:auto}.content{display:flex;justify-content:space-between;margin-top:50px;gap:20px}.left{width:50%;text-align:center;color:#fff;align-self:center}.left .main-text{font-family:"NouvelRSemibold";font-size:30px;line-height:100%;margin-bottom:50px}.note{background-color:rgba(0,0,0,.42);padding:12px 30px;border-radius:10px;font-size:13px;margin-bottom:10px}.hotline{font-family:"NouvelRBold";text-transform:uppercase;text-decoration:none;background-color:#efdf00;padding:10px;border-radius:10px;color:#000;font-size:18px;display:flex;justify-content:center}.hotline:hover{background-color:#545454;color:#fff}.right{width:50%}.car-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;font-size:14px;color:#545454}.car-item{background-color:#fff;padding:10px;border-radius:20px}.car-item img{width:100%}.car-item h2,.full-row h2{font-size:20px;text-transform:uppercase;font-weight:400;margin-bottom:10px;font-family:"NouvelRSemibold"}.car-item .price{font-weight:bold;font-size:15px}.full-row{margin-top:20px;display:flex;align-items:center;justify-content:center;color:#545454;font-size:14px}.full-row img{width:60%}@media (max-width:1120px){.content{flex-direction:column}.left{width:60%;margin:auto}.right{width:100%}}@media (max-width:768px){.header h1{width:100%;font-size:20px}.content{margin-top:30px}.left,.right{width:100%}.right{margin-top:30px}}@media (max-width:480px){#amw-logo{width:50%}#renault-logo{width:20%}.car-grid{grid-template-columns:repeat(1,1fr)}.full-row{flex-direction:column}.full-row img{width:100%;margin-bottom:15px}.full-row div{align-self:flex-start}}