:root{--g:#003f32;--g2:#075b49;--gold:#c9a447;--cream:#fbf8ef;--line:#e2e9e5;--txt:#12352f;--mut:#667b76}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,Segoe UI,sans-serif;color:var(--txt);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.header{height:86px;background:#fff;border-bottom:1px solid #edf2f0;position:sticky;top:0;z-index:10}.header .inner{height:86px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:14px}.brand img{width:64px;height:64px;object-fit:contain}.brand b{display:block;color:var(--g);line-height:1.05}.brand span{color:var(--g2)}.nav{display:flex;gap:26px;align-items:center;font-size:13px;font-weight:900;text-transform:uppercase}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:13px 20px;font-weight:950;border:1px solid transparent;cursor:pointer}.primary{background:var(--g);color:#fff}.outline{border-color:var(--g);color:var(--g);background:white}.gold{background:var(--gold);color:var(--g)}
.hero{min-height:650px;display:grid;place-items:center;text-align:center;color:white;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,35,28,.78),rgba(0,35,28,.35),rgba(0,35,28,.76))}.hero-content{position:relative;z-index:2;width:min(940px,calc(100% - 32px))}.hero h1{font-family:Georgia,serif;font-size:clamp(42px,6vw,78px);line-height:1.04;margin:0 0 16px}.hero p{font-size:24px;color:#f4df9b;line-height:1.45}.actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:28px}
.section{padding:72px 0}.title{text-align:center;margin:0 auto 42px}.title h2{font-family:Georgia,serif;font-size:46px;font-weight:500;color:var(--g);margin:0}.title:after{content:"";display:block;width:80px;height:2px;background:var(--gold);margin:18px auto}.benefits{display:grid;grid-template-columns:repeat(6,1fr);gap:22px}.benefit{text-align:center}.ico{width:56px;height:56px;border:1px solid rgba(0,63,50,.25);border-radius:999px;display:grid;place-items:center;margin:0 auto 14px;font-size:26px}.benefit h3{font-size:14px;text-transform:uppercase;color:var(--g)}.benefit p{font-size:14px;color:#445c58;line-height:1.55}
.memberships{background:linear-gradient(180deg,#fff,var(--cream))}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 16px 42px rgba(0,43,34,.08)}.card-img{height:190px;background-size:cover;background-position:center}.card-body{padding:28px;text-align:center}.badge{width:62px;height:62px;border-radius:999px;background:var(--g);color:#fff;display:grid;place-items:center;margin:-60px auto 18px;border:4px solid white;font-size:26px}.card h3{font-family:Georgia,serif;color:var(--g);font-size:26px}.card p{color:#526966;line-height:1.55}.card ul{text-align:left;list-style:none;padding:0}.card li{margin:10px 0}.card li:before{content:'✓';color:var(--g);font-weight:900;margin-right:8px}.price strong{font-size:34px;color:var(--g)}
.story{display:grid;grid-template-columns:1.2fr 1fr .6fr;gap:30px}.story-img{min-height:360px;background-size:cover;background-position:center;border-radius:6px}.story h2{font-family:Georgia,serif;color:var(--g);font-size:40px;font-weight:500}.story p{line-height:1.8;color:#425955}.stats{border-left:1px solid var(--line);padding-left:26px;display:grid;align-content:center;gap:20px}.stat b{display:block;color:var(--g);font-size:32px}
.two{display:grid;grid-template-columns:.9fr 1.4fr;gap:40px}.ranking,.panel{border:1px solid var(--line);border-radius:8px;background:#fff;padding:22px}.rank-row{display:grid;grid-template-columns:28px 42px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.avatar{width:42px;height:42px;border-radius:999px;background:var(--g);color:white;display:grid;place-items:center;font-weight:900}.events{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.event{border:1px solid var(--line);border-radius:8px;overflow:hidden}.event-img{height:130px;background-size:cover;background-position:center}.event-body{padding:16px}.type{color:var(--gold);font-size:12px;font-weight:900;text-transform:uppercase}.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.gal{height:135px;background-size:cover;background-position:center;border-radius:6px}.testimonials{background:var(--cream)}.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.test{background:white;border:1px solid var(--line);border-radius:8px;padding:24px}.test blockquote{font-family:Georgia,serif;font-size:19px;line-height:1.55}.cta{background:linear-gradient(135deg,var(--g),#002e25);color:white;padding:56px 0}.cta .container{display:flex;justify-content:space-between;gap:25px;align-items:center}.cta h2{font-family:Georgia,serif;font-size:42px;font-weight:500}.footer{background:#042e27;color:#dff6ef;text-align:center;padding:30px}
.login{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,var(--g),var(--g2))}.login-box{width:min(480px,calc(100% - 30px));background:white;border-radius:18px;padding:36px}.login-box img{width:100px;margin:auto}.admin{display:grid;grid-template-columns:270px 1fr;min-height:100vh;background:#f3f8f6}.side{background:linear-gradient(180deg,var(--g),#012c24);padding:26px;color:white}.side img{width:75px;background:white;border-radius:999px}.side a{display:block;color:white;padding:12px;border-radius:8px;margin:5px 0;font-weight:800}.side a:hover{background:rgba(255,255,255,.12)}.main{padding:36px}.admin-card{background:white;border:1px solid var(--line);border-radius:12px;padding:25px;margin-bottom:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.full{grid-column:1/-1}label{font-weight:900;display:block;margin-bottom:8px;color:var(--g)}input,textarea,select{width:100%;padding:12px 14px;border:1px solid #d5e2df;border-radius:8px;font-size:16px}textarea{min-height:110px}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid var(--line);padding:12px;text-align:left}.ok{background:#e8fff3;color:#00623f;padding:12px;border-radius:8px;margin-bottom:15px}.err{background:#fff0f0;color:#a40000;padding:12px;border-radius:8px;margin-bottom:15px}
@media(max-width:980px){.nav{display:none}.benefits{grid-template-columns:repeat(2,1fr)}.cards,.story,.two,.test-grid{grid-template-columns:1fr}.events{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}.cta .container{flex-direction:column;text-align:center}.admin{display:block}.form-grid{grid-template-columns:1fr}}
@media(max-width:560px){.container{width:calc(100% - 26px)}.events{grid-template-columns:1fr}.benefits{grid-template-columns:1fr}.hero{min-height:560px}}

/* === v2 Socios + Formulario Premium === */
.membership-visual-section{padding:72px 0;background:#fff}.membership-visual-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.socio-type-card{background:#fff;border:1px solid #dfe8e5;border-radius:14px;overflow:hidden;box-shadow:0 18px 46px rgba(0,43,34,.08);position:relative}.socio-type-img{height:250px;background-size:cover;background-position:center}.socio-type-icon{width:96px;height:96px;border-radius:999px;background:linear-gradient(135deg,#003f32,#075b49);color:#fff;border:7px solid #fff;display:grid;place-items:center;font-size:40px;position:absolute;left:34px;top:205px;box-shadow:0 16px 30px rgba(0,63,50,.2)}.socio-type-body{padding:58px 36px 28px;text-align:center}.socio-type-body h3{font-family:Georgia,serif;color:#003f32;font-size:42px;margin:0 0 14px}.socio-type-body>p{font-size:18px;color:#343b40;line-height:1.55;max-width:680px;margin:0 auto 26px}.socio-benefits{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;margin:28px 0;text-align:left}.socio-benefit{display:grid;grid-template-columns:58px 1fr;gap:16px;padding:17px 0;border-bottom:1px solid #e8eeee;align-items:center}.socio-benefit-ico{width:48px;height:48px;border-radius:999px;background:#eef5f2;display:grid;place-items:center;color:#003f32;font-size:22px}.socio-benefit strong{display:block;color:#003f32;font-size:18px}.socio-benefit span{color:#52615e;font-size:15px}.price-box{background:linear-gradient(135deg,#f2f8f5,#eef5f2);border-radius:10px;display:grid;grid-template-columns:1fr 1px 1fr;align-items:center;gap:24px;padding:24px 28px;margin:18px 0 22px}.price-divider{height:80px;background:#c7d6d0}.price-item{display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:center;text-align:left}.price-ico{width:62px;height:62px;border-radius:999px;background:#e4efeb;display:grid;place-items:center;color:#003f32;font-size:28px}.price-label{color:#003f32;font-weight:900}.price-value{font-size:42px;font-weight:950;color:#003f32;line-height:1}.price-note{color:#003f32;font-weight:800}.socio-card-button{width:100%;min-height:60px;border-radius:8px;background:linear-gradient(135deg,#003f32,#075b49);color:#fff;font-size:24px;font-weight:900}
.form-page-hero{padding:46px 0 26px;text-align:center;background:#fff}.form-page-hero img{width:82px;height:82px;object-fit:contain;margin:0 auto 14px}.form-page-hero h1{font-family:Georgia,serif;color:#003f32;font-size:48px;margin:0}.form-page-hero p{font-size:18px;color:#596966}.signup-layout{display:grid;grid-template-columns:1.5fr .95fr;gap:28px;align-items:start;padding-bottom:70px}.signup-card,.summary-card{background:#fff;border:1px solid #e3ebe8;border-radius:14px;box-shadow:0 18px 46px rgba(0,43,34,.08)}.signup-card{padding:34px}.signup-section-title{display:flex;align-items:center;gap:16px;color:#003f32;margin:0 0 22px;font-family:Georgia,serif;font-size:27px}.round{width:52px;height:52px;border-radius:999px;display:grid;place-items:center;background:#003f32;color:#fff}.signup-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px;margin-bottom:30px}.signup-type-options{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:20px 0}.signup-type-option{border:1.5px solid #dce7e3;border-radius:10px;padding:22px;display:grid;grid-template-columns:52px 1fr;gap:18px;align-items:start;cursor:pointer;transition:.2s}.signup-type-option:hover,.signup-type-option.is-selected{border-color:#006b55;box-shadow:0 12px 30px rgba(0,63,50,.08)}.signup-type-option .mini-icon{width:52px;height:52px;border-radius:999px;display:grid;place-items:center;background:#edf5f1;color:#003f32;font-size:24px}.signup-type-option h3{margin:0 0 8px;font-family:Georgia,serif;color:#003f32;font-size:24px}.signup-type-option p{margin:0 0 15px;color:#5b6966;line-height:1.5}.mini-prices{display:grid;grid-template-columns:1fr 1px 1fr;gap:14px;border-top:1px solid #e4ece8;padding-top:14px}.mini-prices div{text-align:center}.mini-prices b{display:block;color:#003f32;font-size:30px}.legal-check{display:flex;gap:12px;align-items:flex-start;margin:14px 0;color:#3e4b48}.legal-check input{width:20px;height:20px;margin-top:1px}.submit-signup{width:100%;min-height:62px;font-size:22px;border-radius:9px;background:linear-gradient(135deg,#003f32,#075b49);color:#fff;border:0;font-weight:950;cursor:pointer;margin-top:18px}.summary-card{overflow:hidden;position:sticky;top:104px}.summary-hero{height:165px;color:#fff;padding:34px;background:linear-gradient(90deg,rgba(0,63,50,.88),rgba(0,63,50,.2)),url('https://images.unsplash.com/photo-1617083934553-5fc7fda2b7e8?auto=format&fit=crop&w=900&q=80');background-size:cover;background-position:center}.summary-hero h2{font-family:Georgia,serif;font-size:32px;margin:0}.summary-body{padding:24px}.summary-selected,.summary-prices,.summary-benefit,.help-box{background:#f0f6f3;border-radius:8px}.summary-selected{padding:18px;display:grid;grid-template-columns:62px 1fr auto;gap:14px;align-items:center;margin-bottom:16px}.summary-selected strong{font-family:Georgia,serif;color:#003f32;font-size:23px}.summary-prices{display:grid;grid-template-columns:1fr 1px 1fr;gap:16px;padding:18px;margin-bottom:24px;text-align:center}.summary-prices b{font-size:32px;color:#003f32}.summary-benefits{display:grid;gap:12px}.summary-benefit{padding:13px 15px;display:flex;gap:12px;align-items:center}.summary-benefit:before{content:'✓';width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:#d6ede2;color:#006b55;font-weight:950}.help-box{margin-top:24px;padding:20px;display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:center}
@media(max-width:980px){.membership-visual-grid,.signup-layout,.signup-type-options{grid-template-columns:1fr}.summary-card{position:relative;top:auto}}@media(max-width:620px){.socio-benefits,.price-box,.signup-form-grid{grid-template-columns:1fr}.price-divider{display:none}.socio-type-img{height:200px}.socio-type-body h3,.form-page-hero h1{font-size:34px}.signup-card{padding:22px}}



/* v9.1.1 - Noticias home: 4 cards con imagen adaptada */
.club-news-section{
  background:#fff !important;
  padding-top:72px !important;
  padding-bottom:78px !important;
  overflow:visible !important;
}

.club-news-title{
  margin-bottom:38px !important;
}

.club-news-title p{
  max-width:760px !important;
  margin:12px auto 0 !important;
  color:#667b76 !important;
}

.club-news-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:22px !important;
  width:100% !important;
  align-items:stretch !important;
}

.club-news-card{
  display:flex !important;
  flex-direction:column !important;
  min-width:0 !important;
  background:#fff !important;
  border:1px solid #dfe8e5 !important;
  border-radius:12px !important;
  overflow:hidden !important;
  box-shadow:0 14px 34px rgba(0,43,34,.08) !important;
}

.club-news-media{
  position:relative !important;
  width:100% !important;
  aspect-ratio:16/9 !important;
  overflow:hidden !important;
  background:#eef5f2 !important;
  flex:0 0 auto !important;
}

.club-news-media > img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
  object-position:center !important;
  margin:0 !important;
  padding:0 !important;
}

.club-news-placeholder{
  position:absolute !important;
  inset:0 !important;
  display:grid !important;
  place-items:center !important;
  background:linear-gradient(135deg,#eef5f2,#faf7ee) !important;
}

.club-news-placeholder img{
  display:block !important;
  width:74px !important;
  height:74px !important;
  max-width:74px !important;
  object-fit:contain !important;
  margin:0 !important;
}

.club-news-body{
  display:flex !important;
  flex-direction:column !important;
  flex:1 !important;
  padding:18px 18px 21px !important;
}

.club-news-meta{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:8px !important;
  font-size:11px !important;
  color:#74827f !important;
  margin-bottom:10px !important;
}

.club-news-category{
  display:inline-flex !important;
  padding:5px 8px !important;
  border-radius:999px !important;
  background:#eaf6f0 !important;
  color:#006b55 !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.03em !important;
}

.club-news-card h3{
  font-family:Georgia,serif !important;
  color:#003f32 !important;
  font-size:23px !important;
  line-height:1.16 !important;
  margin:0 0 10px !important;
  overflow-wrap:anywhere !important;
}

.club-news-card p{
  color:#536763 !important;
  line-height:1.5 !important;
  margin:0 !important;
  font-size:14px !important;
}

.club-news-empty{
  grid-column:1/-1 !important;
  padding:42px !important;
  text-align:center !important;
  border:1px dashed #ccd9d5 !important;
  border-radius:10px !important;
  color:#667b76 !important;
}

@media(max-width:1080px){
  .club-news-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media(max-width:620px){
  .club-news-grid{
    grid-template-columns:1fr !important;
  }

  .club-news-card h3{
    font-size:22px !important;
  }
}


/* v9.1.3 - Menú hamburguesa mobile */
.mobile-menu-toggle,.mobile-menu{display:none}
@media(max-width:980px){
  .header{height:72px}
  .header .inner{height:72px}
  .brand{gap:10px;min-width:0}
  .brand img{width:52px;height:52px}
  .brand b{font-size:12px;max-width:185px}
  .brand span{font-size:11px}
  .mobile-menu-toggle{display:flex;width:44px;height:44px;border:0;background:transparent;padding:9px;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;margin-left:auto}
  .mobile-menu-toggle span{width:24px;height:2px;background:var(--g2);border-radius:2px;display:block}
  .mobile-menu{display:block;position:fixed;inset:0;z-index:9999;visibility:hidden;pointer-events:none}
  .mobile-menu.open{visibility:visible;pointer-events:auto}
  .mobile-menu-overlay{position:absolute;inset:0;background:rgba(0,40,32,.46);opacity:0;transition:opacity .22s ease}
  .mobile-menu.open .mobile-menu-overlay{opacity:1}
  .mobile-menu-drawer{position:absolute;top:0;right:0;width:min(86vw,360px);height:100%;background:#fff;padding:20px 18px 28px;transform:translateX(100%);transition:transform .25s ease;box-shadow:-18px 0 54px rgba(0,40,32,.18);overflow:auto}
  .mobile-menu.open .mobile-menu-drawer{transform:translateX(0)}
  body.menu-open{overflow:hidden}
  .mobile-menu-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:18px;border-bottom:1px solid var(--line)}
  .mobile-brand{display:flex;align-items:center;gap:10px;min-width:0}
  .mobile-brand img{width:50px;height:50px;object-fit:contain}
  .mobile-brand b{display:block;color:var(--g);font-size:12px;line-height:1.15}
  .mobile-brand span{display:block;color:var(--g2);font-size:11px;margin-top:2px}
  .mobile-menu-close{border:0;background:transparent;color:var(--g2);font-size:34px;line-height:1;width:42px;height:42px;cursor:pointer}
  .mobile-menu-links{display:flex;flex-direction:column;gap:6px;padding-top:20px}
  .mobile-menu-links a{display:flex;align-items:center;min-height:50px;padding:0 14px;border-radius:10px;color:var(--txt);font-weight:800;font-size:16px}
  .mobile-menu-links a:hover{background:#eef5f2;color:var(--g2)}
  .mobile-menu-links .mobile-join{margin-top:8px;background:var(--g2);color:#fff;justify-content:center}
  .mobile-menu-links .mobile-join:hover{background:var(--g);color:#fff}
}
@media(max-width:560px){
  .brand div{display:none}
  .brand img{width:54px;height:54px}
}
