<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<title>ProMail BD — Professional Email for Bangladeshi Businesses</title>
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,600;0,9..144,700;1,9..144,400&family=Nunito:wght@400;500;600;700&display=swap" rel="stylesheet"/>
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --gd:#0d5c38;--gm:#167a4a;--gl:#e8f7ef;--gb:#1db864;
  --am:#f5a623;--al:#fff8ec;--cr:#faf8f4;
  --wh:#ffffff;--ink:#1a1a1a;--mu:#4a5568;--fa:#8a97a8;--bd:#e2e8e4;
  --rs:#fff0f0;--rt:#c0392b;
}
body{font-family:'Nunito',sans-serif;font-size:16px;color:var(--ink);background:var(--wh);line-height:1.7;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:'Fraunces',serif;line-height:1.25;letter-spacing:-.01em}
a{color:inherit;text-decoration:none}
section{padding:5rem 2rem}

/* ─ CONTACT BAR ─ */
.cbar{background:var(--gd);padding:.45rem 2rem;display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}
.cbar a{color:rgba(255,255,255,.85);font-size:.8rem;font-weight:600;display:inline-flex;align-items:center;gap:5px;transition:color .2s}
.cbar a:hover{color:#fff}
.cbar svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* ─ NAV ─ */
nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(8px);border-bottom:1px solid var(--bd);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:64px}
.nav-logo{font-family:'Fraunces',serif;font-weight:700;font-size:1.3rem;color:var(--gd);display:flex;align-items:center}
.nav-logo .dot{color:var(--am)}
.nav-links{display:flex;gap:2rem;font-size:.9rem;font-weight:600;color:var(--mu)}
.nav-links a:hover{color:var(--gm)}
.nav-right{display:flex;align-items:center;gap:1rem}
.nav-cta{background:var(--gm);color:#fff;padding:.55rem 1.4rem;border-radius:999px;font-weight:700;font-size:.9rem;transition:background .2s;white-space:nowrap}
.nav-cta:hover{background:var(--gd)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}
.hamburger span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:all .25s}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav{position:fixed;top:64px;left:0;right:0;bottom:0;background:#fff;z-index:99;padding:1.5rem 2rem;transform:translateX(100%);transition:transform .3s ease;overflow-y:auto}
.mobile-nav.open{transform:translateX(0)}
.mobile-nav a{display:block;padding:1rem 0;font-size:1.1rem;font-weight:700;color:var(--ink);border-bottom:1px solid var(--bd)}
.mobile-nav a:hover{color:var(--gm)}
.mob-cta{display:block;margin-top:1.5rem;background:var(--gm);color:#fff;text-align:center;padding:.9rem;border-radius:12px;font-weight:700;font-size:1rem}

/* ─ SHARED SECTION ─ */
.slabel{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gm);margin-bottom:.6rem;text-align:center}
.stitle{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;color:var(--ink);max-width:600px;margin:0 auto 1rem;text-align:center}
.ssub{color:var(--mu);max-width:520px;margin:0 auto 3rem;text-align:center;font-size:1rem}

/* ─ HERO ─ */
.hero{background:var(--cr);padding:4rem 2rem;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 30% 0%,#c7edd8 0%,transparent 65%);pointer-events:none}
.hero-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:3rem;position:relative}
.hero-content{flex:1;min-width:0}
.hero-visual{flex:1;min-width:0;max-width:500px}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:var(--gl);color:var(--gd);font-size:.78rem;font-weight:700;padding:.35rem 1rem;border-radius:999px;border:1px solid #a8dcbe;margin-bottom:1.25rem}
.pulse{width:8px;height:8px;border-radius:50%;background:var(--gb);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}
.hero h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:700;color:var(--ink);margin-bottom:1rem}
.hero h1 em{font-style:italic;color:var(--gm)}
.hero-sub{font-size:clamp(.95rem,1.8vw,1.1rem);color:var(--mu);margin-bottom:.5rem;max-width:500px}
.hero-bangla{font-size:.88rem;color:var(--fa);margin-bottom:.75rem;font-style:italic}
.price-anchor{display:inline-block;font-size:.88rem;font-weight:700;color:var(--gm);background:var(--gl);padding:.3rem .9rem;border-radius:999px;border:1px solid #a8dcbe;margin-bottom:1.75rem}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.75rem}
.btn-primary{background:var(--gm);color:#fff;padding:.85rem 2.2rem;border-radius:999px;font-weight:700;font-size:1rem;transition:background .2s,transform .15s;box-shadow:0 4px 20px rgba(22,122,74,.3);white-space:nowrap}
.btn-primary:hover{background:var(--gd);transform:translateY(-1px)}
.pay-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.pay-row .plabel{font-size:.78rem;color:var(--fa)}
.ppill{background:#fff;border:1px solid var(--bd);border-radius:8px;padding:.25rem .7rem;font-size:.75rem;font-weight:700}
.ppill.bk{color:#e2136e;border-color:#f7c2d9;background:#fff5f9}
.ppill.ng{color:#e8600a;border-color:#fbd5b5;background:#fff8f3}
.ppill.rk{color:#8b3daf;border-color:#d9bbf0;background:#f8f1fd}
.ppill.bn{color:var(--gd);border-color:#a8dcbe;background:var(--gl)}
.mockup-wrap{border-radius:14px;box-shadow:0 24px 64px rgba(0,0,0,.18),0 4px 16px rgba(0,0,0,.08);overflow:hidden;line-height:0}
.mockup-wrap svg{width:100%;height:auto;display:block}

/* ─ SHAME STRIP ─ */
.shame{background:var(--rs);border-top:1px solid #fcc;border-bottom:1px solid #fcc;padding:1.1rem 2rem;text-align:center}
.shame p{font-size:.92rem;color:var(--rt);font-weight:600}
.shame em{font-style:normal;text-decoration:line-through;opacity:.65}

/* ─ WHY ─ */
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;max-width:900px;margin:0 auto 2.5rem}
.wcard{background:var(--wh);border:1px solid var(--bd);border-radius:16px;padding:1.75rem;transition:box-shadow .2s,transform .2s}
.wcard:hover{box-shadow:0 8px 32px rgba(0,0,0,.07);transform:translateY(-2px)}
.wicon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:.9rem}
.wicon.g{background:var(--gl)}.wicon.a{background:var(--al)}.wicon.b{background:#edf2ff}
.wcard h3{font-size:1.05rem;font-weight:700;margin-bottom:.45rem}
.wcard p{font-size:.9rem;color:var(--mu);line-height:1.65}
.sec-cta{text-align:center}
.sec-cta a{display:inline-flex;align-items:center;gap:6px;color:var(--gm);font-weight:700;font-size:.95rem;border-bottom:2px solid var(--gl);padding-bottom:1px;transition:border-color .2s}
.sec-cta a:hover{border-color:var(--gm)}

/* ─ HOW ─ */
.how{background:var(--cr)}
.steps-row{display:flex;flex-wrap:wrap;gap:0;max-width:900px;margin:0 auto 2.5rem;position:relative}
.step{flex:1;min-width:200px;text-align:center;padding:0 1.5rem;position:relative}
.step:not(:last-child)::after{content:'→';position:absolute;right:-.6rem;top:1.4rem;font-size:1.4rem;color:var(--bd)}
.stepnum{width:52px;height:52px;border-radius:50%;background:var(--gl);color:var(--gd);font-family:'Fraunces',serif;font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border:2px solid #a8dcbe}
.step h3{font-size:1rem;font-weight:700;margin-bottom:.4rem}
.step p{font-size:.85rem;color:var(--mu)}
.privacy-note{display:inline-block;margin-top:.5rem;font-size:.75rem;color:var(--gm);background:var(--gl);padding:.2rem .6rem;border-radius:999px;font-weight:600}

/* ─ PRICING ─ */
.pricing{background:var(--wh)}
.toggle-wrap{display:flex;justify-content:center;margin-bottom:2.5rem}
.toggle-row{display:inline-flex;align-items:center;gap:.75rem;background:var(--cr);border:1px solid var(--bd);padding:.4rem 1rem;border-radius:999px}
.tlabel{font-size:.85rem;font-weight:600;color:var(--mu);transition:color .2s}
.tlabel.on{color:var(--ink);font-weight:700}
.save-badge{background:var(--gm);color:#fff;font-size:.68rem;font-weight:800;padding:.15rem .5rem;border-radius:999px;margin-left:4px;vertical-align:middle}
.tswitch{position:relative;width:40px;height:22px;flex-shrink:0}
.tswitch input{opacity:0;width:0;height:0}
.tslider{position:absolute;inset:0;cursor:pointer;background:#cbd5e0;border-radius:999px;transition:background .25s}
.tslider::before{content:'';position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;left:3px;top:3px;transition:transform .25s;box-shadow:0 1px 4px rgba(0,0,0,.2)}
.tswitch input:checked+.tslider{background:var(--gm)}
.tswitch input:checked+.tslider::before{transform:translateX(18px)}
.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto 1.25rem}
.pcard{background:var(--wh);border:1.5px solid var(--bd);border-radius:20px;padding:2rem;position:relative;transition:box-shadow .2s}
.pcard:hover{box-shadow:0 10px 40px rgba(0,0,0,.07)}
.pcard.pop{border-color:var(--gm);box-shadow:0 0 0 4px rgba(22,122,74,.08)}
.pop-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--gm);color:#fff;font-size:.7rem;font-weight:800;padding:.3rem 1rem;border-radius:999px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.pname{font-family:'Fraunces',serif;font-size:1.2rem;font-weight:700;margin-bottom:.2rem}
.ptagline{font-size:.82rem;color:var(--fa);margin-bottom:1.25rem}
.pprice{margin-bottom:.2rem;display:flex;align-items:baseline;gap:2px}
.pamount{font-family:'Fraunces',serif;font-size:2.6rem;font-weight:700;color:var(--gd);line-height:1}
.pcurr{font-size:1rem;font-weight:700;color:var(--gd);margin-bottom:4px}
.pper{font-size:.82rem;color:var(--fa);align-self:flex-end;padding-bottom:4px}
.pnote{font-size:.78rem;color:var(--fa);margin-bottom:1.5rem;min-height:1.1em}
.free-domain{color:var(--gm);font-weight:700}
.pdivider{border:none;border-top:1px solid var(--bd);margin:1.25rem 0}
.pfeatures{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.75rem}
.pfeatures li{display:flex;align-items:flex-start;gap:.6rem;font-size:.87rem;color:var(--mu)}
.pfeatures li::before{content:'✓';color:var(--gb);font-weight:800;flex-shrink:0;margin-top:1px}
.pbtn{display:block;width:100%;text-align:center;padding:.8rem;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:background .2s,color .2s}
.pbtn.pri{background:var(--gm);color:#fff}.pbtn.pri:hover{background:var(--gd)}
.pbtn.out{background:transparent;color:var(--gm);border:1.5px solid var(--gm)}.pbtn.out:hover{background:var(--gl)}
.risk{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.82rem;color:var(--mu);margin-bottom:.75rem}
.cquote{text-align:center;font-size:.85rem;color:var(--fa)}
.cquote a{color:var(--gm);font-weight:700}
.pfaq{max-width:700px;margin:2.5rem auto 0;background:var(--cr);border-radius:16px;padding:1.5rem}
.pfaq h4{font-size:.8rem;font-weight:700;color:var(--mu);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.08em}
.pfi{border-bottom:1px solid var(--bd);padding:.7rem 0}
.pfi:last-child{border-bottom:none}
.pfi-q{font-size:.88rem;font-weight:700;color:var(--ink);margin-bottom:.2rem}
.pfi-a{font-size:.84rem;color:var(--mu)}

/* ─ TESTIMONIALS ─ */
.testi{background:var(--cr)}
.tgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}
.tcard{background:var(--wh);border:1px solid var(--bd);border-radius:16px;padding:1.75rem}
.tstars{color:#f59e0b;font-size:.9rem;margin-bottom:.75rem;letter-spacing:2px}
.tquote{font-size:.93rem;color:var(--ink);line-height:1.7;margin-bottom:1.25rem;font-style:italic}
.tauthor{display:flex;align-items:center;gap:.75rem}
.tavatar{width:42px;height:42px;border-radius:50%;background:var(--gl);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;color:var(--gd);flex-shrink:0}
.tname{font-weight:700;font-size:.88rem}
.trole{font-size:.78rem;color:var(--fa)}

/* ─ FAQ ─ */
.faq-sec{background:var(--wh)}
.faq-list{max-width:720px;margin:0 auto}
.faq-item{border:1px solid var(--bd);border-radius:12px;margin-bottom:.75rem;overflow:hidden}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;background:none;border:none;cursor:pointer;text-align:left;font-family:'Nunito',sans-serif;font-size:.95rem;font-weight:700;color:var(--ink);gap:1rem;transition:background .15s}
.faq-q:hover{background:var(--cr)}
.faq-icon{width:26px;height:26px;border-radius:50%;background:var(--gl);color:var(--gm);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;flex-shrink:0;transition:transform .25s,background .2s;line-height:1}
.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--gm);color:#fff}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s;padding:0 1.25rem;font-size:.9rem;color:var(--mu);line-height:1.75}
.faq-item.open .faq-a{max-height:300px;padding:0 1.25rem 1.1rem}

/* ─ TRUST ─ */
.trust{background:var(--gd);padding:4rem 2rem}
.trust .slabel{color:#6de8a0}
.trust .stitle{color:#fff}
.trust .ssub{color:#a8d8bc}
.trgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}
.trcard{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:1.5rem;text-align:center}
.trstat{font-family:'Fraunces',serif;font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:.25rem}
.trlabel{font-size:.87rem;color:#a8d8bc;font-weight:600}
.trsub{font-size:.78rem;color:rgba(255,255,255,.4);margin-top:.2rem}

/* ─ CTA BANNER ─ */
.ctabanner{background:var(--gl);border-top:1px solid #a8dcbe;border-bottom:1px solid #a8dcbe;padding:5rem 2rem;text-align:center}
.ctabanner h2{font-size:clamp(1.8rem,4vw,2.8rem);color:var(--gd);margin-bottom:.75rem}
.ctabanner p{color:var(--gm);font-size:1.05rem;margin-bottom:.4rem}
.cta-bangla{color:var(--fa);font-style:italic;font-size:.9rem;margin-bottom:.75rem}
.urgency{display:inline-flex;align-items:center;gap:6px;background:var(--al);border:1px solid #f5d08a;color:#92400e;font-size:.8rem;font-weight:700;padding:.35rem 1rem;border-radius:999px;margin-bottom:2rem}
.cta-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}
.wa-btn{display:inline-flex;align-items:center;gap:.6rem;background:#25d366;color:#fff;padding:.9rem 2.25rem;border-radius:999px;font-weight:800;font-size:1rem;box-shadow:0 4px 20px rgba(37,211,102,.3);transition:background .2s,transform .15s}
.wa-btn:hover{background:#1da851;transform:translateY(-2px)}
.wa-btn svg{width:20px;height:20px;fill:#fff;flex-shrink:0}
.call-btn{display:inline-flex;align-items:center;gap:.6rem;background:#fff;color:var(--gd);padding:.9rem 2rem;border-radius:999px;font-weight:800;font-size:1rem;border:2px solid var(--gm);transition:background .2s}
.call-btn:hover{background:var(--gl)}
.call-btn svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* ─ FOOTER ─ */
footer{background:var(--ink);color:rgba(255,255,255,.55);padding:3rem 2rem 0;font-size:.85rem}
.ft{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.75rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08)}
.flogo{text-align:center}
.flogo .nav-logo{color:#6de8a0;font-size:1.3rem;justify-content:center}
.flogo p{margin-top:.4rem;font-size:.82rem;color:rgba(255,255,255,.35)}
.fnav{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}
.fnav a{color:rgba(255,255,255,.55);font-weight:600;font-size:.88rem;transition:color .2s}
.fnav a:hover{color:#6de8a0}
.fsoc{display:flex;gap:.75rem}
.sbtn{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);transition:background .2s,color .2s,border-color .2s}
.sbtn:hover{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.3)}
.sbtn svg{width:16px;height:16px;fill:currentColor}
.fpay{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;justify-content:center}
.fpay .plbl{font-size:.75rem;color:rgba(255,255,255,.3);margin-right:.25rem}
.fpill{height:30px;padding:0 12px;border-radius:6px;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;font-size:.72rem;font-weight:800;letter-spacing:.02em;white-space:nowrap}
.fpill.bk{background:#2a0a14;color:#e2136e;border-color:#5a1028}
.fpill.ng{background:#2a1205;color:#e8600a;border-color:#5a2a10}
.fpill.rk{background:#1e0d2a;color:#a855d4;border-color:#4a1f60}
.fpill.bn{background:#0a1f14;color:#6de8a0;border-color:#1a4a30}
.fbot{max-width:900px;margin:0 auto;padding:1.25rem 0 1.75rem;display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;align-items:center;font-size:.78rem;color:rgba(255,255,255,.25);text-align:center}
.fbot .sep{opacity:.3}
.fbot a{color:rgba(255,255,255,.35);transition:color .2s}
.fbot a:hover{color:#6de8a0}

/* ─ RESPONSIVE ─ */
@media(max-width:900px){
  .hero-inner{flex-direction:column}
  .hero-content{text-align:center}
  .hero-sub,.price-anchor{max-width:100%}
  .hero-actions,.pay-row{justify-content:center}
  .hero-visual{width:100%;max-width:460px;margin:0 auto}
  .nav-links{display:none}
  .hamburger{display:flex}
}
@media(max-width:540px){
  .hero-visual{display:none}
  .step:not(:last-child)::after{display:none}
  .steps-row{flex-direction:column;align-items:center}
}
</style>
</head>
<body>

<!-- ══ CONTACT BAR ══ -->
<div class="cbar">
  <a href="tel:+880XXXXXXXXXX">
    <svg viewBox="0 0 24 24"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 13.6a19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 3.6 3h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 10.6a16 16 0 0 0 6 6l.96-.96a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 17.92z"/></svg>
    01XXX-XXXXXX
  </a>
  <a href="mailto:hello@promailbd.com">
    <svg viewBox="0 0 24 24"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>
    hello@promailbd.com
  </a>
</div>

<!-- ══ NAV ══ -->
<nav>
  <div class="nav-logo">ProMail<span class="dot"> BD</span></div>
  <div class="nav-links">
    <a href="#why">Why ProMail</a>
    <a href="#how">How It Works</a>
    <a href="#pricing">Pricing</a>
    <a href="#faq">FAQ</a>
    <a href="#contact">Contact</a>
  </div>
  <div class="nav-right">
    <a class="nav-cta" href="#pricing">Get Started →</a>
    <button class="hamburger" id="hbg" onclick="toggleNav()" aria-label="Menu">
      <span></span><span></span><span></span>
    </button>
  </div>
</nav>

<!-- ══ MOBILE NAV ══ -->
<div class="mobile-nav" id="mnav">
  <a href="#why" onclick="toggleNav()">Why ProMail BD</a>
  <a href="#how" onclick="toggleNav()">How It Works</a>
  <a href="#pricing" onclick="toggleNav()">Pricing</a>
  <a href="#faq" onclick="toggleNav()">FAQ</a>
  <a href="#contact" onclick="toggleNav()">Contact</a>
  <a class="mob-cta" href="#pricing" onclick="toggleNav()">Get Started →</a>
</div>

<!-- ══ HERO ══ -->
<section class="hero">
  <div class="hero-inner">
    <div class="hero-content">
      <div class="hero-badge">
        <span class="pulse"></span>
        ✅ Professional Email — Set Up in 24 Hours, Billed in BDT
      </div>
      <h1>
        Your Business Deserves<br/>an Email <em>That Looks<br/>Like a Business</em>
      </h1>
      <p class="hero-sub">
        Get your own <strong>info@yourcompany.com</strong> — professionally configured on your phone and laptop, paid via bKash, ready by tomorrow.
      </p>
      <p class="hero-bangla">আপনার ব্যবসার পরিচয় শুরু হোক এখানে — No dollar card. No confusion. No waiting.</p>
      <div class="price-anchor">📦 Starting from just ৳183/month — less than a cup of coffee a day</div>
      <div class="hero-actions">
        <a class="btn-primary" href="#pricing">See Our Plans →</a>
      </div>
      <div class="pay-row">
        <span class="plabel">Pay with:</span>
        <span class="ppill bk">bKash</span>
        <span class="ppill ng">Nagad</span>
        <span class="ppill rk">Rocket</span>
        <span class="ppill bn">Bank Transfer</span>
      </div>
    </div>

    <div class="hero-visual">
      <div class="mockup-wrap">
        <svg viewBox="0 0 460 300" xmlns="http://www.w3.org/2000/svg">
          <!-- Browser chrome -->
          <rect width="460" height="300" rx="12" fill="#1e293b"/>
          <rect width="460" height="36" rx="12" fill="#334155"/>
          <rect y="24" width="460" height="12" fill="#334155"/>
          <!-- Traffic lights -->
          <circle cx="20" cy="18" r="5" fill="#fc5753"/>
          <circle cx="38" cy="18" r="5" fill="#fdbc40"/>
          <circle cx="56" cy="18" r="5" fill="#33c748"/>
          <!-- URL bar -->
          <rect x="76" y="8" width="300" height="20" rx="10" fill="#475569"/>
          <text x="226" y="21.5" text-anchor="middle" fill="#94a3b8" font-size="8" font-family="monospace">&#128274; mail.yourcompany.com</text>
          <!-- Body -->
          <rect x="0" y="36" width="460" height="264" fill="#f8fafc"/>
          <!-- Sidebar -->
          <rect x="0" y="36" width="110" height="264" fill="#0f172a"/>
          <text x="14" y="58" fill="#6de8a0" font-size="8" font-family="sans-serif" font-weight="bold">&#9993; ProMail BD</text>
          <rect x="12" y="65" width="86" height="22" rx="11" fill="#167a4a"/>
          <text x="55" y="79.5" text-anchor="middle" fill="white" font-size="8" font-family="sans-serif" font-weight="bold">+ Compose</text>
          <!-- Sidebar nav -->
          <rect x="0" y="96" width="110" height="22" fill="rgba(255,255,255,0.1)"/>
          <text x="14" y="111" fill="white" font-size="8" font-family="sans-serif" font-weight="600">&#128218;  Inbox</text>
          <rect x="82" y="100" width="20" height="13" rx="6.5" fill="#ef4444"/>
          <text x="92" y="110.5" text-anchor="middle" fill="white" font-size="7" font-family="sans-serif" font-weight="bold">3</text>
          <text x="14" y="133" fill="#475569" font-size="8" font-family="sans-serif">&#128228;  Sent</text>
          <text x="14" y="155" fill="#475569" font-size="8" font-family="sans-serif">&#11088;  Starred</text>
          <text x="14" y="177" fill="#475569" font-size="8" font-family="sans-serif">&#128196;  Drafts</text>
          <text x="14" y="199" fill="#475569" font-size="8" font-family="sans-serif">&#128465;  Trash</text>
          <!-- Account footer in sidebar -->
          <rect x="0" y="270" width="110" height="30" fill="rgba(0,0,0,0.25)"/>
          <text x="12" y="281" fill="#94a3b8" font-size="6" font-family="sans-serif">Logged in as:</text>
          <text x="12" y="293" fill="#6de8a0" font-size="7" font-family="monospace" font-weight="bold">info@yourcompany.com</text>
          <!-- Inbox header -->
          <rect x="110" y="36" width="350" height="32" fill="#f1f5f9"/>
          <text x="124" y="56" fill="#0f172a" font-size="10" font-family="sans-serif" font-weight="700">Inbox</text>
          <text x="452" y="56" text-anchor="end" fill="#94a3b8" font-size="7" font-family="sans-serif">3 unread</text>
          <!-- Row 1 - unread -->
          <rect x="110" y="68" width="350" height="44" fill="#eff6ff"/>
          <rect x="110" y="112" width="350" height="1" fill="#e2e8f0"/>
          <circle cx="127" cy="90" r="3.5" fill="#3b82f6"/>
          <circle cx="148" cy="90" r="12" fill="#10b981"/>
          <text x="148" y="94" text-anchor="middle" fill="white" font-size="7.5" font-family="sans-serif" font-weight="bold">ZA</text>
          <text x="167" y="84" fill="#0f172a" font-size="8.5" font-family="sans-serif" font-weight="700">Zara Global Sourcing</text>
          <text x="452" y="84" text-anchor="end" fill="#6b7280" font-size="7" font-family="sans-serif">10:23 AM</text>
          <text x="167" y="101" fill="#374151" font-size="8" font-family="sans-serif">Re: Q3 Order Confirmation — Please confirm export docs</text>
          <!-- Row 2 -->
          <rect x="110" y="113" width="350" height="44" fill="white"/>
          <rect x="110" y="157" width="350" height="1" fill="#e2e8f0"/>
          <circle cx="148" cy="135" r="12" fill="#f59e0b"/>
          <text x="148" y="139" text-anchor="middle" fill="white" font-size="7.5" font-family="sans-serif" font-weight="bold">HM</text>
          <text x="167" y="129" fill="#374151" font-size="8.5" font-family="sans-serif" font-weight="600">H&amp;M Sourcing</text>
          <text x="452" y="129" text-anchor="end" fill="#6b7280" font-size="7" font-family="sans-serif">Yesterday</text>
          <text x="167" y="146" fill="#6b7280" font-size="8" font-family="sans-serif">New sample request — Spring/Summer 2027 collection</text>
          <!-- Row 3 -->
          <rect x="110" y="158" width="350" height="44" fill="white"/>
          <rect x="110" y="202" width="350" height="1" fill="#e2e8f0"/>
          <circle cx="148" cy="180" r="12" fill="#8b5cf6"/>
          <text x="148" y="184" text-anchor="middle" fill="white" font-size="7.5" font-family="sans-serif" font-weight="bold">DB</text>
          <text x="167" y="174" fill="#374151" font-size="8.5" font-family="sans-serif" font-weight="600">Dutch-Bangla Bank</text>
          <text x="452" y="174" text-anchor="end" fill="#6b7280" font-size="7" font-family="sans-serif">Monday</text>
          <text x="167" y="191" fill="#6b7280" font-size="8" font-family="sans-serif">Your business account statement is ready to view</text>
          <!-- Row 4 -->
          <rect x="110" y="203" width="350" height="44" fill="#fafafa"/>
          <circle cx="148" cy="225" r="12" fill="#ec4899"/>
          <text x="148" y="229" text-anchor="middle" fill="white" font-size="7.5" font-family="sans-serif" font-weight="bold">SS</text>
          <text x="167" y="219" fill="#374151" font-size="8.5" font-family="sans-serif" font-weight="600">SSLCommerz</text>
          <text x="452" y="219" text-anchor="end" fill="#6b7280" font-size="7" font-family="sans-serif">Oct 2</text>
          <text x="167" y="236" fill="#6b7280" font-size="8" font-family="sans-serif">Merchant account approved &#10003;</text>
          <!-- Compose bar -->
          <rect x="110" y="265" width="350" height="35" fill="#f0fdf4"/>
          <rect x="110" y="265" width="350" height="1" fill="#86efac"/>
          <text x="124" y="278" fill="#166534" font-size="7" font-family="sans-serif">&#10003; Sending as:</text>
          <rect x="196" y="268" width="155" height="16" rx="4" fill="#dcfce7" stroke="#86efac" stroke-width="1"/>
          <text x="204" y="279.5" fill="#065f46" font-size="8" font-family="monospace" font-weight="bold">info@yourcompany.com</text>
          <text x="452" y="279" text-anchor="end" fill="#16a34a" font-size="9" font-family="sans-serif" font-weight="bold">Send &#8594;</text>
        </svg>
      </div>
    </div>
  </div>
</section>


<!-- ══ SHAME STRIP ══ -->
<div class="shame">
  <p>
    Still sending business emails from <em>yourshop@gmail.com</em>?
    &nbsp;Your next big client is judging you before they even open the email. &nbsp;আর দেরি না।
  </p>
</div>


<!-- ══ WHY SECTION ══ -->
<section id="why">
  <p class="slabel">Why ProMail BD?</p>
  <h2 class="stitle">Everything a Bangladeshi Business Owner Actually Needs</h2>
  <p class="ssub">We're not just selling email. We're your local tech partner — handling the complicated stuff so you can focus on your business.</p>

  <div class="why-grid">
    <div class="wcard">
      <div class="wicon a">💳</div>
      <h3>Pay in BDT — No Dollar Card Needed</h3>
      <p>Pay via bKash, Nagad, Rocket, or bank transfer. No international card, no currency headache. We take care of everything on your behalf — fully local, fully simple.</p>
    </div>
    <div class="wcard">
      <div class="wicon g">📱</div>
      <h3>Free Setup on All Your Devices</h3>
      <p>We configure your professional email on your iPhone, Android, laptop, and desktop — for free. You won't touch a single setting. আমরাই সব করে দেব।</p>
    </div>
    <div class="wcard">
      <div class="wicon b">💬</div>
      <h3>Real Support on WhatsApp</h3>
      <p>Message us in Bangla or English — we respond within 2 hours. No ticketing systems, no foreign call center. আমরা সবসময় আছি আপনার পাশে।</p>
    </div>
    <div class="wcard">
      <div class="wicon a">🏆</div>
      <h3>Build Instant Credibility</h3>
      <p>Buyers, exporters, and clients take you more seriously the moment you email from <strong>@yourcompany.com</strong>. It's the simplest trust signal a business can have.</p>
    </div>
  </div>

  <div class="sec-cta">
    <a href="#pricing">Convinced? See our plans →</a>
  </div>
</section>


<!-- ══ HOW IT WORKS ══ -->
<section id="how" class="how">
  <p class="slabel">Simple Process</p>
  <h2 class="stitle">From Payment to Professional Email in 24 Hours</h2>
  <p class="ssub">কোনো ঝামেলা নেই। No tech knowledge needed — just three easy steps.</p>

  <div class="steps-row">
    <div class="step">
      <div class="stepnum">1</div>
      <h3>Pick Your Plan &amp; Pay</h3>
      <p>Choose a plan and pay via bKash, Nagad, Rocket, or bank transfer. Send us your payment screenshot on WhatsApp.</p>
    </div>
    <div class="step">
      <div class="stepnum">2</div>
      <h3>We Set Everything Up</h3>
      <p>We register your domain, create your mailbox, and configure all technical settings. Zero effort from your side.</p>
    </div>
    <div class="step">
      <div class="stepnum">3</div>
      <h3>We Configure Your Devices</h3>
      <p>We get your email working on your phone and laptop via a quick WhatsApp screen share or call.</p>
      <span class="privacy-note">🔒 We only touch your email app — your files &amp; photos stay 100% private</span>
    </div>
  </div>

  <div class="sec-cta">
    <a href="#pricing">Sounds easy? Let's get you set up →</a>
  </div>
</section>


<!-- ══ PRICING ══ -->
<section id="pricing" class="pricing">
  <p class="slabel">Simple, Honest Pricing</p>
  <h2 class="stitle">Pick the Plan That Fits Your Business</h2>
  <p class="ssub">All prices in BDT. No hidden fees. বাকি সব আমাদের দায়িত্ব।</p>

  <!-- Toggle -->
  <div class="toggle-wrap">
    <div class="toggle-row">
      <span class="tlabel on" id="lmon">Monthly</span>
      <label class="tswitch">
        <input type="checkbox" id="billingToggle" checked onchange="toggleBilling()"/>
        <span class="tslider"></span>
      </label>
      <span class="tlabel on" id="lann">Annual <span class="save-badge">Save 30%</span></span>
    </div>
  </div>

  <div class="pricing-grid">

    <!-- PLAN 1: EMAIL ONLY -->
    <div class="pcard">
      <p class="pname">Email Only</p>
      <p class="ptagline">Already have a domain? Just add email.</p>
      <div class="pprice">
        <span class="pcurr">৳</span>
        <span class="pamount ann">2,200</span>
        <span class="pamount mon" style="display:none">250</span>
        <span class="pper ann">/year</span>
        <span class="pper mon" style="display:none">/month</span>
      </div>
      <p class="pnote ann">That's just ৳183 per month</p>
      <p class="pnote mon" style="display:none">Save 30% by switching to annual</p>
      <hr class="pdivider"/>
      <ul class="pfeatures">
        <li>1 Professional Mailbox (5 GB)</li>
        <li>Works with your existing domain</li>
        <li>Webmail + IMAP/POP3 access</li>
        <li>Anti-spam &amp; SSL included</li>
        <li>Free setup on mobile &amp; desktop</li>
        <li>WhatsApp support (2-hr response)</li>
      </ul>
      <a class="pbtn out" href="#contact">Add Email to My Domain</a>
    </div>

    <!-- PLAN 2: STARTER BUSINESS -->
    <div class="pcard pop">
      <div class="pop-badge">⭐ Most Popular</div>
      <p class="pname">Starter Business</p>
      <p class="ptagline">New to professional email? Start here.</p>
      <div class="pprice">
        <span class="pcurr">৳</span>
        <span class="pamount ann">3,499</span>
        <span class="pamount mon" style="display:none">350</span>
        <span class="pper ann">/year</span>
        <span class="pper mon" style="display:none">/month</span>
      </div>
      <p class="pnote ann"><span class="free-domain">Includes FREE .com domain</span> — worth ৳1,500</p>
      <p class="pnote mon" style="display:none">Annual plan includes a FREE .com domain</p>
      <hr class="pdivider"/>
      <ul class="pfeatures">
        <li>1 Professional Mailbox (5 GB)</li>
        <li>.com domain registration (1 year)</li>
        <li>DNS configured for you</li>
        <li>Webmail + IMAP/POP3 access</li>
        <li>Anti-spam &amp; SSL included</li>
        <li>Free setup on mobile &amp; desktop</li>
        <li>Priority WhatsApp support</li>
      </ul>
      <a class="pbtn pri" href="#contact">Get This Plan →</a>
    </div>

    <!-- PLAN 3: TEAM -->
    <div class="pcard">
      <p class="pname">Team Professional</p>
      <p class="ptagline">For offices and growing teams.</p>
      <div class="pprice">
        <span class="pcurr">৳</span>
        <span class="pamount ann">7,999</span>
        <span class="pamount mon" style="display:none">800</span>
        <span class="pper ann">/year</span>
        <span class="pper mon" style="display:none">/month</span>
      </div>
      <p class="pnote ann">Only ৳667/month for your whole team</p>
      <p class="pnote mon" style="display:none">Save 30% by switching to annual</p>
      <hr class="pdivider"/>
      <ul class="pfeatures">
        <li>3 Professional Mailboxes (5 GB each)</li>
        <li>.com domain registration (1 year)</li>
        <li>Shared calendar &amp; contacts</li>
        <li>Full DNS &amp; MX configuration</li>
        <li>Anti-spam &amp; SSL included</li>
        <li>Free setup on all team devices</li>
        <li>Priority WhatsApp support</li>
        <li>Quarterly check-in call</li>
      </ul>
      <a class="pbtn out" href="#contact">Set Up My Team</a>
    </div>

  </div>

  <!-- Risk reversal -->
  <div class="risk">
    🔒 Not happy within 7 days? We'll refund you in full — no questions asked.
  </div>
  <p class="cquote">Need 10, 20+ mailboxes? <a href="#contact">Contact us for a custom quote →</a></p>

  <!-- Mini-FAQ within pricing -->
  <div class="pfaq">
    <h4>Quick answers before you buy</h4>
    <div class="pfi">
      <p class="pfi-q">I already have a domain. Which plan should I pick?</p>
      <p class="pfi-a">Choose "Email Only" — it's designed exactly for this. We'll connect your existing domain to your new professional mailbox.</p>
    </div>
    <div class="pfi">
      <p class="pfi-q">What happens when my plan renews after 1 year?</p>
      <p class="pfi-a">We send you a reminder 30 days before renewal. You pay the same way — bKash, Nagad, or bank transfer. No surprises, no auto-charges.</p>
    </div>
    <div class="pfi">
      <p class="pfi-q">Can I upgrade from Email Only to Starter Business later?</p>
      <p class="pfi-a">Yes, anytime. Just message us on WhatsApp and we'll handle the upgrade with no service interruption.</p>
    </div>
    <div class="pfi">
      <p class="pfi-q">What if I'm not satisfied?</p>
      <p class="pfi-a">We offer a 7-day full refund — no paperwork, no hassle. Just message us and we process it within 24 hours.</p>
    </div>
  </div>
</section>


<!-- ══ TESTIMONIALS ══ -->
<section class="testi">
  <p class="slabel">Happy Customers</p>
  <h2 class="stitle">Businesses That Made the Switch</h2>
  <p class="ssub">Real stories from Bangladeshi business owners who went from @gmail.com to @theircompany.com.</p>

  <div class="tgrid">
    <div class="tcard">
      <div class="tstars">★★★★★</div>
      <p class="tquote">"I was embarrassed sending quotes from my Gmail to our foreign buyer. ProMail BD set everything up in one day. Now our emails look as professional as our products."</p>
      <div class="tauthor">
        <div class="tavatar">RH</div>
        <div>
          <p class="tname">Rafiqul Hasan</p>
          <p class="trole">Owner, Gazipur Textile Buying House</p>
        </div>
      </div>
    </div>
    <div class="tcard">
      <div class="tstars">★★★★★</div>
      <p class="tquote">"আমার কোনো ডলার কার্ড নেই, তাই আগে বাইরে থেকে কিনতে পারতাম না। ProMail BD বিকাশে সব করে দিয়েছে। আমার phone-এ setup করে দিয়েছে। Excellent service!"</p>
      <div class="tauthor">
        <div class="tavatar">SA</div>
        <div>
          <p class="tname">Sultana Akter</p>
          <p class="trole">F-commerce seller, Dhaka</p>
        </div>
      </div>
    </div>
    <div class="tcard">
      <div class="tstars">★★★★★</div>
      <p class="tquote">"We needed 5 emails for our agency. ProMail BD gave us a custom quote, configured every laptop in the office, and they respond on WhatsApp faster than most companies pick up the phone."</p>
      <div class="tauthor">
        <div class="tavatar">TI</div>
        <div>
          <p class="tname">Tanvir Islam</p>
          <p class="trole">Founder, Chittagong Digital Agency</p>
        </div>
      </div>
    </div>
  </div>
</section>


<!-- ══ FAQ ══ -->
<section id="faq" class="faq-sec">
  <p class="slabel">Got Questions?</p>
  <h2 class="stitle">Frequently Asked Questions</h2>
  <p class="ssub">Everything you need to know before getting started. Still have questions? Message us on WhatsApp anytime.</p>

  <div class="faq-list">

    <div class="faq-item">
      <button class="faq-q" onclick="toggleFAQ(this)">
        What does "free device setup" actually include?
        <span class="faq-icon">+</span>
      </button>
      <div class="faq-a">We configure your professional email on your iPhone or Android (Mail app, Gmail app, or Outlook), and on your Windows or Mac laptop — whichever you use. We do this via a quick WhatsApp screen share or a short call. The whole process takes 10–20 minutes per device, and we only access your email app settings — nothing else on your device.</div>
    </div>

    <div class="faq-item">
      <button class="faq-q" onclick="toggleFAQ(this)">
        Is my email data safe and private?
        <span class="faq-icon">+</span>
      </button>
      <div class="faq-a">Yes. Your emails are stored on enterprise-grade servers with SSL encryption, anti-spam protection, and daily backups. Your data belongs to you — we cannot read your emails and we never share your information with third parties.</div>
    </div>

    <div class="faq-item">
      <button class="faq-q" onclick="toggleFAQ(this)">
        What's the difference between this and a free Gmail account?
        <span class="faq-icon">+</span>
      </button>
      <div class="faq-a">A free Gmail account shows "yourname@gmail.com" — which tells clients and buyers that your business is informal. With ProMail BD, you get "info@yourcompany.com" — your own brand in every email you send. It builds trust, looks professional, and many B2B clients and export buyers actually require it. Plus, your email is completely independent of Google's terms and restrictions.</div>
    </div>

    <div class="faq-item">
      <button class="faq-q" onclick="toggleFAQ(this)">
        Can I keep my existing emails and contacts if I switch?
        <span class="faq-icon">+</span>
      </button>
      <div class="faq-a">Yes. We can help you migrate your important emails and contacts from Gmail or another service to your new professional account. Just let us know when you message us on WhatsApp and we'll guide you through it at no extra charge.</div>
    </div>

    <div class="faq-item">
      <button class="faq-q" onclick="toggleFAQ(this)">
        Can I add more mailboxes to my plan later?
        <span class="faq-icon">+</span>
      </button>
      <div class="faq-a">Absolutely. You can add individual mailboxes at any time. Just message us and we'll quote you for the extra accounts and set them up within 24 hours. If you need 10 or more, contact us for a custom team pricing package.</div>
    </div>

    <div class="faq-item">
      <button class="faq-q" onclick="toggleFAQ(this)">
        What happens when my plan renews after 1 year?
        <span class="faq-icon">+</span>
      </button>
      <div class="faq-a">We send you a WhatsApp reminder 30 days before your plan expires so you have plenty of time to renew. There are no automatic charges — you pay when you're ready, via bKash, Nagad, Rocket, or bank transfer, just like the first time.</div>
    </div>

  </div>
</section>


<!-- ══ TRUST STATS ══ -->
<section class="trust">
  <p class="slabel">Why Trust ProMail BD?</p>
  <h2 class="stitle">Built Around What Matters to You</h2>
  <p class="ssub">Every number here reflects a real commitment — not a marketing claim.</p>

  <div class="trgrid">
    <div class="trcard">
      <div class="trstat">50+</div>
      <div class="trlabel">Businesses Set Up</div>
      <div class="trsub">And growing every week</div>
    </div>
    <div class="trcard">
      <div class="trstat">&lt;2hr</div>
      <div class="trlabel">WhatsApp Response</div>
      <div class="trsub">In Bangla or English</div>
    </div>
    <div class="trcard">
      <div class="trstat">24hr</div>
      <div class="trlabel">Setup Turnaround</div>
      <div class="trsub">From payment to live email</div>
    </div>
    <div class="trcard">
      <div class="trstat">৳0</div>
      <div class="trlabel">Hidden Fees</div>
      <div class="trsub">What you see is what you pay</div>
    </div>
  </div>
</section>


<!-- ══ CTA BANNER ══ -->
<section id="contact" class="ctabanner">
  <h2>Ready to Look Like the Business You Are?</h2>
  <p>Message us right now — we'll have your professional email live by tomorrow.</p>
  <p class="cta-bangla">এখনই মেসেজ করুন — ৩ মিনিটেই শুরু করা যাবে 😊</p>
  <div class="urgency">
    🔴 We personally handle every setup — limited slots available each week
  </div>
  <div class="cta-actions">
    <a class="wa-btn" href="https://wa.me/880XXXXXXXXXX" target="_blank">
      <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
        <path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347zm-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884zm8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413z"/>
      </svg>
      Chat with Us on WhatsApp
    </a>
    <a class="call-btn" href="tel:+880XXXXXXXXXX">
      <svg viewBox="0 0 24 24"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 13.6a19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 3.6 3h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 10.6a16 16 0 0 0 6 6l.96-.96a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 17.92z"/></svg>
      Call Us Now
    </a>
  </div>
  <p style="margin-top:1.5rem;font-size:.82rem;color:var(--fa)">Or email: <strong style="color:var(--gm)">hello@promailbd.com</strong></p>
</section>


<!-- ══ FOOTER ══ -->
<style>
.sbtn svg.stroke-icon{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
</style>
<footer>
  <div class="ft">
    <div class="flogo">
      <div class="nav-logo">ProMail<span class="dot"> BD</span></div>
      <p>Professional email for Bangladeshi businesses — set up locally, built to last.</p>
    </div>
    <div class="fnav">
      <a href="#">About Us</a>
      <a href="#faq">FAQ</a>
      <a href="#contact">Contact</a>
    </div>
    <div class="fsoc">
      <a class="sbtn" href="#" aria-label="Facebook">
        <svg viewBox="0 0 24 24"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"/></svg>
      </a>
      <a class="sbtn" href="#" aria-label="Instagram">
        <svg viewBox="0 0 24 24" class="stroke-icon"><rect x="2" y="2" width="20" height="20" rx="5"/><circle cx="12" cy="12" r="4"/><circle cx="17.5" cy="6.5" r="1" fill="currentColor" stroke="none"/></svg>
      </a>
      <a class="sbtn" href="#" aria-label="LinkedIn">
        <svg viewBox="0 0 24 24"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-4 0v7h-4v-7a6 6 0 0 1 6-6z"/><rect x="2" y="9" width="4" height="12"/><circle cx="4" cy="4" r="2"/></svg>
      </a>
      <a class="sbtn" href="#" aria-label="YouTube">
        <svg viewBox="0 0 24 24"><path d="M22.54 6.42a2.78 2.78 0 0 0-1.95-1.96C18.88 4 12 4 12 4s-6.88 0-8.59.46A2.78 2.78 0 0 0 1.46 6.42 29 29 0 0 0 1 12a29 29 0 0 0 .46 5.58 2.78 2.78 0 0 0 1.95 1.96C5.12 20 12 20 12 20s6.88 0 8.59-.46a2.78 2.78 0 0 0 1.96-1.96A29 29 0 0 0 23 12a29 29 0 0 0-.46-5.58z"/><polygon points="9.75 15.02 15.5 12 9.75 8.98 9.75 15.02" fill="#1a1a1a"/></svg>
      </a>
    </div>
    <div class="fpay">
      <span class="plbl">Accepted Payments:</span>
      <div class="fpill bk">bKash</div>
      <div class="fpill ng">Nagad</div>
      <div class="fpill rk">Rocket</div>
      <div class="fpill bn">Bank Transfer</div>
    </div>
  </div>
  <div class="fbot">
    <span>© 2026 ProMail BD. All rights reserved.</span>
    <span class="sep">|</span>
    <a href="#">Terms &amp; Conditions</a>
    <span class="sep">|</span>
    <span>Made with ♥ in Bangladesh 🇧🇩</span>
  </div>
</footer>


<script>
// ── Hamburger nav ──
function toggleNav(){
  document.getElementById('hbg').classList.toggle('open');
  document.getElementById('mnav').classList.toggle('open');
  document.body.style.overflow = document.getElementById('mnav').classList.contains('open') ? 'hidden' : '';
}

// ── FAQ accordion ──
function toggleFAQ(btn){
  const item = btn.closest('.faq-item');
  const isOpen = item.classList.contains('open');
  document.querySelectorAll('.faq-item').forEach(i => i.classList.remove('open'));
  if(!isOpen) item.classList.add('open');
}

// ── Pricing billing toggle ──
function toggleBilling(){
  const annual = document.getElementById('billingToggle').checked;
  document.querySelectorAll('.ann').forEach(el => el.style.display = annual ? '' : 'none');
  document.querySelectorAll('.mon').forEach(el => el.style.display = annual ? 'none' : '');
  document.getElementById('lann').classList.toggle('on', annual);
  document.getElementById('lmon').classList.toggle('on', !annual);
}
</script>
</body>
</html>

A commitment to innovation and sustainability

Études is a pioneering firm that seamlessly merges creativity and functionality to redefine architectural excellence.

Building exterior in Toronto, Canada

A passion for creating spaces

Our comprehensive suite of professional services caters to a diverse clientele, ranging from homeowners to commercial developers.

Renovation and restoration

Experience the fusion of imagination and expertise with Études Architectural Solutions.

Continuous Support

Experience the fusion of imagination and expertise with Études Architectural Solutions.

App Access

Experience the fusion of imagination and expertise with Études Architectural Solutions.

Consulting

Experience the fusion of imagination and expertise with Études Architectural Solutions.

Project Management

Experience the fusion of imagination and expertise with Études Architectural Solutions.

Architectural Solutions

Experience the fusion of imagination and expertise with Études Architectural Solutions.

An array of resources

Our comprehensive suite of professional services caters to a diverse clientele, ranging from homeowners to commercial developers.

Études Architect App

  • Collaborate with fellow architects.
  • Showcase your projects.
  • Experience the world of architecture.
Tourist taking photo of a building
Windows of a building in Nuremberg, Germany

Études Newsletter

  • A world of thought-provoking articles.
  • Case studies that celebrate architecture.
  • Exclusive access to design insights.

“Études has saved us thousands of hours of work and has unlocked insights we never thought possible.”

Annie Steiner

CEO, Greenprint

Watch, Read, Listen

Join 900+ subscribers

Stay in the loop with everything you need to know.