/* ==========================================================================
   CONINTEGRAL — Sitio institucional (layout compacto)
   Paleta: navy #082235 · azul #0a6f96 · cyan #8de5f1 · papel #f7f6f2
   ========================================================================== */

:root {
  --navy: #082235;
  --navy-deep: #051825;
  --blue: #0a6f96;
  --blue-bright: #3cb5dd;
  --cyan: #8de5f1;
  --ink: #122434;
  --muted: #5c6d77;
  --paper: #f7f6f2;
  --alt: #eef3f2;
  --line: rgba(18, 36, 52, 0.12);
  --white-line: rgba(255, 255, 255, 0.16);
  --display: "Space Grotesk", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --pad-section: 72px;
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -0.03em; line-height: 1.12; }
h1 { font-size: clamp(1.85rem, 3.2vw, 2.75rem); margin-bottom: 14px; max-width: 22ch; }
h2 { font-size: clamp(1.35rem, 2.2vw, 1.9rem); margin-bottom: 12px; }
h3 { font-size: 1.12rem; margin-bottom: 8px; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.section-dark h1 em,
.inner-hero h1 em,
.section-dark h2 em { color: var(--cyan); }

.container { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: var(--pad-section) 0; }
.section-dark { background: var(--navy); color: #fff; position: relative; overflow: hidden; }

.skip-link {
  position: fixed; left: 16px; top: -120px; z-index: 100;
  background: var(--cyan); color: var(--navy); padding: 10px 16px; font-weight: 700;
}
.skip-link:focus { top: 0; }
.progress-bar { height: 3px; left: 0; position: fixed; right: 0; top: 0; z-index: 40; }
.progress-bar span {
  background: var(--cyan); display: block; height: 100%; width: 100%;
  transform: scaleX(0); transform-origin: left;
}

.eyebrow {
  align-items: center; color: var(--cyan); display: flex;
  font-size: 11px; font-weight: 700; gap: 8px;
  letter-spacing: 0.16em; margin: 0 0 14px; text-transform: uppercase;
}
.eyebrow > span { background: var(--cyan); border-radius: 50%; display: block; height: 6px; width: 6px; }
.eyebrow-dark { color: var(--blue); }
.eyebrow-dark > span { background: var(--blue); }

.section-kicker {
  align-items: center; color: var(--muted); display: flex;
  font-size: 11px; font-weight: 700; gap: 10px;
  letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 10px;
}
.section-kicker span:first-child { color: var(--blue); }
.section-kicker i { background: var(--blue); display: block; height: 1px; width: 28px; }

.button {
  align-items: center; border: 1px solid transparent; display: inline-flex;
  font-size: 13px; font-weight: 700; gap: 12px; justify-content: center;
  min-height: 46px; padding: 0 16px 0 18px; transition: 0.2s ease;
}
.button span { font-size: 16px; font-weight: 400; line-height: 1; }
.button-primary { background: var(--cyan); color: var(--navy); }
.button-primary:hover, .button-primary:focus-visible { background: #fff; }
.button-light { background: rgba(255,255,255,.08); border-color: var(--white-line); color: #fff; }
.button-light:hover, .button-light:focus-visible { background: rgba(255,255,255,.18); }

.text-link, .arrow-link {
  align-items: center; display: inline-flex; font-size: 13px; font-weight: 700; gap: 10px;
}
.text-link { color: #fff; }
.text-link span, .arrow-link span { color: var(--blue-bright); font-size: 16px; }
.arrow-link { border-bottom: 1px solid var(--line); padding-bottom: 8px; }

/* Header */
.site-header {
  background: rgba(8, 34, 53, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: #fff; left: 0; position: fixed; right: 0; top: 0; z-index: 30;
}
.nav-wrap { align-items: center; display: flex; height: var(--header-h); justify-content: space-between; }
.brand { align-items: center; display: inline-flex; gap: 10px; min-width: 0; }
.brand-logo { display: block; height: 22px; width: auto; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy small { color: rgba(255,255,255,.68); font-size: 9px; letter-spacing: 0.11em; line-height: 1.35; margin-top: 4px; text-transform: uppercase; }
.main-nav { align-items: center; display: flex; gap: 26px; }
.main-nav > a { color: rgba(255,255,255,.72); font-size: 13px; }
.main-nav > a:hover, .main-nav > a:focus-visible { color: #fff; }
.main-nav > a[aria-current="page"] { color: #fff; box-shadow: inset 0 -2px 0 var(--cyan); padding-bottom: 4px; }
.main-nav .nav-cta {
  align-items: center; border: 1px solid var(--white-line); color: #fff;
  display: inline-flex; gap: 10px; padding: 8px 12px;
}
.main-nav .nav-cta span { color: var(--cyan); }
.menu-toggle { background: transparent; border: 0; display: none; padding: 8px; }
.menu-toggle span { background: #fff; display: block; height: 2px; margin: 5px; width: 22px; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.hero { padding: calc(var(--header-h) + 40px) 0 44px; }
.hero::before {
  background-image:
    linear-gradient(rgba(141,229,241,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141,229,241,.045) 1px, transparent 1px);
  background-size: 64px 64px; content: ""; inset: 0; position: absolute; opacity: .7;
}
.hero-orbit {
  border: 1px solid rgba(141,229,241,.12); border-radius: 50%;
  position: absolute; pointer-events: none;
}
.hero-orbit-one { height: 420px; right: -140px; top: 20px; width: 420px; }
.hero-orbit-two { height: 260px; right: 90px; top: 140px; width: 260px; }
.hero-layout {
  display: grid; align-items: start; gap: 40px;
  grid-template-columns: 1fr 1fr; position: relative;
}
.hero-lead { color: rgba(255,255,255,.74); font-size: 15.5px; max-width: 42em; margin-bottom: 0; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; }
.hero-proof {
  border-top: 1px solid var(--white-line); color: rgba(255,255,255,.62);
  display: flex; gap: 12px; align-items: center;
  font-size: 11px; letter-spacing: .05em; margin-top: 24px; padding-top: 14px; text-transform: uppercase;
}
.hero-proof strong { color: var(--cyan); }
.avatar-stack { display: flex; }
.avatar-stack span {
  align-items: center; background: #0d3a52; border: 2px solid var(--navy);
  border-radius: 50%; color: var(--cyan); display: flex; font-family: var(--display);
  font-size: 9px; font-weight: 700; height: 30px; justify-content: center; margin-left: -6px; width: 30px;
}
.avatar-stack span:first-child { margin-left: 0; }

.hero-visual { position: relative; }
.visual-glow { display: none; }
.hero-panel {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  padding: 20px 22px 16px; position: relative; z-index: 1;
}
.panel-head {
  align-items: center; border-bottom: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.55); display: flex; font-size: 10px; font-weight: 700;
  justify-content: space-between; letter-spacing: .14em; padding-bottom: 10px; text-transform: uppercase;
}
.status-dot { color: var(--cyan); }
.status-dot::before {
  background: var(--cyan); border-radius: 50%; content: ""; display: inline-block;
  height: 6px; margin-right: 6px; width: 6px;
}
.panel-list { list-style: none; margin: 0; padding: 0; }
.panel-list li {
  border-bottom: 1px solid rgba(255,255,255,.1);
  display: grid; gap: 12px; grid-template-columns: 28px 1fr; padding: 11px 0;
}
.panel-list li:last-child { border-bottom: 0; }
.panel-list i { color: var(--cyan); font-family: var(--display); font-size: 12px; font-style: normal; font-weight: 700; }
.panel-list strong { color: #fff; display: block; font-family: var(--display); font-size: 14px; }
.panel-list small { color: rgba(255,255,255,.5); display: block; font-size: 12px; margin-top: 2px; }
.panel-foot {
  border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5);
  display: flex; font-size: 11px; font-weight: 600; gap: 16px; letter-spacing: .1em;
  padding-top: 12px; text-transform: uppercase;
}
.hero-bottom {
  display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 28px;
  color: rgba(255,255,255,.45); font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; position: relative;
}

/* Intro */
.intro-layout { display: grid; gap: 24px 40px; grid-template-columns: 1.2fr .8fr; align-items: start; }
.intro-layout > .section-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.intro-copy h2 { max-width: 20ch; }
.intro-copy p { color: var(--muted); max-width: 42em; }
.intro-aside { background: var(--alt); border-left: 3px solid var(--blue); padding: 22px; }
.aside-line { background: var(--blue); height: 3px; margin-bottom: 14px; width: 24px; }
.intro-aside p { color: var(--ink); font-family: var(--display); font-size: 16px; line-height: 1.45; }
.signature { border-top: 1px solid var(--line); margin-top: 18px; padding-top: 12px; }
.signature span { display: block; font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.signature small { color: var(--muted); font-size: 10px; text-transform: uppercase; }

/* Servicios home */
.services-section { background: var(--alt); }
.section-heading { display: grid; gap: 8px; margin-bottom: 24px; max-width: 680px; }
.section-heading h2 { margin: 0; }
.section-heading > p { color: var(--muted); margin: 0; }
.services-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.service-card {
  background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--blue);
  display: flex; flex-direction: column; padding: 20px 20px 18px;
}
.service-top { display: flex; justify-content: space-between; margin-bottom: 12px; }
.service-number { color: var(--blue); font-family: var(--display); font-size: 12px; font-weight: 700; }
.service-icon { color: var(--blue-bright); font-size: 13px; }
.service-card h3 { font-size: 1.15rem; max-width: 20ch; }
.service-card p { color: var(--muted); flex: 1; font-size: 14px; margin: 0 0 12px; }
.service-card a { color: var(--blue); font-size: 12px; font-weight: 700; }
.service-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.service-tags span { background: var(--alt); color: var(--blue); font-size: 11px; font-weight: 600; padding: 4px 8px; }
.service-dark { background: var(--navy); border-color: var(--navy); color: #fff; }
.service-dark .service-number, .service-dark a { color: var(--cyan); }
.service-dark p { color: rgba(255,255,255,.68); }
.service-dark .service-tags span { background: rgba(255,255,255,.08); color: var(--cyan); }
.services-more { margin-top: 20px; }

/* Stats */
.experience-stats { background: var(--navy); color: #fff; padding: 40px 0; }
.section-teaser { padding: var(--pad-section) 0; }
.teaser-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 24px; }
.teaser-head h2 { margin: 0; max-width: 16ch; }
.teaser-head .arrow-link { color: #fff; border-color: rgba(255,255,255,.25); }
.teaser-head .arrow-link span { color: var(--cyan); }
.experience-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.experience-stats-grid > div { border-right: 1px solid rgba(255,255,255,.14); padding: 0 20px; }
.experience-stats-grid > div:first-child { padding-left: 0; }
.experience-stats-grid > div:last-child { border-right: 0; padding-right: 0; }
.experience-stats-grid strong {
  display: block; font-family: var(--display);
  font-size: clamp(1.6rem, 2.4vw, 2.1rem); letter-spacing: -.04em; line-height: 1;
}
.experience-stats-grid span { color: rgba(255,255,255,.58); display: block; font-size: 13px; margin-top: 8px; }

/* Contacto */
.contact-section { background: var(--blue); color: #fff; padding: var(--pad-section) 0; }
.contact-page { padding-top: 48px; }
.contact-layout { display: grid; gap: 40px; grid-template-columns: 1fr 1fr; align-items: start; }
.contact-copy h2 { max-width: 16ch; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.74); }
.contact-details { border-top: 1px solid rgba(255,255,255,.25); margin: 22px 0 18px; }
.contact-details a {
  border-bottom: 1px solid rgba(255,255,255,.25);
  display: flex; justify-content: space-between; gap: 12px; padding: 11px 0;
}
.contact-details span { color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; }
.contact-details strong { font-family: var(--display); font-size: 14px; font-weight: 500; text-align: right; }
.contact-cta { display: grid; gap: 12px; align-content: start; }
.contact-cta > p { color: #fff; font-family: var(--display); font-size: 17px; line-height: 1.4; margin: 0; }

.contact-form { background: #fff; color: var(--ink); padding: 24px; }
.form-heading { border-bottom: 1px solid var(--line); margin-bottom: 6px; padding-bottom: 12px; }
.form-heading strong { font-family: var(--display); font-size: 15px; }
.form-heading p { color: var(--muted); font-size: 13px; margin: 4px 0 0; }
.contact-form label { color: var(--muted); display: block; font-size: 12px; margin-top: 12px; }
.contact-form input,
.contact-form textarea,
.contact-form select {
  background: #f4f7f6; border: 1px solid transparent; color: var(--ink);
  display: block; margin-top: 6px; outline: 0; padding: 11px 12px; width: 100%;
}
.contact-form textarea { resize: vertical; min-height: 90px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); }
.contact-form button { border: 0; margin-top: 16px; width: 100%; }
.form-status { color: var(--blue); font-size: 13px; margin: 12px 0 0; }
.form-note { color: var(--muted); font-size: 12px; margin: 8px 0 0; }

/* Internas */
.inner-hero {
  background: var(--navy); color: #fff; overflow: hidden;
  padding: calc(var(--header-h) + 48px) 0 44px; position: relative;
}
.inner-hero::after {
  border: 1px solid rgba(141,229,241,.14); border-radius: 50%; content: "";
  height: 420px; position: absolute; right: -140px; top: 10px; width: 420px;
}
.inner-hero .container { position: relative; z-index: 1; }
.inner-hero p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 16px; max-width: 42em; }

.page-section { background: var(--paper); padding: var(--pad-section) 0; }
.page-intro { margin-bottom: 28px; max-width: 720px; }
.page-intro p { color: var(--muted); }
.page-band { background: var(--alt); padding: var(--pad-section) 0; }

.mission-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.mission-card { background: var(--alt); border-top: 3px solid var(--blue); padding: 22px; }
.mission-card p { color: var(--muted); margin: 0; }

.profile-section { background: var(--alt); }
.profile-layout { align-items: start; display: grid; gap: 36px; grid-template-columns: 320px 1fr; }
.profile-portrait { background: var(--navy); overflow: hidden; position: relative; aspect-ratio: 4 / 5; }
.portrait-photo { height: 100%; }
.portrait-photo img {
  filter: grayscale(12%) contrast(1.04);
  height: 100%; object-fit: cover; object-position: center 12%; width: 100%;
}
.portrait-caption {
  align-items: center; background: rgba(8,34,53,.82); bottom: 0; color: #fff;
  display: flex; justify-content: space-between; left: 0; padding: 12px 14px; position: absolute; right: 0;
}
.portrait-caption span { font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.portrait-caption small { color: var(--cyan); font-size: 11px; }
.profile-role { color: var(--blue); font-family: var(--display); font-size: 14px; font-weight: 600; }
.profile-sub, .profile-copy > p:not(.eyebrow):not(.profile-role):not(.profile-sub) { color: var(--muted); }
.profile-credentials { border-top: 1px solid var(--line); display: grid; gap: 12px; margin-top: 18px; padding-top: 16px; }
.profile-credentials p { color: var(--muted); font-size: 13.5px; margin: 0; }
.profile-credentials strong { color: var(--ink); }
.profile-metrics { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 24px; margin-top: 18px; padding-top: 14px; }
.profile-metrics strong { display: block; font-family: var(--display); font-size: 22px; }
.profile-metrics span { color: var(--muted); display: block; font-size: 11px; }

.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); margin-top: 28px; }
.value-card { border-right: 1px solid var(--line); padding: 16px 16px 8px 0; }
.value-card:nth-child(4n) { border-right: 0; }
.value-card:nth-child(n+5) { border-top: 1px solid var(--line); padding-top: 16px; }
.value-card > span { color: var(--blue); font-size: 11px; font-weight: 700; }
.value-card h3 { font-size: 1rem; margin: 8px 0 0; }
.value-card p { color: var(--muted); font-size: 13px; margin: 6px 0 0; }

/* Servicios detalle */
.svc-grid { display: grid; gap: 12px; }
.svc-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--blue); padding: 24px; }
.svc-card-dark { background: var(--navy); border-color: var(--navy); border-top-color: var(--cyan); color: #fff; }
.svc-card-top { color: var(--blue); font-family: var(--display); font-size: 12px; font-weight: 700; margin-bottom: 10px; }
.svc-card-dark .svc-card-top { color: var(--cyan); }
.svc-card h3 { font-size: 1.3rem; max-width: 24ch; }
.svc-card > p { color: var(--muted); }
.svc-card-dark > p { color: rgba(255,255,255,.7); }
.svc-sub {
  display: grid; gap: 16px 28px; grid-template-columns: 1fr 1fr;
  margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line);
}
.svc-card-dark .svc-sub { border-color: rgba(255,255,255,.14); }
.svc-sub h4 { font-family: var(--display); font-size: 14px; margin: 0 0 4px; }
.svc-sub p { color: var(--muted); font-size: 13.5px; margin: 0; }
.svc-card-dark .svc-sub p { color: rgba(255,255,255,.62); }
.svc-pills { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 16px 0 0; padding: 0; }
.svc-pills li { background: var(--alt); color: var(--blue); font-size: 12px; font-weight: 600; padding: 5px 9px; }
.svc-pills-dark li { background: rgba(255,255,255,.08); color: var(--cyan); }

.page-closing {
  align-items: center; background: var(--blue); color: #fff;
  display: flex; gap: 24px; justify-content: space-between;
  margin-top: 28px; padding: 24px 28px;
}
.page-closing h2 { font-size: 1.4rem; margin: 0 0 6px; }
.page-closing p { color: rgba(255,255,255,.75); margin: 0; }

/* Experiencia */
.experience-process { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.experience-step { border-right: 1px solid var(--line); padding: 16px 16px 8px 0; }
.experience-step + .experience-step { padding-left: 16px; }
.experience-step:last-child { border-right: 0; }
.experience-step > span { color: var(--blue); font-size: 11px; font-weight: 700; }
.experience-step h3 { margin: 10px 0 6px; }
.experience-step p { color: var(--muted); font-size: 14px; margin: 0; }

.standards-band { padding: var(--pad-section) 0; }
.standards-layout { align-items: start; display: grid; gap: 36px; grid-template-columns: 1fr 1fr; }
.standards-copy > p:last-child { color: rgba(255,255,255,.66); }
.standards-list { border-top: 1px solid var(--white-line); display: grid; grid-template-columns: 1fr 1fr; }
.standards-list > div { border-bottom: 1px solid var(--white-line); padding: 16px 0; }
.standards-list > div:nth-child(odd) { border-right: 1px solid var(--white-line); padding-right: 16px; }
.standards-list > div:nth-child(even) { padding-left: 16px; }
.standards-list span { color: var(--cyan); display: block; font-size: 11px; }
.standards-list strong { display: block; font-family: var(--display); font-size: 20px; margin-top: 8px; }
.standards-list small { color: rgba(255,255,255,.5); display: block; font-size: 12px; margin-top: 2px; }

.engagements-section { background: var(--alt); }
.engagement-groups { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.engagement-group { background: #fff; border-top: 3px solid var(--blue); }
.engagement-group:nth-child(2) { border-top-color: var(--cyan); }
.engagement-group:nth-child(3) { border-top-color: var(--navy); }
.engagement-group-head { padding: 16px 16px 12px; }
.engagement-group-head > span { color: var(--blue); font-size: 11px; font-weight: 700; }
.engagement-group-head h3 { margin: 10px 0 6px; font-size: 1.05rem; }
.engagement-group-head p { color: var(--muted); font-size: 13px; margin: 0; }
.engagement-list { border-top: 1px solid var(--line); }
.engagement-list > div { border-bottom: 1px solid var(--line); padding: 10px 16px; }
.engagement-list > div:last-child { border-bottom: 0; }
.engagement-list strong { display: block; font-family: var(--display); font-size: 13px; line-height: 1.3; }
.engagement-list span { color: var(--muted); display: block; font-size: 12px; margin-top: 2px; }
.engagement-list b { color: var(--blue); font-weight: 700; }

.experience-closing { background: var(--paper); padding: 0 0 var(--pad-section); }
.experience-closing-layout {
  align-items: center; background: var(--navy); color: #fff;
  display: flex; gap: 24px; justify-content: space-between; padding: 28px 32px;
}
.experience-closing h2 { margin: 0; max-width: 16ch; }

/* Footer */
.site-footer { background: var(--navy-deep); color: #fff; padding: 36px 0 20px; }
.footer-top {
  align-items: start; border-bottom: 1px solid var(--white-line);
  display: grid; gap: 24px; grid-template-columns: 1.3fr 1fr 1fr; padding-bottom: 24px;
}
.footer-top > div > p, .footer-top > p { color: rgba(255,255,255,.5); font-size: 14px; margin: 10px 0 0; }
.footer-col h3 { font-size: 11px; letter-spacing: .14em; margin: 0 0 10px; text-transform: uppercase; color: rgba(255,255,255,.45); }
.footer-col a, .footer-col p { color: rgba(255,255,255,.7); display: block; font-size: 13.5px; margin: 0 0 6px; }
.footer-col a:hover { color: var(--cyan); }
.footer-bottom {
  color: rgba(255,255,255,.4); display: flex; flex-wrap: wrap; gap: 10px;
  font-size: 12px; justify-content: space-between; padding-top: 16px;
}
.footer-bottom a { color: var(--cyan); }

.whatsapp-float {
  align-items: center; background: #25b968; border: 3px solid var(--paper);
  border-radius: 30px; bottom: 18px; box-shadow: 0 8px 20px rgba(8,34,53,.2);
  color: #fff; display: flex; font-size: 12px; font-weight: 700; gap: 8px;
  padding: 8px 14px 8px 10px; position: fixed; right: 18px; z-index: 20;
}
.whatsapp-float svg { display: block; height: 18px; width: 18px; }

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

@media (max-width: 1020px) {
  .container { width: min(100% - 40px, 780px); }
  .hero-layout, .intro-layout, .standards-layout, .profile-layout, .contact-layout {
    grid-template-columns: 1fr; gap: 28px;
  }
  .engagement-groups { grid-template-columns: 1fr; }
  .teaser-head, .page-closing, .experience-closing-layout { flex-direction: column; align-items: flex-start; }
  .svc-sub { grid-template-columns: 1fr; }
  .profile-layout { grid-template-columns: 240px 1fr; }
}

@media (max-width: 720px) {
  :root { --pad-section: 56px; --header-h: 64px; }
  .brand-logo { height: 18px; }
  .brand-copy small { font-size: 8px; letter-spacing: 0.08em; }
  .container { width: calc(100% - 32px); }
  .menu-toggle { display: block; }
  .main-nav {
    align-items: stretch; background: var(--navy-deep);
    border-top: 1px solid var(--white-line); display: none;
    flex-direction: column; gap: 0; left: 0; padding: 8px 18px 16px;
    position: absolute; right: 0; top: var(--header-h);
  }
  .main-nav.is-open { display: flex; }
  .main-nav > a { border-bottom: 1px solid var(--white-line); padding: 12px 0; }
  .main-nav .nav-cta { border: 0; padding-left: 0; }
  .hero { padding-top: calc(var(--header-h) + 28px); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .services-grid, .mission-grid { grid-template-columns: 1fr; }
  .experience-stats-grid { grid-template-columns: 1fr 1fr; row-gap: 20px; }
  .experience-stats-grid > div { border-right: 0; padding: 0; }
  .experience-process { grid-template-columns: 1fr 1fr; }
  .experience-step { border-bottom: 1px solid var(--line); padding: 14px 12px 14px 0; }
  .standards-list { grid-template-columns: 1fr; }
  .standards-list > div { border-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .value-card:nth-child(2n) { border-right: 0; }
  .value-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .footer-top, .profile-layout { grid-template-columns: 1fr; }
  .whatsapp-float span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .whatsapp-float { padding: 10px; border-radius: 50%; }
  .contact-details a { flex-direction: column; align-items: flex-start; gap: 4px; }
  .contact-details strong { text-align: left; }
}

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