@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/BarlowCondensed-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/BarlowCondensed-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/BarlowCondensed-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "ABeeZee";
  src: url("../fonts/ABeeZee-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --brand: #123f78;
  --brand-dark: #0b2c55;
  --brand-soft: #eaf2fb;
  --accent: #ff8a18;
  --accent-dark: #e36c00;
  --ink: #142033;
  --muted: #617083;
  --line: #dce4ed;
  --surface: #f5f8fb;
  --white: #fff;
  --whatsapp: #25d366;
  --danger: #a92828;
  --radius-sm: 8px;
  --radius: 16px;
  --radius-lg: 26px;
  --shadow-sm: 0 10px 30px rgba(18, 63, 120, 0.09);
  --shadow: 0 20px 60px rgba(13, 35, 64, 0.14);
  --container: 1180px;
  --header-height: 82px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "ABeeZee", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
figure {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.7rem, 6vw, 5.1rem);
  letter-spacing: -0.025em;
}

h2 {
  font-size: clamp(2.15rem, 4.3vw, 3.8rem);
  letter-spacing: -0.02em;
}

h3 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 96px 0;
}

.section--soft {
  background: var(--surface);
}

.section--brand {
  color: rgba(255, 255, 255, 0.82);
  background: var(--brand-dark);
}

.section--brand h2,
.section--brand h3 {
  color: var(--white);
}

.section__head {
  max-width: 720px;
  margin: 0 auto 50px;
  text-align: center;
}

.section__head h2 {
  margin-bottom: 15px;
}

.section__head p {
  color: var(--muted);
  font-size: 1.06rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: var(--brand);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 4px;
  border-radius: 4px;
  background: var(--accent);
  content: "";
}

.section--brand .eyebrow {
  color: #ffbd76;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 14px;
  z-index: 9999;
  padding: 12px 18px;
  border-radius: 0 0 8px 8px;
  color: var(--white);
  background: var(--brand-dark);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 0;
}

.topbar {
  color: rgba(255, 255, 255, 0.9);
  background: var(--brand-dark);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.02em;
}

.topbar__inner {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar__links,
.social-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.topbar a:hover,
.topbar a:focus-visible {
  color: #ffbd76;
}

.icon {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  fill: currentColor;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  border-bottom: 1px solid rgba(18, 63, 120, 0.08);
  background: rgba(255, 255, 255, 0.97);
  transition: box-shadow 0.25s ease, height 0.25s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(11, 44, 85, 0.1);
}

.navbar {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand-logo {
  display: inline-flex;
  flex: 0 0 auto;
}

.brand-logo img {
  width: 220px;
  max-height: 62px;
  object-fit: contain;
}

.main-nav {
  margin-left: auto;
}

.main-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 31px;
  list-style: none;
}

.main-nav a {
  position: relative;
  display: inline-flex;
  padding: 27px 0;
  color: #2c3b50;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  color: var(--brand);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  color: var(--white);
  background: var(--brand);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"]::before {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
  transform: translateY(-7px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 24px;
  border: 2px solid transparent;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--white);
  background: var(--brand);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(18, 63, 120, 0.2);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  background: var(--brand-dark);
  box-shadow: 0 14px 30px rgba(18, 63, 120, 0.25);
  transform: translateY(-2px);
}

.btn--accent {
  color: #1c2b3d;
  background: var(--accent);
  box-shadow: 0 10px 25px rgba(255, 138, 24, 0.27);
}

.btn--accent:hover,
.btn--accent:focus-visible {
  background: #ff9d3c;
}

.btn--whatsapp {
  color: #062c16;
  background: var(--whatsapp);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.23);
}

.btn--whatsapp:hover,
.btn--whatsapp:focus-visible {
  color: var(--white);
  background: #129447;
}

.btn--outline {
  border-color: var(--brand);
  color: var(--brand);
  background: transparent;
  box-shadow: none;
}

.btn--outline:hover,
.btn--outline:focus-visible {
  color: var(--white);
  background: var(--brand);
}

.header-cta {
  min-height: 46px;
  padding-inline: 18px;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: min(730px, calc(100vh - 124px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background-color: #edf2f7;
  background-image: linear-gradient(90deg, rgba(242, 246, 250, 0.98) 0%, rgba(242, 246, 250, 0.9) 39%, rgba(242, 246, 250, 0.12) 70%), url("../images/hero-pintura.jpg");
  background-position: center;
  background-size: cover;
}

.hero::after {
  position: absolute;
  right: -180px;
  bottom: -250px;
  width: 560px;
  height: 560px;
  border: 70px solid rgba(255, 138, 24, 0.08);
  border-radius: 50%;
  content: "";
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 690px;
  padding: 85px 0;
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 23px;
}

.hero h1 span {
  color: var(--brand);
}

.hero__lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: #4b5a6c;
  font-size: 1.08rem;
}

.hero__actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.action-row--center {
  justify-content: center;
}

.action-row--spaced {
  margin-top: 38px;
}

.action-row--compact {
  margin-top: 28px;
}

.section-copy-muted {
  color: rgba(255, 255, 255, 0.68) !important;
}

.hero__trust {
  display: flex;
  margin-top: 34px;
  padding: 0;
  flex-wrap: wrap;
  gap: 12px 25px;
  color: #33435a;
  font-size: 0.92rem;
  list-style: none;
}

.hero__trust li,
.check-list li {
  position: relative;
  padding-left: 25px;
}

.hero__trust li::before,
.check-list li::before {
  position: absolute;
  top: 0.36em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: var(--white);
  background: var(--accent);
  content: "✓";
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

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

.service-card {
  position: relative;
  min-height: 310px;
  padding: 34px 30px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card::after {
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--brand-soft);
  content: "";
  transition: transform 0.25s ease, background 0.25s ease;
}

.service-card:hover {
  border-color: rgba(255, 138, 24, 0.55);
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.service-card:hover::after {
  background: rgba(255, 138, 24, 0.13);
  transform: scale(1.2);
}

.service-card__icon {
  display: grid;
  width: 66px;
  height: 66px;
  margin-bottom: 24px;
  border-radius: 14px;
  place-items: center;
  background: var(--brand-soft);
}

.service-card__icon img {
  width: 43px;
  height: 43px;
  object-fit: contain;
}

.service-card h3 {
  margin-bottom: 13px;
}

.service-card p {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.95rem;
}

.text-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--brand);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--accent-dark);
}

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

.project-card {
  position: relative;
  min-height: 410px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--brand-dark);
  box-shadow: var(--shadow-sm);
}

.project-card img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.project-card::after {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(6, 22, 41, 0.94));
  content: "";
}

.project-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 30px;
  color: rgba(255, 255, 255, 0.78);
}

.project-card__content h3 {
  margin-bottom: 7px;
  color: var(--white);
}

.project-card__tag {
  color: #ffb565;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

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

.about-grid,
.contact-grid,
.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(40px, 7vw, 85px);
}

.about-visual {
  position: relative;
  max-width: 520px;
}

.about-visual::before {
  position: absolute;
  top: 28px;
  right: -24px;
  bottom: -24px;
  left: 28px;
  z-index: -1;
  border: 4px solid var(--accent);
  border-radius: var(--radius);
  content: "";
}

.about-visual img {
  width: 100%;
  max-height: 610px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.about-copy h2,
.content-copy h2 {
  margin-bottom: 20px;
}

.about-copy > p,
.content-copy > p {
  color: var(--muted);
}

.check-list {
  display: grid;
  margin: 27px 0 32px;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.check-list li::before {
  top: 0.45em;
  background: var(--brand);
}

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

.stat {
  padding: 25px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  text-align: center;
  background: var(--white);
}

.stat strong {
  display: block;
  color: var(--brand);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.83rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  counter-reset: process;
}

.process-card {
  position: relative;
  padding: 32px 25px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  counter-increment: process;
}

.process-card::before {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 50%;
  place-items: center;
  color: #212f3e;
  background: var(--accent);
  content: "0" counter(process);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.process-card h3 {
  margin-bottom: 11px;
  font-size: 1.5rem;
}

.process-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.process-card--light {
  border-color: var(--line);
  background: var(--white);
}

.process-card--light h3 {
  color: var(--ink);
}

.process-card--light p {
  color: var(--muted);
}

.cta-wrap {
  padding: 0 0 96px;
  background: linear-gradient(to bottom, var(--white) 50%, var(--surface) 50%);
}

.cta-panel {
  position: relative;
  display: grid;
  padding: clamp(38px, 6vw, 67px);
  border-radius: var(--radius-lg);
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(120deg, var(--brand-dark), var(--brand));
  box-shadow: var(--shadow);
}

.cta-panel::after {
  position: absolute;
  top: -100px;
  right: 15%;
  width: 260px;
  height: 260px;
  border: 42px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
}

.cta-panel h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: clamp(2.1rem, 4vw, 3.3rem);
}

.cta-panel__copy,
.cta-panel__action {
  position: relative;
  z-index: 1;
}

.page-hero {
  position: relative;
  padding: 82px 0 78px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.77);
  background: linear-gradient(115deg, rgba(8, 36, 70, 0.98), rgba(18, 63, 120, 0.9)), url("../images/hero-pintura.jpg") center/cover;
}

.page-hero::after {
  position: absolute;
  top: -140px;
  right: -70px;
  width: 350px;
  height: 350px;
  border: 55px solid rgba(255, 138, 24, 0.17);
  border-radius: 50%;
  content: "";
}

.page-hero h1 {
  margin-bottom: 13px;
  color: var(--white);
  font-size: clamp(2.8rem, 6vw, 4.9rem);
}

.page-hero p {
  max-width: 690px;
}

.breadcrumbs {
  display: flex;
  margin: 0 0 18px;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
  color: #ffbd76;
  font-size: 0.9rem;
  list-style: none;
}

.breadcrumbs li + li::before {
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--white);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 30px 0;
  padding: 0;
  gap: 13px 25px;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 21px;
  color: #46566b;
}

.feature-list li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.service-detail-visual {
  position: relative;
  display: grid;
  min-height: 430px;
  border-radius: var(--radius-lg);
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, var(--brand-soft), #fff3e5);
}

.service-detail-visual img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  image-rendering: auto;
}

.service-detail-visual::before,
.service-detail-visual::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.service-detail-visual::before {
  top: -85px;
  right: -60px;
  width: 250px;
  height: 250px;
  background: rgba(18, 63, 120, 0.08);
}

.service-detail-visual::after {
  bottom: -120px;
  left: -70px;
  width: 300px;
  height: 300px;
  border: 48px solid rgba(255, 138, 24, 0.12);
}

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

.blog-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.blog-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--brand-soft);
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.04);
}

.blog-card__body {
  padding: 27px;
}

.blog-card__meta,
.article-meta {
  display: flex;
  margin-bottom: 13px;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--muted);
  font-size: 0.8rem;
}

.blog-card h2,
.blog-card h3 {
  margin-bottom: 13px;
  font-size: 1.7rem;
}

.blog-card p {
  color: var(--muted);
  font-size: 0.92rem;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) minmax(240px, 320px);
  align-items: start;
  justify-content: space-between;
  gap: 60px;
}

.article-cover {
  width: 100%;
  margin-bottom: 35px;
  border-radius: var(--radius);
  aspect-ratio: 16 / 8.8;
  object-fit: cover;
  box-shadow: var(--shadow-sm);
}

.prose {
  color: #3f4e61;
}

.prose h2 {
  margin: 46px 0 16px;
  color: var(--ink);
  font-size: 2.2rem;
}

.prose h3 {
  margin: 34px 0 12px;
  color: var(--ink);
  font-size: 1.65rem;
}

.prose a {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prose li {
  margin-bottom: 8px;
}

.prose blockquote {
  margin: 35px 0;
  padding: 25px 28px;
  border-left: 5px solid var(--accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.35rem;
}

.article-sidebar {
  position: sticky;
  top: calc(var(--header-height) + 25px);
  display: grid;
  gap: 20px;
}

.sidebar-card {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.sidebar-card h2,
.sidebar-card h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.sidebar-card ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.sidebar-card a:hover,
.sidebar-card a:focus-visible {
  color: var(--brand);
}

.legal {
  max-width: 900px;
  margin-inline: auto;
}

.legal h2 {
  margin: 45px 0 15px;
  font-size: 2rem;
}

.legal h3 {
  margin: 30px 0 12px;
  font-size: 1.45rem;
}

.legal p,
.legal li {
  color: #46566b;
}

.legal__updated {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--brand);
  background: var(--brand-soft);
  font-size: 0.82rem;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
}

.contact-info {
  display: grid;
  gap: 18px;
}

.contact-info__item {
  display: grid;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  grid-template-columns: 48px 1fr;
  gap: 15px;
  background: var(--white);
}

.contact-info__icon {
  display: grid;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  place-items: center;
  color: var(--brand);
  background: var(--brand-soft);
}

.contact-info__item h3 {
  margin: 0 0 3px;
  font-size: 1.35rem;
}

.contact-info__item p,
.contact-info__item a {
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-form {
  padding: clamp(28px, 5vw, 45px);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.contact-form h2 {
  margin-bottom: 11px;
  font-size: 2.4rem;
}

.contact-form > p {
  margin-bottom: 27px;
  color: var(--muted);
  font-size: 0.9rem;
}

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

.field {
  display: grid;
  gap: 7px;
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  color: #314056;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 51px;
  padding: 12px 14px;
  border: 1px solid #cad5e1;
  border-radius: 9px;
  color: var(--ink);
  background: var(--white);
  outline: none;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(18, 63, 120, 0.11);
}

.form-help {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.form-status {
  min-height: 1.5em;
  margin: 14px 0 0;
  color: var(--danger);
  font-size: 0.86rem;
}

.site-footer {
  color: rgba(255, 255, 255, 0.7);
  background: #081c35;
}

.footer-main {
  display: grid;
  padding: 72px 0 58px;
  grid-template-columns: 1.3fr 0.75fr 0.9fr 1fr;
  gap: 45px;
}

.footer-brand img {
  width: 220px;
  margin-bottom: 20px;
  padding: 11px;
  border-radius: 9px;
  background: var(--white);
}

.footer-brand p {
  max-width: 350px;
}

.footer-col h2,
.footer-col h3 {
  margin-bottom: 20px;
  color: var(--white);
  font-size: 1.45rem;
}

.footer-col ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.footer-col a:hover,
.footer-col a:focus-visible {
  color: #ffb565;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.footer-bottom {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.82rem;
}

.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-bottom a {
  color: #ffb565;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  display: flex;
  width: 60px;
  height: 60px;
  border: 3px solid var(--white);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--whatsapp);
  box-shadow: 0 12px 32px rgba(12, 75, 34, 0.35);
  transition: transform 0.2s ease, background 0.2s ease;
}

.whatsapp-float .icon {
  width: 30px;
  height: 30px;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: #128c4a;
  transform: translateY(-4px) scale(1.03);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.not-found {
  min-height: 65vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.not-found__code {
  display: block;
  margin-bottom: -25px;
  color: var(--brand-soft);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(8rem, 25vw, 18rem);
  font-weight: 700;
  line-height: 0.85;
}

.not-found h1 {
  margin-bottom: 15px;
  font-size: clamp(2.5rem, 6vw, 4rem);
}

@media (max-width: 1040px) {
  .header-cta {
    display: none;
  }

  .main-nav ul {
    gap: 24px;
  }

  .footer-main {
    grid-template-columns: 1.2fr 0.8fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 72px;
  }

  .section {
    padding: 76px 0;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: calc(42px + var(--header-height));
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(8, 28, 53, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .main-nav ul {
    display: grid;
    max-width: 560px;
    margin-inline: auto;
    align-items: stretch;
    gap: 0;
  }

  .main-nav a {
    padding: 16px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
    font-size: 1.25rem;
  }

  .main-nav a::after {
    display: none;
  }

  .main-nav a[aria-current="page"] {
    color: #ffb565;
  }

  .brand-logo img {
    width: 190px;
  }

  .hero {
    min-height: 640px;
    background-image: linear-gradient(90deg, rgba(242, 246, 250, 0.98) 0%, rgba(242, 246, 250, 0.92) 60%, rgba(242, 246, 250, 0.45) 100%), url("../images/hero-pintura.jpg");
    background-position: 65% center;
  }

  .card-grid,
  .project-grid,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-grid,
  .contact-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .about-visual {
    margin-inline: auto;
  }

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

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

  .article-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 64px 0;
  }

  .topbar__inner {
    min-height: 38px;
    justify-content: center;
  }

  .topbar__links > span,
  .social-links {
    display: none;
  }

  .main-nav {
    top: calc(38px + var(--header-height));
  }

  .brand-logo img {
    width: 172px;
  }

  .hero {
    min-height: 600px;
    background-image: linear-gradient(90deg, rgba(244, 247, 250, 0.98), rgba(244, 247, 250, 0.82)), url("../images/hero-pintura.jpg");
    background-position: 68% center;
  }

  .hero__content {
    padding: 60px 0;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .hero__actions .btn,
  .action-row .btn {
    width: 100%;
  }

  .hero__trust {
    display: grid;
  }

  .card-grid,
  .project-grid,
  .blog-grid,
  .stats,
  .process-grid,
  .form-grid,
  .article-sidebar,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .project-card,
  .project-card img {
    min-height: 340px;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .about-visual::before {
    right: -10px;
    bottom: -12px;
    left: 14px;
  }

  .cta-wrap {
    padding-bottom: 64px;
  }

  .page-hero {
    padding: 64px 0 60px;
  }

  .footer-main {
    gap: 32px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom__inner {
    flex-direction: column;
  }

  .whatsapp-float {
    right: 15px;
    bottom: 15px;
    width: 56px;
    height: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
