.jlf-seo-hero {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 32px;
align-items: center;
margin: 28px 0 54px;
padding: 34px;
border-radius: 28px;
background: #f5f1e7;
overflow: hidden;
}
.jlf-seo-hero--dark { background: #111; color: #fff; }
.jlf-seo-hero__copy h2 {
font-size: clamp(34px, 4vw, 58px);
line-height: .98;
letter-spacing: -.045em;
margin: 16px 0 18px;
}
.jlf-seo-hero__copy p { font-size: 18px; color: #4f4f4f; }
.jlf-seo-hero--dark .jlf-seo-hero__copy p { color: rgba(255,255,255,.74); }
.jlf-seo-badge {
display: inline-flex;
padding: 8px 12px;
border-radius: 999px;
background: #f6df22;
color: #111;
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
}
.jlf-seo-hero__image { min-height: 420px; border-radius: 22px; overflow: hidden; }
.jlf-seo-hero__image img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.jlf-seo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.jlf-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 0 20px;
border-radius: 999px;
font-weight: 900;
text-decoration: none;
}
.jlf-btn--yellow { background: #f6df22; color: #111; border: 1px solid #f6df22; }
.jlf-btn--dark { background: #111; color: #fff; border: 1px solid #111; }
.jlf-btn--light { background: #fff; color: #111; border: 1px solid #fff; }
.page article > h1 { font-size: clamp(42px, 6vw, 78px); line-height: .95; letter-spacing: -.05em; margin-bottom: 32px; }
.page .entry-content h2,
.page article > h2,
.page article .wp-block-heading { margin-top: 48px; }
.page article > p,
.page article > ul,
.page article .wp-block-paragraph,
.page article .wp-block-list { max-width: 850px; }
.page .wp-block-button__link { border-radius: 999px; font-weight: 800; }
@media (max-width: 760px) {
.jlf-seo-hero { grid-template-columns: 1fr; padding: 22px; }
.jlf-seo-hero__image,
.jlf-seo-hero__image img { min-height: 300px; }
}
.jlf-contact-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
margin: 28px 0 52px;
}
.jlf-contact-card {
display: grid;
gap: 6px;
padding: 24px;
border: 1px solid rgba(17,17,17,.14);
border-radius: 22px;
background: #fff;
color: #111;
text-decoration: none;
box-shadow: 0 12px 35px rgba(17,17,17,.06);
}
.jlf-contact-card span {
font-size: 12px;
font-weight: 900;
letter-spacing: .08em;
text-transform: uppercase;
color: #666;
}
.jlf-contact-card strong { font-size: 24px; line-height: 1.1; }
.jlf-contact-card small { color: #666; }
.jlf-contact-form {
max-width: 900px;
margin: 24px 0 54px;
padding: 28px;
border-radius: 24px;
background: #f5f1e7;
}
.jlf-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.jlf-contact-form label {
display: grid;
gap: 7px;
margin-bottom: 16px;
font-size: 12px;
font-weight: 900;
letter-spacing: .05em;
text-transform: uppercase;
}
.jlf-contact-form input,
.jlf-contact-form select,
.jlf-contact-form textarea {
width: 100%;
padding: 14px;
border: 1px solid rgba(17,17,17,.16);
border-radius: 13px;
background: #fff;
color: #111;
font: inherit;
letter-spacing: 0;
text-transform: none;
}
.jlf-contact-form textarea { resize: vertical; min-height: 120px; }
.jlf-form-note { margin: 12px 0 0; font-size: 12px; color: #666; }
@media (max-width: 760px) {
.jlf-contact-grid,
.jlf-form-row { grid-template-columns: 1fr; }
.jlf-contact-form { padding: 20px; }
} .jlf-downloads {
margin: 64px 0 20px;
padding: clamp(24px, 4vw, 48px);
border-radius: 30px;
background: #f5f1e7;
}
.jlf-downloads__intro { max-width: 760px; margin-bottom: 28px; }
.jlf-downloads__intro h2 {
margin: 14px 0 12px !important;
font-size: clamp(34px, 5vw, 58px);
line-height: 1;
letter-spacing: -.04em;
}
.jlf-downloads__intro p { margin: 0; font-size: 18px; color: #555; }
.jlf-downloads__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
}
.jlf-download-card {
display: flex;
flex-direction: column;
overflow: hidden;
border-radius: 22px;
background: #fff;
box-shadow: 0 16px 40px rgba(17,17,17,.08);
}
.jlf-download-card__preview {
display: block;
aspect-ratio: 4 / 3;
overflow: hidden;
background: #ddd;
}
.jlf-download-card__preview img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
transition: transform .25s ease;
}
.jlf-download-card__preview:hover img { transform: scale(1.025); }
.jlf-download-card__body {
display: flex;
flex: 1;
flex-direction: column;
align-items: flex-start;
padding: 22px;
}
.jlf-download-card__body h3 { margin: 0 0 8px; font-size: 25px; }
.jlf-download-card__body p { margin: 0 0 20px; color: #666; }
.jlf-download-card__body .jlf-btn { margin-top: auto; width: 100%; }
.jlf-downloads__actions { margin-top: 26px; }
@media (max-width: 900px) {
.jlf-downloads__grid { grid-template-columns: 1fr; }
.jlf-download-card { display: grid; grid-template-columns: minmax(180px, .8fr) 1.2fr; }
.jlf-download-card__preview { height: 100%; aspect-ratio: auto; }
}
@media (max-width: 620px) {
.jlf-downloads { padding: 22px; }
.jlf-download-card { display: flex; }
.jlf-download-card__preview { aspect-ratio: 4 / 3; }
}