/* 
   YNET PROJECTS CSS - LIMPIA SOLO CON CLASES NECESARIAS
   Extraído de ynet-projects.css original (40,962 líneas) 
   Mantiene solo las clases usadas por their-songs.html
*/

/* ===== VARIABLES ROOT ===== */
:root {
  --color: #000;
  --ynet-blue: #1417ac;
  --firebrick-2: #bb2c2d;
  --firebrick: #cc0001;
  --1417ac: var(--firebrick);
  --color-2: #333644;
  --333644: #1417ac;
}

/* ===== WEBFLOW BASE CLASSES ===== */
.w-layout-blockcontainer {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext {
  font-family: "Mosestext 1", sans-serif;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 500;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w--current {
  background-color: var(--ynet-blue);
  color: white;
}

/* ===== HEADER STYLES ===== */
.yay-header-pos {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0%;
  right: 0%;
  left: 0%;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.yay-header-pos.dark {
  background-color: rgba(0, 0, 0, 0.95);
}

.yay-header-share-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
}

.yay-header-share-box.dark {
  justify-content: flex-end;
}

.yay-lheader-yedlogo {
  height: 40px;
  flex: 0 0 auto;
}

.yay-lheader-yedlogo.wide {
  width: auto;
  height: 40px;
  flex: 1 1 0%;
  text-align: center;
}

.ya-header-share-link-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

/* ===== MAIN BODY ===== */
.ya-cfu-body {
  font-family: "Mosestext 1", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  background-color: #000;
  direction: rtl;
}

/* ===== LAND SECTION ===== */
.ya-cfu-land {
  background-color: #000;
  background-image: linear-gradient(135deg, #000, #222);
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  padding-top: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ya-cfu-land-frame {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
}

.ya-cfu-land-branding-frame {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: static;
  flex-wrap: wrap;
}

.ya-cfu-land-brand-logo {
  height: 60px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.ya-cfu-land-brand-logo:hover {
  opacity: 1;
}

.ya-cfu-land-brand-logo.big {
  height: 80px;
}

.ya-cfu-land-logo {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-bottom: 40px;
}

.ya-cfu-land-text-content {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.ya-cfu-land-text-content.below-video {
  margin-top: 60px;
  margin-bottom: 40px;
}

.ya-cfu-land-rtf {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.ya-cfu-land-rtf p {
  margin-bottom: 1.2em;
}

.ya-cfu-land-rtf p:last-child {
  margin-bottom: 0;
}

/* ===== FORM LINK STYLING ===== */
.ya-cfu-form-link {
  color: #3898EC !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  background: linear-gradient(90deg, rgba(56, 152, 236, 0.15), rgba(56, 152, 236, 0.25));
  padding: 4px 12px !important;
  border-radius: 6px !important;
  border: 2px solid rgba(56, 152, 236, 0.5) !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 3px 6px rgba(56, 152, 236, 0.3) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.ya-cfu-form-link:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #3898EC, #2980d9) !important;
  border-color: #3898EC !important;
  box-shadow: 0 6px 12px rgba(56, 152, 236, 0.5) !important;
  transform: translateY(-2px) scale(1.05) !important;
  text-shadow: none !important;
}

.ya-cfu-land-h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}

.ya-cfu-land-video {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.ya-cfu-land-action {
  margin: 10px auto 20px;
  text-align: center;
  display: block;
  width: fit-content;
}

/* ===== BACKDROP ELEMENTS ===== */
.ya-cfu-backdrop {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ya-cfu-backdrop-color {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ya-cfu-backdrop-edge {
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0%;
  right: 0%;
}

/* ===== CONTENT SECTIONS ===== */
.ya-cfu-content-sec {
  background-color: #000;
  padding: 0;
}

.ya-cfu-content-explanation {
  text-align: center;
}

.ya-cfu-content-explanation .ya-cfu-land-rtf {
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto;
}

/* ===== PAGINATION - MATCHING ORIGINAL STYLE ===== */
.ya-cfu-paging {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ya-cfu-paging-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ya-cfu-paging-but {
  z-index: 1;
  opacity: .5;
  background-color: #009dde !important;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 12px 18px;
  color: white !important;
  text-decoration: none;
  border: 0;
  line-height: 1.2;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s ease;
  height: 47.13px;
  box-sizing: border-box;
}

.ya-cfu-paging-but:hover {
  background-color: #007bb5 !important;
}

.ya-cfu-paging-but.w--current {
  z-index: 1;
  opacity: 1;
  background-color: #009dde !important;
}

/* ===== ARTICLES SECTION - FIXED FOR VISIBILITY ===== */
.ya-cfu-articles-section {
  background-color: #000;
  padding: 80px 0;
}

.ya-cfu-articles-title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
}

.ya-cfu-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ya-cfu-article-card {
  background-color: #fff !important; /* FORCE WHITE BACKGROUND */
  color: #000 !important; /* FORCE BLACK TEXT */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #333;
}

.ya-cfu-article-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(255, 255, 255, 0.2);
  border-color: var(--ynet-blue);
}

.ya-cfu-article-image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.ya-cfu-article-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ya-cfu-article-card:hover .ya-cfu-article-image {
  transform: scale(1.05);
}

.ya-cfu-article-content {
  padding: 25px;
  background-color: #fff !important; /* FORCE WHITE BACKGROUND */
  color: #000 !important; /* FORCE BLACK TEXT */
}

.ya-cfu-article-title {
  color: #000 !important; /* FORCE BLACK TEXT */
  background-color: transparent !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
  text-align: right;
  display: block;
}

.ya-cfu-article-link {
  color: var(--ynet-blue) !important; /* FORCE BLUE LINKS */
  background-color: transparent !important;
  text-decoration: none;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  transition: color 0.3s ease;
}

.ya-cfu-article-link:hover {
  color: #0f13a0 !important;
  text-decoration: underline;
}

/* ===== ZIGZAG DECORATION ===== */
.ya-cfu-zigzag {
  width: 100%;
  height: 20px;
  background-repeat: repeat-x;
  background-position: center;
  position: relative;
}

/* ===== FOOTER - ORIGINAL STYLE ===== */
.ya-brand-footer-sec {
  background-color: #000;
  padding: 40px 0 20px;
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: auto;
  display: flex;
  position: relative;
}

.ya-brand-footer-sec.non-vert {
  filter: none;
}

.ya-brand-footer-box {
  direction: rtl;
  color: #ddd;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 960px;
  height: auto;
  font-family: "Mosestext 1", sans-serif;
  line-height: 1px;
  display: flex;
}

.ya-brand-footer-yedlogo {
  width: 140px;
}

.ya-brand-footer-txt {
  color: #fff;
  text-align: left;
  letter-spacing: .2px;
  border-right: 1px solid #fff;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 10px;
  font-size: .9rem;
  font-weight: 300;
  line-height: .7rem;
}

.ya-brand-footer-txt.rights {
  color: #ddd;
  border-right-style: none;
  margin-right: auto;
  padding-left: 0;
}

.ya-brand-footer-links {
  margin-right: 20px;
  display: flex;
}

.ya-brand-footer-link {
  color: #ddd;
  margin-top: 1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-weight: 500;
  line-height: .7rem;
  text-decoration: none;
  display: inline-block;
}

/* ===== RESPONSIVE DESIGN ===== */
@media screen and (max-width: 991px) {
  .ya-cfu-land-branding-frame {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  
  .ya-cfu-land-brand-logo {
    height: 50px;
  }
  
  .ya-cfu-land-brand-logo.big {
    height: 60px;
  }
  
  .ya-cfu-articles-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
  }
  
  .yay-header-pos {
    flex-direction: column;
    padding: 10px;
    gap: 15px;
  }
  
  .yay-lheader-yedlogo.wide {
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  .ya-cfu-articles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }
  
  .ya-cfu-land-frame {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .ya-cfu-land-branding-frame {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  
  .ya-cfu-land-brand-logo {
    height: 40px;
  }
  
  .ya-cfu-land-brand-logo.big {
    height: 50px;
  }
  
  .ya-brand-footer-box {
    flex-direction: column;
    text-align: center;
  }
  
  .ya-brand-footer-links {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .ya-cfu-articles-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  
  .ya-cfu-land-h3 {
    font-size: 24px;
  }
  
  .ya-cfu-land-rtf {
    font-size: 16px;
  }
  
  .w-button {
    font-size: 1.4rem;
  }
  
  .ya-cfu-land-action {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  
  .ya-cfu-paging-but {
    padding: 10px 16px;
    font-size: 14px;
  }
}

/* ===== UTILITY CLASSES ===== */
.w-embed {
  position: relative;
}

.above-video {
  margin-bottom: 60px;
}

.below-video {
  margin-top: 60px;
}

.big {
  transform: scale(1.2);
}

.dark {
  background-color: rgba(0, 0, 0, 0.95);
}

.wide {
  width: 100%;
}

.non-vert {
  writing-mode: initial;
}

.rights {
  font-size: 11px;
  color: #666;
}
