/* ================================================================
   BOOK POD HOMEPAGE — Light Gravity Design System
   Deep Navy + Minted Gold + Cloud White
   ================================================================ */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ================================================================
   ASTRA THEME OVERRIDES — Full-screen homepage takeover
   Hides all Astra chrome: header, footer, page title, sidebar,
   breadcrumbs, and removes all container width restrictions.
   Uses same selectors as dashboard CSS for maximum compatibility.
   ================================================================ */

/* Hide Astra header & navigation completely */
body:has(.bph) .ast-above-header-wrap,
body:has(.bph) .ast-below-header-wrap,
body:has(.bph) #ast-desktop-header,
body:has(.bph) #ast-mobile-header,
body:has(.bph) .ast-primary-header-bar,
body:has(.bph) header.site-header,
body:has(.bph) .site-header,
body:has(.bph) .main-header-bar-wrap,
body:has(.bph) .main-header-bar,
body:has(.bph) .ast-mobile-header-wrap,
body:has(.bph) #masthead,
body.bph-homepage-active .ast-above-header-wrap,
body.bph-homepage-active .ast-below-header-wrap,
body.bph-homepage-active #ast-desktop-header,
body.bph-homepage-active #ast-mobile-header,
body.bph-homepage-active .ast-primary-header-bar,
body.bph-homepage-active header.site-header,
body.bph-homepage-active .site-header,
body.bph-homepage-active .main-header-bar-wrap,
body.bph-homepage-active .main-header-bar,
body.bph-homepage-active .ast-mobile-header-wrap,
body.bph-homepage-active #masthead {
    display: none !important;
}

/* Hide page title / entry header */
body:has(.bph) .ast-archive-description,
body:has(.bph) .entry-header,
body:has(.bph) .page-header,
body:has(.bph) .ast-page-builder-template .entry-header,
body:has(.bph) .entry-title,
body:has(.bph) h1.entry-title,
body:has(.bph) .ast-single-post .entry-header,
body:has(.bph) .ast-breadcrumbs-wrapper,
body.bph-homepage-active .ast-archive-description,
body.bph-homepage-active .entry-header,
body.bph-homepage-active .page-header,
body.bph-homepage-active .ast-page-builder-template .entry-header,
body.bph-homepage-active .entry-title,
body.bph-homepage-active h1.entry-title,
body.bph-homepage-active .ast-single-post .entry-header,
body.bph-homepage-active .ast-breadcrumbs-wrapper {
    display: none !important;
}

/* Hide Astra footer */
body:has(.bph) .ast-footer-overlay,
body:has(.bph) .site-footer,
body:has(.bph) footer.site-footer,
body:has(.bph) .ast-small-footer,
body:has(.bph) .ast-footer-copyright,
body:has(.bph) #colophon,
body.bph-homepage-active .ast-footer-overlay,
body.bph-homepage-active .site-footer,
body.bph-homepage-active footer.site-footer,
body.bph-homepage-active .ast-small-footer,
body.bph-homepage-active .ast-footer-copyright,
body.bph-homepage-active #colophon {
    display: none !important;
}

/* Remove ALL Astra container width / margin / padding restrictions */
body:has(.bph),
body.bph-homepage-active {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    background: #ffffff !important;
}

/* Nuclear override: force EVERY element between body and .bph to be full-width */
body:has(.bph) #page,
body:has(.bph) #content,
body:has(.bph) .ast-container,
body:has(.bph) .site-content,
body:has(.bph) .ast-separate-container .ast-article-single,
body:has(.bph) .ast-separate-container .ast-article-post,
body:has(.bph) .ast-separate-container .ast-article-page,
body:has(.bph) .ast-separate-container,
body:has(.bph) .ast-plain-container,
body:has(.bph) .ast-row-container,
body:has(.bph) .ast-builder-layout-element,
body:has(.bph) .site-main,
body:has(.bph) #primary,
body:has(.bph) .content-area,
body:has(.bph) main,
body:has(.bph) main > article,
body:has(.bph) article,
body:has(.bph) .entry-content,
body:has(.bph) .ast-single-post,
body:has(.bph) .ast-narrow-container,
body:has(.bph) .page,
body:has(.bph) .type-page,
body.bph-homepage-active #page,
body.bph-homepage-active #content,
body.bph-homepage-active .ast-container,
body.bph-homepage-active .site-content,
body.bph-homepage-active .ast-separate-container .ast-article-single,
body.bph-homepage-active .ast-separate-container .ast-article-post,
body.bph-homepage-active .ast-separate-container .ast-article-page,
body.bph-homepage-active .ast-separate-container,
body.bph-homepage-active .ast-plain-container,
body.bph-homepage-active .ast-row-container,
body.bph-homepage-active .ast-builder-layout-element,
body.bph-homepage-active .site-main,
body.bph-homepage-active #primary,
body.bph-homepage-active .content-area,
body.bph-homepage-active main,
body.bph-homepage-active main > article,
body.bph-homepage-active article,
body.bph-homepage-active .entry-content,
body.bph-homepage-active .ast-single-post,
body.bph-homepage-active .ast-narrow-container,
body.bph-homepage-active .page,
body.bph-homepage-active .type-page {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    float: none !important;
}

/* Handle WP Admin Bar spacing */
body:has(.bph).admin-bar .bph-navbar,
body.bph-homepage-active.admin-bar .bph-navbar {
    top: 32px;
}

@media (max-width: 782px) {
    body:has(.bph).admin-bar .bph-navbar,
    body.bph-homepage-active.admin-bar .bph-navbar {
        top: 46px;
    }
}

/* Hide any Astra sidebar */
body:has(.bph) #secondary,
body:has(.bph) .widget-area,
body.bph-homepage-active #secondary,
body.bph-homepage-active .widget-area {
    display: none !important;
}

/* NUCLEAR: Override ANY element that is an ancestor of .bph */
/* This catches every possible Astra wrapper we might have missed */
.bph {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100vw !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
}

/* Force all Astra wrapper elements outside .bph to not constrain width */
body:has(.bph) #page [class*="ast-"]:not(.bph *),
body.bph-homepage-active #page [class*="ast-"]:not(.bph *) {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* ================================================================
   BASE RESET
   ================================================================ */

/* --- Reset --- */
.bph *, .bph *::before, .bph *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.bph {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1e293b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    overflow-x: hidden;
    background: #ffffff !important;
}

.bph img {
    max-width: 100%;
    height: auto;
    display: block;
}

.bph a {
    text-decoration: none !important;
    color: inherit;
}

.bph a:hover,
.bph a:focus,
.bph a:active,
.bph a:visited {
    text-decoration: none !important;
}

/* --- Containers --- */
.bph-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

.bph-section {
    padding: 100px 0;
    background: #ffffff;
}

.bph-section.alt-bg {
    background: #f8fafc;
}

/* --- Typography --- */
.bph-eyebrow {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #e5ac00;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bph-eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, #ffc107, #e5ac00);
    display: inline-block;
}

.bph-heading {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.bph-subtext {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 600px;
    line-height: 1.7;
}

.bph-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.bph-section-header .bph-eyebrow {
    justify-content: center;
}

.bph-section-header .bph-eyebrow::before {
    display: none;
}

.bph-section-header .bph-subtext {
    margin: 0 auto;
}

/* ================================================================
   NAVIGATION
   ================================================================ */
.bph-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 18px 0;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bph-navbar.scrolled {
    background: rgba(12, 26, 46, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    padding: 10px 0;
}

.bph-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bph-logo img {
    height: 38px;
}

.bph-nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
}

.bph-nav-links a {
    font-size: 0.92rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.2s;
    text-decoration: none !important;
    border-bottom: none !important;
}

.bph-navbar.scrolled .bph-nav-links a {
    color: rgba(255, 255, 255, 0.85);
}

.bph-nav-links a:hover {
    color: #ffc107;
}

.bph-nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: linear-gradient(135deg, #ffc107, #e5ac00);
    color: #1a3a6c !important;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 99px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(255, 193, 7, 0.3);
}

.bph-nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 193, 7, 0.4);
    color: #1a3a6c !important;
}

/* Mobile Menu Toggle */
.bph-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

.bph-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
    border-radius: 99px;
}

.bph-navbar.scrolled .bph-menu-toggle span {
    background: #1e293b;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.bph-hero {
    position: relative;
    padding: 140px 0 80px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0c1a2e 0%, #1a3a6c 40%, #2d5aa0 100%);
    overflow: hidden;
    padding-top: 80px;
}

/* Decorative Orbs */
.bph-hero::before {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    top: -250px;
    right: -150px;
    pointer-events: none;
}

.bph-hero::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.07) 0%, transparent 70%);
    bottom: -150px;
    left: -100px;
    pointer-events: none;
}

.bph-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.bph-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 193, 7, 0.12);
    border: 1px solid rgba(255, 193, 7, 0.25);
    border-radius: 99px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #ffc107;
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
}

.bph-hero-text h1 {
    font-size: 3.25rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.bph-hero-text h1 .gold {
    background: linear-gradient(135deg, #ffc107, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bph-hero-text p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 520px;
}

.bph-hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.bph-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #ffc107, #e5ac00);
    color: #1a3a6c;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 99px;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.35);
}

.bph-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.45);
    color: #1a3a6c;
}

.bph-btn-primary svg {
    flex-shrink: 0;
}

.bph-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: transparent;
    color: #ffc107 !important;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 99px;
    border: 2px solid #ffc107;
    cursor: pointer;
    transition: all 0.3s;
    backdrop-filter: blur(8px);
    text-decoration: none !important;
}

.bph-btn-secondary:hover {
    background: rgba(255, 193, 7, 0.15);
    border-color: #ffffff;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.2);
}

/* ================================================================
   CINEMATIC HERO VISUAL
   High-end industrial printer image with background blending
   ================================================================ */
.bph-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    perspective: 1200px;
}

.bph-hero-glow {
    position: absolute;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.12) 0%, rgba(45, 90, 160, 0.05) 50%, transparent 80%);
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    animation: glowPulse 8s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.1); }
}

.bph-industrial-printer {
    position: relative;
    z-index: 1;
    max-width: 35%;
    height: auto;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    
    /* Blending: fade edges into the background */
    mask-image: radial-gradient(circle at center, black 65%, transparent 98%);
    -webkit-mask-image: radial-gradient(circle at center, black 65%, transparent 98%);
    
    /* Depth and Presence */
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5));
    animation: focalBreathe 6s ease-in-out infinite;
    
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.bph-industrial-printer:hover {
    transform: scale(1.02) rotateY(-5deg);
}

@keyframes focalBreathe {
    0%, 100% { transform: translateY(0) scale(1); filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5)); }
    50% { transform: translateY(-15px) scale(1.015); filter: drop-shadow(0 50px 80px rgba(0, 0, 0, 0.6)); }
}

/* Floor Shadow below the printer */
.bph-hero-visual::after {
    content: '';
    position: absolute;
    bottom: 20px;
    width: 60%;
    height: 40px;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.4) 0%, transparent 70%);
    filter: blur(10px);
    z-index: 0;
}
    }
    15% {
        bottom: 82px;
        opacity: 1;
        transform: translateX(-50%) scale(0.85);
    }
    35% {
        bottom: 50px;
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
    55% {
        bottom: 30px;
        opacity: 1;
        transform: translateX(-50%) translateX(-20px) rotate(-5deg) scale(1);
    }
    75% {
        bottom: 15px;
        opacity: 0.9;
        transform: translateX(-50%) translateX(-40px) rotate(-3deg) scale(1);
    }
    100% {
        bottom: 10px;
        opacity: 0;
        transform: translateX(-50%) translateX(-60px) rotate(0deg) scale(1);
    }
}

/* --- Printed Book Stack (output tray) --- */
.bph-book-stack {
    position: absolute;
    bottom: 52px;
    left: 26px;
}

.bph-book-stack-item {
    width: 52px;
    height: 10px;
    border-radius: 1px 3px 3px 1px;
    margin-bottom: 1px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.bph-book-stack-item:nth-child(1) {
    background: linear-gradient(90deg, rgba(255,193,7,0.9), rgba(229,172,0,0.9));
    width: 50px;
}

.bph-book-stack-item:nth-child(2) {
    background: linear-gradient(90deg, rgba(74,127,209,0.9), rgba(45,90,160,0.9));
    width: 54px;
}

.bph-book-stack-item:nth-child(3) {
    background: linear-gradient(90deg, rgba(245,158,11,0.9), rgba(217,119,6,0.9));
    width: 48px;
}

.bph-book-stack-item:nth-child(4) {
    background: linear-gradient(90deg, rgba(34,197,94,0.7), rgba(22,163,74,0.8));
    width: 52px;
}

/* --- Machine Stand / Legs --- */
.bph-press-stand {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    display: flex;
    justify-content: space-between;
}

.bph-press-leg {
    width: 8px;
    height: 58px;
    background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
    border-radius: 0 0 4px 4px;
    border: 1px solid rgba(255,255,255,0.08);
    border-top: none;
}

/* --- Floor shadow --- */
.bph-press-shadow {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 12px;
    background: radial-gradient(ellipse, rgba(0,0,0,0.25) 0%, transparent 70%);
    border-radius: 50%;
}

/* --- Machine vibration --- */
.bph-press-body {
    animation: machineVibrate 0.15s linear infinite;
}

@keyframes machineVibrate {
    0%, 100% { transform: translateX(-50%) translate(0, 0); }
    25% { transform: translateX(-50%) translate(0.5px, -0.3px); }
    50% { transform: translateX(-50%) translate(-0.3px, 0.5px); }
    75% { transform: translateX(-50%) translate(0.5px, 0.3px); }
}

/* ================================================================
   TRUST BAR
   ================================================================ */
.bph-trust-bar {
    background: #ffffff !important;
    padding: 48px 0;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
    z-index: 5;
}

.bph-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.bph-trust-item {
    padding: 20px 16px;
}

.bph-trust-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255, 193, 7, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.bph-trust-number {
    font-size: 2.25rem;
    font-weight: 800;
    color: #1a3a6c;
    line-height: 1;
    margin-bottom: 6px;
}

.bph-trust-label {
    font-size: 0.88rem;
    color: #64748b;
    font-weight: 500;
}

/* ================================================================
   PRINTING COST CALCULATOR
   ================================================================ */
.bph-calculator {
    background: linear-gradient(135deg, #0c1a2e 0%, #1a3a6c 50%, #2d5aa0 100%) !important;
    position: relative;
    overflow: hidden;
}

.bph-calculator::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.06) 0%, transparent 70%);
    top: -200px;
    right: -100px;
    pointer-events: none;
}

.bph-calculator .bph-heading {
    color: #ffffff;
}

.bph-calculator .bph-subtext {
    color: rgba(255, 255, 255, 0.65);
}

.bph-calculator .bph-eyebrow {
    color: #ffc107;
}

.bph-calc-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    align-items: start;
    position: relative;
    z-index: 2;
}

.bph-calc-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.bph-calc-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bph-calc-group.full-width {
    grid-column: 1 / -1;
}

.bph-calc-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bph-calc-select,
.bph-calc-input {
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #ffffff;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.2s;
    appearance: none;
    -webkit-appearance: none;
    min-height: 52px;
    line-height: normal;
}

.bph-calc-input {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.bph-calc-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 40px;
    cursor: pointer;
}

.bph-calc-select option {
    background: #1a3a6c;
    color: #ffffff;
}

.bph-calc-select:focus,
.bph-calc-input:focus {
    outline: none;
    border-color: #ffc107 !important;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.2);
    background: rgba(12, 26, 46, 1) !important;
    color: #ffffff !important;
}

/* Ensure autocomplete and browser defaults don't turn text dark */
.bph-calc-input:-webkit-autofill,
.bph-calc-input:-webkit-autofill:hover, 
.bph-calc-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px #0c1a2e inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Range Slider */
.bph-range-wrap {
    position: relative;
}

.bph-range-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffc107;
    margin-bottom: 8px;
}

.bph-range-input {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.15);
    outline: none;
}

.bph-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffc107;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(255, 193, 7, 0.5);
    transition: transform 0.15s;
    border: 3px solid #ffffff;
}

.bph-range-input::-webkit-slider-thumb:hover {
    transform: scale(1.15);
}

.bph-range-input::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffc107;
    cursor: pointer;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 10px rgba(255, 193, 7, 0.5);
}

.bph-range-minmax {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px;
}

/* Discount Badges */
.bph-discount-badge-container {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 10px;
}

.bph-discount-badge {
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    transition: all 0.3s;
}

.bph-discount-badge strong {
    color: inherit;
    display: block;
    font-size: 0.85rem;
}

.bph-discount-badge.active {
    background: rgba(255, 193, 7, 0.12);
    border-color: #ffc107;
    color: #ffc107;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.15);
}

.bph-discount-badge.highlight {
    border-style: dashed;
}

.bph-discount-badge.highlight.active {
    border-style: solid;
}

/* Result Card */
.bph-calc-result {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    position: sticky;
    top: 100px;
}

.bph-calc-result h3 {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bph-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.92rem;
}

.bph-price-row .label {
    color: rgba(255, 255, 255, 0.6);
}

.bph-price-row .value {
    color: #ffffff;
    font-weight: 600;
}

.bph-price-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
    margin-top: 8px;
}

.bph-price-total .label {
    font-size: 0.92rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.bph-price-total .value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffc107;
    text-align: right;
}

.bph-per-copy {
    text-align: right;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 4px;
}

.bph-calc-cta {
    margin-top: 24px;
    width: 100%;
    padding: 14px;
    text-align: center;
    justify-content: center;
}

/* ================================================================
   SERVICES
   ================================================================ */
.bph-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.bph-service-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 36px 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bph-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1a3a6c, #4a7fd1);
    transition: height 0.3s;
}

.bph-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(26, 58, 108, 0.12);
    border-color: transparent;
}

.bph-service-card:hover::before {
    height: 5px;
}

.bph-service-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(26, 58, 108, 0.08), rgba(45, 90, 160, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #1a3a6c;
    transition: all 0.3s;
}

.bph-service-card:hover .bph-service-icon {
    background: linear-gradient(135deg, #1a3a6c, #2d5aa0);
    color: #ffffff;
}

.bph-service-card:hover .bph-service-icon svg {
    stroke: #ffffff;
}

.bph-service-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.bph-service-card p {
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 20px;
}

.bph-service-link {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1a3a6c;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s, color 0.2s;
}

.bph-service-link:hover {
    gap: 10px;
    color: #e5ac00;
}

/* ================================================================
   HOW IT WORKS
   ================================================================ */
.bph-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}

/* Connecting Line */
.bph-steps-grid::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 80px;
    right: 80px;
    height: 2px;
    background: linear-gradient(90deg, #1a3a6c, #4a7fd1, #1a3a6c);
    opacity: 0.2;
    z-index: 0;
}

.bph-step {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 16px;
}

.bph-step-num {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a3a6c, #2d5aa0);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 24px rgba(26, 58, 108, 0.25);
    transition: all 0.3s;
}

.bph-step:hover .bph-step-num {
    transform: scale(1.08);
    box-shadow: 0 10px 30px rgba(26, 58, 108, 0.35);
}

.bph-step-num svg {
    stroke: #ffffff;
}

.bph-step h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.bph-step p {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.6;
}

/* ================================================================
   BINDING OPTIONS
   ================================================================ */
.bph-binding-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.bph-binding-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bph-binding-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.bph-binding-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: #f1f5f9;
    transition: transform 0.5s;
}

.bph-binding-card:hover .bph-binding-img {
    transform: scale(1.04);
}

.bph-binding-body {
    padding: 24px;
}

.bph-binding-body h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.bph-binding-body p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
}

/* ================================================================
   GALLERY — Modern Showcase Grid
   ================================================================ */
.bph-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 14px;
}

/* Make select items span two rows for visual variety */
.bph-gallery-item:nth-child(1),
.bph-gallery-item:nth-child(5),
.bph-gallery-item:nth-child(9) {
    grid-row: span 2;
}

.bph-gallery-item {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: linear-gradient(135deg, #1a3a6c 0%, #0c1a2e 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bph-gallery-item:hover {
    border-color: rgba(255, 193, 7, 0.3);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 193, 7, 0.15);
    transform: translateY(-4px);
}

.bph-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s;
}

.bph-gallery-item:hover img {
    transform: scale(1.08);
    filter: brightness(1.05);
}

.bph-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(12, 26, 46, 0.75) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s;
    color: #ffffff;
}

.bph-gallery-item:hover .bph-gallery-overlay {
    opacity: 1;
}

@media (max-width: 768px) {
    .bph-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
    }
    .bph-gallery-item:nth-child(1),
    .bph-gallery-item:nth-child(5),
    .bph-gallery-item:nth-child(9) {
        grid-row: span 1;
    }
}

.bph-gallery-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}

/* ================================================================
   WHY CHOOSE US
   ================================================================ */
.bph-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.bph-feature {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bph-feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(26, 58, 108, 0.1);
    border-color: transparent;
}

.bph-feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(26, 58, 108, 0.06), rgba(74, 127, 209, 0.04));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    color: #1a3a6c;
    transition: all 0.3s;
}

.bph-feature:hover .bph-feature-icon {
    background: linear-gradient(135deg, #1a3a6c, #2d5aa0);
    color: #ffffff;
}

.bph-feature:hover .bph-feature-icon svg {
    stroke: #ffffff;
}

.bph-feature h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.bph-feature p {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.6;
}

/* ================================================================
   TESTIMONIALS
   ================================================================ */
.bph-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.bph-testimonial {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    position: relative;
    transition: all 0.3s;
}

.bph-testimonial:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.bph-testimonial::before {
    content: '"';
    font-size: 4rem;
    font-weight: 800;
    color: rgba(26, 58, 108, 0.06);
    position: absolute;
    top: 16px;
    left: 24px;
    line-height: 1;
    font-family: Georgia, serif;
}

.bph-testimonial p {
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
    position: relative;
    z-index: 1;
}

.bph-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bph-author-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a3a6c, #4a7fd1);
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bph-author-name {
    font-weight: 700;
    color: #0f172a;
    font-size: 0.9rem;
}

.bph-author-role {
    font-size: 0.8rem;
    color: #94a3b8;
}

.bph-stars {
    color: #ffc107;
    font-size: 0.9rem;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

/* ================================================================
   FAQ ACCORDION
   ================================================================ */
.bph-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.bph-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s;
    background: #ffffff;
}

.bph-faq-item.active {
    border-color: #1a3a6c;
    box-shadow: 0 4px 16px rgba(26, 58, 108, 0.08);
}

.bph-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    color: #0f172a;
    background: #ffffff;
    transition: background 0.2s;
    user-select: none;
}

.bph-faq-q:hover {
    background: #f8fafc;
}

.bph-faq-icon {
    width: 22px;
    height: 22px;
    transition: transform 0.3s;
    flex-shrink: 0;
    color: #94a3b8;
    margin-left: 16px;
}

.bph-faq-item.active .bph-faq-icon {
    transform: rotate(45deg);
    color: #1a3a6c;
}

.bph-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bph-faq-a-inner {
    padding: 0 24px 20px;
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.7;
}

/* ================================================================
   FINAL CTA
   ================================================================ */
.bph-final-cta {
    background: linear-gradient(135deg, #0c1a2e 0%, #1a3a6c 50%, #2d5aa0 100%) !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.bph-final-cta::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.06) 0%, transparent 70%);
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.bph-final-cta h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.bph-final-cta p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 36px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.bph-final-cta .bph-btn-primary {
    position: relative;
    z-index: 1;
}

/* ================================================================
   FOOTER
   ================================================================ */
.bph-footer {
    background: linear-gradient(180deg, #0c1a2e 0%, #091422 100%) !important;
    padding: 80px 0 0;
    color: rgba(255, 255, 255, 0.7);
}

.bph-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bph-footer-brand p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-top: 16px;
    max-width: 300px;
}

.bph-footer-brand img {
    height: 36px;
    filter: brightness(0) invert(1);
}

.bph-footer-col h4 {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #ffffff;
    margin-bottom: 20px;
}

.bph-footer-col a {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 12px;
    transition: color 0.2s;
}

.bph-footer-col a:hover {
    color: #ffc107;
}

.bph-footer-bottom {
    text-align: center;
    padding: 24px 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.4);
}

/* ================================================================
   SCROLL ANIMATIONS
   ================================================================ */
.bph-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.bph-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger children */
.bph-stagger > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.bph-stagger.visible > *:nth-child(1) { transition-delay: 0s; }
.bph-stagger.visible > *:nth-child(2) { transition-delay: 0.1s; }
.bph-stagger.visible > *:nth-child(3) { transition-delay: 0.15s; }
.bph-stagger.visible > *:nth-child(4) { transition-delay: 0.2s; }
.bph-stagger.visible > *:nth-child(5) { transition-delay: 0.25s; }
.bph-stagger.visible > *:nth-child(6) { transition-delay: 0.3s; }
.bph-stagger.visible > *:nth-child(7) { transition-delay: 0.35s; }
.bph-stagger.visible > *:nth-child(8) { transition-delay: 0.4s; }

.bph-stagger.visible > * {
    opacity: 1;
    transform: translateY(0);
}

/* ================================================================
   MOBILE RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
    .bph-hero-inner { grid-template-columns: 1fr; text-align: center; }
    .bph-hero-text p { margin-left: auto; margin-right: auto; }
    .bph-hero-btns { justify-content: center; }
    .bph-industrial-printer { max-width: 80%; margin-top: 32px; }
    .bph-hero-badge { display: inline-flex; }

    .bph-services-grid,
    .bph-binding-grid,
    .bph-features-grid,
    .bph-testimonials-grid { grid-template-columns: 1fr 1fr; }

    .bph-steps-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .bph-steps-grid::before { display: none; }

    .bph-calc-layout { grid-template-columns: 1fr; }
    .bph-calc-result { position: static; }

    .bph-gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .bph-gallery-item:nth-child(1) { grid-column: span 1; grid-row: span 1; }

    .bph-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .bph-section { padding: 64px 0; }
    .bph-heading { font-size: 1.75rem; }

    .bph-hero { min-height: auto; padding: 120px 0 60px; }
    .bph-hero-text h1 { font-size: 2.25rem; }
    .bph-industrial-printer { max-width: 85%; margin-top: 24px; }

    .bph-nav-links { display: none; }
    .bph-menu-toggle { display: flex; }

    /* Mobile nav menu */
    .bph-nav-links.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        padding: 24px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 16px 16px;
        gap: 16px;
    }

    .bph-nav-links.open a {
        color: #1e293b !important;
        font-size: 1rem;
    }

    .bph-trust-grid { grid-template-columns: 1fr 1fr; }

    .bph-services-grid,
    .bph-binding-grid,
    .bph-features-grid,
    .bph-testimonials-grid,
    .bph-steps-grid { grid-template-columns: 1fr; }

    .bph-calc-form { grid-template-columns: 1fr; }

    .bph-gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .bph-footer-grid { grid-template-columns: 1fr; gap: 32px; }

    .bph-final-cta h2 { font-size: 1.75rem; }
}

@media (max-width: 480px) {
    .bph-container { padding: 0 16px; }
    .bph-hero-text h1 { font-size: 1.85rem; }
    .bph-trust-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .bph-trust-number { font-size: 1.75rem; }
    .bph-trust-icon { width: 44px; height: 44px; border-radius: 12px; }
    .bph-trust-icon svg { width: 22px; height: 22px; }
    .bph-btn-primary, .bph-btn-secondary { width: 100%; justify-content: center; }
    .bph-hero-btns { flex-direction: column; }
    .bph-gallery-grid { grid-template-columns: 1fr; }
    .bph-gallery-item:nth-child(1) { grid-column: span 1; grid-row: span 1; }
}

/* ================================================================
   MODALS (Quote Request)
   ================================================================ */
.bph-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 26, 46, 0.85);
    backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bph-modal-overlay.active {
    display: flex !important;
    opacity: 1;
}

.bph-modal-card {
    background: #ffffff;
    width: 90%;
    max-width: 500px;
    border-radius: 24px;
    padding: 32px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bph-modal-overlay.active .bph-modal-card {
    transform: translateY(0);
}

.bph-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f1f5f9;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #64748b;
    transition: all 0.2s;
    z-index: 10;
}

.bph-modal-close:hover {
    background: #e2e8f0;
    color: #0c1a2e;
}

.bph-modal-header {
    margin-bottom: 24px;
    text-align: center;
}

.bph-modal-header h3 {
    font-size: 1.5rem;
    color: #0f172a;
    margin-bottom: 8px;
}

.bph-modal-header p {
    color: #64748b;
    font-size: 0.95rem;
}

.bph-quote-form .bph-calc-group {
    margin-bottom: 16px;
}

.bph-quote-form .bph-calc-label {
    color: #475569;
}

.bph-modal-success {
    text-align: center;
    display: none;
    padding: 20px 0;
}

.bph-modal-success svg {
    color: #22c55e;
    margin-bottom: 16px;
}

/* ================================================================
   TESTIMONIAL REVAMP (Glassmorphism)
   ================================================================ */
#testimonials {
    background: linear-gradient(135deg, #0c1a2e 0%, #1a3a6c 100%) !important;
    padding-bottom: 140px;
}

#testimonials .bph-heading {
    color: #fff;
}

#testimonials .bph-subtext {
    color: rgba(255,255,255,0.6);
}

.bph-testimonial {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 32px;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.bph-testimonial:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-8px);
    border-color: rgba(255, 193, 7, 0.4);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.bph-testimonial p {
    color: rgba(255, 255, 255, 0.85);
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 32px;
    flex-grow: 1;
}

.bph-stars {
    color: #ffc107;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-size: 0.9rem;
}

.bph-testimonial-author {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.bph-author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffc107, #e5ac00);
    color: #1a3a6c;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.bph-author-name {
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 2px;
}

.bph-author-role {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    font-weight: 500;
}

/* ================================================================
   AUTH GATE MODAL — Premium Login / Register
   ================================================================ */
.bph-auth-card {
    background: linear-gradient(160deg, #0c1a2e 0%, #1a3a6c 100%) !important;
    max-width: 440px !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 193, 7, 0.08) !important;
}

.bph-auth-card .bph-modal-close {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6);
}

.bph-auth-card .bph-modal-close:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

/* Tab Switcher */
.bph-auth-tabs {
    display: flex;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 4px;
    margin-bottom: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.bph-auth-tab {
    flex: 1;
    padding: 12px 20px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 11px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bph-auth-tab.active {
    background: linear-gradient(135deg, #ffc107, #e5ac00);
    color: #0c1a2e;
    box-shadow: 0 4px 16px rgba(255, 193, 7, 0.35);
}

.bph-auth-tab:hover:not(.active) {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.05);
}

/* Auth Panels */
.bph-auth-panel {
    display: none;
    animation: authFadeIn 0.35s ease;
}

.bph-auth-panel.active {
    display: block;
}

@keyframes authFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.bph-auth-card .bph-modal-header {
    text-align: left;
    margin-bottom: 20px;
}

.bph-auth-card .bph-modal-header h3 {
    color: #ffffff;
    font-size: 1.4rem;
}

.bph-auth-card .bph-modal-header p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.88rem;
}

/* Form Fields */
.bph-auth-field {
    margin-bottom: 18px;
}

.bph-auth-field label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.bph-auth-field input {
    width: 100%;
    padding: 13px 16px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #ffffff;
    font-size: 0.95rem;
    font-family: inherit;
    transition: all 0.25s;
    box-sizing: border-box;
}

.bph-auth-field input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.bph-auth-field input:focus {
    outline: none;
    border-color: #ffc107;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.15);
    background: rgba(12, 26, 46, 1);
}

/* Submit Button */
.bph-auth-submit {
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #ffc107 0%, #e5ac00 100%);
    color: #0c1a2e;
    font-size: 1rem;
    font-weight: 700;
    font-family: inherit;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.35);
    margin-top: 6px;
}

.bph-auth-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255, 193, 7, 0.45);
}

.bph-auth-submit.register {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(34, 197, 94, 0.3);
}

.bph-auth-submit.register:hover {
    box-shadow: 0 8px 30px rgba(34, 197, 94, 0.4);
}

/* Forgot Password Link */
.bph-auth-forgot {
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.2s;
}

.bph-auth-forgot:hover {
    color: #ffc107;
}

/* Footer Security Badge */
.bph-auth-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.35);
}

.bph-auth-footer svg {
    color: #22c55e;
    flex-shrink: 0;
}

/* Auth Error Messages */
.bph-auth-error {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 18px;
    color: #fca5a5;
    font-size: 0.88rem;
    line-height: 1.4;
    animation: authFadeIn 0.3s ease;
}

