
:root{
  --ipd-blue:#2563eb;--ipd-blue2:#1d4ed8;--ipd-dark:#0b1220;--ipd-text:#334155;
  --ipd-muted:#64748b;--ipd-line:#e2e8f0;--ipd-soft:#f8fafc;--ipd-pale:#eff6ff;
  --ipd-white:#fff;--ipd-shadow:0 24px 70px rgba(15,23,42,.10)
}
body.ipd-auto-page{overflow-x:hidden;background:#fff}
body.ipd-auto-page #main-header,body.ipd-auto-page #top-header,body.ipd-auto-page #main-footer{display:none!important}
body.ipd-auto-page #main-content,body.ipd-auto-page #main-content>.container,
body.ipd-auto-page #left-area{width:100%!important;max-width:none!important;padding:0!important;margin:0!important}
body.ipd-auto-page #main-content .container:before,body.ipd-auto-page #sidebar,
body.ipd-auto-page .entry-title,body.ipd-auto-page .post-meta,body.ipd-auto-page .et_post_meta_wrapper{display:none!important}
body.ipd-auto-page .et_pb_section,body.ipd-auto-page .et_pb_row,body.ipd-auto-page .et_pb_column,
body.ipd-auto-page .et_pb_module,body.ipd-auto-page .et_pb_text,body.ipd-auto-page .et_pb_text_inner{
  width:100%!important;max-width:none!important;margin:0!important;padding:0!important
}
.ipd-auto{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ipd-text)}
.ipd-auto *{box-sizing:border-box}
.ipd-auto a{text-decoration:none}
.ipd-auto-container{width:min(1180px,calc(100% - 96px));margin:0 auto}
.ipd-auto-section{padding:96px 0}
.ipd-auto h1,.ipd-auto h2,.ipd-auto h3{margin:0;padding:0;color:var(--ipd-dark);font-weight:780;letter-spacing:-.04em}
.ipd-auto h1{font-size:clamp(46px,5.6vw,76px);line-height:1.0}
.ipd-auto h2{font-size:clamp(34px,4vw,56px);line-height:1.05}
.ipd-auto h3{font-size:21px;line-height:1.2}
.ipd-auto p{margin:0;color:var(--ipd-text);line-height:1.75}
.ipd-auto-eyebrow{color:var(--ipd-blue);font-size:12px;font-weight:850;letter-spacing:.16em;margin-bottom:18px}
.ipd-auto-lead{font-size:clamp(18px,1.6vw,22px);color:var(--ipd-muted)!important;margin-top:24px!important;max-width:820px}
.ipd-auto-nav{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.93);backdrop-filter:blur(15px);border-bottom:1px solid rgba(226,232,240,.9)}
.admin-bar .ipd-auto-nav{top:32px}
.ipd-auto-nav-inner{min-height:72px;display:flex;align-items:center;gap:26px}
.ipd-auto-logo{font-size:21px;font-weight:900;color:var(--ipd-dark)!important;letter-spacing:-.04em}
.ipd-auto-logo span{color:var(--ipd-blue)}
.ipd-auto-nav-links{display:flex;gap:21px;margin-left:auto;align-items:center}
.ipd-auto-nav-links a{font-size:13px;font-weight:680;color:#475569!important}
.ipd-auto-nav-links a:hover{color:var(--ipd-blue)!important}
.ipd-auto-nav-cta{padding:11px 17px;border-radius:999px;background:var(--ipd-dark);color:#fff!important;font-size:13px;font-weight:750}
.ipd-auto-hero{padding:82px 0 90px;background:radial-gradient(circle at 82% 20%,rgba(37,99,235,.13),transparent 32%),linear-gradient(#fff,#f8fbff)}
.ipd-auto-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);gap:70px;align-items:center}
.ipd-auto-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.ipd-auto-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 23px;border-radius:999px;font-size:15px;font-weight:760;border:1px solid transparent}
.ipd-auto-btn-primary{background:var(--ipd-blue);color:#fff!important;box-shadow:0 12px 30px rgba(37,99,235,.22)}
.ipd-auto-btn-light{background:#fff;color:var(--ipd-dark)!important;border-color:var(--ipd-line)}
.ipd-auto-hero-media{border:1px solid var(--ipd-line);border-radius:26px;background:#fff;padding:14px;box-shadow:var(--ipd-shadow);transform:rotate(1deg)}
.ipd-auto-hero-media img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:18px}
.ipd-auto-chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
.ipd-auto-chip{padding:9px 13px;background:#fff;border:1px solid var(--ipd-line);border-radius:999px;color:#475569;font-size:13px;font-weight:650}
.ipd-auto-intro{background:#fff}
.ipd-auto-intro-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}
.ipd-auto-prose{display:grid;gap:20px;font-size:17px}
.ipd-auto-cards-bg{background:var(--ipd-soft)}
.ipd-auto-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:46px}
.ipd-auto-card{background:#fff;border:1px solid var(--ipd-line);border-radius:22px;padding:27px}
.ipd-auto-card b{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:var(--ipd-pale);color:var(--ipd-blue);font-size:12px;margin-bottom:28px}
.ipd-auto-card p{font-size:15px;margin-top:10px!important;color:var(--ipd-muted)!important}
.ipd-auto-examples{background:var(--ipd-dark)}
.ipd-auto-examples h2{color:#fff}
.ipd-auto-examples .ipd-auto-eyebrow{color:#93c5fd}
.ipd-auto-example-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:44px}
.ipd-auto-example{padding:25px;border-radius:20px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07)}
.ipd-auto-example h3{color:#fff;font-size:19px}
.ipd-auto-example p{color:#94a3b8!important;font-size:14px;margin-top:8px!important}
.ipd-auto-faq{background:#fff}
.ipd-auto-faq-list{display:grid;gap:12px;margin-top:40px}
.ipd-auto-faq-item{padding:24px 26px;border:1px solid var(--ipd-line);border-radius:18px;background:#fff}
.ipd-auto-faq-item strong{display:block;color:var(--ipd-dark);font-size:17px}
.ipd-auto-faq-item p{font-size:15px;color:var(--ipd-muted)!important;margin-top:8px!important}
.ipd-auto-related{background:var(--ipd-pale)}
.ipd-auto-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:38px}
.ipd-auto-related-card{padding:22px;border-radius:18px;background:#fff;border:1px solid #dbeafe;color:var(--ipd-dark)!important;font-weight:750}
.ipd-auto-related-card span{display:block;margin-top:7px;color:var(--ipd-muted);font-weight:500;font-size:13px}
.ipd-auto-cta{background:var(--ipd-dark);text-align:center}
.ipd-auto-cta h2{color:#fff;margin:0 auto;max-width:850px}
.ipd-auto-cta p{color:#cbd5e1!important;margin-top:16px!important}
.ipd-auto-cta .ipd-auto-btn{margin-top:26px}
.ipd-auto-footer{padding:34px 0;background:#07101f;border-top:1px solid rgba(255,255,255,.08)}
.ipd-auto-footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center;color:#94a3b8;font-size:13px}
.ipd-auto-footer-links{display:flex;flex-wrap:wrap;gap:16px}
.ipd-auto-footer a{color:#cbd5e1!important}
.ipd-auto-project-list{display:grid;gap:18px;margin-top:48px}
.ipd-auto-project{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:34px;align-items:start;padding:24px;border:1px solid var(--ipd-line);border-radius:24px;background:#fff}
.ipd-auto-project img{display:block;width:100%;height:220px;object-fit:cover;border-radius:18px}
.ipd-auto-project small{display:block;color:var(--ipd-blue);font-weight:850;letter-spacing:.1em;margin-top:4px}
.ipd-auto-project h3{margin-top:9px;max-width:720px}
.ipd-auto-project p{font-size:16px;margin-top:11px!important;max-width:760px}
.ipd-auto-result{grid-column:2;padding:17px 19px;border-radius:15px;background:var(--ipd-pale);color:var(--ipd-dark);font-weight:750;line-height:1.5;max-width:760px}
.ipd-auto-about-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}
.ipd-auto-about-media img{width:100%;border-radius:22px;border:1px solid var(--ipd-line);box-shadow:var(--ipd-shadow)}
.ipd-auto-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:38px}
.ipd-auto-value{padding:22px;border:1px solid var(--ipd-line);border-radius:18px;background:#fff}
.ipd-auto-value strong{display:block;color:var(--ipd-dark)}
.ipd-auto-value span{display:block;color:var(--ipd-muted);font-size:14px;margin-top:6px;line-height:1.55}
.ipd-auto-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.ipd-auto-contact-box{padding:30px;border:1px solid var(--ipd-line);border-radius:26px;background:#fff;box-shadow:var(--ipd-shadow)}
.ipd-auto-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ipd-auto-contact-form label{display:block;margin-bottom:15px;color:var(--ipd-dark);font-size:13px;font-weight:700}
.ipd-auto-contact-form input,.ipd-auto-contact-form textarea{width:100%;margin-top:7px;padding:13px 14px;border:1px solid var(--ipd-line);border-radius:12px;background:var(--ipd-soft);font:inherit}
.ipd-auto-contact-form textarea{resize:vertical}
.ipd-auto-consent{display:flex!important;gap:8px;align-items:flex-start;color:var(--ipd-muted)!important;font-weight:500!important}
.ipd-auto-consent input{width:auto;margin-top:3px}
.ipd-auto-form-status{padding:13px 15px;border-radius:11px;margin-bottom:14px;font-size:14px;font-weight:700}
.ipd-auto-form-status.success{background:#ecfdf5;color:#047857}.ipd-auto-form-status.error{background:#fef2f2;color:#b91c1c}
.ipd-auto-hp{position:absolute!important;left:-9999px!important}
.ipd-home-seo-links{padding:70px 0;background:#fff;border-top:1px solid var(--ipd-line);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.ipd-home-seo-links h2{margin:0;color:var(--ipd-dark);font-size:34px;letter-spacing:-.03em}
.ipd-home-seo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px}
.ipd-home-seo-grid a{padding:18px;border:1px solid var(--ipd-line);border-radius:16px;color:var(--ipd-dark)!important;font-weight:720;background:var(--ipd-soft)}
.ipd-card-more{display:inline-block;margin-top:14px;color:var(--ipd-blue)!important;font-size:13px;font-weight:760}
@media(max-width:980px){
  .ipd-auto-container{width:min(100% - 56px,1180px)}.ipd-auto-nav-links{display:none}
  .ipd-auto-nav-cta{margin-left:auto}.ipd-auto-section{padding:74px 0}
  .ipd-auto-hero-grid,.ipd-auto-intro-grid,.ipd-auto-about-grid,.ipd-auto-contact-grid{grid-template-columns:1fr;gap:46px}
  .ipd-auto-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ipd-auto-project{grid-template-columns:260px minmax(0,1fr);gap:24px}.ipd-auto-result{grid-column:2}
  .ipd-home-seo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .admin-bar .ipd-auto-nav{top:46px}.ipd-auto-container{width:min(100% - 34px,1180px)}
  .ipd-auto-section{padding:56px 0}.ipd-auto-hero{padding-top:52px}
  .ipd-auto-grid,.ipd-auto-example-grid,.ipd-auto-related-grid,.ipd-auto-values,.ipd-home-seo-grid,.ipd-auto-form-row{grid-template-columns:1fr}
  .ipd-auto-project{grid-template-columns:1fr;gap:20px}.ipd-auto-result{grid-column:1}.ipd-auto-project img{height:210px}
  .ipd-auto-footer-inner{display:block}.ipd-auto-footer-links{margin-top:12px}
}

/* ===== MENÚ DEFINITIVO INFOPID v1.4 ===== */
.ipd-nav.ipd-nav-v14{
  position:sticky!important;
  top:0!important;
  z-index:9999;
  width:100%;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid rgba(226,232,240,.9);
  backdrop-filter:blur(16px);
  font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
}
.admin-bar .ipd-nav.ipd-nav-v14{top:32px!important}

.ipd-nav-v14 .ipd-nav-inner{
  width:min(1420px,calc(100% - 72px))!important;
  max-width:1420px!important;
  min-height:82px!important;
  margin:0 auto!important;
  display:flex;
  align-items:center;
  gap:28px!important;
  padding:0!important
}
.ipd-nav-v14 .ipd-logo{
  flex:0 0 auto;
  color:#0b1220!important;
  text-decoration:none!important;
  font-size:22px;
  font-weight:900;
  letter-spacing:-.04em
}
.ipd-nav-v14 .ipd-logo span{color:#2563eb}
.ipd-nav-v14 .ipd-nav-links{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:26px!important;
  margin-left:auto!important
}
.ipd-nav-v14 .ipd-nav-links>a,
.ipd-nav-v14 .ipd-nav-dropdown-toggle{
  color:#475569!important;
  text-decoration:none!important;
  font:inherit;
  font-size:14px;
  font-weight:680;
  white-space:nowrap;
  border:0;
  background:transparent;
  padding:26px 0;
  cursor:pointer;
  margin:0!important
}
.ipd-nav-v14 .ipd-nav-links>a:hover,
.ipd-nav-v14 .ipd-nav-dropdown-toggle:hover,
.ipd-nav-v14 .ipd-nav-dropdown.is-open>.ipd-nav-dropdown-toggle{
  color:#2563eb!important
}
.ipd-nav-v14 .ipd-nav-cta{
  flex:0 0 auto;
  padding:13px 20px;
  border-radius:999px;
  background:#0b1220;
  color:#fff!important;
  text-decoration:none!important;
  font-size:13px;
  font-weight:780;
  white-space:nowrap
}
.ipd-nav-v14 .ipd-nav-cta:hover{background:#1e293b}

.ipd-nav-dropdown{
  position:relative;
  display:flex;
  align-items:center
}
.ipd-nav-dropdown-toggle span{
  display:inline-block;
  font-size:11px;
  margin-left:3px;
  transition:transform .2s ease
}
.ipd-nav-dropdown.is-open .ipd-nav-dropdown-toggle span{transform:rotate(180deg)}
.ipd-nav-dropdown-menu{
  position:absolute;
  top:calc(100% - 8px);
  left:50%;
  transform:translateX(-50%) translateY(8px);
  width:330px;
  padding:10px;
  border:1px solid #e2e8f0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 24px 60px rgba(15,23,42,.14);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease
}
.ipd-nav-dropdown:hover .ipd-nav-dropdown-menu,
.ipd-nav-dropdown:focus-within .ipd-nav-dropdown-menu,
.ipd-nav-dropdown.is-open .ipd-nav-dropdown-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0)
}
.ipd-nav-dropdown-menu>a{
  display:block;
  padding:13px 14px;
  border-radius:12px;
  text-decoration:none!important
}
.ipd-nav-dropdown-menu>a:hover{background:#f8fafc}
.ipd-nav-dropdown-menu strong{
  display:block;
  color:#0b1220;
  font-size:14px;
  font-weight:780
}
.ipd-nav-dropdown-menu span{
  display:block;
  margin-top:3px;
  color:#64748b;
  font-size:12px;
  font-weight:500
}

.ipd-nav-mobile-toggle{
  display:none;
  width:42px;
  height:42px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#fff;
  padding:10px;
  cursor:pointer
}
.ipd-nav-mobile-toggle span{
  display:block;
  height:2px;
  margin:4px 0;
  background:#0b1220;
  border-radius:999px
}

@media(max-width:1180px){
  .ipd-nav-v14 .ipd-nav-inner{
    width:min(100% - 46px,1420px)!important;
    gap:18px
  }
  .ipd-nav-v14 .ipd-nav-links{gap:17px}
  .ipd-nav-v14 .ipd-nav-links>a,
  .ipd-nav-v14 .ipd-nav-dropdown-toggle{font-size:13px}
  .ipd-nav-v14 .ipd-nav-cta{padding:12px 16px}
}
@media(max-width:980px){
  .ipd-nav-v14 .ipd-nav-inner{min-height:68px}
  .ipd-nav-v14 .ipd-nav-links{
    display:none;
    position:absolute;
    top:100%;
    left:20px;
    right:20px;
    margin:0;
    padding:14px;
    border:1px solid #e2e8f0;
    border-radius:18px;
    background:#fff;
    box-shadow:0 20px 50px rgba(15,23,42,.14);
    flex-direction:column;
    align-items:stretch;
    gap:0
  }
  .ipd-nav-v14.mobile-open .ipd-nav-links{display:flex}
  .ipd-nav-v14 .ipd-nav-links>a,
  .ipd-nav-v14 .ipd-nav-dropdown-toggle{
    display:block;
    width:100%;
    padding:13px 12px;
    text-align:left;
    font-size:14px
  }
  .ipd-nav-v14 .ipd-nav-dropdown{display:block}
  .ipd-nav-v14 .ipd-nav-dropdown-menu{
    position:static;
    width:auto;
    transform:none!important;
    opacity:1;
    visibility:visible;
    display:none;
    pointer-events:auto;
    box-shadow:none;
    border:0;
    border-radius:12px;
    padding:4px 0 7px 14px
  }
  .ipd-nav-v14 .ipd-nav-dropdown.is-open .ipd-nav-dropdown-menu{display:block}
  .ipd-nav-v14 .ipd-nav-cta{margin-left:auto}
  .ipd-nav-v14 .ipd-nav-mobile-toggle{display:block}
}
@media(max-width:640px){
  .admin-bar .ipd-nav.ipd-nav-v14{top:46px}
  .ipd-nav-v14 .ipd-nav-inner{width:calc(100% - 30px)!important}
  .ipd-nav-v14 .ipd-logo{font-size:19px}
  .ipd-nav-v14 .ipd-nav-cta{display:none}
}

/* Evita que el menú HOME antiguo conserve estilos que interfieran */
body.home .ipd-nav.ipd-nav-v14 .ipd-nav-links{margin-right:0!important}

/* ===== BRANDING + CABECERA INFOPID v1.7 ===== */
.ipd-nav.ipd-nav-v14{
  position:sticky!important;
  top:0!important;
  height:auto!important;
  min-height:82px!important;
  overflow:visible!important;
}
body.admin-bar .ipd-nav.ipd-nav-v14{top:32px!important}
.ipd-nav-v14 .ipd-nav-inner{
  min-height:82px!important;
  height:auto!important;
  gap:28px!important;
  padding:10px 0!important;
}
.ipd-nav-v14 .ipd-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.ipd-nav-v14 .ipd-logo img{
  display:block!important;
  width:auto!important;
  height:48px!important;
  max-width:235px!important;
  max-height:48px!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.ipd-nav-v14 .ipd-nav-links{
  gap:26px!important;
  margin-left:auto!important;
  margin-right:0!important;
}
.ipd-nav-v14 .ipd-nav-links>a,
.ipd-nav-v14 .ipd-nav-dropdown,
.ipd-nav-v14 .ipd-nav-dropdown-toggle{
  margin:0!important;
}
.ipd-nav-v14 .ipd-nav-dropdown-toggle{
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
}
@media(max-width:1180px){
  .ipd-nav-v14 .ipd-nav-inner{gap:18px!important}
  .ipd-nav-v14 .ipd-logo img{height:43px!important;max-height:43px!important;max-width:212px!important}
  .ipd-nav-v14 .ipd-nav-links{gap:17px!important}
}
@media(max-width:980px){
  .ipd-nav.ipd-nav-v14{min-height:70px!important}
  .ipd-nav-v14 .ipd-nav-inner{min-height:70px!important;padding:8px 0!important}
  .ipd-nav-v14 .ipd-logo img{height:40px!important;max-height:40px!important;max-width:198px!important}
  .ipd-nav-v14 .ipd-nav-links{gap:0!important}
}
@media(max-width:640px){
  body.admin-bar .ipd-nav.ipd-nav-v14{top:46px!important}
  .ipd-nav-v14 .ipd-logo img{height:36px!important;max-height:36px!important;max-width:178px!important}
}

/* ===== FIX MENÚ ESTABLE v1.8 ===== */
.ipd-nav-v14 .ipd-nav-links{
  display:block!important;
  margin-left:auto!important;
  margin-right:0!important;
  padding:0!important;
  width:auto!important;
}
.ipd-nav-v14 .ipd-menu-list{
  list-style:none!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:nowrap!important;
  gap:26px!important;
  margin:0!important;
  padding:0!important;
}
.ipd-nav-v14 .ipd-menu-list>.ipd-menu-item{
  list-style:none!important;
  display:flex!important;
  align-items:center!important;
  position:relative!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
  width:auto!important;
  min-width:0!important;
}
.ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a,
.ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a:link,
.ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a:visited,
.ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a:hover,
.ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a:focus,
.ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a:active,
.ipd-nav-v14 .ipd-nav-dropdown-toggle{
  display:flex!important;
  align-items:center!important;
  width:auto!important;
  min-width:max-content!important;
  margin:0!important;
  padding:26px 0!important;
  float:none!important;
  clear:none!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  color:#475569!important;
  font-family:inherit!important;
  font-size:14px!important;
  font-weight:680!important;
  line-height:1.2!important;
  letter-spacing:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a:hover,
.ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a:focus,
.ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a:active,
.ipd-nav-v14 .ipd-nav-dropdown-toggle:hover,
.ipd-nav-v14 .ipd-nav-dropdown-toggle:focus,
.ipd-nav-v14 .ipd-nav-dropdown.is-open>.ipd-nav-dropdown-toggle{
  color:#2563eb!important;
}
.ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a:focus-visible,
.ipd-nav-v14 .ipd-nav-dropdown-toggle:focus-visible{
  outline:2px solid #93c5fd!important;
  outline-offset:5px!important;
  border-radius:4px!important;
}

/* El dropdown conserva su espacio como un único elemento del flex */
.ipd-nav-v14 .ipd-menu-list>.ipd-nav-dropdown{
  display:flex!important;
  align-items:center!important;
}
.ipd-nav-v14 .ipd-nav-dropdown-menu{
  z-index:10000!important;
}

/* Reducimos suavemente en portátiles sin permitir que se peguen */
@media(max-width:1180px){
  .ipd-nav-v14 .ipd-menu-list{gap:18px!important}
  .ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a,
  .ipd-nav-v14 .ipd-nav-dropdown-toggle{
    font-size:13px!important;
  }
}

/* Menú móvil */
@media(max-width:980px){
  .ipd-nav-v14 .ipd-nav-links{
    display:none!important;
    position:absolute!important;
    top:100%!important;
    left:20px!important;
    right:20px!important;
    width:auto!important;
    margin:0!important;
    padding:14px!important;
    border:1px solid #e2e8f0!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 20px 50px rgba(15,23,42,.14)!important;
  }
  .ipd-nav-v14.mobile-open .ipd-nav-links{display:block!important}
  .ipd-nav-v14 .ipd-menu-list{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
  }
  .ipd-nav-v14 .ipd-menu-list>.ipd-menu-item{
    display:block!important;
    width:100%!important;
  }
  .ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a,
  .ipd-nav-v14 .ipd-nav-dropdown-toggle{
    display:flex!important;
    width:100%!important;
    padding:13px 12px!important;
    font-size:14px!important;
  }
}


/* ===== AJUSTE LOGO v1.9 ===== */
.ipd-nav-v14 .ipd-logo img{height:48px!important;max-height:48px!important;max-width:250px!important;width:auto!important}
@media(max-width:1180px){.ipd-nav-v14 .ipd-logo img{height:43px!important;max-height:43px!important;max-width:225px!important}}
@media(max-width:980px){.ipd-nav-v14 .ipd-logo img{height:40px!important;max-height:40px!important;max-width:210px!important}}
@media(max-width:640px){.ipd-nav-v14 .ipd-logo img{height:36px!important;max-height:36px!important;max-width:188px!important}}


/* ===== PALETA CORPORATIVA v2.0 ===== */
:root{
  --ipd-blue:#4b67b3;
  --ipd-blue2:#334a8d;
  --ipd-dark:#09162e;
  --ipd-text:#42526a;
  --ipd-muted:#67758d;
  --ipd-line:#e4eaf3;
  --ipd-soft:#fbfcff;
  --ipd-pale:#f2f5ff;
  --ipd-shadow:0 24px 70px rgba(9,22,46,.10)
}
.ipd-auto-hero{background:radial-gradient(circle at 82% 20%,rgba(75,103,179,.14),transparent 32%),linear-gradient(#fff,#f6f8ff)}
.ipd-auto-btn-primary{background:linear-gradient(135deg,var(--ipd-blue),var(--ipd-blue2));color:#fff!important;box-shadow:0 12px 30px rgba(75,103,179,.24)}
.ipd-auto-btn-primary:hover{background:linear-gradient(135deg,var(--ipd-blue2),#273a71)}
.ipd-auto-card b{background:#eef2ff;color:var(--ipd-blue)}
.ipd-auto-related-card{border-color:#d9e2ff}
.ipd-auto-examples .ipd-auto-eyebrow{color:#b8c7ff}
.ipd-home-seo-grid a:hover{border-color:#d2dcff;background:#fff;box-shadow:0 12px 30px rgba(75,103,179,.08)}
.ipd-card-more{color:var(--ipd-blue)!important}
.ipd-auto-project small,.ipd-auto-eyebrow{color:var(--ipd-blue)}
.ipd-nav-v14 .ipd-logo span{color:var(--ipd-blue)!important}
.ipd-nav-v14 .ipd-nav-links>a:hover,
.ipd-nav-v14 .ipd-nav-dropdown-toggle:hover,
.ipd-nav-v14 .ipd-nav-dropdown.is-open>.ipd-nav-dropdown-toggle,
.ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a:hover,
.ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a:focus,
.ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a:active,
.ipd-nav-v14 .ipd-nav-dropdown-toggle:focus,
.ipd-nav-v14 .ipd-nav-dropdown.is-open>.ipd-nav-dropdown-toggle{color:var(--ipd-blue)!important}
.ipd-nav-v14 .ipd-menu-list>.ipd-menu-item>a:focus-visible,
.ipd-nav-v14 .ipd-nav-dropdown-toggle:focus-visible{outline:2px solid #b7c6ff!important}
.ipd-nav-dropdown-menu>a:hover{background:#f7f9ff}
.ipd-auto-chip{background:#fff;border-color:#dbe4f6;color:#4c5c75}
.ipd-auto-result{background:#eef3ff}

/* ===== TAMAÑO LOGO v2.3 ===== */
.ipd-nav.ipd-nav-v14{
  min-height:104px!important;
}
.ipd-nav-v14 .ipd-nav-inner{
  min-height:104px!important;
  padding:10px 0!important;
}
.ipd-nav-v14 .ipd-logo img{
  display:block!important;
  width:auto!important;
  height:72px!important;
  max-height:72px!important;
  max-width:280px!important;
  object-fit:contain!important;
}
@media(max-width:1180px){
  .ipd-nav.ipd-nav-v14,
  .ipd-nav-v14 .ipd-nav-inner{min-height:94px!important}
  .ipd-nav-v14 .ipd-logo img{
    height:64px!important;
    max-height:64px!important;
    max-width:250px!important;
  }
}
@media(max-width:980px){
  .ipd-nav.ipd-nav-v14,
  .ipd-nav-v14 .ipd-nav-inner{min-height:82px!important}
  .ipd-nav-v14 .ipd-logo img{
    height:54px!important;
    max-height:54px!important;
    max-width:210px!important;
  }
}
@media(max-width:640px){
  .ipd-nav-v14 .ipd-logo img{
    height:46px!important;
    max-height:46px!important;
    max-width:180px!important;
  }
}