:root {
  --im-navy: #071d33;
  --im-navy-2: #0b2d48;
  --im-navy-3: #041523;
  --im-teal: #137c88;
  --im-teal-dark: #075c66;
  --im-blue: #379ac0;
  --im-green: #69aa58;
  --im-lime: #d3df00;
  --im-mint: #e1f0ee;
  --im-off: #f3f6f4;
  --im-paper: #fbfcfa;
  --im-white: #fff;
  --im-text: #071d33;
  --im-muted: #60727a;
  --im-line: rgba(7, 29, 51, .12);
  --im-success: #2c916f;
  --im-error: #a93a42;
  --im-shadow-sm: 0 12px 30px rgba(7, 29, 51, .08);
  --im-shadow-lg: 0 28px 75px rgba(4, 23, 42, .22);
  --im-radius: 18px;
  --im-radius-lg: 30px;
  --im-container: 1180px;
  --im-font-ui: Aptos, "Avenir Next", "Segoe UI", sans-serif;
  --im-font-display: "Iowan Old Style", Baskerville, Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--im-text);
  background: var(--im-paper);
  font-family: var(--im-font-ui);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.im-modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
p, h1, h2, h3 { margin-top: 0; }
.im-container { width: min(calc(100% - 40px), var(--im-container)); margin-inline: auto; }
.screen-reader-text, .im-skip-link {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.im-skip-link:focus {
  z-index: 99999; top: 10px; left: 10px;
  width: auto; height: auto; clip: auto;
  padding: 10px 14px; margin: 0;
  color: var(--im-navy); background: var(--im-lime);
  border-radius: 8px;
}

/* Identidad y cabecera */
.im-demo-bar {
  min-height: 34px;
  display: flex; align-items: center; justify-content: center;
  padding: 6px 20px;
  color: #315f64;
  background: linear-gradient(90deg, #e4f3f0, #f1f8f5 56%, #eef4d9);
  border-bottom: 1px solid rgba(7,92,102,.08);
  font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  text-align: center;
}
.im-site-header {
  position: sticky; z-index: 100; top: 0;
  background: rgba(251,252,250,.92);
  border-bottom: 1px solid rgba(7,29,51,.08);
  backdrop-filter: blur(18px);
}
body.admin-bar .im-site-header { top: 32px; }
.im-header-inner { min-height: 76px; display: flex; align-items: center; gap: 26px; }
.im-brand { flex: 0 0 auto; }
.im-brand-link, .custom-logo-link { display: inline-flex; align-items: center; }
.im-brand-image { width: 230px; height: auto; }
.custom-logo { width: auto; max-width: 230px; max-height: 50px; }
.im-primary-nav { margin-left: auto; }
.im-menu { display: flex; align-items: center; gap: 25px; padding: 0; margin: 0; list-style: none; }
.im-menu a { color: #425965; font-size: 13px; font-weight: 720; transition: color .2s ease; }
.im-menu a:hover, .im-menu a:focus { color: var(--im-teal); }
.im-header-actions { display: flex; gap: 9px; }
.im-menu-toggle { display: none; margin-left: auto; padding: 8px; border: 0; color: var(--im-navy); background: transparent; }
.im-menu-toggle svg { width: 24px; height: 24px; }

/* Botones */
.im-btn {
  min-height: 48px;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 0 20px;
  border: 1px solid transparent; border-radius: 12px;
  font-size: 13px; font-weight: 800; line-height: 1.1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.im-btn:hover, .im-btn:focus { transform: translateY(-1px); }
.im-btn svg { width: 17px; height: 17px; }
.im-btn-primary { color: white; background: var(--im-navy); box-shadow: 0 10px 22px rgba(7,29,51,.17); }
.im-btn-primary:hover, .im-btn-primary:focus { color: white; background: var(--im-teal-dark); box-shadow: 0 14px 28px rgba(7,29,51,.23); }
.im-btn-ghost { color: var(--im-navy); background: transparent; border-color: var(--im-line); }
.im-btn-ghost:hover { background: white; }
.im-btn-light { color: var(--im-navy); background: white; }
.im-btn-light:hover { color: var(--im-navy); box-shadow: 0 14px 30px rgba(0,0,0,.16); }
.im-btn-outline-light { color: white; border-color: rgba(255,255,255,.25); }
.im-btn-outline-light:hover { color: white; background: rgba(255,255,255,.07); }
.im-btn-large { min-height: 56px; padding-inline: 25px; border-radius: 14px; font-size: 14px; }
.im-btn-compact { min-height: 43px; padding-inline: 17px; }
.im-btn-block { width: 100%; }

/* Portada */
.im-hero {
  position: relative; overflow: hidden;
  color: var(--im-navy);
  background:
    radial-gradient(circle at 84% 16%, rgba(55,154,192,.16), transparent 28%),
    radial-gradient(circle at 96% 92%, rgba(211,223,0,.12), transparent 24%),
    linear-gradient(145deg, #ffffff 0%, #f6fbfa 56%, #edf7f5 100%);
  border-bottom: 1px solid rgba(7,29,51,.075);
}
.im-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .42;
  background-image: linear-gradient(rgba(7,92,102,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(7,92,102,.065) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, transparent 1%, rgba(0,0,0,.45) 55%, black 100%);
}
.im-hero::after {
  content: ""; position: absolute; width: 590px; height: 590px; right: -310px; bottom: -390px;
  border: 1px solid rgba(7,92,102,.1); border-radius: 50%;
  box-shadow: 0 0 0 76px rgba(19,124,136,.025), 0 0 0 152px rgba(105,170,88,.02);
}
.im-hero-mesh { position: absolute; inset: 0; pointer-events: none; }
.im-hero-grid {
  position: relative; z-index: 2;
  min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px;
  padding-block: 78px 90px;
}
.im-eyebrow, .im-kicker {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 22px; color: #8cc7c5;
  font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase;
}
.im-eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.im-hero h1 {
  max-width: 710px; margin-bottom: 25px;
  font-family: var(--im-font-display); font-size: clamp(48px, 5.25vw, 74px); font-weight: 500; line-height: .99; letter-spacing: -.045em;
}
.im-hero h1 span {
  display: block; color: #cbdc31;
  background: linear-gradient(90deg, #76c4c0 0%, #cbdc31 100%);
  background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.im-hero-lead { max-width: 620px; margin-bottom: 32px; color: #5b7079; font-size: 17px; line-height: 1.7; }
.im-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.im-hero-notes { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 31px; color: #62757d; font-size: 12px; font-weight: 650; }
.im-hero-notes span { display: inline-flex; align-items: center; gap: 7px; }
.im-hero-notes svg { width: 16px; height: 16px; color: var(--im-success); }

.im-match-shell {
  position: relative; padding: 18px;
  border: 1px solid rgba(255,255,255,.15); border-radius: 30px;
  background: rgba(255,255,255,.075); box-shadow: var(--im-shadow-lg); backdrop-filter: blur(16px);
}
.im-match-card { overflow: hidden; color: var(--im-navy); background: var(--im-paper); border-radius: 21px; }
.im-match-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 20px 22px 17px; border-bottom: 1px solid var(--im-line); }
.im-match-head strong { font-size: 13px; }
.im-live-pill { display: inline-flex; align-items: center; gap: 7px; color: var(--im-success); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.im-live-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(44,145,111,.12); }
.im-match-body { padding: 22px; }
.im-mini-label { margin-bottom: 0; color: var(--im-muted); font-size: 10px; font-weight: 830; letter-spacing: .12em; text-transform: uppercase; }
.im-match-body h2 { margin: 9px 0 8px; font-family: var(--im-font-display); font-size: 25px; font-weight: 500; line-height: 1.18; }
.im-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.im-tags span { padding: 6px 10px; border-radius: 99px; color: #40555d; background: #e8efed; font-size: 10px; font-weight: 760; }
.im-match-line { position: relative; height: 54px; display: grid; place-items: center; }
.im-match-line::before { content: ""; position: absolute; left: 30px; right: 30px; height: 1px; background: var(--im-line); }
.im-match-line i { position: relative; width: 35px; height: 35px; display: grid; place-items: center; color: white; background: var(--im-teal); border-radius: 50%; box-shadow: 0 8px 18px rgba(19,124,136,.24); }
.im-match-line svg { width: 16px; height: 16px; }
.im-asset-preview { display: grid; grid-template-columns: 84px 1fr; gap: 14px; padding: 15px; border: 1px solid var(--im-line); border-radius: 15px; background: white; }
.im-map-art { position: relative; overflow: hidden; min-height: 91px; border-radius: 11px; background: #dfeae7; }
.im-map-art::before, .im-map-art::after { content: ""; position: absolute; inset: -20px; border: 8px double rgba(7,92,102,.24); transform: rotate(25deg) translate(8px,5px); }
.im-map-art::after { border-color: rgba(55,154,192,.44); transform: rotate(-27deg) translate(-8px,13px); }
.im-map-art span { position: absolute; z-index: 2; left: 50%; top: 50%; width: 14px; height: 14px; transform: translate(-50%,-50%); border: 3px solid white; border-radius: 50%; background: var(--im-teal-dark); box-shadow: 0 4px 9px rgba(0,0,0,.2); }
.im-asset-preview strong { display: block; margin: 7px 0 6px; font-size: 14px; line-height: 1.35; }
.im-asset-preview small { display: block; color: var(--im-muted); font-size: 10px; line-height: 1.45; }
.im-verified-row { display: flex; align-items: center; gap: 10px; margin-top: 17px; padding-top: 16px; border-top: 1px solid var(--im-line); color: var(--im-muted); font-size: 10px; font-weight: 720; }
.im-avatar { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--im-teal-dark); font-size: 9px; font-weight: 850; }
.im-verified-row b { margin-left: auto; color: var(--im-success); }
.im-verified-row svg { width: 16px; height: 16px; }
.im-control-badge { position: absolute; right: -20px; bottom: 58px; display: flex; align-items: center; gap: 10px; padding: 12px 15px; color: var(--im-navy); background: white; border-radius: 13px; box-shadow: 0 18px 40px rgba(0,0,0,.2); font-size: 11px; font-weight: 820; }
.im-control-badge i { width: 28px; height: 28px; display: grid; place-items: center; color: var(--im-navy); background: var(--im-lime); border-radius: 8px; }
.im-control-badge svg { width: 16px; height: 16px; }

/* Franjas y secciones */
.im-trust-strip { background: var(--im-off); border-bottom: 1px solid var(--im-line); }
.im-trust-grid { min-height: 96px; display: grid; grid-template-columns: 1.2fr repeat(3,1fr); align-items: center; gap: 24px; }
.im-trust-grid > p { margin: 0; color: var(--im-muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.im-trust-grid > div { display: flex; align-items: center; gap: 11px; font-size: 12px; font-weight: 770; }
.im-trust-grid i { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; color: var(--im-teal); background: var(--im-mint); border-radius: 50%; }
.im-trust-grid svg { width: 19px; height: 19px; }
.im-section { padding-block: 110px; }
.im-section-alt { background: var(--im-off); }
.im-section-dark {
  color: var(--im-navy);
  background: radial-gradient(circle at 4% 15%, rgba(19,124,136,.08), transparent 26%), linear-gradient(135deg, #edf7f5, #f8fbfa 70%, #f5f7e8);
  border-block: 1px solid rgba(7,92,102,.08);
}
.im-section-heading { max-width: 760px; margin-bottom: 48px; }
.im-section-heading .im-kicker { color: var(--im-teal); }
.im-section-heading h2, .im-verification-copy h2, .im-access-copy h2 {
  margin-bottom: 18px; font-family: var(--im-font-display); font-size: clamp(38px, 4vw, 54px); font-weight: 500; line-height: 1.08; letter-spacing: -.036em;
}
.im-section-heading > p:last-child { margin: 0; color: var(--im-muted); font-size: 16px; line-height: 1.72; }
.im-heading-center { margin-inline: auto; text-align: center; }
.im-heading-center .im-kicker { justify-content: center; }

/* Mercado */
.im-market-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.im-market-toolbar > p { margin: 0; color: var(--im-muted); font-size: 11px; }
.im-tabs { display: inline-flex; padding: 5px; border: 1px solid var(--im-line); border-radius: 13px; background: var(--im-off); }
.im-tabs button { min-height: 38px; padding: 0 17px; border: 0; border-radius: 9px; color: var(--im-muted); background: transparent; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.im-tabs button.is-active { color: white; background: var(--im-teal-dark); box-shadow: 0 6px 15px rgba(7,92,102,.17); }
.im-market-view { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.im-market-view[hidden] { display: none; }
.im-listing-card { min-height: 332px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--im-line); border-radius: var(--im-radius); background: white; box-shadow: 0 8px 24px rgba(7,29,51,.04); transition: transform .2s ease, box-shadow .2s ease; }
.im-listing-card:hover { transform: translateY(-4px); box-shadow: var(--im-shadow-sm); }
.im-listing-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.im-listing-top > span { padding: 6px 9px; color: var(--im-teal-dark); background: var(--im-mint); border-radius: 99px; font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.im-listing-top small { color: #89969b; font-size: 9px; font-weight: 730; }
.im-listing-card h3 { margin: 24px 0 10px; font-family: var(--im-font-display); font-size: 26px; font-weight: 500; line-height: 1.19; }
.im-listing-card > p { color: var(--im-muted); font-size: 13px; line-height: 1.62; }
.im-listing-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 10px; }
.im-listing-facts > div { padding-top: 11px; border-top: 1px solid var(--im-line); }
.im-listing-facts span { display: block; margin-bottom: 4px; color: #88969a; font-size: 9px; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }
.im-listing-facts strong { font-size: 12px; line-height: 1.35; }
.im-listing-foot { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 22px; }
.im-listing-foot > span { display: inline-flex; align-items: center; gap: 5px; color: var(--im-success); font-size: 10px; font-weight: 790; }
.im-listing-foot svg { width: 13px; height: 13px; }
.im-listing-foot button { margin-left: auto; padding: 0; border: 0; color: var(--im-navy); background: none; font-size: 10px; font-weight: 830; }

/* Verificación */
.im-verification-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 75px; align-items: center; }
.im-verification-copy .im-kicker { color: #8cc7c5; }
.im-verification-copy > p { color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.76; }
.im-check-list { display: grid; gap: 13px; padding: 0; margin: 30px 0 0; list-style: none; }
.im-check-list li { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.5; }
.im-check-list i { width: 23px; height: 23px; display: grid; place-items: center; flex: 0 0 auto; color: var(--im-lime); background: rgba(105,170,88,.17); border-radius: 50%; }
.im-check-list svg { width: 13px; height: 13px; }
.im-verify-panel { padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--im-radius-lg); background: rgba(255,255,255,.055); }
.im-verify-ui { overflow: hidden; color: var(--im-navy); background: var(--im-paper); border-radius: 20px; }
.im-verify-head { display: flex; align-items: center; gap: 12px; padding: 20px 22px; border-bottom: 1px solid var(--im-line); }
.im-verify-head > i { width: 37px; height: 37px; display: grid; place-items: center; color: white; background: var(--im-teal-dark); border-radius: 10px; }
.im-verify-head svg { width: 19px; height: 19px; }
.im-verify-head div strong, .im-verify-head div span, .im-verify-head > b small { display: block; }
.im-verify-head div strong { font-size: 12px; }
.im-verify-head div span, .im-verify-head > b small { color: var(--im-muted); font-size: 9px; font-weight: 500; }
.im-verify-head > b { margin-left: auto; color: var(--im-success); font-size: 12px; text-align: right; }
.im-verify-steps { padding: 12px 22px 20px; margin: 0; list-style: none; }
.im-verify-steps li { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--im-line); }
.im-verify-steps li:last-child { border-bottom: 0; }
.im-verify-steps li > span { width: 27px; height: 27px; display: grid; place-items: center; color: white; background: var(--im-teal-dark); border-radius: 8px; font-size: 9px; font-weight: 850; }
.im-verify-steps div strong, .im-verify-steps div small { display: block; }
.im-verify-steps div strong { margin-bottom: 3px; font-size: 11px; }
.im-verify-steps div small { color: var(--im-muted); font-size: 9px; }
.im-verify-steps li > b { color: var(--im-success); font-size: 9px; }

/* Proceso y perfiles */
.im-process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.im-process-grid article { position: relative; min-height: 255px; padding: 27px; border: 1px solid var(--im-line); border-radius: var(--im-radius); background: white; }
.im-process-grid article > span { display: block; margin-bottom: 42px; color: var(--im-teal); font-family: var(--im-font-display); font-size: 27px; }
.im-process-grid h3 { margin-bottom: 11px; font-size: 16px; }
.im-process-grid p { margin: 0; color: var(--im-muted); font-size: 12px; line-height: 1.66; }
.im-process-grid article:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -15px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--im-line); border-radius: 50%; color: var(--im-teal); background: var(--im-paper); font-size: 13px; }
.im-player-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.im-player-grid > div { min-height: 92px; display: flex; align-items: center; gap: 13px; padding: 17px; border: 1px solid var(--im-line); border-radius: 14px; background: rgba(255,255,255,.58); font-size: 12px; font-weight: 770; }
.im-player-grid i { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; color: var(--im-teal-dark); background: var(--im-mint); border-radius: 11px; }
.im-player-grid svg { width: 18px; height: 18px; }

/* Solicitud */
.im-access-section { padding-block: 40px 110px; background: var(--im-off); }
.im-access-shell { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 64px; color: white; background: linear-gradient(135deg, var(--im-navy), var(--im-teal-dark)); border-radius: var(--im-radius-lg); }
.im-access-shell::after { content: ""; position: absolute; right: -160px; top: -210px; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,.022), 0 0 0 144px rgba(255,255,255,.016); }
.im-access-copy, .im-form-card { position: relative; z-index: 2; }
.im-access-copy { align-self: center; }
.im-access-copy .im-kicker { color: #a7d3ce; }
.im-access-copy > p { color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.7; }
.im-access-proof { display: flex; align-items: center; gap: 13px; margin-top: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); }
.im-access-proof > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: var(--im-navy); background: var(--im-lime); border-radius: 13px; }
.im-access-proof svg { width: 21px; height: 21px; }
.im-access-proof strong, .im-access-proof small { display: block; }
.im-access-proof small { margin-top: 2px; color: rgba(255,255,255,.58); font-size: 10px; }
.im-form-card { padding: 30px; color: var(--im-navy); background: var(--im-paper); border-radius: 22px; box-shadow: var(--im-shadow-lg); }
.im-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.im-form-grid label { display: grid; gap: 7px; }
.im-form-grid label > span { font-size: 10px; font-weight: 790; }
.im-field-full { grid-column: 1 / -1; }
.im-form-grid input, .im-form-grid select, .im-form-grid textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--im-line); border-radius: 10px; color: var(--im-navy); background: white; outline: none; }
.im-form-grid textarea { min-height: 88px; resize: vertical; }
.im-form-grid input:focus, .im-form-grid select:focus, .im-form-grid textarea:focus { border-color: var(--im-teal); box-shadow: 0 0 0 3px rgba(19,124,136,.1); }
.im-privacy-check { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 17px 0; color: var(--im-muted); font-size: 10px; line-height: 1.55; }
.im-privacy-check input { width: 16px; height: 16px; margin-top: 1px; accent-color: var(--im-teal); }
.im-privacy-check a { color: var(--im-teal-dark); text-decoration: underline; }
.im-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.im-form-small { margin: 13px 0 0; color: var(--im-muted); text-align: center; font-size: 9px; }
.im-form-notice { margin-bottom: 18px; padding: 12px 14px; border-radius: 10px; font-size: 11px; font-weight: 720; }
.im-form-notice-success { color: #17684f; background: #e0f2e9; border: 1px solid #bfe3d1; }
.im-form-notice-error { color: #8f2931; background: #f9e7e8; border: 1px solid #efc8cb; }

/* Pie */
.im-site-footer { color: rgba(255,255,255,.67); background: var(--im-navy-3); }
.im-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 50px; padding-block: 62px 50px; }
.im-footer-brand .im-brand-image { width: 235px; }
.im-footer-brand p { max-width: 340px; margin: 19px 0 0; font-size: 12px; line-height: 1.72; }
.im-footer-title { margin-bottom: 16px; color: white; font-family: var(--im-font-ui); font-size: 11px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.im-footer-links { display: grid; gap: 11px; padding: 0; margin: 0; list-style: none; font-size: 11px; }
.im-footer-links a:hover { color: white; }
.im-footer-links button { padding: 0; border: 0; color: inherit; background: none; text-align: left; }
.im-footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }

/* Modal */
.im-modal { position: fixed; z-index: 1000; inset: 0; display: none; place-items: center; padding: 22px; }
.im-modal.is-open { display: grid; }
.im-modal-backdrop { position: absolute; inset: 0; background: rgba(3,18,34,.76); backdrop-filter: blur(9px); }
.im-modal-dialog { position: relative; z-index: 1; width: min(100%,540px); padding: 36px; color: var(--im-navy); background: var(--im-paper); border-radius: 24px; box-shadow: 0 34px 95px rgba(0,0,0,.35); }
.im-modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--im-line); border-radius: 10px; color: var(--im-navy); background: white; }
.im-modal-close svg { width: 18px; height: 18px; }
.im-modal-seal { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 22px; color: var(--im-navy); background: var(--im-lime); border-radius: 15px; }
.im-modal-seal svg { width: 23px; height: 23px; }
.im-modal-dialog .im-kicker { margin-bottom: 12px; color: var(--im-teal); }
.im-modal-dialog h2 { max-width: 430px; margin-bottom: 13px; font-family: var(--im-font-display); font-size: 34px; font-weight: 500; line-height: 1.1; }
.im-modal-dialog > p:not(.im-kicker) { margin-bottom: 24px; color: var(--im-muted); font-size: 13px; line-height: 1.65; }

/* Contenido WordPress */
.im-content-main { min-height: 60vh; padding-block: 90px 110px; }
.im-content-header { max-width: 850px; margin-bottom: 45px; }
.im-content-header .im-kicker, .im-article .im-kicker, .im-error-page .im-kicker { color: var(--im-teal); }
.im-content-header h1, .im-article h1, .im-error-page h1 { margin-bottom: 18px; font-family: var(--im-font-display); font-size: clamp(42px,5vw,68px); font-weight: 500; line-height: 1.03; letter-spacing: -.04em; }
.im-content-header > p:last-child, .im-archive-description { color: var(--im-muted); font-size: 16px; }
.im-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.im-post-card { overflow: hidden; border: 1px solid var(--im-line); border-radius: var(--im-radius); background: white; box-shadow: 0 8px 24px rgba(7,29,51,.04); }
.im-post-image { aspect-ratio: 16/9; display: block; overflow: hidden; background: var(--im-mint); }
.im-post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.im-post-card:hover .im-post-image img { transform: scale(1.025); }
.im-post-card-body { padding: 24px; }
.im-post-meta { margin-bottom: 14px; color: var(--im-teal); font-size: 9px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.im-post-card h2 { margin-bottom: 10px; font-family: var(--im-font-display); font-size: 27px; font-weight: 500; line-height: 1.17; }
.im-post-excerpt { color: var(--im-muted); font-size: 13px; }
.im-text-link { color: var(--im-teal-dark); font-size: 11px; font-weight: 820; }
.im-pagination { margin-top: 40px; }
.im-pagination .nav-links { display: flex; gap: 8px; }
.im-pagination .page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--im-line); border-radius: 9px; font-size: 11px; }
.im-pagination .current { color: white; background: var(--im-teal-dark); }
.im-article { max-width: 900px; }
.im-article header { max-width: 800px; margin-bottom: 40px; }
.im-article-image { overflow: hidden; margin-bottom: 45px; border-radius: var(--im-radius-lg); }
.im-prose { color: #263e4a; font-family: var(--im-font-display); font-size: 19px; line-height: 1.8; }
.im-prose h2, .im-prose h3 { color: var(--im-navy); font-family: var(--im-font-ui); }
.im-prose a { color: var(--im-teal-dark); text-decoration: underline; }
.im-prose img { height: auto; border-radius: 14px; }
.im-article-footer { margin-top: 45px; padding-top: 24px; border-top: 1px solid var(--im-line); color: var(--im-muted); font-size: 11px; }
.im-error-page { max-width: 760px; text-align: center; }
.im-error-page .im-kicker { justify-content: center; }
.im-error-page p { color: var(--im-muted); }
.im-empty-state { grid-column: 1 / -1; padding: 60px; border: 1px solid var(--im-line); border-radius: var(--im-radius); text-align: center; }

/* Entrada visual */
@keyframes im-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.im-reveal { animation: im-rise .75s cubic-bezier(.2,.65,.25,1) both; }
.im-delay-1 { animation-delay: .14s; }

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

@media (max-width: 1050px) {
  .im-primary-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; margin: 0; padding: 18px 20px 22px; background: var(--im-paper); border-bottom: 1px solid var(--im-line); box-shadow: var(--im-shadow-sm); }
  .im-primary-nav.is-open { display: block; }
  .im-menu { align-items: stretch; flex-direction: column; gap: 4px; }
  .im-menu a { display: block; padding: 10px; }
  .im-menu-toggle { display: block; }
  .im-header-actions { margin-left: 0; }
  .im-hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .im-hero-copy { max-width: 790px; }
  .im-match-shell { width: min(100%,600px); }
  .im-control-badge { right: 20px; }
  .im-trust-grid { grid-template-columns: repeat(3,1fr); padding-block: 25px; }
  .im-trust-grid > p { grid-column: 1 / -1; }
  .im-market-view { grid-template-columns: repeat(2,1fr); }
  .im-listing-card:nth-child(3) { display: none; }
  .im-verification-grid { grid-template-columns: 1fr; }
  .im-process-grid { grid-template-columns: repeat(2,1fr); }
  .im-process-grid article:nth-child(2)::after { display: none; }
  .im-player-grid { grid-template-columns: repeat(2,1fr); }
  .im-access-shell { grid-template-columns: 1fr; }
  .im-access-copy { max-width: 720px; }
  .im-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .im-footer-grid > div:last-child { display: none; }
  .im-post-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 782px) {
  body.admin-bar .im-site-header { top: 46px; }
}

@media (max-width: 700px) {
  .im-container { width: min(calc(100% - 28px), var(--im-container)); }
  .im-demo-bar { font-size: 8px; }
  .im-header-inner { min-height: 67px; gap: 10px; }
  .im-brand-image { width: 190px; }
  .custom-logo { max-width: 190px; max-height: 44px; }
  .im-header-actions .im-btn-ghost { display: none; }
  .im-header-actions .im-btn-primary { display: none; }
  .im-hero-grid { min-height: auto; padding-block: 68px 70px; }
  .im-hero h1 { font-size: 46px; }
  .im-hero-lead { font-size: 15px; }
  .im-hero-actions .im-btn { width: 100%; }
  .im-match-shell { padding: 10px; border-radius: 23px; }
  .im-match-body { padding: 17px; }
  .im-control-badge { display: none; }
  .im-trust-grid { grid-template-columns: 1fr; gap: 15px; }
  .im-trust-grid > p { grid-column: auto; }
  .im-section { padding-block: 78px; }
  .im-section-heading { margin-bottom: 34px; }
  .im-section-heading h2, .im-verification-copy h2, .im-access-copy h2 { font-size: 39px; }
  .im-market-toolbar { align-items: flex-start; flex-direction: column; }
  .im-tabs { width: 100%; }
  .im-tabs button { flex: 1; padding-inline: 8px; }
  .im-market-view { grid-template-columns: 1fr; }
  .im-listing-card:nth-child(3) { display: none; }
  .im-process-grid { grid-template-columns: 1fr; }
  .im-process-grid article::after { display: none !important; }
  .im-player-grid { grid-template-columns: 1fr; }
  .im-access-section { padding-bottom: 78px; }
  .im-access-shell { gap: 38px; padding: 40px 24px; border-radius: 24px; }
  .im-form-card { padding: 23px 18px; }
  .im-form-grid { grid-template-columns: 1fr; }
  .im-field-full { grid-column: auto; }
  .im-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .im-footer-brand { grid-column: 1 / -1; }
  .im-footer-grid > div:last-child { display: block; }
  .im-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
  .im-modal-dialog { padding: 30px 24px; }
  .im-post-grid { grid-template-columns: 1fr; }
  .im-content-main { padding-block: 70px 85px; }
}

@media (max-width: 430px) {
  .im-brand-image { width: 172px; }
  .im-asset-preview { grid-template-columns: 72px 1fr; }
  .im-verified-row { align-items: flex-start; }
}

/* Dirección SaaS luminosa · 1.1.1 */
:root {
  --im-off: #f4f8f7;
  --im-paper: #fbfdfc;
  --im-line: rgba(7, 29, 51, .105);
  --im-shadow-sm: 0 16px 42px rgba(7, 29, 51, .075);
  --im-shadow-lg: 0 34px 90px rgba(7, 29, 51, .14);
}

body {
  background:
    radial-gradient(circle at 8% 0%, rgba(19, 124, 136, .045), transparent 25%),
    var(--im-paper);
}

.im-demo-bar {
  min-height: 34px;
  color: #315f64;
  background: linear-gradient(90deg, #e4f3f0, #f1f8f5 56%, #eef4d9);
  border-bottom: 1px solid rgba(7, 92, 102, .08);
}

.im-site-header {
  background: rgba(255, 255, 255, .9);
  border-bottom-color: rgba(7, 29, 51, .075);
  box-shadow: 0 7px 30px rgba(7, 29, 51, .035);
}

.im-header-inner { min-height: 82px; }
.im-menu a { color: #516771; }

.im-hero {
  color: var(--im-navy);
  background:
    radial-gradient(circle at 84% 16%, rgba(55, 154, 192, .16), transparent 28%),
    radial-gradient(circle at 96% 92%, rgba(211, 223, 0, .12), transparent 24%),
    linear-gradient(145deg, #ffffff 0%, #f6fbfa 56%, #edf7f5 100%);
  border-bottom: 1px solid rgba(7, 29, 51, .075);
}

.im-hero::before {
  opacity: .42;
  background-image:
    linear-gradient(rgba(7, 92, 102, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 92, 102, .065) 1px, transparent 1px);
  mask-image: linear-gradient(to right, transparent 1%, rgba(0, 0, 0, .45) 55%, black 100%);
}

.im-hero::after {
  right: -310px;
  bottom: -390px;
  border-color: rgba(7, 92, 102, .1);
  box-shadow: 0 0 0 76px rgba(19, 124, 136, .025), 0 0 0 152px rgba(105, 170, 88, .02);
}

.im-hero-grid {
  min-height: 690px;
  grid-template-columns: 1.02fr .98fr;
  gap: 66px;
  padding-block: 82px 96px;
}

.im-eyebrow {
  width: fit-content;
  padding: 8px 12px;
  margin-bottom: 25px;
  color: var(--im-teal-dark);
  background: rgba(19, 124, 136, .075);
  border: 1px solid rgba(19, 124, 136, .12);
  border-radius: 999px;
}

.im-eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--im-success);
  box-shadow: 0 0 0 4px rgba(44, 145, 111, .11);
}

.im-hero h1 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(49px, 5.15vw, 74px);
  line-height: 1.01;
}

.im-hero h1 span {
  color: var(--im-teal-dark);
  background: linear-gradient(90deg, #075c66 0%, #167f86 48%, #73a342 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.im-hero-lead {
  max-width: 625px;
  color: #5b7079;
  font-size: 17px;
}

.im-hero-notes { color: #62757d; }
.im-hero-notes svg { color: var(--im-success); }
.im-hero .im-btn-ghost { color: var(--im-navy); background: rgba(255, 255, 255, .7); border-color: rgba(7, 29, 51, .13); }
.im-hero .im-btn-ghost:hover { background: white; box-shadow: var(--im-shadow-sm); }

.im-product-shell {
  position: relative;
  padding: 13px;
  border: 1px solid rgba(7, 92, 102, .12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .58);
  box-shadow: var(--im-shadow-lg);
  backdrop-filter: blur(14px);
}

.im-product-window {
  overflow: hidden;
  border: 1px solid rgba(7, 29, 51, .09);
  border-radius: 20px;
  color: var(--im-navy);
  background: white;
}

.im-product-topbar {
  min-height: 57px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 0 19px;
  border-bottom: 1px solid var(--im-line);
  background: #fbfdfc;
}

.im-window-dots { display: flex; gap: 5px; }
.im-window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #cbd7d5; }
.im-window-dots i:nth-child(2) { background: #9bc4c2; }
.im-window-dots i:nth-child(3) { background: #b8cc61; }
.im-product-topbar strong { font-size: 12px; text-align: center; }
.im-product-topbar > span { justify-self: end; color: #829197; font-size: 9px; font-weight: 720; text-transform: uppercase; letter-spacing: .06em; }

.im-product-summary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 21px 22px 17px;
  background: linear-gradient(120deg, #f7fbfa, #eef7f4);
}

.im-product-summary div { display: flex; align-items: baseline; gap: 11px; }
.im-product-summary small { color: #687b83; font-size: 10px; font-weight: 760; }
.im-product-summary strong { font-family: var(--im-font-display); font-size: 28px; font-weight: 500; line-height: 1; }
.im-product-summary > span { color: #839197; font-size: 9px; }

.im-product-list { display: grid; padding: 4px 18px; }
.im-product-list article {
  min-height: 90px;
  display: grid;
  grid-template-columns: 55px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 3px;
  border-bottom: 1px solid var(--im-line);
}
.im-product-list article:last-child { border-bottom: 0; }
.im-product-list p { margin: 0 0 5px; font-size: 12px; font-weight: 780; line-height: 1.35; }
.im-product-list p span { margin-right: 6px; color: var(--im-teal); font-size: 8px; letter-spacing: .07em; }
.im-product-list article > div:nth-child(2) > small { display: block; color: #74868d; font-size: 9px; line-height: 1.45; }
.im-product-list article > b { padding: 6px 8px; border-radius: 999px; color: #257258; background: #e5f4ec; font-size: 8px; white-space: nowrap; }
.im-product-list article:nth-child(2) > b { color: #49646c; background: #edf2f1; }
.im-product-list article:nth-child(3) > b { color: #756d2c; background: #f5f4dc; }

.im-match-score {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-top: 13px;
  border: 1px solid #b9d6d2;
  border-radius: 50%;
  color: var(--im-teal-dark);
  background: #f1f8f6;
  box-shadow: inset 0 0 0 4px white;
}
.im-match-score strong { font-size: 15px; line-height: 1; }
.im-match-score small { font-size: 8px; font-weight: 800; }
.im-match-score.is-high { color: #267457; border-color: #9fd0ba; background: #e9f7f0; }
.im-match-score.is-open { color: #77702b; border-color: #d9d391; background: #faf9e9; }

.im-product-footer {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px;
  border-top: 1px solid var(--im-line);
  background: #fbfdfc;
  color: #697b82;
  font-size: 9px;
}
.im-product-footer span { display: inline-flex; align-items: center; gap: 7px; }
.im-product-footer svg { width: 14px; height: 14px; color: var(--im-success); }
.im-product-footer strong { color: var(--im-teal-dark); font-size: 9px; }
.im-product-shell .im-control-badge { right: -18px; bottom: -20px; box-shadow: 0 18px 48px rgba(7, 29, 51, .15); }

.im-trust-strip { background: white; }
.im-trust-grid { min-height: 102px; }
.im-listing-card, .im-process-grid article, .im-player-grid > div { box-shadow: 0 10px 30px rgba(7, 29, 51, .035); }
.im-listing-card:hover { box-shadow: 0 22px 48px rgba(7, 29, 51, .09); }

.im-section-dark {
  color: var(--im-navy);
  background:
    radial-gradient(circle at 4% 15%, rgba(19, 124, 136, .08), transparent 26%),
    linear-gradient(135deg, #edf7f5, #f8fbfa 70%, #f5f7e8);
  border-block: 1px solid rgba(7, 92, 102, .08);
}
.im-verification-copy .im-kicker { color: var(--im-teal); }
.im-verification-copy > p { color: var(--im-muted); }
.im-check-list li { color: #314b55; }
.im-check-list i { color: var(--im-success); background: rgba(44, 145, 111, .1); }
.im-verify-panel { border-color: rgba(7, 92, 102, .11); background: rgba(255, 255, 255, .66); box-shadow: var(--im-shadow-sm); }
.im-verify-ui { background: white; box-shadow: 0 10px 26px rgba(7, 29, 51, .04); }

.im-access-shell { box-shadow: 0 34px 80px rgba(7, 29, 51, .14); }
.im-modal-actions { display: flex; flex-wrap: wrap; gap: 10px; }

@media (max-width: 1050px) {
  .im-hero-grid { grid-template-columns: 1fr; }
  .im-product-shell { width: min(100%, 680px); }
}

@media (max-width: 700px) {
  .im-header-inner { min-height: 70px; }
  .im-hero-grid { padding-block: 66px 74px; }
  .im-product-shell { padding: 8px; border-radius: 21px; }
  .im-product-topbar { grid-template-columns: auto 1fr; }
  .im-product-topbar strong { text-align: left; }
  .im-product-topbar > span { display: none; }
  .im-product-summary { align-items: flex-start; flex-direction: column; gap: 5px; }
  .im-product-list { padding-inline: 12px; }
  .im-product-list article { grid-template-columns: 48px 1fr; gap: 11px; }
  .im-product-list article > b { display: none; }
  .im-match-score { width: 45px; height: 45px; padding-top: 11px; }
  .im-product-footer { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 11px; }
  .im-product-shell .im-control-badge { display: none; }
}
