.quote-section { background: #edf0e9; }
.quote-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 45px; }
.quote-heading h2 { font-size: clamp(38px,4.5vw,60px); line-height: 1.08; letter-spacing: -2.5px; margin: 0; }
.quote-heading > p { color: #5b6c65; margin: 0 0 8px; max-width: 440px; }
.quote-container { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 24px 65px rgba(6,63,42,.12); }
.map-panel { position: relative; min-height: 560px; background: #dfe7df; }
.map-panel iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(.85); }
.map-link { position: absolute; left: 24px; right: 24px; bottom: 24px; background: rgba(6,39,30,.93); color: #fff; padding: 17px 19px; border-radius: 8px; display: flex; align-items: center; gap: 14px; backdrop-filter: blur(8px); box-shadow: 0 8px 25px rgba(0,0,0,.18); }
.map-link strong, .map-link small { display: block; }
.map-link strong { font-size: 13px; }
.map-link small { font-size: 11px; color: rgba(255,255,255,.67); margin-top: 2px; }
.map-pin { width: 35px; height: 35px; border-radius: 50%; background: var(--yellow); color: var(--green); display: grid; place-items: center; flex: 0 0 auto; }
.form-panel { padding: 54px 50px; display: flex; flex-direction: column; justify-content: center; }
.form-kicker { text-transform: uppercase; letter-spacing: 1.8px; color: var(--green); font-size: 11px; font-weight: 800; }
.form-panel h3 { font-size: 34px; line-height: 1.15; letter-spacing: -1.4px; margin: 10px 0 12px; }
.form-panel > p { font-size: 14px; color: #697871; max-width: 430px; margin-bottom: 28px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 17px; }
.field-row { display: grid; grid-template-columns: 1fr 130px; gap: 14px; }
.field label { font-size: 12px; font-weight: 800; color: #30473f; }
.field input { width: 100%; height: 52px; border: 1px solid #cfd8d2; border-radius: 6px; background: #fafbf9; color: var(--text); font: 500 14px Manrope,Arial,sans-serif; padding: 0 15px; outline: none; transition: border-color .2s, box-shadow .2s; }
.field input::placeholder { color: #99a59f; }
.field input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,127,67,.1); }
.quote-submit { width: 100%; border: 0; cursor: pointer; font-family: inherit; margin-top: 5px; }
.form-note { display: block; text-align: center; color: #8a9691; font-size: 10px; margin-top: 13px; }

@media (max-width: 800px) {
  .quote-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
  .quote-heading h2 br { display: none; }
  .quote-container { grid-template-columns: 1fr; }
  .map-panel { min-height: 380px; }
  .form-panel { padding: 38px 22px; }
  .form-panel h3 { font-size: 29px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-submit { min-height: 56px; padding-left: 14px; padding-right: 14px; }
  .map-link { left: 14px; right: 14px; bottom: 14px; }
  .map-link strong { font-size: 12px; }
}
