*{box-sizing:border-box;margin:0;padding:0}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background-color:#fff;color:#1e1e1e;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img,video{max-width:100%;display:block}.home-container{min-height:100vh;background-color:#fff}.maintenance{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem;background:#f5f2ee}.maintenance__card{width:min(720px,100%);background:#fff;border:1px solid #C9B3A3;border-radius:1.5rem;padding:3rem 2.5rem;text-align:center;box-shadow:0 16px 40px #8954341f}.maintenance__logo{width:140px;height:auto;margin:0 auto 1.5rem;display:block}.maintenance__title{font-size:clamp(1.8rem,3vw,2.4rem);color:#1e1e1e;margin-bottom:.75rem;font-weight:700}.maintenance__subtitle{color:#1e1e1e;opacity:.85;font-size:1.05rem;line-height:1.7;margin-bottom:1.25rem}.maintenance__note{color:#895434;font-weight:600;font-size:1rem}.skip-link{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:60;width:auto;height:auto;overflow:visible;background-color:#895434;color:#fff;padding:.5rem 1rem;border-radius:.5rem}.whatsapp-button{position:fixed;bottom:1.5rem;right:1.5rem;z-index:40;width:3.5rem;height:3.5rem;background-color:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #25d3664d;text-decoration:none;transition:transform .2s ease-in-out}.whatsapp-button:hover{transform:scale(1.1)}.whatsapp-button:active{transform:scale(.9)}.whatsapp-icon{width:1.75rem;height:1.75rem;color:#fff;fill:currentColor}@media(min-width:1024px){.whatsapp-button{display:none}}.header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .5s ease}.header--transparent{background-color:transparent;padding:1.25rem 0}.header--scrolled{background-color:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 3px #0000001a;padding:.75rem 0}.header__container{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .2s ease}.header__logo:hover{transform:scale(1.02)}.header__logo:active{transform:scale(.98)}.header__logo-icon{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#895434;display:flex;align-items:center;justify-content:center}.header__logo-icon span{color:#fff;font-weight:700;font-size:1.125rem}.header__logo-text{display:none}@media(min-width:640px){.header__logo-text{display:block}}.header__logo-name{font-weight:600;font-size:.875rem;letter-spacing:-.025em;color:#1e1e1e}.header__logo-subtitle{font-size:.75rem;color:#6f6f6f}.header__nav{display:none;align-items:center;gap:2rem}@media(min-width:1024px){.header__nav{display:flex}}.header__nav-item{background:none;border:none;font-size:.875rem;font-weight:500;color:#1e1e1e;cursor:pointer;position:relative;padding:0;font-family:inherit;transition:color .3s ease}.header__nav-item:hover{color:#895434}.header__nav-item:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#895434;transition:width .3s ease}.header__nav-item:hover:after{width:100%}.header__cta{display:none;position:relative}@media(min-width:1024px){.header__cta{display:block}}.header__cta-button{background-color:#895434;color:#fff;font-weight:500;padding:.5rem 1.5rem;border-radius:9999px;border:none;cursor:pointer;font-family:inherit;font-size:.875rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.375rem}.header__cta-button:hover{background-color:#a96b45;box-shadow:0 10px 15px -3px #89543433}.header__cta-chevron{transition:transform .2s ease}.header__cta-chevron--open{transform:rotate(180deg)}.header__dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #C9B3A3;border-radius:.75rem;box-shadow:0 16px 40px #89543426;min-width:280px;overflow:hidden;z-index:60}.header__dropdown-header{padding:.75rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#895434;border-bottom:1px solid #F5F2EE}.header__dropdown-item{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;background:none;border:none;border-bottom:1px solid #F5F2EE;cursor:pointer;font-family:inherit;text-align:left;transition:background-color .15s ease}.header__dropdown-item:last-child{border-bottom:none}.header__dropdown-item:hover{background-color:#f5f2ee}.header__dropdown-item--highlighted{background-color:#fdf8f4}.header__dropdown-item--highlighted:hover{background-color:#f5f2ee}.header__dropdown-item-name{font-size:.875rem;font-weight:500;color:#1e1e1e}.header__dropdown-item-price{font-size:.75rem;font-weight:600;color:#895434;background:#f5f2ee;padding:.2rem .6rem;border-radius:9999px;white-space:nowrap}.header__mobile-toggle{display:block;padding:.5rem;border-radius:.5rem;background:none;border:none;cursor:pointer;transition:background-color .3s ease}.header__mobile-toggle:hover{background-color:#f5f2ee}@media(min-width:1024px){.header__mobile-toggle{display:none}}.header__mobile-toggle svg{width:1.5rem;height:1.5rem;color:#1e1e1e}.mobile-menu{position:fixed;inset:0;z-index:40;display:none}.mobile-menu--open{display:block}@media(min-width:1024px){.mobile-menu{display:none!important}}.mobile-menu__backdrop{position:absolute;inset:0;background-color:#0003;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-menu__panel{position:absolute;right:0;top:0;bottom:0;width:20rem;max-width:85vw;background-color:#fff;box-shadow:-25px 0 50px -12px #00000040;padding:6rem 2rem 2rem;transform:translate(100%);transition:transform .4s cubic-bezier(.22,1,.36,1)}.mobile-menu--open .mobile-menu__panel{transform:translate(0)}.mobile-menu__nav{display:flex;flex-direction:column;gap:1rem}.mobile-menu__item{text-align:left;font-size:1.125rem;font-weight:500;color:#1e1e1e;padding:.5rem 0;border:none;border-bottom:1px solid #F5F2EE;background:none;cursor:pointer;font-family:inherit;transition:color .3s ease;opacity:0;transform:translate(20px)}.mobile-menu--open .mobile-menu__item{opacity:1;transform:translate(0);transition:all .3s ease}.mobile-menu--open .mobile-menu__item:nth-child(1){transition-delay:.1s}.mobile-menu--open .mobile-menu__item:nth-child(2){transition-delay:.2s}.mobile-menu--open .mobile-menu__item:nth-child(3){transition-delay:.3s}.mobile-menu--open .mobile-menu__item:nth-child(4){transition-delay:.4s}.mobile-menu--open .mobile-menu__item:nth-child(5){transition-delay:.5s}.mobile-menu--open .mobile-menu__item:nth-child(6){transition-delay:.6s}.mobile-menu__item:hover{color:#895434}.mobile-menu__cta{padding-top:1rem;opacity:0;transform:translate(20px)}.mobile-menu--open .mobile-menu__cta{opacity:1;transform:translate(0);transition:all .3s ease .7s}.mobile-menu__cta-button{width:100%;background-color:#895434;color:#fff;font-weight:500;padding:.75rem 1.5rem;border-radius:9999px;border:none;cursor:pointer;font-family:inherit;font-size:1rem;transition:background-color .3s ease}.mobile-menu__cta-button:hover{background-color:#a96b45}.mobile-menu__memberships{border-top:1px solid #F5F2EE;padding-top:1rem;margin-top:.5rem}.mobile-menu__memberships-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#895434;margin-bottom:.75rem}.mobile-menu__membership-item{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.625rem 0;background:none;border:none;border-bottom:1px solid #F5F2EE;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:500;color:#1e1e1e;text-align:left;transition:color .2s ease}.mobile-menu__membership-item:last-child{border-bottom:none}.mobile-menu__membership-item:hover{color:#895434}.mobile-menu__membership-price{font-size:.75rem;font-weight:600;color:#895434;background:#f5f2ee;padding:.2rem .6rem;border-radius:9999px;white-space:nowrap}.video-modal__overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.video-modal__content{background-color:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:56rem;overflow:hidden}.video-modal__header{background:linear-gradient(to right,#895434,#a96b45);padding:1.5rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.video-modal__title{font-size:1.25rem;font-weight:700}.video-modal__close{padding:.5rem;border-radius:50%;background:none;border:none;color:#fff;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.video-modal__close:hover{background-color:#fff3}.video-modal__close-icon{width:1.25rem;height:1.25rem}.video-modal__video-container{position:relative;width:100%;padding-bottom:56.25%;background-color:#000;overflow:hidden;min-height:240px}.video-modal__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;border-radius:1rem;box-shadow:0 4px 24px #8954341f;background:#000;z-index:1}.video-modal__carousel-controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;background:#f5f2ee;border-bottom:1px solid #C9B3A3;padding:.75rem 1rem;margin-bottom:.5rem}.video-modal__carousel-btn{background:#895434;color:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,box-shadow .2s;box-shadow:0 2px 8px #89543414}.video-modal__carousel-btn:hover,.video-modal__carousel-btn:focus{background:#a96b45;outline:none}.video-modal__carousel-icon{width:1.5rem;height:1.5rem}.video-modal__carousel-label{color:#1e1e1e;font-weight:600;font-size:1rem;letter-spacing:.01em;background:none;padding:0 .5rem;border-radius:.5rem}@media(max-width:768px){.video-modal__content{max-width:calc(100vw - 2rem)}.video-modal__title{font-size:1rem}.video-modal__header{padding:1rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(to bottom,#f5f2ee,#fff)}.hero__background{position:absolute;inset:0;pointer-events:none}.hero__bg-circle-1{position:absolute;top:5rem;right:10%;width:24rem;height:24rem;border-radius:50%;background-color:#8954340d;filter:blur(48px)}.hero__bg-circle-2{position:absolute;bottom:5rem;left:5%;width:20rem;height:20rem;border-radius:50%;background-color:#c9b3a31a;filter:blur(32px)}.hero__bg-grid{position:absolute;inset:0;opacity:.015;background-image:linear-gradient(#895434 1px,transparent 1px),linear-gradient(90deg,#895434 1px,transparent 1px);background-size:60px 60px}.hero__container{position:relative;z-index:10;max-width:80rem;margin:0 auto;padding:8rem 1.5rem}@media(min-width:1024px){.hero__container{padding:10rem 1.5rem}}.hero__grid{display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.hero__grid{grid-template-columns:1fr 1fr;gap:4rem}}.hero__content{text-align:center}@media(min-width:1024px){.hero__content{text-align:left}}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background-color:#8954341a;color:#895434;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero__badge-dot{width:.5rem;height:.5rem;border-radius:50%;background-color:#895434;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero__title{font-size:2.25rem;font-weight:700;color:#1e1e1e;line-height:1.1;letter-spacing:-.025em;margin-bottom:1.5rem}@media(min-width:640px){.hero__title{font-size:3rem}}@media(min-width:1024px){.hero__title{font-size:3.75rem}}@media(min-width:1280px){.hero__title{font-size:4.5rem}}.hero__title-highlight{position:relative;display:inline-block}.hero__title-highlight-text{position:relative;z-index:10;color:#895434}.hero__title-underline{position:absolute;bottom:.5rem;left:0;right:0;height:.75rem;background-color:#8954341a;z-index:0;transform-origin:left}.hero__subtitle{font-size:1.125rem;color:#6f6f6f;max-width:36rem;margin:0 auto 2rem;line-height:1.75}@media(min-width:640px){.hero__subtitle{font-size:1.25rem}}@media(min-width:1024px){.hero__subtitle{margin:0 0 2rem}}.hero__ctas{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media(min-width:640px){.hero__ctas{flex-direction:row}}@media(min-width:1024px){.hero__ctas{justify-content:flex-start}}.hero__cta-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#895434;color:#fff;font-weight:500;padding:1.5rem 2rem;border-radius:9999px;font-size:1rem;border:none;cursor:pointer;font-family:inherit;transition:all .3s ease}.hero__cta-primary:hover{background-color:#a96b45;box-shadow:0 20px 25px -5px #89543433;transform:translateY(-2px)}.hero__cta-primary svg{transition:transform .3s ease}.hero__cta-primary:hover svg{transform:translate(4px)}.hero__cta-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:transparent;color:#1e1e1e;font-weight:500;padding:1.5rem 2rem;border-radius:9999px;font-size:1rem;border:2px solid #C9B3A3;cursor:pointer;font-family:inherit;transition:all .3s ease}.hero__cta-secondary:hover{background-color:#f5f2ee}.hero__stats{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(201,179,163,.3)}@media(min-width:1024px){.hero__stats{justify-content:flex-start}}.hero__stat{text-align:center}@media(min-width:1024px){.hero__stat{text-align:left}}.hero__stat-number{font-size:1.875rem;font-weight:700;color:#895434}.hero__stat-label{font-size:.875rem;color:#6f6f6f}.hero__visual{position:relative;display:none}@media(min-width:1024px){.hero__visual{display:block}}.hero__visual-container{position:relative;aspect-ratio:1;max-width:32rem;margin:0 auto}.hero__visual-image{position:absolute;inset:2rem;border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #8954344d}.hero__visual-image img{width:100%;height:100%;object-fit:cover;mix-blend-mode:overlay}.hero__visual-gradient{position:absolute;inset:0;background:linear-gradient(to top,#895434,transparent,transparent)}.hero__visual-circle{position:absolute;pointer-events:none;opacity:.85}.hero__visual-circle-1{top:-1rem;right:-1rem;width:10rem;height:10rem;animation:rotate 30s linear infinite}.hero__visual-circle-2{bottom:-2rem;left:-2rem;width:12rem;height:12rem;animation:rotate-reverse 25s linear infinite}.circle-text{font-family:Gotham,system-ui,sans-serif;font-size:9px;letter-spacing:.35em;fill:#895434cc;text-transform:uppercase}.circle-text--secondary{fill:#c9b3a3d9}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotate-reverse{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero__visual-card{position:absolute;bottom:-1rem;right:-1rem;background-color:#fff;border-radius:1rem;padding:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;cursor:pointer;transition:all .3s ease}.hero__visual-card:hover{box-shadow:0 25px 30px -5px #00000026,0 15px 15px -5px #00000014;transform:translateY(-4px)}.hero__visual-card-content{display:flex;align-items:center;gap:.75rem}.hero__visual-card-icon{width:3rem;height:3rem;border-radius:50%;background-color:#8954341a;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.hero__visual-card:hover .hero__visual-card-icon{background-color:#895434;transform:scale(1.1)}.hero__visual-card-icon svg{width:1.25rem;height:1.25rem;color:#895434;fill:#895434;transition:all .3s ease}.hero__visual-card:hover .hero__visual-card-icon svg{color:#fff;fill:#fff}.hero__visual-card-title{font-size:.875rem;font-weight:600;color:#1e1e1e}.hero__visual-card-subtitle{font-size:.75rem;color:#6f6f6f}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#6f6f6f}.hero__scroll-text{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.hero__scroll-indicator{width:1.5rem;height:2.5rem;border:2px solid #C9B3A3;border-radius:9999px;display:flex;justify-content:center;padding-top:.5rem}.hero__scroll-dot{width:.375rem;height:.75rem;background-color:#895434;border-radius:9999px;animation:scroll-bounce 2s ease-in-out infinite}@keyframes scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}.about{padding:6rem 0;background-color:#fff;position:relative;overflow:hidden}@media(min-width:1024px){.about{padding:8rem 0}}.about__divider{position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(to right,transparent,rgba(201,179,163,.3),transparent)}.about__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.about__grid{display:grid;gap:4rem;align-items:center}@media(min-width:1024px){.about__grid{grid-template-columns:1fr 1fr;gap:6rem}}.about__badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background-color:#8954341a;color:#895434;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.about__title{font-size:1.875rem;font-weight:700;color:#1e1e1e;line-height:1.2;margin-bottom:1.5rem}@media(min-width:640px){.about__title{font-size:2.25rem}}@media(min-width:1024px){.about__title{font-size:3rem}}.about__title-highlight{color:#895434}.about__text{color:#6f6f6f;line-height:1.75}.about__text p{margin-bottom:1rem}.about__text strong{color:#1e1e1e}.about__founder{margin-top:2.5rem;padding:1.5rem;background-color:#f5f2ee;border-radius:1rem}.about__founder-content{display:flex;align-items:flex-start;gap:1rem}.about__founder-avatar{width:4rem;height:4rem;border-radius:50%;background-color:#895434;flex-shrink:0;overflow:hidden}.about__founder-avatar img{width:100%;height:100%;object-fit:cover}.about__founder-name{font-weight:600;color:#1e1e1e;margin-bottom:.25rem}.about__founder-role{font-size:.875rem;color:#895434;font-weight:500;margin-bottom:.5rem}.about__founder-quote{font-size:.875rem;color:#6f6f6f;font-style:italic}.about__values{display:grid;gap:1.5rem}@media(min-width:640px){.about__values{grid-template-columns:1fr 1fr}}.about__value{padding:1.5rem;background-color:#fff;border:1px solid rgba(201,179,163,.3);border-radius:1rem;transition:all .5s ease}.about__value:hover{border-color:#8954344d;box-shadow:0 20px 25px -5px #8954340d;transform:translateY(-8px)}.about__value-icon{width:3rem;height:3rem;border-radius:.75rem;background-color:#8954341a;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all .3s ease}.about__value:hover .about__value-icon{background-color:#895434}.about__value-icon svg{width:1.5rem;height:1.5rem;color:#895434;transition:color .3s ease}.about__value:hover .about__value-icon svg{color:#fff}.about__value-title{font-weight:600;color:#1e1e1e;margin-bottom:.5rem}.about__value-description{font-size:.875rem;color:#6f6f6f;line-height:1.625}.about__mission-vision{margin-top:6rem;display:grid;gap:2rem}@media(min-width:768px){.about__mission-vision{grid-template-columns:1fr 1fr}}.about__mission{padding:2rem;background-color:#895434;border-radius:1.5rem;color:#fff;position:relative;overflow:hidden}.about__mission-circle{position:absolute;top:0;right:0;width:10rem;height:10rem;background-color:#ffffff0d;border-radius:50%;transform:translate(50%,-50%)}.about__mission-label{display:inline-block;color:#c9b3a3;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.about__mission-text{font-size:1.25rem;font-weight:500;line-height:1.625;position:relative;z-index:10}.about__vision{padding:2rem;border:2px solid rgba(137,84,52,.2);border-radius:1.5rem;position:relative;overflow:hidden}.about__vision-circle{position:absolute;top:0;right:0;width:10rem;height:10rem;background-color:#8954340d;border-radius:50%;transform:translate(50%,-50%)}.about__vision-label{display:inline-block;color:#895434;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.about__vision-text{font-size:1.25rem;font-weight:500;color:#1e1e1e;line-height:1.625;position:relative;z-index:10}.programs{padding:6rem 0;background-color:#f5f2ee;position:relative;overflow:hidden}@media(min-width:1024px){.programs{padding:8rem 0}}.programs__bg-circle-1{position:absolute;top:5rem;left:0;width:24rem;height:24rem;background-color:#8954340d;border-radius:50%;filter:blur(48px)}.programs__bg-circle-2{position:absolute;bottom:5rem;right:0;width:20rem;height:20rem;background-color:#c9b3a31a;border-radius:50%;filter:blur(48px)}.programs__container{max-width:80rem;margin:0 auto;padding:0 1.5rem;position:relative;z-index:10}.programs__header{text-align:center;max-width:48rem;margin:0 auto 4rem}.programs__badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background-color:#8954341a;color:#895434;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.programs__title{font-size:1.875rem;font-weight:700;color:#1e1e1e;line-height:1.2;margin-bottom:1.5rem}@media(min-width:640px){.programs__title{font-size:2.25rem}}@media(min-width:1024px){.programs__title{font-size:3rem}}.programs__title-highlight{color:#895434}.programs__subtitle{font-size:1.125rem;color:#6f6f6f;line-height:1.75}.programs__grid{display:grid;gap:1.5rem}@media(min-width:768px){.programs__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.programs__grid{grid-template-columns:repeat(3,1fr)}}.programs__card{background-color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid transparent;transition:all .5s ease}@media(min-width:1024px){.programs__card{padding:2rem}}.programs__card:hover{border-color:#8954341a;box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-8px)}.programs__card-icon{width:3.5rem;height:3.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:transform .3s ease}.programs__card:hover .programs__card-icon{transform:scale(1.1)}.programs__card-icon svg{width:1.75rem;height:1.75rem;color:#fff}.programs__card-icon--gradient-1{background:linear-gradient(to bottom right,#895434,#a96b45)}.programs__card-icon--gradient-2{background:linear-gradient(to bottom right,#a96b45,#c9b3a3)}.programs__card-icon--gradient-3{background:linear-gradient(to bottom right,#895434,#6b3d28)}.programs__card-icon--gradient-4{background:linear-gradient(to bottom right,#c9b3a3,#895434)}.programs__card-icon--gradient-5{background:linear-gradient(to bottom right,#6b3d28,#895434)}.programs__card-icon--gradient-6{background:linear-gradient(to bottom right,#a96b45,#895434)}.programs__card-title{font-size:1.25rem;font-weight:600;color:#1e1e1e;margin-bottom:.75rem;transition:color .3s ease}.programs__card:hover .programs__card-title{color:#895434}.programs__card-description{color:#6f6f6f;line-height:1.625;margin-bottom:1.25rem}.programs__card-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.programs__card-feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6f6f6f}.programs__card-feature svg{width:1rem;height:1rem;color:#895434;flex-shrink:0}.programs__card-link{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #F5F2EE;opacity:0;transition:opacity .3s ease}.programs__card:hover .programs__card-link{opacity:1}.programs__card-link span{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#895434}.programs__card-link svg{width:1rem;height:1rem;transition:transform .3s ease}.programs__card:hover .programs__card-link svg{transform:translate(4px)}.programs__cta{text-align:center;margin-top:4rem}.programs__cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#895434;color:#fff;font-weight:500;padding:1.5rem 2.5rem;border-radius:9999px;font-size:1rem;border:none;cursor:pointer;font-family:inherit;transition:all .3s ease}.programs__cta-button:hover{background-color:#a96b45;box-shadow:0 20px 25px -5px #89543433}.programs__cta-button svg{transition:transform .3s ease}.programs__cta-button:hover svg{transform:translate(4px)}.programs__cta-text{font-size:.875rem;color:#6f6f6f;margin-top:1rem}.chapters{padding:6rem 0;background-color:#fff;position:relative;overflow:hidden}@media(min-width:1024px){.chapters{padding:8rem 0}}.chapters__background{position:absolute;inset:0;opacity:.02}.chapters__pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,#895434 1px,transparent 0);background-size:40px 40px}.chapters__container{max-width:80rem;margin:0 auto;padding:0 1.5rem;position:relative;z-index:10}.chapters__header{text-align:center;max-width:48rem;margin:0 auto 4rem}.chapters__badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background-color:#8954341a;color:#895434;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.chapters__title{font-size:1.875rem;font-weight:700;color:#1e1e1e;line-height:1.2;margin-bottom:1.5rem}@media(min-width:640px){.chapters__title{font-size:2.25rem}}@media(min-width:1024px){.chapters__title{font-size:3rem}}.chapters__title-accent{color:#895434}.chapters__description{font-size:1.125rem;color:#6f6f6f;line-height:1.75}.chapters__grid{display:grid;gap:1rem}@media(min-width:768px){.chapters__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.chapters__grid{grid-template-columns:repeat(4,1fr)}}.chapters__card{cursor:pointer;padding:1.25rem;border-radius:1rem;border:1px solid rgba(201,179,163,.3);background-color:#fff;transition:all .3s ease}.chapters__card:hover{border-color:#8954344d;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.chapters__card--selected{background-color:#895434;border-color:#895434;color:#fff}.chapters__card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.chapters__flag{font-size:1.875rem}.chapters__status{font-size:.75rem;font-weight:500;padding:.125rem .5rem;border-radius:9999px;background-color:#8954341a;color:#895434}.chapters__card--selected .chapters__status{background-color:#fff3;color:#fff}.chapters__country{font-weight:600;font-size:1.125rem;margin-bottom:.25rem;color:#1e1e1e}.chapters__card--selected .chapters__country{color:#fff}.chapters__city{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#6f6f6f;margin-bottom:.75rem}.chapters__card--selected .chapters__city{color:#fffc}.chapters__city-icon{width:.875rem;height:.875rem}.chapters__members{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#6f6f6f}.chapters__card--selected .chapters__members{color:#fffc}.chapters__members-icon{width:.875rem;height:.875rem}.chapters__expanded{overflow:hidden}.chapters__expanded-inner{padding-top:1rem;margin-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.chapters__expanded-description{font-size:.875rem;color:#ffffffe6;margin-bottom:.75rem}.chapters__expanded-leader{font-size:.875rem;color:#fffc;margin-bottom:.25rem}.chapters__expanded-leader strong{font-weight:600}.chapters__contact-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#ffffffe6;text-decoration:none;margin-top:.5rem;transition:color .2s ease}.chapters__contact-link:hover{color:#fff}.chapters__contact-icon{width:.875rem;height:.875rem}.chapters__external-icon{width:.75rem;height:.75rem}.chapters__expand-indicator{display:flex;justify-content:flex-end;margin-top:.75rem}.chapters__expand-indicator--hidden{display:none}.chapters__chevron{width:1rem;height:1rem;color:#c9b3a3;transition:transform .2s ease,color .2s ease}.chapters__card:hover .chapters__chevron{color:#895434}.chapters__chevron--rotated{transform:rotate(90deg)}.chapters__cta{text-align:center;margin-top:4rem}.chapters__cta-buttons{display:inline-flex;flex-direction:column;gap:1rem}@media(min-width:640px){.chapters__cta-buttons{flex-direction:row}}.chapters__cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1.5rem 2rem;border-radius:9999px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.chapters__cta-button--outline{background-color:transparent;border:2px solid #895434;color:#895434}.chapters__cta-button--outline:hover{background-color:#895434;color:#fff}.chapters__cta-button--primary{background-color:#895434;border:2px solid #895434;color:#fff}.chapters__cta-button--primary:hover{background-color:#a96b45;border-color:#a96b45}.chapters__view-toggle{display:inline-flex;background-color:#8954341a;border-radius:9999px;padding:.25rem;margin-top:1.5rem}.chapters__view-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:500;color:#6f6f6f;background:transparent;border:none;cursor:pointer;transition:all .2s ease}.chapters__view-btn:hover{color:#895434}.chapters__view-btn--active{background-color:#895434;color:#fff}.chapters__view-btn--active:hover{color:#fff}.chapters__view-btn-icon{width:1rem;height:1rem}.chapters__map-wrapper{display:flex;flex-direction:column;gap:2rem}.chapters__map-container{position:relative;aspect-ratio:2 / 1;border-radius:1rem;overflow:hidden;background:linear-gradient(135deg,#f8f6f4,#f0ebe7,#f8f6f4);border:1px solid rgba(201,179,163,.3);touch-action:none;-webkit-user-select:none;user-select:none}.chapters__map-svg{width:100%;height:100%;touch-action:none}.world-map__country{transition:fill .2s ease,filter .2s ease;vector-effect:non-scaling-stroke}.world-map__country--inactive{fill:#e8e4e0;stroke:#fff;stroke-width:.5}.world-map__country--active{fill:#895434;stroke:#fff;stroke-width:1;filter:drop-shadow(0 0 6px rgba(137,84,52,.4))}.world-map__country--active:hover,.world-map__country--hovered{fill:#a96b45;filter:drop-shadow(0 0 10px rgba(137,84,52,.6))}.world-map-controls{pointer-events:auto}.world-map-control-btn{pointer-events:auto;transition:transform .15s ease,opacity .15s ease}.world-map-control-btn:hover rect{fill:#f5f5f5}.world-map-control-btn:active{transform:scale(.95)}.world-map-control-btn rect{transition:fill .15s ease;box-shadow:0 2px 8px #0000001a}.chapters__map-tooltip{position:absolute;top:1rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem 1.25rem;background-color:#fff;border-radius:.75rem;box-shadow:0 10px 25px -5px #0000001a;font-size:1rem;font-weight:600;color:#1e1e1e;z-index:20;pointer-events:none}.chapters__map-tooltip-hint{font-size:.75rem;font-weight:400;color:#6f6f6f}.chapters__map-legend{position:absolute;bottom:1rem;left:1rem;display:flex;gap:1.5rem;padding:.75rem 1rem;background-color:#fffffff2;border-radius:.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.chapters__map-legend-item{display:flex;align-items:center;gap:.5rem}.chapters__map-legend-dot{width:.75rem;height:.75rem;border-radius:50%}.chapters__map-legend-dot--active{background-color:#895434;box-shadow:0 0 8px #89543480}.chapter-marker{transition:all .2s ease}.chapter-marker__pulse{fill:#89543426;animation:pulse 2s ease-out infinite}.chapter-marker--hovered .chapter-marker__pulse{fill:#89543440}@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.chapter-marker__glow{fill:#8954344d;stroke:#895434;stroke-width:1;transition:all .2s ease}.chapter-marker--hovered .chapter-marker__glow{fill:#89543466}.chapter-marker__dot{fill:#895434;stroke:#fff;stroke-width:2;transition:all .2s ease}.chapter-marker--hovered .chapter-marker__dot{fill:#a96b45}.chapters__map-legend-dot--inactive{background-color:#e5e5e5;border:1px solid #D4D4D4}.chapters__map-legend-label{font-size:.75rem;color:#6f6f6f}.chapters__map-list{padding:1.5rem;background-color:#8954340d;border-radius:1rem}.chapters__map-list-title{font-size:1.125rem;font-weight:600;color:#1e1e1e;margin-bottom:1rem}.chapters__map-list-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.chapters__map-list-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.chapters__map-list-grid{grid-template-columns:repeat(4,1fr)}}.chapters__map-list-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#fff;border:1px solid rgba(201,179,163,.3);border-radius:.75rem;cursor:pointer;transition:all .2s ease}.chapters__map-list-item:hover{border-color:#895434;box-shadow:0 4px 12px #89543426}.chapters__map-list-flag{font-size:1.5rem}.chapters__map-list-info{display:flex;flex-direction:column;text-align:left}.chapters__map-list-country{font-size:.875rem;font-weight:600;color:#1e1e1e}.chapters__map-list-members{font-size:.75rem;color:#6f6f6f}.chapters__modal-overlay{position:fixed;inset:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;display:flex;align-items:center;justify-content:center}.chapters__modal{width:calc(100% - 2rem);max-width:28rem;max-height:calc(100dvh - 2rem);overflow:hidden;background-color:#fff;border-radius:1.5rem;z-index:51;box-shadow:0 25px 50px -12px #00000040}.chapters__modal-header{position:relative;padding:1.5rem;background:linear-gradient(135deg,#895434,#a96b45);color:#fff}.chapters__modal-header-content{display:flex;align-items:center;gap:1rem}.chapters__modal-flag{font-size:2.5rem}.chapters__modal-country{font-size:1.5rem;font-weight:700;margin:0}.chapters__modal-city{display:flex;align-items:center;gap:.375rem;font-size:.875rem;opacity:.9}.chapters__modal-icon{width:.875rem;height:.875rem}.chapters__modal-close{position:absolute;display:flex;align-items:center;justify-content:center;top:1rem;right:1rem;width:2rem;height:2rem;background-color:#0003;border:none;border-radius:50%;cursor:pointer;transition:background-color .2s ease}.chapters__modal-close:hover{background-color:#0000004d}.chapters__modal-close-icon{width:1rem;height:1rem;color:#fff}.chapters__modal-badge{position:absolute;bottom:1rem;right:1rem;padding:.25rem .75rem;background-color:#fff3;border-radius:9999px;font-size:.75rem;font-weight:500}.chapters__modal-body{padding:1.5rem;max-height:calc(100dvh - 10rem);overflow-y:auto}.chapters__modal-description{font-size:.9375rem;color:#6f6f6f;line-height:1.6;margin-bottom:1.5rem}.chapters__modal-stats{display:flex;gap:1.5rem;padding:1rem;background-color:#8954340d;border-radius:.75rem;margin-bottom:1.5rem}.chapters__modal-stat{display:flex;align-items:center;gap:.75rem}.chapters__modal-stat-icon{width:1.25rem;height:1.25rem;color:#895434}.chapters__modal-stat-value{display:block;font-size:1.125rem;font-weight:700;color:#1e1e1e}.chapters__modal-stat-label{display:block;font-size:.75rem;color:#6f6f6f}.chapters__modal-highlights{margin-bottom:1.5rem}.chapters__modal-highlights-title{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#895434;margin-bottom:.75rem}.chapters__modal-highlights-icon{width:1rem;height:1rem}.chapters__modal-highlights-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.chapters__modal-highlight-item{padding:.375rem .75rem;background-color:#8954341a;border-radius:9999px;font-size:.8125rem;color:#895434}.chapters__modal-leader{font-size:.875rem;color:#6f6f6f;margin-bottom:1.5rem}.chapters__modal-leader strong{color:#1e1e1e}.chapters__leader-card{display:grid;grid-template-columns:4rem 1fr;gap:1rem;padding:1rem;border:1px solid rgba(201,179,163,.35);border-radius:.75rem;background-color:#fff7f2;margin-bottom:1.5rem}.chapters__leader-avatar{width:4rem;height:4rem;border-radius:9999px;overflow:hidden;background:linear-gradient(135deg,#895434,#a96b45);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.chapters__leader-avatar-img{width:100%;height:100%;object-fit:cover}.chapters__leader-initials{font-size:1rem;letter-spacing:.08em}.chapters__leader-info{display:flex;flex-direction:column;gap:.5rem}.chapters__leader-name{font-size:1rem;font-weight:700;color:#1e1e1e}.chapters__leader-role{font-size:.8125rem;color:#895434;font-weight:600}.chapters__leader-bio{font-size:.875rem;color:#6f6f6f;line-height:1.5}.chapters__leader-linkedin{align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;background-color:#0a66c2;color:#fff;text-decoration:none;font-size:.875rem;font-weight:500;transition:background-color .2s ease}.chapters__leader-linkedin:hover{background-color:#084e96}.chapters__leader-linkedin-icon{width:1rem;height:1rem}.chapters__leader-linkedin-external{width:.875rem;height:.875rem}.chapters__modal-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;background-color:#895434;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:500;color:#fff;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.chapters__modal-cta:hover{background-color:#a96b45}.chapters__modal-cta-icon{width:1rem;height:1rem}.chapters__modal-cta-external{width:.875rem;height:.875rem}.chapters__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;text-align:center}.chapters__loading p{font-size:1rem;color:#6f6f6f}.chapters__loading-spinner{width:2.5rem;height:2.5rem;border:3px solid rgba(137,84,52,.2);border-top-color:#895434;border-radius:50%;animation:chapters-spin .8s linear infinite}@keyframes chapters-spin{to{transform:rotate(360deg)}}.chapters__error{display:flex;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;background-color:#dc35450d;border-radius:1rem;border:1px solid rgba(220,53,69,.2)}.chapters__error p{font-size:1rem;color:#dc3545}.view-switch{display:flex;justify-content:center;margin-bottom:3rem}.view-switch__container{display:inline-flex;background-color:#fff;border:1px solid #C9B3A3;border-radius:9999px;padding:.25rem;box-shadow:0 1px 2px #0000000d}.view-switch__button{position:relative;padding:.75rem 2rem;border-radius:9999px;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;border:none;background:transparent;cursor:pointer;font-family:Gotham,sans-serif}.view-switch__button:focus{outline:none}.view-switch__button:focus-visible{outline:2px solid #895434;outline-offset:2px}.view-switch__button--active{color:#fff}.view-switch__button--inactive{color:#895434}.view-switch__button--inactive:hover{color:#a96b45}.view-switch__indicator{position:absolute;inset:0;background-color:#895434;border-radius:9999px}.view-switch__label{position:relative;z-index:10}.congress-timeline{padding:3rem 0}.congress-timeline__loading,.congress-timeline__error,.congress-timeline__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:1rem;color:#edededb3;text-align:center;padding:2rem}.congress-timeline__loading .congress-timeline__spinner{width:40px;height:40px;border:3px solid rgba(201,179,163,.3);border-top-color:#895434;border-radius:50%;animation:congress-spin 1s linear infinite}@keyframes congress-spin{to{transform:rotate(360deg)}}.congress-timeline__error{color:#f87171}.congress-timeline__desktop{display:none}@media(min-width:1024px){.congress-timeline__desktop{display:block}}.congress-timeline__desktop-container{position:relative}.congress-timeline__desktop-container{max-width:1200px;margin:0 auto;padding:0 1rem}.congress-timeline__line-desktop{position:absolute;top:5rem;left:0;right:0;height:1px;background-color:#c9b3a34d;overflow:hidden}.congress-timeline__line-gradient{height:100%;width:100%;background:linear-gradient(to right,#c9b3a34d,#895434,#c9b3a34d);transform-origin:left center}.congress-timeline__slider{position:relative}.congress-timeline__grid{display:flex;--gap: 2rem;gap:var(--gap);overflow-x:auto;padding:0 0 1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-padding-left:0}@media(min-width:1024px){.congress-timeline__card{flex:0 0 calc((100% - var(--gap) * 2) / 3);scroll-snap-align:start;scroll-snap-stop:always}}.congress-timeline__grid::-webkit-scrollbar{height:8px}.congress-timeline__grid::-webkit-scrollbar-track{background:transparent}.congress-timeline__grid::-webkit-scrollbar-thumb{background:#c9b3a366;border-radius:9999px}.congress-timeline__grid{scrollbar-width:thin}.congress-timeline__nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;border:1px solid rgba(201,179,163,.5);background-color:#1e1e1e99;color:#ededed;z-index:2;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.congress-timeline__nav-btn:hover:not(:disabled){background-color:#1e1e1ecc}.congress-timeline__nav-btn:disabled{opacity:.4;cursor:default}.congress-timeline__nav-btn--left{left:-6.75rem}.congress-timeline__nav-btn--right{right:-6.75rem}.congress-timeline__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.congress-timeline__dot{width:8px;height:8px;border-radius:9999px;background-color:#c9b3a366;border:none;cursor:pointer}.congress-timeline__dot--active{background-color:#895434}.congress-timeline__node-container{display:flex;justify-content:center;margin-bottom:2rem}.congress-timeline__node{position:relative}.congress-timeline__node-circle{width:4rem;height:4rem;border-radius:50%;border-width:4px;border-style:solid;display:flex;align-items:center;justify-content:center}.congress-timeline__node-circle--past{background-color:#c9b3a380;border-color:#c9b3a3}.congress-timeline__node-circle--current{background-color:#895434;border-color:#895434;box-shadow:0 10px 15px -3px #8954344d}.congress-timeline__node-circle--current.congress-timeline__node-circle--animated{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.congress-timeline__node-circle--future{background-color:transparent;border-color:#c9b3a3;border-width:2px}.congress-timeline__node-circle--coming-soon{background:linear-gradient(135deg,#a96b4566,#8954344d);border-color:#a96b45;border-width:3px;box-shadow:0 0 20px #a96b454d,inset 0 0 10px #a96b4533;animation:shimmer 2s ease-in-out infinite}@keyframes shimmer{0%,to{box-shadow:0 0 20px #a96b454d,inset 0 0 10px #a96b4533}50%{box-shadow:0 0 30px #a96b4580,inset 0 0 15px #a96b454d}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.congress-timeline__node-icon{width:1.75rem;height:1.75rem}.congress-timeline__node-icon--white{color:#fff}.congress-timeline__node-icon--past{color:#c9b3a3}.congress-timeline__node-icon--current{color:#895434}.congress-timeline__node-icon--future{color:#a96b45}.congress-timeline__node-icon--coming-soon{color:gold;animation:pulse-coming-soon 2s ease-in-out infinite}@keyframes pulse-coming-soon{0%,to{opacity:1}50%{opacity:.6}}.congress-timeline__card{position:relative}.congress-timeline__card--past{opacity:.7}.congress-timeline__card-inner{background-color:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;padding:1.5rem;border:1px solid rgba(255,255,255,.1);transition:all .5s ease}.congress-timeline__card-inner--current{border-color:#89543480;background-color:#ffffff1a;box-shadow:0 10px 15px -3px #8954341a}.congress-timeline__card-inner--coming-soon{border:2px solid rgba(169,107,69,.5);background:linear-gradient(135deg,#a96b4526,#8954341a);box-shadow:0 10px 30px #a96b4533,inset 0 1px #ffffff1a}.congress-timeline__card-inner:hover{border-color:#8954344d}.congress-timeline__year-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;margin-bottom:1rem}.congress-timeline__year-badge--current{background-color:#89543433;color:#895434}.congress-timeline__year-badge--other{background-color:#ffffff0d}.congress-timeline__year-badge-text{letter-spacing:.05em}.congress-timeline__year-badge-dot{width:.375rem;height:.375rem;border-radius:50%;background-color:#895434}.congress-timeline__card-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.congress-timeline__card-title--past{color:#6f6f6f}.congress-timeline__card-title--current{color:#1e1e1e}.congress-timeline__card-title--future{color:#6f6f6f}.congress-timeline__card-title--coming-soon{color:#a96b45;background:linear-gradient(135deg,#a96b45,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.congress-timeline__card-subtitle{font-size:.875rem;margin-bottom:1rem}.congress-timeline__card-subtitle--current{color:#a96b45;font-weight:500}.congress-timeline__card-subtitle--other{color:#6b7280}.congress-timeline__meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;font-size:.875rem}.congress-timeline__meta-item{display:flex;align-items:center;gap:.5rem;color:#9ca3af}.congress-timeline__meta-icon{width:1rem;height:1rem}.congress-timeline__description{font-size:.875rem;color:#9ca3af;line-height:1.625;margin-bottom:1rem}.congress-timeline__highlights{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.5rem}.congress-timeline__highlight-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.75rem;color:#6b7280}.congress-timeline__highlight-dot{margin-top:.25rem;width:.25rem;height:.25rem;border-radius:50%;flex-shrink:0}.congress-timeline__highlight-dot--current{background-color:#895434}.congress-timeline__highlight-dot--other{background-color:#c9b3a3}.congress-timeline__cta{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.congress-timeline__cta--primary{background-color:#895434;border:none;color:#fff}.congress-timeline__cta--primary:hover{background-color:#a96b45}.congress-timeline__cta--outline{background-color:transparent;border:1px solid rgba(255,255,255,.2);color:#9ca3af}.congress-timeline__cta--outline:hover{color:#fff;background-color:#ffffff0d}.congress-timeline__cta-icon{width:1rem;height:1rem;transition:transform .3s ease}.congress-timeline__cta:hover .congress-timeline__cta-icon--arrow{transform:translate(4px)}.congress-timeline__mobile{display:block}@media(min-width:1024px){.congress-timeline__mobile{display:none}}.congress-timeline__mobile-container{position:relative;padding-left:2rem}.congress-timeline__line-mobile{position:absolute;left:2rem;top:0;bottom:0;width:1px;background-color:#c9b3a34d;overflow:hidden}.congress-timeline__line-mobile .congress-timeline__line-gradient{width:100%;height:100%;background:linear-gradient(to bottom,#c9b3a34d,#895434,#c9b3a34d);transform-origin:top center}.congress-timeline__mobile-cards{display:flex;flex-direction:column;gap:3rem}.congress-timeline__mobile-node{position:absolute;left:0;top:1.5rem;transform:translate(calc(-2rem + .5px))}.congress-timeline__mobile-node-circle{width:3rem;height:3rem;border-radius:50%;border-width:4px;border-style:solid;display:flex;align-items:center;justify-content:center;background-color:#1e1e1e}.congress-timeline__mobile-node-icon{width:1.25rem;height:1.25rem}.congress-timeline__mobile-card{margin-left:2rem}.congress-timeline__mobile-card-inner{background-color:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;padding:1.25rem;border:1px solid rgba(255,255,255,.1)}.congress-timeline__mobile-card-inner--current{border-color:#89543480;background-color:#ffffff1a}.congress-timeline__mobile-card-inner--coming-soon{border:2px solid rgba(169,107,69,.5);background:linear-gradient(135deg,#a96b4526,#8954341a);box-shadow:0 8px 20px #a96b4533}.congress-timeline__mobile-year-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.congress-timeline__mobile-title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.congress-timeline__mobile-subtitle{font-size:.875rem;margin-bottom:.75rem}.congress-timeline__mobile-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;font-size:.75rem}.congress-timeline__mobile-meta-item{display:flex;align-items:center;gap:.5rem;color:#9ca3af}.congress-timeline__mobile-meta-icon{width:.875rem;height:.875rem}.congress-timeline__mobile-description{font-size:.875rem;color:#9ca3af;line-height:1.625;margin-bottom:1rem}.congress-timeline__mobile-cta{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.congress-modal__overlay{position:fixed;inset:0;background-color:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.congress-modal{width:100%;max-width:32rem;max-height:calc(100dvh - 2rem);overflow-y:auto;background-color:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040}.congress-modal--gallery,.congress-modal--video-active{max-width:72rem}.congress-modal--notify{max-width:28rem}.congress-modal__header{position:relative;padding:1.5rem;background:linear-gradient(135deg,#895434,#a96b45);color:#fff}.congress-modal__header--notify{background:linear-gradient(135deg,#1e1e1e,#3a3a3a)}.congress-modal__header-content{display:flex;align-items:center;gap:1rem}.congress-modal__header-icon{width:2.5rem;height:2.5rem;padding:.5rem;background-color:#ffffff26;border-radius:.75rem}.congress-modal__badge{padding:.375rem .75rem;background-color:#fff3;border-radius:.5rem;font-size:.875rem;font-weight:700}.congress-modal__title{font-size:1.25rem;font-weight:700;margin:0}.congress-modal__subtitle{font-size:.875rem;opacity:.9;margin:.25rem 0 0}.congress-modal__close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background-color:#0003;border:none;border-radius:50%;cursor:pointer;color:#fff;transition:background-color .2s ease}.congress-modal__close:hover{background-color:#0000004d}.congress-modal__close svg{width:1rem;height:1rem}.congress-modal__body{padding:1.5rem}.congress-modal__gallery-layout{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.congress-modal__gallery-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem}}@media(min-width:1024px){.congress-modal__gallery-layout{grid-template-columns:1fr 1fr 1fr;gap:2rem}}.congress-modal__video-column,.congress-modal__speakers-column,.congress-modal__info-column{min-width:0}.congress-modal__section-title{font-size:.875rem;font-weight:600;color:#895434;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(137,84,52,.2)}.congress-modal__speakers-list{display:flex;flex-direction:column;gap:.75rem}.congress-modal__speaker{display:flex;align-items:center;gap:.75rem;padding:.5rem;background-color:#89543408;border-radius:.5rem;transition:background-color .2s ease}.congress-modal__speaker:hover{background-color:#89543414}.congress-modal__speaker-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#895434,#a96b45);color:#fff;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.congress-modal__speaker-info{display:flex;flex-direction:column;min-width:0}.congress-modal__speaker-name{font-size:.8125rem;font-weight:600;color:#1e1e1e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.congress-modal__speaker-role{font-size:.6875rem;color:#6f6f6f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.congress-modal__themes{margin-top:1rem}.congress-modal__themes-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.congress-modal__themes-list li{position:relative;padding-left:1rem;font-size:.8125rem;color:#6f6f6f;line-height:1.4}.congress-modal__themes-list li:before{content:"";position:absolute;left:0;top:.45rem;width:.375rem;height:.375rem;border-radius:50%;background-color:#895434}.congress-modal__video-fullwidth{display:flex;flex-direction:column}.congress-modal__video-fullwidth .congress-modal__iframe{width:100%;aspect-ratio:16 / 9;border-radius:.75rem}.congress-modal__video-close{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;margin-top:1rem;background-color:#1e1e1e;border:none;border-radius:.75rem;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.congress-modal__video-close:hover{background-color:#3a3a3a}.congress-modal__video-close-icon{width:1rem;height:1rem}.congress-modal__description{font-size:.9375rem;color:#6f6f6f;line-height:1.6;margin-bottom:1.25rem}.congress-modal__stats{display:flex;justify-content:space-between;gap:.5rem;padding:1rem;background-color:#8954340d;border-radius:.75rem;margin-bottom:1rem}.congress-modal__stat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem}.congress-modal__stat-icon{width:1.25rem;height:1.25rem;color:#895434}.congress-modal__stat-value{display:block;font-size:1rem;font-weight:700;color:#1e1e1e}.congress-modal__stat-label{display:block;font-size:.6875rem;color:#6f6f6f}.congress-modal__highlights{margin-bottom:0}.congress-modal__highlights-title{font-size:.875rem;font-weight:600;color:#895434;margin-bottom:.75rem}.congress-modal__highlights-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.congress-modal__highlights-list li{position:relative;padding-left:1rem;font-size:.875rem;color:#6f6f6f}.congress-modal__highlights-list li:before{content:"";position:absolute;left:0;top:.5rem;width:.25rem;height:.25rem;border-radius:50%;background-color:#895434}.congress-modal__video-section{display:flex;flex-direction:column}.congress-modal__video-title{font-size:.875rem;font-weight:600;color:#895434;margin-bottom:1rem}.congress-modal__video-trigger{width:100%;border:none;background:none;cursor:pointer;text-align:left}.congress-modal__video-thumbnail{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:.75rem;overflow:hidden;margin-bottom:.75rem}.congress-modal__video-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.congress-modal__video-trigger:hover .congress-modal__video-img{transform:scale(1.05)}.congress-modal__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4rem;height:4rem;background-color:#895434;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #89543466;transition:transform .2s ease,background-color .2s ease}.congress-modal__video-trigger:hover .congress-modal__play-btn{transform:translate(-50%,-50%) scale(1.1);background-color:#a96b45}.congress-modal__play-icon{width:1.5rem;height:1.5rem;color:#fff;margin-left:3px}.congress-modal__video-duration{position:absolute;bottom:.75rem;right:.75rem;padding:.25rem .5rem;background-color:#000000b3;border-radius:.25rem;font-size:.75rem;font-weight:500;color:#fff}.congress-modal__video-label{font-size:.875rem;color:#895434;font-weight:500}.congress-modal__video-player{overflow:hidden;border-radius:.75rem}.congress-modal__form{display:flex;flex-direction:column;gap:1rem}.congress-modal__field{display:flex;flex-direction:column;gap:.5rem}.congress-modal__label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#1e1e1e}.congress-modal__label-icon{width:1rem;height:1rem;color:#895434}.congress-modal__input{width:100%;padding:.75rem 1rem;font-size:1rem;color:#1e1e1e;background-color:#fff;border:1px solid #C9B3A3;border-radius:.75rem;transition:border-color .2s ease,box-shadow .2s ease;outline:none}.congress-modal__input::placeholder{color:#9ca3af}.congress-modal__input:focus{border-color:#895434;box-shadow:0 0 0 3px #8954341a}.congress-modal__textarea{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;color:#1e1e1e;background-color:#fff;border:1px solid #C9B3A3;border-radius:.75rem;transition:border-color .2s ease,box-shadow .2s ease;outline:none;resize:vertical;min-height:80px}.congress-modal__textarea::placeholder{color:#9ca3af}.congress-modal__textarea:focus{border-color:#895434;box-shadow:0 0 0 3px #8954341a}.congress-modal__required{color:#ef4444;margin-left:.25rem}.congress-modal__speaker-topic{display:block;font-size:.75rem;color:#6f6f6f;font-style:italic;margin-top:.125rem}.congress-modal__speaker-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.congress-modal__description-fallback{padding:1rem;color:#1e1e1e}.congress-modal__description-fallback p{margin-bottom:1rem;line-height:1.6}.congress-modal__highlights-list{list-style:none;padding:0;margin:0}.congress-modal__highlights-list li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;font-size:.875rem;color:#6f6f6f}.congress-modal__highlights-list li:before{content:"✓";position:absolute;left:0;color:#895434}.congress-modal__submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;margin-top:.5rem;background-color:#895434;border:none;border-radius:.75rem;font-size:1rem;font-weight:500;color:#fff;cursor:pointer;transition:background-color .2s ease}.congress-modal__submit:hover:not(:disabled){background-color:#a96b45}.congress-modal__submit:disabled{opacity:.7;cursor:not-allowed}.congress-modal__submit-icon{width:1.125rem;height:1.125rem}.congress-modal__spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.congress-modal__privacy{margin-top:1rem;font-size:.75rem;color:#9ca3af;text-align:center}.congress-modal__error{display:flex;gap:.75rem;padding:1rem;background-color:#f871711a;border:1px solid rgba(248,113,113,.3);border-radius:.75rem;margin-bottom:1.5rem}.congress-modal__error-icon{flex-shrink:0;width:1.25rem;height:1.25rem;color:#f87171;margin-top:.125rem}.congress-modal__error-text{font-size:.875rem;color:#1e1e1e;margin-bottom:.5rem}.congress-modal__error-retry{background:none;border:none;color:#895434;font-size:.875rem;font-weight:500;cursor:pointer;padding:0;text-decoration:underline;transition:color .2s ease}.congress-modal__error-retry:hover{color:#a96b45}.congress-modal__success{text-align:center;padding:2rem 0}.congress-modal__success-icon{width:4rem;height:4rem;margin:0 auto 1rem;background:linear-gradient(135deg,#895434,#a96b45);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.congress-modal__success-icon svg{width:2rem;height:2rem}.congress-modal__success-title{font-size:1.25rem;font-weight:700;color:#1e1e1e;margin-bottom:.5rem}.congress-modal__success-text{font-size:.9375rem;color:#6f6f6f;margin-bottom:1.5rem}.congress-modal__success-btn{display:inline-flex;padding:.75rem 2rem;background-color:#895434;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:500;color:#fff;cursor:pointer;transition:background-color .2s ease}.congress-modal__success-btn:hover{background-color:#a96b45}.congress{background-color:#1e1e1e;position:relative;overflow:hidden}@media(min-width:1024px){.congress{padding:8rem 0}}.congress__background{position:absolute;inset:0;pointer-events:none}.congress__bg-circle--top{position:absolute;top:0;right:0;width:600px;height:600px;background-color:#8954341a;border-radius:50%;filter:blur(48px);transform:translate(50%,-50%)}.congress__bg-circle--bottom{position:absolute;bottom:0;left:0;width:400px;height:400px;background-color:#a96b450d;border-radius:50%;filter:blur(48px);transform:translate(-50%,50%)}.congress__container{max-width:80rem;margin:0 auto;padding:1.5rem;position:relative;z-index:10}.congress__header{text-align:center;max-width:48rem;margin:0 auto 2rem}.congress__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;background-color:#89543433;color:#a96b45;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.congress__badge-icon{width:1rem;height:1rem}.congress__title{font-size:1.875rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:1.5rem}@media(min-width:640px){.congress__title{font-size:2.25rem}}@media(min-width:1024px){.congress__title{font-size:3rem}}.congress__title-accent{color:#a96b45}.congress__description{font-size:1.125rem;color:#9ca3af;line-height:1.75}.congress__details-grid{display:grid;gap:1.5rem;margin-bottom:4rem}@media(min-width:768px){.congress__details-grid{grid-template-columns:repeat(3,1fr)}}.congress__detail-card{background-color:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;padding:1.5rem;border:1px solid rgba(255,255,255,.1);transition:border-color .2s ease}.congress__detail-card:hover{border-color:#89543480}.congress__detail-icon-wrapper{width:3rem;height:3rem;border-radius:.75rem;background-color:#89543433;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.congress__detail-icon{width:1.5rem;height:1.5rem;color:#a96b45}.congress__detail-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.congress__detail-value{font-size:1.125rem;font-weight:600;color:#fff}.congress__content-grid{display:grid;gap:3rem}@media(min-width:1024px){.congress__content-grid{grid-template-columns:repeat(2,1fr);gap:4rem}}.congress__section-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:2rem}.congress__speakers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.congress__speaker-card{background-color:#ffffff0d;border-radius:1rem;padding:1rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.congress__speaker-card:hover{border-color:#89543480}.congress__speaker-image-wrapper{width:100%;aspect-ratio:1;border-radius:.75rem;overflow:hidden;margin-bottom:.75rem;background-color:#89543433}.congress__speaker-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.congress__speaker-card:hover .congress__speaker-image{transform:scale(1.05)}.congress__speaker-name{font-weight:600;color:#fff;font-size:.875rem;margin-bottom:.25rem}.congress__speaker-role{font-size:.75rem;color:#9ca3af}.congress__agenda{position:relative}.congress__timeline-line{position:absolute;left:22px;top:.5rem;bottom:.5rem;width:2px;background:linear-gradient(to bottom,#895434,#a96b45,#c9b3a3)}.congress__agenda-list{display:flex;flex-direction:column;gap:1rem}.congress__agenda-item{display:flex;align-items:flex-start;gap:1rem;position:relative}.congress__agenda-dot-wrapper{width:2.75rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.congress__agenda-dot{width:.75rem;height:.75rem;border-radius:50%;border:2px solid #A96B45;background-color:#1e1e1e}.congress__agenda-dot--highlight{background-color:#895434;border-color:#895434}.congress__agenda-content{flex:1;padding-bottom:1rem}.congress__agenda-time{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.congress__agenda-time-icon{width:.875rem;height:.875rem;color:#a96b45}.congress__agenda-time-text{font-size:.875rem;color:#a96b45;font-weight:500}.congress__agenda-title{color:#fff;font-weight:500}.congress__cta{margin-top:4rem;text-align:center}.congress__cta-buttons{display:inline-flex;flex-direction:column;gap:1rem}@media(min-width:640px){.congress__cta-buttons{flex-direction:row}}.congress__cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 2.5rem;border-radius:9999px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.congress__cta-button--primary{background-color:#895434;border:none;color:#fff}.congress__cta-button--primary:hover{background-color:#a96b45;box-shadow:0 20px 25px -5px #8954344d}.congress__cta-button--outline{background-color:transparent;border:2px solid rgba(255,255,255,.2);color:#fff}.congress__cta-button--outline:hover{background-color:#ffffff1a}.congress__cta-icon{width:1.25rem;height:1.25rem}.congress__cta-arrow{width:1.25rem;height:1.25rem;transition:transform .3s ease}.congress__cta-button--primary:hover .congress__cta-arrow{transform:translate(4px)}.congress__cta-note{font-size:.875rem;color:#6b7280;margin-top:1rem}.congress__cta-highlight{color:#a96b45}.congress__coming-soon-container{display:flex;justify-content:center;align-items:center;min-height:500px;padding:2rem}.congress__coming-soon-card{background:linear-gradient(135deg,#ffffff14,#ffffff0d);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:2rem;padding:3rem;border:1px solid rgba(169,107,69,.3);max-width:600px;width:100%;box-shadow:0 20px 60px #89543426;position:relative;overflow:hidden}.congress__coming-soon-card:before{content:"";position:absolute;top:-50%;right:-50%;width:600px;height:600px;background:radial-gradient(circle,rgba(169,107,69,.15) 0%,transparent 70%);pointer-events:none;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}.congress__coming-soon-header{text-align:center;margin-bottom:2.5rem;position:relative;z-index:1}.congress__coming-soon-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;background:linear-gradient(135deg,#a96b454d,#89543433);border-radius:1.5rem;margin-bottom:1.5rem;border:2px solid rgba(169,107,69,.4)}.congress__coming-soon-icon{font-size:2rem;display:flex;align-items:center;justify-content:center;width:60%;height:100%;color:#a96b45}.congress__coming-soon-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#c9b3a3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.congress__coming-soon-description{font-size:1.125rem;color:#fff;line-height:1.6;margin-bottom:1rem;position:relative;z-index:1;text-align:center}.congress__coming-soon-text{font-size:1rem;color:#a96b45;line-height:1.8;margin-bottom:2.5rem;position:relative;z-index:1;text-align:center}.congress__coming-soon-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2rem;position:relative;z-index:1}.congress__coming-soon-feature{background-color:#89543426;border-radius:1rem;padding:1.25rem;text-align:center;border:1px solid rgba(169,107,69,.2);transition:all .3s ease}.congress__coming-soon-feature:hover{background-color:#89543440;border-color:#a96b4566;transform:translateY(-4px)}.congress__coming-soon-feature-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin:0 auto .75rem;font-size:1rem;color:#a96b45;background:transparent}.congress__coming-soon-feature p{font-size:.875rem;font-weight:600;color:#fff}.congress__coming-soon-notify-btn{display:block;width:100%;padding:1rem;background:linear-gradient(135deg,#a96b45,#895434);color:#fff;border:none;border-radius:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;z-index:1;box-shadow:0 8px 20px #8954344d}.congress__coming-soon-notify-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #89543466}.congress__coming-soon-notify-btn:active{transform:translateY(0)}.testimonials{padding:6rem 0;background-color:#f5f2ee;position:relative;overflow:hidden}@media(min-width:1024px){.testimonials{padding:8rem 0}}.testimonials__bg-circle{position:absolute;top:0;right:0;width:500px;height:500px;background-color:#8954340d;border-radius:50%;filter:blur(48px);transform:translate(50%,-50%)}.testimonials__container{max-width:80rem;margin:0 auto;padding:0 1.5rem;position:relative;z-index:10}.testimonials__header{text-align:center;max-width:48rem;margin:0 auto 4rem}.testimonials__badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background-color:#8954341a;color:#895434;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.testimonials__title{font-size:1.875rem;font-weight:700;color:#1e1e1e;line-height:1.2;margin-bottom:1.5rem}@media(min-width:640px){.testimonials__title{font-size:2.25rem}}@media(min-width:1024px){.testimonials__title{font-size:3rem}}.testimonials__title-accent{color:#895434}.testimonials__description{font-size:1.125rem;color:#6f6f6f;line-height:1.75}.testimonials__carousel{position:relative;max-width:56rem;margin:0 auto}.testimonials__card{background-color:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 25px 50px -12px #8954340d;position:relative;overflow:hidden}@media(min-width:1024px){.testimonials__card{padding:3rem}}.testimonials__quote-icon{position:absolute;top:2rem;right:2rem;width:4rem;height:4rem;color:#8954341a}@media(min-width:1024px){.testimonials__quote-icon{top:3rem;right:3rem}}.testimonials__rating{display:flex;gap:.25rem;margin-bottom:1.5rem}.testimonials__star{width:1.25rem;height:1.25rem;color:#895434;fill:#895434}.testimonials__quote{font-size:1.25rem;color:#1e1e1e;line-height:1.75;margin-bottom:2rem;font-weight:500}@media(min-width:1024px){.testimonials__quote{font-size:1.5rem}}.testimonials__author{display:flex;align-items:center;gap:1rem}.testimonials__author-image{width:4rem;height:4rem;border-radius:50%;overflow:hidden;background-color:#8954341a}.testimonials__author-image img{width:100%;height:100%;object-fit:cover}.testimonials__author-info{display:flex;flex-direction:column}.testimonials__author-name{font-weight:600;color:#1e1e1e;font-size:1.125rem}.testimonials__author-role{color:#895434;font-weight:500;font-size:.875rem}.testimonials__author-company{color:#6f6f6f;font-size:.875rem}.testimonials__navigation{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.testimonials__nav-button{padding:.75rem;border-radius:50%;background-color:#fff;border:1px solid rgba(201,179,163,.3);cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .3s ease}.testimonials__nav-button:hover{border-color:#895434;background-color:#895434}.testimonials__nav-icon{width:1.25rem;height:1.25rem;color:#895434;transition:color .2s ease}.testimonials__nav-button:hover .testimonials__nav-icon{color:#fff}.testimonials__dots{display:flex;gap:.5rem}.testimonials__dot{height:.5rem;border-radius:9999px;border:none;cursor:pointer;transition:all .3s ease;background-color:#c9b3a380;width:.5rem}.testimonials__dot:hover{background-color:#8954344d}.testimonials__dot--active{width:2rem;background-color:#895434}.testimonials__trust{margin-top:5rem;text-align:center}.testimonials__trust-label{color:#6f6f6f;font-size:.875rem;margin-bottom:1.5rem}.testimonials__trust-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;opacity:.5}.testimonials__trust-logo{font-size:1.25rem;font-weight:700;color:#1e1e1e;letter-spacing:-.025em}.testimonials__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:1rem;color:#6f6f6f}.testimonials__spinner{width:40px;height:40px;border:3px solid rgba(137,84,52,.2);border-top-color:#895434;border-radius:50%;animation:spin 1s linear infinite}.testimonials__error{display:flex;align-items:center;justify-content:center;min-height:200px;color:#dc2626;font-size:1rem}.input{width:100%;padding:.75rem 1rem;font-size:1rem;line-height:1.5;color:#1e1e1e;background-color:#fff;border:1px solid #C9B3A3;border-radius:.75rem;transition:border-color .2s ease,box-shadow .2s ease;outline:none}.input::placeholder{color:#9ca3af}.input:focus{border-color:#895434;box-shadow:0 0 0 3px #8954341a}.input:disabled{background-color:#f5f2ee;cursor:not-allowed;opacity:.7}.input--h-12{height:3rem}.textarea{width:100%;padding:.75rem 1rem;font-size:1rem;line-height:1.5;color:#1e1e1e;background-color:#fff;border:1px solid #C9B3A3;border-radius:.75rem;transition:border-color .2s ease,box-shadow .2s ease;outline:none;resize:vertical;font-family:inherit;min-height:100px}.textarea::placeholder{color:#9ca3af}.textarea:focus{border-color:#895434;box-shadow:0 0 0 3px #8954341a}.textarea:disabled{background-color:#f5f2ee;cursor:not-allowed;opacity:.7}.textarea--no-resize{resize:none}.contact{padding:6rem 0;background-color:#fff;position:relative;overflow:hidden}@media(min-width:1024px){.contact{padding:8rem 0}}.contact__bg-circle{position:absolute;bottom:0;left:0;width:500px;height:500px;background-color:#8954340d;border-radius:50%;filter:blur(48px);transform:translate(-50%,50%)}.contact__container{max-width:80rem;margin:0 auto;padding:0 1.5rem;position:relative;z-index:10}.contact__header{text-align:center;max-width:48rem;margin:0 auto 4rem}.contact__badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background-color:#8954341a;color:#895434;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.contact__title{font-size:1.875rem;font-weight:700;color:#1e1e1e;line-height:1.2;margin-bottom:1.5rem}@media(min-width:640px){.contact__title{font-size:2.25rem}}@media(min-width:1024px){.contact__title{font-size:3rem}}.contact__title-accent{color:#895434}.contact__description{font-size:1.125rem;color:#6f6f6f;line-height:1.75}.contact__grid{display:grid;gap:3rem;width:100%;max-width:100%}@media(min-width:1024px){.contact__grid{grid-template-columns:repeat(2,1fr);gap:4rem}}.contact__info{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:100%}.contact__info-list{display:flex;flex-direction:column;gap:1.5rem}.contact__info-item{display:flex;align-items:flex-start;gap:1rem;width:100%;max-width:100%;overflow-wrap:break-word;word-break:break-word}.contact__info-icon-wrapper{width:3rem;height:3rem;border-radius:.75rem;background-color:#8954341a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact__info-icon{width:1.25rem;height:1.25rem;color:#895434}.contact__info-label{font-size:.875rem;color:#6f6f6f;margin-bottom:.25rem}.contact__info-value{font-weight:500;color:#1e1e1e;overflow-wrap:break-word;word-break:break-word;max-width:100%}.contact__info-value--link{color:#895434;text-decoration:none;transition:color .2s ease;cursor:pointer}.contact__info-value--link:hover{color:#a96b45;text-decoration:underline}.contact__info-value--link:active{color:#6f4228}.contact__social{padding-top:1.5rem;border-top:1px solid rgba(201,179,163,.3)}.contact__social-label{font-size:.875rem;color:#6f6f6f;margin-bottom:1rem}.contact__social-links{display:flex;gap:.75rem}.contact__social-link{width:3rem;height:3rem;border-radius:.75rem;background-color:#f5f2ee;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.contact__social-link:hover{background-color:#895434}.contact__social-icon{width:1.25rem;height:1.25rem;color:#895434;transition:color .2s ease}.contact__social-link:hover .contact__social-icon{color:#fff}.contact__newsletter{background-color:#f5f2ee;border-radius:1rem;padding:1.5rem;width:100%;max-width:100%;box-sizing:border-box}.contact__newsletter-title{font-weight:600;color:#1e1e1e;margin-bottom:.5rem}.contact__newsletter-text{font-size:.875rem;color:#6f6f6f;margin-bottom:1rem}.contact__newsletter-form{display:flex;gap:.5rem}.contact__newsletter-input{flex:1;background-color:#fff;border:none}.contact__newsletter-button{background-color:#895434;color:#fff;padding:.75rem 1rem;border:none;border-radius:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.contact__newsletter-button:hover{background-color:#a96b45}.contact__newsletter-icon{width:1rem;height:1rem}.contact__form-wrapper{background-color:#f5f2ee;border-radius:1.5rem;padding:2rem;width:100%;max-width:100%;box-sizing:border-box}@media(max-width:640px){.contact__form-wrapper{padding:1.5rem}}.contact__error{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background-color:#f871711a;border:1px solid rgba(248,113,113,.3);border-radius:.75rem;margin-bottom:1.5rem}.contact__error-icon{flex-shrink:0;width:1.25rem;height:1.25rem;color:#f87171;margin-top:.125rem}.contact__error-text{font-size:.875rem;color:#1e1e1e;line-height:1.5}.contact__form{display:flex;flex-direction:column;gap:1.25rem}.contact__form-row{display:grid;gap:1rem}@media(min-width:640px){.contact__form-row{grid-template-columns:repeat(2,1fr)}}.contact__form-group{display:flex;flex-direction:column}.contact__form-label{display:block;font-size:.875rem;font-weight:500;color:#1e1e1e;margin-bottom:.5rem}.contact__form-input{background-color:#fff;border:none;height:3rem}.contact__form-textarea{background-color:#fff;border:none;resize:none}.contact__form-submit{width:100%;background-color:#895434;color:#fff;font-weight:500;padding:1.5rem;border:none;border-radius:.75rem;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.contact__form-submit:hover:not(:disabled){background-color:#a96b45}.contact__form-submit:disabled{opacity:.7;cursor:not-allowed}.contact__form-submit-icon{width:1.25rem;height:1.25rem}.contact__spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%}.footer{background-color:#1e1e1e;color:#fff;padding-top:5rem;padding-bottom:2rem}.footer__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.footer__grid{display:grid;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr}}.footer__brand{grid-column:1 / -1}@media(min-width:1024px){.footer__brand{grid-column:auto}}.footer__logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.footer__logo-icon{width:3rem;height:3rem;border-radius:50%;background-color:#895434;display:flex;align-items:center;justify-content:center}.footer__logo-text{color:#fff;font-weight:700;font-size:1.125rem}.footer__logo-name{font-weight:600;font-size:1.125rem}.footer__logo-subtitle{font-size:.875rem;color:#9ca3af}.footer__description{color:#9ca3af;line-height:1.75;margin-bottom:1.5rem;max-width:20rem}.footer__social{display:flex;gap:.75rem}.footer__social-link{width:2.5rem;height:2.5rem;border-radius:.5rem;background-color:#ffffff0d;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;text-decoration:none;color:#fff}.footer__social-link:hover{background-color:#895434}.footer__social-icon{width:1.25rem;height:1.25rem}.footer__column{min-width:0}.footer__column-title{font-weight:600;margin-bottom:1rem;color:#a96b45}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer__link{color:#9ca3af;background:none;border:none;padding:0;font-size:.875rem;cursor:pointer;text-align:left;transition:color .2s ease;text-decoration:none}.footer__link:hover{color:#fff}.footer__bottom{padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{color:#6b7280;font-size:.875rem;text-align:center}@media(min-width:768px){.footer__copyright{text-align:left}}.footer__back-to-top{display:flex;align-items:center;gap:.5rem;color:#9ca3af;background:none;border:none;font-size:.875rem;cursor:pointer;transition:color .2s ease}.footer__back-to-top:hover{color:#fff}.footer__back-to-top-icon{width:2rem;height:2rem;border-radius:50%;border:1px solid currentColor;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.footer__back-to-top:hover .footer__back-to-top-icon{background-color:#895434;border-color:#895434}.footer__back-to-top-arrow{width:1rem;height:1rem}.privacy{min-height:100vh;background:linear-gradient(180deg,#fff8f2,#fff 40%);color:#1e1e1e;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:48px 16px 64px}.privacy__hero{max-width:960px;margin:0 auto 32px;text-align:left}.privacy__logo{display:inline-flex;align-items:center;gap:12px;background:#fff;padding:10px 14px;border:1px solid #e6dcd4;border-radius:12px;box-shadow:0 8px 20px #0000000d;color:#895434;font-weight:600;letter-spacing:.01em}.privacy__logo img{width:40px;height:40px;object-fit:contain}.privacy__breadcrumbs{display:flex;align-items:center;gap:8px;margin-top:16px;color:#8c6a52;font-size:.95rem}.privacy__title{margin:12px 0 8px;font-size:2.5rem;font-weight:800;color:#1e1e1e}.privacy__subtitle{margin:0 0 20px;color:#4b4642;font-size:1.05rem}.privacy__back-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;background:#895434;color:#fff;border-radius:12px;text-decoration:none;font-weight:600;box-shadow:0 10px 30px #89543440;transition:transform .2s ease,box-shadow .2s ease}.privacy__back-btn:hover{transform:translateY(-1px);box-shadow:0 14px 34px #89543447}.privacy__card{max-width:960px;margin:0 auto;background:#fff;border-radius:24px;border:1px solid #eaded6;box-shadow:0 18px 48px #0000000f;padding:28px}.privacy__card-header h2{margin:0 0 6px;font-size:1.6rem;color:#1e1e1e}.privacy__card-header p{margin:0 0 16px;color:#6f6056}.privacy__content{display:grid;gap:10px;line-height:1.6;color:#2c2623;font-size:1rem;background:linear-gradient(180deg,#fffaf6,#fff 60%);border:1px solid #f1e6dd;border-radius:16px;padding:18px;max-height:70vh;overflow-y:auto}.privacy__content p{margin:0}.privacy__footer{margin-top:18px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.privacy__contact{display:flex;gap:18px;flex-wrap:wrap}.privacy__contact a{color:#895434;font-weight:600;text-decoration:none}.privacy__contact a:hover{text-decoration:underline}.privacy__label{display:block;color:#6f6056;font-size:.9rem;margin-bottom:2px}.privacy__secondary-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #c9b3a3;border-radius:10px;color:#895434;font-weight:600;text-decoration:none;background:#fff7f1;transition:background-color .2s ease,border-color .2s ease}.privacy__secondary-btn:hover{background:#fed;border-color:#b68a6d}@media(max-width:720px){.privacy{padding:32px 14px 48px}.privacy__title{font-size:2rem}.privacy__card{padding:20px}.privacy__content{max-height:none}}.select{position:relative;width:100%}.select__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;font-size:1rem;line-height:1.5;color:#1e1e1e;background-color:#fff;border:1px solid #C9B3A3;border-radius:.75rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;outline:none;text-align:left}.select__trigger:focus{border-color:#895434;box-shadow:0 0 0 3px #8954341a}.select__trigger--open{border-color:#895434}.select__chevron{width:1.25rem;height:1.25rem;color:#6f6f6f;transition:transform .2s ease;flex-shrink:0}.select__chevron--open{transform:rotate(180deg)}.select__value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select__value--placeholder{color:#9ca3af}.select__content{position:absolute;left:0;right:0;max-height:240px;overflow-y:auto;background-color:#fff;border:1px solid #C9B3A3;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:50;padding:.25rem}.select__content--bottom{top:calc(100% + 4px)}.select__content--top{top:auto;bottom:calc(100% + 4px)}.select__item{width:100%;padding:.625rem .75rem;font-size:.875rem;color:#1e1e1e;background-color:transparent;border:none;border-radius:.5rem;cursor:pointer;text-align:left;transition:background-color .15s ease}.select__item:hover{background-color:#f5f2ee}.select__item--selected{background-color:#8954341a;color:#895434;font-weight:500}.select__trigger.h-12{height:3rem}.searchable-select{position:relative;width:100%}.searchable-select__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background-color:#fff;border:1px solid #C9B3A3;border-radius:.5rem;font-size:.875rem;color:#1e1e1e;cursor:pointer;transition:all .2s ease;text-align:left}.searchable-select__trigger:hover{border-color:#895434}.searchable-select__trigger--open{border-color:#895434;box-shadow:0 0 0 3px #8954341a}.searchable-select__value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchable-select__value--placeholder{color:#9ca3af}.searchable-select__chevron{width:1rem;height:1rem;color:#6b7280;transition:transform .2s ease;flex-shrink:0;margin-left:.5rem}.searchable-select__chevron--open{transform:rotate(180deg)}.searchable-select__content{position:absolute;left:0;right:0;z-index:50;background-color:#fff;border:1px solid #C9B3A3;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden}.searchable-select__content--bottom{top:calc(100% + 4px)}.searchable-select__content--top{bottom:calc(100% + 4px)}.searchable-select__search{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-bottom:1px solid #E5E7EB}.searchable-select__search-icon{width:1rem;height:1rem;color:#9ca3af;flex-shrink:0}.searchable-select__search-input{flex:1;border:none;outline:none;font-size:.875rem;color:#1e1e1e;background:transparent}.searchable-select__search-input::placeholder{color:#9ca3af}.searchable-select__options{max-height:240px;overflow-y:auto}.searchable-select__no-results{padding:1rem;text-align:center;font-size:.875rem;color:#6b7280}.searchable-select__item{display:flex;flex-direction:column;gap:.25rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;text-align:left;cursor:pointer;transition:background-color .15s ease}.searchable-select__item:hover,.searchable-select__item--selected{background-color:#f5f2ee}.searchable-select__item--custom{border-top:1px solid #EFE7E1;color:#895434}.searchable-select__item-name{font-size:.875rem;font-weight:500;color:#1e1e1e}.searchable-select__item-focus{font-size:.75rem;color:#6b7280}.membership-page{min-height:100vh;background-color:#fff}.membership-page__loading,.membership-page__error-container{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#6f6f6f;padding:2rem;text-align:center}.membership-page__spinner{width:2rem;height:2rem;border:3px solid #F5F2EE;border-top-color:#895434;border-radius:50%}.membership-page__error-icon{color:#895434}.membership-page__error-container h2{font-size:1.5rem;color:#1e1e1e;margin:0}.membership-page__back-button{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem 1.5rem;background:#895434;color:#fff;border:none;border-radius:9999px;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:500;transition:background-color .3s ease}.membership-page__back-button:hover{background-color:#a96b45}.membership-page__success-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#f5f2ee}.membership-page__success-card{background:#fff;border:1px solid #C9B3A3;border-radius:1.5rem;padding:3rem 2.5rem;text-align:center;max-width:540px;width:100%;box-shadow:0 16px 40px #8954341f}.membership-page__success-icon-wrapper{width:4.5rem;height:4.5rem;border-radius:50%;background:linear-gradient(135deg,#895434,#a96b45);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.membership-page__success-icon{width:2.5rem;height:2.5rem;color:#fff}.membership-page__success-title{font-size:1.75rem;font-weight:700;color:#1e1e1e;margin-bottom:.75rem}.membership-page__success-text{color:#6f6f6f;line-height:1.6;margin-bottom:1.5rem}.membership-page__whatsapp-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#25d366,#20ba5a);color:#fff;font-weight:600;font-size:1rem;padding:1rem 2rem;border:none;border-radius:.75rem;cursor:pointer;text-decoration:none;box-shadow:0 4px 12px #25d3664d;margin-bottom:1rem}.membership-page__whatsapp-button:hover{box-shadow:0 6px 16px #25d36666}.membership-page__back-home-button{display:block;width:100%;padding:1rem;background:none;border:2px solid #C9B3A3;border-radius:.75rem;color:#895434;font-weight:600;font-family:inherit;font-size:1rem;cursor:pointer;transition:all .2s ease}.membership-page__back-home-button:hover{background:#f5f2ee;border-color:#895434}.membership-page__hero{position:relative;padding:8rem 1.5rem 4rem;overflow:hidden;background:linear-gradient(135deg,#f5f2ee,#fff 60%,#f5f2ee)}.membership-page__hero-bg{position:absolute;inset:0;pointer-events:none}.membership-page__hero-circle-1{position:absolute;top:-8rem;right:-4rem;width:24rem;height:24rem;border-radius:50%;background:radial-gradient(circle,rgba(137,84,52,.08),transparent 70%)}.membership-page__hero-circle-2{position:absolute;bottom:-6rem;left:-6rem;width:20rem;height:20rem;border-radius:50%;background:radial-gradient(circle,rgba(169,107,69,.06),transparent 70%)}.membership-page__hero-container{max-width:72rem;margin:0 auto;position:relative}.membership-page__breadcrumb{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:#895434;font-size:.875rem;font-weight:500;cursor:pointer;font-family:inherit;margin-bottom:2rem;padding:0;transition:color .2s ease}.membership-page__breadcrumb:hover{color:#a96b45}.membership-page__hero-content{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media(min-width:768px){.membership-page__hero-content{grid-template-columns:1fr 1fr;gap:3rem}}.membership-page__hero-info{display:flex;flex-direction:column;gap:1rem}.membership-page__badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#895434,#a96b45);color:#fff;font-size:.75rem;font-weight:600;padding:.375rem 1rem;border-radius:9999px;width:fit-content;text-transform:uppercase;letter-spacing:.5px}.membership-page__hero-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:#1e1e1e;line-height:1.15;letter-spacing:-.02em;margin:0}.membership-page__hero-tagline{font-size:1.125rem;color:#6f6f6f;line-height:1.6;margin:0}.membership-page__price-block{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.membership-page__price{font-size:2rem;font-weight:800;color:#895434}.membership-page__validity{font-size:.875rem;color:#6f6f6f;background:#f5f2ee;padding:.25rem .75rem;border-radius:9999px}.membership-page__cta-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#895434,#a96b45);color:#fff;font-weight:600;font-size:1rem;padding:1rem 2rem;border:none;border-radius:9999px;cursor:pointer;font-family:inherit;width:fit-content;transition:all .3s ease;box-shadow:0 4px 16px #89543440;margin-top:.5rem}.membership-page__cta-button:hover{box-shadow:0 6px 24px #89543459;transform:translateY(-2px)}.membership-page__features-preview{background:#fff;border:1px solid #C9B3A3;border-radius:1.25rem;padding:1.5rem;box-shadow:0 8px 32px #8954341a}.membership-page__features-preview-header{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#895434;font-size:.95rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #F5F2EE}.membership-page__feature-preview-item{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.9rem;color:#1e1e1e;line-height:1.4}.membership-page__feature-check{color:#895434;flex-shrink:0;margin-top:2px}.membership-page__description-section{padding:4rem 1.5rem;background:#fff}.membership-page__description-container{max-width:48rem;margin:0 auto;text-align:center}.membership-page__section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#1e1e1e;margin-bottom:1.25rem}.membership-page__highlight{color:#895434}.membership-page__description-text{font-size:1.05rem;color:#6f6f6f;line-height:1.8}.membership-page__benefits-section{padding:4rem 1.5rem;background:#f5f2ee}.membership-page__benefits-container{max-width:72rem;margin:0 auto}.membership-page__benefits-container .membership-page__section-title{text-align:center;margin-bottom:2.5rem}.membership-page__benefits-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.membership-page__benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.membership-page__benefits-grid{grid-template-columns:repeat(3,1fr)}}.membership-page__benefit-card{background:#fff;border:1px solid #C9B3A3;border-radius:1rem;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.membership-page__benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #8954341f}.membership-page__benefit-card-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#1e1e1e;margin-bottom:1rem}.membership-page__benefit-card-icon{color:#895434;flex-shrink:0}.membership-page__benefit-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.membership-page__benefit-item{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:#6f6f6f;line-height:1.5}.membership-page__benefit-dot{width:6px;height:6px;border-radius:50%;background:#c9b3a3;flex-shrink:0;margin-top:.425rem}.membership-page__form-section{padding:4rem 1.5rem 5rem;background:#fff;scroll-margin-top:5rem}.membership-page__form-container{max-width:52rem;margin:0 auto}.membership-page__form-header{text-align:center;margin-bottom:2.5rem}.membership-page__form-subtitle{color:#6f6f6f;font-size:1rem;line-height:1.6}.membership-page__form{display:flex;flex-direction:column;gap:2rem}.membership-page__form-group{background:#f5f2ee;border:1px solid #C9B3A3;border-radius:1rem;padding:1.5rem}.membership-page__form-group-title{font-size:1rem;font-weight:600;color:#895434;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #C9B3A3}.membership-page__form-row{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}@media(min-width:640px){.membership-page__form-row{grid-template-columns:1fr 1fr}}.membership-page__form-field{display:flex;flex-direction:column}.membership-page__form-label{display:block;font-size:.875rem;font-weight:500;color:#1e1e1e;margin-bottom:.5rem}.membership-page__input{height:3rem}.membership-page__input--code{min-width:6rem;max-width:10rem}.membership-page__input--code.searchable-select .searchable-select__content{right:auto;min-width:240px;width:max-content;max-width:90vw}.membership-page__input--linkedin{padding-left:2.75rem}.membership-page__phone-row{display:grid;grid-template-columns:1fr 2fr;gap:.75rem}.membership-page__linkedin-row{position:relative}.membership-page__linkedin-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#6f6f6f;z-index:1}.membership-page__textarea{width:100%;min-height:120px;resize:vertical}.membership-page__checkbox{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#1e1e1e;cursor:pointer;margin-top:.5rem}.membership-page__checkbox input[type=checkbox]{width:1.125rem;height:1.125rem;accent-color:#895434;cursor:pointer;flex-shrink:0}.membership-page__link{color:#895434;text-decoration:none;font-weight:500}.membership-page__link:hover{text-decoration:underline}.membership-page__form-error{display:flex;align-items:center;gap:.5rem;background-color:#fef2f2;border:1px solid #FECACA;color:#dc2626;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem}.membership-page__form-warning{background-color:#fffbeb;border:1px solid #FDE68A;color:#92400e;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem}.membership-page__validation-errors{background-color:#fef2f2;border:1px solid #FECACA;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem}.membership-page__validation-errors-header{display:flex;align-items:center;gap:.75rem;color:#dc2626;font-weight:600;font-size:.95rem;margin-bottom:.75rem}.membership-page__validation-errors-header svg{flex-shrink:0}.membership-page__validation-errors-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.membership-page__validation-error-item{color:#dc2626;font-size:.875rem;padding-left:1.75rem;position:relative;line-height:1.4}.membership-page__validation-error-item:before{content:"•";position:absolute;left:.5rem;font-weight:700}.membership-page__submit-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1.125rem 2rem;background:linear-gradient(135deg,#895434,#a96b45);color:#fff;font-weight:600;font-size:1rem;border:none;border-radius:.75rem;cursor:pointer;font-family:inherit;transition:all .3s ease;box-shadow:0 4px 16px #89543440}.membership-page__submit-button:hover:not(:disabled){box-shadow:0 6px 24px #89543459;transform:translateY(-2px)}.membership-page__submit-button:disabled{opacity:.5;cursor:not-allowed}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;cursor:pointer;border:none;transition:all .3s ease;font-family:inherit;font-size:1rem}.button:disabled{opacity:.5;cursor:not-allowed}.button--primary{background-color:#895434;color:#fff}.button--primary:hover:not(:disabled){background-color:#a96b45}.button--outline{background-color:transparent;border:2px solid #C9B3A3;color:#1e1e1e}.button--outline:hover:not(:disabled){background-color:#f5f2ee}.button--ghost{background-color:transparent;color:#1e1e1e}.button--ghost:hover:not(:disabled){background-color:#f5f2ee}.button--sm{padding:.5rem 1rem;font-size:.875rem;border-radius:.5rem}.button--md{padding:.75rem 1.5rem;font-size:1rem;border-radius:9999px}.button--lg{padding:1.5rem 2rem;font-size:1rem;border-radius:9999px}.button--full{width:100%}.button--shadow:hover:not(:disabled){box-shadow:0 20px 25px -5px #89543433;transform:translateY(-2px)}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f2ee;padding:1rem}.login-card{width:100%;max-width:400px;background-color:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 4px 20px #00000014}.login-header{text-align:center;margin-bottom:2rem}.login-logo{width:80px;height:80px;margin:0 auto 1rem;background-color:#895434;border-radius:50%;display:flex;align-items:center;justify-content:center}.login-logo svg{width:40px;height:40px;color:#fff}.login-title{font-size:1.5rem;font-weight:600;color:#1e1e1e;margin-bottom:.5rem}.login-subtitle{font-size:.875rem;color:#6b7280}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-field{display:flex;flex-direction:column;gap:.5rem}.login-label{font-size:.875rem;font-weight:500;color:#1e1e1e}.login-error{background-color:#fef2f2;border:1px solid #FCA5A5;color:#dc2626;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;text-align:center}.login-button{margin-top:.5rem}.sidebar{width:260px;min-height:100vh;background-color:#fff;border-right:1px solid #C9B3A3;display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;z-index:100}.sidebar-header{padding:1.5rem;border-bottom:1px solid #C9B3A3}.sidebar-logo{display:flex;align-items:center;gap:.75rem}.sidebar-logo-icon{width:40px;height:40px;background-color:#895434;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.sidebar-logo-icon svg{width:24px;height:24px;color:#fff}.sidebar-logo-text{font-size:.875rem;font-weight:600;color:#1e1e1e;line-height:1.2}.sidebar-logo-subtext{font-size:.75rem;color:#6b7280;font-weight:400}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.sidebar-nav-list{list-style:none;padding:0;margin:0}.sidebar-nav-item{margin:.25rem .75rem}.sidebar-nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;background:none;width:100%;text-align:left}.sidebar-nav-link:hover{background-color:#f5f2ee;color:#1e1e1e}.sidebar-nav-link--active{background-color:#895434;color:#fff}.sidebar-nav-link--active:hover{background-color:#a96b45;color:#fff}.sidebar-nav-icon{width:20px;height:20px;flex-shrink:0}.sidebar-footer{padding:1rem;border-top:1px solid #C9B3A3}.sidebar-user{display:flex;align-items:center;gap:.75rem;padding:.75rem;margin-bottom:.5rem}.sidebar-user-avatar{width:36px;height:36px;background-color:#895434;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:600}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{font-size:.875rem;font-weight:500;color:#1e1e1e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-email{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-logout{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background:none;border-radius:.5rem;color:#dc2626;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.sidebar-logout:hover{background-color:#fef2f2}.sidebar-logout-icon{width:20px;height:20px}.confirm-delete-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in-out}.confirm-delete-modal{background:#f5f2ee;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a;max-width:400px;width:90%;overflow:hidden;animation:slideUp .3s ease-out}.confirm-delete-modal-header{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid #C9B3A3}.confirm-delete-modal-icon{width:24px;height:24px;color:#dc2626;flex-shrink:0}.confirm-delete-modal-title{font-size:18px;font-weight:600;color:#1e1e1e;margin:0}.confirm-delete-modal-body{padding:20px}.confirm-delete-modal-text{font-size:14px;color:#4b5563;margin:0 0 12px;line-height:1.5}.confirm-delete-modal-text strong{color:#1e1e1e;font-weight:600}.confirm-delete-modal-warning{font-size:12px;color:#dc2626;margin:0;font-weight:500}.confirm-delete-modal-footer{display:flex;gap:12px;padding:16px 20px;border-top:1px solid #C9B3A3;background-color:#fafaf9}.confirm-delete-modal-cancel,.confirm-delete-modal-confirm{flex:1;padding:10px 16px;font-size:14px;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.confirm-delete-modal-cancel{background-color:#e5e7eb;color:#1e1e1e}.confirm-delete-modal-cancel:hover:not(:disabled){background-color:#d1d5db}.confirm-delete-modal-cancel:disabled{opacity:.6;cursor:not-allowed}.confirm-delete-modal-confirm{background-color:#dc2626;color:#fff}.confirm-delete-modal-confirm:hover:not(:disabled){background-color:#b91c1c}.confirm-delete-modal-confirm:disabled{opacity:.6;cursor:not-allowed}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.chapters-list{display:flex;flex-direction:column;gap:1rem}.chapters-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.chapters-list-count{font-size:.875rem;color:#6b7280}.chapters-list-loading{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background-color:#fff;border-radius:1rem;border:1px solid #C9B3A3}.chapters-list-spinner{width:32px;height:32px;border:3px solid #C9B3A3;border-top-color:#895434;border-radius:50%;animation:spin 1s linear infinite}.chapters-list-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;background-color:#fef2f2;border-radius:1rem;border:1px solid #FCA5A5;text-align:center}.chapters-list-error-icon{width:48px;height:48px;color:#dc2626;margin-bottom:1rem}.chapters-list-error-text{color:#dc2626;font-size:.875rem;margin-bottom:1rem}.chapters-list-retry{padding:.5rem 1rem;background-color:#dc2626;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;cursor:pointer;transition:background-color .2s ease}.chapters-list-retry:hover{background-color:#b91c1c}.chapters-table-container{background-color:#fff;border-radius:1rem;border:1px solid #C9B3A3;overflow:hidden}.chapters-table{width:100%;border-collapse:collapse}.chapters-table th,.chapters-table td{padding:1rem;text-align:left;border-bottom:1px solid #E5E7EB}.chapters-table th{background-color:#f5f2ee;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.chapters-table tr:last-child td{border-bottom:none}.chapters-table tbody tr:hover{background-color:#fafaf9}.chapter-info{display:flex;align-items:center;gap:.75rem}.chapter-flag{font-size:1.5rem;line-height:1}.chapter-details{display:flex;flex-direction:column}.chapter-country{font-weight:500;color:#1e1e1e}.chapter-city{font-size:.75rem;color:#6b7280}.chapter-leader{display:flex;align-items:center;gap:.75rem}.chapter-leader-photo{width:36px;height:36px;border-radius:50%;object-fit:cover;background-color:#f5f2ee}.chapter-leader-photo-placeholder{width:36px;height:36px;border-radius:50%;background-color:#895434;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:600}.chapter-leader-details{display:flex;flex-direction:column}.chapter-leader-name{font-weight:500;color:#1e1e1e}.chapter-leader-role{font-size:.75rem;color:#6b7280}.chapter-status{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.chapter-status--active{background-color:#d1fae5;color:#065f46}.chapter-status--inactive{background-color:#fee2e2;color:#991b1b}.chapter-members{display:flex;align-items:center;gap:.5rem;color:#1e1e1e}.chapter-members-icon{width:16px;height:16px;color:#6b7280}.chapter-actions{display:flex;align-items:center;gap:.5rem}.chapter-action-btn{padding:.5rem;background:none;border:none;border-radius:.375rem;color:#6b7280;cursor:pointer;transition:all .2s ease}.chapter-action-btn:hover{background-color:#f5f2ee;color:#895434}.chapter-action-icon{width:18px;height:18px}.chapters-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background-color:#fff;border-radius:1rem;border:1px dashed #C9B3A3;text-align:center}.chapters-empty-icon{width:64px;height:64px;color:#c9b3a3;margin-bottom:1rem}.chapters-empty-title{font-size:1.125rem;font-weight:600;color:#1e1e1e;margin-bottom:.5rem}.chapters-empty-text{font-size:.875rem;color:#6b7280}.chapter-form-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.chapter-form-modal{background-color:#fff;border-radius:1rem;width:100%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.chapter-form-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #E5E7EB}.chapter-form-modal-title{font-size:1.25rem;font-weight:600;color:#1e1e1e}.chapter-form-modal-close{padding:.5rem;background:none;border:none;border-radius:.375rem;color:#6b7280;cursor:pointer;transition:all .2s ease}.chapter-form-modal-close:hover{background-color:#f5f2ee;color:#1e1e1e}.chapter-form-modal-close svg{width:20px;height:20px}.chapter-form-modal-body{flex:1;overflow-y:auto;padding:1.5rem}.chapter-form{display:flex;flex-direction:column;gap:1.25rem}.chapter-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.chapter-form-field{display:flex;flex-direction:column;gap:.5rem}.chapter-form-field--full{grid-column:1 / -1}.chapter-form-label{font-size:.875rem;font-weight:500;color:#1e1e1e}.chapter-form-label span{color:#dc2626}.country-select{position:relative}.country-select-input{width:100%;padding:.75rem 1rem .75rem 3rem;font-size:1rem;color:#1e1e1e;background-color:#fff;border:1px solid #C9B3A3;border-radius:.75rem;transition:border-color .2s ease,box-shadow .2s ease;outline:none}.country-select-input:focus{border-color:#895434;box-shadow:0 0 0 3px #8954341a}.country-select-flag{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1.25rem;line-height:1}.country-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background-color:#fff;border:1px solid #C9B3A3;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;max-height:200px;overflow-y:auto;z-index:10}.country-select-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background-color .15s ease}.country-select-option:hover{background-color:#f5f2ee}.country-select-option-flag{font-size:1.25rem;line-height:1}.country-select-option-name{font-size:.875rem;color:#1e1e1e}.country-select-option-code{font-size:.75rem;color:#6b7280;margin-left:auto}.country-select-empty{padding:1rem;text-align:center;color:#6b7280;font-size:.875rem}.highlights-container{display:flex;flex-direction:column;gap:.75rem}.highlights-input-row{display:flex;gap:.5rem}.highlights-input{flex:1}.highlights-add-btn{padding:.75rem 1rem;background-color:#895434;color:#fff;border:none;border-radius:.75rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.highlights-add-btn:hover{background-color:#a96b45}.highlights-list{display:flex;flex-wrap:wrap;gap:.5rem}.highlight-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background-color:#f5f2ee;border-radius:9999px;font-size:.875rem;color:#1e1e1e}.highlight-tag-remove{padding:0;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.highlight-tag-remove:hover{color:#dc2626}.highlight-tag-remove svg{width:14px;height:14px}.chapter-form-error{background-color:#fef2f2;border:1px solid #FCA5A5;color:#dc2626;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem}.chapter-form-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid #E5E7EB}.chapter-form-cancel{padding:.75rem 1.5rem;background-color:transparent;border:1px solid #C9B3A3;border-radius:9999px;font-size:.875rem;font-weight:500;color:#1e1e1e;cursor:pointer;transition:all .2s ease}.chapter-form-cancel:hover{background-color:#f5f2ee}.chapter-form-submit{padding:.75rem 1.5rem;background-color:#895434;border:none;border-radius:9999px;font-size:.875rem;font-weight:500;color:#fff;cursor:pointer;transition:all .2s ease}.chapter-form-submit:hover:not(:disabled){background-color:#a96b45}.chapter-form-submit:disabled{opacity:.5;cursor:not-allowed}.status-select{width:100%;padding:.75rem 1rem;font-size:1rem;color:#1e1e1e;background-color:#fff;border:1px solid #C9B3A3;border-radius:.75rem;transition:border-color .2s ease,box-shadow .2s ease;outline:none;cursor:pointer}.status-select:focus{border-color:#895434;box-shadow:0 0 0 3px #8954341a}.photo-upload{display:flex;flex-direction:column;gap:.5rem}.photo-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;background-color:#f5f2ee;border:2px dashed #C9B3A3;border-radius:.75rem;cursor:pointer;transition:all .2s ease}.photo-upload-label:hover{background-color:#ede8e3;border-color:#895434}.photo-upload-icon{width:32px;height:32px;color:#895434}.photo-upload-label span{font-size:.875rem;color:#6b7280;font-weight:500}.photo-preview{position:relative;width:100%;border-radius:.75rem;overflow:hidden;background-color:#f5f2ee}.photo-preview-image{width:100%;height:150px;object-fit:cover;display:block}.photo-preview-remove{position:absolute;top:.5rem;right:.5rem;padding:.5rem;background-color:#ffffffe6;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.photo-preview-remove:hover{background-color:#fee2e2}.photo-preview-remove svg{width:16px;height:16px;color:#dc2626}@media(max-width:640px){.chapter-form-row{grid-template-columns:1fr}.chapter-form-modal{max-height:95vh}}.capitulos-page{display:flex;flex-direction:column;gap:1.5rem}.admin-page-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.admin-page-header-content .button{display:inline-flex;align-items:center;gap:.5rem}@media(max-width:640px){.admin-page-header-content{flex-direction:column;align-items:stretch}.admin-page-header-content .button{justify-content:center}}.congresos-page{padding:2rem}.admin-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.btn-new-congress{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#895434;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-new-congress svg{width:18px;height:18px}.btn-new-congress:hover{background:#a96b45}.congresos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;margin-top:2rem}.congress-card{background:#fff;border:1px solid #C9B3A3;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:box-shadow .3s ease,transform .2s ease}.congress-card:hover{box-shadow:0 4px 12px #89543426;transform:translateY(-2px)}.congress-card-header{background:#f5f2ee;padding:1rem;border-bottom:1px solid #C9B3A3;display:flex;justify-content:space-between;align-items:center}.congress-edit-btn{background:#fff;border:1px solid #C9B3A3;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;transition:all .2s ease}.congress-edit-btn svg{width:16px;height:16px;color:#895434}.congress-edit-btn:hover{background:#895434;border-color:#895434}.congress-edit-btn:hover svg{color:#fff}.congress-status-badge{display:inline-block;padding:.4rem .8rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.congress-status-current{background:#4caf50;color:#fff}.congress-status-future{background:#2196f3;color:#fff}.congress-status-past{background:#9e9e9e;color:#fff}.congress-status-coming-soon{background:#ff9800;color:#fff}.congress-card-body{padding:1.5rem;flex:1}.congress-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#1e1e1e;line-height:1.4}.congress-subtitle{margin:0 0 1rem;font-size:.95rem;color:#895434;font-weight:500}.congress-details{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;background:#f5f2ee;padding:1rem;border-radius:4px}.congress-detail{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.75rem;font-weight:600;color:#895434;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:.95rem;color:#1e1e1e;font-weight:500}.congress-description{font-size:.95rem;color:#1e1e1e;line-height:1.6;margin:0 0 1rem}.congress-highlights{margin-top:1rem;padding-top:1rem;border-top:1px solid #C9B3A3}.highlights-label{font-size:.85rem;font-weight:600;color:#895434;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem}.highlights-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.highlights-list li{font-size:.9rem;color:#1e1e1e;padding-left:1.2rem;position:relative}.highlights-list li:before{content:"•";position:absolute;left:0;color:#895434;font-weight:700}.congress-card-footer{padding:1rem 1.5rem;background:#f5f2ee;border-top:1px solid #C9B3A3;display:flex;gap:.75rem;justify-content:center}.congress-btn{flex:1;padding:.6rem 1rem;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.congress-btn-primary{background:#895434;color:#fff}.congress-btn-primary:hover:not(:disabled){background:#a96b45}.congress-btn-primary:disabled{background:#c9b3a3;cursor:not-allowed;opacity:.6}.congress-btn-secondary{background:#fff;color:#895434;border:1px solid #895434}.congress-btn-secondary:hover{background:#895434;color:#fff}@media(max-width:768px){.admin-page-header{flex-direction:column;align-items:stretch}.btn-new-congress{width:100%;justify-content:center}.congresos-grid,.congress-details{grid-template-columns:1fr}.congress-card-footer{flex-direction:column}.congress-btn{width:100%}}.congress-registrations-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}.congress-registrations-modal{background:#fff;border-radius:12px;display:flex;flex-direction:column;max-width:900px;width:100%;max-height:85vh;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.congress-registrations-header{padding:1.5rem 2rem;border-bottom:1px solid #E5E5E5;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.congress-registrations-title{margin:0;font-size:1.5rem;font-weight:700;color:#1e1e1e}.congress-registrations-subtitle{margin:.25rem 0 0;font-size:.95rem;color:#895434;font-weight:500}.congress-registrations-close-btn{background:#f5f2ee;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;transition:all .2s ease;flex-shrink:0}.congress-registrations-close-btn svg{width:18px;height:18px;color:#895434}.congress-registrations-close-btn:hover{background:#895434}.congress-registrations-close-btn:hover svg{color:#fff}.congress-registrations-content{flex:1;overflow-y:auto;padding:1.5rem 2rem}.congress-registrations-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:300px;color:#895434}.loading-spinner{width:48px;height:48px;border:4px solid #E5E5E5;border-top-color:#895434;border-radius:50%;animation:spin .8s linear infinite}.congress-registrations-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;color:#666;gap:1rem}.empty-icon{width:64px;height:64px;color:#c9b3a3}.congress-registrations-empty p{font-size:1rem;margin:0}.registrations-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1rem}.registration-card{background:#fafafa;border:1px solid #E5E5E5;border-radius:10px;overflow:hidden;transition:all .2s ease}.registration-card:hover{border-color:#c9b3a3;box-shadow:0 4px 12px #8954341a}.registration-card-header{padding:1rem 1.25rem;background:#fff;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid #E5E5E5}.registration-avatar{width:44px;height:44px;background:linear-gradient(135deg,#895434,#a96b45);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;flex-shrink:0}.registration-main-info{flex:1;min-width:0}.registration-name{margin:0;font-size:1rem;font-weight:600;color:#1e1e1e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.registration-email{font-size:.85rem;color:#895434;text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.registration-email:hover{text-decoration:underline}.registration-status-badge{padding:.35rem .75rem;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.registration-status-pending{background:#fef3cd;color:#856404}.registration-status-approved{background:#d4edda;color:#155724}.registration-status-rejected{background:#f8d7da;color:#721c24}.registration-card-body{padding:1rem 1.25rem}.registration-info-row{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#666;margin-bottom:.5rem}.registration-info-row svg{width:16px;height:16px;color:#895434;flex-shrink:0}.registration-info-row:last-child{margin-bottom:0}.registration-custom-data{margin-top:1rem;padding-top:1rem;border-top:1px dashed #E5E5E5}.custom-data-label{font-size:.75rem;font-weight:600;color:#895434;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem}.custom-data-grid{display:flex;flex-direction:column;gap:.5rem}.custom-data-item{display:flex;flex-direction:column;gap:.15rem}.custom-data-key{font-size:.75rem;color:#999;text-transform:capitalize}.custom-data-value{font-size:.9rem;color:#1e1e1e;word-break:break-word}.congress-registrations-footer{padding:1.25rem 2rem;border-top:1px solid #E5E5E5;background:#fafafa;display:flex;justify-content:space-between;align-items:center;gap:1rem}.registrations-stats{display:flex;gap:2rem}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:1.5rem;font-weight:700;color:#895434;line-height:1}.stat-label{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem}.registrations-close-btn{padding:.75rem 2rem;background:#895434;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.registrations-close-btn:hover{background:#a96b45}@media(max-width:768px){.congress-registrations-modal{max-width:95%;max-height:90vh;border-radius:8px}.congress-registrations-header,.congress-registrations-content,.congress-registrations-footer{padding:1rem}.congress-registrations-title{font-size:1.25rem}.registrations-cards-grid{grid-template-columns:1fr}.congress-registrations-footer{flex-direction:column;align-items:stretch}.registrations-stats{justify-content:center}.registrations-close-btn{width:100%}}.congress-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.congress-modal{background:#fff;border-radius:12px;display:flex;flex-direction:column;max-width:700px;width:100%;max-height:90vh;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.congress-modal-header{padding:1.5rem 2rem;border-bottom:1px solid #E5E5E5;display:flex;justify-content:space-between;align-items:center}.congress-modal-title{margin:0;font-size:1.5rem;font-weight:700;color:#1e1e1e}.congress-modal-close-btn{background:#f5f2ee;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;transition:all .2s ease}.congress-modal-close-btn svg{width:18px;height:18px;color:#895434}.congress-modal-close-btn:hover{background:#895434}.congress-modal-close-btn:hover svg{color:#fff}.congress-modal-content{flex:1;overflow-y:auto;padding:1.5rem 2rem}.congress-modal-error{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fef2f2;border:1px solid #FECACA;border-radius:8px;color:#dc2626;margin-bottom:1.5rem;font-size:.9rem}.congress-modal-error svg{width:20px;height:20px;flex-shrink:0}.form-section{margin-bottom:2rem}.form-section:last-child{margin-bottom:0}.form-section-title{font-size:1rem;font-weight:600;color:#895434;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #E5E5E5}.form-row{margin-bottom:1rem}.form-row:last-child{margin-bottom:0}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-label{font-size:.85rem;font-weight:600;color:#1e1e1e}.form-label .required{color:#dc2626}.form-input,.form-textarea,.form-select{padding:.75rem 1rem;border:1px solid #C9B3A3;border-radius:8px;font-size:.95rem;color:#1e1e1e;background:#fff;transition:all .2s ease;font-family:inherit}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#895434;box-shadow:0 0 0 3px #8954341a}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-textarea{resize:vertical;min-height:80px}.select-wrapper{position:relative}.form-select{width:100%;appearance:none;cursor:pointer;padding-right:2.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23895434' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.form-hint{font-size:.8rem;color:#666;margin:.25rem 0 0}.form-hint.warning{color:#b45309}.highlights-input-row{display:flex;gap:.75rem}.highlights-input-row .form-input{flex:1}.btn-add-highlight{padding:.75rem 1.25rem;background:#895434;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-add-highlight:hover:not(:disabled){background:#a96b45}.btn-add-highlight:disabled{background:#c9b3a3;cursor:not-allowed}.highlights-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.highlight-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f5f2ee;border:1px solid #C9B3A3;border-radius:20px;font-size:.85rem;color:#1e1e1e}.highlight-remove-btn{background:none;border:none;color:#895434;font-size:1.1rem;line-height:1;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;transition:all .2s ease}.highlight-remove-btn:hover{background:#895434;color:#fff}.toggle-wrapper{display:flex;align-items:center;gap:.75rem}.toggle{position:relative;display:inline-block;width:48px;height:26px}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#c9b3a3;transition:.3s;border-radius:26px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle input:checked+.toggle-slider{background-color:#895434}.toggle input:checked+.toggle-slider:before{transform:translate(22px)}.toggle-label{font-size:.9rem;color:#1e1e1e}.congress-modal-footer{padding:1.25rem 2rem;border-top:1px solid #E5E5E5;display:flex;justify-content:flex-end;gap:1rem}.btn-cancel,.btn-submit{padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.btn-cancel{background:#fff;color:#1e1e1e;border:1px solid #C9B3A3}.btn-cancel:hover:not(:disabled){background:#f5f2ee;border-color:#895434}.btn-cancel:disabled{opacity:.6;cursor:not-allowed}.btn-submit{background:#895434;color:#fff;border:none}.btn-submit:disabled{background:#c9b3a3;cursor:not-allowed}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.gallery-section{margin-top:1rem;padding:1.5rem;background:#fafafa;border-radius:10px;border:1px solid #E5E5E5}.gallery-section-title{font-size:1rem;font-weight:600;color:#895434;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.gallery-section-title .section-icon{font-size:1.1rem}.gallery-subsection{background:#fff;padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #E5E5E5}.gallery-subsection:last-child{margin-bottom:0}.subsection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.gallery-subsection-title{font-size:.9rem;font-weight:600;color:#333;margin:0}.btn-add-item{display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:#895434;color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:background .2s ease}.btn-add-item:hover{background:#a96b45}.gallery-items-list{display:flex;flex-direction:column;gap:.75rem}.gallery-item-card{background:#f5f2ee;padding:.75rem;border-radius:6px;position:relative;border:1px solid #E5DDD4}.gallery-item-remove{position:absolute;top:.5rem;right:.5rem;background:#dc3545;color:#fff;border:none;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.75rem;transition:background .2s ease}.gallery-item-remove:hover{background:#c82333}.form-row-3{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.form-label-small{display:block;font-size:.75rem;font-weight:500;color:#666;margin-bottom:.35rem}.form-input-small{width:100%;padding:.5rem .75rem;border:1px solid #C9B3A3;border-radius:6px;font-size:.85rem;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.form-input-small:focus{outline:none;border-color:#895434;box-shadow:0 0 0 2px #8954341a}.form-select-small{width:100%;padding:.5rem .75rem;border:1px solid #C9B3A3;border-radius:6px;font-size:.85rem;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.form-select-small:focus{outline:none;border-color:#895434;box-shadow:0 0 0 2px #8954341a}.speaker-card{padding-right:2rem}.themes-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.theme-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:#f5f2ee;border:1px solid #C9B3A3;border-radius:20px;font-size:.8rem;color:#333}.theme-tag-remove{background:none;border:none;color:#895434;cursor:pointer;font-size:.75rem;padding:0;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.theme-tag-remove:hover{color:#dc3545}.theme-input-row{display:flex;gap:.5rem}.theme-input-row .form-input-small{flex:1}.theme-input-row .btn-add-item{white-space:nowrap}.no-items-message{color:#999;font-size:.85rem;text-align:center;padding:.75rem;font-style:italic}@media(max-width:768px){.congress-modal{max-width:95%;max-height:95vh}.congress-modal-header,.congress-modal-content,.congress-modal-footer{padding:1rem}.congress-modal-title{font-size:1.25rem}.form-row-2,.form-row-3{grid-template-columns:1fr}.highlights-input-row,.theme-input-row,.congress-modal-footer{flex-direction:column}.btn-cancel,.btn-submit{width:100%;justify-content:center}.gallery-section{padding:1rem}.gallery-subsection{padding:.75rem}}.testimonial-card{background:#fff;border:1px solid #C9B3A3;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:box-shadow .3s ease,transform .2s ease}.testimonial-card:hover{box-shadow:0 4px 12px #89543426;transform:translateY(-2px)}.testimonial-card-header{background:#f5f2ee;padding:1.25rem;border-bottom:1px solid #C9B3A3;display:flex;gap:1rem;align-items:flex-start;position:relative}.testimonial-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}.testimonial-info{flex:1}.testimonial-name{margin:0;font-size:1rem;font-weight:600;color:#1e1e1e;line-height:1.4}.testimonial-role{margin:.25rem 0 0;font-size:.875rem;font-weight:500;color:#895434}.testimonial-company{margin:.25rem 0 0;font-size:.8rem;color:#6b5344}.btn-edit-testimonial{background:#fff;border:1px solid #C9B3A3;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;transition:all .2s ease;flex-shrink:0}.btn-edit-testimonial svg{width:18px;height:18px;color:#895434}.btn-edit-testimonial:hover{background:#895434;border-color:#895434}.btn-edit-testimonial:hover svg{color:#fff}.testimonial-body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem;flex:1}.testimonial-rating{display:flex;gap:.25rem}.star{width:18px;height:18px}.star.filled{color:#895434}.star.empty{color:#e0d0c0}.testimonial-quote{margin:0;font-size:.95rem;line-height:1.6;color:#1e1e1e;font-style:italic;flex:1}.testimonial-date{margin:0;font-size:.75rem;color:#a0998f}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid #C9B3A3;position:sticky;top:0;background:#fff;border-radius:12px 12px 0 0}.modal-title{margin:0;font-size:1.5rem;font-weight:700;color:#1e1e1e}.btn-close-modal{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b5344;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.btn-close-modal:hover{color:#895434}.btn-close-modal svg{width:24px;height:24px}.modal-error{margin:1rem 2rem 0;padding:1rem;background:#ffe5e5;border:1px solid #FF6B6B;border-radius:6px;color:#c92a2a;font-size:.9rem}.modal-form{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.95rem;font-weight:600;color:#1e1e1e}.image-upload-container{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f5f2ee;border:2px dashed #C9B3A3;border-radius:8px;cursor:pointer;transition:all .2s ease}.image-upload-container:hover{border-color:#895434;background:#fbfaf8}.image-preview{width:80px;height:80px;border-radius:8px;object-fit:cover}.form-input-file{display:none}.file-upload-label{font-size:.9rem;color:#895434;font-weight:600;cursor:pointer;flex:1}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-input,.form-select,.form-textarea{padding:.75rem 1rem;border:1px solid #C9B3A3;border-radius:6px;font-size:.95rem;font-family:inherit;transition:all .2s ease;color:#1e1e1e}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#895434;box-shadow:0 0 0 3px #8954341a}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background:#f5f2ee;cursor:not-allowed}.form-textarea{resize:vertical;min-height:120px}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #C9B3A3;margin-top:1rem}.btn-cancel,.btn-submit{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.btn-cancel{background:#f5f2ee;color:#1e1e1e;border:1px solid #C9B3A3}.btn-cancel:hover:not(:disabled){background:#e0d0c0}.btn-submit{background:#895434;color:#fff}.btn-submit:hover:not(:disabled){background:#a96b45}.btn-cancel:disabled,.btn-submit:disabled{opacity:.6;cursor:not-allowed}.spinner-small{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:768px){.modal-content{max-width:calc(100% - 2rem);max-height:calc(100vh - 2rem)}.form-row{grid-template-columns:1fr}.modal-header,.modal-form{padding:1.5rem}}.testimonios-page{padding:2rem}.admin-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.header-content{flex:1}.admin-page-title{margin:0;font-size:2rem;font-weight:700;color:#1e1e1e}.admin-page-subtitle{margin:.5rem 0 0;font-size:.95rem;color:#6b5344}.btn-new-testimonial{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#895434;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-new-testimonial svg{width:18px;height:18px}.btn-new-testimonial:hover{background:#a96b45}.btn-create-first{margin-top:1rem;padding:.75rem 1.5rem;background:#895434;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-create-first:hover{background:#a96b45}.admin-loading{display:flex;justify-content:center;align-items:center;padding:4rem 2rem}.admin-loading-spinner{width:40px;height:40px;border:3px solid #E0D0C0;border-top-color:#895434;border-radius:50%;animation:spin .8s linear infinite}.admin-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.admin-empty-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#1e1e1e}.admin-empty-text{margin:0;font-size:.95rem;color:#6b5344}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2rem;margin-top:2rem}.membership-card{background:#fff;border:2px solid #C9B3A3;border-radius:12px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:all .3s ease;position:relative}.membership-card:hover{border-color:#895434;box-shadow:0 4px 16px #8954341a}.membership-card.highlighted{border-color:#895434;background:linear-gradient(135deg,#89543405,#a96b4505)}.membership-card-badge{position:absolute;top:-12px;left:20px;background:#895434;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.membership-card-header{display:flex;flex-direction:column;gap:.5rem}.membership-card-name{font-size:1.3rem;font-weight:600;color:#1e1e1e;margin:0}.membership-card-tagline{font-size:.85rem;color:#666;margin:0}.membership-card-price{display:flex;align-items:baseline;gap:.5rem}.membership-card-price-amount{font-size:2rem;font-weight:700;color:#895434}.membership-card-price-currency{font-size:1rem;color:#666}.membership-card-billing{font-size:.9rem;color:#999;text-transform:capitalize}.membership-card-description{color:#666;font-size:.95rem;line-height:1.5;margin:0}.membership-card-benefits{display:flex;flex-direction:column;gap:1rem}.membership-card-benefit-section{display:flex;flex-direction:column;gap:.5rem}.membership-card-benefit-title{font-size:.9rem;font-weight:600;color:#895434;margin:0}.membership-card-benefit-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.membership-card-benefit-item{font-size:.85rem;color:#666;padding-left:1.2rem;position:relative}.membership-card-benefit-item:before{content:"✓";position:absolute;left:0;color:#895434;font-weight:700}.membership-card-footer{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid #E5D5C8}.membership-card-validity{font-size:.85rem;color:#666;margin:0}.membership-card-status{font-size:.85rem;color:#895434;font-weight:500;margin:0}.membership-card-edit-btn{width:100%;padding:.75rem;background-color:#895434;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;margin-top:.5rem}.membership-card-edit-btn:hover{background-color:#a96b45}.membership-card-edit-btn:active{background-color:#6b4028}.membership-form-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.membership-form-modal-overlay.open{opacity:1;visibility:visible}.membership-form-modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;transform:scale(.95);transition:transform .3s ease}.membership-form-modal-overlay.open .membership-form-modal-content{transform:scale(1)}.membership-form-modal-header{padding:2rem;border-bottom:1px solid #C9B3A3;display:flex;justify-content:space-between;align-items:center}.membership-form-modal-title{font-size:1.5rem;font-weight:600;color:#1e1e1e;margin:0}.membership-form-modal-close{background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.membership-form-modal-close:hover{color:#1e1e1e}.membership-form-modal-body{padding:2rem}.membership-form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.membership-form-group label{font-weight:500;color:#1e1e1e;font-size:.95rem}.membership-form-group input,.membership-form-group select,.membership-form-group textarea{padding:.75rem;border:1px solid #C9B3A3;border-radius:6px;font-size:.95rem;font-family:inherit;transition:border-color .2s ease}.membership-form-group input:focus,.membership-form-group select:focus,.membership-form-group textarea:focus{outline:none;border-color:#895434;box-shadow:0 0 0 3px #8954341a}.membership-form-group textarea{resize:vertical;min-height:100px}.membership-form-checkbox{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#f5f2ee;border-radius:6px}.membership-form-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;margin:0}.membership-form-checkbox label{margin:0;cursor:pointer;font-weight:400}.membership-form-benefits-section{background-color:#f5f2ee;border:1px solid #C9B3A3;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.membership-form-benefits-section-title{font-size:1rem;font-weight:600;color:#895434;margin:0 0 1rem}.membership-form-benefit-item{background:#fff;padding:1rem;border:1px solid #C9B3A3;border-radius:6px;margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem}.membership-form-benefit-item-header{display:flex;justify-content:space-between;align-items:center}.membership-form-benefit-item-title{font-weight:500;color:#1e1e1e}.membership-form-benefit-item-remove{background:none;border:none;color:#c33;cursor:pointer;font-size:1.2rem;padding:0;width:24px;height:24px}.membership-form-benefit-item-input{display:flex;flex-direction:column;gap:.5rem}.membership-form-benefit-item-input input{padding:.5rem;border:1px solid #C9B3A3;border-radius:4px;font-size:.9rem}.membership-form-add-benefit{background-color:#f5f2ee;border:2px dashed #C9B3A3;border-radius:6px;padding:1rem;text-align:center;cursor:pointer;transition:all .2s ease}.membership-form-add-benefit:hover{border-color:#895434;background-color:#8954340d}.membership-form-add-benefit button{background:none;border:none;color:#895434;font-weight:600;cursor:pointer;font-size:.95rem}.membership-form-error{background-color:#fee;border:1px solid #fcc;color:#c33;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.membership-form-modal-footer{padding:2rem;border-top:1px solid #C9B3A3;display:flex;gap:1rem;justify-content:flex-end}.membership-form-modal-footer button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.membership-form-modal-footer-cancel{background-color:#f5f2ee;color:#1e1e1e;border:1px solid #C9B3A3}.membership-form-modal-footer-cancel:hover{background-color:#e5d5c8}.membership-form-modal-footer-submit{background-color:#895434;color:#fff}.membership-form-modal-footer-submit:hover:not(:disabled){background-color:#a96b45}.membership-form-modal-footer-submit:disabled{opacity:.6;cursor:not-allowed}.membership-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:600px){.membership-form-modal-content{width:95%;max-height:95vh}.membership-form-row{grid-template-columns:1fr}}.membresias-page{display:flex;flex-direction:column;gap:2rem}.admin-page-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid #C9B3A3}.admin-page-header-content{display:flex;justify-content:space-between;align-items:center;width:100%;gap:2rem}.admin-page-title{font-size:2rem;font-weight:600;color:#1e1e1e;margin:0}.admin-page-subtitle{font-size:.95rem;color:#666;margin:.5rem 0 0}.membresias-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:1200px){.membresias-list{grid-template-columns:1fr}}.membresias-loading{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1.1rem;color:#666}.membresias-error{padding:1.5rem;background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:.95rem}.membresias-empty{padding:2rem;text-align:center;color:#999;background-color:#f5f2ee;border-radius:8px;min-height:300px;display:flex;align-items:center;justify-content:center}.inscripciones-page{display:flex;flex-direction:column;gap:1.5rem}.inscripciones-tabs{display:flex;gap:.5rem;padding:.5rem;background-color:#fff;border-radius:.75rem;border:1px solid #C9B3A3;overflow-x:auto}.inscripciones-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background-color:transparent;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;white-space:nowrap}.inscripciones-tab:hover{background-color:#f5f2ee;color:#895434}.inscripciones-tab--active{background-color:#895434;color:#fff}.inscripciones-tab--active:hover{background-color:#a96b45;color:#fff}.inscripciones-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .5rem;font-size:.75rem;font-weight:600;background-color:#0000001a;border-radius:9999px}.inscripciones-tab--active .inscripciones-tab-count{background-color:#fff3}.inscripciones-content{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;min-height:500px}.inscripciones-content--no-selection{grid-template-columns:1fr}.inscripciones-list-section{display:flex;flex-direction:column;background-color:#fff;border-radius:1rem;border:1px solid #C9B3A3;overflow:hidden}.inscripciones-list-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #E5E7EB}.inscripciones-list-title{font-size:1rem;font-weight:600;color:#1e1e1e}.inscripciones-list-count{font-size:.875rem;color:#6b7280}.inscripciones-list{flex:1;overflow-y:auto;max-height:600px}.inscripciones-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}.inscripciones-list-empty-icon{width:48px;height:48px;color:#c9b3a3;margin-bottom:1rem}.inscripciones-list-empty-text{font-size:.875rem;color:#6b7280}.inscription-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #F3F4F6;cursor:pointer;transition:background-color .2s ease}.inscription-item:hover{background-color:#f9fafb}.inscription-item--selected{background-color:#f5f2ee;border-left:3px solid #895434}.inscription-item-avatar{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#895434;color:#fff;font-weight:600;font-size:.875rem;border-radius:50%;flex-shrink:0}.inscription-item-content{flex:1;min-width:0}.inscription-item-name{font-size:.9375rem;font-weight:600;color:#1e1e1e;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inscription-item-email{font-size:.8125rem;color:#6b7280;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inscription-item-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.inscription-item-membership{font-size:.75rem;font-weight:500;color:#895434;background-color:#f5f2ee;padding:.25rem .5rem;border-radius:.25rem}.inscription-item-date{font-size:.75rem;color:#9ca3af}.inscription-item-status{display:flex;align-items:center;gap:.25rem}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500;border-radius:9999px}.status-pending{background-color:#fef3c7;color:#92400e}.status-processing{background-color:#dbeafe;color:#1e40af}.status-completed{background-color:#d1fae5;color:#065f46}.status-completed-certificate{background-color:#a7f3d0;color:#064e3b}.status-failed{background-color:#fee2e2;color:#991b1b}.inscripciones-detail-section{display:flex;flex-direction:column;background-color:#fff;border-radius:1rem;border:1px solid #C9B3A3;overflow:hidden}.inscripciones-detail-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #E5E7EB;background-color:#f9fafb}.inscripciones-detail-title{font-size:1rem;font-weight:600;color:#1e1e1e}.inscripciones-detail-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:transparent;border:none;border-radius:.5rem;cursor:pointer;color:#6b7280;transition:all .2s ease}.inscripciones-detail-close:hover{background-color:#f3f4f6;color:#1e1e1e}.inscripciones-detail-close svg{width:20px;height:20px}.inscripciones-detail-content{flex:1;overflow-y:auto;padding:1.5rem}.inscripciones-detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:3rem;text-align:center}.inscripciones-detail-empty-icon{width:64px;height:64px;color:#c9b3a3;margin-bottom:1rem}.inscripciones-detail-empty-text{font-size:.875rem;color:#6b7280}.detail-card{background-color:#f9fafb;border-radius:.75rem;padding:1.25rem;margin-bottom:1.25rem}.detail-card:last-child{margin-bottom:0}.detail-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.detail-card-icon{width:20px;height:20px;color:#895434}.detail-card-title{font-size:.9375rem;font-weight:600;color:#1e1e1e}.detail-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.detail-card-field{display:flex;flex-direction:column;gap:.25rem}.detail-card-field--full{grid-column:1 / -1}.detail-card-label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.detail-card-value{font-size:.875rem;color:#1e1e1e;word-break:break-word}.detail-card-value a{color:#895434;text-decoration:none}.detail-card-value a:hover{text-decoration:underline}.detail-card-message{font-size:.875rem;color:#1e1e1e;line-height:1.5;white-space:pre-wrap;background-color:#fff;padding:.75rem;border-radius:.5rem;border:1px solid #E5E7EB}.detail-profile{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #E5E7EB}.detail-profile-avatar{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background-color:#895434;color:#fff;font-weight:600;font-size:1.25rem;border-radius:50%;flex-shrink:0}.detail-profile-info{flex:1}.detail-profile-name{font-size:1.25rem;font-weight:600;color:#1e1e1e;margin-bottom:.25rem}.detail-profile-email{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.detail-profile-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.inscripciones-loading{display:flex;align-items:center;justify-content:center;padding:4rem}.inscripciones-spinner{width:40px;height:40px;border:3px solid #C9B3A3;border-top-color:#895434;border-radius:50%;animation:spin 1s linear infinite}.inscripciones-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;background-color:#fee2e2;border-radius:1rem;text-align:center}.inscripciones-error-icon{width:48px;height:48px;color:#991b1b;margin-bottom:1rem}.inscripciones-error-text{font-size:.875rem;color:#991b1b;margin-bottom:1rem}.detail-actions{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #E5E7EB;background-color:#f9fafb}.detail-action-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.detail-action-button svg{width:1.25rem;height:1.25rem}.detail-action-button:disabled{cursor:not-allowed;opacity:.6}.detail-action-button--verify{background-color:#895434;color:#fff}.detail-action-button--verify:hover:not(:disabled){background-color:#a96b45}.detail-action-button--verify-certificate{background-color:#065f46;color:#fff}.detail-action-button--verify-certificate:hover:not(:disabled){background-color:#047857}.detail-action-spinner{width:1.25rem;height:1.25rem;animation:spin 1s linear infinite}.detail-action-spinner circle{animation:spin-dash 1.5s ease-in-out infinite}@keyframes spin-dash{0%{stroke-dashoffset:0}50%{stroke-dashoffset:15.7}to{stroke-dashoffset:31.4}}@media(max-width:1024px){.inscripciones-content{grid-template-columns:1fr}.inscripciones-detail-section{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:500px;z-index:50;border-radius:0;border-left:1px solid #C9B3A3;box-shadow:-4px 0 12px #0000001a}}@media(max-width:640px){.inscripciones-tabs{padding:.375rem}.inscripciones-tab{padding:.5rem .75rem;font-size:.8125rem}.inscription-item{padding:.875rem 1rem}.detail-card-grid{grid-template-columns:1fr}.inscripciones-detail-section{max-width:100%}}.admin-layout{display:flex;min-height:100vh;background-color:#f5f2ee}.admin-main{flex:1;margin-left:260px;padding:2rem}.admin-content{max-width:1400px;margin:0 auto}.admin-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f2ee}.admin-loading-spinner{width:48px;height:48px;border:4px solid #C9B3A3;border-top-color:#895434;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-page-header{margin-bottom:2rem}.admin-page-title{font-size:1.75rem;font-weight:600;color:#1e1e1e;margin-bottom:.5rem}.admin-page-subtitle{font-size:.875rem;color:#6b7280}.admin-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background-color:#fff;border-radius:1rem;border:1px dashed #C9B3A3;text-align:center}.admin-empty-icon{width:64px;height:64px;color:#c9b3a3;margin-bottom:1rem}.admin-empty-title{font-size:1.25rem;font-weight:600;color:#1e1e1e;margin-bottom:.5rem}.admin-empty-text{font-size:.875rem;color:#6b7280}
