 /* ── HERO ── */
    .hero-projectos {
      position: relative;
      min-height: 620px;
      background-image:
        linear-gradient(to right, rgba(0,0,0,0.82) 55%, rgba(10,16,32,0.70) 100%),
        url('../img/fundo_7.png');
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      padding: 10px 0 20px;
    }
    .hero-projectos .container {
      display: grid;
      grid-template-columns: 1fr 420px;
      align-items: center;
      width: 100%;
    }
    .hero-projectos .hero-content {
       color: #fff; 
      }
    .hero-tagline-pill {
      display: inline-flex; 
      align-items: center; 
      gap: 10px;
      background: rgba(255,102,0,0.18); 
      border: 1px solid rgba(255,102,0,0.4);
      color: #ff6600; 
      padding: 7px 18px; 
      border-radius: 50px;
      font-size: 12px; 
      font-weight: 700; 
      text-transform: uppercase; 
      letter-spacing: 1.5px;
      margin-bottom: 24px;
    }
    .hero-projectos h1 {
      font-size: 68px; font-weight: 900; line-height: 1.08;
      text-transform: uppercase; margin-bottom: 18px; color: #fff;
    }
    .hero-projectos h1 span { color: #ff6600; }
    .hero-projectos .hero-desc {
      font-size: 16px; line-height: 1.75; opacity: 0.82;
      max-width: 500px; margin-bottom: 28px; color: #fff;
    }
    .projects-page-title{
      font-size: 38px; font-weight: 900; line-height: 1.08;
      text-transform: uppercase; margin:34px 0 6px; color: #0f172a;
    }
    .hero-stats-row { display: flex; gap: 36px; margin-top: 10px; }
    .hero-stat-item { display: flex; flex-direction: column; }
    .hero-stat-item strong { font-size: 32px; font-weight: 800; color: #ff6600; line-height: 1; }
    .hero-stat-item span { font-size: 13px; opacity: 0.7; margin-top: 4px; color: #fff; }
    .hero-projectos .quote-form-card { margin: 0; border: none; box-shadow: 0 24px 64px rgba(0,0,0,0.28); }
    @media (max-width: 992px) {
      .hero-projectos {
        position: relative;
        min-height: auto;
        padding: 40px 0 60px;
      }
      .hero-projectos .container {
        grid-template-columns: 1fr;
      }
      .hero-projectos .hero-content {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
      }
      .hero-projectos h1 {
        font-size: 32px;
        margin-bottom: 12px;
      }
      .hero-projectos .hero-desc {
        font-size: 15px;
        text-align: center;
        margin-bottom: 20px;
      }
      .hero-stats-row {
        justify-content: center;
        gap: 24px;
        margin-top: 10px;
      }
      .hero-projectos .quote-form-card {
        display: block;
        width: 100%;
        margin: 40px 0 -150px 0;
        padding: 24px;
        position: relative;
        z-index: 10;
      }
      .projects-page-section {
        padding: 170px 0 60px;
      }
    }

    @media (max-width: 768px) {
      .projects-page-header {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 30px;
      }
      .projects-page-title {
        font-size: 28px;
        text-align: center;
      }
      .projects-page-header-right p {
        text-align: left;
      }
      .projects-filters-bar {
        padding: 18px 16px;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
      }
      .projects-search-wrap {
        width: 100%;
        box-sizing: border-box;
      }
      .filter-divider {
        display: none;
      }
      .filter-group {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .filter-select {
        flex: 1;
        margin-left: 8px;
      }
      .filter-btn-reset {
        width: 100%;
        justify-content: center;
      }
      .projects-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
    }

    /* ── FILTERS BAR ── */
    .projects-filters-bar {
      background: #fff; border: 1px solid #e2e8f0; border-radius: 18px;
      padding: 20px 28px; display: flex; align-items: center;
      gap: 16px; flex-wrap: wrap; margin-bottom: 28px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    }
    .projects-search-wrap { position: relative; flex: 1; min-width: 220px; box-sizing: border-box; }
    .projects-search-wrap i {
      position: absolute; left: 16px; top: 50%;
      transform: translateY(-50%); color: #94a3b8; font-size: 14px;
      z-index: 2;
    }
    .projects-search-input {
      width: 100%; padding: 11px 16px 11px 42px;
      border: 1px solid #e2e8f0; border-radius: 10px;
      font-size: 14px; font-family: inherit; color: #0f172a;
      background: #f8fafc; outline: none;
      box-sizing: border-box;
      display: block;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .projects-search-input:focus {
      border-color: #ff6600; box-shadow: 0 0 0 3px rgba(255,102,0,0.12); background: #fff;
    }
    .filter-divider { width: 1px; height: 36px; background: #e2e8f0; flex-shrink: 0; }
    .filter-group { display: flex; align-items: center; gap: 8px; }
    .filter-label { font-size: 12px; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: 0.5px; white-space: nowrap; }
    .filter-select {
      padding: 10px 36px 10px 14px; border: 1px solid #e2e8f0; border-radius: 10px;
      font-size: 13px; font-family: inherit; color: #0f172a;
      background: #f8fafc; -webkit-appearance: none; appearance: none;
      outline: none; cursor: pointer;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .filter-select:focus { border-color: #ff6600; box-shadow: 0 0 0 3px rgba(255,102,0,0.12); }
    .filter-btn-reset {
      padding: 10px 18px; border: 1px solid #e2e8f0; border-radius: 10px;
      font-size: 13px; font-weight: 600; font-family: inherit; color: #64748b;
      background: #f8fafc; cursor: pointer; display: flex; align-items: center; gap: 7px;
      transition: border-color 0.2s, color 0.2s, background 0.2s; white-space: nowrap;
    }
    .filter-btn-reset:hover { border-color: #ff6600; color: #ff6600; background: rgba(255,102,0,0.06); }

    /* ── RESULTS ROW ── */
    .projects-results-info {
      display: flex; align-items: center; justify-content: space-between;
      margin-bottom: 28px; flex-wrap: wrap; gap: 10px;
    }
    .projects-count { font-size: 14px; color: #64748b; }
    .projects-count strong { color: #0f172a; font-weight: 700; }
    .active-filters { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
    .filter-tag {
      display: inline-flex; align-items: center; gap: 6px;
      background: rgba(255,102,0,0.1); border: 1px solid rgba(255,102,0,0.3);
      color: #ff6600; font-size: 12px; font-weight: 600;
      padding: 4px 12px; border-radius: 50px; cursor: pointer;
      transition: background 0.2s;
    }
    .filter-tag:hover { background: rgba(255,102,0,0.2); }

    /* ── PROJECTS GRID ── */
    .projects-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
    }
    @media (max-width: 1024px) { .projects-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px)  { .projects-grid { grid-template-columns: 1fr; } }

    /* ── CARD ── */
    .proj-card {
      background: #fff; border-radius: 14px; overflow: hidden;
      border: 1px solid #e2e8f0; display: flex; flex-direction: column;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .proj-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
    .proj-img-wrap { position: relative; height: 220px; overflow: hidden; }
    .proj-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; display: block; }
    .proj-card:hover .proj-img-wrap img { transform: scale(1.06); }
    .proj-badge {
      position: absolute; top: 14px; left: 14px;
      background: rgba(255,102,0,0.92); color: #fff;
      font-size: 11px; font-weight: 700; padding: 4px 12px;
      border-radius: 50px; text-transform: uppercase; letter-spacing: 0.5px;
    }
    .proj-card-body { padding: 22px 24px 18px; flex-grow: 1; }
    .proj-card-title { font-size: 18px; font-weight: 700; color: #0f172a; margin-bottom: 6px; }
    .proj-location { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #64748b; margin-bottom: 16px; }
    .proj-location i { color: #ff6600; font-size: 12px; }
    .proj-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .proj-stat {
      display: flex; align-items: center; gap: 8px;
      font-size: 12px; color: #475569; background: #f8fafc;
      border-radius: 8px; padding: 7px 10px;
    }
    .proj-stat i { color: #ff6600; width: 14px; text-align: center; }
    .proj-card-footer { padding: 14px 24px 20px; border-top: 1px solid rgba(15,23,42,0.06); }
    .btn-proj { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: #ff6600; text-decoration: none; transition: gap 0.2s; cursor: pointer; }
    .btn-proj:hover { gap: 12px; }

    /* ── MODAL DE DETALHES ── */
    .proj-modal-overlay {
      position: fixed;
      top: 0; left: 0; width: 100vw; height: 100vh;
      background: rgba(15, 23, 42, 0.82);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      z-index: 10000;
      display: flex; align-items: center; justify-content: center;
      padding: 24px; opacity: 0; visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .proj-modal-overlay.active {
      opacity: 1; visibility: visible;
    }
    .proj-modal-card {
      position: relative; background: #ffffff;
      border-radius: 24px; max-width: 1050px; width: 95%;
      height: 85vh; max-height: 850px; overflow: hidden;
      box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
      transform: scale(0.92) translateY(20px);
      transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      display: flex; flex-direction: column;
    }
    .proj-modal-overlay.active .proj-modal-card {
      transform: scale(1) translateY(0);
    }
    .proj-modal-close {
      position: absolute; top: 18px; right: 18px;
      background: rgba(255, 255, 255, 0.9); border: none; width: 42px; height: 42px;
      border-radius: 50%; color: #0f172a; font-size: 18px;
      cursor: pointer; z-index: 20; display: flex; align-items: center; justify-content: center;
      box-shadow: 0 4px 14px rgba(0,0,0,0.18);
      transition: background 0.2s, color 0.2s, transform 0.2s;
    }
    .proj-modal-close:hover {
      background: #ff6600; color: #ffffff; transform: rotate(90deg);
    }
    .proj-modal-body {
      display: grid; grid-template-columns: 480px 1fr; height: 100%; overflow: hidden;
    }
    @media (max-width: 900px) {
      .proj-modal-card { height: auto; max-height: 90vh; overflow-y: auto; }
      .proj-modal-body { grid-template-columns: 1fr; height: auto; }
    }
    .proj-modal-media {
      position: relative; height: 100%; min-height: 380px; background: #0f172a;
      display: flex; align-items: center; justify-content: center; overflow: hidden;
    }
    .proj-modal-media img {
      width: 100%; height: 100%; object-fit: cover; display: block;
      transition: opacity 0.3s ease;
    }

    /* Carousel controls */
    .proj-modal-nav-btn {
      position: absolute; top: 50%; transform: translateY(-50%);
      background: rgba(15, 23, 42, 0.65); border: 1px solid rgba(255,255,255,0.25);
      color: #fff; width: 42px; height: 42px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; font-size: 16px; z-index: 10;
      transition: background 0.2s, transform 0.2s, border-color 0.2s;
    }
    .proj-modal-nav-btn:hover {
      background: #ff6600; border-color: #ff6600; transform: translateY(-50%) scale(1.08);
    }
    .proj-modal-nav-btn.prev { left: 14px; }
    .proj-modal-nav-btn.next { right: 14px; }
    .proj-modal-gallery-counter {
      position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
      background: rgba(15, 23, 42, 0.75); color: #fff;
      padding: 4px 14px; border-radius: 50px; font-size: 12px; font-weight: 600;
      letter-spacing: 0.5px; backdrop-filter: blur(4px); z-index: 10;
    }

    .proj-modal-info {
      padding: 40px 36px; display: flex; flex-direction: column; overflow-y: auto; height: 100%;
      box-sizing: border-box;
    }
    .proj-modal-info h2 {
      font-size: 26px; font-weight: 800; color: #0f172a; margin-bottom: 8px; line-height: 1.25;
    }
    .proj-modal-info .proj-location {
      font-size: 14px; margin-bottom: 20px;
    }
    .proj-modal-info .proj-stats {
      margin-bottom: 24px; grid-template-columns: repeat(2, 1fr); gap: 10px;
    }
    .proj-modal-section {
      background: #f8fafc; border: 1px solid #e2e8f0;
      border-radius: 14px; padding: 20px 22px; margin-bottom: 24px;
    }
    .proj-modal-section h4 {
      font-size: 13px; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.5px; color: #ff6600; margin-bottom: 10px;
    }
    .proj-modal-section p {
      font-size: 14px; color: #334155; line-height: 1.7; margin: 0;
    }
    .proj-modal-actions {
      margin-top: auto; display: flex; gap: 12px; padding-top: 10px;
    }
    .proj-modal-actions .btn {
      width: 100%; justify-content: center; padding: 14px 24px; font-size: 15px; font-weight: 700;
    }