:root {
      --brand-blue: #3b9fe8;
      --brand-blue-dark: #2080d0;
      --brand-black: #0d1117;
      --brand-dark: #111827;
      --white: #ffffff;
      --gray-50: #f7f9fc;
      --gray-100: #eef2f7;
      --gray-200: #dde4ed;
      --gray-400: #8a9ab0;
      --gray-600: #4a5a6e;
      --gray-800: #18222e;
      --green: #16a34a;
      --gold: #f59e0b;
      --fd: 'Barlow Condensed', sans-serif;
      --fb: 'DM Sans', sans-serif;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: var(--fb); color: var(--gray-800); background: var(--white); overflow-x: hidden; }

    /* ── TOPBAR ── */
    .topbar { background: var(--brand-black); color: rgba(255,255,255,0.75); font-size: 0.78rem; font-weight: 500; padding: 9px 0; }
    .topbar-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }
    .topbar a { color: inherit; text-decoration: none; }
    .topbar a:hover { color: var(--brand-blue); }
    .topbar-left { display: flex; align-items: center; gap: 20px; }
    .topbar-right { display: flex; align-items: center; gap: 16px; }
    .open-badge { background: var(--green); color: white; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; padding: 3px 10px; border-radius: 20px; text-transform: uppercase; }
    .open-badge.closed { background: #64748b; }
    .sun-hours { color: #4ade80; font-weight: 600; }

    /* ── TICKER ── */
    .ticker-wrap {
      background: var(--brand-blue);
      overflow: hidden;
      padding: 9px 0;
      position: sticky;
      top: 0;
      z-index: 101;
      border-top: 1px solid rgba(255,255,255,0.15);
    }
    .ticker-track {
      display: flex;
      width: max-content;
      animation: ticker-scroll 90s linear infinite;
    }
    .ticker-wrap:hover .ticker-track { animation-play-state: paused; }
    @keyframes ticker-scroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    .ticker-item {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
      font-size: 0.78rem;
      font-weight: 700;
      color: white;
      letter-spacing: 0.04em;
      padding: 0 36px;
    }
    .ticker-dot {
      width: 5px; height: 5px;
      background: rgba(255,255,255,0.5);
      border-radius: 50%;
      flex-shrink: 0;
    }
    .ticker-item .ticker-icon { font-size: 0.85rem; }

    /* ── NAV ── */
    nav { background: var(--white); border-bottom: 1px solid var(--gray-200); position: sticky; top: 37px; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
    .nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 90px; }
    .logo { display: block; line-height: 0; text-decoration: none; }
    .logo img { height: 56px; width: auto; display: block; }
    .nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
    .nav-links a { text-decoration: none; color: var(--gray-600); font-size: 0.88rem; font-weight: 500; padding: 8px 14px; border-radius: 8px; transition: all 0.15s; }
    .nav-links a:hover { color: var(--brand-blue); background: #eef7ff; }
    .nav-cta { background: var(--brand-blue) !important; color: white !important; font-weight: 600 !important; border-radius: 10px !important; }
    .nav-cta:hover { background: var(--brand-blue-dark) !important; color: white !important; }

    /* ── HERO ── */
    .hero {
      background: var(--brand-black);
      background-image: radial-gradient(ellipse 70% 60% at 70% 50%, rgba(59,159,232,0.16) 0%, transparent 65%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%233b9fe8' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
      padding: 90px 24px 80px;
      position: relative;
    }
    .hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
    .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.85); font-size: 0.73rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 22px; }
    .hero-badge-dot { width: 7px; height: 7px; background: #4ade80; border-radius: 50%; box-shadow: 0 0 6px #4ade80; animation: blink 2s ease-in-out infinite; }
    @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
    .hero h1 { font-family: var(--fd); font-size: clamp(2.8rem, 4.5vw, 4rem); font-weight: 900; line-height: 1.0; color: white; letter-spacing: -0.01em; margin-bottom: 20px; }
    .hero h1 em { font-style: normal; color: var(--brand-blue); }
    .hero-sub { font-size: 1rem; color: rgba(255,255,255,0.7); line-height: 1.75; margin-bottom: 34px; max-width: 460px; }
    .hero-sub strong { color: white; }
    .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 44px; }
    .btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--brand-blue); color: white; font-weight: 700; font-size: 0.95rem; padding: 14px 26px; border-radius: 10px; text-decoration: none; transition: all 0.2s; box-shadow: 0 4px 20px rgba(59,159,232,0.4); }
    .btn-primary:hover { background: var(--brand-blue-dark); transform: translateY(-2px); }
    .btn-outline { display: inline-flex; align-items: center; gap: 8px; border: 2px solid rgba(255,255,255,0.35); color: white; font-weight: 600; font-size: 0.95rem; padding: 13px 22px; border-radius: 10px; text-decoration: none; transition: all 0.2s; }
    .btn-outline:hover { border-color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.07); }
    .hero-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 22px 20px; }
    .hero-stat-num { font-family: var(--fd); font-size: 1.9rem; font-weight: 900; color: var(--brand-blue); line-height: 1; }
    .hero-stat-label { font-size: 0.73rem; color: rgba(255,255,255,0.5); margin-top: 4px; }

    /* Live Repairs Widget */
    .hero-visual { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
    .open-pill { background: var(--green); color: white; font-size: 0.8rem; font-weight: 700; padding: 8px 16px; border-radius: 20px; box-shadow: 0 4px 16px rgba(22,163,74,0.45); }
    .repairs-widget { background: white; border-radius: 20px; padding: 24px; width: 360px; box-shadow: 0 24px 64px rgba(0,0,0,0.4); }
    .widget-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
    .live-badge { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; color: var(--brand-blue); text-transform: uppercase; }
    .repair-row { display: flex; align-items: center; gap: 10px; padding: 11px 10px; border-radius: 10px; margin-bottom: 2px; }
    .repair-row.active { background: #f0f8ff; }
    .rdot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
    .rdot.done { background: #cbd5e1; }
    .rdot.prog { background: var(--brand-blue); box-shadow: 0 0 0 3px rgba(59,159,232,0.22); animation: blink 1.4s infinite; }
    .rdot.next { background: #e2e8f0; border: 2px solid #cbd5e1; }
    .rname { flex: 1; font-size: 0.88rem; font-weight: 500; color: var(--gray-800); }
    .rright { display: flex; flex-direction: column; align-items: flex-end; gap: 1px; }
    .rdur { font-size: 0.7rem; color: var(--gray-400); }
    .rstatus { font-size: 0.7rem; font-weight: 700; }
    .rstatus.done { color: #94a3b8; }
    .rstatus.prog { color: var(--brand-blue); }
    .rstatus.next { color: #94a3b8; }
    .widget-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--gray-200); }
    .widget-foot-text { font-size: 0.77rem; font-weight: 600; color: var(--gray-800); line-height: 1.5; }
    .widget-foot-text small { font-size: 0.68rem; color: var(--gray-400); font-weight: 400; }
    .wcall { background: var(--brand-blue); color: white; font-weight: 700; font-size: 0.84rem; padding: 10px 18px; border-radius: 9px; text-decoration: none; white-space: nowrap; transition: all 0.2s; }
    .wcall:hover { background: var(--brand-blue-dark); }

    /* ── TRUST BAR ── */
    .trust-bar { background: var(--brand-blue); padding: 16px 24px; }
    .trust-bar-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; gap: 44px; flex-wrap: wrap; }
    .trust-item { display: flex; align-items: center; gap: 8px; color: white; font-size: 0.86rem; font-weight: 500; }
    .trust-item svg { width: 17px; height: 17px; fill: rgba(255,255,255,0.8); flex-shrink: 0; }

    /* ── SECTIONS ── */
    .section { padding: 80px 24px; }
    .section-inner { max-width: 1200px; margin: 0 auto; }
    .section-bg { background: var(--gray-50); }
    .section-dark { background: var(--brand-black); }
    .slabel { display: inline-block; font-size: 0.71rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--brand-blue); margin-bottom: 10px; }
    .stitle { font-family: var(--fd); font-size: clamp(1.9rem, 3vw, 2.7rem); font-weight: 900; color: var(--gray-800); line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 14px; }
    .sdesc { font-size: 0.97rem; color: var(--gray-600); line-height: 1.75; max-width: 580px; }
    .stitle.light { color: white; }
    .sdesc.light { color: rgba(255,255,255,0.6); }
    .slabel.light { color: var(--brand-blue); }

    /* ── SERVICES ── */
    .services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 44px; }
    .service-card { background: white; border: 1.5px solid var(--gray-200); border-radius: 16px; padding: 30px 26px; transition: all 0.22s; text-decoration: none; display: block; position: relative; overflow: hidden; }
    .service-card::after { content:''; position:absolute; bottom:0;left:0;right:0; height:3px; background:var(--brand-blue); transform:scaleX(0); transform-origin:left; transition:transform 0.22s; }
    .service-card:hover { border-color: var(--brand-blue); box-shadow: 0 8px 30px rgba(59,159,232,0.13); transform: translateY(-3px); }
    .service-card:hover::after { transform:scaleX(1); }
    .sicon { width: 50px; height: 50px; background: #eef7ff; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 1.55rem; margin-bottom: 16px; transition: all 0.22s; }
    .service-card:hover .sicon { background: #d6eefb; transform: scale(1.08); }
    .service-card h3 { font-family: var(--fd); font-size: 1.15rem; font-weight: 800; color: var(--gray-800); margin-bottom: 7px; }
    .service-card p { font-size: 0.83rem; color: var(--gray-600); line-height: 1.6; }
    .stag { display: inline-block; background: #eef7ff; color: var(--brand-blue); font-size: 0.68rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; margin-top: 12px; letter-spacing: 0.03em; }

    /* ── WHY ── */
    .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1200px; margin: 0 auto; }
    .why-features { display: flex; flex-direction: column; gap: 18px; margin-top: 32px; }
    .why-feat { display: flex; gap: 14px; align-items: flex-start; }
    .why-feat-icon { width: 42px; height: 42px; background: rgba(59,159,232,0.12); border: 1px solid rgba(59,159,232,0.25); border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
    .why-feat h4 { font-family: var(--fd); font-size: 1.05rem; font-weight: 800; color: white; margin-bottom: 3px; }
    .why-feat p { font-size: 0.83rem; color: rgba(255,255,255,0.5); line-height: 1.6; }
    .stat-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .stat-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); border-radius: 16px; padding: 26px 22px; text-align: center; }
    .stat-num { font-family: var(--fd); font-size: 2.4rem; font-weight: 900; color: var(--brand-blue); line-height: 1; margin-bottom: 5px; }
    .stat-lbl { font-size: 0.8rem; color: rgba(255,255,255,0.45); line-height: 1.4; }

    /* ── INSURANCE ── */
    .insurance-section { background: var(--gray-50); padding: 72px 24px; }
    .insurance-inner { max-width: 1200px; margin: 0 auto; }
    .insurance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-top: 48px; }
    .insurance-cards { display: flex; flex-direction: column; gap: 16px; }
    .ins-card { background: white; border: 1.5px solid var(--gray-200); border-radius: 16px; padding: 26px 28px; display: flex; align-items: center; gap: 20px; transition: all 0.2s; }
    .ins-card:hover { border-color: var(--brand-blue); box-shadow: 0 6px 24px rgba(59,159,232,0.1); }
    .ins-logo { width: 64px; height: 64px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; flex-shrink: 0; }
    .ins-logo.asurion { background: #6b21a8; color: white; }
    .ins-logo.squaretrade { background: #0f4c81; color: white; }
    .ins-logo span { font-family: var(--fd); font-size: 1rem; font-weight: 900; color: white; letter-spacing: -0.5px; text-align: center; line-height: 1.1; }
    .ins-info h4 { font-family: var(--fd); font-size: 1.15rem; font-weight: 800; color: var(--gray-800); margin-bottom: 4px; }
    .ins-info p { font-size: 0.83rem; color: var(--gray-600); line-height: 1.55; }
    .ins-accepted { display: inline-flex; align-items: center; gap: 5px; background: #dcfce7; color: #15803d; font-size: 0.7rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; margin-top: 8px; letter-spacing: 0.04em; }
    .ins-steps { display: flex; flex-direction: column; gap: 20px; }
    .ins-step { display: flex; gap: 16px; align-items: flex-start; }
    .ins-step-num { width: 36px; height: 36px; background: var(--brand-blue); color: white; font-family: var(--fd); font-size: 1rem; font-weight: 900; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .ins-step h5 { font-family: var(--fd); font-size: 1rem; font-weight: 800; color: var(--gray-800); margin-bottom: 3px; }
    .ins-step p { font-size: 0.83rem; color: var(--gray-600); line-height: 1.55; }
    .ins-cta { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }

    /* ── PROBLEMS ── */
    .problems-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 44px; }
    .prob-card { background: var(--gray-50); border: 1.5px solid var(--gray-200); border-radius: 13px; padding: 22px; display: flex; gap: 12px; align-items: flex-start; transition: all 0.2s; }
    .prob-card:hover { border-color: var(--brand-blue); background: #eef7ff; }
    .prob-emoji { font-size: 1.5rem; flex-shrink: 0; }
    .prob-card h4 { font-family: var(--fd); font-size: 1rem; font-weight: 800; color: var(--gray-800); margin-bottom: 3px; }
    .prob-card p { font-size: 0.8rem; color: var(--gray-600); line-height: 1.55; }

    /* ── REVIEWS ── */
    .reviews-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; flex-wrap: wrap; gap: 20px; }
    .rating-block { display: flex; align-items: center; gap: 14px; }
    .rating-num { font-family: var(--fd); font-size: 3.2rem; font-weight: 900; color: var(--gray-800); line-height: 1; }
    .stars { font-size: 1.25rem; color: var(--gold); letter-spacing: 2px; }
    .rating-sub { font-size: 0.8rem; color: var(--gray-400); margin-top: 3px; }
    .reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
    .review-card { background: white; border: 1px solid var(--gray-200); border-radius: 16px; padding: 22px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
    .rev-stars { font-size: 0.9rem; color: var(--gold); margin-bottom: 10px; }
    .rev-text { font-size: 0.86rem; color: var(--gray-600); line-height: 1.7; margin-bottom: 14px; }
    .reviewer { display: flex; align-items: center; gap: 10px; }
    .rev-avatar { width: 35px; height: 35px; border-radius: 50%; background: linear-gradient(135deg, var(--brand-blue), var(--brand-blue-dark)); display: flex; align-items: center; justify-content: center; font-family: var(--fd); font-size: 0.82rem; font-weight: 800; color: white; flex-shrink: 0; }
    .rev-name { font-weight: 600; font-size: 0.83rem; color: var(--gray-800); }
    .rev-date { font-size: 0.72rem; color: var(--gray-400); }
    .gbadge { font-size: 0.68rem; color: var(--gray-400); display: flex; align-items: center; gap: 3px; margin-top: 2px; }
    .gbadge-g { font-weight: 800; color: #4285f4; }

    /* ── LOCATION ── */
    .local-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; max-width: 1200px; margin: 0 auto; }
    .map-card { background: #eef7ff; border: 2px solid var(--gray-200); border-radius: 20px; padding: 36px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
    .map-pin-big { font-size: 2.8rem; }
    .map-address { font-family: var(--fd); font-size: 1.25rem; font-weight: 800; color: var(--gray-800); line-height: 1.35; }
    .map-btn { display: inline-flex; align-items: center; gap: 7px; background: var(--brand-blue); color: white; font-weight: 700; font-size: 0.85rem; padding: 11px 22px; border-radius: 9px; text-decoration: none; transition: all 0.2s; }
    .map-btn:hover { background: var(--brand-blue-dark); }
    .map-btn-ghost { background: transparent; border: 2px solid var(--brand-blue); color: var(--brand-blue); }
    .map-btn-ghost:hover { background: var(--brand-blue); color: white; }
    .hours-card { background: var(--gray-50); border: 1.5px solid var(--gray-200); border-radius: 14px; overflow: hidden; margin-top: 22px; }
    .hours-head { background: var(--brand-blue); color: white; font-family: var(--fd); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 11px 18px; }
    .hours-row { display: flex; justify-content: space-between; align-items: center; padding: 11px 18px; border-bottom: 1px solid var(--gray-200); font-size: 0.86rem; }
    .hours-row:last-child { border-bottom: none; }
    .hours-day { color: var(--gray-600); font-weight: 500; }
    .hours-time { color: var(--gray-800); font-weight: 600; }
    .hours-time.sun { color: var(--green); }
    .area-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
    .area-tag { background: #eef7ff; border: 1px solid var(--gray-200); color: var(--brand-blue); font-size: 0.78rem; font-weight: 500; padding: 4px 12px; border-radius: 20px; }

    /* ── FAQ ── */
    .faq-list { margin-top: 44px; display: flex; flex-direction: column; gap: 10px; max-width: 780px; }
    .faq-item { background: white; border: 1.5px solid var(--gray-200); border-radius: 12px; overflow: hidden; transition: border-color 0.2s; }
    .faq-item.open { border-color: var(--brand-blue); }
    .faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 19px 22px; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--fb); font-size: 0.93rem; font-weight: 600; color: var(--gray-800); gap: 14px; }
    .faq-arrow { color: var(--brand-blue); flex-shrink: 0; font-size: 1rem; transition: transform 0.2s; }
    .faq-item.open .faq-arrow { transform: rotate(180deg); }
    .faq-a { display: none; padding: 0 22px 18px; font-size: 0.88rem; color: var(--gray-600); line-height: 1.72; }
    .faq-item.open .faq-a { display: block; }

    /* ── CTA ── */
    .cta-section { background: var(--brand-blue); padding: 80px 24px; text-align: center; }
    .cta-section h2 { font-family: var(--fd); font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 900; color: white; margin-bottom: 10px; }
    .cta-section p { color: rgba(255,255,255,0.8); font-size: 1rem; margin-bottom: 34px; }
    .cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
    .btn-white { display: inline-flex; align-items: center; gap: 8px; background: white; color: var(--brand-blue); font-weight: 700; font-size: 0.97rem; padding: 14px 28px; border-radius: 10px; text-decoration: none; transition: all 0.2s; box-shadow: 0 4px 18px rgba(0,0,0,0.12); }
    .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.18); }
    .btn-ghost-white { display: inline-flex; align-items: center; gap: 8px; border: 2px solid rgba(255,255,255,0.5); color: white; font-weight: 600; font-size: 0.97rem; padding: 13px 24px; border-radius: 10px; text-decoration: none; transition: all 0.2s; }
    .btn-ghost-white:hover { background: rgba(255,255,255,0.12); border-color: white; }

    /* ── FOOTER ── */
    footer { background: var(--brand-black); color: rgba(255,255,255,0.5); padding: 60px 24px 28px; }
    .footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
    .footer-logo-mark { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
    .footer-icon { width: 42px; height: 42px; background: var(--brand-blue); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .footer-icon span { color: white; font-family: var(--fd); font-size: 1.1rem; font-weight: 900; letter-spacing: -1px; }
    .footer-brand-name { font-family: var(--fd); font-size: 1.2rem; font-weight: 900; color: white; line-height: 1.1; }
    .footer-brand-sub { font-size: 0.66rem; color: rgba(255,255,255,0.35); letter-spacing: 0.07em; text-transform: uppercase; }
    .footer-brand p { font-size: 0.83rem; line-height: 1.72; max-width: 250px; margin-bottom: 16px; }
    .footer-contact a { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.75); text-decoration: none; font-size: 0.85rem; font-weight: 500; margin-bottom: 7px; }
    .footer-contact a:hover { color: var(--brand-blue); }
    .footer-col h5 { font-family: var(--fd); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: white; margin-bottom: 14px; }
    .footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
    .footer-links a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.83rem; transition: color 0.15s; }
    .footer-links a:hover { color: var(--brand-blue); }
    .footer-links .sun { color: #4ade80 !important; }
    .footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.07); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; font-size: 0.76rem; flex-wrap: wrap; gap: 8px; }
    .footer-bottom a { color: rgba(255,255,255,0.4); text-decoration: none; }

    /* ── RESPONSIVE ── */

    /* Tablet: 960px */
    @media (max-width: 960px) {
      .hero-inner { grid-template-columns: 1fr; }
      .hero-visual { display: none; }
      .hero h1 { font-size: 3rem; }
      .services-grid { grid-template-columns: repeat(2,1fr); }
      .problems-grid { grid-template-columns: repeat(2,1fr); }
      .reviews-grid { grid-template-columns: repeat(2,1fr); }
      .why-grid { grid-template-columns: 1fr; gap: 40px; }
      .stat-cards { grid-template-columns: repeat(2,1fr); }
      .local-grid { grid-template-columns: 1fr; }
      .insurance-grid { grid-template-columns: 1fr; gap: 36px; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
      /* Hide desktop nav links, show hamburger */
      .nav-links { display: none; }
      .nav-hamburger { display: flex; }
    }

    /* Mobile: 600px */
    @media (max-width: 600px) {
      /* Topbar */
      .topbar-inner { flex-direction: column; align-items: flex-start; gap: 4px; padding: 10px 16px; }
      .topbar-left { flex-direction: column; gap: 3px; font-size: 0.72rem; }
      .topbar-right { width: 100%; justify-content: space-between; }

      /* Nav */
      .nav-inner { padding: 0 16px; height: 72px; }
      .logo img { height: 52px; }

      /* Hero */
      .hero { padding: 52px 16px 52px; }
      .hero h1 { font-size: 2.4rem; line-height: 1.05; }
      .hero-sub { font-size: 0.93rem; }
      .hero-actions { flex-direction: column; gap: 10px; }
      .hero-actions a { text-align: center; justify-content: center; }
      .hero-stats { grid-template-columns: repeat(2,1fr); gap: 12px; padding: 16px 14px; }
      .hero-stat-num { font-size: 1.5rem; }
      .hero-badge { font-size: 0.67rem; padding: 5px 11px; }

      /* Trust bar */
      .trust-bar { padding: 14px 16px; }
      .trust-bar-inner { flex-direction: column; gap: 10px; align-items: flex-start; }
      .trust-item { font-size: 0.83rem; }

      /* Section spacing */
      .section { padding: 52px 16px; }
      .insurance-section { padding: 52px 16px; }
      .section-dark { padding: 52px 16px !important; }
      .stitle { font-size: 1.75rem; }

      /* Services */
      .services-grid { grid-template-columns: 1fr; gap: 12px; }
      .service-card { padding: 22px 20px; }

      /* Why */
      .why-grid { gap: 32px; }
      .stat-cards { grid-template-columns: repeat(2,1fr); gap: 12px; }
      .stat-num { font-size: 2rem; }

      /* Insurance */
      .insurance-grid { grid-template-columns: 1fr; gap: 28px; }
      .ins-card { flex-direction: column; align-items: flex-start; gap: 12px; padding: 20px; }
      .ins-logo { width: 52px; height: 52px; }
      .ins-cta { flex-direction: column; }
      .ins-cta a { text-align: center; justify-content: center; }

      /* Problems */
      .problems-grid { grid-template-columns: 1fr; gap: 10px; }

      /* Reviews */
      .reviews-grid { grid-template-columns: 1fr; }
      .reviews-header { flex-direction: column; align-items: flex-start; gap: 14px; }
      .rating-num { font-size: 2.5rem; }

      /* Location */
      .local-grid { grid-template-columns: 1fr; gap: 28px; }
      .map-card { padding: 26px 20px; }

      /* FAQ */
      .faq-q { font-size: 0.88rem; padding: 16px 18px; }
      .faq-a { padding: 0 18px 16px; font-size: 0.85rem; }

      /* CTA */
      .cta-section { padding: 56px 16px; }
      .cta-btns { flex-direction: column; align-items: center; }
      .cta-btns a { width: 100%; max-width: 320px; justify-content: center; }

      /* Footer */
      .footer-grid { grid-template-columns: 1fr; gap: 28px; }
      .footer-bottom { flex-direction: column; text-align: center; gap: 6px; font-size: 0.72rem; }
      footer { padding: 44px 16px 24px; }
    }

    /* Hamburger menu button — hidden on desktop */
    .nav-hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 8px;
      border-radius: 8px;
      transition: background 0.15s;
    }
    .nav-hamburger:hover { background: var(--gray-100); }
    .nav-hamburger span {
      display: block;
      width: 24px;
      height: 2.5px;
      background: var(--gray-800);
      border-radius: 2px;
      transition: all 0.25s;
    }
    /* Animated X when open */
    .nav-hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
    .nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
    .nav-hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

    /* Mobile nav drawer */
    .mobile-nav {
      display: none;
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: white;
      z-index: 200;
      flex-direction: column;
      padding: 0;
      overflow-y: auto;
    }
    .mobile-nav.open { display: flex; }
    .mobile-nav-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 20px;
      border-bottom: 1px solid var(--gray-200);
      position: sticky;
      top: 0;
      background: white;
      z-index: 1;
    }
    .mobile-nav-close {
      background: none;
      border: none;
      font-size: 1.6rem;
      cursor: pointer;
      color: var(--gray-600);
      padding: 4px 8px;
      border-radius: 6px;
    }
    .mobile-nav-links {
      list-style: none;
      padding: 16px 0;
      flex: 1;
    }
    .mobile-nav-links li a {
      display: block;
      padding: 15px 24px;
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--gray-800);
      text-decoration: none;
      border-bottom: 1px solid var(--gray-100);
      transition: background 0.15s;
    }
    .mobile-nav-links li a:hover { background: var(--gray-50); color: var(--brand-blue); }
    .mobile-nav-footer {
      padding: 20px 24px 32px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .mobile-nav-footer a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 15px;
      border-radius: 12px;
      font-weight: 700;
      font-size: 1rem;
      text-decoration: none;
    }
    .mobile-call { background: var(--brand-blue); color: white; }
    .mobile-directions { background: var(--gray-100); color: var(--gray-800); }

    /* Sticky mobile CTA bar at bottom */
    .mobile-cta-bar {
      display: none;
      position: fixed;
      bottom: 0; left: 0; right: 0;
      background: white;
      border-top: 1px solid var(--gray-200);
      padding: 10px 16px 14px;
      z-index: 90;
      gap: 10px;
      box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    }
    .mobile-cta-bar a {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 13px;
      border-radius: 10px;
      font-weight: 700;
      font-size: 0.9rem;
      text-decoration: none;
    }
    .mcta-call { background: var(--brand-blue); color: white; }
    .mcta-dir { background: var(--gray-100); color: var(--gray-800); }
    @media (max-width: 960px) {
      .mobile-cta-bar { display: flex; }
      body { padding-bottom: 70px; }
    }

/* ════════════ LANDING PAGE COMPONENTS (added) ════════════ */
.breadcrumb { max-width:1200px; margin:0 auto; padding:18px 24px 0; font-size:0.8rem; color:var(--gray-400); }
.breadcrumb a { color:var(--brand-blue); text-decoration:none; }
.breadcrumb a:hover { text-decoration:underline; }
.breadcrumb span { color:var(--gray-400); margin:0 6px; }

.page-hero { background:var(--brand-black); background-image:radial-gradient(ellipse 70% 60% at 75% 30%, rgba(59,159,232,0.16) 0%, transparent 65%); padding:54px 24px 60px; }
.page-hero-inner { max-width:1200px; margin:0 auto; }
.page-hero .eyebrow { display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.13em; text-transform:uppercase; color:var(--brand-blue); margin-bottom:14px; }
.page-hero h1 { font-family:var(--fd); font-size:clamp(2.2rem,4vw,3.3rem); font-weight:900; line-height:1.04; color:white; letter-spacing:-0.01em; margin-bottom:16px; max-width:880px; }
.page-hero h1 em { font-style:normal; color:var(--brand-blue); }
.page-hero p { font-size:1rem; color:rgba(255,255,255,0.72); line-height:1.7; max-width:680px; margin-bottom:28px; }
.page-hero-actions { display:flex; gap:12px; flex-wrap:wrap; }

.content-wrap { max-width:1200px; margin:0 auto; padding:64px 24px; display:grid; grid-template-columns:1fr 340px; gap:50px; align-items:start; }
.prose { min-width:0; }
.prose h2 { font-family:var(--fd); font-size:1.7rem; font-weight:800; color:var(--gray-800); margin:34px 0 12px; line-height:1.15; }
.prose h2:first-child { margin-top:0; }
.prose h3 { font-family:var(--fd); font-size:1.2rem; font-weight:800; color:var(--gray-800); margin:24px 0 8px; }
.prose p { font-size:0.96rem; color:var(--gray-600); line-height:1.78; margin-bottom:14px; }
.prose ul { list-style:none; margin:6px 0 18px; padding:0; }
.prose ul li { position:relative; padding-left:28px; font-size:0.95rem; color:var(--gray-600); line-height:1.7; margin-bottom:9px; }
.prose ul li::before { content:'✓'; position:absolute; left:0; top:0; color:var(--brand-blue); font-weight:800; }
.prose a { color:var(--brand-blue); text-decoration:none; font-weight:600; }
.prose a:hover { text-decoration:underline; }
.prose strong { color:var(--gray-800); }

.price-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin:18px 0 24px; }
.price-card { border:1.5px solid var(--gray-200); border-radius:13px; padding:18px 20px; background:var(--gray-50); }
.price-card .pc-name { font-family:var(--fd); font-weight:800; color:var(--gray-800); font-size:1.02rem; margin-bottom:3px; }
.price-card .pc-price { color:var(--brand-blue); font-weight:800; font-size:0.95rem; }
.price-card .pc-note { font-size:0.78rem; color:var(--gray-400); margin-top:4px; }

.sidebar { position:sticky; top:120px; display:flex; flex-direction:column; gap:18px; }
.side-card { background:white; border:1.5px solid var(--gray-200); border-radius:16px; padding:24px; box-shadow:0 4px 20px rgba(0,0,0,0.05); }
.side-card.dark { background:var(--brand-black); border-color:rgba(255,255,255,0.1); }
.side-card.dark h4 { color:white; }
.side-card.dark p { color:rgba(255,255,255,0.6); }
.side-card h4 { font-family:var(--fd); font-size:1.15rem; font-weight:800; color:var(--gray-800); margin-bottom:8px; }
.side-card p { font-size:0.85rem; color:var(--gray-600); line-height:1.6; margin-bottom:14px; }
.side-card .side-call { display:flex; align-items:center; justify-content:center; gap:8px; background:var(--brand-blue); color:white; font-weight:700; font-size:0.98rem; padding:14px; border-radius:11px; text-decoration:none; transition:all 0.2s; }
.side-card .side-call:hover { background:var(--brand-blue-dark); }
.side-hours { list-style:none; padding:0; margin:0; }
.side-hours li { display:flex; justify-content:space-between; font-size:0.84rem; padding:7px 0; border-bottom:1px solid var(--gray-100); color:var(--gray-600); }
.side-hours li:last-child { border-bottom:none; }
.side-hours .sun { color:var(--green); font-weight:700; }

.related-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:40px; }
.related-card { background:white; border:1.5px solid var(--gray-200); border-radius:13px; padding:20px; text-decoration:none; display:block; transition:all 0.2s; }
.related-card:hover { border-color:var(--brand-blue); box-shadow:0 6px 22px rgba(59,159,232,0.12); transform:translateY(-2px); }
.related-card .rc-icon { font-size:1.6rem; margin-bottom:8px; }
.related-card .rc-name { font-family:var(--fd); font-weight:800; color:var(--gray-800); font-size:1rem; }
.related-card .rc-sub { font-size:0.78rem; color:var(--gray-400); margin-top:2px; }

@media (max-width:960px){
  .content-wrap { grid-template-columns:1fr; gap:32px; }
  .sidebar { position:static; }
  .related-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:600px){
  .page-hero { padding:38px 16px 44px; }
  .content-wrap { padding:44px 16px; }
  .price-grid { grid-template-columns:1fr; }
  .related-grid { grid-template-columns:1fr; }
  .breadcrumb { padding:14px 16px 0; }
}


/* ── FIX: re-assert mobile nav controls AFTER the base .nav-hamburger rule ── */
/* (base .nav-hamburger{display:none} appears after the 960px media query, so it
   was overriding the hamburger on mobile via source order — this puts it last.) */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
}
