.Contact-module__RDTI0G__contact{min-height:100vh;padding:var(--section-padding-y)0;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 50%,#0a0a0a 100%);position:relative;overflow:hidden}.Contact-module__RDTI0G__contactBgImage{opacity:.1;z-index:1;background-image:url(/contact-background.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.Contact-module__RDTI0G__contactOverlay{z-index:2;background:linear-gradient(135deg,rgba(212,175,55,.05) 0%,rgba(0,0,0,.8) 50%,rgba(212,175,55,.05) 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Contact-module__RDTI0G__container{max-width:1400px;padding:0 var(--container-padding-x);z-index:3;margin:0 auto;position:relative}.Contact-module__RDTI0G__sectionHeader{text-align:center;margin-bottom:var(--section-gap);animation:1s ease-out Contact-module__RDTI0G__fadeInUp}.Contact-module__RDTI0G__brandMessage{margin-bottom:var(--spacing-lg)}.Contact-module__RDTI0G__brandTagline{padding:var(--spacing-xs)var(--spacing-xl);color:#d4af37;letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,rgba(212,175,55,.2),rgba(212,175,55,.1));border:1px solid rgba(212,175,55,.3);border-radius:50px;font-size:14px;font-weight:500;animation:2s ease-in-out infinite alternate Contact-module__RDTI0G__glow;display:inline-block}.Contact-module__RDTI0G__sectionTitle{color:#fff;margin-bottom:var(--spacing-xl);background:linear-gradient(135deg,#fff 0%,#d4af37 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:max(2.5rem,min(5vw,4rem));font-weight:700;line-height:1.2}.Contact-module__RDTI0G__sectionSubtitle{color:rgba(255,255,255,.8);max-width:800px;margin:0 auto;font-size:1.2rem;line-height:1.6}.Contact-module__RDTI0G__contactContent{gap:var(--content-gap);grid-template-columns:1fr 1.2fr;align-items:start;display:grid}.Contact-module__RDTI0G__contactInfo{gap:var(--component-gap);flex-direction:column;display:flex}.Contact-module__RDTI0G__infoSection{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:var(--component-gap);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;animation:1s ease-out .2s both Contact-module__RDTI0G__slideInLeft}.Contact-module__RDTI0G__infoTitle{color:#d4af37;margin-bottom:var(--spacing-md);font-size:1.8rem;font-weight:600}.Contact-module__RDTI0G__infoDescription{color:rgba(255,255,255,.8);margin-bottom:var(--spacing-2xl);font-size:1.1rem;line-height:1.6}.Contact-module__RDTI0G__contactDetails{gap:var(--spacing-lg);flex-direction:column;display:flex}.Contact-module__RDTI0G__contactItem{padding:var(--spacing-lg);color:inherit;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:16px;align-items:center;gap:1.5rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.Contact-module__RDTI0G__contactItem:before{content:"";background:linear-gradient(90deg,transparent,rgba(212,175,55,.1),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Contact-module__RDTI0G__contactItem:hover:before{left:100%}.Contact-module__RDTI0G__contactItem:hover{border-color:rgba(212,175,55,.3);transform:translateY(-2px);box-shadow:0 10px 30px rgba(212,175,55,.1)}.Contact-module__RDTI0G__contactIcon{color:#d4af37;background:linear-gradient(135deg,rgba(212,175,55,.2),rgba(212,175,55,.1));border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.Contact-module__RDTI0G__contactText{flex:1}.Contact-module__RDTI0G__contactLabel{color:#d4af37;margin-bottom:.5rem;font-size:1rem;font-weight:600}.Contact-module__RDTI0G__contactValue{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.Contact-module__RDTI0G__contactDescription{color:rgba(255,255,255,.6);font-size:.9rem}.Contact-module__RDTI0G__socialSection{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:var(--component-gap);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;animation:1s ease-out .4s both Contact-module__RDTI0G__slideInLeft}.Contact-module__RDTI0G__socialTitle{color:#d4af37;margin-bottom:var(--spacing-xs);font-size:1.5rem;font-weight:600}.Contact-module__RDTI0G__socialDescription{color:rgba(255,255,255,.8);margin-bottom:var(--spacing-xl);font-size:1rem;line-height:1.6}.Contact-module__RDTI0G__socialIcons{gap:var(--spacing-md);grid-template-columns:repeat(2,1fr);display:grid}.Contact-module__RDTI0G__socialLink{padding:var(--spacing-md);color:rgba(255,255,255,.8);background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;align-items:center;gap:.75rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.Contact-module__RDTI0G__socialLink:before{content:"";background:linear-gradient(90deg,transparent,rgba(212,175,55,.1),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Contact-module__RDTI0G__socialLink:hover:before{left:100%}.Contact-module__RDTI0G__socialLink:hover{color:#d4af37;border-color:rgba(212,175,55,.3);transform:translateY(-2px);box-shadow:0 8px 25px rgba(212,175,55,.1)}.Contact-module__RDTI0G__socialName{font-size:.9rem;font-weight:500}.Contact-module__RDTI0G__pressKit{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:var(--component-gap);text-align:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;animation:1s ease-out .6s both Contact-module__RDTI0G__slideInLeft}.Contact-module__RDTI0G__pressTitle{color:#d4af37;margin-bottom:var(--spacing-xs);font-size:1.5rem;font-weight:600}.Contact-module__RDTI0G__pressDescription{color:rgba(255,255,255,.8);margin-bottom:var(--spacing-xl);font-size:1rem;line-height:1.6}.Contact-module__RDTI0G__pressButton{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-md)var(--spacing-2xl);color:#000;cursor:pointer;background:linear-gradient(135deg,#d4af37,#b8941f);border:none;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Contact-module__RDTI0G__pressButton:hover{background:linear-gradient(135deg,#e6c55a,#d4af37);transform:translateY(-2px);box-shadow:0 10px 30px rgba(212,175,55,.3)}.Contact-module__RDTI0G__formSection{animation:1s ease-out .2s both Contact-module__RDTI0G__slideInRight}.Contact-module__RDTI0G__formTabs{gap:var(--spacing-2xs);margin-bottom:var(--spacing-2xl);flex-direction:column;display:flex}.Contact-module__RDTI0G__formTab{padding:var(--spacing-lg)var(--spacing-xl);cursor:pointer;text-align:left;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:16px;flex-direction:column;align-items:flex-start;transition:all .3s;display:flex;position:relative;overflow:hidden}.Contact-module__RDTI0G__formTab:before{content:"";background:linear-gradient(90deg,transparent,rgba(212,175,55,.1),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Contact-module__RDTI0G__formTab:hover:before{left:100%}.Contact-module__RDTI0G__formTab:hover{border-color:rgba(212,175,55,.3);transform:translate(4px)}.Contact-module__RDTI0G__formTab.Contact-module__RDTI0G__active{background:rgba(212,175,55,.1);border-color:rgba(212,175,55,.4);transform:translate(8px)}.Contact-module__RDTI0G__tabLabel{color:#fff;margin-bottom:var(--spacing-xs);font-size:1.1rem;font-weight:600}.Contact-module__RDTI0G__formTab.Contact-module__RDTI0G__active .Contact-module__RDTI0G__tabLabel{color:#d4af37}.Contact-module__RDTI0G__tabDescription{color:rgba(255,255,255,.6);font-size:.9rem}.Contact-module__RDTI0G__formTab.Contact-module__RDTI0G__active .Contact-module__RDTI0G__tabDescription{color:rgba(212,175,55,.8)}.Contact-module__RDTI0G__contactFormContainer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:var(--component-gap);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:24px}.Contact-module__RDTI0G__contactForm{gap:var(--spacing-2xl);flex-direction:column;display:flex}.Contact-module__RDTI0G__formHeader{text-align:center;margin-bottom:var(--spacing-2xs)}.Contact-module__RDTI0G__formTitle{color:#d4af37;margin-bottom:var(--spacing-2xs);font-size:1.8rem;font-weight:600}.Contact-module__RDTI0G__formSubtitle{color:rgba(255,255,255,.8);font-size:1rem}.Contact-module__RDTI0G__formGrid{gap:var(--spacing-xl);grid-template-columns:repeat(2,1fr);display:grid}.Contact-module__RDTI0G__formGroup{flex-direction:column;gap:.75rem;display:flex}.Contact-module__RDTI0G__formGroupFull{flex-direction:column;grid-column:1/-1;gap:.75rem;display:flex}.Contact-module__RDTI0G__formLabel{color:#d4af37;margin-bottom:.75rem;font-size:1rem;font-weight:500}.Contact-module__RDTI0G__formInput,.Contact-module__RDTI0G__formSelect,.Contact-module__RDTI0G__formTextarea{padding:var(--spacing-md)var(--spacing-lg);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;font-size:1rem;transition:all .3s}.Contact-module__RDTI0G__formInput::placeholder,.Contact-module__RDTI0G__formTextarea::placeholder{color:rgba(255,255,255,.4)}.Contact-module__RDTI0G__formInput:focus,.Contact-module__RDTI0G__formSelect:focus,.Contact-module__RDTI0G__formTextarea:focus{background:rgba(255,255,255,.08);border-color:rgba(212,175,55,.5);outline:none;box-shadow:0 0 0 3px rgba(212,175,55,.1)}.Contact-module__RDTI0G__formTextarea{resize:vertical;min-height:120px;font-family:inherit}.Contact-module__RDTI0G__checkboxLabel{align-items:center;gap:var(--spacing-xs);cursor:pointer;color:rgba(255,255,255,.8);display:flex}.Contact-module__RDTI0G__checkbox{accent-color:#d4af37;width:20px;height:20px}.Contact-module__RDTI0G__checkboxText{font-size:.95rem;line-height:1.4}.Contact-module__RDTI0G__submitBtn{justify-content:center;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-lg)var(--component-gap);color:#000;cursor:pointer;background:linear-gradient(135deg,#d4af37,#b8941f);border:none;border-radius:16px;align-self:center;min-width:200px;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.Contact-module__RDTI0G__submitBtn:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Contact-module__RDTI0G__submitBtn:hover:before{left:100%}.Contact-module__RDTI0G__submitBtn:hover{background:linear-gradient(135deg,#e6c55a,#d4af37);transform:translateY(-3px);box-shadow:0 15px 40px rgba(212,175,55,.4)}.Contact-module__RDTI0G__submitBtn:active{transform:translateY(-1px)}.Contact-module__RDTI0G__btnText{font-weight:600}.Contact-module__RDTI0G__btnIcon{align-items:center;transition:transform .3s;display:flex}.Contact-module__RDTI0G__submitBtn:hover .Contact-module__RDTI0G__btnIcon{transform:translate(4px)}@keyframes Contact-module__RDTI0G__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Contact-module__RDTI0G__slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes Contact-module__RDTI0G__slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes Contact-module__RDTI0G__glow{0%{box-shadow:0 0 20px rgba(212,175,55,.2)}to{box-shadow:0 0 30px rgba(212,175,55,.4)}}@media (max-width:1200px){.Contact-module__RDTI0G__contactContent{gap:var(--component-gap);grid-template-columns:1fr}.Contact-module__RDTI0G__formTabs{gap:var(--spacing-xs);grid-template-columns:repeat(2,1fr);display:grid}}@media (max-width:768px){.Contact-module__RDTI0G__contact{padding:var(--section-padding-y-md)0}.Contact-module__RDTI0G__container{padding:0 var(--container-padding-x-tablet)}.Contact-module__RDTI0G__sectionHeader{margin-bottom:var(--content-gap)}.Contact-module__RDTI0G__sectionTitle{font-size:2.5rem}.Contact-module__RDTI0G__sectionSubtitle{font-size:1.1rem}.Contact-module__RDTI0G__infoSection,.Contact-module__RDTI0G__socialSection,.Contact-module__RDTI0G__pressKit,.Contact-module__RDTI0G__contactFormContainer{padding:var(--spacing-2xl)var(--spacing-xl)}.Contact-module__RDTI0G__formTabs{grid-template-columns:1fr}.Contact-module__RDTI0G__formGrid{gap:var(--spacing-lg);grid-template-columns:1fr}.Contact-module__RDTI0G__socialIcons{grid-template-columns:1fr}.Contact-module__RDTI0G__contactItem{text-align:center;gap:var(--spacing-md);flex-direction:column}.Contact-module__RDTI0G__contactIcon{width:60px;height:60px}}@media (max-width:480px){.Contact-module__RDTI0G__contact{padding:var(--section-padding-y-sm)0}.Contact-module__RDTI0G__sectionTitle{font-size:2rem}.Contact-module__RDTI0G__brandTagline{padding:var(--spacing-2xs)var(--spacing-lg);font-size:12px}.Contact-module__RDTI0G__infoSection,.Contact-module__RDTI0G__socialSection,.Contact-module__RDTI0G__pressKit,.Contact-module__RDTI0G__contactFormContainer{padding:var(--spacing-xl)var(--spacing-lg)}.Contact-module__RDTI0G__formTab{padding:var(--spacing-md)var(--spacing-lg)}.Contact-module__RDTI0G__tabLabel{font-size:1rem}.Contact-module__RDTI0G__tabDescription{font-size:.85rem}}
