* { box-sizing: border-box; margin:0; padding:0; font-family: Arial, sans-serif; }

body {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding: 0;
}

/* ===== TOP BAR ===== */
.top-bar {
  width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5vw 3vw;
  flex-wrap: wrap;
}

.top-bar .left img.logo { width: 20vw; max-width: 80px; }

.top-bar .right {
  display: flex;
  align-items: center;
  gap: 2vw;
  flex-wrap: wrap;
}

.title-bold-shadow{
  color:#000;
  font-weight: 800;
  text-shadow: 0.6px 0 #000,
               0 0.6px #000,
               0.6px 0.6px #000;
}

/* ===== Call text (SIEMPRE negro) ===== */
.call-text{
  color: #000 !important;
  font-weight: 800;
  text-decoration: none !important;
  -webkit-text-fill-color: #000 !important;

  font-size: 4vw;
  line-height: 1.2;
}

@media (min-width:768px){
  .call-text{ font-size: 17px; }
}

.call-text a{
  color: #000 !important;
  text-decoration: none !important;
}

/* ===== ICONS ===== */
.icon-box {
  width: 10vw; height: 10vw; max-width: 35px; max-height: 35px;
  background: #ffffff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 4vw;
}

/* ===== Lines ===== */
.double-line {
  width: 100%;
  border: none;
  border-top: 1px solid #e8eaee;  /* antes era blanco sobre blanco */
  margin: 0;
}

/* ===== Contact bar ===== */
.contact-bar {
  width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5vw 3vw;
  flex-wrap: wrap;
}

.contact-bar .phone {
  display: flex;
  align-items: center;
  gap: 2vw;
  font-size: 3.5vw;
  color: #000000;
}

.phone-icon {
  width: 10vw; height: 10vw; max-width: 30px; max-height: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4vw;
}

.contact-bar button.buy-now {
  background: #000;
  color: #fff;
  border: none;
  padding: 1.5vw 3vw;
  border-radius: 6px;
  cursor: pointer;
  font-size: 3.5vw;
}

/* ===== Main container ===== */
.container {
  width: 90%;
  max-width: 520px;
  margin: 8vw auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mvo-mainCard{
  background:#fff;
  padding: 5vw;
  padding-bottom: 10vw;   /* más espacio abajo */
  border-radius:16px;
  box-shadow:0 2vw 4vw rgba(0,0,0,0.2);
  width:100%;
  transition:transform .3s ease, box-shadow .3s ease;
}

.container.focused .mvo-mainCard {
  transform: scale(1.05);
  box-shadow: 0 4vw 6vw rgba(0,0,0,0.25);
}

/* ===== Headings ===== */
.mvo-mainHeading {
  font-size: 6vw;
  font-weight: 900;
  color: #000000;
  margin-bottom: 2vw;
  text-align: left;
}

.mvo-sub-text {
  font-size: 4vw;
  color: #666666;
  margin-bottom: 3vw; /* un chin menos */
  display: flex;
  align-items: baseline;
  gap: 1.2vw; /* más cerca */
}

.mvo-sub-text .mvo-alternate-button {
  background: none;
  border: none;
  color: #000;
  font-size: 3.6vw; /* Create un poco más pequeño */
  font-weight: 800;
  cursor: pointer;
  text-decoration: underline;
  margin: 0;           /* ✅ sin márgenes raros */
  padding: 0;          /* ✅ */
  line-height: 1.1;
}

/* ===== Inputs ===== */
.mvo-labelText { display:block; font-size:3.5vw; color:#000; margin-bottom:2vw; }

.mvo-input-container { position: relative; margin-bottom: 6vw; }

.mvo-input-box {
  width:100%;
  padding: 3.2vw;              /* más “gordo” */
  border: 2px solid #cfd3da;   /* borde más grueso */
  border-radius: 10px;
  font-size: 4vw;
  font-weight: 700;
  color:#000000;
  background: #ffffff;
  transition: border-color .2s ease, box-shadow .2s ease;
  -webkit-text-fill-color: #000 !important;
}

.mvo-input-box::placeholder {
  color: #000000;
  opacity: 1;
}

.mvo-input-box:focus {
  border-color:#000000;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.10);
  outline:none;
  color:#000000;
}

/* ===== small text ===== */
.mvo-sub-text-alt { font-size:3vw; color:#888; margin-top:1vw; margin-bottom: 4vw; }

.logo{ height:32px; width:auto; }

/* ===== Continue button (ARREGLADO) ===== */
.mvo-main-button{
  display: block;
  width: 100%;

  /* tamaño estable */
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;

  background-color: #D8DADA;
  color: #ffffff;

  border: none;
  border-radius: 12px;

  opacity: .6;
  cursor: not-allowed;

  box-shadow: 0 8px 18px rgba(0,0,0,0.10);

  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, opacity .12s ease, filter .12s ease;

  margin-top: 20px;
  margin-bottom: 80px; /* ✅ recupera el espacio de abajo */
}

.mvo-main-button:active{
  transform: translateY(1px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.10);
}

.mvo-main-button:disabled{
  opacity: .6;
  cursor: not-allowed;
  filter: none;
}

.mvo-main-button.enabled{
  background-color: #000;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
}

.mvo-main-button.enabled:hover{
  filter: brightness(1.05);
}

@media (max-width: 420px){
  .mvo-main-button{
    font-size: 16px;
    padding: 12px 18px;
  }
}

/* ===== Bottom links ===== */
.bottom-links{
  display:flex;
  justify-content:space-between;
  margin-top:4vw;
  width:100%;
}

.bottom-links a{
  font-size:3.5vw;
  color:#000000;
  text-decoration:underline;
  cursor:pointer;
}

/* ===== Desktop overrides ===== */
@media screen and (min-width: 768px) {
  .top-bar { padding: 10px 20px; }
  .top-bar .left img.logo { width: 80px; }

  .icon-box { width:35px; height:35px; font-size:16px; }

  .contact-bar { padding: 10px 20px; }
  .contact-bar .phone { font-size:16px; gap:10px; }
  .phone-icon { width:30px; height:30px; font-size:16px; }
  .contact-bar button.buy-now { font-size:14px; padding:6px 15px; }

  .mvo-mainCard { padding:25px 20px 35px 20px; box-shadow:0 8px 15px rgba(0,0,0,0.2); }
  .mvo-mainHeading { font-size:24px; margin-bottom:6px; }

  .mvo-sub-text{ font-size:14px; gap: 6px; margin-bottom: 12px; }
  .mvo-sub-text .mvo-alternate-button{ font-size: 13px; }

  .mvo-labelText,
  .mvo-input-box,
  .mvo-sub-text-alt,
  .bottom-links a{
    font-size:14px;
  }

  .mvo-input-box{
    padding: 14px;
    font-size: 16px;
  }
}
