:root{
  --primary:#15803d;--primary-2:#22c55e;--secondary:#0284c7;--mint:#ecfdf5;
  --sky:#eff6ff;--bg:#f8fafc;--surface:#fff;--text:#172033;--muted:#64748b;
  --line:#e2e8f0;--danger:#ef4444;--warning:#f59e0b;--shadow:0 14px 45px rgba(15,23,42,.08);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:"Vazirmatn",sans-serif;background:var(--bg);color:var(--text)}
a{text-decoration:none;color:inherit} button,input{font:inherit} button{cursor:pointer}
.container{width:min(1180px,calc(100% - 32px));margin:auto}
.topbar{background:linear-gradient(90deg,#064e3b,#0f766e,#075985);color:#fff;font-size:12px;overflow:hidden;position:relative}.topbar:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0 40%,rgba(255,255,255,.13) 50%,transparent 60% 100%);transform:translateX(120%);animation:noticeShine 7s ease-in-out infinite}.topbar .container{min-height:40px;display:flex;align-items:center;justify-content:center;position:relative}.notice-track{display:grid;place-items:center;width:100%;position:relative;height:24px;overflow:hidden}.notice-message{position:absolute;display:flex;align-items:center;gap:9px;font-weight:700;letter-spacing:-.1px;opacity:0;transform:translateY(18px);animation:noticeRotate 16s infinite}.notice-message:nth-child(2){animation-delay:4s}.notice-message:nth-child(3){animation-delay:8s}.notice-message:nth-child(4){animation-delay:12s}.notice-icon{width:24px;height:24px;border-radius:9px;background:rgba(255,255,255,.14);display:grid;place-items:center}.notice-message a{color:#fff;border-bottom:1px dashed rgba(255,255,255,.6)}@keyframes noticeRotate{0%,4%{opacity:0;transform:translateY(18px)}9%,22%{opacity:1;transform:translateY(0)}27%,100%{opacity:0;transform:translateY(-18px)}}@keyframes noticeShine{0%,65%{transform:translateX(120%)}85%,100%{transform:translateX(-120%)}}
header{background:rgba(255,255,255,.93);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(226,232,240,.8)}
.header-main{display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:24px;padding:17px 0}.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px}.logo-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--primary),var(--secondary));display:grid;place-items:center;color:#fff;box-shadow:0 8px 20px rgba(21,128,61,.22)}
.search{position:relative}.search input{width:100%;height:48px;border:1px solid var(--line);border-radius:15px;background:#f8fafc;padding:0 48px 0 15px;outline:none;transition:.2s}.search input:focus{border-color:#86efac;box-shadow:0 0 0 4px #dcfce7}.search-icon{position:absolute;right:17px;top:13px;color:var(--muted)}
.header-actions{display:flex;gap:10px}.icon-btn{width:46px;height:46px;border:1px solid var(--line);background:#fff;border-radius:14px;display:grid;place-items:center;position:relative}.badge{position:absolute;top:-5px;left:-5px;background:var(--danger);color:#fff;font-size:12px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;border:2px solid white}
.nav{border-top:1px solid #f1f5f9}.nav-row{display:flex;align-items:center;gap:25px;height:50px;font-size:14px;font-weight:600;white-space:nowrap;overflow:auto}.nav-row a:hover{color:var(--primary)}.nav-primary{color:var(--primary);display:flex;align-items:center;gap:7px}
.hero{padding:34px 0 18px}.hero-grid{display:grid;grid-template-columns:1.65fr .78fr;gap:20px}.hero-main{min-height:390px;border-radius:28px;background:linear-gradient(125deg,#ecfdf5 0%,#dbeafe 100%);position:relative;overflow:hidden;padding:54px;display:flex;align-items:center}.hero-main:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:rgba(255,255,255,.55);left:-75px;top:-75px}.hero-copy{position:relative;z-index:2;max-width:570px}.eyebrow{display:inline-flex;gap:7px;align-items:center;background:#fff;padding:7px 12px;border-radius:99px;color:var(--primary);font-size:12px;font-weight:700;box-shadow:0 6px 18px rgba(15,23,42,.06)}h1{font-size:44px;line-height:1.45;margin:18px 0 12px;letter-spacing:-1px}.hero-copy p{font-size:16px;color:#475569;line-height:2;max-width:520px}.hero-actions{display:flex;gap:10px;margin-top:24px}.btn{border:0;border-radius:14px;padding:13px 20px;font-weight:700}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px 24px rgba(21,128,61,.23)}.btn-soft{background:#fff;color:var(--text);border:1px solid #fff}.hero-art{position:absolute;left:20px;bottom:0;width:290px;height:320px}.bottle{position:absolute;left:70px;bottom:18px;width:132px;height:230px;background:white;border-radius:26px 26px 35px 35px;box-shadow:0 22px 50px rgba(15,23,42,.12)}.bottle:before{content:"";position:absolute;top:-35px;left:27px;width:78px;height:48px;background:#0ea5e9;border-radius:13px 13px 7px 7px}.label{position:absolute;top:67px;left:13px;right:13px;height:93px;border-radius:12px;background:linear-gradient(135deg,#dcfce7,#dbeafe);display:grid;place-items:center;font-weight:800;color:var(--primary)}.leaf{position:absolute;width:92px;height:43px;background:#4ade80;border-radius:100% 0 100% 0;transform:rotate(-35deg);left:4px;bottom:75px;opacity:.8}.pill{position:absolute;width:58px;height:27px;border-radius:30px;background:linear-gradient(90deg,#22c55e 50%,white 50%);box-shadow:0 8px 20px rgba(15,23,42,.13);left:200px;bottom:58px;transform:rotate(28deg)}
.side-stack{display:grid;gap:20px}.mini-banner{border-radius:24px;padding:27px;min-height:185px;position:relative;overflow:hidden}.mini-banner h3{font-size:20px;margin:0 0 8px}.mini-banner p{font-size:13px;color:#475569;line-height:1.8;margin:0 0 18px}.prescription{background:linear-gradient(135deg,#e0f2fe,#f0f9ff)}.consult{background:linear-gradient(135deg,#dcfce7,#f0fdf4)}.mini-icon{position:absolute;left:18px;bottom:15px;width:74px;height:74px;border-radius:24px;background:#fff;display:grid;place-items:center;font-size:32px;box-shadow:0 12px 30px rgba(15,23,42,.08)}
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0 48px}.trust-item{background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:17px;display:flex;align-items:center;gap:12px}.trust-icon{width:44px;height:44px;border-radius:14px;background:var(--mint);color:var(--primary);display:grid;place-items:center;font-size:20px}.trust-item strong{font-size:13px;display:block}.trust-item small{font-size:11px;color:var(--muted)}
.section{padding:20px 0 42px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.section-head h2{font-size:27px;margin:0 0 4px}.section-head p{margin:0;color:var(--muted);font-size:13px}.more{font-size:13px;color:var(--primary);font-weight:700}
.categories{display:grid;grid-template-columns:repeat(8,1fr);gap:13px}.category{background:#fff;border:1px solid #edf2f7;border-radius:20px;padding:19px 8px;text-align:center;transition:.2s}.category:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#bbf7d0}.cat-icon{width:58px;height:58px;border-radius:18px;background:linear-gradient(145deg,#f0fdf4,#eff6ff);display:grid;place-items:center;margin:0 auto 12px;font-size:27px}.category span{font-size:12px;font-weight:700}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{background:#fff;border:1px solid #edf2f7;border-radius:22px;padding:14px;position:relative;transition:.2s}.product:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.discount{position:absolute;right:13px;top:13px;background:#fee2e2;color:#dc2626;padding:5px 9px;border-radius:9px;font-size:12px;font-weight:800}.favorite{position:absolute;left:13px;top:13px;width:34px;height:34px;border-radius:11px;border:1px solid var(--line);background:#fff}.product-img{height:178px;border-radius:16px;background:linear-gradient(145deg,#f8fafc,#eefbf5);display:grid;place-items:center;font-size:67px;margin-bottom:14px;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:contain;padding:10px;mix-blend-mode:multiply}.brand{font-size:12px;color:var(--secondary);font-weight:700}.product h3{font-size:13px;line-height:1.8;margin:7px 0;height:47px}.rating{font-size:11px;color:var(--warning)}.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.price{font-weight:800;font-size:15px}.old{font-size:12px;color:#94a3b8;text-decoration:line-through;display:block}.cart-btn{width:39px;height:39px;border:0;border-radius:13px;background:var(--primary);color:#fff;font-size:18px}
.condition-wrap{background:#0f5132;border-radius:30px;padding:38px;color:#fff;display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:center}.condition-wrap h2{font-size:29px;margin:0 0 10px}.condition-wrap p{font-size:13px;line-height:1.9;color:#d1fae5}.conditions{display:flex;flex-wrap:wrap;gap:10px}.condition{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);padding:11px 16px;border-radius:99px;font-size:12px}.condition:hover{background:white;color:#0f5132}
.health-card{display:grid;grid-template-columns:1fr 1fr;gap:22px;background:linear-gradient(125deg,#fff,#f0fdf4);border:1px solid #dcfce7;border-radius:28px;padding:38px;overflow:hidden}.health-card h2{font-size:29px;margin:0 0 10px}.health-card p{color:var(--muted);line-height:2;font-size:14px}.health-features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.health-feature{background:#fff;border:1px solid #eaf4ed;border-radius:16px;padding:14px;font-size:12px;font-weight:600}.dashboard{background:#fff;border-radius:22px;box-shadow:var(--shadow);padding:20px}.dash-top{display:flex;justify-content:space-between;align-items:center}.avatar{width:43px;height:43px;border-radius:14px;background:#dcfce7;display:grid;place-items:center}.med-row{display:flex;gap:10px;align-items:center;margin-top:15px;padding:12px;border-radius:14px;background:#f8fafc}.med-icon{width:40px;height:40px;border-radius:12px;background:#dbeafe;display:grid;place-items:center}.progress{height:7px;background:#e2e8f0;border-radius:10px;margin-top:13px;overflow:hidden}.progress span{display:block;height:100%;width:72%;background:var(--primary)}
/* Blog */
.blog-shell{position:relative}.blog-shell:before{content:"";position:absolute;inset:6% -5% auto auto;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(34,197,94,.12),transparent 70%);filter:blur(6px);pointer-events:none}.blog-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:18px}.article-card{--mx:50%;--my:50%;position:relative;background:#fff;border:1px solid #e8eef4;border-radius:24px;overflow:hidden;min-height:410px;box-shadow:0 14px 40px rgba(15,23,42,.06);transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s,border-color .45s;transform-style:preserve-3d}.article-card:after{content:"";position:absolute;inset:0;background:radial-gradient(320px circle at var(--mx) var(--my),rgba(255,255,255,.32),transparent 44%);opacity:0;transition:.35s;pointer-events:none}.article-card:hover{transform:translateY(-9px);box-shadow:0 24px 70px rgba(15,23,42,.14);border-color:#bbf7d0}.article-card:hover:after{opacity:1}.article-visual{height:205px;position:relative;overflow:hidden;isolation:isolate}.article-visual:before,.article-visual:after{content:"";position:absolute;border-radius:50%;filter:blur(1px)}.article-visual:before{width:180px;height:180px;left:-35px;top:-45px;background:rgba(255,255,255,.35);animation:articleFloat 7s ease-in-out infinite}.article-visual:after{width:120px;height:120px;right:-25px;bottom:-30px;background:rgba(255,255,255,.26);animation:articleFloat 6s ease-in-out infinite reverse}.article-card.featured .article-visual{height:240px}.article-icon{position:absolute;inset:0;display:grid;place-items:center;font-size:72px;filter:drop-shadow(0 15px 20px rgba(15,23,42,.16));transition:transform .5s cubic-bezier(.2,.8,.2,1)}.article-card:hover .article-icon{transform:translateY(-6px) rotate(-4deg) scale(1.06)}.visual-skin{background:linear-gradient(135deg,#dcfce7,#dbeafe)}.visual-heart{background:linear-gradient(135deg,#fee2e2,#fef3c7)}.visual-virus{background:linear-gradient(135deg,#e0e7ff,#cffafe)}.article-content{padding:20px}.article-meta{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;margin-bottom:10px}.article-tag{background:var(--mint);color:var(--primary);padding:5px 9px;border-radius:99px;font-weight:700}.article-card h3{font-size:17px;line-height:1.8;margin:0 0 8px}.article-card.featured h3{font-size:21px}.article-card p{font-size:12px;color:var(--muted);line-height:1.9;margin:0 0 16px}.article-link{display:inline-flex;align-items:center;gap:7px;color:var(--primary);font-size:12px;font-weight:800}.article-link span{transition:.25s}.article-link:hover span{transform:translateX(-4px)}
@keyframes articleFloat{50%{transform:translate(12px,12px) scale(1.05)}}
/* Premium Footer */
footer{position:relative;background:linear-gradient(145deg,#071b16 0%,#0f2d24 48%,#0f172a 100%);color:#cbd5e1;padding:0 0 90px;margin-top:58px;overflow:hidden}footer:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(34,197,94,.15),transparent 68%);right:-180px;top:-180px;animation:footerGlow 9s ease-in-out infinite}footer:after{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.12),transparent 68%);left:-130px;bottom:-150px;animation:footerGlow 11s ease-in-out infinite reverse}@keyframes footerGlow{50%{transform:translate(20px,18px) scale(1.1)}}
.footer-cta{position:relative;z-index:2;transform:translateY(-35px);display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;padding:27px 30px;border-radius:24px;background:linear-gradient(125deg,#16a34a,#0284c7);box-shadow:0 22px 55px rgba(2,132,199,.22);overflow:hidden}.footer-cta:before{content:"";position:absolute;inset:-90% auto auto -5%;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.12);animation:ctaOrbit 8s linear infinite}.footer-cta h3{color:white;font-size:22px;margin:0 0 5px}.footer-cta p{margin:0;color:#e0f2fe;font-size:12px}.newsletter{display:flex;position:relative;z-index:2;min-width:360px}.newsletter input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.96);border-radius:0 14px 14px 0;padding:13px 15px;outline:none}.newsletter button{border:0;background:#052e16;padding:0 18px;border-radius:14px 0 0 14px;color:#fff;font-weight:800;transition:.25s}.newsletter button:hover{transform:translateX(-2px);background:#0f172a}@keyframes ctaOrbit{to{transform:rotate(360deg)}}
.footer-body{position:relative;z-index:2}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr 1.15fr;gap:42px}.footer-brand .logo{color:#fff}.footer-about{font-size:12px;line-height:2.1;max-width:360px;color:#a9bac5}.footer-title{color:#fff;font-weight:800;margin-bottom:17px;position:relative;padding-bottom:10px}.footer-title:after{content:"";position:absolute;right:0;bottom:0;width:28px;height:2px;background:linear-gradient(90deg,var(--primary-2),var(--secondary));border-radius:9px}.footer-links{display:grid;gap:11px;font-size:12px}.footer-links a{transition:.25s;display:flex;align-items:center;gap:7px}.footer-links a:before{content:"";width:5px;height:5px;border-radius:50%;background:#4ade80;opacity:.65;transition:.25s}.footer-links a:hover{color:#fff;transform:translateX(-4px)}.footer-links a:hover:before{box-shadow:0 0 0 5px rgba(74,222,128,.1)}
.contact-list{display:grid;gap:12px}.contact-item{display:grid;grid-template-columns:40px 1fr;gap:11px;align-items:start;padding:11px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);border-radius:15px;transition:.3s}.contact-item:hover{background:rgba(255,255,255,.07);transform:translateY(-2px);border-color:rgba(74,222,128,.25)}.contact-icon{width:40px;height:40px;border-radius:13px;background:rgba(34,197,94,.12);color:#86efac;display:grid;place-items:center}.contact-item small{display:block;color:#78909c;font-size:12px;margin-bottom:3px}.contact-item strong,.contact-item a{font-size:11px;color:#e2e8f0;line-height:1.7}.demo-note{margin-top:10px;font-size:12px;color:#6f8794}.social-row{display:flex;gap:9px;margin-top:17px;flex-wrap:wrap}.social{width:42px;height:42px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.045);border-radius:14px;display:grid;place-items:center;color:#fff;transition:.35s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}.social:before{content:"";position:absolute;inset:100% 0 0;background:linear-gradient(135deg,#22c55e,#0284c7);transition:.35s}.social svg{width:19px;height:19px;position:relative;z-index:2;fill:currentColor}.social:hover{transform:translateY(-6px) rotate(-4deg);box-shadow:0 14px 28px rgba(0,0,0,.22);border-color:transparent}.social:hover:before{inset:0}.footer-bottom{position:relative;z-index:2;margin-top:35px;padding-top:23px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:18px;align-items:center;font-size:12px;color:#78909c}.footer-badges{display:flex;gap:8px}.footer-badge{padding:8px 11px;border-radius:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);color:#b8c8d0}
.mobile-nav{display:none}
@media(max-width:980px){.blog-grid{grid-template-columns:1fr 1fr}.article-card.featured{grid-column:1/-1}.footer-cta{grid-template-columns:1fr}.newsletter{min-width:0;max-width:520px}.footer-grid{grid-template-columns:1fr 1fr}.header-main{grid-template-columns:150px 1fr auto}.hero-grid{grid-template-columns:1fr}.side-stack{grid-template-columns:1fr 1fr}.trust{grid-template-columns:repeat(2,1fr)}.categories{grid-template-columns:repeat(4,1fr)}.products{grid-template-columns:repeat(2,1fr)}.condition-wrap{grid-template-columns:1fr}.health-card{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero-art{opacity:.7}}
@media(max-width:680px){.blog-grid{display:flex;overflow:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.article-card,.article-card.featured{min-width:84vw;min-height:395px;scroll-snap-align:start}.article-card.featured .article-visual{height:205px}.footer-cta{padding:22px 18px;transform:translateY(-25px)}.footer-cta h3{font-size:18px}.newsletter{width:100%}.footer-grid{grid-template-columns:1fr!important}.footer-grid>div:first-child{grid-column:auto!important}.footer-bottom{flex-direction:column;align-items:flex-start}.contact-list{grid-template-columns:1fr}.social-row{margin-bottom:7px}body{padding-bottom:70px}.topbar,.nav,.header-actions .icon-btn:first-child{display:none}.container{width:min(100% - 22px,1180px)}.header-main{grid-template-columns:auto 1fr auto;padding:11px 0;gap:10px}.logo span{display:none}.logo-mark{width:39px;height:39px}.search input{height:42px;font-size:12px}.hero{padding-top:16px}.hero-main{min-height:450px;padding:28px 22px;align-items:flex-start}.hero-main:before{width:280px;height:280px}.hero-copy{z-index:3}.eyebrow{font-size:12px}h1{font-size:29px;margin-top:14px}.hero-copy p{font-size:13px;line-height:1.9}.hero-actions{flex-direction:column;width:180px}.hero-art{width:230px;height:250px;left:-20px}.bottle{transform:scale(.78);bottom:-10px}.leaf{bottom:35px}.pill{left:165px;bottom:25px}.side-stack{grid-template-columns:1fr}.mini-banner{min-height:155px;padding:22px}.trust{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:30px}.trust-item{padding:12px 9px;gap:8px}.trust-icon{width:37px;height:37px}.trust-item small{display:none}.section{padding-bottom:30px}.section-head h2{font-size:21px}.categories{display:flex;overflow:auto;padding-bottom:6px}.category{min-width:102px}.products{display:flex;overflow:auto;padding-bottom:12px}.product{min-width:235px}.condition-wrap{padding:25px 20px;border-radius:22px}.condition-wrap h2,.health-card h2{font-size:23px}.health-card{padding:23px 18px}.health-features{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-grid>div:first-child{grid-column:1/-1}.mobile-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;bottom:0;right:0;left:0;height:68px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-top:1px solid var(--line);z-index:30}.mobile-nav a{display:grid;place-items:center;font-size:12px;color:var(--muted);padding:7px 0}.mobile-nav b{font-size:20px;line-height:1}.mobile-nav .active{color:var(--primary)}.mobile-nav .rx{transform:translateY(-14px)}.mobile-nav .rx b{width:52px;height:52px;border-radius:18px;background:var(--primary);color:#fff;display:grid;place-items:center;box-shadow:0 10px 25px rgba(21,128,61,.3)}}

/* Professional navigation, effects and motion */
header{transition:box-shadow .25s ease,background .25s ease}header.scrolled{box-shadow:0 14px 40px rgba(15,23,42,.09);background:rgba(255,255,255,.98)}
.nav-row{overflow:visible}.nav-item{position:relative;height:50px;display:flex;align-items:center}.nav-item>a,.special-link{height:50px;display:flex;align-items:center;gap:5px;position:relative}.nav-item>a:after,.special-link:after{content:"";position:absolute;right:0;left:100%;bottom:0;height:2px;background:linear-gradient(90deg,var(--primary),var(--secondary));transition:left .25s ease}.nav-item:hover>a:after,.special-link:hover:after{left:0}.chev{font-size:11px;color:#94a3b8;transition:transform .25s}.nav-item:hover .chev{transform:rotate(180deg)}
.mega-menu{position:absolute;top:calc(100% + 10px);right:0;background:rgba(255,255,255,.98);backdrop-filter:blur(18px);border:1px solid rgba(226,232,240,.9);border-radius:22px;box-shadow:0 25px 70px rgba(15,23,42,.15);opacity:0;visibility:hidden;transform:translateY(12px) scale(.98);transform-origin:top right;transition:.22s ease;pointer-events:none;z-index:50}.nav-item:hover>.mega-menu,.nav-item:focus-within>.mega-menu{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.mega-menu:before{content:"";position:absolute;top:-11px;right:0;left:0;height:13px}
.mega-wide{width:min(1120px,calc(100vw - 40px));padding:24px;display:grid;grid-template-columns:1.15fr repeat(4,1fr);gap:18px}.mega-intro{border-radius:18px;background:linear-gradient(145deg,#ecfdf5,#eff6ff);padding:22px}.mega-intro h3{margin:12px 0 8px;font-size:18px}.mega-intro p{font-size:12px;line-height:1.9;color:var(--muted)}.mega-badge{font-size:12px;font-weight:800;color:var(--primary);background:#fff;padding:6px 10px;border-radius:99px}.mega-cta{display:inline-block;margin-top:12px;color:var(--primary);font-size:12px;font-weight:800}.mega-col h4{margin:3px 0 12px;font-size:13px}.mega-col a,.small-menu a{display:block;padding:8px 10px;border-radius:10px;color:#475569;font-size:12px;transition:.18s}.mega-col a:hover,.small-menu a:hover{background:#f0fdf4;color:var(--primary);transform:translateX(-3px)}.small-menu{min-width:220px;padding:10px}.special-link{color:#dc2626!important}.special-link span{background:#fee2e2;border-radius:7px;padding:1px 6px;font-size:12px}
.icon-btn,.btn,.cart-btn,.favorite{transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.icon-btn:hover{transform:translateY(-2px);box-shadow:0 9px 24px rgba(15,23,42,.1);border-color:#bbf7d0}.btn-primary:hover,.cart-btn:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(21,128,61,.28);background:#166534}.btn-soft:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(15,23,42,.09)}
.hero-main,.mini-banner,.trust-item,.category,.product,.health-card,.condition-wrap{transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease,border-color .35s ease}.hero-main:hover{box-shadow:0 28px 70px rgba(2,132,199,.12)}.hero-art{animation:floatArt 5s ease-in-out infinite}.pill{animation:floatPill 3.7s ease-in-out infinite}.leaf{animation:sway 4.5s ease-in-out infinite}.mini-banner:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(15,23,42,.1)}.mini-banner:hover .mini-icon{transform:rotate(-5deg) scale(1.07)}.mini-icon{transition:.3s ease}.trust-item:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(15,23,42,.07);border-color:#bbf7d0}.trust-item:hover .trust-icon{transform:rotate(-6deg) scale(1.08)}.trust-icon{transition:.3s ease}.category{overflow:hidden;position:relative}.category:before{content:"";position:absolute;width:90px;height:90px;border-radius:50%;background:rgba(34,197,94,.08);left:-55px;top:-55px;transition:.35s}.category:hover:before{transform:scale(2.2)}.category:hover .cat-icon{transform:scale(1.08) rotate(-4deg)}.cat-icon{transition:.3s ease}.product{overflow:hidden}.product:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.65) 50%,transparent 70%);transform:translateX(120%);transition:.7s;pointer-events:none}.product:hover:after{transform:translateX(-120%)}.product:hover .product-img{transform:scale(1.025)}.product-img{transition:.35s ease}.favorite:hover{transform:scale(1.08);border-color:#fecaca}.condition{transition:.2s ease}.condition:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.12)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}
@keyframes floatArt{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatPill{0%,100%{transform:rotate(28deg) translateY(0)}50%{transform:rotate(22deg) translateY(-9px)}}@keyframes sway{0%,100%{transform:rotate(-35deg)}50%{transform:rotate(-28deg)}}
.mobile-menu-toggle{display:none}.mobile-drawer,.drawer-overlay{display:none}
@media(max-width:680px){
 .header-actions{display:flex}.header-actions .icon-btn{display:none}.header-actions .mobile-menu-toggle{display:grid}.mobile-drawer{display:block;position:fixed;top:0;bottom:0;right:0;width:min(88vw,360px);background:#fff;z-index:70;transform:translateX(105%);transition:.3s ease;box-shadow:-20px 0 60px rgba(15,23,42,.18);overflow:auto;padding:20px}.mobile-drawer.open{transform:none}.drawer-overlay{display:block;position:fixed;inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(3px);z-index:60;opacity:0;visibility:hidden;transition:.3s}.drawer-overlay.open{opacity:1;visibility:visible}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--line)}.drawer-close{width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:12px}.drawer-menu{display:grid;margin-top:12px}.drawer-item{border-bottom:1px solid #f1f5f9}.drawer-link{width:100%;border:0;background:none;padding:15px 2px;display:flex;justify-content:space-between;align-items:center;font-weight:700;color:var(--text)}.drawer-sub{display:grid;max-height:0;overflow:hidden;transition:max-height .3s ease}.drawer-item.open .drawer-sub{max-height:280px;padding-bottom:10px}.drawer-sub a{padding:8px 14px;font-size:12px;color:var(--muted)}.drawer-item.open .drawer-link span{transform:rotate(180deg)}.drawer-link span{transition:.25s}.mega-menu{display:none}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}

/* Footer alignment refinements */
.footer-grid{align-items:start}.footer-grid>div{min-width:0}.footer-title{min-height:42px;display:flex;align-items:flex-start}.footer-links a{min-height:30px;align-items:center}.contact-item{align-items:center;min-height:66px}.contact-item>div:last-child{display:flex;flex-direction:column;justify-content:center;min-width:0}.contact-icon{flex:none}.social-row{align-items:center}.copyright-line{display:flex;align-items:center;gap:12px;max-width:720px}.copyright-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#86efac;font-size:23px;flex:none}.copyright-line strong{display:block;color:#dbe7e2;font-size:12px;line-height:1.8}.copyright-line small{display:block;margin-top:3px;color:#78909c;font-size:12px;line-height:1.8}
/* Di Daroo AI assistant */
.ai-fab{position:fixed;left:22px;bottom:24px;z-index:45;display:flex;align-items:center;gap:10px;border:0;border-radius:18px;padding:10px 13px 10px 16px;background:linear-gradient(135deg,#0f5132,#0284c7);color:#fff;box-shadow:0 18px 44px rgba(2,132,199,.28);animation:aiPulse 3s ease-in-out infinite}.ai-fab-icon{width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.16);display:grid;place-items:center;font-size:22px}.ai-fab span{display:grid;text-align:right}.ai-fab strong{font-size:12px}.ai-fab small{font-size:12px;color:#dbeafe}.ai-panel{position:fixed;left:22px;bottom:92px;width:min(340px,calc(100vw - 28px));z-index:46;background:#fff;border:1px solid #dbeafe;border-radius:22px;box-shadow:0 28px 80px rgba(15,23,42,.22);padding:18px;opacity:0;visibility:hidden;transform:translateY(14px) scale(.97);transition:.25s}.ai-panel.open{opacity:1;visibility:visible;transform:none}.ai-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.ai-panel-head>div{display:flex;align-items:center;gap:10px}.ai-avatar{width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,#dcfce7,#dbeafe);display:grid;place-items:center;font-size:24px}.ai-close{width:34px;height:34px;border:1px solid var(--line);border-radius:10px;background:#fff}.ai-panel p{font-size:12px;line-height:2;color:#64748b}.ai-question{display:flex;gap:8px}.ai-question input{min-width:0;flex:1;border:1px solid var(--line);border-radius:12px;padding:11px;outline:none}.ai-question button{border:0;border-radius:12px;background:var(--primary);color:#fff;padding:0 14px;font-weight:800}@keyframes aiPulse{50%{transform:translateY(-5px);box-shadow:0 24px 58px rgba(2,132,199,.36)}}
@media(max-width:680px){.ai-fab{left:12px;bottom:82px;padding:8px}.ai-fab span{display:none}.ai-panel{left:12px;bottom:142px}.copyright-line{align-items:flex-start}.footer-badges{flex-wrap:wrap}.footer-title{min-height:auto}}


.login-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;height:46px;border:1px solid #bbf7d0;background:#f0fdf4;color:#166534;border-radius:14px;padding:0 16px;font-weight:800;white-space:nowrap;transition:.25s}.login-btn:hover{background:#15803d;color:#fff;transform:translateY(-2px);box-shadow:0 10px 22px rgba(21,128,61,.2)}
.discount{font-size:13px!important;padding:7px 11px!important;min-width:48px;text-align:center;border-radius:11px!important;box-shadow:0 7px 16px rgba(220,38,38,.17);letter-spacing:.2px}.product-note{font-size:12px;line-height:1.75;color:#64748b;min-height:36px;margin:2px 0 7px}.social-fa{font-family:"Vazirmatn",sans-serif;font-size:16px;font-weight:900;color:#fff}
.ai-panel{width:min(410px,calc(100vw - 28px))!important;padding:0!important;overflow:hidden;border:1px solid rgba(14,165,233,.18)!important;background:linear-gradient(180deg,#fff,#f8fbff)!important}.ai-glow{height:4px;background:linear-gradient(90deg,#22c55e,#0ea5e9,#8b5cf6);background-size:200% 100%;animation:aiFlow 4s linear infinite}.ai-panel-head{padding:17px 18px;border-bottom:1px solid #eef2f7;background:rgba(255,255,255,.88)}.ai-status{display:block;color:#15803d;font-size:12px;margin-top:3px}.ai-status i{display:inline-block;width:7px;height:7px;background:#22c55e;border-radius:50%;box-shadow:0 0 0 4px rgba(34,197,94,.12);margin-left:4px}.ai-welcome{margin:16px 18px 10px;padding:15px;border-radius:16px;background:linear-gradient(135deg,#ecfdf5,#eff6ff);border:1px solid #dbeafe}.ai-welcome strong{font-size:13px}.ai-welcome p{margin:6px 0 0!important;font-size:11px!important;line-height:1.9!important}.ai-chips{display:flex;gap:7px;flex-wrap:wrap;padding:0 18px 12px}.ai-chips button{border:1px solid #dbeafe;background:#fff;color:#334155;border-radius:999px;padding:7px 10px;font-size:12px;transition:.2s}.ai-chips button:hover{border-color:#22c55e;color:#15803d;transform:translateY(-2px)}.ai-disclaimer{margin:0 18px 12px;padding:10px 12px;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;color:#9a3412;font-size:12px;line-height:1.8}.ai-question{padding:0 18px 8px;align-items:flex-end}.ai-question textarea{min-width:0;flex:1;resize:none;border:1px solid var(--line);border-radius:14px;padding:11px 12px;outline:none;line-height:1.7}.ai-question textarea:focus{border-color:#7dd3fc;box-shadow:0 0 0 4px #e0f2fe}.ai-question button{width:44px;height:44px;padding:0!important;display:grid;place-items:center;font-size:17px}.ai-privacy{padding:0 18px 14px;color:#94a3b8;font-size:12px;text-align:center}@keyframes aiFlow{to{background-position:200% 0}}
@media(max-width:680px){.login-btn{height:40px;padding:0 10px;font-size:11px}.header-actions{gap:6px}.header-actions .login-btn{display:none}.discount{font-size:12px!important}.ai-panel{bottom:140px!important}.product-note{min-height:34px}}

/* Footer contact and certification upgrade */
.contact-item.contact-phone{grid-template-columns:52px 1fr;padding:15px 16px;min-height:82px;background:linear-gradient(135deg,rgba(34,197,94,.11),rgba(2,132,199,.08));border-color:rgba(134,239,172,.2)}.contact-item.contact-phone .contact-icon{width:52px;height:52px;border-radius:17px;font-size:21px}.contact-item.contact-phone small{font-size:12px;color:#9fb0ba;margin-bottom:4px}.contact-item.contact-phone a{font-size:20px;font-weight:800;color:#fff;letter-spacing:.4px;direction:ltr;text-align:right;display:inline-block}.contact-item.contact-phone:hover a{color:#86efac}.license-zone{margin-top:28px;padding:22px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);border-radius:20px}.license-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.license-head strong{color:#fff;font-size:13px}.license-head small{color:#78909c;font-size:12px}.license-logos{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:12px}.license-card{min-height:98px;border-radius:16px;background:#fff;color:#183026;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;text-align:center;box-shadow:inset 0 0 0 1px #e5e7eb;transition:.3s}.license-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(0,0,0,.2)}.license-mark{width:48px;height:48px;border-radius:14px;background:linear-gradient(145deg,#ecfdf5,#eff6ff);display:grid;place-items:center;font-weight:900;color:#15803d;font-size:18px;flex:none}.license-card span:last-child{font-size:11px;line-height:1.7;font-weight:800}.license-note{margin:12px 0 0;color:#6f8794;font-size:12px;line-height:1.8}.footer-bottom{margin-top:22px}.footer-contact-highlight{grid-column:1/-1}@media(max-width:680px){.notice-message{font-size:12px;text-align:center}.license-logos{grid-template-columns:1fr}.license-card{min-height:78px;justify-content:flex-start}.contact-item.contact-phone a{font-size:18px}.license-head{align-items:flex-start;flex-direction:column}}

/* v6 refinements */
.trust{align-items:stretch}.trust-item{min-height:92px;justify-content:flex-start;padding:18px}.trust-item>div:last-child{display:flex;flex-direction:column;justify-content:center;min-width:0}.trust-item strong{font-size:14px;line-height:1.6}.trust-item small{font-size:11px;line-height:1.7}.trust-icon{flex:0 0 46px;width:46px;height:46px}
.categories{gap:14px}.category{min-height:142px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:18px 8px}.cat-icon{width:70px;height:70px;border-radius:22px;position:relative;overflow:hidden;background:linear-gradient(145deg,#ffffff,#eefbf4);border:1px solid #dcefe4;box-shadow:0 10px 24px rgba(15,23,42,.06)}.cat-icon b{font-size:22px;font-weight:900;letter-spacing:-1px;color:#13733a;line-height:1}.cat-icon:after{content:attr(data-label);position:absolute;left:7px;right:7px;bottom:7px;font-size:12px;font-weight:800;letter-spacing:.2px;color:#0284c7;white-space:nowrap}.category span{font-size:12px;margin-top:1px}.category:hover .cat-icon{box-shadow:0 16px 34px rgba(21,128,61,.14);border-color:#86efac}
.contact-item.contact-address{grid-template-columns:52px 1fr;padding:15px 16px;min-height:96px;background:linear-gradient(135deg,rgba(2,132,199,.10),rgba(34,197,94,.08));border-color:rgba(125,211,252,.2)}.contact-item.contact-address .contact-icon{width:52px;height:52px;border-radius:17px;font-size:22px}.contact-item.contact-address small{font-size:12px;color:#9fb0ba;margin-bottom:5px}.contact-item.contact-address strong{font-size:15px;color:#fff;line-height:1.9;font-weight:800}
.footer-brand .official-marks{display:flex;align-items:center;gap:10px;margin-top:18px;padding-top:17px;border-top:1px solid rgba(255,255,255,.08);flex-wrap:wrap}.official-mark{width:58px;height:58px;border-radius:16px;background:#fff;display:grid;place-items:center;color:#173a2d;border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 24px rgba(0,0,0,.15);transition:.3s;position:relative}.official-mark:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(0,0,0,.22)}.official-mark b{font-size:16px;font-weight:900;color:#15803d}.official-mark small{position:absolute;bottom:5px;font-size:12px;color:#64748b;font-weight:800}.footer-bottom{justify-content:flex-start}.footer-badges{display:none!important}
@media(max-width:680px){.trust-item{min-height:84px;justify-content:center;text-align:center;flex-direction:column}.trust-icon{margin:auto}.categories .category{min-width:118px}.cat-icon{width:66px;height:66px}.contact-item.contact-address strong{font-size:13px}.footer-brand .official-marks{justify-content:flex-start}}

/* v7 visual refinements */
.trust{max-width:1080px;margin:20px auto 48px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}
.trust-item{min-height:150px;padding:24px 18px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:14px;border-radius:24px;background:linear-gradient(155deg,#fff,#f8fffb);box-shadow:0 10px 35px rgba(15,23,42,.05)}
.trust-icon{width:74px;height:74px;flex:0 0 74px;border-radius:23px;background:linear-gradient(145deg,#ecfdf5,#eff6ff);border:1px solid #d9f4e2;overflow:hidden;position:relative}
.trust-icon svg{width:62px;height:62px;overflow:visible;filter:drop-shadow(0 8px 12px rgba(21,128,61,.13));animation:trustFloat 4.6s ease-in-out infinite}
.trust-item:nth-child(2) .trust-icon svg{animation-delay:-1.2s}.trust-item:nth-child(3) .trust-icon svg{animation-delay:-2.3s}.trust-item:nth-child(4) .trust-icon svg{animation-delay:-3.1s}
.trust-item>div:last-child{min-height:58px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.trust-item strong{font-size:15px;line-height:1.7}.trust-item small{display:block;font-size:11px;line-height:1.75;max-width:175px}
@keyframes trustFloat{0%,100%{transform:translateY(2px) rotate(0)}50%{transform:translateY(-5px) rotate(-2deg)}}

.categories{grid-template-columns:repeat(4,1fr);gap:18px}
.category{min-height:210px;padding:18px 12px 17px;border-radius:26px;justify-content:flex-end;position:relative;background:linear-gradient(150deg,#fff,#f8fffb);isolation:isolate}
.cat-icon{width:100%;height:142px;border-radius:21px;margin:0 0 12px;background:linear-gradient(145deg,#f0fdf4,#eff6ff);border:1px solid #e1f1e8;overflow:hidden;position:relative;display:grid;place-items:center;box-shadow:none}
.cat-icon:after{display:none}.cat-icon svg{width:92%;height:92%;overflow:visible;filter:drop-shadow(0 12px 15px rgba(15,23,42,.10));transition:transform .5s cubic-bezier(.2,.8,.2,1)}
.category:hover .cat-icon svg{transform:translateY(-6px) scale(1.055)}
.category span{font-size:13px;margin:0}.category:after{content:"";position:absolute;inset:12px;border:1px solid transparent;border-radius:20px;pointer-events:none;transition:.35s}.category:hover:after{border-color:rgba(34,197,94,.2)}
.cat-motion{transform-origin:center;animation:catBob 5s ease-in-out infinite}.category:nth-child(2n) .cat-motion{animation-delay:-1.4s}.category:nth-child(3n) .cat-motion{animation-delay:-2.7s}
.cat-pulse{animation:catPulse 3.8s ease-in-out infinite;transform-origin:center}
@keyframes catBob{0%,100%{transform:translateY(2px)}50%{transform:translateY(-5px)}}
@keyframes catPulse{0%,100%{opacity:.55;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}

/* premium loyalty area */
.health-card{position:relative;background:linear-gradient(125deg,#062f2a 0%,#0f766e 46%,#075985 100%);border:0;color:#fff;padding:48px;border-radius:32px;box-shadow:0 25px 70px rgba(6,78,59,.22)}
.health-card:before,.health-card:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.health-card:before{width:280px;height:280px;right:-90px;top:-120px;background:rgba(255,255,255,.08)}.health-card:after{width:190px;height:190px;left:32%;bottom:-125px;background:rgba(45,212,191,.13)}
.health-card>div{position:relative;z-index:1}.health-card .eyebrow{background:rgba(255,255,255,.12);color:#d1fae5;box-shadow:none;border:1px solid rgba(255,255,255,.14)}.health-card h2{font-size:32px;color:#fff}.health-card p{color:#d8f3ed;max-width:530px}.health-features{gap:10px}.health-feature{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.13);color:#fff;backdrop-filter:blur(8px);padding:15px 16px;transition:.3s}.health-feature:hover{background:rgba(255,255,255,.17);transform:translateY(-3px)}
.loyalty-actions{display:flex;align-items:center;gap:10px;margin-top:22px;flex-wrap:wrap}.loyalty-btn{border:0;border-radius:14px;padding:13px 21px;background:#fff;color:#075e54;font-weight:800;box-shadow:0 12px 25px rgba(0,0,0,.15)}.loyalty-caption{font-size:11px;color:#bbf7d0}
.dashboard{background:rgba(255,255,255,.96);color:#172033;box-shadow:0 22px 55px rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.45);transform:rotate(-1deg);transition:.45s}.health-card:hover .dashboard{transform:rotate(0) translateY(-4px)}
.points-card{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(120deg,#ecfdf5,#dbeafe);padding:14px;border-radius:15px;margin-top:14px}.points-ring{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#16a34a 72%,#dbeafe 0);position:relative;font-size:12px;font-weight:800}.points-ring:after{content:"";position:absolute;inset:5px;border-radius:50%;background:#fff}.points-ring span{position:relative;z-index:1}

/* footer cleanup and badges */
.contact-address{display:none!important}.contact-list{gap:14px}.contact-item.contact-phone{min-height:82px;padding:15px 16px}.contact-item.contact-phone .contact-icon{width:50px;height:50px;border-radius:16px;font-size:20px}.contact-item.contact-phone a{font-size:19px;font-weight:900;color:#fff;letter-spacing:.5px;direction:ltr;text-align:right}.contact-item.contact-phone small{font-size:12px}
.footer-brand .official-marks{border-top:0;padding-top:0;margin-top:20px;gap:11px}.official-mark{width:72px;height:72px;padding:7px;background:#fff;border-radius:18px;overflow:hidden}.official-mark img{max-width:100%;max-height:100%;object-fit:contain;display:block}.official-mark small,.official-mark b{display:none}
.footer-bottom{justify-content:space-between;align-items:center}.footer-social-bottom{display:flex;align-items:center;gap:9px;direction:rtl}.footer-social-label{font-size:12px;color:#91a5af;margin-left:3px}.footer-bottom .social-row{margin:0;flex-wrap:nowrap}.footer-brand>.social-row{display:none}
@media(max-width:980px){.categories{grid-template-columns:repeat(2,1fr)}.trust{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.trust{grid-template-columns:1fr 1fr;max-width:none}.trust-item{min-height:148px;padding:16px 10px}.trust-icon{width:62px;height:62px;flex-basis:62px}.trust-icon svg{width:53px;height:53px}.trust-item small{display:block;font-size:12px}.categories{display:flex;gap:12px}.category{min-width:210px;min-height:205px}.cat-icon{height:138px}.health-card{padding:29px 20px}.health-card h2{font-size:25px}.dashboard{transform:none}.footer-bottom{align-items:center}.footer-social-bottom{width:100%;justify-content:space-between}.footer-social-label{display:none}.contact-item.contact-phone a{font-size:18px}.official-mark{width:65px;height:65px}}
@media(prefers-reduced-motion:reduce){.cat-motion,.cat-pulse,.trust-icon svg{animation:none!important}}


/* Premium smart health companion */
.smart-companion{padding-top:18px;padding-bottom:86px;position:relative;overflow:hidden}.smart-companion:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-240px;top:-140px;background:radial-gradient(circle,rgba(45,212,191,.15),transparent 68%);pointer-events:none}.smart-companion:after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;left:-220px;bottom:-210px;background:radial-gradient(circle,rgba(56,189,248,.14),transparent 68%);pointer-events:none}.smart-companion-shell{position:relative;padding:52px 46px;border:1px solid rgba(148,163,184,.23);border-radius:36px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(240,253,250,.78));box-shadow:0 30px 85px rgba(15,118,110,.10);overflow:hidden}.smart-companion-shell:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(15,118,110,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,118,110,.035) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(to bottom,black,transparent 88%);pointer-events:none}.smart-companion-head{position:relative;z-index:1;max-width:720px;margin:0 auto 30px;text-align:center}.smart-companion-head h2{font-size:34px;margin:13px 0 10px;color:#0f172a}.smart-companion-head p{margin:0;color:#64748b;line-height:2;font-size:14px}.smart-service-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.smart-service-card{position:relative;min-height:350px;padding:24px;border:1px solid rgba(255,255,255,.72);border-radius:27px;background:rgba(255,255,255,.74);backdrop-filter:blur(18px);box-shadow:0 16px 45px rgba(15,23,42,.07);overflow:hidden;display:flex;flex-direction:column;transition:transform .45s cubic-bezier(.2,.75,.2,1),box-shadow .45s,border-color .45s}.smart-service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 18%,rgba(255,255,255,.75) 48%,transparent 72%);transform:translateX(140%);transition:transform .9s ease;pointer-events:none}.smart-service-card:hover{transform:translateY(-10px);box-shadow:0 28px 70px rgba(15,118,110,.14);border-color:rgba(45,212,191,.42)}.smart-service-card:hover:before{transform:translateX(-140%)}.smart-service-glow{position:absolute;width:150px;height:150px;border-radius:50%;left:-60px;top:-60px;filter:blur(8px);opacity:.3;transition:.45s}.ai-card .smart-service-glow{background:#2dd4bf}.rx-card .smart-service-glow{background:#22c55e}.delivery-card .smart-service-glow{background:#38bdf8}.rare-card .smart-service-glow{background:#fb7185}.smart-service-card:hover .smart-service-glow{transform:scale(1.3);opacity:.42}.smart-service-icon{position:relative;width:112px;height:112px;margin:0 auto 20px;border-radius:31px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(248,250,252,.72));box-shadow:inset 0 0 0 1px rgba(148,163,184,.14),0 18px 35px rgba(15,23,42,.09);transition:transform .55s cubic-bezier(.2,.8,.2,1)}.smart-service-icon svg{width:96px;height:96px}.smart-service-card:hover .smart-service-icon{transform:translateY(-5px) rotate(-3deg) scale(1.04)}.smart-service-copy{display:flex;flex-direction:column;flex:1;text-align:right}.smart-kicker{font-size:12px;font-weight:900;letter-spacing:.2px;color:#0f766e;margin-bottom:7px}.smart-service-copy h3{font-size:18px;margin:0 0 9px;color:#0f172a}.smart-service-copy p{font-size:12px;line-height:1.95;color:#64748b;margin:0 0 18px}.smart-link{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#0f766e;font-family:inherit;font-size:12px;font-weight:900;padding:8px 0;cursor:pointer;text-decoration:none}.smart-link span{transition:transform .25s}.smart-link:hover span{transform:translateX(-4px)}

.smart-companion .smart-service-card.reveal.is-visible,.smart-companion .smart-companion-head.reveal.is-visible{opacity:1;transform:none}
.no-js .smart-companion .reveal{opacity:1;transform:none}
@media(max-width:980px){.smart-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.smart-companion-shell{padding:42px 28px}}
@media(max-width:680px){.smart-companion{padding-bottom:54px}.smart-companion-shell{padding:32px 16px;border-radius:26px}.smart-companion-head{text-align:right;margin-bottom:23px}.smart-companion-head h2{font-size:25px;line-height:1.55}.smart-service-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:5px 2px 18px;gap:13px}.smart-service-card{min-width:82vw;min-height:330px;scroll-snap-align:center}.smart-service-icon{width:102px;height:102px}.smart-service-icon svg{width:87px;height:87px}}
@media(prefers-reduced-motion:reduce){.smart-service-card,.smart-service-icon,.smart-service-card:before,.smart-service-glow{transition:none!important}}


/* pharmaceutical partners strip */
.pharma-brands{position:relative;padding:10px 0 54px;background:linear-gradient(180deg,#f8fafc 0%,#fff 55%,#f8fafc 100%);overflow:hidden}
.pharma-brands:before,.pharma-brands:after{content:"";position:absolute;top:0;bottom:0;width:110px;z-index:4;pointer-events:none}.pharma-brands:before{right:0;background:linear-gradient(90deg,transparent,#f8fafc)}.pharma-brands:after{left:0;background:linear-gradient(-90deg,transparent,#f8fafc)}
.pharma-brands-head{text-align:center;margin-bottom:22px}.pharma-brands-head .eyebrow{display:inline-flex;margin-bottom:8px}.pharma-brands-head h2{margin:0;font-size:25px;color:#0f172a}.pharma-brands-head p{margin:8px auto 0;color:#64748b;font-size:12px;line-height:1.9}
.brand-marquee{position:relative;overflow:hidden;padding:10px 0}.brand-track{display:flex;width:max-content;gap:16px;animation:brandFlow 32s linear infinite;will-change:transform}.brand-marquee:hover .brand-track{animation-play-state:paused}@keyframes brandFlow{from{transform:translateX(0)}to{transform:translateX(50%)}}
.brand-logo-card{width:170px;height:94px;border:1px solid #e5e7eb;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-radius:20px;display:grid;place-items:center;padding:17px 20px;box-shadow:0 10px 30px rgba(15,23,42,.055);position:relative;overflow:hidden;transition:.35s cubic-bezier(.2,.8,.2,1);flex:none}.brand-logo-card:before{content:"";position:absolute;inset:-55%;background:conic-gradient(from 180deg,transparent,rgba(34,197,94,.15),transparent 32%,rgba(14,165,233,.12),transparent 62%);opacity:0;transition:.35s}.brand-logo-card:after{content:"";position:absolute;inset:1px;border-radius:19px;background:#fff;z-index:0}.brand-logo-card:hover{transform:translateY(-7px) scale(1.025);border-color:rgba(34,197,94,.3);box-shadow:0 20px 42px rgba(15,23,42,.11)}.brand-logo-card:hover:before{opacity:1;animation:brandHalo 5s linear infinite}@keyframes brandHalo{to{transform:rotate(360deg)}}
.brand-logo-card img{position:relative;z-index:2;max-width:126px;max-height:48px;width:auto;height:auto;object-fit:contain;filter:grayscale(1) saturate(.2);opacity:.72;transition:.35s}.brand-logo-card:hover img{filter:grayscale(0) saturate(1);opacity:1;transform:scale(1.06)}.brand-fallback{position:relative;z-index:2;display:none;font-weight:900;color:#334155;font-size:19px;letter-spacing:.2px}
.pharma-note{text-align:center;margin-top:15px;color:#94a3b8;font-size:12px}.pharma-note strong{color:#64748b}
@media(max-width:680px){.pharma-brands{padding:0 0 38px}.pharma-brands-head h2{font-size:21px}.brand-logo-card{width:145px;height:82px;border-radius:17px;padding:14px}.brand-logo-card:after{border-radius:16px}.brand-logo-card img{max-width:108px;max-height:40px}.brand-track{gap:11px;animation-duration:26s}.pharma-brands:before,.pharma-brands:after{width:42px}}
@media(prefers-reduced-motion:reduce){.brand-track{animation:none;transform:none}.brand-marquee{overflow-x:auto}.brand-logo-card:hover:before{animation:none}}

/* seamless brands-to-footer transition */
.pharma-brands{padding:18px 0 0;background:linear-gradient(180deg,#f8fafc 0%,#ffffff 48%,#eaf7f1 78%,#0d2a22 100%)}
.pharma-brands:before{background:linear-gradient(90deg,transparent,rgba(248,250,252,.96))}.pharma-brands:after{background:linear-gradient(-90deg,transparent,rgba(248,250,252,.96))}
.pharma-note{margin:20px auto 0;padding:13px 18px 26px;text-align:center;color:#557064;background:rgba(255,255,255,.58);border:1px solid rgba(21,128,61,.08);border-radius:16px 16px 0 0;max-width:840px;backdrop-filter:blur(10px)}
.footer-bridge{position:relative;z-index:6;margin-top:24px;padding:0 0 34px}
.footer-bridge-card{position:relative;display:grid;grid-template-columns:1.25fr auto;align-items:center;gap:28px;padding:28px 32px;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:linear-gradient(125deg,rgba(8,62,48,.96),rgba(3,105,161,.88));box-shadow:0 28px 70px rgba(3,42,34,.24);overflow:hidden;color:#fff}
.footer-bridge-card:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-100px;top:-150px;background:radial-gradient(circle,rgba(134,239,172,.28),transparent 68%)}
.footer-bridge-card:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;left:-90px;bottom:-145px;background:radial-gradient(circle,rgba(125,211,252,.25),transparent 68%)}
.footer-bridge-copy,.footer-bridge-actions{position:relative;z-index:2}.footer-bridge-copy span{display:inline-flex;align-items:center;gap:7px;padding:6px 11px;border-radius:999px;background:rgba(255,255,255,.12);font-size:12px;font-weight:800;color:#d9f99d}.footer-bridge-copy h3{margin:10px 0 7px;font-size:23px;color:#fff}.footer-bridge-copy p{margin:0;max-width:650px;font-size:12px;line-height:2;color:#d8eef0}.footer-bridge-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.footer-bridge-actions a{min-height:46px;padding:0 18px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;transition:.3s}.footer-bridge-actions .primary{background:#fff;color:#0f513d;box-shadow:0 10px 25px rgba(0,0,0,.14)}.footer-bridge-actions .secondary{border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.08);color:#fff}.footer-bridge-actions a:hover{transform:translateY(-3px)}
.pharma-to-footer-wave{height:58px;margin-top:-1px;background:#0d2a22;clip-path:ellipse(78% 64% at 50% 100%)}
footer{margin-top:0;padding-top:6px;background:linear-gradient(145deg,#0d2a22 0%,#0f2d24 46%,#0f172a 100%)}
.footer-body{padding-top:24px}.footer-grid{padding:28px;border:1px solid rgba(255,255,255,.07);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.018));box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.footer-brand .logo-mark{box-shadow:0 0 0 7px rgba(74,222,128,.08),0 12px 28px rgba(0,0,0,.2)}
@media(max-width:680px){.pharma-brands{padding-top:4px}.pharma-note{margin-top:14px;padding:12px 14px 22px;border-radius:14px 14px 0 0}.footer-bridge{margin-top:14px;padding-bottom:24px}.footer-bridge-card{grid-template-columns:1fr;padding:23px 19px;border-radius:22px}.footer-bridge-copy h3{font-size:20px}.footer-bridge-actions{justify-content:stretch}.footer-bridge-actions a{flex:1}.pharma-to-footer-wave{height:38px;clip-path:ellipse(95% 62% at 50% 100%)}.footer-body{padding-top:12px}.footer-grid{padding:20px 16px;border-radius:22px}}



/* customer club navigation highlight */
.customer-club-link{position:relative;height:40px;margin-inline-start:auto;padding:0 14px 0 10px;border-radius:14px;display:inline-flex;align-items:center;gap:7px;color:#064e3b!important;font-size:12px;font-weight:900;background:linear-gradient(115deg,#dcfce7,#ecfeff 55%,#fef3c7);border:1px solid rgba(22,163,74,.22);box-shadow:0 8px 24px rgba(21,128,61,.13);overflow:hidden;isolation:isolate;transition:transform .25s ease,box-shadow .25s ease}
.customer-club-link:before{content:"";position:absolute;inset:-2px;z-index:-2;background:linear-gradient(100deg,#22c55e,#38bdf8,#facc15,#22c55e);background-size:260% 100%;animation:clubGlow 4.5s linear infinite}
.customer-club-link:after{content:"";position:absolute;inset:1px;border-radius:12px;z-index:-1;background:linear-gradient(115deg,rgba(240,253,244,.97),rgba(236,254,255,.97) 58%,rgba(254,249,195,.97))}
.customer-club-link:hover{transform:translateY(-3px) scale(1.025);box-shadow:0 14px 32px rgba(21,128,61,.22)}
.club-nav-icon{width:25px;height:25px;border-radius:9px;display:grid;place-items:center;background:#15803d;color:#fff;box-shadow:0 5px 12px rgba(21,128,61,.25);animation:clubPulse 2.1s ease-in-out infinite}
.customer-club-link small{padding:2px 6px;border-radius:999px;background:#dc2626;color:#fff;font-size:12px;line-height:1.5;box-shadow:0 4px 10px rgba(220,38,38,.22)}
@keyframes clubGlow{to{background-position:260% 0}}
@keyframes clubPulse{50%{transform:rotate(-8deg) scale(1.1)}}
/* tighter transition after removing homepage benefit cards */
.hero{padding-bottom:34px}.hero + .section{padding-top:12px}
@media(max-width:980px){.customer-club-link{margin-inline-start:0}}
@media(prefers-reduced-motion:reduce){.customer-club-link:before,.club-nav-icon{animation:none!important}}

/* Revenue-focused need pathways */
.need-pathways{position:relative;padding:28px 0 70px;background:linear-gradient(180deg,#f8fafc 0%,#ffffff 45%,#edf9f3 100%);overflow:hidden}
.need-pathways:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;right:-180px;top:-180px;background:radial-gradient(circle,rgba(34,197,94,.13),transparent 68%)}
.need-pathways-head{text-align:center;position:relative;z-index:2;margin-bottom:24px}.need-pathways-head .eyebrow{display:inline-flex;margin-bottom:9px}.need-pathways-head h2{margin:0;color:#0f172a;font-size:var(--fs-24);line-height:1.55}.need-pathways-head p{max-width:680px;margin:8px auto 0;color:#64748b;font-size:var(--fs-12);line-height:2}
.need-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;position:relative;z-index:2}.need-card{position:relative;min-height:235px;border-radius:24px;padding:21px;overflow:hidden;background:#fff;border:1px solid #e7f1eb;box-shadow:0 14px 34px rgba(15,23,42,.06);transition:.3s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column}.need-card:hover{transform:translateY(-7px);box-shadow:0 23px 46px rgba(15,23,42,.11);border-color:rgba(34,197,94,.28)}
.need-card:after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;left:-42px;top:-40px;background:var(--need-bg);opacity:.7}.need-icon{width:62px;height:62px;border-radius:20px;display:grid;place-items:center;background:var(--need-bg);font-size:31px;position:relative;z-index:2;margin-bottom:18px}.need-card h3{margin:0 0 7px;font-size:17px;color:#10231d;position:relative;z-index:2}.need-card p{font-size:11px;line-height:1.95;color:#64748b;margin:0 0 17px;position:relative;z-index:2;flex:1}.need-link{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eef3f0;padding-top:14px;font-size:11px;font-weight:800;color:#15803d;position:relative;z-index:2}.need-link span{width:30px;height:30px;border-radius:10px;background:#ecfdf3;display:grid;place-items:center;font-size:16px;transition:.25s}.need-card:hover .need-link span{transform:translateX(-4px);background:#16a34a;color:#fff}
.need-card.skin{--need-bg:linear-gradient(145deg,#ffe4e6,#fae8ff)}.need-card.immunity{--need-bg:linear-gradient(145deg,#dcfce7,#ccfbf1)}.need-card.weight{--need-bg:linear-gradient(145deg,#fef3c7,#ffedd5)}.need-card.sport{--need-bg:linear-gradient(145deg,#dbeafe,#e0e7ff)}
.need-commercial-strip{position:relative;z-index:2;margin-top:17px;padding:15px 18px;border-radius:18px;background:linear-gradient(120deg,#0f766e,#15803d);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 16px 34px rgba(15,118,110,.17)}.need-commercial-strip strong{font-size:14px}.need-commercial-strip small{display:block;color:#d1fae5;font-size:12px;margin-top:4px}.need-commercial-strip a{white-space:nowrap;background:#fff;color:#166534;padding:10px 15px;border-radius:12px;font-size:11px;font-weight:900}
.official-mark{isolation:isolate}.official-mark svg{width:100%;height:100%;display:block}.official-mark .mark-label{font-family:'DaruGetLocal',Tahoma,Arial,sans-serif;font-weight:800}
@media(max-width:980px){.need-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.need-pathways{padding:10px 0 50px}.need-pathways-head h2{font-size:clamp(1.35rem,5.3vw,1.62rem)}.need-grid{display:flex;overflow:auto;padding:2px 1px 14px;scroll-snap-type:x mandatory}.need-card{min-width:79vw;scroll-snap-align:start}.need-commercial-strip{align-items:flex-start;flex-direction:column}.need-commercial-strip a{width:100%;text-align:center}}


/* v6 robust embedded logos + premium mega menu */
.daruget-logo-svg{width:100%;height:100%;display:block;filter:drop-shadow(0 7px 14px rgba(15,118,110,.18))}.daruget-logo-img{display:none!important}.official-mark svg{width:100%;height:100%;display:block;object-fit:contain}.official-mark{height:128px;padding:8px;background:#fff}.mega-pro{padding:0;overflow:hidden;border:1px solid #dbeafe;box-shadow:0 30px 90px rgba(15,23,42,.20)}.mega-sidebar{border-radius:0;padding:28px 24px}.mega-groups{padding:24px 18px;gap:6px}.mega-group{border-radius:16px;padding:13px 12px;transition:.22s}.mega-group:hover{background:#f8fafc;box-shadow:inset 0 0 0 1px #e2e8f0}.mega-group h4{display:flex;align-items:center;gap:8px;font-size:13px;color:#0f766e}.mega-group h4:before{content:"";width:8px;height:8px;border-radius:3px;background:linear-gradient(135deg,#0f766e,#22c55e);box-shadow:0 0 0 5px #ecfdf5}.mega-group a{position:relative;padding:8px 14px 8px 8px}.mega-group a:before{content:"";position:absolute;right:2px;top:50%;width:4px;height:4px;border-radius:50%;background:#cbd5e1;transform:translateY(-50%)}.mega-group a:hover:before{background:#22c55e}.mega-quick{border-radius:0;border:0;border-right:1px solid #e2e8f0;padding:24px 16px}.mega-quick:before{content:"دسترسی سریع";display:block;font-size:12px;font-weight:900;color:#0f766e;background:#ecfdf5;padding:6px 9px;border-radius:99px;width:max-content;margin-bottom:14px}.quick-card{min-height:64px}.nav-mega-trigger>a:after{content:"⌄";font-size:12px;margin-right:4px;color:#64748b}.official-marks-row{align-items:stretch}.official-mark img{display:none!important}@media(max-width:980px){.mega-pro{padding:0}.mega-groups{padding:18px 12px}.official-mark{height:116px}}


/* ===== DaruGet v16 — distinctive premium mega-menu headers ===== */
.category-mega{
  --mh-a:#0f766e;--mh-b:#16a34a;--mh-c:#22c55e;
  --mh-soft:rgba(255,255,255,.16);--mh-glow:rgba(255,255,255,.20);
}
.beauty-mega{--mh-a:#4c1d95;--mh-b:#a21caf;--mh-c:#ec4899;--mh-glow:rgba(251,207,232,.34)}
.supplement-mega{--mh-a:#064e3b;--mh-b:#0f766e;--mh-c:#14b8a6;--mh-glow:rgba(153,246,228,.30)}
.sport-mega{--mh-a:#172554;--mh-b:#0369a1;--mh-c:#0ea5e9;--mh-glow:rgba(186,230,253,.28)}
.family-mega{--mh-a:#7c2d12;--mh-b:#ea580c;--mh-c:#fb7185;--mh-glow:rgba(254,215,170,.32)}
.sexual-mega{--mh-a:#581c87;--mh-b:#9d174d;--mh-c:#e11d48;--mh-glow:rgba(251,207,232,.28)}

.category-mega-head{
  position:sticky;top:0;z-index:4;min-height:104px;padding:18px 26px 18px 28px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  overflow:hidden;border:0;border-bottom:1px solid rgba(255,255,255,.18);
  background:
    radial-gradient(circle at 12% 20%,var(--mh-glow) 0 1px,transparent 2px) 0 0/18px 18px,
    radial-gradient(circle at 78% -35%,rgba(255,255,255,.24),transparent 38%),
    linear-gradient(118deg,var(--mh-a) 0%,var(--mh-b) 55%,var(--mh-c) 100%);
  box-shadow:0 12px 30px rgba(15,23,42,.16),inset 0 1px 0 rgba(255,255,255,.18);
  isolation:isolate;
}
.category-mega-head:before{
  content:"";position:absolute;inset:auto -70px -105px auto;width:250px;height:250px;
  border:44px solid rgba(255,255,255,.08);border-radius:50%;transform:rotate(-18deg);z-index:-1;
}
.category-mega-head:after{
  content:"";position:absolute;top:-84px;right:38%;width:190px;height:190px;
  background:linear-gradient(145deg,rgba(255,255,255,.19),rgba(255,255,255,0));
  border-radius:46px;transform:rotate(32deg);filter:blur(.2px);z-index:-1;
}
.category-mega-head>div{position:relative;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"mark kicker" "mark title" "mark desc";column-gap:15px;align-items:center;min-width:0}
.category-mega-head>div:before{
  content:"";grid-area:mark;width:48px;height:48px;border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.28),rgba(255,255,255,.10));
  border:1px solid rgba(255,255,255,.30);box-shadow:0 12px 28px rgba(15,23,42,.18),inset 0 1px 0 rgba(255,255,255,.34);
  backdrop-filter:blur(10px);
}
.category-mega-head>div:after{
  content:"✦";position:absolute;right:15px;top:50%;transform:translate(50%,-50%);
  width:48px;text-align:center;color:#fff;font-size:20px;text-shadow:0 3px 12px rgba(0,0,0,.18)
}
.category-mega-head .mega-kicker{
  grid-area:kicker;display:flex;align-items:center;gap:8px;margin:0 0 2px;
  color:rgba(255,255,255,.82);font-size:12px;font-weight:850;letter-spacing:.20em;line-height:1.2
}
.category-mega-head .mega-kicker:after{content:"";width:38px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.70),transparent)}
.category-mega-head h3{
  grid-area:title;margin:0;color:#fff;font-size:21px;font-weight:950;line-height:1.45;
  letter-spacing:-.035em;text-shadow:0 3px 14px rgba(15,23,42,.20)
}
.category-mega-head p{
  grid-area:desc;margin:1px 0 0;color:rgba(255,255,255,.88);font-size:11.2px;font-weight:570;line-height:1.85;
  text-shadow:0 2px 8px rgba(15,23,42,.12)
}
.category-mega-head>a{
  position:relative;z-index:1;flex:0 0 auto;display:inline-flex;align-items:center;gap:9px;
  color:#fff!important;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.32);
  padding:11px 15px;border-radius:13px;font-size:10.8px;font-weight:900;
  box-shadow:0 10px 24px rgba(15,23,42,.16),inset 0 1px 0 rgba(255,255,255,.24);
  backdrop-filter:blur(12px);transition:.22s ease
}
.category-mega-head>a:after{content:"←";font-size:15px;line-height:1;transition:.2s}
.category-mega-head>a:hover{background:#fff;color:var(--mh-b)!important;transform:translateY(-2px);box-shadow:0 14px 30px rgba(15,23,42,.22)}
.category-mega-head>a:hover:after{transform:translateX(-3px)}

/* Keep menu links refined and highly readable */
.category-mega-grid section h4{font-size:13.2px;font-weight:900;letter-spacing:-.018em}
.category-mega-grid section a{font-size:11px;font-weight:570;line-height:1.65}
.mega-subtitle{font-size:12px;letter-spacing:.015em}

@media(max-width:1100px){
  .category-mega-head{min-height:94px;padding:15px 20px}
  .category-mega-head h3{font-size:18px}.category-mega-head p{font-size:12px}
  .category-mega-head>div:before{width:43px;height:43px;border-radius:14px}
  .category-mega-head>div:after{width:43px;font-size:18px}
}

/* OTC navigation */
.otc-nav-link{display:flex;align-items:center;gap:8px;padding:8px 11px;border-radius:12px;text-decoration:none;color:#0f766e;background:linear-gradient(135deg,#ecfdf5,#f0fdfa);border:1px solid #bbf7d0;white-space:nowrap;transition:.2s ease}
.otc-nav-link:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(15,118,110,.12);border-color:#5eead4}
.otc-nav-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:#0f766e;color:#fff;font-size:15px;font-weight:900}
.otc-nav-link span:last-child{display:flex;flex-direction:column;line-height:1.15}.otc-nav-link b{font-size:12px}.otc-nav-link small{font-size:12px;color:#64748b;letter-spacing:.5px}
@media(max-width:1180px){.otc-nav-link{padding:7px 8px}.otc-nav-link b{font-size:11px}}

/* DaruGet v10: unified socials, clearer cart badge and topbar */
.social{color:#86efac!important;border-color:rgba(134,239,172,.24)!important;background:rgba(134,239,172,.08)!important}.social:before{background:#15803d!important}.social svg{fill:currentColor!important}.social-brand img{width:20px!important;height:20px!important;object-fit:contain;filter:grayscale(1) brightness(0) invert(88%) sepia(24%) saturate(843%) hue-rotate(78deg) brightness(101%) contrast(91%)!important}.social:hover{color:#fff!important}.social:hover img{filter:brightness(0) invert(1)!important}.badge{top:-7px!important;left:-7px!important;width:25px!important;height:25px!important;font-size:13px!important;font-weight:900!important;border-width:2px!important;box-shadow:0 5px 12px rgba(220,38,38,.28)!important}.topbar .topbar-layout{justify-content:space-between!important;gap:24px}.notice-track{flex:1;width:auto!important;display:block!important;text-align:right!important}.notice-message{right:0;left:auto;justify-content:flex-start!important;text-align:right!important}.topbar-phone{flex:none;min-width:235px;height:32px;padding:0 13px;border-radius:11px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;position:relative;z-index:2;box-shadow:0 7px 18px rgba(0,0,0,.12)}.topbar-phone small{font-size:12px;opacity:.82}.topbar-phone strong{font-size:15px;letter-spacing:.5px}.phone-pulse{width:8px;height:8px;border-radius:50%;background:#fef08a;box-shadow:0 0 0 0 rgba(254,240,138,.75);animation:phonePulse 1.25s infinite}@keyframes phonePulse{0%{box-shadow:0 0 0 0 rgba(254,240,138,.72)}70%{box-shadow:0 0 0 8px rgba(254,240,138,0)}100%{box-shadow:0 0 0 0 rgba(254,240,138,0)}}@media(max-width:900px){.topbar-phone{min-width:205px}.topbar-phone small{display:none}.notice-message{font-size:12px}}

/* Prescription submission flow */
.rx-trigger{cursor:pointer}.rx-trigger:focus-visible{outline:3px solid rgba(2,132,199,.25);outline-offset:4px}.rx-modal{position:fixed;inset:0;z-index:1200;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(15,23,42,.58);backdrop-filter:blur(8px)}.rx-modal.open{display:flex}.rx-dialog{width:min(760px,100%);max-height:min(90vh,820px);overflow:auto;background:#fff;border:1px solid rgba(255,255,255,.8);border-radius:30px;box-shadow:0 34px 100px rgba(15,23,42,.28);position:relative}.rx-dialog-head{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px 18px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid #edf2f7}.rx-head-copy{display:flex;align-items:center;gap:12px}.rx-head-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#dcfce7,#dbeafe);font-size:24px}.rx-head-copy strong{display:block;font-size:17px;color:#0f172a}.rx-head-copy small{display:block;margin-top:3px;color:#64748b;font-size:12px}.rx-close{width:40px;height:40px;border:0;border-radius:13px;background:#f1f5f9;color:#475569;font-size:18px}.rx-body{padding:24px}.rx-stepper{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:24px}.rx-step{height:7px;border-radius:99px;background:#e2e8f0;transition:.25s}.rx-step.active{background:linear-gradient(90deg,#15803d,#22c55e)}.rx-view{display:none}.rx-view.active{display:block;animation:rxFade .25s ease}.rx-intro{text-align:center;margin-bottom:20px}.rx-intro h2{margin:0 0 8px;font-size:23px;color:#10231d}.rx-intro p{margin:0;color:#64748b;font-size:12px;line-height:2}.rx-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.rx-type-card{border:1px solid #e2e8f0;border-radius:22px;padding:22px;text-align:right;background:linear-gradient(145deg,#fff,#f8fafc);transition:.25s;position:relative;overflow:hidden}.rx-type-card:before{content:"";position:absolute;width:110px;height:110px;border-radius:50%;left:-40px;top:-45px;background:var(--rx-accent);opacity:.6}.rx-type-card:hover{transform:translateY(-4px);border-color:#86efac;box-shadow:0 18px 35px rgba(15,23,42,.09)}.rx-type-icon{width:58px;height:58px;border-radius:19px;display:grid;place-items:center;background:var(--rx-accent);font-size:27px;margin-bottom:16px;position:relative}.rx-type-card h3{margin:0 0 7px;font-size:17px}.rx-type-card p{margin:0 0 18px;color:#64748b;font-size:11px;line-height:1.9;min-height:42px}.rx-type-action{display:flex;justify-content:space-between;align-items:center;color:#15803d;font-size:11px;font-weight:900}.rx-type-action b{width:30px;height:30px;border-radius:10px;background:#ecfdf5;display:grid;place-items:center}.rx-type-card.paper{--rx-accent:linear-gradient(145deg,#dbeafe,#e0f2fe)}.rx-type-card.digital{--rx-accent:linear-gradient(145deg,#dcfce7,#ccfbf1)}.rx-form-title{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:20px}.rx-form-title h2{margin:0 0 5px;font-size:21px}.rx-form-title p{margin:0;color:#64748b;font-size:11px;line-height:1.8}.rx-back{border:0;background:#f1f5f9;color:#475569;border-radius:12px;padding:9px 12px;font-size:12px;font-weight:800}.rx-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.rx-field{display:flex;flex-direction:column;gap:7px}.rx-field.full{grid-column:1/-1}.rx-field label{font-size:11px;font-weight:800;color:#334155}.rx-field label span{color:#ef4444}.rx-field input,.rx-field select,.rx-field textarea{width:100%;border:1px solid #dbe3ec;border-radius:14px;background:#fff;padding:12px 13px;color:#172033;outline:none;transition:.2s}.rx-field textarea{min-height:105px;resize:vertical;line-height:1.8}.rx-field input:focus,.rx-field select:focus,.rx-field textarea:focus{border-color:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.1)}.rx-field.invalid input,.rx-field.invalid select{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.08)}.rx-error{display:none;color:#dc2626;font-size:12px}.rx-field.invalid .rx-error{display:block}.rx-upload{border:1.5px dashed #93c5fd;border-radius:18px;background:#f8fbff;padding:22px;text-align:center;cursor:pointer;position:relative}.rx-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.rx-upload-icon{font-size:30px}.rx-upload strong{display:block;margin:6px 0 4px;font-size:12px}.rx-upload small{color:#64748b;font-size:12px}.rx-file-name{margin-top:8px;color:#15803d;font-size:12px;font-weight:800}.rx-consent{display:flex;align-items:flex-start;gap:9px;padding:12px 14px;border-radius:14px;background:#f8fafc;color:#64748b;font-size:12px;line-height:1.9;margin-top:16px}.rx-consent input{margin-top:4px}.rx-submit{width:100%;height:50px;margin-top:16px;border:0;border-radius:15px;background:linear-gradient(120deg,#15803d,#22c55e);color:#fff;font-size:12px;font-weight:900;box-shadow:0 12px 26px rgba(21,128,61,.2)}.rx-submit:disabled{opacity:.65;cursor:not-allowed}.rx-success{text-align:center;padding:26px 10px 18px}.rx-success-mark{width:84px;height:84px;margin:0 auto 18px;border-radius:28px;background:linear-gradient(145deg,#dcfce7,#ccfbf1);display:grid;place-items:center;color:#15803d;font-size:42px;box-shadow:0 15px 35px rgba(21,128,61,.14)}.rx-success h2{margin:0 0 10px;font-size:23px}.rx-success p{max-width:490px;margin:0 auto;color:#64748b;font-size:12px;line-height:2}.rx-track{display:inline-flex;margin-top:16px;padding:9px 14px;border-radius:12px;background:#f1f5f9;color:#334155;font-size:12px;font-weight:800}.rx-success-actions{display:flex;justify-content:center;gap:10px;margin-top:22px}.rx-success-actions button{min-width:150px;height:45px;border-radius:14px;font-size:11px;font-weight:900}.rx-done{border:0;background:#15803d;color:#fff}.rx-new{border:1px solid #dbe3ec;background:#fff;color:#334155}@keyframes rxFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media(max-width:680px){.rx-modal{padding:0;align-items:flex-end}.rx-dialog{max-height:94vh;border-radius:26px 26px 0 0}.rx-dialog-head{padding:17px 18px 14px}.rx-body{padding:18px}.rx-type-grid,.rx-form-grid{grid-template-columns:1fr}.rx-field.full{grid-column:auto}.rx-type-card p{min-height:auto}.rx-intro h2{font-size:20px}.rx-success-actions{flex-direction:column}.rx-success-actions button{width:100%}}


/* Real brand product images — no layout changes */
.real-brand-product .product-img{background:#fff!important}
.real-brand-product .product-img img{object-fit:contain!important;padding:12px!important;mix-blend-mode:normal!important}
.real-brand-product .brand{letter-spacing:.04em}

/* Official DaruGet logo integration */
.header-main{grid-template-columns:230px 1fr auto}
.logo{display:flex;align-items:center;justify-content:flex-start;min-width:0;text-decoration:none}
.site-logo-img{display:block;width:210px;height:auto;max-height:64px;object-fit:contain;object-position:right center;image-rendering:auto}
.footer-brand .logo{display:inline-flex;background:rgba(255,255,255,.98);padding:10px 14px;border-radius:18px;box-shadow:0 14px 35px rgba(0,0,0,.18);margin-bottom:12px}
.footer-brand .site-logo-img{width:190px;max-height:52px}
.drawer-head .site-logo-img{width:155px;max-height:46px}
@media(max-width:900px){.header-main{grid-template-columns:190px 1fr auto}.site-logo-img{width:175px}}
@media(max-width:680px){.header-main{grid-template-columns:138px 1fr auto}.site-logo-img{width:130px;max-height:42px}.footer-brand .site-logo-img{width:170px}.footer-brand .logo{padding:9px 12px;border-radius:16px}}

.site-logo-img{display:block!important;width:clamp(190px,18vw,270px)!important;height:auto!important;max-height:82px!important;object-fit:contain!important;object-position:center!important;filter:drop-shadow(0 8px 18px rgba(14,116,144,.12));}
.logo{display:flex!important;align-items:center!important;justify-content:flex-start!important;min-width:220px;overflow:visible!important;}
.drawer-head .site-logo-img,.mobile-drawer .site-logo-img{width:180px!important;max-height:62px!important;}
.footer-brand .logo,.footer-logo,.footer .logo{background:rgba(255,255,255,.97);border:1px solid rgba(255,255,255,.32);border-radius:22px;padding:12px 18px;box-shadow:0 16px 40px rgba(2,8,23,.22);display:inline-flex!important;}
.footer-brand .site-logo-img,.footer .site-logo-img{width:clamp(235px,24vw,355px)!important;max-height:118px!important;filter:none!important;}
@media(max-width:900px){.logo{min-width:180px}.site-logo-img{width:205px!important;max-height:68px!important}}
@media(max-width:560px){.logo{min-width:145px}.site-logo-img{width:158px!important;max-height:54px!important}.drawer-head .site-logo-img{width:155px!important}.footer-brand .site-logo-img,.footer .site-logo-img{width:230px!important;max-height:92px!important}}

/* DaruGet final responsive brand system */
.logo{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;min-width:0!important;background:none!important;padding:0!important;box-shadow:none!important;border-radius:0!important}
.site-logo-img{display:block!important;height:auto!important;object-fit:contain!important;image-rendering:auto!important;flex:none}
.site-logo-header{width:clamp(168px,15vw,205px)!important;max-height:58px!important;object-position:right center!important}
.site-logo-mobile{width:152px!important;max-height:52px!important;object-position:right center!important}
.footer-brand .logo{background:none!important;padding:0!important;box-shadow:none!important;margin:0 0 16px!important}
.site-logo-footer{width:210px!important;max-height:76px!important;object-position:right center!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.18))}
@media(max-width:900px){.header-main{grid-template-columns:170px 1fr auto!important}.site-logo-header{width:168px!important;max-height:54px!important}}
@media(max-width:680px){.header-main{grid-template-columns:124px 1fr auto!important}.site-logo-header{width:120px!important;max-height:42px!important}.site-logo-mobile{width:138px!important;max-height:48px!important}.site-logo-footer{width:184px!important;max-height:66px!important}}
@media(max-width:420px){.header-main{grid-template-columns:108px 1fr auto!important}.site-logo-header{width:104px!important;max-height:38px!important}}

.daruget-brand{display:inline-flex!important;align-items:center!important;gap:10px!important;min-width:0!important;text-decoration:none!important;background:none!important;border:0!important;padding:0!important;box-shadow:none!important}
.daruget-symbol{display:block;flex:0 0 auto;width:58px;height:58px;overflow:visible}
.daruget-wordmark{display:flex;flex-direction:column;align-items:flex-start;line-height:1;white-space:nowrap}
.daruget-wordmark strong{font-family:Vazirmatn,Tahoma,Arial,sans-serif;font-size:23px;font-weight:900;color:#22C55E;letter-spacing:-.7px}
.daruget-wordmark strong b{color:#2563EB}
.daruget-wordmark em{font-family:Inter,Arial,sans-serif;font-style:normal;font-size:20px;font-weight:800;color:#22C55E;margin-top:4px}
.daruget-wordmark em b{color:#2563EB}
.daruget-wordmark small{font-size:12px;color:#64748B;margin-top:5px;letter-spacing:.2px}
.daruget-brand-header{width:auto!important;max-width:210px}
.daruget-brand-mobile .daruget-symbol{width:48px;height:48px}.daruget-brand-mobile .daruget-wordmark strong{font-size:19px}.daruget-brand-mobile .daruget-wordmark em{font-size:16px}.daruget-brand-mobile .daruget-wordmark small{display:none}
.daruget-brand-footer{margin:0 0 16px!important}.daruget-brand-footer .daruget-symbol{width:62px;height:62px}.daruget-brand-footer .daruget-wordmark strong,.daruget-brand-footer .daruget-wordmark em{color:#fff}.daruget-brand-footer .daruget-wordmark small{color:#CFE8FF}.daruget-brand-footer .daruget-wordmark strong b,.daruget-brand-footer .daruget-wordmark em b{color:inherit}
.daruget-brand-footer .daruget-symbol{filter:brightness(0) invert(1)}
@media(max-width:900px){.daruget-brand-header .daruget-symbol{width:52px;height:52px}.daruget-brand-header .daruget-wordmark strong{font-size:20px}.daruget-brand-header .daruget-wordmark em{font-size:17px}.daruget-brand-header .daruget-wordmark small{font-size:12px}}
@media(max-width:680px){.daruget-brand-header{gap:6px!important}.daruget-brand-header .daruget-symbol{width:38px;height:38px}.daruget-brand-header .daruget-wordmark strong{font-size:15px}.daruget-brand-header .daruget-wordmark em{font-size:12px;margin-top:2px}.daruget-brand-header .daruget-wordmark small{display:none}.daruget-brand-footer .daruget-symbol{width:54px;height:54px}.daruget-brand-footer .daruget-wordmark strong{font-size:21px}.daruget-brand-footer .daruget-wordmark em{font-size:18px}}
@media(max-width:420px){.daruget-brand-header .daruget-symbol{width:34px;height:34px}.daruget-brand-header .daruget-wordmark strong{font-size:14px}.daruget-brand-header .daruget-wordmark em{font-size:11px}}

.product-img{height:245px!important;border-radius:20px!important;overflow:hidden!important;background:linear-gradient(145deg,#f8fbff,#eef7ff)!important;border:1px solid rgba(37,99,235,.08)!important;display:flex!important;align-items:center!important;justify-content:center!important}
.product-img img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;transition:transform .45s ease,filter .45s ease!important}
.product:hover .product-img img{transform:scale(1.045) translateY(-3px)!important;filter:saturate(1.04) contrast(1.02)!important}
.product h3{min-height:54px}.product-note{min-height:58px}
@media(max-width:720px){.product-img{height:220px!important}}

.product-img{
  height:245px!important;
  padding:14px!important;
  border-radius:20px!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,#f8fbff,#eef7ff)!important;
  border:1px solid rgba(37,99,235,.08)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.product-img img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  transform:none!important;
}
.product:hover .product-img img{
  transform:scale(1.025)!important;
  filter:saturate(1.02)!important;
}
@media(max-width:720px){
  .product-img{height:220px!important;padding:12px!important}
}

/* DaruGet professional responsive typography */
:root{
  --font-ui:"DaruGetLocal","Noto Sans Arabic","Segoe UI",Tahoma,Arial,sans-serif;
  --fs-10:clamp(.66rem,.64rem + .08vw,.72rem);
  --fs-11:clamp(.72rem,.69rem + .10vw,.79rem);
  --fs-12:clamp(.79rem,.75rem + .12vw,.87rem);
  --fs-13:clamp(.86rem,.81rem + .14vw,.95rem);
  --fs-14:clamp(.93rem,.87rem + .17vw,1.03rem);
  --fs-16:clamp(1rem,.93rem + .22vw,1.14rem);
  --fs-18:clamp(1.12rem,1.02rem + .32vw,1.32rem);
  --fs-20:clamp(1.24rem,1.10rem + .44vw,1.52rem);
  --fs-24:clamp(1.45rem,1.22rem + .72vw,1.92rem);
  --fs-28:clamp(1.72rem,1.38rem + 1vw,2.35rem);
  --fs-display:clamp(2rem,1.42rem + 2.05vw,3.35rem);
}
html{font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body,button,input,textarea,select{font-family:var(--font-ui)!important}
body{font-size:var(--fs-14);line-height:1.85;letter-spacing:-.012em}
p,li,small,input,textarea{font-weight:400}
strong,b,h1,h2,h3,h4,h5,h6,.btn,.nav-row,.price,.brand-fallback{font-weight:700}
h1,h2,h3,h4,h5,h6{letter-spacing:-.035em;text-wrap:balance}
h1{font-size:var(--fs-display)!important;line-height:1.38!important}
.section-head h2,.condition-wrap h2,.health-card h2,.smart-companion-head h2,.pharma-brands-head h2{font-size:var(--fs-24)!important;line-height:1.55}
.mini-banner h3,.footer-bridge-copy h3{font-size:var(--fs-18)!important;line-height:1.65}
.hero-copy p{font-size:var(--fs-16)!important;line-height:2.05}
.nav-row{font-size:var(--fs-13)!important}.topbar{font-size:var(--fs-11)!important}
.search input{font-size:var(--fs-13)!important}.eyebrow,.more,.section-head p,.mini-banner p{font-size:var(--fs-12)!important}
.trust-item strong,.category strong,.product h3{font-size:var(--fs-13)!important}
.trust-item small,.brand,.rating,.old,.product-note{font-size:var(--fs-10)!important}
.product h3{line-height:1.85;height:auto;min-height:3.7em}.price{font-size:var(--fs-14)!important}
.btn{font-size:var(--fs-13);line-height:1.4}.footer-about,.footer-links{font-size:var(--fs-12)!important}.footer-title{font-size:var(--fs-14)}
.pharma-brands-head p,.footer-bridge-copy p{font-size:var(--fs-12)!important}.pharma-note{font-size:var(--fs-10)!important}
.brand-logo-card{position:relative;padding-bottom:25px}.brand-logo-card:after{z-index:0}
.brand-logo-card::marker{display:none}
.brand-logo-card .brand-fallback,.brand-logo-card img{z-index:2}
.brand-logo-card:focus-visible{outline:3px solid rgba(2,132,199,.35);outline-offset:4px}
.brand-logo-card:has(img)::after{content:""}
.brand-logo-card:before{z-index:0}
.brand-logo-card > span:last-child:after{content:"وب‌سایت رسمی";display:block;margin-top:4px;font-family:var(--font-ui);font-size:12px;font-weight:500;letter-spacing:0;color:#64748b}
.brand-logo-card img + .brand-fallback:after{content:"وب‌سایت رسمی";display:block;margin-top:5px;font-family:var(--font-ui);font-size:12px;font-weight:500;letter-spacing:0;color:#64748b}
.brand-logo-card img{margin-bottom:11px}
@media(max-width:680px){
 html{font-size:15px} body{line-height:1.8}
 h1{font-size:clamp(1.85rem,7.6vw,2.45rem)!important;line-height:1.45!important}
 .section-head h2,.condition-wrap h2,.health-card h2,.smart-companion-head h2,.pharma-brands-head h2{font-size:clamp(1.35rem,5.3vw,1.62rem)!important}
 .hero-copy p{font-size:.91rem!important}.nav-row{font-size:.84rem!important}
 .product h3{font-size:.88rem!important}.brand-logo-card{padding-bottom:22px}
}

/* DaruGet v4: compact footer + premium offers */
main{display:block}
.special-offers{padding:34px 0 54px;position:relative;overflow:hidden;background:linear-gradient(180deg,#f8fafc 0%,#f0fdf4 55%,#f8fafc 100%)}
.special-offers:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(34,197,94,.13),transparent 70%);right:-130px;top:-150px;pointer-events:none}
.special-offers .container{position:relative;z-index:1}
.special-offers .section-head{align-items:center;margin-bottom:24px;padding:0 4px}
.special-offers .section-head h2{display:flex;align-items:center;gap:10px;font-size:clamp(23px,2.5vw,31px)!important}
.special-offers .section-head h2:before{content:"%";width:43px;height:43px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#ef4444,#f97316);color:#fff;font-size:19px;box-shadow:0 10px 24px rgba(239,68,68,.22)}
.special-offers .section-head p{margin-top:7px!important}
.special-offers .more{padding:10px 15px;border-radius:12px;background:#fff;border:1px solid #dcfce7;box-shadow:0 8px 20px rgba(15,23,42,.05)}
.special-offers .products{gap:19px}
.special-offers .offer-card{padding:0 0 15px;border-radius:25px;border:1px solid #e4eee8;box-shadow:0 8px 28px rgba(15,23,42,.055);background:#fff;overflow:hidden;display:flex;flex-direction:column;min-width:0}
.special-offers .offer-card:hover{transform:translateY(-7px);box-shadow:0 22px 46px rgba(15,23,42,.12);border-color:#86efac}
.special-offers .product-img{height:210px;margin:0 0 14px;border-radius:0;background:linear-gradient(145deg,#fff,#f1f8f4);border-bottom:1px solid #edf3ef;position:relative;padding:13px}
.special-offers .product-img img{padding:14px;transition:transform .4s ease;mix-blend-mode:multiply}
.special-offers .offer-card:hover .product-img img{transform:scale(1.055)}
.offer-chip{position:absolute;right:13px;bottom:12px;z-index:2;background:rgba(15,118,110,.92);color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;backdrop-filter:blur(8px)}
.special-offers .discount{right:12px;top:12px;z-index:3;background:linear-gradient(135deg,#ef4444,#f97316);color:#fff;padding:7px 10px;border-radius:11px;box-shadow:0 8px 18px rgba(239,68,68,.25)}
.special-offers .favorite{left:12px;top:12px;z-index:3;background:rgba(255,255,255,.94);backdrop-filter:blur(8px)}
.special-offers .brand,.special-offers .product h3,.special-offers .rating,.special-offers .price-row{margin-left:16px;margin-right:16px}
.special-offers .brand{display:inline-flex;align-self:flex-start;padding:5px 9px;border-radius:8px;background:#eff6ff;color:#0369a1;margin-bottom:2px}
.special-offers .product h3{height:auto;min-height:50px;font-size:13px!important;line-height:1.9;margin-top:8px;margin-bottom:4px}
.special-offers .rating{padding-bottom:11px;border-bottom:1px dashed #e2e8f0}
.special-offers .price-row{margin-top:auto;padding-top:12px;gap:10px}
.special-offers .price{font-size:16px;line-height:1.55;color:#0f5132}
.price-label{display:block!important;text-decoration:none!important;color:#64748b!important;font-size:12px!important;font-weight:600;margin-bottom:1px}
.special-offers .old{font-size:12px;margin-bottom:1px}
.special-offers .cart-btn{width:45px;height:45px;border-radius:14px;background:linear-gradient(135deg,#15803d,#0f766e);box-shadow:0 9px 20px rgba(21,128,61,.22);transition:.25s}
.special-offers .cart-btn:hover{transform:scale(1.08) rotate(-3deg)}

/* Remove spacing and connect content directly to footer */
footer{margin-top:0!important;padding-top:0!important;border-top:0}
footer:before{top:-230px}
.footer-body{padding-top:42px!important}
.footer-grid{margin-top:0!important}

/* Reliable local trust marks */
.footer-brand .official-marks{display:block!important;margin-top:22px!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.1)!important}
.official-marks-title{font-size:11px;font-weight:800;color:#dbeafe;margin-bottom:11px}
.official-marks-row{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap}
.official-mark{display:flex!important;width:82px!important;height:96px!important;padding:7px!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;opacity:1!important;visibility:visible!important;transform:none;flex:0 0 auto}
.official-mark img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;opacity:1!important;visibility:visible!important;filter:none!important}
.official-mark:hover{transform:translateY(-4px)!important}

@media(max-width:680px){
 .special-offers{padding:26px 0 40px}
 .special-offers .section-head{align-items:flex-end}
 .special-offers .section-head h2:before{width:38px;height:38px;border-radius:12px;font-size:17px}
 .special-offers .products{display:flex;gap:13px;overflow:auto;padding:4px 3px 18px;scroll-snap-type:x mandatory}
 .special-offers .offer-card{min-width:252px;scroll-snap-align:start}
 .special-offers .product-img{height:205px}
 .footer-body{padding-top:30px!important}
 .official-mark{width:76px!important;height:90px!important}
}

/* DaruGet v5: professional mega menu, interaction card, vector brand */
.daruget-logo-img{width:52px;height:52px;display:block;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 6px 14px rgba(15,118,110,.14))}.daruget-brand-header .daruget-logo-img{width:54px;height:54px}.daruget-brand-footer .daruget-logo-img{width:60px;height:60px}.daruget-brand-mobile .daruget-logo-img{width:44px;height:44px}.daruget-wordmark strong{font-size:21px;letter-spacing:-.5px}.daruget-wordmark em{font-size:11px;letter-spacing:.5px}.daruget-brand-footer .daruget-wordmark strong{font-size:23px}
.nav-row{gap:22px}.nav-mega-trigger{position:static}.nav-mega-trigger>a{font-weight:900;color:#0f766e}.menu-grid-icon{width:29px;height:29px;border-radius:9px;background:#ecfdf5;display:grid;place-items:center;font-size:17px}.mega-pro{right:50%;transform:translate(50%,12px) scale(.985);width:min(1160px,calc(100vw - 32px));padding:18px;display:grid;grid-template-columns:245px 1fr 250px;gap:18px;border-radius:26px}.nav-mega-trigger:hover>.mega-pro,.nav-mega-trigger:focus-within>.mega-pro{transform:translate(50%,0) scale(1)}.mega-sidebar{background:linear-gradient(145deg,#0f766e,#15803d);color:#fff;border-radius:20px;padding:24px;position:relative;overflow:hidden}.mega-sidebar:after{content:"";position:absolute;width:180px;height:180px;border:34px solid rgba(255,255,255,.08);border-radius:50%;left:-90px;bottom:-100px}.mega-kicker{font-size:12px;font-weight:900;color:#bbf7d0}.mega-sidebar h3{font-size:19px;line-height:1.65;margin:11px 0 7px}.mega-sidebar p{font-size:11px;line-height:1.9;color:#d1fae5}.mega-all{display:inline-flex;margin-top:14px;background:#fff;color:#0f766e!important;border-radius:11px;padding:9px 12px;font-size:11px;font-weight:900}.mega-promo{margin-top:18px;padding:12px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:14px;display:grid;gap:3px}.mega-promo b{font-size:11px}.mega-promo span{font-size:12px;color:#d1fae5}.mega-groups{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:7px 0}.mega-group{padding:8px}.mega-group h4{font-size:13px;margin:0 0 10px;color:#0f172a}.mega-group a{display:block;padding:7px 8px;border-radius:9px;color:#64748b;font-size:11px}.mega-group a:hover{background:#ecfdf5;color:#0f766e;transform:translateX(-3px)}.mega-quick{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:16px}.mega-quick h4{font-size:12px;margin:2px 0 12px}.quick-card{display:flex;align-items:center;gap:10px;padding:10px;border-radius:13px;background:#fff;border:1px solid #edf2f7;margin-bottom:9px}.quick-card>span{width:35px;height:35px;border-radius:11px;background:#ecfdf5;color:#0f766e;display:grid;place-items:center;font-size:17px}.quick-card div{display:grid;gap:2px}.quick-card b{font-size:12px;color:#0f172a}.quick-card small{font-size:12px;color:#94a3b8}.quick-card:hover{border-color:#86efac;box-shadow:0 8px 20px rgba(15,118,110,.08)}.nav-service-link{color:#0f766e!important;font-weight:800}
.mini-banner.consult{background:linear-gradient(145deg,#ecfeff,#f0fdf4);border-color:#a7f3d0}.mini-banner.consult h3{color:#0f766e}.mini-banner.consult .mini-icon{background:linear-gradient(135deg,#0f766e,#22c55e);color:#fff;font-size:26px}.mini-banner.consult p{max-width:310px}.interaction-open{border-color:#99f6e4!important;color:#0f766e!important;background:#fff!important}.interaction-open:hover{background:#0f766e!important;color:#fff!important}
@media(max-width:980px){.mega-pro{grid-template-columns:210px 1fr}.mega-quick{display:none}.mega-groups{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.daruget-brand-header .daruget-logo-img{width:42px;height:42px}.daruget-brand-header .daruget-wordmark{display:none}.daruget-brand-mobile .daruget-wordmark{display:inline-flex}.mega-pro{display:none}}

@font-face{font-family:DaruGetLocal;src:url(../../embedded/504d7407d86875ac.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DaruGetLocal;src:url(../../embedded/ded6fc7359ca36d1.ttf) format('truetype');font-weight:700 900;font-style:normal;font-display:swap}html,body,button,input,textarea{font-family:DaruGetLocal,'Noto Sans Arabic',Tahoma,Arial,sans-serif!important}
