@font-face {
  font-family: "Eau Douce Sans";
  src: url("../fonts/eua_douce_webfont/eau_douce_sans_thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eau Douce Sans";
  src: url("../fonts/eua_douce_webfont/eau_douce_sans_light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eau Douce Sans";
  src: url("../fonts/eua_douce_webfont/eau_douce_sans_regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eau Douce Sans";
  src: url("../fonts/eua_douce_webfont/eau_douce_sans_medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eau Douce Sans";
  src: url("../fonts/eua_douce_webfont/eau_douce_sans_bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eau Douce Sans";
  src: url("../fonts/eua_douce_webfont/eau_douce_sans_heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/eua_douce_webfont/SourceSerif4-VariableFont_opsz,wght.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/eua_douce_webfont/SourceSerif4-Italic-VariableFont_opsz,wght.woff2") format("woff2");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --bg: #F4F6F6;
  --surface: #ffffff;
  --surface-soft: #F4F6F6;
  --text: #2B2F33;
  --muted: #5f676d;
  --line: #d9e2e2;

  --primary: #2C6F73;
  --primary-strong: #245c60;
  --secondary: #3B8EA5;
  --accent: #7FBF8E;
  --accent-strong: #699f76;
  --cta: #E6A23C;

  --shadow-soft: 0 10px 30px rgba(43, 47, 51, 0.06);
  --radius-card: 14px;
  --radius-large: 18px;
  --container: 1180px;
  --container-narrow: 860px;

  --font-sans: "Eau Douce Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Source Serif 4", Georgia, "Times New Roman", serif;

  --step--1: 0.875rem;
  --step-0: 1rem;
  --step-1: 1.125rem;
  --step-2: 1.375rem;
  --step-3: 1.8rem;
  --step-4: 2.4rem;
  --step-5: 3.4rem;
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 400;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

p,
ul,
ol {
  margin-top: 0;
}

p,
li,
blockquote {
  font-family: var(--font-serif);
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-kicker,
.section-title,
.hero-title,
.cta-title,
.page-title,
.feature-card-title,
.news-title,
.pricing-title,
.footer-heading,
.site-nav-link,
.btn,
.pb-submit,
label,
input,
select,
textarea {
  font-family: var(--font-sans);
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.container-narrow {
  width: min(100%, var(--container-narrow));
}

.main {
  min-height: 100vh;
}

.section {
  padding: 88px 0;
}

.section-intro {
  margin-bottom: 34px;
}

.section-intro-centered {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 42px;
  text-align: center;
}

.section-kicker {
  margin: 0 0 18px;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.section-title {
  margin: 0;
  font-size: clamp(2rem, 2.7vw, 2.8rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}

.section-title-narrow {
  max-width: 760px;
  margin-inline: auto;
}

.section-text {
  margin-top: 12px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.text-large {
  font-size: 1.08rem;
  color: var(--muted);
  line-height: 1.72;
}

.text-accent,
.section-title .accent,
.hero-title .accent,
.page-title .accent,
.cta-title .accent {
  color: var(--cta);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 246, 246, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.site-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-logo {
  display: inline-block;
  line-height: 0;
  flex: 0 0 auto;
}

.site-logo-image {
  display: block;
  width: 220px;
  height: auto;
  max-width: 100%;
}

.site-header-nav {
  margin-left: auto;
}

.site-nav-list {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav-link {
  font-size: var(--step-0);
  font-weight: 500;
  color: #556067;
  transition: color 0.2s ease;
}

.site-nav-link:hover,
.site-nav-link.is-active {
  color: var(--primary);
}

.site-nav-item-cta {
  margin-left: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: var(--step-0);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
  border: 0;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn-primary:hover {
  background: var(--secondary);
}

.btn-accent {
  background: var(--cta);
  color: #fff;
}

.btn-accent:hover {
  opacity: 0.94;
}

.btn-small {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: var(--step--1);
}

.hero-section {
  padding: 62px 0 90px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  align-items: center;
  gap: 56px;
}

.hero-copy {
  max-width: 560px;
}

.hero-title {
  margin: 0;
  font-size: clamp(2.9rem, 4.6vw, 4.5rem);
  line-height: 0.93;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}

.hero-title strong,
.hero-title b {
  color: var(--cta);
  font-weight: 700;
}

.hero-text {
  margin-top: 24px;
  max-width: 500px;
  font-size: 1.08rem;
  line-height: 1.72;
}

.hero-actions {
  margin-top: 28px;
}

.hero-figure {
  margin: 0;
  padding: 26px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.section-features {
  padding-top: 78px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  min-height: 196px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 20px 18px 18px;
  box-shadow: 0 2px 10px rgba(43, 47, 51, 0.03);
}

.feature-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: rgba(127, 191, 142, 0.18);
  color: var(--primary);
}

.feature-card-icon span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
}

.feature-card-title {
  margin: 0 0 10px;
  font-size: var(--step-1);
  line-height: 1.25;
  font-weight: 700;
  color: var(--text);
}

.feature-card-text {
  font-size: 0.97rem;
  color: var(--muted);
  line-height: 1.65;
}

.feature-card-text p:last-child {
  margin-bottom: 0;
}

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

.news-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 24px 24px 18px;
  min-height: 220px;
}

.news-tag {
  display: inline-block;
  margin: 0 0 16px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(127, 191, 142, 0.18);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: var(--font-sans);
}

.news-title {
  margin: 0 0 10px;
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--text);
}

.news-text {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 0.87rem;
}

.news-date {
  color: var(--muted);
  font-family: var(--font-sans);
}

.news-link {
  color: var(--secondary);
  font-weight: 600;
  font-family: var(--font-sans);
}

.section-more-link {
  margin-top: 24px;
  text-align: center;
}

.section-more-link a {
  color: var(--secondary);
  font-weight: 600;
  font-family: var(--font-sans);
}

.section-pricing {
  padding-top: 92px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pricing-card {
  min-height: 240px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 20px 18px 18px;
}

.pricing-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.pricing-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: var(--font-sans);
}

.pricing-icon {
  font-size: 1.2rem;
  color: var(--accent-strong);
  font-weight: 700;
}

.pricing-title {
  margin: 0 0 12px;
   font-size: var(--step-1);
  line-height: 1.3;
  font-weight: 700;
}

.pricing-text {
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.65;
}

.pricing-text p:last-child {
  margin-bottom: 0;
}

.pricing-text ul {
  padding-left: 1.15rem;
  margin-bottom: 0;
}

.pricing-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.section-cta {
  padding-top: 70px;
  padding-bottom: 84px;
}

.cta-box {
  border-radius: 18px;
  padding: 58px 28px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 15% 50%, rgba(255,255,255,0.10), transparent 22%),
    linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  box-shadow: var(--shadow-soft);
}

.cta-title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.cta-text {
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  line-height: 1.7;
}

.cta-action {
  margin-top: 26px;
}

.site-footer {
  padding: 48px 0 28px;
  border-top: 1px solid var(--line);
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.footer-contact {
  text-align: left; /* optional, meist Default */
  margin-left: 10px;
}

.footer-logo-link {
  display: inline-block;
  line-height: 0;
}

.footer-logo-image {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
}

.footer-column {
  min-width: 0;
}

.footer-heading {
  margin: 0 0 14px;
  font-size: var(--step-0);
  font-weight: 700;
  color: var(--text);
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.footer-links li + li {
  margin-top: 10px;
}

.footer-links a:hover {
  color: var(--primary);
}

.footer-links:empty::after {
  content: " ";
  display: block;
}

.site-footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  color: var(--muted);
  font-family: var(--font-sans);
}

.section-page {
  padding-top: 72px;
  padding-bottom: 88px;
}

.page-header {
  margin-bottom: 32px;
}

.page-title {
  margin: 0;
  font-size: clamp(2.3rem, 3vw, 3.4rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}

.prose {
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.8;
}

.prose > *:last-child {
  margin-bottom: 0;
}

.prose p,
.prose ul,
.prose ol {
  margin-bottom: 1.15rem;
}

.prose h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.9rem;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}

.prose h3 {
  margin-top: 1.8rem;
  margin-bottom: 0.8rem;
  font-size: 1.35rem;
  line-height: 1.15;
  font-weight: 700;
  color: var(--text);
}

.prose ul,
.prose ol {
  padding-left: 1.25rem;
}

.prose li + li {
  margin-top: 0.4rem;
}

.prose a {
  color: var(--secondary);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.prose strong {
  font-weight: 600;
}

.nav-toggle,
.sr-only {
  display: none;
}

.pb-register-section {
  background: var(--bg);
  padding: 1.5rem 1.5rem 3.5rem;
}

.pb-register-intro {
  max-width: 980px;
  margin: 0 auto 2rem;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.75;
  text-align: left;
}

.pb-register-card {
  max-width: 980px;
  margin: 0 auto;
  background: var(--surface);
  padding: 2.5rem 2.75rem 2.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-soft);
  box-sizing: border-box;
}

.pb-register-form {
  width: 100%;
}

.pb-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.pb-field {
  margin-bottom: 1rem;
}

.pb-field-full {
  width: 100%;
}

.pb-label.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.pb-register-form input[type="text"],
.pb-register-form input[type="email"],
.pb-register-form input[type="tel"],
.pb-register-form input[type="password"],
.pb-register-form input[type="number"],
.pb-register-form input[type="url"],
.pb-register-form input[type="search"],
.pb-register-form input[type="date"],
.pb-register-form input[type="time"],
.pb-register-form input[type="datetime-local"],
.pb-register-form select,
.pb-register-form textarea {
  width: 100%;
  height: 3.1rem;
  padding: 0 1rem;
  border: 1px solid #cfd9dd;
  border-radius: 10px;
  background: var(--surface);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 400;
  box-sizing: border-box;
  appearance: none;
}

.pb-register-form textarea {
  min-height: 8rem;
  padding: 0.9rem 1rem;
  resize: vertical;
}

.pb-register-form input[type="text"]::placeholder,
.pb-register-form input[type="email"]::placeholder,
.pb-register-form input[type="tel"]::placeholder,
.pb-register-form input[type="password"]::placeholder,
.pb-register-form input[type="number"]::placeholder,
.pb-register-form input[type="url"]::placeholder,
.pb-register-form input[type="search"]::placeholder,
.pb-register-form textarea::placeholder {
  color: #7f8c96;
}

.pb-register-form select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 4px),
    calc(100% - 13px) calc(50% - 4px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
}

.pb-register-form input[type="text"]:focus,
.pb-register-form input[type="email"]:focus,
.pb-register-form input[type="tel"]:focus,
.pb-register-form input[type="password"]:focus,
.pb-register-form input[type="number"]:focus,
.pb-register-form input[type="url"]:focus,
.pb-register-form input[type="search"]:focus,
.pb-register-form input[type="date"]:focus,
.pb-register-form input[type="time"]:focus,
.pb-register-form input[type="datetime-local"]:focus,
.pb-register-form select:focus,
.pb-register-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(127, 191, 142, 0.16);
}

.pb-checks {
  margin: 1rem 0 1.5rem;
}

.pb-check {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1rem;
  color: var(--text);
  line-height: 1.7;
  font-size: 1rem;
}

.pb-check input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  padding: 0;
  margin: 0.15rem 0 0;
  border: 2px solid #c7d2d7;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  flex: 0 0 20px;
}

.pb-check input[type="checkbox"]:checked {
  background: var(--accent);
  border-color: var(--accent);
}

.pb-check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.pb-check a {
  color: var(--accent-strong);
  text-decoration: none;
  font-weight: 600;
}

.pb-check a:hover {
  text-decoration: underline;
}

.pb-actions {
  margin-top: 0.75rem;
}

.pb-submit {
  display: inline-block;
  border: 0;
  border-radius: 14px;
  background: var(--cta);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.95rem 1.35rem;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.pb-submit:hover {
  filter: brightness(0.96);
  transform: translateY(-1px);
}

.pb-submit:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(230, 162, 60, 0.18);
}

.uniform__potty {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 1180px) {
  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .site-footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 920px) {
  .site-header-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 0;
  }

  .site-logo {
    width: 100%;
    text-align: center;
  }

  .site-header-nav {
    margin-left: 0;
    width: 100%;
  }

  .site-nav-list {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 12px;
  }

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

  .hero-copy {
    max-width: none;
    text-align: center;
  }

  .hero-text {
    margin-inline: auto;
  }

  .hero-actions {
    display: flex;
    justify-content: center;
  }

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

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

  .site-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .pb-register-section {
    padding: 1rem 0.875rem 2.5rem;
  }

  .pb-register-intro {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    text-align: left;
  }

  .pb-register-card {
    padding: 1.25rem;
  }

  .pb-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section {
    padding: 62px 0;
  }

  .hero-section {
    padding: 38px 0 62px;
  }

  .hero-title {
    font-size: 2.4rem;
  }

  .section-title,
  .cta-title,
  .page-title {
    font-size: 1.95rem;
  }

  .feature-grid,
  .pricing-grid,
  .site-footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .pricing-card,
  .news-card {
    min-height: 0;
  }

  .site-nav-list {
    gap: 14px;
  }

  .site-nav-link {
    font-size: 0.93rem;
  }

  .btn {
    width: 100%;
    max-width: 320px;
  }

  .pricing-action,
  .cta-action,
  .hero-actions {
    justify-content: center;
  }

  .cta-box {
    padding: 40px 18px;
  }

  .news-meta {
    flex-direction: column;
    align-items: flex-start;
  }


