/* ------------------------------------------------------------------
   Public pages: home
------------------------------------------------------------------ */

.hero-section {
  background: #0b1f3a;
  isolation: isolate;
  min-height: 100vh;
}

.hero-section__media,
.hero-section__overlay,
.hero-section__halo,
.hero-section__grid {
  position: absolute;
  inset: 0;
}

.hero-section__media {
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.02);
  filter: saturate(102%) contrast(102%);
}

.hero-section__overlay {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 23, 41, 0.82) 0%, rgba(11, 31, 58, 0.86) 52%, rgba(11, 31, 58, 0.94) 100%),
    linear-gradient(105deg, rgba(11, 31, 58, 0.88) 0%, rgba(18, 74, 138, 0.5) 100%);
}

.hero-section__halo {
  z-index: 1;
  pointer-events: none;
}

.hero-section__halo--top {
  background: radial-gradient(circle at 82% 18%, rgba(30, 159, 179, 0.2) 0%, transparent 26%);
}

.hero-section__halo--bottom {
  background: radial-gradient(circle at 14% 88%, rgba(200, 135, 25, 0.16) 0%, transparent 24%);
}

.hero-section__grid {
  z-index: 1;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 100%);
}

.hero-section__content {
  z-index: 2;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section__title {
  line-height: 1.12;
}

.hero-section__text,
.home-cta__text {
  max-width: 840px;
  margin-inline: auto;
}

.hero-section__microcopy {
  max-width: 720px;
  margin-inline: auto;
  font-size: 0.98rem;
}

.hero-stats {
  align-items: stretch;
}

.stat-item {
  max-width: 220px;
  text-align: center;
  padding: 0 20px;
}

.stat-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.section-badge {
  letter-spacing: 0.02em;
}

.problem-card,
.difference-card,
.service-pill {
  height: 100%;
  border-radius: 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.problem-card {
  padding: 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 18px 45px rgba(6, 30, 64, 0.08);
}

.problem-card:hover,
.difference-card:hover,
.service-pill:hover {
  transform: translateY(-6px);
}

.problem-card__icon,
.difference-card__icon,
.service-pill__icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.problem-card__icon,
.difference-card__icon {
  background: linear-gradient(135deg, #0b1f3a, #1e9fb3);
  color: #fff;
}

.problem-card__title,
.difference-card__title,
.service-pill__title,
.difference-panel h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.problem-card__text,
.difference-card__text,
.service-pill__text,
.difference-panel p {
  color: #5d6b81;
  line-height: 1.72;
}

.home-services,
.home-cta {
  background:
    radial-gradient(circle at top right, rgba(30, 159, 179, 0.12), transparent 24%),
    linear-gradient(135deg, #0b1f3a 0%, #12345e 100%);
}

.service-pill {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 45px rgba(2, 15, 36, 0.16);
  backdrop-filter: blur(6px);
}

.service-pill__title {
  color: #fff;
}

.service-pill__text,
.service-pill__list {
  color: rgba(255, 255, 255, 0.8);
}

.service-pill__icon {
  color: #fff;
}

.service-pill__icon--brand {
  background: linear-gradient(135deg, #10233d 0%, #1c5cad 100%);
}

.service-pill__icon--sunset {
  background: linear-gradient(135deg, #c88719 0%, #d9a441 100%);
}

.service-pill__icon--aqua {
  background: linear-gradient(135deg, #0f766e 0%, #1e9fb3 100%);
}

.service-pill__list {
  margin: 1.5rem 0 0;
  padding-left: 1.2rem;
}

.service-pill__list li + li {
  margin-top: 0.6rem;
}

.difference-card {
  padding: 1.75rem;
  background: #fff;
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 18px 45px rgba(6, 30, 64, 0.08);
}

.difference-panel {
  padding: 1.75rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(11, 31, 58, 0.96) 0%, rgba(18, 74, 138, 0.92) 100%);
  box-shadow: 0 20px 48px rgba(6, 30, 64, 0.16);
  color: #fff;
}

.difference-panel__eyebrow {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 209, 102, 0.95);
}

.difference-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.home-cta__bubble--one {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.04);
  top: -150px;
  right: -100px;
}

.home-cta__bubble--two {
  width: 250px;
  height: 250px;
  background: rgba(200, 135, 25, 0.14);
  bottom: -80px;
  left: 10%;
}

/* ------------------------------------------------------------------
   Public pages: contacto
------------------------------------------------------------------ */

.contact-strategy-panel {
  padding: 2rem;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(0, 31, 77, 0.96) 0%, rgba(13, 71, 161, 0.92) 100%);
  box-shadow: 0 24px 60px rgba(6, 30, 64, 0.18);
  color: #fff;
}

.contact-strategy-panel__header {
  margin-bottom: 1.5rem;
}

.contact-strategy-panel__header h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.38;
}

.contact-strategy-panel__topics {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-topic {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
}

.contact-topic + .contact-topic {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-topic__icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.25rem;
}

.contact-topic h4 {
  margin-bottom: 0.45rem;
  font-size: 1.08rem;
  font-weight: 700;
}

.contact-topic p,
.contact-strategy-panel__note p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.72;
}

.contact-strategy-panel__note {
  margin-top: 1.5rem;
  padding: 1.2rem 1.3rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-strategy-panel__note strong {
  display: inline-block;
  margin-bottom: 0.45rem;
}

.info-card--executive {
  padding: 1.5rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0, 31, 77, 0.08);
  box-shadow: 0 18px 45px rgba(6, 30, 64, 0.08);
}

.info-card--executive h3 {
  margin-bottom: 0.45rem;
  font-size: 1.08rem;
  font-weight: 700;
}

.info-card--executive p {
  color: #5d6b81;
  line-height: 1.68;
}

/* ------------------------------------------------------------------
   Public pages: servicios
------------------------------------------------------------------ */

.service-group + .service-group {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0, 31, 77, 0.08);
}

.service-group__header {
  max-width: 860px;
  margin-bottom: 1.25rem;
}

.service-group__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-group__eyebrow--brand {
  background: rgba(13, 71, 161, 0.1);
  color: #0d47a1;
}

.service-group__eyebrow--sunset {
  background: rgba(245, 124, 0, 0.12);
  color: #c85f00;
}

.service-group__eyebrow--aqua {
  background: rgba(38, 198, 218, 0.12);
  color: #0f7f8f;
}

.service-group__title {
  margin: 1rem 0 0.65rem;
  font-size: 1.9rem;
  font-weight: 700;
  color: #11213a;
}

.service-group__text {
  color: #5d6b81;
  line-height: 1.72;
}

.service-solution-card {
  height: 100%;
  padding: 1.8rem;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(0, 31, 77, 0.08);
  box-shadow: 0 18px 45px rgba(6, 30, 64, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-solution-card:hover {
  transform: translateY(-6px);
}

.service-solution-card__icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin-bottom: 1.2rem;
  color: #fff;
  font-size: 1.45rem;
}

.service-solution-card__icon--brand {
  background: linear-gradient(135deg, #001f4d 0%, #2563eb 100%);
}

.service-solution-card__icon--sunset {
  background: linear-gradient(135deg, #f57c00 0%, #ffb347 100%);
}

.service-solution-card__icon--aqua {
  background: linear-gradient(135deg, #0f766e 0%, #26c6da 100%);
}

.service-solution-card__title {
  margin-bottom: 1rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #11213a;
}

.service-solution-card__block + .service-solution-card__block {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 31, 77, 0.08);
}

.service-solution-card__label {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0d47a1;
}

.service-solution-card__block p {
  color: #5d6b81;
  line-height: 1.72;
}

.work-process-panel {
  padding: 2rem;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(0, 31, 77, 0.96) 0%, rgba(13, 71, 161, 0.92) 100%);
  box-shadow: 0 24px 60px rgba(6, 30, 64, 0.18);
  color: #fff;
}

.work-process-panel__header {
  margin-bottom: 1.5rem;
}

.work-process-panel__eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 209, 102, 0.95);
}

.work-process-panel__header h3 {
  margin-bottom: 0;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.35;
}

.work-stage {
  display: flex;
  gap: 1rem;
  height: 100%;
  padding: 1.4rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.work-stage__step {
  width: 58px;
  height: 58px;
  min-width: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #f5a623 0%, #ffd166 100%);
  color: #0f2342;
  font-weight: 800;
  font-size: 1rem;
}

.work-stage__title {
  margin-bottom: 0.55rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}

.work-stage__text,
.work-process-panel__closing p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.work-process-panel__closing {
  margin-top: 1.5rem;
  padding: 1.25rem 1.4rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.work-process-panel__closing strong {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #fff;
}

/* ------------------------------------------------------------------
   Public pages: quiénes somos
------------------------------------------------------------------ */

.leadership-card,
.belief-card {
  height: 100%;
  padding: 1.9rem;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(0, 31, 77, 0.08);
  box-shadow: 0 18px 45px rgba(6, 30, 64, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leadership-card:hover,
.belief-card:hover {
  transform: translateY(-6px);
}

.leadership-card__icon,
.belief-card__icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin-bottom: 1.2rem;
  background: linear-gradient(135deg, #001f4d, #26c6da);
  color: #fff;
  font-size: 1.5rem;
}

.leadership-card__title,
.belief-card__title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.leadership-card__text,
.belief-card__text {
  color: #5d6b81;
  line-height: 1.72;
}

.sgdea-link-panel {
  display: grid;
  gap: 0.85rem;
}

.apollodocs-access {
  display: block;
  max-width: 380px;
  margin-bottom: 1rem;
  color: inherit;
}

.apollodocs-access-section {
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.apollodocs-access .card {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(0, 31, 77, 0.08) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.apollodocs-access:hover .card {
  transform: translateY(-5px);
  box-shadow: 0 24px 56px rgba(6, 30, 64, 0.16) !important;
}

.apollodocs-access__logo {
  max-height: 90px;
  min-height: 64px;
  object-fit: contain;
}

.sgdea-link-panel__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(0, 31, 77, 0.08);
  color: #11213a;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(6, 30, 64, 0.08);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.sgdea-link-panel__item:hover {
  transform: translateY(-4px);
  border-color: rgba(38, 198, 218, 0.38);
  box-shadow: 0 22px 48px rgba(6, 30, 64, 0.12);
  color: #11213a;
}

.sgdea-link-panel__icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #001f4d 0%, #26c6da 100%);
  color: #fff;
  font-size: 1.25rem;
}

.sgdea-link-panel__content {
  display: grid;
  gap: 0.35rem;
}

.sgdea-link-panel__content strong {
  font-size: 1rem;
  font-weight: 800;
}

.sgdea-link-panel__content small {
  color: #5d6b81;
  line-height: 1.55;
}

.sgdea-link-panel__content span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #0d47a1;
  font-size: 0.9rem;
  font-weight: 800;
}

.leadership-panel {
  padding: 2rem;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(0, 31, 77, 0.96) 0%, rgba(13, 71, 161, 0.93) 100%);
  color: #fff;
  box-shadow: 0 24px 60px rgba(6, 30, 64, 0.2);
}

.leadership-panel__profile {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

.leadership-panel__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.leadership-panel__avatar {
  width: 100%;
  min-height: 340px;
  height: 100%;
  border-radius: 26px;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.12);
}

.leadership-panel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.leadership-panel__role {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.leadership-panel__eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 209, 102, 0.95);
}

.leadership-panel__text {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  margin: 1.1rem 0 1.25rem;
}

.leadership-panel__list {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, 0.84);
}

.leadership-panel__list li + li {
  margin-top: 0.65rem;
}

.about-cta {
  background: linear-gradient(135deg, #001f4d 0%, #0d47a1 50%, #26c6da 100%);
}

.about-cta__text {
  max-width: 760px;
  margin-inline: auto;
}

/* ------------------------------------------------------------------
   Public pages: SGDEA and portfolio additions
------------------------------------------------------------------ */

.sgdea-screen {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(0, 31, 77, 0.08);
  box-shadow: 0 24px 60px rgba(6, 30, 64, 0.14);
}

.sgdea-screen img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.sgdea-screen__badge {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.15rem;
  border-radius: 22px;
  background: rgba(0, 31, 77, 0.9);
  color: #fff;
  box-shadow: 0 18px 45px rgba(6, 30, 64, 0.16);
}

.sgdea-screen__badge span {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.sgdea-benefit {
  display: grid;
  gap: 0.7rem;
  padding: 1.6rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: 0 18px 45px rgba(2, 15, 36, 0.14);
}

.sgdea-benefit strong {
  color: #ffc107;
  font-size: 1.35rem;
  font-weight: 800;
}

.sgdea-benefit span {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
}

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

.portfolio-item,
.portfolio-download,
.portfolio-reference__slot {
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0, 31, 77, 0.08);
  box-shadow: 0 18px 45px rgba(6, 30, 64, 0.08);
}

.portfolio-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.1rem 1.2rem;
  color: #11213a;
  font-weight: 700;
}

.portfolio-item i {
  color: #0f7f8f;
  font-size: 1.25rem;
}

.portfolio-download {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.8rem;
}

.portfolio-download h3 {
  margin-bottom: 0.75rem;
  color: #11213a;
  font-size: 1.25rem;
  font-weight: 700;
}

.portfolio-download p {
  flex: 1;
  color: #5d6b81;
  line-height: 1.7;
}

.portfolio-reference {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  gap: 1.1rem;
}

.portfolio-reference--center-1 {
  grid-template-columns: minmax(0, 360px);
}

.portfolio-reference--center-2 {
  grid-template-columns: repeat(2, minmax(0, 360px));
}

.portfolio-reference--center-3 {
  grid-template-columns: repeat(3, minmax(0, 360px));
}

.portfolio-reference__slot {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  overflow: hidden;
}

.portfolio-reference__slot--hidden {
  display: none;
}

.portfolio-reference__slot i {
  color: #ffc107;
  font-size: 1.6rem;
}

.portfolio-reference__image-wrapper,
.portfolio-reference__placeholder {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.portfolio-reference__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.portfolio-reference__placeholder {
  display: grid;
  place-items: center;
}

.portfolio-reference__placeholder i {
  font-size: 2.2rem;
}

.portfolio-reference__info {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  height: 100%;
  padding: 0.25rem 0.25rem 0.4rem;
}

.portfolio-reference__title {
  margin: 0;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
}

.portfolio-reference__client {
  margin: 0;
  color: #ffc107;
  font-size: 0.9rem;
  font-weight: 800;
}

.portfolio-reference__summary {
  flex: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.portfolio-reference__date {
  width: max-content;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 800;
}

.portfolio-reference__actions {
  display: flex;
  align-items: flex-end;
  min-height: 36px;
  margin-top: auto;
}

.portfolio-reference__actions .btn {
  width: 100%;
}

.portfolio-reference__no-link {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 31px;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
}

.portfolio-reference__empty {
  grid-column: 1 / -1;
  padding: 2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
}

.service-feature-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(0, 31, 77, 0.08);
  box-shadow: 0 24px 60px rgba(6, 30, 64, 0.12);
}

.service-feature-card__icon {
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #001f4d 0%, #26c6da 100%);
  color: #fff;
  font-size: 2rem;
}

.service-feature-card h3 {
  margin: 0.65rem 0 0;
  color: #11213a;
  font-size: 1.8rem;
  font-weight: 800;
}

.service-feature-card strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #0d47a1;
}

.service-feature-card p {
  margin-bottom: 0;
  color: #5d6b81;
  line-height: 1.7;
}

.stack-list__item--dark {
  color: rgba(255, 255, 255, 0.82);
}

/* ------------------------------------------------------------------
   Public pages: responsive
------------------------------------------------------------------ */

@media (max-width: 991.98px) {
  .hero-section,
  .hero-section__content {
    min-height: 760px;
  }

  .leadership-panel__profile {
    grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  }

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

  .portfolio-reference--center-3 {
    grid-template-columns: repeat(2, minmax(0, 360px));
  }
}

@media (max-width: 767.98px) {
  .stat-item {
    flex: 1 1 100%;
    max-width: none;
    padding: 10px 0;
  }

  .stat-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
  }

  .hero-section__overlay {
    background: linear-gradient(180deg, rgba(7, 23, 41, 0.84) 0%, rgba(11, 31, 58, 0.84) 55%, rgba(11, 31, 58, 0.92) 100%);
  }

  .contact-strategy-panel,
  .info-card--executive,
  .service-solution-card,
  .work-process-panel,
  .work-stage {
    padding: 1.5rem;
  }

  .service-group__title {
    font-size: 1.55rem;
  }

  .work-stage {
    flex-direction: column;
  }

  .leadership-panel__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .leadership-panel__profile {
    grid-template-columns: 1fr;
  }

  .leadership-panel__avatar {
    min-height: 320px;
    max-height: 420px;
  }

  .sgdea-link-panel__item {
    grid-template-columns: 1fr;
  }

  .portfolio-grid,
  .portfolio-reference {
    grid-template-columns: 1fr;
  }

  .portfolio-reference--center-1,
  .portfolio-reference--center-2,
  .portfolio-reference--center-3 {
    grid-template-columns: 1fr;
  }

  .service-feature-card {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .sgdea-screen img {
    min-height: 300px;
  }
}
