@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Nunito+Sans:wght@300;400;600;700&display=swap');

:root {
  --jqh-forest: #1f4f4b;
  --jqh-sage: #86b3aa;
  --jqh-gold: #c69b58;
  --jqh-lilac: #c7b8df;
  --jqh-sky: #8eb8d8;
  --jqh-cream: #f8f5ef;
  --jqh-ink: #263030;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  color: var(--jqh-ink);
  background: radial-gradient(circle at 8% 20%, rgba(198, 155, 88, 0.18), transparent 40%),
    radial-gradient(circle at 86% 15%, rgba(142, 184, 216, 0.22), transparent 35%),
    linear-gradient(140deg, #eef5ef 0%, #f9f5ee 46%, #edf3fb 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.2px;
}

.navbar-custom {
  background: rgba(248, 245, 239, 0.95);
  box-shadow: 0 10px 22px rgba(38, 48, 48, 0.08);
}

.navbar-brand {
  font-size: 30px;
  color: var(--jqh-forest) !important;
  font-weight: 700;
}

.navbar-custom ul.nav li a {
  color: var(--jqh-ink);
  font-weight: 700;
}

.jqh-topbar {
  background: linear-gradient(90deg, var(--jqh-forest), #2f6460);
  color: #fff;
}

.jqh-hero {
  padding: 190px 0 90px;
  background: linear-gradient(155deg, rgba(199, 184, 223, 0.18), rgba(142, 184, 216, 0.14));
}

.jqh-eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--jqh-forest);
  font-weight: 700;
  margin-bottom: 16px;
}

.jqh-hero h1 {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 20px;
  color: #1c3835;
}

.jqh-lead {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.jqh-hero-card {
  background: rgba(255, 255, 255, 0.83);
  border: 1px solid rgba(198, 155, 88, 0.35);
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 16px 30px rgba(38, 48, 48, 0.08);
}

.jqh-hero-card ul {
  padding-left: 18px;
  margin-top: 12px;
}

.jqh-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.jqh-mini-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jqh-mini-cta a {
  color: var(--jqh-forest);
  font-weight: 700;
  text-decoration: underline;
}

.jqh-btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 11px 20px;
  border: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jqh-btn:hover,
.jqh-btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(38, 48, 48, 0.15);
}

.jqh-btn-primary {
  color: #fff;
  background: linear-gradient(110deg, #1d5a54, #2f7f76);
}

.jqh-btn-secondary {
  color: #fff;
  background: linear-gradient(110deg, #b68949, #d9ad67);
}

.jqh-btn-soft {
  color: #153a37;
  background: linear-gradient(110deg, #dcd1ea, #b9d4e9);
}

.home-section {
  padding: 80px 0;
}

.jqh-section-light {
  background: rgba(255, 255, 255, 0.68);
}

.jqh-section-services {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.72), rgba(233, 242, 252, 0.6));
}

.jqh-section-healy {
  background: linear-gradient(120deg, rgba(198, 155, 88, 0.12), rgba(134, 179, 170, 0.2));
}

.jqh-section-contact {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.88), rgba(199, 184, 223, 0.18));
}

.jqh-profile-img {
  border-radius: 18px;
  box-shadow: 0 16px 28px rgba(38, 48, 48, 0.16);
}

.jqh-service-card,
.jqh-testimonial,
.jqh-blog-card,
.jqh-contact-card,
.jqh-healy-panel {
  height: 100%;
  padding: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(31, 79, 75, 0.11);
  box-shadow: 0 12px 22px rgba(38, 48, 48, 0.08);
}

.jqh-service-card h4,
.jqh-testimonial h5,
.jqh-blog-card h4,
.jqh-contact-card h4,
.jqh-healy-panel h4 {
  margin-bottom: 14px;
}

.jqh-link-wa {
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  color: #1d5a54;
}

.jqh-blog-card a {
  font-weight: 700;
  color: #1d5a54;
}

.jqh-form .form-control {
  border-radius: 10px;
  border-color: rgba(31, 79, 75, 0.24);
  min-height: 44px;
}

.jqh-social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 16px;
}

.jqh-social-list li {
  margin-bottom: 6px;
}

.jqh-social-list a {
  color: #1d5a54;
  font-weight: 700;
}

.jqh-footer {
  padding: 32px 0;
  text-align: center;
  background: #1f4f4b;
  color: #fff;
}

.jqh-footer p {
  margin-bottom: 8px;
}

.jqh-floating-actions {
  position: fixed;
  right: 18px;
  bottom: 86px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 999;
}

.jqh-float-btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(38, 48, 48, 0.2);
}

.jqh-wa {
  background: #25d366;
}

.jqh-healy {
  background: #3e6f9e;
}

@media (max-width: 991px) {
  .jqh-hero {
    padding-top: 150px;
  }

  .jqh-hero h1 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .jqh-topbar {
    display: none;
  }

  .jqh-hero {
    padding-top: 120px;
  }

  .jqh-hero h1 {
    font-size: 36px;
  }

  .jqh-lead {
    font-size: 17px;
  }

  .jqh-floating-actions {
    right: 10px;
    bottom: 110px;
  }
}
