:root {
  --navy: #0f2d46;
  --blue: #1265a8;
  --teal: #168a9f;
  --green: #7a9b42;
  --gold: #d9a441;
  --ink: #172331;
  --muted: #5c6b79;
  --line: #d9e2ea;
  --soft: #eef5f9;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(18, 45, 70, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  background: var(--white);
}

a {
  color: inherit;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(217, 226, 234, .8);
  backdrop-filter: blur(16px);
}

.site-header.compact {
  position: sticky;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  color: var(--navy);
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand span {
  font-size: 1.24rem;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  font-size: .95rem;
  color: #263849;
}

.main-nav a {
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--blue);
}

.nav-cta {
  padding: 10px 14px;
  min-width: 94px;
  text-align: center;
  color: var(--white) !important;
  background: var(--blue);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(18, 101, 168, .22);
}

.hero {
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(300px, 440px);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  padding: 132px clamp(22px, 6vw, 82px) 72px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(15, 45, 70, .94) 0%, rgba(15, 45, 70, .82) 48%, rgba(15, 45, 70, .34) 100%),
    url("assets/escritorio-hero-v2.png") center / cover no-repeat;
}

.hero-content {
  width: min(730px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(2.35rem, 5.6vw, 5rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-copy {
  margin: 24px 0 0;
  max-width: 680px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.04rem, 2vw, 1.28rem);
}

.slogan-line {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin: 18px 0 0;
  padding-left: 16px;
  color: rgba(255, 255, 255, .92);
  border-left: 3px solid var(--gold);
  font-size: 1.04rem;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-cockpit {
  align-self: end;
  width: min(100%, 430px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .24);
  backdrop-filter: blur(18px);
}

.cockpit-top {
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
}

.cockpit-top span,
.cockpit-grid span {
  display: block;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cockpit-top strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-size: 1.38rem;
}

.cockpit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.cockpit-grid div {
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(15, 45, 70, .42);
}

.cockpit-grid strong {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .92);
  font-size: 1rem;
  line-height: 1.22;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: var(--navy);
  background: var(--gold);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .08);
}

.proof-strip {
  width: min(1120px, calc(100% - 36px));
  margin: -34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.proof-strip div {
  min-height: 112px;
  padding: 24px;
  background: var(--white);
}

.proof-strip strong {
  display: block;
  color: var(--navy);
  font-size: 1.02rem;
}

.proof-strip span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: .95rem;
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 84px 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.section h2,
.technology h2,
.cta-section h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.85rem, 4vw, 3.2rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.section p,
.technology p,
.cta-section p,
.article-list p,
.policy-content p {
  color: var(--muted);
  font-size: 1.03rem;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.service-band {
  width: 100%;
  max-width: none;
  padding: 88px clamp(18px, 5vw, 72px);
  background: var(--soft);
}

.service-band .section-heading,
.service-grid {
  width: min(1120px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.content-card,
.audience-list article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.card-icon,
.content-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
  font-size: .82rem;
  font-weight: 800;
}

.service-card h3,
.content-card h2,
.audience-list h3,
.article-list h2,
.policy-content h2 {
  margin: 18px 0 10px;
  color: var(--navy);
  line-height: 1.14;
  letter-spacing: 0;
}

.service-card p,
.content-card p,
.audience-list p {
  margin: 0;
}

.technology {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .72fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
  padding: 94px clamp(18px, 6vw, 82px);
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #164f68 62%, #477c69);
}

.technology h2 {
  color: var(--white);
}

.technology p {
  color: rgba(255, 255, 255, .82);
}

.tech-panel {
  display: grid;
  gap: 14px;
}

.tech-panel div {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.tech-panel span {
  display: block;
  color: var(--gold);
  font-size: .88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tech-panel strong {
  display: block;
  margin-top: 8px;
  font-size: 1.1rem;
  line-height: 1.24;
}

.operating-system {
  width: 100%;
  padding: 92px clamp(18px, 5vw, 72px);
  background: var(--white);
}

.operating-system .section-heading,
.ops-board {
  width: min(1120px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.ops-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.ops-track {
  min-height: 245px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(18, 101, 168, .08), rgba(255, 255, 255, 0) 60%),
    var(--white);
}

.ops-track span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ops-track strong {
  display: block;
  margin-top: 78px;
  color: var(--navy);
  font-size: 1.12rem;
  line-height: 1.22;
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.audience-list article {
  min-height: 190px;
}

.process {
  padding: 88px clamp(18px, 5vw, 72px);
  background: #f8fafb;
}

.process .section-heading,
.steps {
  width: min(1120px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  list-style: none;
}

.steps li {
  padding: 24px;
  border-left: 4px solid var(--green);
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(15, 45, 70, .08);
}

.steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  font-weight: 800;
}

.steps strong {
  display: block;
  color: var(--navy);
  font-size: 1.08rem;
}

.steps p {
  margin: 8px 0 0;
  color: var(--muted);
}

.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  width: min(1120px, calc(100% - 36px));
  margin: 88px auto;
  padding: 36px;
  border-radius: 8px;
  background: #f3f7ed;
  border: 1px solid #dfe8cf;
}

.cta-section .button.secondary {
  color: var(--navy);
  border-color: var(--line);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 540px) auto;
  gap: 32px;
  align-items: start;
  padding: 42px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, .78);
  background: #12283d;
}

.footer-brand {
  color: var(--white);
}

.site-footer p {
  max-width: 560px;
}

.footer-slogan {
  display: block;
  margin-top: 12px;
  color: var(--gold);
  font-size: 1.02rem;
}

.site-footer nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-footer a {
  color: var(--white);
  text-decoration: none;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: var(--white);
  background: #1a9f63;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(26, 159, 99, .35);
}

.page-hero {
  padding: 138px clamp(18px, 6vw, 82px) 70px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(15, 45, 70, .94), rgba(22, 101, 122, .76)),
    url("assets/escritorio-hero-v2.png") center / cover no-repeat;
}

.page-hero h1 {
  max-width: 860px;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 690px;
  color: rgba(255, 255, 255, .86);
  font-size: 1.12rem;
}

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

.content-card {
  min-height: 240px;
}

.content-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.article-list,
.policy-content {
  width: min(860px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0;
}

.article-list article {
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}

.article-list article:first-child {
  padding-top: 0;
}

.policy-content h2 {
  margin-top: 34px;
}

.not-found {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
  background: var(--soft);
}

.not-found img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.not-found h1 {
  margin: 24px 0 8px;
  color: var(--navy);
  font-size: clamp(2rem, 6vw, 4rem);
}

.not-found p {
  max-width: 560px;
  color: var(--muted);
}

.banner-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background: #eaf1f6;
}

.brand-poster {
  width: min(1180px, 100%);
  min-height: 420px;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: clamp(28px, 5vw, 64px);
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(15, 45, 70, .96), rgba(18, 101, 168, .84) 56%, rgba(122, 155, 66, .8)),
    url("assets/escritorio-hero-v2.png") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.poster-mark {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .16);
  backdrop-filter: blur(14px);
}

.poster-mark img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  border-radius: 8px;
  background: var(--white);
}

.poster-copy span {
  display: block;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
}

.poster-copy h1 {
  max-width: 720px;
  margin: 10px 0 16px;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: .95;
  letter-spacing: 0;
}

.poster-copy p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 1.25rem;
}

@media (max-width: 920px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
  }

  .main-nav a {
    font-size: .94rem;
  }

  .hero {
    min-height: 82vh;
    padding-top: 72px;
  }

  .proof-strip,
  .service-grid,
  .audience-list,
  .steps,
  .content-grid,
  .intro,
  .technology,
  .ops-board,
  .cta-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-cockpit {
    align-self: auto;
    width: 100%;
  }

  .cta-section .button {
    width: 100%;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .brand-poster {
    grid-template-columns: 1fr;
  }

  .poster-mark {
    width: min(280px, 100%);
  }
}

@media (max-width: 560px) {
  .brand img {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: 88vh;
    padding-left: 18px;
    padding-right: 18px;
    background:
      linear-gradient(90deg, rgba(15, 45, 70, .95), rgba(15, 45, 70, .76)),
      url("assets/escritorio-hero-v2.png") center / cover no-repeat;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 2.34rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .proof-strip {
    margin-top: 18px;
  }

  .section,
  .article-list,
  .policy-content {
    padding: 58px 0;
  }

  .service-band,
  .process,
  .operating-system,
  .technology {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cta-section {
    padding: 24px;
    margin: 58px auto;
  }
}
