/* ====================================================
   NeuroPlanck — Combined Widget Styles
   EXACT copy from source style.css
   ==================================================== */

/* ── SHOWCASE ── */
.np-showcase { background: #fff; padding: 80px 0; position: relative; overflow: hidden; width: 100vw; margin-left: calc(-50vw + 50%); }
.np-showcase__container { max-width: 1400px; margin: 0 auto; padding: 0 48px; display: flex; align-items: center; gap: 60px; }
.np-showcase__image { flex: 0 0 45%; position: relative; border-radius: 24px; overflow: hidden; min-height: 420px; display: flex; align-items: center; justify-content: center; padding: 40px; }
.np-showcase__image img { max-height: 360px; object-fit: contain; filter: drop-shadow(0 8px 30px rgba(0,0,0,0.3)); transition: transform 0.4s ease; }
.np-showcase__image:hover img { transform: scale(1.05); }
.np-showcase__content { flex: 1; }
.np-showcase__title { font-family: 'Geologica', sans-serif; font-size: 40px; font-weight: 600; line-height: 1.25; color: #1a1a1a; margin-bottom: 20px; }
.np-showcase__text { font-family: 'Cabin', sans-serif; font-size: 15px; line-height: 1.7; color: #555; margin-bottom: 16px; }
.np-showcase__text--light { color: #999; font-style: italic; }
.np-showcase__stats { display: flex; gap: 16px; margin-top: 28px; }
.np-showcase__stat-box { flex: 1; background: #f7f8fa; border: 1px solid #eaeaea; border-radius: 14px; padding: 20px 16px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.np-showcase__stat-box:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
.np-showcase__stat-box--accent { background: #f0faf3; border-color: #c8e6d0; }
.np-showcase__stat-box--accent .np-showcase__stat-number { color: #2e7d32; }
.np-showcase__stat-box--accent .np-showcase__stat-label { color: #4caf50; }
.np-showcase__stat-number { display: block; font-family: 'Geologica', sans-serif; font-size: 28px; font-weight: 600; color: #1a1a1a; margin-bottom: 4px; }
.np-showcase__stat-label { display: block; font-family: 'Cabin', sans-serif; font-size: 13px; color: #999; }
@media (max-width: 900px) { .np-showcase__container { flex-direction: column; padding: 0 24px; gap: 40px; } .np-showcase__image { flex: none; width: 100%; min-height: 320px; } .np-showcase__title { font-size: 32px; } }
@media (max-width: 600px) { .np-showcase { padding: 40px 0; } .np-showcase__container { padding: 0 16px; gap: 28px; } .np-showcase__image { min-height: 260px; padding: 24px; } .np-showcase__image img { max-height: 240px; } .np-showcase__title { font-size: 26px; } .np-showcase__stats { flex-direction: column; gap: 12px; } }

/* ── NATURE / SCIENCE — LIGHT overlay, green accents ── */
.np-nature { position: relative; padding: 100px 0; overflow: hidden; min-height: 520px; display: flex; align-items: center; width: 100vw; margin-left: calc(-50vw + 50%); }
.np-nature__bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 0; }
.np-nature__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(240,245,240,0.88) 0%, rgba(240,245,240,0.7) 50%, rgba(240,245,240,0.3) 100%); z-index: 1; }
.np-nature__container { position: relative; z-index: 2; max-width: 1400px; margin: 0 auto; padding: 0 48px; width: 100%; }
.np-nature__content { max-width: 560px; }
.np-nature__subtitle { display: inline-flex; align-items: center; gap: 8px; font-family: 'Geologica', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 2px; color: #2e7d32; text-transform: uppercase; margin-bottom: 16px; }
.np-nature__subtitle svg { color: #2e7d32; }
.np-nature__title { font-family: 'Geologica', sans-serif; font-size: 48px; font-weight: 700; line-height: 1.15; color: #1a2a1a; margin-bottom: 20px; }
.np-nature__desc { font-family: 'Cabin', sans-serif; font-size: 15px; line-height: 1.7; color: #555; margin-bottom: 28px; }
.np-nature__bullets { display: flex; gap: 40px; margin-bottom: 32px; }
.np-nature__bullet-col { display: flex; flex-direction: column; gap: 10px; }
.np-nature__bullet { font-family: 'Cabin', sans-serif; font-size: 14px; font-weight: 600; color: #333; }
.np-nature__cta { display: inline-block; padding: 14px 36px; border-radius: 35px; background: #1a3c2a; color: #fff; font-family: 'Geologica', sans-serif; font-size: 13px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; }
.np-nature__cta:hover { background: #0f2a1c; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(26,60,42,0.35); }
@media (max-width: 900px) { .np-nature { padding: 70px 0; min-height: 420px; } .np-nature__container { padding: 0 24px; } .np-nature__title { font-size: 36px; } .np-nature__overlay { background: linear-gradient(90deg, rgba(240,245,240,0.92) 0%, rgba(240,245,240,0.8) 60%, rgba(240,245,240,0.5) 100%); } }
@media (max-width: 600px) { .np-nature { padding: 50px 0; min-height: 380px; } .np-nature__container { padding: 0 16px; } .np-nature__title { font-size: 28px; } .np-nature__bullets { flex-direction: column; gap: 6px; } .np-nature__overlay { background: rgba(240,245,240,0.85); } }

/* ── COMPARISON ── */
.np-compare { background: #f9f6f2; padding: 80px 0; width: 100vw; margin-left: calc(-50vw + 50%); }
.np-compare__container { max-width: 1000px; margin: 0 auto; padding: 0 48px; text-align: center; }
.np-compare__title { font-family: 'Geologica', sans-serif; font-size: 42px; font-weight: 500; font-style: italic; line-height: 1.2; color: #1a1a1a; margin-bottom: 16px; }
.np-compare__desc { font-family: 'Cabin', sans-serif; font-size: 15px; line-height: 1.7; color: #888; max-width: 550px; margin: 0 auto 48px; }
.np-compare__row { display: flex; align-items: stretch; gap: 28px; position: relative; }
.np-compare__card { flex: 1; background: #fff; border-radius: 16px; padding: 32px; text-align: left; border: 1px solid #eaeaea; transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; }
.np-compare__card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.06); }
.np-compare__card-accent { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #8b1a2b, #b82e42); }
.np-compare__card:last-child .np-compare__card-accent { background: linear-gradient(90deg, #c4a35a, #e8c97a); }
.np-compare__card-name { font-family: 'Geologica', sans-serif; font-size: 20px; font-weight: 600; color: #1a1a1a; margin-bottom: 12px; margin-top: 8px; }
.np-compare__card-desc { font-family: 'Cabin', sans-serif; font-size: 14px; line-height: 1.6; color: #888; margin-bottom: 20px; }
.np-compare__card-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.np-compare__card-list li { display: flex; align-items: center; gap: 10px; font-family: 'Cabin', sans-serif; font-size: 14px; color: #444; }
.np-compare__card-list li svg { flex-shrink: 0; width: 20px; height: 20px; }
.np-compare__card:last-child .np-compare__card-list li svg circle { fill: #c4a35a; }
.np-compare__plus { display: flex; align-items: center; justify-content: center; z-index: 2; margin: 0 -18px; }
.np-compare__plus span { width: 36px; height: 36px; border-radius: 50%; background: #8b1a2b; color: #fff; font-family: 'Geologica', sans-serif; font-size: 20px; font-weight: 600; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(139,26,43,0.3); }
@media (max-width: 900px) { .np-compare { padding: 60px 0; } .np-compare__container { padding: 0 24px; } .np-compare__title { font-size: 32px; } .np-compare__row { flex-direction: column; gap: 20px; } .np-compare__plus { margin: -10px auto; } .np-compare__card { padding: 24px; } }
@media (max-width: 600px) { .np-compare { padding: 40px 0; } .np-compare__container { padding: 0 16px; } .np-compare__title { font-size: 26px; } }

/* ── CTA BANNER — Black bg, absolute bubble ── */
.np-ctabanner { background: #0a0a0a; padding: 80px 48px; position: relative; overflow: hidden; min-height: 320px; display: flex; align-items: center; justify-content: center; width: 100vw; margin-left: calc(-50vw + 50%); }
.np-ctabanner__inner { position: relative; max-width: 1200px; width: 100%; margin: 0 auto; }
.np-ctabanner__deco-check { position: absolute; left: -60px; top: 50%; transform: translateY(-55%); width: 180px; height: 180px; z-index: 1; }
.np-ctabanner__deco-check svg { width: 100%; height: 100%; }
.np-ctabanner__deco-sphere { position: absolute; right: 180px; top: -40px; width: 110px; height: 110px; border-radius: 50%; background: radial-gradient(circle, rgba(160,160,160,0.4) 0%, rgba(80,80,80,0.05) 100%); filter: blur(6px); z-index: 1; }
.np-ctabanner__deco-dot { position: absolute; left: 100px; bottom: -10px; width: 12px; height: 12px; border-radius: 50%; background: #a4e064; z-index: 1; }
.np-ctabanner__deco-dots { position: absolute; right: -20px; bottom: -30px; width: 220px; height: 200px; z-index: 1; }
.np-ctabanner__deco-dots svg { width: 100%; height: 100%; }
.np-ctabanner__container { position: relative; z-index: 2; padding-left: 120px; }
.np-ctabanner__title { font-family: 'Geologica', sans-serif; font-size: 80px; font-weight: 700; line-height: 1.1; color: #fff; margin-bottom: 16px; }
.np-ctabanner__title span { color: #a4e064; }
.np-ctabanner__desc { font-family: 'Cabin', sans-serif; font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.5); max-width: 420px; }
.np-ctabanner__bubble { position: absolute; left: 55%; top: 55%; transform: translateY(-30%); width: 120px; height: 120px; border-radius: 50%; background: #a4e064; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; z-index: 3; cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; }
.np-ctabanner__bubble:hover { transform: translateY(-30%) scale(1.08); box-shadow: 0 8px 24px rgba(164,224,100,0.3); }
.np-ctabanner__bubble-text { font-family: 'Geologica', sans-serif; font-size: 12px; font-weight: 500; font-style: italic; color: #1a1a1a; text-align: center; line-height: 1.3; }
.np-ctabanner__bubble svg { color: #1a1a1a; }
@media (max-width: 900px) { .np-ctabanner { padding: 60px 0; min-height: 260px; } .np-ctabanner__container { padding: 0 24px; } .np-ctabanner__title { font-size: 42px; } .np-ctabanner__deco-check { width: 80px; height: 80px; left: 20px; } .np-ctabanner__bubble { width: 90px; height: 90px; right: 30px; } .np-ctabanner__bubble-text { font-size: 10px; } .np-ctabanner__deco-sphere { display: none; } }
@media (max-width: 600px) { .np-ctabanner { padding: 40px 0; } .np-ctabanner__title { font-size: 32px; } .np-ctabanner__deco-check { width: 60px; height: 60px; left: 10px; opacity: 0.5; } .np-ctabanner__bubble { width: 70px; height: 70px; right: 20px; } }

/* ── TRUST FEATURES — White bg, green border badge ── */
.np-trust { background: #fff; padding: 80px 0; width: 100vw; margin-left: calc(-50vw + 50%); }
.np-trust__container { max-width: 1200px; margin: 0 auto; padding: 0 48px; display: flex; align-items: center; gap: 60px; }
.np-trust__visual { position: relative; flex: 0 0 420px; height: 420px; display: flex; align-items: center; justify-content: center; }
.np-trust__ring { position: absolute; width: 300px; height: 300px; border-radius: 50%; border: 25px solid rgba(99,102,241,0.15); top: 50%; left: 50%; transform: translate(-50%, -50%); }
.np-trust__product-img { position: relative; z-index: 2; height: 360px; object-fit: contain; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15)); }
.np-trust__content { flex: 1; }
.np-trust__badge { display: inline-block; padding: 6px 16px; border-radius: 4px; border: 1px solid #2e7d32; color: #2e7d32; font-family: 'Geologica', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px; }
.np-trust__title { font-family: 'Geologica', sans-serif; font-size: 36px; font-weight: 700; line-height: 1.2; color: #1a1a1a; margin-bottom: 16px; }
.np-trust__desc { font-family: 'Cabin', sans-serif; font-size: 15px; line-height: 1.7; color: #888; margin-bottom: 28px; }
.np-trust__checks { display: flex; gap: 32px; margin-bottom: 32px; }
.np-trust__check-col { display: flex; flex-direction: column; gap: 14px; }
.np-trust__check { display: flex; align-items: center; gap: 8px; font-family: 'Cabin', sans-serif; font-size: 14px; font-weight: 600; color: #333; }
.np-trust__cta { display: inline-flex; align-items: center; gap: 12px; padding: 14px 28px; background: #0f1923; color: #fff; font-family: 'Geologica', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-decoration: none; border-radius: 8px; transition: all 0.3s ease; }
.np-trust__cta svg { background: #2e7d32; border-radius: 6px; padding: 4px; width: 24px; height: 24px; }
.np-trust__cta:hover { background: #1a2e3e; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(15,25,35,0.3); }
@media (max-width: 900px) { .np-trust { padding: 60px 0; } .np-trust__container { flex-direction: column; padding: 0 24px; gap: 40px; } .np-trust__visual { flex: none; width: 100%; height: 320px; } .np-trust__title { font-size: 28px; } .np-trust__checks { flex-direction: column; gap: 10px; } }
@media (max-width: 600px) { .np-trust { padding: 40px 0; } .np-trust__container { padding: 0 16px; } .np-trust__visual { height: 260px; } .np-trust__product-img { height: 240px; } .np-trust__ring { width: 200px; height: 200px; border-width: 18px; } .np-trust__title { font-size: 24px; } }

/* ── DOCTOR NOTE — DARK bg #0f1923, white text ── */
.np-drnote { background: #0f1923; padding: 80px 0; width: 100vw; margin-left: calc(-50vw + 50%); }
.np-drnote__container { max-width: 1200px; margin: 0 auto; padding: 0 48px; display: flex; align-items: flex-start; gap: 60px; }
.np-drnote__photo { flex: 0 0 340px; }
.np-drnote__photo img { width: 100%; border-radius: 16px; object-fit: cover; aspect-ratio: 4/5; }
.np-drnote__content { flex: 1; }
.np-drnote__subtitle { display: block; font-family: 'Geologica', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 3px; color: rgba(255,255,255,0.5); text-transform: uppercase; margin-bottom: 12px; }
.np-drnote__title { font-family: 'Geologica', sans-serif; font-size: 38px; font-weight: 700; line-height: 1.2; color: #fff; margin-bottom: 24px; }
.np-drnote__text, .np-drnote__text p { font-family: 'Cabin', sans-serif; font-size: 15px; line-height: 1.8; color: rgba(255,255,255,0.65); text-align: justify; }
@media (max-width: 900px) { .np-drnote { padding: 60px 0; } .np-drnote__container { flex-direction: column; padding: 0 24px; gap: 32px; } .np-drnote__photo { flex: none; width: 100%; max-width: 340px; } .np-drnote__title { font-size: 28px; } }
@media (max-width: 600px) { .np-drnote { padding: 40px 0; } .np-drnote__container { padding: 0 16px; } .np-drnote__title { font-size: 24px; } .np-drnote__text, .np-drnote__text p { font-size: 14px; text-align: left; } }

/* ── ORGAN TABS — LIGHT bg #fafafa, bordered tabs/panels ── */
.np-organtabs { background: #fafafa !important; padding: 80px 0; width: 100vw; margin-left: calc(-50vw + 50%); }
.np-organtabs__container { max-width: 900px; margin: 0 auto; padding: 0 24px; text-align: center; }
.np-organtabs__badge { display: inline-block; padding: 8px 20px; border-radius: 6px; border: 1.5px solid #333; color: #333; font-family: 'Geologica', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 24px; }
.np-organtabs__title { font-family: 'Geologica', sans-serif; font-size: 40px; font-weight: 700; line-height: 1.2; color: #1a1a1a; margin-bottom: 16px; }
.np-organtabs__desc { font-family: 'Cabin', sans-serif; font-size: 15px; line-height: 1.7; color: #888; max-width: 560px; margin: 0 auto 32px; }
.np-organtabs__tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 28px; }
.np-organtabs__tab { display: inline-flex; align-items: center; gap: 6px; padding: 10px 18px; border: 1.5px solid #ddd; border-radius: 24px; background: #fff; color: #555; font-family: 'Cabin', sans-serif; font-size: 13px; font-weight: 500; cursor: pointer; transition: all 0.25s ease; }
.np-organtabs__tab:hover { border-color: #999; background: #f5f5f5; }
.np-organtabs__tab--active { background: #1a1a1a !important; color: #fff !important; border-color: #1a1a1a !important; }
.np-organtabs__tab--active:hover { background: #333 !important; border-color: #333 !important; }
.np-organtabs__tab-icon { font-size: 14px; }
.np-organtabs__panels { position: relative; min-height: 100px; }
.np-organtabs__panel { display: none; background: #fff; border: 1px solid #e8e8e8; border-radius: 16px; padding: 28px 32px; text-align: left; align-items: flex-start; gap: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); animation: npFadeIn 0.3s ease; }
.np-organtabs__panel--active { display: flex; }
@keyframes npFadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.np-organtabs__panel-icon { font-size: 28px; flex-shrink: 0; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: #fef2f2; border-radius: 12px; }
.np-organtabs__panel-body h3 { font-family: 'Geologica', sans-serif; font-size: 18px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }
.np-organtabs__panel-body p { font-family: 'Cabin', sans-serif; font-size: 14px; line-height: 1.7; color: #666; }
.np-organtabs__footer { margin-top: 32px; font-family: 'Cabin', sans-serif; font-size: 14px; color: #666; text-align: center; }
.np-organtabs__footer strong { color: #1a1a1a; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 600px) { .np-organtabs { padding: 40px 0; } .np-organtabs__title { font-size: 28px; } .np-organtabs__tab { padding: 8px 14px; font-size: 12px; } .np-organtabs__panel { padding: 20px; flex-direction: column; } }

/* ── TESTIMONIALS — Purple accent #7c3aed ── */
.np-testimonials { background: #fff; padding: 80px 0; width: 100vw; margin-left: calc(-50vw + 50%); }
.np-testimonials__container { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.np-testimonials__header { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; margin-bottom: 32px; }
.np-testimonials__badge { display: inline-block; padding: 6px 16px; border-radius: 4px; background: #e8f5e9; color: #2e7d32; font-family: 'Geologica', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
.np-testimonials__title { font-family: 'Geologica', sans-serif; font-size: 36px; font-weight: 700; line-height: 1.2; color: #1a1a1a; }
.np-testimonials__intro { font-family: 'Cabin', sans-serif; font-size: 14px; line-height: 1.7; color: #888; font-style: italic; max-width: 340px; border-left: 3px solid #7c3aed; padding-left: 16px; margin-top: 16px; }
.np-testimonials__summary-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.np-testimonials__summary { display: flex; align-items: center; gap: 12px; }
.np-testimonials__stars { color: #f59e0b; font-size: 16px; letter-spacing: 1px; }
.np-testimonials__count { font-family: 'Cabin', sans-serif; font-size: 13px; color: #888; margin-left: 4px; }
.np-testimonials__nav { display: flex !important; gap: 8px; flex-shrink: 0; }
.np-testimonials__nav-btn { width: 44px !important; height: 44px !important; border-radius: 12px !important; border: 1px solid #e0e0e0 !important; background: #fff !important; display: flex !important; align-items: center !important; justify-content: center !important; cursor: pointer; transition: all 0.3s ease; padding: 0 !important; }
.np-testimonials__nav-btn svg { width: 18px !important; height: 18px !important; display: block !important; stroke: #999 !important; fill: none !important; }
.np-testimonials__nav-btn:hover { border-color: #7c3aed !important; background: #f5f0ff !important; }
.np-testimonials__nav-btn:hover svg { stroke: #7c3aed !important; }
.np-testimonials__nav-btn--next { background: #fff !important; border-color: #e0e0e0 !important; }
.np-testimonials__nav-btn--next:hover { background: #f5f0ff !important; border-color: #7c3aed !important; }
.np-testimonials__track-wrapper { overflow-x: auto; scroll-behavior: smooth; -ms-overflow-style: none; scrollbar-width: none; }
.np-testimonials__track-wrapper::-webkit-scrollbar { display: none; }
.np-testimonials__track { display: flex; gap: 24px; padding-bottom: 8px; }
.np-testimonials__card { flex: 0 0 380px; background: #f8f6ff; border-radius: 16px; padding: 28px; border-left: 4px solid #7c3aed; min-width: 340px; }
.np-testimonials__card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.np-testimonials__stars-sm { color: #f59e0b; font-size: 14px; letter-spacing: 1px; }
.np-testimonials__quote { font-size: 36px; color: #7c3aed; line-height: 1; opacity: 0.4; }
.np-testimonials__card-profile { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.np-testimonials__card-profile img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.np-testimonials__card-profile h4 { font-family: 'Geologica', sans-serif; font-size: 15px; font-weight: 600; color: #1a1a1a; margin-bottom: 2px; }
.np-testimonials__card-profile span { font-family: 'Cabin', sans-serif; font-size: 12px; color: #888; }
.np-testimonials__card-text { font-family: 'Cabin', sans-serif; font-size: 14px; line-height: 1.7; color: #666; }
@media (max-width: 900px) { .np-testimonials { padding: 60px 0; } .np-testimonials__header { flex-direction: column; gap: 16px; } .np-testimonials__container { padding: 0 24px; } .np-testimonials__title { font-size: 28px; } .np-testimonials__card { flex: 0 0 300px; min-width: 280px; } }
@media (max-width: 600px) { .np-testimonials { padding: 40px 0; } .np-testimonials__container { padding: 0 16px; } .np-testimonials__title { font-size: 24px; } .np-testimonials__card { flex: 0 0 260px; min-width: 260px; padding: 20px; } }

/* ── ADVISORY BOARD — Light bg, blue accent, slider ── */
.np-advisory { background: #f8f8f8; padding: 80px 0; width: 100vw; margin-left: calc(-50vw + 50%); }
.np-advisory__container { max-width: 1200px; margin: 0 auto; padding: 0 48px; text-align: left; }
.np-advisory__subtitle { display: inline-block; padding: 6px 16px; border-radius: 4px; background: #e8f5e9; color: #2e7d32; font-family: 'Geologica', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
.np-advisory__title { font-family: 'Geologica', sans-serif; font-size: 36px; font-weight: 700; font-style: italic; color: #1a1a1a; margin: 0; }
.np-advisory__header-row { display: flex !important; justify-content: space-between; align-items: center; margin-bottom: 32px; text-align: left; }
.np-advisory__nav { display: flex !important; gap: 8px; flex-shrink: 0; }
.np-advisory__nav-btn { width: 44px !important; height: 44px !important; border-radius: 12px !important; border: 1px solid #e0e0e0 !important; background: #fff !important; display: flex !important; align-items: center !important; justify-content: center !important; cursor: pointer; transition: all 0.3s ease; padding: 0 !important; }
.np-advisory__nav-btn svg { width: 18px !important; height: 18px !important; display: block !important; stroke: #999 !important; fill: none !important; }
.np-advisory__nav-btn:hover { border-color: #3b82f6; background: #f0f7ff; }
.np-advisory__nav-btn:hover svg { stroke: #3b82f6 !important; }
.np-advisory__track-wrapper { overflow-x: auto; scroll-behavior: smooth; -ms-overflow-style: none; scrollbar-width: none; }
.np-advisory__track-wrapper::-webkit-scrollbar { display: none; }
.np-advisory__track { display: flex; gap: 24px; padding-bottom: 8px; }
.np-advisory__card { flex: 0 0 280px; min-width: 260px; background: #fff; border-radius: 16px; padding: 24px 24px 28px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.np-advisory__card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.np-advisory__card-img { width: 100%; aspect-ratio: 4/5; border-radius: 12px; overflow: hidden; margin-bottom: 20px; }
.np-advisory__card-img img { width: 100%; height: 100%; object-fit: cover; }
.np-advisory__card-name { font-family: 'Geologica', sans-serif; font-size: 18px; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; }
.np-advisory__card-role { font-family: 'Cabin', sans-serif; font-size: 13px; color: #888; }
@media (max-width: 900px) { .np-advisory { padding: 60px 0; } .np-advisory__container { padding: 0 24px; } .np-advisory__title { font-size: 28px; } .np-advisory__card { flex: 0 0 240px; min-width: 220px; } }
@media (max-width: 600px) { .np-advisory { padding: 40px 0; } .np-advisory__container { padding: 0 16px; } .np-advisory__title { font-size: 24px; } .np-advisory__card { flex: 0 0 220px; min-width: 200px; } }

/* ── Elementor Overrides ── */
.elementor-widget-np_showcase, .elementor-widget-np_nature, .elementor-widget-np_compare,
.elementor-widget-np_ctabanner, .elementor-widget-np_trust, .elementor-widget-np_drnote,
.elementor-widget-np_organtabs, .elementor-widget-np_testimonials, .elementor-widget-np_advisory {
    max-width: 100% !important; width: 100vw !important; margin-left: calc(-50vw + 50%) !important; padding: 0 !important;
}
.elementor-widget-np_showcase .elementor-widget-container,
.elementor-widget-np_nature .elementor-widget-container,
.elementor-widget-np_compare .elementor-widget-container,
.elementor-widget-np_ctabanner .elementor-widget-container,
.elementor-widget-np_trust .elementor-widget-container,
.elementor-widget-np_drnote .elementor-widget-container,
.elementor-widget-np_organtabs .elementor-widget-container,
.elementor-widget-np_testimonials .elementor-widget-container,
.elementor-widget-np_advisory .elementor-widget-container {
    padding: 0 !important; margin: 0 !important; max-width: none !important;
}
