.lp-offer{background:var(--ink);color:var(--white);overflow:hidden;padding:var(--section-pad);position:relative}.lp-offer:before{background-image:linear-gradient(rgba(232,93,60,.04) 1px,transparent 0),linear-gradient(90deg,rgba(232,93,60,.04) 1px,transparent 0);background-size:48px 48px;content:"";inset:0;pointer-events:none;position:absolute}.lp-offer__inner{position:relative;z-index:2}.lp-offer__title{color:var(--white)}.lp-offer__title em{color:var(--orange-light);font-style:italic}.lp-offer__lead{color:hsla(0,0%,100%,.6);font-size:18px;font-weight:300;line-height:1.65;margin-bottom:56px;max-width:560px}.lp-offer__lead p{margin:0}.lp-offer__cards{display:grid;gap:24px;grid-template-columns:1fr 1fr}.lp-offer__card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:14px;padding:36px;transition:background .3s,border-color .3s}.lp-offer__card:hover{background:hsla(0,0%,100%,.08);border-color:rgba(232,93,60,.4)}.lp-offer__question{color:var(--white);font-family:Georgia,serif;font-size:20px;font-style:italic;font-weight:700;line-height:1.35;margin-bottom:20px}.lp-offer__answer{color:hsla(0,0%,100%,.65);font-size:15px;font-weight:300;line-height:1.75}.lp-offer__answer strong{color:var(--orange-light);font-weight:600}.lp-offer__answer p{margin:0 0 12px}.lp-offer__answer p:last-child{margin-bottom:0}@media (max-width:900px){.lp-offer__cards{grid-template-columns:1fr}}