/*
Theme Name: ahpai
Theme URI: https://www.assignmenthelppro.com/blog/
Author: the ahp Team
Author URI: https://www.assignmenthelppro.com/
Description: https://www.assignmenthelppro.com blog theme.
Tags: blog, ahp blog theme
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: Only For https://www.assignmenthelppro.com/blog/
License URI: https://www.assignmenthelppro.com/blog/
Text Domain: assignmenthelppro.com
*/
:root {
    --accent: #ff5722;
    --accent2: #e64a19;
    --accent3: #c4380f;
    --accent-soft: #fff5f1;
    --navy: #0a0e1a;
    --navy2: #111827;
    --navy3: #1e293b;
    --blue: #3b82f6;
    --blue2: #60a5fa;
    --blue-soft: #eff6ff;
    --green: #10b981;
    --green2: #059669;
    --green-soft: #ecfdf5;
    --red: #ef4444;
    --red-soft: #fef2f2;
    --amber: #f59e0b;
    --text: #0f172a;
    --text-muted: #475569;
    --text-light: #64748b;
    --rule: #e2e8f0;
    --rule-light: #f1f5f9;
    --bg-soft: #f8fafc;
    --bg-tint: #f8fafc;
    --bg-card: #fff;
    --font-h: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-display: 'Fraunces', Georgia, serif;
    --font-mono: 'JetBrains Mono', Menlo, monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
    background: #fff;
    color: #0f172a;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6
}

img {
    max-width: 100%;
    display: block;
    height: auto
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font-family: inherit;
    cursor: pointer
}

/* header start */

.main-ahp-head-desi-work {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #eef1f9;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/* ═══════════════════════════════
   FLASH SALE BAR
═══════════════════════════════ */
.ahp-new-hed-sec-des-flash-bar {
    width: 100%;
    background: linear-gradient(90deg, #0a0e1a 0%, #111827 40%, #0a0e1a 100%);
    border-bottom: 1px solid rgba(255, 87, 34, .18);
    position: relative;
    z-index: 1001;
    padding: 0 16px;
}

.ahp-new-hed-sec-des-flash-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 42px;
    flex-wrap: wrap;
    position: relative;
}

.ahp-new-hed-sec-des-flash-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
    color: #fff;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: .04em;
    white-space: nowrap;
    animation: pulse 2s ease-in-out infinite;
    box-shadow: 0 2px 8px -2px rgba(255, 87, 34, .4);
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(255, 87, 34, .45)
    }

    50% {
        box-shadow: 0 0 0 6px rgba(255, 87, 34, 0)
    }
}

.ahp-new-hed-sec-des-flash-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, .9);
    white-space: nowrap;
}

.ahp-new-hed-sec-des-flash-text strong {
    color: #ff5722;
    font-weight: 700
}

.ahp-new-hed-sec-des-flash-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
    border-radius: 20px;
    padding: 4px 14px;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .2s ease;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 2px 8px -2px rgba(255, 87, 34, .35);
}

.ahp-new-hed-sec-des-flash-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px -2px rgba(255, 87, 34, .5)
}

.ahp-new-hed-sec-des-flash-close {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    cursor: pointer;
    padding: 4px 6px;
    line-height: 1;
    transition: color .15s;
}

.ahp-new-hed-sec-des-flash-close:hover {
    color: #fff
}

/* ═══════════════════════════════
   HEADER
═══════════════════════════════ */
header {
    width: 100%;
    background: #0a0e1a;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 24px rgba(0, 0, 0, .35);
    isolation: isolate;
}

/* Subtle ambient atmosphere — same approach as footer */
header::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -50px;
    width: 400px;
    height: 240px;
    background: radial-gradient(circle, rgba(59, 130, 246, .08), transparent 60%);
    pointer-events: none;
    z-index: -1;
}

header::after {
    content: '';
    position: absolute;
    top: -50px;
    right: 0;
    width: 380px;
    height: 240px;
    background: radial-gradient(circle, rgba(139, 92, 246, .06), transparent 60%);
    pointer-events: none;
    z-index: -1;
}

.ahp-new-hed-sec-des-header-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 64px;
    padding: 0 20px;
    gap: 0;
    position: relative;
}

/* LOGO */
.ahp-new-hed-sec-des-logo {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    flex-shrink: 0;
    letter-spacing: -.02em;
    padding-right: 6px;
    display: flex;
    align-items: center;
}

.ahp-new-hed-sec-des-logo span {
    color: #ff5722
}

.ahp-new-hed-sec-des-logo-sub {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 9px;
    font-weight: 400;
    color: rgba(255, 255, 255, .45);
    display: block;
    letter-spacing: .04em;
    line-height: 1;
    margin-top: 1px;
}

.ahp-new-hed-sec-des-logo-block {
    display: flex;
    flex-direction: column;
    margin-right: 20px
}

/* MEGA BTN */
.ahp-new-hed-sec-des-mega-wrap {
    flex-shrink: 0
}

.ahp-new-hed-sec-des-mega-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 15px;
    height: 64px;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, .08);
    border-left: 1px solid rgba(255, 255, 255, .08);
    transition: background .18s;
    white-space: nowrap;
    position: relative;
}

.ahp-new-hed-sec-des-mega-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%);
    border-radius: 2px 2px 0 0;
    transform: scaleX(0);
    transition: transform .2s;
}

.ahp-new-hed-sec-des-mega-btn:hover,
.ahp-new-hed-sec-des-mega-btn.open {
    background: #111827
}

.ahp-new-hed-sec-des-mega-btn:hover::before,
.ahp-new-hed-sec-des-mega-btn.open::before {
    transform: scaleX(1)
}

.ahp-new-hed-sec-des-grid9 {
    display: grid;
    grid-template-columns: repeat(3, 5px);
    grid-template-rows: repeat(3, 5px);
    gap: 2px
}

.ahp-new-hed-sec-des-grid9 span {
    display: block;
    width: 5px;
    height: 5px;
    background: #60a5fa;
    border-radius: 1px
}

.ahp-new-hed-sec-des-chev {
    width: 9px;
    height: 5px;
    opacity: .55;
    transition: transform .2s, opacity .2s;
    flex-shrink: 0
}

.ahp-new-hed-sec-des-mega-btn.open .ahp-new-hed-sec-des-chev {
    transform: rotate(180deg);
    opacity: 1
}

/* DESK NAV LINKS */
.ahp-new-hed-sec-des-desk-nav {
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: 4px;
    flex: 1;
    min-width: 0;
}

.ahp-new-hed-sec-des-desk-nav a {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
    padding: 0 13px;
    height: 64px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color .15s, background .15s;
    white-space: nowrap;
    position: relative;
    flex-shrink: 0;
}

.ahp-new-hed-sec-des-desk-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #60a5fa;
    transform: scaleX(0);
    transition: transform .2s;
    border-radius: 2px 2px 0 0;
}

.ahp-new-hed-sec-des-desk-nav a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .06)
}

.ahp-new-hed-sec-des-desk-nav a:hover::after {
    transform: scaleX(1)
}

.ahp-new-hed-sec-des-nav-badge {
    font-size: 9px;
    font-weight: 700;
    background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
    color: #fff;
    border-radius: 10px;
    padding: 1px 6px;
    letter-spacing: .03em;
    flex-shrink: 0;
}

/* WHATSAPP BUTTON */
.ahp-new-hed-sec-des-wa-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    flex-shrink: 0;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: #25d366;
    border-radius: 8px;
    padding: 7px 13px;
    transition: background .15s, transform .15s;
    white-space: nowrap;
}

.ahp-new-hed-sec-des-wa-btn:hover {
    background: #1da851;
    transform: translateY(-1px);
    color: #fff;
}

.ahp-new-hed-sec-des-wa-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

/* CTA BUTTONS */
.ahp-new-hed-sec-des-nav-cta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 12px;
    flex-shrink: 0
}

.ahp-new-hed-sec-des-btn-ghost {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    padding: 6px 15px;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color .15s, background .15s;
}

.ahp-new-hed-sec-des-btn-ghost:hover {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .06);
    color: #fff;
}

.ahp-new-hed-sec-des-btn-order {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
    border-radius: 8px;
    padding: 7px 18px;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .15s ease, box-shadow .2s ease;
    box-shadow: 0 4px 12px -2px rgba(255, 87, 34, .35);
}

.ahp-new-hed-sec-des-btn-order:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px -3px rgba(255, 87, 34, .5);
    color: #fff;
}

/* HAMBURGER */
.ahp-new-hed-sec-des-ham-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    margin-left: 12px;
    flex-shrink: 0;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.ahp-new-hed-sec-des-ham-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all .25s
}

.ahp-new-hed-sec-des-ham-btn.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

.ahp-new-hed-sec-des-ham-btn.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0)
}

.ahp-new-hed-sec-des-ham-btn.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

/* ═══════════════════════════════
   MEGA DROPDOWN
═══════════════════════════════ */
.ahp-new-hed-sec-des-mega-drop {
    display: none;
    width: 100%;
}

.ahp-new-hed-sec-des-mega-drop.open {
    display: flex
}

.ahp-new-hed-sec-des-mega-drop-inner {
    width: 100%;
    display: flex;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
    border-top: 3px solid #3b82f6;
    background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 50%, #3b82f6 100%);
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: top;
    max-height: calc(100vh - 106px);
    overflow: hidden;
}

/* SIDEBAR */
.ahp-new-hed-sec-des-sidebar {
    width: 230px;
    flex-shrink: 0;
    background: #060912;
    overflow-y: auto;
    position: relative;
    isolation: isolate;
}

.ahp-new-hed-sec-des-sidebar::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: radial-gradient(ellipse at bottom left, rgba(59, 130, 246, .08), transparent 70%);
    pointer-events: none;
    z-index: -1;
}

.ahp-new-hed-sec-des-sidebar ul {
    list-style: none
}

.ahp-new-hed-sec-des-sidebar li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    height: 48px;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, .68);
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: background .14s, color .14s, border-color .14s;
    white-space: nowrap;
    user-select: none;
}

.ahp-new-hed-sec-des-sidebar li:hover,
.ahp-new-hed-sec-des-sidebar li.ahp-new-hed-sec-des-active {
    background: rgba(255, 255, 255, .06);
    color: #fff;
    border-left-color: #60a5fa;
}

.ahp-new-hed-sec-des-sidebar li .ahp-new-hed-sec-des-s-icon {
    font-size: 15px;
    flex-shrink: 0;
    width: 20px;
    text-align: center
}

.ahp-new-hed-sec-des-sidebar li .ahp-new-hed-sec-des-s-arr {
    margin-left: auto;
    font-size: 11px;
    opacity: .35;
    transition: opacity .14s, color .14s
}

.ahp-new-hed-sec-des-sidebar li.ahp-new-hed-sec-des-active .ahp-new-hed-sec-des-s-arr,
.ahp-new-hed-sec-des-sidebar li:hover .ahp-new-hed-sec-des-s-arr {
    opacity: 1;
    color: #60a5fa
}

.ahp-new-hed-sec-des-s-divider {
    height: 1px;
    background: rgba(255, 255, 255, .05);
    margin: 3px 0
}

/* PANEL */
.ahp-new-hed-sec-des-panels {
    flex: 1;
    min-width: 0;
    background: #fff;
    overflow-y: auto
}

.ahp-new-hed-sec-des-panel {
    display: none;
    padding: 30px 32px 36px
}

.ahp-new-hed-sec-des-panel.ahp-new-hed-sec-des-active {
    display: grid
}

.ahp-new-hed-sec-des-p4 {
    grid-template-columns: repeat(3, 1fr) 1.1fr;
    gap: 0 32px
}

.ahp-new-hed-sec-des-p3 {
    grid-template-columns: repeat(3, 1fr) 1.1fr;
    gap: 0 32px
}

.ahp-new-hed-sec-des-pc {
    border-right: 1px solid #e4e8f5;
    padding-right: 28px;
    display: flex;
    flex-direction: column;
}

.ahp-new-hed-sec-des-pc:last-child {
    border-right: none;
    padding-right: 0
}

.ahp-new-hed-sec-des-p-head {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6c7a99;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1.5px solid #e4e8f5;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ahp-new-hed-sec-des-p-head::before {
    content: '';
    width: 14px;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6 0%, transparent 100%);
    border-radius: 2px;
    flex-shrink: 0;
}

.ahp-new-hed-sec-des-p-head+.ahp-new-hed-sec-des-p-head,
.ahp-new-hed-sec-des-p-links+.ahp-new-hed-sec-des-p-head {
    margin-top: 18px
}

.ahp-new-hed-sec-des-p-links {
    list-style: none
}

.ahp-new-hed-sec-des-p-links a {
    display: block;
    font-size: 14.5px;
    color: #2b3870;
    text-decoration: none;
    padding: 5.5px 0;
    line-height: 1.45;
    transition: color .12s, padding-left .12s;
    border-bottom: 1px solid rgba(228, 232, 245, .55);
}

.ahp-new-hed-sec-des-p-links li:last-child a {
    border-bottom: none
}

.ahp-new-hed-sec-des-p-links a:hover {
    color: #0a0e1a;
    font-weight: 500;
    padding-left: 6px
}

.ahp-new-hed-sec-des-p-links a:hover::before {
    content: '→ ';
    color: #3b82f6;
    font-weight: 700
}

/* FEATURED CARD — modernized to match footer card aesthetic */
.ahp-new-hed-sec-des-feat {
    position: relative;
    background: linear-gradient(135deg, #0a0e1a 0%, #111827 100%);
    border: 1px solid rgba(255, 87, 34, .22);
    border-radius: 14px;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ahp-new-hed-sec-des-feat::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -30px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(255, 87, 34, .14), transparent 65%);
    pointer-events: none;
}

.ahp-new-hed-sec-des-feat-eye {
    display: inline-flex;
    align-self: flex-start;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #ff5722;
    background: rgba(255, 87, 34, .12);
    border: 1px solid rgba(255, 87, 34, .25);
    padding: 3px 9px;
    border-radius: 100px;
    margin-bottom: 10px;
    position: relative;
}

.ahp-new-hed-sec-des-feat-title {
    font-family: 'Fraunces', serif;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 8px;
    letter-spacing: -.2px;
    position: relative;
}

.ahp-new-hed-sec-des-feat-desc {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .65);
    line-height: 1.55;
    margin-bottom: 14px;
    flex: 1;
    position: relative;
}

.ahp-new-hed-sec-des-feat-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
    border-radius: 8px;
    padding: 8px 14px;
    text-decoration: none;
    align-self: flex-start;
    transition: transform .15s ease, box-shadow .2s ease;
    box-shadow: 0 4px 12px -3px rgba(255, 87, 34, .4);
    position: relative;
}

.ahp-new-hed-sec-des-feat-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px -3px rgba(255, 87, 34, .55)
}

/* ═══════════════════════════════
   BACKDROP
═══════════════════════════════ */
.ahp-new-hed-sec-des-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.ahp-new-hed-sec-des-backdrop.open {
    display: block
}

/* ═══════════════════════════════
   MOBILE DRAWER
═══════════════════════════════ */
.ahp-new-hed-sec-des-drawer {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 340px;
    height: 100vh;
    background: #0a0e1a;
    z-index: 1100;
    overflow-y: auto;
    transition: left .28s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    flex-direction: column;
    isolation: isolate;
}

.ahp-new-hed-sec-des-drawer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 280px;
    background: radial-gradient(ellipse at top, rgba(59, 130, 246, .10), transparent 70%);
    pointer-events: none;
    z-index: -1;
}

.ahp-new-hed-sec-des-drawer.open {
    left: 0
}

.ahp-new-hed-sec-des-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    flex-shrink: 0;
}

.ahp-new-hed-sec-des-drawer-logo {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.ahp-new-hed-sec-des-drawer-logo span {
    color: #ff5722
}

.ahp-new-hed-sec-des-drawer-x {
    background: none;
    border: none;
    color: rgba(255, 255, 255, .6);
    font-size: 22px;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    transition: color .15s;
}

.ahp-new-hed-sec-des-drawer-x:hover {
    color: #fff
}

/* Drawer flash note */
.ahp-new-hed-sec-des-drawer-flash {
    margin: 14px 16px;
    background: linear-gradient(135deg, rgba(255, 87, 34, .10) 0%, rgba(230, 74, 25, .08) 100%);
    border: 1px solid rgba(255, 87, 34, .25);
    border-radius: 10px;
    padding: 12px 14px;
}

.ahp-new-hed-sec-des-drawer-flash p {
    font-size: 12px;
    color: rgba(255, 255, 255, .85);
    line-height: 1.5
}

.ahp-new-hed-sec-des-drawer-flash strong {
    color: #ff5722
}

.ahp-new-hed-sec-des-drawer-flash a {
    display: inline-block;
    margin-top: 8px;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
    border-radius: 20px;
    padding: 5px 13px;
    text-decoration: none;
    box-shadow: 0 2px 8px -2px rgba(255, 87, 34, .35);
}

/* Drawer categories accordion */
.ahp-new-hed-sec-des-drawer-cats {
    flex: 1;
    padding: 8px 0
}

.ahp-new-hed-sec-des-d-cat {
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.ahp-new-hed-sec-des-d-cat-trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 13px 18px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, .8);
    text-align: left;
    transition: background .14s, color .14s;
}

.ahp-new-hed-sec-des-d-cat-trigger:hover,
.ahp-new-hed-sec-des-d-cat-trigger.ahp-new-hed-sec-des-active,
.ahp-new-hed-sec-des-d-cat-trigger.open {
    background: rgba(255, 255, 255, .05);
    color: #fff;
}

.ahp-new-hed-sec-des-d-cat-trigger .ahp-new-hed-sec-des-d-icon {
    font-size: 15px;
    flex-shrink: 0;
    width: 22px;
    text-align: center
}

.ahp-new-hed-sec-des-d-cat-trigger .ahp-new-hed-sec-des-d-chev {
    margin-left: auto;
    font-size: 11px;
    opacity: .5;
    transition: transform .2s, color .2s
}

.ahp-new-hed-sec-des-d-cat-trigger.open .ahp-new-hed-sec-des-d-chev {
    transform: rotate(180deg);
    opacity: 1;
    color: #60a5fa
}

.ahp-new-hed-sec-des-d-links {
    display: none;
    padding: 4px 0 10px 50px;
    flex-direction: column;
    gap: 1px;
}

.ahp-new-hed-sec-des-d-links.open {
    display: flex
}

.ahp-new-hed-sec-des-d-links a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12.5px;
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    padding: 6px 0;
    transition: color .12s;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.ahp-new-hed-sec-des-d-links a:hover {
    color: #60a5fa
}

/* Drawer quick links */
.ahp-new-hed-sec-des-drawer-quick {
    padding: 12px 18px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ahp-new-hed-sec-des-drawer-quick a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
    padding: 6px 0;
    transition: color .14s;
}

.ahp-new-hed-sec-des-drawer-quick a:hover {
    color: #fff
}

/* Drawer footer buttons */
.ahp-new-hed-sec-des-drawer-foot {
    padding: 14px 16px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.ahp-new-hed-sec-des-drawer-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25d366;
    color: #fff;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 700;
    border-radius: 9px;
    padding: 11px;
    text-decoration: none;
    transition: background .14s, transform .14s;
}

.ahp-new-hed-sec-des-drawer-wa:hover {
    background: #1da851;
    transform: translateY(-1px)
}

.ahp-new-hed-sec-des-drawer-btns {
    display: flex;
    gap: 8px
}

.ahp-new-hed-sec-des-drawer-login {
    flex: 1;
    text-align: center;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .22);
    border-radius: 9px;
    padding: 10px;
    text-decoration: none;
    transition: border-color .14s, background .14s;
}

.ahp-new-hed-sec-des-drawer-login:hover {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .06)
}

.ahp-new-hed-sec-des-drawer-order {
    flex: 2;
    text-align: center;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
    border-radius: 9px;
    padding: 10px;
    text-decoration: none;
    transition: transform .14s, box-shadow .2s;
    box-shadow: 0 4px 12px -3px rgba(255, 87, 34, .4);
}

.ahp-new-hed-sec-des-drawer-order:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px -3px rgba(255, 87, 34, .55)
}

/* ═══════════════════════════════
   MOBILE FLOATING WHATSAPP
═══════════════════════════════ */
.ahp-new-hed-sec-des-float-wa {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 20px;
    z-index: 1050;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #25d366;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, .4);
    text-decoration: none;
    transition: transform .2s, background .15s;
    animation: waBounce 2s ease-in-out infinite;
}

.ahp-new-hed-sec-des-float-wa:hover {
    background: #1da851;
    transform: scale(1.1)
}

@keyframes waBounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }
}

.ahp-new-hed-sec-des-float-wa svg {
    width: 28px;
    height: 28px
}


/* header end */

/* ─── BREADCRUMB ─── */
.bp-crumb {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 24px
}

.bp-crumb__inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #475569;
    flex-wrap: wrap
}

.bp-crumb__inner a {
    color: #475569;
    transition: .15s
}

.bp-crumb__inner a:hover {
    color: #e64a19
}

.bp-crumb__inner svg {
    width: 11px;
    height: 11px;
    color: #64748b
}

.bp-crumb__current {
    color: #0a0e1a;
    font-weight: 600
}

/* ─── HERO ─── */
.bp-hero {
    padding: 36px 24px 28px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    border-bottom: 1px solid #e2e8f0
}

.bp-hero__inner {
    max-width: 880px;
    margin: 0 auto;
    text-align: center
}

.bp-hero__cat {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #e64a19;
    background: #fffbeb;
    border: 1px solid rgba(255, 87, 34, .2);
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 14px
}

.bp-hero__cat svg {
    width: 13px;
    height: 13px
}

.bp-hero__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(28px, 4.2vw, 44px);
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -1.3px;
    line-height: 1.1;
    margin-bottom: 14px
}

.bp-hero__title em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.bp-hero__lead {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 16.5px;
    color: #475569;
    line-height: 1.5;
    max-width: 640px;
    margin: 0 auto 18px;
    font-weight: 500
}

.bp-hero__meta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 13px;
    color: #64748b;
    font-weight: 500
}

.bp-hero__author {
    display: inline-flex;
    align-items: center;
    gap: 9px
}

.bp-hero__author-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #1e40af);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #e2e8f0
}

.bp-hero__author-name {
    color: #0a0e1a;
    font-weight: 700
}

.bp-hero__meta-sep {
    width: 3px;
    height: 3px;
    background: #e2e8f0;
    border-radius: 50%
}

.bp-hero__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.bp-hero__meta-item svg {
    width: 13px;
    height: 13px
}

/* ─── ARTICLE NAVIGATOR ─── */
.bp-nav {
    padding: 18px 24px 0;
    background: #f8fafc
}

.bp-nav__inner {
    max-width: 1180px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px 20px;
    box-shadow: 0 8px 26px -16px rgba(15, 23, 42, .1);
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap
}

.bp-nav__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding-right: 14px;
    border-right: 1px solid #f1f5f9
}

.bp-nav__label-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px -3px rgba(255, 87, 34, .4)
}

.bp-nav__label-icon svg {
    width: 13px;
    height: 13px
}

.bp-nav__label-text {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1.2
}

.bp-nav__label-text strong {
    display: block;
    color: #0a0e1a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -.1px;
    text-transform: none;
    margin-top: 2px;
    font-family: 'Fraunces', Georgia, serif
}

.bp-nav__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    flex: 1
}

.bp-nav__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px 7px 8px;
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-size: 12.5px;
    font-weight: 600;
    color: #475569;
    line-height: 1.3;
    transition: .15s;
    font-family: inherit;
    cursor: pointer
}

.bp-nav__pill:hover {
    transform: translateY(-1px);
    border-color: #ff5722;
    color: #e64a19;
    background: #fff;
    box-shadow: 0 6px 14px -8px rgba(255, 87, 34, .3)
}

.bp-nav__pill-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fffbeb;
    color: #e64a19;
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0;
    border: 1px solid rgba(255, 87, 34, .18);
    padding: 0 4px;
    transition: .15s
}

.bp-nav__pill:hover .bp-nav__pill-num {
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    border-color: #ff5722
}

/* ─── FEATURED IMAGE ─── */
.bp-featured {
    max-width: 1100px;
    margin: 0 auto;
    padding: 32px 24px 0
}

.bp-featured__wrap {
    aspect-ratio: 21/9;
    background: linear-gradient(135deg, #f59e0b, #b45309);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 18px 50px -20px rgba(15, 23, 42, .25)
}

.bp-featured__wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .1) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, .1) 25%, transparent 25%);
    background-size: 22px 22px;
    opacity: .3
}

.bp-featured__wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative
}

.bp-featured__placeholder {
    position: relative;
    height: 100%;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: clamp(40px, 7vw, 86px);
    font-weight: 600;
    letter-spacing: -2px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .2)
}

.bp-featured__caption {
    margin-top: 10px;
    font-size: 12px;
    color: #64748b;
    text-align: center;
    font-style: italic
}

/* ─── MAIN LAYOUT ─── */
.bp-main {
    padding: 80px 24px 72px
}

.bp-main__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 48px;
    align-items: start
}

/* ─── ARTICLE BODY ─── */
.bp-article {
    max-width: 760px
}

.bp-article__update {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 14px 18px;
    background: #eff6ff;
    border: 1px solid rgba(59, 130, 246, .18);
    border-radius: 11px;
    margin-bottom: 22px;
    font-size: 13.5px;
    color: #475569;
    line-height: 1.55
}

.bp-article__update-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #3b82f6;
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0
}

.bp-article__update-icon svg {
    width: 14px;
    height: 14px
}

.bp-article__update strong {
    color: #3b82f6;
    display: block;
    margin-bottom: 2px;
    font-weight: 700
}

.bp-article p {
    font-size: 17px;
    color: #0f172a;
    line-height: 1.8;
    margin-bottom: 20px
}

.bp-article p strong {
    color: #0a0e1a;
    font-weight: 700
}

.bp-article p em {
    color: #475569
}

.bp-article p a {
    color: #e64a19;
    font-weight: 600;
    border-bottom: 1.5px solid rgba(255, 87, 34, .3);
    transition: .15s
}

.bp-article p a:hover {
    color: #ff5722;
    border-bottom-color: #ff5722
}

.bp-article__lead {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 20px !important;
    font-style: italic;
    color: #475569 !important;
    line-height: 1.55 !important;
    font-weight: 500;
    padding: 18px 22px;
    background: linear-gradient(135deg, #fffbeb, #fff);
    border-left: 4px solid #ff5722;
    border-radius: 0 12px 12px 0;
    margin-bottom: 24px !important
}

.bp-article h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(26px, 3vw, 32px);
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.9px;
    line-height: 1.2;
    margin: 42px 0 16px;
    scroll-margin-top: 24px;
    position: relative;
    padding-left: 18px
}

.bp-article h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    bottom: 11px;
    width: 5px;
    background: linear-gradient(180deg, #ff5722, #e64a19);
    border-radius: 3px
}

.bp-article h3 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.4px;
    line-height: 1.3;
    margin: 30px 0 12px;
    scroll-margin-top: 24px
}

.bp-article h4 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.2px;
    line-height: 1.3;
    margin: 22px 0 8px;
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.bp-article h4::before {
    content: counter(h4-counter);
    counter-increment: h4-counter;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 10px -3px rgba(255, 87, 34, .45);
    margin-top: 1px
}

.bp-article {
    counter-reset: h4-counter
}

/* Lists */
.bp-article ol,
.bp-article ul {
    margin: 14px 0 20px;
    padding-left: 0;
    list-style: none
}

.bp-article ol {
    counter-reset: ol-counter
}

.bp-article ol li {
    position: relative;
    padding: 6px 0 6px 38px;
    font-size: 16.5px;
    color: #0f172a;
    line-height: 1.7;
    counter-increment: ol-counter
}

.bp-article ol li::before {
    content: counter(ol-counter);
    position: absolute;
    left: 0;
    top: 7px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fffbeb;
    color: #e64a19;
    display: grid;
    place-items: center;
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-size: 11.5px;
    font-weight: 700;
    border: 1px solid rgba(255, 87, 34, .2)
}

.bp-article ul li {
    position: relative;
    padding: 5px 0 5px 26px;
    font-size: 16.5px;
    color: #0f172a;
    line-height: 1.7
}

.bp-article ul li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 15px;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fffbeb
}

.bp-article ul li strong,
.bp-article ol li strong {
    color: #0a0e1a;
    font-weight: 700
}

.bp-article ul li a,
.bp-article ol li a {
    color: #e64a19;
    font-weight: 600;
    border-bottom: 1.5px solid rgba(255, 87, 34, .3)
}

.bp-article ul li a:hover,
.bp-article ol li a:hover {
    color: #ff5722;
    border-bottom-color: #ff5722
}

/* Image inside content */
.bp-article__img {
    margin: 28px 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    position: relative;
    aspect-ratio: 21/9;
    background: linear-gradient(135deg, #f59e0b, #b45309)
}

.bp-article__img::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .1) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, .1) 25%, transparent 25%);
    background-size: 22px 22px;
    opacity: .3
}

.bp-article__img-placeholder {
    position: relative;
    height: 100%;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 600;
    letter-spacing: -1.5px;
    text-shadow: 0 3px 14px rgba(0, 0, 0, .2)
}

/* Read more inline callout */
.bp-article__readmore {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 1px solid #e2e8f0;
    border-left: 4px solid #ff5722;
    border-radius: 0 12px 12px 0;
    margin: 24px 0;
    font-size: 14.5px;
    color: #475569;
    transition: .2s
}

.bp-article__readmore:hover {
    transform: translateX(3px);
    box-shadow: 0 10px 26px -14px rgba(15, 23, 42, .18)
}

.bp-article__readmore-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #fffbeb;
    color: #e64a19;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border: 1px solid rgba(255, 87, 34, .18)
}

.bp-article__readmore-icon svg {
    width: 17px;
    height: 17px
}

.bp-article__readmore-body {
    flex: 1;
    line-height: 1.4
}

.bp-article__readmore-label {
    font-size: 10.5px;
    font-weight: 700;
    color: #e64a19;
    letter-spacing: .08em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px
}

.bp-article__readmore-title {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 600;
    color: #0a0e1a;
    font-size: 15.5px
}

.bp-article__readmore svg.arrow {
    width: 14px;
    height: 14px;
    color: #ff5722;
    flex-shrink: 0;
    transition: .15s
}

.bp-article__readmore:hover svg.arrow {
    transform: translateX(3px)
}

/* Related guides */
.bp-related-guides {
    margin: 32px 0;
    padding: 24px;
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 1px solid #e2e8f0;
    border-radius: 14px
}

.bp-related-guides h4 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 17px;
    font-weight: 600;
    color: #0a0e1a;
    margin-bottom: 14px;
    padding-left: 0;
    display: block
}

.bp-related-guides h4::before {
    display: none
}

.bp-related-guides__list {
    display: grid;
    gap: 9px
}

.bp-related-guides__item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 14px;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 10px;
    font-size: 14px;
    color: #475569;
    transition: .15s
}

.bp-related-guides__item:hover {
    border-color: #ff5722;
    transform: translateX(3px)
}

.bp-related-guides__item-icon {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    background: #fffbeb;
    color: #e64a19;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border: 1px solid rgba(255, 87, 34, .18)
}

.bp-related-guides__item-icon svg {
    width: 13px;
    height: 13px
}

.bp-related-guides__item-name {
    font-weight: 700;
    color: #0a0e1a
}

.bp-related-guides__item-tag {
    margin-left: auto;
    font-size: 11.5px;
    color: #64748b
}

/* Article footer */
.bp-article__foot {
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 18px
}

.bp-article__foot-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #64748b
}

.bp-article__foot-meta strong {
    color: #0a0e1a
}

.bp-article__foot-meta a {
    color: #e64a19;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 87, 34, .3)
}

.bp-article__foot-meta a:hover {
    color: #ff5722
}

.bp-share {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.bp-share__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #64748b;
    margin-right: 4px
}

.bp-share__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #475569;
    transition: .15s
}

.bp-share__btn:hover {
    transform: translateY(-2px);
    border-color: #ff5722;
    color: #ff5722;
    box-shadow: 0 8px 18px -10px rgba(255, 87, 34, .3)
}

.bp-share__btn svg {
    width: 14px;
    height: 14px
}

/* ─── SIDEBAR WIDGETS ─── */
.bp-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: sticky;
    top: 4rem;
    align-self: start;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .12) transparent;
    padding-right: 4px
}

.bp-side::-webkit-scrollbar {
    width: 5px
}

.bp-side::-webkit-scrollbar-track {
    background: transparent
}

.bp-side::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .12);
    border-radius: 3px
}

.bp-side::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .22)
}

.bp-w {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 20px;
    flex-shrink: 0
}

.bp-w--sticky {
    position: sticky;
    top: 24px
}

.bp-w__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e8f0
}

.bp-w__head-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #fff
}

.bp-w__head-icon svg {
    width: 14px;
    height: 14px
}

.bp-w__head-icon.var-1 {
    background: linear-gradient(135deg, #ff5722, #e64a19);
    box-shadow: 0 4px 10px -3px rgba(255, 87, 34, .4)
}

.bp-w__head-icon.var-2 {
    background: linear-gradient(135deg, #f59e0b, #b45309);
    box-shadow: 0 4px 10px -3px rgba(245, 158, 11, .4)
}

.bp-w__head-icon.var-3 {
    background: linear-gradient(135deg, #ef4444, #b91c1c);
    box-shadow: 0 4px 10px -3px rgba(239, 68, 68, .4)
}

.bp-w__head-label {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1
}

.bp-w__head-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    color: #0a0e1a;
    line-height: 1.2;
    margin-top: 2px
}

.bp-w__viewall {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 700;
    color: #e64a19;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: .15s
}

.bp-w__viewall:hover {
    gap: 8px;
    color: #ff5722
}

.bp-w__viewall svg {
    width: 11px;
    height: 11px
}

/* Widget A: TOC */
.bp-w--toc__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 0;
    margin: 0
}

.bp-w--toc__list li a {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 7px 9px;
    font-size: 12.5px;
    color: #475569;
    font-weight: 500;
    line-height: 1.45;
    border-radius: 7px;
    transition: .15s;
    border-left: 2px solid transparent
}

.bp-w--toc__list li a:hover {
    background: #fffbeb;
    color: #e64a19;
    border-left-color: #ff5722
}

.bp-w--toc__list li a::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #e2e8f0;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 8px;
    transition: .15s
}

.bp-w--toc__list li a:hover::before {
    background: #ff5722
}

.bp-w--toc__list li.sub a {
    padding-left: 22px;
    font-size: 11.5px
}

/* Widget B: Featured Posts */
.bp-w--featured__list {
    display: flex;
    flex-direction: column;
    gap: 13px
}

.bp-w--featured__item {
    display: flex;
    gap: 11px;
    background: transparent;
    transition: .15s
}

.bp-w--featured__item:hover {
    transform: translateX(2px)
}

.bp-w--featured__thumb {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 9px;
    overflow: hidden;
    position: relative;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px
}

.bp-w--featured__thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .1) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, .1) 25%, transparent 25%);
    background-size: 10px 10px;
    opacity: .3
}

.bp-w--featured__item.t1 .bp-w--featured__thumb {
    background: linear-gradient(135deg, #3b82f6, #1e3a8a)
}

.bp-w--featured__item.t2 .bp-w--featured__thumb {
    background: linear-gradient(135deg, #10b981, #047857)
}

.bp-w--featured__item.t3 .bp-w--featured__thumb {
    background: linear-gradient(135deg, #ec4899, #9d174d)
}

.bp-w--featured__item.t4 .bp-w--featured__thumb {
    background: linear-gradient(135deg, #8b5cf6, #5b21b6)
}

.bp-w--featured__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px
}

.bp-w--featured__cat {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #e64a19;
    align-self: flex-start
}

.bp-w--featured__cat::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #ff5722;
    border-radius: 50%;
    flex-shrink: 0
}

.bp-w--featured__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 13px;
    font-weight: 600;
    color: #0a0e1a;
    line-height: 1.35;
    transition: .15s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.bp-w--featured__item:hover .bp-w--featured__title {
    color: #e64a19
}

.bp-w--featured__meta {
    font-size: 10.5px;
    color: #64748b;
    font-weight: 500
}

/* Widget C: Top Posts */
.bp-w--top__list {
    display: flex;
    flex-direction: column;
    gap: 11px
}

.bp-w--top__item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 0;
    background: transparent;
    transition: .15s
}

.bp-w--top__item:hover {
    transform: translateX(2px)
}

.bp-w--top__rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 30px;
    height: 30px;
    border-radius: 9px;
    background: linear-gradient(135deg, #fffbeb, #fff);
    border: 1px solid rgba(255, 87, 34, .18);
    color: #e64a19;
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 16px;
    font-weight: 700;
    margin-top: 1px;
    transition: .15s;
    line-height: 1
}

.bp-w--top__item:hover .bp-w--top__rank {
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    border-color: #ff5722;
    box-shadow: 0 6px 14px -4px rgba(255, 87, 34, .45)
}

.bp-w--top__item:nth-child(1) .bp-w--top__rank {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #b45309;
    border-color: rgba(245, 158, 11, .3)
}

.bp-w--top__item:nth-child(1):hover .bp-w--top__rank {
    background: linear-gradient(135deg, #f59e0b, #b45309);
    color: #fff;
    border-color: #f59e0b
}

.bp-w--top__body {
    flex: 1;
    min-width: 0
}

.bp-w--top__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #0a0e1a;
    line-height: 1.35;
    margin-bottom: 4px;
    transition: .15s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.bp-w--top__item:hover .bp-w--top__title {
    color: #e64a19
}

.bp-w--top__meta {
    font-size: 10.5px;
    color: #64748b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px
}

.bp-w--top__meta-views {
    display: inline-flex;
    align-items: center;
    gap: 3px
}

.bp-w--top__meta-views svg {
    width: 10px;
    height: 10px
}

/* Widget D: CTA */
.bp-w--cta {
    background: linear-gradient(135deg, #0a0e1a, #111827);
    color: #fff;
    border-color: rgba(255, 255, 255, .08);
    position: relative;
    overflow: hidden;
    padding: 22px 20px
}

.bp-w--cta::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 87, 34, .25), transparent 65%);
    pointer-events: none
}

.bp-w--cta__badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #ff5722;
    background: rgba(255, 87, 34, .12);
    border: 1px solid rgba(255, 87, 34, .25);
    padding: 4px 10px;
    border-radius: 100px;
    margin-bottom: 12px;
    position: relative
}

.bp-w--cta__badge svg {
    width: 11px;
    height: 11px
}

.bp-w--cta__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -.3px;
    line-height: 1.2;
    margin-bottom: 7px;
    position: relative
}

.bp-w--cta__title em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #ff8a65);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.bp-w--cta__sub {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .65);
    line-height: 1.55;
    margin-bottom: 14px;
    position: relative
}

.bp-w--cta__features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
    padding: 0;
    position: relative
}

.bp-w--cta__features li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
    font-weight: 500;
    line-height: 1.4
}

.bp-w--cta__features li svg {
    width: 11px;
    height: 11px;
    color: #10b981;
    flex-shrink: 0
}

.bp-w--cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 11px 16px;
    border-radius: 9px;
    box-shadow: 0 8px 18px -4px rgba(255, 87, 34, .5);
    transition: .15s;
    position: relative;
    font-family: inherit;
    cursor: pointer
}

.bp-w--cta__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 11px 24px -4px rgba(255, 87, 34, .65)
}

.bp-w--cta__btn svg {
    width: 12px;
    height: 12px
}

.bp-w--cta__trust {
    margin-top: 10px;
    font-size: 10.5px;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.bp-w--cta__trust svg {
    width: 11px;
    height: 11px;
    color: #10b981
}

/* ─── AUTHOR CREDIBILITY STRIP ─── */
.bp-trust {
    padding: 24px 24px;
    background: #f8fafc
}

.bp-trust__inner {
    max-width: 880px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    box-shadow: 0 6px 22px -16px rgba(15, 23, 42, .12)
}

.bp-trust__author {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-right: 18px;
    border-right: 1px solid #f1f5f9;
    flex-shrink: 0
}

.bp-trust__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #1e40af);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #e2e8f0
}

.bp-trust__author-info {
    display: flex;
    flex-direction: column;
    gap: 1px
}

.bp-trust__author-label {
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    letter-spacing: .06em;
    text-transform: uppercase
}

.bp-trust__author-name {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13.5px;
    font-weight: 700;
    color: #0a0e1a;
    line-height: 1.2
}

.bp-trust__author-verified {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 9.5px;
    font-weight: 700;
    color: #059669;
    background: #ecfdf5;
    border: 1px solid rgba(16, 185, 129, .25);
    padding: 2px 6px;
    border-radius: 4px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.bp-trust__author-verified svg {
    width: 9px;
    height: 9px
}

.bp-trust__badges {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1
}

.bp-trust__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #475569
}

.bp-trust__badge svg {
    width: 13px;
    height: 13px;
    color: #10b981;
    flex-shrink: 0
}

.bp-trust__badge strong {
    color: #0a0e1a;
    font-weight: 700
}

.bp-trust__badge-sep {
    width: 3px;
    height: 3px;
    background: #e2e8f0;
    border-radius: 50%
}

/* ─── FAQ ─── */
.bp-faq {
    padding: 64px 24px;
    background: linear-gradient(180deg, #f8fafc, #fff)
}

.bp-faq__inner {
    max-width: 860px;
    margin: 0 auto
}

.bp-faq__head {
    text-align: center;
    margin-bottom: 32px
}

.bp-faq__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #e64a19;
    background: #fffbeb;
    border: 1px solid rgba(255, 87, 34, .2);
    padding: 5px 11px;
    border-radius: 100px;
    margin-bottom: 12px
}

.bp-faq__eyebrow svg {
    width: 13px;
    height: 13px
}

.bp-faq__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(26px, 3.4vw, 36px);
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -1px;
    line-height: 1.15;
    margin-bottom: 8px
}

.bp-faq__title em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.bp-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.bp-faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: .2s
}

.bp-faq-item:hover {
    border-color: #cbd5e1
}

.bp-faq-item[open] {
    border-color: rgba(255, 87, 34, .3);
    box-shadow: 0 8px 24px -16px rgba(255, 87, 34, .2)
}

.bp-faq-q {
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.2px;
    list-style: none
}

.bp-faq-q::-webkit-details-marker {
    display: none
}

.bp-faq-item:hover .bp-faq-q {
    color: #e64a19
}

.bp-faq-q__icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fffbeb;
    color: #e64a19;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: .2s;
    border: 1px solid rgba(255, 87, 34, .2)
}

.bp-faq-q__icon svg {
    width: 13px;
    height: 13px;
    transition: transform .2s
}

.bp-faq-item[open] .bp-faq-q__icon {
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    border-color: #ff5722
}

.bp-faq-item[open] .bp-faq-q__icon svg {
    transform: rotate(45deg)
}

.bp-faq-a {
    padding: 0 22px 20px;
    font-size: 14.5px;
    color: #475569;
    line-height: 1.7
}

/* ─── AUTHOR BIO CARD ─── */
.bp-author {
    padding: 48px 24px;
    background: #fff
}

.bp-author__inner {
    max-width: 880px;
    margin: 0 auto;
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 32px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: start
}

.bp-author__avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #1e40af);
    color: #fff;
    display: grid;
    place-items: center;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 34px;
    font-weight: 600;
    flex-shrink: 0;
    border: 4px solid #fff;
    box-shadow: 0 8px 22px -8px rgba(15, 23, 42, .2)
}

.bp-author__label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #e64a19;
    background: #fffbeb;
    border: 1px solid rgba(255, 87, 34, .2);
    padding: 4px 10px;
    border-radius: 100px;
    margin-bottom: 10px
}

.bp-author__label svg {
    width: 11px;
    height: 11px
}

.bp-author__name {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.5px;
    line-height: 1.2;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.bp-author__verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10.5px;
    font-weight: 700;
    color: #059669;
    background: #ecfdf5;
    border: 1px solid rgba(16, 185, 129, .25);
    padding: 3px 8px;
    border-radius: 5px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.bp-author__verified svg {
    width: 11px;
    height: 11px
}

.bp-author__role {
    font-size: 13.5px;
    color: #475569;
    font-weight: 600;
    margin-bottom: 12px
}

.bp-author__bio {
    font-size: 14px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 14px
}

.bp-author__bio strong {
    color: #0a0e1a;
    font-weight: 700
}

.bp-author__creds {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 14px
}

.bp-author__cred {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 600;
    color: #475569;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 5px 10px;
    border-radius: 7px
}

.bp-author__cred svg {
    width: 11px;
    height: 11px;
    color: #ff5722
}

.bp-author__note {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.6;
    font-style: italic;
    padding-top: 14px;
    border-top: 1px dashed #e2e8f0
}

.bp-author__socials {
    display: flex;
    gap: 7px;
    margin-top: 14px
}

.bp-author__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #475569;
    transition: .15s
}

.bp-author__socials a:hover {
    transform: translateY(-2px);
    border-color: #ff5722;
    color: #ff5722
}

.bp-author__socials svg {
    width: 13px;
    height: 13px
}

/* ─── RELATED POSTS ─── */
.bp-related {
    padding: 64px 24px;
    background: linear-gradient(180deg, #f8fafc, #fff)
}

.bp-related__inner {
    max-width: 1180px;
    margin: 0 auto
}

.bp-related__head {
    text-align: center;
    margin-bottom: 32px
}

.bp-related__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #e64a19;
    background: #fffbeb;
    border: 1px solid rgba(255, 87, 34, .2);
    padding: 5px 11px;
    border-radius: 100px;
    margin-bottom: 12px
}

.bp-related__eyebrow svg {
    width: 13px;
    height: 13px
}

.bp-related__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(26px, 3.4vw, 34px);
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.9px;
    line-height: 1.2
}

.bp-related__title em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.bp-related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.bp-related-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    transition: .2s;
    display: flex;
    flex-direction: column
}

.bp-related-card:hover {
    transform: translateY(-3px);
    border-color: #cbd5e1;
    box-shadow: 0 16px 36px -18px rgba(15, 23, 42, .2)
}

.bp-related-card__img {
    height: 160px;
    position: relative;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -2px;
    overflow: hidden
}

.bp-related-card__img::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .1) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, .1) 25%, transparent 25%);
    background-size: 18px 18px;
    opacity: .3
}

.bp-related-card.r1 .bp-related-card__img {
    background: linear-gradient(135deg, #3b82f6, #1e3a8a)
}

.bp-related-card.r2 .bp-related-card__img {
    background: linear-gradient(135deg, #10b981, #047857)
}

.bp-related-card.r3 .bp-related-card__img {
    background: linear-gradient(135deg, #ec4899, #9d174d)
}

.bp-related-card__body {
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.bp-related-card__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 8px
}

.bp-related-card__cat {
    padding: 3px 8px;
    background: #fffbeb;
    color: #e64a19;
    border: 1px solid rgba(255, 87, 34, .18);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .06em
}

.bp-related-card__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 17px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.3px;
    line-height: 1.3;
    margin-bottom: 12px;
    flex: 1
}

.bp-related-card__read {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    font-weight: 700;
    color: #e64a19;
    letter-spacing: .02em;
    margin-top: auto
}

.bp-related-card:hover .bp-related-card__read {
    color: #ff5722;
    gap: 8px
}

.bp-related-card__read svg {
    width: 12px;
    height: 12px
}

/* ─── BOTTOM CTA ─── */
.bp-cta {
    padding: 64px 24px;
    background: linear-gradient(135deg, #0a0e1a, #111827);
    color: #fff;
    position: relative;
    overflow: hidden
}

.bp-cta::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(255, 87, 34, .18), transparent 70%);
    pointer-events: none
}

.bp-cta__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative
}

.bp-cta__left {}

.bp-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #ff5722;
    background: rgba(255, 87, 34, .12);
    border: 1px solid rgba(255, 87, 34, .25);
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 14px
}

.bp-cta__eyebrow svg {
    width: 13px;
    height: 13px
}

.bp-cta h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(28px, 3.8vw, 40px);
    font-weight: 600;
    color: #fff;
    letter-spacing: -1.2px;
    line-height: 1.1;
    margin-bottom: 14px
}

.bp-cta h2 em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #ff8a65);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.bp-cta p {
    font-size: 15px;
    color: rgba(255, 255, 255, .7);
    line-height: 1.65;
    margin-bottom: 22px;
    max-width: 480px
}

.bp-cta__points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
    padding: 0
}

.bp-cta__points li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, .8);
    font-weight: 500
}

.bp-cta__points li::before {
    display: none
}

.bp-cta__points li svg {
    width: 14px;
    height: 14px;
    color: #10b981;
    flex-shrink: 0
}

.bp-cta__form {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 24px;
    backdrop-filter: blur(8px)
}

.bp-cta__form-head {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px
}

.bp-cta__form-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    box-shadow: 0 6px 14px -4px rgba(255, 87, 34, .5)
}

.bp-cta__form-icon svg {
    width: 18px;
    height: 18px
}

.bp-cta__form-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -.3px;
    line-height: 1.2
}

.bp-cta__form-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
    margin-top: 2px
}

.bp-cta__form-field {
    margin-bottom: 11px
}

.bp-cta__form-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, .55);
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 5px
}

.bp-cta__form input,
.bp-cta__form select {
    width: 100%;
    font-family: inherit;
    font-size: 13.5px;
    color: #fff;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 9px;
    padding: 10px 12px;
    outline: none;
    transition: .15s
}

.bp-cta__form input:focus,
.bp-cta__form select:focus {
    border-color: #ff5722;
    background: rgba(255, 255, 255, .08)
}

.bp-cta__form input::placeholder {
    color: rgba(255, 255, 255, .4)
}

.bp-cta__form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff80' d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
    padding-right: 36px;
    cursor: pointer
}

.bp-cta__form select option {
    background: #0a0e1a;
    color: #fff
}

.bp-cta__form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.bp-cta__form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 13px 18px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 22px -6px rgba(255, 87, 34, .55);
    transition: .15s;
    margin-top: 6px;
    font-family: inherit;
    cursor: pointer
}

.bp-cta__form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -6px rgba(255, 87, 34, .7)
}

.bp-cta__form-submit svg {
    width: 13px;
    height: 13px
}

/* ─── MOBILE TOC TRIGGER ─── */
.bp-toc-mobile {
    display: none
}

/* ─── RESPONSIVE ─── */
@media (max-width:1080px) {
    .bp-main__inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .bp-side {
        position: static;
        max-height: none;
        overflow: visible;
        padding-right: 0
    }

    .bp-w--sticky {
        position: static
    }

    .bp-related__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .bp-cta__inner {
        grid-template-columns: 1fr;
        gap: 30px
    }
}

@media (max-width:760px) {
    .bp-hero {
        padding: 28px 18px 22px
    }

    .bp-trust {
        padding: 18px 18px 0
    }

    .bp-trust__inner {
        padding: 14px;
        gap: 14px;
        flex-direction: column;
        align-items: flex-start
    }

    .bp-trust__author {
        padding-right: 0;
        padding-bottom: 12px;
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        width: 100%
    }

    .bp-trust__badges {
        gap: 10px
    }

    .bp-trust__badge {
        font-size: 11.5px
    }

    .bp-nav {
        padding: 18px 18px 0
    }

    .bp-nav__inner {
        padding: 14px 16px;
        gap: 12px;
        flex-direction: column;
        align-items: flex-start
    }

    .bp-nav__label {
        padding-right: 0;
        padding-bottom: 10px;
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        width: 100%
    }

    .bp-nav__pill {
        font-size: 12px;
        padding: 6px 11px 6px 7px
    }

    .bp-main {
        padding: 58px 18px 56px
    }

    .bp-article {
        max-width: 100%
    }

    .bp-article p,
    .bp-article ol li,
    .bp-article ul li {
        font-size: 16px
    }

    .bp-article h2 {
        font-size: 24px;
        padding-left: 14px
    }

    .bp-article h2::before {
        width: 4px
    }

    .bp-faq,
    .bp-author,
    .bp-related,
    .bp-cta {
        padding: 48px 18px
    }

    .bp-author__inner {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 24px
    }

    .bp-author__avatar {
        margin: 0 auto
    }

    .bp-author__name,
    .bp-author__creds {
        justify-content: center
    }

    .bp-related__grid {
        grid-template-columns: 1fr
    }

    .bp-cta__form-row {
        grid-template-columns: 1fr
    }

    .bp-article__foot {
        flex-direction: column;
        align-items: flex-start
    }
}

/*Author page start*/

.ahp-blo-exp-pro-ne-header-stub {
    height: 64px;
    background: #0a0e1a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 600
}

.ahp-blo-exp-pro-ne-footer-stub {
    height: 80px;
    background: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 600
}

/* ─── BREADCRUMB ─── */
.ahp-blo-exp-pro-ne-crumb {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 24px
}

.ahp-blo-exp-pro-ne-crumb__inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #475569;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-crumb__inner a {
    color: #475569;
    transition: .15s
}

.ahp-blo-exp-pro-ne-crumb__inner a:hover {
    color: #e64a19
}

.ahp-blo-exp-pro-ne-crumb__inner svg {
    width: 11px;
    height: 11px;
    color: #64748b
}

.ahp-blo-exp-pro-ne-crumb__current {
    color: #0a0e1a;
    font-weight: 600
}

/* ─── HERO ─── */
.ahp-blo-exp-pro-ne-hero {
    padding: 40px 24px 32px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    border-bottom: 1px solid #e2e8f0
}

.ahp-blo-exp-pro-ne-hero__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 36px;
    align-items: center
}

.ahp-blo-exp-pro-ne-hero__avatar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #1e40af);
    color: #fff;
    display: grid;
    place-items: center;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 56px;
    font-weight: 600;
    flex-shrink: 0;
    border: 5px solid #fff;
    box-shadow: 0 14px 40px -12px rgba(15, 23, 42, .3), 0 0 0 1px #e2e8f0;
    position: relative
}

.ahp-blo-exp-pro-ne-hero__avatar-status {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #10b981;
    border: 4px solid #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 10px -2px rgba(16, 185, 129, .5)
}

.ahp-blo-exp-pro-ne-hero__avatar-status::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.ahp-blo-exp-pro-ne-hero__main {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ahp-blo-exp-pro-ne-hero__category {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #e64a19;
    background: #fff5f1;
    border: 1px solid rgba(255, 87, 34, .2);
    padding: 5px 12px;
    border-radius: 100px;
    align-self: flex-start;
    margin-bottom: 6px
}

.ahp-blo-exp-pro-ne-hero__category svg {
    width: 13px;
    height: 13px
}

.ahp-blo-exp-pro-ne-hero__name {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(32px, 4.4vw, 46px);
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -1.5px;
    line-height: 1.05;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-hero__name em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.ahp-blo-exp-pro-ne-hero__verified {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #059669;
    background: #ecfdf5;
    border: 1px solid rgba(16, 185, 129, .25);
    padding: 5px 11px;
    border-radius: 100px;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif
}

.ahp-blo-exp-pro-ne-hero__verified svg {
    width: 12px;
    height: 12px
}

.ahp-blo-exp-pro-ne-hero__role {
    font-size: 16px;
    color: #475569;
    font-weight: 600;
    line-height: 1.4
}

.ahp-blo-exp-pro-ne-hero__role strong {
    color: #0a0e1a;
    font-weight: 700
}

.ahp-blo-exp-pro-ne-hero__rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px
}

.ahp-blo-exp-pro-ne-hero__rating-stars {
    display: inline-flex;
    gap: 2px
}

.ahp-blo-exp-pro-ne-hero__rating-stars svg {
    width: 18px;
    height: 18px;
    color: #fbbf24
}

.ahp-blo-exp-pro-ne-hero__rating-num {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.3px
}

.ahp-blo-exp-pro-ne-hero__rating-num small {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif
}

.ahp-blo-exp-pro-ne-hero__rating-count {
    font-size: 13px;
    color: #475569
}

.ahp-blo-exp-pro-ne-hero__rating-count strong {
    color: #0a0e1a;
    font-weight: 700
}

.ahp-blo-exp-pro-ne-hero__cta-row {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 11px 20px;
    border-radius: 11px;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: .02em;
    transition: .15s;
    font-family: inherit;
    cursor: pointer;
    border: none
}

.ahp-blo-exp-pro-ne-btn--primary {
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    box-shadow: 0 10px 22px -6px rgba(255, 87, 34, .55)
}

.ahp-blo-exp-pro-ne-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -6px rgba(255, 87, 34, .7)
}

.ahp-blo-exp-pro-ne-btn--ghost {
    background: #fff;
    color: #0a0e1a;
    border: 1px solid #e2e8f0
}

.ahp-blo-exp-pro-ne-btn--ghost:hover {
    transform: translateY(-1px);
    border-color: #ff5722;
    color: #e64a19
}

.ahp-blo-exp-pro-ne-btn svg {
    width: 13px;
    height: 13px
}

/* ─── KEY STATS BAR ─── */
.ahp-blo-exp-pro-ne-stats {
    padding: 0 24px;
    background: #f8fafc
}

.ahp-blo-exp-pro-ne-stats__inner {
    max-width: 1180px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    box-shadow: 0 8px 26px -16px rgba(15, 23, 42, .1)
}

.ahp-blo-exp-pro-ne-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 14px;
    position: relative
}

.ahp-blo-exp-pro-ne-stat+.ahp-blo-exp-pro-ne-stat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 1px;
    background: #f1f5f9
}

.ahp-blo-exp-pro-ne-stat__num {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 30px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -1.1px;
    line-height: 1;
    display: flex;
    align-items: baseline;
    gap: 3px
}

.ahp-blo-exp-pro-ne-stat__num strong {
    color: #e64a19
}

.ahp-blo-exp-pro-ne-stat__num small {
    font-size: 14px;
    color: #64748b;
    font-weight: 500
}

.ahp-blo-exp-pro-ne-stat__label {
    font-size: 12px;
    color: #475569;
    font-weight: 600;
    margin-top: 6px;
    text-align: center;
    line-height: 1.3
}

/* ─── VERIFICATION TRUST STRIP ─── */
.ahp-blo-exp-pro-ne-trust {
    padding: 24px 24px 0;
    background: #f8fafc
}

.ahp-blo-exp-pro-ne-trust__inner {
    max-width: 1180px;
    margin: 0 auto;
    background: linear-gradient(135deg, #ecfdf5, #fff);
    border: 1px solid rgba(16, 185, 129, .18);
    border-radius: 14px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-trust__label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 18px;
    border-right: 1px solid rgba(16, 185, 129, .18)
}

.ahp-blo-exp-pro-ne-trust__label-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    box-shadow: 0 5px 12px -3px rgba(16, 185, 129, .45)
}

.ahp-blo-exp-pro-ne-trust__label-icon svg {
    width: 15px;
    height: 15px
}

.ahp-blo-exp-pro-ne-trust__label-text {
    display: flex;
    flex-direction: column;
    gap: 1px
}

.ahp-blo-exp-pro-ne-trust__label-eyebrow {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #059669;
    line-height: 1
}

.ahp-blo-exp-pro-ne-trust__label-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 14px;
    font-weight: 600;
    color: #0a0e1a;
    line-height: 1.2;
    margin-top: 2px
}

.ahp-blo-exp-pro-ne-trust__items {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    flex: 1
}

.ahp-blo-exp-pro-ne-trust__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: #475569
}

.ahp-blo-exp-pro-ne-trust__item svg {
    width: 12px;
    height: 12px;
    color: #10b981;
    flex-shrink: 0
}

.ahp-blo-exp-pro-ne-trust__item strong {
    color: #0a0e1a;
    font-weight: 700
}

.ahp-blo-exp-pro-ne-trust__last {
    font-size: 11.5px;
    color: #64748b;
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-weight: 600;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 7px
}

/* ─── SECTION NAVIGATOR ─── */
.ahp-blo-exp-pro-ne-nav {
    padding: 18px 24px 0;
    background: #f8fafc
}

.ahp-blo-exp-pro-ne-nav__inner {
    max-width: 1180px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px 20px;
    box-shadow: 0 8px 26px -16px rgba(15, 23, 42, .1);
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-nav__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding-right: 14px;
    border-right: 1px solid #f1f5f9
}

.ahp-blo-exp-pro-ne-nav__label-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px -3px rgba(255, 87, 34, .4)
}

.ahp-blo-exp-pro-ne-nav__label-icon svg {
    width: 13px;
    height: 13px
}

.ahp-blo-exp-pro-ne-nav__label-text {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1.2
}

.ahp-blo-exp-pro-ne-nav__label-text strong {
    display: block;
    color: #0a0e1a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -.1px;
    text-transform: none;
    margin-top: 2px;
    font-family: 'Fraunces', Georgia, serif
}

.ahp-blo-exp-pro-ne-nav__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    flex: 1
}

.ahp-blo-exp-pro-ne-nav__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px 7px 8px;
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-size: 12.5px;
    font-weight: 600;
    color: #475569;
    transition: .15s
}

.ahp-blo-exp-pro-ne-nav__pill:hover {
    transform: translateY(-1px);
    border-color: #ff5722;
    color: #e64a19;
    box-shadow: 0 6px 14px -8px rgba(255, 87, 34, .3)
}

.ahp-blo-exp-pro-ne-nav__pill-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff5f1;
    color: #e64a19;
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0;
    border: 1px solid rgba(255, 87, 34, .18);
    padding: 0 4px;
    transition: .15s
}

.ahp-blo-exp-pro-ne-nav__pill:hover .ahp-blo-exp-pro-ne-nav__pill-num {
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    border-color: #ff5722
}

/* ─── MAIN LAYOUT ─── */
.ahp-blo-exp-pro-ne-main {
    padding: 32px 24px 72px
}

.ahp-blo-exp-pro-ne-main__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: start
}

.ahp-blo-exp-pro-ne-article {
    max-width: 100%
}

/* ─── SECTION BASE ─── */
.ahp-blo-exp-pro-ne-sect {
    margin-bottom: 44px;
    scroll-margin-top: 24px
}

.ahp-blo-exp-pro-ne-sect__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px
}

.ahp-blo-exp-pro-ne-sect__head-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #fff
}

.ahp-blo-exp-pro-ne-sect__head-icon svg {
    width: 18px;
    height: 18px
}

.ahp-blo-exp-pro-ne-sect__head-icon.v1 {
    background: linear-gradient(135deg, #ff5722, #e64a19);
    box-shadow: 0 6px 14px -4px rgba(255, 87, 34, .45)
}

.ahp-blo-exp-pro-ne-sect__head-icon.v2 {
    background: linear-gradient(135deg, #3b82f6, #1e3a8a);
    box-shadow: 0 6px 14px -4px rgba(59, 130, 246, .45)
}

.ahp-blo-exp-pro-ne-sect__head-icon.v3 {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 6px 14px -4px rgba(16, 185, 129, .45)
}

.ahp-blo-exp-pro-ne-sect__head-icon.v4 {
    background: linear-gradient(135deg, #f59e0b, #b45309);
    box-shadow: 0 6px 14px -4px rgba(245, 158, 11, .45)
}

.ahp-blo-exp-pro-ne-sect__head-icon.v5 {
    background: linear-gradient(135deg, #8b5cf6, #5b21b6);
    box-shadow: 0 6px 14px -4px rgba(139, 92, 246, .45)
}

.ahp-blo-exp-pro-ne-sect__head-icon.v6 {
    background: linear-gradient(135deg, #6366f1, #3730a3);
    box-shadow: 0 6px 14px -4px rgba(99, 102, 241, .45)
}

.ahp-blo-exp-pro-ne-sect__head-icon.v7 {
    background: linear-gradient(135deg, #ec4899, #9d174d);
    box-shadow: 0 6px 14px -4px rgba(236, 72, 153, .45)
}

.ahp-blo-exp-pro-ne-sect__head-text-eyebrow {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1
}

.ahp-blo-exp-pro-ne-sect__head-text h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.8px;
    line-height: 1.2;
    margin-top: 3px
}

.ahp-blo-exp-pro-ne-sect__head-text h2 em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.ahp-blo-exp-pro-ne-sect p {
    font-size: 15.5px;
    color: #0f172a;
    line-height: 1.75;
    margin-bottom: 14px
}

.ahp-blo-exp-pro-ne-sect p strong {
    color: #0a0e1a;
    font-weight: 700
}

.ahp-blo-exp-pro-ne-sect p a {
    color: #e64a19;
    font-weight: 600;
    border-bottom: 1.5px solid rgba(255, 87, 34, .3)
}

.ahp-blo-exp-pro-ne-sect p a:hover {
    color: #ff5722;
    border-bottom-color: #ff5722
}

/* ─── EDUCATION TIMELINE ─── */
.ahp-blo-exp-pro-ne-timeline {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    padding-left: 32px;
    margin-top: 8px
}

.ahp-blo-exp-pro-ne-timeline::before {
    content: '';
    position: absolute;
    left: 13px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, #ff5722, #e64a19 50%, #e2e8f0);
    border-radius: 1px
}

.ahp-blo-exp-pro-ne-timeline__item {
    position: relative;
    padding: 18px 20px;
    background: linear-gradient(135deg, #fff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: .15s
}

.ahp-blo-exp-pro-ne-timeline__item:hover {
    transform: translateX(3px);
    border-color: #ff5722;
    box-shadow: 0 12px 28px -16px rgba(255, 87, 34, .25)
}

.ahp-blo-exp-pro-ne-timeline__item::before {
    content: '';
    position: absolute;
    left: -32px;
    top: 24px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #e2e8f0, 0 4px 10px -3px rgba(255, 87, 34, .4)
}

.ahp-blo-exp-pro-ne-timeline__year {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #e64a19;
    background: #fff5f1;
    border: 1px solid rgba(255, 87, 34, .2);
    padding: 3px 9px;
    border-radius: 5px;
    margin-bottom: 8px;
    font-family: 'JetBrains Mono', Menlo, monospace
}

.ahp-blo-exp-pro-ne-timeline__degree {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.3px;
    line-height: 1.25;
    margin-bottom: 4px
}

.ahp-blo-exp-pro-ne-timeline__institution {
    font-size: 13.5px;
    color: #475569;
    font-weight: 600;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px
}

.ahp-blo-exp-pro-ne-timeline__institution svg {
    width: 12px;
    height: 12px;
    color: #10b981;
    flex-shrink: 0
}

.ahp-blo-exp-pro-ne-timeline__institution strong {
    color: #0a0e1a;
    font-weight: 700
}

.ahp-blo-exp-pro-ne-timeline__detail {
    font-size: 13px;
    color: #475569;
    line-height: 1.55
}

.ahp-blo-exp-pro-ne-timeline__detail strong {
    color: #0a0e1a;
    font-weight: 600
}

/* ─── EXPERTISE CARDS ─── */
.ahp-blo-exp-pro-ne-expert-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 6px
}

.ahp-blo-exp-pro-ne-expert {
    padding: 16px 18px;
    background: linear-gradient(135deg, #fff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    transition: .15s
}

.ahp-blo-exp-pro-ne-expert:hover {
    transform: translateY(-2px);
    border-color: #ff5722;
    box-shadow: 0 14px 30px -18px rgba(255, 87, 34, .25)
}

.ahp-blo-exp-pro-ne-expert__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px
}

.ahp-blo-exp-pro-ne-expert__icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: #fff5f1;
    color: #e64a19;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border: 1px solid rgba(255, 87, 34, .18)
}

.ahp-blo-exp-pro-ne-expert__icon svg {
    width: 14px;
    height: 14px
}

.ahp-blo-exp-pro-ne-expert__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.2px;
    line-height: 1.25
}

.ahp-blo-exp-pro-ne-expert__desc {
    font-size: 13px;
    color: #475569;
    line-height: 1.55
}

.ahp-blo-exp-pro-ne-expert__desc strong {
    color: #0a0e1a;
    font-weight: 600
}

/* ─── PUBLICATIONS ─── */
.ahp-blo-exp-pro-ne-pub {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 6px
}

.ahp-blo-exp-pro-ne-pub-item {
    padding: 18px 20px;
    background: linear-gradient(135deg, #fff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: .15s;
    display: flex;
    gap: 14px;
    align-items: flex-start
}

.ahp-blo-exp-pro-ne-pub-item:hover {
    transform: translateX(2px);
    border-color: #ff5722;
    box-shadow: 0 12px 28px -16px rgba(255, 87, 34, .2)
}

.ahp-blo-exp-pro-ne-pub-item__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #3b82f6, #1e3a8a);
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    box-shadow: 0 5px 12px -4px rgba(59, 130, 246, .4)
}

.ahp-blo-exp-pro-ne-pub-item__icon svg {
    width: 16px;
    height: 16px
}

.ahp-blo-exp-pro-ne-pub-item__body {
    flex: 1;
    min-width: 0
}

.ahp-blo-exp-pro-ne-pub-item__year {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #64748b;
    font-family: 'JetBrains Mono', Menlo, monospace;
    margin-bottom: 5px
}

.ahp-blo-exp-pro-ne-pub-item__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.2px;
    line-height: 1.3;
    margin-bottom: 5px
}

.ahp-blo-exp-pro-ne-pub-item__journal {
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
    font-style: italic
}

.ahp-blo-exp-pro-ne-pub-item__journal strong {
    color: #0a0e1a;
    font-weight: 600;
    font-style: normal
}

.ahp-blo-exp-pro-ne-pub-item__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-pub-item__cited {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #475569;
    font-weight: 600;
    padding: 3px 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 5px
}

.ahp-blo-exp-pro-ne-pub-item__cited svg {
    width: 11px;
    height: 11px;
    color: #f59e0b
}

.ahp-blo-exp-pro-ne-pub-item__cited strong {
    color: #0a0e1a;
    font-weight: 700
}

.ahp-blo-exp-pro-ne-pub-item__doi {
    font-size: 10.5px;
    color: #64748b;
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-weight: 600
}

/* ─── ARTICLE LIST ─── */
.ahp-blo-exp-pro-ne-articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 6px
}

.ahp-blo-exp-pro-ne-article-card {
    background: linear-gradient(135deg, #fff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: .2s;
    display: flex;
    flex-direction: column
}

.ahp-blo-exp-pro-ne-article-card:hover {
    transform: translateY(-2px);
    border-color: #cbd5e1;
    box-shadow: 0 14px 30px -18px rgba(15, 23, 42, .18)
}

.ahp-blo-exp-pro-ne-article-card__img {
    height: 120px;
    position: relative;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -1.5px;
    overflow: hidden
}

.ahp-blo-exp-pro-ne-article-card__img::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .1) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, .1) 25%, transparent 25%);
    background-size: 14px 14px;
    opacity: .3
}

.ahp-blo-exp-pro-ne-article-card.a1 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #f59e0b, #b45309)
}

.ahp-blo-exp-pro-ne-article-card.a2 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #3b82f6, #1e3a8a)
}

.ahp-blo-exp-pro-ne-article-card.a3 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #ec4899, #9d174d)
}

.ahp-blo-exp-pro-ne-article-card.a4 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #10b981, #047857)
}

.ahp-blo-exp-pro-ne-article-card.a5 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #8b5cf6, #5b21b6)
}

.ahp-blo-exp-pro-ne-article-card.a6 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #06b6d4, #0e7490)
}

.ahp-blo-exp-pro-ne-article-card.a7 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #ef4444, #b91c1c)
}

.ahp-blo-exp-pro-ne-article-card.a8 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #6366f1, #3730a3)
}

.ahp-blo-exp-pro-ne-article-card__body {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.ahp-blo-exp-pro-ne-article-card__meta {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 10.5px;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 7px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-article-card__cat {
    padding: 2px 7px;
    background: #fff5f1;
    color: #e64a19;
    border: 1px solid rgba(255, 87, 34, .18);
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 9.5px;
    letter-spacing: .06em;
    font-weight: 700
}

.ahp-blo-exp-pro-ne-article-card__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.25px;
    line-height: 1.3;
    margin-bottom: 8px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ahp-blo-exp-pro-ne-article-card__excerpt {
    display: none
}

.ahp-blo-exp-pro-ne-article-card__read {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 700;
    color: #e64a19;
    margin-top: auto;
    letter-spacing: .02em
}

.ahp-blo-exp-pro-ne-article-card:hover .ahp-blo-exp-pro-ne-article-card__read {
    color: #ff5722;
    gap: 7px
}

.ahp-blo-exp-pro-ne-article-card__read svg {
    width: 11px;
    height: 11px
}

.ahp-blo-exp-pro-ne-articles__viewall {
    margin-top: 14px;
    display: flex;
    justify-content: center
}

/* ─── REVIEWS ─── */
.ahp-blo-exp-pro-ne-reviews {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 6px
}

.ahp-blo-exp-pro-ne-review {
    padding: 18px 20px;
    background: linear-gradient(135deg, #fff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: .15s
}

.ahp-blo-exp-pro-ne-review:hover {
    border-color: #cbd5e1
}

.ahp-blo-exp-pro-ne-review__head {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 9px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-review__avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #e2e8f0
}

.ahp-blo-exp-pro-ne-review__avatar.b1 {
    background: linear-gradient(135deg, #3b82f6, #1e40af)
}

.ahp-blo-exp-pro-ne-review__avatar.b2 {
    background: linear-gradient(135deg, #10b981, #047857)
}

.ahp-blo-exp-pro-ne-review__avatar.b3 {
    background: linear-gradient(135deg, #8b5cf6, #5b21b6)
}

.ahp-blo-exp-pro-ne-review__author {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0
}

.ahp-blo-exp-pro-ne-review__name {
    font-size: 13.5px;
    font-weight: 700;
    color: #0a0e1a;
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-review__verified {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 9.5px;
    font-weight: 700;
    color: #059669;
    background: #ecfdf5;
    border: 1px solid rgba(16, 185, 129, .25);
    padding: 2px 6px;
    border-radius: 4px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.ahp-blo-exp-pro-ne-review__verified svg {
    width: 9px;
    height: 9px
}

.ahp-blo-exp-pro-ne-review__meta {
    font-size: 11.5px;
    color: #64748b;
    font-weight: 500;
    margin-top: 1px
}

.ahp-blo-exp-pro-ne-review__stars {
    display: inline-flex;
    gap: 1px
}

.ahp-blo-exp-pro-ne-review__stars svg {
    width: 14px;
    height: 14px;
    color: #fbbf24
}

.ahp-blo-exp-pro-ne-review__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 15.5px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.2px;
    line-height: 1.3;
    margin-bottom: 6px
}

.ahp-blo-exp-pro-ne-review__body {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.6
}

.ahp-blo-exp-pro-ne-review__body strong {
    color: #0a0e1a;
    font-weight: 600
}

.ahp-blo-exp-pro-ne-review__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e2e8f0;
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
    flex-wrap: wrap;
    gap: 6px
}

.ahp-blo-exp-pro-ne-review__order {
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-weight: 600;
    color: #475569
}

/* ─── PROCESS STEPS ─── */
.ahp-blo-exp-pro-ne-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 11px;
    margin-top: 6px
}

.ahp-blo-exp-pro-ne-process-step {
    padding: 18px 16px;
    background: linear-gradient(135deg, #fff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: center;
    position: relative;
    transition: .15s
}

.ahp-blo-exp-pro-ne-process-step:hover {
    transform: translateY(-3px);
    border-color: #ff5722;
    box-shadow: 0 14px 30px -18px rgba(255, 87, 34, .3)
}

.ahp-blo-exp-pro-ne-process-step__num {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    display: grid;
    place-items: center;
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 6px 14px -3px rgba(255, 87, 34, .5);
    border: 3px solid #fff
}

.ahp-blo-exp-pro-ne-process-step__icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #fff5f1;
    color: #e64a19;
    display: grid;
    place-items: center;
    margin: 8px auto 10px;
    border: 1px solid rgba(255, 87, 34, .18)
}

.ahp-blo-exp-pro-ne-process-step__icon svg {
    width: 16px;
    height: 16px
}

.ahp-blo-exp-pro-ne-process-step__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 14px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.2px;
    line-height: 1.25;
    margin-bottom: 6px
}

.ahp-blo-exp-pro-ne-process-step__desc {
    font-size: 11.5px;
    color: #475569;
    line-height: 1.5
}

/* ─── SIDEBAR ─── */
.ahp-blo-exp-pro-ne-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: sticky;
    top: 24px;
    align-self: start;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .12) transparent;
    padding-right: 4px
}

.ahp-blo-exp-pro-ne-side::-webkit-scrollbar {
    width: 5px
}

.ahp-blo-exp-pro-ne-side::-webkit-scrollbar-track {
    background: transparent
}

.ahp-blo-exp-pro-ne-side::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .12);
    border-radius: 3px
}

.ahp-blo-exp-pro-ne-side::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .22)
}

.ahp-blo-exp-pro-ne-w {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 20px;
    flex-shrink: 0
}

.ahp-blo-exp-pro-ne-w__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e8f0
}

.ahp-blo-exp-pro-ne-w__head-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px -3px rgba(255, 87, 34, .4)
}

.ahp-blo-exp-pro-ne-w__head-icon svg {
    width: 14px;
    height: 14px
}

.ahp-blo-exp-pro-ne-w__head-label {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1
}

.ahp-blo-exp-pro-ne-w__head-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    color: #0a0e1a;
    line-height: 1.2;
    margin-top: 2px
}

/* Sidebar Widget: Hire/Book CTA */
.ahp-blo-exp-pro-ne-w--book {
    background: linear-gradient(135deg, #0a0e1a, #111827);
    color: #fff;
    border-color: rgba(255, 255, 255, .08);
    position: relative;
    overflow: hidden
}

.ahp-blo-exp-pro-ne-w--book::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 87, 34, .25), transparent 65%);
    pointer-events: none
}

.ahp-blo-exp-pro-ne-w--book__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -.3px;
    line-height: 1.2;
    margin-bottom: 6px;
    position: relative
}

.ahp-blo-exp-pro-ne-w--book__title em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #ff8a65);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.ahp-blo-exp-pro-ne-w--book__sub {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .7);
    line-height: 1.55;
    margin-bottom: 14px;
    position: relative
}

.ahp-blo-exp-pro-ne-w--book__stats {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
    padding: 11px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    position: relative
}

.ahp-blo-exp-pro-ne-w--book__stat {
    flex: 1;
    text-align: center
}

.ahp-blo-exp-pro-ne-w--book__stat-num {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -.4px;
    line-height: 1
}

.ahp-blo-exp-pro-ne-w--book__stat-label {
    font-size: 10px;
    color: rgba(255, 255, 255, .55);
    font-weight: 600;
    margin-top: 3px
}

.ahp-blo-exp-pro-ne-w--book__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 12px 16px;
    border-radius: 9px;
    box-shadow: 0 8px 18px -4px rgba(255, 87, 34, .5);
    transition: .15s;
    position: relative
}

.ahp-blo-exp-pro-ne-w--book__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 11px 24px -4px rgba(255, 87, 34, .65)
}

.ahp-blo-exp-pro-ne-w--book__btn svg {
    width: 12px;
    height: 12px
}

.ahp-blo-exp-pro-ne-w--book__trust {
    margin-top: 9px;
    font-size: 10.5px;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    position: relative
}

/* Sidebar Widget: Verified Profiles */
.ahp-blo-exp-pro-ne-w--profiles__list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ahp-blo-exp-pro-ne-w--profiles__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 11px;
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 1px solid #f1f5f9;
    border-radius: 9px;
    transition: .15s
}

.ahp-blo-exp-pro-ne-w--profiles__item:hover {
    border-color: #ff5722;
    transform: translateX(2px)
}

.ahp-blo-exp-pro-ne-w--profiles__icon {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #fff
}

.ahp-blo-exp-pro-ne-w--profiles__icon svg {
    width: 13px;
    height: 13px
}

.ahp-blo-exp-pro-ne-w--profiles__icon.linkedin {
    background: #0a66c2
}

.ahp-blo-exp-pro-ne-w--profiles__icon.scholar {
    background: #4285f4
}

.ahp-blo-exp-pro-ne-w--profiles__icon.orcid {
    background: #a6ce39
}

.ahp-blo-exp-pro-ne-w--profiles__icon.researchgate {
    background: #00ccbb
}

.ahp-blo-exp-pro-ne-w--profiles__icon.email {
    background: linear-gradient(135deg, #ff5722, #e64a19)
}

.ahp-blo-exp-pro-ne-w--profiles__body {
    flex: 1;
    min-width: 0
}

.ahp-blo-exp-pro-ne-w--profiles__name {
    font-size: 12.5px;
    font-weight: 700;
    color: #0a0e1a;
    line-height: 1.2
}

.ahp-blo-exp-pro-ne-w--profiles__sub {
    font-size: 10.5px;
    color: #64748b;
    font-weight: 500;
    margin-top: 2px;
    font-family: 'JetBrains Mono', Menlo, monospace;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ahp-blo-exp-pro-ne-w--profiles__arrow {
    color: #64748b;
    transition: .15s;
    flex-shrink: 0
}

.ahp-blo-exp-pro-ne-w--profiles__arrow svg {
    width: 11px;
    height: 11px
}

.ahp-blo-exp-pro-ne-w--profiles__item:hover .ahp-blo-exp-pro-ne-w--profiles__arrow {
    color: #ff5722;
    transform: translateX(2px)
}

/* Sidebar Widget: Topics/Tags */
.ahp-blo-exp-pro-ne-w--topics__list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.ahp-blo-exp-pro-ne-w--topics__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 11px;
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-size: 11.5px;
    font-weight: 600;
    color: #475569;
    transition: .15s
}

.ahp-blo-exp-pro-ne-w--topics__pill:hover {
    border-color: #ff5722;
    color: #e64a19;
    transform: translateY(-1px)
}

.ahp-blo-exp-pro-ne-w--topics__pill-count {
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    background: #f1f5f9;
    padding: 1px 6px;
    border-radius: 100px
}

.ahp-blo-exp-pro-ne-w--topics__pill:hover .ahp-blo-exp-pro-ne-w--topics__pill-count {
    background: #fff5f1;
    color: #e64a19
}

/* Sidebar Widget: Quick Facts */
.ahp-blo-exp-pro-ne-w--facts__list {
    display: flex;
    flex-direction: column;
    gap: 0
}

.ahp-blo-exp-pro-ne-w--facts__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    border-bottom: 1px dashed #e2e8f0;
    font-size: 13px;
    gap: 8px
}

.ahp-blo-exp-pro-ne-w--facts__row:last-child {
    border-bottom: none
}

.ahp-blo-exp-pro-ne-w--facts__label {
    color: #475569;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px
}

.ahp-blo-exp-pro-ne-w--facts__label svg {
    width: 13px;
    height: 13px;
    color: #ff5722;
    flex-shrink: 0
}

.ahp-blo-exp-pro-ne-w--facts__value {
    color: #0a0e1a;
    font-weight: 700;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 14px;
    text-align: right
}

/* ─── FAQ ─── */
.ahp-blo-exp-pro-ne-faq {
    padding: 64px 24px;
    background: linear-gradient(180deg, #f8fafc, #fff)
}

.ahp-blo-exp-pro-ne-faq__inner {
    max-width: 860px;
    margin: 0 auto
}

.ahp-blo-exp-pro-ne-faq__head {
    text-align: center;
    margin-bottom: 32px
}

.ahp-blo-exp-pro-ne-faq__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #e64a19;
    background: #fff5f1;
    border: 1px solid rgba(255, 87, 34, .2);
    padding: 5px 11px;
    border-radius: 100px;
    margin-bottom: 12px
}

.ahp-blo-exp-pro-ne-faq__eyebrow svg {
    width: 13px;
    height: 13px
}

.ahp-blo-exp-pro-ne-faq__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(26px, 3.4vw, 36px);
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -1px;
    line-height: 1.15
}

.ahp-blo-exp-pro-ne-faq__title em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.ahp-blo-exp-pro-ne-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ahp-blo-exp-pro-ne-faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: .2s
}

.ahp-blo-exp-pro-ne-faq-item:hover {
    border-color: #cbd5e1
}

.ahp-blo-exp-pro-ne-faq-item[open] {
    border-color: rgba(255, 87, 34, .3);
    box-shadow: 0 8px 24px -16px rgba(255, 87, 34, .2)
}

.ahp-blo-exp-pro-ne-faq-q {
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.2px;
    list-style: none
}

.ahp-blo-exp-pro-ne-faq-q::-webkit-details-marker {
    display: none
}

.ahp-blo-exp-pro-ne-faq-q__icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff5f1;
    color: #e64a19;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: .2s;
    border: 1px solid rgba(255, 87, 34, .2)
}

.ahp-blo-exp-pro-ne-faq-q__icon svg {
    width: 13px;
    height: 13px;
    transition: transform .2s
}

.ahp-blo-exp-pro-ne-faq-item[open] .ahp-blo-exp-pro-ne-faq-q__icon {
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    border-color: #ff5722
}

.ahp-blo-exp-pro-ne-faq-item[open] .ahp-blo-exp-pro-ne-faq-q__icon svg {
    transform: rotate(45deg)
}

.ahp-blo-exp-pro-ne-faq-a {
    padding: 0 22px 20px;
    font-size: 14.5px;
    color: #475569;
    line-height: 1.7
}

/* ─── FINAL CTA ─── */
.ahp-blo-exp-pro-ne-finalcta {
    background: linear-gradient(135deg, #0a0e1a, #111827);
    color: #fff;
    padding: 64px 24px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.ahp-blo-exp-pro-ne-finalcta::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(255, 87, 34, .18), transparent 70%);
    pointer-events: none
}

.ahp-blo-exp-pro-ne-finalcta__inner {
    position: relative;
    max-width: 720px;
    margin: 0 auto
}

.ahp-blo-exp-pro-ne-finalcta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #ff5722;
    background: rgba(255, 87, 34, .12);
    border: 1px solid rgba(255, 87, 34, .25);
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 16px
}

.ahp-blo-exp-pro-ne-finalcta__eyebrow svg {
    width: 13px;
    height: 13px
}

.ahp-blo-exp-pro-ne-finalcta h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(28px, 3.8vw, 40px);
    font-weight: 600;
    color: #fff;
    letter-spacing: -1.2px;
    line-height: 1.1;
    margin-bottom: 14px
}

.ahp-blo-exp-pro-ne-finalcta h2 em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #ff8a65);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.ahp-blo-exp-pro-ne-finalcta p {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .65);
    margin-bottom: 24px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto
}

.ahp-blo-exp-pro-ne-finalcta__ctas {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap
}

/* ─── RESPONSIVE ─── */
@media (max-width:1080px) {
    .ahp-blo-exp-pro-ne-main__inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ahp-blo-exp-pro-ne-side {
        position: static;
        max-height: none;
        overflow: visible;
        padding-right: 0
    }

    .ahp-blo-exp-pro-ne-articles,
    .ahp-blo-exp-pro-ne-expert-grid {
        grid-template-columns: 1fr 1fr
    }

    .ahp-blo-exp-pro-ne-process {
        grid-template-columns: repeat(2, 1fr)
    }

    .ahp-blo-exp-pro-ne-stats__inner {
        grid-template-columns: repeat(2, 1fr)
    }

    .ahp-blo-exp-pro-ne-stat+.ahp-blo-exp-pro-ne-stat:nth-child(3)::before {
        display: none
    }
}

@media (max-width:760px) {
    .ahp-blo-exp-pro-ne-hero {
        padding: 32px 18px 24px
    }

    .ahp-blo-exp-pro-ne-hero__inner {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center
    }

    .ahp-blo-exp-pro-ne-hero__avatar {
        width: 120px;
        height: 120px;
        font-size: 42px;
        margin: 0 auto
    }

    .ahp-blo-exp-pro-ne-hero__name {
        justify-content: center
    }

    .ahp-blo-exp-pro-ne-hero__rating,
    .ahp-blo-exp-pro-ne-hero__cta-row {
        justify-content: center
    }

    .ahp-blo-exp-pro-ne-hero__category {
        align-self: center
    }

    .ahp-blo-exp-pro-ne-stats__inner {
        grid-template-columns: 1fr 1fr
    }

    .ahp-blo-exp-pro-ne-trust {
        padding: 18px 18px 0
    }

    .ahp-blo-exp-pro-ne-trust__inner {
        padding: 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .ahp-blo-exp-pro-ne-trust__label {
        padding-right: 0;
        border-right: none;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(16, 185, 129, .18);
        width: 100%
    }

    .ahp-blo-exp-pro-ne-nav {
        padding: 18px 18px 0
    }

    .ahp-blo-exp-pro-ne-nav__inner {
        padding: 14px 16px;
        flex-direction: column;
        align-items: flex-start
    }

    .ahp-blo-exp-pro-ne-nav__label {
        padding-right: 0;
        padding-bottom: 10px;
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        width: 100%
    }

    .ahp-blo-exp-pro-ne-main {
        padding: 24px 18px 56px
    }

    .ahp-blo-exp-pro-ne-articles,
    .ahp-blo-exp-pro-ne-expert-grid {
        grid-template-columns: 1fr
    }

    .ahp-blo-exp-pro-ne-process {
        grid-template-columns: 1fr 1fr
    }

    .ahp-blo-exp-pro-ne-faq,
    .ahp-blo-exp-pro-ne-finalcta {
        padding: 48px 18px
    }
}

/*author page end*/


/* start footer design  */


.ahp-foo-des-new-org-footer {
    position: relative;
    background: linear-gradient(180deg, #1e293b 0%, #111827 60%, #0f172a 100%);
    color: #cbd5e1;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    line-height: 1.65;
    padding: 72px 0 32px;
    overflow: hidden;
    isolation: isolate;
    -webkit-font-smoothing: antialiased;
}

.ahp-foo-des-new-org-footer * {
    box-sizing: border-box
}

.ahp-foo-des-new-org-footer a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease
}

/* Soft top-edge highlight — visual lift away from page above */
.ahp-foo-des-new-org-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .08), transparent);
    z-index: 1;
}

/* Warm orange radial behind brand area */
.ahp-foo-des-new-org-footer__glow-1 {
    content: '';
    position: absolute;
    top: -180px;
    left: -100px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(255, 87, 34, .10), transparent 60%);
    pointer-events: none;
    z-index: -1;
}

/* Subtle warm radial bottom-right */
.ahp-foo-des-new-org-footer__glow-2 {
    content: '';
    position: absolute;
    bottom: -180px;
    right: -120px;
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgba(255, 87, 34, .06), transparent 60%);
    pointer-events: none;
    z-index: -1;
}

.ahp-foo-des-new-org-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative
}

/* ===== SPECIAL OFFERS ===== */
.ahp-foo-des-new-org-offer {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, .02) 100%);
    border: 1px solid rgba(255, 87, 34, .20);
    border-radius: 16px;
    padding: 24px 28px;
    margin-bottom: 52px;
    overflow: hidden;
}

.ahp-foo-des-new-org-offer::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 87, 34, .14), transparent 65%);
    pointer-events: none;
}

.ahp-foo-des-new-org-offer__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
}

.ahp-foo-des-new-org-offer__content {
    display: flex;
    align-items: center;
    gap: 16px
}

.ahp-foo-des-new-org-offer__icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 16px -4px rgba(255, 87, 34, .45);
}

.ahp-foo-des-new-org-offer__title {
    color: #fff;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -.3px;
    margin-bottom: 3px;
}

.ahp-foo-des-new-org-offer__title em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #ff8a65);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.ahp-foo-des-new-org-offer__subtitle {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.5
}

.ahp-foo-des-new-org-offer__form {
    width: 100%;
    min-width: 380px
}

.ahp-foo-des-new-org-offer__inputs {
    display: flex;
    gap: 6px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 11px;
    padding: 5px;
    transition: border-color .2s, box-shadow .2s;
}

.ahp-foo-des-new-org-offer__inputs:focus-within {
    border-color: rgba(255, 87, 34, .4);
    box-shadow: 0 0 0 3px rgba(255, 87, 34, .08);
}

.ahp-foo-des-new-org-offer__inputs input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #f8fafc;
    font-size: 14px;
    padding: 10px 12px;
    min-width: 0;
    font-family: inherit;
}

.ahp-foo-des-new-org-offer__inputs input::placeholder {
    color: #64748b
}

.ahp-foo-des-new-org-offer__inputs button {
    background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 11px 20px;
    border-radius: 8px;
    border: none;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .2s ease;
    box-shadow: 0 6px 16px -4px rgba(255, 87, 34, .45);
    font-family: inherit;
}

.ahp-foo-des-new-org-offer__inputs button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px -4px rgba(255, 87, 34, .6);
}

/* ===== MAIN GRID ===== */
.ahp-foo-des-new-org-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
    gap: 48px;
    margin-bottom: 48px;
}

/* Brand column */
.ahp-foo-des-new-org-brand__logo {
    display: inline-block;
    margin-bottom: 18px
}

.ahp-foo-des-new-org-brand__logo svg {
    height: 40px
}

.ahp-foo-des-new-org-brand__tagline {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.65;
    max-width: 340px;
    margin-bottom: 24px;
}

.ahp-foo-des-new-org-contact-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 13px;
    padding: 16px;
    margin-bottom: 22px;
}

.ahp-foo-des-new-org-contact-card__row {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 8px 0;
    font-size: 13.5px;
}

.ahp-foo-des-new-org-contact-card__row+.ahp-foo-des-new-org-contact-card__row {
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.ahp-foo-des-new-org-contact-card__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 87, 34, .12);
    color: #ff5722;
    border: 1px solid rgba(255, 87, 34, .20);
    border-radius: 9px;
    transition: .2s;
}

.ahp-foo-des-new-org-contact-card__row:hover .ahp-foo-des-new-org-contact-card__icon {
    background: rgba(255, 87, 34, .18);
    border-color: rgba(255, 87, 34, .35);
}

.ahp-foo-des-new-org-contact-card__text {
    color: #e2e8f0
}

.ahp-foo-des-new-org-contact-card__text a {
    color: #e2e8f0;
    font-weight: 500
}

.ahp-foo-des-new-org-contact-card__text a:hover {
    color: #ff5722
}

.ahp-foo-des-new-org-contact-card__hint {
    display: block;
    font-size: 11.5px;
    color: #64748b;
    margin-top: 2px;
    font-weight: 500;
}

/* Social */
.ahp-foo-des-new-org-social {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0
}

.ahp-foo-des-new-org-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .04);
    color: #94a3b8;
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .2s ease;
}

.ahp-foo-des-new-org-social a:hover {
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    border-color: #ff5722;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px -6px rgba(255, 87, 34, .5);
}

/* Link columns */
.ahp-foo-des-new-org-col__heading {
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.ahp-foo-des-new-org-col__heading::before {
    content: '';
    width: 18px;
    height: 2px;
    background: linear-gradient(90deg, #ff5722, transparent);
    border-radius: 2px;
}

.ahp-foo-des-new-org-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.ahp-foo-des-new-org-list li {
    margin-bottom: 11px
}

.ahp-foo-des-new-org-list a {
    color: #cbd5e1;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.ahp-foo-des-new-org-list a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #ff5722;
    transition: width .2s ease;
}

.ahp-foo-des-new-org-list a:hover {
    color: #fff
}

.ahp-foo-des-new-org-list a:hover::after {
    width: 100%
}

.ahp-foo-des-new-org-list__cta a {
    color: #ff5722 !important;
    font-weight: 600
}

.ahp-foo-des-new-org-list__cta a:hover {
    color: #ff8a65 !important
}

.ahp-foo-des-new-org-list__cta {
    margin-top: 16px !important
}

/* ===== HIRE-A-WRITER CARD ===== */
.ahp-foo-des-new-org-hire {
    margin-top: 22px;
    position: relative;
    display: block;
    padding: 18px 18px 18px 16px;
    background: linear-gradient(135deg, rgba(255, 87, 34, .10) 0%, rgba(230, 74, 25, .06) 100%);
    border: 1px solid rgba(255, 87, 34, .22);
    border-radius: 14px;
    overflow: hidden;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ahp-foo-des-new-org-hire:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 87, 34, .5);
    box-shadow: 0 14px 30px -8px rgba(255, 87, 34, .25);
}

.ahp-foo-des-new-org-hire::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -30px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(255, 87, 34, .20), transparent 65%);
    pointer-events: none;
}

.ahp-foo-des-new-org-hire__top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    position: relative;
}

.ahp-foo-des-new-org-hire__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
    color: #fff;
    border-radius: 9px;
    box-shadow: 0 4px 12px -3px rgba(255, 87, 34, .5);
}

.ahp-foo-des-new-org-hire__pill {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #ff5722;
    background: rgba(255, 87, 34, .14);
    border: 1px solid rgba(255, 87, 34, .28);
    padding: 3px 9px;
    border-radius: 100px;
}

.ahp-foo-des-new-org-hire__title {
    color: #fff;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -.2px;
    margin-bottom: 4px;
    position: relative;
}

.ahp-foo-des-new-org-hire__sub {
    color: #94a3b8;
    font-size: 12.5px;
    line-height: 1.5;
    margin-bottom: 12px;
    position: relative;
}

.ahp-foo-des-new-org-hire__cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #ff5722;
    font-size: 12.5px;
    font-weight: 600;
    position: relative;
}

.ahp-foo-des-new-org-hire__cta svg {
    transition: transform .2s ease
}

.ahp-foo-des-new-org-hire:hover .ahp-foo-des-new-org-hire__cta {
    color: #ff8a65
}

.ahp-foo-des-new-org-hire:hover .ahp-foo-des-new-org-hire__cta svg {
    transform: translateX(3px)
}

/* ===== DIVIDER & UTILITY ===== */
.ahp-foo-des-new-org-footer__divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent);
    margin: 32px 0 28px;
}

.ahp-foo-des-new-org-utility {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 32px;
    align-items: center;
    margin-bottom: 24px;
}

.ahp-foo-des-new-org-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0
}

.ahp-foo-des-new-org-legal a {
    color: #94a3b8;
    font-size: 13px
}

.ahp-foo-des-new-org-legal a:hover {
    color: #ff5722
}

.ahp-foo-des-new-org-payments {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.ahp-foo-des-new-org-payments__label {
    color: #64748b;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: uppercase;
    margin-right: 8px;
}

.ahp-foo-des-new-org-payments svg {
    height: 24px;
    border-radius: 4px
}

.ahp-foo-des-new-org-region {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    padding: 4px 6px 4px 14px;
    transition: border-color .2s;
}

.ahp-foo-des-new-org-region:hover {
    border-color: rgba(255, 87, 34, .35)
}

.ahp-foo-des-new-org-region__label {
    color: #94a3b8;
    font-size: 12px;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-weight: 600;
}

.ahp-foo-des-new-org-region select {
    background: transparent;
    color: #f8fafc;
    border: none;
    padding: 8px 28px 8px 6px;
    font-size: 13px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%2394a3b8' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.ahp-foo-des-new-org-region select:focus {
    outline: none;
    color: #ff5722
}

.ahp-foo-des-new-org-region select option {
    background: #1e293b;
    color: #f8fafc
}

/* Fine print */
.ahp-foo-des-new-org-fine {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.ahp-foo-des-new-org-fine__copy {
    color: #64748b;
    font-size: 12.5px;
    font-weight: 500
}

.ahp-foo-des-new-org-fine__copy span {
    color: #64748b;
    font-weight: 600
}

.ahp-foo-des-new-org-fine__disclaimer {
    color: #64748b;
    font-size: 11.5px;
    line-height: 1.7;
    max-width: 900px;
}

.ahp-foo-des-new-org-fine__disclaimer strong {
    color: #cbd5e1;
    font-weight: 600
}

.ahp-foo-des-new-org-fine__disclaimer em {
    font-style: italic;
    color: #94a3b8;
    font-weight: 500;
}

/* Responsive */
@media (max-width:1000px) {
    .ahp-foo-des-new-org-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px
    }

    .ahp-foo-des-new-org-offer {
        padding: 22px
    }

    .ahp-foo-des-new-org-offer__inner {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .ahp-foo-des-new-org-offer__form {
        min-width: 0
    }
}

@media (max-width:760px) {
    .ahp-foo-des-new-org-footer {
        padding: 56px 0 24px
    }

    .ahp-foo-des-new-org-offer__inputs {
        flex-direction: column;
        padding: 6px
    }

    .ahp-foo-des-new-org-offer__inputs button {
        width: 100%;
        padding: 12px
    }

    .ahp-foo-des-new-org-utility {
        grid-template-columns: 1fr;
        gap: 20px;
        justify-items: start
    }

    .ahp-foo-des-new-org-payments {
        justify-content: flex-start
    }
}

@media (max-width:520px) {
    .ahp-foo-des-new-org-footer__grid {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .ahp-foo-des-new-org-offer__content {
        flex-direction: column;
        align-items: flex-start;
        text-align: left
    }
}

/* end footer design  */

/* blog author start*/

.ahp-blo-exp-pro-ne-header-stub {
    height: 64px;
    background: #0a0e1a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 600
}

.ahp-blo-exp-pro-ne-footer-stub {
    height: 80px;
    background: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 600
}

/* ─── BREADCRUMB ─── */
.ahp-blo-exp-pro-ne-crumb {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 24px
}

.ahp-blo-exp-pro-ne-crumb__inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #475569;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-crumb__inner a {
    color: #475569;
    transition: .15s
}

.ahp-blo-exp-pro-ne-crumb__inner a:hover {
    color: #e64a19
}

.ahp-blo-exp-pro-ne-crumb__inner svg {
    width: 11px;
    height: 11px;
    color: #64748b
}

.ahp-blo-exp-pro-ne-crumb__current {
    color: #0a0e1a;
    font-weight: 600
}

/* ─── HERO ─── */
.ahp-blo-exp-pro-ne-hero {
    padding: 40px 24px 32px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    border-bottom: 1px solid #e2e8f0
}

.ahp-blo-exp-pro-ne-hero__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 36px;
    align-items: center
}

.ahp-blo-exp-pro-ne-hero__avatar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #1e40af);
    color: #fff;
    display: grid;
    place-items: center;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 56px;
    font-weight: 600;
    flex-shrink: 0;
    border: 5px solid #fff;
    box-shadow: 0 14px 40px -12px rgba(15, 23, 42, .3), 0 0 0 1px #e2e8f0;
    position: relative
}

.ahp-blo-exp-pro-ne-hero__avatar-status {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #10b981;
    border: 4px solid #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 10px -2px rgba(16, 185, 129, .5)
}

.ahp-blo-exp-pro-ne-hero__avatar-status::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.ahp-blo-exp-pro-ne-hero__main {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ahp-blo-exp-pro-ne-hero__category {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #e64a19;
    background: #fff5f1;
    border: 1px solid rgba(255, 87, 34, .2);
    padding: 5px 12px;
    border-radius: 100px;
    align-self: flex-start;
    margin-bottom: 6px
}

.ahp-blo-exp-pro-ne-hero__category svg {
    width: 13px;
    height: 13px
}

.ahp-blo-exp-pro-ne-hero__name {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(32px, 4.4vw, 46px);
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -1.5px;
    line-height: 1.05;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-hero__name em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.ahp-blo-exp-pro-ne-hero__verified {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #059669;
    background: #ecfdf5;
    border: 1px solid rgba(16, 185, 129, .25);
    padding: 5px 11px;
    border-radius: 100px;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif
}

.ahp-blo-exp-pro-ne-hero__verified svg {
    width: 12px;
    height: 12px
}

.ahp-blo-exp-pro-ne-hero__role {
    font-size: 16px;
    color: #475569;
    font-weight: 600;
    line-height: 1.4
}

.ahp-blo-exp-pro-ne-hero__role strong {
    color: #0a0e1a;
    font-weight: 700
}

.ahp-blo-exp-pro-ne-hero__rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px
}

.ahp-blo-exp-pro-ne-hero__rating-stars {
    display: inline-flex;
    gap: 2px
}

.ahp-blo-exp-pro-ne-hero__rating-stars svg {
    width: 18px;
    height: 18px;
    color: #fbbf24
}

.ahp-blo-exp-pro-ne-hero__rating-num {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.3px
}

.ahp-blo-exp-pro-ne-hero__rating-num small {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif
}

.ahp-blo-exp-pro-ne-hero__rating-count {
    font-size: 13px;
    color: #475569
}

.ahp-blo-exp-pro-ne-hero__rating-count strong {
    color: #0a0e1a;
    font-weight: 700
}

.ahp-blo-exp-pro-ne-hero__cta-row {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 11px 20px;
    border-radius: 11px;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: .02em;
    transition: .15s;
    font-family: inherit;
    cursor: pointer;
    border: none
}

.ahp-blo-exp-pro-ne-btn--primary {
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    box-shadow: 0 10px 22px -6px rgba(255, 87, 34, .55)
}

.ahp-blo-exp-pro-ne-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -6px rgba(255, 87, 34, .7)
}

.ahp-blo-exp-pro-ne-btn--ghost {
    background: #fff;
    color: #0a0e1a;
    border: 1px solid #e2e8f0
}

.ahp-blo-exp-pro-ne-btn--ghost:hover {
    transform: translateY(-1px);
    border-color: #ff5722;
    color: #e64a19
}

.ahp-blo-exp-pro-ne-btn svg {
    width: 13px;
    height: 13px
}

/* ─── KEY STATS BAR ─── */
.ahp-blo-exp-pro-ne-stats {
    padding: 0 24px;
    background: #f8fafc
}

.ahp-blo-exp-pro-ne-stats__inner {
    max-width: 1180px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    box-shadow: 0 8px 26px -16px rgba(15, 23, 42, .1)
}

.ahp-blo-exp-pro-ne-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 14px;
    position: relative
}

.ahp-blo-exp-pro-ne-stat+.ahp-blo-exp-pro-ne-stat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 1px;
    background: #f1f5f9
}

.ahp-blo-exp-pro-ne-stat__num {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 30px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -1.1px;
    line-height: 1;
    display: flex;
    align-items: baseline;
    gap: 3px
}

.ahp-blo-exp-pro-ne-stat__num strong {
    color: #e64a19
}

.ahp-blo-exp-pro-ne-stat__num small {
    font-size: 14px;
    color: #64748b;
    font-weight: 500
}

.ahp-blo-exp-pro-ne-stat__label {
    font-size: 12px;
    color: #475569;
    font-weight: 600;
    margin-top: 6px;
    text-align: center;
    line-height: 1.3
}

/* ─── VERIFICATION TRUST STRIP ─── */
.ahp-blo-exp-pro-ne-trust {
    padding: 24px 24px 0;
    background: #f8fafc
}

.ahp-blo-exp-pro-ne-trust__inner {
    max-width: 1180px;
    margin: 0 auto;
    background: linear-gradient(135deg, #ecfdf5, #fff);
    border: 1px solid rgba(16, 185, 129, .18);
    border-radius: 14px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-trust__label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 18px;
    border-right: 1px solid rgba(16, 185, 129, .18)
}

.ahp-blo-exp-pro-ne-trust__label-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    box-shadow: 0 5px 12px -3px rgba(16, 185, 129, .45)
}

.ahp-blo-exp-pro-ne-trust__label-icon svg {
    width: 15px;
    height: 15px
}

.ahp-blo-exp-pro-ne-trust__label-text {
    display: flex;
    flex-direction: column;
    gap: 1px
}

.ahp-blo-exp-pro-ne-trust__label-eyebrow {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #059669;
    line-height: 1
}

.ahp-blo-exp-pro-ne-trust__label-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 14px;
    font-weight: 600;
    color: #0a0e1a;
    line-height: 1.2;
    margin-top: 2px
}

.ahp-blo-exp-pro-ne-trust__items {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    flex: 1
}

.ahp-blo-exp-pro-ne-trust__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: #475569
}

.ahp-blo-exp-pro-ne-trust__item svg {
    width: 12px;
    height: 12px;
    color: #10b981;
    flex-shrink: 0
}

.ahp-blo-exp-pro-ne-trust__item strong {
    color: #0a0e1a;
    font-weight: 700
}

.ahp-blo-exp-pro-ne-trust__last {
    font-size: 11.5px;
    color: #64748b;
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-weight: 600;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 7px
}

/* ─── SECTION NAVIGATOR ─── */
.ahp-blo-exp-pro-ne-nav {
    padding: 18px 24px 0;
    background: #f8fafc
}

.ahp-blo-exp-pro-ne-nav__inner {
    max-width: 1180px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px 20px;
    box-shadow: 0 8px 26px -16px rgba(15, 23, 42, .1);
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-nav__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding-right: 14px;
    border-right: 1px solid #f1f5f9
}

.ahp-blo-exp-pro-ne-nav__label-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px -3px rgba(255, 87, 34, .4)
}

.ahp-blo-exp-pro-ne-nav__label-icon svg {
    width: 13px;
    height: 13px
}

.ahp-blo-exp-pro-ne-nav__label-text {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1.2
}

.ahp-blo-exp-pro-ne-nav__label-text strong {
    display: block;
    color: #0a0e1a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -.1px;
    text-transform: none;
    margin-top: 2px;
    font-family: 'Fraunces', Georgia, serif
}

.ahp-blo-exp-pro-ne-nav__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    flex: 1
}

.ahp-blo-exp-pro-ne-nav__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px 7px 8px;
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-size: 12.5px;
    font-weight: 600;
    color: #475569;
    transition: .15s
}

.ahp-blo-exp-pro-ne-nav__pill:hover {
    transform: translateY(-1px);
    border-color: #ff5722;
    color: #e64a19;
    box-shadow: 0 6px 14px -8px rgba(255, 87, 34, .3)
}

.ahp-blo-exp-pro-ne-nav__pill-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff5f1;
    color: #e64a19;
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0;
    border: 1px solid rgba(255, 87, 34, .18);
    padding: 0 4px;
    transition: .15s
}

.ahp-blo-exp-pro-ne-nav__pill:hover .ahp-blo-exp-pro-ne-nav__pill-num {
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    border-color: #ff5722
}

/* ─── MAIN LAYOUT ─── */
.ahp-blo-exp-pro-ne-main {
    padding: 32px 24px 72px
}

.ahp-blo-exp-pro-ne-main__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: start
}

.ahp-blo-exp-pro-ne-article {
    max-width: 100%
}

/* ─── SECTION BASE ─── */
.ahp-blo-exp-pro-ne-sect {
    margin-bottom: 44px;
    scroll-margin-top: 24px
}

.ahp-blo-exp-pro-ne-sect__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px
}

.ahp-blo-exp-pro-ne-sect__head-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #fff
}

.ahp-blo-exp-pro-ne-sect__head-icon svg {
    width: 18px;
    height: 18px
}

.ahp-blo-exp-pro-ne-sect__head-icon.v1 {
    background: linear-gradient(135deg, #ff5722, #e64a19);
    box-shadow: 0 6px 14px -4px rgba(255, 87, 34, .45)
}

.ahp-blo-exp-pro-ne-sect__head-icon.v2 {
    background: linear-gradient(135deg, #3b82f6, #1e3a8a);
    box-shadow: 0 6px 14px -4px rgba(59, 130, 246, .45)
}

.ahp-blo-exp-pro-ne-sect__head-icon.v3 {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 6px 14px -4px rgba(16, 185, 129, .45)
}

.ahp-blo-exp-pro-ne-sect__head-icon.v4 {
    background: linear-gradient(135deg, #f59e0b, #b45309);
    box-shadow: 0 6px 14px -4px rgba(245, 158, 11, .45)
}

.ahp-blo-exp-pro-ne-sect__head-icon.v5 {
    background: linear-gradient(135deg, #8b5cf6, #5b21b6);
    box-shadow: 0 6px 14px -4px rgba(139, 92, 246, .45)
}

.ahp-blo-exp-pro-ne-sect__head-icon.v6 {
    background: linear-gradient(135deg, #6366f1, #3730a3);
    box-shadow: 0 6px 14px -4px rgba(99, 102, 241, .45)
}

.ahp-blo-exp-pro-ne-sect__head-icon.v7 {
    background: linear-gradient(135deg, #ec4899, #9d174d);
    box-shadow: 0 6px 14px -4px rgba(236, 72, 153, .45)
}

.ahp-blo-exp-pro-ne-sect__head-text-eyebrow {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1
}

.ahp-blo-exp-pro-ne-sect__head-text h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.8px;
    line-height: 1.2;
    margin-top: 3px
}

.ahp-blo-exp-pro-ne-sect__head-text h2 em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.ahp-blo-exp-pro-ne-sect p {
    font-size: 15.5px;
    color: #0f172a;
    line-height: 1.75;
    margin-bottom: 14px
}

.ahp-blo-exp-pro-ne-sect p strong {
    color: #0a0e1a;
    font-weight: 700
}

.ahp-blo-exp-pro-ne-sect p a {
    color: #e64a19;
    font-weight: 600;
    border-bottom: 1.5px solid rgba(255, 87, 34, .3)
}

.ahp-blo-exp-pro-ne-sect p a:hover {
    color: #ff5722;
    border-bottom-color: #ff5722
}

/* ─── EDUCATION TIMELINE ─── */
.ahp-blo-exp-pro-ne-timeline {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    padding-left: 32px;
    margin-top: 8px
}

.ahp-blo-exp-pro-ne-timeline::before {
    content: '';
    position: absolute;
    left: 13px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, #ff5722, #e64a19 50%, #e2e8f0);
    border-radius: 1px
}

.ahp-blo-exp-pro-ne-timeline__item {
    position: relative;
    padding: 18px 20px;
    background: linear-gradient(135deg, #fff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: .15s
}

.ahp-blo-exp-pro-ne-timeline__item:hover {
    transform: translateX(3px);
    border-color: #ff5722;
    box-shadow: 0 12px 28px -16px rgba(255, 87, 34, .25)
}

.ahp-blo-exp-pro-ne-timeline__item::before {
    content: '';
    position: absolute;
    left: -32px;
    top: 24px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #e2e8f0, 0 4px 10px -3px rgba(255, 87, 34, .4)
}

.ahp-blo-exp-pro-ne-timeline__year {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #e64a19;
    background: #fff5f1;
    border: 1px solid rgba(255, 87, 34, .2);
    padding: 3px 9px;
    border-radius: 5px;
    margin-bottom: 8px;
    font-family: 'JetBrains Mono', Menlo, monospace
}

.ahp-blo-exp-pro-ne-timeline__degree {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.3px;
    line-height: 1.25;
    margin-bottom: 4px
}

.ahp-blo-exp-pro-ne-timeline__institution {
    font-size: 13.5px;
    color: #475569;
    font-weight: 600;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px
}

.ahp-blo-exp-pro-ne-timeline__institution svg {
    width: 12px;
    height: 12px;
    color: #10b981;
    flex-shrink: 0
}

.ahp-blo-exp-pro-ne-timeline__institution strong {
    color: #0a0e1a;
    font-weight: 700
}

.ahp-blo-exp-pro-ne-timeline__detail {
    font-size: 13px;
    color: #475569;
    line-height: 1.55
}

.ahp-blo-exp-pro-ne-timeline__detail strong {
    color: #0a0e1a;
    font-weight: 600
}

/* ─── EXPERTISE CARDS ─── */
.ahp-blo-exp-pro-ne-expert-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 6px
}

.ahp-blo-exp-pro-ne-expert {
    padding: 16px 18px;
    background: linear-gradient(135deg, #fff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    transition: .15s
}

.ahp-blo-exp-pro-ne-expert:hover {
    transform: translateY(-2px);
    border-color: #ff5722;
    box-shadow: 0 14px 30px -18px rgba(255, 87, 34, .25)
}

.ahp-blo-exp-pro-ne-expert__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px
}

.ahp-blo-exp-pro-ne-expert__icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: #fff5f1;
    color: #e64a19;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border: 1px solid rgba(255, 87, 34, .18)
}

.ahp-blo-exp-pro-ne-expert__icon svg {
    width: 14px;
    height: 14px
}

.ahp-blo-exp-pro-ne-expert__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.2px;
    line-height: 1.25
}

.ahp-blo-exp-pro-ne-expert__desc {
    font-size: 13px;
    color: #475569;
    line-height: 1.55
}

.ahp-blo-exp-pro-ne-expert__desc strong {
    color: #0a0e1a;
    font-weight: 600
}

/* ─── PUBLICATIONS ─── */
.ahp-blo-exp-pro-ne-pub {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 6px
}

.ahp-blo-exp-pro-ne-pub-item {
    padding: 18px 20px;
    background: linear-gradient(135deg, #fff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: .15s;
    display: flex;
    gap: 14px;
    align-items: flex-start
}

.ahp-blo-exp-pro-ne-pub-item:hover {
    transform: translateX(2px);
    border-color: #ff5722;
    box-shadow: 0 12px 28px -16px rgba(255, 87, 34, .2)
}

.ahp-blo-exp-pro-ne-pub-item__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #3b82f6, #1e3a8a);
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    box-shadow: 0 5px 12px -4px rgba(59, 130, 246, .4)
}

.ahp-blo-exp-pro-ne-pub-item__icon svg {
    width: 16px;
    height: 16px
}

.ahp-blo-exp-pro-ne-pub-item__body {
    flex: 1;
    min-width: 0
}

.ahp-blo-exp-pro-ne-pub-item__year {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #64748b;
    font-family: 'JetBrains Mono', Menlo, monospace;
    margin-bottom: 5px
}

.ahp-blo-exp-pro-ne-pub-item__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.2px;
    line-height: 1.3;
    margin-bottom: 5px
}

.ahp-blo-exp-pro-ne-pub-item__journal {
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
    font-style: italic
}

.ahp-blo-exp-pro-ne-pub-item__journal strong {
    color: #0a0e1a;
    font-weight: 600;
    font-style: normal
}

.ahp-blo-exp-pro-ne-pub-item__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-pub-item__cited {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #475569;
    font-weight: 600;
    padding: 3px 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 5px
}

.ahp-blo-exp-pro-ne-pub-item__cited svg {
    width: 11px;
    height: 11px;
    color: #f59e0b
}

.ahp-blo-exp-pro-ne-pub-item__cited strong {
    color: #0a0e1a;
    font-weight: 700
}

.ahp-blo-exp-pro-ne-pub-item__doi {
    font-size: 10.5px;
    color: #64748b;
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-weight: 600
}

/* ─── ARTICLE LIST ─── */
.ahp-blo-exp-pro-ne-articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 6px
}

.ahp-blo-exp-pro-ne-article-card {
    background: linear-gradient(135deg, #fff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: .2s;
    display: flex;
    flex-direction: column
}

.ahp-blo-exp-pro-ne-article-card:hover {
    transform: translateY(-2px);
    border-color: #cbd5e1;
    box-shadow: 0 14px 30px -18px rgba(15, 23, 42, .18)
}

.ahp-blo-exp-pro-ne-article-card__img {
    height: 120px;
    position: relative;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -1.5px;
    overflow: hidden
}

.ahp-blo-exp-pro-ne-article-card__img::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .1) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, .1) 25%, transparent 25%);
    background-size: 14px 14px;
    opacity: .3
}

.ahp-blo-exp-pro-ne-article-card.a1 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #f59e0b, #b45309)
}

.ahp-blo-exp-pro-ne-article-card.a2 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #3b82f6, #1e3a8a)
}

.ahp-blo-exp-pro-ne-article-card.a3 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #ec4899, #9d174d)
}

.ahp-blo-exp-pro-ne-article-card.a4 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #10b981, #047857)
}

.ahp-blo-exp-pro-ne-article-card.a5 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #8b5cf6, #5b21b6)
}

.ahp-blo-exp-pro-ne-article-card.a6 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #06b6d4, #0e7490)
}

.ahp-blo-exp-pro-ne-article-card.a7 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #ef4444, #b91c1c)
}

.ahp-blo-exp-pro-ne-article-card.a8 .ahp-blo-exp-pro-ne-article-card__img {
    background: linear-gradient(135deg, #6366f1, #3730a3)
}

.ahp-blo-exp-pro-ne-article-card__body {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.ahp-blo-exp-pro-ne-article-card__meta {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 10.5px;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 7px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-article-card__cat {
    padding: 2px 7px;
    background: #fff5f1;
    color: #e64a19;
    border: 1px solid rgba(255, 87, 34, .18);
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 9.5px;
    letter-spacing: .06em;
    font-weight: 700
}

.ahp-blo-exp-pro-ne-article-card__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.25px;
    line-height: 1.3;
    margin-bottom: 8px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ahp-blo-exp-pro-ne-article-card__excerpt {
    display: none
}

.ahp-blo-exp-pro-ne-article-card__read {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 700;
    color: #e64a19;
    margin-top: auto;
    letter-spacing: .02em
}

.ahp-blo-exp-pro-ne-article-card:hover .ahp-blo-exp-pro-ne-article-card__read {
    color: #ff5722;
    gap: 7px
}

.ahp-blo-exp-pro-ne-article-card__read svg {
    width: 11px;
    height: 11px
}

.ahp-blo-exp-pro-ne-articles__viewall {
    margin-top: 14px;
    display: flex;
    justify-content: center
}

/* ─── REVIEWS ─── */
.ahp-blo-exp-pro-ne-reviews {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 6px
}

.ahp-blo-exp-pro-ne-review {
    padding: 18px 20px;
    background: linear-gradient(135deg, #fff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: .15s
}

.ahp-blo-exp-pro-ne-review:hover {
    border-color: #cbd5e1
}

.ahp-blo-exp-pro-ne-review__head {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 9px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-review__avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #e2e8f0
}

.ahp-blo-exp-pro-ne-review__avatar.b1 {
    background: linear-gradient(135deg, #3b82f6, #1e40af)
}

.ahp-blo-exp-pro-ne-review__avatar.b2 {
    background: linear-gradient(135deg, #10b981, #047857)
}

.ahp-blo-exp-pro-ne-review__avatar.b3 {
    background: linear-gradient(135deg, #8b5cf6, #5b21b6)
}

.ahp-blo-exp-pro-ne-review__author {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0
}

.ahp-blo-exp-pro-ne-review__name {
    font-size: 13.5px;
    font-weight: 700;
    color: #0a0e1a;
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap
}

.ahp-blo-exp-pro-ne-review__verified {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 9.5px;
    font-weight: 700;
    color: #059669;
    background: #ecfdf5;
    border: 1px solid rgba(16, 185, 129, .25);
    padding: 2px 6px;
    border-radius: 4px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.ahp-blo-exp-pro-ne-review__verified svg {
    width: 9px;
    height: 9px
}

.ahp-blo-exp-pro-ne-review__meta {
    font-size: 11.5px;
    color: #64748b;
    font-weight: 500;
    margin-top: 1px
}

.ahp-blo-exp-pro-ne-review__stars {
    display: inline-flex;
    gap: 1px
}

.ahp-blo-exp-pro-ne-review__stars svg {
    width: 14px;
    height: 14px;
    color: #fbbf24
}

.ahp-blo-exp-pro-ne-review__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 15.5px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.2px;
    line-height: 1.3;
    margin-bottom: 6px
}

.ahp-blo-exp-pro-ne-review__body {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.6
}

.ahp-blo-exp-pro-ne-review__body strong {
    color: #0a0e1a;
    font-weight: 600
}

.ahp-blo-exp-pro-ne-review__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e2e8f0;
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
    flex-wrap: wrap;
    gap: 6px
}

.ahp-blo-exp-pro-ne-review__order {
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-weight: 600;
    color: #475569
}

/* ─── PROCESS STEPS ─── */
.ahp-blo-exp-pro-ne-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 11px;
    margin-top: 6px
}

.ahp-blo-exp-pro-ne-process-step {
    padding: 18px 16px;
    background: linear-gradient(135deg, #fff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: center;
    position: relative;
    transition: .15s
}

.ahp-blo-exp-pro-ne-process-step:hover {
    transform: translateY(-3px);
    border-color: #ff5722;
    box-shadow: 0 14px 30px -18px rgba(255, 87, 34, .3)
}

.ahp-blo-exp-pro-ne-process-step__num {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    display: grid;
    place-items: center;
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 6px 14px -3px rgba(255, 87, 34, .5);
    border: 3px solid #fff
}

.ahp-blo-exp-pro-ne-process-step__icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #fff5f1;
    color: #e64a19;
    display: grid;
    place-items: center;
    margin: 8px auto 10px;
    border: 1px solid rgba(255, 87, 34, .18)
}

.ahp-blo-exp-pro-ne-process-step__icon svg {
    width: 16px;
    height: 16px
}

.ahp-blo-exp-pro-ne-process-step__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 14px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.2px;
    line-height: 1.25;
    margin-bottom: 6px
}

.ahp-blo-exp-pro-ne-process-step__desc {
    font-size: 11.5px;
    color: #475569;
    line-height: 1.5
}

/* ─── SIDEBAR ─── */
.ahp-blo-exp-pro-ne-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: sticky;
    top: 24px;
    align-self: start;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .12) transparent;
    padding-right: 4px
}

.ahp-blo-exp-pro-ne-side::-webkit-scrollbar {
    width: 5px
}

.ahp-blo-exp-pro-ne-side::-webkit-scrollbar-track {
    background: transparent
}

.ahp-blo-exp-pro-ne-side::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .12);
    border-radius: 3px
}

.ahp-blo-exp-pro-ne-side::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .22)
}

.ahp-blo-exp-pro-ne-w {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 20px;
    flex-shrink: 0
}

.ahp-blo-exp-pro-ne-w__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e8f0
}

.ahp-blo-exp-pro-ne-w__head-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px -3px rgba(255, 87, 34, .4)
}

.ahp-blo-exp-pro-ne-w__head-icon svg {
    width: 14px;
    height: 14px
}

.ahp-blo-exp-pro-ne-w__head-label {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1
}

.ahp-blo-exp-pro-ne-w__head-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    color: #0a0e1a;
    line-height: 1.2;
    margin-top: 2px
}

/* Sidebar Widget: Hire/Book CTA */
.ahp-blo-exp-pro-ne-w--book {
    background: linear-gradient(135deg, #0a0e1a, #111827);
    color: #fff;
    border-color: rgba(255, 255, 255, .08);
    position: relative;
    overflow: hidden
}

.ahp-blo-exp-pro-ne-w--book::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 87, 34, .25), transparent 65%);
    pointer-events: none
}

.ahp-blo-exp-pro-ne-w--book__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -.3px;
    line-height: 1.2;
    margin-bottom: 6px;
    position: relative
}

.ahp-blo-exp-pro-ne-w--book__title em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #ff8a65);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.ahp-blo-exp-pro-ne-w--book__sub {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .7);
    line-height: 1.55;
    margin-bottom: 14px;
    position: relative
}

.ahp-blo-exp-pro-ne-w--book__stats {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
    padding: 11px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    position: relative
}

.ahp-blo-exp-pro-ne-w--book__stat {
    flex: 1;
    text-align: center
}

.ahp-blo-exp-pro-ne-w--book__stat-num {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -.4px;
    line-height: 1
}

.ahp-blo-exp-pro-ne-w--book__stat-label {
    font-size: 10px;
    color: rgba(255, 255, 255, .55);
    font-weight: 600;
    margin-top: 3px
}

.ahp-blo-exp-pro-ne-w--book__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 12px 16px;
    border-radius: 9px;
    box-shadow: 0 8px 18px -4px rgba(255, 87, 34, .5);
    transition: .15s;
    position: relative
}

.ahp-blo-exp-pro-ne-w--book__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 11px 24px -4px rgba(255, 87, 34, .65)
}

.ahp-blo-exp-pro-ne-w--book__btn svg {
    width: 12px;
    height: 12px
}

.ahp-blo-exp-pro-ne-w--book__trust {
    margin-top: 9px;
    font-size: 10.5px;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    position: relative
}

/* Sidebar Widget: Verified Profiles */
.ahp-blo-exp-pro-ne-w--profiles__list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ahp-blo-exp-pro-ne-w--profiles__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 11px;
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 1px solid #f1f5f9;
    border-radius: 9px;
    transition: .15s
}

.ahp-blo-exp-pro-ne-w--profiles__item:hover {
    border-color: #ff5722;
    transform: translateX(2px)
}

.ahp-blo-exp-pro-ne-w--profiles__icon {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #fff
}

.ahp-blo-exp-pro-ne-w--profiles__icon svg {
    width: 13px;
    height: 13px
}

.ahp-blo-exp-pro-ne-w--profiles__icon.linkedin {
    background: #0a66c2
}

.ahp-blo-exp-pro-ne-w--profiles__icon.scholar {
    background: #4285f4
}

.ahp-blo-exp-pro-ne-w--profiles__icon.orcid {
    background: #a6ce39
}

.ahp-blo-exp-pro-ne-w--profiles__icon.researchgate {
    background: #00ccbb
}

.ahp-blo-exp-pro-ne-w--profiles__icon.email {
    background: linear-gradient(135deg, #ff5722, #e64a19)
}

.ahp-blo-exp-pro-ne-w--profiles__body {
    flex: 1;
    min-width: 0
}

.ahp-blo-exp-pro-ne-w--profiles__name {
    font-size: 12.5px;
    font-weight: 700;
    color: #0a0e1a;
    line-height: 1.2
}

.ahp-blo-exp-pro-ne-w--profiles__sub {
    font-size: 10.5px;
    color: #64748b;
    font-weight: 500;
    margin-top: 2px;
    font-family: 'JetBrains Mono', Menlo, monospace;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ahp-blo-exp-pro-ne-w--profiles__arrow {
    color: #64748b;
    transition: .15s;
    flex-shrink: 0
}

.ahp-blo-exp-pro-ne-w--profiles__arrow svg {
    width: 11px;
    height: 11px
}

.ahp-blo-exp-pro-ne-w--profiles__item:hover .ahp-blo-exp-pro-ne-w--profiles__arrow {
    color: #ff5722;
    transform: translateX(2px)
}

/* Sidebar Widget: Topics/Tags */
.ahp-blo-exp-pro-ne-w--topics__list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.ahp-blo-exp-pro-ne-w--topics__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 11px;
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-size: 11.5px;
    font-weight: 600;
    color: #475569;
    transition: .15s
}

.ahp-blo-exp-pro-ne-w--topics__pill:hover {
    border-color: #ff5722;
    color: #e64a19;
    transform: translateY(-1px)
}

.ahp-blo-exp-pro-ne-w--topics__pill-count {
    font-family: 'JetBrains Mono', Menlo, monospace;
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    background: #f1f5f9;
    padding: 1px 6px;
    border-radius: 100px
}

.ahp-blo-exp-pro-ne-w--topics__pill:hover .ahp-blo-exp-pro-ne-w--topics__pill-count {
    background: #fff5f1;
    color: #e64a19
}

/* Sidebar Widget: Quick Facts */
.ahp-blo-exp-pro-ne-w--facts__list {
    display: flex;
    flex-direction: column;
    gap: 0
}

.ahp-blo-exp-pro-ne-w--facts__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    border-bottom: 1px dashed #e2e8f0;
    font-size: 13px;
    gap: 8px
}

.ahp-blo-exp-pro-ne-w--facts__row:last-child {
    border-bottom: none
}

.ahp-blo-exp-pro-ne-w--facts__label {
    color: #475569;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px
}

.ahp-blo-exp-pro-ne-w--facts__label svg {
    width: 13px;
    height: 13px;
    color: #ff5722;
    flex-shrink: 0
}

.ahp-blo-exp-pro-ne-w--facts__value {
    color: #0a0e1a;
    font-weight: 700;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 14px;
    text-align: right
}

/* ─── FAQ ─── */
.ahp-blo-exp-pro-ne-faq {
    padding: 64px 24px;
    background: linear-gradient(180deg, #f8fafc, #fff)
}

.ahp-blo-exp-pro-ne-faq__inner {
    max-width: 860px;
    margin: 0 auto
}

.ahp-blo-exp-pro-ne-faq__head {
    text-align: center;
    margin-bottom: 32px
}

.ahp-blo-exp-pro-ne-faq__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #e64a19;
    background: #fff5f1;
    border: 1px solid rgba(255, 87, 34, .2);
    padding: 5px 11px;
    border-radius: 100px;
    margin-bottom: 12px
}

.ahp-blo-exp-pro-ne-faq__eyebrow svg {
    width: 13px;
    height: 13px
}

.ahp-blo-exp-pro-ne-faq__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(26px, 3.4vw, 36px);
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -1px;
    line-height: 1.15
}

.ahp-blo-exp-pro-ne-faq__title em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.ahp-blo-exp-pro-ne-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ahp-blo-exp-pro-ne-faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: .2s
}

.ahp-blo-exp-pro-ne-faq-item:hover {
    border-color: #cbd5e1
}

.ahp-blo-exp-pro-ne-faq-item[open] {
    border-color: rgba(255, 87, 34, .3);
    box-shadow: 0 8px 24px -16px rgba(255, 87, 34, .2)
}

.ahp-blo-exp-pro-ne-faq-q {
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -.2px;
    list-style: none
}

.ahp-blo-exp-pro-ne-faq-q::-webkit-details-marker {
    display: none
}

.ahp-blo-exp-pro-ne-faq-q__icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff5f1;
    color: #e64a19;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: .2s;
    border: 1px solid rgba(255, 87, 34, .2)
}

.ahp-blo-exp-pro-ne-faq-q__icon svg {
    width: 13px;
    height: 13px;
    transition: transform .2s
}

.ahp-blo-exp-pro-ne-faq-item[open] .ahp-blo-exp-pro-ne-faq-q__icon {
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    border-color: #ff5722
}

.ahp-blo-exp-pro-ne-faq-item[open] .ahp-blo-exp-pro-ne-faq-q__icon svg {
    transform: rotate(45deg)
}

.ahp-blo-exp-pro-ne-faq-a {
    padding: 0 22px 20px;
    font-size: 14.5px;
    color: #475569;
    line-height: 1.7
}

/* ─── FINAL CTA ─── */
.ahp-blo-exp-pro-ne-finalcta {
    background: linear-gradient(135deg, #0a0e1a, #111827);
    color: #fff;
    padding: 64px 24px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.ahp-blo-exp-pro-ne-finalcta::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(255, 87, 34, .18), transparent 70%);
    pointer-events: none
}

.ahp-blo-exp-pro-ne-finalcta__inner {
    position: relative;
    max-width: 720px;
    margin: 0 auto
}

.ahp-blo-exp-pro-ne-finalcta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #ff5722;
    background: rgba(255, 87, 34, .12);
    border: 1px solid rgba(255, 87, 34, .25);
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 16px
}

.ahp-blo-exp-pro-ne-finalcta__eyebrow svg {
    width: 13px;
    height: 13px
}

.ahp-blo-exp-pro-ne-finalcta h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(28px, 3.8vw, 40px);
    font-weight: 600;
    color: #fff;
    letter-spacing: -1.2px;
    line-height: 1.1;
    margin-bottom: 14px
}

.ahp-blo-exp-pro-ne-finalcta h2 em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #ff8a65);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.ahp-blo-exp-pro-ne-finalcta p {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .65);
    margin-bottom: 24px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto
}

.ahp-blo-exp-pro-ne-finalcta__ctas {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap
}

/* ─── RESPONSIVE ─── */
@media (max-width:1080px) {
    .ahp-blo-exp-pro-ne-main__inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ahp-blo-exp-pro-ne-side {
        position: static;
        max-height: none;
        overflow: visible;
        padding-right: 0
    }

    .ahp-blo-exp-pro-ne-articles,
    .ahp-blo-exp-pro-ne-expert-grid {
        grid-template-columns: 1fr 1fr
    }

    .ahp-blo-exp-pro-ne-process {
        grid-template-columns: repeat(2, 1fr)
    }

    .ahp-blo-exp-pro-ne-stats__inner {
        grid-template-columns: repeat(2, 1fr)
    }

    .ahp-blo-exp-pro-ne-stat+.ahp-blo-exp-pro-ne-stat:nth-child(3)::before {
        display: none
    }
}

@media (max-width:760px) {
    .ahp-blo-exp-pro-ne-hero {
        padding: 32px 18px 24px
    }

    .ahp-blo-exp-pro-ne-hero__inner {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center
    }

    .ahp-blo-exp-pro-ne-hero__avatar {
        width: 120px;
        height: 120px;
        font-size: 42px;
        margin: 0 auto
    }

    .ahp-blo-exp-pro-ne-hero__name {
        justify-content: center
    }

    .ahp-blo-exp-pro-ne-hero__rating,
    .ahp-blo-exp-pro-ne-hero__cta-row {
        justify-content: center
    }

    .ahp-blo-exp-pro-ne-hero__category {
        align-self: center
    }

    .ahp-blo-exp-pro-ne-stats__inner {
        grid-template-columns: 1fr 1fr
    }

    .ahp-blo-exp-pro-ne-trust {
        padding: 18px 18px 0
    }

    .ahp-blo-exp-pro-ne-trust__inner {
        padding: 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .ahp-blo-exp-pro-ne-trust__label {
        padding-right: 0;
        border-right: none;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(16, 185, 129, .18);
        width: 100%
    }

    .ahp-blo-exp-pro-ne-nav {
        padding: 18px 18px 0
    }

    .ahp-blo-exp-pro-ne-nav__inner {
        padding: 14px 16px;
        flex-direction: column;
        align-items: flex-start
    }

    .ahp-blo-exp-pro-ne-nav__label {
        padding-right: 0;
        padding-bottom: 10px;
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        width: 100%
    }

    .ahp-blo-exp-pro-ne-main {
        padding: 24px 18px 56px
    }

    .ahp-blo-exp-pro-ne-articles,
    .ahp-blo-exp-pro-ne-expert-grid {
        grid-template-columns: 1fr
    }

    .ahp-blo-exp-pro-ne-process {
        grid-template-columns: 1fr 1fr
    }

    .ahp-blo-exp-pro-ne-faq,
    .ahp-blo-exp-pro-ne-finalcta {
        padding: 48px 18px
    }
}

@media screen and (max-width: 767px) {
        #flashBar {
            display: none;
        }
        }

/* blog author end */

/*old css start */

h1.gah_blog_index_heading {
    display: inline-block;
    width: auto;
    font-size: 2rem;
    position: relative;
}

h1.gah_blog_index_heading:before {
    content: '';
    width: 31px;
    height: 5px;
    background: #0e589b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    z-index: 9;
    display: block;
    margin: 0 auto;
}

h1.gah_blog_index_heading:after {
    content: '';
    border-bottom: 1px solid #0e589b;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    display: block;
}

.btn {
    font-weight: 500;
}

.gah_header {
    background-color: #0e589b;
    color: #ffffff;
    height: 4rem;
    padding: 0.5rem;
}

.float-right.right-btns {
    float: right;
    margin-top: 5px;
}

.float-right.right-btns li {
    margin-left: 25px;
}

.nav_header {
    color: blue;
}

.gah_nav_link {
    color: #ffffff;
}

.gah_nav_link {

    text-decoration: none;
}

ul {
    list-style-type: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.gah_light {
    text-align: center;
    color: #fff;
    background: #ff5722;
    text-transform: uppercase;

}

h1.gah_blog_index_heading span {
    font-family: 'Conv_Roboto-Regular', Sans-Serif;
    color: #155290;
}

@media (min-width: 320px) and (max-width: 991px) {
    .btn {
        padding: 0.475rem 0.7rem;
    }

    .gah_header {
        height: 6rem;
        padding: 0.475rem 0.7rem;
    }
}

.page-numbers:not(:first-child) .page-numbers {
    margin-left: -1px;
}

.page-numbers {
    padding: 0.375rem 0.75rem;
}

.gah_blog_entry {
    margin: 0rem;
}

.gah_post_blog_entry {
    margin: 0;
}

.blog_header_section {
    padding: 3rem 0 3.5rem;
    background-color: #e8f2ff;
}

.blog_header_section-single {
    padding: 9rem 0 9.5rem;
    background-color: #e8f2ff;
}

.blog_post_header_section {
    padding: 5px 0;
    background-color: #f1f1f1;
    opacity: 0;
}

.gah_content_area {
    padding: 2.0rem 0;
}

.gah_author_content_area {
    padding: 2.0rem 0;
}

.sidebar_tab_section {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 10px;
    padding: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 7%);
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
}


/* Blog Thumbnails */
.gah_blog_entry_thumbnail {
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
}

.gah_blog_entry_thumbnail img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f8f8f8;
}

.gah_blog_entry_heading_excerpt,
.gah_blog_entry_read_more {
    padding: 15px;

}

.gah_blog_entry_heading_excerpt h3 {

    margin: 0px 0 10px;
    line-height: 1.33;
    font-weight: 500;
}

.gah_blog_entry_heading_excerpt h3 a {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

.gah_blog_entry_thumbnail:hover h3 a {
    color: #0e589b;
}

.gah_blog_entry_read_more {

    position: relative;

}

.btn-primary {
    color: #fff;
    background-color: #0a0e1a;
    border-color: #111827;
}
.btn-primary:hover {
    background-color: #0a0e1a;
    border-color: #111827;
}


/* Feature post / Top Post*/
.gah_sidebar .nav-tabs .nav-link.active {
    background-image: linear-gradient(135deg, #0a0e1a, #111827);
    color: #fff;
    border-color: #0a0e1a #111827 #0a0e1a;
}

.gah_sidebar .nav-tabs .nav-link.active:after {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    content: "";
    left: calc(50% - 10px);
    top: 100%;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #0a0e1a;
    transition-duration: 0.3s;
    transition-property: top;
    transform: rotate(180deg);
}

.gah_sidebar li.nav-item {
    width: 50%;
    position: relative;
}

.gah_sidebar .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    color: #333;
    font-weight: 500;
    background: #e8e8e8;
    padding: 0.8rem 1rem;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.gah_sidebar .tab-content {
    padding: 15px;
}

.gah_sidebar .tab-content h4 {
    padding-left: 22px;
    position: relative;
    list-style: none;
    margin-top: 0;
    line-height: 18px;
}

.gah_sidebar .tab-content h4 a {
    color: #000;
    font-size: 16px;
}

.gah_sidebar .tab-content h4 a:hover {
    color: #111827;
}

.gah_sidebar .tab-content h4:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0.5em;
    background-color: #0a0e1a;
    border-radius: 50%;
}

/* Form */
.form_get_free_quote {
    margin: 0 0 0 0px;
    background: #fff;
    border-radius: 10px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 10px;
    padding: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 7%);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.form_top_sec {
    background-image: linear-gradient(135deg, #0a0e1a, #111827);
    padding: 5px 15px;
    text-align: center;
    border-radius: 0;
    position: relative;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.form_top_sec:after {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    content: "";
    left: calc(50% - 10px);
    top: 100%;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #0a0e1a transparent;
    transition-duration: 0.3s;
    transition-property: top;
    transform: rotate(180deg);
}

.form_top_sec h2 {
    font-size: 28px;
    margin-bottom: 0;
    color: #fff;
    margin-top: 0;
    text-align: center;
    padding: 5px;
}

.form_top_sec p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.form_inputs_feild {
    padding: 15px 15px;
    margin-top: 10px;
}

.form_get_free_quote .form_inputs_feild label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    font-size: 14px;
    color: #313131;
    font-weight: 500;
}

.form-control {
    height: 40px;
    border-radius: 3px;
    position: relative;
    color: #022362;
    font-weight: 500;
    line-height: 24px;
    box-shadow: none;
    border: 1px solid #606060;
    width: 100%;
    background-color: #fff;
    background-image: none;
    padding: 8px 12px;
}

.form-control:focus {
    border-color: #1c2a44;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form_get_free_quote .btn {
    width: 100%;
}

.form_get_free_quote .form-control:disabled,
.form_get_free_quote .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

span.twitter-typeahead {
    width: 100%;
}

span.twitter-typeahead .tt-menu {
    cursor: pointer;
}

span.twitter-typeahead .tt-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    width: 100%;
    padding: 3px 5px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

/* Pagination */
.pagination {
    background: #fff;
    box-shadow: 0 0 7px 0 #00000005;
    margin: 0 auto;
    border: 1px solid #efefef;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 3px;
}

.pagination .page-numbers:hover {
    background: #eee;
}

.pagination .page-numbers {
    color: #848484;
    font-weight: 500;
}

.pagination .page-numbers.current {
    background: #0a0e1a;
    border-radius: 3px;
    color: #fff;
}

/* Blog Details page css */
.gah_content_area h1.gah_blog_heading {
    margin-top: 0;
    color: #0e589b;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
}

.gah_content_area p#breadcrumbs {
    padding-bottom: 10px;
}

.gah_post_entry_data span {
    font-size: 16px;
    line-height: 1.43;
    font-weight: 500;
    color: #818181;
    margin-right: 7px;
}

.gah_post_entry_data span a,
.gah_breadcrumb a {
    color: #0e589b;
}

.gah_content_area span#breadcrumbs a {
    color: #0e589b;
    font-weight: 500;
}

.gah_content_area p a {
    color: #1f80e8;
    font-weight: 500;
}

.gah_breadcrumb,
.gah_post_entry_data {
    margin: 5px 0 15px !important;
}

.gah_content_area span#breadcrumbs {
    margin: 15px 0 5px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.45;
    text-align: justify;
}

#ez-toc-container {
    width: 100% !important;
}

#ez-toc-container li:before {
    display: none;
}

.gah_post_content h1,
.gah_post_content h2 {
    margin: 20px 0 -5px;
    line-height: 1.33;
    font-weight: 500;
    color: #135595;
}

.gah_post_content h3 {

    margin: 20px 0 -5px;
    line-height: 1.33;
    font-weight: 500;
    color: #000000;
}

.gah_post_content h3 {
    font-size: 24px;
}

.gah_post_content h2 {
    font-size: 28px;
}

.gah_post_content h2 img {
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 5px;
    height: auto;
}

.gah_post_content h3 img {
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 5px;
    height: auto;
}

.gah_post_content h4 img {
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 5px;
    height: auto;
}

.gah_post_content p img {
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 5px;
    height: auto;
}

.gah_post_content ol {
    margin-left: 15px;
    counter-reset: list;
    margin-bottom: 15px;
}

.gah_post_content ol li {
    padding-left: 35px;
    position: relative;
    list-style: none;
    line-height: 24px;
    padding-bottom: 5px;
}

.gah_post_content ol li:before {
    background-color: #194f8a;
    width: 1.7em;
    height: 1.7em;
    counter-increment: list;
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 35px;
    content: counter(list);
    font-size: .875em;
    line-height: 1.67;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.gah_post_content ul,
.gah_post_content ol,
.gah_post_content p {
    margin: 15px 0 10px;
}

.gah_post_content ul {
    margin-left: 20px;
}

.gah_post_content ul li {
    padding-left: 23px;
    position: relative;
    list-style: none;
    line-height: 1.67;
}

.gah_post_content ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0.5em;
    background-color: #155391;
    border-radius: 50%;
}

.gah_post_content blockquote {
    font-size: 16px !important;
    width: 100%;
    color: #000000;
    padding: 1.2em 50px 1em 50px;
    border-left: 8px solid #125494;
    line-height: 1.67;
    position: relative;
    background: #EDEDED;
    margin-top: 20px !important;
    margin: 0 0 20px;
}

.gah_post_content blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #125494;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

.gah_post_content blockquote:after {
    font-family: Arial;
    content: "\201D";
    color: #125494;
    font-size: 4em;
    position: absolute;
    right: 10px;
    bottom: -50px;
}

.gah_post_content blockquote p {
    margin: 0 !important;
    padding: 0;
}

.gah_post_content h4 {
    line-height: 1.32;
    margin-bottom: -8px;
    margin-top: 20px;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.gah_post_content h5 {
    line-height: 1.32;
    margin-bottom: -8px;
    margin-top: 20px;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
}

.gah_social_share_buttons {
    height: auto;
    margin: 35px 5px 30px 5px;
}

.gah_related_post_container {
    margin-bottom: 30px;
}

.gah_related_post_container h4,
.gah_post_author h4 {
    margin-bottom: 25px !important;
    text-align: left;
    border-bottom: 1px solid #194f8a;
    padding-bottom: 15px;
}

.gah_related_post_container a {
    color: #194f8a;
}

img.gah_related_item_image {
    width: 100%;
    height: 9rem;
    border-radius: 10px;
}

.gah_post_comment {
    display: none;
}

button.btn.btn-light.gah_facebook_share {
    color: #43609c;
    border-color: #43609c;
}

button.btn.btn-light.gah_facebook_share:hover {
    background: #43609c;
    color: #fff;
}

button.btn.btn-light.gah_twitter_share {
    color: #1da1f2;
    border-color: #1da1f2;
}

button.btn.btn-light.gah_twitter_share:hover {
    color: #fff;
    background: #1da1f2;
}

button.btn.btn-light.gah_linkedin_share {
    color: #0077B5;
    border-color: #0077B5;
}

button.btn.btn-light.gah_linkedin_share:hover {
    color: #fff;
    background: #0077B5;
}

button.btn.btn-light.gah_whatsapp_share {
    color: #34AF23;
    border-color: #34AF23;
}

button.btn.btn-light.gah_whatsapp_share:hover {
    color: #fff;
    background: #34AF23;
}

button.btn.btn-light.gah_pinterest_share {
    color: #C92228;
    border-color: #C92228;
}

button.btn.btn-light.gah_pinterest_share:hover {
    color: #fff;
    background: #C92228;
}

h5.gah_related_title {
    font-size: 16px;
}

.gah_post_author_name h5 {
    margin: 0;
}

img.avatar {
    width: 50px;
    height: 50px;
    border-radius: 40px;

    display: block;
}

/* Authers Post */
.gah_blog_entry_heading h3 a {
    color: #194f8a;
    font-size: 18px;
}

.gah_author_content_area .gah_blog_entry {
    margin: 15px 0px;
    border-bottom: 1px dashed #dbdbdb;
    padding-bottom: 25px;
}

.footer.bg-primary {
    color: #fff;
    background-color: #0e589b !important;
}

/*  -------------------------------------------
---------------Responsive Media---------------
------------------------------------------------ */
@media(min-width: 320px) and (max-width: 991px) {

    .gah_header .col-md-8,
    .gah_header .col-md-4 {
        width: 50%;
    }

    .gah_post_content h2 img {
        width: 100%;
        border: 1px solid #efefef;
        border-radius: 5px;
        height: auto;
    }

    .gah_post_content h3 img {
        width: 100%;
        border: 1px solid #efefef;
        border-radius: 5px;
        height: auto;
    }

    .gah_post_content h4 img {
        width: 100%;
        border: 1px solid #efefef;
        border-radius: 5px;
        height: auto;
    }

    .gah_post_content p img {
        width: 100%;
        border: 1px solid #efefef;
        border-radius: 5px;
        height: auto;
    }

    .gah_header {
        height: auto;
        padding: 0.475rem 0rem;
    }

    .float-right.right-btns li {
        margin-left: 10px;
    }

    .blog_header_section {
        padding: 2rem 0 2.5rem;
    }

    .pagination {
        margin-bottom: 20px;
    }

    .blog_post_header_section {
        display: none;
    }

    .gah_post_content h2 {
        font-size: 24px;
    }

    .gah_content_area h1.gah_blog_heading {
        font-size: 28px;
        line-height: 36px;
    }

    .btn {
        margin: 2px 0;
    }

    .gah_related_post img {
        width: 100%;
        height: auto;
    }

}

.footer_bottom {
    color: #ffffff;
}

.footer_bottom p a {
    color: #ffffff;

}

.gah_post_hidden_image {
    display: none;
}

.scroll-top {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #fff;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 5px;
    border-radius: 84px;
    transition: .3s;
    box-shadow: 0 2px 4px 0 #d2cfc775;
}

.scroll-top.show {
    display: block;
}

p.text-white.copyright {
    margin: 0.5rem;
}

@media only screen and (max-width: 991px) {
    h1.gah_blog_index_heading {
        font-size: 42px;
        line-height: 66px;

    }
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    padding: 10px 65px;
}

div#ez-toc-container ul li {
    font-size: 108% !important;
}

table {
    margin-top: 27px;
    caption-side: bottom;
    border-collapse: collapse;
}

@media only screen and (max-width: 991px) {

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        border-color: inherit;
        border-style: solid;
        border-width: 1px;
        padding: 10px 5px;
    }
}


p:has(em) {
    position: relative;
    margin: 1.5rem 0;
    padding: 1rem 1.0rem 1rem 1.0rem;


    /* visuals */
    background: #f5f6f8;
    /* light grey */
    border-left: 6px solid #0d4f8b;
    /* blue stripe */
    font-style: italic;
    /* quoted text look */
    line-height: 1.67;
    font-weight: 600;
}

/* OPENING & CLOSING QUOTE MARKS */
p:has(em)::before,
p:has(em)::after {
    position: absolute;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    font-size: 2.75rem;
    color: #0d4f8b;
    /* same blue as stripe */
    line-height: 1;
    /* prevent extra space */
    pointer-events: none;
    /* keep text selectable */
}

.ahp-pro-new-des-add-wrapper {
    max-width: 850px;
    margin: auto;
}

.ahp-pro-new-des-add-heading {
    /*             text-align: center; */
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #111;
}

.ahp-pro-new-des-add-box {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: 0.3s ease;
}

.ahp-pro-new-des-add-question {
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: #e8f2ff;
}

/* 🔥 Modern Icon */
.ahp-pro-new-des-add-icon {
    position: relative;
    width: 22px;
    height: 22px;
}

.ahp-pro-new-des-add-icon::before,
.ahp-pro-new-des-add-icon::after {
    content: "";
    position: absolute;
    background: #222;
    transition: 0.3s ease;
}

/* horizontal line */
.ahp-pro-new-des-add-icon::before {
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* vertical line */
.ahp-pro-new-des-add-icon::after {
    width: 2px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* When active -> minus */
.ahp-pro-new-des-add-box.active .ahp-pro-new-des-add-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

/* Answer */
.ahp-pro-new-des-add-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0 22px;
}

.ahp-pro-new-des-add-answer p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #555;
    padding-bottom: 18px;
}

/* Active */
.ahp-pro-new-des-add-box.active .ahp-pro-new-des-add-answer {
    max-height: 500px;
    /*             padding-top: 6px; */
    margin: 15px;
}

/* Responsive */
@media (max-width:768px) {
    .ahp-pro-new-des-add-heading {
        font-size: 22px;
    }

    .ahp-pro-new-des-add-question {
        font-size: 15px;
    }
}

.ahp-pro-new-des-add-heading {
    margin-bottom: 15px !important;
}

.post-updated-info {
    position: relative;
}

.post-updated-info {
    background: #e8e8e8;
    padding: 20px 24px;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.post-updated-info span {
    display: block;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 12px;
}

.post-updated-info span i.fas {
    color: #4A90E2;
    margin-right: 8px;
}

.post-updated-info span a {
    color: #0e589b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.post-updated-info p {
    font-size: 15px;
    color: #000000;
    font-style: italic;
    margin: 0;
    line-height: 1.6;
}

.d-none{
display: none !important;
}

/*old css end*/