
/* Reindex-ready visual polish: keeps original content/reviews/photos intact while changing the layout feel. */
:root{
  --ns-dark:#0b1220;
  --ns-ink:#111827;
  --ns-gold:#f59e0b;
  --ns-gold-2:#ffcc45;
  --ns-soft:#f8fafc;
  --ns-line:rgba(15,23,42,.12);
}
html{scroll-padding-top:90px;}
body{background:#fff;color:var(--ns-ink);}
.neuro-sharp-navbar{box-shadow:0 10px 28px rgba(15,23,42,.10);backdrop-filter:saturate(140%) blur(8px);} 
.neuro-sharp-top-section{
  background:radial-gradient(circle at 15% 10%,rgba(255,204,69,.20),transparent 28%),linear-gradient(135deg,#08111f 0%,#111827 50%,#172554 100%) !important;
  color:#fff;
  padding-top:120px;
  padding-bottom:70px;
  overflow:hidden;
}
.neuro-sharp-top-section .neuro-sharp-section-title,
.neuro-sharp-top-section .neuro-sharp-text{color:#fff !important;}
.neuro-sharp-top-section .neuro-sharp-text-wrap{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 24px 60px rgba(0,0,0,.28);
  border-radius:28px;
  padding:34px;
}
.neuro-sharp-top-section img{filter:drop-shadow(0 28px 38px rgba(0,0,0,.35)); transform:scale(1.03);} 
.btn.btn-warning,.neuro-sharp-section-btn .btn-warning{
  background:linear-gradient(135deg,var(--ns-gold-2),var(--ns-gold)) !important;
  border:0 !important;
  color:#111827 !important;
  font-weight:800 !important;
  border-radius:999px !important;
  padding:14px 26px !important;
  box-shadow:0 14px 28px rgba(245,158,11,.32);
  text-transform:uppercase;
  letter-spacing:.02em;
}
.btn.btn-warning:hover,.neuro-sharp-section-btn .btn-warning:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(245,158,11,.42);} 
.neuro-sharp-section{padding-top:52px;padding-bottom:52px;}
.neuro-sharp-section-title{letter-spacing:-.02em;}
#neuro-sharp-customer-review{
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
}
#neuro-sharp-customer-review .title{margin-bottom:18px;}
.neuro-sharp-reviews-one .item{
  background:#fff;
  border:1px solid var(--ns-line);
  border-radius:26px;
  margin:22px auto;
  padding:22px;
  box-shadow:0 18px 45px rgba(15,23,42,.10);
  max-width:1120px;
}
.neuro-sharp-reviews-one .item:nth-child(even){background:linear-gradient(180deg,#fff 0%,#fffbeb 100%);} 
.neuro-sharp-reviews-one .neuro-sharp-image-wrap img{
  border-radius:22px;
  width:100%;
  box-shadow:0 16px 32px rgba(15,23,42,.18);
}
.neuro-sharp-reviews-one .card-box{padding:12px 12px 12px 22px;}
.neuro-sharp-reviews-one h3{color:#0f172a !important;}
.neuro-sharp-reviews-one .card-subtitle{color:#92400e !important;}
#why-choose-neuro-sharp .neuro-sharp-item-wrap,
#neuro-sharp-ingredients .neuro-sharp-item-wrap,
#neuro-sharp-benefits .neuro-sharp-item-wrap{
  border-radius:24px;
  border:1px solid var(--ns-line);
  box-shadow:0 12px 30px rgba(15,23,42,.08);
  height:100%;
}
#neuro-sharp-pricing .item,
.neuro-sharp-pricing .item,
.neuro-sharp-pricing-section .item{
  border-radius:26px !important;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(15,23,42,.12);
}
#neuro-sharp-pages{background:#f8fafc;}
.neuro-sharp-footer-section{background:#070d18 !important;}
.neuro-sharp-footer-section a{text-decoration:underline;}
.schema-data{display:none;}
img{max-width:100%;height:auto;}
@media(max-width:767px){
  .neuro-sharp-top-section{padding-top:98px;padding-bottom:42px;}
  .neuro-sharp-top-section .neuro-sharp-text-wrap{padding:24px;border-radius:22px;}
  .neuro-sharp-reviews-one .card-box{padding:18px 4px 4px;}
  .neuro-sharp-reviews-one .item{padding:16px;border-radius:22px;}
}
