.section-contact-form{background:var(--bg)}.contact-form__message{position:fixed;width:100%;bottom:0;left:0;z-index:8995;background:var(--bg);box-shadow:0 -5px 5px #0000000d;opacity:1;transition:transform .45s ease,visibility 0s;max-height:50vh;overflow-x:hidden;overflow-y:auto}.contact-form__message.hide-down{transform:translateY(100%);visibility:hidden;transition-delay:0s,.45s}.contact-form__message .errors,.contact-form__message .note{margin:0;border:0;padding:var(--inner);font-size:calc(1rem * var(--adjust-body));background:none}@media only screen and (min-width:768px)and (max-width:1023px){.contact-form__message .errors,.contact-form__message .note{padding-top:var(--inner-tablet);padding-bottom:var(--inner-tablet)}}@media only screen and (max-width:767px){.contact-form__message .errors,.contact-form__message .note{padding-top:var(--inner-mobile);padding-bottom:var(--inner-mobile)}}.contact-form__message__close{position:absolute;right:0;width:54px;height:54px;padding:18px;color:inherit;text-decoration:none;top:50%;transform:translateY(-50%)}.contact-form__message__close svg{display:block;width:100%;height:100%;transition:transform .3s ease;pointer-events:none}.contact-form__message__close:hover svg{transform:rotate(90deg)}.juno-contact-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.juno-contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:stretch}.juno-contact-info{padding:0;display:flex;flex-direction:column;height:100%}.juno-contact-info h2{font-size:clamp(32px,4vw,42px);font-weight:700;color:#1a3a3a;margin-bottom:16px;line-height:1.2;letter-spacing:var(--font-h2-spacing, -.02em)}.juno-contact-info>p{font-size:clamp(16px,2vw,18px);color:#5a6c6c;line-height:1.6;margin-bottom:40px}.juno-contact-methods{display:flex;flex-direction:column;gap:20px;flex:1}.juno-contact-method{display:flex;align-items:flex-start;gap:16px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.04)}.juno-contact-method:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014;border-color:#2d5a5a1a}.juno-contact-icon{width:48px;height:48px;min-width:48px;background:linear-gradient(135deg,#2d5a5a,#1a3a3a);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.juno-contact-icon svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:2}.juno-contact-method-content{flex:1;min-width:0}.juno-contact-method-content h3{font-size:18px;font-weight:600;color:#1a3a3a;margin-bottom:6px;line-height:1.3}.juno-contact-method-content p{font-size:15px;color:#5a6c6c;margin:0;line-height:1.5}.juno-contact-method-content a{color:#2d5a5a;text-decoration:none;font-weight:500;transition:color .2s ease;word-break:break-word}.juno-contact-method-content a:hover{color:#1a3a3a;text-decoration:underline}.juno-form-wrapper{background:#fff;padding:0;border-radius:12px;box-shadow:0 2px 8px #0000000a;border:1px solid rgba(0,0,0,.04);overflow:hidden;display:flex;flex-direction:column;height:100%}.juno-form-wrapper>h3{font-size:clamp(24px,3vw,28px);font-weight:700;color:#1a3a3a;margin-bottom:12px;padding:40px 40px 0;letter-spacing:-.01em}.juno-form-subheading{font-size:clamp(18px,2.5vw,22px);font-weight:600;color:#1a3a3a;margin-bottom:24px;padding:0 40px;line-height:1.4}.juno-form-wrapper>form{padding:0 40px 40px;flex:1;display:flex;flex-direction:column}.juno-form-wrapper .form__item{margin-bottom:20px}.juno-form-wrapper .form__item--heading,.juno-form-wrapper .form__heading{display:none}.juno-form-wrapper .form__item:last-child{margin-bottom:0}.juno-form-wrapper .form__item--submit{margin-top:auto}.juno-form-wrapper input[type=text],.juno-form-wrapper input[type=email],.juno-form-wrapper input[type=tel],.juno-form-wrapper textarea,.juno-form-wrapper .input--full,.juno-form-wrapper input.input--full,.juno-form-wrapper textarea.input--full{width:100%;padding:14px 18px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:15px;font-family:inherit;transition:all .2s ease;box-sizing:border-box;background:#fafafa;color:#1a3a3a}.juno-form-wrapper input::placeholder,.juno-form-wrapper textarea::placeholder{color:#9a9a9a;opacity:1}.juno-form-wrapper input:focus,.juno-form-wrapper textarea:focus,.juno-form-wrapper .input--full:focus,.juno-form-wrapper input.input--full:focus,.juno-form-wrapper textarea.input--full:focus{outline:none;border-color:#2d5a5a;background:#fff;box-shadow:0 0 0 3px #2d5a5a14}.juno-form-wrapper textarea,.juno-form-wrapper textarea.input--full,.juno-form-wrapper .input--full[rows]{min-height:100px;resize:vertical;line-height:1.5}.juno-form-wrapper button[type=submit],.juno-form-wrapper .btn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#2d5a5a,#1a3a3a);color:#fff!important;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;letter-spacing:.02em;text-transform:uppercase}.juno-form-wrapper button[type=submit]:hover,.juno-form-wrapper .btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2d5a5a40}.juno-form-wrapper button[type=submit]:active,.juno-form-wrapper .btn:active{transform:translateY(0)}.juno-paw-accent{display:inline-block;margin-left:6px;font-size:.9em}.juno-form-wrapper .contact-form__message{margin-bottom:24px;padding:0 40px}.juno-form-wrapper .contact-form__message .wrapper{padding:16px;border-radius:10px;background:#f0f7f0;border:1px solid #2d5a5a}.juno-form-wrapper .contact-form__message .note{margin:0;color:#1a3a3a;font-size:15px}.juno-newsletter-box{max-width:1200px;margin:60px auto 0;padding:0 20px}.juno-newsletter-content{background:linear-gradient(135deg,#2d5a5a,#1a3a3a);border-radius:16px;padding:50px 60px;text-align:center;box-shadow:0 8px 32px #1a3a3a33}.juno-newsletter-title{font-size:clamp(28px,4vw,36px);font-weight:700;color:#fff;margin-bottom:16px;line-height:1.2}.juno-newsletter-text{font-size:clamp(16px,2vw,18px);color:#ffffffe6;line-height:1.6;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.juno-newsletter-content .newsletter-form{max-width:500px;margin:0 auto}.juno-newsletter-content .input-group__field{background:#fff;border:2px solid rgba(255,255,255,.2);color:#1a3a3a}.juno-newsletter-content .input-group__field:focus{border-color:#fff;box-shadow:0 0 0 4px #fff3}.juno-newsletter-content .input-group__field::placeholder{color:#9a9a9a}.juno-newsletter-content .input-group__btn,.juno-newsletter-content .btn{background:#fff;color:#1a3a3a;border:2px solid white;font-weight:600}.juno-newsletter-content .input-group__btn:hover,.juno-newsletter-content .btn:hover{background:#fffffff2;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.juno-newsletter-content .form-success{color:#fff;background:#ffffff26;border:1px solid rgba(255,255,255,.3);padding:12px 20px;border-radius:8px}@media screen and (max-width:1024px){.juno-contact-container{gap:40px}.juno-newsletter-box{margin-top:50px}.juno-newsletter-content{padding:40px}}@media screen and (max-width:768px){.juno-contact-section{padding:48px 16px}.juno-contact-container{grid-template-columns:1fr;gap:32px}.juno-contact-info h2{margin-bottom:12px}.juno-contact-info>p{margin-bottom:32px;font-size:16px}.juno-contact-methods{gap:16px}.juno-contact-method{padding:20px;gap:14px}.juno-contact-icon{width:44px;height:44px;min-width:44px}.juno-contact-icon svg{width:20px;height:20px}.juno-contact-method-content h3{font-size:17px}.juno-contact-method-content p{font-size:14px}.juno-form-wrapper>h3{padding:32px 24px 0;margin-bottom:12px}.juno-form-subheading{padding:0 24px;margin-bottom:20px}.juno-form-wrapper>form{padding:0 24px 32px}.juno-form-wrapper .contact-form__message{padding:0 24px;margin-bottom:20px}.juno-form-wrapper input[type=text],.juno-form-wrapper input[type=email],.juno-form-wrapper input[type=tel],.juno-form-wrapper textarea,.juno-form-wrapper .input--full{padding:13px 16px;font-size:16px}.juno-form-wrapper textarea,.juno-form-wrapper textarea.input--full{min-height:90px}.juno-form-wrapper button[type=submit],.juno-form-wrapper .btn{padding:15px 28px;font-size:15px}.juno-newsletter-box{margin-top:40px;padding:0 16px}.juno-newsletter-content{padding:35px 28px}.juno-newsletter-text{margin-bottom:28px}}@media screen and (max-width:480px){.juno-contact-section{padding:40px 12px}.juno-contact-info>p{margin-bottom:28px}.juno-contact-method{padding:18px;flex-direction:column;align-items:center;text-align:center}.juno-contact-icon{width:40px;height:40px;min-width:40px}.juno-form-wrapper>h3{padding:24px 20px 0}.juno-form-subheading{padding:0 20px}.juno-form-wrapper>form{padding:0 20px 24px}.juno-form-wrapper .contact-form__message{padding:0 20px}.juno-newsletter-box{margin-top:32px;padding:0 12px}.juno-newsletter-content{padding:30px 24px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-contact-form.css.map */
