.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 0;transition:all var(--transition-medium)}.header--scrolled{background:#fffffffa;backdrop-filter:blur(10px);padding:.75rem 0;box-shadow:var(--shadow-md)}.header--menu-open.header--scrolled{background:transparent!important;backdrop-filter:none!important;box-shadow:none!important;transition:background 0s,backdrop-filter 0s,box-shadow 0s!important}.header__logo img{height:50px;width:auto;background:transparent}.header--scrolled .header__menu a{color:var(--gray-dark)}.header--scrolled .header__menu a:hover{color:var(--green-primary)}.header--scrolled .language-toggle{color:var(--gray-dark)}.header--scrolled .language-toggle .active{color:var(--green-primary)}.header__container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.header__logo .logo-text{font-family:var(--font-heading);font-size:2.25rem;font-weight:600;color:var(--white);letter-spacing:.02em;transition:color var(--transition-medium)}.header__logo .logo-full{font-family:var(--font-heading);font-size:.75rem;font-weight:500;color:var(--white);line-height:1.3;letter-spacing:.05em;text-transform:uppercase;transition:color var(--transition-medium)}.header__nav{display:flex;align-items:center}.header__menu{display:flex;gap:2.5rem;list-style:none}.header__menu a{font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--white);text-decoration:none;letter-spacing:.03em;position:relative;transition:color var(--transition-fast)}.header__menu a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gold);transition:width var(--transition-medium)}.header__menu a:hover:after{width:100%}.header__actions{display:flex;align-items:center;gap:1.5rem}.language-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;font-family:var(--font-body);font-size:.8125rem;font-weight:500;color:var(--white);cursor:pointer;transition:color var(--transition-fast)}.language-toggle span{transition:color var(--transition-fast)}.language-toggle .separator{opacity:.5}.language-toggle .active{color:var(--gold);font-weight:600}.header__cta{padding:.75rem 1.5rem;font-size:.8125rem}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;background:none;border:none;cursor:pointer;padding:0}.hamburger span{display:block;width:100%;height:2px;background:var(--white);transition:all var(--transition-fast)}.header--scrolled .hamburger span{background:var(--gray-dark)}.hamburger--active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger--active span:nth-child(2){opacity:0}.hamburger--active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:1024px){.header__cta{display:none}}@media(max-width:768px){.header{padding:1rem 0}.header--scrolled{padding:.75rem 0}.header--menu-open{background:transparent!important;backdrop-filter:none!important;box-shadow:none!important}.header__container{padding:0 1rem}.header__logo .logo-full{display:none}.header__nav{position:fixed;inset:0;z-index:9999;background:var(--green-primary);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s ease}.header__nav--open{opacity:1;pointer-events:auto}.header__menu{flex-direction:column;align-items:center;gap:2rem}.header__menu a{font-size:1.5rem;color:var(--white)!important}.hamburger{display:flex;z-index:10000}.hamburger--active span{background:var(--white)!important}.header--menu-open .language-toggle{display:none}}.footer{background:var(--black);padding:5rem 0 2rem}.footer__content{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer__brand{padding-right:2rem}.footer__logo{display:block;margin-bottom:1.25rem}.footer__logo img{height:60px;width:auto;background:transparent;filter:brightness(0) invert(1)}.footer__description{font-size:.9375rem;color:#fff9;line-height:1.7;margin-bottom:1.5rem}.footer__social{display:flex;gap:.75rem}.footer__social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:50%;transition:all var(--transition-fast)}.footer__social a:hover{background:var(--green-primary);transform:translateY(-2px)}.footer__social a svg{width:18px;height:18px;color:#ffffffb3;transition:color var(--transition-fast)}.footer__social a:hover svg{color:#fff}.footer__links h4{font-family:var(--font-body);font-size:.8125rem;font-weight:600;color:var(--white);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem}.footer__links ul{display:flex;flex-direction:column;gap:.75rem}.footer__links ul a{font-size:.9375rem;color:#fff9;transition:color var(--transition-fast)}.footer__links ul a:hover{color:var(--green-light)}.footer__contact-info li{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#fff9}.footer__contact-info li svg{width:18px;height:18px;flex-shrink:0;color:var(--green-light)}.footer__bottom{padding-top:2rem;text-align:center}.footer__bottom p{font-size:.875rem;color:#fff6}@media(max-width:1024px){.footer__content{grid-template-columns:1fr 1fr}.footer__brand{grid-column:span 2;padding-right:0}}@media(max-width:640px){.footer{padding:3rem 0 1.5rem}.footer__content{grid-template-columns:1fr;gap:2rem}.footer__brand{grid-column:span 1;text-align:center}.footer__logo{display:flex;justify-content:center}.footer__logo img{height:80px}.footer__social{justify-content:center}.footer__links{text-align:center}.footer__contact-info li{justify-content:center}}.whatsapp-button{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;z-index:999;transition:all var(--transition-medium)}.whatsapp-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.whatsapp-button svg{width:32px;height:32px;color:#fff}@media(max-width:768px){.whatsapp-button{bottom:1.5rem;right:1.5rem;width:54px;height:54px}.whatsapp-button svg{width:28px;height:28px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero__background img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#1a1a1a66,#1a5f4a80,#1a1a1a99)}.hero__content{position:relative;z-index:1;text-align:center;max-width:900px;padding:0 2rem;animation:fadeInUp 1s ease forwards}.hero__badge{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.hero__badge span{font-family:var(--font-body);font-size:.9375rem;font-weight:400;color:#ffffffd9;letter-spacing:.05em}.hero__title{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:500;color:var(--white);line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 20px rgba(0,0,0,.2)}.hero__subtitle{font-family:var(--font-body);font-size:clamp(1rem,2vw,1.25rem);font-weight:400;color:#ffffffe6;line-height:1.6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero__cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero__scroll{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:1}.hero__scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer;opacity:.8;transition:opacity var(--transition-fast)}.hero__scroll-indicator:hover{opacity:1}.hero__scroll-indicator span{font-family:var(--font-body);font-size:.6875rem;font-weight:500;color:var(--white);letter-spacing:.15em;text-transform:uppercase}.hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--white),transparent);animation:scrollLine 2s ease infinite}@keyframes scrollLine{0%{opacity:0;transform:translateY(-10px)}50%{opacity:1}to{opacity:0;transform:translateY(10px)}}@media(max-width:768px){.hero{min-height:100svh}.hero__content{padding:0 1.5rem}.hero__badge span{font-size:.8125rem}.hero__subtitle{margin-bottom:2rem}.hero__cta{flex-direction:column;gap:.75rem}.hero__cta .btn{width:100%}.hero__scroll{bottom:2rem}}.why-us{background:var(--white)}.why-us__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.why-us__card{text-align:center;padding:2.5rem 1.5rem;background:var(--cream);border-radius:8px;transition:all var(--transition-medium)}.why-us__card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.why-us__icon{width:56px;height:56px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:var(--green-primary);border-radius:50%;color:var(--white)}.why-us__icon svg{width:26px;height:26px}.why-us__card-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--black);margin-bottom:.75rem}.why-us__card-description{font-size:.9375rem;color:#666;line-height:1.7}@media(max-width:1024px){.why-us__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.why-us__grid{grid-template-columns:1fr;gap:1.5rem}.why-us__card{padding:2rem 1.5rem}}.home-sections{background:var(--white)}.home-sections__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.home-section-card{display:block;background:var(--cream);border-radius:12px;overflow:hidden;text-decoration:none;transition:all var(--transition-medium)}.home-section-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.home-section-card__image{height:200px;overflow:hidden}.home-section-card__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.home-section-card:hover .home-section-card__image img{transform:scale(1.08)}.home-section-card__content{padding:1.5rem}.home-section-card__content h3{font-family:var(--font-heading);font-size:1.25rem;color:var(--black);margin-bottom:.5rem}.home-section-card__content p{font-size:.9375rem;color:#666;margin-bottom:1rem;line-height:1.6}.home-section-card__link{font-size:.875rem;font-weight:600;color:var(--green-primary)}.home-horses{background:var(--cream)}.home-horses__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.home-horse-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm)}.home-horse-card__image{height:250px;overflow:hidden}.home-horse-card__image img{width:100%;height:100%;object-fit:cover}.home-horse-card__content{padding:1.5rem}.home-horse-card__content h3{font-family:var(--font-heading);font-size:1.25rem;color:var(--black);margin-bottom:.25rem}.home-horse-card__content p{font-size:.875rem;color:#666;margin-bottom:.75rem}.home-horse-card__level{display:inline-block;padding:.25rem .75rem;background:var(--green-primary);color:#fff;font-size:.75rem;font-weight:500;border-radius:20px}.home-horses__cta{text-align:center}.home-cta{position:relative;padding:6rem 0}.home-cta__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.home-cta__background img{width:100%;height:100%;object-fit:cover}.home-cta__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a5f4ae6,#1a1a1ad9)}.home-cta__content{position:relative;z-index:1;text-align:center;max-width:600px;margin:0 auto}.home-cta__content h2{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);color:var(--white);margin-bottom:1rem}.home-cta__content p{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem}@media(max-width:1024px){.home-sections__grid{grid-template-columns:1fr}.home-horses__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.home-horses__grid{grid-template-columns:1fr}.home-cta{padding:4rem 0}}.page-hero{position:relative;height:45vh;min-height:350px;max-height:450px;display:flex;align-items:center;justify-content:center;overflow:hidden}.page-hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.page-hero__background img{width:100%;height:100%;object-fit:cover;object-position:center}.page-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(180deg,#1a1a1ab3,#1a5f4abf)}.page-hero__content{position:relative;z-index:2;text-align:center;padding:0 2rem;padding-top:80px}.page-hero__title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.5rem);font-weight:500;color:var(--white);margin-bottom:.75rem;text-shadow:0 2px 20px rgba(0,0,0,.2)}.page-hero__subtitle{font-family:var(--font-body);font-size:clamp(1rem,2vw,1.25rem);color:#ffffffe6;max-width:600px;margin:0 auto}@media(max-width:768px){.page-hero{height:35vh;min-height:280px;max-height:350px}.page-hero__content{padding-top:60px}}.breadcrumbs{padding:1rem 0;background:var(--cream);border-bottom:1px solid rgba(0,0,0,.05)}.breadcrumbs__list{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.breadcrumbs__item a{font-size:.875rem;color:var(--green-primary);text-decoration:none;transition:color var(--transition-fast)}.breadcrumbs__item a:hover{color:var(--green-dark);text-decoration:underline}.breadcrumbs__item--current span{font-size:.875rem;color:#666}.breadcrumbs__separator{display:flex;align-items:center}.breadcrumbs__separator svg{width:14px;height:14px;color:#999}.about-history{background:var(--white)}.about-history__content{max-width:800px;margin:0 auto;text-align:center}.about-history__text{text-align:left}.about-history__text p{font-size:1.0625rem;color:#555;line-height:1.9;margin-bottom:1.5rem}.about-history__text p:first-child{font-family:var(--font-accent);font-size:1.25rem;font-style:italic;color:var(--green-primary)}.about-philosophy{background:var(--cream)}.about-philosophy__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-philosophy__image{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg)}.about-philosophy__image img{width:100%;height:100%;object-fit:cover}.about-philosophy__content .section-title{text-align:left;margin-bottom:1.5rem}.about-philosophy__quote{font-family:var(--font-accent);font-size:1.5rem;font-style:italic;color:var(--green-primary);margin:0 0 1.5rem;padding-left:1.5rem;border-left:4px solid var(--gold)}.about-philosophy__content>p{font-size:1rem;color:#555;line-height:1.8;margin-bottom:1.5rem}.about-philosophy__points{list-style:none;padding:0;margin:0}.about-philosophy__points li{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;color:var(--gray-dark);margin-bottom:.75rem}.about-philosophy__points li svg{width:20px;height:20px;color:var(--green-primary);flex-shrink:0;margin-top:2px}.about-team{background:var(--white)}.about-team__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-team__content .section-title{text-align:left;margin-bottom:1.5rem}.about-team__content p{font-size:1.0625rem;color:#555;line-height:1.9}.about-team__image{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg)}.about-team__image img{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.about-philosophy__grid,.about-team__grid{grid-template-columns:1fr;gap:2rem}.about-philosophy__image{order:-1}}.gallery{background:var(--cream);padding:6rem 0}.gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:280px;gap:1rem}.gallery__item{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 4px 20px #0000001a}.gallery__item--large{grid-column:span 2;grid-row:span 2}.gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.gallery__item:hover img{transform:scale(1.08)}.gallery__item-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#1a5f4a4d,#1a5f4ab3);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease}.gallery__item:hover .gallery__item-overlay{opacity:1}.gallery__item-overlay svg{width:52px;height:52px;color:var(--white);transform:scale(.8);transition:transform .3s ease}.gallery__item:hover .gallery__item-overlay svg{transform:scale(1)}.popup{position:fixed;inset:0;width:100vw;height:100vh;background:#000000f2;z-index:999999;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none;overscroll-behavior:contain}.popup__content{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.popup__image{max-width:calc(100vw - 140px);max-height:calc(100vh - 120px);object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080}.popup__close{position:fixed;top:20px;right:20px;width:50px;height:50px;background:#ffffff26;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:10}.popup__close:hover{background:#ffffff40}.popup__close svg{width:26px;height:26px;color:#fff}.popup__nav{position:fixed;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#ffffff26;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:10}.popup__nav:hover{background:#ffffff40}.popup__nav svg{width:28px;height:28px;color:#fff}.popup__nav--prev{left:20px}.popup__nav--next{right:20px}.popup__counter{position:fixed;bottom:30px;left:50%;transform:translate(-50%);font-family:var(--font-body);font-size:15px;font-weight:500;color:#ffffffe6;background:#00000080;padding:10px 24px;border-radius:30px;z-index:10}@media(max-width:1200px){.gallery__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:240px}.gallery__item--large{grid-column:span 2;grid-row:span 2}}@media(max-width:768px){.gallery{padding:4rem 0}.gallery__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px;gap:.75rem}.gallery__item{border-radius:8px}.gallery__item--large{grid-column:span 2;grid-row:span 1}.gallery__item-overlay{opacity:0}.gallery__item-overlay svg{width:40px;height:40px}.popup__image{max-width:calc(100vw - 100px);max-height:calc(100vh - 140px);border-radius:6px}.popup__close{top:15px;right:15px;width:44px;height:44px}.popup__close svg{width:22px;height:22px}.popup__nav{width:44px;height:44px}.popup__nav svg{width:24px;height:24px}.popup__nav--prev{left:10px}.popup__nav--next{right:10px}.popup__counter{bottom:20px;font-size:14px;padding:8px 20px}}@media(max-width:480px){.gallery__grid{grid-template-columns:1fr;grid-auto-rows:250px;gap:.75rem}.gallery__item--large{grid-column:span 1;grid-row:span 1}.popup__image{max-width:calc(100vw - 90px);max-height:calc(100vh - 130px)}.popup__nav{width:40px;height:40px}.popup__nav svg{width:22px;height:22px}.popup__nav--prev{left:8px}.popup__nav--next{right:8px}}.facilities-page{background:var(--white)}.facilities-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.facility-page-card{display:grid;grid-template-columns:1fr 1fr;background:var(--cream);border-radius:12px;overflow:hidden}.facility-page-card:nth-child(2n){direction:rtl}.facility-page-card:nth-child(2n)>*{direction:ltr}.facility-page-card__image{height:280px}.facility-page-card__image img{width:100%;height:100%;object-fit:cover}.facility-page-card__content{padding:2rem;display:flex;flex-direction:column;justify-content:center}.facility-page-card__content h3{font-family:var(--font-heading);font-size:1.375rem;color:var(--black);margin-bottom:.75rem}.facility-page-card__content p{font-size:.9375rem;color:#666;line-height:1.7}.facilities-gallery{background:var(--cream)}.facilities-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.facilities-gallery__grid img{width:100%;height:250px;object-fit:cover;border-radius:8px}@media(max-width:1024px){.facilities-page__grid,.facility-page-card{grid-template-columns:1fr}.facility-page-card:nth-child(2n){direction:ltr}.facilities-gallery__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.facilities-gallery__grid{grid-template-columns:1fr}.facilities-gallery__grid img{height:200px}}.services-main{background:var(--white)}.services-main__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.services-main__image{border-radius:16px;overflow:hidden;box-shadow:var(--shadow-xl);max-height:450px}.services-main__image img{width:100%;height:100%;object-fit:cover;max-height:450px}.services-main__badge{display:inline-block;padding:.375rem 1rem;background:var(--gold);color:var(--black);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:4px;margin-bottom:1rem}.services-main__content h2{font-family:var(--font-heading);font-size:2.25rem;color:var(--black);margin-bottom:1rem}.services-main__description{font-size:1.0625rem;color:#666;line-height:1.8;margin-bottom:2rem}.services-main__content h4{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--green-primary);margin-bottom:1rem}.services-main__features{list-style:none;padding:0;margin:0 0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.services-main__features li{display:flex;align-items:flex-start;gap:.5rem;font-size:.9375rem;color:var(--gray-dark)}.services-main__features li svg{width:18px;height:18px;color:var(--green-primary);flex-shrink:0;margin-top:2px}.services-additional{background:var(--cream)}.services-additional__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.service-card--with-image{padding:0;background:var(--white);border-radius:12px;overflow:hidden;transition:all var(--transition-medium)}.service-card--with-image:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.service-card__image{width:100%;height:200px;overflow:hidden}.service-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card--with-image:hover .service-card__image img{transform:scale(1.08)}.service-card__content{padding:1.5rem;text-align:center}.service-card__content h3{font-family:var(--font-heading);font-size:1.25rem;color:var(--black);margin-bottom:.75rem}.service-card__content p{font-size:.9375rem;color:#666;line-height:1.6}@media(max-width:1200px){.services-additional__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.services-main__grid{grid-template-columns:1fr;gap:2rem}.services-main__image{order:-1}.services-additional__grid{grid-template-columns:repeat(2,1fr)}.service-card__image{height:180px}}@media(max-width:640px){.services-main__features,.services-additional__grid{grid-template-columns:1fr}.services-main__content h2{font-size:1.75rem}.service-card__image{height:220px}}.horses-page{background:var(--cream);min-height:50vh}.horses-empty{text-align:center;padding:4rem 2rem}.horses-empty svg{width:64px;height:64px;color:#ccc;margin-bottom:1.5rem}.horses-empty p{font-size:1.125rem;color:#666;max-width:400px;margin:0 auto}.horses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.horse-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all var(--transition-medium)}.horse-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.horse-card__image{position:relative;height:280px}.horse-card__image img{width:100%;height:100%;object-fit:cover}.horse-card__level{position:absolute;top:1rem;left:1rem;padding:.375rem .875rem;background:var(--green-primary);color:#fff;font-size:.75rem;font-weight:600;border-radius:20px}.horse-card__content{padding:1.5rem}.horse-card__content h3{font-family:var(--font-heading);font-size:1.375rem;color:var(--black);margin-bottom:.5rem}.horse-card__meta{display:flex;flex-wrap:wrap;gap:.375rem;font-size:.875rem;color:#666;margin-bottom:1rem}.horse-card__details{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:1rem}.horse-card__details .label{display:block;font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.horse-card__details .value{font-size:.9375rem;font-weight:600;color:var(--black)}.horse-card__details .price{color:var(--green-primary)}.btn-full{width:100%}.horse-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}.horse-modal__content{background:var(--white);border-radius:16px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;display:grid;grid-template-columns:1fr 1fr}.horse-modal__close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.horse-modal__close svg{width:20px;height:20px}.horse-modal__gallery{display:flex;flex-direction:column;background:#f5f5f5}.horse-modal__image{position:relative;min-height:300px;max-height:50vh;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.horse-modal__image img{max-width:100%;max-height:50vh;width:auto;height:auto;object-fit:contain}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:2}.gallery-nav:hover{background:#000c}.gallery-nav svg{width:24px;height:24px}.gallery-nav--prev{left:1rem}.gallery-nav--next{right:1rem}.gallery-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.gallery-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .2s}.gallery-dot.active,.gallery-dot:hover{background:#fff;transform:scale(1.2)}.horse-modal__thumbnails{display:flex;gap:.5rem;padding:.75rem;background:var(--cream);overflow-x:auto}.horse-modal__thumbnails .thumbnail{flex-shrink:0;width:60px;height:60px;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;transition:all .2s;padding:0;background:none}.horse-modal__thumbnails .thumbnail.active,.horse-modal__thumbnails .thumbnail:hover{border-color:var(--green-primary)}.horse-modal__thumbnails .thumbnail img{width:100%;height:100%;object-fit:cover}.horse-modal__video-slide{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#000}.horse-modal__video-slide iframe{width:100%;height:100%;border:none}.thumbnail--video{position:relative}.thumbnail--video .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.horse-modal__video{margin:1.5rem 0;border-radius:8px;overflow:hidden;aspect-ratio:16/9}.horse-modal__video iframe{width:100%;height:100%;border:none}.horse-modal__info{padding:2rem;max-height:60vh;overflow-y:auto}.horse-modal__info h2{font-family:var(--font-heading);font-size:1.75rem;color:var(--black);margin-bottom:.75rem}.horse-modal__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9375rem;color:#666;margin-bottom:1.5rem}.horse-modal__level{padding:.25rem .75rem;background:var(--green-primary);color:#fff;font-size:.75rem;font-weight:600;border-radius:20px}.horse-modal__specs{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem;background:var(--cream);border-radius:8px;margin-bottom:1.5rem}.horse-modal__specs div{text-align:center}.horse-modal__specs span{display:block;font-size:.75rem;color:#888;text-transform:uppercase;margin-bottom:.25rem}.horse-modal__specs strong{font-size:.9375rem;color:var(--black)}.horse-modal__description{font-size:.9375rem;color:#555;line-height:1.8;margin-bottom:2rem}.horse-modal__actions{display:flex;flex-direction:column;gap:.75rem}.btn-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;font-weight:500;border-radius:8px;text-decoration:none;transition:all var(--transition-fast)}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 4px 15px #25d36666}.btn-whatsapp svg{width:20px;height:20px}@media(max-width:1024px){.horses-grid{grid-template-columns:repeat(2,1fr)}.horse-modal__content{grid-template-columns:1fr;max-height:95vh}.horse-modal__image{height:300px}}@media(max-width:640px){.horses-grid{grid-template-columns:1fr}.horse-modal{padding:1rem}.horse-modal__specs{grid-template-columns:1fr}}@media(min-width:769px){.horses-hero .page-hero__background img{object-position:center 35%!important}}.contact-page{background:var(--white)}.contact-page__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem}.contact-page__form-wrapper h2{font-family:var(--font-heading);font-size:2rem;color:var(--black);margin-bottom:.5rem}.contact-page__form-wrapper>p{color:#666;margin-bottom:2rem}.contact-page__success{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#25d3661a;border:1px solid rgba(37,211,102,.3);border-radius:8px;color:#128c7e;font-weight:500;margin-bottom:1.5rem}.contact-page__success svg{width:20px;height:20px}.contact-page__error{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#dc35451a;border:1px solid rgba(220,53,69,.3);border-radius:8px;color:#dc3545;font-weight:500;margin-bottom:1.5rem}.contact-page__error svg{width:20px;height:20px;flex-shrink:0}.btn:disabled{opacity:.7;cursor:not-allowed}.contact-page__form{background:var(--cream);padding:2rem;border-radius:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{margin-bottom:1.5rem}.form-group>label{display:block;font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--gray-dark);margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;font-family:var(--font-body);font-size:.9375rem;color:var(--gray-dark);background:var(--white);border:1px solid #e0e0e0;border-radius:8px;transition:all var(--transition-fast)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--green-primary);box-shadow:0 0 0 3px #1a5f4a1a}.form-group textarea{resize:vertical;min-height:120px}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232c2c2c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px;padding-right:2.5rem}.form-checkboxes{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem}.checkbox-label{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:.5rem;cursor:pointer;font-size:.9375rem;font-weight:400;color:var(--gray-dark);margin-bottom:0;padding:.5rem 1rem;background:var(--white);border-radius:6px;border:1px solid #e0e0e0;transition:all var(--transition-fast)}.checkbox-label:hover{border-color:var(--green-primary)}.checkbox-label input{position:absolute;opacity:0;width:0;height:0}.checkbox-custom{width:18px;height:18px;min-width:18px;border:2px solid #d0d0d0;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.checkbox-label input:checked+.checkbox-custom{background:var(--green-primary);border-color:var(--green-primary)}.checkbox-label input:checked+.checkbox-custom:after{content:"";display:block;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.checkbox-label:has(input:checked){border-color:var(--green-primary);background:#1a5f4a0d}.btn-full{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-full svg{width:18px;height:18px}@media(max-width:640px){.form-row{grid-template-columns:1fr;gap:0}.form-checkboxes{flex-direction:row;flex-wrap:wrap;gap:.5rem}.checkbox-label{padding:.4rem .75rem;font-size:.875rem}}.contact-page__info h3{font-family:var(--font-heading);font-size:1.5rem;color:var(--black);margin-bottom:1.5rem}.contact-info-card{background:var(--cream);padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.contact-info-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.05);max-width:100%;overflow:hidden}.contact-info-item:last-child{border-bottom:none;padding-bottom:0}.contact-info-item:first-child{padding-top:0}.contact-info-icon{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--white);border-radius:10px}.contact-info-icon svg{width:20px;height:20px;color:var(--green-primary)}.contact-info-label{display:block;font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.contact-info-item>div:last-child{min-width:0;flex:1}.contact-info-item a,.contact-info-item span{font-size:.9375rem;color:var(--gray-dark);word-break:break-word;overflow-wrap:break-word}.contact-info-item a:hover{color:var(--green-primary)}.contact-whatsapp-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;font-weight:500;border-radius:8px;margin-bottom:1.5rem;transition:all var(--transition-fast)}.contact-whatsapp-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #25d36666}.contact-whatsapp-btn svg{width:22px;height:22px}.contact-social{margin-bottom:1.5rem}.contact-social>span{display:block;font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.contact-social a{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;color:var(--gray-dark)}.contact-social a:hover{color:var(--green-primary)}.contact-social a svg{width:20px;height:20px}.contact-map{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md)}.contact-map iframe{display:block}@media(max-width:1024px){.contact-page__grid{grid-template-columns:1fr;gap:3rem}.contact-page__info{order:-1}}@media(max-width:640px){.contact-page__form{padding:1.25rem}.contact-info-card{padding:1rem}.contact-info-item{gap:.75rem}.contact-info-icon{width:40px;height:40px}.contact-map iframe{height:200px}}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--green-primary) 0%,var(--green-dark) 100%);padding:2rem}.admin-login__card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:400px;text-align:center}.admin-login__logo{display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.admin-login__logo img{height:80px;width:auto;background:transparent}.admin-login__card h1{font-family:var(--font-heading);font-size:1.75rem;color:var(--black);margin-bottom:.5rem}.admin-login__card>p{color:#666;margin-bottom:2rem}.admin-login__error{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;margin-bottom:1.5rem}.admin-login__error svg{width:18px;height:18px;flex-shrink:0}.admin-form-group{text-align:left;margin-bottom:1.25rem}.admin-form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--gray-dark);margin-bottom:.5rem}.admin-form-group input,.admin-form-group select,.admin-form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all var(--transition-fast)}.admin-form-group input:focus,.admin-form-group select:focus,.admin-form-group textarea:focus{outline:none;border-color:var(--green-primary);box-shadow:0 0 0 3px #1a5f4a1a}.admin-form-group small{display:block;font-size:.75rem;color:#888;margin-top:.35rem}.admin-login__btn{width:100%;padding:1rem;background:var(--green-primary);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast)}.admin-login__btn:hover{background:var(--green-dark)}.admin-page{min-height:100vh;background:#f3f4f6}.admin-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e5e7eb}.admin-header__left{display:flex;align-items:center;gap:1rem}.admin-header__logo{display:flex;align-items:center}.admin-header__logo img{height:45px;width:auto;background:transparent}.admin-header__left h1{font-family:var(--font-heading);font-size:1.25rem;color:var(--black);margin:0}.admin-header__left p{font-size:.875rem;color:#666;margin:0}.admin-logout-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:transparent;border:1px solid #e5e7eb;border-radius:8px;color:#666;font-size:.875rem;cursor:pointer;transition:all var(--transition-fast)}.admin-logout-btn:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.admin-logout-btn svg{width:18px;height:18px}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:2rem}.admin-stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.admin-stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#1a5f4a1a;border-radius:12px}.admin-stat-icon svg{width:24px;height:24px;color:var(--green-primary)}.admin-stat-icon--green{background:#22c55e1a}.admin-stat-icon--green svg{color:#22c55e}.admin-stat-icon--gold{background:#c9a9611a}.admin-stat-icon--gold svg{color:var(--gold)}.admin-stat-icon--red{background:#dc26261a}.admin-stat-icon--red svg{color:#dc2626}.admin-stat-info{display:flex;flex-direction:column}.admin-stat-value{font-size:1.75rem;font-weight:600;color:var(--black)}.admin-stat-label{font-size:.875rem;color:#666}.admin-actions{padding:0 2rem;margin-bottom:1.5rem}.admin-add-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--green-primary);color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast)}.admin-add-btn:hover{background:var(--green-dark);transform:translateY(-1px)}.admin-add-btn svg{width:20px;height:20px}.admin-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.admin-modal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.admin-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.admin-modal__header h2{font-family:var(--font-heading);font-size:1.25rem;color:var(--black);margin:0}.admin-modal__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all var(--transition-fast)}.admin-modal__close:hover{background:#f3f4f6}.admin-modal__close svg{width:20px;height:20px;color:#666}.admin-horse-form{padding:2rem}.admin-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.admin-form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.admin-btn-cancel{flex:1;padding:.875rem;background:transparent;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;color:#666;cursor:pointer;transition:all var(--transition-fast)}.admin-btn-cancel:hover{background:#f3f4f6}.admin-btn-save{flex:1;padding:.875rem;background:var(--green-primary);border:none;border-radius:8px;font-size:.9375rem;font-weight:500;color:#fff;cursor:pointer;transition:all var(--transition-fast)}.admin-btn-save:hover{background:var(--green-dark)}.admin-table-wrapper{padding:0 2rem 2rem}.admin-table{width:100%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;border-collapse:collapse}.admin-table th{padding:1rem 1.5rem;text-align:left;background:#f9fafb;font-size:.75rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb}.admin-table td{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;vertical-align:middle}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background:#f9fafb}.admin-table__empty{text-align:center;padding:3rem!important;color:#666}.admin-table__image{width:60px;height:60px;object-fit:cover;border-radius:8px}.admin-status{display:inline-block;padding:.375rem .75rem;border-radius:50px;font-size:.75rem;font-weight:500}.admin-status--active{background:#22c55e1a;color:#16a34a}.admin-status--reserved{background:#c9a9611a;color:#92400e}.admin-status--sold{background:#dc26261a;color:#dc2626}.admin-table__actions{display:flex;gap:.5rem}.admin-btn-edit,.admin-btn-delete{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;cursor:pointer;transition:all var(--transition-fast)}.admin-btn-edit{background:#1a5f4a1a;color:var(--green-primary)}.admin-btn-edit:hover{background:var(--green-primary);color:#fff}.admin-btn-delete{background:#dc26261a;color:#dc2626}.admin-btn-delete:hover,.admin-btn-delete.confirm{background:#dc2626;color:#fff}.admin-btn-edit svg,.admin-btn-delete svg{width:18px;height:18px}@media(max-width:1024px){.admin-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.admin-header{flex-direction:column;gap:1rem;text-align:center}.admin-header__left{flex-direction:column}.admin-stats{grid-template-columns:1fr;padding:1rem}.admin-actions{padding:0 1rem}.admin-table-wrapper{padding:0 1rem 1rem;overflow-x:auto}.admin-table{min-width:700px}.admin-form-row{grid-template-columns:1fr}.admin-modal{margin:1rem}.admin-horse-form{padding:1.5rem}}.admin-form-checkboxes{display:flex;gap:2rem;margin-top:1rem}.admin-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer}.admin-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--green-primary)}.admin-checkbox span{font-size:.875rem;color:#666}.admin-badge{display:inline-block;margin-left:.5rem;color:var(--gold);font-size:.875rem}.admin-level{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.admin-level--novice{background:#3b82f61a;color:#2563eb}.admin-level--medium{background:#22c55e1a;color:#16a34a}.admin-level--advanced{background:#c9a9611a;color:#92400e}.admin-level--grandPrix{background:#9333ea1a;color:#7c3aed}.admin-status--inactive{background:#6b72801a;color:#6b7280}.admin-price-consult{color:var(--gold);font-style:italic}.admin-image-upload{display:flex;flex-direction:column;gap:1rem}.admin-image-input{display:none}.admin-image-label{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:8px;cursor:pointer;transition:all var(--transition-fast)}.admin-image-label:hover{border-color:var(--green-primary);background:#1a5f4a0d}.admin-image-label svg{width:24px;height:24px;color:#666}.admin-image-label span{font-size:.9375rem;color:#666}.admin-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1rem}.admin-image-preview{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:1}.admin-image-preview img{width:100%;height:100%;object-fit:cover}.admin-image-remove{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#000000b3;border:none;border-radius:50%;cursor:pointer;transition:all var(--transition-fast)}.admin-image-remove:hover{background:#dc2626}.admin-image-remove svg{width:16px;height:16px;color:#fff}.admin-upload-progress{padding:.75rem 1rem;background:#1a5f4a1a;border-radius:8px;color:var(--green-primary);font-size:.875rem}.admin-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}.admin-loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:var(--green-primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.admin-loading p{color:#666;font-size:.9375rem}.admin-error{display:flex;align-items:center;gap:.75rem;margin:1rem 2rem;padding:1rem 1.5rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626}.admin-error svg{width:20px;height:20px;flex-shrink:0}.admin-form-error{margin:0 2rem 1rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem}.admin-init-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:transparent;border:1px solid var(--green-primary);color:var(--green-primary);border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast);margin-left:1rem}.admin-init-btn:hover{background:var(--green-primary);color:#fff}.admin-init-btn:disabled{opacity:.6;cursor:not-allowed}.admin-login__btn:disabled,.admin-btn-save:disabled{opacity:.6;cursor:not-allowed}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--cream) 0%,var(--white) 100%);padding:2rem}.not-found-content{text-align:center;max-width:500px}.not-found-illustration{margin-bottom:2rem}.not-found-illustration svg{width:200px;height:200px}.not-found-content h1{font-family:var(--font-heading);font-size:2.5rem;color:var(--black);margin-bottom:1rem}.not-found-content p{font-size:1.125rem;color:#666;line-height:1.6;margin-bottom:2rem}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.not-found-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:500;transition:all var(--transition-fast)}.not-found-btn svg{width:18px;height:18px}.not-found-btn--primary{background:var(--green-primary);color:#fff}.not-found-btn--primary:hover{background:var(--green-dark);transform:translateY(-2px)}.not-found-btn--secondary{background:transparent;color:var(--green-primary);border:1px solid var(--green-primary)}.not-found-btn--secondary:hover{background:var(--green-primary);color:#fff}@media(max-width:480px){.not-found-content h1{font-size:2rem}.not-found-actions{flex-direction:column}.not-found-btn{width:100%;justify-content:center}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.section{opacity:1;transform:translateY(0);transition:opacity .8s ease,transform .8s ease}.section.animate-on-scroll{opacity:0;transform:translateY(40px)}.section.animate-on-scroll.revealed{opacity:1;transform:translateY(0)}#hero{opacity:1;transform:none}.section.revealed .why-us__card,.section.revealed .facility-card,.section.revealed .additional-service,.section.revealed .gallery__item,.section.revealed .testimonial-card{animation:fadeInUp .6s ease forwards;opacity:0}.section.revealed .why-us__card:nth-child(1),.section.revealed .facility-card:nth-child(1),.section.revealed .additional-service:nth-child(1),.section.revealed .gallery__item:nth-child(1),.section.revealed .testimonial-card:nth-child(1){animation-delay:.1s}.section.revealed .why-us__card:nth-child(2),.section.revealed .facility-card:nth-child(2),.section.revealed .additional-service:nth-child(2),.section.revealed .gallery__item:nth-child(2),.section.revealed .testimonial-card:nth-child(2){animation-delay:.2s}.section.revealed .why-us__card:nth-child(3),.section.revealed .facility-card:nth-child(3),.section.revealed .additional-service:nth-child(3),.section.revealed .gallery__item:nth-child(3),.section.revealed .testimonial-card:nth-child(3){animation-delay:.3s}.section.revealed .why-us__card:nth-child(4),.section.revealed .facility-card:nth-child(4),.section.revealed .additional-service:nth-child(4),.section.revealed .gallery__item:nth-child(4){animation-delay:.4s}.section.revealed .facility-card:nth-child(5),.section.revealed .gallery__item:nth-child(5){animation-delay:.5s}.section.revealed .facility-card:nth-child(6),.section.revealed .gallery__item:nth-child(6){animation-delay:.6s}.section.revealed .gallery__item:nth-child(7){animation-delay:.7s}.section.revealed .gallery__item:nth-child(8){animation-delay:.8s}.section.revealed .gallery__item:nth-child(9){animation-delay:.9s}.section.revealed .gallery__item:nth-child(10){animation-delay:1s}.section.revealed .gallery__item:nth-child(11){animation-delay:1.1s}@media(prefers-reduced-motion:reduce){.section{opacity:1;transform:none;transition:none}.section.revealed .why-us__card,.section.revealed .facility-card,.section.revealed .additional-service,.section.revealed .gallery__item,.section.revealed .testimonial-card{animation:none;opacity:1}}:root{--green-primary: #1a5f4a;--green-light: #2d8a6e;--green-dark: #145240;--gold: #c9a961;--gold-light: #d4b978;--cream: #faf9f6;--gray-dark: #2c2c2c;--black: #1a1a1a;--white: #ffffff;--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--font-accent: "Playfair Display", Georgia, serif;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12);--shadow-xl: 0 20px 50px rgba(0, 0, 0, .15);--transition-fast: .2s ease;--transition-medium: .3s ease;--transition-slow: .5s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);font-weight:400;line-height:1.6;color:var(--gray-dark);background-color:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;line-height:1.2;color:var(--black)}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.25rem,2vw,1.5rem)}p{font-size:1rem;line-height:1.8}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}img{max-width:100%;height:auto;display:block;background-color:#f0f0f0}img[loading=lazy]{opacity:1;transition:opacity .3s ease}img:not([src]),img[src=""]{opacity:0}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-subtitle{font-family:var(--font-body);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--green-primary);margin-bottom:1rem}.section-title{font-family:var(--font-heading);color:var(--black);margin-bottom:1.5rem}.section-description{max-width:600px;margin:0 auto;color:#666}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:.9375rem;font-weight:500;letter-spacing:.02em;border-radius:4px;transition:all var(--transition-medium);text-transform:uppercase;letter-spacing:.08em}.btn-primary{background:var(--green-primary);color:var(--white);box-shadow:var(--shadow-md)}.btn-primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:transparent;color:var(--green-primary);border:2px solid var(--green-primary)}.btn-secondary:hover{background:var(--green-primary);color:var(--white)}.btn-gold{background:var(--gold);color:var(--black)}.btn-gold:hover{background:var(--gold-light);transform:translateY(-2px)}.btn-white{background:var(--white);color:var(--green-primary);box-shadow:var(--shadow-md)}.btn-white:hover{background:var(--cream);transform:translateY(-2px)}.btn-outline-white{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-outline-white:hover{background:var(--white);color:var(--green-primary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.fade-in-up{animation:fadeInUp .8s ease forwards}.fade-in{animation:fadeIn .6s ease forwards}.reveal{opacity:0;transform:translateY(30px);transition:all .8s ease}.reveal.active{opacity:1;transform:translateY(0)}::selection{background:var(--green-primary);color:var(--white)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--green-light);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--green-primary)}:focus-visible{outline:2px solid var(--green-primary);outline-offset:2px}@media(max-width:768px){.section{padding:4rem 0}.section-header{margin-bottom:3rem}.btn{padding:.875rem 1.5rem;font-size:.875rem}}
