/* ══════════════════════════════════════════
   SOSA ELECTRONICS — styles.css
   Dominican-American music culture energy:
   Red · Blue · White with bass-heavy personality
══════════════════════════════════════════ */

:root {
    --red:     #c41e3a;
    --red-dark:#9b0f28;
    --blue:    #0d2461;
    --blue-mid:#1a3a8f;
    --blue-bright: #1e4bd1;
    --white:   #ffffff;
    --off-white: #f8f7f4;
    --dark:    #0a0a14;
    --dark-card:#12121f;
    --muted:   #8a8a9a;
    --gold:    #e8b000;
    --border:  rgba(255,255,255,0.1);
    --border-light: #e2e0dc;
  }
  
  /* ──────────────────────
     RESET & BASE
  ────────────────────── */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: 'Nunito', sans-serif;
    background: var(--dark);
    color: var(--white);
    overflow-x: hidden;
  }
  
  em {
    font-style: normal;
    color: var(--red);
  }
  
  /* ──────────────────────
     NAV
  ────────────────────── */
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2.5rem;
    background: rgba(10, 10, 20, 0.96);
    border-bottom: 2px solid var(--red);
    z-index: 1000;
    transition: all 0.3s ease;
  }
  
  .nav-logo {
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 0;
  }
  
  .logo-sosa {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.6rem;
    color: var(--red);
    letter-spacing: 0.08em;
    line-height: 1;
  }
  
  .logo-elec {
    font-family: 'Space Mono', monospace;
    font-size: 0.5rem;
    color: var(--white);
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 0.7;
  }
  
  .nav-links {
    display: flex;
    gap: 1.75rem;
    align-items: center;
  }
  
  .nav-links a {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s;
  }
  
  .nav-links a:hover {
    color: var(--white);
  }
  
  .nav-cta {
    background: var(--red) !important;
    color: var(--white) !important;
    padding: 0.5rem 1.25rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    transition: background 0.2s !important;
  }
  
  .nav-cta:hover {
    background: var(--red-dark) !important;
  }
  
  .nav-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
  }
  
  .nav-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: all 0.3s;
  }
  
  .nav-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--dark);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    z-index: 999;
    border-top: 2px solid var(--red);
  }
  
  .nav-mobile-menu.open {
    display: flex;
  }
  
  .nav-mobile-menu a {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    color: var(--white);
    text-decoration: none;
    letter-spacing: 0.08em;
    transition: color 0.2s;
  }
  
  .nav-mobile-menu a:hover {
    color: var(--red);
  }
  
  .nav-mobile-menu .nav-cta {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 2.5rem !important;
    padding: 0.25rem 1.5rem !important;
    color: var(--white) !important;
  }
  
  /* ──────────────────────
     HERO
  ────────────────────── */
  .hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 8rem 5rem 5rem;
    overflow: hidden;
    background: var(--dark);
  }
  
  /* Sound wave bars */
  .hero-waves {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    pointer-events: none;
    z-index: 0;
    padding: 0 3rem;
    opacity: 0.18;
  }
  
  .wave-bar {
    flex: 1;
    max-width: 10px;
    background: var(--blue-bright);
    border-radius: 4px 4px 0 0;
    animation: wavePulse 1.4s ease-in-out infinite;
  }
  
  .wave-bar:nth-child(even) {
    background: var(--red);
    animation-delay: 0.2s;
  }
  
  .wave-bar:nth-child(3n) {
    animation-delay: 0.4s;
  }
  
  .wave-bar:nth-child(5n) {
    animation-delay: 0.7s;
  }
  
  @keyframes wavePulse {
    0%, 100% { height: 30%; }
    50%       { height: 85%; }
  }
  
  /* Flag stripe diagonal */
  .hero-flag-stripe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 52%;
    width: 60px;
    display: flex;
    flex-direction: column;
    z-index: 0;
    opacity: 0.12;
    transform: skewX(-8deg);
  }
  
  .flag-blue  { flex: 1; background: var(--blue); }
  .flag-red   { flex: 1; background: var(--red); }
  
  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 640px;
  }
  
  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(232, 176, 0, 0.35);
    padding: 0.4rem 0.9rem;
    border-radius: 2px;
    margin-bottom: 1.5rem;
  }
  
  .hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(4rem, 9vw, 8rem);
    line-height: 0.92;
    letter-spacing: 0.01em;
    margin-bottom: 1.5rem;
  }
  
  .title-line-1 {
    display: block;
    color: var(--white);
  }
  
  .title-line-2 {
    display: block;
    color: var(--white);
  }
  
  .title-line-2 em {
    color: var(--red);
    display: inline-block;
    position: relative;
  }
  
  .title-line-2 em::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--blue-bright);
    border-radius: 2px;
  }
  
  .hero-sub {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 480px;
  }
  
  .hero-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  
  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--red);
    color: var(--white);
    font-family: 'Nunito', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.9rem 2rem;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.2s, transform 0.2s;
  }
  
  .btn-primary:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
  }
  
  .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    color: var(--white);
    font-family: 'Nunito', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.9rem 2rem;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: border-color 0.2s, transform 0.2s;
  }
  
  .btn-outline:hover {
    border-color: var(--white);
    transform: translateY(-2px);
  }
  
  .hero-stats {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .hero-stat {}
  
  .stat-val {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.2rem;
    color: var(--gold);
    line-height: 1;
    letter-spacing: 0.03em;
  }
  
  .stat-key {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 0.2rem;
  }
  
  .hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
  }
  
  /* Floating card */
  .hero-float-card {
    position: absolute;
    right: 12%;
    bottom: 19%;
    z-index: 3;
    background: var(--blue);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 1rem 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    border-radius: 2px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
    animation: floatBob 3s ease-in-out infinite;
  }
  
  @keyframes floatBob {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-8px); }
  }
  
  .float-card-icon {
    font-size: 1.75rem;
    line-height: 1;
  }
  
  .float-card-text strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 0.15rem;
  }
  
  .float-card-text span {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 400;
  }
  
  /* ──────────────────────
     SHARED SECTION HELPERS
  ────────────────────── */
  .section-intro {
    text-align: center;
    margin-bottom: 3.5rem;
  }
  
  .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 0.75rem;
  }
  
  .tag-white {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    letter-spacing: 0.03em;
    line-height: 1;
    color: var(--white);
  }
  
  .section-sub {
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--muted);
    margin-top: 0.75rem;
    max-width: 520px;
    margin-inline: auto;
    line-height: 1.7;
  }
  
  /* ──────────────────────
     SERVICES SECTION
  ────────────────────── */
  .section-services {
    padding: 6rem 2.5rem;
    background: var(--off-white);
    color: var(--dark);
  }
  
  .section-services .section-tag {
    color: var(--red);
  }
  
  .section-services .section-title {
    color: var(--dark);
  }
  
  .section-services .section-sub {
    color: #666;
  }
  
  .section-services em {
    color: var(--red);
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .service-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    padding: 2rem;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    position: relative;
    overflow: hidden;
  }
  
  .service-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--red);
    transition: width 0.3s ease;
  }
  
  .service-card:hover::before {
    width: 100%;
  }
  
  .service-card:hover {
    border-color: var(--red);
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(196, 30, 58, 0.1);
  }
  
  .service-card--featured {
    border-color: var(--red);
    background: var(--dark);
    color: var(--white);
  }
  
  .service-card--featured::before {
    width: 100%;
    background: var(--gold);
  }
  
  .service-card--featured h3 {
    color: var(--white);
  }
  
  .service-card--featured p {
    color: rgba(255, 255, 255, 0.6);
  }
  
  .service-card--install {
    border-color: var(--blue);
  }
  
  .service-card--install::before {
    background: var(--blue);
  }
  
  .sc-icon {
    font-size: 2rem;
    line-height: 1;
  }
  
  .service-card h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    color: var(--dark);
    margin: 0;
  }
  
  .service-card p {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.65;
    flex: 1;
  }
  
  .sc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
  
  .sc-tags span {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.6rem;
    border: 1px solid var(--border-light);
    color: var(--muted);
    border-radius: 2px;
  }
  
  .service-card--featured .sc-tags span {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5);
  }
  
  .sc-link {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--red);
    text-decoration: none;
    margin-top: auto;
    transition: opacity 0.2s;
  }
  
  .sc-link:hover {
    opacity: 0.7;
  }
  
  .service-card--featured .sc-link {
    color: var(--gold);
  }
  
  /* ──────────────────────
     REPAIRS SECTION
  ────────────────────── */
  .section-repairs {
    background: var(--blue);
    padding: 6rem 2.5rem;
  }
  
  .repairs-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  
  .repairs-title {
    color: var(--white);
  }
  
  .repairs-title em {
    color: var(--gold);
  }
  
  .repairs-sub {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.75;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  
  .repair-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }
  
  .repair-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.2s;
  }
  
  .repair-item:last-child {
    border-bottom: none;
  }
  
  .repair-item:hover {
    background: rgba(255, 255, 255, 0.05);
  }
  
  .repair-icon {
    font-size: 1.25rem;
    width: 32px;
    text-align: center;
    flex-shrink: 0;
  }
  
  .repair-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  
  .repair-info strong {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--white);
  }
  
  .repair-info span {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400;
  }
  
  .repair-arrow {
    font-size: 0.85rem;
    color: var(--gold);
    flex-shrink: 0;
  }
  
  /* ──────────────────────
     REVIEWS VERTICAL SCROLL
  ────────────────────── */
  .section-reviews {
    padding: 6rem 2.5rem;
    background: var(--dark);
    max-width: 100%;
  }
  
  .section-reviews .section-title {
    color: var(--white);
  }
  
  .reviews-scroll-outer {
    height: 500px;
    overflow: hidden;
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 10%,
      black 90%,
      transparent 100%
    );
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 10%,
      black 90%,
      transparent 100%
    );
  }
  
  .reviews-scroll-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    will-change: transform;
  }
  
  .review-card {
    background: var(--dark-card);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-left: 3px solid var(--red);
    padding: 1.75rem 2rem;
    flex-shrink: 0;
    transition: border-color 0.2s;
  }
  
  .review-card:hover {
    border-left-color: var(--gold);
  }
  
  .review-stars {
    color: var(--gold);
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
  }
  
  .review-text {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight: 400;
  }
  
  .review-author {
    font-family: 'Space Mono', monospace;
    font-size: 0.68rem;
    color: var(--muted);
    letter-spacing: 0.05em;
  }
  
  /* ──────────────────────
     TEAM SECTION
  ────────────────────── */
  .section-team {
    padding: 6rem 2.5rem;
    background: var(--off-white);
  }
  
  .section-team .section-tag { color: var(--red); }
  .section-team .section-title { color: var(--dark); }
  .section-team .section-sub { color: #666; }
  .section-team em { color: var(--red); }
  
  .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .team-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    overflow: hidden;
    border-radius: 2px;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  }
  
  .team-card:hover {
    border-color: var(--red);
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(196, 30, 58, 0.1);
  }
  
  .team-avatar {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: var(--dark);
    overflow: hidden;
  }
  
  .team-avatar svg,
  .team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .team-info {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  
  .team-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: var(--dark);
    margin: 0;
  }
  
  .team-role {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--red);
    display: block;
  }
  
  .team-bio {
    font-size: 0.83rem;
    color: #666;
    line-height: 1.65;
    margin-top: 0.25rem;
  }
  
  .team-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.5rem;
  }
  
  .team-skills span {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.2rem 0.6rem;
    border: 1px solid var(--border-light);
    color: var(--muted);
    border-radius: 2px;
  }
  
  /* ──────────────────────
     CONTACT SECTION
  ────────────────────── */
  .section-contact {
    padding: 6rem 2.5rem;
    background: var(--dark);
  }
  
  .contact-title { color: var(--white); }
  .contact-sub { color: rgba(255, 255, 255, 0.5); }
  
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .contact-card {
    background: var(--dark-card);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    border-radius: 2px;
    transition: border-color 0.2s;
  }
  
  .contact-card:hover {
    border-color: rgba(196, 30, 58, 0.4);
  }
  
  .contact-card-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  
  .cc-icon {
    font-size: 1.4rem;
    line-height: 1;
  }
  
  .contact-card-head h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    color: var(--white);
    margin: 0;
  }
  
  .cc-body {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
  }
  
  .map-wrap {
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 2px;
    flex-shrink: 0;
  }
  
  .map-wrap iframe {
    display: block;
    filter: invert(85%) hue-rotate(180deg) saturate(0.5);
  }
  
  .contact-details {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  
  .cd-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  
  .cd-row:last-child {
    border-bottom: none;
  }
  
  .cd-label {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
    padding-top: 0.1rem;
  }
  
  .cd-value {
    font-size: 0.88rem;
    color: var(--white);
    text-align: right;
    line-height: 1.65;
  }
  
  .cd-value a {
    color: var(--gold);
    text-decoration: none;
    transition: opacity 0.2s;
  }
  
  .cd-value a:hover {
    opacity: 0.75;
  }
  
  .btn-outline-dark {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--white);
    font-family: 'Nunito', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    align-self: flex-start;
    transition: border-color 0.2s, background 0.2s;
  }
  
  .btn-outline-dark:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, 0.05);
  }
  
  /* Inquiry Form */
  .inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }
  
  .inquiry-form input,
  .inquiry-form textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--white);
    font-family: 'Nunito', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    padding: 0.8rem 1rem;
    outline: none;
    transition: border-color 0.2s;
    resize: vertical;
    border-radius: 2px;
  }
  
  .inquiry-form input::placeholder,
  .inquiry-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
  }
  
  .inquiry-form input:focus,
  .inquiry-form textarea:focus {
    border-color: var(--red);
  }
  
  /* Upload zone */
  .upload-zone {
    border: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    text-align: center;
    border-radius: 2px;
  }
  
  .upload-zone:hover,
  .upload-zone.dragover {
    border-color: var(--red);
    background: rgba(196, 30, 58, 0.05);
  }
  
  .upload-zone svg {
    color: rgba(255, 255, 255, 0.4);
  }
  
  .upload-label {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 600;
  }
  
  .upload-label em {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.75rem;
  }
  
  .upload-sub {
    font-size: 0.66rem;
    color: rgba(255, 255, 255, 0.25);
  }
  
  .upload-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  
  .upload-thumb {
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 2px;
  }
  
  .upload-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .upload-thumb-remove {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    background: var(--red);
    color: var(--white);
    border: none;
    border-radius: 50%;
    font-size: 0.6rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
  }
  
  .btn-submit {
    padding: 0.9rem 1.5rem;
    background: var(--red);
    color: var(--white);
    font-family: 'Nunito', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    align-self: stretch;
  }
  
  .btn-submit:hover {
    background: var(--red-dark);
    transform: translateY(-1px);
  }
  
  .inquiry-confirm {
    display: none;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--gold);
    margin: 0;
  }
  
  /* ──────────────────────
     FOOTER
  ────────────────────── */
  .site-footer {
    background: #060610;
    border-top: 2px solid var(--red);
  }
  
  .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2.5rem 2rem;
  }
  
  .footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
  }
  
  .footer-brand {}
  
  .footer-logo {
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin-bottom: 0.75rem;
  }
  
  .footer-tagline {
    font-size: 0.82rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.7;
    margin-bottom: 1.25rem;
  }
  
  .footer-socials {
    display: flex;
    gap: 0.75rem;
  }
  
  .footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    border-radius: 2px;
    transition: border-color 0.2s, color 0.2s;
  }
  
  .footer-socials a:hover {
    border-color: var(--red);
    color: var(--red);
  }
  
  .footer-col-heading {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 1rem;
  }
  
  .footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
  }
  
  .footer-links li a {
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-weight: 400;
    transition: color 0.2s;
  }
  
  .footer-links li a:hover {
    color: var(--gold);
  }
  
  .footer-muted {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.3);
  }
  
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.25);
  }
  
  .footer-bottom-right {
    font-family: 'Space Mono', monospace;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.2);
  }
  
  /* ──────────────────────
     RESPONSIVE
  ────────────────────── */
  @media (max-width: 1100px) {
    .services-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 900px) {
    .hero {
      padding: 7rem 2rem 4rem;
    }
  
    .hero-float-card {
      display: none;
    }
  
    .hero-waves {
      opacity: 0.08;
    }
  
    .repairs-inner {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
  
    .team-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .contact-grid {
      grid-template-columns: 1fr;
    }
  
    .footer-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .nav-links {
      display: none;
    }
  
    .nav-hamburger {
      display: flex;
    }
  }
  
  @media (max-width: 640px) {
    .hero-title {
      font-size: clamp(3rem, 14vw, 5rem);
    }
  
    .services-grid {
      grid-template-columns: 1fr;
    }
  
    .team-grid {
      grid-template-columns: 1fr;
    }
  
    .footer-grid {
      grid-template-columns: 1fr;
    }
  
    .hero-stats {
      flex-wrap: wrap;
      gap: 1rem;
    }
  
    .hero-stat-divider {
      display: none;
    }
  
    nav {
      padding: 1rem 1.25rem;
    }
  }
/* ══════════════════════════════════════════
   NEW SECTIONS — Added for v2
══════════════════════════════════════════ */

/* ──────────────────────
   NAV LOGO IMAGE
────────────────────── */
.nav-logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* ──────────────────────
   HERO LOGO FLOAT
────────────────────── */
.hero-logo-float {
  position: absolute;
  right: 9.5%;
  top: 41%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  animation: floatBob 4s ease-in-out infinite;
}

.hero-logo-img {
  width: clamp(260px, 28vw, 420px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 60px rgba(196,30,58,0.35)) drop-shadow(0 0 40px rgba(13,36,97,0.4));
  opacity: 0.92;
}

@media (max-width: 1000px) {
  .hero-logo-float { display: none; }
}

/* ──────────────────────
   REPAIR TURNAROUND BADGE
   (in the repairs list)
────────────────────── */
.repair-turnaround {
  font-family: 'Space Mono', monospace;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gold);
  background: rgba(232, 176, 0, 0.1);
  border: 1px solid rgba(232, 176, 0, 0.25);
  padding: 0.2rem 0.55rem;
  border-radius: 2px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ──────────────────────
   PRODUCTS SECTION
────────────────────── */
.section-products {
  padding: 6rem 2.5rem;
  background: var(--dark);
  overflow: hidden;
}

.section-products .section-tag { color: var(--gold); }
.section-products .section-title { color: var(--white); }
.section-products .section-sub { color: rgba(255,255,255,0.5); }
.section-products em { color: var(--red); }

/* Outer wrapper */
.products-outer {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 0.5rem;
}

/* The scrollable track */
.products-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-top: .5rem;
  padding-bottom: 0.5rem;
  scroll-behavior: smooth;
}

.products-track::-webkit-scrollbar { display: none; }

.products-arrows {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 1.5rem;
}

.products-arrow {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s;
}

.products-arrow:hover:not(:disabled) {
  background: var(--red);
  border-color: var(--red);
}

.products-arrow:disabled {
  opacity: 0.25;
  cursor: default;
}

/* ── Our Work Gallery ── */
.section-work {
  padding: 6rem 2.5rem;
  background: var(--dark);
}

.section-work .section-tag { color: var(--gold); }
.section-work .section-title { color: var(--white); }
.section-work .section-sub { color: rgba(255,255,255,0.5); }
.section-work em { color: var(--red); }

.work-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.work-photo {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.07);
}

.work-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.work-photo:hover img {
  transform: scale(1.05);
}

@media (max-width: 720px) {
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}

/* ── Product Card ── */
.product-card {
  flex: 0 0 260px;
  scroll-snap-align: start;
  background: var(--dark-card);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  cursor: pointer;
}

.product-card:hover {
  border-color: var(--red);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(196,30,58,0.18);
}

.product-card--featured {
  border-color: var(--red);
}

.product-card--featured .pc-cta {
  color: var(--gold);
}

/* Card header — colored area */
.pc-header {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.pc-header::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.07) 0%, transparent 70%);
}

.pc-header--red   { background: linear-gradient(135deg, #9b0f28 0%, #c41e3a 100%); }
.pc-header--blue  { background: linear-gradient(135deg, #0d2461 0%, #1e4bd1 100%); }
.pc-header--gold  { background: linear-gradient(135deg, #7a5a00 0%, #e8b000 100%); }
.pc-header--dark  { background: linear-gradient(135deg, #0a0a14 0%, #1c1c34 100%); border-bottom: 1px solid rgba(255,255,255,0.06); }

.pc-emoji {
  font-size: 3.2rem;
  line-height: 1;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));
}

/* Card body */
.pc-body {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1;
}

.pc-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: var(--white);
  margin: 0;
}

.pc-tagline {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Hover-reveal panel */
.pc-reveal {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.75rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s;
}

.product-card:hover .pc-reveal {
  max-height: 300px;
  opacity: 1;
}

.pc-desc {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  margin: 0;
}

.pc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.pc-tags span {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.18rem 0.55rem;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.45);
  border-radius: 2px;
}

.pc-price {
  font-family: 'Space Mono', monospace;
  font-size: 0.72rem;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.pc-cta {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  text-decoration: none;
  transition: opacity 0.2s;
  align-self: flex-start;
}

.pc-cta:hover { opacity: 0.7; }

/* ──────────────────────
   CAR AUDIO SECTION
────────────────────── */
.section-car-audio {
  padding: 6rem 2.5rem;
  background: #0a0a12;
  overflow: hidden;
}

.section-car-audio .section-tag  { color: var(--red); }
.section-car-audio .section-title { color: var(--white); }
.section-car-audio .section-sub  { color: rgba(255,255,255,0.45); }
.section-car-audio em { color: var(--red); }

/* Layout: car left, panel right */
.car-layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 3rem;
  align-items: start;
}

/* ── Car diagram ── */
.car-diagram-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.car-diagram-inner {
  position: relative;
  width: 300px;
  flex-shrink: 0;
}

/* SVG must never intercept clicks — hotspot buttons sit above it */
.car-svg {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.car-diagram-hint {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.08em;
  text-align: center;
}

/* ── Hotspot pins ── */
.car-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.hotspot-pulse {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(196, 30, 58, 0.35);
  animation: hotspotPulse 2.2s ease-out infinite;
}

.hotspot-dot {
  position: relative;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
  border: 2px solid var(--white);
  box-shadow: 0 0 0 3px rgba(196,30,58,0.3);
  transition: background 0.2s, transform 0.2s;
}

.car-hotspot--gold .hotspot-dot {
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(232,176,0,0.3);
}

.car-hotspot--gold .hotspot-pulse {
  background: rgba(232,176,0,0.35);
}

.car-hotspot:hover .hotspot-dot {
  transform: scale(1.3);
}

.car-hotspot.active .hotspot-dot {
  background: var(--white);
  box-shadow: 0 0 0 4px var(--red);
  transform: scale(1.2);
}

.car-hotspot--gold.active .hotspot-dot {
  box-shadow: 0 0 0 4px var(--gold);
}

.hotspot-label {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  white-space: nowrap;
  background: rgba(10,10,18,0.75);
  padding: 2px 5px;
  border-radius: 2px;
  pointer-events: none;
}

@keyframes hotspotPulse {
  0%   { transform: scale(0.8); opacity: 0.9; }
  70%  { transform: scale(2);   opacity: 0; }
  100% { transform: scale(0.8); opacity: 0; }
}

/* ── Service Panel ── */
.car-service-panel {
  background: var(--dark-card);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  padding: 2.5rem;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: border-color 0.3s;
  position: relative;
}

/* Active state — JS adds .panel-active to the panel wrapper */
.car-service-panel.panel-active {
  border-color: rgba(196,30,58,0.3);
}

/* Placeholder state */
.car-panel-placeholder {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

/* Hide placeholder when panel is active */
.car-service-panel.panel-active .car-panel-placeholder {
  display: none;
}

.cpp-icon {
  font-size: 3rem;
  opacity: 0.5;
}

.car-panel-placeholder h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.05em;
  margin: 0;
}

.car-panel-placeholder p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.3);
  line-height: 1.65;
  max-width: 300px;
}

.cpp-zones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.5rem;
}

.cpp-zones span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.3);
  border-radius: 2px;
}

/* Panel content — hidden by default, shown when panel-active */
.car-panel-content {
  display: none;
  flex-direction: column;
  gap: 1.25rem;
  animation: panelFadeIn 0.3s ease;
}

.car-service-panel.panel-active .car-panel-content {
  display: flex;
}

@keyframes panelFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.cp-icon {
  font-size: 2.5rem;
  line-height: 1;
}

.cp-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: var(--white);
  letter-spacing: 0.04em;
  margin: 0;
  line-height: 1;
}

.cp-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(232,176,0,0.35);
  padding: 0.25rem 0.7rem;
  border-radius: 2px;
  width: fit-content;
}

.cp-desc {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  margin: 0;
}

/* Stat badges inside panel */
.cp-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75rem;
}

.cp-stat {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  padding: 1rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
  transition: border-color 0.2s;
}

.cp-stat:hover { border-color: rgba(255,255,255,0.2); }

.cp-stat-icon {
  font-size: 1.1rem;
  line-height: 1;
}

.cp-stat-val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  color: var(--gold);
  letter-spacing: 0.03em;
  line-height: 1;
}

.cp-stat-key {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  line-height: 1.3;
}

/* Mobile list fallback */
.car-mobile-list {
  display: none;
  max-width: 640px;
  margin: 2.5rem auto 0;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  overflow: hidden;
}

.cml-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.1rem 1.4rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.2s;
}

.cml-item:last-child { border-bottom: none; }
.cml-item:hover { background: rgba(255,255,255,0.03); }

.cml-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }

.cml-info { flex: 1; }

.cml-info strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.2rem;
}

.cml-info span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
}

.cml-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.3rem;
  flex-shrink: 0;
}

.cml-turnaround {
  font-family: 'Space Mono', monospace;
  font-size: 0.58rem;
  color: var(--gold);
  background: rgba(232,176,0,0.1);
  border: 1px solid rgba(232,176,0,0.2);
  padding: 0.18rem 0.5rem;
  border-radius: 2px;
  white-space: nowrap;
}

.cml-price {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.35);
  font-family: 'Space Mono', monospace;
}

/* ── SVG Zone Highlights — active states ── */
.car-svg .zone-highlight,
.car-svg .zone-zone {
  transition: opacity 0.25s;
}

/* ──────────────────────
   FOOTER LOGO
────────────────────── */
.footer-logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 0.5rem;
  opacity: 0.85;
}

/* ──────────────────────
   RESPONSIVE — NEW SECTIONS
────────────────────── */
@media (max-width: 1100px) {
  .car-layout {
    grid-template-columns: 300px 1fr;
    gap: 2rem;
  }

  .car-diagram-inner { width: 260px; }
}

@media (max-width: 860px) {
  .car-layout {
    grid-template-columns: 1fr;
  }

  .car-diagram-wrap {
    display: none;  /* hide on mobile; list shows instead */
  }

  .car-mobile-list {
    display: block;
  }

  .car-service-panel {
    display: none;
  }

  .products-outer {
    padding: 0 2.5rem;
  }

  .product-card {
    flex: 0 0 240px;
  }

  .hero-logo-float {
    display: none;
  }
}

@media (max-width: 640px) {
  .product-card {
    flex: 0 0 220px;
  }

  .products-outer {
    padding: 0 2rem;
  }

  .section-products {
    padding: 5rem 1.5rem;
  }

  .section-car-audio {
    padding: 5rem 1.5rem;
  }
}
/* ══════════════════════════════════════════
   REPAIR LIST — clickable rows
══════════════════════════════════════════ */

.repair-item--clickable {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  cursor: pointer;
  transition: background 0.15s, border-left-color 0.15s;
  border-left: 3px solid transparent;
  user-select: none;
}
.repair-item--clickable:last-child { border-bottom: none; }
.repair-item--clickable:hover { background: rgba(255,255,255,0.05); border-left-color: rgba(196,30,58,0.5); }
.repair-item--clickable.active { background: rgba(196,30,58,0.08); border-left-color: var(--red); }
.repair-item--clickable:focus-visible { outline: 2px solid var(--red); outline-offset: -2px; }

.repair-row-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
  flex-shrink: 0;
}

.repair-inv-count {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  white-space: nowrap;
}

.repair-arrow {
  color: rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  transition: color 0.2s, transform 0.2s;
}
.repair-item--clickable:hover .repair-arrow { color: var(--red); transform: translateX(2px); }
.repair-item--clickable.active .repair-arrow { color: var(--red); }

/* ══════════════════════════════════════════
   INVENTORY DRAWER
══════════════════════════════════════════ */

.inv-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1800;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.inv-overlay.open {
  display: flex;
  justify-content: flex-end;
  animation: invFadeIn 0.2s ease;
}
@keyframes invFadeIn { from { opacity:0; } to { opacity:1; } }

.inv-drawer {
  background: #0f0f1e;
  border-left: 1px solid rgba(255,255,255,0.1);
  width: 100%;
  max-width: 480px;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  animation: invSlideIn 0.28s cubic-bezier(0.22,1,0.36,1);
}
@keyframes invSlideIn { from { transform: translateX(100%); } to { transform: translateX(0); } }

@media (max-width: 520px) {
  .inv-overlay { align-items: flex-end; }
  .inv-drawer { max-width: 100%; height: 88vh; border-radius: 16px 16px 0 0; border-left: none; border-top: 1px solid rgba(255,255,255,0.1); animation: invSlideUp 0.28s cubic-bezier(0.22,1,0.36,1); }
  @keyframes invSlideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
}

/* ── Header ── */
.inv-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.75rem 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: sticky;
  top: 0;
  background: #0f0f1e;
  z-index: 1;
}
.inv-header-left { display: flex; align-items: center; gap: 1rem; }
.inv-header-icon  { font-size: 2rem; line-height: 1; }
.inv-header-label {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}
.inv-header-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: var(--white);
  margin: 0;
  line-height: 1.1;
}

.inv-close {
  background: rgba(255,255,255,0.07);
  border: none;
  color: rgba(255,255,255,0.45);
  width: 34px; height: 34px;
  border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}
.inv-close:hover { background: rgba(196,30,58,0.2); color: var(--red); }

/* ── Desc ── */
.inv-desc {
  padding: 1rem 1.75rem 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
}

/* ── Items list ── */
.inv-items {
  flex: 1;
  padding: 0.75rem 1.75rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.inv-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 4px;
  transition: border-color 0.15s, background 0.15s;
}
.inv-item:hover { border-color: rgba(255,255,255,0.13); background: rgba(255,255,255,0.05); }

.inv-item-main { display: flex; flex-direction: column; gap: 0.2rem; flex: 1; min-width: 0; }
.inv-item-name  { font-size: 0.85rem; font-weight: 700; color: var(--white); line-height: 1.35; }
.inv-item-detail { font-size: 0.7rem; color: rgba(255,255,255,0.35); line-height: 1.4; }

.inv-item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  flex-shrink: 0;
}
.inv-item-price {
  font-family: 'Space Mono', monospace;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--gold);
  white-space: nowrap;
}

.inv-item-badge {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.18rem 0.5rem;
  border-radius: 2px;
  white-space: nowrap;
}
.inv-badge--in   { background: rgba(89,95,57,0.4); color: #a8c060; border: 1px solid rgba(168,192,96,0.3); }
.inv-badge--call { background: rgba(232,176,0,0.1); color: var(--gold); border: 1px solid rgba(232,176,0,0.25); }

.inv-empty {
  text-align: center;
  padding: 2rem 1rem;
  color: rgba(255,255,255,0.25);
  font-size: 0.82rem;
}

/* ── Footer ── */
.inv-footer {
  padding: 1.25rem 1.75rem 1.75rem;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: sticky;
  bottom: 0;
  background: #0f0f1e;
}

.inv-quote-btn {
  width: 100%;
  background: var(--red);
  color: var(--white);
  border: none;
  border-radius: 4px;
  padding: 0.9rem;
  font-family: 'Nunito', sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.inv-quote-btn:hover { background: var(--red-dark); transform: translateY(-1px); }

.inv-footer-note {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.28);
  text-align: center;
  line-height: 1.6;
}
.inv-footer-note a { color: var(--gold); text-decoration: none; }
.inv-footer-note a:hover { opacity: 0.8; }


/* ══════════════════════════════════════════
   QUOTE MODAL  (services section)
══════════════════════════════════════════ */

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.72);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.modal-overlay.open { display: flex; animation: modalFadeIn 0.22s ease; }
@keyframes modalFadeIn { from { opacity:0; } to { opacity:1; } }

.modal-box {
  background: #13131f;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 2.25rem 2.5rem 2rem;
  width: 100%;
  max-width: 480px;
  position: relative;
  animation: modalSlide 0.25s ease;
  box-shadow: 0 32px 80px rgba(0,0,0,0.6);
}
@keyframes modalSlide { from { opacity:0; transform:translateY(20px) scale(0.97); } to { opacity:1; transform:none; } }

@media (max-width: 520px) {
  .modal-overlay { align-items: flex-end; padding: 0; }
  .modal-box { max-width:100%; border-radius:12px 12px 0 0; padding:1.75rem 1.5rem 1.5rem; margin-bottom:-1.5rem; }
}

.modal-close {
  position: absolute; top:1rem; right:1rem;
  background: rgba(255,255,255,0.07); border:none; color:rgba(255,255,255,0.5);
  width:32px; height:32px; border-radius:50%; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  transition: background 0.2s, color 0.2s;
}
.modal-close:hover { background:rgba(196,30,58,0.2); color:var(--red); }

.modal-head { display:flex; align-items:center; gap:1rem; margin-bottom:1.5rem; padding-bottom:1.25rem; border-bottom:1px solid rgba(255,255,255,0.07); }
.modal-service-icon { font-size:2.2rem; line-height:1; flex-shrink:0; }
.modal-label { font-size:0.62rem; font-weight:800; letter-spacing:0.2em; text-transform:uppercase; color:var(--red); margin:0 0 0.2rem; }
.modal-title { font-family:'Bebas Neue',sans-serif; font-size:1.6rem; letter-spacing:0.04em; color:var(--white); margin:0; line-height:1; }

.modal-form { display:flex; flex-direction:column; gap:0.6rem; }
.modal-row { display:grid; grid-template-columns:1fr 1fr; gap:0.6rem; }
@media (max-width:400px) { .modal-row { grid-template-columns:1fr; } }

.modal-input {
  background: rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.1);
  color:var(--white); font-family:'Nunito',sans-serif; font-size:0.85rem;
  padding:0.75rem 1rem; border-radius:4px; outline:none; width:100%;
  transition: border-color 0.2s;
}
.modal-input:focus { border-color:var(--red); }
.modal-input::placeholder { color:rgba(255,255,255,0.28); }
.modal-input[readonly] { color:var(--gold); font-weight:700; font-family:'Space Mono',monospace; font-size:0.78rem; }
.modal-textarea { resize:none; }

.modal-submit {
  background:var(--red); color:var(--white); border:none; border-radius:4px;
  padding:0.85rem; font-family:'Nunito',sans-serif; font-size:0.85rem;
  font-weight:800; letter-spacing:0.1em; text-transform:uppercase;
  cursor:pointer; transition:background 0.2s, transform 0.15s; margin-top:0.25rem;
}
.modal-submit:hover { background:var(--red-dark); transform:translateY(-1px); }

.modal-confirm { display:none; font-size:0.8rem; font-weight:700; color:var(--gold); text-align:center; margin:0; }
.modal-alt { font-size:0.75rem; color:rgba(255,255,255,0.3); text-align:center; margin-top:1rem; line-height:1.6; }
.modal-alt a { color:var(--gold); text-decoration:none; }
.modal-alt a:hover { opacity:0.8; }


/* ══════════════════════════════════════════
   MISC FIXES  (consolidated)
══════════════════════════════════════════ */

/* Reduce hero wave opacity */
.hero-waves { opacity: 0.10; }
@media (prefers-reduced-motion: reduce) {
  .wave-bar { animation: none; height: 40% !important; }
}

/* Product card tap state (mobile) */
.product-card.tapped { border-color:var(--red); transform:translateY(-6px); box-shadow:0 20px 50px rgba(196,30,58,0.18); }
.product-card.tapped .pc-reveal { max-height:300px; opacity:1; }
@media (hover: none) { .pc-reveal { max-height:none; opacity:0.85; } }

/* Service card price hints */
.sc-price-hint { font-size:0.72rem; font-weight:700; color:var(--red); letter-spacing:0.01em; margin-top:-0.1rem; }
.service-card--featured .sc-price-hint { color:var(--gold); }

/* Trust bar below services */
.services-trust-bar { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:0.75rem 1.5rem; margin:3rem auto 0; max-width:900px; padding:1.25rem 2rem; background:var(--dark); border:1px solid rgba(196,30,58,0.2); border-radius:4px; }
.stb-item { font-size:0.78rem; font-weight:600; color:rgba(255,255,255,0.65); letter-spacing:0.04em; }
.stb-item strong { color:var(--white); }
.stb-divider { width:1px; height:18px; background:rgba(255,255,255,0.12); }
@media (max-width:600px) { .stb-divider { display:none; } }

/* Carousel arrows */
.products-arrow { display:flex !important; flex-shrink:0; align-items:center; justify-content:center; width:38px; height:38px; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); border-radius:50%; color:var(--white); cursor:pointer; transition:background 0.2s, border-color 0.2s, opacity 0.2s; }
.products-arrow:hover { background:rgba(196,30,58,0.2); border-color:var(--red); }
.products-arrow:disabled { opacity:0.2; cursor:default; pointer-events:none; }
.products-outer { display:flex !important; align-items:center; gap:0.5rem; }

/* Car audio quick-scan summary */
.car-quick-summary { display:grid; grid-template-columns:repeat(4,1fr); gap:0.85rem; max-width:1100px; margin:0 auto 1.5rem; }
@media (max-width:900px) { .car-quick-summary { grid-template-columns:repeat(2,1fr); } }
@media (max-width:480px) { .car-quick-summary { grid-template-columns:1fr; } }
.cqs-item { display:flex; align-items:center; gap:0.75rem; background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.08); border-radius:4px; padding:0.9rem 1rem; transition:border-color 0.2s; }
.cqs-item:hover { border-color:rgba(196,30,58,0.3); }
.cqs-icon { font-size:1.5rem; flex-shrink:0; line-height:1; }
.cqs-text { flex:1; display:flex; flex-direction:column; gap:0.1rem; }
.cqs-text strong { font-size:0.82rem; font-weight:800; color:var(--white); }
.cqs-text span { font-size:0.65rem; color:rgba(255,255,255,0.38); }
.cqs-tag { font-size:0.58rem; font-weight:800; letter-spacing:0.06em; text-transform:uppercase; background:rgba(255,255,255,0.07); color:rgba(255,255,255,0.4); padding:0.22rem 0.5rem; border-radius:2px; white-space:nowrap; flex-shrink:0; }
.cqs-tag--gold { background:rgba(232,176,0,0.12); color:var(--gold); }
.bldr-hint-sub { text-align:center; font-size:0.78rem; color:rgba(255,255,255,0.25); letter-spacing:0.04em; margin-bottom:2.5rem; font-weight:600; }

/* ══════════════════════════════════════════
   SYSTEM BUILDER SECTION  (.section-builder)
══════════════════════════════════════════ */

.section-builder {
  padding: 6rem 2.5rem;
  background: #080812;
  overflow: hidden;
}

.bldr-header { text-align: center; margin-bottom: 3rem; }
.bldr-header .section-tag  { color: var(--red); }
.bldr-header .section-title { color: var(--white); }
.bldr-header .section-sub  { color: rgba(255,255,255,0.45); margin-bottom: 2rem; }
.bldr-header em { color: var(--red); }

.bldr-presets {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.preset-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--white);
  border-radius: 4px;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
  min-width: 100px;
  font-family: 'Nunito', sans-serif;
}
.preset-btn:hover { background: rgba(196,30,58,0.12); border-color: var(--red); transform: translateY(-2px); }
.preset-btn.active { background: rgba(196,30,58,0.18); border-color: var(--red); }
.preset-btn--gold { border-color: rgba(232,176,0,0.3); }
.preset-btn--gold:hover,
.preset-btn--gold.active { background: rgba(232,176,0,0.12); border-color: var(--gold); }

.pb-emoji { font-size: 1.4rem; line-height: 1; }
.pb-label { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); }
.pb-range { font-family: 'Space Mono', monospace; font-size: 0.62rem; color: var(--gold); letter-spacing: 0.04em; }

.bldr-body {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.bldr-diagram-col { display: flex; flex-direction: column; align-items: center; gap: 1rem; }

.car-diagram-inner { position: relative; width: 300px; }

.car-svg { width: 100%; height: auto; display: block; pointer-events: none; }

.bldr-hint { font-size: 0.68rem; color: rgba(255,255,255,0.28); letter-spacing: 0.08em; text-align: center; font-weight: 600; }

/* Zone buttons overlaid on SVG */
.zone-btn {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transform: translate(-50%, -50%);
  background: rgba(10,10,20,0.82);
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--white);
  border-radius: 20px;
  padding: 0.3rem 0.65rem 0.3rem 0.5rem;
  font-family: 'Nunito', sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.18s, border-color 0.18s, transform 0.15s;
  z-index: 10;
  backdrop-filter: blur(4px);
}
.zone-btn:hover { background: rgba(196,30,58,0.28); border-color: var(--red); transform: translate(-50%, -50%) scale(1.07); }
.zone-btn.selected { background: var(--red); border-color: var(--red); box-shadow: 0 0 12px rgba(196,30,58,0.5); }
.zone-btn--gold { border-color: rgba(232,176,0,0.4); }
.zone-btn--gold:hover { background: rgba(232,176,0,0.22); border-color: var(--gold); }
.zone-btn--gold.selected { background: var(--gold); border-color: var(--gold); color: #000; box-shadow: 0 0 12px rgba(232,176,0,0.45); }
.zone-btn--wire { border-color: rgba(255,255,255,0.25); }
.zone-btn--wire:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.6); }
.zone-btn--wire.selected { background: rgba(255,255,255,0.15); border-color: var(--white); }
.zone-btn--left { flex-direction: row-reverse; }
.zb-icon { font-size: 0.85rem; line-height: 1; }
.zb-label { line-height: 1; }
.zb-check { font-size: 0.75rem; font-weight: 900; color: rgba(255,255,255,0.5); line-height: 1; transition: color 0.15s; }
.zone-btn.selected .zb-check { color: var(--white); }

/* Build summary panel */
.bldr-summary-col { position: sticky; top: 80px; }

.build-panel {
  background: var(--dark-card);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.3s;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.build-panel.has-items { border-color: rgba(196,30,58,0.3); }

.bp-empty { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; padding: 2.5rem; text-align: center; }
.bp-empty-icon { font-size: 2.8rem; opacity: 0.4; }
.bp-empty h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: rgba(255,255,255,0.4); letter-spacing: 0.04em; margin: 0; }
.bp-empty p { font-size: 0.83rem; color: rgba(255,255,255,0.28); line-height: 1.65; max-width: 240px; margin: 0; }
.bp-hint-pills { display: flex; flex-wrap: wrap; gap: 0.4rem; justify-content: center; margin-top: 0.25rem; }
.bp-hint-pills span { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.25rem 0.65rem; border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.3); border-radius: 20px; }

.bp-active { display: none; flex-direction: column; padding: 1.5rem; gap: 1rem; }
.build-panel.has-items .bp-active { display: flex; }
.build-panel.has-items .bp-empty  { display: none; }

.bp-head { display: flex; align-items: center; justify-content: space-between; }
.bp-head-label { font-size: 0.6rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); }
.bp-clear { background: none; border: none; color: rgba(255,255,255,0.28); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; font-family: 'Nunito', sans-serif; transition: color 0.2s; }
.bp-clear:hover { color: var(--red); }

.bp-list { list-style: none; display: flex; flex-direction: column; gap: 0.4rem; padding: 0; margin: 0; }
.bp-item { display: flex; align-items: center; gap: 0.6rem; padding: 0.65rem 0.75rem; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 4px; transition: border-color 0.15s; }
.bp-item:hover { border-color: rgba(255,255,255,0.14); }
.bp-item-icon { font-size: 1rem; line-height: 1; flex-shrink: 0; }
.bp-item-name { flex: 1; font-size: 0.8rem; font-weight: 700; color: var(--white); }
.bp-item-price { font-family: 'Space Mono', monospace; font-size: 0.65rem; color: var(--gold); flex-shrink: 0; }
.bp-item-remove { background: none; border: none; color: rgba(255,255,255,0.2); font-size: 0.65rem; cursor: pointer; padding: 0 0.15rem; line-height: 1; transition: color 0.15s; flex-shrink: 0; }
.bp-item-remove:hover { color: var(--red); }

.bp-totals { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 1rem; display: flex; flex-direction: column; gap: 0.5rem; }
.bp-row { display: flex; justify-content: space-between; align-items: center; }
.bp-row-label { font-size: 0.72rem; color: rgba(255,255,255,0.4); font-weight: 600; }
.bp-price { font-family: 'Space Mono', monospace; font-size: 1rem; font-weight: 700; color: var(--gold); letter-spacing: 0.02em; }
.bp-time { font-family: 'Space Mono', monospace; font-size: 0.72rem; color: rgba(255,255,255,0.55); }

.bp-cta { display: block; text-align: center; background: var(--red); color: var(--white); font-family: 'Nunito', sans-serif; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; padding: 0.85rem; border-radius: 4px; transition: background 0.2s, transform 0.15s; margin-top: 0.25rem; }
.bp-cta:hover { background: var(--red-dark); transform: translateY(-1px); }
.bp-call { display: block; text-align: center; font-size: 0.7rem; color: rgba(255,255,255,0.3); text-decoration: none; font-weight: 600; letter-spacing: 0.04em; transition: color 0.2s; }
.bp-call:hover { color: var(--gold); }

/* Mobile card list */
.bldr-cards { display: none; flex-direction: column; gap: 0; max-width: 640px; margin: 2rem auto 0; border: 1px solid rgba(255,255,255,0.08); border-radius: 6px; overflow: hidden; }
.bc-item { display: flex; align-items: center; gap: 0.85rem; padding: 1rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,0.06); cursor: pointer; transition: background 0.15s; user-select: none; }
.bc-item:last-child { border-bottom: none; }
.bc-item:hover { background: rgba(255,255,255,0.04); }
.bc-item.selected { background: rgba(196,30,58,0.1); border-left: 3px solid var(--red); }
.bc-icon { font-size: 1.4rem; line-height: 1; flex-shrink: 0; }
.bc-info { flex: 1; display: flex; flex-direction: column; gap: 0.15rem; }
.bc-name { font-size: 0.88rem; font-weight: 700; color: var(--white); }
.bc-desc { font-size: 0.7rem; color: rgba(255,255,255,0.38); line-height: 1.4; }
.bc-right { display: flex; flex-direction: column; align-items: flex-end; gap: 0.3rem; flex-shrink: 0; }
.bc-price { font-family: 'Space Mono', monospace; font-size: 0.62rem; color: var(--gold); }
.bc-check { font-size: 0.65rem; font-weight: 800; color: rgba(255,255,255,0.18); transition: color 0.15s; }
.bc-item.selected .bc-check { color: var(--red); }

/* Install proof grid */
.bldr-proof { max-width: 1100px; margin: 4rem auto 0; text-align: center; }
.bldr-proof-title { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: var(--white); letter-spacing: 0.04em; margin-bottom: 0.4rem; }
.bldr-proof-sub { font-size: 0.78rem; color: rgba(255,255,255,0.28); margin-bottom: 1.75rem; }
.bldr-proof-sub code { font-family: 'Space Mono', monospace; background: rgba(255,255,255,0.06); padding: 0.1rem 0.4rem; border-radius: 2px; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.proof-card { background: var(--dark-card); border: 1px solid rgba(255,255,255,0.07); border-radius: 4px; overflow: hidden; transition: border-color 0.2s; }
.proof-card:hover { border-color: rgba(255,255,255,0.15); }
.proof-img-wrap { aspect-ratio: 4/3; overflow: hidden; background: rgba(255,255,255,0.03); }
.proof-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.proof-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; color: rgba(255,255,255,0.18); font-size: 0.7rem; font-family: 'Space Mono', monospace; }
.proof-placeholder span:first-child { font-size: 2rem; }
.proof-meta { padding: 0.85rem 1rem; display: flex; flex-direction: column; gap: 0.2rem; text-align: left; }
.proof-meta strong { font-size: 0.82rem; font-weight: 700; color: var(--white); }
.proof-meta span { font-size: 0.68rem; color: rgba(255,255,255,0.35); }

/* Mobile sticky summary bar */
.bldr-mobile-summary { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: #0f0f1e; border-top: 1px solid rgba(196,30,58,0.4); padding: 0.85rem 1.25rem; z-index: 900; animation: mobileBarIn 0.25s ease; }
@keyframes mobileBarIn { from { transform: translateY(100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.bldr-mobile-summary.visible { display: block; }
.bms-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.bms-left { display: flex; flex-direction: column; gap: 0.1rem; }
.bms-price { font-family: 'Space Mono', monospace; font-size: 1rem; font-weight: 700; color: var(--gold); }
.bms-meta { font-size: 0.65rem; color: rgba(255,255,255,0.4); font-weight: 600; letter-spacing: 0.04em; }
.bms-cta { background: var(--red); color: var(--white); font-family: 'Nunito', sans-serif; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; padding: 0.65rem 1.1rem; border-radius: 4px; white-space: nowrap; flex-shrink: 0; transition: background 0.2s; }
.bms-cta:hover { background: var(--red-dark); }

/* Builder responsive */
@media (max-width: 860px) {
  .bldr-body { display: none; }
  .bldr-cards { display: flex; }
  .bldr-proof { margin-top: 2.5rem; }
  .proof-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .section-builder { padding: 4rem 1.25rem; }
  .bldr-presets { gap: 0.5rem; }
  .preset-btn { min-width: 85px; padding: 0.65rem 0.85rem; }
}

/* ══════════════════════════════════════════
   DETAIL MODAL  (services + products pop-up)
══════════════════════════════════════════ */

.detail-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 2100;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.detail-overlay.open {
  display: flex;
  animation: dmFadeIn 0.22s ease;
}

@keyframes dmFadeIn { from { opacity: 0; } to { opacity: 1; } }

.detail-modal {
  background: #13131f;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 2.25rem 2.5rem 2rem;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: dmSlideUp 0.26s cubic-bezier(0.22,1,0.36,1);
  box-shadow: 0 32px 80px rgba(0,0,0,0.7);
  scrollbar-width: none;
}
.detail-modal::-webkit-scrollbar { display: none; }

@keyframes dmSlideUp {
  from { opacity: 0; transform: translateY(24px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Close button */
.detail-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255,255,255,0.07);
  border: none;
  color: rgba(255,255,255,0.5);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.detail-close:hover { background: rgba(196,30,58,0.22); color: var(--red); }

/* Header */
.dm-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.dm-icon { font-size: 2.5rem; line-height: 1; flex-shrink: 0; }

.dm-label {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.dm-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: var(--white);
  margin: 0;
  line-height: 1;
}

/* Description */
.dm-desc {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.75;
  margin: 0 0 1.25rem;
}

/* Tags */
.dm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}

.dm-tag {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.55);
  border-radius: 20px;
}

/* Highlights list */
.dm-highlights { margin-bottom: 1.5rem; }

.dm-hl-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dm-hl-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.84rem;
  color: rgba(255,255,255,0.75);
  font-weight: 600;
}

.dm-hl-list li::before {
  content: '✓';
  font-size: 0.7rem;
  font-weight: 900;
  color: var(--gold);
  background: rgba(232,176,0,0.1);
  border: 1px solid rgba(232,176,0,0.25);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  padding-top: 1px;
}

/* Price + turnaround meta row */
.dm-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.dm-meta-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 0.85rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.dm-meta-label {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}

.dm-meta-val {
  font-family: 'Space Mono', monospace;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold);
}

/* CTA buttons */
.dm-ctas {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.dm-btn-primary {
  display: block;
  text-align: center;
  background: var(--red);
  color: var(--white);
  font-family: 'Nunito', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.9rem;
  border-radius: 6px;
  transition: background 0.2s, transform 0.15s;
}
.dm-btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); }

.dm-btn-secondary {
  display: block;
  text-align: center;
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.65);
  font-family: 'Nunito', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.8rem;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: background 0.2s, color 0.2s;
}
.dm-btn-secondary:hover { background: rgba(255,255,255,0.09); color: var(--white); }

/* Service card — clickable cursor hint */
.sc-clickable { cursor: pointer; }
.sc-clickable .sc-link { cursor: pointer; }

/* Mobile bottom-sheet style */
@media (max-width: 560px) {
  .detail-overlay { align-items: flex-end; padding: 0; }
  .detail-modal {
    max-width: 100%;
    max-height: 92vh;
    border-radius: 16px 16px 0 0;
    padding: 1.75rem 1.5rem 2rem;
    animation: dmSlideSheet 0.28s cubic-bezier(0.22,1,0.36,1);
  }
  @keyframes dmSlideSheet {
    from { transform: translateY(100%); opacity: 0.6; }
    to   { transform: translateY(0);   opacity: 1; }
  }
  .dm-meta { grid-template-columns: 1fr; }
}


/* ── Detail modal inline quote form ── */

.dm-quote-form {
  display: none;
  flex-direction: column;
  gap: 1rem;
  animation: dmFadeIn 0.2s ease;
}

/* When .dm-form-view is on the modal, swap panels */
.detail-modal.dm-form-view .dm-desc,
.detail-modal.dm-form-view .dm-tags,
.detail-modal.dm-form-view .dm-highlights,
.detail-modal.dm-form-view .dm-meta,
.detail-modal.dm-form-view .dm-ctas {
  display: none;
}

.detail-modal.dm-form-view .dm-quote-form {
  display: flex;
}

.dm-quote-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.25rem;
}

.dm-back-btn {
  background: none;
  border: none;
  color: rgba(255,255,255,0.4);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
  padding: 0;
  transition: color 0.2s;
}
.dm-back-btn:hover { color: var(--white); }

.dm-quote-label {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0;
}

.dm-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.dm-input {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 5px;
  padding: 0.75rem 1rem;
  color: var(--white);
  font-family: 'Nunito', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
}
.dm-input:focus { border-color: var(--red); background: rgba(255,255,255,0.07); }
.dm-input::placeholder { color: rgba(255,255,255,0.28); }
.dm-input[readonly] { color: rgba(255,255,255,0.45); cursor: default; font-size: 0.78rem; }

.dm-textarea { resize: none; min-height: 90px; }

.dm-submit {
  width: 100%;
  background: var(--red);
  color: var(--white);
  border: none;
  border-radius: 5px;
  padding: 0.9rem;
  font-family: 'Nunito', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, opacity 0.2s;
}
.dm-submit:hover:not(:disabled) { background: var(--red-dark); transform: translateY(-1px); }

.dm-confirm {
  display: none;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: #4caf50;
  margin: 0;
}

.dm-form-alt {
  text-align: center;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.28);
  margin: 0;
}
.dm-form-alt a { color: var(--gold); text-decoration: none; }
.dm-form-alt a:hover { text-decoration: underline; }

@media (max-width: 440px) {
  .dm-form-row { grid-template-columns: 1fr; }
}