.cvi-visual-wrap,
.cvi-visual-wrap *{
  box-sizing:border-box;
}

.cvi-visual-wrap{
  --cvi-blue:#011e86;
  --cvi-red:#c90b20;
  --cvi-yellow:#fdc401;
  --cvi-soft:#F6F8FD;
  --cvi-ink:#0d2345;
  --cvi-muted:#5a6680;
  --cvi-line:rgba(1,30,134,.16);
  position:relative;
  width:100%;
  max-width:1640px;
  margin:0 auto;
  padding:clamp(34px,4.2vw,64px);
  overflow:hidden;
  border-radius:30px;
  background:
    radial-gradient(circle at 84% 10%, rgba(253,196,1,.18), transparent 25%),
    linear-gradient(112deg,#fff 0%,#fff 62%,#fff7e8 100%);
  color:var(--cvi-ink);
  box-shadow:0 24px 80px rgba(1,30,134,.08);
  font-family:Nunito, Arial, sans-serif;
}

.cvi-flag-brush{
  position:absolute;
  top:0;
  left:0;
  width:230px;
  height:86px;
  pointer-events:none;
  opacity:.82;
  background:
    linear-gradient(158deg, transparent 0 34%, var(--cvi-red) 35% 45%, transparent 46%),
    linear-gradient(166deg, transparent 0 45%, var(--cvi-yellow) 46% 58%, transparent 59%),
    linear-gradient(172deg, transparent 0 60%, var(--cvi-red) 61% 70%, transparent 71%);
  clip-path:polygon(0 0,100% 0,80% 62%,0 100%);
}

.cvi-layout{
  position:relative;
  display:grid;
  grid-template-columns:minmax(720px,2fr) minmax(320px,.78fr);
  gap:clamp(30px,3.5vw,52px);
  align-items:end;
}

.cvi-main{
  min-width:0;
}

.cvi-hero{
  position:relative;
  max-width:900px;
  padding-top:14px;
}

/* v1.0.1: el bocadillo superior queda desactivado en PHP; esta regla evita restos si alguna caché lo conserva. */
.cvi-badge{
  display:none!important;
}

.cvi-title{
  margin:0;
  color:var(--cvi-blue);
  font-family:Nunito, Arial, sans-serif;
  font-size:clamp(44px,4.8vw,76px);
  line-height:1.04;
  font-weight:800;
  letter-spacing:-.035em;
  text-wrap:balance;
}

.cvi-script{
  margin:8px 0 0 clamp(20px,5vw,84px);
  font-weight:700;
  font-style:italic;
  color:var(--cvi-red);
  font-family:Nunito, Arial, sans-serif;
  font-size:clamp(32px,3.3vw,52px);
  line-height:1.04;
  transform:rotate(-1.4deg);
}

.cvi-script::after{
  content:"";
  display:block;
  width:min(250px,58%);
  height:7px;
  margin:8px 0 0 10px;
  border-radius:999px;
  background:var(--cvi-yellow);
  transform:rotate(-1.5deg);
}

.cvi-intro{
  margin-top:22px;
  padding-left:22px;
  border-left:5px solid var(--cvi-red);
  color:var(--cvi-ink);
  font-size:clamp(18px,1.35vw,23px);
  line-height:1.36;
  max-width:760px;
}

.cvi-intro p{
  margin:0;
}

.cvi-table-card{
  margin-top:30px;
  overflow:hidden;
  border:1px solid var(--cvi-line);
  border-radius:22px;
  background:rgba(255,255,255,.9);
  box-shadow:0 18px 52px rgba(1,30,134,.06);
}

.cvi-price-table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}

.cvi-price-table th,
.cvi-price-table td{
  padding:20px 18px;
  border-right:1px solid var(--cvi-line);
  border-bottom:1px solid var(--cvi-line);
  vertical-align:middle;
}

.cvi-price-table tr:last-child th,
.cvi-price-table tr:last-child td{
  border-bottom:none;
}

.cvi-price-table th:last-child,
.cvi-price-table td:last-child{
  border-right:none;
}

.cvi-price-table thead th{
  text-align:center;
  color:var(--cvi-blue);
  background:rgba(246,248,253,.58);
  font-size:15px;
  line-height:1.25;
}

.cvi-price-table .cvi-season-head,
.cvi-season-cell{
  width:26%;
}

.cvi-price-table .cvi-season-head{
  background:transparent;
  border-top:none;
}

.cvi-col-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 9px;
  width:48px;
  height:42px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(1,30,134,.10);
  box-shadow:0 8px 18px rgba(1,30,134,.07);
  color:var(--cvi-blue);
  font-size:23px;
  line-height:1;
}

.cvi-col-title{
  display:block;
  font-weight:800;
  overflow-wrap:anywhere;
}

.cvi-col-subtitle{
  display:block;
  margin-top:3px;
  font-size:13px;
  font-weight:500;
  color:var(--cvi-muted);
}

.cvi-season-cell{
  text-align:left;
  background:rgba(246,248,253,.72);
}

.cvi-season-title{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:20px;
  font-weight:800;
  line-height:1.18;
  flex-wrap:wrap;
  overflow-wrap:anywhere;
}

.cvi-season-icon{
  flex:0 0 30px;
  width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  line-height:1;
}

.cvi-season-months{
  display:block;
  margin-top:12px;
  font-size:16px;
  line-height:1.34;
  color:var(--cvi-ink);
  font-weight:500;
}

.cvi-price-table td{
  text-align:center;
  font-size:18px;
  line-height:1.36;
  color:var(--cvi-ink);
  overflow-wrap:anywhere;
}

.cvi-price-table td p{
  margin:0;
}

.cvi-price-table td strong{
  display:inline-block;
  font-size:22px;
  line-height:1.22;
  color:#0e7a42;
}

.cvi-row-tone-orange .cvi-season-title,
.cvi-row-tone-orange td strong{
  color:#d57900;
}

.cvi-row-tone-green .cvi-season-title,
.cvi-row-tone-green td strong{
  color:#0e7a42;
}

.cvi-row-tone-blue .cvi-season-title,
.cvi-row-tone-blue td strong{
  color:var(--cvi-blue);
}

.cvi-row-tone-red .cvi-season-title,
.cvi-row-tone-red td strong{
  color:var(--cvi-red);
}

.cvi-footer-cards{
  margin-top:28px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  padding:20px 24px;
  border:1px solid rgba(1,30,134,.08);
  border-radius:20px;
  background:rgba(255,255,255,.9);
  box-shadow:0 18px 40px rgba(201,11,32,.05);
}

.cvi-footer-card{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
}

.cvi-footer-card + .cvi-footer-card{
  border-left:1px solid rgba(1,30,134,.16);
  padding-left:24px;
}

.cvi-footer-icon{
  flex:0 0 56px;
  width:56px;
  height:56px;
  border-radius:50%;
  background:var(--cvi-blue);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:25px;
}

.cvi-footer-card h3{
  margin:0 0 5px;
  color:var(--cvi-blue);
  font-size:20px;
  font-weight:800;
}

.cvi-footer-card p{
  margin:0;
  color:var(--cvi-ink);
  font-size:15px;
  line-height:1.35;
}

.cvi-side{
  min-width:0;
  position:relative;
  padding-top:22px;
}

/* Dibujo lateral profesional: se sustituyen emojis por una ilustración lineal CSS/SVG. */
.cvi-doodle{
  min-height:260px;
  position:relative;
  margin-bottom:12px;
}

.cvi-doodle span{
  display:none;
}

.cvi-doodle::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:245px;
  background-repeat:no-repeat;
  background-position:center bottom;
  background-size:92% auto;
  opacity:.96;
  background-image:url("data:image/svg+xml,%3Csvg width='420' height='250' viewBox='0 0 420 250' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23011e86' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M62 178c22-18 49-18 71 0s49 18 71 0 49-18 71 0 49 18 71 0'/%3E%3Cpath d='M122 133c28-40 64-66 105-76 42 18 72 43 93 76' stroke-width='3' opacity='.7'/%3E%3Cpath d='M154 128l37-76 37 76H154z'/%3E%3Cpath d='M170 128h84l-14 28h-56l-14-28z'/%3E%3Cpath d='M206 52v103'/%3E%3C/g%3E%3Cg stroke='%23fdc401' stroke-width='5' stroke-linecap='round'%3E%3Ccircle cx='308' cy='42' r='21'/%3E%3Cpath d='M308 8v-7M308 83v-7M274 42h-7M349 42h-7M284 18l-5-5M337 71l-5-5M337 13l-5 5M284 66l-5 5'/%3E%3C/g%3E%3C/svg%3E");
}

.cvi-side-note{
  margin:0 0 54px auto;
  font-weight:700;
  font-style:italic;
  max-width:330px;
  color:var(--cvi-blue);
  font-family:Nunito, Arial, sans-serif;
  font-size:clamp(28px,2.5vw,40px);
  line-height:1.16;
  transform:rotate(-5deg);
}

.cvi-side-note::after{
  content:"";
  display:block;
  width:190px;
  height:6px;
  margin:12px 0 0 8px;
  border-radius:999px;
  background:var(--cvi-red);
}

.cvi-benefit-card{
  margin-left:auto;
  max-width:390px;
  padding:28px 32px;
  border-radius:22px;
  border:1px solid rgba(1,30,134,.18);
  background:rgba(255,255,255,.9);
  box-shadow:0 18px 46px rgba(1,30,134,.10);
}

.cvi-benefit-card h3{
  position:relative;
  margin:0 0 22px;
  padding-left:54px;
  color:var(--cvi-blue);
  font-size:26px;
  font-weight:800;
  line-height:1.15;
}

.cvi-benefit-card h3::before{
  content:"★";
  position:absolute;
  left:0;
  top:-9px;
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:var(--cvi-red);
  border-radius:50%;
  font-size:22px;
}

.cvi-benefit-card h3::after{
  content:"";
  display:block;
  width:160px;
  height:4px;
  margin-top:8px;
  border-radius:999px;
  background:var(--cvi-red);
}

.cvi-benefit-card ul{
  list-style:none;
  margin:0;
  padding:0;
}

.cvi-benefit-card li{
  position:relative;
  margin:13px 0;
  padding-left:34px;
  color:var(--cvi-ink);
  font-size:16px;
  line-height:1.36;
}

.cvi-benefit-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-2px;
  color:var(--cvi-red);
  font-weight:900;
  font-size:20px;
}

@media (max-width:1350px){
  .cvi-layout{
    grid-template-columns:1fr;
    gap:34px;
  }

  .cvi-hero{
    max-width:980px;
  }

  .cvi-side{
    padding-top:0;
    display:grid;
    grid-template-columns:minmax(280px,.9fr) minmax(320px,1fr);
    gap:26px;
    align-items:center;
  }

  .cvi-doodle{
    display:none;
  }

  .cvi-side-note{
    margin:0;
  }

  .cvi-benefit-card{
    max-width:none;
  }
}

@media (max-width:900px){
  .cvi-visual-wrap{
    padding:30px 20px;
    border-radius:22px;
  }

  .cvi-flag-brush{
    width:164px;
    height:68px;
    opacity:.72;
  }

  .cvi-title{
    font-size:42px;
  }

  .cvi-script{
    margin-left:0;
    font-size:34px;
  }

  .cvi-intro{
    font-size:18px;
  }

  .cvi-table-card{
    border-radius:18px;
    overflow:visible;
    background:transparent;
    border:none;
    box-shadow:none;
  }

  .cvi-price-table,
  .cvi-price-table thead,
  .cvi-price-table tbody,
  .cvi-price-table th,
  .cvi-price-table td,
  .cvi-price-table tr{
    display:block;
    width:100%;
  }

  .cvi-price-table thead{
    display:none;
  }

  .cvi-price-table tr{
    margin:0 0 18px;
    border:1px solid var(--cvi-line);
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 12px 26px rgba(1,30,134,.06);
  }

  .cvi-price-table th,
  .cvi-price-table td{
    border-right:none;
    padding:18px;
  }

  .cvi-season-cell{
    background:var(--cvi-soft);
  }

  .cvi-price-table td{
    text-align:left;
    font-size:17px;
  }

  .cvi-price-table td::before{
    content:"";
    display:block;
    width:42px;
    height:4px;
    margin-bottom:12px;
    border-radius:999px;
    background:var(--cvi-yellow);
  }

  .cvi-footer-cards,
  .cvi-side{
    grid-template-columns:1fr;
  }

  .cvi-footer-card + .cvi-footer-card{
    border-left:none;
    padding-left:0;
    border-top:1px solid rgba(1,30,134,.14);
    padding-top:18px;
  }

  .cvi-side-note{
    max-width:none;
    margin-top:8px;
    font-size:31px;
  }

  .cvi-benefit-card{
    padding:24px 22px;
  }
}

/* =====================================================
   v1.0.2 – diseño más profesional y tabla sin amontonamientos
   ===================================================== */
.cvi-visual-wrap{
  padding:clamp(40px,4.4vw,70px) clamp(28px,4vw,62px)!important;
  border-radius:28px!important;
  background:
    linear-gradient(105deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.98) 60%,rgba(255,247,229,.86) 100%)!important;
}

.cvi-layout{
  grid-template-columns:minmax(0, 1.85fr) minmax(330px,.75fr)!important;
  align-items:center!important;
  gap:clamp(34px,4vw,58px)!important;
}

.cvi-hero{
  max-width:980px!important;
  padding-top:0!important;
}

.cvi-title{
  max-width:880px!important;
  font-size:clamp(46px,4.6vw,72px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
}

.cvi-script{
  margin-left:clamp(24px,4.2vw,76px)!important;
  font-size:clamp(34px,3.1vw,50px)!important;
}

.cvi-intro{
  max-width:820px!important;
  margin-top:24px!important;
  font-size:clamp(18px,1.25vw,22px)!important;
}

.cvi-table-card{
  margin-top:32px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.94)!important;
  overflow:hidden!important;
}

.cvi-price-table{
  table-layout:fixed!important;
  width:100%!important;
}

.cvi-price-table .cvi-season-head,
.cvi-season-cell{
  width:25%!important;
}

.cvi-price-table th,
.cvi-price-table td{
  padding:18px 16px!important;
  overflow:hidden!important;
}

.cvi-price-table thead th{
  min-height:112px!important;
  height:112px!important;
  font-size:14px!important;
  line-height:1.22!important;
}

.cvi-col-icon{
  width:54px!important;
  height:46px!important;
  margin-bottom:10px!important;
  color:transparent!important;
  font-size:0!important;
  background:#fff!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:34px 34px!important;
  border:1px solid rgba(1,30,134,.12)!important;
  border-radius:16px!important;
}

.cvi-price-table thead th:nth-child(2) .cvi-col-icon{
  background-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M10 37V24a5 5 0 0 1 5-5h11a5 5 0 0 1 5 5v13' stroke='%23011e86' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M33 37V25a5 5 0 0 1 5-5h11a5 5 0 0 1 5 5v12' stroke='%23011e86' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M8 38h48v11H8z' stroke='%23011e86' stroke-width='4'/%3E%3Cpath d='M15 33h12M38 33h12' stroke='%23fdc401' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E")!important;
}
.cvi-price-table thead th:nth-child(3) .cvi-col-icon{
  background-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M10 38h44v12H10z' stroke='%23011e86' stroke-width='4'/%3E%3Cpath d='M16 38V26a7 7 0 0 1 7-7h18a7 7 0 0 1 7 7v12' stroke='%23011e86' stroke-width='4'/%3E%3Cpath d='M20 33h24' stroke='%23fdc401' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M51 20v30M55 20v30' stroke='%23011e86' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")!important;
}
.cvi-price-table thead th:nth-child(4) .cvi-col-icon{
  background-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M9 29 32 11l23 18v24H9V29Z' stroke='%23011e86' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M25 53V37h14v16' stroke='%23011e86' stroke-width='4'/%3E%3Cpath d='M16 33h8v8h-8zM40 33h8v8h-8z' stroke='%23fdc401' stroke-width='4'/%3E%3C/svg%3E")!important;
}

.cvi-col-title{
  font-size:15px!important;
  line-height:1.18!important;
  overflow-wrap:break-word!important;
  hyphens:auto!important;
}

.cvi-col-subtitle{
  font-size:13px!important;
  line-height:1.2!important;
}

.cvi-season-cell{
  padding:18px 16px!important;
}

.cvi-season-title{
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  font-size:clamp(18px,1.25vw,21px)!important;
  line-height:1.14!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  hyphens:auto!important;
}

.cvi-season-icon{
  width:28px!important;
  height:28px!important;
  font-size:20px!important;
}

.cvi-season-months{
  font-size:clamp(14px,1vw,16px)!important;
  line-height:1.34!important;
}

.cvi-price-table td{
  font-size:clamp(16px,1.05vw,18px)!important;
  line-height:1.34!important;
}

.cvi-price-table td strong{
  font-size:clamp(20px,1.35vw,24px)!important;
  line-height:1.18!important;
}

.cvi-side{
  align-self:stretch!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding-top:0!important;
}

.cvi-doodle{
  min-height:230px!important;
  margin-bottom:20px!important;
  opacity:.9!important;
}

.cvi-side-note{
  margin:0 auto 42px!important;
  max-width:330px!important;
  font-size:clamp(30px,2.4vw,42px)!important;
}

.cvi-benefit-card{
  max-width:420px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

@media (max-width:1350px){
  .cvi-layout{
    grid-template-columns:1fr!important;
  }
  .cvi-side{
    display:grid!important;
    grid-template-columns:minmax(260px,.8fr) minmax(320px,1fr)!important;
  }
}

@media (max-width:1100px) and (min-width:901px){
  .cvi-price-table th,
  .cvi-price-table td{
    padding:15px 12px!important;
  }
  .cvi-season-title{
    font-size:17px!important;
    grid-template-columns:26px minmax(0,1fr)!important;
  }
  .cvi-price-table td,
  .cvi-season-months{
    font-size:14px!important;
  }
  .cvi-price-table td strong{
    font-size:19px!important;
  }
}

/* =====================================================
   v1.0.4 – responsive real para tablet, móvil y columnas Divi
   ===================================================== */
.cvi-visual-wrap{
  container-type:inline-size;
}

.cvi-price-table th,
.cvi-price-table td,
.cvi-season-title,
.cvi-col-title,
.cvi-col-subtitle,
.cvi-benefit-card li,
.cvi-footer-card p{
  overflow-wrap:break-word!important;
  word-break:normal!important;
}

@media (max-width:1200px){
  .cvi-layout{
    grid-template-columns:1fr!important;
    gap:34px!important;
    align-items:start!important;
  }

  .cvi-main,
  .cvi-hero{
    width:100%!important;
    max-width:none!important;
  }

  .cvi-side{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(320px,420px)!important;
    align-items:center!important;
    gap:28px!important;
    align-self:auto!important;
  }

  .cvi-doodle{
    min-height:170px!important;
    margin:0!important;
  }

  .cvi-doodle::before{
    height:170px!important;
    background-size:contain!important;
  }

  .cvi-side-note{
    margin:0!important;
    max-width:340px!important;
  }

  .cvi-benefit-card{
    width:100%!important;
    max-width:420px!important;
  }
}

@media (max-width:1024px){
  .cvi-visual-wrap{
    padding:30px 20px!important;
    border-radius:22px!important;
    background:linear-gradient(180deg,#fff 0%,#fff 68%,#fff7e8 100%)!important;
  }

  .cvi-flag-brush{
    width:150px!important;
    height:62px!important;
    opacity:.58!important;
  }

  .cvi-title{
    max-width:none!important;
    font-size:clamp(38px,7vw,56px)!important;
    line-height:1.02!important;
    letter-spacing:-.035em!important;
  }

  .cvi-script{
    margin:8px 0 0 0!important;
    font-size:clamp(28px,5.5vw,42px)!important;
    line-height:1.08!important;
    transform:none!important;
  }

  .cvi-script::after{
    width:min(220px,70%)!important;
    height:6px!important;
  }

  .cvi-intro{
    max-width:none!important;
    margin-top:20px!important;
    padding-left:18px!important;
    font-size:18px!important;
    line-height:1.42!important;
  }

  .cvi-table-card{
    margin-top:26px!important;
    overflow:visible!important;
    border:none!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  .cvi-price-table,
  .cvi-price-table thead,
  .cvi-price-table tbody,
  .cvi-price-table tr,
  .cvi-price-table th,
  .cvi-price-table td{
    display:block!important;
    width:100%!important;
  }

  .cvi-price-table thead{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
  }

  .cvi-price-table tbody tr{
    margin:0 0 18px!important;
    border:1px solid rgba(1,30,134,.16)!important;
    border-radius:20px!important;
    overflow:hidden!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 14px 32px rgba(1,30,134,.07)!important;
  }

  .cvi-price-table tbody tr:last-child{
    margin-bottom:0!important;
  }

  .cvi-price-table th,
  .cvi-price-table td{
    min-height:0!important;
    height:auto!important;
    padding:16px 18px!important;
    border-right:none!important;
    border-bottom:1px solid rgba(1,30,134,.10)!important;
    text-align:left!important;
  }

  .cvi-price-table tr th:last-child,
  .cvi-price-table tr td:last-child{
    border-bottom:none!important;
  }

  .cvi-season-cell{
    background:var(--cvi-soft)!important;
  }

  .cvi-season-title{
    display:flex!important;
    grid-template-columns:none!important;
    align-items:center!important;
    gap:10px!important;
    font-size:21px!important;
    line-height:1.18!important;
  }

  .cvi-season-icon{
    flex:0 0 30px!important;
  }

  .cvi-season-months{
    margin-top:10px!important;
    font-size:16px!important;
    line-height:1.42!important;
  }

  .cvi-price-table td{
    font-size:17px!important;
    line-height:1.42!important;
  }

  .cvi-price-table td::before{
    content:attr(data-label)!important;
    display:block!important;
    width:auto!important;
    height:auto!important;
    margin:0 0 8px!important;
    border-radius:0!important;
    background:none!important;
    color:var(--cvi-blue)!important;
    font-size:13px!important;
    line-height:1.25!important;
    font-weight:900!important;
    text-transform:none!important;
  }

  .cvi-price-table td strong{
    font-size:22px!important;
  }

  .cvi-footer-cards{
    grid-template-columns:1fr!important;
    gap:0!important;
    padding:18px!important;
    margin-top:24px!important;
  }

  .cvi-footer-card{
    align-items:flex-start!important;
  }

  .cvi-footer-card + .cvi-footer-card{
    border-left:none!important;
    padding-left:0!important;
    border-top:1px solid rgba(1,30,134,.14)!important;
    padding-top:18px!important;
    margin-top:18px!important;
  }

  .cvi-side{
    display:block!important;
  }

  .cvi-doodle{
    display:none!important;
  }

  .cvi-side-note{
    margin:6px 0 22px!important;
    max-width:none!important;
    font-size:clamp(26px,5.2vw,36px)!important;
    transform:rotate(-2deg)!important;
  }

  .cvi-benefit-card{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:24px 22px!important;
    border-radius:20px!important;
  }
}

@media (max-width:620px){
  .cvi-visual-wrap{
    padding:24px 14px!important;
    border-radius:18px!important;
  }

  .cvi-title{
    font-size:clamp(34px,11vw,44px)!important;
  }

  .cvi-script{
    font-size:clamp(25px,8.4vw,34px)!important;
  }

  .cvi-intro{
    font-size:16px!important;
    padding-left:14px!important;
    border-left-width:4px!important;
  }

  .cvi-price-table th,
  .cvi-price-table td{
    padding:15px 14px!important;
  }

  .cvi-season-title{
    font-size:19px!important;
  }

  .cvi-season-months,
  .cvi-price-table td{
    font-size:15px!important;
  }

  .cvi-price-table td strong{
    font-size:20px!important;
  }

  .cvi-footer-icon{
    flex-basis:48px!important;
    width:48px!important;
    height:48px!important;
    font-size:21px!important;
  }

  .cvi-footer-card h3,
  .cvi-benefit-card h3{
    font-size:20px!important;
  }

  .cvi-benefit-card h3{
    padding-left:48px!important;
  }

  .cvi-benefit-card h3::before{
    width:38px!important;
    height:38px!important;
    top:-6px!important;
  }

  .cvi-benefit-card li{
    font-size:15px!important;
    padding-left:28px!important;
  }
}

/* Container queries: activan el layout móvil aunque el shortcode esté dentro de una columna estrecha de Divi. */
@container (max-width: 900px){
  .cvi-layout{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }

  .cvi-price-table,
  .cvi-price-table thead,
  .cvi-price-table tbody,
  .cvi-price-table tr,
  .cvi-price-table th,
  .cvi-price-table td{
    display:block!important;
    width:100%!important;
  }

  .cvi-price-table thead{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
  }

  .cvi-price-table tbody tr{
    margin:0 0 18px!important;
    border:1px solid rgba(1,30,134,.16)!important;
    border-radius:20px!important;
    overflow:hidden!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 14px 32px rgba(1,30,134,.07)!important;
  }

  .cvi-price-table th,
  .cvi-price-table td{
    min-height:0!important;
    height:auto!important;
    padding:16px 18px!important;
    border-right:none!important;
    border-bottom:1px solid rgba(1,30,134,.10)!important;
    text-align:left!important;
  }

  .cvi-price-table td::before{
    content:attr(data-label)!important;
    display:block!important;
    margin:0 0 8px!important;
    background:none!important;
    color:var(--cvi-blue)!important;
    font-size:13px!important;
    line-height:1.25!important;
    font-weight:900!important;
  }

  .cvi-side{
    display:block!important;
  }

  .cvi-doodle{
    display:none!important;
  }

  .cvi-footer-cards{
    grid-template-columns:1fr!important;
  }
}

/* =====================================================
   v1.0.5 – tarjeta Online-Gruppenkurse
   ===================================================== */
.cvi-online-wrap{
  --cvi-online-blue:#011e86;
  --cvi-online-red:#c90b20;
  --cvi-online-yellow:#fdc401;
  --cvi-online-cream:#fffaf0;
  --cvi-online-ink:#08203f;
  --cvi-online-muted:#53627a;
  position:relative!important;
  padding:clamp(42px,4.8vw,72px) clamp(30px,4.5vw,76px)!important;
  max-width:1680px!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 88% 14%, rgba(253,196,1,.14), transparent 24%),
    linear-gradient(105deg,#fff 0%,#fff 55%,#fff5e6 100%)!important;
  overflow:hidden!important;
  box-shadow:0 26px 82px rgba(1,30,134,.08)!important;
}

.cvi-online-wrap .cvi-flag-brush{display:none!important;}

.cvi-online-brush{
  position:absolute;
  left:0;
  top:0;
  width:270px;
  height:110px;
  opacity:.92;
  pointer-events:none;
  background:
    linear-gradient(158deg, transparent 0 32%, var(--cvi-online-red) 33% 45%, transparent 46%),
    linear-gradient(166deg, transparent 0 45%, var(--cvi-online-yellow) 46% 58%, transparent 59%),
    linear-gradient(172deg, transparent 0 60%, var(--cvi-online-red) 61% 70%, transparent 71%);
  clip-path:polygon(0 0,100% 0,82% 64%,0 100%);
  z-index:1;
}

.cvi-online-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(520px,.92fr) minmax(520px,1.08fr);
  gap:clamp(34px,4.2vw,70px);
  align-items:center;
}

.cvi-online-content{min-width:0;}

.cvi-online-heading{max-width:720px;}

.cvi-online-title{
  margin:0;
  max-width:760px;
  color:var(--cvi-online-blue);
  font-family:Nunito, Arial, sans-serif;
  font-size:clamp(54px,5vw,82px);
  line-height:.96;
  font-weight:900;
  letter-spacing:-.045em;
  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
}

.cvi-online-title-line{
  display:block;
  white-space:nowrap;
}

.cvi-online-script{
  margin:20px 0 0 8px;
  max-width:630px;
  color:var(--cvi-online-red);
  font-family:Nunito, Arial, sans-serif;
  font-size:clamp(30px,3.4vw,52px);
  line-height:1.05;
  font-style:italic;
  font-weight:800;
  transform:rotate(-1.4deg);
}

.cvi-online-script::after{
  content:"";
  display:block;
  width:min(350px,70%);
  height:7px;
  margin:12px 0 0 4px;
  border-radius:999px;
  background:var(--cvi-online-yellow);
  transform:rotate(-2deg);
}

.cvi-online-intro{
  margin-top:24px;
  max-width:650px;
  padding-left:20px;
  border-left:5px solid var(--cvi-online-red);
  color:var(--cvi-online-ink);
  font-size:20px;
  line-height:1.42;
}

.cvi-online-features{
  margin-top:38px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(16px,2.2vw,30px);
  max-width:740px;
}

.cvi-online-feature{
  text-align:center;
  min-width:0;
}

.cvi-online-feature-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 12px;
  width:78px;
  height:78px;
  color:transparent;
  font-size:0;
  background-repeat:no-repeat;
  background-position:center;
  background-size:64px 64px;
}

.cvi-online-feature-1 .cvi-online-feature-icon{
  background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M20 14v10M56 14v10M15 23h46a6 6 0 0 1 6 6v35a6 6 0 0 1-6 6H15a6 6 0 0 1-6-6V29a6 6 0 0 1 6-6Z' stroke='%23011e86' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M9 35h40' stroke='%23011e86' stroke-width='4'/%3E%3Cpath d='M22 45h5M36 45h5M22 57h5M36 57h5' stroke='%23011e86' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='59' cy='57' r='16' fill='white' stroke='%23c90b20' stroke-width='4'/%3E%3Cpath d='m52 57 5 5 10-12' stroke='%23c90b20' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cvi-online-feature-2 .cvi-online-feature-icon{
  background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg stroke='%23011e86' stroke-width='4' stroke-linecap='round'%3E%3Ccircle cx='40' cy='25' r='10'/%3E%3Ccircle cx='20' cy='31' r='8'/%3E%3Ccircle cx='60' cy='31' r='8'/%3E%3Cpath d='M25 65v-7c0-10 7-17 15-17s15 7 15 17v7'/%3E%3Cpath d='M7 63v-6c0-9 5-15 13-15 4 0 7 1 10 4'/%3E%3Cpath d='M73 63v-6c0-9-5-15-13-15-4 0-7 1-10 4'/%3E%3C/g%3E%3C/svg%3E");
}

.cvi-online-feature-3 .cvi-online-feature-icon{
  background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg stroke='%23011e86' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='38' cy='42' r='27'/%3E%3Ccircle cx='38' cy='42' r='16'/%3E%3Ccircle cx='38' cy='42' r='6' fill='%23c90b20' stroke='%23c90b20'/%3E%3Cpath d='M48 32 64 16M64 16v12M64 16H52'/%3E%3C/g%3E%3Cpath d='M38 42 64 16' stroke='%23fdc401' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.cvi-online-feature h3{
  margin:0 0 8px;
  color:var(--cvi-online-blue);
  font-size:19px;
  line-height:1.18;
  font-weight:900;
}

.cvi-online-feature p{
  margin:0 auto;
  max-width:210px;
  color:var(--cvi-online-ink);
  font-size:16px;
  line-height:1.42;
}

.cvi-online-info-strip{
  margin-top:38px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  max-width:800px;
  padding:22px 26px;
  border:1px solid rgba(1,30,134,.15);
  border-radius:18px;
  background:rgba(255,255,255,.86);
  box-shadow:0 14px 34px rgba(1,30,134,.06);
}

.cvi-online-info-item{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  padding:0 20px;
}

.cvi-online-info-item:first-child{padding-left:0;}
.cvi-online-info-item:last-child{padding-right:0;}
.cvi-online-info-item + .cvi-online-info-item{border-left:1px solid rgba(1,30,134,.16);}

.cvi-online-info-icon{
  flex:0 0 48px;
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--cvi-online-blue);
  font-size:30px;
  line-height:1;
}

.cvi-online-info-item strong,
.cvi-online-info-item span{
  display:block;
}

.cvi-online-info-item strong{
  color:var(--cvi-online-blue);
  font-size:17px;
  line-height:1.15;
  font-weight:900;
}

.cvi-online-info-item span{
  color:var(--cvi-online-ink);
  font-size:15px;
  line-height:1.25;
  font-weight:700;
}

.cvi-online-footer-note{
  margin:34px 0 0;
  color:var(--cvi-online-blue);
  font-size:clamp(22px,2vw,34px);
  line-height:1.12;
  font-style:italic;
  font-weight:800;
  transform:rotate(-1.1deg);
}

.cvi-online-footer-note span{
  display:inline-block;
  margin-right:13px;
  color:var(--cvi-online-red);
  font-style:normal;
}

.cvi-online-footer-note::after{
  content:"";
  display:block;
  width:min(300px,46%);
  height:5px;
  margin:10px auto 0;
  border-radius:999px;
  background:var(--cvi-online-red);
  transform:rotate(-2deg);
}

.cvi-online-scene{
  position:relative;
  min-height:680px;
  border-radius:28px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.65) 0%,rgba(255,255,255,0) 48%),
    linear-gradient(25deg,#e9caa2 0%,#f6dfbd 38%,#fff8ed 39%,#fff 100%);
  overflow:hidden;
}

.cvi-online-wall-poster{
  position:absolute;
  top:38px;
  right:78px;
  width:250px;
  min-height:220px;
  padding:24px 22px;
  border:10px solid #ddb27e;
  background:#fff8ec;
  box-shadow:0 10px 25px rgba(67,42,16,.12);
  transform:rotate(.8deg);
}

.cvi-online-wall-poster strong{
  display:block;
  color:var(--cvi-online-blue);
  font-family:Georgia,serif;
  font-size:31px;
  line-height:1.08;
  font-weight:800;
}

.cvi-online-wall-poster span{
  display:block;
  margin-top:12px;
  color:var(--cvi-online-red);
  font-size:24px;
}

.cvi-online-plant{
  position:absolute;
  bottom:360px;
  width:86px;
  height:150px;
  background:
    radial-gradient(ellipse at 36% 38%, #3a8a49 0 16%, transparent 17%),
    radial-gradient(ellipse at 64% 32%, #2d7d42 0 18%, transparent 19%),
    radial-gradient(ellipse at 42% 60%, #4f9b55 0 17%, transparent 18%),
    radial-gradient(ellipse at 68% 62%, #2a733c 0 15%, transparent 16%),
    linear-gradient(#d39a65,#d39a65) center bottom/56px 42px no-repeat;
  border-radius:0 0 14px 14px;
  opacity:.95;
}

.cvi-online-plant-left{left:58px;transform:scale(.86);}
.cvi-online-plant-right{right:14px;bottom:330px;transform:scale(.95);}

.cvi-online-laptop{
  position:absolute;
  left:8%;
  bottom:90px;
  width:min(620px,82%);
  transform:perspective(900px) rotateX(2deg) rotateZ(-2deg);
}

.cvi-online-screen{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:3px;
  height:330px;
  padding:12px 12px 48px;
  border:14px solid #17202b;
  border-bottom-width:22px;
  border-radius:16px 16px 8px 8px;
  background:#16202b;
  box-shadow:0 28px 44px rgba(12,16,28,.22);
  overflow:hidden;
}

.cvi-online-video-tile{
  position:relative;
  background:
    radial-gradient(circle at 50% 34%, #f2c4a0 0 17px, transparent 18px),
    radial-gradient(circle at 50% 38%, #1b2638 0 34px, transparent 35px),
    linear-gradient(180deg,#f6faf8 0%,#dceee4 100%);
  overflow:hidden;
}

.cvi-online-video-tile:nth-child(2){background:
    radial-gradient(circle at 50% 34%, #f3c4a1 0 17px, transparent 18px),
    radial-gradient(circle at 50% 38%, #1b2638 0 32px, transparent 33px),
    linear-gradient(180deg,#fbfaf1 0%,#e9d8bd 100%);
}
.cvi-online-video-tile:nth-child(3){background:
    radial-gradient(circle at 50% 34%, #dfa67e 0 17px, transparent 18px),
    radial-gradient(circle at 50% 38%, #242b22 0 32px, transparent 33px),
    linear-gradient(180deg,#f6faf5 0%,#d6e5ce 100%);
}
.cvi-online-video-tile:nth-child(4){background:
    radial-gradient(circle at 50% 34%, #e7b889 0 17px, transparent 18px),
    radial-gradient(circle at 50% 38%, #4a2b22 0 34px, transparent 35px),
    linear-gradient(180deg,#fffaf1 0%,#e2d6b6 100%);
}

.cvi-online-video-tile::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:18px;
  width:82px;
  height:52px;
  transform:translateX(-50%);
  border-radius:40px 40px 10px 10px;
  background:#315f94;
}

.cvi-online-video-tile:nth-child(2)::after{background:#133252;}
.cvi-online-video-tile:nth-child(3)::after{background:#516f3c;}
.cvi-online-video-tile:nth-child(4)::after{background:#d89b2f;}

.cvi-online-controls{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  background:#182433;
}

.cvi-online-controls span{
  width:20px;
  height:20px;
  border-radius:50%;
  background:#eef3ff;
  opacity:.85;
}

.cvi-online-controls span:nth-child(3){background:var(--cvi-online-red);width:28px;height:28px;}

.cvi-online-keyboard{
  height:82px;
  margin:0 auto;
  width:94%;
  border-radius:0 0 40px 40px;
  background:
    repeating-linear-gradient(90deg,rgba(255,255,255,.10) 0 16px, transparent 17px 29px),
    linear-gradient(180deg,#1e2732 0%,#111722 100%);
  box-shadow:0 18px 38px rgba(12,16,28,.18);
}

.cvi-online-mug{
  position:absolute;
  right:38px;
  bottom:174px;
  width:132px;
  height:112px;
  padding-top:28px;
  border:4px solid #16395a;
  border-radius:14px 14px 34px 34px;
  background:#fffbf2;
  color:var(--cvi-online-blue);
  font-size:18px;
  line-height:1.08;
  text-align:center;
  font-weight:900;
  transform:rotate(-2deg);
}

.cvi-online-mug::after{
  content:"";
  position:absolute;
  right:-32px;
  top:24px;
  width:42px;
  height:52px;
  border:5px solid #16395a;
  border-left:0;
  border-radius:0 32px 32px 0;
}

.cvi-online-mug span{display:block;color:var(--cvi-online-red);font-size:18px;margin-top:6px;}

.cvi-online-notebook{
  position:absolute;
  right:160px;
  bottom:30px;
  width:260px;
  min-height:150px;
  padding:24px 20px 20px 42px;
  border-radius:12px;
  background:repeating-linear-gradient(#fff 0 27px,#e8edf6 28px 29px);
  box-shadow:0 16px 34px rgba(26,22,18,.14);
  transform:rotate(-9deg);
}

.cvi-online-notebook::before{
  content:"";
  position:absolute;
  left:17px;
  top:14px;
  bottom:14px;
  width:6px;
  border-radius:999px;
  background:repeating-linear-gradient(#1a2940 0 9px, transparent 10px 16px);
}

.cvi-online-notebook ul{margin:0;padding:0;list-style:none;}
.cvi-online-notebook li{
  color:#1c2b44;
  font-size:16px;
  line-height:1.42;
  font-weight:700;
  font-style:italic;
}
.cvi-online-notebook li::before{content:"✓ ";}

@media (max-width:1250px){
  .cvi-online-grid{grid-template-columns:1fr!important;}
  .cvi-online-heading{max-width:none;}
  .cvi-online-scene{min-height:620px;}
  .cvi-online-laptop{left:7%;width:min(660px,76%);}
}

@media (max-width:900px){
  .cvi-online-wrap{padding:34px 20px!important;border-radius:22px!important;}
  .cvi-online-brush{width:170px;height:74px;opacity:.7;}
  .cvi-online-title{font-size:clamp(42px,10vw,64px);}
  .cvi-online-script{font-size:clamp(28px,7vw,40px);transform:none;margin-left:0;}
  .cvi-online-features{grid-template-columns:1fr;gap:24px;max-width:none;}
  .cvi-online-feature{display:grid;grid-template-columns:74px minmax(0,1fr);column-gap:18px;text-align:left;align-items:center;}
  .cvi-online-feature-icon{grid-row:1 / span 2;margin:0;}
  .cvi-online-feature p{margin:0;max-width:none;}
  .cvi-online-info-strip{grid-template-columns:1fr;padding:18px;}
  .cvi-online-info-item{padding:16px 0!important;}
  .cvi-online-info-item:first-child{padding-top:0!important;}
  .cvi-online-info-item:last-child{padding-bottom:0!important;}
  .cvi-online-info-item + .cvi-online-info-item{border-left:0;border-top:1px solid rgba(1,30,134,.16);}
  .cvi-online-footer-note{font-size:26px;}
  .cvi-online-scene{min-height:520px;border-radius:20px;}
  .cvi-online-wall-poster{right:20px;top:28px;width:190px;min-height:170px;padding:18px;border-width:7px;}
  .cvi-online-wall-poster strong{font-size:23px;}
  .cvi-online-plant{display:none;}
  .cvi-online-laptop{left:4%;bottom:92px;width:76%;}
  .cvi-online-screen{height:255px;padding:9px 9px 38px;border-width:11px;border-bottom-width:18px;}
  .cvi-online-controls{height:34px;gap:14px;}
  .cvi-online-keyboard{height:58px;}
  .cvi-online-mug{right:16px;bottom:160px;transform:scale(.82) rotate(-2deg);transform-origin:right bottom;}
  .cvi-online-notebook{right:38px;bottom:22px;width:220px;transform:rotate(-7deg) scale(.88);transform-origin:right bottom;}
}

@media (max-width:620px){
  .cvi-online-wrap{padding:28px 14px!important;}
  .cvi-online-title{font-size:38px;}
  .cvi-online-script{font-size:27px;}
  .cvi-online-feature{grid-template-columns:58px minmax(0,1fr);column-gap:14px;}
  .cvi-online-feature-icon{width:58px;height:58px;background-size:52px 52px;}
  .cvi-online-feature h3{font-size:18px;}
  .cvi-online-feature p{font-size:15px;}
  .cvi-online-info-item{gap:12px;}
  .cvi-online-info-icon{flex-basis:42px;width:42px;height:42px;font-size:25px;}
  .cvi-online-scene{min-height:430px;}
  .cvi-online-wall-poster{display:none;}
  .cvi-online-laptop{width:92%;left:4%;bottom:92px;}
  .cvi-online-screen{height:210px;border-width:9px;border-bottom-width:16px;}
  .cvi-online-video-tile::after{width:62px;height:38px;}
  .cvi-online-mug{display:none;}
  .cvi-online-notebook{right:14px;bottom:10px;width:190px;min-height:122px;padding:20px 14px 16px 34px;}
  .cvi-online-notebook li{font-size:14px;}
}

/* =====================================================
   v1.0.7 – tarjeta Online-Privatkurse
   ===================================================== */
.cvi-online-private-wrap{
  background:
    radial-gradient(circle at 88% 12%, rgba(253,196,1,.13), transparent 23%),
    linear-gradient(103deg,#fff 0%,#fff 50%,#fff2de 100%)!important;
}

.cvi-online-private-wrap .cvi-online-grid{
  grid-template-columns:minmax(540px,.86fr) minmax(620px,1.14fr)!important;
  gap:clamp(30px,3.8vw,58px)!important;
}

.cvi-online-private-wrap .cvi-online-heading{
  max-width:760px!important;
}

.cvi-online-private-wrap .cvi-online-title{
  max-width:760px!important;
  font-size:clamp(54px,5.2vw,86px)!important;
}

.cvi-online-private-wrap .cvi-online-script{
  max-width:720px!important;
  font-size:clamp(30px,3.1vw,50px)!important;
}

.cvi-online-private-wrap .cvi-online-features{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:clamp(14px,1.5vw,22px)!important;
  max-width:760px!important;
  margin-top:34px!important;
}

.cvi-online-private-wrap .cvi-online-feature-icon{
  width:70px!important;
  height:70px!important;
  background-size:62px 62px!important;
}

.cvi-online-private-wrap .cvi-online-feature-1 .cvi-online-feature-icon{
  background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg stroke='%23011e86' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='40' cy='24' r='12'/%3E%3Cpath d='M18 68v-8c0-13 9-23 22-23s22 10 22 23v8'/%3E%3C/g%3E%3C/svg%3E")!important;
}

.cvi-online-private-wrap .cvi-online-feature-2 .cvi-online-feature-icon{
  background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg stroke='%23011e86' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='38' cy='42' r='27'/%3E%3Ccircle cx='38' cy='42' r='16'/%3E%3Ccircle cx='38' cy='42' r='6' fill='%23c90b20' stroke='%23c90b20'/%3E%3Cpath d='M48 32 64 16M64 16v12M64 16H52'/%3E%3C/g%3E%3Cpath d='M38 42 64 16' stroke='%23fdc401' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E")!important;
}

.cvi-online-private-wrap .cvi-online-feature-3 .cvi-online-feature-icon{
  background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg stroke='%23011e86' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 22h46a5 5 0 0 1 5 5v28a5 5 0 0 1-5 5H17a5 5 0 0 1-5-5V27a5 5 0 0 1 5-5Z'/%3E%3Cpath d='M31 68h18M40 60v8'/%3E%3C/g%3E%3C/svg%3E")!important;
}

.cvi-online-private-wrap .cvi-online-feature-4 .cvi-online-feature-icon{
  background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg stroke='%23011e86' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 29 40 15l28 14-28 14-28-14Z'/%3E%3Cpath d='M24 37v15c5 7 27 7 32 0V37'/%3E%3Cpath d='M68 30v20'/%3E%3C/g%3E%3C/svg%3E")!important;
}

.cvi-online-private-wrap .cvi-online-feature h3{
  font-size:17px!important;
}

.cvi-online-private-wrap .cvi-online-feature p{
  font-size:15px!important;
  line-height:1.28!important;
}

.cvi-private-trial-card{
  margin-top:34px;
  max-width:470px;
  display:flex;
  align-items:center;
  gap:18px;
  padding:20px 24px;
  border:1px solid rgba(1,30,134,.18);
  border-radius:18px;
  background:rgba(255,255,255,.92);
  box-shadow:0 16px 34px rgba(1,30,134,.08);
}

.cvi-private-trial-icon{
  flex:0 0 72px;
  width:72px;
  height:72px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:70px 70px;
  background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg stroke='%23011e86' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 14v10M56 14v10M15 23h46a6 6 0 0 1 6 6v35a6 6 0 0 1-6 6H15a6 6 0 0 1-6-6V29a6 6 0 0 1 6-6Z'/%3E%3Cpath d='M9 35h40'/%3E%3Cpath d='M22 45h5M36 45h5M22 57h5M36 57h5'/%3E%3C/g%3E%3Ccircle cx='59' cy='57' r='16' fill='%23fdc401' stroke='%23011e86' stroke-width='3'/%3E%3Cpath d='m52 57 5 5 10-12' stroke='%23011e86' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cvi-private-trial-card strong,
.cvi-private-trial-card span{
  display:block;
}

.cvi-private-trial-card strong{
  color:var(--cvi-online-blue);
  font-size:21px;
  line-height:1.16;
  font-weight:900;
}

.cvi-private-trial-card span{
  margin-top:8px;
  color:var(--cvi-online-ink);
  font-size:15px;
  line-height:1.35;
  font-weight:700;
}

.cvi-online-private-wrap .cvi-online-info-strip{
  max-width:760px!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
  margin-top:34px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.cvi-online-private-wrap .cvi-online-info-item{
  align-items:flex-start!important;
  gap:12px!important;
  min-height:118px!important;
  padding:16px 16px!important;
  border:1px solid rgba(1,30,134,.14)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:0 10px 24px rgba(1,30,134,.045)!important;
}

.cvi-online-private-wrap .cvi-online-info-item:first-child,
.cvi-online-private-wrap .cvi-online-info-item:last-child{
  padding:16px 16px!important;
}

.cvi-online-private-wrap .cvi-online-info-item + .cvi-online-info-item{
  border-left:1px solid rgba(1,30,134,.14)!important;
}

.cvi-online-private-wrap .cvi-online-info-icon{
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  font-size:22px!important;
}

.cvi-online-private-wrap .cvi-online-info-item strong{
  font-size:15.5px!important;
  line-height:1.18!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}

.cvi-online-private-wrap .cvi-online-info-item span{
  font-size:13.5px!important;
  line-height:1.28!important;
  font-weight:700!important;
}

.cvi-online-private-wrap .cvi-online-scene{
  min-height:640px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.50) 0%,rgba(255,255,255,0) 45%),
    linear-gradient(23deg,#e4bf8f 0%,#f0d2aa 33%,#fff6e8 34%,#fff 100%)!important;
}

.cvi-online-private-wrap .cvi-private-wall-poster{
  top:30px!important;
  right:88px!important;
  width:238px!important;
  min-height:260px!important;
}

.cvi-online-private-wrap .cvi-private-wall-poster strong{
  font-size:34px!important;
  line-height:1.05!important;
}

.cvi-private-laptop{
  left:4%!important;
  bottom:118px!important;
  width:min(650px,84%)!important;
  transform:perspective(900px) rotateX(2deg) rotateZ(-3deg)!important;
}

.cvi-private-screen{
  display:block!important;
  height:360px!important;
  padding:14px 14px 50px!important;
}

.cvi-private-video-teacher{
  position:relative;
  width:100%;
  height:100%;
  border-radius:2px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 31%, #efbd97 0 38px, transparent 39px),
    radial-gradient(circle at 50% 31%, #40261f 0 58px, transparent 59px),
    linear-gradient(130deg, transparent 0 64%, rgba(255,255,255,.78) 65% 100%),
    linear-gradient(180deg,#f9fbf7 0%,#e1eadc 100%);
}

.cvi-private-video-teacher::before{
  content:"¡Tú puedes!";
  position:absolute;
  right:34px;
  top:34px;
  padding:12px 14px;
  border-radius:8px;
  background:#fff8ec;
  color:#1c2b44;
  font-size:22px;
  line-height:1.05;
  font-style:italic;
  transform:rotate(-4deg);
  box-shadow:0 7px 16px rgba(1,30,134,.08);
}

.cvi-private-video-teacher::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:34px;
  width:190px;
  height:128px;
  transform:translateX(-50%);
  border-radius:92px 92px 18px 18px;
  background:#d9c6af;
}

.cvi-private-mug{
  right:54px!important;
  bottom:206px!important;
}

.cvi-private-notebook{
  left:4%!important;
  right:auto!important;
  bottom:20px!important;
  width:290px!important;
  transform:rotate(-8deg)!important;
}

.cvi-private-notebook strong{
  display:block;
  margin:0 0 6px;
  color:#1c2b44;
  font-size:18px;
  font-style:italic;
}

@media (max-width:1450px){
  .cvi-online-private-wrap .cvi-online-grid{grid-template-columns:1fr!important;}
  .cvi-online-private-wrap .cvi-online-info-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .cvi-online-private-wrap .cvi-online-info-item:nth-child(4){border-left:0!important;}
}

@media (max-width:900px){
  .cvi-online-private-wrap .cvi-online-features{grid-template-columns:1fr!important;}
  .cvi-online-private-wrap .cvi-online-info-strip{grid-template-columns:1fr!important;gap:12px!important;}
  .cvi-online-private-wrap .cvi-online-info-item{padding:16px!important;min-height:0!important;}
  .cvi-private-trial-card{max-width:none;padding:18px;}
  .cvi-private-trial-icon{flex-basis:58px;width:58px;height:58px;background-size:58px 58px;}
  .cvi-online-private-wrap .cvi-online-scene{min-height:540px!important;}
  .cvi-online-private-wrap .cvi-private-wall-poster{right:22px!important;top:24px!important;width:190px!important;min-height:205px!important;border-width:7px!important;}
  .cvi-online-private-wrap .cvi-private-wall-poster strong{font-size:26px!important;}
  .cvi-private-laptop{width:78%!important;bottom:104px!important;}
  .cvi-private-screen{height:280px!important;}
  .cvi-private-mug{right:18px!important;bottom:172px!important;transform:scale(.84) rotate(-2deg)!important;transform-origin:right bottom;}
  .cvi-private-notebook{left:20px!important;width:240px!important;transform:rotate(-6deg) scale(.9)!important;transform-origin:left bottom;}
}

@media (max-width:620px){
  .cvi-online-private-wrap .cvi-online-title{font-size:38px!important;}
  .cvi-online-private-wrap .cvi-online-script{font-size:27px!important;}
  .cvi-private-trial-card{align-items:flex-start;gap:12px;}
  .cvi-private-trial-card strong{font-size:18px;}
  .cvi-online-private-wrap .cvi-online-scene{min-height:430px!important;}
  .cvi-online-private-wrap .cvi-private-wall-poster{display:none!important;}
  .cvi-private-laptop{width:92%!important;left:4%!important;bottom:92px!important;}
  .cvi-private-screen{height:220px!important;}
  .cvi-private-video-teacher::before{display:none;}
  .cvi-private-mug{display:none!important;}
  .cvi-private-notebook{left:16px!important;bottom:8px!important;width:210px!important;}
  .cvi-private-notebook li{font-size:13px!important;}
}

/* v1.0.9 - Business Spanish & Präsenz-Unterricht cards */
.cvi-bp-wrap{
  background:linear-gradient(180deg,#fcfbf8 0%,#f8f5ef 100%);
  border-radius:36px;
  padding:36px;
  position:relative;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(8,34,84,.08);
}
.cvi-bp-wrap .cvi-flag-brush{left:-10px;top:18px;transform:scale(.88);transform-origin:left top;}
.cvi-bp-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:28px;align-items:stretch;}
.cvi-bp-content{position:relative;padding-top:18px;z-index:2;}
.cvi-bp-badge{width:116px;height:116px;border-radius:50%;border:4px solid #0a2f74;display:flex;align-items:center;justify-content:center;background:#fff;color:#0a2f74;font-size:46px;margin:0 auto 18px;box-shadow:0 8px 18px rgba(8,34,84,.08);}
.cvi-bp-title{margin:0;font-size:76px;line-height:.95;font-weight:900;letter-spacing:-.04em;color:#0a2f74;max-width:11ch;}
.cvi-bp-title-line{display:block;}
.cvi-bp-lead{margin:24px 0 24px;max-width:640px;}
.cvi-bp-intro{margin:0 0 4px;font-size:28px;line-height:1.25;color:#0a2f74;font-weight:500;}
.cvi-bp-script{margin:0;font-size:46px;line-height:1.03;font-family:"Brush Script MT","Segoe Script","Bradley Hand",cursive;color:#cb1f2d;display:inline-block;position:relative;}
.cvi-bp-script::after{content:"";display:block;width:72%;height:5px;background:#efb317;border-radius:999px;margin-top:6px;}
.cvi-bp-feature-list{display:grid;grid-template-columns:1fr;gap:14px;max-width:640px;margin-top:18px;}
.cvi-bp-feature-item{display:grid;grid-template-columns:84px 1fr;gap:18px;align-items:center;}
.cvi-bp-feature-icon{width:74px;height:74px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:1.5px solid #dfe4ef;font-size:34px;box-shadow:0 8px 18px rgba(8,34,84,.05);}
.cvi-bp-feature-item h3{margin:0;color:#102d60;font-size:19px;line-height:1.35;font-weight:700;}
.cvi-bp-feature-item p{margin:4px 0 0;color:#445475;font-size:15px;line-height:1.45;}
.cvi-bp-footer-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px;}
.cvi-bp-footer-card{background:#fff;border:1.5px solid #d9e0ee;border-radius:20px;padding:22px 20px;display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:flex-start;box-shadow:0 8px 18px rgba(8,34,84,.04);}
.cvi-bp-footer-icon{font-size:32px;line-height:1;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:#f7f8fb;}
.cvi-bp-footer-card h3{margin:0 0 6px;color:#0a2f74;font-size:17px;line-height:1.2;font-weight:800;}
.cvi-bp-footer-card p{margin:0;color:#33456a;font-size:15px;line-height:1.45;}
.cvi-bp-scene{position:relative;min-height:780px;border-radius:34px;background:linear-gradient(180deg,#faf7ef 0%,#f3ead9 100%);overflow:hidden;box-shadow:inset 0 0 0 1px rgba(10,47,116,.08);}
.cvi-business-wrap .cvi-bp-scene{background:linear-gradient(180deg,#fbf9f3 0%,#efe5d2 100%);}
.cvi-presence-wrap .cvi-bp-scene{background:linear-gradient(180deg,#f9f7f1 0%,#eee3d0 100%);}
.cvi-bp-scene::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 42%);}
.cvi-bp-poster{position:absolute;right:38px;top:34px;width:220px;min-height:290px;padding:26px 24px;border:8px solid #d8b37c;background:#fffdf8;box-shadow:0 20px 30px rgba(10,47,116,.08);}
.cvi-bp-poster strong{display:block;color:#16325e;font-size:42px;line-height:1.06;letter-spacing:-.03em;}
.cvi-bp-poster span{position:absolute;left:30px;bottom:24px;color:#d72735;font-size:28px;}
.cvi-bp-plant{position:absolute;right:82px;top:292px;width:62px;height:95px;}
.cvi-bp-plant::before,.cvi-bp-plant::after{content:"";position:absolute;border-radius:999px;background:#4f9658;}
.cvi-bp-plant::before{inset:auto 12px 0 12px;height:34px;background:#d0b083;border-radius:0 0 18px 18px;}
.cvi-bp-plant::after{left:10px;top:0;width:42px;height:42px;box-shadow:-22px 20px 0 0 #4f9658, 22px 20px 0 0 #4f9658, 2px 38px 0 0 #5ca364;}
.cvi-bp-board{position:absolute;left:54%;top:92px;transform:translateX(-50%);width:190px;height:330px;padding:34px 22px;background:#fff;border:3px solid #d8dbe2;border-radius:8px;box-shadow:0 16px 28px rgba(10,47,116,.08);display:flex;flex-direction:column;gap:10px;z-index:2;}
.cvi-bp-board span{font-family:"Brush Script MT","Segoe Script","Bradley Hand",cursive;font-size:34px;line-height:1;color:#17305b;color:#1a315e;}
.cvi-bp-board i{display:block;width:90px;height:56px;border-left:4px solid #16325e;border-bottom:4px solid #16325e;transform:skew(-22deg);margin:10px 0 0 24px;position:relative;}
.cvi-bp-board i::after{content:"";position:absolute;right:-2px;top:-7px;width:0;height:0;border-left:12px solid #16325e;border-top:7px solid transparent;border-bottom:7px solid transparent;transform:rotate(-35deg);}
.cvi-bp-table{position:absolute;left:46%;bottom:44px;transform:translateX(-50%);width:430px;height:190px;background:#d8b17b;border-radius:32px 32px 18px 18px;box-shadow:0 16px 22px rgba(10,47,116,.08);}
.cvi-bp-table::before{content:"";position:absolute;left:50%;top:22px;transform:translateX(-50%);width:180px;height:100px;background:rgba(255,255,255,.16);border-radius:50%;}
.cvi-bp-laptop{position:absolute;left:34%;bottom:118px;width:128px;height:76px;background:#6d7687;border-radius:8px 8px 14px 14px;transform:rotate(-8deg);box-shadow:0 8px 16px rgba(10,47,116,.15);z-index:3;}
.cvi-bp-laptop::before{content:"";position:absolute;left:8px;top:-60px;width:112px;height:62px;background:#8f98a8;border:6px solid #2e3643;border-radius:8px;}
.cvi-bp-person{position:absolute;z-index:4;}
.cvi-bp-person::before{content:"";position:absolute;left:50%;transform:translateX(-50%);top:0;width:58px;height:58px;border-radius:50%;background:#f2c9a7;}
.cvi-bp-person span{position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:150px;height:110px;background:#20385f;border-radius:76px 76px 22px 22px;}
.cvi-bp-person-1{left:18%;bottom:120px;width:150px;height:168px;}
.cvi-bp-person-1 span{background:#23395f;}
.cvi-bp-person-2{right:14%;bottom:114px;width:154px;height:174px;}
.cvi-bp-person-2 span{background:#e5dfdc;}
.cvi-bp-person-3{right:-8px;bottom:104px;width:142px;height:162px;}
.cvi-bp-person-3 span{background:#20385f;}
.cvi-bp-teacher{right:170px;bottom:190px;width:152px;height:246px;}
.cvi-bp-teacher::before{width:62px;height:62px;top:0;background:#f0c7a2;}
.cvi-bp-teacher span{width:144px;height:180px;background:#d9c2a1;border-radius:34px 34px 20px 20px;left:50%;transform:translateX(-50%);bottom:18px;}
.cvi-bp-teacher::after{content:"";position:absolute;left:58px;top:54px;width:72px;height:112px;background:#fff8;border-radius:40px 40px 18px 18px;}
.cvi-bp-poster-presence strong{font-size:46px;}
.cvi-bp-board-presence{left:auto;right:82px;top:104px;width:220px;height:260px;transform:none;}
.cvi-bp-board-presence span{font-size:30px;}
.cvi-bp-plant-presence{right:54px;top:324px;}
.cvi-bp-class-desk{position:absolute;width:208px;height:86px;background:#dcb17b;border-radius:18px;bottom:110px;box-shadow:0 10px 20px rgba(10,47,116,.08);}
.cvi-bp-class-desk-1{left:78px;}
.cvi-bp-class-desk-2{right:78px;}
.cvi-bp-teacher-presence{left:50%;transform:translateX(-50%);bottom:180px;width:160px;height:238px;}
.cvi-bp-teacher-presence span{width:138px;height:176px;background:#ede1cf;bottom:14px;}
.cvi-bp-student-1{left:114px;bottom:150px;width:136px;height:152px;}
.cvi-bp-student-1 span{width:128px;height:86px;background:#335583;bottom:0;}
.cvi-bp-student-2{right:114px;bottom:150px;width:136px;height:152px;}
.cvi-bp-student-2 span{width:128px;height:86px;background:#d39d2f;bottom:0;}
.cvi-bp-student-1::before,.cvi-bp-student-2::before{width:52px;height:52px;top:0;}
.cvi-bp-teacher-presence::before{width:58px;height:58px;top:0;}

@media (max-width: 1280px){
  .cvi-bp-grid{grid-template-columns:1fr;}
  .cvi-bp-title{font-size:60px;max-width:none;}
  .cvi-bp-scene{min-height:620px;}
}
@media (max-width: 980px){
  .cvi-bp-wrap{padding:28px 22px;}
  .cvi-bp-badge{margin-left:0;width:88px;height:88px;font-size:34px;}
  .cvi-bp-title{font-size:44px;}
  .cvi-bp-intro{font-size:24px;}
  .cvi-bp-script{font-size:34px;}
  .cvi-bp-feature-item{grid-template-columns:64px 1fr;gap:14px;}
  .cvi-bp-feature-icon{width:58px;height:58px;font-size:26px;}
  .cvi-bp-footer-cards{grid-template-columns:1fr;}
  .cvi-bp-scene{min-height:520px;}
  .cvi-bp-poster{right:18px;top:18px;width:170px;min-height:220px;padding:18px;border-width:6px;}
  .cvi-bp-poster strong{font-size:30px;}
  .cvi-bp-board{width:160px;height:250px;padding:22px 18px;left:58%;}
  .cvi-bp-board span{font-size:26px;}
  .cvi-bp-table{width:320px;height:136px;}
  .cvi-bp-laptop{width:96px;height:58px;left:28%;bottom:96px;}
  .cvi-bp-laptop::before{width:84px;height:50px;top:-48px;}
  .cvi-bp-teacher{right:124px;bottom:154px;transform:scale(.82);transform-origin:bottom center;}
  .cvi-bp-person-1,.cvi-bp-person-2,.cvi-bp-person-3,.cvi-bp-student-1,.cvi-bp-student-2,.cvi-bp-teacher-presence{transform:scale(.84);transform-origin:bottom center;}
  .cvi-bp-person-1{left:4%;}
  .cvi-bp-person-2{right:6%;}
  .cvi-bp-person-3{right:-7%;}
  .cvi-bp-class-desk{width:152px;height:70px;}
  .cvi-bp-class-desk-1{left:30px;}
  .cvi-bp-class-desk-2{right:30px;}
  .cvi-bp-board-presence{right:24px;left:auto;}
}
@media (max-width: 767px){
  .cvi-bp-title{font-size:36px;}
  .cvi-bp-intro{font-size:20px;}
  .cvi-bp-script{font-size:29px;}
  .cvi-bp-feature-list{gap:12px;}
  .cvi-bp-feature-item h3{font-size:17px;}
  .cvi-bp-scene{min-height:420px;}
  .cvi-bp-poster,.cvi-bp-board,.cvi-bp-plant,.cvi-bp-laptop{display:none;}
  .cvi-bp-table{width:240px;height:102px;left:50%;bottom:28px;}
  .cvi-bp-person-1,.cvi-bp-person-2,.cvi-bp-person-3{transform:scale(.56);bottom:56px;}
  .cvi-bp-teacher{transform:scale(.56);right:76px;bottom:86px;}
  .cvi-bp-class-desk{display:none;}
  .cvi-bp-teacher-presence{transform:translateX(-50%) scale(.62);bottom:80px;}
  .cvi-bp-student-1,.cvi-bp-student-2{transform:scale(.62);bottom:60px;}
}


/* v1.0.12 - El nombre del curso Online-Gruppenkurse incluye fechas sin mostrarse como pausa */
.cvi-online-script.cvi-online-course-name{
  display:inline-flex;
  align-items:center;
  max-width:none;
  margin:20px 0 0;
  padding:11px 18px;
  border:1px solid rgba(1,30,134,.14);
  border-radius:18px;
  background:rgba(1,30,134,.055);
  color:var(--cvi-online-blue);
  font-family:Nunito, Arial, sans-serif;
  font-size:clamp(24px,2.4vw,36px);
  line-height:1.15;
  font-style:normal;
  font-weight:900;
  letter-spacing:-.015em;
  transform:none;
}

.cvi-online-script.cvi-online-course-name::before{
  content:"Kurs:";
  margin-right:9px;
  color:var(--cvi-muted);
  font-size:.58em;
  line-height:1;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.cvi-online-script.cvi-online-course-name::after{
  display:none;
}

@media(max-width:767px){
  .cvi-online-script.cvi-online-course-name{
    display:flex;
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
    padding:11px 14px;
    font-size:24px;
  }

  .cvi-online-script.cvi-online-course-name::before{
    margin-right:0;
  }
}
