<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    
    
    <title>motoringspy.co.uk</title>
    <meta name="description" content="motoringspy.co.uk — portfolio domain; orientation page for how this name is used in our search and web projects.">
    <link rel="canonical" href="https://motoringspy.co.uk/">
    <meta property="og:type" content="website">
    <meta property="og:title" content="motoringspy.co.uk">
    <meta property="og:description" content="motoringspy.co.uk — portfolio domain; orientation page for how this name is used in our search and web projects.">
    <meta property="og:url" content="https://motoringspy.co.uk/">
    <meta property="og:image" content="https://motoringspy.co.uk/static/img/logo.jpg">
    <meta property="og:site_name" content="motoringspy.co.uk">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="motoringspy.co.uk">
    <meta name="twitter:description" content="motoringspy.co.uk — portfolio domain; orientation page for how this name is used in our search and web projects.">
    <meta name="twitter:image" content="https://motoringspy.co.uk/static/img/logo.jpg">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
    
    <style>
        :root {
            --bg-ink: #0a0b2e;
            --bg-violet: #5e33ff;
            --glow: rgba(94, 51, 255, 0.45);
            --card-cta: #b2c0f9;
            --card-cta-text: #1a1d3a;
            --text: #ffffff;
            --text-soft: rgba(255, 255, 255, 0.78);
            --card-fg: #2d3142;
            --card-muted: #8b92a8;
            --footer-band: #06071f;
        }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            color: var(--text);
            background: var(--bg-ink);
            background-image:
                radial-gradient(ellipse 90% 70% at 50% -10%, var(--glow) 0%, transparent 55%),
                radial-gradient(ellipse 65% 50% at 100% 30%, rgba(94, 51, 255, 0.35) 0%, transparent 50%),
                radial-gradient(ellipse 55% 45% at 0% 80%, rgba(40, 30, 120, 0.5) 0%, transparent 45%),
                linear-gradient(165deg, var(--bg-ink) 0%, #12145a 42%, var(--bg-violet) 100%);
        }
        .hp {
            position: absolute;
            left: -9999px;
            width: 1px;
            height: 1px;
            opacity: 0;
            pointer-events: none;
        }
        header {
            padding: 1rem 1.5rem;
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
        }
        .logo-link {
            display: inline-flex;
            align-items: center;
            text-decoration: none;
            color: inherit;
            max-width: min(100%, 28rem);
        }
        .advertise-top {
            flex-shrink: 0;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.5rem 0.95rem;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.22);
            color: #fff;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 0.01em;
            text-decoration: none;
            backdrop-filter: blur(6px);
            transition: background 0.15s, border-color 0.15s, transform 0.1s;
        }
        .advertise-top:hover {
            background: rgba(255, 255, 255, 0.18);
            border-color: rgba(255, 255, 255, 0.4);
        }
        .advertise-top:active { transform: scale(0.98); }
        .advertise-top svg { flex-shrink: 0; opacity: 0.9; }
        .text-logo {
            font-size: clamp(0.9rem, 2.4vw, 1.2rem);
            font-weight: 800;
            letter-spacing: 0.04em;
            line-height: 1.25;
            color: #ffffff;
            text-transform: uppercase;
            text-shadow: 0 1px 20px rgba(0, 0, 0, 0.25);
            word-break: break-word;
        }
        .hero-wrap {
            flex: 1;
            position: relative;
            padding: 1rem 1.5rem 2.5rem;
            max-width: 1120px;
            margin: 0 auto;
            width: 100%;
        }
        .hero-wrap::before {
            content: '';
            position: absolute;
            width: min(72vw, 520px);
            height: min(72vw, 520px);
            left: 50%;
            top: 42%;
            transform: translate(-50%, -50%);
            background: radial-gradient(circle, rgba(178, 192, 249, 0.12) 0%, transparent 68%);
            pointer-events: none;
            z-index: 0;
        }
        .hero {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: clamp(2rem, 5vw, 4rem);
            align-items: start;
        }
        @media (max-width: 900px) {
            .hero { grid-template-columns: 1fr; }
        }
        .hero-copy {
            padding-top: 0.5rem;
        }
        .eyebrow {
            font-size: 0.8rem;
            font-weight: 500;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: var(--text-soft);
            margin-bottom: 0.75rem;
        }
        .domain-title {
            font-size: clamp(1.65rem, 4.2vw, 2.35rem);
            font-weight: 800;
            letter-spacing: 0.04em;
            line-height: 1.15;
            text-transform: uppercase;
            margin-bottom: 1.25rem;
            text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
        }
        .lede {
            font-size: 0.95rem;
            line-height: 1.65;
            color: var(--text-soft);
            max-width: 28rem;
            margin-bottom: 1.5rem;
        }
        .price-block {
            margin: 0 0 1.5rem;
            padding: 1rem 1.25rem;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 14px;
            max-width: 28rem;
            backdrop-filter: blur(6px);
        }
        .price-headline {
            font-size: clamp(1.8rem, 4vw, 2.4rem);
            font-weight: 800;
            letter-spacing: 0.01em;
            line-height: 1.1;
            color: #ffffff;
            display: inline-block;
            margin-right: 0.5rem;
        }
        .price-headline-sub {
            font-size: 0.8rem;
            font-weight: 500;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: var(--text-soft);
            vertical-align: middle;
        }
        .price-guide {
            margin-top: 0.55rem;
            font-size: 0.82rem;
            line-height: 1.4;
            color: var(--text-soft);
        }
        .price-guide-label {
            display: inline-block;
            font-size: 0.65rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #ffffff;
            background: rgba(178, 192, 249, 0.2);
            padding: 0.15rem 0.45rem;
            border-radius: 999px;
            margin-right: 0.35rem;
        }
        .price-guide-note {
            font-size: 0.72rem;
            color: rgba(255, 255, 255, 0.55);
        }
        .buy-now-row {
            margin: 1rem 0 1.5rem;
            max-width: 28rem;
        }
        .buy-now-form {
            display: block;
        }
        .btn-buy-now {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.55rem;
            width: 100%;
            padding: 0.95rem 1.25rem;
            border: none;
            border-radius: 999px;
            background: linear-gradient(135deg, #ffd166 0%, #ffa630 100%);
            color: #1a1d3a;
            font-size: 1rem;
            font-weight: 700;
            letter-spacing: 0.02em;
            cursor: pointer;
            font-family: inherit;
            box-shadow: 0 10px 24px rgba(255, 166, 48, 0.25);
            transition: filter 0.15s, transform 0.1s;
        }
        .btn-buy-now:hover { filter: brightness(1.05); }
        .btn-buy-now:active { transform: scale(0.99); }
        .btn-buy-now svg { flex-shrink: 0; }
        .buy-now-note {
            margin-top: 0.5rem;
            font-size: 0.7rem;
            color: rgba(255, 255, 255, 0.55);
            text-align: center;
        }
        .buy-banner {
            margin: 1rem 0 1.25rem;
            padding: 0.75rem 1rem;
            border-radius: 10px;
            max-width: 28rem;
            font-size: 0.82rem;
            line-height: 1.45;
            background: rgba(255, 166, 48, 0.12);
            border: 1px solid rgba(255, 166, 48, 0.35);
            color: #ffe3b5;
        }
        .buy-banner.info {
            background: rgba(178, 192, 249, 0.12);
            border-color: rgba(178, 192, 249, 0.4);
            color: #dfe5ff;
        }
        .buy-banner strong {
            color: #fff;
            font-weight: 700;
        }
        .traffic-strip {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
            margin: 0 0 1.5rem;
            max-width: 28rem;
        }
        .traffic-pill {
            flex: 1 1 8rem;
            min-width: 8rem;
            padding: 0.7rem 0.9rem 0.75rem;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
        }
        .traffic-pill-label {
            display: block;
            font-size: 0.6rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.55);
            margin-bottom: 0.2rem;
        }
        .traffic-pill-value {
            font-size: 1.2rem;
            font-weight: 700;
            line-height: 1.1;
            color: #ffffff;
            letter-spacing: 0.01em;
        }
        .traffic-footnote {
            margin: -0.75rem 0 1.5rem;
            font-size: 0.72rem;
            color: rgba(255, 255, 255, 0.45);
            max-width: 28rem;
        }
        .signals-strip {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin: 0 0 1rem;
            max-width: 28rem;
        }
        .signal-chip {
            display: inline-flex;
            align-items: baseline;
            gap: 0.35rem;
            padding: 0.4rem 0.7rem;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 999px;
            font-size: 0.78rem;
            color: var(--text-soft);
            line-height: 1.2;
        }
        .signal-chip-label {
            font-size: 0.62rem;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.5);
        }
        .signal-chip-value {
            font-weight: 700;
            color: #ffffff;
            letter-spacing: 0.01em;
        }
        .signal-notes {
            margin: 0 0 1.5rem;
            max-width: 28rem;
            font-size: 0.82rem;
            line-height: 1.55;
            color: var(--text-soft);
        }
        .signal-notes > div + div {
            margin-top: 0.25rem;
        }
        .signal-notes strong {
            color: #ffffff;
            font-weight: 600;
        }
        .checks {
            list-style: none;
            margin-bottom: 1.5rem;
        }
        .checks li {
            display: flex;
            align-items: flex-start;
            gap: 0.6rem;
            font-size: 0.95rem;
            line-height: 1.5;
            color: var(--text-soft);
            margin-bottom: 0.65rem;
        }
        .checks svg {
            flex-shrink: 0;
            margin-top: 0.15rem;
            opacity: 0.95;
        }
        .checks strong {
            color: var(--text);
            font-weight: 600;
        }
        .listed {
            font-size: 0.85rem;
            color: var(--text-soft);
        }
        .listed strong {
            color: var(--text);
            font-weight: 600;
        }
        .contact-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 1.5rem 1.5rem 1.35rem;
            box-shadow:
                0 4px 6px rgba(0, 0, 0, 0.04),
                0 24px 48px rgba(10, 11, 46, 0.35);
            color: var(--card-fg);
        }
        .contact-head {
            margin-bottom: 0.75rem;
        }
        .contact-head h2 {
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--card-fg);
            margin-bottom: 0.45rem;
        }
        .card-sub {
            font-size: 0.82rem;
            line-height: 1.5;
            color: var(--card-muted);
        }
        .contact-rule {
            height: 1px;
            background: linear-gradient(90deg, #e8eaf2, #f0f2f8);
            margin: 0 0 1rem;
        }
        .field {
            margin-bottom: 0.85rem;
        }
        .field label {
            display: block;
            font-size: 0.72rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            color: var(--card-muted);
            margin-bottom: 0.35rem;
        }
        .field input,
        .field textarea {
            width: 100%;
            padding: 0.65rem 0.85rem;
            border: 1px solid #e2e6f0;
            border-radius: 10px;
            font-family: inherit;
            font-size: 0.95rem;
            color: var(--card-fg);
            background: #fafbff;
            transition: border-color 0.15s, box-shadow 0.15s;
        }
        .field input:focus,
        .field textarea:focus {
            outline: none;
            border-color: #a8b8f0;
            box-shadow: 0 0 0 3px rgba(178, 192, 249, 0.35);
            background: #fff;
        }
        .field textarea {
            min-height: 96px;
            resize: vertical;
        }
        .row-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.75rem;
        }
        @media (max-width: 480px) {
            .row-2 { grid-template-columns: 1fr; }
        }
        .captcha-wrap {
            margin: 0.5rem 0 0.75rem;
        }
        .submit-row {
            margin-top: 0.25rem;
        }
        .btn-send {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            width: 100%;
            padding: 0.85rem 1.25rem;
            border: none;
            border-radius: 999px;
            background: var(--card-cta);
            color: var(--card-cta-text);
            font-size: 0.95rem;
            font-weight: 600;
            cursor: pointer;
            font-family: inherit;
            transition: filter 0.15s, transform 0.1s;
        }
        .btn-send:hover {
            filter: brightness(1.05);
        }
        .btn-send:active {
            transform: scale(0.99);
        }
        .btn-send svg {
            flex-shrink: 0;
        }
        .fine-print {
            margin-top: 0.85rem;
            font-size: 0.72rem;
            line-height: 1.45;
            color: var(--card-muted);
            text-align: center;
        }
        .trust-strip {
            margin-top: 1rem;
            padding-top: 1rem;
            border-top: 1px solid #eef0f6;
        }
        .trust-strip p {
            font-size: 0.68rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            color: #a8aebf;
            margin-bottom: 0.55rem;
        }
        .trust-icons {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            justify-content: center;
            opacity: 0.72;
        }
        .trust-icons span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 2.75rem;
            padding: 0 0.4rem;
            height: 26px;
            border-radius: 4px;
            background: #f4f5f9;
            font-size: 0.62rem;
            font-weight: 700;
            color: #9aa0b5;
        }
        .features {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 1.5rem 2rem;
            width: 100%;
        }
        @media (max-width: 720px) {
            .features {
                grid-template-columns: 1fr;
                text-align: center;
            }
            .feat { justify-content: center; }
        }
        .feat {
            display: flex;
            align-items: flex-start;
            gap: 0.85rem;
        }
        .feat-icon {
            flex-shrink: 0;
            width: 40px;
            height: 40px;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }
        .feat-icon svg {
            width: 22px;
            height: 22px;
        }
        .feat h3 {
            font-size: 0.88rem;
            font-weight: 600;
            margin-bottom: 0.2rem;
        }
        .feat p {
            font-size: 0.8rem;
            color: var(--text-soft);
            line-height: 1.45;
        }
        .site-footer {
            margin-top: auto;
            background: var(--footer-band);
            padding: 1rem 1.5rem;
            font-size: 0.68rem;
            color: rgba(255, 255, 255, 0.45);
            display: flex;
            flex-direction: column;
            align-items: stretch;
            gap: 0.65rem;
        }
        .foot-managed {
            width: 100%;
            text-align: center;
            font-size: 0.68rem;
            line-height: 1.45;
            color: rgba(255, 255, 255, 0.5);
            padding-bottom: 0.65rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }
        .foot-managed a {
            color: rgba(255, 255, 255, 0.72);
            font-weight: 600;
            text-decoration: underline;
            text-underline-offset: 2px;
        }
        .foot-managed a:hover {
            color: #ffffff;
        }
        .site-footer-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 0.75rem;
            width: 100%;
        }
        .site-footer .foot-left {
            display: flex;
            align-items: baseline;
            flex-wrap: wrap;
            gap: 0.35rem 0.65rem;
        }
        .foot-text-logo {
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.72);
            word-break: break-word;
            max-width: min(100%, 20rem);
            line-height: 1.3;
        }
        .foot-year {
            font-size: 0.68rem;
            color: rgba(255, 255, 255, 0.45);
        }
        .site-footer a {
            color: rgba(255, 255, 255, 0.55);
            text-decoration: none;
        }
        .site-footer a:hover {
            color: rgba(255, 255, 255, 0.85);
        }
        .sponsored {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 1.5rem 1.5rem;
            width: 100%;
        }
        .sponsored-inner {
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding-top: 1rem;
        }
        .sponsored-label {
            font-size: 0.6rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.4);
            margin-bottom: 0.55rem;
        }
        .sponsored-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 1.1rem;
        }
        .sponsored-links a {
            font-size: 0.82rem;
            color: rgba(255, 255, 255, 0.62);
            text-decoration: none;
            line-height: 1.4;
        }
        .sponsored-links a:hover {
            color: rgba(255, 255, 255, 0.9);
            text-decoration: underline;
            text-underline-offset: 2px;
        }
        .advertise-cta {
            color: rgba(255, 255, 255, 0.5) !important;
        }
        .advertise-inline {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.85rem 1.25rem;
            margin: 0 0 1.5rem;
            max-width: 28rem;
            padding: 0.95rem 1.1rem;
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.14);
            backdrop-filter: blur(6px);
        }
        .advertise-inline-label {
            display: block;
            font-size: 0.62rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.55);
            margin-bottom: 0.3rem;
        }
        .advertise-inline-text {
            font-size: 0.84rem;
            line-height: 1.45;
            color: var(--text-soft);
        }
        .advertise-inline-copy { flex: 1 1 14rem; }
        .btn-advertise-inline {
            flex-shrink: 0;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.6rem 1.1rem;
            border-radius: 999px;
            background: var(--card-cta);
            color: var(--card-cta-text);
            font-size: 0.85rem;
            font-weight: 700;
            text-decoration: none;
            transition: filter 0.15s, transform 0.1s;
        }
        .btn-advertise-inline:hover { filter: brightness(1.05); }
        .btn-advertise-inline:active { transform: scale(0.98); }
    </style>
</head>
<body>
    <header>
        <a href="/" class="logo-link">
            <span class="text-logo">motoringspy.co.uk</span>
        </a>
        
        <a href="/advertise" class="advertise-top">
            <svg width="15" height="15" viewBox="0 0 24 24" fill="none" aria-hidden="true"><path d="M3 11l18-8-8 18-2-7-8-3z" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/></svg>
            Advertise here
        </a>
        
    </header>
    <div class="hero-wrap">
        <div class="hero">
            <div class="hero-copy">
                <p class="eyebrow">Premium domain for sale</p>
                <h1 class="domain-title">motoringspy.co.uk</h1>
                
                
                <div class="price-block">
                    
                    <span class="price-headline">£900</span>
                    <span class="price-headline-sub">asking price</span>
                    
                    
                </div>
                
                <div class="buy-now-row">
                    <form method="post" action="/buy" class="buy-now-form">
                        <button type="submit" class="btn-buy-now">
                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" aria-hidden="true"><path d="M3 6h2l2.4 10.3a2 2 0 0 0 2 1.7h8.2a2 2 0 0 0 2-1.5L21 9H7" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/><circle cx="10" cy="20" r="1.4" fill="currentColor"/><circle cx="17" cy="20" r="1.4" fill="currentColor"/></svg>
                            Buy now · £900
                        </button>
                    </form>
                    <p class="buy-now-note">Secure checkout via Stripe — pay by card.</p>
                </div>
                
                
                
                <div class="traffic-strip" aria-label="Recent traffic (30d)">
                    <div class="traffic-pill">
                        <span class="traffic-pill-label">Requests / 30d</span>
                        <span class="traffic-pill-value">55.5K</span>
                    </div>
                    
                    <div class="traffic-pill">
                        <span class="traffic-pill-label">Page views</span>
                        <span class="traffic-pill-value">16.9K</span>
                    </div>
                    
                    
                    <div class="traffic-pill">
                        <span class="traffic-pill-label">Unique visitors</span>
                        <span class="traffic-pill-value">4.8K</span>
                    </div>
                    
                </div>
                <p class="traffic-footnote">Traffic measured at the CDN edge over the last 30 days.</p>
                
                
                
                <div class="signals-strip" aria-label="Domain signals">
                    
                    <span class="signal-chip">
                        <span class="signal-chip-label">Moz DA</span>
                        <span class="signal-chip-value">20</span>
                    </span>
                    
                </div>
                
                
                <div class="signal-notes">
                    
                    <div>Category: <strong>automotive</strong></div>
                    
                    
                    
                </div>
                
                
                
                <div class="advertise-inline">
                    <div class="advertise-inline-copy">
                        <span class="advertise-inline-label">Advertise on this domain</span>
                        <p class="advertise-inline-text">Put your link in front of this domain's visitors — 4.8K unique visitors in the last 30 days. Up to 5 links per page, billed monthly.</p>
                    </div>
                    <a href="/advertise" class="btn-advertise-inline">Advertise here &rarr;</a>
                </div>
                
                
                <p class="lede">This name sits in our portfolio alongside other domains we hold for <strong>search visibility</strong>, inbound traffic, and related web projects. This page is a short orientation only—it is <strong>not</strong> a listing, auction, or solicitation to buy or sell the domain.</p>
                
                <ul class="checks">
                    <li>
                        <svg width="18" height="18" viewBox="0 0 18 18" fill="none" aria-hidden="true"><path d="M4 9.5L7.5 13L14 5.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
                        <span><strong>Open</strong> to good-faith questions about how the name is used</span>
                    </li>
                    <li>
                        <svg width="18" height="18" viewBox="0 0 18 18" fill="none" aria-hidden="true"><path d="M4 9.5L7.5 13L14 5.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
                        <span><strong>Secure</strong> connection (HTTPS) for anything you send here</span>
                    </li>
                    <li>
                        <svg width="18" height="18" viewBox="0 0 18 18" fill="none" aria-hidden="true"><path d="M4 9.5L7.5 13L14 5.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
                        <span><strong>Professional</strong> DNS and hosting setup as part of normal operations</span>
                    </li>
                </ul>
                <p class="listed">If something here affects your project or you need clarity, use the form — we reply when a response is appropriate.</p>
            </div>
            <div class="contact-card">
                <div class="contact-head">
                    
                    <h2>Questions about this domain?</h2>
                    <p class="card-sub">Prefer to talk first? Use the form below — we reply by email. For an instant purchase, use the Buy now button.</p>
                    
                </div>
                <div class="contact-rule"></div>
                <form method="post" action="/enquiry" id="enquiry-form" autocomplete="on">
                    <input type="text" name="website" class="hp" tabindex="-1" autocomplete="off" aria-hidden="true">
                    <div class="row-2">
                        <div class="field">
                            <label for="name">Name</label>
                            <input id="name" name="name" type="text" required maxlength="200" autocomplete="name">
                        </div>
                        <div class="field">
                            <label for="email">Email</label>
                            <input id="email" name="email" type="email" required maxlength="254" autocomplete="email">
                        </div>
                    </div>
                    <div class="field">
                        <label for="phone">Phone <span style="font-weight:400;text-transform:none;color:#b8c0d4">(optional)</span></label>
                        <input id="phone" name="phone" type="tel" autocomplete="tel">
                    </div>
                    <div class="field">
                        <label for="message">Message</label>
                        <textarea id="message" name="message" required maxlength="8000" placeholder="Describe your question or the collaboration you have in mind"></textarea>
                    </div>
                    
                    <div class="submit-row">
                        <button type="submit" class="btn-send">
                            Send message
                            <svg width="18" height="18" viewBox="0 0 18 18" fill="none" aria-hidden="true"><path d="M6 4l6 5-6 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
                        </button>
                    </div>
                    <p class="fine-print">Nothing on this page constitutes an offer to sell or transfer the domain unless explicitly stated. Messages may be filtered; we respond when we can help.</p>
                </form>
                <div class="trust-strip">
                    <p>Typical topics</p>
                    <div class="trust-icons" aria-hidden="true">
                        <span>SEO</span>
                        <span>DNS</span>
                        <span>Redirects</span>
                        <span>Projects</span>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <section class="features" aria-label="Context">
        <div class="feat">
            <div class="feat-icon">
                <svg viewBox="0 0 24 24" fill="none" aria-hidden="true"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>
            </div>
            <div>
                <h3>Search &amp; visibility</h3>
                <p>Names in this portfolio are used in line with ordinary SEO and inbound marketing work—not as storefront listings.</p>
            </div>
        </div>
        <div class="feat">
            <div class="feat-icon">
                <svg viewBox="0 0 24 24" fill="none" aria-hidden="true"><circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="1.6"/><path d="M12 7v5l3 2" stroke="currentColor" stroke-width="1.6" stroke-linecap="round"/></svg>
            </div>
            <div>
                <h3>Sensible response times</h3>
                <p>We read messages that look genuine and proportionate; automated or abusive traffic is discarded.</p>
            </div>
        </div>
        <div class="feat">
            <div class="feat-icon">
                <svg viewBox="0 0 24 24" fill="none" aria-hidden="true"><rect x="2" y="5" width="20" height="14" rx="2" stroke="currentColor" stroke-width="1.6"/><path d="M2 10h20" stroke="currentColor" stroke-width="1.6"/></svg>
            </div>
            <div>
                <h3>Technical housekeeping</h3>
                <p>DNS, TLS, and hosting are maintained to the usual standards for production web properties.</p>
            </div>
        </div>
    </section>
    
    <section class="sponsored" aria-label="Sponsored links">
        <div class="sponsored-inner">
            <p class="sponsored-label">Sponsored links</p>
            <div class="sponsored-links">
                
                
                <a class="advertise-cta" href="/advertise">Advertise here &rarr;</a>
                
            </div>
        </div>
    </section>
    
    <footer class="site-footer">
        <p class="foot-managed">
            Domain Managed by <a href="https://voove.com/?utm_source=parked_domain&amp;utm_medium=referral&amp;utm_campaign=starlink_parking&amp;utm_content=motoringspy.co.uk" target="_blank" rel="noopener noreferrer">Voove Group LTD</a>
        </p>
        
        <p class="foot-managed" style="border-bottom:none;padding-bottom:0;margin-top:-0.35rem">
            Keyword: <a href="https://www.voove.com/starlink-installers-scotland/?utm_source=parked_domain&amp;utm_medium=referral&amp;utm_campaign=starlink_parking&amp;utm_content=motoringspy.co.uk&amp;utm_term=starlink+installers+near+me&amp;keyword=starlink+installers+near+me" target="_blank" rel="noopener noreferrer">starlink installers near me</a> — Starlink Installation Maidstone
        </p>
        
        <div class="site-footer-row">
            <div class="foot-left">
                <span class="foot-text-logo">motoringspy.co.uk</span>
                <span class="foot-year">&copy; 2026</span>
            </div>
            <div>
                
                <a href="https://websitevaluecalculator.co.uk/" title="website valuation">Value my website</a>
            </div>
        </div>
    </footer>
    <noscript>
        <img src="/api/v1/stats/pixel?d=motoringspy.co.uk" width="1" height="1" alt="">
    </noscript>
    
    <script>
        (function () {
            fetch("/enquiry/client-token", { credentials: "same-origin" }).catch(function () {});
        })();
    </script>
    
</body>
</html>