:root {
  --navy: #071f58;
  --navy2: #09286f;
  --blue: #1f66df;
  --red: #cf1726;
  --ink: #071b48;
  --muted: #667792;
  --soft: #eef5ff;
  --line: #dce5f2;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 18px 45px rgba(7, 31, 88, .10)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden
}

a {
  text-decoration: none;
  color: inherit
}

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

.container {
  width: min(1240px, 92%);
  margin: auto
}

.topbar {
  background: var(--navy);
  color: #fff;
  font-size: 14px
}

.topbar .container,
.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.topbar a,
.topbar span {
  opacity: .95
}

.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 42px
}

.topbar svg {
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  margin-right: 6px
}

.campus-btn {
  background: var(--red);
  padding: 9px 18px;
  border-radius: 999px;
  font-weight: 800
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0 1px 0 rgba(7, 31, 88, .1)
}

.header-wrap {
  min-height: 86px
}

.brand img {
  height: 80px;
  width: auto
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 800
}

.nav-menu a {
  position: relative
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--blue)
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  padding: 16px 24px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: .25s ease
}

.btn-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 8px 15px rgba(207, 23, 38, .18)
}

.btn-outline {
  border-color: #b8c6dc;
  color: var(--navy);
  background: #fff
}

.btn:hover {
  transform: translateY(-3px)
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  gap: 5px;
  flex-direction: column
}

.menu-toggle span {
  width: 26px;
  height: 3px;
  background: var(--navy);
  border-radius: 3px
}

.hero {
  position: relative;
  background: linear-gradient(90deg, #fff 0%, #fff 44%, #eaf3ff 44%, #eaf3ff 100%);
  overflow: hidden
}

.hero:after {
  content: "";
  position: absolute;
  right: -130px;
  top: 0;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: var(--navy);
  z-index: 0
}

.hero-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 660px;
  align-items: stretch
}

.hero-content {
  padding: 110px 20px 110px 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .02em;
  color: var(--blue);
  font-weight: 900;
  font-size: 14px;
  margin: 0 0 18px
}

.hero h1 {
  font-size: clamp(48px, 5.2vw, 70px);
  line-height: .98;
  margin: 0 0 26px;
  font-weight: 950;
  letter-spacing: -.055em
}

.hero h1 span {
  color: var(--blue)
}

.red-line {
  width: 70px;
  height: 5px;
  background: var(--red);
  border-radius: 9px;
  margin: 0 0 24px
}

.hero-text {
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 560px;
  margin: 0 0 34px
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.hero-media {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: stretch;
  overflow: visible
}

.hero-photo {
  position: absolute;
  inset: 0 0 0 -90px;
  border-bottom-left-radius: 80px;
  overflow: hidden
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.hero-photo:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .94) 12%, rgba(255, 255, 255, .72) 27%, rgba(255, 255, 255, .18) 48%, rgba(255, 255, 255, 0) 70%);
  z-index: 2
}

.hero-photo:after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -130px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--blue), var(--navy));
  z-index: 2
}

.float-stack {
  position: absolute;
  right: 8%;
  top: 128px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: min(380px, 44vw)
}

.float-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border-radius: 18px;
  padding: 24px 28px;
  box-shadow: 0 18px 38px rgba(7, 31, 88, .13);
  font-weight: 900
}

.float-card:nth-child(2) {
  transform: translateX(-62px)
}

.float-card .icon-badge,
.icon-badge {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 50%;
  background: var(--navy);
  display: grid;
  place-items: center
}

.float-card svg,
.icon-badge svg {
  width: 28px;
  height: 28px;
  stroke: #fff
}

.float-card small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-top: 2px
}

.category-bar {
  position: relative;
  margin-top: -42px;
  z-index: 5
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: var(--navy);
  color: #fff;
  border-radius: 12px;
  padding: 24px 26px;
  box-shadow: var(--shadow)
}

.category-grid a {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 850;
  border-right: 1px solid rgba(255, 255, 255, .18);
  padding: 0 18px
}

.category-grid a:last-child {
  border-right: 0
}

.category-grid svg {
  width: 34px;
  height: 34px;
  stroke: #fff
}

.section {
  padding: 82px 0
}

.section.alt {
  background: #f4f8ff
}

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

.section-head h2,
.section-title h2,
.content h2 {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.05;
  margin: 0
}

.section-head p {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.7
}

.cards-grid {
  display: grid;
  gap: 22px
}

.sectors-grid {
  grid-template-columns: repeat(6, 1fr)
}


.area-card,
.program-card,
.resource-card,
.method-card,
.axis-card,
.doc-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px;
  transition: .25s ease
}

.mini-card{
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-radius: 18px;
}

.logo-card {
  padding: 12px;
  border-radius: 18px;
  /* border: 1px solid var(--line); */
  background: none;
  box-shadow: none
}

.mini-card:hover{
  transform: translateY(-8px);
}

.area-card:hover,
.program-card:hover,
.resource-card:hover,
.method-card:hover,
.axis-card:hover,
.doc-card:hover {
  transform: translateY(-8px);
  /* box-shadow: 0 18px 18px rgba(7, 31, 88, .08) */
  box-shadow: 0 10px 10px rgba(7, 31, 88, .08);
}

.mini-card svg,
.area-card svg,
.method-card svg,
.axis-card svg {
  width: 42px;
  height: 42px;
  stroke: var(--blue);
  margin-bottom: 18px
}

.mini-card h3,
.area-card h3 {
  font-size: 16px;
  margin: 0
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center
}

.image-card {
      border-radius:22px;
    overflow:hidden;
    background:#fff;
    padding:20px;
}

.image-card img {
    width:100%;
    height:auto;
    display:block;
    object-fit:contain;
}

.feature-item {
  display: flex;
  gap: 18px;
  margin: 22px 0
}

.feature-item p {
  color: var(--muted);
  line-height: 1.55;
  margin: 6px 0 0
}

.dark-section {
  background: linear-gradient(135deg, var(--navy), var(--navy2));
  color: #fff;
  position: relative;
  overflow: hidden
}

.dark-section:after {
  content: "";
  position: absolute;
  right: 5%;
  top: 15%;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%
}

.section-programas{
  margin-top:-38px;
}
.areas-grid {
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2
}

.area-card p {
  color: #5f6f8d;
  line-height: 1.55
}

.area-card a,
.program-card a,
.resource-card a {
  color: var(--red);
  font-weight: 900
}

.program-card {
  padding: 0;
  overflow: hidden;
  height: auto
}

.program-card img,
.resource-card img {
  width: 100%;
  height: 165px;
  object-fit: cover
}

.program-card div,
.resource-card div {
  padding: 18px
}

.swiper {
  padding: 8px 4px 46px !important
}

.swiper-pagination-bullet-active {
  background: var(--red) !important
}

.stats-section {
  background: linear-gradient(90deg, var(--navy), #173f9c);
  color: #fff;
  padding: 40px 0
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0
}

.stats-grid div {
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid rgba(255, 255, 255, .2);
  padding: 0 22px
}

.stats-grid div:last-child {
  border-right: 0
}

.stats-grid strong {
  font-size: 34px;
  display: block;
  line-height: 1
}

.stats-grid span:last-child {
  font-size: 14px;
  font-weight: 800
}

.stat-icon {
  width: 60px;
  height: 60px;
  /* border: 1px solid rgba(255, 255, 255, .28); */
  border-radius: 50%;
  display: grid !important;
  place-items: center;
  flex: 0 0 50px
}


/*LOGOS DE INSTITUCIONES*/
.logos-swiper .swiper-slide {
  height: auto
}

.logo-card {
  height: 96px;
  display: grid !important;
  place-items: center;
  /* background: #f6f9ff */
}

.logo-card img {
  max-height: 60px;
  opacity: .85
}

.resources-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 34px
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.contact-band {
  background: var(--navy);
  color: #fff;
  border-radius: 26px;
  padding: 42px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 34px
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 9px;
  padding: 15px;
  font: inherit
}

.contact-form textarea {
  grid-column: span 2;
  min-height: 52px
}

.footer {
  background: #06183f;
  color: #fff;
  padding: 42px 0 24px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px
}

.footer a,
.footer p {
  color: rgba(255, 255, 255, .75)
}

.page-hero {
  padding: 96px 0;
  background: linear-gradient(135deg, #fff 0, #edf5ff 58%, #dcecff 100%);
  position: relative;
  overflow: hidden
}

/* .page-hero:after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--navy)
} */

.page-hero .container {
  position: relative;
  z-index: 1
}

.page-hero h1 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  margin: 0 0 18px;
  max-width: 850px
}

.page-hero p {
  font-size: 19px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 800px
}

.axis-grid {
  grid-template-columns: repeat(2, 1fr)
}

.axis-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: start
}

.axis-number {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 950
}

.axis-card h3 {
  margin: 0 0 8px
}

.axis-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55
}

.method-grid {
  grid-template-columns: repeat(4, 1fr)
}

.doc-viewer {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--shadow)
}

.doc-viewer iframe {
  width: 100%;
  height: 720px;
  border: 0;
  border-radius: 14px;
  background: #f3f6fb
}

.agreement-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 38px;
  align-items: start
}

.seal-card {
  background: #fff;
  border-radius: 22px;
  padding: 34px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow)
}

.seal-card img {
  width: 100%;
  margin-bottom: 20px
}

.check-list {
  display: grid;
  gap: 14px
}

.check-list li {
  list-style: none;
  position: relative;
  padding-left: 34px;
  color: var(--muted);
  line-height: 1.55
}

.check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--red)
}

.flyer-reference {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow)
}

.mobile-only {
  display: none
}

@media(max-width:1100px) {
  .nav-menu {
    position: absolute;
    top: 128px;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 5%;
    box-shadow: var(--shadow)
  }

  .nav-menu.open {
    display: flex
  }

  .menu-toggle {
    display: flex
  }

  .header-cta {
    display: none
  }

  .hero-wrap {
    grid-template-columns: 1fr
  }

  .hero {
    background: #f4f8ff
  }

  .hero-content {
    padding: 70px 0 30px
  }

  .hero-media {
    min-height: 520px
  }

  .hero-photo {
    left: 0;
    border-radius: 30px
  }

  .category-grid,
  .sectors-grid,
  .areas-grid,
  .stats-grid,
  .method-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .resources-layout,
  .why-grid,
  .contact-band,
  .agreement-grid {
    grid-template-columns: 1fr
  }

  .resources-grid {
    grid-template-columns: 1fr 1fr
  }

  .stats-grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    padding: 18px
  }

  .topbar-left {
    display: none
  }

  .float-stack {
    right: 5%;
    width: 390px
  }
}

@media(max-width:700px) {
  .container {
    width: 90%
  }

  .topbar .container {
    justify-content: center
  }

  .topbar-right a:not(.campus-btn) {
    display: none
  }

  .brand img {
    height: 66px
  }

  .hero h1 {
    font-size: 44px
  }

  .hero-media {
    min-height: 430px
  }

  .hero-photo:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .75))
  }

  .float-stack {
    width: 88%;
    left: 6%;
    right: auto;
    top: auto;
    bottom: 28px;
    gap: 12px
  }

  .float-card,
  .float-card:nth-child(2) {
    transform: none;
    padding: 16px
  }

  .float-card .icon-badge {
    width: 44px;
    height: 44px;
    flex-basis: 44px
  }

  .category-bar {
    margin-top: 0;
    background: var(--navy)
  }

  .category-grid {
    width: 100%;
    border-radius: 0;
    grid-template-columns: 1fr 1fr;
    padding: 18px 5%
  }

  .category-grid a {
    border: 0;
    padding: 10px 0;
    font-size: 13px
  }

  .section {
    padding: 58px 0
  }

  .section-head {
    display: block
  }

  .sectors-grid,
  .areas-grid,
  .resources-grid,
  .stats-grid,
  .axis-grid,
  .method-grid,
  .footer-grid {
    grid-template-columns: 1fr
  }

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

  .contact-form textarea {
    grid-column: auto
  }

  .stats-grid div {
    padding: 18px 0
  }

  .doc-viewer iframe {
    height: 540px
  }

  .page-hero {
    padding: 64px 0
  }

  .hero-actions .btn {
    width: 100%
  }
}

.category-grid img {
  width: 34px;
  height: 34px;
  filter: brightness(0) invert(1)
}

.float-card .icon-badge img,
.stat-icon img {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1)
}


.area-card img,
.method-card img,
.axis-card img,
.feature-item img {
  width: 42px;
  height: 42px
}

.mini-card img{
  width: 62px;
  height: 62px;
}

.feature-item .icon-badge img {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1)
}


/* ===== AJUSTES PREMIUM V5 ===== */
.hero {
  background: #f4f8ff;
  min-height: 720px;
  overflow: hidden
}

.hero .container {
  width: min(1380px, 94%)
}

.hero-wrap {
  grid-template-columns: 39% 61%;
  min-height: 720px;
  align-items: stretch
}

.hero-content {
  padding: 110px 0 135px 0;
  z-index: 5
}

.hero-media {
  min-height: 720px;
  position: relative;
  overflow: visible
}

.hero-photo {
  position: absolute;
  inset: 0 -3vw 0 -160px;
  border-radius: 0 0 0 90px;
  overflow: hidden
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right
}

.hero-photo:before {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .97) 11%, rgba(255, 255, 255, .82) 24%, rgba(255, 255, 255, .38) 42%, rgba(255, 255, 255, .06) 68%, rgba(255, 255, 255, 0) 100%)
}

.hero-photo:after {
  right: 6%;
  bottom: -135px;
  width: 350px;
  height: 350px
}

.hero:after {
  right: -120px;
  top: -80px;
  width: 470px;
  height: 470px
}

.float-stack {
  right: 3%;
  top: 130px;
  width: min(390px, 35vw)
}

.float-card {
  min-height: 94px
}

.category-bar {
  margin-top: -70px
}

.category-grid {
  width: min(1180px, 92%)
}

.modality-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.modality-card {
  padding: 34px 26px;
  text-align: center;
  border-right: 1px solid var(--line);
  transition: .25s ease
}

.modality-card:last-child {
  border-right: 0
}

.modality-card:hover {
  transform: translateY(-6px);
  background: #f8fbff
}

.modality-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy)
}

.modality-card:nth-child(2) .modality-icon {
  background: var(--red)
}

.modality-card:nth-child(3) .modality-icon {
  background: #f08218
}

.modality-card:nth-child(4) .modality-icon {
  background: #2aa845
}

.modality-icon img {
  width: 42px;
  height: 42px;
  filter: brightness(0) invert(1)
}

.modality-card h3 {
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 12px
}

.modality-card p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
  font-weight: 600
}

.resources-swiper .swiper-slide {
  height: auto
}

.resources-swiper .resource-card {
  height: 100%
}

.logos-swiper {
  overflow: hidden
}

.logo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(7, 31, 88, .06)
}

.inhouse-hero, .convenio-bg, nosotros-bg, .recursos-bg {
  position: relative;
  padding: 108px 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .82) 45%, rgba(7, 31, 88, .28) 100%), var(--inhouse-bg);
  background-size: cover;
  background-position: center;
  overflow: hidden
}

/* .inhouse-hero:after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 340px;
  height: 340px;
  background: var(--navy);
  border-radius: 50%;
  opacity: .94
} */

.inhouse-hero .container {
  position: relative;
  z-index: 1
}

.inhouse-hero h1 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  margin: 0 0 20px;
  max-width: 760px
}

.inhouse-hero p {
  max-width: 670px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7
}

.program-axis {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 12px 32px rgba(7, 31, 88, .06);
  transition: .25s ease
}

.program-axis:hover {
  transform: translateY(-7px)
}

.program-axis-head {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px
}

.program-axis .axis-number {
  flex: 0 0 54px
}

.program-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px
}

.program-pill {
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fbff;
  color: var(--ink);
  font-weight: 750;
  font-size: 14px
}

.program-pill:hover {
  border-color: rgba(31, 102, 223, .45);
  color: var(--blue)
}

.contact-premium {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: stretch
}

.advisor-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column
}

.advisor-card img {
  height: 360px;
  width: 100%;
  object-fit: cover
}

.advisor-info {
  padding: 28px
}

.advisor-info h3 {
  font-size: 28px;
  margin: 0 0 10px
}

.advisor-info p {
  color: var(--muted);
  line-height: 1.6
}

.premium-form {
  background: var(--navy);
  color: #fff;
  border-radius: 24px;
  padding: 34px;
  box-shadow: var(--shadow)
}

.premium-form .contact-form {
  grid-template-columns: repeat(2, 1fr)
}

.premium-form h2 {
  font-size: 34px;
  margin: 0 0 8px
}

.premium-form p {
  color: rgba(255, 255, 255, .75);
  line-height: 1.6
}

.premium-form textarea {
  grid-column: span 2;
  min-height: 110px
}

.premium-form button {
  grid-column: span 2
}

.resource-card p {
  color: var(--muted);
  line-height: 1.55
}

@media(max-width:1100px) {
  .hero {
    min-height: auto
  }

  .hero-wrap {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .hero-content {
    padding: 70px 0 34px
  }

  .hero-media {
    min-height: 560px
  }

  .hero-photo {
    inset: 0;
    border-radius: 30px
  }

  .float-stack {
    right: 4%;
    width: 390px
  }

  .category-bar {
    margin-top: 0
  }

  .modality-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .modality-card:nth-child(2) {
    border-right: 0
  }

  .modality-card {
    border-bottom: 1px solid var(--line)
  }

  .contact-premium {
    grid-template-columns: 1fr
  }
}

@media(max-width:700px) {
  .hero-media {
    min-height: 480px
  }

  .hero-photo {
    border-radius: 22px
  }

  .hero h1 {
    font-size: 44px
  }

  .float-stack {
    width: 90%;
    left: 5%;
    bottom: 22px;
    top: auto
  }

  .hero:after {
    width: 250px;
    height: 250px;
    right: -120px
  }

  .category-grid {
    width: 100%
  }

  .modality-grid,
  .program-list {
    grid-template-columns: 1fr
  }

  .modality-card {
    border-right: 0 !important
  }

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

  .premium-form textarea,
  .premium-form button {
    grid-column: auto
  }

  .advisor-card img {
    height: 300px
  }

  .inhouse-hero {
    padding: 70px 0
  }
}


/* ===== CORRECCIONES FINALES SOLICITADAS ===== */
.hero {
  --hero-bg: url('https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=2200&q=85');
  position: relative;
  min-height: 720px;
  background-image:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 23%, rgba(255, 255, 255, .82) 42%, rgba(255, 255, 255, .22) 68%, rgba(255, 255, 255, 0) 100%),
    var(--hero-bg);
  background-size: cover;
  background-position: center right;
}

.hero .container {
  width: min(1380px, 94%)
}

.hero-wrap {
  grid-template-columns: 42% 58%;
  min-height: 720px;
  align-items: stretch;
  position: relative;
  z-index: 2
}

.hero-content {
  padding: 105px 0 145px 0;
  max-width: 590px
}

.hero-media {
  min-height: 720px;
  position: relative;
  overflow: visible
}

.hero-photo {
  position: absolute;
  right: 0;
  top: 72px;
  width: min(540px, 42vw);
  height: 520px;
  left: auto;
  inset: auto;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(7, 31, 88, .10);
  display: none
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right
}

.hero-photo:before {
  display: none
}

.hero-photo:after {
  display: none
}

.hero:after {
  right: -150px;
  top: -120px;
  width: 520px;
  height: 520px;
  opacity: 1
}

.hero:before {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 64px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--blue), var(--navy));
  z-index: 1;
  opacity: .95
}

.float-stack {
  right: 3%;
  top: 110px;
  width: min(410px, 34vw)
}

.float-card:nth-child(2) {
  transform: translateX(-70px)
}

.float-card:nth-child(3) {
  transform: translateX(-20px)
}

.category-bar {
  margin-top: -66px
}

.category-grid {
  width: min(1180px, 92%);
  position: relative;
  z-index: 8
}

.modality-grid.premium-modalities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible
}

.premium-modalities .modality-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 34px 28px;
  box-shadow: 0 18px 42px rgba(7, 31, 88, .06);
  position: relative;
  overflow: hidden
}

.premium-modalities .modality-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: var(--navy)
}

.premium-modalities .modality-card:nth-child(2):before {
  background: var(--red)
}

.premium-modalities .modality-card:nth-child(3):before {
  background: #f08218
}

.premium-modalities .modality-card:nth-child(4):before {
  background: #2aa845
}

.premium-modalities .modality-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(7, 31, 88, .09)
}

.stats-section {
  overflow: hidden
}

.stats-grid {
  align-items: center;
  justify-items: center
}

.stats-grid div {
  justify-content: center;
  min-height: 86px
}

.stats-grid strong {
  white-space: nowrap
}

.stats-grid span:last-child {
  max-width: 130px;
  line-height: 1.25
}

.logos-section .swiper,
.resources-swiper {
  width: 100%;
  min-width: 0;
  overflow: hidden
}

.logos-swiper .swiper-wrapper,
.resources-swiper .swiper-wrapper {
  align-items: stretch
}

.logos-swiper .swiper-slide,
.resources-swiper .swiper-slide {
  height: auto
}

.logo-card {
  width: 100%;
  min-height: 104px
}

.resources-layout {
  grid-template-columns: 300px minmax(0, 1fr)
}

.resources-layout>* {
  min-width: 0
}

.resource-card {
  height: 100%;
  overflow: hidden
}

.resource-card img {
  height: 190px;
  background: #d7dce5
}

.resource-card h3 {
  font-size: 20px;
  line-height: 1.28;
  margin: 0 0 16px
}

.page-hero,
.inhouse-hero, .nosotros-bg, .convenio-bg, .recursos-bg {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .86) 45%, rgba(7, 31, 88, .34) 100%), var(--page-bg, var(--inhouse-bg));
  background-size: cover;
  background-position: center right
}

.page-hero {
  padding: 120px 0
}

.page-hero:after {
  opacity: .9
}

.page-hero p {
  color: #556985
}

.page-hero h1 span,
.inhouse-hero h1 span {
  color: var(--blue)
}

.axis-section {
  padding: 54px 0;
  border-top: 1px solid #eef3fb
}

.axis-section:nth-child(even) {
  background: #f7fbff
}

.axis-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px
}

.axis-heading .axis-number {
  width: 62px;
  height: 62px;
  flex: 0 0 62px
}

.axis-heading h2 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.05;
  margin: 0
}

.axis-heading p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 17px
}

.program-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.program-course-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(7, 31, 88, .05);
  transition: .25s ease
}

.program-course-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 44px rgba(7, 31, 88, .09)
}

.program-course-card img {
  height: 172px;
  width: 100%;
  object-fit: cover
}

.program-course-card div {
  padding: 20px
}

.program-course-card h3 {
  font-size: 19px;
  line-height: 1.25;
  margin: 0 0 10px
}

.program-course-card p {
  color: var(--muted);
  line-height: 1.5;
  margin: 0 0 16px
}

.program-course-card a {
  color: var(--red);
  font-weight: 900
}

@media(max-width:1100px) {
  .hero {
    background-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .94) 44%, #eef6ff 100%)
  }

  .hero:before {
    display: none
  }

  .hero-wrap {
    grid-template-columns: 1fr
  }

  .hero-content {
    padding: 48px 0 30px
  }

  .hero-photo {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 520px;
    border-radius: 28px
  }

  .hero-media {
    min-height: auto;
    padding-bottom: 30px
  }

  .float-stack {
    right: 4%;
    top: 52px;
    width: 390px
  }

  .category-bar {
    margin-top: 0
  }

  .modality-grid.premium-modalities {
    grid-template-columns: repeat(2, 1fr)
  }

  .program-card-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .resources-layout {
    grid-template-columns: 1fr
  }

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

@media(max-width:700px) {
  .hero .container {
    width: 90%
  }

  .hero h1 {
    font-size: 36px;
    line-height: 1
  }

  .hero-photo {
    height: 420px
  }

  .float-stack {
    position: absolute;
    left: 6%;
    right: auto;
    bottom: 52px;
    top: auto;
    width: 88%;
    gap: 12px
  }

  .float-card:nth-child(2),
  .float-card:nth-child(3) {
    transform: none
  }

  .category-grid {
    width: 100%
  }

  .modality-grid.premium-modalities,
  .program-card-grid {
    grid-template-columns: 1fr
  }

  .axis-heading {
    align-items: flex-start
  }

  .resources-swiper {
    padding-bottom: 52px !important
  }

  .stats-grid {
    grid-template-columns: 1fr
  }

  .stats-grid div {
    justify-content: flex-start
  }

  .page-hero,
  .inhouse-hero {
    padding: 72px 0;
    background-position: center
  }

  .program-course-card img {
    height: 190px
  }
}

/* ===== AJUSTES V4: HERO SLIDER, MODALIDADES PREMIUM, STATS Y FOOTER ===== */
.hero-slider-section {
  padding: 0;
  background: none;
  min-height: 0;
  overflow: visible
}

.hero-slider-section:before,
.hero-slider-section:after {
  display: none
}

.hero-swiper {
  width: 100%;
  padding: 0 !important;
  overflow: hidden
}

.hero-slide {
  position: relative;
  min-height: 720px;
  background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 20%, rgba(255, 255, 255, .82) 42%, rgba(255, 255, 255, .22) 68%, rgba(255, 255, 255, 0) 100%), var(--hero-bg);
  background-size: cover;
  background-position: center right;
  overflow: hidden
}

/* .hero-slide:before {
  content: "";
  position: absolute;
  right: -150px;
  top: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: var(--navy);
  z-index: 1
}

.hero-slide:after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 64px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--blue), var(--navy));
  z-index: 1;
  opacity: .95
} */

.hero-slide .container {
  width: min(1380px, 94%)
}

.hero-slide .hero-wrap {
  grid-template-columns: 42% 58%;
  min-height: 720px;
  position: relative;
  z-index: 2
}

.hero-pagination {
  bottom: 86px !important;
  left: auto !important;
  right: calc((100% - min(1380px, 94%))/2) !important;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(10px);
}

.hero-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  opacity: 1;
  border: 0;
  margin: 0 !important;
  transition: all .35s ease;
}

.hero-pagination .swiper-pagination-bullet-active {
  width: 46px;
  background: var(--red) !important;
  box-shadow: 0 6px 18px rgba(190, 24, 45, .35);
}

.modality-showcase {
  padding-top: 62px
}

.service-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-radius: 22px;
  overflow: visible;
  align-items: stretch
}

.service-step {
  position: relative;
  min-height: 260px;
  padding: 86px 32px 34px;
  text-align: center;
  color: #fff;
  transition: .28s ease;
  isolation: isolate
}

.service-step:first-child {
  border-radius: 22px 0 0 22px
}

.service-step:last-child {
  border-radius: 0 22px 22px 0
}

.service-step:hover {
  transform: translateY(-9px);
  z-index: 3
}

.service-step h3 {
  font-size: 24px;
  margin: 0 0 18px;
  line-height: 1.15
}

.service-step p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-weight: 600
}

.step-icon {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 42px rgba(7, 31, 88, .14)
}

.step-icon img {
  width: 75px;
  height: 75px;
  filter: none
}

.step-navy {
  background: linear-gradient(145deg, var(--navy), #0c327f)
}

.step-red {
  background: linear-gradient(145deg, var(--red), #a90f1b)
}

.step-blue {
  background: linear-gradient(145deg, var(--blue), #12449f)
}

.step-green {
  background: linear-gradient(145deg, #28a84c, #137a31)
}

.stats-section {
  padding: 0;
  background: linear-gradient(90deg, var(--navy), #173f9c)
}

.stats-grid {
  min-height: 150px;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  justify-items: stretch;
  max-width: 1320px
}

.stats-grid div {
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, .22);
  text-align: left
}

.stats-grid div:last-child {
  border-right: 0
}

.stats-grid strong {
  font-size: clamp(30px, 2.4vw, 42px);
  letter-spacing: -.04em
}

.stats-grid span:last-child {
  font-size: 15px;
  max-width: 145px;
  line-height: 1.3
}

.stat-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px
}

.footer {
  padding: 52px 0 0
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 18px
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  display: grid;
  place-items: center;
  color: #fff;
  transition: .25s ease;
  border: 1px solid rgba(255, 255, 255, .12)
}

.footer-social a:hover {
  background: var(--red);
  transform: translateY(-4px);
  color: #fff
}

.footer-social img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1)
}

.footer-bottom {
  margin-top: 34px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px
}

.footer-bottom a {
  color: #fff;
  font-weight: 900
}

.footer-bottom a:hover {
  color: var(--red)
}

@media(max-width:1100px) {
  .hero-slide {
    min-height: auto;
    background-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .94) 44%, #eef6ff 100%)
  }

  .hero-slide:before,
  .hero-slide:after {
    display: none
  }

  .hero-slide .hero-wrap {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .hero-pagination {
    bottom: 28px !important;
    right: 50% !important;
    transform: translateX(50%);
  }

  .hero-pagination .swiper-pagination-bullet {
    width: 22px;
  }

  .hero-pagination .swiper-pagination-bullet-active {
    width: 38px;
  }

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

  .service-step,
  .service-step:first-child,
  .service-step:last-child {
    border-radius: 22px;
    margin-top: 54px
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    min-height: auto
  }

  .stats-grid div {
    min-height: 116px
  }

  .stats-grid div:nth-child(2n) {
    border-right: 0
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center
  }
}

@media(max-width:700px) {
  .hero-slide .container {
    width: 90%
  }

  .hero-slide .hero-wrap {
    min-height: auto
  }

  .hero-pagination {
    display: none
  }

  .service-steps {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .service-step {
    min-height: 230px
  }

  .stats-grid {
    grid-template-columns: 1fr
  }

  .stats-grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    justify-content: flex-start
  }

  .stats-grid div:last-child {
    border-bottom: 0
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer-social {
    justify-content: flex-start
  }
}

/* Ajustes puntuales solicitados - Index */
.sectors-section .section-head,
.modality-showcase .section-title {
  margin-bottom: 44px;
}

.sectors-section .section-head h2,
.modality-showcase .section-title h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
}

.sectors-section .section-head h2::after,
.modality-showcase .section-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 5px;
  border-radius: 999px;
  background: var(--red);
}

.sectors-swiper {
  width: 100%;
  overflow: hidden;
  padding: 0 2px 52px;
}

.sectors-swiper .swiper-wrapper {
  align-items: stretch;
}

.sectors-swiper .swiper-slide {
  height: auto;
}

.sectors-swiper .mini-card {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.sectors-swiper .mini-card:hover {
  transform: translateY(-7px);
  border-color: rgba(34, 101, 218, .32);
  background: #fff;
}

.sectors-pagination.swiper-pagination {
  bottom: 4px !important;
}

.modality-showcase {
  overflow: hidden;
}

.modality-showcase .section-title {
  position: relative;
  z-index: 2;
}

.service-steps {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-radius: 24px;
  overflow: visible;
  isolation: isolate;
}

.service-step {
  min-height: 292px;
  padding: 96px 34px 42px;
  border-radius: 0 !important;
  position: relative;
  box-shadow: none !important;
  transition: transform .28s ease, filter .28s ease;
  color: #fff;
}

.service-step:first-child {
  border-radius: 24px 0 0 24px !important;
}

.service-step:last-child {
  border-radius: 0 24px 24px 0 !important;
}

.service-step:hover {
  transform: translateY(-8px);
  filter: saturate(1.05);
  z-index: 4;
}

.service-step h3 {
  color: #fff;
  font-size: 25px;
  line-height: 1.08;
  margin: 0 0 18px;
}

.service-step p {
  color: rgba(255, 255, 255, .92);
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
}

.service-step .step-icon {
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 31, 88, .10);
  display: grid;
  place-items: center;
  z-index: 5;
}

.service-step .step-icon img {
  width: 60px;
  height: 60px;
  filter: none;
}

.step-navy {
  background: linear-gradient(145deg, var(--navy), #123986) !important;
}

.step-red {
  background: linear-gradient(145deg, var(--red), #a40f1f) !important;
}

.step-blue {
  background: linear-gradient(145deg, #2867d8, #174aa8) !important;
}

.step-green {
  background: linear-gradient(145deg, #23a348, #0c7b31) !important;
}

.stats-section {
  padding: 0 !important;
  background: linear-gradient(90deg, var(--navy), #173f9c) !important;
  overflow: hidden;
}

.stats-section .stats-grid {
  width: min(1180px, 92%);
  max-width: none;
  min-height: 148px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  justify-items: stretch;
}

.stats-section .stats-grid>div {
  display: grid !important;
  grid-template-columns: 54px minmax(0, auto);
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 2px;
  align-content: center;
  justify-content: center;
  height: auto;
  min-height: 148px;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, .2);
  text-align: left;
}

.stats-section .stats-grid>div:last-child {
  border-right: 0;
}

.stats-section .stat-icon {
  grid-row: 1/3;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  margin: 0;
}

.stats-section .stats-grid strong {
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.stats-section .stats-grid span:last-child {
  max-width: 165px;
  color: #fff;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 800;
}

@media(max-width:1100px) {
  .service-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    overflow: visible;
  }

  .service-step,
  .service-step:first-child,
  .service-step:last-child {
    border-radius: 24px !important;
    margin-top: 54px;
  }

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

  .stats-section .stats-grid>div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    justify-content: start;
  }

  .stats-section .stats-grid>div:nth-last-child(-n+1) {
    border-bottom: 0;
  }
}

@media(max-width:700px) {

  .sectors-section .section-head,
  .modality-showcase .section-title {
    margin-bottom: 36px;
  }

  .service-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 64px;
  }

  .service-step {
    min-height: 240px;
    padding: 90px 28px 34px;
  }

  .stats-section .stats-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .stats-section .stats-grid>div {
    min-height: 112px;
    margin: 0 auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .stats-section .stats-grid>div:last-child {
    border-bottom: 0;
  }
}

/* Ajustes finales solicitados - solo index */
.section-title.has-red-line h2::after,
.logos-section .section-title h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  background: var(--red);
  border-radius: 999px;
  margin-top: 16px;
}

.section-title {
  margin-bottom: 34px;
}

.section-title .eyebrow,
.section-head .eyebrow,
.resources-layout .eyebrow {
  margin-bottom: 8px !important;
}

.section-head {
  align-items: flex-start;
}

.section-head h2 {
  margin-top: 0;
}

.contact-band {
  grid-template-columns: .72fr 1.28fr;
  padding: 48px;
  gap: 44px;
}

.contact-band .contact-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-band .contact-form textarea {
  grid-column: span 2;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px 14px 20px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(37, 211, 102, .28);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px);
  background: #1ebe5d;
  box-shadow: 0 22px 46px rgba(37, 211, 102, .36);
}

.whatsapp-float svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  flex: 0 0 24px;
}

@media(max-width:1100px) {
  .contact-band {
    grid-template-columns: 1fr;
    padding: 36px;
  }

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

@media (max-width:768px){

    .image-card{
        padding:12px;
        margin-bottom: -20px;
    }

    .image-card img{
        width:100%;
        height:auto;
    }

}

@media(max-width:700px) {
  .section-title {
    margin-bottom: 28px;
  }

  .page-hero{
    background-position: 55% center; /*75*/
  }

  .inhouse-hero{
    background-position: 10% center;
  }


  .contact-band {
    padding: 28px;
  }

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

  .contact-band .contact-form textarea {
    grid-column: auto;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 16px;
    padding: 13px 14px;
    font-size: 14px;
  }

  .whatsapp-float span {
    max-width: 170px;
  }
}

.topbar-right{
    display:flex;
    align-items:center;
    gap:12px;
}

.social-link{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    transition:.3s ease;
}

.social-link img{
    filter: brightness(0) invert(1);
    width:18px;
    height:18px;
    transition:.1s ease;
}

.social-link:hover{
    transform:translateY(-1px);
}

.social-link:hover img{
    transform:scale(1.15);
}