{"id":7,"date":"2026-06-08T09:32:07","date_gmt":"2026-06-08T09:32:07","guid":{"rendered":"https:\/\/contentcookie.io\/?page_id=7"},"modified":"2026-06-10T07:01:53","modified_gmt":"2026-06-10T07:01:53","slug":"home","status":"publish","type":"page","link":"https:\/\/contentcookie.io\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7\" class=\"elementor elementor-7\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b66c83 e-con-full e-flex e-con e-parent\" data-id=\"9b66c83\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56911bc elementor-widget elementor-widget-html\" data-id=\"56911bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Content Cookie \u2014 Website Mockup<\/title>\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\n  :root {\r\n    \/* === EXACT PALETTE FROM BRAND IMAGE === *\/\r\n    --cream-bg: #FEF0E3;       \/* light peach\/cream background *\/\r\n    --blue: #2C62EE;           \/* brand blue (logo square) *\/\r\n    --blue-light: #EBF0FD;     \/* very light blue tint *\/\r\n    --blue-mid: #8AABF4;       \/* mid blue for accents *\/\r\n    --off-white: #F3F6FD;      \/* bottom section near-white *\/\r\n    --warm-white: #FDFCFA;     \/* page base *\/\r\n    --ink: #1A1714;\r\n    --ink-muted: #5C5750;\r\n    --border: rgba(26,23,20,0.10);\r\n    --serif: 'DM Serif Display', Georgia, serif;\r\n    --sans: 'DM Sans', system-ui, sans-serif;\r\n  }\r\n\r\n  html { scroll-behavior: smooth; }\r\n  body {\r\n    font-family: var(--sans);\r\n    background: var(--warm-white);\r\n    color: var(--ink);\r\n    font-size: 16px;\r\n    line-height: 1.6;\r\n    overflow-x: hidden;\r\n  }\r\n\r\n  \/* \u2500\u2500 NAV \u2500\u2500 *\/\r\n  nav {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    padding: 0 5%;\r\n    height: 68px;\r\n    border-bottom: 1px solid var(--border);\r\n    background: var(--warm-white);\r\n    position: sticky;\r\n    top: 0;\r\n    z-index: 100;\r\n    box-sizing: border-box; \/* Ensures the 1px bottom border doesn't push the height to 69px *\/\r\n    overflow: visible;\r\n  }\r\n  .nav-logo {\r\n display: flex;\r\n    align-items: center;   \r\n    text-decoration: none;\r\n    height: 68px;          \/* Hard locks the container to the exact navbar height *\/\r\n    width: 68px;           \/* Hard locks the width to a perfect square footprint *\/\r\n    overflow: hidden;\r\n  }\r\n  .logo-img {\r\nheight: 48px;          \/* FORCE CLAMP: The cookie emblem will be exactly 48px high *\/\r\n    width: 48px;           \/* FORCE CLAMP: The cookie emblem will be exactly 48px wide *\/\r\n    display: block;\r\n    object-fit: contain;   \/* Safely forces the asset graphic to scale down completely inside the 48px box *\/\r\n    margin: 0 auto;\r\n  }\r\n  .nav-logo span { color: var(--blue); }\r\n  .nav-links { display: flex; \r\n    gap: 32px; \r\n    list-style: none; \r\n    align-items: center;    \r\n    height: 100%;           \r\n    margin: 0;              \r\n    padding: 0;             \r\n    box-sizing: border-box;}\r\n  .nav-links a {\r\n    text-decoration: none; \r\n    font-size: 14px; \r\n    font-weight: 400;\r\n    color: var(--ink-muted); \r\n    letter-spacing: 0.01em; \r\n    transition: color 0.2s;\r\n    line-height: 1; \/* Strips out uneven text height gaps *\/\r\n    display: inline-flex;\r\n    align-items: center;\r\n  }\r\n  .nav-links li {\r\n    display: flex;\r\n    align-items: center;\r\n  }\r\n  .nav-links a:hover { color: var(--ink); }\r\n  .nav-cta {\r\n    background: var(--blue) !important;\r\n    color: white !important;\r\n    padding: 9px 20px;\r\n    border-radius: 100px;\r\n    font-weight: 500 !important;\r\n    font-size: 13px !important;\r\n    transition: opacity 0.2s !important;\r\n    line-height: 1 !important;\r\n  }\r\n  .nav-cta:hover { opacity: 0.85; }\r\n\r\n  \/* \u2500\u2500 TICKER \u2500\u2500 *\/\r\n  .ticker-wrap {\r\n    background: var(--cream-bg);\r\n    overflow: hidden;\r\n    padding: 10px 0;\r\n    border-bottom: 1px solid rgba(44,98,238,0.12);\r\n  }\r\n  .ticker-track {\r\n    display: flex;\r\n    width: max-content;\r\n    animation: ticker 28s linear infinite;\r\n  }\r\n  .ticker-item {\r\n    white-space: nowrap;\r\n    font-size: 12px; font-weight: 500;\r\n    color: var(--ink-muted);\r\n    letter-spacing: 0.08em;\r\n    text-transform: uppercase;\r\n    padding: 0 40px;\r\n  }\r\n  .ticker-dot { color: var(--blue); margin: 0 4px; }\r\n  @keyframes ticker {\r\n    0% { transform: translateX(0); }\r\n    100% { transform: translateX(-50%); }\r\n  }\r\n\r\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\r\n  .hero {\r\n    padding: 90px 5% 80px;\r\n    position: relative;\r\n    overflow: hidden;\r\n    background: var(--cream-bg);\r\n  }\r\n  .hero-inner {\r\n    max-width: 820px;\r\n    margin: 0 auto;\r\n    text-align: center;\r\n    position: relative;\r\n    z-index: 2;\r\n  }\r\n  .hero-pill {\r\n    display: inline-flex; align-items: center; gap: 8px;\r\n    background: white;\r\n    border: 1px solid rgba(44,98,238,0.2);\r\n    border-radius: 100px;\r\n    padding: 6px 16px;\r\n    font-size: 12px; font-weight: 500;\r\n    color: var(--blue);\r\n    margin-bottom: 32px;\r\n    letter-spacing: 0.04em;\r\n    text-transform: uppercase;\r\n    animation: fadeUp 0.6s ease both;\r\n  }\r\n  .hero-pill-dot {\r\n    width: 6px; height: 6px;\r\n    background: var(--blue);\r\n    border-radius: 50%;\r\n    animation: pulse 2s infinite;\r\n  }\r\n  @keyframes pulse {\r\n    0%, 100% { opacity: 1; transform: scale(1); }\r\n    50% { opacity: 0.4; transform: scale(0.8); }\r\n  }\r\n  .hero h1 {\r\n    font-family: var(--serif);\r\n    font-size: clamp(40px, 6vw, 72px);\r\n    line-height: 1.08;\r\n    letter-spacing: -1.5px;\r\n    color: var(--ink);\r\n    margin-bottom: 28px;\r\n    animation: fadeUp 0.6s 0.1s ease both;\r\n  }\r\n  .hero-bottom-line {\r\n    display: inline-block;\r\n    vertical-align: baseline;\r\n  \r\n  }\r\n  .typewriter-wrapper {\r\n    display: inline-grid;       \r\n    vertical-align: baseline; \r\n    text-align: left;\r\n    align-items: baseline;\r\n  }\r\n  .hero h1 em {\r\n    grid-area: 1 \/ 1;          \r\n    font-style: italic; \r\n    color: var(--blue); \r\n    border-right: 3px solid var(--blue);\r\n    padding: 0 12px 5px 0;       \r\n    margin-bottom: -6px;\r\n    width: max-content;        \r\n    white-space: nowrap;\r\n    overflow: hidden;\r\n    animation: blinkCursor 0.75s step-end infinite;\r\n    }\r\n    .typewriter-ghost {\r\n    font-style: italic;\r\n    opacity: 0;\r\n    pointer-events: none;\r\n    user-select: none;\r\n    white-space: nowrap;\r\n    display: inline-block;\r\n  }\r\n  .typewriter-anchor {\r\n    grid-area: 1 \/ 1;          \r\n    font-style: italic;\r\n    opacity: 0;\r\n    visibility: hidden;\r\n    pointer-events: none;\r\n    user-select: none;\r\n    white-space: nowrap;\r\n  }\r\n   @keyframes blinkCursor {\r\n    from, to { border-color: transparent }\r\n    50% { border-color: var(--blue); }\r\n  }\r\n  @media screen and (max-width: 768px) {\r\n    .hero-bottom-line {\r\n      display: inline; \/* Lets it wrap naturally on small mobile screens *\/\r\n    }\r\n    .hero h1 em {\r\n      width: auto; \/* Disables fixed width on mobile so text doesn't clip *\/\r\n      display: inline;\r\n    }\r\n  }\r\n\r\n  @keyframes blinkCursor {\r\n    from, to { border-color: transparent }\r\n    50% { border-color: var(--blue); }\r\n  }\r\n  .hero-sub {\r\n    font-size: 18px; font-weight: 300;\r\n    color: var(--ink-muted);\r\n    max-width: 540px; margin: 0 auto 44px;\r\n    line-height: 1.7;\r\n    animation: fadeUp 0.6s 0.2s ease both;\r\n  }\r\n  .hero-actions {\r\n    display: flex; align-items: center; justify-content: center;\r\n    gap: 16px; flex-wrap: wrap;\r\n    animation: fadeUp 0.6s 0.3s ease both;\r\n  }\r\n  .btn-primary {\r\n    background: var(--blue); color: white;\r\n    padding: 14px 32px; border-radius: 100px;\r\n    font-size: 15px; font-weight: 500;\r\n    text-decoration: none; border: none; cursor: pointer;\r\n    transition: opacity 0.2s, transform 0.15s;\r\n    display: inline-flex; align-items: center; gap: 8px;\r\n  }\r\n  .btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }\r\n  .btn-ghost {\r\n    background: transparent; color: var(--ink-muted);\r\n    padding: 14px 24px; border-radius: 100px;\r\n    font-size: 15px; font-weight: 400;\r\n    text-decoration: none;\r\n    border: 1px solid rgba(26,23,20,0.18);\r\n    cursor: pointer;\r\n    transition: border-color 0.2s, color 0.2s;\r\n    display: inline-flex; align-items: center; gap: 8px;\r\n  }\r\n  .btn-ghost:hover { border-color: var(--blue); color: var(--blue); }\r\n\r\n  \/* \u2500\u2500 DOODLES \u2500\u2500 *\/\r\n  .doodle {\r\n    position: absolute;\r\n    pointer-events: none;\r\n    opacity: 0.22;\r\n  }\r\n  .doodle-1 { top: 55px; left: 3%; animation: float1 6s ease-in-out infinite; }\r\n  .doodle-2 { top: 35px; right: 4%; animation: float2 7s ease-in-out infinite 1s; }\r\n  .doodle-3 { bottom: 45px; left: 7%; animation: float1 8s ease-in-out infinite 2s; }\r\n  .doodle-4 { bottom: 25px; right: 5%; animation: float2 6.5s ease-in-out infinite 0.5s; }\r\n  .doodle-cookie-l { top: 50%; left: 1.5%; transform: translateY(-50%); animation: float1 9s ease-in-out infinite 1.5s; opacity: 0.3; }\r\n  .doodle-cookie-r { top: 42%; right: 2%; transform: translateY(-50%); animation: float2 8s ease-in-out infinite 0.8s; opacity: 0.28; }\r\n  @keyframes float1 {\r\n    0%, 100% { transform: translateY(0) rotate(0deg); }\r\n    50% { transform: translateY(-12px) rotate(5deg); }\r\n  }\r\n  @keyframes float2 {\r\n    0%, 100% { transform: translateY(0) rotate(0deg); }\r\n    50% { transform: translateY(10px) rotate(-4deg); }\r\n  }\r\n  @keyframes fadeUp {\r\n    from { opacity: 0; transform: translateY(18px); }\r\n    to { opacity: 1; transform: translateY(0); }\r\n  }\r\n\r\n  \/* \u2500\u2500 LOGOS \u2500\u2500 *\/\r\n  .logos-section {\r\n    padding: 36px 5%;\r\n    border-bottom: 1px solid var(--border);\r\n    background: white;\r\n  }\r\n  .logos-label {\r\n    text-align: center; font-size: 11px; font-weight: 500;\r\n    letter-spacing: 0.1em; text-transform: uppercase;\r\n    color: var(--ink-muted); margin-bottom: 22px; opacity: 0.55;\r\n  }\r\n  .logos-row {\r\n    display: flex; align-items: center; justify-content: center;\r\n    gap: 48px; flex-wrap: wrap;\r\n  }\r\n  .logo-placeholder {\r\n    font-family: var(--serif); font-size: 16px;\r\n    color: var(--ink-muted); opacity: 0.4; letter-spacing: -0.2px;\r\n  }\r\n\r\n  \/* \u2500\u2500 EXPECT \u2500\u2500 *\/\r\n  .expect-section { padding: 100px 5%; background: white; }\r\n  .section-header { max-width: 580px; margin: 0 auto 64px; text-align: center; }\r\n  .section-label {\r\n    font-size: 11px; font-weight: 500; letter-spacing: 0.1em;\r\n    text-transform: uppercase; color: var(--blue); margin-bottom: 16px;\r\n  }\r\n  .section-title {\r\n    font-family: var(--serif);\r\n    font-size: clamp(28px, 4vw, 44px);\r\n    line-height: 1.12; letter-spacing: -0.8px; color: var(--ink);\r\n  }\r\n  .section-title em { font-style: italic; color: var(--blue); }\r\n  .expect-grid {\r\n    display: grid; grid-template-columns: repeat(3, 1fr);\r\n    gap: 0; max-width: 1068px; margin: 0 auto;\r\n    border: 1px solid var(--border); border-radius: 16px; overflow: hidden;\r\n  }\r\n  .expect-card {\r\n    padding: 40px 32px; background: white;\r\n    border-right: 1px solid var(--border);\r\n    transition: background 0.2s;\r\n  }\r\n  .expect-card:last-child { border-right: none; }\r\n  .expect-card:hover { background: var(--off-white); }\r\n  .expect-num {\r\n    font-family: var(--serif); font-size: 48px;\r\n    color: rgba(44,98,238,0.13); line-height: 1;\r\n    margin-bottom: 20px; letter-spacing: -2px;\r\n  }\r\n  .expect-card h3 {\r\n    font-family: var(--serif); font-size: 20px; font-weight: 400;\r\n    margin-bottom: 12px; line-height: 1.3; letter-spacing: -0.3px;\r\n  }\r\n  .expect-card p { font-size: 14px; color: var(--ink-muted); line-height: 1.7; }\r\n  .expect-tag {\r\n    display: inline-block; margin-top: 20px;\r\n    font-size: 11px; font-weight: 500; letter-spacing: 0.06em;\r\n    text-transform: uppercase; color: var(--blue);\r\n    border-bottom: 1px solid var(--blue-mid); padding-bottom: 2px;\r\n  }\r\n\r\n  \/* \u2500\u2500 TAGS STRIP \u2500\u2500 *\/\r\n  .tags-section {\r\n    padding: 22px 5%; background: var(--cream-bg);\r\n    border-top: 1px solid rgba(44,98,238,0.1);\r\n    border-bottom: 1px solid rgba(44,98,238,0.1);\r\n    overflow: hidden;\r\n  }\r\n  .tags-track {\r\n    display: flex; gap: 10px;\r\n    width: max-content; animation: tagScroll 22s linear infinite;\r\n  }\r\n  .tags-track-reverse {\r\n    animation: tagScrollReverse 26s linear infinite; margin-top: 10px;\r\n  }\r\n  @keyframes tagScroll {\r\n    0% { transform: translateX(0); }\r\n    100% { transform: translateX(-50%); }\r\n  }\r\n  @keyframes tagScrollReverse {\r\n    0% { transform: translateX(-50%); }\r\n    100% { transform: translateX(0); }\r\n  }\r\n  .pill-tag {\r\n    white-space: nowrap; padding: 8px 18px; border-radius: 100px;\r\n    font-size: 12px; font-weight: 400;\r\n    color: var(--ink-muted); border: 1px solid var(--border);\r\n    background: white;\r\n  }\r\n  .pill-tag.blue { background: var(--blue-light); border-color: rgba(44,98,238,0.2); color: var(--blue); }\r\n  .pill-tag.cream { background: white; }\r\n\r\n  \/* \u2500\u2500 HOW \u2500\u2500 *\/\r\n  .how-section { padding: 100px 5%; background: var(--off-white); }\r\n  .how-grid {\r\n    display: grid; grid-template-columns: 1fr 1fr;\r\n    gap: 16px; max-width: 1000px; margin: 0 auto;\r\n  }\r\n  .how-card {\r\n    background: var(--warm-white); border: 1px solid var(--border);\r\n    border-radius: 20px; padding: 36px 36px 32px;\r\n    position: relative; overflow: hidden;\r\n    transition: border-color 0.2s, transform 0.2s;\r\n  }\r\n  .how-card:hover { border-color: rgba(44,98,238,0.3); transform: translateY(-2px); }\r\n  .how-card.blue-card { background: var(--blue); border-color: var(--blue); }\r\n  .how-card-num {\r\n    font-family: var(--serif); font-size: 13px;\r\n    color: var(--blue); background: var(--blue-light);\r\n    border: 1px solid rgba(44,98,238,0.18); border-radius: 100px;\r\n    padding: 4px 14px; display: inline-block;\r\n    margin-bottom: 52px; letter-spacing: 0.02em;\r\n  }\r\n  .how-card.blue-card .how-card-num {\r\n    background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.25); color: white;\r\n  }\r\n  .how-card-doodle {\r\n    position: absolute; top: 16px; right: 20px;\r\n    opacity: 0.07; pointer-events: none;\r\n  }\r\n  .how-card.blue-card .how-card-doodle { opacity: 0.14; }\r\n  .how-card h3 {\r\n    font-family: var(--serif); font-size: 22px; font-weight: 400;\r\n    line-height: 1.25; letter-spacing: -0.4px; color: var(--ink); margin-bottom: 12px;\r\n  }\r\n  .how-card.blue-card h3 { color: white; }\r\n  .how-card p { font-size: 14px; color: var(--ink-muted); line-height: 1.75; }\r\n  .how-card.blue-card p { color: rgba(255,255,255,0.72); }\r\n  .how-card-tag {\r\n    display: inline-flex; align-items: center; gap: 6px; margin-top: 24px;\r\n    font-size: 11px; font-weight: 500; letter-spacing: 0.07em;\r\n    text-transform: uppercase; color: var(--blue);\r\n    border-bottom: 1px solid var(--blue-mid); padding-bottom: 2px;\r\n  }\r\n  .how-card.blue-card .how-card-tag { color: rgba(255,255,255,0.8); border-bottom-color: rgba(255,255,255,0.3); }\r\n  @media (max-width: 700px) { .how-grid { grid-template-columns: 1fr; } }\r\n\r\n  \/* \u2500\u2500 RESULTS \u2500\u2500 *\/\r\n  .results-section { padding: 100px 5%; background: white; }\r\n  .results-grid {\r\n    display: grid; grid-template-columns: 1fr 1fr;\r\n    gap: 0; max-width: 900px; margin: 0 auto;\r\n    border: 1px solid var(--border); border-radius: 16px; overflow: hidden;\r\n  }\r\n  .result-card {\r\n    padding: 40px 36px; background: white;\r\n    border-right: 1px solid var(--border); border-bottom: 1px solid var(--border);\r\n  }\r\n  .result-card:nth-child(2n) { border-right: none; }\r\n  .result-card:nth-child(3), .result-card:nth-child(4) { border-bottom: none; }\r\n  .result-stat {\r\n    font-family: var(--serif); font-size: 52px;\r\n    color: var(--ink); line-height: 1;\r\n    letter-spacing: -2px; margin-bottom: 8px;\r\n  }\r\n  .result-stat span { color: var(--blue); }\r\n  .result-label { font-size: 14px; color: var(--ink-muted); line-height: 1.5; }\r\n\r\n  \/* \u2500\u2500 TESTIMONIAL \u2500\u2500 *\/\r\n  .testimonial-section {\r\n    padding: 80px 5%; background: var(--cream-bg); text-align: center;\r\n  }\r\n  .testimonial-inner { max-width: 680px; margin: 0 auto; }\r\n  .testimonial-quote {\r\n    font-family: var(--serif);\r\n    font-size: clamp(20px, 3vw, 30px);\r\n    line-height: 1.4; letter-spacing: -0.4px;\r\n    color: var(--ink); margin-bottom: 32px;\r\n  }\r\n  .testimonial-quote em { font-style: italic; color: var(--blue); }\r\n  .testimonial-attr {\r\n    display: flex; align-items: center; justify-content: center; gap: 12px;\r\n  }\r\n  .t-avatar {\r\n    width: 40px; height: 40px; border-radius: 50%;\r\n    background: var(--blue-light);\r\n    display: flex; align-items: center; justify-content: center;\r\n    font-size: 13px; font-weight: 500; color: var(--blue);\r\n  }\r\n  .t-name { font-size: 14px; font-weight: 500; color: var(--ink); }\r\n  .t-role { font-size: 12px; color: var(--ink-muted); }\r\n\r\n  \r\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\r\n  footer { padding: 60px 5% 40px; background: var(--ink); }\r\n  .footer-top {\r\n    display: flex; justify-content: space-between; align-items: flex-start;\r\n    padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.08);\r\n  }\r\n  .footer-logo {\r\n    font-family: var(--serif); font-size: 22px; color: white;\r\n    display: flex; align-items: center; gap: 10px;\r\n  }\r\n  .footer-logo-icon {\r\n    width: 34px; height: 34px; background: var(--blue);\r\n    border-radius: 7px; display: flex; align-items: center; justify-content: center;\r\n  }\r\n  .footer-logo span { color: var(--blue-mid); }\r\n  .footer-tagline {\r\n    font-size: 13px; margin-top: 10px;\r\n    color: rgba(255,255,255,0.4); max-width: 220px; line-height: 1.6;\r\n  }\r\n  .footer-links { display: flex; gap: 60px; }\r\n  .footer-col h4 {\r\n    font-size: 11px; font-weight: 500; letter-spacing: 0.1em;\r\n    text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 16px;\r\n  }\r\n  .footer-col ul { list-style: none; }\r\n  .footer-col li { margin-bottom: 10px; }\r\n  .footer-col a {\r\n    text-decoration: none; font-size: 13px;\r\n    color: rgba(255,255,255,0.5); transition: color 0.2s;\r\n  }\r\n  .footer-col a:hover { color: white; }\r\n  .footer-bottom {\r\n    padding-top: 24px; display: flex;\r\n    justify-content: space-between; font-size: 12px;\r\n    color: rgba(255,255,255,0.3);\r\n  }\r\n\r\n \r\n\r\n  @media (max-width: 700px) {\r\n    .expect-grid { grid-template-columns: 1fr; }\r\n    .results-grid { grid-template-columns: 1fr; }\r\n    .footer-links { flex-direction: column; gap: 28px; }\r\n    .footer-top { flex-direction: column; gap: 32px; }\r\n    .nav-links { display: none; }\r\n    .form-grid { grid-template-columns: 1fr; }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n\r\n<!-- NAV -->\r\n<nav>\r\n  <a href=\"#\" class=\"nav-logo\">\r\n      <img decoding=\"async\" src=\"https:\/\/contentcookie.io\/wp-content\/uploads\/2026\/06\/logo_cookie-removebg-preview.png\" alt=\"Content Cookie Logo\" class=\"logo-img\">\r\n    <\/a>\r\n  <ul class=\"nav-links\">\r\n    <li><a href=\"#\">How it works<\/a><\/li>\r\n    <li><a href=\"#\">Results<\/a><\/li>\r\n    <li><a href=\"#\">About<\/a><\/li>\r\n    <li><a href=\"#contact\" class=\"nav-cta\">Get started \u2192<\/a><\/li>\r\n  <\/ul>\r\n<\/nav>\r\n\r\n<!-- TICKER -->\r\n<div class=\"ticker-wrap\">\r\n  <div class=\"ticker-track\">\r\n    <span class=\"ticker-item\">GTM-led LinkedIn content <span class=\"ticker-dot\">\u00b7<\/span><\/span>\r\n    <span class=\"ticker-item\">Go-to-founder strategy <span class=\"ticker-dot\">\u00b7<\/span><\/span>\r\n    <span class=\"ticker-item\">Qualified pipeline <span class=\"ticker-dot\">\u00b7<\/span><\/span>\r\n    <span class=\"ticker-item\">Demand generation <span class=\"ticker-dot\">\u00b7<\/span><\/span>\r\n    <span class=\"ticker-item\">Category leadership <span class=\"ticker-dot\">\u00b7<\/span><\/span>\r\n    <span class=\"ticker-item\">Content pillars <span class=\"ticker-dot\">\u00b7<\/span><\/span>\r\n    <span class=\"ticker-item\">Inbound + outbound <span class=\"ticker-dot\">\u00b7<\/span><\/span>\r\n    <span class=\"ticker-item\">GTM-led LinkedIn content <span class=\"ticker-dot\">\u00b7<\/span><\/span>\r\n    <span class=\"ticker-item\">Go-to-founder strategy <span class=\"ticker-dot\">\u00b7<\/span><\/span>\r\n    <span class=\"ticker-item\">Qualified pipeline <span class=\"ticker-dot\">\u00b7<\/span><\/span>\r\n    <span class=\"ticker-item\">Demand generation <span class=\"ticker-dot\">\u00b7<\/span><\/span>\r\n    <span class=\"ticker-item\">Category leadership <span class=\"ticker-dot\">\u00b7<\/span><\/span>\r\n    <span class=\"ticker-item\">Content pillars <span class=\"ticker-dot\">\u00b7<\/span><\/span>\r\n    <span class=\"ticker-item\">Inbound + outbound <span class=\"ticker-dot\">\u00b7<\/span><\/span>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- HERO -->\r\n<section class=\"hero\">\r\n\r\n  <!-- Doodle 1: dotted circle (top left) -->\r\n  <svg class=\"doodle doodle-1\" width=\"70\" height=\"70\" viewBox=\"0 0 70 70\" fill=\"none\">\r\n    <circle cx=\"35\" cy=\"35\" r=\"32\" stroke=\"#2C62EE\" stroke-width=\"1.5\" stroke-dasharray=\"4 5\"\/>\r\n  <\/svg>\r\n\r\n  <!-- Doodle 2: star (top right) -->\r\n  <svg class=\"doodle doodle-2\" width=\"52\" height=\"52\" viewBox=\"0 0 52 52\" fill=\"none\">\r\n    <path d=\"M26 4 L30 20 L46 20 L33 30 L38 46 L26 36 L14 46 L19 30 L6 20 L22 20 Z\" stroke=\"#2C62EE\" stroke-width=\"1.5\" fill=\"none\"\/>\r\n  <\/svg>\r\n\r\n  <!-- Doodle 3: wavy line (bottom left) -->\r\n  <svg class=\"doodle doodle-3\" width=\"72\" height=\"36\" viewBox=\"0 0 72 36\" fill=\"none\">\r\n    <path d=\"M4 18 Q13 4 22 18 Q31 32 40 18 Q49 4 58 18 Q67 32 70 18\" stroke=\"#2C62EE\" stroke-width=\"1.5\" fill=\"none\"\/>\r\n  <\/svg>\r\n\r\n  <!-- Doodle 4: small dotted square (bottom right) -->\r\n  <svg class=\"doodle doodle-4\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\">\r\n    <rect x=\"4\" y=\"4\" width=\"40\" height=\"40\" rx=\"8\" stroke=\"#2C62EE\" stroke-width=\"1.5\" stroke-dasharray=\"3 4\"\/>\r\n    <circle cx=\"24\" cy=\"24\" r=\"5\" stroke=\"#2C62EE\" stroke-width=\"1.5\"\/>\r\n  <\/svg>\r\n\r\n  <!-- Doodle 5: COOKIE \u2014 left mid (pixel-art style) -->\r\n  <svg class=\"doodle doodle-cookie-l\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\">\r\n    <!-- cookie base shape -->\r\n    <circle cx=\"40\" cy=\"40\" r=\"30\" stroke=\"#2C62EE\" stroke-width=\"1.8\" fill=\"none\"\/>\r\n    <!-- chocolate chip dots -->\r\n    <rect x=\"28\" y=\"30\" width=\"6\" height=\"6\" rx=\"2\" fill=\"#2C62EE\"\/>\r\n    <rect x=\"46\" y=\"26\" width=\"6\" height=\"6\" rx=\"2\" fill=\"#2C62EE\"\/>\r\n    <rect x=\"35\" y=\"44\" width=\"6\" height=\"6\" rx=\"2\" fill=\"#2C62EE\"\/>\r\n    <rect x=\"22\" y=\"44\" width=\"5\" height=\"5\" rx=\"1.5\" fill=\"#2C62EE\" opacity=\"0.5\"\/>\r\n    <rect x=\"50\" y=\"42\" width=\"5\" height=\"5\" rx=\"1.5\" fill=\"#2C62EE\" opacity=\"0.5\"\/>\r\n    <!-- bite mark top right -->\r\n    <path d=\"M58 22 Q68 28 66 40\" stroke=\"#2C62EE\" stroke-width=\"1.8\" stroke-dasharray=\"2 3\" fill=\"none\"\/>\r\n    <!-- crumb 1 -->\r\n    <rect x=\"62\" y=\"18\" width=\"4\" height=\"4\" rx=\"1\" fill=\"#2C62EE\" opacity=\"0.6\"\/>\r\n    <!-- crumb 2 -->\r\n    <rect x=\"68\" y=\"26\" width=\"3\" height=\"3\" rx=\"1\" fill=\"#2C62EE\" opacity=\"0.4\"\/>\r\n    <!-- crack line -->\r\n    <path d=\"M36 34 L42 38 L38 46\" stroke=\"#2C62EE\" stroke-width=\"1.2\" fill=\"none\" opacity=\"0.5\"\/>\r\n  <\/svg>\r\n\r\n  <!-- Doodle 6: COOKIE \u2014 right mid (slightly smaller) -->\r\n  <svg class=\"doodle doodle-cookie-r\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\">\r\n    <circle cx=\"32\" cy=\"32\" r=\"24\" stroke=\"#2C62EE\" stroke-width=\"1.8\" fill=\"none\"\/>\r\n    <rect x=\"22\" y=\"24\" width=\"5\" height=\"5\" rx=\"1.5\" fill=\"#2C62EE\"\/>\r\n    <rect x=\"37\" y=\"21\" width=\"5\" height=\"5\" rx=\"1.5\" fill=\"#2C62EE\"\/>\r\n    <rect x=\"28\" y=\"35\" width=\"5\" height=\"5\" rx=\"1.5\" fill=\"#2C62EE\"\/>\r\n    <rect x=\"42\" y=\"33\" width=\"4\" height=\"4\" rx=\"1\" fill=\"#2C62EE\" opacity=\"0.5\"\/>\r\n    <rect x=\"18\" y=\"36\" width=\"4\" height=\"4\" rx=\"1\" fill=\"#2C62EE\" opacity=\"0.45\"\/>\r\n    <path d=\"M44 18 Q53 24 51 33\" stroke=\"#2C62EE\" stroke-width=\"1.8\" stroke-dasharray=\"2 3\" fill=\"none\"\/>\r\n    <rect x=\"49\" y=\"14\" width=\"3\" height=\"3\" rx=\"1\" fill=\"#2C62EE\" opacity=\"0.55\"\/>\r\n    <path d=\"M29 27 L34 31 L30 37\" stroke=\"#2C62EE\" stroke-width=\"1.2\" fill=\"none\" opacity=\"0.5\"\/>\r\n  <\/svg>\r\n\r\n  <div class=\"hero-inner\">\r\n    <div class=\"hero-pill\">\r\n      <span class=\"hero-pill-dot\"><\/span>\r\n      GTM-led LinkedIn content for founders\r\n    <\/div>\r\n    <h1>Turn your founder's voice<br>\r\n  <span class=\"hero-bottom-line\">\r\n    into a \r\n    <span class=\"typewriter-wrapper\">\r\n      <em id=\"typewriter\"><\/em>\r\n      <span class=\"typewriter-anchor\">qualified pipeline<\/span>\r\n    <\/span>\r\n  <\/span><\/h1>\r\n    <p class=\"hero-sub\">\r\n      We build GTM-led LinkedIn content systems for tech founders and SaaS CEOs \u2014 engineered to drive inbound, support outbound, and make you the category leader in your space.\r\n    <\/p>\r\n    <div class=\"hero-actions\">\r\n      <a href=\"#contact\" class=\"btn-primary\">Build my content system \u2192<\/a>\r\n      <a href=\"#results\" class=\"btn-ghost\">See client results<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n\r\n<!-- LOGOS -->\r\n<div class=\"logos-section\">\r\n  <p class=\"logos-label\">Go-to founders we've built content systems for<\/p>\r\n  <div class=\"logos-row\">\r\n    <span class=\"logo-placeholder\">Acme SaaS<\/span>\r\n    <span class=\"logo-placeholder\">CloudBase<\/span>\r\n    <span class=\"logo-placeholder\">Fish Audio<\/span>\r\n    <span class=\"logo-placeholder\">BuildStack<\/span>\r\n    <span class=\"logo-placeholder\">NovaTech<\/span>\r\n    <span class=\"logo-placeholder\">Launchpad<\/span>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- WHAT YOU CAN EXPECT -->\r\n<section class=\"expect-section\">\r\n  <div class=\"section-header\">\r\n    <p class=\"section-label\">What you can expect<\/p>\r\n    <h2 class=\"section-title\">A LinkedIn content system<br>engineered for <em>demand generation<\/em><\/h2>\r\n  <\/div>\r\n  <div class=\"expect-grid\">\r\n    <div class=\"expect-card\">\r\n      <div class=\"expect-num\">01<\/div>\r\n      <h3>Content pillars built around your GTM motion<\/h3>\r\n      <p>We map your content pillars to your go-to-market strategy \u2014 so every post is doing a job: building category authority, warming your ICP, or supporting outbound.<\/p>\r\n      <span class=\"expect-tag\">Content pillars<\/span>\r\n    <\/div>\r\n    <div class=\"expect-card\">\r\n      <div class=\"expect-num\">02<\/div>\r\n      <h3>A full LinkedIn content system, done for you<\/h3>\r\n      <p>30-day content calendar, engineered monthly. Each post is mapped to a stage \u2014 awareness, consideration, or conversion. Consistent output, zero founder time.<\/p>\r\n      <span class=\"expect-tag\">LinkedIn content system<\/span>\r\n    <\/div>\r\n    <div class=\"expect-card\">\r\n      <div class=\"expect-num\">03<\/div>\r\n      <h3>Inbound that feeds your qualified pipeline<\/h3>\r\n      <p>We write to generate demand \u2014 not vanity metrics. When your content system is working, the right ICPs are reaching out, replying to outbound, and already warm before the first call.<\/p>\r\n      <span class=\"expect-tag\">Qualified pipeline<\/span>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- TAGS STRIP -->\r\n\r\n\r\n<!-- HOW IT WORKS -->\r\n<section class=\"how-section\">\r\n  <div class=\"section-header\">\r\n    <p class=\"section-label\">How it works<\/p>\r\n    <h2 class=\"section-title\">Four steps to a<br><em>working<\/em> content system<\/h2>\r\n  <\/div>\r\n  <div class=\"how-grid\">\r\n\r\n    <!-- Card 1 -->\r\n    <div class=\"how-card\">\r\n      <svg class=\"how-card-doodle\" width=\"90\" height=\"90\" viewBox=\"0 0 90 90\" fill=\"none\">\r\n        <circle cx=\"45\" cy=\"45\" r=\"40\" stroke=\"#2C62EE\" stroke-width=\"2\" stroke-dasharray=\"5 6\"\/>\r\n      <\/svg>\r\n      <span class=\"how-card-num\">Step 01<\/span>\r\n      <h3>We map your GTM motion and content pillars<\/h3>\r\n      <p>We start with your ICP, your sales motion, and your category positioning \u2014 then build content pillars that align with every stage of your GTM funnel.<\/p>\r\n      <span class=\"how-card-tag\">GTM alignment<\/span>\r\n    <\/div>\r\n\r\n    <!-- Card 2 \u2014 blue accent -->\r\n    <div class=\"how-card blue-card\">\r\n      <svg class=\"how-card-doodle\" width=\"90\" height=\"90\" viewBox=\"0 0 90 90\" fill=\"none\">\r\n        <path d=\"M10 45 Q25 15 45 45 Q65 75 80 45\" stroke=\"white\" stroke-width=\"2\" fill=\"none\"\/>\r\n        <path d=\"M10 55 Q25 25 45 55 Q65 85 80 55\" stroke=\"white\" stroke-width=\"1.2\" fill=\"none\" opacity=\"0.5\"\/>\r\n      <\/svg>\r\n      <span class=\"how-card-num\">Step 02<\/span>\r\n      <h3>Your 30-day LinkedIn content system is built<\/h3>\r\n      <p>Every post engineered with a purpose \u2014 driving inbound, warming outbound sequences, or establishing category leadership. No filler, no fluff.<\/p>\r\n      <span class=\"how-card-tag\">Content system<\/span>\r\n    <\/div>\r\n\r\n    <!-- Card 3 \u2014 blue accent -->\r\n    <div class=\"how-card blue-card\">\r\n      <svg class=\"how-card-doodle\" width=\"90\" height=\"90\" viewBox=\"0 0 90 90\" fill=\"none\">\r\n        <rect x=\"10\" y=\"10\" width=\"70\" height=\"70\" rx=\"14\" stroke=\"white\" stroke-width=\"2\" stroke-dasharray=\"4 5\"\/>\r\n        <circle cx=\"45\" cy=\"45\" r=\"14\" stroke=\"white\" stroke-width=\"2\"\/>\r\n      <\/svg>\r\n      <span class=\"how-card-num\">Step 03<\/span>\r\n      <h3>One approval round \u2014 then we ship it<\/h3>\r\n      <p>You review, approve, and we handle the rest. Under 20 minutes of your time each month. Your job is to show up as the go-to founder \u2014 we handle the engine behind it.<\/p>\r\n      <span class=\"how-card-tag\">Hands-free execution<\/span>\r\n    <\/div>\r\n\r\n    <!-- Card 4 -->\r\n    <div class=\"how-card\">\r\n      <svg class=\"how-card-doodle\" width=\"90\" height=\"90\" viewBox=\"0 0 90 90\" fill=\"none\">\r\n        <path d=\"M45 10 L52 32 L76 32 L57 46 L64 68 L45 54 L26 68 L33 46 L14 32 L38 32 Z\" stroke=\"#2C62EE\" stroke-width=\"2\" fill=\"none\"\/>\r\n      <\/svg>\r\n      <span class=\"how-card-num\">Step 04<\/span>\r\n      <h3>Track demand signals, not vanity metrics<\/h3>\r\n      <p>Monthly reporting on what actually moves pipeline \u2014 inbound DM quality, ICP profile visits, outbound reply rate lift, and category share of voice on LinkedIn.<\/p>\r\n      <span class=\"how-card-tag\">Demand signals<\/span>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- RESULTS -->\r\n<section class=\"results-section\" id=\"results\">\r\n  <div class=\"section-header\">\r\n    <p class=\"section-label\">By the numbers<\/p>\r\n    <h2 class=\"section-title\">What a working content system <em>actually<\/em> does to pipeline<\/h2>\r\n  <\/div>\r\n  <div class=\"results-grid\">\r\n    <div class=\"result-card\">\r\n      <div class=\"result-stat\">3<span>\u00d7<\/span><\/div>\r\n      <div class=\"result-label\">Average lift in inbound DM volume from qualified ICPs within 60 days<\/div>\r\n    <\/div>\r\n    <div class=\"result-card\">\r\n      <div class=\"result-stat\">12<span>+<\/span><\/div>\r\n      <div class=\"result-label\">Go-to founders running active LinkedIn content systems through Content Cookie<\/div>\r\n    <\/div>\r\n    <div class=\"result-card\">\r\n      <div class=\"result-stat\">30<\/div>\r\n      <div class=\"result-label\">Demand-generating posts engineered, approved, and published every month<\/div>\r\n    <\/div>\r\n    <div class=\"result-card\">\r\n      <div class=\"result-stat\">90<span>%<\/span><\/div>\r\n      <div class=\"result-label\">Client retention \u2014 because the content system keeps feeding the pipeline<\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- TESTIMONIAL -->\r\n<section class=\"testimonial-section\">\r\n  <div class=\"testimonial-inner\">\r\n    <p class=\"testimonial-quote\">\r\n      \"Before Content Cookie, I had no LinkedIn content system \u2014 just sporadic posts that went nowhere. Within 60 days, inbound DMs from the <em>right<\/em> ICPs started coming in, and our outbound reply rates went up because prospects already knew who we were.\"\r\n    <\/p>\r\n    <div class=\"testimonial-attr\">\r\n      <div class=\"t-avatar\">RC<\/div>\r\n      <div>\r\n        <div class=\"t-name\">Rissa Cao<\/div>\r\n        <div class=\"t-role\">Founder, Fish Audio \u2014 NVIDIA-backed<\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n\r\n\r\n<!-- FOOTER -->\r\n<footer>\r\n  <div class=\"footer-top\">\r\n    <div>\r\n      <div class=\"footer-logo\">\r\n        <div class=\"footer-logo-icon\">\r\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">\r\n            <rect x=\"7\" y=\"2\" width=\"6\" height=\"2\" fill=\"white\"\/>\r\n            <rect x=\"5\" y=\"4\" width=\"2\" height=\"2\" fill=\"white\"\/>\r\n            <rect x=\"13\" y=\"4\" width=\"2\" height=\"2\" fill=\"white\"\/>\r\n            <rect x=\"3\" y=\"6\" width=\"14\" height=\"2\" fill=\"white\"\/>\r\n            <rect x=\"2\" y=\"8\" width=\"16\" height=\"6\" fill=\"white\"\/>\r\n            <rect x=\"3\" y=\"14\" width=\"14\" height=\"2\" fill=\"white\"\/>\r\n            <rect x=\"5\" y=\"16\" width=\"10\" height=\"2\" fill=\"white\"\/>\r\n            <rect x=\"6\" y=\"9\" width=\"2\" height=\"2\" fill=\"#2C62EE\"\/>\r\n            <rect x=\"11\" y=\"10\" width=\"2\" height=\"2\" fill=\"#2C62EE\"\/>\r\n            <rect x=\"9\" y=\"12\" width=\"2\" height=\"2\" fill=\"#2C62EE\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n        Content<span>Cookie<\/span>\r\n      <\/div>\r\n      <p class=\"footer-tagline\">GTM-led LinkedIn content systems for founders who want qualified pipeline, not just followers.<\/p>\r\n    <\/div>\r\n    <div class=\"footer-links\">\r\n      <div class=\"footer-col\">\r\n        <h4>Services<\/h4>\r\n        <ul>\r\n          <li><a href=\"https:\/\/www.linkedin.com\/in\/hassancc\/\">LinkedIn ghostwriting<\/a><\/li>\r\n          <li><a href=\"#\">Content strategy<\/a><\/li>\r\n          <li><a href=\"#\">Profile audit<\/a><\/li>\r\n          <li><a href=\"#\">Personal brand sprint<\/a><\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <div class=\"footer-col\">\r\n        <h4>Company<\/h4>\r\n        <ul>\r\n          <li><a href=\"#\">About us<\/a><\/li>\r\n          <li><a href=\"#\">Case studies<\/a><\/li>\r\n          <li><a href=\"#\">Blog<\/a><\/li>\r\n          <li><a href=\"#\">Contact<\/a><\/li>\r\n          <li><a href=\"#\">Privac<\/a><\/li>\r\n        <\/ul>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n  <div class=\"footer-bottom\">\r\n    <span>\u00a9 2025 Content Cookie. All rights reserved.<\/span>\r\n    <span>Karachi, Pakistan<\/span>\r\n  <\/div>\r\n<\/footer>\r\n<script>\r\n  const words = [\"qualified pipeline\", \"Personal brand\", \"category leader\"];\r\n  let wordIndex = 0;\r\n  let charIndex = 0;\r\n  let isDeleting = false;\r\n  const targetElement = document.getElementById(\"typewriter\");\r\n\r\n  \/\/ Speeds in milliseconds\r\n  const typingSpeed = 100;\r\n  const deletingSpeed = 60;\r\n  const pauseBetweenWords = 2000; \/\/ Time a full word stays visible\r\n\r\n  function typeEffect() {\r\n    const currentWord = words[wordIndex];\r\n    \r\n    if (isDeleting) {\r\n      \/\/ Remove a character\r\n      targetElement.textContent = currentWord.substring(0, charIndex - 1);\r\n      charIndex--;\r\n    } else {\r\n      \/\/ Add a character\r\n      targetElement.textContent = currentWord.substring(0, charIndex + 1);\r\n      charIndex++;\r\n    }\r\n\r\n    \/\/ Determine what step comes next\r\n    let currentSpeed = isDeleting ? deletingSpeed : typingSpeed;\r\n\r\n    if (!isDeleting && charIndex === currentWord.length) {\r\n      \/\/ Word is fully typed out: pause before starting to erase\r\n      currentSpeed = pauseBetweenWords;\r\n      isDeleting = true;\r\n    } else if (isDeleting && charIndex === 0) {\r\n      \/\/ Word is fully erased: move to the next word choice\r\n      isDeleting = false;\r\n      wordIndex = (wordIndex + 1) % words.length;\r\n      currentSpeed = 300; \/\/ Small breath before typing the next phrase\r\n    }\r\n\r\n    setTimeout(typeEffect, currentSpeed);\r\n  }\r\n\r\n  \/\/ Fire up the animation once the layout loads\r\n  document.addEventListener(\"DOMContentLoaded\", () => {\r\n    typeEffect();\r\n  });\r\n<\/script>\r\n\r\n<\/body>\r\n\r\n<\/html>\r\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>Content Cookie \u2014 Website Mockup How it works Results About Get started \u2192 GTM-led LinkedIn content \u00b7 Go-to-founder strategy \u00b7 [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/contentcookie.io\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/contentcookie.io\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/contentcookie.io\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/contentcookie.io\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/contentcookie.io\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":159,"href":"https:\/\/contentcookie.io\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":195,"href":"https:\/\/contentcookie.io\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/195"}],"wp:attachment":[{"href":"https:\/\/contentcookie.io\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}