.elementor-493 .elementor-element.elementor-element-a1eb943{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e8304c9 *//* Calm skin — keeps your brand variables, removes “sales pressure” */


.vm-hero__actions{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-top:18px; }

.vm-h3{
  font-size: clamp(18px, 2.2vw, 22px);
  margin: 0 0 6px;
  color: rgba(3,90,110,.88);
  letter-spacing: .02em;
}
.vm-sub{ margin:0; color: rgba(65,64,66,.62); line-height:1.7; font-size:14px; }
.vm-note{ margin:14px 0 0; color: rgba(65,64,66,.58); font-size:13px; line-height:1.7; }

.vm-panel{
  margin: 26px auto 0;
  max-width: 980px;
  padding: 18px;
  border-radius: calc(var(--vinova-radius) + 6px);
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(65,64,66,.10);
  box-shadow: 0 14px 50px rgba(0,0,0,.03);
}
.vm-panel__head{ display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-bottom:12px; }
.vm-chips{ display:flex; flex-wrap:wrap; gap:10px; }
.vm-chip{
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.80);
  border: 1px solid rgba(65,64,66,.10);
  color: rgba(65,64,66,.68);
  font-size: 13px;
}

.vm-compare{ margin-top: 34px; }
.vm-compare__head{ text-align:center; max-width:820px; margin:0 auto 16px; }

.vm-tableWrap{
  max-width: 980px;
  margin: 0 auto;
  overflow:auto;
  border-radius: calc(var(--vinova-radius) + 6px);
  border: 1px solid rgba(65,64,66,.10);
  background: rgba(255,255,255,.70);
  box-shadow: 0 14px 50px rgba(0,0,0,.03);
}
.vm-table{ width:100%; border-collapse:separate; border-spacing:0; min-width: 860px; }
.vm-table th, .vm-table td{
  padding: 14px 14px;
  border-bottom: 1px solid rgba(65,64,66,.08);
  vertical-align: top;
  color: rgba(65,64,66,.78);
  font-size: 14px;
  line-height: 1.6;
}
.vm-table thead th{
  background: rgba(251,250,248,.9);
  color: rgba(65,64,66,.88);
  border-bottom: 1px solid rgba(65,64,66,.10);
}
.vm-table tbody tr:last-child th,
.vm-table tbody tr:last-child td{ border-bottom:none; }
.vm-table th:first-child{ width: 220px; color: rgba(65,64,66,.82); }

.vm-col{ display:flex; flex-direction:column; gap:6px; }
.vm-col__k{ font-size:11px; letter-spacing:.14em; text-transform:uppercase; color: rgba(3,90,110,.72); }
.vm-col__t{ font-weight:650; color: rgba(65,64,66,.92); }
.vm-col__p{  font-size:26px; color: rgba(65,64,66,.92); }
.vm-col__p small{ font-family:'Poppins',system-ui,sans-serif; font-size:12px; letter-spacing:.08em; text-transform:uppercase; color: rgba(65,64,66,.55); }

.vm-profiles{
  max-width: 980px;
  margin: 26px auto 0;
  display:grid;
  gap: 14px;
}
.vm-profile{
  padding: 18px 18px;
  border-radius: calc(var(--vinova-radius) + 6px);
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(65,64,66,.10);
  box-shadow: 0 14px 50px rgba(0,0,0,.03);
}
.vm-profile__t{ margin:0; color: rgba(3,90,110,.88); font-size: 18px; }
.vm-profile__m{ margin:8px 0 0; color: rgba(65,64,66,.62); line-height:1.7; }
.vm-profile__list{ margin: 12px 0 0; padding-left: 18px; color: rgba(65,64,66,.74); line-height:1.75; }
.vm-profile__list b{ color: rgba(65,64,66,.88); }
.vm-profile__a{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 14px; }

.vm-accordion{ max-width: 980px; margin: 18px auto 0; display:grid; gap: 12px; }
.vm-details{
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(65,64,66,.10);
  border-radius: calc(var(--vinova-radius) + 6px);
  box-shadow: 0 14px 50px rgba(0,0,0,.03);
  overflow:hidden;
}
.vm-summary{
  cursor:pointer;
  padding: 14px 16px;
  color: rgba(65,64,66,.88);
  font-weight: 600;
}
.vm-body{ padding: 0 16px 16px; color: rgba(65,64,66,.62); line-height:1.75; }

.vm-end{ margin-top: 28px; }
.vm-end__inner{
  max-width: 980px;
  margin: 0 auto;
  padding: 18px;
  border-radius: calc(var(--vinova-radius) + 6px);
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(65,64,66,.10);
  box-shadow: 0 14px 50px rgba(0,0,0,.03);
  display:flex;
  justify-content:space-between;
  gap: 14px;
  flex-wrap:wrap;
  align-items:center;
}
/* HERO */

.vm-hero{
  position:relative;
  overflow:hidden;

  display:flex;
  align-items:center;

  min-height:520px;

  padding:40px 0;

  /* SAME background tone used in your tables/panels */
  background: rgba(251,250,248,.9);
}

/* text container aligned with vinova container */

.vm-hero__inner{
  position:relative;
  z-index:2;
}

.vm-hero__content{
  max-width:520px;
}

/* IMAGE stretching to the right */

.vm-hero__media{
  position:absolute;
  top:0;
  right:0;
  bottom:0;

  width:42%;
}

.vm-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Vinova soft fade so text reads well */

.vm-hero::after{
  content:"";
  position:absolute;
  inset:0;

  background:
  linear-gradient(
    90deg,
    rgba(251,250,248,1) 0%,
    rgba(251,250,248,.95) 30%,
    rgba(251,250,248,.7) 55%,
    rgba(251,250,248,0) 75%
  );

  pointer-events:none;
}
.vm-hero::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:160px;

  background:linear-gradient(
    to bottom,
    rgba(251,250,248,0) 0%,
    rgba(251,250,248,0.6) 50%,
    rgba(251,250,248,1) 100%
  );

  z-index:2;
  pointer-events:none;
}

/* MOBILE */

@media (max-width:900px){

  .vm-hero{
    padding:30px 0;
    min-height:420px;
  }

  .vm-hero__media{
    width:100%;
    opacity:.35;
  }

}




/* === FAQ Minimal (Spotify-style, Vinova palette) === */

.vm-faqMinimal{
  padding: 44px 0;
  background: rgba(251,250,248,.9); /* mismo tono de tu hero/tables */
}

.vm-faqMinimal__head{
  text-align:center;
  max-width: 820px;
  margin: 0 auto 18px;
}

.vm-faqMinimal__title{
  margin: 0;
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: .01em;
  color: rgba(65,64,66,.92);
}

.vm-faqMinimal__sub{
  margin: 10px 0 0;
  color: rgba(65,64,66,.62);
  line-height: 1.7;
  font-size: 14px;
}

.vm-faqMinimal__list{
  max-width: 980px;
  margin: 22px auto 0;
  border-top: 1px solid rgba(65,64,66,.12);
}

/* Each row */
.vm-faqItem{
  border-bottom: 1px solid rgba(65,64,66,.12);
  background: transparent;
}

/* Remove default marker */
.vm-faqItem > summary{
  list-style: none;
}
.vm-faqItem > summary::-webkit-details-marker{ display:none; }

.vm-faqItem__q{
  cursor: pointer;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 16px;

  padding: 18px 4px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .01em;
  color: rgba(65,64,66,.92);

  /* spotify-like hover softness */
  transition: color .2s ease, background .2s ease;
}

.vm-faqItem__q:hover{
  color: rgba(3,90,110,.90); /* tu teal */
  background: rgba(255,255,255,.25);
}

/* The answer */
.vm-faqItem__a{
  padding: 0 4px 18px;
  color: rgba(65,64,66,.62);
  line-height: 1.75;
  font-size: 14px;
  max-width: 860px;
}

/* Link inside answers */
.vm-faqItem__a a{
  color: rgba(3,90,110,.88);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Minimal chevron (pure CSS) */
.vm-faqItem__icon{
  width: 14px;
  height: 14px;
  flex: 0 0 auto;

  border-right: 2px solid rgba(65,64,66,.55);
  border-bottom: 2px solid rgba(65,64,66,.55);
  transform: rotate(45deg);
  transition: transform .25s ease, border-color .25s ease;
  margin-right: 2px;
}

/* Open state */
.vm-faqItem[open] .vm-faqItem__q{
  color: rgba(3,90,110,.92);
}
.vm-faqItem[open] .vm-faqItem__icon{
  transform: rotate(-135deg);
  border-color: rgba(3,90,110,.75);
}

/* CTA aligned like your hero actions */
.vm-faqMinimal__cta{
  display:flex;
  justify-content:center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

/* Mobile */
@media (max-width: 720px){
  .vm-faqItem__q{
    font-size: 16px;
    padding: 16px 2px;
  }
  .vm-faqItem__a{
    padding: 0 2px 16px;
  }
}
/* Helps prevent jump during JS animation */
.vm-faqItem__a{
  overflow: hidden;
}/* End custom CSS */