/* H4 Ley Core - Global frontend shell and page styles */
@import url("https://fonts.googleapis.com/css2?family=Alegreya:wght@400;500;700&family=Anton&family=Montserrat:wght@300;400;700&family=Poppins:wght@400;500;600;700;800&family=Roboto:wght@300;400;500&display=swap");

:root {
  --h4-green-900: #0f3324;
  --h4-green-800: #144d35;
  --h4-green-700: #1d6a49;
  --h4-slate-900: #111827;
  --h4-slate-700: #334155;
  --h4-gold: #f1b84b;
  --h4-border: rgba(12, 24, 20, 0.12);
  --h4-shadow: 0 22px 60px rgba(12, 24, 20, 0.22);
}

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--h4-slate-900);
  font-family: "Montserrat", "Avenir Next", "Segoe UI", Arial, sans-serif;
}

.h4-shell {
  width: min(1220px, 92vw);
  margin: 0 auto;
}

.h4-site-header a,
.h4-site-footer a,
.h4-home a,
.h4-content-page a {
  text-decoration: none;
}

.h4-site-header {
  position: sticky;
  top: 0;
  z-index: 250;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.h4-topbar {
  background: linear-gradient(90deg, var(--h4-green-900), var(--h4-green-700));
  color: #e8fff3;
  font-size: 13px;
  line-height: 1.4;
}

.h4-topbar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 8px 0;
}

.h4-topbar-inner a,
.h4-topbar-inner span {
  color: #e8fff3;
  opacity: 0.95;
}

.h4-nav-wrap {
  background: #fff;
}

.h4-nav-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.h4-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--h4-slate-900);
  font-weight: 800;
  font-size: 18px;
}

.h4-brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 50%;
}

.h4-main-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  position: relative;
}

.h4-main-nav a {
  color: var(--h4-slate-700);
  font-weight: 600;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 10px;
}

.h4-main-nav a:hover {
  background: #ecfdf3;
  color: var(--h4-green-800);
}

.h4-main-nav .h4-nav-group {
  position: relative;
  display: inline-flex;
}

.h4-main-nav .h4-nav-parent {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.h4-main-nav .h4-nav-parent::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.75;
}

.h4-main-nav .h4-sub-nav {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 240px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 1px solid var(--h4-border);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  z-index: 20;
  display: none;
}

.h4-main-nav .h4-nav-group:hover .h4-sub-nav,
.h4-main-nav .h4-nav-group:focus-within .h4-sub-nav {
  display: block;
}

.h4-main-nav .h4-sub-nav a {
  display: block;
  border-radius: 8px;
  padding: 8px 10px;
  white-space: nowrap;
}

.h4-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  color: #0f2b1f;
  background: linear-gradient(180deg, #ffd27f, var(--h4-gold));
  box-shadow: 0 10px 24px rgba(241, 184, 75, 0.3);
}

.h4-home section {
  position: relative;
}

.h4-hero {
  background-image:
    linear-gradient(120deg, rgba(15, 51, 36, 0.86), rgba(13, 35, 27, 0.45)),
    url("/wp-content/uploads/2025/06/2025-05-07-14.27.42.jpg");
  background-size: cover;
  background-position: center;
  min-height: 72vh;
  display: flex;
  align-items: center;
}

.h4-hero .h4-shell {
  padding: 86px 0 84px;
}

.h4-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 6vw, 66px);
  line-height: 1.02;
  max-width: 780px;
}

.h4-hero p {
  margin: 0 0 30px;
  color: #ddf8ea;
  max-width: 640px;
  font-size: clamp(16px, 2.1vw, 22px);
  line-height: 1.55;
}

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

.h4-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.h4-home-panel {
  background: radial-gradient(circle at 8% 10%, #f4fbf6, #eef4f6 48%, #fff 100%);
  padding: 74px 0;
}

.h4-about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
}

.h4-card {
  background: #fff;
  border: 1px solid var(--h4-border);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 15px 38px rgba(2, 20, 12, 0.08);
}

.h4-card h2,
.h4-card h3 {
  margin: 0 0 12px;
  color: var(--h4-slate-900);
}

.h4-card p {
  margin: 0 0 14px;
  color: var(--h4-slate-700);
  line-height: 1.75;
}

.h4-image-frame {
  margin-top: 14px;
  border-radius: 16px;
  overflow: hidden;
}

.h4-image-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.h4-checklist {
  margin: 0;
  padding-left: 20px;
}

.h4-checklist li {
  margin-bottom: 9px;
  color: var(--h4-slate-700);
}

.h4-tiers {
  background: #fff;
  padding: 76px 0;
}

.h4-tiers .h4-headline {
  max-width: 760px;
  margin-bottom: 26px;
}

.h4-eyebrow {
  margin: 0 0 10px;
  color: var(--h4-green-700);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 12px;
}

.h4-headline h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
}

.h4-headline p {
  margin-top: 14px;
  color: var(--h4-slate-700);
  line-height: 1.7;
}

.h4-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.h4-tier {
  border-radius: 22px;
  padding: 24px;
  color: #f7fffb;
  background: linear-gradient(165deg, #174932, #103927);
  box-shadow: var(--h4-shadow);
}

.h4-tier h3 {
  margin: 0;
  font-size: 24px;
}

.h4-tier .h4-price {
  margin-top: 8px;
  font-size: 34px;
  font-weight: 800;
  color: #ffe5b8;
}

.h4-tier p {
  margin: 14px 0 18px;
  color: #d7efe2;
  line-height: 1.7;
}

.h4-tier a {
  color: #0f2b1f;
  background: #d6f5e6;
  border-radius: 999px;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 16px;
  font-weight: 700;
}

.h4-addon-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.h4-addon {
  background: #f8fbff;
  border: 1px solid #d9e6f5;
  border-radius: 16px;
  padding: 18px;
}

.h4-addon h4 {
  margin: 0 0 8px;
  color: var(--h4-slate-900);
}

.h4-addon p {
  margin: 0;
  color: var(--h4-slate-700);
}

.h4-service-area {
  background: linear-gradient(120deg, #0f3324, #1b5b3f);
  color: #eefcf5;
  padding: 74px 0;
}

.h4-service-area h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
}

.h4-service-area p {
  margin: 0 0 20px;
  max-width: 800px;
  line-height: 1.8;
}

.h4-gallery {
  background: #fff;
  padding: 76px 0;
}

.h4-gallery-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.h4-gallery-grid img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.h4-home-final {
  background: #f4f8f5;
  border-top: 1px solid var(--h4-border);
  border-bottom: 1px solid var(--h4-border);
  padding: 68px 0;
  text-align: center;
}

.h4-home-final h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 4vw, 42px);
}

.h4-home-final p {
  margin: 0 auto 18px;
  max-width: 680px;
  color: var(--h4-slate-700);
  line-height: 1.7;
}

.h4-content-page {
  background: #fff;
}

.h4-page-hero {
  background: linear-gradient(135deg, #f3faf6, #e8f2ee);
  border-bottom: 1px solid var(--h4-border);
  padding: 44px 0;
}

.h4-page-hero h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
}

.h4-content-surface {
  width: min(1020px, 92vw);
  margin: 0 auto;
  padding: 34px 0 60px;
  line-height: 1.75;
}

.h4-content-surface h2,
.h4-content-surface h3,
.h4-content-surface h4 {
  margin: 24px 0 10px;
  color: var(--h4-slate-900);
}

.h4-content-surface p,
.h4-content-surface li {
  color: var(--h4-slate-700);
}

.h4-content-surface img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.h4-contact-form-wrap {
  width: min(1020px, 92vw);
  margin: 0 auto 60px;
  border: 1px solid var(--h4-border);
  border-radius: 16px;
  padding: 20px;
  background: #f8faf9;
}

.h4-contact-form-wrap h2 {
  margin: 0 0 8px;
}

.h4-contact-form-wrap p {
  margin: 0 0 16px;
  color: var(--h4-slate-700);
}

.h4-contact-form-wrap form p {
  margin: 0;
}

.h4-contact-form-wrap br {
  display: none;
}

.h4-form-message {
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 14px;
  font-weight: 600;
}

.h4-form-message.is-success {
  background: #ddf8ea;
  color: #0f5132;
}

.h4-form-message.is-error {
  background: #fde2e2;
  color: #842029;
}

.h4-contact-form .h4-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.h4-contact-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--h4-slate-700);
}

.h4-form-span-all {
  grid-column: 1 / -1;
}

.h4-contact-form input[type="text"],
.h4-contact-form input[type="email"],
.h4-contact-form input[type="tel"],
.h4-contact-form textarea,
.h4-contact-form select {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  min-height: 42px;
  padding: 8px 10px;
  box-sizing: border-box;
  font: inherit;
}

.h4-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.h4-contact-form button[type="submit"] {
  margin-top: 14px;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: linear-gradient(180deg, #ffd27f, var(--h4-gold));
  color: #123222;
  font-weight: 700;
  cursor: pointer;
}

.h4-site-footer {
  margin-top: 0;
  background: #0e1f1a;
  color: #d7ebe0;
}

.h4-footer-cta {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(120deg, #123b2b, #195338);
}

.h4-footer-cta .h4-shell {
  padding: 52px 0;
  text-align: center;
}

.h4-footer-cta h2 {
  color: #fff;
  margin: 0 0 14px;
}

.h4-footer-main {
  padding: 40px 0 28px;
}

.h4-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 20px;
}

.h4-footer-grid h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
}

.h4-footer-grid p,
.h4-footer-grid li,
.h4-footer-grid a {
  color: #d7ebe0;
  line-height: 1.7;
}

.h4-footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.h4-footer-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 50%;
}

.h4-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.h4-footer-legal .h4-shell {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.h4-footer-legal a {
  color: #f6d494;
}

/* Suppress default Twenty Twenty-Five template chrome when Help4 layout is active. */
body.h4bs-page-layout-default .wp-site-blocks > header.wp-block-template-part,
body.h4bs-page-layout-default .wp-site-blocks > footer.wp-block-template-part {
  display: none !important;
}

/* Normalize wrapper containers so Help4 controls spacing edge-to-edge. */
body.h4bs-page-layout-default .wp-site-blocks,
body.h4bs-page-layout-default .wp-site-blocks > main.wp-block-group,
body.h4bs-page-layout-default .wp-site-blocks > .entry-content.wp-block-post-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

body.h4bs-page-layout-default .wp-site-blocks > main.wp-block-group > .wp-block-group {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

body.h4bs-page-layout-default .wp-site-blocks > main.wp-block-group .wp-block-post-featured-image,
body.h4bs-page-layout-default .wp-site-blocks > main.wp-block-group .wp-block-post-title {
  display: none !important;
}

body.h4bs-page-layout-default .wp-site-blocks > main.wp-block-group .entry-content.wp-block-post-content,
body.h4bs-page-layout-default .wp-site-blocks > .entry-content.wp-block-post-content > .h4bs-builder-page {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

/* Neutralize wpautop artifacts seen inside builder HTML blocks. */
.h4bs-block-html > br,
.h4bs-block-html > p:empty {
  display: none !important;
}

@media (max-width: 1140px) {
  .h4-nav-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 12px 0 16px;
  }

  .h4-brand {
    justify-content: center;
  }

  .h4-cta-btn {
    justify-self: center;
  }

  .h4-main-nav {
    justify-content: center;
  }

  .h4-about-grid,
  .h4-tier-grid,
  .h4-gallery-grid,
  .h4-footer-grid,
  .h4-addon-row,
  .h4-contact-form .h4-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .h4-topbar-inner {
    justify-content: center;
    text-align: center;
  }

  .h4-hero .h4-shell,
  .h4-home-panel,
  .h4-tiers,
  .h4-service-area,
  .h4-gallery,
  .h4-home-final {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .h4-footer-legal .h4-shell {
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
  }
}

/* Live parity overrides (v14): align typography/colors/spacings closer to live source. */
:root {
  --h4-green-900: #1f3027;
  --h4-green-800: #286617;
  --h4-green-700: #5a7232;
  --h4-slate-900: #1f3027;
  --h4-slate-700: #54595f;
  --h4-gold: #9dad3b;
  --h4-border: rgba(31, 48, 39, 0.18);
  --h4-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

body {
  color: #1f3027;
  font-family: "Alegreya", "Times New Roman", serif;
}

.h4-shell {
  width: min(1410px, 94vw);
}

.h4-site-header {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.h4-topbar {
  background: #286617;
}

.h4-topbar-inner {
  min-height: auto;
  gap: 22px;
  padding: 12px;
  justify-content: center;
}

.h4-topbar-inner a,
.h4-topbar-inner > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.h4-topbar-inner i {
  font-size: 16px;
  line-height: 1;
}

.h4-nav-inner {
  min-height: auto;
  gap: 10px;
  padding: 15px 12px;
}

.h4-brand {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #286617;
}

.h4-main-nav {
  gap: 0 50px;
}

.h4-main-nav a {
  color: #286617;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  border-radius: 0;
}

.h4-main-nav a:hover {
  color: #54595f;
  background: transparent;
}

.h4-main-nav .h4-sub-nav {
  top: calc(100% + 15px);
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}

.h4-main-nav .h4-sub-nav a {
  padding: 20px 10px;
}

.h4-cta-btn {
  min-height: auto;
  padding: 10px 18px;
  border: 2px double #1f3027;
  border-radius: 0;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  background: #286617;
  box-shadow: none;
}

.h4-cta-btn:hover {
  color: #1f3027;
  background: #f5f6f3;
}

.h4-hero {
  background-image: url("/wp-content/uploads/2025/06/pexels-scottwebb-136097.jpg");
  min-height: 45vh;
}

.h4-hero .h4-shell {
  max-width: 620px;
  padding: 84px 20px;
  text-align: center;
}

.h4-hero .h4-eyebrow {
  margin: 0 0 12px;
  color: #a2a2a2;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: none;
}

.h4-hero h1 {
  margin: 0 0 16px;
  max-width: none;
  color: #286617;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-size: clamp(34px, 5vw, 50px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.h4-hero p {
  margin: 0 0 30px;
  max-width: none;
  color: #1f3027;
  font-family: "Alegreya", "Times New Roman", serif;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.4;
}

.h4-hero-actions {
  justify-content: center;
}

.h4-btn-outline {
  display: none;
}

.h4-home-panel {
  background-image: url("/wp-content/uploads/2025/06/pexels-scottwebb-136097-1-e1749254162793.jpg");
  background-position: center;
  background-size: cover;
  padding: 5% 0;
}

.h4-about-grid {
  gap: 0;
}

.h4-about-grid .h4-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.h4-about-grid .h4-card:first-child {
  background: #f5f6f3;
  padding: clamp(24px, 4vw, 56px);
}

.h4-about-grid .h4-card:first-child h2 {
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 45px);
  font-weight: 600;
  line-height: 1.1;
  color: #5a7232;
}

.h4-about-grid .h4-card:first-child h3 {
  font-family: "Alegreya", "Times New Roman", serif;
  font-size: clamp(20px, 2.3vw, 24px);
  font-weight: 500;
  line-height: 1.3;
  color: #9faf35;
}

.h4-about-grid .h4-card:first-child p {
  color: #1f3027;
  font-family: "Alegreya", "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.h4-about-grid .h4-card:last-child {
  position: relative;
  background-image: url("/wp-content/uploads/2025/06/pexels-scottwebb-1890420.jpg");
  background-position: center;
  background-size: cover;
  padding: clamp(24px, 4vw, 56px);
}

.h4-about-grid .h4-card:last-child::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.74);
}

.h4-about-grid .h4-card:last-child > * {
  position: relative;
}

.h4-about-grid .h4-card:last-child .h4-eyebrow {
  color: #286617;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.h4-about-grid .h4-card:last-child h3 {
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #5a7232;
}

.h4-about-grid .h4-card:last-child p,
.h4-about-grid .h4-card:last-child li {
  color: #1f3027;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.h4-tiers {
  padding: 5% 5%;
  background: #1f3027;
}

.h4-tiers .h4-eyebrow,
.h4-tiers .h4-headline p {
  color: #f5f6f3;
}

.h4-tiers .h4-headline h2 {
  color: #f5f6f3;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

.h4-tiers .h4-headline p:last-child {
  color: #dce5dd;
}

.h4-home-final .h4-cta-btn {
  margin-top: 8px;
}

.h4-site-footer {
  background: #f8f3ef;
  color: #000;
}

.h4-footer-cta {
  border: 0;
  background: #f8f3ef;
}

.h4-footer-cta .h4-eyebrow {
  color: #000;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.53px;
}

.h4-footer-cta h2 {
  color: #000;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 45px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.h4-footer-main {
  padding: 5% 5% 3%;
  background: #fff;
}

.h4-footer-grid h3 {
  color: #000;
  font-family: "Anton", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h4-footer-grid p,
.h4-footer-grid li,
.h4-footer-grid a {
  color: #000;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.h4-footer-legal {
  border: 0;
  background: #1f3027;
}

.h4-footer-legal .h4-shell {
  min-height: 48px;
}

.h4-footer-legal p,
.h4-footer-legal a {
  color: #f5f6f3;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .h4-main-nav {
    gap: 16px;
  }

  .h4-main-nav a {
    font-size: 15px;
  }

  .h4-hero .h4-shell {
    padding: 72px 20px;
  }
}

@media (max-width: 760px) {
  .h4-topbar-inner {
    gap: 12px;
    justify-content: flex-start;
  }

  .h4-topbar-inner a,
  .h4-topbar-inner > span {
    font-size: 12px;
  }

  .h4-main-nav {
    gap: 12px;
  }

  .h4-main-nav a {
    font-size: 16px;
  }

  .h4-hero .h4-shell {
    padding: 80px 20px;
  }

  .h4-hero h1 {
    font-size: 41px;
  }

  .h4-about-grid {
    grid-template-columns: 1fr;
  }
}
