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

html {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: #111827;
  background: #f3f4f6;
}

body {
  overflow-x: hidden;
  line-height: 1.6;
}

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

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

.container {
  width: min(1120px, 100% - 2rem);
  margin-inline: auto;
}

@media (max-width: 480px) {
  .container {
    width: 100%;
    padding-inline: 1rem;
  }
}

.narrow {
  max-width: 720px;
}

.legal-logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f9fafb;
  text-decoration: none;
}

.legal-logo:hover {
  color: #10b981;
}

.legal-page {
  padding: 3rem 0 4rem;
}

.legal-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1.5rem;
}

.legal-content p {
  margin: 0 0 0.5rem;
  color: #374151;
  line-height: 1.6;
}

.legal-content p strong {
  color: #0f172a;
}

.legal-content a {
  color: #10b981;
  text-decoration: underline;
}

.legal-content a:hover {
  color: #059669;
}

.mission-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin: 1.5rem 0 0.75rem;
}

.mission-heading:first-of-type {
  margin-top: 0;
}

.mission-layout {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 400px);
  gap: 2.5rem;
  align-items: start;
}

.mission-image {
  position: sticky;
  top: 1rem;
}

.mission-image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  .mission-layout {
    grid-template-columns: 1fr;
  }
}

.site-header {
  background: #111827;
  color: #f9fafb;
  padding-block: 0.5rem;
  position: sticky;
  top: 0;
  z-index: 20;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.breaking-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
}

.logo-offer {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}

.logo-mark {
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.15rem 0.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #14b8a6);
  color: #022c22;
  font-size: 0.75rem;
}

.logo-text {
  font-weight: 600;
  font-size: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: none;
  padding: 0.6rem 1.4rem;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #22c55e, #14b8a6);
  color: #022c22;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.35);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(16, 185, 129, 0.45);
}

.btn-outline {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #e5e7eb;
}

.btn-outline:hover {
  border-color: #0ea5e9;
  color: #0ea5e9;
}

.btn-lg {
  padding: 0.8rem 1.8rem;
  font-size: 1rem;
}

.hero {
  padding: 3rem 0 2.5rem;
  position: relative;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.3) 70%, transparent 100%), url(assets/bg.webp) center/cover no-repeat;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  gap: 3rem;
  align-items: start;
}

.hero-intro {
  grid-column: 1;
  grid-row: 1;
}

.hero-image {
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: center;
}

.hero-benefits {
  grid-column: 1;
  grid-row: 2;
}

.hero-benefits p {
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.hero-cta-wrap {
  grid-column: 1;
  grid-row: 3;
}

.eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b91c1c;
  margin-bottom: 0.75rem;
}

.hero h1 {
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  line-height: 1.1;
  margin: 0 0 1rem;
  color: #ffffff;
}

.hero .subhead {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
}

.hero-bullets li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #ffffff;
}

.hero-bullets li::before {
  content: "✓";
  color: #10b981;
  font-weight: 700;
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.hero .trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.5rem;
}

.trust-row span::before {
  content: "• ";
  color: #10b981;
}

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

.hero-cta-wrap .trust-row {
  margin-top: 0;
}

.product-slider {
  position: relative;
  width: 100%;
  max-width: 340px;
}

.slider-track-wrap {
  position: relative;
  width: 100%;
  min-height: 400px;
}

.slider-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.slider-track .bottle-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  pointer-events: none;
  overflow: hidden;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.slider-track .bottle-card .bottle-visual {
  flex-shrink: 0;
  height: 220px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 1.25rem 1.25rem 0 0;
  background: #f1f5f9;
}

.slider-track .bottle-card .bottle-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: none !important;
  border: none;
  border-radius: 1.25rem 1.25rem 0 0;
}

.slider-track .bottle-card .bottle-meta {
  flex: 1;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1.25rem 1.5rem;
  gap: 0.5rem;
}

.slider-track .bottle-card .bottle-title {
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
}

.slider-track .bottle-card .bottle-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #10b981;
  margin: 0;
}

.slider-track .bottle-card .bottle-note {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0 0 0.25rem;
  line-height: 1.4;
}

.slider-track .bottle-card .btn-outline {
  background: #10b981;
  color: #fff;
  border: none;
  padding: 0.6rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 0.25rem;
  transition: background 0.2s, transform 0.2s;
}

.slider-track .bottle-card .btn-outline:hover {
  background: #059669;
  transform: translateY(-1px);
}

.slider-track .bottle-card.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(16, 185, 129, 0.95);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  transition: background 0.2s, transform 0.2s;
  z-index: 10;
}

.slider-btn:hover {
  background: #10b981;
  color: #fff;
  border-color: #10b981;
}

.slider-prev {
  left: -52px;
}

.slider-next {
  right: -52px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  position: relative;
  z-index: 10;
}

.slider-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}

.slider-dots button:hover {
  background: rgba(255, 255, 255, 0.7);
}

.slider-dots button.is-active {
  background: #10b981;
  border-color: #10b981;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .product-slider {
    max-width: 300px;
  }
  .slider-track-wrap {
    min-height: 400px;
  }
  .slider-prev {
    left: -44px;
  }
  .slider-next {
    right: -44px;
  }
  .slider-btn {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 520px) {
  .product-slider {
    max-width: 100%;
    padding-inline: 2.5rem;
    margin-inline: auto;
  }
  .slider-prev {
    left: 0.25rem;
  }
  .slider-next {
    right: 0.25rem;
  }
  .slider-btn {
    width: 36px;
    height: 36px;
    border-width: 1px;
  }
  .slider-track-wrap {
    min-height: 360px;
  }
  .slider-track .bottle-card .bottle-visual {
    height: 180px;
  }
}

.bottle-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 1.5rem 1.3rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
  border: 1px solid rgba(148, 163, 184, 0.28);
  max-width: 320px;
  width: 100%;
}

.bottle-visual {
  background: radial-gradient(circle at top, #e0f2fe, #eff6ff);
  border-radius: 1.25rem;
  padding: 2.5rem 1.5rem;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
}

.bottle-img {
  max-height: 240px;
  width: auto;
  filter: drop-shadow(0 20px 40px rgba(37, 99, 235, 0.45));
  border-radius: 1.2rem;
}

.bottle-meta {
  text-align: center;
}

.bottle-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.15rem;
}

.bottle-note {
  font-size: 0.8rem;
  color: #6b7280;
  margin: 0 0 0.9rem;
}

.bottle-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.75rem;
}

.bottle-features {
  list-style: none;
  padding: 0;
  margin: 0 auto 1rem;
  max-width: 14rem;
  text-align: left;
  font-size: 0.9rem;
  color: #475569;
}

.bottle-features li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.4rem;
}

.bottle-features li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 700;
}

.hero-benefits-title {
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 0.5rem;
}

.story,
.study,
.why-different,
.employments,
.services,
.ingredients,
.comparison,
.timeline,
.testimonials,
.supply-warning,
.cta {
  padding: 3rem 0;
}

.story {
  background: #ffffff;
}

.story h2,
.study h2,
.why-different h2,
.employments h2,
.services h2,
.ingredients h2,
.comparison h2,
.timeline h2,
.testimonials h2,
.supply-warning h2,
.cta h2 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.6rem;
  color: #0f172a;
}

.story p + p {
  margin-top: 0.75rem;
}

.story-topics,
.story-benefits {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 1rem;
}

.story-topics li,
.story-benefits li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.story-topics li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 700;
}

.story-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 700;
}

.story-disclaimer {
  font-size: 0.9rem;
  color: #6b7280;
  font-style: italic;
  margin: 1rem 0 !important;
}

.story-subhead {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin: 1.75rem 0 0.75rem;
}

.study {
  background: #0f172a;
  color: #e5e7eb;
}

.section-header {
  text-align: center;
  margin-bottom: 2rem;
}

.section-header p {
  color: #9ca3af;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.stat-card {
  background: radial-gradient(circle at top, #10b98133, #02061788);
  border-radius: 1.25rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  border: 1px solid rgba(148, 163, 184, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.15);
}

.stat-label {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: #22c55e;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.expert-quote {
  max-width: 720px;
  margin: 0 auto;
  font-size: 0.98rem;
  color: #e5e7eb;
  padding-left: 1rem;
  border-left: 3px solid #22c55e;
}

.expert-quote footer {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #9ca3af;
}

.why-different {
  background: #f9fafb;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.checklist li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #14b8a6);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}

.employments {
  background: #ffffff;
}

.employments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.employment-card {
  background: #f9fafb;
  border-radius: 1.25rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid #e5e7eb;
  text-align: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.employment-card:hover {
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.employment-avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #10b981;
}

.employment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.employment-role {
  font-size: 0.8rem;
  font-weight: 600;
  color: #10b981;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 0.35rem;
}

.employment-name {
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
}

.employment-desc {
  margin: 0;
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.5;
}

.employments-disclaimer {
  margin: 2rem 0 0;
  text-align: center;
  font-size: 0.8rem;
  color: #9ca3af;
  line-height: 1.4;
}

/* Services (from naturenpro) */
.services {
  padding: 3rem 0;
  background: #0f172a;
  color: #e5e7eb;
}

.services-header {
  max-width: 600px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.services h2 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.services-subtitle {
  font-size: 1rem;
  color: #94a3b8;
  margin: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.service-card {
  background: rgba(30, 41, 59, 0.8);
  padding: 1.75rem 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s, transform 0.2s;
  position: relative;
}

.service-card:hover {
  border-color: #10b981;
  transform: translateY(-4px);
}

.service-featured {
  border-color: #10b981;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.95) 0%, rgba(15, 23, 42, 0.9) 100%);
}

.service-card-wrapper {
  position: relative;
  display: flex;
  min-height: 380px;
}

.service-card-wrapper .service-card {
  flex: 1;
  min-width: 0;
}

.service-popular {
  position: absolute;
  top: -12px;
  right: 1.5rem;
  z-index: 10;
  background: #10b981;
  color: #fff;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.service-header {
  margin-bottom: 1.25rem;
}

.service-name {
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.35rem;
}

.service-desc {
  font-size: 0.9rem;
  color: #94a3b8;
  margin: 0;
}

.service-price {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.service-number {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}

.service-currency {
  font-size: 1rem;
  color: #94a3b8;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  flex: 1;
}

.service-features li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  color: #cbd5e1;
  line-height: 1.5;
}

.service-check {
  color: #10b981;
  font-weight: 700;
  flex-shrink: 0;
}

.service-btn {
  display: block;
  text-align: center;
}

.service-featured .service-btn.btn-primary {
  background: #10b981;
  border-color: #10b981;
  color: #fff;
}

.service-featured .service-btn.btn-primary:hover {
  background: #059669;
  border-color: #059669;
  color: #fff;
}

/* Start card with background image */
.service-card-bg {
  position: relative;
  overflow: hidden;
  min-height: 380px;
}

.service-card-bg .service-card-bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.service-card-bg-start {
  background-image: url("assets/start-bg.webp");
}

.service-card-bg-balance {
  background-image: url("assets/bg-balance.webp");
}

.service-card-bg-personalise {
  background-image: url("assets/bg-personalise.webp");
}

.service-card-bg .service-card-bg-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.85) 0%,
    rgba(15, 23, 42, 0.7) 50%,
    rgba(15, 23, 42, 0.9) 100%
  );
}

.service-card-bg .service-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card-bg .service-btn.btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.service-card-bg .service-btn.btn-outline:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  color: #fff;
}

.ingredients {
  background: #ffffff;
}

.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.ingredient-card {
  background: #f9fafb;
  border-radius: 1.1rem;
  padding: 1.3rem 1.2rem;
  border: 1px solid #e5e7eb;
}

.ingredient-card h3 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-size: 1rem;
  color: #0f172a;
}

.ingredient-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #4b5563;
}

.comparison {
  background: #f9fafb;
}

.table-wrapper {
  overflow-x: auto;
  margin-top: 1.5rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 540px;
  background: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
}

th,
td {
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
}

thead {
  background: #111827;
  color: #e5e7eb;
}

tbody tr:nth-child(odd) {
  background: #f9fafb;
}

tbody tr:nth-child(even) {
  background: #ffffff;
}

tbody td:first-child {
  font-weight: 600;
  color: #111827;
}

.timeline {
  background: #ffffff;
}

.timeline-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  border-left: 2px solid #e5e7eb;
}

.timeline-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 1.1rem;
  font-size: 0.95rem;
}

.timeline-list li::before {
  content: "";
  position: absolute;
  left: -0.45rem;
  top: 0.3rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: #0ea5e9;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.2);
}

.testimonials {
  background: #f3f4f6;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.review-card {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1.3rem 1.2rem;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 0.9rem;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.review-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.4rem;
}

.review-card:hover {
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.review-card h3 {
  margin: 0.2rem 0 0.1rem;
  font-size: 0.98rem;
}

.review-card p {
  margin: 0;
  color: #4b5563;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.review-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.review-author-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.review-author-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: #0f172a;
}

.review-author-detail {
  font-size: 0.8rem;
  color: #6b7280;
}

/* Form section (from naturenpro) */
.form-section {
  padding: 3rem 0;
  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
}

.form-wrap {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: 1.25rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}

.form-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.5rem;
}

.form-subtitle {
  font-size: 1rem;
  color: #4b5563;
  margin: 0 0 1.5rem;
}

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

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 1rem;
  background: #ffffff;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.15);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #9ca3af;
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

.form-select {
  cursor: pointer;
  appearance: auto;
}

.form-submit {
  width: 100%;
  background: #10b981;
  color: #ffffff;
  padding: 0.875rem 1.5rem;
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  font-family: inherit;
}

.form-submit:hover {
  background: #059669;
  transform: translateY(-2px);
}

.form-disclaimer {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #f9fafb;
  border-radius: 0.75rem;
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .form-wrap {
    padding: 1.5rem 1rem;
  }

  .form-input,
  .form-select,
  .form-textarea {
    font-size: 16px;
    min-height: 48px;
  }

  .form-textarea {
    min-height: 100px;
  }

  .form-submit {
    min-height: 48px;
    padding: 0.875rem 1rem;
  }
}

/* Studies section */
.studies-section {
  padding: 3rem 0;
  background: #f9fafb;
  text-align: center;
}

.studies-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 1rem;
}

.studies-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.studies-list li {
  margin-bottom: 0.75rem;
}

.studies-list li:last-child {
  margin-bottom: 0;
}

.studies-list a {
  color: #10b981;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.studies-list a:hover {
  border-bottom-color: #10b981;
}

/* Thank you page */
.thankyou-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  padding: 2rem 1rem;
}

.thankyou-content {
  text-align: center;
  max-width: 480px;
}

.thankyou-icon {
  width: 5rem;
  height: 5rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 600;
}

.thankyou-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem;
}

.thankyou-text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1.5rem;
  line-height: 1.6;
}

.thankyou-btn {
  display: inline-block;
  background: #ffffff;
  color: #10b981;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.thankyou-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.stars {
  color: #f97316;
  font-size: 0.9rem;
}

.supply-warning {
  background: #fef2f2;
}

.supply-warning p {
  margin-top: 0.6rem;
}

.cta {
  background: radial-gradient(circle at top, #e0f2fe, #f9fafb);
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.cta-text p {
  margin: 0.6rem 0 1rem;
  font-size: 0.95rem;
  color: #374151;
}

.cta-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.6rem 1.4rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
  text-align: center;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: #0f172a;
  color: #e5e7eb;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.85rem;
}

.cta-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 0.15rem;
}

.cta-subtitle {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: #6b7280;
}

.cta-note {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #b91c1c;
  font-weight: 600;
}

.site-footer {
  background: #020617;
  color: #9ca3af;
  padding: 2rem 0 2.5rem;
}

/* Footer naturenpro-style (3 columns) */
.site-footer.footer-naturenpro {
  background: #0f172a;
  color: #cbd5e1;
  padding: 5rem 0 2.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.footer-col {
  font-size: 0.95rem;
}

.footer-logo {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem;
}

.footer-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #cbd5e1;
  margin: 0 0 0.5rem;
}

.footer-disclaimer-block {
  font-size: 0.85rem;
  color: #94a3b8;
  line-height: 1.6;
  margin: 0;
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 1rem;
}

.footer-info {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #cbd5e1;
  margin: 0 0 1rem;
}

.footer-link {
  display: block;
  color: #cbd5e1;
  text-decoration: none;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #10b981;
}

.footer-bottom {
  padding-top: 2.5rem;
  border-top: 1px solid #334155;
  text-align: center;
}

.footer-bottom p {
  font-size: 0.9rem;
  color: #cbd5e1;
  margin: 0 0 0.5rem;
}

.footer-bottom-disclaimer,
.footer-cookie-note {
  font-size: 0.85rem;
  color: #94a3b8;
}

/* Warum wir — адаптивные карточки на мобильных */
@media (max-width: 600px) {
  .study .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .study .stat-card {
    padding: 1.25rem 1rem;
    border-radius: 1rem;
  }

  .study .stat-label {
    font-size: 1rem;
    line-height: 1.4;
  }
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 840px) {
  .hero-grid,
  .cta-inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .hero-intro,
  .hero-image,
  .hero-benefits,
  .hero-cta-wrap {
    grid-column: 1;
    grid-row: auto;
  }

  .hero {
    padding-top: 2.2rem;
  }

  .hero-intro { order: 1; }
  .hero-image { order: 2; align-self: auto; }
  .hero-benefits { order: 3; }
  .hero-cta-wrap { order: 4; }

  .bottle-card {
    max-width: 280px;
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .service-card-wrapper {
    min-height: 340px;
  }

  .service-card-bg {
    min-height: 340px;
  }

  .story,
  .study,
  .why-different,
  .employments,
  .services,
  .testimonials,
  .form-section,
  .studies-section {
    padding: 2rem 0;
  }

  .narrow {
    padding-inline: 0.5rem;
  }
}

@media (max-width: 640px) {
  .header-inner {
    align-items: flex-start;
  }

  .header-inner p {
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0;
  }

  .logo-offer {
    width: 100%;
    justify-content: space-between;
  }

  .hero-bullets li {
    font-size: 0.9rem;
  }

  .site-header {
    position: static;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 1.5rem;
  }

  .form-title {
    font-size: 1.35rem;
  }
}
