/* WellNest Digital */
:root {
  --green: #2f6f4f;
  --green-dark: #23543c;
  --green-light: #eaf3ee;
  --cream: #faf7f0;
  --ink: #24312a;
  --muted: #6b7a71;
  --line: #e3ded2;
  --accent: #c96f3b;
  --wa: #25d366;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(36, 49, 42, 0.08);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.25; color: var(--green-dark); }
a { color: var(--green); }
img { max-width: 100%; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* header */
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.nav { display: flex; align-items: center; gap: 24px; padding: 14px 0; }
.logo { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; color: var(--green-dark); text-decoration: none; }
.logo span { color: var(--accent); }
.nav-links { display: flex; gap: 18px; margin-left: auto; align-items: center; }
.nav-links a { text-decoration: none; color: var(--ink); font-size: 0.95rem; }
.nav-links a:hover { color: var(--green); }
.cart-link { position: relative; }
#cart-badge { display: none; position: absolute; top: -8px; right: -12px; background: var(--accent); color: #fff; font-size: 0.7rem; min-width: 17px; height: 17px; border-radius: 9px; align-items: center; justify-content: center; padding: 0 4px; }

/* buttons */
.btn { display: inline-block; border: 0; cursor: pointer; text-decoration: none; text-align: center; font-size: 0.95rem; font-weight: 600; padding: 10px 18px; border-radius: 999px; transition: all .15s ease; }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-dark); }
.btn-outline { background: transparent; color: var(--green); border: 2px solid var(--green); }
.btn-outline:hover { background: var(--green-light); }
.btn-whatsapp { background: var(--wa); color: #fff; font-size: 1.05rem; }
.btn-whatsapp:hover { filter: brightness(0.93); }
.btn-lg { padding: 14px 26px; font-size: 1.02rem; }
.btn-block { display: block; width: 100%; }
.link-btn { background: none; border: 0; color: var(--muted); cursor: pointer; font-size: 1rem; }

/* hero */
.hero { background: linear-gradient(160deg, var(--green-light), #fff); padding: 70px 0 60px; }
.hero-inner { max-width: 720px; }
.hero h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); margin-bottom: 16px; }
.hero p { font-size: 1.1rem; color: var(--muted); margin-bottom: 26px; }
.hero .btn + .btn { margin-left: 12px; }
.badges { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; font-size: 0.88rem; color: var(--muted); }

/* sections */
.section { padding: 56px 0; }
.section-alt { background: #fff; }
.section h2 { font-size: 1.7rem; margin-bottom: 8px; }
.section .sub { color: var(--muted); margin-bottom: 30px; max-width: 640px; }

/* product grid */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow); }
.card-media { position: relative; background: linear-gradient(150deg, var(--green-light), #f2ede1); display: flex; align-items: center; justify-content: center; height: 150px; text-decoration: none; }
.card-icon { font-size: 3.2rem; }
.card-tag { position: absolute; top: 12px; left: 12px; background: var(--green-dark); color: #fff; font-size: 0.72rem; letter-spacing: .04em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { font-size: 1.08rem; margin-bottom: 6px; }
.card-body h3 a { color: var(--green-dark); text-decoration: none; }
.card-format { font-size: 0.8rem; color: var(--accent); font-weight: 600; margin-bottom: 8px; }
.card-short { font-size: 0.9rem; color: var(--muted); flex: 1; margin-bottom: 14px; }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price { font-size: 1.15rem; font-weight: 700; color: var(--green-dark); }
.price-wrap { display: flex; flex-direction: column; line-height: 1.3; }
.mrp { color: var(--muted); font-size: 0.82rem; font-weight: 400; }
.save-badge { display: inline-block; background: #fdeee3; color: var(--accent); font-size: 0.72rem; font-weight: 700; padding: 2px 8px; border-radius: 999px; width: fit-content; }
.detail-price .mrp { font-size: 1rem; margin: 0 6px; }
.detail-price .save-badge { font-size: 0.8rem; vertical-align: middle; }
.cart-savings { display: flex; justify-content: space-between; color: var(--accent); font-weight: 600; padding: 6px 4px 0; }
.sum-savings { color: var(--accent); font-weight: 600; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.step .num { display: inline-flex; width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: #fff; align-items: center; justify-content: center; font-weight: 700; margin-bottom: 12px; }
.step h3 { font-size: 1.05rem; margin-bottom: 6px; }
.step p { font-size: 0.9rem; color: var(--muted); }

/* product detail */
.detail-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 36px; margin: 40px 0; }
.detail-media { position: relative; background: linear-gradient(150deg, var(--green-light), #f2ede1); border-radius: var(--radius); min-height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 24px; }
.detail-icon { font-size: 5rem; }
.detail-format { font-size: 0.85rem; color: var(--muted); text-align: center; }
.detail-info h1 { font-size: 1.8rem; margin-bottom: 10px; }
.detail-price { font-size: 1.6rem; font-weight: 700; color: var(--green-dark); margin-bottom: 14px; }
.tax-note { font-size: 0.8rem; color: var(--muted); font-weight: 400; }
.lead { font-size: 1.05rem; color: var(--muted); margin-bottom: 20px; }
.detail-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.delivery-note { font-size: 0.9rem; background: var(--green-light); border-radius: 10px; padding: 12px 16px; color: var(--green-dark); }
.detail-section { margin: 36px 0; max-width: 760px; }
.detail-section h2 { font-size: 1.35rem; margin-bottom: 12px; }
.includes { list-style: none; }
.includes li { padding: 9px 0 9px 30px; position: relative; border-bottom: 1px dashed var(--line); }
.includes li:before { content: "✔"; position: absolute; left: 0; color: var(--green); }
.steps-inline { padding-left: 20px; }
.steps-inline li { margin: 8px 0; }
.how-strip { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }

/* cart + checkout */
.page-title { padding: 44px 0 8px; }
.cart-row { display: grid; grid-template-columns: 48px 1fr 70px 110px 30px; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; margin-bottom: 12px; }
.cart-icon { font-size: 1.8rem; }
.cart-name a { text-decoration: none; color: var(--green-dark); font-weight: 600; }
.cart-name small { display: block; color: var(--muted); }
.qty { width: 60px; padding: 6px; border: 1px solid var(--line); border-radius: 8px; text-align: center; }
.cart-price { text-align: right; font-weight: 700; }
.cart-total { display: flex; justify-content: space-between; font-size: 1.2rem; padding: 18px 4px; border-top: 2px solid var(--green-dark); margin-top: 18px; }
.empty { text-align: center; padding: 60px 0; }
.empty p { margin-bottom: 18px; color: var(--muted); }

.checkout-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 36px; margin: 30px 0 60px; }
.form-card, .summary-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.form-card h2, .summary-card h2 { font-size: 1.2rem; margin-bottom: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 0.88rem; font-weight: 600; margin-bottom: 5px; }
.field input, .field textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px; font: inherit; }
.field .hint { font-size: 0.78rem; color: var(--muted); margin-top: 4px; }
.sum-row { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; font-size: 0.93rem; border-bottom: 1px dashed var(--line); }
.sum-total { border-bottom: 0; border-top: 2px solid var(--green-dark); margin-top: 8px; font-size: 1.05rem; }
.pay-note { background: var(--green-light); border-radius: 10px; padding: 14px 16px; font-size: 0.88rem; color: var(--green-dark); margin: 16px 0; }

/* confirmation */
.confirm-head { text-align: center; padding: 50px 0 10px; }
.confirm-icon { font-size: 3rem; display: block; margin-bottom: 10px; }
.confirm-card, .confirm-summary { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; max-width: 640px; margin: 24px auto; }
.confirm-card .btn { margin-top: 18px; }
.confirm-alt { text-align: center; font-size: 0.88rem; color: var(--muted); margin-top: 14px; }

/* faq */
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 16px 20px; margin-bottom: 10px; }
.faq summary { cursor: pointer; font-weight: 600; color: var(--green-dark); }
.faq p { margin-top: 10px; color: var(--muted); font-size: 0.93rem; }

/* policy pages */
.policy { max-width: 760px; padding: 40px 0 70px; }
.policy h1 { margin-bottom: 6px; }
.policy .updated { color: var(--muted); font-size: 0.85rem; margin-bottom: 26px; }
.policy h2 { font-size: 1.2rem; margin: 26px 0 8px; }
.policy p, .policy li { color: #3c4a42; font-size: 0.95rem; }
.policy ul, .policy ol { padding-left: 22px; margin: 8px 0; }

/* footer */
.site-footer { background: var(--green-dark); color: #dfeae3; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; padding: 44px 0 30px; }
.site-footer h4 { color: #fff; margin-bottom: 12px; font-size: 1rem; }
.site-footer a { color: #cfe0d6; text-decoration: none; font-size: 0.9rem; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 8px; }
.footer-about { font-size: 0.9rem; color: #b9cfc2; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding: 16px 0; font-size: 0.82rem; color: #a8c1b2; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

@media (max-width: 820px) {
  .detail-grid, .checkout-grid, .footer-grid { grid-template-columns: 1fr; }
  .cart-row { grid-template-columns: 36px 1fr 60px; grid-template-rows: auto auto; }
  .cart-price { grid-column: 2; text-align: left; }
  .nav-links { gap: 12px; font-size: 0.88rem; flex-wrap: wrap; }
}
