/* =========================
   ACCUEIL (index) – Clean & Responsive
========================= */

/* IMPORTANT : supprimer tout espace par défaut */
main{
  margin: 0 !important;
  padding: 0 !important;
}

.accueil{
  margin: 0 !important;
  padding: 14px 0 50px;  /* espace contrôlé */
}

/* =========================
   TITRES (même style)
========================= */
.section-title{
  text-align:center;
  font-size: 42px;   /* ↓ réduit proprement */
  font-weight: 900;
  margin: 20px 0 18px;
  letter-spacing: .5px;
}

.section-title::after{
  content:"";
  display:block;
  width:70px;
  height:3px;
  margin:12px auto 0;
  border-radius:3px;
  background: linear-gradient(90deg,#4da3ff,#00c6ff);
}


/* =========================
   SECTION ABOUT
========================= */
.about{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 8px 0 18px;     /* réduit espace bas */
}

.about p{
  margin: 0 0 18px;
  line-height: 1.8;
  font-size: 20px;
  color: #2b2b2b;
}

.about p:last-child{
  margin-bottom: 0;        /* ✅ enlève l'espace avant la section suivante */
}

.about strong{
  font-size: 22px;
  font-weight: 900;
  color: #0e1f33;
}

/* =========================
   SECTION WHY
========================= */
.why{
  margin: 18px auto 0;
  max-width: 1100px;
}

.why-box{
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(0,0,0,0.08);
  padding: 22px 20px 26px;
}

.why-intro{
  text-align:center;
  font-weight: 700;
  margin: 0 0 18px;
  opacity: .85;
}

/* grille PC */
.why-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.why-card{
  position:relative;
  border: 1px solid rgba(30,60,120,0.12);
  background: #f7fbff;
  border-radius: 16px;
  padding: 16px 16px 14px 38px;
}

.why-card h3{
  margin:0 0 8px;
  font-size: 16px;
}

.why-card h3 b{ font-weight: 900; }
.why-card h3 span{ font-weight: 400; opacity:.9; }

.why-card p{
  margin:0;
  opacity:.9;
  line-height:1.55;
  font-size: 14px;
}

/* point bleu */
.dot{
  position:absolute;
  left: 16px;
  top: 18px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #4da3ff;
  box-shadow: 0 0 0 4px rgba(77,163,255,0.15);
}

/* =========================
   ANIMATION apparition douce
========================= */
.fade-in-up{
  opacity: 0;
  transform: translateY(22px);
  animation: fadeUpSmooth .9s ease forwards;
}

.fade-in-up.delay-1{ animation-delay: .15s; }
.fade-in-up.delay-2{ animation-delay: .30s; }
.fade-in-up.delay-3{ animation-delay: .45s; }

@keyframes fadeUpSmooth{
  to{ opacity: 1; transform: translateY(0); }
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px){
  .section-title{ font-size: 28px; }
}

@media (max-width: 640px){
  .accueil{ padding: 10px 0; }

  .section-title{
    font-size: 30px;
    margin: 14px 0 12px;
  }

  .about p{ font-size: 16px; }

  .why-box{ padding: 16px 12px 18px; }
  .why-grid{ grid-template-columns: 1fr; }
  .why-card{ padding: 14px 12px 12px 36px; }
  .why-card p{ font-size: 13px; }
}
/* assets/css/ymk-premium-footer.css */

:root{
  --ymk-bg-0:#070A12;
  --ymk-bg-1:#0A1020;
  --ymk-bg-2:#0D1B2A;

  --ymk-text:#EAF2FF;
  --ymk-muted:rgba(234,242,255,.72);

  --ymk-cyan:#00F5FF;
  --ymk-blue:#2B6CFF;
  --ymk-violet:#7A5CFF;
  --ymk-border:rgba(255,255,255,.10);
  --ymk-border2:rgba(0,245,255,.16);
}

/* Global footer wrapper */
.ymk-footer-premium{
  background: radial-gradient(1200px 600px at 20% 0%, rgba(43,108,255,.16), transparent 60%),
              radial-gradient(900px 500px at 80% 10%, rgba(0,245,255,.12), transparent 55%),
              linear-gradient(180deg, var(--ymk-bg-0), var(--ymk-bg-1) 40%, #05070E 100%);
  color: var(--ymk-text);
  position: relative;
  overflow: hidden;
}

/* Glow line */
.ymk-footer-glowline{
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(0,245,255,.9), rgba(122,92,255,.9), transparent);
  filter: blur(.2px);
  opacity: .85;
}

/* CTA Section */
.ymk-footer-cta{
  padding: 38px 0 10px;
}

.ymk-cta-card{
  position: relative;
  border: 1px solid var(--ymk-border2);
  border-radius: 22px;
  padding: 26px 26px;
  background: linear-gradient(135deg, rgba(10,16,32,.82), rgba(7,10,18,.72));
  box-shadow: 0 24px 80px rgba(0,0,0,.45);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.ymk-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,245,255,.25);
  background: rgba(0,245,255,.06);
  color: rgba(234,242,255,.92);
}

.ymk-cta-title{
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1.15;
  margin-top: 10px;
}

.ymk-cta-sub{
  color: var(--ymk-muted);
  max-width: 58ch;
}

/* Orbs */
.ymk-cta-orb{
  position: absolute;
  border-radius: 999px;
  filter: blur(34px);
  opacity: .55;
  pointer-events: none;
}

.ymk-orb-1{
  width: 220px; height: 220px;
  left: -60px; top: -60px;
  background: rgba(0,245,255,.55);
}

.ymk-orb-2{
  width: 260px; height: 260px;
  right: -80px; bottom: -90px;
  background: rgba(122,92,255,.55);
}

.ymk-cta-trust{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.ymk-trust-item{
  font-size: 12px;
  color: rgba(234,242,255,.84);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  padding: 7px 10px;
  border-radius: 999px;
}

/* Buttons premium */
.ymk-btn{
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 700;
  letter-spacing: .01em;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  will-change: transform;
}

.ymk-btn .ymk-btn-icon{
  filter: drop-shadow(0 6px 16px rgba(0,245,255,.25));
}

.ymk-btn-primary{
  color: #061018 !important;
  background: linear-gradient(135deg, rgba(0,245,255,1), rgba(43,108,255,1));
  box-shadow: 0 18px 46px rgba(0,245,255,.18);
}

.ymk-btn-primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(0,245,255,.25);
}

.ymk-btn-outline{
  color: rgba(234,242,255,.95) !important;
  background: rgba(255,255,255,.03);
  border-color: rgba(0,245,255,.30);
}

.ymk-btn-outline:hover{
  transform: translateY(-2px);
  background: rgba(0,245,255,.08);
  border-color: rgba(0,245,255,.55);
  box-shadow: 0 18px 48px rgba(0,245,255,.12);
}

/* Main footer */
.ymk-footer-main{
  padding: 34px 0 26px;
}

.ymk-footer-title{
  font-weight: 800;
  letter-spacing: .02em;
  margin-bottom: 12px;
  color: rgba(234,242,255,.92);
}

.ymk-footer-links{
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.ymk-footer-links a{
  color: rgba(234,242,255,.74);
  text-decoration: none;
  transition: color .16s ease;
}

.ymk-footer-links a:hover{
  color: rgba(0,245,255,.95);
}

.ymk-footer-brand .ymk-footer-logo{
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .06em;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  margin-bottom: 12px;
}

.ymk-footer-tagline{
  color: var(--ymk-muted);
  max-width: 48ch;
}

.ymk-footer-mini{
  display: grid;
  gap: 8px;
}

.ymk-mini-item{
  font-size: 13px;
  color: rgba(234,242,255,.76);
  border-left: 2px solid rgba(0,245,255,.38);
  padding-left: 10px;
}

.ymk-footer-contact a{
  color: rgba(234,242,255,.80);
  text-decoration: none;
}

.ymk-footer-contact a:hover{
  color: rgba(0,245,255,.95);
}

.ymk-contact-item{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  color: rgba(234,242,255,.78);
}

.ymk-contact-ico{
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
}

/* Social */
.ymk-footer-social{
  display: flex;
  gap: 10px;
}

.ymk-social{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(234,242,255,.88);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.ymk-social:hover{
  transform: translateY(-2px);
  border-color: rgba(0,245,255,.45);
  background: rgba(0,245,255,.08);
}

/* Separator + bottom */
.ymk-footer-sep{
  border-color: rgba(255,255,255,.10);
  margin: 22px 0 16px;
}

.ymk-footer-copy{
  color: rgba(234,242,255,.70);
  font-size: 13px;
}

.ymk-footer-meta{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}

.ymk-footer-meta a{
  color: rgba(234,242,255,.70);
  text-decoration: none;
}

.ymk-footer-meta a:hover{
  color: rgba(0,245,255,.95);
}

.ymk-dot{
  color: rgba(234,242,255,.35);
}

/* Mobile spacing */
@media (max-width: 575.98px){
  .ymk-cta-card{ padding: 20px; border-radius: 18px; }
  .ymk-cta-trust{ justify-content: flex-start; }
}

.ymk-cta-card:hover{
  border-color: rgba(0,245,255,.30);
  box-shadow: 0 30px 110px rgba(0,0,0,.55);
}

.ymk-modal{
  background: linear-gradient(135deg, rgba(10,16,32,.95), rgba(7,10,18,.92));
  border: 1px solid rgba(0,245,255,.18);
  color: rgba(234,242,255,.92);
  border-radius: 18px;
  box-shadow: 0 30px 120px rgba(0,0,0,.65);
}
.ymk-input{
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: rgba(234,242,255,.92) !important;
}
.ymk-input:focus{
  border-color: rgba(0,245,255,.45) !important;
  box-shadow: 0 0 0 .25rem rgba(0,245,255,.12) !important;
}