/* Home pública (diseño ex-prueba) */

body {
      margin: 0;
      font-family: Inter, Arial, sans-serif;
      color: #071326;
      background: linear-gradient(180deg, #fbfcfe 0%, #f5f8fc 100%);
    }

    .volta-home-page {
      color: #071326;
      background: linear-gradient(180deg, #fbfcfe 0%, #f5f8fc 100%);
    }

    .volta-home-page a {
      text-decoration: none;
      color: inherit;
    }

    .volta-home-page .container {
      width: min(1180px, 92%);
      margin: auto;
    }

    .volta-home-page .hero {
      padding: 48px 0 56px;
      overflow: visible;
      background: linear-gradient(180deg, #fbfcfe 0%, #f5f8fc 100%);
      color: #071326;
    }

    .volta-home-page .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
      align-items: start;
      gap: 64px;
    }

    .volta-home-page .hero-content {
      position: relative;
      z-index: 2;
      min-width: 0;
    }

    .volta-home-page .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 16px;
      border-radius: 999px;
      background: linear-gradient(135deg, #eaf2ff, #f0f7ff);
      border: 1px solid #c5d4ea;
      color: #105bea;
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 18px;
      box-shadow: 0 8px 20px rgba(16, 91, 234, 0.08);
    }

    .volta-home-page .hero h1 {
      font-size: 78px;
      line-height: .95;
      letter-spacing: -4px;
      margin-bottom: 20px;
      font-weight: 800;
      color: #061a33;
    }

    .volta-home-page .hero h1 span {
      color: #0058ff;
    }

    .volta-home-page .hero p {
      font-size: 22px;
      line-height: 1.55;
      color: #42516a;
      max-width: 560px;
      margin-bottom: 22px;
    }

    .volta-home-page .hero-buttons {
      display: flex;
      gap: 14px;
      margin-bottom: 22px;
      flex-wrap: wrap;
    }

    .volta-home-page .hero-buttons .btn-primary {
      background: #0058ff;
      color: white;
      padding: 18px 28px;
      border-radius: 14px;
      font-weight: 700;
      text-decoration: none;
      box-shadow: 0 15px 35px rgba(0, 88, 255, .25);
      transition: transform .3s ease, background .3s ease;
      border: none;
    }

    .volta-home-page .hero-buttons .btn-primary:hover {
      transform: translateY(-2px);
      color: white;
    }

    .volta-home-page .hero-buttons .btn-secondary {
      border: 2px solid #0058ff;
      color: #0058ff;
      padding: 16px 26px;
      border-radius: 14px;
      font-weight: 700;
      text-decoration: none;
      background: white;
      transition: background .3s ease, color .3s ease;
    }

    .volta-home-page .hero-buttons .btn-secondary:hover {
      background: #0058ff;
      color: white;
    }

    .volta-home-page .hero-rating {
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .volta-home-page .hero-avatars {
      display: flex;
    }

    .volta-home-page .hero-avatars img {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid white;
      margin-left: -10px;
    }

    .volta-home-page .hero-avatars img:first-child {
      margin-left: 0;
    }

    .volta-home-page .hero-rating-text {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .volta-home-page .hero-rating-text strong {
      color: #ffb400;
      font-size: 18px;
    }

    .volta-home-page .hero-rating-text span {
      font-size: 14px;
      color: #42516a;
    }

    .volta-home-page .hero-image-area {
      position: relative;
      width: 100%;
      max-width: 720px;
      min-width: 0;
      margin-left: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: visible;
    }

    .volta-home-page .hero-visual {
      position: relative;
      width: 100%;
      max-width: 700px;
      min-height: 0;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      overflow: visible;
      padding-bottom: 8px;
    }

    .volta-home-page .hero-bg-shape {
      display: none;
    }

    .volta-home-page .hero-girl-wrap {
      position: relative;
      z-index: 5;
      display: inline-block;
      line-height: 0;
    }

    .volta-home-page .hero-girl-wrap::after {
      content: '';
      position: absolute;
      left: 14%;
      right: 14%;
      bottom: 2%;
      height: 32px;
      background: radial-gradient(ellipse at center, rgba(15, 40, 90, .11) 0%, transparent 72%);
      filter: blur(10px);
      pointer-events: none;
      z-index: -1;
    }

    .volta-home-page .hero-girl {
      position: relative;
      z-index: 5;
      width: 640px;
      max-width: none;
      height: auto;
      display: block;
      object-fit: contain;
      transform: translateX(-40px) translateY(20px);
      filter: drop-shadow(0 40px 70px rgba(0, 0, 0, .12));
    }

    .volta-home-page .hero-benefits {
      display: flex;
      gap: 18px;
      justify-content: center;
      align-self: center;
      margin-top: -20px;
      position: relative;
      z-index: 12;
      width: 100%;
      max-width: 720px;
      flex-wrap: wrap;
    }

    .volta-home-page .benefit-card {
      width: 210px;
      background: rgba(255, 255, 255, .96);
      backdrop-filter: blur(10px);
      border-radius: 22px;
      padding: 18px;
      box-shadow: 0 20px 40px rgba(0, 40, 120, .08);
      display: flex;
      gap: 14px;
      align-items: flex-start;
      border: 1px solid rgba(220, 230, 245, .7);
    }

    .volta-home-page .benefit-card strong {
      display: block;
      font-size: 14px;
      margin-bottom: 4px;
      color: #071326;
    }

    .volta-home-page .benefit-card span {
      color: #5c6b82;
      font-size: 12px;
      line-height: 1.45;
    }

    .volta-home-page .benefit-card .icon {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      background: #edf5ff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      flex-shrink: 0;
    }

    .volta-home-page .benefit-card .icon.linkedin {
      font-weight: 800;
      color: #0077b5;
      font-size: 20px;
    }

    .volta-home-page .stats {
      margin-top: -10px;
      position: relative;
      z-index: 4;
    }

    .volta-home-page .stats-box {
      background: white;
      border-radius: 20px;
      padding: 28px 55px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      box-shadow: 0 18px 50px rgba(20, 50, 90, .10);
    }

    .volta-home-page .stat {
      display: flex;
      gap: 16px;
      align-items: center;
    }

    .volta-home-page .stat-icon {
      width: 54px;
      height: 54px;
      border-radius: 16px;
      background: #eef5ff;
      display: grid;
      place-items: center;
      font-size: 28px;
      color: #0058ff;
    }

    .volta-home-page .stat strong {
      font-size: 28px;
      display: block;
    }

    .volta-home-page .stat span {
      color: #42516a;
      font-weight: 600;
      font-size: 14px;
    }

    .volta-home-page section {
      padding: 42px 0;
    }

    .volta-home-page .section-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 26px;
    }

    .volta-home-page .section-head h2 {
      font-size: 28px;
      letter-spacing: -1px;
    }

    .volta-home-page .link {
      color: #0058ff;
      font-weight: 700;
      font-size: 14px;
    }

    .volta-home-page .schools {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
      gap: 20px;
    }

    .volta-home-page a.school {
      background: white;
      border: 1px solid #edf1f7;
      border-radius: 18px;
      padding: 20px 12px;
      text-align: center;
      font-weight: 700;
      font-size: 13px;
      box-shadow: 0 10px 24px rgba(20, 50, 90, .04);
      color: inherit;
      transition: border-color .2s ease, box-shadow .2s ease;
    }

    .volta-home-page a.school:hover {
      border-color: #c5d4ea;
      box-shadow: 0 12px 28px rgba(0, 88, 255, .08);
    }

    .volta-home-page .school-icon {
      width: 52px;
      height: 52px;
      margin: 0 auto 12px;
      border-radius: 16px;
      background: #edf5ff;
      display: grid;
      place-items: center;
      font-size: 24px;
    }

    .volta-home-page .course-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 18px;
    }

    .volta-home-page a.course-card {
      display: block;
      background: white;
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid #e7edf6;
      box-shadow: 0 10px 25px rgba(20, 50, 90, .06);
      color: inherit;
      transition: border-color .2s ease, box-shadow .2s ease;
    }

    .volta-home-page a.course-card:hover {
      border-color: #c5d4ea;
      box-shadow: 0 14px 32px rgba(0, 88, 255, .1);
    }

    .volta-home-page .course-img {
      height: 110px;
      background: linear-gradient(135deg, #0058ff, #27b4ff);
      display: grid;
      place-items: center;
      font-size: 42px;
      color: white;
      position: relative;
      overflow: hidden;
    }

    .volta-home-page .course-img img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .volta-home-page .course-body {
      padding: 14px;
    }

    .volta-home-page .course-body h3 {
      font-size: 15px;
      margin-bottom: 5px;
    }

    .volta-home-page .course-body p {
      color: #68758a;
      font-size: 12px;
      margin-bottom: 14px;
    }

    .volta-home-page .course-footer {
      display: flex;
      justify-content: space-between;
      color: #0058ff;
      font-size: 13px;
      font-weight: 800;
    }

    .volta-home-page .certificate-section {
      display: grid;
      grid-template-columns: 1.05fr 1fr;
      gap: 56px;
      align-items: center;
    }

    .volta-home-page .certificate-visual {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .volta-home-page .certificate-image {
      line-height: 0;
      width: 100%;
    }

    .volta-home-page .certificate-image img {
      width: 100%;
      max-width: 620px;
      height: auto;
      display: block;
      border-radius: 12px;
      box-shadow: 0 24px 55px rgba(20, 50, 90, .14);
    }

    .volta-home-page .certificate-card {
      border-radius: 28px;
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
      box-shadow: 0 30px 60px rgba(0, 40, 120, .08);
      padding: 34px;
      border: 1px solid rgba(220, 230, 245, .6);
    }

    .volta-home-page .certificate-card h2 {
      font-size: 34px;
      line-height: 1.15;
      letter-spacing: -1px;
      margin-bottom: 14px;
      color: #071326;
    }

    .volta-home-page .certificate-lead {
      font-size: 17px;
      line-height: 1.6;
      color: #42516a;
      margin-bottom: 32px;
      max-width: 520px;
    }

    .volta-home-page .benefit-item {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      margin-bottom: 28px;
    }

    .volta-home-page .benefit-item-icon {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      background: #eef5ff;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #0058ff;
      font-weight: 800;
      font-size: 18px;
      flex-shrink: 0;
    }

    .volta-home-page .benefit-item-icon.linkedin {
      font-size: 16px;
      color: #0077b5;
    }

    .volta-home-page .benefit-item strong {
      display: block;
      margin-bottom: 4px;
      font-size: 16px;
      color: #071326;
    }

    .volta-home-page .benefit-item p {
      color: #5c6b82;
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
    }

    .volta-home-page .btn-certificates {
      display: inline-block;
      background: #0058ff;
      color: white;
      text-decoration: none;
      padding: 18px 34px;
      border-radius: 16px;
      font-size: 17px;
      font-weight: 700;
      box-shadow: 0 18px 35px rgba(0, 88, 255, .24);
      transition: transform .2s ease, box-shadow .2s ease;
      margin-bottom: 28px;
    }

    .volta-home-page .btn-certificates:hover {
      transform: translateY(-2px);
      color: white;
      box-shadow: 0 22px 40px rgba(0, 88, 255, .3);
    }

    .volta-home-page .certificate-mini-stats {
      padding-top: 22px;
      border-top: 1px solid #e8eef5;
    }

    .volta-home-page .certificate-mini-stats strong {
      display: block;
      font-size: 15px;
      font-weight: 700;
      color: #071326;
      margin-bottom: 6px;
    }

    .volta-home-page .certificate-mini-stats span {
      display: block;
      font-size: 14px;
      color: #68758a;
      line-height: 1.55;
    }

    .volta-home-page .volta-home-global-reach-section {
      padding: 8px 0 36px;
    }

    .volta-home-page .global-reach-box {
      background: linear-gradient(180deg, #f4f8ff, #eef4fb);
      border: 1px solid #e6ebf2;
      border-radius: 18px;
      padding: 36px 28px 32px;
      text-align: center;
    }

    .volta-home-page .global-reach-box h2 {
      margin: 0 0 12px;
      font-size: clamp(1.5rem, 3vw, 2rem);
      line-height: 1.2;
      letter-spacing: -0.03em;
      color: #071326;
    }

    .volta-home-page .global-reach-box > p {
      margin: 0 auto 28px;
      max-width: 720px;
      font-size: 17px;
      line-height: 1.6;
      color: #42516a;
    }

    .volta-home-page .global-reach-flags {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 18px 12px;
      align-items: start;
      justify-items: center;
    }

    .volta-home-page .global-reach-flag {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      min-width: 0;
    }

    .volta-home-page .global-reach-flag > span {
      font-size: 12px;
      font-weight: 800;
      color: #071326;
      line-height: 1.25;
      text-align: center;
    }

    .volta-home-page .global-reach-flag__bubble {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: #fff;
      display: grid;
      place-items: center;
      padding: 6px;
      box-shadow: 0 8px 20px rgba(9, 31, 63, 0.08);
      flex-shrink: 0;
    }

    .volta-home-page .global-reach-flag__bubble img {
      width: 40px;
      height: auto;
      max-height: 36px;
      object-fit: contain;
      display: block;
    }

    .volta-home-page .global-reach-flag__bubble--more {
      font-size: 15px;
      font-weight: 900;
      color: #061a33;
      padding: 0;
    }

    .volta-home-page .global-reach-flag--more > span {
      color: #637087;
    }

    .volta-home-page .link-more {
      color: #5b3bff;
      font-weight: 800;
      font-size: 14px;
    }

    .volta-home-page .blog-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .volta-home-page .blog-card {
      border: 1px solid #e6ebf2;
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 10px 24px rgba(9, 31, 63, .08);
      background: #fff;
    }

    .volta-home-page .blog-card-media {
      display: block;
      position: relative;
      text-decoration: none;
    }

    .volta-home-page .blog-card-media__frame {
      display: block;
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 10;
      min-height: 8.5rem;
      overflow: hidden;
      background: linear-gradient(135deg, #d8e5f6, #ead9bb);
    }

    .volta-home-page .blog-card-media__photo {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center center;
      display: block;
    }

    .volta-home-page .blog-card-media--placeholder {
      min-height: 8.5rem;
      background: linear-gradient(135deg, #d8e5f6, #ead9bb);
    }

    .volta-home-page .blog-card > div:last-child {
      padding: 15px;
    }

    .volta-home-page .blog-card h3 {
      font-size: 15px;
      line-height: 1.25;
      margin: 0 0 9px;
    }

    .volta-home-page .blog-card h3 a {
      color: inherit;
      text-decoration: none;
    }

    .volta-home-page .blog-card h3 a:hover {
      text-decoration: underline;
    }

    .volta-home-page .blog-card p {
      color: #637087;
      font-size: 13px;
      line-height: 1.4;
      margin: 0 0 10px;
    }

    .volta-home-footer-wrap .footer {
      background: #fff;
      color: #071326;
      padding: 42px 0 18px;
      border-top: 1px solid #edf1f7;
    }

    .volta-home-footer-wrap .container {
      width: min(1180px, 92%);
      margin: auto;
    }

    .volta-home-footer-wrap .footer-grid {
      display: grid;
      grid-template-columns: 1.5fr repeat(4, 1fr);
      gap: 40px;
    }

    .volta-home-footer-wrap .footer p,
    .volta-home-footer-wrap .footer a {
      color: #637087;
      font-size: 14px;
      line-height: 1.7;
      text-decoration: none;
    }

    .volta-home-footer-wrap .footer a:hover {
      color: #0058ff;
      text-decoration: underline;
    }

    .volta-home-footer-wrap .footer h4 {
      margin: 0 0 14px;
      color: #071326;
      font-size: 15px;
    }

    .volta-home-footer-wrap .footer-bottom {
      border-top: 1px solid #e6ebf2;
      margin-top: 34px;
      padding-top: 18px;
      display: flex;
      justify-content: space-between;
      color: #637087;
      font-size: 13px;
    }

    .volta-home-footer-wrap .footer .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 220px;
      color: #061a33;
      text-decoration: none;
    }

    .volta-home-footer-wrap .footer .brand-mark {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      border: 2px solid #ffc400;
      flex-shrink: 0;
    }

    .volta-home-footer-wrap .footer .brand-mark-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 50%;
    }

    .volta-home-footer-wrap .footer .brand-text small,
    .volta-home-footer-wrap .footer .brand-text strong,
    .volta-home-footer-wrap .footer .brand-text span {
      color: #061a33;
    }

    .volta-home-footer-wrap .footer .brand-text small {
      display: block;
      letter-spacing: 5px;
      font-size: 9px;
      opacity: .85;
      margin-bottom: 2px;
    }

    .volta-home-footer-wrap .footer .brand-text strong {
      display: block;
      font-size: 29px;
      line-height: .9;
      letter-spacing: 1px;
    }

    .volta-home-footer-wrap .footer .brand-text span {
      display: block;
      font-size: 9px;
      letter-spacing: .8px;
      opacity: .8;
      margin-top: 4px;
    }

    .volta-home-footer-wrap .footer .footer-linklike {
      background: none;
      border: 0;
      padding: 0;
      margin: 0;
      font: inherit;
      font-size: 14px;
      line-height: 1.7;
      cursor: pointer;
      text-decoration: underline;
      color: #637087;
      text-align: left;
    }

    .volta-home-footer-wrap .footer .footer-linklike:hover {
      color: #0058ff;
    }

    .volta-home-page .volta-home-preview-banner {
      background: #fff7ed;
      border-bottom: 1px solid #fed7aa;
      color: #9a3412;
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      padding: 8px 16px;
    }

    @media (max-width: 1100px) {
      .volta-home-page .hero {
        padding: 44px 0 28px;
      }

      .volta-home-page .hero-grid,
      .volta-home-page .certificate-section {
        grid-template-columns: 1fr;
      }

      .volta-home-page .hero-grid {
        gap: 24px;
      }

      .volta-home-page .hero-badge {
        margin-bottom: 14px;
      }

      .volta-home-page .hero h1 {
        font-size: 48px;
        letter-spacing: -2px;
        margin-bottom: 14px;
      }

      .volta-home-page .hero p {
        font-size: 17px;
        margin-bottom: 18px;
      }

      .volta-home-page .hero-buttons {
        margin-bottom: 18px;
        gap: 10px;
      }

      .volta-home-page .hero-image-area {
        min-width: 0;
        margin-left: 0;
        margin-top: 0;
        align-items: center;
      }

      .volta-home-page .hero-visual {
        min-height: 0;
        max-width: 100%;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 4px;
      }

      .volta-home-page .hero-girl {
        width: 100%;
        max-width: 360px;
        transform: translateX(0) translateY(4px);
      }

      .volta-home-page .hero-benefits {
        margin-top: 10px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        gap: 10px;
        max-width: 100%;
        padding: 0 2px 6px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
      }

      .volta-home-page .benefit-card {
        width: min(240px, 72vw);
        max-width: none;
        flex-shrink: 0;
        padding: 14px;
      }

      .volta-home-page .stats {
        margin-top: 0;
      }

      .volta-home-page .stats-box {
        grid-template-columns: repeat(2, 1fr);
        padding: 18px 16px;
        gap: 14px;
      }

      .volta-home-page section {
        padding: 28px 0;
      }

      .volta-home-page .section-head {
        margin-bottom: 16px;
      }

      .volta-home-page .certificate-section {
        gap: 28px;
      }

      .volta-home-page .schools {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
      }

      .volta-home-page .course-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
      }

      .volta-home-page .global-reach-flags {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .volta-home-page .blog-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .volta-home-footer-wrap .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
      }
    }

    @media (max-width: 600px) {
      .volta-home-page .hero {
        padding: 28px 0 20px;
      }

      .volta-home-page .hero-grid {
        gap: 18px;
      }

      .volta-home-page .hero h1 {
        font-size: 36px;
        margin-bottom: 12px;
      }

      .volta-home-page .hero-buttons {
        flex-direction: column;
        align-items: stretch;
      }

      .volta-home-page .hero-buttons .btn-primary,
      .volta-home-page .hero-buttons .btn-secondary {
        padding: 14px 20px;
        text-align: center;
      }

      .volta-home-page .hero p {
        font-size: 15px;
        margin-bottom: 14px;
      }

      .volta-home-page .hero-rating {
        gap: 12px;
      }

      .volta-home-page .brand-text {
        display: none;
      }

      .volta-home-page .hero-girl {
        max-width: 300px;
      }

      .volta-home-page section {
        padding: 22px 0;
      }

      .volta-home-page .stats-box,
      .volta-home-page .course-grid,
      .volta-home-page .blog-grid {
        grid-template-columns: 1fr;
      }

      .volta-home-footer-wrap .footer-grid {
        grid-template-columns: 1fr;
      }

      .volta-home-footer-wrap .footer-bottom {
        flex-direction: column;
        gap: 10px;
      }

      .volta-home-page .schools {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
      }

      .volta-home-page .global-reach-box {
        padding: 28px 18px 24px;
      }

      .volta-home-page .global-reach-flags {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px 8px;
      }

    }