:root {
  --green: #2d6a4f;
  --green-light: #52b788;
  --green-dark: #1b4332;
  --gold: #b5935a;
  --cream: #faf7f2;
  --cream-dark: #f0ebe0;
  --text: #2c2416;
  --text-light: #6b5a3e;
  --white: #ffffff;
  --shadow: 0 4px 24px rgba(45,106,79,.12);
  --radius: 14px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; background: var(--cream); color: var(--text); line-height: 1.7; }
h1, h2, h3 { font-family: 'Libre Baskerville', serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--green-dark); color: #fff; padding: 16px 24px; z-index: 9999; transform: translateY(100%); transition: transform .4s ease; }
.cookie-banner.show { transform: translateY(0); }
.cookie-inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.cookie-inner i { color: var(--gold); flex-shrink: 0; }
.cookie-inner p { font-size: .82rem; flex: 1; }
.cookie-inner a { color: var(--green-light); text-decoration: underline; }
.cookie-btns { display: flex; gap: 8px; }
.cbtn { padding: 8px 18px; border-radius: 6px; border: none; cursor: pointer; font-size: .8rem; font-weight: 600; }
.cbtn--accept { background: var(--green-light); color: #fff; }
.cbtn--decline { background: transparent; color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.2); }

.header { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid rgba(45,106,79,.1); }
.header__inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo__leaf { width: 36px; height: 36px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.logo__leaf svg { width: 18px; height: 18px; color: #fff; }
.logo__text { display: flex; flex-direction: column; line-height: 1.1; }
.logo__vita { font-family: 'Libre Baskerville', serif; font-size: 1.1rem; font-weight: 700; color: var(--green-dark); }
.logo__move { color: var(--green); }
.logo__complete { font-size: .65rem; font-weight: 500; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { font-size: .85rem; font-weight: 500; color: var(--text-light); transition: color .2s; }
.nav a:hover { color: var(--green); }
.nav__cta { display: flex; align-items: center; gap: 6px; background: var(--green); color: #fff !important; padding: 8px 18px; border-radius: 24px; font-size: .82rem !important; }
.nav__cta svg { width: 14px; height: 14px; }
.hamburger { display: none; background: none; border: none; cursor: pointer; }
.hamburger svg { width: 24px; height: 24px; color: var(--green-dark); }

.hero { padding: 64px 0 80px; background: linear-gradient(135deg, var(--cream) 0%, var(--cream-dark) 100%); }
.hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.img-frame { position: relative; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); }
.img-frame img { width: 100%; }
.img-badge { position: absolute; bottom: 16px; left: 16px; background: var(--green); color: #fff; padding: 6px 14px; border-radius: 20px; font-size: .75rem; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.img-badge svg { width: 12px; height: 12px; }
.hero__tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(45,106,79,.1); color: var(--green); padding: 6px 14px; border-radius: 20px; font-size: .78rem; font-weight: 600; margin-bottom: 16px; }
.hero__tag svg { width: 14px; height: 14px; }
.hero__content h1 { font-size: 2.6rem; line-height: 1.2; color: var(--green-dark); margin-bottom: 16px; }
.hl { color: var(--green); }
.hero__desc { font-size: .95rem; color: var(--text-light); margin-bottom: 24px; }
.hero__pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.hero__pills span { display: flex; align-items: center; gap: 5px; background: var(--white); border: 1px solid rgba(45,106,79,.15); padding: 5px 12px; border-radius: 20px; font-size: .78rem; font-weight: 500; color: var(--green-dark); }
.hero__pills svg { width: 12px; height: 12px; color: var(--green); }
.hero__order { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; flex-wrap: wrap; }
.ho-price { display: flex; align-items: center; gap: 8px; }
.ho-old { font-size: 1rem; color: var(--text-light); text-decoration: line-through; }
.ho-new { font-size: 2rem; font-family: 'Libre Baskerville', serif; font-weight: 700; color: var(--green-dark); }
.ho-save { background: var(--gold); color: #fff; padding: 3px 10px; border-radius: 12px; font-size: .72rem; font-weight: 700; }
.btn-vita { display: inline-flex; align-items: center; gap: 8px; background: var(--green); color: #fff; padding: 14px 28px; border-radius: 10px; font-weight: 600; font-size: .9rem; border: none; cursor: pointer; transition: background .2s, transform .1s; }
.btn-vita:hover { background: var(--green-dark); transform: translateY(-1px); }
.btn-vita svg { width: 16px; height: 16px; }
.btn-full { width: 100%; justify-content: center; font-size: 1rem; padding: 16px; }
.hero__trust { display: flex; gap: 20px; flex-wrap: wrap; }
.ht { display: flex; align-items: center; gap: 6px; font-size: .78rem; color: var(--text-light); }
.ht svg { width: 14px; height: 14px; color: var(--green); }

.sec-label { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.sec-title { font-size: 2rem; color: var(--green-dark); margin-bottom: 40px; }

.about-sec { padding: 80px 0; background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-text p { font-size: .9rem; color: var(--text-light); margin-bottom: 16px; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.ap { display: flex; align-items: center; gap: 8px; font-size: .85rem; font-weight: 500; color: var(--green-dark); }
.ap svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; }
.about-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ac { background: var(--cream); border-radius: var(--radius); padding: 24px; text-align: center; }
.ac-icon { width: 44px; height: 44px; background: rgba(45,106,79,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.ac-icon svg { width: 20px; height: 20px; color: var(--green); }
.ac strong { display: block; font-family: 'Libre Baskerville', serif; font-size: 1.6rem; color: var(--green-dark); }
.ac span { font-size: .75rem; color: var(--text-light); }

.ingredients-sec { padding: 80px 0; background: var(--cream); }
.ing-list { display: flex; flex-direction: column; gap: 24px; }
.il-item { background: var(--white); border-radius: var(--radius); padding: 28px; display: grid; grid-template-columns: 40px 44px 1fr; gap: 16px; align-items: start; box-shadow: 0 2px 12px rgba(45,106,79,.06); position: relative; overflow: hidden; }
.il-num { font-family: 'Libre Baskerville', serif; font-size: 2rem; font-weight: 700; color: rgba(45,106,79,.12); line-height: 1; }
.il-icon { width: 44px; height: 44px; background: rgba(45,106,79,.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.il-icon svg { width: 20px; height: 20px; color: var(--green); }
.il-body h3 { font-size: 1rem; color: var(--green-dark); margin-bottom: 4px; }
.il-dose { font-size: .75rem; font-weight: 700; color: var(--gold); margin-bottom: 8px; }
.il-body p { font-size: .85rem; color: var(--text-light); }
.il-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--cream-dark); }
.il-fill { height: 100%; background: linear-gradient(90deg, var(--green), var(--green-light)); border-radius: 2px; }

.green-strip { background: var(--green-dark); padding: 20px 0; }
.gs-inner { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.gs-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.85); font-size: .82rem; font-weight: 500; padding: 8px 24px; }
.gs-item svg { width: 16px; height: 16px; color: var(--green-light); }
.gs-sep { width: 1px; height: 24px; background: rgba(255,255,255,.15); }

.results-sec { padding: 80px 0; background: var(--white); }
.timeline { display: flex; flex-direction: column; gap: 0; }
.tl-item { display: grid; grid-template-columns: 80px 24px 1fr; gap: 0 16px; align-items: start; }
.tl-dot { background: var(--green); color: #fff; border-radius: 10px; padding: 8px 10px; text-align: center; margin-bottom: 0; }
.tl-dot span { display: block; font-family: 'Libre Baskerville', serif; font-size: 1.2rem; font-weight: 700; line-height: 1; }
.tl-dot small { font-size: .62rem; opacity: .85; }
.tl-dot-end { background: var(--gold); display: flex; align-items: center; justify-content: center; width: 80px; height: 52px; }
.tl-dot-end svg { width: 24px; height: 24px; }
.tl-line { width: 2px; background: linear-gradient(to bottom, var(--green), var(--green-light)); margin: 0 auto; min-height: 60px; }
.tl-last .tl-line { display: none; }
.tl-card { background: var(--cream); border-radius: var(--radius); padding: 20px 24px; margin-bottom: 16px; }
.tl-card h3 { font-size: .95rem; color: var(--green-dark); margin-bottom: 6px; }
.tl-card p { font-size: .85rem; color: var(--text-light); }

.reviews-sec { padding: 80px 0; background: var(--cream); }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rv { background: var(--white); border-radius: var(--radius); padding: 28px; box-shadow: 0 2px 12px rgba(45,106,79,.06); }
.rv-featured { background: var(--green-dark); color: #fff; }
.rv-featured p { color: rgba(255,255,255,.85); }
.rv-stars { display: flex; gap: 2px; margin-bottom: 12px; }
.rv-stars svg { width: 14px; height: 14px; color: var(--gold); fill: var(--gold); }
.rv p { font-size: .85rem; color: var(--text-light); margin-bottom: 16px; font-style: italic; }
.rv-author { display: flex; align-items: center; gap: 10px; }
.rv-av { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 700; color: #fff; flex-shrink: 0; }
.av-g { background: var(--green); }
.av-b { background: #3a7bd5; }
.av-p { background: #9b59b6; }
.rv-author strong { display: block; font-size: .85rem; color: var(--green-dark); }
.rv-featured .rv-author strong { color: #fff; }
.rv-author small { font-size: .72rem; color: var(--text-light); }
.rv-featured .rv-author small { color: rgba(255,255,255,.6); }

.order-sec { padding: 80px 0; background: var(--white); }
.order-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.ow-product img { border-radius: var(--radius); margin-bottom: 24px; }
.ow-details h3 { font-size: 1.4rem; color: var(--green-dark); margin-bottom: 4px; }
.ow-sub { font-size: .82rem; color: var(--text-light); margin-bottom: 16px; }
.ow-price-row { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.ow-price-row del { font-size: .9rem; color: var(--text-light); }
.ow-price-row strong { font-family: 'Libre Baskerville', serif; font-size: 2rem; color: var(--green-dark); }
.ow-badge { background: var(--gold); color: #fff; padding: 3px 10px; border-radius: 12px; font-size: .72rem; font-weight: 700; }
.ow-list { display: flex; flex-direction: column; gap: 8px; }
.ow-list div { display: flex; align-items: center; gap: 8px; font-size: .85rem; color: var(--text-light); }
.ow-list svg { width: 14px; height: 14px; color: var(--green); flex-shrink: 0; }
.ow-form-wrap { background: var(--cream); border-radius: 20px; padding: 32px; }
.ow-form-wrap h3 { font-size: 1.2rem; color: var(--green-dark); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.ow-form-wrap h3 svg { width: 18px; height: 18px; color: var(--green); }
.fg { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.fg label { font-size: .78rem; font-weight: 600; color: var(--green-dark); }
.fg input, .fg select, .fg textarea { padding: 10px 14px; border: 1.5px solid rgba(45,106,79,.2); border-radius: 8px; font-size: .88rem; font-family: 'Poppins', sans-serif; background: var(--white); color: var(--text); outline: none; transition: border-color .2s; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--green); }
.fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fg-check { flex-direction: row; align-items: flex-start; gap: 8px; }
.fg-check input { width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; accent-color: var(--green); }
.fg-check label { font-size: .78rem; color: var(--text-light); font-weight: 400; }
.fg-check a { color: var(--green); text-decoration: underline; }
.form-note { font-size: .72rem; color: var(--text-light); text-align: center; margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 4px; }
.form-note svg { width: 12px; height: 12px; }
.success-box { text-align: center; padding: 40px 20px; }
.success-box svg { width: 48px; height: 48px; color: var(--green); margin: 0 auto 16px; }
.success-box h3 { font-size: 1.4rem; color: var(--green-dark); margin-bottom: 8px; }
.success-box p { font-size: .88rem; color: var(--text-light); }

.guarantee-sec { padding: 64px 0; background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%); }
.guar-wrap { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.gw-icon { width: 80px; height: 80px; background: rgba(255,255,255,.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.gw-icon svg { width: 40px; height: 40px; color: #fff; }
.gw-text { flex: 1; }
.gw-text h2 { font-size: 1.6rem; color: #fff; margin-bottom: 8px; }
.gw-text p { font-size: .88rem; color: rgba(255,255,255,.8); }
.guarantee-sec .btn-vita { background: #fff; color: var(--green-dark); flex-shrink: 0; }
.guarantee-sec .btn-vita:hover { background: var(--cream); }

.faq-sec { padding: 80px 0; background: var(--cream); }
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 760px; margin: 0 auto; }
.faq-item { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: 0 2px 8px rgba(45,106,79,.06); }
.faq-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; background: none; border: none; cursor: pointer; font-family: 'Poppins', sans-serif; font-size: .9rem; font-weight: 600; color: var(--green-dark); text-align: left; gap: 12px; }
.faq-btn svg { width: 18px; height: 18px; color: var(--green); flex-shrink: 0; transition: transform .3s; }
.faq-item.open .faq-btn svg { transform: rotate(180deg); }
.faq-body { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.open .faq-body { max-height: 300px; }
.faq-body p { padding: 0 22px 18px; font-size: .85rem; color: var(--text-light); }

.contact-sec { padding: 80px 0; background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.cg-left p { font-size: .9rem; color: var(--text-light); margin-bottom: 28px; }
.contact-items { display: flex; flex-direction: column; gap: 16px; }
.ci { display: flex; align-items: flex-start; gap: 14px; }
.ci svg { width: 20px; height: 20px; color: var(--green); flex-shrink: 0; margin-top: 2px; }
.ci div { display: flex; flex-direction: column; gap: 2px; }
.ci strong { font-size: .9rem; color: var(--green-dark); }
.ci span, .ci a { font-size: .82rem; color: var(--text-light); }
.cg-right { background: var(--cream); border-radius: 20px; padding: 32px; }
.cg-right h3 { font-size: 1.2rem; color: var(--green-dark); margin-bottom: 20px; }

.footer { background: var(--green-dark); color: rgba(255,255,255,.7); padding: 64px 0 0; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.ft-logo { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.ft-logo svg { width: 18px; height: 18px; color: var(--green-light); }
.ft-logo span { font-family: 'Libre Baskerville', serif; font-size: 1rem; color: #fff; font-weight: 700; }
.ft-brand p { font-size: .8rem; line-height: 1.6; margin-bottom: 8px; }
.ft-legal { font-size: .72rem !important; opacity: .5; }
.ft-col h4 { font-size: .8rem; font-weight: 700; color: #fff; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.ft-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ft-col li { font-size: .8rem; display: flex; align-items: center; gap: 6px; }
.ft-col li svg { width: 12px; height: 12px; color: var(--green-light); flex-shrink: 0; }
.ft-col a { color: rgba(255,255,255,.6); transition: color .2s; }
.ft-col a:hover { color: var(--green-light); }
.cookie-manage-btn { background: none; border: none; color: rgba(255,255,255,.6); cursor: pointer; font-size: .8rem; font-family: 'Poppins', sans-serif; padding: 0; text-align: left; transition: color .2s; }
.cookie-manage-btn:hover { color: var(--green-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; }
.fb-inner { display: flex; flex-direction: column; gap: 4px; }
.fb-inner p { font-size: .72rem; color: rgba(255,255,255,.3); text-align: center; }

@media (max-width: 1024px) {
  .hero__grid, .about-grid, .order-wrap, .contact-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .hero__content h1 { font-size: 2rem; }
}
@media (max-width: 768px) {
  .nav { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--white); flex-direction: column; justify-content: center; align-items: center; gap: 32px; z-index: 99; }
  .nav.open { display: flex; }
  .nav a { font-size: 1.2rem; }
  .hamburger { display: block; z-index: 100; }
  .rev-grid { grid-template-columns: 1fr; }
  .il-item { grid-template-columns: 32px 40px 1fr; }
  .about-cards { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .guar-wrap { flex-direction: column; text-align: center; }
  .tl-item { grid-template-columns: 64px 16px 1fr; }
  .fg-row { grid-template-columns: 1fr; }
  .gs-sep { display: none; }
}
