:root {
  --brand: #6ca3d9;
  --brand-dark: #4a7fb8;
  --cta: #d0151c;
  --cta-dark: #a80f15;
  --ink: #222222;
  --panel: #f8f7f9;
}

* { box-sizing: border-box; }
html, body { overflow-x: hidden; max-width: 100%; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Archivo, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1152px; margin: 0 auto; padding: 0 20px; }

/* Header */
header.site-header { background: var(--brand); color: #fff; }
.header-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; max-width: 1152px; margin: 0 auto;
}
.header-row .logo img { height: 34px; width: auto; }
nav.main-nav { display: flex; gap: 28px; font-weight: 700; font-size: 17px; }
nav.main-nav a:hover { opacity: .6; }
.nav-toggle { display: none; background: none; border: none; color: #fff; cursor: pointer; }
@media (max-width: 860px) {
  nav.main-nav { display: none; }
  .nav-toggle { display: block; }
}

/* Hero */
.hero { background: var(--brand); padding: 40px 0 60px; overflow: hidden; position: relative; }
.hero-row { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.hero-img { flex: 1 1 320px; display: flex; justify-content: center; min-width: 260px; }
.hero-img img { max-width: 320px; filter: drop-shadow(0 20px 40px rgba(0,0,0,.35)); }
.hero-copy { flex: 1 1 380px; text-align: center; }
.hero-copy h1 { color: #fff; font-size: 32px; font-weight: 800; line-height: 1.25; margin: 0 0 26px; }
@media (min-width: 860px) { .hero-copy { text-align: left; } .hero-copy h1 { font-size: 46px; } }
.hero-pill { position: absolute; bottom: 0; right: 0; width: 80px; opacity: .9; pointer-events: none; }
@media (min-width: 700px) { .hero-pill { width: 128px; } }

.btn-cta {
  display: inline-block; background: var(--cta); color: #fff; font-weight: 700; font-size: 18px;
  padding: 16px 34px; border-radius: 8px; border: none; cursor: pointer; transition: filter .15s ease;
}
.btn-cta:hover { filter: brightness(1.1); }

/* Promise bar */
.promise-bar { background: var(--brand); }
.promise-card { background: #fff; border-radius: 10px; padding: 24px; margin: 20px 0; }
.promise-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
@media (min-width: 700px) { .promise-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .promise-grid { grid-template-columns: repeat(4,1fr); } }
.promise-item { display: flex; align-items: center; gap: 16px; }
.promise-item svg { flex-shrink: 0; }
.promise-item h3 { font-size: 19px; font-weight: 700; margin: 0 0 4px; }
.promise-item p { font-size: 14px; margin: 0; color: #333; }

/* Ingredients teaser */
.ingredients-section { padding: 50px 0; }
.ingredients-row { display: flex; gap: 40px; align-items: center; flex-wrap: wrap; }
.ingredients-copy { flex: 1 1 320px; }
.ingredients-copy h3 { font-size: 28px; font-weight: 800; margin: 0 0 16px; }
.ingredients-copy p { font-size: 17px; line-height: 1.6; margin: 0; }
.ingredients-img { flex: 1 1 320px; }
.ingredients-img img { border-radius: 10px; }

/* Page header banner (sub-pages) */
.page-banner { background: var(--brand); padding: 40px 0; }
.page-banner h1 { color: #fff; font-size: 34px; font-weight: 800; text-align: center; margin: 0; }
@media (min-width: 700px) { .page-banner h1 { text-align: left; } }
.page-body { background: #fff; }
.page-content { padding: 40px 0 60px; }

/* Usage blocks */
.usage-intro { font-size: 16px; line-height: 1.6; padding: 0 0 20px; }
.usage-intro a { color: var(--brand-dark); text-decoration: underline; }
.usage-block {
  background: var(--panel); border-radius: 10px; padding: 20px; margin-bottom: 20px;
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.usage-block img { width: 100%; max-width: 220px; background: #fff; border-radius: 6px; padding: 10px; margin: 0 auto; }
.usage-block-text { flex: 1 1 260px; }
.usage-block-text h3 { font-size: 22px; font-weight: 700; margin: 0 0 10px; }
.usage-block-text p { font-size: 15px; margin: 0; }
.side-effects h4 { font-size: 20px; margin: 30px 0 14px; }
.side-effects ul { padding-left: 20px; font-size: 15px; line-height: 1.7; }

/* Ingredients page */
.ingredients-card { box-shadow: 0 4px 24px rgba(0,0,0,.08); border-radius: 10px; overflow: hidden; }
.ingredients-card-row { display: flex; flex-wrap: wrap; }
.ingredients-card-row > div { flex: 1 1 320px; }
.ingredients-card-row img { width: 100%; height: 100%; object-fit: cover; }
.ingredients-card-body { padding: 20px 24px; }
.ingredients-card-body .dosage { margin: 24px 0; font-size: 16px; line-height: 1.6; }
.ingredients-card-body .disclaimer { margin: 24px 0; font-size: 14px; color: #666; }

/* Returns / Contact content */
.legal-content { font-size: 15px; line-height: 1.7; }
.legal-content h2 { font-size: 20px; font-weight: 700; margin: 30px 0 12px; }
.legal-content .legal-title { font-size: 26px; margin: 0 0 6px; }
.legal-content .subtitle { font-weight: 700; color: var(--brand-dark); margin: 0 0 20px; letter-spacing: .3px; }
.legal-content p { margin: 0 0 14px; }
.legal-content a { color: var(--brand-dark); text-decoration: underline; }
.contact-box { background: var(--panel); border-radius: 10px; padding: 20px 24px; margin-bottom: 20px; }
.contact-box h3 { margin: 0 0 8px; font-size: 18px; }

/* Terms / privacy legal doc */
.terms-content ol.top-level { padding-left: 0; list-style: none; }
.terms-content ol.top-level > li { margin-bottom: 22px; }
.terms-content ol.top-level > li > strong.heading { display: block; font-size: 17px; margin-bottom: 8px; }
.terms-content ul { padding-left: 20px; margin: 8px 0; }
.terms-content ul li { margin-bottom: 10px; font-size: 15px; line-height: 1.65; }
.terms-content hr { border: none; border-top: 1px solid #e2e2e2; margin: 22px 0; }
.terms-content .imprint { margin-top: 30px; padding-top: 20px; border-top: 1px solid #e2e2e2; }
.terms-content .imprint h2 { font-size: 20px; margin-bottom: 14px; }

/* Checkout / sales page */
.sales-section { padding: 50px 0; }
.sales-section.alt { background: var(--panel); }
.sales-title { font-size: 30px; font-weight: 800; text-align: center; margin: 0 0 30px; }
.sales-intro { text-align: center; max-width: 720px; margin: 0 auto 30px; font-size: 17px; line-height: 1.6; }

.package-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 860px) { .package-grid { grid-template-columns: repeat(3,1fr); } }
.package-card { border: 2px solid #e2e2e2; border-radius: 12px; padding: 20px; position: relative; text-align: center; }
.package-card.popular { border-color: var(--cta); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.package-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--cta); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 20px; white-space: nowrap; }
.package-card img { max-width: 160px; margin: 10px auto 16px; }
.package-card h3 { font-size: 20px; margin: 0 0 4px; }
.package-card .subtitle-tag { color: var(--brand-dark); font-weight: 700; font-size: 13px; margin-bottom: 12px; }
.package-card ul { list-style: none; padding: 0; margin: 0 0 16px; text-align: left; font-size: 14px; line-height: 1.6; }
.package-card ul li { padding-left: 22px; position: relative; margin-bottom: 6px; }
.package-card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--cta); font-weight: 700; }
.package-card .btn-cta { width: 100%; padding: 12px; font-size: 15px; }

.issue-solution { display: grid; grid-template-columns: 1fr; gap: 30px; }
@media (min-width: 860px) { .issue-solution { grid-template-columns: 1fr 1fr; } }
.issue-solution h3 { font-size: 20px; margin: 0 0 14px; }
.issue-solution ul { list-style: none; padding: 0; margin: 0; }
.issue-solution li { margin-bottom: 14px; font-size: 15px; line-height: 1.6; }

.feature-row { display: grid; grid-template-columns: 1fr; gap: 26px; text-align: center; }
@media (min-width: 700px) { .feature-row { grid-template-columns: repeat(3,1fr); } }
@media (min-width: 900px) { .feature-row.cols-4 { grid-template-columns: repeat(4,1fr); } }
.feature-row h3 { font-size: 18px; margin: 0 0 8px; }
.feature-row p { font-size: 14px; margin: 0; color: #444; }

.review-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 700px) { .review-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .review-grid { grid-template-columns: repeat(3,1fr); } }
.review-card { background: #fff; border-radius: 10px; padding: 18px 20px; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.review-card .stars { color: #f5b400; margin-bottom: 8px; }
.review-card p.quote { font-size: 14px; line-height: 1.55; margin: 0 0 10px; }
.review-card .author { font-size: 13px; font-weight: 700; }
.review-card .city { font-size: 12px; color: #777; }

.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #e2e2e2; padding: 16px 0; }
.faq-item summary { font-weight: 700; font-size: 16px; cursor: pointer; }
.faq-item p { margin: 12px 0 0; font-size: 15px; line-height: 1.6; }

.center-cta { text-align: center; margin-top: 34px; }

/* Footer */
footer.site-footer { background: var(--ink); color: #fff; }
.footer-row {
  display: flex; flex-direction: column; gap: 30px; padding: 40px 0;
  justify-content: space-between;
}
@media (min-width: 860px) { .footer-row { flex-direction: row; align-items: flex-end; } }
.footer-brand { max-width: 560px; }
.footer-brand img { height: 30px; filter: invert(1) brightness(2); margin-bottom: 16px; }
.footer-brand p { font-size: 12px; line-height: 1.6; color: #d5d5d5; margin: 0 0 10px; }
.footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.footer-links a { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #fff; }
.footer-links a:hover { color: var(--brand); }
