@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');

:root {
  --bg: #FBFEFC;
  --bg-soft: #EAF6F0;
  --bg-mint-soft: #E5F5EC;
  --gold: #B89D65;
  --gold-soft: #D4C38F;
  --text: #1F2A26;
  --text-muted: #7A8B83;
  --mint: #7FD9BC;
  --mint-standard: #9CE3CA;
  --mint-soft: #E5F5EC;
  --mint-deep: #3E8F75;
  --mint-accent: #C8ECDD;
  --border: #DEEBE3;
  --white: #FFFFFF;
  --gradient-hero: linear-gradient(140deg, #EAF6F0 0%, #CFEBD9 100%);
  --gradient-mint: linear-gradient(135deg, #A6E4C8 0%, #6FCBA9 100%);
  --gradient-soft: linear-gradient(180deg, #FCFFFD 0%, #EEF8F3 100%);
  --gradient-page-hero: linear-gradient(135deg, #D5F2E5 0%, #BDEAD6 52%, #E5F4EC 100%);
  --gradient-footer: linear-gradient(145deg, #F2FAF6 0%, #E6F3EC 58%, #EEF8F3 100%);
  --shadow-sm: 0 10px 30px rgba(62, 143, 117, 0.08);
  --shadow: 0 20px 60px rgba(62, 143, 117, 0.12);
  --shadow-lg: 0 30px 100px rgba(62, 143, 117, 0.18);
  --radius-sm: 16px;
  --radius: 24px;
  --radius-lg: 32px;
  --transition: 0.28s ease;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  background: linear-gradient(180deg, #F9FDFC 0%, #F2F8F5 45%, #F8FCFA 100%);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(127, 217, 188, 0.12), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(212, 195, 143, 0.1), transparent 24%),
    radial-gradient(circle at 80% 88%, rgba(127, 217, 188, 0.08), transparent 22%);
  pointer-events: none;
  z-index: -1;
}

.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.section { padding: 56px 0; }
.section-soft {
  background:
    radial-gradient(circle at 8% 16%, rgba(127, 217, 188, 0.11), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(184, 157, 101, 0.08), transparent 22%),
    var(--gradient-soft);
}
.section-header { max-width: 640px; margin: 0 auto 34px; text-align: center; }
.section-header h2,
.section-header h3 {
  display: inline-block;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.section-header h2 { font-size: clamp(1.18rem, 1.8vw, 1.45rem); line-height: 1.18; }
.section-header h3 { font-size: clamp(1.1rem, 1.6vw, 1.32rem); line-height: 1.2; }
.section-header h2::after,
.section-header h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: var(--gradient-mint);
}
.section-header p { color: var(--text-muted); font-size: 0.97rem; margin-top: 4px; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(127, 217, 188, 0.18);
  border: 1px solid rgba(62, 143, 117, 0.18);
  color: var(--mint-deep);
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* Hero badge — Eyebrow-Text, kein Button */
.badge-hero {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  color: #3E8F75;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  gap: 0;
  margin-bottom: 20px;
}
.badge-hero::before { display: none; }
.badge-hero::after  { display: none; }
.badge-hero-dot {
  display: inline-block;
  width: 28px;
  height: 1.5px;
  background: linear-gradient(90deg, #B89D65, #3E8F75);
  border-radius: 2px;
  margin-right: 12px;
  flex-shrink: 0;
  vertical-align: middle;
}
.badge::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mint-deep);
  box-shadow: 0 0 0 6px rgba(127, 217, 188, 0.14);
}

h1, h2, h3, h4 {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(1.42rem, 2.2vw, 1.9rem); }
h2 { font-size: clamp(1.2rem, 1.8vw, 1.5rem); }
h3 { font-size: clamp(0.98rem, 1.3vw, 1.1rem); font-weight: 700; }
p { color: var(--text-muted); font-size: 0.97rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(100deg, #BEE8D3 0%, #9EDFC4 52%, #D4C38F 100%);
  color: #1A302A;
  border-color: transparent;
  box-shadow: none;
}
.btn-primary:hover { box-shadow: none; }
.btn-secondary {
  background: var(--white);
  border-color: rgba(184, 160, 113, 0.52);
  color: #263934;
  box-shadow: none;
}
.btn-secondary:hover {
  border-color: rgba(184, 160, 113, 0.72);
  color: #173C34;
  box-shadow: none;
}
.btn-ghost {
  background: rgba(255,255,255,0.6);
  border-color: rgba(62, 143, 117, 0.18);
  color: var(--mint-deep);
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 12px 0;
  transition: background var(--transition), box-shadow var(--transition), backdrop-filter var(--transition), padding var(--transition);
}
.header.scrolled {
  background: rgba(251, 254, 252, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: none;
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 14px;
  border: 1px solid rgba(222, 235, 227, 0.9);
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  box-shadow: none;
}
.logo {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  text-decoration: none;
}
.logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: linear-gradient(145deg, #3A8A6E 0%, #1E5640 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.96);
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 900;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(30, 86, 64, 0.28);
}
.logo-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 11px;
  border-left: 3px solid #3E8F75;
}
.logo-title {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  white-space: nowrap;
  color: #0D2B22;
}
.logo-subtitle {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #B89D65;
}

/* Footer logo — identisch zum Header */
.footer .logo-title {
  color: #0D2B22;
}
.footer .logo-subtitle {
  color: #B89D65;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.nav a {
  position: relative;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: color var(--transition);
}
.nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: var(--mint-deep);
  transform: scaleX(0);
  transition: transform var(--transition);
}
.nav a:hover,
.nav a.active { color: var(--text); }
.nav a:hover::after,
.nav a.active::after { transform: scaleX(1); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-contact {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mint-deep);
}
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  border: none;
  background: transparent;
  cursor: pointer;
  margin-left: auto;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(31, 42, 38, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
  z-index: 1090;
}
.mobile-nav-overlay.show { opacity: 1; pointer-events: auto; }
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(360px, 88vw);
  height: 100vh;
  background: var(--gradient-soft);
  border-left: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
  transition: right 0.35s ease;
  z-index: 1100;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
}
.mobile-nav.open { right: 0; }
.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.mobile-nav-close {
  border: none;
  background: rgba(127, 217, 188, 0.16);
  color: var(--mint-deep);
  border-radius: 14px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.mobile-nav-links {
  display: grid;
  gap: 10px;
}
.mobile-nav-links a {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.74);
  border: 1px solid var(--border);
  font-weight: 700;
}
.mobile-nav-contact {
  margin-top: auto;
  padding-top: 20px;
  display: grid;
  gap: 10px;
}
.mobile-nav-contact a {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.74);
  border: 1px solid var(--border);
  color: var(--text-muted);
}

.hero {
  padding: 28px 0 28px;
}
.hero-home .hero-shell {
  padding: 68px 48px 68px;
}
.hero-home .hero-grid {
  opacity: 0.22;
}
.hero-home .hero-copy h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  line-height: 1.12;
}
.hero-home .hero-copy p {
  max-width: 58ch;
  margin-top: 12px;
}
.hero-home .hero-image-wrap img {
  min-height: 420px;
}
.hero-shell {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(127, 217, 188, 0.22), transparent 40%),
    radial-gradient(circle at 88% 10%, rgba(184, 157, 101, 0.16), transparent 38%),
    linear-gradient(140deg, rgba(239, 250, 245, 0.95) 0%, rgba(205, 235, 220, 0.9) 54%, rgba(227, 243, 235, 0.9) 100%);
  border-radius: 24px;
  border: 1px solid rgba(62, 143, 117, 0.16);
  box-shadow: none;
  padding: 48px 32px 34px;
}
.hero-shell::before,
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.62), rgba(255,255,255,0.14));
  pointer-events: none;
}

.hero-shell::after,
.page-hero::after {
  content: '';
  position: absolute;
  width: 340px;
  height: 340px;
  right: -160px;
  bottom: -170px;
  border-radius: 999px;
  background: radial-gradient(circle at 38% 40%, rgba(184, 157, 101, 0.14), rgba(184, 157, 101, 0.04) 68%, transparent 78%);
  pointer-events: none;
}
.hero-grid,
.page-hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.28) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.75), transparent);
}
.hero-content,
.page-hero-content { position: relative; z-index: 2; }
.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.hero-copy h2 { font-size: clamp(1.3rem, 2.2vw, 1.8rem); }
.hero-main-title {
  font-size: clamp(2rem, 4.5vw, 3.8rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em;
  color: #062B25;
}
.hero-main-title span {
  font-style: italic;
  font-weight: 600;
  color: #008D73;
}
.hero-copy p { max-width: 560px; margin: 10px 0 18px; font-size: 0.95rem; }
.hero-actions,
.inline-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero-trust span,
.info-chip {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(62, 143, 117, 0.16);
  color: var(--text);
  font-weight: 600;
  box-shadow: none;
}
.hero-card,
.float-card,
.contact-panel,
.story-card,
.stat-card,
.value-card,
.service-card,
.feature-card,
.contact-card,
.form-panel {
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(62,143,117,0.13);
  border-radius: 26px;
  box-shadow: none;
}
.hero-visual {
  position: relative;
}
.hero-image-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: none;
}
.hero-image-wrap img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}
.float-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
}
.float-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
}
.float-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 600;
}
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(62,143,117,0.18);
  border-radius: 999px;
  box-shadow: none;
}
.chip-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint-deep);
  flex-shrink: 0;
}
.chip-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}
.hero-float-badge {
  position: absolute;
  bottom: 18px;
  left: -14px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 16px;
  background: rgba(255,255,255,0.97);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: none;
}
.float-badge-icon {
  font-size: 1.3rem;
  color: var(--mint-deep);
  flex-shrink: 0;
}
.float-badge-title {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--text);
  margin: 0;
}
.float-badge-sub {
  font-size: 0.74rem;
  color: var(--text-muted);
  margin: 0;
}
.section-mini {
  padding: 8px 0 24px;
}
.section-mini-home {
  padding-top: 6px;
  padding-bottom: 14px;
}
.section-mini .container {
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(62, 143, 117, 0.14);
  border-radius: 18px;
  padding: 16px 18px;
}
.section-mini-home .container {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.mini-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mini-cta {
  margin-top: 12px;
}
.mini-cta .btn {
  padding: 9px 16px;
}
.mini-features li {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(62, 143, 117, 0.12);
  font-size: 0.86rem;
  color: #32413d;
  font-weight: 600;
}
.section-mini-home .mini-features {
  justify-content: center;
  gap: 10px;
}
.section-mini-home .mini-features li {
  background: rgba(255,255,255,0.56);
}
.mini-features .icon-badge {
  width: 22px;
  height: 22px;
  font-size: 0.52rem;
  border-radius: 999px;
}
.icon-badge {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(127, 217, 188, 0.28), rgba(127, 217, 188, 0.18));
  color: #0e725c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.feature-card,
.value-card,
.stat-card,
.contact-card {
  padding: 22px;
  transition: border-color var(--transition), background var(--transition);
  border: 1px solid rgba(62, 143, 117, 0.14);
  background: rgba(255,255,255,0.88);
}
.feature-card:hover,
.value-card:hover,
.stat-card:hover,
.service-card:hover,
.contact-card:hover {
  border-color: rgba(62, 143, 117, 0.2);
}
.feature-card h3,
.value-card h3,
.service-card h3,
.contact-card h3 { margin: 18px 0 10px; }

.value-card h3 {
  margin: 14px 0 8px;
  font-size: 1.16rem;
}

.value-card p {
  color: #64726d;
  line-height: 1.55;
}

.value-card .icon-badge {
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(62, 143, 117, 0.16);
}

.section-values-home {
  padding-top: 32px;
  background: linear-gradient(180deg, #F8FCFA 0%, #F1F8F4 100%);
  position: relative;
  overflow: hidden;
}

.section-values-home::before,
.section-values-home::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.section-values-home::before {
  width: 420px;
  height: 420px;
  left: -220px;
  top: -120px;
  background: radial-gradient(circle at 60% 56%, rgba(127, 217, 188, 0.18), rgba(127, 217, 188, 0.02) 72%, transparent 78%);
}

.section-values-home::after {
  width: 360px;
  height: 360px;
  right: -170px;
  bottom: -130px;
  background: radial-gradient(circle at 42% 40%, rgba(184, 160, 113, 0.12), rgba(184, 160, 113, 0.02) 72%, transparent 80%);
}

.values-ref-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.values-ref-imgs {
  position: relative;
  padding-bottom: 30px;
}

.vri-main {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 26px;
  display: block;
  box-shadow: 0 18px 40px rgba(31,42,38,0.14);
}

.vri-circle {
  position: absolute;
  bottom: -16px;
  right: -14px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid rgba(255,255,255,0.94);
  box-shadow: 0 16px 34px rgba(31,42,38,0.2);
}

.values-ref-content {
  padding: 6px 0;
}

.values-ref-title {
  font-size: clamp(1.5rem, 2.4vw, 2.1rem) !important;
  color: #062B25;
  margin: 14px 0 12px;
  line-height: 1.24;
  font-weight: 700;
}

.values-ref-desc {
  color: #4a6058;
  font-size: 1rem;
  line-height: 1.68;
  margin-bottom: 24px;
}

.values-ref-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 28px;
}

.values-ref-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vri-feat-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(127,217,188,0.14);
  border: 1.5px solid rgba(62,143,117,0.24);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vri-feat-icon svg {
  width: 21px;
  height: 21px;
  stroke: #3E8F75;
}

.values-ref-item h4 {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 0.97rem;
  font-weight: 700;
  color: #062B25;
  margin: 0;
}

.values-ref-item p {
  font-size: 0.87rem;
  color: #5a7066;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 880px) {
  .values-ref-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .values-ref-imgs {
    padding-bottom: 90px;
  }
}

.section-highlights { text-align: center; }

.blobs-row {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 52px;
  padding-top: 10px;
}

.blob {
  width: 300px;
  height: 264px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 38px 24px;
  position: relative;
  transition: transform var(--transition);
}

.blob:hover { transform: translateY(-4px); }

.blob:nth-child(1) {
  border-radius: 50% 43% 47% 53% / 56% 42% 58% 44%;
  margin-right: -76px;
  z-index: 1;
}

.blob:nth-child(2) {
  border-radius: 45% 55% 52% 48% / 62% 46% 54% 38%;
  width: 285px;
  height: 278px;
  z-index: 4;
}

.blob:nth-child(3) {
  border-radius: 56% 44% 50% 50% / 50% 58% 42% 50%;
  margin-left: -76px;
  z-index: 1;
}

.blob-dark {
  background: linear-gradient(150deg, #4D7B74 0%, #315D58 100%);
  overflow: hidden;
}

.blob-dark::before {
  content: '';
  position: absolute;
  inset: 18px;
  border-radius: 50% 44% 52% 48% / 54% 44% 56% 46%;
  background: radial-gradient(circle at 35% 32%, rgba(255,255,255,0.1), rgba(34,66,63,0.62) 75%);
  z-index: 0;
}

.blob-glass {
  background: rgba(255, 255, 255, 0.82);
  border: 2px solid rgba(184, 160, 113, 0.9);
  box-shadow: 0 14px 34px rgba(31, 42, 38, 0.08);
}

.blob-glass::before,
.blob-glass::after {
  display: none;
}

.blob-mint {
  background: linear-gradient(145deg, #D3F0E1 0%, #B8E3CE 100%);
}

.blob-svg-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.blob-dark .blob-svg-icon { stroke: rgba(255,255,255,0.78); }
.blob-glass .blob-svg-icon { stroke: #8E8573; }
.blob-mint .blob-svg-icon { stroke: #2A6050; }

.blob strong,
.blob span {
  position: relative;
  z-index: 2;
}

.blob strong {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: clamp(2rem, 3vw, 3.35rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}

.blob-dark strong { color: #F7F8F4; }
.blob-glass strong { color: #1F3D32; }
.blob-mint strong { color: #1A3C33; }

.blob span {
  font-size: 2rem;
  font-size: clamp(1rem, 1.3vw, 2rem);
  font-weight: 500;
  line-height: 1.35;
  display: block;
  max-width: 11ch;
}

.blob-dark span { color: rgba(247,248,244,0.92); }
.blob-glass span { color: #334f44; }
.blob-mint span { color: #2E4E44; }

.highlights-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.section-highlights .highlights-actions .btn {
  min-width: 250px;
  min-height: 66px;
  font-size: 2rem;
  font-size: clamp(1.05rem, 1.35vw, 2rem);
  font-weight: 700;
  padding: 16px 30px;
}

@media (max-width: 980px) {
  .blobs-row {
    gap: 0;
    margin-bottom: 38px;
  }

  .blob {
    width: 250px;
    height: 228px;
    padding: 30px 18px;
  }

  .blob:nth-child(1),
  .blob:nth-child(3) {
    margin: 0;
  }

  .blob:nth-child(2) {
    width: 236px;
    height: 240px;
    margin-inline: -26px;
  }

  .section-highlights .highlights-actions .btn {
    min-width: 210px;
    min-height: 60px;
  }
}

@media (max-width: 760px) {
  .blobs-row {
    flex-direction: column;
    gap: 16px;
  }

  .blob,
  .blob:nth-child(2) {
    width: min(360px, 90vw);
    height: 214px;
    margin: 0;
  }

  .blob-glass::before,
  .blob-glass::after {
    display: none;
  }

  .section-highlights .highlights-actions .btn {
    width: min(360px, 90vw);
    min-width: 0;
  }
}

.story-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.story-img-col {
  position: relative;
}

.story-img-col::before {
  content: '';
  position: absolute;
  inset: -14px -14px 14px 14px;
  background: #BDEED8;
  border-radius: 28px;
  z-index: 0;
}

.story-img-col img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(31,42,38,0.12);
  display: block;
}

.story-text-col {
  padding: 8px 0;
}

.story-title {
  font-size: clamp(1.4rem, 2.2vw, 2rem) !important;
  color: #062B25;
  margin: 16px 0 16px;
  line-height: 1.25;
  font-weight: 700;
}

.story-text-col p {
  color: #4a6058;
  font-size: 1rem;
  line-height: 1.72;
  margin-bottom: 12px;
}

.section-mini + .section {
  padding-top: 42px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.stat-number {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  color: var(--mint-deep);
  line-height: 1;
  margin-bottom: 8px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0 88px;
  background: var(--gradient-page-hero);
  border-radius: 0;
}
.page-hero .page-hero-grid {
  display: block;
  opacity: 0.14;
}
.page-hero-content {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.page-hero-title {
  font-size: clamp(1.9rem, 4.5vw, 4rem);
  line-height: 1.06;
  font-weight: 700;
  color: #062B25;
  margin: 0 auto 14px;
}
.page-hero-title span {
  font-style: italic;
  font-weight: 500;
  color: #008D73;
}
.page-hero p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1rem;
  color: #355E56;
  line-height: 1.6;
}
.page-hero .badge {
  color: #0B8570;
  margin-bottom: 16px;
}

.page-hero-split {
  padding: 100px 0 72px;
}
.page-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}
.page-hero-split .page-hero-content {
  text-align: left;
  margin: 0;
  max-width: none;
}
.page-hero-split .page-hero-content .badge {
  display: inline-flex;
}
.page-hero-split .page-hero-content p {
  margin: 0;
  max-width: 480px;
}
.page-hero-split .page-hero-title {
  margin: 0 0 14px;
}
.page-hero-img {
  position: relative;
}
.page-hero-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 72px rgba(13, 43, 34, 0.18);
}
.page-hero-img::after {
  content: '';
  position: absolute;
  inset: 12px -10px -12px 10px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(127,217,188,0.22), rgba(184,157,101,0.12));
  z-index: -1;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.service-card {
  position: relative;
  padding: 20px;
  border: 1px solid var(--border);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.service-card-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.service-card p { margin-top: 12px; font-size: 0.96rem; }
.service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.service-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(156, 227, 202, 0.18);
  color: var(--mint-deep);
  font-size: 0.8rem;
  font-weight: 700;
}
.service-toggle {
  margin-top: 18px;
  border: none;
  background: transparent;
  color: var(--mint-deep);
  font-weight: 700;
  cursor: pointer;
}
.service-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition), margin-top var(--transition);
}
.service-card.open .service-details { max-height: 220px; margin-top: 16px; }
.service-details ul {
  display: grid;
  gap: 8px;
  list-style: none;
}
.service-details li {
  position: relative;
  padding-left: 18px;
  color: var(--text-muted);
}
.service-details li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--mint-deep);
  font-weight: 800;
}

.story-layout,
.contact-layout,
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.contact-layout { align-items: start; }
.story-card,
.contact-panel,
.form-panel { padding: 24px; }
.contact-panel { height: fit-content; }
.contact-panel > .badge,
.form-panel > .badge { margin-bottom: 10px; }
.contact-panel > h3,
.form-panel > h3 {
  margin-bottom: 10px;
  line-height: 1.35;
}
.contact-panel > p,
.form-panel > p {
  margin-bottom: 16px;
  line-height: 1.65;
}
.story-card img,
.about-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 18px;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}
.contact-item strong { display: block; color: var(--text); margin-bottom: 4px; }
.contact-form {
  display: grid;
  gap: 14px;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.field {
  display: grid;
  gap: 10px;
}
.field label {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
}
.field input,
.field textarea,
.field select {
  width: 100%;
  border: none;
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.9);
  color: var(--text);
  box-shadow: inset 0 0 0 1px rgba(62, 143, 117, 0.14);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: rgba(62, 143, 117, 0.4);
  box-shadow: 0 0 0 4px rgba(127, 217, 188, 0.16);
}
.field-error {
  min-height: 18px;
  color: #b93838;
  font-size: 0.85rem;
}
.field-hint {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.form-message {
  display: none;
  padding: 16px 18px;
  border-radius: 18px;
  margin-bottom: 14px;
  font-weight: 600;
}
.form-message.show { display: block; }
.form-success { background: rgba(127, 217, 188, 0.18); color: var(--mint-deep); }
.form-error-box { background: rgba(224, 85, 85, 0.1); color: #a43d3d; }

.section-cta-home {
  background: linear-gradient(180deg, #F6FBF8 0%, #EFF7F2 100%);
}

.section-cta-home .container {
  position: relative;
}

.cta-simple {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 52px 48px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 14% 20%, rgba(127, 217, 188, 0.16), transparent 42%),
    radial-gradient(circle at 84% 12%, rgba(184, 160, 113, 0.12), transparent 40%),
    linear-gradient(140deg, rgba(255,255,255,0.92) 0%, rgba(234,246,240,0.88) 100%);
  border: 1px solid rgba(62, 143, 117, 0.12);
  box-shadow: 0 20px 46px rgba(31, 42, 38, 0.07);
}

.cta-simple::before,
.cta-simple::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
}

.cta-simple::before {
  width: 360px;
  height: 360px;
  left: -190px;
  top: -150px;
  background: radial-gradient(circle at 58% 52%, rgba(127, 217, 188, 0.2), rgba(127, 217, 188, 0.03) 68%, transparent 75%);
}

.cta-simple::after {
  width: 320px;
  height: 320px;
  right: -150px;
  bottom: -170px;
  background: radial-gradient(circle at 42% 40%, rgba(184, 160, 113, 0.16), rgba(184, 160, 113, 0.02) 70%, transparent 78%);
}

.cta-simple--no-bg {
  background: transparent;
  border: none;
  box-shadow: none;
}

.cta-simple--no-bg::before,
.cta-simple--no-bg::after {
  display: none;
}

.cta-clean-eyebrow {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mint-deep);
  margin-bottom: 14px;
}

.cta-simple-title {
  font-size: clamp(1.7rem, 3vw, 2.5rem) !important;
  color: #082F28;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
  text-wrap: balance;
  text-shadow: 0 8px 24px rgba(8, 47, 40, 0.1);
}

.cta-simple-title .cta-simple-emphasis {
  display: inline-block;
  font-style: italic;
  font-weight: 700;
  background: linear-gradient(95deg, #1E4D41 0%, #0D6A58 38%, #B89D65 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-simple-title .cta-simple-time {
  font-style: normal;
  font-weight: 800;
  color: #8D7647;
  -webkit-text-fill-color: #8D7647;
}

.cta-phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  border: 1.5px solid rgba(62,143,117,0.3);
  border-radius: 999px;
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #062B25;
  margin-bottom: 30px;
  background: rgba(255,255,255,0.9);
  box-shadow: none;
  transition: transform var(--transition), border-color var(--transition), background var(--transition), box-shadow var(--transition);
}

.cta-phone-pill:hover {
  border-color: #6FCBA9;
  background: rgba(127,217,188,0.12);
  transform: translateY(-2px);
  box-shadow: none;
}

.cta-phone-pill svg {
  width: 20px;
  height: 20px;
  stroke: #008D73;
}

.cta-simple-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-simple-actions .btn {
  min-width: 210px;
  min-height: 56px;
  padding: 14px 28px;
  font-size: 1.06rem;
  font-weight: 700;
  border-width: 1.5px;
}

.cta-panel {
  position: relative;
  overflow: visible;
  padding: 64px 48px;
  text-align: center;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.cta-panel::before,
.cta-panel::after {
  display: none;
}

.cta-panel::before {
  width: 300px;
  height: 300px;
  left: -160px;
  bottom: -170px;
  background: radial-gradient(circle at 58% 42%, rgba(127, 217, 188, 0.22), rgba(127, 217, 188, 0.04) 70%, transparent 78%);
}

.cta-panel::after {
  width: 240px;
  height: 240px;
  right: -120px;
  top: -120px;
  background: radial-gradient(circle at 40% 44%, rgba(184, 157, 101, 0.18), rgba(184, 157, 101, 0.04) 68%, transparent 78%);
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.cta-panel .badge { background: rgba(127,217,188,0.16); border-color: rgba(62,143,117,0.2); color: var(--mint-deep); }
.cta-panel .badge::before { background: #6FCBA9; box-shadow: none; }
.cta-panel h2,
.cta-panel h3 { margin: 12px 0 14px; font-size: clamp(1.3rem, 2vw, 1.75rem); color: #082F28; }
.cta-panel p { max-width: 560px; margin: 0 auto 32px; color: #4F635D; }
.footer {
  padding: 0 0 40px;
  background: #EBF5EF;
}
.footer-wave {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 28px;
}
.footer-wave svg {
  display: block;
  width: 100%;
  height: 72px;
}
.footer-brand-link {
  gap: 0;
  align-items: flex-start;
}
.footer-brand-text {
  gap: 4px;
}
.footer-brand-title {
  font-size: clamp(1.55rem, 2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #203530;
}
.footer-brand-subtitle {
  font-size: 0.82rem;
  letter-spacing: 0.01em;
  color: #7B8C84;
}
.footer-shell {
  position: relative;
  overflow: hidden;
  background: transparent;
  color: #2F4740;
  border-radius: 0;
  padding: 0 28px 28px;
  box-shadow: none;
  border: none;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 26px;
}
.footer h4 { margin-bottom: 14px; }
.footer p,
.footer a,
.footer li,
.footer address { color: #456159; font-style: normal; }
.footer a { transition: color var(--transition); }
.footer a:hover { color: #25584B; }
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(62, 143, 117, 0.15);
}
.socials { display: flex; gap: 10px; }
.social-icon-link {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(62,143,117,0.18);
  color: #3E8F75;
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
}
.social-icon-link:hover {
  background: rgba(255,255,255,0.95);
  border-color: rgba(62,143,117,0.36);
  transform: translateY(-2px);
}
.social-icon-link svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 1040px) {
  .story-split { grid-template-columns: 1fr; gap: 52px; }
  .story-img-col::before { display: none; }
  .hero-content,
  .story-layout,
  .contact-layout,
  .about-layout,
  .footer-grid { grid-template-columns: 1fr; }
  .cards-grid,
  .service-grid,
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .nav,
  .header-actions { display: none; }
  .menu-toggle { display: flex; }
  .hero-shell { padding: 72px 24px 30px; border-radius: 24px; }
  .page-hero { padding: 104px 0 58px; }
  .page-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .page-hero-split { padding: 100px 0 48px; }
  .page-hero-split .page-hero-content { text-align: center; }
  .page-hero-split .page-hero-content p { max-width: none; margin: 0 auto; }
  .page-hero-split .page-hero-content .badge { display: inline-flex; }
  .page-hero-img { max-width: 480px; margin: 0 auto; }
  .page-hero-img::after { display: none; }
  .section { padding: 50px 0; }
  .value-grid,
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .cards-grid,
  .service-grid,
  .stats-grid { grid-template-columns: 1fr; }
  .header-inner { padding: 12px 14px; }
  .hero-actions,
  .inline-actions,
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .mini-features li { width: 100%; }
  .story-card,
  .contact-panel,
  .form-panel,
  .cta-panel { padding: 20px; }
  .cta-simple {
    padding: 30px 20px;
    border-radius: 24px;
  }
  .cta-simple::before {
    width: 250px;
    height: 250px;
    left: -130px;
    top: -120px;
  }
  .cta-simple::after {
    width: 210px;
    height: 210px;
    right: -105px;
    bottom: -115px;
  }
  .cta-simple-actions .btn {
    width: 100%;
    min-width: 0;
  }
  .footer-shell {
    padding: 20px 16px;
    border-radius: 32px;
  }
}
