/* ==== RESET ==== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;  
}

body {
  font-family: 'Montserrat';
  color: #333;
  background: #fff;
}


img {
  max-width: 100%;
  height: auto;
}
p{
  font-size: 1.2rem;
}
h2{
  font-weight: 900;
  color: #484848;
  font-size: 35px;
}
.register-section {
  background: #fff;
  color: #333;
  padding: 60px 20px;
  text-align: center;
}

.register-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.fade-in {
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.8s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.btn,
.btn-register,
.btn-registro,
.webniar-btn {
  display: inline-block;
  border-radius: 1rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn:hover,
.btn-register:hover,
.btn-registro:hover,
.webniar-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* GLOBAL SECTIONS */
section {
  text-align: center;
  padding: 4rem 2vw;
}

/* HERO */
.hero {
  background: linear-gradient(135deg, #f15a29, #f7931e);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}
.hero .content {
  width: 100%;
  max-width: 90vw;
  z-index: 2;
}
.hero h1 {
  font-size: 6vw;
  font-weight: 900;
  line-height: .9;
}
.hero h1 span {
  color: #fff600;
}
.hero .subtitle {
  margin-bottom: 0;
  font-size: 2.5rem;
}
.hero .hero-img {
  /*width: 25vw;*/
  max-width: 395px;
  margin: 1.5rem auto 0;
}
.video-box {
 display: flex;
 align-items: center; 
 gap: 20px; 
 max-width: 1000px; 
 margin: 0 auto;
 margin: 53px auto;
}

.video-box img,
{
  width: 30%; 
  height: auto;  
}
.video-box .video-responsive {
  width: 70%;   border-radius: 14px;
}

.video-responsive iframe {
  width: 100%;
  height: 400px; 
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4vw;
  color: white;
}
 

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
}

.unit {
  text-align: center;
}

.digits {
  display: flex;
  gap: 6px;
  justify-content: center;
}

.digit {
  background: #2c2c2c;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.35);
  display: inline-block;
  min-width: 48px;
}

.colon {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  margin: 0 4px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.unit small {
  margin-top: 6px;
  display: block;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 500;
}


@media(max-width: 600px) {
  .digit { font-size: 1.8rem; min-width: 29px; padding: 15px 4px; }
  .colon { font-size: 2rem; }
}









/* ABOUT */
.about {
  background: #f9f9f9;
}
.about .highlight {
  color: rgb(255 165 67);
  font-weight: 800;
}
.about-img {
  width: 80%;
  max-width: 285px;
  margin-top: 1rem;
}

/* ORANGE BACKGROUND */
.orange-bg {
  background: linear-gradient(135deg, #f15a29, #f7931e);
  color: white;
}
.app-preview {
  box-shadow: 0 4px 12px rgba(255,255,255,0.9);
  border-radius: 0.5rem;
  width: 100%;
  max-width: 400px;
  margin: 32px auto;
}

.subtitle-1{
  font-weight: 900;
  color: #fff;
  font-size: 33px;
  margin: 22px auto;
  line-height: 1.2
}
.text-black{
  color: #000;
}
.dark-section {
  background-color:#000; 
  color: #ffffff;  
  padding: 4rem 1rem;
  font-family: 'Inter', sans-serif;
  overflow: hidden;  
}

.two-column-container {
  max-width: 1200px;
  margin: 0 auto; 
  display: flex;
  flex-direction: row; 
  align-items: center;  
  gap: 40px;  
}

.column-content, .column-image {
 width: 50%; 
 box-sizing: border-box;
}

.dark-section p {
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.1rem;
}

.dark-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

/* SIX WAYS */
.six-ways {
  background: #fff;
  color: #313131;
  text-align: center;
  /*padding: 80px 5%;*/
  /*font-family: "Poppins", sans-serif;*/
}

.six-ways h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 60px;
  color: #404040;
  letter-spacing: 0.5px;
}

.ways-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  flex-wrap: wrap;
}

.ways-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 320px;
  text-align: left; /* for left column, overridden below */
}

.ways-container .right {
  text-align: left;
}


.ways-container ul li {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.6;
}

.ways-container ul li b {
  display: block;  
  margin-bottom: 5px;
  font-weight: 800;
  color: #464646;
}

.phone-img {
  width: 230px; 
}


.info .video-responsive, .why-section .video-responsive {

  width: 66%; 
  margin: 49px auto;
  border-radius: 19px;
} 
.winwin h3{
  font-size: 1.8rem;
}
.winwin p{
  margin: 20px auto;
  color: #e8e8e8;
  font-weight: 400;
  font-size: 1.4rem;
}
.thinking{
  padding: 10px 42px;
  margin: 36px auto;
}
.thinking p{
  margin: 30px auto;
  color: #313131;
  font-size: 1rem;
  font-weight: 400;
}



.promo-slider {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.slider-swiper {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.slider-swiper img {
  width: 100%;
  display: block;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transition: transform 1.2s ease; /* Smooth zoom */

}

.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-next img {
  transform: scale(1.08);
}

.swiper-pagination-bullet {
  background: #ff7a00;
  opacity: 0.4;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.4);
}

.swiper-button-next,
.swiper-button-prev {
  background: #282828;
  width: 42px;
  height: 42px; 
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  transform: scale(1.08);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important;
}



.promo-slider h2{ 
  margin-bottom: 17px;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 60px;
  color: #404040;
  letter-spacing: 0.5px;
}

/*========================================*/


@media (max-width: 900px) {
  .launch-section {
    flex-direction: column;
    text-align: center;
    padding: 50px 40px;
  }

  .offer-container {
    padding-left: 0;
    margin-top: 30px;
  }
  .franchise-section {
    flex-direction: column;
    text-align: center;
  }

  .text-content {
    max-width: 90%;
  }

  .image-content {
    margin-top: 55px;
  }

  .circle {
    width: 220px;
    height: 220px;
  }

  .image-content img {
    width: 330px;
  }
}
@media (max-width: 992px) {
  .ways-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .ways-container ul {
    text-align: center;
    width: 100%;
    max-width: 400px;
  }
}

.earn-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  text-align: center;
}
.earn-img {
  width: 80%;
  max-width: 300px;
}



/* REGISTER SECTION */
.register-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  text-align: center;
}
.register-content img {
  width: 80%;
  max-width: 250px;
}

/* APP INFO SECTION */
.app-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  padding: 2rem 5vw;
}
.column {
  flex: 1 1 300px;
  min-width: 250px;
}
.column.center img {
  width: 100%;
  max-width: 300px;
  border-radius: 1rem;
}

/* FEATURES */
.feature h3 {
  margin-bottom: 0.5rem;
  color: #FF9900;
}
.feature p {
  font-size: 0.95rem;
  line-height: 1.5;
}

/* PRESENTATION */
.presentacion,
.porque-nosotros {
  padding: 4rem 2vw;
  background-color: #f9f9f9;
  text-align: center;
}
.porque-nosotros h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

.porque-nosotros .descripcion {
  font-size: 1.1rem;
  color: #444;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* VIDEO / IMAGE CONTAINER */
.video-container {
  position: relative;
  width: 100%;
  max-width: 600px; /* scales up to 600px */
  margin: 0 auto;
}

.video-container .image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.titulo-principal {
  font-size: 4vw;
}
.descripcion {
  font-size: 1rem;
  line-height: 1.6;
}

/* FAQ */
.faq-body {
 font-family: 'Poppins', sans-serif;
 background-color: #fff;
 color: #333;
 margin: 0;
 padding: 0;
}
.faq-section {
  max-width: 1100px;
  margin: 80px auto;
  text-align: center;
  padding: 0 20px;
}

.faq-section h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1f1f1f;
  margin-bottom: 50px;
  line-height: 1.2;
}

.faq-section h2 span {
  color: #1f1f1f;
}

.faq-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.faq-column {
  flex: 1;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  text-align: left;
  padding: 20px 25px;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: background 0.2s;
}

.faq-question::before {
  content: '+';
  position: absolute;
  left: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #888;
  transition: transform 0.2s;
}

.faq-question.active::before {
  content: '−';
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  background: #fafafa;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  margin: 15px 0;
}

.faq-item:hover {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}
.faq-question.active + .faq-answer {
  margin-top: 10px;
}
.questions {
  color: #222;
  margin-top: 60px;
  font-family: 'Pacifico', cursive;
  font-size: 1.8rem;
  text-align: center;
  background-color: #fff;
} 





/* FOOTER */
footer,
.main-footer {
  text-align: center;
  padding: 2rem 5vw;
}
/*.footer-logo img {
  width: 25vw;
  max-width: 150px;
}
*/
@media (max-width: 1024px) {
  .hero h1 { font-size: 5vw; }
  .hero .subtitle { font-size: 1.2rem; }
  .hero-img { width: 30vw; }

  .hero1 .text-container {
    margin-left: 200px;
    max-width: 450px;
  }
}

.packs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 4rem 2vw;
}

.packs .pack {
  flex: 1 1 300px; /* grow, shrink, basis */
  max-width: 400px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.packs .pack img {
  width: 100%;
  height: auto;
  display: block;
}

.packs .pack .text {
  padding: 1rem 1.5rem;
}

.packs .pack h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.packs .pack p {
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
}

.restaurant-register {
  padding: 60px 20px;
  background: linear-gradient(135deg, #ff6200, #ff8533);
  color: white;
}

.register-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

.image-column {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.shiba-chef-img {
  max-width: 300px;
  height: auto;
}

.form-column {
  flex: 1;
  min-width: 320px;
}

.form-box {
  background: white;
  padding: 30px 25px;
  border-radius: 20px;
  color: #333;
}

.form-box h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #e94e1b;
}

.restaurant-form input,
.restaurant-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.phone-input {
  display: flex;
  align-items: center;
  gap: 10px;
}

.flag-icon {
  font-size: 20px;
}

.location-inputs {
  display: flex;
  gap: 10px;
}

.location-inputs select,
.location-inputs input {
  flex: 1;
}

.btn-submit {
  width: 100%;
  background-color: #b72119;
  color: white;
  padding: 14px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}

.btn-submit:hover {
  background-color: #8e1a12;
}

.privacy-note {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  color: #888;
}
.video-responsive {
  position: relative;
  padding-bottom: 38.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 4px 12px rgba(255,255,255,0.9);
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.register-section {
  padding: 20px;
  background-color: #f9f9f9;
}

.register-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.header {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
  color: #333;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Allow sections to wrap on small screens */
}

.left-side {
  flex: 1;
  padding: 10px;
}

.left-side .image {
  max-width: 100%;
  height: auto;
}

.right-side {
  flex: 1;
  padding: 20px;
}

.right-side h2 {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 10px;
}

.right-side p {
  font-size: 1em;
  color: #666;
  margin-bottom: 15px;
}

/* Button Styles */


.btn-grad {background-image: linear-gradient(to right, #FF512F 0%, #F09819  51%, #FF512F  100%)}
.btn-grad {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: inline-block;
  border:0 ;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.register-btn {
  background-color: #ff7f00;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;

}

.register-btn:hover {
  background-color: #ff6000;
}

.mobile-frame{
  border: 28px solid #484848;
  padding: 66px;
  border-radius: 50px;
  margin: 16px 204px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.9);
}
.mobile-frame p.para{
  line-height: 2;
  color: #484848;
  font-size: 18px;
  font-weight: 500;
}

.whatsapp-button {
 display: inline-flex;
 align-items: center;
 padding: 12px 25px; 
 border-radius: 12px; /* Curved Radius */
 text-decoration: none;
 color: white;
 cursor: pointer;
 box-sizing: border-box;

 background: linear-gradient(90deg, #ff8c00 0%, #ff4500 100%); 

 box-shadow: 0 0 15px rgba(255, 255, 255, 0.6); 

 transition: all 0.3s ease;
}

.whatsapp-button:hover {
 transform: translateY(-2px);
 box-shadow: 0 5px 20px rgba(255, 255, 255, 0.8);
}

.whatsapp-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  fill: white;
  flex-shrink: 0;  
}

.whatsapp-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;  
}

.whatsapp-text .line-one {
  font-size: 16px;
  font-weight: 700; 
  text-transform: uppercase;
} 
.whatsapp-text .line-two {
  font-size: 14px;
  font-weight: 300; 
  opacity: 0.8;
}


body {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
section {
  width: 100%;
}
.hero-section {
  padding: 80px 0;
}
.hero-content h2 {
  font-family: 'Pacifico', cursive;
  font-size: 1.8rem;
  color: #fff;
}
.hero-content h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
}
.hero-content p {
  color: #fff;
  font-size: 1.1rem;
  margin-top: 15px;
}
.btn-register {
  background-color: #c43b00;
  border: 2px solid #ffba42;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 12px;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.btn-register:hover {
  background-color: #ffba42;
  color: #c43b00;
}
.phone-mockup {
  max-width: 300px;
  margin-top: 20px;
}
.store-badges img {
  height: 55px;
  margin: 10px;
} 
.register-section {
  text-align: center;
  padding: 40px 0;
  background-color: #f3f9ff; /* light blue background */
  font-family: 'Poppins', sans-serif;
}

.register-btn {
  background: linear-gradient(90deg, #ff7b42, #ff4f4f);
  color: white;
  border: none;
  border-radius: 25px;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.register-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}

.register-btn .checkmark {
  font-size: 22px;
  font-weight: bold;
}

.register-note {
  margin-top: 15px;
  font-size: 15px;
  color: #333;
}
.register-container1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 5%;
  flex-wrap: wrap;
  background-color: #ffffff; 
  font-family: 'Poppins', sans-serif;
  width: 100vw; /* full screen width */
  position: relative;
  overflow: hidden;
}

/* --- Left Side: Chef Image --- */
.chef-side {
  flex: 1;
  text-align: center;
  min-width: 300px;
}

.chef-img {
  width: 100%;
  max-width: 380px;
  height: auto;
}

/* --- Right Side: Form Box --- */
.form-side {
  flex: 1;
  min-width: 320px;
  display: flex;
  justify-content: center;
}

.form-box {
  background: linear-gradient(180deg, #ff8948, #ff5d3e);
  border-radius: 25px;
  padding: 45px 40px;
  color: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 420px;
}

/* --- Form Title --- */
.form-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

/* --- Inputs --- */
.register-form input,
.register-form select {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 25px;
  margin-bottom: 15px;
  font-size: 15px;
  outline: none;
}

.city-row {
  display: flex;
  gap: 10px;
}

.city-row select,
.city-row input {
  flex: 1;
}

/* --- Submit Button --- */
.submit-btn {
  background-color: #b8362e;
  color: #fff;
  border: 2px solid #ffcc66;
  border-radius: 25px;
  padding: 12px 0;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Patrick Hand', cursive; /* handwritten look */
}

.submit-btn:hover {
  background-color: #a32c25;
}

/* --- Small Note --- */
.form-note {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  color: #f7f2f2;
}

/*
.launch-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2f353d;
  padding: 60px 100px;
  flex-wrap: wrap;
  position: relative;
}

.launch-title {
  font-family: 'Patrick Hand', cursive;
  font-size: 3rem;
  margin-bottom: 25px;
  color: #fff;
}

.countdown-container {
  flex: 1;
  min-width: 320px;
}

.countdown {
  display: flex;
  gap: 10px;
}

.countdown div, .time{
  padding: 0;
  padding-top: 21px;
}
.mobile-frame .unit small, .mobile-frame .colon{
  color: #2c2c2c;
}
.time-box {
  background: #1e2227;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 10px 15px;
  width: 105px;
  box-shadow: 0 5px 0 #ccc;
}

.number {
  font-size: 2.2rem;
  font-weight: 700;
}

.time-box span {
  display: block;
  font-size: 0.8rem;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.offer-container {
  flex: 1;
  text-align: left;
  padding-left: 50px;
  min-width: 350px;
}

.offer-text {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 15px;
}

.offer-text strong {
  font-weight: 800;
}

.offer-note {
  font-size: 1rem;
  color: #ccc;
}

.launch-section::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #2f353d;
}*/


.mobile-frame h2{
  font-weight: 900;color: #484848;font-size: 47px;
}


.promo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  text-align: left;
}

.promo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.promo-text {
  flex: 1 1 450px;
  padding: 20px;
}

.promo-text h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.promo-text h1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 10px 0 20px;
}

.promo-text p {
  font-size: 1.1rem;
  line-height: 1.6;
}
.promo-section1{
  background: #000;

}

.promo-content-fixed {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 50px 0;
}

.promo-image-fixed img {
  width: 100%;
  max-width: 340px;
  display: block;
}

.promo-text-fixed {
  flex: 1;
  color: #fff; 
}

.promo-text-fixed h1 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.3;
}

.promo-text-fixed p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 14px;
  text-align: left;
} 

.btn-cta {
  display: inline-block;
  background: #ff4b2b;
  color: white;
  font-weight: 600;
  border: 2px solid white;
  border-radius: 8px;
  padding: 12px 24px;
  margin-top: 20px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-cta:hover {
  background: #ff7a00;
}

.promo-image {
  flex: 1 1 350px;
  display: flex;
  justify-content: center;
}

.promo-image img {
  max-width: 300px;
  width: 100%;
}

.store-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.store-buttons img {
  height: 50px;
  transition: transform 0.3s;
}

.store-buttons img:hover {
  transform: scale(1.05);
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  /*border-radius: 0 0 10px 10px;*/
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
}

.footer-logo {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*.footer-logo img {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}*/

.footer-logo h2 {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 700;
}

.footer-logo span {
  color: #ff7a00;
}

.footer-about {
  flex: 1 1 300px;
  margin: 10px 20px;
}

.footer-about h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-about p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

.footer-social {
  flex: 1 1 200px;
}

.footer-social h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icons a {
  color: #fff;
  background-color: #222;
  padding: 13px;
  border-radius: 50%;
  transition: background 0.3s, transform 0.3s;
  font-size: 1.1rem;
  width: 50px;
  height: 50px;
}

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

.register-section {
  background: #fff;
  color: #333;
  padding: 60px 20px;
  text-align: center;
}

.register-section h2 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 40px;
}

.register-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto 60px;
}

.register-video {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
}

.register-video img {
  width: 100%;
  max-width: 480px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.register-info {
  flex: 1 1 45%;
  text-align: left;
}

.register-info h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.register-info p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.register-btn {
  display: inline-block;
  background: linear-gradient(90deg, #ff7a00, #ff4b2b);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.register-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 122, 0, 0.4);
}

.presentation {
  /*background: linear-gradient(180deg, #ff6b00, #ffb400);*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
}

.presentation-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  max-width: 800px;
  width: 100%;
  padding: 40px 30px;
  text-align: center;
  color: #333;
}

.presentation-card h2 {
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 5px;
}

.presentation-card h1 {
  font-size: 2rem;
  color: #111;
  font-weight: 700;
  margin-bottom: 30px;
}

.video-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-section img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.video-section .mascot {
  position: absolute;
  right: -80px;
  bottom: -20px;
}

.video-section .mascot img {
  width: 160px;
  height: auto;
}

.important-text {
  margin-top: 30px;
}

.important-text h3 {
  color: #111;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 15px;
}

.important-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #555;
}


.webinar {
  background: #f36b2a;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.container {
  max-width: 700px;
  padding: 20px;
  position: relative;
}

.logo {
  width: 120px;
  margin-bottom: 20px;
}

.webinar h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #fff;
}

.subtitle {
  font-size: 1rem;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 30px;
}

.webinar h1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}

.countdown1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.time-box1 {
  background: #fff;
  color: #000;
  border-radius: 4px;
  padding: 10px 14px;
  font-weight: bold;
  min-width: 50px;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.15);
}

.time-box1 span {
  font-size: 1.6rem;
  display: block;
}

.time-box1 p {
  font-size: 0.8rem;
  margin: 0;
}

.separator1 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.note {
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  margin-top: 10px;
}

.mascot {
  position: absolute;
  bottom: -102px;
  left: -109px;
  width: 120px;
}

.earning-section {
  text-align: center;
  padding: 80px 10%;
  background-color: #f8f8f8;
}

.earning-section h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 1px;
}

.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.carousel-images {
  display: flex;
  gap: 30px;
  overflow: hidden;
  justify-content: center;
  flex-wrap: wrap;
}

.image-box {
  width: 250px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.image-box img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.image-box:hover {
  transform: scale(1.05);
}

.arrow {
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 50%;
  transition: background 0.3s ease;
  margin: 0 20px;
}

.arrow:hover {
  background: rgba(0,0,0,0.8);
}

.text-content {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  color: #404040;
}

.text-content .tag {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  color: #777;
  margin-bottom: 10px;
  font-weight: bold;
}

.text-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #404040;
  line-height: 1.2;
  margin-bottom: 20px;
}

.text-content h2 strong {
  color: #404040;
  font-weight: 800;
}

.text-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
  font-weight: 500; 
  text-align: left;

}
.image-content {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
}

.image-content img {
  /*width: 300px;*/
  z-index: 2;
  position: relative;
}

.circle {
  position: absolute;
  width: 280px;
  height: 280px;
  background: #ff6b35;
  border-radius: 50%;
  z-index: 1;
}

.franchise-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 94px 10%;
  background-color: #f3f5f8;
  flex-wrap: wrap;
}


.orange-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #f26c23;
}

.mascot1 {
/*  position: absolute;
  bottom: 0;
  right: 20px; 
  width: 150px; */ 
  max-width: 80vw;  
  height: auto;
}

.hero1 {
  position: relative;
  height: 100vh;
  background: url('img/kitchen.png') center center / cover no-repeat; /* Replace with your background image */
  display: flex;
  align-items: center;
  justify-content: center;
}


.hero1 .text-container {
  margin-left: 596px;
  max-width: 550px;
  color: #fff;
}

.hero1 .text-container h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.hero1 .text-container p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

@media (max-width: 768px) {


  .hero h1 { font-size: 6vw; }
  .hero .subtitle { font-size: 2.6rem;font-weight: 900;}
  .hero-img { width: 40vw; }
  .phone-img,
  .about-img,
  .earn-img { width: 90%; max-width: 250px; }
  .ways-container { flex-direction: column; }
  .ways-container ul { text-align: center; }
  .register-content { flex-direction: column; }
  .app-info { flex-direction: column; padding: 2rem 2vw; }


  .packs {
    flex-direction: column;
    padding: 2rem 2vw;
  }

  .packs .pack {
    max-width: 100%;
  }

  .column { text-align: center; }
  .register-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .register-info,
  .register-video {
    width: 100%;
    max-width: 90%;
  }

  .header {
    font-size: 1.8em;  
    margin-bottom: 15px;
  }

  .container {
    gap: 30px;  
  }

  .section {
    flex-direction: column; 
    align-items: flex-start;  
  }

  .left-side, .right-side {
    flex: 1 1 100%;  
    padding: 15px;
  }

  .right-side h2 {
    font-size: 1.3em;  
  }

  .right-side p {
    font-size: 0.9em;  
  }

  .register-btn {
    padding: 12px 25px;  
  }

  .hero-section {
    text-align: center;
  }
  .phone-mockup {
    margin: 40px auto 0;
  }
  .register-container1 {
    flex-direction: column;
    text-align: center;
  }

  .form-box {
    margin-top: 30px;
  }
  .launch-section {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .launch-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .countdown {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .time-box {
    width: 80px;
    padding: 8px 10px;
  }

  .number {
    font-size: 1.6rem;
  }

  .time-box span {
    font-size: 0.7rem;
  }

  .offer-container {
    padding-left: 0;
    margin-top: 25px;
    text-align: center;
  }

  .offer-text {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .offer-note {
    font-size: 0.9rem;
  }
  .promo-container {
    flex-direction: column;
    text-align: center;
  }

  .promo-text {
    padding: 0;
  }

  .promo-image img {
    max-width: 250px;
  }
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-about {
    margin: 20px 0;
  }
  .register-container {
    flex-direction: column;
    text-align: center;
  }

  .register-info {
    text-align: center;
  }

  .register-video img {
    max-width: 90%;
  }
  .carousel-images {
    flex-direction: column;
    align-items: center;
  }

  .image-box {
    width: 80%;
    max-width: 300px;
  }

  .arrow {
    display: none;
  }
  .content {
    flex-direction: column;
    text-align: center;
  }

  .text {
    padding-left: 0;
    margin-top: 20px;
  }

  .phones {
    margin-bottom: 20px;
  }
  section {
    padding: 40px 15px;
  }

  h1, h2, h3 {
    line-height: 1.3;
    word-break: break-word;
  }

  .hero1 {
    height: auto;
    flex-direction: column;
    text-align: center;
    background-position: center;
    padding: 80px 20px;
  }

  .hero1 .text-container {
    margin-left: 0;
    max-width: 100%;
  }

  .hero1 .text-container h1 {
    font-size: 1.8rem;
  }

  .hero1 .text-container p {
    font-size: 1rem;
  }
  .hero h1{
    display: none;
  }

  .video-box {
    flex-direction: column;
    gap: 20px;
    padding: 0px;
    margin: 29px auto;
  }

  .video-box img {
    width: 90%;
    max-width: 280px;
    display: none;
  }
  .video-box .video-responsive {
    width: 94%;
    padding: 31%;
  }

  .register-container,
  .register-container1 {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .register-info {
    text-align: center;
  }

  .register-video img,
  .chef-img {
    max-width: 90%;
  }

  .form-box {
    padding: 25px 20px;
  }

  .submit-btn {
    font-size: 1rem;
  } 
  .mobile-frame {
    border-width: 10px;
    padding: 25px;
    margin: 10px auto;
    width: 90%;
  }

  .franchise-section {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }

  .text-content h2 {
    font-size: 1.8rem;
  }

  .image-content img {
    width: 100%;
  }

  .circle {
    width: 180px;
    height: 180px;
  }

  .footer {
    text-align: center;
  }

  .footer-container {
    flex-direction: column;
    /*gap: 25px;*/
  }

  .footer-about {
    flex: 1 1;
  }

  .btn, .btn-register, .register-btn, .btn-grad {
    width: 100%;
    padding: 12px 0;
    font-size: 0.95rem;
  }

  .whatsapp-button {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }

  .whatsapp-text .line-one {
    font-size: 14px;
  }

  .whatsapp-text .line-two {
    font-size: 12px;
  }

  .promo-container {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .promo-text h1 {
    font-size: 2rem;
  }

  .promo-text h2 {
    font-size: 1.4rem;
  }

  .presentation-card {
    padding: 25px 20px;
  }

  .video-section img {
    max-width: 100%;
  }

  .mascot {
    display: none;
  }
  .hero1 {
    height: auto;                 
    flex-direction: column;     
    text-align: center;        
    padding: 80px 20px;          
    justify-content: center;     
  }

  .hero1 .text-container {
    margin-left: 0;             
    max-width: 100%;    
  }

  .hero1 .text-container h1 {
    font-size: 1.6rem;           /* scale down heading */
  }

  .hero1 .text-container p {
    font-size: 1rem;
  }

  .footer-menus {
    flex-direction: column;
    gap: 20px;
  }

  .promo-content-fixed {
    flex-direction: column;
    text-align: center;
    padding: 30px 15px;
  }

  .promo-text-fixed h1 {
    font-size: 1.7rem;
  }

  .slider-swiper img {
    max-width: 320px;
    max-width: 213px;
    margin: 0 auto;
  }
}

.orange-line {
  border: none;
  height: 4px;
  width: 80px;
  background-color: orange;
  margin: 20px auto; /* centers it */
  border-radius: 10px;
}
.stars-golden {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 15px;
}

.stars-golden span {
  color: #b8860b; /* base dark golden */
  background: linear-gradient(45deg, #ffd700, #ffcc00, #b8860b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px #b8860b);
  margin: 0 4px;
  display: inline-block;
  transition: transform 0.2s ease;
}

.stars-golden span:hover {
  transform: scale(1.3);
  filter: drop-shadow(0 0 6px #ffd700);
}
.footer-menus {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 20px;
}

.footer-menu {
  min-width: 180px;
}

.footer-menu h3 {
  font-size: 1.1em;
  color: #fff;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  margin-bottom: 8px;
}

.footer-menu ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-menu ul li a:hover {
  color: #fff;
  text-decoration: underline;
} 


@media (max-width: 480px) {


  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.4rem; }
  p { font-size: 0.9rem; }
  section { padding: 40px 10px; }

  h1 { font-size: 6vw; }
  .btn, .btn-register, .btn-registro { width: 100%; padding: 0.8rem; font-size: 0.9rem; }
  .promo-highlight { font-size: 7vw; }
  .promo-title { font-size: 4vw; }
  .promo-subtext { font-size: 0.9rem; }

  .porque-nosotros h2 {
    font-size: 2rem;
  }

  .porque-nosotros .descripcion {
    font-size: 1rem;
  }

  .video-container {
    max-width: 90%;
  }


  .header {
    font-size: 1.6em;  
    margin-bottom: 10px;
  }

  .container {
    gap: 20px;  
  }

  .section {
    padding: 10px; 
  }

  .right-side h2 {
    font-size: 1.2em;  
  }

  .right-side p {
    font-size: 0.8em; 
  }

  .register-btn {
    width: 100%;  
    padding: 15px 0; 
  }


  .mobile-frame{    
    padding: 25px; 
    margin: 1px auto;
  }
  .countdown div, .time {
    padding: 1rem 0.1rem;

  }
  .countdown span, .time span {
    font-size: 1.5rem;
    display: block;
    font-weight: bold;
  }
  .colon{
    margin:0;
  }
  .countdown div, .time{
    padding: 0;
    padding-top: 21px;
  }
  html {
    font-size: 14px;
  }

  .hero h1 {
    font-size: 1.6rem;
  }

  .hero .subtitle {
    font-size: 2.6rem;
    font-weight: 900;
  }

  p {
    font-size: 0.9rem;
  }

  h2 {
    font-size: 1.3rem;
  }
/*
  .countdown span {
    font-size: 1.4rem;
  }
*/
  .register-btn {
    font-size: 0.9rem;
  }

  .promo-text h1 {
    font-size: 1.6rem;
  }

  .launch-section {
    padding: 30px 15px;
  }

  .launch-title {
    font-size: 1.8rem;
  }

  .countdown {
    gap: 1px;
  }

  .time-box {
    width: 70px;
    padding: 6px 8px;
    border-radius: 8px;
  }

  .number {
    font-size: 1.3rem;
  }

  .time-box span {
    font-size: 0.65rem;
  }

  .offer-text {
    font-size: 1.1rem;
  }

  .offer-note {
    font-size: 0.85rem;
  }

  .mobile-frame h2{
    font-size: 32px;
    margin: 8px auto;
  }
  .mobile-frame p.para{
    line-height: 1.3;    
    padding: 14px 10px;
  }


  .hero1 {
    padding: 60px 15px;
  }

  .hero1 .text-container h1 {
    font-size: 1.4rem;
  }

  .hero1 .text-container p {
    font-size: 0.9rem;
  }

  .info .video-responsive {
    width: 94%;
    padding: 31%;
  }
  .franchise-section .text-content h2 {
    font-size: 2.8rem;
  }
  .franchise-section .text-content h3 {  
    font-size: 1.4rem;
  }
  .franchise-section p {    
    font-size: 1.4rem;
  }
 /* .mascot1 {
    position: absolute; 
    transform: translateX(-50%);
    width: 137px;
    max-width: 51vw;
    height: auto;
  }*/
  .info p {    
    font-size: 1.4rem;
  }
  .six-ways h2{
    font-weight: 900;
    margin-bottom: 17px;
  }

  .ways-container ul { 
    text-align: left; 
    padding: 10px 42px;

  }
}