.contact-module__swMWYG__contactPage{background:var(--soft-cream);width:100%;max-width:100vw;min-height:100vh;position:relative}.contact-module__swMWYG__hero{background:linear-gradient(135deg,var(--soft-cream)0%,#f0ebe0 100%);width:100%;max-width:100vw;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.contact-module__swMWYG__heroContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.contact-module__swMWYG__heroText{flex-direction:column;gap:2rem;display:flex}.contact-module__swMWYG__heroTitle{font-family:var(--font-lonkie-brush),cursive;color:var(--charcoal);margin:0;font-size:max(3rem,min(6vw,5rem));font-style:italic;font-weight:700;line-height:1.1}.contact-module__swMWYG__titleAccent{color:var(--tiny-purple)}.contact-module__swMWYG__heroSubtitle{color:var(--charcoal);opacity:.9;margin:0;font-size:max(1.25rem,min(2.5vw,1.5rem));line-height:1.6}.contact-module__swMWYG__heroButtons{flex-wrap:wrap;gap:1.5rem;display:flex}.contact-module__swMWYG__primaryButton,.contact-module__swMWYG__secondaryButton{cursor:pointer;border:2px solid transparent;border-radius:50px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.contact-module__swMWYG__primaryButton{background:var(--warm-orange);color:#fff;box-shadow:0 4px 15px rgba(244,160,61,.3)}.contact-module__swMWYG__primaryButton:hover{background:var(--sunny-yellow);color:var(--charcoal);transform:translateY(-2px);box-shadow:0 6px 20px rgba(252,216,86,.4)}.contact-module__swMWYG__secondaryButton{color:var(--tiny-purple);border-color:var(--tiny-purple);background:0 0}.contact-module__swMWYG__secondaryButton:hover{background:var(--tiny-purple);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(127,79,191,.3)}.contact-module__swMWYG__heroImage{border:4px solid rgba(94,194,183,.3);border-radius:24px;position:relative;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15)}.contact-module__swMWYG__heroImg{object-fit:cover;width:80%;max-width:400px;height:auto;margin:0 auto;display:block}.contact-module__swMWYG__container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-module__swMWYG__sectionTitle{font-family:var(--font-lonkie-brush),cursive;color:var(--tiny-purple);text-align:center;margin:0 0 3rem;font-size:max(2.5rem,min(5vw,3.5rem));font-style:italic;font-weight:700;line-height:1.2}.contact-module__swMWYG__contactMethods{background:#fff;width:100%;max-width:100vw;padding:6rem 0;overflow-x:hidden}.contact-module__swMWYG__methodsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.contact-module__swMWYG__methodCard{background:var(--soft-cream);text-align:center;border:2px solid rgba(94,194,183,.1);border-radius:20px;padding:2.5rem 2rem;transition:all .3s;box-shadow:0 8px 30px rgba(0,0,0,.08)}.contact-module__swMWYG__methodCard:hover{border-color:var(--tiny-teal);box-shadow:0 12px 40px rgba(0,0,0,.12)}.contact-module__swMWYG__methodIcon{text-align:center;margin:0 auto 1.5rem;font-size:3rem;display:block}.contact-module__swMWYG__methodTitle{color:var(--charcoal);text-align:center;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.contact-module__swMWYG__methodSubtitle{color:var(--tiny-teal);text-align:center;margin:0 0 1rem;font-size:1rem;font-weight:600}.contact-module__swMWYG__methodValue{color:var(--tiny-purple);margin-bottom:1rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:color .3s;display:inline-block}.contact-module__swMWYG__methodValue:hover{color:var(--warm-orange)}.contact-module__swMWYG__methodDescription{color:var(--charcoal);opacity:.7;text-align:center;margin:0;font-size:.9rem;line-height:1.5}.contact-module__swMWYG__contactForm{background:var(--soft-cream);width:100%;max-width:100vw;padding:6rem 0;overflow-x:hidden}.contact-module__swMWYG__formWrapper{grid-template-columns:2fr 1fr;align-items:flex-start;gap:4rem;display:grid}.contact-module__swMWYG__formContent{background:#fff;border:2px solid rgba(94,194,183,.1);border-radius:24px;padding:3rem;box-shadow:0 12px 40px rgba(0,0,0,.08)}.contact-module__swMWYG__formTitle{font-family:var(--font-lonkie-brush),cursive;color:var(--tiny-purple);margin:0 0 1rem;font-size:2.5rem;font-style:italic;font-weight:700;line-height:1.2}.contact-module__swMWYG__formDescription{color:var(--charcoal);opacity:.8;margin:0 0 2rem;font-size:1.125rem;line-height:1.6}.contact-module__swMWYG__successMessage,.contact-module__swMWYG__errorMessage{border-radius:12px;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem 1.5rem;display:flex}.contact-module__swMWYG__successMessage{color:#059669;background:rgba(34,197,94,.1);border:2px solid rgba(34,197,94,.2)}.contact-module__swMWYG__errorMessage{color:#dc2626;background:rgba(239,68,68,.1);border:2px solid rgba(239,68,68,.2)}.contact-module__swMWYG__successIcon,.contact-module__swMWYG__errorIcon{flex-shrink:0;font-size:1.25rem}.contact-module__swMWYG__form{flex-direction:column;gap:1.5rem;display:flex}.contact-module__swMWYG__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.contact-module__swMWYG__formGroup{flex-direction:column;gap:.5rem;display:flex}.contact-module__swMWYG__label{color:var(--charcoal);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.contact-module__swMWYG__input,.contact-module__swMWYG__select,.contact-module__swMWYG__textarea{color:var(--charcoal);background:#fff;border:2px solid rgba(94,194,183,.2);border-radius:12px;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__select:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--tiny-teal);outline:none;box-shadow:0 0 0 3px rgba(94,194,183,.1)}.contact-module__swMWYG__textarea{resize:vertical;min-height:120px;line-height:1.6}.contact-module__swMWYG__submitButton{background:var(--warm-orange);color:#fff;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;padding:1.25rem 2rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:flex}.contact-module__swMWYG__submitButton:hover:not(:disabled){background:var(--sunny-yellow);color:var(--charcoal);transform:translateY(-2px);box-shadow:0 6px 20px rgba(252,216,86,.4)}.contact-module__swMWYG__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact-module__swMWYG__spinner{border:2px solid transparent;border-top-color:currentColor;border-radius:50%;width:20px;height:20px;animation:1s linear infinite contact-module__swMWYG__spin}@keyframes contact-module__swMWYG__spin{to{transform:rotate(360deg)}}.contact-module__swMWYG__formSidebar{flex-direction:column;gap:2rem;display:flex}.contact-module__swMWYG__sidebarCard{background:#fff;border:2px solid rgba(94,194,183,.1);border-radius:20px;padding:2rem;box-shadow:0 8px 30px rgba(0,0,0,.08)}.contact-module__swMWYG__sidebarTitle{color:var(--charcoal);margin:0 0 1.5rem;font-size:1.25rem;font-weight:700}.contact-module__swMWYG__sidebarContact{flex-direction:column;gap:1.5rem;display:flex}.contact-module__swMWYG__sidebarItem{align-items:flex-start;gap:1rem;display:flex}.contact-module__swMWYG__sidebarIcon{flex-shrink:0;margin-top:2px;font-size:1.25rem}.contact-module__swMWYG__sidebarLabel{color:var(--charcoal);opacity:.6;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .25rem;font-size:.85rem;font-weight:600}.contact-module__swMWYG__sidebarValue{color:var(--tiny-purple);font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s}.contact-module__swMWYG__sidebarValue:hover{color:var(--warm-orange)}.contact-module__swMWYG__sidebarText{color:var(--charcoal);opacity:.8;margin:0;font-size:1rem}.contact-module__swMWYG__socialLinks{flex-direction:column;gap:1rem;display:flex}.contact-module__swMWYG__socialLink{color:var(--charcoal);border:2px solid rgba(94,194,183,.1);border-radius:12px;align-items:center;gap:.75rem;padding:.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.contact-module__swMWYG__socialLink:hover{color:var(--tiny-teal);border-color:var(--tiny-teal);background:rgba(94,194,183,.05)}.contact-module__swMWYG__socialIcon{flex-shrink:0;font-size:1.25rem}.contact-module__swMWYG__faq{background:#fff;width:100%;max-width:100vw;padding:6rem 0;overflow-x:hidden}.contact-module__swMWYG__faqGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.contact-module__swMWYG__faqCard{background:var(--soft-cream);border:2px solid rgba(94,194,183,.1);border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.05)}.contact-module__swMWYG__faqQuestion{color:var(--charcoal);margin:0 0 1rem;font-size:1.25rem;font-weight:700;line-height:1.3}.contact-module__swMWYG__faqAnswer{color:var(--charcoal);opacity:.8;margin:0;font-size:1rem;line-height:1.6}.contact-module__swMWYG__faqCta{text-align:center;background:linear-gradient(135deg,var(--tiny-purple)0%,var(--tiny-teal)100%);color:#fff;border-radius:20px;padding:2rem}.contact-module__swMWYG__faqCta p{opacity:.95;margin:0 0 1.5rem;font-size:1.25rem}.contact-module__swMWYG__faqCtaArabic{text-align:center;direction:rtl}.contact-module__swMWYG__faqCtaArabic p{text-align:center}.contact-module__swMWYG__faqButton{color:var(--tiny-purple);background:#fff;border-radius:50px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.contact-module__swMWYG__faqButton:hover{background:var(--warm-orange);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(244,160,61,.3)}@media (max-width:1024px){.contact-module__swMWYG__heroContent{text-align:center;grid-template-columns:1fr;gap:3rem}.contact-module__swMWYG__heroImage{margin:0 auto}.contact-module__swMWYG__formWrapper{grid-template-columns:1fr;gap:3rem}.contact-module__swMWYG__methodsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.contact-module__swMWYG__faqGrid{grid-template-columns:1fr}}@media (max-width:768px){.contact-module__swMWYG__hero{margin-top:80px;padding:6rem 1.5rem 3rem}.contact-module__swMWYG__container{padding:0 1.5rem}.contact-module__swMWYG__heroContent{gap:2.5rem}.contact-module__swMWYG__heroText{gap:1.5rem}.contact-module__swMWYG__heroTitle{font-size:max(2.5rem,min(8vw,4rem))}.contact-module__swMWYG__heroSubtitle{font-size:1.125rem;line-height:1.7}.contact-module__swMWYG__heroButtons{justify-content:center;gap:1rem}.contact-module__swMWYG__primaryButton,.contact-module__swMWYG__secondaryButton{padding:.875rem 2rem;font-size:1rem}.contact-module__swMWYG__heroImg{width:90%;max-width:350px}.contact-module__swMWYG__contactMethods,.contact-module__swMWYG__contactForm,.contact-module__swMWYG__faq{padding:4rem 0}.contact-module__swMWYG__sectionTitle{margin-bottom:2.5rem;font-size:max(2rem,min(6vw,3rem))}.contact-module__swMWYG__formContent{padding:2rem}.contact-module__swMWYG__formTitle{font-size:2rem}.contact-module__swMWYG__formDescription{font-size:1rem}.contact-module__swMWYG__formRow{grid-template-columns:1fr;gap:1rem}.contact-module__swMWYG__methodsGrid{grid-template-columns:1fr;gap:1.5rem}.contact-module__swMWYG__methodCard{padding:2rem 1.5rem}.contact-module__swMWYG__methodIcon{margin-bottom:1.25rem;font-size:2.5rem}.contact-module__swMWYG__methodTitle{font-size:1.375rem}.contact-module__swMWYG__methodValue{font-size:1rem}.contact-module__swMWYG__methodDescription{font-size:.875rem}.contact-module__swMWYG__faqGrid{gap:1.5rem}.contact-module__swMWYG__faqCard{padding:1.5rem}.contact-module__swMWYG__faqQuestion{font-size:1.125rem}.contact-module__swMWYG__faqAnswer{font-size:.95rem}.contact-module__swMWYG__faqCta{padding:1.75rem}.contact-module__swMWYG__faqCta p{margin-bottom:1.25rem;font-size:1.125rem}.contact-module__swMWYG__faqButton{padding:.875rem 2rem;font-size:1rem}.contact-module__swMWYG__sidebarCard{padding:1.75rem}.contact-module__swMWYG__sidebarTitle{margin-bottom:1.25rem;font-size:1.125rem}.contact-module__swMWYG__sidebarItem{gap:.875rem}.contact-module__swMWYG__sidebarIcon{font-size:1.125rem}.contact-module__swMWYG__sidebarValue,.contact-module__swMWYG__sidebarText{font-size:.95rem}.contact-module__swMWYG__socialLink{padding:.625rem;font-size:.9rem}}@media (max-width:480px){.contact-module__swMWYG__hero{margin-top:70px;padding:5rem 1rem 2rem}.contact-module__swMWYG__heroContent{gap:2rem}.contact-module__swMWYG__heroText{gap:1.25rem}.contact-module__swMWYG__heroTitle{font-size:max(2rem,min(10vw,3rem));line-height:1.2}.contact-module__swMWYG__heroSubtitle{padding:0 .5rem;font-size:1rem;line-height:1.6}.contact-module__swMWYG__heroButtons{flex-direction:column;align-items:stretch;width:100%;padding:0 1rem}.contact-module__swMWYG__primaryButton,.contact-module__swMWYG__secondaryButton{width:100%;max-width:100%;padding:1rem 1.5rem;font-size:.95rem}.contact-module__swMWYG__heroImg{border-radius:16px;width:100%;max-width:100%}.contact-module__swMWYG__container{padding:0 1rem}.contact-module__swMWYG__contactMethods,.contact-module__swMWYG__contactForm,.contact-module__swMWYG__faq{padding:3rem 0}.contact-module__swMWYG__sectionTitle{margin-bottom:2rem;font-size:max(1.75rem,min(8vw,2.5rem))}.contact-module__swMWYG__methodsGrid{gap:1.25rem}.contact-module__swMWYG__methodCard{padding:1.75rem 1.25rem}.contact-module__swMWYG__methodIcon{margin-bottom:1rem;font-size:2.25rem}.contact-module__swMWYG__methodTitle{font-size:1.25rem}.contact-module__swMWYG__methodSubtitle{font-size:.9rem}.contact-module__swMWYG__methodValue{font-size:.95rem}.contact-module__swMWYG__methodDescription{font-size:.8rem}.contact-module__swMWYG__formContent{border-radius:16px;padding:1.5rem}.contact-module__swMWYG__formTitle{margin-bottom:.875rem;font-size:1.75rem}.contact-module__swMWYG__formDescription{margin-bottom:1.75rem;font-size:.95rem}.contact-module__swMWYG__form,.contact-module__swMWYG__formRow{gap:1.25rem}.contact-module__swMWYG__label{font-size:.9rem}.contact-module__swMWYG__input,.contact-module__swMWYG__select,.contact-module__swMWYG__textarea{border-radius:10px;padding:.875rem 1rem;font-size:.95rem}.contact-module__swMWYG__textarea{min-height:100px}.contact-module__swMWYG__submitButton{border-radius:40px;padding:1rem 1.5rem;font-size:1rem}.contact-module__swMWYG__successMessage,.contact-module__swMWYG__errorMessage{gap:.75rem;padding:.875rem 1.25rem;font-size:.9rem}.contact-module__swMWYG__sidebarCard{padding:1.5rem}.contact-module__swMWYG__sidebarTitle{margin-bottom:1rem;font-size:1rem}.contact-module__swMWYG__sidebarContact{gap:1.25rem}.contact-module__swMWYG__sidebarItem{gap:.75rem}.contact-module__swMWYG__sidebarIcon{font-size:1rem}.contact-module__swMWYG__sidebarLabel{font-size:.75rem}.contact-module__swMWYG__sidebarValue,.contact-module__swMWYG__sidebarText{font-size:.875rem}.contact-module__swMWYG__socialLinks{gap:.875rem}.contact-module__swMWYG__socialLink{padding:.625rem .75rem;font-size:.85rem}.contact-module__swMWYG__faqGrid{gap:1.25rem}.contact-module__swMWYG__faqCard{border-radius:12px;padding:1.25rem}.contact-module__swMWYG__faqQuestion{margin-bottom:.875rem;font-size:1rem}.contact-module__swMWYG__faqAnswer{font-size:.875rem}.contact-module__swMWYG__faqCta{border-radius:16px;padding:1.5rem}.contact-module__swMWYG__faqCta p{margin-bottom:1rem;font-size:1rem}.contact-module__swMWYG__faqButton{border-radius:40px;padding:.875rem 1.75rem;font-size:.95rem}}@media (max-width:360px){.contact-module__swMWYG__hero{padding:4.5rem .75rem 1.75rem}.contact-module__swMWYG__heroTitle{font-size:max(1.75rem,min(12vw,2.5rem))}.contact-module__swMWYG__heroSubtitle{padding:0 .25rem;font-size:.9rem}.contact-module__swMWYG__heroButtons{padding:0 .5rem}.contact-module__swMWYG__primaryButton,.contact-module__swMWYG__secondaryButton{padding:.875rem 1.25rem;font-size:.9rem}.contact-module__swMWYG__container{padding:0 .75rem}.contact-module__swMWYG__sectionTitle{font-size:max(1.5rem,min(10vw,2rem))}.contact-module__swMWYG__methodCard{padding:1.5rem 1rem}.contact-module__swMWYG__formContent{padding:1.25rem}.contact-module__swMWYG__formTitle{font-size:1.5rem}.contact-module__swMWYG__input,.contact-module__swMWYG__select,.contact-module__swMWYG__textarea{padding:.75rem .875rem;font-size:.9rem}.contact-module__swMWYG__sidebarCard{padding:1.25rem}.contact-module__swMWYG__faqCard{padding:1rem}}
