.offerte-page{background:var(--wit-100);padding:clamp(32px,4vw,64px) 0 80px}.offerte-options{display:grid;gap:clamp(16px,3vw,28px);grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.offerte-card{background:var(--wit-100);border:1px solid var(--linnen-300);border-radius:24px;color:var(--noir-500);display:flex;flex-direction:column;gap:12px;min-height:240px;overflow:hidden;padding:clamp(22px,3vw,30px);position:relative;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.offerte-card:hover{border-color:var(--terra-300);box-shadow:0 16px 30px rgba(0,0,0,.08);transform:translateY(-2px)}.offerte-card__media{inset:0;position:absolute}.offerte-card__media img{height:100%;object-fit:cover;width:100%}.offerte-card--has-image{border:none;color:var(--wit-100);min-height:600px}.offerte-card--has-image:after{background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.35) 40%,rgba(0,0,0,.55));content:"";inset:0;position:absolute;z-index:1}.offerte-card--has-image .offerte-card__body{justify-content:flex-end}.offerte-card--has-image .offerte-card__cta{margin-top:16px}.offerte-card__body{display:flex;flex-direction:column;gap:12px;height:100%;position:relative;z-index:2}.offerte-card__title{font-size:22px;font-weight:600}.offerte-card__text{color:var(--neutraal-300);margin:0;max-width:40ch}.offerte-card--has-image .offerte-card__text{color:hsla(0,0%,100%,.82)}.offerte-card__usps{display:grid;gap:8px;list-style:none;margin:0;padding:0}.offerte-card__usp{align-items:center;display:flex;font-weight:500;gap:10px}.offerte-card__usp-icon{color:var(--terra-300);flex:0 0 auto}.offerte-card--has-image .offerte-card__usp-icon{color:var(--citroen-100)}.offerte-card__cta{align-items:center;background:var(--noir-500);border-radius:999px;color:var(--wit-100);display:inline-flex;font-weight:600;gap:8px;margin-top:auto;padding:10px 18px;width:fit-content}.offerte-card--has-image .offerte-card__cta{background:var(--citroen-100);color:var(--noir-500)}.offerte-card--accent{background:var(--linnen-100);border-color:var(--linnen-300)}.offerte-card--accent .offerte-card__cta{background:var(--citroen-100);color:var(--noir-500)}@media (max-width:900px){.offerte-options{grid-template-columns:1fr}.offerte-card{min-height:auto}.offerte-card--has-image{min-height:600px}}