.jlf-pdf-offer {
width: min(1180px, calc(100% - 32px));
margin: 56px auto;
padding: clamp(24px, 4vw, 48px);
color: #fff;
background: #101010;
border-radius: 28px;
box-sizing: border-box;
box-shadow: 0 18px 50px rgba(0, 0, 0, .16);
}
.jlf-pdf-offer * {
box-sizing: border-box;
}
.jlf-pdf-offer__heading {
max-width: 830px;
margin-bottom: 24px;
}
.jlf-pdf-offer__eyebrow {
margin: 0 0 8px;
color: #ffd900;
font-size: .84rem;
font-weight: 900;
letter-spacing: .1em;
}
.jlf-pdf-offer h2 {
margin: 0 0 12px;
color: #fff;
font-size: clamp(1.8rem, 4vw, 3.1rem);
line-height: 1.03;
letter-spacing: -.035em;
}
.jlf-pdf-offer__heading > p:last-child {
margin: 0;
color: #eee;
font-size: clamp(1rem, 1.7vw, 1.15rem);
line-height: 1.55;
}
.jlf-pdf-offer__viewer {
overflow: hidden;
width: 100%;
height: min(860px, 78vh);
min-height: 620px;
background: #f7f5ee;
border: 4px solid #ffd900;
border-radius: 18px;
}
.jlf-pdf-offer__viewer iframe {
display: block;
width: 100%;
height: 100%;
border: 0;
background: #f7f5ee;
}
.jlf-pdf-offer__actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 22px;
}
.jlf-pdf-offer__button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 18px;
min-height: 56px;
padding: 14px 22px;
border: 2px solid #ffd900;
border-radius: 16px;
font-weight: 900;
line-height: 1.15;
text-decoration: none !important;
transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.jlf-pdf-offer__button:hover,
.jlf-pdf-offer__button:focus-visible {
transform: translateY(-2px);
box-shadow: 0 7px 0 rgba(255, 217, 0, .24);
}
.jlf-pdf-offer__button--primary {
color: #101010 !important;
background: #ffd900;
}
.jlf-pdf-offer__button--secondary {
color: #fff !important;
background: transparent;
}
.jlf-pdf-offer__button--secondary:hover,
.jlf-pdf-offer__button--secondary:focus-visible {
color: #101010 !important;
background: #ffd900;
}
.jlf-pdf-offer__help {
margin: 20px 0 0;
color: #d9d9d9;
font-size: .94rem;
line-height: 1.5;
}
.jlf-pdf-offer__help a {
color: #ffd900 !important;
font-weight: 800;
}
@media (max-width: 700px) {
.jlf-pdf-offer {
width: min(100% - 20px, 1180px);
margin: 32px auto;
padding: 20px;
border-radius: 20px;
}
.jlf-pdf-offer__viewer {
height: 68vh;
min-height: 480px;
border-width: 3px;
border-radius: 14px;
}
.jlf-pdf-offer__actions {
display: grid;
grid-template-columns: 1fr;
}
.jlf-pdf-offer__button {
width: 100%;
}
}
@media (prefers-reduced-motion: reduce) {
.jlf-pdf-offer__button {
transition: none;
}
}