/* =============================================================
   NOSOTROS.CSS — Página institucional Futunet
   Aislado bajo .about-premium para proteger la portada.
   ============================================================= */

.about-premium {
  --about-ink: #071727;
  --about-brand: #0b7eb5;
  --about-green: #22c98a;
  min-height: 100vh;
  padding-top: 80px;
  overflow: hidden;
  background: #fff;
  color: #3b5066;
}

.about-premium .container {
  width: min(100% - 36px, 1240px);
  padding-inline: 0;
}

.about-premium img {
  border-radius: 0;
}

.about-hero {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 72%, rgba(11, 126, 181, .28), transparent 30%),
    var(--about-ink);
  color: #fff;
}

.about-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 43%;
}

.about-hero__media::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, #071727 0%, rgba(7, 23, 39, .74) 22%, rgba(7, 23, 39, .12) 72%, rgba(7, 23, 39, .42) 100%),
    linear-gradient(180deg, rgba(7, 23, 39, .08), rgba(7, 23, 39, .7));
}

.about-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.75) contrast(1.06);
}

.about-hero__copy {
  max-width: 740px;
  padding-block: 92px;
}

.about-eyebrow,
.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #76d9ee;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.about-eyebrow {
  min-height: 36px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(7, 23, 39, .56);
  color: rgba(255, 255, 255, .82);
  backdrop-filter: blur(12px);
}

.about-eyebrow::before,
.about-kicker::before {
  content: '';
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--about-brand), var(--about-green));
  box-shadow: 0 0 0 6px rgba(11, 126, 181, .13);
}

.about-hero h1 {
  max-width: 13ch;
  margin: 24px 0 18px;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(3.2rem, 6.4vw, 5.7rem);
  line-height: .95;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.about-hero h1 span {
  color: #66d7ef;
}

.about-hero__copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.68;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.about-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.about-btn:hover {
  transform: translateY(-2px);
}

.about-btn--primary {
  background: linear-gradient(135deg, var(--about-brand), #179cc8 55%, var(--about-green));
  color: #fff;
  box-shadow: 0 14px 34px rgba(11, 126, 181, .3);
}

.about-btn--ghost {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .07);
  color: #fff;
  backdrop-filter: blur(10px);
}

.about-btn svg {
  width: 18px;
  height: 18px;
}

.about-assurances {
  border-bottom: 1px solid rgba(7, 23, 39, .08);
  background: #fff;
}

.about-assurances__grid {
  min-height: 132px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.about-assurance {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px 26px;
  border-right: 1px solid rgba(7, 23, 39, .075);
}

.about-assurance:first-child {
  border-left: 1px solid rgba(7, 23, 39, .075);
}

.about-assurance svg {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  color: var(--about-brand);
}

.about-assurance strong,
.about-assurance span {
  display: block;
}

.about-assurance strong {
  color: var(--about-ink);
  font-family: 'Space Grotesk', sans-serif;
  font-size: .98rem;
  line-height: 1.2;
}

.about-assurance span {
  margin-top: 4px;
  color: #6b7e91;
  font-size: .78rem;
  line-height: 1.4;
}

.about-section {
  position: relative;
  padding: 104px 0;
}

.about-section--soft {
  background:
    radial-gradient(circle at 88% 10%, rgba(11, 126, 181, .08), transparent 26%),
    linear-gradient(180deg, #f7fafc, #f1f6fa);
}

.about-section--dark {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(11, 126, 181, .26), transparent 30%),
    radial-gradient(circle at 90% 86%, rgba(34, 201, 138, .15), transparent 28%),
    var(--about-ink);
  color: #fff;
}

.about-heading {
  max-width: 780px;
  margin-bottom: 48px;
}

.about-heading--center {
  margin-inline: auto;
  text-align: center;
}

.about-heading--center .about-kicker::before {
  display: none;
}

.about-heading h2 {
  margin: 12px 0 14px;
  color: var(--about-ink);
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.35rem, 4.8vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.about-heading p {
  max-width: 690px;
  margin: 0;
  color: #607488;
  font-size: 1.02rem;
  line-height: 1.75;
}

.about-heading--center p {
  margin-inline: auto;
}

.about-section--dark .about-heading h2 {
  color: #fff;
}

.about-section--dark .about-heading p {
  color: rgba(255, 255, 255, .62);
}

.about-story {
  display: grid;
  grid-template-columns: minmax(360px, .8fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.about-story__visual {
  position: relative;
  min-height: 570px;
}

.about-story__visual::before {
  content: '';
  position: absolute;
  inset: 30px -24px -24px 32px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(11, 126, 181, .13), rgba(34, 201, 138, .1));
}

.about-story__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 30px 70px rgba(8, 30, 48, .16);
}

.about-story__badge {
  position: absolute;
  right: -22px;
  bottom: 34px;
  max-width: 230px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(7, 23, 39, .86);
  color: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .2);
  backdrop-filter: blur(12px);
}

.about-story__badge strong,
.about-story__badge span {
  display: block;
}

.about-story__badge strong {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
}

.about-story__badge span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .63);
  font-size: .78rem;
  line-height: 1.45;
}

.about-story__copy > p {
  margin: 0 0 20px;
  color: #586d82;
  font-size: 1.02rem;
  line-height: 1.78;
}

.about-story__note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid rgba(11, 126, 181, .12);
  border-radius: 18px;
  background: rgba(11, 126, 181, .05);
}

.about-story__note svg {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  color: var(--about-brand);
}

.about-story__note p {
  margin: 0;
  color: #456077;
  font-size: .9rem;
  line-height: 1.62;
}

.about-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-capability {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid rgba(11, 126, 181, .1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(10, 42, 66, .05);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.about-capability:hover {
  transform: translateY(-4px);
  border-color: rgba(11, 126, 181, .3);
  box-shadow: 0 24px 48px rgba(10, 42, 66, .1);
}

.about-capability__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(11, 126, 181, .13), rgba(34, 201, 138, .1));
  color: var(--about-brand);
}

.about-capability__icon svg {
  width: 23px;
  height: 23px;
}

.about-capability h3 {
  margin: 0 0 9px;
  color: var(--about-ink);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.16rem;
  letter-spacing: -.028em;
}

.about-capability p {
  margin: 0;
  color: #667a8e;
  font-size: .89rem;
  line-height: 1.62;
}

.about-capability span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--about-brand);
  font-size: .82rem;
  font-weight: 800;
}

.about-philosophy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.about-philosophy article {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 28px;
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(10px);
}

.about-philosophy article::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  bottom: -70px;
  border-radius: 50%;
  background: rgba(11, 126, 181, .18);
}

.about-philosophy svg {
  width: 42px;
  height: 42px;
  margin-bottom: 64px;
  color: #6cdaef;
}

.about-philosophy h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.8rem;
  letter-spacing: -.04em;
}

.about-philosophy p {
  max-width: 52ch;
  margin: 0;
  color: rgba(255, 255, 255, .64);
  line-height: 1.72;
}

.about-method {
  counter-reset: about-step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-method article {
  counter-increment: about-step;
  position: relative;
  min-height: 250px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(11, 126, 181, .1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(10, 42, 66, .05);
}

.about-method article::before {
  content: '0' counter(about-step);
  display: block;
  margin-bottom: 28px;
  color: var(--about-brand);
  font-family: 'Space Grotesk', sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.about-method h3 {
  margin: 0 0 10px;
  color: var(--about-ink);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.about-method p {
  margin: 0;
  color: #66798d;
  font-size: .9rem;
  line-height: 1.62;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.about-value {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(11, 126, 181, .1);
  border-radius: 22px;
  background: #fff;
}

.about-value svg {
  width: 28px;
  height: 28px;
  margin-bottom: 30px;
  color: var(--about-brand);
}

.about-value h3 {
  margin: 0 0 8px;
  color: var(--about-ink);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.08rem;
}

.about-value p {
  margin: 0;
  color: #697c8f;
  font-size: .87rem;
  line-height: 1.62;
}

.about-contact {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: 56px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 20%, rgba(34, 201, 138, .2), transparent 28%),
    linear-gradient(135deg, #071727, #0a3150);
  color: #fff;
  box-shadow: 0 30px 72px rgba(7, 31, 50, .18);
}

.about-contact h2 {
  max-width: 15ch;
  margin: 0 0 12px;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.2rem, 4.2vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.about-contact p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .65);
  line-height: 1.7;
}

.about-contact__actions {
  display: grid;
  gap: 10px;
  min-width: 240px;
}

@media (max-width: 1080px) {
  .about-story {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }

  .about-method,
  .about-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .about-assurance:nth-child(3) {
    border-left: 1px solid rgba(7, 23, 39, .075);
  }

  .about-assurance:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(7, 23, 39, .075);
  }
}

@media (max-width: 820px) {
  .about-premium {
    padding-top: var(--navbar-height-mobile, 76px);
  }

  .about-hero {
    min-height: 650px;
    align-items: end;
  }

  .about-hero__media {
    inset: 0;
  }

  .about-hero__media::before {
    background: linear-gradient(180deg, rgba(7, 23, 39, .42) 0%, rgba(7, 23, 39, .82) 48%, #071727 100%);
  }

  .about-hero__copy {
    padding-block: 84px 58px;
  }

  .about-hero h1 {
    font-size: clamp(2.8rem, 12.6vw, 4.3rem);
  }

  .about-section {
    padding: 82px 0;
  }

  .about-story {
    grid-template-columns: 1fr;
  }

  .about-story__visual {
    min-height: 480px;
    max-width: 680px;
  }

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

  .about-contact {
    grid-template-columns: 1fr;
    padding: 42px;
  }

  .about-contact__actions {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
  }
}

@media (max-width: 620px) {
  .about-premium .container {
    width: min(100% - 28px, 1240px);
  }

  .about-eyebrow {
    min-height: 32px;
    padding-inline: 12px;
    font-size: .62rem;
    letter-spacing: .11em;
  }

  .about-hero h1 {
    font-size: clamp(2.55rem, 13.7vw, 3.45rem);
    line-height: .98;
  }

  .about-hero__copy > p {
    font-size: .95rem;
  }

  .about-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-btn {
    width: 100%;
  }

  .about-assurances__grid {
    grid-template-columns: 1fr;
  }

  .about-assurance,
  .about-assurance:first-child,
  .about-assurance:nth-child(3) {
    border: 0;
    border-bottom: 1px solid rgba(7, 23, 39, .075);
  }

  .about-section {
    padding: 68px 0;
  }

  .about-heading {
    margin-bottom: 34px;
  }

  .about-heading h2 {
    font-size: clamp(2.1rem, 10.5vw, 3rem);
  }

  .about-heading p,
  .about-story__copy > p {
    font-size: .94rem;
  }

  .about-story__visual {
    min-height: 390px;
  }

  .about-story__visual::before {
    display: none;
  }

  .about-story__badge {
    right: 14px;
    bottom: 14px;
  }

  .about-capabilities,
  .about-philosophy,
  .about-method,
  .about-values {
    grid-template-columns: 1fr;
  }

  .about-capability,
  .about-method article,
  .about-value {
    min-height: 0;
    padding: 24px;
  }

  .about-philosophy article {
    min-height: 300px;
    padding: 28px;
  }

  .about-contact {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .about-contact h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .about-contact__actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-premium *,
  .about-premium *::before,
  .about-premium *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
