/* Landing Pages Builder - Landing ID: 1968 */
/* Generado automáticamente. No editar manualmente. */

/* Escritorio */
#emeweb-landing,
    #emeweb-landing * {
      box-sizing: border-box;
    }

    #emeweb-landing {
      --eme-yellow: #eadb00;
      --eme-yellow-strong: #d8c900;
      --eme-yellow-soft: #fff7bf;
      --eme-yellow-pale: #fffbe5;
      --eme-dark: #2f2f2f;
      --eme-black: #171717;
      --eme-gray: #717171;
      --eme-gray-light: #f3f3f3;
      --eme-gray-soft: #fafafa;
      --eme-white: #ffffff;
      --eme-border: rgba(47, 47, 47, .10);
      --eme-shadow: 0 20px 60px rgba(0, 0, 0, .10);
      --eme-shadow-soft: 0 12px 35px rgba(0, 0, 0, .07);
      --eme-radius: 24px;
      width: 100%;
      overflow: hidden;
      color: var(--eme-dark);
      background: var(--eme-white);
      font-family: "Montserrat", "Poppins", Arial, sans-serif;
      line-height: 1.6;
      isolation: isolate;
    }

    #emeweb-landing img {
      display: block;
      max-width: 100%;
    }

    #emeweb-landing a {
      color: inherit;
      text-decoration: none;
    }

    #emeweb-landing h1,
    #emeweb-landing h2,
    #emeweb-landing h3,
    #emeweb-landing p {
      margin-top: 0;
    }

    #emeweb-landing h1,
    #emeweb-landing h2,
    #emeweb-landing h3 {
      color: var(--eme-black);
      line-height: 1.08;
      letter-spacing: -.035em;
    }

    #emeweb-landing .emeweb-container {
      width: min(1180px, calc(100% - 40px));
      margin-inline: auto;
    }

    #emeweb-landing .emeweb-section {
      position: relative;
      padding: 96px 0;
    }

    #emeweb-landing .emeweb-section-gray {
      background: var(--eme-gray-soft);
    }

    #emeweb-landing .emeweb-section-yellow {
      background:
        linear-gradient(135deg, rgba(255,255,255,.38), transparent 38%),
        var(--eme-yellow-soft);
    }

    #emeweb-landing .emeweb-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 18px;
      color: var(--eme-dark);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .13em;
      text-transform: uppercase;
    }

    #emeweb-landing .emeweb-eyebrow::before {
      content: "";
      width: 28px;
      height: 4px;
      border-radius: 999px;
      background: var(--eme-yellow);
    }

    #emeweb-landing .emeweb-heading {
      max-width: 780px;
      margin: 0 auto 48px;
      text-align: center;
    }

    #emeweb-landing .emeweb-heading h2 {
      margin-bottom: 16px;
      font-size: clamp(34px, 5vw, 58px);
      font-weight: 900;
    }

    #emeweb-landing .emeweb-heading p {
      margin-bottom: 0;
      color: var(--eme-gray);
      font-size: 18px;
    }

    #emeweb-landing .emeweb-highlight {
      position: relative;
      display: inline;
      z-index: 1;
    }

    #emeweb-landing .emeweb-highlight::after {
      content: "";
      position: absolute;
      left: -3px;
      right: -3px;
      bottom: .07em;
      z-index: -1;
      height: .32em;
      background: var(--eme-yellow);
      transform: rotate(-1.2deg);
    }

    #emeweb-landing .emeweb-btns {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }

    #emeweb-landing .emeweb-btn {
      display: inline-flex;
      min-height: 54px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 14px 24px;
      border: 1px solid transparent;
      border-radius: 8px;
      cursor: pointer;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .07em;
      line-height: 1;
      text-transform: uppercase;
      transition: transform .23s ease, box-shadow .23s ease, background .23s ease;
    }

    #emeweb-landing .emeweb-btn:hover {
      transform: translateY(-3px);
    }

    #emeweb-landing .emeweb-btn-yellow {
      color: var(--eme-black);
      background: var(--eme-yellow);
      box-shadow: 0 14px 28px rgba(218, 201, 0, .27);
    }

    #emeweb-landing .emeweb-btn-yellow:hover {
      background: #f5e700;
      box-shadow: 0 18px 35px rgba(218, 201, 0, .34);
    }

    #emeweb-landing .emeweb-btn-dark {
      color: #fff;
      background: var(--eme-dark);
      box-shadow: 0 14px 28px rgba(0,0,0,.18);
    }

    #emeweb-landing .emeweb-btn-light {
      color: var(--eme-dark);
      border-color: var(--eme-border);
      background: #fff;
      box-shadow: var(--eme-shadow-soft);
    }

    /* HERO */
    #emeweb-landing .emeweb-hero {
      position: relative;
      overflow: hidden;
      padding: 105px 0 88px;
      background:
        linear-gradient(115deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 52%, rgba(255,250,210,.90) 100%);
    }

    #emeweb-landing .emeweb-hero::before {
      content: "";
      position: absolute;
      inset: auto -120px -200px auto;
      width: 520px;
      height: 520px;
      border-radius: 50%;
      background: var(--eme-yellow);
      opacity: .18;
    }

    #emeweb-landing .emeweb-hero::after {
      content: "";
      position: absolute;
      top: -40px;
      right: 12%;
      width: 180px;
      height: 180px;
      border: 24px solid var(--eme-yellow);
      transform: rotate(16deg);
      opacity: .13;
    }

    #emeweb-landing .emeweb-hero-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      align-items: center;
      gap: 58px;
    }

    #emeweb-landing .emeweb-hero h1 {
      margin-bottom: 24px;
      font-size: clamp(46px, 6.4vw, 82px);
      font-weight: 950;
    }

    #emeweb-landing .emeweb-hero-copy > p {
      max-width: 650px;
      margin-bottom: 28px;
      color: var(--eme-gray);
      font-size: clamp(17px, 2vw, 21px);
    }

    #emeweb-landing .emeweb-checks {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 17px;
      margin: 0 0 31px;
      padding: 0;
      list-style: none;
    }

    #emeweb-landing .emeweb-checks li {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #4a4a4a;
      font-size: 14px;
      font-weight: 750;
    }

    #emeweb-landing .emeweb-checks li::before {
      content: "✓";
      display: grid;
      width: 22px;
      height: 22px;
      place-items: center;
      border-radius: 50%;
      color: var(--eme-black);
      background: var(--eme-yellow);
      font-size: 12px;
      font-weight: 900;
    }

    #emeweb-landing .emeweb-hero-note {
      margin-top: 26px;
      color: #6a6a6a;
      font-size: 13px;
      font-weight: 700;
    }

    #emeweb-landing .emeweb-visual {
      position: relative;
      min-height: 520px;
    }

    #emeweb-landing .emeweb-laptop {
      position: absolute;
      inset: 22px 0 auto 0;
      overflow: hidden;
      border: 8px solid #f5f5f5;
      border-bottom-width: 16px;
      border-radius: 20px 20px 8px 8px;
      background: #fff;
      box-shadow: var(--eme-shadow);
      transform: rotate(-1deg);
    }

    #emeweb-landing .emeweb-laptop-top {
      display: flex;
      align-items: center;
      gap: 6px;
      height: 38px;
      padding: 0 14px;
      background: #ececec;
    }

    #emeweb-landing .emeweb-laptop-top span {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #c5c5c5;
    }

    #emeweb-landing .emeweb-laptop-screen {
      min-height: 375px;
      padding: 42px 38px 0;
      background:
        radial-gradient(circle at 82% 18%, rgba(234,219,0,.37), transparent 28%),
        linear-gradient(145deg, #ffffff, #f7f7f7);
    }

    #emeweb-landing .emeweb-screen-kicker {
      width: 90px;
      height: 8px;
      margin-bottom: 16px;
      border-radius: 999px;
      background: var(--eme-yellow);
    }

    #emeweb-landing .emeweb-screen-title {
      width: 78%;
      height: 22px;
      margin-bottom: 11px;
      border-radius: 4px;
      background: var(--eme-dark);
    }

    #emeweb-landing .emeweb-screen-title.alt {
      width: 60%;
      background: #5a5a5a;
    }

    #emeweb-landing .emeweb-screen-lines {
      width: 68%;
      height: 8px;
      margin-top: 23px;
      border-radius: 999px;
      background: #d7d7d7;
      box-shadow: 0 15px 0 #d7d7d7, 0 30px 0 #d7d7d7;
    }

    #emeweb-landing .emeweb-screen-button {
      width: 145px;
      height: 38px;
      margin-top: 58px;
      border-radius: 7px;
      background: var(--eme-yellow);
      box-shadow: 0 10px 22px rgba(218,201,0,.28);
    }

    #emeweb-landing .emeweb-screen-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-top: 32px;
    }

    #emeweb-landing .emeweb-screen-cards span {
      height: 82px;
      border-radius: 12px 12px 0 0;
      background: #fff;
      box-shadow: 0 8px 20px rgba(0,0,0,.07);
    }

    #emeweb-landing .emeweb-phone {
      position: absolute;
      right: -5px;
      bottom: 3px;
      z-index: 4;
      width: 170px;
      overflow: hidden;
      border: 7px solid var(--eme-dark);
      border-radius: 30px;
      background: #fff;
      box-shadow: 0 25px 55px rgba(0,0,0,.20);
      transform: rotate(5deg);
    }

    #emeweb-landing .emeweb-phone-notch {
      width: 66px;
      height: 16px;
      margin: 0 auto;
      border-radius: 0 0 12px 12px;
      background: var(--eme-dark);
    }

    #emeweb-landing .emeweb-phone-screen {
      min-height: 320px;
      padding: 28px 16px;
      background: #fff;
    }

    #emeweb-landing .emeweb-phone-logo {
      width: 42px;
      height: 9px;
      margin-bottom: 22px;
      border-radius: 999px;
      background: var(--eme-yellow);
    }

    #emeweb-landing .emeweb-phone-title {
      width: 82%;
      height: 12px;
      margin-bottom: 8px;
      border-radius: 4px;
      background: var(--eme-dark);
    }

    #emeweb-landing .emeweb-phone-title.alt {
      width: 58%;
      background: #666;
    }

    #emeweb-landing .emeweb-phone-img {
      height: 104px;
      margin-top: 22px;
      border-radius: 14px;
      background:
        linear-gradient(135deg, rgba(234,219,0,.78), rgba(255,247,191,.45)),
        #f3f3f3;
    }

    #emeweb-landing .emeweb-phone-lines {
      height: 7px;
      margin-top: 16px;
      border-radius: 999px;
      background: #ddd;
      box-shadow: 0 13px 0 #ddd, 0 26px 0 #ddd;
    }

    #emeweb-landing .emeweb-float {
      position: absolute;
      z-index: 5;
      display: flex;
      align-items: center;
      gap: 11px;
      padding: 13px 15px;
      border: 1px solid var(--eme-border);
      border-radius: 12px;
      background: rgba(255,255,255,.94);
      box-shadow: var(--eme-shadow-soft);
      backdrop-filter: blur(10px);
      font-size: 13px;
      font-weight: 850;
    }

    #emeweb-landing .emeweb-float span {
      display: grid;
      width: 32px;
      height: 32px;
      place-items: center;
      border-radius: 9px;
      color: var(--eme-black);
      background: var(--eme-yellow);
      font-weight: 900;
    }

    #emeweb-landing .emeweb-float-one {
      top: 0;
      right: 18px;
    }

    #emeweb-landing .emeweb-float-two {
      left: -8px;
      bottom: 44px;
    }

    /* STATS */
    #emeweb-landing .emeweb-stats-wrap {
      position: relative;
      z-index: 3;
      margin-top: -24px;
    }

    #emeweb-landing .emeweb-stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      overflow: hidden;
      border: 1px solid var(--eme-border);
      border-radius: 16px;
      background: #fff;
      box-shadow: var(--eme-shadow-soft);
    }

    #emeweb-landing .emeweb-stat {
      position: relative;
      padding: 26px 20px;
      text-align: center;
    }

    #emeweb-landing .emeweb-stat:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 25%;
      right: 0;
      width: 1px;
      height: 50%;
      background: var(--eme-border);
    }

    #emeweb-landing .emeweb-stat strong {
      display: block;
      margin-bottom: 4px;
      color: var(--eme-black);
      font-size: 30px;
      font-weight: 950;
    }

    #emeweb-landing .emeweb-stat strong span {
      color: var(--eme-yellow-strong);
    }

    #emeweb-landing .emeweb-stat small {
      color: var(--eme-gray);
      font-size: 13px;
      font-weight: 750;
    }

    /* SERVICIOS */
    #emeweb-landing .emeweb-services {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    #emeweb-landing .emeweb-service {
      position: relative;
      overflow: hidden;
      padding: 32px;
      border: 1px solid var(--eme-border);
      border-radius: 18px;
      background: #fff;
      box-shadow: var(--eme-shadow-soft);
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

    #emeweb-landing .emeweb-service:hover {
      transform: translateY(-7px);
      border-color: rgba(234,219,0,.75);
      box-shadow: var(--eme-shadow);
    }

    #emeweb-landing .emeweb-service::after {
      content: "";
      position: absolute;
      right: -40px;
      bottom: -45px;
      width: 120px;
      height: 120px;
      border: 20px solid var(--eme-yellow);
      transform: rotate(25deg);
      opacity: .10;
    }

    #emeweb-landing .emeweb-service-icon {
      display: grid;
      width: 58px;
      height: 58px;
      margin-bottom: 22px;
      place-items: center;
      border-radius: 50%;
      color: var(--eme-black);
      background: var(--eme-yellow);
      box-shadow: 0 12px 25px rgba(218,201,0,.23);
    }

    #emeweb-landing .emeweb-service h3 {
      margin-bottom: 12px;
      font-size: 24px;
      font-weight: 900;
    }

    #emeweb-landing .emeweb-service p {
      margin-bottom: 18px;
      color: var(--eme-gray);
      font-size: 15px;
    }

    #emeweb-landing .emeweb-list {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
      color: #4d4d4d;
      font-size: 14px;
      font-weight: 700;
    }

    #emeweb-landing .emeweb-list li {
      display: flex;
      gap: 9px;
    }

    #emeweb-landing .emeweb-list li::before {
      content: "—";
      color: var(--eme-yellow-strong);
      font-weight: 900;
    }

    /* BLOQUE ESTRATEGIA */
    #emeweb-landing .emeweb-strategy-grid {
      display: grid;
      grid-template-columns: .96fr 1.04fr;
      align-items: center;
      gap: 60px;
    }

    #emeweb-landing .emeweb-strategy-visual {
      position: relative;
      min-height: 470px;
      padding: 35px;
      border-radius: 28px;
      background: var(--eme-yellow-soft);
      box-shadow: var(--eme-shadow);
    }

    #emeweb-landing .emeweb-strategy-visual::before {
      content: "";
      position: absolute;
      left: -28px;
      bottom: 34px;
      width: 130px;
      height: 130px;
      border: 22px solid var(--eme-yellow);
      transform: rotate(22deg);
      opacity: .30;
    }

    #emeweb-landing .emeweb-strategy-panel {
      position: relative;
      z-index: 2;
      min-height: 400px;
      padding: 34px;
      border-radius: 20px;
      background: #fff;
      box-shadow: var(--eme-shadow-soft);
    }

    #emeweb-landing .emeweb-strategy-panel h3 {
      max-width: 360px;
      font-size: 36px;
      font-weight: 900;
    }

    #emeweb-landing .emeweb-strategy-panel p {
      max-width: 390px;
      color: var(--eme-gray);
    }

    #emeweb-landing .emeweb-chart {
      display: flex;
      height: 165px;
      align-items: flex-end;
      gap: 14px;
      margin-top: 30px;
      padding: 22px 20px 0;
      border-radius: 16px;
      background: #f5f5f5;
    }

    #emeweb-landing .emeweb-chart span {
      flex: 1;
      border-radius: 7px 7px 0 0;
      background: #d5d5d5;
    }

    #emeweb-landing .emeweb-chart span:nth-child(1) { height: 28%; }
    #emeweb-landing .emeweb-chart span:nth-child(2) { height: 41%; }
    #emeweb-landing .emeweb-chart span:nth-child(3) { height: 53%; }
    #emeweb-landing .emeweb-chart span:nth-child(4) { height: 65%; }
    #emeweb-landing .emeweb-chart span:nth-child(5) { height: 81%; }
    #emeweb-landing .emeweb-chart span:nth-child(6) {
      height: 100%;
      background: var(--eme-yellow);
    }

    #emeweb-landing .emeweb-strategy-copy h2 {
      margin-bottom: 20px;
      font-size: clamp(35px, 4.6vw, 56px);
      font-weight: 950;
    }

    #emeweb-landing .emeweb-strategy-copy > p {
      margin-bottom: 29px;
      color: var(--eme-gray);
      font-size: 17px;
    }

    #emeweb-landing .emeweb-benefits {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    #emeweb-landing .emeweb-benefit {
      padding: 17px;
      border-left: 4px solid var(--eme-yellow);
      border-radius: 0 12px 12px 0;
      background: #fff;
      box-shadow: 0 8px 20px rgba(0,0,0,.05);
    }

    #emeweb-landing .emeweb-benefit strong {
      display: block;
      margin-bottom: 4px;
      font-size: 14px;
    }

    #emeweb-landing .emeweb-benefit span {
      color: var(--eme-gray);
      font-size: 12px;
      line-height: 1.45;
    }

    /* PORTAFOLIO */
    #emeweb-landing .emeweb-filters {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 34px;
    }

    #emeweb-landing .emeweb-filter {
      padding: 10px 16px;
      border: 1px solid var(--eme-border);
      border-radius: 999px;
      color: var(--eme-dark);
      background: #fff;
      cursor: pointer;
      font-size: 13px;
      font-weight: 850;
      transition: all .2s ease;
    }

    #emeweb-landing .emeweb-filter:hover,
    #emeweb-landing .emeweb-filter.is-active {
      color: var(--eme-black);
      border-color: var(--eme-yellow);
      background: var(--eme-yellow);
    }

    #emeweb-landing .emeweb-projects {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 26px;
    }

    #emeweb-landing .emeweb-project {
      overflow: hidden;
      border: 1px solid var(--eme-border);
      border-radius: 20px;
      background: #fff;
      box-shadow: var(--eme-shadow-soft);
      transition: transform .28s ease, box-shadow .28s ease;
    }

    #emeweb-landing .emeweb-project:hover {
      transform: translateY(-7px);
      box-shadow: var(--eme-shadow);
    }

    #emeweb-landing .emeweb-project.is-hidden {
      display: none;
    }

    #emeweb-landing .emeweb-project-img {
      position: relative;
      overflow: hidden;
      aspect-ratio: 16 / 9;
      background: #f2f2f2;
    }

    #emeweb-landing .emeweb-project-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
      transition: transform .5s ease;
    }

    #emeweb-landing .emeweb-project:hover .emeweb-project-img img {
      transform: scale(1.035);
    }

    #emeweb-landing .emeweb-tag {
      position: absolute;
      top: 16px;
      left: 16px;
      z-index: 2;
      padding: 8px 12px;
      border-radius: 999px;
      color: var(--eme-black);
      background: var(--eme-yellow);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .05em;
      text-transform: uppercase;
    }

    #emeweb-landing .emeweb-project-body {
      padding: 26px;
    }

    #emeweb-landing .emeweb-project-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 10px;
      color: #747474;
      font-size: 12px;
      font-weight: 850;
      text-transform: uppercase;
    }

    #emeweb-landing .emeweb-project-meta span:not(:last-child)::after {
      content: "•";
      margin-left: 8px;
      color: #bbb;
    }

    #emeweb-landing .emeweb-project h3 {
      margin-bottom: 10px;
      font-size: 26px;
      font-weight: 950;
    }

    #emeweb-landing .emeweb-project p {
      margin-bottom: 20px;
      color: var(--eme-gray);
      font-size: 14px;
    }

    #emeweb-landing .emeweb-project-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    #emeweb-landing .emeweb-project-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 10px 14px;
      border-radius: 8px;
      color: var(--eme-dark);
      background: #f1f1f1;
      font-size: 13px;
      font-weight: 850;
      transition: background .2s ease;
    }

    #emeweb-landing .emeweb-project-link:hover {
      background: var(--eme-yellow);
    }

    /* PROCESO */
    #emeweb-landing .emeweb-process-section {
      background: var(--eme-dark);
    }

    #emeweb-landing .emeweb-process-section .emeweb-heading h2 {
      color: #fff;
    }

    #emeweb-landing .emeweb-process-section .emeweb-heading p {
      color: rgba(255,255,255,.68);
    }

    #emeweb-landing .emeweb-process {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      counter-reset: eme-step;
    }

    #emeweb-landing .emeweb-step {
      padding: 28px 24px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 16px;
      background: rgba(255,255,255,.055);
      counter-increment: eme-step;
    }

    #emeweb-landing .emeweb-step::before {
      content: "0" counter(eme-step);
      display: block;
      margin-bottom: 20px;
      color: var(--eme-yellow);
      font-size: 27px;
      font-weight: 950;
    }

    #emeweb-landing .emeweb-step h3 {
      margin-bottom: 9px;
      color: #fff;
      font-size: 20px;
      font-weight: 900;
    }

    #emeweb-landing .emeweb-step p {
      margin-bottom: 0;
      color: rgba(255,255,255,.66);
      font-size: 13px;
    }

    /* INCLUYE */
    #emeweb-landing .emeweb-includes {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    #emeweb-landing .emeweb-include {
      display: flex;
      align-items: center;
      gap: 11px;
      padding: 17px;
      border: 1px solid var(--eme-border);
      border-radius: 12px;
      background: #fff;
      color: #4d4d4d;
      font-size: 13px;
      font-weight: 750;
      box-shadow: 0 8px 22px rgba(0,0,0,.05);
    }

    #emeweb-landing .emeweb-include::before {
      content: "✓";
      display: grid;
      width: 28px;
      height: 28px;
      flex: 0 0 auto;
      place-items: center;
      border-radius: 50%;
      color: var(--eme-black);
      background: var(--eme-yellow);
      font-weight: 900;
    }

    /* FAQ */
    #emeweb-landing .emeweb-faq-grid {
      display: grid;
      grid-template-columns: .82fr 1.18fr;
      align-items: start;
      gap: 52px;
    }

    #emeweb-landing .emeweb-faq-intro {
      position: sticky;
      top: 30px;
    }

    #emeweb-landing .emeweb-faq-intro h2 {
      margin-bottom: 18px;
      font-size: clamp(35px, 4vw, 52px);
      font-weight: 950;
    }

    #emeweb-landing .emeweb-faq-intro p {
      color: var(--eme-gray);
    }

    #emeweb-landing .emeweb-faqs {
      display: grid;
      gap: 12px;
    }

    #emeweb-landing .emeweb-faq {
      overflow: hidden;
      border: 1px solid var(--eme-border);
      border-radius: 12px;
      background: #fff;
      box-shadow: 0 8px 25px rgba(0,0,0,.05);
    }

    #emeweb-landing .emeweb-faq-q {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 20px 22px;
      border: 0;
      color: var(--eme-black);
      background: transparent;
      cursor: pointer;
      text-align: left;
      font-size: 15px;
      font-weight: 900;
    }

    #emeweb-landing .emeweb-faq-plus {
      display: grid;
      width: 31px;
      height: 31px;
      flex: 0 0 auto;
      place-items: center;
      border-radius: 50%;
      color: var(--eme-black);
      background: var(--eme-yellow);
      font-size: 20px;
      transition: transform .2s ease;
    }

    #emeweb-landing .emeweb-faq.is-open .emeweb-faq-plus {
      transform: rotate(45deg);
    }

    #emeweb-landing .emeweb-faq-a {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows .25s ease;
    }

    #emeweb-landing .emeweb-faq.is-open .emeweb-faq-a {
      grid-template-rows: 1fr;
    }

    #emeweb-landing .emeweb-faq-a > div {
      overflow: hidden;
    }

    #emeweb-landing .emeweb-faq-a p {
      margin: 0;
      padding: 0 22px 22px;
      color: var(--eme-gray);
      font-size: 14px;
    }

    /* CTA */
    #emeweb-landing .emeweb-cta-section {
      padding: 40px 0 100px;
      background: #fff;
    }

    #emeweb-landing .emeweb-cta {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 36px;
      padding: 50px;
      border-radius: 22px;
      background: var(--eme-yellow);
      box-shadow: var(--eme-shadow);
    }

    #emeweb-landing .emeweb-cta::before {
      content: "";
      position: absolute;
      right: -80px;
      bottom: -115px;
      width: 280px;
      height: 280px;
      border: 42px solid rgba(255,255,255,.35);
      border-radius: 50%;
    }

    #emeweb-landing .emeweb-cta::after {
      content: "";
      position: absolute;
      top: -45px;
      right: 18%;
      width: 95px;
      height: 95px;
      border: 18px solid rgba(47,47,47,.10);
      transform: rotate(20deg);
    }

    #emeweb-landing .emeweb-cta-copy {
      position: relative;
      z-index: 2;
      max-width: 730px;
    }

    #emeweb-landing .emeweb-cta h2 {
      margin-bottom: 13px;
      font-size: clamp(35px, 4.7vw, 58px);
      font-weight: 950;
    }

    #emeweb-landing .emeweb-cta p {
      margin-bottom: 0;
      color: #454545;
      font-size: 17px;
    }

    #emeweb-landing .emeweb-cta .emeweb-btns {
      position: relative;
      z-index: 2;
    }


    /* =========================================================
       INTERACCIONES NATIVAS, SIN JAVASCRIPT
       Compatible con módulos HTML que eliminan etiquetas script.
    ========================================================== */
    #emeweb-landing #emeweb-portafolio {
      scroll-margin-top: 36px;
    }

    #emeweb-landing .emeweb-filter-radio {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      clip: rect(0 0 0 0) !important;
      clip-path: inset(50%) !important;
      white-space: nowrap !important;
    }

    #emeweb-landing .emeweb-filter {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      user-select: none;
    }

    #emeweb-landing #emeweb-filter-all:checked ~ .emeweb-filters label[for="emeweb-filter-all"],
    #emeweb-landing #emeweb-filter-corporativo:checked ~ .emeweb-filters label[for="emeweb-filter-corporativo"],
    #emeweb-landing #emeweb-filter-ecommerce:checked ~ .emeweb-filters label[for="emeweb-filter-ecommerce"],
    #emeweb-landing #emeweb-filter-educacion:checked ~ .emeweb-filters label[for="emeweb-filter-educacion"],
    #emeweb-landing #emeweb-filter-internacional:checked ~ .emeweb-filters label[for="emeweb-filter-internacional"] {
      color: var(--eme-black);
      border-color: var(--eme-yellow);
      background: var(--eme-yellow);
    }

    #emeweb-landing #emeweb-filter-corporativo:checked ~ .emeweb-projects .emeweb-project:not([data-eme-category~="corporativo"]),
    #emeweb-landing #emeweb-filter-ecommerce:checked ~ .emeweb-projects .emeweb-project:not([data-eme-category~="ecommerce"]),
    #emeweb-landing #emeweb-filter-educacion:checked ~ .emeweb-projects .emeweb-project:not([data-eme-category~="educacion"]),
    #emeweb-landing #emeweb-filter-internacional:checked ~ .emeweb-projects .emeweb-project:not([data-eme-category~="internacional"]) {
      display: none;
    }

    #emeweb-landing details.emeweb-faq {
      display: block;
    }

    #emeweb-landing details.emeweb-faq > summary {
      list-style: none;
    }

    #emeweb-landing details.emeweb-faq > summary::-webkit-details-marker {
      display: none;
    }

    #emeweb-landing details.emeweb-faq[open] .emeweb-faq-plus {
      transform: rotate(45deg);
    }

    #emeweb-landing details.emeweb-faq .emeweb-faq-a {
      display: block;
      padding: 0 22px 22px;
    }

    #emeweb-landing details.emeweb-faq .emeweb-faq-a p {
      margin: 0;
      padding: 0;
      color: var(--eme-gray);
      font-size: 14px;
    }

    #emeweb-landing a[href="#emeweb-portafolio"] {
      cursor: pointer;
    }

    @media (max-width: 1040px) {
      #emeweb-landing .emeweb-hero-grid,
      #emeweb-landing .emeweb-strategy-grid,
      #emeweb-landing .emeweb-faq-grid {
        grid-template-columns: 1fr;
      }

      #emeweb-landing .emeweb-hero-copy {
        text-align: center;
      }

      #emeweb-landing .emeweb-hero-copy > p,
      #emeweb-landing .emeweb-checks,
      #emeweb-landing .emeweb-btns {
        justify-content: center;
        margin-inline: auto;
      }

      #emeweb-landing .emeweb-visual {
        width: min(700px, 100%);
        margin: 0 auto;
      }

      #emeweb-landing .emeweb-services {
        grid-template-columns: repeat(2, 1fr);
      }

      #emeweb-landing .emeweb-process,
      #emeweb-landing .emeweb-includes {
        grid-template-columns: repeat(2, 1fr);
      }

      #emeweb-landing .emeweb-faq-intro {
        position: static;
        text-align: center;
      }

      #emeweb-landing .emeweb-cta {
        grid-template-columns: 1fr;
        text-align: center;
      }

      #emeweb-landing .emeweb-cta .emeweb-btns {
        justify-content: center;
      }
    }

    @media (max-width: 760px) {
      #emeweb-landing .emeweb-container {
        width: min(100% - 26px, 1180px);
      }

      #emeweb-landing .emeweb-section {
        padding: 74px 0;
      }

      #emeweb-landing .emeweb-hero {
        padding: 76px 0 70px;
      }

      #emeweb-landing .emeweb-hero-grid {
        gap: 32px;
      }

      #emeweb-landing .emeweb-hero h1 {
        font-size: clamp(40px, 12vw, 58px);
      }

      #emeweb-landing .emeweb-hero-copy > p {
        font-size: 17px;
      }

      #emeweb-landing .emeweb-btns,
      #emeweb-landing .emeweb-btn {
        width: 100%;
      }

      #emeweb-landing .emeweb-visual {
        min-height: 390px;
      }

      #emeweb-landing .emeweb-laptop {
        inset: 20px 0 auto 0;
        border-width: 6px;
        border-bottom-width: 12px;
      }

      #emeweb-landing .emeweb-laptop-screen {
        min-height: 292px;
        padding: 31px 23px 0;
      }

      #emeweb-landing .emeweb-screen-cards span {
        height: 62px;
      }

      #emeweb-landing .emeweb-phone {
        width: 130px;
        border-width: 5px;
        border-radius: 24px;
      }

      #emeweb-landing .emeweb-phone-screen {
        min-height: 240px;
        padding: 22px 12px;
      }

      #emeweb-landing .emeweb-phone-img {
        height: 74px;
      }

      #emeweb-landing .emeweb-float {
        display: none;
      }

      #emeweb-landing .emeweb-stats {
        grid-template-columns: repeat(2, 1fr);
      }

      #emeweb-landing .emeweb-stat:nth-child(2)::after {
        display: none;
      }

      #emeweb-landing .emeweb-stat:nth-child(-n+2) {
        border-bottom: 1px solid var(--eme-border);
      }

      #emeweb-landing .emeweb-services,
      #emeweb-landing .emeweb-projects,
      #emeweb-landing .emeweb-benefits,
      #emeweb-landing .emeweb-process,
      #emeweb-landing .emeweb-includes {
        grid-template-columns: 1fr;
      }

      #emeweb-landing .emeweb-strategy-grid {
        gap: 36px;
      }

      #emeweb-landing .emeweb-strategy-visual {
        min-height: auto;
        padding: 18px;
      }

      #emeweb-landing .emeweb-strategy-panel {
        min-height: 355px;
        padding: 24px;
      }

      #emeweb-landing .emeweb-strategy-panel h3 {
        font-size: 29px;
      }

      #emeweb-landing .emeweb-service,
      #emeweb-landing .emeweb-project-body {
        padding: 23px;
      }

      #emeweb-landing .emeweb-cta {
        padding: 38px 22px;
      }
    }

