


.primary-action {
  display: inline-block;
  background: #bd3d65;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 0.95rem 2.1rem;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.35);
  transition: background 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
}
.primary-action:hover, .primary-action:focus { background: #d64573; color: #ffffff; }
.primary-action:active { transform: translateY(3px); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35); }
.prominent-action { padding: 1.15rem 2.8rem; font-size: 1.12rem; width: 100%; }

.secondary-action {
  display: inline-block;
  background: transparent;
  color: #ffffff;
  border: 2px solid #4a4a4a;
  border-radius: 10px;
  padding: 0.85rem 1.9rem;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 0.98rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: border-color 0.16s ease, color 0.16s ease;
}
.secondary-action:hover, .secondary-action:focus { border-color: #bd3d65; color: #e07a9a; }


.workbench-intro { text-align: center; }
.workbench-intro h1 { max-width: 19ch; margin: 0 auto 2.4vh; }
.intro-lead {
  max-width: 56ch;
  margin: 0 auto 3.4vh;
  color: #c0c0c0;
  font-size: clamp(1.02rem, 1.4vw + 0.7rem, 1.2rem);
}
.offer-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 1.2vh 3vw;
  margin-bottom: 3vh;
}
.price-before {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 1.5rem;
  color: #888888;
  text-decoration: line-through;
}
.price-now {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: clamp(2.4rem, 6vw, 3.4rem);
  line-height: 1;
  color: #ffffff;
}
.saving-flag {
  background: #bd3d65;
  color: #ffffff;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  text-transform: uppercase;
}
.action-row { display: flex; flex-direction: column; gap: 1.8vh; align-items: stretch; margin-bottom: 4.4vh; }

.product-stage {
  background: #f6f2ec;
  border-radius: 20px;
  padding: 3vh 5vw;
  margin: 0 auto 4.4vh;
  max-width: 720px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.product-stage img { width: 100%; height: auto; border-radius: 12px; }
.stage-caption {
  margin: 2vh 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6d7f8d;
  text-align: center;
}

.trust-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6vh 3vw;
  max-width: 900px;
  margin: 0 auto 5vh;
}
.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6vh;
  padding: 2vh 2vw;
  border: 1px solid #343434;
  border-radius: 14px;
  background: #1a1a1a;
}
.trust-badge svg { width: 30px; height: 30px; display: block; }
.badge-label {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-align: center;
}
.badge-detail { font-size: 0.78rem; color: #888888; text-align: center; line-height: 1.45; }


.write-to-us {
  background: #f6f2ec;
  color: #141414;
  border-radius: 20px;
  padding: 4vh 6vw;
  max-width: 660px;
  margin: 0 auto;
  text-align: left;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.write-to-us h2 { color: #141414; margin-bottom: 1.6vh; }
.form-intro { color: #4a4a4a; font-size: 0.95rem; margin-bottom: 3vh; }
.order-steps { display: flex; flex-direction: column; gap: 1.2vh; margin-bottom: 3.4vh; }
.order-step { display: flex; gap: 0.9rem; align-items: flex-start; }
.step-number {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #bd3d65;
  color: #ffffff;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-text { font-size: 0.93rem; color: #3a3a3a; line-height: 1.5; }

.inquiry-form { display: flex; flex-direction: column; gap: 2.2vh; }
.input-wrapper { display: flex; flex-direction: column; gap: 0.7vh; }
.input-label {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #3a3a3a;
}
.text-field {
  width: 100%;
  min-height: 50px;
  padding: 0.85rem 1rem;
  border: 2px solid #d8d0c5;
  border-radius: 10px;
  background: #ffffff;
  color: #141414;
  transition: border-color 0.16s ease;
}
.text-field:focus { border-color: #bd3d65; outline: none; }
.field-hint { font-size: 0.78rem; color: #6d6d6d; }
.consent-row { display: flex; gap: 0.8rem; align-items: flex-start; }
.consent-row input { margin-top: 0.34rem; width: 18px; height: 18px; flex: 0 0 auto; accent-color: #bd3d65; }
.consent-text { font-size: 0.83rem; color: #4a4a4a; line-height: 1.55; }
.consent-text a { color: #8f2c4f; text-decoration: underline; }
.validation-message {
  display: none;
  background: #fbe4ea;
  border-left: 4px solid #bd3d65;
  border-radius: 6px;
  padding: 1rem 1.1rem;
  font-size: 0.88rem;
  color: #6f1b34;
}
.confirmation-panel {
  display: none;
  background: #e8f1e8;
  border-left: 4px solid #4b7f52;
  border-radius: 6px;
  padding: 1.4rem 1.2rem;
  font-size: 0.93rem;
  color: #22462a;
  line-height: 1.6;
}
.payment-note { font-size: 0.82rem; color: #6d6d6d; text-align: center; }


.card-grid { display: grid; grid-template-columns: 1fr; gap: 3vh 2.4vw; }
.feature-item {
  border-radius: 14px;
  overflow: hidden;
  background: #f6f2ec;
  color: #141414;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}
.feature-visual {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  background: #dfe9f2;
}
.feature-description { padding: 1.5rem; }
.feature-heading { color: #141414; margin-bottom: 0.9rem; }
.feature-description p { color: #46464a; font-size: 0.95rem; margin-bottom: 0; }


.rhythm-list { display: flex; flex-direction: column; gap: 2.6vh; }
.rhythm-item { border-left: 3px solid #bd3d65; padding-left: 1.3rem; }
.rhythm-title {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.rhythm-item p { color: #c0c0c0; font-size: 0.96rem; margin-bottom: 0; }

.figure-panel {
  background: #1a1a1a;
  border: 1px solid #343434;
  border-radius: 18px;
  padding: 4vh 6vw;
}
.figure-panel svg { width: 100%; height: auto; display: block; }
.figure-caption { margin-top: 2vh; font-size: 0.83rem; color: #888888; text-align: center; line-height: 1.5; }


.dose-panel {
  background: #f6f2ec;
  color: #141414;
  border-radius: 18px;
  padding: 4vh 5vw;
  margin-bottom: 4vh;
}
.dose-panel-heading { color: #141414; margin-bottom: 1rem; font-size: 1.15rem; }
.dose-panel-note { font-size: 0.88rem; color: #4a4a4a; margin-bottom: 2.6vh; }
.nutrient-table { width: 100%; font-size: 0.93rem; }
.nutrient-table caption {
  text-align: left;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  color: #6d6d6d;
  padding-bottom: 1.2vh;
}
.nutrient-table th, .nutrient-table td {
  text-align: left;
  padding: 0.85rem 0.6rem;
  border-bottom: 1px solid #ddd5c9;
  vertical-align: top;
}
.nutrient-table thead th {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6d6d6d;
}
.nutrient-name { font-weight: 700; }
.nutrient-amount { white-space: nowrap; font-variant-numeric: tabular-nums; }
.nutrient-claim { display: block; font-size: 0.87rem; color: #46464a; line-height: 1.5; margin-top: 0.3rem; }
.mandatory-notes {
  display: flex;
  flex-direction: column;
  gap: 1.2vh;
  background: #1a1a1a;
  border: 1px solid #343434;
  border-radius: 14px;
  padding: 3vh 5vw;
}
.mandatory-notes li { color: #c0c0c0; font-size: 0.9rem; line-height: 1.6; padding-left: 1.4rem; position: relative; }
.mandatory-notes li::before { content: "\2014"; position: absolute; left: 0; color: #bd3d65; }


.promise-list { display: flex; flex-direction: column; gap: 2.2vh; }
.promise-item { display: flex; gap: 1rem; align-items: flex-start; }
.promise-item svg { flex: 0 0 auto; width: 26px; height: 26px; margin-top: 0.15rem; }
.promise-title { font-weight: 700; color: #ffffff; display: block; margin-bottom: 0.2rem; }
.promise-item p { color: #c0c0c0; font-size: 0.94rem; margin-bottom: 0; }


.faq-stack { display: block; }
.faq-item {
  background: #f6f2ec;
  color: #141414;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
  margin-bottom: 1rem;
  max-width: 760px;
}
.faq-item:nth-child(even) { margin-left: auto; }
.faq-item:nth-child(odd) { margin-right: auto; }
.faq-question { color: #141414; font-size: 1.02rem; margin-bottom: 0.7rem; }
.faq-answer { color: #46464a; font-size: 0.94rem; margin-bottom: 0; line-height: 1.65; }


.order-modal { display: none; position: fixed; inset: 0; z-index: 1300; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(8, 8, 8, 0.78); }
.modal-panel {
  position: relative;
  width: 92vw;
  max-width: 560px;
  max-height: 88vh;
  overflow-y: auto;
  margin: 6vh auto;
  background: #f6f2ec;
  color: #141414;
  border-radius: 20px;
  padding: 4vh 6vw;
}
.modal-title { color: #141414; margin-bottom: 1.4vh; }
.modal-dismiss {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  color: #4a4a4a;
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
}
.modal-dismiss:hover { background: rgba(189, 61, 101, 0.14); color: #8f2c4f; }

@media (min-width: 768px) {
  .action-row { flex-direction: row; justify-content: center; align-items: center; gap: 1.6vw; }
  .prominent-action { width: auto; }
  .trust-badges { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .write-to-us { padding: 5vh 3.4vw; }
  .product-stage { padding: 4vh 3.4vw; }
  .dose-panel { padding: 5vh 3.4vw; }
  .mandatory-notes { padding: 3.4vh 3vw; }
  .figure-panel { padding: 5vh 3vw; }
  .modal-panel { padding: 5vh 3vw; }
  .nutrient-table { font-size: 0.96rem; }
  .faq-item:nth-child(even) { margin-right: 4vw; }
  .faq-item:nth-child(odd) { margin-left: 4vw; }
}

@media (min-width: 1024px) {
  .card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
