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

/* Escritorio */
/* =====================================================
       CONFIGURACIÓN GENERAL
    ====================================================== */

    #proyecto-alberto-moreno {
      --am-orange: #f36c21;
      --am-orange-dark: #c8460c;
      --am-orange-soft: #fff0e7;
      --am-yellow: #f8b936;
      --am-black: #111111;
      --am-dark: #1b1b1b;
      --am-gray: #626262;
      --am-gray-light: #f4f4f2;
      --am-white: #ffffff;
      --am-border: rgba(17, 17, 17, 0.1);
      --am-shadow: 0 28px 75px rgba(17, 17, 17, 0.14);
      --am-shadow-soft: 0 16px 45px rgba(17, 17, 17, 0.08);
      --am-radius: 28px;
      --am-radius-small: 18px;

      width: 100%;
      overflow: hidden;
      color: var(--am-black);
      background: var(--am-white);
      font-family: Inter, Arial, Helvetica, sans-serif;
      line-height: 1.65;
    }

    #proyecto-alberto-moreno *,
    #proyecto-alberto-moreno *::before,
    #proyecto-alberto-moreno *::after {
      box-sizing: border-box;
    }

    #proyecto-alberto-moreno h1,
    #proyecto-alberto-moreno h2,
    #proyecto-alberto-moreno h3,
    #proyecto-alberto-moreno h4,
    #proyecto-alberto-moreno p {
      margin-top: 0;
    }

    #proyecto-alberto-moreno img {
      width: 100%;
      max-width: 100%;
      display: block;
    }

    #proyecto-alberto-moreno a {
      color: inherit;
      text-decoration: none;
    }

    #proyecto-alberto-moreno .am-container {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }

    #proyecto-alberto-moreno .am-section {
      position: relative;
      padding: 110px 0;
    }

    #proyecto-alberto-moreno .am-section-small {
      padding: 75px 0;
    }

    #proyecto-alberto-moreno .am-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      margin-bottom: 18px;
      color: var(--am-orange-dark);
      font-size: 13px;
      font-weight: 850;
      letter-spacing: 0.13em;
      text-transform: uppercase;
    }

    #proyecto-alberto-moreno .am-eyebrow::before {
      width: 35px;
      height: 3px;
      content: "";
      background: var(--am-orange);
      border-radius: 999px;
    }

    #proyecto-alberto-moreno .am-section-title {
      max-width: 850px;
      margin-bottom: 22px;
      font-size: clamp(36px, 5vw, 64px);
      font-weight: 850;
      line-height: 1.03;
      letter-spacing: -0.05em;
    }

    #proyecto-alberto-moreno .am-section-description {
      max-width: 730px;
      margin-bottom: 0;
      color: var(--am-gray);
      font-size: 18px;
      line-height: 1.8;
    }

    #proyecto-alberto-moreno .am-highlight {
      color: var(--am-orange);
    }

    /* =====================================================
       BOTONES
    ====================================================== */

    #proyecto-alberto-moreno .am-button {
      min-height: 55px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 15px 25px;
      border: 1px solid transparent;
      border-radius: 999px;
      font-size: 15px;
      font-weight: 800;
      line-height: 1;
      transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
    }

    #proyecto-alberto-moreno .am-button:hover {
      transform: translateY(-3px);
    }

    #proyecto-alberto-moreno .am-button-primary {
      color: var(--am-white);
      background: var(--am-orange);
      box-shadow: 0 16px 38px rgba(243, 108, 33, 0.28);
    }

    #proyecto-alberto-moreno .am-button-primary:hover {
      background: var(--am-orange-dark);
      box-shadow: 0 20px 42px rgba(243, 108, 33, 0.34);
    }

    #proyecto-alberto-moreno .am-button-outline {
      color: var(--am-black);
      background: rgba(255, 255, 255, 0.85);
      border-color: var(--am-border);
    }

    #proyecto-alberto-moreno .am-button-outline:hover {
      background: var(--am-white);
      box-shadow: var(--am-shadow-soft);
    }

    #proyecto-alberto-moreno .am-button svg {
      width: 18px;
      height: 18px;
      flex: 0 0 18px;
    }

    /* =====================================================
       HERO
    ====================================================== */

    #proyecto-alberto-moreno .am-hero {
      position: relative;
      min-height: 830px;
      display: flex;
      align-items: center;
      padding: 105px 0 145px;
      overflow: hidden;
      background:
        radial-gradient(
          circle at 90% 8%,
          rgba(248, 185, 54, 0.25),
          transparent 24%
        ),
        radial-gradient(
          circle at 8% 90%,
          rgba(243, 108, 33, 0.14),
          transparent 30%
        ),
        linear-gradient(135deg, #ffffff 0%, #fff9f3 55%, #ffefe2 100%);
    }

    #proyecto-alberto-moreno .am-hero::before {
      position: absolute;
      top: -180px;
      right: -130px;
      width: 540px;
      height: 540px;
      content: "";
      border: 1px solid rgba(243, 108, 33, 0.16);
      border-radius: 50%;
    }

    #proyecto-alberto-moreno .am-hero::after {
      position: absolute;
      right: 160px;
      bottom: -300px;
      width: 550px;
      height: 550px;
      content: "";
      border: 1px solid rgba(248, 185, 54, 0.25);
      border-radius: 50%;
    }

    #proyecto-alberto-moreno .am-hero-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 75px;
      align-items: center;
    }

    #proyecto-alberto-moreno .am-project-label {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      margin-bottom: 29px;
      padding: 10px 16px;
      color: var(--am-orange-dark);
      background: rgba(255, 255, 255, 0.82);
      border: 1px solid rgba(243, 108, 33, 0.18);
      border-radius: 999px;
      box-shadow: 0 9px 28px rgba(243, 108, 33, 0.08);
      backdrop-filter: blur(12px);
      font-size: 12px;
      font-weight: 850;
      letter-spacing: 0.09em;
      text-transform: uppercase;
    }

    #proyecto-alberto-moreno .am-project-dot {
      width: 9px;
      height: 9px;
      background: var(--am-orange);
      border-radius: 50%;
      box-shadow: 0 0 0 5px rgba(243, 108, 33, 0.15);
    }

    #proyecto-alberto-moreno .am-hero-title {
      margin-bottom: 27px;
      font-size: clamp(47px, 6.8vw, 89px);
      font-weight: 900;
      line-height: 0.94;
      letter-spacing: -0.065em;
    }

    #proyecto-alberto-moreno .am-hero-title span {
      display: block;
      color: var(--am-orange);
    }

    #proyecto-alberto-moreno .am-hero-description {
      max-width: 610px;
      margin-bottom: 35px;
      color: var(--am-gray);
      font-size: 19px;
      line-height: 1.8;
    }

    #proyecto-alberto-moreno .am-hero-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 43px;
    }

    #proyecto-alberto-moreno .am-hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 14px 28px;
    }

    #proyecto-alberto-moreno .am-meta-item {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--am-gray);
      font-size: 14px;
      font-weight: 700;
    }

    #proyecto-alberto-moreno .am-meta-icon {
      width: 36px;
      height: 36px;
      display: grid;
      place-items: center;
      color: var(--am-orange);
      background: var(--am-white);
      border: 1px solid rgba(243, 108, 33, 0.13);
      border-radius: 50%;
    }

    #proyecto-alberto-moreno .am-meta-icon svg {
      width: 16px;
      height: 16px;
    }

    /* =====================================================
       NAVEGADOR Y MOCKUP
    ====================================================== */

    #proyecto-alberto-moreno .am-hero-visual {
      position: relative;
      min-width: 0;
    }

    #proyecto-alberto-moreno .am-browser {
      position: relative;
      z-index: 3;
      width: 117%;
      overflow: hidden;
      background: var(--am-white);
      border: 1px solid rgba(17, 17, 17, 0.1);
      border-radius: 25px;
      box-shadow: 0 42px 105px rgba(64, 34, 15, 0.22);
      transform: rotate(1.2deg);
    }

    #proyecto-alberto-moreno .am-browser-bar {
      height: 48px;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 0 18px;
      background: #eeeeec;
      border-bottom: 1px solid var(--am-border);
    }

    #proyecto-alberto-moreno .am-browser-dot {
      width: 10px;
      height: 10px;
      background: #c9c9c6;
      border-radius: 50%;
    }

    #proyecto-alberto-moreno .am-browser-url {
      width: 58%;
      height: 25px;
      display: flex;
      align-items: center;
      margin-left: 12px;
      padding: 0 12px;
      overflow: hidden;
      color: #777777;
      background: var(--am-white);
      border: 1px solid #ddddda;
      border-radius: 8px;
      font-size: 10px;
      white-space: nowrap;
    }

    #proyecto-alberto-moreno .am-browser-screen {
      position: relative;
      height: 555px;
      overflow: hidden;
      background: #eeeeec;
    }

    #proyecto-alberto-moreno .am-browser-screen img {
      min-height: 100%;
      object-fit: cover;
      object-position: top center;
      transition: transform 7s ease-in-out;
    }

    #proyecto-alberto-moreno .am-browser:hover .am-browser-screen img {
      transform: translateY(-25%);
    }

    #proyecto-alberto-moreno .am-mobile {
      position: absolute;
      right: -36px;
      bottom: -68px;
      z-index: 5;
      width: 185px;
      padding: 8px;
      background: var(--am-black);
      border-radius: 32px;
      box-shadow: 0 30px 65px rgba(17, 17, 17, 0.3);
      transform: rotate(-5deg);
    }

    #proyecto-alberto-moreno .am-mobile-notch {
      position: absolute;
      top: 13px;
      left: 50%;
      z-index: 4;
      width: 70px;
      height: 18px;
      background: var(--am-black);
      border-radius: 999px;
      transform: translateX(-50%);
    }

    #proyecto-alberto-moreno .am-mobile-screen {
      height: 355px;
      overflow: hidden;
      background: var(--am-white);
      border-radius: 25px;
    }

    #proyecto-alberto-moreno .am-mobile-screen img {
      height: 100%;
      object-fit: cover;
      object-position: top center;
    }

    #proyecto-alberto-moreno .am-floating-label {
      position: absolute;
      top: -44px;
      right: -25px;
      z-index: 6;
      width: 135px;
      height: 135px;
      display: grid;
      place-items: center;
      padding: 18px;
      color: var(--am-black);
      background: var(--am-yellow);
      border: 1px solid rgba(173, 106, 0, 0.18);
      border-radius: 50%;
      box-shadow: 0 18px 40px rgba(149, 88, 0, 0.2);
      font-size: 13px;
      font-weight: 900;
      line-height: 1.28;
      text-align: center;
      text-transform: uppercase;
      transform: rotate(9deg);
    }

    /* =====================================================
       FICHA DEL PROYECTO
    ====================================================== */

    #proyecto-alberto-moreno .am-project-sheet {
      position: relative;
      z-index: 8;
      margin-top: -67px;
    }

    #proyecto-alberto-moreno .am-sheet {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      overflow: hidden;
      background: var(--am-white);
      border: 1px solid var(--am-border);
      border-radius: 23px;
      box-shadow: var(--am-shadow);
    }

    #proyecto-alberto-moreno .am-sheet-item {
      min-height: 135px;
      padding: 28px 23px;
      border-right: 1px solid var(--am-border);
    }

    #proyecto-alberto-moreno .am-sheet-item:last-child {
      border-right: 0;
    }

    #proyecto-alberto-moreno .am-sheet-label {
      display: block;
      margin-bottom: 9px;
      color: #858585;
      font-size: 11px;
      font-weight: 850;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    #proyecto-alberto-moreno .am-sheet-value {
      color: var(--am-black);
      font-size: 16px;
      font-weight: 800;
      line-height: 1.45;
    }

    /* =====================================================
       CONTEXTO
    ====================================================== */

    #proyecto-alberto-moreno .am-intro-grid {
      display: grid;
      grid-template-columns: 0.8fr 1.2fr;
      gap: 90px;
      align-items: start;
    }

    #proyecto-alberto-moreno .am-sticky {
      position: sticky;
      top: 100px;
    }

    #proyecto-alberto-moreno .am-lead {
      margin-bottom: 35px;
      color: var(--am-black);
      font-size: clamp(25px, 3vw, 39px);
      font-weight: 700;
      line-height: 1.4;
      letter-spacing: -0.03em;
    }

    #proyecto-alberto-moreno .am-body-copy {
      margin-bottom: 28px;
      color: var(--am-gray);
      font-size: 18px;
      line-height: 1.85;
    }

    #proyecto-alberto-moreno .am-quote {
      position: relative;
      margin-top: 44px;
      padding: 35px 36px 35px 42px;
      background: var(--am-orange-soft);
      border-left: 4px solid var(--am-orange);
      border-radius: 0 20px 20px 0;
    }

    #proyecto-alberto-moreno .am-quote p {
      margin-bottom: 0;
      color: var(--am-orange-dark);
      font-size: 20px;
      font-weight: 750;
      line-height: 1.65;
    }

    /* =====================================================
       RETO
    ====================================================== */

    #proyecto-alberto-moreno .am-challenge {
      color: var(--am-white);
      background:
        radial-gradient(
          circle at 90% 15%,
          rgba(243, 108, 33, 0.23),
          transparent 27%
        ),
        linear-gradient(135deg, #151515, #24211f);
    }

    #proyecto-alberto-moreno .am-challenge::before {
      position: absolute;
      inset: 0;
      content: "";
      opacity: 0.22;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: linear-gradient(to bottom, #000, transparent);
    }

    #proyecto-alberto-moreno .am-challenge .am-container {
      position: relative;
      z-index: 2;
    }

    #proyecto-alberto-moreno .am-challenge .am-eyebrow {
      color: var(--am-yellow);
    }

    #proyecto-alberto-moreno .am-challenge .am-section-description {
      color: rgba(255, 255, 255, 0.67);
    }

    #proyecto-alberto-moreno .am-challenge-grid {
      display: grid;
      grid-template-columns: 0.82fr 1.18fr;
      gap: 80px;
      align-items: center;
    }

    #proyecto-alberto-moreno .am-challenge-list {
      display: grid;
      gap: 17px;
    }

    #proyecto-alberto-moreno .am-challenge-item {
      display: grid;
      grid-template-columns: 51px 1fr;
      gap: 18px;
      padding: 24px;
      background: rgba(255, 255, 255, 0.07);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 19px;
      backdrop-filter: blur(12px);
      transition:
        transform 0.25s ease,
        background-color 0.25s ease;
    }

    #proyecto-alberto-moreno .am-challenge-item:hover {
      background: rgba(255, 255, 255, 0.11);
      transform: translateX(7px);
    }

    #proyecto-alberto-moreno .am-challenge-number {
      width: 51px;
      height: 51px;
      display: grid;
      place-items: center;
      color: var(--am-black);
      background: var(--am-yellow);
      border-radius: 15px;
      font-size: 15px;
      font-weight: 900;
    }

    #proyecto-alberto-moreno .am-challenge-item h3 {
      margin-bottom: 6px;
      font-size: 18px;
      line-height: 1.3;
    }

    #proyecto-alberto-moreno .am-challenge-item p {
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.66);
      font-size: 14px;
      line-height: 1.65;
    }

    /* =====================================================
       SOLUCIÓN
    ====================================================== */

    #proyecto-alberto-moreno .am-solution {
      background: var(--am-gray-light);
    }

    #proyecto-alberto-moreno .am-solution-header {
      display: flex;
      justify-content: space-between;
      gap: 45px;
      align-items: end;
      margin-bottom: 60px;
    }

    #proyecto-alberto-moreno .am-solution-header > div:first-child {
      max-width: 790px;
    }

    #proyecto-alberto-moreno .am-solution-badge {
      min-width: 180px;
      padding: 21px;
      color: var(--am-orange-dark);
      background: var(--am-white);
      border: 1px solid var(--am-border);
      border-radius: 20px;
      box-shadow: var(--am-shadow-soft);
      text-align: center;
    }

    #proyecto-alberto-moreno .am-solution-badge strong {
      display: block;
      margin-bottom: 5px;
      font-size: 31px;
      line-height: 1;
    }

    #proyecto-alberto-moreno .am-solution-badge span {
      color: var(--am-gray);
      font-size: 11px;
      font-weight: 850;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    #proyecto-alberto-moreno .am-services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 21px;
    }

    #proyecto-alberto-moreno .am-service-card {
      position: relative;
      min-height: 290px;
      padding: 35px;
      overflow: hidden;
      background: var(--am-white);
      border: 1px solid var(--am-border);
      border-radius: 24px;
      transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
    }

    #proyecto-alberto-moreno .am-service-card:hover {
      border-color: rgba(243, 108, 33, 0.3);
      box-shadow: var(--am-shadow-soft);
      transform: translateY(-8px);
    }

    #proyecto-alberto-moreno .am-service-card::after {
      position: absolute;
      right: -55px;
      bottom: -55px;
      width: 150px;
      height: 150px;
      content: "";
      background: var(--am-orange-soft);
      border-radius: 50%;
      transition: transform 0.35s ease;
    }

    #proyecto-alberto-moreno .am-service-card:hover::after {
      transform: scale(1.25);
    }

    #proyecto-alberto-moreno .am-service-icon {
      position: relative;
      z-index: 2;
      width: 59px;
      height: 59px;
      display: grid;
      place-items: center;
      margin-bottom: 27px;
      color: var(--am-orange);
      background: var(--am-orange-soft);
      border-radius: 17px;
    }

    #proyecto-alberto-moreno .am-service-icon svg {
      width: 26px;
      height: 26px;
    }

    #proyecto-alberto-moreno .am-service-card h3 {
      position: relative;
      z-index: 2;
      margin-bottom: 13px;
      font-size: 21px;
      line-height: 1.3;
    }

    #proyecto-alberto-moreno .am-service-card p {
      position: relative;
      z-index: 2;
      margin-bottom: 0;
      color: var(--am-gray);
      font-size: 15px;
      line-height: 1.75;
    }

    /* =====================================================
       FUNCIONALIDADES
    ====================================================== */

    #proyecto-alberto-moreno .am-features-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }

    #proyecto-alberto-moreno .am-features-visual {
      position: relative;
      min-height: 610px;
    }

    #proyecto-alberto-moreno .am-feature-main {
      position: absolute;
      top: 0;
      left: 0;
      width: 85%;
      height: 520px;
      overflow: hidden;
      background: #eeeeec;
      border-radius: 28px;
      box-shadow: var(--am-shadow);
    }

    #proyecto-alberto-moreno .am-feature-main img {
      height: 100%;
      object-fit: cover;
      object-position: top center;
    }

    #proyecto-alberto-moreno .am-feature-small {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 53%;
      height: 265px;
      overflow: hidden;
      background: var(--am-white);
      border: 10px solid var(--am-white);
      border-radius: 24px;
      box-shadow: var(--am-shadow);
    }

    #proyecto-alberto-moreno .am-feature-small img {
      height: 100%;
      object-fit: cover;
      object-position: top center;
    }

    #proyecto-alberto-moreno .am-feature-decoration {
      position: absolute;
      top: -30px;
      right: 8%;
      width: 115px;
      height: 115px;
      border: 2px dotted rgba(243, 108, 33, 0.4);
      border-radius: 50%;
    }

    #proyecto-alberto-moreno .am-feature-list {
      display: grid;
      gap: 15px;
      margin-top: 38px;
    }

    #proyecto-alberto-moreno .am-feature-item {
      display: grid;
      grid-template-columns: 44px 1fr;
      gap: 15px;
      align-items: start;
      padding: 17px;
      background: var(--am-white);
      border: 1px solid var(--am-border);
      border-radius: 16px;
      transition:
        transform 0.25s ease,
        border-color 0.25s ease;
    }

    #proyecto-alberto-moreno .am-feature-item:hover {
      border-color: rgba(243, 108, 33, 0.3);
      transform: translateX(5px);
    }

    #proyecto-alberto-moreno .am-check {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      color: var(--am-orange);
      background: var(--am-orange-soft);
      border-radius: 13px;
    }

    #proyecto-alberto-moreno .am-check svg {
      width: 19px;
      height: 19px;
    }

    #proyecto-alberto-moreno .am-feature-item h3 {
      margin-bottom: 4px;
      font-size: 16px;
    }

    #proyecto-alberto-moreno .am-feature-item p {
      margin-bottom: 0;
      color: var(--am-gray);
      font-size: 13px;
      line-height: 1.55;
    }

    /* =====================================================
       PROYECTOS DESTACADOS
    ====================================================== */

    #proyecto-alberto-moreno .am-portfolio {
      color: var(--am-white);
      background: var(--am-black);
    }

    #proyecto-alberto-moreno .am-portfolio .am-eyebrow {
      color: var(--am-yellow);
    }

    #proyecto-alberto-moreno .am-portfolio .am-section-description {
      color: rgba(255, 255, 255, 0.65);
    }

    #proyecto-alberto-moreno .am-portfolio-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 22px;
      margin-top: 58px;
    }

    #proyecto-alberto-moreno .am-portfolio-card {
      position: relative;
      min-height: 360px;
      display: flex;
      align-items: end;
      overflow: hidden;
      padding: 30px;
      background:
        radial-gradient(
          circle at 80% 20%,
          rgba(248, 185, 54, 0.3),
          transparent 30%
        ),
        linear-gradient(135deg, #302a26, #161616);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 25px;
      transition:
        transform 0.3s ease,
        border-color 0.3s ease;
    }

    #proyecto-alberto-moreno .am-portfolio-card:hover {
      border-color: rgba(248, 185, 54, 0.4);
      transform: translateY(-7px);
    }

    #proyecto-alberto-moreno .am-portfolio-card::before {
      position: absolute;
      top: -90px;
      right: -70px;
      width: 260px;
      height: 260px;
      content: "";
      border: 1px solid rgba(255, 255, 255, 0.13);
      border-radius: 50%;
    }

    #proyecto-alberto-moreno .am-portfolio-number {
      position: absolute;
      top: 25px;
      right: 27px;
      color: rgba(255, 255, 255, 0.13);
      font-size: 75px;
      font-weight: 900;
      line-height: 1;
    }

    #proyecto-alberto-moreno .am-portfolio-content {
      position: relative;
      z-index: 2;
    }

    #proyecto-alberto-moreno .am-portfolio-type {
      display: inline-block;
      margin-bottom: 12px;
      padding: 7px 11px;
      color: var(--am-black);
      background: var(--am-yellow);
      border-radius: 999px;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    #proyecto-alberto-moreno .am-portfolio-card h3 {
      margin-bottom: 9px;
      font-size: 28px;
      line-height: 1.2;
    }

    #proyecto-alberto-moreno .am-portfolio-card p {
      max-width: 430px;
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.64);
      font-size: 14px;
      line-height: 1.65;
    }

    /* =====================================================
       TECNOLOGÍAS
    ====================================================== */

    #proyecto-alberto-moreno .am-tech-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 46px;
    }

    #proyecto-alberto-moreno .am-tech-item {
      min-height: 58px;
      display: inline-flex;
      align-items: center;
      gap: 11px;
      padding: 13px 21px;
      background: var(--am-gray-light);
      border: 1px solid var(--am-border);
      border-radius: 999px;
      font-size: 14px;
      font-weight: 800;
      transition:
        transform 0.25s ease,
        background-color 0.25s ease;
    }

    #proyecto-alberto-moreno .am-tech-item:hover {
      background: var(--am-orange-soft);
      transform: translateY(-4px);
    }

    #proyecto-alberto-moreno .am-tech-symbol {
      width: 32px;
      height: 32px;
      display: grid;
      place-items: center;
      color: var(--am-white);
      background: var(--am-orange);
      border-radius: 50%;
      font-size: 10px;
      font-weight: 900;
    }

    /* =====================================================
       RESULTADOS
    ====================================================== */

    #proyecto-alberto-moreno .am-results {
      background: var(--am-orange-soft);
    }

    #proyecto-alberto-moreno .am-results-grid {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr;
      gap: 85px;
      align-items: center;
    }

    #proyecto-alberto-moreno .am-result-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 17px;
    }

    #proyecto-alberto-moreno .am-result-card {
      min-height: 185px;
      padding: 29px;
      background: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(243, 108, 33, 0.13);
      border-radius: 21px;
      backdrop-filter: blur(12px);
    }

    #proyecto-alberto-moreno .am-result-icon {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      margin-bottom: 20px;
      color: var(--am-orange);
      background: var(--am-white);
      border-radius: 14px;
      box-shadow: 0 9px 22px rgba(243, 108, 33, 0.1);
    }

    #proyecto-alberto-moreno .am-result-icon svg {
      width: 21px;
      height: 21px;
    }

    #proyecto-alberto-moreno .am-result-card h3 {
      margin-bottom: 7px;
      font-size: 17px;
    }

    #proyecto-alberto-moreno .am-result-card p {
      margin-bottom: 0;
      color: var(--am-gray);
      font-size: 13px;
      line-height: 1.6;
    }

    /* =====================================================
       CTA
    ====================================================== */

    #proyecto-alberto-moreno .am-cta-section {
      padding: 95px 0;
      background: var(--am-white);
    }

    #proyecto-alberto-moreno .am-cta {
      position: relative;
      overflow: hidden;
      padding: 76px;
      color: var(--am-white);
      background:
        radial-gradient(
          circle at 90% 0%,
          rgba(248, 185, 54, 0.34),
          transparent 30%
        ),
        linear-gradient(135deg, var(--am-orange), var(--am-orange-dark));
      border-radius: 33px;
      box-shadow: 0 36px 82px rgba(243, 108, 33, 0.3);
    }

    #proyecto-alberto-moreno .am-cta::before {
      position: absolute;
      top: -150px;
      right: -90px;
      width: 390px;
      height: 390px;
      content: "";
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 50%;
    }

    #proyecto-alberto-moreno .am-cta::after {
      position: absolute;
      right: 140px;
      bottom: -230px;
      width: 410px;
      height: 410px;
      content: "";
      border: 1px solid rgba(248, 185, 54, 0.28);
      border-radius: 50%;
    }

    #proyecto-alberto-moreno .am-cta-content {
      position: relative;
      z-index: 2;
      max-width: 790px;
    }

    #proyecto-alberto-moreno .am-cta-label {
      display: inline-block;
      margin-bottom: 18px;
      color: #fff0b8;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.11em;
      text-transform: uppercase;
    }

    #proyecto-alberto-moreno .am-cta h2 {
      max-width: 780px;
      margin-bottom: 22px;
      font-size: clamp(36px, 5vw, 62px);
      line-height: 1.04;
      letter-spacing: -0.05em;
    }

    #proyecto-alberto-moreno .am-cta p {
      max-width: 680px;
      margin-bottom: 34px;
      color: rgba(255, 255, 255, 0.78);
      font-size: 18px;
      line-height: 1.75;
    }

    #proyecto-alberto-moreno .am-cta .am-button-primary {
      color: var(--am-black);
      background: var(--am-yellow);
      box-shadow: 0 18px 38px rgba(76, 34, 5, 0.25);
    }

    #proyecto-alberto-moreno .am-cta .am-button-primary:hover {
      background: var(--am-white);
    }

    /* =====================================================
       ANIMACIONES
    ====================================================== */

    #proyecto-alberto-moreno .am-reveal {
      opacity: 0;
      transform: translateY(28px);
      transition:
        opacity 0.75s ease,
        transform 0.75s ease;
    }

    #proyecto-alberto-moreno .am-reveal.am-visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* =====================================================
       RESPONSIVE
    ====================================================== */

    @media (max-width: 1100px) {
      #proyecto-alberto-moreno .am-browser {
        width: 110%;
      }

      #proyecto-alberto-moreno .am-sheet {
        grid-template-columns: repeat(3, 1fr);
      }

      #proyecto-alberto-moreno .am-sheet-item {
        border-bottom: 1px solid var(--am-border);
      }

      #proyecto-alberto-moreno .am-sheet-item:nth-child(3) {
        border-right: 0;
      }

      #proyecto-alberto-moreno .am-services-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 900px) {
      #proyecto-alberto-moreno .am-section {
        padding: 85px 0;
      }

      #proyecto-alberto-moreno .am-hero {
        min-height: auto;
        padding: 80px 0 140px;
      }

      #proyecto-alberto-moreno .am-hero-grid,
      #proyecto-alberto-moreno .am-intro-grid,
      #proyecto-alberto-moreno .am-challenge-grid,
      #proyecto-alberto-moreno .am-features-grid,
      #proyecto-alberto-moreno .am-results-grid {
        grid-template-columns: 1fr;
      }

      #proyecto-alberto-moreno .am-browser {
        width: 100%;
        transform: none;
      }

      #proyecto-alberto-moreno .am-sticky {
        position: relative;
        top: auto;
      }

      #proyecto-alberto-moreno .am-solution-header {
        align-items: start;
      }

      #proyecto-alberto-moreno .am-portfolio-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 680px) {
      #proyecto-alberto-moreno .am-container {
        width: min(100% - 28px, 1180px);
      }

      #proyecto-alberto-moreno .am-section {
        padding: 68px 0;
      }

      #proyecto-alberto-moreno .am-hero {
        padding: 65px 0 110px;
      }

      #proyecto-alberto-moreno .am-hero-grid {
        gap: 50px;
      }

      #proyecto-alberto-moreno .am-hero-title {
        font-size: clamp(43px, 14vw, 66px);
      }

      #proyecto-alberto-moreno .am-hero-description,
      #proyecto-alberto-moreno .am-section-description,
      #proyecto-alberto-moreno .am-body-copy {
        font-size: 16px;
      }

      #proyecto-alberto-moreno .am-hero-buttons {
        display: grid;
      }

      #proyecto-alberto-moreno .am-button {
        width: 100%;
      }

      #proyecto-alberto-moreno .am-browser-screen {
        height: 330px;
      }

      #proyecto-alberto-moreno .am-browser-url {
        width: 70%;
      }

      #proyecto-alberto-moreno .am-floating-label {
        top: -37px;
        right: -6px;
        width: 96px;
        height: 96px;
        padding: 12px;
        font-size: 10px;
      }

      #proyecto-alberto-moreno .am-mobile {
        right: -4px;
        bottom: -65px;
        width: 130px;
        border-radius: 24px;
      }

      #proyecto-alberto-moreno .am-mobile-screen {
        height: 250px;
        border-radius: 18px;
      }

      #proyecto-alberto-moreno .am-mobile-notch {
        top: 11px;
        width: 50px;
        height: 13px;
      }

      #proyecto-alberto-moreno .am-sheet {
        grid-template-columns: 1fr 1fr;
      }

      #proyecto-alberto-moreno .am-sheet-item {
        min-height: 110px;
        padding: 21px 18px;
      }

      #proyecto-alberto-moreno .am-sheet-item:nth-child(2n) {
        border-right: 0;
      }

      #proyecto-alberto-moreno .am-sheet-item:nth-child(3) {
        border-right: 1px solid var(--am-border);
      }

      #proyecto-alberto-moreno .am-sheet-item:last-child {
        grid-column: 1 / -1;
      }

      #proyecto-alberto-moreno .am-services-grid,
      #proyecto-alberto-moreno .am-result-list {
        grid-template-columns: 1fr;
      }

      #proyecto-alberto-moreno .am-solution-header {
        display: grid;
      }

      #proyecto-alberto-moreno .am-solution-badge {
        width: 100%;
      }

      #proyecto-alberto-moreno .am-features-visual {
        min-height: 445px;
      }

      #proyecto-alberto-moreno .am-feature-main {
        width: 92%;
        height: 380px;
      }

      #proyecto-alberto-moreno .am-feature-small {
        width: 56%;
        height: 185px;
        border-width: 6px;
      }

      #proyecto-alberto-moreno .am-portfolio-card {
        min-height: 310px;
        padding: 25px;
      }

      #proyecto-alberto-moreno .am-cta-section {
        padding: 65px 0;
      }

      #proyecto-alberto-moreno .am-cta {
        padding: 50px 25px;
        border-radius: 25px;
      }
    }

