<?php
  $number_of_data = get_field('number_of_data_en');
?>

<div class="hero-wrapper">
  <div class="hero">
    <div class="hero__text-wrapper">
      <div class="logo">
        <h1 class="text-hide">BitStar Database<img class="logo__img" src="<?= App\asset_path('images/logo.svg'); ?>"></h1>
      </div>
      <h2 class="hero__title">Japan's largest social database</h2>
      <p class="hero__text">
        Achieve effective influencer marketing and SNS operations by utilizing data of over <?php echo esc_html($number_of_data); ?> cases
      </p>
    </div>
    <img class="hero__img d-sm-none" src="<?= App\asset_path('images/hero_sp.png'); ?>">
    <img class="hero__img d-none d-sm-block" src="<?= App\asset_path('images/hero.png'); ?>">

    <div class="cta-btn-wrapper">
      <a class="cta-btn" href="https://bitstar.tokyo/request/598/" target="_blank">
        <img class="cta-btn__icon" src="<?= App\asset_path('images/cloud.svg'); ?>">
        <div class="cta-btn__text-wrapper">
          <p class="cta-btn__sub">BitStar Database in 3 minutes</p>
          <h3 class="cta-btn__title">Material download</h3>
        </div>
      </a>
      <a class="cta-btn cta-btn_secondary" href="https://database.bitstar.tokyo/sponsors/sign_up" target="_blank">
        <img class="cta-btn__icon" src="<?= App\asset_path('images/human.svg'); ?>">
        <div class="cta-btn__text-wrapper">
          <p class="cta-btn__sub">3-day free trial available!</p>
          <h3 class="cta-btn__title">Free trial</h3>
        </div>
      </a>
    </div>

    <?php echo $__env->make('partials.platform-list', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
  </div>
</div>

<style>
  .hero::before,
  .hero::after {
    top: 242px;
  }
</style>
