    :root {
      --navy: #061A3A;
      --blue: #135DFF;
      --cyan: #22B8F5;
      --pale: #EDF6FF;
      --white: #FFFFFF;
      --text: #11284A;
      --muted: #60708A;
      --line: rgba(6, 26, 58, 0.09);
      --card: rgba(255, 255, 255, 0.78);
      --shadow: 0 28px 80px rgba(9, 32, 72, 0.14);
      --radius-lg: 32px;
      --radius-md: 22px;
      --radius-sm: 16px;
      --container: 1180px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "Manrope", sans-serif;
      color: var(--text);
      background:
        linear-gradient(120deg, rgba(19, 93, 255, 0.08) 0 18%, transparent 18% 100%),
        linear-gradient(60deg, rgba(34, 184, 245, 0.1) 0 12%, transparent 12% 100%),
        linear-gradient(rgba(6, 26, 58, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(6, 26, 58, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, #f7fbff 0%, #eef5ff 38%, #ffffff 100%);
      background-size: auto, auto, 54px 54px, 54px 54px, auto;
      overflow-x: hidden;
    }

    img {
      max-width: 100%;
      display: block;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    .container {
      width: min(var(--container), calc(100% - 2rem));
      margin: 0 auto;
    }

    .section {
      padding: 5.5rem 0;
      position: relative;
      isolation: isolate;
      overflow: hidden;
    }

    .section::before {
      content: "";
      position: absolute;
      inset: 1rem;
      border-radius: 38px;
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(234, 243, 255, 0.74));
      box-shadow: 0 28px 80px rgba(9, 32, 72, 0.08);
      z-index: 0;
    }

    .section > .container {
      position: relative;
      z-index: 1;
    }

    #nosotros::before {
      background:
        linear-gradient(115deg, rgba(6, 26, 58, 0.9), rgba(19, 93, 255, 0.66)),
        url("../../assets/images/team-strategy.jpg") center / cover no-repeat;
    }

    #servicios::before {
      background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.92), rgba(236, 246, 255, 0.88)),
        url("../../assets/images/hero-software-team.jpg") center / cover no-repeat;
    }

    #precios::before {
      background:
        linear-gradient(135deg, rgba(6, 26, 58, 0.9), rgba(10, 65, 151, 0.78)),
        url("../../assets/images/dashboard-analytics.jpg") center / cover no-repeat;
    }

    #proceso::before {
      background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.94), rgba(233, 243, 255, 0.88)),
        url("../../assets/images/code-workspace.jpg") center / cover no-repeat;
    }

    #soluciones::before {
      background:
        linear-gradient(120deg, rgba(6, 26, 58, 0.88), rgba(15, 76, 162, 0.72)),
        url("../../assets/images/web-platform.jpg") center / cover no-repeat;
    }

    #proyectos::before {
      background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(240, 246, 255, 0.84)),
        url("../../assets/images/dashboard-analytics.jpg") center / cover no-repeat;
    }

    #faq::before {
      background:
        linear-gradient(120deg, rgba(6, 26, 58, 0.9), rgba(12, 53, 120, 0.84)),
        url("../../assets/images/hero-software-team.jpg") center / cover no-repeat;
    }

    #contacto::before {
      background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.93), rgba(233, 243, 255, 0.88)),
        url("../../assets/images/team-strategy.jpg") center / cover no-repeat;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      padding: 0.55rem 0.95rem;
      border: 1px solid rgba(19, 93, 255, 0.14);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.65);
      color: var(--blue);
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--cyan), var(--blue));
      box-shadow: 0 0 16px rgba(34, 184, 245, 0.45);
    }

    h1,
    h2,
    h3,
    h4 {
      margin: 0;
      font-family: "Space Grotesk", sans-serif;
      letter-spacing: 0;
    }

    p {
      margin: 0;
      color: var(--muted);
      line-height: 1.75;
    }

    .section-heading {
      max-width: 760px;
      margin-bottom: 2.5rem;
    }

    .section-heading h2 {
      margin-top: 1rem;
      font-size: 3.2rem;
      color: var(--navy);
    }

    .section-heading p {
      margin-top: 1rem;
      font-size: 1.05rem;
    }

    #nosotros .eyebrow,
    #precios .eyebrow,
    #soluciones .eyebrow,
    #faq .eyebrow {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.16);
      color: var(--white);
    }

    #nosotros .section-heading h2,
    #nosotros .section-heading p,
    #precios .section-heading h2,
    #precios .section-heading p,
    #soluciones .section-heading h2,
    #soluciones .section-heading p,
    #faq .section-heading h2,
    #faq .section-heading p {
      color: var(--white);
    }

    .site-header {
      position: fixed;
      inset: 0 0 auto;
      z-index: 20;
      transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
      border-bottom: 1px solid transparent;
    }

    .site-header.scrolled {
      background: rgba(255, 255, 255, 0.84);
      backdrop-filter: blur(22px);
      box-shadow: 0 10px 45px rgba(7, 26, 58, 0.08);
      border-color: rgba(6, 26, 58, 0.08);
    }

    .nav-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      min-height: 88px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 0.95rem;
      min-width: 0;
    }

    .brand img {
      width: 168px;
      height: auto;
      filter: drop-shadow(0 14px 24px rgba(19, 93, 255, 0.15));
    }

    .brand-copy {
      display: none;
    }

    .brand.logo-fallback img {
      display: none;
    }

    .brand.logo-fallback .brand-copy {
      display: grid;
      gap: 0.1rem;
    }

    .brand-copy strong {
      color: var(--navy);
      font-family: "Space Grotesk", sans-serif;
      font-size: 1.4rem;
      letter-spacing: 0;
    }

    .brand-copy span {
      color: var(--muted);
      font-size: 0.78rem;
      font-weight: 600;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 1.15rem;
      font-size: 0.95rem;
      color: var(--muted);
    }

    .nav-links a {
      position: relative;
      padding: 0.35rem 0;
    }

    .nav-links a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -0.1rem;
      width: 100%;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--cyan), var(--blue));
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.25s ease;
    }

    .nav-links a:hover::after,
    .nav-links a:focus-visible::after {
      transform: scaleX(1);
    }

    .nav-cta,
    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.7rem;
      border-radius: 999px;
      padding: 0.95rem 1.35rem;
      border: 1px solid transparent;
      font-weight: 700;
      transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
    }

    .nav-cta,
    .button-primary {
      color: var(--white);
      background: linear-gradient(135deg, var(--blue), var(--cyan));
      box-shadow: 0 18px 36px rgba(19, 93, 255, 0.24);
    }

    .button-secondary {
      color: var(--navy);
      background: rgba(255, 255, 255, 0.76);
      border-color: rgba(6, 26, 58, 0.1);
      backdrop-filter: blur(18px);
    }

    .nav-cta:hover,
    .button:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 42px rgba(10, 42, 98, 0.2);
    }

    .menu-toggle {
      display: none;
      border: 0;
      background: transparent;
      padding: 0.5rem;
      cursor: pointer;
    }

    .menu-toggle span {
      display: block;
      width: 28px;
      height: 2px;
      margin: 6px 0;
      background: var(--navy);
      border-radius: 999px;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .hero {
      position: relative;
      min-height: 760px;
      padding: 8.5rem 0 4.5rem;
      overflow: hidden;
      isolation: isolate;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(237, 246, 255, 0.97) 0%, rgba(237, 246, 255, 0.92) 44%, rgba(237, 246, 255, 0.54) 72%, rgba(237, 246, 255, 0.2) 100%),
        url("../../assets/images/web-platform.jpg") center right / cover no-repeat;
      z-index: -2;
    }

    .hero::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 160px;
      background: linear-gradient(180deg, rgba(247, 251, 255, 0), #f5faff);
      z-index: -1;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
      gap: 2rem;
      align-items: center;
    }

    .hero-copy h1 {
      margin-top: 1.3rem;
      font-size: 4.8rem;
      line-height: 0.96;
      color: var(--navy);
    }

    .hero-copy p {
      margin-top: 1.4rem;
      max-width: 620px;
      font-size: 1.1rem;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 2rem;
    }

    .hero-points {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
      margin-top: 2.3rem;
    }

    .hero-points article {
      padding: 1.1rem 1rem;
      border-radius: var(--radius-sm);
      background: rgba(255, 255, 255, 0.84);
      border: 1px solid rgba(19, 93, 255, 0.08);
      box-shadow: 0 14px 30px rgba(8, 31, 70, 0.06);
    }

    .hero-points strong {
      display: block;
      color: var(--navy);
      font-size: 0.95rem;
      margin-bottom: 0.35rem;
    }

    .visual-strip {
      padding: 1rem 0 3.5rem;
      position: relative;
      isolation: isolate;
      overflow: hidden;
    }

    .visual-strip::before {
      content: "";
      position: absolute;
      inset: 0.75rem 0;
      border-radius: 42px;
      background:
        linear-gradient(125deg, rgba(5, 18, 42, 0.94), rgba(13, 63, 143, 0.78)),
        url("../../assets/images/web-platform.jpg") center / cover no-repeat;
      box-shadow: 0 34px 72px rgba(7, 26, 58, 0.18);
      pointer-events: none;
      z-index: 0;
    }

    .visual-strip::after {
      content: "";
      position: absolute;
      inset: 0.75rem 0;
      border-radius: 42px;
      background:
        radial-gradient(circle at 14% 18%, rgba(255, 132, 0, 0.24), transparent 18%),
        radial-gradient(circle at 82% 24%, rgba(63, 164, 255, 0.18), transparent 18%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
      pointer-events: none;
      z-index: 0;
    }

    .visual-strip-heading {
      max-width: 760px;
      margin-bottom: 1.6rem;
      position: relative;
      z-index: 1;
    }

    .visual-strip-heading h2 {
      margin-top: 1rem;
      font-size: 3rem;
      color: var(--white);
    }

    .visual-strip-heading p {
      margin-top: 0.9rem;
      font-size: 1.03rem;
      color: rgba(255, 255, 255, 0.82);
    }

    .visual-strip .eyebrow {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.16);
      color: var(--white);
    }

    .visual-strip-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 1.25rem;
    }

    .yudi-download-button {
      background: linear-gradient(135deg, rgba(255, 98, 0, 0.14), rgba(255, 177, 0, 0.18));
      color: #8f3c00;
      border-color: rgba(255, 122, 0, 0.25);
    }

    .visual-strip-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1rem;
      align-items: stretch;
      position: relative;
      z-index: 1;
    }

    .yudi-spotlight-card {
      position: relative;
      display: grid;
      grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
      grid-column: span 2;
      grid-row: span 2;
      border-radius: 28px;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(6, 26, 58, 0.98), rgba(17, 76, 162, 0.96));
      border: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow: 0 30px 60px rgba(7, 26, 58, 0.18);
    }

    .yudi-spotlight-media {
      position: relative;
      display: grid;
      place-items: center;
      overflow: hidden;
      padding: 2rem;
      background:
        radial-gradient(circle at 50% 50%, rgba(255, 168, 0, 0.28), transparent 34%),
        linear-gradient(180deg, rgba(255, 98, 0, 0.88), rgba(255, 153, 0, 0.78));
    }

    .yudi-spotlight-media img {
      width: 74%;
      height: auto;
      object-fit: contain;
      filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.25));
    }

    .yudi-spotlight-body {
      display: grid;
      align-content: center;
      gap: 1rem;
      padding: 1.6rem 1.5rem;
      color: var(--white);
    }

    .yudi-spotlight-body h3 {
      font-size: 2.2rem;
      color: var(--white);
      line-height: 1.02;
    }

    .yudi-spotlight-body p {
      color: rgba(255, 255, 255, 0.82);
      line-height: 1.7;
    }

    .yudi-spotlight-list {
      margin: 0;
      padding-left: 1.1rem;
      color: rgba(255, 255, 255, 0.82);
      line-height: 1.7;
    }

    .yudi-mini-card {
      display: grid;
      align-content: start;
      gap: 0.7rem;
      min-height: 240px;
      padding: 1.2rem;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.84);
      border: 1px solid rgba(255, 255, 255, 0.82);
      box-shadow: 0 20px 45px rgba(7, 26, 58, 0.12);
    }

    .yudi-mini-visual {
      position: relative;
      min-height: 84px;
      border-radius: 18px;
      overflow: hidden;
      display: grid;
      place-items: center;
      margin-bottom: 0.1rem;
    }

    .yudi-mini-visual strong {
      font-family: "Space Grotesk", sans-serif;
      font-size: 2rem;
      line-height: 1;
      color: var(--white);
      position: relative;
      z-index: 1;
    }

    .yudi-mini-visual span {
      position: relative;
      z-index: 1;
      color: var(--white);
      font-weight: 700;
    }

    .yudi-mini-visual-citofonia {
      background:
        radial-gradient(circle at 25% 50%, rgba(255, 255, 255, 0.22), transparent 22%),
        linear-gradient(135deg, #ff6200, #ffb100);
      grid-template-columns: repeat(3, 18px);
      gap: 0.85rem;
    }

    .signal-dot {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.92);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.08);
      animation: pulse 3s ease-in-out infinite;
    }

    .signal-dot:nth-child(2) {
      animation-delay: 0.25s;
    }

    .signal-dot:nth-child(3) {
      animation-delay: 0.5s;
    }

    .yudi-mini-visual-visitantes {
      background:
        linear-gradient(180deg, rgba(10, 22, 45, 0.5), rgba(10, 22, 45, 0.82)),
        url("../../assets/images/dashboard-analytics.jpg") center / cover no-repeat;
    }

    .yudi-mini-visual-pqrs {
      background:
        linear-gradient(140deg, rgba(19, 93, 255, 0.84), rgba(34, 184, 245, 0.72)),
        url("../../assets/images/web-platform.jpg") center / cover no-repeat;
    }

    .yudi-mini-visual-reservas {
      background:
        linear-gradient(135deg, rgba(6, 26, 58, 0.82), rgba(19, 93, 255, 0.62)),
        url("../../assets/images/team-strategy.jpg") center / cover no-repeat;
    }

    .yudi-mini-visual-cartelera {
      background:
        linear-gradient(135deg, rgba(255, 98, 0, 0.78), rgba(255, 177, 0, 0.78)),
        url("../../assets/images/hero-software-team.jpg") center / cover no-repeat;
    }

    .yudi-mini-visual-autorizaciones {
      background:
        linear-gradient(135deg, rgba(14, 71, 156, 0.78), rgba(6, 26, 58, 0.86)),
        url("../../assets/images/code-workspace.jpg") center / cover no-repeat;
    }

    .yudi-mini-visual-reportes {
      background:
        linear-gradient(135deg, rgba(6, 26, 58, 0.86), rgba(255, 98, 0, 0.64)),
        url("../../assets/images/dashboard-analytics.jpg") center / cover no-repeat;
    }

    .yudi-mini-card h3 {
      font-size: 1.45rem;
      color: var(--navy);
      line-height: 1.06;
    }

    .yudi-mini-card p {
      color: #556984;
      line-height: 1.6;
    }

    .yudi-mini-orange {
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 245, 236, 0.96));
      border-color: rgba(255, 150, 55, 0.26);
    }

    .yudi-mini-dark {
      background:
        linear-gradient(180deg, rgba(10, 22, 45, 0.94), rgba(17, 46, 86, 0.94)),
        url("../../assets/images/dashboard-analytics.jpg") center / cover no-repeat;
      border-color: rgba(255, 255, 255, 0.12);
    }

    .yudi-mini-dark h3,
    .yudi-mini-dark p,
    .yudi-mini-dark .yudi-feature-kicker {
      color: var(--white);
    }

    .yudi-mini-dark p {
      color: rgba(255, 255, 255, 0.82);
    }

    .yudi-mini-blue {
      background:
        linear-gradient(155deg, rgba(19, 93, 255, 0.92), rgba(34, 184, 245, 0.82)),
        url("../../assets/images/web-platform.jpg") center / cover no-repeat;
      border-color: rgba(136, 223, 255, 0.22);
    }

    .yudi-mini-blue h3,
    .yudi-mini-blue p,
    .yudi-mini-blue .yudi-feature-kicker {
      color: var(--white);
    }

    .yudi-mini-blue p {
      color: rgba(255, 255, 255, 0.86);
    }

    .yudi-mini-light {
      background: rgba(255, 255, 255, 0.9);
    }

    .yudi-mini-cta {
      display: grid;
      align-content: start;
      gap: 0.85rem;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 255, 0.96));
    }

    .yudi-mini-cta img {
      width: 96px;
      height: auto;
      margin-bottom: 0.2rem;
      filter: drop-shadow(0 14px 22px rgba(255, 122, 0, 0.18));
    }

    .yudi-feature-kicker {
      color: #ff7a00;
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .yudi-feature-links {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      margin-top: 0.35rem;
    }

    .yudi-feature-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
      padding: 0.82rem 1.1rem;
      border-radius: 999px;
      background: linear-gradient(135deg, #ff640a, #ffb100);
      color: var(--white);
      font-weight: 800;
      box-shadow: 0 16px 28px rgba(255, 100, 10, 0.2);
    }

    .yudi-feature-link-alt {
      background: linear-gradient(135deg, #11284A, #1d4d8f);
      box-shadow: 0 16px 28px rgba(17, 40, 74, 0.18);
    }

    .hero-visual {
      position: relative;
      min-height: 640px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-photo-card {
      position: relative;
      width: min(100%, 560px);
      aspect-ratio: 4 / 5;
      border-radius: 34px;
      overflow: hidden;
      box-shadow: 0 42px 90px rgba(7, 18, 40, 0.32);
      isolation: isolate;
      background: #0b1221;
    }

    .hero-photo-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(6, 26, 58, 0.06), rgba(6, 26, 58, 0.82)),
        linear-gradient(120deg, rgba(19, 93, 255, 0.18), rgba(34, 184, 245, 0.02));
      z-index: 1;
    }

    .hero-yudi-ribbon {
      position: absolute;
      inset: 0 0 auto 0;
      height: 96px;
      background: linear-gradient(90deg, #ff5b00, #ff9a00);
      z-index: 3;
    }

    .hero-yudi-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.03);
      filter: saturate(0.95) contrast(1.05);
    }

    .hero-yudi-logo {
      position: absolute;
      top: 18px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      width: 160px;
      aspect-ratio: 1;
      border-radius: 50%;
      display: grid;
      place-items: center;
      padding: 0.9rem;
      background: rgba(15, 19, 34, 0.7);
      border: 4px solid #ff7a00;
      box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
    }

    .hero-yudi-logo img {
      width: 88%;
      height: 88%;
      object-fit: contain;
      filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.22));
    }

    .hero-photo-overlay {
      position: absolute;
      left: 1.4rem;
      right: 1.4rem;
      bottom: 1.4rem;
      z-index: 3;
      padding: 1.45rem 1.3rem;
      border-radius: 28px;
      background: rgba(6, 26, 58, 0.72);
      border: 1px solid rgba(255, 255, 255, 0.18);
      backdrop-filter: blur(18px);
      color: var(--white);
    }

    .hero-photo-overlay span {
      display: block;
      margin-bottom: 0.45rem;
      color: #aeeeff;
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .hero-photo-overlay strong {
      display: block;
      font-family: "Space Grotesk", sans-serif;
      font-size: 1.85rem;
      line-height: 1.12;
      letter-spacing: 0;
    }

    .hero-photo-overlay p {
      margin-top: 0.75rem;
      color: rgba(255, 255, 255, 0.8);
      font-size: 1rem;
      line-height: 1.6;
    }

    .hero-access-panel {
      position: absolute;
      z-index: 3;
      left: 1.4rem;
      right: 1.4rem;
      top: 176px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
    }

    .hero-access-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.9rem;
      width: 100%;
    }

    .hero-access-actions .button {
      min-width: 230px;
      padding: 1rem 1.35rem;
      font-size: 1rem;
      box-shadow: 0 18px 32px rgba(6, 26, 58, 0.18);
      border-radius: 999px;
    }

    .hero-access-actions .button-primary {
      background: linear-gradient(135deg, #2563ff, #39b6ff);
      color: var(--white);
    }

    .hero-access-actions .button-secondary {
      background: linear-gradient(135deg, #ff640a, #ffb100);
      color: var(--white);
      border-color: transparent;
    }

    .hero-orb {
      position: absolute;
      inset: 3% 10% auto auto;
      width: 250px;
      height: 250px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(34, 184, 245, 0.45), rgba(34, 184, 245, 0));
      filter: blur(12px);
      animation: drift 7s ease-in-out infinite;
    }

    .hero-panel {
      position: relative;
      width: min(100%, 530px);
      padding: 1.5rem;
      border-radius: 34px;
      background:
        linear-gradient(160deg, rgba(6, 26, 58, 0.96), rgba(8, 49, 120, 0.92)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
      box-shadow: 0 40px 100px rgba(7, 18, 40, 0.38);
      overflow: hidden;
    }

    .hero-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
      background-size: 54px 54px;
      mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
      opacity: 0.25;
    }

    .panel-top {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding-bottom: 1.25rem;
      margin-bottom: 1.25rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.88);
    }

    .panel-chip {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.45rem 0.75rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.84);
      font-size: 0.85rem;
    }

    .panel-chip::before {
      content: "";
      width: 0.45rem;
      height: 0.45rem;
      border-radius: 50%;
      background: #7cf3ff;
      box-shadow: 0 0 16px rgba(124, 243, 255, 0.8);
    }

    .dashboard {
      position: relative;
      display: grid;
      gap: 1rem;
    }

    .dashboard-main,
    .dashboard-card,
    .dashboard-metric {
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(20px);
    }

    .dashboard-main {
      padding: 1.25rem;
    }

    .code-lines {
      display: grid;
      gap: 0.7rem;
      margin-bottom: 1.1rem;
    }

    .code-lines span,
    .pulse-lines span {
      display: block;
      height: 10px;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(34, 184, 245, 0.88), rgba(19, 93, 255, 0.25));
      animation: pulse 3.2s ease-in-out infinite;
    }

    .code-lines span:nth-child(2) {
      width: 84%;
      animation-delay: 0.2s;
    }

    .code-lines span:nth-child(3) {
      width: 71%;
      animation-delay: 0.4s;
    }

    .pulse-lines span:nth-child(1) { width: 88%; }
    .pulse-lines span:nth-child(2) { width: 74%; animation-delay: 0.25s; }
    .pulse-lines span:nth-child(3) { width: 92%; animation-delay: 0.45s; }

    .dashboard-layout {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 1rem;
    }

    .dashboard-card,
    .dashboard-metric {
      padding: 1rem;
      color: rgba(255, 255, 255, 0.88);
    }

    .dashboard-card h3,
    .dashboard-metric h3 {
      font-size: 1rem;
      margin-bottom: 0.9rem;
    }

    .stack-list {
      display: grid;
      gap: 0.75rem;
    }

    .stack-list div,
    .metric-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 0.8rem 0.9rem;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.05);
      font-size: 0.92rem;
    }

    .stack-list strong,
    .metric-item strong {
      color: var(--white);
    }

    .dashboard-note {
      position: absolute;
      right: -1.5rem;
      bottom: 3.5rem;
      width: 200px;
      padding: 1rem;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0 24px 45px rgba(4, 18, 45, 0.18);
      animation: float 4.4s ease-in-out infinite;
    }

    .dashboard-note strong {
      display: block;
      color: var(--navy);
      margin-bottom: 0.35rem;
      font-family: "Space Grotesk", sans-serif;
    }

    .trust-grid,
    .benefits-grid,
    .solutions-grid,
    .projects-grid,
    .services-grid {
      display: grid;
      gap: 1.25rem;
    }

    .trust-grid {
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
      align-items: start;
    }

    .glass-card,
    .feature-card,
    .service-card,
    .project-card,
    .faq-item,
    .contact-card,
    .benefit-card,
    .solution-card {
      background: var(--card);
      border: 1px solid rgba(255, 255, 255, 0.62);
      box-shadow: var(--shadow);
      backdrop-filter: blur(24px);
    }

    .glass-card {
      padding: 2rem;
      border-radius: var(--radius-lg);
    }

    #nosotros .glass-card {
      background:
        linear-gradient(180deg, rgba(4, 19, 43, 0.52), rgba(4, 19, 43, 0.72));
      border-color: rgba(255, 255, 255, 0.12);
      box-shadow: 0 32px 70px rgba(2, 13, 32, 0.22);
    }

    .trust-list {
      display: grid;
      gap: 1rem;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin-top: 1.6rem;
    }

    .feature-card {
      padding: 1.2rem;
      border-radius: var(--radius-sm);
    }

    #nosotros .feature-card {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.08);
      box-shadow: none;
    }

    .feature-card strong {
      display: block;
      margin-bottom: 0.45rem;
      color: var(--navy);
    }

    #nosotros .feature-card strong,
    #nosotros .feature-card p {
      color: rgba(255, 255, 255, 0.92);
    }

    .side-panel {
      padding: 2rem;
      border-radius: var(--radius-lg);
      background: linear-gradient(180deg, rgba(6, 26, 58, 0.98), rgba(7, 42, 95, 0.95));
      color: rgba(255, 255, 255, 0.82);
      box-shadow: 0 30px 60px rgba(7, 26, 58, 0.22);
    }

    .side-panel-image {
      width: 100%;
      aspect-ratio: 16 / 10;
      object-fit: cover;
      margin-bottom: 1.4rem;
      border-radius: 24px;
      border: 1px solid rgba(255, 255, 255, 0.14);
      box-shadow: 0 22px 40px rgba(0, 0, 0, 0.18);
    }

    .side-panel h3 {
      font-size: 1.45rem;
      color: var(--white);
      margin-bottom: 1rem;
    }

    .process-strip {
      margin-top: 1.5rem;
      padding-left: 1rem;
      border-left: 1px solid rgba(124, 243, 255, 0.25);
      display: grid;
      gap: 1rem;
    }

    .process-strip div {
      position: relative;
      padding-left: 1.2rem;
    }

    .process-strip div::before {
      content: "";
      position: absolute;
      left: -1.45rem;
      top: 0.55rem;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--cyan), var(--blue));
      box-shadow: 0 0 18px rgba(34, 184, 245, 0.45);
    }

    .services-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pricing-section {
      padding-top: 2rem;
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.25rem;
      align-items: stretch;
    }

    .pricing-card {
      position: relative;
      display: grid;
      grid-template-rows: auto auto 1fr auto;
      gap: 1.2rem;
      padding: 1.45rem;
      border-radius: 28px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 255, 0.96));
      border: 1px solid rgba(19, 93, 255, 0.12);
      box-shadow: 0 22px 52px rgba(8, 31, 70, 0.08);
      overflow: hidden;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

    .pricing-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 6px;
      background: linear-gradient(90deg, rgba(19, 93, 255, 0.95), rgba(34, 184, 245, 0.95));
      opacity: 0.78;
    }

    .pricing-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 28px 56px rgba(8, 31, 70, 0.14);
      border-color: rgba(19, 93, 255, 0.22);
    }

    .pricing-card.featured {
      background: linear-gradient(180deg, rgba(8, 40, 94, 0.98), rgba(14, 71, 156, 0.98));
      border-color: rgba(124, 243, 255, 0.3);
      box-shadow: 0 34px 68px rgba(7, 26, 58, 0.22);
      transform: translateY(-14px);
    }

    .pricing-card.featured::before {
      background: linear-gradient(90deg, rgba(124, 243, 255, 0.95), rgba(255, 255, 255, 0.92));
      opacity: 1;
    }

    .pricing-badge {
      position: absolute;
      top: 1rem;
      right: 1rem;
      padding: 0.45rem 0.8rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.16);
      color: var(--white);
      border: 1px solid rgba(255, 255, 255, 0.22);
      font-size: 0.74rem;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      backdrop-filter: blur(10px);
    }

    .pricing-head {
      padding-top: 0.2rem;
    }

    .pricing-kicker {
      display: block;
      margin-bottom: 0.45rem;
      color: var(--blue);
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .pricing-head h3 {
      font-size: 1.8rem;
      color: var(--navy);
      margin-bottom: 0.6rem;
      line-height: 1.05;
    }

    .pricing-head p {
      color: #5b6d88;
      min-height: 4.5rem;
    }

    .pricing-card.featured .pricing-kicker,
    .pricing-card.featured .pricing-head h3 {
      color: var(--white);
    }

    .pricing-card.featured .pricing-head p {
      color: rgba(255, 255, 255, 0.82);
    }

    .pricing-price {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 0.45rem;
      padding: 1rem 1.1rem;
      border-radius: 22px;
      background: rgba(19, 93, 255, 0.06);
      border: 1px solid rgba(19, 93, 255, 0.08);
      overflow: hidden;
    }

    .pricing-price span,
    .pricing-price small {
      color: var(--muted);
      font-weight: 700;
    }

    .pricing-price .price-amount {
      flex: 1 1 100%;
      min-width: 0;
      color: var(--navy);
      font-family: "Space Grotesk", sans-serif;
      font-size: 2.15rem;
      line-height: 0.95;
      white-space: nowrap;
    }

    .pricing-price small {
      display: block;
      font-size: 0.95rem;
    }

    .pricing-card.featured .pricing-price {
      background: rgba(255, 255, 255, 0.12);
      border-color: rgba(255, 255, 255, 0.16);
    }

    .pricing-card.featured .pricing-price span,
    .pricing-card.featured .pricing-price .price-amount,
    .pricing-card.featured .pricing-price small {
      color: var(--white);
    }

    .pricing-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.96rem;
    }

    .pricing-table tr + tr th,
    .pricing-table tr + tr td {
      border-top: 1px solid rgba(6, 26, 58, 0.08);
    }

    .pricing-table th,
    .pricing-table td {
      padding: 0.85rem 0;
      text-align: left;
      vertical-align: top;
    }

    .pricing-table th {
      width: 34%;
      color: var(--navy);
      font-size: 0.88rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .pricing-table td {
      color: #4f617d;
      line-height: 1.6;
    }

    .pricing-card.featured .pricing-table tr + tr th,
    .pricing-card.featured .pricing-table tr + tr td {
      border-top-color: rgba(255, 255, 255, 0.12);
    }

    .pricing-card.featured .pricing-table th {
      color: var(--white);
    }

    .pricing-card.featured .pricing-table td {
      color: rgba(255, 255, 255, 0.82);
    }

    .pricing-button {
      width: 100%;
      margin-top: 0.2rem;
    }

    .pricing-note {
      margin-top: 1.5rem;
      padding: 1rem 1.2rem;
      border-left: 4px solid rgba(19, 93, 255, 0.35);
      background: rgba(255, 255, 255, 0.74);
      border-radius: 0 18px 18px 0;
      color: #4d607b;
    }

    .service-card {
      position: relative;
      padding: 1.5rem;
      border-radius: 26px;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
      overflow: hidden;
    }

    .service-card::before {
      content: "";
      position: absolute;
      inset: auto -15% -35% auto;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(34, 184, 245, 0.24), rgba(34, 184, 245, 0));
      transition: transform 0.25s ease;
    }

    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 26px 50px rgba(8, 31, 70, 0.14);
      border-color: rgba(19, 93, 255, 0.16);
    }

    .service-card:hover::before {
      transform: scale(1.2);
    }

    .service-icon {
      width: 56px;
      height: 56px;
      border-radius: 18px;
      display: inline-grid;
      place-items: center;
      margin-bottom: 1rem;
      color: var(--white);
      background: linear-gradient(135deg, var(--blue), var(--cyan));
      box-shadow: 0 14px 30px rgba(19, 93, 255, 0.22);
    }

    .service-card h3,
    .project-card h3,
    .benefit-card h3,
    .solution-card h3 {
      font-size: 1.18rem;
      color: var(--navy);
      margin-bottom: 0.8rem;
    }

    .service-card .benefit {
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 1px solid var(--line);
      color: var(--navy);
      font-weight: 700;
      font-size: 0.94rem;
    }

    .process-timeline {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 1rem;
      position: relative;
    }

    .process-timeline::before {
      content: "";
      position: absolute;
      left: 4%;
      right: 4%;
      top: 54px;
      height: 1px;
      background: linear-gradient(90deg, rgba(34, 184, 245, 0.1), rgba(19, 93, 255, 0.4), rgba(34, 184, 245, 0.1));
    }

    .step-card {
      position: relative;
      padding: 1.4rem 1.2rem;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(19, 93, 255, 0.1);
      box-shadow: 0 22px 44px rgba(8, 31, 70, 0.08);
    }

    .step-index {
      width: 46px;
      height: 46px;
      display: inline-grid;
      place-items: center;
      margin-bottom: 1.15rem;
      border-radius: 16px;
      color: var(--white);
      background: linear-gradient(135deg, var(--blue), var(--cyan));
      font-weight: 700;
      box-shadow: 0 14px 28px rgba(19, 93, 255, 0.2);
    }

    .solutions-grid,
    .benefits-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .solution-card,
    .benefit-card {
      padding: 1.5rem;
      border-radius: 24px;
    }

    .project-band {
      padding: 2rem;
      border-radius: 34px;
      background: linear-gradient(180deg, rgba(6, 26, 58, 0.98), rgba(8, 40, 94, 0.98));
      box-shadow: 0 40px 80px rgba(7, 26, 58, 0.2);
    }

    .project-band .section-heading h2,
    .project-band .section-heading p {
      color: var(--white);
    }

    .featured-project {
      display: grid;
      grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
      gap: 1.5rem;
      margin-bottom: 1.8rem;
      padding: 1.35rem;
      border-radius: 30px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(18px);
    }

    .featured-project-media {
      position: relative;
      min-height: 420px;
      border-radius: 24px;
      overflow: hidden;
      background: #0d2e66;
    }

    .featured-project-media::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(6, 26, 58, 0.12), rgba(6, 26, 58, 0.6));
    }

    .featured-project-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .featured-project-badge {
      position: absolute;
      left: 1rem;
      top: 1rem;
      z-index: 1;
      padding: 0.5rem 0.85rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.16);
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: var(--white);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      backdrop-filter: blur(10px);
    }

    .featured-project-copy {
      display: grid;
      align-content: center;
      gap: 1rem;
      padding: 0.45rem 0.35rem 0.45rem 0;
    }

    .featured-project-kicker {
      color: #8fe7ff;
      font-size: 0.84rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .featured-project-copy h3 {
      font-size: 3rem;
      line-height: 1;
      color: var(--white);
    }

    .featured-project-copy p {
      color: rgba(255, 255, 255, 0.82);
      font-size: 1.04rem;
      max-width: 640px;
    }

    .featured-project-points {
      display: grid;
      gap: 0.9rem;
      margin-top: 0.25rem;
    }

    .featured-project-points div {
      display: grid;
      grid-template-columns: 120px 1fr;
      gap: 1rem;
      padding-bottom: 0.9rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .featured-project-points strong {
      color: var(--white);
      font-size: 0.95rem;
    }

    .featured-project-points span {
      color: rgba(255, 255, 255, 0.78);
      line-height: 1.65;
    }

    .featured-project-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 0.4rem;
    }

    .project-subheading {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 1rem;
      margin: 0 0 1.2rem;
      color: var(--white);
    }

    .project-subheading span {
      font-family: "Space Grotesk", sans-serif;
      font-size: 1.2rem;
      font-weight: 700;
    }

    .project-subheading p {
      max-width: 620px;
      color: rgba(255, 255, 255, 0.72);
    }

    .projects-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .project-card {
      padding: 1.35rem;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.9);
    }

    .project-label {
      display: inline-flex;
      margin-bottom: 1rem;
      padding: 0.45rem 0.8rem;
      border-radius: 999px;
      background: rgba(19, 93, 255, 0.1);
      color: var(--blue);
      font-size: 0.8rem;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .project-mockup {
      height: 180px;
      margin-bottom: 1.2rem;
      border-radius: 20px;
      padding: 1rem;
      background:
        radial-gradient(circle at top right, rgba(34, 184, 245, 0.22), transparent 32%),
        linear-gradient(180deg, #0a2250, #0f4fbe);
      overflow: hidden;
      position: relative;
    }

    .project-mockup::before,
    .project-mockup::after {
      content: "";
      position: absolute;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.12);
    }

    .project-mockup::before {
      inset: 1rem 1rem auto 1rem;
      height: 24px;
    }

    .project-mockup::after {
      left: 1rem;
      right: 42%;
      bottom: 1rem;
      top: 4rem;
    }

    .project-mockup .mini-chart {
      position: absolute;
      right: 1rem;
      bottom: 1rem;
      width: 34%;
      top: 4.8rem;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.16);
    }

    .project-mockup {
      padding: 0;
      background: #061A3A;
    }

    .project-mockup::before,
    .project-mockup::after {
      display: none;
    }

    .project-mockup img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.35s ease;
    }

    .project-card:hover .project-mockup img {
      transform: scale(1.05);
    }

    .project-detail {
      margin-top: 0.95rem;
      padding-top: 0.95rem;
      border-top: 1px solid rgba(6, 26, 58, 0.08);
      font-size: 0.95rem;
    }

    .faq-layout {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 1.5rem;
      align-items: start;
    }

    .faq-stack {
      display: grid;
      gap: 0.9rem;
    }

    .faq-item {
      border-radius: 22px;
      overflow: hidden;
    }

    .faq-question {
      width: 100%;
      border: 0;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 1.2rem 1.3rem;
      text-align: left;
      cursor: pointer;
      color: var(--navy);
      font-weight: 700;
    }

    .faq-question span:last-child {
      font-size: 1.4rem;
      line-height: 1;
      color: var(--blue);
      transition: transform 0.25s ease;
    }

    .faq-item.active .faq-question span:last-child {
      transform: rotate(45deg);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.28s ease;
    }

    .faq-answer p {
      padding: 0 1.3rem 1.3rem;
    }

    .cta-panel {
      padding: 2.3rem;
      border-radius: 34px;
      background:
        radial-gradient(circle at top right, rgba(124, 243, 255, 0.2), transparent 28%),
        linear-gradient(135deg, rgba(6, 26, 58, 1), rgba(10, 65, 151, 0.96));
      color: var(--white);
      box-shadow: 0 36px 70px rgba(7, 26, 58, 0.22);
    }

    .cta-panel h2,
    .cta-panel p {
      color: var(--white);
    }

    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 1.8rem;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
      gap: 1.5rem;
      align-items: start;
    }

    .contact-card {
      padding: 2rem;
      border-radius: 30px;
    }

    .contact-title {
      margin-top: 1rem;
      font-size: 3rem;
      color: var(--navy);
    }

    .contact-list {
      display: grid;
      gap: 1rem;
      margin-top: 1.6rem;
    }

    .contact-list div {
      padding: 1rem 1.1rem;
      border-radius: 18px;
      background: rgba(19, 93, 255, 0.06);
      border: 1px solid rgba(19, 93, 255, 0.08);
    }

    form {
      display: grid;
      gap: 1rem;
    }

    .field-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
    }

    label {
      display: grid;
      gap: 0.55rem;
      color: var(--navy);
      font-weight: 700;
      font-size: 0.95rem;
    }

    input,
    select,
    textarea {
      width: 100%;
      border: 1px solid rgba(6, 26, 58, 0.12);
      border-radius: 18px;
      padding: 0.95rem 1rem;
      background: rgba(255, 255, 255, 0.85);
      color: var(--text);
      outline: none;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: rgba(19, 93, 255, 0.45);
      box-shadow: 0 0 0 4px rgba(19, 93, 255, 0.1);
    }

    textarea {
      min-height: 160px;
      resize: vertical;
    }

    .checkbox {
      display: flex;
      align-items: flex-start;
      gap: 0.8rem;
      font-size: 0.92rem;
      color: var(--muted);
      font-weight: 500;
    }

    .checkbox input {
      width: 18px;
      height: 18px;
      margin-top: 0.18rem;
    }

    .site-footer {
      padding: 2rem 0 3rem;
      color: var(--muted);
    }

    .form-feedback {
      display: none;
      padding: 1rem 1.1rem;
      border-radius: 18px;
      background: rgba(34, 184, 245, 0.1);
      border: 1px solid rgba(34, 184, 245, 0.18);
      color: var(--navy);
      font-weight: 600;
    }

    .form-feedback.visible {
      display: block;
    }

    .footer-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding-top: 1.5rem;
      border-top: 1px solid rgba(6, 26, 58, 0.08);
      font-size: 0.95rem;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
    }

    [data-reveal] {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }

    [data-reveal].visible {
      opacity: 1;
      transform: translateY(0);
    }

    @keyframes pulse {
      0%, 100% { opacity: 0.45; transform: scaleX(1); }
      50% { opacity: 1; transform: scaleX(0.98); }
    }

    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-12px); }
    }

    @keyframes drift {
      0%, 100% { transform: translate3d(0, 0, 0); }
      50% { transform: translate3d(-18px, 18px, 0); }
    }

    @media (max-width: 1100px) {
      .services-grid,
      .process-timeline,
      .projects-grid,
      .visual-strip-grid,
      .solutions-grid,
      .benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .hero-grid,
      .trust-grid,
      .featured-project,
      .faq-layout,
      .contact-grid {
        grid-template-columns: 1fr;
      }

      .hero-visual {
        min-height: auto;
      }

      .hero-copy h1 {
        font-size: 3.8rem;
      }

      .section-heading h2 {
        font-size: 2.6rem;
      }

      .visual-strip-heading h2 {
        font-size: 2.45rem;
      }

      .visual-strip-actions {
        gap: 0.75rem;
      }

      .yudi-spotlight-card {
        grid-column: span 2;
      }

      .contact-title {
        font-size: 2.45rem;
      }

      .hero-yudi-logo {
        width: 138px;
      }

      .hero-access-panel {
        top: 164px;
      }

      .process-timeline::before {
        display: none;
      }
    }

    @media (max-width: 860px) {
      .menu-toggle {
        display: block;
      }

      .nav-links {
        position: absolute;
        top: calc(100% + 0.5rem);
        left: 1rem;
        right: 1rem;
        display: grid;
        gap: 0.2rem;
        padding: 1rem;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 24px 50px rgba(7, 26, 58, 0.12);
        border: 1px solid rgba(6, 26, 58, 0.08);
        transform: scale(0.98);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease;
      }

      .site-header.menu-open .nav-links {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1);
      }

      .site-header.menu-open .menu-toggle span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
      }

      .site-header.menu-open .menu-toggle span:nth-child(2) {
        opacity: 0;
      }

      .site-header.menu-open .menu-toggle span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
      }

      .nav-cta {
        display: none;
      }

      .hero-points,
      .trust-list,
      .field-grid,
      .visual-strip-grid {
        grid-template-columns: 1fr;
      }

      .yudi-spotlight-card {
        grid-template-columns: 1fr;
        grid-column: span 1;
        grid-row: span 1;
      }

      .yudi-mini-card {
        min-height: auto;
      }

      .hero-access-panel {
        left: 1rem;
        right: 1rem;
        justify-content: center;
      }

      .hero-access-actions .button {
        min-width: 200px;
      }

      .project-subheading {
        align-items: flex-start;
        flex-direction: column;
      }

    }

    @media (max-width: 640px) {
      .section {
        padding: 4.25rem 0;
      }

      .hero {
        padding-top: 7.2rem;
        min-height: auto;
      }

      .hero::before {
        background:
          linear-gradient(180deg, rgba(237, 246, 255, 0.96) 0%, rgba(237, 246, 255, 0.86) 58%, rgba(237, 246, 255, 0.96) 100%),
          url("../../assets/images/web-platform.jpg") center / cover no-repeat;
      }

      .hero-copy h1 {
        font-size: 2.7rem;
        line-height: 1.04;
      }

      .section-heading h2 {
        font-size: 2.15rem;
      }

      .visual-strip-heading h2 {
        font-size: 2rem;
      }

      .contact-title {
        font-size: 2rem;
      }

      .services-grid,
      .projects-grid,
      .solutions-grid,
      .benefits-grid,
      .process-timeline {
        grid-template-columns: 1fr;
      }

      .featured-project-copy {
        padding-right: 0;
      }

      .featured-project-copy h3 {
        font-size: 2.2rem;
      }

      .featured-project-media {
        min-height: 280px;
      }

      .featured-project-points div {
        grid-template-columns: 1fr;
        gap: 0.35rem;
      }

      .dashboard-layout {
        grid-template-columns: 1fr;
      }

      .dashboard-note {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 1rem;
      }

      .brand img {
        width: 140px;
      }

      .hero-photo-card {
        aspect-ratio: 4 / 4.6;
      }

      .hero-photo-overlay {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
      }

      .hero-access-panel {
        left: 1rem;
        right: 1rem;
        top: 150px;
        justify-content: center;
      }

      .hero-access-actions {
        justify-content: center;
      }

      .hero-access-actions .button {
        min-width: 0;
        width: 100%;
      }

      .hero-yudi-logo {
        width: 118px;
        top: 20px;
        padding: 0.7rem;
      }

      .hero-yudi-ribbon {
        height: 86px;
      }

      .hero-photo-overlay strong {
        font-size: 1.45rem;
      }

      .hero-photo-overlay p {
        font-size: 0.92rem;
      }

      .yudi-spotlight-body h3 {
        font-size: 1.8rem;
      }

      .yudi-spotlight-media {
        min-height: 220px;
      }

      .visual-strip-actions .button,
      .yudi-feature-links .yudi-feature-link {
        width: 100%;
        justify-content: center;
      }

      .footer-bar {
        flex-direction: column;
        align-items: flex-start;
      }
    }
