.offerte-contents{margin-top:120px;margin-bottom:100px;display:grid;grid-template-columns:1fr;gap:60px}.offerte-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:30px}.offerte-heading h1{font-size:32px;margin:0 0 10px}.offerte-heading p{color:var(--beige);font-weight:600;max-width:380px}.offerte-avatar{position:relative;flex-shrink:0;width:64px;height:64px;border-radius:50%;background-color:#f2f2f2;color:#b3b3b3;display:flex;align-items:center;justify-content:center;overflow:hidden}.offerte-form-section{padding:25px 0;border-bottom:1px solid #e5e5e5}.offerte-form-section:first-of-type{padding-top:0}.offerte-form-section h4{margin-bottom:15px}.offerte-form input,.offerte-form textarea{width:100%;border:1px solid #d9d9d9;border-radius:10px;padding:16px 18px;font-family:var(--font-montserrat);font-size:15px;margin-bottom:15px;color:var(--dark);box-sizing:border-box}.offerte-form input{height:56px;appearance:none;-webkit-appearance:none}.offerte-form input::placeholder,.offerte-form textarea::placeholder{color:#a3a3a3}.offerte-form input:last-child,.offerte-form textarea:last-child{margin-bottom:0}.offerte-form-row{display:flex;gap:15px}.offerte-form-row input{width:100%}.offerte-form-submit{width:100%;margin-top:30px;text-align:center;border:none;cursor:pointer;font-size:15px;padding:18px 20px}.offerte-form-submit:disabled{opacity:.6;cursor:not-allowed}.offerte-form-error{margin-top:20px;color:#c0392b}.offerte-form-submitted{padding:40px 0}.offerte-images{display:flex;align-items:center;gap:15px}.offerte-image{position:relative;overflow:hidden;border-radius:12px;background:linear-gradient(135deg,#e8e4d8,#cfc7ab)}.offerte-image-1{width:58%;aspect-ratio:4/4.6}.offerte-image-2{width:42%;aspect-ratio:3/4.6}.offerte-reviews{margin-top:50px}.offerte-review-cards{display:grid;grid-template-columns:1fr;gap:20px}.offerte-review-card{background-color:#f5f5f5;border-radius:12px;padding:25px}.offerte-review-stars{color:var(--beige);display:flex;gap:4px;margin-bottom:12px}.offerte-review-card h3{font-size:17px;margin-bottom:10px}.offerte-review-card p{font-size:14px;color:#5c5c5c;line-height:1.5;margin-bottom:15px}.offerte-review-card a{color:var(--beige);font-weight:600;font-size:14px;text-decoration:none}@media only screen and (min-width:990px){.offerte-contents{grid-template-columns:.85fr 1fr;gap:80px;margin-top:160px;margin-bottom:150px}.offerte-heading h1{font-size:42px}.offerte-review-cards{grid-template-columns:1fr 1fr}}