/* CNC Testimonials 0.1.0 — intentionally namespaced to avoid affecting CNC's general contact form. */
.cnc-tx-grid{align-items:stretch}
.cnc-tx-card{display:flex;flex-direction:column;min-height:100%}
.cnc-tx-card__excerpt{flex:1 1 auto}
.cnc-tx-card__excerpt p{margin:0;line-height:1.65}
.cnc-tx-card__identity{margin-top:18px;display:flex;flex-direction:column;gap:2px}
.cnc-tx-card__identity strong{margin-top:0!important}
.cnc-tx-card__identity span{font-size:.95rem;color:#36595A}
.cnc-tx-read-more,.cnc-tx-submit-button,.cnc-tx-modal__close{appearance:none;border:2px solid #0B766E;background:#fff;color:#154C4B;font:inherit;font-weight:800;line-height:1.2;border-radius:999px;padding:11px 18px;margin-top:18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;text-decoration:none;align-self:flex-start;min-height:44px}
.cnc-tx-read-more:hover,.cnc-tx-read-more:focus-visible,.cnc-tx-modal__close:hover,.cnc-tx-modal__close:focus-visible{background:#E6F7F4;color:#103D3C}
.cnc-tx-read-more:focus-visible,.cnc-tx-submit-button:focus-visible,.cnc-tx-modal__close:focus-visible,.cnc-tx-modal__x:focus-visible,.cnc-tx-form input:focus-visible,.cnc-tx-form textarea:focus-visible{outline:3px solid #173E3A;outline-offset:3px}

.cnc-tx-submit{margin-top:clamp(42px,6vw,78px);padding:clamp(28px,4vw,52px);background:rgba(247,250,249,.93);border:1px solid rgba(14,122,114,.2);box-shadow:0 18px 50px rgba(23,62,58,.08);position:relative;z-index:3}
.cnc-tx-submit__intro{max-width:760px;margin-bottom:28px}
.cnc-tx-kicker{text-transform:uppercase;letter-spacing:.22em;font-weight:850;font-size:.78rem;color:#0B766E;margin:0 0 8px}
.cnc-tx-submit h3{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.1;color:#2F4A4A;margin:0 0 12px}
.cnc-tx-submit p{color:#36595A}
.cnc-tx-submit__layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(240px,.8fr);gap:clamp(30px,5vw,70px);align-items:start}
.cnc-tx-form{min-width:0}
.cnc-tx-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.cnc-tx-field{margin-bottom:20px}
.cnc-tx-field label{display:block;font-weight:800;color:#173E3A;margin-bottom:7px}
.cnc-tx-field input,.cnc-tx-field textarea{box-sizing:border-box;width:100%;border:2px solid #A9B8B8;border-radius:7px;background:#fff;color:#173E3A;padding:12px 14px;font:inherit;line-height:1.45}
.cnc-tx-field textarea{resize:vertical;min-height:150px}
.cnc-tx-help{font-size:.92rem;margin:7px 0 0!important;color:#506A6A!important}
.cnc-tx-consent{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:start;margin:6px 0 4px}
.cnc-tx-consent input{width:20px;height:20px;margin:2px 0 0;accent-color:#0B766E}
.cnc-tx-consent label{color:#294C4D;line-height:1.5}
.cnc-tx-submit-button{background:#2F4A4A;color:#fff;border-color:#2F4A4A;padding:13px 24px}
.cnc-tx-submit-button:hover,.cnc-tx-submit-button:focus-visible{background:#173E3A;color:#fff}
.cnc-tx-submit__notes{display:grid;gap:22px;padding-top:10px}
.cnc-tx-submit__notes>div{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start}
.cnc-tx-submit__notes span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#E1EBEA;color:#0B766E;font-size:1.25rem;font-weight:900}
.cnc-tx-submit__notes p{margin:8px 0 0;line-height:1.5}
.cnc-tx-notice{padding:14px 16px;border-radius:7px;margin:0 0 24px;border-left:5px solid #0B766E;background:#E8F5F2;color:#173E3A}
.cnc-tx-notice--error{border-left-color:#A63535;background:#FFF1F1;color:#612020}
.cnc-tx-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}

html.cnc-tx-modal-open,html.cnc-tx-modal-open body{overflow:hidden}
.cnc-tx-modal[hidden]{display:none!important}
.cnc-tx-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:24px}
.cnc-tx-modal__backdrop{position:absolute;inset:0;background:rgba(20,43,44,.76)}
.cnc-tx-modal__dialog{position:relative;z-index:1;width:min(720px,100%);max-height:min(82vh,800px);overflow:auto;background:#fff;border-radius:12px;padding:clamp(28px,4vw,48px);box-shadow:0 28px 80px rgba(0,0,0,.32);color:#173E3A}
.cnc-tx-modal__dialog:focus{outline:none}
.cnc-tx-modal__x{position:absolute;right:14px;top:10px;width:44px;height:44px;border:0;background:transparent;color:#173E3A;font-size:2rem;line-height:1;cursor:pointer;border-radius:50%}
.cnc-tx-modal__x:hover{background:#EAF3F2}
.cnc-tx-modal__quote{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#E8F5F2;color:#0B8E88;font-size:3.4rem;line-height:1;margin-bottom:15px;font-family:Georgia,serif}
.cnc-tx-modal h3{font-size:clamp(1.45rem,3vw,2rem);color:#173E3A;margin:0 0 2px}
.cnc-tx-modal__city{margin:0 0 24px;color:#506A6A}
.cnc-tx-modal__content{font-size:1.05rem;line-height:1.75;color:#294C4D}
.cnc-tx-modal__content p{margin:0 0 1em}
.cnc-tx-modal__close{margin:24px auto 0;min-width:130px}

@media (max-width:900px){.cnc-tx-submit__layout{grid-template-columns:1fr}.cnc-tx-submit__notes{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.cnc-tx-submit__notes>div{grid-template-columns:1fr;text-align:center}.cnc-tx-submit__notes span{margin:auto}}
@media (max-width:640px){.cnc-tx-form__row{grid-template-columns:1fr;gap:0}.cnc-tx-submit{padding:24px 18px;margin-top:34px}.cnc-tx-submit__notes{grid-template-columns:1fr}.cnc-tx-submit__notes>div{grid-template-columns:42px 1fr;text-align:left}.cnc-tx-submit__notes span{margin:0}.cnc-tx-modal{padding:0;align-items:stretch}.cnc-tx-modal__dialog{width:100%;height:100%;max-height:none;border-radius:0;padding:28px 20px 34px}.cnc-tx-read-more{width:100%;align-self:stretch}}
@media (prefers-reduced-motion:reduce){.cnc-tx-modal *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
