@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&family=Poppins:wght@300;400;500;600;700&display=swap');
:root {
  --ink: #171817;
  --ink-soft: #222321;
  --cream: #f5f2ea;
  --paper: #fbfaf6;
  --white: #ffffff;
  --yellow: #7cc9df;
  --yellow-deep: #3ca69a;
  --line: rgba(23, 24, 23, .14);
  --button-radius: 999px;
  --control-radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body, button, input, select { font-family: "Poppins", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4.8vw;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.19);
}
.brand { width: 185px; filter: brightness(0) invert(1); }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a,
.header-phone {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  position: relative;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 1px;
  width: 0;
  background: var(--yellow);
  transition: width .3s ease;
}
.main-nav a:hover::after { width: 100%; }
.header-phone { justify-self: end; }
.header-phone::before { content: "●"; margin-right: 9px; color: var(--yellow); font-size: 7px; }
.menu-toggle { display: none; }

.hero {
  min-height: 780px;
  height: 100vh;
  max-height: 980px;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: grid;
  place-items: center;
  background: url('https://obranueva.grupoq.net/wp-content/uploads/2025/09/LUAFIX_GRUPO-Q_PARQUE-BAHIA-BLANCA-IV_02-2_1500x900.jpg') center 56% / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16,18,15,.34) 0%, rgba(16,18,15,.08) 40%, rgba(16,18,15,.58) 100%);
}
.hero-shade {
  position: absolute;
  width: 66vw;
  height: 66vw;
  border-radius: 50%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0,0,0,.07), rgba(0,0,0,0) 68%);
}
.hero-content { position: relative; z-index: 2; text-align: center; width: min(1060px, 84vw); margin-top: 40px; }
.eyebrow {
  margin: 0 0 19px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow.light { color: rgba(255,255,255,.83); }
.hero h1 {
  margin: 0 auto;
  max-width: 1040px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(38px, 5.35vw, 78px);
  line-height: .99;
  font-weight: 600;
  letter-spacing: -.052em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 5px 28px rgba(0,0,0,.3);
}
.hero h1 span { display: block; font-family: "Playfair Display", serif; font-size: .62em; font-style: italic; font-weight: 500; text-transform: none; letter-spacing: -.02em; margin-bottom: 8px; }
.hero-copy { font-size: 17px; line-height: 1.65; font-weight: 400; margin: 24px auto 31px; max-width: 650px; text-shadow: 0 3px 18px rgba(0,0,0,.6); }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 25px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 32px;
  border-radius: var(--button-radius);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; box-shadow: 0 11px 30px rgba(0,0,0,.24); }
.button-dark b { color: var(--yellow); margin-left: 20px; font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.light-link { color: #fff; }
.side-signature {
  position: absolute;
  z-index: 3;
  left: 28px;
  top: 50%;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left top;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  letter-spacing: .23em;
  font-weight: 600;
}
.side-signature span { color: var(--yellow); margin: 0 9px; }
.hero-meta { position: absolute; z-index: 2; left: 5vw; bottom: 38px; display: flex; flex-direction: column; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; font-family: "Montserrat", sans-serif; }
.hero-meta span { color: rgba(255,255,255,.7); margin-bottom: 5px; }
.scroll-cue { position: absolute; z-index: 2; right: 5vw; bottom: 28px; display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; font-size: 17px; }

.section { padding: 112px max(5vw, calc((100vw - 1240px) / 2)); }
.intro { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: 88px minmax(360px, 1.15fr) minmax(420px, .95fr); gap: 58px; background: linear-gradient(130deg, #fbfaf6 0%, #f4f1e9 100%); align-items: center; }
.intro::after { content: "BAHÍA BLANCA"; position: absolute; z-index: -1; right: -3vw; bottom: -2vw; font-family: "Montserrat", sans-serif; font-size: clamp(90px, 15vw, 230px); line-height: .7; font-weight: 700; letter-spacing: -.085em; color: rgba(23,24,23,.026); }
.section-number { font-family: "Montserrat", sans-serif; font-size: 11px; letter-spacing: .17em; writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; color: #777; }
.intro-copy h2,
.editorial h2,
.lifestyle h2,
.location h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1.01;
  letter-spacing: -.055em;
  font-weight: 500;
  text-wrap: balance;
}
h2 em { font-family: "Playfair Display", serif; font-weight: 500; }
.intro-copy .lead { font-size: 18px; line-height: 1.75; margin: 34px 0 17px; color: #333; }
.intro-copy > p:not(.eyebrow):not(.lead) { font-size: 15px; line-height: 1.8; color: #686868; max-width: 92%; }
.intro-link { display: inline-flex; align-items: center; gap: 22px; margin-top: 26px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.intro-link span { color: var(--yellow-deep); font-size: 16px; }
.project-card { position: relative; background: rgba(255,255,255,.86); border: 1px solid rgba(23,24,23,.12); box-shadow: 0 28px 75px rgba(43,40,31,.09); backdrop-filter: blur(10px); }
.project-card::before { content: ""; position: absolute; left: -1px; top: -1px; width: 5px; height: 76px; background: var(--yellow); }
.project-card-top { min-height: 76px; padding: 0 24px 0 29px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: "Montserrat", sans-serif; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.project-card-top span { font-weight: 700; }
.project-card-top b { color: #8b8982; font-weight: 500; }
.project-facts { display: grid; grid-template-columns: repeat(2, 1fr); }
.project-facts article { min-height: 124px; padding: 22px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.project-facts article:nth-child(even) { border-right: 0; }
.project-facts small { font-family: "Montserrat", sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; color: #77756f; }
.project-facts strong { margin-top: auto; font-family: "Montserrat", sans-serif; font-size: 29px; font-weight: 500; letter-spacing: -.045em; }
.project-facts span { font-size: 10px; color: #84827c; text-transform: uppercase; letter-spacing: .09em; }
.project-facts .fact-price { background: #f0ede5; }
.project-facts .fact-price strong { font-size: 24px; }
.phone-panel { min-height: 88px; background: var(--ink); color: white; display: grid; grid-template-columns: 1fr auto auto; align-items: center; padding: 0 27px; border-radius: 0 0 18px 18px; transition: transform .25s ease, box-shadow .25s ease; }
.phone-panel:hover { transform: translateY(-2px); box-shadow: 0 15px 35px rgba(0,0,0,.16); }
.phone-panel > span { display: flex; flex-direction: column; color: white; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.phone-panel span i { color: rgba(255,255,255,.58); font-size: 9px; font-style: normal; font-weight: 500; margin-bottom: 4px; }
.phone-panel strong { font-family: "Montserrat", sans-serif; font-size: 18px; letter-spacing: .02em; }
.phone-panel b { color: var(--yellow); font-size: 18px; margin-left: 20px; }

.mosaic { height: 500px; display: grid; grid-template-columns: 1.05fr 1fr 1fr 1.06fr; overflow: hidden; }
.mosaic-image { margin: 0; position: relative; overflow: hidden; }
.mosaic-image img { height: 100%; object-fit: cover; transition: transform .8s ease; }
.mosaic-image:hover img { transform: scale(1.04); }
.mosaic-image figcaption { position: absolute; top: 24px; right: 24px; color: white; font-family: "Montserrat", sans-serif; font-size: 11px; letter-spacing: .1em; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: 5px; }
.mosaic-1 img { object-position: center; }
.mosaic-2 img { object-position: 63% center; }
.mosaic-3 img { object-position: 50% center; }
.mosaic-4 img { object-position: 60% center; }

.contact-stage {
  position: relative;
  min-height: 1180px;
  padding: 110px 5vw 130px;
  color: white;
  background: url('https://obranueva.grupoq.net/wp-content/uploads/2025/09/LUAFIX_GRUPO-Q_PARQUE-BAHIA-BLANCA-IV_02_1500x900.jpg') center / cover fixed;
}
.contact-stage::before { content: ""; position: absolute; inset: 0; background: rgba(16,17,16,.84); }
.contact-stage::after { content: "BAHÍA BLANCA"; position: absolute; left: 4vw; bottom: 30px; font-family: "Montserrat", sans-serif; font-size: clamp(70px, 16vw, 235px); font-weight: 700; line-height: .75; letter-spacing: -.08em; color: rgba(255,255,255,.025); }
.contact-stage-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, transparent 45%, rgba(247,179,56,.06)); }
.contact-heading { position: relative; z-index: 2; text-align: center; margin-bottom: 58px; }
.contact-heading h2 { margin: 0; font-family: "Montserrat", sans-serif; font-size: clamp(34px, 4vw, 62px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; }
.contact-card { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; width: min(1000px, 88vw); min-height: 670px; margin: auto; box-shadow: 0 40px 90px rgba(0,0,0,.36); color: var(--ink); }
.contact-visual { position: relative; overflow: hidden; min-height: 670px; }
.contact-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.72)); }
.contact-visual > img { height: 100%; object-fit: cover; }
.visual-brand { position: absolute; z-index: 2; left: 42px; right: 42px; bottom: 38px; color: white; }
.visual-brand img { width: 180px; filter: brightness(0) invert(1); margin-bottom: 18px; }
.visual-brand p { font-family: "Playfair Display", serif; font-size: 25px; font-style: italic; margin: 0 0 40px; }
.visual-brand strong { font-family: "Montserrat", sans-serif; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.form-wrap { background: #fff; padding: 50px 54px 44px; }
.form-wrap h3 { margin: 0 0 8px; font-family: "Montserrat", sans-serif; font-size: 25px; line-height: 1.15; letter-spacing: -.03em; font-weight: 600; }
.form-note { margin: 0 0 30px; color: #666; font-size: 14px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 24px; }
.form-wrap label, .form-wrap legend { display: block; font-family: "Montserrat", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form-wrap input:not([type="radio"]):not([type="checkbox"]),
.form-wrap select {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #cacac5;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-size: 15px;
  color: var(--ink);
}
.form-wrap input:focus, .form-wrap select:focus { border-color: var(--yellow-deep); }
.form-wrap fieldset { margin: 28px 0 22px; padding: 0; border: 0; }
.form-wrap legend { margin-bottom: 10px; }
.choice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.room-choice { cursor: pointer; }
.room-choice input { position: absolute; opacity: 0; }
.room-choice span { display: flex; align-items: baseline; justify-content: center; gap: 5px; border: 1px solid #d5d5d0; border-radius: var(--control-radius); height: 58px; font-size: 11px; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.room-choice b { font-family: "Montserrat", sans-serif; font-size: 19px; }
.room-choice input:checked + span { color: white; background: var(--ink); border-color: var(--ink); }
.full-field { margin-bottom: 17px; }
.check { display: flex !important; align-items: flex-start; gap: 9px; line-height: 1.45; color: #777; text-transform: none !important; letter-spacing: 0 !important; font-weight: 400 !important; }
.check input { margin: 2px 0 0; accent-color: var(--ink); }
.submit-button { margin-top: 23px; width: 100%; min-height: 58px; padding: 0 28px; border: 0; border-radius: var(--button-radius); background: var(--ink); color: white; cursor: pointer; display: flex; justify-content: center; align-items: center; gap: 30px; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: transform .25s ease, background .25s ease; }
.submit-button:hover { transform: translateY(-2px); background: #000; }
.submit-button span { color: var(--yellow); font-size: 16px; }
.privacy-note { text-align: center; margin: 13px 0 0; font-size: 10px; color: #858585; letter-spacing: .08em; text-transform: uppercase; }
.form-success { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.form-success > span { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid #ccc; border-radius: 50%; margin-bottom: 35px; color: var(--yellow-deep); font-size: 20px; }
.form-success h3 { font-size: 34px; }
.form-success p:not(.eyebrow) { font-size: 13px; line-height: 1.7; color: #666; }
.form-success button { min-height: 56px; border: 0; border-radius: var(--button-radius); background: var(--ink); color: #fff; padding: 0 28px; margin-top: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }

.lifestyle { padding: 120px max(6vw, calc((100vw - 1180px) / 2)); background: var(--ink); color: white; }
.lifestyle-top { display: grid; grid-template-columns: 1.2fr .7fr; gap: 11vw; align-items: end; }
.lifestyle-copy { margin: 0 0 6px; color: #b8b8b8; font-size: 15px; line-height: 1.8; }
.feature-layout { margin-top: 75px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 6vw; align-items: center; }
.feature-list { border-top: 1px solid #3a3a38; }
.feature-item { display: grid; grid-template-columns: 55px 1fr; align-items: center; min-height: 75px; border-bottom: 1px solid #3a3a38; }
.feature-item span { font-family: "Playfair Display", serif; font-style: italic; color: var(--yellow); font-size: 13px; }
.feature-item p { margin: 0; font-family: "Montserrat", sans-serif; font-size: 15px; }
.feature-image { position: relative; }
.video-trigger { display: block; width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; overflow: visible; }
.video-trigger::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.34)); pointer-events: none; }
.feature-image img { aspect-ratio: 1.7 / 1; object-fit: cover; filter: saturate(.82); transition: transform .7s ease, filter .7s ease; }
.video-trigger:hover img { transform: scale(1.015); filter: saturate(1); }
.play-disc { position: absolute; z-index: 2; left: -45px; top: -35px; display: grid; place-items: center; width: 92px; height: 92px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 19px; padding-left: 4px; box-shadow: 0 15px 35px rgba(0,0,0,.2); transition: transform .3s ease; }
.video-trigger:hover .play-disc { transform: scale(1.07); }
.video-duration { position: absolute; z-index: 2; right: 20px; top: 18px; color: #fff; font-family: "Montserrat", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.image-caption { position: absolute; z-index: 2; right: -24px; bottom: -24px; background: #f5f2ea; color: var(--ink); padding: 20px 24px; width: 270px; font-family: "Playfair Display", serif; font-style: italic; font-size: 17px; }
.statistics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 105px; }
.statistics article { aspect-ratio: 1 / 1; border: 1px solid #393a38; border-radius: 50%; margin-left: -8px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.statistics strong { font-family: "Montserrat", sans-serif; font-size: clamp(21px, 2.4vw, 38px); font-weight: 500; letter-spacing: -.04em; }
.statistics span { max-width: 145px; margin-top: 8px; color: #aaa; font-size: 11px; line-height: 1.45; letter-spacing: .07em; text-transform: uppercase; }

.video-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; overflow-y: auto; padding: 40px; background: rgba(9,10,9,.88); backdrop-filter: blur(14px); animation: modal-in .25s ease both; }
.video-modal[hidden] { display: none !important; }
.video-modal-inner { position: relative; width: min(1120px, 92vw); background: #0d0e0d; box-shadow: 0 45px 120px rgba(0,0,0,.55); }
.video-modal video,
.youtube-frame { display: block; width: 100%; max-height: 78vh; aspect-ratio: 16 / 9; object-fit: contain; border: 0; background: #000; }
.video-close { position: absolute; z-index: 10; right: 14px; top: 14px; display: grid; place-items: center; width: 48px; height: 48px; padding: 0 0 3px; border: 2px solid rgba(255,255,255,.78); border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 31px; font-weight: 400; line-height: 1; cursor: pointer; box-shadow: 0 12px 30px rgba(0,0,0,.45); transition: transform .2s ease, background .2s ease; }
.video-close:hover { transform: scale(1.06); background: #a7deeb; }
.video-close:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.video-modal-caption { min-height: 64px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-family: "Montserrat", sans-serif; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.video-modal-caption span { color: var(--yellow); }
@keyframes modal-in { from { opacity: 0; } to { opacity: 1; } }

.dossier-banner { position: relative; min-height: 760px; padding-bottom: 130px; background: var(--paper); overflow: hidden; }
.dossier-media { position: relative; height: 610px; overflow: hidden; }
.dossier-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.06), transparent 50%, rgba(0,0,0,.15)); }
.dossier-media img { height: 100%; object-fit: cover; }
.dossier-media > span { position: absolute; z-index: 2; left: 4vw; bottom: 36px; color: #fff; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.dossier-card { position: absolute; z-index: 3; right: 11vw; top: 150px; width: 400px; min-height: 540px; background: #7cc9df; padding: 44px 44px 36px; box-shadow: 0 35px 80px rgba(0,0,0,.18); }
.dossier-brand { display: flex; align-items: center; gap: 16px; margin-bottom: 36px; }
.dossier-brand > span { font-family: "Montserrat", sans-serif; font-size: 10px; line-height: 1.35; font-weight: 700; letter-spacing: .04em; }
.q-mark { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; color: #fff; font-family: "Playfair Display", serif; font-size: 43px; font-style: italic; font-weight: 600; line-height: 1; }
.dossier-card h2 { margin: 0; font-family: "Montserrat", sans-serif; font-size: 32px; line-height: 1.04; letter-spacing: -.04em; text-transform: uppercase; }
.dossier-card ul { list-style: none; padding: 0; margin: 24px 0 28px; }
.dossier-card li { position: relative; padding-left: 16px; margin: 11px 0; font-size: 13px; line-height: 1.5; }
.dossier-card li::before { content: "+"; position: absolute; left: 0; }
.dossier-card a { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 58px; background: var(--ink); color: #fff; padding: 0 24px; border-radius: var(--button-radius); font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: transform .25s ease, background .25s ease; }
.dossier-card a:hover { transform: translateY(-2px); background: #000; }
.dossier-card > small { display: block; margin-top: 15px; color: rgba(23,24,23,.65); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.editorial { display: grid; grid-template-columns: 1.1fr .65fr; gap: 40px 10vw; background: var(--paper); }
.editorial-copy { align-self: end; }
.editorial-copy p { color: #606060; font-size: 15px; line-height: 1.85; }
.editorial-copy .text-link { margin-top: 15px; }
.editorial-large { grid-column: 1 / -1; margin: 40px 0 0; width: 82%; justify-self: end; }
.editorial-large img { height: 570px; object-fit: cover; }
.editorial-small { margin: -230px 0 0; width: 42%; z-index: 2; border: 18px solid var(--paper); }
.editorial-small img { aspect-ratio: .86 / 1; object-fit: cover; }

.faq-section { background: #f0ede6; }
.faq-heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 10vw; align-items: end; }
.faq-heading h2 { margin: 0; max-width: 790px; font-family: "Montserrat", sans-serif; font-size: clamp(38px, 4.5vw, 66px); line-height: 1.01; letter-spacing: -.055em; font-weight: 500; }
.faq-heading > p { margin: 0 0 6px; color: #666; font-size: 14px; line-height: 1.8; }
.faq-tabs { display: flex; gap: 5px; margin: 58px 0 34px; padding-bottom: 14px; border-bottom: 1px solid rgba(23,24,23,.16); }
.faq-tabs button { min-height: 46px; padding: 0 22px; border: 1px solid transparent; border-radius: var(--button-radius); background: transparent; color: #666; font-family: "Montserrat", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.faq-tabs button:hover { color: var(--ink); }
.faq-tabs button.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 55px; }
.faq-item { border-top: 1px solid rgba(23,24,23,.15); }
.faq-question { width: 100%; min-height: 94px; padding: 19px 2px; border: 0; background: transparent; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 25px; text-align: left; cursor: pointer; }
.faq-question > span { font-family: "Montserrat", sans-serif; font-size: 16px; line-height: 1.45; font-weight: 600; }
.faq-question small { display: block; margin-bottom: 7px; color: #8f8b84; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.faq-question b { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid rgba(23,24,23,.3); border-radius: 50%; color: var(--yellow-deep); font-size: 20px; font-weight: 300; transition: transform .3s ease, background .3s ease; }
.faq-item.is-open .faq-question b { transform: rotate(45deg); background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 54px 28px 2px; color: #606060; font-size: 14px; line-height: 1.8; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }

.location { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 650px; background: var(--ink-soft); color: white; }
.location-image img { height: 100%; object-fit: cover; }
.location-copy { padding: 100px 7vw; display: flex; flex-direction: column; justify-content: center; }
.location-copy p:not(.eyebrow) { color: #b8b8b8; margin: 28px 0 35px; font-size: 15px; }
.location-links { display: flex; flex-direction: column; margin-bottom: 38px; }
.location-links a { display: flex; justify-content: space-between; max-width: 420px; padding: 17px 0; border-bottom: 1px solid #484946; font-family: "Montserrat", sans-serif; font-size: 14px; }
.location-links span { color: var(--yellow); }
.button-yellow { align-self: flex-start; background: var(--yellow); color: var(--ink); }

footer { background: #111210; color: white; padding: 65px 5vw 28px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; }
.footer-brand img { width: 175px; filter: brightness(0) invert(1); }
.footer-brand p { color: #929292; font-size: 13px; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; align-content: start; font-family: "Montserrat", sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.footer-legal { display: flex; flex-direction: column; gap: 13px; align-items: flex-end; color: #929292; font-size: 11px; }
.footer-legal button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.disclaimer { grid-column: 1 / -1; border-top: 1px solid #292a28; padding-top: 22px; color: #858585; font-size: 10px; line-height: 1.65; }

@media (max-width: 1050px) {
  .intro { grid-template-columns: 70px 1fr; }
  .project-card { grid-column: 2; }
  .contact-card { width: 94vw; }
  .form-wrap { padding: 45px 38px; }
  .lifestyle-top { gap: 5vw; }
  .editorial { gap: 35px 6vw; }
}

@media (max-width: 800px) {
  .site-header { height: 76px; padding: 0 22px; grid-template-columns: 1fr auto; }
  .brand { width: 150px; }
  .header-phone { display: none; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 48px; height: 48px; padding: 11px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(0,0,0,.12); }
  .menu-toggle span { display: block; width: 25px; height: 1px; background: white; }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 25px; background: var(--ink); flex-direction: column; align-items: flex-start; gap: 22px; }
  .main-nav.is-open { display: flex; }
  .hero { min-height: 720px; background-position: 53% center; }
  .hero-content { width: 88vw; margin-top: 15px; }
  .hero h1 { font-size: clamp(36px, 11.5vw, 58px); }
  .hero-copy { max-width: 94%; font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-meta { left: 22px; bottom: 25px; }
  .scroll-cue, .side-signature { display: none; }
  .section { padding: 80px 23px; }
  .intro { display: block; }
  .section-number { writing-mode: initial; transform: none; margin-bottom: 38px; }
  .intro-copy h2, .editorial h2, .lifestyle h2, .location h2 { font-size: 40px; }
  .intro-copy > p:not(.eyebrow):not(.lead) { max-width: 100%; }
  .project-card { margin-top: 45px; }
  .project-facts article { min-height: 118px; padding: 17px; }
  .project-facts strong { font-size: 25px; }
  .project-facts .fact-price strong { font-size: 20px; }
  .mosaic { height: 720px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
  .contact-stage { min-height: auto; padding: 80px 0; background-attachment: scroll; }
  .contact-heading { padding: 0 22px; }
  .contact-card { grid-template-columns: 1fr; width: calc(100vw - 32px); }
  .contact-visual { min-height: 420px; }
  .form-wrap { padding: 42px 25px; }
  .form-grid { grid-template-columns: 1fr; gap: 18px; }
  .lifestyle { padding: 85px 23px; }
  .lifestyle-top { grid-template-columns: 1fr; gap: 27px; }
  .feature-layout { grid-template-columns: 1fr; gap: 75px; }
  .feature-image img { aspect-ratio: 1.15 / 1; }
  .play-disc { left: 18px; top: -45px; width: 82px; height: 82px; }
  .image-caption { right: 0; bottom: -38px; }
  .statistics { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 95px; }
  .statistics article { margin: 0; }
  .video-modal { padding: 18px; }
  .video-modal-inner { width: 96vw; }
  .video-close { position: fixed; right: max(14px, env(safe-area-inset-right)); top: max(14px, env(safe-area-inset-top)); }
  .video-modal-caption { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
  .dossier-banner { min-height: 830px; padding-bottom: 160px; }
  .dossier-media { height: 530px; }
  .dossier-media img { object-position: 40% center; }
  .dossier-card { right: 18px; bottom: 35px; top: auto; width: min(400px, calc(100vw - 36px)); }
  .editorial { grid-template-columns: 1fr; }
  .editorial-large { width: 100%; margin-top: 20px; }
  .editorial-large img { height: 360px; }
  .editorial-small { width: 62%; margin: -90px 0 0 -8px; }
  .faq-heading { grid-template-columns: 1fr; gap: 24px; }
  .faq-heading h2 { font-size: 40px; }
  .faq-heading > p { max-width: 540px; }
  .faq-tabs { overflow-x: auto; margin-top: 42px; padding-bottom: 12px; scrollbar-width: none; }
  .faq-tabs::-webkit-scrollbar { display: none; }
  .faq-tabs button { flex: 0 0 auto; }
  .faq-grid { grid-template-columns: 1fr; }
  .location { grid-template-columns: 1fr; }
  .location-image { height: 420px; }
  .location-copy { padding: 80px 23px; }
  footer { grid-template-columns: 1fr; gap: 30px; }
  .footer-legal { align-items: flex-start; }
}

@media (max-width: 440px) {
  .hero { min-height: 680px; }
  .hero h1 { font-size: 37px; }
  .hero h1 span { font-size: .69em; }
  .hero-meta { font-size: 10px; }
  .project-facts strong { font-size: 21px; }
  .mosaic { height: 650px; }
  .contact-heading h2 { font-size: 33px; }
  .contact-visual { min-height: 360px; }
  .visual-brand { left: 25px; right: 25px; bottom: 25px; }
  .visual-brand p { margin-bottom: 20px; }
  .choice-row { gap: 4px; }
  .statistics strong { font-size: 21px; }
  .dossier-card { min-height: 500px; padding: 34px 30px; }
  .dossier-card h2 { font-size: 27px; }
  .faq-question { min-height: 86px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Presentación de la promoción: estructura solicitada */
.promotion-overview {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: 112px 30px;
  background: linear-gradient(135deg, #fbfaf6 0%, #f3f0e8 100%);
}
.promotion-overview::after {
  content: "BAHÍA BLANCA";
  position: absolute;
  z-index: -1;
  right: -2.5vw;
  bottom: -2.5vw;
  color: rgba(23,24,23,.028);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(100px, 15vw, 230px);
  font-weight: 700;
  line-height: .7;
  letter-spacing: -.085em;
}
.promotion-overview-inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  gap: clamp(48px, 6vw, 82px);
  align-items: center;
}
.promotion-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.promotion-eyebrow::before { content: ""; display: block; width: 46px; height: 2px; background: var(--yellow-deep); }
.promotion-copy h2 {
  max-width: 720px;
  margin: 0 0 28px;
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 650;
  line-height: .98;
  letter-spacing: -.055em;
}
.promotion-lead { max-width: 760px; margin: 0 0 23px; color: #242522; font-size: 22px; font-weight: 500; line-height: 1.48; }
.promotion-copy > p:not(.promotion-eyebrow):not(.promotion-lead) { max-width: 800px; margin: 0; color: #5f605d; font-size: 17px; line-height: 1.85; }
.promotion-copy > p strong { color: var(--ink); }
.promotion-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.promotion-badges span { display: inline-flex; align-items: center; min-height: 42px; padding: 10px 16px; border: 1px solid rgba(23,24,23,.09); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--ink); font-size: 13px; font-weight: 600; }
.promotion-data-card { position: relative; overflow: hidden; padding: 31px; border: 1px solid rgba(23,24,23,.09); border-radius: 30px; background: rgba(255,255,255,.9); box-shadow: 0 30px 85px rgba(43,40,31,.11); backdrop-filter: blur(12px); }
.promotion-data-card::before { content: ""; position: absolute; width: 230px; height: 230px; right: -92px; top: -95px; border-radius: 50%; background: rgba(124,201,223,.18); pointer-events: none; }
.promotion-card-header { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 7px; margin-bottom: 23px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.promotion-card-header span { font-family: "Montserrat", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.promotion-card-header strong { font-family: "Montserrat", sans-serif; font-size: 28px; line-height: 1.15; }
.promotion-data-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.promotion-data-box { min-height: 168px; padding: 22px; border: 1px solid rgba(23,24,23,.055); border-radius: 20px; background: #f4f2ec; display: flex; flex-direction: column; align-items: flex-start; gap: 9px; transition: transform .25s ease, background .25s ease; }
.promotion-data-box:hover { transform: translateY(-4px); background: #eeebe3; }
.promotion-data-box-highlight { background: #d9f0f3; }
.promotion-data-box-highlight:hover { background: #c6e9ed; }
.promotion-data-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 3px; border-radius: 50%; background: #fff; color: var(--ink); box-shadow: 0 7px 20px rgba(23,24,23,.06); }
.promotion-data-icon svg { width: 22px; height: 22px; }
.promotion-data-label { color: #797771; font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.promotion-data-box strong { color: var(--ink); font-size: 16px; font-weight: 600; line-height: 1.4; }
.promotion-phone-card { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; width: 100%; min-height: 100px; margin-top: 16px; padding: 20px 24px; border-radius: 22px; background: var(--ink); color: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.promotion-phone-card:hover { transform: translateY(-4px); box-shadow: 0 22px 45px rgba(23,24,23,.22); }
.promotion-phone-icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,.12); }
.promotion-phone-icon svg { width: 26px; height: 26px; }
.promotion-phone-copy { display: flex; flex-direction: column; gap: 2px; }
.promotion-phone-copy small { color: rgba(255,255,255,.7); font-size: 14px; }
.promotion-phone-copy strong { color: #fff; font-family: "Montserrat", sans-serif; font-size: clamp(25px, 2.2vw, 34px); line-height: 1.12; letter-spacing: -.03em; }
.promotion-phone-card > b { color: var(--yellow); font-size: 23px; }

/* Formulario comercial basado en la estructura proporcionada */
.miraluz-form-section { position: relative; padding: 120px 30px; background: #171817; }
.miraluz-form-section::before { content: "BAHÍA BLANCA"; position: absolute; left: 2vw; bottom: 20px; color: rgba(255,255,255,.025); font-family: "Montserrat", sans-serif; font-size: clamp(80px, 16vw, 230px); font-weight: 700; line-height: .7; letter-spacing: -.08em; }
.miraluz-form-shell { position: relative; z-index: 1; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; width: min(1220px, 100%); margin: 0 auto; border-radius: 32px; background: #fff; color: var(--ink); box-shadow: 0 45px 110px rgba(0,0,0,.38); }
.miraluz-form-visual { position: relative; min-height: 1040px; padding: 54px 50px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: linear-gradient(180deg, rgba(10,11,10,.28), rgba(10,11,10,.75)), url('https://obranueva.grupoq.net/wp-content/uploads/2024/11/LUAFIX_GRUPOQ_BAHIA-BLANCA-2_2000.jpg') center / cover no-repeat; }
.miraluz-form-brand img { width: 205px; filter: brightness(0) invert(1); }
.miraluz-form-visual-copy { margin-top: auto; margin-bottom: 60px; }
.miraluz-form-visual-copy > p { margin: 0 0 13px; color: rgba(255,255,255,.75); font-family: "Montserrat", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.miraluz-form-visual-copy h2 { margin: 0 0 22px; color: #fff; font-family: "Montserrat", sans-serif; font-size: clamp(42px, 4.4vw, 62px); font-weight: 400; line-height: .98; letter-spacing: -.055em; }
.miraluz-form-visual-copy h2 strong { font-weight: 700; }
.miraluz-form-visual-copy > span { display: block; max-width: 430px; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.75; }
.miraluz-form-price { display: flex; flex-direction: column; gap: 3px; }
.miraluz-form-price small { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.miraluz-form-price strong { color: #fff; font-family: "Montserrat", sans-serif; font-size: 30px; line-height: 1.2; }
.miraluz-form-price strong span { font-size: .55em; font-weight: 500; }
.miraluz-form-panel { padding: 58px 56px 52px; background: #fff; }
.miraluz-form-heading { margin-bottom: 40px; }
.miraluz-form-heading > span { display: block; width: 46px; height: 3px; margin-bottom: 20px; border-radius: 3px; background: var(--yellow-deep); }
.miraluz-form-heading h2 { max-width: 590px; margin: 0 0 12px; font-family: "Montserrat", sans-serif; font-size: clamp(28px, 3vw, 37px); font-weight: 650; line-height: 1.12; letter-spacing: -.04em; }
.miraluz-form-heading p { margin: 0; color: #686966; font-size: 15px; line-height: 1.7; }
#lead-form label, #lead-form legend, .miraluz-budget label { color: var(--ink); font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.miraluz-fields-two { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 22px; }
.miraluz-field { display: block; margin-bottom: 22px; }
.miraluz-field > span { color: #92938f; font-weight: 500; }
#lead-form input:not([type="radio"]):not([type="checkbox"]):not([type="range"]), #lead-form select { display: block; width: 100%; height: 52px; padding: 0 2px; border: 0; border-bottom: 1px solid #d0d0cb; border-radius: 0; outline: none; background: transparent; color: var(--ink); font-size: 16px; transition: border-color .2s ease; }
#lead-form textarea { display: block; width: 100%; min-height: 118px; margin-top: 11px; padding: 16px; border: 1px solid #d4d4cf; border-radius: 16px; outline: none; background: #fbfaf7; color: var(--ink); font-size: 15px; line-height: 1.6; resize: vertical; transition: border-color .2s ease, box-shadow .2s ease; }
#lead-form input:focus, #lead-form select:focus, #lead-form textarea:focus { border-color: var(--yellow-deep); box-shadow: 0 1px 0 var(--yellow-deep); }
#lead-form textarea:focus { box-shadow: 0 0 0 3px rgba(60,166,154,.14); }
.miraluz-room-fieldset { margin: 30px 0; padding: 0; border: 0; }
.miraluz-room-fieldset legend { margin-bottom: 14px; }
.miraluz-room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.miraluz-room-grid label { cursor: pointer; }
.miraluz-room-grid input { position: absolute; opacity: 0; pointer-events: none; }
.miraluz-room-grid label > span { display: flex; min-height: 92px; padding: 15px 8px; border: 1px solid #d7d7d2; border-radius: 18px; background: #fff; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease; }
.miraluz-room-grid label:hover > span { transform: translateY(-2px); border-color: #a9aaa5; }
.miraluz-room-grid b { font-family: "Montserrat", sans-serif; font-size: 30px; line-height: 1; }
.miraluz-room-grid small { margin-top: 8px; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.miraluz-room-grid input:checked + span { border-color: var(--ink); background: var(--ink); color: #fff; box-shadow: 0 12px 25px rgba(23,24,23,.15); }
.miraluz-room-grid input:focus-visible + span { outline: 3px solid var(--yellow); outline-offset: 3px; }
.miraluz-budget { margin: 29px 0 27px; }
.miraluz-budget > div { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 16px; }
.miraluz-budget output { font-family: "Montserrat", sans-serif; font-size: 25px; font-weight: 650; letter-spacing: -.03em; }
#priceRange { appearance: none; width: 100%; height: 5px; border-radius: 999px; outline: none; background: linear-gradient(90deg, var(--yellow-deep) 0 21.875%, #ddd 21.875% 100%); cursor: pointer; }
#priceRange::-webkit-slider-thumb { appearance: none; width: 22px; height: 22px; border: 4px solid #fff; border-radius: 50%; background: var(--ink); box-shadow: 0 2px 10px rgba(0,0,0,.24); }
#priceRange::-moz-range-thumb { width: 16px; height: 16px; border: 4px solid #fff; border-radius: 50%; background: var(--ink); box-shadow: 0 2px 10px rgba(0,0,0,.24); }
.miraluz-budget > p { display: flex; justify-content: space-between; margin: 9px 0 0; color: #93948f; font-size: 12px; }
.miraluz-consents { display: grid; gap: 14px; margin: 28px 0; }
.miraluz-consents label { display: flex !important; align-items: flex-start; gap: 12px; color: #686966 !important; font-size: 13px !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.6; text-transform: none !important; }
.miraluz-consents input { flex: 0 0 19px; width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--ink); }
.miraluz-consents button { padding: 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: inherit; font-weight: 650; cursor: pointer; }
.miraluz-submit { display: flex; align-items: center; justify-content: center; gap: 28px; width: 100%; min-height: 64px; padding: 0 32px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font-family: "Montserrat", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.miraluz-submit:hover { transform: translateY(-2px); background: #000; box-shadow: 0 15px 35px rgba(23,24,23,.2); }
.miraluz-submit span { color: var(--yellow); font-size: 19px; }
.miraluz-submit:disabled { cursor: wait; opacity: .58; transform: none; }
.miraluz-secure { margin: 17px 0 0; color: #8a8b86; text-align: center; font-size: 12px; }
.miraluz-success { position: absolute; z-index: 4; inset: 0; min-height: 700px; padding: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fff; text-align: center; }
.miraluz-success[hidden] { display: none; }
.miraluz-success > span { display: grid; place-items: center; width: 82px; height: 82px; margin-bottom: 28px; border: 2px solid var(--ink); border-radius: 50%; color: var(--yellow-deep); font-size: 34px; }
.miraluz-success > p:first-of-type { margin: 0 0 12px; font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.miraluz-success h3 { margin: 0 0 18px; font-family: "Montserrat", sans-serif; font-size: 39px; letter-spacing: -.04em; }
.miraluz-success > p:last-of-type { max-width: 480px; margin: 0; color: #676864; font-size: 16px; line-height: 1.75; }
.miraluz-success button { min-height: 58px; margin-top: 32px; padding: 0 32px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }

.legal-modal { position: fixed; z-index: 2000; inset: 0; overflow-y: auto; padding: 28px; background: rgba(9,10,9,.84); backdrop-filter: blur(12px); }
.legal-modal[hidden] { display: none; }
.legal-modal-panel { position: relative; width: min(820px, 100%); margin: 35px auto; padding: 56px; border-radius: 28px; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.42); }
.legal-modal-close { position: absolute; right: 18px; top: 18px; display: grid; place-items: center; width: 50px; height: 50px; padding: 0 0 4px; border: 0; border-radius: 50%; background: var(--ink); color: #fff; font-size: 31px; cursor: pointer; }
.legal-modal-panel > h2 { max-width: 650px; margin: 0 60px 32px 0; font-family: "Montserrat", sans-serif; font-size: 32px; line-height: 1.12; letter-spacing: -.04em; }
.legal-modal-content { color: #444541; font-size: 15px; line-height: 1.8; }
.legal-modal-content h3 { margin: 29px 0 9px; color: var(--ink); font-family: "Montserrat", sans-serif; font-size: 17px; }
.legal-modal-content p { margin: 0 0 15px; }

@media (max-width: 1040px) {
  .promotion-overview-inner { grid-template-columns: 1fr; }
  .promotion-data-card { width: min(760px, 100%); }
  .miraluz-form-shell { grid-template-columns: .78fr 1.22fr; }
  .miraluz-form-panel { padding: 52px 38px 46px; }
}

@media (max-width: 820px) {
  .promotion-overview { padding: 82px 23px; }
  .promotion-copy h2 { font-size: 48px; }
  .promotion-lead { font-size: 20px; }
  .promotion-data-card { padding: 24px; border-radius: 25px; }
  .miraluz-form-section { padding: 82px 16px; }
  .miraluz-form-shell { grid-template-columns: 1fr; border-radius: 25px; }
  .miraluz-form-visual { min-height: 470px; padding: 38px 30px; }
  .miraluz-form-visual-copy { margin-bottom: 38px; }
  .miraluz-form-brand img { width: 180px; }
  .miraluz-form-panel { padding: 48px 30px 42px; }
  .legal-modal { padding: 14px; }
  .legal-modal-panel { margin: 20px auto; padding: 48px 28px 35px; border-radius: 22px; }
  .legal-modal-panel > h2 { margin-right: 50px; font-size: 27px; }
}

@media (max-width: 520px) {
  .promotion-overview { padding: 72px 18px; }
  .promotion-copy h2 { font-size: 43px; }
  .promotion-lead { font-size: 18px; }
  .promotion-copy > p:not(.promotion-eyebrow):not(.promotion-lead) { font-size: 16px; }
  .promotion-data-card { padding: 20px; }
  .promotion-card-header strong { font-size: 25px; }
  .promotion-data-grid { grid-template-columns: 1fr; }
  .promotion-data-box { min-height: 145px; }
  .promotion-phone-card { grid-template-columns: auto 1fr; gap: 13px; padding: 17px; }
  .promotion-phone-card > b { display: none; }
  .promotion-phone-icon { width: 50px; height: 50px; }
  .promotion-phone-copy small { font-size: 12px; }
  .promotion-phone-copy strong { font-size: 24px; }
  .miraluz-form-section { padding: 65px 10px; }
  .miraluz-form-visual { min-height: 420px; padding: 30px 24px; }
  .miraluz-form-visual-copy h2 { font-size: 44px; }
  .miraluz-form-visual-copy > span { font-size: 15px; }
  .miraluz-form-panel { padding: 40px 22px 36px; }
  .miraluz-fields-two { grid-template-columns: 1fr; gap: 20px; }
  .miraluz-room-grid { gap: 7px; }
  .miraluz-room-grid label > span { min-height: 84px; padding: 12px 4px; border-radius: 15px; }
  .miraluz-room-grid small { font-size: 8px; letter-spacing: .06em; }
  .miraluz-budget output { font-size: 22px; }
  .miraluz-submit { min-height: 62px; padding: 0 20px; font-size: 12px; }
  .miraluz-success { padding: 35px 24px; }
  .miraluz-success h3 { font-size: 32px; }
  .legal-modal-close { width: 44px; height: 44px; }
  .legal-modal-panel { padding: 48px 22px 30px; }
  .legal-modal-content { font-size: 14px; }
}
