/* Contact page */
main[data-template^="page.contact"]{background:#fff;color:#111}
.ingency-contact-shell{padding:72px 24px 90px;background:#fff}
.ingency-contact{width:min(880px,100%);margin:0 auto}
.ingency-contact__intro{text-align:center;max-width:700px;margin:0 auto 38px}
.ingency-contact__eyebrow{margin:0 0 12px;color:#ff2b91;font-size:13px;font-weight:700;letter-spacing:.16em}
.ingency-contact__intro h1{margin:0 0 16px;font-size:clamp(36px,5vw,58px);line-height:1.02;font-weight:700;letter-spacing:-.035em}
.ingency-contact__intro>p:last-child{max-width:650px;margin:0 auto;color:#555;font-size:17px;line-height:1.6}
.ingency-contact__card{padding:40px;background:#fff;border:1px solid #e6e6e6;border-radius:22px;box-shadow:0 18px 55px rgba(25,20,35,.08)}
.ingency-contact__form{display:flex;flex-direction:column;gap:22px}
.ingency-contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ingency-contact__field{display:flex;flex-direction:column;gap:8px}
.ingency-contact__field label,.ingency-contact__order legend{font-size:14px;line-height:1.35;font-weight:600;color:#181818}
.ingency-contact__field label span{color:#ff2b91}
.ingency-contact__field input,.ingency-contact__field textarea,.ingency-contact__field select{width:100%;margin:0;padding:14px 16px;border:1px solid #ceced3;border-radius:10px;background:#fff;color:#111;font:inherit;font-size:15px;line-height:1.4;outline:none;transition:border-color .2s,box-shadow .2s}
.ingency-contact__field input,.ingency-contact__field select{height:52px}
.ingency-contact__field textarea{min-height:165px;resize:vertical}
.ingency-contact__field input::placeholder,.ingency-contact__field textarea::placeholder{color:#929298}
.ingency-contact__field input:focus,.ingency-contact__field textarea:focus,.ingency-contact__field select:focus{border-color:#ff2b91;box-shadow:0 0 0 3px rgba(255,43,145,.12)}
.ingency-contact__select-wrap{position:relative}
.ingency-contact__select-wrap:after{content:"";position:absolute;right:18px;top:50%;width:8px;height:8px;border-right:1.5px solid #111;border-bottom:1.5px solid #111;transform:translateY(-70%) rotate(45deg);pointer-events:none}
.ingency-contact__select-wrap select{appearance:none;padding-right:48px;cursor:pointer}
.ingency-contact__order{margin:0;padding:0;border:0}
.ingency-contact__order legend{margin-bottom:10px}
.ingency-contact__choice{display:flex;gap:10px}
.ingency-contact__choice label{position:relative;cursor:pointer}
.ingency-contact__choice input{position:absolute;opacity:0;pointer-events:none}
.ingency-contact__choice span{display:block;min-width:76px;padding:11px 20px;text-align:center;border:1px solid #ceced3;border-radius:999px;background:#fff;color:#333;font-size:14px;transition:.2s}
.ingency-contact__choice input:checked+span{border-color:#111;background:#111;color:#fff}
.ingency-contact__order-number[hidden]{display:none!important}
.ingency-contact__reassurance{margin:0;color:#666;font-size:13px;line-height:1.5}
.ingency-contact__submit{height:54px;width:100%;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid #111;border-radius:10px;background:#111;color:#fff;font:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s,background .2s}
.ingency-contact__submit:hover{background:#ff2b91;border-color:#ff2b91;transform:translateY(-1px)}
.ingency-contact__submit svg{width:20px;height:20px}
.ingency-contact__success,.ingency-contact__error{padding:14px 16px;border-radius:10px;font-size:14px;line-height:1.5}
.ingency-contact__success{background:#ecf9f0;color:#176534;border:1px solid #bfe5ca}
.ingency-contact__error{background:#fff0f1;color:#9e1b26;border:1px solid #f1c1c5}
.ingency-contact__hours{max-width:620px;margin:30px auto 0;padding:24px 28px;display:flex;align-items:center;justify-content:center;gap:16px;text-align:left;border-radius:16px;background:#faf8fb;border:1px solid #eee8f0}
.ingency-contact__hours-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#ff2b91;box-shadow:0 5px 15px rgba(20,10,25,.08)}
.ingency-contact__hours-icon svg{width:23px;height:23px}
.ingency-contact__hours h2{margin:0 0 4px;font-size:17px;line-height:1.3;font-weight:650}
.ingency-contact__hours p{margin:0;color:#606066;font-size:14px;line-height:1.5}
@media(max-width:749px){.ingency-contact-shell{padding:42px 14px 64px}.ingency-contact__intro{margin-bottom:28px}.ingency-contact__intro h1{font-size:38px}.ingency-contact__intro>p:last-child{font-size:16px}.ingency-contact__card{padding:24px 18px;border-radius:16px}.ingency-contact__grid{grid-template-columns:1fr;gap:22px}.ingency-contact__form{gap:20px}.ingency-contact__hours{padding:20px 18px;align-items:flex-start}.ingency-contact__choice span{min-width:72px}}