
/* AnswerHub PRO enhancements */
.uin-programa-page .uin-hero-cta .btn-uin-programa,
.uin-programa-page .uin-section-last .btn-uin-programa{
  min-width: 220px;
}

.uin-faq{
  display: grid;
  gap: 14px;
}

.uin-faq .accordion-item{
  border: 0;
  background: transparent;
  overflow: visible;
}

.uin-faq .accordion-header{
  margin: 0;
}

.uin-faq .accordion-button{
  border: 1px solid rgba(1,84,164,.12);
  background: #fff !important;
  color: #16365d !important;
  font-weight: 700;
  border-radius: 16px !important;
  padding: 18px 22px;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.uin-faq .accordion-button:not(.collapsed){
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  box-shadow: 0 12px 28px rgba(1,84,164,.08);
}

.uin-faq .accordion-button:focus{
  box-shadow: 0 0 0 3px rgba(1,84,164,.12);
}

.uin-faq .accordion-button::after{
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
}

.uin-faq .accordion-collapse{
  margin-top: 8px;
}

.uin-faq .accordion-body{
  background: #fff;
  border: 1px solid rgba(1,84,164,.10);
  border-radius: 16px;
  padding: 18px 22px;
  color: #425466;
  line-height: 1.7;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.uin-faq-note{
  margin: -8px 0 8px;
  text-align: center;
  color: #6b7280;
  font-size: .95rem;
}

.uin-archive-card{
  transition: transform .2s ease, box-shadow .2s ease;
}
.uin-archive-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}


/* Premium archive home */
.answerhub-home{padding:60px 0;background:#f5f6f8;}
.answerhub-hero{background:linear-gradient(135deg,#0154a4 0%,#003b78 100%);border-radius:24px;padding:60px 40px;color:#fff;margin-bottom:50px;text-align:center;box-shadow:0 20px 50px rgba(1,84,164,.18);}
.answerhub-hero h1{font-size:48px;font-weight:700;margin-bottom:18px;color:#fff;}
.answerhub-hero p{max-width:900px;margin:0 auto 25px;font-size:18px;line-height:1.7;opacity:.96;color:#fff;}
.answerhub-search{max-width:760px;margin:0 auto;display:flex;gap:12px;flex-wrap:wrap;justify-content:center;}
.answerhub-search input,.answerhub-search select{min-height:52px;border-radius:12px;border:1px solid rgba(255,255,255,.25);padding:0 16px;background:#fff;color:#1b1b1b;min-width:220px;}
.answerhub-search button{min-height:52px;border:0;border-radius:12px;padding:0 28px;font-weight:700;background:#d6de24;color:#0154a4;transition:.3s ease;}
.answerhub-search button:hover{background:#c5d117;transform:translateY(-2px);}
.answerhub-section-title{font-size:34px;font-weight:700;color:#1e1e1e;margin-bottom:24px;text-align:center;}
.answerhub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-bottom:60px;}
.answerhub-card{background:#fff;border-radius:20px;padding:26px 24px;box-shadow:0 10px 30px rgba(0,0,0,.06);transition:.3s ease;height:100%;display:flex;flex-direction:column;}
.answerhub-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,0,0,.1);}
.answerhub-card .tag{display:inline-flex;align-self:flex-start;background:#eef4fb;color:#0154a4;font-size:13px;font-weight:700;border-radius:999px;padding:8px 14px;margin-bottom:16px;}
.answerhub-card h3{font-size:22px;line-height:1.3;margin-bottom:12px;color:#1e1e1e;}
.answerhub-card p{font-size:15px;color:#5e6773;line-height:1.65;margin-bottom:18px;}
.answerhub-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;margin-bottom:18px;}
.answerhub-meta span{font-size:13px;background:#f3f5f7;color:#4c5561;padding:8px 12px;border-radius:999px;}
.answerhub-btn{display:inline-block;text-align:center;text-decoration:none;border-radius:12px;padding:12px 18px;font-weight:700;background:#0154a4;color:#fff !important;transition:.3s ease;}
.answerhub-btn:hover{background:#003f7d;transform:translateY(-2px);}
.answerhub-benefits{background:#fff;border-radius:24px;padding:40px 30px;margin-bottom:60px;box-shadow:0 10px 30px rgba(0,0,0,.05);}
.answerhub-benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.answerhub-benefit{background:#f7f9fb;border-radius:18px;padding:24px;text-align:center;}
.answerhub-benefit i{font-size:34px;color:#0154a4;margin-bottom:12px;}
.answerhub-benefit h4{font-size:20px;margin-bottom:10px;color:#1e1e1e;}
.answerhub-benefit p{font-size:15px;color:#5e6773;line-height:1.65;margin:0;}
.answerhub-testimoniales{margin-top:20px;}
.answerhub-testimoniales .title{font-size:34px;font-weight:700;text-align:center;color:#1e1e1e;margin-bottom:24px;}
.answerhub-testimoniales .card{border:0;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);background:#fff;height:100%;}
.answerhub-testimoniales .card-img-top{width:100%;height:260px;object-fit:cover;}
.answerhub-testimoniales .card-body{padding:24px;}
.answerhub-testimoniales .card h5{font-size:20px;font-weight:700;color:#1e1e1e;margin-bottom:10px;}
.answerhub-testimoniales .card h5 span{display:block;font-size:14px;font-weight:500;color:#0154a4;margin-top:6px;}
.answerhub-testimoniales .card-text{font-size:15px;color:#5e6773;line-height:1.7;}
.splide__arrow{background:#0154a4 !important;opacity:1 !important;}
.splide__arrow svg{fill:#fff !important;}
.splide__pagination__page.is-active{background:#0154a4 !important;}
@media (max-width:991px){.answerhub-grid,.answerhub-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.answerhub-hero h1{font-size:38px;}}
@media (max-width:767px){.answerhub-home{padding:30px 0;}.answerhub-hero{padding:36px 22px;border-radius:18px;}.answerhub-hero h1{font-size:30px;}.answerhub-hero p{font-size:16px;}.answerhub-grid,.answerhub-benefits-grid{grid-template-columns:1fr;}.answerhub-section-title,.answerhub-testimoniales .title{font-size:28px;}}

/* AI/GEO refresh */
.uin-programa-page article h3{font-size:1.05rem;font-weight:800;color:#122657;margin:0 0 8px;line-height:1.35;}
.uin-programa-page article p{line-height:1.7;}
.uin-summary-table-wrap{background:#fff;border-radius:20px;box-shadow:0 10px 28px rgba(0,0,0,.05);overflow:hidden;}
.uin-summary-table{margin:0;}
.uin-summary-table th{width:32%;background:#f3f7fb;color:#122657;font-weight:800;}
.uin-summary-table td{color:#425466;}
.uin-llm-box{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;}
.uin-llm-box p{margin:0;color:#425466;}
.uin-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.uin-related-card{background:#fff;border-radius:18px;padding:22px;box-shadow:0 10px 28px rgba(0,0,0,.055);border:1px solid rgba(1,84,164,.08);transition:transform .2s ease, box-shadow .2s ease;}
.uin-related-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(0,0,0,.09);}
.uin-related-card span{display:inline-flex;background:#eef4fb;color:#0154a4;font-size:.78rem;font-weight:800;border-radius:999px;padding:7px 11px;margin-bottom:12px;}
.uin-related-card h3{font-size:1.05rem;margin-bottom:10px;}
.uin-related-card h3 a{color:#122657;text-decoration:none;}
.uin-related-card h3 a:hover{color:#0154a4;}
.uin-related-card p{font-size:.92rem;color:#5e6773;margin:0;}
.answerhub-testimoniales .card h3{font-size:20px;font-weight:700;color:#1e1e1e;margin-bottom:10px;}
.answerhub-testimoniales .card h3 span{display:block;font-size:14px;font-weight:500;color:#0154a4;margin-top:6px;}
@media (max-width:991px){.uin-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.uin-summary-table th{width:42%;}}
@media (max-width:767px){.uin-related-grid{grid-template-columns:1fr;}.uin-llm-box{align-items:flex-start;}.uin-summary-table th,.uin-summary-table td{display:block;width:100%;}.uin-summary-table th{border-bottom:0;}.uin-summary-table td{border-top:0;padding-top:0;}}


/* AnswerHub GEO / AI Content Clusters */
.answerhub-geo-page{background:#f5f7fb;color:#1f2937;}
.answerhub-geo-wrap{padding-top:44px;padding-bottom:70px;}
.answerhub-geo-hero{background:linear-gradient(135deg,#122657 0%,#0054a4 100%);border-radius:28px;padding:58px 34px;box-shadow:0 20px 55px rgba(0,84,164,.18);}
.answerhub-geo-kicker{display:inline-flex;align-items:center;gap:8px;background:rgba(214,222,35,.15);color:#d6de23;border:1px solid rgba(214,222,35,.35);border-radius:999px;padding:8px 14px;font-size:.82rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;margin-bottom:16px;}
.answerhub-geo-page .uin-hero-title{color:#fff;}
.answerhub-geo-page .uin-hero-text{color:rgba(255,255,255,.94);max-width:980px;}
.answerhub-geo-page .uin-section{margin-top:38px;}
.answerhub-geo-page .uin-box,.answerhub-geo-page .uin-authority-box{background:#fff;border:1px solid rgba(0,84,164,.10);border-radius:22px;padding:26px;box-shadow:0 10px 30px rgba(15,23,42,.055);}
.answerhub-geo-page .uin-authority-box{background:#f8fbff;border-left:5px solid #d6de23;}
.answerhub-geo-page .uin-summary-table thead th{background:#122657;color:#fff;font-weight:900;vertical-align:top;}
.answerhub-geo-page .uin-summary-table td{vertical-align:top;line-height:1.55;}
.answerhub-geo-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.answerhub-geo-page .answerhub-btn{background:#d6de23;color:#122657 !important;border-radius:14px;font-weight:900;padding:13px 20px;}
.answerhub-geo-page .answerhub-btn:hover{background:#c6d118;color:#122657 !important;}
@media(max-width:767px){.answerhub-geo-hero{padding:38px 22px;border-radius:22px}.answerhub-geo-faq-grid{grid-template-columns:1fr}.answerhub-geo-page .uin-summary-table thead{display:none}.answerhub-geo-page .uin-summary-table td{display:block;width:100%}}
