    html,
    body {
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
    }

    #page-landing {
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
      font-family: "Noto Sans", Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    }

    .lp-header {
      background: #1a1a2e; padding: 0 40px; height: 60px;
      display: flex; align-items: center; justify-content: space-between;
      position: sticky; top: 0; z-index: 100;
    }
    .lp-title { font-size: 17px; font-weight: 800; color: #fff; }
    .lp-header-right { display: flex; align-items: center; gap: 20px; }
    .lp-date { font-size: 14px; color: rgba(255,255,255,.58); }
    .btn-login {
      display: inline-flex; align-items: center; justify-content: center;
      min-height: 38px; padding: 8px 18px; background: #3b82f6; color: #fff; border-radius: 6px;
      font-size: 13px; font-weight: 700; border: none; cursor: pointer;
      font-family: inherit; transition: background .15s, transform .14s ease, box-shadow .18s ease;
    }
    .btn-login:hover { background: #2563eb; transform: translateY(-1px); box-shadow: 0 10px 22px rgba(37,99,235,.28); }
    .btn-login.is-pressing { transform: scale(.985); box-shadow: 0 6px 14px rgba(37,99,235,.18); }
    .lp-hero {
      background: linear-gradient(135deg,#1a1a2e 0%,#0f1729 100%);
      padding: 110px 60px 104px; text-align: center;
    }
    .lp-hero-content { max-width: 920px; margin: 0 auto; }
    .lp-hero h1 { font-size: 54px; font-weight: 800; color: #fff; margin-bottom: 18px; line-height: 1.15; }
    .lp-hero h1 span { color: #3b82f6; }
    .lp-hero p { font-size: 18px; color: rgba(255,255,255,.7); max-width: 720px; margin: 0 auto 38px; line-height: 1.7; }
    .lp-hero-actions { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
    .btn-acceder {
      display: inline-flex; align-items: center; gap: 8px;
      min-height: 52px; padding: 14px 32px; background: #3b82f6; color: #fff; border-radius: 8px;
      font-size: 15px; font-weight: 800; border: none; cursor: pointer;
      font-family: inherit; transition: background .15s,transform .12s;
      box-shadow: 0 4px 16px rgba(59,130,246,.4);
    }
    .btn-acceder:hover { background: #2563eb; transform: translateY(-2px); }
    .btn-acceder.is-pressing { transform: scale(.988); box-shadow: 0 8px 16px rgba(59,130,246,.24); }
    .lp-hero-actions .btn-secundario {
      display: inline-flex; align-items: center; justify-content: center;
      min-height: 52px; padding: 14px 28px; border: 1px solid rgba(255,255,255,.34);
      border-radius: 8px; background: rgba(255,255,255,.08); color: #fff;
      font-size: 15px; font-weight: 800; font-family: inherit;
      cursor: pointer; transition: background .15s,border-color .15s,transform .12s;
      appearance: none; -webkit-appearance: none;
    }
    .lp-hero-actions .btn-secundario:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.45); transform: translateY(-2px); }
    .lp-section { padding: 88px 60px; }
    .lp-section-center { text-align: center; margin-bottom: 0; padding-bottom: 24px; }
    .lp-section-functions { padding-top: 24px; }
    .lp-section-center h2 { font-size: 34px; font-weight: 800; color: #1a1a2e; margin-bottom: 12px; }
    .lp-section-center p { font-size: 16px; color: #8a94a6; }
    .func-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 1380px; margin: 0 auto; }
    @media (max-width: 900px) { .func-grid { grid-template-columns: 1fr; } }
    @media (min-width: 901px) and (max-width: 1220px) { .func-grid { grid-template-columns: repeat(2,1fr); } }
    .func-card {
      background: #fff; border: 1px solid #e2e6ea; border-radius: 8px; padding: 30px;
      transition: transform .2s,box-shadow .2s,border-color .2s;
    }
    .func-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(15,23,42,.1); border-color: #d5dce8; }
    .func-icon {
      width: 48px;
      height: 48px;
      margin-bottom: 18px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(145deg, #ffffff 0%, #e9f0fb 100%);
      color: #2563eb;
      box-shadow:
        8px 8px 18px rgba(15, 23, 42, .10),
        -7px -7px 16px rgba(255, 255, 255, .94),
        inset 1px 1px 0 rgba(255,255,255,.85);
    }
    .func-icon svg {
      width: 25px;
      height: 25px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .func-card:nth-child(2) .func-icon { color: #6d28d9; background: linear-gradient(145deg, #ffffff 0%, #f1eafe 100%); }
    .func-card:nth-child(3) .func-icon { color: #0891b2; background: linear-gradient(145deg, #ffffff 0%, #e7f8fb 100%); }
    .func-card:nth-child(4) .func-icon { color: #f97316; background: linear-gradient(145deg, #ffffff 0%, #fff0e6 100%); }
    .func-card:nth-child(5) .func-icon { color: #059669; background: linear-gradient(145deg, #ffffff 0%, #e8f8f1 100%); }
    .func-card:nth-child(6) .func-icon { color: #e11d48; background: linear-gradient(145deg, #ffffff 0%, #fff0f4 100%); }
    .func-card h3 { font-size: 18px; font-weight: 700; color: #1a1a2e; margin-bottom: 10px; }
    .func-card p  { font-size: 15px; color: #8a94a6; line-height: 1.7; }
    .lp-stats { background: #3b82f6; padding: 60px; text-align: center; }
    .lp-stats h2 { font-size: 26px; font-weight: 800; color: #fff; margin-bottom: 6px; }
    .lp-stats-sub { font-size: 13px; color: rgba(255,255,255,.7); margin-bottom: 36px; }
    .lp-stats-grid { display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; }
    .lp-stat-item .lp-stat-label { font-size: 12px; color: rgba(255,255,255,.7); margin-bottom: 8px; }
    .lp-stat-item .lp-stat-value { font-size: 42px; font-weight: 800; color: #fff; }
    .lp-cta { padding: 84px 60px; text-align: center; background: #f8f9fb; }
    .lp-cta h2 { font-size: 34px; font-weight: 800; color: #1a1a2e; margin-bottom: 12px; }
    .lp-cta p  { font-size: 16px; color: #8a94a6; margin-bottom: 32px; }
    .btn-comenzar {
      display: inline-flex; align-items: center; justify-content: center;
      min-height: 52px; padding: 14px 34px; background: #3b82f6; color: #fff; border-radius: 8px;
      font-size: 15px; font-weight: 800; border: none; cursor: pointer;
      font-family: inherit; transition: background .15s;
    }
    .btn-comenzar:hover { background: #2563eb; }
    .lp-footer { background: #1a1a2e; padding: 68px 60px 28px; }
    .lp-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.08); margin: 0 auto 22px; max-width: 1380px; }
    .lp-footer-brand h3 { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 12px; }
    .lp-footer-brand p  { font-size: 15px; color: rgba(255,255,255,.4); line-height: 1.8; }
    .lp-footer-col h4   { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 16px; }
    .lp-footer-col ul   { display: flex; flex-direction: column; gap: 10px; }
    .lp-footer-col a    { font-size: 14px; color: rgba(255,255,255,.35); transition: color .15s; }
    .lp-footer-col a:hover { color: rgba(255,255,255,.8); }
    .lp-footer-copy { font-size: 13px; color: rgba(255,255,255,.2); text-align: center; }

    @media (min-width: 1500px), (min-height: 900px) {
      .lp-header {
        padding: 0 64px;
        height: 68px;
      }

      .lp-title { font-size: 19px; }
      .lp-header-right { gap: 26px; }
      .lp-date { font-size: 15px; }

      .btn-login {
        min-height: 42px;
        padding: 8px 24px;
        font-size: 14px;
      }

      .lp-hero {
        padding: 130px 84px 120px;
      }

      .lp-hero-content {
        max-width: 1080px;
      }

      .lp-hero h1 {
        font-size: 64px;
        margin-bottom: 22px;
      }

      .lp-hero p {
        max-width: 820px;
        margin-bottom: 42px;
        font-size: 20px;
      }

      .lp-hero-actions {
        gap: 18px;
      }

      .btn-acceder,
      .lp-hero-actions .btn-secundario,
      .btn-comenzar {
        min-height: 56px;
        padding: 15px 38px;
        font-size: 16px;
      }

      .lp-section,
      .lp-cta,
      .lp-footer {
        padding-left: 84px;
        padding-right: 84px;
      }

      .lp-section {
        padding-top: 96px;
        padding-bottom: 96px;
      }

      .lp-section-center {
        padding-bottom: 28px;
      }

      .lp-section-functions {
        padding-top: 28px;
      }

      .lp-section-center h2,
      .lp-cta h2 {
        font-size: 38px;
      }

      .lp-section-center p,
      .lp-cta p {
        font-size: 18px;
      }

      .func-grid {
        max-width: 1560px;
        gap: 28px;
      }

      .func-card {
        min-height: 250px;
        padding: 34px;
      }

      .func-icon {
        font-size: 40px;
        margin-bottom: 18px;
      }

      .func-card h3 {
        font-size: 20px;
        margin-bottom: 12px;
      }

      .func-card p {
        font-size: 16px;
      }

      .lp-cta {
        padding-top: 92px;
        padding-bottom: 92px;
      }

      .lp-footer {
        padding-top: 80px;
        padding-bottom: 34px;
      }

      .lp-footer-grid {
        max-width: 1560px;
        margin: 0 auto 26px;
        gap: 60px;
        padding-bottom: 40px;
      }

      .lp-footer-brand h3 {
        font-size: 22px;
      }

      .lp-footer-brand p,
      .lp-footer-col a {
        font-size: 16px;
      }

      .lp-footer-col h4 {
        font-size: 13px;
      }

      .lp-footer-copy {
        font-size: 14px;
      }
    }

    @media (max-width: 820px) {
      .lp-header {
        height: auto;
        min-height: 58px;
        padding: 10px 18px;
        gap: 12px;
      }

      .lp-title {
        font-size: 16px;
        flex-shrink: 0;
      }

      .lp-header-right {
        gap: 10px;
        min-width: 0;
      }

      .lp-date {
        display: none;
      }

      .btn-login {
        min-height: 36px;
        padding: 8px 13px;
        font-size: 12px;
        white-space: nowrap;
      }

      .lp-hero {
        padding: 72px 22px 66px;
      }

      .lp-hero h1 {
        font-size: clamp(34px, 10vw, 46px);
        line-height: 1.08;
        margin-bottom: 16px;
      }

      .lp-hero p {
        max-width: 560px;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 28px;
      }

      .lp-hero-actions {
        align-items: stretch;
        gap: 10px;
      }

      .btn-acceder,
      .lp-hero-actions .btn-secundario,
      .btn-comenzar {
        width: min(100%, 340px);
        min-height: 48px;
        padding: 12px 18px;
        justify-content: center;
        font-size: 14px;
      }

      .lp-section {
        padding: 54px 18px;
      }

      .lp-section-center {
        padding-bottom: 18px;
      }

      .lp-section-functions {
        padding-top: 18px;
      }

      .lp-section-center h2,
      .lp-cta h2 {
        font-size: clamp(25px, 7vw, 32px);
        line-height: 1.15;
      }

      .lp-section-center p,
      .lp-cta p {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        line-height: 1.55;
      }

      .func-grid {
        gap: 14px;
      }

      .func-card {
        padding: 22px;
      }

      .func-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 14px;
        border-radius: 12px;
      }

      .func-icon svg {
        width: 23px;
        height: 23px;
      }

      .func-card h3 {
        font-size: 17px;
      }

      .func-card p {
        font-size: 14px;
        line-height: 1.6;
      }

      .lp-cta {
        padding: 58px 18px;
      }

      .lp-cta p {
        margin-bottom: 24px;
      }

      .lp-footer {
        padding: 46px 20px 24px;
      }

      .lp-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-bottom: 28px;
      }

      .lp-footer-brand p {
        max-width: 560px;
      }
    }

    @media (max-width: 520px) {
      .lp-header {
        padding: 9px 14px;
      }

      .lp-hero {
        padding: 58px 16px 54px;
      }

      .lp-hero h1 {
        font-size: clamp(30px, 11vw, 38px);
      }

      .lp-hero p {
        font-size: 15px;
        line-height: 1.55;
      }

      .lp-hero-actions {
        flex-direction: column;
      }

      .btn-acceder,
      .lp-hero-actions .btn-secundario,
      .btn-comenzar {
        width: 100%;
      }

      .lp-section {
        padding-left: 14px;
        padding-right: 14px;
      }

      .func-card {
        padding: 20px;
      }

      .lp-footer {
        padding-left: 16px;
        padding-right: 16px;
      }

      .lp-footer-col ul {
        gap: 12px;
      }
    }

    @media (max-width: 360px) {
      .lp-header {
        align-items: flex-start;
        flex-direction: column;
      }

      .lp-header-right,
      .btn-login {
        width: 100%;
      }

      .btn-login {
        justify-content: center;
      }
    }

.lp-footer-logo-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 0;
}

.lp-footer-idconnect-logo {
  width: 58px;
  height: 58px;
  display: block;
  object-fit: contain;
  border-radius: 14px;
}
.lp-footer-sena-logo {
  display: block;
  width: 58px;
  height: auto;
  margin-top: 0;
  opacity: .92;
}

@media (max-width: 820px) {
.lp-footer-sena-logo {
    width: 52px;
    margin-top: 0;
  }
}
