#formulario-contacto-fnc div label span {
      color: var(--slate-200)
    }

    #formulario-contacto-fnc {
      background: linear-gradient(135deg, #0f172a, #334155)
    }

    :root {
      --amber: #fbbf24;
      --amber-dark: #d97706;
      --amber-light: #fef3c7;
      --slate-950: #020617;
      --slate-900: #0f172a;
      --slate-800: #1e293b;
      --slate-700: #334155;
      --slate-600: #475569;
      --slate-500: #64748b;
      --slate-400: #94a3b8;
      --slate-300: #cbd5e1;
      --slate-200: #e2e8f0;
      --slate-100: #f1f5f9;
      --soft: #f7f9fc;
      --footer: #263238;
      --white: #fff;
      --radius: 28px;
      --radius-lg: 36px;
      --shadow: 0 20px 50px rgba(15, 23, 42, .08);
      --shadow-card: 0 12px 30px rgba(15, 23, 42, .06);
      --max: 1180px
    }

    * {
      box-sizing: border-box
    }

    html {
      scroll-behavior: smooth
    }

    body {
      margin: 0;
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--slate-800);
      background: #fff
    }

    a {
      color: inherit;
      text-decoration: none
    }

    img {
      max-width: 100%;
      display: block
    }

    .container {
      width: min(100% - 40px, var(--max));
      margin: 0 auto
    }

    .section {
      padding: 88px 0
    }

    .section-sm {
      padding: 0px 0
    }

    .soft {
      background: var(--soft)
    }

    .gradient {
      background: linear-gradient(135deg, var(--soft), #fff 48%, #fffbeb)
    }

    h1,
    h2,
    h3,
    p {
      margin: 0
    }

    h1 {
      max-width: 720px;
      font-size: clamp(40px, 6vw, 68px);
      line-height: 1.03;
      letter-spacing: -.045em;
      color: var(--slate-900);
      font-weight: 900
    }

    h2 {
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1.08;
      letter-spacing: -.035em;
      color: var(--slate-950);
      font-weight: 900
    }

    h3 {
      color: var(--slate-900);
      font-weight: 900
    }

    .lead {
      margin-top: 24px;
      font-size: 18px;
      line-height: 1.8;
      color: var(--slate-600)
    }

    .muted {
      color: var(--slate-600);
      line-height: 1.75
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      background: var(--amber-light);
      color: #b45309;
      padding: 10px 16px;
      font-size: 14px;
      font-weight: 800;
      line-height: 1;
      margin-bottom: 18px
    }

    .eyebrow.bordered {
      border: 1px solid #fde68a
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 0 28px;
      border-radius: 999px;
      border: 0;
      font-weight: 900;
      cursor: pointer;
      transition: .2s;
      font-family: inherit;
      font-size: 14px;
      white-space: nowrap
    }

    .btn:hover {
      transform: translateY(-1px)
    }

    .primary {
      background: var(--amber);
      color: var(--slate-900);
      box-shadow: 0 16px 32px rgba(251, 191, 36, .28)
    }

    .primary:hover {
      background: #fcd34d
    }

    .dark {
      background: var(--slate-800);
      color: #fff
    }

    .dark:hover {
      background: var(--slate-700)
    }

    .outline {
      background: #fff;
      color: var(--slate-700);
      border: 1px solid var(--slate-200);
      box-shadow: 0 8px 20px rgba(15, 23, 42, .04)
    }

    .ghost {
      background: transparent;
      color: var(--slate-700)
    }

    .actions {
      display: flex;
      gap: 14px;
      /* flex-wrap: wrap; */
      margin-top: 34px
    }

    .sticky-cta {
      position: fixed;
      left: 50%;
      bottom: 20px;
      transform: translateX(-50%);
      z-index: 100;
      display: flex;
      gap: 6px;
      padding: 8px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .95);
      box-shadow: 0 20px 50px rgba(15, 23, 42, .18);
      border: 1px solid var(--slate-100);
      backdrop-filter: blur(12px)
    }

    header {
      position: sticky;
      top: 0;
      z-index: 80;
      background: rgba(255, 255, 255, .95);
      border-bottom: 1px solid var(--slate-100);
      box-shadow: 0 4px 20px rgba(15, 23, 42, .04);
      backdrop-filter: blur(12px)
    }

    .header-inner {
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px
    }

    .logo {
      height: 36px;
      width: auto
    }

    nav {
      display: flex;
      align-items: center;
      gap: 30px;
      color: var(--slate-700);
      font-size: 14px;
      font-weight: 700
    }

    nav a:hover {
      color: var(--amber-dark)
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 12px
    }

    .mobile-menu {
      display: none;
      width: 44px;
      height: 44px;
      border-radius: 999px;
      border: 0;
      background: transparent;
      color: var(--slate-700)
    }

    .mobile-menu span {
      display: block;
      width: 24px;
      height: 2px;
      margin: 5px auto;
      border-radius: 999px;
      background: currentColor
    }

    .hero {
      position: relative;
      overflow: hidden;
      background: radial-gradient(circle at 20% 20%, rgba(245, 158, 11, .18), transparent 28%), radial-gradient(circle at 85% 15%, rgba(59, 130, 246, .12), transparent 28%), linear-gradient(135deg, #f8fafc 0%, #fff 48%, #fffbeb 100%)
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 56px;
      padding: 50px 0 96px
    }

    .hero-points {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      max-width: 620px;
      margin-top: 22px
    }

    .mini-card {
      background: rgba(255, 255, 255, .82);
      border: 1px solid var(--slate-100);
      border-radius: 22px;
      padding: 16px;
      box-shadow: var(--shadow-card)
    }

    .mini-card strong {
      display: block;
      color: var(--slate-900);
      font-size: 14px;
      font-weight: 900;
      margin-bottom: 6px
    }

    .mini-card span {
      color: var(--slate-500);
      font-size: 14px;
      line-height: 1.5
    }

    .demo-card {
      position: relative;
      border-radius: var(--radius-lg);
      background: #fff;
      padding: 16px;
      box-shadow: 0 26px 70px rgba(15, 23, 42, .14);
      border: 1px solid #fde68a
    }

    .demo-badge {
      position: absolute;
      right: -16px;
      top: -18px;
      z-index: 3;
      border-radius: 18px;
      background: var(--amber);
      color: var(--slate-900);
      padding: 12px 18px;
      font-size: 14px;
      font-weight: 900;
      box-shadow: 0 18px 35px rgba(251, 191, 36, .28)
    }

    .demo-media {
      overflow: hidden;
      border-radius: 24px;
      background: linear-gradient(135deg, #f8fafc, #fff, #fffbeb)
    }

    .demo-media img {
      width: 100%;
      aspect-ratio: 4/3;
      object-fit: cover
    }

    .demo-caption {
      border-top: 1px solid var(--slate-100);
      background: rgba(255, 255, 255, .95);
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px
    }

    .demo-caption small {
      display: block;
      color: var(--amber-dark);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .06em;
      margin-bottom: 6px
    }

    .play {
      width: 54px;
      height: 54px;
      min-width: 54px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      border: 0;
      background: var(--amber);
      color: var(--slate-900);
      font-size: 18px;
      font-weight: 900;
      box-shadow: 0 14px 28px rgba(251, 191, 36, .35)
    }

    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px
    }

    .grid-2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px
    }

    .two-col {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      align-items: center;
      gap: 56px
    }

    .two-col.reverse {
      grid-template-columns: 1.05fr .95fr
    }

    .card,
    .stat-card {
      border-radius: var(--radius);
      background: #fff;
      border: 1px solid var(--slate-100);
      box-shadow: var(--shadow-card)
    }

    .stat-card {
      padding: 26px
    }

    .stat-card strong {
      display: block;
      color: var(--amber-dark);
      font-size: 32px;
      font-weight: 900;
      margin-bottom: 8px
    }

    .stat-card span {
      display: block;
      color: var(--slate-600);
      font-size: 14px;
      font-weight: 700;
      line-height: 1.6
    }

    .phone-image {
      position: relative;
      max-width: 430px;
      margin: 0 auto
    }

    .phone-image:before {
      content: "";
      position: absolute;
      left: -20px;
      top: 40px;
      width: 120px;
      height: 120px;
      border-radius: 999px;
      background: #fde68a;
      filter: blur(24px)
    }

    .phone-image img {
      position: relative;
      z-index: 2;
      filter: drop-shadow(0 28px 35px rgba(15, 23, 42, .18))
    }

    .check-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 16px;
      border-radius: 20px;
      background: #f8fafc;
      border: 1px solid var(--slate-100)
    }

    .icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: 22px;
      height: 22px;
      border-radius: 999px;
      background: var(--amber-light);
      color: var(--amber-dark);
      font-size: 13px;
      font-weight: 900
    }

    .check-item strong {
      color: var(--slate-900);
      font-size: 15px;
      font-weight: 900;
      line-height: 1.45
    }

    .compliance-card {
      border-radius: var(--radius-lg);
      background: #fff;
      padding: 24px;
      box-shadow: var(--shadow);
      border: 1px solid var(--slate-100)
    }

    .dark-panel {
      border-radius: 24px;
      padding: 28px;
      color: #fff;
      background: linear-gradient(135deg, #0f172a, #334155)
    }

    .dark-panel small {
      display: block;
      color: #fcd34d;
      text-transform: uppercase;
      letter-spacing: .06em;
      font-weight: 900;
      margin-bottom: 12px
    }

    .dark-panel h3 {
      color: #fff;
      font-size: 30px;
      line-height: 1.15
    }

    .dark-panel p {
      color: var(--slate-200);
      margin-top: 16px;
      line-height: 1.7
    }

    .dark-list {
      display: grid;
      gap: 14px;
      margin-top: 28px
    }

    .dark-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 15px;
      border-radius: 18px;
      background: rgba(255, 255, 255, .10);
      border: 1px solid rgba(255, 255, 255, .10);
      font-weight: 800
    }

    .status {
      display: inline-flex;
      border-radius: 999px;
      padding: 6px 10px;
      background: #fcd34d;
      color: var(--slate-900);
      font-size: 12px;
      font-weight: 900;
      white-space: nowrap
    }

    .section-title {
      max-width: 760px;
      margin: 0 auto 54px;
      text-align: center
    }

    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px
    }

    .benefit-card {
      padding: 24px;
      transition: .2s
    }

    .benefit-card:hover,
    .video-card:hover,
    .plan-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 22px 48px rgba(15, 23, 42, .10)
    }

    .benefit-icon {
      width: 56px;
      height: 56px;
      border-radius: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--amber-light);
      color: var(--amber-dark);
      font-size: 25px;
      font-weight: 900;
      margin-bottom: 20px
    }

    .benefit-card h3 {
      font-size: 18px;
      margin-bottom: 12px
    }

    .benefit-card p {
      color: var(--slate-600);
      font-size: 14px;
      line-height: 1.65
    }

    .feature-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
      margin-top: 30px
    }

    .feature-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 16px;
      border-radius: 20px;
      background: #fff;
      box-shadow: var(--shadow-card);
      border: 1px solid var(--slate-100);
      font-weight: 800;
      color: var(--slate-700)
    }

    .dashboard-card {
      position: relative;
      border-radius: var(--radius-lg);
      background: #fff;
      padding: 24px;
      box-shadow: var(--shadow);
      border: 1px solid var(--slate-100)
    }

    .dashboard-inner {
      border-radius: 24px;
      background: #fff;
      padding: 24px;
      color: var(--slate-950);
      box-shadow: 0 20px 50px rgba(15, 23, 42, .12)
    }

    .dashboard-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid var(--slate-100)
    }

    .online {
      border-radius: 999px;
      padding: 8px 14px;
      background: var(--amber-light);
      color: var(--amber-dark);
      font-size: 13px;
      font-weight: 900
    }

    .metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 22px
    }

    .metric {
      border-radius: 18px;
      padding: 16px;
      background: #f8fafc
    }

    .metric small {
      display: block;
      color: var(--slate-400);
      text-transform: uppercase;
      letter-spacing: .06em;
      font-weight: 900;
      margin-bottom: 8px
    }

    .metric strong {
      font-size: 25px;
      color: var(--slate-950)
    }

    .bars {
      height: 176px;
      border-radius: 18px;
      margin-top: 24px;
      padding: 20px;
      display: flex;
      align-items: end;
      gap: 10px;
      background: linear-gradient(135deg, var(--amber-light), #fff, var(--slate-100))
    }

    .bar {
      flex: 1;
      border-radius: 12px 12px 0 0;
      background: var(--amber)
    }

    .proof-box {
      border-radius: var(--radius-lg);
      background: linear-gradient(135deg, #f8fafc, #fff, #fffbeb);
      padding: 48px;
      box-shadow: var(--shadow);
      border: 1px solid var(--slate-100)
    }

    .proof-grid {
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      align-items: center;
      gap: 42px
    }

    .testimonial {
      padding: 24px
    }

    .stars {
      color: var(--amber);
      letter-spacing: 2px;
      margin-bottom: 18px
    }

    .testimonial blockquote {
      margin: 0;
      color: var(--slate-600);
      line-height: 1.75;
      font-size: 14px
    }

    .testimonial-footer {
      margin-top: 20px;
      padding-top: 16px;
      border-top: 1px solid var(--slate-100)
    }

    .testimonial-footer strong {
      display: block;
      color: var(--slate-900)
    }

    .testimonial-footer span {
      color: var(--slate-500);
      font-size: 14px
    }

    .videos-head {
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      align-items: end;
      gap: 40px;
      margin-bottom: 48px
    }

    .video-card {
      overflow: hidden;
      transition: .2s
    }

    .video-thumb {
      position: relative;
      aspect-ratio: 16/9;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, var(--slate-100), #fff, var(--amber-light))
    }

    .duration,
    .video-number {
      position: absolute;
      border-radius: 999px;
      background: rgba(255, 255, 255, .92);
      padding: 7px 12px;
      font-size: 12px;
      font-weight: 900;
      box-shadow: var(--shadow-card)
    }

    .duration {
      left: 20px;
      top: 20px;
      color: var(--slate-700)
    }

    .video-number {
      right: 20px;
      bottom: 20px;
      color: var(--amber-dark)
    }

    .card-body {
      padding: 24px
    }

    .card-body h3 {
      font-size: 20px;
      margin-bottom: 12px
    }

    .card-body p {
      color: var(--slate-600);
      font-size: 14px;
      line-height: 1.75
    }

    .note-box,
    .implementation-note {
      margin-top: 38px;
      border-radius: var(--radius-lg);
      padding: 26px;
      border: 1px solid var(--slate-100);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px
    }

    .note-box {
      background: var(--soft)
    }

    .implementation-note {
      background: linear-gradient(135deg, #fffbeb, #fff, #f8fafc);
      border-color: #fde68a
    }

    .plan-card {
      padding: 28px;
      transition: .2s
    }

    .plan-card.featured {
      border-color: #fde68a;
      box-shadow: 0 20px 55px rgba(251, 191, 36, .14)
    }

    .tag {
      display: inline-flex;
      border-radius: 999px;
      padding: 9px 14px;
      background: var(--amber-light);
      color: var(--amber-dark);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .05em;
      margin-bottom: 18px
    }

    .plan-card h3 {
      font-size: 25px;
      margin-bottom: 14px
    }

    .plan-card p {
      min-height: 82px;
      color: var(--slate-600);
      font-size: 14px;
      line-height: 1.75
    }

    .quote-box {
      margin-top: 22px;
      border-radius: 18px;
      background: #f8fafc;
      padding: 15px;
      color: var(--slate-700);
      font-size: 14px;
      font-weight: 800
    }

    .plan-card ul {
      margin: 22px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 12px
    }

    .plan-card li {
      display: flex;
      gap: 10px;
      color: var(--slate-700);
      font-size: 14px;
      line-height: 1.5;
      font-weight: 700
    }

    .portal-card {
      border-radius: var(--radius-lg);
      background: #fff;
      padding: 24px;
      box-shadow: var(--shadow);
      border: 1px solid var(--slate-100)
    }

    .portal-inner {
      border-radius: 24px;
      border: 1px solid var(--slate-100);
      background: #f8fafc;
      padding: 26px
    }

    .portal-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid var(--slate-200)
    }

    .lock {
      width: 50px;
      height: 50px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--amber-light);
      color: var(--amber-dark);
      font-size: 22px
    }

    .portal-list {
      display: grid;
      gap: 14px;
      margin-top: 22px
    }

    .portal-list div {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-radius: 18px;
      background: #fff;
      padding: 16px;
      box-shadow: var(--shadow-card);
      border: 1px solid var(--slate-100);
      font-weight: 800;
      color: var(--slate-700)
    }

    .form-wrap {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 56px
    }

    .whatsapp-note {
      margin-top: 30px;
      border-radius: 24px;
      background: #fffbeb;
      padding: 22px;
      border: 1px solid #fde68a
    }

    .whatsapp-note strong {
      color: var(--slate-900);
      display: block;
      margin-bottom: 8px
    }

    form {
      border-radius: var(--radius-lg);
      background: #f8fafc;
      padding: 32px;
      box-shadow: var(--shadow);
      border: 1px solid var(--slate-100)
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px
    }

    .full {
      grid-column: 1/-1
    }

    label span {
      display: block;
      margin-bottom: 8px;
      color: var(--slate-700);
      font-size: 14px;
      font-weight: 800
    }

    input,
    select,
    textarea {
      width: 100%;
      border: 1px solid var(--slate-200);
      background: #fff;
      border-radius: 18px;
      padding: 0 16px;
      min-height: 50px;
      color: var(--slate-700);
      font: inherit;
      outline: none;
      transition: .2s
    }

    textarea {
      min-height: 118px;
      resize: vertical;
      padding-top: 14px
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: var(--amber);
      box-shadow: 0 0 0 4px rgba(251, 191, 36, .22)
    }

    form .btn {
      margin-top: 24px
    }

    footer {
      background: var(--footer);
      color: #fff
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 40px;
      padding: 56px 0
    }

    footer .logo {
      height: 40px
    }

    footer p {
      color: var(--slate-300);
      line-height: 1.7
    }

    footer h4 {
      color: #fcd34d;
      text-transform: uppercase;
      letter-spacing: .08em;
      font-size: 14px;
      font-weight: 900;
      margin: 0 0 16px
    }

    .footer-contact {
      display: grid;
      gap: 12px
    }

    .socials {
      display: flex;
      gap: 12px;
      margin-top: 22px
    }

    .socials a {
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(255, 255, 255, .10);
      color: #fff;
      font-weight: 900;
      transition: .2s
    }

    .socials a:hover {
      background: var(--amber);
      color: var(--slate-950)
    }

    .copyright {
      border-top: 1px solid rgba(255, 255, 255, .10);
      padding: 24px 0;
      text-align: center;
      color: var(--slate-400);
      font-size: 14px
    }

    @media(max-width:1024px) {

      .hero-grid,
      .two-col,
      .two-col.reverse,
      .proof-grid,
      .videos-head,
      .form-wrap {
        grid-template-columns: 1fr
      }

      .benefits-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .grid-3,
      .stats-grid,
      .footer-grid {
        grid-template-columns: 1fr
      }

      .proof-box {
        padding: 30px
      }
    }

    @media(max-width:760px) {
      .container {
        width: min(100% - 28px, var(--max))
      }

      .section {
        padding: 68px 0
      }

      .section-sm {
        padding: 48px 0
      }

      nav,
      .header-actions .btn {
        display: none
      }

      .mobile-menu {
        display: inline-block
      }

      .sticky-cta {
        /*display: none*/
      }

      .hero-grid {
        padding: 52px 0 72px
      }

      .hero-points,
      .grid-2,
      .feature-list,
      .metrics,
      .form-grid {
        grid-template-columns: 1fr
      }

      .benefits-grid {
        grid-template-columns: 1fr
      }

      .actions,
      .note-box,
      .implementation-note {
        align-items: stretch;
        flex-direction: column
      }

      .btn {
        width: 100%
      }

      .demo-badge {
        right: 10px;
        top: 10px
      }

      .proof-box {
        padding: 24px
      }

      form {
        padding: 24px
      }
    }

    @media (max-width: 768px) {
      #canales .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 480px) {
      #canales .benefits-grid {
        grid-template-columns: 1fr;
      }
    }

    @keyframes logoScroll {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(-50%);
      }
    }

    #logo-track:hover {
      animation-play-state: paused;
    }

    @media (max-width: 768px) {
      #entidades .container>div {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
      }

      #entidades [style*="position:sticky"] {
        position: relative !important;
        top: auto !important;
      }
    }

    @media (max-width: 768px) {
      #canales .benefits-grid {
        grid-template-columns: repeat(2, 1fr) !important;
      }
    }

    @media (max-width: 480px) {
      #canales .benefits-grid {
        grid-template-columns: 1fr !important;
      }
    }

    @media (max-width: 760px) {
      nav.mobile-open {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        position: absolute;
        top: 74px;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid var(--slate-100);
        box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
        padding: 16px 20px;
        z-index: 90;
      }

      nav.mobile-open a {
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid var(--slate-100);
        font-size: 16px;
      }

      nav.mobile-open a:last-child {
        border-bottom: none;
      }
    }