/* ==============================
   CLIMTEK PAGE STYLES
   ============================== */
.climtek-page {
  font-family: inherit;
  color: #111827;
}

/* Hero Section */
.climtek-page .hero-section {
  background: #002b49 !important; /* solid blue banner */
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.climtek-page.bg-gradient-hero {
  background: linear-gradient(135deg, #002b49, #005b8f);
  text-align: center;
  padding: 100px 20px;
}

.climtek-page .hero-title,
.climtek-page .text-display {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.climtek-page .hero-subtitle,
.climtek-page .text-body-large {
  font-size: 18px;
  line-height: 1.6;
  color: #d9e3ec;
}

.climtek-page .hero-icon {
  background: #004c75;
  padding: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
}

.climtek-hero .hero-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

/* Intro */
.climtek-page .intro-text,
.climtek-page .text-muted-foreground {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.climtek-page .max-w-4xl {
  max-width: 64rem;
  margin: 0 auto;
}

/* Info Box */
.climtek-page .info-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border: 1px solid #e5e9ef;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.climtek-page .info-icon {
  flex: 0 0 60px;
  height: 60px;
  border-radius: 50%;
  background: #e8f3fc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  color: #005b8f;
}

.climtek-page .info-text {
  flex: 1 1 auto;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left;
}

.climtek-page .info-text p {
  width: 100% !important;
  max-width: none !important;
}

.climtek-page .info-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #002b49;
}

/* Grid & Cards */
.climtek-page .grid-2,
.climtek-page .services-row-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.climtek-page .card,
.climtek-page .service-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.climtek-page .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.climtek-page .card-icon,
.climtek-page .service-icon {
  font-size: 24px;
  color: #005b8f;
  margin-bottom: 10px;
}

.climtek-page .card h3,
.climtek-page .service-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111827;
}

.climtek-page .card p,
.climtek-page .service-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Checklist */
.climtek-page .checklist-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 30px;
}

.climtek-page .checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.climtek-page .checklist li {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
  font-size: 16px;
  color: #374151;
}

.climtek-page .checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #059669; /* green-600 */
}

/* Mission Box */
.climtek-page .mission-box {
  background: #e0f2fe;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.climtek-page .mission-box h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111827;
}

/* CTA */
.climtek-page .cta-title { font-size: 24px; margin-bottom: 15px; }
.climtek-page .cta-text { font-size: 16px; color: #555; margin-bottom: 20px; }
.climtek-page .cta-highlight { font-weight: bold; color: #002b49; margin-bottom: 30px; }

/*.climtek-page .btn-primary,
.climtek-page .btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #002b49;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.climtek-page .btn-primary:hover,
.climtek-page .btn-hero:hover {
  background: #004c75;
  transform: translateY(-2px);
}*/

/* Sections */
.climtek-page .section-padding { padding: 80px 20px; }
.climtek-page .container-custom { max-width: 1100px; margin: 0 auto; }
.climtek-page .section-title { font-size: 28px; margin-bottom: 20px; color: #002b49; }

/* Animation */
.animate-fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




