.nosotros-page {
  background: #fff;
  color: #1b1b1b;
}

.nosotros-page h1,
.nosotros-page h2,
.nosotros-page h3 {
  font-weight: 600 !important;
}

.nos-hero {
  position: relative;
  min-height: 230px;
  background-size: cover;
  background-position: center;
  border-bottom: 3px solid var(--accent);
}

.nos-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 45%, rgba(0, 0, 0, 0.62) 100%);
}

.nos-hero-inner {
  position: relative;
  z-index: 2;
  padding: 44px 0 28px;
}

.nos-hero .ink-breadcrumb {
  margin-bottom: 12px;
  font-size: 15px;
}

.nos-hero .ink-breadcrumb a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.nos-hero .ink-breadcrumb a:hover {
  color: #ffe082;
}

.nos-hero .ink-breadcrumb .sep,
.nos-hero .ink-breadcrumb .sep-icon {
  color: rgba(255, 255, 255, 0.82);
}

.nos-hero .ink-breadcrumb > span:last-child {
  color: #fff;
}

.nos-hero-inner h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nos-hero-inner p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.9);
  max-width: 680px;
  font-size: 16px;
  line-height: 1.6;
}

.nos-about {
  padding: 56px 0 34px;
  background: #fff;
}

.nos-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.nos-about-copy h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.05;
  color: #111;
  font-weight: 700;
}

.nos-about-copy p {
  margin: 16px 0 0;
  color: #3d4148;
  font-size: 15px;
  line-height: 1.75;
  text-align: justify;
}

.nos-about-media {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  border: 2px solid rgba(255, 193, 7, 0.45);
}

.nos-about-media img {
  width: 100%;
  height: 100%;
  max-height: 470px;
  object-fit: cover;
}

.nos-mv {
  padding: 18px 0 52px;
  background: #fff;
}

.nos-mv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.nos-mv-card {
  border-radius: 18px;
  border: 1px solid #ebeef4;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.nos-mv-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #111;
}

.nos-mv-icon .material-icons {
  color: var(--accent);
  font-size: 26px;
}

.nos-mv-card h3 {
  margin: 12px 0 8px;
  font-size: 24px;
  color: #111;
  font-weight: 700;
}

.nos-mv-card p {
  margin: 0;
  color: #4b515c;
  font-size: 14px;
  line-height: 1.65;
  text-align: justify;
}

.nos-why {
  padding: 10px 0 62px;
  background: #fff;
}

.nos-why-shell {
  background: #f7f4ec;
  border-radius: 22px;
  padding: 30px;
  border: 1px solid #ece7db;
  position: relative;
  overflow: hidden;
}

.nos-why-media {
  display: grid;
  grid-template-columns: 240px 290px;
  gap: 14px;
  position: absolute;
  left: 30px;
  top: 30px;
}

.nos-why-media img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
}

.nos-why-head {
  margin-left: 580px;
  max-width: 540px;
}

.nos-why-head h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 52px);
  line-height: 1.05;
  color: #20242b;
  font-weight: 700;
}

.nos-why-head p {
  margin: 10px 0 0;
  color: #565d67;
  font-size: 17px;
}

.nos-why-cards {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nos-why-card {
  border-radius: 18px;
  background: #fff;
  border: 1px solid #eceef3;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  padding: 20px 16px;
  text-align: center;
}

.nos-why-icon {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  margin: 0 auto;
  background: #f3eee2;
  display: grid;
  place-items: center;
}

.nos-why-icon .material-icons {
  color: #d79521;
  font-size: 32px;
}

.nos-why-card h3 {
  margin: 12px 0 8px;
  font-size: 29px;
  line-height: 1.15;
  color: #20242b;
  font-weight: 700;
}

.nos-why-card p {
  margin: 0;
  color: #535964;
  font-size: 14px;
  line-height: 1.55;
}

.nos-reviews {
  padding-top: 28px;
  background: #fff;
}

.nos-page-content {
  padding: 12px 0 20px;
  background: #fff;
}

.nos-editor-wrap {
  border: 1px solid #eceef3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  padding: 24px 24px 16px;
}

.nos-editor-wrap > *:first-child {
  margin-top: 0;
}

.nos-editor-wrap > *:last-child {
  margin-bottom: 0;
}

.nos-editor-wrap h1,
.nos-editor-wrap h2,
.nos-editor-wrap h3,
.nos-editor-wrap h4,
.nos-editor-wrap h5,
.nos-editor-wrap h6 {
  color: #1c2129;
  font-weight: 700;
}

.nos-editor-wrap p,
.nos-editor-wrap li {
  color: #444b56;
  line-height: 1.72;
  text-align: justify;
}

.nos-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.62s ease, transform 0.62s ease;
}

.nos-reveal.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1200px) {
  .nos-why-media {
    position: static;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 14px;
  }

  .nos-why-head {
    margin-left: 0;
    max-width: none;
  }

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

@media (max-width: 900px) {
  .nos-hero {
    min-height: 180px;
  }

  .nos-hero-inner {
    padding: 28px 0 18px;
  }

  .nos-hero-inner h1 {
    font-size: 36px;
  }

  .nos-hero-inner p {
    font-size: 14px;
  }

  .nos-about {
    padding: 38px 0 22px;
  }

  .nos-about-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .nos-about-copy h2 {
    font-size: 34px;
  }

  .nos-about-copy p {
    font-size: 14px;
  }

  .nos-mv {
    padding: 12px 0 34px;
  }

  .nos-mv-grid {
    grid-template-columns: 1fr;
  }

  .nos-mv-card h3 {
    font-size: 22px;
  }

  .nos-why {
    padding: 8px 0 38px;
  }

  .nos-why-shell {
    padding: 16px;
    border-radius: 16px;
  }

  .nos-why-media {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nos-why-media img {
    height: 200px;
  }

  .nos-why-head h2 {
    font-size: 34px;
  }

  .nos-why-head p {
    font-size: 14px;
  }

  .nos-why-cards {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nos-why-card h3 {
    font-size: 24px;
  }

  .nos-page-content {
    padding-top: 4px;
  }

  .nos-editor-wrap {
    border-radius: 14px;
    padding: 16px 14px 10px;
  }
}
