tes

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&display=swap" rel="stylesheet">
<style>
  .flood-hero-wrap * {
    box-sizing: border-box;
  }
  .flood-hero {
    width: 100%;
    min-height: 100svh;
    background: url('http://catalinbarbu.ro/wp-content/uploads/2026/03/Background-site.png') center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px 26px 170px;
    position: relative;
    overflow: hidden;
    font-family: 'Cinzel', serif;
  }
  .flood-hero-inner {
    color: #0b2d5b;
    width: min(1500px, 100%);
    transform: translateY(-20%);
  }
  .flood-q {
    font-size: clamp(26px, 3vw, 58px);
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 12px;
  }
  .flood-title {
    font-size: clamp(18px, 2.45vw, 44px);
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0 0 12px;
  }
  .flood-subtitle {
    font-size: clamp(18px, 2.2vw, 40px);
    font-weight: 600;
    line-height: 1.12;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
  }
  .flood-books {
    position: absolute;
    left: 50%;
    bottom: clamp(24px, 4vh, 44px);
    transform: translateX(-50%);
    width: min(95%, 1220px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: clamp(12px, 2vw, 26px);
  }
  .flood-book-item {
    width: clamp(190px, 24vw, 330px);
  }
  .flood-book-link {
    display: block;
    line-height: 0;
    border-radius: 2px;
    overflow: hidden;
  }
  .flood-book-link img {
    width: 100%;
    height: auto;
    display: block;
  }
  .flood-center-wrap {
    position: relative;
    width: clamp(190px, 24vw, 330px);
  }
  .flood-copyright {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: clamp(46px, 5vw, 72px);
    line-height: 0;
  }
  .flood-copyright img {
    width: 100%;
    height: auto;
    display: block;
  }
  @media (max-width: 900px) {
    .flood-hero {
      padding-bottom: 120px;
    }
    .flood-hero-inner {
      transform: translateY(-12%);
    }
    .flood-books {
      width: min(96%, 740px);
      gap: 12px;
    }
  }
</style>
<div class="flood-hero-wrap">
  <section class="flood-hero">
    <div class="flood-hero-inner">
      <h2 class="flood-q">CE CREZI?</h2>
      <h1 class="flood-title">A TRECUT PLANETA NOASTRA PRINTR-UN POTOP?</h1>
      <p class="flood-subtitle">DO YOU BELIEVE OUR PLANET WENT THROUGH A FLOOD?</p>
    </div>
    <div class="flood-books">
      <div class="flood-book-item">
        <a class="flood-book-link" href="http://catalinbarbu.ro/analiza-potopului-limba-romana/">
          <img src="http://catalinbarbu.ro/wp-content/uploads/2026/03/coperta-c-barbu1-scaled.jpg" alt="Analiza Potopului">
        </a>
      </div>
      <div class="flood-center-wrap">
        <a class="flood-book-link" href="https://domeniu.ro/page">
          <img src="http://catalinbarbu.ro/wp-content/uploads/2026/03/coperta-2-t-p-2026-5152-x-3545-px-scaled.png" alt="Analiza Potopului 2026">
        </a>
        <a class="flood-copyright" href="https://www.vectorstock.com/royalty-free-vector/copyright-symbol-icon-vector-16675648" target="_blank" rel="noopener noreferrer">
          <img src="PUNE_AICI_URL_COPYRIGHT.png" alt="Copyright">
        </a>
      </div>
      <div class="flood-book-item">
        <a class="flood-book-link" href="https://domeniu.ro/page">
          <img src="http://catalinbarbu.ro/wp-content/uploads/2026/03/coperta-3-A-p-English-5152-x-3545-px-scaled.png" alt="Analysis of the Flood 2026">
        </a>
      </div>
    </div>
  </section>
</div>