:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,0.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,0.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.contact{display:flex;flex-direction:column;align-items:center;margin-top:clamp(40px,8vw,69px);padding:0 20px;width:100%}.contact h1{font-weight:600;font-size:clamp(24px,5vw,38px);margin-bottom:8px;color:var(--foreground)}.contact h1,.contact>p{font-family:var(--font-sans);text-align:center}.contact>p{font-size:clamp(14px,2vw,16px);color:var(--muted-foreground);margin-bottom:clamp(20px,5vw,40px);max-width:600px}.contact .btn-container{display:flex;gap:20px;margin-bottom:40px;width:100%;max-width:1024px;justify-content:center;position:relative;z-index:10}.contact .btn-container a.email-btn,.contact .btn-container a.phone-btn{flex:1;min-width:200px;height:66px;border-radius:18px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:12px;background:white;cursor:pointer;transition:all .3s ease;text-decoration:none}.contact .btn-container a.email-btn:hover,.contact .btn-container a.phone-btn:hover{background:#f8fbff;border-color:#005dff;transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,93,255,.15)}.contact .btn-container a p{margin:0;color:var(--foreground);font-weight:500}.contact-form{width:100%;max-width:1024px;background:white;border:1px solid var(--border);border-radius:24px;padding:clamp(20px,5vw,40px);display:flex;flex-direction:column;gap:clamp(15px,3vw,32px);box-shadow:0 4px 20px rgba(0,0,0,.05);margin-bottom:80px;animation:fadeUp .6s ease-out .2s forwards;opacity:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.inputs-col,.message-col{display:flex;flex-direction:column;gap:20px}.message-col .field{display:flex;flex-direction:column;flex-grow:1}.message-col textarea{flex-grow:1;height:100%;width:100%;min-height:150px;resize:none}.contact-select,.inputs-col input,.message-col textarea{background:#f8fbff;border:1px solid #eef2f6;border-radius:12px;padding:16px;outline:none;font-family:inherit;font-size:15px}.contact-select{width:100%;appearance:none;color:#111827;background-image:linear-gradient(45deg,transparent 50%,#6b7280 0),linear-gradient(135deg,#6b7280 50%,transparent 0);background-position:calc(100% - 22px) 50%,calc(100% - 14px) 50%;background-size:8px 8px,8px 8px;background-repeat:no-repeat;padding-right:40px}.contact-select option[value=""],.contact-select:invalid{color:#9ca3af}.contact form label{font-size:clamp(14px,1.2vw,15px);font-weight:500;color:#374151}.contact form input::placeholder,.contact form textarea::placeholder{color:#9ca3af}.submit-btn{width:100%;max-width:320px;align-self:center;height:56px;border:none;border-radius:16px;background:linear-gradient(90deg,#005dff,#5f5ca4);color:#fff;font-family:inherit;font-size:16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 20px rgba(0,93,255,.18);transition:transform .15s ease,box-shadow .2s ease}.submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 26px rgba(0,93,255,.28)}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.contact-form .PhoneInput{background:#f8fbff;border:1px solid #eef2f6;border-radius:12px;padding:0 16px;display:flex;align-items:center;gap:8px;transition:border-color .2s}.contact-form .PhoneInput:focus-within{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.15)}.contact-form .PhoneInputInput{background:transparent;border:none;outline:none;padding:12px 0;font-family:inherit;font-size:15px;width:100%}.contact-form .PhoneInputCountryIcon{width:24px;height:18px;border-radius:2px;overflow:hidden}[dir=rtl] .contact-form .PhoneInput{direction:ltr;text-align:left}[dir=rtl] .contact-select{background-position:calc(0% + 14px) 50%,calc(0% + 22px) 50%;padding-left:40px;padding-right:16px}.under-form{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:72px 20px;opacity:0;animation:fadeUp .6s ease-out .4s forwards}.under-form h2{max-width:550px;font-weight:600;font-size:clamp(24px,5vw,40px);line-height:1.3;text-align:center;margin-bottom:16px}.under-form p{max-width:742px;font-size:clamp(16px,2.5vw,20px);line-height:1.5;text-align:center;color:#646575;margin-bottom:34px}.upper-form{animation:fadeUp .6s ease-out forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contact .btn-container{flex-direction:column;align-items:center;gap:10px}.contact .btn-container a.email-btn,.contact .btn-container a.phone-btn{min-width:0;width:100%;max-width:300px;height:56px}.form-grid{grid-template-columns:1fr}.message-col textarea{min-height:180px}.contact-form{padding:25px 20px;margin-bottom:60px}.under-form{padding:50px 16px}}@media (max-width:480px){.contact{margin-top:30px}.submit-btn{height:50px}}