/* styles-new.css
   Clean & modern wellness theme
   Mobile-first, responsive
*/

/* --- Reset / base --- */
:root{
  --bg: #ffffff;
  --muted: #6b7280;
  --accent: #3b82f6;
  --accent-2: #10b981;
  --dark: #0f172a;
  --card: #f8fafc;
  --radius: 12px;
  --max-width: 1180px;
  --container-padding: 16px;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}

*{box-sizing:border-box}
html,body{height:100%;margin:0;background:var(--bg);color:var(--dark);-webkit-font-smoothing:antialiased}
.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--container-padding)}

/* Utility */
.center{text-align:center}
.grid{display:grid;gap:20px}
.two-col{grid-template-columns:1fr;gap:24px}
@media(min-width:920px){.two-col{grid-template-columns:1fr 1fr}}

/* Buttons */
.btn{display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    /* border-radius: 10px; */
    text-decoration: none;
    font-weight: 600;
    border: 0;
    cursor: pointer; }
.btn.small{padding:8px 12px;font-size:14px;border-radius:8px}
.btn.primary{background:linear-gradient(90deg,var(--accent), #4f7ef1);color:#fff;box-shadow:0 6px 18px rgba(59,130,246,0.12)}
.btn.ghost{background: #00000073;
    border: 1px solid rgba(15, 23, 42, 0.06);
    color: #ffffff;
    margin-left: 10px;}
.btn.outline{background:transparent;border:1px solid rgba(15,23,42,0.08);padding:8px 12px}
.mt-30{margin-top:30px}

/* Header/Hero */
.hero{

    background: url(../images/banner-1.jpg) no-repeat;
    background-size: cover;
    height: 750px;
    padding: 100px 0;

}
.hero-copy {
background: #ffffff87;
    padding: 20px;
}


/* .hero{padding:28px 0 42px;background:linear-gradient(180deg,#fbfdff 0%, #f3f8ff 100%)} */
.hero-inner{display:grid;gap:18px;align-items:center}
@media(min-width:920px){.hero-inner{grid-template-columns:1fr 460px}}

.eyebrow{    display: inline-block;
    background: rgb(255 235 59 / 46%);
    color: #555502;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 17px; }
.hero-copy h1{font-size:55px;margin:6px 0 12px;line-height:1.05}
/* @media(min-width:920px){.hero-copy h1{font-size:38px}} */

.lead{    color: #212122;
    margin-bottom: 18px;
    background: #ffffff;
    padding: 20px 0;}

/* hero features */
.hero-features{display: flex
;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--muted);
    flex-wrap: wrap;
    margin-top: 20px; }
.hero-features li{background:#ffffff;padding:8px 12px;border-radius:999px;1px solid rgb(46 46 46 / 27%);font-size:14px}

/* hero media */
.hero-media{display:flex;flex-direction:column;gap:14px;align-items:center}
.device-mock{    background: linear-gradient(180deg, #fff, #f8fafc);
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 10px 30px rgb(2 6 23 / 39%);}
.device-mock img{max-width:320px;width:100%;display:block}
.trust-row{display:flex;gap:10px;margin-top:8px}
.trust-item{background:#fff;padding:8px 12px;border-radius:10px;border:1px solid rgba(15,23,42,0.04);font-size:13px;color:var(--muted)}

/* About */
.about{padding:36px 0}
.about-media img{width:100%;border-radius:12px;display:block}
.sub{color:var(--accent);font-weight:700}
.about-copy h2{margin:6px 0 8px;font-size:24px}
.about-copy p{color:var(--muted);line-height:1.6}

/* small grid features */
.small-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:18px}
@media(min-width:680px){.small-grid{grid-template-columns:repeat(3,1fr)}}
.feature{background:var(--card);padding:12px;border-radius:12px;display:flex;gap:12px;align-items:flex-start}
.feature img{width:44px;height:44px;object-fit:contain}

/* Benefits band */
.benefits.band{background:linear-gradient(0deg,#0f172a 0%, #0f172a 100%);color:#fff;padding:28px 0;margin-top:12px}
.benefit-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:12px}
@media(min-width:760px){.benefit-grid{grid-template-columns:repeat(3,1fr)}}
.benefit{background:transparent;padding:18px;border-radius:10px;text-align:center}

/* Products */
.products{padding:36px 0}
.section-title{margin-bottom:20px}
.section-title h2{font-size:22px;margin:0}
.section-title .muted{color:var(--muted);margin-top:8px}

/* product grid */
.product-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:540px){.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:920px){.product-grid{grid-template-columns:repeat(4,1fr)}}

.product-card{background:#fff;border-radius:12px;padding:12px;box-shadow:0 6px 20px rgba(2,6,23,0.04);display:flex;flex-direction:column;gap:12px}
.product-media{display:block;border-radius:8px;overflow:hidden;background:#fff;padding:12px}
.product-media img{display:block;width:100%;height:auto}
.product-body .brand{font-size:12px;color:var(--muted)}
.product-title{font-size:16px;margin:6px 0}
.price{font-weight:700;color:var(--dark)}
.actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}

/* Shop by goals */
.shop-goals{padding:32px 0}
.goal-grid{display:grid;grid-template-columns:1fr;gap:12px}
@media(min-width:600px){.goal-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:920px){.goal-grid{grid-template-columns:repeat(4,1fr)}}
.goal-card{display:block;padding:16px;background:linear-gradient(180deg,#fff,#fbfdff);border-radius:12px;text-align:center;text-decoration:none;color:var(--dark);box-shadow:0 6px 18px rgba(2,6,23,0.04)}
.goal-card img{max-width:76px;margin:0 auto 8px;display:block}

/* Testimonials */
.testimonials{padding:32px 0}
.testi-grid{display:grid;grid-template-columns:1fr;gap:12px}
@media(min-width:760px){.testi-grid{grid-template-columns:repeat(3,1fr)}}
.testi{background:var(--card);padding:16px;border-radius:12px}
.testi cite{display:block;margin-top:10px;color:var(--muted);font-size:14px}

/* FAQ */
.faq{padding:28px 0}
.faq-grid{display:grid;gap:12px}
details summary{cursor:pointer;padding:12px;background:#fff;border-radius:10px;list-style:none;font-weight:600}
details p{padding:12px;color:var(--muted);margin:0}

/* Newsletter band */
.newsletter.band{background:linear-gradient(90deg,#eef2ff,#ffffff);padding:22px 0;margin-top:12px}
.split{display:flex;flex-direction:column;gap:12px}
@media(min-width:760px){.split{flex-direction:row;align-items:center;justify-content:space-between}}
.newsletter-form{display:flex;gap:8px}
.newsletter-form input{padding:12px;border-radius:10px;border:1px solid rgba(15,23,42,0.06);min-width:220px}
.newsletter-form button{border-radius:10px;border:0}

@media(max-width:768px){
.hero {
    background: url(../images/banner-1.jpg) no-repeat;
    background-size: cover;
    height: auto;
    padding: 60px 0;
}
}

/* Footer note: footer.html will hold real footer; ensure it adapts */
/* footer {margin-top:18px} */

/* Small screens tweaks */
@media(max-width:420px){
  .hero-copy h1{font-size:22px}
  .device-mock img{max-width:200px}
}

.section-title .sub-title {
    position: relative;
    color: #ab902d;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
   
}
.section-title .title {
    color: #0b0b0c;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 27px;
    font-family:"Oswald", sans-serif;
}
.section-title p {
    font-size: 16px;
    line-height: 28px;
    color: #505050;
    font-family: 'Poppins', sans-serif;
}

/* Standalone Product Grid CSS */
.product-grid-section {
  padding: 50px 20px;
  background: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.product-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background: #fafafa;
  transition: all 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.product-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.product-info {
  margin-top: 15px;
}

.product-info .brand {
  display: block;
  color: #191919;
  font-size: 14px;
}

.product-info .title {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0;
  color: #222;
}

.product-info .price {
  font-size: 16px;
  font-weight: bold;
  color: #2f5249;
}

.product-actions {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.product-actions a {
  text-decoration: none;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
  transition: 0.3s;
}

.btn-view {
background: #e6bf20;
    color: #ffffff;
}

.btn-cart {
  background: #2f5249;
  color: #fff;
}

.btn-view:hover {
  background: #e6bf20;
}

.btn-cart:hover {
  background: #e6bf20;
}

.product-actions a:hover{
    color: #151514;
}

.btn-view:hover{
 color: #256c28;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .product-card {
    padding: 15px;
  }

  .product-info .title {
    font-size: 16px;
  }

  .product-info .price {
    font-size: 15px;
  }
}


