*{
  box-sizing:border-box;
}

body{
  margin:0;
  background:#050505;
  color:#fff;
  font-family:Inter,Manrope,Arial,sans-serif;
}

.yc-page{
  width:100%;
  background:#050505;
  overflow:hidden;
}

.yc-header{
  width:min(1280px,94%);
  margin:0 auto;
  height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.yc-logo{
  font-size:28px;
  font-weight:900;
  letter-spacing:-1px;
}

.yc-logo span{
  color:#F0DF00;
}

.yc-header nav{
  display:flex;
  gap:34px;
}

.yc-header nav a{
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  opacity:.9;
}

.yc-header-actions{
  display:flex;
  gap:14px;
}

.yc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:42px;
  padding:0 22px;
  border-radius:8px;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
}

.yc-btn-yellow{
  background:#F0DF00;
  color:#000;
}

.yc-btn-outline{
  border:1px solid rgba(255,255,255,.25);
  color:#fff;
}

.yc-hero{
  width:min(1280px,94%);
  margin:0 auto 22px;
  min-height:510px;
  display:grid;
  grid-template-columns:.85fr 1.35fr;
  gap:30px;
  align-items:center;
}

.yc-pill{
  display:inline-flex;
  background:#1b1b1b;
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  border-radius:999px;
  padding:9px 15px;
  font-size:12px;
  font-weight:800;
  margin-bottom:28px;
}

.yc-hero h1{
  font-size:60px;
  line-height:.98;
  letter-spacing:-3px;
  margin:0 0 24px;
}

.yc-hero h1 span,
.yc-box-section h2 span,
.yc-testimonials h2 span{
  color:#F0DF00;
}

.yc-hero p{
  font-size:18px;
  line-height:1.55;
  color:#d5d5d5;
  max-width:520px;
}

.yc-store-buttons{
  display:flex;
  gap:12px;
  margin:24px 0;
}

.yc-store-buttons img{
  height:42px;
}

.yc-rating{
  display:flex;
  align-items:center;
  gap:14px;
}

.yc-rating span{
  color:#F0DF00;
  letter-spacing:2px;
}

.yc-rating p{
  margin:0;
  font-size:14px;
}

.yc-hero-visual{
  position:relative;
  height:500px;
}

.yc-dashboard-img{
  position:absolute;
  right:0;
  top:20px;
  width:86%;
  border-radius:20px;
  box-shadow:0 35px 90px rgba(0,0,0,.75);
}

.yc-phone-img{
  position:absolute;
  left:0;
  bottom:30px;
  width:215px;
  z-index:3;
  filter:drop-shadow(0 30px 60px rgba(0,0,0,.8));
}

.yc-box-section{
  width:min(1280px,94%);
  margin:0 auto;
  padding:28px 34px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:
    radial-gradient(circle at 80% 20%,rgba(240,223,0,.05),transparent 30%),
    #070707;
}

.yc-box-section h2{
  text-align:center;
  font-size:34px;
  margin:0 0 6px;
}

.yc-box-section > p{
  text-align:center;
  color:#aaa;
  margin:0 0 28px;
}

.yc-feature-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}

.yc-feature-card{
  background:#111;
  border:1px solid rgba(255,255,255,.12);
  border-radius:13px;
  padding:28px 18px;
  text-align:center;
}

.yc-feature-card{
  font-size:36px;
  color:#F0DF00;
}

.yc-feature-card h3{
  font-size:15px;
  margin:18px 0 10px;
  color:#fff;
}

.yc-feature-card p{
  font-size:12px;
  line-height:1.45;
  color:#bdbdbd;
}

.yc-apps{
  margin-top:0;
}

.yc-apps-grid{
  display:grid;
  grid-template-columns:1fr 1.15fr 1fr 1.15fr;
  align-items:center;
  gap:40px;
}

.yc-apps-grid img{
  max-height:350px;
  margin:auto;
  display:block;
}

.yc-apps h3{
  font-size:21px;
}

.yc-apps li,
.yc-accessibility li,
.yc-saas li{
  list-style:none;
  margin:13px 0;
  color:#d6d6d6;
  font-size:14px;
}

.yc-apps li:before,
.yc-accessibility li:before,
.yc-saas li:before{
  content:"✓";
  color:#F0DF00;
  margin-right:10px;
}

.yc-accessibility{
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  gap:35px;
  align-items:center;
}

.yc-accessibility h2{
  text-align:left;
}

.yc-accessibility img{
  max-height:310px;
  width:100%;
  object-fit:contain;
}

.yc-ai{
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr 1fr 1.2fr;
  gap:18px;
  align-items:center;
}

.yc-ai h2{
  text-align:left;
}

.yc-ai-card{
  background:#111;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:22px;
  min-height:190px;
}

.yc-ai-card h3{
  font-size:16px;
  line-height:1.25;
}

.yc-ai-card p{
  color:#aaa;
  font-size:13px;
}

.yc-ai-card strong{
  display:block;
  background:rgba(240,223,0,.16);
  color:#F0DF00;
  padding:12px;
  border-radius:8px;
  margin-top:18px;
}

.yc-ai img{
  width:100%;
  max-height:260px;
  object-fit:contain;
}

.yc-saas{
  display:grid;
  grid-template-columns:.85fr 1.55fr;
  gap:30px;
  align-items:center;
}

.yc-saas h2{
  text-align:left;
}

.yc-saas img{
  width:100%;
  border-radius:16px;
}

.yc-testimonials{
  width:min(1280px,94%);
  margin:0 auto;
  display:grid;
  grid-template-columns:.7fr 2.3fr;
  gap:24px;
  padding:28px 0;
}

.yc-testimonials h2{
  font-size:32px;
  line-height:1.1;
}

.yc-testimonial-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.yc-testimonial{
  background:#111;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:20px;
}

.yc-testimonial h3{
  font-size:14px;
}

.yc-testimonial span{
  color:#F0DF00;
}

.yc-testimonial p{
  color:#c6c6c6;
  font-size:12px;
  line-height:1.5;
}

.yc-final-cta{
  background:#F0DF00;
  color:#000;
  display:grid;
  grid-template-columns:1.2fr 1.4fr auto auto;
  align-items:center;
  gap:30px;
  padding:30px 7%;
}

.yc-final-cta h2{
  font-size:36px;
  margin:0 0 8px;
}

.yc-final-cta p{
  margin:0;
}

.yc-cta-icons{
  display:flex;
  justify-content:center;
  gap:40px;
  font-weight:800;
  font-size:13px;
}

.yc-qr{
  width:110px;
  height:110px;
  background:#fff;
  border-radius:8px;
}

@media(max-width:1000px){
  .yc-header nav,
  .yc-header-actions{
    display:none;
  }

  .yc-hero,
  .yc-saas,
  .yc-testimonials{
    grid-template-columns:1fr;
  }

  .yc-feature-grid,
  .yc-testimonial-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .yc-apps-grid,
  .yc-accessibility,
  .yc-ai,
  .yc-final-cta{
    grid-template-columns:1fr;
  }

  .yc-hero h1{
    font-size:44px;
  }

  .yc-hero-visual{
    height:auto;
  }

  .yc-dashboard-img,
  .yc-phone-img{
    position:relative;
    width:100%;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    margin:20px 0;
  }
}
/* ================================
   ASÍ ES YOCUTZ POR DENTRO
================================ */

.yc-inside-section{
  background:#050505;
  color:#fff;
  padding:42px 0 52px;
}

.yc-inside-container{
  width:min(1280px,94%);
  margin:0 auto;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 0%,rgba(240,223,0,.08),transparent 28%),
    #070707;
  padding:34px 30px 30px;
}

.yc-inside-header{
  text-align:center;
  margin-bottom:28px;
}

.yc-inside-header h2{
  color:#fff;
  font-size:32px;
  line-height:1.1;
  margin:0 0 10px;
  font-weight:900;
}

.yc-inside-header p{
  color:#b9b9b9;
  margin:0;
  font-size:14px;
}

.yc-inside-carousel{
  position:relative;
}

.yc-inside-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:255px;
  gap:24px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:4px 8px 26px;
  scrollbar-width:none;
}

.yc-inside-track::-webkit-scrollbar{
  display:none;
}

.yc-inside-card{
  scroll-snap-align:start;
}

.yc-inside-card img{
  width:100%;
  height:390px;
  object-fit:cover;
  object-position:top center;
  border-radius:18px;
  border:1px solid rgba(240,223,0,.22);
  box-shadow:0 24px 55px rgba(0,0,0,.65);
  background:#111;
}

.yc-inside-card h3{
  color:#fff;
  font-size:16px;
  margin:18px 0 6px;
}

.yc-inside-card p{
  color:#8f8f8f;
  font-size:13px;
  line-height:1.45;
  margin:0;
}

.yc-carousel-arrow{
  position:absolute;
  top:38%;
  z-index:5;
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(20,20,20,.85);
  color:#fff;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  backdrop-filter:blur(8px);
}

.yc-carousel-arrow.left{
  left:-8px;
}

.yc-carousel-arrow.right{
  right:-8px;
}

.yc-carousel-arrow:hover{
  background:#F0DF00;
  color:#000;
}

/* Selector de perfiles */

.yc-profile-selector{
  margin-top:18px;
  background:linear-gradient(180deg,#111,#090909);
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:26px;
  text-align:center;
}

.yc-profile-selector h3{
  color:#fff;
  font-size:24px;
  margin:0 0 6px;
}

.yc-profile-selector p{
  color:#999;
  margin:0 0 24px;
  font-size:14px;
}

.yc-profile-buttons{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.yc-profile-btn{
  background:#101010;
  border:1px solid rgba(255,255,255,.12);
  border-radius:15px;
  padding:20px;
  text-align:center;
  cursor:pointer;
  color:#fff;
  transition:.25s ease;
}

.yc-profile-btn span{
  display:block;
  color:#F0DF00;
  font-size:26px;
  margin-bottom:12px;
}

.yc-profile-btn strong{
  display:block;
  color:#fff;
  font-size:16px;
  margin-bottom:7px;
}

.yc-profile-btn small{
  display:block;
  color:#9c9c9c;
  font-size:12px;
  line-height:1.45;
}

.yc-profile-btn:hover,
.yc-profile-btn.active{
  border-color:#F0DF00;
  background:rgba(240,223,0,.08);
  transform:translateY(-3px);
}

/* Responsive */

@media(max-width:900px){
  .yc-profile-buttons{
    grid-template-columns:repeat(2,1fr);
  }

  .yc-inside-track{
    grid-auto-columns:220px;
  }

  .yc-inside-card img{
    height:330px;
  }
}

@media(max-width:560px){
  .yc-profile-buttons{
    grid-template-columns:1fr;
  }

  .yc-inside-container{
    padding:28px 18px;
  }

  .yc-inside-header h2{
    font-size:26px;
  }

  .yc-inside-track{
    grid-auto-columns:82%;
  }

  .yc-inside-card img{
    height:350px;
  }
}
.yc-profile-panel{
  display:none;
  margin-top:28px;
}

.yc-profile-panel.active{
  display:block;
}

.yc-profile-panel-head{
  text-align:center;
  margin-bottom:28px;
}

.yc-profile-panel-head h3{
  color:#fff;
  font-size:28px;
  margin:0 0 8px;
}

.yc-profile-panel-head p{
  color:#9d9d9d;
  margin:0;
}

.yc-screen-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:22px;
}

.yc-screen-grid-saas{
  grid-template-columns:repeat(4,1fr);
}

.yc-screen-card{
  background:#101010;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:16px;
  transition:.25s ease;
}

.yc-screen-card:hover{
  border-color:#F0DF00;
  transform:translateY(-4px);
}

.yc-screen-card img{
  width:100%;
  height:320px;
  object-fit:cover;
  object-position:top center;
  border-radius:14px;
  background:#050505;
  border:1px solid rgba(255,255,255,.08);
}

.yc-screen-grid-saas .yc-screen-card img{
  height:220px;
}

.yc-screen-card h4{
  color:#fff;
  font-size:16px;
  margin:16px 0 6px;
}

.yc-screen-card p{
  color:#8f8f8f;
  font-size:13px;
  line-height:1.45;
  margin:0;
}

@media(max-width:1100px){
  .yc-screen-grid,
  .yc-screen-grid-saas{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .yc-screen-grid,
  .yc-screen-grid-saas{
    grid-template-columns:1fr;
  }

  .yc-screen-card img,
  .yc-screen-grid-saas .yc-screen-card img{
    height:auto;
  }
}
.yc-profile-panel{
  display:none;
  margin-top:30px;
}

.yc-profile-panel.active{
  display:block;
}

.yc-profile-panel-head{
  text-align:center;
  margin-bottom:28px;
}

.yc-profile-panel-head h3{
  color:#fff;
  font-size:28px;
  margin:0 0 8px;
}

.yc-profile-panel-head p{
  color:#9d9d9d;
  margin:0;
}

.yc-screen-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:22px;
}

.yc-screen-grid-saas{
  grid-template-columns:repeat(3,1fr);
}

.yc-screen-card{
  background:#101010;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:16px;
  transition:.25s ease;
}

.yc-screen-card:hover{
  border-color:#F0DF00;
  transform:translateY(-4px);
}

.yc-screen-card img{
  width:100%;
  height:320px;
  object-fit:cover;
  object-position:top center;
  border-radius:14px;
  background:#050505;
  border:1px solid rgba(255,255,255,.08);
}

.yc-screen-grid-saas .yc-screen-card img{
  height:220px;
}

.yc-screen-card h4{
  color:#fff;
  font-size:16px;
  margin:16px 0 6px;
}

.yc-screen-card p{
  color:#8f8f8f;
  font-size:13px;
  line-height:1.45;
  margin:0;
}

@media(max-width:1100px){
  .yc-screen-grid,
  .yc-screen-grid-saas{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .yc-screen-grid,
  .yc-screen-grid-saas{
    grid-template-columns:1fr;
  }

  .yc-screen-card img,
  .yc-screen-grid-saas .yc-screen-card img{
    height:auto;
  }
}
.botones-descarga-app{
      border: 2px solid #fff;
    border-radius: 15px;
}

