.contact-section,.contact-section *,.contact-section *::before,.contact-section *::after{box-sizing:border-box;margin:0;padding:0}.contact-section{--teal:#1B8976;--teal-light:#e8f5f3;--white:#ffffff;--border-input:#8B8B8B;--text-title:#1a6b5e;--text-label:#333333;--text-placeholder:#aaaaaa;position:relative;width:100%;min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:20px 24px 28px;background-image:url(../images/contact-form-bg.webp);background-size:cover;background-position:center}.contact-section .section-title{font-weight:700;font-size:40px;line-height:100%;color:var(--text-title);text-align:center;margin-bottom:40px;letter-spacing:0.02em}.contact-section .contact-card{width:100%;max-width:1326px;min-height:616px;background:#FFFFFF;border:1px solid #1B8976;border-radius:33px;overflow:hidden;position:relative;box-shadow:0px 4px 4px rgba(0,0,0,0.25),-6px -2px 13.2px rgba(0,0,0,0.18);display:flex;align-items:stretch}.contact-section .container{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;justify-content:center}.contact-section .left-panel{width:45.5%;min-width:280px;flex-shrink:0;position:relative;overflow:hidden;padding:28px 28px 20px 28px;border-right:1px solid #1B8976;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,#1B8976 0%,#FFFFFF 85%,#FFFFFF 100%);border-top-right-radius:33px;border-bottom-right-radius:33px}.contact-section .url-badge{line-height:126%;letter-spacing:0.03em;height:27px;display:inline-flex;align-items:center;gap:6px;background:#ffffff;border-radius:20px;padding:6px 6px;font-family:'Montserrat',sans-serif;font-size:17px;font-weight:400;color:#1B8976;width:250px;margin-bottom:2px;position:relative;z-index:1}.contact-section .url-badge::before{content:'';width:13px;height:13px;background:#1B8976;border-radius:50%;flex-shrink:0}.contact-section .left-copy{position:absolute;width:561px;height:202px;left:21px;top:72px;z-index:1;display:flex;align-items:flex-start;margin:0}.contact-section .left-copy p{font-style:normal;font-weight:600;font-size:32px;line-height:150%;letter-spacing:3%;color:#FFFFFF}.contact-section .left-copy p span{font-weight:600}.contact-section .left-copy p .muted{opacity:0.45;font-weight:600}.contact-section .robot-img-wrap{position:absolute;left:0;bottom:10px;width:100%;height:258px;overflow:hidden;z-index:2;margin-bottom:60px;pointer-events:none}.contact-section .robot-img-wrap img{width:100%;height:100%;object-fit:contain;object-position:left bottom;display:block}.contact-section .logo-wrap{position:absolute;right:22px;bottom:24px;z-index:5}.contact-section .logo-wrap img{width:175px;height:55px;display:block}.contact-section .right-panel{flex:1;padding:20px 30px;display:flex;flex-direction:column;justify-content:center;background:transparent}.contact-section .form-grid{display:flex;flex-direction:column;gap:16px}.contact-section .form-row{display:flex;gap:16px}.contact-section .form-group{display:flex;flex-direction:column;gap:6px;flex:1}.contact-section .form-group.full{flex:none;width:100%}.contact-section .form-group label{font-size:18px;font-weight:600;color:var(--text-label);margin-left:6px}.contact-section .form-group input,.contact-section .form-group textarea{font-size:16px;font-weight:400;color:#333;background:var(--white);border:1px solid var(--border-input);letter-spacing:1px;border-radius:8px;padding:0 10px;height:52px;width:100%;outline:none;transition:border-color 0.2s,box-shadow 0.2s}.contact-section .form-group textarea{height:106px;padding:14px;resize:none}.contact-section .form-group input::placeholder,.contact-section .form-group textarea::placeholder{color:var(--text-placeholder);font-size:16px}.contact-section .form-group input:focus,.contact-section .form-group textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(27,137,118,0.12)}.contact-submit-btn{display:flex;flex-direction:column;margin-top:10px}.contact-section .send-btn{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:11px 132px;gap:10px;width:422px;height:50px;border-radius:8px;border:1px solid transparent;background:linear-gradient(#FFFFFF,#FFFFFF) padding-box,linear-gradient(93.3deg,#1B8976 2.6%,#FFFFFF 50%,#1B8976 98.55%) border-box;background-size:100% 100%,200% 100%;background-position:0 0,0 0;box-shadow:0px 4px 4px rgba(0,0,0,0.25);font-family:var(--font);font-style:normal;font-weight:600;font-size:14px;line-height:17px;letter-spacing:0.03em;color:#1B8976;cursor:pointer;transition:background-position 0.4s ease-in-out,color 0.3s ease-in-out,box-shadow 0.3s ease-in-out;align-self:center;white-space:nowrap}.contact-section .send-btn:hover{background-position:0 0,100% 0;box-shadow:0px 6px 12px rgba(27,137,118,0.25)}.contact-section .form-row:last-child{width:100%;display:flex;justify-content:center;align-items:center;margin-top:12px}@media (max-width:1400px){.contact-section{padding:60px 40px;min-height:100vh;justify-content:center}.contact-section .container{width:100%;max-width:1280px;margin:0 auto}.contact-section .section-title{margin-bottom:50px;font-size:42px}.contact-section .contact-card{max-width:1180px;width:100%;height:auto;min-height:560px;margin:0 auto;align-items:stretch}.contact-section .left-panel{width:46%;padding:24px}.contact-section .left-copy{width:calc(100% - 50px);left:24px;top:78px;height:auto}.contact-section .left-copy p{font-size:28px;line-height:145%}.contact-section .robot-img-wrap{width:100%;height:235px;bottom:30px;left:0;margin-bottom:0}.contact-section .robot-img-wrap img{object-fit:contain;object-position:center bottom}.contact-section .logo-wrap{right:20px;bottom:18px}.contact-section .logo-wrap img{width:135px;height:auto}.contact-section .right-panel{padding:34px 32px}.contact-section .form-grid{gap:14px}.contact-section input::placeholder,.contact-section textarea::placeholder{font-size:10px;font-weight:300;font-style:normal}.contact-section .form-row{gap:14px}.contact-section .form-group input,.contact-section .form-group textarea{font-size:16px}.contact-section .send-btn{width:200px;height:50px;padding:0 24px;white-space:nowrap}}@media (max-width:1285px){.contact-section .form-group label{font-size:16px}.contact-section .form-group textarea{padding:10px}.contact-section .form-row:last-child{margin-top:0px}.contact-submit-btn{flex-direction:row;align-items:center;justify-content:space-between}.contact-section .send-btn{width:165px;height:40px;padding:0px;white-space:nowrap}}@media (max-width:1200px){.contact-section{padding:50px 24px;min-height:100vh;display:flex;align-items:center;justify-content:center}.contact-section .container{width:100%;max-width:1080px;margin:0 auto}.contact-section .section-title{font-size:36px;margin-bottom:42px}.contact-section .contact-card{width:100%;max-width:1020px;min-height:520px;height:auto;margin:0 auto;border-radius:28px}.contact-section .left-panel{width:44%;padding:22px 20px 18px 20px;border-radius:0;border-top-right-radius:33px;border-bottom-right-radius:33px}.contact-section .left-panel::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none}.contact-section .url-badge{width:215px;font-size:14px;height:24px}.contact-section .left-copy{width:calc(100% - 40px);left:20px;top:72px}.contact-section .left-copy p{font-size:24px;line-height:145%}.contact-section .robot-img-wrap{width:100%;height:210px;left:0;bottom:45px}.contact-section .robot-img-wrap img{object-fit:contain;object-position:center bottom}.contact-section .logo-wrap{right:18px;bottom:18px}.contact-section .logo-wrap img{width:120px;height:auto}.contact-section .right-panel{padding:28px 24px}.contact-section .form-grid{gap:12px}.contact-section .form-row{gap:12px}.contact-section .form-group label{font-size:16px}.contact-section .form-group input,.contact-section .form-group textarea{height:45px;font-size:10px;padding:0 12px}.contact-section .form-group textarea{height:96px;padding-top:12px}.contact-section .send-btn{width:100%;width:200px;height:46px;font-size:13px}}@media (max-width:991px){.contact-section{padding:28px 20px 0px;min-height:calc(100vh + 70px);justify-content:flex-start}.contact-section .container{width:100%;max-width:700px;margin:0 auto}.contact-section .section-title{font-size:25px;line-height:100%;margin-bottom:20px;text-align:center}.contact-section .contact-card{width:100%;max-width:860px;margin:0 auto;flex-direction:column;overflow:hidden;border-radius:20px;background:#FFFFFF;border:1px solid #1B8976;box-shadow:-6px -2px 13.2px rgba(0,0,0,0.18),0px 4px 4px rgba(0,0,0,0.18)}.contact-section .left-panel{width:44%;border-top-right-radius:18px;border-bottom-right-radius:18px}.contact-section .left-panel{position:relative;border:none;width:100%;min-height:370px;overflow:hidden;padding:22px 0px 0px 0px;background:linear-gradient(180deg,#1B8976 0%,#DCEDEA 74%,#FFFFFF 100%);display:flex;flex-direction:column;justify-content:flex-start}.contact-section .url-badge{position:relative;z-index:10;width:250px;height:30px;font-size:15px;padding:0 14px;border-radius:40px;display:flex;align-items:center;margin-bottom:8px;margin-left:14px}.contact-section .left-copy{position:relative;top:auto;left:auto;width:100%;z-index:10;margin-bottom:26px}.contact-section .left-copy p{font-size:25px;line-height:140%;font-weight:600;color:#FFFFFF;margin-left:10px;letter-spacing:0.02em;max-width:59%;margin-bottom:5px}.contact-section .left-copy p .muted{color:rgba(255,255,255,0.45)}.contact-section .robot-img-wrap{position:relative;width:100%;height:200px;left:0;margin-top:-30px;z-index:2;display:flex;justify-content:center;align-items:flex-end;overflow:visible}.contact-section .robot-img-wrap img{width:100%;max-width:100%;height:auto;display:block;object-fit:contain;object-position:center bottom}.contact-section .logo-wrap{position:absolute;right:24px;bottom:50px;z-index:12}.contact-section .logo-wrap img{width:120px;height:auto;display:block}.contact-section .right-panel{width:100%;padding:20px 22px 20px;background:#FFFFFF}.contact-section .form-grid{gap:10px}.contact-section .form-row{display:flex;flex-direction:row;gap:14px}.contact-section .form-group{flex:1}.contact-section .form-group label{font-size:16px;color:#222}.contact-section .form-group input,.contact-section .form-group textarea{width:100%;height:50px;font-size:13px;padding:0 14px;border-radius:8px;border:1px solid #BDBDBD}.contact-section .form-group textarea{height:100px;padding-top:14px;resize:none}.contact-submit-btn{flex-direction:row}.contact-section .send-btn{width:250px;height:55px;margin-top:0px;border-radius:10px;font-size:17px;font-weight:600;align-self:flex-start}}@media (max-width:768px){.contact-section .container{width:100%;max-width:600px;margin:0 auto}}@media (max-width:576px){.contact-section{padding:22px 14px}.contact-section .section-title{font-size:25px;line-height:135%;text-align:center;margin-bottom:16px;color:#11856F}.contact-section .contact-card{position:relative;width:100%;max-width:405px;margin:0 auto;overflow:hidden;border-radius:33px;background:#FFFFFF;border:1px solid #1B8976;box-shadow:-6px -2px 13.2px rgba(0,0,0,0.25),0px 4px 4px rgba(0,0,0,0.25)}.contact-section .left-panel{position:relative;width:100%;min-height:395px;overflow:hidden;padding:14px 14px 0 14px;background:linear-gradient(180deg,#1B8976 0%,#7FC3B8 58%,#EAF5F3 82%,#FFFFFF 100%)}.contact-section .url-badge{position:absolute;left:27px;top:16px;width:200px;height:25px;display:flex;align-items:center;padding-left:5px;border-radius:51px;font-size:14px;white-space:nowrap;margin-left:-12px}.contact-section .url-badge::before{content:'';width:8px;height:8px;background:#1B8976;border-radius:50%;flex-shrink:0}.contact-section .left-copy{position:absolute;width:367px;max-width:calc(100% - 30px);left:16px;top:62px;z-index:20}.contact-section .left-copy p{font-weight:600;font-size:21px;line-height:143%;letter-spacing:0.03em;color:#FFFFFF;max-width:82%;margin-left:3px;text-shadow:0 1px 2px rgba(0,0,0,0.12)}.contact-section .left-copy p .muted{color:rgba(255,255,255,0.62)}.contact-section .left-copy p span:first-child{color:#FFFFFF}.contact-section .left-copy p .muted{color:rgba(255,255,255,0.5)}.contact-section .robot-img-wrap{position:absolute;width:calc(100% + 15px);height:173px;left:0;top:228px;z-index:2;overflow:hidden}.contact-section .robot-img-wrap img{width:100%;height:100%;display:block;object-fit:contain;object-position:left center}.contact-section .logo-wrap{position:absolute;width:124px;height:36px;right:16px;bottom:14px;z-index:10}.contact-section .logo-wrap img{width:100%;display:block}.contact-section .right-panel{position:relative;margin-top:-1px;padding:14px;background:#FFFFFF}.contact-section .form-row{flex-direction:column;gap:10px}.contact-section .form-group label{font-size:14px;letter-spacing:0.03em;margin-bottom:-3px}.contact-section .form-group input,.contact-section .form-group textarea{width:100%;height:40px;padding:0 12px;font-size:14px;border-radius:4px;border:1px solid #CFCFCF;background:#FFFFFF;outline:none}.contact-section .form-group textarea{min-height:74px;resize:none}.contact-section input::placeholder,.contact-section textarea::placeholder{font-size:14px!important}.contact-submit-btn{flex-direction:column}.contact-section .send-btn{width:199px;height:37px;margin-top:10px;margin-left:auto;margin-right:auto;font-size:12px;font-weight:600;border-radius:9px;border:1px solid transparent;color:#1B8976;display:flex;justify-content:center;align-items:center;text-align:center;white-space:nowrap;box-shadow:0px 4px 4px rgba(0,0,0,0.25)}.contact-section .form-row:last-child{width:100%;display:flex;justify-content:center;align-items:center}}@media (max-height:700px){.contact-section{min-height:auto;padding-top:12px;padding-bottom:16px}.contact-section .section-title{font-size:26px;margin-bottom:6px}.contact-section .contact-card{max-width:980px;min-height:430px}.contact-section .left-panel{padding:16px;position:relative;overflow:hidden;min-height:430px}.contact-section .left-copy{top:56px;width:calc(100% - 32px)}.contact-section .left-copy p{font-size:20px;line-height:145%}.contact-section .robot-img-wrap{position:absolute;width:100%;height:245px;left:0;bottom:18px;z-index:2;overflow:hidden;display:flex;align-items:flex-end}.contact-section .robot-img-wrap img{width:100%;height:auto;display:block;object-fit:contain;object-position:left bottom}.contact-section .right-panel{padding:10px 10px}.contact-section .form-grid{gap:8px}.contact-section .form-row{gap:10px}.contact-section .form-group input,.contact-section .form-group textarea{height:40px;font-size:16px}.contact-section .form-group input::placeholder,.contact-section .form-group textarea::placeholder{color:var(--text-placeholder);font-size:12px;.contact-section .form-group textarea{height:74px}.contact-section .send-btn{width:clamp(180px,32vw,320px);min-width:180px;max-width:320px;height:42px;padding:0 22px;white-space:nowrap;font-size:13px;border-radius:9px;align-self:center}}}