/* =========================================================
   INSTALAR CLIMATIZAÇÃO — NOVO DESIGN
   Adicione este arquivo após os CSS do tema antigo.
========================================================= */

:root {
  --clima-navy: #062d49;
  --clima-dark: #0a3c61;
  --clima-blue: #0284c7;
  --clima-blue-hover: #0369a1;
  --clima-light-blue: #38bdf8;
  --clima-cyan: #22d3ee;
  --clima-soft: #eaf8ff;
  --clima-background: #f7fbfe;
  --clima-white: #ffffff;
  --clima-text: #17324d;
  --clima-muted: #64748b;
  --clima-border: #dbeef8;
  --clima-green: #16a34a;
  --clima-shadow: 0 20px 60px rgba(8, 47, 73, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--clima-text);
  background: var(--clima-background);
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.clima-section {
  padding: 100px 0;
}

.clima-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: var(--clima-blue);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.clima-kicker-light {
  color: var(--clima-light-blue);
}

.clima-section-heading {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}

.clima-section-heading h2,
.clima-differentials-content h2,
.clima-about-content h2 {
  margin: 0 0 18px;
  color: var(--clima-navy);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1.4px;
}

.clima-section-heading h2 strong,
.clima-differentials-content h2 strong,
.clima-about-content h2 strong {
  color: var(--clima-blue);
}

.clima-section-heading p {
  margin: 0;
  color: var(--clima-muted);
  font-size: 16px;
  line-height: 1.8;
}

/* BOTÕES */

.clima-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 25px;
  border: 1px solid transparent;
  border-radius: 12px;
  outline: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}

.clima-button:hover {
  transform: translateY(-3px);
  text-decoration: none;
}

.clima-button-primary {
  color: #ffffff;
  background: linear-gradient(
    135deg,
    var(--clima-blue),
    var(--clima-light-blue)
  );
  box-shadow: 0 14px 35px rgba(2, 132, 199, 0.28);
}

.clima-button-primary:hover {
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(2, 132, 199, 0.4);
}

.clima-button-glass {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(10px);
}

.clima-button-glass:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}

.clima-button-light {
  color: var(--clima-navy);
  background: #ffffff;
}

.clima-button-light:hover {
  color: var(--clima-navy);
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.16);
}

.clima-button-white {
  color: var(--clima-blue);
  background: #ffffff;
}

.clima-button-white:hover {
  color: var(--clima-blue);
}

.clima-button-outline-white {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}

.clima-button-outline-white:hover {
  color: var(--clima-blue);
  background: #ffffff;
}

.clima-button-dark {
  color: #ffffff;
  background: var(--clima-navy);
}

.clima-button-dark:hover {
  color: #ffffff;
  background: var(--clima-blue);
}

/* HERO */

.clima-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 160px 0 115px;
  background-image:
    linear-gradient(
      90deg,
      rgba(4, 32, 52, 0.97) 0%,
      rgba(5, 48, 77, 0.91) 46%,
      rgba(8, 57, 89, 0.38) 100%
    ),
    url("../images/banner-climatizacao.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.clima-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 12% 22%,
      rgba(56, 189, 248, 0.22),
      transparent 30%
    ),
    radial-gradient(
      circle at 87% 80%,
      rgba(34, 211, 238, 0.15),
      transparent 28%
    );
  pointer-events: none;
}

.clima-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.clima-hero h1 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: -2.5px;
}

.clima-hero-content > p {
  max-width: 680px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.8;
}

.clima-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.clima-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 55px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.clima-hero-feature {
  display: flex;
  align-items: center;
  gap: 12px;
}

.clima-hero-feature > i {
  color: var(--clima-light-blue);
  font-size: 23px;
}

.clima-hero-feature div {
  display: flex;
  flex-direction: column;
}

.clima-hero-feature strong {
  color: #ffffff;
  font-size: 13px;
}

.clima-hero-feature span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

/* BENEFÍCIOS */

.clima-benefits {
  position: relative;
  z-index: 3;
  padding-bottom: 35px;
  background: var(--clima-background);
}

.clima-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  transform: translateY(-55px);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--clima-border);
  border-radius: 22px;
  box-shadow: var(--clima-shadow);
}

.clima-benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 185px;
  padding: 34px 25px;
  border-right: 1px solid var(--clima-border);
  transition: background 0.3s ease;
}

.clima-benefit-card:last-child {
  border-right: none;
}

.clima-benefit-card:hover {
  background: var(--clima-soft);
}

.clima-benefit-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    var(--clima-blue),
    var(--clima-light-blue)
  );
  border-radius: 14px;
  font-size: 20px;
}

.clima-benefit-card h3 {
  margin: 4px 0 8px;
  color: var(--clima-navy);
  font-size: 16px;
  font-weight: 700;
}

.clima-benefit-card p {
  margin: 0;
  color: var(--clima-muted);
  font-size: 12px;
  line-height: 1.75;
}

/* SERVIÇOS */

.clima-services {
  background: var(--clima-background);
}

.clima-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.clima-service-card {
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--clima-border);
  border-radius: 22px;
  box-shadow: 0 15px 45px rgba(8, 47, 73, 0.07);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.clima-service-card:hover {
  transform: translateY(-9px);
  box-shadow: var(--clima-shadow);
}

.clima-service-image {
  position: relative;
  height: 235px;
  overflow: hidden;
  background: var(--clima-soft);
}

.clima-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.clima-service-card:hover .clima-service-image img {
  transform: scale(1.06);
}

.clima-service-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clima-blue);
  background:
    radial-gradient(circle, rgba(56, 189, 248, 0.2), transparent 60%),
    var(--clima-soft);
  font-size: 65px;
}

.clima-service-badge {
  position: absolute;
  left: 20px;
  bottom: 18px;
  padding: 8px 13px;
  color: #ffffff;
  background: rgba(8, 47, 73, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.clima-service-content {
  position: relative;
  padding: 35px 26px 28px;
}

.clima-service-icon {
  position: absolute;
  top: -27px;
  right: 24px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    var(--clima-blue),
    var(--clima-light-blue)
  );
  border: 5px solid #ffffff;
  border-radius: 16px;
  font-size: 18px;
}

.clima-service-content h3 {
  min-height: 52px;
  margin: 0 50px 12px 0;
  color: var(--clima-navy);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.clima-service-content > p {
  min-height: 68px;
  margin: 0 0 18px;
  color: var(--clima-muted);
  font-size: 12px;
  line-height: 1.75;
}

.clima-service-list {
  margin: 0 0 24px;
  padding: 19px 0;
  list-style: none;
  border-top: 1px solid var(--clima-border);
  border-bottom: 1px solid var(--clima-border);
}

.clima-service-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
  color: var(--clima-text);
  font-size: 12px;
}

.clima-service-list li:last-child {
  margin-bottom: 0;
}

.clima-service-list i {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--clima-green);
  border-radius: 50%;
  font-size: 8px;
}

.clima-service-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.clima-service-price {
  display: flex;
  flex-direction: column;
}

.clima-service-price span {
  color: var(--clima-muted);
  font-size: 10px;
}

.clima-service-price strong {
  color: var(--clima-blue);
  font-size: 19px;
  font-weight: 800;
}

.clima-service-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 17px;
  color: #ffffff;
  background: var(--clima-navy);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s ease;
}

.clima-service-button:hover {
  color: #ffffff;
  background: var(--clima-blue);
}

.clima-empty-state {
  padding: 60px 30px;
  text-align: center;
  background: #ffffff;
  border: 1px solid var(--clima-border);
  border-radius: 22px;
}

.clima-empty-state > i {
  color: var(--clima-blue);
  font-size: 50px;
}

/* DIFERENCIAIS */

.clima-differentials {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  color: #ffffff;
  background:
    radial-gradient(
      circle at top right,
      rgba(56, 189, 248, 0.22),
      transparent 35%
    ),
    linear-gradient(135deg, var(--clima-navy), var(--clima-dark));
}

.clima-differentials-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 75px;
}

.clima-differentials-content h2 {
  color: #ffffff;
}

.clima-differentials-content h2 strong {
  color: var(--clima-light-blue);
}

.clima-differentials-content > p {
  max-width: 620px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.85;
}

.clima-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 35px;
}

.clima-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
}

.clima-check-item i {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clima-navy);
  background: var(--clima-light-blue);
  border-radius: 50%;
  font-size: 10px;
}

.clima-differentials-image {
  position: relative;
}

.clima-differentials-image > img {
  width: 100%;
  min-height: 500px;
  max-height: 560px;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.clima-experience-card {
  position: absolute;
  left: -45px;
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 19px;
  color: var(--clima-navy);
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.clima-experience-card > i {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    var(--clima-blue),
    var(--clima-light-blue)
  );
  border-radius: 13px;
  font-size: 20px;
}

.clima-experience-card div {
  display: flex;
  flex-direction: column;
}

.clima-experience-card strong {
  font-size: 13px;
}

.clima-experience-card span {
  color: var(--clima-muted);
  font-size: 11px;
}

/* PROCESSO */

.clima-process {
  background: #ffffff;
}

.clima-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.clima-process-card {
  position: relative;
  padding: 35px 24px;
  text-align: center;
  background: var(--clima-background);
  border: 1px solid var(--clima-border);
  border-radius: 20px;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.clima-process-card:hover {
  transform: translateY(-7px);
  background: #ffffff;
  box-shadow: var(--clima-shadow);
}

.clima-process-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(2, 132, 199, 0.14);
  font-size: 31px;
  font-weight: 800;
}

.clima-process-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 21px;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    var(--clima-blue),
    var(--clima-light-blue)
  );
  border-radius: 20px;
  font-size: 24px;
  box-shadow: 0 12px 30px rgba(2, 132, 199, 0.24);
}

.clima-process-card h3 {
  margin: 0 0 10px;
  color: var(--clima-navy);
  font-size: 16px;
  font-weight: 700;
}

.clima-process-card p {
  margin: 0;
  color: var(--clima-muted);
  font-size: 12px;
  line-height: 1.75;
}

/* SOBRE */

.clima-about {
  padding: 110px 0;
  background: var(--clima-background);
}

.clima-about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  align-items: center;
  gap: 70px;
}

.clima-about-image {
  position: relative;
}

.clima-about-image::before {
  content: "";
  position: absolute;
  left: -18px;
  bottom: -18px;
  width: 60%;
  height: 60%;
  background: var(--clima-light-blue);
  border-radius: 24px;
  opacity: 0.18;
}

.clima-about-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 480px;
  max-height: 560px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: var(--clima-shadow);
}

.clima-about-content > p {
  margin: 0 0 30px;
  color: var(--clima-muted);
  font-size: 15px;
  line-height: 1.9;
}

/* PRODUTOS */

.clima-products {
  background: #ffffff;
}

.clima-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.clima-product-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--clima-border);
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(8, 47, 73, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.clima-product-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--clima-shadow);
}

.clima-product-image {
  height: 230px;
  overflow: hidden;
  background: var(--clima-soft);
}

.clima-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.clima-product-card:hover .clima-product-image img {
  transform: scale(1.05);
}

.clima-product-content {
  padding: 23px;
}

.clima-product-content h3 {
  min-height: 50px;
  margin: 0 0 12px;
  color: var(--clima-navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.clima-product-price {
  display: block;
  margin-bottom: 18px;
  color: var(--clima-blue);
  font-size: 19px;
  font-weight: 800;
}

.clima-product-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  color: #ffffff;
  background: var(--clima-navy);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s ease;
}

.clima-product-content a:hover {
  color: #ffffff;
  background: var(--clima-blue);
}

.clima-center-button {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

/* CTA */

.clima-cta {
  padding: 80px 0;
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.18),
      transparent 25%
    ),
    linear-gradient(135deg, var(--clima-blue), var(--clima-light-blue));
}

.clima-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.clima-cta-text {
  max-width: 680px;
}

.clima-cta-text > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.clima-cta-text h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.15;
}

.clima-cta-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.75;
}

.clima-cta-actions {
  min-width: 265px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* CONTATO */

.clima-contact {
  background: var(--clima-background);
}

.clima-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 35px;
}

.clima-contact-form,
.clima-map {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--clima-border);
  border-radius: 22px;
  box-shadow: 0 15px 45px rgba(8, 47, 73, 0.07);
}

.clima-contact-form {
  padding: 35px;
}

.clima-form-group {
  margin-bottom: 20px;
}

.clima-form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--clima-navy);
  font-size: 12px;
  font-weight: 700;
}

.clima-form-group input,
.clima-form-group textarea {
  width: 100%;
  border: 1px solid var(--clima-border);
  outline: none;
  background: var(--clima-background);
  border-radius: 11px;
  color: var(--clima-text);
  font-family: inherit;
  font-size: 13px;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.clima-form-group input {
  height: 52px;
  padding: 0 16px;
}

.clima-form-group textarea {
  min-height: 135px;
  padding: 15px 16px;
  resize: vertical;
}

.clima-form-group input:focus,
.clima-form-group textarea:focus {
  background: #ffffff;
  border-color: var(--clima-light-blue);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.12);
}

.clima-submit-button {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: none;
  outline: none;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    var(--clima-blue),
    var(--clima-light-blue)
  );
  border-radius: 11px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.clima-form-message {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 600;
}

.clima-map {
  min-height: 565px;
}

.clima-map iframe,
.clima-map #googleMap {
  width: 100%;
  height: 100%;
  min-height: 565px;
  border: 0;
}

/* DEPOIMENTOS */

.clima-testimonials {
  background: #ffffff;
}

.clima-testimonial-card {
  height: 100%;
  margin: 10px;
  padding: 30px;
  background: var(--clima-background);
  border: 1px solid var(--clima-border);
  border-radius: 20px;
}

.clima-testimonial-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.clima-testimonial-header img {
  width: 58px !important;
  height: 58px;
  object-fit: cover;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(8, 47, 73, 0.12);
}

.clima-testimonial-header h3 {
  margin: 0 0 3px;
  color: var(--clima-navy);
  font-size: 14px;
  font-weight: 700;
}

.clima-testimonial-header span {
  color: #f5b301;
  font-size: 11px;
}

.clima-testimonial-card > p {
  margin: 0;
  color: var(--clima-muted);
  font-size: 13px;
  line-height: 1.8;
}

.clima-testimonials-carousel .owl-nav button.owl-prev,
.clima-testimonials-carousel .owl-nav button.owl-next {
  width: 44px;
  height: 44px;
  margin: 10px 5px 0;
  border-radius: 50% !important;
  color: #ffffff !important;
  background: var(--clima-navy) !important;
}

/* MODAL */

.clima-modal-content {
  overflow: hidden;
  border: none;
  border-radius: 18px;
}

.clima-modal-content .modal-header {
  color: #ffffff;
  background: var(--clima-navy);
}

.clima-modal-content .modal-header .close {
  color: #ffffff;
  opacity: 1;
}

.clima-modal-content .form-control {
  border-color: var(--clima-border);
  border-radius: 9px;
}

/* RESPONSIVIDADE */

@media (max-width: 1100px) {
  .clima-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .clima-benefit-card:nth-child(2) {
    border-right: none;
  }

  .clima-benefit-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--clima-border);
  }

  .clima-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clima-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clima-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .clima-hero {
    min-height: auto;
    padding: 150px 0 110px;
    background-image:
      linear-gradient(rgba(4, 32, 52, 0.88), rgba(4, 32, 52, 0.95)),
      url("../images/banner-climatizacao.jpg");
    background-position: center;
  }

  .clima-hero-content {
    max-width: 100%;
    text-align: center;
  }

  .clima-hero-content > p {
    margin-left: auto;
    margin-right: auto;
  }

  .clima-hero-actions,
  .clima-hero-features {
    justify-content: center;
  }

  .clima-differentials-grid,
  .clima-about-grid,
  .clima-contact-grid {
    grid-template-columns: 1fr;
  }

  .clima-differentials-content,
  .clima-about-content {
    text-align: center;
  }

  .clima-differentials-content > p {
    margin-left: auto;
    margin-right: auto;
  }

  .clima-check-item {
    text-align: left;
  }

  .clima-experience-card {
    left: 20px;
  }

  .clima-about-image {
    order: 2;
  }

  .clima-about-content {
    order: 1;
  }

  .clima-cta-content {
    flex-direction: column;
    text-align: center;
  }

  .clima-cta-actions {
    width: 100%;
    max-width: 430px;
  }

  .clima-map,
  .clima-map iframe,
  .clima-map #googleMap {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .clima-section,
  .clima-differentials,
  .clima-about {
    padding: 75px 0;
  }

  .clima-hero {
    padding: 125px 0 95px;
  }

  .clima-hero h1 {
    font-size: 38px;
    letter-spacing: -1.2px;
  }

  .clima-hero-content > p {
    font-size: 14px;
  }

  .clima-hero-actions {
    flex-direction: column;
  }

  .clima-hero-actions .clima-button {
    width: 100%;
  }

  .clima-hero-features {
    display: grid;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .clima-benefits {
    padding-bottom: 45px;
  }

  .clima-benefits-grid {
    grid-template-columns: 1fr;
    transform: translateY(-35px);
  }

  .clima-benefit-card {
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid var(--clima-border);
  }

  .clima-benefit-card:last-child {
    border-bottom: none;
  }

  .clima-services-grid,
  .clima-process-grid,
  .clima-products-grid {
    grid-template-columns: 1fr;
  }

  .clima-service-content h3,
  .clima-service-content > p,
  .clima-product-content h3 {
    min-height: auto;
  }

  .clima-check-grid {
    grid-template-columns: 1fr;
  }

  .clima-differentials-image > img,
  .clima-about-image img {
    min-height: 360px;
  }

  .clima-experience-card {
    position: relative;
    left: auto;
    bottom: auto;
    margin: -35px 18px 0;
  }

  .clima-cta {
    padding: 65px 0;
  }

  .clima-contact-form {
    padding: 25px 20px;
  }

  .clima-service-footer {
    align-items: flex-end;
  }
}

/* =====================================================
   CABEÇALHO — INSTALAR CLIMATIZAÇÃO
===================================================== */

.clima-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;

  width: 100%;
  padding: 20px 0;

  background: transparent;

  transition:
    background 0.3s ease,
    padding 0.3s ease,
    box-shadow 0.3s ease;
}

.clima-navbar {
  min-height: 70px;
  padding: 0;
}

/* MARCA */

.clima-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  color: #ffffff;
  text-decoration: none;
}

.clima-brand:hover {
  color: #ffffff;
  text-decoration: none;
}

.clima-brand-icon {
  width: 46px;
  height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;

  background: linear-gradient(
    135deg,
    var(--clima-blue),
    var(--clima-light-blue)
  );

  border-radius: 14px;

  font-size: 20px;

  box-shadow: 0 12px 30px rgba(2, 132, 199, 0.28);
}

.clima-brand-text {
  max-width: 260px;

  color: #ffffff;

  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;

  text-transform: uppercase;
  letter-spacing: -0.5px;
}

/* MENU */

.clima-menu {
  display: flex;
  align-items: center;
  gap: 3px;
}

.clima-menu .nav-item {
  position: relative;
}

.clima-menu .nav-link {
  position: relative;

  padding: 12px 13px !important;

  color: rgba(255, 255, 255, 0.78) !important;

  font-size: 12px;
  font-weight: 600;

  transition: color 0.3s ease;
}

.clima-menu .nav-link::after {
  content: "";

  position: absolute;
  left: 50%;
  bottom: 4px;

  width: 0;
  height: 2px;

  background: var(--clima-light-blue);

  border-radius: 999px;

  transform: translateX(-50%);

  transition: width 0.3s ease;
}

.clima-menu .nav-link:hover,
.clima-menu .nav-item.active .nav-link {
  color: #ffffff !important;
}

.clima-menu .nav-link:hover::after,
.clima-menu .nav-item.active .nav-link::after {
  width: 22px;
}

/* REDES SOCIAIS */

.clima-header-social {
  display: flex;
  align-items: center;
  gap: 7px;

  margin-left: 15px;
}

.clima-header-social a {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;

  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 11px;

  backdrop-filter: blur(10px);

  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.clima-header-social a:hover {
  color: #ffffff;

  background: rgba(255, 255, 255, 0.2);

  transform: translateY(-3px);
}

/* BOTÃO WHATSAPP */

.clima-header-whatsapp {
  min-height: 44px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  margin-left: 12px;
  padding: 11px 18px;

  color: #ffffff;

  background: linear-gradient(
    135deg,
    var(--clima-blue),
    var(--clima-light-blue)
  );

  border-radius: 11px;

  font-size: 11px;
  font-weight: 700;

  text-decoration: none;

  box-shadow: 0 12px 30px rgba(2, 132, 199, 0.28);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.clima-header-whatsapp:hover {
  color: #ffffff;
  text-decoration: none;

  transform: translateY(-3px);

  box-shadow: 0 17px 36px rgba(2, 132, 199, 0.4);
}

.clima-header-whatsapp i {
  font-size: 17px;
}

/* BOTÃO MOBILE */

.clima-menu-button {
  width: 46px;
  height: 46px;

  padding: 10px;

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;

  background: rgba(255, 255, 255, 0.1);

  outline: none !important;
}

.clima-menu-button span {
  width: 100%;
  height: 2px;

  display: block;

  margin: 5px 0;

  background: #ffffff;

  border-radius: 999px;

  transition: 0.3s;
}

/* PÁGINAS INTERNAS */

body.clima-page:not(.pagina-home) .clima-header {
  position: relative;

  background: var(--clima-navy);
}

/* RESPONSIVIDADE */

@media (max-width: 1199px) {
  .clima-menu .nav-link {
    padding: 12px 9px !important;
  }

  .clima-header-whatsapp span {
    display: none;
  }

  .clima-header-whatsapp {
    width: 44px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .clima-header {
    padding: 14px 0;
  }

  .clima-navbar {
    min-height: 58px;
  }

  .clima-brand-icon {
    width: 42px;
    height: 42px;

    border-radius: 12px;
  }

  .clima-brand-text {
    max-width: 210px;
    font-size: 16px;
  }

  #menuPrincipal {
    margin-top: 15px;
    padding: 20px;

    background: rgba(5, 40, 65, 0.98);

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);

    backdrop-filter: blur(18px);
  }

  .clima-menu {
    align-items: stretch;
  }

  .clima-menu .nav-link {
    padding: 12px 5px !important;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .clima-menu .nav-link::after {
    display: none;
  }

  .clima-header-social {
    margin: 18px 0 12px;
  }

  .clima-header-whatsapp {
    width: 100%;
    min-height: 48px;

    margin: 0;
    padding: 12px 18px;
  }

  .clima-header-whatsapp span {
    display: inline;
  }
}

@media (max-width: 480px) {
  .clima-brand-text {
    max-width: 170px;

    font-size: 14px;
  }

  .clima-brand-icon {
    width: 39px;
    height: 39px;
  }
}

/* =====================================================
   SERVIÇOS SEM FOTOS
===================================================== */

.clima-services-simple-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.clima-service-simple-card {
  position: relative;

  min-height: 100%;
  display: flex;
  flex-direction: column;

  padding: 34px 28px;

  background: #ffffff;

  border: 1px solid var(--clima-border);
  border-radius: 22px;

  box-shadow: 0 14px 40px rgba(8, 47, 73, 0.07);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.clima-service-simple-card:hover {
  transform: translateY(-8px);

  border-color: rgba(56, 189, 248, 0.55);

  box-shadow: var(--clima-shadow);
}

.clima-service-simple-icon {
  width: 68px;
  height: 68px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 24px;

  color: #ffffff;

  background: linear-gradient(
    135deg,
    var(--clima-blue),
    var(--clima-light-blue)
  );

  border-radius: 19px;

  font-size: 26px;

  box-shadow: 0 14px 32px rgba(2, 132, 199, 0.24);
}

.clima-service-simple-card h3 {
  margin: 0 0 13px;

  color: var(--clima-navy);

  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}

.clima-service-simple-card > p {
  margin: 0 0 22px;

  color: var(--clima-muted);

  font-size: 13px;
  line-height: 1.75;
}

.clima-service-simple-card ul {
  margin: 0 0 25px;
  padding: 20px 0;

  list-style: none;

  border-top: 1px solid var(--clima-border);
  border-bottom: 1px solid var(--clima-border);
}

.clima-service-simple-card li {
  display: flex;
  align-items: center;
  gap: 9px;

  margin-bottom: 10px;

  color: var(--clima-text);

  font-size: 12px;
}

.clima-service-simple-card li:last-child {
  margin-bottom: 0;
}

.clima-service-simple-card li i {
  width: 19px;
  height: 19px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;

  background: var(--clima-green);

  border-radius: 50%;

  font-size: 9px;
}

.clima-service-simple-card > a {
  min-height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  margin-top: auto;
  padding: 12px 18px;

  color: #ffffff;

  background: var(--clima-navy);

  border-radius: 11px;

  font-size: 12px;
  font-weight: 700;

  text-decoration: none;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.clima-service-simple-card > a:hover {
  color: #ffffff;

  background: var(--clima-blue);

  transform: translateY(-2px);
}

@media (max-width: 1000px) {
  .clima-services-simple-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .clima-services-simple-grid {
    grid-template-columns: 1fr;
  }

  .clima-service-simple-card {
    padding: 28px 23px;
  }
}

/* =====================================================
   BANNER DAS PÁGINAS INTERNAS
===================================================== */

.clima-internal-hero {
  position: relative;

  min-height: 510px;

  display: flex;
  align-items: center;

  padding: 160px 0 90px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(56, 189, 248, 0.2),
      transparent 30%
    ),
    linear-gradient(135deg, var(--clima-navy), var(--clima-dark));
}

.clima-internal-hero::before {
  content: "";

  position: absolute;
  right: -140px;
  bottom: -240px;

  width: 520px;
  height: 520px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.clima-internal-hero::after {
  content: "";

  position: absolute;
  top: 130px;
  right: 15%;

  width: 170px;
  height: 170px;

  background: rgba(56, 189, 248, 0.08);

  border-radius: 50%;

  filter: blur(10px);
}

.clima-internal-hero-content {
  position: relative;
  z-index: 2;

  max-width: 760px;
}

.clima-internal-hero h1 {
  margin: 0 0 20px;

  color: #ffffff;

  font-size: clamp(42px, 6vw, 66px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -2px;
}

.clima-internal-hero h1 strong {
  color: var(--clima-light-blue);
}

.clima-internal-hero p {
  max-width: 650px;

  margin: 0 0 30px;

  color: rgba(255, 255, 255, 0.74);

  font-size: 16px;
  line-height: 1.8;
}

/* =====================================================
   CATEGORIAS
===================================================== */

.clima-service-categories {
  position: relative;
  z-index: 10;

  margin-top: -35px;
}

.clima-service-category-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 10px;

  padding: 20px;

  background: #ffffff;

  border: 1px solid var(--clima-border);
  border-radius: 18px;

  box-shadow: var(--clima-shadow);
}

.clima-service-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 42px;

  padding: 10px 18px;

  color: var(--clima-muted);

  background: var(--clima-background);

  border: 1px solid var(--clima-border);
  border-radius: 999px;

  font-size: 12px;
  font-weight: 600;

  text-decoration: none;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.clima-service-category:hover,
.clima-service-category.active {
  color: #ffffff;

  background: var(--clima-blue);

  border-color: var(--clima-blue);

  text-decoration: none;
}

/* =====================================================
   CATÁLOGO DOS SERVIÇOS
===================================================== */

.clima-service-catalog {
  background: var(--clima-background);
}

.clima-service-catalog-grid {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 27px;
}

.clima-catalog-service-card {
  position: relative;

  min-width: 0;
  min-height: 100%;

  display: flex;
  flex-direction: column;

  padding: 30px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid var(--clima-border);
  border-radius: 24px;

  box-shadow: 0 14px 45px rgba(8, 47, 73, 0.07);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.clima-catalog-service-card::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background: linear-gradient(
    90deg,
    var(--clima-blue),
    var(--clima-light-blue)
  );

  transform: scaleX(0);
  transform-origin: left;

  transition: transform 0.35s ease;
}

.clima-catalog-service-card:hover {
  transform: translateY(-9px);

  border-color: rgba(56, 189, 248, 0.5);

  box-shadow: var(--clima-shadow);
}

.clima-catalog-service-card:hover::before {
  transform: scaleX(1);
}

/* TOPO DO CARD */

.clima-catalog-service-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  margin-bottom: 25px;
}

.clima-catalog-service-icon {
  width: 72px;
  height: 72px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;

  background: linear-gradient(
    135deg,
    var(--clima-blue),
    var(--clima-light-blue)
  );

  border-radius: 21px;

  font-size: 28px;

  box-shadow: 0 15px 35px rgba(2, 132, 199, 0.24);

  transition: transform 0.35s ease;
}

.clima-catalog-service-card:hover .clima-catalog-service-icon {
  transform: rotate(-5deg) scale(1.05);
}

.clima-catalog-service-number {
  color: rgba(2, 132, 199, 0.13);

  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

/* CONTEÚDO */

.clima-catalog-service-content {
  display: flex;
  flex-direction: column;

  flex: 1;
}

.clima-catalog-service-label {
  display: inline-block;

  margin-bottom: 10px;

  color: var(--clima-blue);

  font-size: 10px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 1px;
}

.clima-catalog-service-content h2 {
  min-height: 55px;

  margin: 0 0 13px;

  color: var(--clima-navy);

  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.clima-catalog-service-content > p {
  min-height: 68px;

  margin: 0 0 22px;

  color: var(--clima-muted);

  font-size: 12px;
  line-height: 1.8;
}

/* LISTA */

.clima-catalog-service-list {
  margin: 0 0 25px;
  padding: 20px 0;

  list-style: none;

  border-top: 1px solid var(--clima-border);
  border-bottom: 1px solid var(--clima-border);
}

.clima-catalog-service-list li {
  display: flex;
  align-items: center;

  gap: 9px;

  margin-bottom: 10px;

  color: var(--clima-text);

  font-size: 12px;
}

.clima-catalog-service-list li:last-child {
  margin-bottom: 0;
}

.clima-catalog-service-list li i {
  flex: 0 0 19px;

  width: 19px;
  height: 19px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;

  background: var(--clima-green);

  border-radius: 50%;

  font-size: 8px;
}

/* RODAPÉ DO CARD */

.clima-catalog-service-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 15px;

  margin-top: auto;
}

.clima-catalog-service-price {
  display: flex;
  flex-direction: column;

  flex: 1;
}

.clima-catalog-service-price span {
  margin-bottom: 2px;

  color: var(--clima-muted);

  font-size: 10px;
}

.clima-catalog-service-price strong {
  color: var(--clima-blue);

  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.clima-catalog-service-button {
  min-height: 47px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  padding: 11px 15px;

  color: #ffffff;

  background: var(--clima-navy);

  border-radius: 11px;

  font-size: 11px;
  font-weight: 700;

  text-decoration: none;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.clima-catalog-service-button:hover {
  color: #ffffff;

  background: var(--clima-blue);

  text-decoration: none;

  transform: translateY(-2px);
}

.clima-catalog-service-button i {
  font-size: 16px;
}

/* =====================================================
   CHAMADA FINAL
===================================================== */

.clima-service-final-cta {
  padding: 80px 0;

  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.2),
      transparent 30%
    ),
    linear-gradient(135deg, var(--clima-blue), var(--clima-light-blue));
}

.clima-service-final-content {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 40px;
}

.clima-service-final-content > div {
  max-width: 690px;
}

.clima-service-final-content span {
  display: inline-flex;
  align-items: center;

  gap: 8px;

  margin-bottom: 10px;

  color: rgba(255, 255, 255, 0.85);

  font-size: 12px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 1px;
}

.clima-service-final-content h2 {
  margin: 0 0 12px;

  color: #ffffff;

  font-size: clamp(30px, 4vw, 45px);
  font-weight: 700;
  line-height: 1.2;
}

.clima-service-final-content p {
  margin: 0;

  color: rgba(255, 255, 255, 0.8);

  font-size: 14px;
  line-height: 1.75;
}

/* =====================================================
   RESPONSIVIDADE DO CATÁLOGO
===================================================== */

@media (max-width: 1100px) {
  .clima-service-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .clima-internal-hero {
    min-height: 470px;

    padding: 145px 0 85px;

    text-align: center;
  }

  .clima-internal-hero-content {
    max-width: 100%;
  }

  .clima-internal-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .clima-service-final-content {
    flex-direction: column;

    text-align: center;
  }
}

@media (max-width: 650px) {
  .clima-internal-hero h1 {
    font-size: 39px;

    letter-spacing: -1px;
  }

  .clima-service-category-list {
    justify-content: flex-start;

    flex-wrap: nowrap;

    overflow-x: auto;

    padding: 15px;
  }

  .clima-service-category {
    flex: 0 0 auto;
  }

  .clima-service-catalog-grid {
    grid-template-columns: 1fr;
  }

  .clima-catalog-service-card {
    padding: 27px 22px;
  }

  .clima-catalog-service-content h2,
  .clima-catalog-service-content > p {
    min-height: auto;
  }

  .clima-catalog-service-footer {
    align-items: stretch;

    flex-direction: column;
  }

  .clima-catalog-service-button {
    width: 100%;
  }

  .clima-service-final-cta {
    padding: 65px 0;
  }
}

/* =====================================================
   CATÁLOGO DE PRODUTOS
===================================================== */

.clima-products-hero {
  background:
    radial-gradient(
      circle at 80% 25%,
      rgba(56, 189, 248, 0.2),
      transparent 30%
    ),
    radial-gradient(
      circle at 20% 80%,
      rgba(34, 211, 238, 0.1),
      transparent 25%
    ),
    linear-gradient(135deg, var(--clima-navy), var(--clima-dark));
}

/* BARRA DE BUSCA */

.clima-catalog-toolbar {
  position: relative;
  z-index: 10;

  margin-top: -35px;
}

.clima-catalog-toolbar-content {
  min-height: 82px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 25px;

  padding: 17px 22px;

  background: #ffffff;

  border: 1px solid var(--clima-border);
  border-radius: 18px;

  box-shadow: var(--clima-shadow);
}

.clima-catalog-result {
  display: flex;
  align-items: center;

  gap: 10px;

  color: var(--clima-muted);

  font-size: 12px;
  font-weight: 600;
}

.clima-catalog-result strong {
  min-width: 38px;
  height: 38px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;

  background: var(--clima-blue);

  border-radius: 11px;

  font-size: 14px;
  font-weight: 700;
}

.clima-catalog-search {
  position: relative;

  width: 100%;
  max-width: 440px;
}

.clima-catalog-search > i {
  position: absolute;
  top: 50%;
  left: 17px;

  color: var(--clima-muted);

  transform: translateY(-50%);
}

.clima-catalog-search input {
  width: 100%;
  height: 49px;

  padding: 0 17px 0 46px;

  color: var(--clima-text);

  background: var(--clima-background);

  border: 1px solid var(--clima-border);
  border-radius: 12px;
  outline: none;

  font-family: inherit;
  font-size: 12px;

  transition:
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.clima-catalog-search input:focus {
  background: #ffffff;

  border-color: var(--clima-light-blue);

  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.12);
}

/* ÁREA DO CATÁLOGO */

.clima-product-catalog {
  background: var(--clima-background);
}

.clima-product-catalog-grid {
  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 25px;
}

/* CARD */

.clima-catalog-product-card {
  min-width: 0;
  min-height: 100%;

  display: flex;
  flex-direction: column;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid var(--clima-border);
  border-radius: 23px;

  box-shadow: 0 14px 45px rgba(8, 47, 73, 0.07);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.clima-catalog-product-card:hover {
  transform: translateY(-8px);

  border-color: rgba(56, 189, 248, 0.5);

  box-shadow: var(--clima-shadow);
}

/* IMAGEM */

.clima-catalog-product-image {
  position: relative;

  height: 245px;

  overflow: hidden;

  background:
    radial-gradient(circle, rgba(56, 189, 248, 0.14), transparent 60%), #f5fbfe;
}

.clima-catalog-product-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 0.5s ease;
}

.clima-catalog-product-card:hover .clima-catalog-product-image img {
  transform: scale(1.06);
}

.clima-catalog-product-placeholder {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--clima-blue);

  font-size: 64px;
}

.clima-catalog-product-badge {
  position: absolute;
  top: 16px;
  left: 16px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 7px 12px;

  color: #ffffff;

  background: rgba(8, 47, 73, 0.86);

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;

  font-size: 9px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 0.7px;

  backdrop-filter: blur(10px);
}

/* CONTEÚDO */

.clima-catalog-product-content {
  flex: 1;

  display: flex;
  flex-direction: column;

  padding: 26px 23px 23px;
}

.clima-catalog-product-label {
  margin-bottom: 8px;

  color: var(--clima-blue);

  font-size: 9px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 1px;
}

.clima-catalog-product-content h2 {
  min-height: 51px;

  margin: 0 0 12px;

  color: var(--clima-navy);

  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.clima-catalog-product-content > p {
  min-height: 67px;

  margin: 0 0 20px;

  color: var(--clima-muted);

  font-size: 11px;
  line-height: 1.8;
}

/* CARACTERÍSTICAS */

.clima-catalog-product-features {
  display: flex;
  flex-direction: column;

  gap: 8px;

  margin-bottom: 22px;
  padding: 17px 0;

  border-top: 1px solid var(--clima-border);
  border-bottom: 1px solid var(--clima-border);
}

.clima-catalog-product-features span {
  display: flex;
  align-items: center;

  gap: 8px;

  color: var(--clima-text);

  font-size: 10px;
}

.clima-catalog-product-features i {
  color: var(--clima-green);

  font-size: 13px;
}

/* RODAPÉ */

.clima-catalog-product-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 12px;

  margin-top: auto;
}

.clima-catalog-product-price {
  min-width: 0;

  display: flex;
  flex-direction: column;
}

.clima-catalog-product-price span {
  margin-bottom: 2px;

  color: var(--clima-muted);

  font-size: 9px;
}

.clima-catalog-product-price strong {
  color: var(--clima-blue);

  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.clima-catalog-product-button {
  min-height: 45px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  padding: 10px 14px;

  color: #ffffff;

  background: var(--clima-navy);

  border-radius: 10px;

  font-size: 10px;
  font-weight: 700;

  text-decoration: none;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.clima-catalog-product-button:hover {
  color: #ffffff;

  background: var(--clima-blue);

  text-decoration: none;

  transform: translateY(-2px);
}

.clima-catalog-product-button i {
  font-size: 15px;
}

/* SEM RESULTADOS */

.clima-catalog-no-results {
  padding: 65px 30px;

  text-align: center;

  background: #ffffff;

  border: 1px solid var(--clima-border);
  border-radius: 22px;
}

.clima-catalog-no-results > i {
  margin-bottom: 18px;

  color: var(--clima-blue);

  font-size: 45px;
}

.clima-catalog-no-results h3 {
  margin: 0 0 8px;

  color: var(--clima-navy);

  font-size: 20px;
  font-weight: 700;
}

.clima-catalog-no-results p {
  margin: 0;

  color: var(--clima-muted);

  font-size: 13px;
}

/* CHAMADA FINAL */

.clima-product-final-cta {
  padding: 80px 0;

  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.2),
      transparent 30%
    ),
    linear-gradient(135deg, var(--clima-blue), var(--clima-light-blue));
}

.clima-product-final-content {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 40px;
}

.clima-product-final-content > div {
  max-width: 700px;
}

.clima-product-final-content span {
  display: inline-flex;
  align-items: center;

  gap: 8px;

  margin-bottom: 10px;

  color: rgba(255, 255, 255, 0.85);

  font-size: 12px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 1px;
}

.clima-product-final-content h2 {
  margin: 0 0 12px;

  color: #ffffff;

  font-size: clamp(30px, 4vw, 45px);
  font-weight: 700;
  line-height: 1.2;
}

.clima-product-final-content p {
  margin: 0;

  color: rgba(255, 255, 255, 0.8);

  font-size: 14px;
  line-height: 1.75;
}

/* RESPONSIVIDADE */

@media (max-width: 1150px) {
  .clima-product-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .clima-product-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clima-product-final-content {
    flex-direction: column;

    text-align: center;
  }
}

@media (max-width: 700px) {
  .clima-catalog-toolbar-content {
    align-items: stretch;
    flex-direction: column;
  }

  .clima-catalog-search {
    max-width: none;
  }

  .clima-catalog-result {
    justify-content: space-between;
  }
}

@media (max-width: 560px) {
  .clima-product-catalog-grid {
    grid-template-columns: 1fr;
  }

  .clima-catalog-product-image {
    height: 270px;
  }

  .clima-catalog-product-content h2,
  .clima-catalog-product-content > p {
    min-height: auto;
  }

  .clima-product-final-cta {
    padding: 65px 0;
  }
}
