@import url("assets/css/selvara-ui.css");
@import url("assets/css/modules/gallery.css?v=1.0.0");

/* Navegación interna del sitio */
html{
  scroll-behavior:smooth;
}
#home, #team, #why, #experiences, #gallery, #testimonials, #news, #plans, #contact{
  scroll-margin-top:110px;
}


/* PRELOADER */
#preloader{
  position:fixed;
  inset:0;
  background:#050505;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:3000;
  transition:opacity .6s ease, visibility .6s ease;
}
#preloader.hide{
  opacity:0;
  visibility:hidden;
}
.loader-mark{
  color:#fff;
  text-align:center;
  animation:loaderPulse 1.6s ease-in-out infinite;
}
.loader-mark span{
  display:block;
  font-family:'Barlow Condensed',sans-serif;
  font-size:3rem;
  line-height:.9;
  letter-spacing:.08em;
}
.loader-mark small{
  display:block;
  color:var(--lime);
  letter-spacing:.35em;
  margin-top:6px;
}
@keyframes loaderPulse{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(1.08);opacity:.72}
}

/* CURSOR GLOW */
.cursor-glow{
  position:fixed;
  width:26px;
  height:26px;
  border-radius:50%;
  pointer-events:none;
  z-index:2500;
  background:radial-gradient(circle, rgba(213,239,40,.55), rgba(213,239,40,.08) 60%, transparent 75%);
  transform:translate(-50%, -50%);
  mix-blend-mode:screen;
  opacity:0;
  transition:transform .08s linear, opacity .2s ease;
}



.small-btn{
  padding:11px 18px;
}



@keyframes heroKenBurns{
  from{
    transform:scale(1.06) translateY(0);
  }
  to{
    transform:scale(1.13) translateY(-14px);
  }
}
.hero-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.06);
  will-change:transform;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.22)),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.34));
  transition:background .6s ease, opacity .6s ease;
}
.hero-section::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, rgba(213,239,40,.10), transparent 35%, transparent 70%, rgba(213,239,40,.08));
  pointer-events:none;
}

.hero-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at 20% 35%, rgba(213,239,40,.12), transparent 18%),
    radial-gradient(circle at 80% 70%, rgba(213,239,40,.08), transparent 20%);
  opacity:.65;
  mix-blend-mode:screen;
  animation:heroAtmosphere 18s ease-in-out infinite alternate;
}

@keyframes heroAtmosphere{
  from{
    transform:translate3d(0,0,0) scale(1);
    opacity:.45;
  }
  to{
    transform:translate3d(18px,-14px,0) scale(1.06);
    opacity:.72;
  }
}

.hero-content{
  position:relative;
  z-index:2;
  color:#fff;
  max-width:700px;
  padding:100px 0;
}

.hero-content-left{
  text-align:left;
  margin-right:auto;
}

.hero-content-center{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.hero-content-right{
  text-align:right;
  margin-left:auto;
}

.hero-content h1,
.hero-content p,
.hero-kicker{
  color:#fff;
}

.hero-kicker{
  display:inline-block;
  margin-bottom:12px;
  font-size:.9rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:var(--lime) !important;
}

.hero-content h1{
  font-family:'Barlow Condensed',sans-serif;
  font-size:clamp(2.7rem, 7vw, 4.5rem);
  line-height:.9;
  text-transform:uppercase;
  margin-bottom:18px;
  max-width:620px;
  color:#fff !important;
}

.hero-content p{
  max-width:560px;
  margin-bottom:24px;
  color:rgba(255,255,255,.88) !important;
}

.hero-content.animate-in .hero-kicker,
.hero-content.animate-in h1,
.hero-content.animate-in p,
.hero-content.animate-in .hero-actions,
.hero-content.animate-in .hero-dots{
  opacity:0;
  transform:translateY(24px);
  filter:blur(8px);
  animation:heroTextIn .75s cubic-bezier(.22,.61,.36,1) forwards;
}

.hero-content.animate-in .hero-kicker{ animation-delay:.10s; }
.hero-content.animate-in h1{ animation-delay:.20s; }
.hero-content.animate-in p{ animation-delay:.32s; }
.hero-content.animate-in .hero-actions{ animation-delay:.44s; }
.hero-content.animate-in .hero-dots{ animation-delay:.56s; }

@keyframes heroTextIn{
  from{
    opacity:0;
    transform:translateY(24px);
    filter:blur(8px);
  }
  to{
    opacity:1;
    transform:translateY(0);
    filter:blur(0);
  }
}

.hero-kicker{
  display:inline-block;
  margin-bottom:12px;
  font-size:.9rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:var(--lime);
}
.hero-content h1{
  font-family:'Barlow Condensed',sans-serif;
  font-size:clamp(2.7rem, 7vw, 4.5rem);
  line-height:.9;
  text-transform:uppercase;
  margin-bottom:18px;
  max-width:620px;
}
.hero-content p{
  max-width:560px;
  margin-bottom:24px;
  color:rgba(255,255,255,.88);
}
.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:22px;
}
.hero-dots{
  display:flex;
  gap:10px;
}
.hero-dot{
  width:13px;
  height:13px;
  border-radius:50%;
  border:none;
  background:rgba(255,255,255,.34);
  cursor:pointer;
  transition:transform .28s ease, background .28s ease, box-shadow .28s ease;
}

.hero-dot:hover{
  transform:scale(1.18);
  background:rgba(255,255,255,.65);
}

.hero-dot.active{
  background:var(--lime);
  transform:scale(1.22);
  box-shadow:0 0 18px rgba(213,239,40,.65);
}





.feature-image-col,
.split-image,
.collage-item,

.news-item-alt,
.chat-popup,
.footer-form input,
.footer-form select,
.footer-form textarea,
.footer-gallery img,
.form-alert{
  border-radius:var(--radius-md);
}


.testimonial-slider{
  position:relative;
  width:100%;
  max-width:900px;
  min-height:260px;
  margin:0 auto;
}

.testimonial-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .8s ease, transform .8s ease;
  transform:translateY(12px);
  display:flex;
  align-items:center;
  justify-content:center;
}

.testimonial-slide.active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}

.testimonial-text{
  width:100%;
  max-width:760px;
  margin:0 auto;
  text-align:center;
}

.testimonial-text p{
  max-width:780px;
  margin:0 auto 16px;
  color:rgba(255,255,255,.82);
  font-size:1.05rem;
  line-height:1.8;
}

.testimonial-text strong{
  display:block;
  text-transform:uppercase;
  font-size:.85rem;
  letter-spacing:.08em;
  margin-bottom:6px;
}

.testimonial-text span{
  display:block;
  font-size:.8rem;
  color:rgba(255,255,255,.58);
}

.testimonial-dots{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:20px;
}
.testimonial-dot{
  width:12px;
  height:12px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.3);
  cursor:pointer;
}
.testimonial-dot.active{
  background:var(--lime);
}

@media (max-width: 700px){
  .testimonial-slider{
    min-height:320px;
  }

  .testimonial-text p{
    font-size:.97rem;
    line-height:1.7;
  }
}



.split-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  padding:16px;
}
.split-image{
  overflow:hidden;
}
.split-image img{
  width:100%;
  height:100%;
  min-height:350px;
  object-fit:cover;
  transition:transform 1s ease;
}
.split-image:hover img{
  transform:scale(1.08);
}
.split-copy{
  padding:70px 60px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-radius:var(--radius-md);
}
.light-panel{
  background:#f8f8f8;
  transition:background .35s ease;
}
.light-panel:hover{
  background:#f2f2f2;
}
.split-copy h2{
  font-family:'Barlow Condensed',sans-serif;
  font-size:2.6rem;
  text-transform:uppercase;
  margin-bottom:12px;
}
.split-copy p{
  color:var(--muted);
  max-width:430px;
  margin-bottom:20px;
}


@keyframes mapPulse{
  0%,100%{transform:scale(1);opacity:.6}
  50%{transform:scale(1.12);opacity:1}
}

.collage-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  grid-auto-rows:210px;
  gap:16px;
}
.collage-item{
  overflow:hidden;
  position:relative;
}
.collage-item.large{
  grid-row:span 2;
}
.collage-item::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent, rgba(0,0,0,.18));
  opacity:0;
  transition:opacity .35s ease;
}
.collage-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .8s ease, filter .4s ease;
}
.collage-item:hover img{
  transform:scale(1.09);
  filter:saturate(1.08);
}
.collage-item:hover::after{
  opacity:1;
}


.news-item-alt{
    position:relative;
    overflow:hidden;
    padding:0;
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.news-item-alt:hover{
    transform:translateY(-10px);
    border-color:rgba(213,239,40,.45);
    box-shadow:
        0 25px 50px rgba(0,0,0,.12);
}

.news-item-alt img{
    overflow:hidden;
}

.news-item-alt:hover .experience-card-img{
    transform:scale(1.08);
    filter:brightness(.88);
}

.news-item-alt .meta{
    display:block;
    margin:22px 24px 8px;
    color:#8b8b8b;
    text-transform:uppercase;
    font-size:.75rem;
    letter-spacing:.08em;
    font-weight:700;
}
.news-item-alt h3{
    font-family:'Barlow Condensed',sans-serif;
    text-transform:uppercase;
    font-size:1.55rem;
    line-height:1.05;
    margin:18px 24px 12px;
    transition:
        color .35s ease,
        transform .35s ease;
}

.news-item-alt:hover h3{
    color:var(--lime);
}

.news-item-alt p{
    color:var(--muted);
    margin:0 24px 20px;
}
.news-item-alt a{
  font-weight:800;
  font-size:.82rem;
  text-transform:uppercase;
  position:relative;
}
.news-item-alt a::after{
  content:"";
  display:block;
  width:0;
  height:2px;
  background:var(--lime);
  transition:width .3s ease;
}
.news-item-alt a:hover::after{
  width:100%;
}

.cta-lime{
  background:linear-gradient(180deg, var(--lime), #c6df12);
  text-align:center;
  padding:70px 0;
  position:relative;
  overflow:hidden;
}
.cta-lime::before{
  content:"";
  position:absolute;
  inset:-10%;
  background:radial-gradient(circle at center, rgba(255,255,255,.18), transparent 40%);
  animation:ctaGlow 6s linear infinite;
}
.cta-lime > .container{
  position:relative;
  z-index:2;
}
.cta-lime h2{
  font-family:'Barlow Condensed',sans-serif;
  text-transform:uppercase;
  font-size:clamp(2.2rem, 5vw, 3.4rem);
  line-height:.95;
  margin-bottom:10px;
}
.cta-lime p{
  max-width:650px;
  margin:0 auto 20px;
}
@keyframes ctaGlow{
  0%{transform:translateX(-10%) scale(1)}
  50%{transform:translateX(10%) scale(1.15)}
  100%{transform:translateX(-10%) scale(1)}
}



.partners-row{
  margin-top:38px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
  text-align:center;
  color:#b0b0b0;
  font-family:'Barlow Condensed',sans-serif;
  text-transform:uppercase;
  font-size:1.2rem;
  letter-spacing:.04em;
}
.partners-row span{
  transition:transform .3s ease, color .3s ease;
}
.partners-row span:hover{
  transform:translateY(-3px);
  color:#7b7b7b;
}

.footer-contact{
  background:#050505;
  color:#fff;
  padding:52px 0;
}
.footer-contact-grid{
  display:grid;
  grid-template-columns:1fr 1.2fr .9fr;
  gap:28px;
  align-items:start;
}
.footer-brand img{
  width:140px;
  height:54px;
  margin-bottom:18px;
}
.footer-brand p{
  color:rgba(255,255,255,.75);
  margin-bottom:16px;
}
.footer-brand ul{
  display:grid;
  gap:8px;
  color:rgba(255,255,255,.75);
}
.footer-form h3{
  font-family:'Barlow Condensed',sans-serif;
  text-transform:uppercase;
  font-size:2rem;
  margin-bottom:16px;
}
.footer-form form{
  display:grid;
  gap:12px;
}
.footer-form input,
.footer-form select,
.footer-form textarea{
  width:100%;
  background:#111;
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
  padding:13px 14px;
  outline:none;
  transition:border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.footer-form input:focus,
.footer-form select:focus,
.footer-form textarea:focus{
  border-color:var(--lime);
  box-shadow:0 0 0 3px rgba(213,239,40,.14);
  transform:translateY(-1px);
}
.footer-form textarea{
  min-height:110px;
  resize:vertical;
}
.footer-gallery .mini-gallery{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:8px;
}
.footer-gallery img{
  width:100%;
  height:110px;
  object-fit:cover;
  transition:transform .5s ease, filter .3s ease;
}
.footer-gallery img:hover{
  transform:scale(1.06);
  filter:saturate(1.08);
}

.form-alert{
  padding:12px 14px;
  margin-bottom:12px;
  font-weight:700;
}
.form-alert.success{
  background:#16341f;
  color:#9ff0b5;
}
.form-alert.error{
  background:#3a1515;
  color:#ffb3b3;
}

.site-footer-bottom{
  background:#111;
  color:#9c9c9c;
  font-size:.85rem;
  padding:14px 0;
}
.footer-bottom-wrap{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

#backToTop{
  position:fixed;
  right:18px;
  bottom:18px;
  width:46px;
  height:46px;
  border:none;
  border-radius:50%;
  background:var(--lime);
  color:#111;
  font-size:1.1rem;
  font-weight:800;
  cursor:pointer;
  z-index:999;
  opacity:0;
  visibility:hidden;
  transition:var(--transition);
}
#backToTop:hover{
  transform:translateY(-3px);
}
#backToTop.show{
  opacity:1;
  visibility:visible;
}

.chat-toggle{
  position:fixed;
  right:18px;
  bottom:74px;
  width:54px;
  height:54px;
  border:none;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  font-size:1.35rem;
  cursor:pointer;
  z-index:999;
  box-shadow:var(--shadow);
  animation:chatPulse 2.5s infinite;
}
@keyframes chatPulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,.42)}
  70%{box-shadow:0 0 0 16px rgba(37,211,102,0)}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}
}
.chat-popup{
  position:fixed;
  right:18px;
  bottom:140px;
  width:330px;
  max-width:calc(100vw - 24px);
  background:#fff;
  z-index:1000;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px) scale(.96);
  transition:var(--transition);
  box-shadow:0 20px 45px rgba(0,0,0,.18);
  overflow:hidden;
}
.chat-popup.open{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}
.chat-header{
  background:#25D366;
  color:#fff;
  padding:14px;
  display:flex;
  justify-content:space-between;
  gap:10px;
}
.chat-header button{
  border:none;
  background:none;
  color:#fff;
  font-size:1.4rem;
  cursor:pointer;
}
.chat-body{
  padding:16px;
}
.chat-body p{
  color:#666;
  margin-bottom:10px;
}
.chat-body textarea{
  width:100%;
  min-height:100px;
  border:1px solid #ddd;
  border-radius:var(--radius-sm);
  padding:12px;
  font-family:inherit;
  resize:none;
  margin-bottom:12px;
  outline:none;
}

.reveal{
  opacity:0;
  transform:translateY(42px) scale(.975);
  filter:blur(8px);
  transition:
    opacity .85s cubic-bezier(.22,.61,.36,1),
    transform .85s cubic-bezier(.22,.61,.36,1),
    filter .85s cubic-bezier(.22,.61,.36,1);
  will-change:opacity, transform, filter;
}

.reveal.left{
  opacity:0;
  transform:translateX(-42px) scale(.975);
}

.reveal.right{
  opacity:0;
  transform:translateX(42px) scale(.975);
}

.reveal.visible{
  opacity:1;
  transform:translate(0,0) scale(1);
  filter:blur(0);
}
.delay-1{transition-delay:.12s}
.delay-2{transition-delay:.24s}
.delay-3{transition-delay:.36s}

.float-soft{
  animation:floatSoft 4.5s ease-in-out infinite;
}
@keyframes floatSoft{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}

@media (max-width: 1100px){
  .features-grid-alt,
  .map-card,
  .footer-contact-grid{
    grid-template-columns:1fr;
  }
  .pricing-grid,
  
  .partners-row,


  .feature-image-col img{
    height:360px;
  }
}

@media (max-width: 860px){
  .site-header{
    position:sticky;
  }
.main-nav{
    display:none;
    position:fixed;
    top:0;
    right:-100%;
    width:320px;
    height:100vh;
    background:#050505;
    padding:100px 30px 40px;
    flex-direction:column;
    align-items:flex-start;
    gap:25px;
    transition:.35s;
    overflow-y:auto;
}
  .main-nav.open{display:flex;right:0;}
  .menu-toggle{display:block}
  .nav-right .btn{display:none}
  
  .quote-header-btn{display:none;}



  .split-grid,
  .pricing-grid,
  
  .partners-row,
  .footer-contact-grid{
    grid-template-columns:1fr;
  }

  .split-copy{
    padding:42px 28px;
  }
  .map-card{
    padding:24px;
  }
}

@media (max-width: 700px){
  :root{
    --testimonial-size:170px;
  }

  .testimonial-slider{
    min-height:500px;
  }

  .testimonial-text p{
    font-size:.95rem;
  }
}

@media (max-width: 560px){
  .top-strip-wrap,
  .footer-bottom-wrap,
  .top-left,
  .top-right{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }


  .hero-section{
    min-height:72vh;
  }
  .hero-content{
    padding:70px 0;
  }
  .hero-content h1{
    font-size:2.5rem;
  }
  .hero-actions{
    width:100%;
  }

  .split-copy{
    padding:36px 22px;
  }
  .section{
    padding:64px 0;
  }
  .collage-grid,

  
  .collage-item.large{
    grid-row:span 1;
  }
  .chat-popup{
    right:12px;
    bottom:130px;
    width:calc(100vw - 24px);
  }
  .chat-toggle{
    right:12px;
    bottom:70px;
  }
  #backToTop{
    right:12px;
    bottom:14px;
  }
}

@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
}
.hero-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-content-center .hero-actions,
.hero-content-center .hero-dots {
  justify-content: center;
}

.hero-content-right {
  margin-left: auto;
  text-align: right;
}

.hero-content-right .hero-actions,
.hero-content-right .hero-dots {
  justify-content: flex-end;
}
.experience-card-img{
    width:100%;
    height:230px;
    object-fit:cover;
    display:block;
    transition:
        transform .55s ease,
        filter .55s ease;
}
.experience-detail-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #050505;
}

.experience-detail-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
}

.experience-detail-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.experience-detail-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 780px;
  padding: 90px 0;
}

.experience-detail-content span {
  color: var(--lime);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .08em;
  font-size: .82rem;
}

.experience-detail-content h1 {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: .9;
  margin: 14px 0;
}

.experience-detail-content p {
  color: rgba(255,255,255,.85);
  font-size: 1.08rem;
  max-width: 680px;
}

.experience-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) 330px;
  gap: 36px;
  align-items: start;
  width: min(94vw, 1280px);
  margin: auto;
}

.experience-main-content {
  background: #fff;
  border: 1px solid #eee;
  border-radius: var(--radius-md);
  padding: 42px;
  box-shadow: var(--shadow);
  width: 100%;
  min-width: 0;
}

.experience-main-content h2,
.experience-main-content h3 {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin: 20px 0 10px;
}

.experience-main-content p {
  color: var(--muted);
  margin-bottom: 14px;
}

.experience-main-content ul,
.experience-main-content ol {
  padding-left: 22px;
  margin-bottom: 16px;
}

.experience-main-content img {
  border-radius: var(--radius-md);
  margin: 22px 0;
}

.experience-sidebar-card {
  background: #050505;
  color: #fff;
  border-radius: var(--radius-md);
  padding: 26px;
  position: sticky;
  top: 100px;
  width: 100%;
}

.experience-sidebar-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 18px;
}

.detail-line {
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding: 12px 0;
  display: grid;
  gap: 4px;
}

.detail-line strong {
  color: var(--lime);
  font-size: .8rem;
  text-transform: uppercase;
}

.detail-line span {
  color: rgba(255,255,255,.78);
}

.full-width-btn {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .experience-detail-grid {
    grid-template-columns: 1fr;
  }

  .experience-sidebar-card {
    position: relative;
    top: 0;
  }
}
.experience-gallery-section {
  margin-top: 34px;
}

.experience-gallery-section h2 {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 2.2rem;
  margin-bottom: 18px;
}

.experience-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.experience-gallery-item {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #111;
}

.experience-gallery-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: transform .45s ease, filter .35s ease;
}

.experience-gallery-item:hover img {
  transform: scale(1.08);
  filter: saturate(1.08);
}

@media (max-width: 800px) {
  .experience-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .experience-gallery-grid {
    grid-template-columns: 1fr;
  }
}
.global-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.92);
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  padding: 24px;
}

.global-lightbox.open {
  opacity: 1;
  visibility: visible;
}

.global-lightbox img {
  max-width: min(92vw, 1200px);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0,0,0,.55);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  border: none;
  background: rgba(213,239,40,.92);
  color: #111;
  cursor: pointer;
  font-weight: 900;
  border-radius: 999px;
  z-index: 5001;
}

.lightbox-close {
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  font-size: 2rem;
  line-height: 1;
}

.lightbox-prev,
.lightbox-next {
  width: 54px;
  height: 54px;
  font-size: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 22px;
}

.lightbox-next {
  right: 22px;
}

@media (max-width: 640px) {
  .lightbox-prev,
  .lightbox-next {
    width: 44px;
    height: 44px;
    font-size: 2rem;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }

  .lightbox-close {
    top: 12px;
    right: 12px;
  }
}
.video-thumb {
  position: relative;
}

.video-thumb video {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.video-placeholder {
  width: 100%;
  height: 190px;
  background:
    radial-gradient(circle at center, rgba(213,239,40,.18), transparent 35%),
    #080808;
  color: #fff;
  display: grid;
  place-items: center;
  gap: 6px;
}

.video-placeholder span,
.play-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: var(--lime);
  color: #111;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1.4rem;
}

.play-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.gallery-caption {
  display: block;
  padding: 10px 12px;
  font-size: .9rem;
  color: #444;
  background: #fff;
}

.lightbox-content {
  max-width: min(92vw, 1200px);
  max-height: 86vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-content img,
.lightbox-content video,
.lightbox-content iframe {
  max-width: min(92vw, 1200px);
  max-height: 86vh;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0,0,0,.55);
}

.lightbox-content iframe {
  width: min(92vw, 1100px);
  height: min(60vw, 620px);
  border: 0;
  background: #000;
}

.lightbox-caption {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: rgba(0,0,0,.65);
  padding: 10px 18px;
  border-radius: 999px;
  max-width: 90%;
  text-align: center;
  font-size: .9rem;
}
.experience-itinerary-section {
  margin-top: 36px;
}

.experience-itinerary-section h2 {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 2.3rem;
  margin-bottom: 20px;
}

.experience-timeline {
  display: grid;
  gap: 18px;
  position: relative;
}

.timeline-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.timeline-number {
  background: var(--lime);
  color: #111;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  font-size: .82rem;
}

.timeline-content {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: var(--radius-md);
  padding: 20px;
}

.timeline-content h3 {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.timeline-content p {
  margin-bottom: 10px;
}

@media (max-width: 700px) {
  .timeline-item {
    grid-template-columns: 1fr;
  }

  .timeline-number {
    width: fit-content;
  }
}
.experience-faq-section {
  margin-top: 36px;
}

.experience-faq-section h2 {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 2.3rem;
  margin-bottom: 20px;
}

.experience-faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid #eee;
  border-radius: var(--radius-md);
  background: #fff;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: none;
  background: #fafafa;
  padding: 18px 20px;
  text-align: left;
  font-weight: 900;
  color: #111;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.faq-question span {
  font-size: 1rem;
}

.faq-question strong {
  background: var(--lime);
  color: #111;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.faq-answer {
  display: none;
  padding: 18px 20px;
  color: var(--muted);
  line-height: 1.7;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-question strong {
  transform: rotate(45deg);
}
.experience-includes-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.includes-card {
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid #eee;
  background: #fff;
}

.includes-card h2 {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 14px;
}

.includes-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.includes-card li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
  line-height: 1.5;
}

.included-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1f9d55;
  font-weight: 900;
}

.excluded-card li::before {
  content: "×";
  position: absolute;
  left: 0;
  top: 0;
  color: #d93025;
  font-weight: 900;
}

@media (max-width: 780px) {
  .experience-includes-section {
    grid-template-columns: 1fr;
  }
}
.experience-highlights-section {
  margin-top: 36px;
}

.experience-highlights-section h2 {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 2.3rem;
  margin-bottom: 20px;
}

.experience-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.highlight-card {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #eee;
  background: #fafafa;
  border-radius: var(--radius-md);
  padding: 16px 18px;
}

.highlight-card span {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--lime);
  color: #111;
  display: grid;
  place-items: center;
  font-weight: 900;
  flex: 0 0 auto;
}

.highlight-card strong {
  color: #111;
  font-size: .98rem;
}

@media (max-width: 700px) {
  .experience-highlights-grid {
    grid-template-columns: 1fr;
  }
}

.experience-testimonials-section{
    margin-top:40px;
}

.experience-testimonials-section h2{
    font-family:'Barlow Condensed',sans-serif;
    text-transform:uppercase;
    font-size:2.3rem;
    margin-bottom:24px;
}

.testimonials-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:24px;
}

.testimonial-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:var(--radius-md);
    padding:28px;
}

.testimonial-avatar{
    width:70px;
    height:70px;
    object-fit:cover;
    border-radius:50%;
    margin-bottom:16px;
}

.testimonial-stars{
    color:#ffb800;
    font-size:1.2rem;
    margin-bottom:16px;
}

.testimonial-text{
    color:var(--muted);
    line-height:1.7;
    margin-bottom:18px;
}

.testimonial-author strong{
    display:block;
    color:#111;
}

.testimonial-author span{
    color:var(--muted);
    font-size:.9rem;
}

.news-search-form {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.news-search-form input {
  flex: 1;
  min-width: 220px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  padding: 14px 18px;
  font: inherit;
}

.news-search-result {
  margin-bottom: 20px;
  color: var(--muted);
}

@media (max-width: 600px) {
  .news-search-form {
    display: grid;
  }
}

.news-pagination {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 34px;
  align-items: center;
}

.news-pagination a {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  display: inline-grid;
  place-items: center;
  color: #111;
  font-weight: 800;
  background: #fff;
}

.news-pagination a.active,
.news-pagination a:hover {
  background: var(--lime);
  border-color: var(--lime);
}

.experience-sidebar-card .detail-line a{
    color: inherit;
    text-decoration: none;
    display: block;
    transition: .25s;
}

.experience-sidebar-card .detail-line a:hover{
    color: var(--lime);
}

.newsletter-section{
    background:#111;
    padding:80px 20px;
    color:#fff;
}

.newsletter-content{
    max-width:700px;
    margin:auto;
    text-align:center;
}

.newsletter-content h3{
    margin-bottom:15px;
    font-size:2rem;
}

.newsletter-content p{
    color:#ccc;
    margin-bottom:30px;
}

#newsletterForm{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    justify-content:center;
}

#newsletterForm input{
    min-width:220px;
    padding:15px;
    border-radius:50px;
    border:none;
}

@media(max-width:768px){

    #newsletterForm{
        flex-direction:column;
    }

}

.testimonial-public-avatar {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 999px;
  margin: 0 auto 18px;
  border: 3px solid var(--lime);
}



.testimonials-home-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 30px;
}

.testimonial-home-card {
  background: #111;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-md);
  padding: 30px 24px;
  text-align: center;
  color: #fff;
  transition: transform .35s ease, box-shadow .35s ease;
}

.testimonial-home-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(0,0,0,.28);
}

.testimonial-home-card p {
  color: rgba(255,255,255,.78);
  margin: 16px 0;
  line-height: 1.7;
}

.testimonial-home-card strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: .85rem;
  letter-spacing: .06em;
}

.testimonial-home-card span,
.testimonial-home-card small {
  display: block;
  color: rgba(255,255,255,.55);
  font-size: .82rem;
  margin-top: 4px;
}

@media (max-width: 900px) {
  .testimonials-home-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Plans PRO ===== */

.plans-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:40px;
}

.plan-card{
    position:relative;
    background:#fff;
    border-radius:28px;
    padding:40px 30px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    display:flex;
    flex-direction:column;
}

.plan-card:hover{
    transform:translateY(-8px);
}

.featured-plan{
    border:2px solid var(--lime);
}

.plan-badge{
    position:absolute;
    top:20px;
    right:20px;
    background:var(--lime);
    color:#111;
    padding:8px 16px;
    border-radius:50px;
    font-size:.8rem;
    font-weight:700;
}

.plan-icon{
    font-size:3rem;
    margin-bottom:15px;
    color:var(--lime);
}

.plan-card h3{
    margin-bottom:15px;
}

.plan-card p{
    color:#666;
    line-height:1.8;
}

.plan-price{
    font-size:2.2rem;
    font-weight:700;
    margin:25px 0;
}

.plan-features{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.plan-features li{
    margin-bottom:12px;
    display:flex;
    align-items:center;
    gap:10px;
}

.plan-features i{
    color:var(--lime);
}

.plan-card .btn{
    margin-top:auto;
}

@media(max-width:992px){

    .plans-grid{
        grid-template-columns:1fr;
    }

}

.gallery-filter-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    margin-bottom:36px;
}

.gallery-filter-btn{
    padding:11px 22px;
    border-radius:999px;
    background:#f2f2f2;
    color:#111;
    font-weight:800;
    text-transform:uppercase;
    font-size:.78rem;
    transition:.25s;
}

.gallery-filter-btn:hover,
.gallery-filter-btn.active{
    background:var(--lime);
    color:#111;
}

.gallery-pro-grid{
    columns:3 260px;
    column-gap:18px;
}

.gallery-pro-item{
    display:block;
    break-inside:avoid;
    margin-bottom:18px;
    border-radius:var(--radius-md);
    overflow:hidden;
    background:#111;
    position:relative;
    box-shadow:0 14px 34px rgba(0,0,0,.12);
}

.gallery-pro-item img,
.gallery-pro-item video{
    width:100%;
    height:auto;
    display:block;
}

.gallery-video-placeholder{
    min-height:240px;
}

.gallery-pro-caption{
    padding:12px 14px;
    color:#fff;
    font-size:.9rem;
    background:#111;
}






.contact-subtitle {
  color: rgba(255,255,255,.72);
  line-height: 1.7;
  margin: -8px 0 22px;
  font-size: .95rem;
}

.sidebar-badge{
    float:right;
    min-width:24px;
    height:24px;
    padding:0 8px;
    border-radius:30px;
    background:#d5ef28;
    color:#000;
    font-size:12px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.admin-menu a{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.dashboard-columns{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:25px;
    margin-top:30px;
}

.dashboard-panel{
    background:#1c1f26;
    border-radius:18px;
    padding:25px;
}

.dashboard-panel h2{
    margin-bottom:20px;
    color:#d5ef28;
}

.dashboard-list-item{
    border-bottom:1px solid rgba(255,255,255,.08);
    padding:15px 0;
}

.dashboard-list-item strong{
    display:block;
    color:#fff;
}

.dashboard-list-item small{
    color:#999;
}

.language-switcher{
    display:flex;
    align-items:center;
    gap:10px;
}

.language-switcher a{
    color:#fff;
    font-size:.85rem;
    font-weight:600;
    text-decoration:none;
    opacity:.6;
    transition:.3s;
}

.language-switcher a:hover{
    opacity:1;
}

.language-switcher a.active{
    color:#d5ef28;
    opacity:1;
}

.language-switcher a {
    padding: 6px 9px;
    border-radius: 999px;
    color: #fff;
    opacity: .75;
}

.language-switcher a:hover {
    background: rgba(213,239,40,.16);
    color: #d5ef28;
    opacity: 1;
}

.language-switcher a.active {
    background: #d5ef28;
    color: #000;
    opacity: 1;
    font-weight: 800;
}

.quote-header-btn{
    padding:12px 20px;
    font-size:.8rem;
    white-space:nowrap;
}








.cookie-banner{
position:fixed;
bottom:30px;
left:30px;
z-index:9999;
max-width:430px;
}

.cookie-box{
background:#111;
border:1px solid rgba(255,255,255,.1);
padding:25px;
border-radius:22px;
box-shadow:0 20px 60px rgba(0,0,0,.45);
}

.cookie-box h3{
margin-bottom:15px;
color:#d5ef28;
}

.cookie-box p{
color:#ddd;
line-height:1.7;
font-size:.95rem;
}

.cookie-actions{
display:flex;
gap:12px;
margin-top:20px;
}

.cookie-btn{
border:0;
padding:12px 18px;
border-radius:999px;
cursor:pointer;
font-weight:700;
}

.cookie-btn.primary{
background:#d5ef28;
color:#111;
}

.cookie-btn.secondary{
background:#2d2d2d;
color:white;
}

@media(max-width:768px){

.cookie-banner{
left:15px;
right:15px;
bottom:15px;
max-width:none;
}

}

.breadcrumb{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:0 0 35px 0;
    font-size:.95rem;
    color:#999;
}

.breadcrumb span:last-child{
    color:#666;
    font-weight:600;
}

.breadcrumb a{
color:#d5ef28;
text-decoration:none;
}

.breadcrumb a:hover{
text-decoration:underline;
}

.breadcrumb .separator{
    color:#bbb;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.footer-contact-list li {
    margin-bottom: 12px;
}

.footer-contact-list a {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .25s ease;
}

.footer-contact-list a:hover {
    color: #d5ef28;
}

.footer-contact-list i {
    width: 18px;
    color: #d5ef28;
}

.footer-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.footer-social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .25s ease;
}

.footer-social-icons a:hover {
    background: #d5ef28;
    color: #111111;
    transform: translateY(-3px);
}

.btn,
button,
input[type="submit"] {
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
    transform: translateY(-2px);
}

.btn-primary:hover {
    box-shadow: 0 14px 30px rgba(213, 239, 40, .28);
}

.btn-secondary:hover,
.btn-outline:hover {
    box-shadow: 0 14px 30px rgba(255, 255, 255, .12);
}

.btn:active,
button:active,
input[type="submit"]:active {
    transform: translateY(0) scale(.98);
}

.cursor-glow{

    position:fixed;
    left:0;
    top:0;

    width:14px;
    height:14px;

    pointer-events:none;
    z-index:99999;

    opacity:0;

    border-radius:50%;

    transform:translate(-50%,-50%) scale(1);

    transition:
        transform .30s cubic-bezier(.22,.61,.36,1),
        opacity .18s ease;

    will-change:transform;
}

.cursor-glow::before,
.cursor-glow::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50%;
}

/* Núcleo */
.cursor-glow::before{

    background:radial-gradient(
        circle,
        rgba(213,239,40,.70) 0%,
        rgba(213,239,40,.45) 22%,
        rgba(213,239,40,.12) 58%,
        rgba(213,239,40,0) 100%
    );

    filter:blur(1px);

}

/* Halo exterior */
.cursor-glow::after{

    inset:-16px;

    background:radial-gradient(
        circle,
        rgba(213,239,40,.16) 0%,
        rgba(213,239,40,.08) 35%,
        rgba(213,239,40,.03) 65%,
        rgba(213,239,40,0) 100%
    );

    filter:blur(10px);

}

.cursor-glow.cursor-hover{

    transform:translate(-50%,-50%) scale(1.35);

    opacity:.82;

}

.cursor-glow.cursor-media{

    transform:translate(-50%,-50%) scale(1.75);

    opacity:.92;

}

.hero-dot{
  position:relative;
  overflow:hidden;
}

.hero-dot.active::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.45);
  border-radius:inherit;
  transform:scaleX(0);
  transform-origin:left center;
  animation:heroDotProgress 5s linear forwards;
}

@keyframes heroDotProgress{
  to{
    transform:scaleX(1);
  }
}

.news-item-alt::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(
            180deg,
            transparent 0%,
            transparent 38%,
            rgba(0,0,0,.025) 72%,
            rgba(213,239,40,.08) 100%
        );
    opacity:0;
    transition:opacity .35s ease;
}

.news-item-alt:hover::after{
    opacity:1;
}

.news-item-alt .meta{
    color:var(--lime);
}

.news-item-alt a{
    margin:0 24px 24px;
    display:inline-flex;
    align-items:center;
    gap:6px;
    transition:
        transform .3s ease,
        color .3s ease;
}

.news-item-alt:hover a{
    transform:translateX(4px);
    color:#111;
}

.news-item-alt a::after{
    display:none;
}

.news-item-alt:hover h3{
    transform:translateY(-2px);
}

.gallery-pro-item{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    transition:transform .35s ease, box-shadow .35s ease;
}

.gallery-pro-item:hover{
    transform:translateY(-8px);
    box-shadow:0 24px 45px rgba(0,0,0,.16);
}

.gallery-pro-item img,
.gallery-pro-item video{
    transition:transform .55s ease, filter .55s ease;
}

.gallery-pro-item:hover img,
.gallery-pro-item:hover video{
    transform:scale(1.08);
    filter:brightness(.86);
}

.gallery-pro-caption{
    transition:color .35s ease, transform .35s ease;
}

.gallery-pro-item:hover .gallery-pro-caption{
    color:var(--lime);
    transform:translateY(-2px);
}

.gallery-pro-item::after,
.collage-item::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            180deg,
            transparent 20%,
            rgba(0,0,0,.12) 55%,
            rgba(0,0,0,.48) 100%
        );
    opacity:0;
    transition:opacity .35s ease;
    pointer-events:none;
}

.gallery-pro-item::before,
.collage-item::before{
    content:"+";
    position:absolute;
    left:50%;
    top:50%;
    width:48px;
    height:48px;
    border-radius:50%;
    background:rgba(213,239,40,.92);
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.7rem;
    font-weight:300;
    transform:translate(-50%,-50%) scale(.75);
    opacity:0;
    z-index:2;
    transition:
        opacity .35s ease,
        transform .35s ease;
    pointer-events:none;
}

.gallery-pro-item:hover::after,
.collage-item:hover::after{
    opacity:1;
}

.gallery-pro-item:hover::before,
.collage-item:hover::before{
    opacity:1;
    transform:translate(-50%,-50%) scale(1);
}

.footer-form input,
.footer-form select,
.footer-form textarea,
.news-search-form input {
    transition:
        border-color .28s ease,
        box-shadow .28s ease,
        transform .28s ease,
        background .28s ease;
}

.footer-form input:focus,
.footer-form select:focus,
.footer-form textarea:focus,
.news-search-form input:focus {
    outline:none;
    border-color:rgba(213,239,40,.85);
    box-shadow:
        0 0 0 4px rgba(213,239,40,.12),
        0 12px 24px rgba(0,0,0,.08);
    transform:translateY(-1px);
}

.footer-form textarea {
    resize:vertical;
    min-height:130px;
}

.footer-form select {
    cursor:pointer;
}

.fade-image{
    opacity:0;
    filter:blur(10px);
    transform:scale(1.02);
    transition:
        opacity .65s ease,
        filter .65s ease,
        transform .65s ease;
}

.fade-image.img-loaded{
    opacity:1;
    filter:blur(0);
    transform:scale(1);
}

#scrollProgress{
    position:fixed;
    top:0;
    left:0;
    height:3px;
    width:0;
    background:linear-gradient(90deg, var(--lime), rgba(213,239,40,.45));
    z-index:100000;
    box-shadow:0 0 16px rgba(213,239,40,.55);
    transition:width .08s linear;
}

.member-socials{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:12px;
}

.member-socials a{
    width:46px;
    height:46px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#111;
    color:#fff;
    font-size:1.1rem;
    transition:.35s;
}

.member-socials a:hover{
    background:var(--lime);
    color:#111;
    transform:translateY(-4px);
    box-shadow:0 12px 28px rgba(213,239,40,.35);
}


