/* Yates Mexico Marketplace v1.6.0 — titulos Fraunces (caja de oracion), texto Gabarito, datos JetBrains Mono, navy/crema/ambar.
   Todo va bajo .ymx para no pelear con el tema. CSS en ASCII. */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..700;1,9..144,300..700&family=Gabarito:wght@400..800&family=JetBrains+Mono:wght@400;500&display=swap');

.ymx, .ymx-stickybar, .ymx-lightbox, .ymx-archive {
  --navy: #0c1a26; --navy-2: #152637; --navy-3: #1d3349;
  --cream: #f5f1e8; --paper: #f8f5ee; --cream-2: #efeae0;
  --amber: #e8ab36; --amber-soft: #f3c459; --amber-deep: #c8902a;
  --ink: #152637; --ink-2: #5a6b7a; --ink-3: #8b97a3;
  --line: rgba(21,38,55,.12); --line-soft: rgba(21,38,55,.08);
  --wa: #25D366;
  --shadow: 0 14px 36px -22px rgba(21,38,55,.18);
  --ease: cubic-bezier(.16,1,.3,1);
}
.ymx, .ymx * { box-sizing: border-box; }
.ymx { font-family: 'Gabarito', system-ui, sans-serif; color: var(--ink); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.ymx img { max-width: 100%; height: auto; display: block; }
.ymx a { color: inherit; text-decoration: none; }
.ymx [hidden], .ymx-stickybar [hidden] { display: none !important; }
.ymx-mono { font-family: 'JetBrains Mono', ui-monospace, monospace; font-variant-numeric: tabular-nums; }
.ymx-wrap { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4.5vw, 56px); }
.ymx-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Plantilla propia de las paginas del marketplace: ancho completo, 0 padding, sin titulo */
.ymx-fullpage { width: 100%; max-width: none; margin: 0; padding: 0; }
.ymx-fullpage > .ymx-bleed { width: 100% !important; max-width: none !important; margin: 0 !important; }
.ymx-fullpage > .ymx-bleed:not(.ymx-bleed--full) { padding: 0 clamp(20px, 4.5vw, 56px) !important; }
body.ymx-page .elementor-page-title, body.ymx-page .entry-title, body.ymx-page .page-title, body.ymx-page .ast-single-post-featured-section, body.ymx-page .page-header { display: none; }
body.ymx-page .site-content, body.ymx-page .content-area, body.ymx-page .ast-container, body.ymx-page .entry-content, body.ymx-page .elementor-section-boxed > .elementor-container { max-width: none; padding-left: 0; padding-right: 0; }

/* Sale del contenedor estrecho del tema: ancho completo, contenido centrado */
.ymx-bleed { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: 0 clamp(20px, 4.5vw, 56px); box-sizing: border-box; max-width: none; }
.ymx-bleed--full { padding: 0; }

/* Tipografia */
.ymx-h1, .ymx-h2, .ymx-single__title, .ymx-prev h2, .ymx-drow h3, .ymx-mhero__title { font-family: 'Fraunces', Georgia, serif; font-weight: 500; letter-spacing: -.03em; margin: 0; color: var(--navy); line-height: 1.02; text-transform: none; }
.ymx-h1 { font-size: clamp(34px, 4.4vw, 54px); margin: 12px 0 10px; }
.ymx-h2 { font-size: clamp(30px, 3.6vw, 50px); margin: 10px 0 0; }
.ymx-h1 em, .ymx-h2 em, .ymx-mhero__title em { font-style: normal; font-weight: 500; color: var(--amber-deep); }
.ymx-kicker { display: inline-flex; align-items: center; gap: 12px; font-size: 10.5px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-2); }
.ymx-kicker::before { content: ""; width: 26px; height: 2px; background: var(--amber); }
.ymx-kicker--light { color: var(--amber); }
.ymx-lead { font-size: 17.5px; line-height: 1.6; color: var(--ink-2); max-width: 620px; margin: 0 0 30px; }
.ymx-help { font-size: 13px; color: var(--ink-2); line-height: 1.5; }
.ymx-help a, .ymx-link { color: var(--ink); border-bottom: 1.5px solid var(--amber); padding-bottom: 1px; background: none; border-top: 0; border-left: 0; border-right: 0; cursor: pointer; font-family: inherit; }
.ymx-link { font-weight: 700; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.ymx-help--center { text-align: center; }
.ymx-count { font-size: 13px; color: var(--ink-2); margin: 0; }
.ymx-empty { padding: 40px 0; color: var(--ink-2); grid-column: 1/-1; }

/* Botones — pill, Gabarito 700 */
.ymx-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 26px; border-radius: 999px; font-family: 'Gabarito', sans-serif; font-weight: 700; font-size: 14.5px; letter-spacing: .01em; border: 1.5px solid var(--navy-2); background: var(--navy-2); color: var(--paper); cursor: pointer; white-space: nowrap; line-height: 1; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s; text-decoration: none; }
.ymx-btn:hover { transform: translateY(-1px); }
.ymx-btn svg { width: 16px; height: 16px; flex: none; }
.ymx-btn--primary { background: linear-gradient(180deg, var(--amber-soft), var(--amber)); border-color: var(--amber); color: var(--navy); box-shadow: 0 14px 30px -18px rgba(232,171,54,.55); }
.ymx-btn--ghost { background: transparent; color: var(--ink); }
.ymx-btn--ghost:hover { background: rgba(21,38,55,.05); }
.ymx-btn--ghost-light { background: rgba(248,245,238,.06); color: var(--paper); border-color: rgba(248,245,238,.5); backdrop-filter: blur(6px); }
.ymx-btn--wa { background: linear-gradient(180deg, #2eda6e, #20b85a); border-color: var(--wa); color: #fff; }
.ymx-btn--sm { min-height: 42px; padding: 0 18px; font-size: 13px; }
.ymx-btn--lg { min-height: 56px; padding: 0 32px; font-size: 15.5px; }
.ymx-btn[disabled] { opacity: .5; cursor: default; transform: none; }
:root .ymx a.ymx-btn, :root .ymx a.ymx-btn:hover, :root .ymx-stickybar a.ymx-btn, :root .ymx-stickybar a.ymx-btn:hover { text-decoration: none; }
/* Colores institucionales SIEMPRE: los temas (Elementor kit, Astra...) pintan button/input[type=submit] con su acento. */
:root .ymx button.ymx-btn, :root .ymx a.ymx-btn, :root .ymx-stickybar a.ymx-btn, :root .ymx button.ymx-btn:hover, :root .ymx a.ymx-btn:hover, :root .ymx button.ymx-btn:focus { background: var(--navy-2) !important; background-image: none !important; border: 1.5px solid var(--navy-2) !important; color: var(--paper) !important; border-radius: 999px !important; text-transform: none !important; letter-spacing: .01em !important; font-family: 'Gabarito', sans-serif !important; font-weight: 700 !important; box-shadow: none; }
:root .ymx button.ymx-btn--primary, :root .ymx a.ymx-btn--primary, :root .ymx-stickybar a.ymx-btn--primary, :root .ymx button.ymx-btn--primary:hover, :root .ymx a.ymx-btn--primary:hover, :root .ymx button.ymx-btn--primary:focus { background: var(--amber) !important; background-image: linear-gradient(180deg, var(--amber-soft), var(--amber)) !important; border-color: var(--amber) !important; color: var(--navy) !important; box-shadow: 0 14px 30px -18px rgba(232,171,54,.55); }
:root .ymx button.ymx-btn--ghost, :root .ymx a.ymx-btn--ghost, :root .ymx button.ymx-btn--ghost:hover, :root .ymx a.ymx-btn--ghost:hover, :root .ymx button.ymx-btn--ghost:focus { background: transparent !important; background-image: none !important; color: var(--ink) !important; border-color: var(--navy-2) !important; }
:root .ymx button.ymx-btn--ghost:hover, :root .ymx a.ymx-btn--ghost:hover { background: rgba(21,38,55,.05) !important; }
:root .ymx a.ymx-btn--ghost-light, :root .ymx a.ymx-btn--ghost-light:hover { background: rgba(248,245,238,.06) !important; background-image: none !important; color: var(--paper) !important; border-color: rgba(248,245,238,.5) !important; }
:root .ymx a.ymx-btn--wa, :root .ymx-stickybar a.ymx-btn--wa, :root .ymx a.ymx-btn--wa:hover, :root .ymx-stickybar a.ymx-btn--wa:hover { background: #20b85a !important; background-image: linear-gradient(180deg, #2eda6e, #20b85a) !important; border-color: var(--wa) !important; color: #fff !important; }
:root .ymx button.ymx-link, :root .ymx button.ymx-link:hover, :root .ymx button.ymx-link:focus { background: transparent !important; border: 0 !important; color: var(--navy) !important; padding: 0 !important; box-shadow: none !important; }
:root .ymx a.ymx-btn, :root .ymx-stickybar a.ymx-btn { color: var(--paper); }
:root .ymx a.ymx-btn--primary, :root .ymx-stickybar a.ymx-btn--primary { color: var(--navy); }
:root .ymx a.ymx-btn--ghost { color: var(--ink); }
:root .ymx a.ymx-btn--ghost-light { color: var(--paper); }
:root .ymx a.ymx-btn--wa, :root .ymx-stickybar a.ymx-btn--wa { color: #fff; }

/* Avisos */
.ymx-notice { padding: 14px 18px; border-radius: 12px; margin: 0 0 20px; background: var(--cream-2); border-left: 4px solid var(--navy-2); font-size: 14.5px; }
.ymx-notice--ok { border-color: var(--amber); }
.ymx-notice--error { border-color: #b33a3a; background: #f7e9e6; }
.ymx-notice--warn { border-color: var(--amber-deep); }
.ymx-notice a { border-bottom: 1px solid var(--amber); }

/* ===== Hero del marketplace (referencia: hero de bolsa de trabajo) ===== */
.ymx-mhero { position: relative; background: var(--navy); color: var(--paper); overflow: hidden; min-height: 480px; display: flex; align-items: flex-end; margin: 0 0 48px; }
.ymx-mhero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .92; }
.ymx-mhero__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,26,38,.25) 0%, rgba(12,26,38,.62) 50%, rgba(12,26,38,.94) 100%); }
.ymx-mhero__inner { position: relative; width: 100%; max-width: 1320px; margin: 0 auto; padding: 110px clamp(20px, 4.5vw, 56px) 44px; display: flex; flex-direction: column; gap: 22px; }
.ymx-mhero__title { font-family: 'Fraunces', Georgia, serif; font-weight: 600; font-size: clamp(42px, 6.4vw, 92px); line-height: .98; letter-spacing: -.035em; color: var(--paper); max-width: 900px; margin: 0; }
.ymx-mhero__title em { color: var(--amber); font-weight: 400; }
.ymx-mhero__lead { font-size: 19px; line-height: 1.55; color: rgba(248,245,238,.85); max-width: 560px; margin: 0; }
.ymx-mhero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 6px; }
.ymx-mhero__facts { list-style: none; margin: 22px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(248,245,238,.18); display: flex; flex-wrap: wrap; gap: 14px 34px; }
.ymx-mhero__facts li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: rgba(248,245,238,.85); }
.ymx-mhero__facts li b { color: var(--paper); }
.ymx-mhero__facts svg { width: 18px; height: 18px; color: var(--amber); flex: none; }

/* ===== Listado: sidebar de filtros + resultados (estilo YachtWorld) ===== */
.ymx-listado { padding-bottom: 72px; }
.ymx-browse { display: grid; grid-template-columns: 272px minmax(0, 1fr); gap: 40px; align-items: start; }
.ymx-main { min-width: 0; display: flex; flex-direction: column; gap: 22px; }
.ymx-listado__more { display: flex; justify-content: center; padding-top: 10px; }
.ymx-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ymx-grid[aria-busy=true] { opacity: .55; transition: opacity .2s; }
@media (min-width: 1500px) { .ymx-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

/* Barra de resultados */
.ymx-toolbar { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.ymx-toolbar__l { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.ymx-toolbar__count { font-family: 'Gabarito', sans-serif; font-weight: 800; font-size: 24px; letter-spacing: -.02em; color: var(--navy); margin: 0; line-height: 1.1; }
.ymx-toolbar__sub { margin: 0; color: var(--ink-2); font-size: 15px; }
.ymx-toolbar__r { display: flex; align-items: center; gap: 12px; }
.ymx-sort { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--ink-2); font-weight: 600; }
.ymx-sel { position: relative; display: block; }
.ymx-sel select { appearance: none; -webkit-appearance: none; width: 100%; height: 44px; padding: 0 38px 0 14px; border: 1px solid rgba(21,38,55,.18); border-radius: 10px; background: #fff; font: 600 14px 'Gabarito', sans-serif; color: var(--ink); cursor: pointer; }
.ymx-sel select:focus { outline: 2px solid var(--amber); outline-offset: 1px; }
.ymx-sel > svg { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; color: var(--ink-2); pointer-events: none; }
.ymx-sel--sort { min-width: 210px; }
.ymx-toolbar__filters { display: none; align-items: center; gap: 8px; height: 44px; padding: 0 16px; border: 1px solid rgba(21,38,55,.18); border-radius: 10px; background: #fff; font: 700 14px 'Gabarito', sans-serif; color: var(--navy); cursor: pointer; }
.ymx-toolbar__filters svg { width: 18px; height: 18px; }
.ymx-toolbar__filters b { min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; background: var(--amber); color: var(--navy); font-size: 12px; display: inline-flex; align-items: center; justify-content: center; }
:root .ymx button.ymx-toolbar__filters, :root .ymx button.ymx-toolbar__filters:hover { background: #fff !important; border: 1px solid rgba(21,38,55,.18) !important; color: var(--navy) !important; border-radius: 10px !important; box-shadow: none !important; text-transform: none !important; }

/* Sidebar */
.ymx-fbar { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px 8px; max-height: calc(100vh - 48px); overflow: auto; scrollbar-width: thin; }
.ymx-fbar__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 12px; }
.ymx-fbar__title { font-family: 'Gabarito', sans-serif; font-weight: 800; font-size: 19px; color: var(--navy); margin: 0; letter-spacing: -.01em; }
.ymx-fbar__clear, .ymx-fbar__close { background: none; border: 0; padding: 0; cursor: pointer; font-family: 'Gabarito', sans-serif; }
.ymx-fbar__clear { font-size: 13px; font-weight: 700; color: var(--amber-deep); }
.ymx-fbar__clear:hover { text-decoration: underline; }
.ymx-fbar__close { display: none; font-size: 30px; line-height: 1; color: var(--ink-2); }
:root .ymx button.ymx-fbar__clear, :root .ymx button.ymx-fbar__close, :root .ymx button.ymx-fl__more, :root .ymx button.ymx-chip, :root .ymx button.ymx-fbar__clear:hover, :root .ymx button.ymx-fl__more:hover, :root .ymx button.ymx-chip:hover { background: none !important; border: 0 !important; box-shadow: none !important; text-transform: none !important; letter-spacing: 0 !important; border-radius: 0 !important; }
.ymx-chips { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 14px; }
:root .ymx button.ymx-chip, :root .ymx button.ymx-chip:hover { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px 6px 12px !important; border-radius: 999px !important; background: var(--navy) !important; color: var(--paper) !important; font: 600 12.5px 'Gabarito', sans-serif !important; cursor: pointer; }
.ymx-chip span { opacity: .7; font-size: 15px; line-height: 1; }
.ymx-fg { border-top: 1px solid var(--line-soft); }
.ymx-fg summary { display: flex; align-items: center; gap: 8px; list-style: none; cursor: pointer; padding: 14px 0; font-family: 'Gabarito', sans-serif; font-weight: 700; font-size: 14.5px; color: var(--navy); user-select: none; }
.ymx-fg summary::-webkit-details-marker { display: none; }
.ymx-fg summary > svg { width: 14px; height: 14px; margin-left: auto; color: var(--ink-3); transition: transform .3s var(--ease); }
.ymx-fg[open] summary > svg { transform: rotate(180deg); }
.ymx-fg__unit { font-size: 11px; color: var(--ink-3); font-weight: 400; }
.ymx-fg__body { padding: 0 0 16px; display: flex; flex-direction: column; gap: 8px; }
.ymx-fl { display: flex; flex-direction: column; gap: 2px; }
.ymx-fl__opt { display: flex; align-items: center; gap: 10px; padding: 6px 6px; margin: 0 -6px; border-radius: 8px; cursor: pointer; font-size: 14px; color: var(--ink); line-height: 1.3; }
.ymx-fl__opt:hover { background: rgba(21,38,55,.04); }
.ymx-fl__opt input { appearance: none; -webkit-appearance: none; width: 18px; height: 18px; margin: 0; border: 1.5px solid rgba(21,38,55,.35); border-radius: 5px; background: #fff; flex: none; display: grid; place-content: center; cursor: pointer; }
.ymx-fl__opt input::before { content: ""; width: 10px; height: 10px; clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); background: var(--paper); transform: scale(0); transition: transform .15s; }
.ymx-fl__opt input:checked { background: var(--navy); border-color: var(--navy); }
.ymx-fl__opt input:checked::before { transform: scale(1); }
.ymx-fl__opt.is-on { font-weight: 700; }
.ymx-fl__opt > span { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ymx-fl__opt small { font-size: 11px; color: var(--ink-3); }
.ymx-fl__more { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; font-size: 13px; font-weight: 700; color: var(--navy); cursor: pointer; }
.ymx-fl__more svg { width: 12px; height: 12px; }
.ymx-fl.is-expanded .ymx-fl__more svg { transform: rotate(180deg); }
.ymx-fsearch { position: relative; margin-bottom: 4px; }
.ymx-fsearch svg { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 15px; height: 15px; color: var(--ink-3); pointer-events: none; }
.ymx-fsearch input { width: 100%; height: 40px; padding: 0 12px 0 36px; border: 1px solid rgba(21,38,55,.18); border-radius: 10px; background: #fff; font: 500 14px 'Gabarito', sans-serif; color: var(--ink); }
.ymx-fsearch input:focus { outline: 2px solid var(--amber); outline-offset: 1px; }
.ymx-fbar__foot { display: none; position: sticky; bottom: 0; padding: 12px 0 8px; background: #fff; border-top: 1px solid var(--line); }
.ymx-fbar__foot .ymx-btn { width: 100%; }
.ymx-fbar__veil { position: fixed; inset: 0; background: rgba(12,26,38,.5); z-index: 9500; }
body.ymx-noscroll { overflow: hidden; }

/* Rangos dobles */
.ymx-range { display: flex; flex-direction: column; gap: 4px; }
.ymx-range__val { display: flex; justify-content: space-between; font-size: 12px; font-weight: 500; color: var(--ink); padding: 0 2px; }
.ymx-range__track { position: relative; height: 40px; }
.ymx-range__track::before { content: ""; position: absolute; left: 8px; right: 8px; top: 50%; height: 3px; margin-top: -1.5px; background: rgba(21,38,55,.14); border-radius: 2px; }
.ymx-range__track i { position: absolute; top: 50%; height: 3px; margin-top: -1.5px; background: var(--navy); border-radius: 2px; }
.ymx-range__track input[type=range] { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; appearance: none; -webkit-appearance: none; background: transparent; pointer-events: none; }
.ymx-range__track input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; pointer-events: auto; width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 2px solid var(--navy); box-shadow: 0 2px 6px rgba(21,38,55,.25); cursor: pointer; }
.ymx-range__track input[type=range]::-moz-range-thumb { pointer-events: auto; width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 2px solid var(--navy); box-shadow: 0 2px 6px rgba(21,38,55,.25); cursor: pointer; }
.ymx-range__track input[type=range]::-moz-range-track { background: transparent; }

/* Tarjetas: blancas, limpias */
.ymx-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s; }
.ymx-card:hover { transform: translateY(-2px); box-shadow: 0 22px 44px -26px rgba(21,38,55,.35); border-color: rgba(21,38,55,.2); }
.ymx-card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--cream-2); display: block; }
.ymx-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.ymx-card:hover .ymx-card__media img { transform: scale(1.04); }
.ymx-card.is-sold .ymx-card__media img { filter: saturate(.4); opacity: .85; }
.ymx-card__noimg { display: block; width: 100%; height: 100%; background: linear-gradient(160deg, var(--cream-2), var(--cream)); }
.ymx-card__flag { position: absolute; left: 12px; top: 12px; display: inline-flex; align-items: center; gap: 6px; background: var(--navy); color: var(--paper); font-family: 'Gabarito', sans-serif; font-weight: 800; font-size: 10.5px; letter-spacing: .12em; padding: 6px 10px; border-radius: 6px; text-transform: uppercase; box-shadow: 0 6px 16px -8px rgba(12,26,38,.5); }
.ymx-card__flag svg { width: 12px; height: 12px; color: var(--amber); }
.ymx-card__flag--sold { background: var(--paper); color: var(--navy); }
.ymx-card__photos { position: absolute; right: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border-radius: 6px; background: rgba(12,26,38,.6); color: #fff; font: 600 12px 'Gabarito', sans-serif; backdrop-filter: blur(4px); }
.ymx-card__photos svg { width: 13px; height: 13px; }
.ymx-card__body { display: flex; flex-direction: column; gap: 3px; padding: 14px 16px 14px; }
.ymx-card__name { font-family: 'Gabarito', sans-serif; font-weight: 700; font-size: 17px; letter-spacing: -.01em; line-height: 1.3; color: var(--navy); margin: 0; text-transform: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ymx-card__name a { color: inherit; }
.ymx-card__name a:hover { color: var(--amber-deep); }
.ymx-card__price { font-family: 'Gabarito', sans-serif; font-weight: 800; font-size: 18px; letter-spacing: -.01em; color: var(--navy); margin: 0; font-variant-numeric: tabular-nums; }
.ymx-card.is-sold .ymx-card__price { color: var(--ink-3); text-decoration: line-through; }
.ymx-card__meta { font-size: 13.5px; color: var(--ink-2); margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ymx-card__seller { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line-soft); font-size: 12.5px; color: var(--ink-2); min-height: 30px; }
.ymx-card__seller-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ymx-card__logo { flex: none; max-height: 26px; max-width: 118px; width: auto; height: auto; object-fit: contain; }
/* Logo de la empresa (Mis embarcaciones) */
.ymx-logo { display: flex; align-items: center; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px 18px; margin: 0 0 24px; flex-wrap: wrap; }
.ymx-logo__prev { flex: none; width: 150px; height: 56px; border: 1px dashed rgba(21,38,55,.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; background: #fff; overflow: hidden; }
.ymx-logo__prev img { max-width: 130px; max-height: 40px; width: auto; height: auto; object-fit: contain; }
.ymx-logo__prev span { font-size: 12px; color: var(--ink-3); }
.ymx-logo__txt { flex: 1; min-width: 200px; display: flex; flex-direction: column; gap: 3px; font-size: 13px; color: var(--ink-2); line-height: 1.45; }
.ymx-logo__txt b { font-size: 15px; color: var(--navy); }
.ymx-logo__acts { display: flex; align-items: center; gap: 14px; }
.ymx-logo__acts label { cursor: pointer; }
.ymx-prev__price, .ymx-drow__price, .ymx-side__price { font-family: 'Fraunces', serif; font-size: 22px; font-variant-numeric: tabular-nums; color: var(--navy); letter-spacing: -.02em; margin: 0; }
.ymx-prev__price small, .ymx-drow__price small, .ymx-side__price small { font-family: 'Gabarito', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; color: var(--ink-2); margin-left: 4px; }

/* Banda navy */
.ymx-band { background: var(--navy-2); color: var(--paper); }
.ymx-band__inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.ymx-band .ymx-h2 { color: var(--paper); }
.ymx-band .ymx-h2 em { color: var(--amber); }
.ymx-band .ymx-lead { color: rgba(248,245,238,.72); margin: 14px 0 0; }
.ymx-band > .ymx-band__inner > a { justify-self: end; }

/* ===== Asistente ===== */
.ymx-wiz { max-width: 800px; margin: 0 auto; padding: 24px 0 60px; }
.ymx-wiz--entry { max-width: 960px; }
.ymx-steps { display: flex; gap: 8px; margin: 0 0 32px; padding: 0; list-style: none; }
.ymx-steps li { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.ymx-steps li i { display: block; height: 3px; border-radius: 2px; background: rgba(21,38,55,.12); }
.ymx-steps li.is-done i { background: var(--navy-2); }
.ymx-steps li.is-cur i { background: var(--amber); }
.ymx-steps li span { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }
.ymx-steps li span b { font-weight: 500; }
.ymx-steps li.is-cur span { color: var(--navy); }
.ymx-steps li.is-done span { color: var(--ink); }
.ymx-steps li span a { display: inline-flex; width: 16px; height: 16px; border-radius: 50%; background: var(--navy-2); color: var(--paper); align-items: center; justify-content: center; }
.ymx-steps li span a svg { width: 9px; height: 9px; }
.ymx-steps__mobile { display: none; font-size: 12px; color: var(--ink-2); margin: 0 0 14px; }
.ymx-wiz .ymx-lead { font-size: 17px; }
.ymx-wiz .ymx-card, .ymx-account .ymx-card, .ymx-rev { background: var(--paper); border: 1px solid rgba(21,38,55,.09); border-radius: 22px; padding: 30px; box-shadow: 0 14px 36px -22px rgba(21,38,55,.14); transform: none !important; overflow: visible; }
.ymx-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; }
.ymx-fields--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ymx-fld { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.ymx-fld--full { grid-column: 1/-1; }
.ymx-fld > label { font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-2); }
.ymx-fld > label em { font-style: normal; color: var(--amber-deep); }
.ymx-inp { display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 16px; border: 1px solid rgba(21,38,55,.16); border-radius: 14px; background: #fff; font-size: 16px; color: var(--ink); gap: 10px; }
.ymx-inp input, .ymx-inp textarea { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font: 400 16px 'Gabarito', sans-serif; color: var(--ink); padding: 0; margin: 0; height: 52px; box-shadow: none; }
.ymx-inp textarea { height: auto; padding: 14px 0; line-height: 1.55; resize: vertical; }
.ymx-inp--area { padding: 0 16px; }
.ymx-inp:focus-within { border-color: var(--amber); box-shadow: 0 0 0 4px rgba(232,171,54,.18); }
.ymx-inp--static { background: var(--cream-2); color: var(--ink-2); font-weight: 600; }
.ymx-sel--inp select { height: 54px; border-radius: 14px; font-size: 16px; font-weight: 400; }
.ymx-sel--inp select:focus { outline: 0; border-color: var(--amber); box-shadow: 0 0 0 4px rgba(232,171,54,.18); }
.ymx-seg { display: inline-flex; border: 1px solid rgba(21,38,55,.16); border-radius: 10px; overflow: hidden; flex: none; }
.ymx-seg button { font: 500 12px 'JetBrains Mono', monospace; padding: 6px 12px; border: 0; background: transparent; color: var(--ink-2); cursor: pointer; }
.ymx-seg button.is-on { background: var(--navy-2); color: var(--paper); }
.ymx-opts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ymx-opts--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ymx-opt { position: relative; display: flex; align-items: center; gap: 14px; min-height: 64px; padding: 14px 18px; border: 1.5px solid rgba(21,38,55,.14); border-radius: 16px; background: #fff; font-weight: 600; font-size: 15.5px; color: var(--ink); cursor: pointer; transition: border-color .2s, background .2s; }
.ymx-opt input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.ymx-opt > span { flex: 1; }
.ymx-opt small { display: block; font-weight: 400; font-size: 13px; color: var(--ink-2); margin-top: 2px; }
.ymx-opt > svg { width: 26px; height: 26px; color: var(--ink); flex: none; }
.ymx-opt__ck { width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid rgba(21,38,55,.3); flex: none; display: inline-flex; align-items: center; justify-content: center; color: transparent; }
.ymx-opt__ck svg { width: 12px; height: 12px; }
.ymx-opt--sq .ymx-opt__ck { border-radius: 7px; order: -1; }
.ymx-opt--sq { min-height: 58px; padding: 12px 14px; font-size: 14.5px; font-weight: 500; }
.ymx-opt.is-on, .ymx-opt:has(input:checked) { border-color: var(--navy); background: var(--paper); box-shadow: 0 0 0 1px var(--navy) inset; }
.ymx-opt.is-on .ymx-opt__ck, .ymx-opt:has(input:checked) .ymx-opt__ck { background: var(--navy); border-color: var(--navy); color: var(--paper); }
.ymx-opt:has(input:focus-visible) { box-shadow: 0 0 0 4px rgba(232,171,54,.25); }
.ymx-grp { margin-top: 26px; }
.ymx-grp h3 { font-family: 'Gabarito', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-2); margin: 0 0 12px; display: flex; align-items: center; gap: 10px; }
.ymx-grp h3::before { content: ""; width: 18px; height: 2px; background: var(--amber); }
.ymx-grp h3 .ymx-help { text-transform: none; letter-spacing: 0; font-weight: 400; }
.ymx-grp__foot { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 12.5px; color: var(--ink-2); }
.ymx-wiz__foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 28px; }
.ymx-wiz .ymx-card > .ymx-help { margin: 22px 0 0; }
.ymx-check { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; line-height: 1.5; margin: 24px 0 0; cursor: pointer; }
.ymx-check input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--navy); flex: none; }
.ymx-check a { border-bottom: 1px solid var(--amber); }

/* Tips por paso y regla de calidad */
.ymx-tip { margin-top: 18px; display: flex; flex-direction: column; gap: 4px; padding: 16px 20px; border-radius: 14px; background: var(--cream-2); border-left: 3px solid var(--amber); }
.ymx-tip b { font-size: 14px; font-weight: 700; color: var(--navy); }
.ymx-tip span { font-size: 13.5px; line-height: 1.55; color: var(--ink-2); }
.ymx-rule { display: inline-flex; align-items: center; gap: 10px; margin: -14px 0 30px; padding: 10px 16px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); font-size: 13.5px; font-weight: 600; color: var(--navy); }
.ymx-rule::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--amber); }

/* Entrada */
.ymx-entry-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 10px 0 34px; }
.ymx-entry-step { padding: 20px !important; display: flex; flex-direction: column; gap: 8px; }
.ymx-entry-step > .ymx-mono { font-size: 12px; color: var(--amber-deep); }
.ymx-entry-step b { font-size: 16px; font-weight: 600; }
.ymx-entry-cta { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.ymx-entry-benefits { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ymx-entry-benefits b { font-family: 'Fraunces', serif; font-weight: 400; font-size: 22px; display: block; margin-bottom: 6px; color: var(--navy); }

/* Fotos */
.ymx-drop { border: 1.5px dashed rgba(21,38,55,.3); border-radius: 18px; background: #fff; padding: 40px 24px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; cursor: pointer; transition: border-color .2s, background .2s; }
.ymx-drop.is-over { border-color: var(--amber); background: #fffaf0; }
.ymx-drop svg { width: 34px; height: 34px; color: var(--ink); }
.ymx-drop b { font-size: 17px; font-weight: 600; }
.ymx-drop span { font-size: 13px; color: var(--ink-2); }
.ymx-photos { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.ymx-ph { position: relative; aspect-ratio: 4/3; border-radius: 14px; overflow: hidden; background: var(--navy-2); border: 1px solid var(--line); margin: 0; cursor: grab; }
.ymx-ph img { width: 100%; height: 100%; object-fit: cover; }
.ymx-ph.is-main { outline: 2.5px solid var(--amber); outline-offset: -2.5px; }
.ymx-ph.is-drag { opacity: .4; }
.ymx-ph.is-uploading::after { content: ""; position: absolute; inset: 0; background: rgba(12,26,38,.5); }
.ymx-ph__lab { display: none; position: absolute; left: 8px; top: 8px; background: var(--amber); color: var(--navy); font-size: 9.5px; font-weight: 800; letter-spacing: .16em; padding: 5px 8px; border-radius: 999px; text-transform: uppercase; }
.ymx-ph.is-main .ymx-ph__lab { display: block; }
.ymx-ph__n { position: absolute; left: 8px; bottom: 8px; font-size: 11px; color: var(--paper); background: rgba(12,26,38,.7); padding: 3px 7px; border-radius: 6px; }
.ymx-ph__x, .ymx-ph__star { position: absolute; top: 8px; width: 30px; height: 30px; border-radius: 50%; background: rgba(12,26,38,.78); color: var(--paper); border: 0; display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; }
.ymx-ph__x { right: 8px; } .ymx-ph__star { right: 44px; }
.ymx-ph.is-main .ymx-ph__star { display: none; }
.ymx-ph__x svg { width: 12px; height: 12px; } .ymx-ph__star svg { width: 14px; height: 14px; }
.ymx-ph__h { position: absolute; right: 8px; bottom: 8px; width: 28px; height: 28px; border-radius: 8px; background: rgba(248,245,238,.85); color: var(--ink); display: flex; align-items: center; justify-content: center; }
.ymx-ph__h svg { width: 14px; height: 14px; }
.ymx-photos__foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 18px; font-size: 12.5px; color: var(--ink-2); }
.ymx-photo-msg { margin: 10px 0 0; font-size: 13.5px; color: #b33a3a; min-height: 1em; }

/* Revision */
.ymx-prev { display: grid; grid-template-columns: 1.15fr 1fr; overflow: hidden; border-radius: 22px; border: 1px solid rgba(21,38,55,.09); background: var(--paper); box-shadow: 0 14px 36px -22px rgba(21,38,55,.14); }
.ymx-prev img, .ymx-prev__noimg { width: 100%; height: 100%; min-height: 300px; object-fit: cover; background: var(--navy-2); display: block; }
.ymx-prev__body { padding: 28px 30px; display: flex; flex-direction: column; gap: 8px; }
.ymx-prev__meta { font-size: 11.5px; letter-spacing: .14em; color: var(--ink-2); text-transform: uppercase; }
.ymx-prev h2 { font-size: 30px; text-transform: none; letter-spacing: -.02em; }
.ymx-prev__price { font-size: 28px; }
.ymx-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.ymx-chip { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; padding: 7px 11px; border: 1px solid rgba(21,38,55,.16); border-radius: 999px; color: var(--ink); background: #fff; }
.ymx-rev { margin-top: 22px; }
.ymx-rev__sec { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }
.ymx-rev__sec:first-child { border-top: 0; padding-top: 0; }
.ymx-rev__sec:last-child { padding-bottom: 0; }
.ymx-rev__sec > div { flex: 1; min-width: 0; }
.ymx-rev__sec h3 { font-family: 'Gabarito', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-2); margin: 0 0 8px; }
.ymx-rev__sec p { margin: 0; font-size: 15px; line-height: 1.55; }
.ymx-rev__desc { margin-top: 10px !important; color: var(--ink-2); }
.ymx-kv { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px 20px; font-size: 14.5px; }
.ymx-kv span { color: var(--ink-2); margin-right: 6px; }
.ymx-rev__thumbs { display: flex; gap: 8px; flex-wrap: wrap; }
.ymx-rev__thumbs img { width: 72px; height: 54px; object-fit: cover; border-radius: 8px; }
.ymx-rev__thumbs img.is-main { outline: 2px solid var(--amber); }
.ymx-check--accept { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 16px; padding: 18px 20px; }

/* Verificacion */
.ymx-verify { max-width: 640px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; padding-top: 50px; }
.ymx-verify .ymx-h1 { margin: 0; }
.ymx-verify .ymx-lead { text-align: center; margin: 0; }
.ymx-verify__ico { width: 72px; height: 72px; border-radius: 50%; background: var(--navy); color: var(--amber); display: flex; align-items: center; justify-content: center; }
.ymx-verify__ico svg { width: 32px; height: 32px; }
.ymx-verify__email { width: 100%; justify-content: center; font-weight: 600; }
.ymx-verify__actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.ymx-verify__change { width: 100%; display: flex; gap: 10px; }
.ymx-verify__change .ymx-inp { flex: 1; }
.ymx-verify__saved { margin-top: 30px; width: 100%; display: flex; gap: 14px; text-align: left; padding: 18px 20px; border-radius: 16px; background: var(--cream-2); }
.ymx-verify__saved b { font-weight: 600; display: block; }
.ymx-verify__check { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--paper); display: flex; align-items: center; justify-content: center; color: var(--amber-deep); }
.ymx-verify__check svg { width: 16px; height: 16px; }

/* Acceso */
.ymx-access { max-width: 560px; }
.ymx-access__form { display: flex; flex-direction: column; gap: 18px; }
.ymx-google { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-bottom: 6px; }
.ymx-google .g_id_signin { display: flex; justify-content: center; width: 100%; max-width: 360px; }
.ymx-google__or { display: flex; align-items: center; gap: 12px; width: 100%; color: var(--ink3); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.ymx-google__or::before, .ymx-google__or::after { content: ''; flex: 1; height: 1px; background: var(--hair); }
.ymx-access__form .ymx-help { margin: 0; text-align: center; }

/* Cuenta */
.ymx-account { max-width: 1060px; margin: 0 auto; padding: 24px 0 60px; display: flex; flex-direction: column; gap: 22px; }
.ymx-account__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.ymx-account__head > div { display: flex; flex-direction: column; gap: 8px; }
.ymx-account__empty { display: flex; flex-direction: column; gap: 6px; }
.ymx-account__empty b { font-family: 'Fraunces', serif; font-weight: 400; font-size: 22px; color: var(--navy); }
.ymx-pill { display: inline-flex; align-items: center; gap: 7px; font-size: 10.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; padding: 6px 11px; border-radius: 999px; border: 1px solid rgba(21,38,55,.18); color: var(--ink); background: #fff; align-self: flex-start; }
.ymx-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ink-3); }
.ymx-pill--rev::before { background: var(--amber); }
.ymx-pill--pub { background: var(--navy); color: var(--paper); border-color: var(--navy); }
.ymx-pill--pub::before { background: var(--amber); }
.ymx-pill--chg { border-color: var(--amber-deep); color: #8a5f14; }
.ymx-pill--chg::before { background: var(--amber-deep); }
.ymx-pill--sold::before { background: var(--navy-2); }
.ymx-drow { display: grid; grid-template-columns: 200px 1fr auto; gap: 22px; align-items: center; background: var(--paper); border: 1px solid rgba(21,38,55,.09); border-radius: 20px; padding: 16px; box-shadow: 0 14px 36px -22px rgba(21,38,55,.14); }
.ymx-drow__th { aspect-ratio: 4/3; border-radius: 14px; overflow: hidden; background: var(--navy-2); display: block; }
.ymx-drow__th img { width: 100%; height: 100%; object-fit: cover; }
.ymx-drow.is-sold .ymx-drow__th img { filter: saturate(.55); }
.ymx-drow__body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.ymx-drow h3 { font-size: 24px; text-transform: none; letter-spacing: -.02em; margin: 6px 0 2px; }
.ymx-drow__meta { font-size: 12px; letter-spacing: .06em; color: var(--ink-2); text-transform: uppercase; margin: 0; }
.ymx-drow__price { font-size: 20px; margin-top: 6px; }
.ymx-drow__stats { font-size: 12px; color: var(--ink-2); margin: 6px 0 0; }
.ymx-drow__note { font-size: 13.5px; color: #8a5f14; margin: 6px 0 0; }
.ymx-drow__act { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.ymx-drow__act form { margin: 0; }

/* ===== Ficha ===== */
.ymx-single__inner { padding-top: 20px; padding-bottom: 90px; display: flex; flex-direction: column; gap: 30px; }
.ymx-gal { position: relative; display: grid; grid-template-columns: 1.6fr 1fr 1fr; grid-template-rows: repeat(2, 1fr); gap: 8px; height: min(620px, 62vh); min-height: 420px; border-radius: 20px; overflow: hidden; }
.ymx-gal--n1 { grid-template-columns: 1fr; grid-template-rows: 1fr; }
.ymx-gal--n2 { grid-template-columns: 2fr 1fr; grid-template-rows: 1fr; }
.ymx-gal--n3 { grid-template-columns: 2fr 1fr; }
.ymx-gal__item { position: relative; display: block; overflow: hidden; background: var(--navy-2); }
.ymx-gal__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.ymx-gal__item:hover img { transform: scale(1.03); }
.ymx-gal__item.is-big { grid-row: 1/3; }
.ymx-gal--n1 .ymx-gal__item.is-big, .ymx-gal--n2 .ymx-gal__item.is-big { grid-row: 1; }
.ymx-gal__item.is-big::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,26,38,.28) 0%, rgba(12,26,38,0) 28%, rgba(12,26,38,0) 70%, rgba(12,26,38,.30) 100%); pointer-events: none; }
.ymx-gal__back, .ymx-gal__tag, .ymx-gal__all { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 8px; font-family: 'Gabarito', sans-serif; font-weight: 700; font-size: 13px; line-height: 1; border-radius: 999px; }
.ymx-gal__back { left: 18px; top: 18px; padding: 10px 16px; background: rgba(248,245,238,.9); color: var(--navy); backdrop-filter: blur(8px); box-shadow: 0 8px 20px -10px rgba(12,26,38,.6); }
.ymx-gal__back:hover { background: #fff; }
.ymx-gal__tags { position: absolute; z-index: 2; left: 18px; bottom: 18px; display: flex; gap: 8px; }
.ymx-gal__tag { position: static; padding: 9px 14px; background: var(--navy); color: var(--paper); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; border-radius: 6px; }
.ymx-gal__tag svg { width: 12px; height: 12px; color: var(--amber); }
.ymx-gal__tag--sold { background: var(--paper); color: var(--navy); }
:root .ymx button.ymx-gal__all, :root .ymx button.ymx-gal__all:hover { right: 18px; bottom: 18px; padding: 12px 18px !important; background: rgba(248,245,238,.92) !important; background-image: none !important; color: var(--navy) !important; border: 0 !important; border-radius: 999px !important; cursor: pointer; backdrop-filter: blur(8px); box-shadow: 0 8px 20px -10px rgba(12,26,38,.6); text-transform: none !important; letter-spacing: 0 !important; font: 700 13px 'Gabarito', sans-serif !important; }
:root .ymx button.ymx-gal__all:hover { background: #fff !important; }
.ymx-gal__all svg { width: 16px; height: 16px; }
.ymx-gal__sold { display: none; position: absolute; left: 20px; top: 20px; background: var(--navy); color: var(--paper); font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; padding: 8px 14px; border-radius: 999px; }
.is-sold .ymx-gal img { filter: saturate(.55); }
.ymx-single__grid { display: grid; grid-template-columns: 1fr 380px; gap: 44px; align-items: start; }
.ymx-single__main { display: flex; flex-direction: column; gap: 34px; min-width: 0; }
.ymx-single__head { display: flex; flex-direction: column; gap: 10px; }
.ymx-single__meta { font-size: 11.5px; letter-spacing: .14em; color: var(--ink-2); text-transform: uppercase; }
.ymx-single__title { font-size: clamp(34px, 4.4vw, 58px); text-transform: none; letter-spacing: -.02em; line-height: 1; }
.ymx-single__loc { display: flex; align-items: center; gap: 8px; color: var(--ink-2); font-size: 15px; margin: 0; }
.ymx-single__loc svg { width: 16px; height: 16px; }
.ymx-specstrip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--paper); }
.ymx-specstrip div { padding: 18px 22px; border-left: 1px solid var(--line); }
.ymx-specstrip div:first-child { border-left: 0; }
.ymx-specstrip small { display: block; font-size: 10.5px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 4px; }
.ymx-specstrip b { font-family: 'Fraunces', serif; font-weight: 400; font-size: 26px; font-variant-numeric: tabular-nums; letter-spacing: -.02em; color: var(--navy); }
.ymx-sec__h { margin: 0 0 14px; font-family: 'Gabarito', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-2); display: flex; align-items: center; gap: 10px; }
.ymx-sec__h::before { content: ""; width: 22px; height: 2px; background: var(--amber); }
.ymx-desc { font-size: 16.5px; line-height: 1.7; max-width: 680px; }
.ymx-desc p { margin: 0 0 1em; }
.ymx-kv2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; }
.ymx-kv2 div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.ymx-kv2 span { color: var(--ink-2); }
.ymx-kv2 b { font-weight: 600; font-variant-numeric: tabular-nums; text-align: right; }
.ymx-map { position: relative; height: 320px; border-radius: 18px; overflow: hidden; background: #e3ebef; border: 1px solid var(--line); }
.ymx-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.85); }
.ymx-map__pill { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px; background: rgba(248,245,238,.94); backdrop-filter: blur(6px); border-radius: 999px; padding: 9px 14px; font-size: 13px; font-weight: 700; color: var(--navy); box-shadow: 0 8px 20px -10px rgba(12,26,38,.5); }
.ymx-map__pill svg { width: 15px; height: 15px; color: var(--amber-deep); }

/* Banda hero de la ficha: foto inclinada con zoom lento, texto que entra al hacer scroll */
.ymx-hband { position: relative; overflow: hidden; background: var(--navy); color: var(--paper); margin-top: 24px; margin-bottom: 8px; clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%); padding: clamp(90px, 12vw, 150px) 0; }
.ymx-hband__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; transform: scale(1); animation: ymxKen 22s ease-in-out infinite alternate; will-change: transform; }
.ymx-hband__veil { position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(12,26,38,.25) 0%, rgba(12,26,38,.75) 100%); }
.ymx-hband__inner { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.ymx-hband__script { font-family: 'Fraunces', Georgia, serif; font-style: italic; font-weight: 300; font-size: clamp(24px, 3vw, 36px); color: var(--amber); letter-spacing: -.01em; }
.ymx-hband__title { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: clamp(34px, 5.2vw, 64px); line-height: 1.02; letter-spacing: -.03em; color: var(--paper); margin: 0; max-width: 900px; text-transform: none; }
.ymx-hband__lead { font-size: 17px; line-height: 1.6; color: rgba(248,245,238,.85); max-width: 620px; margin: 4px 0 0; }
.ymx-hband__cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 12px; }
.ymx-hband__legal { margin: 26px 0 0; font-size: 12px; color: rgba(248,245,238,.55); }
.ymx-hband__legal a { color: rgba(248,245,238,.8); border-bottom: 1px solid rgba(232,171,54,.6); }
.ymx-hband__inner > * { opacity: 0; transform: translateY(18px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.ymx-hband.is-in .ymx-hband__inner > * { opacity: 1; transform: none; }
.ymx-hband.is-in .ymx-hband__inner > :nth-child(2) { transition-delay: .12s; }
.ymx-hband.is-in .ymx-hband__inner > :nth-child(3) { transition-delay: .24s; }
.ymx-hband.is-in .ymx-hband__inner > :nth-child(4) { transition-delay: .36s; }
.ymx-hband.is-in .ymx-hband__inner > :nth-child(5) { transition-delay: .48s; }
@keyframes ymxKen { from { transform: scale(1) translateY(0); } to { transform: scale(1.14) translateY(-2%); } }
@media (prefers-reduced-motion: reduce) { .ymx-hband__img { animation: none; } .ymx-hband__inner > * { opacity: 1; transform: none; } }
.ymx-side { position: sticky; top: 24px; background: var(--paper); border: 1px solid rgba(21,38,55,.09); border-radius: 22px; padding: 26px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 14px; }
.ymx-side__price { font-size: 36px; line-height: 1; }
.ymx-side__meta { display: flex; justify-content: space-between; font-size: 13.5px; color: var(--ink-2); padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.ymx-side .ymx-btn { width: 100%; }
.ymx-side .ymx-help { margin: 0; }
form.ymx-leadform { display: flex; flex-direction: column; gap: 12px; margin: 0; }
form.ymx-leadform label { display: flex; flex-direction: column; gap: 6px; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-2); }
form.ymx-leadform input, form.ymx-leadform textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid rgba(21,38,55,.16); border-radius: 12px; background: #fff; font: 400 16px 'Gabarito', sans-serif; color: var(--ink); }
form.ymx-leadform textarea { min-height: 110px; resize: vertical; }
form.ymx-leadform .ymx-check { margin: 4px 0 0; font-size: 13px; text-transform: none; letter-spacing: 0; font-weight: 400; flex-direction: row; }
form.ymx-leadform .ymx-leadform__msg { margin: 0; font-size: 13.5px; color: var(--ink-2); }
form.ymx-leadform.is-sent .ymx-leadform__msg { color: #1f6b3a; font-weight: 600; }
.ymx-similar { display: flex; flex-direction: column; gap: 18px; margin-top: 20px; }
.ymx-stickybar { display: none; }
.ymx-lightbox { position: fixed; inset: 0; z-index: 99999; background: rgba(12,26,38,.96); display: flex; align-items: center; justify-content: center; }
.ymx-lightbox[hidden] { display: none; }
.ymx-lightbox img { max-width: 92vw; max-height: 88vh; object-fit: contain; }
.ymx-lightbox button { position: absolute; background: none; border: 0; color: #fff; font-size: 40px; cursor: pointer; padding: 20px; line-height: 1; }
.ymx-lightbox__x { top: 10px; right: 10px; }
.ymx-lightbox__p { left: 0; top: 50%; transform: translateY(-50%); }
.ymx-lightbox__n { right: 0; top: 50%; transform: translateY(-50%); }
.ymx-lightbox__c { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); color: var(--paper); font-size: 13px; }
.ymx-archive { padding-top: 40px; }

/* ===== Movil ===== */
@media (max-width: 1024px) {
  .ymx-browse { grid-template-columns: 1fr; gap: 0; }
  .ymx-toolbar__filters { display: inline-flex; }
  .ymx-fbar { position: fixed; top: 0; left: 0; bottom: 0; z-index: 9600; width: min(400px, 92vw); max-height: none; border-radius: 0 18px 18px 0; border: 0; padding: 18px 20px 0; transform: translateX(-105%); transition: transform .4s var(--ease); box-shadow: 0 30px 80px -20px rgba(12,26,38,.5); }
  .ymx-fbar.is-open { transform: none; }
  .ymx-fbar__close { display: block; }
  .ymx-fbar__foot { display: block; }
  .ymx-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
}
@media (max-width: 860px) {
  .ymx-single__grid { grid-template-columns: 1fr; gap: 30px; }
  .ymx-side { position: static; }
  .ymx-band__inner { grid-template-columns: 1fr; gap: 24px; }
  .ymx-band > .ymx-band__inner > a { justify-self: start; }
  .ymx-stickybar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 9000; align-items: center; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: var(--navy); color: var(--amber); font-size: 15px; box-shadow: 0 -6px 20px rgba(12,26,38,.25); }
  .ymx-stickybar > span { flex: 1; font-weight: 600; }
  .ymx-stickybar .ymx-btn--sm { min-height: 44px; padding: 0 16px; }
  body.single-ymx_anuncio { padding-bottom: 72px; }
}
@media (max-width: 700px) {
  .ymx { font-size: 15px; }
  .ymx-grid { grid-template-columns: 1fr; }
  .ymx-mhero { min-height: 520px; margin-bottom: 40px; }
  .ymx-mhero__inner { padding-top: 90px; padding-bottom: 32px; gap: 16px; }
  .ymx-mhero__title { font-size: clamp(38px, 11vw, 52px); }
  .ymx-mhero__lead { font-size: 16px; }
  .ymx-mhero__cta .ymx-btn { width: 100%; }
  .ymx-mhero__facts { gap: 10px 20px; }
  .ymx-mhero__facts li { font-size: 13.5px; }
  .ymx-toolbar__count { font-size: 20px; }
  .ymx-toolbar__r { width: 100%; justify-content: space-between; }
  .ymx-sort > span:first-child { display: none; }
  .ymx-sel--sort { min-width: 0; flex: 1; }
  .ymx-btn { min-height: 48px; font-size: 14px; }
  .ymx-wiz { padding: 10px 0 100px; }
  .ymx-steps { gap: 6px; margin-bottom: 8px; }
  .ymx-steps li span { display: none; }
  .ymx-steps__mobile { display: block; }
  .ymx-h1 { font-size: 32px; }
  .ymx-lead { font-size: 15px; margin-bottom: 22px; }
  .ymx-wiz .ymx-card, .ymx-account .ymx-card, .ymx-rev { padding: 20px; border-radius: 18px; }
  .ymx-fields, .ymx-fields--4 { grid-template-columns: 1fr; gap: 16px; }
  .ymx-fields--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ymx-opts, .ymx-opts--3 { grid-template-columns: 1fr; }
  .ymx-wiz__foot { flex-direction: column-reverse; align-items: stretch; }
  .ymx-wiz__foot .ymx-btn { width: 100%; }
  .ymx-photos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .ymx-drop { padding: 28px 18px; }
  .ymx-prev { grid-template-columns: 1fr; }
  .ymx-prev img, .ymx-prev__noimg { min-height: 220px; max-height: 260px; }
  .ymx-prev__body { padding: 20px; }
  .ymx-prev h2 { font-size: 26px; }
  .ymx-rev__sec { flex-direction: column; gap: 10px; }
  .ymx-kv { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ymx-entry-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ymx-rule { display: flex; border-radius: 14px; }
  .ymx-entry-benefits { grid-template-columns: 1fr; }
  .ymx-drow { grid-template-columns: 1fr; gap: 14px; }
  .ymx-drow__th { aspect-ratio: 16/10; }
  .ymx-drow__act { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start; }
  .ymx-gal, .ymx-gal--n3, .ymx-gal--n2 { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 240px 96px; height: auto; min-height: 0; gap: 6px; border-radius: 16px; }
  .ymx-gal--n1 { grid-template-rows: 260px; }
  .ymx-gal__back { left: 12px; top: 12px; padding: 9px 13px; font-size: 12px; }
  .ymx-gal__tags { left: 12px; bottom: 114px; }
  .ymx-gal--n1 .ymx-gal__tags, :root .ymx .ymx-gal--n1 button.ymx-gal__all { bottom: 12px; }
  :root .ymx button.ymx-gal__all { right: 12px; bottom: 114px; padding: 10px 14px !important; font-size: 12px !important; }
  .ymx-single__inner { padding-top: 12px; }
  .ymx-map { height: 240px; }
  .ymx-hband { clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%); }
  .ymx-hband__cta .ymx-btn { width: 100%; }
  .ymx-gal__item.is-big { grid-row: 1; grid-column: 1/-1; }
  .ymx-gal .ymx-hide-m { display: none; }
  .ymx-specstrip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ymx-specstrip div { padding: 14px 16px; }
  .ymx-specstrip div:nth-child(3) { border-left: 0; }
  .ymx-specstrip div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .ymx-kv2 { grid-template-columns: 1fr; }
  .ymx-verify__change { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { .ymx * { transition: none !important; } }

/* Contacto bloqueado (sin plan) y estado del plan en Mis embarcaciones */
.ymx-side__locked { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 16px 18px; border: 1px dashed rgba(21,38,55,.25); border-radius: 14px; background: rgba(21,38,55,.03); color: var(--ink-2); font-size: 13.5px; line-height: 1.45; }
.ymx-side__locked svg { width: 20px; height: 20px; color: var(--navy); }
.ymx-side__locked b { color: var(--navy); font-weight: 700; }
.ymx-drow__plan { display: flex; align-items: flex-start; gap: 8px; margin: 6px 0 0; font-size: 12.5px; line-height: 1.45; color: var(--ink-2); }
.ymx-drow__plan.is-on { color: var(--navy); font-weight: 600; }
.ymx-drow__plan svg { width: 14px; height: 14px; flex: none; margin-top: 2px; color: var(--amber); }
.ymx-featured { display: inline-flex; align-items: center; gap: 5px; margin-left: 10px; padding: 4px 10px; border-radius: 999px; background: var(--navy); color: var(--paper); font-family: 'Gabarito', sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: .14em; vertical-align: middle; }
.ymx-featured svg { width: 11px; height: 11px; color: var(--amber); }
/* ===== Checkout del plan FEATURED (Mis embarcaciones ?pagar=ID) ===== */
.ymx-checkout { display: flex; flex-direction: column; gap: 26px; padding: 4px 0 40px; }
.ymx-checkout__back { font-size: 13px; font-weight: 700; color: var(--ink-2); }
.ymx-checkout__back:hover { color: var(--navy); }
.ymx-checkout__head { max-width: 720px; }
.ymx-checkout__head .ymx-lead { margin-bottom: 0; }
.ymx-checkout__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) 400px; gap: 32px; align-items: start; }
.ymx-checkout__main { display: flex; flex-direction: column; gap: 22px; min-width: 0; }
.ymx-account .ymx-checkout__boat { flex-direction: row; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 0; box-shadow: none; }
.ymx-checkout__boat:hover { transform: none; box-shadow: none; }
.ymx-checkout__boatimg { position: relative; flex: 0 0 46%; aspect-ratio: 4/3; background: var(--cream-2); }
.ymx-checkout__boatimg img { width: 100%; height: 100%; object-fit: cover; }
.ymx-checkout__boatinfo { padding: 22px 24px; display: flex; flex-direction: column; gap: 4px; min-width: 0; justify-content: center; }
.ymx-checkout__boatinfo h3 { font-family: 'Gabarito', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -.01em; color: var(--navy); margin: 0; line-height: 1.25; }
.ymx-checkout__boatprice { font-family: 'Gabarito', sans-serif; font-weight: 800; font-size: 20px; color: var(--navy); margin: 0; }
.ymx-checkout__boatmeta { font-size: 13.5px; color: var(--ink-2); margin: 0 0 8px; }
.ymx-perks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ymx-perk { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px 18px; display: flex; flex-direction: column; gap: 8px; font-size: 13.5px; color: var(--ink-2); line-height: 1.5; }
.ymx-perk b { font-family: 'Gabarito', sans-serif; font-size: 15.5px; color: var(--navy); }
.ymx-perk__ico { width: 40px; height: 40px; border-radius: 10px; background: var(--navy); color: var(--amber); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.ymx-perk__ico svg { width: 20px; height: 20px; }
.ymx-checkout__side { position: sticky; top: 24px; }
.ymx-summary { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 16px; box-shadow: 0 24px 50px -30px rgba(21,38,55,.3); }
.ymx-summary__title { font-family: 'Gabarito', sans-serif; font-weight: 800; font-size: 18px; color: var(--navy); margin: 0; }
.ymx-summary__rows { margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ymx-summary__rows > div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 14.5px; }
.ymx-summary__rows dt { display: flex; flex-direction: column; color: var(--ink); font-weight: 600; }
.ymx-summary__rows dt small { font-size: 12px; font-weight: 400; color: var(--ink-3); }
.ymx-summary__rows dd { margin: 0; color: var(--ink-2); text-align: right; }
.ymx-summary__total { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 700; color: var(--navy); }
.ymx-summary__total b { font-family: 'Fraunces', serif; font-weight: 500; font-size: 32px; letter-spacing: -.02em; }
.ymx-summary__total b small { font-family: 'Gabarito', sans-serif; font-size: 12px; letter-spacing: .12em; color: var(--ink-2); }
.ymx-summary__trust { list-style: none; margin: 0; padding: 4px 0 0; display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: var(--ink-2); }
.ymx-summary__trust li { display: flex; align-items: center; gap: 9px; }
.ymx-summary__trust svg { width: 16px; height: 16px; color: var(--navy); flex: none; }
#ymx-paypal-buttons { min-height: 48px; }
@media (max-width: 960px) { .ymx-checkout__grid { grid-template-columns: 1fr; } .ymx-checkout__side { position: static; } .ymx-perks { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .ymx-account .ymx-checkout__boat { flex-direction: column; } .ymx-checkout__boatimg { flex: none; width: 100%; } }
.ymx-legal { max-width: 860px; margin: 0 auto; padding: clamp(40px, 6vw, 80px) 20px 70px; }
.ymx-legal__body { margin-top: 28px; color: var(--ink); font-size: 16px; line-height: 1.65; }
.ymx-legal__body h2 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 24px; color: var(--navy); margin: 34px 0 10px; letter-spacing: -.02em; }
.ymx-legal__body ul { padding-left: 20px; margin: 0 0 12px; }
.ymx-legal__body li { margin: 0 0 8px; }
.ymx-legal__body a { color: var(--navy); text-decoration: underline; text-decoration-color: var(--amber); text-underline-offset: 3px; }
