.apex-site {
  --apex-ink: #132239;
  --apex-ink-soft: #526076;
  --apex-navy: #0b1f39;
  --apex-blue: #1464b5;
  --apex-blue-light: #eaf3fb;
  --apex-accent: #d18a2d;
  --apex-paper: #ffffff;
  --apex-mist: #f4f7fa;
  --apex-line: #dce4ec;
  --apex-shadow: 0 24px 60px rgba(8, 31, 57, 0.12);
  --apex-shell: min(1160px, calc(100% - 40px));
  color: var(--apex-ink);
  background: var(--apex-paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

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

.apex-site a {
  color: inherit;
}

.apex-site h1,
.apex-site h2,
.apex-site h3,
.apex-site p {
  margin-top: 0;
}

.apex-shell {
  width: var(--apex-shell);
  margin: 0 auto;
}

.apex-site-header {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0);
  z-index: 20;
  border-bottom: 1px solid rgba(220, 228, 236, 0.86);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.apex-header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.apex-brand {
  flex: 0 0 auto;
}

.apex-brand img {
  width: 184px;
  height: auto;
}

.apex-main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 25px;
}

.apex-main-nav a,
.apex-language-switch a {
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

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

.apex-language-switch {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 18px;
  border-left: 1px solid var(--apex-line);
}

.apex-language-switch a {
  min-width: 35px;
  padding: 6px 7px;
  text-align: center;
  color: var(--apex-ink-soft);
  border-radius: 5px;
}

.apex-language-switch a:hover,
.apex-language-switch a.active {
  color: var(--apex-paper);
  background: var(--apex-navy);
}

.apex-hero {
  position: relative;
  overflow: hidden;
  padding: 105px 0 96px;
  background:
    radial-gradient(circle at 85% 18%, rgba(20, 100, 181, 0.16), transparent 26%),
    linear-gradient(135deg, #f8fbfe 0%, #ffffff 55%, #eef5fb 100%);
}

.apex-hero::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(20, 100, 181, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(20, 100, 181, 0.035), 0 0 0 140px rgba(20, 100, 181, 0.025);
}

.apex-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  align-items: center;
  gap: 72px;
}

.apex-eyebrow {
  margin: 0 0 18px;
  color: var(--apex-blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.apex-site h1 {
  max-width: 790px;
  margin-bottom: 27px;
  color: var(--apex-navy);
  font-size: clamp(2.9rem, 5.6vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.apex-site h1 span {
  color: var(--apex-blue);
}

.apex-site h2 {
  max-width: 800px;
  margin-bottom: 22px;
  color: var(--apex-navy);
  font-size: clamp(2.05rem, 4vw, 3.55rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.apex-site h3 {
  margin-bottom: 11px;
  color: var(--apex-navy);
  font-size: 1.08rem;
  line-height: 1.35;
}

.apex-hero-body {
  max-width: 720px;
  margin-bottom: 31px;
  color: var(--apex-ink-soft);
  font-size: 1.14rem;
}

.apex-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 23px;
}

.apex-hero-actions p {
  margin: 0;
  color: var(--apex-ink-soft);
  font-size: 0.86rem;
}

.apex-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  color: var(--apex-navy);
  border-bottom: 2px solid var(--apex-accent);
  text-decoration: none;
  font-weight: 800;
}

.apex-scope-card {
  padding: 31px;
  color: var(--apex-paper);
  background: var(--apex-navy);
  box-shadow: var(--apex-shadow);
}

.apex-scope-card-head {
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.apex-scope-card-head p {
  margin-bottom: 6px;
  color: #a9c7e7;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.apex-scope-card-head h2 {
  margin: 0;
  color: var(--apex-paper);
  font-size: 1.65rem;
  letter-spacing: -0.01em;
}

.apex-scope-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.apex-scope-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 13px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.apex-scope-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.apex-scope-number {
  color: #77b2e8;
  font-size: 0.76rem;
  font-weight: 800;
}

.apex-scope-list strong {
  display: block;
  margin-bottom: 2px;
}

.apex-scope-list small {
  color: #bdc9d7;
  font-size: 0.88rem;
}

.apex-section {
  padding: 98px 0;
}

.apex-section-muted {
  background: var(--apex-mist);
}

.apex-section-dark {
  color: var(--apex-paper);
  background: var(--apex-navy);
}

.apex-section-dark h2,
.apex-section-dark h3 {
  color: var(--apex-paper);
}

.apex-section-dark .apex-eyebrow {
  color: #77b2e8;
}

.apex-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 45px;
}

.apex-section-head > * {
  margin-bottom: 0;
}

.apex-section-intro {
  max-width: 490px;
  color: var(--apex-ink-soft);
}

.apex-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(310px, 0.7fr);
  gap: 84px;
  align-items: start;
}

.apex-about-copy > p:not(.apex-eyebrow) {
  max-width: 770px;
  color: var(--apex-ink-soft);
  font-size: 1.03rem;
}

.apex-about-quote {
  margin: 0;
  padding: 31px 31px 31px 34px;
  color: var(--apex-navy);
  border-left: 4px solid var(--apex-accent);
  background: var(--apex-blue-light);
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.48;
}

.apex-principles,
.apex-service-grid,
.apex-steps,
.apex-sector-grid {
  display: grid;
  gap: 1px;
  background: var(--apex-line);
  border: 1px solid var(--apex-line);
}

.apex-principles {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 57px;
}

.apex-principle {
  padding: 27px 29px;
  background: var(--apex-paper);
}

.apex-principle strong {
  display: block;
  color: var(--apex-navy);
  font-size: 1.05rem;
}

.apex-principle span {
  color: var(--apex-ink-soft);
  font-size: 0.9rem;
}

.apex-service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.apex-service-card {
  min-height: 255px;
  padding: 30px;
  background: var(--apex-paper);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.apex-service-card:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(8, 31, 57, 0.09);
}

.apex-service-index {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
  color: var(--apex-blue);
  border: 1px solid #bcd5eb;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 800;
}

.apex-service-card p {
  margin: 0;
  color: var(--apex-ink-soft);
  font-size: 0.94rem;
}

.apex-steps {
  grid-template-columns: repeat(4, 1fr);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.16);
}

.apex-step {
  min-height: 240px;
  padding: 31px;
  background: var(--apex-navy);
}

.apex-step-number {
  display: block;
  margin-bottom: 50px;
  color: #77b2e8;
  font-size: 0.81rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.apex-step p {
  margin: 0;
  color: #bdc9d7;
  font-size: 0.92rem;
}

.apex-sector-grid {
  grid-template-columns: repeat(2, 1fr);
}

.apex-sector {
  padding: 31px;
  background: var(--apex-paper);
}

.apex-sector p {
  margin: 0;
  color: var(--apex-ink-soft);
}

.apex-sector-mark {
  width: 32px;
  height: 3px;
  margin-bottom: 21px;
  background: var(--apex-accent);
}

.apex-section-image {
  margin: 42px 0 0;
  overflow: hidden;
  background: #e8edf2;
  box-shadow: var(--apex-shadow);
}

.apex-section-image img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.apex-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr);
  gap: 70px;
  align-items: start;
}

.apex-contact-intro {
  max-width: 650px;
  color: var(--apex-ink-soft);
  font-size: 1.07rem;
}

.apex-contact-card {
  padding: 32px;
  color: var(--apex-paper);
  background: var(--apex-navy);
  font-style: normal;
}

.apex-contact-row {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.apex-contact-row:last-child {
  border-bottom: 0;
}

.apex-contact-row small {
  display: block;
  margin-bottom: 3px;
  color: #8fa8c0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.apex-contact-row a {
  color: var(--apex-paper);
  text-decoration: none;
}

.apex-contact-row a:hover {
  color: #9dcbf1;
}

.apex-legal {
  margin: 31px 0 0;
  color: var(--apex-ink-soft);
  font-size: 0.84rem;
}

.apex-contact-form {
  display: grid;
  gap: 13px;
  max-width: 540px;
  margin-top: 34px;
  padding: 30px;
  background: var(--apex-paper);
  border: 1px solid var(--apex-line);
}

.apex-contact-form h3 {
  margin: 0 0 6px;
}

.apex-contact-form label {
  display: grid;
  gap: 5px;
  margin: 0;
  color: var(--apex-ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.apex-contact-form input,
.apex-contact-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--apex-ink);
  background: #ffffff;
  border: 1px solid #cad6e2;
  border-radius: 4px;
  font: inherit;
  font-weight: 400;
}

.apex-contact-form textarea {
  resize: vertical;
}

.apex-contact-form input:focus,
.apex-contact-form textarea:focus {
  outline: 3px solid rgba(20, 100, 181, 0.18);
  border-color: var(--apex-blue);
}

.apex-contact-form button {
  justify-self: start;
  min-height: 44px;
  padding: 10px 20px;
  color: #ffffff;
  background: var(--apex-navy);
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.apex-contact-form button:hover {
  background: var(--apex-blue);
}

.apex-form-notice {
  margin: 0;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 700;
}

.apex-form-notice-success {
  color: #0f5132;
  background: #d1e7dd;
}

.apex-form-notice-error {
  color: #842029;
  background: #f8d7da;
}

.apex-site-footer {
  padding: 34px 0;
  color: #adbdce;
  background: #07172b;
  font-size: 0.85rem;
}

.apex-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.apex-footer-inner p {
  margin: 0;
}

.apex-whatsapp-bubble {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  padding: 0;
  color: #ffffff;
  background: #22dc68;
  border-radius: 999px;
  box-shadow: 0 0 0 7px rgba(34, 220, 104, 0.13), 0 16px 30px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.apex-whatsapp-bubble:hover,
.apex-whatsapp-bubble:focus-visible {
  color: #ffffff;
  background: #1fc85f;
  transform: translateY(-2px);
  box-shadow: 0 0 0 8px rgba(34, 220, 104, 0.17), 0 18px 34px rgba(0, 0, 0, 0.4);
}

.apex-whatsapp-bubble::before {
  content: attr(data-apex-tooltip);
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  width: max-content;
  max-width: 190px;
  padding: 9px 13px;
  color: #ffffff;
  background: #07172b;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.apex-whatsapp-bubble::after {
  content: "";
  position: absolute;
  right: calc(100% + 7px);
  top: 50%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #07172b;
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: opacity 160ms ease, transform 160ms ease;
}

.apex-whatsapp-bubble:hover::before,
.apex-whatsapp-bubble:hover::after,
.apex-whatsapp-bubble:focus-visible::before,
.apex-whatsapp-bubble:focus-visible::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.apex-whatsapp-bubble-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.apex-whatsapp-bubble-icon svg {
  width: 35px;
  height: 35px;
  color: #ffffff;
  fill: currentColor;
}

@media (max-width: 980px) {
  .apex-header-inner {
    min-height: 76px;
    gap: 18px;
  }

  .apex-main-nav {
    display: none;
  }

  .apex-language-switch {
    margin-left: auto;
  }

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

  .apex-hero-grid {
    gap: 48px;
  }

  .apex-scope-card {
    max-width: 620px;
  }

  .apex-service-grid,
  .apex-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .apex-site {
    --apex-shell: min(100% - 28px, 1160px);
  }

  .apex-site-header {
    position: static;
  }

  .apex-header-inner {
    min-height: 70px;
  }

  .apex-brand img {
    width: 145px;
  }

  .apex-language-switch {
    padding-left: 10px;
  }

  .apex-language-switch a {
    min-width: 31px;
    padding: 5px;
    font-size: 0.76rem;
  }

  .apex-hero {
    padding: 72px 0 68px;
  }

  .apex-hero-grid {
    gap: 38px;
  }

  .apex-site h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .apex-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .apex-scope-card {
    padding: 24px;
  }

  .apex-section {
    padding: 72px 0;
  }

  .apex-section-head {
    display: block;
    margin-bottom: 34px;
  }

  .apex-section-intro {
    margin-top: 15px;
  }

  .apex-principles,
  .apex-service-grid,
  .apex-steps,
  .apex-sector-grid {
    grid-template-columns: 1fr;
  }

  .apex-service-card,
  .apex-step {
    min-height: auto;
  }

  .apex-step-number {
    margin-bottom: 26px;
  }

  .apex-about-quote {
    padding: 25px;
    font-size: 1.1rem;
  }

  .apex-contact-card {
    padding: 25px;
  }

  .apex-footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .apex-section-image {
    margin-top: 30px;
  }

  .apex-section-image img {
    aspect-ratio: 4 / 3;
  }

  .apex-whatsapp-bubble {
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
  }

  .apex-whatsapp-bubble::before,
  .apex-whatsapp-bubble::after {
    display: none;
  }

  .apex-whatsapp-bubble-icon svg {
    width: 31px;
    height: 31px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .apex-site *,
  .apex-site *::before,
  .apex-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
