/* /ho-tro-su-dung redesign (2026-09-06) — scoped under .hotro-redesign so it
   only affects allnangluc.blade.php. The site-wide `section{height:40px}`
   rule (styles.css) collapses every <section> unless overridden here. */
.hotro-redesign { color: #16305c; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
.hotro-redesign section { height: auto; }
.hotro-redesign .container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.hotro-redesign h2.hotro-title { font-size: 30px; font-weight: 700; color: #16305c; margin: 0 0 8px; }
.hotro-redesign p.hotro-subtitle { color: #5b6b85; font-size: 15px; margin: 0 0 28px; }

/* ---- Search + trust row (sits right below the existing top banner) ---- */
.hotro-search-band { background: #f7f9fc; padding: 28px 0; }
.hotro-search-box { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid #dce4f0; border-radius: 14px; padding: 8px 8px 8px 22px; max-width: 760px; margin: 0 auto 28px; box-shadow: 0 8px 24px rgba(22,48,92,.06); }
.hotro-search-box svg { flex: 0 0 20px; width: 20px; height: 20px; color: #1e5fcc; }
.hotro-search-box input { flex: 1; border: none; outline: none; font-size: 15px; color: #16305c; background: transparent; }
.hotro-search-box button { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 10px; background: #1e5fcc; color: #fff; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.hotro-search-box button svg { width: 18px; height: 18px; color: #fff; }
.hotro-trust-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; max-width: 1000px; margin: 0 auto; }
.hotro-trust-row > div { display: flex; align-items: center; gap: 12px; }
.hotro-trust-row .icon-circle { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; background: #eef4ff; display: flex; align-items: center; justify-content: center; }
.hotro-trust-row .icon-circle svg { width: 22px; height: 22px; color: #1e5fcc; }
.hotro-trust-row strong { display: block; font-size: 14px; color: #16305c; }
.hotro-trust-row span { display: block; font-size: 12px; color: #5b6b85; }
@media (max-width: 767px) { .hotro-trust-row { grid-template-columns: repeat(2,1fr); } }

/* ---- Guides by product: 6 real groups, each backed by real content
   (support.sis.vn, erpsme.vn, or real pro/pro_categories detail pages).
   Tabs filter which card(s) show - "Tat ca" shows all 6. ---- */
.hotro-guides { padding: 56px 0; }
.hotro-guide-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.hotro-guide-tabs button { border: 1px solid #dce4f0; background: #fff; color: #3c4a63; font-size: 13px; font-weight: 700; padding: 9px 18px; border-radius: 999px; cursor: pointer; }
.hotro-guide-tabs button.active { background: #1e5fcc; border-color: #1e5fcc; color: #fff; }
.hotro-guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.hotro-guide-card { background: #fff; border: 1px solid #ecf0f7; border-radius: 14px; padding: 20px; box-shadow: 0 4px 16px rgba(22,48,92,.06); display: flex; flex-direction: column; }
.hotro-guide-card[hidden] { display: none; }
.hotro-guide-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.hotro-guide-card-head .hotro-guide-icon { flex: 0 0 40px; width: 40px; height: 40px; object-fit: contain; }
.hotro-guide-card-head h3 { font-size: 16px; font-weight: 700; margin: 0; color: #16305c; }
.hotro-guide-card ul { list-style: none; margin: 0 0 14px; padding: 0; flex: 1; }
.hotro-guide-card ul li { border-top: 1px solid #f0f3f9; }
.hotro-guide-card ul li:first-child { border-top: none; }
.hotro-guide-card ul li a { display: flex; align-items: center; gap: 8px; padding: 10px 2px; font-size: 13px; color: #3c4a63 !important; text-decoration: none !important; }
.hotro-guide-card ul li a:hover { color: #1e5fcc !important; }
.hotro-guide-card ul li a .hotro-item-icon { flex: 0 0 20px; width: 20px; height: 20px; object-fit: contain; }
.hotro-guide-card ul li a svg { flex: 0 0 14px; width: 14px; height: 14px; color: #9aa7bd; margin-left: auto; }
.hotro-guide-card > a.hotro-guide-all { text-align: center; font-size: 13px; font-weight: 700; color: #1e5fcc !important; text-decoration: none !important; border: 1px solid #dce4f0; border-radius: 8px; padding: 10px; }
@media (max-width: 991px) { .hotro-guide-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 575px) { .hotro-guide-grid { grid-template-columns: 1fr; } }

/* ---- Quick find by business function (8 cards) ---- */
.hotro-biz { padding: 0 0 56px; }
.hotro-biz-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.hotro-biz-card { display: flex; align-items: flex-start; gap: 14px; background: #fff; border: 1px solid #ecf0f7; border-radius: 14px; padding: 20px; text-decoration: none !important; box-shadow: 0 4px 16px rgba(22,48,92,.05); transition: transform .15s ease; }
.hotro-biz-card:hover { transform: translateY(-3px); }
.hotro-biz-card .icon-circle { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; background: #eef4ff; display: flex; align-items: center; justify-content: center; }
.hotro-biz-card .icon-circle svg { width: 22px; height: 22px; color: #1e5fcc; }
.hotro-biz-card h4 { font-size: 15px; font-weight: 700; margin: 0 0 4px; color: #16305c !important; }
.hotro-biz-card p { font-size: 12px; color: #5b6b85; margin: 0; line-height: 1.5; }
.hotro-biz-more { text-align: center; margin-top: 24px; }
@media (max-width: 991px) { .hotro-biz-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 575px) { .hotro-biz-grid { grid-template-columns: 1fr; } }

/* ---- FAQ: the accordion itself reuses the site's existing .list-accordion
   / .card / .card-header / .collapse / .card-body-content classes (already
   styled sitewide, see e.g. /nhung-cau-hoi-thuong-gap) instead of a
   one-off style here - only the 2-column layout wrapper is new. ---- */
.hotro-faq { background: #f7f9fc; padding: 56px 0; }
.hotro-faq-row { display: grid; grid-template-columns: 2fr 1fr; gap: 32px; align-items: start; }
.hotro-faq-side { background: #fff; border-radius: 14px; padding: 24px; text-align: center; }
.hotro-faq-side p { font-size: 13px; color: #5b6b85; margin: 12px 0 0; }
.hotro-faq-side h4 { font-size: 15px; margin: 4px 0 0; color: #16305c; }
@media (max-width: 767px) { .hotro-faq-row { grid-template-columns: 1fr; } }

/* ---- Contact CTA band ---- */
.hotro-contact-cta { padding: 40px 0; }
.hotro-contact-inner { background: linear-gradient(120deg,#eaf1ff 0%,#dce9ff 100%); border-radius: 20px; padding: 32px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; }
.hotro-contact-inner h3 { font-size: 22px; margin: 0 0 8px; color: #16305c; }
.hotro-contact-inner p { font-size: 14px; color: #3c4a63; margin: 0 0 20px; }
.hotro-contact-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hotro-contact-info { display: flex; flex-direction: column; gap: 14px; }
.hotro-contact-info-item { display: flex; align-items: flex-start; gap: 12px; }
.hotro-contact-info-item .icon-circle { flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; }
.hotro-contact-info-item .icon-circle svg { width: 18px; height: 18px; color: #1e5fcc; }
.hotro-contact-info-item strong { display: block; font-size: 13px; color: #16305c; }
.hotro-contact-info-item a, .hotro-contact-info-item span { font-size: 13px; color: #3c4a63; }
@media (max-width: 767px) { .hotro-contact-inner { grid-template-columns: 1fr; } }

/* ---- Explore more solutions ---- */
.hotro-explore { padding: 0 0 56px; }
.hotro-explore-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.hotro-explore-head h2 { margin-bottom: 0; }
.hotro-explore-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
/* Mirrors the homepage's .hp-eco-card (icon artwork is a self-contained
   circular-gradient badge already, per MKT's 2026-09 icon fix — no extra
   colored frame behind it, rendered large so the badge detail reads). */
.hotro-explore-card { display: flex; flex-direction: column; align-items: center; text-align: center; background: #fff; border: 1px solid #ecf0f7; border-radius: 16px; padding: 28px 20px 22px; text-decoration: none !important; box-shadow: 0 6px 20px rgba(22,48,92,.07); transition: transform .15s ease, box-shadow .15s ease; }
.hotro-explore-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(22,48,92,.13); }
.hotro-explore-card .icon-circle { width: 72px; height: 72px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hotro-explore-card .icon-circle img { width: 72px; height: 72px; object-fit: contain; }
.hotro-explore-card h4 { font-size: 16px; font-weight: 700; margin: 0 0 8px; color: #16305c !important; }
.hotro-explore-card p { font-size: 13px; color: #5b6b85; margin: 0; line-height: 1.5; }
@media (max-width: 991px) { .hotro-explore-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 575px) { .hotro-explore-grid { grid-template-columns: 1fr; } }

/* Existing top/bottom `.banner_area` slide keeps its original markup - just
   make sure the image scales to fit the frame rather than crop (same fix
   already applied to the homepage hero for the same reason). */
.hotro-redesign .banner_area .responsive { object-fit: contain !important; height: auto !important; }
