.contact-overlay{position:fixed;inset:0;z-index:9999;background:rgba(10,25,35,.45);backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:opacity .3s}.contact-overlay.open{opacity:1;pointer-events:all}.contact-panel{position:fixed;top:0;right:0;bottom:0;z-index:10000;width:100%;max-width:600px;background:#fff;box-shadow:-12px 0 60px rgba(0,0,0,.18);transform:translateX(100%);transition:transform .38s cubic-bezier(.22, .68, 0, 1.1);overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column}.contact-overlay.open .contact-panel{transform:translateX(0)}.cp-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2.5rem 1.5rem;border-bottom:1.5px solid #e8edf0;position:sticky;top:0;background:#fff;z-index:2}.cp-header h2{font-family:'DM Sans',sans-serif;font-weight:700;font-size:1.75rem;color:#0d2d3a;margin:0;letter-spacing:-.02em;line-height:1.2}.cp-close-btn{display:inline-flex;align-items:center;gap:.45rem;font-family:'DM Sans',sans-serif;font-weight:600;font-size:.9rem;letter-spacing:.02em;color:#007090;background:0 0;border:1.5px solid #d0e6ec;border-radius:50px;padding:.5rem 1.1rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s;white-space:nowrap}.cp-close-btn:hover{background:#e4f3f7;border-color:#007090}.cp-close-btn svg{width:16px;height:16px;stroke:#007090;stroke-width:2.5;stroke-linecap:round;fill:none;flex-shrink:0}.cp-sep{height:1.5px;background:#e8edf0;margin:0;border:none}.cp-body{font-family:'DM Sans',sans-serif;padding:0 2.5rem 3rem;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cp-block{padding:2rem 0;border-bottom:1.5px solid #e8edf0}.cp-block:last-child{border-bottom:none;padding-bottom:0}.cp-block-title{font-family:'DM Sans',sans-serif;font-weight:800;font-size:1.1rem;letter-spacing:.02em;color:#0d2d3a;margin:0 0 .65rem;line-height:1.3}.cp-block-desc{font-family:'DM Sans',sans-serif;font-size:.95rem;font-weight:400;color:#4a6572;line-height:1.7;margin:0 0 .7rem}.cp-block-hours{font-family:'DM Sans',sans-serif;font-weight:600;font-size:.95rem;letter-spacing:.03em;color:#0d2d3a;margin:0 0 1.2rem}.cp-btns{display:flex;gap:.85rem;flex-wrap:wrap;align-items:center;margin-bottom:.6rem}.cp-btn-tel{display:inline-flex;align-items:center;gap:.55rem;font-family:'DM Sans',sans-serif;font-weight:600;font-size:.95rem;letter-spacing:.02em;color:#fff;background:#007090;border:none;border-radius:50px;padding:.8rem 1.6rem;text-decoration:none;cursor:pointer;box-shadow:0 4px 18px rgba(0,112,144,.28);transition:background .2s,transform .15s,box-shadow .2s;white-space:nowrap}.cp-btn-tel:hover{background:#005570;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,112,144,.38)}.cp-btn-tel svg{width:16px;height:16px;stroke:#fff;stroke-width:2.5;stroke-linecap:round;fill:none;flex-shrink:0}.cp-btn-email{display:inline-flex;align-items:center;gap:.55rem;font-family:'DM Sans',sans-serif;font-weight:600;font-size:.95rem;letter-spacing:.02em;color:#007090;background:#fff;border:1.5px solid #007090;border-radius:50px;padding:.8rem 1.6rem;text-decoration:none;cursor:pointer;transition:background .2s,transform .15s;white-space:nowrap}.cp-btn-email:hover{background:#e4f3f7;transform:translateY(-2px)}.cp-btn-email svg{width:16px;height:16px;stroke:#007090;stroke-width:2.5;stroke-linecap:round;fill:none;flex-shrink:0}.cp-note{font-family:'DM Sans',sans-serif;font-size:.8rem;font-weight:500;color:#7a99a6;margin-top:.25rem;letter-spacing:.01em}.cp-social-block{padding-top:2rem}.cp-social-title{font-family:'DM Sans',sans-serif;font-weight:800;font-size:1.08rem;letter-spacing:.02em;color:#0d2d3a;margin:0 0 1.15rem;line-height:1.35}.cp-social-row{display:flex;gap:.85rem;flex-wrap:wrap}.cp-social-ico{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#f2f8fb;border:1.5px solid #daedf5;text-decoration:none;color:#007090;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;font-size:0}.cp-social-ico svg{width:22px;height:22px;flex-shrink:0}.cp-social-ico:hover{background:#e4f3f7;border-color:#007090;transform:translateY(-3px);box-shadow:0 6px 18px rgba(0,112,144,.15)}@media (max-width:640px){.contact-panel{max-width:100%}.cp-header{padding:1.5rem 1.25rem 1.2rem}.cp-body{padding:0 1.25rem 2.5rem}.cp-header h2{font-size:1.4rem}.cp-block-title{font-size:1.05rem}.cp-block-desc{font-size:.92rem}.cp-btn-email,.cp-btn-tel{font-size:.88rem;padding:.75rem 1.35rem}}