@import url('./menu.css');
    :root {
      --blue-dark: #0a244a;
      --blue-light: #4171f3;
      --accent: #ff9800;

      --text-main: #111827;
      --bg-main: #f5f7fc;
      --header-bg: #ffffff;
      --header-text: #0a244a;

      --card-bg: #ffffff;
      --card-text: #111827;
    }

    body.dark {
      --bg-main: #050816;
      --header-bg: #0a244a;
      --header-text: #f9fafb;
      --text-main: #e5e7eb;
      --card-bg: #101827;
      --card-text: #e5e7eb;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
      background: var(--bg-main);
      color: var(--text-main);
      transition: background 0.3s ease, color 0.3s ease;
    }

    /* Botão de tema lateral */
    .theme-toggle {
      position: fixed;
      right: 18px;
      top: 50%;
      transform: translateY(-50%);
      background: var(--accent);
      color: #ffffff;
      border: none;
      padding: 10px 16px;
      border-radius: 999px;
      cursor: pointer;
      font-size: 13px;
      font-weight: 600;
      z-index: 1000;
      box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    }

    /* Botão Flutuante WhatsApp */
    .whatsapp-float {
      position: fixed;
      right: 20px;
      bottom: 30px;
      background: #25D366;
      color: #ffffff;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 32px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.3);
      z-index: 1000;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-decoration: none;
    }

    .whatsapp-float:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 16px rgba(0,0,0,0.4);
    }

    @media (max-width: 768px) {
      .whatsapp-float {
        width: 56px;
        height: 56px;
        font-size: 28px;
        right: 16px;
        bottom: 20px;
      }
    }

    /* Barra de Localização Fina no Topo */
    .location-bar {
      background: var(--accent);
      color: #ffffff;
      padding: 10px 20px;
      position: sticky;
      top: 0;
      z-index: 950;
      overflow: hidden;
    }

    .location-content {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-size: 14px;
      font-weight: 600;
    }

    .location-content i {
      font-size: 16px;
    }

    @media (max-width: 768px) {
      .location-bar {
        padding: 8px 10px;
      }
      
      .location-content {
        font-size: 12px;
        gap: 6px;
      }

      .location-content i {
        font-size: 14px;
      }
    }

    @media (max-width: 480px) {
      .location-content {
        font-size: 11px;
      }
    }

    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px 40px;
      background: var(--header-bg);
      color: var(--header-text);
      position: sticky;
      top: 0;
      z-index: 900;
      box-shadow: 0 1px 4px rgba(15,23,42,0.08);
    }

    /* Banner de localização animado */
    .location-banner {
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--accent);
      font-size: 14px;
      font-weight: 600;
      overflow: hidden;
      white-space: nowrap;
    }

    .location-banner i {
      font-size: 16px;
    }

    .location-text {
      display: inline-block;
    }

    @media (max-width: 768px) {
      .location-banner {
        display: none;
      }
    }

    .logo-area {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .logo-area img {
      height: 38px;
      display: block;
    }

    .logo-dark {
      display: none;
    }

    /* Troca automática dos logos conforme tema */
    body.dark .logo-dark {
      display: block;
    }
    body.dark .logo-light {
      display: none;
    }
    body:not(.dark) .logo-light {
      display: block;
    }
    body:not(.dark) .logo-dark {
      display: none;
    }

    nav a {
      margin-left: 24px;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      color: var(--header-text);
      letter-spacing: 0.02em;
    }

    nav a:hover {
      text-decoration: underline;
    }

    /* HERO SECTION */
    .hero {
      position: relative;
      width: 100%;
      min-height: 360px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 60px 20px;
      color: #ffffff;
      overflow: hidden;
      background: url("https://i.imgur.com/Fn3pur6.png") center/cover no-repeat;
    }

    /* Degradê sobre a foto para leitura */
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(
          110deg,
          rgba(14, 74, 236, 0.9),
          rgba(65, 113, 243, 0.7),
          rgba(5, 8, 22, 0.65)
        );
      mix-blend-mode: multiply;
    }

    .hero-content {
      position: relative;
      max-width: 1040px;
      width: 100%;
      display: grid;
      grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
      gap: 32px;
      align-items: center;
    }

    @media (max-width : 1348px ){
      .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
      }
      .hero-logo-desentupidora {
        justify-content: center;
      }
    }

    .hero-logo-desentupidora {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 16px;
    }

    .hero-logo-desentupidora img {
      max-width: 260px;
      width: 100%;
      height: auto;
      filter: drop-shadow(0 6px 14px rgba(0,0,0,0.4));
    }

    .hero-title {
      font-size: clamp(2.2rem, 3.5vw, 3rem);
      font-weight: 700;
      margin: 0 0 8px;
      letter-spacing: 0.03em;
    }

    .hero-subtitle {
      font-size: 1.05rem;
      font-weight: 400;
      margin: 0 0 18px;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 12px;
      border-radius: 999px;
      background: rgba(15,23,42,0.75);
      font-size: 0.78rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .hero-badge span:last-child {
      color: var(--accent);
      font-weight: 700;
    }

    .hero-highlight {
      font-size: 0.9rem;
      max-width: 440px;
      line-height: 1.6;
      opacity: 0.95;
    }

    .hero-cta {
      margin-top: 24px;
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    .btn-primary,
    .btn-outline {
      border-radius: 999px;
      padding: 10px 20px;
      font-size: 0.9rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      border: 1px solid transparent;
      cursor: pointer;
      transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease,
        transform 0.08s ease;
    }

    .btn-primary {
      background: #f97316;
      color: #111827;
      border-color: #fb923c;
    }

    .btn-outline {
      background: transparent;
      color: #e5e7eb;
      border-color: rgba(249, 250, 251, 0.7);
    }

    .btn-primary:hover,
    .btn-outline:hover {
      transform: translateY(-1px);
    }

    /* Coluna direita hero */
    .hero-right-box {
      position: relative;
      padding: 18px 18px 20px;
      border-radius: 18px;
      background: rgba(15,23,42,0.78);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(148, 163, 184, 0.4);
      font-size: 0.9rem;
    }

    .hero-right-box h3 {
      margin: 0 0 10px;
      font-size: 0.95rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: #e5e7eb;
    }

    .hero-right-box ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .hero-right-box li {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      margin-bottom: 6px;
      color: #e5e7eb;
    }

    .hero-right-box li span {
      font-size: 0.75rem;
      margin-top: 2px;
    }

    /* Sessão Serviços */
    .services {
      max-width: 1160px;
      margin: 50px auto 20px;
      padding: 0 20px;
    }

    .services h2 {
      font-size: 1.6rem;
      margin: 0 0 10px;
    }

    .services h2 span {
      color: var(--blue-light);
    }

    .services p.lead {
      margin: 0;
      font-size: 0.95rem;
      opacity: 0.9;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
      gap: 20px;
      margin-top: 32px;
    }

    .card {
      background: var(--card-bg);
      color: var(--card-text);
      padding: 22px;
      border-radius: 16px;
      box-shadow: 0 6px 18px rgba(15,23,42,0.08);
      border-bottom: 4px solid var(--accent);
    }

    .card h3 {
      margin: 8px 0 6px;
      font-size: 1rem;
      font-weight: 700;
    }

    .card p {
      margin: 0;
      font-size: 0.9rem;
      line-height: 1.6;
    }

    /* Sobre */
    .sobre {
      max-width: 900px;
      margin: 40px auto;
      padding: 0 20px;
      font-size: 0.98rem;
      line-height: 1.7;
    }

    .sobre h2 {
      margin-top: 0;
    }

    .sobre-list {
      list-style: none;
      padding: 0;
      margin: 20px 0;
    }

    .sobre-list li {
      padding: 8px 0;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .sobre-list i {
      color: var(--accent);
      font-size: 16px;
    }

    /* Seção Condomínios */
    .condominios {
      max-width: 1200px;
      margin: 60px auto;
      padding: 40px 20px;
      background: var(--card-bg);
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

    .condominios h2 {
      text-align: center;
      margin-bottom: 16px;
      font-size: 2rem;
      color: var(--text-main);
    }

    .condominios h2 span {
      color: var(--accent);
    }

    .condominios p {
      text-align: center;
      font-size: 1.05rem;
      color: var(--text-main);
      opacity: 0.9;
      max-width: 800px;
      margin: 0 auto 30px;
      line-height: 1.7;
    }

    .condominios ul {
      list-style: none;
      padding: 0;
      margin: 20px auto;
      max-width: 800px;
    }

    .condominios li {
      padding: 10px 0;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 1rem;
    }

    .condominios i {
      color: var(--accent);
      font-size: 18px;
      flex-shrink: 0;
    }

    /* Rodapé */
    footer {
      background: var(--blue-dark);
      color: #f9fafb;
      text-align: center;
      padding: 30px 20px;
      margin-top: 30px;
      font-size: 0.9rem;
    }

    footer a {
      color: #ffffff;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    footer a:hover {
      color: var(--accent);
      text-decoration: underline;
    }
