
:root {
  --hh-navy: #003D70;
  --hh-deep: #062B4A;
  --hh-blue: #1187D8;
  --hh-card-title: #00559A;
  --hh-text: #1F2933;
  --hh-muted: #404040;
  --hh-light: #F5F7FA;
  --hh-border: #D9DEE5;
  --hh-white: #FFFFFF;
}

.hh-site, .hh-site * {
  box-sizing: border-box;
}

.hh-site {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--hh-text);
  line-height: 1.55;
}

.hh-site h1,
.hh-site h2,
.hh-site h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
}

.hh-nav {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 22px 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background: rgba(255,255,255,0.02);
}

.hh-brand {
  color: #000000 !important;
  font-weight: 800;
  font-size: 24px;
  text-decoration: none !important;
  letter-spacing: .01em;
  white-space: nowrap;
}

.hh-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}

.hh-menu a {
  color: #1F2933 !important;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none !important;
  border-bottom: 3px solid transparent;
  padding-bottom: 6px;
}

.hh-menu a:hover,
.hh-menu a.active {
  border-bottom-color: var(--hh-blue);
}

.hh-home-hero {
  min-height: 820px;
  background:
    linear-gradient(rgba(0, 105, 142, .20), rgba(0, 39, 70, .22)),
    url('/wp-content/plugins/haloz-auto-site-builder/assets/home-hero.jpg') center center / cover no-repeat;
  border-radius: 0 0 12px 12px;
  margin-top: -78px;
  padding-top: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.hh-home-hero h1 {
  color: #ffffff;
  font-size: clamp(48px, 6vw, 78px);
  margin: 0 0 28px;
  letter-spacing: .02em;
}

.hh-home-hero p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 22px;
}

.hh-hero-button {
  display: inline-block;
  background: var(--hh-blue);
  color: #ffffff !important;
  padding: 30px 64px;
  border-radius: 64px;
  text-decoration: none !important;
  font-size: clamp(28px, 3vw, 42px);
  margin-top: 10px;
}

.hh-section {
  padding: 72px 7%;
}

.hh-section.white {
  background: #ffffff;
}

.hh-section.deep {
  background: var(--hh-deep);
}

.hh-section.light {
  background: var(--hh-light);
}

.hh-container {
  max-width: 1160px;
  margin: 0 auto;
}

.hh-about-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 560px) 1fr;
  gap: 64px;
  align-items: center;
}

.hh-about-img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 16px rgba(0,0,0,.22);
}

.hh-about-copy {
  text-align: center;
  font-weight: 700;
}

.hh-about-copy h2 {
  color: #000;
  font-size: 46px;
  margin: 0 0 28px;
}

.hh-about-copy p {
  color: #000;
  font-size: 19px;
  margin: 0 0 24px;
}

.hh-services-title {
  text-align: center;
  color: #ffffff !important;
  font-size: 48px;
  margin: 0 0 42px;
}

.hh-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 34px;
}

.hh-service-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
}

.hh-service-card img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  display: block;
}

.hh-service-card .body {
  padding: 30px;
  min-height: 220px;
}

.hh-service-card h3 {
  color: var(--hh-card-title);
  font-size: 22px;
  margin: 0 0 20px;
}

.hh-service-card p {
  color: #404040;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}

.hh-standards {
  background: #ffffff;
}

.hh-standards h2,
.hh-application-preview h2 {
  color: #000;
  font-size: 42px;
  margin: 0 0 24px;
}

.hh-standards p,
.hh-application-preview p {
  font-size: 18px;
  color: var(--hh-text);
  margin: 0 0 20px;
}

.hh-notice {
  background: #F1F6FA;
  border-left: 6px solid var(--hh-navy);
  padding: 22px 26px;
  margin-top: 30px;
  font-weight: 700;
}

.hh-page-hero {
  background: var(--hh-deep);
  color: #ffffff;
  padding: 80px 7%;
  text-align: center;
}

.hh-page-hero h1 {
  color: #ffffff;
  font-size: clamp(42px, 5vw, 64px);
  margin: 0 0 18px;
}

.hh-page-hero p {
  color: #E8EDF2;
  font-size: 20px;
  font-weight: 700;
  max-width: 900px;
  margin: 0 auto;
}

.hh-compliance-hero {
  background:
    linear-gradient(90deg, rgba(6,43,74,.94), rgba(6,43,74,.76)),
    url('/wp-content/plugins/haloz-auto-site-builder/assets/compliance-bg.jpg') center center / cover no-repeat;
  color: #ffffff;
  padding: 105px 7%;
}

.hh-compliance-hero h1 {
  color: #ffffff;
  font-size: clamp(44px, 6vw, 76px);
  max-width: 820px;
  margin: 0 0 22px;
}

.hh-compliance-hero p {
  color: #ffffff;
  font-size: 23px;
  max-width: 760px;
  font-weight: 700;
}

.hh-form-wrap {
  background: #ffffff;
  border-radius: 12px;
  padding: 38px;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  border: 1px solid var(--hh-border);
}

.hh-form-note {
  background: #F1F6FA;
  border-left: 5px solid var(--hh-navy);
  padding: 18px 22px;
  margin-bottom: 28px;
  font-weight: 700;
}

.hh-fake-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.hh-field label,
.hh-checks label {
  display: block;
  font-weight: 700;
  margin-bottom: 7px;
}

.hh-field div {
  min-height: 44px;
  border: 1px solid var(--hh-border);
  border-radius: 5px;
  background: #F8FAFC;
  padding: 10px 12px;
  color: #667085;
}

.hh-checks {
  margin-top: 26px;
}

.hh-checks p {
  font-size: 15px;
  margin: 10px 0;
}

.hh-submit {
  background: var(--hh-blue);
  color: #ffffff !important;
  display: inline-block;
  padding: 15px 28px;
  border-radius: 5px;
  font-weight: 800;
  margin-top: 18px;
}

.hh-footer {
  background: #F7F7F7;
  padding: 46px 7%;
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 40px;
  color: var(--hh-text);
}

.hh-footer h3 {
  margin-top: 0;
}

.hh-footer a {
  display: block;
  color: var(--hh-text);
  font-weight: 700;
  text-decoration: none !important;
  margin-bottom: 10px;
}

@media (max-width: 980px) {
  .hh-nav {
    flex-direction: column;
    align-items: flex-start;
    background: #ffffff;
  }
  .hh-home-hero {
    margin-top: 0;
    padding-top: 90px;
  }
  .hh-about-grid,
  .hh-card-grid,
  .hh-fake-form-grid,
  .hh-footer {
    grid-template-columns: 1fr;
  }
}
