:root {
  --white: #fffefd;
  --ivory: #fbf9f5;
  --beige: #f0ebe4;
  --beige-deep: #e6ddd2;
  --beige-card: #f7f3ee;
  --ink: #26231f;
  --muted: #6a635b;
  --line: #d9d0c5;
  --orange: #ff8b00; /* Naranja corporativo Ordunte */
  --orange-soft: rgba(255, 139, 0, 0.1);
  --orange-line: rgba(255, 139, 0, 0.38);
  --shadow: 0 22px 58px rgba(45, 35, 25, 0.08);
  --serif: "EB Garamond", Georgia, "Times New Roman", serif;
  --quote: "EB Garamond", Georgia, "Times New Roman", serif;
  --sans: Inter, Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0 !important;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: -0.012em;
}
h1,
h2,
h3,
p {
  margin: 0;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
.shell {
  overflow: hidden;
}
.container {
  width: min(1280px, calc(100% - 48px));
  margin: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
}
.eyebrow:before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--orange);
}
.section-title {
  font-family: var(--serif) !important;
  font-size: clamp(50px, 6vw, 94px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-transform: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 51px;
  padding: 15px 24px;
  border: 1px solid var(--orange);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
  cursor: pointer;
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: var(--orange);
  color: var(--white);
}
.button.primary:hover {
  background: var(--orange);
  box-shadow: 0 10px 24px rgba(255, 139, 0, 0.2);
}
.button.ghost {
  background: transparent;
  color: var(--ink);
}
.button.ghost:hover {
  background: var(--orange-soft);
}
.arrow1 {
  font-size: 18px;
  line-height: 0;
  margin-top: -1px;
}

.header1 {
  height: 80px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 249, 245, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.head-inner {
  width: min(1280px, calc(100% - 48px));
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}
.brand {
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.09em;
  text-decoration: none;
}
.brand span {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--orange);
}
.nav {
  display: flex;
  gap: 25px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.nav a {
  color: var(--muted);
  text-decoration: none;
}
.nav a:hover {
  color: var(--ink);
}
.head-cta {
  justify-self: end;
  min-height: 41px;
  padding: 11px 17px;
  font-size: 10px;
}

.hero {
  min-height: calc(100svh - 80px);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 90px 0 68px;
  position: relative;
  background:
    radial-gradient(
      circle at 50% 0,
      rgba(255, 255, 255, 0.92) 0 20%,
      transparent 56%
    ),
    var(--ivory);
}
.hero:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(80vw, 1080px);
  height: 1px;
  transform: translateX(-50%);
  background: var(--line);
}
.hero-inner {
  max-width: 1010px;
  margin: auto;
}
h1 {
  text-transform: none;
  font-family: var(--serif) !important;
  font-size: clamp(59px, 8.2vw, 126px);
  font-weight: 400;
  letter-spacing: -0.078em;
  line-height: 0.82;
}
h1 em {
  font-style: italic;
  color: var(--orange);
}
.hero p {
  font-family: var(--sans) !important;
  max-width: 670px;
  margin: 34px auto 0;
  font-size: 20px !important;
  line-height: 1.48 !important;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.hero-foot {
  margin: 83px auto 0;
  max-width: 680px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Vídeo principal: la miniatura se obtiene de YouTube. El iframe solo se inserta al pulsar play. */
.igor-video {
  min-height: 100svh;
  padding: 24px;
  background: var(--beige);
  display: grid;
  place-items: center;
}
.video-screen {
  width: 100%;
  height: calc(100svh - 48px);
  max-width: 1800px;
  position: relative;
  overflow: hidden;
  background: #aaa099;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.video-poster {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: linear-gradient(115deg, #aca29a 0%, #d8d2ca 50%, #958b82 100%);
}
.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.video-poster img.loaded {
  opacity: 1;
}
.poster-fallback {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(110deg, #aaa198 0%, #dad4cc 45%, #968c82 100%);
}
.poster-fallback:before {
  content: "";
  position: absolute;
  inset: -10%;
  background: repeating-linear-gradient(
    112deg,
    transparent 0 100px,
    rgba(255, 255, 255, 0.15) 100px 102px
  );
}
.poster-fallback:after {
  content: "";
  position: absolute;
  width: min(36vw, 600px);
  height: min(48vw, 760px);
  right: 17%;
  bottom: -13%;
  border-radius: 48% 48% 0 0;
  background: linear-gradient(180deg, #7d756e, #3e3a36);
  box-shadow: 0 0 0 74px rgba(255, 255, 255, 0.08);
}
.video-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      180deg,
      rgba(31, 29, 27, 0.26),
      rgba(31, 29, 27, 0.2) 45%,
      rgba(31, 29, 27, 0.62)
    ),
    linear-gradient(90deg, rgba(31, 29, 27, 0.16), transparent 65%);
}
.video-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px clamp(24px, 5vw, 80px);
  text-align: center;
  color: var(--white);
}
.video-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.94);
}
.video-kicker:before,
.video-kicker:after {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--orange);
}
.video-copy {
  max-width: 860px;
}
.video-copy h2 {
  text-transform: none;
  color: #fff;
  margin-top: 24px;
  font-family: var(--serif) !important;
  font-size: clamp(50px, 6.3vw, 100px);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.86;
}
.video-copy p {
  font-family: var(--sans) !important;
  max-width: 590px;
  margin: 24px auto 0;
  font-size: 16px !important;
  line-height: 1.52 !important;
  color: rgba(255, 255, 255, 0.88);
}
.video-playrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 31px;
}
.play-main {
  width: 78px;
  height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--white);
  color: var(--orange);
  font-size: 23px;
  padding-left: 5px;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
}
.play-main:hover {
  transform: scale(1.05);
}
.video-playrow span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}
.video-quote {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 5vw, 65px);
  width: min(92%, 720px);
  transform: translateX(-50%);
  font-family: var(--quote) !important;
  font-size: clamp(23px, 2.4vw, 34px) !important;
  font-style: italic;
  line-height: 1;
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: -0.04em;
  text-align: center;
}
.video-quote:before {
  content: "“";
  color: var(--orange);
  font-size: 1.8em;
  line-height: 0;
  vertical-align: -0.2em;
  margin-right: 7px;
}
.video-quote:after {
  content: "”";
  color: var(--orange);
  font-size: 1.8em;
  line-height: 0;
  vertical-align: -0.35em;
  margin-left: 5px;
}

.video-frame {
  position: absolute;
  inset: 0;
  z-index: 8;
  background: #111;
}
.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.expand {
  position: absolute;
  top: clamp(22px, 4vw, 56px);
  right: clamp(22px, 4vw, 56px);
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  color: var(--white);
  font-size: 17px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.intro {
  padding: 142px 0;
  text-align: center;
  background: var(--white);
}
.intro .section-title {
  max-width: 930px;
  margin: 23px auto 0;
}
.intro p {
  max-width: 730px;
  margin: 30px auto 0;
  font-size: 19px !important;
  line-height: 1.52 !important;
  color: var(--muted);
  font-family: var(--sans) !important;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1100px;
  margin: 75px auto 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.metric {
  min-height: 176px;
  display: grid;
  place-items: center;
  padding: 27px 18px;
  position: relative;
  text-align: center;
}
.metric:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: var(--line);
}
.metric strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(34px, 3.1vw, 48px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.06em;
}
.metric span {
  display: block;
  max-width: 180px;
  margin: 11px auto 0;
  font-size: 12px;
  line-height: 1.35;
  color: var(--muted);
}

.model {
  padding: 140px 0 150px;
  background: var(--ivory);
  text-align: center;
}
.model .section-title {
  max-width: 980px;
  margin: 23px auto 0;
}
.model .lead {
  max-width: 720px;
  margin: 30px auto 0;
  font-size: 18px !important;
  line-height: 1.55 !important;
  color: var(--muted);
  font-family: var(--sans) !important;
}
.model-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 17px;
  max-width: 1160px;
  margin: 74px auto 0;
  text-align: left;
}
.support-card {
  grid-column: span 2;
  min-height: 262px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 26px rgba(49, 38, 27, 0.025);
  display: flex;
  flex-direction: column;
}
.support-card:nth-child(4) {
  grid-column: 2 / span 2;
}
.support-card:nth-child(5) {
  grid-column: 4 / span 2;
}
.support-card .number {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  color: var(--orange);
}
.support-card h3 {
  max-width: 245px;
  margin-top: 37px;
  font-family: var(--serif);
  font-size: 33px;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.91;
  text-transform: none;
}
.support-card p {
  margin-top: auto;
  padding-top: 22px;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: var(--muted);
  font-family: var(--sans) !important;
}
.model-note {
  max-width: 670px;
  margin: 30px auto 0;
  font-size: 12px !important;
  line-height: 1.45 !important;
  color: var(--muted);
  font-family: var(--sans) !important;
}

.stories {
  padding: 140px 0 146px;
  background: var(--beige);
  text-align: center;
}
.stories .section-title {
  max-width: 1030px;
  margin: 23px auto 0;
}
.stories .lead {
  max-width: 720px;
  margin: 30px auto 0;
  font-size: 18px !important;
  line-height: 1.55 !important;
  color: var(--muted);
  font-family: var(--sans) !important;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 68px;
  text-align: left;
}
.agent-video {
  min-height: 340px;
  position: relative;
  overflow: hidden;
  background: #aaa099;
  color: var(--white);
  isolation: isolate;
}
.agent-video:nth-child(2n) {
  background: #c8c0b7;
}
.agent-video:nth-child(3n) {
  background: #a2988f;
}
.agent-video:nth-child(5n) {
  background: #d1c9bf;
}
.agent-poster {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: linear-gradient(145deg, #aaa098, #776f68);
}
.agent-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.agent-poster img.loaded {
  opacity: 1;
}
.agent-fallback {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.05),
    rgba(38, 28, 22, 0.17)
  );
}
.agent-fallback:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -18px;
  width: 58%;
  height: 86%;
  border-radius: 48% 48% 0 0;
  background: rgba(66, 61, 57, 0.55);
}
.agent-fallback:after {
  content: "";
  position: absolute;
  right: 22%;
  top: 17%;
  width: 32%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(232, 228, 222, 0.55);
}
.agent-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
    0deg,
    rgba(31, 29, 27, 0.76),
    rgba(31, 29, 27, 0.03) 75%
  );
}
.agent-video .video-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.agent-video .small {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}
.agent-video h3 {
  max-width: 240px;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 0.92;
  font-weight: 400;
  letter-spacing: -0.055em;
  color: var(--white);
  text-transform: none;
}
.agent-video .agent {
  margin-top: 13px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.84);
}
.agent-play {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 14px;
  padding-left: 3px;
  cursor: pointer;
}
.agent-frame {
  position: absolute;
  inset: 0;
  z-index: 8;
  background: #111;
}
.agent-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.faq {
  padding: 140px 0 150px;
  background: var(--white);
  text-align: center;
}
.faq .section-title {
  margin: 23px auto 0;
}
.faq-list {
  max-width: 920px;
  margin: 66px auto 0;
  text-align: left;
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 0 2px;
}
summary {
  position: relative;
  padding: 28px 45px 27px 0;
  list-style: none;
  font-size: 19px;
  font-weight: 800;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 18px;
  font-size: 31px;
  font-weight: 300;
  color: var(--orange);
}
details[open] summary:after {
  content: "–";
}
details p {
  max-width: 720px;
  padding: 0 42px 29px 0;
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: var(--muted);
  font-family: var(--sans) !important;
}

.contact {
  padding: 142px 0 152px !important;
  background: var(--ivory);
  text-align: center !important;
}
.contact .section-title {
  max-width: 920px;
  margin: 23px auto 0;
}
.contact > .container > p {
  max-width: 680px;
  margin: 30px auto 0;
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: var(--muted);
  font-family: var(--sans) !important;
}
.form-card {
  max-width: 810px !important;
  margin: 57px auto 0 !important;
  padding: 44px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  text-align: left;
}
.form-card h3 {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.055em;
}
.form-card > p {
  max-width: none;
  margin: 12px 0 28px;
  font-size: 14px;
  line-height: 1.48;
  color: var(--muted);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field label {
  display: block;
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--muted);
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--ivory);
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--orange);
}
input[type="file"] {
  padding: 11px 12px;
  color: var(--muted);
  cursor: pointer;
}
input[type="file"]::file-selector-button {
  margin-right: 12px;
  border: 0;
  background: var(--orange-soft);
  color: var(--ink);
  padding: 8px 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.field.full {
  grid-column: 1/-1;
}
.privacy {
  margin: 20px 0 !important;
  font-size: 11px !important;
  color: var(--muted);
}
.form-actions {
  display: flex;
  justify-content: center;
  margin-top: 21px;
}

footer {
  padding: 34px 0;
  background: var(--beige-deep);
  border-top: 1px solid rgba(56, 44, 34, 0.1);
  text-align: center;
}
footer .brand {
  display: block;
  font-size: 25px;
}
footer p {
  margin-top: 12px;
  font-size: 11px;
  color: var(--muted);
}

@media (max-width: 860px) {
  .container,
  .head-inner {
    width: min(100% - 34px, 620px);
  }

  .hero {
    min-height: calc(100svh - 68px);
    padding: 74px 0 46px;
  }
  h1 {
    font-size: clamp(55px, 15.2vw, 80px);
    line-height: 0.85;
  }
  .hero p {
    margin-top: 26px;
    font-size: 17px;
  }
  .hero-foot {
    margin-top: 58px;
    font-size: 9px;
    letter-spacing: 0.105em;
  }
  .igor-video {
    min-height: 85svh;
    padding: 0;
  }
  .video-screen {
    height: 85svh;
  }
  .video-overlay {
    padding: 62px 22px 105px;
  }
  .video-copy h2 {
    font-size: 58px;
  }
  .video-copy p {
    font-size: 14px;
  }
  .video-playrow {
    margin-top: 27px;
  }
  .video-quote {
    bottom: 31px;
    font-size: 25px;
  }
  .expand {
    top: 22px;
    right: 22px;
  }
  .intro,
  .model,
  .stories,
  .faq,
  .contact {
    padding: 94px 0;
  }
  .section-title {
    font-size: 56px;
  }
  .intro p,
  .model .lead,
  .stories .lead,
  .contact > .container > p {
    font-size: 16px;
  }
  .metrics {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 54px;
  }
  .metric {
    min-height: 146px;
    padding: 20px 10px;
  }
  .metric:nth-child(2):after {
    display: none;
  }
  .metric:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .metric strong {
    font-size: 35px;
  }
  .metric span {
    font-size: 11px;
  }
  .model-grid {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 52px;
  }
  .support-card,
  .support-card:nth-child(4),
  .support-card:nth-child(5) {
    grid-column: auto;
    min-height: 0;
    padding: 25px;
  }
  .support-card h3 {
    margin-top: 23px;
    font-size: 31px;
  }
  .support-card p {
    margin-top: 0;
    padding-top: 15px;
  }
  .video-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 47px;
  }
  .agent-video {
    min-height: 250px;
  }
  .agent-video h3 {
    font-size: 25px;
  }
  .agent-video .video-content {
    padding: 16px;
  }
  .agent-video .small {
    top: 14px;
    left: 16px;
  }
  .agent-video .agent {
    font-size: 8px;
  }
  .agent-play {
    right: 14px;
    bottom: 14px;
  }
  .faq-list {
    margin-top: 47px;
  }
  summary {
    padding: 23px 34px 22px 0;
    font-size: 16px;
  }
  summary:after {
    top: 16px;
    font-size: 26px;
  }
  details p {
    padding-right: 8px;
    font-size: 14px;
  }
  .contact .section-title {
    font-size: 62px;
  }
  .form-card {
    padding: 28px 21px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .field.full {
    grid-column: auto;
  }
}
.agent-video {
  min-height: 340px;
  position: relative;
  overflow: hidden;
  background: #111;
  color: var(--white);
}

.video-wrapper {
  position: absolute;
  inset: 0;
}

.video-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.agent-video .video-caption {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(
    0deg,
    rgba(31, 29, 27, 0.72),
    rgba(31, 29, 27, 0) 46%
  );
}
.agent-video .small {
  position: absolute;
  top: 18px;
  left: 60px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  display: none;
}
.agent-video h3 {
  max-width: 240px;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 0.92;
  font-weight: 400;
  letter-spacing: -0.055em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.agent-video .agent {
  margin-top: 13px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.84);
}
.agent-play,
.video-playrow {
  display: none !important;
}
/* Vídeo principal: iframe de YouTube fijo, con el texto superpuesto de forma decorativa (no bloquea el reproductor). */
.igor-video {
  min-height: 100svh;
  padding: 24px;
  background: var(--beige);
  display: grid;
  place-items: center;
}
.video-screen {
  width: 100%;
  height: calc(100svh - 48px);
  max-width: 1800px;
  position: relative;
  overflow: hidden;
  background: #111;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.video-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #111;
}
.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.video-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(31, 29, 27, 0.26),
      rgba(31, 29, 27, 0.2) 45%,
      rgba(31, 29, 27, 0.62)
    ),
    linear-gradient(90deg, rgba(31, 29, 27, 0.16), transparent 65%);
}
.video-overlay {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px clamp(24px, 5vw, 80px);
  text-align: center;
  color: var(--white);
  pointer-events: none;
}
.video-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.94);
}
.video-kicker:before,
.video-kicker:after {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--orange);
}
.video-copy {
  max-width: 860px;
}
.video-copy h2 {
  margin-top: 24px;
  font-family: var(--serif);
  font-size: clamp(50px, 6.3vw, 100px);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.86;
}
.video-copy p {
  max-width: 590px;
  margin: 24px auto 0;
  font-size: 16px;
  line-height: 1.52;
  color: rgba(255, 255, 255, 0.88);
}
.video-playrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 31px;
}
.play-main {
  width: 78px;
  height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--white);
  color: var(--orange);
  font-size: 23px;
  padding-left: 5px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
}
.video-playrow span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}
.video-quote {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 5vw, 65px);
  width: min(92%, 720px);
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
  font-family: var(--quote);
  font-size: clamp(23px, 2.4vw, 34px);
  font-style: italic;
  line-height: 1;
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: -0.04em;
}
.video-quote:before {
  content: "“";
  color: var(--orange);
  font-size: 1.8em;
  line-height: 0;
  vertical-align: -0.2em;
  margin-right: 7px;
}
.expand {
  position: absolute;
  top: clamp(22px, 4vw, 56px);
  padding: 0px 0px !important;
  right: clamp(22px, 4vw, 56px);
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  color: var(--white);
  font-size: 17px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

/* Responsive (dentro de @media (max-width:860px) en el original) */
@media (max-width: 860px) {
  .igor-video {
    min-height: 85svh;
    padding: 0;
  }
  .video-screen {
    height: 85svh;
  }
  .video-overlay {
    padding: 62px 22px 105px;
  }
  .video-copy h2 {
    font-size: 58px;
  }
  .video-copy p {
    font-size: 14px;
  }
  .video-playrow {
    margin-top: 27px;
  }
  .video-quote {
    bottom: 31px;
    font-size: 25px;
  }
  .expand {
    top: 22px;
    right: 22px;
  }
}

/*****/

.hero-inner .nav {
  justify-content: center;
  margin-top: 22px;
}

.dossier-card {
  max-width: 640px;
  margin: 56px auto 0;
  padding: 44px clamp(26px, 4vw, 54px);
  background: var(--beige-card);
  border: 1px solid var(--line);
  text-align: center;
}
.dossier-copy h3 {
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.15;
  text-transform: none;
}
.dossier-copy p {
  margin: 12px auto 0;
  max-width: 460px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
  font-family: var(--sans);
}
.dossier-form {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.dossier-form input {
  flex: 1 1 260px;
  max-width: 320px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 13px 14px;
  font: inherit;
  font-size: 14px;
  outline: none;
}
.dossier-form input:focus {
  border-color: var(--orange);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dossier-legal {
  width: 100%;
  order: 3;
  margin-top: 12px;
  font-size: 10px;
  line-height: 1.4;
  color: var(--muted);
}

.privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.privacy input {
  width: auto;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Ser agente inmobiliario autonomo */

@media (max-width: 769px) {
  .banner_intro h1 {
    margin: 10px !important;
  }
}

/* Ser independiente no deberia significar hacerlo solo */

@media (width: 375px) and (height: 667px) {
  .video-quote {
    bottom: 75px !important;
  }
}

@media (width: 393px) and (height: 852px) {
  .video-quote {
    bottom: 125px !important;
  }
}

@media (width: 440px) and (height: 956px),
  (width: 421px) and (height: 924px),
  (width: 427px) and (height: 952px),
  (width: 412px) and (height: 924px) {
  .video-quote {
    bottom: 155px !important;
  }
}

@media (width: 360px) and (height: 800px) {
  .video-quote {
    bottom: 115px !important;
  }
}

@media (width: 412px) and (height: 922px), (width: 412px) and (height: 968px) {
  .video-quote {
    bottom: 155px !important;
  }
}

@media (width: 768px) and (height: 1024px) {
  .video-quote {
    bottom: 255px !important;
  }
}
