/* Inspiración visual: estudio full-service tipo Carey (https://www.carey.cl/) — tipografía sans, alto contraste, hero inmersivo. */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

:root {
  --carey-ink: #0a0a0b;
  --carey-ink-soft: #2a2d34;
  --carey-surface: #ffffff;
  --carey-muted: #6b7280;
  --carey-line: rgba(255, 255, 255, 0.12);
  --carey-line-dark: rgba(10, 10, 11, 0.08);
  --carey-accent: #ffffff;
}

.soria-lang-toggle {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  padding: 0.2rem 0.55rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.soria-lang-toggle:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.55);
}
.soria-lang-toggle__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.2rem;
  line-height: 0;
}
.soria-lang-toggle__svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.landing-page,
.landing-modern {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important;
}

/* Hero: imagen moderna + velo oscuro (legibilidad estilo Carey) */
.landing-page .top-banner {
  position: relative;
  min-height: 88vh;
  display: flex !important;
  flex-direction: column !important;
  background-image: linear-gradient(
      105deg,
      rgba(6, 8, 14, 0.88) 0%,
      rgba(12, 18, 32, 0.72) 38%,
      rgba(20, 28, 48, 0.55) 100%
    ),
    url("hero-modern.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  border-bottom: 1px solid var(--carey-line);
}

.landing-page .top-banner > nav {
  flex-shrink: 0;
}

.landing-page .top-banner > .row:last-of-type {
  flex: 1;
  display: flex;
  align-items: center;
}

/* Nosotros: franja con foto ~1/3 del viewport; el texto arranca en esa franja */
.landing-page--nosotros .top-banner,
.landing-page--experiencia .top-banner,
.landing-page--servicios .top-banner,
.landing-page--contact .top-banner {
  min-height: 32vh !important;
  max-height: 38vh !important;
}

.landing-page--nosotros .top-banner > .soria-nosotros-hero-body,
.landing-page--experiencia .top-banner > .soria-nosotros-hero-body,
.landing-page--servicios .top-banner > .soria-nosotros-hero-body,
.landing-page--contact .top-banner > .soria-nosotros-hero-body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
}

.soria-nosotros-hero-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
}

.soria-nosotros-hero-title {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(1.15rem, 3.2vw, 1.65rem);
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: #fff;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.soria-nosotros-hero-lead {
  font-size: clamp(0.85rem, 2.1vw, 1rem);
  color: rgba(229, 231, 235, 0.94);
  line-height: 1.45;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}

.soria-socio-card {
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  padding: 1.5rem 1.35rem;
  border-radius: 0;
}

.soria-socio-card__avatar {
  width: 3.1rem;
  height: 3.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #4b5563;
  font-size: 1.55rem;
}

/* Nosotros: imagen + cifras junto al texto largo */
.landing-page--nosotros #firma .row {
  align-items: stretch;
}

.soria-nosotros-text-col {
  max-width: 38rem;
}

@media (min-width: 992px) {
  .soria-nosotros-visual-stack {
    position: sticky;
    top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
}

.soria-nosotros-feature {
  position: relative;
}

.soria-nosotros-feature__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: min(400px, 48vh);
  object-fit: cover;
  box-shadow: 0 28px 70px -36px rgba(6, 8, 14, 0.55);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.soria-nosotros-feature__accent {
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 45%;
  height: 3px;
  background: linear-gradient(90deg, rgba(196, 165, 116, 0.95), rgba(196, 165, 116, 0.15));
}

.soria-nosotros-stat {
  text-align: center;
  padding: 0.8rem 0.35rem;
  background: #fafafa;
  border: 1px solid rgba(15, 23, 42, 0.08);
  width: 100%;
  min-height: 6.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.soria-nosotros-stat__icon {
  display: block;
  color: #6b7280;
  font-size: 1.35rem;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.soria-nosotros-stat__num {
  display: block;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--carey-ink);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.soria-nosotros-stat__lbl {
  display: block;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b7280;
}

/* Panel gráfico (enfoque / complejidad) */
.soria-nosotros-enfoque-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

@media (min-width: 992px) {
  .soria-nosotros-enfoque-wrap {
    justify-content: flex-end;
    padding-left: clamp(0.5rem, 2vw, 1.75rem);
  }
}

.soria-nosotros-enfoque-art {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  padding: 1.35rem 1.15rem 1.5rem;
  max-width: min(100%, 320px);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .soria-nosotros-enfoque-art {
    margin-right: 0;
    margin-left: auto;
    max-width: min(100%, 340px);
  }
}

.soria-nosotros-enfoque-art svg {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 575.98px) {
  .landing-page--nosotros .top-banner,
  .landing-page--experiencia .top-banner,
  .landing-page--servicios .top-banner,
  .landing-page--contact .top-banner {
    min-height: 30vh !important;
    max-height: 36vh !important;
  }
}

.landing-page .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.88) !important;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 500;
  text-shadow: none;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.landing-page .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #fff !important;
}

.landing-modern {
  --lm-slate-950: #06080e;
  --lm-slate-900: #0c1018;
  --lm-slate-800: #141a24;
  --lm-slate-100: #f4f5f7;
  --lm-accent: #ffffff;
  --lm-accent-soft: rgba(255, 255, 255, 0.08);
  --lm-border: var(--carey-line-dark);
  background: var(--carey-surface) !important;
  color: var(--carey-ink) !important;
}

.lm-section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.lm-section--dark {
  background: linear-gradient(180deg, #06080e 0%, #0e1219 100%) !important;
  color: #f3f4f6 !important;
}

.lm-section--dark::before {
  opacity: 0.35 !important;
}

.lm-section-title {
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
}

.lm-section-lead {
  color: var(--carey-muted) !important;
  font-weight: 400 !important;
}

.lm-section--dark .lm-section-title {
  color: #fff !important;
}

.lm-section--dark .lm-section-lead {
  color: rgba(209, 213, 219, 0.92) !important;
}

/* Inicio — bloque “tres pilares”: título y bajada más legibles sobre fondo oscuro */
.landing-page #lineas .soria-pillars-intro .lm-section-title.text-white {
  color: #f8fafc !important;
}
.landing-page #lineas .soria-pillars-intro .lm-section-lead {
  color: rgba(248, 250, 252, 0.96) !important;
  font-weight: 500;
}

.lm-section--dark .soria-svc-photo-frame {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 70px -38px rgba(0, 0, 0, 0.55);
}

#clientes .lm-section-lead.text-white-50 {
  color: rgba(243, 244, 246, 0.92) !important;
}

.lm-badge {
  background: rgba(15, 23, 42, 0.06) !important;
  color: var(--carey-ink-soft) !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem !important;
}

.lm-section--dark .lm-badge {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #e5e7eb !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.lm-card-solution {
  background: #fff !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.lm-card-solution:hover {
  border-color: rgba(15, 23, 42, 0.22) !important;
  box-shadow: 0 24px 60px rgba(6, 8, 14, 0.08) !important;
}

.lm-pillar {
  background: #fafafa !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  border-radius: 0 !important;
}

.lm-footer {
  background: #050608 !important;
  color: #e5e7eb !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.lm-footer__link,
.lm-footer__address {
  color: #cbd5e1 !important;
}

.landing-page .lm-footer__label {
  color: rgba(209, 213, 219, 0.85) !important;
}

.lm-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  align-items: center;
  margin-top: 0.35rem;
}

.lm-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  color: #e5e7eb !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.lm-footer__social a:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff !important;
}

.lm-footer__social .mdi {
  font-size: 1.2rem;
  line-height: 1;
}

.soria-contact-form .form-control,
.soria-contact-form .form-select {
  border-radius: 0;
  border-color: rgba(15, 23, 42, 0.18);
}

.soria-contact-form .form-control:focus {
  border-color: rgba(15, 23, 42, 0.45);
  box-shadow: 0 0 0 0.15rem rgba(15, 23, 42, 0.08);
}

.lm-client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 1rem 1.15rem;
  background: #fafafa;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #94a3b8;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.lm-section--dark .lm-client-logo {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(226, 232, 240, 0.65);
}

/* Nombre de cliente (texto tipo “logo” hasta tener imagen) */
.lm-client-logo.lm-client-logo--name {
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.66rem;
  font-weight: 500;
  line-height: 1.35;
  min-height: 5.25rem;
  padding: 0.85rem 0.65rem;
}

.lm-section--dark .lm-client-logo.lm-client-logo--name {
  color: rgba(241, 245, 249, 0.9);
}

.lm-client-logo.lm-client-logo--brand {
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.65rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 7.5rem;
}

.lm-client-logo__mark {
  width: auto;
  height: auto;
  max-width: 72px;
  max-height: 44px;
  object-fit: contain;
  object-position: center center;
  filter: grayscale(0.15);
}

.lm-section--dark .lm-client-logo__mark {
  filter: grayscale(0.1) brightness(1.08);
}

.lm-client-logo__name {
  display: block;
  font-size: 0.62rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: none;
  color: inherit;
}

.soria-team-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  height: 100%;
}

.soria-team-card__photo {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.soria-team-card__body {
  padding: 1.1rem 1.15rem 1.25rem;
}

.lm-footer__legal a {
  color: #94a3b8 !important;
}

.lm-page-head {
  background: linear-gradient(120deg, #06080e 0%, #121826 50%, #1a2230 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.text-primary {
  color: #111827 !important;
}

.btn-dark {
  background-color: var(--carey-ink) !important;
  border-color: var(--carey-ink) !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.85rem 1.5rem;
}

.btn-light {
  background-color: #fff !important;
  color: var(--carey-ink) !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.85rem 1.5rem;
}

.btn-outline-secondary {
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
}

.soria-brand-lockup {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
  max-width: 100%;
}

@media (max-width: 575.98px) {
  .soria-brand-lockup {
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
  }
}

.soria-wordmark {
  display: inline-flex;
  align-items: center;
  font-size: clamp(0.78rem, 2vw, 0.92rem);
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: none;
  color: #fff;
  line-height: 1.3;
  min-width: 0;
}

.soria-wordmark__text {
  display: block;
  min-width: 0;
}

.soria-wordmark small {
  display: block;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.55rem;
  font-weight: 400;
  opacity: 0.72;
  margin-top: 0.3rem;
}

.soria-hero-title {
  font-family: "Inter", system-ui, sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.12 !important;
  color: #fff !important;
  text-shadow: 0 12px 48px rgba(0, 0, 0, 0.35);
}

.soria-hero-lead {
  color: rgba(229, 231, 235, 0.95) !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.landing-hero-kicker {
  color: rgba(255, 255, 255, 0.55) !important;
  letter-spacing: 0.28em !important;
  font-size: 0.68rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.landing-hero-display {
  font-family: "Inter", system-ui, sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: -0.02em !important;
}

.landing-hero-cta .btn {
  min-width: 11rem;
}

/* CTA sobre foto oscura (lectura tipo Carey) */
.landing-page .top-banner .landing-hero-cta .btn-light {
  background: #fff !important;
  color: var(--carey-ink) !important;
  border-color: #fff !important;
}

.landing-page .top-banner .landing-hero-cta .btn-dark {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
}

.landing-page .top-banner .landing-hero-cta .btn-dark:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.soria-hero-title.display-3 {
  font-size: clamp(2rem, 5.2vw, 3.35rem) !important;
}

/* Galería más editorial */
.lm-gallery__item {
  border-radius: 0 !important;
}

.lm-stat {
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: #fafafa;
}

.lm-section--dark .lm-stat {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

/* —— Servicios (página tipo Nosotros, bloques con gráfica) —— */
.soria-svc-page-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  color: #6b7280;
}

.soria-svc-pill {
  display: inline-flex;
  align-items: center;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fafafa;
  color: var(--carey-ink-soft);
}

.soria-svc-hero-art {
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(145deg, #fafafa 0%, #f3f4f6 100%);
  padding: 1.35rem 1.1rem;
  box-shadow: 0 24px 60px -40px rgba(6, 8, 14, 0.45);
}

.soria-svc-hero-art svg {
  width: 100%;
  height: auto;
  display: block;
}

.soria-svc-visual-panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  padding: 2rem 1.5rem;
  text-align: center;
}

.soria-svc-visual-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1rem;
  font-size: 2.1rem;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.soria-svc-visual-panel svg {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.soria-svc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.soria-svc-list > li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.98rem;
  line-height: 1.45;
}

.lm-section--dark .soria-svc-list > li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  color: rgba(229, 231, 235, 0.92);
}

.soria-svc-list > li:last-child {
  border-bottom: none;
}

.soria-svc-li-ic {
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  color: #4b5563;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #f9fafb;
}

.lm-section--dark .soria-svc-li-ic {
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.soria-svc-photo-frame {
  position: relative;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 28px 70px -38px rgba(6, 8, 14, 0.5);
}

.soria-svc-photo-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.soria-svc-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(6, 8, 14, 0.12) 100%);
}

.soria-svc-bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}

@media (min-width: 576px) {
  .soria-svc-bento {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }
}

.soria-svc-bento__cell {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.85rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.88);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.soria-svc-bento__cell .mdi {
  font-size: 1.15rem;
  opacity: 0.85;
}

/* —— Contacto: más ritmo visual y menos “página en blanco” —— */
.landing-page--contact .soria-contact-welcome__frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 28px 70px -40px rgba(15, 23, 42, 0.45);
  aspect-ratio: 4 / 3;
  max-height: min(420px, 56vh);
}

@media (min-width: 992px) {
  .landing-page--contact .soria-contact-welcome__frame {
    max-height: none;
  }
}

.landing-page--contact .soria-contact-welcome__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  display: block;
}

.landing-page--contact .soria-contact-welcome__accent {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  height: 3px;
  background: linear-gradient(90deg, rgba(196, 165, 116, 0.95), rgba(196, 165, 116, 0.12));
}

.landing-page--contact .soria-contact-welcome__cap {
  font-size: 0.82rem;
  color: #6b7280;
  line-height: 1.45;
  margin-top: 0.85rem;
  padding-right: 0.5rem;
}

.landing-page--contact .soria-contact-intro__hint {
  font-size: 0.95rem;
  line-height: 1.55;
}

.landing-page--contact .soria-contact-intro__title::after {
  content: "";
  display: block;
  width: 3.25rem;
  height: 3px;
  margin-top: 1.1rem;
  background: linear-gradient(90deg, rgba(196, 165, 116, 0.95), rgba(196, 165, 116, 0.18));
}

.landing-page--contact .soria-contact-chips {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.25rem 0;
}

@media (min-width: 992px) {
  .landing-page--contact .soria-contact-chips {
    margin-top: auto;
  }
}

.landing-page--contact .soria-contact-chip {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  text-decoration: none;
  color: var(--carey-ink);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 14px 36px -28px rgba(15, 23, 42, 0.35);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.landing-page--contact .soria-contact-chip:hover {
  border-color: rgba(196, 165, 116, 0.55);
  box-shadow: 0 18px 44px -26px rgba(15, 23, 42, 0.4);
  color: var(--carey-ink);
}

.landing-page--contact .soria-contact-chip__icon {
  flex-shrink: 0;
  width: 2.65rem;
  height: 2.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #4b5563;
  font-size: 1.35rem;
}

.landing-page--contact .soria-contact-chip__body {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.landing-page--contact .soria-contact-chip__k {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7280;
}

.landing-page--contact .soria-contact-chip__v {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.landing-page--contact .soria-contact-main-band {
  background: linear-gradient(180deg, #eef2f7 0%, #f8fafc 42%, #f1f5f9 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.landing-page--contact .lm-contact-card {
  border-radius: 0;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 28px 70px -42px rgba(15, 23, 42, 0.45);
  padding: 1.65rem 1.5rem 1.85rem;
}

.landing-page--contact .soria-contact-panel--form {
  border-top: 3px solid rgba(196, 165, 116, 0.92);
}

.landing-page--contact .soria-contact-panel__eyebrow {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.35rem;
}

.landing-page--contact .soria-contact-panel__title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--carey-ink);
  margin-bottom: 1.25rem;
}

.landing-page--contact .soria-contact-panel--form .soria-contact-panel__title {
  margin-bottom: 0.35rem;
}

.landing-page--contact .soria-contact-form-lead {
  padding-left: 0.85rem;
  border-left: 3px solid rgba(196, 165, 116, 0.45);
}

.landing-page--contact .soria-contact-info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.landing-page--contact .soria-contact-info-item--last {
  border-bottom: 0;
  padding-bottom: 0;
}

.landing-page--contact .soria-contact-info-item__icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #4b5563;
  font-size: 1.3rem;
}

.landing-page--contact .soria-contact-info-item__label {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.35rem;
}

.landing-page--contact .soria-contact-info-item__text {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--carey-ink-soft);
}

.landing-page--contact .soria-contact-info-item__link {
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--carey-ink);
  border-bottom: 1px solid rgba(196, 165, 116, 0.55);
}

.landing-page--contact .soria-contact-info-item__link:hover {
  color: #111827;
  border-bottom-color: rgba(196, 165, 116, 0.95);
}

.landing-page--contact .soria-contact-social-btn {
  border-radius: 0 !important;
}

.landing-page--contact #contacto-mapa .lm-map-frame {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 80px -36px rgba(0, 0, 0, 0.55);
}

.landing-page--contact .soria-contact-map {
  min-height: 300px;
}

.landing-page--contact .soria-contact-map iframe {
  min-height: 300px;
}

@media (min-width: 768px) {
  .landing-page--contact .soria-contact-map,
  .landing-page--contact .soria-contact-map iframe {
    min-height: 400px;
  }
}
