:root{
  --nsp-green:#116b5d;
  --nsp-green-2:#1f8a72;
  --nsp-lime:#92c83e;
  --nsp-ink:#102033;
  --nsp-muted:#5d6b78;
  --nsp-bg:#f4f8f6;
  --nsp-card:#ffffff;
  --nsp-line:rgba(16,32,51,.11);
  --nsp-shadow:0 24px 70px rgba(16,32,51,.13);
  --nsp-shadow-soft:0 14px 34px rgba(16,32,51,.08);
  --nsp-radius:28px;
}

html{scroll-behavior:smooth;}
body.natr-modern{
  margin:0;
  color:var(--nsp-ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(146,200,62,.14), transparent 28rem),
    radial-gradient(circle at 90% 18%, rgba(17,107,93,.12), transparent 30rem),
    linear-gradient(180deg,#fff 0%,var(--nsp-bg) 100%);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:17px;
  line-height:1.68;
  overflow-x:hidden;
}
body.natr-modern *{box-sizing:border-box;}
body.natr-modern a{color:var(--nsp-green);text-decoration:none;font-weight:700;}
body.natr-modern a:hover{color:var(--nsp-green-2);text-decoration:none;}
body.natr-modern .container{max-width:1180px;width:100%;}
body.natr-modern img{max-width:100%;height:auto;}

/* Menu */
body.natr-modern #menu-toggle{
  z-index:1100;
  position:fixed;
  top:18px;
  right:18px;
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border-radius:18px;
  background:rgba(255,255,255,.92);
  color:var(--nsp-green);
  box-shadow:0 16px 34px rgba(16,32,51,.18);
  border:1px solid rgba(255,255,255,.72);
}
body.natr-modern #menu-toggle:hover{background:#fff;color:var(--nsp-green-2);}
body.natr-modern #menu-close{
  margin:14px;
  border-radius:16px;
  background:#fff;
  color:var(--nsp-green);
  box-shadow:none;
}
body.natr-modern #sidebar-wrapper{
  background:linear-gradient(180deg,#0e443b 0%,#102033 100%);
  box-shadow:-20px 0 60px rgba(0,0,0,.25);
}
body.natr-modern .sidebar-nav{width:300px;padding:72px 12px 22px;}
body.natr-modern .sidebar-nav li{line-height:1.25;text-indent:0;margin:2px 0;}
body.natr-modern .sidebar-nav li a,
body.natr-modern .sidebar-nav li b{
  display:block;
  padding:11px 14px;
  border-radius:14px;
  color:rgba(255,255,255,.78);
  font-weight:800;
}
body.natr-modern .sidebar-nav li a:hover{background:rgba(255,255,255,.12);color:#fff;}

/* Header */
body.natr-modern .header{
  display:flex;
  align-items:center;
  min-height:100vh;
  height:auto;
  padding:96px 18px 76px;
  background:
    linear-gradient(135deg,rgba(12,59,51,.88),rgba(17,107,93,.72)),
    url(../img/bg.webp) no-repeat center center/cover;
  position:relative;
  overflow:hidden;
}
body.natr-modern .header:before,
body.natr-modern .header:after{
  content:"";
  position:absolute;
  pointer-events:none;
  border-radius:999px;
}
body.natr-modern .header:before{width:520px;height:520px;right:-170px;top:-150px;background:rgba(255,255,255,.12);}
body.natr-modern .header:after{width:420px;height:420px;left:-180px;bottom:-160px;background:rgba(146,200,62,.18);}
body.natr-modern .text-vertical-center{
  display:block;
  width:min(1120px,100%);
  margin:0 auto;
  opacity:1;
  position:relative;
  z-index:2;
}
body.natr-modern .header .text-vertical-center:before{
  content:"Nature's Sunshine Products";
  display:inline-flex;
  margin:0 auto 18px;
  padding:9px 15px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(255,255,255,.13);
  color:#fff;
  font-weight:900;
  letter-spacing:.02em;
}
body.natr-modern .header iframe{
  width:min(980px,100%)!important;
  height:auto!important;
  aspect-ratio:16/9;
  border-radius:30px;
  box-shadow:0 32px 90px rgba(0,0,0,.35);
  background:#000;
  overflow:hidden;
  margin-bottom:24px;
}
body.natr-modern .btn,
body.natr-modern .btn-dark,
body.natr-modern .btn-light{
  border:0;
  border-radius:999px;
  padding:13px 20px;
  font-weight:900;
  line-height:1.15;
  white-space:normal;
  box-shadow:0 14px 30px rgba(16,32,51,.14);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;
}
body.natr-modern .btn:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(16,32,51,.18);}
body.natr-modern .btn-dark{background:linear-gradient(135deg,var(--nsp-green),var(--nsp-green-2));color:#fff!important;}
body.natr-modern .btn-light{background:#fff;color:var(--nsp-green)!important;}
body.natr-modern .header .btn{margin:6px;min-width:240px;}

/* Sections */
body.natr-modern section,
body.natr-modern aside.callout,
body.natr-modern aside.call-to-action,
body.natr-modern footer{position:relative;}
body.natr-modern .about,
body.natr-modern .about2,
body.natr-modern .portfolio,
body.natr-modern .services,
body.natr-modern .call-to-action,
body.natr-modern footer{padding:76px 0;}
body.natr-modern .about .col-lg-12,
body.natr-modern .about2 .col-lg-12,
body.natr-modern .portfolio .col-lg-10,
body.natr-modern footer .col-lg-10{
  border:1px solid var(--nsp-line);
  border-radius:var(--nsp-radius);
  background:rgba(255,255,255,.94);
  box-shadow:var(--nsp-shadow-soft);
  padding:36px!important;
}
body.natr-modern h2{
  margin:0 0 22px;
  color:var(--nsp-ink);
  font-size:clamp(30px,4vw,48px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:950;
}
body.natr-modern .lead,
body.natr-modern p.lead,
body.natr-modern p[align="justify"]{
  font-size:17px;
  line-height:1.78;
  color:#344454;
}
body.natr-modern .citata{
  margin:24px 0 28px;
  padding:22px 24px;
  border-left:5px solid var(--nsp-lime);
  border-radius:22px;
  background:#f7fbef;
  color:#3b4b58;
  font:inherit;
  line-height:1.75;
}
body.natr-modern hr.small{border:0;height:4px;width:90px;max-width:90px;background:var(--nsp-lime);border-radius:999px;margin:18px auto 28px;}

/* Video grid and responsive media */
body.natr-modern iframe{
  max-width:100%;
}
body.natr-modern .about iframe[width="250"]{
  display:inline-block;
  width:calc(25% - 14px)!important;
  min-width:230px;
  height:auto!important;
  aspect-ratio:16/9;
  margin:7px;
  border-radius:20px;
  box-shadow:var(--nsp-shadow-soft);
  background:#000;
}
body.natr-modern .callout{
  display:flex;
  align-items:center;
  min-height:auto;
  height:auto;
  padding:78px 16px;
  background:
    linear-gradient(135deg,rgba(16,32,51,.92),rgba(17,107,93,.84)),
    url(../img/callout.webp) no-repeat center center/cover;
}
body.natr-modern .callout iframe,
body.natr-modern .about2 iframe,
body.natr-modern .portfolio iframe{
  display:block;
  width:min(1020px,100%)!important;
  height:auto!important;
  aspect-ratio:16/9;
  margin:22px auto;
  border-radius:26px;
  box-shadow:var(--nsp-shadow);
  background:#000;
}

/* Services */
body.natr-modern .services{
  background:
    radial-gradient(circle at 0% 0%,rgba(146,200,62,.18),transparent 25rem),
    linear-gradient(135deg,#0f5d52,#102033)!important;
  color:#fff;
}
body.natr-modern .services h2{color:#fff;}
body.natr-modern .service-item{
  min-height:280px;
  padding:28px 18px;
  border-radius:26px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(10px);
  box-shadow:0 18px 45px rgba(0,0,0,.14);
}
body.natr-modern .service-item .fa-stack{color:#fff;}
body.natr-modern .service-item .text-primary{color:var(--nsp-green)!important;}
body.natr-modern .service-item h4{font-size:20px;margin:10px 0;color:#fff;}
body.natr-modern .service-item p{color:rgba(255,255,255,.85);min-height:44px;}
body.natr-modern .service-item .btn{box-shadow:none;}

/* CTA */
body.natr-modern .call-to-action{
  background:linear-gradient(135deg,var(--nsp-green),#0f7e72)!important;
  color:#fff;
}
body.natr-modern .call-to-action .btn{margin:8px;min-width:245px;}
body.natr-modern footer{
  background:#fff;
}
body.natr-modern footer .col-lg-10{background:linear-gradient(180deg,#fff,#f8fbfa);}
body.natr-modern footer h4{font-size:22px;margin-bottom:12px;}
body.natr-modern .list-inline img{border-radius:50%;box-shadow:0 8px 18px rgba(16,32,51,.12);}

/* Fixed mobile actions */
body.natr-modern .mobile-quick-actions{display:none;}

@media (max-width:991px){
  body.natr-modern .about iframe[width="250"]{width:calc(50% - 18px)!important;}
  body.natr-modern .service-item{min-height:auto;margin-bottom:22px;}
}
@media (max-width:767px){
  body.natr-modern{font-size:16px;padding-bottom:76px;}
  body.natr-modern .header{min-height:auto;padding:82px 14px 54px;}
  body.natr-modern .header iframe{border-radius:20px;}
  body.natr-modern .header .btn,
  body.natr-modern .call-to-action .btn{display:flex;width:100%;align-items:center;justify-content:center;margin:8px 0;}
  body.natr-modern .about,
  body.natr-modern .about2,
  body.natr-modern .portfolio,
  body.natr-modern .services,
  body.natr-modern .call-to-action,
  body.natr-modern footer{padding:48px 0;}
  body.natr-modern .about .col-lg-12,
  body.natr-modern .about2 .col-lg-12,
  body.natr-modern .portfolio .col-lg-10,
  body.natr-modern footer .col-lg-10{padding:24px!important;border-radius:22px;}
  body.natr-modern .about iframe[width="250"]{display:block;width:100%!important;min-width:0;margin:12px 0;border-radius:18px;}
  body.natr-modern .lead,
  body.natr-modern p.lead,
  body.natr-modern p[align="justify"]{font-size:16px;line-height:1.72;}
  body.natr-modern .mobile-quick-actions{
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:1050;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    padding:8px;
    border-radius:22px;
    background:rgba(255,255,255,.96);
    box-shadow:0 16px 45px rgba(16,32,51,.22);
    border:1px solid var(--nsp-line);
  }
  body.natr-modern .mobile-quick-actions a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    border-radius:16px;
    background:#f1f7f5;
    color:var(--nsp-green);
    font-size:13px;
    font-weight:950;
  }
  body.natr-modern .mobile-quick-actions a:nth-child(2){background:var(--nsp-lime);color:#1b320c;}
}
@media (max-width:420px){
  body.natr-modern h2{font-size:29px;}
  body.natr-modern .citata{padding:18px;}
}
