/*
Theme Name: Econaire
Theme URI: https://example.com/econaire
Author: Econaire
Author URI: https://example.com
Description: A clean, responsive WordPress theme structure created by Econaire for the Econaire site.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: econaire
Tags: custom-logo, custom-menu, featured-images, block-styles, accessibility-ready
*/

:root {
  --econaire-color-primary: #28438a;
  --econaire-color-green: #0a4d2d;
  --econaire-color-secondary: #ffd700;
  --econaire-color-navy: #081229;
  --econaire-color-text: #050208;
  --econaire-color-muted: #64748b;
  --econaire-color-background: #ffffff;
  --econaire-color-surface: #f3f5f7;
  --econaire-max-width: 1280px;
  --econaire-radius: 16px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--econaire-color-text);
  background: var(--econaire-color-background);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
.btn,
.site-branding {
  font-family: "Sora", system-ui, sans-serif;
}

a {
  color: var(--econaire-color-primary);
}

img {
  max-width: 100%;
  height: auto;
}

/* ── Site header ───────────────────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-bottom: 1px solid #e1e7ef;
}

.site-footer__inner,
.site-main {
  width: min(100% - 112px, var(--econaire-max-width));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  height: 80px;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
}

.site-header__logo {
  flex-shrink: 0;
}

.site-logo-fallback {
  display: block;
}

.site-logo-fallback img,
.custom-logo {
  display: block;
  width: 155px;
  height: 38px;
  object-fit: contain;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-title {
  margin: 0;
}

.site-title a {
  color: inherit;
  text-decoration: none;
}

.site-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}

.primary-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu a {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #65758b;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a,
.primary-menu .current-menu-ancestor > a {
  color: #0f1c2e;
}

/* Right controls */
.site-header__controls {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.header-selector-wrap {
  position: relative;
}

.header-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: none;
  cursor: pointer;
  transition: border-color 0.2s;
}

.header-selector:hover {
  border-color: #b8c4d0;
}

.header-selector[aria-expanded="true"] {
  border-color: #28438a;
  box-shadow: 0 0 0 3px rgba(40, 67, 138, 0.12);
}

.header-selector__flag {
  width: 20px;
  height: 15px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(15, 28, 46, 0.08);
}

.header-selector__label {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  color: #0f1c2e;
  white-space: nowrap;
}

.header-lang .header-selector__label {
  text-transform: uppercase;
}

.header-selector__chevron,
.header-selector__globe {
  flex-shrink: 0;
}

.header-selector-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1000;
  display: none;
  min-width: 190px;
  padding: 8px;
  border: 1px solid #e1e7ef;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
}

.header-selector-menu--lang {
  min-width: 132px;
}

.header-selector-wrap.is-open .header-selector-menu {
  display: grid;
  gap: 2px;
}

.header-selector-menu button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #0f1c2e;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.header-selector-menu button:hover,
.header-selector-menu button:focus-visible,
.header-selector-menu button.is-selected {
  background: #f3f5f7;
  color: #28438a;
}

/* CTA button */
.site-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 38px;
  padding: 0 10px;
  background: #28438a;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 4px 14px -2px rgba(13, 88, 135, 0.4);
  white-space: nowrap;
  transition: background 0.2s;
}

.site-header__cta:hover {
  background: #1e3270;
  color: #fff;
}

/* Hamburger toggle (hidden on desktop) */
.site-header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: none;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
}

.site-header__toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #0f1c2e;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}

.site-header__toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header__toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.site-header__toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile nav panel */
.site-header__mobile-nav {
  display: none;
  border-top: 1px solid #e1e7ef;
  background: rgba(255, 255, 255, 0.98);
}

.site-header__mobile-nav.is-open {
  display: block;
}

.site-header__mobile-inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 20px 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.primary-menu--mobile {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.primary-menu--mobile > li > a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #f0f4f8;
  font-size: 16px;
}

.primary-menu--mobile > li:last-child > a {
  border-bottom: none;
}

.site-header__cta--mobile {
  align-self: flex-start;
}

.site-main {
  padding: 56px 0;
}

.home .site-main,
.front-page .site-main,
.blog .site-main,
.single-post .site-main {
  width: 100%;
  max-width: none;
  padding: 0;
}

.entry {
  margin-bottom: 48px;
}

.entry-title {
  margin: 0 0 16px;
  line-height: 1.2;
}

.entry-meta {
  color: var(--econaire-color-muted);
  font-size: 0.925rem;
}

/* Block-editor page template */
.page-content {
  width: 100%;
}

.page-content .wp-block-group,
.page-content .wp-block-cover,
.page-content .wp-block-columns {
  width: 100%;
}

.page-content .alignwide {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.page-content .alignfull {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

/* ── About hero ──────────────────────────────────────────────────────────── */
.about-hero {
  position: relative;
  min-height: 822px;
  background: #081229;
  overflow: hidden;
}

.about-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.about-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.about-hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  transform: scale(1.08);
  transform-origin: center center;
}

.about-hero__bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(8, 18, 41, 0.92) 0%,
    rgba(8, 18, 41, 0.82) 32%,
    rgba(8, 18, 41, 0.5) 50%,
    rgba(8, 18, 41, 0.14) 64%,
    rgba(8, 18, 41, 0) 72%);
}

.about-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1312px;
  margin: 0 auto;
  padding: 96px 64px 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.about-hero__logo img {
  display: block;
  width: 225px;
  height: auto;
  object-fit: contain;
}

.about-hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 755px;
}

/* ── Hero text shadow (all pages) ──────────────────────────────── */
.about-hero__tag,
.about-hero__title,
.about-hero__title-accent,
.about-hero__desc,
.home-hero h1,
.home-hero p,
.contact-page__hero-title,
.contact-page__hero-subtitle,
.pricing-hero__title,
.pricing-hero__desc,
.projects-page__tag,
.projects-page__title,
.projects-page__description,
.project-single-hero__title,
.project-single-hero__description,
.blog-page-hero__title,
.blog-page-hero__subtitle,
.blog-page-hero__desc p,
.post-hero__title {
  text-shadow: 1px 0px 20px rgba(0, 0, 0, 0.9);
}

.about-hero__tag {
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #61a6fb;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-hero__title {
  font-family: 'Sora', sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.72px;
  color: #ffffff;
  margin: 0;
}

.about-hero__title-accent {
  color: #61a6fb;
}

.about-hero__desc {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  max-width: 597px;
  margin: 0;
}

.about-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 0 42px;
  border: 2px solid #ffd700;
  border-radius: 8px;
  background: transparent;
  color: #ffd700;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
  align-self: flex-start;
}

.about-hero__cta:hover {
  background: #ffd700;
  color: #081229;
}

.about-hero__cta:hover svg path {
  stroke: #081229;
}

.about-hero__arrow {
  appearance: none;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: rgba(8, 18, 41, 0.35);
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: background 0.2s, border-color 0.2s;
}

.about-hero__arrow:hover {
  background: rgba(8, 18, 41, 0.6);
  border-color: #fff;
}

.about-hero__arrow:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
}

.about-hero__arrow svg {
  width: 24px;
  height: 24px;
  display: block;
}

.about-hero__arrow--prev {
  left: 32px;
}

.about-hero__arrow--next {
  right: 32px;
}

.about-hero__dots {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  align-items: center;
  z-index: 3;
}

.about-hero__dot {
  appearance: none;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  transition: background 0.25s, width 0.25s, border-radius 0.25s;
  flex-shrink: 0;
}

.about-hero__dot.is-active {
  background: #fff;
  width: 24px;
  border-radius: 4px;
}

.about-hero__brand-mark {
  position: absolute;
  bottom: 24px;
  right: max(64px, calc((100vw - 1312px) / 2 + 64px));
  pointer-events: none;
  z-index: 2;
}

.about-hero__brand-mark img {
  width: 112px;
  height: 103px;
  object-fit: contain;
  display: block;
}

@media (max-width: 1100px) {
  .about-hero__title { font-size: 56px; }
  .about-hero__inner { padding: 80px 32px 48px; }
  .about-hero__brand-mark {
    right: 32px;
  }
}

@media (max-width: 720px) {
  .about-hero { min-height: 520px; }
  .about-hero__title { font-size: 40px; }
  .about-hero__desc { font-size: 18px; }
  .about-hero__inner { padding: 64px 20px 40px; gap: 32px; }
  .about-hero__logo img { width: 160px; }
  .about-hero__brand-mark {
    right: 20px;
    bottom: 20px;
  }
  .about-hero__brand-mark img {
    width: 72px;
    height: 66px;
  }
  .about-hero__bg-overlay {
    background: linear-gradient(90deg,
      rgba(8, 18, 41, 0.92) 0%,
      rgba(8, 18, 41, 0.8) 48%,
      rgba(8, 18, 41, 0.38) 76%,
      rgba(8, 18, 41, 0) 100%);
  }
  .about-hero__arrow { width: 38px; height: 38px; }
  .about-hero__arrow svg { width: 20px; height: 20px; }
  .about-hero__arrow--prev { left: 12px; }
  .about-hero__arrow--next { right: 12px; }
  .about-hero__dots { bottom: 24px; }
}

/* ── About mission ───────────────────────────────────────────────────────── */
.about-mission {
  background: #ffffff;
  padding-top: 128px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.about-mission__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
  padding: 0 32px;
}

.about-mission__section-title {
  font-family: 'Sora', sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.52px;
  color: #050208;
  margin: 0;
}

.about-mission__section-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: #050208;
  max-width: 848px;
  margin: 0;
}

.about-mission__slider {
  position: relative;
  height: 690px;
  width: 100%;
  overflow: hidden;
}

.about-mission__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 80px max(64px, calc((100vw - 1312px) / 2 + 64px));
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.about-mission__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.about-mission__slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about-mission__slide-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-mission__slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #ffffff 24.06%, rgba(255, 255, 255, 0) 86.286%);
  z-index: 1;
}

.about-mission__dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.about-mission__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c7d0db;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.about-mission__dot.is-active {
  background: #28438a;
}

.about-mission__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #28438a;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  transition: background 0.2s, transform 0.2s;
}

.about-mission__arrow:hover {
  background: #1d3168;
  transform: translateY(-50%) scale(1.06);
}

.about-mission__arrow:focus-visible {
  outline: 2px solid #ffd700;
  outline-offset: 2px;
}

.about-mission__arrow svg {
  width: 24px;
  height: 24px;
  display: block;
}

.about-mission__arrow--prev {
  left: 16px;
}

.about-mission__arrow--next {
  right: 16px;
}

.about-mission__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 426px;
}

.about-mission__mission-title {
  font-family: 'Sora', sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.44px;
  color: #081229;
  margin: 0;
}

.about-mission__mission-text {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: #081229;
  margin: 0;
}

.about-mission__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.about-mission__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 32px;
  border-radius: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.about-mission__btn--primary {
  background: #ffd700;
  color: #28438a;
  box-shadow: 0 4px 14px -2px rgba(13, 88, 135, 0.4);
}

.about-mission__btn--primary:hover { opacity: 0.9; color: #28438a; }

.about-mission__btn--secondary {
  border: 2px solid #ffd700;
  background: transparent;
  color: #28438a;
}

.about-mission__btn--secondary:hover { background: #ffd700; color: #28438a; }

/* Values slide — single slide showing the four company values as cards */
.about-mission__slide--values {
  justify-content: center;
  padding: 80px max(64px, calc((100vw - 1312px) / 2 + 64px));
}

.about-mission__slide-overlay--values {
  background: linear-gradient(105deg, rgba(8, 18, 41, 0.92) 0%, rgba(40, 67, 138, 0.86) 100%);
}

.about-mission__values {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-mission__values-title {
  font-family: 'Sora', sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.44px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.about-mission__values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.about-mission__value-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 32px 28px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  border-top: 4px solid #ffd700;
  box-shadow: 0 18px 40px -18px rgba(8, 18, 41, 0.55);
}

.about-mission__value-card-title {
  font-family: 'Sora', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: #28438a;
  margin: 0;
}

.about-mission__value-card-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: #41506b;
  margin: 0;
}

@media (max-width: 1100px) {
  .about-mission__slide { padding: 60px 32px; }
  .about-mission__slide--values { padding: 60px 32px; }
  .about-mission__values-grid { grid-template-columns: repeat(2, 1fr); }
  .about-mission__values-title { font-size: 36px; }
  .about-mission__mission-title { font-size: 36px; }
  .about-mission__slide-overlay {
    background: linear-gradient(to right, #ffffff 32%, rgba(255, 255, 255, 0) 92%);
  }
}

@media (max-width: 720px) {
  .about-mission { padding-top: 80px; gap: 32px; }
  .about-mission__section-title { font-size: 36px; }
  .about-mission__section-subtitle { font-size: 18px; }
  .about-mission__slider { height: auto; min-height: 480px; }
  .about-mission__slide { position: relative; inset: auto; opacity: 1; pointer-events: auto; padding: 40px 20px; display: none; }
  .about-mission__slide.is-active { display: flex; }
  .about-mission__mission-title { font-size: 28px; }
  .about-mission__mission-text { font-size: 18px; }
  .about-mission__slide-overlay {
    background: linear-gradient(to right, rgba(255,255,255,0.95) 50%, rgba(255,255,255,0.6) 100%);
  }
  .about-mission__slide--values { padding: 40px 20px; }
  .about-mission__slide-overlay--values {
    background: linear-gradient(160deg, rgba(8, 18, 41, 0.93) 0%, rgba(40, 67, 138, 0.88) 100%);
  }
  .about-mission__values { gap: 28px; }
  .about-mission__values-title { font-size: 28px; }
  .about-mission__values-grid { grid-template-columns: 1fr; gap: 16px; }
  .about-mission__value-card { padding: 24px 22px; }
  .about-mission__arrow { width: 40px; height: 40px; top: auto; bottom: 18px; transform: none; }
  .about-mission__arrow:hover { transform: none; }
  .about-mission__arrow--prev { left: 16px; }
  .about-mission__arrow--next { right: 16px; }
}

/* Editor canvas preview */
.about-hero--editor {
  background-size: cover;
  background-position: center right;
}

.about-hero--editor .about-hero__bg-overlay {
  pointer-events: none;
}

.about-hero__inner--no-logo { padding-top: 80px; }

.site-footer__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 80px 0;
  color: #fff;
}

.site-footer {
  overflow: hidden;
  color: #fff;
  background: #111827;
}

.site-footer__content {
  display: flex;
  justify-content: space-between;
  gap: 128px;
  align-items: flex-start;
}

.site-footer__brand {
  display: flex;
  flex: 0 0 390px;
  flex-direction: column;
  gap: 24px;
}

.site-footer__logo {
  display: block;
  width: 225px;
  height: auto;
}

.site-footer__brand > p {
  margin: 0;
  color: #ffffff;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.site-footer h2 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.site-footer__contact {
  display: grid;
  gap: 24px;
}

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

.site-footer__location {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
}

.site-footer__location h3 {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.site-footer__location p {
  font-family: "Sora", system-ui, sans-serif;
  font-size: 14px;
  text-align: justify;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.site-footer__location a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.site-footer__contact-icon {
  display: inline-block;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.site-footer__contact-icon--phone {
  -webkit-mask-image: url("assets/images/icon-phone.svg");
  mask-image: url("assets/images/icon-phone.svg");
}

.site-footer__contact-icon--email {
  -webkit-mask-image: url("assets/images/icon-email.svg");
  mask-image: url("assets/images/icon-email.svg");
}

.site-footer__contact-icon--location {
  -webkit-mask-image: url("assets/images/icon-location.svg");
  mask-image: url("assets/images/icon-location.svg");
}

.site-footer__links {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(300px, 1.55fr) minmax(150px, 0.75fr) minmax(165px, 0.8fr);
  align-items: start;
  gap: 40px;
}

.site-footer__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.site-footer__column:first-child {
  gap: 24px;
}

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

.site-footer__column:not(:first-child) ul {
  gap: 0;
}

.site-footer__column li {
  margin: 0;
}

.site-footer__column:first-child li {
  max-width: 330px;
}

.site-footer__column a {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Sora", system-ui, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.site-footer__column:not(:first-child) a {
  align-items: center;
  padding: 8px 0;
  color: #fff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer__column.site-footer__social ul {
  gap: 24px;
}

.site-footer__social a {
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.site-footer__social span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #111827;
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
  line-height: 1;
}

.site-footer__social-icon {
  width: 32px;
  height: 32px;
  display: block;
}

.site-footer__mark {
  position: absolute;
  right: 6px;
  bottom: 142px;
  width: 112px;
  height: 103px;
  overflow: hidden;
}

.site-footer__mark img {
  width: 525px;
  max-width: none;
  height: auto;
  transform: translateY(-1px);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.88);
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.site-footer__legal a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
}

.site-footer a:focus-visible {
  outline: 3px solid rgba(255, 215, 0, 0.35);
  outline-offset: 4px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 32px;
  border-radius: 8px;
  border: 2px solid transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.btn--primary {
  color: var(--econaire-color-primary);
  background: var(--econaire-color-secondary);
  box-shadow: 0 4px 14px -2px rgba(13, 88, 135, 0.4);
}

.btn--outline {
  color: var(--econaire-color-secondary);
  border-color: var(--econaire-color-secondary);
  background: transparent;
}

.btn--blue {
  color: var(--econaire-color-primary);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.section {
  width: min(100% - 112px, var(--econaire-max-width));
  margin: 0 auto;
  padding: 80px 0;
}

.section--center {
  text-align: center;
}

.section__intro {
  max-width: 947px;
  margin: 0 auto 44px;
  text-align: center;
}

.section__intro h2,
.section__header h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.stats-section h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 51px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.section__intro p {
  margin: 12px 0 0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}

.section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 54px;
}

.section__header a {
  font-weight: 700;
  text-decoration: none;
}

.home-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  color: #fff;
  background: #050208;
}

.home-hero__slider,
.home-hero__slide {
  position: absolute;
  inset: 0;
}

.home-hero__slide {
  display: grid;
  align-items: stretch;
  min-height: 680px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.home-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.home-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero__slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background: transparent;
}

.home-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: min(100% - 112px, var(--econaire-max-width));
  min-height: 680px;
  margin: 0 auto;
  padding: 48px 0;
  text-align: left;
}

.home-hero__content::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc((100vw - min(100vw - 112px, var(--econaire-max-width))) / -2);
  width: calc(((100vw - min(100vw - 112px, var(--econaire-max-width))) / 2) + min(950px, 100%));
  content: "";
  background: linear-gradient(90deg,
    rgba(8, 18, 41, 0.5) 0%,
    rgba(8, 18, 41, 0.42) 48%,
    rgba(8, 18, 41, 0.2) 72%,
    rgba(8, 18, 41, 0) 100%);
  backdrop-filter: none;
  mask-image: linear-gradient(90deg, #000 0%, #000 62%, rgba(0, 0, 0, 0) 100%);
}

.home-hero__logo {
  width: 225px;
  margin-bottom: 32px;
  filter: drop-shadow(0 9px 12px rgba(255, 255, 255, 0.85));
}

.home-hero h1 {
  max-width: 700px;
  margin: 0 0 24px;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.home-hero p {
  max-width: 691px;
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.home-hero .btn {
  min-width: 241px;
}

.home-hero__adobe-mark {
  position: absolute;
  z-index: 2;
  right: max(56px, calc((100vw - var(--econaire-max-width)) / 2 + 56px));
  bottom: 32px;
  width: 112px;
  height: 103px;
  pointer-events: none;
}

.home-hero__adobe-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.home-hero__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  background: rgba(8, 18, 41, 0.35);
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: background 0.2s, border-color 0.2s;
}

.home-hero__arrow:hover {
  background: rgba(8, 18, 41, 0.6);
  border-color: #fff;
}

.home-hero__arrow::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
}

.home-hero__arrow--prev {
  left: 32px;
}

.home-hero__arrow--prev::before {
  transform: rotate(-45deg);
  margin-left: 4px;
}

.home-hero__arrow--next {
  right: 32px;
}

.home-hero__arrow--next::before {
  transform: rotate(135deg);
  margin-right: 4px;
}

.home-hero__arrow:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
}

.home-hero__bullets {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 43px;
  display: flex;
  gap: 12px;
  align-items: center;
  transform: translateX(-50%);
}

.home-hero__bullet {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d5e0f1;
  cursor: pointer;
}

.home-hero__bullet.is-active {
  background: var(--econaire-color-primary);
}

.home-hero__bullet:focus-visible {
  outline: 3px solid var(--econaire-color-secondary);
  outline-offset: 4px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 44px;
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.feature__icon {
  display: grid;
  width: 80px;
  height: 80px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--econaire-color-primary);
  font-size: 32px;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.16);
  flex-shrink: 0;
}

.feature__icon img {
  width: 40px;
  height: 40px;
  display: block;
}

.feature h3 {
  max-width: 400px;
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
}

.feature p {
  max-width: 244px;
  margin: 0;
  color: var(--econaire-color-muted);
  font-size: 16px;
  line-height: 1.5;
}

.section.trust-section {
  background: #ffffff;
  overflow: hidden;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.trust-section .section__intro {
  width: min(100% - 112px, var(--econaire-max-width));
}

.trust-section .section__intro h2 {
  color: #0b1630;
}

.trust-section .section__intro p {
  color: #0b1630;
}

.logo-marquee {
  position: relative;
  width: 100vw;
  margin: 48px 0;
  overflow: hidden;
}

.logo-marquee__track {
  --logo-marquee-gap: 80px;
  display: flex;
  gap: var(--logo-marquee-gap);
  align-items: center;
  width: max-content;
  animation: econaire-marquee 28s linear infinite;
}

.logo-marquee__group {
  display: flex;
  gap: var(--logo-marquee-gap);
  align-items: center;
  flex-shrink: 0;
}

.logo-marquee img {
  flex: 0 0 180px;
  width: 180px;
  height: 96px;
  max-height: 96px;
  object-fit: contain;
  box-sizing: border-box;
  padding: 18px 24px;
  border-radius: 24px;
  background: #ffffff;
}

@keyframes econaire-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - (var(--logo-marquee-gap) / 2)));
  }
}

.salvador-strip {
  color: #fff;
  background: #0b1630;
}

.salvador-strip__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  width: min(100% - 112px, var(--econaire-max-width));
  margin: 0 auto;
  padding: 55px 0;
}

.salvador-strip__flag-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
}

.salvador-strip__flag {
  width: auto;
  height: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.salvador-strip__content {
  min-width: 0;
}

.salvador-strip__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.salvador-strip__eyebrow-icon {
  flex: 0 0 auto;
}

.salvador-strip h2 {
  margin: 0 0 6px;
  font-size: 30px;
  line-height: 1.2;
}

.salvador-strip p {
  max-width: 697px;
  margin: 0;
  color: rgba(201, 201, 201, 0.8);
  font-size: 22px;
  line-height: 1.5;
}

.salvador-strip__btn {
  gap: 8px;
  padding: 14px 42px;
  border-color: #314a84;
  box-shadow: none;
  color: #0b1630;
  font-size: 18px;
  line-height: 1.55;
}

.salvador-strip__btn-icon {
  flex: 0 0 auto;
}

.service-featured,
.image-card,
.project-card,
.blog-card {
  position: relative;
  overflow: hidden;
}

.service-featured {
  max-height: 420px;
  margin-bottom: 24px;
  border-radius: 24px;
  color: #fff;
}

.service-featured img,
.image-card img,
.project-card img,
.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-featured::after,
.image-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.05));
}

.service-featured > div {
  position: absolute;
  z-index: 1;
  inset: 0;
  max-width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 16px;
  border-radius: 999px;
  color: #fff;
  background: #0c6038;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.service-featured .pill {
  min-height: 40px;
  font-size: 14px;
}

.service-featured h3 {
  max-width: 100%;
  margin: auto 0 10px;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.2;
}

.service-featured p {
  margin: 0;
  font-size: 20px;
}

.service-carousel {
  position: relative;
}

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

.service-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0 0 3px;
  border: 1px solid var(--econaire-color-primary);
  border-radius: 50%;
  color: var(--econaire-color-primary);
  background: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.service-arrow--prev {
  left: -44px;
}

.service-arrow--next {
  right: -44px;
}

.service-arrow:focus-visible {
  outline: 3px solid var(--econaire-color-secondary);
  outline-offset: 4px;
}

.image-card {
  height: 236px;
  border-radius: 20px;
  color: #fff;
}

.image-card--active {
  box-shadow: 0 0 0 4px #fff, 0 0 0 8px #0b5a8a;
}

.image-card .pill,
.image-card h3 {
  position: absolute;
  z-index: 1;
  left: 14px;
}

.image-card .pill {
  top: 11px;
}

.image-card h3 {
  bottom: 24px;
  max-width: 230px;
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
}

.stats-section {
  position: relative;
  min-height: 644px;
  overflow: hidden;
}

.stats-section__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 426px 1fr;
  gap: 54px;
  align-items: center;
  width: min(100% - 112px, var(--econaire-max-width));
  min-height: 644px;
  margin: 0 auto;
  padding: 80px 0;
}

.stats-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.stats-section::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #fff 18%, rgba(255, 255, 255, 0.82) 42%, rgba(255, 255, 255, 0.12));
}

.stats-section__copy p {
  margin: 24px 0;
  font-size: 22px;
  line-height: 1.5;
}

.stats-section .button-row {
  justify-content: flex-start;
}

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

.stats-grid strong {
  display: block;
  color: #0a1633;
  font-family: "Sora", system-ui, sans-serif;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 800;
  line-height: 1;
}

.stats-grid span {
  display: block;
  margin-top: 8px;
  font-family: "Sora", system-ui, sans-serif;
  font-weight: 700;
}

.stats-grid small {
  display: block;
  margin-top: 4px;
  color: #1e1b20;
  font-weight: 700;
}

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

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

.blog-section .section__header {
  height: 48px;
  margin-bottom: 48px;
}

.blog-section__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--econaire-color-primary);
  font-size: 16px;
  line-height: 24px;
}

.blog-section__link span {
  font-size: 20px;
  line-height: 1;
}

.project-card,
.blog-card {
  border: 1px solid #e5e7eb;
  border-radius: var(--econaire-radius);
  background: #fff;
}

.blog-card {
  display: flex;
  flex-direction: column;
  min-height: 264px;
  padding: 1px;
}

.project-card {
  display: flex;
  flex-direction: column;
  min-height: 562px;
}

.project-card__image,
.blog-card__image {
  position: relative;
  height: 232px;
}

.blog-card__image {
  height: 127px;
}

.project-card__image .pill,
.blog-card__image .pill {
  position: absolute;
  top: 16px;
  left: 16px;
}

.project-card__body,
.blog-card__body {
  padding: 24px;
}

.blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.project-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.project-card h3,
.blog-card h3 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.3;
}

.project-card h3 {
  min-height: 62px;
}

.blog-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #000;
}

.blog-card h3 a {
  color: inherit;
  text-decoration: none;
}

.project-card p,
.blog-card p {
  color: #4b5563;
}

.blog-card p {
  margin: 0;
  color: #102d1f;
  font-size: 14px;
  line-height: 22.75px;
  max-width: 174px;
  min-height: 46px;
}

.project-card__place {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.project-card__place img {
  flex: 0 0 auto;
  width: 16px;
  height: auto;
  object-fit: contain;
}

.project-card__description {
  flex: 1;
}

.project-card__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: auto;
  padding: 12px;
  border-radius: 16px;
  background: #f9fafb;
}

.project-card__meta span {
  color: #4b5563;
  font-size: 12px;
}

.project-card__meta strong {
  display: block;
  color: #0a4d2d;
  font-size: 16px;
}

/* Featured project cards with case-study links */
.project-card__image-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.project-card__image-link:hover .project-card__image img {
  transform: scale(1.03);
}

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

.project-card__cta {
  display: inline-block;
  margin-top: 16px;
  color: var(--econaire-color-primary);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: opacity 0.2s;
}

.project-card__cta:hover {
  opacity: 0.75;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.blog-card time {
  position: relative;
  display: block;
  padding-left: 24px;
  color: #102d1f;
  font-size: 14px;
  line-height: 20px;
  flex: 1 1 auto;
}

.blog-card time span {
  display: block;
}

.blog-card time::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #102d1f;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}

.presence-section {
  color: #fff;
  background: var(--econaire-color-navy);
}

.presence-section__inner {
  width: min(100% - 112px, var(--econaire-max-width));
  margin: 0 auto;
  padding: 80px 0;
}

.presence-section__intro {
  max-width: 768px;
  margin-bottom: 64px;
}

.presence-section__intro h2 {
  margin: 0 0 12px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.2;
}

.presence-section__intro p {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5;
}

.presence-layout {
  display: grid;
  grid-template-columns: minmax(320px, 489px) 1fr;
  gap: 64px;
  align-items: stretch;
}

.presence-cards {
  display: grid;
  gap: 33px;
}

.presence-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 254px;
  padding: 32px;
  border: 1px solid #363d4d;
  border-radius: 24px;
  background: #1e2738;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.presence-card:hover,
.presence-card:focus,
.presence-card.is-active {
  border-color: rgba(255, 215, 0, 0.85);
  background: #263247;
  transform: translateY(-2px);
}

.presence-card:focus {
  outline: 3px solid rgba(255, 215, 0, 0.35);
  outline-offset: 4px;
}

.presence-card h3 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.2;
}

.presence-card__location {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
}

.presence-card__location img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}

.presence-card__location span {
  display: block;
  color: #4b5563;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.presence-card__location strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.presence-card__actions {
  display: grid;
  gap: 20px;
  width: 241px;
}

.presence-card__actions .btn {
  width: 100%;
}

.presence-card__actions .btn--outline {
  color: var(--econaire-color-secondary);
  border-color: var(--econaire-color-secondary);
  background: rgba(255, 255, 255, 0.1);
}

.presence-map {
  position: relative;
  min-height: 804px;
  overflow: hidden;
  border-radius: 20px;
  background: #041526;
}

.presence-map__svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 804px;
  opacity: 0.82;
  border-radius: 20px;
}

.presence-marker {
  opacity: 1;
}

@keyframes presence-marker-shake {
  0%, 100% { transform: translateX(0); }
  15% { transform: translateX(-8px); }
  30% { transform: translateX(8px); }
  45% { transform: translateX(-6px); }
  60% { transform: translateX(6px); }
  75% { transform: translateX(-3px); }
  90% { transform: translateX(3px); }
}

.presence-marker.is-shaking {
  animation: presence-marker-shake 600ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .presence-marker.is-shaking {
    animation: none;
  }
}

.project-cta {
  background: #fff;
}

.project-cta__inner {
  width: min(100% - 112px, var(--econaire-max-width));
  margin: 0 auto;
  padding: 80px 0;
}

.project-cta__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 80px;
}

.project-cta__intro h2 {
  margin: 0;
  color: var(--econaire-color-text);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.2;
}

.project-cta__intro p {
  max-width: 100%;
  margin: 0 0 8px;
  color: #99a1af;
  font-size: 22px;
  line-height: 1.5;
}

.project-cta__intro .btn {
  min-width: 241px;
  color: #fff;
}

.project-cta__carousel {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.project-cta__viewport {
  position: relative;
  height: 431px;
  overflow: hidden;
  border-radius: 10px;
  background: #eef1f4;
}

.project-cta__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 220ms ease;
}

.project-cta__slide.is-active {
  opacity: 1;
}

.project-cta__arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--econaire-color-primary);
  border-radius: 999px;
  color: var(--econaire-color-primary);
  background: #fff;
  cursor: pointer;
}

.project-cta__arrow::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
}

.project-cta__arrow--prev::before {
  transform: rotate(-45deg);
  margin-left: 4px;
}

.project-cta__arrow--next::before {
  transform: rotate(135deg);
  margin-right: 4px;
}

.project-cta__arrow:focus-visible,
.project-cta__bullet:focus-visible {
  outline: 3px solid rgba(40, 67, 138, 0.25);
  outline-offset: 4px;
}

.project-cta__bullets {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.project-cta__bullet {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d1d5db;
  cursor: pointer;
}

.project-cta__bullet.is-active {
  background: var(--econaire-color-primary);
}

.testimonials-section {
  color: #fff;
  background: var(--econaire-color-navy);
}

.testimonials-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: min(100% - 96px, 1480px);
  margin: 0 auto;
  padding: 72px 0;
}

.testimonials-section__header {
  width: 100%;
  text-align: center;
}

.testimonials-section h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 52px);
  letter-spacing: -0.52px;
  font-weight: 600;
  line-height: 1.2;
}

.testimonials-section .testimonials-slider {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 56px; /* side lanes for the outer arrows */
}

.testimonials-section .testimonials-track {
  display: flex;
  gap: 24px;
  width: 100%;
  overflow-x: auto;
  /* Lock the vertical axis. With overflow-x:auto, an unset overflow-y computes
     to "auto", so a 1px-taller card makes the track vertically scrollable and
     traps the trackpad's vertical scroll on Mac — keeping the page stuck. */
  overflow-y: hidden;
  /* Don't chain horizontal scroll to the browser's back/forward swipe. */
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.testimonials-section .testimonials-track::-webkit-scrollbar {
  display: none;
}

.testimonials-section__arrow {
  appearance: none;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: #fff;
  color: #28438a;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.testimonials-section__arrow:hover {
  background: #ffd700;
  color: #081229;
  border-color: #ffd700;
}

.testimonials-section__arrow:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
}

.testimonials-section__arrow svg {
  width: 24px;
  height: 24px;
  display: block;
}

.testimonials-section__arrow--prev {
  left: 4px;
}

.testimonials-section__arrow--next {
  right: 4px;
}

.testimonials-section .testimonial-card {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 300px;
  min-width: 0;
  padding: 25px;
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  background: #0b1630;
  box-shadow: none;
}

.testimonials-section .testimonial-card__rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.testimonials-section .testimonial-card__rating span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 24px;
  padding: 4px 12px;
  border-radius: 999px;
  color: #081229;
  background: #ffd700;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.testimonials-section .testimonial-card__stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.testimonials-section .testimonial-card__body {
  flex: 1 1 auto;
  min-width: 0;
}

.testimonials-section .testimonial-card p {
  flex: 1;
  margin: 0;
  color: #d1d5db;
  font-size: 14px;
  line-height: 26px;
}

.testimonials-section .testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
}

.testimonials-section .testimonial-card__author img {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  object-fit: contain;
  background-color: #e1e1e1;
}

.testimonials-section .testimonial-card__author h3 {
  margin: 0;
  color: #fff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.testimonials-section .testimonial-card__author span,
.testimonials-section .testimonial-card__author small {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.testimonials-section .testimonial-card__author span {
  color: #e5e7eb;
}

.testimonials-section .testimonial-card__author small {
  color: #9ca3af;
}

.somos-costa-rica-section {
  display: flex;
  justify-content: center;
  padding: 48px 24px;
  background: var(--econaire-color-navy);
}

.somos-costa-rica-section img {
  display: block;
  width: min(100%, 360px);
  height: auto;
}

.contact-section {
  padding: 112px max(32px, calc((100vw - 1223px) / 2));
  color: #fff;
  background: var(--econaire-color-navy);
}

.contact-section .section__intro p {
  color: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1223px;
  margin: 64px auto 0;
}

.contact-locations {
  display: grid;
  gap: 32px;
}

.contact-card,
.contact-form {
  border-radius: 16px;
  color: #0f1c2e;
  background: #f3f5f7;
}

.contact-card {
  padding: 24px;
}

.contact-card h3 {
  margin: 0 0 16px;
  font-size: 20px;
  font-family: "Sora", system-ui, sans-serif;
  font-weight: 700;
}

.contact-card__rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card__row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.contact-card__icon {
  display: inline-block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: #28438a;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.contact-card__icon--location {
  -webkit-mask-image: url("assets/images/icon-location.svg");
  mask-image: url("assets/images/icon-location.svg");
}

.contact-card__icon--phone {
  -webkit-mask-image: url("assets/images/icon-phone.svg");
  mask-image: url("assets/images/icon-phone.svg");
}

.contact-card__icon--email {
  -webkit-mask-image: url("assets/images/icon-email.svg");
  mask-image: url("assets/images/icon-email.svg");
}

.contact-card__icon--clock {
  -webkit-mask-image: url("assets/images/icon-clock.svg");
  mask-image: url("assets/images/icon-clock.svg");
}

.contact-card__label,
.contact-form label {
  display: block;
  color: #65758b;
  font-size: 14px;
  font-family: "Sora", system-ui, sans-serif;
  line-height: 1.43;
}

.contact-card__row p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #4b5563;
}

.contact-form {
  display: grid;
  gap: 20px;
  padding: 32px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #fff;
  font: inherit;
}

.contact-form textarea {
  min-height: 122px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form .btn {
  width: 100%;
}

/* ── Contact Page Block ────────────────────────────────────────── */

.contact-page {
  background: #fff;
}

.contact-page__hero {
  position: relative;
  overflow: hidden;
  background: #081229;
  padding: 48px 64px 64px;
}

.contact-page__hero-bg,
.contact-page__hero-overlay {
  position: absolute;
  inset: 0;
}

.contact-page__hero-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.02);
}

.contact-page__hero-overlay {
  background: linear-gradient(90deg,
    rgba(8, 18, 41, 0.9) 0%,
    rgba(8, 18, 41, 0.76) 34%,
    rgba(8, 18, 41, 0.42) 52%,
    rgba(8, 18, 41, 0.1) 66%,
    rgba(8, 18, 41, 0) 74%);
}

.contact-page__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1312px;
  margin: 0 auto;
}

.contact-page__hero-top-logo {
  margin-bottom: 0;
}

.contact-page__hero-logo-img {
  width: 225px;
  height: auto;
}

.contact-page__hero-copy {
  max-width: 900px;
  margin: 0 auto;
  padding: 54px 0 54px;
  text-align: center;
}

.contact-page__hero-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.52px;
}

.contact-page__hero-subtitle {
  max-width: 844px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
}

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

.contact-page__support-card {
  min-height: 100%;
  padding: 33px 28px 28px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(2px);
  text-align: center;
  display: flex;
  flex-direction: column;
}

.contact-page__support-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
}

.contact-page__support-icon img {
  width: 32px;
  height: 32px;
}

.contact-page__support-category {
  display: block;
  margin-bottom: 14px;
  color: #61a6fb;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
}

.contact-page__support-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.contact-page__support-contact {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.7);
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.contact-page__support-secondary {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  line-height: 24px;
}

.contact-page__support-btn {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  margin-top: auto;
  padding: 16px 24px;
  border-radius: 8px;
  background: #ffd700;
  box-shadow: 0 4px 14px -2px rgba(13, 88, 135, 0.4);
  color: #081229;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.contact-page__support-whatsapp {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.contact-page__support-contact--link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-page__hero-mark {
  width: 112px;
  height: 103px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}

.contact-page__hero-mark img {
  position: absolute;
  top: -1.03%;
  left: 0;
  width: 468.75%;
  height: auto;
  max-width: none;
}

.contact-page__locations {
  width: 100%;
  background: #f9fafb;
}

.contact-page__locations-inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 64px 48px;
}

.contact-page__section-head {
  margin-bottom: 64px;
}

.contact-page__section-title,
.contact-page__project-title {
  margin: 0 0 12px;
  color: #050208;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.52px;
}

.contact-page__section-subtitle,
.contact-page__project-desc {
  margin: 0;
  color: #050208;
  font-size: 18px;
  line-height: 1.5;
}

.contact-page__project-desc {
  max-width: 920px;
}

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

.contact-page__location-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-page__location-map {
  aspect-ratio: 2198 / 1132;
  overflow: hidden;
  border-radius: 24px;
  background: #e2e8f0;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.contact-page__location-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.contact-page__location-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
}

.contact-page__location-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.contact-page__location-flag {
  font-size: 18px;
  line-height: 1;
}

.contact-page__location-title {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.contact-page__location-detail {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.contact-page__location-detail img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.contact-page__location-detail p,
.contact-page__location-detail a {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.contact-page__location-link {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: auto;
  padding-top: 12px;
  align-items: center;
  align-self: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 32px;
  border-radius: 8px;
  background: #ffd700;
  box-shadow: 0 4px 14px -2px rgba(13, 88, 135, 0.4);
  color: #28438a;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.contact-page__location-cta {
  margin-top: 64px;
  padding: 42px 64px;
  border-radius: 10px;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.contact-page__location-cta-copy h3 {
  margin: 0 0 8px;
  color: #050208;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-page__location-cta-copy p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.contact-page__location-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 32px;
  border-radius: 8px;
  background: #ffd700;
  color: #28438a;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  white-space: nowrap;
}

.contact-page__project {
  padding: 56px 0 80px;
}

.contact-page__project-inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 48px;
}

.contact-page__project-head {
  margin-bottom: 24px;
}

.contact-page__project-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 494px);
  gap: 24px;
  align-items: stretch;
}

.contact-page__project-form-wrap {
  padding: 24px;
  border-radius: 16px;
  background: #f3f5f7;
}

.contact-page__project-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.econaire-project-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.econaire-project-form__field label {
  color: #0f1c2e;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.contact-page__field select,
.contact-page__field input,
.contact-page__field textarea,
.pricing-proposal__field select,
.pricing-proposal__field input,
.pricing-proposal__field textarea {
  width: 100%;
  min-height: 50px;
  padding: 14px 16px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #fff;
  color: #0f1c2e;
  font: inherit;
}

.contact-page__field select,
.pricing-proposal__field select {
  min-height: 48px;
}

.contact-page__field textarea,
.pricing-proposal__field textarea {
  min-height: 122px;
  resize: vertical;
}

.contact-page__field-row,
.econaire-project-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-page__project-submit,
.pricing-proposal__project-submit {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 8px;
  background: #ffd700;
  box-shadow: 0 4px 14px -2px rgba(13, 88, 135, 0.4);
  color: #28438a;
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
}

.contact-page__project-submit:disabled,
.pricing-proposal__project-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.contact-page__project-photo {
  overflow: hidden;
  border-radius: 16px;
  background: #dbe3ea;
}

.contact-page__project-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-page__form-msg {
  min-height: 22px;
  font-size: 14px;
  line-height: 20px;
}

.contact-page__form-msg.is-success {
  color: #0a8f5a;
}

.contact-page__form-msg.is-error {
  color: #c0392b;
}

@media (max-width: 1024px) {
  .contact-page__hero {
    padding: 40px 32px 48px;
  }

  .contact-page__hero-copy {
    padding: 56px 0 40px;
  }

  .contact-page__hero-title {
    font-size: 42px;
  }

  .contact-page__support-grid,
  .contact-page__location-grid,
  .contact-page__project-body {
    grid-template-columns: 1fr;
  }

  .contact-page__locations-inner,
  .contact-page__project-inner {
    padding-left: 32px;
    padding-right: 32px;
  }

  .contact-page__location-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .contact-page__hero {
    padding: 32px 24px 40px;
  }

  .contact-page__hero-copy {
    padding: 36px 0 32px;
  }

  .contact-page__hero-title,
  .contact-page__section-title,
  .contact-page__project-title {
    font-size: 34px;
  }

  .contact-page__hero-subtitle {
    font-size: 16px;
  }

  .contact-page__locations-inner,
  .contact-page__project-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-page__support-card {
    padding: 28px 20px 24px;
  }

  .contact-page__field-row,
  .econaire-project-form__row {
    grid-template-columns: 1fr;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1100px) {
  .site-navigation,
  .header-country,
  .header-lang {
    display: none;
  }

  .site-header__toggle {
    display: flex;
  }

  .site-header__cta {
    padding: 16px 24px;
    font-size: 16px;
  }
}

@media (max-width: 720px) {
  .site-footer__inner,
  .site-main,
  .section,
  .salvador-strip__inner,
  .presence-section__inner,
  .project-cta__inner,
  .testimonials-section__inner {
    width: min(100% - 32px, var(--econaire-max-width));
  }

  .site-header__inner {
    padding: 0 20px;
  }

  /* The contact CTA is repeated inside the opened mobile menu. */
  .site-header__controls > .site-header__cta {
    display: none;
  }

  .site-header__mobile-inner {
    padding: 16px 20px 24px;
  }

  .site-main {
    padding: 36px 0;
  }

  .site-footer__inner {
    padding: 56px 0;
  }

  .home .site-main,
  .front-page .site-main,
  .blog .site-main,
  .single-post .site-main {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .home-hero__content {
    width: min(100% - 64px, var(--econaire-max-width));
  }

  .home-hero__adobe-mark {
    right: 32px;
  }

  .feature-grid,
  .stats-section__inner,
  .presence-layout,
  .project-grid,
  .blog-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .site-footer__content {
    flex-direction: column;
    gap: 56px;
  }

  .site-footer__brand {
    flex-basis: auto;
    width: 100%;
  }

  .site-footer__links {
    width: 100%;
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
    gap: 32px;
  }

  .site-footer__mark {
    display: none;
  }

  .site-footer__bottom {
    flex-direction: column;
  }

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

  .service-arrow--prev {
    left: -24px;
  }

  .service-arrow--next {
    right: -24px;
  }

  .salvador-strip__inner {
    grid-template-columns: 1fr;
    padding: 48px 0;
  }

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

  .presence-map,
  .presence-map__svg {
    min-height: 620px;
  }

  .project-cta__inner {
    padding: 64px 0;
  }

  .project-cta__intro {
    margin-bottom: 48px;
  }

  .project-cta__carousel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .project-cta__viewport {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .project-cta__arrow {
    grid-row: 2;
  }

  .project-cta__arrow--prev {
    justify-self: end;
  }

  .project-cta__arrow--next {
    justify-self: start;
  }

  .testimonials-section .testimonial-card {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media (max-width: 640px) {
  .home-hero,
  .home-hero__content {
    min-height: 600px;
  }

  .home-hero__content {
    padding: 32px 24px;
    width: 100%;
  }

  .home-hero__content::before {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.12));
  }

  .home-hero__adobe-mark {
    right: 24px;
    bottom: 86px;
    width: 76px;
    height: 70px;
  }

  .section {
    padding: 56px 0;
  }

  .section__header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 32px;
  }

  .service-grid,
  .stats-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .service-arrow {
    top: auto;
    bottom: -64px;
    transform: none;
  }

  .service-arrow--prev {
    left: calc(50% - 56px);
  }

  .service-arrow--next {
    right: calc(50% - 56px);
  }

  .services-section {
    padding-bottom: 120px;
  }

  .stats-section__inner {
    grid-template-columns: 1fr;
    width: min(100% - 48px, var(--econaire-max-width));
    padding: 56px 0;
  }

  .stats-section::after {
    background: rgba(255, 255, 255, 0.86);
  }

  .presence-section__inner {
    padding: 56px 0;
  }

  .presence-section__intro {
    margin-bottom: 40px;
  }

  .presence-card {
    min-height: auto;
    padding: 24px;
  }

  .presence-card__actions {
    width: 100%;
  }

  .presence-map,
  .presence-map__svg {
    min-height: 520px;
  }

  .project-cta__inner {
    padding: 56px 0;
  }

  .project-cta__intro {
    margin-bottom: 40px;
  }

  .project-cta__intro p {
    font-size: 18px;
  }

  .project-cta__intro .btn {
    width: 100%;
  }

  .project-cta__viewport {
    height: 280px;
  }

  .testimonials-section__inner {
    gap: 40px;
    padding: 56px 0;
    width: min(100% - 32px, var(--econaire-max-width));
  }

  .testimonials-section__header {
    text-align: center;
  }

  .testimonials-section .testimonials-slider {
    padding: 0 40px;
  }

  .testimonials-section__arrow {
    width: 38px;
    height: 38px;
  }

  .testimonials-section__arrow svg {
    width: 20px;
    height: 20px;
  }

  .testimonials-section .testimonial-card {
    flex-basis: 85%;
  }

  .testimonials-section .testimonial-card {
    min-height: auto;
    padding: 24px;
  }

  .site-footer__locations,
  .site-footer__links {
    grid-template-columns: 1fr;
  }

  .site-footer__content {
    gap: 40px;
  }

  .site-footer__column:first-child li {
    max-width: none;
  }

  .site-footer__legal {
    flex-direction: column;
    gap: 12px;
  }

  .contact-section {
    padding: 72px 24px;
  }
}

/* ─── Scroll animations ─────────────────────────────────────────────────── */

.scroll-animate {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.scroll-animate--stagger {
  transition-delay: calc(var(--stagger, 0) * 90ms);
}

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

/* ─── Blog Page (home.php) ──────────────────────────────────────────────── */

/* Hero */
.blog-page-hero {
  position: relative;
  background-color: var(--econaire-color-navy);
  background-size: cover;
  background-position: center right;
  padding: 48px 64px 80px;
  overflow: hidden;
}

.blog-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(8, 18, 41, 0.94) 0%,
    rgba(8, 18, 41, 0.82) 32%,
    rgba(8, 18, 41, 0.48) 50%,
    rgba(8, 18, 41, 0.12) 64%,
    rgba(8, 18, 41, 0) 72%);
  pointer-events: none;
}

.blog-page-hero__inner {
  position: relative;
  max-width: 1312px;
  margin: 0 auto;
}

.blog-page-hero__title {
  font-size: 72px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.72px;
  line-height: 1.2;
  margin: 0 0 50px;
}

.blog-page-hero__subtitle {
  font-family: 'Sora', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.22px;
  line-height: 1.4;
  margin: 0 0 16px;
}

.blog-page-hero__desc p {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 16px;
}

/* Shared meta row (date / read-time) */
.blog-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  color: #6b7280;
  white-space: nowrap;
}

.blog-meta-item svg {
  flex-shrink: 0;
}

/* ── Featured article ── */
.blog-featured {
  background: #fff;
  padding: 80px 64px;
}

.blog-featured__inner {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-featured__badge {
  display: inline-flex;
  align-items: center;
  background: var(--econaire-color-green);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 20px;
  border-radius: 9999px;
  width: fit-content;
}

.blog-featured__card {
  display: flex;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(11, 90, 138, 0.15);
  overflow: hidden;
  min-height: 580px;
}

.blog-featured__image {
  flex: 1;
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  min-height: 400px;
}

.blog-featured__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-featured__image:hover img {
  transform: scale(1.03);
}

.blog-featured__cat {
  position: absolute;
  top: 24px;
  left: 24px;
  background: rgba(255, 252, 238, 0.92);
  backdrop-filter: blur(2px);
  color: #0a1633;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 16px;
  border-radius: 8px;
}

.blog-featured__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}

.blog-featured__meta {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.blog-featured__title {
  font-family: 'Sora', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #0a1633;
  line-height: 40px;
  margin: 0 0 16px;
}

.blog-featured__title a {
  color: inherit;
  text-decoration: none;
}

.blog-featured__title a:hover {
  color: var(--econaire-color-primary);
}

.blog-featured__excerpt {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  color: #6b7280;
  line-height: 28px;
  margin: 0 0 24px;
}

.blog-featured__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.blog-featured__author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(40, 67, 138, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.blog-featured__author-avatar img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.blog-featured__author strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0a1633;
  line-height: 24px;
}

.blog-featured__author span {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  color: #6b7280;
  line-height: 20px;
}

.blog-featured__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--econaire-color-primary);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  width: fit-content;
  transition: opacity 0.2s;
}

.blog-featured__btn:hover {
  opacity: 0.88;
  color: #fff;
}

/* ── Recent articles ── */
.blog-recent {
  background: #f5f5f5;
  padding: 96px 64px;
}

.blog-recent__inner {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.blog-recent__heading {
  font-family: 'Sora', sans-serif;
  font-size: 52px;
  font-weight: 600;
  color: #0a1633;
  letter-spacing: -0.52px;
  line-height: 1.2;
  margin: 0;
}

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

/* ── "Cargar más artículos" button ── */
.blog-recent__loadmore {
  display: flex;
  justify-content: center;
}

.blog-loadmore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 42px;
  border: 2px solid var(--econaire-color-secondary);
  border-radius: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--econaire-color-secondary);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.blog-loadmore-btn:hover {
  background: var(--econaire-color-secondary);
  color: #081229;
}

.blog-loadmore-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.blog-news-card--reveal {
  animation: cardReveal 0.35s ease both;
}

@keyframes cardReveal {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Single post ─────────────────────────────────────────────────────────────── */

.post-hero {
  background: var(--econaire-color-navy);
  padding: 64px 64px 65px;
  border-bottom: 1px solid #e5e7eb;
}

.post-hero__inner {
  max-width: 1312px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.post-hero__cat-wrap {
  padding-bottom: 16px;
}

.post-hero__cat {
  display: inline-flex;
  background: #fffcee;
  color: #0a1633;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 16px;
  border-radius: 9999px;
}

.post-hero__title {
  font-family: 'Sora', sans-serif;
  font-size: 72px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.72px;
  line-height: 1.2;
  margin: 0;
}

.post-hero__byline {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.post-hero__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.post-hero__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 2px solid var(--econaire-color-secondary);
  overflow: hidden;
  flex-shrink: 0;
}

.post-hero__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-hero__author-info {
  display: flex;
  flex-direction: column;
}

.post-hero__author-info strong {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--econaire-color-secondary);
  line-height: 20px;
}

.post-hero__author-info span {
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6b7280;
  line-height: 16px;
}

.post-hero__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.post-hero__meta .blog-meta-item {
  color: #fffcee;
  font-size: 14px;
}

.post-hero__image {
  border-radius: 16px;
  overflow: hidden;
  height: 500px;
  box-shadow: 0 12px 32px rgba(11,90,138,0.15);
  margin-top: 20px;
}

.post-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Post intro ── */

.post-intro {
  background: #fff;
  padding: 0 64px;
}

.post-intro__inner {
  max-width: 1312px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 0;
  border-left: 4px solid var(--econaire-color-secondary);
  padding-left: 24px;
}

.post-intro__text {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #374151;
  margin: 0;
}

/* ── Post body ── */

.post-body {
  background: #fff;
  padding: 64px;
}

.post-body__inner {
  max-width: 1312px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  gap: 46px;
  align-items: flex-start;
}

/* Article content */
.post-article {
  flex: 1;
  min-width: 0;
}

.post-article h2 {
  font-family: 'Sora', sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #0a1633;
  letter-spacing: -0.36px;
  line-height: 1.3;
  margin: 40px 0 16px;
}

.post-article h2:first-child {
  margin-top: 0;
}

.post-article h3 {
  font-family: 'Sora', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #0a1633;
  letter-spacing: -0.22px;
  line-height: 1.4;
  margin: 32px 0 12px;
}

.post-article h4 {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0a1633;
  margin: 24px 0 10px;
}

.post-article p {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(10,22,51,0.9);
  line-height: 1.65;
  margin: 0 0 16px;
}

.post-article ul,
.post-article ol {
  margin: 0 0 16px 0;
  padding-left: 24px;
}

.post-article li {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  color: rgba(10,22,51,0.9);
  line-height: 1.65;
  margin-bottom: 6px;
}

.post-article strong {
  font-weight: 700;
  color: #0a1633;
}

.post-article blockquote {
  border-left: 4px solid var(--econaire-color-green);
  background: rgba(10,77,45,0.04);
  margin: 24px 0;
  padding: 20px 24px;
  border-radius: 0 8px 8px 0;
}

.post-article blockquote p {
  font-style: italic;
  color: #0a1633;
  margin: 0;
}

.post-article a {
  color: var(--econaire-color-green);
  text-decoration: underline;
}

.post-article a:hover {
  color: #0a4d2d;
}

.post-article img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 16px 0;
}

.post-article figure {
  margin: 24px 0;
}

.post-article figcaption {
  font-size: 13px;
  color: #6b7280;
  text-align: center;
  margin-top: 8px;
}

/* WordPress native block styles */
.post-article .wp-block-pullquote {
  border-top: 4px solid var(--econaire-color-secondary);
  border-bottom: 4px solid var(--econaire-color-secondary);
  padding: 24px;
  text-align: center;
}

/* ── Sidebar ── */

.post-sidebar {
  width: 360px;
  flex-shrink: 0;
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.post-sidebar__toc {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.post-sidebar__toc-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0a1633;
}

.post-sidebar__toc-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.post-sidebar__toc-link {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  line-height: 20px;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-sidebar__toc-link:hover {
  background: rgba(40,67,138,0.08);
  color: #0a4d2d;
}

.post-sidebar__toc-link.is-active {
  background: rgba(40,67,138,0.1);
  color: #0a4d2d;
  font-weight: 600;
}

.post-sidebar__cta {
  background: #0b1630;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.post-sidebar__cta h3 {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  margin: 0;
}

.post-sidebar__cta p {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #9ca3af;
  line-height: 1.5;
  margin: 4px 0 8px;
}

.post-sidebar__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--econaire-color-green);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
  margin-top: 4px;
}

.post-sidebar__cta-btn:hover {
  background: #0d5c36;
  color: #fff;
}

/* ── Related posts section ── */

.post-related {
  background: #f5f5f5;
  padding: 64px;
}

.post-related__inner {
  max-width: 1312px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.post-related__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.post-related__pill {
  display: inline-flex;
  background: #fffcee;
  color: #0a1633;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 16px;
  border-radius: 9999px;
}

.post-related__heading {
  font-family: 'Sora', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #0a1633;
  text-align: center;
  margin: 0;
}

/* TOC scroll spy */
.post-sidebar__toc-link { scroll-behavior: smooth; }

@media (max-width: 1024px) {
  .post-body__inner {
    flex-direction: column;
  }
  .post-sidebar {
    width: 100%;
    position: static;
  }
  .post-hero {
    padding: 48px 24px 0;
  }
  .post-body {
    padding: 48px 24px;
  }
  .post-related {
    padding: 48px 24px;
  }
  .post-hero__title {
    font-size: 40px;
  }
  .post-article h2 {
    font-size: 28px;
  }
}

/* ── Blog news card ── */
.blog-news-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.blog-news-card__image {
  display: block;
  position: relative;
  height: 224px;
  overflow: hidden;
  flex-shrink: 0;
  text-decoration: none;
}

.blog-news-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

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

.blog-news-card__cat {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--econaire-color-green);
  backdrop-filter: blur(2px);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px;
  border-radius: 8px;
}

.blog-news-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}

.blog-news-card__meta {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}

.blog-news-card__title {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 28px;
  margin: 0 0 12px;
}

.blog-news-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-news-card__title a:hover {
  color: #000;
}

.blog-news-card__excerpt {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  color: #6b7280;
  line-height: 20px;
  margin: 0 0 20px;
  flex: 1;
}

.blog-news-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e5e7eb;
  padding-top: 17px;
  margin-top: auto;
}

.blog-news-card__author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  color: #0d3220;
}

.blog-news-card__author-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(10, 77, 45, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.blog-news-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--econaire-color-green);
  text-decoration: none;
  transition: opacity 0.2s;
}

.blog-news-card__link:hover {
  opacity: 0.75;
}

/* Responsive – Blog Page */
@media (max-width: 1024px) {
  .blog-featured__card {
    flex-direction: column;
  }

  .blog-featured__image {
    height: 320px;
    flex: none;
    min-height: unset;
  }

  .blog-featured__body {
    padding: 32px;
  }

  .blog-featured__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .blog-recent__heading {
    font-size: 36px;
  }

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

@media (max-width: 768px) {
  .blog-page-hero {
    padding: 40px 24px 64px;
  }

  .blog-page-hero__title {
    font-size: 40px;
    margin-bottom: 32px;
  }

  .blog-page-hero__subtitle {
    font-size: 18px;
  }

  .blog-page-hero__desc p {
    font-size: 16px;
  }

  .blog-featured,
  .blog-recent {
    padding: 48px 24px;
  }

  .blog-featured__excerpt {
    font-size: 16px;
  }

  .blog-recent {
    padding: 64px 24px;
  }

  .blog-recent__inner {
    gap: 32px;
  }

  .blog-recent__heading {
    font-size: 32px;
  }

  .blog-news-grid {
    grid-template-columns: 1fr;
  }

  .blog-loadmore-btn {
    font-size: 16px;
    padding: 0 32px;
  }
}

/* ============================================================
   ABOUT PAGE BLOCKS
   ============================================================ */

/* ── About Expertise ──────────────────────────────────────── */

.about-expertise {
  background: #fff;
  padding: 80px 24px;
}

.about-expertise__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.about-expertise__header {
  text-align: center;
}

.about-expertise__section-title {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -0.52px;
  color: #081229;
  margin: 0 0 12px;
}

.about-expertise__section-subtitle {
  font-size: 22px;
  color: #4b5563;
  margin: 0;
}

.about-expertise__body {
  display: flex;
  gap: 44px;
  align-items: flex-start;
}

.about-expertise__content {
  flex: 0 0 456px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-expertise__h3 {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.44px;
  color: #081229;
  margin: 0;
}

.about-expertise__desc {
  font-size: 18px;
  color: #4b5563;
  line-height: 1.5;
  margin: 0;
}

.about-expertise__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-expertise__benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #081229;
  line-height: 1.5;
}

.about-expertise__benefits li::before {
  content: '';
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2328438a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.about-expertise__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 32px;
  background: #ffd700;
  color: #28438a;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 14px -2px rgba(13,88,135,0.4);
  align-self: flex-start;
}

.about-expertise__photo {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  min-height: 400px;
}

.about-expertise__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-expertise__photo-placeholder {
  width: 100%;
  min-height: 400px;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  border-radius: 10px;
}

/* ── About Sustainability ─────────────────────────────────── */

.about-sustainability {
  background: #081229;
  padding: 80px 24px;
}

.about-sustainability__inner {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
}

.about-sustainability__photo {
  flex: 1 1 0;
  aspect-ratio: 766.5 / 639;
  border-radius: 10px;
  overflow: hidden;
}

.about-sustainability__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about-sustainability__placeholder {
  width: 100%;
  min-height: 400px;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 10px;
}

.about-sustainability__right {
  flex: 0 0 522px;
  display: flex;
  flex-direction: column;
  gap: 37px;
  align-items: flex-end;
}

.about-sustainability__title {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.44px;
  color: #fff;
  text-align: right;
  margin: 0;
  width: 100%;
}

.about-sustainability__desc {
  font-size: 22px;
  color: #ffffff;
  line-height: 1.5;
  text-align: right;
  margin: 0;
  width: 100%;
}

.about-sustainability__chart {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1536 / 1024;
}

.about-sustainability__chart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ── About Process ────────────────────────────────────────── */

.about-process {
  background: #081229;
  padding: 80px;
}

.about-process__inner {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.about-process__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.about-process__title {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 39px;
  line-height: 1.2;
  letter-spacing: -0.44px;
  color: #fff;
  margin: 0;
}

.about-process__desc {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
}

.about-process__steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-process__steps-row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.about-process__step {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-process__step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  background: #ffd700;
  border-radius: 999px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #050208;
  flex-shrink: 0;
}

.about-process__step-label {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
}

.about-process__step-connector {
  flex: 0 0 64px;
  height: 2px;
  background: rgb(255, 215, 0);
  position: relative;
}

.about-process__buttons {
  display: flex;
  gap: 24px;
  align-items: center;
}

.about-process__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 32px;
  border-radius: 8px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.about-process__btn--primary {
  background: #ffd700;
  color: #081229;
  box-shadow: 0 4px 14px -2px rgba(13,88,135,0.4);
}

.about-process__btn--outline {
  background: transparent;
  color: #ffd700;
  border: 2px solid #ffd700;
  padding: 0 42px;
}

.about-process__photo {
  flex: 0 0 781px;
  height: 439px;
  border-radius: 10px;
  overflow: hidden;
}

.about-process__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-process__photo-placeholder {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

/* ── About Team ───────────────────────────────────────────── */

.about-team {
  background: #fff;
  padding: 80px 24px;
}

.about-team__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}

.about-team__header {
  text-align: center;
  width: 100%;
}

.about-team__section-title {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -0.52px;
  color: #050208;
  margin: 0 0 12px;
}

.about-team__section-subtitle {
  font-size: 22px;
  color: #050208;
  margin: 0;
}

.about-team__carousel {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}

.about-team__track {
  flex: 1;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

.about-team__page {
  display: none;
  gap: 32px;
}

.about-team__page.is-active {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.about-team__card {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-team__card-photo {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

.about-team__card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.about-team__card-photo-empty {
  width: 100%;
  aspect-ratio: 1;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  border-radius: 8px;
}

.about-team__card-name {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #050208;
  margin: 0;
  line-height: 1.5;
}

.about-team__card-role {
  font-size: 14px;
  color: #050208;
  margin: 0 0 8px;
  line-height: 1.5;
  min-height: 21px;
}

.about-team__card-bio {
  font-size: 14px;
  color: rgba(5,2,8,0.4);
  margin: 0;
  line-height: 1.5;
}

.about-team__actions {
  display: flex;
  gap: 24px;
  align-items: center;
}

.about-team__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 32px;
  border-radius: 8px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.about-team__btn--primary {
  background: #ffd700;
  color: #28438a;
  box-shadow: 0 4px 14px -2px rgba(13,88,135,0.4);
}

.about-team__btn--outline {
  background: transparent;
  color: #ffd700;
  border: 2px solid #ffd700;
  padding: 0 42px;
}

.about-team__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #28438a;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  transition: background 0.2s, transform 0.2s;
}

.about-team__arrow:hover {
  background: #1d3168;
  transform: scale(1.06);
}

.about-team__arrow:focus-visible {
  outline: 2px solid #ffd700;
  outline-offset: 2px;
}

.about-team__arrow svg {
  width: 24px;
  height: 24px;
  display: block;
}

.about-team__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.about-team__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c7d0db;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.about-team__dot.is-active {
  background: #28438a;
}

/* ── About Partners ───────────────────────────────────────── */

.about-partners {
  background: #0b1630;
  padding: 80px 0;
}

.about-partners__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.about-partners__header {
  text-align: center;
  padding: 0 24px;
}

.about-partners__section-title {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -0.52px;
  color: #fff;
  margin: 0 0 12px;
}

.about-partners__section-subtitle {
  font-size: 22px;
  color: #ffffff;
  margin: 0;
}

.about-partners__strip-wrap {
  width: 100%;
  overflow: hidden;
  height: 150px;
  display: flex;
  align-items: center;
}

.about-partners__strip {
  display: flex;
  flex: 0 0 auto;
  width: max-content;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
  animation: about-partners-scroll 45s linear infinite;
}

/* Pause the marquee while the visitor hovers the strip. */
.about-partners__strip-wrap:hover .about-partners__strip {
  animation-play-state: paused;
}

.about-partners__logo {
  flex-shrink: 0;
  width: 220px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  padding: 20px 28px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

/*
 * The logo set is rendered twice in the markup, so translating by -50% scrolls
 * exactly one full set and loops seamlessly. Each logo owns its trailing
 * margin (instead of a flex gap) so the seam spacing matches the rest.
 */
@keyframes about-partners-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .about-partners__strip {
    animation: none;
  }
}

.about-partners__logo img {
  height: 60px;
  width: auto;
  max-width: 164px;
  object-fit: contain;
  opacity: 1;
}

.about-partners__strip-preview {
  color: #ffffff;
  font-size: 14px;
  padding: 20px 40px;
  border: 1px dashed rgba(255,255,255,0.2);
  border-radius: 4px;
}

/* ── About Testimonials ───────────────────────────────────── */

.about-testimonials {
  background: #fff;
  padding: 80px;
}

.about-testimonials__inner {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.about-testimonials__header {
  text-align: center;
  width: 100%;
  padding: 0 24px;
}

.about-testimonials__section-title {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -0.52px;
  color: #050208;
  margin: 0;
}

.about-testimonials__slider {
  width: min(1380px, calc(100vw - 60px));
  position: relative;
  padding: 0 56px; /* side lanes for the outer arrows */
  box-sizing: border-box;
}

/* Clips the card track; lives inside the padded slider so arrows sit outside it. */
.about-testimonials__viewport {
  overflow: hidden;
}

.about-testimonials__arrow {
  appearance: none;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  background: #fff;
  color: #28438a;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(8, 18, 41, 0.16);
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.about-testimonials__arrow:hover {
  background: #28438a;
  color: #fff;
  border-color: #28438a;
}

.about-testimonials__arrow:focus-visible {
  outline: 3px solid rgba(40, 67, 138, 0.4);
  outline-offset: 3px;
}

.about-testimonials__arrow svg {
  width: 24px;
  height: 24px;
  display: block;
}

.about-testimonials__arrow--prev {
  left: 4px;
}

.about-testimonials__arrow--next {
  right: 4px;
}

.about-testimonials__track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s ease;
  will-change: transform;
}

/* 3 cards per page on desktop (see getTestimonialsPerPage in navigation.js). */
.about-testimonials__card {
  flex: 0 0 calc((100% - 48px) / 3);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  box-shadow: 4px 4px 12.5px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 18px;
}

.about-testimonials__card-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-testimonials__badge {
  display: inline-block;
  background: #0c6038;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 999px;
  align-self: flex-start;
}

.about-testimonials__stars {
  display: flex;
  gap: 4px;
}

.about-testimonials__text {
  font-size: 13px;
  color: #050208;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}

.about-testimonials__author {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
}

.about-testimonials__author-photo {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  object-fit: contain;
  background-color: #e1e1e1;
  flex-shrink: 0;
}

.about-testimonials__author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.about-testimonials__author-name {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #050208;
  display: block;
}

.about-testimonials__author-role {
  font-size: 14px;
  color: #050208;
  line-height: 20px;
  display: block;
}

.about-testimonials__author-company {
  font-size: 14px;
  color: #9ca3af;
  line-height: 20px;
  display: block;
}

.about-testimonials__preview {
  width: 100%;
  padding: 40px;
  background: #f3f4f6;
  border-radius: 8px;
  text-align: center;
  color: #9ca3af;
  font-size: 14px;
}

.about-testimonials__dots {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.about-testimonials__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  background: #e5e7eb;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.about-testimonials__dot.is-active {
  background: #28438a;
}

/* ── About Contact ────────────────────────────────────────── */

.about-contact {
  background: #fff;
  padding: clamp(56px, 6vw, 80px) 24px;
}

.about-contact__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 4.5vw, 64px);
}

.about-contact__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.about-contact__heading {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -0.52px;
  color: #050208;
  margin: 0;
}

.about-contact__subtitle {
  font-size: 22px;
  color: #65758b;
  line-height: 1.5;
  margin: 0;
  max-width: 788px;
  text-align: center;
}

.about-contact__body {
  display: flex;
  gap: clamp(40px, 4.5vw, 64px);
  align-items: stretch;
}

.about-contact__photo {
  flex: 1;
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
  align-self: stretch;
}

.about-contact__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-contact__photo-placeholder {
  width: 100%;
  min-height: 400px;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  border-radius: 10px;
}

.about-contact__form-wrap,
.about-contact__form-preview {
  flex: 0 0 587.5px;
  align-self: stretch;
  background: #f3f5f7;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-contact__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-contact__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-contact__field label {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #0f1c2e;
}

.about-contact__field input,
.about-contact__field select,
.about-contact__field textarea {
  background: #fff;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  padding: 0 16px;
  height: 50px;
  font-size: 16px;
  color: #0f1c2e;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.about-contact__field select {
  height: 48px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230f1c2e' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.about-contact__field textarea {
  height: 122px;
  padding: 12px 16px;
  margin-bottom: 6.5px;
  resize: vertical;
}

.about-contact__field input:focus,
.about-contact__field select:focus,
.about-contact__field textarea:focus {
  border-color: #28438a;
}

.about-contact__field-row {
  display: flex;
  gap: 16px;
}

.about-contact__field-row .about-contact__field {
  flex: 1;
}

.about-contact__input {
  background: #fff;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  height: 50px;
}

.about-contact__textarea {
  background: #fff;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  height: 122px;
}

.about-contact__submit {
  width: min(100%, 520px);
  height: 56px;
  background: #ffd700;
  color: #28438a;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 14px -2px rgba(13,88,135,0.4);
  transition: opacity 0.2s;
}

.about-contact__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.about-contact__whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 520px);
  height: 56px;
  margin-top: 12px;
  background: #25d366;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 18px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 14px -2px rgba(37, 211, 102, 0.4);
  transition: opacity 0.2s;
}

.about-contact__whatsapp-btn:hover {
  opacity: 0.88;
}

.about-contact__form-msg {
  font-size: 14px;
  border-radius: 6px;
  padding: 10px 14px;
  display: none;
}

.about-contact__form-msg.is-success {
  display: block;
  background: #d1fae5;
  color: #065f46;
}

.about-contact__form-msg.is-error {
  display: block;
  background: #fee2e2;
  color: #991b1b;
}

/* ── Responsive – About blocks ────────────────────────────── */

@media (max-width: 1312px) {
  .about-contact__body {
    flex-direction: column;
  }

  .about-contact__form-wrap,
  .about-contact__form-preview {
    flex: unset;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .about-expertise__body {
    flex-direction: column;
  }

  .about-expertise__content {
    flex: unset;
    width: 100%;
  }

  .about-expertise__photo {
    width: 100%;
    min-height: 320px;
  }

  .about-sustainability {
    padding: 60px 24px;
  }

  .about-sustainability__inner {
    flex-direction: column;
  }

  .about-sustainability__right {
    flex: unset;
    width: 100%;
  }

  .about-process {
    padding: 60px 24px;
  }

  .about-process__inner {
    flex-direction: column;
  }

  .about-process__photo {
    flex: unset;
    width: 100%;
    height: 320px;
  }

  .about-team__page.is-active {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-contact__body {
    flex-direction: column;
  }

  .about-contact__form-wrap {
    flex: unset;
    width: 100%;
  }
}

/* Testimonials: 2 cards per page on tablet (matches getTestimonialsPerPage). */
@media (max-width: 1024px) {
  .about-testimonials__card {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

@media (max-width: 768px) {
  .about-expertise__section-title,
  .about-expertise__h3 {
    font-size: 32px;
  }

  .about-sustainability__title {
    font-size: 32px;
    text-align: left;
  }

  .about-sustainability__desc {
    font-size: 18px;
    text-align: left;
  }

  .about-process__title {
    font-size: 32px;
  }

  .about-process__steps-row {
    flex-wrap: wrap;
  }

  .about-process__step-connector {
    display: none;
  }

  .about-team__section-title {
    font-size: 32px;
  }

  .about-team__page.is-active {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-partners__section-title {
    font-size: 32px;
  }

  .about-testimonials {
    padding: 60px 24px;
  }

  .about-testimonials__slider {
    width: 100%;
    padding: 0 44px;
  }

  .about-testimonials__arrow {
    width: 38px;
    height: 38px;
  }

  .about-testimonials__arrow svg {
    width: 20px;
    height: 20px;
  }

  .about-testimonials__arrow--prev {
    left: 6px;
  }

  .about-testimonials__arrow--next {
    right: 6px;
  }

  .about-testimonials__section-title {
    font-size: 32px;
  }

  .about-testimonials__card {
    flex: 0 0 100%;
  }

  .about-contact__heading {
    font-size: 32px;
  }

  .about-contact__subtitle {
    font-size: 18px;
  }

  .about-contact__field-row {
    flex-direction: column;
  }
}

/* ==========================================================================
   Pricing Page
   ========================================================================== */

/* ── Pricing Hero ──────────────────────────────────────────────────────────── */

.pricing-hero {
  position: relative;
  min-height: 620px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.pricing-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(8, 18, 41, 0.9) 0%,
    rgba(8, 18, 41, 0.76) 34%,
    rgba(8, 18, 41, 0.42) 52%,
    rgba(8, 18, 41, 0.1) 66%,
    rgba(8, 18, 41, 0) 74%);
}

.pricing-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 80px 48px;
  text-align: center;
  color: #fff;
}

.pricing-hero__title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 20px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-hero__desc {
  font-size: 18px;
  color: rgba(255,255,255,0.82);
  max-width: 620px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

.pricing-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.pricing-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  background: #fec800;
  color: #081229;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 32px;
  border: 2px solid #fec800;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
  box-shadow: 0 4px 14px -2px rgba(13, 88, 135, 0.4);
  white-space: nowrap;
}

.pricing-hero__cta:hover {
  background: #e6b400;
  border-color: #e6b400;
  color: #081229;
}

.pricing-hero__cta--outline {
  min-width: 205px;
  padding: 12px 40px;
  background: transparent;
  color: #ffd700;
  font-size: 18px;
  line-height: 28px;
  box-shadow: none;
}

.pricing-hero__cta--outline:hover {
  background: rgba(255, 215, 0, 0.12);
  border-color: #ffd700;
  color: #ffd700;
}

.pricing-hero__metrics {
  display: flex;
  gap: 48px;
  justify-content: center;
  flex-wrap: wrap;
}

.pricing-hero__mark {
  position: absolute;
  right: 51px;
  bottom: 48px;
  z-index: 1;
  width: 112px;
  height: 103px;
  overflow: hidden;
  pointer-events: none;
}

.pricing-hero__mark img {
  position: absolute;
  top: -1px;
  left: 0;
  width: 525px;
  max-width: none;
  height: 133px;
  object-fit: cover;
}

.pricing-hero__metric {
  text-align: center;
  min-width: 173px;
}

.pricing-hero__metric-value {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 48px;
}

.pricing-hero__metric-label {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-top: 8px;
}

/* ── Pricing Process ───────────────────────────────────────────────────────── */

.pricing-process {
  background: #fff;
  padding: 44px 0;
}

.pricing-process__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 48px;
}

.pricing-process__header {
  margin-bottom: 48px;
  text-align: center;
}

.pricing-process__eyebrow {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 22px;
  background: #d9e4d9;
  color: #4d6d4e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-process__title {
  font-size: 56px;
  font-weight: 700;
  color: #081229;
  line-height: 1.1;
  margin: 0 0 16px;
}

.pricing-process__subtitle {
  font-size: 18px;
  color: #777;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.55;
}

.pricing-process__body {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding:
    88px
    max(72px, calc((100vw - 1312px) / 2 + 72px))
    0;
  background-color: #081229;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.pricing-process__body-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.50) 34%, rgba(0,0,0,0.12) 68%, rgba(255,255,255,0.05) 100%),
    linear-gradient(0deg, rgba(255,255,255,0.08), rgba(255,255,255,0.08));
}

.pricing-process__timeline {
  position: relative;
  z-index: 1;
  max-width: 540px;
}

.pricing-process__step {
  display: flex;
  gap: 28px;
  margin-bottom: 36px;
}

.pricing-process__step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0a4d2d;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pricing-process__step-content {
  padding-top: 4px;
}

.pricing-process__step-title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.pricing-process__step-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  margin: 0 0 14px;
  line-height: 1.6;
}

.pricing-process__step-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-process__step-bullets li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.86);
}

.pricing-process__step-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0a8f5a;
}

.pricing-process__footer {
  padding: 20px 24px 0;
  text-align: center;
}

.pricing-process__footer-title {
  font-size: 32px;
  font-weight: 700;
  color: #081229;
  margin: 0 0 18px;
}

.pricing-process__cta {
  display: inline-block;
  background: #fec800;
  color: #081229;
  font-weight: 700;
  min-width: 520px;
  text-align: center;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

/* ── Pricing Cost Factors ──────────────────────────────────────────────────── */

.pricing-cost-factors {
  background: #081229;
  padding: 80px 0;
}

.pricing-cost-factors__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 48px;
}

.pricing-cost-factors__header {
  margin-bottom: 48px;
  text-align: center;
}

.pricing-cost-factors__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  margin-bottom: 20px;
  border-radius: 9999px;
  background: #52554f;
  color: #ffd700;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  white-space: nowrap;
}

.pricing-cost-factors__title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}

.pricing-cost-factors__subtitle {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  max-width: 640px;
  margin: 0 auto;
}

.pricing-cost-factors__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pricing-cost-factors__card {
  display: flex;
  flex-direction: column;
  background: #1e2738;
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 34px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}

.pricing-cost-factors__card:hover {
  transform: translateY(-3px);
}

.pricing-cost-factors__card-icon {
  width: 72px;
  height: 72px;
  background: #0a1633;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
}

.pricing-cost-factors__card-icon img {
  width: 36px;
  height: 36px;
}

.pricing-cost-factors__card-title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.pricing-cost-factors__card-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin: 0 0 20px;
  line-height: 1.6;
}

.pricing-cost-factors__card-includes {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-cost-factors__card-includes-wrap {
  width: 100%;
  margin-top: auto;
  padding-top: 21px;
  border-top: 1px solid #e5e7eb;
}

/* Placeholder so cards without an "Incluye:" list keep the same
   bottom structure and the grid stays aligned. */
.pricing-cost-factors__card-includes-wrap--empty {
  border-top-color: transparent;
}

.pricing-cost-factors__card-includes-label {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.pricing-cost-factors__card-includes li {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  padding: 3px 0 3px 18px;
  position: relative;
}

.pricing-cost-factors__card-includes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url('assets/images/pricing-cost-factor-check.svg') center/contain no-repeat;
}

/* ── Pricing CTA Banner ────────────────────────────────────────────────────── */

.pricing-cta-banner {
  background: #081229;
  padding: 40px 0;
}

.pricing-cta-banner__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 42px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background: #e2e8f0;
  border-radius: 10px;
}

.pricing-cta-banner__text {
  min-width: 0;
  flex: 1 1 576px;
}

.pricing-cta-banner__title {
  font-size: 30px;
  font-weight: 700;
  color: #050208;
  margin: 0 0 8px;
  line-height: 1.2;
}

.pricing-cta-banner__desc {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.5;
  max-width: 700px;
}

.pricing-cta-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  background: #ffd700;
  color: #28438a;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 14px -2px rgba(13, 88, 135, 0.4);
  transition: background 0.2s, transform 0.2s;
}

.pricing-cta-banner__btn:hover {
  background: #f2cb00;
  transform: translateY(-1px);
}

/* ── Pricing Investment ────────────────────────────────────────────────────── */

.pricing-investment {
  background: #fff;
  padding: 80px 0;
}

.pricing-investment__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 48px;
}

.pricing-investment__header {
  margin-bottom: 48px;
}

.pricing-investment__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0a4d2d;
  background: #d9e4d9;
  border-radius: 999px;
  padding: 8px 18px;
  margin-bottom: 18px;
}

.pricing-investment__title {
  font-size: 36px;
  font-weight: 700;
  color: #0A4D2D;
  margin: 0 0 14px;
}

.pricing-investment__desc {
  font-size: 17px;
  color: #555;
  max-width: 1312px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.pricing-investment__desc--secondary {
  margin-bottom: 0;
}

.pricing-investment__body {
  display: block;
}

.pricing-investment__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 42px;
  margin-top: 0;
}

.pricing-investment__card {
  background: rgba(245, 245, 245, 0.5);
  border-left: 4px solid #0a4d2d;
  border-radius: 12px;
  padding: 20px 20px 20px 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.pricing-investment__card-icon {
  display: block;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.pricing-investment__card-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding-top: 2px;
}

.pricing-investment__card-title {
  display: block;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #0a4d2d;
  margin: 0;
}

.pricing-investment__card-desc {
  font-family: "Sora", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #0a4d2d;
  margin: 0;
}

.pricing-investment__chart {
  margin-bottom: 22px;
  border-radius: 12px;
  overflow: hidden;
}

.pricing-investment__chart img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/* ── Pricing Proposal ──────────────────────────────────────────────────────── */

.pricing-proposal {
  background: #081229;
  padding: 80px 0;
}

.pricing-proposal__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  gap: 64px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.pricing-proposal__left {
  flex: 1;
  min-width: 0;
  color: #fff;
}

.pricing-proposal__title {
  font-size: 56px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.1;
}

.pricing-proposal__desc {
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  margin: 0 0 32px;
  line-height: 1.6;
}

.pricing-proposal__checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-proposal__check-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
  padding: 16px 0 24px;
}

.pricing-proposal__check-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffd700 url('assets/images/pricing-proposal-check.svg') center/16px 16px no-repeat;
  flex-shrink: 0;
}

.pricing-proposal__check-mark::after {
  content: none;
}

.pricing-proposal__seal {
  position: relative;
  width: 144px;
  height: 144px;
  margin-top: 72px;
  margin-left: -6px;
}

.pricing-proposal__seal-part {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}

.pricing-proposal__seal-part--ring {
  left: 14.95px;
  top: 13.51px;
  width: 115.64px;
}

.pricing-proposal__seal-part--top {
  left: 5.08px;
  top: 47.89px;
  width: 111.61px;
}

.pricing-proposal__seal-part--script {
  left: 48.41px;
  top: 74.75px;
  width: 60.48px;
}

.pricing-proposal__seal-part--mark {
  left: 103.23px;
  top: 48.73px;
  width: 7.71px;
}

.pricing-proposal__seal-part--bottom {
  left: 20.89px;
  top: 40.36px;
  width: 47.08px;
}

.pricing-proposal__right {
  flex: 0 0 440px;
  min-width: 0;
}

.pricing-proposal__form-card {
  background: #f3f5f7;
  border-radius: 16px;
  padding: 32px;
  color: #081229;
}

.pricing-proposal__form-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
}

.pricing-proposal__form-intro {
  font-size: 14px;
  color: #555;
  margin: 0 0 24px;
  line-height: 1.55;
}

.pricing-proposal__project-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pricing-proposal__form-placeholder {
  font-size: 14px;
  color: #999;
  font-style: italic;
}

/* ── Pricing Services ──────────────────────────────────────────────────────── */

.pricing-services {
  background: #fff;
  padding: 80px 0;
}

.pricing-services__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 48px;
}

.pricing-services__header {
  text-align: center;
  margin-bottom: 64px;
}

.pricing-services__title {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.52px;
  color: #0f172a;
  margin: 0 0 12px;
}

.pricing-services__subtitle {
  font-size: 22px;
  line-height: 1.5;
  color: #475569;
  max-width: 680px;
  margin: 0 auto;
}

.pricing-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 24px;
  align-items: start;
}

.pricing-services__card {
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  background: transparent;
}

.pricing-services__card:hover {
  box-shadow: none;
}

.pricing-services__card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #28438a;
  box-shadow: 0 4px 6px rgba(11, 90, 138, 0.2);
  margin: 0 auto 24px;
}

.pricing-services__card-icon img {
  width: 28px;
  height: 28px;
}

.pricing-services__card-icon--placeholder {
  background: #28438a;
}

.pricing-services__card-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #0f172a;
  margin-bottom: 16px;
}

.pricing-services__card-desc {
  display: -webkit-box;
  min-height: 78px;
  font-size: 16px;
  line-height: 26px;
  color: #475569;
  margin: 0;
  overflow: hidden;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* ── Pricing Consultation CTA ──────────────────────────────────────────────── */

.pricing-consultation-cta {
  background: #081229;
  padding: 64px 0;
}

.pricing-consultation-cta__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pricing-consultation-cta__content {
  flex: 1 1 576px;
  min-width: 0;
}

.pricing-consultation-cta__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #fff;
  margin: 0 0 8px;
}

.pricing-consultation-cta__desc {
  font-size: 22px;
  color: rgba(201,201,201,0.8);
  max-width: 576px;
  margin: 0;
  line-height: 1.6;
}

.pricing-consultation-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  background: #ffd700;
  color: #081229;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 14px -2px rgba(13, 88, 135, 0.4);
  transition: background 0.2s, transform 0.2s;
}

.pricing-consultation-cta__btn:hover {
  background: #f2cb00;
  transform: translateY(-1px);
}

/* ── Pricing FAQ ───────────────────────────────────────────────────────────── */

.pricing-faq {
  background: #081229;
  padding: 64px 0;
}

.pricing-faq__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 48px;
  text-align: center;
}

.pricing-faq__header {
  margin-bottom: 32px;
}

.pricing-faq__eyebrow {
  display: inline-block;
  padding: 6.75px 20px;
  margin-bottom: 32px;
  border-radius: 999px;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  backdrop-filter: blur(2px);
}

.pricing-faq__title {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.52px;
  margin: 0 0 12px;
}

.pricing-faq__subtitle {
  font-size: 22px;
  color: rgba(201,201,201,0.9);
  max-width: 660px;
  line-height: 1.5;
  margin: 0 auto;
}

.pricing-faq__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.pricing-faq__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 276px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 33px;
  backdrop-filter: blur(2px);
}

.pricing-faq__card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-faq__card-icon img {
  width: 32px;
  height: 32px;
}

.pricing-faq__card-icon-fallback {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.pricing-faq__card-category {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #61a6fb;
  margin-bottom: 8px;
}

.pricing-faq__card-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
  margin: 0;
}

.pricing-faq__card-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin: 0 0 12px;
  line-height: 1.6;
}

.pricing-faq__card-contact {
  font-size: 20px;
  line-height: 24px;
  color: rgba(255,255,255,0.8);
  margin: 0;
}

.pricing-faq__card-contact--secondary {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 0;
}

/* Reserve the contact line height when a card has no contact info,
   so every card keeps the same height and stays aligned. */
.pricing-faq__card-contact--empty {
  min-height: 24px;
}

.pricing-faq__card-contact-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pricing-faq__card-contact-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.pricing-faq__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 56px;
  background: #ffd700;
  color: #081229;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 24px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 14px -2px rgba(13, 88, 135, 0.4);
  transition: background 0.2s;
}

.pricing-faq__card-btn:hover {
  background: #e6b400;
}

.pricing-faq__bottom {
  text-align: center;
}

.pricing-faq__bottom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 443px);
  min-height: 56px;
  border: 2px solid #ffd700;
  color: #ffd700;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  padding: 12px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.pricing-faq__bottom-btn:hover {
  background: #fec800;
  color: #081229;
}

/* ── Pricing responsive ────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
  .pricing-process__body {
    padding: 56px 32px 0;
  }

  .pricing-investment__body {
    flex-direction: column;
  }

  .pricing-investment__chart {
    flex: none;
    width: 100%;
  }

  .pricing-proposal__inner {
    flex-direction: column;
    gap: 40px;
  }

  .pricing-proposal__right {
    flex: none;
    width: 100%;
  }

  .pricing-proposal__seal {
    margin-top: 48px;
    margin-left: 0;
  }

  .pricing-consultation-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .pricing-hero__inner {
    padding: 60px 24px;
  }

  .pricing-hero__title {
    font-size: 36px;
  }

  .pricing-hero__metrics {
    gap: 28px;
  }

  .pricing-hero__metric-value {
    font-size: 28px;
  }

  .pricing-hero__mark {
    right: 24px;
    bottom: 28px;
    width: 84px;
    height: 77px;
  }

  .pricing-hero__mark img {
    width: 394px;
    height: 100px;
  }

  .pricing-process__title,
  .pricing-proposal__title,
  .pricing-faq__title {
    font-size: 40px;
  }

  .pricing-process__cta {
    min-width: 0;
    width: 100%;
  }

  .pricing-hero__actions {
    gap: 16px;
  }

  .pricing-process__inner,
  .pricing-cost-factors__inner,
  .pricing-investment__inner,
  .pricing-proposal__inner,
  .pricing-services__inner,
  .pricing-faq__inner {
    padding: 0 24px;
  }

  .pricing-cta-banner__inner {
    margin: 0 24px;
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-consultation-cta__inner {
    padding: 0 24px;
  }

  .pricing-cost-factors__grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-investment__cards {
    grid-template-columns: 1fr;
  }

  .pricing-services__grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-faq__cards {
    grid-template-columns: 1fr;
  }

  .pricing-faq__title {
    font-size: 40px;
  }

  .pricing-faq__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .pricing-cost-factors__grid,
  .pricing-services__grid {
    grid-template-columns: 1fr;
  }

  .pricing-hero__title {
    font-size: 28px;
  }

  .pricing-hero__cta,
  .pricing-hero__cta--outline {
    width: 100%;
    min-width: 0;
  }

  .pricing-hero__mark {
    display: none;
  }

  .pricing-consultation-cta__title {
    font-size: 28px;
  }

  .pricing-process__title,
  .pricing-cost-factors__title,
  .pricing-investment__title,
  .pricing-proposal__title,
  .pricing-services__title,
  .pricing-faq__title {
    font-size: 26px;
  }

  .pricing-faq__bottom-btn {
    min-width: 0;
    width: 100%;
  }

  .pricing-cta-banner__btn {
    width: 100%;
  }
}

/* ═══════════════════════════════════════════════════════════════
   PROJECTS PAGE
   ═══════════════════════════════════════════════════════════════ */

/* ── Hero ──────────────────────────────────────────────────────── */

.projects-page__hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  display: flex;
  align-items: center;
  background: #081229;
}

.projects-page__hero-bg {
  position: absolute;
  inset: 0;
}

.projects-page__hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.projects-page__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(8, 18, 41, 0.92) 0%,
    rgba(8, 18, 41, 0.82) 32%,
    rgba(8, 18, 41, 0.5) 50%,
    rgba(8, 18, 41, 0.14) 64%,
    rgba(8, 18, 41, 0) 72%);
}

.projects-page__hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.projects-page__tag {
  margin: 0;
  color: #61a6fb;
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
}

.projects-page__title {
  margin: 0;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.72px;
  max-width: 720px;
}

.projects-page__description {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5;
  max-width: 645px;
}

.projects-page__stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.projects-page__stat {
  background: rgba(255,255,255,0.18);
  border: 1px solid #8193b1;
  border-radius: 20px;
  padding: 24px;
  min-width: 200px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.projects-page__stat-value {
  color: #e0f2fe;
  font-family: 'Sora', sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.44px;
}

.projects-page__stat-label {
  color: #e5e7eb;
  font-size: 18px;
  line-height: 1.5;
}

.projects-page__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 42px;
  border: 2px solid #ffd700;
  border-radius: 8px;
  background: transparent;
  color: #ffd700;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.projects-page__cta:hover {
  background: #ffd700;
  color: #081229;
}

/* ── Content section ────────────────────────────────────────────── */

.projects-page__content {
  background: #fff;
  padding: 64px 0;
}

.projects-page__content-inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* ── Filter bar ─────────────────────────────────────────────────── */

.projects-page__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.projects-page__filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  min-height: 52px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  color: #050208;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  white-space: nowrap;
}

.projects-page__filter-btn:hover {
  border-color: #0a4d2d;
  color: #0a4d2d;
}

.projects-page__filter-btn--active {
  background: #0a4d2d;
  border-color: #0a4d2d;
  color: #fff;
}

.projects-page__filter-btn--active:hover {
  background: #083d22;
  color: #fff;
}

.projects-page__filter-btn img {
  display: block;
  flex-shrink: 0;
}

.projects-page__filter-btn--active img {
  filter: brightness(0) invert(1);
}

/* ── Project grid ───────────────────────────────────────────────── */

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

/* ── Project card ───────────────────────────────────────────────── */

.projects-page__card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s, transform 0.2s;
}

.projects-page__card:hover {
  box-shadow: 0 8px 32px rgba(8,18,41,0.1);
  transform: translateY(-2px);
}

.projects-page__card-image {
  position: relative;
  height: 232px;
  overflow: hidden;
  background: #e2e8f0;
  flex-shrink: 0;
}

.projects-page__card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.projects-page__card:hover .projects-page__card-image img {
  transform: scale(1.04);
}

.projects-page__card-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 5px 14px;
  background: #0a4d2d;
  border-radius: 999px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.projects-page__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  padding: 24px;
}

.projects-page__card-title {
  margin: 0;
  color: #000;
  font-family: 'Sora', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.projects-page__card-location {
  display: flex;
  align-items: center;
  gap: 6px;
}

.projects-page__card-location img {
  flex-shrink: 0;
  display: block;
}

.projects-page__card-location span {
  color: #4b5563;
  font-size: 14px;
  line-height: 20px;
}

.projects-page__card-description {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 24px;
}

.projects-page__card-stats {
  display: flex;
  gap: 16px;
  background: #f9fafb;
  border-radius: 14px;
  padding: 12px;
}

.projects-page__card-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.projects-page__card-stat-label {
  color: #4b5563;
  font-size: 12px;
  line-height: 16px;
}

.projects-page__card-stat-value {
  color: #0a4d2d;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
}

.projects-page__card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: #0a4d2d;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: gap 0.15s;
}

.projects-page__card-link:hover {
  gap: 10px;
}

/* ── Empty state ────────────────────────────────────────────────── */

.projects-page__empty {
  padding: 60px 0;
  text-align: center;
  color: #64748b;
  font-size: 18px;
}

/* ── Pagination ─────────────────────────────────────────────────── */

.projects-page__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 8px;
}

.projects-page__page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #050208;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.projects-page__page-btn:hover {
  border-color: #0a4d2d;
  color: #0a4d2d;
}

.projects-page__page-btn--active {
  background: #0a4d2d;
  border-color: #0a4d2d;
  color: #fff;
}

/* ── Responsive ─────────────────────────────────────────────────── */

@media (max-width: 1024px) {
  .projects-page__title {
    font-size: 52px;
  }
  .projects-page__hero-inner,
  .projects-page__content-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
  .projects-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .projects-page__hero {
    min-height: 0;
  }
  .projects-page__hero-inner {
    padding: 60px 24px;
    gap: 24px;
  }
  .projects-page__title {
    font-size: 36px;
    letter-spacing: -0.36px;
  }
  .projects-page__description {
    font-size: 17px;
  }
  .projects-page__stat-value {
    font-size: 32px;
  }
  .projects-page__stats {
    gap: 12px;
  }
  .projects-page__stat {
    min-width: 140px;
    padding: 16px;
  }
  .projects-page__content-inner {
    padding-left: 20px;
    padding-right: 20px;
    gap: 28px;
  }
  .projects-page__grid {
    grid-template-columns: 1fr;
  }
  .projects-page__filter {
    gap: 8px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }
  .projects-page__filter-btn {
    flex-shrink: 0;
    font-size: 14px;
    padding: 8px 16px;
  }
}

/* ==========================================================================
   PROJECT SINGLE BLOCKS
   ========================================================================== */

.project-single-hero {
  position: relative;
  overflow: hidden;
  background: #081229;
  color: #fff;
}

.project-single-hero__bg,
.project-single-hero__overlay {
  position: absolute;
  inset: 0;
}

.project-single-hero__bg {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-single-hero__overlay {
  background: linear-gradient(90deg,
    rgba(8, 18, 41, 0.94) 0%,
    rgba(8, 18, 41, 0.84) 34%,
    rgba(8, 18, 41, 0.5) 52%,
    rgba(8, 18, 41, 0.14) 65%,
    rgba(8, 18, 41, 0) 73%);
}

.project-single-hero__inner,
.project-single-overview__inner,
.project-single-solution__inner,
.project-single-metrics__inner,
.project-single-gallery__inner,
.project-single-cta__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px;
}

.project-single-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 820px;
  padding-top: 148px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.project-single-hero__copy {
  max-width: 665px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.project-single-hero__heading {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.project-single-hero__tag {
  display: inline-block;
  color: #61a6fb;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project-single-hero__title {
  margin: 0;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.project-single-hero__description {
  margin: 0;
  color: #d9d9d9;
  font-size: 18px;
  line-height: 1.5;
}

.project-single-hero__facts {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
}

.project-single-hero__fact {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: auto;
  min-width: 153px;
  flex-shrink: 0;
}

.project-single-hero__fact-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.project-single-hero__fact-meta {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.project-single-hero__fact span {
  display: block;
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.5;
}

.project-single-hero__fact strong {
  display: block;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.project-single-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 0 42px;
  border: 2px solid #ffd700;
  background: transparent;
  color: #ffd700;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  align-self: flex-start;
  transition: background 0.2s, color 0.2s;
}

.project-single-hero__cta:hover {
  background: #ffd700;
  color: #081229;
}

.project-single-overview__image img,
.project-single-solution__image img,
.project-single-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-single-overview,
.project-single-gallery {
  background: #fff;
}

.project-single-overview__inner,
.project-single-solution__inner,
.project-single-metrics__inner,
.project-single-gallery__inner,
.project-single-cta__inner {
  padding-top: 88px;
  padding-bottom: 88px;
}

.project-single-overview__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 40px;
  align-items: center;
}

.project-single-overview__eyebrow,
.project-single-metrics__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #0a7a49;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-single-overview__title,
.project-single-solution__title,
.project-single-metrics__title,
.project-single-gallery__title,
.project-single-cta__title {
  margin: 0 0 16px;
  color: #0a4d2d;
  font-size: 44px;
  line-height: 1.08;
}

.project-single-overview__description,
.project-single-solution__description,
.project-single-metrics__text {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
}

.project-single-overview__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.project-single-overview__highlight {
  padding: 18px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.project-single-overview__image,
.project-single-solution__image {
  overflow: hidden;
  border-radius: 20px;
  min-height: 420px;
}

.project-single-solution {
  background: #081229;
}

.project-single-solution__inner {
  display: grid;
  grid-template-columns: minmax(320px, 540px) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.project-single-solution__title,
.project-single-solution__description,
.project-single-solution__list {
  color: #fff;
}

.project-single-solution__description {
  color: rgba(255, 255, 255, 0.76);
}

.project-single-solution__list {
  margin: 24px 0 0;
  padding-left: 20px;
}

.project-single-solution__list li {
  margin-bottom: 12px;
  line-height: 1.65;
}

.project-single-metrics {
  background: #f8fafc;
}

.project-single-metrics__inner {
  display: block;
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.project-single-metrics__inner .project-single-metrics__eyebrow {
  display: block;
  text-align: center;
}

.project-single-metrics__inner .project-single-metrics__title {
  text-align: center;
}

.project-single-metrics__text {
  margin-bottom: 0;
}

.project-single-metrics__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  margin-top: 48px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.project-single-metrics__stat {
  padding: 44px 48px;
  text-align: center;
}

.project-single-metrics__stat:first-child {
  border-right: 1px solid #e2e8f0;
}

.project-single-metrics__stat strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #0a4d2d;
  line-height: 1;
  margin-bottom: 10px;
}

.project-single-metrics__stat span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
}

.project-single-metrics__extra {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.project-single-metrics__extra-card {
  padding: 28px 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e2e8f0;
  text-align: center;
}

.project-single-metrics__extra-card strong {
  display: block;
  margin-bottom: 8px;
  color: #28438a;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.project-single-metrics__extra-card span {
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}

.project-single-gallery__title {
  margin-bottom: 32px;
  text-align: center;
}

.project-single-gallery__mosaic {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.project-single-gallery__row {
  display: grid;
  gap: 16px;
  height: 340px;
}

.project-single-gallery__row--wide-narrow {
  grid-template-columns: 63fr 37fr;
}

.project-single-gallery__row--equal {
  grid-template-columns: 1fr 1fr;
}

.project-single-gallery__row--narrow-wide {
  grid-template-columns: 37fr 63fr;
}

.project-single-gallery__item {
  overflow: hidden;
  border-radius: 16px;
}

.project-single-cta {
  background: #081229;
}

.project-single-cta__inner {
  text-align: center;
}

.project-single-cta__title {
  max-width: 860px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}

.project-single-cta__subtitle {
  max-width: 760px;
  margin: 0 auto 40px;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.project-single-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.project-single-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 28px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}

.project-single-cta__btn:hover {
  opacity: 0.88;
}

.project-single-cta__btn--primary {
  background: var(--econaire-color-secondary);
  color: #fff;
  box-shadow: 0 4px 14px -2px rgba(10, 77, 45, 0.45);
}

.project-single-cta__btn--secondary {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}

/* Shared CTA sizing baseline based on the contact support button. */
.btn,
.site-header__cta,
.about-hero__cta,
.about-mission__btn,
.salvador-strip__btn,
.contact-page__support-btn,
.contact-page__location-cta-btn,
.contact-page__project-submit,
.pricing-proposal__project-submit,
.blog-featured__btn,
.blog-loadmore-btn,
.post-sidebar__cta-btn,
.about-expertise__cta,
.about-process__btn,
.about-team__btn,
.about-contact__submit,
.about-contact__whatsapp-btn,
.pricing-hero__cta,
.pricing-hero__cta--outline,
.pricing-process__cta,
.pricing-cta-banner__btn,
.pricing-consultation-cta__btn,
.pricing-faq__card-btn,
.pricing-faq__bottom-btn,
.projects-page__cta,
.project-single-hero__cta,
.project-single-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  height: auto;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .project-single-hero__inner,
  .project-single-overview__inner,
  .project-single-solution__inner,
  .project-single-metrics__inner,
  .project-single-gallery__inner,
  .project-single-cta__inner {
    padding-left: 32px;
    padding-right: 32px;
  }

  .project-single-overview__inner,
  .project-single-solution__inner {
    grid-template-columns: 1fr;
  }

  .project-single-hero__inner {
    min-height: 680px;
    padding-top: 100px;
  }

  .project-single-hero__title {
    font-size: 44px;
  }

  .project-single-hero__facts {
    flex-wrap: wrap;
  }

  .project-single-metrics__stats {
    grid-template-columns: 1fr;
  }

  .project-single-metrics__stat:first-child {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }

  .project-single-gallery__row {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .project-single-hero__inner,
  .project-single-overview__inner,
  .project-single-solution__inner,
  .project-single-metrics__inner,
  .project-single-gallery__inner,
  .project-single-cta__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-single-hero__inner {
    min-height: 0;
    padding-top: 80px;
    padding-bottom: 56px;
  }

  .project-single-hero__copy {
    max-width: 100%;
  }

  .project-single-overview__inner,
  .project-single-solution__inner,
  .project-single-metrics__inner,
  .project-single-gallery__inner,
  .project-single-cta__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .project-single-hero__title {
    font-size: 32px;
  }

  .project-single-overview__title,
  .project-single-solution__title,
  .project-single-metrics__title,
  .project-single-gallery__title,
  .project-single-cta__title {
    font-size: 34px;
  }

  .project-single-hero__facts {
    flex-direction: column;
    gap: 28px;
  }

  .project-single-hero__fact {
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .project-single-overview__highlights,
  .project-single-metrics__extra {
    grid-template-columns: 1fr;
  }

  .project-single-overview__image,
  .project-single-solution__image {
    min-height: 280px;
  }

  .project-single-metrics__stat strong {
    font-size: 44px;
  }

  .project-single-gallery__row {
    grid-template-columns: 1fr;
    height: auto;
    gap: 12px;
  }

  .project-single-gallery__item {
    height: 220px;
  }

  .project-single-cta__title {
    font-size: 28px;
  }
}

/* ── Small-screen usability pass ─────────────────────────────────────────── */
@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    overflow-wrap: break-word;
  }

  iframe,
  video,
  embed,
  object {
    max-width: 100%;
  }

  .site-header__inner {
    height: 68px;
    gap: 16px;
    padding: 0 16px;
  }

  .site-logo-fallback img,
  .custom-logo {
    width: 136px;
    height: auto;
  }

  .site-header__controls {
    gap: 8px;
  }

  .site-header__mobile-inner {
    padding: 12px 16px 20px;
  }

  .primary-menu--mobile,
  .primary-menu--mobile > li {
    width: 100%;
  }

  .primary-menu--mobile > li > a {
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 10px 0;
  }

  .site-header__cta--mobile {
    width: 100%;
  }

  .page-content .alignwide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    width: min(100% - 32px, var(--econaire-max-width));
    padding: 48px 0;
  }

  .section__intro h2,
  .section__header h2,
  .contact-section h2,
  .stats-section h2 {
    font-size: 32px;
  }

  .section__intro p {
    font-size: 17px;
  }

  .button-row {
    width: 100%;
  }

  .button-row > .btn {
    width: 100%;
  }

  .home-hero,
  .home-hero__slide,
  .home-hero__content {
    min-height: 560px;
  }

  .home-hero__content {
    padding: 48px 20px 88px;
  }

  .home-hero h1 {
    font-size: clamp(34px, 10vw, 40px);
  }

  .home-hero p {
    font-size: 16px;
    text-align: left;
  }

  .home-hero .btn {
    width: 100%;
    min-width: 0;
  }

  .home-hero__arrow {
    top: auto;
    bottom: 18px;
    width: 40px;
    height: 40px;
    transform: none;
  }

  .home-hero__arrow--prev {
    left: 16px;
  }

  .home-hero__arrow--next {
    right: 16px;
  }

  .salvador-strip__btn,
  .presence-card__actions,
  .presence-card__actions .btn {
    width: 100%;
  }

  .presence-map,
  .presence-map__svg {
    min-height: 360px;
  }

  .testimonials-section .testimonials-slider {
    padding: 0 28px;
  }

  .testimonials-section .testimonial-card {
    flex-basis: 100%;
  }

  .site-footer__inner {
    width: min(100% - 32px, var(--econaire-max-width));
    padding: 48px 0;
  }

  .site-footer__content {
    gap: 32px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    gap: 20px;
  }

  .contact-section {
    padding: 56px 16px;
  }

  .about-expertise,
  .about-sustainability,
  .about-process,
  .about-team,
  .about-testimonials,
  .about-contact {
    padding: 48px 16px;
  }

  .about-expertise__section-title,
  .about-expertise__h3,
  .about-sustainability__title,
  .about-process__title,
  .about-team__section-title,
  .about-partners__section-title,
  .about-testimonials__section-title,
  .about-contact__heading {
    font-size: 30px;
  }

  .about-expertise__photo,
  .about-process__photo {
    min-height: 240px;
    height: 240px;
  }

  .about-process__steps-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-process__step-label {
    white-space: normal;
  }

  .about-process__buttons,
  .about-team__actions {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .about-process__btn,
  .about-team__btn,
  .about-expertise__cta {
    width: 100%;
  }

  .about-team__carousel {
    gap: 8px;
  }

  .about-team__page.is-active {
    grid-template-columns: 1fr;
  }

  .about-testimonials__slider {
    padding: 0 30px;
  }

  .about-contact__subtitle {
    font-size: 16px;
  }

  .about-contact__photo {
    min-height: 260px;
  }

  .about-contact__form-wrap,
  .about-contact__form-preview {
    padding: 20px;
  }

  .about-contact__submit,
  .about-contact__whatsapp-btn {
    width: 100%;
  }

  .contact-page__hero {
    padding: 24px 16px 32px;
  }

  .contact-page__hero-copy {
    padding: 32px 0;
  }

  .contact-page__hero-title,
  .contact-page__section-title,
  .contact-page__project-title {
    font-size: 30px;
  }

  .contact-page__support-contact,
  .contact-page__location-detail p,
  .contact-page__location-detail a {
    overflow-wrap: anywhere;
  }

  .contact-page__locations-inner,
  .contact-page__project-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-page__locations-inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contact-page__section-head {
    margin-bottom: 36px;
  }

  .contact-page__location-grid {
    gap: 32px;
  }

  .contact-page__location-body,
  .contact-page__project-form-wrap {
    padding: 20px;
  }

  .contact-page__location-cta {
    margin-top: 40px;
    padding: 24px 20px;
  }

  .contact-page__location-cta-btn,
  .contact-page__location-link {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .contact-page__project-photo {
    min-height: 280px;
  }

  .blog-page-hero {
    padding: 40px 16px 48px;
  }

  .blog-page-hero__title {
    font-size: 34px;
  }

  .blog-featured,
  .blog-recent {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-featured__body,
  .blog-news-card__body {
    padding: 20px;
  }

  .blog-featured__meta,
  .blog-news-card__meta,
  .blog-news-card__footer,
  .post-hero__byline,
  .post-hero__meta {
    flex-wrap: wrap;
  }

  .post-hero {
    padding: 40px 16px 0;
  }

  .post-hero__title {
    font-size: 32px;
  }

  .post-body,
  .post-related {
    padding: 40px 16px;
  }

  .post-article h2 {
    font-size: 26px;
  }

  .post-article h3 {
    font-size: 22px;
  }

  .post-article table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }

  .pricing-hero__inner {
    padding: 48px 16px;
  }

  .pricing-hero__actions {
    width: 100%;
    flex-direction: column;
  }

  .pricing-hero__cta,
  .pricing-hero__cta--outline {
    width: 100%;
    min-width: 0;
  }

  .pricing-hero__metrics {
    width: 100%;
    gap: 20px 12px;
  }

  .pricing-hero__metric {
    flex: 1 1 120px;
    min-width: 0;
  }

  .pricing-process,
  .pricing-cost-factors,
  .pricing-investment,
  .pricing-proposal,
  .pricing-services,
  .pricing-consultation-cta,
  .pricing-faq {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .pricing-process__inner,
  .pricing-cost-factors__inner,
  .pricing-investment__inner,
  .pricing-proposal__inner,
  .pricing-services__inner,
  .pricing-faq__inner,
  .pricing-consultation-cta__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-process__body {
    padding: 40px 0 0;
  }

  .pricing-process__step {
    gap: 16px;
  }

  .pricing-process__footer {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-process__cta,
  .pricing-consultation-cta__btn {
    width: 100%;
    min-width: 0;
  }

  .pricing-cost-factors__card,
  .pricing-proposal__form-card {
    padding: 24px 20px;
  }

  .pricing-cta-banner__inner {
    margin-left: 16px;
    margin-right: 16px;
    padding: 24px 20px;
  }

  .projects-page__hero-inner {
    padding: 48px 16px;
  }

  .projects-page__title {
    font-size: 32px;
  }

  .projects-page__stats {
    width: 100%;
    gap: 12px;
  }

  .projects-page__stat {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    padding: 16px 14px;
  }

  .projects-page__stat-value {
    font-size: 28px;
  }

  .projects-page__stat-label {
    font-size: 14px;
  }

  .projects-page__cta {
    width: 100%;
  }

  .projects-page__content {
    padding: 48px 0;
  }

  .projects-page__content-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .projects-page__card-body {
    padding: 20px;
  }

  .projects-page__card-stat-value {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .project-single-hero__inner,
  .project-single-overview__inner,
  .project-single-solution__inner,
  .project-single-metrics__inner,
  .project-single-gallery__inner,
  .project-single-cta__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .project-single-hero__fact strong {
    white-space: normal;
  }

  .project-single-overview__title,
  .project-single-solution__title,
  .project-single-metrics__title,
  .project-single-gallery__title {
    font-size: 30px;
  }

  .project-single-overview__image,
  .project-single-solution__image {
    min-height: 220px;
  }

  .project-single-metrics__stat {
    padding: 32px 16px;
  }

  .project-single-hero__cta,
  .project-single-cta__btn {
    width: 100%;
  }
}
