/* ===== HOMEPAGE V2 ===== */
#hp2 { --blue: #0083c4; --blue-dark: #006199; --blue-light: #e8f4fa; --dark: #111827; --gray: #6b7280; --gray-light: #f3f4f6; --radius: 12px; }
#hp2 *, #hp2 *::before, #hp2 *::after { box-sizing: border-box; }
#hp2 img { max-width: 100%; height: auto; }
.hp2-container { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.hp2-section { padding: 80px 0; }
.hp2-section-head { text-align: center; max-width: 600px; margin: 0 auto 48px; }
.hp2-section-head h2 { font-size: 32px; font-weight: 700; color: var(--dark); margin: 0 0 12px; line-height: 1.2; }
.hp2-section-head p { font-size: 17px; color: var(--gray); margin: 0; line-height: 1.6; }

/* --- Buttons --- */
.hp2-btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 32px; border-radius: 8px; font-size: 15px; font-weight: 600; text-decoration: none; transition: all 0.2s; border: 2px solid transparent; cursor: pointer; }
.hp2-btn-primary { background: var(--blue); color: #fff; border-color: var(--blue); }
.hp2-btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: #fff; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,131,196,0.3); }
.hp2-btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.hp2-btn-outline:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.1); }
.hp2-btn-white { background: #fff; color: var(--blue); border-color: #fff; }
.hp2-btn-white:hover { background: rgba(255,255,255,0.9); color: var(--blue-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,0,0,0.15); }
.hp2-btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.3); }
.hp2-btn-ghost:hover { border-color: #fff; color: #fff; }

/* --- Hero --- */
.hp2-hero { position: relative; padding: 80px 0 60px; overflow: hidden; }
.hp2-hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #0a1628 0%, #0c2d4a 40%, #0083c4 100%); z-index: 0; }
.hp2-hero-bg::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 20%, rgba(0,131,196,0.15) 0%, transparent 60%); }
.hp2-hero .hp2-container { position: relative; z-index: 1; }
.hp2-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hp2-hero-content { max-width: 520px; }
.hp2-hero-badge { display: inline-block; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.9); font-size: 13px; font-weight: 500; padding: 6px 16px; border-radius: 50px; margin-bottom: 24px; backdrop-filter: blur(4px); }
.hp2-hero h1 { font-size: 44px; font-weight: 800; color: #fff; line-height: 1.1; margin: 0 0 20px; letter-spacing: -0.5px; }
.hp2-hero h1 span { background: linear-gradient(135deg, #4db8e8, #90d5f0); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hp2-hero-sub { font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.7); margin: 0; }

/* --- Hero Form Override --- */
.hp2-hero-form { background: rgba(255,255,255,0.07); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 32px 28px 24px; }

.hp2-hero-form #awfr_container { padding: 0 !important; z-index: 1; }
.hp2-hero-form #awfr_container .row { display: flex; flex-direction: column; gap: 0; margin: 0; }
.hp2-hero-form #awfr_container #awfr_header_row { margin-bottom: 20px; text-align: left; }
.hp2-hero-form #awfr_container #awfr_msg { background: none !important; padding: 0 !important; font-size: 20px !important; font-weight: 700; color: #fff; border-radius: 0; margin: 0 !important; display: block; }
.hp2-hero-form #awfr_container .form-group { flex: none; max-width: 100%; padding: 0; margin-bottom: 12px; }
.hp2-hero-form #awfr_container .visible { color: rgba(255,255,255,0.8); padding: 0; font-size: 13px; font-weight: 500; letter-spacing: 0.3px; animation: none !important; }
.hp2-hero-form .select-wrapper { max-width: 100% !important; margin-top: 6px; padding-bottom: 0 !important; }
.hp2-hero-form .select-wrapper::after { color: var(--blue); right: 12px; }
.hp2-hero-form #awfr_container select { width: 100% !important; padding: 12px 16px; border-radius: 8px; font-size: 14px; font-weight: 500; background: rgba(255,255,255,0.95) !important; box-shadow: none !important; animation: none !important; border: 2px solid transparent; transition: border-color 0.2s; }
.hp2-hero-form #awfr_container select:focus:not(:disabled) { border-color: var(--blue); outline: none; box-shadow: 0 0 0 3px rgba(0,131,196,0.2) !important; transform: none !important; animation: none !important; }
.hp2-hero-form #awfr_container select:hover:not(:disabled) { animation: none !important; transform: none !important; background: #fff !important; border-color: rgba(0,131,196,0.4); }
.hp2-hero-form #awfr_container select:disabled { background: rgba(255,255,255,0.5) !important; animation: none !important; }
.hp2-hero-form #awfr_container #awfr_submit_row { text-align: left; padding: 0; margin-top: 16px; }
.hp2-hero-form #awfr_container a#awfr_submit { background: #4CAF50 !important; color: #fff !important; padding: 12px 28px; border-radius: 8px; font-size: 15px; font-weight: 600; opacity: 1 !important; transition: all 0.2s; width: 100%; text-align: center; }
.hp2-hero-form #awfr_container a#awfr_submit:hover { background: #43a047 !important; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(76,175,80,0.3); }

/* Hide trustindex widget inside hero form */
.hp2-hero-form .ti-widget,
.hp2-hero-form [data-widget-id],
.hp2-hero-form .trustindex-widget { display: none !important; }

/* Checkmark position fix */
.hp2-hero-form .awfr-checkmark { right: 36px; }

/* --- Trust Bar --- */
.hp2-trust-bar { background: #fff; border-bottom: 1px solid #e5e7eb; padding: 0; }
.hp2-trust-items { display: grid; grid-template-columns: repeat(4, 1fr); }
.hp2-trust-item { display: flex; align-items: center; gap: 12px; padding: 24px 20px; border-right: 1px solid #e5e7eb; }
.hp2-trust-item:last-child { border-right: none; }
.hp2-trust-item svg { width: 28px; height: 28px; color: var(--blue); flex-shrink: 0; stroke-linecap: round; stroke-linejoin: round; }
.hp2-trust-item strong { display: block; font-size: 15px; font-weight: 700; color: var(--dark); }
.hp2-trust-item span { font-size: 13px; color: var(--gray); }

/* --- Steps --- */
.hp2-steps { background: var(--gray-light); }
.hp2-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; }
.hp2-steps-grid::before { content: ''; position: absolute; top: 52px; left: 16.66%; right: 16.66%; height: 2px; background: var(--blue); opacity: 0.15; z-index: 0; }
.hp2-step { text-align: center; position: relative; z-index: 1; }
.hp2-step-num { width: 28px; height: 28px; background: var(--blue); color: #fff; border-radius: 50%; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.hp2-step-icon { width: 56px; height: 56px; background: #fff; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.hp2-step-icon svg { width: 26px; height: 26px; color: var(--blue); stroke-linecap: round; stroke-linejoin: round; }
.hp2-step h3 { font-size: 18px; font-weight: 700; color: var(--dark); margin: 0 0 8px; }
.hp2-step p { font-size: 14px; color: var(--gray); line-height: 1.6; margin: 0; max-width: 280px; margin-inline: auto; }
.hp2-steps-cta { text-align: center; margin-top: 40px; }

/* --- Brands --- */
.hp2-brands { background: #fff; }
.hp2-brands-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hp2-brand { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 24px 16px; background: var(--gray-light); border-radius: var(--radius); text-decoration: none; transition: all 0.2s; border: 1.5px solid transparent; }
.hp2-brand:hover { border-color: var(--blue); background: var(--blue-light); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.06); }
.hp2-brand img { width: 48px; height: 48px; object-fit: contain; }
.hp2-brand span { font-size: 14px; font-weight: 600; color: var(--dark); }
.hp2-brands-more { text-align: center; margin-top: 24px; }
.hp2-link { color: var(--blue); font-size: 15px; font-weight: 600; text-decoration: none; }
.hp2-link:hover { text-decoration: underline; color: var(--blue); }

/* --- Why Us --- */
.hp2-why { background: var(--gray-light); }
.hp2-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hp2-why-card { background: #fff; border-radius: var(--radius); padding: 32px 24px; transition: all 0.2s; border: 1px solid #e5e7eb; }
.hp2-why-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); border-color: transparent; }
.hp2-why-icon { width: 44px; height: 44px; background: var(--blue-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.hp2-why-icon svg { width: 22px; height: 22px; color: var(--blue); stroke-linecap: round; stroke-linejoin: round; }
.hp2-why-card h3 { font-size: 17px; font-weight: 700; color: var(--dark); margin: 0 0 8px; }
.hp2-why-card p { font-size: 14px; color: var(--gray); line-height: 1.6; margin: 0; }

/* --- About --- */
.hp2-about { background: #fff; }
.hp2-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hp2-about-img img { border-radius: var(--radius); width: 100%; object-fit: cover; }
.hp2-about-text h2 { font-size: 30px; font-weight: 700; color: var(--dark); margin: 0 0 16px; line-height: 1.2; }
.hp2-about-text p { font-size: 15px; color: var(--gray); line-height: 1.7; margin: 0 0 16px; }
.hp2-about-stats { display: flex; gap: 32px; margin-top: 28px; padding-top: 24px; border-top: 1px solid #e5e7eb; }
.hp2-stat strong { display: block; font-size: 28px; font-weight: 800; color: var(--blue); }
.hp2-stat span { font-size: 13px; color: var(--gray); font-weight: 500; }

/* --- Services --- */
.hp2-services { background: var(--gray-light); }
.hp2-services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.hp2-service-card { display: flex; flex-direction: column; align-items: center; gap: 12px; background: #fff; border-radius: var(--radius); padding: 28px 16px; text-align: center; border: 1px solid #e5e7eb; transition: all 0.2s; }
.hp2-service-card:hover { border-color: var(--blue); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.06); }
.hp2-service-card svg { width: 32px; height: 32px; color: var(--blue); stroke-linecap: round; stroke-linejoin: round; }
.hp2-service-card h4 { font-size: 14px; font-weight: 600; color: var(--dark); margin: 0; }

/* --- CTA --- */
.hp2-cta { background: linear-gradient(135deg, #0a1628 0%, #0083c4 100%); padding: 80px 0; text-align: center; }
.hp2-cta h2 { font-size: 36px; font-weight: 800; color: #fff; margin: 0 0 12px; }
.hp2-cta p { font-size: 17px; color: rgba(255,255,255,0.7); margin: 0 0 32px; }
.hp2-cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* --- Reveal Animation --- */
.hp2-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.5s ease, transform 0.5s ease; }
.hp2-reveal.hp2-visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .hp2-hero-inner { grid-template-columns: 1fr; gap: 32px; }
    .hp2-hero-content { max-width: 100%; }
    .hp2-hero h1 { font-size: 36px; }
    .hp2-hero-form { max-width: 520px; }
    .hp2-trust-items { grid-template-columns: repeat(2, 1fr); }
    .hp2-trust-item:nth-child(2) { border-right: none; }
    .hp2-why-grid { grid-template-columns: repeat(2, 1fr); }
    .hp2-services-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .hp2-section { padding: 56px 0; }
    .hp2-section-head { margin-bottom: 32px; }
    .hp2-section-head h2 { font-size: 26px; }
    .hp2-section-head p { font-size: 15px; }
    .hp2-hero { padding: 56px 0 40px; }
    .hp2-hero h1 { font-size: 30px; }
    .hp2-hero-sub { font-size: 14px; }
    .hp2-hero-form { padding: 24px 20px 20px; }
    .hp2-trust-items { grid-template-columns: 1fr 1fr; }
    .hp2-trust-item { padding: 16px 12px; gap: 8px; }
    .hp2-trust-item svg { width: 22px; height: 22px; }
    .hp2-trust-item strong { font-size: 13px; }
    .hp2-trust-item span { font-size: 11px; }
    .hp2-steps-grid { grid-template-columns: 1fr; gap: 24px; }
    .hp2-steps-grid::before { display: none; }
    .hp2-brands-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .hp2-why-grid { grid-template-columns: 1fr; gap: 12px; }
    .hp2-about-grid { grid-template-columns: 1fr; gap: 32px; }
    .hp2-services-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .hp2-service-card { padding: 20px 10px; }
    .hp2-service-card svg { width: 26px; height: 26px; }
    .hp2-cta h2 { font-size: 28px; }
    .hp2-about-stats { gap: 20px; }
    .hp2-stat strong { font-size: 22px; }
}
@media (max-width: 480px) {
    .hp2-trust-items { grid-template-columns: 1fr; }
    .hp2-trust-item { border-right: none; border-bottom: 1px solid #e5e7eb; }
    .hp2-trust-item:last-child { border-bottom: none; }
    .hp2-services-grid { grid-template-columns: repeat(2, 1fr); }
}

.hp2-reviews-widget .ti-review-item .ti-inner:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06) !important;
    border-color: transparent !important;
}

/* Profile header */
.hp2-reviews-widget .ti-review-header {
    margin-bottom: 12px !important;
}
.hp2-reviews-widget .ti-profile-details .ti-name {
    font-weight: 600 !important;
    color: var(--dark) !important;
    font-size: 14px !important;
}
.hp2-reviews-widget .ti-profile-details .ti-date {
    color: var(--gray) !important;
    font-size: 12px !important;
}

/* Stars */
.hp2-reviews-widget .ti-stars {
    margin-bottom: 8px !important;
}

/* Review text */
.hp2-reviews-widget .ti-review-text-container {
    color: var(--gray) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* Read more link */
.hp2-reviews-widget .ti-read-more {
    color: var(--blue) !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

/* Navigation controls */
.hp2-reviews-widget .ti-controls .ti-next,
.hp2-reviews-widget .ti-controls .ti-prev {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    width: 40px !important;
    height: 40px !important;
    transition: all 0.2s !important;
}
.hp2-reviews-widget .ti-controls .ti-next:hover,
.hp2-reviews-widget .ti-controls .ti-prev:hover {
    border-color: var(--blue) !important;
    box-shadow: 0 4px 12px rgba(0,131,196,0.15) !important;
}

/* Dots */
.hp2-reviews-widget .ti-controls-line .dot {
    background: #d1d5db !important;
    opacity: 1 !important;
}
.hp2-reviews-widget .ti-controls-line .dot.active {
    background: var(--blue) !important;
}

/* Verified badge */
.hp2-reviews-widget .ti-verified-by {
    margin-top: 20px !important;
    font-size: 12px !important;
    color: var(--gray) !important;
}

/* Drop shadow set override */
.hp2-reviews-widget .ti-widget[data-set-id="drop-shadow"] .ti-review-item .ti-inner {
    box-shadow: none !important;
}

/* --- Hero Reviews / Trustindex Widget Override --- */
.hp2-hero-reviews {
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

/* Container reset */
.hp2-hero-reviews .ti-widget {
    font-family: inherit !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Review cards - glassmorphism on dark bg */
.hp2-hero-reviews .ti-review-item .ti-inner {
    background: rgba(255,255,255,0.08) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: var(--radius) !important;
    padding: 20px !important;
    box-shadow: none !important;
    transition: all 0.2s !important;
}
.hp2-hero-reviews .ti-review-item .ti-inner:hover {
    background: rgba(255,255,255,0.12) !important;
    border-color: rgba(255,255,255,0.2) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
}

/* Profile header */
.hp2-hero-reviews .ti-review-header {
    margin-bottom: 10px !important;
}
.hp2-hero-reviews .ti-profile-details .ti-name {
    font-weight: 600 !important;
    color: #fff !important;
    font-size: 14px !important;
}
.hp2-hero-reviews .ti-profile-details .ti-date {
    color: rgba(255,255,255,0.5) !important;
    font-size: 12px !important;
}

/* Stars */
.hp2-hero-reviews .ti-stars {
    margin-bottom: 8px !important;
}

/* Review text */
.hp2-hero-reviews .ti-review-text-container {
    color: rgba(255,255,255,0.7) !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
}

/* Read more link */
.hp2-hero-reviews .ti-read-more {
    color: #90d5f0 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

/* Navigation controls */
.hp2-hero-reviews .ti-controls .ti-next,
.hp2-hero-reviews .ti-controls .ti-prev {
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    width: 36px !important;
    height: 36px !important;
    transition: all 0.2s !important;
}
.hp2-hero-reviews .ti-controls .ti-next:hover,
.hp2-hero-reviews .ti-controls .ti-prev:hover {
    background: rgba(255,255,255,0.2) !important;
    border-color: rgba(255,255,255,0.4) !important;
}
.hp2-hero-reviews .ti-controls .ti-next::after,
.hp2-hero-reviews .ti-controls .ti-prev::after {
    color: #fff !important;
}

/* Dots */
.hp2-hero-reviews .ti-controls-line .dot {
    background: rgba(255,255,255,0.25) !important;
    opacity: 1 !important;
}
.hp2-hero-reviews .ti-controls-line .dot.active {
    background: #fff !important;
}

/* Verified badge */
.hp2-hero-reviews .ti-verified-by {
    margin-top: 16px !important;
    font-size: 12px !important;
    color: rgba(255,255,255,0.4) !important;
}
.hp2-hero-reviews .ti-verified-by a {
    color: rgba(255,255,255,0.5) !important;
}

/* Drop shadow set override */
.hp2-hero-reviews .ti-widget[data-set-id="drop-shadow"] .ti-review-item .ti-inner {
    box-shadow: none !important;
}

/* Mobile */
@media (max-width: 768px) {
    .hp2-hero-reviews {
        margin-top: 28px;
    }
}

/* Fix: Review text visibility on light card backgrounds */
.hp2-hero-reviews .ti-review-item .ti-name {
    color: #111827 !important;
}
.hp2-hero-reviews .ti-review-item .ti-date {
    color: #6b7280 !important;
}
.hp2-hero-reviews .ti-review-item .ti-review-text-container,
.hp2-hero-reviews .ti-review-item .ti-review-content {
    color: #444 !important;
}
.hp2-hero-reviews .ti-review-item .ti-read-more {
    color: #0083c4 !important;
}

/* ===== CUSTOM HEADER V2 ===== */
.hp2-topbar {
    background: linear-gradient(135deg, #0a1628 0%, #0c2d4a 40%);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hp2-topbar-items {
    display: flex;
    justify-content: center;
    gap: 32px;
    padding: 9px 0;
}
.hp2-topbar-items span,
.hp2-topbar-items a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
}
.hp2-topbar-items a:hover { color: #fff; }
.hp2-topbar-items svg { opacity: 0.5; }

.hp2-header {
    background: linear-gradient(135deg, #0c2d4a 0%, #0a1628 100%);
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hp2-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.hp2-logo img {
    height: 36px;
    width: auto;
    filter: brightness(10);
}
.hp2-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}
.hp2-nav-list {
    display: flex;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.hp2-nav-list li { margin: 0; padding: 0; }
.hp2-nav-list li a {
    display: block;
    padding: 8px 16px;
    color: rgba(255,255,255,0.75) !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s;
}
.hp2-nav-list li a:hover,
.hp2-nav-list li.current-menu-item a {
    color: #fff !important;
    background: rgba(255,255,255,0.08);
}
.hp2-header-actions {
    display: flex;
    align-items: center;
    gap: 4px;
}
.hp2-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: all 0.2s;
}
.hp2-header-icon:hover {
    color: #fff;
    background: rgba(255,255,255,0.08);
}
.hp2-cart { position: relative; }
.hp2-cart[data-count]:not([data-count="0"])::after {
    content: attr(data-count);
    position: absolute;
    top: 4px; right: 4px;
    width: 16px; height: 16px;
    background: #4CAF50;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hp2-mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: rgba(255,255,255,0.7);
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.2s;
}
.hp2-mobile-toggle:hover {
    color: #fff;
    background: rgba(255,255,255,0.08);
}
.hp2-mobile-nav {
    display: none;
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 12px;
}
.hp2-mobile-nav.active { display: block; }
.hp2-mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hp2-mobile-nav-list li a {
    display: block;
    padding: 10px 12px;
    color: rgba(255,255,255,0.75) !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s;
}
.hp2-mobile-nav-list li a:hover {
    color: #fff !important;
    background: rgba(255,255,255,0.06);
}

@media (max-width: 980px) {
    .hp2-nav { display: none; }
    .hp2-mobile-toggle { display: flex; }
    .hp2-logo img { height: 30px; }
    .hp2-topbar-items { gap: 16px; flex-wrap: wrap; }
    .hp2-topbar-items span,
    .hp2-topbar-items a { font-size: 11px; }
}
@media (max-width: 480px) {
    .hp2-topbar-items { gap: 8px; }
}

/* ===== BODY & CONTAINER RESET — Homepage V2 ===== */
body.page-template-page-template-homepage-v2-php {
    margin: 0 !important;
    padding: 0 !important;
    background: #0a1628 !important;
}
body.page-template-page-template-homepage-v2-php #page-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
    background: transparent !important;
}
body.page-template-page-template-homepage-v2-php #et-main-area {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
/* Hide any Divi header elements that might be injected by JS */
body.page-template-page-template-homepage-v2-php #main-header,
body.page-template-page-template-homepage-v2-php #top-header {
    display: none !important;
}
