:root{--primary-purple:#29166f;--primary-gold:#bfa64c;--secondary-blue:#233580;--text-dark:#232323;--text-light:#fff;--bg-light:#f8f9fa;--bg-dark:#1a0d4d;--gradient-primary:linear-gradient(135deg,#29166f 0%,#3d2394 100%);--gradient-gold:linear-gradient(135deg,#bfa64c 0%,#d4b961 100%);--gradient-overlay:linear-gradient(180deg,#29166fe6 0%,#29166fb3 100%);--shadow-sm:0 2px 8px #0000001a;--shadow-md:0 4px 16px #00000026;--shadow-lg:0 8px 32px #0003;--shadow-xl:0 16px 48px #00000040;--shadow-gold:0 4px 20px #bfa64c4d;--transition-fast:.2s ease-in-out;--transition-normal:.3s ease-in-out;--transition-slow:.5s ease-in-out;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:3rem;--spacing-xl:4rem;--spacing-2xl:6rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:120px}body{background:var(--gradient-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-light);background-attachment:fixed;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:var(--transition-fast);text-decoration:none}a:hover{color:var(--primary-gold)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-on-scroll{opacity:0;animation:.8s ease-out forwards fadeInUp}.glass-effect{-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a}.text-gradient{background:var(--gradient-gold);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--primary-gold);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#d4b961}section{padding:var(--spacing-2xl)0;position:relative}@media (max-width:480px) and (min-width:320px){section{padding:var(--spacing-xl)0}}h1,h2,h3,h4,h5,h6{margin-bottom:var(--spacing-md);font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-bottom:var(--spacing-sm);font-size:1.1rem;line-height:1.8}.btn-primary{background:var(--gradient-gold);color:var(--primary-purple);border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition-normal);box-shadow:var(--shadow-gold);border:none;padding:1rem 2.5rem;font-weight:600;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #bfa64c66}.btn-primary:active{transform:translateY(0)}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);padding:var(--spacing-lg);transition:var(--transition-normal);background:#ffffff0d;border:1px solid #ffffff1a}.card:hover{box-shadow:var(--shadow-xl);border-color:#bfa64c4d;transform:translateY(-8px)}.skeleton{border-radius:var(--radius-md);background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/1000px 100%;animation:2s infinite shimmer}
.Header-module-scss-module__P7cjuG__header{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#29166ff2;border-bottom:1px solid #bfa64c33;width:100%;transition:all .3s;position:fixed;top:0;left:0;right:0;overflow:visible;box-shadow:0 4px 30px #0000004d}.Header-module-scss-module__P7cjuG__header.Header-module-scss-module__P7cjuG__scrolled{background:#29166ffa;box-shadow:0 8px 40px #0006}.Header-module-scss-module__P7cjuG__navbar{padding:1rem 0}@media (max-width:480px) and (min-width:320px){.Header-module-scss-module__P7cjuG__navbar{padding:.75rem 0}}.Header-module-scss-module__P7cjuG__container{grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;overflow:visible}@media (max-width:480px) and (min-width:320px){.Header-module-scss-module__P7cjuG__container{justify-content:space-between;padding:0 1rem;display:flex}}@media (max-width:992px){.Header-module-scss-module__P7cjuG__container{justify-content:space-between;display:flex}}.Header-module-scss-module__P7cjuG__logo{flex-shrink:0;align-items:center;gap:1rem;transition:transform .3s;display:flex}.Header-module-scss-module__P7cjuG__logo:hover{transform:scale(1.05)}.Header-module-scss-module__P7cjuG__logo img{filter:drop-shadow(0 4px 8px #bfa64c4d);transition:filter .3s}.Header-module-scss-module__P7cjuG__logo img:hover{filter:drop-shadow(0 6px 12px #bfa64c80)}.Header-module-scss-module__P7cjuG__navToggle{border:2px solid var(--primary-gold);border-radius:var(--radius-sm);cursor:pointer;z-index:1001;background:0 0;padding:.5rem;transition:all .3s;display:none;position:relative}.Header-module-scss-module__P7cjuG__navToggle:hover{background:#bfa64c1a;border-color:#d4b961}@media (max-width:992px){.Header-module-scss-module__P7cjuG__navToggle{flex-direction:column;justify-content:center;align-items:center;gap:4px;width:40px;height:40px;display:flex}}.Header-module-scss-module__P7cjuG__navToggle span{background:var(--primary-gold);width:24px;height:2px;transition:all .3s;display:block}.Header-module-scss-module__P7cjuG__navToggle.Header-module-scss-module__P7cjuG__active span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module-scss-module__P7cjuG__navToggle.Header-module-scss-module__P7cjuG__active span:nth-child(2){opacity:0}.Header-module-scss-module__P7cjuG__navToggle.Header-module-scss-module__P7cjuG__active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module-scss-module__P7cjuG__navMenu{white-space:nowrap;flex-shrink:0;justify-content:center;align-items:center;gap:1.5rem;list-style:none;visibility:visible!important;opacity:1!important;margin:0!important;padding:0!important;display:flex!important}@media (min-width:1200px){.Header-module-scss-module__P7cjuG__navMenu{gap:2rem}}@media (min-width:1400px){.Header-module-scss-module__P7cjuG__navMenu{gap:2.5rem}}@media (max-width:992px){.Header-module-scss-module__P7cjuG__navMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#1a0d4dfa;border-left:1px solid #bfa64c33;flex-direction:column;justify-content:center;gap:2rem;width:300px;height:100vh;transition:right .4s cubic-bezier(.68,-.55,.265,1.55);position:fixed;top:0;right:-100%;box-shadow:-4px 0 30px #00000080}.Header-module-scss-module__P7cjuG__navMenu.Header-module-scss-module__P7cjuG__active{right:0}}.Header-module-scss-module__P7cjuG__navItem{position:relative;visibility:visible!important;opacity:1!important;display:flex!important}.Header-module-scss-module__P7cjuG__navItem a{border-radius:var(--radius-sm);cursor:pointer;padding:.5rem .75rem;font-size:.95rem;font-weight:500;transition:all .3s;position:relative;color:#fff!important;visibility:visible!important;opacity:1!important;text-decoration:none!important;display:block!important}.Header-module-scss-module__P7cjuG__navItem a:before{content:"";background:var(--gradient-gold);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Header-module-scss-module__P7cjuG__navItem a:hover{color:var(--primary-gold)}.Header-module-scss-module__P7cjuG__navItem a:hover:before{width:80%}@media (max-width:992px){.Header-module-scss-module__P7cjuG__navItem a:hover{background:#bfa64c1a;transform:translate(-4px)}}.Header-module-scss-module__P7cjuG__navItem a:active{transform:scale(.98)}.Header-module-scss-module__P7cjuG__overlay{display:none}@media (max-width:992px){.Header-module-scss-module__P7cjuG__overlay{opacity:0;pointer-events:none;z-index:999;background:#000000b3;transition:opacity .3s;display:block;position:fixed;inset:0}.Header-module-scss-module__P7cjuG__overlay.Header-module-scss-module__P7cjuG__active{opacity:1;pointer-events:all}}.Header-module-scss-module__P7cjuG__scrollProgress{background:var(--gradient-gold);width:0%;height:3px;transition:width .1s linear;position:absolute;bottom:0;left:0;box-shadow:0 0 10px #bfa64c80}
.Footer-module-scss-module__kQc2fa__footer{-webkit-backdrop-filter:blur(20px);background:linear-gradient(#29166ff2 0%,#1a0d4dfa 100%);width:100%;margin-top:6rem;padding:0;position:relative;overflow:hidden}.Footer-module-scss-module__kQc2fa__footer:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#bfa64c1a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#bfa64c14 0%,#0000 50%);position:absolute;inset:0}.Footer-module-scss-module__kQc2fa__gradientBorder{background:linear-gradient(90deg,#0000 0%,#bfa64c 20% 80%,#0000 100%);width:100%;height:4px;animation:3s ease-in-out infinite Footer-module-scss-module__kQc2fa__shimmerBorder;box-shadow:0 2px 20px #bfa64c80}@keyframes Footer-module-scss-module__kQc2fa__shimmerBorder{0%,to{opacity:1}50%{opacity:.6}}.Footer-module-scss-module__kQc2fa__footerContent{z-index:1;padding:4rem 0 2rem;position:relative}@media (max-width:480px) and (min-width:320px){.Footer-module-scss-module__kQc2fa__footerContent{padding:3rem 0 1.5rem}}.Footer-module-scss-module__kQc2fa__footerGrid{grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem;display:grid}@media (max-width:1199px) and (min-width:921px){.Footer-module-scss-module__kQc2fa__footerGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:767px) and (min-width:481px){.Footer-module-scss-module__kQc2fa__footerGrid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:480px) and (min-width:320px){.Footer-module-scss-module__kQc2fa__footerGrid{text-align:center;grid-template-columns:1fr;gap:2.5rem}}.Footer-module-scss-module__kQc2fa__footerSection{opacity:0;flex-direction:column;animation:.6s ease-out forwards Footer-module-scss-module__kQc2fa__fadeInUp;display:flex}.Footer-module-scss-module__kQc2fa__footerSection:first-child{animation-delay:.1s}.Footer-module-scss-module__kQc2fa__footerSection:nth-child(2){animation-delay:.2s}.Footer-module-scss-module__kQc2fa__footerSection:nth-child(3){animation-delay:.3s}.Footer-module-scss-module__kQc2fa__footerSection:nth-child(4){animation-delay:.4s}@media (max-width:480px) and (min-width:320px){.Footer-module-scss-module__kQc2fa__footerSection{align-items:center}}@keyframes Footer-module-scss-module__kQc2fa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Footer-module-scss-module__kQc2fa__logoContainer{justify-content:flex-start;margin-bottom:1.5rem;display:flex}@media (max-width:480px) and (min-width:320px){.Footer-module-scss-module__kQc2fa__logoContainer{justify-content:center}}.Footer-module-scss-module__kQc2fa__footerLogo{filter:drop-shadow(0 8px 24px #bfa64c4d);width:auto;height:180px;transition:all .4s cubic-bezier(.4,0,.2,1)}.Footer-module-scss-module__kQc2fa__footerLogo:hover{filter:drop-shadow(0 12px 32px #bfa64c80);transform:scale(1.05)rotate(2deg)}@media (max-width:480px) and (min-width:320px){.Footer-module-scss-module__kQc2fa__footerLogo{height:150px}}.Footer-module-scss-module__kQc2fa__aboutText{color:#fffc;max-width:280px;margin:0;font-size:.95rem;line-height:1.7}@media (max-width:480px) and (min-width:320px){.Footer-module-scss-module__kQc2fa__aboutText{text-align:center;max-width:100%}}.Footer-module-scss-module__kQc2fa__sectionTitle{color:#bfa64c;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.3rem;font-weight:700;position:relative}.Footer-module-scss-module__kQc2fa__sectionTitle:after{content:"";background:linear-gradient(90deg,#bfa64c,#0000);border-radius:2px;width:40px;height:3px;position:absolute;bottom:0;left:0}@media (max-width:480px) and (min-width:320px){.Footer-module-scss-module__kQc2fa__sectionTitle:after{left:50%;transform:translate(-50%)}}.Footer-module-scss-module__kQc2fa__linkList{margin:0;padding:0;list-style:none}.Footer-module-scss-module__kQc2fa__linkList li{margin-bottom:.75rem}.Footer-module-scss-module__kQc2fa__footerLink{color:#ffffffb3;padding-left:1.25rem;font-size:1rem;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.Footer-module-scss-module__kQc2fa__footerLink:before{content:"→";opacity:0;color:#bfa64c;transition:all .3s;position:absolute;left:0;transform:translate(-10px)}.Footer-module-scss-module__kQc2fa__footerLink:hover{color:#bfa64c;transform:translate(8px)}.Footer-module-scss-module__kQc2fa__footerLink:hover:before{opacity:1;transform:translate(0)}@media (max-width:480px) and (min-width:320px){.Footer-module-scss-module__kQc2fa__footerLink{padding-left:0}.Footer-module-scss-module__kQc2fa__footerLink:hover{transform:translate(0)}.Footer-module-scss-module__kQc2fa__footerLink:before{display:none}}.Footer-module-scss-module__kQc2fa__contactInfo{flex-direction:column;gap:1rem;display:flex}.Footer-module-scss-module__kQc2fa__contactItem{color:#fffc;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem;font-size:.95rem;transition:all .3s;display:flex}.Footer-module-scss-module__kQc2fa__contactItem:hover{color:#fffffff2;background:#bfa64c1a;transform:translate(5px)}@media (max-width:480px) and (min-width:320px){.Footer-module-scss-module__kQc2fa__contactItem{justify-content:center;transform:none!important}}.Footer-module-scss-module__kQc2fa__contactIcon{filter:grayscale(.3);font-size:1.3rem;transition:all .3s}.Footer-module-scss-module__kQc2fa__contactItem:hover .Footer-module-scss-module__kQc2fa__contactIcon{filter:grayscale(0);transform:scale(1.1)}.Footer-module-scss-module__kQc2fa__socialText{color:#ffffffb3;margin-bottom:1.25rem;font-size:.9rem}.Footer-module-scss-module__kQc2fa__socialIcons{align-items:center;gap:1rem;display:flex}@media (max-width:480px) and (min-width:320px){.Footer-module-scss-module__kQc2fa__socialIcons{justify-content:center}}.Footer-module-scss-module__kQc2fa__socialIcon{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Footer-module-scss-module__kQc2fa__socialIcon:before{content:"";background:radial-gradient(circle,#bfa64c4d,#0000);border-radius:50%;width:0;height:0;transition:width .4s,height .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Footer-module-scss-module__kQc2fa__socialIcon:hover{background:#bfa64c26;border-color:#bfa64c80;transform:translateY(-8px)scale(1.1);box-shadow:0 8px 24px #bfa64c4d,0 0 40px #bfa64c33}.Footer-module-scss-module__kQc2fa__socialIcon:hover:before{width:100px;height:100px}.Footer-module-scss-module__kQc2fa__socialIcon:active{transform:translateY(-4px)scale(1.05)}.Footer-module-scss-module__kQc2fa__socialImage{z-index:1;filter:brightness(.9);width:28px;height:28px;transition:all .3s;position:relative}.Footer-module-scss-module__kQc2fa__socialIcon:hover .Footer-module-scss-module__kQc2fa__socialImage{filter:brightness(1.2)}.Footer-module-scss-module__kQc2fa__copyrightSection{margin-top:3rem}.Footer-module-scss-module__kQc2fa__copyrightDivider{background:linear-gradient(90deg,#0000 0%,#bfa64c4d 50%,#0000 100%);height:1px;margin-bottom:2rem}.Footer-module-scss-module__kQc2fa__copyrightContent{text-align:center;padding-bottom:2rem}.Footer-module-scss-module__kQc2fa__copyrightText{color:#fff9;letter-spacing:.5px;margin:0;font-size:.9rem}@media (max-width:480px) and (min-width:320px){.Footer-module-scss-module__kQc2fa__copyrightText{padding:0 1rem;font-size:.85rem}}.Footer-module-scss-module__kQc2fa__backToTop{cursor:pointer;opacity:0;visibility:hidden;z-index:1000;background:linear-gradient(135deg,#bfa64c 0%,#d4b961 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;transition:all .4s cubic-bezier(.4,0,.2,1);animation:2s infinite Footer-module-scss-module__kQc2fa__pulse;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(100px);box-shadow:0 4px 20px #bfa64c66,0 0 #bfa64c80}.Footer-module-scss-module__kQc2fa__backToTop.Footer-module-scss-module__kQc2fa__visible{opacity:1;visibility:visible;transform:translateY(0)}.Footer-module-scss-module__kQc2fa__backToTop:hover{animation:none;transform:translateY(-5px)scale(1.1);box-shadow:0 8px 30px #bfa64c99,0 0 0 8px #bfa64c33}.Footer-module-scss-module__kQc2fa__backToTop:active{transform:translateY(-2px)scale(1.05)}@media (max-width:480px) and (min-width:320px){.Footer-module-scss-module__kQc2fa__backToTop{width:50px;height:50px;bottom:1.5rem;right:1.5rem}}.Footer-module-scss-module__kQc2fa__backToTopIcon{color:#29166f;font-size:1.5rem;font-weight:700;line-height:1;transition:transform .3s}.Footer-module-scss-module__kQc2fa__backToTop:hover .Footer-module-scss-module__kQc2fa__backToTopIcon{transform:translateY(-3px)}@keyframes Footer-module-scss-module__kQc2fa__pulse{0%,to{box-shadow:0 4px 20px #bfa64c66,0 0 #bfa64c80}50%{box-shadow:0 4px 20px #bfa64c66,0 0 0 12px #bfa64c00}}@media (max-width:480px) and (min-width:320px){.Footer-module-scss-module__kQc2fa__footer{margin-top:3rem}.Footer-module-scss-module__kQc2fa__footerContent .container{padding:0 1.5rem}}
