/*====================================================
  ESSAI GRATUIT
=====================================================*/

.trial-section{

    position:relative;
    overflow:hidden;

    padding:90px 0;
    padding-bottom: 70px;

    background:
    radial-gradient(circle at 15% 20%, rgba(0,123,255,.45), transparent 28%),
    radial-gradient(circle at 80% 30%, rgba(0,200,255,.28), transparent 25%),
    linear-gradient(135deg,#06162f 0%,#083b82 48%,#007bff 100%);

    color:#fff;

}

.trial-section .hero-bg-effects{

    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);

    background-size:70px 70px;

    animation:bgMove 18s linear infinite;

}

/* Badge */

/* titre */

.trial-title{

    margin-top: 80px;
    color: #18a0ff;
    font-size: clamp(2.7rem, 5vw, 4.9rem);
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 26px;
    letter-spacing: -1.5px;

}

.trial-title span{

    display:block;

    color:#ffffff;

}

/* texte */

.trial-text{
 max-width: 560px;
  color: rgba(255,255,255,0.9);
  font-size: 1.05rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 34px;

}

/* boutons */

.trial-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

    position:relative;

    z-index:2;

}

.btn-trial,
.btn-whatsapp{

    padding:17px 28px;

    border-radius:14px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.btn-trial{

    background:#fff;

    color:#005de5;

}

.btn-whatsapp{

    color:#fff;

    border:1px solid rgba(255,255,255,.4);

}

.btn-trial:hover,
.btn-whatsapp:hover{

    transform:translateY(-5px);

}

.btn-trial i,
.btn-whatsapp i{

    margin-right:10px;

}

/* image */

.trial-image {
  margin-top: 60px;
  margin-left: 60px;
  position: relative;
  z-index: 2;
  border-radius: 28px;
}

.trial-image::before {
  content: "";
  position: absolute;
  inset: -45px;
  background: radial-gradient(circle, rgba(0, 200, 255, 0.45), transparent 65%);
  filter: blur(30px);
  z-index: -1;
}

.trial-image img {
  width: 85%;
  display: block;
  border-radius: 28px;
  box-shadow: 0 40px 80px rgba(0,0,0,.35);
}

/* responsive */

@media(max-width:991px){

.trial-section{

padding:70px 0;

text-align:center;

}

 .trial-image{
      position: relative;
      left: 0;
      top: 0;
      transform: none;
      margin: 25px auto 0;
      width: 90%;
      max-width: 420px;
  }

  .trial-image img{
      width:100%;
      display:block;
  }


.trial-text{

margin:auto auto 35px;

}

.trial-buttons{

justify-content:center;

}

}
.trial-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.trial-particles span {
  position: absolute;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.85);
  animation: particleFloat 8s ease-in-out infinite;
}

.trial-particles span:nth-child(1) {
  top: 18%;
  left: 12%;
}

.trial-particles span:nth-child(2) {
  top: 65%;
  left: 8%;
  animation-delay: 1.5s;
}

.trial-particles span:nth-child(3) {
  top: 28%;
  left: 42%;
  animation-delay: 2.4s;
}

.trial-particles span:nth-child(4) {
  top: 75%;
  left: 68%;
  animation-delay: 3.2s;
}

.trial-particles span:nth-child(5) {
  top: 48%;
  right: 10%;
  animation-delay: 4s;
}

.trial-particles span:nth-child(6) {
  top: 12%;
  right: 22%;
  animation-delay: 5s;
}

@keyframes particleFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.35;
  }

  50% {
    transform: translateY(-26px) scale(1.4);
    opacity: 1;
  }
}

/*==================================================
                include section
==================================================*/

.trial-includes-section {
  padding:50px 0 100px;
  background: #ffffff;
  padding-bottom: 70px;
}

.trial-includes-header {
  text-align: center;
  margin-bottom: 30px;
}

.trial-includes-header span {
  display: inline-block;
  color: #005de5;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.trial-includes-header h2 {
  color: #007bff; ;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -1px;
}

.trial-includes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.include-card {
  background: #fff;
  border: 1px solid #edf0f5;
  border-radius: 18px;
  padding: 20px 16px;
  min-height: 160px;
  transition: 0.35s ease;
}

.include-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(7, 20, 46, 0.08);
  border-color: rgba(0, 123, 255, 0.25);
}

.include-icon {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: linear-gradient(135deg, #0b5ed7, #25a7f0);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.include-icon i {
  color: #fff;
  font-size: 1.2rem;
}

.include-card h3 {
  color: #007bff; 
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.include-card p {
  color: #2d3748;
  font-size: 0.80rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .trial-includes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .trial-includes-section {
    padding: 65px 0;
  }

  .trial-includes-grid {
    grid-template-columns: 1fr;
  }

  .include-card {
    min-height: auto;
    
  }
}
/*==================================================
                ETAPES ESSAI GRATUIT
==================================================*/

.trial-steps-section{

    background:#f5f7fb;
    padding:50px 0 100px;
    padding-bottom: 70px;

}

.steps-header{

    text-align:center;

    margin-bottom:70px;

}

.steps-header span{

    display:inline-block;

    color:#005de5;

    font-size:.85rem;

    font-weight:800;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:12px;

}

.steps-header h2{
color: #007bff; ;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -1px;

}

.steps-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.steps-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17%;
  right: 17%;
  height: 3px;
  background: linear-gradient(90deg, #0b5ed7, #2ea8ff);
  z-index: 0;
  border-radius: 50px;
}

.step-card{

    position:relative;

    background:#fff;

    border-radius:22px;

    padding:60px 30px 30px;

    text-align:center;

    box-shadow:0 20px 45px rgba(15,23,42,.08);

    transition:.35s;
    z-index: 2;

}

.step-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 70px rgba(0,93,229,.16);
}

.step-number{

    position:absolute;

    top:-22px;

    left:50%;

    transform:translateX(-50%);

    width:44px;

    height:44px;

    border-radius:50%;

    background:linear-gradient(135deg,#0b5ed7,#2ea8ff);

    color:#fff;

    font-size:1.2rem;

    font-weight:800;

    display:flex;

    justify-content:center;

    align-items:center;

    box-shadow:0 10px 25px rgba(11,94,215,.35);

}

.step-card h3{
color: #007bff; 
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 12px;

}

.step-card p{
color: #2d3748;
  font-size: 0.80rem;
  line-height: 1.6;
  margin: 0;

}

/* Responsive */

@media(max-width:991px){
     .steps-grid::before {
    display: none;
  }

.steps-grid{

grid-template-columns:1fr;

gap:55px;

}

.step-card{

padding:45px 20px 20px;

}

}
/*==================================================
                FAQ
==================================================*/
.trial-block {
  background: #fff;
  padding: 70px 0 90px;
  padding-bottom: 70px;
}

.trial-block.gray {
  background: #f5f7fb;
}

.trial-header {
  text-align: center;
  margin-bottom: 55px;
}

.trial-header span {
  display: inline-block;
  color: #005de5;
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.trial-header h2 {
  color: #007bff; ;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -1px;
}

.trial-faq-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.trial-faq-item {
  background: #fff;
  border: 1px solid #dfe5ef;
  border-radius: 14px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
}

.trial-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  color: #007bff; 
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.trial-faq-item summary::-webkit-details-marker {
  display: none;
}

.trial-faq-item summary i {
  transition: .3s;
}

.trial-faq-item[open] summary i {
  transform: rotate(180deg);
}

.trial-faq-item p {
  padding: 0 20px 25px;
  margin: 0;
  color: #2d3748;
  font-size: 0.80rem;
  line-height: 1.6;
}

/*==================================================
                contact
==================================================*/


.trial-contact-section{
   background: linear-gradient(200deg, var(--background-color) 0%, color-mix(in srgb, var(--background-color), var(--accent-color) 20%) 100%);

    padding:65px 0 100px;
    padding-bottom: 70px;
    color:#fff;

}

.trial-contact-content{

    max-width:500px;
    
}

.trial-contact-text{

  font-size: 150px;
  color: #2d3748;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-right: 30px;

}

.trial-contact-list{

    list-style:none;

    padding:0;

    margin:0;

}

.trial-contact-list li{

    font-size: 150px;
  color: #2d3748;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-right: 30px;

}

.trial-contact-list i{

    color:#007bff;

    font-size:1.2rem;

}

/************ FORMULAIRE ************/
.trial-contact-card {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  max-width: 420px;
  margin-left: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,.18);
}

.trial-contact-card .form-control,
.trial-contact-card .form-select {
  height: 48px;
  border-radius: 10px;
  font-size: 0.9rem;
}

.trial-contact-card textarea.form-control {
  height: 90px;
}


.btn-contact-trial{
  width: 280px;
  height: 50px;
  display: block;
  margin: 0 auto;
   border:none; 
   border-radius:12px; 
   background:#005de5; 
   color:#fff; 
   font-size:0.95rem; 
   font-weight:700; 
   transition:.35s; } 
   
.btn-contact-trial:hover{
   background:#004dc0; 
   transform:translateY(-3px); } 
   
.btn-contact-trial i{ margin-right:10px; }

.trial-contact-card small{

    display:block;

    margin-top:18px;

    text-align:center;

    color:#6b7280;

    line-height:1.6;

}

/************ RESPONSIVE ************/

@media (max-width: 991px) {
  .trial-contact-section {
    text-align: left;
    padding:40px 0;
  }

  .trial-contact-content {
    margin: 0;
    text-align: left;
    padding:20px 0;
  }

  .trial-header.text-start {
    text-align: left !important;
  }

  .trial-contact-list li {
    justify-content: flex-start;
  }

  .trial-contact-card {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 20px;
    margin-top: -10px;
    margin-bottom: 30px;

  }

  .trial-contact-card .form-control,
  .trial-contact-card .form-select {
    height: 44px;
  }

  .trial-contact-card textarea.form-control {
    height: 80px;
  }
}