<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="icon" type="image/svg+xml" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCI+CiAgICA8ZGVmcz4KICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSJnIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkNGZmIi8+CiAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdHlsZT0ic3RvcC1jb2xvcjojN2IyY2JmIi8+CiAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8Y2lyY2xlIGN4PSIzMiIgY3k9IjMyIiByPSIzMCIgZmlsbD0idXJsKCNnKSIvPgogICAgPGVsbGlwc2UgY3g9IjMyIiBjeT0iMzIiIHJ4PSIxMiIgcnk9IjI4IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgb3BhY2l0eT0iMC43Ii8+CiAgICA8bGluZSB4MT0iNCIgeTE9IjMyIiB4Mj0iNjAiIHkyPSIzMiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIG9wYWNpdHk9IjAuNyIvPgogICAgPGVsbGlwc2UgY3g9IjMyIiBjeT0iMjAiIHJ4PSIyMiIgcnk9IjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIG9wYWNpdHk9IjAuNSIvPgogICAgPGVsbGlwc2UgY3g9IjMyIiBjeT0iNDQiIHJ4PSIyMiIgcnk9IjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIG9wYWNpdHk9IjAuNSIvPgogIDwvc3ZnPg==">
  <title>playd.co.uk - This premium domain is for sale</title>
  <meta name="description" content="playd.co.uk - Gaming & entertainment - This premium domain is for sale">
  <link rel="canonical" href="https://primedn.store/d/playd-co-uk">
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "Product",
    "name": "playd.co.uk",
    "description": "Gaming & entertainment - Premium domain for sale",
    "category": "Domain Name",
    "offers": {
      "@type": "Offer",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USD",
      "seller": {
        "@type": "Organization",
        "name": "PrimeDN"
      }
    }
  }
  </script>
  <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8035525454272907" crossorigin="anonymous"></script>
  <style>
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body {
      font-family: 'Segoe UI', system-ui, sans-serif;
      min-height: 100vh;
      color: #e0e0e0;
      display: flex;
      flex-direction: column;
      overflow-x: hidden;
    }
    nav {
      background: rgba(10,10,15,0.95);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(255,255,255,0.1);
      padding: 15px 0;
    }
    .nav-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .nav-logo {
      font-size: 1.5rem;
      font-weight: 800;
      text-decoration: none;
    }
    .nav-logo .prime { color: #00d4ff; }
    .nav-logo .dn { color: #7b2cbf; font-weight: 300; }
    .nav-links { display: flex; gap: 15px; align-items: center; }
    .nav-links > a { color: #fff; text-decoration: none; font-weight: 500; font-size: 0.9rem; }
    .nav-links > a:hover { color: #00d4ff; }
    .mobile-menu-btn {
      display: none;
      background: none;
      border: none;
      color: #fff;
      font-size: 1.5rem;
      cursor: pointer;
    }
    .lang-switcher { display: flex; gap: 5px; }
    .lang-btn {
      width: 28px; height: 28px; border-radius: 50%;
      border: 2px solid rgba(255,255,255,0.2);
      background: rgba(0,0,0,0.3); color: #fff;
      display: flex; align-items: center; justify-content: center;
      text-decoration: none; font-size: 0.75rem;
    }
    .lang-btn:hover { border-color: #00d4ff; }
    .lang-btn.active { border-color: #00d4ff; box-shadow: 0 0 10px rgba(0,212,255,0.5); }
    
    .breadcrumbs {
      max-width: 1200px;
      margin: 80px auto 0;
      padding: 15px 20px;
      font-size: 0.9rem;
      color: #888;
    }
    .breadcrumbs a {
      color: #00d4ff;
      text-decoration: none;
    }
    .breadcrumbs a:hover {
      text-decoration: underline;
    }
    .breadcrumbs span {
      margin: 0 8px;
    }
    .breadcrumbs .current {
      color: #fff;
    }
    
    .main-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 40px 20px;
      gap: 0;
    }
    .domain-sale-box {
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 20px;
      padding: 40px 30px;
      text-align: center;
      max-width: 700px;
      width: 100%;
    }
    .seo-banner {
      background: linear-gradient(90deg, rgba(0,212,255,0.2), rgba(0,212,255,0.1));
      border: 1px solid #00d4ff;
      border-radius: 12px;
      padding: 15px 20px;
      margin-bottom: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
    }
    .seo-badge {
      background: #00d4ff;
      color: #fff;
      padding: 5px 15px;
      border-radius: 20px;
      font-weight: 700;
      font-size: 0.85rem;
    }
    .seo-banner span:last-child {
      color: #00d4ff;
      font-size: 0.9rem;
    }
    .domain-name {
      font-size: 2rem;
      font-weight: 800;
      color: #00d4ff;
      margin-bottom: 10px;
      word-break: break-all;
    }
    .domain-desc {
      color: #888;
      font-size: 1rem;
      margin-bottom: 15px;
    }
    .for-sale-text {
      color: #fff;
      font-size: 1.1rem;
      margin-bottom: 20px;
    }
    .metrics {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-bottom: 20px;
      flex-wrap: wrap;
    }
    .metric-tag {
      background: rgba(123,44,191,0.2);
      color: #b366ff;
      padding: 5px 15px;
      border-radius: 15px;
      font-size: 0.85rem;
      font-weight: 600;
    }
    .buy-btn {
      display: inline-block;
      padding: 15px 40px;
      background: linear-gradient(90deg, #00d4ff, #7b2cbf);
      color: #fff;
      text-decoration: none;
      border-radius: 12px;
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: 15px;
      transition: all 0.3s;
    }
    .buy-btn:hover { transform: scale(1.05); box-shadow: 0 15px 40px rgba(0,212,255,0.3); }
    .secure-text {
      color: #00ff88;
      font-size: 0.85rem;
      margin-bottom: 25px;
    }
    .secure-text::before { content: '🔒 '; }
    .divider {
      border-top: 1px solid rgba(255,255,255,0.1);
      margin: 25px 0;
    }
    .contact-section h3 {
      color: #fff;
      margin-bottom: 15px;
      font-size: 1rem;
    }
    .contact-form { text-align: left; }
    .form-group { margin-bottom: 12px; }
    .form-group label { display: block; color: #fff; margin-bottom: 5px; font-size: 0.85rem; }
    .form-group input, .form-group textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 8px;
      background: rgba(0,0,0,0.3);
      color: #fff;
      font-size: 1rem;
    }
    .form-group input:focus, .form-group textarea:focus { outline: none; border-color: #00d4ff; }
    .form-group textarea { min-height: 70px; resize: vertical; }
    .submit-btn {
      width: 100%;
      padding: 12px;
      border: none;
      border-radius: 8px;
      background: linear-gradient(90deg, #00d4ff, #7b2cbf);
      color: #fff;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
    }
    .submit-btn:hover { opacity: 0.9; }
    .submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }
    .success-msg { text-align: center; color: #00ff88; padding: 20px; display: none; }
    
    /* Hero Background */
    .hero-bg {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(135deg, rgba(10,10,15,0.92) 0%, rgba(26,26,46,0.88) 50%, rgba(22,33,62,0.92) 100%),
                  url('https://source.unsplash.com/1600x900/?gaming%20video%20games%20esports') center/cover no-repeat;
      z-index: -1;
    }
    
    /* Content Sections */
    .content-section {
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 20px;
      padding: 30px;
      margin-top: 25px;
      max-width: 700px;
      width: 100%;
    }
    .content-section .section-title {
      font-size: 1.3rem;
      color: #00d4ff;
      margin-bottom: 20px;
      text-align: center;
    }
    
    /* Analysis Grid */
    .analysis-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }
    .analysis-item {
      background: rgba(0,0,0,0.3);
      border-radius: 12px;
      padding: 15px;
      text-align: center;
    }
    .analysis-label {
      display: block;
      color: #888;
      font-size: 0.8rem;
      margin-bottom: 5px;
      text-transform: uppercase;
    }
    .analysis-value {
      color: #fff;
      font-size: 0.95rem;
      font-weight: 500;
    }
    
    /* Perfect For List */
    .perfect-for-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }
    .perfect-for-list li {
      background: rgba(0,212,255,0.1);
      border: 1px solid rgba(0,212,255,0.2);
      border-radius: 10px;
      padding: 12px 15px;
      color: #fff;
      font-size: 0.9rem;
      text-align: center;
    }
    .perfect-for-list li::before {
      content: '✓ ';
      color: #00d4ff;
    }
    
    /* FAQ */
    .faq-container {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .faq-item {
      background: rgba(0,0,0,0.3);
      border-radius: 12px;
      overflow: hidden;
    }
    .faq-question {
      padding: 15px 20px;
      color: #fff;
      font-weight: 500;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background 0.3s;
    }
    .faq-question:hover {
      background: rgba(0,212,255,0.1);
    }
    .faq-icon {
      color: #00d4ff;
      font-size: 1.2rem;
      transition: transform 0.3s;
    }
    .faq-item.open .faq-icon {
      transform: rotate(45deg);
    }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s, padding 0.3s;
      color: #aaa;
      font-size: 0.9rem;
      line-height: 1.6;
    }
    .faq-item.open .faq-answer {
      max-height: 300px;
      padding: 0 20px 20px;
    }
    
    footer {
      text-align: center;
      padding: 15px;
      color: #888;
      border-top: 1px solid rgba(255,255,255,0.1);
      font-size: 0.85rem;
    }
    footer a { color: #00d4ff; text-decoration: none; margin: 0 8px; }
    
    /* Dropdown Menu */
    .dropdown { position: relative; }
    .dropdown-toggle {
      color: #fff;
      text-decoration: none;
      font-weight: 500;
      cursor: pointer;
      padding: 8px 0;
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 0.9rem;
    }
    .dropdown-toggle:hover { color: #00d4ff; }
    .dropdown-toggle::after {
      content: '▼';
      font-size: 0.5rem;
      transition: transform 0.3s;
    }
    .dropdown:hover .dropdown-toggle::after { transform: rotate(180deg); }
    .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      background: rgba(10,10,15,0.98);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 8px;
      min-width: 160px;
      padding: 8px 0;
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: all 0.3s;
      box-shadow: 0 10px 30px rgba(0,0,0,0.5);
      z-index: 100;
    }
    .dropdown:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    .dropdown-menu a {
      display: block;
      padding: 10px 15px;
      color: #ccc;
      text-decoration: none;
      font-size: 0.85rem;
      transition: all 0.2s;
    }
    .dropdown-menu a:hover {
      background: rgba(0,212,255,0.1);
      color: #00d4ff;
    }
    
    @media (max-width: 600px) {
      .nav-links { 
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(10,10,15,0.98);
        padding: 20px;
        gap: 0;
        border-top: 1px solid rgba(255,255,255,0.1);
        align-items: center;
        text-align: center;
      }
      .nav-links.open { display: flex; }
      .mobile-menu-btn { display: block; }
      .nav-links > a,
      .nav-links > .dropdown {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255,255,255,0.05);
      }
      .nav-links .dropdown-toggle {
        justify-content: center;
      }
      .dropdown-menu {
        position: static;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        transform: none;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        transition: all 0.3s;
        min-width: auto;
      }
      .dropdown.open .dropdown-menu {
        opacity: 1;
        visibility: visible;
        max-height: 300px;
        padding: 10px 0;
      }
      .dropdown-menu a {
        text-align: center;
        padding: 12px 0;
      }
      .domain-name { font-size: 1.5rem; }
      .domain-sale-box { padding: 25px 15px; }
      .buy-btn { padding: 12px 25px; font-size: 1rem; width: 100%; }
      .seo-banner { padding: 12px 15px; }
      .seo-banner span:last-child { font-size: 0.8rem; text-align: center; }
      .lang-switcher {
        padding: 15px 0;
        justify-content: center;
      }
      /* Mobile styles for unique content */
      .content-section {
        padding: 20px 15px;
        margin-top: 15px;
      }
      .analysis-grid {
        grid-template-columns: 1fr;
        gap: 10px;
      }
      .perfect-for-list {
        grid-template-columns: 1fr;
        gap: 8px;
      }
      .perfect-for-list li {
        padding: 10px 12px;
        font-size: 0.85rem;
      }
      .faq-question {
        padding: 12px 15px;
        font-size: 0.9rem;
      }
      .faq-answer {
        font-size: 0.85rem;
      }
    }
    
    /* Accessibility Widget */
    .a11y-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: linear-gradient(135deg, #00d4ff, #7b2cbf);
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 15px rgba(0,212,255,0.4);
      z-index: 1000;
      transition: transform 0.3s;
    }
    .a11y-btn:hover { transform: scale(1.1); }
    .a11y-btn svg { width: 28px; height: 28px; fill: #fff; }
    .a11y-panel {
      position: fixed;
      bottom: 80px;
      right: 20px;
      background: rgba(10,10,15,0.98);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 15px;
      padding: 20px;
      min-width: 200px;
      display: none;
      z-index: 1001;
      box-shadow: 0 10px 40px rgba(0,0,0,0.5);
    }
    .a11y-panel.open { display: block; }
    .a11y-panel h3 { color: #00d4ff; margin-bottom: 12px; font-size: 1rem; text-align: center; }
    .a11y-option {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px;
      margin: 5px 0;
      background: rgba(255,255,255,0.05);
      border-radius: 8px;
      cursor: pointer;
      color: #fff;
      font-size: 0.9rem;
      transition: background 0.2s;
    }
    .a11y-option:hover { background: rgba(0,212,255,0.2); }
    .a11y-option.active { background: rgba(0,212,255,0.3); border: 1px solid #00d4ff; }
    .a11y-reset {
      width: 100%;
      margin-top: 10px;
      padding: 10px;
      background: rgba(255,0,0,0.2);
      border: 1px solid rgba(255,0,0,0.3);
      border-radius: 8px;
      color: #ff6b6b;
      cursor: pointer;
      font-size: 0.85rem;
    }
    .a11y-reset:hover { background: rgba(255,0,0,0.3); }
    
    /* Accessibility Effects */
    body.a11y-large-text { font-size: 120% !important; }
    body.a11y-large-text * { font-size: inherit !important; }
    body.a11y-high-contrast nav,
    body.a11y-high-contrast .hero-bg,
    body.a11y-high-contrast .main-content,
    body.a11y-high-contrast .breadcrumbs,
    body.a11y-high-contrast .content-section,
    body.a11y-high-contrast .domain-sale-box,
    body.a11y-high-contrast footer { filter: contrast(1.5); }
    body.a11y-grayscale nav,
    body.a11y-grayscale .hero-bg,
    body.a11y-grayscale .main-content,
    body.a11y-grayscale .breadcrumbs,
    body.a11y-grayscale .content-section,
    body.a11y-grayscale .domain-sale-box,
    body.a11y-grayscale footer { filter: grayscale(100%); }
    body.a11y-underline-links a { text-decoration: underline !important; }
    body.a11y-big-cursor, body.a11y-big-cursor * { cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Ccircle cx='16' cy='16' r='14' fill='%23000' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E"), auto !important; }
  </style>
</head>
<body>
  <nav>
    <div class="nav-container">
      <a href="https://primedn.store?lang=en" class="nav-logo"><span class="prime">Prime</span><span class="dn">DN</span></a>
      <button class="mobile-menu-btn" onclick="document.querySelector('.nav-links').classList.toggle('open')">☰</button>
      <div class="nav-links">
        <a href="https://primedn.store?lang=en">Home</a>
        <div class="dropdown" onclick="this.classList.toggle('open')">
          <span class="dropdown-toggle">Domains</span>
          <div class="dropdown-menu">
            <a href="https://primedn.store/seo-domains?lang=en">SEO Domains</a>
            <a href="https://primedn.store/brandable?lang=en">Brandable</a>
          </div>
        </div>
        <div class="dropdown" onclick="this.classList.toggle('open')">
          <span class="dropdown-toggle">Info</span>
          <div class="dropdown-menu">
            <a href="https://primedn.store/what-is-seo?lang=en">SEO Domains Explained</a>
            <a href="https://primedn.store/what-is-brandable?lang=en">Brandable Domains Explained</a>
            <a href="https://primedn.store/who-are-we?lang=en">About Us</a>
          </div>
        </div>
        <a href="https://primedn.store?lang=en#contact">Contact</a>
        <div class="lang-switcher">
          <a href="?lang=en" class="lang-btn active" title="English">EN</a>
          <a href="?lang=fr" class="lang-btn " title="Français">FR</a>
        </div>
      </div>
    </div>
  </nav>

  <div class="hero-bg"></div>
  
  <div class="breadcrumbs">
    <a href="/?lang=en">Home</a>
    <span>›</span>
    <a href="/seo-domains?lang=en">SEO Domains</a>
    <span>›</span>
    <span class="current">playd.co.uk</span>
  </div>

  <div class="main-content">
    <div class="domain-sale-box">
      
    <div class="seo-banner">
      <span class="seo-badge">SEO</span>
      <span>This domain has SEO value with existing backlinks and authority</span>
    </div>
  
      <h1 class="domain-name">playd.co.uk</h1>
      <p class="domain-desc">Gaming & entertainment</p>
      <p class="for-sale-text">This premium domain is for sale</p>
      
      <div class="metrics"><span class="metric-tag">DR: 15</span><span class="metric-tag">DA: 23</span></div>
      
      <a href="https://buy.nameshift.com/playd.co.uk" class="buy-btn" target="_blank">Buy Now</a>
      <p class="secure-text">Secure transaction via NameShift</p>
    </div>
    
    <!-- Domain Analysis Section -->
    <div class="content-section">
      <h2 class="section-title">Domain Analysis</h2>
      <div class="analysis-grid">
        <div class="analysis-item">
          <span class="analysis-label">Length</span>
          <span class="analysis-value">Short and brandable</span>
        </div>
        <div class="analysis-item">
          <span class="analysis-label">Type</span>
          <span class="analysis-value">SEO Domain with existing authority</span>
        </div>
        <div class="analysis-item">
          <span class="analysis-label">Extension</span>
          <span class="analysis-value">UK domain - Ideal for British market</span>
        </div>
        <div class="analysis-item">
          <span class="analysis-label">Structure</span>
          <span class="analysis-value">Single word - Strong branding</span>
        </div>
      </div>
    </div>
    
    <!-- Perfect For Section -->
    <div class="content-section">
      <h2 class="section-title">Perfect for</h2>
      <ul class="perfect-for-list">
        <li>Gaming studios</li><li>Esports teams</li><li>Game reviews</li><li>Streaming platforms</li>
      </ul>
    </div>
    
    <!-- FAQ Section -->
    <div class="content-section">
      <h2 class="section-title">Frequently Asked Questions</h2>
      <div class="faq-container">
        
    <div class="faq-item">
      <div class="faq-question" onclick="this.parentElement.classList.toggle('open')">
        <span>Why should I buy playd.co.uk?</span>
        <span class="faq-icon">+</span>
      </div>
      <div class="faq-answer">playd.co.uk comes with existing SEO value including a Domain Rating of 15 and Domain Authority of 23. This means search engines already trust this domain, giving your website a head start in rankings.</div>
    </div>
  
    <div class="faq-item">
      <div class="faq-question" onclick="this.parentElement.classList.toggle('open')">
        <span>How do I complete the purchase?</span>
        <span class="faq-icon">+</span>
      </div>
      <div class="faq-answer">Click the "Buy Now" button to purchase securely through NameShift, our trusted escrow partner. They handle the entire transfer process, ensuring a safe transaction for both parties. You can also contact us directly for negotiation.</div>
    </div>
  
    <div class="faq-item">
      <div class="faq-question" onclick="this.parentElement.classList.toggle('open')">
        <span>What's included with this domain?</span>
        <span class="faq-icon">+</span>
      </div>
      <div class="faq-answer">You receive full ownership and control of playd.co.uk. This includes the domain name itself, and if applicable, any existing backlink profile. Transfer typically completes within 1-5 business days.</div>
    </div>
  
    <div class="faq-item">
      <div class="faq-question" onclick="this.parentElement.classList.toggle('open')">
        <span>Can I use this domain for gaming & entertainment?</span>
        <span class="faq-icon">+</span>
      </div>
      <div class="faq-answer">Absolutely! playd.co.uk is perfectly suited for gaming & entertainment. The domain name clearly communicates your business focus to visitors and search engines alike.</div>
    </div>
  
      </div>
    </div>
    
    <!-- Contact Section -->
    <div class="content-section">
      <h2 class="section-title">Or contact us directly</h2>
      <div class="contact-form">
        <form id="contactForm">
          <input type="hidden" name="domain" value="playd.co.uk">
          <div class="form-group"><label for="name">Name</label><input type="text" id="name" name="name" required></div>
          <div class="form-group"><label for="email">Email</label><input type="email" id="email" name="email" required></div>
          <div class="form-group"><label for="message">Message</label><textarea id="message" name="message" required></textarea></div>
          <button type="submit" class="submit-btn">Send</button>
        </form>
        <div class="success-msg" id="successMsg">✓ Message sent successfully!</div>
      </div>
    </div>
  </div>

  <footer>
    <a href="https://primedn.store/privacy?lang=en">Privacy Policy</a>
    <a href="https://primedn.store/terms?lang=en">Terms of Use</a>
    <a href="mailto:domains@tmkapps.com">Contact</a>
    <p style="margin-top:10px;">© 2026 PrimeDN</p>
  </footer>

  
  <button class="a11y-btn" onclick="toggleA11yPanel()" aria-label="Accessibility menu">
    <svg viewBox="0 0 24 24"><circle cx="12" cy="4" r="2"/><path d="M19 13v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.35-.2-.75-.3-1.19-.26C10.76 7.11 10 8.04 10 9.09V15c0 1.1.9 2 2 2h5v5h2v-5.5c0-1.1-.9-2-2-2h-3v-3.45c1.29 1.07 3.25 1.94 5 1.95zm-6.17 5c-.41 1.16-1.52 2-2.83 2-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07z"/></svg>
  </button>
  <div class="a11y-panel" id="a11yPanel">
    <h3>♿ Accessibility</h3>
    <div class="a11y-option" onclick="toggleA11y('large-text')" id="opt-large-text"><span>🔤</span> Larger Text</div>
    <div class="a11y-option" onclick="toggleA11y('high-contrast')" id="opt-high-contrast"><span>◐</span> High Contrast</div>
    <div class="a11y-option" onclick="toggleA11y('grayscale')" id="opt-grayscale"><span>🌑</span> Grayscale</div>
    <div class="a11y-option" onclick="toggleA11y('underline-links')" id="opt-underline-links"><span>🔗</span> Underline Links</div>
    <div class="a11y-option" onclick="toggleA11y('big-cursor')" id="opt-big-cursor"><span>🖱️</span> Big Cursor</div>
    <button class="a11y-reset" onclick="resetA11y()">Reset</button>
  </div>
  <script>
    function toggleA11yPanel(){document.getElementById('a11yPanel').classList.toggle('open');}
    function toggleA11y(o){document.body.classList.toggle('a11y-'+o);document.getElementById('opt-'+o).classList.toggle('active');saveA11y();}
    function resetA11y(){['large-text','high-contrast','grayscale','underline-links','big-cursor'].forEach(o=>{document.body.classList.remove('a11y-'+o);document.getElementById('opt-'+o).classList.remove('active');});localStorage.removeItem('a11y');}
    function saveA11y(){const a=[];['large-text','high-contrast','grayscale','underline-links','big-cursor'].forEach(o=>{if(document.body.classList.contains('a11y-'+o))a.push(o);});localStorage.setItem('a11y',JSON.stringify(a));}
    (function(){try{const s=JSON.parse(localStorage.getItem('a11y')||'[]');s.forEach(o=>{document.body.classList.add('a11y-'+o);const e=document.getElementById('opt-'+o);if(e)e.classList.add('active');});}catch(e){}})();
    document.addEventListener('click',e=>{const p=document.getElementById('a11yPanel'),b=document.querySelector('.a11y-btn');if(!p.contains(e.target)&&!b.contains(e.target))p.classList.remove('open');});
  </script>
  

  <script>
    const texts = {"home":"Home","domains":"Domains","seoDomains":"SEO Domains","brandable":"Brandable","info":"Info","whatIsSeo":"SEO Domains Explained","whatIsBrandable":"Brandable Domains Explained","whoAreWe":"About Us","about":"About","contact":"Contact","tagline":"Premium International Domains","forSale":"Buy Now","buyNow":"Buy Now From:","name":"Name","email":"Email","message":"Message","send":"Send","sending":"Sending...","success":"✓ Message sent successfully!","error":"Error sending message","aboutTitle":"About PrimeDN","aboutText":"We specialize in selling premium international domains. Our domains are carefully selected and represent excellent opportunities for businesses worldwide.","aboutText2":"With years of experience in the domain industry, we offer professional and reliable service.","whyUs":"Why Choose Us?","reason1":"High-quality premium domains","reason2":"Fair and transparent pricing","reason3":"Professional support throughout the process","reason4":"Fast and secure ownership transfer","contactTitle":"Contact Us","contactText":"Interested in one of our domains? Have questions? We would love to hear from you!","ourDomains":"Our Domains","allDomains":"All","filterByTld":"Filter by Extension","filterByCategory":"Filter by Category","sortBy":"Sort by","sortName":"Name","sortType":"Type (TLD)","sortDR":"DR (High to Low)","sortDA":"DA (High to Low)","all":"All","privacy":"Privacy Policy","terms":"Terms of Use","accessibility":"Accessibility","seoTag":"SEO","metrics":"Metrics","seoDomainsTitle":"SEO Domains","seoDomainsDesc":"Domains with existing backlinks and authority metrics","brandableTitle":"Brandable Domains","brandableDesc":"Unique and memorable names for your brand","thisDomainIsSeo":"This domain has SEO value with existing backlinks and authority","whatIsSeoTitle":"SEO Domains Explained","whatIsSeoContent":"An SEO domain is a domain name that already has search engine optimization value. This includes existing backlinks from other websites, domain authority (DA), and domain rating (DR). These metrics indicate that the domain has been previously used and has built up trust with search engines. Purchasing an SEO domain can give your website a head start in search rankings.","whatIsBrandableTitle":"Brandable Domains Explained","whatIsBrandableContent":"A brandable domain is a unique, memorable domain name that is perfect for building a brand identity. These domains are typically short, easy to spell, and easy to remember. They may be invented words, creative combinations, or catchy phrases that can represent your business effectively.","whoAreWeTitle":"About Us","whoAreWeContent":"PrimeDN is your trusted source for premium domain names. We are a team of domain industry experts dedicated to connecting businesses with the perfect online identity. Our curated portfolio features SEO domains with established backlinks and authority metrics, as well as unique brandable names ready to become your next brand. With transparent pricing, secure transactions via NameShift, and dedicated support, we make domain acquisition simple and secure."};
    document.getElementById('contactForm').addEventListener('submit', async (e) => {
      e.preventDefault();
      const btn = e.target.querySelector('button');
      btn.disabled = true;
      btn.textContent = texts.sending;
      const formData = new FormData(e.target);
      try {
        const res = await fetch('/contact', { method: 'POST', body: formData });
        const data = await res.json();
        if (data.success) {
          e.target.style.display = 'none';
          document.getElementById('successMsg').style.display = 'block';
        } else { throw new Error(); }
      } catch {
        alert(texts.error);
        btn.disabled = false;
        btn.textContent = texts.send;
      }
    });
  </script>
</body>
</html>