/* CoolAC readable service pages — light background, high contrast */
body.coolac-page {
  background-color: #e8f4fc;
  color: #1a1a1a;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  line-height: 1.55;
}

.coolac-page .navbar-default {
  background-color: #fff;
  border-color: #ddd;
}

.coolac-page .coolac-main {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 24px 28px 32px;
  margin-top: 20px;
  margin-bottom: 32px;
}

.coolac-page .coolac-hero {
  border-bottom: 3px solid #14c8c8;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.coolac-page .coolac-hero h1 {
  color: #0d5c5c;
  font-size: 28px;
  margin-top: 0;
}

.coolac-page .coolac-call {
  font-size: 20px;
  margin: 12px 0;
}

.coolac-page .coolac-call a {
  color: #0a7a7a;
  font-weight: 700;
  text-decoration: none;
}

.coolac-page .coolac-call a:hover {
  text-decoration: underline;
}

.coolac-page .coolac-license {
  color: #555;
  font-size: 14px;
}

.coolac-page .coolac-content h2,
.coolac-page .coolac-content h3,
.coolac-page .coolac-content h4 {
  color: #0d5c5c;
  margin-top: 1.4em;
}

.coolac-page .coolac-content p,
.coolac-page .coolac-content li {
  color: #222;
}

.coolac-page .coolac-content a {
  color: #0a7a7a;
}

.coolac-page .coolac-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 12px 8px 12px 0;
}

.coolac-page .coolac-img-row img {
  vertical-align: top;
}

.coolac-page .coolac-panel {
  background: #f7fbfc;
  border: 1px solid #d0e8e8;
  border-radius: 6px;
  padding: 16px 20px;
  margin: 16px 0;
}

.coolac-page table.coolac-table {
  width: 100%;
  max-width: 520px;
  border-collapse: collapse;
  margin: 16px 0;
}

.coolac-page table.coolac-table td,
.coolac-page table.coolac-table th {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
  color: #222;
  background: #fff;
}

.coolac-page .coolac-back {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

.coolac-page .coolac-footer {
  text-align: center;
  color: #444;
  font-size: 14px;
  padding: 16px 0 24px;
}

.coolac-page .coolac-footer a {
  color: #0a7a7a;
}

/* Homepage */
.coolac-page .coolac-home-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}

.coolac-page .coolac-home-hero-text {
  flex: 1 1 280px;
}

.coolac-page .coolac-home-hero-img {
  flex: 0 1 320px;
  text-align: center;
}

.coolac-page .coolac-home-hero-img img {
  max-width: 100%;
  border-radius: 8px;
  margin: 0;
}

.coolac-page .coolac-btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  margin: 8px 8px 8px 0;
}

.coolac-page .coolac-btn-primary {
  background: #14c8c8;
  color: #fff !important;
}

.coolac-page .coolac-btn-primary:hover {
  background: #0fa8a8;
  color: #fff !important;
}

.coolac-page .coolac-btn-secondary {
  background: #fff;
  color: #0a7a7a !important;
  border: 2px solid #14c8c8;
}

.coolac-page .coolac-btn-secondary:hover {
  background: #f0fafafa;
}

.coolac-page .coolac-trust {
  color: #444;
  font-size: 15px;
  margin: 12px 0 0;
}

.coolac-page .coolac-service-card {
  background: #f7fbfc;
  border: 1px solid #d0e8e8;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  height: 100%;
  text-align: center;
}

.coolac-page .coolac-service-card img {
  max-height: 120px;
  width: auto;
  margin: 0 auto 12px;
  display: block;
}

.coolac-page .coolac-service-card h3 {
  font-size: 18px;
  margin-top: 0;
}

.coolac-page .coolac-service-card p {
  font-size: 14px;
  color: #444;
}

.coolac-page .coolac-sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.coolac-page .coolac-sidebar-nav li {
  margin-bottom: 4px;
}

.coolac-page .coolac-sidebar-nav a {
  display: block;
  padding: 10px 14px;
  background: #f7fbfc;
  border: 1px solid #d0e8e8;
  border-radius: 6px;
  text-decoration: none;
  color: #0a7a7a;
  font-weight: 500;
}

.coolac-page .coolac-sidebar-nav a:hover {
  background: #14c8c8;
  color: #fff;
  border-color: #14c8c8;
}

.coolac-page .coolac-about {
  margin-top: 8px;
}

.coolac-page .navbar-phone {
  margin-top: 14px;
  margin-right: 12px;
  font-weight: 700;
  color: #0a7a7a !important;
}

@media (min-width: 768px) {
  .coolac-page .navbar-phone {
    display: inline-block;
  }
}
