.elementor-1537 .elementor-element.elementor-element-99d9de9{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-1537 .elementor-element.elementor-element-99d9de9.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1537 .elementor-element.elementor-element-0d72246{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1537 .elementor-element.elementor-element-e354042{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Arial;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}@media(min-width:768px){.elementor-1537 .elementor-element.elementor-element-99d9de9{--width:96.976%;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS */<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Social Media Growth Guide | Benafit Beats</title>
  <style>
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: Arial, Helvetica, sans-serif;
      background: #070707;
      color: #ffffff;
      line-height: 1.6;
    }

    .page {
      width: 100%;
      overflow-x: hidden;
    }

    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 60px 20px;
      background:
        radial-gradient(circle at top, rgba(0, 170, 255, 0.22), transparent 35%),
        linear-gradient(135deg, #050505 0%, #111111 55%, #050505 100%);
    }

    .container {
      max-width: 1120px;
      width: 100%;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 0.85fr;
      gap: 48px;
      align-items: center;
    }

    .badge {
      display: inline-block;
      padding: 8px 14px;
      border: 1px solid rgba(0, 200, 255, 0.45);
      border-radius: 999px;
      color: #8de8ff;
      font-size: 14px;
      margin-bottom: 18px;
      background: rgba(0, 200, 255, 0.08);
    }

    h1 {
      font-size: clamp(42px, 6vw, 78px);
      line-height: 0.95;
      letter-spacing: -2px;
      margin-bottom: 22px;
      text-transform: uppercase;
    }

    .gradient-text {
      background: linear-gradient(90deg, #ffffff, #75e7ff, #ffffff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .subheadline {
      font-size: 20px;
      color: #d1d1d1;
      max-width: 620px;
      margin-bottom: 28px;
    }

    .benefits {
      list-style: none;
      display: grid;
      gap: 12px;
      margin-bottom: 32px;
    }

    .benefits li {
      font-size: 17px;
      color: #f0f0f0;
    }

    .benefits span {
      color: #61dcff;
      font-weight: bold;
      margin-right: 8px;
    }

    .cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
    }

    .btn {
      display: inline-block;
      text-decoration: none;
      padding: 16px 24px;
      border-radius: 12px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: 0.2s ease;
    }

    .btn-primary {
      background: #00c8ff;
      color: #000000;
      box-shadow: 0 0 30px rgba(0, 200, 255, 0.35);
    }

    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 0 42px rgba(0, 200, 255, 0.55);
    }

    .small-note {
      color: #aaaaaa;
      font-size: 14px;
    }

    .card {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 28px;
      padding: 28px;
      box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
      backdrop-filter: blur(12px);
    }

    .mockup {
      aspect-ratio: 0.72 / 1;
      border-radius: 22px;
      background:
        linear-gradient(160deg, rgba(0, 200, 255, 0.28), transparent 40%),
        linear-gradient(180deg, #1b1b1b, #050505);
      border: 1px solid rgba(255, 255, 255, 0.12);
      padding: 28px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
    }

    .mockup::after {
      content: "";
      position: absolute;
      inset: auto -60px -60px auto;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: rgba(0, 200, 255, 0.22);
      filter: blur(24px);
    }

    .mockup h2 {
      font-size: 42px;
      line-height: 1;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
    }

    .mockup p {
      color: #dcdcdc;
      position: relative;
      z-index: 1;
    }

    .form-section {
      padding: 80px 20px;
      background: #0d0d0d;
    }

    .form-box {
      max-width: 780px;
      margin: 0 auto;
      text-align: center;
      background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
      border: 1px solid rgba(255,255,255,0.12);
      padding: 42px 24px;
      border-radius: 28px;
    }

    .form-box h2 {
      font-size: clamp(30px, 4vw, 48px);
      margin-bottom: 14px;
      text-transform: uppercase;
    }

    .form-box p {
      color: #cfcfcf;
      margin-bottom: 26px;
      font-size: 18px;
    }

    form {
      display: grid;
      grid-template-columns: 1fr 1fr auto;
      gap: 12px;
      max-width: 720px;
      margin: 0 auto;
    }

    input {
      width: 100%;
      padding: 16px;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,0.18);
      background: rgba(255,255,255,0.08);
      color: white;
      font-size: 16px;
      outline: none;
    }

    input::placeholder {
      color: #a8a8a8;
    }

    button {
      border: none;
      cursor: pointer;
      padding: 16px 22px;
      border-radius: 12px;
      background: #00c8ff;
      color: #000;
      font-weight: bold;
      text-transform: uppercase;
    }

    .sections {
      padding: 80px 20px;
      background: #070707;
    }

    .grid {
      max-width: 1120px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .feature {
      padding: 24px;
      border-radius: 22px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
    }

    .feature h3 {
      font-size: 21px;
      margin-bottom: 8px;
    }

    .feature p {
      color: #c8c8c8;
      font-size: 15px;
    }

    .footer-cta {
      text-align: center;
      padding: 80px 20px;
      background: linear-gradient(180deg, #070707, #101010);
    }

    .footer-cta h2 {
      font-size: clamp(30px, 4vw, 52px);
      margin-bottom: 14px;
      text-transform: uppercase;
    }

    .footer-cta p {
      color: #cfcfcf;
      margin-bottom: 26px;
    }

    @media (max-width: 860px) {
      .container,
      .grid,
      form {
        grid-template-columns: 1fr;
      }

      .hero {
        padding-top: 36px;
      }
    }
  </style>
</head>
<body>
  <main class="page">
    <section class="hero">
      <div class="container">
        <div>
          <div class="badge">Free PDF Download for Artists, Producers & Creators</div>
          <h1><span class="gradient-text">Social Media</span><br />Growth Guide</h1>
          <p class="subheadline">Get a content calendar, posting ideas, engagement tactics, and proven growth strategies to help you build momentum on TikTok, Instagram, YouTube Shorts, and more.</p>

          <ul class="benefits">
            <li><span>✓</span>30-day content calendar ideas</li>
            <li><span>✓</span>Hooks, captions, and post concepts that drive comments</li>
            <li><span>✓</span>Tips for increasing watch time, saves, shares, and reach</li>
            <li><span>✓</span>DM funnel ideas to turn viewers into buyers</li>
          </ul>

          <div class="cta-row">
            <a class="btn btn-primary" href="#download">Download The Free Guide</a>
            <span class="small-note">Instant access. No fluff.</span>
          </div>
        </div>

        <div class="card">
          <div class="mockup">
            <div>
              <h2>Growth<br />Guide</h2>
              <p>Content calendar • algorithm tips • viral hooks • DM funnel</p>
            </div>
            <p>Built by Benafit Beats for creators who want attention that turns into real fans.</p>
          </div>
        </div>
      </div>
    </section>

    <section class="form-section" id="download">
      <div class="form-box">
        <h2>Get The Free PDF</h2>
        <p>Enter your info below and get the Social Media Growth Guide sent straight to your inbox.</p>
        <form action="#" method="post">
          <input type="text" name="name" placeholder="Your name" />
          <input type="email" name="email" placeholder="Your email" required />
          <button type="submit">Send It</button>
        </form>
        <p class="small-note" style="margin-top:16px;">Replace this form with your Mailchimp embed code.</p>
      </div>
    </section>

    <section class="sections">
      <div class="grid">
        <div class="feature">
          <h3>Content Calendar</h3>
          <p>Plan your posts with a simple structure so you are not guessing what to upload every day.</p>
        </div>
        <div class="feature">
          <h3>Better Hooks</h3>
          <p>Use stronger opening lines and visual ideas that stop people from scrolling past your content.</p>
        </div>
        <div class="feature">
          <h3>Engagement Tactics</h3>
          <p>Learn how to create posts that encourage comments, saves, shares, and repeat views.</p>
        </div>
        <div class="feature">
          <h3>Short-Form Strategy</h3>
          <p>Use TikTok, Reels, and Shorts to test ideas fast and push traffic to your offers.</p>
        </div>
        <div class="feature">
          <h3>DM Funnel</h3>
          <p>Turn comments and viewers into conversations that can become customers, fans, or collaborators.</p>
        </div>
        <div class="feature">
          <h3>Brand Momentum</h3>
          <p>Build recognition by staying consistent with your visuals, captions, offers, and posting schedule.</p>
        </div>
      </div>
    </section>

    <section class="footer-cta">
      <h2>Stop Posting Randomly</h2>
      <p>Download the guide and start building a real content system for your brand.</p>
      <a class="btn btn-primary" href="#download">Get The Free PDF</a>
    </section>
  </main>
</body>
</html>/* End custom CSS */