
/*============================= header ==================================*/
.header__navbar{
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 0 20px;
    background-color: #e3f4ff;
    position: sticky;
    top: 0;
    z-index: 100;
    height: 77px;
    
}
.logo__kozz {
    display: flex;
    align-items: center;
    gap:15px;
    margin-left: 40px;
}
.logo__kozz img {
    width: 60px;
    height: 60px;
    border-radius: 50%;

}
.logo__kozz span{
    font-weight:bolder;
    font-size: 2rem;
    font-family: 'Roboto',serif;
   
}
.Menu{
 margin-right: 50px;
}
.Menu ul{
  list-style: none;
  display: flex;
  margin-left: 60px;
  padding: 0;
  gap: 24px;
  
}


.Menu a{
  text-decoration: none;
  font-size: 20px;
   font-family:'Times New Roman', Times, serif;
   font-weight: bold;
  transition:color 0.3ms ease;
  color: #000;
  padding-right: 30px;
  
  
}

.Menu a:hover{
 color: #9E0000;
}

.mobile__menu {
  display: none;
}

.mobile__menu img {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
/*============================= header ==================================*/


/*============================= body ==================================*/
body {
    margin:0 ;
    padding: 0;
    background-image: url(Assets/Img/BG1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    /*background-attachment: fixed;*/
    color: var(#ffff);
}


/*============================= Hero section 1 ==================================*/

.hero_1{
   display: flex;
   justify-content:space-between;
   align-items: center;
   padding: 10px 30px;
   flex-wrap: wrap;
   gap: 10px;
   margin-top: 10px;

}

.hero_1_content{
    
    color: #ffff;
    
}

.hero_1_content h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  font-family: 'Texturina', serif;
  font-weight: 900;
  text-align: left;
  margin: 20px 0 10px;
  margin-left: -10px;        /* 👈 Décale légèrement à gauche */
  color: #fff;
  transform: none;
  padding: 0;                /* ✅ aucune compensation visuelle */
}


.hero_1_soubtile {
  text-align: center;
  margin-top: 20px;
  margin-left: 40px;              /* Décale subtilement */
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
  font-family: 'Calibri', sans-serif;
  font-weight: bold;
  transform: translateY(20px);    /* Descend le bloc */
}



.hero_1_content h1 span{ 
    
 margin-left: 80px;

}

.hero_1_soubtile span{ 
    
 margin-left: 130px;

}
.hero_1_steps {
  display: flex;
  flex-wrap: wrap;
  gap: 110px;
  margin-top: 10px;
  margin-left: 120px; /* ✅ décale les 3 téléphones en bas du texte */
  justify-content: flex-start; /* 👈 aligne à gauche */
}

   
    
.step{
    text-align: center;
    color: #ffff;
    
    
}
.step p {
   font-size: 1.3rem;
   margin-bottom: 8px;
   background: linear-gradient(135deg,#6767F1, #6767F1, #9E0000,#6767F1,#6767F1); /* bleu, rouge, orange clair */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   font-family: 'Shantell Sans', cursive;
   font-weight: 800;
   
}

.step_numb {
    font-size: 2.3rem;
    margin-right: 10px;
     background: linear-gradient(135deg,  #9E0000,#6767F1, #9E0000,#6767F1); /* bleu, rouge, orange clair */
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
     font-family: 'Shantell Sans', cursive;
    font-weight: 800;
    
    
}
/*.step img {
  
  height: 280px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 175px;

  
}*/



.step img {
  height: 260px;
  width: 170px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 6px; /* crée un espace pour la bordure dégradée */
  background: linear-gradient(135deg, #9E0000, #6767F1); /* dégradé rouge à lavande */
  display: block;
}


.hero_1_phone img {
  width: 278px;
  height: 535px;
  border-radius: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transform: translate(-65px, 40px); /* ✅ décalage horizontal OK, vertical vers le bas */
  margin-top: 0; /* ✅ on enlève le margin négatif */
  padding: 6px;
  background: linear-gradient(135deg, #9E0000, #6767F1);
}


/*============================= Download section ==================================*/

.download {
  text-align: center;
  margin-top: 100px; /* ✅ tu peux ajuster cette valeur selon ce que tu veux */
  color: white;
  font-family: 'coustard';
}


.download h2 {
  font-size: 3rem;
  margin-bottom: 30px;
}

.store-buttons {
  display: flex;
  justify-content: center;
  gap: 38px;
  flex-wrap: wrap;
}

.store-button {
  display: flex;
  align-items: center;
  background-color: black;
  padding: 14px 32px;
  border-radius: 12px;
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
  height: 30px;
  margin-top: 20px;
}

.store-button:hover {
  background-color: #333;
}

.store-button img {
  width: 42px;
  height: 42px;
  margin-right: 12px;
}
/*demo__kozz*/

 .angled-phones {
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 20px;
  position: relative;
  overflow: visible;
  margin-top: 30px;       /* ✅ fait remonter les téléphones */
  margin-bottom: 60px;    /* ✅ crée un espace avant "Télécharger maintenant" */
}



.phone {
  padding: 6px;
  border-radius: 28px;
  background: linear-gradient(135deg, #6767F1, #9E0000,#6767F1, #9E0000 );
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  display: inline-block;
  position: relative;
  transition: transform 0.3s ease;
 
}

/* Images dans les téléphones */
.phone img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
}

/* Grands téléphones : même taille, même angle, même ligne */
.phone1 {
  width: 365px;
  transform: rotate(30deg) translate(200px,-130px); 
  z-index: 3;
  margin-right: 60px;
  width: 278px;
  height: 535px;

}
.phone1 img {
  width: 278px;
  height: 535px;
}

.phone3{
  width: 365px;
 
  transform: rotate(30deg) translate(110px,360px);  /* Même angle et même niveau */
  z-index: 3;
   width: 278px;
  height: 535px;
  
}
.phone3 img {
  width: 278px;
  height: 535px;
}
 .phone5 {
  width: 365px;
  transform: rotate(30deg) translate(300px,50px); /* Même angle et même niveau */
  z-index: -3;
  margin-left:500px;
   width: 278px;
  height: 535px;
}

 .phone5 img {
  width: 278px;
  height: 535px;
}


.phone2{
  width: 200px;
  transform: rotate(-30deg) translate(470px,130px); 
  z-index: 2;
}

.phone4 {
  width: 200px;
  transform: rotate(-30deg) translate(-900px,90px); 
  z-index: 2;
}
/* Section globale */
.why-kozz {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* ✅ 3 par ligne fixe */
  gap: 60px 40px;                        /* ✅ espacement vertical/horizontal */
  padding: 40px 20px;
  justify-items: center;
  margin: 0 auto;
  max-width: 1200px;
}


/* Texte principal : Pourquoi Kozz */
.why-kozz_text h3 {
  text-align: center;
  font-family: 'Texturina', serif;
  font-size: 3.5rem;
  color: white;
  margin-top: 200px;     
  margin-bottom: 8px;
  
 
}

/* Sous-titre */
.why_kozz_soubtile {
  text-align: center;
  font-family: 'Calibri', sans-serif;
  font-size: 2.1rem;
  color: white;
  line-height: 1.6;
  margin-bottom: 30px;
}

.why_kozz_soubtile span {
  font-weight: bold;
  display: block;
  margin-top: 8px;
 
  
}

/* Card externe avec la bordure */
.card {
  padding: 5px;
  border-radius: 20px;
  background: linear-gradient(135deg, #110892, #71D9FF); /* Bordure */
  width: 260px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
  
}

/* Intérieur de la card */
.card-inner {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: white;  /* ✅ fond blanc */
  color: #000; /* Fond carré */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

/* Image dans la card */
.card-icon img {
  width: 210px;
  height: 194px;
  margin-top: -10px;
  border-radius: 20px;
}

/* Titre dans les cards (texte radial dégradé) */
.card-title {
  font-family: 'Shantell Sans', cursive;
  font-weight: 800;
  font-size: 1.3rem;
  text-align: center;
  background: radial-gradient(circle, #C9C9F4 20%, #9E0000 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top:2px;
}
/*=========== faq==========*/  
.faq-section {
  display: block;
  justify-content: center;
  padding: 60px 20px;
  margin-top: -60px;
}

.faq-wrapper {
  background: linear-gradient(180deg, #9090F4, #9E0000); /* Bordure dégradée */
  padding: 6px;
  border-radius: 24px;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin:auto;
}

.faq-container {
  background-color: white;
  border-radius: 20px;
  padding: 30px 20px;
}

.faq-title {
  font-family: 'Texturina', serif;
  font-weight: 900; /* équivalent à black */
  font-size: 2.2rem;
  color: white;
  margin-bottom: 40px;
  text-align: center;
}

.faq-item {
  margin-bottom: -2px;
  border-top: 1px solid #ccc;
  padding-top: 16px;
}

.faq-question {
  font-family: 'roboto', sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #ebebeb;
}

.faq-answer {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  background-color: transparent; /* ou une couleur claire si tu veux */
  padding: 16px 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-align: justify;
  border-left: 3px solid #6c63ff;
  background-color: #fdfdfd;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  display: none; /* ✅ Masque la réponse au chargement */
  transition: all 0.3s ease;
}


.chevron {
  font-size: 22px;
  transition: transform 0.3s ease;
}

/*=======formulaire=========*/


.contact-form-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 20px;
  margin-top: -50px;

}

.contact-header {
  text-align: center;
  color: white;
  margin-bottom: 40px;
  margin-top: -50px;
}

.form-title {
  font-family: 'Texturina', serif;
  font-weight: 800;
  font-size: 36px;
}

.form-subtitle {
  font-family: 'Texturina', serif;
  font-weight: 100;
  font-size: 18px;
  margin-top: 10px;
}

/* BORDURE DÉGRADÉ CLAIR */
.form-border {
  padding: 3px;
  border-radius: 24px;
  background: linear-gradient(to bottom, #9E0000,#6767F1);
  max-width: 800px;
  width: 100%;

}
.form-background {
  border-radius: 20px;
  background: linear-gradient(
       135deg,
    rgba(158, 0, 0, 0.31) 0%,
    #110892 7%,
    #120C95 9%,
    #121099 19%,
    #2069E7 82%,
    #2069E7 88%,
    rgba(158, 0, 0, 0.31) 100%
    
  );
  padding: 40px 30px;
}

.custom-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.custom-form input,
.custom-form textarea {
  padding: 22px 35px;
  border-radius: 12px;
  border: 1px solid #ccc;
  background-color: white;
  font-size: 16px;
  outline: none;
}

.custom-form input:focus,
.custom-form textarea:focus {
  border-color: #2069E7;
}

.custom-form button {
  padding: 12px;
  background-color:#9E0000; 
  color: white;
  font-weight: bold;
  border: 1px solid white;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 150px;
}

.custom-form button:hover {
  background-color: #c1bbbb;
  color: #000;
  border: 1px solid #000;
}


/* Section globale */
.footer-section {
  background-color: #e6f4ff;
  padding: 10px 20px 0;
  margin: auto;
  font-family: 'Roboto', sans-serif;
  gap: 10px;
}

/* Conteneur des blocs */
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
  max-width: 1300px;
  margin: auto;
  padding-bottom: 20px;
}

/* Bloc générique */
.footer-block {
  
  min-width: 180px;
  
}

/* Texte général */
.footer-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: 'Textunia';
}

/* Titres */
.footer-title {
  font-family: 'Coustard', serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

/* Listes de liens */
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.7;
}

/* Boutons Appstore / Playstore */
.store-buttons {
  display: flex;
  gap: 20px;
  margin-left: -5px;
}

/*.store-button {
  display: flex;
  align-items: center;
  background-color: #000;
  border-radius: 12px;
  padding: 5px 18px;
  font-weight: bold;
  font-size: 14px;
  gap: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
  padding: 10px 32px;

}*/


.store-button span{
  font-family: 'Roboto',serif;
  font-weight: 1.7rem;
}
.store-button:hover {
  transform: scale(1.05);
}

/*.store-button img {
  width: 40px;
  height: auto;
}*/

/* Logo Kozz */
.logo__kozz {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Coustard', serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.logo__kozz img {
  width: 62px;
  height: 62px;
  margin-bottom: 5px;
}

/* Bande noire du bas */
.footer-bottom {
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2px 10px;
  font-size: 14px;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  font-style: italic;
}

.why-section {
  text-align: center;
  padding: 80px 20px;
  margin-top: 98px;
  color: white;
  font-family: 'Texturina', serif;
}

.why-title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.why-sub {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.why-highlight {
  font-size: 1.4rem;
  font-style: italic;
  margin-bottom: 20px;
  color: #ddd;
}

.why-core {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
}

.highlight {
  color: #00C0FF;
  font-weight: bold;
}

.why-kozz {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
}

.card {
  width: 280px;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 15px;
}

.card-title span {
  display: block;
  color: #6767f1;
}

.card-icon img {
  width: 60px;
  height: auto;
}

    



/* ============================= Responsive Menu ============================= */
@media screen and (max-width: 900px) {
  .Menu {
    display: none;
    position: absolute;
    top: 77px;
    right: 0;
    width: 100%;
    background-color: #e3f4ff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 15px;
    z-index: 99;
  }

  .Menu.active {
    display: flex;
  }

  .Menu ul {
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .Menu ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .Menu a {
    padding: 10px 0;
  }

  .mobile__menu {
    display: block;
    cursor: pointer;
    z-index: 101;
  }

  .header__navbar {
    justify-content: space-between;
    align-items: center;
  }
}

/* ============================= Responsive Body Sections ============================= */
@media screen and (max-width: 768px) {
  body {
    padding: 0 10px;
    overflow-x: hidden;
  }

  .header__navbar {
    position: relative;
    padding: 0 10px;
    height: 77px;
  }

  .mobile__menu {
    display: block;
    position: absolute;
    top: 22px;
    right: 16px;
    z-index: 200;
  }

  .mobile__menu img {
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .Menu {
    display: none;
    position: absolute;
    top: 77px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    background-color: #e3f4ff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 15px;
    z-index: 199;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  }

  .Menu.active {
    display: flex;
  }

  .Menu ul {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .Menu ul li {
    width: 100%;
    text-align: left;
    padding-left: 10px;
  }

  .Menu a {
    width: 100%;
    display: block;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
  }

  .hero_1 {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 30px;
    width: 100%;
  }

  .hero_1_content {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    margin: 0 auto;
  }

  .hero_1_content h1 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 auto 10px;
    text-align: center;
    color: #fff;
    font-family: 'Texturina', serif;
    font-weight: 900;
  }

  .hero_1_content h1 span {
    display: block;
    font-size: 1.2rem;
    margin-left: 0 !important;
  }

  .hero_1_soubtile {
    margin-top: 20px;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    font-family: 'Calibri', sans-serif;
    font-weight: bold;
    padding: 0 10px;
  }

  .hero_1_soubtile span {
    display: block;
    margin-left: 0 !important;
  }

  .hero_1_steps {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
  }

  .step img {
    width: 140px;
    height: auto;
  }

  .hero_1_phone {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .hero_1_phone img {
    width: 200px;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    padding: 6px;
    background: linear-gradient(135deg, #9E0000, #6767F1);
  }

  .download {
    padding: 20px;
    text-align: center;
  }

  .download h2 {
    font-size: 2rem;
  }

  .angled-phones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 20px;
  }

  .angled-phones .phone {
    width: 45%;
    max-width: 160px;
    padding: 4px;
    background: linear-gradient(135deg, #9E0000, #6767F1);
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  .angled-phones .phone img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  .why-kozz {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 20px;
    margin: 0;
  }

  .card {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 2rem;
  }

  .why-kozz_text h3 {
    font-size: 2.2rem;
    margin-top: 60px;
  }

  .why_kozz_soubtile {
    font-size: 1.2rem;
  }

  .faq-wrapper,
  .form-border {
    padding: 10px;
  }

  .form-background,
  .faq-container {
    padding: 20px;
  }

  .form-title {
    font-size: 1.8rem;
  }

  .form-subtitle {
    font-size: 1rem;
  }

  .custom-form input,
  .custom-form textarea {
    padding: 16px;
    width: 100%;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 30px;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    padding: 10px 5px;
    text-align: center;
  }

  .store-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0;
  }

  .store-button {
    font-size: 1rem;
    padding: 10px 20px;
    height: auto;
  }
}


/* Correction complète de la section téléphones .angled-phones sur mobile */
.angled-phones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 20px;
}

.angled-phones .phone {
  width: 45%;                /* ✅ pour deux par ligne */
  max-width: 160px;          /* ✅ limite la taille */
  padding: 4px;
  background: linear-gradient(135deg, #9E0000, #6767F1);
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: rotate(4deg);   /* optionnel */
}

.angled-phones .phone img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
/* ==================== SECTION MONÉTISATION ==================== */

.monetisation-container {
  padding: 80px 20px;
  max-width: 1000px;
  margin: auto;
  color: white;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
}

.monetisation-container h2 {
  font-size: 3rem;
  font-family: 'Texturina', serif;
  font-weight: 900;
  margin-bottom: 30px;
  background: linear-gradient(135deg, #6767F1, #9E0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.monetisation-container h3 {
  font-size: 1.7rem;
  margin-top: 40px;
  margin-bottom: 12px;
  font-family: 'Shantell Sans', cursive;
  color: #00c0ff;
}

.monetisation-container ul,
.monetisation-container ol {
  padding-left: 20px;
  margin-bottom: 30px;
}

.monetisation-container ul li::marker {
  color: #9E0000;
}

.monetisation-container ul li,
.monetisation-container ol li {
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.monetisation-container p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

/* Responsive Mobile */
@media screen and (max-width: 768px) {
  .monetisation-container {
    padding: 40px 16px;
  }

  .monetisation-container h2 {
    font-size: 2.2rem;
  }

  .monetisation-container h3 {
    font-size: 1.4rem;
  }

  .monetisation-container p,
  .monetisation-container li {
    font-size: 1rem;
  }
}


/* 🔥 Contact Section Stylée */
.contact-section {
  background: linear-gradient(145deg, #1a1a1a, #111111);
  padding: 60px 20px;
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-wrapper {
  max-width: 600px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
}

.contact-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-family: 'Texturina', serif;
  text-align: center;
}

.contact-subtitle {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #ccc;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form input,
.contact-form textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #444;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 1rem;
  color: white;
  transition: 0.3s;
  font-family: 'Roboto', sans-serif;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #aaa;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #6767F1;
  background-color: rgba(255, 255, 255, 0.1);
}

.contact-form .cta-button {
  background: linear-gradient(135deg, #9E0000, #6767F1);
  padding: 14px 24px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form .cta-button:hover {
  transform: scale(1.03);
  box-shadow: 0 0 14px #6767F1aa;
}
