<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8" />

  <meta name="viewport" content="width=device-width,initial-scale=1" />

  <title>Port Numbers For Sale — Delivered in Minutes</title>

  <meta name="description" content="Buy verified port-out numbers with accurate account details & PIN. Delivered fast to your inbox." />

  <style>

    :root{

      --bg:#070A12;

      --panel:#0E1426;

      --panel2:#0B1020;

      --text:#EAF0FF;

      --muted:#A9B4D6;

      --line:rgba(255,255,255,.10);

      --brand:#6D5BFF;

      --brand2:#2BD3FF;

      --good:#22C55E;

      --warn:#F59E0B;

      --shadow: 0 18px 40px rgba(0,0,0,.40);

      --radius: 18px;

      --max: 1120px;

    }

    *{box-sizing:border-box}

    html,body{height:100%}

    body{

      margin:0;

      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";

      background:

        radial-gradient(1100px 600px at 12% 0%, rgba(109,91,255,.28), transparent 55%),

        radial-gradient(900px 500px at 88% 8%, rgba(43,211,255,.22), transparent 55%),

        radial-gradient(900px 700px at 40% 100%, rgba(109,91,255,.15), transparent 60%),

        var(--bg);

      color:var(--text);

      line-height:1.45;

    }

    a{color:inherit;text-decoration:none}

    .wrap{max-width:var(--max); margin:0 auto; padding:0 20px}

    .btn{

      display:inline-flex; align-items:center; justify-content:center;

      gap:10px;

      padding:12px 16px;

      border-radius:999px;

      border:1px solid var(--line);

      background:rgba(255,255,255,.04);

      color:var(--text);

      font-weight:700;

      cursor:pointer;

      transition:.2s ease;

      white-space:nowrap;

    }

    .btn:hover{transform:translateY(-1px); border-color:rgba(255,255,255,.22); background:rgba(255,255,255,.06)}

    .btn.primary{

      border:none;

      background: linear-gradient(135deg, var(--brand), var(--brand2));

      color:#07101F;

      box-shadow: 0 12px 30px rgba(109,91,255,.28);

    }

    .btn.primary:hover{filter:saturate(1.05); transform:translateY(-1px)}

    .btn.ghost{background:transparent}

    .chip{

      display:inline-flex; align-items:center; gap:8px;

      padding:8px 10px;

      border:1px solid var(--line);

      background:rgba(255,255,255,.03);

      border-radius:999px;

      color:var(--muted);

      font-weight:600;

      font-size:13px;

    }

    header{

      position:sticky; top:0; z-index:50;

      backdrop-filter: blur(14px);

      background:rgba(7,10,18,.55);

      border-bottom:1px solid var(--line);

    }

    .nav{

      display:flex; align-items:center; justify-content:space-between;

      padding:14px 0;

      gap:14px;

    }

    .logo{

      display:flex; align-items:center; gap:10px;

      font-weight:900;

      letter-spacing:.4px;

    }

    .mark{

      width:34px; height:34px; border-radius:12px;

      background: linear-gradient(135deg, var(--brand), var(--brand2));

      box-shadow: 0 12px 30px rgba(43,211,255,.16);

    }

    .links{display:flex; align-items:center; gap:18px}

    .links a{color:var(--muted); font-weight:700; font-size:14px}

    .links a:hover{color:var(--text)}

    .navActions{display:flex; align-items:center; gap:10px}

    .burger{display:none}

    @media (max-width: 860px){

      .links{display:none}

      .burger{display:inline-flex}

      .mobile{

        display:none;

        border-top:1px solid var(--line);

      }

      .mobile.open{display:block}

      .mobile a{

        display:block;

        padding:14px 0;

        color:var(--muted);

        font-weight:800;

        border-bottom:1px solid rgba(255,255,255,.06);

      }

      .mobile a:last-child{border-bottom:none}

    }


    /* Hero */

    .hero{padding:56px 0 30px}

    .heroGrid{

      display:grid;

      grid-template-columns: 1.15fr .85fr;

      gap:22px;

      align-items:stretch;

    }

    @media (max-width: 980px){

      .heroGrid{grid-template-columns:1fr; }

    }

    .heroCard{

      border:1px solid var(--line);

      background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));

      border-radius: var(--radius);

      padding:26px;

      box-shadow: var(--shadow);

      overflow:hidden;

      position:relative;

    }

    .heroCard:before{

      content:"";

      position:absolute; inset:-2px;

      background:

        radial-gradient(600px 240px at 20% 20%, rgba(109,91,255,.28), transparent 55%),

        radial-gradient(520px 220px at 80% 30%, rgba(43,211,255,.20), transparent 60%);

      opacity:.75;

      pointer-events:none;

      filter: blur(12px);

    }

    .heroInner{position:relative}

    h1{

      margin:14px 0 10px;

      font-size: 46px;

      line-height:1.05;

      letter-spacing:-.5px;

    }

    @media (max-width: 520px){h1{font-size:38px}}

    .sub{

      color:var(--muted);

      font-size:16px;

      max-width:60ch;

      margin:0 0 16px;

    }

    .heroBtns{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}

    .stats{

      display:grid;

      grid-template-columns: repeat(3, 1fr);

      gap:10px;

      margin-top:18px;

    }

    .stat{

      border:1px solid rgba(255,255,255,.10);

      background: rgba(255,255,255,.03);

      border-radius: 14px;

      padding:12px;

    }

    .stat b{display:block; font-size:18px}

    .stat span{color:var(--muted); font-size:12px; font-weight:700}

    .side{

      border:1px solid var(--line);

      background: rgba(14,20,38,.65);

      border-radius: var(--radius);

      padding:20px;

      box-shadow: var(--shadow);

    }

    .side h3{margin:0 0 8px; font-size:16px}

    .side p{margin:0 0 14px; color:var(--muted); font-size:14px}

    .checklist{display:grid; gap:10px}

    .check{

      display:flex; gap:10px; align-items:flex-start;

      padding:12px;

      border-radius:14px;

      border:1px solid rgba(255,255,255,.09);

      background: rgba(255,255,255,.03);

    }

    .dot{

      width:22px; height:22px; border-radius:8px;

      background: rgba(34,197,94,.12);

      border: 1px solid rgba(34,197,94,.35);

      display:flex; align-items:center; justify-content:center;

      flex:0 0 auto;

      margin-top:1px;

      color: var(--good);

      font-weight:900;

      font-size:14px;

    }

    .check b{display:block; font-size:13px}

    .check small{display:block; color:var(--muted); font-weight:650; margin-top:2px}


    /* Sections */

    section{padding:46px 0}

    .sectionHead{

      display:flex;

      align-items:flex-end;

      justify-content:space-between;

      gap:14px;

      margin-bottom:16px;

    }

    .sectionHead h2{margin:0; font-size:26px; letter-spacing:-.3px}

    .sectionHead p{margin:0; color:var(--muted); max-width:60ch; font-weight:650}


    /* Features */

    .grid3{

      display:grid;

      grid-template-columns: repeat(3, 1fr);

      gap:14px;

    }

    @media (max-width: 980px){ .grid3{grid-template-columns:1fr} }

    .card{

      border:1px solid var(--line);

      background: rgba(255,255,255,.03);

      border-radius: var(--radius);

      padding:18px;

    }

    .icon{

      width:40px; height:40px; border-radius:14px;

      display:flex; align-items:center; justify-content:center;

      background: rgba(109,91,255,.12);

      border:1px solid rgba(109,91,255,.25);

      margin-bottom:10px;

      font-size:18px;

    }

    .card h3{margin:0 0 6px; font-size:16px}

    .card p{margin:0; color:var(--muted); font-weight:650}


    /* Carriers */

    .carrierGrid{

      display:grid;

      grid-template-columns: repeat(4, 1fr);

      gap:14px;

    }

    @media (max-width: 1100px){ .carrierGrid{grid-template-columns: repeat(2, 1fr)} }

    @media (max-width: 560px){ .carrierGrid{grid-template-columns: 1fr} }

    .carrier{

      border:1px solid var(--line);

      background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));

      border-radius: var(--radius);

      padding:18px;

      position:relative;

      overflow:hidden;

    }

    .carrier:before{

      content:"";

      position:absolute; inset:-2px;

      background: radial-gradient(420px 220px at 30% 0%, rgba(43,211,255,.14), transparent 55%);

      opacity:.9;

      pointer-events:none;

      filter: blur(14px);

    }

    .carrierInner{position:relative}

    .carrierTop{display:flex; align-items:center; justify-content:space-between; gap:10px}

    .badge{

      font-size:12px;

      font-weight:900;

      letter-spacing:.2px;

      color:#07101F;

      background: rgba(43,211,255,.95);

      padding:6px 10px;

      border-radius:999px;

    }

    .carrier h3{margin:12px 0 6px; font-size:18px}

    .priceRow{display:flex; align-items:baseline; gap:8px; flex-wrap:wrap}

    .old{

      color:rgba(255,255,255,.45);

      text-decoration: line-through;

      font-weight:800;

    }

    .price{

      font-size:26px;

      font-weight:950;

      letter-spacing:-.4px;

    }

    .meta{

      margin:10px 0 0;

      padding:0;

      list-style:none;

      display:grid;

      gap:8px;

      color:var(--muted);

      font-weight:700;

      font-size:13px;

    }

    .meta li{display:flex; gap:10px; align-items:flex-start}

    .meta li span{

      width:18px; height:18px; border-radius:7px;

      display:inline-flex; align-items:center; justify-content:center;

      border:1px solid rgba(255,255,255,.10);

      background: rgba(255,255,255,.03);

      color: var(--text);

      font-size:12px;

      flex:0 0 auto;

      margin-top:1px;

    }

    .carrier .actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .carrier small{display:block; color:rgba(255,255,255,.55); margin-top:10px; font-weight:700}


    /* How it works */

    .steps{

      display:grid;

      grid-template-columns: repeat(3, 1fr);

      gap:14px;

    }

    @media (max-width: 980px){ .steps{grid-template-columns: 1fr} }

    .step{

      border:1px solid var(--line);

      background: rgba(255,255,255,.03);

      border-radius: var(--radius);

      padding:18px;

    }

    .num{

      width:40px; height:40px; border-radius:14px;

      display:flex; align-items:center; justify-content:center;

      background: rgba(245,158,11,.12);

      border:1px solid rgba(245,158,11,.28);

      color: var(--warn);

      font-weight:950;

      margin-bottom:10px;

    }

    .step h3{margin:0 0 6px; font-size:16px}

    .step p{margin:0; color:var(--muted); font-weight:650}


    /* Contact */

    .contact{

      display:grid;

      grid-template-columns: 1fr 1fr;

      gap:14px;

      align-items:stretch;

    }

    @media (max-width: 980px){ .contact{grid-template-columns: 1fr} }

    .panel{

      border:1px solid var(--line);

      background: rgba(255,255,255,.03);

      border-radius: var(--radius);

      padding:18px;

    }

    label{display:block; font-weight:850; font-size:13px; margin:10px 0 6px}

    input, textarea, select{

      width:100%;

      border-radius:14px;

      border:1px solid rgba(255,255,255,.12);

      background: rgba(7,10,18,.55);

      color: var(--text);

      padding:12px 12px;

      outline:none;

      font-weight:700;

    }

    textarea{min-height:110px; resize:vertical}

    .row2{display:grid; grid-template-columns:1fr 1fr; gap:10px}

    @media (max-width: 520px){ .row2{grid-template-columns:1fr} }


    footer{

      border-top:1px solid var(--line);

      padding:22px 0 34px;

      color:rgba(255,255,255,.55);

      font-weight:700;

      font-size:13px;

    }

    .foot{

      display:flex; align-items:center; justify-content:space-between;

      gap:12px; flex-wrap:wrap;

    }

    .fine{color:rgba(255,255,255,.45); font-weight:650; max-width:80ch}

  </style>

</head>

<body>


<header>

  <div class="wrap">

    <div class="nav">

      <a class="logo" href="#top" aria-label="Home">

        <span class="mark"></span>

        <span>PortNumbers</span>

      </a>


      <nav class="links" aria-label="Primary">

        <a href="#features">Features</a>

        <a href="#carriers">Carriers</a>

        <a href="#how">How It Works</a>

        <a href="#contact">Contact</a>

      </nav>


      <div class="navActions">

        <a class="btn ghost" href="#carriers">Buy Now</a>

        <button class="btn burger" id="burger" aria-label="Open menu">☰</button>

      </div>

    </div>


    <div class="mobile" id="mobileNav" aria-label="Mobile">

      <a href="#features">Features</a>

      <a href="#carriers">Carriers</a>

      <a href="#how">How It Works</a>

      <a href="#contact">Contact</a>

    </div>

  </div>

</header>


<main id="top">

  <!-- HERO -->

  <div class="wrap hero">

    <div class="heroGrid">

      <div class="heroCard">

        <div class="heroInner">

          <span class="chip">⚡ Delivery in minutes • Verified details • Mobile lines</span>

          <h1>Buy Port Numbers<br/>Delivered Fast</h1>

          <p class="sub">

            Premium port-out numbers with verified account details and PIN — delivered to your inbox fast.

            Pay first, then submit your request. No waiting, no guesswork.

          </p>


          <div class="heroBtns">

            <a class="btn primary" href="#carriers">Browse Carriers</a>

            <a class="btn" href="#how">See How It Works</a>

          </div>


          <div class="stats" role="list" aria-label="Key stats">

            <div class="stat" role="listitem">

              <b>&lt; 30 min</b>

              <span>Typical delivery</span>

            </div>

            <div class="stat" role="listitem">

              <b>Verified</b>

              <span>Accurate details</span>

            </div>

            <div class="stat" role="listitem">

              <b>Support</b>

              <span>Fast help</span>

            </div>

          </div>

        </div>

      </div>


      <aside class="side">

        <h3>What you receive</h3>

        <p>Everything you need to port out successfully.</p>


        <div class="checklist">

          <div class="check">

            <div class="dot">✓</div>

            <div>

              <b>Port-out details</b>

              <small>Account number + PIN included</small>

            </div>

          </div>

          <div class="check">

            <div class="dot">✓</div>

            <div>

              <b>Mobile line only</b>

              <small>Verified line type</small>

            </div>

          </div>

          <div class="check">

            <div class="dot">✓</div>

            <div>

              <b>Area code selection</b>

              <small>Pick your preferred area code</small>

            </div>

          </div>

        </div>


        <div style="margin-top:14px; display:flex; gap:10px; flex-wrap:wrap;">

          <a class="btn primary" href="#contact">Need help?</a>

          <a class="btn" href="#carriers">Get pricing</a>

        </div>


        <p style="margin:14px 0 0; color:rgba(255,255,255,.5); font-weight:700; font-size:12px;">

          Tip: replace the “Checkout” links with your Stripe/PayPal checkout URLs.

        </p>

      </aside>

    </div>

  </div>


  <!-- FEATURES -->

  <section id="features">

    <div class="wrap">

      <div class="sectionHead">

        <div>

          <h2>Built for Speed & Precision</h2>

          <p>Quick delivery, verified information, and simple checkout — designed for repeat buyers.</p>

        </div>

      </div>


      <div class="grid3">

        <div class="card">

          <div class="icon">⚡</div>

          <h3>Fast Delivery</h3>

          <p>Automated processing so your details arrive quickly after payment.</p>

        </div>

        <div class="card">

          <div class="icon">✅</div>

          <h3>Verified Info</h3>

          <p>Each order includes the required port-out info (account + PIN).</p>

        </div>

        <div class="card">

          <div class="icon">🔒</div>

          <h3>Secure Checkout</h3>

          <p>Use trusted payment providers and keep your process consistent.</p>

        </div>

      </div>

    </div>

  </section>


  <!-- CARRIERS -->

  <section id="carriers">

    <div class="wrap">

      <div class="sectionHead">

        <div>

          <h2>Choose Your Carrier</h2>

          <p>Select a carrier and checkout. After payment, submit your area code + email for delivery.</p>

        </div>

        <a class="btn" href="#contact">Talk to support</a>

      </div>


      <div class="carrierGrid" id="carrierGrid" aria-label="Carrier pricing cards">

        <!-- Cards injected by JS so you can edit pricing easily -->

      </div>


      <p class="fine" style="margin:14px 0 0;">

        Note: You can add more carriers by editing the <code>carriers</code> array in the script below.

      </p>

    </div>

  </section>


  <!-- HOW IT WORKS -->

  <section id="how">

    <div class="wrap">

      <div class="sectionHead">

        <div>

          <h2>How It Works</h2>

          <p>Simple workflow: choose → pay → receive details.</p>

        </div>

      </div>


      <div class="steps">

        <div class="step">

          <div class="num">01</div>

          <h3>Choose Carrier</h3>

          <p>Select your carrier option and proceed to checkout.</p>

        </div>

        <div class="step">

          <div class="num">02</div>

          <h3>Complete Payment</h3>

          <p>Pay first. You’ll get an order confirmation immediately.</p>

        </div>

        <div class="step">

          <div class="num">03</div>

          <h3>Receive Details</h3>

          <p>Your port-out info is delivered to your email once processed.</p>

        </div>

      </div>

    </div>

  </section>


  <!-- CONTACT -->

  <section id="contact">

    <div class="wrap">

      <div class="sectionHead">

        <div>

          <h2>Contact & Support</h2>

          <p>Send a message or use the quick order form. Replace the phone/email below with yours.</p>

        </div>

      </div>


      <div class="contact">

        <div class="panel">

          <h3 style="margin:0 0 8px;">Quick Order (after payment)</h3>

          <p style="margin:0 0 14px; color:var(--muted); font-weight:650;">

            This form is for submitting delivery details after checkout.

            Connect it to your email handler / form service (Netlify Forms works great).

          </p>


          <!-- Netlify Forms-ready: just deploy and it will capture submissions -->

          <form name="quick-order" method="POST" data-netlify="true">

            <input type="hidden" name="form-name" value="quick-order" />


            <div class="row2">

              <div>

                <label for="carrier">Carrier</label>

                <select id="carrier" name="carrier" required>

                  <option value="">Select…</option>

                  <option>Verizon</option>

                  <option>T-Mobile</option>

                  <option>Metro</option>

                  <option>Boost</option>

                </select>

              </div>

              <div>

                <label for="area">Preferred Area Code</label>

                <input id="area" name="area_code" placeholder="e.g., 718" inputmode="numeric" required />

              </div>

            </div>


            <div class="row2">

              <div>

                <label for="email">Delivery Email</label>

                <input id="email" name="email" type="email" placeholder="you@email.com" required />

              </div>

              <div>

                <label for="order">Payment / Order ID</label>

                <input id="order" name="order_id" placeholder="e.g., STRIPE-XXXX" required />

              </div>

            </div>


            <label for="notes">Notes (optional)</label>

            <textarea id="notes" name="notes" placeholder="Any extra details…"></textarea>


            <div style="margin-top:12px; display:flex; gap:10px; flex-wrap:wrap;">

              <button class="btn primary" type="submit">Submit Delivery Details</button>

              <a class="btn" href="#carriers">Back to pricing</a>

            </div>

          </form>

        </div>


        <div class="panel">

          <h3 style="margin:0 0 8px;">Your Contact Info</h3>

          <p style="margin:0 0 14px; color:var(--muted); font-weight:650;">

            Replace these with your real support channels.

          </p>


          <div class="card" style="margin-bottom:12px;">

            <h3 style="margin:0 0 6px;">Phone / WhatsApp</h3>

            <p style="margin:0; color:var(--muted); font-weight:750;">(718) 213-9705</p>

          </div>


          <div class="card" style="margin-bottom:12px;">

            <h3 style="margin:0 0 6px;">Email</h3>

            <p style="margin:0; color:var(--muted); font-weight:750;">support@yourdomain.com</p>

          </div>


          <div class="card">

            <h3 style="margin:0 0 6px;">Business Hours</h3>

            <p style="margin:0; color:var(--muted); font-weight:750;">Daily • 9am – 11pm (ET)</p>

          </div>


          <p class="fine" style="margin-top:14px;">

            Add FAQ + refund policy here if you want.

          </p>

        </div>

      </div>

    </div>

  </section>

</main>


<footer>

  <div class="wrap foot">

    <div class="logo" aria-label="Footer logo">

      <span class="mark"></span>

      <span>PortNumbers</span>

    </div>

    <div>© <span id="year"></span> All rights reserved.</div>

  </div>

  <div class="wrap">

    <p class="fine" style="margin:10px 0 0;">

      Disclaimer: Ensure your sales and usage comply with carrier policies and applicable laws. This template is a starter UI.

    </p>

  </div>

</footer>


<script>

  // ====== EDIT PRICING HERE ======

  // Matches the reference site's "carriers + pricing cards" section conceptually.  [oai_citation:1‡portnumbersforsale.com](https://www.portnumbersforsale.com/)

  const carriers = [

    {

      name: "Verizon",

      price: 15,

      oldPrice: 18,

      tag: "Popular",

      bullets: ["Delivered fast", "5-day validity", "You pick area code", "MOBILE line"],

      checkoutUrl: "#contact" // Replace with your Stripe link

    },

    {

      name: "T-Mobile",

      price: 14,

      oldPrice: 17,

      tag: "Fast",

      bullets: ["Delivered fast", "5-day validity", "You pick area code", "MOBILE line"],

      checkoutUrl: "#contact"

    },

    {

      name: "Metro",

      price: 12,

      oldPrice: 15,

      tag: "Best value",

      bullets: ["Delivered fast", "5-day validity", "You pick area code", "MOBILE line"],

      checkoutUrl: "#contact"

    },

    {

      name: "Boost",

      price: 13,

      oldPrice: 15,

      tag: "Ready",

      bullets: ["Delivered fast", "5-day validity", "You pick area code", "MOBILE line"],

      checkoutUrl: "#contact"

    }

  ];


  const icons = ["📶","📲","📳","📡"];


  const grid = document.getElementById("carrierGrid");

  grid.innerHTML = carriers.map((c, idx) => {

    const bullets = c.bullets.map(b => `<li><span>✓</span>${b}</li>`).join("");

    return `

      <article class="carrier">

        <div class="carrierInner">

          <div class="carrierTop">

            <div class="chip">${icons[idx % icons.length]} ${c.name}</div>

            <div class="badge">${c.tag}</div>

          </div>


          <h3>${c.name} Port Number</h3>


          <div class="priceRow">

            <div class="old">$${Number(c.oldPrice).toFixed(2)}</div>

            <div class="price">$${Number(c.price).toFixed(2)}</div>

          </div>


          <ul class="meta">${bullets}</ul>


          <div class="actions">

            <a class="btn primary" href="${c.checkoutUrl}">Checkout</a>

            <a class="btn" href="#how">How it works</a>

          </div>


          <small>Pay before submit • Delivery to email</small>

        </div>

      </article>

    `;

  }).join("");


  // Mobile nav toggle

  const burger = document.getElementById("burger");

  const mobileNav = document.getElementById("mobileNav");

  burger?.addEventListener("click", () => mobileNav.classList.toggle("open"));

  mobileNav?.querySelectorAll("a").forEach(a => a.addEventListener("click", () => mobileNav.classList.remove("open")));


  // Smooth scroll

  document.querySelectorAll('a[href^="#"]').forEach(a => {

    a.addEventListener("click", (e) => {

      const id = a.getAttribute("href");

      if (!id || id === "#") return;

      const el = document.querySelector(id);

      if (!el) return;

      e.preventDefault();

      el.scrollIntoView({ behavior: "smooth", block: "start" });

      history.replaceState(null, "", id);

    });

  });


  // Footer year

  document.getElementById("year").textContent = new Date().getFullYear();

</script>


</body>

</html>