



.hero-section h1 {
  font-size: clamp(2.4em, 6vw, 4.2em);
  max-width: 22ch;
  margin-bottom: 0.4em;
}

.hero-lead {
  max-width: 55ch;
  font-size: 1.15em;
  color: #334e4c;
}

.hero-figure {
  margin: 2em 0 0;
}

.hero-figure img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5em;
}

.price-block {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1em;
  margin: 1.5em 0;
}

.price-now {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.5em;
  color: #042f2e;
  line-height: 1;
}

.price-was {
  color: #6b8a87;
  text-decoration: line-through;
  font-size: 1.15em;
}

.price-cut {
  background: #ccfbf1;
  color: #0f766e;
  border-radius: 0.25em;
  padding: 0.25em 0.75em;
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 0.04em;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
  list-style: none;
  margin: 1.5em 0 0;
  padding: 0;
}

.badge-item {
  border: 1px solid #ccfbf1;
  border-radius: 2em;
  padding: 0.4em 1em;
  font-size: 0.85em;
  color: #0f766e;
  background: #f0fdfa;
  margin: 0;
}



.primary-action {
  display: inline-block;
  background: #042f2e;
  color: #ffffff;
  border: 2px solid #042f2e;
  border-radius: 0.5em;
  padding: 0.8em 1.7em;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.primary-action:hover,
.primary-action:focus {
  background: #ffffff;
  color: #042f2e;
  text-decoration: none;
}

.secondary-action {
  display: inline-block;
  padding: 0.8em 1.2em;
  color: #0f766e;
  font-weight: 600;
  text-decoration: underline;
}

.action-pair {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  margin-top: 1.5em;
}



.feature-item {
  border-left: 5px solid #0d9488;
  border-radius: 0 0.625em 0.625em 0;
  padding: 1.5em 1.5em 1.5em 1.75em;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(4, 47, 46, 0.06);
}

.feature-heading {
  margin-bottom: 0.4em;
}

.feature-description {
  margin: 0;
}

.promise-item {
  border-left: 5px solid #ccfbf1;
  padding: 0.75em 0 0.75em 1.25em;
  margin-bottom: 1em;
  list-style: none;
}

.promise-list {
  padding: 0;
  margin: 1.5em 0 0;
}



.product-figure img {
  border-radius: 0.75em;
  box-shadow: 0 18px 44px rgba(4, 47, 46, 0.14);
}

.composition-list {
  margin: 1.5em 0 0;
  padding: 0;
  list-style: none;
}

.composition-item {
  padding: 0.75em 0;
  border-bottom: 1px solid #ccfbf1;
}

.composition-item strong {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1em;
}



.order-panel {
  background: #ffffff;
  border: 1px solid #ccfbf1;
  border-radius: 0.75em;
  padding: 2em;
  box-shadow: 0 18px 44px rgba(4, 47, 46, 0.08);
}

.inquiry-form {
  margin: 1.5em 0 0;
}

.input-wrapper {
  margin-bottom: 1em;
}

.input-label {
  display: block;
  font-size: 0.85em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b8a87;
  margin-bottom: 0.4em;
}

.text-field {
  width: 100%;
  border: 1px solid #ccfbf1;
  border-radius: 0.5em;
  padding: 0.8em 1em;
  background: #ffffff;
  color: #042f2e;
}

.consent-row {
  display: flex;
  gap: 0.75em;
  align-items: flex-start;
  margin: 1.5em 0;
  font-size: 0.85em;
  color: #334e4c;
}

.consent-row input {
  margin-top: 0.35em;
  min-width: 1em;
  min-height: 1em;
}

.form-note {
  font-size: 0.85em;
  color: #6b8a87;
  margin: 1em 0 0;
}

.steps-list {
  margin: 1.5em 0 0;
  padding-left: 1.25em;
}

.steps-list li {
  padding-bottom: 0.5em;
}

.callback-line {
  margin-top: 2em;
  font-size: 1.15em;
}



.faq-list {
  max-width: 55ch;
}

.faq-item {
  border-bottom: 1px solid #ccfbf1;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  padding: 1.1em 0;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  color: #042f2e;
  font-size: 1em;
}

.faq-question::after {
  content: "+";
  color: #0d9488;
  font-size: 1.25em;
  line-height: 1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

.faq-answer p {
  margin: 0 0 1.1em;
}



.order-fab {
  position: fixed;
  right: 1.5em;
  bottom: 1.5em;
  z-index: 900;
  background: #0f766e;
  color: #ffffff;
  border: 2px solid #0f766e;
  border-radius: 2em;
  padding: 0.8em 1.7em;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(4, 47, 46, 0.25);
  text-decoration: none;
}

.order-fab:hover {
  background: #115e59;
  color: #ffffff;
  text-decoration: none;
}

.page-heading {
  max-width: 24ch;
}

.legal-copy {
  max-width: 68ch;
}

.legal-copy h2 {
  font-size: 1.5em;
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .order-panel { padding: 1.25em; }
  .price-now { font-size: 2em; }
  .order-fab { display: none; }
}
