.quote-page { padding: 40px 0 72px; color: var(--c-navy, #122941); }
.quote-page * { box-sizing: border-box; }
.quote-heading { max-width: 760px; margin-bottom: 32px; }
.quote-eyebrow { color: #12683f; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 10px; }
.quote-heading h1 { font-family: var(--font-head, sans-serif); font-size: clamp(32px, 4vw, 46px); line-height: 1.12; margin: 0 0 14px; }
.quote-heading > p:last-child { color: #526171; font-size: 17px; line-height: 1.6; margin: 0; }
.quote-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 320px); gap: 40px; align-items: start; }
.quote-panel { min-width: 0; padding: 28px; border: 1px solid var(--c-border, #d8e0e6); border-radius: 14px; background: #fff; }
.quote-panel h2, .quote-contact h2 { font-family: var(--font-head, sans-serif); font-size: 26px; line-height: 1.2; margin: 0 0 10px; }
.quote-intro, .quote-details > p { color: #526171; font-size: 14px; line-height: 1.6; margin: 0 0 24px; }
.quote-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.quote-field { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.quote-wide { grid-column: 1 / -1; }
.quote-field label { font-size: 14px; font-weight: 600; line-height: 1.45; }
.quote-optional { font-weight: 400; color: #526171; }
.quote-field input, .quote-field select, .quote-field textarea { width: 100%; min-width: 0; min-height: 48px; padding: 12px; border: 1px solid #8b9aa8; border-radius: 7px; background: #fff; color: #182c40; font: inherit; font-size: 16px; line-height: 1.4; }
.quote-field select { text-overflow: ellipsis; padding-right: 24px; }
.quote-field textarea { resize: vertical; min-height: 128px; }
.quote-field ::placeholder { color: #617080; opacity: 1; }
.quote-page :is(input, select, textarea, button, summary, a):focus-visible { outline: 3px solid #176db1; outline-offset: 3px; }
.quote-field [aria-invalid="true"] { border-color: #a12626; }
.quote-error { color: #a12626; font-size: 13px; line-height: 1.5; }
.quote-details { margin: 24px 0; border-top: 1px solid #d8e0e6; border-bottom: 1px solid #d8e0e6; padding: 0 2px; }
.quote-details summary { padding: 18px 0; font-size: 15px; font-weight: 600; line-height: 1.5; cursor: pointer; }
.quote-details summary span { font-weight: 400; color: #526171; }
.quote-details[open] { padding-bottom: 20px; }
.quote-details > p { margin-bottom: 18px; }
.quote-submit { display: block; width: 100%; min-height: 52px; padding: 14px 22px; border: 1px solid #117449; border-radius: 7px; background: #117449; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.quote-submit:hover { background: #0d5d3a; }
.quote-submit:disabled { background: #526171; border-color: #526171; cursor: wait; }
.quote-footnote { margin: 14px 0 0; color: #526171; font-size: 13px; line-height: 1.6; }
.quote-contact { min-width: 0; padding-top: 20px; }
.quote-contact > p, .quote-address p { color: #526171; font-size: 15px; line-height: 1.6; margin: 0 0 20px; }
.quote-whatsapp { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px; border: 1px solid #117449; border-radius: 7px; color: #11623f; font-size: 15px; font-weight: 600; text-align: center; }
.quote-whatsapp:hover { background: #eff7f2; }
.quote-contact-list { margin: 24px 0; display: grid; gap: 18px; }
.quote-contact-list dt { color: #526171; font-size: 13px; margin-bottom: 4px; }
.quote-contact-list dd { margin: 0; }
.quote-contact-list a { color: #182c40; font-size: 16px; font-weight: 600; overflow-wrap: anywhere; }
.quote-contact-list a:hover, .quote-reseller:hover { text-decoration: underline; }
.quote-address { border-top: 1px solid #d8e0e6; padding-top: 20px; }
.quote-address h3 { margin: 0 0 8px; font-size: 16px; }
.quote-reseller { color: #12683f; font-size: 14px; font-weight: 600; }
.quote-notice, #quote-feedback { padding: 14px 16px; border: 1px solid #b3c5d4; border-radius: 7px; margin: 0 0 22px; background: #f1f6fa; color: #243c50; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
#quote-feedback.error { display: block; border-color: #e3b5b5; color: #822222; background: #fff4f4; }
#quote-feedback.success { display: block; border-color: #a4cbb6; color: #135735; background: #f0f8f3; }
#quote-feedback p { margin: 5px 0 0; }
.quote-honeypot, .quote-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 900px) {
  .quote-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .quote-contact { padding: 24px 0 0; border-top: 1px solid #d8e0e6; }
  .quote-whatsapp { justify-content: flex-start; width: fit-content; max-width: 100%; }
}
@media (max-width: 560px) {
  .quote-page { padding: 26px 0 48px; }
  .quote-heading { margin-bottom: 24px; }
  .quote-heading > p:last-child { font-size: 16px; }
  .quote-panel { padding: 20px 16px; border-radius: 10px; }
  .quote-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .quote-details summary { font-size: 14px; }
}
