EStá así ahora

:root {
  --navy: #071a3d;
  --navy-2: #0c2a5e;
  --blue: #087ed4;
  --cyan: #19b9ff;
  --ink: #101a2e;
  --muted: #657087;
  --line: #e5eaf1;
  --bg: #f7f9fc;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(7, 26, 61, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255,255,255,.78);
  border-bottom: 1px solid rgba(229,234,241,.7);
  backdrop-filter: blur(18px);
}
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 176px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav a { transition: color .25s ease; }
.main-nav a:hover { color: var(--blue); }
.nav-cta {
  padding: 11px 19px;
  color: var(--white) !important;
  background: var(--navy);
  border-radius: 999px;
}
.menu-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); }

.hero {
  min-height: 780px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(7,26,61,.045) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(7,26,61,.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, #000, transparent 78%);
}
.hero-content { position: relative; z-index: 2; padding-top: 75px; }
.eyebrow {
  margin: 0 0 17px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(48px, 7vw, 88px);
  line-height: .98;
  letter-spacing: -.055em;
}
.hero h1 span, h2 span { color: var(--blue); }
.hero-copy { max-width: 620px; margin: 30px 0 34px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 13px;
  min-height: 52px; padding: 0 23px; border-radius: 999px;
  font-size: 14px; font-weight: 700; transition: transform .25s, box-shadow .25s, background .25s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #000; background: var(--navy); box-shadow: 0 14px 35px rgba(7,26,61,.18); }
.button-ghost { color: var(--navy); border: 1px solid var(--line); background: rgba(255,255,255,.6); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.orb-one {
  width: 510px; height: 510px; right: -120px; top: 110px;
  background: radial-gradient(circle at 35% 30%, rgba(25,185,255,.38), rgba(8,126,212,.08) 48%, transparent 70%);
}
.orb-two {
  width: 300px; height: 300px; right: 200px; bottom: -180px;
  background: rgba(8,126,212,.08);
}

.section { padding: 120px 0; }
.services { background: var(--bg); }
.section-heading h2, .about-copy h2, .contact h2 {
  margin: 0; color: var(--navy); font-size: clamp(36px, 5vw, 60px); line-height: 1.05; letter-spacing: -.045em;
}
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.service-card {
  position: relative; min-height: 315px; padding: 30px;
  border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-number { color: #a4adbc; font-size: 12px; font-weight: 700; }
.service-icon { margin-top: 52px; color: var(--blue); font-size: 34px; }
.service-card h3 { margin: 18px 0 8px; color: var(--navy); font-size: 21px; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.heading-row { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.heading-note { max-width: 360px; margin: 0 0 4px; color: var(--muted); font-size: 14px; }
.project-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; margin-top: 58px; }
.project { min-width: 0; }
.project-large { grid-row: span 2; }
.project-placeholder {
  min-height: 275px; padding: 28px; border-radius: var(--radius);
  display: flex; flex-direction: column; justify-content: space-between;
  background: linear-gradient(135deg, #eaf6ff, #9edbfa 48%, #0b73c9);
  color: var(--navy);
  overflow: hidden; position: relative;
}
.project-large .project-placeholder { min-height: 568px; }
.project-placeholder::after {
  content: ""; position: absolute; width: 220px; height: 220px; right: -60px; bottom: -60px;
  border: 35px solid rgba(255,255,255,.35); border-radius: 50%;
}
.project-dark { background: linear-gradient(135deg, #071a3d, #174e96); color: #fff; }
.project-light { background: linear-gradient(135deg, #f1f5fa, #c8d7e9); }
.project-placeholder span { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-placeholder strong { position: relative; z-index: 2; font-size: 25px; letter-spacing: -.03em; }
.project-meta { display: flex; justify-content: space-between; padding: 13px 5px 0; color: var(--muted); font-size: 12px; font-weight: 600; }

.about { background: var(--bg); }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 90px; }
.about-mark {
  aspect-ratio: 1; max-width: 430px; display: flex; flex-direction: column; justify-content: center; align-items: center;
  border-radius: 50%; color: #fff; background: radial-gradient(circle at 35% 25%, #18b9ff, #0b67bb 50%, #071a3d);
  box-shadow: 0 35px 80px rgba(7,26,61,.18);
}
.about-mark span { font-size: 100px; font-weight: 800; line-height: .8; letter-spacing: -.1em; }
.about-mark small { margin-top: 22px; font-size: 10px; font-weight: 700; letter-spacing: .22em; text-align: center; }
.about-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 15px; }

.contact { padding: 120px 0; color: #000; background: var(--navy); }
.contact-inner { text-align: center; }
.contact .eyebrow { color: var(--cyan); }
.contact h2 { color: #000; }
.button-white { margin-top: 34px; color: var(--navy); background: #fff; }
.contact-note { margin: 20px 0 0; color: rgba(255,255,255,.55); font-size: 12px; }
.contact-image { display: block; max-width: min(100%, 360px); height: auto; margin: 20px auto 0; background: var(--bg); }

.footer { padding: 26px 0; color: #778197; font-size: 11px; background: #050f24; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.footer p { margin: 0; }
.footer a:hover { color: #fff; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .container { width: min(100% - 34px, 1160px); }
  .nav { height: 72px; }
  .brand img { width: 145px; }
  .menu-toggle { display: block; z-index: 3; }
  .main-nav {
    position: absolute; top: 72px; left: 17px; right: 17px;
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    padding: 10px; border: 1px solid var(--line); border-radius: 18px;
    background: rgba(255,255,255,.97); box-shadow: var(--shadow);
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: .25s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 13px; }
  .nav-cta { text-align: center; margin-top: 5px; }
  .hero { min-height: 700px; }
  .hero h1 { font-size: clamp(43px, 13vw, 70px); }
  .hero-copy { font-size: 15px; }
  .section { padding: 85px 0; }
  .services-grid, .project-grid, .about-grid { grid-template-columns: 1fr; }
  .project-large { grid-row: auto; }
  .project-large .project-placeholder { min-height: 380px; }
  .heading-row { display: block; }
  .heading-note { margin-top: 24px; }
  .about-grid { gap: 45px; }
  .about-mark { max-width: 300px; margin: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/*PROYECTO LOGO GOYES*/
.project-image {
  min-height: 265px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #f1f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-image img {
  width: auto;
  height: auto;
  max-width: 65%;
  max-height: 65%;
  object-fit: contain;
  display: block;
  transition: transform .5s ease;
}

.project:hover .project-image img {
  transform: scale(1.04);
}

/* PROYECTO LOGO UNIVERSO MOVIL*/
.project-logo {
  min-height: 265px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #f1f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-logo img {
  width: auto;
  height: auto;
  max-width: 55%;
  max-height: 55%;
  object-fit: contain;
  display: block;
  transition: transform .4s ease;
}

.project:hover .project-logo img {
  transform: scale(1.04);
}

/*SOBRE NC LOGOS*/
.about-logo {
  max-width: 430px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.about {
  background: var(--bg);
}