/* ZensyWeb — Portfolio Stylesheet */

:root{--bg:#FAFAF7;--white:#FFFFFF;--ink:#1A1A2E;--ink2:#3D3D5C;--muted:#8A8AA0;--border:#E8E8F0;--orange:#FF5722;--orange-light:#FFF0EC;--teal:#00BFA5;--teal-light:#E0F7F4;--yellow:#FFB300;--yellow-light:#FFF8E1;--purple:#7C4DFF;--purple-light:#EDE7FF;--coral:#FF6B6B;--green:#00C853;--radius:16px;--radius-sm:10px;}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--bg);color:var(--ink);font-family:'Hind Siliguri',sans-serif;font-size:16px;line-height:1.65;overflow-x:hidden;}

nav{position:fixed;top:0;left:0;right:0;z-index:200;background:#FFFFFF;border-bottom:1.5px solid var(--border);box-shadow:0 2px 16px rgba(0,0,0,0.07);padding:0 6%;height:68px;display:flex;align-items:center;justify-content:space-between;}
.logo{display:inline-flex;align-items:center;text-decoration:none;line-height:1;}
.logo img{height:38px;width:auto;display:block;object-fit:contain;}
nav.scrolled{background:rgba(255,255,255,0.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 2px 20px rgba(0,0,0,0.08);border-bottom:1px solid var(--border);}
.nav-back{display:inline-flex;align-items:center;gap:7px;font-size:0.875rem;font-weight:600;color:var(--ink2);text-decoration:none;transition:color 0.2s;}
.nav-back:hover{color:var(--orange);}
.nav-back svg{transition:transform 0.2s;}
.nav-back:hover svg{transform:translateX(-3px);}
.nav-cta{background:var(--orange);color:#fff;padding:9px 20px;border-radius:8px;font-weight:600;font-size:0.875rem;text-decoration:none;}
.nav-cta:hover{background:#e64a19;}

.port-hero{padding:120px 6% 60px;text-align:center;position:relative;overflow:hidden;}
.blob{position:absolute;border-radius:50%;pointer-events:none;}
.blob1{width:600px;height:600px;background:radial-gradient(circle,rgba(0,191,165,0.1) 0%,transparent 65%);top:-120px;left:-120px;animation:bf 9s ease-in-out infinite;}
.blob2{width:500px;height:500px;background:radial-gradient(circle,rgba(255,87,34,0.09) 0%,transparent 65%);bottom:-60px;right:-80px;animation:bf 11s ease-in-out infinite reverse;}
@keyframes bf{0%,100%{transform:translateY(0) scale(1);}50%{transform:translateY(-18px) scale(1.03);}}
.label-chip{display:inline-flex;align-items:center;gap:6px;font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;background:var(--teal-light);color:var(--teal);padding:5px 14px;border-radius:100px;margin-bottom:18px;}
.port-hero h1{font-size:clamp(1.9rem,3.8vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-0.01em;margin-bottom:18px;}
.port-hero h1 em{font-style:normal;background:linear-gradient(135deg,var(--orange),var(--coral));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.hero-sub{font-family:'Noto Sans Bengali',sans-serif;font-size:1rem;color:var(--ink2);max-width:480px;margin:0 auto 48px;line-height:1.75;}
.port-stats{display:flex;justify-content:center;align-items:center;gap:clamp(2rem,4vw,4rem);flex-wrap:wrap;margin-bottom:56px;position:relative;z-index:2;}
.ps{text-align:center;}
.ps-n{font-size:1.9rem;font-weight:700;color:var(--orange);line-height:1;font-family:'Noto Sans Bengali',sans-serif;}
.ps-l{font-size:0.78rem;color:var(--muted);margin-top:6px;font-family:'Noto Sans Bengali',sans-serif;}
.ps-divider{width:1px;height:44px;background:var(--border);align-self:center;flex-shrink:0;}
.ps-rating{display:inline-flex;align-items:center;gap:5px;}
.ps-star{display:flex;align-items:center;}
.filter-bar{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:56px;position:relative;z-index:2;}
.pf-btn{padding:9px 22px;border-radius:100px;border:1.5px solid var(--border);background:transparent;color:var(--ink2);font-size:0.82rem;font-weight:600;cursor:pointer;transition:all 0.2s;font-family:'Hind Siliguri',sans-serif;}
.pf-btn:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-light);}
.pf-btn.active{background:var(--orange);border-color:var(--orange);color:#fff;}

.port-main{padding:0 6% 100px;}
.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:28px;}
.port-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform 0.3s,box-shadow 0.3s;display:flex;flex-direction:column;}
.port-card:hover{transform:translateY(-7px);box-shadow:0 20px 56px rgba(0,0,0,0.1);}
.port-card.hidden{display:none;}

/* ── browser chrome ── */
.chrome{background:#ECECF1;padding:9px 14px 0;}
.chrome-bar{display:flex;align-items:center;gap:6px;margin-bottom:9px;}
.dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;}
.dr{background:#FF5F57;}.dy{background:#FFBD2E;}.dg{background:#28C840;}
.mockup{border-radius:8px 8px 0 0;height:224px;overflow:hidden;user-select:none;-webkit-user-select:none;}

/* ── shared mockup helpers ── */
.m-nav{height:38px;display:flex;align-items:center;padding:0 16px;flex-shrink:0;gap:0;}
.m-logo{font-size:11px;font-weight:800;font-family:'Arial',sans-serif;letter-spacing:-0.3px;display:inline-flex;align-items:center;}
.m-spacer{flex:1;}
.m-nl{font-size:7.5px;font-family:'Arial',sans-serif;margin-left:14px;opacity:0.8;}
.m-cbtn{font-size:7px;font-weight:700;padding:4px 10px;border-radius:5px;font-family:'Arial',sans-serif;margin-left:12px;}
.m-eyebrow{font-size:6.5px;font-weight:700;letter-spacing:0.09em;text-transform:uppercase;margin-bottom:5px;font-family:'Arial',sans-serif;}
.m-h1{font-size:14px;font-weight:800;color:#1A1A2E;line-height:1.2;margin-bottom:6px;font-family:'Arial',sans-serif;}
.m-p{font-size:7px;color:#3D3D5C;line-height:1.55;margin-bottom:9px;font-family:'Arial',sans-serif;}
.m-btn{display:inline-block;font-size:7.5px;font-weight:700;padding:5px 12px;border-radius:5px;font-family:'Arial',sans-serif;}
.m-strip{height:32px;display:flex;align-items:center;padding:0 16px;gap:16px;flex-shrink:0;}
.m-si{display:flex;align-items:center;gap:5px;}
.m-sd{width:5px;height:5px;border-radius:50%;flex-shrink:0;}
.m-st{font-size:6.5px;font-family:'Arial',sans-serif;}
.m-input{border-radius:5px;height:15px;margin-bottom:5px;padding:0 8px;display:flex;align-items:center;}
.m-input span{font-size:6.5px;font-family:'Arial',sans-serif;}
.m-submit{border-radius:5px;height:17px;display:flex;align-items:center;justify-content:center;margin-top:5px;}
.m-submit span{font-size:7.5px;font-weight:700;color:#fff;font-family:'Arial',sans-serif;}

/* ── RESTAURANT 1: SpiceGarden ── */
.mock-r1{height:224px;display:flex;flex-direction:column;background:#FAFAFA;}
.mr1-body{flex:1;background:#FFF8F6;display:flex;align-items:center;padding:14px 16px;gap:14px;}
.mr1-card{width:84px;flex-shrink:0;background:#fff;border:1.5px solid #F2E8E4;border-radius:10px;padding:12px 8px;display:flex;flex-direction:column;align-items:center;gap:5px;}
.mr1-ci{width:40px;height:40px;border-radius:8px;background:#FF5722;margin-bottom:3px;display:flex;align-items:center;justify-content:center;}
.mr1-ci svg{display:block;}
.mr1-cn{font-size:7px;font-weight:700;color:#1A1A2E;text-align:center;font-family:'Arial',sans-serif;}
.mr1-cp{font-size:7.5px;font-weight:800;color:#FF5722;font-family:'Arial',sans-serif;}

/* ── RESTAURANT 2: CafeZen ── */
.mock-r2{height:224px;display:flex;flex-direction:column;background:#1C1C1E;}
.mr2-nav{background:#2A2A2C;height:40px;display:flex;align-items:center;padding:0 16px;flex-shrink:0;}
.mr2-logo{font-size:11px;font-weight:800;color:#E8C97A;font-family:'Arial',sans-serif;letter-spacing:-0.3px;}
.mr2-hero{flex:1;padding:16px;display:flex;flex-direction:column;justify-content:center;}
.mr2-tag{font-size:6px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#E8C97A;margin-bottom:7px;font-family:'Arial',sans-serif;}
.mr2-h1{font-size:15px;font-weight:800;color:#fff;line-height:1.18;margin-bottom:10px;font-family:'Arial',sans-serif;}
.mr2-cards{display:flex;gap:7px;}
.mr2-card{background:#232325;border:1px solid rgba(255,255,255,0.07);border-radius:8px;padding:9px 8px;flex:1;}
.mr2-ct{font-size:7.5px;font-weight:700;color:#E8C97A;margin-bottom:3px;font-family:'Arial',sans-serif;}
.mr2-cd{font-size:6.5px;color:rgba(255,255,255,0.4);font-family:'Arial',sans-serif;}
.mr2-strip{background:#E8C97A;height:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.mr2-st{font-size:7.5px;font-weight:700;color:#1C1C1E;font-family:'Arial',sans-serif;letter-spacing:0.02em;}

/* ── RESTAURANT 3: NoodleHouse ── */
.mock-r3{height:224px;display:flex;flex-direction:column;background:#F7F3EE;}
.mr3-nav{background:#fff;height:38px;border-bottom:1.5px solid #EEE8E0;display:flex;align-items:center;padding:0 16px;flex-shrink:0;gap:0;}
.mr3-logo{font-size:10.5px;font-weight:700;color:#B85C2A;font-family:sans-serif;}
.mr3-body{flex:1;display:flex;gap:0;}
.mr3-left{flex:1;padding:14px 14px;background:#F7F3EE;display:flex;flex-direction:column;justify-content:center;}
.mr3-tag{font-size:5.5px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:#B85C2A;margin-bottom:5px;font-family:sans-serif;}
.mr3-h1{font-size:13px;font-weight:700;color:#2C1810;line-height:1.25;margin-bottom:6px;font-family:sans-serif;}
.mr3-row{display:flex;gap:6px;margin-bottom:8px;}
.mr3-pill{font-size:6px;font-weight:600;padding:2px 7px;border-radius:100px;background:#EEE8E0;color:#5C3D2E;font-family:sans-serif;}
.mr3-right{width:98px;flex-shrink:0;background:#fff;border-left:1.5px solid #EEE8E0;padding:11px;}
.mr3-item{border-bottom:1px solid #EEE8E0;padding-bottom:8px;margin-bottom:8px;}
.mr3-item:last-child{border:none;margin:0;padding:0;}
.mr3-in{font-size:7.5px;font-weight:700;color:#2C1810;font-family:'Arial',sans-serif;}
.mr3-ip{font-size:7px;color:#B85C2A;font-weight:700;font-family:'Arial',sans-serif;}
.mr3-id{font-size:6px;color:#8A8AA0;font-family:sans-serif;}
.mr3-foot{background:#2C1810;height:30px;display:flex;align-items:center;padding:0 16px;flex-shrink:0;}
.mr3-ft{font-size:6px;color:rgba(255,255,255,0.3);font-family:sans-serif;}

/* ── CLINIC 1: MediCare ── */
.mock-c1{height:224px;display:flex;flex-direction:column;background:#FAFAFA;}
.mc1-body{flex:1;display:flex;}
.mc1-left{flex:1;background:#F5FDFB;padding:14px 16px;display:flex;flex-direction:column;justify-content:center;}
.mc1-right{width:132px;flex-shrink:0;background:#fff;border-left:1.5px solid #D0F0EA;padding:12px;}
.mc1-foot{background:#fff;border-top:1.5px solid #D0F0EA;height:32px;display:flex;align-items:center;padding:0 16px;gap:20px;flex-shrink:0;}
.mc1-fc{display:flex;flex-direction:column;gap:2px;}
.mc1-lbl{font-size:5.5px;font-weight:700;color:#00BFA5;font-family:sans-serif;}
.mc1-val{font-size:6px;color:#8A8AA0;font-family:sans-serif;}

/* ── CLINIC 2: WellnessHub ── */
.mock-c2{height:224px;display:flex;flex-direction:column;background:#F8F4FF;}
.mc2-nav{background:#7C4DFF;height:38px;display:flex;align-items:center;padding:0 16px;flex-shrink:0;}
.mc2-logo{font-size:10.5px;font-weight:700;color:#fff;font-family:sans-serif;}
.mc2-body{flex:1;display:flex;flex-direction:column;padding:14px 16px;justify-content:center;gap:12px;}
.mc2-profile{display:flex;gap:10px;align-items:center;}
.mc2-avatar{width:42px;height:42px;border-radius:50%;background:#7C4DFF;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 3px rgba(124,77,255,0.15);}
.mc2-avatar svg{display:block;}
.mc2-name{font-size:11.5px;font-weight:800;color:#1A1A2E;font-family:'Arial',sans-serif;}
.mc2-deg{font-size:7px;color:#8A8AA0;font-family:'Arial',sans-serif;margin-top:3px;}
.mc2-slots{display:grid;grid-template-columns:1fr 1fr 1fr;gap:5px;}
.mc2-slot{background:#fff;border:1.5px solid #E0D8FF;border-radius:6px;padding:6px 4px;text-align:center;}
.mc2-slot.avail{background:#7C4DFF;border-color:#7C4DFF;box-shadow:0 2px 6px rgba(124,77,255,0.3);}
.mc2-st{font-size:6.5px;font-weight:700;color:#7C4DFF;font-family:'Arial',sans-serif;}
.mc2-slot.avail .mc2-st{color:#fff;}
.mc2-strip{background:#7C4DFF;height:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.mc2-stt{font-size:7px;font-weight:700;color:#fff;font-family:sans-serif;}

/* ── CLINIC 3: SmileDental ── */
.mock-c3{height:224px;display:flex;flex-direction:column;background:#F0FAFE;}
.mc3-nav{background:#0288D1;height:38px;display:flex;align-items:center;padding:0 16px;flex-shrink:0;}
.mc3-logo{font-size:10.5px;font-weight:700;color:#fff;font-family:sans-serif;}
.mc3-body{flex:1;display:flex;align-items:stretch;}
.mc3-left{flex:1;padding:14px 14px;background:#F0FAFE;display:flex;flex-direction:column;justify-content:center;}
.mc3-tag{font-size:5.5px;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:#0288D1;margin-bottom:5px;font-family:sans-serif;}
.mc3-h1{font-size:12.5px;font-weight:700;color:#0A2540;line-height:1.3;margin-bottom:6px;font-family:sans-serif;}
.mc3-services{display:flex;flex-direction:column;gap:4px;margin-bottom:8px;}
.mc3-svc{display:flex;align-items:center;gap:5px;}
.mc3-dot{width:5px;height:5px;border-radius:50%;background:#0288D1;flex-shrink:0;}
.mc3-sv{font-size:6.5px;color:#3D3D5C;font-family:sans-serif;}
.mc3-right{width:104px;flex-shrink:0;border-left:1.5px solid #B3E5FC;background:#fff;padding:11px;}
.mc3-rt{font-size:7.5px;font-weight:700;color:#0A2540;margin-bottom:6px;font-family:sans-serif;}
.mc3-day{display:flex;gap:3px;margin-bottom:5px;}
.mc3-d{width:14px;height:14px;border-radius:3px;background:#F0FAFE;display:flex;align-items:center;justify-content:center;}
.mc3-d.on{background:#0288D1;}
.mc3-dl{font-size:5px;font-weight:700;color:#0288D1;font-family:sans-serif;}
.mc3-d.on .mc3-dl{color:#fff;}
.mc3-foot{background:#0A2540;height:30px;display:flex;align-items:center;padding:0 16px;flex-shrink:0;}
.mc3-ft{font-size:6px;color:rgba(255,255,255,0.25);font-family:sans-serif;}

/* ── REAL ESTATE 1: SaifulProperty ── */
.mock-re1{height:224px;display:flex;flex-direction:column;background:#FFF8E1;}
.re1-nav{background:#1A1A2E;height:38px;display:flex;align-items:center;padding:0 16px;flex-shrink:0;gap:0;}
.re1-logo{font-size:10.5px;font-weight:700;color:#FFB300;font-family:sans-serif;}
.re1-search{background:#FFFDE7;height:38px;display:flex;align-items:center;padding:0 16px;gap:8px;flex-shrink:0;border-bottom:1px solid #F0E8D0;}
.re1-si{flex:1;background:#fff;border:1.5px solid #EAE0C8;border-radius:6px;height:24px;display:flex;align-items:center;padding:0 9px;}
.re1-ph{font-size:6.5px;color:#8A8AA0;font-family:sans-serif;}
.re1-sb{background:#FFB300;color:#fff;font-size:7px;font-weight:700;padding:4px 10px;border-radius:4px;font-family:sans-serif;}
.re1-grid{flex:1;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;padding:9px 16px;background:#FFF8E1;}
.re1-prop{background:#fff;border:1.5px solid #EAE0C8;border-radius:8px;overflow:hidden;}
.re1-img{height:42px;display:flex;align-items:center;justify-content:center;}
.re1-img-a{background:#FFE0CC;}.re1-img-b{background:#E8F5E9;}.re1-img-c{background:#FFF3E0;}
.re1-pb{padding:5px 6px;}
.re1-pt{font-size:7px;font-weight:700;color:#1A1A2E;margin-bottom:1px;font-family:sans-serif;}
.re1-pp{font-size:7px;font-weight:700;color:#F9A825;margin-bottom:1px;font-family:sans-serif;}
.re1-pm{font-size:6px;color:#8A8AA0;font-family:sans-serif;}
.re1-foot{background:#1A1A2E;height:28px;display:flex;align-items:center;padding:0 16px;flex-shrink:0;}
.re1-ft{font-size:6px;color:rgba(255,255,255,0.2);font-family:sans-serif;}
/* house icon for re1 */
.re1-house{width:22px;height:22px;}

/* ── REAL ESTATE 2: NovaBuild ── */
.mock-re2{height:224px;display:flex;flex-direction:column;background:#F8F9FA;}
.re2-nav{background:#fff;height:38px;border-bottom:1.5px solid #E8E8F0;display:flex;align-items:center;padding:0 16px;flex-shrink:0;}
.re2-logo{font-size:10.5px;font-weight:700;color:#2E4057;font-family:sans-serif;}
.re2-body{flex:1;display:flex;gap:0;}
.re2-left{flex:1;padding:14px 16px;background:#F8F9FA;display:flex;flex-direction:column;justify-content:center;}
.re2-tag{font-size:5.5px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:#048A81;margin-bottom:5px;font-family:sans-serif;}
.re2-h1{font-size:13px;font-weight:700;color:#2E4057;line-height:1.25;margin-bottom:8px;font-family:sans-serif;}
.re2-stat{display:flex;gap:10px;margin-bottom:8px;}
.re2-s{text-align:center;}
.re2-sn{font-size:12px;font-weight:800;color:#048A81;font-family:'Arial',sans-serif;}
.re2-sl{font-size:5.5px;color:#8A8AA0;font-family:sans-serif;}
.re2-right{width:108px;flex-shrink:0;background:#fff;border-left:1.5px solid #E8E8F0;padding:12px;}
.re2-rt{font-size:7px;font-weight:700;color:#2E4057;margin-bottom:7px;font-family:sans-serif;}
.re2-item{display:flex;gap:6px;margin-bottom:6px;align-items:flex-start;}
.re2-dot{width:6px;height:6px;border-radius:2px;background:#048A81;flex-shrink:0;margin-top:1px;}
.re2-it{font-size:6.5px;color:#3D3D5C;font-family:'Arial',sans-serif;line-height:1.45;}
.re2-foot{background:#2E4057;height:30px;display:flex;align-items:center;padding:0 16px;flex-shrink:0;}
.re2-ft{font-size:6px;color:rgba(255,255,255,0.2);font-family:sans-serif;}

/* ── REAL ESTATE 3: LandMark ── */
.mock-re3{height:224px;display:flex;flex-direction:column;background:#0F1923;}
.re3-nav{background:#162330;height:40px;display:flex;align-items:center;padding:0 16px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,0.06);}
.re3-logo{font-size:10.5px;font-weight:700;color:#F0C040;font-family:sans-serif;}
.re3-body{flex:1;padding:14px 16px;display:flex;flex-direction:column;justify-content:center;gap:9px;}
.re3-h1{font-size:13px;font-weight:700;color:#fff;line-height:1.25;font-family:sans-serif;}
.re3-sub{font-size:6.5px;color:rgba(255,255,255,0.4);font-family:sans-serif;margin-top:-4px;}
.re3-cards{display:flex;gap:8px;}
.re3-card{flex:1;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:9px 8px;}
.re3-ct{font-size:7.5px;font-weight:700;color:#fff;margin-bottom:3px;font-family:'Arial',sans-serif;}
.re3-cp{font-size:8.5px;font-weight:800;color:#F0C040;font-family:'Arial',sans-serif;}
.re3-cm{font-size:5.5px;color:rgba(255,255,255,0.35);font-family:sans-serif;}
.re3-foot{background:#F0C040;height:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.re3-ft{font-size:7.5px;font-weight:700;color:#0F1923;font-family:'Arial',sans-serif;letter-spacing:0.02em;}

/* ── card info ── */
.port-info{padding:22px 22px 20px;display:flex;flex-direction:column;flex:1;}
.port-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;}
.port-badge{display:inline-block;font-size:0.68rem;font-weight:700;padding:4px 11px;border-radius:100px;letter-spacing:0.03em;white-space:nowrap;}
.pb-orange{background:var(--orange-light);color:var(--orange);}
.pb-teal{background:var(--teal-light);color:var(--teal);}
.pb-yellow{background:var(--yellow-light);color:#C67C00;}
.pb-purple{background:var(--purple-light);color:var(--purple);}
.pb-blue{background:#E3F2FD;color:#0288D1;}
.pb-green{background:#E8F5E9;color:#2E7D32;}
.port-delivery{font-size:0.66rem;font-weight:600;color:var(--green);background:#E8F5E9;padding:4px 9px;border-radius:100px;white-space:nowrap;}
.port-title{font-size:1rem;font-weight:700;color:var(--ink);margin-bottom:4px;}
.port-client{font-size:0.78rem;color:var(--muted);margin-bottom:16px;display:flex;align-items:center;gap:5px;font-family:'Noto Sans Bengali',sans-serif;}
.results-label{font-size:0.68rem;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:var(--muted);margin-bottom:9px;}
.results-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px;flex-shrink:0;}
.result-item{background:var(--bg);border:1px solid var(--border);border-radius:9px;padding:11px 12px;}
.result-n{font-size:1.25rem;font-weight:700;line-height:1;margin-bottom:3px;}
.rn-o{color:var(--orange);}.rn-t{color:var(--teal);}.rn-y{color:var(--yellow);}.rn-p{color:var(--purple);}.rn-b{color:#0288D1;}.rn-g{color:#2E7D32;}
.result-l{font-size:0.67rem;color:var(--muted);line-height:1.4;font-family:'Noto Sans Bengali',sans-serif;}
.divider{border:none;border-top:1px solid var(--border);margin:14px 0;}
.feat-label{font-size:0.68rem;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:var(--muted);margin-bottom:9px;}
.port-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:0;}
.port-tag{font-size:0.7rem;font-weight:500;padding:3px 10px;border-radius:5px;background:var(--bg);color:var(--ink2);border:1px solid var(--border);}

.port-cta{background:var(--ink);padding:80px 6%;text-align:center;position:relative;overflow:hidden;}
.cta-blob{position:absolute;width:500px;height:350px;border-radius:50%;background:radial-gradient(ellipse,rgba(255,87,34,0.12) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;}
.port-cta h2{color:#fff;font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:14px;position:relative;}
.port-cta p{color:rgba(255,255,255,0.5);font-size:0.95rem;margin-bottom:32px;position:relative;font-family:'Noto Sans Bengali',sans-serif;}
.wa-btn{display:inline-flex;align-items:center;gap:10px;background:#25D366;color:#fff;padding:14px 32px;border-radius:10px;font-weight:700;font-size:0.95rem;text-decoration:none;box-shadow:0 4px 24px rgba(37,211,102,0.3);transition:transform 0.2s,box-shadow 0.2s;position:relative;}
.wa-btn:hover{transform:translateY(-2px);box-shadow:0 8px 36px rgba(37,211,102,0.45);}
footer{background:var(--white);border-top:1.5px solid var(--border);padding:28px 6%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;}
.footer-copy{font-size:0.8rem;color:var(--muted);}
.fu{opacity:1;transform:translateY(0);transition:opacity 0.55s ease,transform 0.55s ease;}
.fu.anim{opacity:0;transform:translateY(22px);}.fu.anim.show{opacity:1;transform:translateY(0);}
@media(max-width:768px){.portfolio-grid{grid-template-columns:1fr;}.port-hero{padding:100px 5% 50px;}.port-main{padding:0 5% 80px;}nav{padding:0 5%;}}
/* ── BEFORE / AFTER SECTION ── */
.baf-section{background:var(--white);padding:90px 6% 80px;border-top:1.5px solid var(--border);}
.baf-inner{max-width:760px;margin:0 auto;text-align:center;}
.baf-h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:700;line-height:1.2;letter-spacing:-0.01em;margin-bottom:12px;color:var(--ink);}
.baf-sub{font-family:'Noto Sans Bengali',sans-serif;font-size:0.95rem;color:var(--ink2);margin-bottom:52px;line-height:1.7;}
.baf-card{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:24px;text-align:left;}
.baf-header{display:flex;align-items:center;gap:14px;padding:18px 22px;background:var(--white);border-bottom:1.5px solid var(--border);}
.baf-icon-wrap{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.baf-cat{font-size:0.72rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:2px;}
.baf-name{font-size:0.9rem;font-weight:600;color:var(--ink);}
.baf-cost{margin-left:auto;font-size:0.78rem;color:var(--muted);font-family:'Noto Sans Bengali',sans-serif;text-align:right;white-space:nowrap;}
.baf-cost strong{display:block;font-size:1rem;font-weight:700;color:var(--ink);margin-top:1px;}
.baf-cols{display:grid;grid-template-columns:1fr 44px 1fr;align-items:stretch;}
.baf-col{padding:20px 22px;}
.baf-before{background:var(--bg);}
.baf-after{background:var(--white);}
.baf-col-label{display:flex;align-items:center;gap:7px;font-size:0.72rem;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;}
.baf-label-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;}
.baf-dot-before{background:#D0D0DC;}
.baf-dot-after{background:var(--green);}
.baf-mockup{height:76px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.baf-mockup-before{background:#EEEEF5;border:1.5px dashed #D0D0DC;}
.baf-mockup-after{border:none;}
.baf-list{list-style:none;display:flex;flex-direction:column;gap:9px;}
.baf-list li{display:flex;align-items:flex-start;gap:9px;font-size:0.82rem;line-height:1.45;font-family:'Noto Sans Bengali',sans-serif;}
.baf-list-before li{color:var(--ink2);}
.baf-list-after li{color:var(--ink);}
.baf-x{width:16px;height:16px;border-radius:50%;background:#FFE4E4;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px;position:relative;}
.baf-x::before,.baf-x::after{content:'';position:absolute;width:7px;height:1.5px;background:#E53935;border-radius:2px;}
.baf-x::before{transform:rotate(45deg);}
.baf-x::after{transform:rotate(-45deg);}
.baf-check{width:16px;height:16px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px;position:relative;}
.baf-check::after{content:'';position:absolute;width:8px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translate(1px,-1px);}
.baf-divider-v{display:flex;align-items:center;justify-content:center;background:var(--bg);border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);}
.baf-arrow-circle{width:28px;height:28px;border-radius:50%;background:var(--ink);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.baf-arrow-circle svg{stroke:#fff;}
.baf-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 22px;border-top:1.5px solid;background:var(--white);}
.baf-result{display:flex;align-items:center;gap:7px;font-size:0.82rem;font-weight:700;font-family:'Noto Sans Bengali',sans-serif;}
.baf-pkg{font-size:0.72rem;font-weight:600;color:var(--muted);background:var(--bg);padding:4px 10px;border-radius:100px;border:1px solid var(--border);white-space:nowrap;}
@media(max-width:600px){
  .baf-cols{grid-template-columns:1fr 36px 1fr;}
  .baf-col{padding:16px 14px;}
  .baf-header{padding:14px 16px;flex-wrap:wrap;}
  .baf-cost{margin-left:0;width:100%;}
  .baf-footer{flex-direction:column;align-items:flex-start;gap:8px;}
  .baf-list li{font-size:0.78rem;}
}
/* count badges on filter */
.pf-count{display:inline-flex;align-items:center;justify-content:center;font-size:0.65rem;font-weight:700;background:rgba(0,0,0,0.1);color:inherit;width:18px;height:18px;border-radius:100px;margin-left:4px;line-height:1;}
.pf-btn.active .pf-count{background:rgba(255,255,255,0.25);}
/* price badge on card */
.card-price{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:10px 14px;background:var(--bg);border:1.5px solid var(--border);border-radius:9px;}
.card-price-label{font-size:0.7rem;color:var(--muted);font-family:'Noto Sans Bengali',sans-serif;}
.card-price-val{font-size:1rem;font-weight:700;color:var(--ink);}
.card-price-val span{font-size:0.7rem;font-weight:400;color:var(--muted);}
/* WhatsApp CTA on card */
.card-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:12px;padding:11px;border-radius:9px;background:#25D366;color:#fff;font-size:0.82rem;font-weight:700;text-decoration:none;transition:background 0.2s,transform 0.15s;font-family:'Hind Siliguri',sans-serif;}
.card-cta:hover{background:#1da851;transform:translateY(-1px);}
.card-cta svg{flex-shrink:0;}