:root {
  --zf-bg: #f6f7f4;
  --zf-surface: #ffffff;
  --zf-text: #18261b;
  --zf-muted: #5b665d;
  --zf-line: rgba(24, 38, 27, 0.08);
  --zf-primary: #2e6a39;
  --zf-primary-dark: #214e2b;
  --zf-accent: #c89a5a;
  --zf-shadow: 0 14px 36px rgba(24, 38, 27, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(180deg, #fbfcfa 0%, var(--zf-bg) 100%);
  color: var(--zf-text);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

.home .zf-header {
  position: relative;
  top: 0;
  z-index: 20;
  margin: 0 0 18px;
  background: #fff;
  border-bottom: 1px solid rgba(24, 38, 27, 0.08);
  box-shadow: 0 10px 30px rgba(24, 38, 27, 0.05);
}

.home .zf-header > .elementor-container {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 22px;
}

.home .zf-header .elementor-section,
.home .zf-header .elementor-column[data-settings*="background_background"] {
  box-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
}

.home .zf-header .logo-img {
  transform: none !important;
  max-height: 64px;
  width: auto;
}

.home .zf-header .handy {
  margin-bottom: 0;
  padding: 10px 0 8px;
  border-bottom: 1px solid rgba(24, 38, 27, 0.08);
}

.home .zf-header .handy .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.home .zf-header .handy .elementor-icon-list-item,
.home .zf-header .handy .elementor-icon-list-item a,
.home .zf-header .handy .elementor-icon-list-text {
  color: #5b665d !important;
  font-size: 14px;
}

.home .zf-header .elementor-element-3ab7c4e9 {
  padding: 14px 0;
}

.home .zf-header .sf-menu-boosted-elements {
  gap: 8px;
  align-items: center;
}

.home .zf-header .menu-main-navigation-container,
.home .zf-header .boosted-elements-main-menu-container,
.home .zf-header .boosted-elements-menu-align {
  width: 100%;
}

.home .zf-header .sf-menu-boosted-elements > li > a,
.home .zf-header .boosted-nav-link-def {
  background: transparent;
  padding: 0 14px !important;
  min-height: 42px;
  color: var(--zf-text) !important;
  font-weight: 600;
  border-radius: 12px;
}

.home .zf-header .boosted-elements-arrow-on-hover-menu,
.home .zf-header .drop-down-icon-boosted {
  display: none !important;
}

.home .zf-header .item-underline-nav-boosted {
  display: flex;
  align-items: center;
}

.home .zf-header .current-menu-item > a,
.home .zf-header .current_page_item > a {
  background: rgba(46, 106, 57, 0.08);
  color: var(--zf-primary-dark) !important;
}

.home .zf-header .sf-menu-boosted-elements > li > a:hover,
.home .zf-header .boosted-nav-link-def:hover {
  background: rgba(46, 106, 57, 0.08);
}

.home .elementor-element-71c2ad5f {
  background-image: url('/assets/hero-zaun-full.webp') !important;
  background-position: center center !important;
  background-size: cover !important;
}

.home .zf-home-overview {
  margin-top: -48px;
  position: relative;
  z-index: 3;
}

.home .zf-overview-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 0.9fr;
  gap: 22px;
}

.home .zf-overview-card {
  min-height: 100%;
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 38, 27, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 44px rgba(24, 38, 27, 0.09);
}

.home .zf-overview-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(46, 106, 57, 0.08);
  color: var(--zf-primary-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home .zf-overview-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.2;
}

.home .zf-overview-card p {
  margin: 0;
}

.home .zf-overview-facts {
  display: grid;
  gap: 14px;
  align-content: start;
  background: linear-gradient(135deg, #214e2b, #2f6d3b);
}

.home .zf-overview-facts .zf-fact {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.home .zf-overview-facts .zf-fact strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.9rem;
  line-height: 1;
}

.home .zf-overview-facts .zf-fact span {
  color: rgba(255, 255, 255, 0.88);
}

.home .zf-about-intro {
  padding-top: 50px !important;
}

.home .zf-about-intro > .elementor-container {
  align-items: center;
  gap: 18px;
}

.home .zf-about-intro .elementor-widget-image img {
  min-height: 540px;
  object-fit: cover;
  box-shadow: 0 24px 50px rgba(24, 38, 27, 0.1);
}

.home .zf-about-intro .elementor-column:last-child > .elementor-widget-wrap {
  padding: 12px 8px 12px 34px;
}

.home .zf-about-intro .elementor-icon-list-items {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.home .zf-about-intro .elementor-icon-list-item,
.home .zf-about-intro .elementor-icon-list-text {
  color: var(--zf-text) !important;
  font-weight: 600;
}

.home .zf-about-intro .elementor-progress-wrapper {
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(24, 38, 27, 0.08);
}

.home .zf-about-intro .elementor-progress-bar {
  background: linear-gradient(90deg, var(--zf-primary), var(--zf-accent));
}

.home .zf-services-head {
  padding-bottom: 10px;
}

.home .zf-services-head .elementor-column:last-child {
  display: none;
}

.home .zf-services-head h2 {
  max-width: 16ch;
}

.home .zf-services-grid .elementor-top-column > .elementor-widget-wrap {
  padding: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(24, 38, 27, 0.08);
  box-shadow: 0 20px 44px rgba(24, 38, 27, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home .zf-services-grid .elementor-top-column > .elementor-widget-wrap:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 54px rgba(24, 38, 27, 0.12);
}

.home .zf-services-grid .elementor-widget-image .elementor-widget-container {
  height: 260px !important;
}

.home .zf-services-grid .elementor-widget-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0;
}

.home .zf-services-grid .elementor-inner-section {
  margin: 0;
}

.home .zf-services-grid .elementor-inner-section > .elementor-container {
  width: 100%;
  max-width: 100%;
}

.home .zf-services-grid .elementor-inner-column > .elementor-widget-wrap {
  padding: 24px 24px 26px;
}

.home .zf-services-grid h2 {
  font-size: 1.45rem;
  margin-bottom: 8px;
}

.home .zf-services-grid p {
  min-height: 78px;
}

.home .zf-content-split {
  margin-top: 28px;
}

.home .zf-content-split > .elementor-container {
  align-items: center;
  gap: 28px;
  padding: 36px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(24, 38, 27, 0.08);
  border-radius: 28px;
  box-shadow: 0 20px 44px rgba(24, 38, 27, 0.08);
}

.home .zf-content-split .elementor-widget-wrap {
  padding: 8px;
}

.home .zf-content-split .elementor-widget-image img {
  min-height: 460px;
  object-fit: cover;
  box-shadow: 0 20px 44px rgba(24, 38, 27, 0.1);
}

.home .zf-content-split-alt > .elementor-container {
  background: linear-gradient(135deg, #f8faf7, #ffffff);
}

.home .zf-cta-band {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.home .zf-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(19, 35, 23, 0.8), rgba(46, 106, 57, 0.68));
  z-index: 1;
}

.home .zf-cta-band > .elementor-container {
  position: relative;
  z-index: 2;
}

.home .zf-cta-band .elementor-background-overlay {
  opacity: 1 !important;
  filter: saturate(0.95) contrast(1.05);
}

.home .zf-cta-band h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.home .zf-contact-home > .elementor-container {
  max-width: 1240px;
  padding: 36px;
  background: linear-gradient(180deg, #ffffff, #f8faf7);
  border: 1px solid rgba(24, 38, 27, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 52px rgba(24, 38, 27, 0.08);
}

.home .zf-contact-home .elementor-column:first-child > .elementor-widget-wrap {
  padding-right: 30px;
}

.home .zf-contact-home h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.home .zf-contact-home .boosted-elements-progression-contact-form-container {
  width: 100%;
}

.home .zf-contact-home form[action*="formsubmit.io"] {
  background: #fff !important;
}

.elementor-section[data-settings*="background_background"] {
  box-shadow: var(--zf-shadow);
}

.elementor-heading-title,
h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.02em;
  color: var(--zf-text);
}

.elementor-widget-text-editor,
.elementor-widget-text-editor p,
p, li {
  color: var(--zf-muted);
  line-height: 1.7;
}

img,
.elementor-widget-image img {
  border-radius: 18px;
}

.sf-menu-boosted-elements > li > a,
.boosted-nav-link-def {
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.sf-menu-boosted-elements > li > a:hover,
.boosted-nav-link-def:hover {
  background: rgba(46, 106, 57, 0.08);
  box-shadow: 0 10px 24px rgba(24, 38, 27, 0.08);
}

.elementor-button,
button,
input[type="submit"] {
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--zf-primary), var(--zf-primary-dark)) !important;
  color: #fff !important;
  padding: 14px 24px !important;
  font-weight: 700 !important;
  box-shadow: 0 14px 30px rgba(46, 106, 57, 0.18);
}

.elementor-divider-separator {
  border-color: var(--zf-accent) !important;
}

form[action*="formsubmit.io"] {
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 32px !important;
  background: var(--zf-surface) !important;
  border-radius: 20px !important;
  border: 1px solid rgba(46, 106, 57, 0.1) !important;
  box-shadow: 0 18px 40px rgba(24, 38, 27, 0.08) !important;
  font-family: Inter, Arial, sans-serif !important;
}

form[action*="formsubmit.io"] label {
  display: block !important;
  margin-bottom: 8px !important;
  color: var(--zf-text) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

form[action*="formsubmit.io"] input:not([type="hidden"]):not([type="submit"]),
form[action*="formsubmit.io"] textarea,
form[action*="formsubmit.io"] select {
  width: 100% !important;
  padding: 15px 16px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(24, 38, 27, 0.12) !important;
  background: #fff !important;
  color: var(--zf-text) !important;
  font-size: 16px !important;
  box-shadow: inset 0 1px 2px rgba(24, 38, 27, 0.04);
}

form[action*="formsubmit.io"] input:focus,
form[action*="formsubmit.io"] textarea:focus,
form[action*="formsubmit.io"] select:focus {
  outline: none !important;
  border-color: rgba(46, 106, 57, 0.45) !important;
  box-shadow: 0 0 0 4px rgba(46, 106, 57, 0.12) !important;
}

.custom-form-wrapper {
  max-width: 920px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#progression-studios-footer-page-builder .elementor-top-section,
footer,
#colophon {
  color: rgba(255, 255, 255, 0.82) !important;
}

#progression-studios-footer-page-builder p,
#progression-studios-footer-page-builder a,
#progression-studios-footer-page-builder .elementor-heading-title {
  color: rgba(255, 255, 255, 0.82) !important;
}

.whatsapp-float {
  width: 60px !important;
  height: 60px !important;
  right: 20px !important;
  bottom: 20px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18) !important;
}

@media (max-width: 767px) {
  .home .zf-home-overview {
    margin-top: 18px;
  }

  .home .zf-overview-grid {
    grid-template-columns: 1fr;
  }

  .home .zf-overview-card {
    padding: 22px;
  }

  .home .zf-about-intro {
    padding-top: 18px !important;
  }

  .home .zf-about-intro .elementor-widget-image img {
    min-height: 320px;
  }

  .home .zf-about-intro .elementor-column:last-child > .elementor-widget-wrap {
    padding: 8px 0 0;
  }

  .home .zf-services-grid .elementor-widget-image .elementor-widget-container {
    height: 220px !important;
  }

  .home .zf-services-grid .elementor-inner-column > .elementor-widget-wrap {
    padding: 20px;
  }

  .home .zf-content-split > .elementor-container,
  .home .zf-contact-home > .elementor-container {
    padding: 20px;
    border-radius: 22px;
  }

  .home .zf-content-split .elementor-widget-image img {
    min-height: 320px;
  }

  .home .zf-cta-band {
    border-radius: 22px;
  }

  .home .zf-header {
    margin: 0 0 12px;
  }

  .home .zf-header > .elementor-container {
    padding: 0 12px;
  }

  .home .zf-header .logo-img {
    max-height: 52px;
  }

  .home .zf-header .elementor-element-3ab7c4e9 {
    padding: 10px 0 12px;
  }

  form[action*="formsubmit.io"] {
    padding: 22px !important;
  }

  form[action*="formsubmit.io"] div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}
