{"id":198,"date":"2026-06-16T23:35:47","date_gmt":"2026-06-16T23:35:47","guid":{"rendered":"https:\/\/anythingdigital.co.uk\/llynlive\/?p=198"},"modified":"2026-06-16T23:35:48","modified_gmt":"2026-06-16T23:35:48","slug":"save-our-high-street","status":"publish","type":"post","link":"https:\/\/anythingdigital.co.uk\/llynlive\/save-our-high-street\/","title":{"rendered":"Save our High Street"},"content":{"rendered":"\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Ll\u0177n Business Hub \u2014 llyn.live<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;family=Playfair+Display:ital,wght@0,700;0,800;1,700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --orange:    #E8762B;\n    --gold:      #D4AF37;\n    --teal:      #1a8b7f;\n    --teal-dark: #136e64;\n    --ink:       #1c1c1a;\n    --ink-mid:   #3d3d3b;\n    --ink-soft:  #6b6b69;\n    --cream:     #f8f7f4;\n    --border:    #e5e4e0;\n    --white:     #ffffff;\n    --red-warn:  #c0392b;\n    --grad:      linear-gradient(135deg, #E8762B, #D4AF37);\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'Inter', sans-serif;\n    color: var(--ink);\n    background: var(--cream);\n    line-height: 1.6;\n    font-size: 16px;\n  }\n\n  \/* \u2500\u2500 NAV \u2500\u2500 *\/\n  nav {\n    background: var(--white);\n    border-bottom: 1px solid var(--border);\n    padding: 0 clamp(1.5rem, 5vw, 4rem);\n    height: 60px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    position: sticky;\n    top: 0;\n    z-index: 100;\n  }\n\n  .nav-logo {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.4rem;\n    font-weight: 700;\n    background: var(--grad);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    text-decoration: none;\n  }\n\n  .nav-cta {\n    background: var(--grad);\n    color: var(--white);\n    -webkit-text-fill-color: var(--white);\n    border: none;\n    padding: 0.5rem 1.2rem;\n    border-radius: 6px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    cursor: pointer;\n    text-decoration: none;\n    font-family: 'Inter', sans-serif;\n  }\n\n  \/* \u2500\u2500 CRISIS BANNER \u2500\u2500 *\/\n  .crisis-banner {\n    background: var(--red-warn);\n    color: var(--white);\n    text-align: center;\n    padding: 0.6rem 1rem;\n    font-size: 0.82rem;\n    font-weight: 500;\n    letter-spacing: 0.01em;\n  }\n\n  .crisis-banner strong { font-weight: 700; }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .hero {\n    background: var(--ink);\n    color: var(--white);\n    padding: clamp(4rem, 10vw, 7rem) clamp(1.5rem, 5vw, 4rem);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 60% 50% at 80% 50%, rgba(232,118,43,0.18) 0%, transparent 70%),\n      radial-gradient(ellipse 40% 60% at 10% 80%, rgba(26,139,127,0.15) 0%, transparent 60%);\n    pointer-events: none;\n  }\n\n  .hero-inner {\n    max-width: 780px;\n    position: relative;\n  }\n\n  .hero-eyebrow {\n    display: inline-block;\n    font-size: 0.75rem;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--orange);\n    margin-bottom: 1.4rem;\n    border: 1px solid rgba(232,118,43,0.4);\n    padding: 0.3rem 0.8rem;\n    border-radius: 3px;\n  }\n\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2.4rem, 6vw, 4.2rem);\n    font-weight: 800;\n    line-height: 1.12;\n    margin-bottom: 1.6rem;\n    color: var(--white);\n  }\n\n  .hero h1 em {\n    font-style: italic;\n    background: var(--grad);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .hero-sub {\n    font-size: clamp(1rem, 2.2vw, 1.2rem);\n    color: rgba(255,255,255,0.72);\n    max-width: 580px;\n    margin-bottom: 2.4rem;\n    line-height: 1.7;\n  }\n\n  .hero-actions {\n    display: flex;\n    gap: 1rem;\n    flex-wrap: wrap;\n    align-items: center;\n  }\n\n  .btn-primary {\n    background: var(--grad);\n    color: var(--white);\n    padding: 0.9rem 2rem;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 1rem;\n    text-decoration: none;\n    display: inline-block;\n    transition: opacity 0.2s;\n    font-family: 'Inter', sans-serif;\n  }\n  .btn-primary:hover { opacity: 0.9; }\n\n  .btn-ghost {\n    border: 1px solid rgba(255,255,255,0.3);\n    color: rgba(255,255,255,0.85);\n    padding: 0.9rem 1.8rem;\n    border-radius: 8px;\n    font-weight: 500;\n    font-size: 0.95rem;\n    text-decoration: none;\n    display: inline-block;\n    transition: border-color 0.2s, color 0.2s;\n    font-family: 'Inter', sans-serif;\n  }\n  .btn-ghost:hover { border-color: rgba(255,255,255,0.7); color: var(--white); }\n\n  \/* \u2500\u2500 REALITY CHECK \u2500\u2500 *\/\n  .reality {\n    background: var(--white);\n    border-top: 4px solid var(--red-warn);\n    padding: clamp(3rem, 7vw, 5rem) clamp(1.5rem, 5vw, 4rem);\n  }\n\n  .reality-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .section-label {\n    font-size: 0.72rem;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--orange);\n    margin-bottom: 1rem;\n    display: block;\n  }\n\n  .reality h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.8rem);\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 1.4rem;\n    color: var(--ink);\n  }\n\n  .reality p {\n    font-size: 1.05rem;\n    color: var(--ink-mid);\n    line-height: 1.75;\n    margin-bottom: 1.1rem;\n    max-width: 720px;\n  }\n\n  .reality p strong { color: var(--ink); }\n\n  .quote-block {\n    margin: 2.5rem 0;\n    border-left: 4px solid var(--orange);\n    padding: 1.2rem 1.8rem;\n    background: #fff8f3;\n    border-radius: 0 8px 8px 0;\n  }\n\n  .quote-block blockquote {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.25rem;\n    font-style: italic;\n    color: var(--ink);\n    line-height: 1.6;\n    margin-bottom: 0.5rem;\n  }\n\n  .quote-block cite {\n    font-size: 0.82rem;\n    color: var(--ink-soft);\n    font-style: normal;\n  }\n\n  \/* \u2500\u2500 STATS ROW \u2500\u2500 *\/\n  .stats {\n    background: var(--ink);\n    color: var(--white);\n    padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 5vw, 4rem);\n  }\n\n  .stats-grid {\n    max-width: 900px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 2rem;\n    text-align: center;\n  }\n\n  .stat-item {}\n\n  .stat-number {\n    font-family: 'Playfair Display', serif;\n    font-size: 3rem;\n    font-weight: 800;\n    background: var(--grad);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    display: block;\n    line-height: 1;\n    margin-bottom: 0.4rem;\n  }\n\n  .stat-label {\n    font-size: 0.88rem;\n    color: rgba(255,255,255,0.6);\n    line-height: 1.4;\n  }\n\n  \/* \u2500\u2500 RATES EXPLAINER \u2500\u2500 *\/\n  .rates {\n    padding: clamp(3rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 4rem);\n    background: var(--cream);\n  }\n\n  .rates-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .rates h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.6rem);\n    font-weight: 700;\n    margin-bottom: 0.8rem;\n    color: var(--ink);\n  }\n\n  .rates > .rates-inner > p {\n    font-size: 1.05rem;\n    color: var(--ink-mid);\n    margin-bottom: 2.5rem;\n    max-width: 660px;\n  }\n\n  .comparison-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 0.95rem;\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 2px 20px rgba(0,0,0,0.07);\n  }\n\n  .comparison-table th {\n    background: var(--ink);\n    color: var(--white);\n    padding: 1rem 1.4rem;\n    text-align: left;\n    font-weight: 600;\n    font-size: 0.85rem;\n    letter-spacing: 0.04em;\n  }\n\n  .comparison-table th.highlight {\n    background: var(--teal);\n  }\n\n  .comparison-table td {\n    padding: 1rem 1.4rem;\n    border-bottom: 1px solid var(--border);\n    background: var(--white);\n    color: var(--ink-mid);\n    vertical-align: middle;\n  }\n\n  .comparison-table td.highlight {\n    background: #f0faf9;\n    color: var(--teal-dark);\n    font-weight: 600;\n  }\n\n  .comparison-table tr:last-child td { border-bottom: none; }\n\n  .tick { color: var(--teal); font-weight: 700; }\n  .cross { color: var(--red-warn); }\n\n  \/* \u2500\u2500 OFFER SECTION \u2500\u2500 *\/\n  .offer {\n    background: var(--white);\n    padding: clamp(3rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 4rem);\n    border-top: 1px solid var(--border);\n  }\n\n  .offer-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .offer h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.6rem);\n    font-weight: 700;\n    margin-bottom: 0.8rem;\n    color: var(--ink);\n  }\n\n  .offer > .offer-inner > p {\n    font-size: 1.05rem;\n    color: var(--ink-mid);\n    margin-bottom: 2.5rem;\n    max-width: 660px;\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 1.4rem;\n    margin-bottom: 3rem;\n  }\n\n  .feature-card {\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 1.6rem;\n    background: var(--cream);\n    transition: border-color 0.2s, box-shadow 0.2s;\n  }\n\n  .feature-card:hover {\n    border-color: var(--teal);\n    box-shadow: 0 4px 20px rgba(26,139,127,0.1);\n  }\n\n  .feature-icon {\n    font-size: 1.8rem;\n    margin-bottom: 0.8rem;\n    display: block;\n  }\n\n  .feature-card h3 {\n    font-size: 0.95rem;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 0.5rem;\n  }\n\n  .feature-card p {\n    font-size: 0.88rem;\n    color: var(--ink-soft);\n    line-height: 1.6;\n  }\n\n  \/* \u2500\u2500 PRICING \u2500\u2500 *\/\n  .pricing-card {\n    background: var(--ink);\n    border-radius: 16px;\n    padding: clamp(2rem, 4vw, 3rem);\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 2rem;\n    align-items: center;\n    color: var(--white);\n  }\n\n  @media (max-width: 620px) {\n    .pricing-card { grid-template-columns: 1fr; }\n  }\n\n  .pricing-left {}\n\n  .pricing-label {\n    font-size: 0.75rem;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--orange);\n    margin-bottom: 0.8rem;\n    display: block;\n  }\n\n  .pricing-card h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.7rem;\n    font-weight: 700;\n    margin-bottom: 0.6rem;\n    line-height: 1.2;\n  }\n\n  .price-display {\n    display: flex;\n    align-items: baseline;\n    gap: 0.3rem;\n    margin: 1.2rem 0;\n  }\n\n  .price-amount {\n    font-size: 3.5rem;\n    font-weight: 800;\n    background: var(--grad);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    font-family: 'Playfair Display', serif;\n  }\n\n  .price-period {\n    color: rgba(255,255,255,0.5);\n    font-size: 0.9rem;\n  }\n\n  .price-equiv {\n    font-size: 0.82rem;\n    color: rgba(255,255,255,0.5);\n    margin-bottom: 1.4rem;\n    font-style: italic;\n  }\n\n  .founder-badge {\n    display: inline-block;\n    background: rgba(232,118,43,0.2);\n    border: 1px solid rgba(232,118,43,0.4);\n    color: var(--orange);\n    font-size: 0.78rem;\n    font-weight: 700;\n    padding: 0.35rem 0.8rem;\n    border-radius: 4px;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .pricing-right ul {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 0.75rem;\n  }\n\n  .pricing-right li {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.6rem;\n    font-size: 0.92rem;\n    color: rgba(255,255,255,0.82);\n    line-height: 1.5;\n  }\n\n  .pricing-right li::before {\n    content: '\u2713';\n    color: var(--teal);\n    font-weight: 700;\n    flex-shrink: 0;\n    margin-top: 0.05rem;\n  }\n\n  \/* \u2500\u2500 GRANTS \u2500\u2500 *\/\n  .grants {\n    background: #f0faf9;\n    border-top: 1px solid rgba(26,139,127,0.2);\n    border-bottom: 1px solid rgba(26,139,127,0.2);\n    padding: clamp(3rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 4rem);\n  }\n\n  .grants-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .grants h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.6rem);\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 0.7rem;\n  }\n\n  .grants > .grants-inner > p {\n    font-size: 1rem;\n    color: var(--ink-mid);\n    margin-bottom: 2.5rem;\n    max-width: 660px;\n  }\n\n  .grant-cards {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 1.2rem;\n  }\n\n  .grant-card {\n    background: var(--white);\n    border: 1px solid rgba(26,139,127,0.2);\n    border-radius: 10px;\n    padding: 1.4rem 1.6rem;\n  }\n\n  .grant-card-header {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 1rem;\n    margin-bottom: 0.8rem;\n  }\n\n  .grant-card h3 {\n    font-size: 0.95rem;\n    font-weight: 700;\n    color: var(--teal-dark);\n    line-height: 1.3;\n  }\n\n  .grant-amount {\n    font-size: 0.8rem;\n    font-weight: 700;\n    background: var(--teal);\n    color: var(--white);\n    padding: 0.2rem 0.6rem;\n    border-radius: 4px;\n    white-space: nowrap;\n    flex-shrink: 0;\n  }\n\n  .grant-card p {\n    font-size: 0.87rem;\n    color: var(--ink-soft);\n    line-height: 1.6;\n    margin-bottom: 0.8rem;\n  }\n\n  .grant-card a {\n    font-size: 0.82rem;\n    color: var(--teal);\n    font-weight: 600;\n    text-decoration: none;\n  }\n  .grant-card a:hover { text-decoration: underline; }\n\n  .grants-note {\n    margin-top: 2rem;\n    padding: 1.2rem 1.6rem;\n    background: rgba(26,139,127,0.06);\n    border-radius: 8px;\n    border: 1px solid rgba(26,139,127,0.15);\n    font-size: 0.88rem;\n    color: var(--ink-mid);\n  }\n\n  .grants-note strong { color: var(--teal-dark); }\n\n  \/* \u2500\u2500 TESTIMONIAL \/ COMMUNITY \u2500\u2500 *\/\n  .community {\n    padding: clamp(3rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 4rem);\n    background: var(--cream);\n  }\n\n  .community-inner {\n    max-width: 900px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .community h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.6rem);\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 0.8rem;\n  }\n\n  .community > .community-inner > p {\n    font-size: 1rem;\n    color: var(--ink-mid);\n    max-width: 580px;\n    margin: 0 auto 2.5rem;\n  }\n\n  .pillars {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 1.2rem;\n    text-align: left;\n  }\n\n  .pillar {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 1.6rem;\n  }\n\n  .pillar-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 2rem;\n    font-weight: 800;\n    background: var(--grad);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    display: block;\n    margin-bottom: 0.5rem;\n  }\n\n  .pillar h3 {\n    font-size: 0.95rem;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 0.4rem;\n  }\n\n  .pillar p {\n    font-size: 0.85rem;\n    color: var(--ink-soft);\n    line-height: 1.6;\n  }\n\n  \/* \u2500\u2500 PROCESS \u2500\u2500 *\/\n  .process {\n    background: var(--white);\n    padding: clamp(3rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 4rem);\n    border-top: 1px solid var(--border);\n  }\n\n  .process-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .process h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.6rem);\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 0.7rem;\n  }\n\n  .process > .process-inner > p {\n    color: var(--ink-mid);\n    font-size: 1rem;\n    margin-bottom: 2.5rem;\n    max-width: 600px;\n  }\n\n  .steps {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 0;\n    position: relative;\n  }\n\n  .step {\n    padding: 1.8rem 1.4rem;\n    position: relative;\n  }\n\n  .step:not(:last-child)::after {\n    content: '\u2192';\n    position: absolute;\n    right: -0.5rem;\n    top: 1.8rem;\n    color: var(--border);\n    font-size: 1.2rem;\n    z-index: 1;\n  }\n\n  @media (max-width: 640px) {\n    .step:not(:last-child)::after { display: none; }\n  }\n\n  .step-num {\n    width: 36px;\n    height: 36px;\n    background: var(--grad);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--white);\n    font-weight: 800;\n    font-size: 0.85rem;\n    margin-bottom: 1rem;\n    flex-shrink: 0;\n  }\n\n  .step h3 {\n    font-size: 0.95rem;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 0.4rem;\n  }\n\n  .step p {\n    font-size: 0.86rem;\n    color: var(--ink-soft);\n    line-height: 1.6;\n  }\n\n  \/* \u2500\u2500 CTA \u2500\u2500 *\/\n  .final-cta {\n    background: var(--ink);\n    color: var(--white);\n    padding: clamp(4rem, 10vw, 7rem) clamp(1.5rem, 5vw, 4rem);\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .final-cta::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(232,118,43,0.12) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .final-cta-inner {\n    max-width: 620px;\n    margin: 0 auto;\n    position: relative;\n  }\n\n  .final-cta h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2rem, 5vw, 3.2rem);\n    font-weight: 800;\n    line-height: 1.15;\n    margin-bottom: 1.2rem;\n  }\n\n  .final-cta h2 em {\n    font-style: italic;\n    background: var(--grad);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .final-cta p {\n    font-size: 1.05rem;\n    color: rgba(255,255,255,0.65);\n    margin-bottom: 2.2rem;\n    line-height: 1.7;\n  }\n\n  .cta-group {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 0.8rem;\n  }\n\n  .cta-note {\n    font-size: 0.82rem;\n    color: rgba(255,255,255,0.4);\n  }\n\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n  footer {\n    background: var(--ink);\n    border-top: 1px solid rgba(255,255,255,0.06);\n    padding: 1.6rem clamp(1.5rem, 5vw, 4rem);\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 1rem;\n  }\n\n  .footer-logo {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.1rem;\n    font-weight: 700;\n    background: var(--grad);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  footer p {\n    font-size: 0.8rem;\n    color: rgba(255,255,255,0.3);\n  }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 500px) {\n    .hero-actions { flex-direction: column; }\n    .btn-primary, .btn-ghost { text-align: center; }\n  }\n\n  \/* \u2500\u2500 ANIMATIONS \u2500\u2500 *\/\n  @media (prefers-reduced-motion: no-preference) {\n    .hero-inner, .reality-inner, .offer-inner, .grants-inner {\n      animation: fadeUp 0.6s ease both;\n    }\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(20px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- NAV -->\n<nav>\n  <a href=\"#\" class=\"nav-logo\">llyn.live<\/a>\n  <a href=\"#join\" class=\"nav-cta\">Claim your listing \u2014 \u00a349\/yr<\/a>\n<\/nav>\n\n<!-- CRISIS BANNER -->\n<div class=\"crisis-banner\">\n  <strong>In the news this week:<\/strong> Pwllheli businesses describe the high street as a &#8220;ghost town&#8221; as rates bills rise and footfall falls. &nbsp;Here&#8217;s what you can do about it.\n<\/div>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-inner\">\n    <span class=\"hero-eyebrow\">Ll\u0177n Business Hub<\/span>\n    <h1>The high street is<br><em>struggling.<\/em><br>Your digital presence<br>doesn&#8217;t have to.<\/h1>\n    <p class=\"hero-sub\">\n      Business rates are killing independent shops on the Ll\u0177n Peninsula. \n      We can&#8217;t change your rates bill \u2014 but we can make sure every tourist \n      and local who visits the peninsula finds your business, not an empty doorway.\n    <\/p>\n    <div class=\"hero-actions\">\n      <a href=\"#join\" class=\"btn-primary\">Get listed for \u00a349 a year \u2192<\/a>\n      <a href=\"#grants\" class=\"btn-ghost\">Find available grants<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- REALITY CHECK -->\n<section class=\"reality\">\n  <div class=\"reality-inner\">\n    <span class=\"section-label\">What&#8217;s happening right now<\/span>\n    <h2>Pwllheli didn&#8217;t become a ghost town overnight. But the clock is ticking.<\/h2>\n    <p>\n      This week, journalists and locals catalogued over a dozen empty premises on a single street in Pwllheli. \n      Visitors described being <strong>&#8220;shocked by the emptiness.&#8221;<\/strong> Longstanding businesses have left. \n      Even charity shops have closed.\n    <\/p>\n    <p>\n      The cause isn&#8217;t just falling footfall. It&#8217;s a system that taxes businesses on the space they \n      occupy \u2014 not the revenue they earn. When a revaluation adds <strong>15.2% to rateable values<\/strong> \n      overnight, margins that were already thin simply disappear.\n    <\/p>\n\n    <div class=\"quote-block\">\n      <blockquote>&#8220;The business rates are killing the High Street. It&#8217;s not rocket science. There are \n      other places with reduced business rates to encourage and breathe life back into high streets \u2014 \n      and what happens? It does.&#8221;<\/blockquote>\n      <cite>\u2014 Local entrepreneur Gavin Nicholas, Pwllheli, June 2026<\/cite>\n    <\/div>\n\n    <p>\n      We built llyn.live because this peninsula deserves a digital home \u2014 somewhere that puts \n      every Ll\u0177n business, service, and experience in front of the <strong>millions of tourists and locals<\/strong> \n      who pass through every year. A listing here costs less than most businesses pay in rates \n      in a single working day.\n    <\/p>\n    <p>\n      We&#8217;re not here to profit from the crisis. We&#8217;re here because if local businesses go dark, \n      so does the community.\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- STATS -->\n<section class=\"stats\">\n  <div class=\"stats-grid\">\n    <div class=\"stat-item\">\n      <span class=\"stat-number\">\u00a349<\/span>\n      <span class=\"stat-label\">Full year listing on llyn.live \u2014 Founder price, locked for life<\/span>\n    <\/div>\n    <div class=\"stat-item\">\n      <span class=\"stat-number\">~\u00a32m<\/span>\n      <span class=\"stat-label\">Average daily business rates bill for a mid-size Pwllheli shop<\/span>\n    <\/div>\n    <div class=\"stat-item\">\n      <span class=\"stat-number\">500<\/span>\n      <span class=\"stat-label\">Founder memberships available at this price \u2014 ever<\/span>\n    <\/div>\n    <div class=\"stat-item\">\n      <span class=\"stat-number\">365<\/span>\n      <span class=\"stat-label\">Days a year your listing reaches tourists, locals, and new customers<\/span>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- RATES COMPARISON -->\n<section class=\"rates\">\n  <div class=\"rates-inner\">\n    <span class=\"section-label\">The honest comparison<\/span>\n    <h2>What does \u00a349 a year actually get you?<\/h2>\n    <p>Let&#8217;s compare your options for digital presence and what each one costs a Ll\u0177n business in 2026.<\/p>\n\n    <table class=\"comparison-table\">\n      <thead>\n        <tr>\n          <th>Option<\/th>\n          <th>Annual cost<\/th>\n          <th>Tourist reach<\/th>\n          <th>Map listing<\/th>\n          <th>Editorial content<\/th>\n          <th class=\"highlight\">llyn.live listing<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>Google Business Profile (basic)<\/td>\n          <td>Free<\/td>\n          <td><span class=\"tick\">\u2713<\/span><\/td>\n          <td><span class=\"tick\">\u2713<\/span><\/td>\n          <td><span class=\"cross\">\u2717<\/span><\/td>\n          <td class=\"highlight\">\u2014<\/td>\n        <\/tr>\n        <tr>\n          <td>Basic website (hosted, no design)<\/td>\n          <td>\u00a3180\u2013\u00a3360\/yr<\/td>\n          <td><span class=\"cross\">\u2717<\/span><\/td>\n          <td><span class=\"cross\">\u2717<\/span><\/td>\n          <td><span class=\"cross\">\u2717<\/span><\/td>\n          <td class=\"highlight\">\u2014<\/td>\n        <\/tr>\n        <tr>\n          <td>Local newspaper ad (single placement)<\/td>\n          <td>\u00a3150\u2013\u00a3500<\/td>\n          <td><span class=\"cross\">\u2717<\/span><\/td>\n          <td><span class=\"cross\">\u2717<\/span><\/td>\n          <td><span class=\"cross\">\u2717<\/span><\/td>\n          <td class=\"highlight\">\u2014<\/td>\n        <\/tr>\n        <tr>\n          <td>TripAdvisor \/ Yelp (business listing)<\/td>\n          <td>\u00a30\u2013\u00a3300\/yr<\/td>\n          <td><span class=\"tick\">\u2713<\/span><\/td>\n          <td>Partial<\/td>\n          <td><span class=\"cross\">\u2717<\/span><\/td>\n          <td class=\"highlight\">\u2014<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>llyn.live Founder Listing<\/strong><\/td>\n          <td><strong>\u00a349\/year \u2014 forever<\/strong><\/td>\n          <td><span class=\"tick\">\u2713<\/span><\/td>\n          <td><span class=\"tick\">\u2713<\/span><\/td>\n          <td><span class=\"tick\">\u2713<\/span><\/td>\n          <td class=\"highlight\"><span class=\"tick\">\u2713 Everything<\/span><\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/div>\n<\/section>\n\n<!-- WHAT YOU GET -->\n<section class=\"offer\" id=\"join\">\n  <div class=\"offer-inner\">\n    <span class=\"section-label\">What&#8217;s included<\/span>\n    <h2>Your Founder listing \u2014 everything you need, nothing you don&#8217;t.<\/h2>\n    <p>A permanent, searchable, map-linked presence on the Ll\u0177n Peninsula&#8217;s dedicated digital home. Built for the businesses that make this place worth visiting.<\/p>\n\n    <div class=\"features-grid\">\n      <div class=\"feature-card\">\n        <span class=\"feature-icon\">\ud83d\udccd<\/span>\n        <h3>Interactive map listing<\/h3>\n        <p>Your business pinned on the llyn.live Leaflet map \u2014 the first thing tourists see when they explore the peninsula digitally.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <span class=\"feature-icon\">\ud83d\udd0d<\/span>\n        <h3>Fully searchable profile<\/h3>\n        <p>Category, location, and keyword search. When someone searches &#8220;caf\u00e9 Pwllheli&#8221; or &#8220;boat hire Abersoch&#8221; \u2014 you&#8217;re there.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <span class=\"feature-icon\">\ud83d\udcf8<\/span>\n        <h3>Photos, hours &#038; full details<\/h3>\n        <p>Your listing includes photos, opening hours, contact details, website link, and a description you write and control yourself.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <span class=\"feature-icon\">\u270d\ufe0f<\/span>\n        <h3>Editorial content links<\/h3>\n        <p>llyn.live publishes long-form local guides \u2014 walks, food, history, wildlife. Founder businesses are featured and linked throughout.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <span class=\"feature-icon\">\ud83c\udfd6\ufe0f<\/span>\n        <h3>Tourism guide integration<\/h3>\n        <p>Every visitor guide, beach recommendation, and walking route on llyn.live points to nearby businesses. Your listing shows in context.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <span class=\"feature-icon\">\ud83d\udd12<\/span>\n        <h3>Founder price \u2014 locked forever<\/h3>\n        <p>\u00a349\/year. Once you&#8217;re in as a Founder, that price never increases \u2014 regardless of what standard listings cost in future.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <span class=\"feature-icon\">\u270f\ufe0f<\/span>\n        <h3>Your own dashboard<\/h3>\n        <p>Log in and update your listing any time. Change your hours, add photos, update your description \u2014 no waiting, no approval delay.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <span class=\"feature-icon\">\ud83e\udd1d<\/span>\n        <h3>Community platform<\/h3>\n        <p>llyn.live is built to serve the peninsula \u2014 not a London algorithm. Your business is part of something local, not lost in a global feed.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <span class=\"feature-icon\">\ud83c\udf10<\/span>\n        <h3>Welsh &#038; English<\/h3>\n        <p>llyn.live supports both Welsh and English. The Ll\u0177n Peninsula is bilingual \u2014 your listing should be too.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- PRICING CARD -->\n    <div class=\"pricing-card\">\n      <div class=\"pricing-left\">\n        <span class=\"pricing-label\">Founder 500 \u2014 Limited Places<\/span>\n        <h3>Full listing. Forever. One price.<\/h3>\n        <div class=\"price-display\">\n          <span class=\"price-amount\">\u00a349<\/span>\n          <span class=\"price-period\">per year<\/span>\n        <\/div>\n        <p class=\"price-equiv\">That&#8217;s 13p a day \u2014 less than most businesses pay in rates before 9am.<\/p>\n        <span class=\"founder-badge\">\u26a1 Only 500 places at this price \u2014 ever<\/span>\n      <\/div>\n      <div class=\"pricing-right\">\n        <ul>\n          <li>Full business profile page with photos and details<\/li>\n          <li>Interactive map pin on the llyn.live homepage<\/li>\n          <li>Search and category listing \u2014 tourists find you<\/li>\n          <li>Featured in relevant editorial content and guides<\/li>\n          <li>Your own dashboard \u2014 edit any time, no delay<\/li>\n          <li>Founder price locked for the life of the listing<\/li>\n          <li>Listed as a founding supporter of llyn.live<\/li>\n          <li>Priority consideration for sponsored features and promotions<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- GRANTS & HELP -->\n<section class=\"grants\" id=\"grants\">\n  <div class=\"grants-inner\">\n    <span class=\"section-label\">Financial help available right now<\/span>\n    <h2>You may not need to fund this yourself.<\/h2>\n    <p>\n      Several grant and relief schemes exist specifically for Ll\u0177n Peninsula businesses in 2026. \n      Here&#8217;s what&#8217;s available \u2014 in plain English, not council-speak.\n    <\/p>\n\n    <div class=\"grant-cards\">\n      <div class=\"grant-card\">\n        <div class=\"grant-card-header\">\n          <h3>Gwynedd Business Resilience Grant<\/h3>\n          <span class=\"grant-amount\">Up to \u00a315,000<\/span>\n        <\/div>\n        <p>Funded by Cyngor Gwynedd and the UK Shared Prosperity Fund. Covers digital development, marketing, software, and equipment. Requires a match funding contribution and a clear project plan. Competitive rounds \u2014 apply early.<\/p>\n        <a href=\"https:\/\/businesswales.gov.wales\" target=\"_blank\">Find out more via Business Wales \u2192<\/a>\n      <\/div>\n\n      <div class=\"grant-card\">\n        <div class=\"grant-card-header\">\n          <h3>Wales Business Rates Transitional Relief<\/h3>\n          <span class=\"grant-amount\">\u00a3116m scheme<\/span>\n        <\/div>\n        <p>If your rates bill has risen by more than \u00a3300 as a result of the 2026 revaluation, you may qualify for Transitional Relief to soften the increase. Contact Cyngor Gwynedd&#8217;s rates team directly \u2014 don&#8217;t wait.<\/p>\n        <a href=\"https:\/\/businesswales.gov.wales\/topics-and-guidance\/business-tax-rates-and-premises\/business-rates-wales\" target=\"_blank\">Wales Business Rates guidance \u2192<\/a>\n      <\/div>\n\n      <div class=\"grant-card\">\n        <div class=\"grant-card-header\">\n          <h3>Pubs, Restaurants &#038; Venues Relief<\/h3>\n          <span class=\"grant-amount\">15% additional<\/span>\n        <\/div>\n        <p>The Welsh Government has awarded an additional 15% non-domestic rates relief to pubs, restaurants, caf\u00e9s, bars, and live music venues for 2026\u201327. If you run one of these, this should already be reflected in your bill \u2014 if not, contact your local authority.<\/p>\n        <a href=\"https:\/\/businesswales.gov.wales\" target=\"_blank\">Check your eligibility \u2192<\/a>\n      <\/div>\n\n      <div class=\"grant-card\">\n        <div class=\"grant-card-header\">\n          <h3>Development Bank of Wales Micro Loan<\/h3>\n          <span class=\"grant-amount\">\u00a31k\u2013\u00a3100k<\/span>\n        <\/div>\n        <p>Flexible loans for startups and growing businesses \u2014 equipment, premises, staff, digital investment. Fixed interest rates, up to 10-year repayment. Significantly more accessible than high-street bank lending.<\/p>\n        <a href=\"https:\/\/developmentbank.wales\" target=\"_blank\">Development Bank of Wales \u2192<\/a>\n      <\/div>\n\n      <div class=\"grant-card\">\n        <div class=\"grant-card-header\">\n          <h3>Small Business Retail Multiplier (Wales)<\/h3>\n          <span class=\"grant-amount\">35p rate<\/span>\n        <\/div>\n        <p>From April 2026, small to medium retail shops with a rateable value below \u00a351,000 now pay a lower multiplier of 35p (down from 56.8p). This is automatic \u2014 but verify your bill reflects it and challenge your rateable value if you think it&#8217;s wrong.<\/p>\n        <a href=\"https:\/\/www.voa.gov.uk\" target=\"_blank\">Check your rateable value \u2192<\/a>\n      <\/div>\n\n      <div class=\"grant-card\">\n        <div class=\"grant-card-header\">\n          <h3>Business Wales Finance Locator<\/h3>\n          <span class=\"grant-amount\">Free tool<\/span>\n        <\/div>\n        <p>The single best starting point to find grants and loans you qualify for. Filter by sector, business size, location, and what you need funding for. Updated regularly \u2014 many schemes aren&#8217;t widely advertised.<\/p>\n        <a href=\"https:\/\/businesswales.gov.wales\/finance-locator\" target=\"_blank\">Search available funding \u2192<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"grants-note\">\n      <strong>Important:<\/strong> Your llyn.live listing fee may qualify as a digital development or marketing cost under the Gwynedd Business Resilience Grant. If you&#8217;re applying for that grant, include your digital presence investment in your project plan.\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- COMMUNITY -->\n<section class=\"community\">\n  <div class=\"community-inner\">\n    <span class=\"section-label\">The bigger picture<\/span>\n    <h2>This isn&#8217;t just a directory. It&#8217;s the digital heart of the peninsula.<\/h2>\n    <p>llyn.live is built on three beliefs about what this part of Wales actually needs.<\/p>\n\n    <div class=\"pillars\">\n      <div class=\"pillar\">\n        <span class=\"pillar-num\">01<\/span>\n        <h3>Locals first, tourists second<\/h3>\n        <p>The peninsula&#8217;s businesses serve both. So does llyn.live. A plumber in Nefyn and a surf hire in Abersoch both deserve to be found \u2014 by residents and visitors alike.<\/p>\n      <\/div>\n      <div class=\"pillar\">\n        <span class=\"pillar-num\">02<\/span>\n        <h3>Editorial, not just listings<\/h3>\n        <p>llyn.live publishes long-form guides about the peninsula \u2014 walks, history, food, nature, hidden gems. Businesses featured in that content get something no other directory offers: context and credibility.<\/p>\n      <\/div>\n      <div class=\"pillar\">\n        <span class=\"pillar-num\">03<\/span>\n        <h3>Owned by the community<\/h3>\n        <p>This platform is built here, run here, and focused entirely on the Ll\u0177n. Not a national aggregator with a local page. Not Google Maps with a postcode filter. Something genuinely ours.<\/p>\n      <\/div>\n      <div class=\"pillar\">\n        <span class=\"pillar-num\">04<\/span>\n        <h3>Digital doesn&#8217;t replace physical<\/h3>\n        <p>A llyn.live listing won&#8217;t pay your rates bill. We&#8217;re honest about that. But it gets more people through your door \u2014 and more people through your door is the only thing that actually helps.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- HOW IT WORKS -->\n<section class=\"process\">\n  <div class=\"process-inner\">\n    <span class=\"section-label\">Getting started<\/span>\n    <h2>You&#8217;re live in under 10 minutes.<\/h2>\n    <p>No technical knowledge needed. If you can send an email, you can set up your llyn.live listing.<\/p>\n\n    <div class=\"steps\">\n      <div class=\"step\">\n        <div class=\"step-num\">1<\/div>\n        <h3>Claim your listing<\/h3>\n        <p>Your business may already be on llyn.live. Click the claim link or submit directly \u2014 takes 3 minutes.<\/p>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">2<\/div>\n        <h3>Complete your profile<\/h3>\n        <p>Add photos, opening hours, description, and contact details through your own dashboard. Update any time.<\/p>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">3<\/div>\n        <h3>Pay your \u00a349<\/h3>\n        <p>Stripe or PayPal. Annual subscription. Locked at Founder price for as long as you remain a member.<\/p>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">4<\/div>\n        <h3>You&#8217;re on the map<\/h3>\n        <p>Literally. Your pin goes live on the llyn.live interactive map and you appear in search, categories, and guides.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FINAL CTA -->\n<section class=\"final-cta\" id=\"signup\">\n  <div class=\"final-cta-inner\">\n    <h2>The peninsula&#8217;s businesses<br>deserve to be <em>found.<\/em><\/h2>\n    <p>\n      500 Founder places. \u00a349 a year. Price locked forever. \n      At a time when the high street is struggling, \n      a strong digital presence isn&#8217;t a luxury \u2014 it&#8217;s survival.\n    <\/p>\n    <div class=\"cta-group\">\n      <a href=\"#\" class=\"btn-primary\" style=\"font-size:1.05rem; padding: 1rem 2.4rem;\">Claim your Founder listing \u2192<\/a>\n      <span class=\"cta-note\">No setup fees. No contracts. Cancel any time. Founder price never increases.<\/span>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer>\n  <span class=\"footer-logo\">llyn.live<\/span>\n  <p>The digital home of the Ll\u0177n Peninsula \u00b7 Built in Wales \u00b7 anythingdigital.co.uk<\/p>\n<\/footer>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Ll\u0177n Business Hub \u2014 llyn.live llyn.live Claim your listing \u2014 \u00a349\/yr In the news this week: Pwllheli businesses describe the high street as a &#8220;ghost town&#8221; as rates bills rise and footfall falls. &nbsp;Here&#8217;s what you can do about it. Ll\u0177n Business Hub The high street isstruggling.Your digital presencedoesn&#8217;t have to. Business rates are killing [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":95,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-198","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/anythingdigital.co.uk\/llynlive\/wp-json\/wp\/v2\/posts\/198","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/anythingdigital.co.uk\/llynlive\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/anythingdigital.co.uk\/llynlive\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/anythingdigital.co.uk\/llynlive\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/anythingdigital.co.uk\/llynlive\/wp-json\/wp\/v2\/comments?post=198"}],"version-history":[{"count":1,"href":"https:\/\/anythingdigital.co.uk\/llynlive\/wp-json\/wp\/v2\/posts\/198\/revisions"}],"predecessor-version":[{"id":199,"href":"https:\/\/anythingdigital.co.uk\/llynlive\/wp-json\/wp\/v2\/posts\/198\/revisions\/199"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/anythingdigital.co.uk\/llynlive\/wp-json\/wp\/v2\/media\/95"}],"wp:attachment":[{"href":"https:\/\/anythingdigital.co.uk\/llynlive\/wp-json\/wp\/v2\/media?parent=198"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/anythingdigital.co.uk\/llynlive\/wp-json\/wp\/v2\/categories?post=198"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/anythingdigital.co.uk\/llynlive\/wp-json\/wp\/v2\/tags?post=198"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}