*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    @font-face {
      font-family: 'Inter';
      src: url('../fonts/Inter_18pt-Regular.woff') format('woff');
      font-weight: 400;
      font-style: normal;
      font-display: block;
    }

    @font-face {
      font-family: 'Inter';
      src: url('../fonts/Inter_18pt-Medium.woff') format('woff');
      font-weight: 500;
      font-style: normal;
      font-display: block;
    }

    @font-face {
      font-family: 'Inter';
      src: url('../fonts/Inter_18pt-SemiBold.woff') format('woff');
      font-weight: 600;
      font-style: normal;
      font-display: block;
    }

    @font-face {
      font-family: 'Inter';
      src: url('../fonts/Inter_18pt-Bold.woff') format('woff');
      font-weight: 700;
      font-style: normal;
      font-display: block;
    }

    @font-face {
      font-family: 'Inter';
      src: url('../fonts/Inter_18pt-ExtraBold.woff') format('woff');
      font-weight: 800;
      font-style: normal;
      font-display: block;
    }

    @font-face {
      font-family: 'Inter Fallback';
      src: local('Arial');
      size-adjust: 107.06%;
      ascent-override: 90.49%;
      descent-override: 22.56%;
      line-gap-override: 0%;
    }

    :root {
      --bg:     #F2F2F7;
      --card:   #FFFFFF;
      --n:      #B84D00;
      --n-soft: #FFF0E6;
      --negro:  #000000;
      --gris1:  #3C3C43;
      --gris2:  #636366;
      --borde:  #E5E5EA;
      --blanco: #FFFFFF;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Inter', 'Inter Fallback', -apple-system, BlinkMacSystemFont, sans-serif;
      background: var(--bg);
      color: var(--negro);
      font-size: 17px;
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
    }

    /* HERO */
    .hero {
      padding: 3.5rem 1.25rem 2.5rem;
      max-width: 500px;
      margin: 0 auto;
    }

    .hero-chip {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      background: var(--n-soft);
      color: var(--n);
      font-size: 0.78rem;
      font-weight: 600;
      padding: 0.3rem 0.75rem;
      border-radius: 999px;
      margin-bottom: 1.5rem;
      text-decoration: none;
    }

    .hero h1 {
      font-size: clamp(2rem, 9vw, 2.8rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.1;
      color: var(--negro);
      margin-bottom: 1rem;
    }

    .hero h1 .n { color: var(--n); }

    .hero-sub {
      font-size: 1.05rem;
      color: var(--gris1);
      max-width: 360px;
      margin-bottom: 2rem;
      line-height: 1.6;
    }

    .btn-ios {
      display: block;
      background: var(--n);
      color: var(--blanco);
      font-family: 'Inter', sans-serif;
      font-size: 1.05rem;
      font-weight: 600;
      padding: 0.95rem 1.5rem;
      border-radius: 14px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      width: 100%;
      max-width: 400px;
      text-align: center;
      transition: opacity .15s, transform .15s;
    }

    .btn-ios:active { opacity: 0.85; transform: scale(0.98); }

    .hero-nota {
      margin-top: 0.85rem;
      font-size: 0.82rem;
      color: var(--gris2);
      text-align: center;
      max-width: 400px;
    }

    /* SECCIÓN CARD */
    .sec {
      padding: 0 1.25rem 2rem;
      max-width: 500px;
      margin: 0 auto;
    }

    .sec-titulo {
      font-size: 1.3rem;
      font-weight: 700;
      letter-spacing: -0.01em;
      color: var(--negro);
      margin-bottom: 1rem;
    }

    /* STAT CARD */
    .stat-card {
      background: var(--card);
      border-radius: 16px;
      padding: 1.5rem;
      margin-bottom: 0.75rem;
    }

    .stat-num {
      font-size: clamp(3.5rem, 16vw, 5rem);
      font-weight: 800;
      letter-spacing: -0.04em;
      color: var(--n);
      line-height: 1;
      margin-bottom: 0.4rem;
    }

    .stat-txt {
      font-size: 1rem;
      font-weight: 600;
      color: var(--negro);
      margin-bottom: 0.4rem;
    }

    .stat-sub {
      font-size: 0.9rem;
      color: var(--gris2);
      line-height: 1.5;
    }

    /* LISTA IOS */
    .lista-card {
      background: var(--card);
      border-radius: 16px;
      overflow: hidden;
    }

    .lista-item {
      display: flex;
      align-items: center;
      gap: 1rem;
      padding: 1rem 1.25rem;
      border-bottom: 1px solid var(--borde);
    }

    .lista-item:last-child { border-bottom: none; }

    .lista-icon-wrap {
      width: 40px;
      height: 40px;
      background: var(--n-soft);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      flex-shrink: 0;
    }

    .lista-titulo {
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--negro);
      margin-bottom: 0.1rem;
    }

    .lista-desc {
      font-size: 0.82rem;
      color: var(--gris2);
      line-height: 1.4;
    }



    /* PRECIO */
    .precio-card {
      background: var(--n);
      border-radius: 20px;
      padding: 2rem 1.5rem;
      color: var(--blanco);
      margin-bottom: 0.75rem;
    }

    .precio-small {
      font-size: 0.82rem;
      font-weight: 500;
      opacity: 0.8;
      margin-bottom: 0.5rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .precio-big {
      font-size: clamp(2.8rem, 13vw, 4rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1;
      margin-bottom: 0.3rem;
    }

    .precio-unit { font-size: 1rem; opacity: 0.85; margin-bottom: 1.5rem; }

    .precio-sep { height: 1px; background: rgba(255,255,255,0.2); margin-bottom: 1.25rem; }

    .precio-checks {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
    }

    .precio-checks li {
      display: flex;
      align-items: center;
      gap: 0.6rem;
      font-size: 0.95rem;
      opacity: 0.92;
    }

    .precio-checks li::before {
      content: '✓';
      font-weight: 700;
      opacity: 1;
    }

    /* FORM */
    .form-wrap {
      padding: 0 1.25rem 4rem;
      max-width: 500px;
      margin: 0 auto;
    }

    .form-card {
      background: var(--card);
      border-radius: 20px;
      padding: 1.75rem 1.25rem;
    }

    .form-titulo {
      font-size: 1.3rem;
      font-weight: 700;
      letter-spacing: -0.01em;
      color: var(--negro);
      margin-bottom: 0.35rem;
    }

    .form-sub {
      font-size: 0.9rem;
      color: var(--gris2);
      margin-bottom: 1.5rem;
      line-height: 1.5;
    }

    form { display: flex; flex-direction: column; gap: 0.25rem; }

    .campo-ios {
      padding: 0;
      margin-bottom: 0.85rem;
    }

    .campo-ios label {
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--negro);
      display: block;
      margin-bottom: 0.5rem;
    }

    .campo-ios input {
      font-family: 'Inter', sans-serif;
      font-size: 1.15rem;
      font-weight: 400;
      color: var(--negro);
      border: 1.5px solid var(--borde);
      background: var(--bg);
      width: 100%;
      padding: 0.9rem 1rem;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.06);
      transition: border-color .2s, box-shadow .2s;
      -webkit-appearance: none;
    }

    .campo-ios input:focus {
      outline: none;
      border-color: var(--n);
      box-shadow: 0 2px 12px rgba(184,77,0,0.18);
    }

    .campo-ios input::placeholder { color: var(--gris2); font-size: 1rem; }

    .btn-ios-form {
      display: block;
      background: var(--n);
      color: var(--blanco);
      font-family: 'Inter', sans-serif;
      font-size: 1.05rem;
      font-weight: 600;
      padding: 0.95rem;
      border-radius: 14px;
      border: none;
      cursor: pointer;
      width: 100%;
      margin-top: 1.5rem;
      transition: opacity .15s, transform .15s;
    }

    .btn-ios-form:active { opacity: 0.85; transform: scale(0.98); }

    .form-nota {
      font-size: 0.78rem;
      color: var(--gris2);
      text-align: center;
      margin-top: 0.75rem;
    }

    /* OK */
    .ok { display: none; text-align: center; padding: 2rem 0; }
    .ok.show { display: block; animation: fadeUp .4s ease forwards; }
    .ok h2 { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.35rem; }
    .ok p { font-size: 0.95rem; color: var(--gris2); }

    /* Checkmark SVG */
    .check-wrap {
      width: 72px;
      height: 72px;
      margin: 0 auto 1rem;
    }

    .check-circle {
      fill: none;
      stroke: var(--n);
      stroke-width: 3;
      stroke-dasharray: 220;
      stroke-dashoffset: 220;
      animation: drawCircle .5s ease .1s forwards;
    }

    .check-tick {
      fill: none;
      stroke: var(--n);
      stroke-width: 3.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 50;
      stroke-dashoffset: 50;
      animation: drawTick .35s ease .55s forwards;
    }

    @keyframes drawCircle {
      to { stroke-dashoffset: 0; }
    }

    @keyframes drawTick {
      to { stroke-dashoffset: 0; }
    }

    /* FOOTER */
    footer {
      padding: 1.5rem 1.25rem 2rem;
      text-align: center;
    }

    .footer-logo {
      font-size: 1rem;
      font-weight: 700;
      color: var(--negro);
      margin-bottom: 0.3rem;
    }

    .footer-logo span { color: var(--n); }
    .footer-txt { font-size: 0.78rem; color: var(--gris2); }

    /* DARK MODE */
    html.dark {
      --bg:     #000000;
      --card:   #1C1C1E;
      --n:      #FF6B00;
      --negro:  #FFFFFF;
      --gris1:  #EBEBF5;
      --gris2:  #8E8E93;
      --borde:  #38383A;
      --blanco: #FFFFFF;
      --n-soft: #FF6B0022;
    }

    html.dark .hero h1 { color: var(--negro); }
    html.dark .stat-card { background: var(--card); }
    html.dark .lista-card { background: var(--card); }
    html.dark .form-card { background: var(--card); }
    html.dark .footer-logo { color: var(--negro); }
    html.dark .campo-ios input { color: var(--negro); }

    /* TOGGLE BUTTON */
    .theme-toggle {
      position: fixed;
      top: 1rem;
      right: 1rem;
      z-index: 999;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      background: var(--card);
      box-shadow: 0 2px 12px rgba(0,0,0,0.12);
      transition: background .25s, box-shadow .25s, transform .15s;
      -webkit-tap-highlight-color: transparent;
    }

    .theme-toggle:active { transform: scale(0.92); }

    html.dark .theme-toggle {
      box-shadow: 0 2px 16px rgba(0,0,0,0.5);
    }

    /* -- ANIMACIONES -- */

    /* Hero entrada */
    .hero-chip { opacity: 0; animation: fadeUp .5s ease .1s forwards; }
    .hero h1   { opacity: 0; animation: fadeUp .5s ease .25s forwards; }
    .hero-sub  { opacity: 0; animation: fadeUp .5s ease .4s forwards; }
    .btn-ios   { opacity: 0; animation: fadeUp .5s ease .55s forwards; }
    .hero-nota { opacity: 0; animation: fadeUp .5s ease .65s forwards; }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(16px); }
      to   { opacity: 1; transform: translateY(0); }
    }



    /* Shimmer en botón principal */
    .btn-ios { position: relative; overflow: hidden; }
    .btn-ios::after {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 55%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
      animation: btnShimmer 3s ease 2s infinite;
    }

    @keyframes btnShimmer {
      0%   { transform: translateX(-182%); }
      35%  { transform: translateX(255%); }
      100% { transform: translateX(255%); }
    }

    /* Contador stat — clase añadida por JS */
    .stat-num { transition: color .3s; }

    /* Precio latido suave */
    .precio-big {
      display: inline-block;
      animation: precioPulse 3s ease-in-out 1.5s infinite;
      transform-origin: left center;
    }

    @keyframes precioPulse {
      0%,  100% { transform: scale(1); }
      50%        { transform: scale(1.04); }
    }

    /* Subrayado naranja en precio hero */
    .hero h1 .n {
      position: relative;
      display: inline-block;
    }

    .hero h1 .n::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 3px;
      background: var(--n);
      border-radius: 2px;
      transform: scaleX(0);
      transform-origin: left center;
      animation: lineGrow .7s ease .9s forwards;
    }

    @keyframes lineGrow {
      from { transform: scaleX(0); }
      to   { transform: scaleX(1); }
    }

    /* Scroll reveal */
    .reveal {
      opacity: 0;
      transform: translateY(22px);
      transition: opacity .55s ease, transform .55s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .footer-txt a {
      color: inherit;
      text-decoration: none;
    }

    .footer-txt a:hover {
      text-decoration: underline;
    }


    /* EMPTY STATE CARD */
    .empty-card {
      background: var(--card);
      border-radius: 20px;
      padding: 3rem 1.5rem;
      text-align: center;
      margin-bottom: 0.75rem;
    }

    .empty-icon {
      font-size: 3.5rem;
      margin-bottom: 1.25rem;
      display: block;
    }

    .empty-title {
      font-size: 1.15rem;
      font-weight: 700;
      color: var(--negro);
      margin-bottom: 0.5rem;
    }

    .empty-desc {
      font-size: 0.95rem;
      color: var(--gris2);
      line-height: 1.6;
      max-width: 320px;
      margin: 0 auto 1.5rem;
    }

    .btn-ios {
      display: inline-block;
      background: var(--n);
      color: var(--blanco);
      font-family: 'Inter', sans-serif;
      font-size: 1rem;
      font-weight: 600;
      padding: 0.85rem 1.5rem;
      border-radius: 14px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      text-align: center;
      transition: opacity .15s, transform .15s;
    }

    .btn-ios:active { opacity: 0.85; transform: scale(0.98); }

    /* ── JOB OFFER CARD ── */
    .job-card {
      background: var(--card);
      border-radius: 16px;
      padding: 1.5rem;
      margin-bottom: 0.75rem;
      transition: transform .15s ease, box-shadow .15s ease;
    }

    .job-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    }

    html.dark .job-card:hover {
      box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }

    .job-header {
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      margin-bottom: 0.75rem;
    }

    .job-emoji {
      font-size: 1.8rem;
      line-height: 1;
      flex-shrink: 0;
      margin-top: 0.1rem;
    }

    .job-header-text {
      flex: 1;
    }

    .job-title {
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--negro);
      margin-bottom: 0.15rem;
    }

    .job-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 0.4rem;
      font-size: 0.78rem;
      color: var(--gris2);
    }

    .job-meta span {
      display: inline-flex;
      align-items: center;
      gap: 0.2rem;
    }

    .job-desc {
      font-size: 0.9rem;
      color: var(--gris1);
      line-height: 1.6;
      margin-bottom: 1rem;
    }

    .job-divider {
      border: none;
      border-top: 1px solid var(--borde);
      margin: 0.85rem 0;
    }

    .job-section-label {
      font-size: 0.78rem;
      font-weight: 700;
      color: var(--negro);
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin-bottom: 0.5rem;
    }

    .job-list {
      list-style: none;
      padding: 0;
      margin: 0 0 1rem 0;
    }

    .job-list li {
      font-size: 0.88rem;
      color: var(--gris1);
      line-height: 1.55;
      padding: 0.3rem 0;
      padding-left: 1.6rem;
      position: relative;
    }

    .job-list li::before {
      position: absolute;
      left: 0;
      top: 0.3rem;
    }

    .job-list.req li::before {
      content: '✦';
      color: var(--n);
      font-size: 0.7rem;
    }

    .job-list.offer li::before {
      content: '✓';
      color: #34C759;
      font-weight: 700;
      font-size: 0.85rem;
    }

    .job-list li a {
      color: var(--n);
      text-decoration: none;
      font-weight: 600;
    }

    .job-list li a:hover {
      text-decoration: underline;
    }

    .job-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 0.4rem;
      margin-bottom: 1rem;
    }

    .job-tag {
      display: inline-block;
      background: var(--n-soft);
      color: var(--n);
      font-size: 0.72rem;
      font-weight: 600;
      padding: 0.2rem 0.6rem;
      border-radius: 999px;
    }

    .job-apply {
      display: inline-block;
      background: var(--n);
      color: var(--blanco);
      font-family: 'Inter', sans-serif;
      font-size: 0.88rem;
      font-weight: 600;
      padding: 0.6rem 1.2rem;
      border-radius: 12px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: opacity .15s, transform .15s;
    }

    .job-apply:active { opacity: 0.85; transform: scale(0.98); }

    .job-footer {
      display: flex;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .job-email {
      font-size: 0.82rem;
      color: var(--gris1);
      font-weight: 400;
      cursor: default;
      user-select: none;
      -webkit-user-select: none;
    }

    .job-count {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--n);
      color: var(--blanco);
      font-size: 0.72rem;
      font-weight: 700;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      margin-left: 0.5rem;
      vertical-align: middle;
    }

    /* INFO CARD */
    .info-card {
      background: var(--card);
      border-radius: 16px;
      padding: 1.5rem;
      margin-bottom: 0.75rem;
    }

    .info-card p {
      font-size: 0.95rem;
      color: var(--gris1);
      line-height: 1.6;
    }

    .info-card a {
      color: var(--n);
      text-decoration: none;
      font-weight: 600;
    }

    .info-card a:hover {
      text-decoration: underline;
    }

    