:root {
  --primary-color: #F6D01C;
  --brand-navy: #112E51;
  --brand-gold: #C5A047;
  --secondary-color: #3b82f6;
  --accent-color: #1e40af;
  --dark-color: #1e293b;
  --text-color: #334155;
  --background-color: #f8fafc;
  --card-bg: #ffffff;
  --muted-color: #64748b;
  --line-color: rgba(15, 23, 42, 0.1);
  --premium-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
  --soft-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: var(--background-color);
  color: var(--text-color);
}

.material-parallax img {
  display: block;
}

.page {
  background: var(--background-color);
}

.pulse-icon {
  color: #f8b600;
  font-size: 14px;
  animation: adomegga-pulse 1.5s infinite;
}

@keyframes adomegga-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.18); }
  100% { transform: scale(1); }
}

@keyframes adomegga-soft-pulse {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 14px 30px rgba(17, 46, 81, 0.16);
  }
  50% {
    transform: translate3d(0, 0, 0) scale(1.045);
    box-shadow: 0 20px 42px rgba(17, 46, 81, 0.24);
  }
}

.principle-card__icon,
.value-card i,
.service-strategic-card__icon,
.history-icon,
.contact-assurance-list i {
  animation: adomegga-soft-pulse 2.8s ease-in-out infinite;
  transform-origin: center;
  will-change: transform;
}

.principle-card:nth-child(2) .principle-card__icon,
.value-card:nth-child(2) i,
.service-strategic-card:nth-child(2) .service-strategic-card__icon {
  animation-delay: 0.35s;
}

.principle-card:nth-child(3) .principle-card__icon,
.value-card:nth-child(3) i {
  animation-delay: 0.7s;
}

.value-card:nth-child(4) i {
  animation-delay: 1.05s;
}

@media (prefers-reduced-motion: reduce) {
  .principle-card__icon,
  .value-card i,
  .service-strategic-card__icon,
  .history-icon,
  .contact-assurance-list i,
  .pulse-icon {
    animation: none !important;
  }
}

.rd-navbar-nav a {
  text-transform: none;
}

@media (min-width: 992px) {
  .rd-navbar-static .rd-navbar-inner,
  .rd-navbar-static .rd-navbar-top-panel,
  .rd-navbar-static .rd-navbar-bottom-panel {
    max-width: 1250px;
  }

  .rd-navbar-static .rd-navbar-inner {
    justify-content: flex-start;
    gap: 34px;
    padding: 0 34px 0 42px;
  }

  .rd-navbar-static .rd-navbar-inner > * {
    padding: 0;
  }

  .rd-navbar-static .rd-navbar-panel {
    flex: 0 0 390px;
  }

  .rd-navbar-static .rd-navbar-brand img {
    width: 350px;
    max-width: 100%;
    margin-left: 0;
  }

  .rd-navbar-static .rd-navbar-nav-wrap {
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 0;
  }

  .rd-navbar-static .rd-navbar-nav-wrap > .rd-navbar-search_collapsable:last-child {
    flex: 1 1 auto;
    min-width: 0;
  }

  .rd-navbar-static .rd-navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 24px;
    margin: 0;
    white-space: nowrap;
  }

  .rd-navbar-static .rd-navbar-nav > li {
    flex: 0 0 auto;
    margin-top: 0;
    padding: 0;
  }

  .rd-navbar .rd-navbar-nav > li > a {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .rd-navbar-static .rd-navbar-inner {
    gap: 22px;
    padding-right: 24px;
    padding-left: 30px;
  }

  .rd-navbar-static .rd-navbar-panel {
    flex-basis: 330px;
  }

  .rd-navbar-static .rd-navbar-nav {
    gap: 16px;
  }

  .rd-navbar .rd-navbar-nav > li > a {
    font-size: 14px;
    letter-spacing: 0.025em;
  }
}

.hero-section,
.hero-slider,
.ad-hero-slide {
  min-height: 100vh;
}

.ad-hero-slide {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ad-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 14, 31, 0.88) 0%, rgba(15, 23, 42, 0.72) 44%, rgba(15, 23, 42, 0.24) 100%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0.18) 45%, rgba(15, 23, 42, 0.72) 100%);
  pointer-events: none;
}

.video-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: scale(1.02);
}

.hero-caption {
  position: relative;
  z-index: 2;
}

.hero-caption .container {
  padding-top: 5.75rem;
  padding-bottom: 5rem;
}

.hero-eyebrow,
.section-kicker,
.principle-card__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-kicker {
  gap: 0.62rem;
  margin-bottom: 1.2rem;
  font-size: 1.02rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.hero-eyebrow::before,
.section-kicker::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--primary-color);
}

.section-kicker::before {
  width: 44px;
  height: 3px;
}

.hero-caption h1,
.hero-caption h2 {
  max-width: 920px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.25rem, 4.4vw, 3.75rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

.hero-subtitle {
  max-width: 760px;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.125rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 54px;
  margin-top: 0 !important;
  border-radius: 999px;
  padding: 0 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.page .hero-button-primary {
  color: #111827;
  background: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 18px 40px rgba(246, 208, 28, 0.24);
}

.page .hero-button-primary:hover,
.page .hero-button-primary:focus {
  color: #111827;
  background: #ffe45c;
  border-color: #ffe45c;
  transform: translateY(-2px);
}

.page .hero-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.page .hero-button-secondary:hover,
.page .hero-button-secondary:focus {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.swiper-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-slider .swiper-button-prev,
.swiper-slider .swiper-button-next {
  appearance: none;
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  color: #ffffff !important;
}

.hero-slider .swiper-button-prev::before,
.hero-slider .swiper-button-next::before,
.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.section-cta h4 {
  margin-bottom: 0;
  line-height: 1.35;
}

.history-icon {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
}

.history-icon .icon {
  font-size: 30px;
}

.history-section {
  background: transparent;
}

.history-section__inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.history-section .container {
  max-width: min(1320px, calc(100% - 48px));
}

.history-section__content {
  max-width: none;
}

.history-section .heading-decorated {
  margin-bottom: 1.5rem;
}

.history-section__intro {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 1.05rem;
  line-height: 1.75;
}

.history-feature-grid {
  margin-top: 3rem;
}

.history-feature-col {
  display: flex;
}

.history-feature-card {
  width: 100%;
  min-height: 100%;
  padding: 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.history-feature-card .unit {
  align-items: flex-start;
}

.history-feature-card .heading-6 {
  margin-bottom: 0.75rem;
  color: var(--dark-color);
  line-height: 1.35;
}

.history-feature-card p:last-child {
  margin-bottom: 0;
}

.projects-container-wide {
  max-width: min(1320px, calc(100% - 32px)) !important;
}

.projects-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17, 46, 81, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 46, 81, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 12% 8%, rgba(197, 160, 71, 0.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  background-size: 44px 44px, 44px 44px, auto, auto;
}

.projects-section .section-title {
  color: var(--brand-navy);
  font-size: clamp(2.1rem, 3.8vw, 3.15rem);
  line-height: 1.12;
}

.projects-section .section-title::after {
  width: 112px;
  height: 5px;
  background: linear-gradient(90deg, var(--brand-gold) 0 32%, var(--brand-navy) 32% 100%);
}

.projects-section .category-filter {
  gap: 0.75rem;
}

.projects-section .category-btn {
  border: 1px solid rgba(17, 46, 81, 0.16);
  color: var(--brand-navy);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(17, 46, 81, 0.08);
  font-weight: 700;
}

.projects-section .category-btn:hover,
.projects-section .category-btn.active {
  border-color: var(--brand-navy);
  color: #ffffff;
  background: var(--brand-navy);
  box-shadow: 0 18px 36px rgba(17, 46, 81, 0.18);
}

.projects-section .category-btn.active {
  outline: 3px solid rgba(197, 160, 71, 0.24);
}

.projects-grid {
  gap: 2.75rem;
}

.project-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 46, 81, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(197, 160, 71, 0.12) 0%, rgba(255, 255, 255, 0.98) 34%, #ffffff 100%);
  box-shadow: 0 22px 58px rgba(17, 46, 81, 0.12);
}

.project-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 100%;
  z-index: 3;
  background: linear-gradient(180deg, var(--brand-gold) 0 25%, var(--brand-navy) 25% 100%);
}

.project-card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 1.5rem;
  bottom: 0;
  height: 7px;
  z-index: 3;
  background: var(--brand-navy);
  box-shadow: -18px 0 0 var(--brand-gold);
}

.project-card:hover {
  border-color: rgba(197, 160, 71, 0.58);
  box-shadow: 0 30px 78px rgba(17, 46, 81, 0.17);
}

.project-image {
  position: relative;
  background: var(--brand-navy);
}

.project-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(17, 46, 81, 0.36) 0%, rgba(17, 46, 81, 0.04) 42%, transparent 100%);
  pointer-events: none;
}

.project-image .swiper-button-next,
.project-image .swiper-button-prev {
  z-index: 4;
  color: var(--brand-gold);
  background: var(--brand-navy);
  border: 1px solid rgba(197, 160, 71, 0.46);
  box-shadow: 0 12px 26px rgba(17, 46, 81, 0.22);
}

.project-image .swiper-button-next:hover,
.project-image .swiper-button-prev:hover {
  color: var(--brand-navy);
  background: var(--brand-gold);
}

.project-content {
  position: relative;
  padding: 2.35rem 2.15rem 2.35rem 2.5rem;
}

@media (max-width: 767px) {
  .project-content {
    padding-left: 2.35rem;
  }

  .project-card::before {
    width: 14px;
  }

  .project-card::after {
    left: 14px;
    box-shadow: -14px 0 0 var(--brand-gold);
  }
}

.project-title {
  color: var(--brand-navy);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.16;
  font-weight: 700;
}

.project-description-list {
  margin: 1.25rem 0;
}

.project-description-list li {
  border: 1px solid rgba(197, 160, 71, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(17, 46, 81, 0) 42%),
    var(--brand-navy);
  box-shadow: none;
  color: #ffffff;
}

.project-description-list li:hover {
  border-color: rgba(197, 160, 71, 0.72);
  box-shadow: 0 10px 22px rgba(17, 46, 81, 0.18);
}

.project-description-list li i {
  color: var(--brand-gold);
}

.project-location {
  margin-top: auto;
  padding-top: 0.75rem;
  color: var(--brand-navy);
  font-weight: 700;
  opacity: 1;
}

.project-location i {
  color: var(--brand-gold);
}

.about-modern {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17, 46, 81, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(197, 160, 71, 0.08) 0%, transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  background-size: 42px 42px, auto, auto;
}

.about-modern > .container {
  max-width: 1320px;
}

.about-modern__intro {
  max-width: 900px;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 3rem;
  text-align: left;
}

.about-modern__intro .section-kicker {
  justify-content: flex-start;
}

.about-modern__intro h2,
.values-modern__header h2 {
  margin-bottom: 1rem;
  color: var(--dark-color);
  font-size: clamp(2.25rem, 4vw, 2.75rem);
  line-height: 1.18;
  font-weight: 700;
}

.about-modern__intro p,
.principle-card p,
.value-card p,
.service-modern-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted-color);
}

.about-modern__intro > p:last-child {
  max-width: 820px;
  font-size: 1.125rem;
}

.about-modern__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.principle-card,
.value-card,
.service-modern-card,
.project-card {
  border: 1px solid var(--line-color);
  border-radius: 20px;
  box-shadow: var(--soft-shadow);
}

.principle-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 305px;
  padding: 2.5rem 2.25rem 2.25rem 2.75rem;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(197, 160, 71, 0.17) 0%, rgba(255, 255, 255, 0.98) 34%, #ffffff 100%);
  border-color: rgba(17, 46, 81, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.principle-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 100%;
  background:
    linear-gradient(180deg, var(--brand-gold) 0 28%, var(--brand-navy) 28% 100%);
}

.principle-card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 1.5rem;
  bottom: 0;
  height: 7px;
  background: var(--brand-navy);
  box-shadow: -18px 0 0 var(--brand-gold);
}

.principle-card:hover,
.value-card:hover,
.service-modern-card:hover {
  border-color: rgba(197, 160, 71, 0.58);
  box-shadow: 0 28px 70px rgba(17, 46, 81, 0.16);
  transform: translateY(-6px);
}

.principle-card__label {
  margin-bottom: 1.15rem;
  color: var(--brand-gold);
}

.principle-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(197, 160, 71, 0.42);
  border-radius: 20px;
  color: var(--brand-gold);
  background:
    linear-gradient(135deg, var(--brand-navy), #173d6a);
  box-shadow: 0 16px 34px rgba(17, 46, 81, 0.18);
}

.principle-card__icon i {
  font-size: 2rem;
}

.principle-card h3,
.value-card h3 {
  margin-bottom: 0.85rem;
  color: var(--brand-navy);
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 700;
}

.values-modern {
  margin-top: 4rem;
}

.values-modern__header {
  max-width: 900px;
  margin-bottom: 2.25rem;
}

.values-modern__header .section-kicker {
  color: var(--muted-color);
}

.values-modern__header .section-kicker::before {
  background: var(--brand-gold);
}

.values-modern__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.value-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 225px;
  padding: 2.15rem;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(17, 46, 81, 0.08) 0%, rgba(255, 255, 255, 0.98) 42%),
    #ffffff;
  border-color: rgba(17, 46, 81, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.value-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--brand-gold) 0 26%, var(--brand-navy) 26% 100%);
}

.value-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 112px;
  height: 112px;
  border: 18px solid rgba(197, 160, 71, 0.11);
  border-radius: 50%;
}

.value-card i,
.service-modern-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(197, 160, 71, 0.38);
  border-radius: 20px;
  color: var(--brand-gold) !important;
  background: var(--brand-navy);
  box-shadow: 0 14px 28px rgba(17, 46, 81, 0.16);
  font-size: 1.8rem;
}

.value-card h3 {
  position: relative;
  z-index: 1;
  font-size: 1.28rem;
}

.service-modern-card {
  border-radius: 20px !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-modern-card h5 {
  color: var(--dark-color);
  font-weight: 700;
}

.services-modern-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17, 46, 81, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 46, 81, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 88% 8%, rgba(197, 160, 71, 0.18), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
  background-size: 44px 44px, 44px 44px, auto, auto;
}

.services-modern-header {
  max-width: 900px;
  margin: 0 auto 3rem;
}

.services-modern-header .section-kicker {
  justify-content: center;
}

.services-modern-header h2 {
  margin-bottom: 1rem;
  color: var(--brand-navy);
  font-size: clamp(2.25rem, 4vw, 2.85rem);
  line-height: 1.15;
  font-weight: 700;
}

.services-modern-header p {
  margin: 0 auto;
  color: var(--muted-color);
  font-size: 1.125rem;
  line-height: 1.7;
}

.services-modern-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
  align-items: stretch;
}

.service-strategic-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 2.35rem 2rem 2rem 2.45rem;
  overflow: hidden;
  border: 1px solid rgba(17, 46, 81, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(197, 160, 71, 0.15) 0%, rgba(255, 255, 255, 0.98) 32%, rgba(255, 255, 255, 0.94) 100%);
  box-shadow: 0 20px 54px rgba(17, 46, 81, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-strategic-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 100%;
  background: linear-gradient(180deg, var(--brand-gold) 0 24%, var(--brand-navy) 24% 100%);
}

.service-strategic-card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 2rem;
  bottom: 0;
  height: 7px;
  background: var(--brand-navy);
  box-shadow: -18px 0 0 var(--brand-gold);
}

.service-strategic-card:hover {
  border-color: rgba(197, 160, 71, 0.58);
  box-shadow: 0 30px 78px rgba(17, 46, 81, 0.16);
  transform: translateY(-6px);
}

.service-strategic-card__top {
  display: flex;
  gap: 1.15rem;
  align-items: stretch;
  margin-bottom: 1.25rem;
}

.service-strategic-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 82px;
  min-height: 100%;
  border: 1px solid rgba(197, 160, 71, 0.42);
  border-radius: 20px;
  color: var(--brand-gold);
  background: linear-gradient(135deg, var(--brand-navy), #173d6a);
  box-shadow: 0 16px 34px rgba(17, 46, 81, 0.18);
}

.service-strategic-card__icon i {
  font-size: 2.05rem;
}

.service-strategic-card__label {
  margin-bottom: 0.4rem;
  color: var(--brand-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.service-strategic-card h3 {
  margin: 0;
  color: var(--brand-navy);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.18;
  font-weight: 700;
}

.service-strategic-card__description {
  margin: 0 0 1.75rem;
  color: #213b5c;
  font-size: 1.02rem;
  line-height: 1.75;
}

.service-detail-block {
  flex: 1 1 auto;
  margin-top: 0.25rem;
}

.service-detail-block h4 {
  margin-bottom: 1rem;
  color: var(--brand-navy);
  font-size: 1rem;
  font-weight: 700;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.service-detail-grid--sectors {
  grid-template-columns: 1fr;
}

.service-detail-item {
  position: relative;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(17, 46, 81, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(197, 160, 71, 0.1), rgba(255, 255, 255, 0.94) 44%),
    #f8fafc;
}

.service-detail-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--brand-navy);
}

.service-detail-item span {
  display: inline-flex;
  margin-bottom: 0.5rem;
  color: var(--brand-gold);
  font-size: 0.78rem;
  font-weight: 800;
}

.service-detail-item h5 {
  margin-bottom: 0.4rem;
  color: var(--brand-navy);
  font-size: 0.98rem;
  line-height: 1.35;
  font-weight: 700;
}

.service-detail-item p {
  margin: 0;
  color: var(--muted-color);
  font-size: 0.9rem;
  line-height: 1.55;
}

.page .service-card-cta {
  align-self: flex-start;
  margin-top: 1.75rem;
  border-radius: 999px;
  color: #ffffff;
  background: var(--brand-navy);
  border-color: var(--brand-navy);
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 14px 30px rgba(17, 46, 81, 0.18);
}

.page .service-card-cta:hover,
.page .service-card-cta:focus {
  color: var(--brand-navy);
  background: var(--brand-gold);
  border-color: var(--brand-gold);
  transform: translateY(-2px);
}

.grayscale-logo {
  max-height: 86px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.grayscale-logo:hover {
  filter: none;
  opacity: 1;
  transform: translateY(-3px);
}

.team-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.team-section__header {
  max-width: 900px;
  margin: 0 auto 3rem;
}

.team-section__header .section-kicker {
  justify-content: center;
}

.team-section__header h2 {
  margin-bottom: 1rem;
  color: var(--dark-color);
  font-size: clamp(2rem, 3.4vw, 2.75rem);
  line-height: 1.16;
  font-weight: 700;
}

.team-section__header p {
  margin: 0 auto;
  color: var(--muted-color);
  font-size: 1.08rem;
  line-height: 1.75;
}

.team-grid {
  align-items: stretch;
}

.team-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.team-card:hover,
.team-card:focus-within {
  border-color: rgba(30, 64, 175, 0.26);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
  transform: translateY(-5px);
}

.team-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 5;
  min-height: 280px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(226, 232, 240, 0.92) 0%, rgba(71, 85, 105, 0.88) 46%, rgba(17, 46, 81, 0.96) 100%);
}

.team-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
}

.team-placeholder::after {
  content: "\f0b1";
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: rgba(255, 255, 255, 0.18);
  font-family: "Font Awesome 6 Free";
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.team-placeholder span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.18);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.team-card__body {
  padding: 1.6rem;
}

.team-card__body h3 {
  margin-bottom: 0.6rem;
  color: var(--dark-color);
  font-size: 1.16rem;
  line-height: 1.3;
  font-weight: 700;
}

.team-card__body p {
  margin-bottom: 0.75rem;
  color: var(--muted-color);
  font-size: 0.96rem;
  line-height: 1.62;
}

.team-card__body p:last-child {
  margin-bottom: 0;
}

.team-card__role {
  color: var(--accent-color) !important;
  font-weight: 700;
}

.team-card__meta {
  color: var(--dark-color) !important;
  font-weight: 700;
}

.reveal-ready .reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-ready .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#contacto h4 a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.contact-form-section {
  padding: 5rem 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(246, 208, 28, 0.18), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--background-color) 100%);
}

.contact-form-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 2rem;
  align-items: start;
}

.contact-form-copy {
  position: sticky;
  top: 110px;
  padding: 2rem;
}

.contact-form-copy h2 {
  color: var(--dark-color);
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.15;
  font-weight: 700;
}

.contact-form-copy p,
.contact-assurance-list {
  color: var(--muted-color);
  font-size: 1.05rem;
  line-height: 1.7;
}

.contact-assurance-list {
  display: grid;
  gap: 0.85rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.contact-assurance-list li {
  display: flex;
  gap: 0.75rem;
}

.contact-assurance-list i {
  margin-top: 0.35rem;
  color: var(--accent-color);
}

.contact-form {
  padding: 2rem;
  border: 1px solid var(--line-color);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--premium-shadow);
}

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

.form-field {
  display: grid;
  gap: 0.45rem;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--dark-color);
  font-size: 0.9rem;
  font-weight: 700;
}

.form-field label span {
  color: #dc2626;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(100, 116, 139, 0.28);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  color: var(--dark-color);
  background: #ffffff;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.form-field .has-error {
  border-color: #dc2626;
  background: #fff7f7;
}

.form-field small {
  min-height: 1.1rem;
  color: #dc2626;
  font-size: 0.8rem;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
}

.page .contact-submit {
  min-width: 190px;
  border-radius: 999px;
  color: #111827;
  background: var(--primary-color);
  border-color: var(--primary-color);
  text-transform: none;
  letter-spacing: 0;
}

.page .contact-submit:hover,
.page .contact-submit:focus {
  color: #111827;
  background: #ffe45c;
  border-color: #ffe45c;
}

.contact-submit .submit-loading,
.contact-form.is-loading .submit-label {
  display: none;
}

.contact-form.is-loading .submit-loading {
  display: inline;
}

.contact-form-note {
  flex: 1 1 260px;
  margin: 0;
  color: var(--muted-color);
  font-size: 0.9rem;
  line-height: 1.5;
}

.form-status {
  display: none;
  margin-top: 1.25rem;
  padding: 1rem;
  border-radius: 14px;
  font-weight: 600;
}

.form-status.is-success,
.form-status.is-error {
  display: block;
}

.form-status.is-success {
  color: #166534;
  background: #dcfce7;
}

.form-status.is-error {
  color: #991b1b;
  background: #fee2e2;
}

.footer-cta {
  padding: 4rem 0;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 64, 175, 0.88)),
    url("../images/parallax-1.jpg") center/cover no-repeat;
}

.footer-cta__inner {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}

.footer-cta h2 {
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  line-height: 1.1;
  font-weight: 700;
}

.footer-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
}

.page .footer-cta__button {
  flex: 0 0 auto;
  border-radius: 999px;
  color: #111827;
  background: var(--primary-color);
  border-color: var(--primary-color);
  text-transform: none;
  letter-spacing: 0;
}

.pre-footer-corporate .row {
  align-items: flex-start;
}

.footer-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.footer-column-title {
  margin-bottom: 1.45rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-transform: uppercase;
}

.footer-contact-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact-item {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.footer-contact-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.94rem;
  line-height: 1.35;
}

.footer-contact-label::after {
  content: ":";
}

.footer-contact-value {
  display: inline-block;
  max-width: 100%;
  color: var(--primary-color);
  font-size: 1rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-contact-value:hover,
.footer-contact-value:focus {
  color: #ffe45c;
}

.footer-contact-value--text {
  color: rgba(255, 255, 255, 0.68);
}

.footer-contact-value--text:hover,
.footer-contact-value--text:focus {
  color: rgba(255, 255, 255, 0.68);
}

.footer-contact-phone-row {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.footer-contact-phone-row i {
  flex: 0 0 auto;
  color: var(--primary-color);
  font-size: 0.88rem;
}

@media (min-width: 1200px) {
  .hero-caption .container {
    padding-top: 6.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }
}

@media (max-width: 991px) {
  .about-modern__grid,
  .values-modern__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-modern-grid {
    grid-template-columns: 1fr;
  }

  .team-section__header {
    margin-bottom: 2.25rem;
  }

  .hero-caption .container {
    padding-top: 6rem;
  }

  .contact-form-shell {
    grid-template-columns: 1fr;
  }

  .contact-form-copy {
    position: static;
    padding: 0;
  }

  .footer-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-column {
    margin-bottom: 1.75rem;
  }
}

@media (max-width: 767px) {
  .hero-section,
  .hero-slider,
  .ad-hero-slide {
    min-height: 92vh;
  }

  .ad-hero-slide::before {
    background:
      linear-gradient(180deg, rgba(6, 14, 31, 0.78) 0%, rgba(15, 23, 42, 0.72) 45%, rgba(15, 23, 42, 0.86) 100%);
  }

  .hero-caption .container {
    padding-top: 5.25rem;
    padding-bottom: 4rem;
  }

  .hero-caption h1,
  .hero-caption h2 {
    font-size: clamp(2.25rem, 11vw, 2.625rem);
    line-height: 1.12;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-actions {
    gap: 0.75rem;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 0 18px;
  }

  .about-modern__grid,
  .values-modern__grid {
    grid-template-columns: 1fr;
  }

  .services-modern-header {
    margin-bottom: 2rem;
  }

  .services-modern-header p {
    font-size: 1rem;
  }

  .service-strategic-card {
    padding: 1.35rem;
    border-radius: 20px;
  }

	  .service-strategic-card__top {
	    flex-direction: column;
	  }

	  .service-strategic-card__icon {
	    width: 72px;
	    min-height: 72px;
	  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .page .service-card-cta {
    width: 100%;
    text-align: center;
  }

	  .principle-card,
	  .value-card {
	    min-height: auto;
	    padding: 1.5rem;
	  }

  .team-placeholder {
    min-height: 260px;
  }

  .team-card__body {
    padding: 1.35rem;
  }

  .values-modern {
    margin-top: 3.5rem;
  }

  .contact-form-section {
    padding: 3.5rem 0;
  }

  .contact-form {
    padding: 1.25rem;
    border-radius: 18px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .page .contact-submit,
  .page .footer-cta__button {
    width: 100%;
  }

  .footer-cta {
    padding: 3rem 0;
  }
}

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

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

  .video-background {
    transform: none;
  }
}
