{"id":80663,"date":"2026-07-11T05:22:39","date_gmt":"2026-07-10T23:52:39","guid":{"rendered":"https:\/\/coinroop.com\/?page_id=80663"},"modified":"2026-07-11T05:26:20","modified_gmt":"2026-07-10T23:56:20","slug":"media-kit","status":"publish","type":"page","link":"https:\/\/coinroop.com\/media-kit\/","title":{"rendered":"Coinroop Media Kit"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"80663\" class=\"elementor elementor-80663\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ca4a7f e-con-full e-flex e-con e-parent\" data-id=\"4ca4a7f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f78dc7f elementor-widget elementor-widget-html\" data-id=\"f78dc7f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!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>CoinRoop \u2014 Advertising Media Kit<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --bg:#0A0C10;\n    --surface:#12161B;\n    --surface-2:#181D24;\n    --line:#242B33;\n    --teal:#00D9B5;\n    --amber:#FFB020;\n    --red:#FF6B6B;\n    --text:#E9EDF1;\n    --muted:#8A94A0;\n    --muted-2:#5D6773;\n    --radius:14px;\n    --display: 'Space Grotesk', sans-serif;\n    --body: 'Inter', sans-serif;\n    --mono: 'JetBrains Mono', monospace;\n  }\n  *{box-sizing:border-box; margin:0; padding:0;}\n  html{scroll-behavior:smooth;}\n  body{\n    background:var(--bg);\n    color:var(--text);\n    font-family:var(--body);\n    line-height:1.55;\n    -webkit-font-smoothing:antialiased;\n  }\n  a{color:inherit;}\n  ::selection{background:var(--teal); color:#04120F;}\n\n  \/* ===== Layout shell ===== *\/\n  .shell{display:flex; max-width:1400px; margin:0 auto;}\n  nav.rail{\n    position:sticky; top:0; height:100vh; width:220px; flex-shrink:0;\n    padding:32px 16px; border-right:1px solid var(--line);\n    display:flex; flex-direction:column; gap:2px;\n    overflow-y:auto;\n  }\n  nav.rail .brand{\n    font-family:var(--display); font-weight:700; font-size:1.1rem;\n    letter-spacing:-0.02em; margin-bottom:28px; padding:0 10px;\n  }\n  nav.rail .brand span{color:var(--teal);}\n  nav.rail a{\n    font-size:0.82rem; color:var(--muted); text-decoration:none;\n    padding:9px 10px; border-radius:8px; transition:all .15s ease;\n    display:flex; align-items:center; gap:9px; font-weight:500;\n  }\n  nav.rail a:hover{color:var(--text); background:var(--surface);}\n  nav.rail a .dot{width:5px; height:5px; border-radius:50%; background:var(--muted-2); flex-shrink:0;}\n  nav.rail a:hover .dot{background:var(--teal);}\n\n  main{flex:1; min-width:0;}\n\n  section{padding:88px 56px; border-bottom:1px solid var(--line);}\n  section:last-of-type{border-bottom:none;}\n  .eyebrow{\n    font-family:var(--mono); font-size:0.72rem; color:var(--teal);\n    letter-spacing:0.12em; text-transform:uppercase; margin-bottom:14px;\n    display:flex; align-items:center; gap:10px;\n  }\n  .eyebrow::before{content:''; width:20px; height:1px; background:var(--teal);}\n  h2{font-family:var(--display); font-size:2.1rem; font-weight:600; letter-spacing:-0.02em; margin-bottom:10px;}\n  .sub{color:var(--muted); font-size:1.02rem; max-width:640px; margin-bottom:42px;}\n\n  \/* ===== HERO ===== *\/\n  .hero{\n    padding:100px 56px 0 56px; border-bottom:none;\n    position:relative; overflow:hidden;\n  }\n  .hero-tag{\n    display:inline-flex; align-items:center; gap:8px; font-family:var(--mono);\n    font-size:0.75rem; color:var(--amber); border:1px solid #3a2f14; background:#1a160a;\n    padding:6px 14px; border-radius:100px; margin-bottom:28px;\n  }\n  .hero-tag .pulse{width:6px; height:6px; border-radius:50%; background:var(--amber); animation:pulse 1.6s infinite;}\n  @keyframes pulse{0%,100%{opacity:1;} 50%{opacity:.3;}}\n  .hero h1{\n    font-family:var(--display); font-weight:700; letter-spacing:-0.03em;\n    font-size:clamp(2.6rem, 5.5vw, 4.4rem); line-height:1.03; max-width:900px;\n  }\n  .hero h1 .accent{color:var(--teal);}\n  .hero p.lead{color:var(--muted); font-size:1.15rem; max-width:600px; margin:26px 0 40px 0;}\n  .hero-cta{display:flex; gap:14px; margin-bottom:56px; flex-wrap:wrap;}\n  .btn{\n    font-family:var(--body); font-weight:600; font-size:0.92rem; padding:13px 24px;\n    border-radius:10px; border:1px solid var(--line); cursor:pointer;\n    display:inline-flex; align-items:center; gap:9px; text-decoration:none;\n    transition:all .15s ease; background:var(--surface); color:var(--text);\n  }\n  .btn.primary{background:var(--teal); color:#04120F; border-color:var(--teal);}\n  .btn.primary:hover{background:#1AE8C6;}\n  .btn:hover{border-color:var(--muted-2);}\n  .btn.copied{background:var(--amber); border-color:var(--amber); color:#241a04;}\n\n  \/* ticker *\/\n  .ticker-wrap{\n    border-top:1px solid var(--line); border-bottom:1px solid var(--line);\n    overflow:hidden; white-space:nowrap; background:var(--surface);\n    margin:0 -56px;\n  }\n  .ticker{display:inline-block; padding:14px 0; animation:scroll 32s linear infinite;}\n  .ticker span{font-family:var(--mono); font-size:0.85rem; margin-right:48px; color:var(--muted);}\n  .ticker span b{color:var(--teal); font-weight:600;}\n  @keyframes scroll{0%{transform:translateX(0);} 100%{transform:translateX(-50%);}}\n\n  \/* ===== Grids & cards ===== *\/\n  .grid-2{display:grid; grid-template-columns:1fr 1fr; gap:20px;}\n  .grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}\n  .grid-4{display:grid; grid-template-columns:repeat(4,1fr); gap:16px;}\n  .card{\n    background:var(--surface); border:1px solid var(--line); border-radius:var(--radius);\n    padding:26px;\n  }\n  .stat-card{background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:24px;}\n  .stat-card .num{font-family:var(--mono); font-size:2rem; font-weight:700; color:var(--teal);}\n  .stat-card .label{color:var(--muted); font-size:0.82rem; margin-top:4px;}\n\n  .bar-row{display:flex; align-items:center; gap:12px; margin-bottom:14px; font-size:0.88rem;}\n  .bar-row .name{width:110px; flex-shrink:0; color:var(--muted);}\n  .bar-track{flex:1; height:8px; background:var(--surface-2); border-radius:100px; overflow:hidden;}\n  .bar-fill{height:100%; background:linear-gradient(90deg, var(--teal), #0AA88F); border-radius:100px;}\n  .bar-val{font-family:var(--mono); width:42px; text-align:right; flex-shrink:0; color:var(--text); font-size:0.82rem;}\n\n  .chip-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:10px;}\n  .chip{\n    background:var(--surface-2); border:1px solid var(--line); border-radius:10px;\n    padding:14px; text-align:center; font-size:0.85rem; color:var(--muted);\n  }\n\n  .kv{display:flex; justify-content:space-between; padding:11px 0; border-bottom:1px solid var(--line); font-size:0.9rem;}\n  .kv:last-child{border-bottom:none;}\n  .kv .k{color:var(--muted);}\n  .kv .v{font-family:var(--mono); font-weight:600;}\n\n  \/* ===== alert \/ notice ===== *\/\n  .notice{\n    background:linear-gradient(135deg, #1a1408, #0f1310); border:1px solid #3a2f14;\n    border-left:3px solid var(--amber); border-radius:12px; padding:24px 26px; margin-top:32px;\n  }\n  .notice .notice-title{font-family:var(--mono); color:var(--amber); font-size:0.85rem; text-transform:uppercase; letter-spacing:0.08em; margin-bottom:10px; display:flex; align-items:center; gap:8px;}\n  .notice p{color:#C7CDD3; font-size:0.93rem; line-height:1.65;}\n  .notice p + p{margin-top:10px;}\n  .notice .brands{color:var(--muted-2); font-family:var(--mono); font-size:0.85rem;}\n\n  \/* ===== pricing cards ===== *\/\n  .price-card{\n    background:var(--surface); border:1px solid var(--line); border-radius:var(--radius);\n    padding:28px; display:flex; flex-direction:column; gap:16px; position:relative;\n  }\n  .price-card.exclusive{border-color:#3d2f0f;}\n  .price-head{display:flex; justify-content:space-between; align-items:flex-start; gap:12px;}\n  .price-head h3{font-family:var(--display); font-size:1.15rem; font-weight:600;}\n  .badge{font-family:var(--mono); font-size:0.68rem; text-transform:uppercase; letter-spacing:0.06em; padding:4px 9px; border-radius:100px; background:#0d2622; color:var(--teal); border:1px solid #12403a; white-space:nowrap;}\n  .badge.amber{background:#26200d; color:var(--amber); border-color:#40350f;}\n  .price-desc{color:var(--muted); font-size:0.88rem;}\n  .price-tags{display:flex; flex-wrap:wrap; gap:6px;}\n  .tag{font-size:0.74rem; color:var(--muted); background:var(--surface-2); border:1px solid var(--line); padding:4px 9px; border-radius:6px;}\n  .price-line{margin-top:auto; padding-top:14px; border-top:1px solid var(--line); display:flex; align-items:baseline; gap:6px;}\n  .price-line .amt{font-family:var(--mono); font-size:1.7rem; font-weight:700; color:var(--teal);}\n  .price-line .per{color:var(--muted); font-size:0.85rem;}\n  .price-note{font-size:0.78rem; color:var(--muted-2); font-style:italic; margin-top:-6px;}\n  .visual{border:1px solid var(--line); border-radius:10px; overflow:hidden; line-height:0;}\n  .visual svg{display:block; width:100%; height:auto;}\n\n  table{width:100%; border-collapse:collapse; font-size:0.88rem;}\n  th{text-align:left; color:var(--muted); font-weight:500; font-family:var(--mono); font-size:0.72rem; text-transform:uppercase; letter-spacing:0.05em; padding:10px 12px; border-bottom:1px solid var(--line);}\n  td{padding:13px 12px; border-bottom:1px solid var(--line);}\n  td.num, th.num{font-family:var(--mono); text-align:right;}\n  tr:last-child td{border-bottom:none;}\n\n  \/* packages *\/\n  .pkg{background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:32px; display:flex; flex-direction:column; gap:18px;}\n  .pkg.popular{border-color:var(--teal); box-shadow:0 0 0 1px var(--teal), 0 20px 60px -20px rgba(0,217,181,0.25);}\n  .pkg .tier{font-family:var(--mono); color:var(--muted); font-size:0.75rem; text-transform:uppercase; letter-spacing:0.08em;}\n  .pkg h3{font-family:var(--display); font-size:1.4rem;}\n  .pkg .price{font-family:var(--mono); font-size:2.4rem; font-weight:700; color:var(--teal);}\n  .pkg .price small{font-size:0.9rem; color:var(--muted); font-weight:400; font-family:var(--body);}\n  .pkg ul{list-style:none; display:flex; flex-direction:column; gap:11px;}\n  .pkg li{display:flex; gap:10px; font-size:0.89rem; color:#CCD3D9;}\n  .pkg li::before{content:'\u2713'; color:var(--teal); font-weight:700; flex-shrink:0;}\n  .pkg .save{font-size:0.82rem; color:var(--muted); font-family:var(--mono);}\n\n  \/* contact copy row *\/\n  .copy-row{\n    display:flex; align-items:center; justify-content:space-between; gap:16px;\n    background:var(--surface-2); border:1px solid var(--line); border-radius:12px;\n    padding:16px 20px;\n  }\n  .copy-row .info{display:flex; flex-direction:column; gap:2px;}\n  .copy-row .info .label{font-family:var(--mono); font-size:0.7rem; text-transform:uppercase; letter-spacing:0.06em; color:var(--muted);}\n  .copy-row .info .value{font-weight:600; font-size:0.98rem;}\n  .copy-btn{\n    font-family:var(--mono); font-size:0.8rem; font-weight:600; color:var(--text);\n    background:var(--surface); border:1px solid var(--line); border-radius:8px;\n    padding:9px 16px; cursor:pointer; transition:all .15s ease; flex-shrink:0;\n  }\n  .copy-btn:hover{border-color:var(--teal); color:var(--teal);}\n  .copy-btn.copied{background:var(--teal); color:#04120F; border-color:var(--teal);}\n\n  .discount-row{display:flex; justify-content:space-between; padding:16px 0; border-bottom:1px solid var(--line); align-items:center;}\n  .discount-row:last-child{border-bottom:none;}\n  .discount-row .pct{font-family:var(--mono); font-size:1.3rem; color:var(--amber); font-weight:700; width:70px;}\n\n  footer{padding:44px 56px; text-align:center; color:var(--muted-2); font-size:0.82rem;}\n  footer .conf{margin-top:6px; font-style:italic;}\n\n  @media(max-width:900px){\n    nav.rail{display:none;}\n    section{padding:56px 22px;}\n    .grid-2, .grid-3{grid-template-columns:1fr;}\n    .grid-4{grid-template-columns:repeat(2,1fr);}\n    .chip-grid{grid-template-columns:repeat(2,1fr);}\n    .ticker-wrap{margin:0 -22px;}\n    .copy-row{flex-direction:column; align-items:flex-start;}\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"shell\">\n  <nav class=\"rail\">\n    <div class=\"brand\">Coin<span>Roop<\/span><\/div>\n    <a href=\"#who\"><span class=\"dot\"><\/span>Who We Are<\/a>\n    <a href=\"#traffic\"><span class=\"dot\"><\/span>Traffic & Audience<\/a>\n    <a href=\"#why\"><span class=\"dot\"><\/span>Why Advertise<\/a>\n    <a href=\"#display\"><span class=\"dot\"><\/span>Display Ads<\/a>\n    <a href=\"#content\"><span class=\"dot\"><\/span>Content & Native<\/a>\n    <a href=\"#newsletter\"><span class=\"dot\"><\/span>Newsletter & Email<\/a>\n    <a href=\"#social\"><span class=\"dot\"><\/span>Social Media<\/a>\n    <a href=\"#premium\"><span class=\"dot\"><\/span>Premium Placements<\/a>\n    <a href=\"#packages\"><span class=\"dot\"><\/span>Packages<\/a>\n    <a href=\"#terms\"><span class=\"dot\"><\/span>Payment & Terms<\/a>\n    <a href=\"#contact\"><span class=\"dot\"><\/span>Contact<\/a>\n  <\/nav>\n\n  <main>\n    <section class=\"hero\">\n      <div class=\"hero-tag\"><span class=\"pulse\"><\/span>Media Kit \u00b7 2026 Edition<\/div>\n      <h1>Reach the crypto-native<br>audience <span class=\"accent\">that actually reads.<\/span><\/h1>\n      <p class=\"lead\">CoinRoop is an independently operated crypto media platform reaching 500K+ monthly readers across 183+ countries. Below is every way to advertise with us \u2014 monthly plans only, no weekly clutter.<\/p>\n      <div class=\"hero-cta\">\n        <a class=\"btn primary\" href=\"#packages\">See Packages<\/a>\n        <a class=\"btn\" href=\"https:\/\/coinroop.com\/wp-content\/uploads\/2026\/07\/coinroop_media_kit-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\u2193 Download PDF<\/a>\n        <a class=\"btn\" href=\"#contact\">Get a Custom Quote<\/a>\n      <\/div>\n      <div class=\"ticker-wrap\">\n        <div class=\"ticker\">\n          <span><b>500K+<\/b> monthly readers<\/span>\n          <span><b>4.2M+<\/b> annual page views<\/span>\n          <span><b>183+<\/b> countries reached<\/span>\n          <span><b>81%<\/b> of readers hold crypto<\/span>\n          <span><b>63+<\/b> domain authority<\/span>\n          <span><b>3 min<\/b> avg. session<\/span>\n          <span><b>500K+<\/b> monthly readers<\/span>\n          <span><b>4.2M+<\/b> annual page views<\/span>\n          <span><b>183+<\/b> countries reached<\/span>\n          <span><b>81%<\/b> of readers hold crypto<\/span>\n          <span><b>63+<\/b> domain authority<\/span>\n          <span><b>3 min<\/b> avg. session<\/span>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- WHO WE ARE -->\n    <section id=\"who\">\n      <div class=\"eyebrow\">Who We Are<\/div>\n      <h2>Your gateway to the crypto-native audience<\/h2>\n      <p class=\"sub\">Since 2020, CoinRoop has built one of the most engaged crypto communities in the industry \u2014 real-time news, market analysis, exchange reviews, and education, cited across 50+ major platforms and referenced by leading AI assistants.<\/p><div id=\"coinr-1658012108\" class=\"coinr-content coinr-entity-placement\"><span id=\"ct_c0Mq9G4oqU2\"><\/span><\/div>\n      <div class=\"grid-2\">\n        <div class=\"card\">\n          <div class=\"kv\"><span class=\"k\">Founded<\/span><span class=\"v\">2020<\/span><\/div>\n          <div class=\"kv\"><span class=\"k\">Headquarters<\/span><span class=\"v\">Dubai & Europe<\/span><\/div>\n          <div class=\"kv\"><span class=\"k\">Domain Authority<\/span><span class=\"v\">63+ (Moz)<\/span><\/div>\n          <div class=\"kv\"><span class=\"k\">Monthly Readers<\/span><span class=\"v\">500K+<\/span><\/div>\n          <div class=\"kv\"><span class=\"k\">Annual Page Views<\/span><span class=\"v\">4.2M+<\/span><\/div>\n          <div class=\"kv\"><span class=\"k\">Countries Reached<\/span><span class=\"v\">183+<\/span><\/div>\n          <div class=\"kv\"><span class=\"k\">Content Pieces<\/span><span class=\"v\">2,500+<\/span><\/div>\n        <\/div>\n        <div class=\"card\">\n          <h3 style=\"font-family:var(--display); font-size:1rem; margin-bottom:16px; color:var(--muted);\">What We Cover<\/h3>\n          <div class=\"chip-grid\">\n            <div class=\"chip\">Crypto News<\/div>\n            <div class=\"chip\">Market Analysis<\/div>\n            <div class=\"chip\">Exchange Reviews<\/div>\n            <div class=\"chip\">AI Tools<\/div>\n            <div class=\"chip\">Crypto Casino<\/div>\n            <div class=\"chip\">Education<\/div>\n            <div class=\"chip\">DeFi & Web3<\/div>\n            <div class=\"chip\">Project Reviews<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- TRAFFIC -->\n    <section id=\"traffic\">\n      <div class=\"eyebrow\">Traffic & Audience<\/div>\n      <h2>Data-driven insights into our readership<\/h2>\n      <p class=\"sub\">Where our readers come from, what they hold, and how they engage.<\/p>\n\n      <div class=\"grid-4\" style=\"margin-bottom:32px;\">\n        <div class=\"stat-card\"><div class=\"num\">500K+<\/div><div class=\"label\">Monthly readers<\/div><\/div>\n        <div class=\"stat-card\"><div class=\"num\">4.2M+<\/div><div class=\"label\">Annual page views<\/div><\/div>\n        <div class=\"stat-card\"><div class=\"num\">183+<\/div><div class=\"label\">Countries reached<\/div><\/div>\n        <div class=\"stat-card\"><div class=\"num\">3 min<\/div><div class=\"label\">Avg. session<\/div><\/div>\n      <\/div>\n\n      <div class=\"grid-2\" style=\"margin-bottom:20px;\">\n        <div class=\"card\">\n          <h3 style=\"font-size:0.95rem; margin-bottom:18px; color:var(--muted); font-family:var(--display);\">Top Geographies<\/h3>\n          <div class=\"bar-row\"><span class=\"name\">United States<\/span><div class=\"bar-track\"><div class=\"bar-fill\" style=\"width:26%\"><\/div><\/div><span class=\"bar-val\">26%<\/span><\/div>\n          <div class=\"bar-row\"><span class=\"name\">India<\/span><div class=\"bar-track\"><div class=\"bar-fill\" style=\"width:21%\"><\/div><\/div><span class=\"bar-val\">21%<\/span><\/div>\n          <div class=\"bar-row\"><span class=\"name\">UK<\/span><div class=\"bar-track\"><div class=\"bar-fill\" style=\"width:11%\"><\/div><\/div><span class=\"bar-val\">11%<\/span><\/div>\n          <div class=\"bar-row\"><span class=\"name\">UAE\/MENA<\/span><div class=\"bar-track\"><div class=\"bar-fill\" style=\"width:8%\"><\/div><\/div><span class=\"bar-val\">8%<\/span><\/div>\n          <div class=\"bar-row\"><span class=\"name\">Germany<\/span><div class=\"bar-track\"><div class=\"bar-fill\" style=\"width:6%\"><\/div><\/div><span class=\"bar-val\">6%<\/span><\/div>\n          <div class=\"bar-row\"><span class=\"name\">Canada<\/span><div class=\"bar-track\"><div class=\"bar-fill\" style=\"width:5%\"><\/div><\/div><span class=\"bar-val\">5%<\/span><\/div>\n          <div class=\"bar-row\"><span class=\"name\">Nigeria<\/span><div class=\"bar-track\"><div class=\"bar-fill\" style=\"width:4%\"><\/div><\/div><span class=\"bar-val\">4%<\/span><\/div>\n          <div class=\"bar-row\"><span class=\"name\">Rest of World<\/span><div class=\"bar-track\"><div class=\"bar-fill\" style=\"width:19%\"><\/div><\/div><span class=\"bar-val\">19%<\/span><\/div>\n        <\/div>\n        <div class=\"card\">\n          <h3 style=\"font-size:0.95rem; margin-bottom:18px; color:var(--muted); font-family:var(--display);\">Audience Profile<\/h3>\n          <div class=\"kv\"><span class=\"k\">Age Range<\/span><span class=\"v\">22\u201345 (78%)<\/span><\/div>\n          <div class=\"kv\"><span class=\"k\">Gender<\/span><span class=\"v\">72% M \/ 28% F<\/span><\/div>\n          <div class=\"kv\"><span class=\"k\">Mobile Users<\/span><span class=\"v\">64%<\/span><\/div>\n          <div class=\"kv\"><span class=\"k\">Desktop Users<\/span><span class=\"v\">28%<\/span><\/div>\n          <div class=\"kv\"><span class=\"k\">Tablet Users<\/span><span class=\"v\">8%<\/span><\/div>\n          <div class=\"kv\"><span class=\"k\">Crypto Holders<\/span><span class=\"v\">81% of readers<\/span><\/div>\n          <div class=\"kv\"><span class=\"k\">Return Visitors<\/span><span class=\"v\">47%<\/span><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"grid-2\">\n        <div class=\"card\">\n          <h3 style=\"font-size:0.95rem; margin-bottom:18px; color:var(--muted); font-family:var(--display);\">Traffic Sources<\/h3>\n          <div class=\"bar-row\"><span class=\"name\">Google<\/span><div class=\"bar-track\"><div class=\"bar-fill\" style=\"width:52%\"><\/div><\/div><span class=\"bar-val\">52%<\/span><\/div>\n          <div class=\"bar-row\"><span class=\"name\">Bing<\/span><div class=\"bar-track\"><div class=\"bar-fill\" style=\"width:14%\"><\/div><\/div><span class=\"bar-val\">14%<\/span><\/div>\n          <div class=\"bar-row\"><span class=\"name\">Direct<\/span><div class=\"bar-track\"><div class=\"bar-fill\" style=\"width:12%\"><\/div><\/div><span class=\"bar-val\">12%<\/span><\/div>\n          <div class=\"bar-row\"><span class=\"name\">Yahoo<\/span><div class=\"bar-track\"><div class=\"bar-fill\" style=\"width:8%\"><\/div><\/div><span class=\"bar-val\">8%<\/span><\/div>\n          <div class=\"bar-row\"><span class=\"name\">Social<\/span><div class=\"bar-track\"><div class=\"bar-fill\" style=\"width:7%\"><\/div><\/div><span class=\"bar-val\">7%<\/span><\/div>\n          <div class=\"bar-row\"><span class=\"name\">AI \/ Chat<\/span><div class=\"bar-track\"><div class=\"bar-fill\" style=\"width:4%\"><\/div><\/div><span class=\"bar-val\">4%<\/span><\/div>\n          <div class=\"bar-row\"><span class=\"name\">Other<\/span><div class=\"bar-track\"><div class=\"bar-fill\" style=\"width:3%\"><\/div><\/div><span class=\"bar-val\">3%<\/span><\/div>\n        <\/div>\n        <div class=\"card\">\n          <h3 style=\"font-size:0.95rem; margin-bottom:18px; color:var(--muted); font-family:var(--display);\">Audience Types<\/h3>\n          <div class=\"chip-grid\" style=\"grid-template-columns:1fr 1fr;\">\n            <div class=\"chip\">DeFi & Web3 Builders<\/div>\n            <div class=\"chip\">CEX\/DEX Traders<\/div>\n            <div class=\"chip\">AI & Tech Enthusiasts<\/div>\n            <div class=\"chip\">Blockchain Developers<\/div>\n            <div class=\"chip\">NFT Collectors<\/div>\n            <div class=\"chip\">FinTech Professionals<\/div>\n            <div class=\"chip\">Startup Founders \/ VCs<\/div>\n            <div class=\"chip\">Crypto Journalists<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"notice\">\n        <div class=\"notice-title\">\u26a0 Always verify traffic directly with us<\/div>\n        <p>Please don't rely solely on third-party estimator tools like <span class=\"brands\">SEMrush, Ahrefs, or SimilarWeb<\/span> to judge our reach. These tools primarily model traffic from indexed organic <strong>keyword<\/strong> rankings \u2014 they can't see and consistently under-report several of our largest channels.<\/p>\n        <p>That means they miss traffic from AI assistants and chat search (ChatGPT, Claude, Perplexity, Gemini), direct navigation, social media referrals, and email\/newsletter click-throughs \u2014 all of which make up a meaningful share of our real, verifiable audience.<\/p>\n        <p>Contact us any time for live analytics access or a screen-shared walkthrough of our actual traffic dashboard before committing to a campaign.<\/p>\n      <\/div>\n    <\/section>\n\n    <!-- WHY ADVERTISE -->\n    <section id=\"why\">\n      <div class=\"eyebrow\">Why Advertise on CoinRoop<\/div>\n      <h2>The advantages of a premium crypto platform<\/h2>\n      <div class=\"grid-3\">\n        <div class=\"card\"><h3 style=\"font-size:1rem; margin-bottom:8px;\">\ud83c\udf0e Global Crypto Audience<\/h3><p style=\"color:var(--muted); font-size:0.88rem;\">500K+ monthly readers across 183+ countries, spanning the US, India, UK, and UAE\/MENA.<\/p><\/div>\n        <div class=\"card\"><h3 style=\"font-size:1rem; margin-bottom:8px;\">\ud83d\udcc8 High-Intent Traffic<\/h3><p style=\"color:var(--muted); font-size:0.88rem;\">81% of readers hold crypto. 3+ minute average sessions mean deeper ad recall.<\/p><\/div>\n        <div class=\"card\"><h3 style=\"font-size:1rem; margin-bottom:8px;\">\ud83d\udcaa Domain Authority 63+<\/h3><p style=\"color:var(--muted); font-size:0.88rem;\">Sponsored content includes dofollow links carrying real SEO weight.<\/p><\/div>\n        <div class=\"card\"><h3 style=\"font-size:1rem; margin-bottom:8px;\">\ud83e\udd16 AI Chatbot Visibility<\/h3><p style=\"color:var(--muted); font-size:0.88rem;\">Indexed by ChatGPT, Claude, Gemini, and Perplexity \u2014 your brand shows up in AI answers.<\/p><\/div>\n        <div class=\"card\"><h3 style=\"font-size:1rem; margin-bottom:8px;\">\ud83d\udcf0 Cited by Major Media<\/h3><p style=\"color:var(--muted); font-size:0.88rem;\">Referenced across 50+ platforms including CoinTelegraph, CoinDesk, and Decrypt.<\/p><\/div>\n        <div class=\"card\"><h3 style=\"font-size:1rem; margin-bottom:8px;\">\u2705 Editorial Independence<\/h3><p style=\"color:var(--muted); font-size:0.88rem;\">Strict fact-checking by finance and blockchain specialists on every piece.<\/p><\/div>\n      <\/div>\n    <\/section>\n\n    <!-- DISPLAY -->\n    <section id=\"display\">\n      <div class=\"eyebrow\">Display Advertising<\/div>\n      <h2>Monthly banner placements<\/h2>\n      <p class=\"sub\">All display formats are billed monthly only. Figures below show <strong>maximum<\/strong> impression capacity per placement \u2014 actual delivery depends on real-time traffic and may run lower some months (see traffic note above). Our design team can build your creative at no extra cost.<\/p>\n      <div class=\"grid-3\">\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Leaderboard Banner<\/h3><span class=\"badge\">728\u00d790<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect width=\"300\" height=\"16\" fill=\"#181d24\"\/>\n            <circle cx=\"10\" cy=\"8\" r=\"2.5\" fill=\"#3a2f14\"\/><circle cx=\"18\" cy=\"8\" r=\"2.5\" fill=\"#242b33\"\/><circle cx=\"26\" cy=\"8\" r=\"2.5\" fill=\"#242b33\"\/>\n            <rect x=\"10\" y=\"26\" width=\"280\" height=\"20\" rx=\"4\" fill=\"#00D9B5\" fill-opacity=\"0.85\"\/>\n            <text x=\"150\" y=\"40\" font-family=\"monospace\" font-size=\"9\" fill=\"#04120F\" text-anchor=\"middle\" font-weight=\"700\">YOUR AD HERE<\/text>\n            <rect x=\"10\" y=\"56\" width=\"130\" height=\"6\" rx=\"3\" fill=\"#242b33\"\/>\n            <rect x=\"10\" y=\"68\" width=\"180\" height=\"6\" rx=\"3\" fill=\"#242b33\"\/>\n            <rect x=\"10\" y=\"80\" width=\"150\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"92\" width=\"200\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"104\" width=\"120\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n          <\/svg><\/div>\n          <p class=\"price-desc\">Above-the-fold, sitewide on every article page. Max ~2.1M impressions\/mo.<\/p>\n          <div class=\"price-tags\"><span class=\"tag\">Sitewide<\/span><span class=\"tag\">HTML5<\/span><span class=\"tag\">Click tracking<\/span><\/div>\n          <div class=\"price-line\"><span class=\"amt\">$3,500<\/span><span class=\"per\">\/month<\/span><\/div>\n        <\/div>\n        <div class=\"price-card exclusive\">\n          <div class=\"price-head\"><h3>Billboard \/ Hero Banner<\/h3><span class=\"badge amber\">970\u00d7250<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect width=\"300\" height=\"16\" fill=\"#181d24\"\/>\n            <circle cx=\"10\" cy=\"8\" r=\"2.5\" fill=\"#3a2f14\"\/><circle cx=\"18\" cy=\"8\" r=\"2.5\" fill=\"#242b33\"\/><circle cx=\"26\" cy=\"8\" r=\"2.5\" fill=\"#242b33\"\/>\n            <rect x=\"10\" y=\"26\" width=\"280\" height=\"66\" rx=\"6\" fill=\"#FFB020\" fill-opacity=\"0.85\"\/>\n            <text x=\"150\" y=\"63\" font-family=\"monospace\" font-size=\"11\" fill=\"#241a04\" text-anchor=\"middle\" font-weight=\"700\">YOUR BRAND HERE<\/text>\n            <rect x=\"10\" y=\"100\" width=\"90\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"108\" y=\"100\" width=\"90\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"206\" y=\"100\" width=\"84\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n          <\/svg><\/div>\n          <p class=\"price-desc\">Our largest format \u2014 homepage & category pages. Max ~890K impressions\/mo, ~0.18% CTR.<\/p>\n          <div class=\"price-tags\"><span class=\"tag\">Homepage<\/span><span class=\"tag\">Rich media<\/span><span class=\"tag\">Desktop & tablet<\/span><\/div>\n          <div class=\"price-line\"><span class=\"amt\">$5,600<\/span><span class=\"per\">\/month<\/span><\/div>\n        <\/div>\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Sidebar Rectangle<\/h3><span class=\"badge\">300\u00d7250<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect width=\"300\" height=\"16\" fill=\"#181d24\"\/>\n            <circle cx=\"10\" cy=\"8\" r=\"2.5\" fill=\"#3a2f14\"\/><circle cx=\"18\" cy=\"8\" r=\"2.5\" fill=\"#242b33\"\/><circle cx=\"26\" cy=\"8\" r=\"2.5\" fill=\"#242b33\"\/>\n            <rect x=\"10\" y=\"26\" width=\"150\" height=\"6\" rx=\"3\" fill=\"#242b33\"\/>\n            <rect x=\"10\" y=\"38\" width=\"120\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"50\" width=\"140\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"62\" width=\"100\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"74\" width=\"130\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"86\" width=\"110\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"176\" y=\"26\" width=\"114\" height=\"84\" rx=\"6\" fill=\"#00D9B5\" fill-opacity=\"0.85\"\/>\n            <text x=\"233\" y=\"72\" font-family=\"monospace\" font-size=\"10\" fill=\"#04120F\" text-anchor=\"middle\" font-weight=\"700\">AD<\/text>\n          <\/svg><\/div>\n          <p class=\"price-desc\">Persistent on all article pages, sticky option available. Max ~1.4M impressions\/mo.<\/p>\n          <div class=\"price-tags\"><span class=\"tag\">All articles<\/span><span class=\"tag\">Desktop & tablet<\/span><\/div>\n          <div class=\"price-line\"><span class=\"amt\">$1,750<\/span><span class=\"per\">\/month<\/span><\/div>\n        <\/div>\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Half Page<\/h3><span class=\"badge\">300\u00d7600<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect width=\"300\" height=\"16\" fill=\"#181d24\"\/>\n            <circle cx=\"10\" cy=\"8\" r=\"2.5\" fill=\"#3a2f14\"\/><circle cx=\"18\" cy=\"8\" r=\"2.5\" fill=\"#242b33\"\/><circle cx=\"26\" cy=\"8\" r=\"2.5\" fill=\"#242b33\"\/>\n            <rect x=\"10\" y=\"26\" width=\"280\" height=\"6\" rx=\"3\" fill=\"#242b33\"\/>\n            <rect x=\"10\" y=\"38\" width=\"220\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"82\" y=\"52\" width=\"136\" height=\"52\" rx=\"6\" fill=\"#FFB020\" fill-opacity=\"0.85\"\/>\n            <text x=\"150\" y=\"82\" font-family=\"monospace\" font-size=\"9\" fill=\"#241a04\" text-anchor=\"middle\" font-weight=\"700\">YOUR AD<\/text>\n            <rect x=\"10\" y=\"110\" width=\"180\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n          <\/svg><\/div>\n          <p class=\"price-desc\">In-article injection for immersive engagement. Max ~680K impressions\/mo, ~0.22% CTR.<\/p>\n          <div class=\"price-tags\"><span class=\"tag\">In-article<\/span><span class=\"tag\">Desktop only<\/span><\/div>\n          <div class=\"price-line\"><span class=\"amt\">$2,800<\/span><span class=\"per\">\/month<\/span><\/div>\n        <\/div>\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Mobile Sticky Footer<\/h3><span class=\"badge\">320\u00d750<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"110\" y=\"8\" width=\"80\" height=\"104\" rx=\"10\" fill=\"#181d24\" stroke=\"#2a3138\"\/>\n            <rect x=\"118\" y=\"20\" width=\"64\" height=\"6\" rx=\"3\" fill=\"#242b33\"\/>\n            <rect x=\"118\" y=\"32\" width=\"50\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"118\" y=\"44\" width=\"60\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"118\" y=\"56\" width=\"45\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"114\" y=\"92\" width=\"72\" height=\"14\" rx=\"4\" fill=\"#00D9B5\" fill-opacity=\"0.9\"\/>\n            <text x=\"150\" y=\"102\" font-family=\"monospace\" font-size=\"6.5\" fill=\"#04120F\" text-anchor=\"middle\" font-weight=\"700\">YOUR AD<\/text>\n          <\/svg><\/div>\n          <p class=\"price-desc\">Always-visible mobile anchor. 64% of our traffic is mobile. Max ~2.7M impressions\/mo.<\/p>\n          <div class=\"price-tags\"><span class=\"tag\">Mobile only<\/span><span class=\"tag\">Sticky<\/span><\/div>\n          <div class=\"price-line\"><span class=\"amt\">$1,400<\/span><span class=\"per\">\/month<\/span><\/div>\n        <\/div>\n        <div class=\"price-card exclusive\">\n          <div class=\"price-head\"><h3>Nav Menu Button<\/h3><span class=\"badge amber\">Exclusive<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect width=\"300\" height=\"16\" fill=\"#181d24\"\/>\n            <circle cx=\"10\" cy=\"8\" r=\"2.5\" fill=\"#3a2f14\"\/><circle cx=\"18\" cy=\"8\" r=\"2.5\" fill=\"#242b33\"\/><circle cx=\"26\" cy=\"8\" r=\"2.5\" fill=\"#242b33\"\/>\n            <rect x=\"10\" y=\"26\" width=\"34\" height=\"14\" rx=\"7\" fill=\"#1c222a\"\/>\n            <rect x=\"52\" y=\"26\" width=\"46\" height=\"14\" rx=\"7\" fill=\"#1c222a\"\/>\n            <rect x=\"106\" y=\"26\" width=\"38\" height=\"14\" rx=\"7\" fill=\"#1c222a\"\/>\n            <rect x=\"152\" y=\"26\" width=\"60\" height=\"14\" rx=\"7\" fill=\"#FFB020\" fill-opacity=\"0.9\"\/>\n            <text x=\"182\" y=\"36\" font-family=\"monospace\" font-size=\"7\" fill=\"#241a04\" text-anchor=\"middle\" font-weight=\"700\">YOUR BRAND<\/text>\n            <rect x=\"10\" y=\"56\" width=\"280\" height=\"6\" rx=\"3\" fill=\"#242b33\"\/>\n            <rect x=\"10\" y=\"68\" width=\"220\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"80\" width=\"180\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n          <\/svg><\/div>\n          <p class=\"price-desc\">Text-link placement in the top navigation. Limited to 1 partner at a time. Max ~4.2M impressions\/mo, ~2.5% CTR.<\/p>\n          <div class=\"price-tags\"><span class=\"tag\">1 exclusive slot<\/span><span class=\"tag\">All devices<\/span><\/div>\n          <div class=\"price-line\"><span class=\"amt\">$2,100<\/span><span class=\"per\">\/month<\/span><\/div>\n          <div class=\"price-note\">Minimum 3-month commitment<\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- CONTENT -->\n    <section id=\"content\">\n      <div class=\"eyebrow\">Content & Native Ads<\/div>\n      <h2>Editorial placements that build trust<\/h2>\n      <div class=\"grid-2\">\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Sponsored Article<\/h3><span class=\"badge\">Featured<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"14\" y=\"14\" width=\"82\" height=\"16\" rx=\"4\" fill=\"#FFB020\" fill-opacity=\"0.9\"\/>\n            <text x=\"55\" y=\"26\" font-family=\"monospace\" font-size=\"7.5\" fill=\"#241a04\" text-anchor=\"middle\" font-weight=\"700\">SPONSORED<\/text>\n            <rect x=\"14\" y=\"42\" width=\"64\" height=\"64\" rx=\"6\" fill=\"#181d24\"\/>\n            <circle cx=\"46\" cy=\"74\" r=\"14\" fill=\"#242b33\"\/>\n            <rect x=\"88\" y=\"44\" width=\"198\" height=\"7\" rx=\"3\" fill=\"#2a3138\"\/>\n            <rect x=\"88\" y=\"58\" width=\"160\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"88\" y=\"70\" width=\"180\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"88\" y=\"82\" width=\"140\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"88\" y=\"94\" width=\"170\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n          <\/svg><\/div>\n          <p class=\"price-desc\">800\u20131,500 word article written by our specialists, permanent placement, 2 dofollow links, 7-day homepage feature, newsletter inclusion.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">$1,050<\/span><span class=\"per\">\/article<\/span><\/div>\n          <div class=\"price-note\">Client-provided article: $840<\/div>\n        <\/div>\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Press Release Distribution<\/h3><span class=\"badge\">Fast publish<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"14\" y=\"14\" width=\"98\" height=\"16\" rx=\"4\" fill=\"#00D9B5\" fill-opacity=\"0.9\"\/>\n            <text x=\"63\" y=\"26\" font-family=\"monospace\" font-size=\"7.5\" fill=\"#04120F\" text-anchor=\"middle\" font-weight=\"700\">PRESS RELEASE<\/text>\n            <circle cx=\"270\" cy=\"22\" r=\"14\" fill=\"#181d24\" stroke=\"#2a3138\"\/>\n            <path d=\"M263 22 L268 27 L278 15\" stroke=\"#00D9B5\" stroke-width=\"2.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <rect x=\"14\" y=\"44\" width=\"272\" height=\"7\" rx=\"3\" fill=\"#2a3138\"\/>\n            <rect x=\"14\" y=\"58\" width=\"230\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"14\" y=\"70\" width=\"250\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"14\" y=\"82\" width=\"200\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"14\" y=\"94\" width=\"220\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n          <\/svg><\/div>\n          <p class=\"price-desc\">Published within 24\u201348h, 1 dofollow backlink, distribution to news aggregator partners. Avg. 2.5K+ views, 50+ pickups.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">$560<\/span><span class=\"per\">\/release<\/span><\/div>\n          <div class=\"price-note\">Writing service add-on: +$210<\/div>\n        <\/div>\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Listicle Placement<\/h3><span class=\"badge\">SEO boost<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"14\" y=\"14\" width=\"272\" height=\"28\" rx=\"6\" fill=\"#181d24\" stroke=\"#00D9B5\" stroke-width=\"1.5\"\/>\n            <circle cx=\"32\" cy=\"28\" r=\"10\" fill=\"#00D9B5\" fill-opacity=\"0.9\"\/>\n            <text x=\"32\" y=\"32\" font-family=\"monospace\" font-size=\"9\" fill=\"#04120F\" text-anchor=\"middle\" font-weight=\"700\">1<\/text>\n            <rect x=\"52\" y=\"22\" width=\"140\" height=\"6\" rx=\"3\" fill=\"#2a3138\"\/>\n            <rect x=\"52\" y=\"32\" width=\"90\" height=\"5\" rx=\"2.5\" fill=\"#1c222a\"\/>\n            <rect x=\"240\" y=\"20\" width=\"36\" height=\"16\" rx=\"4\" fill=\"#00D9B5\" fill-opacity=\"0.85\"\/>\n            <rect x=\"14\" y=\"50\" width=\"272\" height=\"24\" rx=\"6\" fill=\"#141920\"\/>\n            <circle cx=\"32\" cy=\"62\" r=\"9\" fill=\"#242b33\"\/><text x=\"32\" y=\"65\" font-family=\"monospace\" font-size=\"8\" fill=\"#8A94A0\" text-anchor=\"middle\">2<\/text>\n            <rect x=\"52\" y=\"58\" width=\"120\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"14\" y=\"82\" width=\"272\" height=\"24\" rx=\"6\" fill=\"#141920\"\/>\n            <circle cx=\"32\" cy=\"94\" r=\"9\" fill=\"#242b33\"\/><text x=\"32\" y=\"97\" font-family=\"monospace\" font-size=\"8\" fill=\"#8A94A0\" text-anchor=\"middle\">3<\/text>\n            <rect x=\"52\" y=\"90\" width=\"100\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n          <\/svg><\/div>\n          <p class=\"price-desc\">Rank #1\u20133 spotlight in our \"Best of\" articles across Exchanges, AI, Wallets, DeFi, and Casino categories. Updated monthly.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">$350<\/span><span class=\"per\">\/spot (3 mo)<\/span><\/div>\n          <div class=\"price-note\">Renewal: $280 per 3 months<\/div>\n        <\/div>\n        <div class=\"price-card exclusive\">\n          <div class=\"price-head\"><h3>Branded Research Report<\/h3><span class=\"badge amber\">Premium<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"14\" y=\"14\" width=\"90\" height=\"16\" rx=\"4\" fill=\"#FFB020\" fill-opacity=\"0.9\"\/>\n            <text x=\"59\" y=\"26\" font-family=\"monospace\" font-size=\"7\" fill=\"#241a04\" text-anchor=\"middle\" font-weight=\"700\">RESEARCH<\/text>\n            <rect x=\"14\" y=\"42\" width=\"150\" height=\"7\" rx=\"3\" fill=\"#2a3138\"\/>\n            <rect x=\"14\" y=\"56\" width=\"120\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"14\" y=\"68\" width=\"140\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"14\" y=\"80\" width=\"100\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"184\" y=\"80\" width=\"18\" height=\"26\" fill=\"#00D9B5\" fill-opacity=\"0.85\"\/>\n            <rect x=\"208\" y=\"66\" width=\"18\" height=\"40\" fill=\"#00D9B5\" fill-opacity=\"0.6\"\/>\n            <rect x=\"232\" y=\"50\" width=\"18\" height=\"56\" fill=\"#00D9B5\" fill-opacity=\"0.9\"\/>\n            <rect x=\"256\" y=\"34\" width=\"18\" height=\"72\" fill=\"#FFB020\" fill-opacity=\"0.85\"\/>\n          <\/svg><\/div>\n          <p class=\"price-desc\">2,000\u20133,000 word original research report with custom charts, gated or open access, your brand as sponsor. Includes design, writing & promotion.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">$3,500<\/span><span class=\"per\">\/report<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- NEWSLETTER -->\n    <section id=\"newsletter\">\n      <div class=\"eyebrow\">Newsletter & Email<\/div>\n      <h2>Direct inbox access<\/h2>\n      <p class=\"sub\">50,000+ active subscribers, 42% avg. open rate, 5.2% avg. CTR on sponsor links.<\/p>\n      <div class=\"grid-3\">\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Newsletter Sponsorship<\/h3><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"14\" y=\"14\" width=\"272\" height=\"22\" rx=\"5\" fill=\"#141920\"\/>\n            <circle cx=\"30\" cy=\"25\" r=\"7\" fill=\"#242b33\"\/>\n            <rect x=\"46\" y=\"20\" width=\"140\" height=\"5\" rx=\"2.5\" fill=\"#242b33\"\/><rect x=\"46\" y=\"28\" width=\"90\" height=\"4\" rx=\"2\" fill=\"#1c222a\"\/>\n            <rect x=\"14\" y=\"42\" width=\"272\" height=\"22\" rx=\"5\" fill=\"#141920\"\/>\n            <circle cx=\"30\" cy=\"53\" r=\"7\" fill=\"#242b33\"\/>\n            <rect x=\"46\" y=\"48\" width=\"120\" height=\"5\" rx=\"2.5\" fill=\"#242b33\"\/><rect x=\"46\" y=\"56\" width=\"80\" height=\"4\" rx=\"2\" fill=\"#1c222a\"\/>\n            <rect x=\"14\" y=\"70\" width=\"272\" height=\"36\" rx=\"6\" fill=\"#FFB020\" fill-opacity=\"0.9\"\/>\n            <circle cx=\"34\" cy=\"88\" r=\"9\" fill=\"#241a04\"\/>\n            <text x=\"60\" y=\"84\" font-family=\"monospace\" font-size=\"8\" fill=\"#241a04\" font-weight=\"700\">YOUR BRAND HERE<\/text>\n            <rect x=\"60\" y=\"90\" width=\"60\" height=\"10\" rx=\"4\" fill=\"#241a04\"\/>\n            <text x=\"90\" y=\"98\" font-family=\"monospace\" font-size=\"6\" fill=\"#FFB020\" text-anchor=\"middle\">LEARN MORE<\/text>\n          <\/svg><\/div>\n          <p class=\"price-desc\">Exclusive sponsor section in our weekly digest, logo + 150-word custom copy + CTA button.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">$1,400<\/span><span class=\"per\">\/issue<\/span><\/div>\n          <div class=\"price-note\">4 issues: $4,900 (save $700)<\/div>\n        <\/div>\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Solo Email Send<\/h3><span class=\"badge\">Dedicated<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"100\" y=\"34\" width=\"100\" height=\"66\" rx=\"6\" fill=\"#181d24\" stroke=\"#00D9B5\" stroke-width=\"1.5\"\/>\n            <path d=\"M100 40 L150 76 L200 40\" stroke=\"#00D9B5\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <rect x=\"118\" y=\"18\" width=\"64\" height=\"14\" rx=\"7\" fill=\"#00D9B5\" fill-opacity=\"0.9\"\/>\n            <text x=\"150\" y=\"28\" font-family=\"monospace\" font-size=\"7\" fill=\"#04120F\" text-anchor=\"middle\" font-weight=\"700\">100% SOV<\/text>\n          <\/svg><\/div>\n          <p class=\"price-desc\">100% share of voice \u2014 your message, and only your message, to the full list.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">$2,450<\/span><span class=\"per\">\/send<\/span><\/div>\n          <div class=\"price-note\">3 sends: $6,300 (save $1,050)<\/div>\n        <\/div>\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Premium Email Blast<\/h3><span class=\"badge\">Segmented<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"30\" y=\"42\" width=\"60\" height=\"42\" rx=\"6\" fill=\"#181d24\" stroke=\"#00D9B5\" stroke-width=\"1.5\"\/>\n            <path d=\"M30 46 L60 66 L90 46\" stroke=\"#00D9B5\" stroke-width=\"1.5\" fill=\"none\"\/>\n            <circle cx=\"150\" cy=\"40\" r=\"10\" fill=\"#FFB020\" fill-opacity=\"0.85\"\/>\n            <circle cx=\"172\" cy=\"52\" r=\"7\" fill=\"#FFB020\" fill-opacity=\"0.55\"\/>\n            <circle cx=\"150\" cy=\"66\" r=\"8\" fill=\"#FFB020\" fill-opacity=\"0.7\"\/>\n            <circle cx=\"230\" cy=\"46\" r=\"9\" fill=\"#00D9B5\" fill-opacity=\"0.85\"\/>\n            <circle cx=\"250\" cy=\"62\" r=\"6\" fill=\"#00D9B5\" fill-opacity=\"0.55\"\/>\n            <circle cx=\"228\" cy=\"70\" r=\"7\" fill=\"#00D9B5\" fill-opacity=\"0.7\"\/>\n          <\/svg><\/div>\n          <p class=\"price-desc\">Targeted send to specific segments \u2014 traders, DeFi users, or geographic regions. Min. 10,000 targeted subscribers.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">$3,500<\/span><span class=\"per\">\/blast<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- SOCIAL -->\n    <section id=\"social\">\n      <div class=\"eyebrow\">Social Media Promotion<\/div>\n      <h2>Multi-platform reach<\/h2>\n      <p class=\"sub\">Promotion across our active social channels \u2014 X, Telegram, Instagram, Facebook, and LinkedIn.<\/p>\n      <div class=\"grid-3\" style=\"margin-bottom:20px;\">\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Social Blast Package<\/h3><span class=\"badge\">Multi-platform<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"18\" y=\"38\" width=\"46\" height=\"46\" rx=\"10\" fill=\"#181d24\" stroke=\"#2a3138\"\/>\n            <text x=\"41\" y=\"67\" font-family=\"monospace\" font-size=\"18\" fill=\"#E9EDF1\" text-anchor=\"middle\" font-weight=\"700\">\ud835\udd4f<\/text>\n            <rect x=\"78\" y=\"38\" width=\"46\" height=\"46\" rx=\"10\" fill=\"#181d24\" stroke=\"#2a3138\"\/>\n            <path d=\"M88 60 L118 50 L110 72 L102 64 L96 68 Z\" fill=\"#00D9B5\"\/>\n            <rect x=\"138\" y=\"38\" width=\"46\" height=\"46\" rx=\"10\" fill=\"#181d24\" stroke=\"#2a3138\"\/>\n            <rect x=\"150\" y=\"50\" width=\"22\" height=\"22\" rx=\"6\" fill=\"none\" stroke=\"#FFB020\" stroke-width=\"2\"\/><circle cx=\"161\" cy=\"61\" r=\"6\" fill=\"none\" stroke=\"#FFB020\" stroke-width=\"2\"\/>\n            <rect x=\"198\" y=\"38\" width=\"46\" height=\"46\" rx=\"10\" fill=\"#181d24\" stroke=\"#2a3138\"\/>\n            <text x=\"221\" y=\"67\" font-family=\"monospace\" font-size=\"17\" fill=\"#E9EDF1\" text-anchor=\"middle\" font-weight=\"700\">f<\/text>\n            <rect x=\"258\" y=\"38\" width=\"24\" height=\"46\" rx=\"10\" fill=\"#181d24\" stroke=\"#2a3138\"\/>\n            <text x=\"270\" y=\"67\" font-family=\"monospace\" font-size=\"11\" fill=\"#E9EDF1\" text-anchor=\"middle\" font-weight=\"700\">in<\/text>\n          <\/svg><\/div>\n          <p class=\"price-desc\">Simultaneous promotion across X, Telegram, Instagram, Facebook, and LinkedIn with custom copy per platform.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">$1,050<\/span><span class=\"per\">\/campaign<\/span><\/div>\n        <\/div>\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Pinned Post<\/h3><span class=\"badge\">X & Telegram<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"14\" y=\"16\" width=\"272\" height=\"40\" rx=\"6\" fill=\"#181d24\" stroke=\"#FFB020\" stroke-width=\"1.5\"\/>\n            <path d=\"M258 22 L266 22 L266 34 L262 30 L258 34 Z\" fill=\"#FFB020\"\/>\n            <circle cx=\"32\" cy=\"36\" r=\"9\" fill=\"#242b33\"\/>\n            <rect x=\"50\" y=\"27\" width=\"120\" height=\"6\" rx=\"3\" fill=\"#2a3138\"\/>\n            <rect x=\"50\" y=\"38\" width=\"160\" height=\"5\" rx=\"2.5\" fill=\"#1c222a\"\/>\n            <rect x=\"14\" y=\"64\" width=\"272\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"14\" y=\"76\" width=\"220\" height=\"6\" rx=\"3\" fill=\"#161b22\"\/>\n            <rect x=\"14\" y=\"88\" width=\"240\" height=\"6\" rx=\"3\" fill=\"#161b22\"\/>\n          <\/svg><\/div>\n          <p class=\"price-desc\">Pinned to the top of our profile for maximum visibility to all visitors.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">$560<\/span><span class=\"per\">\/24 hrs<\/span><\/div>\n          <div class=\"price-note\">72 hrs: $1,400 (save $280)<\/div>\n        <\/div>\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Individual Platform Post<\/h3><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"118\" y=\"30\" width=\"64\" height=\"64\" rx=\"14\" fill=\"#181d24\" stroke=\"#00D9B5\" stroke-width=\"1.5\"\/>\n            <path d=\"M136 62 L164 48 L154 76 L144 66 L136 70 Z\" fill=\"#00D9B5\"\/>\n            <rect x=\"112\" y=\"100\" width=\"76\" height=\"14\" rx=\"7\" fill=\"#242b33\"\/>\n            <text x=\"150\" y=\"110\" font-family=\"monospace\" font-size=\"7\" fill=\"#8A94A0\" text-anchor=\"middle\">pick your platform<\/text>\n          <\/svg><\/div>\n          <p class=\"price-desc\">One-off post on a single platform of your choice.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">from $210<\/span><span class=\"per\"><\/span><\/div>\n          <div class=\"price-note\">Bundle all 5 platforms: $1,050<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"card\">\n        <table>\n          <thead><tr><th>Platform<\/th><th class=\"num\">Individual Post<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>X (Twitter)<\/td><td class=\"num\">$350<\/td><\/tr>\n            <tr><td>Telegram<\/td><td class=\"num\">$420<\/td><\/tr>\n            <tr><td>Instagram<\/td><td class=\"num\">$280<\/td><\/tr>\n            <tr><td>Facebook<\/td><td class=\"num\">$210<\/td><\/tr>\n            <tr><td>LinkedIn<\/td><td class=\"num\">$245<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n    <\/section>\n\n    <!-- PREMIUM -->\n    <section id=\"premium\">\n      <div class=\"eyebrow\">Premium Placements<\/div>\n      <h2>Exclusive, high-impact opportunities<\/h2>\n      <p class=\"sub\">All premium placements are billed monthly. Impression figures shown are maximum monthly capacity, not a guaranteed delivery \u2014 actual numbers depend on real-time traffic.<\/p>\n      <div class=\"grid-3\">\n        <div class=\"price-card exclusive\">\n          <div class=\"price-head\"><h3>Homepage Takeover<\/h3><span class=\"badge amber\">Max impact<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#241a04\"\/>\n            <rect width=\"300\" height=\"16\" fill=\"#3a2f14\"\/>\n            <circle cx=\"10\" cy=\"8\" r=\"2.5\" fill=\"#0d1116\" fill-opacity=\"0.4\"\/><circle cx=\"18\" cy=\"8\" r=\"2.5\" fill=\"#0d1116\" fill-opacity=\"0.4\"\/><circle cx=\"26\" cy=\"8\" r=\"2.5\" fill=\"#0d1116\" fill-opacity=\"0.4\"\/>\n            <rect x=\"10\" y=\"24\" width=\"280\" height=\"30\" rx=\"5\" fill=\"#FFB020\" fill-opacity=\"0.9\"\/>\n            <text x=\"150\" y=\"43\" font-family=\"monospace\" font-size=\"10\" fill=\"#241a04\" text-anchor=\"middle\" font-weight=\"700\">HOME TAKEOVER<\/text>\n            <rect x=\"10\" y=\"60\" width=\"200\" height=\"46\" rx=\"5\" fill=\"#FFB020\" fill-opacity=\"0.5\"\/>\n            <rect x=\"216\" y=\"60\" width=\"74\" height=\"46\" rx=\"5\" fill=\"#FFB020\" fill-opacity=\"0.5\"\/>\n          <\/svg><\/div>\n          <p class=\"price-desc\">Full homepage branding, hero banner, sidebar ad, and sponsored content slot. Max ~1.9M impressions\/mo. 1 advertiser at a time.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">$11,200<\/span><span class=\"per\">\/month<\/span><\/div>\n        <\/div>\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Exit-Intent Popup<\/h3><span class=\"badge\">High CTR<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"10\" y=\"16\" width=\"280\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"28\" width=\"220\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect width=\"300\" height=\"120\" fill=\"#000000\" fill-opacity=\"0.55\"\/>\n            <rect x=\"80\" y=\"30\" width=\"140\" height=\"66\" rx=\"8\" fill=\"#181d24\" stroke=\"#FFB020\" stroke-width=\"1.5\"\/>\n            <circle cx=\"204\" cy=\"38\" r=\"6\" fill=\"#242b33\"\/>\n            <text x=\"150\" y=\"56\" font-family=\"monospace\" font-size=\"8\" fill=\"#E9EDF1\" text-anchor=\"middle\" font-weight=\"700\">DON'T MISS OUT<\/text>\n            <rect x=\"108\" y=\"70\" width=\"84\" height=\"16\" rx=\"5\" fill=\"#FFB020\" fill-opacity=\"0.9\"\/>\n            <text x=\"150\" y=\"81\" font-family=\"monospace\" font-size=\"6.5\" fill=\"#241a04\" text-anchor=\"middle\" font-weight=\"700\">CLAIM OFFER<\/text>\n          <\/svg><\/div>\n          <p class=\"price-desc\">Full-screen modal on exit intent. ~3.8% conversion rate, frequency capping, A\/B testing available.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">$3,500<\/span><span class=\"per\">\/month<\/span><\/div>\n        <\/div>\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Sticky Sidebar<\/h3><span class=\"badge\">Follows scroll<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"10\" y=\"12\" width=\"150\" height=\"6\" rx=\"3\" fill=\"#242b33\"\/>\n            <rect x=\"10\" y=\"24\" width=\"120\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"36\" width=\"140\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"48\" width=\"100\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"60\" width=\"130\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"72\" width=\"110\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"84\" width=\"140\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"96\" width=\"90\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"176\" y=\"18\" width=\"114\" height=\"80\" rx=\"6\" fill=\"#00D9B5\" fill-opacity=\"0.85\"\/>\n            <text x=\"233\" y=\"60\" font-family=\"monospace\" font-size=\"9\" fill=\"#04120F\" text-anchor=\"middle\" font-weight=\"700\">AD<\/text>\n            <path d=\"M233 68 l0 14 M228 78 l5 6 5 -6\" stroke=\"#04120F\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <\/svg><\/div>\n          <p class=\"price-desc\">300\u00d7600 or 300\u00d7250, follows the viewport through long-form articles. ~3.2x more visible time.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">$2,450<\/span><span class=\"per\">\/month<\/span><\/div>\n        <\/div>\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Category Page Sponsor<\/h3><span class=\"badge\">Contextual<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"10\" y=\"14\" width=\"280\" height=\"18\" rx=\"4\" fill=\"#00D9B5\" fill-opacity=\"0.85\"\/>\n            <text x=\"150\" y=\"27\" font-family=\"monospace\" font-size=\"8\" fill=\"#04120F\" text-anchor=\"middle\" font-weight=\"700\">CATEGORY SPONSOR<\/text>\n            <rect x=\"10\" y=\"42\" width=\"86\" height=\"60\" rx=\"6\" fill=\"#181d24\"\/>\n            <rect x=\"104\" y=\"42\" width=\"86\" height=\"60\" rx=\"6\" fill=\"#181d24\"\/>\n            <rect x=\"198\" y=\"42\" width=\"92\" height=\"60\" rx=\"6\" fill=\"#181d24\"\/>\n            <rect x=\"18\" y=\"50\" width=\"70\" height=\"6\" rx=\"3\" fill=\"#242b33\"\/>\n            <rect x=\"112\" y=\"50\" width=\"70\" height=\"6\" rx=\"3\" fill=\"#242b33\"\/>\n            <rect x=\"206\" y=\"50\" width=\"76\" height=\"6\" rx=\"3\" fill=\"#242b33\"\/>\n          <\/svg><\/div>\n          <p class=\"price-desc\">Exclusive sponsor of an entire category \u2014 News, Exchange, Learn, Altcoin, or Casino.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">$1,750<\/span><span class=\"per\">\/month<\/span><\/div>\n          <div class=\"price-note\">Minimum 2-month commitment<\/div>\n        <\/div>\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Comparison Table Top Spot<\/h3><span class=\"badge\">Featured<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"10\" y=\"14\" width=\"280\" height=\"14\" fill=\"#141920\"\/>\n            <rect x=\"10\" y=\"30\" width=\"280\" height=\"26\" rx=\"5\" fill=\"#181d24\" stroke=\"#FFB020\" stroke-width=\"1.5\"\/>\n            <text x=\"24\" y=\"47\" font-family=\"monospace\" font-size=\"9\" fill=\"#FFB020\" font-weight=\"700\">\u2605 #1<\/text>\n            <rect x=\"70\" y=\"38\" width=\"90\" height=\"6\" rx=\"3\" fill=\"#2a3138\"\/>\n            <rect x=\"230\" y=\"36\" width=\"50\" height=\"14\" rx=\"4\" fill=\"#FFB020\" fill-opacity=\"0.9\"\/>\n            <rect x=\"10\" y=\"60\" width=\"280\" height=\"22\" rx=\"5\" fill=\"#141920\"\/>\n            <text x=\"24\" y=\"75\" font-family=\"monospace\" font-size=\"8\" fill=\"#8A94A0\">#2<\/text>\n            <rect x=\"70\" y=\"66\" width=\"70\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"86\" width=\"280\" height=\"22\" rx=\"5\" fill=\"#141920\"\/>\n            <text x=\"24\" y=\"101\" font-family=\"monospace\" font-size=\"8\" fill=\"#8A94A0\">#3<\/text>\n            <rect x=\"70\" y=\"92\" width=\"60\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n          <\/svg><\/div>\n          <p class=\"price-desc\">#1 position in popular comparison tables with \"Featured\" badge and CTA button. Billed quarterly.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">$187<\/span><span class=\"per\">\/month<\/span><\/div>\n        <\/div>\n        <div class=\"price-card\">\n          <div class=\"price-head\"><h3>Footer Sponsorship<\/h3><span class=\"badge\">Sitewide<\/span><\/div>\n          <div class=\"visual\"><svg viewBox=\"0 0 300 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect width=\"300\" height=\"120\" fill=\"#0d1116\"\/>\n            <rect x=\"10\" y=\"14\" width=\"280\" height=\"6\" rx=\"3\" fill=\"#242b33\"\/>\n            <rect x=\"10\" y=\"26\" width=\"220\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"38\" width=\"250\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"50\" width=\"180\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"62\" width=\"230\" height=\"6\" rx=\"3\" fill=\"#1c222a\"\/>\n            <rect x=\"10\" y=\"86\" width=\"280\" height=\"24\" rx=\"5\" fill=\"#00D9B5\" fill-opacity=\"0.85\"\/>\n            <circle cx=\"28\" cy=\"98\" r=\"7\" fill=\"#04120F\" fill-opacity=\"0.5\"\/>\n            <text x=\"60\" y=\"102\" font-family=\"monospace\" font-size=\"8\" fill=\"#04120F\" font-weight=\"700\">YOUR BRAND \u00b7 yourlink.com<\/text>\n          <\/svg><\/div>\n          <p class=\"price-desc\">Logo and dofollow text link in the footer of every page, all devices.<\/p>\n          <div class=\"price-line\"><span class=\"amt\">$700<\/span><span class=\"per\">\/month<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- PACKAGES -->\n    <section id=\"packages\">\n      <div class=\"eyebrow\">Advertising Packages<\/div>\n      <h2>Bundled solutions for maximum ROI<\/h2>\n      <div class=\"grid-3\">\n        <div class=\"pkg\">\n          <div class=\"tier\">Starter<\/div>\n          <h3>For new projects testing the waters<\/h3>\n          <div class=\"price\">$2,100<small> one-time<\/small><\/div>\n          <ul>\n            <li>Sidebar 300\u00d7250 (1 month)<\/li>\n            <li>Newsletter mention (1 issue)<\/li>\n            <li>Social media post (1 platform)<\/li>\n            <li>Press release distribution<\/li>\n            <li>Performance report<\/li>\n          <\/ul>\n          <div class=\"save\">Value $2,520 \u00b7 Save $420<\/div>\n        <\/div>\n        <div class=\"pkg popular\">\n          <div class=\"tier\">Growth \u00b7 Most popular<\/div>\n          <h3>For scaling projects<\/h3>\n          <div class=\"price\">$5,250<small> one-time<\/small><\/div>\n          <ul>\n            <li>Leaderboard banner (1 month)<\/li>\n            <li>Sponsored article (written by us)<\/li>\n            <li>Newsletter solo send<\/li>\n            <li>Social blast (all 5 platforms)<\/li>\n            <li>Listicle placement (3 months)<\/li>\n            <li>Performance report<\/li>\n          <\/ul>\n          <div class=\"save\">Value $6,580 \u00b7 Save $1,330<\/div>\n        <\/div>\n        <div class=\"pkg\">\n          <div class=\"tier\">Premium<\/div>\n          <h3>Maximum exposure for major launches<\/h3>\n          <div class=\"price\">$10,500<small> one-time<\/small><\/div>\n          <ul>\n            <li>Homepage takeover (1 week)<\/li>\n            <li>Billboard banner (1 month)<\/li>\n            <li>2\u00d7 sponsored articles<\/li>\n            <li>Newsletter sponsorship (2 issues)<\/li>\n            <li>Social blast + pinned posts<\/li>\n            <li>Exit-intent popup (1 week)<\/li>\n            <li>Priority support<\/li>\n          <\/ul>\n          <div class=\"save\">Value $13,860 \u00b7 Save $3,360<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"card\" style=\"margin-top:32px;\">\n        <h3 style=\"font-family:var(--display); font-size:1rem; margin-bottom:16px; color:var(--muted);\">Long-Term Commitment Discounts<\/h3>\n        <div class=\"discount-row\"><span class=\"pct\">10%<\/span><span style=\"flex:1; margin-left:16px;\">3-month commitment<\/span><span style=\"color:var(--muted); font-size:0.85rem;\">Brand awareness campaigns<\/span><\/div>\n        <div class=\"discount-row\"><span class=\"pct\">15%<\/span><span style=\"flex:1; margin-left:16px;\">6-month commitment<\/span><span style=\"color:var(--muted); font-size:0.85rem;\">Product launch & growth<\/span><\/div>\n        <div class=\"discount-row\"><span class=\"pct\">20%<\/span><span style=\"flex:1; margin-left:16px;\">12-month commitment<\/span><span style=\"color:var(--muted); font-size:0.85rem;\">Market dominance strategy<\/span><\/div>\n      <\/div>\n      <div class=\"notice\" style=\"border-left-color:var(--teal); margin-top:20px;\">\n        <div class=\"notice-title\" style=\"color:var(--teal);\">\u2713 First-Time Advertiser Bonus<\/div>\n        <p>New advertisers receive an additional 15% off their first campaign. Minimum spend $700.<\/p>\n      <\/div>\n    <\/section>\n\n    <!-- TERMS -->\n    <section id=\"terms\">\n      <div class=\"eyebrow\">Payment & Terms<\/div>\n      <h2>Flexible payment, clear policies<\/h2>\n      <div class=\"grid-2\">\n        <div class=\"card\">\n          <h3 style=\"font-size:0.95rem; margin-bottom:16px; color:var(--muted); font-family:var(--display);\">Payment Methods<\/h3>\n          <div class=\"chip-grid\" style=\"grid-template-columns:1fr 1fr;\">\n            <div class=\"chip\">Bitcoin (BTC)<\/div>\n            <div class=\"chip\">Ethereum (ERC-20)<\/div>\n            <div class=\"chip\">Tether (USDT)<\/div>\n            <div class=\"chip\">USDC (ERC-20)<\/div>\n            <div class=\"chip\">BNB (BEP-20)<\/div>\n            <div class=\"chip\">Solana (SPL)<\/div>\n            <div class=\"chip\">Polygon (MATIC)<\/div>\n            <div class=\"chip\">XRP (Ripple)<\/div>\n            <div class=\"chip\">Bank Transfer<\/div>\n            <div class=\"chip\">Visa \/ Mastercard<\/div>\n            <div class=\"chip\">PayPal<\/div>\n            <div class=\"chip\">Wise \/ Payoneer<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"card\">\n          <h3 style=\"font-size:0.95rem; margin-bottom:16px; color:var(--muted); font-family:var(--display);\">Terms & Conditions<\/h3>\n          <div class=\"kv\"><span class=\"k\">Payment<\/span><span class=\"v\" style=\"font-family:var(--body); font-weight:500; text-align:right;\">100% upfront under $5,000; 50\/50 above<\/span><\/div>\n          <div class=\"kv\"><span class=\"k\">Cancellation<\/span><span class=\"v\" style=\"font-family:var(--body); font-weight:500; text-align:right;\">7-day notice required. No refunds<\/span><\/div>\n          <div class=\"kv\"><span class=\"k\">Content<\/span><span class=\"v\" style=\"font-family:var(--body); font-weight:500; text-align:right;\">Editorial review, no scam\/illegal ads<\/span><\/div>\n          <div class=\"kv\"><span class=\"k\">Reporting<\/span><span class=\"v\" style=\"font-family:var(--body); font-weight:500; text-align:right;\">Delivered within 72 hours<\/span><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"card\" style=\"margin-top:20px;\">\n        <h3 style=\"font-size:0.95rem; margin-bottom:16px; color:var(--muted); font-family:var(--display);\">Campaign Process<\/h3>\n        <div class=\"grid-4\">\n          <div style=\"text-align:center;\"><div style=\"font-family:var(--mono); color:var(--teal); font-size:1.3rem;\">01<\/div><div style=\"color:var(--muted); font-size:0.85rem; margin-top:6px;\">Inquiry & goal setting<\/div><\/div>\n          <div style=\"text-align:center;\"><div style=\"font-family:var(--mono); color:var(--teal); font-size:1.3rem;\">02<\/div><div style=\"color:var(--muted); font-size:0.85rem; margin-top:6px;\">Custom proposal<\/div><\/div>\n          <div style=\"text-align:center;\"><div style=\"font-family:var(--mono); color:var(--teal); font-size:1.3rem;\">03<\/div><div style=\"color:var(--muted); font-size:0.85rem; margin-top:6px;\">Creative submission<\/div><\/div>\n          <div style=\"text-align:center;\"><div style=\"font-family:var(--mono); color:var(--teal); font-size:1.3rem;\">04<\/div><div style=\"color:var(--muted); font-size:0.85rem; margin-top:6px;\">Payment & go-live<\/div><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- CONTACT -->\n    <section id=\"contact\">\n      <div class=\"eyebrow\">Contact Us<\/div>\n      <h2>Let's grow your brand together<\/h2>\n      <p class=\"sub\">Ready to reach 500K+ crypto-native readers? Reach out for a custom media plan \u2014 response within 24 hours.<\/p>\n      <div class=\"grid-2\">\n        <div class=\"copy-row\">\n          <div class=\"info\"><span class=\"label\">Email<\/span><span class=\"value\">hello@coinroop.com<\/span><\/div>\n          <button class=\"copy-btn\" onclick=\"copyText(this, 'hello@coinroop.com')\">Copy<\/button>\n        <\/div>\n        <div class=\"copy-row\">\n          <div class=\"info\"><span class=\"label\">Telegram<\/span><span class=\"value\">t.me\/coinroopads<\/span><\/div>\n          <button class=\"copy-btn\" onclick=\"copyText(this, 't.me\/coinroopads')\">Copy<\/button>\n        <\/div>\n      <\/div>\n      <div class=\"card\" style=\"margin-top:16px;\">\n        <div class=\"kv\"><span class=\"k\">Website<\/span><span class=\"v\" style=\"font-family:var(--body); font-weight:500;\"><a href=\"https:\/\/coinroop.com\/advertise\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color:var(--teal); text-decoration:none;\">coinroop.com\/advertise<\/a><\/span><\/div>\n      <\/div>\n    <\/section>\n\n    <footer>\n      <a class=\"btn primary\" href=\"https:\/\/coinroop.com\/wp-content\/uploads\/2026\/07\/coinroop_media_kit-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"margin-bottom:20px;\">\u2193 Download PDF Media Kit<\/a>\n      <div>CoinRoop News Network \u00b7 Dubai & Europe \u00b7 \u00a9 2026 All Rights Reserved<\/div>\n      <div class=\"conf\">This media kit is confidential and intended for advertising partners only.<\/div>\n    <\/footer>\n  <\/main>\n<\/div>\n\n<script>\n  function copyText(btn, text){\n    if(!navigator.clipboard){\n      \/\/ fallback for older browsers\n      const ta = document.createElement('textarea');\n      ta.value = text;\n      ta.style.position = 'fixed';\n      ta.style.opacity = '0';\n      document.body.appendChild(ta);\n      ta.select();\n      try{ document.execCommand('copy'); }catch(e){}\n      document.body.removeChild(ta);\n    } else {\n      navigator.clipboard.writeText(text).catch(()=>{});\n    }\n    const original = btn.textContent;\n    btn.textContent = 'Copied \u2713';\n    btn.classList.add('copied');\n    setTimeout(()=>{ btn.textContent = original; btn.classList.remove('copied'); }, 1800);\n  }\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>CoinRoop \u2014 Advertising Media Kit CoinRoop Who We Are Traffic &#038; Audience Why Advertise Display Ads Content &#038; Native Newsletter &#038; Email Social Media Premium Placements Packages Payment &#038; Terms Contact Media Kit \u00b7 2026 Edition Reach the crypto-nativeaudience that actually reads. CoinRoop is an independently operated crypto media platform reaching 500K+ monthly readers across [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-80663","page","type-page","status-publish"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/coinroop.com\/wp-json\/wp\/v2\/pages\/80663","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/coinroop.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/coinroop.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/coinroop.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/coinroop.com\/wp-json\/wp\/v2\/comments?post=80663"}],"version-history":[{"count":4,"href":"https:\/\/coinroop.com\/wp-json\/wp\/v2\/pages\/80663\/revisions"}],"predecessor-version":[{"id":80668,"href":"https:\/\/coinroop.com\/wp-json\/wp\/v2\/pages\/80663\/revisions\/80668"}],"wp:attachment":[{"href":"https:\/\/coinroop.com\/wp-json\/wp\/v2\/media?parent=80663"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}