.ThemeToggle-module__sGqMhG__toggle{border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.ThemeToggle-module__sGqMhG__toggle:hover{background:var(--surface);color:var(--primary);border-color:var(--primary)}.ThemeToggle-module__sGqMhG__placeholder{width:38px;height:38px}
.LanguageSelector-module__V7wBFG__container{display:inline-block;position:relative}.LanguageSelector-module__V7wBFG__triggerBtn{border:1px solid var(--border);cursor:pointer;color:var(--foreground);background:0 0;border-radius:50px;align-items:center;gap:.5rem;padding:.4rem .8rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.LanguageSelector-module__V7wBFG__triggerBtn:hover{background:rgba(var(--surface-rgb),.5);border-color:#d4af3780}.LanguageSelector-module__V7wBFG__icon{color:var(--muted)}.LanguageSelector-module__V7wBFG__flag{font-size:1rem;line-height:1}.LanguageSelector-module__V7wBFG__chevron{color:var(--muted);transition:transform .3s}.LanguageSelector-module__V7wBFG__chevron.LanguageSelector-module__V7wBFG__open{transform:rotate(180deg)}.LanguageSelector-module__V7wBFG__dropdown{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:100;background:linear-gradient(145deg,#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:.25rem;min-width:140px;padding:.5rem;display:flex;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 10px 30px #00000080}[data-theme=light] .LanguageSelector-module__V7wBFG__dropdown{background:linear-gradient(145deg,#ffffffe6 0%,#fffc 100%);border:1px solid #0000001a;box-shadow:0 10px 30px #0000001a}.LanguageSelector-module__V7wBFG__option{cursor:pointer;text-align:left;width:100%;color:var(--muted);background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.6rem .8rem;transition:all .2s;display:flex}.LanguageSelector-module__V7wBFG__option:hover{background:rgba(var(--surface-rgb),.8);color:var(--foreground)}.LanguageSelector-module__V7wBFG__option.LanguageSelector-module__V7wBFG__active{color:var(--primary);background:#d4af3726;font-weight:500}.LanguageSelector-module__V7wBFG__optFlag{font-size:1.1rem}.LanguageSelector-module__V7wBFG__optLabel{font-family:var(--font-inter),sans-serif;font-size:.875rem}
.Navbar-module__cJzEcG__navbar{z-index:50;background:0 0;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{background:var(--surface);padding:1rem 0;box-shadow:0 4px 6px -1px #0000001a}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-playfair),serif;color:var(--foreground);align-items:center;font-size:1.5rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__logoLight{display:none!important}.Navbar-module__cJzEcG__logoDark{display:block!important}[data-theme=light] .Navbar-module__cJzEcG__logoLight{display:block!important}[data-theme=light] .Navbar-module__cJzEcG__logoDark{display:none!important}.Navbar-module__cJzEcG__desktopNav{align-items:center;gap:2rem;display:none}.Navbar-module__cJzEcG__navLink{font-family:var(--font-inter),sans-serif;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__navLink:hover{color:var(--primary)}.Navbar-module__cJzEcG__mobileActions{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__mobileMenuBtn{color:var(--foreground);cursor:pointer;background:0 0;border:none;padding:.5rem;display:block}.Navbar-module__cJzEcG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;background:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__mobileNav{background:var(--surface);z-index:100;flex-direction:column;width:85%;max-width:350px;height:100vh;padding:2rem;display:flex;position:fixed;top:0;right:0;box-shadow:-10px 0 30px #0003}.Navbar-module__cJzEcG__mobileHeader{justify-content:flex-end;align-items:center;margin-bottom:3rem;display:flex}.Navbar-module__cJzEcG__closeBtn{color:var(--foreground);cursor:pointer;background:0 0;border:none}.Navbar-module__cJzEcG__mobileLinks{flex-direction:column;flex:1;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__mobileNavLink{font-family:var(--font-playfair),serif;color:var(--foreground);font-size:1.5rem;font-weight:600;transition:color .2s}.Navbar-module__cJzEcG__mobileNavLink:hover{color:var(--primary)}.Navbar-module__cJzEcG__mobileFooter{border-top:1px solid var(--border);font-family:var(--font-inter),sans-serif;margin-top:auto;padding-top:2rem}.Navbar-module__cJzEcG__mobileFooter p{color:var(--foreground);margin:0;font-weight:700}.Navbar-module__cJzEcG__mobileSubtext{margin-top:.5rem;font-size:.75rem}@media (min-width:768px){.Navbar-module__cJzEcG__desktopNav{display:flex}.Navbar-module__cJzEcG__mobileActions,.Navbar-module__cJzEcG__mobileNav,.Navbar-module__cJzEcG__overlay{display:none}}.Navbar-module__cJzEcG__authActions{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__loginBtn{background:var(--primary);color:#000;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.Navbar-module__cJzEcG__loginBtn:hover{background:var(--primary-hover)}.Navbar-module__cJzEcG__userDropdown{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__profileLink{color:var(--foreground);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;transition:color .2s;display:flex}.Navbar-module__cJzEcG__profileLink:hover{color:var(--primary)}.Navbar-module__cJzEcG__logoutBtn{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.Navbar-module__cJzEcG__logoutBtn:hover{color:#ef4444;border-color:#ef4444}.Navbar-module__cJzEcG__divider{border:none;border-top:1px solid var(--border);margin:1rem 0}.Navbar-module__cJzEcG__mobileLogoutBtn{color:#ef4444;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:1.1rem;font-weight:600;display:flex}.Navbar-module__cJzEcG__adminBtn{color:var(--primary);border:1px dashed var(--primary);border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.Navbar-module__cJzEcG__adminBtn:hover{color:var(--primary);opacity:.9;background:#d4af371a}
.Footer-module__S6Hkya__footer{background-color:var(--background);border-top:1px solid #ffffff0d;padding-top:6rem;position:relative;overflow:hidden}[data-theme=light] .Footer-module__S6Hkya__footer{border-top:1px solid #0000000d}.Footer-module__S6Hkya__footer:before{content:"";opacity:.5;background:linear-gradient(90deg,#0000,#d4af3780,#0000);width:100vw;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__container{flex-direction:column;display:flex}.Footer-module__S6Hkya__topSection{flex-direction:column;gap:4rem;padding-bottom:4rem;display:flex}@media (min-width:1024px){.Footer-module__S6Hkya__topSection{flex-direction:row;justify-content:space-between;align-items:flex-start}}.Footer-module__S6Hkya__brandInfo{max-width:450px}.Footer-module__S6Hkya__logo{font-family:var(--font-playfair),serif;letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:700;display:flex}.Footer-module__S6Hkya__logoLight{display:none!important}.Footer-module__S6Hkya__logoDark{display:block!important}[data-theme=light] .Footer-module__S6Hkya__logoLight{display:block!important}[data-theme=light] .Footer-module__S6Hkya__logoDark{display:none!important}.Footer-module__S6Hkya__description{font-family:var(--font-inter),sans-serif;color:var(--muted);margin-bottom:2rem;font-size:1rem;line-height:1.6}.Footer-module__S6Hkya__social{gap:1rem;display:flex}.Footer-module__S6Hkya__socialLink{color:var(--foreground);background:linear-gradient(145deg,#ffffff0d 0%,#ffffff03 100%);border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}[data-theme=light] .Footer-module__S6Hkya__socialLink{background:linear-gradient(145deg,#0000000d 0%,#00000003 100%);border:1px solid #0000001a}.Footer-module__S6Hkya__socialLink:hover{color:var(--primary);background:rgba(var(--surface-rgb),.5);border-color:#d4af374d;transform:translateY(-4px)scale(1.05);box-shadow:0 10px 20px #d4af3726}.Footer-module__S6Hkya__linksGrid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:640px){.Footer-module__S6Hkya__linksGrid{grid-template-columns:repeat(2,1fr);gap:5rem}}.Footer-module__S6Hkya__linkGroup{flex-direction:column;display:flex}.Footer-module__S6Hkya__heading{font-family:var(--font-inter),sans-serif;text-transform:uppercase;letter-spacing:.15em;color:var(--foreground);margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.Footer-module__S6Hkya__linkGroup ul{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__S6Hkya__linkGroup li a{color:var(--muted);font-size:.95rem;font-family:var(--font-inter),sans-serif;align-items:center;gap:.5rem;transition:all .3s;display:inline-flex}.Footer-module__S6Hkya__linkIcon{opacity:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275);transform:translate(-4px)translateY(4px)}.Footer-module__S6Hkya__linkGroup li a:hover{color:var(--primary);transform:translate(4px)}.Footer-module__S6Hkya__linkGroup li a:hover .Footer-module__S6Hkya__linkIcon{opacity:1;transform:translate(0)translateY(0)}.Footer-module__S6Hkya__bottomBar{text-align:center;font-family:var(--font-inter),sans-serif;color:var(--muted);border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 0;font-size:.85rem;display:flex}[data-theme=light] .Footer-module__S6Hkya__bottomBar{border-top:1px solid #0000000d}@media (min-width:768px){.Footer-module__S6Hkya__bottomBar{text-align:left;flex-direction:row;justify-content:space-between}}.Footer-module__S6Hkya__copyright{flex:1}.Footer-module__S6Hkya__developedBy p{color:var(--muted);font-size:.85rem}.Footer-module__S6Hkya__devLink{color:var(--primary);font-weight:600;text-decoration:none;transition:opacity .2s,-webkit-text-decoration .2s,text-decoration .2s}.Footer-module__S6Hkya__devLink:hover{opacity:.8;text-decoration:underline;-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary)}
.HeroSection-module__HAA8HW__hero{background:radial-gradient(circle at 0 0,#d4af3714,#0000 50%),radial-gradient(circle at 100% 100%,#d4af370d,#0000 50%);align-items:center;min-height:110vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.HeroSection-module__HAA8HW__hero:after{content:"";opacity:.05;pointer-events:none;z-index:1;background-image:url(https://grains.vercel.app/grain.png);position:absolute;inset:0}.HeroSection-module__HAA8HW__container{z-index:10;align-items:center;gap:4rem;display:grid;position:relative}@media (min-width:1024px){.HeroSection-module__HAA8HW__container{grid-template-columns:1.2fr .8fr;gap:6rem}}.HeroSection-module__HAA8HW__content{flex-direction:column;display:flex}.HeroSection-module__HAA8HW__subtitleWrapper{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.HeroSection-module__HAA8HW__line{background:var(--primary);width:40px;height:2px}.HeroSection-module__HAA8HW__subtitle{font-family:var(--font-inter),sans-serif;color:var(--primary);text-transform:uppercase;letter-spacing:.3em;font-size:.75rem;font-weight:800}.HeroSection-module__HAA8HW__title{letter-spacing:-.02em;margin:0;font-size:clamp(3rem,6vw,5.5rem);font-weight:900;line-height:1}.HeroSection-module__HAA8HW__description{max-width:600px;color:var(--muted);margin:2rem 0;font-size:1.25rem;line-height:1.6}.HeroSection-module__HAA8HW__ctaGroup{flex-wrap:wrap;gap:1.5rem;display:flex}.HeroSection-module__HAA8HW__primaryBtn,.HeroSection-module__HAA8HW__secondaryBtn{font-weight:700;font-family:var(--font-inter),sans-serif;letter-spacing:.02em;border-radius:100px;justify-content:center;align-items:center;padding:1.25rem 3rem;font-size:1rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-flex}.HeroSection-module__HAA8HW__primaryBtn{background-color:var(--primary);color:#000;box-shadow:0 15px 35px -10px #d4af3766}.HeroSection-module__HAA8HW__primaryBtn:hover{background-color:var(--primary-hover);transform:scale(1.05)translateY(-5px);box-shadow:0 25px 50px -15px #d4af3799}.HeroSection-module__HAA8HW__secondaryBtn{color:var(--foreground);border:2px solid var(--border);background-color:#0000}.HeroSection-module__HAA8HW__secondaryBtn:hover{border-color:var(--primary);background:#d4af370d;transform:scale(1.05)translateY(-5px)}.HeroSection-module__HAA8HW__stats{align-items:center;gap:3rem;margin-top:4rem;display:flex}.HeroSection-module__HAA8HW__statItem{flex-direction:column;display:flex}.HeroSection-module__HAA8HW__statNumber{font-family:var(--font-playfair),serif;color:var(--primary);font-size:2.5rem;font-weight:900;line-height:1}.HeroSection-module__HAA8HW__statLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-top:.5rem;font-size:.875rem;font-weight:600}.HeroSection-module__HAA8HW__imageSection{width:100%;position:relative}.HeroSection-module__HAA8HW__imageWrapper{aspect-ratio:2/3;z-index:2;border:1px solid #d4af374d;border-radius:30px;width:100%;transition:all .5s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;transform:perspective(1000px)rotateY(-5deg);box-shadow:0 20px 50px #00000080,0 0 40px #d4af3733,0 0 80px #d4af371a}.HeroSection-module__HAA8HW__imageWrapper:hover{border-color:var(--primary);transform:perspective(1000px)rotateY(0)translateY(-10px)scale(1.02);box-shadow:0 40px 80px #0009,0 0 60px #d4af3766,0 0 100px #d4af3733}.HeroSection-module__HAA8HW__heroImage{object-fit:cover;object-position:top center}.HeroSection-module__HAA8HW__experienceBadge{background:rgba(var(--surface-rgb),.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:5;text-align:center;border:1px solid #d4af3766;border-radius:24px;min-width:140px;padding:1.5rem;position:absolute;top:10%;right:-30px;box-shadow:0 25px 50px -12px #00000080}.HeroSection-module__HAA8HW__expNumber{background:linear-gradient(#f7e0a3 0%,#c49942 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2.25rem;font-weight:900;line-height:1;display:block}.HeroSection-module__HAA8HW__expText{text-transform:uppercase;letter-spacing:.15em;color:var(--foreground);font-size:.7rem;font-weight:800}.HeroSection-module__HAA8HW__floatingBadge{background:rgba(var(--surface-rgb),.7);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:5;font-family:var(--font-inter),sans-serif;color:var(--foreground);border:1px solid #d4af374d;border-radius:100px;align-items:center;gap:.75rem;padding:1rem 1.75rem;font-size:.9rem;font-weight:700;display:flex;position:absolute;box-shadow:0 20px 40px -10px #00000080}.HeroSection-module__HAA8HW__badge1{bottom:15%;left:-30px}.HeroSection-module__HAA8HW__badge2{top:25%;right:-10px}.HeroSection-module__HAA8HW__scrollDown{opacity:.6;flex-direction:column;align-items:center;gap:.75rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.HeroSection-module__HAA8HW__scrollText{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:600}.HeroSection-module__HAA8HW__mouse{border:2px solid var(--muted);border-radius:12px;justify-content:center;width:24px;height:40px;padding-top:8px;display:flex}.HeroSection-module__HAA8HW__wheel{background-color:var(--primary);border-radius:2px;width:4px;height:8px;animation:2s infinite HeroSection-module__HAA8HW__scroll}@keyframes HeroSection-module__HAA8HW__scroll{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(15px)}}@media (max-width:1024px){.HeroSection-module__HAA8HW__hero{min-height:initial;padding-top:140px;padding-bottom:80px}.HeroSection-module__HAA8HW__title{text-align:center}.HeroSection-module__HAA8HW__subtitleWrapper{justify-content:center}.HeroSection-module__HAA8HW__description{text-align:center;margin:1.5rem auto}.HeroSection-module__HAA8HW__ctaGroup{justify-content:center}.HeroSection-module__HAA8HW__stats{justify-content:center;margin-top:3rem}.HeroSection-module__HAA8HW__imageSection{max-width:450px;margin-top:4rem;margin-left:auto;margin-right:auto}.HeroSection-module__HAA8HW__badge1{left:10px}.HeroSection-module__HAA8HW__badge2{right:10px}.HeroSection-module__HAA8HW__experienceBadge{right:0}}
.AboutSection-module__QVoG9G__about{background:var(--background);padding:8rem 0;position:relative;overflow:hidden}.AboutSection-module__QVoG9G__about:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#d4af3708,#0000 60%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AboutSection-module__QVoG9G__container{z-index:1;align-items:center;gap:4rem;display:grid;position:relative}@media (min-width:1024px){.AboutSection-module__QVoG9G__container{grid-template-columns:1fr 1.25fr;gap:6rem}}.AboutSection-module__QVoG9G__textContent{flex-direction:column;display:flex}@media (min-width:1024px){.AboutSection-module__QVoG9G__textContent{padding-right:2rem}}.AboutSection-module__QVoG9G__sectionSubtitle{font-family:var(--font-inter),sans-serif;text-transform:uppercase;letter-spacing:.25em;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.75rem;font-weight:700;display:flex}.AboutSection-module__QVoG9G__sectionSubtitle:before{content:"";background-color:var(--primary);width:40px;height:1.5px;display:block}.AboutSection-module__QVoG9G__sectionTitle{font-family:var(--font-playfair),serif;text-align:left;letter-spacing:-.02em;margin-bottom:2.5rem;font-size:clamp(2.5rem,4.5vw,3.75rem);line-height:1.1}.AboutSection-module__QVoG9G__bio{font-family:var(--font-inter),sans-serif;color:var(--muted);margin-bottom:1.5rem;font-size:1.05rem;font-weight:300;line-height:1.8}.AboutSection-module__QVoG9G__bio strong{color:var(--foreground);font-weight:500}.AboutSection-module__QVoG9G__cardsGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (max-width:640px){.AboutSection-module__QVoG9G__cardsGrid{grid-template-columns:1fr}}.AboutSection-module__QVoG9G__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit--webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;padding:2rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 30px #0000001a}[data-theme=light] .AboutSection-module__QVoG9G__card{background:linear-gradient(145deg,#00000005 0%,#00000003 100%);border:1px solid #0000000d;box-shadow:0 4px 20px #0000000d}.AboutSection-module__QVoG9G__card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#d4af3799,#0000);height:1px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.AboutSection-module__QVoG9G__card:hover{border-color:#d4af3733;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d,0 0 40px #d4af371a}[data-theme=light] .AboutSection-module__QVoG9G__card:hover{box-shadow:0 15px 30px #0000001a,0 0 40px #d4af3726}.AboutSection-module__QVoG9G__card:hover:before{opacity:1}.AboutSection-module__QVoG9G__iconWrapper{width:52px;height:52px;color:var(--primary);background:#d4af3714;border:1px solid #d4af3726;border-radius:14px;justify-content:center;align-items:center;margin-bottom:2rem;transition:transform .4s,background .4s;display:inline-flex;position:relative}.AboutSection-module__QVoG9G__card:hover .AboutSection-module__QVoG9G__iconWrapper{background:#d4af3726;transform:scale(1.05)}.AboutSection-module__QVoG9G__cardTitle{font-family:var(--font-inter),sans-serif;color:var(--foreground);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.AboutSection-module__QVoG9G__cardDesc{font-family:var(--font-inter),sans-serif;color:var(--muted);font-size:.9rem;font-weight:400;line-height:1.6}
.CoursesSection-module__zcjQAW__coursesSection{background:var(--background);padding:8rem 0;position:relative;overflow:hidden}.CoursesSection-module__zcjQAW__coursesSection:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 100% 100%,#d4af370a,#0000 70%);width:50%;height:50%;position:absolute;bottom:0;right:0}.CoursesSection-module__zcjQAW__container{z-index:1;position:relative}.CoursesSection-module__zcjQAW__header{text-align:center;flex-direction:column;align-items:center;max-width:600px;margin:0 auto 4rem;display:flex}.CoursesSection-module__zcjQAW__sectionSubtitle{font-family:var(--font-inter),sans-serif;text-transform:uppercase;letter-spacing:.25em;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;display:flex}.CoursesSection-module__zcjQAW__sectionSubtitle:before,.CoursesSection-module__zcjQAW__sectionSubtitle:after{content:"";background-color:var(--primary);width:40px;height:1.5px;display:block}.CoursesSection-module__zcjQAW__sectionTitle{font-family:var(--font-playfair),serif;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,4.5vw,3.75rem);line-height:1.1}.CoursesSection-module__zcjQAW__description{color:var(--muted);font-size:1.125rem;line-height:1.6}.CoursesSection-module__zcjQAW__grid{gap:2rem;max-width:1000px;margin:0 auto;display:grid}@media (min-width:768px){.CoursesSection-module__zcjQAW__grid{grid-template-columns:repeat(2,1fr)}}.CoursesSection-module__zcjQAW__courseCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit--webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 30px #0000001a}[data-theme=light] .CoursesSection-module__zcjQAW__courseCard{background:linear-gradient(145deg,#00000005 0%,#00000003 100%);border:1px solid #0000000d;box-shadow:0 4px 20px #0000000d}.CoursesSection-module__zcjQAW__courseCard:before{content:"";opacity:0;z-index:10;background:linear-gradient(90deg,#0000,#d4af3799,#0000);height:1px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.CoursesSection-module__zcjQAW__courseCard:hover{border-color:#d4af3733;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d,0 0 40px #d4af371a}[data-theme=light] .CoursesSection-module__zcjQAW__courseCard:hover{box-shadow:0 15px 30px #0000001a,0 0 40px #d4af3726}.CoursesSection-module__zcjQAW__courseCard:hover:before{opacity:1}.CoursesSection-module__zcjQAW__imagePlaceholder{background:linear-gradient(135deg,#141414cc,#0a0a0ae6);justify-content:center;align-items:center;height:220px;display:flex;position:relative;overflow:hidden}.CoursesSection-module__zcjQAW__imagePlaceholder:after{content:"";opacity:.05;pointer-events:none;background:url(https://grains.vercel.app/grain.png);position:absolute;inset:0}[data-theme=light] .CoursesSection-module__zcjQAW__imagePlaceholder{background:linear-gradient(135deg,#f0f0f0cc,#dcdcdce6)}.CoursesSection-module__zcjQAW__playIcon{color:var(--primary);opacity:.8;z-index:2;filter:drop-shadow(0 4px 10px #0000004d);transition:opacity .4s,transform .4s cubic-bezier(.175,.885,.32,1.275)}.CoursesSection-module__zcjQAW__courseCard:hover .CoursesSection-module__zcjQAW__playIcon{opacity:1;filter:drop-shadow(0 8px 15px #d4af374d);transform:scale(1.15)}.CoursesSection-module__zcjQAW__content{background:rgba(var(--surface-rgb),.3);flex-direction:column;flex:1;padding:2.5rem 2rem;display:flex}.CoursesSection-module__zcjQAW__content h3{font-family:var(--font-playfair),serif;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.CoursesSection-module__zcjQAW__content p{font-family:var(--font-inter),sans-serif;color:var(--muted);flex:1;margin-bottom:2rem;font-size:1rem;line-height:1.6}.CoursesSection-module__zcjQAW__meta{color:var(--muted);font-family:var(--font-inter),sans-serif;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.8rem;font-weight:600;display:flex}.CoursesSection-module__zcjQAW__enrollBtn{color:var(--primary);border:1px solid var(--primary);font-family:var(--font-inter),sans-serif;cursor:pointer;text-align:center;letter-spacing:.02em;background:0 0;border-radius:100px;width:100%;padding:1rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .3s}.CoursesSection-module__zcjQAW__enrollBtn:hover{background:#d4af371a;transform:translateY(-2px);box-shadow:0 5px 15px #d4af3733}
.CheckoutSimulation-module__L8xr_a__wrapper{max-width:600px;margin:2rem auto;padding:0 1rem}.CheckoutSimulation-module__L8xr_a__progress{justify-content:center;align-items:center;gap:.5rem;margin-bottom:3rem;display:flex}.CheckoutSimulation-module__L8xr_a__step{background:var(--surface);border:2px solid var(--border);width:32px;height:32px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;transition:all .3s;display:flex}.CheckoutSimulation-module__L8xr_a__step.CheckoutSimulation-module__L8xr_a__active{background:var(--primary);border-color:var(--primary);color:#000}.CheckoutSimulation-module__L8xr_a__line{background:var(--border);width:40px;height:2px}.CheckoutSimulation-module__L8xr_a__card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:2.5rem;box-shadow:0 10px 30px #0000000d}.CheckoutSimulation-module__L8xr_a__cardTitle{text-align:left;margin-bottom:.5rem;font-size:1.75rem}.CheckoutSimulation-module__L8xr_a__cardSubtitle{color:var(--muted);margin-bottom:2rem;font-size:.95rem}.CheckoutSimulation-module__L8xr_a__form{flex-direction:column;gap:1.5rem;display:flex}.CheckoutSimulation-module__L8xr_a__inputGroup{flex-direction:column;gap:.5rem;display:flex}.CheckoutSimulation-module__L8xr_a__inputGroup label{color:var(--foreground);font-size:.875rem;font-weight:600}.CheckoutSimulation-module__L8xr_a__inputGroup input{border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:8px;padding:.8rem 1rem;font-size:1rem;transition:border-color .2s}.CheckoutSimulation-module__L8xr_a__inputGroup input:focus{border-color:var(--primary);outline:none}.CheckoutSimulation-module__L8xr_a__primaryBtn{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:8px;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:700;transition:background .2s}.CheckoutSimulation-module__L8xr_a__primaryBtn:hover{background:var(--primary-hover)}.CheckoutSimulation-module__L8xr_a__backBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:0;font-size:.875rem;display:flex}.CheckoutSimulation-module__L8xr_a__pixHeader{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.CheckoutSimulation-module__L8xr_a__price{color:var(--primary);font-size:1.25rem;font-weight:700}.CheckoutSimulation-module__L8xr_a__qrContainer{background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:2rem;display:flex}.CheckoutSimulation-module__L8xr_a__qrPlaceholder{color:#000;position:relative}.CheckoutSimulation-module__L8xr_a__qrOverlay{color:#000;white-space:nowrap;background:#c49942e6;border-radius:4px;padding:.2rem 1rem;font-size:1.25rem;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-15deg)}.CheckoutSimulation-module__L8xr_a__qrInstructions{color:#64748b;text-align:center;font-size:.875rem}.CheckoutSimulation-module__L8xr_a__copyGroup{gap:.5rem;margin-bottom:1.5rem;display:flex}.CheckoutSimulation-module__L8xr_a__copyGroup input{background:var(--background);border:1px solid var(--border);color:var(--muted);border-radius:8px;flex:1;padding:.8rem;font-size:.75rem}.CheckoutSimulation-module__L8xr_a__copyBtn{background:var(--surface);border:1px solid var(--border);color:var(--primary);cursor:pointer;border-radius:8px;padding:0 1rem}.CheckoutSimulation-module__L8xr_a__simulationNote{border:1px dashed var(--primary);text-align:center;background:#c499421a;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.CheckoutSimulation-module__L8xr_a__simulationNote p{color:var(--primary);margin-bottom:.5rem;font-size:.75rem}.CheckoutSimulation-module__L8xr_a__simulatePayBtn{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600}.CheckoutSimulation-module__L8xr_a__securityInfo{color:var(--muted);justify-content:center;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.CheckoutSimulation-module__L8xr_a__successCard{background:var(--card-bg);border:1px solid var(--border);text-align:center;border-radius:16px;padding:3rem 2rem;box-shadow:0 20px 40px #0000001a}.CheckoutSimulation-module__L8xr_a__successIcon{margin-bottom:1.5rem}.CheckoutSimulation-module__L8xr_a__downloadArea{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:1.5rem;margin:2rem 0;padding:1.5rem;display:flex}.CheckoutSimulation-module__L8xr_a__itemInfo{text-align:left;align-items:center;gap:1rem;display:flex}.CheckoutSimulation-module__L8xr_a__itemThumb{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;justify-content:center;align-items:center;width:50px;height:60px;font-size:.75rem;font-weight:900;display:flex}.CheckoutSimulation-module__L8xr_a__itemTitle{margin:0;font-size:1rem}.CheckoutSimulation-module__L8xr_a__itemMeta{margin:0;font-size:.75rem}.CheckoutSimulation-module__L8xr_a__downloadBtn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:700;transition:transform .2s;display:flex}.CheckoutSimulation-module__L8xr_a__downloadBtn:hover{background:#16a34a;transform:translateY(-2px)}.CheckoutSimulation-module__L8xr_a__accessNote{color:var(--muted);margin-bottom:2rem;font-size:.875rem}.CheckoutSimulation-module__L8xr_a__outlineBtn{border:1px solid var(--border);color:var(--muted);border-radius:8px;padding:.8rem 1.5rem;font-weight:600;transition:all .2s;display:inline-block}.CheckoutSimulation-module__L8xr_a__outlineBtn:hover{background:var(--surface);color:var(--foreground)}
.Auth-module__hQ63Tq__authWrapper{background:var(--background);justify-content:center;align-items:center;min-height:90vh;padding:8rem 1rem 4rem;display:flex}.Auth-module__hQ63Tq__authCard{background:var(--card-bg);border:1px solid var(--border);border-radius:20px;width:100%;max-width:450px;padding:3rem;box-shadow:0 20px 40px #0000001a}.Auth-module__hQ63Tq__header{text-align:center;margin-bottom:2.5rem}.Auth-module__hQ63Tq__iconContainer{background:#c499421a;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.5rem;display:flex}.Auth-module__hQ63Tq__header h1{font-size:1.85rem;font-family:var(--font-playfair),serif;margin-bottom:.5rem}.Auth-module__hQ63Tq__header p{color:var(--muted);font-size:.95rem}.Auth-module__hQ63Tq__form{flex-direction:column;gap:1.5rem;display:flex}.Auth-module__hQ63Tq__errorBanner{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;align-items:center;gap:.75rem;padding:.8rem 1rem;font-size:.875rem;display:flex}.Auth-module__hQ63Tq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Auth-module__hQ63Tq__inputGroup label{color:var(--foreground);font-size:.875rem;font-weight:600}.Auth-module__hQ63Tq__inputIconWrapper{align-items:center;display:flex;position:relative}.Auth-module__hQ63Tq__inputIconWrapper svg{color:var(--muted);position:absolute;left:1rem}.Auth-module__hQ63Tq__inputIconWrapper input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--foreground);border-radius:8px;padding:.8rem 1rem .8rem 3rem;font-size:1rem;transition:all .2s}.Auth-module__hQ63Tq__inputIconWrapper input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #c499421a}.Auth-module__hQ63Tq__submitBtn{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:8px;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s}.Auth-module__hQ63Tq__submitBtn:hover{background:var(--primary-hover);transform:translateY(-1px)}.Auth-module__hQ63Tq__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.Auth-module__hQ63Tq__footerLink{text-align:center;color:var(--muted);margin-top:2rem;font-size:.9rem}.Auth-module__hQ63Tq__footerLink a{color:var(--primary);font-weight:600;text-decoration:none}.Auth-module__hQ63Tq__footerLink a:hover{text-decoration:underline}@media (max-width:480px){.Auth-module__hQ63Tq__authCard{padding:2rem 1.5rem}}
.Purchases-module__Ks_ABq__wrapper{background:var(--background);min-height:80vh;padding:8rem 0 6rem}.Purchases-module__Ks_ABq__header{justify-content:space-between;align-items:flex-start;margin-bottom:3rem;display:flex}.Purchases-module__Ks_ABq__titleArea h1{margin-bottom:.5rem;font-size:2.5rem}.Purchases-module__Ks_ABq__logoutBtn{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:500;transition:all .2s;display:flex}.Purchases-module__Ks_ABq__logoutBtn:hover{color:#fff;background:#ef4444;border-color:#ef4444}.Purchases-module__Ks_ABq__tabs{border-bottom:1px solid var(--border);gap:2rem;margin-bottom:3rem;display:flex}.Purchases-module__Ks_ABq__tab{color:var(--muted);cursor:pointer;padding:1rem 0;font-weight:600;transition:color .2s;position:relative}.Purchases-module__Ks_ABq__tab.Purchases-module__Ks_ABq__active{color:var(--primary)}.Purchases-module__Ks_ABq__tab.Purchases-module__Ks_ABq__active:after{content:"";background:var(--primary);width:100%;height:2px;position:absolute;bottom:-1px;left:0}.Purchases-module__Ks_ABq__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.Purchases-module__Ks_ABq__purchaseCard{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;gap:1.5rem;padding:2rem;transition:transform .3s;display:flex}.Purchases-module__Ks_ABq__purchaseCard:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.Purchases-module__Ks_ABq__bookIcon{background:var(--surface);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.Purchases-module__Ks_ABq__bookInfo h3{margin-bottom:.5rem;font-size:1.2rem}.Purchases-module__Ks_ABq__bookInfo p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.875rem;display:-webkit-box;overflow:hidden}.Purchases-module__Ks_ABq__downloadBtn{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.875rem;font-weight:700;transition:background .2s;display:flex}.Purchases-module__Ks_ABq__downloadBtn:hover{background:var(--primary-hover)}.Purchases-module__Ks_ABq__empty{text-align:center;color:var(--muted);padding:6rem 0}.Purchases-module__Ks_ABq__empty h3{color:var(--foreground);margin:1.5rem 0 .5rem}.Purchases-module__Ks_ABq__empty p{margin-bottom:2rem}.Purchases-module__Ks_ABq__catalogBtn{background:var(--primary);color:#000;border-radius:8px;padding:.8rem 2rem;font-weight:700;display:inline-block}.Purchases-module__Ks_ABq__loader{text-align:center;color:var(--muted);padding:4rem 0}@media (max-width:768px){.Purchases-module__Ks_ABq__header{flex-direction:column;gap:1.5rem}}
.LegalPage-module__c1sK1q__main{background:var(--background);min-height:80vh;padding:10rem 0 6rem}.LegalPage-module__c1sK1q__header{text-align:center;max-width:800px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.LegalPage-module__c1sK1q__header h1{font-family:var(--font-playfair),serif;color:var(--foreground);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700}.LegalPage-module__c1sK1q__lastUpdated{font-family:var(--font-inter),sans-serif;color:var(--primary);letter-spacing:.05em;text-transform:uppercase;font-size:.95rem;font-weight:600}.LegalPage-module__c1sK1q__content{background:rgba(var(--surface-rgb),.3);-webkit-backdrop-filter:blur(10px);border:1px solid #ffffff08;border-radius:24px;flex-direction:column;gap:2.5rem;max-width:800px;margin:0 auto;padding:3rem;display:flex}[data-theme=light] .LegalPage-module__c1sK1q__content{background:#00000003;border:1px solid #0000000d}.LegalPage-module__c1sK1q__section{flex-direction:column;gap:1rem;display:flex}.LegalPage-module__c1sK1q__section h2{font-family:var(--font-playfair),serif;color:var(--foreground);border-bottom:1px solid #d4af3733;margin:0;padding-bottom:.5rem;font-size:1.5rem;font-weight:700}.LegalPage-module__c1sK1q__section p{font-family:var(--font-inter),sans-serif;color:var(--muted);text-align:justify;margin:0;font-size:1.05rem;line-height:1.7}
.ContactSection-module__jJh_sq__contactSection{background:var(--background);padding:8rem 0;position:relative;overflow:hidden}.ContactSection-module__jJh_sq__contactSection:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 100%,#d4af370d,#0000 70%);width:50vw;height:50vw;position:absolute;top:50%;right:0;transform:translateY(-50%)}.ContactSection-module__jJh_sq__container{z-index:1;gap:4rem;display:grid;position:relative}@media (min-width:1024px){.ContactSection-module__jJh_sq__container{grid-template-columns:1fr 1.1fr;align-items:center;gap:8rem}}.ContactSection-module__jJh_sq__info{flex-direction:column;display:flex}.ContactSection-module__jJh_sq__sectionSubtitle{font-family:var(--font-inter),sans-serif;text-transform:uppercase;letter-spacing:.25em;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;display:flex}.ContactSection-module__jJh_sq__sectionSubtitle:before{content:"";background-color:var(--primary);width:40px;height:1.5px;display:block}.ContactSection-module__jJh_sq__sectionTitle{font-family:var(--font-playfair),serif;letter-spacing:-.02em;text-align:left;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.ContactSection-module__jJh_sq__description{color:var(--muted);max-width:500px;font-size:1.125rem;line-height:1.6;font-family:var(--font-inter),sans-serif;margin-bottom:3rem}.ContactSection-module__jJh_sq__contactDetails{flex-direction:column;gap:2rem;display:flex}.ContactSection-module__jJh_sq__contactItem{background:rgba(var(--surface-rgb),.3);border:1px solid #ffffff08;border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem;transition:transform .3s,background .3s;display:flex}[data-theme=light] .ContactSection-module__jJh_sq__contactItem{border:1px solid #00000008}.ContactSection-module__jJh_sq__contactItem:hover{background:rgba(var(--surface-rgb),.6);border-color:#d4af3733;transform:translate(10px)}.ContactSection-module__jJh_sq__iconWrapper{width:54px;height:54px;color:var(--primary);background:linear-gradient(135deg,#d4af3733,#d4af370d);border:1px solid #d4af3733;border-radius:14px;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 15px #d4af371a}.ContactSection-module__jJh_sq__itemText{flex-direction:column;gap:.25rem;display:flex}.ContactSection-module__jJh_sq__itemText h4{font-family:var(--font-inter),sans-serif;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:600}.ContactSection-module__jJh_sq__itemText p{color:var(--foreground);font-family:var(--font-playfair),serif;font-size:1.25rem;font-weight:600}.ContactSection-module__jJh_sq__form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit--webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;gap:1.5rem;padding:3.5rem 3rem;display:flex;position:relative;box-shadow:0 20px 50px #0003}[data-theme=light] .ContactSection-module__jJh_sq__form{background:linear-gradient(145deg,#00000005 0%,#00000003 100%);border:1px solid #0000000d;box-shadow:0 20px 40px #0000000d}.ContactSection-module__jJh_sq__form:before{content:"";opacity:.5;background:linear-gradient(90deg,#0000,#d4af3766,#0000);height:1px;position:absolute;top:0;left:0;right:0}.ContactSection-module__jJh_sq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.ContactSection-module__jJh_sq__inputGroup label{font-family:var(--font-inter),sans-serif;color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.ContactSection-module__jJh_sq__inputGroup input,.ContactSection-module__jJh_sq__inputGroup select,.ContactSection-module__jJh_sq__inputGroup textarea{background-color:rgba(var(--background-rgb),.5);width:100%;color:var(--foreground);font-family:var(--font-inter),sans-serif;border:1px solid #ffffff1a;border-radius:12px;padding:1rem 1.25rem;font-size:1rem;transition:border-color .3s,box-shadow .3s,background-color .3s}:is([data-theme=light] .ContactSection-module__jJh_sq__inputGroup input,[data-theme=light] .ContactSection-module__jJh_sq__inputGroup select,[data-theme=light] .ContactSection-module__jJh_sq__inputGroup textarea){background-color:#ffffff80;border:1px solid #0000001a}.ContactSection-module__jJh_sq__inputGroup input:focus,.ContactSection-module__jJh_sq__inputGroup select:focus,.ContactSection-module__jJh_sq__inputGroup textarea:focus{background-color:var(--card-bg);border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #d4af371a}.ContactSection-module__jJh_sq__submitBtn{background:var(--primary);color:#000;font-family:var(--font-inter),sans-serif;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;padding:1.25rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 10px 20px #d4af3733}.ContactSection-module__jJh_sq__submitBtn:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-4px);box-shadow:0 15px 30px #d4af374d}.ContactSection-module__jJh_sq__submitBtn:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.ContactSection-module__jJh_sq__inputGroup input.ContactSection-module__jJh_sq__error,.ContactSection-module__jJh_sq__inputGroup select.ContactSection-module__jJh_sq__error,.ContactSection-module__jJh_sq__inputGroup textarea.ContactSection-module__jJh_sq__error{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.ContactSection-module__jJh_sq__errorText{color:#ef4444;font-size:.75rem;font-weight:600;font-family:var(--font-inter),sans-serif;text-transform:none;letter-spacing:normal;margin-top:.25rem}.ContactSection-module__jJh_sq__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.ContactSection-module__jJh_sq__modalCard{text-align:center;background:#121212;border:1px solid #d4af3733;border-radius:24px;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:420px;padding:3rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}[data-theme=light] .ContactSection-module__jJh_sq__modalCard{background:#fff;border-color:#d4af374d;box-shadow:0 25px 50px -12px #0000001a}.ContactSection-module__jJh_sq__modalIcon{color:var(--primary);background:#d4af371a;border:1px solid #d4af3733;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex;box-shadow:0 0 20px #d4af371a}.ContactSection-module__jJh_sq__modalTitle{font-family:var(--font-playfair),serif;color:var(--foreground);margin:0;font-size:1.75rem;font-weight:700}.ContactSection-module__jJh_sq__modalMessage{font-family:var(--font-inter),sans-serif;color:var(--muted);margin:0;font-size:1rem;line-height:1.6}.ContactSection-module__jJh_sq__modalCloseBtn{background:var(--primary);color:#000;font-family:var(--font-inter),sans-serif;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1rem 2rem;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 5px 15px #d4af3733}.ContactSection-module__jJh_sq__modalCloseBtn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 20px #d4af374d}
