/* bw-terms.css — extracted from inline <style> during CSS centralisation.
 * Loaded alongside bw-base.css. Cascade order: bw-base.css first,
 * this file second (page-type rules win where they overlap).
 */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; overflow-x: hidden; scroll-padding-top: 100px; }
        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background: #ffffff; color: #1a1a1a; overflow-x: hidden; }
        :root { --blue:#009CD9; --green:#3BB54A; --amber:#FDB827; --red:#EE3826; --purple:#7E3FB0; --text-dark:#1a1a1a; --text-body:#4a4a4a; --text-muted:#6b7280; --text-dim:#9ca3af; --light-alt:#f7f7f7; --line:#e6e6e6; }
        a { color: inherit; }
        img { max-width: 100%; display: block; }

        /* NAVBAR */
        .navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 0.6rem 2rem; display: flex; align-items: center; justify-content: space-between; transition: all 0.4s ease; background: rgba(15,15,15,0.95); backdrop-filter: blur(10px); }
        .navbar.scrolled { background: rgba(15,15,15,0.98); box-shadow: 0 4px 30px rgba(0,0,0,0.3); }
        .navbar-logo img { height: 56px; width: auto; }
        .nav-links { position: absolute; left: 50%; transform: translateX(-50%); display: flex; gap: 1.8rem; list-style: none; align-items: center; }
        .nav-links a { color: white; font-weight: 500; font-size: 0.95rem; padding: 0.5rem 0; transition: color 0.3s; text-decoration: none; }
        .nav-links a:hover { color: var(--amber); }
        .menu-toggle { display: none; background: none; border: none; color: white; font-size: 1.5rem; cursor: pointer; }
        .mobile-menu { display: none; position: fixed; top: 0; right: -100%; width: 80%; max-width: 300px; height: 100vh; background: #0f0f0f; z-index: 1500; padding: 5rem 2rem 2rem; transition: right 0.4s ease; box-shadow: -10px 0 30px rgba(0,0,0,0.5); }
        .mobile-menu.open { right: 0; }
        .mobile-menu a { display: block; color: white; padding: 1rem 0; font-size: 1.1rem; border-bottom: 1px solid rgba(255,255,255,0.1); text-decoration: none; }
        .mobile-menu-close { position: absolute; top: 1rem; right: 1rem; background: none; border: none; color: white; font-size: 1.5rem; cursor: pointer; }

        /* HEADER */
        .page-header { position: relative; padding: 8rem 2rem 4rem; background: #0f0f0f url('images/hero/hero-3.jpg') center/cover no-repeat; overflow: hidden; text-align: center; color: white; }
        .page-header::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,15,15,0.6) 0%, rgba(15,15,15,0.9) 100%); }
        .page-header-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }
        .breadcrumb { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: rgba(255,255,255,0.7); margin-bottom: 1.25rem; letter-spacing: 0.05em; text-transform: uppercase; }
        .breadcrumb a { color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.3s; }
        .breadcrumb a:hover { color: var(--amber); }
        .breadcrumb i { font-size: 0.65rem; opacity: 0.5; }
        .page-title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 0.75rem; text-shadow: 0 4px 30px rgba(0,0,0,0.5); }
        .page-meta { font-size: 0.85rem; color: rgba(255,255,255,0.7); letter-spacing: 0.1em; text-transform: uppercase; }

        /* CONTENT */
        .content { max-width: 860px; margin: 0 auto; padding: 4rem 2rem 5rem; line-height: 1.8; color: var(--text-body); }
        .content .intro { font-size: 1.05rem; color: var(--text-body); margin-bottom: 2rem; }
        .content h2 { font-size: 1.4rem; font-weight: 800; color: var(--text-dark); margin: 2.5rem 0 1rem; letter-spacing: -0.01em; }
        .content h2 .num { color: var(--amber); margin-right: 0.5rem; font-weight: 800; }
        .content p { margin-bottom: 1rem; font-size: 1rem; }
        .content a { color: var(--blue); text-decoration: underline; }
        .content ol, .content ul { padding-left: 1.5rem; margin-bottom: 1.25rem; }
        .content ol li, .content ul li { margin-bottom: 0.7rem; padding-left: 0.4rem; }

        /* DIRECTOR REVIEW HIGHLIGHTS */
        .review-banner { background: linear-gradient(135deg, #fff7d1 0%, #fff3a0 100%); border-left: 4px solid #f0c000; padding: 1.25rem 1.5rem; border-radius: 6px; margin: 2rem 0; font-size: 0.92rem; color: #5a4500; }
        .review-banner strong { color: #3a2c00; }
        .review-banner i { color: #b88800; margin-right: 0.4rem; }
        .review { background: #fff3a0; padding: 0.1em 0.4em; border-bottom: 2px solid #f0c000; border-radius: 2px; }
        .review-block { background: linear-gradient(135deg, #fffbe1 0%, #fff3a0 100%); border-left: 4px solid #f0c000; padding: 1rem 1.25rem; border-radius: 4px; margin: 1rem 0; display: block; }
        .review-tag { display: inline-block; background: #f0c000; color: #4a3a00; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; padding: 0.18rem 0.55rem; border-radius: 3px; margin-right: 0.5rem; vertical-align: middle; }

        /* FOOTER */
        .footer { background: #0a0a0a; color: white; border-top: 1px solid rgba(255,255,255,0.05); }
        .footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; max-width: 1200px; margin: 0 auto; padding: 3.5rem 2rem; align-items: center; }
        .footer-main img { max-width: 280px; opacity: 0.85; }
        .footer-search h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.75rem; color: white; }
        .footer-search p { color: rgba(255,255,255,0.65); font-size: 0.9rem; margin-bottom: 1rem; line-height: 1.6; }
        .search-form { display: flex; gap: 0.5rem; }
        .search-form input { flex: 1; padding: 0.75rem 1rem; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.05); color: white; border-radius: 4px; font-size: 0.9rem; font-family: inherit; }
        .search-form input::placeholder { color: rgba(255,255,255,0.5); }
        .search-form input:focus { outline: none; border-color: var(--green); }
        .btn-green { background: var(--green); color: #0f0f0f; border: 2px solid var(--green); padding: 0.75rem 1.25rem; border-radius: 4px; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; }
        .btn-green:hover { background: transparent; color: var(--green); }
        .footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 1.5rem 2rem; text-align: center; font-size: 0.85rem; color: rgba(255,255,255,0.55); }
        .footer-bottom a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.3s; }
        .footer-bottom a:hover { color: var(--amber); }

        @media (max-width: 900px) {
            .nav-links { display: none; }
            .menu-toggle { display: block; }
            .mobile-menu { display: block; }
            .page-header { padding: 6.5rem 1.5rem 3rem; }
            .content { padding: 3rem 1.25rem 4rem; }
            .footer-main { grid-template-columns: 1fr; gap: 2rem; text-align: center; padding: 2.75rem 1.5rem; }
            .footer-main > div:first-child { display: flex; justify-content: center; }
        }
        /* Products dropdown */
        .nav-links > li { position: relative; }
        .nav-links .has-dropdown > a .chev { font-size: 0.6rem; margin-left: 0.4rem; transition: transform 0.25s; opacity: 0.75; }
        .nav-links .has-dropdown:hover > a .chev { transform: rotate(180deg); opacity: 1; }
        .dropdown { position: absolute; top: calc(100% + 6px); left: 50%; transform: translateX(-50%) translateY(-6px); background: rgba(15,15,15,0.98); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); min-width: 230px; padding: 0.4rem 0; border-radius: 10px; list-style: none; box-shadow: 0 18px 45px rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.06); opacity: 0; visibility: hidden; transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s; pointer-events: none; }
        .nav-links .has-dropdown:hover > .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); pointer-events: auto; }
        .dropdown li { padding: 0; }
        .nav-links .dropdown a { display: block; padding: 0.7rem 1.5rem; font-size: 0.92rem; font-weight: 500; color: rgba(255,255,255,0.88); border-left: 3px solid transparent; transition: background 0.15s, color 0.15s, border-left-color 0.15s; }
        .nav-links .dropdown a:hover { background: rgba(255,255,255,0.04); color: var(--amber, #FDB827); border-left-color: var(--amber, #FDB827); }
        .nav-links .dropdown a::after { display: none !important; }
        .dropdown-divider { border-top: 1px solid rgba(255,255,255,0.08); margin: 0.35rem 0; pointer-events: none; }
        .mobile-section { font-weight: 700 !important; }
        .mobile-sub { padding-left: 1.25rem !important; font-size: 0.95rem !important; opacity: 0.92; }
