.home #content,
.home .content-area,
.home main,
.home .site-content,
.home .ns-page-wrap,
.home .container,
.home article,
.home .entry-content{
  max-width:100% !important;width:100% !important;padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;
}
.home .entry-title,
.home .page-title,
.home .page-header{display:none !important;}

:root{--pink:#E91E8C;--yellow:#FFE600;--lime:#B8F500;--blue:#00C2FF;--purple:#8C00FF;--teal:#00D4C3;--dark:#0A1628;--white:#FFFFFF;--grey:#FAFAFA;--text-grey:#555555;}

#ns-home{font-family:'Plus Jakarta Sans',sans-serif;color:var(--dark);line-height:1.5;box-sizing:border-box;width:100%;position:relative;max-width:100%;overflow-x:hidden}
#ns-home section{margin:0 !important;width:100%;position:relative}
#ns-home *{box-sizing:border-box}
#ns-home .mix-box>*{margin-top:0}
#ns-home img{max-width:100%;display:block}
#ns-home a{text-decoration:none;color:inherit}

#ns-home .wrap{max-width:1280px;margin:0 auto;padding:0 24px}
#ns-home .btn{display:inline-flex;align-items:center;justify-content:center;font-weight:800;border:none;cursor:pointer;border-radius:8px;transition:transform .2s,filter .2s;font-family:inherit}
#ns-home .btn:hover{transform:scale(1.02);filter:brightness(.93)}
#ns-home .btn-pink{background:var(--pink);color:#fff}
#ns-home .btn-white{background:#fff;color:var(--dark)}
#ns-home .btn-teal{background:var(--teal);color:var(--dark)}
#ns-home .dummy{background:repeating-linear-gradient(45deg,#e9e9e9,#e9e9e9 12px,#f4f4f4 12px,#f4f4f4 24px);display:flex;align-items:center;justify-content:center;color:#999;font-size:12px;font-weight:700;text-align:center;letter-spacing:.5px}

/* ===== shared spark decoration ===== */
#ns-home .ns-spark{width:38px;height:38px;flex:0 0 auto}
#ns-home .ns-spark line{stroke:var(--pink);stroke-width:3.4;stroke-linecap:round}

/* ===== HERO ===== */
#ns-home .hero{position:relative;height:88vh;min-height:560px;overflow:hidden;background:var(--dark)}
#ns-home .hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s,visibility .8s;display:flex;align-items:flex-end;justify-content:flex-start;pointer-events:none}
#ns-home .hero-slide.active{opacity:1;visibility:visible;pointer-events:auto}
#ns-home .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center right;z-index:0}
/* slide 1 photo: brighter, cleaner, cropped a little higher to show face + upper body */
#ns-home .hero-bg.b1{object-position:78% 52%;filter:brightness(1.12) contrast(1.02) saturate(1.05)}
/* Summer Starter Pack poster â€” designed graphic: show WHOLE poster (contain), never crop. Pink bg blends any margin. */
#ns-home .hero-slide.s-starter{background:linear-gradient(160deg,#F0248C 0%,#D20F62 100%)}
#ns-home .hero-slide.s-starter .hero-bg{object-fit:contain;object-position:center}
#ns-home .hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(0deg, rgba(8,16,30,0.85) 0%, rgba(8,16,30,0.45) 30%, rgba(8,16,30,0) 60%)}
/* slide 1 overlay: lighter, fresher, just enough to keep text legible bottom-left */
#ns-home .hero-slide.s1 .hero-overlay{background:linear-gradient(0deg, rgba(8,16,30,0.6) 0%, rgba(8,16,30,0.24) 26%, rgba(8,16,30,0) 50%)}
/* text block pinned to the LEFT */
#ns-home .hero-content{position:relative;z-index:2;max-width:100%;width:100%;margin:0 auto;padding:0 5% 58px 5%;display:flex;justify-content:flex-start}
#ns-home .hero-text{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:540px}
#ns-home .hero-h1{font-size:52px;font-weight:900;line-height:1.08;color:#fff !important;margin:0 0 14px 0;letter-spacing:-.5px;text-shadow:0 2px 18px rgba(0,0,0,.55)}
#ns-home .hero-sub{font-size:20px;font-weight:600;color:#fff !important;margin:0 0 26px 0;opacity:.97;line-height:1.45;text-shadow:0 2px 14px rgba(0,0,0,.5)}
#ns-home .hero-cta{height:56px;width:auto;min-width:300px;padding:0 36px;font-size:16px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 6px 22px rgba(233,30,140,0.4)}
#ns-home .hero-price{font-size:14px;color:#fff !important;margin-top:14px;opacity:.92;text-shadow:0 2px 12px rgba(0,0,0,.5)}
#ns-home .hero-tag{font-size:13px;color:#fff !important;margin-top:8px;font-style:italic;opacity:.75;text-shadow:0 2px 12px rgba(0,0,0,.5)}
/* slides â€” CTA dropped into the framed box (bottom-left). Tweak --cta-x / --cta-y to nudge onto the box. */
#ns-home .hero-slide.baked .hero-content{padding:0;display:block}
#ns-home .hero-ctabox{position:absolute;left:var(--cta-x,6%);bottom:20%;display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-width:420px}
#ns-home .hero-ctabox .hero-cta{text-transform:none;min-width:0}
#ns-home .hero-ctabox .hero-price{margin-top:0}
/* centered CTA (used by the Summer Starter Pack poster slide) */
#ns-home .hero-ctabox.center{left:50%;right:auto;transform:translateX(-50%);align-items:center;text-align:center;bottom:7%;max-width:90%}
#ns-home .hero-arrows{position:absolute;bottom:30px;right:30px;z-index:3;display:flex;gap:10px}
#ns-home .hero-arrow{width:44px;height:44px;border-radius:50%;background:rgba(0,0,0,.35);color:#fff;border:none;font-size:18px;cursor:pointer;backdrop-filter:blur(4px);transition:background .2s}
#ns-home .hero-arrow:hover{background:var(--pink)}
#ns-home .hero-dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:3;display:flex;gap:8px}
#ns-home .hero-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer}
#ns-home .hero-dot.active{background:#fff;width:24px;border-radius:5px}

/* ===== STARTER ===== */
#ns-home .starter{background:var(--grey) !important;padding:56px 0}
#ns-home .sec-head{text-align:center;margin-bottom:40px}
#ns-home .sec-title{font-size:44px;font-weight:800;text-transform:uppercase;line-height:1.1}
#ns-home .sec-sub{font-size:17px;color:var(--text-grey);margin-top:12px;min-height:3.4em}
#ns-home .tabs{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}
#ns-home .tab{background:var(--dark);color:#fff;font-size:13px;font-weight:600;text-transform:uppercase;padding:10px 18px;border-radius:20px;cursor:pointer;border:none}
#ns-home .tab.active{background:#fff;color:var(--dark);box-shadow:0 2px 12px rgba(0,0,0,.12)}
#ns-home .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}
#ns-home .card{background:#fff;border:1px solid #ddd;border-radius:16px;padding:20px;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}
#ns-home .card:hover{transform:scale(1.02);box-shadow:0 8px 28px rgba(0,0,0,.1)}
#ns-home .card-badge{align-self:flex-start;font-size:11px;font-weight:800;padding:5px 12px;border-radius:20px;margin-bottom:14px;text-transform:uppercase}
#ns-home .card-img{aspect-ratio:1;border-radius:12px;margin-bottom:14px;overflow:hidden}
#ns-home .card-img img{width:100%;height:100%;object-fit:cover}
#ns-home .card-stars{color:#F59E0B;font-size:14px;margin-bottom:8px}
#ns-home .card-name{font-size:18px;font-weight:800;margin-bottom:6px}
#ns-home .card-desc{font-size:13px;color:var(--text-grey);margin-bottom:14px;flex-grow:1}
#ns-home .card-price{font-size:26px;font-weight:800;color:var(--pink);margin-bottom:4px}
#ns-home .card-regular{font-size:15px;color:#999;text-decoration:line-through;margin-bottom:2px}
#ns-home .card-perunit{font-size:12px;color:#777;margin-bottom:10px}
#ns-home .card-save{display:inline-block;background:var(--pink);color:#fff;font-size:11px;font-weight:800;padding:4px 10px;border-radius:6px;margin-bottom:12px}
#ns-home .card-cta{height:44px;width:100%;font-size:14px;margin-bottom:8px}
#ns-home .card-note{font-size:11px;color:#999;text-align:center}
#ns-home .card.duo{background:#FFFDE0;border:2px solid var(--pink)}
#ns-home .card.featured{background:var(--dark);border:2px solid var(--pink);transform:scale(1.03);box-shadow:0 8px 32px rgba(233,30,140,.25)}
#ns-home .card.featured:hover{transform:scale(1.05)}
#ns-home .card.featured .card-name{color:#fff}
#ns-home .card.featured .card-desc{color:#aaa}
#ns-home .card.featured .card-price{color:#fff;font-size:30px}
#ns-home .card.featured .card-cta{height:48px;font-size:15px}

/* ===== SUMMER STARTER PACK promo banner ===== */
#ns-home .sspack{background:#fff !important;padding:48px 0}
#ns-home .sspack-inner{max-width:1180px;margin:0 auto;padding:0 24px}
#ns-home .sspack-link{display:block;border-radius:22px;overflow:hidden;box-shadow:0 16px 44px rgba(233,30,140,.18);transition:transform .25s,box-shadow .25s;position:relative}
#ns-home .sspack-link:hover{transform:translateY(-4px);box-shadow:0 22px 54px rgba(233,30,140,.28)}
#ns-home .sspack-link img{width:100%;display:block}
#ns-home .sspack-cta{text-align:center;margin-top:26px}
#ns-home .sspack-cta a{display:inline-flex;align-items:center;justify-content:center;height:60px;padding:0 44px;background:var(--pink);color:#fff;font-weight:900;font-size:18px;text-transform:uppercase;letter-spacing:.5px;border-radius:12px;box-shadow:0 10px 28px rgba(233,30,140,.4);transition:transform .2s,filter .2s}
#ns-home .sspack-cta a:hover{transform:scale(1.03);filter:brightness(.96)}
#ns-home .sspack-note{margin-top:12px;font-size:13px;color:var(--text-grey);font-weight:700}

/* ===== MIX & MATCH (like ref photo 3) ===== */
#ns-home .mix{background:var(--dark) !important;color:#fff;padding:64px 0}
#ns-home .mix .sec-title{color:#fff !important;text-align:left}
#ns-home .mix .sec-sub{color:rgba(255,255,255,.75) !important;text-align:left;margin-bottom:8px}
#ns-home .mix-grid{display:grid;grid-template-columns:1.05fr .9fr;gap:48px;align-items:start;max-width:1120px;margin:28px auto 0}
#ns-home .mix-step{display:flex;align-items:center;gap:12px;margin:26px 0 14px}
#ns-home .mix-num{width:30px;height:30px;border-radius:50%;background:var(--pink);color:#fff;font-weight:800;font-size:15px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
#ns-home .mix-step-t{font-size:15px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}
#ns-home .mix-step-hint{font-size:13px;color:rgba(255,255,255,.6);margin:-4px 0 0 42px}
#ns-home .qty-pills{display:flex;gap:12px;margin-left:42px}
#ns-home .qty-pill{padding:0 22px;height:46px;border:2px solid rgba(255,255,255,.25);border-radius:24px;background:transparent;color:#fff;font-size:14px;font-weight:800;letter-spacing:.5px;cursor:pointer;transition:.2s}
#ns-home .qty-pill.active{background:var(--pink);border-color:var(--pink)}
#ns-home .flavor-cards{display:flex;flex-direction:column;gap:14px;margin-left:42px}
#ns-home .flavor-card{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:14px;border:2px solid;background:rgba(255,255,255,.03)}
#ns-home .flavor-card.straw{border-color:var(--pink)}
#ns-home .flavor-card.lime{border-color:var(--yellow)}
#ns-home .flavor-left{display:flex;align-items:center;gap:14px}
#ns-home .flavor-thumb{width:54px;height:54px;border-radius:10px;overflow:hidden;flex:0 0 auto;background:#fff}
#ns-home .flavor-thumb img{width:100%;height:100%;object-fit:cover}
#ns-home .flavor-name{font-size:16px;font-weight:800;color:#fff;line-height:1.2}
#ns-home .flavor-sub{font-size:12px;color:rgba(255,255,255,.55);margin-top:2px;letter-spacing:.5px}
#ns-home .flavor-ctrl{display:flex;align-items:center;gap:6px;background:#0d1a30;border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:4px}
#ns-home .flavor-card.straw .flavor-ctrl{border-color:rgba(233,30,140,.5)}
#ns-home .flavor-card.lime .flavor-ctrl{border-color:rgba(255,230,0,.5)}
#ns-home .flavor-btn{width:34px;height:34px;border:none;background:transparent;border-radius:50%;font-size:20px;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:.15s}
#ns-home .flavor-btn:hover{background:rgba(255,255,255,.12)}
#ns-home .flavor-qty{font-size:18px;font-weight:800;color:#fff;min-width:34px;text-align:center}
#ns-home .mix-selected{display:flex;align-items:center;gap:10px;margin:24px 0 0 42px;padding:14px 18px;border-radius:12px;background:rgba(255,255,255,.05);font-size:15px;font-weight:700}
#ns-home .mix-selected .gift{font-size:18px}
/* right visual column */
#ns-home .mix-visual{position:relative;display:flex;flex-direction:column;align-items:center;gap:22px;padding-top:18px}
#ns-home .mix-comic{position:absolute;top:-12px;right:0;width:140px;height:140px;display:flex;align-items:center;justify-content:center;z-index:3}
#ns-home .mix-comic-shape{position:absolute;inset:0;background:var(--dark);border:0;clip-path:polygon(50.0% 0.0%, 58.3% 10.9%, 70.3% 4.3%, 73.5% 17.6%, 87.2% 16.5%, 84.6% 30.0%, 97.6% 34.5%, 89.8% 45.8%, 99.7% 55.2%, 88.0% 62.4%, 93.3% 75.0%, 79.7% 76.8%, 79.4% 90.5%, 66.3% 86.5%, 60.4% 98.9%, 50.0% 90.0%, 39.6% 98.9%, 33.7% 86.5%, 20.6% 90.5%, 20.3% 76.8%, 6.7% 75.0%, 12.0% 62.4%, 0.3% 55.2%, 10.2% 45.8%, 2.4% 34.5%, 15.4% 30.0%, 12.8% 16.5%, 26.5% 17.6%, 29.7% 4.3%, 41.7% 10.9%);box-shadow:0 0 0 3px rgba(233,30,140,.0)}
#ns-home .mix-comic-txt{position:relative;z-index:2;text-align:center;line-height:1.05;font-weight:900;text-transform:uppercase}
#ns-home .mix-comic-txt span{display:block;font-size:11px;color:#fff;letter-spacing:.5px}
#ns-home .mix-comic-txt strong{display:block;font-size:17px;color:var(--pink);margin-top:2px}
#ns-home .mix-products{display:flex;gap:14px;justify-content:center;width:100%;margin-top:30px}
#ns-home .mix-prod{width:46%;max-width:170px;border-radius:14px;overflow:hidden;box-shadow:0 14px 36px rgba(0,0,0,.45)}
#ns-home .mix-prod img{width:100%;height:100%;object-fit:cover;display:block}
#ns-home .mix-buy{width:100%;background:var(--pink);border-radius:16px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;box-shadow:0 12px 30px rgba(233,30,140,.45);transition:transform .2s,filter .2s;user-select:none}
#ns-home .mix-buy:hover{transform:scale(1.02);filter:brightness(.96)}
#ns-home .mix-buy.disabled{opacity:.5;cursor:not-allowed;transform:none;filter:none;box-shadow:none}
#ns-home .mix-buy-label{font-size:16px;font-weight:900;color:#fff;line-height:1.15;text-align:left}
#ns-home .mix-buy-label .mix-gift{font-size:18px}
#ns-home .mix-buy-right{text-align:right;border-left:1px solid rgba(255,255,255,.35);padding-left:16px;flex:0 0 auto}
#ns-home .mix-buy-price{font-size:24px;font-weight:900;color:#fff;line-height:1}
#ns-home .mix-buy-per{font-size:11px;color:rgba(255,255,255,.85);margin-top:4px}

/* ===== WHY (like ref photo 4) ===== */
#ns-home .why{background:var(--yellow) !important;padding:64px 0;position:relative;overflow:hidden}
#ns-home .why::before{content:"";position:absolute;top:26px;left:26px;width:120px;height:90px;background-image:radial-gradient(rgba(10,22,40,.18) 2px,transparent 2px);background-size:14px 14px;opacity:.7}
#ns-home .why .why-title{font-size:42px;font-weight:900;color:var(--dark);text-align:center;line-height:1.12;max-width:760px;margin:0 auto}
#ns-home .why .why-title .hl{color:var(--pink)}
#ns-home .why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:46px}
#ns-home .why-card{position:relative;background:#fff;border-radius:18px;padding:30px 24px 40px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.06)}
#ns-home .why-iconwrap{position:relative;width:104px;height:104px;margin:0 auto 22px}
#ns-home .why-icon{width:104px;height:104px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:46px}
#ns-home .why-card.c1 .why-icon{background:#FCE3EF}
#ns-home .why-card.c2 .why-icon{background:#FFF6CC}
#ns-home .why-card.c3 .why-icon{background:#D9F3FF}
#ns-home .why-card.c4 .why-icon{background:#EFE3FF}
#ns-home .why-num{position:absolute;left:-6px;bottom:-4px;width:34px;height:34px;border-radius:9px;color:#fff;font-weight:900;font-size:16px;display:flex;align-items:center;justify-content:center}
#ns-home .why-card.c1 .why-num{background:var(--pink)}
#ns-home .why-card.c2 .why-num{background:#F5C400;color:var(--dark)}
#ns-home .why-card.c3 .why-num{background:var(--blue);color:var(--dark)}
#ns-home .why-card.c4 .why-num{background:var(--purple)}
#ns-home .why-card .why-cardtitle{font-size:21px;font-weight:900;color:var(--dark);line-height:1.2;margin-bottom:14px}
#ns-home .why-line{width:42px;height:4px;border-radius:2px;background:#F5C400;margin:0 auto 16px}
#ns-home .why-card .why-desc{font-size:14px;color:var(--text-grey);line-height:1.5}
#ns-home .why-card::after{content:"";position:absolute;left:22px;bottom:18px;width:50px;height:30px;background-size:9px 9px;opacity:.6;background-image:radial-gradient(currentColor 1.6px,transparent 1.6px)}
#ns-home .why-card.c1::after{color:var(--pink)}
#ns-home .why-card.c2::after{color:#F5C400}
#ns-home .why-card.c3::after{color:var(--blue)}
#ns-home .why-card.c4::after{color:var(--purple)}

/* ===== JAK UÅ»YWAJÄ„ / CLIENT TILES ===== */
#ns-home .tiles{background:#fff;padding:56px 0}
#ns-home .tiles .sec-head{text-align:center;margin-bottom:6px}
#ns-home .tiles .sec-title{font-size:40px;font-weight:900;text-transform:none}
#ns-home .tiles-underline{width:64px;height:4px;background:var(--pink);border-radius:2px;margin:16px auto 0}
#ns-home .tiles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:34px;width:100%}
#ns-home .tile{position:relative;display:block;aspect-ratio:9/16;overflow:hidden;background:linear-gradient(150deg,#1a2a44,#0A1628)}
#ns-home .tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:transform .45s ease}
#ns-home .tile:hover img{transform:scale(1.05)}
#ns-home .tile-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(to bottom,rgba(0,0,0,.18) 0%,rgba(0,0,0,0) 38%,rgba(8,16,30,.92) 100%)}
#ns-home .tile-cap{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:22px 22px 26px}
#ns-home .tile-label{font-size:18px;font-weight:900;letter-spacing:.6px;text-transform:uppercase;color:#fff}
#ns-home .tile-line{width:34px;height:3px;background:var(--pink);border-radius:2px;margin:10px 0 12px}
#ns-home .tile-quote{font-size:15px;font-style:italic;color:rgba(255,255,255,.92);line-height:1.35}

/* ===== INGREDIENTS / CO JEST W ÅšRODKU (like ref photo 5) ===== */
#ns-home .ingr{background:#fff !important;color:var(--dark);padding:64px 0;text-align:center}
#ns-home .ingr .ingr-titlewrap{display:flex;align-items:center;justify-content:center;gap:14px}
#ns-home .ingr .sec-title{color:var(--dark) !important;font-size:42px;font-weight:900}
#ns-home .ingr .sec-title .hl{color:var(--pink)}
#ns-home .ingr-sub{font-size:18px;color:var(--text-grey);margin:14px 0 40px;font-weight:600}
#ns-home .ingr-sub .hl{color:var(--pink);font-weight:800}
#ns-home .ingr-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:44px}
#ns-home .ingr-card{position:relative;background:#fff;border-radius:18px;padding:28px 20px 38px;box-shadow:0 10px 30px rgba(0,0,0,.08);overflow:hidden}
#ns-home .ingr-iconc{width:92px;height:92px;border-radius:50%;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;font-size:42px}
#ns-home .ingr-card.i1 .ingr-iconc{background:#E1F1FF}
#ns-home .ingr-card.i2 .ingr-iconc{background:#FFF6CC}
#ns-home .ingr-card.i3 .ingr-iconc{background:#FFE9D6}
#ns-home .ingr-card.i4 .ingr-iconc{background:#FCE3EF}
#ns-home .ingr-sym{font-size:30px;font-weight:900;margin-bottom:10px}
#ns-home .ingr-card.i1 .ingr-sym{color:var(--blue)}
#ns-home .ingr-card.i2 .ingr-sym{color:#E5B800}
#ns-home .ingr-card.i3 .ingr-sym{color:#FF7A1A}
#ns-home .ingr-card.i4 .ingr-sym{color:var(--pink)}
#ns-home .ingr-dash{width:26px;height:3px;border-radius:2px;background:#e3e3e3;margin:0 auto 12px}
#ns-home .ingr-ben{font-size:14px;color:var(--text-grey);line-height:1.45;position:relative;z-index:2}
#ns-home .ingr-card::after{content:"";position:absolute;left:0;right:0;bottom:0;height:30px;border-radius:50% 50% 0 0 / 24px 24px 0 0;z-index:1}
#ns-home .ingr-card.i1::after{background:linear-gradient(180deg,#9BD8FF,#4FB6FF)}
#ns-home .ingr-card.i2::after{background:linear-gradient(180deg,#FFE680,#FFD21A)}
#ns-home .ingr-card.i3::after{background:linear-gradient(180deg,#FFC07A,#FF8A2A)}
#ns-home .ingr-card.i4::after{background:linear-gradient(180deg,#FF9DCB,#F03B97)}
#ns-home .ingr-ctawrap{display:flex;align-items:center;justify-content:center;gap:14px}
#ns-home .ingr-cta{height:54px;padding:0 32px;background:var(--dark);color:#fff;letter-spacing:.5px;text-transform:uppercase;font-size:15px;border-radius:10px}

/* ===== FINAL CTA (like ref photo 6) ===== */
#ns-home .final{background:#F6F4FB !important;padding:64px 0 48px;text-align:center}
#ns-home .final .final-titlewrap{display:flex;align-items:center;justify-content:center;gap:14px}
#ns-home .final .sec-title{color:var(--dark) !important;font-size:42px;font-weight:900}
#ns-home .final .sec-title .hl{color:var(--pink)}
#ns-home .final-sub{font-size:18px;color:var(--text-grey);margin:14px 0 8px;font-weight:600}
#ns-home .final-sub .hl{color:var(--pink);font-weight:800}
#ns-home .final-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:48px;align-items:stretch}
#ns-home .final-card{position:relative;background:#fff;border-radius:20px;padding:30px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.06)}
#ns-home .final-card.feat{background:var(--dark);color:#fff;box-shadow:0 18px 44px rgba(10,22,40,.35)}
#ns-home .final-ic{width:84px;height:84px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:34px;margin-bottom:18px}
#ns-home .final-card.p1 .final-ic{background:#FCE3EF}
#ns-home .final-card.p2 .final-ic{background:#FFF6CC}
#ns-home .final-card.feat .final-ic{background:var(--pink)}
#ns-home .final-card.p4 .final-ic{background:#EFE3FF}
#ns-home .final-name{font-size:23px;font-weight:900;letter-spacing:.5px;text-transform:uppercase;margin-bottom:4px}
#ns-home .final-pkg{font-size:14px;opacity:.7;margin-bottom:2px}
#ns-home .final-pkg2{font-size:13px;opacity:.55;margin-bottom:10px}
#ns-home .final-uline{width:46px;height:4px;border-radius:2px;margin:6px auto 18px}
#ns-home .final-card.p1 .final-uline{background:var(--pink)}
#ns-home .final-card.p2 .final-uline{background:#F5C400}
#ns-home .final-card.feat .final-uline{background:var(--pink)}
#ns-home .final-card.p4 .final-uline{background:var(--purple)}
#ns-home .final-feats{list-style:none;padding:0;margin:0 0 18px;text-align:left;width:100%}
#ns-home .final-feats li{display:flex;align-items:flex-start;gap:9px;font-size:14px;margin-bottom:9px;line-height:1.35}
#ns-home .final-feats li .ck{flex:0 0 auto;width:18px;height:18px;border-radius:50%;color:#fff;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center;margin-top:1px}
#ns-home .final-card.p1 .ck{background:var(--pink)}
#ns-home .final-card.p2 .ck{background:#F5C400;color:var(--dark)}
#ns-home .final-card.feat .ck{background:var(--pink)}
#ns-home .final-card.feat .final-feats li{color:rgba(255,255,255,.92)}
#ns-home .final-card.p4 .ck{background:var(--purple)}
#ns-home .final-price{font-size:34px;font-weight:900;margin-top:auto}
#ns-home .final-per{font-size:13px;opacity:.6;margin-bottom:16px}
#ns-home .final-cta{height:52px;width:100%;font-size:14px;letter-spacing:.4px;text-transform:uppercase;border-radius:10px}
#ns-home .final-cta.outline{background:#fff;color:var(--pink);border:2px solid var(--pink)}
#ns-home .final-cta.yellow{background:#FFD21A;color:var(--dark)}
#ns-home .final-cta.purple{background:var(--purple);color:#fff}
#ns-home .final-ship{display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;opacity:.7;margin-top:12px}
#ns-home .final-badge-top{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--pink);color:#fff;font-size:12px;font-weight:900;letter-spacing:.5px;padding:7px 16px;border-radius:20px;white-space:nowrap;box-shadow:0 6px 16px rgba(233,30,140,.4);z-index:4}
#ns-home .final-badge-gift{position:absolute;top:14px;right:14px;background:var(--pink);color:#fff;font-size:10px;font-weight:900;text-align:center;line-height:1.1;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:4px;box-shadow:0 6px 16px rgba(0,0,0,.18);z-index:4}
#ns-home .final-card.p4 .final-badge-gift{background:var(--purple)}

/* ===== TRUST (like ref photo 7) ===== */
#ns-home .trust{background:#F2F2F4;padding:48px 0}
#ns-home .trust-card{background:#fff;border-radius:18px;box-shadow:0 12px 36px rgba(0,0,0,.07);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
#ns-home .trust-item{text-align:center;padding:30px 22px;border-right:1px solid #eee}
#ns-home .trust-item:last-child{border-right:none}
#ns-home .trust-icon{display:flex;justify-content:center;align-items:center;height:34px;margin-bottom:12px;line-height:1}
#ns-home .trust-title{font-size:15px;font-weight:800;margin-bottom:6px;color:var(--dark)}
#ns-home .trust-desc{font-size:13px;color:var(--text-grey);line-height:1.4}

/* ===== MOBILE ===== */
@media(max-width:900px){
#ns-home .cards, #ns-home .why-grid, #ns-home .ingr-grid, #ns-home .final-grid, #ns-home .trust-card{grid-template-columns:1fr}
#ns-home .hero{height:auto;aspect-ratio:3/4;max-height:90vh;min-height:0}
#ns-home .hero-slide{align-items:flex-end;justify-content:flex-start}
#ns-home .hero-bg{object-fit:cover;object-position:center top}
#ns-home .hero-bg.b1{object-position:center 42%}
#ns-home .hero-slide.s-starter .hero-bg{object-fit:contain;object-position:center}
#ns-home .hero-overlay{background:linear-gradient(0deg, rgba(8,16,30,0.92) 0%, rgba(8,16,30,0.5) 28%, rgba(8,16,30,0) 55%)}
#ns-home .hero-slide.s1 .hero-overlay{background:linear-gradient(0deg, rgba(8,16,30,0.8) 0%, rgba(8,16,30,0.35) 30%, rgba(8,16,30,0) 58%)}
#ns-home .hero-content{padding:0 22px 32px 22px;justify-content:flex-start}
#ns-home .hero-text{max-width:100%;align-items:flex-start}
#ns-home .hero-h1{font-size:30px;margin-bottom:10px}
#ns-home .hero-sub{font-size:15px;margin-bottom:18px}
#ns-home .hero-cta{width:100%;max-width:340px;min-width:0}
#ns-home .hero-ctabox{left:0;right:0;bottom:20%;padding:0 22px;max-width:100%}
#ns-home .hero-ctabox.center{left:0;right:0;transform:none;bottom:5%;padding:0 18px;max-width:100%}
#ns-home .hero-ctabox .hero-cta{max-width:100%}
#ns-home .hero-arrows{display:none}
#ns-home .hero-dots{bottom:16px}
#ns-home .sec-title{font-size:28px}
#ns-home .cards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:12px}
#ns-home .card{min-width:280px;width:calc(100vw - 64px);scroll-snap-align:center}
#ns-home .card.featured{order:-1}
#ns-home .why-grid{grid-template-columns:1fr 1fr}
#ns-home .tiles-grid{grid-template-columns:1fr 1fr;gap:4px}
#ns-home .tiles .sec-title{font-size:26px}
#ns-home .tile{aspect-ratio:3/4}
#ns-home .ingr-grid{grid-template-columns:1fr 1fr}
#ns-home .mix-grid{grid-template-columns:1fr;gap:30px}
#ns-home .mix .sec-title,#ns-home .mix .sec-sub{text-align:center}
#ns-home .mix-step,#ns-home .qty-pills,#ns-home .flavor-cards,#ns-home .mix-selected{margin-left:0}
#ns-home .mix-step-hint{margin-left:42px}
#ns-home .mix-comic{position:relative;top:auto;right:auto;width:120px;height:120px;margin:0 auto 10px}
#ns-home .mix-visual{padding-top:0}
#ns-home .mix-buy{padding:14px 16px;gap:10px}
#ns-home .mix-buy-label{font-size:13px}
#ns-home .mix-buy-price{font-size:20px}
#ns-home .mix-buy-right{padding-left:12px}
#ns-home .final-grid{display:flex;flex-direction:column}
#ns-home .final-card.feat{order:-1}
#ns-home .why::before{display:none}
}


/* === homepage overrides (from customizer) === */
/* Homepage product cards — fix image height */
.ns-products > div[style*="grid-template-columns:1fr 1fr"] > div > div:first-child {
  height: 220px !important;
  max-height: 220px !important;
}

/* Homepage product cards — Dodaj+ full width */
@media (max-width: 768px) {
  .ns-ajax-cart[data-id] {
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
  }
}

/* Products section title — force dark color */
.ns-products .ns-section-title,
.ns-products .ns-products-header .ns-section-title {
  color: #0a0a0a !important;
  -webkit-text-stroke: 0 !important;
}

.ns-products .ns-section-tag {
  color: #FF2D9B !important;
}
