/* Scoped additions to the existing AKKULA design. */
.offer-section { padding: 80px 32px; background: #fff; color: #232323; }
.offer-inner { max-width: 1240px; margin: 0 auto; }
.offer-section h2 { font: 500 38px/1.15 'El Messiri', serif; letter-spacing: 0; margin: 0 0 20px; text-wrap: balance; }
.offer-section h3 { font: 700 19px/1.4 'Manrope', sans-serif; letter-spacing: 0; margin: 0 0 12px; }
.offer-section p { font: 400 16px/1.65 'Manrope', sans-serif; letter-spacing: 0; color: #555; }
.offer-section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 32px; }
.offer-section-heading > p { max-width: 54ch; }
.offer-models { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.offer-model { min-width: 0; display: flex; flex-direction: column; }
.offer-model > a { display: block; background: #eee; }
.offer-model img { display: block; width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; object-position: top; }
.offer-model-body { padding: 24px 0 0; display: flex; flex-direction: column; flex: 1; }
.offer-model-body > p:first-of-type { min-height: 54px; }
.offer-section .offer-model-quantity { font-size: 13px; color: #555; margin: 16px 0 20px; }
.offer-button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 13px 20px; background: #232323; color: #fff; border: 1px solid #232323; border-radius: 4px; text-decoration: none; text-align: center; font: 600 14px/1.5 'Manrope',sans-serif; letter-spacing: 0; transition: background .18s; }
.offer-button:hover { background: #4b1c4f; border-color: #4b1c4f; }
.offer-model .offer-button { margin-top: auto; }
.offer-button:focus-visible, .offer-model > a:focus-visible { outline: 3px solid #6b2d70; outline-offset: 4px; }
.offer-section .offer-footnote { font-size: 13px; line-height: 1.6; max-width: 85ch; margin-top: 24px; }
.offer-sample { background: #f1f3f0; }
.offer-section .offer-sample-benefit { font-weight: 700; font-size: 21px; color: #294338; margin-bottom: 12px; }
.offer-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; counter-reset: offer-step; list-style: none; padding: 0; margin: 12px 0 28px; }
.offer-steps li { padding-top: 20px; border-top: 1px solid #bac5be; counter-increment: offer-step; }
.offer-steps li::before { content: counter(offer-step); display: block; font: 500 32px/1.2 'El Messiri',serif; color: #466250; margin-bottom: 14px; }
.offer-steps p { font-size: 14px; }
.offer-section-actions { display: flex; align-items: center; gap: 28px; }
.offer-section-actions .offer-button { flex-shrink: 0; }
.offer-section-actions .offer-footnote { margin: 0; max-width: 60ch; }
.offer-video { background: #232323; color: #fff; }
.offer-video-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; }
.offer-video p { color: #dadada; max-width: 56ch; }
.offer-video .offer-button { background: #fff; color: #232323; margin-top: 26px; border-color: #fff; }
.offer-video .offer-button:hover { background: #e3e9e4; }
.offer-video-details { padding-top: 6px; }
.offer-video-details ul { padding-left: 20px; margin: 24px 0; }
.offer-video-details li { padding-left: 4px; margin: 14px 0; line-height: 1.6; font-size: 15px; }
.offer-video-details p { font-size: 13px; }
.offer-field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.offer-field-pair > * { min-width: 0; }
.offer-field-label { display: block; font-size: 13px; margin: 0 0 8px; color: #444; }
.offer-optional { font-size: 12px; font-weight: 400; text-transform: none; color: #666; }
#offer-request { scroll-margin-top: 90px; }
#offer-request .form-row { margin-bottom: 20px; }
#offer-request .form-label { font-size: 13px; letter-spacing: 0; text-transform: none; color: #555; margin-bottom: 8px; }
#offer-request .form-input, #offer-request .form-select { font-size: 16px; line-height: 1.5; min-height: 46px; padding: 10px 0; width: 100%; }
#offer-request .form-input::placeholder, #heroPhone::placeholder { color: #666; opacity: 1; }
#offer-request .lead-consent { margin: 0; font-size: 13px; line-height: 1.6; }
#offer-request .lead-consent a { color: inherit; text-decoration: underline; }
.offer-status { font-size: 14px; line-height: 1.6; margin-top: 14px; color: #294338; }
.offer-status:empty { display: none; }
.offer-status[data-error='true'] { color: #a62020; }
.form-microcopy, .form-microcopy-catalog, .wizard-form-note, .calc-form-note { font-size: 13px; line-height: 1.6; margin-top: 16px; letter-spacing: 0; }
.form-microcopy-dark { color: #555; }
.calc-panel .calc-form-note, .calc-result .calc-form-note { color: #e5dfe6; }
.production-lead-copy > p { font-size: 16px; line-height: 1.6; }
.contact-choice label { position: relative; }
.contact-choice input[type='radio'] { width: 1px; height: 1px; padding: 0; margin: 0; border: 0; clip-path: inset(50%); }
.hero-block { height: auto; min-height: 780px; padding-top: 120px; row-gap: 40px; }
.top-left h1 { font-size: 40px; line-height: 1.12; }
.top-left .description { color: #454545; font-size: 15px; }
.hero-trust-list li { font-size: 13px; }
.hero-form-heading { font-size: 23px; }
.panel-meta p { font-size: 13px; line-height: 1.6; }
#heroLeadForm .form-microcopy { color: #555; font-size: 12px; margin-top: 14px; }
#heroSubmitBtn { font-size: 13px; letter-spacing: 0; line-height: 1.5; padding: 14px 10px; }
#offerSubmitBtn { font-size: 15px; letter-spacing: 0; line-height: 1.5; padding: 16px; }
.hero-block .bottom-cards-group { align-self: end; }
@media (max-width: 1100px) {
    .top-left h1 { font-size: 34px; }
    .offer-video-layout { gap: 40px; }
}
@media (max-width: 768px) {
    .offer-section { padding: 52px 20px; }
    .offer-section h2 { font-size: 29px; }
    .offer-section-heading, .offer-video-layout { grid-template-columns: 1fr; gap: 12px; }
    .offer-section-heading { margin-bottom: 28px; }
    .offer-models { grid-template-columns: 1fr; gap: 36px; }
    .offer-model img { aspect-ratio: 4/5; max-height: 480px; object-fit: contain; }
    .offer-model-body { padding-top: 18px; }
    .offer-model-body > p:first-of-type { min-height: 0; }
    .offer-steps { grid-template-columns: 1fr; gap: 20px; }
    .offer-section-actions { flex-direction: column; align-items: stretch; gap: 18px; }
    .offer-video-layout { gap: 32px; }
    .offer-video .offer-button { width: 100%; }
    .hero-block { padding-top: 100px; gap: 20px; min-height: 0; }
    .hero-block .top-left { margin-bottom: 0; }
    .top-left h1 { font-size: 34px; }
    .hero-block .hero-bg { height: 340px; margin-bottom: 0; }
    .hero-block .form-wrapper { margin-bottom: 0; }
    .hero-trust-list li { font-size: 14px; }
    .hero-form-heading { font-size: 24px; }
    #offer-request { scroll-margin-top: 84px; }
    .offer-field-pair { gap: 16px; }
    #offer-request .lead-btn { white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .offer-button { transition: none; }
}
