   /* #chestionar-wrapper {max-width: 100%; margin: 20px auto; background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } */
   #chestionar-wrapper h2{text-align: center;font-size: 22px;font-weight: bold;text-transform: uppercase;}
      #chestionar-wrapper  .form-group { margin-bottom: 30px; }
      #chestionar-wrapper  label { display: block; font-weight: bold; margin-bottom: 8px; font-size: 16px;line-height: 20px;}
      #chestionar-wrapper  .other-input label{display: flex;align-items: center; gap:5px;}
      #chestionar-wrapper  input[type="text"], input[type="email"], input[type="number"], select, textarea { 
            width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; 
        }
      #chestionar-wrapper  label.intrebare-chestionar  {
            display: flex;
            gap: 5px;
            background: #e5e5e761;
            padding: 10px 5px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            line-height: 22px;
        }
      #chestionar-wrapper  .intrebare-chestionar .required{
            color: #ec4304;
            font-size: 30px;
        }
      #chestionar-wrapper  textarea { height: 100px; }
      #chestionar-wrapper  label input[type="radio"], label input[type="checkbox"] { margin-right: 10px; }
      #chestionar-wrapper  .form-group label:not(:first-child) { font-weight: normal; margin-top: 5px; cursor: pointer; }
      #chestionar-wrapper  button[type="submit"] { 
            background: #28a745; color: #fff; border: none; padding: 12px 25px; 
            font-size: 1em; border-radius: 4px; cursor: pointer; transition: background 0.3s;line-height:1em;height:auto;
        }
      #chestionar-wrapper  button[type="submit"]:hover { background: #218838; }
      #chestionar-wrapper  button[type="submit"]:disabled { background: #ccc; cursor: not-allowed; }
      #chestionar-wrapper  .form-response { margin-top: 20px; padding: 15px; border-radius: 4px; }
     #chestionar-wrapper   .btn-download { 
            display: inline-block; margin-top: 10px; padding: 10px 20px; 
            background: #007bff; color: #fff; text-decoration: none; border-radius: 4px; 
        }
      #chestionar-wrapper  .btn-download:hover { background: #0056b3; }
      #chestionar-wrapper  .btn-reload{    display: inline-block;
          margin-top: 10px;
          padding: 10px 20px;
          background: #ffffff;
          border: 2px solid #007bff96;
          color: #fff;
          color: #007bff;
          text-decoration: none;
          border-radius: 4px;
        }
      #chestionar-wrapper .sectiune{
          font-size: 16px;
          margin: 30px 0px;
        }
        #chestionar-wrapper .sectiune .italic{
          font-size: 16px;
          font-style: italic;
        }
        #chestionar-wrapper .sectiune .title{
          font-size: 18px;
          font-weight: bold;
        }
        #chestionar-wrapper .sectiune .subtitle{
          font-size: 18px;
          color: #0681e3;
          font-weight: bold;
        }
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@400;500&display=swap');

  .report-card {
    font-family: 'DM Sans', sans-serif;
    display: flex;
    align-items: stretch;
    border-radius: 20px;
    overflow: hidden;
    max-width: 100%;
    margin: 1.5rem auto;
    background: #0d3d3a;
    position: relative;
    min-height: 250px;
  }

  .report-card::before {
    content: '';
    position: absolute;
    top: -60px;
    right: 180px;
    width: 220px;
    height: 220px;
    background: #F97316;
    opacity: 0.08;
    border-radius: 50%;
    pointer-events: none;
  }

  .report-card::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 120px;
    width: 160px;
    height: 160px;
    background: #F97316;
    opacity: 0.06;
    border-radius: 50%;
    pointer-events: none;
  }

  .book-side {
    flex: 0 0 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 0 28px 28px;
  }

  .book-wrap {
    position: relative;
    width: 140px;
    flex-shrink: 0;
  }
.book-wrap img{
    width: 100%;
}
  .book-cover {
    width: 140px;
    height: 210px;
    border-radius: 4px 10px 10px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #F97316 0%, #ea6000 60%, #c44f00 100%);
    position: relative;
    overflow: hidden;
    box-shadow: -3px 4px 0 #0a2c2a, 6px 12px 32px rgba(0,0,0,0.5);
  }

  .book-cover::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 12px;
    background: rgba(0,0,0,0.25);
    border-radius: 0;
  }

  .book-cover-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background-image: repeating-linear-gradient(
      45deg,
      #fff 0px, #fff 1px,
      transparent 1px, transparent 12px
    );
  }

  .book-icon {
    font-size: 38px;
    color: rgba(255,255,255,0.95);
    margin-bottom: 10px;
    z-index: 1;
  }

  .book-label {
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    text-align: center;
    padding: 0 14px;
    line-height: 1.4;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  .gift-badge {
    position: absolute;
    top: -10px;
    right: -14px;
    background: #F97316;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 9px;
    border-radius: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(249,115,22,0.5);
    z-index: 10;
    white-space: nowrap;
  }

  .content-side {
    flex: 1;
    padding: 32px 32px 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .eyebrow {
    font-size: 11px;
    font-weight: 500;
    color: #F97316;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .eyebrow::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 2px;
    background: #F97316;
    border-radius: 2px;
  }

  .report-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(18px, 3vw, 26px);
    font-weight: 900;
    color: #ffffff;
    line-height: 1.25;
    margin: 0 0 18px;
  }

  .report-title span {
    color: #F97316;
  }

  .divider {
    width: 40px;
    height: 2px;
    background: #F97316;
    border-radius: 2px;
    margin-bottom: 18px;
    opacity: 0.6;
  }

  .cta-text {
    font-size: 16px;
    line-height: 1.65;
    color: #fff;
    margin: 0 0 24px;
    
  }

  .cta-text strong {
    color: #ffffff;
    font-weight: 600;
  }

  .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F97316;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 12px 22px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    align-self: flex-start;
    transition: background 0.2s, transform 0.15s;
    box-shadow: 0 4px 18px rgba(249,115,22,0.38);
  }

  .cta-btn:hover {
    background: #ea6000;
    transform: translateY(-1px);
  }

  .cta-btn i {
    font-size: 16px;
  }

  @media (max-width: 540px) {
    .report-card {
      flex-direction: column;
      min-height: unset;
    }
    .book-side {
      flex: none;
      padding: 28px 28px 10px;
      justify-content: flex-start;
    }
    .content-side {
      padding: 16px 24px 28px;
    }
    .report-title {
      font-size: 20px;
    }
  }