/*
=======================================================================
public/css/pages/auteur.css
=======================================================================
Styles spécifiques à la page "L'auteur" (pages/auteur.blade.php).

NOTE : Aucune règle header dans ce fichier.
Le header a son propre CSS embarqué dans partials/header.blade.php.

Sections couvertes :
  .u-section-1  → Hero : portrait + titre + CTA
  .u-section-2  → Présentation auteur + image de fond
  .u-section-3  → Pourquoi LeDocteur.org ?
  .u-section-4  → Séparateur vide
  .u-section-5  → Méthode de travail (3 étapes)
  .u-section-6  → Galerie "En images"
  .u-section-7  → Messages clés (citations paginées)
  .u-section-8  → Newsletter / CTA "Restons connectés"
  .wrapper / .quote-card / .pagination → Composant citations JS
=======================================================================
*/

@font-face {
  font-family: 'ParnasoSmallTrial-Medium-BF66bd73b44e151';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ParnasoSmallTrial-Medium-BF66bd73b44e151.otf');
}

/* 1. Fond de la section en bleu profond */
.u-section-8 {
    background-color: #003A70 !important;
    background-image: none !important;
}

/* 2. Transparence des conteneurs Nicepage pour laisser voir le bleu */
.u-section-8 .u-sheet,
.u-section-8 .u-layout-cell, 
.u-section-8 .u-container-layout,
.u-section-8 .u-group,
.u-section-8 .u-inner-container-layout {
    background-color: transparent !important;
}

 .u-section-1 {
  --color-var: #f9fafb;
}

.u-section-1 .u-sheet-1 {
  min-height: 440px;
}

.u-section-1 .u-layout-wrap-1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 400px;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px;
}

.u-section-1 .u-image-1 {
  height: 340px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-1 .u-layout-cell-2 {
  min-height: 400px;
}

.u-section-1 .u-container-layout-2 {
  padding: 26px 30px;
}

.u-section-1 .u-text-1 {
  font-size: 2.5rem;
  line-height: 1.4;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-weight: 700;
  margin: 31px 542px 0 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.25rem;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  line-height: 1.4;
  margin: 18px 196px 0 0;
}

.u-section-1 .u-btn-1 {
  letter-spacing: 1px;
  background-image: none;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 0.875rem;
  margin: 51px auto 0 183px;
}

.u-section-1 .u-btn-2 {
  letter-spacing: 1px;
  background-image: none;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 0.875rem;
  border-style: solid;
  margin: -40px 18px 0 auto;
  padding: 10px 30px 11px;
}

.u-section-1 .u-btn-3 {
  background-image: none;
  font-size: 0.875rem;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  margin: -41px auto 0 0;
  padding: 10px 29px 11px 28px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 370px;
  }

  .u-section-1 .u-layout-wrap-1 {
    position: relative;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 330px;
  }

  .u-section-1 .u-image-1 {
    height: 269px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 330px;
  }

  .u-section-1 .u-text-1 {
    margin-right: 409px;
  }

  .u-section-1 .u-text-2 {
    margin-right: 63px;
  }

  .u-section-1 .u-btn-1 {
    margin-left: 50px;
  }

  .u-section-1 .u-btn-2 {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 312px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 780px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 13px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 279px;
  }

  .u-section-1 .u-image-1 {
    height: 219px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 279px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    width: auto;
    margin-top: 0;
    margin-right: 302px;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.125rem;
    width: auto;
    margin-top: 0;
    margin-right: 0;
  }

  .u-section-1 .u-btn-1 {
    font-size: 0.625rem;
    margin-top: 0;
    margin-left: 0;
  }

  .u-section-1 .u-btn-2 {
    font-size: 0.625rem;
    margin-top: 12px;
    margin-right: auto;
    margin-left: 0;
  }

  .u-section-1 .u-btn-3 {
    font-size: 0.625rem;
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 854px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 540px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 579px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-image-1 {
    height: 569px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 570px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 404px;
    margin: 9px -32px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 274px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-top: 13px;
    padding-bottom: 5px;
  }

  .u-section-1 .u-image-1 {
    height: 253px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 278px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-top: 5px;
    padding-bottom: 7px;
  }

  .u-section-1 .u-text-1 {
    margin-right: 251px;
  }

  .u-section-1 .u-text-2 {
    font-size: 1rem;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 75px;
    margin-left: auto;
    padding: 9px 86px 11px 85px;
  }

  .u-section-1 .u-btn-2 {
    margin-top: 15px;
    margin-left: auto;
    padding-right: 126px;
    padding-left: 124px;
  }

  .u-section-1 .u-btn-3 {
    margin-top: -151px;
    margin-left: auto;
    padding-right: 145px;
    padding-left: 144px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 414px;
}

.u-section-2 .u-layout-wrap-1 {
  margin-top: 60px;
  margin-bottom: 50px;
}

.u-section-2 .u-layout-cell-1 {
  min-height: 304px;
}

.u-section-2 .u-container-layout-1 {
  padding: 30px;
}

.u-section-2 .u-text-1 {
  font-size: 1rem;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  line-height: 1.4;
  margin: 20px 20px 0;
}

.u-section-2 .u-text-2 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-weight: 700;
  margin: 38px 477px 0 20px;
}

.u-section-2 .u-text-3 {
  font-size: 0.875rem;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  margin: 0 250px 0 20px;
}

.u-section-2 .u-image-1 {
  min-height: 304px;
  background-image: url("../../images/aut.jpg");
  background-position: 50% 50%;
}

.u-section-2 .u-container-layout-2 {
  padding: 30px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 465px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 251px;
  }

  .u-section-2 .u-text-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-text-2 {
    margin-right: 364px;
    margin-left: 0;
  }

  .u-section-2 .u-text-3 {
    margin-right: 137px;
    margin-left: 0;
  }

  .u-section-2 .u-image-1 {
    min-height: 251px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 301px;
  }

  .u-section-2 .u-layout-wrap-1 {
    width: 768px;
    margin: 20px -24px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 261px;
  }

  .u-section-2 .u-container-layout-1 {
    padding: 17px 20px 15px 19px;
  }

  .u-section-2 .u-text-1 {
    width: auto;
    margin-top: 0;
  }

  .u-section-2 .u-text-2 {
    width: auto;
    margin-top: 20px;
    margin-right: 236px;
    margin-left: 1px;
  }

  .u-section-2 .u-text-3 {
    width: auto;
    margin-right: 0;
  }

  .u-section-2 .u-image-1 {
    min-height: 261px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 876px;
  }

  .u-section-2 .u-layout-wrap-1 {
    width: 540px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-image-1 {
    min-height: 551px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 528px;
  }

  .u-section-2 .u-layout-wrap-1 {
    width: 410px;
    margin: 10px -35px 17px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 253px;
    order: 1;
  }

  .u-section-2 .u-container-layout-1 {
    padding-top: 6px;
    padding-bottom: 10px;
  }

  .u-section-2 .u-text-1 {
    font-size: 0.875rem;
  }

  .u-section-2 .u-text-2 {
    margin-top: 10px;
    margin-right: 182px;
    margin-left: 0;
  }

  .u-section-2 .u-text-3 {
    margin-top: 15px;
  }

  .u-section-2 .u-image-1 {
    min-height: 248px;
    order: 0;
  }
} .u-section-3 {
  min-height: 400px;
}

.u-section-3 .u-shape-1 {
  width: calc(((100% - 1140px) / 2)  + 253px);
  height: 400px;
  margin: 0 auto 0 0;
}

.u-section-3 .u-image-1 {
  width: 364px;
  height: 364px;
  margin: -382px auto 0 calc(((100% - 1140px) / 2)  + -42px);
}

.u-section-3 .u-text-1 {
  font-size: 2.25rem;
  line-height: 1.4;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-weight: 700;
  margin: -276px calc(((100% - 1140px) / 2)  + 247px) 0 calc(((100% - 1140px) / 2)  + 396px);
}

.u-section-3 .u-text-2 {
  font-size: 1.125rem;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  line-height: 1.4;
  margin: 37px calc(((100% - 1140px) / 2)) 60px calc(((100% - 1140px) / 2)  + 396px);
}

@media (max-width: 1199px) {
  .u-section-3 .u-shape-1 {
    width: calc(((100% - 940px) / 2) + 253px);
  }

  .u-section-3 .u-image-1 {
    margin-left: calc(((100% - 940px) / 2) + -42px);
  }

  .u-section-3 .u-text-1 {
    margin-top: 20px;
    margin-right: calc(((100% - 940px) / 2)  + 147px);
    margin-left: calc(((100% - 940px) / 2)  + 296px);
  }

  .u-section-3 .u-text-2 {
    margin-right: calc(((100% - 940px) / 2));
    margin-left: calc(((100% - 940px) / 2) + 296px);
  }
}

@media (max-width: 991px) {
   .u-section-3 {
    min-height: 284px;
  }

  .u-section-3 .u-shape-1 {
    width: calc(((100% - 720px) / 2)  + 165px);
    height: 284px;
  }

  .u-section-3 .u-image-1 {
    width: 264px;
    height: 248px;
    margin-top: -266px;
    margin-left: calc(((100% - 720px) / 2)  + -42px);
  }

  .u-section-3 .u-text-1 {
    width: auto;
    margin-top: -227px;
    margin-right: calc(((100% - 720px) / 2)  + 56px);
    margin-left: calc(((100% - 720px) / 2)  + 240px);
  }

  .u-section-3 .u-text-2 {
    width: auto;
    margin: 25px calc(((100% - 720px) / 2)  + -25px) 18px calc(((100% - 720px) / 2)  + 240px);
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-shape-1 {
    width: calc(((100% - 540px) / 2) + 165px);
  }

  .u-section-3 .u-image-1 {
    margin-left: calc(((100% - 540px) / 2) + -42px);
  }

  .u-section-3 .u-text-1 {
    margin-top: 20px;
    margin-right: calc(((100% - 540px) / 2));
    margin-left: calc(((100% - 540px) / 2));
  }

  .u-section-3 .u-text-2 {
    margin-right: calc(((100% - 540px) / 2));
    margin-left: calc(((100% - 540px) / 2));
  }
}

@media (max-width: 575px) {
   .u-section-3 {
    min-height: 227px;
  }

  .u-section-3 .u-shape-1 {
    width: calc(((100% - 340px) / 2)  + 99px);
    height: 227px;
  }

  .u-section-3 .u-image-1 {
    width: 158px;
    height: 156px;
    margin-top: -191px;
    margin-left: calc(((100% - 340px) / 2)  + -42px);
  }

  .u-section-3 .u-text-1 {
    font-size: 1.25rem;
    margin-top: -178px;
    margin-right: calc(((100% - 340px) / 2)  + -22px);
    margin-left: calc(((100% - 340px) / 2)  + 125px);
  }

  .u-section-3 .u-text-2 {
    font-size: 0.875rem;
    margin: 0 calc(((100% - 340px) / 2)  + -41px) 9px calc(((100% - 340px) / 2)  + 125px);
  }
}.u-section-4 .u-sheet-1 {
  min-height: 27px;
}.u-section-5 .u-sheet-1 {
  min-height: 220px;
}

.u-section-5 .u-text-1 {
  font-size: 1.875rem;
  line-height: 1.4;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-weight: 700;
  width: 420px;
  margin: 37px auto 0;
}

.u-section-5 .u-list-1 {
  margin-top: 15px;
  margin-bottom: 37px;
}

.u-section-5 .u-repeater-1 {
  --gap: 10px;
  grid-auto-columns: calc(33.3333% - 6.66667px);
  grid-template-columns: repeat(3, calc(33.3333% - 6.66667px));
  min-height: 91px;
}

.u-section-5 .u-container-layout-1 {
  padding: 10px;
}

.u-section-5 .u-image-1 {
  width: 66px;
  height: 62px;
  margin: 0 auto 0 0;
}

.u-section-5 .u-text-2 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-weight: 400;
  margin: -54px 142px 0 81px;
}

.u-section-5 .u-text-3 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-weight: 400;
  font-size: 0.75rem;
  margin: 3px 60px 0 81px;
}

.u-section-5 .u-container-layout-2 {
  padding: 10px;
}

.u-section-5 .u-image-2 {
  width: 66px;
  height: 62px;
  margin: 0 auto 0 0;
}

.u-section-5 .u-text-4 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-weight: 400;
  margin: -54px 142px 0 81px;
}

.u-section-5 .u-text-5 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-weight: 400;
  font-size: 0.75rem;
  margin: 3px 60px 0 81px;
}

.u-section-5 .u-container-layout-3 {
  padding: 10px;
}

.u-section-5 .u-image-3 {
  width: 66px;
  height: 62px;
  margin: 0 auto 0 0;
}

.u-section-5 .u-text-6 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-weight: 400;
  margin: -54px 142px 0 81px;
}

.u-section-5 .u-text-7 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-weight: 400;
  font-size: 0.75rem;
  margin: 3px 60px 0 81px;
}

@media (max-width: 1199px) {
  .u-section-5 .u-repeater-1 {
    grid-auto-columns: calc(33.333333333333336% - 6.666666666666667px);
    grid-template-columns: repeat(3, calc(33.333333333333336% - 6.666666666666667px));
    min-height: 75px;
  }

  .u-section-5 .u-text-2 {
    margin-top: 20px;
    margin-right: 23px;
    margin-left: 0;
  }

  .u-section-5 .u-text-3 {
    width: 208px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-5 .u-text-4 {
    margin-top: 20px;
    margin-right: 23px;
    margin-left: 0;
  }

  .u-section-5 .u-text-5 {
    width: 208px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-5 .u-text-6 {
    margin-top: 20px;
    margin-right: 23px;
    margin-left: 0;
  }

  .u-section-5 .u-text-7 {
    width: 208px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-sheet-1 {
    min-height: 180px;
  }

  .u-section-5 .u-list-1 {
    width: 782px;
    margin-left: -31px;
    margin-right: -31px;
    margin-bottom: 14px;
  }

  .u-section-5 .u-repeater-1 {
    grid-auto-columns: calc(33.3333% - 6.66667px);
    grid-template-columns: repeat(3, calc(33.3333% - 6.66667px));
    min-height: 72px;
  }

  .u-section-5 .u-container-layout-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-5 .u-image-1 {
    width: 50px;
    height: 47px;
  }

  .u-section-5 .u-text-2 {
    width: auto;
    margin-top: -47px;
    margin-right: 82px;
    margin-left: 65px;
  }

  .u-section-5 .u-text-3 {
    width: auto;
    margin-top: 0;
    margin-right: 11px;
    margin-left: 65px;
  }

  .u-section-5 .u-container-layout-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-5 .u-image-2 {
    width: 50px;
    height: 47px;
  }

  .u-section-5 .u-text-4 {
    width: auto;
    margin-top: -47px;
    margin-right: 82px;
    margin-left: 65px;
  }

  .u-section-5 .u-text-5 {
    width: auto;
    margin-top: 0;
    margin-right: 11px;
    margin-left: 65px;
  }

  .u-section-5 .u-container-layout-3 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 7px;
  }

  .u-section-5 .u-image-3 {
    width: 50px;
    height: 47px;
  }

  .u-section-5 .u-text-6 {
    width: auto;
    margin-top: -47px;
    margin-right: 82px;
    margin-left: 65px;
  }

  .u-section-5 .u-text-7 {
    width: auto;
    margin-top: 0;
    margin-right: 11px;
    margin-left: 65px;
  }
}

@media (max-width: 767px) {
  .u-section-5 .u-list-1 {
    width: 540px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-5 .u-repeater-1 {
    grid-auto-columns: calc(50% - 5px);
    grid-template-columns: repeat(2, calc(50% - 5px));
    min-height: 149px;
  }

  .u-section-5 .u-text-2 {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-5 .u-text-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-5 .u-text-4 {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-5 .u-text-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-5 .u-text-6 {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-5 .u-text-7 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .u-section-5 .u-sheet-1 {
    min-height: 320px;
  }

  .u-section-5 .u-text-1 {
    font-size: 1.5rem;
    width: auto;
    margin-top: 11px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-5 .u-list-1 {
    margin-top: 8px;
    margin-bottom: 20px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-5 .u-repeater-1 {
    grid-auto-columns: calc(100% + 0px);
    grid-template-columns: 100%;
    min-height: 247px;
  }

  .u-section-5 .u-container-layout-1 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .u-section-5 .u-image-1 {
    margin-top: 13px;
    margin-left: 8px;
  }

  .u-section-5 .u-text-2 {
    margin-top: -47px;
    margin-right: 136px;
    margin-left: 80px;
  }

  .u-section-5 .u-text-3 {
    margin-right: 28px;
    margin-left: 80px;
  }

  .u-section-5 .u-container-layout-2 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .u-section-5 .u-image-2 {
    margin-top: 13px;
    margin-left: 8px;
  }

  .u-section-5 .u-text-4 {
    margin-top: -47px;
    margin-right: 136px;
    margin-left: 80px;
  }

  .u-section-5 .u-text-5 {
    margin-right: 28px;
    margin-left: 80px;
  }

  .u-section-5 .u-container-layout-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .u-section-5 .u-image-3 {
    margin-top: 13px;
    margin-left: 8px;
  }

  .u-section-5 .u-text-6 {
    margin-top: -47px;
    margin-right: 136px;
    margin-left: 80px;
  }

  .u-section-5 .u-text-7 {
    margin-right: 28px;
    margin-left: 80px;
  }
}.u-section-6 .u-sheet-1 {
  min-height: 730px;
}

.u-section-6 .u-text-1 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 2rem;
  font-weight: 700;
  margin: 34px auto 0;
}

.u-section-6 .u-line-1 {
  width: 148px;
  transform-origin: left center;
  --border-color-var: #b8274c;
  margin: 2px auto 0;
}

.u-section-6 .u-image-1 {
  width: 291px;
  height: 274px;
  margin: 23px auto 0 0;
}

.u-section-6 .u-image-2 {
  width: 260px;
  height: 274px;
  margin: -274px auto 0 324px;
}

.u-section-6 .u-image-3 {
  width: 584px;
  height: 300px;
  margin: 23px auto 0 0;
}

.u-section-6 .u-image-4 {
  width: 523px;
  height: 597px;
  margin: -597px 0 34px auto;
}

@media (max-width: 1199px) {
  .u-section-6 .u-sheet-1 {
    min-height: 729px;
  }

  .u-section-6 .u-image-4 {
    height: 596px;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .u-section-6 .u-sheet-1 {
    min-height: 496px;
  }

  .u-section-6 .u-text-1 {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
  }

  .u-section-6 .u-line-1 {
    margin-left: 0;
  }

  .u-section-6 .u-image-1 {
    width: 171px;
    height: 161px;
    margin-top: 37px;
  }

  .u-section-6 .u-image-2 {
    width: 153px;
    height: 161px;
    margin-top: -161px;
    margin-left: 180px;
  }

  .u-section-6 .u-image-3 {
    width: 333px;
    height: 196px;
    margin-top: 9px;
  }

  .u-section-6 .u-image-4 {
    width: 378px;
    height: 366px;
    margin-top: -366px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .u-section-6 .u-sheet-1 {
    min-height: 497px;
  }

  .u-section-6 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-6 .u-image-2 {
    height: 162px;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .u-section-6 .u-sheet-1 {
    min-height: 666px;
  }

  .u-section-6 .u-text-1 {
    font-size: 1.5rem;
    margin-top: 12px;
  }

  .u-section-6 .u-line-1 {
    width: 95px;
    margin-top: 0;
  }

  .u-section-6 .u-image-1 {
    height: 164px;
    margin-top: 20px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-6 .u-image-2 {
    margin-top: 12px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-6 .u-image-3 {
    width: 170px;
    margin-top: 12px;
  }

  .u-section-6 .u-image-4 {
    width: 158px;
    height: 174px;
    margin-top: -174px;
    margin-bottom: 12px;
  }
}.u-section-7 .u-sheet-1 {
  min-height: 404px;
}

.u-section-7 .u-text-1 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 2rem;
  font-weight: 700;
  margin: 21px 908px 0 0;
}

.u-section-7 .u-line-1 {
  width: 64px;
  transform-origin: left center;
  --border-color-var: #b8274c;
  margin: 2px auto 0 0;
}

.u-section-7 .u-group-1 {
  min-height: 250px;
  margin-top: 30px;
  margin-bottom: 60px;
  height: auto;
}

.u-section-7 .u-container-layout-1 {
  padding: 15px 10px;
}

@media (max-width: 1199px) {
  .u-section-7 .u-text-1 {
    margin-right: 818px;
  }

  .u-section-7 .u-line-1 {
    height: 3px;
  }

  .u-section-7 .u-group-1 {
    height: auto;
  }
}

@media (max-width: 991px) {
  .u-section-7 .u-sheet-1 {
    min-height: 348px;
  }

  .u-section-7 .u-text-1 {
    width: auto;
    margin-top: 13px;
    margin-right: 490px;
  }

  .u-section-7 .u-group-1 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}

@media (max-width: 767px) {
  .u-section-7 .u-text-1 {
    font-size: 1.875rem;
    margin-right: 470px;
  }
}

@media (max-width: 575px) {
  .u-section-7 .u-sheet-1 {
    min-height: 381px;
  }

  .u-section-7 .u-text-1 {
    font-size: 1.25rem;
    margin-top: 14px;
    margin-right: 170px;
  }

  .u-section-7 .u-group-1 {
    min-height: 310px;
    margin-top: 14px;
    margin-bottom: 14px;
  }
}.u-section-8 .u-sheet-1 {
  min-height: 238px;
}

.u-section-8 .u-form-1 {
  height: 154px;
  margin: 42px 0 0 570px;
}

.u-section-8 .u-label-1 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
}

.u-section-8 .u-input-1 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
}

.u-section-8 .u-btn-1 {
  --hover-color-var: #cf2c56;
  --color-var: #b8274c;
  background-image: none;
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
}

.u-section-8 .u-text-1 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 1.75rem;
  margin: -114px 898px 0 0;
}

.u-section-8 .u-text-2 {
  font-family: ParnasoSmallTrial-Medium-BF66bd73b44e151;
  font-size: 0.875rem;
  margin: 8px 664px 81px 0;
}

@media (max-width: 1199px) {
  .u-section-8 .u-text-1 {
    margin-right: 698px;
  }

  .u-section-8 .u-text-2 {
    margin-right: 464px;
  }
}

@media (max-width: 991px) {
  .u-section-8 .u-sheet-1 {
    min-height: 198px;
  }

  .u-section-8 .u-form-1 {
    margin-top: 22px;
    margin-left: 350px;
  }

  .u-section-8 .u-text-1 {
    width: auto;
    margin-right: 478px;
  }

  .u-section-8 .u-text-2 {
    width: auto;
    margin-right: 401px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .u-section-8 .u-form-1 {
    margin-left: 170px;
  }

  .u-section-8 .u-text-1 {
    margin-top: 20px;
    margin-right: 298px;
  }

  .u-section-8 .u-text-2 {
    margin-right: 221px;
  }
}

@media (max-width: 575px) {
  .u-section-8 .u-sheet-1 {
    min-height: 272px;
  }

  .u-section-8 .u-form-1 {
    margin-top: 111px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-8 .u-text-1 {
    font-size: 1.5rem;
    margin-top: -232px;
    margin-right: 98px;
  }

  .u-section-8 .u-text-2 {
    margin-right: 21px;
  }
}@font-face {
  font-family: 'ParnasoSmallTrial-Medium-BF66bd73b44e151';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ParnasoSmallTrial-Medium-BF66bd73b44e151.otf);
}
/* page-custom-fonts */
@font-face {
  font-family: 'ParnasoSmallTrial-Medium-BF66bd73b44e151';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ParnasoSmallTrial-Medium-BF66bd73b44e151.otf);
}

.wrapper {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cards-row {
  display: flex;
  gap: 20px;
  width: 100%;
}

.quote-card {
  background: #fff;
  border-radius: 4px;
  padding: 28px 28px 20px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quote-icon {
  color: #B8274C;
  font-size: 34px;
  font-family: Georgia, serif;
  line-height: 1;
  letter-spacing: -2px;
}

.quote-text {
  color: #003A70;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  flex: 1;
}

.divider {
  height: 1px;
  background: #E5E7EB;
}

.bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.stats {
  display: flex;
  align-items: center;
  gap: 16px;
}

.stat {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6B7280;
  font-size: 14px;
}

.stat svg {
  width: 16px;
  height: 16px;
  stroke: #6B7280;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.actions {
  display: flex;
  gap: 6px;
}

.action-btn {
  width: 36px;
  height: 36px;
  border: 1px solid #D1D5DB;
  background: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.action-btn:hover {
  background: #F1F5F9;
  border-color: #003A70;
}

.action-btn svg {
  width: 15px;
  height: 15px;
  stroke: #003A70;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.page-btn {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #D1D5DB;
  background: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'Georgia', serif;
  font-size: 14px;
  color: #6B7280;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.page-btn:hover:not(:disabled) {
  background: #F1F5F9;
  border-color: #003A70;
  color: #003A70;
}

.page-btn.active {
  background: #003A70;
  border-color: #003A70;
  color: #fff;
}

.page-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.page-btn svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}