/* FLORENTA «ОВОЧЕВІ» — mobile-only, стиль як референс */
:root {
  --page-max: 430px;
  --green-dark: #1b5e3a;
  --green: #2d8f5c;
  --green-light: #e8f5e9;
  --green-btn: #3cb371;
  --white: #ffffff;
  --bg: #f5f9f6;
  --text: #222;
  --text-muted: #555;
  --price-old: #888;
  --price-new: #e53935;
  --footer-bg: #1e2d24;
  --radius: 20px;
  --radius-sm: 14px;
  --shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  --font: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
  background: #e8efe9;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.page {
  width: 100%;
  max-width: var(--page-max);
  margin: 0 auto;
  background: var(--white);
  min-height: 100vh;
  overflow-x: hidden;
}

.container {
  width: 100%;
  padding: 0 16px;
}

/* Typography */
.section__title {
  font-size: 1.35rem;
  font-weight: 800;
  text-align: center;
  color: var(--green-dark);
  margin: 0 0 14px;
  line-height: 1.3;
}

.section__subtitle {
  text-align: center;
  color: var(--text-muted);
  font-size: 15px;
  margin: -6px 0 14px;
}

.section {
  padding: 22px 0;
}

.section--soft {
  background: var(--bg);
}

/* Buttons */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 14px 18px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.btn--cta {
  background: linear-gradient(180deg, #4cd080, var(--green-btn));
  color: var(--white);
  box-shadow: 0 6px 20px rgba(45, 143, 92, 0.35);
  text-transform: uppercase;
}

.btn--order {
  margin-top: 4px;
}

.btn:active {
  transform: scale(0.98);
}

/* Hero */
.hero {
  padding: 18px 0 22px;
  background: linear-gradient(180deg, var(--green-light) 0%, var(--white) 70%);
  text-align: center;
}

.hero__title {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--green-dark);
  margin: 0 0 14px;
  line-height: 1.25;
}

.hero__product {
  width: 100%;
  max-width: 340px;
  margin: 12px auto 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__product-inner {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}

.hero__product picture {
  width: 100%;
  max-width: 340px;
  display: block;
}

.hero__product-img {
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(27, 67, 50, 0.18));
}

.discount-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 10px 14px;
  background: #ef3b2d;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.discount-badge__value {
  font-size: 22px;
  letter-spacing: -0.02em;
}

.discount-badge__label {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.95;
}

.hero__cultures {
  font-size: 15px;
  color: var(--text-muted);
  margin: 14px 0 12px;
  font-weight: 600;
}

.hero__price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 14px;
}

.hero__price-old {
  font-size: 1.15rem;
  color: var(--price-old);
  text-decoration: line-through;
}

.hero__price-new {
  font-size: 2rem;
  font-weight: 800;
  color: var(--price-new);
  line-height: 1;
}

.hero__trust {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  text-align: left;
}

.hero__trust li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 600;
}

.hero__trust-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: var(--shadow);
}

/* Timer */
.timer {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  margin-bottom: 14px;
  box-shadow: var(--shadow);
}

.timer__label {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--green-dark);
}

.timer__digits {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 15px;
  color: var(--text);
}

.timer__digits b {
  font-size: 1.25rem;
  color: var(--price-new);
  font-weight: 800;
}

.timer__sep {
  color: var(--text-muted);
  font-weight: 700;
}

/* Section photo */
.section__photo {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 14px;
  box-shadow: var(--shadow);
}

.section__photo img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.section__photo--sm img {
  height: 150px;
}

.prose p {
  margin: 0 0 10px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.55;
}

.prose p:last-child {
  margin-bottom: 0;
}

/* Why list */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-item {
  display: flex;
  gap: 12px;
  padding: 14px;
  margin-bottom: 10px;
  background: var(--bg);
  border-radius: var(--radius-sm);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.why-item:last-child {
  margin-bottom: 0;
}

.why-item__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.why-item strong {
  display: block;
  font-size: 15px;
  color: var(--green-dark);
  margin-bottom: 4px;
}

.why-item p {
  margin: 0;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.45;
}

/* Application */
.apply-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.apply-item {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.apply-item strong {
  display: block;
  color: var(--green-dark);
  margin-bottom: 4px;
  font-size: 15px;
}

.apply-item p {
  margin: 0;
  font-size: 14px;
  color: var(--text-muted);
}

/* Composition */
.compose-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.compose-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  margin-bottom: 8px;
  background: var(--bg);
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 600;
}

.compose-list__ico {
  flex-shrink: 0;
  font-size: 1.1rem;
}

.compose-note {
  font-size: 14px;
  color: var(--text-muted);
  text-align: center;
  margin: 0 0 12px;
  line-height: 1.5;
}

.details-mini {
  background: var(--bg);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.details-mini summary {
  padding: 12px 14px;
  font-weight: 700;
  font-size: 14px;
  color: var(--green-dark);
  cursor: pointer;
  list-style: none;
}

.details-mini summary::-webkit-details-marker {
  display: none;
}

.details-mini__body {
  padding: 0 14px 12px;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* Reviews */
.review-card {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 14px;
  margin-bottom: 10px;
  box-shadow: var(--shadow);
}

.review-card:last-child {
  margin-bottom: 0;
}

.review-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.review-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-weight: 800;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.review-card__head strong {
  display: block;
  font-size: 14px;
  color: var(--text);
}

.review-card__stars {
  display: block;
  color: #f9a825;
  font-size: 13px;
  letter-spacing: 1px;
}

.review-card__text {
  margin: 0;
  font-size: 14px;
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.5;
}

/* Work cards */
.work-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.work-card {
  background: var(--bg);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.work-card h3 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 800;
  color: var(--green-dark);
  letter-spacing: 0.03em;
}

.work-card p {
  margin: 0;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.45;
}

/* Order form */
.order-section {
  padding: 24px 0 28px;
  background: var(--green-light);
  scroll-margin-top: 8px;
}

.order-urgency {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  color: var(--price-new);
  margin: 0 0 14px;
}

.order-form {
  background: var(--white);
  border-radius: var(--radius);
  padding: 18px 16px;
  box-shadow: var(--shadow);
}

.form-group {
  margin-bottom: 12px;
}

.form-group label {
  display: block;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
  color: var(--text);
}

.form-group input,
.form-group select {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  font-size: 16px;
  border: 2px solid #d0e8d8;
  border-radius: var(--radius-sm);
  font-family: inherit;
  background: var(--bg);
  appearance: none;
  -webkit-appearance: none;
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%232d8f5c' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--green);
}

.form-note {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  margin: 10px 0 0;
}

/* Footer */
.site-footer {
  background: var(--footer-bg);
  color: #c8d4cc;
  border-radius: 24px 24px 0 0;
  padding: 20px 0 24px;
  margin-top: 4px;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

.site-footer__links a {
  color: #a8c4b0;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer__hours {
  margin: 0;
  font-size: 13px;
  text-align: center;
  color: #8fa89a;
}

/* Thank you */
.page--thank {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.thank-you {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 16px;
  background: var(--green-light);
}

.thank-you__box {
  width: 100%;
  background: var(--white);
  padding: 28px 20px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.thank-you__icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.thank-you h1 {
  font-size: 1.4rem;
  color: var(--green-dark);
  margin: 0 0 10px;
}

.thank-you p {
  color: var(--text-muted);
  margin: 0 0 18px;
  font-size: 15px;
}

.thank-you .btn--cta {
  text-transform: none;
}
