@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&display=swap");
:root {
  --bg: #0b0b0b;
  --fg: #fff;
  --fg-t: rgba(255,255,255,0.5);
  --primary1: #32d486;
  --primary2: #32d486;
  --trans-dur: 0.3s; }

html, body {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden !important; }

body {
  background: #0b0b0b !important;
  color: #fff;
  font-family: "Lato", Arial, sans-serif;
  min-height: 100vh;
  margin: 0;
  position: relative; }

h1, h2, h3, h4, h5, a {
  font-family: "Orbitron", Arial, sans-serif; }

h1, h2, h3, h4, h5 {
  text-transform: uppercase; }

.snap-section {
  min-height: 100vh;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center; }

section {
  height: 100vh; }

#network-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: auto;
  background: transparent;
  display: block; }

header {
  width: 100vw;
  background: transparent;
  position: relative;
  z-index: 20 !important; }
  header .nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.8em;
    z-index: 20 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px; }
    header .nav-container .main-nav .logo,
    header .nav-container .sidebar-nav .logo {
      display: flex;
      align-items: center;
      height: 72px;
      padding-right: 18px; }
    header .nav-container .main-nav .logo img,
    header .nav-container .sidebar-nav .logo img {
      max-height: 100px;
      max-width: 140px;
      height: auto;
      width: auto;
      display: block;
      margin: 0;
      filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.16)); }
    @media (max-width: 900px) {
      header .nav-container .sidebar-nav .logo {
        height: 54px;
        justify-content: flex-start;
        padding: 0 0 20px 0; }
      header .nav-container .sidebar-nav .logo img {
        max-height: 45px;
        max-width: 120px; } }
    header .nav-container .burger {
      display: none;
      cursor: pointer;
      width: 38px;
      height: 38px;
      align-items: center;
      justify-content: center;
      background: none;
      border: none;
      outline: none;
      z-index: 2; }
      header .nav-container .burger span, header .nav-container .burger span:before, header .nav-container .burger span:after {
        content: "";
        display: block;
        height: 3px;
        width: 27px;
        background: #fff;
        border-radius: 3px;
        position: relative;
        transition: all 0.26s cubic-bezier(0.4, 2, 0.7, 0.9); }
      header .nav-container .burger span {
        position: relative; }
        header .nav-container .burger span:before {
          position: absolute;
          top: -10px;
          left: 0; }
        header .nav-container .burger span:after {
          position: absolute;
          top: 10px;
          left: 0; }
      header .nav-container .burger.open span {
        background: transparent; }
        header .nav-container .burger.open span:before {
          top: 0;
          transform: rotate(45deg); }
        header .nav-container .burger.open span:after {
          top: 0;
          transform: rotate(-45deg); }
    @media (max-width: 900px) {
      header .nav-container .burger {
        display: flex; } }

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 72px;
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: none;
  display: flex;
  z-index: 50 !important;
  align-items: center;
  justify-content: center; }
  .main-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    width: 100vw;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .main-nav ul li {
      display: flex;
      align-items: center; }
      .main-nav ul li.logo img {
        max-height: 90px;
        width: auto;
        vertical-align: middle;
        display: block; }
      .main-nav ul li a {
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        font-family: "Orbitron", Arial, sans-serif;
        font-size: 1.07em;
        transition: color 0.19s;
        padding: 0.23em 1em;
        border-radius: 22px;
        display: inline-block; }
        .main-nav ul li a:hover {
          color: #32d486; }
        .main-nav ul li a.cta {
          background: #32d486;
          color: #0b0b0b !important;
          border-radius: 30px;
          padding: 0.6em 1.6em;
          font-weight: 700;
          letter-spacing: 0.04em;
          transition: background .2s, color .15s;
          border: none; }
          .main-nav ul li a.cta:hover {
            background: #26b771;
            color: #fff !important; }
  @media (max-width: 900px) {
    .main-nav {
      display: none !important; } }

.main-content {
  display: flex;
  align-items: flex-start;
  min-height: calc(100vh - 120px);
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  margin-top: 82px; }
  @media (max-width: 900px) {
    .main-content {
      margin-top: 0;
      min-height: 100vh; } }

.content-left {
  width: 40vw;
  min-width: 320px;
  max-width: 680px;
  height: 100vh;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2vw;
  padding-top: 4vw;
  z-index: 2;
  position: relative; }
  @media (max-width: 1100px) {
    .content-left {
      width: 54vw;
      max-width: 99vw;
      padding-left: 1vw; } }
  @media (max-width: 900px) {
    .content-left {
      width: 97vw !important;
      max-width: 99vw !important;
      min-width: 0 !important;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 2vw 0 0 0; } }
  @media (max-width: 600px) {
    .content-left {
      padding-left: 2vw !important;
      padding-top: 2vw;
      min-height: 100vh; } }

.hero {
  background: transparent;
  color: #fff;
  margin-top: -7vh;
  width: 100%; }
  .hero .hero-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.4em;
    align-items: flex-start; }
    @media (max-width: 900px) {
      .hero .hero-content {
        align-items: center; } }
    .hero .hero-content .hero-logo-container {
      margin: 0 !important;
      padding: 0 !important; }
    .hero .hero-content .hero-logo {
      height: 200px;
      max-height: 200px;
      margin: auto !important; }
    .hero .hero-content .hero-text h1 {
      font-family: "Orbitron", Arial, sans-serif;
      font-size: 2.1em;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 0.7em;
      line-height: 1.13;
      letter-spacing: 0.01em;
      color: #fff; }
      @media (max-width: 600px) {
        .hero .hero-content .hero-text h1 {
          font-size: 1.25em; } }
    .hero .hero-content .hero-text p {
      font-size: 1.13em;
      font-weight: 400;
      margin-bottom: 2em;
      line-height: 1.6;
      color: #e0ffe8; }
      @media (max-width: 600px) {
        .hero .hero-content .hero-text p {
          font-size: 1em; } }
    .hero .hero-content .cta.large {
      display: inline-block;
      margin-top: 0.3em;
      font-size: 1.09em;
      background: #32d486;
      color: #0b0b0b !important;
      border-radius: 30px;
      padding: 0.7em 1.8em;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-decoration: none;
      transition: background .2s, color .15s;
      border: none; }
      .hero .hero-content .cta.large:hover {
        background: #26b771;
        color: #fff !important; }
    .hero .hero-content .hero-image {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .hero .hero-content .hero-image img {
        max-width: 330px;
        width: 100%;
        border-radius: 32px;
        background: #fff;
        border: 2px solid #32d486; }
        @media (max-width: 600px) {
          .hero .hero-content .hero-image img {
            max-width: 95vw; } }

.counter {
  width: 100%;
  margin: 2.2em 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Orbitron", Arial, sans-serif; }
  .counter #release-counter {
    display: flex;
    align-items: center;
    font-size: 2.2em;
    font-weight: 900;
    color: #32d486;
    letter-spacing: 0.11em;
    background: rgba(50, 212, 134, 0.07);
    border-radius: 1em;
    padding: 0.4em 1.2em; }
    .counter #release-counter .counter-item {
      padding: 0 0.18em;
      min-width: 2.8em;
      text-align: center;
      border-radius: 0.6em;
      font-variant-numeric: tabular-nums; }
    .counter #release-counter .counter-sep {
      color: #fff;
      font-size: 1.6em;
      padding: 0 0.3em;
      font-weight: 500;
      opacity: 0.4;
      user-select: none; }
    @media (max-width: 600px) {
      .counter #release-counter {
        font-size: 1.1em; } }
  .counter .counter-label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.05em;
    margin-top: 0.5em;
    font-size: 1em;
    color: #fff;
    opacity: 0.77;
    letter-spacing: 0.10em; }
    .counter .counter-label span {
      min-width: 3.7em;
      text-align: center; }
    @media (max-width: 600px) {
      .counter .counter-label {
        gap: 0.7em;
        font-size: 0.82em; } }

footer {
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 1em;
  padding: 1.2em 0 0.7em 0;
  margin-top: 2em;
  opacity: 0.97;
  border-top: 1.5px solid #32d48620;
  z-index: 2;
  position: relative;
  width: 100vw;
  left: 0; }

/* ==== SECTION FONCTIONNALITÉ – CARROUSEL DRAG/SWIPE, FULL WIDTH ==== */
.features-section {
  min-height: 100vh; }

.main-content-for-gradiant {
  background: linear-gradient(110deg, rgba(50, 212, 134, 0.06) 0%, #0b0b0b 60%, rgba(31, 38, 135, 0.08) 100%); }

.horizontal-line {
  width: 100%;
  height: 0.5px;
  background-color: #32d486; }

/* ==== SECTION FONCTIONNALITÉ : 2x2 grid, glassmorphism, effet hover unique ==== */
.features-section {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0; }
  .features-section h2 {
    text-align: center;
    font-family: "Orbitron", Arial, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 44px 0 36px 0;
    color: #fff;
    letter-spacing: -0.02em; }
    @media (max-width: 900px) {
      .features-section h2 {
        font-size: 2rem;
        margin: 32px 0 26px 0; } }
    @media (max-width: 600px) {
      .features-section h2 {
        font-size: 1.4rem;
        margin: 24px 0 18px 0; } }
  .features-section .features-grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 36px;
    width: 100vw;
    height: calc(100vh - 140px);
    max-width: 100vw;
    padding: 0 5vw 4vw 5vw;
    box-sizing: border-box;
    justify-items: center;
    align-items: center;
    position: relative; }
  .features-section .feature-card {
    /* Glassmorphism ultra clean */
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.19);
    transition: transform 0.26s cubic-bezier(0.66, 1.3, 0.56, 1.1), box-shadow 0.2s cubic-bezier(0.66, 1.3, 0.56, 1.1), background 0.22s;
    padding: 32px 18px 28px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    position: relative;
    width: 100%;
    max-width: 340px;
    min-width: 340px;
    height: 30vh;
    margin: 0 auto; }
    .features-section .feature-card .icon {
      font-size: 3rem;
      color: #32d486;
      margin-bottom: 18px;
      filter: drop-shadow(0 2px 8px rgba(50, 212, 134, 0.1));
      transition: color 0.22s, filter 0.22s; }
    .features-section .feature-card h3 {
      font-family: "Orbitron", Arial, sans-serif;
      font-size: 1.18rem;
      color: #32d486;
      margin-bottom: 12px;
      font-weight: 700;
      letter-spacing: -0.01em;
      transition: color 0.22s; }
    .features-section .feature-card p {
      font-family: "Lato", Arial, sans-serif;
      color: #fff;
      opacity: .87;
      font-size: 1em;
      line-height: 1.48;
      margin: 0;
      transition: opacity 0.18s; }
    .features-section .feature-card:hover, .features-section .feature-card:focus-visible {
      background: rgba(255, 255, 255, 0.22);
      box-shadow: 0 14px 46px 0 rgba(50, 212, 134, 0.18), 0 8px 32px 0 rgba(31, 38, 135, 0.15);
      transform: scale(1.07);
      z-index: 2; }
      .features-section .feature-card:hover .icon, .features-section .feature-card:focus-visible .icon {
        color: #32d486;
        filter: drop-shadow(0 4px 16px rgba(50, 212, 134, 0.2)); }
      .features-section .feature-card:hover h3, .features-section .feature-card:focus-visible h3 {
        color: #32d486; }
      .features-section .feature-card:hover p, .features-section .feature-card:focus-visible p {
        opacity: 1; }
  @media (max-width: 900px) {
    .features-section .features-section {
      min-height: 120vh; }
    .features-section .features-grid {
      grid-template-columns: 1fr 1fr;
      gap: 20px 18px;
      padding: 0 2vw 2vw 2vw; }
    .features-section .feature-card {
      min-width: 40vw;
      max-width: 40vw;
      margin: 0 auto;
      padding: 24px 12px 18px 12px; } }
  @media (max-width: 600px) {
    .features-section .features-section,
    .features-section .features-grid {
      padding-left: 1vw !important;
      padding-right: 1vw !important; }
    .features-section .features-grid {
      grid-template-columns: 1fr;
      gap: 30px;
      width: 100%;
      max-width: 100vw;
      box-sizing: border-box; }
    .features-section .feature-card {
      width: 80% !important;
      max-width: 90% !important;
      min-width: 0 !important;
      margin: 0 auto !important;
      padding: 5% !important; } }

/* === SECTION POURQUOI CYSO – UX SPLIT MODERNE === */
.why-cyso-section {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: 80vh;
  position: relative;
  overflow: hidden; }
  .why-cyso-section .why-cyso-container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100vw;
    max-width: 1300px;
    margin: 0 auto;
    gap: 4vw;
    padding: 4vw 6vw;
    box-sizing: border-box; }
    @media (max-width: 1200px) {
      .why-cyso-section .why-cyso-container {
        gap: 2vw;
        padding: 4vw 2vw;
        display: flex;
        flex-direction: column !important; } }
    @media (max-width: 900px) {
      .why-cyso-section .why-cyso-container {
        flex-direction: column;
        gap: 2.4em;
        padding: 4vw 3vw;
        min-height: 240vh; } }
    @media (max-width: 600px) {
      .why-cyso-section .why-cyso-container {
        width: 89% !important;
        max-width: 90% !important;
        min-width: 0 !important;
        margin: 0 auto !important;
        padding: 5% !important; } }
  .why-cyso-section .why-cyso-text {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2vw; }
    .why-cyso-section .why-cyso-text h2 {
      font-family: "Orbitron", Arial, sans-serif;
      color: #32d486;
      font-size: 2.2em;
      margin: 0 0 1em 0;
      letter-spacing: -0.01em;
      font-weight: 800;
      background: linear-gradient(90deg, #32d486 70%, #fff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 900px) {
        .why-cyso-section .why-cyso-text h2 {
          font-size: 1.6em;
          margin-bottom: 0.7em; } }
      @media (max-width: 600px) {
        .why-cyso-section .why-cyso-text h2 {
          font-size: 1.1em;
          margin-bottom: 0.5em; } }
    .why-cyso-section .why-cyso-text .intro {
      font-size: 1.28em;
      color: #fff;
      font-family: "Lato", Arial, sans-serif;
      margin-bottom: 1.3em;
      line-height: 1.5; }
      .why-cyso-section .why-cyso-text .intro .highlight {
        color: #32d486;
        font-weight: 700;
        letter-spacing: 0.01em; }
    .why-cyso-section .why-cyso-text .why-points {
      list-style: none;
      margin: 0 0 1.7em 0;
      padding: 0; }
      .why-cyso-section .why-cyso-text .why-points li {
        display: flex;
        align-items: flex-start;
        font-size: 1.1em;
        color: #fff;
        margin-bottom: 1em;
        gap: 0.7em;
        font-family: "Lato", Arial, sans-serif; }
        .why-cyso-section .why-cyso-text .why-points li .check {
          font-size: 1.8em;
          color: #32d486;
          flex-shrink: 0;
          margin-top: -3px; }
    .why-cyso-section .why-cyso-text .cta-link {
      display: inline-block;
      margin-top: 0.7em;
      background: #32d486;
      color: #0b0b0b !important;
      border-radius: 32px;
      padding: 0.55em 2em;
      font-family: "Orbitron", Arial, sans-serif;
      font-weight: 700;
      letter-spacing: 0.04em;
      font-size: 1.12em;
      text-decoration: none;
      box-shadow: 0 2px 16px #32d4862a;
      transition: background 0.18s, color 0.16s, transform 0.18s; }
      .why-cyso-section .why-cyso-text .cta-link:hover {
        background: #25ae6c;
        color: #fff !important;
        transform: scale(1.06); }
      @media (max-width: 900px) {
        .why-cyso-section .why-cyso-text .cta-link {
          width: 80%; } }
    @media (max-width: 900px) {
      .why-cyso-section .why-cyso-text {
        padding-right: 0; }
        .why-cyso-section .why-cyso-text h2 {
          font-size: 1.5em; }
        .why-cyso-section .why-cyso-text .intro {
          font-size: 1em; } }
  .why-cyso-section .why-cyso-visual {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .why-cyso-section .why-cyso-visual .visual-card {
      background: rgba(255, 255, 255, 0.09);
      box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.11);
      border-radius: 18px;
      border: 1px solid rgba(255, 255, 255, 0.19);
      padding: 2.7em 2em 2em 2em;
      width: 100%;
      max-width: 340px;
      min-width: 0;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      transition: box-shadow 0.18s, background 0.22s, transform 0.22s; }
      .why-cyso-section .why-cyso-visual .visual-card .visual-icon {
        font-size: 3.2em;
        color: #32d486;
        margin-bottom: 0.7em;
        filter: drop-shadow(0 4px 16px rgba(50, 212, 134, 0.1)); }
      .why-cyso-section .why-cyso-visual .visual-card h3 {
        font-family: "Orbitron", Arial, sans-serif;
        color: #32d486;
        font-size: 1.17em;
        margin: 0 0 0.8em 0;
        font-weight: 800; }
      .why-cyso-section .why-cyso-visual .visual-card p {
        color: #fff;
        font-size: 1em;
        font-family: "Lato", Arial, sans-serif;
        opacity: 0.87;
        line-height: 1.48;
        margin: 0; }
      .why-cyso-section .why-cyso-visual .visual-card:hover {
        background: rgba(255, 255, 255, 0.18);
        box-shadow: 0 14px 46px 0 rgba(50, 212, 134, 0.18), 0 8px 32px 0 rgba(31, 38, 135, 0.15);
        transform: scale(1.04); }
    @media (max-width: 900px) {
      .why-cyso-section .why-cyso-visual {
        display: none; }
        .why-cyso-section .why-cyso-visual .visual-card {
          max-width: 100px;
          width: 100%;
          padding: 1.3em 0.7em;
          margin: 0 auto; } }
    @media (max-width: 600px) {
      .why-cyso-section .why-cyso-visual {
        display: none; }
        .why-cyso-section .why-cyso-visual .visual-card {
          max-width: 97vw;
          width: 100%;
          padding: 1.3em 0.2em;
          margin: 0 auto; } }
  @media (max-width: 900px) {
    .why-cyso-section {
      min-height: unset;
      padding: 0;
      margin-top: 10vh;
      margin: 10vh 10vw; }
      .why-cyso-section .why-cyso-container {
        flex-direction: column;
        gap: 1.2em;
        padding: 1.5em 0.5em; }
      .why-cyso-section .why-cyso-text h2 {
        font-size: 1.18em;
        margin-bottom: 0.6em; }
      .why-cyso-section .why-cyso-text .intro {
        font-size: 0.97em; }
      .why-cyso-section .why-cyso-text .why-points li {
        font-size: 0.99em;
        margin-bottom: 0.7em; }
      .why-cyso-section .why-cyso-text .cta-link {
        font-size: 1em; }
      .why-cyso-section .why-cyso-visual .visual-card {
        max-width: 97vw;
        padding: 1.3em 0.2em; } }
  @media (max-width: 600px) {
    .why-cyso-section {
      margin: 80vh 0 0 0;
      width: 100% !important; } }

#main-nav.nav-hide {
  transform: translateY(-100%);
  transition: transform 0.35s ease-in-out; }

#scrollTopBtn {
  position: fixed;
  bottom: 26px;
  right: 26px;
  background: rgba(50, 212, 134, 0.12);
  border: 1px solid #32d486;
  backdrop-filter: blur(9px);
  border-radius: 50%;
  padding: 12px;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease; }
  #scrollTopBtn svg {
    display: block;
    margin: auto; }
  #scrollTopBtn:hover {
    background: rgba(50, 212, 134, 0.18);
    transform: scale(1); }
  #scrollTopBtn.visible {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1); }
  @media (max-width: 600px) {
    #scrollTopBtn {
      bottom: 28px;
      right: 38px;
      padding: 10px; } }

#cyso-footer {
  background: #0b0b0b;
  color: #fff;
  box-shadow: 0 2px 16px #0002;
  padding: 2.5rem 1rem 1.5rem 1rem;
  font-family: "Lato", Arial, sans-serif;
  position: relative;
  margin-top: 3rem; }
  #cyso-footer .footer-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%; }
  #cyso-footer .footer-content {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    min-width: 0; }
    #cyso-footer .footer-content p {
      margin: 0;
      font-family: "Orbitron", Arial, sans-serif;
      font-size: 1rem;
      word-break: break-word; }
      #cyso-footer .footer-content p a {
        color: #32d486;
        text-decoration: none;
        transition: color 0.2s; }
        #cyso-footer .footer-content p a:hover, #cyso-footer .footer-content p a:focus {
          color: #71e1ab;
          text-decoration: underline; }
    #cyso-footer .footer-content .social-links {
      display: flex;
      gap: 1.1rem; }
      #cyso-footer .footer-content .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(50, 212, 134, 0.12);
        border-radius: 50%;
        width: 38px;
        height: 38px;
        transition: background 0.22s, color 0.22s, box-shadow 0.22s;
        color: #32d486;
        font-size: 1.35em;
        text-decoration: none !important; }
        #cyso-footer .footer-content .social-links a:hover, #cyso-footer .footer-content .social-links a:focus {
          background: #32d486;
          color: #0b0b0b;
          box-shadow: 0 2px 8px rgba(50, 212, 134, 0.21); }
        #cyso-footer .footer-content .social-links a i {
          font-size: 1.22em;
          line-height: 1; }
  #cyso-footer .footer-navigation {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap; }
    #cyso-footer .footer-navigation .footer-link {
      color: #fff;
      text-decoration: none;
      font-size: 1rem;
      border-radius: 6px;
      padding: 0.18em 0.48em;
      transition: background 0.18s, color 0.18s; }
      #cyso-footer .footer-navigation .footer-link:hover, #cyso-footer .footer-navigation .footer-link:focus {
        color: #32d486;
        background: rgba(50, 212, 134, 0.12);
        text-decoration: underline; }
  @media (max-width: 900px) {
    #cyso-footer .footer-container {
      flex-direction: column;
      align-items: center;
      gap: 2.2rem; }
    #cyso-footer .footer-content, #cyso-footer .footer-navigation {
      justify-content: center;
      gap: 1.5rem;
      text-align: center;
      flex-direction: column;
      align-items: center; }
    #cyso-footer .footer-navigation {
      margin-top: 0.8em; }
    #cyso-footer .footer-content {
      gap: 1.8rem; }
    #cyso-footer .social-links {
      justify-content: center;
      width: 100%; } }
  @media (max-width: 600px) {
    #cyso-footer {
      padding: 1.6rem 0.4rem 1.1rem 0.4rem; }
      #cyso-footer .footer-container {
        padding: 0 0.5rem;
        gap: 1.2rem;
        max-width: 100vw; }
      #cyso-footer .footer-content {
        gap: 1.1rem;
        font-size: 0.97rem; }
        #cyso-footer .footer-content p {
          font-size: 0.97rem; }
      #cyso-footer .footer-navigation {
        gap: 1.1rem; }
        #cyso-footer .footer-navigation .footer-link {
          font-size: 0.98rem;
          padding: 0.15em 0.4em; }
      #cyso-footer .social-links a {
        width: 32px;
        height: 32px;
        font-size: 1.1em; } }

#preloader-css {
  position: fixed;
  inset: 0;
  z-index: 140000000000000;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s;
  font-family: "Orbitron", Arial, sans-serif; }

.pl {
  box-shadow: 2em 0 2em rgba(0, 0, 0, 0.2) inset, -2em 0 2em rgba(255, 255, 255, 0.1) inset;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: rotateX(30deg) rotateZ(45deg);
  width: 15em;
  height: 15em; }
  .pl, .pl__dot {
    border-radius: 50%; }
  .pl__dot {
    animation-name: shadow;
    box-shadow: 0.1em 0.1em 0 0.1em black, 0.3em 0 0.3em rgba(0, 0, 0, 0.5);
    top: calc(50% - 0.75em);
    left: calc(50% - 0.75em);
    width: 1.5em;
    height: 1.5em; }
    .pl__dot, .pl__dot:before, .pl__dot:after {
      animation-duration: 2s;
      animation-iteration-count: infinite;
      position: absolute; }
    .pl__dot:before, .pl__dot:after {
      content: "";
      display: block;
      left: 0;
      width: inherit;
      transition: background-color var(--trans-dur); }
    .pl__dot:before {
      animation-name: pushInOut1;
      background-color: var(--bg);
      border-radius: inherit;
      box-shadow: 0.05em 0 0.1em rgba(255, 255, 255, 0.2) inset;
      height: inherit;
      z-index: 1; }
    .pl__dot:after {
      animation-name: pushInOut2;
      background-color: var(--primary1);
      border-radius: 0.75em;
      box-shadow: 0.1em 0.3em 0.2em rgba(255, 255, 255, 0.4) inset, 0 -0.4em 0.2em #2e3138 inset, 0 -1em 0.25em rgba(0, 0, 0, 0.3) inset;
      bottom: 0;
      clip-path: polygon(0 75%, 100% 75%, 100% 100%, 0 100%);
      height: 3em;
      transform: rotate(-45deg);
      transform-origin: 50% 2.25em; }
    .pl__dot:nth-child(1) {
      transform: rotate(0deg) translateX(5em) rotate(0deg);
      z-index: 5; }
      .pl__dot:nth-child(1), .pl__dot:nth-child(1):before, .pl__dot:nth-child(1):after {
        animation-delay: 0s; }
    .pl__dot:nth-child(2) {
      transform: rotate(-30deg) translateX(5em) rotate(30deg);
      z-index: 4; }
      .pl__dot:nth-child(2), .pl__dot:nth-child(2):before, .pl__dot:nth-child(2):after {
        animation-delay: -0.1666666667s; }
    .pl__dot:nth-child(3) {
      transform: rotate(-60deg) translateX(5em) rotate(60deg);
      z-index: 3; }
      .pl__dot:nth-child(3), .pl__dot:nth-child(3):before, .pl__dot:nth-child(3):after {
        animation-delay: -0.3333333333s; }
    .pl__dot:nth-child(4) {
      transform: rotate(-90deg) translateX(5em) rotate(90deg);
      z-index: 2; }
      .pl__dot:nth-child(4), .pl__dot:nth-child(4):before, .pl__dot:nth-child(4):after {
        animation-delay: -0.5s; }
    .pl__dot:nth-child(5) {
      transform: rotate(-120deg) translateX(5em) rotate(120deg);
      z-index: 1; }
      .pl__dot:nth-child(5), .pl__dot:nth-child(5):before, .pl__dot:nth-child(5):after {
        animation-delay: -0.6666666667s; }
    .pl__dot:nth-child(6) {
      transform: rotate(-150deg) translateX(5em) rotate(150deg);
      z-index: 1; }
      .pl__dot:nth-child(6), .pl__dot:nth-child(6):before, .pl__dot:nth-child(6):after {
        animation-delay: -0.8333333333s; }
    .pl__dot:nth-child(7) {
      transform: rotate(-180deg) translateX(5em) rotate(180deg);
      z-index: 2; }
      .pl__dot:nth-child(7), .pl__dot:nth-child(7):before, .pl__dot:nth-child(7):after {
        animation-delay: -1s; }
    .pl__dot:nth-child(8) {
      transform: rotate(-210deg) translateX(5em) rotate(210deg);
      z-index: 3; }
      .pl__dot:nth-child(8), .pl__dot:nth-child(8):before, .pl__dot:nth-child(8):after {
        animation-delay: -1.1666666667s; }
    .pl__dot:nth-child(9) {
      transform: rotate(-240deg) translateX(5em) rotate(240deg);
      z-index: 4; }
      .pl__dot:nth-child(9), .pl__dot:nth-child(9):before, .pl__dot:nth-child(9):after {
        animation-delay: -1.3333333333s; }
    .pl__dot:nth-child(10) {
      transform: rotate(-270deg) translateX(5em) rotate(270deg);
      z-index: 5; }
      .pl__dot:nth-child(10), .pl__dot:nth-child(10):before, .pl__dot:nth-child(10):after {
        animation-delay: -1.5s; }
    .pl__dot:nth-child(11) {
      transform: rotate(-300deg) translateX(5em) rotate(300deg);
      z-index: 6; }
      .pl__dot:nth-child(11), .pl__dot:nth-child(11):before, .pl__dot:nth-child(11):after {
        animation-delay: -1.6666666667s; }
    .pl__dot:nth-child(12) {
      transform: rotate(-330deg) translateX(5em) rotate(330deg);
      z-index: 6; }
      .pl__dot:nth-child(12), .pl__dot:nth-child(12):before, .pl__dot:nth-child(12):after {
        animation-delay: -1.8333333333s; }
  .pl__text {
    font-size: 0.75em;
    max-width: 5rem;
    position: relative;
    text-shadow: 0 0 0.1em var(--fg-t);
    transform: rotateZ(-45deg); }

@keyframes shadow {
  from {
    animation-timing-function: ease-in;
    box-shadow: 0.1em 0.1em 0 0.1em black, 0.3em 0 0.3em rgba(0, 0, 0, 0.3); }
  25% {
    animation-timing-function: ease-out;
    box-shadow: 0.1em 0.1em 0 0.1em black, 0.8em 0 0.8em rgba(0, 0, 0, 0.5); }
  50%, to {
    box-shadow: 0.1em 0.1em 0 0.1em black, 0.3em 0 0.3em rgba(0, 0, 0, 0.3); } }
@keyframes pushInOut1 {
  from {
    animation-timing-function: ease-in;
    background-color: var(--bg);
    transform: translate(0, 0); }
  25% {
    animation-timing-function: ease-out;
    background-color: var(--primary2);
    transform: translate(-71%, -71%); }
  50%, to {
    background-color: var(--bg);
    transform: translate(0, 0); } }
@keyframes pushInOut2 {
  from {
    animation-timing-function: ease-in;
    background-color: var(--bg);
    clip-path: polygon(0 75%, 100% 75%, 100% 100%, 0 100%); }
  25% {
    animation-timing-function: ease-out;
    background-color: var(--primary1);
    clip-path: polygon(0 25%, 100% 25%, 100% 100%, 0 100%); }
  50%, to {
    background-color: var(--bg);
    clip-path: polygon(0 75%, 100% 75%, 100% 100%, 0 100%); } }
#preloader-css {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #0b0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s; }

.pl {
  box-shadow: 0 2px 16px #0002;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: rotateX(30deg) rotateZ(45deg);
  width: 15em;
  height: 15em;
  border-radius: 32px; }
  .pl, .pl__dot {
    border-radius: 50%; }
  .pl__dot {
    animation-name: shadow;
    box-shadow: 0.1em 0.1em 0 0.1em #000, 0.3em 0 0.3em rgba(0, 0, 0, 0.5);
    top: calc(50% - 0.75em);
    left: calc(50% - 0.75em);
    width: 1.5em;
    height: 1.5em; }
    .pl__dot, .pl__dot:before, .pl__dot:after {
      animation-duration: 2s;
      animation-iteration-count: infinite;
      position: absolute; }
    .pl__dot:before, .pl__dot:after {
      content: "";
      display: block;
      left: 0;
      width: inherit;
      transition: background-color var(--trans-dur); }
    .pl__dot:before {
      animation-name: pushInOut1;
      background-color: #0b0b0b;
      border-radius: inherit;
      box-shadow: 0.05em 0 0.1em rgba(255, 255, 255, 0.2) inset;
      height: inherit;
      z-index: 1; }
    .pl__dot:after {
      animation-name: pushInOut2;
      background-color: #32d486;
      border-radius: 0.75em;
      box-shadow: 0.1em 0.3em 0.2em rgba(255, 255, 255, 0.4) inset, 0 -0.4em 0.2em #18181a inset, 0 -1em 0.25em rgba(0, 0, 0, 0.3) inset;
      bottom: 0;
      clip-path: polygon(0 75%, 100% 75%, 100% 100%, 0 100%);
      height: 3em;
      transform: rotate(-45deg);
      transform-origin: 50% 2.25em; }
    .pl__dot:nth-child(1) {
      transform: rotate(0deg) translateX(5em) rotate(0deg);
      z-index: 5; }
      .pl__dot:nth-child(1), .pl__dot:nth-child(1):before, .pl__dot:nth-child(1):after {
        animation-delay: 0s; }
    .pl__dot:nth-child(2) {
      transform: rotate(-30deg) translateX(5em) rotate(30deg);
      z-index: 4; }
      .pl__dot:nth-child(2), .pl__dot:nth-child(2):before, .pl__dot:nth-child(2):after {
        animation-delay: -0.1666666667s; }
    .pl__dot:nth-child(3) {
      transform: rotate(-60deg) translateX(5em) rotate(60deg);
      z-index: 3; }
      .pl__dot:nth-child(3), .pl__dot:nth-child(3):before, .pl__dot:nth-child(3):after {
        animation-delay: -0.3333333333s; }
    .pl__dot:nth-child(4) {
      transform: rotate(-90deg) translateX(5em) rotate(90deg);
      z-index: 2; }
      .pl__dot:nth-child(4), .pl__dot:nth-child(4):before, .pl__dot:nth-child(4):after {
        animation-delay: -0.5s; }
    .pl__dot:nth-child(5) {
      transform: rotate(-120deg) translateX(5em) rotate(120deg);
      z-index: 1; }
      .pl__dot:nth-child(5), .pl__dot:nth-child(5):before, .pl__dot:nth-child(5):after {
        animation-delay: -0.6666666667s; }
    .pl__dot:nth-child(6) {
      transform: rotate(-150deg) translateX(5em) rotate(150deg);
      z-index: 1; }
      .pl__dot:nth-child(6), .pl__dot:nth-child(6):before, .pl__dot:nth-child(6):after {
        animation-delay: -0.8333333333s; }
    .pl__dot:nth-child(7) {
      transform: rotate(-180deg) translateX(5em) rotate(180deg);
      z-index: 2; }
      .pl__dot:nth-child(7), .pl__dot:nth-child(7):before, .pl__dot:nth-child(7):after {
        animation-delay: -1s; }
    .pl__dot:nth-child(8) {
      transform: rotate(-210deg) translateX(5em) rotate(210deg);
      z-index: 3; }
      .pl__dot:nth-child(8), .pl__dot:nth-child(8):before, .pl__dot:nth-child(8):after {
        animation-delay: -1.1666666667s; }
    .pl__dot:nth-child(9) {
      transform: rotate(-240deg) translateX(5em) rotate(240deg);
      z-index: 4; }
      .pl__dot:nth-child(9), .pl__dot:nth-child(9):before, .pl__dot:nth-child(9):after {
        animation-delay: -1.3333333333s; }
    .pl__dot:nth-child(10) {
      transform: rotate(-270deg) translateX(5em) rotate(270deg);
      z-index: 5; }
      .pl__dot:nth-child(10), .pl__dot:nth-child(10):before, .pl__dot:nth-child(10):after {
        animation-delay: -1.5s; }
    .pl__dot:nth-child(11) {
      transform: rotate(-300deg) translateX(5em) rotate(300deg);
      z-index: 6; }
      .pl__dot:nth-child(11), .pl__dot:nth-child(11):before, .pl__dot:nth-child(11):after {
        animation-delay: -1.6666666667s; }
    .pl__dot:nth-child(12) {
      transform: rotate(-330deg) translateX(5em) rotate(330deg);
      z-index: 6; }
      .pl__dot:nth-child(12), .pl__dot:nth-child(12):before, .pl__dot:nth-child(12):after {
        animation-delay: -1.8333333333s; }
  .pl__text {
    color: #fff;
    max-width: 5rem;
    position: relative;
    text-shadow: 0 0 0.1em var(--fg-t);
    transform: rotateZ(-45deg);
    font-family: "Orbitron", Arial, sans-serif; }
    .pl__text img {
      height: fit-content; }

@keyframes shadow {
  from {
    animation-timing-function: ease-in;
    box-shadow: 0.1em 0.1em 0 0.1em #000, 0.3em 0 0.3em rgba(0, 0, 0, 0.3); }
  25% {
    animation-timing-function: ease-out;
    box-shadow: 0.1em 0.1em 0 0.1em #000, 0.8em 0 0.8em rgba(0, 0, 0, 0.5); }
  50%, to {
    box-shadow: 0.1em 0.1em 0 0.1em #000, 0.3em 0 0.3em rgba(0, 0, 0, 0.3); } }
@keyframes pushInOut1 {
  from {
    animation-timing-function: ease-in;
    background-color: #0b0b0b;
    transform: translate(0, 0); }
  25% {
    animation-timing-function: ease-out;
    background-color: #32d486;
    transform: translate(-71%, -71%); }
  50%, to {
    background-color: #0b0b0b;
    transform: translate(0, 0); } }
@keyframes pushInOut2 {
  from {
    animation-timing-function: ease-in;
    background-color: #0b0b0b;
    clip-path: polygon(0 75%, 100% 75%, 100% 100%, 0 100%); }
  25% {
    animation-timing-function: ease-out;
    background-color: #32d486;
    clip-path: polygon(0 25%, 100% 25%, 100% 100%, 0 100%); }
  50%, to {
    background-color: #0b0b0b;
    clip-path: polygon(0 75%, 100% 75%, 100% 100%, 0 100%); } }
.cgu-container {
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(1px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  transition: transform 0.26s cubic-bezier(0.66, 1.3, 0.56, 1.1), box-shadow 0.2s cubic-bezier(0.66, 1.3, 0.56, 1.1), background 0.22s;
  padding: 32px 18px 28px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin: 0 5vw; }

.cgu-main-title {
  font-family: "Orbitron", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 48px 0 28px 0;
  text-align: center; }

.cgu-list-cgu {
  margin: 0 auto 64px auto;
  padding: 0;
  font-family: "Orbitron", Arial, sans-serif;
  max-width: 700px;
  width: 100%;
  list-style: none; }

.cgu-list-cgu > li {
  margin-bottom: 32px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.07rem;
  color: #fff; }

.cgu-list-cgu .cgu-section-title {
  display: block;
  font-weight: 700;
  color: #32d486;
  margin-bottom: 8px;
  font-size: 1.09rem;
  font-family: "Orbitron", Arial, sans-serif; }

.cgu-list-cgu ul,
.cgu-list-cgu ol {
  margin: 10px 0 0 24px;
  font-size: 1rem;
  color: #fff;
  list-style: none;
  padding-left: 0; }

.cgu-list-cgu li li {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400; }

.cgu-list-cgu p {
  margin: 4px 0 0 0;
  line-height: 1.6;
  color: #fff; }

.cgu-list-cgu strong {
  color: #fff;
  font-weight: 700; }

@media (max-width: 700px) {
  .cgu-main-title {
    font-size: 1.25rem;
    margin: 34px 0 14px 0; }

  .cgu-list-cgu {
    max-width: 98vw;
    margin-bottom: 32px; }

  .cgu-list-cgu > li {
    margin-bottom: 22px;
    font-size: 0.98rem; }

  .cgu-list-cgu .cgu-section-title {
    font-size: 0.97rem; } }
#cyso-newsletter-popup {
  position: fixed;
  z-index: 1200 !important;
  inset: 0;
  background: rgba(18, 22, 26, 0.15);
  align-items: center;
  justify-content: center;
  display: none;
  transition: opacity 0.3s;
  backdrop-filter: blur(20px); }

#cyso-newsletter-popup[style*="display: flex"] {
  display: flex !important;
  opacity: 1; }

#cyso-newsletter-form form {
  display: flex;
  flex-direction: column;
  gap: 1.1em;
  margin-top: 18px; }

.newsletter-row {
  display: flex;
  gap: 14px;
  width: 100%; }
  @media (max-width: 520px) {
    .newsletter-row {
      flex-direction: column;
      gap: 7px; } }

#cyso-newsletter-form input[type="text"],
#cyso-newsletter-form input[type="email"] {
  background: #181a1f;
  color: #fff;
  border: 1.5px solid #283144;
  border-radius: 12px;
  padding: 0.95em 1.05em;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.06em;
  outline: none;
  transition: border 0.22s, box-shadow 0.22s;
  width: 100%;
  box-sizing: border-box; }

#cyso-newsletter-form input[type="text"]:focus,
#cyso-newsletter-form input[type="email"]:focus {
  border: 1.5px solid #32d486;
  box-shadow: 0 0 0 2px rgba(50, 212, 134, 0.13); }

#cyso-newsletter-form input[type="text"]::placeholder,
#cyso-newsletter-form input[type="email"]::placeholder {
  color: #bccad8;
  opacity: 0.96;
  font-family: "Lato", Arial, sans-serif; }

#cyso-newsletter-form button.cta {
  margin-top: 4px;
  font-size: 1.09em;
  background: #32d486;
  color: #0b0b0b !important;
  border-radius: 30px;
  padding: 0.7em 1.8em;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background .2s, color .15s;
  border: none;
  box-shadow: 0 2px 16px rgba(50, 212, 134, 0.11);
  cursor: pointer; }
  #cyso-newsletter-form button.cta:hover {
    background: #26b771;
    color: #fff !important; }

#cyso-newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

#cyso-newsletter-close {
  position: absolute;
  right: 18px;
  top: 18px;
  background: none;
  border: none;
  color: #bbb;
  font-size: 2.1rem;
  cursor: pointer;
  transition: color 0.18s;
  z-index: 2; }

#cyso-newsletter-close:hover {
  color: #32d486; }

#cyso-popup-overlay {
  position: fixed;
  z-index: 1200 !important;
  inset: 0;
  background: rgba(18, 22, 26, 0.17);
  align-items: center;
  justify-content: center;
  display: none;
  transition: opacity 0.3s;
  backdrop-filter: blur(28px); }

#cyso-popup-overlay[style*="display: flex"] {
  display: flex !important;
  opacity: 1; }

/* === FORM FLOTTANT, PAS DE CADRE, FULL WIDTH === */
#cyso-form.cyso-floating-form {
  width: 100vw;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.08em;
  position: relative;
  background: none;
  box-shadow: none;
  border: none;
  padding: 32px 48px 36px 48px;
  max-height: 98vh;
  overflow-y: auto; }

#cyso-form.cyso-floating-form h2 {
  text-align: center;
  margin-bottom: 6px;
  font-size: 1.41em;
  font-family: "Orbitron", Arial, sans-serif;
  letter-spacing: 0.01em; }

#cyso-popup-close {
  position: absolute;
  right: 18px;
  top: 14px;
  background: none;
  border: none;
  color: #bbb;
  font-size: 2.1rem;
  cursor: pointer;
  transition: color 0.18s;
  z-index: 2; }

#cyso-popup-close:hover {
  color: #32d486; }

.cyso-form-row {
  display: flex;
  gap: 16px; }

#cyso-form input[type="text"],
#cyso-form input[type="email"],
#cyso-form select {
  background: #181a1f;
  color: #fff;
  border: 1.5px solid #283144;
  border-radius: 12px;
  padding: 0.95em 1.05em;
  font-size: 1.06em;
  outline: none;
  transition: border 0.22s, box-shadow 0.22s;
  width: 100%;
  box-sizing: border-box; }

#cyso-form input[type="text"]:focus,
#cyso-form input[type="email"]:focus,
#cyso-form select:focus {
  border: 1.5px solid #32d486;
  box-shadow: 0 0 0 2px rgba(50, 212, 134, 0.13); }

#cyso-form input[type="text"]::placeholder,
#cyso-form input[type="email"]::placeholder {
  color: #bccad8;
  opacity: 0.96; }

#cyso-form label {
  margin-top: 4px;
  margin-bottom: 1.5px;
  font-weight: 600;
  font-size: 1.04em; }

.cyso-motivations-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 7px 0 10px 0; }

.motivation-chip {
  background: #232930;
  color: #fff;
  border: 1.5px solid #32d486;
  border-radius: 20px;
  padding: 7px 18px 7px 10px;
  display: flex;
  align-items: center;
  font-size: 0.99em;
  font-weight: 500;
  cursor: pointer;
  transition: border 0.18s, background 0.18s, color 0.16s;
  gap: 7px;
  user-select: none; }

.motivation-chip input[type="checkbox"] {
  accent-color: #32d486;
  margin-right: 3px;
  width: 18px;
  height: 18px;
  cursor: pointer; }

.motivation-chip:hover,
.motivation-chip input[type="checkbox"]:focus + span {
  border: 1.5px solid #32d486;
  background: #23362c;
  color: #32d486; }

#cyso-form button.cta.large {
  margin-top: 14px;
  font-size: 1.09em;
  background: #32d486;
  color: #0b0b0b !important;
  border-radius: 30px;
  padding: 0.7em 1.8em;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background .2s, color .15s;
  border: none;
  box-shadow: 0 2px 16px rgba(50, 212, 134, 0.11);
  cursor: pointer; }

#cyso-form button.cta.large:hover {
  background: #22a86b;
  color: #fff !important; }

/* === TABLETTE (largeur intermédiaire, padding réduit) === */
@media (max-width: 900px) {
  #cyso-form.cyso-floating-form {
    max-width: 98vw;
    padding: 20px 18px 16px 18px;
    gap: 0.82em; }

  .cyso-form-row {
    gap: 7px; }

  .motivation-chip {
    padding: 7px 11px 7px 8px;
    font-size: 0.98em; } }
/* === MOBILE (full width, padding mini, scroll fluide) === */
@media (max-width: 600px) {
  #cyso-form.cyso-floating-form {
    padding: 11px 1vw 10px 1vw;
    gap: 0.68em;
    max-width: 100vw; }

  .cyso-form-row {
    flex-direction: column;
    gap: 4px; }

  #cyso-popup-close {
    right: 5px;
    top: 6px;
    font-size: 1.6rem; } }
#cyso-form input[type="text"],
#cyso-form input[type="email"],
#cyso-form select {
  background: #181a1f;
  color: #fff;
  border: 1.5px solid #283144;
  border-radius: 12px;
  padding: 1.2em 1.18em;
  /* plus large, plus haut */
  font-size: 1.13em;
  /* plus grand texte */
  outline: none;
  transition: border 0.22s, box-shadow 0.22s;
  width: 100%;
  margin-bottom: 2px;
  box-sizing: border-box;
  letter-spacing: 0.02em; }

/* Espacer plus les champs sur desktop/tablette */
#cyso-form.cyso-floating-form > *:not(:last-child) {
  margin-bottom: 10px; }

/* ======================
   RESPONSIVE POPUPS
   ====================== */
/* POPUP NEWSLETTER - full width, padding souple */
@media (max-width: 900px) {
  #cyso-newsletter-form {
    max-width: 99vw;
    padding: 22px 7vw 16px 7vw; } }
@media (max-width: 600px) {
  #cyso-newsletter-form {
    max-width: 100vw;
    padding: 13vw 3vw 9vw 3vw; }

  #cyso-newsletter-form form {
    gap: 0.75em; }

  #cyso-newsletter-close {
    right: 9px;
    top: 8px;
    font-size: 1.5rem; } }
/* POPUP "REJOINDRE LA BÊTA" - marges horizontales adaptées */
@media (max-width: 1200px) {
  #cyso-form.cyso-floating-form {
    max-width: 94vw;
    padding-left: 7vw;
    padding-right: 7vw; } }
@media (max-width: 900px) {
  #cyso-form.cyso-floating-form {
    max-width: 98vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 20px;
    padding-bottom: 16px;
    gap: 0.82em; }

  .cyso-form-row {
    gap: 7px; } }
@media (max-width: 600px) {
  #cyso-form.cyso-floating-form {
    max-width: 100vw;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 11vw;
    padding-bottom: 10vw;
    gap: 0.68em; }

  .cyso-form-row {
    flex-direction: column;
    gap: 4px; }

  #cyso-popup-close {
    right: 7px;
    top: 7px;
    font-size: 1.5rem; } }
/* BOUTON */
#cyso-form button.cta.large {
  margin-top: 26px;
  margin: auto;
  font-size: 1.21em;
  width: 50% !important;
  background: #32d486;
  color: #0b0b0b !important;
  border-radius: 36px;
  padding: 1em 2.6em;
  /* plus haut, plus large */
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background .2s, color .15s;
  border: none;
  box-shadow: 0 2px 16px rgba(50, 212, 134, 0.11);
  cursor: pointer; }

#cyso-form button.cta.large:hover {
  background: #22a86b;
  color: #fff !important; }

/* -- TABLETTE -- */
@media (max-width: 900px) {
  #cyso-form input[type="text"],
  #cyso-form input[type="email"],
  #cyso-form select {
    font-size: 1.09em;
    padding: 1.05em 1em; }

  #cyso-form button.cta.large {
    font-size: 1.11em;
    padding: 0.8em 2em;
    margin-top: 19px; } }
/* -- MOBILE -- */
@media (max-width: 600px) {
  #cyso-form input[type="text"],
  #cyso-form input[type="email"],
  #cyso-form select {
    font-size: 1em;
    padding: 0.94em 0.9em; }

  #cyso-form button.cta.large {
    width: 100%;
    font-size: 1em;
    padding: 0.8em 0;
    margin-top: 13px; }

  #cyso-form.cyso-floating-form > *:not(:last-child) {
    margin-bottom: 7px; } }
.cyso-fixed-fab {
  position: fixed;
  z-index: 1400;
  bottom: 32px;
  right: 34px;
  display: flex;
  flex-direction: column;
  gap: 18px; }

.cyso-fab-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(50, 212, 134, 0.13);
  border: 2.2px solid #32d486;
  box-shadow: 0 2px 18px rgba(50, 212, 134, 0.08);
  color: #32d486;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  transition: background 0.15s, box-shadow 0.18s, color 0.13s, border 0.16s;
  font-size: 1.34em;
  padding: 0; }

.cyso-fab-btn:hover, .cyso-fab-btn:focus {
  background: #32d486;
  color: #181a1f;
  border-color: #22a86b;
  box-shadow: 0 4px 24px #32d48633; }

.cyso-fab-btn svg {
  display: block;
  width: 26px;
  height: 26px;
  pointer-events: none; }

@media (max-width: 900px) {
  .cyso-fixed-fab {
    bottom: 20px;
    right: 15px;
    gap: 14px; }

  .cyso-fab-btn {
    width: 44px;
    height: 44px;
    font-size: 1.08em; }

  .cyso-fab-btn svg {
    width: 21px;
    height: 21px; } }
@media (max-width: 600px) {
  .cyso-fixed-fab {
    bottom: 12px;
    right: 8px;
    gap: 9px; }

  .cyso-fab-btn {
    width: 38px;
    height: 38px;
    font-size: 0.94em;
    border-width: 1.5px; }

  .cyso-fab-btn svg {
    width: 17px;
    height: 17px; } }

/*# sourceMappingURL=style.css.map */
