.navbar{z-index:1000;background:0 0;width:100%;padding:1.25rem 0;transition:all .5s cubic-bezier(.23,1,.32,1);position:fixed;top:0;left:0}.navbar:before{content:"";opacity:0;background:linear-gradient(#8b7355f2 0%,#8b7355cc 50%,#8b735500 100%);width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.navbar-scrolled:before{opacity:1}.navbar-visible{transform:translateY(0)}.navbar-hidden{transform:translateY(-100%)}.navbar-scrolled{-webkit-backdrop-filter:blur(20px);background:#8b7355f2;border-bottom:1px solid #fcf8f433;padding:.75rem 0;box-shadow:0 4px 30px #8b73554d,0 1px 3px #8b735533}.navbar-ambient-glow{pointer-events:none;opacity:0;background:radial-gradient(#efe4da33 0%,#8b735526 40%,#0000 70%);width:600px;height:200px;transition:opacity .5s;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.navbar-scrolled .navbar-ambient-glow{opacity:1}.navbar-container{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.navbar-brand{z-index:2;align-items:center;gap:.75rem;text-decoration:none;display:flex;position:relative}.navbar-brand-icon-wrapper{justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.brand-icon-glow{background:radial-gradient(circle,#efe4da80 0%,#8b73554d 50%,#0000 70%);border-radius:50%;width:44px;height:44px;animation:2s ease-in-out infinite brandGlowPulse;position:absolute}@keyframes brandGlowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.brand-svg{color:#fcf8f4;z-index:1;filter:drop-shadow(0 0 8px #efe4da80);width:40px;height:40px;position:relative}.brand-outer-ring{transform-origin:50%;animation:8s linear infinite ringRotate}.brand-hexagon{transform-origin:50%;animation:3s ease-in-out infinite hexagonPulse}.brand-center{transform-origin:50%;animation:2s ease-in-out infinite centerPulse}.brand-dot{animation:1.5s ease-in-out infinite dotGlow}.brand-dot-1{animation-delay:0s}.brand-dot-2{animation-delay:.25s}.brand-dot-3{animation-delay:.5s}.brand-dot-4{animation-delay:.75s}.brand-dot-5{animation-delay:1s}.brand-dot-6{animation-delay:1.25s}@keyframes ringRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hexagonPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes centerPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.3)}}@keyframes dotGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.navbar-brand-text{letter-spacing:.02em;align-items:center;gap:.15rem;font-size:1.35rem;font-weight:700;display:flex}.brand-first{color:#fcf8f4;text-shadow:0 2px 10px #8b73554d}.brand-separator{color:#efe4da;font-weight:300}.brand-last{color:#fcf8f4;text-shadow:0 2px 8px #8b735566;font-weight:800}.navbar-nav{align-items:center;display:flex}.navbar-list{-webkit-backdrop-filter:blur(10px);background:#8b73554d;border:1px solid #fcf8f433;border-radius:50px;gap:.25rem;margin:0;padding:.4rem;list-style:none;display:flex}.navbar-item{position:relative}.navbar-link{border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden}.navbar-link-text{color:#efe4da;z-index:1;font-size:.9rem;font-weight:500;transition:color .3s;position:relative}.navbar-link-icon{color:#fcf8f4;opacity:0;z-index:1;font-size:.7rem;transition:all .3s cubic-bezier(.23,1,.32,1);position:relative;transform:scale(0)rotate(-180deg)}.navbar-link:hover .navbar-link-icon{opacity:1;transform:scale(1)rotate(0)}.navbar-link:hover .navbar-link-text{color:#fcf8f4}.navbar-link-active{background:#8b735599}.navbar-link-active .navbar-link-text{color:#fcf8f4;font-weight:600}.navbar-link-active .navbar-link-icon{opacity:1;color:#fcf8f4;transform:scale(1)rotate(0)}.navbar-link-glow{background:linear-gradient(90deg,#0000,#fcf8f4,#efe4da,#fcf8f4,#0000);border-radius:2px;width:60%;height:2px;animation:2s ease-in-out infinite activeGlow;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 15px #fcf8f480}@keyframes activeGlow{0%,to{opacity:.6}50%{opacity:1}}.navbar-actions{z-index:2;align-items:center;gap:1rem;display:flex;position:relative}.navbar-cta{color:#fcf8f4;background:linear-gradient(135deg,#8b7355,#6b5a3e);border:1px solid #fcf8f44d;border-radius:50px;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #8b735566,0 0 30px #8b735533}.navbar-cta-glow{opacity:0;background:radial-gradient(circle,#fcf8f433 0%,#0000 70%);width:200%;height:200%;transition:opacity .3s;position:absolute;top:-50%;left:-50%}.navbar-cta:hover .navbar-cta-glow{opacity:1}.navbar-cta-text{z-index:1;position:relative}.navbar-cta-icon{z-index:1;align-items:center;transition:transform .3s;display:flex;position:relative}.navbar-cta-icon svg{width:18px;height:18px}.navbar-cta:hover{background:linear-gradient(135deg,#6b5a3e,#5a4a32);border-color:#fcf8f4;transform:translateY(-2px);box-shadow:0 6px 25px #8b735599,0 0 40px #8b73554d}.navbar-cta:hover .navbar-cta-icon{transform:translate(3px)}.navbar-mobile-toggle{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none;position:relative}.toggle-line{background:#fcf8f4;border-radius:2px;width:24px;height:2px;transition:all .3s cubic-bezier(.23,1,.32,1);box-shadow:0 0 8px #fcf8f480}.toggle-active .toggle-line-1{transform:rotate(45deg)translate(5px,5px)}.toggle-active .toggle-line-2{opacity:0;transform:translate(-10px)}.toggle-active .toggle-line-3{transform:rotate(-45deg)translate(5px,-5px)}.navbar-mobile-overlay{-webkit-backdrop-filter:blur(5px);z-index:998;opacity:0;visibility:hidden;background:#8b735599;width:100%;height:100%;transition:all .4s;position:fixed;top:0;left:0}.mobile-overlay-active{opacity:1;visibility:visible}.navbar-mobile-menu{-webkit-backdrop-filter:blur(30px);z-index:999;background:linear-gradient(160deg,#8b7355fa 0%,#6b5a3efa 50%,#8b7355fa 100%);border-left:1px solid #fcf8f44d;flex-direction:column;width:100%;max-width:420px;height:100vh;padding:2rem;transition:right .5s cubic-bezier(.23,1,.32,1);display:flex;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 50px #8b735566}.mobile-menu-active{right:0}.mobile-menu-particles{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.mobile-particle{opacity:0;background:#fcf8f4;border-radius:50%;width:3px;height:3px;animation:3s ease-in-out infinite floatUp;position:absolute;box-shadow:0 0 6px #fcf8f480}@keyframes floatUp{0%{opacity:0;transform:translateY(0)scale(0)}20%{opacity:.6}to{opacity:0;transform:translateY(-100px)scale(1)}}.mobile-menu-header{z-index:1;justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex;position:relative}.mobile-brand-wrapper{align-items:center;gap:.75rem;display:flex}.mobile-brand-icon{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobile-brand-svg{color:#fcf8f4;filter:drop-shadow(0 0 8px #fcf8f480);width:36px;height:36px}.mobile-brand-text{gap:.15rem;font-size:1.3rem;font-weight:700;display:flex}.mobile-brand-first{color:#fcf8f4}.mobile-brand-last{color:#efe4da;font-weight:800}.mobile-menu-close{color:#fcf8f4;cursor:pointer;background:#fcf8f41a;border:1px solid #fcf8f44d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.mobile-menu-close svg{width:20px;height:20px}.mobile-menu-close:hover{background:#fcf8f433;border-color:#fcf8f4;transform:rotate(90deg)}.mobile-menu-divider{z-index:1;background:linear-gradient(90deg,#0000,#fcf8f466,#efe4da99,#fcf8f466,#0000);width:100%;height:1px;margin-bottom:2rem;position:relative}.mobile-menu-nav{z-index:1;flex:1;position:relative}.mobile-menu-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.mobile-menu-item{opacity:0;animation:.5s cubic-bezier(.23,1,.32,1) forwards slideInRight;transform:translate(30px)}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}.mobile-menu-link{background:#fcf8f414;border:1px solid #fcf8f426;border-radius:16px;align-items:center;gap:1rem;padding:1.1rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden}.mobile-menu-link:hover,.mobile-item-active .mobile-menu-link{background:#fcf8f426;border-color:#fcf8f466;transform:translate(5px)}.mobile-link-number{color:#efe4da;min-width:25px;font-size:.75rem;font-weight:600}.mobile-link-icon{color:#fcf8f4;font-size:1rem}.mobile-link-label{color:#fcf8f4;flex:1;font-size:1.15rem;font-weight:500}.mobile-link-arrow{opacity:0;color:#fcf8f4;align-items:center;transition:all .3s;display:flex;transform:translate(-10px)}.mobile-link-arrow svg{width:20px;height:20px}.mobile-menu-link:hover .mobile-link-arrow,.mobile-item-active .mobile-link-arrow{opacity:1;transform:translate(0)}.mobile-link-active-glow{background:linear-gradient(#fcf8f4,#efe4da,#fcf8f4);border-radius:0 3px 3px 0;width:3px;height:60%;animation:2s ease-in-out infinite glowBar;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 15px #fcf8f480}@keyframes glowBar{0%,to{opacity:.7}50%{opacity:1}}.mobile-menu-footer{z-index:1;margin-top:auto;padding-top:2rem;position:relative}.mobile-footer-line{background:linear-gradient(90deg,#0000,#fcf8f44d,#0000);width:100%;height:1px;margin-bottom:1.5rem}.mobile-footer-content{margin-bottom:1.5rem}.mobile-footer-text{color:#efe4da;margin:0;font-size:.9rem;line-height:1.6}.mobile-footer-subtext{color:#d4c5b5;margin:.25rem 0 0;font-size:.85rem}.mobile-footer-social{gap:1.5rem;display:flex}.mobile-social-link{color:#efe4da;align-items:center;gap:.5rem;font-size:.85rem;text-decoration:none;transition:all .3s;display:flex}.social-dot{background:#fcf8f4;border-radius:50%;width:6px;height:6px;transition:all .3s}.mobile-social-link:hover{color:#fcf8f4}.mobile-social-link:hover .social-dot{background:#fcf8f4;transform:scale(1.5);box-shadow:0 0 10px #fcf8f499}@media (width<=1200px){.navbar-link{padding:.5rem 1rem}.navbar-link-text{font-size:.85rem}}@media (width<=992px){.navbar-nav,.navbar-cta{display:none}.navbar-mobile-toggle{display:flex}.navbar-container{padding:0 1.5rem}}@media (width<=480px){.navbar-mobile-menu{max-width:100%;padding:1.5rem}.navbar-brand-text{font-size:1.2rem}.navbar-brand-icon-wrapper{width:38px;height:38px}.brand-svg{width:34px;height:34px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.navbar-link:focus-visible,.navbar-cta:focus-visible,.mobile-menu-link:focus-visible,.mobile-menu-close:focus-visible{outline-offset:2px;outline:2px solid #fcf8f4}.hero{background:#8b7355;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-canvas{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg-container{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg-slide{will-change:transform, opacity;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg-overlay{z-index:2;background:linear-gradient(160deg,#8b7355d9 0%,#6b5a3ebf 30%,#efe4da4d 60%,#8b7355d9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-light-effects{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-light-spot{filter:blur(80px);opacity:.4;border-radius:50%;animation:3s ease-in-out infinite lightPulse;position:absolute}.hero-light-spot-1{background:radial-gradient(circle,#fcf8f466,#efe4da4d,#0000);width:600px;height:600px;animation-delay:0s;top:-20%;right:-10%}.hero-light-spot-2{background:radial-gradient(circle,#efe4da59,#8b735533,#0000);width:500px;height:500px;animation-delay:1.5s;bottom:-30%;left:-10%}.hero-light-spot-3{background:radial-gradient(circle,#fcf8f44d,#efe4da26,#0000);width:400px;height:400px;animation-delay:2.5s;top:40%;left:50%;transform:translate(-50%,-50%)}@keyframes lightPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.hero-geometry{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-geo-ring{border:1px solid #fcf8f433;border-radius:50%;animation:20s linear infinite ringRotate;position:absolute}.hero-geo-ring-1{border:2px solid #efe4da40;width:800px;height:800px;top:-30%;right:-15%}.hero-geo-ring-2{border:1px solid #fcf8f426;width:1000px;height:1000px;animation-duration:25s;animation-direction:reverse;bottom:-40%;left:-20%}.hero-content{z-index:10;width:100%;padding:2rem;position:relative}.hero-container{opacity:0;max-width:1400px;margin:0 auto;transition:all .8s cubic-bezier(.23,1,.32,1);transform:translateY(30px)}.hero-container.visible{opacity:1;transform:translateY(0)}.hero-top-bar{justify-content:space-between;align-items:center;margin-bottom:3rem;padding-top:2rem;display:flex}.hero-brand{align-items:center;gap:.5rem;display:flex}.hero-brand-dot{background:linear-gradient(135deg,#fcf8f4,#efe4da);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite brandPulse}@keyframes brandPulse{0%,to{box-shadow:0 0 10px #fcf8f44d}50%{box-shadow:0 0 20px #fcf8f499}}.hero-brand-name{color:#fcf8f4;letter-spacing:.02em;text-shadow:0 2px 10px #8b73554d;font-size:1.1rem;font-weight:600}.hero-brand-separator{color:#fcf8f4cc}.hero-brand-tagline{color:#efe4da;font-size:.9rem}.hero-nav-indicators{gap:.75rem;display:flex}.hero-nav-indicator{cursor:pointer;background:0 0;border:2px solid #fcf8f466;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.hero-nav-indicator.active{background:linear-gradient(135deg,#fcf8f4,#efe4da);border-color:#fcf8f4;transform:scale(1.3);box-shadow:0 0 20px #fcf8f499}.hero-nav-indicator:hover{background:#fcf8f433;border-color:#fcf8f4}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:4rem;display:grid}.hero-left{max-width:600px}.hero-tagline{opacity:0;align-items:center;gap:.75rem;margin-bottom:1.5rem;animation:.6s .3s forwards fadeInUp;display:flex}.hero-tagline-icon{color:#fcf8f4;text-shadow:0 0 15px #fcf8f480;font-size:1.2rem;animation:3s linear infinite rotate}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-tagline-text{text-transform:uppercase;letter-spacing:.25em;color:#fcf8f4;text-shadow:0 2px 8px #8b73554d;font-size:.9rem;font-weight:600}.hero-headline{opacity:0;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;animation:.6s .5s forwards fadeInUp}.hero-headline-main{color:#fcf8f4;text-shadow:0 2px 20px #8b735580;font-weight:400;display:block}.hero-headline-emphasis{color:#fff;text-shadow:0 2px 15px #8b735580,0 0 40px #fcf8f44d;font-weight:800;animation:2s ease-in-out infinite textGlow;display:block}@keyframes textGlow{0%,to{text-shadow:0 2px 15px #8b735580,0 0 40px #fcf8f44d}50%{text-shadow:0 2px 20px #8b7355b3,0 0 60px #fcf8f480}}.hero-description{color:#fcf8f4;opacity:0;text-shadow:0 1px 8px #8b735566;max-width:500px;margin-bottom:2rem;font-size:1.15rem;line-height:1.8;animation:.6s .7s forwards fadeInUp}.hero-features{opacity:0;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem;animation:.6s .9s forwards fadeInUp;display:flex}.hero-feature{color:#fcf8f4;text-shadow:0 1px 6px #8b735566;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.hero-feature-dot{background:#efe4da;border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px #efe4da99}.hero-actions{opacity:0;gap:1rem;animation:.6s 1.1s forwards fadeInUp;display:flex}.hero-primary-btn{color:#fcf8f4;cursor:pointer;text-shadow:0 1px 2px #0003;background:linear-gradient(135deg,#8b7355,#6b5a3e);border:1px solid #fcf8f44d;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 20px #8b735580}.hero-primary-btn:hover{background:linear-gradient(135deg,#6b5a3e,#5a4a32);border-color:#fcf8f4;transform:translateY(-2px);box-shadow:0 6px 30px #8b7355b3}.hero-primary-btn svg{width:20px;height:20px;transition:transform .3s}.hero-primary-btn:hover svg{transform:translate(5px)}.hero-secondary-btn{color:#fcf8f4;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fcf8f41a;border:2px solid #fcf8f466;border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s}.hero-secondary-btn:hover{color:#fff;background:#fcf8f433;border-color:#fcf8f4;transform:translateY(-2px);box-shadow:0 4px 20px #8b73554d}.hero-right{justify-content:center;align-items:center;display:flex}.hero-visual{opacity:0;animation:.6s .7s forwards fadeInUp}.hero-image-container{width:420px;height:420px;position:relative}.hero-image-glow{filter:blur(40px);background:radial-gradient(circle,#fcf8f466,#efe4da4d,#0000);border-radius:50%;width:320px;height:320px;animation:3s ease-in-out infinite glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes glowPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.hero-image-ring{border:2px solid #fcf8f44d;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-image-ring-1{border-color:#efe4da66;width:380px;height:380px;animation:8s linear infinite ringExpand}.hero-image-ring-2{border-color:#fcf8f44d;width:340px;height:340px;animation:8s linear infinite reverse ringExpand}@keyframes ringExpand{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.03)}}.hero-image-frame{border:2px solid #fcf8f480;border-radius:24px;width:300px;height:300px;animation:6s ease-in-out infinite frameFloat;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 20px 60px #8b735580,0 0 40px #fcf8f433,inset 0 0 20px #efe4da1a}@keyframes frameFloat{0%,to{transform:translate(-50%,-50%)translateY(0)}50%{transform:translate(-50%,-50%)translateY(-12px)}}.hero-image{object-fit:cover;border-radius:24px;width:100%;height:100%}.hero-image-shine{background:linear-gradient(45deg,#0000 40%,#fcf8f426 45%,#fcf8f44d 50%,#fcf8f426 55%,#0000 60%);width:100%;height:100%;animation:3s ease-in-out infinite shine;position:absolute;top:0;left:0}@keyframes shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.hero-bottom{opacity:0;justify-content:space-between;align-items:center;animation:.6s 1.3s forwards fadeInUp;display:flex}.hero-stats{align-items:center;gap:2.5rem;display:flex}.hero-stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.hero-stat-number{color:#fff;text-shadow:0 2px 15px #8b735580,0 0 30px #fcf8f44d;font-size:2rem;font-weight:800}.hero-stat-label{color:#efe4da;text-transform:uppercase;letter-spacing:.12em;text-shadow:0 1px 6px #8b735566;font-size:.85rem;font-weight:500}.hero-stat-divider{background:linear-gradient(#0000,#fcf8f466,#0000);width:1px;height:50px}.hero-progress{align-items:center;gap:1rem;display:flex}.hero-progress-label{color:#efe4da;text-shadow:0 1px 6px #8b735566;font-size:.9rem;font-weight:600}.hero-progress-bar{background:#fcf8f433;border-radius:3px;width:120px;height:3px;overflow:hidden;box-shadow:0 0 10px #8b73554d}.hero-progress-fill{background:linear-gradient(90deg,#8b7355,#efe4da,#fcf8f4);border-radius:3px;height:100%;transition:width .5s;box-shadow:0 0 15px #fcf8f480}@keyframes fadeInUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.hero-grid{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-left{order:1;max-width:100%}.hero-right{order:0}.hero-features,.hero-actions{justify-content:center}.hero-description{max-width:100%}.hero-bottom{flex-direction:column;gap:2rem}.hero-image-container{width:320px;height:320px}.hero-image-frame{width:240px;height:240px}.hero-image-ring-1{width:300px;height:300px}.hero-image-ring-2{width:270px;height:270px}.hero-image-glow{width:260px;height:260px}}@media (width<=768px){.hero-content{padding:1rem}.hero-headline{font-size:clamp(2rem,4vw,3rem)}.hero-stats{gap:1.5rem}.hero-stat-number{font-size:1.5rem}.hero-top-bar{flex-direction:column;align-items:flex-start;gap:1.5rem}.hero-brand{flex-wrap:wrap}.hero-image-container{width:280px;height:280px}.hero-image-frame{width:200px;height:200px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.about-bg-video-wrap{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.about-bg-video{object-fit:cover;opacity:.18;filter:saturate(.65)brightness(.88);width:100%;height:100%}.about-bg-video-shade{background:linear-gradient(160deg,#fcf8f4d9 0%,#f5ede6cc 40%,#efe4dad1 100%);position:absolute;inset:0}.about{background:linear-gradient(#fcf8f4 0%,#efe4da 50%,#fcf8f4 100%);justify-content:center;align-items:center;min-height:100vh;padding:6rem 0;display:flex;position:relative;overflow:hidden}.about-bg-image-light{z-index:0;will-change:transform;width:116%;height:116%;transition:transform .6s cubic-bezier(.23,1,.32,1);position:absolute;top:-8%;left:-8%;overflow:hidden}.about-bg-image-img-light{object-fit:cover;filter:saturate(.8)brightness(1.05)sepia(.08);width:100%;height:100%;animation:26s ease-in-out infinite alternate bgImageKenBurns}@keyframes bgImageKenBurns{0%{transform:scale(1)translate(0)}50%{transform:scale(1.1)translate(-1.5%,1%)}to{transform:scale(1.04)translate(1%,-1.5%)}}.about-bg-light{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.about-bg-gradient-light{background:radial-gradient(at 20%,#8b735514 0%,#0000 50%),radial-gradient(at 80%,#8b73550f 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.about-bg-grid-light{background-image:linear-gradient(#8b73550d 1px,#0000 1px),linear-gradient(90deg,#8b73550d 1px,#0000 1px);background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.about-bg-pattern-light{background:radial-gradient(circle at 30% 70%,#8b73550a 0%,#0000 50%),radial-gradient(circle at 70% 30%,#8b73550a 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.about-ambient-light{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.about-glow-light{filter:blur(100px);border-radius:50%;position:absolute}.about-glow-1-light{background:radial-gradient(circle,#8b735526,#0000);width:600px;height:600px;animation:8s ease-in-out infinite glowFloat;top:-20%;left:-10%}.about-glow-2-light{background:radial-gradient(circle,#8b73551f,#0000);width:500px;height:500px;animation:10s ease-in-out infinite reverse glowFloat;bottom:-30%;right:-10%}.about-glow-3-light{background:radial-gradient(circle,#efe4da33,#0000);width:400px;height:400px;animation:6s ease-in-out infinite glowPulse;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes glowFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}.about-geometry-light{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.about-geo-ring-light{border:1px solid #8b73551a;border-radius:50%;position:absolute}.about-geo-ring-1-light{width:800px;height:800px;animation:25s linear infinite ringRotate;top:-40%;right:-20%}.about-geo-ring-2-light{border-color:#8b735514;width:900px;height:900px;animation:30s linear infinite reverse ringRotate;bottom:-50%;left:-25%}.about-particles-light{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.about-particle-light{background:#8b73554d;border-radius:50%;animation:linear infinite particleFloat;position:absolute}@keyframes particleFloat{0%{opacity:0;transform:translateY(0)translate(0)}10%{opacity:.8}90%{opacity:.8}to{opacity:0;transform:translateY(-100vh)translate(60px)}}.about-container-light{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.about-layout-light{opacity:0;grid-template-columns:1fr 1fr;align-items:center;gap:6rem;transition:all 1s cubic-bezier(.23,1,.32,1);display:grid;transform:translateY(40px)}.about-layout-light.visible-light{opacity:1;transform:translateY(0)}.about-left-light{justify-content:center;align-items:center;display:flex}.about-image-wrapper-light{justify-content:center;align-items:center;width:420px;height:500px;display:flex;position:relative}.about-image-aura-light{filter:blur(30px);background:radial-gradient(#8b735533,#efe4da26,#0000);border-radius:30px;width:380px;height:460px;animation:4s ease-in-out infinite auraPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes auraPulse{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.08)}}.about-image-ring-light{border:1.5px solid #8b735533;border-radius:25px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-image-ring-1-light{width:400px;height:480px;animation:8s ease-in-out infinite ringExpand}.about-image-ring-2-light{border-color:#8b735526;width:390px;height:470px;animation:8s ease-in-out infinite reverse ringExpand}.about-image-frame-light{border-radius:20px;width:350px;height:430px;transition:transform .5s;position:relative;overflow:hidden;box-shadow:0 25px 60px #8b735533,0 10px 30px #8b735526,0 0 0 1px #8b73551a}.about-image-frame-light:hover{transform:translateY(-5px);box-shadow:0 30px 70px #8b73554d,0 15px 40px #8b735533,0 0 0 2px #8b735533}.about-image-light{object-fit:cover;width:100%;height:100%;transition:transform .5s}.about-image-frame-light:hover .about-image-light{transform:scale(1.05)}.about-image-overlay-light{background:linear-gradient(#0000 60%,#8b73551a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.about-experience-badge-light{color:#fcf8f4;text-align:center;z-index:3;background:linear-gradient(135deg,#8b7355,#6b5a3e);border-radius:16px;padding:1rem 1.5rem;animation:3s ease-in-out infinite badgeFloat;position:absolute;bottom:-20px;right:20px;box-shadow:0 10px 30px #8b735566,0 0 0 1px #fcf8f44d}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.about-exp-number-light{color:#fcf8f4;text-shadow:0 2px 10px #0003;font-size:2rem;font-weight:800;line-height:1;display:block}.about-exp-label-light{color:#efe4da;text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem;font-size:.75rem;font-weight:500;display:block}.about-right-light{align-items:center;display:flex}.about-content-light{max-width:550px}.about-label-light{opacity:0;align-items:center;gap:1rem;margin-bottom:1.5rem;animation:.6s .2s forwards fadeInUp;display:flex}.about-label-line-light{background:#8b7355;width:30px;height:1px}.about-label-text-light{text-transform:uppercase;letter-spacing:.2em;color:#907452;font-size:.8rem;font-weight:600}.about-name-title-light{color:#5a4a32;opacity:0;letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.2;animation:.6s .4s forwards fadeInUp}.about-role-light{color:#8b7355;opacity:0;margin:0 0 1.5rem;font-size:1.1rem;font-weight:500;animation:.6s .6s forwards fadeInUp}.about-divider-light{opacity:0;align-items:center;gap:.75rem;margin-bottom:1.5rem;animation:.6s .8s forwards fadeInUp;display:flex}.about-divider-line-light{background:linear-gradient(90deg,#0000,#8b7355);width:40px;height:1px}.about-divider-dot-light{background:#8b7355;border-radius:50%;width:6px;height:6px}.about-divider-line-light:last-child{background:linear-gradient(90deg,#8b7355,#0000)}.about-bio-light{color:#6b5a3e;opacity:0;margin-bottom:2rem;font-size:1.05rem;line-height:1.8;animation:.6s 1s forwards fadeInUp}.about-highlight-light{color:#8b7355;background:linear-gradient(#0000 60%,#efe4da80 60%);padding:0 2px;font-weight:600;position:relative}.about-key-points-light{opacity:0;flex-direction:column;gap:1rem;margin-bottom:2.5rem;animation:.6s 1.2s forwards fadeInUp;display:flex}.about-point-light{background:#8b73550d;border:1px solid #8b73551a;border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;transition:all .3s;display:flex}.about-point-light:hover{background:#8b735514;border-color:#8b735533;transform:translate(5px);box-shadow:0 5px 20px #8b73551a}.about-point-icon-light{color:#8b7355;flex-shrink:0;margin-top:.1rem;font-size:1.2rem}.about-point-content-light{flex-direction:column;gap:.2rem;display:flex}.about-point-title-light{color:#5a4a32;font-size:.95rem;font-weight:600}.about-point-desc-light{color:#92560c;font-size:.85rem;line-height:1.5}.about-actions-light{opacity:0;flex-wrap:wrap;gap:1rem;animation:.6s 1.4s forwards fadeInUp;display:flex}.about-cta-light{color:#fcf8f4;background:linear-gradient(135deg,#8b7355,#6b5a3e);border:1px solid #fcf8f433;border-radius:50px;align-items:center;gap:.5rem;padding:.9rem 1.8rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 15px #8b73554d}.about-cta-light:hover{background:linear-gradient(135deg,#6b5a3e,#5a4a32);transform:translateY(-2px);box-shadow:0 6px 25px #8b735580}.about-cta-light svg{width:18px;height:18px;transition:transform .3s}.about-cta-light:hover svg{transform:translate(4px)}.about-cta-secondary-light{color:#8b7355;background:0 0;border:2px solid #8b73554d;border-radius:50px;align-items:center;padding:.9rem 1.8rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.about-cta-secondary-light:hover{color:#5a4a32;background:#8b73550d;border-color:#8b7355;transform:translateY(-2px)}.about-stats-bar-light{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#8b73550d;border:1px solid #8b73551a;border-radius:20px;justify-content:center;align-items:center;gap:3rem;margin-top:5rem;padding:2.5rem 3rem;transition:all .8s cubic-bezier(.23,1,.32,1) .5s;display:flex;transform:translateY(30px)}.about-stats-bar-light.visible-light{opacity:1;transform:translateY(0)}.about-stat-item-light{flex-direction:column;align-items:center;gap:.3rem;display:flex}.about-stat-number-light{color:#5a4a32;font-size:2.2rem;font-weight:800;line-height:1}.about-stat-label-light{color:#8b7355;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:500}.about-stat-separator-light{background:linear-gradient(#0000,#8b73554d,#0000);width:1px;height:50px}@media (width<=1200px){.about-layout-light{gap:4rem}.about-image-wrapper-light{width:380px;height:460px}.about-image-frame-light{width:310px;height:390px}.about-stats-bar-light{gap:2rem;padding:2rem}}@media (width<=992px){.about-layout-light{text-align:center;grid-template-columns:1fr;gap:3rem}.about-left-light{order:0}.about-right-light{order:1;justify-content:center}.about-content-light{max-width:100%}.about-label-light,.about-divider-light{justify-content:center}.about-point-light{text-align:left}.about-actions-light{justify-content:center}.about-image-wrapper-light{width:340px;height:420px}.about-image-frame-light{width:280px;height:360px}.about-experience-badge-light{bottom:-15px;right:10px}}@media (width<=768px){.about{padding:4rem 0}.about-container-light{padding:0 1.5rem}.about-name-title-light{font-size:2rem}.about-stats-bar-light{flex-wrap:wrap;gap:1.5rem;padding:1.5rem}.about-stat-separator-light{background:linear-gradient(90deg,#0000,#8b73554d,#0000);width:40px;height:1px}.about-stat-number-light{font-size:1.8rem}.about-image-wrapper-light{width:300px;height:380px}.about-image-frame-light{width:250px;height:330px}.about-experience-badge-light{padding:.75rem 1rem}.about-exp-number-light{font-size:1.5rem}}@media (width<=480px){.about-actions-light{flex-direction:column;align-items:center}.about-cta-light,.about-cta-secondary-light{justify-content:center;width:100%}.about-image-wrapper-light{width:260px;height:340px}.about-image-frame-light{width:220px;height:290px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.about-bg-image-overlay-light{background:linear-gradient(#fcf8f4cc 0%,#efe4dab3 45%,#fcf8f4d1 100%),radial-gradient(#8b73551a,#0000 70%);position:absolute;inset:0}.fin-edu{background:linear-gradient(#fcf8f4 0%,#efe4da 50%,#fcf8f4 100%);justify-content:center;align-items:center;min-height:100vh;padding:6rem 0;display:flex;position:relative;overflow:hidden}.fin-edu-bg{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.fin-edu-glow{filter:blur(120px);border-radius:50%;position:absolute}.fin-edu-glow-1{background:radial-gradient(circle,#8b73551a,#0000);width:500px;height:500px;animation:12s ease-in-out infinite floatGlow;top:-15%;right:-10%}.fin-edu-glow-2{background:radial-gradient(circle,#8b735514,#0000);width:450px;height:450px;animation:10s ease-in-out infinite reverse floatGlow;bottom:-20%;left:-10%}.fin-edu-glow-3{background:radial-gradient(#efe4da26,#0000);width:600px;height:400px;animation:8s ease-in-out infinite centerGlow;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes floatGlow{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-30px)scale(1.1)}66%{transform:translate(-30px,20px)scale(.95)}}@keyframes centerGlow{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:.9;transform:translate(-50%,-50%)scale(1.1)}}.fin-edu-breath-waves{z-index:1;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fin-edu-breath-wave{border:1px solid #8b735514;border-radius:50%;animation:8s ease-in-out infinite breathWave;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes breathWave{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.15)}}.fin-edu-particles{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.fin-edu-particle{border-radius:50%;animation:linear infinite particleFloat;position:absolute}.fin-edu-container{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.fin-edu-header{text-align:center;opacity:0;margin-bottom:3rem;transition:all .8s cubic-bezier(.23,1,.32,1);transform:translateY(30px)}.fin-edu-header.visible{opacity:1;transform:translateY(0)}.fin-edu-badge{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.fin-edu-badge-line{background:#8b7355;width:30px;height:1px}.fin-edu-tag{text-transform:uppercase;letter-spacing:.2em;color:#8b7355;font-size:.8rem;font-weight:600}.fin-edu-title{color:#6b5a3e;margin:0 0 1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;line-height:1.2}.fin-edu-title-accent{color:#8b7355;font-weight:800;display:inline-block;position:relative}.fin-edu-title-accent:after{content:"";opacity:.5;background:linear-gradient(90deg,#8b7355,#efe4da);border-radius:2px;width:100%;height:3px;position:absolute;bottom:4px;left:0}.fin-edu-title-dot{color:#8b7355}.fin-edu-subtitle{color:#8b7355;max-width:550px;margin:0 auto;font-size:1.05rem;font-weight:400;line-height:1.7}.fin-edu-tabs{opacity:0;justify-content:center;gap:1rem;margin-bottom:3rem;transition:all .8s cubic-bezier(.23,1,.32,1) .2s;display:flex;transform:translateY(20px)}.fin-edu-tabs.visible{opacity:1;transform:translateY(0)}.fin-edu-tab{cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#fcf8f499;border:1px solid #8b735533;border-radius:50px;align-items:center;gap:.6rem;padding:.75rem 1.5rem;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden}.fin-edu-tab:hover{background:#fcf8f4cc;border-color:#8b735566;transform:translateY(-2px)}.fin-edu-tab-active{background:#8b7355;border-color:#8b7355;box-shadow:0 8px 25px #8b73554d}.fin-edu-tab-active:hover{background:#6b5a3e;border-color:#6b5a3e}.fin-edu-tab-symbol{font-size:1rem;transition:all .4s}.fin-edu-tab:not(.fin-edu-tab-active) .fin-edu-tab-symbol{color:#8b7355}.fin-edu-tab-active .fin-edu-tab-symbol{color:#fcf8f4}.fin-edu-tab-label{font-size:.9rem;font-weight:500;transition:all .4s}.fin-edu-tab:not(.fin-edu-tab-active) .fin-edu-tab-label{color:#6b5a3e}.fin-edu-tab-active .fin-edu-tab-label{color:#fcf8f4}.fin-edu-tab-line{background:var(--tab-color,#8b7355);border-radius:2px;width:60%;height:2px;transition:transform .4s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.fin-edu-tab-active .fin-edu-tab-line{background:#fcf8f4;transform:translate(-50%)scaleX(1)}.fin-edu-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem;display:grid}.fin-edu-grid.visible .fin-edu-card{opacity:1;transform:translateY(0)}.fin-edu-card{opacity:0;cursor:pointer;border-radius:24px;align-items:flex-end;min-height:320px;transition:all .7s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden;transform:translateY(40px);box-shadow:0 15px 40px #8b735526,0 5px 15px #8b73551a}.fin-edu-card:hover{box-shadow:0 25px 60px #8b735540,0 10px 25px #8b735526;transform:translateY(-8px)!important}.fin-edu-card-overlay{z-index:1;width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:0}.fin-edu-card:hover .fin-edu-card-overlay{opacity:.9}.fin-edu-card-content{z-index:2;color:#fcf8f4;width:100%;padding:2rem;position:relative}.fin-edu-card-decoration{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.fin-edu-card-symbol{font-size:1.8rem;animation:6s linear infinite symbolRotate;display:inline-block}@keyframes symbolRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fin-edu-card-ring{border:2px solid;border-radius:50%;width:40px;height:40px;animation:3s ease-in-out infinite ringPulse}@keyframes ringPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.fin-edu-card-title{color:#fcf8f4;text-shadow:0 2px 10px #0000004d;margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.fin-edu-card-divider{opacity:.8;border-radius:2px;width:50px;height:2px;margin-bottom:.75rem}.fin-edu-card-desc{color:#efe4da;text-shadow:0 1px 6px #0003;margin:0 0 1rem;font-size:.95rem;line-height:1.7}.fin-edu-card-connection{gap:.5rem;display:flex}.fin-edu-card-dot{border-radius:50%;width:6px;height:6px;transition:all .3s}.fin-edu-card:hover .fin-edu-card-dot{animation:1.5s ease-in-out infinite dotGlow}.fin-edu-card:hover .fin-edu-card-dot:nth-child(2){animation-delay:.2s}.fin-edu-card:hover .fin-edu-card-dot:nth-child(3){animation-delay:.4s}.fin-edu-disclaimer{opacity:0;transition:all .8s cubic-bezier(.23,1,.32,1) .8s;transform:translateY(20px)}.fin-edu-disclaimer.visible{opacity:1;transform:translateY(0)}.fin-edu-disclaimer-inner{-webkit-backdrop-filter:blur(10px);background:#8b73550d;border:1px solid #8b73551a;border-radius:16px;align-items:center;gap:1rem;max-width:800px;margin:0 auto;padding:1.5rem 2rem;display:flex}.fin-edu-disclaimer-symbol{color:#8b7355;flex-shrink:0;font-size:1.2rem}.fin-edu-disclaimer-line{background:#8b735526;flex-shrink:0;width:1px;height:30px}.fin-edu-disclaimer-text{color:#6b5a3e;margin:0;font-size:.85rem;line-height:1.7}.fin-edu-disclaimer-text strong{color:#8b7355;font-weight:700}@media (width<=1200px){.fin-edu-grid{gap:1.5rem}.fin-edu-card{min-height:290px}}@media (width<=992px){.fin-edu-grid{grid-template-columns:1fr;max-width:600px;margin-left:auto;margin-right:auto}.fin-edu-card{min-height:300px}}@media (width<=768px){.fin-edu{padding:4rem 0}.fin-edu-container{padding:0 1.5rem}.fin-edu-title{font-size:2rem}.fin-edu-tabs{flex-direction:column;align-items:center;gap:.75rem}.fin-edu-tab{justify-content:center;width:100%;max-width:350px}.fin-edu-card{border-radius:20px;min-height:280px}.fin-edu-card-content{padding:1.5rem}.fin-edu-card-title{font-size:1.3rem}.fin-edu-card-desc{font-size:.9rem}.fin-edu-disclaimer-inner{text-align:center;flex-direction:column;gap:.75rem;padding:1.25rem}.fin-edu-disclaimer-line{width:40px;height:1px}}@media (width<=480px){.fin-edu-grid{gap:1rem}.fin-edu-card{border-radius:16px;min-height:260px}.fin-edu-card-content{padding:1.25rem}.fin-edu-card-title{font-size:1.2rem}.fin-edu-card-symbol{font-size:1.5rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.wellness{background:linear-gradient(#efe4da 0%,#fcf8f4 50%,#efe4da 100%);justify-content:center;align-items:center;min-height:100vh;padding:6rem 0;display:flex;position:relative;overflow:hidden}.wellness-bg{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.wellness-glow{filter:blur(120px);border-radius:50%;position:absolute}.wellness-glow-1{background:radial-gradient(circle,#8b73551a,#0000);width:550px;height:550px;animation:12s ease-in-out infinite floatGlow;top:-20%;right:-15%}.wellness-glow-2{background:radial-gradient(circle,#8b735514,#0000);width:500px;height:500px;animation:10s ease-in-out infinite reverse floatGlow;bottom:-25%;left:-10%}.wellness-glow-3{background:radial-gradient(#efe4da26,#0000);width:650px;height:450px;animation:8s ease-in-out infinite centerGlow;top:40%;left:50%;transform:translate(-50%,-50%)}.wellness-breath-waves{z-index:1;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wellness-breath-wave{border:1px solid #8b735514;border-radius:50%;animation:8s ease-in-out infinite breathWave;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wellness-particles{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.wellness-particle{border-radius:50%;animation:linear infinite particleFloat;position:absolute}.wellness-container{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.wellness-header{text-align:center;opacity:0;margin-bottom:3rem;transition:all .8s cubic-bezier(.23,1,.32,1);transform:translateY(30px)}.wellness-header.visible{opacity:1;transform:translateY(0)}.wellness-badge{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.wellness-badge-line{background:#8b7355;width:30px;height:1px}.wellness-tag{text-transform:uppercase;letter-spacing:.2em;color:#8b7355;font-size:.8rem;font-weight:600}.wellness-title{color:#6b5a3e;margin:0 0 1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;line-height:1.2}.wellness-title-accent{color:#8b7355;font-weight:800;display:inline-block;position:relative}.wellness-title-accent:after{content:"";opacity:.5;background:linear-gradient(90deg,#8b7355,#efe4da);border-radius:2px;width:100%;height:3px;position:absolute;bottom:4px;left:0}.wellness-subtitle{color:#8b7355;max-width:550px;margin:0 auto;font-size:1.05rem;font-weight:400;line-height:1.7}.wellness-tabs{opacity:0;justify-content:center;gap:1rem;margin-bottom:3rem;transition:all .8s cubic-bezier(.23,1,.32,1) .2s;display:flex;transform:translateY(20px)}.wellness-tabs.visible{opacity:1;transform:translateY(0)}.wellness-tab{cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#fcf8f499;border:1px solid #8b735533;border-radius:50px;align-items:center;gap:.6rem;padding:.85rem 1.75rem;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden}.wellness-tab:hover{background:#fcf8f4cc;border-color:#8b735566;transform:translateY(-2px)}.wellness-tab-active{background:#8b7355;border-color:#8b7355;box-shadow:0 8px 25px #8b73554d}.wellness-tab-active:hover{background:#6b5a3e;border-color:#6b5a3e}.wellness-tab-symbol{font-size:1rem;transition:all .4s}.wellness-tab:not(.wellness-tab-active) .wellness-tab-symbol{color:#8b7355}.wellness-tab-active .wellness-tab-symbol{color:#fcf8f4}.wellness-tab-name{font-size:1rem;font-weight:600;transition:all .4s}.wellness-tab:not(.wellness-tab-active) .wellness-tab-name{color:#6b5a3e}.wellness-tab-active .wellness-tab-name{color:#fcf8f4}.wellness-tab-line{background:var(--tab-color,#8b7355);border-radius:2px;width:60%;height:2px;transition:transform .4s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.wellness-tab-active .wellness-tab-line{background:#fcf8f4;transform:translate(-50%)scaleX(1)}.wellness-display{opacity:0;margin-bottom:4rem;transition:all 1s cubic-bezier(.23,1,.32,1) .4s;transform:translateY(40px)}.wellness-display.visible{opacity:1;transform:translateY(0)}.wellness-product{display:none}.wellness-product-active{animation:.6s cubic-bezier(.23,1,.32,1) productReveal;display:block}@keyframes productReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wellness-product-hero{background-position:50%;background-size:cover;border-radius:28px;grid-template-columns:1.2fr .8fr;min-height:500px;display:grid;position:relative;overflow:hidden;box-shadow:0 25px 60px #8b735533,0 10px 30px #8b735526}.wellness-product-content{z-index:2;-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#fcf8f4f2 0%,#efe4dae6 100%);border-right:1px solid #8b735526;flex-direction:column;justify-content:center;padding:3rem;display:flex;position:relative}.wellness-product-badge{text-transform:uppercase;letter-spacing:.12em;color:#fcf8f4;border-radius:50px;width:fit-content;margin-bottom:1.25rem;padding:.4rem 1.2rem;font-size:.75rem;font-weight:600;display:inline-block;box-shadow:0 4px 15px #8b735533}.wellness-product-name{color:#5a4a32;letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2.2rem,4vw,3rem);font-weight:800}.wellness-product-divider{border-radius:2px;width:60px;height:3px;margin-bottom:1.25rem}.wellness-product-desc{color:#6b5a3e;margin:0 0 1.5rem;font-size:.95rem;line-height:1.8}.wellness-product-meta{background:#8b73550f;border:1px solid #8b73551a;border-radius:12px;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.wellness-meta-item{flex-direction:column;gap:.2rem;display:flex}.wellness-meta-label{text-transform:uppercase;letter-spacing:.1em;color:#8b7355;font-size:.7rem;font-weight:600}.wellness-meta-value{color:#5a4a32;font-size:.95rem;font-weight:700}.wellness-meta-divider{border-radius:1px;width:1px;height:35px}.wellness-product-features{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.wellness-feature-item{color:#5a4a32;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.wellness-feature-dot{border-radius:50%;flex-shrink:0;width:5px;height:5px}.wellness-cta{cursor:pointer;background:#fcf8f480;border:2px solid;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.wellness-cta:hover{background:#8b7355;transform:translateY(-2px);box-shadow:0 8px 25px #8b73554d;color:#fcf8f4!important;border-color:#8b7355!important}.wellness-cta svg{transition:transform .3s}.wellness-cta:hover svg{transform:translate(4px)}.wellness-product-image-wrapper{z-index:2;background:linear-gradient(135deg,#8b73550d 0%,#efe4da1a 50%,#8b73550d 100%);justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.wellness-product-image{object-fit:contain;filter:drop-shadow(0 20px 30px #8b735533);max-width:100%;max-height:400px;animation:4s ease-in-out infinite imageFloat}@keyframes imageFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.wellness-certs{opacity:0;transition:all .8s cubic-bezier(.23,1,.32,1) .8s;transform:translateY(30px)}.wellness-certs.visible{opacity:1;transform:translateY(0)}.wellness-certs-label-wrapper{justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.wellness-certs-line{background:#8b7355;width:40px;height:1px}.wellness-certs-label{text-transform:uppercase;letter-spacing:.15em;color:#8b7355;font-size:.85rem;font-weight:600}.wellness-certs-row{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.wellness-cert-item{opacity:0;background:#8b73550d;border:1px solid #8b73551f;border-radius:50px;align-items:center;gap:.5rem;padding:.7rem 1.25rem;transition:all .3s;animation:.5s forwards fadeInUp;display:flex}.wellness-cert-item:hover{background:#8b73551a;border-color:#8b735540;transform:translateY(-2px);box-shadow:0 5px 15px #8b73551a}.wellness-cert-symbol{color:#8b7355;font-size:.9rem}.wellness-cert-text{color:#5a4a32;font-size:.85rem;font-weight:600}@media (width<=1200px){.wellness-product-hero{min-height:450px}.wellness-product-content{padding:2.5rem}.wellness-product-image-wrapper{padding:1.5rem}}@media (width<=992px){.wellness-product-hero{border-radius:24px;grid-template-columns:1fr;min-height:auto}.wellness-product-content{border-bottom:1px solid #8b735526;border-right:none;padding:2rem}.wellness-product-image-wrapper{min-height:300px;padding:2rem}.wellness-product-image{max-height:280px}}@media (width<=768px){.wellness{padding:4rem 0}.wellness-container{padding:0 1.5rem}.wellness-title{font-size:2rem}.wellness-tabs{flex-direction:column;align-items:center;gap:.75rem}.wellness-tab{justify-content:center;width:100%;max-width:350px}.wellness-product-hero{border-radius:20px}.wellness-product-content{padding:1.5rem}.wellness-product-name{font-size:1.8rem}.wellness-product-features{grid-template-columns:1fr}.wellness-product-meta{text-align:center;flex-direction:column;gap:.75rem}.wellness-meta-divider{width:40px;height:1px}.wellness-product-image-wrapper{min-height:250px;padding:1.5rem}.wellness-product-image{max-height:230px}.wellness-certs-row{gap:.75rem}.wellness-cert-item{padding:.6rem 1rem}}@media (width<=480px){.wellness-product-content{padding:1.25rem}.wellness-product-name{font-size:1.5rem}.wellness-product-desc{font-size:.9rem}.wellness-product-image-wrapper{min-height:220px;padding:1rem}.wellness-product-image{max-height:200px}.wellness-cert-item{font-size:.8rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.gallery{background:linear-gradient(#fcf8f4 0%,#efe4da 50%,#fcf8f4 100%);min-height:100vh;padding:6rem 0;position:relative;overflow:hidden}.gallery-bg{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.gallery-glow{filter:blur(120px);border-radius:50%;position:absolute}.gallery-glow-1{background:radial-gradient(circle,#8b73551a,#0000);width:500px;height:500px;animation:12s ease-in-out infinite floatGlow;top:-15%;right:-10%}.gallery-glow-2{background:radial-gradient(circle,#8b735514,#0000);width:450px;height:450px;animation:10s ease-in-out infinite reverse floatGlow;bottom:-20%;left:-10%}.gallery-glow-3{background:radial-gradient(#efe4da26,#0000);width:600px;height:400px;animation:8s ease-in-out infinite centerGlow;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-breath-waves{z-index:1;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-breath-wave{border:1px solid #8b735514;border-radius:50%;animation:8s ease-in-out infinite breathWave;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-particles{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.gallery-particle{border-radius:50%;animation:linear infinite particleFloat;position:absolute}.gallery-container{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.gallery-header{text-align:center;opacity:0;margin-bottom:3rem;transition:all .8s cubic-bezier(.23,1,.32,1);transform:translateY(30px)}.gallery-header.visible{opacity:1;transform:translateY(0)}.gallery-badge{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.gallery-badge-line{background:#8b7355;width:30px;height:1px}.gallery-tag{text-transform:uppercase;letter-spacing:.2em;color:#8b7355;font-size:.8rem;font-weight:600}.gallery-title{color:#6b5a3e;margin:0 0 1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;line-height:1.2}.gallery-title-accent{color:#8b7355;font-weight:800;display:inline-block;position:relative}.gallery-title-accent:after{content:"";opacity:.5;background:linear-gradient(90deg,#8b7355,#efe4da);border-radius:2px;width:100%;height:3px;position:absolute;bottom:4px;left:0}.gallery-title-dot{color:#8b7355}.gallery-subtitle{color:#8b7355;max-width:550px;margin:0 auto;font-size:1.05rem;font-weight:400;line-height:1.7}.gallery-filters{opacity:0;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;transition:all .8s cubic-bezier(.23,1,.32,1) .2s;display:flex;transform:translateY(20px)}.gallery-filters.visible{opacity:1;transform:translateY(0)}.gallery-filter{cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#fcf8f499;border:1px solid #8b735533;border-radius:50px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;transition:all .3s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden}.gallery-filter:hover{background:#fcf8f4cc;border-color:#8b735566;transform:translateY(-2px)}.gallery-filter-active{background:#8b7355;border-color:#8b7355;box-shadow:0 6px 20px #8b735540}.gallery-filter-active:hover{background:#6b5a3e;border-color:#6b5a3e}.gallery-filter-symbol{font-size:.85rem;transition:all .3s}.gallery-filter:not(.gallery-filter-active) .gallery-filter-symbol{color:#8b7355}.gallery-filter-active .gallery-filter-symbol{color:#fcf8f4}.gallery-filter-label{font-size:.85rem;font-weight:500;transition:all .3s}.gallery-filter:not(.gallery-filter-active) .gallery-filter-label{color:#6b5a3e}.gallery-filter-active .gallery-filter-label{color:#fcf8f4}.gallery-filter-line{background:#fcf8f4;border-radius:2px;width:50%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.gallery-filter-active .gallery-filter-line{transform:translate(-50%)scaleX(1)}.gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:280px;gap:1.5rem;display:grid}.gallery-grid.visible .gallery-item{opacity:1;transform:translateY(0)}.gallery-item{opacity:0;cursor:pointer;border-radius:20px;transition:all .7s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;transform:translateY(40px);box-shadow:0 10px 30px #8b735526,0 4px 10px #8b73551a}.gallery-item:hover{box-shadow:0 20px 50px #8b735540,0 8px 20px #8b735526;transform:translateY(-6px)!important}.gallery-item-tall{grid-row:span 2}.gallery-item-wide{grid-column:span 2}.gallery-item-inner{width:100%;height:100%;position:relative;overflow:hidden}.gallery-item-inner img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover .gallery-item-inner img{transform:scale(1.08)}.gallery-item-overlay{opacity:0;background:linear-gradient(#0000 30%,#8b7355b3 70%,#5a4a32e6 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:1.5rem;transition:opacity .4s;display:flex;position:absolute;top:0;left:0}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-content{flex-direction:column;gap:.4rem;transition:transform .4s;display:flex;transform:translateY(15px)}.gallery-item:hover .gallery-item-content{transform:translateY(0)}.gallery-item-emotion{text-transform:uppercase;letter-spacing:.15em;color:#efe4da;text-shadow:0 1px 4px #0000004d;font-size:.7rem;font-weight:600}.gallery-item-alt{color:#fcf8f4;text-shadow:0 2px 8px #0000004d;font-size:1.1rem;font-weight:700}.gallery-item-divider{opacity:.7;background:#efe4da;border-radius:1px;width:30px;height:2px}.gallery-item-quote{color:#efe4da;text-shadow:0 1px 4px #0000004d;font-size:.8rem;font-style:italic;line-height:1.4}.gallery-item-expand{-webkit-backdrop-filter:blur(5px);color:#fcf8f4;opacity:0;background:#fcf8f433;border:1px solid #fcf8f44d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem;transform:scale(.8)}.gallery-item:hover .gallery-item-expand{opacity:1;transform:scale(1)}.gallery-empty{text-align:center;opacity:0;padding:4rem 2rem;animation:.5s forwards fadeInUp}.gallery-empty-symbol{color:#8b7355;margin-bottom:1rem;font-size:2.5rem;animation:2s ease-in-out infinite symbolPulse}@keyframes symbolPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.gallery-empty p{color:#8b7355;font-size:1rem;font-weight:500}.gallery-lightbox{z-index:1000;background:#1a0a06f2;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s lightboxIn;display:flex;position:fixed;top:0;left:0}@keyframes lightboxIn{0%{opacity:0}to{opacity:1}}.gallery-lightbox-close{color:#fcf8f4;cursor:pointer;z-index:1001;background:#fcf8f41a;border:1px solid #fcf8f433;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.gallery-lightbox-close:hover{background:#fcf8f433;transform:rotate(90deg)}.gallery-lightbox-content{flex-direction:column;align-items:center;gap:1.5rem;max-width:85vw;max-height:85vh;display:flex;position:relative}.gallery-lightbox-content img{object-fit:contain;border-radius:16px;max-width:100%;max-height:65vh;box-shadow:0 20px 60px #00000080}.gallery-lightbox-info{text-align:center;flex-direction:column;gap:.5rem;display:flex}.gallery-lightbox-emotion{text-transform:uppercase;letter-spacing:.2em;color:#efe4da;font-size:.75rem;font-weight:600}.gallery-lightbox-title{color:#fcf8f4;font-size:1.3rem;font-weight:700}.gallery-lightbox-divider{background:#8b7355;border-radius:1px;width:50px;height:2px;margin:0 auto}.gallery-lightbox-quote{color:#efe4da;max-width:500px;font-size:.95rem;font-style:italic;line-height:1.5}.gallery-lightbox-nav{color:#fcf8f4;cursor:pointer;z-index:1001;background:#fcf8f41a;border:1px solid #fcf8f433;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-lightbox-nav:hover{background:#8b735566;border-color:#8b7355}.gallery-lightbox-prev{left:1.5rem}.gallery-lightbox-next{right:1.5rem}.gallery-lightbox-counter{color:#efe4da;align-items:baseline;gap:.3rem;font-family:Georgia,serif;font-size:1rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.gallery-lightbox-counter-sep{opacity:.4}@media (width<=1200px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:260px;gap:1.25rem}}@media (width<=992px){.gallery-grid{grid-auto-rows:240px;gap:1rem}.gallery-item-overlay{opacity:1;padding:1.25rem}.gallery-item-content{transform:translateY(0)}.gallery-item-expand{opacity:1;width:35px;height:35px;top:.75rem;right:.75rem;transform:scale(1)}}@media (width<=768px){.gallery{padding:4rem 0}.gallery-container{padding:0 1.5rem}.gallery-title{font-size:2rem}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:250px}.gallery-item-tall{grid-row:span 1}.gallery-item-wide{grid-column:span 1}.gallery-filters{gap:.5rem}.gallery-filter{padding:.5rem 1rem;font-size:.8rem}.gallery-lightbox-nav{width:42px;height:42px}.gallery-lightbox-prev{left:.75rem}.gallery-lightbox-next{right:.75rem}}@media (width<=480px){.gallery-grid{grid-auto-rows:220px}.gallery-filter{flex:1;justify-content:center;min-width:calc(50% - .5rem)}.gallery-lightbox-content{max-width:95vw}.gallery-lightbox-content img{max-height:55vh}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.testimonials{background:linear-gradient(#efe4da 0%,#fcf8f4 50%,#efe4da 100%);justify-content:center;align-items:center;min-height:100vh;padding:6rem 0;display:flex;position:relative;overflow:hidden}.testimonials-bg{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.testimonials-glow{filter:blur(120px);border-radius:50%;position:absolute}.testimonials-glow-1{background:radial-gradient(circle,#8b73551a,#0000);width:550px;height:550px;top:-20%;right:-15%}.testimonials-glow-2{background:radial-gradient(circle,#8b735514,#0000);width:500px;height:500px;bottom:-25%;left:-10%}.testimonials-glow-3{background:radial-gradient(#efe4da26,#0000);width:600px;height:400px;top:50%;left:50%;transform:translate(-50%,-50%)}.testimonials-particles{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.testimonials-particle{border-radius:50%;animation:linear infinite particleFloat;position:absolute}.testimonials-container{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.testimonials-header{text-align:center;opacity:0;margin-bottom:4rem;transition:all .8s cubic-bezier(.23,1,.32,1);transform:translateY(30px)}.testimonials-header.visible{opacity:1;transform:translateY(0)}.testimonials-badge{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.testimonials-badge-line{background:#8b7355;width:30px;height:1px}.testimonials-tag{text-transform:uppercase;letter-spacing:.2em;color:#8b7355;font-size:.8rem;font-weight:600}.testimonials-title{color:#6b5a3e;margin:0 0 1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;line-height:1.2}.testimonials-title-accent{color:#8b7355;font-weight:800;display:inline-block;position:relative}.testimonials-title-accent:after{content:"";opacity:.5;background:linear-gradient(90deg,#8b7355,#efe4da);border-radius:2px;width:100%;height:3px;position:absolute;bottom:4px;left:0}.testimonials-title-dot{color:#8b7355}.testimonials-subtitle{color:#8b7355;max-width:550px;margin:0 auto;font-size:1.05rem;font-weight:400;line-height:1.7}.testimonials-main{opacity:0;grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;transition:all 1s cubic-bezier(.23,1,.32,1) .3s;display:grid;transform:translateY(40px)}.testimonials-main.visible{opacity:1;transform:translateY(0)}.testimonials-visual{justify-content:center;transition:transform .1s ease-out;display:flex}.testimonials-visual-card{text-align:center;-webkit-backdrop-filter:blur(15px);background:#fcf8f4cc;border:1px solid #8b735526;border-radius:28px;width:320px;padding:3rem 2rem 2rem;transition:all .5s;position:relative;box-shadow:0 20px 50px #8b735526,0 5px 20px #8b73551a}.testimonials-avatar-wrapper{width:120px;height:120px;margin:0 auto 1.5rem;position:relative}.testimonials-avatar{object-fit:cover;z-index:1;border:3px solid #8b73554d;border-radius:50%;width:120px;height:120px;position:relative}.testimonials-avatar-glow{opacity:.3;filter:blur(15px);border-radius:50%;width:140px;height:140px;position:absolute;top:-10px;left:-10px}.testimonials-visual-symbol{margin-bottom:1rem;font-size:1.5rem;display:block}.testimonials-visual-info{flex-direction:column;gap:.25rem;display:flex}.testimonials-visual-name{color:#5a4a32;font-size:1.1rem;font-weight:700}.testimonials-visual-role{color:#8b7355;font-size:.8rem;font-weight:500}.testimonials-content{position:relative}.testimonials-quote-mark{color:#8b735514;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Georgia,serif;font-size:8rem;line-height:1;position:absolute;top:-60px;left:-20px}.testimonials-display{min-height:200px;margin-bottom:2rem;position:relative}.testimonials-item{opacity:0;pointer-events:none;width:100%;transition:all .6s cubic-bezier(.23,1,.32,1);position:absolute;top:0;left:0;transform:translate(30px)}.testimonials-item-active{opacity:1;pointer-events:all;transform:translate(0)}.testimonials-quote{color:#6b5a3e;margin:0 0 1.5rem;font-size:clamp(1.2rem,2.5vw,1.5rem);font-style:italic;font-weight:400;line-height:1.8}.testimonials-author{align-items:center;gap:1rem;display:flex}.testimonials-author-line{border-radius:2px;flex-shrink:0;width:40px;height:2px}.testimonials-author-info{flex-direction:column;gap:.15rem;display:flex}.testimonials-name{color:#5a4a32;font-size:1rem;font-weight:700}.testimonials-role{color:#8b7355;font-size:.8rem;font-weight:500}.testimonials-controls{align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.testimonials-arrow{color:#8b7355;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#fcf8f4cc;border:1px solid #8b735533;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.testimonials-arrow:hover{color:#fcf8f4;background:#8b7355;border-color:#8b7355;transform:scale(1.05);box-shadow:0 8px 25px #8b73554d}.testimonials-arrow:active{transform:scale(.95)}.testimonials-indicators{flex:1;justify-content:center;gap:.5rem;display:flex}.testimonials-dot{cursor:pointer;background:#8b735526;border:none;border-radius:2px;flex:1;max-width:60px;height:4px;padding:0;transition:all .3s;position:relative;overflow:hidden}.testimonials-dot-bar{background:var(--dot-color,#8b7355);transform-origin:0;border-radius:2px;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.testimonials-dot-active .testimonials-dot-bar{transform:scaleX(1)}.testimonials-dot:hover{background:#8b735540}.testimonials-counter{align-items:baseline;gap:.3rem;font-family:Georgia,serif;display:flex}.testimonials-counter-current{color:#5a4a32;font-size:1.5rem;font-weight:700}.testimonials-counter-sep,.testimonials-counter-total{color:#8b735566;font-size:1rem}@media (width<=992px){.testimonials-main{grid-template-columns:1fr;gap:3rem;max-width:550px}.testimonials-visual-card{width:280px;margin:0 auto;padding:2.5rem 1.5rem 1.5rem}.testimonials-content{text-align:center}.testimonials-quote-mark{display:none}.testimonials-author,.testimonials-controls{justify-content:center}}@media (width<=768px){.testimonials{padding:4rem 0}.testimonials-container{padding:0 1.5rem}.testimonials-title{font-size:2rem}.testimonials-display{min-height:180px}.testimonials-quote{font-size:1.1rem}.testimonials-arrow{width:40px;height:40px}.testimonials-dot{max-width:50px}}@media (width<=480px){.testimonials-visual-card{width:260px;padding:2rem 1.25rem 1.5rem}.testimonials-avatar-wrapper,.testimonials-avatar{width:100px;height:100px}.testimonials-avatar-glow{width:120px;height:120px}.testimonials-display{min-height:160px}.testimonials-controls{gap:1rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.contact{background:linear-gradient(#fcf8f4 0%,#efe4da 50%,#fcf8f4 100%);min-height:100vh;padding:6rem 0;position:relative;overflow:hidden}.contact-bg{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.contact-glow{filter:blur(120px);border-radius:50%;position:absolute}.contact-glow-1{background:radial-gradient(circle,#8b73551a,#0000);width:500px;height:500px;top:-15%;right:-10%}.contact-glow-2{background:radial-gradient(circle,#8b735514,#0000);width:450px;height:450px;bottom:-20%;left:-10%}.contact-glow-3{background:radial-gradient(#efe4da26,#0000);width:600px;height:400px;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-particles{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.contact-particle{border-radius:50%;animation:linear infinite particleFloat;position:absolute}.contact-container{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.contact-header{text-align:center;opacity:0;margin-bottom:4rem;transition:all .8s cubic-bezier(.23,1,.32,1);transform:translateY(30px)}.contact-header.visible{opacity:1;transform:translateY(0)}.contact-badge{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.contact-badge-line{background:#8b7355;width:30px;height:1px}.contact-tag{text-transform:uppercase;letter-spacing:.2em;color:#8b7355;font-size:.8rem;font-weight:600}.contact-title{color:#6b5a3e;margin:0 0 1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;line-height:1.2}.contact-title-accent{color:#8b7355;font-weight:800;display:inline-block;position:relative}.contact-title-accent:after{content:"";opacity:.5;background:linear-gradient(90deg,#8b7355,#efe4da);border-radius:2px;width:100%;height:3px;position:absolute;bottom:4px;left:0}.contact-title-dot{color:#8b7355}.contact-subtitle{color:#8b7355;max-width:600px;margin:0 auto;font-size:1.05rem;font-weight:400;line-height:1.7}.contact-grid{opacity:0;grid-template-columns:1fr 1.2fr;align-items:start;gap:3rem;max-width:1200px;margin:0 auto;transition:all 1s cubic-bezier(.23,1,.32,1) .3s;display:grid;transform:translateY(40px)}.contact-grid.visible{opacity:1;transform:translateY(0)}.contact-info{justify-content:center;display:flex}.contact-info-card{-webkit-backdrop-filter:blur(15px);background:#fcf8f4cc;border:1px solid #8b735526;border-radius:24px;width:100%;max-width:450px;padding:2.5rem;box-shadow:0 15px 40px #8b73551a,0 5px 15px #8b735514}.contact-info-header{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.contact-info-symbol{color:#8b7355;font-size:1.3rem}.contact-info-title{color:#5a4a32;font-size:1.1rem;font-weight:700}.contact-info-divider{background:linear-gradient(90deg,#8b7355,#0000);width:100%;height:1px;margin-top:.5rem}.contact-info-list{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.contact-info-item{opacity:0;background:#8b73550a;border:1px solid #8b735514;border-radius:14px;align-items:center;gap:1rem;padding:1rem 1.25rem;text-decoration:none;transition:all .3s;animation:.5s forwards slideInLeft;display:flex;transform:translate(-20px)}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}.contact-info-item:hover{background:#8b735514;border-color:#8b735533;transform:translate(5px);box-shadow:0 5px 15px #8b735514}.contact-info-icon-wrapper{background:#8b73551a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.contact-info-symbol-icon{color:#5a4a32;font-size:1.1rem}.contact-info-text{flex-direction:column;flex:1;gap:.15rem;display:flex}.contact-info-label{text-transform:uppercase;letter-spacing:.08em;color:#8b7355;font-size:.75rem;font-weight:600}.contact-info-value{color:#5a4a32;font-size:.95rem;font-weight:500}.contact-info-arrow{color:#8b7355;opacity:0;font-size:1.1rem;transition:all .3s;transform:translate(-10px)}.contact-info-item:hover .contact-info-arrow{opacity:1;transform:translate(0)}.contact-quick-links{flex-direction:column;gap:1rem;display:flex}.contact-quick-divider{background:linear-gradient(90deg,#0000,#8b735533,#0000);width:100%;height:1px}.contact-quick-label{text-transform:uppercase;letter-spacing:.1em;color:#8b7355;font-size:.8rem;font-weight:600}.contact-quick-row{flex-direction:column;gap:.75rem;display:flex}.contact-quick-btn{color:#fcf8f4;background:linear-gradient(135deg,#8b7355,#6b5a3e);border:1px solid #fcf8f433;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.contact-quick-btn:hover{background:linear-gradient(135deg,#6b5a3e,#5a4a32);transform:translateY(-2px);box-shadow:0 8px 25px #8b73554d}.contact-quick-btn-outline{color:#8b7355;background:0 0;border:2px solid #8b73554d}.contact-quick-btn-outline:hover{color:#5a4a32;background:#8b73550d;border-color:#8b7355}.contact-quick-btn-symbol{font-size:.9rem}.contact-form-col{transition:transform .1s ease-out}.contact-form-card{-webkit-backdrop-filter:blur(15px);background:#fcf8f4cc;border:1px solid #8b735526;border-radius:24px;padding:2.5rem;box-shadow:0 15px 40px #8b73551a,0 5px 15px #8b735514}.contact-form-header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.contact-form-icon-wrapper{background:#8b73551a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.contact-form-icon{color:#8b7355;font-size:1.3rem}.contact-form-title{color:#5a4a32;margin-bottom:.2rem;font-size:1.1rem;font-weight:700;display:block}.contact-form-subtitle{color:#8b7355;font-size:.8rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.contact-form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.contact-form-group{flex-direction:column;gap:.5rem;display:flex;position:relative}.contact-form-label{text-transform:uppercase;letter-spacing:.08em;color:#8b7355;font-size:.8rem;font-weight:600}.contact-form-input,.contact-form-textarea{color:#5a4a32;background:#fcf8f499;border:1px solid #8b735533;border-radius:12px;outline:none;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.contact-form-input:focus,.contact-form-textarea:focus{background:#fcf8f4e6;border-color:#8b7355;box-shadow:0 0 0 3px #8b735514}.contact-form-input::placeholder,.contact-form-textarea::placeholder{color:#8b735566}.contact-form-textarea{resize:vertical;min-height:120px}.contact-form-input-line{pointer-events:none;background:linear-gradient(90deg,#0000,#8b7355,#0000);border-radius:2px;width:80%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.contact-form-input:focus~.contact-form-input-line,.contact-form-textarea:focus~.contact-form-input-line{transform:translate(-50%)scaleX(1)}.contact-submit{color:#fcf8f4;cursor:pointer;background:linear-gradient(135deg,#8b7355,#6b5a3e);border:1px solid #fcf8f433;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #8b73554d}.contact-submit:hover{background:linear-gradient(135deg,#6b5a3e,#5a4a32);transform:translateY(-2px);box-shadow:0 8px 30px #8b735566}.contact-submit svg{transition:transform .3s}.contact-submit:hover svg{transform:translate(4px)}.contact-form-footer{border-top:1px solid #8b73551a;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.contact-form-footer-symbol{color:#8b7355;opacity:.6;font-size:.8rem}.contact-form-footer-text{color:#8b7355;text-align:center;font-size:.75rem}@media (width<=992px){.contact-grid{grid-template-columns:1fr;gap:2rem;max-width:600px}.contact-info-card{max-width:100%}}@media (width<=768px){.contact{padding:4rem 0}.contact-container{padding:0 1.5rem}.contact-title{font-size:2rem}.contact-info-card,.contact-form-card{padding:1.5rem}.contact-form-row{grid-template-columns:1fr;gap:1rem}}@media (width<=480px){.contact-info-card,.contact-form-card{border-radius:20px;padding:1.25rem}.contact-info-item{padding:.85rem 1rem}.contact-info-icon-wrapper{border-radius:10px;width:38px;height:38px}.contact-form-icon-wrapper{border-radius:12px;width:42px;height:42px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.footer{background:#2a1f14;padding:5rem 0 2rem;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg,#0000,#efe4da26,#efe4da40,#efe4da26,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.footer-container{z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.footer-main{grid-template-columns:1.2fr 2fr;gap:4rem;margin-bottom:3rem;display:grid}.footer-brand{flex-direction:column;gap:1.25rem;display:flex}.footer-logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.footer-logo-icon{color:#efe4da;font-size:1.5rem}.footer-logo-text{color:#fcf8f4;letter-spacing:-.01em;font-size:1.4rem;font-weight:700}.footer-logo-accent{color:#8b7355;font-weight:800}.footer-desc{color:#efe4dab3;max-width:300px;margin:0;font-size:.9rem;line-height:1.7}.footer-social{gap:1.25rem;display:flex}.footer-social-link{color:#efe4da99;border-bottom:1px solid #0000;padding-bottom:2px;font-size:.8rem;text-decoration:none;transition:all .3s}.footer-social-link:hover{color:#fcf8f4;border-bottom-color:#fcf8f44d}.footer-links-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-links-col h4{text-transform:uppercase;letter-spacing:.1em;color:#8b7355;margin:0 0 1.25rem;font-size:.85rem;font-weight:600}.footer-links-col ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-links-col ul li a{color:#efe4da99;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.footer-links-col ul li a:after{content:"";background:#8b7355;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.footer-links-col ul li a:hover{color:#fcf8f4}.footer-links-col ul li a:hover:after{width:100%}.footer-bottom{border-top:1px solid #efe4da14;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1rem;padding-top:2rem;display:flex}.footer-bottom-text{color:#efe4da80;font-size:.8rem}.footer-bottom-divider{color:#efe4da33;font-size:.8rem}.footer-bottom-highlight{color:#efe4dab3;font-size:.8rem;font-weight:500}@media (width<=992px){.footer-main{grid-template-columns:1fr;gap:3rem}.footer-desc{max-width:400px}.footer-links-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.footer{padding:4rem 0 1.5rem}.footer-container{padding:0 1.5rem}.footer-links-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width<=480px){.footer-links-grid{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:.3rem}.footer-bottom-divider{display:none}.footer-social{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){.footer-links-col ul li a:after{transition:none}}.athma{background:#1a1209;justify-content:center;align-items:center;min-height:100vh;padding:6rem 0;display:flex;position:relative;overflow:hidden}.athma-video-wrap{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.athma-video{object-fit:cover;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.athma-video-overlay{background:linear-gradient(160deg,#8b7355bf 0%,#6b5a3ea6 30%,#5a4a32b3 60%,#8b7355bf 100%);width:100%;height:100%;position:absolute;top:0;left:0}.athma-particles{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.athma-particle{background:#fcf8f480;border-radius:50%;animation:ease-in-out infinite twinkle;position:absolute;box-shadow:0 0 4px #fcf8f44d}@keyframes twinkle{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.9;transform:scale(1.8)}}.athma-ambient{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.athma-glow{filter:blur(80px);border-radius:50%;position:absolute}.athma-glow-1{background:radial-gradient(circle,#efe4da26,#0000);width:450px;height:450px;top:-15%;right:-10%}.athma-glow-2{background:radial-gradient(circle,#8b73551f,#0000);width:400px;height:400px;bottom:-20%;left:-10%}.athma-container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.athma-orbit-wrapper{justify-content:center;align-items:center;width:420px;height:420px;margin:0 auto;display:flex;position:relative}.athma-orbit-ring{border:1.5px solid #fcf8f426;border-radius:50%;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.athma-orbit-ring-2{border-style:dashed;border-color:#fcf8f41a;width:320px;height:320px}.athma-orbit-center{z-index:2;-webkit-backdrop-filter:blur(10px);background:#8b735566;border:2px solid #fcf8f44d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.athma-center-icon{color:#fcf8f4;z-index:3;font-size:2rem;position:relative}.athma-center-pulse{background:radial-gradient(circle,#fcf8f433,#0000);border-radius:50%;width:80px;height:80px;animation:3s ease-in-out infinite centerPulse;position:absolute}.athma-orbit-card{text-align:center;width:130px;transform:translate(-50%, -50%) rotate(var(--orbit-angle)) translateY(-170px) rotate(calc(-1 * var(--orbit-angle)));opacity:.5;-webkit-backdrop-filter:blur(10px);background:#8b73554d;border:1px solid #fcf8f433;border-radius:14px;padding:.7rem;transition:all .4s cubic-bezier(.23,1,.32,1);position:absolute;top:50%;left:50%}.athma-orbit-card-active{opacity:1;transform:translate(-50%, -50%) rotate(var(--orbit-angle)) translateY(-170px) rotate(calc(-1 * var(--orbit-angle))) scale(1.1);z-index:5;background:#8b735580;border-color:#fcf8f466;box-shadow:0 8px 25px #0003,0 0 0 3px #fcf8f40d}.athma-orbit-card-icon{color:#fcf8f4;margin-bottom:.25rem;font-size:1.2rem;display:block}.athma-orbit-card-title{color:#fcf8f4;text-shadow:0 1px 3px #0000004d;margin-bottom:.1rem;font-size:.8rem;font-weight:700;display:block}.athma-orbit-card-desc{color:#efe4da;text-shadow:0 1px 3px #0000004d;font-size:.65rem;font-weight:500;display:block}.athma-content{opacity:0;max-width:550px;transition:all 1s cubic-bezier(.23,1,.32,1);transform:translate(40px)}.athma-content-visible{opacity:1;transform:translate(0)}.athma-badge{text-transform:uppercase;letter-spacing:.2em;color:#efe4da;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.8rem;font-weight:600;display:flex}.athma-badge-line{background:#efe4da;width:24px;height:1px}.athma-heading{color:#fcf8f4;text-shadow:0 2px 10px #0000004d;margin:0 0 1.5rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:400;line-height:1.3}.athma-heading-accent{color:#fcf8f4;text-shadow:0 2px 15px #0006;font-weight:800}.athma-divider{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.athma-divider-line{background:linear-gradient(90deg,#0000,#efe4da);width:35px;height:1px}.athma-divider-line:last-child{background:linear-gradient(90deg,#efe4da,#0000)}.athma-divider-icon{color:#efe4da;font-size:.9rem}.athma-desc{color:#efe4da;text-shadow:0 1px 5px #0000004d;margin:0 0 2rem;font-size:1.05rem;line-height:1.8}.athma-journey{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem;display:grid}.athma-journey-step{opacity:0;-webkit-backdrop-filter:blur(10px);background:#8b73554d;border:1px solid #fcf8f433;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .3s;display:flex;transform:translateY(15px)}.athma-content-visible .athma-journey-step{opacity:1;transform:translateY(0)}.athma-journey-step:hover{background:#8b735580;border-color:#fcf8f466;transform:translate(3px)}.athma-journey-num{color:#fcf8f4;min-width:28px;font-size:1.1rem;font-weight:800}.athma-journey-title{color:#fcf8f4;text-shadow:0 1px 3px #0000004d;font-size:.9rem;font-weight:500}.athma-cta{color:#fcf8f4;cursor:pointer;-webkit-backdrop-filter:blur(10px);text-shadow:0 1px 3px #0000004d;background:#8b735580;border:1px solid #fcf8f44d;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.athma-cta:hover{background:#8b7355b3;border-color:#fcf8f480;transform:translateY(-2px);box-shadow:0 8px 30px #0000004d}.athma-cta-arrow{transition:transform .3s}.athma-cta:hover .athma-cta-arrow{transform:translate(4px)}@media (width<=1200px){.athma-orbit-wrapper{width:370px;height:370px}.athma-orbit-ring{width:350px;height:350px}.athma-orbit-ring-2{width:280px;height:280px}.athma-orbit-card{width:115px;transform:translate(-50%, -50%) rotate(var(--orbit-angle)) translateY(-150px) rotate(calc(-1 * var(--orbit-angle)));padding:.6rem}.athma-orbit-card-active{transform:translate(-50%, -50%) rotate(var(--orbit-angle)) translateY(-150px) rotate(calc(-1 * var(--orbit-angle))) scale(1.1)}}@media (width<=992px){.athma-container{grid-template-columns:1fr;gap:3rem}.athma-content{text-align:center;order:1;max-width:100%}.athma-orbit-wrapper{order:0}.athma-badge,.athma-divider,.athma-journey{justify-content:center}.athma-orbit-wrapper{width:340px;height:340px}}@media (width<=768px){.athma{padding:4rem 0}.athma-container{gap:2rem;padding:0 1.5rem}.athma-orbit-wrapper{width:280px;height:280px}.athma-orbit-ring{width:270px;height:270px}.athma-orbit-ring-2{width:210px;height:210px}.athma-orbit-card{width:90px;transform:translate(-50%, -50%) rotate(var(--orbit-angle)) translateY(-115px) rotate(calc(-1 * var(--orbit-angle)));padding:.5rem}.athma-orbit-card-active{transform:translate(-50%, -50%) rotate(var(--orbit-angle)) translateY(-115px) rotate(calc(-1 * var(--orbit-angle))) scale(1.1)}.athma-orbit-card-icon{font-size:1rem}.athma-orbit-card-title{font-size:.7rem}.athma-orbit-card-desc{font-size:.6rem}.athma-journey{grid-template-columns:1fr}}@media (width<=480px){.athma-orbit-wrapper{width:240px;height:240px}.athma-orbit-ring{width:230px;height:230px}.athma-orbit-ring-2{width:180px;height:180px}.athma-orbit-card{width:75px;transform:translate(-50%, -50%) rotate(var(--orbit-angle)) translateY(-95px) rotate(calc(-1 * var(--orbit-angle)));padding:.4rem}.athma-orbit-card-active{transform:translate(-50%, -50%) rotate(var(--orbit-angle)) translateY(-95px) rotate(calc(-1 * var(--orbit-angle))) scale(1.1)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.brahma{background:linear-gradient(#efe4da 0%,#fcf8f4 50%,#efe4da 100%);justify-content:center;align-items:center;min-height:100vh;padding:6rem 0;display:flex;position:relative;overflow:hidden}.brahma-bg-light{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.brahma-bg-gradient-light{background:radial-gradient(at 30% 20%,#8b73550f 0%,#0000 50%),radial-gradient(at 70% 80%,#8b73550a 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.brahma-bg-grid-light{background-image:linear-gradient(#8b735508 1px,#0000 1px),linear-gradient(90deg,#8b735508 1px,#0000 1px);background-size:80px 80px;width:100%;height:100%;position:absolute;top:0;left:0}.brahma-bg-pattern-light{background:radial-gradient(circle at 25% 75%,#8b73550a 0%,#0000 50%),radial-gradient(circle at 75% 25%,#8b73550a 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.brahma-ambient-light{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.brahma-glow-light{filter:blur(120px);border-radius:50%;position:absolute}.brahma-glow-1-light{background:radial-gradient(circle,#8b73551f,#0000);width:500px;height:500px;animation:10s ease-in-out infinite glowFloat;top:-15%;left:-5%}.brahma-glow-2-light{background:radial-gradient(circle,#8b73551a,#0000);width:450px;height:450px;animation:12s ease-in-out infinite reverse glowFloat;bottom:-20%;right:-5%}.brahma-glow-3-light{background:radial-gradient(#efe4da26,#0000);width:600px;height:400px;animation:8s ease-in-out infinite glowPulse;top:50%;left:50%;transform:translate(-50%,-50%)}.brahma-geometry-light{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.brahma-geo-ring-light{border:1px solid #8b735514;border-radius:50%;position:absolute}.brahma-geo-ring-1-light{border-color:#8b73551a;width:900px;height:900px;top:-45%;right:-25%}.brahma-geo-ring-2-light{border-color:#8b735512;width:800px;height:800px;bottom:-50%;left:-30%}.brahma-geo-ring-3-light{border-style:dashed;width:400px;height:400px;top:20%;left:60%}.brahma-particles-light{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.brahma-particle-light{background:#8b735540;border-radius:50%;animation:linear infinite particleFloat;position:absolute}.brahma-breath-light{z-index:1;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brahma-breath-ring-light{border:2px solid #8b73551f;border-radius:50%;width:600px;height:600px;transition:transform .1s,opacity .1s}.brahma-orbs-light{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.brahma-orb-light{filter:blur(40px);background:radial-gradient(circle,#8b735514,#0000);border-radius:50%;transition:transform .1s ease-out;position:absolute}.brahma-orb-1-light{width:200px;height:200px;top:15%;right:20%}.brahma-orb-2-light{width:160px;height:160px;bottom:20%;left:15%}.brahma-container-light{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.brahma-main-light{opacity:0;grid-template-columns:1.1fr .9fr;align-items:center;gap:5rem;transition:all 1.2s cubic-bezier(.23,1,.32,1);display:grid;transform:translateY(40px)}.brahma-main-light.brahma-revealed-light{opacity:1;transform:translateY(0)}.brahma-left-light{transition:transform .1s ease-out}.brahma-content-light{max-width:600px}.brahma-badge-light{opacity:0;align-items:center;gap:.75rem;margin-bottom:2rem;animation:.6s .2s forwards fadeInUp;display:flex}.brahma-badge-line-light{background:#8b7355;width:24px;height:1px}.brahma-badge-text-light{text-transform:uppercase;letter-spacing:.2em;color:#8b7355;font-size:.78rem;font-weight:600}.brahma-heading-light{opacity:0;margin:0 0 1.5rem;animation:.6s .4s forwards fadeInUp}.brahma-heading-main-light{color:#6b5a3e;margin-bottom:.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.3;display:block}.brahma-heading-accent-light{font-size:clamp(2.5rem,4.5vw,4rem);font-weight:800;line-height:1.2;display:block}.brahma-heading-emphasis-light{color:#8b7355;position:relative}.brahma-heading-emphasis-light:after{content:"";opacity:.5;background:linear-gradient(90deg,#8b7355,#efe4da);border-radius:2px;width:100%;height:3px;position:absolute;bottom:5px;left:0}.brahma-heading-text-light{color:#5a4a32}.brahma-divider-light{opacity:0;align-items:center;gap:.75rem;margin-bottom:1.5rem;animation:.6s .6s forwards fadeInUp;display:flex}.brahma-divider-line-light{background:linear-gradient(90deg,#0000,#8b7355);width:35px;height:1px}.brahma-divider-line-light:last-child{background:linear-gradient(90deg,#8b7355,#0000)}.brahma-divider-icon-light{color:#8b7355;font-size:.9rem;animation:4s linear infinite rotate}.brahma-description-light{color:#6b5a3e;opacity:0;margin-bottom:2rem;font-size:1.05rem;line-height:1.8;animation:.6s .8s forwards fadeInUp}.brahma-highlight-light{color:#8b7355;background:linear-gradient(#0000 60%,#efe4da99 60%);padding:0 3px;font-weight:600}.brahma-features-light{opacity:0;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem;animation:.6s 1s forwards fadeInUp;display:grid}.brahma-feature-light{opacity:0;background:#8b73550a;border:1px solid #8b73551a;border-radius:10px;align-items:center;gap:.75rem;padding:.8rem 1rem;transition:all .3s;animation:.5s forwards fadeInUp;display:flex}.brahma-feature-light:hover{background:#8b735514;border-color:#8b735533;transform:translateY(-2px)}.brahma-feature-icon-light{flex-shrink:0;font-size:1.1rem}.brahma-feature-label-light{color:#5a4a32;font-size:.85rem;font-weight:500;line-height:1.4}.brahma-cta-light{color:#fcf8f4;cursor:pointer;opacity:0;background:linear-gradient(135deg,#8b7355,#6b5a3e);border:1px solid #fcf8f44d;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-bottom:1.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;animation:.6s 1.2s forwards fadeInUp;display:flex;box-shadow:0 4px 20px #8b73554d}.brahma-cta-light:hover{background:linear-gradient(135deg,#6b5a3e,#5a4a32);transform:translateY(-2px);box-shadow:0 6px 30px #8b735580}.brahma-cta-text-light{color:#fcf8f4}.brahma-cta-arrow-light{color:#fcf8f4;transition:transform .3s}.brahma-cta-light:hover .brahma-cta-arrow-light{transform:translate(4px)}.brahma-quote-light{text-align:center;opacity:0;animation:.6s 1.4s forwards fadeInUp}.brahma-quote-text-light{color:#8b7355;font-size:.9rem;font-style:italic;font-weight:400}.brahma-right-light{justify-content:center;align-items:center;display:flex}.brahma-visual-light{flex-direction:column;align-items:center;gap:2rem;transition:transform .1s ease-out;display:flex}.brahma-image-wrapper-light{justify-content:center;align-items:center;width:380px;height:380px;display:flex;position:relative}.brahma-image-aura-light{filter:blur(30px);background:radial-gradient(circle,#8b735533,#0000);border-radius:50%;width:340px;height:340px;transition:opacity .3s;position:absolute}.brahma-image-ring-light{border:1.5px solid #8b735526;border-radius:50%;position:absolute}.brahma-image-ring-1-light{border-color:#8b735533;width:360px;height:360px}.brahma-image-ring-2-light{border-style:dashed;border-color:#8b73551f;width:340px;height:340px}.brahma-image-frame-light{border-radius:50%;width:300px;height:300px;transition:transform .5s;position:relative;overflow:hidden;box-shadow:0 20px 50px #8b735540,0 0 0 3px #8b73551a,0 0 0 8px #8b73550d}.brahma-image-frame-light:hover{transform:scale(1.03);box-shadow:0 25px 60px #8b735559,0 0 0 4px #8b735526,0 0 0 10px #8b735514}.brahma-image-light{object-fit:cover;width:100%;height:100%;transition:transform .5s}.brahma-image-frame-light:hover .brahma-image-light{transform:scale(1.08)}.brahma-image-overlay-light{background:linear-gradient(135deg,#8b73551a 0%,#0000 50%,#8b73551a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.brahma-stats-light{justify-content:center;gap:2rem;display:flex}.brahma-stat-light{text-align:center;opacity:0;background:#8b73550d;border:1px solid #8b73551a;border-radius:12px;padding:1rem 1.5rem;transition:all .3s;animation:.5s forwards fadeInUp}.brahma-stat-light:hover{background:#8b73551a;transform:translateY(-3px);box-shadow:0 8px 25px #8b73551a}.brahma-stat-number-light{color:#5a4a32;margin-bottom:.25rem;font-size:1.5rem;font-weight:800;line-height:1;display:block}.brahma-stat-label-light{color:#8b7355;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:500}@media (width<=1200px){.brahma-main-light{gap:3rem}.brahma-image-wrapper-light{width:340px;height:340px}.brahma-image-frame-light{width:270px;height:270px}.brahma-stats-light{gap:1.5rem}}@media (width<=992px){.brahma-main-light{text-align:center;grid-template-columns:1fr;gap:3rem}.brahma-content-light{max-width:100%}.brahma-badge-light,.brahma-divider-light,.brahma-features-light{justify-content:center}.brahma-heading-emphasis-light:after{left:50%;transform:translate(-50%)}.brahma-image-wrapper-light{width:300px;height:300px}.brahma-image-frame-light{width:240px;height:240px}.brahma-image-ring-1-light{width:290px;height:290px}.brahma-image-ring-2-light{width:270px;height:270px}.brahma-image-aura-light{width:280px;height:280px}}@media (width<=768px){.brahma{padding:4rem 0}.brahma-container-light{padding:0 1.5rem}.brahma-heading-main-light{font-size:1.8rem}.brahma-heading-accent-light{font-size:2.2rem}.brahma-features-light{grid-template-columns:1fr}.brahma-stats-light{flex-wrap:wrap;gap:1rem}.brahma-stat-light{flex:1;min-width:120px;padding:.8rem}.brahma-image-wrapper-light{width:260px;height:260px}.brahma-image-frame-light{width:210px;height:210px}}@media (width<=480px){.brahma-stats-light{flex-direction:column;align-items:center}.brahma-stat-light{width:100%;max-width:200px}.brahma-image-wrapper-light{width:240px;height:240px}.brahma-image-frame-light{width:190px;height:190px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.pillars{background:linear-gradient(#fcf8f4 0%,#efe4da 50%,#fcf8f4 100%);justify-content:center;align-items:center;min-height:100vh;padding:6rem 0;display:flex;position:relative;overflow:hidden}.pillars-bg{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.pillars-bg-gradient{background:radial-gradient(at 25% 30%,#8b73550f 0%,#0000 50%),radial-gradient(at 75% 70%,#8b73550d 0%,#0000 50%),radial-gradient(#efe4da26 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.pillars-bg-grid{background-image:linear-gradient(#8b73550a 1px,#0000 1px),linear-gradient(90deg,#8b73550a 1px,#0000 1px);background-size:70px 70px;width:100%;height:100%;position:absolute;top:0;left:0}.pillars-bg-pattern{background:radial-gradient(circle at 20% 80%,#8b735508 0%,#0000 40%),radial-gradient(circle at 80% 20%,#8b735508 0%,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}.pillars-ambient{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.pillars-glow{filter:blur(120px);border-radius:50%;position:absolute}.pillars-glow-1{background:radial-gradient(circle,#8b73551a,#0000);width:500px;height:500px;animation:10s ease-in-out infinite glowFloat;top:-20%;left:-10%}.pillars-glow-2{background:radial-gradient(circle,#8b735514,#0000);width:450px;height:450px;animation:12s ease-in-out infinite reverse glowFloat;top:40%;right:-15%}.pillars-glow-3{background:radial-gradient(circle,#efe4da1f,#0000);width:400px;height:400px;animation:8s ease-in-out infinite glowPulse;bottom:-25%;left:30%}.pillars-geometry{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.pillars-geo-ring{border:1px solid #8b735514;border-radius:50%;position:absolute}.pillars-geo-ring-1{width:700px;height:700px;animation:25s linear infinite ringRotate;top:-40%;right:-20%}.pillars-geo-ring-2{border-color:#8b73550f;width:750px;height:750px;animation:30s linear infinite reverse ringRotate;bottom:-45%;left:-25%}.pillars-geo-ring-3{border-style:dashed;border-color:#8b73550d;width:500px;height:500px;top:50%;left:50%;transform:translate(-50%,-50%)}.pillars-particles{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.pillars-particle{background:#8b735533;border-radius:50%;animation:linear infinite particleFloat;position:absolute}.pillars-container{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.pillars-header{text-align:center;opacity:0;margin-bottom:4rem;transition:all .8s cubic-bezier(.23,1,.32,1);transform:translateY(30px)}.pillars-header.visible{opacity:1;transform:translateY(0)}.pillars-badge{text-transform:uppercase;letter-spacing:.2em;color:#8b7355;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.85rem;font-weight:600;display:flex}.pillars-badge-icon{font-size:.9rem;animation:4s linear infinite rotate}.pillars-title{color:#6b5a3e;margin:0 0 1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;line-height:1.2}.pillars-title-emphasis{color:#8b7355;font-weight:800;display:inline-block;position:relative}.pillars-title-emphasis:after{content:"";opacity:.5;background:linear-gradient(90deg,#8b7355,#efe4da);border-radius:2px;width:100%;height:3px;position:absolute;bottom:4px;left:0}.pillars-divider{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.pillars-divider-line{background:linear-gradient(90deg,#0000,#8b7355);width:40px;height:1px}.pillars-divider-line:last-child{background:linear-gradient(90deg,#8b7355,#0000)}.pillars-divider-icon{color:#8b7355;font-size:.9rem;animation:4s linear infinite reverse rotate}.pillars-subtitle{color:#8b7355;max-width:600px;margin:0 auto;font-size:1.1rem;font-weight:400;line-height:1.7}.pillars-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.pillars-grid.visible .pillar-card{opacity:1;transform:translateY(0)}.pillar-card{text-align:center;opacity:0;-webkit-backdrop-filter:blur(10px);background:#fcf8f4cc;border:1px solid #8b735526;border-radius:24px;padding:2.5rem 2rem;transition:all .5s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;transform:translateY(40px)}.pillar-card:hover,.pillar-card.active{background:#fcf8f4f2;border-color:#8b73554d;transform:translateY(-8px);box-shadow:0 20px 50px #8b735526,0 5px 20px #8b73551a}.pillar-card-glow{pointer-events:none;border-radius:24px;width:100%;height:100%;transition:opacity .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pillar-ornament-border{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.pillar-ornament-corner{border-style:solid;border-color:#8b735533;width:30px;height:30px;transition:all .5s;position:absolute}.pillar-ornament-tl{border-width:2px 0 0 2px;border-radius:4px 0 0;top:12px;left:12px}.pillar-ornament-tr{border-width:2px 2px 0 0;border-radius:0 4px 0 0;top:12px;right:12px}.pillar-ornament-bl{border-width:0 0 2px 2px;border-radius:0 0 0 4px;bottom:12px;left:12px}.pillar-ornament-br{border-width:0 2px 2px 0;border-radius:0 0 4px;bottom:12px;right:12px}.pillar-card:hover .pillar-ornament-corner,.pillar-card.active .pillar-ornament-corner{border-color:#8b735580;width:40px;height:40px}.pillar-card:hover .pillar-ornament-tl,.pillar-card.active .pillar-ornament-tl{top:8px;left:8px}.pillar-card:hover .pillar-ornament-tr,.pillar-card.active .pillar-ornament-tr{top:8px;right:8px}.pillar-card:hover .pillar-ornament-bl,.pillar-card.active .pillar-ornament-bl{bottom:8px;left:8px}.pillar-card:hover .pillar-ornament-br,.pillar-card.active .pillar-ornament-br{bottom:8px;right:8px}.pillar-icon-wrapper{justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 1.5rem;display:flex;position:relative}.pillar-icon-ring{border:2px solid;border-radius:50%;width:100%;height:100%;animation:3s ease-in-out infinite ringPulse;position:absolute}.pillar-icon-ring-2{opacity:.5;border:1.5px solid;border-radius:50%;width:80px;height:80px;animation:3s ease-in-out infinite reverse ringPulse;position:absolute}.pillar-icon-mandala{background:radial-gradient(circle,#8b735514,#0000);border-radius:50%;width:65px;height:65px;animation:8s linear infinite mandalaRotate;position:absolute}@keyframes mandalaRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pillar-icon{z-index:1;font-size:2rem;transition:transform .3s;position:relative}.pillar-card:hover .pillar-icon,.pillar-card.active .pillar-icon{transform:scale(1.2)}.pillar-content{z-index:1;position:relative}.pillar-subtitle-text{text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.pillar-title-text{color:#5a4a32;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.pillar-content-divider{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.pillar-content-dot{border-radius:50%;width:5px;height:5px}.pillar-content-line{background:#8b735533;width:30px;height:1px}.pillar-description{color:#6b5a3e;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.pillar-features{flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;margin-bottom:1.5rem;display:flex}.pillar-feature{color:#5a4a32;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;display:flex}.pillar-feature-dot{border-radius:50%;flex-shrink:0;width:5px;height:5px}.pillar-essence{background:#8b73550f;border:1px solid #8b73551a;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex}.pillar-essence-icon{font-size:.7rem}.pillar-essence-text{letter-spacing:.05em;font-size:.85rem;font-weight:600}.pillar-border-glow{pointer-events:none;border:2px solid;border-radius:24px;width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:0}.pillars-footer{opacity:0;justify-content:center;align-items:center;gap:1.5rem;transition:all .8s cubic-bezier(.23,1,.32,1) .6s;display:flex;transform:translateY(20px)}.pillars-footer.visible{opacity:1;transform:translateY(0)}.pillars-footer-line{background:linear-gradient(90deg,#0000,#8b7355);width:60px;height:1px}.pillars-footer-line:last-child{background:linear-gradient(90deg,#8b7355,#0000)}.pillars-footer-text{color:#8b7355;white-space:nowrap;font-size:.95rem;font-style:italic;font-weight:400}@media (width<=1200px){.pillars-grid{gap:1.5rem}.pillar-card{padding:2rem 1.5rem}}@media (width<=992px){.pillars-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.pillar-card{padding:2.5rem 2rem}}@media (width<=768px){.pillars{padding:4rem 0}.pillars-container{padding:0 1.5rem}.pillars-title{font-size:2rem}.pillars-subtitle{font-size:1rem}.pillar-card{padding:2rem 1.5rem}.pillars-footer{flex-direction:column;gap:1rem}.pillars-footer-text{white-space:normal;text-align:center}}@media (width<=480px){.pillars-grid{gap:1rem}.pillar-icon-wrapper{width:75px;height:75px}.pillar-icon{font-size:1.6rem}.pillar-title-text{font-size:1.3rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.wisdom{background:linear-gradient(#efe4da 0%,#fcf8f4 50%,#efe4da 100%);justify-content:center;align-items:center;min-height:100vh;padding:6rem 0;display:flex;position:relative;overflow:hidden}.wisdom-bg{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.wisdom-glow{filter:blur(100px);border-radius:50%;position:absolute}.wisdom-glow-center{background:radial-gradient(circle,#8b735514,#0000);width:600px;height:600px;animation:8s ease-in-out infinite centerGlow;top:50%;left:50%;transform:translate(-50%,-50%)}.wisdom-glow-top{background:radial-gradient(circle,#8b73550f,#0000);width:400px;height:400px;animation:10s ease-in-out infinite floatGlow;top:-15%;right:-10%}.wisdom-glow-bottom{background:radial-gradient(circle,#8b73550d,#0000);width:450px;height:450px;animation:12s ease-in-out infinite reverse floatGlow;bottom:-20%;left:-10%}.wisdom-particles{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.wisdom-particle{filter:blur(2px);border-radius:50%;animation:ease-in-out infinite particleDrift;position:absolute}@keyframes particleDrift{0%,to{opacity:.3;transform:translate(0)scale(1)}25%{opacity:.7;transform:translate(30px,-40px)scale(1.5)}50%{opacity:.4;transform:translate(-20px,-80px)scale(1)}75%{opacity:.5;transform:translate(-40px,-40px)scale(.8)}}.wisdom-breath-waves{z-index:1;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wisdom-breath-wave{border:1px solid #8b735514;border-radius:50%;animation:8s ease-in-out infinite breathWave;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wave-a{width:400px;height:400px}.wave-b{border-color:#8b73550d;width:500px;height:500px;animation-delay:2s}.wave-c{border-color:#8b735508;width:600px;height:600px;animation-delay:4s}.wisdom-container{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.wisdom-header{text-align:center;opacity:0;margin-bottom:4rem;transition:all .8s cubic-bezier(.23,1,.32,1);transform:translateY(30px)}.wisdom-header.visible{opacity:1;transform:translateY(0)}.wisdom-badge{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.wisdom-badge-line{background:#8b7355;width:30px;height:1px}.wisdom-tag{text-transform:uppercase;letter-spacing:.2em;color:#8b7355;font-size:.8rem;font-weight:600}.wisdom-title{color:#6b5a3e;margin:0 0 1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;line-height:1.2}.wisdom-title-accent{color:#8b7355;font-weight:800;position:relative}.wisdom-title-accent:after{content:"";opacity:.5;background:linear-gradient(90deg,#8b7355,#efe4da);border-radius:2px;width:100%;height:3px;position:absolute;bottom:4px;left:0}.wisdom-title-dot{color:#8b7355}.wisdom-subtitle{color:#8b7355;max-width:550px;margin:0 auto;font-size:1.05rem;font-weight:400;line-height:1.7}.wisdom-carousel{opacity:0;transition:all 1s cubic-bezier(.23,1,.32,1) .3s;transform:translateY(40px)}.wisdom-carousel.visible{opacity:1;transform:translateY(0)}.wisdom-card-container{aspect-ratio:16/10;border-radius:28px;width:100%;max-width:800px;min-height:450px;margin:0 auto 3rem;position:relative;overflow:hidden;box-shadow:0 25px 60px #8b735533,0 10px 30px #8b735526}.wisdom-card{opacity:0;border-radius:28px;justify-content:center;align-items:center;width:100%;height:100%;transition:all 1s cubic-bezier(.23,1,.32,1);display:flex;position:absolute;top:0;left:0;transform:scale(1.05)}.wisdom-card-active{opacity:1;transform:scale(1)}.wisdom-card-overlay{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.wisdom-card-content{z-index:2;text-align:center;max-width:600px;padding:3rem;position:relative}.wisdom-card-badge{-webkit-backdrop-filter:blur(10px);border:1px solid #fff3;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1.2rem;display:inline-block}.wisdom-card-badge span{text-transform:uppercase;letter-spacing:.15em;color:#fcf8f4;text-shadow:0 1px 3px #0003;font-size:.75rem;font-weight:600}.wisdom-card-quote{color:#fcf8f4;text-shadow:0 2px 10px #0000004d,0 0 40px #0000001a;letter-spacing:.02em;margin:0 0 2rem;font-size:clamp(1.5rem,3vw,2.2rem);font-style:italic;font-weight:600;line-height:1.5}.wisdom-card-author{justify-content:center;align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.wisdom-card-author-line{background:#fcf8f499;width:30px;height:1px}.wisdom-card-author cite{color:#efe4da;text-shadow:0 1px 4px #0003;font-size:1rem;font-style:normal;font-weight:500}.wisdom-card-symbol{font-size:2rem;animation:2s ease-in-out infinite symbolPulse;display:inline-block}.wisdom-controls{flex-direction:column;align-items:center;gap:2rem;display:flex}.wisdom-indicators{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.wisdom-indicator{cursor:pointer;background:0 0;border:none;border-radius:12px;flex-direction:column;align-items:center;gap:.4rem;min-width:50px;padding:.5rem .75rem;transition:all .3s;display:flex}.wisdom-indicator:hover{background:#8b735514}.wisdom-indicator-bar{background:#8b735533;border-radius:2px;width:100%;height:2px;transition:all .3s;position:relative;overflow:hidden}.wisdom-indicator-bar:after{content:"";background:var(--indicator-color,#8b7355);transform-origin:0;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.wisdom-indicator-active .wisdom-indicator-bar:after{transform:scaleX(1)}.wisdom-indicator-number{color:#8b7355;font-size:.7rem;font-weight:500;transition:all .3s}.wisdom-indicator-active .wisdom-indicator-number{color:#5a4a32;font-weight:700}.wisdom-nav{align-items:center;gap:1.5rem;display:flex}.wisdom-nav-btn{color:#8b7355;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#fcf8f4cc;border:1px solid #8b735533;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.wisdom-nav-btn:hover{color:#fcf8f4;background:#8b7355;border-color:#8b7355;transform:scale(1.05);box-shadow:0 8px 25px #8b73554d}.wisdom-nav-btn:active{transform:scale(.95)}.wisdom-nav-counter{align-items:baseline;gap:.3rem;font-family:Georgia,serif;display:flex}.wisdom-nav-current{font-size:1.8rem;font-weight:700;transition:color .3s}.wisdom-nav-separator{color:#8b735566;font-size:1.2rem}.wisdom-nav-total{color:#8b735566;font-size:1.2rem;font-weight:400}.wisdom-footer{opacity:0;justify-content:center;align-items:center;gap:1.5rem;margin-top:4rem;transition:all .8s cubic-bezier(.23,1,.32,1) .6s;display:flex;transform:translateY(20px)}.wisdom-footer.visible{opacity:1;transform:translateY(0)}.wisdom-footer-line{background:linear-gradient(90deg,#0000,#8b7355);width:60px;height:1px}.wisdom-footer-line:last-child{background:linear-gradient(90deg,#8b7355,#0000)}.wisdom-footer-symbol{color:#8b7355;font-size:1rem;animation:4s linear infinite rotate}@media (width<=992px){.wisdom-card-container{border-radius:24px;min-height:380px}.wisdom-card{border-radius:24px}.wisdom-card-content{padding:2rem}.wisdom-card-quote{font-size:1.3rem}}@media (width<=768px){.wisdom{padding:4rem 0}.wisdom-container{padding:0 1.5rem}.wisdom-title{font-size:2rem}.wisdom-card-container{border-radius:20px;min-height:350px}.wisdom-card{border-radius:20px}.wisdom-card-content{padding:1.5rem}.wisdom-card-quote{font-size:1.2rem}.wisdom-card-badge{padding:.3rem 1rem}.wisdom-card-badge span{font-size:.7rem}.wisdom-nav-btn{width:42px;height:42px}.wisdom-nav-current{font-size:1.5rem}}@media (width<=480px){.wisdom-card-container{border-radius:16px;min-height:320px}.wisdom-card{border-radius:16px}.wisdom-card-content{padding:1.25rem}.wisdom-card-quote{font-size:1.1rem}.wisdom-indicators{gap:.25rem}.wisdom-indicator{min-width:40px;padding:.4rem .5rem}.wisdom-nav{gap:1rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.sw-section{isolation:isolate;background-color:#0a0e1a;padding:120px 0 80px;position:relative;overflow:hidden}.sw-bg-overlay{pointer-events:none;z-index:1;background:radial-gradient(at 15% 40%,#c9a03d1a 0%,#0000 55%),radial-gradient(at 85% 20%,#41529014 0%,#0000 50%),linear-gradient(#ffffff8c,#ffffff8c);position:absolute;inset:0}.sw-section:before{content:"";pointer-events:none;z-index:2;background-image:linear-gradient(#c9a03d0d 1px,#0000 1px),linear-gradient(90deg,#c9a03d0d 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0}.sw-section:after{content:"";pointer-events:none;z-index:3;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");position:absolute;inset:0}.sw-glow{filter:blur(80px);pointer-events:none;z-index:1;border-radius:50%;animation:7s ease-in-out infinite swGlowPulse;position:absolute}@keyframes swGlowPulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.sw-glow-left{background:radial-gradient(circle,#c9a03d61,#0000 60%);width:700px;height:700px;top:-60px;left:-80px}.sw-glow-right{background:radial-gradient(circle,#41529047,#0000 60%);width:650px;height:650px;animation-delay:-3.5s;bottom:-60px;right:-80px}.sw-glow-center{background:radial-gradient(circle,#c9a03d33,#0000 65%);width:600px;height:500px;animation-delay:-1.8s;top:-80px;left:50%;transform:translate(-50%)}.sw-rays{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.sw-ray{background:linear-gradient(90deg,#0000,#c9a03d38,#0000);width:80px;height:200%;animation:12s linear infinite swRayMove;position:absolute;top:-50%;transform:rotate(35deg)}.sw-ray:first-child{width:140px;animation-delay:0s;left:10%}.sw-ray:nth-child(2){width:100px;animation-delay:-4s;left:45%}.sw-ray:nth-child(3){width:120px;animation-delay:-8s;left:78%}@keyframes swRayMove{0%{opacity:0;transform:rotate(35deg)translateY(-100%)}50%{opacity:1}to{opacity:0;transform:rotate(35deg)translateY(100%)}}.sw-notes{pointer-events:none;z-index:4;position:absolute;inset:0;overflow:hidden}.sw-note{color:#f1c55f;opacity:0;-webkit-user-select:none;user-select:none;animation:linear infinite swNoteFloat;position:absolute;bottom:-60px}@keyframes swNoteFloat{0%{opacity:0;transform:translateY(0)rotate(-10deg)}10%{opacity:.7}50%{opacity:.6;transform:translateY(-45vh)rotate(12deg)}90%{opacity:.35}to{opacity:0;transform:translateY(-95vh)rotate(-8deg)}}.sw-container{z-index:10;max-width:1100px;margin:0 auto;padding:0 2rem;position:relative}.sw-header{text-align:center;z-index:5;max-width:700px;margin:0 auto;position:relative}.sw-header-music-bg{aspect-ratio:800/250;pointer-events:none;z-index:1;opacity:.95;width:100%;max-width:850px;height:auto;animation:14s ease-in-out infinite swHeaderMusicFloat;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.sw-header-svg{width:100%;height:100%;display:block}@keyframes swHeaderMusicFloat{0%,to{transform:translate(-50%,-50%)translateY(0)rotate(0)}50%{transform:translate(-50%,-50%)translateY(-6px)rotate(.4deg)}}.sw-badge{background:#ecebea12;border:1px solid #c9a03d26;border-radius:999px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;display:inline-flex}.sw-badge-dot{background:#c9a03d;border-radius:50%;width:5px;height:5px;animation:1.8s ease-in-out infinite swBadgePulse}@keyframes swBadgePulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.sw-badge-text{letter-spacing:2.5px;color:#fff;text-transform:uppercase;font-size:.65rem;font-weight:600}.sw-title{margin:0 0 .4rem;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:400;line-height:1.15}.sw-title-light{color:gold;margin-right:8px;font-weight:500;display:inline-block}.sw-title-gold{color:#0000;background:linear-gradient(135deg,#c9a03d,gold);-webkit-background-clip:text;background-clip:text;font-weight:800;display:inline-block}.sw-title-decor{justify-content:center;align-items:center;gap:10px;margin:.6rem 0 .8rem;display:flex}.sw-decor-line{background:linear-gradient(90deg,#0000,#c9a03d,#0000);width:40px;height:1px}.sw-decor-diamond{color:#c9a03d;opacity:.5;font-size:.6rem}.sw-subtitle{color:#fffc;max-width:520px;margin:0 auto 1.4rem;font-size:1.25rem;line-height:1.75}.sw-tabs{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0f14bf;border:1px solid #c9a03d59;border-radius:999px;gap:6px;padding:6px;display:inline-flex;box-shadow:0 10px 30px #00000080,0 0 20px #c9a03d26}.sw-tab-btn{color:#ffffffb3;cursor:pointer;letter-spacing:.5px;background:0 0;border:none;border-radius:999px;align-items:center;gap:10px;padding:12px 28px;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.sw-tab-btn:hover{color:#fff;background:#ffffff14}.sw-tab-btn svg{opacity:.85;transition:transform .3s}.sw-tab-btn:hover svg{opacity:1;transform:scale(1.1)}.sw-tab-btn.sw-tab-active{color:#0a0e1a;background:linear-gradient(135deg,#c9a03d,gold);box-shadow:0 4px 15px #c9a03d66,inset 0 1px #ffffff4d}.sw-tab-btn.sw-tab-active svg{opacity:1}.sw-marquee{z-index:10;height:735px;margin-top:40px;position:relative;overflow:hidden}.sw-marquee:before,.sw-marquee:after{content:"";z-index:20;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.sw-marquee:before{background:linear-gradient(90deg,#140f0ce6,#0000);left:0}.sw-marquee:after{background:linear-gradient(270deg,#140f0ce6,#0000);right:0}.sw-track{box-sizing:border-box;align-items:center;gap:24px;width:max-content;height:100%;padding:0 24px 24px;animation:40s linear infinite swScroll;display:flex}.sw-marquee:hover .sw-track{animation-play-state:paused}@keyframes swScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.sw-card{background:#fff;border:1px solid #c9a03d26;border-radius:28px;flex-shrink:0;width:360px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 10px 30px #0d142912,0 0 0 1px #c9a03d0d}.sw-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0d142924,0 0 0 1px #c9a03d33,0 0 40px #c9a03d14}.sw-card--wide{width:480px}.sw-card-top{border-bottom:1px solid #c9a03d1f;align-items:center;gap:10px;padding:16px 20px;font-size:.85rem;font-weight:700;display:flex}.sw-card-top--instagram{color:#c9a03d;background:#c9a03d0a}.sw-card-top--linkedin{color:#c9a03d;background:#4152900a}.sw-card-top--youtube{color:#c9a03d;background:#8b20200a}.sw-card-top--facebook{color:#c9a03d;background:#2d43730a}.sw-embed-wrapper{width:100%}.sw-embed-linkedin{background:#f8fafc;min-height:668px}.sw-embed-youtube{background:#0d1429;min-height:270px}.sw-embed-facebook{background:#f0f2f5;min-height:500px}.sw-youtube-frame{border:none;width:100%;height:270px;display:block}.sw-footer{z-index:10;justify-content:center;align-items:center;gap:24px;margin-top:60px;padding:0 2rem;display:flex;position:relative}.sw-footer-line{background:linear-gradient(90deg,#0000,#c9a03d80,#0000);flex:1;max-width:120px;height:1px}.sw-follow-btn{color:#fff;letter-spacing:.5px;white-space:nowrap;background:linear-gradient(135deg,#c9a03d,#b8860b);border-radius:60px;align-items:center;gap:10px;padding:14px 32px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 6px 20px #c9a03d59}.sw-follow-btn:hover{gap:14px;transform:translateY(-3px);box-shadow:0 12px 30px #c9a03d80}@media (width<=768px){.sw-section{padding:80px 0 60px}.sw-card,.sw-card--wide{width:300px}.sw-embed-youtube,.sw-youtube-frame{height:180px;min-height:180px}.sw-embed-facebook{min-height:350px}.sw-marquee:before,.sw-marquee:after{width:50px}.sw-track{gap:16px}.sw-tab-text{display:none}.sw-tabs{gap:6px;padding:6px}.sw-tab-btn{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:inline-flex}.sw-footer-line{max-width:60px}}@media (width<=480px){.sw-title{font-size:2rem}.sw-card,.sw-card--wide{width:270px}}
