{"id":7405,"date":"2026-05-05T11:27:55","date_gmt":"2026-05-05T08:27:55","guid":{"rendered":"https:\/\/datarevolt.startweb.ro\/?page_id=7405"},"modified":"2026-05-08T15:47:26","modified_gmt":"2026-05-08T12:47:26","slug":"case-study","status":"publish","type":"page","link":"https:\/\/datarevolt.agency\/ro\/case-study\/","title":{"rendered":"Case-study"},"content":{"rendered":"<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<script>\n  tailwind.config = {\n    important: true,\n    theme: {\n      extend: {\n        colors: {\n          primary: \"#DD3333\",\n          \"on-surface\": \"#1c1b1b\",\n          \"on-surface-variant\": \"#5b403f\",\n        },\n        fontFamily: {\n          headline: [\"Plus Jakarta Sans\", \"sans-serif\"],\n          body: [\"Inter\", \"sans-serif\"],\n        },\n      },\n    },\n  };\n<\/script>\n\n<link\n  href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@800&#038;family=Inter:wght@400;500;600;700;800&#038;family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\"\n  rel=\"stylesheet\"\n\/>\n\n<!-- ========== SHARED STYLES ========== -->\n<style>\n  .dr-cs-container {\n    max-width: 1400px !important;\n    width: 90% !important;\n    margin: 0 auto !important;\n  }\n\n  .dr-cs-section {\n    width: 100vw !important;\n    position: relative !important;\n    left: 50% !important;\n    margin-left: -50vw !important;\n    display: block !important;\n    padding: 120px 0 !important;\n  }\n\n  .dr-cs-section.bg-white {\n    background-color: #ffffff !important;\n  }\n\n  .dr-cs-section.bg-soft {\n    background-color: #f6f3f2 !important;\n  }\n\n  .dr-cs-section.bg-dark {\n    background-color: #1c1b1b !important;\n  }\n\n  .cs-overtitle {\n    color: #dd3333 !important;\n    font-weight: 700 !important;\n    font-size: 14px !important;\n    letter-spacing: 0.4em !important;\n    text-transform: uppercase !important;\n    font-family: \"Inter\", sans-serif !important;\n  }\n\n  .cs-accent-line {\n    width: 48px !important;\n    height: 2px !important;\n    background-color: #dd3333 !important;\n  }\n\n  .cs-headline {\n    font-family: \"Plus Jakarta Sans\", sans-serif !important;\n    font-weight: 800 !important;\n    font-size: clamp(36px, 5vw, 64px) !important;\n    line-height: 1.1 !important;\n    letter-spacing: -0.03em !important;\n    color: #1c1b1b !important;\n    margin-bottom: 28px !important;\n    max-width: 1100px !important;\n  }\n\n  .cs-headline.on-dark {\n    color: #ffffff !important;\n  }\n\n  .cs-intro {\n    font-family: \"Inter\", sans-serif !important;\n    font-size: 17px !important;\n    line-height: 1.7 !important;\n    color: #5b403f !important;\n    opacity: 0.9 !important;\n    max-width: 950px !important;\n    margin-bottom: 60px !important;\n  }\n\n  .cs-intro.on-dark {\n    color: rgba(255, 255, 255, 0.7) !important;\n    opacity: 1 !important;\n  }\n\n  .cs-cards {\n    display: grid !important;\n    grid-template-columns: repeat(3, 1fr) !important;\n    background-color: #e5e7eb !important;\n    gap: 1px !important;\n    border: 1px solid #e5e7eb !important;\n    border-radius: 40px !important;\n    overflow: hidden !important;\n  }\n\n  .cs-cards.on-dark {\n    background-color: #2a2929 !important;\n    border-color: #2a2929 !important;\n  }\n\n  .cs-card {\n    background-color: #ffffff !important;\n    padding: 50px 40px !important;\n    min-height: 320px !important;\n    display: flex !important;\n    flex-direction: column !important;\n    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;\n    box-sizing: border-box !important;\n    text-decoration: none !important;\n    color: inherit !important;\n  }\n\n  a.cs-card {\n    cursor: pointer !important;\n  }\n\n  .cs-card.on-dark {\n    background-color: #1c1b1b !important;\n  }\n\n  .cs-card:hover {\n    transform: translateY(-8px) !important;\n    z-index: 10 !important;\n    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.1) !important;\n  }\n\n  .cs-card-num {\n    font-family: \"Plus Jakarta Sans\", sans-serif !important;\n    font-size: 48px !important;\n    font-weight: 800 !important;\n    color: #dd3333 !important;\n    opacity: 0.1 !important;\n    margin-bottom: 20px !important;\n    transition: opacity 0.3s ease !important;\n  }\n\n  .cs-card:hover .cs-card-num {\n    opacity: 1 !important;\n  }\n\n  .cs-card-icon {\n    color: #e5e7eb !important;\n    font-size: 32px !important;\n  }\n\n  .cs-card.on-dark .cs-card-icon {\n    color: #2a2929 !important;\n  }\n\n  .cs-card:hover .cs-card-icon {\n    color: #dd3333 !important;\n  }\n\n  .cs-card h3 {\n    font-family: \"Plus Jakarta Sans\", sans-serif !important;\n    font-size: 22px !important;\n    font-weight: 800 !important;\n    color: #1c1b1b !important;\n    margin-bottom: 16px !important;\n    line-height: 1.25 !important;\n  }\n\n  .cs-card.on-dark h3 {\n    color: #ffffff !important;\n  }\n\n  .cs-card p {\n    font-family: \"Inter\", sans-serif !important;\n    font-size: 16px !important;\n    line-height: 1.6 !important;\n    color: #5b403f !important;\n    opacity: 0.9 !important;\n    flex-grow: 1 !important;\n  }\n\n  .cs-card.on-dark p {\n    color: rgba(255, 255, 255, 0.65) !important;\n    opacity: 1 !important;\n  }\n\n  @media (max-width: 1024px) {\n    .cs-cards {\n      grid-template-columns: repeat(2, 1fr) !important;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .dr-cs-section {\n      padding: 80px 0 !important;\n    }\n\n    .cs-headline {\n      font-size: 36px !important;\n    }\n\n    .cs-cards {\n      grid-template-columns: 1fr !important;\n      border-radius: 24px !important;\n    }\n\n    .cs-card {\n      min-height: auto !important;\n      padding: 40px 30px !important;\n    }\n  }\n<\/style>\n\n<!-- ========== CASE STUDIES \u2014 DATA ========== -->\n<div class=\"dr-cs-section bg-white\">\n  <div class=\"dr-cs-container\">\n    <div class=\"flex items-center gap-4 mb-8\">\n      <span class=\"cs-accent-line\"><\/span>\n      <span class=\"cs-overtitle\">Case studies \u2014 Analytics<\/span>\n    <\/div>\n\n    <h2 class=\"cs-headline\">\n      Where data infrastructure meets business strategy.\n    <\/h2>\n\n    <p class=\"cs-intro\">\n      We measure what actually drives growth. Custom infrastructures tailored to\n      each business model, zero tracking gaps, connected data across platforms.\n      The foundation every other channel depends on.\n    <\/p>\n\n    <div class=\"cs-cards\">\n      <div class=\"cs-card\">\n        <div class=\"flex justify-between items-start\">\n          <span class=\"cs-card-num\">01<\/span>\n          <span class=\"material-symbols-outlined cs-card-icon\">analytics<\/span>\n        <\/div>\n        <h3>95% Tracking Accuracy through Server-Side GTM<\/h3>\n        <p>Recovered ad-blocker conversion data for Vola &amp; Sameday.<\/p>\n      <\/div>\n\n      <div class=\"cs-card\">\n        <div class=\"flex justify-between items-start\">\n          <span class=\"cs-card-num\">02<\/span>\n          <span class=\"material-symbols-outlined cs-card-icon\">timeline<\/span>\n        <\/div>\n        <h3>Custom Attribution Model from first click to offline conversion<\/h3>\n        <p>Full journey mapped for Orange.<\/p>\n      <\/div>\n\n      <div class=\"cs-card\">\n        <div class=\"flex justify-between items-start\">\n          <span class=\"cs-card-num\">03<\/span>\n          <span class=\"material-symbols-outlined cs-card-icon\">hub<\/span>\n        <\/div>\n        <h3>Unified Data Layer for web &amp; app<\/h3>\n        <p>All signals merged into one real-time dashboard for Decathlon.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- ========== CASE STUDIES \u2014 EMAIL MARKETING ========== -->\n<div class=\"dr-cs-section bg-soft\">\n  <div class=\"dr-cs-container\">\n    <div class=\"flex items-center gap-4 mb-8\">\n      <span class=\"cs-accent-line\"><\/span>\n      <span class=\"cs-overtitle\">Case studies \u2014 Email Marketing<\/span>\n    <\/div>\n\n    <h2 class=\"cs-headline\">\n      Direct marketing built for retention. Wired into a revenue system.\n    <\/h2>\n\n    <p class=\"cs-intro\">\n      We build automated flows, segmentation strategies, and loyalty programs\n      that turn existing audiences into a brand&#8217;s most consistent revenue\n      channel. Data-driven targeting, LTV optimization, and hands-on execution,\n      from first send to long-term retention.\n    <\/p>\n\n    <div class=\"cs-cards\">\n      <div class=\"cs-card\">\n        <div class=\"flex justify-between items-start\">\n          <span class=\"cs-card-num\">01<\/span>\n          <span class=\"material-symbols-outlined cs-card-icon\"\n            >shopping_cart_checkout<\/span\n>\n        <\/div>\n        <h3>\n          17.32% More carts recovered through multi-channel journey optimization\n        <\/h3>\n        <p>Built for Minifarm.<\/p>\n      <\/div>\n\n      <a class=\"cs-card\" href=\"https:\/\/datarevolt.agency\/ro\/revolt-case-study\/case-study-f64\/\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"flex justify-between items-start\">\n          <span class=\"cs-card-num\">02<\/span>\n          <span class=\"material-symbols-outlined cs-card-icon\">groups<\/span>\n        <\/div>\n        <h3>+53% Revenue growth through skill-based segmentation<\/h3>\n        <p>Onboarding funnels and retention sequences built for F64.<\/p>\n      <\/a>\n\n      <div class=\"cs-card\">\n        <div class=\"flex justify-between items-start\">\n          <span class=\"cs-card-num\">03<\/span>\n          <span class=\"material-symbols-outlined cs-card-icon\"\n            >workspace_premium<\/span\n>\n        <\/div>\n        <h3>Full-scale loyalty revamp and communication strategy<\/h3>\n        <p>Tiered rewards and real-time automation triggers built for F64.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- ========== CASE STUDIES \u2014 PPC + PROGRAMMATIC ========== -->\n<div class=\"dr-cs-section bg-white\">\n  <div class=\"dr-cs-container\">\n    <div class=\"flex items-center gap-4 mb-8\">\n      <span class=\"cs-accent-line\"><\/span>\n      <span class=\"cs-overtitle\">Case studies \u2014 PPC + Programmatic<\/span>\n    <\/div>\n\n    <h2 class=\"cs-headline\">Performance marketing engineered for margins.<\/h2>\n\n    <p class=\"cs-intro\">\n      Media budgets optimized for clicks and impressions rarely move the bottom\n      line. Real growth comes from building campaigns around margins, CAC, and\n      LTV. Real-time data, proprietary automation, and senior oversight, at\n      every level.\n    <\/p>\n\n    <div class=\"cs-cards\">\n      <a class=\"cs-card\" href=\"https:\/\/datarevolt.agency\/ro\/revolt-case-study\/yoxo-performance\/\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"flex justify-between items-start\">\n          <span class=\"cs-card-num\">01<\/span>\n          <span class=\"material-symbols-outlined cs-card-icon\">download<\/span>\n        <\/div>\n        <h3>+125% App downloads through data-driven ZMOT orchestration<\/h3>\n        <p>\n          Shifted from siloed awareness to a full-funnel search and video\n          ecosystem for YOXO.\n        <\/p>\n      <\/a>\n\n      <div class=\"cs-card\">\n        <div class=\"flex justify-between items-start\">\n          <span class=\"cs-card-num\">02<\/span>\n          <span class=\"material-symbols-outlined cs-card-icon\"\n            >trending_down<\/span\n>\n        <\/div>\n        <h3>-53% CPL reduction through Lookalike-driven lead gen sequences<\/h3>\n        <p>\n          Shifted from standard conversion ads to offer-specific lead ecosystems\n          for Orange.\n        <\/p>\n      <\/div>\n\n      <div class=\"cs-card\">\n        <div class=\"flex justify-between items-start\">\n          <span class=\"cs-card-num\">03<\/span>\n          <span class=\"material-symbols-outlined cs-card-icon\"\n            >smart_display<\/span\n>\n        <\/div>\n        <h3>\n          +140% Conversion rate boost through full-funnel Video Action\n          sequencing\n        <\/h3>\n        <p>\n          Shifted from awareness-only video to targeted in-app conversion\n          drivers for Salt Bank.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- ========== CASE STUDIES \u2014 SEO ========== -->\n<div class=\"dr-cs-section bg-soft\">\n  <div class=\"dr-cs-container\">\n    <div class=\"flex items-center gap-4 mb-8\">\n      <span class=\"cs-accent-line\"><\/span>\n      <span class=\"cs-overtitle\">Case studies \u2014 SEO<\/span>\n    <\/div>\n\n    <h2 class=\"cs-headline\">\n      Turning search intent into measurable business impact.\n    <\/h2>\n\n    <p class=\"cs-intro\">\n      Rankings are a means, not an outcome. We develop technical content\n      architectures that capture high-intent traffic and feed directly into the\n      sales pipeline. From traditional search to AI-driven discovery, our\n      strategies evolve with how people actually find and decide.\n    <\/p>\n\n    <div class=\"cs-cards\">\n      <div class=\"cs-card\">\n        <div class=\"flex justify-between items-start\">\n          <span class=\"cs-card-num\">01<\/span>\n          <span class=\"material-symbols-outlined cs-card-icon\"\n            >trending_up<\/span\n>\n        <\/div>\n        <h3>\n          300% Organic Growth YoY through technical authority and local-intent\n          dominance\n        <\/h3>\n        <p>Scaled search presence for Bringo.<\/p>\n      <\/div>\n\n      <div class=\"cs-card\">\n        <div class=\"flex justify-between items-start\">\n          <span class=\"cs-card-num\">02<\/span>\n          <span class=\"material-symbols-outlined cs-card-icon\">payments<\/span>\n        <\/div>\n        <h3>$3.8M Revenue from Organic Search in 12 months<\/h3>\n        <p>Full-scale content infrastructure built for Imobiliare.ro.<\/p>\n      <\/div>\n\n      <div class=\"cs-card\">\n        <div class=\"flex justify-between items-start\">\n          <span class=\"cs-card-num\">03<\/span>\n          <span class=\"material-symbols-outlined cs-card-icon\"\n            >military_tech<\/span\n>\n        <\/div>\n        <h3>\n          Top 1 Visibility on high-competition keywords against global\n          marketplace competitors\n        <\/h3>\n        <p>Market share maintained for Flanco.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- ========== CASE STUDIES \u2014 SOCIAL MEDIA ========== -->\n<div class=\"dr-cs-section bg-white\">\n  <div class=\"dr-cs-container\">\n    <div class=\"flex items-center gap-4 mb-8\">\n      <span class=\"cs-accent-line\"><\/span>\n      <span class=\"cs-overtitle\">Case studies \u2014 Social Media<\/span>\n    <\/div>\n\n    <h2 class=\"cs-headline\">\n      Where creative output becomes performance input.\n    <\/h2>\n\n    <p class=\"cs-intro\">\n      Most social strategies stop at content delivery. We build creative systems\n      where every asset is designed to be measured, optimized, and amplified\n      across channels. The result: social media that drives engagement, traffic,\n      and direct conversions.\n    <\/p>\n\n    <div class=\"cs-cards\">\n      <a class=\"cs-card\" href=\"https:\/\/datarevolt.agency\/ro\/revolt-case-study\/flanco-brand-repositioning\/\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"flex justify-between items-start\">\n          <span class=\"cs-card-num\">01<\/span>\n          <span class=\"material-symbols-outlined cs-card-icon\">groups<\/span>\n        <\/div>\n        <h3>\n          +42% Site Users from Social Media through creative assets synced with\n          performance signals\n        <\/h3>\n        <p>Real-time optimization built for Flanco.<\/p>\n      <\/a>\n\n      <div class=\"cs-card\">\n        <div class=\"flex justify-between items-start\">\n          <span class=\"cs-card-num\">02<\/span>\n          <span class=\"material-symbols-outlined cs-card-icon\"\n            >conversion_path<\/span\n>\n        <\/div>\n        <h3>\n          16% of Total Conversions driven by organic content. Social as a direct\n          revenue channel\n        <\/h3>\n        <p>Proven for Gruppo San Donato in healthcare.<\/p>\n      <\/div>\n\n      <div class=\"cs-card\">\n        <div class=\"flex justify-between items-start\">\n          <span class=\"cs-card-num\">03<\/span>\n          <span class=\"material-symbols-outlined cs-card-icon\">schedule<\/span>\n        <\/div>\n        <h3>+47% Avg. Time on Site outperforming all other traffic channels<\/h3>\n        <p>Social-first campaign strategy built for Envisia.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- ========== PRESS & MENTIONS ========== -->\n<div class=\"dr-cs-section bg-dark\">\n  <div class=\"dr-cs-container\">\n    <div class=\"flex items-center gap-4 mb-8\">\n      <span class=\"cs-accent-line\"><\/span>\n      <span class=\"cs-overtitle\">Press<\/span>\n    <\/div>\n\n    <h2 class=\"cs-headline on-dark\">Press &amp; mentions.<\/h2>\n\n    <p class=\"cs-intro on-dark\">\n      A growing presence in the publications that matter. Forbes, Biz, IQads,\n      Wall-Street. Press features, expert opinions, and company milestones, all\n      in one place.\n    <\/p>\n\n    <a href=\"\/ro\/press\/\" class=\"cs-press-link\">\n      See all press &amp; mentions\n      <span class=\"material-symbols-outlined\">arrow_forward<\/span>\n    <\/a>\n  <\/div>\n<\/div>\n\n<style>\n  .cs-press-link {\n    display: inline-flex !important;\n    align-items: center !important;\n    gap: 12px !important;\n    background-color: #dd3333 !important;\n    color: #ffffff !important;\n    padding: 22px 40px !important;\n    border-radius: 9999px !important;\n    font-family: \"Inter\", sans-serif !important;\n    font-weight: 800 !important;\n    font-size: 16px !important;\n    text-decoration: none !important;\n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;\n  }\n\n  .cs-press-link:hover {\n    background-color: #a31f1f !important;\n    transform: translateY(-4px) !important;\n    box-shadow: 0 20px 40px rgba(221, 51, 51, 0.35) !important;\n  }\n\n  .cs-press-link .material-symbols-outlined {\n    font-size: 20px !important;\n    transition: transform 0.3s ease !important;\n  }\n\n  .cs-press-link:hover .material-symbols-outlined {\n    transform: translateX(4px) !important;\n  }\n<\/style>\n\n<!-- ========== FINAL CTA ========== -->\n<style>\n  #dr-final-cta-final {\n    width: 100vw !important;\n    position: relative !important;\n    left: 50% !important;\n    margin-left: -50vw !important;\n    background-color: #ffffff !important;\n    padding: 120px 0 !important;\n    display: block !important;\n  }\n\n  #dr-final-cta-final .max-w-con {\n    max-width: 1400px !important;\n    width: 90% !important;\n    margin: 0 auto !important;\n  }\n\n  .cta-card-main {\n    background: linear-gradient(135deg, #dd3333 0%, #a31f1f 100%) !important;\n    border-radius: 40px !important;\n    padding: 80px !important;\n    position: relative !important;\n    overflow: hidden !important;\n    box-shadow: 0 40px 100px -20px rgba(221, 51, 51, 0.3) !important;\n  }\n\n  .bg-bolt-final {\n    position: absolute !important;\n    right: -100px !important;\n    bottom: -150px !important;\n    font-size: 550px !important;\n    color: white !important;\n    opacity: 0.1 !important;\n    pointer-events: none !important;\n    user-select: none !important;\n    z-index: 1 !important;\n  }\n\n  .cta-content-final {\n    position: relative !important;\n    z-index: 10 !important;\n  }\n\n  .cta-title-final {\n    font-family: \"Plus Jakarta Sans\", sans-serif !important;\n    font-weight: 800 !important;\n    font-size: clamp(40px, 6vw, 84px) !important;\n    line-height: 0.85 !important;\n    letter-spacing: -0.04em !important;\n    color: white !important;\n    margin-bottom: 40px !important;\n  }\n\n  .cta-title-final span {\n    color: rgba(255, 255, 255, 0.4) !important;\n    text-decoration: underline !important;\n    text-decoration-color: #dd3333 !important;\n    text-decoration-thickness: 8px !important;\n    text-underline-offset: 12px !important;\n    font-style: italic !important;\n  }\n\n  .contact-item-final {\n    display: flex !important;\n    align-items: flex-start !important;\n    gap: 15px !important;\n    font-size: 20px !important;\n    font-weight: 700 !important;\n    color: white !important;\n    font-family: \"Inter\", sans-serif !important;\n  }\n\n  .contact-item-final a {\n    color: white !important;\n    text-decoration: none !important;\n    transition: opacity 0.3s ease !important;\n  }\n\n  .contact-item-final a:hover {\n    opacity: 0.8 !important;\n  }\n\n  .contact-icon-final {\n    background: rgba(255, 255, 255, 0.1) !important;\n    padding: 12px !important;\n    border-radius: 50% !important;\n    font-size: 24px !important;\n    flex-shrink: 0 !important;\n  }\n\n  .cta-form-box-final {\n    background: white !important;\n    padding: 40px !important;\n    border-radius: 24px !important;\n    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;\n    width: 100% !important;\n    max-width: 450px !important;\n    position: relative !important;\n    z-index: 20 !important;\n  }\n\n  .form-input-final {\n    width: 100% !important;\n    padding: 18px 24px !important;\n    background: #f8f9fa !important;\n    border: 2px solid transparent !important;\n    border-radius: 12px !important;\n    margin-bottom: 16px !important;\n    font-family: \"Inter\", sans-serif !important;\n    font-weight: 500 !important;\n  }\n\n  .submit-btn-final {\n    width: 100% !important;\n    background: #dd3333 !important;\n    color: white !important;\n    padding: 22px 48px !important;\n    border-radius: 9999px !important;\n    font-family: \"Inter\", sans-serif !important;\n    font-weight: 800 !important;\n    font-size: 16px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.05em !important;\n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;\n    border: none !important;\n    cursor: pointer !important;\n  }\n\n  @media (max-width: 1024px) {\n    .cta-card-main {\n      padding: 60px 30px !important;\n    }\n\n    .cta-flex-final {\n      flex-direction: column !important;\n      text-align: center !important;\n    }\n\n    .contact-wrap-final {\n      justify-content: center !important;\n      flex-direction: column !important;\n      align-items: center !important;\n    }\n\n    .contact-item-final {\n      align-items: center !important;\n      flex-direction: column !important;\n    }\n\n    .cta-title-final {\n      font-size: 36px !important;\n      line-height: 1.2 !important;\n    }\n\n    .cta-title-final span {\n      text-decoration: none !important;\n      box-shadow: inset 0 -6px 0 #dd3333 !important;\n      padding-bottom: 2px !important;\n    }\n\n    .submit-btn-final {\n      padding: 16px 32px !important;\n      font-size: 14px !important;\n    }\n\n    .bg-bolt-final {\n      font-size: 300px !important;\n      right: -20px !important;\n      bottom: -80px !important;\n    }\n  }\n<\/style>\n\n<div id=\"dr-final-cta-final\">\n  <div class=\"max-w-con\">\n    <div class=\"cta-card-main\">\n      <span class=\"material-symbols-outlined bg-bolt-final\">auto_awesome<\/span>\n      <div\n        class=\"cta-content-final flex flex-col lg:flex-row items-center justify-between gap-16 relative z-10 cta-flex-final\"\n      >\n        <div class=\"flex-1\">\n          <h2 class=\"cta-title-final\">\n            CONNECT WITH<br \/>\n            <span>DATA REVOLT<\/span>\n          <\/h2>\n          <div class=\"flex flex-col sm:flex-row gap-8 mt-12 contact-wrap-final\">\n            <div class=\"contact-item-final\">\n              <span class=\"material-symbols-outlined contact-icon-final\"\n                >call<\/span\n>\n              <div class=\"flex flex-col\">\n                <a href=\"tel:+40752751051\">+40 752 751 051<\/a>\n                <a href=\"tel:+40737885807\" class=\"mt-1\">+40 737 885 807<\/a>\n              <\/div>\n            <\/div>\n            <div class=\"contact-item-final\">\n              <span class=\"material-symbols-outlined contact-icon-final\"\n                >mail<\/span\n>\n              <a href=\"mailto:hello@datarevolt.agency\" class=\"mt-3 sm:mt-0\"\n                >hello@datarevolt.agency<\/a\n>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"cta-form-box-final\">\n          <h4\n            style=\"              font-family: &quot;Plus Jakarta Sans&quot;, sans-serif;              font-weight: 800;              font-size: 22px;              color: #1c1b1b;              margin-bottom: 25px;            \"\n          >\n            Be the answer AI recommends.\n          <\/h4>\n          <form onsubmit=\"event.preventDefault()\" action=\"\">\n            <input\n              type=\"text\"\n              placeholder=\"Your Name\"\n              class=\"form-input-final\"\n            \/>\n            <input\n              type=\"email\"\n              placeholder=\"Your Work Email\"\n              class=\"form-input-final\"\n            \/>\n            <button type=\"submit\" class=\"submit-btn-final\">Start Here<\/button>\n          <input type=\"hidden\" name=\"trp-form-language\" value=\"ro\"\/><\/form>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Case studies \u2014 Analytics Where data infrastructure meets business strategy. We measure what actually drives growth. Custom infrastructures tailored to each business model, zero tracking gaps, connected data across platforms. The foundation every other channel depends on. 01 analytics 95% Tracking Accuracy through Server-Side GTM Recovered ad-blocker conversion data for Vola &amp; Sameday. 02 timeline [&hellip;]<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-7405","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/datarevolt.agency\/ro\/wp-json\/wp\/v2\/pages\/7405","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/datarevolt.agency\/ro\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/datarevolt.agency\/ro\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/datarevolt.agency\/ro\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/datarevolt.agency\/ro\/wp-json\/wp\/v2\/comments?post=7405"}],"version-history":[{"count":8,"href":"https:\/\/datarevolt.agency\/ro\/wp-json\/wp\/v2\/pages\/7405\/revisions"}],"predecessor-version":[{"id":7602,"href":"https:\/\/datarevolt.agency\/ro\/wp-json\/wp\/v2\/pages\/7405\/revisions\/7602"}],"wp:attachment":[{"href":"https:\/\/datarevolt.agency\/ro\/wp-json\/wp\/v2\/media?parent=7405"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}