.elementor-858 .elementor-element.elementor-element-5c7dbdf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-858 .elementor-element.elementor-element-5c7dbdf.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-858 .elementor-element.elementor-element-5c7dbdf{--width:60.464%;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=DM+Sans:wght@400;500;600&display=swap');

:root {
  --gold: #c8903a;
  --gold-lt: #f0d080;
  --dark: #14100a;
  --cream: #f9f7f4;
  --warm: #f2ebe0;
  --text: #1a1612;
  --muted: #7a6d5c;
  --green: #2a5e42;
  --green-lt: #e6f2ec;
  --red: #b03020;
  --red-lt: #fbecea;
  --radius: 14px;
  --shadow: 0 6px 32px rgba(0,0,0,.10);
}

body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--text); }

/* TICKER */
.iv-ticker-wrap { background: var(--dark); overflow: hidden; height: 36px; display: flex; align-items: center; }
.iv-ticker { display: flex; white-space: nowrap; animation: iv-tick 30s linear infinite; gap: 80px; font-size: .78rem; letter-spacing: .05em; color: rgba(255,255,255,.8); }
.iv-ticker .gold { color: var(--gold-lt); font-weight: 600; }
@keyframes iv-tick { from { transform: translateX(0) } to { transform: translateX(-50%) } }

/* EYEBROW BADGE */
.iv-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(200,144,58,.15); border: 1px solid rgba(200,144,58,.4); color: var(--gold-lt); font-size: .78rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; padding: 6px 18px; border-radius: 999px; margin-bottom: 16px; }

/* STEP LABEL */
.iv-step { display: inline-block; background: var(--gold); color: #fff; font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; margin-bottom: 14px; }
.iv-step-dark { background: var(--dark); }

/* TRUST BADGES */
.iv-badges { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 12px; }
.iv-badge { display: inline-flex; align-items: center; gap: 5px; font-size: .8rem; color: rgba(255,255,255,.65); }
.iv-badge::before { content: '✓'; color: var(--gold-lt); font-weight: 700; }

/* VIDEO WRAPPER */
.iv-video-wrap { max-width: 720px; margin: 0 auto; border-radius: var(--radius); overflow: hidden; box-shadow: 0 0 0 3px rgba(200,144,58,.4), var(--shadow); background: #000; aspect-ratio: 16/9; position: relative; }
.iv-video-wrap video { width: 100%; height: 100%; object-fit: cover; }
.iv-video-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.5); cursor: pointer; }
.iv-play-btn { width: 76px; height: 76px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 12px rgba(200,144,58,.22); font-size: 1.9rem; color: #fff; }

/* COUNTDOWN */
.iv-countdown { display: inline-block; background: var(--dark); color: #fff; font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 700; padding: 10px 36px; border-radius: var(--radius); letter-spacing: .08em; margin-bottom: 24px; }

/* STATS */
.iv-stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 720px; margin: 0 auto; text-align: center; }
.iv-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 700; color: var(--gold-lt); line-height: 1; }
.iv-stat-label { font-size: .78rem; color: rgba(255,255,255,.6); margin-top: 6px; text-transform: uppercase; letter-spacing: .04em; }

/* BEFORE/AFTER GRID */
.iv-ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 860px; margin: 0 auto 40px; }
.iv-ba-card { border-radius: var(--radius); overflow: hidden; background: #1a1510; }
.iv-ba-img { aspect-ratio: 4/3; background: #2a2018; display: flex; align-items: center; justify-content: center; position: relative; color: rgba(255,255,255,.3); font-size: .82rem; text-align: center; flex-direction: column; gap: 10px; }
.iv-ba-label { position: absolute; top: 12px; left: 12px; padding: 5px 12px; border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.iv-ba-label.antes { background: var(--red); color: #fff; }
.iv-ba-label.despues { background: var(--green); color: #fff; }
.iv-ba-footer { padding: 14px 16px; }
.iv-ba-footer strong { font-size: .92rem; color: #fff; display: block; margin-bottom: 4px; }
.iv-ba-footer span { font-size: .82rem; color: rgba(255,255,255,.5); }

/* RESULT BANNER */
.iv-result-banner { background: rgba(200,144,58,.12); border: 1px solid rgba(200,144,58,.3); border-radius: var(--radius); padding: 24px 28px; max-width: 640px; margin: 0 auto; text-align: center; }
.iv-result-banner .big { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 700; color: var(--gold-lt); margin-bottom: 8px; }
.iv-result-banner p { color: rgba(255,255,255,.7); font-size: .9rem; }

/* PILAR CARDS */
.iv-pilares-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 900px; margin: 0 auto; }
.iv-pilar-card { background: #fff; border: 1px solid #e8e0d4; border-radius: var(--radius); padding: 30px 24px; box-shadow: var(--shadow); border-top: 4px solid var(--gold); transition: transform .25s, box-shadow .25s; }
.iv-pilar-card:hover { transform: translateY(-4px); box-shadow: 0 14px 42px rgba(0,0,0,.12); }
.iv-pilar-num { font-size: .78rem; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; }
.iv-pilar-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; line-height: 1.3; }
.iv-pilar-card p { font-size: .88rem; color: var(--muted); line-height: 1.65; }

/* LIE CARDS */
.iv-lies-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 28px; }
.iv-lie-card { background: var(--red-lt); border: 1px solid #f0c8c0; border-radius: var(--radius); padding: 24px 22px; }
.iv-lie-tag { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.iv-lie-card h3 { font-size: .97rem; font-weight: 700; margin-bottom: 8px; }
.iv-lie-card p { font-size: .88rem; color: var(--muted); line-height: 1.6; }
.iv-truth-box { background: var(--green-lt); border: 1px solid #b5d9c8; border-radius: var(--radius); padding: 24px 28px; }
.iv-truth-tag { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--green); margin-bottom: 10px; }
.iv-truth-box p { font-size: .95rem; color: var(--text); line-height: 1.7; }
.iv-truth-box strong { color: var(--green); }

/* PROYECTOS */
.iv-proyectos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.iv-proyecto-card { background: var(--cream); border: 1px solid #e8e0d4; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .25s; }
.iv-proyecto-card:hover { transform: translateY(-3px); }
.iv-proyecto-img { aspect-ratio: 4/3; background: var(--warm); display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: .82rem; text-align: center; position: relative; }
.iv-vendido-badge { position: absolute; top: 12px; right: 12px; background: var(--green); color: #fff; font-size: .72rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
.iv-proyecto-body { padding: 18px 20px; }
.iv-proyecto-dias { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 700; color: var(--gold); }
.iv-proyecto-dias span { font-size: .78rem; color: var(--muted); font-family: 'DM Sans', sans-serif; font-weight: 400; margin-left: 4px; }
.iv-proyecto-desc { font-size: .88rem; color: var(--muted); margin-top: 8px; line-height: 1.55; }
.iv-proyecto-inv { font-size: .8rem; font-weight: 600; color: var(--green); margin-top: 10px; }

/* TESTIMONIOS */
.iv-testimonios-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 900px; margin: 0 auto; }
.iv-testimonio-card { background: #fff; border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow); border-left: 4px solid var(--gold); }
.iv-testimonio-stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 12px; }
.iv-testimonio-quote { font-size: .9rem; font-style: italic; color: var(--text); margin-bottom: 16px; line-height: 1.6; }
.iv-testimonio-author { font-weight: 700; font-size: .88rem; }
.iv-testimonio-role { font-size: .78rem; color: var(--gold); font-weight: 600; margin-top: 3px; }

/* FIT GRID */
.iv-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 820px; margin: 0 auto; }
.iv-fit-card { border-radius: var(--radius); padding: 28px 22px; }
.iv-fit-card.yes { background: var(--green-lt); border: 1px solid #b5d9c8; }
.iv-fit-card.no { background: var(--red-lt); border: 1px solid #f0c8c0; }
.iv-fit-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.iv-fit-card.yes h3::before { content: '✓'; color: var(--green); }
.iv-fit-card.no h3::before { content: '✗'; color: var(--red); }
.iv-fit-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.iv-fit-list li { font-size: .88rem; display: flex; gap: 8px; align-items: flex-start; line-height: 1.55; }
.iv-fit-list li::before { content: '·'; font-weight: 900; font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.iv-fit-card.yes .iv-fit-list li::before { color: var(--green); }
.iv-fit-card.no .iv-fit-list li::before { color: var(--red); }

/* MODAL */
.iv-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.65); z-index: 9999; display: none; align-items: center; justify-content: center; padding: 20px; }
.iv-modal-overlay.active { display: flex; }
.iv-modal-box { background: #fff; border-radius: var(--radius); max-width: 440px; width: 100%; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.3); position: relative; }
.iv-modal-header { background: var(--dark); color: #fff; padding: 22px 24px; text-align: center; }
.iv-modal-header h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; margin-bottom: 4px; }
.iv-modal-progress { height: 4px; background: rgba(255,255,255,.15); }
.iv-modal-bar { height: 4px; background: var(--gold); transition: width .4s; }
.iv-modal-body { padding: 28px 24px; }
.iv-modal-step { display: none; }
.iv-modal-step.active { display: block; }
.iv-modal-body label { display: block; font-size: .85rem; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.iv-modal-body input { width: 100%; padding: 13px 16px; border: 1.5px solid #ddd; border-radius: 10px; font-size: .95rem; font-family: inherit; outline: none; }
.iv-modal-btn { width: 100%; margin-top: 16px; padding: 15px; background: var(--gold); color: #fff; border-radius: 999px; font-size: 1rem; font-weight: 700; cursor: pointer; border: none; font-family: inherit; }
.iv-modal-back { font-size: .82rem; color: var(--muted); background: none; border: none; cursor: pointer; margin-top: 12px; display: block; width: 100%; text-align: center; }
.iv-modal-close { position: absolute; top: 10px; right: 14px; font-size: 1.3rem; color: rgba(255,255,255,.5); cursor: pointer; background: none; border: none; line-height: 1; z-index: 2; }
.iv-phone-row { display: flex; gap: 8px; }
.iv-phone-row select { padding: 13px 10px; border: 1.5px solid #ddd; border-radius: 10px; font-size: .88rem; font-family: inherit; background: #fff; }
.iv-phone-row input { flex: 1; }

/* BIO */
.iv-bio-inner { max-width: 760px; margin: 0 auto; display: grid; grid-template-columns: 200px 1fr; gap: 40px; align-items: start; }
.iv-bio-photo { border-radius: var(--radius); overflow: hidden; background: var(--warm); aspect-ratio: 3/4; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: .82rem; text-align: center; padding: 20px; border: 1px solid #e0d8cc; }
.iv-bio-content h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.4rem,3vw,2rem); margin-bottom: 14px; }
.iv-bio-content p { font-size: .93rem; line-height: 1.75; margin-bottom: 14px; }

/* GARANTIA FOOTER */
.iv-cta-footnote { font-size: .88rem; color: rgba(255,255,255,.45); margin-top: 18px; font-style: italic; }
.iv-garantia-note { font-size: .78rem; color: rgba(255,255,255,.3); margin-top: 22px; }

/* ACCORDION CUSTOM */
.iv-faq .elementor-tab-title { font-weight: 600; font-size: .95rem; border-bottom: 1px solid #e8e0d4; }
.iv-faq .elementor-tab-content { font-size: .9rem; color: var(--muted); line-height: 1.65; }

/* RESPONSIVE */
@media(max-width: 768px) {
  .iv-pilares-grid, .iv-proyectos-grid, .iv-testimonios-grid { grid-template-columns: 1fr; }
  .iv-ba-grid, .iv-lies-grid, .iv-fit-grid { grid-template-columns: 1fr; }
  .iv-stats-grid { grid-template-columns: 1fr 1fr; }
  .iv-bio-inner { grid-template-columns: 1fr; }
}

@keyframes iv-pulse { 0%,100%{box-shadow:0 4px 20px rgba(200,144,58,.4)} 50%{box-shadow:0 4px 42px rgba(200,144,58,.75)} }/* End custom CSS */