<?php
require_once 'includes/header.php';

$advantages = [
    ['icon' => '🛡️', 'title' => 'UKGC Licensed Only',      'text' => 'Every casino listed on UKCas.pro holds an active licence from the UK Gambling Commission — your safety is our top priority.'],
    ['icon' => '⚡', 'title' => 'Fast & Secure Payouts',   'text' => 'Withdraw your winnings within 24 hours using the UK\'s most trusted payment methods, with full encryption on every transaction.'],
    ['icon' => '🎁', 'title' => 'Exclusive Welcome Offers', 'text' => 'Access bonus packages negotiated specifically for UKCas.pro visitors, not available on the operator\'s own website.'],
];

$why_cards = [
    [
        'img'   => 'https://images.unsplash.com/photo-1563013544-824ae1b704d3?w=500&h=220&q=80&fit=crop',
        'alt'   => 'Verification',
        'num'   => '01',
        'title' => 'Independent Testing',
        'text'  => 'Our team plays at every casino we recommend, testing deposits, withdrawals, support and fairness firsthand.',
    ],
    [
        'img'   => 'https://images.unsplash.com/photo-1553877522-43269d4ea984?w=500&h=220&q=80&fit=crop',
        'alt'   => 'Support',
        'num'   => '02',
        'title' => 'Player-First Approach',
        'text'  => 'We only list casinos that offer responsive customer support, clear bonus terms and no hidden wagering traps.',
    ],
    [
        'img'   => 'https://images.unsplash.com/photo-1551650975-87deedd944c3?w=500&h=220&q=80&fit=crop',
        'alt'   => 'Mobile',
        'num'   => '03',
        'title' => 'Mobile Optimised',
        'text'  => 'All featured platforms deliver a seamless experience on any device — smartphone, tablet or desktop.',
    ],
];

$testimonials = [
    [
        'avatar' => 'https://images.unsplash.com/photo-1580489944761-15a19d654956?w=80&h=80&q=80&fit=crop&crop=face',
        'name'   => 'Emily W.',
        'text'   => 'UKCas.pro pointed me to PlayOjo and I haven\'t looked back. Zero wagering requirements is a game changer!',
    ],
    [
        'avatar' => 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=80&h=80&q=80&fit=crop&crop=face',
        'name'   => 'James R.',
        'text'   => 'Really straightforward site — found a brilliant welcome bonus within minutes. Withdrawals were lightning fast too.',
    ],
    [
        'avatar' => 'https://images.unsplash.com/photo-1508214751196-bcfd4ca60f91?w=80&h=80&q=80&fit=crop&crop=face',
        'name'   => 'Sarah T.',
        'text'   => 'I appreciate how honest the reviews are. No fluff, just the facts. UKCas.pro is now my go-to reference.',
    ],
];

$stats = [
    ['icon' => '⭐', 'value' => '9.9/10', 'label' => 'PlayOjo Rating'],
    ['icon' => '👥', 'value' => '12 000+','label' => 'Verified Reviews'],
    ['icon' => '✅', 'value' => '98%',     'label' => 'Player Satisfaction'],
];

$star_svg = '<svg class="star" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>';
?>

<!-- ==================== HERO ==================== -->
<section class="hero">
  <div class="hero-bg-img"></div>
  <div class="hero-overlay"></div>
  <div class="hero-glow"></div>
  <div class="hero-content">
    <div class="hero-pill">UK's Premier Casino Comparison Guide</div>
    <h1>Discover the <span class="grad">Best Online Casinos</span> in the UK</h1>
    <p class="hero-text">UKCas.pro reviews and ranks UKGC-licensed casinos so you can find the safest platforms, biggest bonuses and best games — all in one place.</p>
    <div class="hero-cta">
      <a href="#casino" class="btn-grad">
        <svg width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><polygon points="5 3 19 12 5 21 5 3"/></svg>
        Explore Top Casinos
      </a>
      <a href="#advantages" class="btn-ghost">How We Pick</a>
    </div>
  </div>
</section>

<!-- ==================== ADVANTAGES ==================== -->
<section class="advantages" id="advantages">
  <div class="container">
    <div class="adv-layout">
      <div class="adv-text">
        <span class="section-label">Why UKCas.pro</span>
        <h2 class="section-title">Built for UK Players</h2>
        <p class="section-subtitle" style="margin-bottom:0">Everything we do is designed to protect your money, your data and your experience.</p>

        <div class="adv-cards">
          <?php foreach ($advantages as $a): ?>
            <div class="adv-card">
              <div class="adv-icon"><?= $a['icon'] ?></div>
              <div>
                <h3><?= htmlspecialchars($a['title']) ?></h3>
                <p><?= htmlspecialchars($a['text']) ?></p>
              </div>
            </div>
          <?php endforeach; ?>
        </div>
      </div>

      <div class="adv-visual">
        <div class="adv-float-card">
          <div class="val">9.9</div>
          <div class="lbl">PlayOjo Score</div>
        </div>
        <div class="adv-img-wrap">
          <img src="https://images.unsplash.com/photo-1596838132731-3301c3fd4317?w=700&q=80&fit=crop" alt="Casino floor">
          <div class="adv-img-overlay"></div>
          <div class="adv-badge">
            <div class="adv-badge-dot"></div>
            <span>Live Updates · <?= date('Y') ?></span>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- ==================== CASINO CARD ==================== -->
<section class="casino-section" id="casino">
  <div class="container">
    <div class="section-header">
      <span class="section-label">Featured Casino</span>
      <h2 class="section-title">Our #1 Pick for UK Players</h2>
      <p class="section-subtitle">Independently verified, UKGC licensed and loved by thousands of UK players.</p>
    </div>

    <div class="casino-card">
      <div class="casino-row">
        <!-- Logo -->
        <div class="casino-logo">
          <img src="assets/playojo-logo.jpg" alt="PlayOjo">
        </div>

        <!-- Offer -->
        <div class="casino-offer">
          <span class="offer-tag">Exclusive Offer</span>
          <div class="bonus-main">Get 100% Bonus Up to £250</div>
          <div class="bonus-sub">+ 250 Free Spins — No Wagering Requirements</div>
        </div>

        <!-- Rating -->
        <div class="casino-rating">
          <span class="score">9.9</span>
          <span class="votes">/ 10.0 &nbsp;•&nbsp; 12 000 votes</span>
        </div>

        <!-- Payments -->
        <div class="casino-pay">
          <img src="assets/payment-methods.png" alt="Payment methods">
          <div class="pay-more">+6 more payment options</div>
        </div>

        <!-- CTA -->
        <div class="casino-cta">
          <a href="https://www.playojo.com/" target="_blank" rel="noopener noreferrer">
            Play Now!
            <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/><polyline points="15 3 21 3 21 9"/><line x1="10" y1="14" x2="21" y2="3"/></svg>
          </a>
        </div>
      </div>

      <!-- Feature badges -->
      <div class="casino-features">
        <div class="casino-feat">
          <div class="casino-feat-icon">🎰</div>
          <div>
            <h4>3,000+ Games</h4>
            <p>Slots, live tables, jackpots and more from top studios.</p>
          </div>
        </div>
        <div class="casino-feat">
          <div class="casino-feat-icon">⚡</div>
          <div>
            <h4>Instant Withdrawals</h4>
            <p>Get your winnings processed the same day you request them.</p>
          </div>
        </div>
        <div class="casino-feat">
          <div class="casino-feat-icon">🛡️</div>
          <div>
            <h4>UKGC Licensed</h4>
            <p>Fully regulated, responsible gaming tools built in.</p>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- ==================== WHY ==================== -->
<section class="why-section" id="how">
  <div class="container">
    <div class="section-header">
      <span class="section-label">Our Method</span>
      <h2 class="section-title">How We Choose Casinos</h2>
      <p class="section-subtitle">A rigorous, transparent process — because your trust matters more than commissions.</p>
    </div>

    <div class="why-grid">
      <?php foreach ($why_cards as $card): ?>
        <div class="why-card">
          <div class="why-card-img">
            <img src="<?= $card['img'] ?>" alt="<?= htmlspecialchars($card['alt']) ?>">
            <div class="why-num"><?= $card['num'] ?></div>
          </div>
          <div class="why-body">
            <h3><?= htmlspecialchars($card['title']) ?></h3>
            <p><?= htmlspecialchars($card['text']) ?></p>
          </div>
        </div>
      <?php endforeach; ?>
    </div>
  </div>
</section>

<!-- ==================== TESTIMONIALS ==================== -->
<section class="testimonials" id="testimonials">
  <div class="container">
    <div class="section-header">
      <span class="section-label">Player Voices</span>
      <h2 class="section-title">What Our Readers Say</h2>
      <p class="section-subtitle">Real feedback from real UK players who found their perfect casino through UKCas.pro.</p>
    </div>

    <div class="test-grid">
      <?php foreach ($testimonials as $t): ?>
        <div class="test-card">
          <div class="test-quote">"</div>
          <div class="test-head">
            <img class="test-avatar" src="<?= $t['avatar'] ?>" alt="<?= htmlspecialchars($t['name']) ?>">
            <div>
              <div class="test-name"><?= htmlspecialchars($t['name']) ?></div>
              <div class="test-stars"><?= str_repeat($star_svg, 5) ?></div>
            </div>
          </div>
          <p class="test-text"><?= htmlspecialchars($t['text']) ?></p>
        </div>
      <?php endforeach; ?>
    </div>

    <div class="stats-row">
      <?php foreach ($stats as $s): ?>
        <div class="stat-card">
          <div class="stat-icon"><?= $s['icon'] ?></div>
          <div>
            <div class="stat-val"><?= $s['value'] ?></div>
            <div class="stat-lbl"><?= htmlspecialchars($s['label']) ?></div>
          </div>
        </div>
      <?php endforeach; ?>
    </div>
  </div>
</section>

<!-- ==================== PRIVACY POLICY ==================== -->
<section class="legal-section" id="privacy">
  <div class="container">
    <div class="legal-header">
      <span class="section-label">Legal Information</span>
      <h2 class="section-title">Privacy Policy</h2>
      <p class="section-subtitle">Last updated: <?= date('d/m/Y') ?></p>
    </div>
    <div class="legal-content">
      <h3>1. Data Collection</h3>
      <p>UKCas.pro, operated by Broadmere Ltd, collects only the data necessary for the proper functioning of our services. This may include browsing data (IP address, browser type, pages visited) through cookies and analytics tools. No personally identifiable information is collected without your explicit consent.</p>

      <h3>2. Use of Data</h3>
      <p>The data collected is used for the following purposes: improving user experience on our platform, producing anonymous traffic statistics, ensuring the security and performance of the site, and personalising displayed content.</p>

      <h3>3. Data Sharing</h3>
      <p>UKCas.pro does not sell, exchange or transfer your personal data to third parties without your consent, except where required by law. Analytics partners (e.g. Google Analytics) process data in an anonymised manner in accordance with their own privacy policies.</p>

      <h3>4. Your Rights</h3>
      <p>Under the UK Data Protection Act 2018 and the UK GDPR, you have the right to access, rectify, delete and port your data. To exercise these rights, contact us at: <strong>info@ukcas.pro</strong>.</p>

      <h3>5. Security</h3>
      <p>We implement appropriate technical and organisational security measures to protect your data against unauthorised access, alteration, disclosure or destruction.</p>

      <h3>6. Changes to This Policy</h3>
      <p>UKCas.pro reserves the right to update this Privacy Policy at any time. Changes take effect upon publication on the site. Continued use of the site after modification constitutes acceptance of the updated policy.</p>
    </div>
  </div>
</section>

<!-- ==================== COOKIE POLICY ==================== -->
<section class="legal-section" id="cookie-policy">
  <div class="container">
    <div class="legal-header">
      <span class="section-label">Legal Information</span>
      <h2 class="section-title">Cookie Policy</h2>
      <p class="section-subtitle">Last updated: <?= date('d/m/Y') ?></p>
    </div>
    <div class="legal-content">
      <h3>1. What Are Cookies</h3>
      <p>Cookies are small text files stored on your device when you visit a website. They help the website recognise your device and remember certain information about your visit.</p>

      <h3>2. How We Use Cookies</h3>
      <p>UKCas.pro uses the following types of cookies:</p>
      <p><strong>Essential cookies:</strong> Required for the site to function properly. These cannot be disabled.</p>
      <p><strong>Analytics cookies:</strong> Help us understand how visitors interact with our site by collecting anonymous usage data.</p>
      <p><strong>Preference cookies:</strong> Remember your settings and preferences to enhance your experience on future visits.</p>

      <h3>3. Managing Cookies</h3>
      <p>You can control and manage cookies through your browser settings. Please note that disabling certain cookies may affect the functionality of the site. Most browsers allow you to refuse or accept cookies, delete existing cookies, and set preferences for certain websites.</p>

      <h3>4. Third-Party Cookies</h3>
      <p>Some cookies are placed by third-party services that appear on our pages, such as analytics providers. We do not control these cookies and recommend reviewing the relevant third party's cookie policy.</p>
    </div>
  </div>
</section>

<!-- ==================== TERMS & CONDITIONS ==================== -->
<section class="legal-section" id="terms">
  <div class="container">
    <div class="legal-header">
      <span class="section-label">Legal Information</span>
      <h2 class="section-title">Terms &amp; Conditions</h2>
      <p class="section-subtitle">Last updated: <?= date('d/m/Y') ?></p>
    </div>
    <div class="legal-content">
      <h3>1. Purpose</h3>
      <p>These terms and conditions govern access to and use of the UKCas.pro website, operated by Broadmere Ltd. By accessing the site, you agree to be bound by these terms.</p>

      <h3>2. Nature of the Service</h3>
      <p>UKCas.pro is an independent informational and comparison platform. We provide information and reviews of online casinos operating legally in the United Kingdom. UKCas.pro does not offer gambling services and is not a licensed gambling operator.</p>

      <h3>3. Age Restriction</h3>
      <p>Access to this site is restricted to individuals aged 18 and over. By using this site, you confirm that you meet this age requirement.</p>

      <h3>4. Disclaimer</h3>
      <p>The information presented on UKCas.pro is provided for informational purposes only. While we strive to keep our content accurate and up to date, we make no guarantees regarding its completeness or accuracy. UKCas.pro shall not be held liable for any decisions made based on information published on this site.</p>

      <h3>5. External Links</h3>
      <p>UKCas.pro contains links to third-party websites (casino operators). These links are provided for informational purposes and UKCas.pro is not responsible for the content, policies or practices of these external sites.</p>

      <h3>6. Intellectual Property</h3>
      <p>All content on the site (text, images, logos, graphics) is protected by intellectual property law. Any unauthorised reproduction, distribution or use is strictly prohibited.</p>

      <h3>7. Responsible Gambling</h3>
      <p>UKCas.pro promotes responsible gambling. Gambling carries risks of addiction. If you or someone you know needs help, please contact <strong>GamCare on 0808 8020 133</strong> (free, 24/7) or visit <a href="https://www.gambleaware.org/">GambleAware.org</a>.</p>

      <h3>8. Amendments</h3>
      <p>UKCas.pro reserves the right to modify these terms at any time. Changes take effect upon publication. Continued use of the site after modification constitutes acceptance of the new terms.</p>
    </div>
  </div>
</section>

<?php require_once 'includes/footer.php'; ?>
