.Header-module__DAPZiW__header{z-index:1000;height:var(--header-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all var(--transition-normal);background:#0f172acc;position:fixed;top:0;left:0;right:0}.Header-module__DAPZiW__header.Header-module__DAPZiW__scrolled{background:#0f172af2;box-shadow:0 4px 30px #0000004d}.Header-module__DAPZiW__container{justify-content:space-between;align-items:center;max-width:1280px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module__DAPZiW__logo{color:var(--text-light);transition:opacity var(--transition-fast);align-items:center;gap:.75rem;display:flex}.Header-module__DAPZiW__logo:hover{opacity:.9}.Header-module__DAPZiW__logoIcon{justify-content:center;align-items:center;width:50px;height:50px;display:flex}.Header-module__DAPZiW__logoImage{object-fit:cover;border-radius:50%;width:50px;height:50px}.Header-module__DAPZiW__logoText{flex-direction:column;line-height:1.1;display:flex}.Header-module__DAPZiW__logoTitle{font-family:var(--font-display);color:var(--text-light);font-size:1.125rem;font-weight:700}.Header-module__DAPZiW__logoSubtitle{color:var(--accent);letter-spacing:.5px;font-size:.8125rem;font-weight:500}.Header-module__DAPZiW__nav{align-items:center;gap:2rem;display:flex}.Header-module__DAPZiW__navLink{color:var(--text-light);opacity:.85;transition:all var(--transition-fast);font-size:.9375rem;font-weight:500;position:relative}.Header-module__DAPZiW__navLink:after{content:"";background:var(--accent);width:0;height:2px;transition:width var(--transition-fast);position:absolute;bottom:-4px;left:0}.Header-module__DAPZiW__navLink:hover{opacity:1;color:var(--accent)}.Header-module__DAPZiW__navLink:hover:after{width:100%}.Header-module__DAPZiW__ctaButton{color:var(--primary-dark);background:linear-gradient(135deg,var(--accent)0%,var(--accent-light)100%);border-radius:var(--radius-full);transition:all var(--transition-fast);align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;display:inline-flex;box-shadow:0 4px 15px #c9a2274d}.Header-module__DAPZiW__ctaButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9a22766}.Header-module__DAPZiW__ctaIcon{width:18px;height:18px}.Header-module__DAPZiW__mobileMenuBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:none}.Header-module__DAPZiW__hamburger{flex-direction:column;gap:5px;width:24px;display:flex}.Header-module__DAPZiW__hamburger span{background:var(--text-light);height:2px;transition:all var(--transition-fast);border-radius:2px;display:block}.Header-module__DAPZiW__hamburger.Header-module__DAPZiW__open span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__DAPZiW__hamburger.Header-module__DAPZiW__open span:nth-child(2){opacity:0}.Header-module__DAPZiW__hamburger.Header-module__DAPZiW__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__DAPZiW__mobileMenu{top:var(--header-height);background:var(--bg-dark);transition:transform var(--transition-normal);padding:2rem;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translate(100%)}.Header-module__DAPZiW__mobileMenu.Header-module__DAPZiW__open{transform:translate(0)}.Header-module__DAPZiW__mobileNav{flex-direction:column;gap:.5rem;display:flex}.Header-module__DAPZiW__mobileNavLink{color:var(--text-light);border-radius:var(--radius-md);transition:background var(--transition-fast);padding:1rem;font-size:1.125rem;font-weight:500;display:block}.Header-module__DAPZiW__mobileNavLink:hover{background:#ffffff0d}.Header-module__DAPZiW__mobileCta{color:var(--primary-dark);background:linear-gradient(135deg,var(--accent)0%,var(--accent-light)100%);border-radius:var(--radius-md);justify-content:center;align-items:center;margin-top:1rem;padding:1rem;font-size:1.125rem;font-weight:600;display:flex}@media (max-width:1024px){.Header-module__DAPZiW__nav{gap:1.5rem}}@media (max-width:768px){.Header-module__DAPZiW__nav,.Header-module__DAPZiW__ctaButton{display:none}.Header-module__DAPZiW__mobileMenuBtn{display:flex}.Header-module__DAPZiW__logoText{display:none}.Header-module__DAPZiW__logoIcon{width:38px;height:38px}}
.Hero-module__lYpGPq__hero{min-height:100vh;padding:calc(var(--header-height) + 2rem)0 4rem;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__lYpGPq__background{background:url(/hero-band.jpg) 50%/cover no-repeat;position:absolute;inset:0}.Hero-module__lYpGPq__overlay{background:linear-gradient(135deg,#0f1729d9 0%,#1a365dbf 50%,#0a0f1ae6 100%);position:absolute;inset:0}.Hero-module__lYpGPq__pattern{opacity:.03;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__lYpGPq__container{z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative}.Hero-module__lYpGPq__content{max-width:720px}.Hero-module__lYpGPq__badge{border-radius:var(--radius-full);color:var(--accent);background:#c9a22726;border:1px solid #c9a2274d;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;animation:.6s forwards Hero-module__lYpGPq__slideUp;display:inline-flex}.Hero-module__lYpGPq__badge svg{width:18px;height:18px}.Hero-module__lYpGPq__title{font-family:var(--font-display);color:var(--text-light);opacity:0;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.05;animation:.6s .1s forwards Hero-module__lYpGPq__slideUp}.Hero-module__lYpGPq__highlight{background:linear-gradient(135deg,var(--accent)0%,var(--accent-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__lYpGPq__subtitle{color:var(--text-muted-light);opacity:0;max-width:540px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7;animation:.6s .2s forwards Hero-module__lYpGPq__slideUp}.Hero-module__lYpGPq__actions{opacity:0;gap:1rem;margin-bottom:3.5rem;animation:.6s .3s forwards Hero-module__lYpGPq__slideUp;display:flex}.Hero-module__lYpGPq__primaryBtn,.Hero-module__lYpGPq__secondaryBtn{border-radius:var(--radius-md);transition:all var(--transition-fast);align-items:center;gap:.625rem;padding:1rem 1.75rem;font-size:1rem;font-weight:600;display:inline-flex}.Hero-module__lYpGPq__primaryBtn{background:linear-gradient(135deg,var(--accent)0%,var(--accent-light)100%);color:var(--primary-dark);box-shadow:0 4px 20px #c9a22759}.Hero-module__lYpGPq__primaryBtn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #c9a22773}.Hero-module__lYpGPq__secondaryBtn{color:var(--text-light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3}.Hero-module__lYpGPq__secondaryBtn:hover{background:#ffffff26;border-color:#ffffff4d}.Hero-module__lYpGPq__primaryBtn svg,.Hero-module__lYpGPq__secondaryBtn svg{width:20px;height:20px}.Hero-module__lYpGPq__stats{opacity:0;align-items:center;gap:2rem;animation:.6s .4s forwards Hero-module__lYpGPq__slideUp;display:flex}.Hero-module__lYpGPq__stat{flex-direction:column;display:flex}.Hero-module__lYpGPq__statNumber{font-family:var(--font-display);color:var(--accent);font-size:2.25rem;font-weight:700}.Hero-module__lYpGPq__statLabel{color:var(--text-muted-light);font-size:.875rem}.Hero-module__lYpGPq__statDivider{background:linear-gradient(#0000,#fff3,#0000);width:1px;height:50px}.Hero-module__lYpGPq__decoration{opacity:.1;flex-direction:column;gap:2rem;display:flex;position:absolute;top:50%;right:5%;transform:translateY(-50%)}.Hero-module__lYpGPq__musicNote{color:var(--accent);font-size:5rem;animation:4s ease-in-out infinite Hero-module__lYpGPq__float}.Hero-module__lYpGPq__musicNote:nth-child(2){font-size:4rem;animation-delay:1s}.Hero-module__lYpGPq__musicNote:nth-child(3){font-size:3rem;animation-delay:2s}@keyframes Hero-module__lYpGPq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.Hero-module__lYpGPq__scrollIndicator{color:var(--text-muted-light);text-transform:uppercase;letter-spacing:2px;opacity:0;flex-direction:column;align-items:center;gap:.75rem;font-size:.75rem;animation:1s 1s forwards Hero-module__lYpGPq__fadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__lYpGPq__scrollMouse{border:2px solid #ffffff4d;border-radius:12px;justify-content:center;width:24px;height:38px;padding-top:8px;display:flex}.Hero-module__lYpGPq__scrollWheel{background:var(--accent);border-radius:2px;width:4px;height:8px;animation:2s ease-in-out infinite Hero-module__lYpGPq__scroll}@keyframes Hero-module__lYpGPq__scroll{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(8px)}}@media (max-width:1024px){.Hero-module__lYpGPq__title{font-size:3.5rem}.Hero-module__lYpGPq__decoration{display:none}}@media (max-width:768px){.Hero-module__lYpGPq__hero{min-height:auto;padding:calc(var(--header-height) + 3rem)0 5rem}.Hero-module__lYpGPq__title{font-size:2.5rem}.Hero-module__lYpGPq__subtitle{font-size:1.0625rem}.Hero-module__lYpGPq__actions{flex-direction:column}.Hero-module__lYpGPq__primaryBtn,.Hero-module__lYpGPq__secondaryBtn{justify-content:center;width:100%}.Hero-module__lYpGPq__stats{flex-wrap:wrap;gap:1.5rem}.Hero-module__lYpGPq__statDivider{display:none}.Hero-module__lYpGPq__stat{text-align:center;flex:1;min-width:120px}.Hero-module__lYpGPq__scrollIndicator{display:none}}
.AboutSection-module__Vln7iG__section{background:var(--bg-light);padding:6rem 0;position:relative}.AboutSection-module__Vln7iG__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.AboutSection-module__Vln7iG__header{text-align:center;max-width:720px;margin:0 auto 4rem}.AboutSection-module__Vln7iG__label{color:var(--accent-dark);text-transform:uppercase;letter-spacing:1px;border-radius:var(--radius-full);background:#c9a2271a;margin-bottom:1rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;display:inline-block}.AboutSection-module__Vln7iG__title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:1.25rem;font-size:2.75rem;font-weight:700;line-height:1.2}.AboutSection-module__Vln7iG__highlight{color:var(--primary)}.AboutSection-module__Vln7iG__description{color:var(--text-muted);font-size:1.125rem;line-height:1.8}.AboutSection-module__Vln7iG__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.AboutSection-module__Vln7iG__card{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center;transition:all var(--transition-normal);border:1px solid #0000000d;padding:2.5rem}.AboutSection-module__Vln7iG__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.AboutSection-module__Vln7iG__cardIcon{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);border-radius:var(--radius-lg);width:64px;height:64px;color:var(--text-light);justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.AboutSection-module__Vln7iG__cardIcon svg{width:32px;height:32px}.AboutSection-module__Vln7iG__cardTitle{font-family:var(--font-display);color:var(--text-dark);margin-bottom:.75rem;font-size:1.375rem;font-weight:700}.AboutSection-module__Vln7iG__cardDescription{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.7}.AboutSection-module__Vln7iG__values{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);grid-template-columns:repeat(3,1fr);gap:2rem;padding:3rem;display:grid}.AboutSection-module__Vln7iG__valueItem{align-items:flex-start;gap:1rem;display:flex}.AboutSection-module__Vln7iG__valueIcon{border-radius:var(--radius-md);width:48px;min-width:48px;height:48px;color:var(--accent);background:#ffffff26;justify-content:center;align-items:center;display:flex}.AboutSection-module__Vln7iG__valueIcon svg{width:24px;height:24px}.AboutSection-module__Vln7iG__valueContent h4{font-family:var(--font-display);color:var(--text-light);margin-bottom:.375rem;font-size:1.125rem;font-weight:600}.AboutSection-module__Vln7iG__valueContent p{color:var(--text-muted-light);margin:0;font-size:.875rem;line-height:1.6}@media (max-width:1024px){.AboutSection-module__Vln7iG__grid{grid-template-columns:repeat(2,1fr)}.AboutSection-module__Vln7iG__grid .AboutSection-module__Vln7iG__card:last-child{grid-column:span 2;max-width:400px;margin:0 auto}.AboutSection-module__Vln7iG__values{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.AboutSection-module__Vln7iG__section{padding:4rem 0}.AboutSection-module__Vln7iG__title{font-size:2rem}.AboutSection-module__Vln7iG__grid{grid-template-columns:1fr}.AboutSection-module__Vln7iG__grid .AboutSection-module__Vln7iG__card:last-child{grid-column:span 1;max-width:none}.AboutSection-module__Vln7iG__card,.AboutSection-module__Vln7iG__values{padding:2rem}.AboutSection-module__Vln7iG__valueItem{text-align:center;flex-direction:column}.AboutSection-module__Vln7iG__valueIcon{margin:0 auto}}
.EventsSection-module__AmqZ9q__section{background:linear-gradient(180deg,var(--bg-light)0%,#eef2f7 100%);padding:6rem 0}.EventsSection-module__AmqZ9q__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.EventsSection-module__AmqZ9q__header{text-align:center;max-width:600px;margin:0 auto 4rem}.EventsSection-module__AmqZ9q__label{color:var(--primary);text-transform:uppercase;letter-spacing:1px;border-radius:var(--radius-full);background:#1a365d1a;margin-bottom:1rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;display:inline-block}.EventsSection-module__AmqZ9q__title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:1rem;font-size:2.75rem;font-weight:700}.EventsSection-module__AmqZ9q__description{color:var(--text-muted);margin:0;font-size:1.0625rem;line-height:1.7}.EventsSection-module__AmqZ9q__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.EventsSection-module__AmqZ9q__eventCard{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all var(--transition-normal);border:1px solid #0000000d;display:flex;overflow:hidden}.EventsSection-module__AmqZ9q__eventCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.EventsSection-module__AmqZ9q__dateBox{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);min-width:100px;color:var(--text-light);flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex}.EventsSection-module__AmqZ9q__day{font-family:var(--font-display);font-size:2.5rem;font-weight:700;line-height:1}.EventsSection-module__AmqZ9q__month{text-transform:uppercase;letter-spacing:1px;margin-top:.25rem;font-size:.9375rem;font-weight:600}.EventsSection-module__AmqZ9q__year{opacity:.7;margin-top:.25rem;font-size:.8125rem}.EventsSection-module__AmqZ9q__eventContent{flex-direction:column;flex:1;padding:1.5rem;display:flex}.EventsSection-module__AmqZ9q__eventType{color:var(--accent-dark);text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-full);background:#c9a22726;align-self:flex-start;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.EventsSection-module__AmqZ9q__eventTitle{font-family:var(--font-display);color:var(--text-dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.EventsSection-module__AmqZ9q__eventDescription{color:var(--text-muted);flex-grow:1;margin-bottom:1rem;font-size:.9375rem;line-height:1.6}.EventsSection-module__AmqZ9q__eventMeta{flex-wrap:wrap;gap:1rem;display:flex}.EventsSection-module__AmqZ9q__metaItem{color:var(--text-muted);align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.EventsSection-module__AmqZ9q__metaItem svg{width:16px;height:16px;color:var(--primary)}.EventsSection-module__AmqZ9q__empty{text-align:center;background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:4rem 2rem}.EventsSection-module__AmqZ9q__empty svg{width:64px;height:64px;color:var(--text-muted-light);margin-bottom:1.5rem}.EventsSection-module__AmqZ9q__empty p{color:var(--text-dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.EventsSection-module__AmqZ9q__empty span{color:var(--text-muted);font-size:.9375rem}@media (max-width:1024px){.EventsSection-module__AmqZ9q__grid{grid-template-columns:1fr}}@media (max-width:768px){.EventsSection-module__AmqZ9q__section{padding:4rem 0}.EventsSection-module__AmqZ9q__title{font-size:2rem}.EventsSection-module__AmqZ9q__eventCard{flex-direction:column}.EventsSection-module__AmqZ9q__dateBox{flex-direction:row;gap:.75rem;min-width:auto;padding:1rem 1.5rem}.EventsSection-module__AmqZ9q__day{font-size:1.75rem}.EventsSection-module__AmqZ9q__month{margin-top:0}.EventsSection-module__AmqZ9q__year{margin-top:0;margin-left:.25rem}.EventsSection-module__AmqZ9q__eventMeta{flex-direction:column;gap:.5rem}}
.ContactSection-module__h9VS7a__section{background:var(--bg-light);padding:6rem 0}.ContactSection-module__h9VS7a__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.ContactSection-module__h9VS7a__grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.ContactSection-module__h9VS7a__info{padding-right:2rem}.ContactSection-module__h9VS7a__label{color:var(--accent-dark);text-transform:uppercase;letter-spacing:1px;border-radius:var(--radius-full);background:#c9a2271a;margin-bottom:1rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;display:inline-block}.ContactSection-module__h9VS7a__title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.ContactSection-module__h9VS7a__description{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.0625rem;line-height:1.8}.ContactSection-module__h9VS7a__contactItems{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.ContactSection-module__h9VS7a__contactItem{align-items:flex-start;gap:1rem;display:flex}.ContactSection-module__h9VS7a__contactIcon{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);border-radius:var(--radius-md);width:48px;min-width:48px;height:48px;color:var(--text-light);justify-content:center;align-items:center;display:flex}.ContactSection-module__h9VS7a__contactIcon svg{width:22px;height:22px}.ContactSection-module__h9VS7a__contactItem h4{color:var(--text-dark);margin-bottom:.25rem;font-size:1rem;font-weight:600}.ContactSection-module__h9VS7a__contactItem p{color:var(--text-muted);margin:0;font-size:.9375rem}.ContactSection-module__h9VS7a__social{align-items:center;gap:1rem;display:flex}.ContactSection-module__h9VS7a__socialLabel{color:var(--text-dark);font-size:.9375rem;font-weight:500}.ContactSection-module__h9VS7a__socialLinks{gap:.75rem;display:flex}.ContactSection-module__h9VS7a__socialLink{border-radius:var(--radius-full);width:40px;height:40px;color:var(--primary);transition:all var(--transition-fast);background:#1a365d1a;justify-content:center;align-items:center;display:flex}.ContactSection-module__h9VS7a__socialLink:hover{background:var(--primary);color:var(--text-light);transform:translateY(-2px)}.ContactSection-module__h9VS7a__socialLink svg{width:20px;height:20px}.ContactSection-module__h9VS7a__formWrapper{background:var(--bg-card);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid #0000000d;padding:2.5rem}.ContactSection-module__h9VS7a__form{flex-direction:column;gap:1.25rem;display:flex}.ContactSection-module__h9VS7a__formGroup{flex-direction:column;gap:.5rem;display:flex}.ContactSection-module__h9VS7a__formLabel{color:var(--text-dark);font-size:.9375rem;font-weight:500}.ContactSection-module__h9VS7a__formInput,.ContactSection-module__h9VS7a__formSelect,.ContactSection-module__h9VS7a__formTextarea{border-radius:var(--radius-md);background:var(--bg-light);width:100%;color:var(--text-dark);transition:all var(--transition-fast);border:2px solid #e2e8f0;padding:.875rem 1rem;font-size:1rem}.ContactSection-module__h9VS7a__formInput:focus,.ContactSection-module__h9VS7a__formSelect:focus,.ContactSection-module__h9VS7a__formTextarea:focus{border-color:var(--primary);background:var(--bg-card);outline:none;box-shadow:0 0 0 3px #1a365d1a}.ContactSection-module__h9VS7a__formInput::placeholder,.ContactSection-module__h9VS7a__formTextarea::placeholder{color:var(--text-muted-light)}.ContactSection-module__h9VS7a__formTextarea{resize:vertical;min-height:130px}.ContactSection-module__h9VS7a__formSelect{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:18px}.ContactSection-module__h9VS7a__error{background:var(--error-light);color:var(--error);border-radius:var(--radius-md);margin:0;padding:.75rem 1rem;font-size:.875rem}.ContactSection-module__h9VS7a__submitBtn{color:var(--primary-dark);background:linear-gradient(135deg,var(--accent)0%,var(--accent-light)100%);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.625rem;padding:1rem 2rem;font-size:1rem;font-weight:600;display:inline-flex;box-shadow:0 4px 15px #c9a2274d}.ContactSection-module__h9VS7a__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #c9a22766}.ContactSection-module__h9VS7a__submitBtn:disabled{opacity:.7;cursor:not-allowed}.ContactSection-module__h9VS7a__submitBtn svg{width:20px;height:20px}.ContactSection-module__h9VS7a__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite ContactSection-module__h9VS7a__spin}@keyframes ContactSection-module__h9VS7a__spin{to{transform:rotate(360deg)}}.ContactSection-module__h9VS7a__successMessage{text-align:center;padding:2rem}.ContactSection-module__h9VS7a__successIcon{background:var(--success-light);width:72px;height:72px;color:var(--success);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.ContactSection-module__h9VS7a__successIcon svg{width:36px;height:36px}.ContactSection-module__h9VS7a__successMessage h3{font-family:var(--font-display);color:var(--text-dark);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.ContactSection-module__h9VS7a__successMessage p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem}.ContactSection-module__h9VS7a__resetBtn{color:var(--primary);border:2px solid var(--primary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);background:0 0;align-items:center;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}.ContactSection-module__h9VS7a__resetBtn:hover{background:var(--primary);color:var(--text-light)}@media (max-width:1024px){.ContactSection-module__h9VS7a__grid{gap:3rem}.ContactSection-module__h9VS7a__info{padding-right:0}}@media (max-width:768px){.ContactSection-module__h9VS7a__section{padding:4rem 0}.ContactSection-module__h9VS7a__grid{grid-template-columns:1fr;gap:2.5rem}.ContactSection-module__h9VS7a__title{font-size:2rem}.ContactSection-module__h9VS7a__formWrapper{padding:1.5rem}.ContactSection-module__h9VS7a__social{flex-direction:column;align-items:flex-start;gap:.75rem}}
.Footer-module__DaFM4q__footer{background:var(--bg-dark);color:var(--text-light);padding:4rem 0 0}.Footer-module__DaFM4q__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.Footer-module__DaFM4q__grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;padding-bottom:3rem;display:grid}.Footer-module__DaFM4q__brand{padding-right:2rem}.Footer-module__DaFM4q__logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.Footer-module__DaFM4q__logoIcon{width:44px;height:44px;color:var(--accent)}.Footer-module__DaFM4q__logoIcon svg{width:100%;height:100%}.Footer-module__DaFM4q__logoText{flex-direction:column;line-height:1.1;display:flex}.Footer-module__DaFM4q__logoTitle{font-family:var(--font-display);color:var(--text-light);font-size:1.0625rem;font-weight:700}.Footer-module__DaFM4q__logoSubtitle{color:var(--accent);letter-spacing:.5px;font-size:.8125rem;font-weight:500}.Footer-module__DaFM4q__brandDescription{color:var(--text-muted-light);margin:0;font-size:.9375rem;line-height:1.7}.Footer-module__DaFM4q__columnTitle{font-family:var(--font-display);color:var(--text-light);margin-bottom:1.25rem;font-size:1rem;font-weight:600}.Footer-module__DaFM4q__links{flex-direction:column;gap:.75rem;display:flex}.Footer-module__DaFM4q__links a{color:var(--text-muted-light);transition:color var(--transition-fast);font-size:.9375rem}.Footer-module__DaFM4q__links a:hover{color:var(--accent)}.Footer-module__DaFM4q__contactList{flex-direction:column;gap:.875rem;display:flex}.Footer-module__DaFM4q__contactList li{color:var(--text-muted-light);align-items:flex-start;gap:.625rem;font-size:.9375rem;display:flex}.Footer-module__DaFM4q__contactList svg{width:18px;min-width:18px;height:18px;color:var(--accent);margin-top:2px}.Footer-module__DaFM4q__socialLinks{gap:.75rem;display:flex}.Footer-module__DaFM4q__socialLink{border-radius:var(--radius-full);width:40px;height:40px;color:var(--text-light);transition:all var(--transition-fast);background:#ffffff1a;justify-content:center;align-items:center;display:flex}.Footer-module__DaFM4q__socialLink:hover{background:var(--accent);color:var(--primary-dark);transform:translateY(-2px)}.Footer-module__DaFM4q__socialLink svg{width:20px;height:20px}.Footer-module__DaFM4q__bottom{justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.Footer-module__DaFM4q__copyright{color:var(--text-muted-light);margin:0;font-size:.875rem}.Footer-module__DaFM4q__legal{gap:1.5rem;display:flex}.Footer-module__DaFM4q__legal a{color:var(--text-muted-light);transition:color var(--transition-fast);font-size:.875rem}.Footer-module__DaFM4q__legal a:hover{color:var(--accent)}@media (max-width:1024px){.Footer-module__DaFM4q__grid{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__DaFM4q__brand{grid-column:span 2;padding-right:0}}@media (max-width:768px){.Footer-module__DaFM4q__footer{padding:3rem 0 0}.Footer-module__DaFM4q__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__DaFM4q__brand{grid-column:span 1}.Footer-module__DaFM4q__bottom{text-align:center;flex-direction:column;gap:1rem}.Footer-module__DaFM4q__legal{flex-wrap:wrap;justify-content:center;gap:1rem}}
