.contact-module__swMWYG__pageHero{padding:calc(var(--nav-height) + 80px) 0 var(--space-16);background:linear-gradient(135deg, var(--primary-darker), var(--primary-dark));text-align:center;position:relative;overflow:hidden}.contact-module__swMWYG__pageHero:before{content:"";border-radius:var(--radius-full);background:#f5921e0f;width:500px;height:500px;position:absolute;top:-40%;right:-20%}.contact-module__swMWYG__pageHeroTitle{font-family:var(--font-heading);font-size:var(--text-5xl);color:#fff;margin-bottom:var(--space-4);font-weight:900}.contact-module__swMWYG__pageHeroHighlight{color:var(--accent)}.contact-module__swMWYG__pageHeroSub{font-size:var(--text-lg);color:#ffffffb3;max-width:600px;margin:0 auto}.contact-module__swMWYG__breadcrumbs{justify-content:center;align-items:center;gap:var(--space-2);margin-top:var(--space-4);font-size:var(--text-sm);color:#ffffff80;display:flex}.contact-module__swMWYG__breadcrumbs a{color:#ffffffb3;transition:color var(--duration-fast)}.contact-module__swMWYG__breadcrumbs a:hover{color:var(--accent)}.contact-module__swMWYG__stepsSection{padding:var(--space-16) 0;background:var(--primary-50)}.contact-module__swMWYG__stepsGrid{gap:var(--space-8);grid-template-columns:repeat(3,1fr);display:grid;position:relative}.contact-module__swMWYG__stepsGrid:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:var(--radius-full);z-index:0;height:3px;position:absolute;top:48px;left:16%;right:16%}.contact-module__swMWYG__stepCard{text-align:center;z-index:1;position:relative}.contact-module__swMWYG__stepNumber{border-radius:var(--radius-full);width:64px;height:64px;font-family:var(--font-heading);font-size:var(--text-2xl);color:#fff;margin:0 auto var(--space-4);box-shadow:var(--shadow-lg);justify-content:center;align-items:center;font-weight:900;display:flex}.contact-module__swMWYG__stepNum1{background:linear-gradient(135deg, var(--primary), var(--primary-dark))}.contact-module__swMWYG__stepNum2{background:linear-gradient(135deg, var(--accent), var(--accent-dark))}.contact-module__swMWYG__stepNum3{background:linear-gradient(135deg, var(--success), #059669)}.contact-module__swMWYG__stepCard h3{font-size:var(--text-lg);margin-bottom:var(--space-2)}.contact-module__swMWYG__stepCard p{font-size:var(--text-sm);color:var(--text-muted)}.contact-module__swMWYG__contactSection{padding:var(--space-20) 0}.contact-module__swMWYG__contactGrid{gap:var(--space-12);grid-template-columns:1fr 1.5fr;display:grid}.contact-module__swMWYG__contactInfo{gap:var(--space-6);flex-direction:column;display:flex}.contact-module__swMWYG__contactCard{background:var(--surface);border-radius:var(--radius-xl);padding:var(--space-6);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);align-items:flex-start;gap:var(--space-4);transition:all var(--duration-normal) var(--ease-out);display:flex}.contact-module__swMWYG__contactCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.contact-module__swMWYG__contactCardIcon{border-radius:var(--radius-lg);background:var(--primary-light);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;display:flex}.contact-module__swMWYG__contactCardContent h3{font-size:var(--text-base);margin-bottom:var(--space-2)}.contact-module__swMWYG__contactCardContent p,.contact-module__swMWYG__contactCardContent a,.contact-module__swMWYG__addressLink{font-size:var(--text-sm);color:var(--text-muted);line-height:1.7;display:block}.contact-module__swMWYG__contactCardContent a:hover,.contact-module__swMWYG__addressLink:hover{color:var(--primary)}.contact-module__swMWYG__mapFull{border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:1px solid var(--border-light);margin-top:var(--space-4);overflow:hidden}.contact-module__swMWYG__mapFull iframe{border:none;width:100%;height:250px}.contact-module__swMWYG__formSection{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);overflow:hidden}.contact-module__swMWYG__formHeader{background:linear-gradient(135deg, var(--primary), var(--primary-dark));padding:var(--space-6) var(--space-8);color:#fff}.contact-module__swMWYG__formHeader h2{font-size:var(--text-2xl);color:#fff;margin-bottom:var(--space-1)}.contact-module__swMWYG__formHeader p{font-size:var(--text-sm);color:#ffffffb3}.contact-module__swMWYG__formBody{padding:var(--space-2)}.contact-module__swMWYG__formBody iframe{border:none;width:100%;height:2800px}.contact-module__swMWYG__formPlaceholder{padding:var(--space-12) var(--space-8);text-align:center}.contact-module__swMWYG__formPlaceholder p{color:var(--text-muted);margin-bottom:var(--space-6)}.contact-module__swMWYG__formPlaceholderIcon{margin-bottom:var(--space-4);font-size:4rem;display:block}.contact-module__swMWYG__faqSection{padding:var(--space-20) 0;background:var(--primary-50)}.contact-module__swMWYG__faqList{gap:var(--space-4);flex-direction:column;max-width:800px;margin:0 auto;display:flex}.contact-module__swMWYG__faqItem{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);transition:all var(--duration-normal) var(--ease-out);overflow:hidden}.contact-module__swMWYG__faqItem:hover{box-shadow:var(--shadow-md)}.contact-module__swMWYG__faqQuestion{width:100%;padding:var(--space-5) var(--space-6);cursor:pointer;font-family:var(--font-heading);font-size:var(--text-base);color:var(--text-dark);text-align:left;justify-content:space-between;align-items:center;gap:var(--space-4);background:0 0;border:none;font-weight:600;display:flex}.contact-module__swMWYG__faqArrow{font-size:var(--text-xl);color:var(--primary);transition:transform var(--duration-fast) var(--ease-out);flex-shrink:0}.contact-module__swMWYG__faqArrowOpen{transform:rotate(180deg)}.contact-module__swMWYG__faqAnswer{max-height:0;transition:max-height var(--duration-normal) var(--ease-out);overflow:hidden}.contact-module__swMWYG__faqAnswerOpen{max-height:300px}.contact-module__swMWYG__faqAnswerContent{padding:0 var(--space-6) var(--space-5);font-size:var(--text-sm);color:var(--text-muted);line-height:1.8}@media (max-width:900px){.contact-module__swMWYG__contactGrid{grid-template-columns:1fr}.contact-module__swMWYG__stepsGrid{gap:var(--space-6);grid-template-columns:1fr}.contact-module__swMWYG__stepsGrid:before{display:none}}@media (max-width:768px){.contact-module__swMWYG__pageHero{padding:calc(var(--nav-height) + var(--strip-height) + var(--space-12)) 0 var(--space-12)}.contact-module__swMWYG__pageHeroTitle{font-size:var(--text-4xl)}.contact-module__swMWYG__pageHeroSub{font-size:var(--text-base)}.contact-module__swMWYG__stepsSection,.contact-module__swMWYG__contactSection,.contact-module__swMWYG__faqSection{padding:var(--space-16) 0}.contact-module__swMWYG__stepNumber{width:52px;height:52px;font-size:var(--text-xl)}.contact-module__swMWYG__contactCard{padding:var(--space-5)}.contact-module__swMWYG__formHeader{padding:var(--space-5) var(--space-6)}.contact-module__swMWYG__formHeader h2{font-size:var(--text-xl)}.contact-module__swMWYG__formBody iframe{height:2800px}}@media (max-width:480px){.contact-module__swMWYG__pageHero{padding:calc(var(--nav-height) + var(--strip-height) + var(--space-8)) 0 var(--space-10)}.contact-module__swMWYG__pageHeroTitle{font-size:var(--text-3xl)}.contact-module__swMWYG__pageHeroSub{font-size:var(--text-sm)}.contact-module__swMWYG__breadcrumbs{font-size:var(--text-xs)}.contact-module__swMWYG__stepsSection,.contact-module__swMWYG__contactSection,.contact-module__swMWYG__faqSection{padding:var(--space-12) 0}.contact-module__swMWYG__stepNumber{width:48px;height:48px;font-size:var(--text-lg);margin-bottom:var(--space-3)}.contact-module__swMWYG__stepCard h3{font-size:var(--text-base)}.contact-module__swMWYG__stepCard p{font-size:var(--text-xs)}.contact-module__swMWYG__contactCardIcon{width:44px;height:44px;font-size:1.25rem}.contact-module__swMWYG__contactCard{padding:var(--space-4);gap:var(--space-3)}.contact-module__swMWYG__contactCardContent h3{font-size:var(--text-sm)}.contact-module__swMWYG__mapFull iframe{height:200px}.contact-module__swMWYG__formHeader{padding:var(--space-4) var(--space-5)}.contact-module__swMWYG__formHeader h2{font-size:var(--text-lg)}.contact-module__swMWYG__formHeader p{font-size:var(--text-xs)}.contact-module__swMWYG__formBody iframe{height:2800px}.contact-module__swMWYG__faqQuestion{padding:var(--space-4) var(--space-4);font-size:var(--text-sm);gap:var(--space-3)}.contact-module__swMWYG__faqAnswerContent{padding:0 var(--space-4) var(--space-4);font-size:var(--text-xs);line-height:1.7}.contact-module__swMWYG__faqArrow{font-size:var(--text-lg)}}
