:root {
  --bg-main: #f7f5ee;
  --bg-soft: #eff4e4;
  --panel: rgba(255, 255, 255, 0.9);
  --panel-strong: rgba(255, 255, 255, 0.96);
  --text-main: #142010;
  --text-soft: #52604e;
  --text-inverse: #f6f8ef;
  --brand: #70f300;
  --brand-deep: #46980c;
  --brand-dark: #0d1508;
  --line: rgba(20, 32, 16, 0.1);
  --shadow: 0 24px 60px rgba(8, 16, 8, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shell: 1140px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x:hidden;
  color: var(--text-main);
  font-family: "Century Gothic", "Trebuchet MS", "Segoe UI", sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at top left, rgba(112, 243, 0, 0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(70, 152, 12, 0.1), transparent 26%),
    linear-gradient(180deg, #fbfbf7 0%, #f5f3ea 46%, #edf2e1 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
legend,
.brand-name,
.section-kicker,
.footer-name {
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
 
}

h1,
h2,
h3,
p {
  margin: 0;
}

.shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin: 0 auto;
}

.site-header {
  position: relative;
  top: 0;
  z-index: 30;
  width: 100%;
  margin: 0;
  background: linear-gradient(135deg, rgba(10, 15, 8, 0.98), rgba(28, 36, 22, 0.96));
  border: 1px solid rgba(112, 243, 0, 0.14);
  border-radius: 0;
  color: var(--text-inverse);
  box-shadow: 0 12px 32px rgba(8, 16, 8, 0.18);
}

.header-stack {
  display: flex;
  flex-direction: column;
}

.nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.25rem;
  padding: 0.4rem 0 0.5rem, 0;
  
}

.header-phone-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem 0.9rem;
  padding: 0.25rem 0 0.45rem;
  border-top: 1px solid rgba(112, 243, 0, 0.12);
  
}

.phone-link {color: black;}

.header-bar-tagline {
  flex: 1 1 100%;
  margin: 0;
  text-align: left;
  font-family: "Century Gothic", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(246, 248, 239, 0.68);
}

.header-phone-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
}

.header-phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(112, 243, 0, 0.88);
}

.header-phone-svg {
  width: 18px;
  height: 18px;
  display: block;
}

.header-phone-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.header-phone-text a {
  color: black;
  transition: color 0.2s ease;
}

.header-phone-text a:hover,
.header-phone-text a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.header-phone-sep {
  color: rgba(246, 248, 239, 0.38);
  font-weight: 500;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
}

.brand-logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  min-width: 82px;
  height: 62px;
  padding: 0.35rem;
  background: #050905;
  border-radius: 26px;
  box-shadow: 0 16px 30px rgba(9, 15, 9, 0.18);
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: min(34ch, 100%);
}

.brand-name {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
/* Make header stack tighter */
.header-stack {
  display: flex;
  flex-direction: column;
  gap: 2px; /* tighter so rows visually merge */
}

/* Nav row */
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -10px; /* pull nav down toward phone row */
  padding-right:30px;
}

.nav-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}


/* Remove the white checkbox square */
.nav-toggle {
  display: none;
}

/* Keep nav in one line and align nicely */
.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
  margin-left: auto;
  margin-right: 200px;
}

/* Put tagline + phone on SAME line */
.header-phone-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* Tagline */
header-bar-tagline {
  flex: 1 1 100%;
  margin: 0 0 0.5rem 0; /* Added bottom margin for breathing room */
  text-align: left;
  font-family: "Century Gothic", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(246, 248, 239, 0.68);
}

/* Move phone UP to align with tagline */
.header-phone-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  width: 100%; /* Ensures the phone numbers start on their own line */
}

/* Phone text alignment */
.header-phone-text {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-section {
  padding: 3rem 0 2rem;
}

.hero-grid {
  display: grid;
  gap: 1.4rem;
  align-items: stretch;
  width: min(calc(100% - 2rem), var(--shell));
  margin: 0 auto;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  align-items: stretch;
}


.hero-statement-card,
.service-card,
.info-card,
.form-card,
.copy-block {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero-statement-card {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: clamp(1.5rem, 4vw, 3rem);
  background:
    linear-gradient(145deg, rgba(112, 243, 0, 0.18), rgba(255, 255, 255, 0.95)),
    rgba(255, 255, 255, 0.92);
}

.hero-statement-card h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 
  line-height: 1;
  letter-spacing: 0.02em;
  color: #0b0b0b;
  margin: 0;
  text-align: justify;
  max-width: 100%;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.hero-image {
  width: min(100%, 760px);
  height: auto;
  margin: 0 auto;
  border-radius: var(--radius-lg);
}

.section {
  padding: 1.2rem 0 4.5rem;
}

.section-soft {
  background: linear-gradient(180deg, rgba(112, 243, 0, 0.07), rgba(255, 255, 255, 0));
}

.section-services {
  padding-top: 1.8rem;
}

.section-banner,
.section-intro {
  text-align: center;
  margin-bottom: -8px;
}



.section-banner {
  padding: 2rem 1.2rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(70, 152, 12, 0.14);
  background:
    linear-gradient(145deg, rgba(13, 21, 8, 0.96), rgba(28, 40, 20, 0.92)),
    linear-gradient(135deg, rgba(112, 243, 0, 0.15), rgba(255, 255, 255, 0));
  color: var(--text-inverse);
  box-shadow: 0 26px 56px rgba(9, 16, 9, 0.2);
}

.section-kicker {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 0.9rem;
  padding: 0.4rem 0.95rem;
  
 
  color: #d1ffab;
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
}

.copy-block .section-kicker,
.section-intro .section-kicker {
  color: #163800;
  font-weight: 800;

}

.copy-block h2,
.section-intro h2 {
  font-size: clamp(1.9rem, 5vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.section-intro h2 {
  font-weight: 600;
}

.copy-block .section-heading-display h2 {
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.section-contact .section-heading-display {
  display: inline-flex;
  width: max-content;
  max-width: none;
}

.section-contact .section-heading-display h2 {
  white-space: nowrap;

}

.copy-block {
  display: grid;
  gap: 0.85rem;
  padding: 1.8rem;
  background: var(--panel-strong);
}

.copy-block p {
  color: var(--text-soft);
}

.service-grid,
.info-grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.service-card,
.info-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.6rem;
  background-size: 200% 200%;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-position 0.45s ease;
}

.service-card:hover,
.service-card:focus-within,
.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 52px rgba(8, 16, 8, 0.18);
  background-position: 100% 50%;
}

.service-card h3,
.info-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}

.service-card p,
.info-card p {
  color: var(--text-soft);
}

.service-card-consultancy {
  background: linear-gradient(135deg, rgba(112, 243, 0, 0.18), rgba(255, 255, 255, 0.98));
}

.service-card-procurement {
  background: linear-gradient(135deg, rgba(210, 255, 174, 0.72), rgba(255, 255, 255, 0.98));
}

.service-card-installation {
  background: linear-gradient(135deg, rgba(213, 233, 255, 0.74), rgba(255, 255, 255, 0.98));
}

.service-card-training {
  background: linear-gradient(135deg, rgba(255, 233, 192, 0.78), rgba(255, 255, 255, 0.98));
}

.stack-layout {
  display: grid;
  gap: 1.2rem;
}

.form-card {
  height: 100%;
  padding: 1.6rem;
  background: var(--panel);
}

.info-card {
  background: linear-gradient(135deg, rgba(112, 243, 0, 0.16), rgba(255, 255, 255, 0.98));
}

.info-card-churches {
  background: linear-gradient(135deg, rgba(112, 243, 0, 0.18), rgba(255, 255, 255, 0.98));
}

.info-card-corporate {
  background: linear-gradient(135deg, rgba(213, 233, 255, 0.74), rgba(255, 255, 255, 0.98));
}

.info-card-individuals {
  background: linear-gradient(135deg, rgba(255, 233, 192, 0.78), rgba(255, 255, 255, 0.98));
}

.section-contact .copy-block {
  background:
    linear-gradient(145deg, rgba(112, 243, 0, 0.12), rgba(255, 255, 255, 0.98)),
    rgba(255, 255, 255, 0.96);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-field {
  display: grid;
  gap: 0.45rem;
}

.form-field label,
.service-options legend {
  font-weight: 700;
  font-size: 0.98rem;
}

.form-field span {
  color: var(--text-soft);
  font-weight: 600;
}

.form-field input {
  width: 100%;
  min-height: 54px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(20, 32, 16, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-main);
  font: inherit;
}

.form-field input::placeholder {
  color: #859181;
}

.form-field input:focus {
  outline: 2px solid rgba(112, 243, 0, 0.35);
  outline-offset: 2px;
  border-color: rgba(70, 152, 12, 0.55);
}

.service-options {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.service-options legend {
  margin-bottom: 0.3rem;
}

.check-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 54px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(20, 32, 16, 0.12);
  border-radius: 16px;
  background: rgba(244, 248, 237, 0.88);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.check-option input {
  width: 18px;
  height: 18px;
  accent-color: var(--brand-deep);
}

.check-option span {
  color: var(--text-main);
  font-weight: 600;
}

.check-option:hover {
  border-color: rgba(70, 152, 12, 0.28);
  background: rgba(236, 244, 226, 0.96);
}

.submit-button {
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  padding: 0.95rem 1.2rem;
  background: linear-gradient(135deg, var(--brand) 0%, #b0ff68 100%);
  color: #122000;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(112, 243, 0, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.submit-button:hover,
.submit-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(112, 243, 0, 0.28);
}

.site-footer {
  width: min(calc(100% - 2rem), var(--shell));
  margin: 0 auto 0.65rem;
  padding: 0;
  border-top: 1px solid rgba(20, 32, 16, 0.16);
}

.footer-layout {
  display: grid;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  gap: 0;
  padding: 0.85rem 0.35rem 0.55rem;
  border: 0;
  background: transparent;
  color: var(--text-main);
  box-shadow: none;
}

.footer-main {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-top-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4rem 6rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.footer-legal {
  margin: 0.55rem 0 0;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(20, 32, 16, 0.16);
  font-family: "Century Gothic", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  line-height: 1.45;
  color: rgba(20, 32, 16, 0.6);
  text-align: center;
}

.footer-name {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.15;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.1rem;
  align-items: center;
}

.footer-links a {
  position: relative;
  padding: 0.15rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  color: rgba(20, 32, 16, 0.82);
  line-height: 1.3;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(112, 243, 0, 0.35);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.footer-links a:hover::after,
.footer-links a:focus-visible::after {
  transform: scaleX(1);
}

.footer-contact-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  margin: 0 auto;
  gap: 0.3rem 0.45rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(112, 243, 0, 0.12);
  font-family: "Century Gothic", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.85rem;
}

.footer-action-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  color: rgba(20, 32, 16, 0.9);
  border-radius: 10px;
  padding: 0.1rem 0.2rem;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.footer-action-link:hover,
.footer-action-link:focus-visible {
  color: #0c1708;
  background: rgba(112, 243, 0, 0.22);
}

.footer-action-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid rgba(112, 243, 0, 0.2);
  background: rgba(112, 243, 0, 0.12);
  color: #122000;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.footer-action-link:hover .footer-action-icon-wrap,
.footer-action-link:focus-visible .footer-action-icon-wrap {
  transform: translateY(-1px);
  background: rgba(112, 243, 0, 0.2);
  border-color: rgba(112, 243, 0, 0.34);
}

.footer-action-label {
  letter-spacing: 0.02em;
}

.footer-contact-dot {
  color: rgba(20, 32, 16, 0.35);
  font-weight: 700;
  user-select: none;
  flex-shrink: 0;
}

.footer-phone-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.footer-icon-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid rgba(112, 243, 0, 0.2);
  background: rgba(112, 243, 0, 0.12);
  color: #122000;
}

.footer-icon {
  width: 17px;
  height: 17px;
}

.footer-phone-text-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  font-weight: 600;
}

.footer-phone-text-inline a {
  color: rgba(20, 32, 16, 0.9);
  transition: color 0.2s ease;
}

.footer-phone-text-inline a:hover,
.footer-phone-text-inline a:focus-visible {
  color: #0c1708;
  text-decoration: underline;
}


@media (max-width: 560px) {
  .footer-contact-row {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.45rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 859px) {
  .nav-shell {
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem;
  }

  .nav-shell .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .nav-toggle-label {
    flex-shrink: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.28rem;
    width: 48px;
    height: 48px;
    padding: 0.8rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(20, 32, 16, 0.08);
    cursor: pointer;
  }

  .site-header .nav-toggle-label {
    background: rgba(112, 243, 0, 0.12);
    border-color: rgba(112, 243, 0, 0.22);
  }

  .nav-toggle-label span {
    width: 100%;
    height: 2px;
    background: var(--text-main);
    border-radius: 999px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .site-header .nav-toggle-label span {
    background: var(--text-inverse);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    width: min(110px, calc(100vw - 3rem));
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    border-radius: 24px;
    background:
      linear-gradient(160deg, rgba(10, 15, 8, 0.98), rgba(28, 36, 22, 0.96)),
      linear-gradient(135deg, rgba(112, 243, 0, 0.12), rgba(255, 255, 255, 0));
    border: 1px solid rgba(112, 243, 0, 0.18);
    box-shadow: 0 22px 46px rgba(8, 16, 8, 0.24);
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .nav-toggle:checked ~ .site-nav {
    max-height: 320px;
    opacity: 1;
    padding: 0.8rem;
    pointer-events: auto;
  }

  .site-header .site-nav a {
    display: block;
    padding: 0.8rem 0.7rem;
    border-radius: 16px;
    color: var(--text-inverse);
    background: linear-gradient(135deg, rgba(112, 243, 0, 0.22), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(112, 243, 0, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .site-header .site-nav a:hover,
  .site-header .site-nav a:focus-visible {
    color: #122000;
    background: linear-gradient(135deg, #b7ff7d 0%, #70f300 100%);
    border-color: rgba(112, 243, 0, 0.35);
  }

  .footer-top-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem 1rem;
  }

  .footer-links {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .brand-logo-shell {
    width: 78px;
    min-width: 78px;
    height: 78px;
    border-radius: 22px;
  }

  .brand-name {
    font-size: 1.05rem;
  }

  .footer-name {
    font-size: 1.05rem;
  }

  .hero-section {
    padding-top: 2.4rem;
  }

  .hero-statement-card h1 {
    max-width: none;
  }
}

@media (min-width: 860px) {
  .header-phone-bar {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-inline: 0.15rem;
  }

  .header-bar-tagline {
    flex: 1 1 100%;
    min-width: 0;
    max-width: none;
    margin-right: 0;
  }

  .header-phone-group {
    flex-shrink: 0;
    margin-left: clamp(30.6rem, 51.5vw, 39.6rem);
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-statement-card h1 {
    max-width: min(42ch, 100%);
  }

  .hero-image {
    width: 100%;
    max-width: none;
    border-radius: var(--radius-lg);
  }

  .service-grid,
  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .nav-shell {
    justify-content: flex-start;
    gap: clamp(7.8rem, 18vw, 15rem);
  }

  .footer-top-row {
    justify-content: flex-start;
    gap: clamp(7.8rem, 18vw, 15rem);
  }

  .service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.request-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  min-height: 60px;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.request-cta:hover {
  text-decoration: none;
  color: var(--brand-dark);
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.1);
}

/* 3. Small tweak to form-card for better spacing on mobile */
@media (max-width: 859px) {
  .form-card {
    padding: 3rem 1.5rem !important;
  }
}

@media (min-width: 860px) {
  .contact-layout {
    display: block !important;
    width: 100% !important;
  }
}

.section-contact .full-width-contact {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 0 0 calc(50% - 50vw);
  padding: clamp(2rem, 5vw, 4rem);
  gap: 1.5rem;
  border-radius: 0;
}

.section-contact .full-width-contact > p:first-of-type,
.section-contact .full-width-contact > .header-phone-icon {
  width: min(100%, 350px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.45rem;
  text-align: left;
}

.section-contact .full-width-contact > .header-phone-icon {
  color: var(--brand-deep);
}

.section-contact .request-cta {
  display: flex !important;
  width: 42% !important;
  margin: 0 auto;
  justify-content: center;
  min-height: 60px;
}

.floating-whatsapp {
  position: fixed;
  right: clamp(1rem, 3vw, 1.8rem);
  bottom: clamp(1rem, 3vw, 1.8rem);
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 14px 30px rgba(18, 140, 73, 0.34);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(18, 140, 73, 0.42);
  filter: brightness(1.04);
}

.floating-whatsapp:focus-visible {
  outline: 3px solid rgba(112, 243, 0, 0.45);
  outline-offset: 4px;
}

.floating-whatsapp-icon {
  width: 31px;
  height: 31px;
}

/* Center section headings */
.section-heading-display {
  width: 100%;
  text-align: center;
}

.section-heading-display h2 {
  margin: 0 auto;
  text-align: center;
  
}

/* Ensure parent wrappers don't interfere */
.shell,
.stack-layout {
  text-align: center;
}

/* --- Clean alignment for sections under centered headings --- */

/* Wrap grids nicely under headings */
.section .shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Control grid width + center it */
.service-grid {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  justify-content: center;
}

.info-grid {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  justify-content: center;
}

/* Improve spacing from headings */
.section-heading-display {
  margin-bottom: 1.5rem;
}

/* Make cards visually balanced */
.service-card,
.info-card {
  text-align: left; /* keep content readable */
  height: 100%;
}

/* Optional: slightly center content inside cards for symmetry */
.service-card h3,
.info-card h3 {
  text-align: left;
}

/* Match hero and "Why LoudnClear" text sizes */
.hero-statement-card h2,
.section-intro h2 {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* Keep tagline and phone on same line */
.header-phone-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap; /* prevent wrapping */
}

/* Allow tagline to take available space */
.header-bar-tagline {
  flex: 1;
  margin: 0;
}

/* Keep phone inline (remove forced line break) */
.header-phone-group {
  width: auto;          /* ✅ remove 100% */
  flex-shrink: 0;       /* prevent squishing */
  align-items: center;
}

/* --- DESKTOP NAV FIX --- */
@media (min-width: 860px) {

  /* Hide hamburger completely */
  .nav-toggle-label {
    display: none;
  }

  /* Reset nav container */
  .nav-wrapper {
    margin-left: auto;
  }

  /* Proper horizontal nav */
  .site-nav {
    position: static;
    transform: none;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    width: auto;
    max-height: none;
    opacity: 1;
    padding: 0;
    pointer-events: auto;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0; /* ✅ removes that 200px push */
  }

  /* Clean link styling */
  .site-nav a {
    padding: 0;
    background: none;
    border: none;
    color: var(--text-inverse);
    font-weight: 600;
  }

  .site-nav a:hover {
    color: var(--brand);
  }
}

/* --- HEADER ALIGNMENT POLISH --- */

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.6rem 1.2rem;
}

/* Keep brand clean and compact */
.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Ensure nav aligns perfectly right */
.nav-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
}



/* TAGLINE: force one line */
.header-bar-tagline {
  
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}

/* HEADER BALANCE */
.site-header {
  padding: 0 1rem;
}

.nav-wrapper {
  margin-left: auto;
  margin-right: 0.5rem;
}

.site-nav {
  margin: 0;
  gap: 1.5rem;
}

.header-phone-group {
  width: auto;
  margin-left: auto;
  margin-right: 0.5rem;
}

@media (max-width: 859px) {
  .site-header {
    padding-right: 0.35rem;
  }

  .nav-shell {
    gap: 1.25rem;
    justify-content: space-between;
    padding-right: 0.25rem;
  }

  .nav-wrapper {
    margin-left: auto;
    margin-right: 0;
  }

  .nav-toggle-label {
    margin-left: 0.25rem;
  }

  .brand-name {
    line-height: 1.15;
  }

  .floating-whatsapp {
    width: 52px;
    height: 52px;
  }

  .floating-whatsapp-icon {
    width: 28px;
    height: 28px;
  }
}

