/* bw-quote.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; --amber-dark:#946000; --red:#EE3826; --purple:#7E3FB0; --text-dark:#1a1a1a; --text-body:#4a4a4a; --text-muted:#6b7280; --text-dim:#9ca3af; --light-alt:#f7f7f7; --line:#e6e6e6; }
        a { color: inherit; text-decoration: none; }
        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); -webkit-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 > li { position: relative; }
        .nav-links a { color: white; font-weight: 500; font-size: 0.95rem; position: relative; padding: 0.5rem 0; transition: color 0.3s; }
        .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); }
        .mobile-menu-close { position: absolute; top: 1rem; right: 1rem; background: none; border: none; color: white; font-size: 1.5rem; cursor: pointer; }

        /* Products dropdown */
        .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); border-left-color: var(--amber); }
        .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; }

        /* PAGE HEADER */
        .page-header { position: relative; padding: 9rem 2rem 4rem; background: #0f0f0f url('images/hero/hero-1.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.88) 100%), radial-gradient(circle at 30% 50%, rgba(253,184,39,0.18) 0%, transparent 60%); pointer-events: none; }
        .page-header-content { position: relative; z-index: 2; max-width: 880px; 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); transition: color 0.3s; }
        .breadcrumb a:hover { color: var(--amber); }
        .breadcrumb i { font-size: 0.65rem; opacity: 0.5; }
        .page-eyebrow { display: inline-block; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; color: var(--amber); margin-bottom: 1rem; text-shadow: 0 2px 12px rgba(0,0,0,0.6); }
        .page-title { font-size: clamp(2.25rem, 5vw, 3.5rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 1rem; color: white; text-shadow: 0 4px 30px rgba(0,0,0,0.5); }
        .page-subtitle { font-size: clamp(1rem, 1.4vw, 1.1rem); color: rgba(255,255,255,0.86); line-height: 1.65; max-width: 680px; margin: 0 auto; text-shadow: 0 2px 12px rgba(0,0,0,0.5); }
        .hero-pills { display: flex; gap: 0.55rem; justify-content: center; margin: 1.5rem auto 0; flex-wrap: wrap; }
        .hero-pill { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.42rem 0.9rem; background: rgba(255,255,255,0.12); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.2); border-radius: 100px; font-size: 0.78rem; color: rgba(255,255,255,0.95); font-weight: 500; }
        .hero-pill i { color: var(--amber); font-size: 0.78rem; }

        /* MAIN */
        .quote-section { padding: 4rem 2rem 5rem; background: #ffffff; }
        .quote-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: start; }

        /* FORM CARD */
        .quote-form-card { background: var(--light-alt); border: 1px solid var(--line); border-radius: 16px; padding: 2.5rem 2.25rem; }
        .form-eyebrow { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; color: var(--amber-dark); margin-bottom: 0.75rem; }
        .form-title { font-size: clamp(1.4rem, 2.4vw, 1.85rem); font-weight: 800; line-height: 1.2; margin-bottom: 0.6rem; color: var(--text-dark); }
        .form-sub { font-size: 0.93rem; color: var(--text-muted); margin-bottom: 1.75rem; line-height: 1.6; }
        .form-row { display: grid; gap: 1.1rem; }
        .form-row.two-col { grid-template-columns: 1fr 1fr; }
        .form-row + .form-row { margin-top: 1.1rem; }
        .form-field { display: flex; flex-direction: column; gap: 0.4rem; }
        .form-field label { font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-muted); }
        .form-field label .opt { color: var(--text-dim); font-weight: 500; text-transform: none; letter-spacing: 0; margin-left: 0.35rem; font-size: 0.8em; }
        .form-field input, .form-field textarea { width: 100%; padding: 0.85rem 1rem; border: 1px solid var(--line); border-radius: 8px; font-size: 0.95rem; font-family: inherit; color: var(--text-dark); background: white; transition: border-color 0.3s, box-shadow 0.3s; }
        .form-field input::placeholder, .form-field textarea::placeholder { color: var(--text-dim); }
        .form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--amber); box-shadow: 0 0 0 3px rgba(253,184,39,0.18); }
        .form-field textarea { min-height: 120px; resize: vertical; line-height: 1.5; }
        .form-field .hint { font-size: 0.78rem; color: var(--text-muted); line-height: 1.5; }

        /* File upload */
        .file-drop { display: flex; align-items: center; gap: 0.85rem; padding: 0.95rem 1.1rem; border: 2px dashed var(--line); border-radius: 10px; background: white; cursor: pointer; transition: all 0.2s; }
        .file-drop:hover { border-color: var(--amber); background: #fffaeb; }
        .file-drop.has-file { border-color: var(--green); background: rgba(59,181,74,0.06); border-style: solid; }
        .file-drop i { color: var(--amber); font-size: 1.4rem; flex-shrink: 0; }
        .file-drop.has-file i { color: var(--green); }
        .file-drop-text { flex: 1; min-width: 0; }
        .file-drop-text .label { font-size: 0.88rem; font-weight: 600; color: var(--text-dark); display: block; }
        .file-drop-text .sub { font-size: 0.78rem; color: var(--text-muted); }
        .file-drop input[type="file"] { display: none; }
        .file-drop .clear-file { background: none; border: none; color: var(--text-muted); cursor: pointer; font-size: 1.1rem; padding: 0.25rem; flex-shrink: 0; }
        .file-drop .clear-file:hover { color: var(--red); }

        /* Submit */
        .form-submit-wrap { margin-top: 1.5rem; }
        .form-submit { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 1.05rem 2rem; background: var(--amber); color: #0f0f0f; border: 2px solid var(--amber); border-radius: 8px; font-size: 0.95rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; cursor: pointer; transition: all 0.3s ease; font-family: inherit; }
        .form-submit:hover { background: #ffd048; border-color: #ffd048; transform: translateY(-1px); box-shadow: 0 8px 22px rgba(253,184,39,0.4); }
        .form-submit:disabled { opacity: 0.65; cursor: not-allowed; transform: none; box-shadow: none; }
        .form-fineprint { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.85rem; text-align: center; line-height: 1.5; }
        .form-error { display: none; padding: 0.85rem 1rem; background: rgba(238,56,38,0.08); border: 1px solid rgba(238,56,38,0.25); border-radius: 8px; color: #b8200f; margin-top: 1rem; font-size: 0.88rem; align-items: flex-start; gap: 0.5rem; }
        .form-error.show { display: flex; }
        .form-error i { margin-top: 0.15rem; flex-shrink: 0; }

        /* SUMMARY CARD (right column) */
        .summary-card { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 1.75rem 1.85rem; position: sticky; top: 90px; box-shadow: 0 4px 18px rgba(0,0,0,0.04); }
        .summary-eyebrow { font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--text-muted); display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.85rem; }
        .summary-eyebrow i { color: var(--amber); }
        .summary-title { font-size: 1.15rem; font-weight: 800; color: var(--text-dark); margin-bottom: 0.35rem; }
        .summary-sub { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 1.25rem; line-height: 1.5; }
        .summary-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.85rem; }
        .summary-item { display: grid; grid-template-columns: 56px 1fr; gap: 0.85rem; padding: 0.75rem; border: 1px solid var(--line); border-radius: 10px; background: #fafafa; align-items: center; }
        .summary-item-contextual { border-color: var(--amber); background: #fffbeb; }
        .summary-context-tag { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #946000; background: rgba(253,184,39,0.18); padding: 0.18rem 0.5rem; border-radius: 100px; align-self: flex-start; }
        .summary-context-tag i { font-size: 0.65rem; }
        .summary-thumb { width: 56px; height: 56px; border-radius: 8px; background: #f0f0f0; overflow: hidden; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .summary-thumb img { width: 100%; height: 100%; object-fit: cover; }
        .summary-thumb i { color: var(--text-dim); font-size: 1.1rem; }
        .summary-info { display: flex; flex-direction: column; gap: 0.2rem; min-width: 0; }
        .summary-info .name { font-size: 0.92rem; font-weight: 700; color: var(--text-dark); line-height: 1.3; }
        .summary-info .variant { font-size: 0.78rem; color: var(--text-muted); line-height: 1.3; }
        .summary-info .qty { font-size: 0.78rem; color: var(--text-dim); margin-top: 0.15rem; }
        .summary-empty { padding: 2rem 1rem; text-align: center; color: var(--text-muted); }
        .summary-empty i { font-size: 2.2rem; color: var(--text-dim); margin-bottom: 0.85rem; display: block; }
        .summary-empty h4 { font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.4rem; }
        .summary-empty p { font-size: 0.86rem; line-height: 1.55; max-width: 240px; margin: 0 auto 1rem; }
        .summary-empty a { color: var(--amber-dark); font-weight: 700; text-decoration: underline; }
        .summary-foot { font-size: 0.78rem; color: var(--text-muted); margin-top: 1.25rem; padding-top: 1.1rem; border-top: 1px solid var(--line); line-height: 1.55; display: flex; gap: 0.55rem; align-items: flex-start; }
        .summary-foot i { color: var(--amber); font-size: 0.85rem; margin-top: 0.15rem; flex-shrink: 0; }

        /* SUCCESS STATE */
        .success-state { display: none; padding: 3.5rem 2rem; text-align: center; max-width: 640px; margin: 0 auto; }
        .success-state.show { display: block; }
        .success-icon { display: inline-flex; align-items: center; justify-content: center; width: 84px; height: 84px; border-radius: 50%; background: rgba(59,181,74,0.13); color: var(--green); font-size: 2.5rem; margin-bottom: 1.5rem; }
        .success-state h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: var(--text-dark); margin-bottom: 0.75rem; }
        .success-state p { font-size: 1rem; color: var(--text-body); line-height: 1.65; margin-bottom: 1.5rem; }
        .success-actions { display: flex; gap: 0.85rem; justify-content: center; flex-wrap: wrap; }
        .success-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 1.4rem; background: var(--amber); color: #0f0f0f; border: 2px solid var(--amber); border-radius: 8px; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; cursor: pointer; transition: all 0.25s; font-family: inherit; }
        .success-btn:hover { background: #ffd048; border-color: #ffd048; transform: translateY(-1px); }
        .success-btn.outline { background: transparent; color: var(--text-dark); border-color: var(--line); }
        .success-btn.outline:hover { background: var(--light-alt); border-color: var(--text-dark); }

        /* 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); transition: color 0.3s; }
        .footer-bottom a:hover { color: var(--amber); }

        /* RESPONSIVE */
        @media (max-width: 1000px) {
            .quote-inner { grid-template-columns: 1fr; gap: 2rem; }
            .summary-card { position: static; order: -1; }
        }
        @media (max-width: 900px) {
            .nav-links { display: none; }
            .menu-toggle { display: block; }
            .mobile-menu { display: block; }
            .page-header { padding: 7rem 1.5rem 3rem; }
            .quote-section { padding: 3rem 1.25rem 4rem; }
            .quote-form-card { padding: 1.85rem 1.5rem; }
            .form-row.two-col { grid-template-columns: 1fr; }
            .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; }
        }
        @media (max-width: 600px) {
            .navbar { padding: 0.5rem 1rem; }
            .navbar-logo img { height: 44px; }
        }
