:root {
  --azul: #19218b;
  --fucsia: #e7278f;
  --rosa: #f825a7;
  --bg: #040617;
  --bg2: #070a24;
  --txt: #f4f6ff;
  --muted: #bbc2e8;
  --line: rgba(255, 255, 255, 0.13);
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.48);
  --radius: 28px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--txt);
  line-height: 1.55;
  background:
    radial-gradient(circle at 18% 2%, rgba(231, 39, 143, 0.2), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(248, 37, 167, 0.13), transparent 28%),
    radial-gradient(circle at 50% 34%, rgba(25, 33, 139, 0.4), transparent 38%),
    linear-gradient(180deg, #040617 0%, #070a24 42%, #040617 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 84%);
  z-index: -1;
}

a {
  text-decoration: none;
  color: inherit;
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}

.pink,
.blue {
  color: var(--rosa);
  font-weight: 900;
}

.muted {
  color: var(--muted);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(4, 6, 23, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navin {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  width: 150px;
  height: 44px;
  overflow: visible;
  border-radius: 8px;
}

.logoImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.menu {
  display: flex;
  gap: 23px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 750;
}

.menu a:hover {
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 16px;
  padding: 15px 22px;
  font-weight: 900;
  font-size: 14px;
  border: 1px solid transparent;
  transition: 0.25s;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
}

.primary {
  background: linear-gradient(135deg, var(--fucsia), var(--rosa));
  box-shadow: 0 18px 42px rgba(231, 39, 143, 0.34);
}

.secondary {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.18);
}

.pill {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(248, 37, 167, 0.55);
  background: rgba(231, 39, 143, 0.08);
  color: #ffd8f1;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 12px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rosa);
  box-shadow: 0 0 18px var(--rosa);
}

.hero {
  padding: 8px 0 60px;
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.hero h1 {
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  max-width: 920px;
  margin: 0 auto 18px;
}

.hero .sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  max-width: 680px;
  margin: 0 auto 10px;
}

.hero .subAfterVideo {
  margin-top: 18px;
  margin-bottom: 2px;
}

.videoFrame {
  width: min(100%, 1040px);
  border-radius: 38px;
  padding: 15px;
  border: 1px solid rgba(231, 39, 143, 0.6);
  background:
    linear-gradient(135deg, rgba(231, 39, 143, 0.2), rgba(255, 255, 255, 0.045) 36%, rgba(25, 33, 139, 0.26)),
    rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow);
  position: relative;
  margin-top: -16px;
}

.videoFrame::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(231, 39, 143, 0.75), rgba(127, 141, 255, 0.18), rgba(248, 37, 167, 0.45));
  z-index: -1;
  filter: blur(16px);
  opacity: 0.45;
}

.video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(4, 6, 23, 0.9), rgba(4, 6, 23, 0.44) 44%, rgba(4, 6, 23, 0.82)),
    radial-gradient(circle at 70% 28%, rgba(248, 37, 167, 0.26), transparent 31%),
    radial-gradient(circle at 24% 22%, rgba(127, 141, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #0a0f35, #040617);
}

.video--has-iframe .video-decor,
.video--has-iframe .person {
  display: none;
}

.video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 5;
}

.videoUnmuteBtn {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 9;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(4, 8, 28, 0.82);
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.videoUnmuteBtn:hover {
  background: rgba(16, 25, 68, 0.9);
}

.video::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.45;
}

.video::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 34px;
  width: 300px;
  height: 120px;
  background:
    linear-gradient(#b58b42, #b58b42) 50% 0 / 3px 80px no-repeat,
    radial-gradient(ellipse at 31% 68%, transparent 42%, #b58b42 43% 47%, transparent 48%) 0 0 / 130px 90px no-repeat,
    radial-gradient(ellipse at 70% 68%, transparent 42%, #b58b42 43% 47%, transparent 48%) 0 0 / 260px 90px no-repeat,
    linear-gradient(#b58b42, #b58b42) 24% 42% / 80px 2px no-repeat,
    linear-gradient(#b58b42, #b58b42) 76% 42% / 80px 2px no-repeat,
    linear-gradient(#b58b42, #b58b42) 50% 88% / 130px 5px no-repeat;
  opacity: 0.52;
}

.person {
  position: absolute;
  right: 7%;
  bottom: 0;
  width: 34%;
  height: 88%;
  z-index: 2;
  background:
    radial-gradient(circle at 50% 17%, #f3d4c5 0 8%, transparent 8.3%),
    radial-gradient(ellipse at 50% 28%, #14182e 0 24%, transparent 25%),
    linear-gradient(145deg, transparent 0 38%, #0e1538 38% 67%, transparent 67%);
}

.person::before {
  content: "";
  position: absolute;
  left: 28%;
  top: 8%;
  width: 44%;
  height: 17%;
  border-radius: 50% 50% 42% 42%;
  background: #15111f;
}

.person::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 12%;
  height: 43%;
  background: linear-gradient(135deg, #111a45, #03040e);
  clip-path: polygon(10% 100%, 28% 20%, 50% 0, 72% 20%, 90% 100%);
}

.videoContent {
  position: relative;
  z-index: 4;
  height: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

.live {
  width: max-content;
  background: rgba(231, 39, 143, 0.94);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 950;
  display: flex;
  gap: 8px;
  align-items: center;
}

.videoTitle h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  margin-bottom: 10px;
}

.videoTitle p {
  color: var(--muted);
  font-size: 15px;
}

.play {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: linear-gradient(135deg, var(--fucsia), var(--rosa));
  box-shadow: 0 24px 90px rgba(231, 39, 143, 0.62);
  z-index: 8;
}

.play::before {
  content: "";
  display: block;
  margin: auto;
  margin-left: 38px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 29px solid #fff;
}

.video--has-iframe .play {
  display: none;
}

.controls {
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 13px;
  align-items: center;
  background: rgba(0, 0, 0, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 12px 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
}

.video--has-iframe .controls {
  display: none;
}

.video--has-iframe .videoContent {
  display: none;
}

.bar {
  height: 5px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}

.bar::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 41%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--fucsia), var(--rosa));
}

.heroActions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.chips {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.chip {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 14px;
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 850;
}

.chip b {
  color: var(--rosa);
}

section {
  padding: 62px 0;
}

.head {
  text-align: center;
  max-width: 930px;
  margin: 0 auto 34px;
}

.block {
  color: var(--rosa);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.head h2,
.head--faq h2,
#inversion .head--inversion h2 {
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.05em;
  margin-bottom: 14px;
}

.head p {
  color: var(--muted);
  font-size: 17px;
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.027));
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
}

.card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -95px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(231, 39, 143, 0.12);
  filter: blur(28px);
  pointer-events: none;
}

.card p,
.card li {
  color: var(--muted);
  font-size: 14px;
}

.card h3 {
  font-size: 20px;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
}

.card ul {
  margin-top: 12px;
  padding-left: 1.1rem;
}

.card li {
  margin-bottom: 6px;
}

.icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(231, 39, 143, 0.12);
  border: 1px solid rgba(231, 39, 143, 0.36);
  color: var(--rosa);
  font-size: 23px;
  margin-bottom: 18px;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.list {
  list-style: none;
  display: grid;
  gap: 14px;
}

.list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 9px;
}

.list li::before {
  content: "✓";
  color: var(--rosa);
  font-weight: 950;
}

.phaseGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.phase {
  min-height: 310px;
}

.num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--fucsia), var(--rosa));
  font-weight: 950;
  margin-bottom: 20px;
}

.offer {
  border: 1px solid rgba(231, 39, 143, 0.56);
  background:
    radial-gradient(circle at 16% 18%, rgba(231, 39, 143, 0.22), transparent 27%),
    linear-gradient(135deg, rgba(25, 33, 139, 0.75), rgba(255, 255, 255, 0.035));
  border-radius: 34px;
  box-shadow: var(--shadow);
  padding: 40px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: center;
}

.pricebox {
  border: 1px solid rgba(231, 39, 143, 0.56);
  background: rgba(4, 6, 23, 0.45);
  border-radius: 28px;
  padding: 32px;
}

.price {
  font-size: clamp(48px, 6vw, 72px);
  line-height: 1;
  color: var(--rosa);
  font-weight: 950;
  letter-spacing: -0.06em;
  margin: 14px 0 8px;
}

.spec {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 11px 0;
  color: var(--muted);
  font-size: 14px;
}

.spec strong {
  color: #fff;
}

details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  padding: 19px 21px;
}

summary {
  cursor: pointer;
  list-style: none;
  font-weight: 850;
  display: flex;
  justify-content: space-between;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "⌄";
  color: var(--rosa);
  font-size: 20px;
}

details p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.head--faq {
  max-width: 720px;
  margin-bottom: 28px;
}

.faqIntro {
  margin: 16px auto 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.52;
  font-weight: 620;
  color: rgba(255, 255, 255, 0.72);
}

.faqGrid {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.faqGrid .faqItem {
  border: 1px solid rgba(127, 141, 255, 0.22);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.022));
  padding: 16px 18px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faqGrid .faqItem[open] {
  border-color: rgba(231, 39, 143, 0.38);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
}

.faqGrid .faqItem summary {
  font-size: 15px;
  font-weight: 820;
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.95);
  align-items: flex-start;
  gap: 14px;
}

.faqGrid .faqItem summary::after {
  flex-shrink: 0;
  margin-top: 1px;
  transition: transform 0.22s ease;
}

.faqGrid .faqItem[open] summary::after {
  transform: rotate(-180deg);
}

.faqAnswer p {
  margin: 12px 0 2px;
  font-size: 14px;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.7);
}

.faqCta {
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

.faqCtaBtn {
  min-width: min(100%, 260px);
}

.cierreSection {
  padding: 22px 0 36px;
}

.cierrePanel {
  position: relative;
  max-width: 980px;
  margin: 8px auto 0;
  padding: 34px 40px;
  text-align: left;
  border-radius: 30px;
  border: 1px solid rgba(231, 39, 143, 0.32);
  background:
    radial-gradient(ellipse 72% 120% at 15% 8%, rgba(129, 105, 255, 0.26), transparent 60%),
    radial-gradient(ellipse 52% 70% at 100% 88%, rgba(231, 39, 143, 0.16), transparent 62%),
    linear-gradient(105deg, rgba(34, 36, 118, 0.86), rgba(8, 12, 38, 0.95));
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.34);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px 28px;
  align-items: center;
}

.cierrePanel::before {
  display: none;
}

.cierreContent {
  min-width: 0;
}

.cierreTitle {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.05em;
  color: #fff;
}

.cierreAccent {
  background: linear-gradient(102deg, #ff4fa3, #a8b8ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 950;
}

.cierreLead {
  margin: 14px 0 0;
  max-width: 56ch;
  font-size: 17px;
  line-height: 1.48;
  color: rgba(255, 255, 255, 0.8);
}

.cierreActions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.cierreBtn {
  width: clamp(260px, 28vw, 340px);
  padding: 17px 30px;
  white-space: nowrap;
}

.cierreNote {
  margin: 12px 0 0;
  max-width: 56ch;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.48);
}

.site-footer {
  text-align: center;
  color: rgba(255, 255, 255, 0.43);
  font-size: 13px;
  padding: 30px 0 54px;
}

.heroKicker {
  color: var(--rosa);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.heroPromo {
  margin-top: 14px;
  text-align: center;
  font-size: 14px;
}

.problemaLead {
  font-size: 20px;
  letter-spacing: -0.02em;
  margin: 14px 0 16px;
  color: #fff;
}

.problemaMinisGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  align-content: start;
}

.problemaMini h3 {
  margin-bottom: 0;
}

.authorityCta {
  margin-top: 28px;
  text-align: center;
}

.authorityCta .btn {
  margin-bottom: 10px;
}

.facultyGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.facultyCard {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: stretch;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.facultyPhoto {
  width: 100%;
  height: 240px;
  min-height: 240px;
  max-height: 240px;
  flex-shrink: 0;
  background: linear-gradient(160deg, #1a1f42, #0a0d22);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.facultyImg {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 24%;
  display: block;
}

.facultyGlyph {
  font-size: 42px;
  opacity: 0.45;
}

.facultyBody {
  padding: 22px 20px;
  background: linear-gradient(135deg, rgba(231, 39, 143, 0.22), rgba(25, 33, 139, 0.35));
}

.facultyBody h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #fff;
}

.facultyRole {
  font-size: 12px;
  font-weight: 800;
  color: #ffd8f1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.facultyBio {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
}

.diferencialList {
  list-style: none;
  max-width: 820px;
  margin: 0 auto 8px;
  display: grid;
  gap: 14px;
}

.diferencialList li {
  position: relative;
  padding-left: 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 650;
}

.diferencialList li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--rosa);
  font-weight: 950;
}

.validacionGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.validacionCard {
  border-radius: 20px;
  padding: 22px 18px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  color: #fff;
  background: linear-gradient(135deg, rgba(231, 39, 143, 0.92), rgba(192, 30, 120, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(231, 39, 143, 0.25);
}

.phaseFooter {
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

#metodologia {
  padding-top: 48px;
  padding-bottom: 48px;
}

.metodologiaSub {
  margin-top: 6px;
  margin-bottom: 0;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 750;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(231, 39, 143, 0.1);
  border: 1px solid rgba(231, 39, 143, 0.28);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.metodologiaGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 20px 24px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.metodologiaCard {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 22px 22px 20px;
}

.metodologiaListsRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 28px;
  align-items: start;
}

.metodologiaListCol--materials .metodologiaMaterialsIntro {
  margin-top: 0;
}

.metodologiaUl {
  list-style: none;
  display: grid;
  gap: 10px;
}

.metodologiaUlDense {
  gap: 6px;
}

.metodologiaUl li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.38;
}

.metodologiaUlDense li {
  font-size: 13px;
  line-height: 1.34;
}

.metodologiaUl li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rosa), #ff5ec4);
  box-shadow: 0 0 10px rgba(231, 39, 143, 0.45);
}

.metodologiaMaterialsIntro {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
  letter-spacing: 0.01em;
}

.metodologiaCtaRow {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(127, 141, 255, 0.14);
}

.metodologiaCardCta {
  margin-top: 0;
  align-self: flex-start;
}

.metodologiaVisual {
  position: relative;
  min-height: 0;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 4 / 5;
  max-height: min(340px, 42vw);
  display: grid;
  place-items: center;
  padding: 20px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(127, 141, 255, 0.22);
  background:
    radial-gradient(ellipse 90% 70% at 50% 18%, rgba(248, 37, 167, 0.35), transparent 55%),
    radial-gradient(circle at 85% 75%, rgba(99, 102, 241, 0.22), transparent 42%),
    linear-gradient(160deg, #0c1238 0%, #050818 55%, #060d28 100%);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.metodologiaVisualArt {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.9;
  background:
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 11px,
      rgba(255, 255, 255, 0.03) 11px,
      rgba(255, 255, 255, 0.03) 12px
    );
  mask-image: radial-gradient(ellipse 70% 65% at 50% 45%, #000 30%, transparent 75%);
}

.metodologiaVisualArt::before,
.metodologiaVisualArt::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.metodologiaVisualArt::before {
  width: 72%;
  height: 58%;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 40px rgba(231, 39, 143, 0.12);
}

.metodologiaVisualArt::after {
  width: 46%;
  height: 38%;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  border-color: rgba(127, 141, 255, 0.25);
}

.metodologiaVisualInner {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  text-shadow: 0 1px 18px rgba(231, 39, 143, 0.35);
  max-width: 12em;
  line-height: 1.45;
}

.metodologiaVisual--photo {
  padding: 0;
  display: block;
  background: #050818;
}

.metodologiaVisual--photo .metodologiaVisualImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

#inversion .head--inversion {
  max-width: 900px;
  margin-bottom: 18px;
}

.ofertaIntro {
  margin: 12px auto 0;
  max-width: 720px;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.5;
  font-weight: 620;
  color: rgba(255, 255, 255, 0.78);
}

.investmentV2 {
  position: relative;
  overflow: hidden;
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 20px 18px;
  text-align: center;
  border-radius: var(--radius);
  border: 1px solid rgba(127, 141, 255, 0.22);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
  background:
    radial-gradient(ellipse 85% 55% at 50% 0%, rgba(231, 39, 143, 0.16), transparent 52%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
}

.investmentV2Hero {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.investmentV2tag {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rosa);
}

.investmentV2price {
  margin: 0;
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 950;
  letter-spacing: -0.035em;
  line-height: 1;
  color: #fff;
}

.investmentV2cur {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 750;
  color: rgba(255, 255, 255, 0.52);
}

.investmentV2deadline {
  margin: 12px 0 0;
  font-size: 15px;
  font-weight: 720;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
}

.investmentV2Tiers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  text-align: left;
}

.investmentV2Tier {
  border-radius: 18px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(127, 141, 255, 0.22);
  background: rgba(5, 8, 28, 0.45);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
}

.investmentV2Tier--hot {
  border-color: rgba(231, 39, 143, 0.45);
  background:
    linear-gradient(145deg, rgba(231, 39, 143, 0.14), rgba(5, 8, 28, 0.5));
  box-shadow: 0 14px 36px rgba(231, 39, 143, 0.12);
}

.investmentV2TierTitle {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.02em;
}

.investmentV2Tier--hot .investmentV2TierTitle {
  color: #ffe8f3;
}

.investmentV2TierDate {
  margin: 0;
  font-size: 13px;
  font-weight: 680;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.investmentV2TierPrice {
  margin: 8px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 17px;
  font-weight: 880;
  color: #fff;
  letter-spacing: -0.02em;
}

.investmentV2Foot {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--muted);
  text-align: center;
}

.investmentV2Cta {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  text-align: center;
}

.investmentV2Cta .investmentNote {
  margin-top: 12px;
}

.investmentPanel {
  max-width: 980px;
  margin: 0 auto;
  padding: 36px 32px 40px;
  text-align: center;
}

.investmentCols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 8px;
}

.investmentCol {
  padding: 18px 12px;
  border-left: 1px dashed rgba(127, 141, 255, 0.35);
  border-right: 1px dashed rgba(127, 141, 255, 0.35);
}

.investmentCol:first-child {
  border-left: none;
}

.investmentCol:last-child {
  border-right: none;
}

.investmentIcon {
  font-size: 28px;
  margin-bottom: 10px;
  opacity: 0.85;
}

.investmentLabel {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.35;
}

.investmentStrike {
  font-size: 18px;
  font-weight: 850;
  color: #ff8ba3;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.investmentTotalStrike {
  margin-top: 22px;
  font-size: 20px;
  font-weight: 900;
  color: #ff8ba3;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.investmentCtaRow {
  margin-top: 26px;
}

.investmentMainBtn {
  padding: 18px 36px;
  font-size: 15px;
}

.investmentNote {
  margin-top: 14px;
  font-size: 14px;
}

.investmentSecondaryRow {
  margin-top: 18px;
}

.contactCard {
  max-width: 820px;
  margin: 0 auto;
}

.contactForm {
  display: grid;
  gap: 14px;
}

.contactFormGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contactForm label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.contactForm input,
.contactForm textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
}

.contactForm textarea {
  resize: vertical;
  min-height: 100px;
}

.contactActions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

@media (max-width: 1080px) {
  .menu {
    display: none;
  }

  .grid4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .phaseGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .investmentCols {
    grid-template-columns: 1fr;
  }

  .investmentCol {
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed rgba(127, 141, 255, 0.35);
    padding-bottom: 22px;
  }

  .investmentCol:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .offer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 940px) {
  .metodologiaListsRow {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 760px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .wrap {
    width: min(100% - 24px, 1180px);
  }

  .navin {
    height: 80px;
  }

  .logo {
    width: 136px;
    height: 40px;
  }

  .nav .btn {
    display: none;
  }

  .hero {
    padding-top: 22px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .videoFrame {
    border-radius: 28px;
    padding: 10px;
    margin-top: 0;
  }

  .video {
    border-radius: 22px;
  }

  .videoContent {
    padding: 22px;
  }

  .person {
    opacity: 0.35;
    right: -28px;
    width: 58%;
  }

  .play {
    width: 76px;
    height: 76px;
  }

  .play::before {
    margin-left: 30px;
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 23px;
  }

  .grid2,
  .grid3,
  .grid4,
  .phaseGrid,
  .offer,
  .facultyGrid,
  .metodologiaGrid,
  .investmentCols,
  .validacionGrid,
  .problemaMinisGrid {
    grid-template-columns: 1fr;
  }

  .facultyCard {
    grid-template-columns: 132px 1fr;
    border-radius: 18px;
  }

  .facultyPhoto {
    width: 132px;
    height: 176px;
    min-height: 176px;
    max-height: 176px;
    aspect-ratio: auto;
  }

  .facultyImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 16%;
  }

  .facultyBody {
    padding: 14px 14px 14px 12px;
  }

  .facultyBody h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .facultyRole {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .facultyBio {
    font-size: 13px;
    line-height: 1.42;
  }

  @media (max-width: 420px) {
    .facultyCard {
      grid-template-columns: 112px 1fr;
    }

    .facultyPhoto {
      width: 112px;
      height: 152px;
      min-height: 152px;
      max-height: 152px;
    }
  }

  .btn {
    width: 100%;
  }

  .heroActions {
    width: 100%;
    margin-top: 22px;
  }

  .metodologiaGrid {
    gap: 14px;
  }

  .metodologiaVisual {
    order: -1;
    max-width: none;
    width: 100%;
    aspect-ratio: 2.4 / 1;
    max-height: 156px;
    margin: 0;
    padding: 12px 20px;
  }

  .metodologiaVisual--photo {
    padding: 0;
    max-height: 240px;
    aspect-ratio: 4 / 3;
  }

  .metodologiaVisual--photo .metodologiaVisualImg {
    object-position: center 14%;
  }

  .metodologiaVisualInner {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .metodologiaCard {
    padding: 18px 16px 16px;
  }

  .metodologiaSub {
    font-size: 14px;
    padding: 8px 14px;
    line-height: 1.35;
  }

  #metodologia .head {
    margin-bottom: 22px;
  }

  .investmentV2 {
    padding: 22px 16px 20px;
  }

  .investmentV2Tiers {
    grid-template-columns: 1fr;
  }

  .faqCtaBtn {
    width: 100%;
  }

  .contactFormGrid {
    grid-template-columns: 1fr;
  }

  .contactActions {
    flex-direction: column;
  }

  .cierrePanel {
    margin-top: 26px;
    padding: 26px 20px 24px;
    grid-template-columns: 1fr;
    gap: 18px;
    border-radius: 24px;
    text-align: left;
  }

  .cierreTitle {
    max-width: none;
    font-size: clamp(33px, 8.8vw, 42px);
  }

  .cierreLead {
    font-size: 16px;
  }

  .cierreActions {
    justify-content: flex-start;
  }

  .cierreBtn {
    width: 100%;
  }
}
